/*!

=========================================================
* Tailwind Starter Kit by Creative Tim | Free TailwindCSS Kit Framework - v1.0.0
=========================================================

* Product Page: https://www.creative-tim.com/learning-lab/tailwind-starter-kit/#/presentation
* Copyright 2019 Creative Tim (https://www.creative-tim.com)

* Coded by Creative Tim

=========================================================

* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

*/

/*! 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.
 */

/**
 * 1. Prevent padding and border from affecting element width
 * https://goo.gl/pYtbK7
 * 2. Change the default font family in all browsers (opinionated)
 */

html {
  box-sizing: border-box; /* 1 */
  font-family: sans-serif; /* 2 */
}

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

/**
 * 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: transparent;
  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 system font stack 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: 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 */
}

/**
 * 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 {
  border-width: 0;
  border-style: solid;
  border-color: #e2e8f0;
}

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

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

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

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

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

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

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

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

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

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

table {
  border-collapse: collapse;
}

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

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

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

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

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

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

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

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

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

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

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

.container {
  width: 100%;
}

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

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

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

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

.form-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #e2e8f0;
  border-width: 1px;
  border-radius: 0.25rem;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
}

.form-input::-webkit-input-placeholder {
  color: #a0aec0;
  opacity: 1;
}

.form-input::-moz-placeholder {
  color: #a0aec0;
  opacity: 1;
}

.form-input:-ms-input-placeholder {
  color: #a0aec0;
  opacity: 1;
}

.form-input::-ms-input-placeholder {
  color: #a0aec0;
  opacity: 1;
}

.form-input::placeholder {
  color: #a0aec0;
  opacity: 1;
}

.form-input:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  border-color: #63b3ed;
}

.form-textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #e2e8f0;
  border-width: 1px;
  border-radius: 0.25rem;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
}

.form-textarea::-webkit-input-placeholder {
  color: #a0aec0;
  opacity: 1;
}

.form-textarea::-moz-placeholder {
  color: #a0aec0;
  opacity: 1;
}

.form-textarea:-ms-input-placeholder {
  color: #a0aec0;
  opacity: 1;
}

.form-textarea::-ms-input-placeholder {
  color: #a0aec0;
  opacity: 1;
}

.form-textarea::placeholder {
  color: #a0aec0;
  opacity: 1;
}

.form-textarea:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  border-color: #63b3ed;
}

.form-multiselect {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #e2e8f0;
  border-width: 1px;
  border-radius: 0.25rem;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
}

.form-multiselect:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  border-color: #63b3ed;
}

.form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23a0aec0'%3e%3cpath d='M15.3 9.3a1 1 0 0 1 1.4 1.4l-4 4a1 1 0 0 1-1.4 0l-4-4a1 1 0 0 1 1.4-1.4l3.3 3.29 3.3-3.3z'/%3e%3c/svg%3e");
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  background-repeat: no-repeat;
  background-color: #fff;
  border-color: #e2e8f0;
  border-width: 1px;
  border-radius: 0.25rem;
  padding-top: 0.5rem;
  padding-right: 2.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  background-position: right 0.5rem center;
  background-size: 1.5em 1.5em;
}

.form-select::-ms-expand {
  color: #a0aec0;
  border: none;
}

@media not print {
  .form-select::-ms-expand {
    display: none;
  }
}

@media print and (-ms-high-contrast: active), print and (-ms-high-contrast: none) {
  .form-select {
    padding-right: 0.75rem;
  }
}

.form-select:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  border-color: #63b3ed;
}

.form-checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1em;
  width: 1em;
  color: #4299e1;
  background-color: #fff;
  border-color: #e2e8f0;
  border-width: 1px;
  border-radius: 0.25rem;
}

.form-checkbox:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.707 7.293a1 1 0 0 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0l4-4a1 1 0 0 0-1.414-1.414L7 8.586 5.707 7.293z'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media not print {
  .form-checkbox::-ms-check {
    border-width: 1px;
    color: transparent;
    background: inherit;
    border-color: inherit;
    border-radius: inherit;
  }
}

.form-checkbox:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  border-color: #63b3ed;
}

.form-radio {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  flex-shrink: 0;
  border-radius: 100%;
  height: 1em;
  width: 1em;
  color: #4299e1;
  background-color: #fff;
  border-color: #e2e8f0;
  border-width: 1px;
}

.form-radio:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media not print {
  .form-radio::-ms-check {
    border-width: 1px;
    color: transparent;
    background: inherit;
    border-color: inherit;
    border-radius: inherit;
  }
}

.form-radio:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  border-color: #63b3ed;
}

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

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

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

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

.focus-within\:sr-only:focus-within {
  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-within\:not-sr-only:focus-within {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

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

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

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

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

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

.odd\:not-sr-only:nth-child(odd) {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

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

.even\:not-sr-only:nth-child(even) {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

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

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

.focus\: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\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

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

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

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

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

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

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

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

.group:hover .group-hover\:appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.focus-within\:appearance-none:focus-within {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.first\:appearance-none:first-child {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.last\:appearance-none:last-child {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.odd\:appearance-none:nth-child(odd) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.even\:appearance-none:nth-child(even) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.hover\:appearance-none:hover {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.focus\:appearance-none:focus {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.active\:appearance-none:active {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.visited\:appearance-none:visited {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.disabled\:appearance-none:disabled {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

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

.group:hover .group-hover\:bg-fixed {
  background-attachment: fixed;
}

.group:hover .group-hover\:bg-local {
  background-attachment: local;
}

.group:hover .group-hover\:bg-scroll {
  background-attachment: scroll;
}

.focus-within\:bg-fixed:focus-within {
  background-attachment: fixed;
}

.focus-within\:bg-local:focus-within {
  background-attachment: local;
}

.focus-within\:bg-scroll:focus-within {
  background-attachment: scroll;
}

.first\:bg-fixed:first-child {
  background-attachment: fixed;
}

.first\:bg-local:first-child {
  background-attachment: local;
}

.first\:bg-scroll:first-child {
  background-attachment: scroll;
}

.last\:bg-fixed:last-child {
  background-attachment: fixed;
}

.last\:bg-local:last-child {
  background-attachment: local;
}

.last\:bg-scroll:last-child {
  background-attachment: scroll;
}

.odd\:bg-fixed:nth-child(odd) {
  background-attachment: fixed;
}

.odd\:bg-local:nth-child(odd) {
  background-attachment: local;
}

.odd\:bg-scroll:nth-child(odd) {
  background-attachment: scroll;
}

.even\:bg-fixed:nth-child(even) {
  background-attachment: fixed;
}

.even\:bg-local:nth-child(even) {
  background-attachment: local;
}

.even\:bg-scroll:nth-child(even) {
  background-attachment: scroll;
}

.hover\:bg-fixed:hover {
  background-attachment: fixed;
}

.hover\:bg-local:hover {
  background-attachment: local;
}

.hover\:bg-scroll:hover {
  background-attachment: scroll;
}

.focus\:bg-fixed:focus {
  background-attachment: fixed;
}

.focus\:bg-local:focus {
  background-attachment: local;
}

.focus\:bg-scroll:focus {
  background-attachment: scroll;
}

.active\:bg-fixed:active {
  background-attachment: fixed;
}

.active\:bg-local:active {
  background-attachment: local;
}

.active\:bg-scroll:active {
  background-attachment: scroll;
}

.visited\:bg-fixed:visited {
  background-attachment: fixed;
}

.visited\:bg-local:visited {
  background-attachment: local;
}

.visited\:bg-scroll:visited {
  background-attachment: scroll;
}

.disabled\:bg-fixed:disabled {
  background-attachment: fixed;
}

.disabled\:bg-local:disabled {
  background-attachment: local;
}

.disabled\:bg-scroll:disabled {
  background-attachment: scroll;
}

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

.bg-black {
  background-color: #000;
}

.bg-white {
  background-color: #fff;
}

.bg-gray-100 {
  background-color: #f7fafc;
}

.bg-gray-200 {
  background-color: #edf2f7;
}

.bg-gray-300 {
  background-color: #e2e8f0;
}

.bg-gray-400 {
  background-color: #cbd5e0;
}

.bg-gray-500 {
  background-color: #a0aec0;
}

.bg-gray-600 {
  background-color: #718096;
}

.bg-gray-700 {
  background-color: #4a5568;
}

.bg-gray-800 {
  background-color: #2d3748;
}

.bg-gray-900 {
  background-color: #1a202c;
}

.bg-red-100 {
  background-color: #fff5f5;
}

.bg-red-200 {
  background-color: #fed7d7;
}

.bg-red-300 {
  background-color: #feb2b2;
}

.bg-red-400 {
  background-color: #fc8181;
}

.bg-red-500 {
  background-color: #f56565;
}

.bg-red-600 {
  background-color: #e53e3e;
}

.bg-red-700 {
  background-color: #c53030;
}

.bg-red-800 {
  background-color: #9b2c2c;
}

.bg-red-900 {
  background-color: #742a2a;
}

.bg-orange-100 {
  background-color: #fffaf0;
}

.bg-orange-200 {
  background-color: #feebc8;
}

.bg-orange-300 {
  background-color: #fbd38d;
}

.bg-orange-400 {
  background-color: #f6ad55;
}

.bg-orange-500 {
  background-color: #ed8936;
}

.bg-orange-600 {
  background-color: #dd6b20;
}

.bg-orange-700 {
  background-color: #c05621;
}

.bg-orange-800 {
  background-color: #9c4221;
}

.bg-orange-900 {
  background-color: #7b341e;
}

.bg-yellow-100 {
  background-color: #fffff0;
}

.bg-yellow-200 {
  background-color: #fefcbf;
}

.bg-yellow-300 {
  background-color: #faf089;
}

.bg-yellow-400 {
  background-color: #f6e05e;
}

.bg-yellow-500 {
  background-color: #ecc94b;
}

.bg-yellow-600 {
  background-color: #d69e2e;
}

.bg-yellow-700 {
  background-color: #b7791f;
}

.bg-yellow-800 {
  background-color: #975a16;
}

.bg-yellow-900 {
  background-color: #744210;
}

.bg-green-100 {
  background-color: #f0fff4;
}

.bg-green-200 {
  background-color: #c6f6d5;
}

.bg-green-300 {
  background-color: #9ae6b4;
}

.bg-green-400 {
  background-color: #68d391;
}

.bg-green-500 {
  background-color: #48bb78;
}

.bg-green-600 {
  background-color: #38a169;
}

.bg-green-700 {
  background-color: #2f855a;
}

.bg-green-800 {
  background-color: #276749;
}

.bg-green-900 {
  background-color: #22543d;
}

.bg-teal-100 {
  background-color: #e6fffa;
}

.bg-teal-200 {
  background-color: #b2f5ea;
}

.bg-teal-300 {
  background-color: #81e6d9;
}

.bg-teal-400 {
  background-color: #4fd1c5;
}

.bg-teal-500 {
  background-color: #38b2ac;
}

.bg-teal-600 {
  background-color: #319795;
}

.bg-teal-700 {
  background-color: #2c7a7b;
}

.bg-teal-800 {
  background-color: #285e61;
}

.bg-teal-900 {
  background-color: #234e52;
}

.bg-blue-100 {
  background-color: #ebf8ff;
}

.bg-blue-200 {
  background-color: #bee3f8;
}

.bg-blue-300 {
  background-color: #90cdf4;
}

.bg-blue-400 {
  background-color: #63b3ed;
}

.bg-blue-500 {
  background-color: #4299e1;
}

.bg-blue-600 {
  background-color: #3182ce;
}

.bg-blue-700 {
  background-color: #2b6cb0;
}

.bg-blue-800 {
  background-color: #2c5282;
}

.bg-blue-900 {
  background-color: #2a4365;
}

.bg-indigo-100 {
  background-color: #ebf4ff;
}

.bg-indigo-200 {
  background-color: #c3dafe;
}

.bg-indigo-300 {
  background-color: #a3bffa;
}

.bg-indigo-400 {
  background-color: #7f9cf5;
}

.bg-indigo-500 {
  background-color: #667eea;
}

.bg-indigo-600 {
  background-color: #5a67d8;
}

.bg-indigo-700 {
  background-color: #4c51bf;
}

.bg-indigo-800 {
  background-color: #434190;
}

.bg-indigo-900 {
  background-color: #3c366b;
}

.bg-purple-100 {
  background-color: #faf5ff;
}

.bg-purple-200 {
  background-color: #e9d8fd;
}

.bg-purple-300 {
  background-color: #d6bcfa;
}

.bg-purple-400 {
  background-color: #b794f4;
}

.bg-purple-500 {
  background-color: #9f7aea;
}

.bg-purple-600 {
  background-color: #805ad5;
}

.bg-purple-700 {
  background-color: #6b46c1;
}

.bg-purple-800 {
  background-color: #553c9a;
}

.bg-purple-900 {
  background-color: #44337a;
}

.bg-pink-100 {
  background-color: #fff5f7;
}

.bg-pink-200 {
  background-color: #fed7e2;
}

.bg-pink-300 {
  background-color: #fbb6ce;
}

.bg-pink-400 {
  background-color: #f687b3;
}

.bg-pink-500 {
  background-color: #ed64a6;
}

.bg-pink-600 {
  background-color: #d53f8c;
}

.bg-pink-700 {
  background-color: #b83280;
}

.bg-pink-800 {
  background-color: #97266d;
}

.bg-pink-900 {
  background-color: #702459;
}

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

.group:hover .group-hover\:bg-black {
  background-color: #000;
}

.group:hover .group-hover\:bg-white {
  background-color: #fff;
}

.group:hover .group-hover\:bg-gray-100 {
  background-color: #f7fafc;
}

.group:hover .group-hover\:bg-gray-200 {
  background-color: #edf2f7;
}

.group:hover .group-hover\:bg-gray-300 {
  background-color: #e2e8f0;
}

.group:hover .group-hover\:bg-gray-400 {
  background-color: #cbd5e0;
}

.group:hover .group-hover\:bg-gray-500 {
  background-color: #a0aec0;
}

.group:hover .group-hover\:bg-gray-600 {
  background-color: #718096;
}

.group:hover .group-hover\:bg-gray-700 {
  background-color: #4a5568;
}

.group:hover .group-hover\:bg-gray-800 {
  background-color: #2d3748;
}

.group:hover .group-hover\:bg-gray-900 {
  background-color: #1a202c;
}

.group:hover .group-hover\:bg-red-100 {
  background-color: #fff5f5;
}

.group:hover .group-hover\:bg-red-200 {
  background-color: #fed7d7;
}

.group:hover .group-hover\:bg-red-300 {
  background-color: #feb2b2;
}

.group:hover .group-hover\:bg-red-400 {
  background-color: #fc8181;
}

.group:hover .group-hover\:bg-red-500 {
  background-color: #f56565;
}

.group:hover .group-hover\:bg-red-600 {
  background-color: #e53e3e;
}

.group:hover .group-hover\:bg-red-700 {
  background-color: #c53030;
}

.group:hover .group-hover\:bg-red-800 {
  background-color: #9b2c2c;
}

.group:hover .group-hover\:bg-red-900 {
  background-color: #742a2a;
}

.group:hover .group-hover\:bg-orange-100 {
  background-color: #fffaf0;
}

.group:hover .group-hover\:bg-orange-200 {
  background-color: #feebc8;
}

.group:hover .group-hover\:bg-orange-300 {
  background-color: #fbd38d;
}

.group:hover .group-hover\:bg-orange-400 {
  background-color: #f6ad55;
}

.group:hover .group-hover\:bg-orange-500 {
  background-color: #ed8936;
}

.group:hover .group-hover\:bg-orange-600 {
  background-color: #dd6b20;
}

.group:hover .group-hover\:bg-orange-700 {
  background-color: #c05621;
}

.group:hover .group-hover\:bg-orange-800 {
  background-color: #9c4221;
}

.group:hover .group-hover\:bg-orange-900 {
  background-color: #7b341e;
}

.group:hover .group-hover\:bg-yellow-100 {
  background-color: #fffff0;
}

.group:hover .group-hover\:bg-yellow-200 {
  background-color: #fefcbf;
}

.group:hover .group-hover\:bg-yellow-300 {
  background-color: #faf089;
}

.group:hover .group-hover\:bg-yellow-400 {
  background-color: #f6e05e;
}

.group:hover .group-hover\:bg-yellow-500 {
  background-color: #ecc94b;
}

.group:hover .group-hover\:bg-yellow-600 {
  background-color: #d69e2e;
}

.group:hover .group-hover\:bg-yellow-700 {
  background-color: #b7791f;
}

.group:hover .group-hover\:bg-yellow-800 {
  background-color: #975a16;
}

.group:hover .group-hover\:bg-yellow-900 {
  background-color: #744210;
}

.group:hover .group-hover\:bg-green-100 {
  background-color: #f0fff4;
}

.group:hover .group-hover\:bg-green-200 {
  background-color: #c6f6d5;
}

.group:hover .group-hover\:bg-green-300 {
  background-color: #9ae6b4;
}

.group:hover .group-hover\:bg-green-400 {
  background-color: #68d391;
}

.group:hover .group-hover\:bg-green-500 {
  background-color: #48bb78;
}

.group:hover .group-hover\:bg-green-600 {
  background-color: #38a169;
}

.group:hover .group-hover\:bg-green-700 {
  background-color: #2f855a;
}

.group:hover .group-hover\:bg-green-800 {
  background-color: #276749;
}

.group:hover .group-hover\:bg-green-900 {
  background-color: #22543d;
}

.group:hover .group-hover\:bg-teal-100 {
  background-color: #e6fffa;
}

.group:hover .group-hover\:bg-teal-200 {
  background-color: #b2f5ea;
}

.group:hover .group-hover\:bg-teal-300 {
  background-color: #81e6d9;
}

.group:hover .group-hover\:bg-teal-400 {
  background-color: #4fd1c5;
}

.group:hover .group-hover\:bg-teal-500 {
  background-color: #38b2ac;
}

.group:hover .group-hover\:bg-teal-600 {
  background-color: #319795;
}

.group:hover .group-hover\:bg-teal-700 {
  background-color: #2c7a7b;
}

.group:hover .group-hover\:bg-teal-800 {
  background-color: #285e61;
}

.group:hover .group-hover\:bg-teal-900 {
  background-color: #234e52;
}

.group:hover .group-hover\:bg-blue-100 {
  background-color: #ebf8ff;
}

.group:hover .group-hover\:bg-blue-200 {
  background-color: #bee3f8;
}

.group:hover .group-hover\:bg-blue-300 {
  background-color: #90cdf4;
}

.group:hover .group-hover\:bg-blue-400 {
  background-color: #63b3ed;
}

.group:hover .group-hover\:bg-blue-500 {
  background-color: #4299e1;
}

.group:hover .group-hover\:bg-blue-600 {
  background-color: #3182ce;
}

.group:hover .group-hover\:bg-blue-700 {
  background-color: #2b6cb0;
}

.group:hover .group-hover\:bg-blue-800 {
  background-color: #2c5282;
}

.group:hover .group-hover\:bg-blue-900 {
  background-color: #2a4365;
}

.group:hover .group-hover\:bg-indigo-100 {
  background-color: #ebf4ff;
}

.group:hover .group-hover\:bg-indigo-200 {
  background-color: #c3dafe;
}

.group:hover .group-hover\:bg-indigo-300 {
  background-color: #a3bffa;
}

.group:hover .group-hover\:bg-indigo-400 {
  background-color: #7f9cf5;
}

.group:hover .group-hover\:bg-indigo-500 {
  background-color: #667eea;
}

.group:hover .group-hover\:bg-indigo-600 {
  background-color: #5a67d8;
}

.group:hover .group-hover\:bg-indigo-700 {
  background-color: #4c51bf;
}

.group:hover .group-hover\:bg-indigo-800 {
  background-color: #434190;
}

.group:hover .group-hover\:bg-indigo-900 {
  background-color: #3c366b;
}

.group:hover .group-hover\:bg-purple-100 {
  background-color: #faf5ff;
}

.group:hover .group-hover\:bg-purple-200 {
  background-color: #e9d8fd;
}

.group:hover .group-hover\:bg-purple-300 {
  background-color: #d6bcfa;
}

.group:hover .group-hover\:bg-purple-400 {
  background-color: #b794f4;
}

.group:hover .group-hover\:bg-purple-500 {
  background-color: #9f7aea;
}

.group:hover .group-hover\:bg-purple-600 {
  background-color: #805ad5;
}

.group:hover .group-hover\:bg-purple-700 {
  background-color: #6b46c1;
}

.group:hover .group-hover\:bg-purple-800 {
  background-color: #553c9a;
}

.group:hover .group-hover\:bg-purple-900 {
  background-color: #44337a;
}

.group:hover .group-hover\:bg-pink-100 {
  background-color: #fff5f7;
}

.group:hover .group-hover\:bg-pink-200 {
  background-color: #fed7e2;
}

.group:hover .group-hover\:bg-pink-300 {
  background-color: #fbb6ce;
}

.group:hover .group-hover\:bg-pink-400 {
  background-color: #f687b3;
}

.group:hover .group-hover\:bg-pink-500 {
  background-color: #ed64a6;
}

.group:hover .group-hover\:bg-pink-600 {
  background-color: #d53f8c;
}

.group:hover .group-hover\:bg-pink-700 {
  background-color: #b83280;
}

.group:hover .group-hover\:bg-pink-800 {
  background-color: #97266d;
}

.group:hover .group-hover\:bg-pink-900 {
  background-color: #702459;
}

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

.focus-within\:bg-black:focus-within {
  background-color: #000;
}

.focus-within\:bg-white:focus-within {
  background-color: #fff;
}

.focus-within\:bg-gray-100:focus-within {
  background-color: #f7fafc;
}

.focus-within\:bg-gray-200:focus-within {
  background-color: #edf2f7;
}

.focus-within\:bg-gray-300:focus-within {
  background-color: #e2e8f0;
}

.focus-within\:bg-gray-400:focus-within {
  background-color: #cbd5e0;
}

.focus-within\:bg-gray-500:focus-within {
  background-color: #a0aec0;
}

.focus-within\:bg-gray-600:focus-within {
  background-color: #718096;
}

.focus-within\:bg-gray-700:focus-within {
  background-color: #4a5568;
}

.focus-within\:bg-gray-800:focus-within {
  background-color: #2d3748;
}

.focus-within\:bg-gray-900:focus-within {
  background-color: #1a202c;
}

.focus-within\:bg-red-100:focus-within {
  background-color: #fff5f5;
}

.focus-within\:bg-red-200:focus-within {
  background-color: #fed7d7;
}

.focus-within\:bg-red-300:focus-within {
  background-color: #feb2b2;
}

.focus-within\:bg-red-400:focus-within {
  background-color: #fc8181;
}

.focus-within\:bg-red-500:focus-within {
  background-color: #f56565;
}

.focus-within\:bg-red-600:focus-within {
  background-color: #e53e3e;
}

.focus-within\:bg-red-700:focus-within {
  background-color: #c53030;
}

.focus-within\:bg-red-800:focus-within {
  background-color: #9b2c2c;
}

.focus-within\:bg-red-900:focus-within {
  background-color: #742a2a;
}

.focus-within\:bg-orange-100:focus-within {
  background-color: #fffaf0;
}

.focus-within\:bg-orange-200:focus-within {
  background-color: #feebc8;
}

.focus-within\:bg-orange-300:focus-within {
  background-color: #fbd38d;
}

.focus-within\:bg-orange-400:focus-within {
  background-color: #f6ad55;
}

.focus-within\:bg-orange-500:focus-within {
  background-color: #ed8936;
}

.focus-within\:bg-orange-600:focus-within {
  background-color: #dd6b20;
}

.focus-within\:bg-orange-700:focus-within {
  background-color: #c05621;
}

.focus-within\:bg-orange-800:focus-within {
  background-color: #9c4221;
}

.focus-within\:bg-orange-900:focus-within {
  background-color: #7b341e;
}

.focus-within\:bg-yellow-100:focus-within {
  background-color: #fffff0;
}

.focus-within\:bg-yellow-200:focus-within {
  background-color: #fefcbf;
}

.focus-within\:bg-yellow-300:focus-within {
  background-color: #faf089;
}

.focus-within\:bg-yellow-400:focus-within {
  background-color: #f6e05e;
}

.focus-within\:bg-yellow-500:focus-within {
  background-color: #ecc94b;
}

.focus-within\:bg-yellow-600:focus-within {
  background-color: #d69e2e;
}

.focus-within\:bg-yellow-700:focus-within {
  background-color: #b7791f;
}

.focus-within\:bg-yellow-800:focus-within {
  background-color: #975a16;
}

.focus-within\:bg-yellow-900:focus-within {
  background-color: #744210;
}

.focus-within\:bg-green-100:focus-within {
  background-color: #f0fff4;
}

.focus-within\:bg-green-200:focus-within {
  background-color: #c6f6d5;
}

.focus-within\:bg-green-300:focus-within {
  background-color: #9ae6b4;
}

.focus-within\:bg-green-400:focus-within {
  background-color: #68d391;
}

.focus-within\:bg-green-500:focus-within {
  background-color: #48bb78;
}

.focus-within\:bg-green-600:focus-within {
  background-color: #38a169;
}

.focus-within\:bg-green-700:focus-within {
  background-color: #2f855a;
}

.focus-within\:bg-green-800:focus-within {
  background-color: #276749;
}

.focus-within\:bg-green-900:focus-within {
  background-color: #22543d;
}

.focus-within\:bg-teal-100:focus-within {
  background-color: #e6fffa;
}

.focus-within\:bg-teal-200:focus-within {
  background-color: #b2f5ea;
}

.focus-within\:bg-teal-300:focus-within {
  background-color: #81e6d9;
}

.focus-within\:bg-teal-400:focus-within {
  background-color: #4fd1c5;
}

.focus-within\:bg-teal-500:focus-within {
  background-color: #38b2ac;
}

.focus-within\:bg-teal-600:focus-within {
  background-color: #319795;
}

.focus-within\:bg-teal-700:focus-within {
  background-color: #2c7a7b;
}

.focus-within\:bg-teal-800:focus-within {
  background-color: #285e61;
}

.focus-within\:bg-teal-900:focus-within {
  background-color: #234e52;
}

.focus-within\:bg-blue-100:focus-within {
  background-color: #ebf8ff;
}

.focus-within\:bg-blue-200:focus-within {
  background-color: #bee3f8;
}

.focus-within\:bg-blue-300:focus-within {
  background-color: #90cdf4;
}

.focus-within\:bg-blue-400:focus-within {
  background-color: #63b3ed;
}

.focus-within\:bg-blue-500:focus-within {
  background-color: #4299e1;
}

.focus-within\:bg-blue-600:focus-within {
  background-color: #3182ce;
}

.focus-within\:bg-blue-700:focus-within {
  background-color: #2b6cb0;
}

.focus-within\:bg-blue-800:focus-within {
  background-color: #2c5282;
}

.focus-within\:bg-blue-900:focus-within {
  background-color: #2a4365;
}

.focus-within\:bg-indigo-100:focus-within {
  background-color: #ebf4ff;
}

.focus-within\:bg-indigo-200:focus-within {
  background-color: #c3dafe;
}

.focus-within\:bg-indigo-300:focus-within {
  background-color: #a3bffa;
}

.focus-within\:bg-indigo-400:focus-within {
  background-color: #7f9cf5;
}

.focus-within\:bg-indigo-500:focus-within {
  background-color: #667eea;
}

.focus-within\:bg-indigo-600:focus-within {
  background-color: #5a67d8;
}

.focus-within\:bg-indigo-700:focus-within {
  background-color: #4c51bf;
}

.focus-within\:bg-indigo-800:focus-within {
  background-color: #434190;
}

.focus-within\:bg-indigo-900:focus-within {
  background-color: #3c366b;
}

.focus-within\:bg-purple-100:focus-within {
  background-color: #faf5ff;
}

.focus-within\:bg-purple-200:focus-within {
  background-color: #e9d8fd;
}

.focus-within\:bg-purple-300:focus-within {
  background-color: #d6bcfa;
}

.focus-within\:bg-purple-400:focus-within {
  background-color: #b794f4;
}

.focus-within\:bg-purple-500:focus-within {
  background-color: #9f7aea;
}

.focus-within\:bg-purple-600:focus-within {
  background-color: #805ad5;
}

.focus-within\:bg-purple-700:focus-within {
  background-color: #6b46c1;
}

.focus-within\:bg-purple-800:focus-within {
  background-color: #553c9a;
}

.focus-within\:bg-purple-900:focus-within {
  background-color: #44337a;
}

.focus-within\:bg-pink-100:focus-within {
  background-color: #fff5f7;
}

.focus-within\:bg-pink-200:focus-within {
  background-color: #fed7e2;
}

.focus-within\:bg-pink-300:focus-within {
  background-color: #fbb6ce;
}

.focus-within\:bg-pink-400:focus-within {
  background-color: #f687b3;
}

.focus-within\:bg-pink-500:focus-within {
  background-color: #ed64a6;
}

.focus-within\:bg-pink-600:focus-within {
  background-color: #d53f8c;
}

.focus-within\:bg-pink-700:focus-within {
  background-color: #b83280;
}

.focus-within\:bg-pink-800:focus-within {
  background-color: #97266d;
}

.focus-within\:bg-pink-900:focus-within {
  background-color: #702459;
}

.first\:bg-transparent:first-child {
  background-color: transparent;
}

.first\:bg-black:first-child {
  background-color: #000;
}

.first\:bg-white:first-child {
  background-color: #fff;
}

.first\:bg-gray-100:first-child {
  background-color: #f7fafc;
}

.first\:bg-gray-200:first-child {
  background-color: #edf2f7;
}

.first\:bg-gray-300:first-child {
  background-color: #e2e8f0;
}

.first\:bg-gray-400:first-child {
  background-color: #cbd5e0;
}

.first\:bg-gray-500:first-child {
  background-color: #a0aec0;
}

.first\:bg-gray-600:first-child {
  background-color: #718096;
}

.first\:bg-gray-700:first-child {
  background-color: #4a5568;
}

.first\:bg-gray-800:first-child {
  background-color: #2d3748;
}

.first\:bg-gray-900:first-child {
  background-color: #1a202c;
}

.first\:bg-red-100:first-child {
  background-color: #fff5f5;
}

.first\:bg-red-200:first-child {
  background-color: #fed7d7;
}

.first\:bg-red-300:first-child {
  background-color: #feb2b2;
}

.first\:bg-red-400:first-child {
  background-color: #fc8181;
}

.first\:bg-red-500:first-child {
  background-color: #f56565;
}

.first\:bg-red-600:first-child {
  background-color: #e53e3e;
}

.first\:bg-red-700:first-child {
  background-color: #c53030;
}

.first\:bg-red-800:first-child {
  background-color: #9b2c2c;
}

.first\:bg-red-900:first-child {
  background-color: #742a2a;
}

.first\:bg-orange-100:first-child {
  background-color: #fffaf0;
}

.first\:bg-orange-200:first-child {
  background-color: #feebc8;
}

.first\:bg-orange-300:first-child {
  background-color: #fbd38d;
}

.first\:bg-orange-400:first-child {
  background-color: #f6ad55;
}

.first\:bg-orange-500:first-child {
  background-color: #ed8936;
}

.first\:bg-orange-600:first-child {
  background-color: #dd6b20;
}

.first\:bg-orange-700:first-child {
  background-color: #c05621;
}

.first\:bg-orange-800:first-child {
  background-color: #9c4221;
}

.first\:bg-orange-900:first-child {
  background-color: #7b341e;
}

.first\:bg-yellow-100:first-child {
  background-color: #fffff0;
}

.first\:bg-yellow-200:first-child {
  background-color: #fefcbf;
}

.first\:bg-yellow-300:first-child {
  background-color: #faf089;
}

.first\:bg-yellow-400:first-child {
  background-color: #f6e05e;
}

.first\:bg-yellow-500:first-child {
  background-color: #ecc94b;
}

.first\:bg-yellow-600:first-child {
  background-color: #d69e2e;
}

.first\:bg-yellow-700:first-child {
  background-color: #b7791f;
}

.first\:bg-yellow-800:first-child {
  background-color: #975a16;
}

.first\:bg-yellow-900:first-child {
  background-color: #744210;
}

.first\:bg-green-100:first-child {
  background-color: #f0fff4;
}

.first\:bg-green-200:first-child {
  background-color: #c6f6d5;
}

.first\:bg-green-300:first-child {
  background-color: #9ae6b4;
}

.first\:bg-green-400:first-child {
  background-color: #68d391;
}

.first\:bg-green-500:first-child {
  background-color: #48bb78;
}

.first\:bg-green-600:first-child {
  background-color: #38a169;
}

.first\:bg-green-700:first-child {
  background-color: #2f855a;
}

.first\:bg-green-800:first-child {
  background-color: #276749;
}

.first\:bg-green-900:first-child {
  background-color: #22543d;
}

.first\:bg-teal-100:first-child {
  background-color: #e6fffa;
}

.first\:bg-teal-200:first-child {
  background-color: #b2f5ea;
}

.first\:bg-teal-300:first-child {
  background-color: #81e6d9;
}

.first\:bg-teal-400:first-child {
  background-color: #4fd1c5;
}

.first\:bg-teal-500:first-child {
  background-color: #38b2ac;
}

.first\:bg-teal-600:first-child {
  background-color: #319795;
}

.first\:bg-teal-700:first-child {
  background-color: #2c7a7b;
}

.first\:bg-teal-800:first-child {
  background-color: #285e61;
}

.first\:bg-teal-900:first-child {
  background-color: #234e52;
}

.first\:bg-blue-100:first-child {
  background-color: #ebf8ff;
}

.first\:bg-blue-200:first-child {
  background-color: #bee3f8;
}

.first\:bg-blue-300:first-child {
  background-color: #90cdf4;
}

.first\:bg-blue-400:first-child {
  background-color: #63b3ed;
}

.first\:bg-blue-500:first-child {
  background-color: #4299e1;
}

.first\:bg-blue-600:first-child {
  background-color: #3182ce;
}

.first\:bg-blue-700:first-child {
  background-color: #2b6cb0;
}

.first\:bg-blue-800:first-child {
  background-color: #2c5282;
}

.first\:bg-blue-900:first-child {
  background-color: #2a4365;
}

.first\:bg-indigo-100:first-child {
  background-color: #ebf4ff;
}

.first\:bg-indigo-200:first-child {
  background-color: #c3dafe;
}

.first\:bg-indigo-300:first-child {
  background-color: #a3bffa;
}

.first\:bg-indigo-400:first-child {
  background-color: #7f9cf5;
}

.first\:bg-indigo-500:first-child {
  background-color: #667eea;
}

.first\:bg-indigo-600:first-child {
  background-color: #5a67d8;
}

.first\:bg-indigo-700:first-child {
  background-color: #4c51bf;
}

.first\:bg-indigo-800:first-child {
  background-color: #434190;
}

.first\:bg-indigo-900:first-child {
  background-color: #3c366b;
}

.first\:bg-purple-100:first-child {
  background-color: #faf5ff;
}

.first\:bg-purple-200:first-child {
  background-color: #e9d8fd;
}

.first\:bg-purple-300:first-child {
  background-color: #d6bcfa;
}

.first\:bg-purple-400:first-child {
  background-color: #b794f4;
}

.first\:bg-purple-500:first-child {
  background-color: #9f7aea;
}

.first\:bg-purple-600:first-child {
  background-color: #805ad5;
}

.first\:bg-purple-700:first-child {
  background-color: #6b46c1;
}

.first\:bg-purple-800:first-child {
  background-color: #553c9a;
}

.first\:bg-purple-900:first-child {
  background-color: #44337a;
}

.first\:bg-pink-100:first-child {
  background-color: #fff5f7;
}

.first\:bg-pink-200:first-child {
  background-color: #fed7e2;
}

.first\:bg-pink-300:first-child {
  background-color: #fbb6ce;
}

.first\:bg-pink-400:first-child {
  background-color: #f687b3;
}

.first\:bg-pink-500:first-child {
  background-color: #ed64a6;
}

.first\:bg-pink-600:first-child {
  background-color: #d53f8c;
}

.first\:bg-pink-700:first-child {
  background-color: #b83280;
}

.first\:bg-pink-800:first-child {
  background-color: #97266d;
}

.first\:bg-pink-900:first-child {
  background-color: #702459;
}

.last\:bg-transparent:last-child {
  background-color: transparent;
}

.last\:bg-black:last-child {
  background-color: #000;
}

.last\:bg-white:last-child {
  background-color: #fff;
}

.last\:bg-gray-100:last-child {
  background-color: #f7fafc;
}

.last\:bg-gray-200:last-child {
  background-color: #edf2f7;
}

.last\:bg-gray-300:last-child {
  background-color: #e2e8f0;
}

.last\:bg-gray-400:last-child {
  background-color: #cbd5e0;
}

.last\:bg-gray-500:last-child {
  background-color: #a0aec0;
}

.last\:bg-gray-600:last-child {
  background-color: #718096;
}

.last\:bg-gray-700:last-child {
  background-color: #4a5568;
}

.last\:bg-gray-800:last-child {
  background-color: #2d3748;
}

.last\:bg-gray-900:last-child {
  background-color: #1a202c;
}

.last\:bg-red-100:last-child {
  background-color: #fff5f5;
}

.last\:bg-red-200:last-child {
  background-color: #fed7d7;
}

.last\:bg-red-300:last-child {
  background-color: #feb2b2;
}

.last\:bg-red-400:last-child {
  background-color: #fc8181;
}

.last\:bg-red-500:last-child {
  background-color: #f56565;
}

.last\:bg-red-600:last-child {
  background-color: #e53e3e;
}

.last\:bg-red-700:last-child {
  background-color: #c53030;
}

.last\:bg-red-800:last-child {
  background-color: #9b2c2c;
}

.last\:bg-red-900:last-child {
  background-color: #742a2a;
}

.last\:bg-orange-100:last-child {
  background-color: #fffaf0;
}

.last\:bg-orange-200:last-child {
  background-color: #feebc8;
}

.last\:bg-orange-300:last-child {
  background-color: #fbd38d;
}

.last\:bg-orange-400:last-child {
  background-color: #f6ad55;
}

.last\:bg-orange-500:last-child {
  background-color: #ed8936;
}

.last\:bg-orange-600:last-child {
  background-color: #dd6b20;
}

.last\:bg-orange-700:last-child {
  background-color: #c05621;
}

.last\:bg-orange-800:last-child {
  background-color: #9c4221;
}

.last\:bg-orange-900:last-child {
  background-color: #7b341e;
}

.last\:bg-yellow-100:last-child {
  background-color: #fffff0;
}

.last\:bg-yellow-200:last-child {
  background-color: #fefcbf;
}

.last\:bg-yellow-300:last-child {
  background-color: #faf089;
}

.last\:bg-yellow-400:last-child {
  background-color: #f6e05e;
}

.last\:bg-yellow-500:last-child {
  background-color: #ecc94b;
}

.last\:bg-yellow-600:last-child {
  background-color: #d69e2e;
}

.last\:bg-yellow-700:last-child {
  background-color: #b7791f;
}

.last\:bg-yellow-800:last-child {
  background-color: #975a16;
}

.last\:bg-yellow-900:last-child {
  background-color: #744210;
}

.last\:bg-green-100:last-child {
  background-color: #f0fff4;
}

.last\:bg-green-200:last-child {
  background-color: #c6f6d5;
}

.last\:bg-green-300:last-child {
  background-color: #9ae6b4;
}

.last\:bg-green-400:last-child {
  background-color: #68d391;
}

.last\:bg-green-500:last-child {
  background-color: #48bb78;
}

.last\:bg-green-600:last-child {
  background-color: #38a169;
}

.last\:bg-green-700:last-child {
  background-color: #2f855a;
}

.last\:bg-green-800:last-child {
  background-color: #276749;
}

.last\:bg-green-900:last-child {
  background-color: #22543d;
}

.last\:bg-teal-100:last-child {
  background-color: #e6fffa;
}

.last\:bg-teal-200:last-child {
  background-color: #b2f5ea;
}

.last\:bg-teal-300:last-child {
  background-color: #81e6d9;
}

.last\:bg-teal-400:last-child {
  background-color: #4fd1c5;
}

.last\:bg-teal-500:last-child {
  background-color: #38b2ac;
}

.last\:bg-teal-600:last-child {
  background-color: #319795;
}

.last\:bg-teal-700:last-child {
  background-color: #2c7a7b;
}

.last\:bg-teal-800:last-child {
  background-color: #285e61;
}

.last\:bg-teal-900:last-child {
  background-color: #234e52;
}

.last\:bg-blue-100:last-child {
  background-color: #ebf8ff;
}

.last\:bg-blue-200:last-child {
  background-color: #bee3f8;
}

.last\:bg-blue-300:last-child {
  background-color: #90cdf4;
}

.last\:bg-blue-400:last-child {
  background-color: #63b3ed;
}

.last\:bg-blue-500:last-child {
  background-color: #4299e1;
}

.last\:bg-blue-600:last-child {
  background-color: #3182ce;
}

.last\:bg-blue-700:last-child {
  background-color: #2b6cb0;
}

.last\:bg-blue-800:last-child {
  background-color: #2c5282;
}

.last\:bg-blue-900:last-child {
  background-color: #2a4365;
}

.last\:bg-indigo-100:last-child {
  background-color: #ebf4ff;
}

.last\:bg-indigo-200:last-child {
  background-color: #c3dafe;
}

.last\:bg-indigo-300:last-child {
  background-color: #a3bffa;
}

.last\:bg-indigo-400:last-child {
  background-color: #7f9cf5;
}

.last\:bg-indigo-500:last-child {
  background-color: #667eea;
}

.last\:bg-indigo-600:last-child {
  background-color: #5a67d8;
}

.last\:bg-indigo-700:last-child {
  background-color: #4c51bf;
}

.last\:bg-indigo-800:last-child {
  background-color: #434190;
}

.last\:bg-indigo-900:last-child {
  background-color: #3c366b;
}

.last\:bg-purple-100:last-child {
  background-color: #faf5ff;
}

.last\:bg-purple-200:last-child {
  background-color: #e9d8fd;
}

.last\:bg-purple-300:last-child {
  background-color: #d6bcfa;
}

.last\:bg-purple-400:last-child {
  background-color: #b794f4;
}

.last\:bg-purple-500:last-child {
  background-color: #9f7aea;
}

.last\:bg-purple-600:last-child {
  background-color: #805ad5;
}

.last\:bg-purple-700:last-child {
  background-color: #6b46c1;
}

.last\:bg-purple-800:last-child {
  background-color: #553c9a;
}

.last\:bg-purple-900:last-child {
  background-color: #44337a;
}

.last\:bg-pink-100:last-child {
  background-color: #fff5f7;
}

.last\:bg-pink-200:last-child {
  background-color: #fed7e2;
}

.last\:bg-pink-300:last-child {
  background-color: #fbb6ce;
}

.last\:bg-pink-400:last-child {
  background-color: #f687b3;
}

.last\:bg-pink-500:last-child {
  background-color: #ed64a6;
}

.last\:bg-pink-600:last-child {
  background-color: #d53f8c;
}

.last\:bg-pink-700:last-child {
  background-color: #b83280;
}

.last\:bg-pink-800:last-child {
  background-color: #97266d;
}

.last\:bg-pink-900:last-child {
  background-color: #702459;
}

.odd\:bg-transparent:nth-child(odd) {
  background-color: transparent;
}

.odd\:bg-black:nth-child(odd) {
  background-color: #000;
}

.odd\:bg-white:nth-child(odd) {
  background-color: #fff;
}

.odd\:bg-gray-100:nth-child(odd) {
  background-color: #f7fafc;
}

.odd\:bg-gray-200:nth-child(odd) {
  background-color: #edf2f7;
}

.odd\:bg-gray-300:nth-child(odd) {
  background-color: #e2e8f0;
}

.odd\:bg-gray-400:nth-child(odd) {
  background-color: #cbd5e0;
}

.odd\:bg-gray-500:nth-child(odd) {
  background-color: #a0aec0;
}

.odd\:bg-gray-600:nth-child(odd) {
  background-color: #718096;
}

.odd\:bg-gray-700:nth-child(odd) {
  background-color: #4a5568;
}

.odd\:bg-gray-800:nth-child(odd) {
  background-color: #2d3748;
}

.odd\:bg-gray-900:nth-child(odd) {
  background-color: #1a202c;
}

.odd\:bg-red-100:nth-child(odd) {
  background-color: #fff5f5;
}

.odd\:bg-red-200:nth-child(odd) {
  background-color: #fed7d7;
}

.odd\:bg-red-300:nth-child(odd) {
  background-color: #feb2b2;
}

.odd\:bg-red-400:nth-child(odd) {
  background-color: #fc8181;
}

.odd\:bg-red-500:nth-child(odd) {
  background-color: #f56565;
}

.odd\:bg-red-600:nth-child(odd) {
  background-color: #e53e3e;
}

.odd\:bg-red-700:nth-child(odd) {
  background-color: #c53030;
}

.odd\:bg-red-800:nth-child(odd) {
  background-color: #9b2c2c;
}

.odd\:bg-red-900:nth-child(odd) {
  background-color: #742a2a;
}

.odd\:bg-orange-100:nth-child(odd) {
  background-color: #fffaf0;
}

.odd\:bg-orange-200:nth-child(odd) {
  background-color: #feebc8;
}

.odd\:bg-orange-300:nth-child(odd) {
  background-color: #fbd38d;
}

.odd\:bg-orange-400:nth-child(odd) {
  background-color: #f6ad55;
}

.odd\:bg-orange-500:nth-child(odd) {
  background-color: #ed8936;
}

.odd\:bg-orange-600:nth-child(odd) {
  background-color: #dd6b20;
}

.odd\:bg-orange-700:nth-child(odd) {
  background-color: #c05621;
}

.odd\:bg-orange-800:nth-child(odd) {
  background-color: #9c4221;
}

.odd\:bg-orange-900:nth-child(odd) {
  background-color: #7b341e;
}

.odd\:bg-yellow-100:nth-child(odd) {
  background-color: #fffff0;
}

.odd\:bg-yellow-200:nth-child(odd) {
  background-color: #fefcbf;
}

.odd\:bg-yellow-300:nth-child(odd) {
  background-color: #faf089;
}

.odd\:bg-yellow-400:nth-child(odd) {
  background-color: #f6e05e;
}

.odd\:bg-yellow-500:nth-child(odd) {
  background-color: #ecc94b;
}

.odd\:bg-yellow-600:nth-child(odd) {
  background-color: #d69e2e;
}

.odd\:bg-yellow-700:nth-child(odd) {
  background-color: #b7791f;
}

.odd\:bg-yellow-800:nth-child(odd) {
  background-color: #975a16;
}

.odd\:bg-yellow-900:nth-child(odd) {
  background-color: #744210;
}

.odd\:bg-green-100:nth-child(odd) {
  background-color: #f0fff4;
}

.odd\:bg-green-200:nth-child(odd) {
  background-color: #c6f6d5;
}

.odd\:bg-green-300:nth-child(odd) {
  background-color: #9ae6b4;
}

.odd\:bg-green-400:nth-child(odd) {
  background-color: #68d391;
}

.odd\:bg-green-500:nth-child(odd) {
  background-color: #48bb78;
}

.odd\:bg-green-600:nth-child(odd) {
  background-color: #38a169;
}

.odd\:bg-green-700:nth-child(odd) {
  background-color: #2f855a;
}

.odd\:bg-green-800:nth-child(odd) {
  background-color: #276749;
}

.odd\:bg-green-900:nth-child(odd) {
  background-color: #22543d;
}

.odd\:bg-teal-100:nth-child(odd) {
  background-color: #e6fffa;
}

.odd\:bg-teal-200:nth-child(odd) {
  background-color: #b2f5ea;
}

.odd\:bg-teal-300:nth-child(odd) {
  background-color: #81e6d9;
}

.odd\:bg-teal-400:nth-child(odd) {
  background-color: #4fd1c5;
}

.odd\:bg-teal-500:nth-child(odd) {
  background-color: #38b2ac;
}

.odd\:bg-teal-600:nth-child(odd) {
  background-color: #319795;
}

.odd\:bg-teal-700:nth-child(odd) {
  background-color: #2c7a7b;
}

.odd\:bg-teal-800:nth-child(odd) {
  background-color: #285e61;
}

.odd\:bg-teal-900:nth-child(odd) {
  background-color: #234e52;
}

.odd\:bg-blue-100:nth-child(odd) {
  background-color: #ebf8ff;
}

.odd\:bg-blue-200:nth-child(odd) {
  background-color: #bee3f8;
}

.odd\:bg-blue-300:nth-child(odd) {
  background-color: #90cdf4;
}

.odd\:bg-blue-400:nth-child(odd) {
  background-color: #63b3ed;
}

.odd\:bg-blue-500:nth-child(odd) {
  background-color: #4299e1;
}

.odd\:bg-blue-600:nth-child(odd) {
  background-color: #3182ce;
}

.odd\:bg-blue-700:nth-child(odd) {
  background-color: #2b6cb0;
}

.odd\:bg-blue-800:nth-child(odd) {
  background-color: #2c5282;
}

.odd\:bg-blue-900:nth-child(odd) {
  background-color: #2a4365;
}

.odd\:bg-indigo-100:nth-child(odd) {
  background-color: #ebf4ff;
}

.odd\:bg-indigo-200:nth-child(odd) {
  background-color: #c3dafe;
}

.odd\:bg-indigo-300:nth-child(odd) {
  background-color: #a3bffa;
}

.odd\:bg-indigo-400:nth-child(odd) {
  background-color: #7f9cf5;
}

.odd\:bg-indigo-500:nth-child(odd) {
  background-color: #667eea;
}

.odd\:bg-indigo-600:nth-child(odd) {
  background-color: #5a67d8;
}

.odd\:bg-indigo-700:nth-child(odd) {
  background-color: #4c51bf;
}

.odd\:bg-indigo-800:nth-child(odd) {
  background-color: #434190;
}

.odd\:bg-indigo-900:nth-child(odd) {
  background-color: #3c366b;
}

.odd\:bg-purple-100:nth-child(odd) {
  background-color: #faf5ff;
}

.odd\:bg-purple-200:nth-child(odd) {
  background-color: #e9d8fd;
}

.odd\:bg-purple-300:nth-child(odd) {
  background-color: #d6bcfa;
}

.odd\:bg-purple-400:nth-child(odd) {
  background-color: #b794f4;
}

.odd\:bg-purple-500:nth-child(odd) {
  background-color: #9f7aea;
}

.odd\:bg-purple-600:nth-child(odd) {
  background-color: #805ad5;
}

.odd\:bg-purple-700:nth-child(odd) {
  background-color: #6b46c1;
}

.odd\:bg-purple-800:nth-child(odd) {
  background-color: #553c9a;
}

.odd\:bg-purple-900:nth-child(odd) {
  background-color: #44337a;
}

.odd\:bg-pink-100:nth-child(odd) {
  background-color: #fff5f7;
}

.odd\:bg-pink-200:nth-child(odd) {
  background-color: #fed7e2;
}

.odd\:bg-pink-300:nth-child(odd) {
  background-color: #fbb6ce;
}

.odd\:bg-pink-400:nth-child(odd) {
  background-color: #f687b3;
}

.odd\:bg-pink-500:nth-child(odd) {
  background-color: #ed64a6;
}

.odd\:bg-pink-600:nth-child(odd) {
  background-color: #d53f8c;
}

.odd\:bg-pink-700:nth-child(odd) {
  background-color: #b83280;
}

.odd\:bg-pink-800:nth-child(odd) {
  background-color: #97266d;
}

.odd\:bg-pink-900:nth-child(odd) {
  background-color: #702459;
}

.even\:bg-transparent:nth-child(even) {
  background-color: transparent;
}

.even\:bg-black:nth-child(even) {
  background-color: #000;
}

.even\:bg-white:nth-child(even) {
  background-color: #fff;
}

.even\:bg-gray-100:nth-child(even) {
  background-color: #f7fafc;
}

.even\:bg-gray-200:nth-child(even) {
  background-color: #edf2f7;
}

.even\:bg-gray-300:nth-child(even) {
  background-color: #e2e8f0;
}

.even\:bg-gray-400:nth-child(even) {
  background-color: #cbd5e0;
}

.even\:bg-gray-500:nth-child(even) {
  background-color: #a0aec0;
}

.even\:bg-gray-600:nth-child(even) {
  background-color: #718096;
}

.even\:bg-gray-700:nth-child(even) {
  background-color: #4a5568;
}

.even\:bg-gray-800:nth-child(even) {
  background-color: #2d3748;
}

.even\:bg-gray-900:nth-child(even) {
  background-color: #1a202c;
}

.even\:bg-red-100:nth-child(even) {
  background-color: #fff5f5;
}

.even\:bg-red-200:nth-child(even) {
  background-color: #fed7d7;
}

.even\:bg-red-300:nth-child(even) {
  background-color: #feb2b2;
}

.even\:bg-red-400:nth-child(even) {
  background-color: #fc8181;
}

.even\:bg-red-500:nth-child(even) {
  background-color: #f56565;
}

.even\:bg-red-600:nth-child(even) {
  background-color: #e53e3e;
}

.even\:bg-red-700:nth-child(even) {
  background-color: #c53030;
}

.even\:bg-red-800:nth-child(even) {
  background-color: #9b2c2c;
}

.even\:bg-red-900:nth-child(even) {
  background-color: #742a2a;
}

.even\:bg-orange-100:nth-child(even) {
  background-color: #fffaf0;
}

.even\:bg-orange-200:nth-child(even) {
  background-color: #feebc8;
}

.even\:bg-orange-300:nth-child(even) {
  background-color: #fbd38d;
}

.even\:bg-orange-400:nth-child(even) {
  background-color: #f6ad55;
}

.even\:bg-orange-500:nth-child(even) {
  background-color: #ed8936;
}

.even\:bg-orange-600:nth-child(even) {
  background-color: #dd6b20;
}

.even\:bg-orange-700:nth-child(even) {
  background-color: #c05621;
}

.even\:bg-orange-800:nth-child(even) {
  background-color: #9c4221;
}

.even\:bg-orange-900:nth-child(even) {
  background-color: #7b341e;
}

.even\:bg-yellow-100:nth-child(even) {
  background-color: #fffff0;
}

.even\:bg-yellow-200:nth-child(even) {
  background-color: #fefcbf;
}

.even\:bg-yellow-300:nth-child(even) {
  background-color: #faf089;
}

.even\:bg-yellow-400:nth-child(even) {
  background-color: #f6e05e;
}

.even\:bg-yellow-500:nth-child(even) {
  background-color: #ecc94b;
}

.even\:bg-yellow-600:nth-child(even) {
  background-color: #d69e2e;
}

.even\:bg-yellow-700:nth-child(even) {
  background-color: #b7791f;
}

.even\:bg-yellow-800:nth-child(even) {
  background-color: #975a16;
}

.even\:bg-yellow-900:nth-child(even) {
  background-color: #744210;
}

.even\:bg-green-100:nth-child(even) {
  background-color: #f0fff4;
}

.even\:bg-green-200:nth-child(even) {
  background-color: #c6f6d5;
}

.even\:bg-green-300:nth-child(even) {
  background-color: #9ae6b4;
}

.even\:bg-green-400:nth-child(even) {
  background-color: #68d391;
}

.even\:bg-green-500:nth-child(even) {
  background-color: #48bb78;
}

.even\:bg-green-600:nth-child(even) {
  background-color: #38a169;
}

.even\:bg-green-700:nth-child(even) {
  background-color: #2f855a;
}

.even\:bg-green-800:nth-child(even) {
  background-color: #276749;
}

.even\:bg-green-900:nth-child(even) {
  background-color: #22543d;
}

.even\:bg-teal-100:nth-child(even) {
  background-color: #e6fffa;
}

.even\:bg-teal-200:nth-child(even) {
  background-color: #b2f5ea;
}

.even\:bg-teal-300:nth-child(even) {
  background-color: #81e6d9;
}

.even\:bg-teal-400:nth-child(even) {
  background-color: #4fd1c5;
}

.even\:bg-teal-500:nth-child(even) {
  background-color: #38b2ac;
}

.even\:bg-teal-600:nth-child(even) {
  background-color: #319795;
}

.even\:bg-teal-700:nth-child(even) {
  background-color: #2c7a7b;
}

.even\:bg-teal-800:nth-child(even) {
  background-color: #285e61;
}

.even\:bg-teal-900:nth-child(even) {
  background-color: #234e52;
}

.even\:bg-blue-100:nth-child(even) {
  background-color: #ebf8ff;
}

.even\:bg-blue-200:nth-child(even) {
  background-color: #bee3f8;
}

.even\:bg-blue-300:nth-child(even) {
  background-color: #90cdf4;
}

.even\:bg-blue-400:nth-child(even) {
  background-color: #63b3ed;
}

.even\:bg-blue-500:nth-child(even) {
  background-color: #4299e1;
}

.even\:bg-blue-600:nth-child(even) {
  background-color: #3182ce;
}

.even\:bg-blue-700:nth-child(even) {
  background-color: #2b6cb0;
}

.even\:bg-blue-800:nth-child(even) {
  background-color: #2c5282;
}

.even\:bg-blue-900:nth-child(even) {
  background-color: #2a4365;
}

.even\:bg-indigo-100:nth-child(even) {
  background-color: #ebf4ff;
}

.even\:bg-indigo-200:nth-child(even) {
  background-color: #c3dafe;
}

.even\:bg-indigo-300:nth-child(even) {
  background-color: #a3bffa;
}

.even\:bg-indigo-400:nth-child(even) {
  background-color: #7f9cf5;
}

.even\:bg-indigo-500:nth-child(even) {
  background-color: #667eea;
}

.even\:bg-indigo-600:nth-child(even) {
  background-color: #5a67d8;
}

.even\:bg-indigo-700:nth-child(even) {
  background-color: #4c51bf;
}

.even\:bg-indigo-800:nth-child(even) {
  background-color: #434190;
}

.even\:bg-indigo-900:nth-child(even) {
  background-color: #3c366b;
}

.even\:bg-purple-100:nth-child(even) {
  background-color: #faf5ff;
}

.even\:bg-purple-200:nth-child(even) {
  background-color: #e9d8fd;
}

.even\:bg-purple-300:nth-child(even) {
  background-color: #d6bcfa;
}

.even\:bg-purple-400:nth-child(even) {
  background-color: #b794f4;
}

.even\:bg-purple-500:nth-child(even) {
  background-color: #9f7aea;
}

.even\:bg-purple-600:nth-child(even) {
  background-color: #805ad5;
}

.even\:bg-purple-700:nth-child(even) {
  background-color: #6b46c1;
}

.even\:bg-purple-800:nth-child(even) {
  background-color: #553c9a;
}

.even\:bg-purple-900:nth-child(even) {
  background-color: #44337a;
}

.even\:bg-pink-100:nth-child(even) {
  background-color: #fff5f7;
}

.even\:bg-pink-200:nth-child(even) {
  background-color: #fed7e2;
}

.even\:bg-pink-300:nth-child(even) {
  background-color: #fbb6ce;
}

.even\:bg-pink-400:nth-child(even) {
  background-color: #f687b3;
}

.even\:bg-pink-500:nth-child(even) {
  background-color: #ed64a6;
}

.even\:bg-pink-600:nth-child(even) {
  background-color: #d53f8c;
}

.even\:bg-pink-700:nth-child(even) {
  background-color: #b83280;
}

.even\:bg-pink-800:nth-child(even) {
  background-color: #97266d;
}

.even\:bg-pink-900:nth-child(even) {
  background-color: #702459;
}

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

.hover\:bg-black:hover {
  background-color: #000;
}

.hover\:bg-white:hover {
  background-color: #fff;
}

.hover\:bg-gray-100:hover {
  background-color: #f7fafc;
}

.hover\:bg-gray-200:hover {
  background-color: #edf2f7;
}

.hover\:bg-gray-300:hover {
  background-color: #e2e8f0;
}

.hover\:bg-gray-400:hover {
  background-color: #cbd5e0;
}

.hover\:bg-gray-500:hover {
  background-color: #a0aec0;
}

.hover\:bg-gray-600:hover {
  background-color: #718096;
}

.hover\:bg-gray-700:hover {
  background-color: #4a5568;
}

.hover\:bg-gray-800:hover {
  background-color: #2d3748;
}

.hover\:bg-gray-900:hover {
  background-color: #1a202c;
}

.hover\:bg-red-100:hover {
  background-color: #fff5f5;
}

.hover\:bg-red-200:hover {
  background-color: #fed7d7;
}

.hover\:bg-red-300:hover {
  background-color: #feb2b2;
}

.hover\:bg-red-400:hover {
  background-color: #fc8181;
}

.hover\:bg-red-500:hover {
  background-color: #f56565;
}

.hover\:bg-red-600:hover {
  background-color: #e53e3e;
}

.hover\:bg-red-700:hover {
  background-color: #c53030;
}

.hover\:bg-red-800:hover {
  background-color: #9b2c2c;
}

.hover\:bg-red-900:hover {
  background-color: #742a2a;
}

.hover\:bg-orange-100:hover {
  background-color: #fffaf0;
}

.hover\:bg-orange-200:hover {
  background-color: #feebc8;
}

.hover\:bg-orange-300:hover {
  background-color: #fbd38d;
}

.hover\:bg-orange-400:hover {
  background-color: #f6ad55;
}

.hover\:bg-orange-500:hover {
  background-color: #ed8936;
}

.hover\:bg-orange-600:hover {
  background-color: #dd6b20;
}

.hover\:bg-orange-700:hover {
  background-color: #c05621;
}

.hover\:bg-orange-800:hover {
  background-color: #9c4221;
}

.hover\:bg-orange-900:hover {
  background-color: #7b341e;
}

.hover\:bg-yellow-100:hover {
  background-color: #fffff0;
}

.hover\:bg-yellow-200:hover {
  background-color: #fefcbf;
}

.hover\:bg-yellow-300:hover {
  background-color: #faf089;
}

.hover\:bg-yellow-400:hover {
  background-color: #f6e05e;
}

.hover\:bg-yellow-500:hover {
  background-color: #ecc94b;
}

.hover\:bg-yellow-600:hover {
  background-color: #d69e2e;
}

.hover\:bg-yellow-700:hover {
  background-color: #b7791f;
}

.hover\:bg-yellow-800:hover {
  background-color: #975a16;
}

.hover\:bg-yellow-900:hover {
  background-color: #744210;
}

.hover\:bg-green-100:hover {
  background-color: #f0fff4;
}

.hover\:bg-green-200:hover {
  background-color: #c6f6d5;
}

.hover\:bg-green-300:hover {
  background-color: #9ae6b4;
}

.hover\:bg-green-400:hover {
  background-color: #68d391;
}

.hover\:bg-green-500:hover {
  background-color: #48bb78;
}

.hover\:bg-green-600:hover {
  background-color: #38a169;
}

.hover\:bg-green-700:hover {
  background-color: #2f855a;
}

.hover\:bg-green-800:hover {
  background-color: #276749;
}

.hover\:bg-green-900:hover {
  background-color: #22543d;
}

.hover\:bg-teal-100:hover {
  background-color: #e6fffa;
}

.hover\:bg-teal-200:hover {
  background-color: #b2f5ea;
}

.hover\:bg-teal-300:hover {
  background-color: #81e6d9;
}

.hover\:bg-teal-400:hover {
  background-color: #4fd1c5;
}

.hover\:bg-teal-500:hover {
  background-color: #38b2ac;
}

.hover\:bg-teal-600:hover {
  background-color: #319795;
}

.hover\:bg-teal-700:hover {
  background-color: #2c7a7b;
}

.hover\:bg-teal-800:hover {
  background-color: #285e61;
}

.hover\:bg-teal-900:hover {
  background-color: #234e52;
}

.hover\:bg-blue-100:hover {
  background-color: #ebf8ff;
}

.hover\:bg-blue-200:hover {
  background-color: #bee3f8;
}

.hover\:bg-blue-300:hover {
  background-color: #90cdf4;
}

.hover\:bg-blue-400:hover {
  background-color: #63b3ed;
}

.hover\:bg-blue-500:hover {
  background-color: #4299e1;
}

.hover\:bg-blue-600:hover {
  background-color: #3182ce;
}

.hover\:bg-blue-700:hover {
  background-color: #2b6cb0;
}

.hover\:bg-blue-800:hover {
  background-color: #2c5282;
}

.hover\:bg-blue-900:hover {
  background-color: #2a4365;
}

.hover\:bg-indigo-100:hover {
  background-color: #ebf4ff;
}

.hover\:bg-indigo-200:hover {
  background-color: #c3dafe;
}

.hover\:bg-indigo-300:hover {
  background-color: #a3bffa;
}

.hover\:bg-indigo-400:hover {
  background-color: #7f9cf5;
}

.hover\:bg-indigo-500:hover {
  background-color: #667eea;
}

.hover\:bg-indigo-600:hover {
  background-color: #5a67d8;
}

.hover\:bg-indigo-700:hover {
  background-color: #4c51bf;
}

.hover\:bg-indigo-800:hover {
  background-color: #434190;
}

.hover\:bg-indigo-900:hover {
  background-color: #3c366b;
}

.hover\:bg-purple-100:hover {
  background-color: #faf5ff;
}

.hover\:bg-purple-200:hover {
  background-color: #e9d8fd;
}

.hover\:bg-purple-300:hover {
  background-color: #d6bcfa;
}

.hover\:bg-purple-400:hover {
  background-color: #b794f4;
}

.hover\:bg-purple-500:hover {
  background-color: #9f7aea;
}

.hover\:bg-purple-600:hover {
  background-color: #805ad5;
}

.hover\:bg-purple-700:hover {
  background-color: #6b46c1;
}

.hover\:bg-purple-800:hover {
  background-color: #553c9a;
}

.hover\:bg-purple-900:hover {
  background-color: #44337a;
}

.hover\:bg-pink-100:hover {
  background-color: #fff5f7;
}

.hover\:bg-pink-200:hover {
  background-color: #fed7e2;
}

.hover\:bg-pink-300:hover {
  background-color: #fbb6ce;
}

.hover\:bg-pink-400:hover {
  background-color: #f687b3;
}

.hover\:bg-pink-500:hover {
  background-color: #ed64a6;
}

.hover\:bg-pink-600:hover {
  background-color: #d53f8c;
}

.hover\:bg-pink-700:hover {
  background-color: #b83280;
}

.hover\:bg-pink-800:hover {
  background-color: #97266d;
}

.hover\:bg-pink-900:hover {
  background-color: #702459;
}

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

.focus\:bg-black:focus {
  background-color: #000;
}

.focus\:bg-white:focus {
  background-color: #fff;
}

.focus\:bg-gray-100:focus {
  background-color: #f7fafc;
}

.focus\:bg-gray-200:focus {
  background-color: #edf2f7;
}

.focus\:bg-gray-300:focus {
  background-color: #e2e8f0;
}

.focus\:bg-gray-400:focus {
  background-color: #cbd5e0;
}

.focus\:bg-gray-500:focus {
  background-color: #a0aec0;
}

.focus\:bg-gray-600:focus {
  background-color: #718096;
}

.focus\:bg-gray-700:focus {
  background-color: #4a5568;
}

.focus\:bg-gray-800:focus {
  background-color: #2d3748;
}

.focus\:bg-gray-900:focus {
  background-color: #1a202c;
}

.focus\:bg-red-100:focus {
  background-color: #fff5f5;
}

.focus\:bg-red-200:focus {
  background-color: #fed7d7;
}

.focus\:bg-red-300:focus {
  background-color: #feb2b2;
}

.focus\:bg-red-400:focus {
  background-color: #fc8181;
}

.focus\:bg-red-500:focus {
  background-color: #f56565;
}

.focus\:bg-red-600:focus {
  background-color: #e53e3e;
}

.focus\:bg-red-700:focus {
  background-color: #c53030;
}

.focus\:bg-red-800:focus {
  background-color: #9b2c2c;
}

.focus\:bg-red-900:focus {
  background-color: #742a2a;
}

.focus\:bg-orange-100:focus {
  background-color: #fffaf0;
}

.focus\:bg-orange-200:focus {
  background-color: #feebc8;
}

.focus\:bg-orange-300:focus {
  background-color: #fbd38d;
}

.focus\:bg-orange-400:focus {
  background-color: #f6ad55;
}

.focus\:bg-orange-500:focus {
  background-color: #ed8936;
}

.focus\:bg-orange-600:focus {
  background-color: #dd6b20;
}

.focus\:bg-orange-700:focus {
  background-color: #c05621;
}

.focus\:bg-orange-800:focus {
  background-color: #9c4221;
}

.focus\:bg-orange-900:focus {
  background-color: #7b341e;
}

.focus\:bg-yellow-100:focus {
  background-color: #fffff0;
}

.focus\:bg-yellow-200:focus {
  background-color: #fefcbf;
}

.focus\:bg-yellow-300:focus {
  background-color: #faf089;
}

.focus\:bg-yellow-400:focus {
  background-color: #f6e05e;
}

.focus\:bg-yellow-500:focus {
  background-color: #ecc94b;
}

.focus\:bg-yellow-600:focus {
  background-color: #d69e2e;
}

.focus\:bg-yellow-700:focus {
  background-color: #b7791f;
}

.focus\:bg-yellow-800:focus {
  background-color: #975a16;
}

.focus\:bg-yellow-900:focus {
  background-color: #744210;
}

.focus\:bg-green-100:focus {
  background-color: #f0fff4;
}

.focus\:bg-green-200:focus {
  background-color: #c6f6d5;
}

.focus\:bg-green-300:focus {
  background-color: #9ae6b4;
}

.focus\:bg-green-400:focus {
  background-color: #68d391;
}

.focus\:bg-green-500:focus {
  background-color: #48bb78;
}

.focus\:bg-green-600:focus {
  background-color: #38a169;
}

.focus\:bg-green-700:focus {
  background-color: #2f855a;
}

.focus\:bg-green-800:focus {
  background-color: #276749;
}

.focus\:bg-green-900:focus {
  background-color: #22543d;
}

.focus\:bg-teal-100:focus {
  background-color: #e6fffa;
}

.focus\:bg-teal-200:focus {
  background-color: #b2f5ea;
}

.focus\:bg-teal-300:focus {
  background-color: #81e6d9;
}

.focus\:bg-teal-400:focus {
  background-color: #4fd1c5;
}

.focus\:bg-teal-500:focus {
  background-color: #38b2ac;
}

.focus\:bg-teal-600:focus {
  background-color: #319795;
}

.focus\:bg-teal-700:focus {
  background-color: #2c7a7b;
}

.focus\:bg-teal-800:focus {
  background-color: #285e61;
}

.focus\:bg-teal-900:focus {
  background-color: #234e52;
}

.focus\:bg-blue-100:focus {
  background-color: #ebf8ff;
}

.focus\:bg-blue-200:focus {
  background-color: #bee3f8;
}

.focus\:bg-blue-300:focus {
  background-color: #90cdf4;
}

.focus\:bg-blue-400:focus {
  background-color: #63b3ed;
}

.focus\:bg-blue-500:focus {
  background-color: #4299e1;
}

.focus\:bg-blue-600:focus {
  background-color: #3182ce;
}

.focus\:bg-blue-700:focus {
  background-color: #2b6cb0;
}

.focus\:bg-blue-800:focus {
  background-color: #2c5282;
}

.focus\:bg-blue-900:focus {
  background-color: #2a4365;
}

.focus\:bg-indigo-100:focus {
  background-color: #ebf4ff;
}

.focus\:bg-indigo-200:focus {
  background-color: #c3dafe;
}

.focus\:bg-indigo-300:focus {
  background-color: #a3bffa;
}

.focus\:bg-indigo-400:focus {
  background-color: #7f9cf5;
}

.focus\:bg-indigo-500:focus {
  background-color: #667eea;
}

.focus\:bg-indigo-600:focus {
  background-color: #5a67d8;
}

.focus\:bg-indigo-700:focus {
  background-color: #4c51bf;
}

.focus\:bg-indigo-800:focus {
  background-color: #434190;
}

.focus\:bg-indigo-900:focus {
  background-color: #3c366b;
}

.focus\:bg-purple-100:focus {
  background-color: #faf5ff;
}

.focus\:bg-purple-200:focus {
  background-color: #e9d8fd;
}

.focus\:bg-purple-300:focus {
  background-color: #d6bcfa;
}

.focus\:bg-purple-400:focus {
  background-color: #b794f4;
}

.focus\:bg-purple-500:focus {
  background-color: #9f7aea;
}

.focus\:bg-purple-600:focus {
  background-color: #805ad5;
}

.focus\:bg-purple-700:focus {
  background-color: #6b46c1;
}

.focus\:bg-purple-800:focus {
  background-color: #553c9a;
}

.focus\:bg-purple-900:focus {
  background-color: #44337a;
}

.focus\:bg-pink-100:focus {
  background-color: #fff5f7;
}

.focus\:bg-pink-200:focus {
  background-color: #fed7e2;
}

.focus\:bg-pink-300:focus {
  background-color: #fbb6ce;
}

.focus\:bg-pink-400:focus {
  background-color: #f687b3;
}

.focus\:bg-pink-500:focus {
  background-color: #ed64a6;
}

.focus\:bg-pink-600:focus {
  background-color: #d53f8c;
}

.focus\:bg-pink-700:focus {
  background-color: #b83280;
}

.focus\:bg-pink-800:focus {
  background-color: #97266d;
}

.focus\:bg-pink-900:focus {
  background-color: #702459;
}

.active\:bg-transparent:active {
  background-color: transparent;
}

.active\:bg-black:active {
  background-color: #000;
}

.active\:bg-white:active {
  background-color: #fff;
}

.active\:bg-gray-100:active {
  background-color: #f7fafc;
}

.active\:bg-gray-200:active {
  background-color: #edf2f7;
}

.active\:bg-gray-300:active {
  background-color: #e2e8f0;
}

.active\:bg-gray-400:active {
  background-color: #cbd5e0;
}

.active\:bg-gray-500:active {
  background-color: #a0aec0;
}

.active\:bg-gray-600:active {
  background-color: #718096;
}

.active\:bg-gray-700:active {
  background-color: #4a5568;
}

.active\:bg-gray-800:active {
  background-color: #2d3748;
}

.active\:bg-gray-900:active {
  background-color: #1a202c;
}

.active\:bg-red-100:active {
  background-color: #fff5f5;
}

.active\:bg-red-200:active {
  background-color: #fed7d7;
}

.active\:bg-red-300:active {
  background-color: #feb2b2;
}

.active\:bg-red-400:active {
  background-color: #fc8181;
}

.active\:bg-red-500:active {
  background-color: #f56565;
}

.active\:bg-red-600:active {
  background-color: #e53e3e;
}

.active\:bg-red-700:active {
  background-color: #c53030;
}

.active\:bg-red-800:active {
  background-color: #9b2c2c;
}

.active\:bg-red-900:active {
  background-color: #742a2a;
}

.active\:bg-orange-100:active {
  background-color: #fffaf0;
}

.active\:bg-orange-200:active {
  background-color: #feebc8;
}

.active\:bg-orange-300:active {
  background-color: #fbd38d;
}

.active\:bg-orange-400:active {
  background-color: #f6ad55;
}

.active\:bg-orange-500:active {
  background-color: #ed8936;
}

.active\:bg-orange-600:active {
  background-color: #dd6b20;
}

.active\:bg-orange-700:active {
  background-color: #c05621;
}

.active\:bg-orange-800:active {
  background-color: #9c4221;
}

.active\:bg-orange-900:active {
  background-color: #7b341e;
}

.active\:bg-yellow-100:active {
  background-color: #fffff0;
}

.active\:bg-yellow-200:active {
  background-color: #fefcbf;
}

.active\:bg-yellow-300:active {
  background-color: #faf089;
}

.active\:bg-yellow-400:active {
  background-color: #f6e05e;
}

.active\:bg-yellow-500:active {
  background-color: #ecc94b;
}

.active\:bg-yellow-600:active {
  background-color: #d69e2e;
}

.active\:bg-yellow-700:active {
  background-color: #b7791f;
}

.active\:bg-yellow-800:active {
  background-color: #975a16;
}

.active\:bg-yellow-900:active {
  background-color: #744210;
}

.active\:bg-green-100:active {
  background-color: #f0fff4;
}

.active\:bg-green-200:active {
  background-color: #c6f6d5;
}

.active\:bg-green-300:active {
  background-color: #9ae6b4;
}

.active\:bg-green-400:active {
  background-color: #68d391;
}

.active\:bg-green-500:active {
  background-color: #48bb78;
}

.active\:bg-green-600:active {
  background-color: #38a169;
}

.active\:bg-green-700:active {
  background-color: #2f855a;
}

.active\:bg-green-800:active {
  background-color: #276749;
}

.active\:bg-green-900:active {
  background-color: #22543d;
}

.active\:bg-teal-100:active {
  background-color: #e6fffa;
}

.active\:bg-teal-200:active {
  background-color: #b2f5ea;
}

.active\:bg-teal-300:active {
  background-color: #81e6d9;
}

.active\:bg-teal-400:active {
  background-color: #4fd1c5;
}

.active\:bg-teal-500:active {
  background-color: #38b2ac;
}

.active\:bg-teal-600:active {
  background-color: #319795;
}

.active\:bg-teal-700:active {
  background-color: #2c7a7b;
}

.active\:bg-teal-800:active {
  background-color: #285e61;
}

.active\:bg-teal-900:active {
  background-color: #234e52;
}

.active\:bg-blue-100:active {
  background-color: #ebf8ff;
}

.active\:bg-blue-200:active {
  background-color: #bee3f8;
}

.active\:bg-blue-300:active {
  background-color: #90cdf4;
}

.active\:bg-blue-400:active {
  background-color: #63b3ed;
}

.active\:bg-blue-500:active {
  background-color: #4299e1;
}

.active\:bg-blue-600:active {
  background-color: #3182ce;
}

.active\:bg-blue-700:active {
  background-color: #2b6cb0;
}

.active\:bg-blue-800:active {
  background-color: #2c5282;
}

.active\:bg-blue-900:active {
  background-color: #2a4365;
}

.active\:bg-indigo-100:active {
  background-color: #ebf4ff;
}

.active\:bg-indigo-200:active {
  background-color: #c3dafe;
}

.active\:bg-indigo-300:active {
  background-color: #a3bffa;
}

.active\:bg-indigo-400:active {
  background-color: #7f9cf5;
}

.active\:bg-indigo-500:active {
  background-color: #667eea;
}

.active\:bg-indigo-600:active {
  background-color: #5a67d8;
}

.active\:bg-indigo-700:active {
  background-color: #4c51bf;
}

.active\:bg-indigo-800:active {
  background-color: #434190;
}

.active\:bg-indigo-900:active {
  background-color: #3c366b;
}

.active\:bg-purple-100:active {
  background-color: #faf5ff;
}

.active\:bg-purple-200:active {
  background-color: #e9d8fd;
}

.active\:bg-purple-300:active {
  background-color: #d6bcfa;
}

.active\:bg-purple-400:active {
  background-color: #b794f4;
}

.active\:bg-purple-500:active {
  background-color: #9f7aea;
}

.active\:bg-purple-600:active {
  background-color: #805ad5;
}

.active\:bg-purple-700:active {
  background-color: #6b46c1;
}

.active\:bg-purple-800:active {
  background-color: #553c9a;
}

.active\:bg-purple-900:active {
  background-color: #44337a;
}

.active\:bg-pink-100:active {
  background-color: #fff5f7;
}

.active\:bg-pink-200:active {
  background-color: #fed7e2;
}

.active\:bg-pink-300:active {
  background-color: #fbb6ce;
}

.active\:bg-pink-400:active {
  background-color: #f687b3;
}

.active\:bg-pink-500:active {
  background-color: #ed64a6;
}

.active\:bg-pink-600:active {
  background-color: #d53f8c;
}

.active\:bg-pink-700:active {
  background-color: #b83280;
}

.active\:bg-pink-800:active {
  background-color: #97266d;
}

.active\:bg-pink-900:active {
  background-color: #702459;
}

.visited\:bg-transparent:visited {
  background-color: transparent;
}

.visited\:bg-black:visited {
  background-color: #000;
}

.visited\:bg-white:visited {
  background-color: #fff;
}

.visited\:bg-gray-100:visited {
  background-color: #f7fafc;
}

.visited\:bg-gray-200:visited {
  background-color: #edf2f7;
}

.visited\:bg-gray-300:visited {
  background-color: #e2e8f0;
}

.visited\:bg-gray-400:visited {
  background-color: #cbd5e0;
}

.visited\:bg-gray-500:visited {
  background-color: #a0aec0;
}

.visited\:bg-gray-600:visited {
  background-color: #718096;
}

.visited\:bg-gray-700:visited {
  background-color: #4a5568;
}

.visited\:bg-gray-800:visited {
  background-color: #2d3748;
}

.visited\:bg-gray-900:visited {
  background-color: #1a202c;
}

.visited\:bg-red-100:visited {
  background-color: #fff5f5;
}

.visited\:bg-red-200:visited {
  background-color: #fed7d7;
}

.visited\:bg-red-300:visited {
  background-color: #feb2b2;
}

.visited\:bg-red-400:visited {
  background-color: #fc8181;
}

.visited\:bg-red-500:visited {
  background-color: #f56565;
}

.visited\:bg-red-600:visited {
  background-color: #e53e3e;
}

.visited\:bg-red-700:visited {
  background-color: #c53030;
}

.visited\:bg-red-800:visited {
  background-color: #9b2c2c;
}

.visited\:bg-red-900:visited {
  background-color: #742a2a;
}

.visited\:bg-orange-100:visited {
  background-color: #fffaf0;
}

.visited\:bg-orange-200:visited {
  background-color: #feebc8;
}

.visited\:bg-orange-300:visited {
  background-color: #fbd38d;
}

.visited\:bg-orange-400:visited {
  background-color: #f6ad55;
}

.visited\:bg-orange-500:visited {
  background-color: #ed8936;
}

.visited\:bg-orange-600:visited {
  background-color: #dd6b20;
}

.visited\:bg-orange-700:visited {
  background-color: #c05621;
}

.visited\:bg-orange-800:visited {
  background-color: #9c4221;
}

.visited\:bg-orange-900:visited {
  background-color: #7b341e;
}

.visited\:bg-yellow-100:visited {
  background-color: #fffff0;
}

.visited\:bg-yellow-200:visited {
  background-color: #fefcbf;
}

.visited\:bg-yellow-300:visited {
  background-color: #faf089;
}

.visited\:bg-yellow-400:visited {
  background-color: #f6e05e;
}

.visited\:bg-yellow-500:visited {
  background-color: #ecc94b;
}

.visited\:bg-yellow-600:visited {
  background-color: #d69e2e;
}

.visited\:bg-yellow-700:visited {
  background-color: #b7791f;
}

.visited\:bg-yellow-800:visited {
  background-color: #975a16;
}

.visited\:bg-yellow-900:visited {
  background-color: #744210;
}

.visited\:bg-green-100:visited {
  background-color: #f0fff4;
}

.visited\:bg-green-200:visited {
  background-color: #c6f6d5;
}

.visited\:bg-green-300:visited {
  background-color: #9ae6b4;
}

.visited\:bg-green-400:visited {
  background-color: #68d391;
}

.visited\:bg-green-500:visited {
  background-color: #48bb78;
}

.visited\:bg-green-600:visited {
  background-color: #38a169;
}

.visited\:bg-green-700:visited {
  background-color: #2f855a;
}

.visited\:bg-green-800:visited {
  background-color: #276749;
}

.visited\:bg-green-900:visited {
  background-color: #22543d;
}

.visited\:bg-teal-100:visited {
  background-color: #e6fffa;
}

.visited\:bg-teal-200:visited {
  background-color: #b2f5ea;
}

.visited\:bg-teal-300:visited {
  background-color: #81e6d9;
}

.visited\:bg-teal-400:visited {
  background-color: #4fd1c5;
}

.visited\:bg-teal-500:visited {
  background-color: #38b2ac;
}

.visited\:bg-teal-600:visited {
  background-color: #319795;
}

.visited\:bg-teal-700:visited {
  background-color: #2c7a7b;
}

.visited\:bg-teal-800:visited {
  background-color: #285e61;
}

.visited\:bg-teal-900:visited {
  background-color: #234e52;
}

.visited\:bg-blue-100:visited {
  background-color: #ebf8ff;
}

.visited\:bg-blue-200:visited {
  background-color: #bee3f8;
}

.visited\:bg-blue-300:visited {
  background-color: #90cdf4;
}

.visited\:bg-blue-400:visited {
  background-color: #63b3ed;
}

.visited\:bg-blue-500:visited {
  background-color: #4299e1;
}

.visited\:bg-blue-600:visited {
  background-color: #3182ce;
}

.visited\:bg-blue-700:visited {
  background-color: #2b6cb0;
}

.visited\:bg-blue-800:visited {
  background-color: #2c5282;
}

.visited\:bg-blue-900:visited {
  background-color: #2a4365;
}

.visited\:bg-indigo-100:visited {
  background-color: #ebf4ff;
}

.visited\:bg-indigo-200:visited {
  background-color: #c3dafe;
}

.visited\:bg-indigo-300:visited {
  background-color: #a3bffa;
}

.visited\:bg-indigo-400:visited {
  background-color: #7f9cf5;
}

.visited\:bg-indigo-500:visited {
  background-color: #667eea;
}

.visited\:bg-indigo-600:visited {
  background-color: #5a67d8;
}

.visited\:bg-indigo-700:visited {
  background-color: #4c51bf;
}

.visited\:bg-indigo-800:visited {
  background-color: #434190;
}

.visited\:bg-indigo-900:visited {
  background-color: #3c366b;
}

.visited\:bg-purple-100:visited {
  background-color: #faf5ff;
}

.visited\:bg-purple-200:visited {
  background-color: #e9d8fd;
}

.visited\:bg-purple-300:visited {
  background-color: #d6bcfa;
}

.visited\:bg-purple-400:visited {
  background-color: #b794f4;
}

.visited\:bg-purple-500:visited {
  background-color: #9f7aea;
}

.visited\:bg-purple-600:visited {
  background-color: #805ad5;
}

.visited\:bg-purple-700:visited {
  background-color: #6b46c1;
}

.visited\:bg-purple-800:visited {
  background-color: #553c9a;
}

.visited\:bg-purple-900:visited {
  background-color: #44337a;
}

.visited\:bg-pink-100:visited {
  background-color: #fff5f7;
}

.visited\:bg-pink-200:visited {
  background-color: #fed7e2;
}

.visited\:bg-pink-300:visited {
  background-color: #fbb6ce;
}

.visited\:bg-pink-400:visited {
  background-color: #f687b3;
}

.visited\:bg-pink-500:visited {
  background-color: #ed64a6;
}

.visited\:bg-pink-600:visited {
  background-color: #d53f8c;
}

.visited\:bg-pink-700:visited {
  background-color: #b83280;
}

.visited\:bg-pink-800:visited {
  background-color: #97266d;
}

.visited\:bg-pink-900:visited {
  background-color: #702459;
}

.disabled\:bg-transparent:disabled {
  background-color: transparent;
}

.disabled\:bg-black:disabled {
  background-color: #000;
}

.disabled\:bg-white:disabled {
  background-color: #fff;
}

.disabled\:bg-gray-100:disabled {
  background-color: #f7fafc;
}

.disabled\:bg-gray-200:disabled {
  background-color: #edf2f7;
}

.disabled\:bg-gray-300:disabled {
  background-color: #e2e8f0;
}

.disabled\:bg-gray-400:disabled {
  background-color: #cbd5e0;
}

.disabled\:bg-gray-500:disabled {
  background-color: #a0aec0;
}

.disabled\:bg-gray-600:disabled {
  background-color: #718096;
}

.disabled\:bg-gray-700:disabled {
  background-color: #4a5568;
}

.disabled\:bg-gray-800:disabled {
  background-color: #2d3748;
}

.disabled\:bg-gray-900:disabled {
  background-color: #1a202c;
}

.disabled\:bg-red-100:disabled {
  background-color: #fff5f5;
}

.disabled\:bg-red-200:disabled {
  background-color: #fed7d7;
}

.disabled\:bg-red-300:disabled {
  background-color: #feb2b2;
}

.disabled\:bg-red-400:disabled {
  background-color: #fc8181;
}

.disabled\:bg-red-500:disabled {
  background-color: #f56565;
}

.disabled\:bg-red-600:disabled {
  background-color: #e53e3e;
}

.disabled\:bg-red-700:disabled {
  background-color: #c53030;
}

.disabled\:bg-red-800:disabled {
  background-color: #9b2c2c;
}

.disabled\:bg-red-900:disabled {
  background-color: #742a2a;
}

.disabled\:bg-orange-100:disabled {
  background-color: #fffaf0;
}

.disabled\:bg-orange-200:disabled {
  background-color: #feebc8;
}

.disabled\:bg-orange-300:disabled {
  background-color: #fbd38d;
}

.disabled\:bg-orange-400:disabled {
  background-color: #f6ad55;
}

.disabled\:bg-orange-500:disabled {
  background-color: #ed8936;
}

.disabled\:bg-orange-600:disabled {
  background-color: #dd6b20;
}

.disabled\:bg-orange-700:disabled {
  background-color: #c05621;
}

.disabled\:bg-orange-800:disabled {
  background-color: #9c4221;
}

.disabled\:bg-orange-900:disabled {
  background-color: #7b341e;
}

.disabled\:bg-yellow-100:disabled {
  background-color: #fffff0;
}

.disabled\:bg-yellow-200:disabled {
  background-color: #fefcbf;
}

.disabled\:bg-yellow-300:disabled {
  background-color: #faf089;
}

.disabled\:bg-yellow-400:disabled {
  background-color: #f6e05e;
}

.disabled\:bg-yellow-500:disabled {
  background-color: #ecc94b;
}

.disabled\:bg-yellow-600:disabled {
  background-color: #d69e2e;
}

.disabled\:bg-yellow-700:disabled {
  background-color: #b7791f;
}

.disabled\:bg-yellow-800:disabled {
  background-color: #975a16;
}

.disabled\:bg-yellow-900:disabled {
  background-color: #744210;
}

.disabled\:bg-green-100:disabled {
  background-color: #f0fff4;
}

.disabled\:bg-green-200:disabled {
  background-color: #c6f6d5;
}

.disabled\:bg-green-300:disabled {
  background-color: #9ae6b4;
}

.disabled\:bg-green-400:disabled {
  background-color: #68d391;
}

.disabled\:bg-green-500:disabled {
  background-color: #48bb78;
}

.disabled\:bg-green-600:disabled {
  background-color: #38a169;
}

.disabled\:bg-green-700:disabled {
  background-color: #2f855a;
}

.disabled\:bg-green-800:disabled {
  background-color: #276749;
}

.disabled\:bg-green-900:disabled {
  background-color: #22543d;
}

.disabled\:bg-teal-100:disabled {
  background-color: #e6fffa;
}

.disabled\:bg-teal-200:disabled {
  background-color: #b2f5ea;
}

.disabled\:bg-teal-300:disabled {
  background-color: #81e6d9;
}

.disabled\:bg-teal-400:disabled {
  background-color: #4fd1c5;
}

.disabled\:bg-teal-500:disabled {
  background-color: #38b2ac;
}

.disabled\:bg-teal-600:disabled {
  background-color: #319795;
}

.disabled\:bg-teal-700:disabled {
  background-color: #2c7a7b;
}

.disabled\:bg-teal-800:disabled {
  background-color: #285e61;
}

.disabled\:bg-teal-900:disabled {
  background-color: #234e52;
}

.disabled\:bg-blue-100:disabled {
  background-color: #ebf8ff;
}

.disabled\:bg-blue-200:disabled {
  background-color: #bee3f8;
}

.disabled\:bg-blue-300:disabled {
  background-color: #90cdf4;
}

.disabled\:bg-blue-400:disabled {
  background-color: #63b3ed;
}

.disabled\:bg-blue-500:disabled {
  background-color: #4299e1;
}

.disabled\:bg-blue-600:disabled {
  background-color: #3182ce;
}

.disabled\:bg-blue-700:disabled {
  background-color: #2b6cb0;
}

.disabled\:bg-blue-800:disabled {
  background-color: #2c5282;
}

.disabled\:bg-blue-900:disabled {
  background-color: #2a4365;
}

.disabled\:bg-indigo-100:disabled {
  background-color: #ebf4ff;
}

.disabled\:bg-indigo-200:disabled {
  background-color: #c3dafe;
}

.disabled\:bg-indigo-300:disabled {
  background-color: #a3bffa;
}

.disabled\:bg-indigo-400:disabled {
  background-color: #7f9cf5;
}

.disabled\:bg-indigo-500:disabled {
  background-color: #667eea;
}

.disabled\:bg-indigo-600:disabled {
  background-color: #5a67d8;
}

.disabled\:bg-indigo-700:disabled {
  background-color: #4c51bf;
}

.disabled\:bg-indigo-800:disabled {
  background-color: #434190;
}

.disabled\:bg-indigo-900:disabled {
  background-color: #3c366b;
}

.disabled\:bg-purple-100:disabled {
  background-color: #faf5ff;
}

.disabled\:bg-purple-200:disabled {
  background-color: #e9d8fd;
}

.disabled\:bg-purple-300:disabled {
  background-color: #d6bcfa;
}

.disabled\:bg-purple-400:disabled {
  background-color: #b794f4;
}

.disabled\:bg-purple-500:disabled {
  background-color: #9f7aea;
}

.disabled\:bg-purple-600:disabled {
  background-color: #805ad5;
}

.disabled\:bg-purple-700:disabled {
  background-color: #6b46c1;
}

.disabled\:bg-purple-800:disabled {
  background-color: #553c9a;
}

.disabled\:bg-purple-900:disabled {
  background-color: #44337a;
}

.disabled\:bg-pink-100:disabled {
  background-color: #fff5f7;
}

.disabled\:bg-pink-200:disabled {
  background-color: #fed7e2;
}

.disabled\:bg-pink-300:disabled {
  background-color: #fbb6ce;
}

.disabled\:bg-pink-400:disabled {
  background-color: #f687b3;
}

.disabled\:bg-pink-500:disabled {
  background-color: #ed64a6;
}

.disabled\:bg-pink-600:disabled {
  background-color: #d53f8c;
}

.disabled\:bg-pink-700:disabled {
  background-color: #b83280;
}

.disabled\:bg-pink-800:disabled {
  background-color: #97266d;
}

.disabled\:bg-pink-900:disabled {
  background-color: #702459;
}

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

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

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

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

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

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

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

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

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

.group:hover .group-hover\:bg-bottom {
  background-position: bottom;
}

.group:hover .group-hover\:bg-center {
  background-position: center;
}

.group:hover .group-hover\:bg-left {
  background-position: left;
}

.group:hover .group-hover\:bg-left-bottom {
  background-position: left bottom;
}

.group:hover .group-hover\:bg-left-top {
  background-position: left top;
}

.group:hover .group-hover\:bg-right {
  background-position: right;
}

.group:hover .group-hover\:bg-right-bottom {
  background-position: right bottom;
}

.group:hover .group-hover\:bg-right-top {
  background-position: right top;
}

.group:hover .group-hover\:bg-top {
  background-position: top;
}

.focus-within\:bg-bottom:focus-within {
  background-position: bottom;
}

.focus-within\:bg-center:focus-within {
  background-position: center;
}

.focus-within\:bg-left:focus-within {
  background-position: left;
}

.focus-within\:bg-left-bottom:focus-within {
  background-position: left bottom;
}

.focus-within\:bg-left-top:focus-within {
  background-position: left top;
}

.focus-within\:bg-right:focus-within {
  background-position: right;
}

.focus-within\:bg-right-bottom:focus-within {
  background-position: right bottom;
}

.focus-within\:bg-right-top:focus-within {
  background-position: right top;
}

.focus-within\:bg-top:focus-within {
  background-position: top;
}

.first\:bg-bottom:first-child {
  background-position: bottom;
}

.first\:bg-center:first-child {
  background-position: center;
}

.first\:bg-left:first-child {
  background-position: left;
}

.first\:bg-left-bottom:first-child {
  background-position: left bottom;
}

.first\:bg-left-top:first-child {
  background-position: left top;
}

.first\:bg-right:first-child {
  background-position: right;
}

.first\:bg-right-bottom:first-child {
  background-position: right bottom;
}

.first\:bg-right-top:first-child {
  background-position: right top;
}

.first\:bg-top:first-child {
  background-position: top;
}

.last\:bg-bottom:last-child {
  background-position: bottom;
}

.last\:bg-center:last-child {
  background-position: center;
}

.last\:bg-left:last-child {
  background-position: left;
}

.last\:bg-left-bottom:last-child {
  background-position: left bottom;
}

.last\:bg-left-top:last-child {
  background-position: left top;
}

.last\:bg-right:last-child {
  background-position: right;
}

.last\:bg-right-bottom:last-child {
  background-position: right bottom;
}

.last\:bg-right-top:last-child {
  background-position: right top;
}

.last\:bg-top:last-child {
  background-position: top;
}

.odd\:bg-bottom:nth-child(odd) {
  background-position: bottom;
}

.odd\:bg-center:nth-child(odd) {
  background-position: center;
}

.odd\:bg-left:nth-child(odd) {
  background-position: left;
}

.odd\:bg-left-bottom:nth-child(odd) {
  background-position: left bottom;
}

.odd\:bg-left-top:nth-child(odd) {
  background-position: left top;
}

.odd\:bg-right:nth-child(odd) {
  background-position: right;
}

.odd\:bg-right-bottom:nth-child(odd) {
  background-position: right bottom;
}

.odd\:bg-right-top:nth-child(odd) {
  background-position: right top;
}

.odd\:bg-top:nth-child(odd) {
  background-position: top;
}

.even\:bg-bottom:nth-child(even) {
  background-position: bottom;
}

.even\:bg-center:nth-child(even) {
  background-position: center;
}

.even\:bg-left:nth-child(even) {
  background-position: left;
}

.even\:bg-left-bottom:nth-child(even) {
  background-position: left bottom;
}

.even\:bg-left-top:nth-child(even) {
  background-position: left top;
}

.even\:bg-right:nth-child(even) {
  background-position: right;
}

.even\:bg-right-bottom:nth-child(even) {
  background-position: right bottom;
}

.even\:bg-right-top:nth-child(even) {
  background-position: right top;
}

.even\:bg-top:nth-child(even) {
  background-position: top;
}

.hover\:bg-bottom:hover {
  background-position: bottom;
}

.hover\:bg-center:hover {
  background-position: center;
}

.hover\:bg-left:hover {
  background-position: left;
}

.hover\:bg-left-bottom:hover {
  background-position: left bottom;
}

.hover\:bg-left-top:hover {
  background-position: left top;
}

.hover\:bg-right:hover {
  background-position: right;
}

.hover\:bg-right-bottom:hover {
  background-position: right bottom;
}

.hover\:bg-right-top:hover {
  background-position: right top;
}

.hover\:bg-top:hover {
  background-position: top;
}

.focus\:bg-bottom:focus {
  background-position: bottom;
}

.focus\:bg-center:focus {
  background-position: center;
}

.focus\:bg-left:focus {
  background-position: left;
}

.focus\:bg-left-bottom:focus {
  background-position: left bottom;
}

.focus\:bg-left-top:focus {
  background-position: left top;
}

.focus\:bg-right:focus {
  background-position: right;
}

.focus\:bg-right-bottom:focus {
  background-position: right bottom;
}

.focus\:bg-right-top:focus {
  background-position: right top;
}

.focus\:bg-top:focus {
  background-position: top;
}

.active\:bg-bottom:active {
  background-position: bottom;
}

.active\:bg-center:active {
  background-position: center;
}

.active\:bg-left:active {
  background-position: left;
}

.active\:bg-left-bottom:active {
  background-position: left bottom;
}

.active\:bg-left-top:active {
  background-position: left top;
}

.active\:bg-right:active {
  background-position: right;
}

.active\:bg-right-bottom:active {
  background-position: right bottom;
}

.active\:bg-right-top:active {
  background-position: right top;
}

.active\:bg-top:active {
  background-position: top;
}

.visited\:bg-bottom:visited {
  background-position: bottom;
}

.visited\:bg-center:visited {
  background-position: center;
}

.visited\:bg-left:visited {
  background-position: left;
}

.visited\:bg-left-bottom:visited {
  background-position: left bottom;
}

.visited\:bg-left-top:visited {
  background-position: left top;
}

.visited\:bg-right:visited {
  background-position: right;
}

.visited\:bg-right-bottom:visited {
  background-position: right bottom;
}

.visited\:bg-right-top:visited {
  background-position: right top;
}

.visited\:bg-top:visited {
  background-position: top;
}

.disabled\:bg-bottom:disabled {
  background-position: bottom;
}

.disabled\:bg-center:disabled {
  background-position: center;
}

.disabled\:bg-left:disabled {
  background-position: left;
}

.disabled\:bg-left-bottom:disabled {
  background-position: left bottom;
}

.disabled\:bg-left-top:disabled {
  background-position: left top;
}

.disabled\:bg-right:disabled {
  background-position: right;
}

.disabled\:bg-right-bottom:disabled {
  background-position: right bottom;
}

.disabled\:bg-right-top:disabled {
  background-position: right top;
}

.disabled\:bg-top:disabled {
  background-position: top;
}

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

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

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

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

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

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

.group:hover .group-hover\:bg-repeat {
  background-repeat: repeat;
}

.group:hover .group-hover\:bg-no-repeat {
  background-repeat: no-repeat;
}

.group:hover .group-hover\:bg-repeat-x {
  background-repeat: repeat-x;
}

.group:hover .group-hover\:bg-repeat-y {
  background-repeat: repeat-y;
}

.group:hover .group-hover\:bg-repeat-round {
  background-repeat: round;
}

.group:hover .group-hover\:bg-repeat-space {
  background-repeat: space;
}

.focus-within\:bg-repeat:focus-within {
  background-repeat: repeat;
}

.focus-within\:bg-no-repeat:focus-within {
  background-repeat: no-repeat;
}

.focus-within\:bg-repeat-x:focus-within {
  background-repeat: repeat-x;
}

.focus-within\:bg-repeat-y:focus-within {
  background-repeat: repeat-y;
}

.focus-within\:bg-repeat-round:focus-within {
  background-repeat: round;
}

.focus-within\:bg-repeat-space:focus-within {
  background-repeat: space;
}

.first\:bg-repeat:first-child {
  background-repeat: repeat;
}

.first\:bg-no-repeat:first-child {
  background-repeat: no-repeat;
}

.first\:bg-repeat-x:first-child {
  background-repeat: repeat-x;
}

.first\:bg-repeat-y:first-child {
  background-repeat: repeat-y;
}

.first\:bg-repeat-round:first-child {
  background-repeat: round;
}

.first\:bg-repeat-space:first-child {
  background-repeat: space;
}

.last\:bg-repeat:last-child {
  background-repeat: repeat;
}

.last\:bg-no-repeat:last-child {
  background-repeat: no-repeat;
}

.last\:bg-repeat-x:last-child {
  background-repeat: repeat-x;
}

.last\:bg-repeat-y:last-child {
  background-repeat: repeat-y;
}

.last\:bg-repeat-round:last-child {
  background-repeat: round;
}

.last\:bg-repeat-space:last-child {
  background-repeat: space;
}

.odd\:bg-repeat:nth-child(odd) {
  background-repeat: repeat;
}

.odd\:bg-no-repeat:nth-child(odd) {
  background-repeat: no-repeat;
}

.odd\:bg-repeat-x:nth-child(odd) {
  background-repeat: repeat-x;
}

.odd\:bg-repeat-y:nth-child(odd) {
  background-repeat: repeat-y;
}

.odd\:bg-repeat-round:nth-child(odd) {
  background-repeat: round;
}

.odd\:bg-repeat-space:nth-child(odd) {
  background-repeat: space;
}

.even\:bg-repeat:nth-child(even) {
  background-repeat: repeat;
}

.even\:bg-no-repeat:nth-child(even) {
  background-repeat: no-repeat;
}

.even\:bg-repeat-x:nth-child(even) {
  background-repeat: repeat-x;
}

.even\:bg-repeat-y:nth-child(even) {
  background-repeat: repeat-y;
}

.even\:bg-repeat-round:nth-child(even) {
  background-repeat: round;
}

.even\:bg-repeat-space:nth-child(even) {
  background-repeat: space;
}

.hover\:bg-repeat:hover {
  background-repeat: repeat;
}

.hover\:bg-no-repeat:hover {
  background-repeat: no-repeat;
}

.hover\:bg-repeat-x:hover {
  background-repeat: repeat-x;
}

.hover\:bg-repeat-y:hover {
  background-repeat: repeat-y;
}

.hover\:bg-repeat-round:hover {
  background-repeat: round;
}

.hover\:bg-repeat-space:hover {
  background-repeat: space;
}

.focus\:bg-repeat:focus {
  background-repeat: repeat;
}

.focus\:bg-no-repeat:focus {
  background-repeat: no-repeat;
}

.focus\:bg-repeat-x:focus {
  background-repeat: repeat-x;
}

.focus\:bg-repeat-y:focus {
  background-repeat: repeat-y;
}

.focus\:bg-repeat-round:focus {
  background-repeat: round;
}

.focus\:bg-repeat-space:focus {
  background-repeat: space;
}

.active\:bg-repeat:active {
  background-repeat: repeat;
}

.active\:bg-no-repeat:active {
  background-repeat: no-repeat;
}

.active\:bg-repeat-x:active {
  background-repeat: repeat-x;
}

.active\:bg-repeat-y:active {
  background-repeat: repeat-y;
}

.active\:bg-repeat-round:active {
  background-repeat: round;
}

.active\:bg-repeat-space:active {
  background-repeat: space;
}

.visited\:bg-repeat:visited {
  background-repeat: repeat;
}

.visited\:bg-no-repeat:visited {
  background-repeat: no-repeat;
}

.visited\:bg-repeat-x:visited {
  background-repeat: repeat-x;
}

.visited\:bg-repeat-y:visited {
  background-repeat: repeat-y;
}

.visited\:bg-repeat-round:visited {
  background-repeat: round;
}

.visited\:bg-repeat-space:visited {
  background-repeat: space;
}

.disabled\:bg-repeat:disabled {
  background-repeat: repeat;
}

.disabled\:bg-no-repeat:disabled {
  background-repeat: no-repeat;
}

.disabled\:bg-repeat-x:disabled {
  background-repeat: repeat-x;
}

.disabled\:bg-repeat-y:disabled {
  background-repeat: repeat-y;
}

.disabled\:bg-repeat-round:disabled {
  background-repeat: round;
}

.disabled\:bg-repeat-space:disabled {
  background-repeat: space;
}

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

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

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

.group:hover .group-hover\:bg-auto {
  background-size: auto;
}

.group:hover .group-hover\:bg-cover {
  background-size: cover;
}

.group:hover .group-hover\:bg-contain {
  background-size: contain;
}

.focus-within\:bg-auto:focus-within {
  background-size: auto;
}

.focus-within\:bg-cover:focus-within {
  background-size: cover;
}

.focus-within\:bg-contain:focus-within {
  background-size: contain;
}

.first\:bg-auto:first-child {
  background-size: auto;
}

.first\:bg-cover:first-child {
  background-size: cover;
}

.first\:bg-contain:first-child {
  background-size: contain;
}

.last\:bg-auto:last-child {
  background-size: auto;
}

.last\:bg-cover:last-child {
  background-size: cover;
}

.last\:bg-contain:last-child {
  background-size: contain;
}

.odd\:bg-auto:nth-child(odd) {
  background-size: auto;
}

.odd\:bg-cover:nth-child(odd) {
  background-size: cover;
}

.odd\:bg-contain:nth-child(odd) {
  background-size: contain;
}

.even\:bg-auto:nth-child(even) {
  background-size: auto;
}

.even\:bg-cover:nth-child(even) {
  background-size: cover;
}

.even\:bg-contain:nth-child(even) {
  background-size: contain;
}

.hover\:bg-auto:hover {
  background-size: auto;
}

.hover\:bg-cover:hover {
  background-size: cover;
}

.hover\:bg-contain:hover {
  background-size: contain;
}

.focus\:bg-auto:focus {
  background-size: auto;
}

.focus\:bg-cover:focus {
  background-size: cover;
}

.focus\:bg-contain:focus {
  background-size: contain;
}

.active\:bg-auto:active {
  background-size: auto;
}

.active\:bg-cover:active {
  background-size: cover;
}

.active\:bg-contain:active {
  background-size: contain;
}

.visited\:bg-auto:visited {
  background-size: auto;
}

.visited\:bg-cover:visited {
  background-size: cover;
}

.visited\:bg-contain:visited {
  background-size: contain;
}

.disabled\:bg-auto:disabled {
  background-size: auto;
}

.disabled\:bg-cover:disabled {
  background-size: cover;
}

.disabled\:bg-contain:disabled {
  background-size: contain;
}

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

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

.group:hover .group-hover\:border-collapse {
  border-collapse: collapse;
}

.group:hover .group-hover\:border-separate {
  border-collapse: separate;
}

.focus-within\:border-collapse:focus-within {
  border-collapse: collapse;
}

.focus-within\:border-separate:focus-within {
  border-collapse: separate;
}

.first\:border-collapse:first-child {
  border-collapse: collapse;
}

.first\:border-separate:first-child {
  border-collapse: separate;
}

.last\:border-collapse:last-child {
  border-collapse: collapse;
}

.last\:border-separate:last-child {
  border-collapse: separate;
}

.odd\:border-collapse:nth-child(odd) {
  border-collapse: collapse;
}

.odd\:border-separate:nth-child(odd) {
  border-collapse: separate;
}

.even\:border-collapse:nth-child(even) {
  border-collapse: collapse;
}

.even\:border-separate:nth-child(even) {
  border-collapse: separate;
}

.hover\:border-collapse:hover {
  border-collapse: collapse;
}

.hover\:border-separate:hover {
  border-collapse: separate;
}

.focus\:border-collapse:focus {
  border-collapse: collapse;
}

.focus\:border-separate:focus {
  border-collapse: separate;
}

.active\:border-collapse:active {
  border-collapse: collapse;
}

.active\:border-separate:active {
  border-collapse: separate;
}

.visited\:border-collapse:visited {
  border-collapse: collapse;
}

.visited\:border-separate:visited {
  border-collapse: separate;
}

.disabled\:border-collapse:disabled {
  border-collapse: collapse;
}

.disabled\:border-separate:disabled {
  border-collapse: separate;
}

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

.border-black {
  border-color: #000;
}

.border-white {
  border-color: #fff;
}

.border-gray-100 {
  border-color: #f7fafc;
}

.border-gray-200 {
  border-color: #edf2f7;
}

.border-gray-300 {
  border-color: #e2e8f0;
}

.border-gray-400 {
  border-color: #cbd5e0;
}

.border-gray-500 {
  border-color: #a0aec0;
}

.border-gray-600 {
  border-color: #718096;
}

.border-gray-700 {
  border-color: #4a5568;
}

.border-gray-800 {
  border-color: #2d3748;
}

.border-gray-900 {
  border-color: #1a202c;
}

.border-red-100 {
  border-color: #fff5f5;
}

.border-red-200 {
  border-color: #fed7d7;
}

.border-red-300 {
  border-color: #feb2b2;
}

.border-red-400 {
  border-color: #fc8181;
}

.border-red-500 {
  border-color: #f56565;
}

.border-red-600 {
  border-color: #e53e3e;
}

.border-red-700 {
  border-color: #c53030;
}

.border-red-800 {
  border-color: #9b2c2c;
}

.border-red-900 {
  border-color: #742a2a;
}

.border-orange-100 {
  border-color: #fffaf0;
}

.border-orange-200 {
  border-color: #feebc8;
}

.border-orange-300 {
  border-color: #fbd38d;
}

.border-orange-400 {
  border-color: #f6ad55;
}

.border-orange-500 {
  border-color: #ed8936;
}

.border-orange-600 {
  border-color: #dd6b20;
}

.border-orange-700 {
  border-color: #c05621;
}

.border-orange-800 {
  border-color: #9c4221;
}

.border-orange-900 {
  border-color: #7b341e;
}

.border-yellow-100 {
  border-color: #fffff0;
}

.border-yellow-200 {
  border-color: #fefcbf;
}

.border-yellow-300 {
  border-color: #faf089;
}

.border-yellow-400 {
  border-color: #f6e05e;
}

.border-yellow-500 {
  border-color: #ecc94b;
}

.border-yellow-600 {
  border-color: #d69e2e;
}

.border-yellow-700 {
  border-color: #b7791f;
}

.border-yellow-800 {
  border-color: #975a16;
}

.border-yellow-900 {
  border-color: #744210;
}

.border-green-100 {
  border-color: #f0fff4;
}

.border-green-200 {
  border-color: #c6f6d5;
}

.border-green-300 {
  border-color: #9ae6b4;
}

.border-green-400 {
  border-color: #68d391;
}

.border-green-500 {
  border-color: #48bb78;
}

.border-green-600 {
  border-color: #38a169;
}

.border-green-700 {
  border-color: #2f855a;
}

.border-green-800 {
  border-color: #276749;
}

.border-green-900 {
  border-color: #22543d;
}

.border-teal-100 {
  border-color: #e6fffa;
}

.border-teal-200 {
  border-color: #b2f5ea;
}

.border-teal-300 {
  border-color: #81e6d9;
}

.border-teal-400 {
  border-color: #4fd1c5;
}

.border-teal-500 {
  border-color: #38b2ac;
}

.border-teal-600 {
  border-color: #319795;
}

.border-teal-700 {
  border-color: #2c7a7b;
}

.border-teal-800 {
  border-color: #285e61;
}

.border-teal-900 {
  border-color: #234e52;
}

.border-blue-100 {
  border-color: #ebf8ff;
}

.border-blue-200 {
  border-color: #bee3f8;
}

.border-blue-300 {
  border-color: #90cdf4;
}

.border-blue-400 {
  border-color: #63b3ed;
}

.border-blue-500 {
  border-color: #4299e1;
}

.border-blue-600 {
  border-color: #3182ce;
}

.border-blue-700 {
  border-color: #2b6cb0;
}

.border-blue-800 {
  border-color: #2c5282;
}

.border-blue-900 {
  border-color: #2a4365;
}

.border-indigo-100 {
  border-color: #ebf4ff;
}

.border-indigo-200 {
  border-color: #c3dafe;
}

.border-indigo-300 {
  border-color: #a3bffa;
}

.border-indigo-400 {
  border-color: #7f9cf5;
}

.border-indigo-500 {
  border-color: #667eea;
}

.border-indigo-600 {
  border-color: #5a67d8;
}

.border-indigo-700 {
  border-color: #4c51bf;
}

.border-indigo-800 {
  border-color: #434190;
}

.border-indigo-900 {
  border-color: #3c366b;
}

.border-purple-100 {
  border-color: #faf5ff;
}

.border-purple-200 {
  border-color: #e9d8fd;
}

.border-purple-300 {
  border-color: #d6bcfa;
}

.border-purple-400 {
  border-color: #b794f4;
}

.border-purple-500 {
  border-color: #9f7aea;
}

.border-purple-600 {
  border-color: #805ad5;
}

.border-purple-700 {
  border-color: #6b46c1;
}

.border-purple-800 {
  border-color: #553c9a;
}

.border-purple-900 {
  border-color: #44337a;
}

.border-pink-100 {
  border-color: #fff5f7;
}

.border-pink-200 {
  border-color: #fed7e2;
}

.border-pink-300 {
  border-color: #fbb6ce;
}

.border-pink-400 {
  border-color: #f687b3;
}

.border-pink-500 {
  border-color: #ed64a6;
}

.border-pink-600 {
  border-color: #d53f8c;
}

.border-pink-700 {
  border-color: #b83280;
}

.border-pink-800 {
  border-color: #97266d;
}

.border-pink-900 {
  border-color: #702459;
}

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

.group:hover .group-hover\:border-black {
  border-color: #000;
}

.group:hover .group-hover\:border-white {
  border-color: #fff;
}

.group:hover .group-hover\:border-gray-100 {
  border-color: #f7fafc;
}

.group:hover .group-hover\:border-gray-200 {
  border-color: #edf2f7;
}

.group:hover .group-hover\:border-gray-300 {
  border-color: #e2e8f0;
}

.group:hover .group-hover\:border-gray-400 {
  border-color: #cbd5e0;
}

.group:hover .group-hover\:border-gray-500 {
  border-color: #a0aec0;
}

.group:hover .group-hover\:border-gray-600 {
  border-color: #718096;
}

.group:hover .group-hover\:border-gray-700 {
  border-color: #4a5568;
}

.group:hover .group-hover\:border-gray-800 {
  border-color: #2d3748;
}

.group:hover .group-hover\:border-gray-900 {
  border-color: #1a202c;
}

.group:hover .group-hover\:border-red-100 {
  border-color: #fff5f5;
}

.group:hover .group-hover\:border-red-200 {
  border-color: #fed7d7;
}

.group:hover .group-hover\:border-red-300 {
  border-color: #feb2b2;
}

.group:hover .group-hover\:border-red-400 {
  border-color: #fc8181;
}

.group:hover .group-hover\:border-red-500 {
  border-color: #f56565;
}

.group:hover .group-hover\:border-red-600 {
  border-color: #e53e3e;
}

.group:hover .group-hover\:border-red-700 {
  border-color: #c53030;
}

.group:hover .group-hover\:border-red-800 {
  border-color: #9b2c2c;
}

.group:hover .group-hover\:border-red-900 {
  border-color: #742a2a;
}

.group:hover .group-hover\:border-orange-100 {
  border-color: #fffaf0;
}

.group:hover .group-hover\:border-orange-200 {
  border-color: #feebc8;
}

.group:hover .group-hover\:border-orange-300 {
  border-color: #fbd38d;
}

.group:hover .group-hover\:border-orange-400 {
  border-color: #f6ad55;
}

.group:hover .group-hover\:border-orange-500 {
  border-color: #ed8936;
}

.group:hover .group-hover\:border-orange-600 {
  border-color: #dd6b20;
}

.group:hover .group-hover\:border-orange-700 {
  border-color: #c05621;
}

.group:hover .group-hover\:border-orange-800 {
  border-color: #9c4221;
}

.group:hover .group-hover\:border-orange-900 {
  border-color: #7b341e;
}

.group:hover .group-hover\:border-yellow-100 {
  border-color: #fffff0;
}

.group:hover .group-hover\:border-yellow-200 {
  border-color: #fefcbf;
}

.group:hover .group-hover\:border-yellow-300 {
  border-color: #faf089;
}

.group:hover .group-hover\:border-yellow-400 {
  border-color: #f6e05e;
}

.group:hover .group-hover\:border-yellow-500 {
  border-color: #ecc94b;
}

.group:hover .group-hover\:border-yellow-600 {
  border-color: #d69e2e;
}

.group:hover .group-hover\:border-yellow-700 {
  border-color: #b7791f;
}

.group:hover .group-hover\:border-yellow-800 {
  border-color: #975a16;
}

.group:hover .group-hover\:border-yellow-900 {
  border-color: #744210;
}

.group:hover .group-hover\:border-green-100 {
  border-color: #f0fff4;
}

.group:hover .group-hover\:border-green-200 {
  border-color: #c6f6d5;
}

.group:hover .group-hover\:border-green-300 {
  border-color: #9ae6b4;
}

.group:hover .group-hover\:border-green-400 {
  border-color: #68d391;
}

.group:hover .group-hover\:border-green-500 {
  border-color: #48bb78;
}

.group:hover .group-hover\:border-green-600 {
  border-color: #38a169;
}

.group:hover .group-hover\:border-green-700 {
  border-color: #2f855a;
}

.group:hover .group-hover\:border-green-800 {
  border-color: #276749;
}

.group:hover .group-hover\:border-green-900 {
  border-color: #22543d;
}

.group:hover .group-hover\:border-teal-100 {
  border-color: #e6fffa;
}

.group:hover .group-hover\:border-teal-200 {
  border-color: #b2f5ea;
}

.group:hover .group-hover\:border-teal-300 {
  border-color: #81e6d9;
}

.group:hover .group-hover\:border-teal-400 {
  border-color: #4fd1c5;
}

.group:hover .group-hover\:border-teal-500 {
  border-color: #38b2ac;
}

.group:hover .group-hover\:border-teal-600 {
  border-color: #319795;
}

.group:hover .group-hover\:border-teal-700 {
  border-color: #2c7a7b;
}

.group:hover .group-hover\:border-teal-800 {
  border-color: #285e61;
}

.group:hover .group-hover\:border-teal-900 {
  border-color: #234e52;
}

.group:hover .group-hover\:border-blue-100 {
  border-color: #ebf8ff;
}

.group:hover .group-hover\:border-blue-200 {
  border-color: #bee3f8;
}

.group:hover .group-hover\:border-blue-300 {
  border-color: #90cdf4;
}

.group:hover .group-hover\:border-blue-400 {
  border-color: #63b3ed;
}

.group:hover .group-hover\:border-blue-500 {
  border-color: #4299e1;
}

.group:hover .group-hover\:border-blue-600 {
  border-color: #3182ce;
}

.group:hover .group-hover\:border-blue-700 {
  border-color: #2b6cb0;
}

.group:hover .group-hover\:border-blue-800 {
  border-color: #2c5282;
}

.group:hover .group-hover\:border-blue-900 {
  border-color: #2a4365;
}

.group:hover .group-hover\:border-indigo-100 {
  border-color: #ebf4ff;
}

.group:hover .group-hover\:border-indigo-200 {
  border-color: #c3dafe;
}

.group:hover .group-hover\:border-indigo-300 {
  border-color: #a3bffa;
}

.group:hover .group-hover\:border-indigo-400 {
  border-color: #7f9cf5;
}

.group:hover .group-hover\:border-indigo-500 {
  border-color: #667eea;
}

.group:hover .group-hover\:border-indigo-600 {
  border-color: #5a67d8;
}

.group:hover .group-hover\:border-indigo-700 {
  border-color: #4c51bf;
}

.group:hover .group-hover\:border-indigo-800 {
  border-color: #434190;
}

.group:hover .group-hover\:border-indigo-900 {
  border-color: #3c366b;
}

.group:hover .group-hover\:border-purple-100 {
  border-color: #faf5ff;
}

.group:hover .group-hover\:border-purple-200 {
  border-color: #e9d8fd;
}

.group:hover .group-hover\:border-purple-300 {
  border-color: #d6bcfa;
}

.group:hover .group-hover\:border-purple-400 {
  border-color: #b794f4;
}

.group:hover .group-hover\:border-purple-500 {
  border-color: #9f7aea;
}

.group:hover .group-hover\:border-purple-600 {
  border-color: #805ad5;
}

.group:hover .group-hover\:border-purple-700 {
  border-color: #6b46c1;
}

.group:hover .group-hover\:border-purple-800 {
  border-color: #553c9a;
}

.group:hover .group-hover\:border-purple-900 {
  border-color: #44337a;
}

.group:hover .group-hover\:border-pink-100 {
  border-color: #fff5f7;
}

.group:hover .group-hover\:border-pink-200 {
  border-color: #fed7e2;
}

.group:hover .group-hover\:border-pink-300 {
  border-color: #fbb6ce;
}

.group:hover .group-hover\:border-pink-400 {
  border-color: #f687b3;
}

.group:hover .group-hover\:border-pink-500 {
  border-color: #ed64a6;
}

.group:hover .group-hover\:border-pink-600 {
  border-color: #d53f8c;
}

.group:hover .group-hover\:border-pink-700 {
  border-color: #b83280;
}

.group:hover .group-hover\:border-pink-800 {
  border-color: #97266d;
}

.group:hover .group-hover\:border-pink-900 {
  border-color: #702459;
}

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

.focus-within\:border-black:focus-within {
  border-color: #000;
}

.focus-within\:border-white:focus-within {
  border-color: #fff;
}

.focus-within\:border-gray-100:focus-within {
  border-color: #f7fafc;
}

.focus-within\:border-gray-200:focus-within {
  border-color: #edf2f7;
}

.focus-within\:border-gray-300:focus-within {
  border-color: #e2e8f0;
}

.focus-within\:border-gray-400:focus-within {
  border-color: #cbd5e0;
}

.focus-within\:border-gray-500:focus-within {
  border-color: #a0aec0;
}

.focus-within\:border-gray-600:focus-within {
  border-color: #718096;
}

.focus-within\:border-gray-700:focus-within {
  border-color: #4a5568;
}

.focus-within\:border-gray-800:focus-within {
  border-color: #2d3748;
}

.focus-within\:border-gray-900:focus-within {
  border-color: #1a202c;
}

.focus-within\:border-red-100:focus-within {
  border-color: #fff5f5;
}

.focus-within\:border-red-200:focus-within {
  border-color: #fed7d7;
}

.focus-within\:border-red-300:focus-within {
  border-color: #feb2b2;
}

.focus-within\:border-red-400:focus-within {
  border-color: #fc8181;
}

.focus-within\:border-red-500:focus-within {
  border-color: #f56565;
}

.focus-within\:border-red-600:focus-within {
  border-color: #e53e3e;
}

.focus-within\:border-red-700:focus-within {
  border-color: #c53030;
}

.focus-within\:border-red-800:focus-within {
  border-color: #9b2c2c;
}

.focus-within\:border-red-900:focus-within {
  border-color: #742a2a;
}

.focus-within\:border-orange-100:focus-within {
  border-color: #fffaf0;
}

.focus-within\:border-orange-200:focus-within {
  border-color: #feebc8;
}

.focus-within\:border-orange-300:focus-within {
  border-color: #fbd38d;
}

.focus-within\:border-orange-400:focus-within {
  border-color: #f6ad55;
}

.focus-within\:border-orange-500:focus-within {
  border-color: #ed8936;
}

.focus-within\:border-orange-600:focus-within {
  border-color: #dd6b20;
}

.focus-within\:border-orange-700:focus-within {
  border-color: #c05621;
}

.focus-within\:border-orange-800:focus-within {
  border-color: #9c4221;
}

.focus-within\:border-orange-900:focus-within {
  border-color: #7b341e;
}

.focus-within\:border-yellow-100:focus-within {
  border-color: #fffff0;
}

.focus-within\:border-yellow-200:focus-within {
  border-color: #fefcbf;
}

.focus-within\:border-yellow-300:focus-within {
  border-color: #faf089;
}

.focus-within\:border-yellow-400:focus-within {
  border-color: #f6e05e;
}

.focus-within\:border-yellow-500:focus-within {
  border-color: #ecc94b;
}

.focus-within\:border-yellow-600:focus-within {
  border-color: #d69e2e;
}

.focus-within\:border-yellow-700:focus-within {
  border-color: #b7791f;
}

.focus-within\:border-yellow-800:focus-within {
  border-color: #975a16;
}

.focus-within\:border-yellow-900:focus-within {
  border-color: #744210;
}

.focus-within\:border-green-100:focus-within {
  border-color: #f0fff4;
}

.focus-within\:border-green-200:focus-within {
  border-color: #c6f6d5;
}

.focus-within\:border-green-300:focus-within {
  border-color: #9ae6b4;
}

.focus-within\:border-green-400:focus-within {
  border-color: #68d391;
}

.focus-within\:border-green-500:focus-within {
  border-color: #48bb78;
}

.focus-within\:border-green-600:focus-within {
  border-color: #38a169;
}

.focus-within\:border-green-700:focus-within {
  border-color: #2f855a;
}

.focus-within\:border-green-800:focus-within {
  border-color: #276749;
}

.focus-within\:border-green-900:focus-within {
  border-color: #22543d;
}

.focus-within\:border-teal-100:focus-within {
  border-color: #e6fffa;
}

.focus-within\:border-teal-200:focus-within {
  border-color: #b2f5ea;
}

.focus-within\:border-teal-300:focus-within {
  border-color: #81e6d9;
}

.focus-within\:border-teal-400:focus-within {
  border-color: #4fd1c5;
}

.focus-within\:border-teal-500:focus-within {
  border-color: #38b2ac;
}

.focus-within\:border-teal-600:focus-within {
  border-color: #319795;
}

.focus-within\:border-teal-700:focus-within {
  border-color: #2c7a7b;
}

.focus-within\:border-teal-800:focus-within {
  border-color: #285e61;
}

.focus-within\:border-teal-900:focus-within {
  border-color: #234e52;
}

.focus-within\:border-blue-100:focus-within {
  border-color: #ebf8ff;
}

.focus-within\:border-blue-200:focus-within {
  border-color: #bee3f8;
}

.focus-within\:border-blue-300:focus-within {
  border-color: #90cdf4;
}

.focus-within\:border-blue-400:focus-within {
  border-color: #63b3ed;
}

.focus-within\:border-blue-500:focus-within {
  border-color: #4299e1;
}

.focus-within\:border-blue-600:focus-within {
  border-color: #3182ce;
}

.focus-within\:border-blue-700:focus-within {
  border-color: #2b6cb0;
}

.focus-within\:border-blue-800:focus-within {
  border-color: #2c5282;
}

.focus-within\:border-blue-900:focus-within {
  border-color: #2a4365;
}

.focus-within\:border-indigo-100:focus-within {
  border-color: #ebf4ff;
}

.focus-within\:border-indigo-200:focus-within {
  border-color: #c3dafe;
}

.focus-within\:border-indigo-300:focus-within {
  border-color: #a3bffa;
}

.focus-within\:border-indigo-400:focus-within {
  border-color: #7f9cf5;
}

.focus-within\:border-indigo-500:focus-within {
  border-color: #667eea;
}

.focus-within\:border-indigo-600:focus-within {
  border-color: #5a67d8;
}

.focus-within\:border-indigo-700:focus-within {
  border-color: #4c51bf;
}

.focus-within\:border-indigo-800:focus-within {
  border-color: #434190;
}

.focus-within\:border-indigo-900:focus-within {
  border-color: #3c366b;
}

.focus-within\:border-purple-100:focus-within {
  border-color: #faf5ff;
}

.focus-within\:border-purple-200:focus-within {
  border-color: #e9d8fd;
}

.focus-within\:border-purple-300:focus-within {
  border-color: #d6bcfa;
}

.focus-within\:border-purple-400:focus-within {
  border-color: #b794f4;
}

.focus-within\:border-purple-500:focus-within {
  border-color: #9f7aea;
}

.focus-within\:border-purple-600:focus-within {
  border-color: #805ad5;
}

.focus-within\:border-purple-700:focus-within {
  border-color: #6b46c1;
}

.focus-within\:border-purple-800:focus-within {
  border-color: #553c9a;
}

.focus-within\:border-purple-900:focus-within {
  border-color: #44337a;
}

.focus-within\:border-pink-100:focus-within {
  border-color: #fff5f7;
}

.focus-within\:border-pink-200:focus-within {
  border-color: #fed7e2;
}

.focus-within\:border-pink-300:focus-within {
  border-color: #fbb6ce;
}

.focus-within\:border-pink-400:focus-within {
  border-color: #f687b3;
}

.focus-within\:border-pink-500:focus-within {
  border-color: #ed64a6;
}

.focus-within\:border-pink-600:focus-within {
  border-color: #d53f8c;
}

.focus-within\:border-pink-700:focus-within {
  border-color: #b83280;
}

.focus-within\:border-pink-800:focus-within {
  border-color: #97266d;
}

.focus-within\:border-pink-900:focus-within {
  border-color: #702459;
}

.first\:border-transparent:first-child {
  border-color: transparent;
}

.first\:border-black:first-child {
  border-color: #000;
}

.first\:border-white:first-child {
  border-color: #fff;
}

.first\:border-gray-100:first-child {
  border-color: #f7fafc;
}

.first\:border-gray-200:first-child {
  border-color: #edf2f7;
}

.first\:border-gray-300:first-child {
  border-color: #e2e8f0;
}

.first\:border-gray-400:first-child {
  border-color: #cbd5e0;
}

.first\:border-gray-500:first-child {
  border-color: #a0aec0;
}

.first\:border-gray-600:first-child {
  border-color: #718096;
}

.first\:border-gray-700:first-child {
  border-color: #4a5568;
}

.first\:border-gray-800:first-child {
  border-color: #2d3748;
}

.first\:border-gray-900:first-child {
  border-color: #1a202c;
}

.first\:border-red-100:first-child {
  border-color: #fff5f5;
}

.first\:border-red-200:first-child {
  border-color: #fed7d7;
}

.first\:border-red-300:first-child {
  border-color: #feb2b2;
}

.first\:border-red-400:first-child {
  border-color: #fc8181;
}

.first\:border-red-500:first-child {
  border-color: #f56565;
}

.first\:border-red-600:first-child {
  border-color: #e53e3e;
}

.first\:border-red-700:first-child {
  border-color: #c53030;
}

.first\:border-red-800:first-child {
  border-color: #9b2c2c;
}

.first\:border-red-900:first-child {
  border-color: #742a2a;
}

.first\:border-orange-100:first-child {
  border-color: #fffaf0;
}

.first\:border-orange-200:first-child {
  border-color: #feebc8;
}

.first\:border-orange-300:first-child {
  border-color: #fbd38d;
}

.first\:border-orange-400:first-child {
  border-color: #f6ad55;
}

.first\:border-orange-500:first-child {
  border-color: #ed8936;
}

.first\:border-orange-600:first-child {
  border-color: #dd6b20;
}

.first\:border-orange-700:first-child {
  border-color: #c05621;
}

.first\:border-orange-800:first-child {
  border-color: #9c4221;
}

.first\:border-orange-900:first-child {
  border-color: #7b341e;
}

.first\:border-yellow-100:first-child {
  border-color: #fffff0;
}

.first\:border-yellow-200:first-child {
  border-color: #fefcbf;
}

.first\:border-yellow-300:first-child {
  border-color: #faf089;
}

.first\:border-yellow-400:first-child {
  border-color: #f6e05e;
}

.first\:border-yellow-500:first-child {
  border-color: #ecc94b;
}

.first\:border-yellow-600:first-child {
  border-color: #d69e2e;
}

.first\:border-yellow-700:first-child {
  border-color: #b7791f;
}

.first\:border-yellow-800:first-child {
  border-color: #975a16;
}

.first\:border-yellow-900:first-child {
  border-color: #744210;
}

.first\:border-green-100:first-child {
  border-color: #f0fff4;
}

.first\:border-green-200:first-child {
  border-color: #c6f6d5;
}

.first\:border-green-300:first-child {
  border-color: #9ae6b4;
}

.first\:border-green-400:first-child {
  border-color: #68d391;
}

.first\:border-green-500:first-child {
  border-color: #48bb78;
}

.first\:border-green-600:first-child {
  border-color: #38a169;
}

.first\:border-green-700:first-child {
  border-color: #2f855a;
}

.first\:border-green-800:first-child {
  border-color: #276749;
}

.first\:border-green-900:first-child {
  border-color: #22543d;
}

.first\:border-teal-100:first-child {
  border-color: #e6fffa;
}

.first\:border-teal-200:first-child {
  border-color: #b2f5ea;
}

.first\:border-teal-300:first-child {
  border-color: #81e6d9;
}

.first\:border-teal-400:first-child {
  border-color: #4fd1c5;
}

.first\:border-teal-500:first-child {
  border-color: #38b2ac;
}

.first\:border-teal-600:first-child {
  border-color: #319795;
}

.first\:border-teal-700:first-child {
  border-color: #2c7a7b;
}

.first\:border-teal-800:first-child {
  border-color: #285e61;
}

.first\:border-teal-900:first-child {
  border-color: #234e52;
}

.first\:border-blue-100:first-child {
  border-color: #ebf8ff;
}

.first\:border-blue-200:first-child {
  border-color: #bee3f8;
}

.first\:border-blue-300:first-child {
  border-color: #90cdf4;
}

.first\:border-blue-400:first-child {
  border-color: #63b3ed;
}

.first\:border-blue-500:first-child {
  border-color: #4299e1;
}

.first\:border-blue-600:first-child {
  border-color: #3182ce;
}

.first\:border-blue-700:first-child {
  border-color: #2b6cb0;
}

.first\:border-blue-800:first-child {
  border-color: #2c5282;
}

.first\:border-blue-900:first-child {
  border-color: #2a4365;
}

.first\:border-indigo-100:first-child {
  border-color: #ebf4ff;
}

.first\:border-indigo-200:first-child {
  border-color: #c3dafe;
}

.first\:border-indigo-300:first-child {
  border-color: #a3bffa;
}

.first\:border-indigo-400:first-child {
  border-color: #7f9cf5;
}

.first\:border-indigo-500:first-child {
  border-color: #667eea;
}

.first\:border-indigo-600:first-child {
  border-color: #5a67d8;
}

.first\:border-indigo-700:first-child {
  border-color: #4c51bf;
}

.first\:border-indigo-800:first-child {
  border-color: #434190;
}

.first\:border-indigo-900:first-child {
  border-color: #3c366b;
}

.first\:border-purple-100:first-child {
  border-color: #faf5ff;
}

.first\:border-purple-200:first-child {
  border-color: #e9d8fd;
}

.first\:border-purple-300:first-child {
  border-color: #d6bcfa;
}

.first\:border-purple-400:first-child {
  border-color: #b794f4;
}

.first\:border-purple-500:first-child {
  border-color: #9f7aea;
}

.first\:border-purple-600:first-child {
  border-color: #805ad5;
}

.first\:border-purple-700:first-child {
  border-color: #6b46c1;
}

.first\:border-purple-800:first-child {
  border-color: #553c9a;
}

.first\:border-purple-900:first-child {
  border-color: #44337a;
}

.first\:border-pink-100:first-child {
  border-color: #fff5f7;
}

.first\:border-pink-200:first-child {
  border-color: #fed7e2;
}

.first\:border-pink-300:first-child {
  border-color: #fbb6ce;
}

.first\:border-pink-400:first-child {
  border-color: #f687b3;
}

.first\:border-pink-500:first-child {
  border-color: #ed64a6;
}

.first\:border-pink-600:first-child {
  border-color: #d53f8c;
}

.first\:border-pink-700:first-child {
  border-color: #b83280;
}

.first\:border-pink-800:first-child {
  border-color: #97266d;
}

.first\:border-pink-900:first-child {
  border-color: #702459;
}

.last\:border-transparent:last-child {
  border-color: transparent;
}

.last\:border-black:last-child {
  border-color: #000;
}

.last\:border-white:last-child {
  border-color: #fff;
}

.last\:border-gray-100:last-child {
  border-color: #f7fafc;
}

.last\:border-gray-200:last-child {
  border-color: #edf2f7;
}

.last\:border-gray-300:last-child {
  border-color: #e2e8f0;
}

.last\:border-gray-400:last-child {
  border-color: #cbd5e0;
}

.last\:border-gray-500:last-child {
  border-color: #a0aec0;
}

.last\:border-gray-600:last-child {
  border-color: #718096;
}

.last\:border-gray-700:last-child {
  border-color: #4a5568;
}

.last\:border-gray-800:last-child {
  border-color: #2d3748;
}

.last\:border-gray-900:last-child {
  border-color: #1a202c;
}

.last\:border-red-100:last-child {
  border-color: #fff5f5;
}

.last\:border-red-200:last-child {
  border-color: #fed7d7;
}

.last\:border-red-300:last-child {
  border-color: #feb2b2;
}

.last\:border-red-400:last-child {
  border-color: #fc8181;
}

.last\:border-red-500:last-child {
  border-color: #f56565;
}

.last\:border-red-600:last-child {
  border-color: #e53e3e;
}

.last\:border-red-700:last-child {
  border-color: #c53030;
}

.last\:border-red-800:last-child {
  border-color: #9b2c2c;
}

.last\:border-red-900:last-child {
  border-color: #742a2a;
}

.last\:border-orange-100:last-child {
  border-color: #fffaf0;
}

.last\:border-orange-200:last-child {
  border-color: #feebc8;
}

.last\:border-orange-300:last-child {
  border-color: #fbd38d;
}

.last\:border-orange-400:last-child {
  border-color: #f6ad55;
}

.last\:border-orange-500:last-child {
  border-color: #ed8936;
}

.last\:border-orange-600:last-child {
  border-color: #dd6b20;
}

.last\:border-orange-700:last-child {
  border-color: #c05621;
}

.last\:border-orange-800:last-child {
  border-color: #9c4221;
}

.last\:border-orange-900:last-child {
  border-color: #7b341e;
}

.last\:border-yellow-100:last-child {
  border-color: #fffff0;
}

.last\:border-yellow-200:last-child {
  border-color: #fefcbf;
}

.last\:border-yellow-300:last-child {
  border-color: #faf089;
}

.last\:border-yellow-400:last-child {
  border-color: #f6e05e;
}

.last\:border-yellow-500:last-child {
  border-color: #ecc94b;
}

.last\:border-yellow-600:last-child {
  border-color: #d69e2e;
}

.last\:border-yellow-700:last-child {
  border-color: #b7791f;
}

.last\:border-yellow-800:last-child {
  border-color: #975a16;
}

.last\:border-yellow-900:last-child {
  border-color: #744210;
}

.last\:border-green-100:last-child {
  border-color: #f0fff4;
}

.last\:border-green-200:last-child {
  border-color: #c6f6d5;
}

.last\:border-green-300:last-child {
  border-color: #9ae6b4;
}

.last\:border-green-400:last-child {
  border-color: #68d391;
}

.last\:border-green-500:last-child {
  border-color: #48bb78;
}

.last\:border-green-600:last-child {
  border-color: #38a169;
}

.last\:border-green-700:last-child {
  border-color: #2f855a;
}

.last\:border-green-800:last-child {
  border-color: #276749;
}

.last\:border-green-900:last-child {
  border-color: #22543d;
}

.last\:border-teal-100:last-child {
  border-color: #e6fffa;
}

.last\:border-teal-200:last-child {
  border-color: #b2f5ea;
}

.last\:border-teal-300:last-child {
  border-color: #81e6d9;
}

.last\:border-teal-400:last-child {
  border-color: #4fd1c5;
}

.last\:border-teal-500:last-child {
  border-color: #38b2ac;
}

.last\:border-teal-600:last-child {
  border-color: #319795;
}

.last\:border-teal-700:last-child {
  border-color: #2c7a7b;
}

.last\:border-teal-800:last-child {
  border-color: #285e61;
}

.last\:border-teal-900:last-child {
  border-color: #234e52;
}

.last\:border-blue-100:last-child {
  border-color: #ebf8ff;
}

.last\:border-blue-200:last-child {
  border-color: #bee3f8;
}

.last\:border-blue-300:last-child {
  border-color: #90cdf4;
}

.last\:border-blue-400:last-child {
  border-color: #63b3ed;
}

.last\:border-blue-500:last-child {
  border-color: #4299e1;
}

.last\:border-blue-600:last-child {
  border-color: #3182ce;
}

.last\:border-blue-700:last-child {
  border-color: #2b6cb0;
}

.last\:border-blue-800:last-child {
  border-color: #2c5282;
}

.last\:border-blue-900:last-child {
  border-color: #2a4365;
}

.last\:border-indigo-100:last-child {
  border-color: #ebf4ff;
}

.last\:border-indigo-200:last-child {
  border-color: #c3dafe;
}

.last\:border-indigo-300:last-child {
  border-color: #a3bffa;
}

.last\:border-indigo-400:last-child {
  border-color: #7f9cf5;
}

.last\:border-indigo-500:last-child {
  border-color: #667eea;
}

.last\:border-indigo-600:last-child {
  border-color: #5a67d8;
}

.last\:border-indigo-700:last-child {
  border-color: #4c51bf;
}

.last\:border-indigo-800:last-child {
  border-color: #434190;
}

.last\:border-indigo-900:last-child {
  border-color: #3c366b;
}

.last\:border-purple-100:last-child {
  border-color: #faf5ff;
}

.last\:border-purple-200:last-child {
  border-color: #e9d8fd;
}

.last\:border-purple-300:last-child {
  border-color: #d6bcfa;
}

.last\:border-purple-400:last-child {
  border-color: #b794f4;
}

.last\:border-purple-500:last-child {
  border-color: #9f7aea;
}

.last\:border-purple-600:last-child {
  border-color: #805ad5;
}

.last\:border-purple-700:last-child {
  border-color: #6b46c1;
}

.last\:border-purple-800:last-child {
  border-color: #553c9a;
}

.last\:border-purple-900:last-child {
  border-color: #44337a;
}

.last\:border-pink-100:last-child {
  border-color: #fff5f7;
}

.last\:border-pink-200:last-child {
  border-color: #fed7e2;
}

.last\:border-pink-300:last-child {
  border-color: #fbb6ce;
}

.last\:border-pink-400:last-child {
  border-color: #f687b3;
}

.last\:border-pink-500:last-child {
  border-color: #ed64a6;
}

.last\:border-pink-600:last-child {
  border-color: #d53f8c;
}

.last\:border-pink-700:last-child {
  border-color: #b83280;
}

.last\:border-pink-800:last-child {
  border-color: #97266d;
}

.last\:border-pink-900:last-child {
  border-color: #702459;
}

.odd\:border-transparent:nth-child(odd) {
  border-color: transparent;
}

.odd\:border-black:nth-child(odd) {
  border-color: #000;
}

.odd\:border-white:nth-child(odd) {
  border-color: #fff;
}

.odd\:border-gray-100:nth-child(odd) {
  border-color: #f7fafc;
}

.odd\:border-gray-200:nth-child(odd) {
  border-color: #edf2f7;
}

.odd\:border-gray-300:nth-child(odd) {
  border-color: #e2e8f0;
}

.odd\:border-gray-400:nth-child(odd) {
  border-color: #cbd5e0;
}

.odd\:border-gray-500:nth-child(odd) {
  border-color: #a0aec0;
}

.odd\:border-gray-600:nth-child(odd) {
  border-color: #718096;
}

.odd\:border-gray-700:nth-child(odd) {
  border-color: #4a5568;
}

.odd\:border-gray-800:nth-child(odd) {
  border-color: #2d3748;
}

.odd\:border-gray-900:nth-child(odd) {
  border-color: #1a202c;
}

.odd\:border-red-100:nth-child(odd) {
  border-color: #fff5f5;
}

.odd\:border-red-200:nth-child(odd) {
  border-color: #fed7d7;
}

.odd\:border-red-300:nth-child(odd) {
  border-color: #feb2b2;
}

.odd\:border-red-400:nth-child(odd) {
  border-color: #fc8181;
}

.odd\:border-red-500:nth-child(odd) {
  border-color: #f56565;
}

.odd\:border-red-600:nth-child(odd) {
  border-color: #e53e3e;
}

.odd\:border-red-700:nth-child(odd) {
  border-color: #c53030;
}

.odd\:border-red-800:nth-child(odd) {
  border-color: #9b2c2c;
}

.odd\:border-red-900:nth-child(odd) {
  border-color: #742a2a;
}

.odd\:border-orange-100:nth-child(odd) {
  border-color: #fffaf0;
}

.odd\:border-orange-200:nth-child(odd) {
  border-color: #feebc8;
}

.odd\:border-orange-300:nth-child(odd) {
  border-color: #fbd38d;
}

.odd\:border-orange-400:nth-child(odd) {
  border-color: #f6ad55;
}

.odd\:border-orange-500:nth-child(odd) {
  border-color: #ed8936;
}

.odd\:border-orange-600:nth-child(odd) {
  border-color: #dd6b20;
}

.odd\:border-orange-700:nth-child(odd) {
  border-color: #c05621;
}

.odd\:border-orange-800:nth-child(odd) {
  border-color: #9c4221;
}

.odd\:border-orange-900:nth-child(odd) {
  border-color: #7b341e;
}

.odd\:border-yellow-100:nth-child(odd) {
  border-color: #fffff0;
}

.odd\:border-yellow-200:nth-child(odd) {
  border-color: #fefcbf;
}

.odd\:border-yellow-300:nth-child(odd) {
  border-color: #faf089;
}

.odd\:border-yellow-400:nth-child(odd) {
  border-color: #f6e05e;
}

.odd\:border-yellow-500:nth-child(odd) {
  border-color: #ecc94b;
}

.odd\:border-yellow-600:nth-child(odd) {
  border-color: #d69e2e;
}

.odd\:border-yellow-700:nth-child(odd) {
  border-color: #b7791f;
}

.odd\:border-yellow-800:nth-child(odd) {
  border-color: #975a16;
}

.odd\:border-yellow-900:nth-child(odd) {
  border-color: #744210;
}

.odd\:border-green-100:nth-child(odd) {
  border-color: #f0fff4;
}

.odd\:border-green-200:nth-child(odd) {
  border-color: #c6f6d5;
}

.odd\:border-green-300:nth-child(odd) {
  border-color: #9ae6b4;
}

.odd\:border-green-400:nth-child(odd) {
  border-color: #68d391;
}

.odd\:border-green-500:nth-child(odd) {
  border-color: #48bb78;
}

.odd\:border-green-600:nth-child(odd) {
  border-color: #38a169;
}

.odd\:border-green-700:nth-child(odd) {
  border-color: #2f855a;
}

.odd\:border-green-800:nth-child(odd) {
  border-color: #276749;
}

.odd\:border-green-900:nth-child(odd) {
  border-color: #22543d;
}

.odd\:border-teal-100:nth-child(odd) {
  border-color: #e6fffa;
}

.odd\:border-teal-200:nth-child(odd) {
  border-color: #b2f5ea;
}

.odd\:border-teal-300:nth-child(odd) {
  border-color: #81e6d9;
}

.odd\:border-teal-400:nth-child(odd) {
  border-color: #4fd1c5;
}

.odd\:border-teal-500:nth-child(odd) {
  border-color: #38b2ac;
}

.odd\:border-teal-600:nth-child(odd) {
  border-color: #319795;
}

.odd\:border-teal-700:nth-child(odd) {
  border-color: #2c7a7b;
}

.odd\:border-teal-800:nth-child(odd) {
  border-color: #285e61;
}

.odd\:border-teal-900:nth-child(odd) {
  border-color: #234e52;
}

.odd\:border-blue-100:nth-child(odd) {
  border-color: #ebf8ff;
}

.odd\:border-blue-200:nth-child(odd) {
  border-color: #bee3f8;
}

.odd\:border-blue-300:nth-child(odd) {
  border-color: #90cdf4;
}

.odd\:border-blue-400:nth-child(odd) {
  border-color: #63b3ed;
}

.odd\:border-blue-500:nth-child(odd) {
  border-color: #4299e1;
}

.odd\:border-blue-600:nth-child(odd) {
  border-color: #3182ce;
}

.odd\:border-blue-700:nth-child(odd) {
  border-color: #2b6cb0;
}

.odd\:border-blue-800:nth-child(odd) {
  border-color: #2c5282;
}

.odd\:border-blue-900:nth-child(odd) {
  border-color: #2a4365;
}

.odd\:border-indigo-100:nth-child(odd) {
  border-color: #ebf4ff;
}

.odd\:border-indigo-200:nth-child(odd) {
  border-color: #c3dafe;
}

.odd\:border-indigo-300:nth-child(odd) {
  border-color: #a3bffa;
}

.odd\:border-indigo-400:nth-child(odd) {
  border-color: #7f9cf5;
}

.odd\:border-indigo-500:nth-child(odd) {
  border-color: #667eea;
}

.odd\:border-indigo-600:nth-child(odd) {
  border-color: #5a67d8;
}

.odd\:border-indigo-700:nth-child(odd) {
  border-color: #4c51bf;
}

.odd\:border-indigo-800:nth-child(odd) {
  border-color: #434190;
}

.odd\:border-indigo-900:nth-child(odd) {
  border-color: #3c366b;
}

.odd\:border-purple-100:nth-child(odd) {
  border-color: #faf5ff;
}

.odd\:border-purple-200:nth-child(odd) {
  border-color: #e9d8fd;
}

.odd\:border-purple-300:nth-child(odd) {
  border-color: #d6bcfa;
}

.odd\:border-purple-400:nth-child(odd) {
  border-color: #b794f4;
}

.odd\:border-purple-500:nth-child(odd) {
  border-color: #9f7aea;
}

.odd\:border-purple-600:nth-child(odd) {
  border-color: #805ad5;
}

.odd\:border-purple-700:nth-child(odd) {
  border-color: #6b46c1;
}

.odd\:border-purple-800:nth-child(odd) {
  border-color: #553c9a;
}

.odd\:border-purple-900:nth-child(odd) {
  border-color: #44337a;
}

.odd\:border-pink-100:nth-child(odd) {
  border-color: #fff5f7;
}

.odd\:border-pink-200:nth-child(odd) {
  border-color: #fed7e2;
}

.odd\:border-pink-300:nth-child(odd) {
  border-color: #fbb6ce;
}

.odd\:border-pink-400:nth-child(odd) {
  border-color: #f687b3;
}

.odd\:border-pink-500:nth-child(odd) {
  border-color: #ed64a6;
}

.odd\:border-pink-600:nth-child(odd) {
  border-color: #d53f8c;
}

.odd\:border-pink-700:nth-child(odd) {
  border-color: #b83280;
}

.odd\:border-pink-800:nth-child(odd) {
  border-color: #97266d;
}

.odd\:border-pink-900:nth-child(odd) {
  border-color: #702459;
}

.even\:border-transparent:nth-child(even) {
  border-color: transparent;
}

.even\:border-black:nth-child(even) {
  border-color: #000;
}

.even\:border-white:nth-child(even) {
  border-color: #fff;
}

.even\:border-gray-100:nth-child(even) {
  border-color: #f7fafc;
}

.even\:border-gray-200:nth-child(even) {
  border-color: #edf2f7;
}

.even\:border-gray-300:nth-child(even) {
  border-color: #e2e8f0;
}

.even\:border-gray-400:nth-child(even) {
  border-color: #cbd5e0;
}

.even\:border-gray-500:nth-child(even) {
  border-color: #a0aec0;
}

.even\:border-gray-600:nth-child(even) {
  border-color: #718096;
}

.even\:border-gray-700:nth-child(even) {
  border-color: #4a5568;
}

.even\:border-gray-800:nth-child(even) {
  border-color: #2d3748;
}

.even\:border-gray-900:nth-child(even) {
  border-color: #1a202c;
}

.even\:border-red-100:nth-child(even) {
  border-color: #fff5f5;
}

.even\:border-red-200:nth-child(even) {
  border-color: #fed7d7;
}

.even\:border-red-300:nth-child(even) {
  border-color: #feb2b2;
}

.even\:border-red-400:nth-child(even) {
  border-color: #fc8181;
}

.even\:border-red-500:nth-child(even) {
  border-color: #f56565;
}

.even\:border-red-600:nth-child(even) {
  border-color: #e53e3e;
}

.even\:border-red-700:nth-child(even) {
  border-color: #c53030;
}

.even\:border-red-800:nth-child(even) {
  border-color: #9b2c2c;
}

.even\:border-red-900:nth-child(even) {
  border-color: #742a2a;
}

.even\:border-orange-100:nth-child(even) {
  border-color: #fffaf0;
}

.even\:border-orange-200:nth-child(even) {
  border-color: #feebc8;
}

.even\:border-orange-300:nth-child(even) {
  border-color: #fbd38d;
}

.even\:border-orange-400:nth-child(even) {
  border-color: #f6ad55;
}

.even\:border-orange-500:nth-child(even) {
  border-color: #ed8936;
}

.even\:border-orange-600:nth-child(even) {
  border-color: #dd6b20;
}

.even\:border-orange-700:nth-child(even) {
  border-color: #c05621;
}

.even\:border-orange-800:nth-child(even) {
  border-color: #9c4221;
}

.even\:border-orange-900:nth-child(even) {
  border-color: #7b341e;
}

.even\:border-yellow-100:nth-child(even) {
  border-color: #fffff0;
}

.even\:border-yellow-200:nth-child(even) {
  border-color: #fefcbf;
}

.even\:border-yellow-300:nth-child(even) {
  border-color: #faf089;
}

.even\:border-yellow-400:nth-child(even) {
  border-color: #f6e05e;
}

.even\:border-yellow-500:nth-child(even) {
  border-color: #ecc94b;
}

.even\:border-yellow-600:nth-child(even) {
  border-color: #d69e2e;
}

.even\:border-yellow-700:nth-child(even) {
  border-color: #b7791f;
}

.even\:border-yellow-800:nth-child(even) {
  border-color: #975a16;
}

.even\:border-yellow-900:nth-child(even) {
  border-color: #744210;
}

.even\:border-green-100:nth-child(even) {
  border-color: #f0fff4;
}

.even\:border-green-200:nth-child(even) {
  border-color: #c6f6d5;
}

.even\:border-green-300:nth-child(even) {
  border-color: #9ae6b4;
}

.even\:border-green-400:nth-child(even) {
  border-color: #68d391;
}

.even\:border-green-500:nth-child(even) {
  border-color: #48bb78;
}

.even\:border-green-600:nth-child(even) {
  border-color: #38a169;
}

.even\:border-green-700:nth-child(even) {
  border-color: #2f855a;
}

.even\:border-green-800:nth-child(even) {
  border-color: #276749;
}

.even\:border-green-900:nth-child(even) {
  border-color: #22543d;
}

.even\:border-teal-100:nth-child(even) {
  border-color: #e6fffa;
}

.even\:border-teal-200:nth-child(even) {
  border-color: #b2f5ea;
}

.even\:border-teal-300:nth-child(even) {
  border-color: #81e6d9;
}

.even\:border-teal-400:nth-child(even) {
  border-color: #4fd1c5;
}

.even\:border-teal-500:nth-child(even) {
  border-color: #38b2ac;
}

.even\:border-teal-600:nth-child(even) {
  border-color: #319795;
}

.even\:border-teal-700:nth-child(even) {
  border-color: #2c7a7b;
}

.even\:border-teal-800:nth-child(even) {
  border-color: #285e61;
}

.even\:border-teal-900:nth-child(even) {
  border-color: #234e52;
}

.even\:border-blue-100:nth-child(even) {
  border-color: #ebf8ff;
}

.even\:border-blue-200:nth-child(even) {
  border-color: #bee3f8;
}

.even\:border-blue-300:nth-child(even) {
  border-color: #90cdf4;
}

.even\:border-blue-400:nth-child(even) {
  border-color: #63b3ed;
}

.even\:border-blue-500:nth-child(even) {
  border-color: #4299e1;
}

.even\:border-blue-600:nth-child(even) {
  border-color: #3182ce;
}

.even\:border-blue-700:nth-child(even) {
  border-color: #2b6cb0;
}

.even\:border-blue-800:nth-child(even) {
  border-color: #2c5282;
}

.even\:border-blue-900:nth-child(even) {
  border-color: #2a4365;
}

.even\:border-indigo-100:nth-child(even) {
  border-color: #ebf4ff;
}

.even\:border-indigo-200:nth-child(even) {
  border-color: #c3dafe;
}

.even\:border-indigo-300:nth-child(even) {
  border-color: #a3bffa;
}

.even\:border-indigo-400:nth-child(even) {
  border-color: #7f9cf5;
}

.even\:border-indigo-500:nth-child(even) {
  border-color: #667eea;
}

.even\:border-indigo-600:nth-child(even) {
  border-color: #5a67d8;
}

.even\:border-indigo-700:nth-child(even) {
  border-color: #4c51bf;
}

.even\:border-indigo-800:nth-child(even) {
  border-color: #434190;
}

.even\:border-indigo-900:nth-child(even) {
  border-color: #3c366b;
}

.even\:border-purple-100:nth-child(even) {
  border-color: #faf5ff;
}

.even\:border-purple-200:nth-child(even) {
  border-color: #e9d8fd;
}

.even\:border-purple-300:nth-child(even) {
  border-color: #d6bcfa;
}

.even\:border-purple-400:nth-child(even) {
  border-color: #b794f4;
}

.even\:border-purple-500:nth-child(even) {
  border-color: #9f7aea;
}

.even\:border-purple-600:nth-child(even) {
  border-color: #805ad5;
}

.even\:border-purple-700:nth-child(even) {
  border-color: #6b46c1;
}

.even\:border-purple-800:nth-child(even) {
  border-color: #553c9a;
}

.even\:border-purple-900:nth-child(even) {
  border-color: #44337a;
}

.even\:border-pink-100:nth-child(even) {
  border-color: #fff5f7;
}

.even\:border-pink-200:nth-child(even) {
  border-color: #fed7e2;
}

.even\:border-pink-300:nth-child(even) {
  border-color: #fbb6ce;
}

.even\:border-pink-400:nth-child(even) {
  border-color: #f687b3;
}

.even\:border-pink-500:nth-child(even) {
  border-color: #ed64a6;
}

.even\:border-pink-600:nth-child(even) {
  border-color: #d53f8c;
}

.even\:border-pink-700:nth-child(even) {
  border-color: #b83280;
}

.even\:border-pink-800:nth-child(even) {
  border-color: #97266d;
}

.even\:border-pink-900:nth-child(even) {
  border-color: #702459;
}

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

.hover\:border-black:hover {
  border-color: #000;
}

.hover\:border-white:hover {
  border-color: #fff;
}

.hover\:border-gray-100:hover {
  border-color: #f7fafc;
}

.hover\:border-gray-200:hover {
  border-color: #edf2f7;
}

.hover\:border-gray-300:hover {
  border-color: #e2e8f0;
}

.hover\:border-gray-400:hover {
  border-color: #cbd5e0;
}

.hover\:border-gray-500:hover {
  border-color: #a0aec0;
}

.hover\:border-gray-600:hover {
  border-color: #718096;
}

.hover\:border-gray-700:hover {
  border-color: #4a5568;
}

.hover\:border-gray-800:hover {
  border-color: #2d3748;
}

.hover\:border-gray-900:hover {
  border-color: #1a202c;
}

.hover\:border-red-100:hover {
  border-color: #fff5f5;
}

.hover\:border-red-200:hover {
  border-color: #fed7d7;
}

.hover\:border-red-300:hover {
  border-color: #feb2b2;
}

.hover\:border-red-400:hover {
  border-color: #fc8181;
}

.hover\:border-red-500:hover {
  border-color: #f56565;
}

.hover\:border-red-600:hover {
  border-color: #e53e3e;
}

.hover\:border-red-700:hover {
  border-color: #c53030;
}

.hover\:border-red-800:hover {
  border-color: #9b2c2c;
}

.hover\:border-red-900:hover {
  border-color: #742a2a;
}

.hover\:border-orange-100:hover {
  border-color: #fffaf0;
}

.hover\:border-orange-200:hover {
  border-color: #feebc8;
}

.hover\:border-orange-300:hover {
  border-color: #fbd38d;
}

.hover\:border-orange-400:hover {
  border-color: #f6ad55;
}

.hover\:border-orange-500:hover {
  border-color: #ed8936;
}

.hover\:border-orange-600:hover {
  border-color: #dd6b20;
}

.hover\:border-orange-700:hover {
  border-color: #c05621;
}

.hover\:border-orange-800:hover {
  border-color: #9c4221;
}

.hover\:border-orange-900:hover {
  border-color: #7b341e;
}

.hover\:border-yellow-100:hover {
  border-color: #fffff0;
}

.hover\:border-yellow-200:hover {
  border-color: #fefcbf;
}

.hover\:border-yellow-300:hover {
  border-color: #faf089;
}

.hover\:border-yellow-400:hover {
  border-color: #f6e05e;
}

.hover\:border-yellow-500:hover {
  border-color: #ecc94b;
}

.hover\:border-yellow-600:hover {
  border-color: #d69e2e;
}

.hover\:border-yellow-700:hover {
  border-color: #b7791f;
}

.hover\:border-yellow-800:hover {
  border-color: #975a16;
}

.hover\:border-yellow-900:hover {
  border-color: #744210;
}

.hover\:border-green-100:hover {
  border-color: #f0fff4;
}

.hover\:border-green-200:hover {
  border-color: #c6f6d5;
}

.hover\:border-green-300:hover {
  border-color: #9ae6b4;
}

.hover\:border-green-400:hover {
  border-color: #68d391;
}

.hover\:border-green-500:hover {
  border-color: #48bb78;
}

.hover\:border-green-600:hover {
  border-color: #38a169;
}

.hover\:border-green-700:hover {
  border-color: #2f855a;
}

.hover\:border-green-800:hover {
  border-color: #276749;
}

.hover\:border-green-900:hover {
  border-color: #22543d;
}

.hover\:border-teal-100:hover {
  border-color: #e6fffa;
}

.hover\:border-teal-200:hover {
  border-color: #b2f5ea;
}

.hover\:border-teal-300:hover {
  border-color: #81e6d9;
}

.hover\:border-teal-400:hover {
  border-color: #4fd1c5;
}

.hover\:border-teal-500:hover {
  border-color: #38b2ac;
}

.hover\:border-teal-600:hover {
  border-color: #319795;
}

.hover\:border-teal-700:hover {
  border-color: #2c7a7b;
}

.hover\:border-teal-800:hover {
  border-color: #285e61;
}

.hover\:border-teal-900:hover {
  border-color: #234e52;
}

.hover\:border-blue-100:hover {
  border-color: #ebf8ff;
}

.hover\:border-blue-200:hover {
  border-color: #bee3f8;
}

.hover\:border-blue-300:hover {
  border-color: #90cdf4;
}

.hover\:border-blue-400:hover {
  border-color: #63b3ed;
}

.hover\:border-blue-500:hover {
  border-color: #4299e1;
}

.hover\:border-blue-600:hover {
  border-color: #3182ce;
}

.hover\:border-blue-700:hover {
  border-color: #2b6cb0;
}

.hover\:border-blue-800:hover {
  border-color: #2c5282;
}

.hover\:border-blue-900:hover {
  border-color: #2a4365;
}

.hover\:border-indigo-100:hover {
  border-color: #ebf4ff;
}

.hover\:border-indigo-200:hover {
  border-color: #c3dafe;
}

.hover\:border-indigo-300:hover {
  border-color: #a3bffa;
}

.hover\:border-indigo-400:hover {
  border-color: #7f9cf5;
}

.hover\:border-indigo-500:hover {
  border-color: #667eea;
}

.hover\:border-indigo-600:hover {
  border-color: #5a67d8;
}

.hover\:border-indigo-700:hover {
  border-color: #4c51bf;
}

.hover\:border-indigo-800:hover {
  border-color: #434190;
}

.hover\:border-indigo-900:hover {
  border-color: #3c366b;
}

.hover\:border-purple-100:hover {
  border-color: #faf5ff;
}

.hover\:border-purple-200:hover {
  border-color: #e9d8fd;
}

.hover\:border-purple-300:hover {
  border-color: #d6bcfa;
}

.hover\:border-purple-400:hover {
  border-color: #b794f4;
}

.hover\:border-purple-500:hover {
  border-color: #9f7aea;
}

.hover\:border-purple-600:hover {
  border-color: #805ad5;
}

.hover\:border-purple-700:hover {
  border-color: #6b46c1;
}

.hover\:border-purple-800:hover {
  border-color: #553c9a;
}

.hover\:border-purple-900:hover {
  border-color: #44337a;
}

.hover\:border-pink-100:hover {
  border-color: #fff5f7;
}

.hover\:border-pink-200:hover {
  border-color: #fed7e2;
}

.hover\:border-pink-300:hover {
  border-color: #fbb6ce;
}

.hover\:border-pink-400:hover {
  border-color: #f687b3;
}

.hover\:border-pink-500:hover {
  border-color: #ed64a6;
}

.hover\:border-pink-600:hover {
  border-color: #d53f8c;
}

.hover\:border-pink-700:hover {
  border-color: #b83280;
}

.hover\:border-pink-800:hover {
  border-color: #97266d;
}

.hover\:border-pink-900:hover {
  border-color: #702459;
}

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

.focus\:border-black:focus {
  border-color: #000;
}

.focus\:border-white:focus {
  border-color: #fff;
}

.focus\:border-gray-100:focus {
  border-color: #f7fafc;
}

.focus\:border-gray-200:focus {
  border-color: #edf2f7;
}

.focus\:border-gray-300:focus {
  border-color: #e2e8f0;
}

.focus\:border-gray-400:focus {
  border-color: #cbd5e0;
}

.focus\:border-gray-500:focus {
  border-color: #a0aec0;
}

.focus\:border-gray-600:focus {
  border-color: #718096;
}

.focus\:border-gray-700:focus {
  border-color: #4a5568;
}

.focus\:border-gray-800:focus {
  border-color: #2d3748;
}

.focus\:border-gray-900:focus {
  border-color: #1a202c;
}

.focus\:border-red-100:focus {
  border-color: #fff5f5;
}

.focus\:border-red-200:focus {
  border-color: #fed7d7;
}

.focus\:border-red-300:focus {
  border-color: #feb2b2;
}

.focus\:border-red-400:focus {
  border-color: #fc8181;
}

.focus\:border-red-500:focus {
  border-color: #f56565;
}

.focus\:border-red-600:focus {
  border-color: #e53e3e;
}

.focus\:border-red-700:focus {
  border-color: #c53030;
}

.focus\:border-red-800:focus {
  border-color: #9b2c2c;
}

.focus\:border-red-900:focus {
  border-color: #742a2a;
}

.focus\:border-orange-100:focus {
  border-color: #fffaf0;
}

.focus\:border-orange-200:focus {
  border-color: #feebc8;
}

.focus\:border-orange-300:focus {
  border-color: #fbd38d;
}

.focus\:border-orange-400:focus {
  border-color: #f6ad55;
}

.focus\:border-orange-500:focus {
  border-color: #ed8936;
}

.focus\:border-orange-600:focus {
  border-color: #dd6b20;
}

.focus\:border-orange-700:focus {
  border-color: #c05621;
}

.focus\:border-orange-800:focus {
  border-color: #9c4221;
}

.focus\:border-orange-900:focus {
  border-color: #7b341e;
}

.focus\:border-yellow-100:focus {
  border-color: #fffff0;
}

.focus\:border-yellow-200:focus {
  border-color: #fefcbf;
}

.focus\:border-yellow-300:focus {
  border-color: #faf089;
}

.focus\:border-yellow-400:focus {
  border-color: #f6e05e;
}

.focus\:border-yellow-500:focus {
  border-color: #ecc94b;
}

.focus\:border-yellow-600:focus {
  border-color: #d69e2e;
}

.focus\:border-yellow-700:focus {
  border-color: #b7791f;
}

.focus\:border-yellow-800:focus {
  border-color: #975a16;
}

.focus\:border-yellow-900:focus {
  border-color: #744210;
}

.focus\:border-green-100:focus {
  border-color: #f0fff4;
}

.focus\:border-green-200:focus {
  border-color: #c6f6d5;
}

.focus\:border-green-300:focus {
  border-color: #9ae6b4;
}

.focus\:border-green-400:focus {
  border-color: #68d391;
}

.focus\:border-green-500:focus {
  border-color: #48bb78;
}

.focus\:border-green-600:focus {
  border-color: #38a169;
}

.focus\:border-green-700:focus {
  border-color: #2f855a;
}

.focus\:border-green-800:focus {
  border-color: #276749;
}

.focus\:border-green-900:focus {
  border-color: #22543d;
}

.focus\:border-teal-100:focus {
  border-color: #e6fffa;
}

.focus\:border-teal-200:focus {
  border-color: #b2f5ea;
}

.focus\:border-teal-300:focus {
  border-color: #81e6d9;
}

.focus\:border-teal-400:focus {
  border-color: #4fd1c5;
}

.focus\:border-teal-500:focus {
  border-color: #38b2ac;
}

.focus\:border-teal-600:focus {
  border-color: #319795;
}

.focus\:border-teal-700:focus {
  border-color: #2c7a7b;
}

.focus\:border-teal-800:focus {
  border-color: #285e61;
}

.focus\:border-teal-900:focus {
  border-color: #234e52;
}

.focus\:border-blue-100:focus {
  border-color: #ebf8ff;
}

.focus\:border-blue-200:focus {
  border-color: #bee3f8;
}

.focus\:border-blue-300:focus {
  border-color: #90cdf4;
}

.focus\:border-blue-400:focus {
  border-color: #63b3ed;
}

.focus\:border-blue-500:focus {
  border-color: #4299e1;
}

.focus\:border-blue-600:focus {
  border-color: #3182ce;
}

.focus\:border-blue-700:focus {
  border-color: #2b6cb0;
}

.focus\:border-blue-800:focus {
  border-color: #2c5282;
}

.focus\:border-blue-900:focus {
  border-color: #2a4365;
}

.focus\:border-indigo-100:focus {
  border-color: #ebf4ff;
}

.focus\:border-indigo-200:focus {
  border-color: #c3dafe;
}

.focus\:border-indigo-300:focus {
  border-color: #a3bffa;
}

.focus\:border-indigo-400:focus {
  border-color: #7f9cf5;
}

.focus\:border-indigo-500:focus {
  border-color: #667eea;
}

.focus\:border-indigo-600:focus {
  border-color: #5a67d8;
}

.focus\:border-indigo-700:focus {
  border-color: #4c51bf;
}

.focus\:border-indigo-800:focus {
  border-color: #434190;
}

.focus\:border-indigo-900:focus {
  border-color: #3c366b;
}

.focus\:border-purple-100:focus {
  border-color: #faf5ff;
}

.focus\:border-purple-200:focus {
  border-color: #e9d8fd;
}

.focus\:border-purple-300:focus {
  border-color: #d6bcfa;
}

.focus\:border-purple-400:focus {
  border-color: #b794f4;
}

.focus\:border-purple-500:focus {
  border-color: #9f7aea;
}

.focus\:border-purple-600:focus {
  border-color: #805ad5;
}

.focus\:border-purple-700:focus {
  border-color: #6b46c1;
}

.focus\:border-purple-800:focus {
  border-color: #553c9a;
}

.focus\:border-purple-900:focus {
  border-color: #44337a;
}

.focus\:border-pink-100:focus {
  border-color: #fff5f7;
}

.focus\:border-pink-200:focus {
  border-color: #fed7e2;
}

.focus\:border-pink-300:focus {
  border-color: #fbb6ce;
}

.focus\:border-pink-400:focus {
  border-color: #f687b3;
}

.focus\:border-pink-500:focus {
  border-color: #ed64a6;
}

.focus\:border-pink-600:focus {
  border-color: #d53f8c;
}

.focus\:border-pink-700:focus {
  border-color: #b83280;
}

.focus\:border-pink-800:focus {
  border-color: #97266d;
}

.focus\:border-pink-900:focus {
  border-color: #702459;
}

.active\:border-transparent:active {
  border-color: transparent;
}

.active\:border-black:active {
  border-color: #000;
}

.active\:border-white:active {
  border-color: #fff;
}

.active\:border-gray-100:active {
  border-color: #f7fafc;
}

.active\:border-gray-200:active {
  border-color: #edf2f7;
}

.active\:border-gray-300:active {
  border-color: #e2e8f0;
}

.active\:border-gray-400:active {
  border-color: #cbd5e0;
}

.active\:border-gray-500:active {
  border-color: #a0aec0;
}

.active\:border-gray-600:active {
  border-color: #718096;
}

.active\:border-gray-700:active {
  border-color: #4a5568;
}

.active\:border-gray-800:active {
  border-color: #2d3748;
}

.active\:border-gray-900:active {
  border-color: #1a202c;
}

.active\:border-red-100:active {
  border-color: #fff5f5;
}

.active\:border-red-200:active {
  border-color: #fed7d7;
}

.active\:border-red-300:active {
  border-color: #feb2b2;
}

.active\:border-red-400:active {
  border-color: #fc8181;
}

.active\:border-red-500:active {
  border-color: #f56565;
}

.active\:border-red-600:active {
  border-color: #e53e3e;
}

.active\:border-red-700:active {
  border-color: #c53030;
}

.active\:border-red-800:active {
  border-color: #9b2c2c;
}

.active\:border-red-900:active {
  border-color: #742a2a;
}

.active\:border-orange-100:active {
  border-color: #fffaf0;
}

.active\:border-orange-200:active {
  border-color: #feebc8;
}

.active\:border-orange-300:active {
  border-color: #fbd38d;
}

.active\:border-orange-400:active {
  border-color: #f6ad55;
}

.active\:border-orange-500:active {
  border-color: #ed8936;
}

.active\:border-orange-600:active {
  border-color: #dd6b20;
}

.active\:border-orange-700:active {
  border-color: #c05621;
}

.active\:border-orange-800:active {
  border-color: #9c4221;
}

.active\:border-orange-900:active {
  border-color: #7b341e;
}

.active\:border-yellow-100:active {
  border-color: #fffff0;
}

.active\:border-yellow-200:active {
  border-color: #fefcbf;
}

.active\:border-yellow-300:active {
  border-color: #faf089;
}

.active\:border-yellow-400:active {
  border-color: #f6e05e;
}

.active\:border-yellow-500:active {
  border-color: #ecc94b;
}

.active\:border-yellow-600:active {
  border-color: #d69e2e;
}

.active\:border-yellow-700:active {
  border-color: #b7791f;
}

.active\:border-yellow-800:active {
  border-color: #975a16;
}

.active\:border-yellow-900:active {
  border-color: #744210;
}

.active\:border-green-100:active {
  border-color: #f0fff4;
}

.active\:border-green-200:active {
  border-color: #c6f6d5;
}

.active\:border-green-300:active {
  border-color: #9ae6b4;
}

.active\:border-green-400:active {
  border-color: #68d391;
}

.active\:border-green-500:active {
  border-color: #48bb78;
}

.active\:border-green-600:active {
  border-color: #38a169;
}

.active\:border-green-700:active {
  border-color: #2f855a;
}

.active\:border-green-800:active {
  border-color: #276749;
}

.active\:border-green-900:active {
  border-color: #22543d;
}

.active\:border-teal-100:active {
  border-color: #e6fffa;
}

.active\:border-teal-200:active {
  border-color: #b2f5ea;
}

.active\:border-teal-300:active {
  border-color: #81e6d9;
}

.active\:border-teal-400:active {
  border-color: #4fd1c5;
}

.active\:border-teal-500:active {
  border-color: #38b2ac;
}

.active\:border-teal-600:active {
  border-color: #319795;
}

.active\:border-teal-700:active {
  border-color: #2c7a7b;
}

.active\:border-teal-800:active {
  border-color: #285e61;
}

.active\:border-teal-900:active {
  border-color: #234e52;
}

.active\:border-blue-100:active {
  border-color: #ebf8ff;
}

.active\:border-blue-200:active {
  border-color: #bee3f8;
}

.active\:border-blue-300:active {
  border-color: #90cdf4;
}

.active\:border-blue-400:active {
  border-color: #63b3ed;
}

.active\:border-blue-500:active {
  border-color: #4299e1;
}

.active\:border-blue-600:active {
  border-color: #3182ce;
}

.active\:border-blue-700:active {
  border-color: #2b6cb0;
}

.active\:border-blue-800:active {
  border-color: #2c5282;
}

.active\:border-blue-900:active {
  border-color: #2a4365;
}

.active\:border-indigo-100:active {
  border-color: #ebf4ff;
}

.active\:border-indigo-200:active {
  border-color: #c3dafe;
}

.active\:border-indigo-300:active {
  border-color: #a3bffa;
}

.active\:border-indigo-400:active {
  border-color: #7f9cf5;
}

.active\:border-indigo-500:active {
  border-color: #667eea;
}

.active\:border-indigo-600:active {
  border-color: #5a67d8;
}

.active\:border-indigo-700:active {
  border-color: #4c51bf;
}

.active\:border-indigo-800:active {
  border-color: #434190;
}

.active\:border-indigo-900:active {
  border-color: #3c366b;
}

.active\:border-purple-100:active {
  border-color: #faf5ff;
}

.active\:border-purple-200:active {
  border-color: #e9d8fd;
}

.active\:border-purple-300:active {
  border-color: #d6bcfa;
}

.active\:border-purple-400:active {
  border-color: #b794f4;
}

.active\:border-purple-500:active {
  border-color: #9f7aea;
}

.active\:border-purple-600:active {
  border-color: #805ad5;
}

.active\:border-purple-700:active {
  border-color: #6b46c1;
}

.active\:border-purple-800:active {
  border-color: #553c9a;
}

.active\:border-purple-900:active {
  border-color: #44337a;
}

.active\:border-pink-100:active {
  border-color: #fff5f7;
}

.active\:border-pink-200:active {
  border-color: #fed7e2;
}

.active\:border-pink-300:active {
  border-color: #fbb6ce;
}

.active\:border-pink-400:active {
  border-color: #f687b3;
}

.active\:border-pink-500:active {
  border-color: #ed64a6;
}

.active\:border-pink-600:active {
  border-color: #d53f8c;
}

.active\:border-pink-700:active {
  border-color: #b83280;
}

.active\:border-pink-800:active {
  border-color: #97266d;
}

.active\:border-pink-900:active {
  border-color: #702459;
}

.visited\:border-transparent:visited {
  border-color: transparent;
}

.visited\:border-black:visited {
  border-color: #000;
}

.visited\:border-white:visited {
  border-color: #fff;
}

.visited\:border-gray-100:visited {
  border-color: #f7fafc;
}

.visited\:border-gray-200:visited {
  border-color: #edf2f7;
}

.visited\:border-gray-300:visited {
  border-color: #e2e8f0;
}

.visited\:border-gray-400:visited {
  border-color: #cbd5e0;
}

.visited\:border-gray-500:visited {
  border-color: #a0aec0;
}

.visited\:border-gray-600:visited {
  border-color: #718096;
}

.visited\:border-gray-700:visited {
  border-color: #4a5568;
}

.visited\:border-gray-800:visited {
  border-color: #2d3748;
}

.visited\:border-gray-900:visited {
  border-color: #1a202c;
}

.visited\:border-red-100:visited {
  border-color: #fff5f5;
}

.visited\:border-red-200:visited {
  border-color: #fed7d7;
}

.visited\:border-red-300:visited {
  border-color: #feb2b2;
}

.visited\:border-red-400:visited {
  border-color: #fc8181;
}

.visited\:border-red-500:visited {
  border-color: #f56565;
}

.visited\:border-red-600:visited {
  border-color: #e53e3e;
}

.visited\:border-red-700:visited {
  border-color: #c53030;
}

.visited\:border-red-800:visited {
  border-color: #9b2c2c;
}

.visited\:border-red-900:visited {
  border-color: #742a2a;
}

.visited\:border-orange-100:visited {
  border-color: #fffaf0;
}

.visited\:border-orange-200:visited {
  border-color: #feebc8;
}

.visited\:border-orange-300:visited {
  border-color: #fbd38d;
}

.visited\:border-orange-400:visited {
  border-color: #f6ad55;
}

.visited\:border-orange-500:visited {
  border-color: #ed8936;
}

.visited\:border-orange-600:visited {
  border-color: #dd6b20;
}

.visited\:border-orange-700:visited {
  border-color: #c05621;
}

.visited\:border-orange-800:visited {
  border-color: #9c4221;
}

.visited\:border-orange-900:visited {
  border-color: #7b341e;
}

.visited\:border-yellow-100:visited {
  border-color: #fffff0;
}

.visited\:border-yellow-200:visited {
  border-color: #fefcbf;
}

.visited\:border-yellow-300:visited {
  border-color: #faf089;
}

.visited\:border-yellow-400:visited {
  border-color: #f6e05e;
}

.visited\:border-yellow-500:visited {
  border-color: #ecc94b;
}

.visited\:border-yellow-600:visited {
  border-color: #d69e2e;
}

.visited\:border-yellow-700:visited {
  border-color: #b7791f;
}

.visited\:border-yellow-800:visited {
  border-color: #975a16;
}

.visited\:border-yellow-900:visited {
  border-color: #744210;
}

.visited\:border-green-100:visited {
  border-color: #f0fff4;
}

.visited\:border-green-200:visited {
  border-color: #c6f6d5;
}

.visited\:border-green-300:visited {
  border-color: #9ae6b4;
}

.visited\:border-green-400:visited {
  border-color: #68d391;
}

.visited\:border-green-500:visited {
  border-color: #48bb78;
}

.visited\:border-green-600:visited {
  border-color: #38a169;
}

.visited\:border-green-700:visited {
  border-color: #2f855a;
}

.visited\:border-green-800:visited {
  border-color: #276749;
}

.visited\:border-green-900:visited {
  border-color: #22543d;
}

.visited\:border-teal-100:visited {
  border-color: #e6fffa;
}

.visited\:border-teal-200:visited {
  border-color: #b2f5ea;
}

.visited\:border-teal-300:visited {
  border-color: #81e6d9;
}

.visited\:border-teal-400:visited {
  border-color: #4fd1c5;
}

.visited\:border-teal-500:visited {
  border-color: #38b2ac;
}

.visited\:border-teal-600:visited {
  border-color: #319795;
}

.visited\:border-teal-700:visited {
  border-color: #2c7a7b;
}

.visited\:border-teal-800:visited {
  border-color: #285e61;
}

.visited\:border-teal-900:visited {
  border-color: #234e52;
}

.visited\:border-blue-100:visited {
  border-color: #ebf8ff;
}

.visited\:border-blue-200:visited {
  border-color: #bee3f8;
}

.visited\:border-blue-300:visited {
  border-color: #90cdf4;
}

.visited\:border-blue-400:visited {
  border-color: #63b3ed;
}

.visited\:border-blue-500:visited {
  border-color: #4299e1;
}

.visited\:border-blue-600:visited {
  border-color: #3182ce;
}

.visited\:border-blue-700:visited {
  border-color: #2b6cb0;
}

.visited\:border-blue-800:visited {
  border-color: #2c5282;
}

.visited\:border-blue-900:visited {
  border-color: #2a4365;
}

.visited\:border-indigo-100:visited {
  border-color: #ebf4ff;
}

.visited\:border-indigo-200:visited {
  border-color: #c3dafe;
}

.visited\:border-indigo-300:visited {
  border-color: #a3bffa;
}

.visited\:border-indigo-400:visited {
  border-color: #7f9cf5;
}

.visited\:border-indigo-500:visited {
  border-color: #667eea;
}

.visited\:border-indigo-600:visited {
  border-color: #5a67d8;
}

.visited\:border-indigo-700:visited {
  border-color: #4c51bf;
}

.visited\:border-indigo-800:visited {
  border-color: #434190;
}

.visited\:border-indigo-900:visited {
  border-color: #3c366b;
}

.visited\:border-purple-100:visited {
  border-color: #faf5ff;
}

.visited\:border-purple-200:visited {
  border-color: #e9d8fd;
}

.visited\:border-purple-300:visited {
  border-color: #d6bcfa;
}

.visited\:border-purple-400:visited {
  border-color: #b794f4;
}

.visited\:border-purple-500:visited {
  border-color: #9f7aea;
}

.visited\:border-purple-600:visited {
  border-color: #805ad5;
}

.visited\:border-purple-700:visited {
  border-color: #6b46c1;
}

.visited\:border-purple-800:visited {
  border-color: #553c9a;
}

.visited\:border-purple-900:visited {
  border-color: #44337a;
}

.visited\:border-pink-100:visited {
  border-color: #fff5f7;
}

.visited\:border-pink-200:visited {
  border-color: #fed7e2;
}

.visited\:border-pink-300:visited {
  border-color: #fbb6ce;
}

.visited\:border-pink-400:visited {
  border-color: #f687b3;
}

.visited\:border-pink-500:visited {
  border-color: #ed64a6;
}

.visited\:border-pink-600:visited {
  border-color: #d53f8c;
}

.visited\:border-pink-700:visited {
  border-color: #b83280;
}

.visited\:border-pink-800:visited {
  border-color: #97266d;
}

.visited\:border-pink-900:visited {
  border-color: #702459;
}

.disabled\:border-transparent:disabled {
  border-color: transparent;
}

.disabled\:border-black:disabled {
  border-color: #000;
}

.disabled\:border-white:disabled {
  border-color: #fff;
}

.disabled\:border-gray-100:disabled {
  border-color: #f7fafc;
}

.disabled\:border-gray-200:disabled {
  border-color: #edf2f7;
}

.disabled\:border-gray-300:disabled {
  border-color: #e2e8f0;
}

.disabled\:border-gray-400:disabled {
  border-color: #cbd5e0;
}

.disabled\:border-gray-500:disabled {
  border-color: #a0aec0;
}

.disabled\:border-gray-600:disabled {
  border-color: #718096;
}

.disabled\:border-gray-700:disabled {
  border-color: #4a5568;
}

.disabled\:border-gray-800:disabled {
  border-color: #2d3748;
}

.disabled\:border-gray-900:disabled {
  border-color: #1a202c;
}

.disabled\:border-red-100:disabled {
  border-color: #fff5f5;
}

.disabled\:border-red-200:disabled {
  border-color: #fed7d7;
}

.disabled\:border-red-300:disabled {
  border-color: #feb2b2;
}

.disabled\:border-red-400:disabled {
  border-color: #fc8181;
}

.disabled\:border-red-500:disabled {
  border-color: #f56565;
}

.disabled\:border-red-600:disabled {
  border-color: #e53e3e;
}

.disabled\:border-red-700:disabled {
  border-color: #c53030;
}

.disabled\:border-red-800:disabled {
  border-color: #9b2c2c;
}

.disabled\:border-red-900:disabled {
  border-color: #742a2a;
}

.disabled\:border-orange-100:disabled {
  border-color: #fffaf0;
}

.disabled\:border-orange-200:disabled {
  border-color: #feebc8;
}

.disabled\:border-orange-300:disabled {
  border-color: #fbd38d;
}

.disabled\:border-orange-400:disabled {
  border-color: #f6ad55;
}

.disabled\:border-orange-500:disabled {
  border-color: #ed8936;
}

.disabled\:border-orange-600:disabled {
  border-color: #dd6b20;
}

.disabled\:border-orange-700:disabled {
  border-color: #c05621;
}

.disabled\:border-orange-800:disabled {
  border-color: #9c4221;
}

.disabled\:border-orange-900:disabled {
  border-color: #7b341e;
}

.disabled\:border-yellow-100:disabled {
  border-color: #fffff0;
}

.disabled\:border-yellow-200:disabled {
  border-color: #fefcbf;
}

.disabled\:border-yellow-300:disabled {
  border-color: #faf089;
}

.disabled\:border-yellow-400:disabled {
  border-color: #f6e05e;
}

.disabled\:border-yellow-500:disabled {
  border-color: #ecc94b;
}

.disabled\:border-yellow-600:disabled {
  border-color: #d69e2e;
}

.disabled\:border-yellow-700:disabled {
  border-color: #b7791f;
}

.disabled\:border-yellow-800:disabled {
  border-color: #975a16;
}

.disabled\:border-yellow-900:disabled {
  border-color: #744210;
}

.disabled\:border-green-100:disabled {
  border-color: #f0fff4;
}

.disabled\:border-green-200:disabled {
  border-color: #c6f6d5;
}

.disabled\:border-green-300:disabled {
  border-color: #9ae6b4;
}

.disabled\:border-green-400:disabled {
  border-color: #68d391;
}

.disabled\:border-green-500:disabled {
  border-color: #48bb78;
}

.disabled\:border-green-600:disabled {
  border-color: #38a169;
}

.disabled\:border-green-700:disabled {
  border-color: #2f855a;
}

.disabled\:border-green-800:disabled {
  border-color: #276749;
}

.disabled\:border-green-900:disabled {
  border-color: #22543d;
}

.disabled\:border-teal-100:disabled {
  border-color: #e6fffa;
}

.disabled\:border-teal-200:disabled {
  border-color: #b2f5ea;
}

.disabled\:border-teal-300:disabled {
  border-color: #81e6d9;
}

.disabled\:border-teal-400:disabled {
  border-color: #4fd1c5;
}

.disabled\:border-teal-500:disabled {
  border-color: #38b2ac;
}

.disabled\:border-teal-600:disabled {
  border-color: #319795;
}

.disabled\:border-teal-700:disabled {
  border-color: #2c7a7b;
}

.disabled\:border-teal-800:disabled {
  border-color: #285e61;
}

.disabled\:border-teal-900:disabled {
  border-color: #234e52;
}

.disabled\:border-blue-100:disabled {
  border-color: #ebf8ff;
}

.disabled\:border-blue-200:disabled {
  border-color: #bee3f8;
}

.disabled\:border-blue-300:disabled {
  border-color: #90cdf4;
}

.disabled\:border-blue-400:disabled {
  border-color: #63b3ed;
}

.disabled\:border-blue-500:disabled {
  border-color: #4299e1;
}

.disabled\:border-blue-600:disabled {
  border-color: #3182ce;
}

.disabled\:border-blue-700:disabled {
  border-color: #2b6cb0;
}

.disabled\:border-blue-800:disabled {
  border-color: #2c5282;
}

.disabled\:border-blue-900:disabled {
  border-color: #2a4365;
}

.disabled\:border-indigo-100:disabled {
  border-color: #ebf4ff;
}

.disabled\:border-indigo-200:disabled {
  border-color: #c3dafe;
}

.disabled\:border-indigo-300:disabled {
  border-color: #a3bffa;
}

.disabled\:border-indigo-400:disabled {
  border-color: #7f9cf5;
}

.disabled\:border-indigo-500:disabled {
  border-color: #667eea;
}

.disabled\:border-indigo-600:disabled {
  border-color: #5a67d8;
}

.disabled\:border-indigo-700:disabled {
  border-color: #4c51bf;
}

.disabled\:border-indigo-800:disabled {
  border-color: #434190;
}

.disabled\:border-indigo-900:disabled {
  border-color: #3c366b;
}

.disabled\:border-purple-100:disabled {
  border-color: #faf5ff;
}

.disabled\:border-purple-200:disabled {
  border-color: #e9d8fd;
}

.disabled\:border-purple-300:disabled {
  border-color: #d6bcfa;
}

.disabled\:border-purple-400:disabled {
  border-color: #b794f4;
}

.disabled\:border-purple-500:disabled {
  border-color: #9f7aea;
}

.disabled\:border-purple-600:disabled {
  border-color: #805ad5;
}

.disabled\:border-purple-700:disabled {
  border-color: #6b46c1;
}

.disabled\:border-purple-800:disabled {
  border-color: #553c9a;
}

.disabled\:border-purple-900:disabled {
  border-color: #44337a;
}

.disabled\:border-pink-100:disabled {
  border-color: #fff5f7;
}

.disabled\:border-pink-200:disabled {
  border-color: #fed7e2;
}

.disabled\:border-pink-300:disabled {
  border-color: #fbb6ce;
}

.disabled\:border-pink-400:disabled {
  border-color: #f687b3;
}

.disabled\:border-pink-500:disabled {
  border-color: #ed64a6;
}

.disabled\:border-pink-600:disabled {
  border-color: #d53f8c;
}

.disabled\:border-pink-700:disabled {
  border-color: #b83280;
}

.disabled\:border-pink-800:disabled {
  border-color: #97266d;
}

.disabled\:border-pink-900:disabled {
  border-color: #702459;
}

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

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

.rounded {
  border-radius: 0.25rem;
}

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

.rounded-full {
  border-radius: 9999px;
}

.rounded-t-none {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.rounded-r-none {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rounded-b-none {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.rounded-l-none {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.rounded-t-sm {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.rounded-r-sm {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.rounded-b-sm {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.rounded-l-sm {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

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

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

.rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.rounded-b-full {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-tl-none {
  border-top-left-radius: 0;
}

.rounded-tr-none {
  border-top-right-radius: 0;
}

.rounded-br-none {
  border-bottom-right-radius: 0;
}

.rounded-bl-none {
  border-bottom-left-radius: 0;
}

.rounded-tl-sm {
  border-top-left-radius: 0.125rem;
}

.rounded-tr-sm {
  border-top-right-radius: 0.125rem;
}

.rounded-br-sm {
  border-bottom-right-radius: 0.125rem;
}

.rounded-bl-sm {
  border-bottom-left-radius: 0.125rem;
}

.rounded-tl {
  border-top-left-radius: 0.25rem;
}

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

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

.rounded-bl {
  border-bottom-left-radius: 0.25rem;
}

.rounded-tl-lg {
  border-top-left-radius: 0.5rem;
}

.rounded-tr-lg {
  border-top-right-radius: 0.5rem;
}

.rounded-br-lg {
  border-bottom-right-radius: 0.5rem;
}

.rounded-bl-lg {
  border-bottom-left-radius: 0.5rem;
}

.rounded-tl-full {
  border-top-left-radius: 9999px;
}

.rounded-tr-full {
  border-top-right-radius: 9999px;
}

.rounded-br-full {
  border-bottom-right-radius: 9999px;
}

.rounded-bl-full {
  border-bottom-left-radius: 9999px;
}

.group:hover .group-hover\:rounded-none {
  border-radius: 0;
}

.group:hover .group-hover\:rounded-sm {
  border-radius: 0.125rem;
}

.group:hover .group-hover\:rounded {
  border-radius: 0.25rem;
}

.group:hover .group-hover\:rounded-lg {
  border-radius: 0.5rem;
}

.group:hover .group-hover\:rounded-full {
  border-radius: 9999px;
}

.group:hover .group-hover\:rounded-t-none {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.group:hover .group-hover\:rounded-r-none {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.group:hover .group-hover\:rounded-b-none {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.group:hover .group-hover\:rounded-l-none {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.group:hover .group-hover\:rounded-t-sm {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.group:hover .group-hover\:rounded-r-sm {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.group:hover .group-hover\:rounded-b-sm {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.group:hover .group-hover\:rounded-l-sm {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.group:hover .group-hover\:rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.group:hover .group-hover\:rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.group:hover .group-hover\:rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.group:hover .group-hover\:rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.group:hover .group-hover\:rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.group:hover .group-hover\:rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.group:hover .group-hover\:rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.group:hover .group-hover\:rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.group:hover .group-hover\:rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.group:hover .group-hover\:rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.group:hover .group-hover\:rounded-b-full {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.group:hover .group-hover\:rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.group:hover .group-hover\:rounded-tl-none {
  border-top-left-radius: 0;
}

.group:hover .group-hover\:rounded-tr-none {
  border-top-right-radius: 0;
}

.group:hover .group-hover\:rounded-br-none {
  border-bottom-right-radius: 0;
}

.group:hover .group-hover\:rounded-bl-none {
  border-bottom-left-radius: 0;
}

.group:hover .group-hover\:rounded-tl-sm {
  border-top-left-radius: 0.125rem;
}

.group:hover .group-hover\:rounded-tr-sm {
  border-top-right-radius: 0.125rem;
}

.group:hover .group-hover\:rounded-br-sm {
  border-bottom-right-radius: 0.125rem;
}

.group:hover .group-hover\:rounded-bl-sm {
  border-bottom-left-radius: 0.125rem;
}

.group:hover .group-hover\:rounded-tl {
  border-top-left-radius: 0.25rem;
}

.group:hover .group-hover\:rounded-tr {
  border-top-right-radius: 0.25rem;
}

.group:hover .group-hover\:rounded-br {
  border-bottom-right-radius: 0.25rem;
}

.group:hover .group-hover\:rounded-bl {
  border-bottom-left-radius: 0.25rem;
}

.group:hover .group-hover\:rounded-tl-lg {
  border-top-left-radius: 0.5rem;
}

.group:hover .group-hover\:rounded-tr-lg {
  border-top-right-radius: 0.5rem;
}

.group:hover .group-hover\:rounded-br-lg {
  border-bottom-right-radius: 0.5rem;
}

.group:hover .group-hover\:rounded-bl-lg {
  border-bottom-left-radius: 0.5rem;
}

.group:hover .group-hover\:rounded-tl-full {
  border-top-left-radius: 9999px;
}

.group:hover .group-hover\:rounded-tr-full {
  border-top-right-radius: 9999px;
}

.group:hover .group-hover\:rounded-br-full {
  border-bottom-right-radius: 9999px;
}

.group:hover .group-hover\:rounded-bl-full {
  border-bottom-left-radius: 9999px;
}

.focus-within\:rounded-none:focus-within {
  border-radius: 0;
}

.focus-within\:rounded-sm:focus-within {
  border-radius: 0.125rem;
}

.focus-within\:rounded:focus-within {
  border-radius: 0.25rem;
}

.focus-within\:rounded-lg:focus-within {
  border-radius: 0.5rem;
}

.focus-within\:rounded-full:focus-within {
  border-radius: 9999px;
}

.focus-within\:rounded-t-none:focus-within {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.focus-within\:rounded-r-none:focus-within {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.focus-within\:rounded-b-none:focus-within {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.focus-within\:rounded-l-none:focus-within {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.focus-within\:rounded-t-sm:focus-within {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.focus-within\:rounded-r-sm:focus-within {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.focus-within\:rounded-b-sm:focus-within {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.focus-within\:rounded-l-sm:focus-within {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.focus-within\:rounded-t:focus-within {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.focus-within\:rounded-r:focus-within {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.focus-within\:rounded-b:focus-within {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.focus-within\:rounded-l:focus-within {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.focus-within\:rounded-t-lg:focus-within {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.focus-within\:rounded-r-lg:focus-within {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.focus-within\:rounded-b-lg:focus-within {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.focus-within\:rounded-l-lg:focus-within {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.focus-within\:rounded-t-full:focus-within {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.focus-within\:rounded-r-full:focus-within {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.focus-within\:rounded-b-full:focus-within {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.focus-within\:rounded-l-full:focus-within {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.focus-within\:rounded-tl-none:focus-within {
  border-top-left-radius: 0;
}

.focus-within\:rounded-tr-none:focus-within {
  border-top-right-radius: 0;
}

.focus-within\:rounded-br-none:focus-within {
  border-bottom-right-radius: 0;
}

.focus-within\:rounded-bl-none:focus-within {
  border-bottom-left-radius: 0;
}

.focus-within\:rounded-tl-sm:focus-within {
  border-top-left-radius: 0.125rem;
}

.focus-within\:rounded-tr-sm:focus-within {
  border-top-right-radius: 0.125rem;
}

.focus-within\:rounded-br-sm:focus-within {
  border-bottom-right-radius: 0.125rem;
}

.focus-within\:rounded-bl-sm:focus-within {
  border-bottom-left-radius: 0.125rem;
}

.focus-within\:rounded-tl:focus-within {
  border-top-left-radius: 0.25rem;
}

.focus-within\:rounded-tr:focus-within {
  border-top-right-radius: 0.25rem;
}

.focus-within\:rounded-br:focus-within {
  border-bottom-right-radius: 0.25rem;
}

.focus-within\:rounded-bl:focus-within {
  border-bottom-left-radius: 0.25rem;
}

.focus-within\:rounded-tl-lg:focus-within {
  border-top-left-radius: 0.5rem;
}

.focus-within\:rounded-tr-lg:focus-within {
  border-top-right-radius: 0.5rem;
}

.focus-within\:rounded-br-lg:focus-within {
  border-bottom-right-radius: 0.5rem;
}

.focus-within\:rounded-bl-lg:focus-within {
  border-bottom-left-radius: 0.5rem;
}

.focus-within\:rounded-tl-full:focus-within {
  border-top-left-radius: 9999px;
}

.focus-within\:rounded-tr-full:focus-within {
  border-top-right-radius: 9999px;
}

.focus-within\:rounded-br-full:focus-within {
  border-bottom-right-radius: 9999px;
}

.focus-within\:rounded-bl-full:focus-within {
  border-bottom-left-radius: 9999px;
}

.first\:rounded-none:first-child {
  border-radius: 0;
}

.first\:rounded-sm:first-child {
  border-radius: 0.125rem;
}

.first\:rounded:first-child {
  border-radius: 0.25rem;
}

.first\:rounded-lg:first-child {
  border-radius: 0.5rem;
}

.first\:rounded-full:first-child {
  border-radius: 9999px;
}

.first\:rounded-t-none:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.first\:rounded-r-none:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.first\:rounded-b-none:first-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.first\:rounded-l-none:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.first\:rounded-t-sm:first-child {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.first\:rounded-r-sm:first-child {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.first\:rounded-b-sm:first-child {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.first\:rounded-l-sm:first-child {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.first\:rounded-t:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.first\:rounded-r:first-child {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.first\:rounded-b:first-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.first\:rounded-l:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.first\:rounded-t-lg:first-child {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.first\:rounded-r-lg:first-child {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.first\:rounded-b-lg:first-child {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.first\:rounded-l-lg:first-child {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.first\:rounded-t-full:first-child {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.first\:rounded-r-full:first-child {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.first\:rounded-b-full:first-child {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.first\:rounded-l-full:first-child {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.first\:rounded-tl-none:first-child {
  border-top-left-radius: 0;
}

.first\:rounded-tr-none:first-child {
  border-top-right-radius: 0;
}

.first\:rounded-br-none:first-child {
  border-bottom-right-radius: 0;
}

.first\:rounded-bl-none:first-child {
  border-bottom-left-radius: 0;
}

.first\:rounded-tl-sm:first-child {
  border-top-left-radius: 0.125rem;
}

.first\:rounded-tr-sm:first-child {
  border-top-right-radius: 0.125rem;
}

.first\:rounded-br-sm:first-child {
  border-bottom-right-radius: 0.125rem;
}

.first\:rounded-bl-sm:first-child {
  border-bottom-left-radius: 0.125rem;
}

.first\:rounded-tl:first-child {
  border-top-left-radius: 0.25rem;
}

.first\:rounded-tr:first-child {
  border-top-right-radius: 0.25rem;
}

.first\:rounded-br:first-child {
  border-bottom-right-radius: 0.25rem;
}

.first\:rounded-bl:first-child {
  border-bottom-left-radius: 0.25rem;
}

.first\:rounded-tl-lg:first-child {
  border-top-left-radius: 0.5rem;
}

.first\:rounded-tr-lg:first-child {
  border-top-right-radius: 0.5rem;
}

.first\:rounded-br-lg:first-child {
  border-bottom-right-radius: 0.5rem;
}

.first\:rounded-bl-lg:first-child {
  border-bottom-left-radius: 0.5rem;
}

.first\:rounded-tl-full:first-child {
  border-top-left-radius: 9999px;
}

.first\:rounded-tr-full:first-child {
  border-top-right-radius: 9999px;
}

.first\:rounded-br-full:first-child {
  border-bottom-right-radius: 9999px;
}

.first\:rounded-bl-full:first-child {
  border-bottom-left-radius: 9999px;
}

.last\:rounded-none:last-child {
  border-radius: 0;
}

.last\:rounded-sm:last-child {
  border-radius: 0.125rem;
}

.last\:rounded:last-child {
  border-radius: 0.25rem;
}

.last\:rounded-lg:last-child {
  border-radius: 0.5rem;
}

.last\:rounded-full:last-child {
  border-radius: 9999px;
}

.last\:rounded-t-none:last-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.last\:rounded-r-none:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.last\:rounded-b-none:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.last\:rounded-l-none:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.last\:rounded-t-sm:last-child {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.last\:rounded-r-sm:last-child {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.last\:rounded-b-sm:last-child {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.last\:rounded-l-sm:last-child {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.last\:rounded-t:last-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.last\:rounded-r:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.last\:rounded-b:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.last\:rounded-l:last-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.last\:rounded-t-lg:last-child {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.last\:rounded-r-lg:last-child {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.last\:rounded-b-lg:last-child {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.last\:rounded-l-lg:last-child {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.last\:rounded-t-full:last-child {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.last\:rounded-r-full:last-child {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.last\:rounded-b-full:last-child {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.last\:rounded-l-full:last-child {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.last\:rounded-tl-none:last-child {
  border-top-left-radius: 0;
}

.last\:rounded-tr-none:last-child {
  border-top-right-radius: 0;
}

.last\:rounded-br-none:last-child {
  border-bottom-right-radius: 0;
}

.last\:rounded-bl-none:last-child {
  border-bottom-left-radius: 0;
}

.last\:rounded-tl-sm:last-child {
  border-top-left-radius: 0.125rem;
}

.last\:rounded-tr-sm:last-child {
  border-top-right-radius: 0.125rem;
}

.last\:rounded-br-sm:last-child {
  border-bottom-right-radius: 0.125rem;
}

.last\:rounded-bl-sm:last-child {
  border-bottom-left-radius: 0.125rem;
}

.last\:rounded-tl:last-child {
  border-top-left-radius: 0.25rem;
}

.last\:rounded-tr:last-child {
  border-top-right-radius: 0.25rem;
}

.last\:rounded-br:last-child {
  border-bottom-right-radius: 0.25rem;
}

.last\:rounded-bl:last-child {
  border-bottom-left-radius: 0.25rem;
}

.last\:rounded-tl-lg:last-child {
  border-top-left-radius: 0.5rem;
}

.last\:rounded-tr-lg:last-child {
  border-top-right-radius: 0.5rem;
}

.last\:rounded-br-lg:last-child {
  border-bottom-right-radius: 0.5rem;
}

.last\:rounded-bl-lg:last-child {
  border-bottom-left-radius: 0.5rem;
}

.last\:rounded-tl-full:last-child {
  border-top-left-radius: 9999px;
}

.last\:rounded-tr-full:last-child {
  border-top-right-radius: 9999px;
}

.last\:rounded-br-full:last-child {
  border-bottom-right-radius: 9999px;
}

.last\:rounded-bl-full:last-child {
  border-bottom-left-radius: 9999px;
}

.odd\:rounded-none:nth-child(odd) {
  border-radius: 0;
}

.odd\:rounded-sm:nth-child(odd) {
  border-radius: 0.125rem;
}

.odd\:rounded:nth-child(odd) {
  border-radius: 0.25rem;
}

.odd\:rounded-lg:nth-child(odd) {
  border-radius: 0.5rem;
}

.odd\:rounded-full:nth-child(odd) {
  border-radius: 9999px;
}

.odd\:rounded-t-none:nth-child(odd) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.odd\:rounded-r-none:nth-child(odd) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.odd\:rounded-b-none:nth-child(odd) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.odd\:rounded-l-none:nth-child(odd) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.odd\:rounded-t-sm:nth-child(odd) {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.odd\:rounded-r-sm:nth-child(odd) {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.odd\:rounded-b-sm:nth-child(odd) {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.odd\:rounded-l-sm:nth-child(odd) {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.odd\:rounded-t:nth-child(odd) {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.odd\:rounded-r:nth-child(odd) {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.odd\:rounded-b:nth-child(odd) {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.odd\:rounded-l:nth-child(odd) {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.odd\:rounded-t-lg:nth-child(odd) {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.odd\:rounded-r-lg:nth-child(odd) {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.odd\:rounded-b-lg:nth-child(odd) {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.odd\:rounded-l-lg:nth-child(odd) {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.odd\:rounded-t-full:nth-child(odd) {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.odd\:rounded-r-full:nth-child(odd) {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.odd\:rounded-b-full:nth-child(odd) {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.odd\:rounded-l-full:nth-child(odd) {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.odd\:rounded-tl-none:nth-child(odd) {
  border-top-left-radius: 0;
}

.odd\:rounded-tr-none:nth-child(odd) {
  border-top-right-radius: 0;
}

.odd\:rounded-br-none:nth-child(odd) {
  border-bottom-right-radius: 0;
}

.odd\:rounded-bl-none:nth-child(odd) {
  border-bottom-left-radius: 0;
}

.odd\:rounded-tl-sm:nth-child(odd) {
  border-top-left-radius: 0.125rem;
}

.odd\:rounded-tr-sm:nth-child(odd) {
  border-top-right-radius: 0.125rem;
}

.odd\:rounded-br-sm:nth-child(odd) {
  border-bottom-right-radius: 0.125rem;
}

.odd\:rounded-bl-sm:nth-child(odd) {
  border-bottom-left-radius: 0.125rem;
}

.odd\:rounded-tl:nth-child(odd) {
  border-top-left-radius: 0.25rem;
}

.odd\:rounded-tr:nth-child(odd) {
  border-top-right-radius: 0.25rem;
}

.odd\:rounded-br:nth-child(odd) {
  border-bottom-right-radius: 0.25rem;
}

.odd\:rounded-bl:nth-child(odd) {
  border-bottom-left-radius: 0.25rem;
}

.odd\:rounded-tl-lg:nth-child(odd) {
  border-top-left-radius: 0.5rem;
}

.odd\:rounded-tr-lg:nth-child(odd) {
  border-top-right-radius: 0.5rem;
}

.odd\:rounded-br-lg:nth-child(odd) {
  border-bottom-right-radius: 0.5rem;
}

.odd\:rounded-bl-lg:nth-child(odd) {
  border-bottom-left-radius: 0.5rem;
}

.odd\:rounded-tl-full:nth-child(odd) {
  border-top-left-radius: 9999px;
}

.odd\:rounded-tr-full:nth-child(odd) {
  border-top-right-radius: 9999px;
}

.odd\:rounded-br-full:nth-child(odd) {
  border-bottom-right-radius: 9999px;
}

.odd\:rounded-bl-full:nth-child(odd) {
  border-bottom-left-radius: 9999px;
}

.even\:rounded-none:nth-child(even) {
  border-radius: 0;
}

.even\:rounded-sm:nth-child(even) {
  border-radius: 0.125rem;
}

.even\:rounded:nth-child(even) {
  border-radius: 0.25rem;
}

.even\:rounded-lg:nth-child(even) {
  border-radius: 0.5rem;
}

.even\:rounded-full:nth-child(even) {
  border-radius: 9999px;
}

.even\:rounded-t-none:nth-child(even) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.even\:rounded-r-none:nth-child(even) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.even\:rounded-b-none:nth-child(even) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.even\:rounded-l-none:nth-child(even) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.even\:rounded-t-sm:nth-child(even) {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.even\:rounded-r-sm:nth-child(even) {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.even\:rounded-b-sm:nth-child(even) {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.even\:rounded-l-sm:nth-child(even) {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.even\:rounded-t:nth-child(even) {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.even\:rounded-r:nth-child(even) {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.even\:rounded-b:nth-child(even) {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.even\:rounded-l:nth-child(even) {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.even\:rounded-t-lg:nth-child(even) {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.even\:rounded-r-lg:nth-child(even) {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.even\:rounded-b-lg:nth-child(even) {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.even\:rounded-l-lg:nth-child(even) {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.even\:rounded-t-full:nth-child(even) {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.even\:rounded-r-full:nth-child(even) {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.even\:rounded-b-full:nth-child(even) {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.even\:rounded-l-full:nth-child(even) {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.even\:rounded-tl-none:nth-child(even) {
  border-top-left-radius: 0;
}

.even\:rounded-tr-none:nth-child(even) {
  border-top-right-radius: 0;
}

.even\:rounded-br-none:nth-child(even) {
  border-bottom-right-radius: 0;
}

.even\:rounded-bl-none:nth-child(even) {
  border-bottom-left-radius: 0;
}

.even\:rounded-tl-sm:nth-child(even) {
  border-top-left-radius: 0.125rem;
}

.even\:rounded-tr-sm:nth-child(even) {
  border-top-right-radius: 0.125rem;
}

.even\:rounded-br-sm:nth-child(even) {
  border-bottom-right-radius: 0.125rem;
}

.even\:rounded-bl-sm:nth-child(even) {
  border-bottom-left-radius: 0.125rem;
}

.even\:rounded-tl:nth-child(even) {
  border-top-left-radius: 0.25rem;
}

.even\:rounded-tr:nth-child(even) {
  border-top-right-radius: 0.25rem;
}

.even\:rounded-br:nth-child(even) {
  border-bottom-right-radius: 0.25rem;
}

.even\:rounded-bl:nth-child(even) {
  border-bottom-left-radius: 0.25rem;
}

.even\:rounded-tl-lg:nth-child(even) {
  border-top-left-radius: 0.5rem;
}

.even\:rounded-tr-lg:nth-child(even) {
  border-top-right-radius: 0.5rem;
}

.even\:rounded-br-lg:nth-child(even) {
  border-bottom-right-radius: 0.5rem;
}

.even\:rounded-bl-lg:nth-child(even) {
  border-bottom-left-radius: 0.5rem;
}

.even\:rounded-tl-full:nth-child(even) {
  border-top-left-radius: 9999px;
}

.even\:rounded-tr-full:nth-child(even) {
  border-top-right-radius: 9999px;
}

.even\:rounded-br-full:nth-child(even) {
  border-bottom-right-radius: 9999px;
}

.even\:rounded-bl-full:nth-child(even) {
  border-bottom-left-radius: 9999px;
}

.hover\:rounded-none:hover {
  border-radius: 0;
}

.hover\:rounded-sm:hover {
  border-radius: 0.125rem;
}

.hover\:rounded:hover {
  border-radius: 0.25rem;
}

.hover\:rounded-lg:hover {
  border-radius: 0.5rem;
}

.hover\:rounded-full:hover {
  border-radius: 9999px;
}

.hover\:rounded-t-none:hover {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.hover\:rounded-r-none:hover {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.hover\:rounded-b-none:hover {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.hover\:rounded-l-none:hover {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.hover\:rounded-t-sm:hover {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.hover\:rounded-r-sm:hover {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.hover\:rounded-b-sm:hover {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.hover\:rounded-l-sm:hover {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.hover\:rounded-t:hover {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.hover\:rounded-r:hover {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.hover\:rounded-b:hover {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.hover\:rounded-l:hover {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.hover\:rounded-t-lg:hover {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.hover\:rounded-r-lg:hover {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.hover\:rounded-b-lg:hover {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.hover\:rounded-l-lg:hover {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.hover\:rounded-t-full:hover {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.hover\:rounded-r-full:hover {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.hover\:rounded-b-full:hover {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.hover\:rounded-l-full:hover {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.hover\:rounded-tl-none:hover {
  border-top-left-radius: 0;
}

.hover\:rounded-tr-none:hover {
  border-top-right-radius: 0;
}

.hover\:rounded-br-none:hover {
  border-bottom-right-radius: 0;
}

.hover\:rounded-bl-none:hover {
  border-bottom-left-radius: 0;
}

.hover\:rounded-tl-sm:hover {
  border-top-left-radius: 0.125rem;
}

.hover\:rounded-tr-sm:hover {
  border-top-right-radius: 0.125rem;
}

.hover\:rounded-br-sm:hover {
  border-bottom-right-radius: 0.125rem;
}

.hover\:rounded-bl-sm:hover {
  border-bottom-left-radius: 0.125rem;
}

.hover\:rounded-tl:hover {
  border-top-left-radius: 0.25rem;
}

.hover\:rounded-tr:hover {
  border-top-right-radius: 0.25rem;
}

.hover\:rounded-br:hover {
  border-bottom-right-radius: 0.25rem;
}

.hover\:rounded-bl:hover {
  border-bottom-left-radius: 0.25rem;
}

.hover\:rounded-tl-lg:hover {
  border-top-left-radius: 0.5rem;
}

.hover\:rounded-tr-lg:hover {
  border-top-right-radius: 0.5rem;
}

.hover\:rounded-br-lg:hover {
  border-bottom-right-radius: 0.5rem;
}

.hover\:rounded-bl-lg:hover {
  border-bottom-left-radius: 0.5rem;
}

.hover\:rounded-tl-full:hover {
  border-top-left-radius: 9999px;
}

.hover\:rounded-tr-full:hover {
  border-top-right-radius: 9999px;
}

.hover\:rounded-br-full:hover {
  border-bottom-right-radius: 9999px;
}

.hover\:rounded-bl-full:hover {
  border-bottom-left-radius: 9999px;
}

.focus\:rounded-none:focus {
  border-radius: 0;
}

.focus\:rounded-sm:focus {
  border-radius: 0.125rem;
}

.focus\:rounded:focus {
  border-radius: 0.25rem;
}

.focus\:rounded-lg:focus {
  border-radius: 0.5rem;
}

.focus\:rounded-full:focus {
  border-radius: 9999px;
}

.focus\:rounded-t-none:focus {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.focus\:rounded-r-none:focus {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.focus\:rounded-b-none:focus {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.focus\:rounded-l-none:focus {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.focus\:rounded-t-sm:focus {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.focus\:rounded-r-sm:focus {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.focus\:rounded-b-sm:focus {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.focus\:rounded-l-sm:focus {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.focus\:rounded-t:focus {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.focus\:rounded-r:focus {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.focus\:rounded-b:focus {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.focus\:rounded-l:focus {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.focus\:rounded-t-lg:focus {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.focus\:rounded-r-lg:focus {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.focus\:rounded-b-lg:focus {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.focus\:rounded-l-lg:focus {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.focus\:rounded-t-full:focus {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.focus\:rounded-r-full:focus {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.focus\:rounded-b-full:focus {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.focus\:rounded-l-full:focus {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.focus\:rounded-tl-none:focus {
  border-top-left-radius: 0;
}

.focus\:rounded-tr-none:focus {
  border-top-right-radius: 0;
}

.focus\:rounded-br-none:focus {
  border-bottom-right-radius: 0;
}

.focus\:rounded-bl-none:focus {
  border-bottom-left-radius: 0;
}

.focus\:rounded-tl-sm:focus {
  border-top-left-radius: 0.125rem;
}

.focus\:rounded-tr-sm:focus {
  border-top-right-radius: 0.125rem;
}

.focus\:rounded-br-sm:focus {
  border-bottom-right-radius: 0.125rem;
}

.focus\:rounded-bl-sm:focus {
  border-bottom-left-radius: 0.125rem;
}

.focus\:rounded-tl:focus {
  border-top-left-radius: 0.25rem;
}

.focus\:rounded-tr:focus {
  border-top-right-radius: 0.25rem;
}

.focus\:rounded-br:focus {
  border-bottom-right-radius: 0.25rem;
}

.focus\:rounded-bl:focus {
  border-bottom-left-radius: 0.25rem;
}

.focus\:rounded-tl-lg:focus {
  border-top-left-radius: 0.5rem;
}

.focus\:rounded-tr-lg:focus {
  border-top-right-radius: 0.5rem;
}

.focus\:rounded-br-lg:focus {
  border-bottom-right-radius: 0.5rem;
}

.focus\:rounded-bl-lg:focus {
  border-bottom-left-radius: 0.5rem;
}

.focus\:rounded-tl-full:focus {
  border-top-left-radius: 9999px;
}

.focus\:rounded-tr-full:focus {
  border-top-right-radius: 9999px;
}

.focus\:rounded-br-full:focus {
  border-bottom-right-radius: 9999px;
}

.focus\:rounded-bl-full:focus {
  border-bottom-left-radius: 9999px;
}

.active\:rounded-none:active {
  border-radius: 0;
}

.active\:rounded-sm:active {
  border-radius: 0.125rem;
}

.active\:rounded:active {
  border-radius: 0.25rem;
}

.active\:rounded-lg:active {
  border-radius: 0.5rem;
}

.active\:rounded-full:active {
  border-radius: 9999px;
}

.active\:rounded-t-none:active {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.active\:rounded-r-none:active {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.active\:rounded-b-none:active {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.active\:rounded-l-none:active {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.active\:rounded-t-sm:active {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.active\:rounded-r-sm:active {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.active\:rounded-b-sm:active {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.active\:rounded-l-sm:active {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.active\:rounded-t:active {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.active\:rounded-r:active {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.active\:rounded-b:active {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.active\:rounded-l:active {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.active\:rounded-t-lg:active {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.active\:rounded-r-lg:active {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.active\:rounded-b-lg:active {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.active\:rounded-l-lg:active {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.active\:rounded-t-full:active {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.active\:rounded-r-full:active {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.active\:rounded-b-full:active {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.active\:rounded-l-full:active {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.active\:rounded-tl-none:active {
  border-top-left-radius: 0;
}

.active\:rounded-tr-none:active {
  border-top-right-radius: 0;
}

.active\:rounded-br-none:active {
  border-bottom-right-radius: 0;
}

.active\:rounded-bl-none:active {
  border-bottom-left-radius: 0;
}

.active\:rounded-tl-sm:active {
  border-top-left-radius: 0.125rem;
}

.active\:rounded-tr-sm:active {
  border-top-right-radius: 0.125rem;
}

.active\:rounded-br-sm:active {
  border-bottom-right-radius: 0.125rem;
}

.active\:rounded-bl-sm:active {
  border-bottom-left-radius: 0.125rem;
}

.active\:rounded-tl:active {
  border-top-left-radius: 0.25rem;
}

.active\:rounded-tr:active {
  border-top-right-radius: 0.25rem;
}

.active\:rounded-br:active {
  border-bottom-right-radius: 0.25rem;
}

.active\:rounded-bl:active {
  border-bottom-left-radius: 0.25rem;
}

.active\:rounded-tl-lg:active {
  border-top-left-radius: 0.5rem;
}

.active\:rounded-tr-lg:active {
  border-top-right-radius: 0.5rem;
}

.active\:rounded-br-lg:active {
  border-bottom-right-radius: 0.5rem;
}

.active\:rounded-bl-lg:active {
  border-bottom-left-radius: 0.5rem;
}

.active\:rounded-tl-full:active {
  border-top-left-radius: 9999px;
}

.active\:rounded-tr-full:active {
  border-top-right-radius: 9999px;
}

.active\:rounded-br-full:active {
  border-bottom-right-radius: 9999px;
}

.active\:rounded-bl-full:active {
  border-bottom-left-radius: 9999px;
}

.visited\:rounded-none:visited {
  border-radius: 0;
}

.visited\:rounded-sm:visited {
  border-radius: 0.125rem;
}

.visited\:rounded:visited {
  border-radius: 0.25rem;
}

.visited\:rounded-lg:visited {
  border-radius: 0.5rem;
}

.visited\:rounded-full:visited {
  border-radius: 9999px;
}

.visited\:rounded-t-none:visited {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.visited\:rounded-r-none:visited {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.visited\:rounded-b-none:visited {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.visited\:rounded-l-none:visited {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.visited\:rounded-t-sm:visited {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.visited\:rounded-r-sm:visited {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.visited\:rounded-b-sm:visited {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.visited\:rounded-l-sm:visited {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.visited\:rounded-t:visited {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.visited\:rounded-r:visited {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.visited\:rounded-b:visited {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.visited\:rounded-l:visited {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.visited\:rounded-t-lg:visited {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.visited\:rounded-r-lg:visited {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.visited\:rounded-b-lg:visited {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.visited\:rounded-l-lg:visited {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.visited\:rounded-t-full:visited {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.visited\:rounded-r-full:visited {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.visited\:rounded-b-full:visited {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.visited\:rounded-l-full:visited {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.visited\:rounded-tl-none:visited {
  border-top-left-radius: 0;
}

.visited\:rounded-tr-none:visited {
  border-top-right-radius: 0;
}

.visited\:rounded-br-none:visited {
  border-bottom-right-radius: 0;
}

.visited\:rounded-bl-none:visited {
  border-bottom-left-radius: 0;
}

.visited\:rounded-tl-sm:visited {
  border-top-left-radius: 0.125rem;
}

.visited\:rounded-tr-sm:visited {
  border-top-right-radius: 0.125rem;
}

.visited\:rounded-br-sm:visited {
  border-bottom-right-radius: 0.125rem;
}

.visited\:rounded-bl-sm:visited {
  border-bottom-left-radius: 0.125rem;
}

.visited\:rounded-tl:visited {
  border-top-left-radius: 0.25rem;
}

.visited\:rounded-tr:visited {
  border-top-right-radius: 0.25rem;
}

.visited\:rounded-br:visited {
  border-bottom-right-radius: 0.25rem;
}

.visited\:rounded-bl:visited {
  border-bottom-left-radius: 0.25rem;
}

.visited\:rounded-tl-lg:visited {
  border-top-left-radius: 0.5rem;
}

.visited\:rounded-tr-lg:visited {
  border-top-right-radius: 0.5rem;
}

.visited\:rounded-br-lg:visited {
  border-bottom-right-radius: 0.5rem;
}

.visited\:rounded-bl-lg:visited {
  border-bottom-left-radius: 0.5rem;
}

.visited\:rounded-tl-full:visited {
  border-top-left-radius: 9999px;
}

.visited\:rounded-tr-full:visited {
  border-top-right-radius: 9999px;
}

.visited\:rounded-br-full:visited {
  border-bottom-right-radius: 9999px;
}

.visited\:rounded-bl-full:visited {
  border-bottom-left-radius: 9999px;
}

.disabled\:rounded-none:disabled {
  border-radius: 0;
}

.disabled\:rounded-sm:disabled {
  border-radius: 0.125rem;
}

.disabled\:rounded:disabled {
  border-radius: 0.25rem;
}

.disabled\:rounded-lg:disabled {
  border-radius: 0.5rem;
}

.disabled\:rounded-full:disabled {
  border-radius: 9999px;
}

.disabled\:rounded-t-none:disabled {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.disabled\:rounded-r-none:disabled {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.disabled\:rounded-b-none:disabled {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.disabled\:rounded-l-none:disabled {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.disabled\:rounded-t-sm:disabled {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.disabled\:rounded-r-sm:disabled {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.disabled\:rounded-b-sm:disabled {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.disabled\:rounded-l-sm:disabled {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.disabled\:rounded-t:disabled {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.disabled\:rounded-r:disabled {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.disabled\:rounded-b:disabled {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.disabled\:rounded-l:disabled {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.disabled\:rounded-t-lg:disabled {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.disabled\:rounded-r-lg:disabled {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.disabled\:rounded-b-lg:disabled {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.disabled\:rounded-l-lg:disabled {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.disabled\:rounded-t-full:disabled {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.disabled\:rounded-r-full:disabled {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.disabled\:rounded-b-full:disabled {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.disabled\:rounded-l-full:disabled {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.disabled\:rounded-tl-none:disabled {
  border-top-left-radius: 0;
}

.disabled\:rounded-tr-none:disabled {
  border-top-right-radius: 0;
}

.disabled\:rounded-br-none:disabled {
  border-bottom-right-radius: 0;
}

.disabled\:rounded-bl-none:disabled {
  border-bottom-left-radius: 0;
}

.disabled\:rounded-tl-sm:disabled {
  border-top-left-radius: 0.125rem;
}

.disabled\:rounded-tr-sm:disabled {
  border-top-right-radius: 0.125rem;
}

.disabled\:rounded-br-sm:disabled {
  border-bottom-right-radius: 0.125rem;
}

.disabled\:rounded-bl-sm:disabled {
  border-bottom-left-radius: 0.125rem;
}

.disabled\:rounded-tl:disabled {
  border-top-left-radius: 0.25rem;
}

.disabled\:rounded-tr:disabled {
  border-top-right-radius: 0.25rem;
}

.disabled\:rounded-br:disabled {
  border-bottom-right-radius: 0.25rem;
}

.disabled\:rounded-bl:disabled {
  border-bottom-left-radius: 0.25rem;
}

.disabled\:rounded-tl-lg:disabled {
  border-top-left-radius: 0.5rem;
}

.disabled\:rounded-tr-lg:disabled {
  border-top-right-radius: 0.5rem;
}

.disabled\:rounded-br-lg:disabled {
  border-bottom-right-radius: 0.5rem;
}

.disabled\:rounded-bl-lg:disabled {
  border-bottom-left-radius: 0.5rem;
}

.disabled\:rounded-tl-full:disabled {
  border-top-left-radius: 9999px;
}

.disabled\:rounded-tr-full:disabled {
  border-top-right-radius: 9999px;
}

.disabled\:rounded-br-full:disabled {
  border-bottom-right-radius: 9999px;
}

.disabled\:rounded-bl-full:disabled {
  border-bottom-left-radius: 9999px;
}

.border-solid {
  border-style: solid;
}

.border-dashed {
  border-style: dashed;
}

.border-dotted {
  border-style: dotted;
}

.border-double {
  border-style: double;
}

.border-none {
  border-style: none;
}

.group:hover .group-hover\:border-solid {
  border-style: solid;
}

.group:hover .group-hover\:border-dashed {
  border-style: dashed;
}

.group:hover .group-hover\:border-dotted {
  border-style: dotted;
}

.group:hover .group-hover\:border-double {
  border-style: double;
}

.group:hover .group-hover\:border-none {
  border-style: none;
}

.focus-within\:border-solid:focus-within {
  border-style: solid;
}

.focus-within\:border-dashed:focus-within {
  border-style: dashed;
}

.focus-within\:border-dotted:focus-within {
  border-style: dotted;
}

.focus-within\:border-double:focus-within {
  border-style: double;
}

.focus-within\:border-none:focus-within {
  border-style: none;
}

.first\:border-solid:first-child {
  border-style: solid;
}

.first\:border-dashed:first-child {
  border-style: dashed;
}

.first\:border-dotted:first-child {
  border-style: dotted;
}

.first\:border-double:first-child {
  border-style: double;
}

.first\:border-none:first-child {
  border-style: none;
}

.last\:border-solid:last-child {
  border-style: solid;
}

.last\:border-dashed:last-child {
  border-style: dashed;
}

.last\:border-dotted:last-child {
  border-style: dotted;
}

.last\:border-double:last-child {
  border-style: double;
}

.last\:border-none:last-child {
  border-style: none;
}

.odd\:border-solid:nth-child(odd) {
  border-style: solid;
}

.odd\:border-dashed:nth-child(odd) {
  border-style: dashed;
}

.odd\:border-dotted:nth-child(odd) {
  border-style: dotted;
}

.odd\:border-double:nth-child(odd) {
  border-style: double;
}

.odd\:border-none:nth-child(odd) {
  border-style: none;
}

.even\:border-solid:nth-child(even) {
  border-style: solid;
}

.even\:border-dashed:nth-child(even) {
  border-style: dashed;
}

.even\:border-dotted:nth-child(even) {
  border-style: dotted;
}

.even\:border-double:nth-child(even) {
  border-style: double;
}

.even\:border-none:nth-child(even) {
  border-style: none;
}

.hover\:border-solid:hover {
  border-style: solid;
}

.hover\:border-dashed:hover {
  border-style: dashed;
}

.hover\:border-dotted:hover {
  border-style: dotted;
}

.hover\:border-double:hover {
  border-style: double;
}

.hover\:border-none:hover {
  border-style: none;
}

.focus\:border-solid:focus {
  border-style: solid;
}

.focus\:border-dashed:focus {
  border-style: dashed;
}

.focus\:border-dotted:focus {
  border-style: dotted;
}

.focus\:border-double:focus {
  border-style: double;
}

.focus\:border-none:focus {
  border-style: none;
}

.active\:border-solid:active {
  border-style: solid;
}

.active\:border-dashed:active {
  border-style: dashed;
}

.active\:border-dotted:active {
  border-style: dotted;
}

.active\:border-double:active {
  border-style: double;
}

.active\:border-none:active {
  border-style: none;
}

.visited\:border-solid:visited {
  border-style: solid;
}

.visited\:border-dashed:visited {
  border-style: dashed;
}

.visited\:border-dotted:visited {
  border-style: dotted;
}

.visited\:border-double:visited {
  border-style: double;
}

.visited\:border-none:visited {
  border-style: none;
}

.disabled\:border-solid:disabled {
  border-style: solid;
}

.disabled\:border-dashed:disabled {
  border-style: dashed;
}

.disabled\:border-dotted:disabled {
  border-style: dotted;
}

.disabled\:border-double:disabled {
  border-style: double;
}

.disabled\:border-none:disabled {
  border-style: none;
}

.border-0 {
  border-width: 0;
}

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

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

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

.border {
  border-width: 1px;
}

.border-t-0 {
  border-top-width: 0;
}

.border-r-0 {
  border-right-width: 0;
}

.border-b-0 {
  border-bottom-width: 0;
}

.border-l-0 {
  border-left-width: 0;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-r-2 {
  border-right-width: 2px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-t-4 {
  border-top-width: 4px;
}

.border-r-4 {
  border-right-width: 4px;
}

.border-b-4 {
  border-bottom-width: 4px;
}

.border-l-4 {
  border-left-width: 4px;
}

.border-t-8 {
  border-top-width: 8px;
}

.border-r-8 {
  border-right-width: 8px;
}

.border-b-8 {
  border-bottom-width: 8px;
}

.border-l-8 {
  border-left-width: 8px;
}

.border-t {
  border-top-width: 1px;
}

.border-r {
  border-right-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-l {
  border-left-width: 1px;
}

.group:hover .group-hover\:border-0 {
  border-width: 0;
}

.group:hover .group-hover\:border-2 {
  border-width: 2px;
}

.group:hover .group-hover\:border-4 {
  border-width: 4px;
}

.group:hover .group-hover\:border-8 {
  border-width: 8px;
}

.group:hover .group-hover\:border {
  border-width: 1px;
}

.group:hover .group-hover\:border-t-0 {
  border-top-width: 0;
}

.group:hover .group-hover\:border-r-0 {
  border-right-width: 0;
}

.group:hover .group-hover\:border-b-0 {
  border-bottom-width: 0;
}

.group:hover .group-hover\:border-l-0 {
  border-left-width: 0;
}

.group:hover .group-hover\:border-t-2 {
  border-top-width: 2px;
}

.group:hover .group-hover\:border-r-2 {
  border-right-width: 2px;
}

.group:hover .group-hover\:border-b-2 {
  border-bottom-width: 2px;
}

.group:hover .group-hover\:border-l-2 {
  border-left-width: 2px;
}

.group:hover .group-hover\:border-t-4 {
  border-top-width: 4px;
}

.group:hover .group-hover\:border-r-4 {
  border-right-width: 4px;
}

.group:hover .group-hover\:border-b-4 {
  border-bottom-width: 4px;
}

.group:hover .group-hover\:border-l-4 {
  border-left-width: 4px;
}

.group:hover .group-hover\:border-t-8 {
  border-top-width: 8px;
}

.group:hover .group-hover\:border-r-8 {
  border-right-width: 8px;
}

.group:hover .group-hover\:border-b-8 {
  border-bottom-width: 8px;
}

.group:hover .group-hover\:border-l-8 {
  border-left-width: 8px;
}

.group:hover .group-hover\:border-t {
  border-top-width: 1px;
}

.group:hover .group-hover\:border-r {
  border-right-width: 1px;
}

.group:hover .group-hover\:border-b {
  border-bottom-width: 1px;
}

.group:hover .group-hover\:border-l {
  border-left-width: 1px;
}

.focus-within\:border-0:focus-within {
  border-width: 0;
}

.focus-within\:border-2:focus-within {
  border-width: 2px;
}

.focus-within\:border-4:focus-within {
  border-width: 4px;
}

.focus-within\:border-8:focus-within {
  border-width: 8px;
}

.focus-within\:border:focus-within {
  border-width: 1px;
}

.focus-within\:border-t-0:focus-within {
  border-top-width: 0;
}

.focus-within\:border-r-0:focus-within {
  border-right-width: 0;
}

.focus-within\:border-b-0:focus-within {
  border-bottom-width: 0;
}

.focus-within\:border-l-0:focus-within {
  border-left-width: 0;
}

.focus-within\:border-t-2:focus-within {
  border-top-width: 2px;
}

.focus-within\:border-r-2:focus-within {
  border-right-width: 2px;
}

.focus-within\:border-b-2:focus-within {
  border-bottom-width: 2px;
}

.focus-within\:border-l-2:focus-within {
  border-left-width: 2px;
}

.focus-within\:border-t-4:focus-within {
  border-top-width: 4px;
}

.focus-within\:border-r-4:focus-within {
  border-right-width: 4px;
}

.focus-within\:border-b-4:focus-within {
  border-bottom-width: 4px;
}

.focus-within\:border-l-4:focus-within {
  border-left-width: 4px;
}

.focus-within\:border-t-8:focus-within {
  border-top-width: 8px;
}

.focus-within\:border-r-8:focus-within {
  border-right-width: 8px;
}

.focus-within\:border-b-8:focus-within {
  border-bottom-width: 8px;
}

.focus-within\:border-l-8:focus-within {
  border-left-width: 8px;
}

.focus-within\:border-t:focus-within {
  border-top-width: 1px;
}

.focus-within\:border-r:focus-within {
  border-right-width: 1px;
}

.focus-within\:border-b:focus-within {
  border-bottom-width: 1px;
}

.focus-within\:border-l:focus-within {
  border-left-width: 1px;
}

.first\:border-0:first-child {
  border-width: 0;
}

.first\:border-2:first-child {
  border-width: 2px;
}

.first\:border-4:first-child {
  border-width: 4px;
}

.first\:border-8:first-child {
  border-width: 8px;
}

.first\:border:first-child {
  border-width: 1px;
}

.first\:border-t-0:first-child {
  border-top-width: 0;
}

.first\:border-r-0:first-child {
  border-right-width: 0;
}

.first\:border-b-0:first-child {
  border-bottom-width: 0;
}

.first\:border-l-0:first-child {
  border-left-width: 0;
}

.first\:border-t-2:first-child {
  border-top-width: 2px;
}

.first\:border-r-2:first-child {
  border-right-width: 2px;
}

.first\:border-b-2:first-child {
  border-bottom-width: 2px;
}

.first\:border-l-2:first-child {
  border-left-width: 2px;
}

.first\:border-t-4:first-child {
  border-top-width: 4px;
}

.first\:border-r-4:first-child {
  border-right-width: 4px;
}

.first\:border-b-4:first-child {
  border-bottom-width: 4px;
}

.first\:border-l-4:first-child {
  border-left-width: 4px;
}

.first\:border-t-8:first-child {
  border-top-width: 8px;
}

.first\:border-r-8:first-child {
  border-right-width: 8px;
}

.first\:border-b-8:first-child {
  border-bottom-width: 8px;
}

.first\:border-l-8:first-child {
  border-left-width: 8px;
}

.first\:border-t:first-child {
  border-top-width: 1px;
}

.first\:border-r:first-child {
  border-right-width: 1px;
}

.first\:border-b:first-child {
  border-bottom-width: 1px;
}

.first\:border-l:first-child {
  border-left-width: 1px;
}

.last\:border-0:last-child {
  border-width: 0;
}

.last\:border-2:last-child {
  border-width: 2px;
}

.last\:border-4:last-child {
  border-width: 4px;
}

.last\:border-8:last-child {
  border-width: 8px;
}

.last\:border:last-child {
  border-width: 1px;
}

.last\:border-t-0:last-child {
  border-top-width: 0;
}

.last\:border-r-0:last-child {
  border-right-width: 0;
}

.last\:border-b-0:last-child {
  border-bottom-width: 0;
}

.last\:border-l-0:last-child {
  border-left-width: 0;
}

.last\:border-t-2:last-child {
  border-top-width: 2px;
}

.last\:border-r-2:last-child {
  border-right-width: 2px;
}

.last\:border-b-2:last-child {
  border-bottom-width: 2px;
}

.last\:border-l-2:last-child {
  border-left-width: 2px;
}

.last\:border-t-4:last-child {
  border-top-width: 4px;
}

.last\:border-r-4:last-child {
  border-right-width: 4px;
}

.last\:border-b-4:last-child {
  border-bottom-width: 4px;
}

.last\:border-l-4:last-child {
  border-left-width: 4px;
}

.last\:border-t-8:last-child {
  border-top-width: 8px;
}

.last\:border-r-8:last-child {
  border-right-width: 8px;
}

.last\:border-b-8:last-child {
  border-bottom-width: 8px;
}

.last\:border-l-8:last-child {
  border-left-width: 8px;
}

.last\:border-t:last-child {
  border-top-width: 1px;
}

.last\:border-r:last-child {
  border-right-width: 1px;
}

.last\:border-b:last-child {
  border-bottom-width: 1px;
}

.last\:border-l:last-child {
  border-left-width: 1px;
}

.odd\:border-0:nth-child(odd) {
  border-width: 0;
}

.odd\:border-2:nth-child(odd) {
  border-width: 2px;
}

.odd\:border-4:nth-child(odd) {
  border-width: 4px;
}

.odd\:border-8:nth-child(odd) {
  border-width: 8px;
}

.odd\:border:nth-child(odd) {
  border-width: 1px;
}

.odd\:border-t-0:nth-child(odd) {
  border-top-width: 0;
}

.odd\:border-r-0:nth-child(odd) {
  border-right-width: 0;
}

.odd\:border-b-0:nth-child(odd) {
  border-bottom-width: 0;
}

.odd\:border-l-0:nth-child(odd) {
  border-left-width: 0;
}

.odd\:border-t-2:nth-child(odd) {
  border-top-width: 2px;
}

.odd\:border-r-2:nth-child(odd) {
  border-right-width: 2px;
}

.odd\:border-b-2:nth-child(odd) {
  border-bottom-width: 2px;
}

.odd\:border-l-2:nth-child(odd) {
  border-left-width: 2px;
}

.odd\:border-t-4:nth-child(odd) {
  border-top-width: 4px;
}

.odd\:border-r-4:nth-child(odd) {
  border-right-width: 4px;
}

.odd\:border-b-4:nth-child(odd) {
  border-bottom-width: 4px;
}

.odd\:border-l-4:nth-child(odd) {
  border-left-width: 4px;
}

.odd\:border-t-8:nth-child(odd) {
  border-top-width: 8px;
}

.odd\:border-r-8:nth-child(odd) {
  border-right-width: 8px;
}

.odd\:border-b-8:nth-child(odd) {
  border-bottom-width: 8px;
}

.odd\:border-l-8:nth-child(odd) {
  border-left-width: 8px;
}

.odd\:border-t:nth-child(odd) {
  border-top-width: 1px;
}

.odd\:border-r:nth-child(odd) {
  border-right-width: 1px;
}

.odd\:border-b:nth-child(odd) {
  border-bottom-width: 1px;
}

.odd\:border-l:nth-child(odd) {
  border-left-width: 1px;
}

.even\:border-0:nth-child(even) {
  border-width: 0;
}

.even\:border-2:nth-child(even) {
  border-width: 2px;
}

.even\:border-4:nth-child(even) {
  border-width: 4px;
}

.even\:border-8:nth-child(even) {
  border-width: 8px;
}

.even\:border:nth-child(even) {
  border-width: 1px;
}

.even\:border-t-0:nth-child(even) {
  border-top-width: 0;
}

.even\:border-r-0:nth-child(even) {
  border-right-width: 0;
}

.even\:border-b-0:nth-child(even) {
  border-bottom-width: 0;
}

.even\:border-l-0:nth-child(even) {
  border-left-width: 0;
}

.even\:border-t-2:nth-child(even) {
  border-top-width: 2px;
}

.even\:border-r-2:nth-child(even) {
  border-right-width: 2px;
}

.even\:border-b-2:nth-child(even) {
  border-bottom-width: 2px;
}

.even\:border-l-2:nth-child(even) {
  border-left-width: 2px;
}

.even\:border-t-4:nth-child(even) {
  border-top-width: 4px;
}

.even\:border-r-4:nth-child(even) {
  border-right-width: 4px;
}

.even\:border-b-4:nth-child(even) {
  border-bottom-width: 4px;
}

.even\:border-l-4:nth-child(even) {
  border-left-width: 4px;
}

.even\:border-t-8:nth-child(even) {
  border-top-width: 8px;
}

.even\:border-r-8:nth-child(even) {
  border-right-width: 8px;
}

.even\:border-b-8:nth-child(even) {
  border-bottom-width: 8px;
}

.even\:border-l-8:nth-child(even) {
  border-left-width: 8px;
}

.even\:border-t:nth-child(even) {
  border-top-width: 1px;
}

.even\:border-r:nth-child(even) {
  border-right-width: 1px;
}

.even\:border-b:nth-child(even) {
  border-bottom-width: 1px;
}

.even\:border-l:nth-child(even) {
  border-left-width: 1px;
}

.hover\:border-0:hover {
  border-width: 0;
}

.hover\:border-2:hover {
  border-width: 2px;
}

.hover\:border-4:hover {
  border-width: 4px;
}

.hover\:border-8:hover {
  border-width: 8px;
}

.hover\:border:hover {
  border-width: 1px;
}

.hover\:border-t-0:hover {
  border-top-width: 0;
}

.hover\:border-r-0:hover {
  border-right-width: 0;
}

.hover\:border-b-0:hover {
  border-bottom-width: 0;
}

.hover\:border-l-0:hover {
  border-left-width: 0;
}

.hover\:border-t-2:hover {
  border-top-width: 2px;
}

.hover\:border-r-2:hover {
  border-right-width: 2px;
}

.hover\:border-b-2:hover {
  border-bottom-width: 2px;
}

.hover\:border-l-2:hover {
  border-left-width: 2px;
}

.hover\:border-t-4:hover {
  border-top-width: 4px;
}

.hover\:border-r-4:hover {
  border-right-width: 4px;
}

.hover\:border-b-4:hover {
  border-bottom-width: 4px;
}

.hover\:border-l-4:hover {
  border-left-width: 4px;
}

.hover\:border-t-8:hover {
  border-top-width: 8px;
}

.hover\:border-r-8:hover {
  border-right-width: 8px;
}

.hover\:border-b-8:hover {
  border-bottom-width: 8px;
}

.hover\:border-l-8:hover {
  border-left-width: 8px;
}

.hover\:border-t:hover {
  border-top-width: 1px;
}

.hover\:border-r:hover {
  border-right-width: 1px;
}

.hover\:border-b:hover {
  border-bottom-width: 1px;
}

.hover\:border-l:hover {
  border-left-width: 1px;
}

.focus\:border-0:focus {
  border-width: 0;
}

.focus\:border-2:focus {
  border-width: 2px;
}

.focus\:border-4:focus {
  border-width: 4px;
}

.focus\:border-8:focus {
  border-width: 8px;
}

.focus\:border:focus {
  border-width: 1px;
}

.focus\:border-t-0:focus {
  border-top-width: 0;
}

.focus\:border-r-0:focus {
  border-right-width: 0;
}

.focus\:border-b-0:focus {
  border-bottom-width: 0;
}

.focus\:border-l-0:focus {
  border-left-width: 0;
}

.focus\:border-t-2:focus {
  border-top-width: 2px;
}

.focus\:border-r-2:focus {
  border-right-width: 2px;
}

.focus\:border-b-2:focus {
  border-bottom-width: 2px;
}

.focus\:border-l-2:focus {
  border-left-width: 2px;
}

.focus\:border-t-4:focus {
  border-top-width: 4px;
}

.focus\:border-r-4:focus {
  border-right-width: 4px;
}

.focus\:border-b-4:focus {
  border-bottom-width: 4px;
}

.focus\:border-l-4:focus {
  border-left-width: 4px;
}

.focus\:border-t-8:focus {
  border-top-width: 8px;
}

.focus\:border-r-8:focus {
  border-right-width: 8px;
}

.focus\:border-b-8:focus {
  border-bottom-width: 8px;
}

.focus\:border-l-8:focus {
  border-left-width: 8px;
}

.focus\:border-t:focus {
  border-top-width: 1px;
}

.focus\:border-r:focus {
  border-right-width: 1px;
}

.focus\:border-b:focus {
  border-bottom-width: 1px;
}

.focus\:border-l:focus {
  border-left-width: 1px;
}

.active\:border-0:active {
  border-width: 0;
}

.active\:border-2:active {
  border-width: 2px;
}

.active\:border-4:active {
  border-width: 4px;
}

.active\:border-8:active {
  border-width: 8px;
}

.active\:border:active {
  border-width: 1px;
}

.active\:border-t-0:active {
  border-top-width: 0;
}

.active\:border-r-0:active {
  border-right-width: 0;
}

.active\:border-b-0:active {
  border-bottom-width: 0;
}

.active\:border-l-0:active {
  border-left-width: 0;
}

.active\:border-t-2:active {
  border-top-width: 2px;
}

.active\:border-r-2:active {
  border-right-width: 2px;
}

.active\:border-b-2:active {
  border-bottom-width: 2px;
}

.active\:border-l-2:active {
  border-left-width: 2px;
}

.active\:border-t-4:active {
  border-top-width: 4px;
}

.active\:border-r-4:active {
  border-right-width: 4px;
}

.active\:border-b-4:active {
  border-bottom-width: 4px;
}

.active\:border-l-4:active {
  border-left-width: 4px;
}

.active\:border-t-8:active {
  border-top-width: 8px;
}

.active\:border-r-8:active {
  border-right-width: 8px;
}

.active\:border-b-8:active {
  border-bottom-width: 8px;
}

.active\:border-l-8:active {
  border-left-width: 8px;
}

.active\:border-t:active {
  border-top-width: 1px;
}

.active\:border-r:active {
  border-right-width: 1px;
}

.active\:border-b:active {
  border-bottom-width: 1px;
}

.active\:border-l:active {
  border-left-width: 1px;
}

.visited\:border-0:visited {
  border-width: 0;
}

.visited\:border-2:visited {
  border-width: 2px;
}

.visited\:border-4:visited {
  border-width: 4px;
}

.visited\:border-8:visited {
  border-width: 8px;
}

.visited\:border:visited {
  border-width: 1px;
}

.visited\:border-t-0:visited {
  border-top-width: 0;
}

.visited\:border-r-0:visited {
  border-right-width: 0;
}

.visited\:border-b-0:visited {
  border-bottom-width: 0;
}

.visited\:border-l-0:visited {
  border-left-width: 0;
}

.visited\:border-t-2:visited {
  border-top-width: 2px;
}

.visited\:border-r-2:visited {
  border-right-width: 2px;
}

.visited\:border-b-2:visited {
  border-bottom-width: 2px;
}

.visited\:border-l-2:visited {
  border-left-width: 2px;
}

.visited\:border-t-4:visited {
  border-top-width: 4px;
}

.visited\:border-r-4:visited {
  border-right-width: 4px;
}

.visited\:border-b-4:visited {
  border-bottom-width: 4px;
}

.visited\:border-l-4:visited {
  border-left-width: 4px;
}

.visited\:border-t-8:visited {
  border-top-width: 8px;
}

.visited\:border-r-8:visited {
  border-right-width: 8px;
}

.visited\:border-b-8:visited {
  border-bottom-width: 8px;
}

.visited\:border-l-8:visited {
  border-left-width: 8px;
}

.visited\:border-t:visited {
  border-top-width: 1px;
}

.visited\:border-r:visited {
  border-right-width: 1px;
}

.visited\:border-b:visited {
  border-bottom-width: 1px;
}

.visited\:border-l:visited {
  border-left-width: 1px;
}

.disabled\:border-0:disabled {
  border-width: 0;
}

.disabled\:border-2:disabled {
  border-width: 2px;
}

.disabled\:border-4:disabled {
  border-width: 4px;
}

.disabled\:border-8:disabled {
  border-width: 8px;
}

.disabled\:border:disabled {
  border-width: 1px;
}

.disabled\:border-t-0:disabled {
  border-top-width: 0;
}

.disabled\:border-r-0:disabled {
  border-right-width: 0;
}

.disabled\:border-b-0:disabled {
  border-bottom-width: 0;
}

.disabled\:border-l-0:disabled {
  border-left-width: 0;
}

.disabled\:border-t-2:disabled {
  border-top-width: 2px;
}

.disabled\:border-r-2:disabled {
  border-right-width: 2px;
}

.disabled\:border-b-2:disabled {
  border-bottom-width: 2px;
}

.disabled\:border-l-2:disabled {
  border-left-width: 2px;
}

.disabled\:border-t-4:disabled {
  border-top-width: 4px;
}

.disabled\:border-r-4:disabled {
  border-right-width: 4px;
}

.disabled\:border-b-4:disabled {
  border-bottom-width: 4px;
}

.disabled\:border-l-4:disabled {
  border-left-width: 4px;
}

.disabled\:border-t-8:disabled {
  border-top-width: 8px;
}

.disabled\:border-r-8:disabled {
  border-right-width: 8px;
}

.disabled\:border-b-8:disabled {
  border-bottom-width: 8px;
}

.disabled\:border-l-8:disabled {
  border-left-width: 8px;
}

.disabled\:border-t:disabled {
  border-top-width: 1px;
}

.disabled\:border-r:disabled {
  border-right-width: 1px;
}

.disabled\:border-b:disabled {
  border-bottom-width: 1px;
}

.disabled\:border-l:disabled {
  border-left-width: 1px;
}

.cursor-auto {
  cursor: auto;
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-wait {
  cursor: wait;
}

.cursor-text {
  cursor: text;
}

.cursor-move {
  cursor: move;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.group:hover .group-hover\:cursor-auto {
  cursor: auto;
}

.group:hover .group-hover\:cursor-default {
  cursor: default;
}

.group:hover .group-hover\:cursor-pointer {
  cursor: pointer;
}

.group:hover .group-hover\:cursor-wait {
  cursor: wait;
}

.group:hover .group-hover\:cursor-text {
  cursor: text;
}

.group:hover .group-hover\:cursor-move {
  cursor: move;
}

.group:hover .group-hover\:cursor-not-allowed {
  cursor: not-allowed;
}

.focus-within\:cursor-auto:focus-within {
  cursor: auto;
}

.focus-within\:cursor-default:focus-within {
  cursor: default;
}

.focus-within\:cursor-pointer:focus-within {
  cursor: pointer;
}

.focus-within\:cursor-wait:focus-within {
  cursor: wait;
}

.focus-within\:cursor-text:focus-within {
  cursor: text;
}

.focus-within\:cursor-move:focus-within {
  cursor: move;
}

.focus-within\:cursor-not-allowed:focus-within {
  cursor: not-allowed;
}

.first\:cursor-auto:first-child {
  cursor: auto;
}

.first\:cursor-default:first-child {
  cursor: default;
}

.first\:cursor-pointer:first-child {
  cursor: pointer;
}

.first\:cursor-wait:first-child {
  cursor: wait;
}

.first\:cursor-text:first-child {
  cursor: text;
}

.first\:cursor-move:first-child {
  cursor: move;
}

.first\:cursor-not-allowed:first-child {
  cursor: not-allowed;
}

.last\:cursor-auto:last-child {
  cursor: auto;
}

.last\:cursor-default:last-child {
  cursor: default;
}

.last\:cursor-pointer:last-child {
  cursor: pointer;
}

.last\:cursor-wait:last-child {
  cursor: wait;
}

.last\:cursor-text:last-child {
  cursor: text;
}

.last\:cursor-move:last-child {
  cursor: move;
}

.last\:cursor-not-allowed:last-child {
  cursor: not-allowed;
}

.odd\:cursor-auto:nth-child(odd) {
  cursor: auto;
}

.odd\:cursor-default:nth-child(odd) {
  cursor: default;
}

.odd\:cursor-pointer:nth-child(odd) {
  cursor: pointer;
}

.odd\:cursor-wait:nth-child(odd) {
  cursor: wait;
}

.odd\:cursor-text:nth-child(odd) {
  cursor: text;
}

.odd\:cursor-move:nth-child(odd) {
  cursor: move;
}

.odd\:cursor-not-allowed:nth-child(odd) {
  cursor: not-allowed;
}

.even\:cursor-auto:nth-child(even) {
  cursor: auto;
}

.even\:cursor-default:nth-child(even) {
  cursor: default;
}

.even\:cursor-pointer:nth-child(even) {
  cursor: pointer;
}

.even\:cursor-wait:nth-child(even) {
  cursor: wait;
}

.even\:cursor-text:nth-child(even) {
  cursor: text;
}

.even\:cursor-move:nth-child(even) {
  cursor: move;
}

.even\:cursor-not-allowed:nth-child(even) {
  cursor: not-allowed;
}

.hover\:cursor-auto:hover {
  cursor: auto;
}

.hover\:cursor-default:hover {
  cursor: default;
}

.hover\:cursor-pointer:hover {
  cursor: pointer;
}

.hover\:cursor-wait:hover {
  cursor: wait;
}

.hover\:cursor-text:hover {
  cursor: text;
}

.hover\:cursor-move:hover {
  cursor: move;
}

.hover\:cursor-not-allowed:hover {
  cursor: not-allowed;
}

.focus\:cursor-auto:focus {
  cursor: auto;
}

.focus\:cursor-default:focus {
  cursor: default;
}

.focus\:cursor-pointer:focus {
  cursor: pointer;
}

.focus\:cursor-wait:focus {
  cursor: wait;
}

.focus\:cursor-text:focus {
  cursor: text;
}

.focus\:cursor-move:focus {
  cursor: move;
}

.focus\:cursor-not-allowed:focus {
  cursor: not-allowed;
}

.active\:cursor-auto:active {
  cursor: auto;
}

.active\:cursor-default:active {
  cursor: default;
}

.active\:cursor-pointer:active {
  cursor: pointer;
}

.active\:cursor-wait:active {
  cursor: wait;
}

.active\:cursor-text:active {
  cursor: text;
}

.active\:cursor-move:active {
  cursor: move;
}

.active\:cursor-not-allowed:active {
  cursor: not-allowed;
}

.visited\:cursor-auto:visited {
  cursor: auto;
}

.visited\:cursor-default:visited {
  cursor: default;
}

.visited\:cursor-pointer:visited {
  cursor: pointer;
}

.visited\:cursor-wait:visited {
  cursor: wait;
}

.visited\:cursor-text:visited {
  cursor: text;
}

.visited\:cursor-move:visited {
  cursor: move;
}

.visited\:cursor-not-allowed:visited {
  cursor: not-allowed;
}

.disabled\:cursor-auto:disabled {
  cursor: auto;
}

.disabled\:cursor-default:disabled {
  cursor: default;
}

.disabled\:cursor-pointer:disabled {
  cursor: pointer;
}

.disabled\:cursor-wait:disabled {
  cursor: wait;
}

.disabled\:cursor-text:disabled {
  cursor: text;
}

.disabled\:cursor-move:disabled {
  cursor: move;
}

.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: -webkit-box;
  display: flex;
}

.inline-flex {
  display: -webkit-inline-box;
  display: inline-flex;
}

.table {
  display: table;
}

.table-row {
  display: table-row;
}

.table-cell {
  display: table-cell;
}

.hidden {
  display: none;
}

.group:hover .group-hover\:block {
  display: block;
}

.group:hover .group-hover\:inline-block {
  display: inline-block;
}

.group:hover .group-hover\:inline {
  display: inline;
}

.group:hover .group-hover\:flex {
  display: -webkit-box;
  display: flex;
}

.group:hover .group-hover\:inline-flex {
  display: -webkit-inline-box;
  display: inline-flex;
}

.group:hover .group-hover\:table {
  display: table;
}

.group:hover .group-hover\:table-row {
  display: table-row;
}

.group:hover .group-hover\:table-cell {
  display: table-cell;
}

.group:hover .group-hover\:hidden {
  display: none;
}

.focus-within\:block:focus-within {
  display: block;
}

.focus-within\:inline-block:focus-within {
  display: inline-block;
}

.focus-within\:inline:focus-within {
  display: inline;
}

.focus-within\:flex:focus-within {
  display: -webkit-box;
  display: flex;
}

.focus-within\:inline-flex:focus-within {
  display: -webkit-inline-box;
  display: inline-flex;
}

.focus-within\:table:focus-within {
  display: table;
}

.focus-within\:table-row:focus-within {
  display: table-row;
}

.focus-within\:table-cell:focus-within {
  display: table-cell;
}

.focus-within\:hidden:focus-within {
  display: none;
}

.first\:block:first-child {
  display: block;
}

.first\:inline-block:first-child {
  display: inline-block;
}

.first\:inline:first-child {
  display: inline;
}

.first\:flex:first-child {
  display: -webkit-box;
  display: flex;
}

.first\:inline-flex:first-child {
  display: -webkit-inline-box;
  display: inline-flex;
}

.first\:table:first-child {
  display: table;
}

.first\:table-row:first-child {
  display: table-row;
}

.first\:table-cell:first-child {
  display: table-cell;
}

.first\:hidden:first-child {
  display: none;
}

.last\:block:last-child {
  display: block;
}

.last\:inline-block:last-child {
  display: inline-block;
}

.last\:inline:last-child {
  display: inline;
}

.last\:flex:last-child {
  display: -webkit-box;
  display: flex;
}

.last\:inline-flex:last-child {
  display: -webkit-inline-box;
  display: inline-flex;
}

.last\:table:last-child {
  display: table;
}

.last\:table-row:last-child {
  display: table-row;
}

.last\:table-cell:last-child {
  display: table-cell;
}

.last\:hidden:last-child {
  display: none;
}

.odd\:block:nth-child(odd) {
  display: block;
}

.odd\:inline-block:nth-child(odd) {
  display: inline-block;
}

.odd\:inline:nth-child(odd) {
  display: inline;
}

.odd\:flex:nth-child(odd) {
  display: -webkit-box;
  display: flex;
}

.odd\:inline-flex:nth-child(odd) {
  display: -webkit-inline-box;
  display: inline-flex;
}

.odd\:table:nth-child(odd) {
  display: table;
}

.odd\:table-row:nth-child(odd) {
  display: table-row;
}

.odd\:table-cell:nth-child(odd) {
  display: table-cell;
}

.odd\:hidden:nth-child(odd) {
  display: none;
}

.even\:block:nth-child(even) {
  display: block;
}

.even\:inline-block:nth-child(even) {
  display: inline-block;
}

.even\:inline:nth-child(even) {
  display: inline;
}

.even\:flex:nth-child(even) {
  display: -webkit-box;
  display: flex;
}

.even\:inline-flex:nth-child(even) {
  display: -webkit-inline-box;
  display: inline-flex;
}

.even\:table:nth-child(even) {
  display: table;
}

.even\:table-row:nth-child(even) {
  display: table-row;
}

.even\:table-cell:nth-child(even) {
  display: table-cell;
}

.even\:hidden:nth-child(even) {
  display: none;
}

.hover\:block:hover {
  display: block;
}

.hover\:inline-block:hover {
  display: inline-block;
}

.hover\:inline:hover {
  display: inline;
}

.hover\:flex:hover {
  display: -webkit-box;
  display: flex;
}

.hover\:inline-flex:hover {
  display: -webkit-inline-box;
  display: inline-flex;
}

.hover\:table:hover {
  display: table;
}

.hover\:table-row:hover {
  display: table-row;
}

.hover\:table-cell:hover {
  display: table-cell;
}

.hover\:hidden:hover {
  display: none;
}

.focus\:block:focus {
  display: block;
}

.focus\:inline-block:focus {
  display: inline-block;
}

.focus\:inline:focus {
  display: inline;
}

.focus\:flex:focus {
  display: -webkit-box;
  display: flex;
}

.focus\:inline-flex:focus {
  display: -webkit-inline-box;
  display: inline-flex;
}

.focus\:table:focus {
  display: table;
}

.focus\:table-row:focus {
  display: table-row;
}

.focus\:table-cell:focus {
  display: table-cell;
}

.focus\:hidden:focus {
  display: none;
}

.active\:block:active {
  display: block;
}

.active\:inline-block:active {
  display: inline-block;
}

.active\:inline:active {
  display: inline;
}

.active\:flex:active {
  display: -webkit-box;
  display: flex;
}

.active\:inline-flex:active {
  display: -webkit-inline-box;
  display: inline-flex;
}

.active\:table:active {
  display: table;
}

.active\:table-row:active {
  display: table-row;
}

.active\:table-cell:active {
  display: table-cell;
}

.active\:hidden:active {
  display: none;
}

.visited\:block:visited {
  display: block;
}

.visited\:inline-block:visited {
  display: inline-block;
}

.visited\:inline:visited {
  display: inline;
}

.visited\:flex:visited {
  display: -webkit-box;
  display: flex;
}

.visited\:inline-flex:visited {
  display: -webkit-inline-box;
  display: inline-flex;
}

.visited\:table:visited {
  display: table;
}

.visited\:table-row:visited {
  display: table-row;
}

.visited\:table-cell:visited {
  display: table-cell;
}

.visited\:hidden:visited {
  display: none;
}

.disabled\:block:disabled {
  display: block;
}

.disabled\:inline-block:disabled {
  display: inline-block;
}

.disabled\:inline:disabled {
  display: inline;
}

.disabled\:flex:disabled {
  display: -webkit-box;
  display: flex;
}

.disabled\:inline-flex:disabled {
  display: -webkit-inline-box;
  display: inline-flex;
}

.disabled\:table:disabled {
  display: table;
}

.disabled\:table-row:disabled {
  display: table-row;
}

.disabled\:table-cell:disabled {
  display: table-cell;
}

.disabled\:hidden:disabled {
  display: none;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}

.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.flex-col-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
          flex-direction: column-reverse;
}

.group:hover .group-hover\:flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.group:hover .group-hover\:flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}

.group:hover .group-hover\:flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.group:hover .group-hover\:flex-col-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
          flex-direction: column-reverse;
}

.focus-within\:flex-row:focus-within {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.focus-within\:flex-row-reverse:focus-within {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}

.focus-within\:flex-col:focus-within {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.focus-within\:flex-col-reverse:focus-within {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
          flex-direction: column-reverse;
}

.first\:flex-row:first-child {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.first\:flex-row-reverse:first-child {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}

.first\:flex-col:first-child {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.first\:flex-col-reverse:first-child {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
          flex-direction: column-reverse;
}

.last\:flex-row:last-child {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.last\:flex-row-reverse:last-child {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}

.last\:flex-col:last-child {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.last\:flex-col-reverse:last-child {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
          flex-direction: column-reverse;
}

.odd\:flex-row:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.odd\:flex-row-reverse:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}

.odd\:flex-col:nth-child(odd) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.odd\:flex-col-reverse:nth-child(odd) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
          flex-direction: column-reverse;
}

.even\:flex-row:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.even\:flex-row-reverse:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}

.even\:flex-col:nth-child(even) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.even\:flex-col-reverse:nth-child(even) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
          flex-direction: column-reverse;
}

.hover\:flex-row:hover {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.hover\:flex-row-reverse:hover {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}

.hover\:flex-col:hover {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.hover\:flex-col-reverse:hover {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
          flex-direction: column-reverse;
}

.focus\:flex-row:focus {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.focus\:flex-row-reverse:focus {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}

.focus\:flex-col:focus {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.focus\:flex-col-reverse:focus {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
          flex-direction: column-reverse;
}

.active\:flex-row:active {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.active\:flex-row-reverse:active {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}

.active\:flex-col:active {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.active\:flex-col-reverse:active {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
          flex-direction: column-reverse;
}

.visited\:flex-row:visited {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.visited\:flex-row-reverse:visited {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}

.visited\:flex-col:visited {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.visited\:flex-col-reverse:visited {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
          flex-direction: column-reverse;
}

.disabled\:flex-row:disabled {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.disabled\:flex-row-reverse:disabled {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}

.disabled\:flex-col:disabled {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.disabled\:flex-col-reverse:disabled {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
          flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.flex-no-wrap {
  flex-wrap: nowrap;
}

.group:hover .group-hover\:flex-wrap {
  flex-wrap: wrap;
}

.group:hover .group-hover\:flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.group:hover .group-hover\:flex-no-wrap {
  flex-wrap: nowrap;
}

.focus-within\:flex-wrap:focus-within {
  flex-wrap: wrap;
}

.focus-within\:flex-wrap-reverse:focus-within {
  flex-wrap: wrap-reverse;
}

.focus-within\:flex-no-wrap:focus-within {
  flex-wrap: nowrap;
}

.first\:flex-wrap:first-child {
  flex-wrap: wrap;
}

.first\:flex-wrap-reverse:first-child {
  flex-wrap: wrap-reverse;
}

.first\:flex-no-wrap:first-child {
  flex-wrap: nowrap;
}

.last\:flex-wrap:last-child {
  flex-wrap: wrap;
}

.last\:flex-wrap-reverse:last-child {
  flex-wrap: wrap-reverse;
}

.last\:flex-no-wrap:last-child {
  flex-wrap: nowrap;
}

.odd\:flex-wrap:nth-child(odd) {
  flex-wrap: wrap;
}

.odd\:flex-wrap-reverse:nth-child(odd) {
  flex-wrap: wrap-reverse;
}

.odd\:flex-no-wrap:nth-child(odd) {
  flex-wrap: nowrap;
}

.even\:flex-wrap:nth-child(even) {
  flex-wrap: wrap;
}

.even\:flex-wrap-reverse:nth-child(even) {
  flex-wrap: wrap-reverse;
}

.even\:flex-no-wrap:nth-child(even) {
  flex-wrap: nowrap;
}

.hover\:flex-wrap:hover {
  flex-wrap: wrap;
}

.hover\:flex-wrap-reverse:hover {
  flex-wrap: wrap-reverse;
}

.hover\:flex-no-wrap:hover {
  flex-wrap: nowrap;
}

.focus\:flex-wrap:focus {
  flex-wrap: wrap;
}

.focus\:flex-wrap-reverse:focus {
  flex-wrap: wrap-reverse;
}

.focus\:flex-no-wrap:focus {
  flex-wrap: nowrap;
}

.active\:flex-wrap:active {
  flex-wrap: wrap;
}

.active\:flex-wrap-reverse:active {
  flex-wrap: wrap-reverse;
}

.active\:flex-no-wrap:active {
  flex-wrap: nowrap;
}

.visited\:flex-wrap:visited {
  flex-wrap: wrap;
}

.visited\:flex-wrap-reverse:visited {
  flex-wrap: wrap-reverse;
}

.visited\:flex-no-wrap:visited {
  flex-wrap: nowrap;
}

.disabled\:flex-wrap:disabled {
  flex-wrap: wrap;
}

.disabled\:flex-wrap-reverse:disabled {
  flex-wrap: wrap-reverse;
}

.disabled\:flex-no-wrap:disabled {
  flex-wrap: nowrap;
}

.items-start {
  -webkit-box-align: start;
          align-items: flex-start;
}

.items-end {
  -webkit-box-align: end;
          align-items: flex-end;
}

.items-center {
  -webkit-box-align: center;
          align-items: center;
}

.items-baseline {
  -webkit-box-align: baseline;
          align-items: baseline;
}

.items-stretch {
  -webkit-box-align: stretch;
          align-items: stretch;
}

.group:hover .group-hover\:items-start {
  -webkit-box-align: start;
          align-items: flex-start;
}

.group:hover .group-hover\:items-end {
  -webkit-box-align: end;
          align-items: flex-end;
}

.group:hover .group-hover\:items-center {
  -webkit-box-align: center;
          align-items: center;
}

.group:hover .group-hover\:items-baseline {
  -webkit-box-align: baseline;
          align-items: baseline;
}

.group:hover .group-hover\:items-stretch {
  -webkit-box-align: stretch;
          align-items: stretch;
}

.focus-within\:items-start:focus-within {
  -webkit-box-align: start;
          align-items: flex-start;
}

.focus-within\:items-end:focus-within {
  -webkit-box-align: end;
          align-items: flex-end;
}

.focus-within\:items-center:focus-within {
  -webkit-box-align: center;
          align-items: center;
}

.focus-within\:items-baseline:focus-within {
  -webkit-box-align: baseline;
          align-items: baseline;
}

.focus-within\:items-stretch:focus-within {
  -webkit-box-align: stretch;
          align-items: stretch;
}

.first\:items-start:first-child {
  -webkit-box-align: start;
          align-items: flex-start;
}

.first\:items-end:first-child {
  -webkit-box-align: end;
          align-items: flex-end;
}

.first\:items-center:first-child {
  -webkit-box-align: center;
          align-items: center;
}

.first\:items-baseline:first-child {
  -webkit-box-align: baseline;
          align-items: baseline;
}

.first\:items-stretch:first-child {
  -webkit-box-align: stretch;
          align-items: stretch;
}

.last\:items-start:last-child {
  -webkit-box-align: start;
          align-items: flex-start;
}

.last\:items-end:last-child {
  -webkit-box-align: end;
          align-items: flex-end;
}

.last\:items-center:last-child {
  -webkit-box-align: center;
          align-items: center;
}

.last\:items-baseline:last-child {
  -webkit-box-align: baseline;
          align-items: baseline;
}

.last\:items-stretch:last-child {
  -webkit-box-align: stretch;
          align-items: stretch;
}

.odd\:items-start:nth-child(odd) {
  -webkit-box-align: start;
          align-items: flex-start;
}

.odd\:items-end:nth-child(odd) {
  -webkit-box-align: end;
          align-items: flex-end;
}

.odd\:items-center:nth-child(odd) {
  -webkit-box-align: center;
          align-items: center;
}

.odd\:items-baseline:nth-child(odd) {
  -webkit-box-align: baseline;
          align-items: baseline;
}

.odd\:items-stretch:nth-child(odd) {
  -webkit-box-align: stretch;
          align-items: stretch;
}

.even\:items-start:nth-child(even) {
  -webkit-box-align: start;
          align-items: flex-start;
}

.even\:items-end:nth-child(even) {
  -webkit-box-align: end;
          align-items: flex-end;
}

.even\:items-center:nth-child(even) {
  -webkit-box-align: center;
          align-items: center;
}

.even\:items-baseline:nth-child(even) {
  -webkit-box-align: baseline;
          align-items: baseline;
}

.even\:items-stretch:nth-child(even) {
  -webkit-box-align: stretch;
          align-items: stretch;
}

.hover\:items-start:hover {
  -webkit-box-align: start;
          align-items: flex-start;
}

.hover\:items-end:hover {
  -webkit-box-align: end;
          align-items: flex-end;
}

.hover\:items-center:hover {
  -webkit-box-align: center;
          align-items: center;
}

.hover\:items-baseline:hover {
  -webkit-box-align: baseline;
          align-items: baseline;
}

.hover\:items-stretch:hover {
  -webkit-box-align: stretch;
          align-items: stretch;
}

.focus\:items-start:focus {
  -webkit-box-align: start;
          align-items: flex-start;
}

.focus\:items-end:focus {
  -webkit-box-align: end;
          align-items: flex-end;
}

.focus\:items-center:focus {
  -webkit-box-align: center;
          align-items: center;
}

.focus\:items-baseline:focus {
  -webkit-box-align: baseline;
          align-items: baseline;
}

.focus\:items-stretch:focus {
  -webkit-box-align: stretch;
          align-items: stretch;
}

.active\:items-start:active {
  -webkit-box-align: start;
          align-items: flex-start;
}

.active\:items-end:active {
  -webkit-box-align: end;
          align-items: flex-end;
}

.active\:items-center:active {
  -webkit-box-align: center;
          align-items: center;
}

.active\:items-baseline:active {
  -webkit-box-align: baseline;
          align-items: baseline;
}

.active\:items-stretch:active {
  -webkit-box-align: stretch;
          align-items: stretch;
}

.visited\:items-start:visited {
  -webkit-box-align: start;
          align-items: flex-start;
}

.visited\:items-end:visited {
  -webkit-box-align: end;
          align-items: flex-end;
}

.visited\:items-center:visited {
  -webkit-box-align: center;
          align-items: center;
}

.visited\:items-baseline:visited {
  -webkit-box-align: baseline;
          align-items: baseline;
}

.visited\:items-stretch:visited {
  -webkit-box-align: stretch;
          align-items: stretch;
}

.disabled\:items-start:disabled {
  -webkit-box-align: start;
          align-items: flex-start;
}

.disabled\:items-end:disabled {
  -webkit-box-align: end;
          align-items: flex-end;
}

.disabled\:items-center:disabled {
  -webkit-box-align: center;
          align-items: center;
}

.disabled\:items-baseline:disabled {
  -webkit-box-align: baseline;
          align-items: baseline;
}

.disabled\:items-stretch:disabled {
  -webkit-box-align: stretch;
          align-items: stretch;
}

.self-auto {
  align-self: auto;
}

.self-start {
  align-self: flex-start;
}

.self-end {
  align-self: flex-end;
}

.self-center {
  align-self: center;
}

.self-stretch {
  align-self: stretch;
}

.group:hover .group-hover\:self-auto {
  align-self: auto;
}

.group:hover .group-hover\:self-start {
  align-self: flex-start;
}

.group:hover .group-hover\:self-end {
  align-self: flex-end;
}

.group:hover .group-hover\:self-center {
  align-self: center;
}

.group:hover .group-hover\:self-stretch {
  align-self: stretch;
}

.focus-within\:self-auto:focus-within {
  align-self: auto;
}

.focus-within\:self-start:focus-within {
  align-self: flex-start;
}

.focus-within\:self-end:focus-within {
  align-self: flex-end;
}

.focus-within\:self-center:focus-within {
  align-self: center;
}

.focus-within\:self-stretch:focus-within {
  align-self: stretch;
}

.first\:self-auto:first-child {
  align-self: auto;
}

.first\:self-start:first-child {
  align-self: flex-start;
}

.first\:self-end:first-child {
  align-self: flex-end;
}

.first\:self-center:first-child {
  align-self: center;
}

.first\:self-stretch:first-child {
  align-self: stretch;
}

.last\:self-auto:last-child {
  align-self: auto;
}

.last\:self-start:last-child {
  align-self: flex-start;
}

.last\:self-end:last-child {
  align-self: flex-end;
}

.last\:self-center:last-child {
  align-self: center;
}

.last\:self-stretch:last-child {
  align-self: stretch;
}

.odd\:self-auto:nth-child(odd) {
  align-self: auto;
}

.odd\:self-start:nth-child(odd) {
  align-self: flex-start;
}

.odd\:self-end:nth-child(odd) {
  align-self: flex-end;
}

.odd\:self-center:nth-child(odd) {
  align-self: center;
}

.odd\:self-stretch:nth-child(odd) {
  align-self: stretch;
}

.even\:self-auto:nth-child(even) {
  align-self: auto;
}

.even\:self-start:nth-child(even) {
  align-self: flex-start;
}

.even\:self-end:nth-child(even) {
  align-self: flex-end;
}

.even\:self-center:nth-child(even) {
  align-self: center;
}

.even\:self-stretch:nth-child(even) {
  align-self: stretch;
}

.hover\:self-auto:hover {
  align-self: auto;
}

.hover\:self-start:hover {
  align-self: flex-start;
}

.hover\:self-end:hover {
  align-self: flex-end;
}

.hover\:self-center:hover {
  align-self: center;
}

.hover\:self-stretch:hover {
  align-self: stretch;
}

.focus\:self-auto:focus {
  align-self: auto;
}

.focus\:self-start:focus {
  align-self: flex-start;
}

.focus\:self-end:focus {
  align-self: flex-end;
}

.focus\:self-center:focus {
  align-self: center;
}

.focus\:self-stretch:focus {
  align-self: stretch;
}

.active\:self-auto:active {
  align-self: auto;
}

.active\:self-start:active {
  align-self: flex-start;
}

.active\:self-end:active {
  align-self: flex-end;
}

.active\:self-center:active {
  align-self: center;
}

.active\:self-stretch:active {
  align-self: stretch;
}

.visited\:self-auto:visited {
  align-self: auto;
}

.visited\:self-start:visited {
  align-self: flex-start;
}

.visited\:self-end:visited {
  align-self: flex-end;
}

.visited\:self-center:visited {
  align-self: center;
}

.visited\:self-stretch:visited {
  align-self: stretch;
}

.disabled\:self-auto:disabled {
  align-self: auto;
}

.disabled\:self-start:disabled {
  align-self: flex-start;
}

.disabled\:self-end:disabled {
  align-self: flex-end;
}

.disabled\:self-center:disabled {
  align-self: center;
}

.disabled\:self-stretch:disabled {
  align-self: stretch;
}

.justify-start {
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.justify-end {
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.justify-center {
  -webkit-box-pack: center;
          justify-content: center;
}

.justify-between {
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.group:hover .group-hover\:justify-start {
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.group:hover .group-hover\:justify-end {
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.group:hover .group-hover\:justify-center {
  -webkit-box-pack: center;
          justify-content: center;
}

.group:hover .group-hover\:justify-between {
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.group:hover .group-hover\:justify-around {
  justify-content: space-around;
}

.focus-within\:justify-start:focus-within {
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.focus-within\:justify-end:focus-within {
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.focus-within\:justify-center:focus-within {
  -webkit-box-pack: center;
          justify-content: center;
}

.focus-within\:justify-between:focus-within {
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.focus-within\:justify-around:focus-within {
  justify-content: space-around;
}

.first\:justify-start:first-child {
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.first\:justify-end:first-child {
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.first\:justify-center:first-child {
  -webkit-box-pack: center;
          justify-content: center;
}

.first\:justify-between:first-child {
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.first\:justify-around:first-child {
  justify-content: space-around;
}

.last\:justify-start:last-child {
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.last\:justify-end:last-child {
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.last\:justify-center:last-child {
  -webkit-box-pack: center;
          justify-content: center;
}

.last\:justify-between:last-child {
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.last\:justify-around:last-child {
  justify-content: space-around;
}

.odd\:justify-start:nth-child(odd) {
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.odd\:justify-end:nth-child(odd) {
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.odd\:justify-center:nth-child(odd) {
  -webkit-box-pack: center;
          justify-content: center;
}

.odd\:justify-between:nth-child(odd) {
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.odd\:justify-around:nth-child(odd) {
  justify-content: space-around;
}

.even\:justify-start:nth-child(even) {
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.even\:justify-end:nth-child(even) {
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.even\:justify-center:nth-child(even) {
  -webkit-box-pack: center;
          justify-content: center;
}

.even\:justify-between:nth-child(even) {
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.even\:justify-around:nth-child(even) {
  justify-content: space-around;
}

.hover\:justify-start:hover {
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.hover\:justify-end:hover {
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.hover\:justify-center:hover {
  -webkit-box-pack: center;
          justify-content: center;
}

.hover\:justify-between:hover {
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.hover\:justify-around:hover {
  justify-content: space-around;
}

.focus\:justify-start:focus {
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.focus\:justify-end:focus {
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.focus\:justify-center:focus {
  -webkit-box-pack: center;
          justify-content: center;
}

.focus\:justify-between:focus {
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.focus\:justify-around:focus {
  justify-content: space-around;
}

.active\:justify-start:active {
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.active\:justify-end:active {
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.active\:justify-center:active {
  -webkit-box-pack: center;
          justify-content: center;
}

.active\:justify-between:active {
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.active\:justify-around:active {
  justify-content: space-around;
}

.visited\:justify-start:visited {
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.visited\:justify-end:visited {
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.visited\:justify-center:visited {
  -webkit-box-pack: center;
          justify-content: center;
}

.visited\:justify-between:visited {
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.visited\:justify-around:visited {
  justify-content: space-around;
}

.disabled\:justify-start:disabled {
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.disabled\:justify-end:disabled {
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.disabled\:justify-center:disabled {
  -webkit-box-pack: center;
          justify-content: center;
}

.disabled\:justify-between:disabled {
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.disabled\:justify-around:disabled {
  justify-content: space-around;
}

.content-center {
  align-content: center;
}

.content-start {
  align-content: flex-start;
}

.content-end {
  align-content: flex-end;
}

.content-between {
  align-content: space-between;
}

.content-around {
  align-content: space-around;
}

.group:hover .group-hover\:content-center {
  align-content: center;
}

.group:hover .group-hover\:content-start {
  align-content: flex-start;
}

.group:hover .group-hover\:content-end {
  align-content: flex-end;
}

.group:hover .group-hover\:content-between {
  align-content: space-between;
}

.group:hover .group-hover\:content-around {
  align-content: space-around;
}

.focus-within\:content-center:focus-within {
  align-content: center;
}

.focus-within\:content-start:focus-within {
  align-content: flex-start;
}

.focus-within\:content-end:focus-within {
  align-content: flex-end;
}

.focus-within\:content-between:focus-within {
  align-content: space-between;
}

.focus-within\:content-around:focus-within {
  align-content: space-around;
}

.first\:content-center:first-child {
  align-content: center;
}

.first\:content-start:first-child {
  align-content: flex-start;
}

.first\:content-end:first-child {
  align-content: flex-end;
}

.first\:content-between:first-child {
  align-content: space-between;
}

.first\:content-around:first-child {
  align-content: space-around;
}

.last\:content-center:last-child {
  align-content: center;
}

.last\:content-start:last-child {
  align-content: flex-start;
}

.last\:content-end:last-child {
  align-content: flex-end;
}

.last\:content-between:last-child {
  align-content: space-between;
}

.last\:content-around:last-child {
  align-content: space-around;
}

.odd\:content-center:nth-child(odd) {
  align-content: center;
}

.odd\:content-start:nth-child(odd) {
  align-content: flex-start;
}

.odd\:content-end:nth-child(odd) {
  align-content: flex-end;
}

.odd\:content-between:nth-child(odd) {
  align-content: space-between;
}

.odd\:content-around:nth-child(odd) {
  align-content: space-around;
}

.even\:content-center:nth-child(even) {
  align-content: center;
}

.even\:content-start:nth-child(even) {
  align-content: flex-start;
}

.even\:content-end:nth-child(even) {
  align-content: flex-end;
}

.even\:content-between:nth-child(even) {
  align-content: space-between;
}

.even\:content-around:nth-child(even) {
  align-content: space-around;
}

.hover\:content-center:hover {
  align-content: center;
}

.hover\:content-start:hover {
  align-content: flex-start;
}

.hover\:content-end:hover {
  align-content: flex-end;
}

.hover\:content-between:hover {
  align-content: space-between;
}

.hover\:content-around:hover {
  align-content: space-around;
}

.focus\:content-center:focus {
  align-content: center;
}

.focus\:content-start:focus {
  align-content: flex-start;
}

.focus\:content-end:focus {
  align-content: flex-end;
}

.focus\:content-between:focus {
  align-content: space-between;
}

.focus\:content-around:focus {
  align-content: space-around;
}

.active\:content-center:active {
  align-content: center;
}

.active\:content-start:active {
  align-content: flex-start;
}

.active\:content-end:active {
  align-content: flex-end;
}

.active\:content-between:active {
  align-content: space-between;
}

.active\:content-around:active {
  align-content: space-around;
}

.visited\:content-center:visited {
  align-content: center;
}

.visited\:content-start:visited {
  align-content: flex-start;
}

.visited\:content-end:visited {
  align-content: flex-end;
}

.visited\:content-between:visited {
  align-content: space-between;
}

.visited\:content-around:visited {
  align-content: space-around;
}

.disabled\:content-center:disabled {
  align-content: center;
}

.disabled\:content-start:disabled {
  align-content: flex-start;
}

.disabled\:content-end:disabled {
  align-content: flex-end;
}

.disabled\:content-between:disabled {
  align-content: space-between;
}

.disabled\:content-around:disabled {
  align-content: space-around;
}

.flex-1 {
  -webkit-box-flex: 1;
          flex: 1 1 0%;
}

.flex-auto {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
}

.flex-initial {
  -webkit-box-flex: 0;
          flex: 0 1 auto;
}

.flex-none {
  -webkit-box-flex: 0;
          flex: none;
}

.group:hover .group-hover\:flex-1 {
  -webkit-box-flex: 1;
          flex: 1 1 0%;
}

.group:hover .group-hover\:flex-auto {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
}

.group:hover .group-hover\:flex-initial {
  -webkit-box-flex: 0;
          flex: 0 1 auto;
}

.group:hover .group-hover\:flex-none {
  -webkit-box-flex: 0;
          flex: none;
}

.focus-within\:flex-1:focus-within {
  -webkit-box-flex: 1;
          flex: 1 1 0%;
}

.focus-within\:flex-auto:focus-within {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
}

.focus-within\:flex-initial:focus-within {
  -webkit-box-flex: 0;
          flex: 0 1 auto;
}

.focus-within\:flex-none:focus-within {
  -webkit-box-flex: 0;
          flex: none;
}

.first\:flex-1:first-child {
  -webkit-box-flex: 1;
          flex: 1 1 0%;
}

.first\:flex-auto:first-child {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
}

.first\:flex-initial:first-child {
  -webkit-box-flex: 0;
          flex: 0 1 auto;
}

.first\:flex-none:first-child {
  -webkit-box-flex: 0;
          flex: none;
}

.last\:flex-1:last-child {
  -webkit-box-flex: 1;
          flex: 1 1 0%;
}

.last\:flex-auto:last-child {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
}

.last\:flex-initial:last-child {
  -webkit-box-flex: 0;
          flex: 0 1 auto;
}

.last\:flex-none:last-child {
  -webkit-box-flex: 0;
          flex: none;
}

.odd\:flex-1:nth-child(odd) {
  -webkit-box-flex: 1;
          flex: 1 1 0%;
}

.odd\:flex-auto:nth-child(odd) {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
}

.odd\:flex-initial:nth-child(odd) {
  -webkit-box-flex: 0;
          flex: 0 1 auto;
}

.odd\:flex-none:nth-child(odd) {
  -webkit-box-flex: 0;
          flex: none;
}

.even\:flex-1:nth-child(even) {
  -webkit-box-flex: 1;
          flex: 1 1 0%;
}

.even\:flex-auto:nth-child(even) {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
}

.even\:flex-initial:nth-child(even) {
  -webkit-box-flex: 0;
          flex: 0 1 auto;
}

.even\:flex-none:nth-child(even) {
  -webkit-box-flex: 0;
          flex: none;
}

.hover\:flex-1:hover {
  -webkit-box-flex: 1;
          flex: 1 1 0%;
}

.hover\:flex-auto:hover {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
}

.hover\:flex-initial:hover {
  -webkit-box-flex: 0;
          flex: 0 1 auto;
}

.hover\:flex-none:hover {
  -webkit-box-flex: 0;
          flex: none;
}

.focus\:flex-1:focus {
  -webkit-box-flex: 1;
          flex: 1 1 0%;
}

.focus\:flex-auto:focus {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
}

.focus\:flex-initial:focus {
  -webkit-box-flex: 0;
          flex: 0 1 auto;
}

.focus\:flex-none:focus {
  -webkit-box-flex: 0;
          flex: none;
}

.active\:flex-1:active {
  -webkit-box-flex: 1;
          flex: 1 1 0%;
}

.active\:flex-auto:active {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
}

.active\:flex-initial:active {
  -webkit-box-flex: 0;
          flex: 0 1 auto;
}

.active\:flex-none:active {
  -webkit-box-flex: 0;
          flex: none;
}

.visited\:flex-1:visited {
  -webkit-box-flex: 1;
          flex: 1 1 0%;
}

.visited\:flex-auto:visited {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
}

.visited\:flex-initial:visited {
  -webkit-box-flex: 0;
          flex: 0 1 auto;
}

.visited\:flex-none:visited {
  -webkit-box-flex: 0;
          flex: none;
}

.disabled\:flex-1:disabled {
  -webkit-box-flex: 1;
          flex: 1 1 0%;
}

.disabled\:flex-auto:disabled {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
}

.disabled\:flex-initial:disabled {
  -webkit-box-flex: 0;
          flex: 0 1 auto;
}

.disabled\:flex-none:disabled {
  -webkit-box-flex: 0;
          flex: none;
}

.flex-grow-0 {
  -webkit-box-flex: 0;
          flex-grow: 0;
}

.flex-grow {
  -webkit-box-flex: 1;
          flex-grow: 1;
}

.group:hover .group-hover\:flex-grow-0 {
  -webkit-box-flex: 0;
          flex-grow: 0;
}

.group:hover .group-hover\:flex-grow {
  -webkit-box-flex: 1;
          flex-grow: 1;
}

.focus-within\:flex-grow-0:focus-within {
  -webkit-box-flex: 0;
          flex-grow: 0;
}

.focus-within\:flex-grow:focus-within {
  -webkit-box-flex: 1;
          flex-grow: 1;
}

.first\:flex-grow-0:first-child {
  -webkit-box-flex: 0;
          flex-grow: 0;
}

.first\:flex-grow:first-child {
  -webkit-box-flex: 1;
          flex-grow: 1;
}

.last\:flex-grow-0:last-child {
  -webkit-box-flex: 0;
          flex-grow: 0;
}

.last\:flex-grow:last-child {
  -webkit-box-flex: 1;
          flex-grow: 1;
}

.odd\:flex-grow-0:nth-child(odd) {
  -webkit-box-flex: 0;
          flex-grow: 0;
}

.odd\:flex-grow:nth-child(odd) {
  -webkit-box-flex: 1;
          flex-grow: 1;
}

.even\:flex-grow-0:nth-child(even) {
  -webkit-box-flex: 0;
          flex-grow: 0;
}

.even\:flex-grow:nth-child(even) {
  -webkit-box-flex: 1;
          flex-grow: 1;
}

.hover\:flex-grow-0:hover {
  -webkit-box-flex: 0;
          flex-grow: 0;
}

.hover\:flex-grow:hover {
  -webkit-box-flex: 1;
          flex-grow: 1;
}

.focus\:flex-grow-0:focus {
  -webkit-box-flex: 0;
          flex-grow: 0;
}

.focus\:flex-grow:focus {
  -webkit-box-flex: 1;
          flex-grow: 1;
}

.active\:flex-grow-0:active {
  -webkit-box-flex: 0;
          flex-grow: 0;
}

.active\:flex-grow:active {
  -webkit-box-flex: 1;
          flex-grow: 1;
}

.visited\:flex-grow-0:visited {
  -webkit-box-flex: 0;
          flex-grow: 0;
}

.visited\:flex-grow:visited {
  -webkit-box-flex: 1;
          flex-grow: 1;
}

.disabled\:flex-grow-0:disabled {
  -webkit-box-flex: 0;
          flex-grow: 0;
}

.disabled\:flex-grow:disabled {
  -webkit-box-flex: 1;
          flex-grow: 1;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-shrink {
  flex-shrink: 1;
}

.group:hover .group-hover\:flex-shrink-0 {
  flex-shrink: 0;
}

.group:hover .group-hover\:flex-shrink {
  flex-shrink: 1;
}

.focus-within\:flex-shrink-0:focus-within {
  flex-shrink: 0;
}

.focus-within\:flex-shrink:focus-within {
  flex-shrink: 1;
}

.first\:flex-shrink-0:first-child {
  flex-shrink: 0;
}

.first\:flex-shrink:first-child {
  flex-shrink: 1;
}

.last\:flex-shrink-0:last-child {
  flex-shrink: 0;
}

.last\:flex-shrink:last-child {
  flex-shrink: 1;
}

.odd\:flex-shrink-0:nth-child(odd) {
  flex-shrink: 0;
}

.odd\:flex-shrink:nth-child(odd) {
  flex-shrink: 1;
}

.even\:flex-shrink-0:nth-child(even) {
  flex-shrink: 0;
}

.even\:flex-shrink:nth-child(even) {
  flex-shrink: 1;
}

.hover\:flex-shrink-0:hover {
  flex-shrink: 0;
}

.hover\:flex-shrink:hover {
  flex-shrink: 1;
}

.focus\:flex-shrink-0:focus {
  flex-shrink: 0;
}

.focus\:flex-shrink:focus {
  flex-shrink: 1;
}

.active\:flex-shrink-0:active {
  flex-shrink: 0;
}

.active\:flex-shrink:active {
  flex-shrink: 1;
}

.visited\:flex-shrink-0:visited {
  flex-shrink: 0;
}

.visited\:flex-shrink:visited {
  flex-shrink: 1;
}

.disabled\:flex-shrink-0:disabled {
  flex-shrink: 0;
}

.disabled\:flex-shrink:disabled {
  flex-shrink: 1;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
          order: 12;
}

.order-first {
  -webkit-box-ordinal-group: -9998;
          order: -9999;
}

.order-last {
  -webkit-box-ordinal-group: 10000;
          order: 9999;
}

.order-none {
  -webkit-box-ordinal-group: 1;
          order: 0;
}

.group:hover .group-hover\:order-1 {
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.group:hover .group-hover\:order-2 {
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.group:hover .group-hover\:order-3 {
  -webkit-box-ordinal-group: 4;
          order: 3;
}

.group:hover .group-hover\:order-4 {
  -webkit-box-ordinal-group: 5;
          order: 4;
}

.group:hover .group-hover\:order-5 {
  -webkit-box-ordinal-group: 6;
          order: 5;
}

.group:hover .group-hover\:order-6 {
  -webkit-box-ordinal-group: 7;
          order: 6;
}

.group:hover .group-hover\:order-7 {
  -webkit-box-ordinal-group: 8;
          order: 7;
}

.group:hover .group-hover\:order-8 {
  -webkit-box-ordinal-group: 9;
          order: 8;
}

.group:hover .group-hover\:order-9 {
  -webkit-box-ordinal-group: 10;
          order: 9;
}

.group:hover .group-hover\:order-10 {
  -webkit-box-ordinal-group: 11;
          order: 10;
}

.group:hover .group-hover\:order-11 {
  -webkit-box-ordinal-group: 12;
          order: 11;
}

.group:hover .group-hover\:order-12 {
  -webkit-box-ordinal-group: 13;
          order: 12;
}

.group:hover .group-hover\:order-first {
  -webkit-box-ordinal-group: -9998;
          order: -9999;
}

.group:hover .group-hover\:order-last {
  -webkit-box-ordinal-group: 10000;
          order: 9999;
}

.group:hover .group-hover\:order-none {
  -webkit-box-ordinal-group: 1;
          order: 0;
}

.focus-within\:order-1:focus-within {
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.focus-within\:order-2:focus-within {
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.focus-within\:order-3:focus-within {
  -webkit-box-ordinal-group: 4;
          order: 3;
}

.focus-within\:order-4:focus-within {
  -webkit-box-ordinal-group: 5;
          order: 4;
}

.focus-within\:order-5:focus-within {
  -webkit-box-ordinal-group: 6;
          order: 5;
}

.focus-within\:order-6:focus-within {
  -webkit-box-ordinal-group: 7;
          order: 6;
}

.focus-within\:order-7:focus-within {
  -webkit-box-ordinal-group: 8;
          order: 7;
}

.focus-within\:order-8:focus-within {
  -webkit-box-ordinal-group: 9;
          order: 8;
}

.focus-within\:order-9:focus-within {
  -webkit-box-ordinal-group: 10;
          order: 9;
}

.focus-within\:order-10:focus-within {
  -webkit-box-ordinal-group: 11;
          order: 10;
}

.focus-within\:order-11:focus-within {
  -webkit-box-ordinal-group: 12;
          order: 11;
}

.focus-within\:order-12:focus-within {
  -webkit-box-ordinal-group: 13;
          order: 12;
}

.focus-within\:order-first:focus-within {
  -webkit-box-ordinal-group: -9998;
          order: -9999;
}

.focus-within\:order-last:focus-within {
  -webkit-box-ordinal-group: 10000;
          order: 9999;
}

.focus-within\:order-none:focus-within {
  -webkit-box-ordinal-group: 1;
          order: 0;
}

.first\:order-1:first-child {
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.first\:order-2:first-child {
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.first\:order-3:first-child {
  -webkit-box-ordinal-group: 4;
          order: 3;
}

.first\:order-4:first-child {
  -webkit-box-ordinal-group: 5;
          order: 4;
}

.first\:order-5:first-child {
  -webkit-box-ordinal-group: 6;
          order: 5;
}

.first\:order-6:first-child {
  -webkit-box-ordinal-group: 7;
          order: 6;
}

.first\:order-7:first-child {
  -webkit-box-ordinal-group: 8;
          order: 7;
}

.first\:order-8:first-child {
  -webkit-box-ordinal-group: 9;
          order: 8;
}

.first\:order-9:first-child {
  -webkit-box-ordinal-group: 10;
          order: 9;
}

.first\:order-10:first-child {
  -webkit-box-ordinal-group: 11;
          order: 10;
}

.first\:order-11:first-child {
  -webkit-box-ordinal-group: 12;
          order: 11;
}

.first\:order-12:first-child {
  -webkit-box-ordinal-group: 13;
          order: 12;
}

.first\:order-first:first-child {
  -webkit-box-ordinal-group: -9998;
          order: -9999;
}

.first\:order-last:first-child {
  -webkit-box-ordinal-group: 10000;
          order: 9999;
}

.first\:order-none:first-child {
  -webkit-box-ordinal-group: 1;
          order: 0;
}

.last\:order-1:last-child {
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.last\:order-2:last-child {
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.last\:order-3:last-child {
  -webkit-box-ordinal-group: 4;
          order: 3;
}

.last\:order-4:last-child {
  -webkit-box-ordinal-group: 5;
          order: 4;
}

.last\:order-5:last-child {
  -webkit-box-ordinal-group: 6;
          order: 5;
}

.last\:order-6:last-child {
  -webkit-box-ordinal-group: 7;
          order: 6;
}

.last\:order-7:last-child {
  -webkit-box-ordinal-group: 8;
          order: 7;
}

.last\:order-8:last-child {
  -webkit-box-ordinal-group: 9;
          order: 8;
}

.last\:order-9:last-child {
  -webkit-box-ordinal-group: 10;
          order: 9;
}

.last\:order-10:last-child {
  -webkit-box-ordinal-group: 11;
          order: 10;
}

.last\:order-11:last-child {
  -webkit-box-ordinal-group: 12;
          order: 11;
}

.last\:order-12:last-child {
  -webkit-box-ordinal-group: 13;
          order: 12;
}

.last\:order-first:last-child {
  -webkit-box-ordinal-group: -9998;
          order: -9999;
}

.last\:order-last:last-child {
  -webkit-box-ordinal-group: 10000;
          order: 9999;
}

.last\:order-none:last-child {
  -webkit-box-ordinal-group: 1;
          order: 0;
}

.odd\:order-1:nth-child(odd) {
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.odd\:order-2:nth-child(odd) {
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.odd\:order-3:nth-child(odd) {
  -webkit-box-ordinal-group: 4;
          order: 3;
}

.odd\:order-4:nth-child(odd) {
  -webkit-box-ordinal-group: 5;
          order: 4;
}

.odd\:order-5:nth-child(odd) {
  -webkit-box-ordinal-group: 6;
          order: 5;
}

.odd\:order-6:nth-child(odd) {
  -webkit-box-ordinal-group: 7;
          order: 6;
}

.odd\:order-7:nth-child(odd) {
  -webkit-box-ordinal-group: 8;
          order: 7;
}

.odd\:order-8:nth-child(odd) {
  -webkit-box-ordinal-group: 9;
          order: 8;
}

.odd\:order-9:nth-child(odd) {
  -webkit-box-ordinal-group: 10;
          order: 9;
}

.odd\:order-10:nth-child(odd) {
  -webkit-box-ordinal-group: 11;
          order: 10;
}

.odd\:order-11:nth-child(odd) {
  -webkit-box-ordinal-group: 12;
          order: 11;
}

.odd\:order-12:nth-child(odd) {
  -webkit-box-ordinal-group: 13;
          order: 12;
}

.odd\:order-first:nth-child(odd) {
  -webkit-box-ordinal-group: -9998;
          order: -9999;
}

.odd\:order-last:nth-child(odd) {
  -webkit-box-ordinal-group: 10000;
          order: 9999;
}

.odd\:order-none:nth-child(odd) {
  -webkit-box-ordinal-group: 1;
          order: 0;
}

.even\:order-1:nth-child(even) {
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.even\:order-2:nth-child(even) {
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.even\:order-3:nth-child(even) {
  -webkit-box-ordinal-group: 4;
          order: 3;
}

.even\:order-4:nth-child(even) {
  -webkit-box-ordinal-group: 5;
          order: 4;
}

.even\:order-5:nth-child(even) {
  -webkit-box-ordinal-group: 6;
          order: 5;
}

.even\:order-6:nth-child(even) {
  -webkit-box-ordinal-group: 7;
          order: 6;
}

.even\:order-7:nth-child(even) {
  -webkit-box-ordinal-group: 8;
          order: 7;
}

.even\:order-8:nth-child(even) {
  -webkit-box-ordinal-group: 9;
          order: 8;
}

.even\:order-9:nth-child(even) {
  -webkit-box-ordinal-group: 10;
          order: 9;
}

.even\:order-10:nth-child(even) {
  -webkit-box-ordinal-group: 11;
          order: 10;
}

.even\:order-11:nth-child(even) {
  -webkit-box-ordinal-group: 12;
          order: 11;
}

.even\:order-12:nth-child(even) {
  -webkit-box-ordinal-group: 13;
          order: 12;
}

.even\:order-first:nth-child(even) {
  -webkit-box-ordinal-group: -9998;
          order: -9999;
}

.even\:order-last:nth-child(even) {
  -webkit-box-ordinal-group: 10000;
          order: 9999;
}

.even\:order-none:nth-child(even) {
  -webkit-box-ordinal-group: 1;
          order: 0;
}

.hover\:order-1:hover {
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.hover\:order-2:hover {
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.hover\:order-3:hover {
  -webkit-box-ordinal-group: 4;
          order: 3;
}

.hover\:order-4:hover {
  -webkit-box-ordinal-group: 5;
          order: 4;
}

.hover\:order-5:hover {
  -webkit-box-ordinal-group: 6;
          order: 5;
}

.hover\:order-6:hover {
  -webkit-box-ordinal-group: 7;
          order: 6;
}

.hover\:order-7:hover {
  -webkit-box-ordinal-group: 8;
          order: 7;
}

.hover\:order-8:hover {
  -webkit-box-ordinal-group: 9;
          order: 8;
}

.hover\:order-9:hover {
  -webkit-box-ordinal-group: 10;
          order: 9;
}

.hover\:order-10:hover {
  -webkit-box-ordinal-group: 11;
          order: 10;
}

.hover\:order-11:hover {
  -webkit-box-ordinal-group: 12;
          order: 11;
}

.hover\:order-12:hover {
  -webkit-box-ordinal-group: 13;
          order: 12;
}

.hover\:order-first:hover {
  -webkit-box-ordinal-group: -9998;
          order: -9999;
}

.hover\:order-last:hover {
  -webkit-box-ordinal-group: 10000;
          order: 9999;
}

.hover\:order-none:hover {
  -webkit-box-ordinal-group: 1;
          order: 0;
}

.focus\:order-1:focus {
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.focus\:order-2:focus {
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.focus\:order-3:focus {
  -webkit-box-ordinal-group: 4;
          order: 3;
}

.focus\:order-4:focus {
  -webkit-box-ordinal-group: 5;
          order: 4;
}

.focus\:order-5:focus {
  -webkit-box-ordinal-group: 6;
          order: 5;
}

.focus\:order-6:focus {
  -webkit-box-ordinal-group: 7;
          order: 6;
}

.focus\:order-7:focus {
  -webkit-box-ordinal-group: 8;
          order: 7;
}

.focus\:order-8:focus {
  -webkit-box-ordinal-group: 9;
          order: 8;
}

.focus\:order-9:focus {
  -webkit-box-ordinal-group: 10;
          order: 9;
}

.focus\:order-10:focus {
  -webkit-box-ordinal-group: 11;
          order: 10;
}

.focus\:order-11:focus {
  -webkit-box-ordinal-group: 12;
          order: 11;
}

.focus\:order-12:focus {
  -webkit-box-ordinal-group: 13;
          order: 12;
}

.focus\:order-first:focus {
  -webkit-box-ordinal-group: -9998;
          order: -9999;
}

.focus\:order-last:focus {
  -webkit-box-ordinal-group: 10000;
          order: 9999;
}

.focus\:order-none:focus {
  -webkit-box-ordinal-group: 1;
          order: 0;
}

.active\:order-1:active {
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.active\:order-2:active {
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.active\:order-3:active {
  -webkit-box-ordinal-group: 4;
          order: 3;
}

.active\:order-4:active {
  -webkit-box-ordinal-group: 5;
          order: 4;
}

.active\:order-5:active {
  -webkit-box-ordinal-group: 6;
          order: 5;
}

.active\:order-6:active {
  -webkit-box-ordinal-group: 7;
          order: 6;
}

.active\:order-7:active {
  -webkit-box-ordinal-group: 8;
          order: 7;
}

.active\:order-8:active {
  -webkit-box-ordinal-group: 9;
          order: 8;
}

.active\:order-9:active {
  -webkit-box-ordinal-group: 10;
          order: 9;
}

.active\:order-10:active {
  -webkit-box-ordinal-group: 11;
          order: 10;
}

.active\:order-11:active {
  -webkit-box-ordinal-group: 12;
          order: 11;
}

.active\:order-12:active {
  -webkit-box-ordinal-group: 13;
          order: 12;
}

.active\:order-first:active {
  -webkit-box-ordinal-group: -9998;
          order: -9999;
}

.active\:order-last:active {
  -webkit-box-ordinal-group: 10000;
          order: 9999;
}

.active\:order-none:active {
  -webkit-box-ordinal-group: 1;
          order: 0;
}

.visited\:order-1:visited {
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.visited\:order-2:visited {
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.visited\:order-3:visited {
  -webkit-box-ordinal-group: 4;
          order: 3;
}

.visited\:order-4:visited {
  -webkit-box-ordinal-group: 5;
          order: 4;
}

.visited\:order-5:visited {
  -webkit-box-ordinal-group: 6;
          order: 5;
}

.visited\:order-6:visited {
  -webkit-box-ordinal-group: 7;
          order: 6;
}

.visited\:order-7:visited {
  -webkit-box-ordinal-group: 8;
          order: 7;
}

.visited\:order-8:visited {
  -webkit-box-ordinal-group: 9;
          order: 8;
}

.visited\:order-9:visited {
  -webkit-box-ordinal-group: 10;
          order: 9;
}

.visited\:order-10:visited {
  -webkit-box-ordinal-group: 11;
          order: 10;
}

.visited\:order-11:visited {
  -webkit-box-ordinal-group: 12;
          order: 11;
}

.visited\:order-12:visited {
  -webkit-box-ordinal-group: 13;
          order: 12;
}

.visited\:order-first:visited {
  -webkit-box-ordinal-group: -9998;
          order: -9999;
}

.visited\:order-last:visited {
  -webkit-box-ordinal-group: 10000;
          order: 9999;
}

.visited\:order-none:visited {
  -webkit-box-ordinal-group: 1;
          order: 0;
}

.disabled\:order-1:disabled {
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.disabled\:order-2:disabled {
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.disabled\:order-3:disabled {
  -webkit-box-ordinal-group: 4;
          order: 3;
}

.disabled\:order-4:disabled {
  -webkit-box-ordinal-group: 5;
          order: 4;
}

.disabled\:order-5:disabled {
  -webkit-box-ordinal-group: 6;
          order: 5;
}

.disabled\:order-6:disabled {
  -webkit-box-ordinal-group: 7;
          order: 6;
}

.disabled\:order-7:disabled {
  -webkit-box-ordinal-group: 8;
          order: 7;
}

.disabled\:order-8:disabled {
  -webkit-box-ordinal-group: 9;
          order: 8;
}

.disabled\:order-9:disabled {
  -webkit-box-ordinal-group: 10;
          order: 9;
}

.disabled\:order-10:disabled {
  -webkit-box-ordinal-group: 11;
          order: 10;
}

.disabled\:order-11:disabled {
  -webkit-box-ordinal-group: 12;
          order: 11;
}

.disabled\:order-12:disabled {
  -webkit-box-ordinal-group: 13;
          order: 12;
}

.disabled\:order-first:disabled {
  -webkit-box-ordinal-group: -9998;
          order: -9999;
}

.disabled\:order-last:disabled {
  -webkit-box-ordinal-group: 10000;
          order: 9999;
}

.disabled\:order-none:disabled {
  -webkit-box-ordinal-group: 1;
          order: 0;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.float-none {
  float: none;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.group:hover .group-hover\:float-right {
  float: right;
}

.group:hover .group-hover\:float-left {
  float: left;
}

.group:hover .group-hover\:float-none {
  float: none;
}

.group:hover .group-hover\:clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.focus-within\:float-right:focus-within {
  float: right;
}

.focus-within\:float-left:focus-within {
  float: left;
}

.focus-within\:float-none:focus-within {
  float: none;
}

.focus-within\:clearfix:focus-within:after {
  content: "";
  display: table;
  clear: both;
}

.first\:float-right:first-child {
  float: right;
}

.first\:float-left:first-child {
  float: left;
}

.first\:float-none:first-child {
  float: none;
}

.first\:clearfix:first-child:after {
  content: "";
  display: table;
  clear: both;
}

.last\:float-right:last-child {
  float: right;
}

.last\:float-left:last-child {
  float: left;
}

.last\:float-none:last-child {
  float: none;
}

.last\:clearfix:last-child:after {
  content: "";
  display: table;
  clear: both;
}

.odd\:float-right:nth-child(odd) {
  float: right;
}

.odd\:float-left:nth-child(odd) {
  float: left;
}

.odd\:float-none:nth-child(odd) {
  float: none;
}

.odd\:clearfix:nth-child(odd):after {
  content: "";
  display: table;
  clear: both;
}

.even\:float-right:nth-child(even) {
  float: right;
}

.even\:float-left:nth-child(even) {
  float: left;
}

.even\:float-none:nth-child(even) {
  float: none;
}

.even\:clearfix:nth-child(even):after {
  content: "";
  display: table;
  clear: both;
}

.hover\:float-right:hover {
  float: right;
}

.hover\:float-left:hover {
  float: left;
}

.hover\:float-none:hover {
  float: none;
}

.hover\:clearfix:hover:after {
  content: "";
  display: table;
  clear: both;
}

.focus\:float-right:focus {
  float: right;
}

.focus\:float-left:focus {
  float: left;
}

.focus\:float-none:focus {
  float: none;
}

.focus\:clearfix:focus:after {
  content: "";
  display: table;
  clear: both;
}

.active\:float-right:active {
  float: right;
}

.active\:float-left:active {
  float: left;
}

.active\:float-none:active {
  float: none;
}

.active\:clearfix:active:after {
  content: "";
  display: table;
  clear: both;
}

.visited\:float-right:visited {
  float: right;
}

.visited\:float-left:visited {
  float: left;
}

.visited\:float-none:visited {
  float: none;
}

.visited\:clearfix:visited:after {
  content: "";
  display: table;
  clear: both;
}

.disabled\:float-right:disabled {
  float: right;
}

.disabled\:float-left:disabled {
  float: left;
}

.disabled\:float-none:disabled {
  float: none;
}

.disabled\:clearfix:disabled:after {
  content: "";
  display: table;
  clear: both;
}

.font-sans {
  font-family: -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";
}

.font-serif {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
}

.font-mono {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.group:hover .group-hover\:font-sans {
  font-family: -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";
}

.group:hover .group-hover\:font-serif {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
}

.group:hover .group-hover\:font-mono {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.focus-within\:font-sans:focus-within {
  font-family: -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";
}

.focus-within\:font-serif:focus-within {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
}

.focus-within\:font-mono:focus-within {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.first\:font-sans:first-child {
  font-family: -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";
}

.first\:font-serif:first-child {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
}

.first\:font-mono:first-child {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.last\:font-sans:last-child {
  font-family: -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";
}

.last\:font-serif:last-child {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
}

.last\:font-mono:last-child {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.odd\:font-sans:nth-child(odd) {
  font-family: -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";
}

.odd\:font-serif:nth-child(odd) {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
}

.odd\:font-mono:nth-child(odd) {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.even\:font-sans:nth-child(even) {
  font-family: -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";
}

.even\:font-serif:nth-child(even) {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
}

.even\:font-mono:nth-child(even) {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.hover\:font-sans:hover {
  font-family: -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";
}

.hover\:font-serif:hover {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
}

.hover\:font-mono:hover {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.focus\:font-sans:focus {
  font-family: -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";
}

.focus\:font-serif:focus {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
}

.focus\:font-mono:focus {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.active\:font-sans:active {
  font-family: -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";
}

.active\:font-serif:active {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
}

.active\:font-mono:active {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.visited\:font-sans:visited {
  font-family: -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";
}

.visited\:font-serif:visited {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
}

.visited\:font-mono:visited {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.disabled\:font-sans:disabled {
  font-family: -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";
}

.disabled\:font-serif:disabled {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
}

.disabled\:font-mono:disabled {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.font-hairline {
  font-weight: 100;
}

.font-thin {
  font-weight: 200;
}

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

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-black {
  font-weight: 900;
}

.group:hover .group-hover\:font-hairline {
  font-weight: 100;
}

.group:hover .group-hover\:font-thin {
  font-weight: 200;
}

.group:hover .group-hover\:font-light {
  font-weight: 300;
}

.group:hover .group-hover\:font-normal {
  font-weight: 400;
}

.group:hover .group-hover\:font-medium {
  font-weight: 500;
}

.group:hover .group-hover\:font-semibold {
  font-weight: 600;
}

.group:hover .group-hover\:font-bold {
  font-weight: 700;
}

.group:hover .group-hover\:font-extrabold {
  font-weight: 800;
}

.group:hover .group-hover\:font-black {
  font-weight: 900;
}

.focus-within\:font-hairline:focus-within {
  font-weight: 100;
}

.focus-within\:font-thin:focus-within {
  font-weight: 200;
}

.focus-within\:font-light:focus-within {
  font-weight: 300;
}

.focus-within\:font-normal:focus-within {
  font-weight: 400;
}

.focus-within\:font-medium:focus-within {
  font-weight: 500;
}

.focus-within\:font-semibold:focus-within {
  font-weight: 600;
}

.focus-within\:font-bold:focus-within {
  font-weight: 700;
}

.focus-within\:font-extrabold:focus-within {
  font-weight: 800;
}

.focus-within\:font-black:focus-within {
  font-weight: 900;
}

.first\:font-hairline:first-child {
  font-weight: 100;
}

.first\:font-thin:first-child {
  font-weight: 200;
}

.first\:font-light:first-child {
  font-weight: 300;
}

.first\:font-normal:first-child {
  font-weight: 400;
}

.first\:font-medium:first-child {
  font-weight: 500;
}

.first\:font-semibold:first-child {
  font-weight: 600;
}

.first\:font-bold:first-child {
  font-weight: 700;
}

.first\:font-extrabold:first-child {
  font-weight: 800;
}

.first\:font-black:first-child {
  font-weight: 900;
}

.last\:font-hairline:last-child {
  font-weight: 100;
}

.last\:font-thin:last-child {
  font-weight: 200;
}

.last\:font-light:last-child {
  font-weight: 300;
}

.last\:font-normal:last-child {
  font-weight: 400;
}

.last\:font-medium:last-child {
  font-weight: 500;
}

.last\:font-semibold:last-child {
  font-weight: 600;
}

.last\:font-bold:last-child {
  font-weight: 700;
}

.last\:font-extrabold:last-child {
  font-weight: 800;
}

.last\:font-black:last-child {
  font-weight: 900;
}

.odd\:font-hairline:nth-child(odd) {
  font-weight: 100;
}

.odd\:font-thin:nth-child(odd) {
  font-weight: 200;
}

.odd\:font-light:nth-child(odd) {
  font-weight: 300;
}

.odd\:font-normal:nth-child(odd) {
  font-weight: 400;
}

.odd\:font-medium:nth-child(odd) {
  font-weight: 500;
}

.odd\:font-semibold:nth-child(odd) {
  font-weight: 600;
}

.odd\:font-bold:nth-child(odd) {
  font-weight: 700;
}

.odd\:font-extrabold:nth-child(odd) {
  font-weight: 800;
}

.odd\:font-black:nth-child(odd) {
  font-weight: 900;
}

.even\:font-hairline:nth-child(even) {
  font-weight: 100;
}

.even\:font-thin:nth-child(even) {
  font-weight: 200;
}

.even\:font-light:nth-child(even) {
  font-weight: 300;
}

.even\:font-normal:nth-child(even) {
  font-weight: 400;
}

.even\:font-medium:nth-child(even) {
  font-weight: 500;
}

.even\:font-semibold:nth-child(even) {
  font-weight: 600;
}

.even\:font-bold:nth-child(even) {
  font-weight: 700;
}

.even\:font-extrabold:nth-child(even) {
  font-weight: 800;
}

.even\:font-black:nth-child(even) {
  font-weight: 900;
}

.hover\:font-hairline:hover {
  font-weight: 100;
}

.hover\:font-thin:hover {
  font-weight: 200;
}

.hover\:font-light:hover {
  font-weight: 300;
}

.hover\:font-normal:hover {
  font-weight: 400;
}

.hover\:font-medium:hover {
  font-weight: 500;
}

.hover\:font-semibold:hover {
  font-weight: 600;
}

.hover\:font-bold:hover {
  font-weight: 700;
}

.hover\:font-extrabold:hover {
  font-weight: 800;
}

.hover\:font-black:hover {
  font-weight: 900;
}

.focus\:font-hairline:focus {
  font-weight: 100;
}

.focus\:font-thin:focus {
  font-weight: 200;
}

.focus\:font-light:focus {
  font-weight: 300;
}

.focus\:font-normal:focus {
  font-weight: 400;
}

.focus\:font-medium:focus {
  font-weight: 500;
}

.focus\:font-semibold:focus {
  font-weight: 600;
}

.focus\:font-bold:focus {
  font-weight: 700;
}

.focus\:font-extrabold:focus {
  font-weight: 800;
}

.focus\:font-black:focus {
  font-weight: 900;
}

.active\:font-hairline:active {
  font-weight: 100;
}

.active\:font-thin:active {
  font-weight: 200;
}

.active\:font-light:active {
  font-weight: 300;
}

.active\:font-normal:active {
  font-weight: 400;
}

.active\:font-medium:active {
  font-weight: 500;
}

.active\:font-semibold:active {
  font-weight: 600;
}

.active\:font-bold:active {
  font-weight: 700;
}

.active\:font-extrabold:active {
  font-weight: 800;
}

.active\:font-black:active {
  font-weight: 900;
}

.visited\:font-hairline:visited {
  font-weight: 100;
}

.visited\:font-thin:visited {
  font-weight: 200;
}

.visited\:font-light:visited {
  font-weight: 300;
}

.visited\:font-normal:visited {
  font-weight: 400;
}

.visited\:font-medium:visited {
  font-weight: 500;
}

.visited\:font-semibold:visited {
  font-weight: 600;
}

.visited\:font-bold:visited {
  font-weight: 700;
}

.visited\:font-extrabold:visited {
  font-weight: 800;
}

.visited\:font-black:visited {
  font-weight: 900;
}

.disabled\:font-hairline:disabled {
  font-weight: 100;
}

.disabled\:font-thin:disabled {
  font-weight: 200;
}

.disabled\:font-light:disabled {
  font-weight: 300;
}

.disabled\:font-normal:disabled {
  font-weight: 400;
}

.disabled\:font-medium:disabled {
  font-weight: 500;
}

.disabled\:font-semibold:disabled {
  font-weight: 600;
}

.disabled\:font-bold:disabled {
  font-weight: 700;
}

.disabled\:font-extrabold:disabled {
  font-weight: 800;
}

.disabled\:font-black:disabled {
  font-weight: 900;
}

.h-0 {
  height: 0;
}

.h-1 {
  height: 0.25rem;
}

.h-2 {
  height: 0.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-32 {
  height: 8rem;
}

.h-40 {
  height: 10rem;
}

.h-48 {
  height: 12rem;
}

.h-56 {
  height: 14rem;
}

.h-64 {
  height: 16rem;
}

.h-auto {
  height: auto;
}

.h-px {
  height: 1px;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.group:hover .group-hover\:h-0 {
  height: 0;
}

.group:hover .group-hover\:h-1 {
  height: 0.25rem;
}

.group:hover .group-hover\:h-2 {
  height: 0.5rem;
}

.group:hover .group-hover\:h-3 {
  height: 0.75rem;
}

.group:hover .group-hover\:h-4 {
  height: 1rem;
}

.group:hover .group-hover\:h-5 {
  height: 1.25rem;
}

.group:hover .group-hover\:h-6 {
  height: 1.5rem;
}

.group:hover .group-hover\:h-8 {
  height: 2rem;
}

.group:hover .group-hover\:h-10 {
  height: 2.5rem;
}

.group:hover .group-hover\:h-12 {
  height: 3rem;
}

.group:hover .group-hover\:h-16 {
  height: 4rem;
}

.group:hover .group-hover\:h-20 {
  height: 5rem;
}

.group:hover .group-hover\:h-24 {
  height: 6rem;
}

.group:hover .group-hover\:h-32 {
  height: 8rem;
}

.group:hover .group-hover\:h-40 {
  height: 10rem;
}

.group:hover .group-hover\:h-48 {
  height: 12rem;
}

.group:hover .group-hover\:h-56 {
  height: 14rem;
}

.group:hover .group-hover\:h-64 {
  height: 16rem;
}

.group:hover .group-hover\:h-auto {
  height: auto;
}

.group:hover .group-hover\:h-px {
  height: 1px;
}

.group:hover .group-hover\:h-full {
  height: 100%;
}

.group:hover .group-hover\:h-screen {
  height: 100vh;
}

.focus-within\:h-0:focus-within {
  height: 0;
}

.focus-within\:h-1:focus-within {
  height: 0.25rem;
}

.focus-within\:h-2:focus-within {
  height: 0.5rem;
}

.focus-within\:h-3:focus-within {
  height: 0.75rem;
}

.focus-within\:h-4:focus-within {
  height: 1rem;
}

.focus-within\:h-5:focus-within {
  height: 1.25rem;
}

.focus-within\:h-6:focus-within {
  height: 1.5rem;
}

.focus-within\:h-8:focus-within {
  height: 2rem;
}

.focus-within\:h-10:focus-within {
  height: 2.5rem;
}

.focus-within\:h-12:focus-within {
  height: 3rem;
}

.focus-within\:h-16:focus-within {
  height: 4rem;
}

.focus-within\:h-20:focus-within {
  height: 5rem;
}

.focus-within\:h-24:focus-within {
  height: 6rem;
}

.focus-within\:h-32:focus-within {
  height: 8rem;
}

.focus-within\:h-40:focus-within {
  height: 10rem;
}

.focus-within\:h-48:focus-within {
  height: 12rem;
}

.focus-within\:h-56:focus-within {
  height: 14rem;
}

.focus-within\:h-64:focus-within {
  height: 16rem;
}

.focus-within\:h-auto:focus-within {
  height: auto;
}

.focus-within\:h-px:focus-within {
  height: 1px;
}

.focus-within\:h-full:focus-within {
  height: 100%;
}

.focus-within\:h-screen:focus-within {
  height: 100vh;
}

.first\:h-0:first-child {
  height: 0;
}

.first\:h-1:first-child {
  height: 0.25rem;
}

.first\:h-2:first-child {
  height: 0.5rem;
}

.first\:h-3:first-child {
  height: 0.75rem;
}

.first\:h-4:first-child {
  height: 1rem;
}

.first\:h-5:first-child {
  height: 1.25rem;
}

.first\:h-6:first-child {
  height: 1.5rem;
}

.first\:h-8:first-child {
  height: 2rem;
}

.first\:h-10:first-child {
  height: 2.5rem;
}

.first\:h-12:first-child {
  height: 3rem;
}

.first\:h-16:first-child {
  height: 4rem;
}

.first\:h-20:first-child {
  height: 5rem;
}

.first\:h-24:first-child {
  height: 6rem;
}

.first\:h-32:first-child {
  height: 8rem;
}

.first\:h-40:first-child {
  height: 10rem;
}

.first\:h-48:first-child {
  height: 12rem;
}

.first\:h-56:first-child {
  height: 14rem;
}

.first\:h-64:first-child {
  height: 16rem;
}

.first\:h-auto:first-child {
  height: auto;
}

.first\:h-px:first-child {
  height: 1px;
}

.first\:h-full:first-child {
  height: 100%;
}

.first\:h-screen:first-child {
  height: 100vh;
}

.last\:h-0:last-child {
  height: 0;
}

.last\:h-1:last-child {
  height: 0.25rem;
}

.last\:h-2:last-child {
  height: 0.5rem;
}

.last\:h-3:last-child {
  height: 0.75rem;
}

.last\:h-4:last-child {
  height: 1rem;
}

.last\:h-5:last-child {
  height: 1.25rem;
}

.last\:h-6:last-child {
  height: 1.5rem;
}

.last\:h-8:last-child {
  height: 2rem;
}

.last\:h-10:last-child {
  height: 2.5rem;
}

.last\:h-12:last-child {
  height: 3rem;
}

.last\:h-16:last-child {
  height: 4rem;
}

.last\:h-20:last-child {
  height: 5rem;
}

.last\:h-24:last-child {
  height: 6rem;
}

.last\:h-32:last-child {
  height: 8rem;
}

.last\:h-40:last-child {
  height: 10rem;
}

.last\:h-48:last-child {
  height: 12rem;
}

.last\:h-56:last-child {
  height: 14rem;
}

.last\:h-64:last-child {
  height: 16rem;
}

.last\:h-auto:last-child {
  height: auto;
}

.last\:h-px:last-child {
  height: 1px;
}

.last\:h-full:last-child {
  height: 100%;
}

.last\:h-screen:last-child {
  height: 100vh;
}

.odd\:h-0:nth-child(odd) {
  height: 0;
}

.odd\:h-1:nth-child(odd) {
  height: 0.25rem;
}

.odd\:h-2:nth-child(odd) {
  height: 0.5rem;
}

.odd\:h-3:nth-child(odd) {
  height: 0.75rem;
}

.odd\:h-4:nth-child(odd) {
  height: 1rem;
}

.odd\:h-5:nth-child(odd) {
  height: 1.25rem;
}

.odd\:h-6:nth-child(odd) {
  height: 1.5rem;
}

.odd\:h-8:nth-child(odd) {
  height: 2rem;
}

.odd\:h-10:nth-child(odd) {
  height: 2.5rem;
}

.odd\:h-12:nth-child(odd) {
  height: 3rem;
}

.odd\:h-16:nth-child(odd) {
  height: 4rem;
}

.odd\:h-20:nth-child(odd) {
  height: 5rem;
}

.odd\:h-24:nth-child(odd) {
  height: 6rem;
}

.odd\:h-32:nth-child(odd) {
  height: 8rem;
}

.odd\:h-40:nth-child(odd) {
  height: 10rem;
}

.odd\:h-48:nth-child(odd) {
  height: 12rem;
}

.odd\:h-56:nth-child(odd) {
  height: 14rem;
}

.odd\:h-64:nth-child(odd) {
  height: 16rem;
}

.odd\:h-auto:nth-child(odd) {
  height: auto;
}

.odd\:h-px:nth-child(odd) {
  height: 1px;
}

.odd\:h-full:nth-child(odd) {
  height: 100%;
}

.odd\:h-screen:nth-child(odd) {
  height: 100vh;
}

.even\:h-0:nth-child(even) {
  height: 0;
}

.even\:h-1:nth-child(even) {
  height: 0.25rem;
}

.even\:h-2:nth-child(even) {
  height: 0.5rem;
}

.even\:h-3:nth-child(even) {
  height: 0.75rem;
}

.even\:h-4:nth-child(even) {
  height: 1rem;
}

.even\:h-5:nth-child(even) {
  height: 1.25rem;
}

.even\:h-6:nth-child(even) {
  height: 1.5rem;
}

.even\:h-8:nth-child(even) {
  height: 2rem;
}

.even\:h-10:nth-child(even) {
  height: 2.5rem;
}

.even\:h-12:nth-child(even) {
  height: 3rem;
}

.even\:h-16:nth-child(even) {
  height: 4rem;
}

.even\:h-20:nth-child(even) {
  height: 5rem;
}

.even\:h-24:nth-child(even) {
  height: 6rem;
}

.even\:h-32:nth-child(even) {
  height: 8rem;
}

.even\:h-40:nth-child(even) {
  height: 10rem;
}

.even\:h-48:nth-child(even) {
  height: 12rem;
}

.even\:h-56:nth-child(even) {
  height: 14rem;
}

.even\:h-64:nth-child(even) {
  height: 16rem;
}

.even\:h-auto:nth-child(even) {
  height: auto;
}

.even\:h-px:nth-child(even) {
  height: 1px;
}

.even\:h-full:nth-child(even) {
  height: 100%;
}

.even\:h-screen:nth-child(even) {
  height: 100vh;
}

.hover\:h-0:hover {
  height: 0;
}

.hover\:h-1:hover {
  height: 0.25rem;
}

.hover\:h-2:hover {
  height: 0.5rem;
}

.hover\:h-3:hover {
  height: 0.75rem;
}

.hover\:h-4:hover {
  height: 1rem;
}

.hover\:h-5:hover {
  height: 1.25rem;
}

.hover\:h-6:hover {
  height: 1.5rem;
}

.hover\:h-8:hover {
  height: 2rem;
}

.hover\:h-10:hover {
  height: 2.5rem;
}

.hover\:h-12:hover {
  height: 3rem;
}

.hover\:h-16:hover {
  height: 4rem;
}

.hover\:h-20:hover {
  height: 5rem;
}

.hover\:h-24:hover {
  height: 6rem;
}

.hover\:h-32:hover {
  height: 8rem;
}

.hover\:h-40:hover {
  height: 10rem;
}

.hover\:h-48:hover {
  height: 12rem;
}

.hover\:h-56:hover {
  height: 14rem;
}

.hover\:h-64:hover {
  height: 16rem;
}

.hover\:h-auto:hover {
  height: auto;
}

.hover\:h-px:hover {
  height: 1px;
}

.hover\:h-full:hover {
  height: 100%;
}

.hover\:h-screen:hover {
  height: 100vh;
}

.focus\:h-0:focus {
  height: 0;
}

.focus\:h-1:focus {
  height: 0.25rem;
}

.focus\:h-2:focus {
  height: 0.5rem;
}

.focus\:h-3:focus {
  height: 0.75rem;
}

.focus\:h-4:focus {
  height: 1rem;
}

.focus\:h-5:focus {
  height: 1.25rem;
}

.focus\:h-6:focus {
  height: 1.5rem;
}

.focus\:h-8:focus {
  height: 2rem;
}

.focus\:h-10:focus {
  height: 2.5rem;
}

.focus\:h-12:focus {
  height: 3rem;
}

.focus\:h-16:focus {
  height: 4rem;
}

.focus\:h-20:focus {
  height: 5rem;
}

.focus\:h-24:focus {
  height: 6rem;
}

.focus\:h-32:focus {
  height: 8rem;
}

.focus\:h-40:focus {
  height: 10rem;
}

.focus\:h-48:focus {
  height: 12rem;
}

.focus\:h-56:focus {
  height: 14rem;
}

.focus\:h-64:focus {
  height: 16rem;
}

.focus\:h-auto:focus {
  height: auto;
}

.focus\:h-px:focus {
  height: 1px;
}

.focus\:h-full:focus {
  height: 100%;
}

.focus\:h-screen:focus {
  height: 100vh;
}

.active\:h-0:active {
  height: 0;
}

.active\:h-1:active {
  height: 0.25rem;
}

.active\:h-2:active {
  height: 0.5rem;
}

.active\:h-3:active {
  height: 0.75rem;
}

.active\:h-4:active {
  height: 1rem;
}

.active\:h-5:active {
  height: 1.25rem;
}

.active\:h-6:active {
  height: 1.5rem;
}

.active\:h-8:active {
  height: 2rem;
}

.active\:h-10:active {
  height: 2.5rem;
}

.active\:h-12:active {
  height: 3rem;
}

.active\:h-16:active {
  height: 4rem;
}

.active\:h-20:active {
  height: 5rem;
}

.active\:h-24:active {
  height: 6rem;
}

.active\:h-32:active {
  height: 8rem;
}

.active\:h-40:active {
  height: 10rem;
}

.active\:h-48:active {
  height: 12rem;
}

.active\:h-56:active {
  height: 14rem;
}

.active\:h-64:active {
  height: 16rem;
}

.active\:h-auto:active {
  height: auto;
}

.active\:h-px:active {
  height: 1px;
}

.active\:h-full:active {
  height: 100%;
}

.active\:h-screen:active {
  height: 100vh;
}

.visited\:h-0:visited {
  height: 0;
}

.visited\:h-1:visited {
  height: 0.25rem;
}

.visited\:h-2:visited {
  height: 0.5rem;
}

.visited\:h-3:visited {
  height: 0.75rem;
}

.visited\:h-4:visited {
  height: 1rem;
}

.visited\:h-5:visited {
  height: 1.25rem;
}

.visited\:h-6:visited {
  height: 1.5rem;
}

.visited\:h-8:visited {
  height: 2rem;
}

.visited\:h-10:visited {
  height: 2.5rem;
}

.visited\:h-12:visited {
  height: 3rem;
}

.visited\:h-16:visited {
  height: 4rem;
}

.visited\:h-20:visited {
  height: 5rem;
}

.visited\:h-24:visited {
  height: 6rem;
}

.visited\:h-32:visited {
  height: 8rem;
}

.visited\:h-40:visited {
  height: 10rem;
}

.visited\:h-48:visited {
  height: 12rem;
}

.visited\:h-56:visited {
  height: 14rem;
}

.visited\:h-64:visited {
  height: 16rem;
}

.visited\:h-auto:visited {
  height: auto;
}

.visited\:h-px:visited {
  height: 1px;
}

.visited\:h-full:visited {
  height: 100%;
}

.visited\:h-screen:visited {
  height: 100vh;
}

.disabled\:h-0:disabled {
  height: 0;
}

.disabled\:h-1:disabled {
  height: 0.25rem;
}

.disabled\:h-2:disabled {
  height: 0.5rem;
}

.disabled\:h-3:disabled {
  height: 0.75rem;
}

.disabled\:h-4:disabled {
  height: 1rem;
}

.disabled\:h-5:disabled {
  height: 1.25rem;
}

.disabled\:h-6:disabled {
  height: 1.5rem;
}

.disabled\:h-8:disabled {
  height: 2rem;
}

.disabled\:h-10:disabled {
  height: 2.5rem;
}

.disabled\:h-12:disabled {
  height: 3rem;
}

.disabled\:h-16:disabled {
  height: 4rem;
}

.disabled\:h-20:disabled {
  height: 5rem;
}

.disabled\:h-24:disabled {
  height: 6rem;
}

.disabled\:h-32:disabled {
  height: 8rem;
}

.disabled\:h-40:disabled {
  height: 10rem;
}

.disabled\:h-48:disabled {
  height: 12rem;
}

.disabled\:h-56:disabled {
  height: 14rem;
}

.disabled\:h-64:disabled {
  height: 16rem;
}

.disabled\:h-auto:disabled {
  height: auto;
}

.disabled\:h-px:disabled {
  height: 1px;
}

.disabled\:h-full:disabled {
  height: 100%;
}

.disabled\:h-screen:disabled {
  height: 100vh;
}

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

.leading-tight {
  line-height: 1.25;
}

.leading-snug {
  line-height: 1.375;
}

.leading-normal {
  line-height: 1.5;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-loose {
  line-height: 2;
}

.group:hover .group-hover\:leading-none {
  line-height: 1;
}

.group:hover .group-hover\:leading-tight {
  line-height: 1.25;
}

.group:hover .group-hover\:leading-snug {
  line-height: 1.375;
}

.group:hover .group-hover\:leading-normal {
  line-height: 1.5;
}

.group:hover .group-hover\:leading-relaxed {
  line-height: 1.625;
}

.group:hover .group-hover\:leading-loose {
  line-height: 2;
}

.focus-within\:leading-none:focus-within {
  line-height: 1;
}

.focus-within\:leading-tight:focus-within {
  line-height: 1.25;
}

.focus-within\:leading-snug:focus-within {
  line-height: 1.375;
}

.focus-within\:leading-normal:focus-within {
  line-height: 1.5;
}

.focus-within\:leading-relaxed:focus-within {
  line-height: 1.625;
}

.focus-within\:leading-loose:focus-within {
  line-height: 2;
}

.first\:leading-none:first-child {
  line-height: 1;
}

.first\:leading-tight:first-child {
  line-height: 1.25;
}

.first\:leading-snug:first-child {
  line-height: 1.375;
}

.first\:leading-normal:first-child {
  line-height: 1.5;
}

.first\:leading-relaxed:first-child {
  line-height: 1.625;
}

.first\:leading-loose:first-child {
  line-height: 2;
}

.last\:leading-none:last-child {
  line-height: 1;
}

.last\:leading-tight:last-child {
  line-height: 1.25;
}

.last\:leading-snug:last-child {
  line-height: 1.375;
}

.last\:leading-normal:last-child {
  line-height: 1.5;
}

.last\:leading-relaxed:last-child {
  line-height: 1.625;
}

.last\:leading-loose:last-child {
  line-height: 2;
}

.odd\:leading-none:nth-child(odd) {
  line-height: 1;
}

.odd\:leading-tight:nth-child(odd) {
  line-height: 1.25;
}

.odd\:leading-snug:nth-child(odd) {
  line-height: 1.375;
}

.odd\:leading-normal:nth-child(odd) {
  line-height: 1.5;
}

.odd\:leading-relaxed:nth-child(odd) {
  line-height: 1.625;
}

.odd\:leading-loose:nth-child(odd) {
  line-height: 2;
}

.even\:leading-none:nth-child(even) {
  line-height: 1;
}

.even\:leading-tight:nth-child(even) {
  line-height: 1.25;
}

.even\:leading-snug:nth-child(even) {
  line-height: 1.375;
}

.even\:leading-normal:nth-child(even) {
  line-height: 1.5;
}

.even\:leading-relaxed:nth-child(even) {
  line-height: 1.625;
}

.even\:leading-loose:nth-child(even) {
  line-height: 2;
}

.hover\:leading-none:hover {
  line-height: 1;
}

.hover\:leading-tight:hover {
  line-height: 1.25;
}

.hover\:leading-snug:hover {
  line-height: 1.375;
}

.hover\:leading-normal:hover {
  line-height: 1.5;
}

.hover\:leading-relaxed:hover {
  line-height: 1.625;
}

.hover\:leading-loose:hover {
  line-height: 2;
}

.focus\:leading-none:focus {
  line-height: 1;
}

.focus\:leading-tight:focus {
  line-height: 1.25;
}

.focus\:leading-snug:focus {
  line-height: 1.375;
}

.focus\:leading-normal:focus {
  line-height: 1.5;
}

.focus\:leading-relaxed:focus {
  line-height: 1.625;
}

.focus\:leading-loose:focus {
  line-height: 2;
}

.active\:leading-none:active {
  line-height: 1;
}

.active\:leading-tight:active {
  line-height: 1.25;
}

.active\:leading-snug:active {
  line-height: 1.375;
}

.active\:leading-normal:active {
  line-height: 1.5;
}

.active\:leading-relaxed:active {
  line-height: 1.625;
}

.active\:leading-loose:active {
  line-height: 2;
}

.visited\:leading-none:visited {
  line-height: 1;
}

.visited\:leading-tight:visited {
  line-height: 1.25;
}

.visited\:leading-snug:visited {
  line-height: 1.375;
}

.visited\:leading-normal:visited {
  line-height: 1.5;
}

.visited\:leading-relaxed:visited {
  line-height: 1.625;
}

.visited\:leading-loose:visited {
  line-height: 2;
}

.disabled\:leading-none:disabled {
  line-height: 1;
}

.disabled\:leading-tight:disabled {
  line-height: 1.25;
}

.disabled\:leading-snug:disabled {
  line-height: 1.375;
}

.disabled\:leading-normal:disabled {
  line-height: 1.5;
}

.disabled\:leading-relaxed:disabled {
  line-height: 1.625;
}

.disabled\:leading-loose:disabled {
  line-height: 2;
}

.list-inside {
  list-style-position: inside;
}

.list-outside {
  list-style-position: outside;
}

.group:hover .group-hover\:list-inside {
  list-style-position: inside;
}

.group:hover .group-hover\:list-outside {
  list-style-position: outside;
}

.focus-within\:list-inside:focus-within {
  list-style-position: inside;
}

.focus-within\:list-outside:focus-within {
  list-style-position: outside;
}

.first\:list-inside:first-child {
  list-style-position: inside;
}

.first\:list-outside:first-child {
  list-style-position: outside;
}

.last\:list-inside:last-child {
  list-style-position: inside;
}

.last\:list-outside:last-child {
  list-style-position: outside;
}

.odd\:list-inside:nth-child(odd) {
  list-style-position: inside;
}

.odd\:list-outside:nth-child(odd) {
  list-style-position: outside;
}

.even\:list-inside:nth-child(even) {
  list-style-position: inside;
}

.even\:list-outside:nth-child(even) {
  list-style-position: outside;
}

.hover\:list-inside:hover {
  list-style-position: inside;
}

.hover\:list-outside:hover {
  list-style-position: outside;
}

.focus\:list-inside:focus {
  list-style-position: inside;
}

.focus\:list-outside:focus {
  list-style-position: outside;
}

.active\:list-inside:active {
  list-style-position: inside;
}

.active\:list-outside:active {
  list-style-position: outside;
}

.visited\:list-inside:visited {
  list-style-position: inside;
}

.visited\:list-outside:visited {
  list-style-position: outside;
}

.disabled\:list-inside:disabled {
  list-style-position: inside;
}

.disabled\:list-outside:disabled {
  list-style-position: outside;
}

.list-none {
  list-style-type: none;
}

.list-disc {
  list-style-type: disc;
}

.list-decimal {
  list-style-type: decimal;
}

.group:hover .group-hover\:list-none {
  list-style-type: none;
}

.group:hover .group-hover\:list-disc {
  list-style-type: disc;
}

.group:hover .group-hover\:list-decimal {
  list-style-type: decimal;
}

.focus-within\:list-none:focus-within {
  list-style-type: none;
}

.focus-within\:list-disc:focus-within {
  list-style-type: disc;
}

.focus-within\:list-decimal:focus-within {
  list-style-type: decimal;
}

.first\:list-none:first-child {
  list-style-type: none;
}

.first\:list-disc:first-child {
  list-style-type: disc;
}

.first\:list-decimal:first-child {
  list-style-type: decimal;
}

.last\:list-none:last-child {
  list-style-type: none;
}

.last\:list-disc:last-child {
  list-style-type: disc;
}

.last\:list-decimal:last-child {
  list-style-type: decimal;
}

.odd\:list-none:nth-child(odd) {
  list-style-type: none;
}

.odd\:list-disc:nth-child(odd) {
  list-style-type: disc;
}

.odd\:list-decimal:nth-child(odd) {
  list-style-type: decimal;
}

.even\:list-none:nth-child(even) {
  list-style-type: none;
}

.even\:list-disc:nth-child(even) {
  list-style-type: disc;
}

.even\:list-decimal:nth-child(even) {
  list-style-type: decimal;
}

.hover\:list-none:hover {
  list-style-type: none;
}

.hover\:list-disc:hover {
  list-style-type: disc;
}

.hover\:list-decimal:hover {
  list-style-type: decimal;
}

.focus\:list-none:focus {
  list-style-type: none;
}

.focus\:list-disc:focus {
  list-style-type: disc;
}

.focus\:list-decimal:focus {
  list-style-type: decimal;
}

.active\:list-none:active {
  list-style-type: none;
}

.active\:list-disc:active {
  list-style-type: disc;
}

.active\:list-decimal:active {
  list-style-type: decimal;
}

.visited\:list-none:visited {
  list-style-type: none;
}

.visited\:list-disc:visited {
  list-style-type: disc;
}

.visited\:list-decimal:visited {
  list-style-type: decimal;
}

.disabled\:list-none:disabled {
  list-style-type: none;
}

.disabled\:list-disc:disabled {
  list-style-type: disc;
}

.disabled\:list-decimal:disabled {
  list-style-type: decimal;
}

.m-0 {
  margin: 0;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-3 {
  margin: 0.75rem;
}

.m-4 {
  margin: 1rem;
}

.m-5 {
  margin: 1.25rem;
}

.m-6 {
  margin: 1.5rem;
}

.m-8 {
  margin: 2rem;
}

.m-10 {
  margin: 2.5rem;
}

.m-12 {
  margin: 3rem;
}

.m-16 {
  margin: 4rem;
}

.m-20 {
  margin: 5rem;
}

.m-24 {
  margin: 6rem;
}

.m-32 {
  margin: 8rem;
}

.m-40 {
  margin: 10rem;
}

.m-48 {
  margin: 12rem;
}

.m-56 {
  margin: 14rem;
}

.m-64 {
  margin: 16rem;
}

.m-auto {
  margin: auto;
}

.m-px {
  margin: 1px;
}

.-m-1 {
  margin: -0.25rem;
}

.-m-2 {
  margin: -0.5rem;
}

.-m-3 {
  margin: -0.75rem;
}

.-m-4 {
  margin: -1rem;
}

.-m-5 {
  margin: -1.25rem;
}

.-m-6 {
  margin: -1.5rem;
}

.-m-8 {
  margin: -2rem;
}

.-m-10 {
  margin: -2.5rem;
}

.-m-12 {
  margin: -3rem;
}

.-m-16 {
  margin: -4rem;
}

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

.-m-24 {
  margin: -6rem;
}

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

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

.-m-48 {
  margin: -12rem;
}

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

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

.-m-px {
  margin: -1px;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.mx-16 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.mx-20 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.mx-24 {
  margin-left: 6rem;
  margin-right: 6rem;
}

.my-32 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.mx-32 {
  margin-left: 8rem;
  margin-right: 8rem;
}

.my-40 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.mx-40 {
  margin-left: 10rem;
  margin-right: 10rem;
}

.my-48 {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.mx-48 {
  margin-left: 12rem;
  margin-right: 12rem;
}

.my-56 {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.mx-56 {
  margin-left: 14rem;
  margin-right: 14rem;
}

.my-64 {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.mx-64 {
  margin-left: 16rem;
  margin-right: 16rem;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-px {
  margin-top: 1px;
  margin-bottom: 1px;
}

.mx-px {
  margin-left: 1px;
  margin-right: 1px;
}

.-my-1 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.-my-2 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.-my-3 {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.-my-4 {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.-my-5 {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.-my-6 {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.-my-8 {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.-mx-8 {
  margin-left: -2rem;
  margin-right: -2rem;
}

.-my-10 {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.-mx-10 {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.-my-12 {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.-mx-12 {
  margin-left: -3rem;
  margin-right: -3rem;
}

.-my-16 {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.-mx-16 {
  margin-left: -4rem;
  margin-right: -4rem;
}

.-my-20 {
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.-mx-20 {
  margin-left: -5rem;
  margin-right: -5rem;
}

.-my-24 {
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.-mx-24 {
  margin-left: -6rem;
  margin-right: -6rem;
}

.-my-32 {
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.-mx-32 {
  margin-left: -8rem;
  margin-right: -8rem;
}

.-my-40 {
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.-mx-40 {
  margin-left: -10rem;
  margin-right: -10rem;
}

.-my-48 {
  margin-top: -12rem;
  margin-bottom: -12rem;
}

.-mx-48 {
  margin-left: -12rem;
  margin-right: -12rem;
}

.-my-56 {
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.-mx-56 {
  margin-left: -14rem;
  margin-right: -14rem;
}

.-my-64 {
  margin-top: -16rem;
  margin-bottom: -16rem;
}

.-mx-64 {
  margin-left: -16rem;
  margin-right: -16rem;
}

.-my-px {
  margin-top: -1px;
  margin-bottom: -1px;
}

.-mx-px {
  margin-left: -1px;
  margin-right: -1px;
}

.mt-0 {
  margin-top: 0;
}

.mr-0 {
  margin-right: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-8 {
  margin-left: 2rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mr-12 {
  margin-right: 3rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.ml-12 {
  margin-left: 3rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mr-16 {
  margin-right: 4rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.ml-16 {
  margin-left: 4rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mr-20 {
  margin-right: 5rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.ml-20 {
  margin-left: 5rem;
}

.mt-24 {
  margin-top: 6rem;
}

.mr-24 {
  margin-right: 6rem;
}

.mb-24 {
  margin-bottom: 6rem;
}

.ml-24 {
  margin-left: 6rem;
}

.mt-32 {
  margin-top: 8rem;
}

.mr-32 {
  margin-right: 8rem;
}

.mb-32 {
  margin-bottom: 8rem;
}

.ml-32 {
  margin-left: 8rem;
}

.mt-40 {
  margin-top: 10rem;
}

.mr-40 {
  margin-right: 10rem;
}

.mb-40 {
  margin-bottom: 10rem;
}

.ml-40 {
  margin-left: 10rem;
}

.mt-48 {
  margin-top: 12rem;
}

.mr-48 {
  margin-right: 12rem;
}

.mb-48 {
  margin-bottom: 12rem;
}

.ml-48 {
  margin-left: 12rem;
}

.mt-56 {
  margin-top: 14rem;
}

.mr-56 {
  margin-right: 14rem;
}

.mb-56 {
  margin-bottom: 14rem;
}

.ml-56 {
  margin-left: 14rem;
}

.mt-64 {
  margin-top: 16rem;
}

.mr-64 {
  margin-right: 16rem;
}

.mb-64 {
  margin-bottom: 16rem;
}

.ml-64 {
  margin-left: 16rem;
}

.mt-auto {
  margin-top: auto;
}

.mr-auto {
  margin-right: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.ml-auto {
  margin-left: auto;
}

.mt-px {
  margin-top: 1px;
}

.mr-px {
  margin-right: 1px;
}

.mb-px {
  margin-bottom: 1px;
}

.ml-px {
  margin-left: 1px;
}

.-mt-1 {
  margin-top: -0.25rem;
}

.-mr-1 {
  margin-right: -0.25rem;
}

.-mb-1 {
  margin-bottom: -0.25rem;
}

.-ml-1 {
  margin-left: -0.25rem;
}

.-mt-2 {
  margin-top: -0.5rem;
}

.-mr-2 {
  margin-right: -0.5rem;
}

.-mb-2 {
  margin-bottom: -0.5rem;
}

.-ml-2 {
  margin-left: -0.5rem;
}

.-mt-3 {
  margin-top: -0.75rem;
}

.-mr-3 {
  margin-right: -0.75rem;
}

.-mb-3 {
  margin-bottom: -0.75rem;
}

.-ml-3 {
  margin-left: -0.75rem;
}

.-mt-4 {
  margin-top: -1rem;
}

.-mr-4 {
  margin-right: -1rem;
}

.-mb-4 {
  margin-bottom: -1rem;
}

.-ml-4 {
  margin-left: -1rem;
}

.-mt-5 {
  margin-top: -1.25rem;
}

.-mr-5 {
  margin-right: -1.25rem;
}

.-mb-5 {
  margin-bottom: -1.25rem;
}

.-ml-5 {
  margin-left: -1.25rem;
}

.-mt-6 {
  margin-top: -1.5rem;
}

.-mr-6 {
  margin-right: -1.5rem;
}

.-mb-6 {
  margin-bottom: -1.5rem;
}

.-ml-6 {
  margin-left: -1.5rem;
}

.-mt-8 {
  margin-top: -2rem;
}

.-mr-8 {
  margin-right: -2rem;
}

.-mb-8 {
  margin-bottom: -2rem;
}

.-ml-8 {
  margin-left: -2rem;
}

.-mt-10 {
  margin-top: -2.5rem;
}

.-mr-10 {
  margin-right: -2.5rem;
}

.-mb-10 {
  margin-bottom: -2.5rem;
}

.-ml-10 {
  margin-left: -2.5rem;
}

.-mt-12 {
  margin-top: -3rem;
}

.-mr-12 {
  margin-right: -3rem;
}

.-mb-12 {
  margin-bottom: -3rem;
}

.-ml-12 {
  margin-left: -3rem;
}

.-mt-16 {
  margin-top: -4rem;
}

.-mr-16 {
  margin-right: -4rem;
}

.-mb-16 {
  margin-bottom: -4rem;
}

.-ml-16 {
  margin-left: -4rem;
}

.-mt-20 {
  margin-top: -5rem;
}

.-mr-20 {
  margin-right: -5rem;
}

.-mb-20 {
  margin-bottom: -5rem;
}

.-ml-20 {
  margin-left: -5rem;
}

.-mt-24 {
  margin-top: -6rem;
}

.-mr-24 {
  margin-right: -6rem;
}

.-mb-24 {
  margin-bottom: -6rem;
}

.-ml-24 {
  margin-left: -6rem;
}

.-mt-32 {
  margin-top: -8rem;
}

.-mr-32 {
  margin-right: -8rem;
}

.-mb-32 {
  margin-bottom: -8rem;
}

.-ml-32 {
  margin-left: -8rem;
}

.-mt-40 {
  margin-top: -10rem;
}

.-mr-40 {
  margin-right: -10rem;
}

.-mb-40 {
  margin-bottom: -10rem;
}

.-ml-40 {
  margin-left: -10rem;
}

.-mt-48 {
  margin-top: -12rem;
}

.-mr-48 {
  margin-right: -12rem;
}

.-mb-48 {
  margin-bottom: -12rem;
}

.-ml-48 {
  margin-left: -12rem;
}

.-mt-56 {
  margin-top: -14rem;
}

.-mr-56 {
  margin-right: -14rem;
}

.-mb-56 {
  margin-bottom: -14rem;
}

.-ml-56 {
  margin-left: -14rem;
}

.-mt-64 {
  margin-top: -16rem;
}

.-mr-64 {
  margin-right: -16rem;
}

.-mb-64 {
  margin-bottom: -16rem;
}

.-ml-64 {
  margin-left: -16rem;
}

.-mt-px {
  margin-top: -1px;
}

.-mr-px {
  margin-right: -1px;
}

.-mb-px {
  margin-bottom: -1px;
}

.-ml-px {
  margin-left: -1px;
}

.group:hover .group-hover\:m-0 {
  margin: 0;
}

.group:hover .group-hover\:m-1 {
  margin: 0.25rem;
}

.group:hover .group-hover\:m-2 {
  margin: 0.5rem;
}

.group:hover .group-hover\:m-3 {
  margin: 0.75rem;
}

.group:hover .group-hover\:m-4 {
  margin: 1rem;
}

.group:hover .group-hover\:m-5 {
  margin: 1.25rem;
}

.group:hover .group-hover\:m-6 {
  margin: 1.5rem;
}

.group:hover .group-hover\:m-8 {
  margin: 2rem;
}

.group:hover .group-hover\:m-10 {
  margin: 2.5rem;
}

.group:hover .group-hover\:m-12 {
  margin: 3rem;
}

.group:hover .group-hover\:m-16 {
  margin: 4rem;
}

.group:hover .group-hover\:m-20 {
  margin: 5rem;
}

.group:hover .group-hover\:m-24 {
  margin: 6rem;
}

.group:hover .group-hover\:m-32 {
  margin: 8rem;
}

.group:hover .group-hover\:m-40 {
  margin: 10rem;
}

.group:hover .group-hover\:m-48 {
  margin: 12rem;
}

.group:hover .group-hover\:m-56 {
  margin: 14rem;
}

.group:hover .group-hover\:m-64 {
  margin: 16rem;
}

.group:hover .group-hover\:m-auto {
  margin: auto;
}

.group:hover .group-hover\:m-px {
  margin: 1px;
}

.group:hover .group-hover\:-m-1 {
  margin: -0.25rem;
}

.group:hover .group-hover\:-m-2 {
  margin: -0.5rem;
}

.group:hover .group-hover\:-m-3 {
  margin: -0.75rem;
}

.group:hover .group-hover\:-m-4 {
  margin: -1rem;
}

.group:hover .group-hover\:-m-5 {
  margin: -1.25rem;
}

.group:hover .group-hover\:-m-6 {
  margin: -1.5rem;
}

.group:hover .group-hover\:-m-8 {
  margin: -2rem;
}

.group:hover .group-hover\:-m-10 {
  margin: -2.5rem;
}

.group:hover .group-hover\:-m-12 {
  margin: -3rem;
}

.group:hover .group-hover\:-m-16 {
  margin: -4rem;
}

.group:hover .group-hover\:-m-20 {
  margin: -5rem;
}

.group:hover .group-hover\:-m-24 {
  margin: -6rem;
}

.group:hover .group-hover\:-m-32 {
  margin: -8rem;
}

.group:hover .group-hover\:-m-40 {
  margin: -10rem;
}

.group:hover .group-hover\:-m-48 {
  margin: -12rem;
}

.group:hover .group-hover\:-m-56 {
  margin: -14rem;
}

.group:hover .group-hover\:-m-64 {
  margin: -16rem;
}

.group:hover .group-hover\:-m-px {
  margin: -1px;
}

.group:hover .group-hover\:my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.group:hover .group-hover\:mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.group:hover .group-hover\:my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.group:hover .group-hover\:mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.group:hover .group-hover\:my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.group:hover .group-hover\:mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.group:hover .group-hover\:my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.group:hover .group-hover\:mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.group:hover .group-hover\:my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.group:hover .group-hover\:mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.group:hover .group-hover\:my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.group:hover .group-hover\:mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.group:hover .group-hover\:my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.group:hover .group-hover\:mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.group:hover .group-hover\:my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.group:hover .group-hover\:mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.group:hover .group-hover\:my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.group:hover .group-hover\:mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.group:hover .group-hover\:my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.group:hover .group-hover\:mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.group:hover .group-hover\:my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.group:hover .group-hover\:mx-16 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.group:hover .group-hover\:my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.group:hover .group-hover\:mx-20 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.group:hover .group-hover\:my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.group:hover .group-hover\:mx-24 {
  margin-left: 6rem;
  margin-right: 6rem;
}

.group:hover .group-hover\:my-32 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.group:hover .group-hover\:mx-32 {
  margin-left: 8rem;
  margin-right: 8rem;
}

.group:hover .group-hover\:my-40 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.group:hover .group-hover\:mx-40 {
  margin-left: 10rem;
  margin-right: 10rem;
}

.group:hover .group-hover\:my-48 {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.group:hover .group-hover\:mx-48 {
  margin-left: 12rem;
  margin-right: 12rem;
}

.group:hover .group-hover\:my-56 {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.group:hover .group-hover\:mx-56 {
  margin-left: 14rem;
  margin-right: 14rem;
}

.group:hover .group-hover\:my-64 {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.group:hover .group-hover\:mx-64 {
  margin-left: 16rem;
  margin-right: 16rem;
}

.group:hover .group-hover\:my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.group:hover .group-hover\:mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.group:hover .group-hover\:my-px {
  margin-top: 1px;
  margin-bottom: 1px;
}

.group:hover .group-hover\:mx-px {
  margin-left: 1px;
  margin-right: 1px;
}

.group:hover .group-hover\:-my-1 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.group:hover .group-hover\:-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.group:hover .group-hover\:-my-2 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.group:hover .group-hover\:-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.group:hover .group-hover\:-my-3 {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.group:hover .group-hover\:-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.group:hover .group-hover\:-my-4 {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.group:hover .group-hover\:-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.group:hover .group-hover\:-my-5 {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.group:hover .group-hover\:-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.group:hover .group-hover\:-my-6 {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.group:hover .group-hover\:-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.group:hover .group-hover\:-my-8 {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.group:hover .group-hover\:-mx-8 {
  margin-left: -2rem;
  margin-right: -2rem;
}

.group:hover .group-hover\:-my-10 {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.group:hover .group-hover\:-mx-10 {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.group:hover .group-hover\:-my-12 {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.group:hover .group-hover\:-mx-12 {
  margin-left: -3rem;
  margin-right: -3rem;
}

.group:hover .group-hover\:-my-16 {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.group:hover .group-hover\:-mx-16 {
  margin-left: -4rem;
  margin-right: -4rem;
}

.group:hover .group-hover\:-my-20 {
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.group:hover .group-hover\:-mx-20 {
  margin-left: -5rem;
  margin-right: -5rem;
}

.group:hover .group-hover\:-my-24 {
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.group:hover .group-hover\:-mx-24 {
  margin-left: -6rem;
  margin-right: -6rem;
}

.group:hover .group-hover\:-my-32 {
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.group:hover .group-hover\:-mx-32 {
  margin-left: -8rem;
  margin-right: -8rem;
}

.group:hover .group-hover\:-my-40 {
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.group:hover .group-hover\:-mx-40 {
  margin-left: -10rem;
  margin-right: -10rem;
}

.group:hover .group-hover\:-my-48 {
  margin-top: -12rem;
  margin-bottom: -12rem;
}

.group:hover .group-hover\:-mx-48 {
  margin-left: -12rem;
  margin-right: -12rem;
}

.group:hover .group-hover\:-my-56 {
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.group:hover .group-hover\:-mx-56 {
  margin-left: -14rem;
  margin-right: -14rem;
}

.group:hover .group-hover\:-my-64 {
  margin-top: -16rem;
  margin-bottom: -16rem;
}

.group:hover .group-hover\:-mx-64 {
  margin-left: -16rem;
  margin-right: -16rem;
}

.group:hover .group-hover\:-my-px {
  margin-top: -1px;
  margin-bottom: -1px;
}

.group:hover .group-hover\:-mx-px {
  margin-left: -1px;
  margin-right: -1px;
}

.group:hover .group-hover\:mt-0 {
  margin-top: 0;
}

.group:hover .group-hover\:mr-0 {
  margin-right: 0;
}

.group:hover .group-hover\:mb-0 {
  margin-bottom: 0;
}

.group:hover .group-hover\:ml-0 {
  margin-left: 0;
}

.group:hover .group-hover\:mt-1 {
  margin-top: 0.25rem;
}

.group:hover .group-hover\:mr-1 {
  margin-right: 0.25rem;
}

.group:hover .group-hover\:mb-1 {
  margin-bottom: 0.25rem;
}

.group:hover .group-hover\:ml-1 {
  margin-left: 0.25rem;
}

.group:hover .group-hover\:mt-2 {
  margin-top: 0.5rem;
}

.group:hover .group-hover\:mr-2 {
  margin-right: 0.5rem;
}

.group:hover .group-hover\:mb-2 {
  margin-bottom: 0.5rem;
}

.group:hover .group-hover\:ml-2 {
  margin-left: 0.5rem;
}

.group:hover .group-hover\:mt-3 {
  margin-top: 0.75rem;
}

.group:hover .group-hover\:mr-3 {
  margin-right: 0.75rem;
}

.group:hover .group-hover\:mb-3 {
  margin-bottom: 0.75rem;
}

.group:hover .group-hover\:ml-3 {
  margin-left: 0.75rem;
}

.group:hover .group-hover\:mt-4 {
  margin-top: 1rem;
}

.group:hover .group-hover\:mr-4 {
  margin-right: 1rem;
}

.group:hover .group-hover\:mb-4 {
  margin-bottom: 1rem;
}

.group:hover .group-hover\:ml-4 {
  margin-left: 1rem;
}

.group:hover .group-hover\:mt-5 {
  margin-top: 1.25rem;
}

.group:hover .group-hover\:mr-5 {
  margin-right: 1.25rem;
}

.group:hover .group-hover\:mb-5 {
  margin-bottom: 1.25rem;
}

.group:hover .group-hover\:ml-5 {
  margin-left: 1.25rem;
}

.group:hover .group-hover\:mt-6 {
  margin-top: 1.5rem;
}

.group:hover .group-hover\:mr-6 {
  margin-right: 1.5rem;
}

.group:hover .group-hover\:mb-6 {
  margin-bottom: 1.5rem;
}

.group:hover .group-hover\:ml-6 {
  margin-left: 1.5rem;
}

.group:hover .group-hover\:mt-8 {
  margin-top: 2rem;
}

.group:hover .group-hover\:mr-8 {
  margin-right: 2rem;
}

.group:hover .group-hover\:mb-8 {
  margin-bottom: 2rem;
}

.group:hover .group-hover\:ml-8 {
  margin-left: 2rem;
}

.group:hover .group-hover\:mt-10 {
  margin-top: 2.5rem;
}

.group:hover .group-hover\:mr-10 {
  margin-right: 2.5rem;
}

.group:hover .group-hover\:mb-10 {
  margin-bottom: 2.5rem;
}

.group:hover .group-hover\:ml-10 {
  margin-left: 2.5rem;
}

.group:hover .group-hover\:mt-12 {
  margin-top: 3rem;
}

.group:hover .group-hover\:mr-12 {
  margin-right: 3rem;
}

.group:hover .group-hover\:mb-12 {
  margin-bottom: 3rem;
}

.group:hover .group-hover\:ml-12 {
  margin-left: 3rem;
}

.group:hover .group-hover\:mt-16 {
  margin-top: 4rem;
}

.group:hover .group-hover\:mr-16 {
  margin-right: 4rem;
}

.group:hover .group-hover\:mb-16 {
  margin-bottom: 4rem;
}

.group:hover .group-hover\:ml-16 {
  margin-left: 4rem;
}

.group:hover .group-hover\:mt-20 {
  margin-top: 5rem;
}

.group:hover .group-hover\:mr-20 {
  margin-right: 5rem;
}

.group:hover .group-hover\:mb-20 {
  margin-bottom: 5rem;
}

.group:hover .group-hover\:ml-20 {
  margin-left: 5rem;
}

.group:hover .group-hover\:mt-24 {
  margin-top: 6rem;
}

.group:hover .group-hover\:mr-24 {
  margin-right: 6rem;
}

.group:hover .group-hover\:mb-24 {
  margin-bottom: 6rem;
}

.group:hover .group-hover\:ml-24 {
  margin-left: 6rem;
}

.group:hover .group-hover\:mt-32 {
  margin-top: 8rem;
}

.group:hover .group-hover\:mr-32 {
  margin-right: 8rem;
}

.group:hover .group-hover\:mb-32 {
  margin-bottom: 8rem;
}

.group:hover .group-hover\:ml-32 {
  margin-left: 8rem;
}

.group:hover .group-hover\:mt-40 {
  margin-top: 10rem;
}

.group:hover .group-hover\:mr-40 {
  margin-right: 10rem;
}

.group:hover .group-hover\:mb-40 {
  margin-bottom: 10rem;
}

.group:hover .group-hover\:ml-40 {
  margin-left: 10rem;
}

.group:hover .group-hover\:mt-48 {
  margin-top: 12rem;
}

.group:hover .group-hover\:mr-48 {
  margin-right: 12rem;
}

.group:hover .group-hover\:mb-48 {
  margin-bottom: 12rem;
}

.group:hover .group-hover\:ml-48 {
  margin-left: 12rem;
}

.group:hover .group-hover\:mt-56 {
  margin-top: 14rem;
}

.group:hover .group-hover\:mr-56 {
  margin-right: 14rem;
}

.group:hover .group-hover\:mb-56 {
  margin-bottom: 14rem;
}

.group:hover .group-hover\:ml-56 {
  margin-left: 14rem;
}

.group:hover .group-hover\:mt-64 {
  margin-top: 16rem;
}

.group:hover .group-hover\:mr-64 {
  margin-right: 16rem;
}

.group:hover .group-hover\:mb-64 {
  margin-bottom: 16rem;
}

.group:hover .group-hover\:ml-64 {
  margin-left: 16rem;
}

.group:hover .group-hover\:mt-auto {
  margin-top: auto;
}

.group:hover .group-hover\:mr-auto {
  margin-right: auto;
}

.group:hover .group-hover\:mb-auto {
  margin-bottom: auto;
}

.group:hover .group-hover\:ml-auto {
  margin-left: auto;
}

.group:hover .group-hover\:mt-px {
  margin-top: 1px;
}

.group:hover .group-hover\:mr-px {
  margin-right: 1px;
}

.group:hover .group-hover\:mb-px {
  margin-bottom: 1px;
}

.group:hover .group-hover\:ml-px {
  margin-left: 1px;
}

.group:hover .group-hover\:-mt-1 {
  margin-top: -0.25rem;
}

.group:hover .group-hover\:-mr-1 {
  margin-right: -0.25rem;
}

.group:hover .group-hover\:-mb-1 {
  margin-bottom: -0.25rem;
}

.group:hover .group-hover\:-ml-1 {
  margin-left: -0.25rem;
}

.group:hover .group-hover\:-mt-2 {
  margin-top: -0.5rem;
}

.group:hover .group-hover\:-mr-2 {
  margin-right: -0.5rem;
}

.group:hover .group-hover\:-mb-2 {
  margin-bottom: -0.5rem;
}

.group:hover .group-hover\:-ml-2 {
  margin-left: -0.5rem;
}

.group:hover .group-hover\:-mt-3 {
  margin-top: -0.75rem;
}

.group:hover .group-hover\:-mr-3 {
  margin-right: -0.75rem;
}

.group:hover .group-hover\:-mb-3 {
  margin-bottom: -0.75rem;
}

.group:hover .group-hover\:-ml-3 {
  margin-left: -0.75rem;
}

.group:hover .group-hover\:-mt-4 {
  margin-top: -1rem;
}

.group:hover .group-hover\:-mr-4 {
  margin-right: -1rem;
}

.group:hover .group-hover\:-mb-4 {
  margin-bottom: -1rem;
}

.group:hover .group-hover\:-ml-4 {
  margin-left: -1rem;
}

.group:hover .group-hover\:-mt-5 {
  margin-top: -1.25rem;
}

.group:hover .group-hover\:-mr-5 {
  margin-right: -1.25rem;
}

.group:hover .group-hover\:-mb-5 {
  margin-bottom: -1.25rem;
}

.group:hover .group-hover\:-ml-5 {
  margin-left: -1.25rem;
}

.group:hover .group-hover\:-mt-6 {
  margin-top: -1.5rem;
}

.group:hover .group-hover\:-mr-6 {
  margin-right: -1.5rem;
}

.group:hover .group-hover\:-mb-6 {
  margin-bottom: -1.5rem;
}

.group:hover .group-hover\:-ml-6 {
  margin-left: -1.5rem;
}

.group:hover .group-hover\:-mt-8 {
  margin-top: -2rem;
}

.group:hover .group-hover\:-mr-8 {
  margin-right: -2rem;
}

.group:hover .group-hover\:-mb-8 {
  margin-bottom: -2rem;
}

.group:hover .group-hover\:-ml-8 {
  margin-left: -2rem;
}

.group:hover .group-hover\:-mt-10 {
  margin-top: -2.5rem;
}

.group:hover .group-hover\:-mr-10 {
  margin-right: -2.5rem;
}

.group:hover .group-hover\:-mb-10 {
  margin-bottom: -2.5rem;
}

.group:hover .group-hover\:-ml-10 {
  margin-left: -2.5rem;
}

.group:hover .group-hover\:-mt-12 {
  margin-top: -3rem;
}

.group:hover .group-hover\:-mr-12 {
  margin-right: -3rem;
}

.group:hover .group-hover\:-mb-12 {
  margin-bottom: -3rem;
}

.group:hover .group-hover\:-ml-12 {
  margin-left: -3rem;
}

.group:hover .group-hover\:-mt-16 {
  margin-top: -4rem;
}

.group:hover .group-hover\:-mr-16 {
  margin-right: -4rem;
}

.group:hover .group-hover\:-mb-16 {
  margin-bottom: -4rem;
}

.group:hover .group-hover\:-ml-16 {
  margin-left: -4rem;
}

.group:hover .group-hover\:-mt-20 {
  margin-top: -5rem;
}

.group:hover .group-hover\:-mr-20 {
  margin-right: -5rem;
}

.group:hover .group-hover\:-mb-20 {
  margin-bottom: -5rem;
}

.group:hover .group-hover\:-ml-20 {
  margin-left: -5rem;
}

.group:hover .group-hover\:-mt-24 {
  margin-top: -6rem;
}

.group:hover .group-hover\:-mr-24 {
  margin-right: -6rem;
}

.group:hover .group-hover\:-mb-24 {
  margin-bottom: -6rem;
}

.group:hover .group-hover\:-ml-24 {
  margin-left: -6rem;
}

.group:hover .group-hover\:-mt-32 {
  margin-top: -8rem;
}

.group:hover .group-hover\:-mr-32 {
  margin-right: -8rem;
}

.group:hover .group-hover\:-mb-32 {
  margin-bottom: -8rem;
}

.group:hover .group-hover\:-ml-32 {
  margin-left: -8rem;
}

.group:hover .group-hover\:-mt-40 {
  margin-top: -10rem;
}

.group:hover .group-hover\:-mr-40 {
  margin-right: -10rem;
}

.group:hover .group-hover\:-mb-40 {
  margin-bottom: -10rem;
}

.group:hover .group-hover\:-ml-40 {
  margin-left: -10rem;
}

.group:hover .group-hover\:-mt-48 {
  margin-top: -12rem;
}

.group:hover .group-hover\:-mr-48 {
  margin-right: -12rem;
}

.group:hover .group-hover\:-mb-48 {
  margin-bottom: -12rem;
}

.group:hover .group-hover\:-ml-48 {
  margin-left: -12rem;
}

.group:hover .group-hover\:-mt-56 {
  margin-top: -14rem;
}

.group:hover .group-hover\:-mr-56 {
  margin-right: -14rem;
}

.group:hover .group-hover\:-mb-56 {
  margin-bottom: -14rem;
}

.group:hover .group-hover\:-ml-56 {
  margin-left: -14rem;
}

.group:hover .group-hover\:-mt-64 {
  margin-top: -16rem;
}

.group:hover .group-hover\:-mr-64 {
  margin-right: -16rem;
}

.group:hover .group-hover\:-mb-64 {
  margin-bottom: -16rem;
}

.group:hover .group-hover\:-ml-64 {
  margin-left: -16rem;
}

.group:hover .group-hover\:-mt-px {
  margin-top: -1px;
}

.group:hover .group-hover\:-mr-px {
  margin-right: -1px;
}

.group:hover .group-hover\:-mb-px {
  margin-bottom: -1px;
}

.group:hover .group-hover\:-ml-px {
  margin-left: -1px;
}

.focus-within\:m-0:focus-within {
  margin: 0;
}

.focus-within\:m-1:focus-within {
  margin: 0.25rem;
}

.focus-within\:m-2:focus-within {
  margin: 0.5rem;
}

.focus-within\:m-3:focus-within {
  margin: 0.75rem;
}

.focus-within\:m-4:focus-within {
  margin: 1rem;
}

.focus-within\:m-5:focus-within {
  margin: 1.25rem;
}

.focus-within\:m-6:focus-within {
  margin: 1.5rem;
}

.focus-within\:m-8:focus-within {
  margin: 2rem;
}

.focus-within\:m-10:focus-within {
  margin: 2.5rem;
}

.focus-within\:m-12:focus-within {
  margin: 3rem;
}

.focus-within\:m-16:focus-within {
  margin: 4rem;
}

.focus-within\:m-20:focus-within {
  margin: 5rem;
}

.focus-within\:m-24:focus-within {
  margin: 6rem;
}

.focus-within\:m-32:focus-within {
  margin: 8rem;
}

.focus-within\:m-40:focus-within {
  margin: 10rem;
}

.focus-within\:m-48:focus-within {
  margin: 12rem;
}

.focus-within\:m-56:focus-within {
  margin: 14rem;
}

.focus-within\:m-64:focus-within {
  margin: 16rem;
}

.focus-within\:m-auto:focus-within {
  margin: auto;
}

.focus-within\:m-px:focus-within {
  margin: 1px;
}

.focus-within\:-m-1:focus-within {
  margin: -0.25rem;
}

.focus-within\:-m-2:focus-within {
  margin: -0.5rem;
}

.focus-within\:-m-3:focus-within {
  margin: -0.75rem;
}

.focus-within\:-m-4:focus-within {
  margin: -1rem;
}

.focus-within\:-m-5:focus-within {
  margin: -1.25rem;
}

.focus-within\:-m-6:focus-within {
  margin: -1.5rem;
}

.focus-within\:-m-8:focus-within {
  margin: -2rem;
}

.focus-within\:-m-10:focus-within {
  margin: -2.5rem;
}

.focus-within\:-m-12:focus-within {
  margin: -3rem;
}

.focus-within\:-m-16:focus-within {
  margin: -4rem;
}

.focus-within\:-m-20:focus-within {
  margin: -5rem;
}

.focus-within\:-m-24:focus-within {
  margin: -6rem;
}

.focus-within\:-m-32:focus-within {
  margin: -8rem;
}

.focus-within\:-m-40:focus-within {
  margin: -10rem;
}

.focus-within\:-m-48:focus-within {
  margin: -12rem;
}

.focus-within\:-m-56:focus-within {
  margin: -14rem;
}

.focus-within\:-m-64:focus-within {
  margin: -16rem;
}

.focus-within\:-m-px:focus-within {
  margin: -1px;
}

.focus-within\:my-0:focus-within {
  margin-top: 0;
  margin-bottom: 0;
}

.focus-within\:mx-0:focus-within {
  margin-left: 0;
  margin-right: 0;
}

.focus-within\:my-1:focus-within {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.focus-within\:mx-1:focus-within {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.focus-within\:my-2:focus-within {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.focus-within\:mx-2:focus-within {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.focus-within\:my-3:focus-within {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.focus-within\:mx-3:focus-within {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.focus-within\:my-4:focus-within {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.focus-within\:mx-4:focus-within {
  margin-left: 1rem;
  margin-right: 1rem;
}

.focus-within\:my-5:focus-within {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.focus-within\:mx-5:focus-within {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.focus-within\:my-6:focus-within {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.focus-within\:mx-6:focus-within {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.focus-within\:my-8:focus-within {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.focus-within\:mx-8:focus-within {
  margin-left: 2rem;
  margin-right: 2rem;
}

.focus-within\:my-10:focus-within {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.focus-within\:mx-10:focus-within {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.focus-within\:my-12:focus-within {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.focus-within\:mx-12:focus-within {
  margin-left: 3rem;
  margin-right: 3rem;
}

.focus-within\:my-16:focus-within {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.focus-within\:mx-16:focus-within {
  margin-left: 4rem;
  margin-right: 4rem;
}

.focus-within\:my-20:focus-within {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.focus-within\:mx-20:focus-within {
  margin-left: 5rem;
  margin-right: 5rem;
}

.focus-within\:my-24:focus-within {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.focus-within\:mx-24:focus-within {
  margin-left: 6rem;
  margin-right: 6rem;
}

.focus-within\:my-32:focus-within {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.focus-within\:mx-32:focus-within {
  margin-left: 8rem;
  margin-right: 8rem;
}

.focus-within\:my-40:focus-within {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.focus-within\:mx-40:focus-within {
  margin-left: 10rem;
  margin-right: 10rem;
}

.focus-within\:my-48:focus-within {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.focus-within\:mx-48:focus-within {
  margin-left: 12rem;
  margin-right: 12rem;
}

.focus-within\:my-56:focus-within {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.focus-within\:mx-56:focus-within {
  margin-left: 14rem;
  margin-right: 14rem;
}

.focus-within\:my-64:focus-within {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.focus-within\:mx-64:focus-within {
  margin-left: 16rem;
  margin-right: 16rem;
}

.focus-within\:my-auto:focus-within {
  margin-top: auto;
  margin-bottom: auto;
}

.focus-within\:mx-auto:focus-within {
  margin-left: auto;
  margin-right: auto;
}

.focus-within\:my-px:focus-within {
  margin-top: 1px;
  margin-bottom: 1px;
}

.focus-within\:mx-px:focus-within {
  margin-left: 1px;
  margin-right: 1px;
}

.focus-within\:-my-1:focus-within {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.focus-within\:-mx-1:focus-within {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.focus-within\:-my-2:focus-within {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.focus-within\:-mx-2:focus-within {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.focus-within\:-my-3:focus-within {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.focus-within\:-mx-3:focus-within {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.focus-within\:-my-4:focus-within {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.focus-within\:-mx-4:focus-within {
  margin-left: -1rem;
  margin-right: -1rem;
}

.focus-within\:-my-5:focus-within {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.focus-within\:-mx-5:focus-within {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.focus-within\:-my-6:focus-within {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.focus-within\:-mx-6:focus-within {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.focus-within\:-my-8:focus-within {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.focus-within\:-mx-8:focus-within {
  margin-left: -2rem;
  margin-right: -2rem;
}

.focus-within\:-my-10:focus-within {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.focus-within\:-mx-10:focus-within {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.focus-within\:-my-12:focus-within {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.focus-within\:-mx-12:focus-within {
  margin-left: -3rem;
  margin-right: -3rem;
}

.focus-within\:-my-16:focus-within {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.focus-within\:-mx-16:focus-within {
  margin-left: -4rem;
  margin-right: -4rem;
}

.focus-within\:-my-20:focus-within {
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.focus-within\:-mx-20:focus-within {
  margin-left: -5rem;
  margin-right: -5rem;
}

.focus-within\:-my-24:focus-within {
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.focus-within\:-mx-24:focus-within {
  margin-left: -6rem;
  margin-right: -6rem;
}

.focus-within\:-my-32:focus-within {
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.focus-within\:-mx-32:focus-within {
  margin-left: -8rem;
  margin-right: -8rem;
}

.focus-within\:-my-40:focus-within {
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.focus-within\:-mx-40:focus-within {
  margin-left: -10rem;
  margin-right: -10rem;
}

.focus-within\:-my-48:focus-within {
  margin-top: -12rem;
  margin-bottom: -12rem;
}

.focus-within\:-mx-48:focus-within {
  margin-left: -12rem;
  margin-right: -12rem;
}

.focus-within\:-my-56:focus-within {
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.focus-within\:-mx-56:focus-within {
  margin-left: -14rem;
  margin-right: -14rem;
}

.focus-within\:-my-64:focus-within {
  margin-top: -16rem;
  margin-bottom: -16rem;
}

.focus-within\:-mx-64:focus-within {
  margin-left: -16rem;
  margin-right: -16rem;
}

.focus-within\:-my-px:focus-within {
  margin-top: -1px;
  margin-bottom: -1px;
}

.focus-within\:-mx-px:focus-within {
  margin-left: -1px;
  margin-right: -1px;
}

.focus-within\:mt-0:focus-within {
  margin-top: 0;
}

.focus-within\:mr-0:focus-within {
  margin-right: 0;
}

.focus-within\:mb-0:focus-within {
  margin-bottom: 0;
}

.focus-within\:ml-0:focus-within {
  margin-left: 0;
}

.focus-within\:mt-1:focus-within {
  margin-top: 0.25rem;
}

.focus-within\:mr-1:focus-within {
  margin-right: 0.25rem;
}

.focus-within\:mb-1:focus-within {
  margin-bottom: 0.25rem;
}

.focus-within\:ml-1:focus-within {
  margin-left: 0.25rem;
}

.focus-within\:mt-2:focus-within {
  margin-top: 0.5rem;
}

.focus-within\:mr-2:focus-within {
  margin-right: 0.5rem;
}

.focus-within\:mb-2:focus-within {
  margin-bottom: 0.5rem;
}

.focus-within\:ml-2:focus-within {
  margin-left: 0.5rem;
}

.focus-within\:mt-3:focus-within {
  margin-top: 0.75rem;
}

.focus-within\:mr-3:focus-within {
  margin-right: 0.75rem;
}

.focus-within\:mb-3:focus-within {
  margin-bottom: 0.75rem;
}

.focus-within\:ml-3:focus-within {
  margin-left: 0.75rem;
}

.focus-within\:mt-4:focus-within {
  margin-top: 1rem;
}

.focus-within\:mr-4:focus-within {
  margin-right: 1rem;
}

.focus-within\:mb-4:focus-within {
  margin-bottom: 1rem;
}

.focus-within\:ml-4:focus-within {
  margin-left: 1rem;
}

.focus-within\:mt-5:focus-within {
  margin-top: 1.25rem;
}

.focus-within\:mr-5:focus-within {
  margin-right: 1.25rem;
}

.focus-within\:mb-5:focus-within {
  margin-bottom: 1.25rem;
}

.focus-within\:ml-5:focus-within {
  margin-left: 1.25rem;
}

.focus-within\:mt-6:focus-within {
  margin-top: 1.5rem;
}

.focus-within\:mr-6:focus-within {
  margin-right: 1.5rem;
}

.focus-within\:mb-6:focus-within {
  margin-bottom: 1.5rem;
}

.focus-within\:ml-6:focus-within {
  margin-left: 1.5rem;
}

.focus-within\:mt-8:focus-within {
  margin-top: 2rem;
}

.focus-within\:mr-8:focus-within {
  margin-right: 2rem;
}

.focus-within\:mb-8:focus-within {
  margin-bottom: 2rem;
}

.focus-within\:ml-8:focus-within {
  margin-left: 2rem;
}

.focus-within\:mt-10:focus-within {
  margin-top: 2.5rem;
}

.focus-within\:mr-10:focus-within {
  margin-right: 2.5rem;
}

.focus-within\:mb-10:focus-within {
  margin-bottom: 2.5rem;
}

.focus-within\:ml-10:focus-within {
  margin-left: 2.5rem;
}

.focus-within\:mt-12:focus-within {
  margin-top: 3rem;
}

.focus-within\:mr-12:focus-within {
  margin-right: 3rem;
}

.focus-within\:mb-12:focus-within {
  margin-bottom: 3rem;
}

.focus-within\:ml-12:focus-within {
  margin-left: 3rem;
}

.focus-within\:mt-16:focus-within {
  margin-top: 4rem;
}

.focus-within\:mr-16:focus-within {
  margin-right: 4rem;
}

.focus-within\:mb-16:focus-within {
  margin-bottom: 4rem;
}

.focus-within\:ml-16:focus-within {
  margin-left: 4rem;
}

.focus-within\:mt-20:focus-within {
  margin-top: 5rem;
}

.focus-within\:mr-20:focus-within {
  margin-right: 5rem;
}

.focus-within\:mb-20:focus-within {
  margin-bottom: 5rem;
}

.focus-within\:ml-20:focus-within {
  margin-left: 5rem;
}

.focus-within\:mt-24:focus-within {
  margin-top: 6rem;
}

.focus-within\:mr-24:focus-within {
  margin-right: 6rem;
}

.focus-within\:mb-24:focus-within {
  margin-bottom: 6rem;
}

.focus-within\:ml-24:focus-within {
  margin-left: 6rem;
}

.focus-within\:mt-32:focus-within {
  margin-top: 8rem;
}

.focus-within\:mr-32:focus-within {
  margin-right: 8rem;
}

.focus-within\:mb-32:focus-within {
  margin-bottom: 8rem;
}

.focus-within\:ml-32:focus-within {
  margin-left: 8rem;
}

.focus-within\:mt-40:focus-within {
  margin-top: 10rem;
}

.focus-within\:mr-40:focus-within {
  margin-right: 10rem;
}

.focus-within\:mb-40:focus-within {
  margin-bottom: 10rem;
}

.focus-within\:ml-40:focus-within {
  margin-left: 10rem;
}

.focus-within\:mt-48:focus-within {
  margin-top: 12rem;
}

.focus-within\:mr-48:focus-within {
  margin-right: 12rem;
}

.focus-within\:mb-48:focus-within {
  margin-bottom: 12rem;
}

.focus-within\:ml-48:focus-within {
  margin-left: 12rem;
}

.focus-within\:mt-56:focus-within {
  margin-top: 14rem;
}

.focus-within\:mr-56:focus-within {
  margin-right: 14rem;
}

.focus-within\:mb-56:focus-within {
  margin-bottom: 14rem;
}

.focus-within\:ml-56:focus-within {
  margin-left: 14rem;
}

.focus-within\:mt-64:focus-within {
  margin-top: 16rem;
}

.focus-within\:mr-64:focus-within {
  margin-right: 16rem;
}

.focus-within\:mb-64:focus-within {
  margin-bottom: 16rem;
}

.focus-within\:ml-64:focus-within {
  margin-left: 16rem;
}

.focus-within\:mt-auto:focus-within {
  margin-top: auto;
}

.focus-within\:mr-auto:focus-within {
  margin-right: auto;
}

.focus-within\:mb-auto:focus-within {
  margin-bottom: auto;
}

.focus-within\:ml-auto:focus-within {
  margin-left: auto;
}

.focus-within\:mt-px:focus-within {
  margin-top: 1px;
}

.focus-within\:mr-px:focus-within {
  margin-right: 1px;
}

.focus-within\:mb-px:focus-within {
  margin-bottom: 1px;
}

.focus-within\:ml-px:focus-within {
  margin-left: 1px;
}

.focus-within\:-mt-1:focus-within {
  margin-top: -0.25rem;
}

.focus-within\:-mr-1:focus-within {
  margin-right: -0.25rem;
}

.focus-within\:-mb-1:focus-within {
  margin-bottom: -0.25rem;
}

.focus-within\:-ml-1:focus-within {
  margin-left: -0.25rem;
}

.focus-within\:-mt-2:focus-within {
  margin-top: -0.5rem;
}

.focus-within\:-mr-2:focus-within {
  margin-right: -0.5rem;
}

.focus-within\:-mb-2:focus-within {
  margin-bottom: -0.5rem;
}

.focus-within\:-ml-2:focus-within {
  margin-left: -0.5rem;
}

.focus-within\:-mt-3:focus-within {
  margin-top: -0.75rem;
}

.focus-within\:-mr-3:focus-within {
  margin-right: -0.75rem;
}

.focus-within\:-mb-3:focus-within {
  margin-bottom: -0.75rem;
}

.focus-within\:-ml-3:focus-within {
  margin-left: -0.75rem;
}

.focus-within\:-mt-4:focus-within {
  margin-top: -1rem;
}

.focus-within\:-mr-4:focus-within {
  margin-right: -1rem;
}

.focus-within\:-mb-4:focus-within {
  margin-bottom: -1rem;
}

.focus-within\:-ml-4:focus-within {
  margin-left: -1rem;
}

.focus-within\:-mt-5:focus-within {
  margin-top: -1.25rem;
}

.focus-within\:-mr-5:focus-within {
  margin-right: -1.25rem;
}

.focus-within\:-mb-5:focus-within {
  margin-bottom: -1.25rem;
}

.focus-within\:-ml-5:focus-within {
  margin-left: -1.25rem;
}

.focus-within\:-mt-6:focus-within {
  margin-top: -1.5rem;
}

.focus-within\:-mr-6:focus-within {
  margin-right: -1.5rem;
}

.focus-within\:-mb-6:focus-within {
  margin-bottom: -1.5rem;
}

.focus-within\:-ml-6:focus-within {
  margin-left: -1.5rem;
}

.focus-within\:-mt-8:focus-within {
  margin-top: -2rem;
}

.focus-within\:-mr-8:focus-within {
  margin-right: -2rem;
}

.focus-within\:-mb-8:focus-within {
  margin-bottom: -2rem;
}

.focus-within\:-ml-8:focus-within {
  margin-left: -2rem;
}

.focus-within\:-mt-10:focus-within {
  margin-top: -2.5rem;
}

.focus-within\:-mr-10:focus-within {
  margin-right: -2.5rem;
}

.focus-within\:-mb-10:focus-within {
  margin-bottom: -2.5rem;
}

.focus-within\:-ml-10:focus-within {
  margin-left: -2.5rem;
}

.focus-within\:-mt-12:focus-within {
  margin-top: -3rem;
}

.focus-within\:-mr-12:focus-within {
  margin-right: -3rem;
}

.focus-within\:-mb-12:focus-within {
  margin-bottom: -3rem;
}

.focus-within\:-ml-12:focus-within {
  margin-left: -3rem;
}

.focus-within\:-mt-16:focus-within {
  margin-top: -4rem;
}

.focus-within\:-mr-16:focus-within {
  margin-right: -4rem;
}

.focus-within\:-mb-16:focus-within {
  margin-bottom: -4rem;
}

.focus-within\:-ml-16:focus-within {
  margin-left: -4rem;
}

.focus-within\:-mt-20:focus-within {
  margin-top: -5rem;
}

.focus-within\:-mr-20:focus-within {
  margin-right: -5rem;
}

.focus-within\:-mb-20:focus-within {
  margin-bottom: -5rem;
}

.focus-within\:-ml-20:focus-within {
  margin-left: -5rem;
}

.focus-within\:-mt-24:focus-within {
  margin-top: -6rem;
}

.focus-within\:-mr-24:focus-within {
  margin-right: -6rem;
}

.focus-within\:-mb-24:focus-within {
  margin-bottom: -6rem;
}

.focus-within\:-ml-24:focus-within {
  margin-left: -6rem;
}

.focus-within\:-mt-32:focus-within {
  margin-top: -8rem;
}

.focus-within\:-mr-32:focus-within {
  margin-right: -8rem;
}

.focus-within\:-mb-32:focus-within {
  margin-bottom: -8rem;
}

.focus-within\:-ml-32:focus-within {
  margin-left: -8rem;
}

.focus-within\:-mt-40:focus-within {
  margin-top: -10rem;
}

.focus-within\:-mr-40:focus-within {
  margin-right: -10rem;
}

.focus-within\:-mb-40:focus-within {
  margin-bottom: -10rem;
}

.focus-within\:-ml-40:focus-within {
  margin-left: -10rem;
}

.focus-within\:-mt-48:focus-within {
  margin-top: -12rem;
}

.focus-within\:-mr-48:focus-within {
  margin-right: -12rem;
}

.focus-within\:-mb-48:focus-within {
  margin-bottom: -12rem;
}

.focus-within\:-ml-48:focus-within {
  margin-left: -12rem;
}

.focus-within\:-mt-56:focus-within {
  margin-top: -14rem;
}

.focus-within\:-mr-56:focus-within {
  margin-right: -14rem;
}

.focus-within\:-mb-56:focus-within {
  margin-bottom: -14rem;
}

.focus-within\:-ml-56:focus-within {
  margin-left: -14rem;
}

.focus-within\:-mt-64:focus-within {
  margin-top: -16rem;
}

.focus-within\:-mr-64:focus-within {
  margin-right: -16rem;
}

.focus-within\:-mb-64:focus-within {
  margin-bottom: -16rem;
}

.focus-within\:-ml-64:focus-within {
  margin-left: -16rem;
}

.focus-within\:-mt-px:focus-within {
  margin-top: -1px;
}

.focus-within\:-mr-px:focus-within {
  margin-right: -1px;
}

.focus-within\:-mb-px:focus-within {
  margin-bottom: -1px;
}

.focus-within\:-ml-px:focus-within {
  margin-left: -1px;
}

.first\:m-0:first-child {
  margin: 0;
}

.first\:m-1:first-child {
  margin: 0.25rem;
}

.first\:m-2:first-child {
  margin: 0.5rem;
}

.first\:m-3:first-child {
  margin: 0.75rem;
}

.first\:m-4:first-child {
  margin: 1rem;
}

.first\:m-5:first-child {
  margin: 1.25rem;
}

.first\:m-6:first-child {
  margin: 1.5rem;
}

.first\:m-8:first-child {
  margin: 2rem;
}

.first\:m-10:first-child {
  margin: 2.5rem;
}

.first\:m-12:first-child {
  margin: 3rem;
}

.first\:m-16:first-child {
  margin: 4rem;
}

.first\:m-20:first-child {
  margin: 5rem;
}

.first\:m-24:first-child {
  margin: 6rem;
}

.first\:m-32:first-child {
  margin: 8rem;
}

.first\:m-40:first-child {
  margin: 10rem;
}

.first\:m-48:first-child {
  margin: 12rem;
}

.first\:m-56:first-child {
  margin: 14rem;
}

.first\:m-64:first-child {
  margin: 16rem;
}

.first\:m-auto:first-child {
  margin: auto;
}

.first\:m-px:first-child {
  margin: 1px;
}

.first\:-m-1:first-child {
  margin: -0.25rem;
}

.first\:-m-2:first-child {
  margin: -0.5rem;
}

.first\:-m-3:first-child {
  margin: -0.75rem;
}

.first\:-m-4:first-child {
  margin: -1rem;
}

.first\:-m-5:first-child {
  margin: -1.25rem;
}

.first\:-m-6:first-child {
  margin: -1.5rem;
}

.first\:-m-8:first-child {
  margin: -2rem;
}

.first\:-m-10:first-child {
  margin: -2.5rem;
}

.first\:-m-12:first-child {
  margin: -3rem;
}

.first\:-m-16:first-child {
  margin: -4rem;
}

.first\:-m-20:first-child {
  margin: -5rem;
}

.first\:-m-24:first-child {
  margin: -6rem;
}

.first\:-m-32:first-child {
  margin: -8rem;
}

.first\:-m-40:first-child {
  margin: -10rem;
}

.first\:-m-48:first-child {
  margin: -12rem;
}

.first\:-m-56:first-child {
  margin: -14rem;
}

.first\:-m-64:first-child {
  margin: -16rem;
}

.first\:-m-px:first-child {
  margin: -1px;
}

.first\:my-0:first-child {
  margin-top: 0;
  margin-bottom: 0;
}

.first\:mx-0:first-child {
  margin-left: 0;
  margin-right: 0;
}

.first\:my-1:first-child {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.first\:mx-1:first-child {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.first\:my-2:first-child {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.first\:mx-2:first-child {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.first\:my-3:first-child {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.first\:mx-3:first-child {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.first\:my-4:first-child {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.first\:mx-4:first-child {
  margin-left: 1rem;
  margin-right: 1rem;
}

.first\:my-5:first-child {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.first\:mx-5:first-child {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.first\:my-6:first-child {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.first\:mx-6:first-child {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.first\:my-8:first-child {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.first\:mx-8:first-child {
  margin-left: 2rem;
  margin-right: 2rem;
}

.first\:my-10:first-child {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.first\:mx-10:first-child {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.first\:my-12:first-child {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.first\:mx-12:first-child {
  margin-left: 3rem;
  margin-right: 3rem;
}

.first\:my-16:first-child {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.first\:mx-16:first-child {
  margin-left: 4rem;
  margin-right: 4rem;
}

.first\:my-20:first-child {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.first\:mx-20:first-child {
  margin-left: 5rem;
  margin-right: 5rem;
}

.first\:my-24:first-child {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.first\:mx-24:first-child {
  margin-left: 6rem;
  margin-right: 6rem;
}

.first\:my-32:first-child {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.first\:mx-32:first-child {
  margin-left: 8rem;
  margin-right: 8rem;
}

.first\:my-40:first-child {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.first\:mx-40:first-child {
  margin-left: 10rem;
  margin-right: 10rem;
}

.first\:my-48:first-child {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.first\:mx-48:first-child {
  margin-left: 12rem;
  margin-right: 12rem;
}

.first\:my-56:first-child {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.first\:mx-56:first-child {
  margin-left: 14rem;
  margin-right: 14rem;
}

.first\:my-64:first-child {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.first\:mx-64:first-child {
  margin-left: 16rem;
  margin-right: 16rem;
}

.first\:my-auto:first-child {
  margin-top: auto;
  margin-bottom: auto;
}

.first\:mx-auto:first-child {
  margin-left: auto;
  margin-right: auto;
}

.first\:my-px:first-child {
  margin-top: 1px;
  margin-bottom: 1px;
}

.first\:mx-px:first-child {
  margin-left: 1px;
  margin-right: 1px;
}

.first\:-my-1:first-child {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.first\:-mx-1:first-child {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.first\:-my-2:first-child {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.first\:-mx-2:first-child {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.first\:-my-3:first-child {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.first\:-mx-3:first-child {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.first\:-my-4:first-child {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.first\:-mx-4:first-child {
  margin-left: -1rem;
  margin-right: -1rem;
}

.first\:-my-5:first-child {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.first\:-mx-5:first-child {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.first\:-my-6:first-child {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.first\:-mx-6:first-child {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.first\:-my-8:first-child {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.first\:-mx-8:first-child {
  margin-left: -2rem;
  margin-right: -2rem;
}

.first\:-my-10:first-child {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.first\:-mx-10:first-child {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.first\:-my-12:first-child {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.first\:-mx-12:first-child {
  margin-left: -3rem;
  margin-right: -3rem;
}

.first\:-my-16:first-child {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.first\:-mx-16:first-child {
  margin-left: -4rem;
  margin-right: -4rem;
}

.first\:-my-20:first-child {
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.first\:-mx-20:first-child {
  margin-left: -5rem;
  margin-right: -5rem;
}

.first\:-my-24:first-child {
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.first\:-mx-24:first-child {
  margin-left: -6rem;
  margin-right: -6rem;
}

.first\:-my-32:first-child {
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.first\:-mx-32:first-child {
  margin-left: -8rem;
  margin-right: -8rem;
}

.first\:-my-40:first-child {
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.first\:-mx-40:first-child {
  margin-left: -10rem;
  margin-right: -10rem;
}

.first\:-my-48:first-child {
  margin-top: -12rem;
  margin-bottom: -12rem;
}

.first\:-mx-48:first-child {
  margin-left: -12rem;
  margin-right: -12rem;
}

.first\:-my-56:first-child {
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.first\:-mx-56:first-child {
  margin-left: -14rem;
  margin-right: -14rem;
}

.first\:-my-64:first-child {
  margin-top: -16rem;
  margin-bottom: -16rem;
}

.first\:-mx-64:first-child {
  margin-left: -16rem;
  margin-right: -16rem;
}

.first\:-my-px:first-child {
  margin-top: -1px;
  margin-bottom: -1px;
}

.first\:-mx-px:first-child {
  margin-left: -1px;
  margin-right: -1px;
}

.first\:mt-0:first-child {
  margin-top: 0;
}

.first\:mr-0:first-child {
  margin-right: 0;
}

.first\:mb-0:first-child {
  margin-bottom: 0;
}

.first\:ml-0:first-child {
  margin-left: 0;
}

.first\:mt-1:first-child {
  margin-top: 0.25rem;
}

.first\:mr-1:first-child {
  margin-right: 0.25rem;
}

.first\:mb-1:first-child {
  margin-bottom: 0.25rem;
}

.first\:ml-1:first-child {
  margin-left: 0.25rem;
}

.first\:mt-2:first-child {
  margin-top: 0.5rem;
}

.first\:mr-2:first-child {
  margin-right: 0.5rem;
}

.first\:mb-2:first-child {
  margin-bottom: 0.5rem;
}

.first\:ml-2:first-child {
  margin-left: 0.5rem;
}

.first\:mt-3:first-child {
  margin-top: 0.75rem;
}

.first\:mr-3:first-child {
  margin-right: 0.75rem;
}

.first\:mb-3:first-child {
  margin-bottom: 0.75rem;
}

.first\:ml-3:first-child {
  margin-left: 0.75rem;
}

.first\:mt-4:first-child {
  margin-top: 1rem;
}

.first\:mr-4:first-child {
  margin-right: 1rem;
}

.first\:mb-4:first-child {
  margin-bottom: 1rem;
}

.first\:ml-4:first-child {
  margin-left: 1rem;
}

.first\:mt-5:first-child {
  margin-top: 1.25rem;
}

.first\:mr-5:first-child {
  margin-right: 1.25rem;
}

.first\:mb-5:first-child {
  margin-bottom: 1.25rem;
}

.first\:ml-5:first-child {
  margin-left: 1.25rem;
}

.first\:mt-6:first-child {
  margin-top: 1.5rem;
}

.first\:mr-6:first-child {
  margin-right: 1.5rem;
}

.first\:mb-6:first-child {
  margin-bottom: 1.5rem;
}

.first\:ml-6:first-child {
  margin-left: 1.5rem;
}

.first\:mt-8:first-child {
  margin-top: 2rem;
}

.first\:mr-8:first-child {
  margin-right: 2rem;
}

.first\:mb-8:first-child {
  margin-bottom: 2rem;
}

.first\:ml-8:first-child {
  margin-left: 2rem;
}

.first\:mt-10:first-child {
  margin-top: 2.5rem;
}

.first\:mr-10:first-child {
  margin-right: 2.5rem;
}

.first\:mb-10:first-child {
  margin-bottom: 2.5rem;
}

.first\:ml-10:first-child {
  margin-left: 2.5rem;
}

.first\:mt-12:first-child {
  margin-top: 3rem;
}

.first\:mr-12:first-child {
  margin-right: 3rem;
}

.first\:mb-12:first-child {
  margin-bottom: 3rem;
}

.first\:ml-12:first-child {
  margin-left: 3rem;
}

.first\:mt-16:first-child {
  margin-top: 4rem;
}

.first\:mr-16:first-child {
  margin-right: 4rem;
}

.first\:mb-16:first-child {
  margin-bottom: 4rem;
}

.first\:ml-16:first-child {
  margin-left: 4rem;
}

.first\:mt-20:first-child {
  margin-top: 5rem;
}

.first\:mr-20:first-child {
  margin-right: 5rem;
}

.first\:mb-20:first-child {
  margin-bottom: 5rem;
}

.first\:ml-20:first-child {
  margin-left: 5rem;
}

.first\:mt-24:first-child {
  margin-top: 6rem;
}

.first\:mr-24:first-child {
  margin-right: 6rem;
}

.first\:mb-24:first-child {
  margin-bottom: 6rem;
}

.first\:ml-24:first-child {
  margin-left: 6rem;
}

.first\:mt-32:first-child {
  margin-top: 8rem;
}

.first\:mr-32:first-child {
  margin-right: 8rem;
}

.first\:mb-32:first-child {
  margin-bottom: 8rem;
}

.first\:ml-32:first-child {
  margin-left: 8rem;
}

.first\:mt-40:first-child {
  margin-top: 10rem;
}

.first\:mr-40:first-child {
  margin-right: 10rem;
}

.first\:mb-40:first-child {
  margin-bottom: 10rem;
}

.first\:ml-40:first-child {
  margin-left: 10rem;
}

.first\:mt-48:first-child {
  margin-top: 12rem;
}

.first\:mr-48:first-child {
  margin-right: 12rem;
}

.first\:mb-48:first-child {
  margin-bottom: 12rem;
}

.first\:ml-48:first-child {
  margin-left: 12rem;
}

.first\:mt-56:first-child {
  margin-top: 14rem;
}

.first\:mr-56:first-child {
  margin-right: 14rem;
}

.first\:mb-56:first-child {
  margin-bottom: 14rem;
}

.first\:ml-56:first-child {
  margin-left: 14rem;
}

.first\:mt-64:first-child {
  margin-top: 16rem;
}

.first\:mr-64:first-child {
  margin-right: 16rem;
}

.first\:mb-64:first-child {
  margin-bottom: 16rem;
}

.first\:ml-64:first-child {
  margin-left: 16rem;
}

.first\:mt-auto:first-child {
  margin-top: auto;
}

.first\:mr-auto:first-child {
  margin-right: auto;
}

.first\:mb-auto:first-child {
  margin-bottom: auto;
}

.first\:ml-auto:first-child {
  margin-left: auto;
}

.first\:mt-px:first-child {
  margin-top: 1px;
}

.first\:mr-px:first-child {
  margin-right: 1px;
}

.first\:mb-px:first-child {
  margin-bottom: 1px;
}

.first\:ml-px:first-child {
  margin-left: 1px;
}

.first\:-mt-1:first-child {
  margin-top: -0.25rem;
}

.first\:-mr-1:first-child {
  margin-right: -0.25rem;
}

.first\:-mb-1:first-child {
  margin-bottom: -0.25rem;
}

.first\:-ml-1:first-child {
  margin-left: -0.25rem;
}

.first\:-mt-2:first-child {
  margin-top: -0.5rem;
}

.first\:-mr-2:first-child {
  margin-right: -0.5rem;
}

.first\:-mb-2:first-child {
  margin-bottom: -0.5rem;
}

.first\:-ml-2:first-child {
  margin-left: -0.5rem;
}

.first\:-mt-3:first-child {
  margin-top: -0.75rem;
}

.first\:-mr-3:first-child {
  margin-right: -0.75rem;
}

.first\:-mb-3:first-child {
  margin-bottom: -0.75rem;
}

.first\:-ml-3:first-child {
  margin-left: -0.75rem;
}

.first\:-mt-4:first-child {
  margin-top: -1rem;
}

.first\:-mr-4:first-child {
  margin-right: -1rem;
}

.first\:-mb-4:first-child {
  margin-bottom: -1rem;
}

.first\:-ml-4:first-child {
  margin-left: -1rem;
}

.first\:-mt-5:first-child {
  margin-top: -1.25rem;
}

.first\:-mr-5:first-child {
  margin-right: -1.25rem;
}

.first\:-mb-5:first-child {
  margin-bottom: -1.25rem;
}

.first\:-ml-5:first-child {
  margin-left: -1.25rem;
}

.first\:-mt-6:first-child {
  margin-top: -1.5rem;
}

.first\:-mr-6:first-child {
  margin-right: -1.5rem;
}

.first\:-mb-6:first-child {
  margin-bottom: -1.5rem;
}

.first\:-ml-6:first-child {
  margin-left: -1.5rem;
}

.first\:-mt-8:first-child {
  margin-top: -2rem;
}

.first\:-mr-8:first-child {
  margin-right: -2rem;
}

.first\:-mb-8:first-child {
  margin-bottom: -2rem;
}

.first\:-ml-8:first-child {
  margin-left: -2rem;
}

.first\:-mt-10:first-child {
  margin-top: -2.5rem;
}

.first\:-mr-10:first-child {
  margin-right: -2.5rem;
}

.first\:-mb-10:first-child {
  margin-bottom: -2.5rem;
}

.first\:-ml-10:first-child {
  margin-left: -2.5rem;
}

.first\:-mt-12:first-child {
  margin-top: -3rem;
}

.first\:-mr-12:first-child {
  margin-right: -3rem;
}

.first\:-mb-12:first-child {
  margin-bottom: -3rem;
}

.first\:-ml-12:first-child {
  margin-left: -3rem;
}

.first\:-mt-16:first-child {
  margin-top: -4rem;
}

.first\:-mr-16:first-child {
  margin-right: -4rem;
}

.first\:-mb-16:first-child {
  margin-bottom: -4rem;
}

.first\:-ml-16:first-child {
  margin-left: -4rem;
}

.first\:-mt-20:first-child {
  margin-top: -5rem;
}

.first\:-mr-20:first-child {
  margin-right: -5rem;
}

.first\:-mb-20:first-child {
  margin-bottom: -5rem;
}

.first\:-ml-20:first-child {
  margin-left: -5rem;
}

.first\:-mt-24:first-child {
  margin-top: -6rem;
}

.first\:-mr-24:first-child {
  margin-right: -6rem;
}

.first\:-mb-24:first-child {
  margin-bottom: -6rem;
}

.first\:-ml-24:first-child {
  margin-left: -6rem;
}

.first\:-mt-32:first-child {
  margin-top: -8rem;
}

.first\:-mr-32:first-child {
  margin-right: -8rem;
}

.first\:-mb-32:first-child {
  margin-bottom: -8rem;
}

.first\:-ml-32:first-child {
  margin-left: -8rem;
}

.first\:-mt-40:first-child {
  margin-top: -10rem;
}

.first\:-mr-40:first-child {
  margin-right: -10rem;
}

.first\:-mb-40:first-child {
  margin-bottom: -10rem;
}

.first\:-ml-40:first-child {
  margin-left: -10rem;
}

.first\:-mt-48:first-child {
  margin-top: -12rem;
}

.first\:-mr-48:first-child {
  margin-right: -12rem;
}

.first\:-mb-48:first-child {
  margin-bottom: -12rem;
}

.first\:-ml-48:first-child {
  margin-left: -12rem;
}

.first\:-mt-56:first-child {
  margin-top: -14rem;
}

.first\:-mr-56:first-child {
  margin-right: -14rem;
}

.first\:-mb-56:first-child {
  margin-bottom: -14rem;
}

.first\:-ml-56:first-child {
  margin-left: -14rem;
}

.first\:-mt-64:first-child {
  margin-top: -16rem;
}

.first\:-mr-64:first-child {
  margin-right: -16rem;
}

.first\:-mb-64:first-child {
  margin-bottom: -16rem;
}

.first\:-ml-64:first-child {
  margin-left: -16rem;
}

.first\:-mt-px:first-child {
  margin-top: -1px;
}

.first\:-mr-px:first-child {
  margin-right: -1px;
}

.first\:-mb-px:first-child {
  margin-bottom: -1px;
}

.first\:-ml-px:first-child {
  margin-left: -1px;
}

.last\:m-0:last-child {
  margin: 0;
}

.last\:m-1:last-child {
  margin: 0.25rem;
}

.last\:m-2:last-child {
  margin: 0.5rem;
}

.last\:m-3:last-child {
  margin: 0.75rem;
}

.last\:m-4:last-child {
  margin: 1rem;
}

.last\:m-5:last-child {
  margin: 1.25rem;
}

.last\:m-6:last-child {
  margin: 1.5rem;
}

.last\:m-8:last-child {
  margin: 2rem;
}

.last\:m-10:last-child {
  margin: 2.5rem;
}

.last\:m-12:last-child {
  margin: 3rem;
}

.last\:m-16:last-child {
  margin: 4rem;
}

.last\:m-20:last-child {
  margin: 5rem;
}

.last\:m-24:last-child {
  margin: 6rem;
}

.last\:m-32:last-child {
  margin: 8rem;
}

.last\:m-40:last-child {
  margin: 10rem;
}

.last\:m-48:last-child {
  margin: 12rem;
}

.last\:m-56:last-child {
  margin: 14rem;
}

.last\:m-64:last-child {
  margin: 16rem;
}

.last\:m-auto:last-child {
  margin: auto;
}

.last\:m-px:last-child {
  margin: 1px;
}

.last\:-m-1:last-child {
  margin: -0.25rem;
}

.last\:-m-2:last-child {
  margin: -0.5rem;
}

.last\:-m-3:last-child {
  margin: -0.75rem;
}

.last\:-m-4:last-child {
  margin: -1rem;
}

.last\:-m-5:last-child {
  margin: -1.25rem;
}

.last\:-m-6:last-child {
  margin: -1.5rem;
}

.last\:-m-8:last-child {
  margin: -2rem;
}

.last\:-m-10:last-child {
  margin: -2.5rem;
}

.last\:-m-12:last-child {
  margin: -3rem;
}

.last\:-m-16:last-child {
  margin: -4rem;
}

.last\:-m-20:last-child {
  margin: -5rem;
}

.last\:-m-24:last-child {
  margin: -6rem;
}

.last\:-m-32:last-child {
  margin: -8rem;
}

.last\:-m-40:last-child {
  margin: -10rem;
}

.last\:-m-48:last-child {
  margin: -12rem;
}

.last\:-m-56:last-child {
  margin: -14rem;
}

.last\:-m-64:last-child {
  margin: -16rem;
}

.last\:-m-px:last-child {
  margin: -1px;
}

.last\:my-0:last-child {
  margin-top: 0;
  margin-bottom: 0;
}

.last\:mx-0:last-child {
  margin-left: 0;
  margin-right: 0;
}

.last\:my-1:last-child {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.last\:mx-1:last-child {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.last\:my-2:last-child {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.last\:mx-2:last-child {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.last\:my-3:last-child {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.last\:mx-3:last-child {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.last\:my-4:last-child {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.last\:mx-4:last-child {
  margin-left: 1rem;
  margin-right: 1rem;
}

.last\:my-5:last-child {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.last\:mx-5:last-child {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.last\:my-6:last-child {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.last\:mx-6:last-child {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.last\:my-8:last-child {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.last\:mx-8:last-child {
  margin-left: 2rem;
  margin-right: 2rem;
}

.last\:my-10:last-child {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.last\:mx-10:last-child {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.last\:my-12:last-child {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.last\:mx-12:last-child {
  margin-left: 3rem;
  margin-right: 3rem;
}

.last\:my-16:last-child {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.last\:mx-16:last-child {
  margin-left: 4rem;
  margin-right: 4rem;
}

.last\:my-20:last-child {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.last\:mx-20:last-child {
  margin-left: 5rem;
  margin-right: 5rem;
}

.last\:my-24:last-child {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.last\:mx-24:last-child {
  margin-left: 6rem;
  margin-right: 6rem;
}

.last\:my-32:last-child {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.last\:mx-32:last-child {
  margin-left: 8rem;
  margin-right: 8rem;
}

.last\:my-40:last-child {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.last\:mx-40:last-child {
  margin-left: 10rem;
  margin-right: 10rem;
}

.last\:my-48:last-child {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.last\:mx-48:last-child {
  margin-left: 12rem;
  margin-right: 12rem;
}

.last\:my-56:last-child {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.last\:mx-56:last-child {
  margin-left: 14rem;
  margin-right: 14rem;
}

.last\:my-64:last-child {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.last\:mx-64:last-child {
  margin-left: 16rem;
  margin-right: 16rem;
}

.last\:my-auto:last-child {
  margin-top: auto;
  margin-bottom: auto;
}

.last\:mx-auto:last-child {
  margin-left: auto;
  margin-right: auto;
}

.last\:my-px:last-child {
  margin-top: 1px;
  margin-bottom: 1px;
}

.last\:mx-px:last-child {
  margin-left: 1px;
  margin-right: 1px;
}

.last\:-my-1:last-child {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.last\:-mx-1:last-child {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.last\:-my-2:last-child {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.last\:-mx-2:last-child {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.last\:-my-3:last-child {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.last\:-mx-3:last-child {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.last\:-my-4:last-child {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.last\:-mx-4:last-child {
  margin-left: -1rem;
  margin-right: -1rem;
}

.last\:-my-5:last-child {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.last\:-mx-5:last-child {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.last\:-my-6:last-child {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.last\:-mx-6:last-child {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.last\:-my-8:last-child {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.last\:-mx-8:last-child {
  margin-left: -2rem;
  margin-right: -2rem;
}

.last\:-my-10:last-child {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.last\:-mx-10:last-child {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.last\:-my-12:last-child {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.last\:-mx-12:last-child {
  margin-left: -3rem;
  margin-right: -3rem;
}

.last\:-my-16:last-child {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.last\:-mx-16:last-child {
  margin-left: -4rem;
  margin-right: -4rem;
}

.last\:-my-20:last-child {
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.last\:-mx-20:last-child {
  margin-left: -5rem;
  margin-right: -5rem;
}

.last\:-my-24:last-child {
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.last\:-mx-24:last-child {
  margin-left: -6rem;
  margin-right: -6rem;
}

.last\:-my-32:last-child {
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.last\:-mx-32:last-child {
  margin-left: -8rem;
  margin-right: -8rem;
}

.last\:-my-40:last-child {
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.last\:-mx-40:last-child {
  margin-left: -10rem;
  margin-right: -10rem;
}

.last\:-my-48:last-child {
  margin-top: -12rem;
  margin-bottom: -12rem;
}

.last\:-mx-48:last-child {
  margin-left: -12rem;
  margin-right: -12rem;
}

.last\:-my-56:last-child {
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.last\:-mx-56:last-child {
  margin-left: -14rem;
  margin-right: -14rem;
}

.last\:-my-64:last-child {
  margin-top: -16rem;
  margin-bottom: -16rem;
}

.last\:-mx-64:last-child {
  margin-left: -16rem;
  margin-right: -16rem;
}

.last\:-my-px:last-child {
  margin-top: -1px;
  margin-bottom: -1px;
}

.last\:-mx-px:last-child {
  margin-left: -1px;
  margin-right: -1px;
}

.last\:mt-0:last-child {
  margin-top: 0;
}

.last\:mr-0:last-child {
  margin-right: 0;
}

.last\:mb-0:last-child {
  margin-bottom: 0;
}

.last\:ml-0:last-child {
  margin-left: 0;
}

.last\:mt-1:last-child {
  margin-top: 0.25rem;
}

.last\:mr-1:last-child {
  margin-right: 0.25rem;
}

.last\:mb-1:last-child {
  margin-bottom: 0.25rem;
}

.last\:ml-1:last-child {
  margin-left: 0.25rem;
}

.last\:mt-2:last-child {
  margin-top: 0.5rem;
}

.last\:mr-2:last-child {
  margin-right: 0.5rem;
}

.last\:mb-2:last-child {
  margin-bottom: 0.5rem;
}

.last\:ml-2:last-child {
  margin-left: 0.5rem;
}

.last\:mt-3:last-child {
  margin-top: 0.75rem;
}

.last\:mr-3:last-child {
  margin-right: 0.75rem;
}

.last\:mb-3:last-child {
  margin-bottom: 0.75rem;
}

.last\:ml-3:last-child {
  margin-left: 0.75rem;
}

.last\:mt-4:last-child {
  margin-top: 1rem;
}

.last\:mr-4:last-child {
  margin-right: 1rem;
}

.last\:mb-4:last-child {
  margin-bottom: 1rem;
}

.last\:ml-4:last-child {
  margin-left: 1rem;
}

.last\:mt-5:last-child {
  margin-top: 1.25rem;
}

.last\:mr-5:last-child {
  margin-right: 1.25rem;
}

.last\:mb-5:last-child {
  margin-bottom: 1.25rem;
}

.last\:ml-5:last-child {
  margin-left: 1.25rem;
}

.last\:mt-6:last-child {
  margin-top: 1.5rem;
}

.last\:mr-6:last-child {
  margin-right: 1.5rem;
}

.last\:mb-6:last-child {
  margin-bottom: 1.5rem;
}

.last\:ml-6:last-child {
  margin-left: 1.5rem;
}

.last\:mt-8:last-child {
  margin-top: 2rem;
}

.last\:mr-8:last-child {
  margin-right: 2rem;
}

.last\:mb-8:last-child {
  margin-bottom: 2rem;
}

.last\:ml-8:last-child {
  margin-left: 2rem;
}

.last\:mt-10:last-child {
  margin-top: 2.5rem;
}

.last\:mr-10:last-child {
  margin-right: 2.5rem;
}

.last\:mb-10:last-child {
  margin-bottom: 2.5rem;
}

.last\:ml-10:last-child {
  margin-left: 2.5rem;
}

.last\:mt-12:last-child {
  margin-top: 3rem;
}

.last\:mr-12:last-child {
  margin-right: 3rem;
}

.last\:mb-12:last-child {
  margin-bottom: 3rem;
}

.last\:ml-12:last-child {
  margin-left: 3rem;
}

.last\:mt-16:last-child {
  margin-top: 4rem;
}

.last\:mr-16:last-child {
  margin-right: 4rem;
}

.last\:mb-16:last-child {
  margin-bottom: 4rem;
}

.last\:ml-16:last-child {
  margin-left: 4rem;
}

.last\:mt-20:last-child {
  margin-top: 5rem;
}

.last\:mr-20:last-child {
  margin-right: 5rem;
}

.last\:mb-20:last-child {
  margin-bottom: 5rem;
}

.last\:ml-20:last-child {
  margin-left: 5rem;
}

.last\:mt-24:last-child {
  margin-top: 6rem;
}

.last\:mr-24:last-child {
  margin-right: 6rem;
}

.last\:mb-24:last-child {
  margin-bottom: 6rem;
}

.last\:ml-24:last-child {
  margin-left: 6rem;
}

.last\:mt-32:last-child {
  margin-top: 8rem;
}

.last\:mr-32:last-child {
  margin-right: 8rem;
}

.last\:mb-32:last-child {
  margin-bottom: 8rem;
}

.last\:ml-32:last-child {
  margin-left: 8rem;
}

.last\:mt-40:last-child {
  margin-top: 10rem;
}

.last\:mr-40:last-child {
  margin-right: 10rem;
}

.last\:mb-40:last-child {
  margin-bottom: 10rem;
}

.last\:ml-40:last-child {
  margin-left: 10rem;
}

.last\:mt-48:last-child {
  margin-top: 12rem;
}

.last\:mr-48:last-child {
  margin-right: 12rem;
}

.last\:mb-48:last-child {
  margin-bottom: 12rem;
}

.last\:ml-48:last-child {
  margin-left: 12rem;
}

.last\:mt-56:last-child {
  margin-top: 14rem;
}

.last\:mr-56:last-child {
  margin-right: 14rem;
}

.last\:mb-56:last-child {
  margin-bottom: 14rem;
}

.last\:ml-56:last-child {
  margin-left: 14rem;
}

.last\:mt-64:last-child {
  margin-top: 16rem;
}

.last\:mr-64:last-child {
  margin-right: 16rem;
}

.last\:mb-64:last-child {
  margin-bottom: 16rem;
}

.last\:ml-64:last-child {
  margin-left: 16rem;
}

.last\:mt-auto:last-child {
  margin-top: auto;
}

.last\:mr-auto:last-child {
  margin-right: auto;
}

.last\:mb-auto:last-child {
  margin-bottom: auto;
}

.last\:ml-auto:last-child {
  margin-left: auto;
}

.last\:mt-px:last-child {
  margin-top: 1px;
}

.last\:mr-px:last-child {
  margin-right: 1px;
}

.last\:mb-px:last-child {
  margin-bottom: 1px;
}

.last\:ml-px:last-child {
  margin-left: 1px;
}

.last\:-mt-1:last-child {
  margin-top: -0.25rem;
}

.last\:-mr-1:last-child {
  margin-right: -0.25rem;
}

.last\:-mb-1:last-child {
  margin-bottom: -0.25rem;
}

.last\:-ml-1:last-child {
  margin-left: -0.25rem;
}

.last\:-mt-2:last-child {
  margin-top: -0.5rem;
}

.last\:-mr-2:last-child {
  margin-right: -0.5rem;
}

.last\:-mb-2:last-child {
  margin-bottom: -0.5rem;
}

.last\:-ml-2:last-child {
  margin-left: -0.5rem;
}

.last\:-mt-3:last-child {
  margin-top: -0.75rem;
}

.last\:-mr-3:last-child {
  margin-right: -0.75rem;
}

.last\:-mb-3:last-child {
  margin-bottom: -0.75rem;
}

.last\:-ml-3:last-child {
  margin-left: -0.75rem;
}

.last\:-mt-4:last-child {
  margin-top: -1rem;
}

.last\:-mr-4:last-child {
  margin-right: -1rem;
}

.last\:-mb-4:last-child {
  margin-bottom: -1rem;
}

.last\:-ml-4:last-child {
  margin-left: -1rem;
}

.last\:-mt-5:last-child {
  margin-top: -1.25rem;
}

.last\:-mr-5:last-child {
  margin-right: -1.25rem;
}

.last\:-mb-5:last-child {
  margin-bottom: -1.25rem;
}

.last\:-ml-5:last-child {
  margin-left: -1.25rem;
}

.last\:-mt-6:last-child {
  margin-top: -1.5rem;
}

.last\:-mr-6:last-child {
  margin-right: -1.5rem;
}

.last\:-mb-6:last-child {
  margin-bottom: -1.5rem;
}

.last\:-ml-6:last-child {
  margin-left: -1.5rem;
}

.last\:-mt-8:last-child {
  margin-top: -2rem;
}

.last\:-mr-8:last-child {
  margin-right: -2rem;
}

.last\:-mb-8:last-child {
  margin-bottom: -2rem;
}

.last\:-ml-8:last-child {
  margin-left: -2rem;
}

.last\:-mt-10:last-child {
  margin-top: -2.5rem;
}

.last\:-mr-10:last-child {
  margin-right: -2.5rem;
}

.last\:-mb-10:last-child {
  margin-bottom: -2.5rem;
}

.last\:-ml-10:last-child {
  margin-left: -2.5rem;
}

.last\:-mt-12:last-child {
  margin-top: -3rem;
}

.last\:-mr-12:last-child {
  margin-right: -3rem;
}

.last\:-mb-12:last-child {
  margin-bottom: -3rem;
}

.last\:-ml-12:last-child {
  margin-left: -3rem;
}

.last\:-mt-16:last-child {
  margin-top: -4rem;
}

.last\:-mr-16:last-child {
  margin-right: -4rem;
}

.last\:-mb-16:last-child {
  margin-bottom: -4rem;
}

.last\:-ml-16:last-child {
  margin-left: -4rem;
}

.last\:-mt-20:last-child {
  margin-top: -5rem;
}

.last\:-mr-20:last-child {
  margin-right: -5rem;
}

.last\:-mb-20:last-child {
  margin-bottom: -5rem;
}

.last\:-ml-20:last-child {
  margin-left: -5rem;
}

.last\:-mt-24:last-child {
  margin-top: -6rem;
}

.last\:-mr-24:last-child {
  margin-right: -6rem;
}

.last\:-mb-24:last-child {
  margin-bottom: -6rem;
}

.last\:-ml-24:last-child {
  margin-left: -6rem;
}

.last\:-mt-32:last-child {
  margin-top: -8rem;
}

.last\:-mr-32:last-child {
  margin-right: -8rem;
}

.last\:-mb-32:last-child {
  margin-bottom: -8rem;
}

.last\:-ml-32:last-child {
  margin-left: -8rem;
}

.last\:-mt-40:last-child {
  margin-top: -10rem;
}

.last\:-mr-40:last-child {
  margin-right: -10rem;
}

.last\:-mb-40:last-child {
  margin-bottom: -10rem;
}

.last\:-ml-40:last-child {
  margin-left: -10rem;
}

.last\:-mt-48:last-child {
  margin-top: -12rem;
}

.last\:-mr-48:last-child {
  margin-right: -12rem;
}

.last\:-mb-48:last-child {
  margin-bottom: -12rem;
}

.last\:-ml-48:last-child {
  margin-left: -12rem;
}

.last\:-mt-56:last-child {
  margin-top: -14rem;
}

.last\:-mr-56:last-child {
  margin-right: -14rem;
}

.last\:-mb-56:last-child {
  margin-bottom: -14rem;
}

.last\:-ml-56:last-child {
  margin-left: -14rem;
}

.last\:-mt-64:last-child {
  margin-top: -16rem;
}

.last\:-mr-64:last-child {
  margin-right: -16rem;
}

.last\:-mb-64:last-child {
  margin-bottom: -16rem;
}

.last\:-ml-64:last-child {
  margin-left: -16rem;
}

.last\:-mt-px:last-child {
  margin-top: -1px;
}

.last\:-mr-px:last-child {
  margin-right: -1px;
}

.last\:-mb-px:last-child {
  margin-bottom: -1px;
}

.last\:-ml-px:last-child {
  margin-left: -1px;
}

.odd\:m-0:nth-child(odd) {
  margin: 0;
}

.odd\:m-1:nth-child(odd) {
  margin: 0.25rem;
}

.odd\:m-2:nth-child(odd) {
  margin: 0.5rem;
}

.odd\:m-3:nth-child(odd) {
  margin: 0.75rem;
}

.odd\:m-4:nth-child(odd) {
  margin: 1rem;
}

.odd\:m-5:nth-child(odd) {
  margin: 1.25rem;
}

.odd\:m-6:nth-child(odd) {
  margin: 1.5rem;
}

.odd\:m-8:nth-child(odd) {
  margin: 2rem;
}

.odd\:m-10:nth-child(odd) {
  margin: 2.5rem;
}

.odd\:m-12:nth-child(odd) {
  margin: 3rem;
}

.odd\:m-16:nth-child(odd) {
  margin: 4rem;
}

.odd\:m-20:nth-child(odd) {
  margin: 5rem;
}

.odd\:m-24:nth-child(odd) {
  margin: 6rem;
}

.odd\:m-32:nth-child(odd) {
  margin: 8rem;
}

.odd\:m-40:nth-child(odd) {
  margin: 10rem;
}

.odd\:m-48:nth-child(odd) {
  margin: 12rem;
}

.odd\:m-56:nth-child(odd) {
  margin: 14rem;
}

.odd\:m-64:nth-child(odd) {
  margin: 16rem;
}

.odd\:m-auto:nth-child(odd) {
  margin: auto;
}

.odd\:m-px:nth-child(odd) {
  margin: 1px;
}

.odd\:-m-1:nth-child(odd) {
  margin: -0.25rem;
}

.odd\:-m-2:nth-child(odd) {
  margin: -0.5rem;
}

.odd\:-m-3:nth-child(odd) {
  margin: -0.75rem;
}

.odd\:-m-4:nth-child(odd) {
  margin: -1rem;
}

.odd\:-m-5:nth-child(odd) {
  margin: -1.25rem;
}

.odd\:-m-6:nth-child(odd) {
  margin: -1.5rem;
}

.odd\:-m-8:nth-child(odd) {
  margin: -2rem;
}

.odd\:-m-10:nth-child(odd) {
  margin: -2.5rem;
}

.odd\:-m-12:nth-child(odd) {
  margin: -3rem;
}

.odd\:-m-16:nth-child(odd) {
  margin: -4rem;
}

.odd\:-m-20:nth-child(odd) {
  margin: -5rem;
}

.odd\:-m-24:nth-child(odd) {
  margin: -6rem;
}

.odd\:-m-32:nth-child(odd) {
  margin: -8rem;
}

.odd\:-m-40:nth-child(odd) {
  margin: -10rem;
}

.odd\:-m-48:nth-child(odd) {
  margin: -12rem;
}

.odd\:-m-56:nth-child(odd) {
  margin: -14rem;
}

.odd\:-m-64:nth-child(odd) {
  margin: -16rem;
}

.odd\:-m-px:nth-child(odd) {
  margin: -1px;
}

.odd\:my-0:nth-child(odd) {
  margin-top: 0;
  margin-bottom: 0;
}

.odd\:mx-0:nth-child(odd) {
  margin-left: 0;
  margin-right: 0;
}

.odd\:my-1:nth-child(odd) {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.odd\:mx-1:nth-child(odd) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.odd\:my-2:nth-child(odd) {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.odd\:mx-2:nth-child(odd) {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.odd\:my-3:nth-child(odd) {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.odd\:mx-3:nth-child(odd) {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.odd\:my-4:nth-child(odd) {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.odd\:mx-4:nth-child(odd) {
  margin-left: 1rem;
  margin-right: 1rem;
}

.odd\:my-5:nth-child(odd) {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.odd\:mx-5:nth-child(odd) {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.odd\:my-6:nth-child(odd) {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.odd\:mx-6:nth-child(odd) {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.odd\:my-8:nth-child(odd) {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.odd\:mx-8:nth-child(odd) {
  margin-left: 2rem;
  margin-right: 2rem;
}

.odd\:my-10:nth-child(odd) {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.odd\:mx-10:nth-child(odd) {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.odd\:my-12:nth-child(odd) {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.odd\:mx-12:nth-child(odd) {
  margin-left: 3rem;
  margin-right: 3rem;
}

.odd\:my-16:nth-child(odd) {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.odd\:mx-16:nth-child(odd) {
  margin-left: 4rem;
  margin-right: 4rem;
}

.odd\:my-20:nth-child(odd) {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.odd\:mx-20:nth-child(odd) {
  margin-left: 5rem;
  margin-right: 5rem;
}

.odd\:my-24:nth-child(odd) {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.odd\:mx-24:nth-child(odd) {
  margin-left: 6rem;
  margin-right: 6rem;
}

.odd\:my-32:nth-child(odd) {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.odd\:mx-32:nth-child(odd) {
  margin-left: 8rem;
  margin-right: 8rem;
}

.odd\:my-40:nth-child(odd) {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.odd\:mx-40:nth-child(odd) {
  margin-left: 10rem;
  margin-right: 10rem;
}

.odd\:my-48:nth-child(odd) {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.odd\:mx-48:nth-child(odd) {
  margin-left: 12rem;
  margin-right: 12rem;
}

.odd\:my-56:nth-child(odd) {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.odd\:mx-56:nth-child(odd) {
  margin-left: 14rem;
  margin-right: 14rem;
}

.odd\:my-64:nth-child(odd) {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.odd\:mx-64:nth-child(odd) {
  margin-left: 16rem;
  margin-right: 16rem;
}

.odd\:my-auto:nth-child(odd) {
  margin-top: auto;
  margin-bottom: auto;
}

.odd\:mx-auto:nth-child(odd) {
  margin-left: auto;
  margin-right: auto;
}

.odd\:my-px:nth-child(odd) {
  margin-top: 1px;
  margin-bottom: 1px;
}

.odd\:mx-px:nth-child(odd) {
  margin-left: 1px;
  margin-right: 1px;
}

.odd\:-my-1:nth-child(odd) {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.odd\:-mx-1:nth-child(odd) {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.odd\:-my-2:nth-child(odd) {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.odd\:-mx-2:nth-child(odd) {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.odd\:-my-3:nth-child(odd) {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.odd\:-mx-3:nth-child(odd) {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.odd\:-my-4:nth-child(odd) {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.odd\:-mx-4:nth-child(odd) {
  margin-left: -1rem;
  margin-right: -1rem;
}

.odd\:-my-5:nth-child(odd) {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.odd\:-mx-5:nth-child(odd) {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.odd\:-my-6:nth-child(odd) {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.odd\:-mx-6:nth-child(odd) {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.odd\:-my-8:nth-child(odd) {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.odd\:-mx-8:nth-child(odd) {
  margin-left: -2rem;
  margin-right: -2rem;
}

.odd\:-my-10:nth-child(odd) {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.odd\:-mx-10:nth-child(odd) {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.odd\:-my-12:nth-child(odd) {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.odd\:-mx-12:nth-child(odd) {
  margin-left: -3rem;
  margin-right: -3rem;
}

.odd\:-my-16:nth-child(odd) {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.odd\:-mx-16:nth-child(odd) {
  margin-left: -4rem;
  margin-right: -4rem;
}

.odd\:-my-20:nth-child(odd) {
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.odd\:-mx-20:nth-child(odd) {
  margin-left: -5rem;
  margin-right: -5rem;
}

.odd\:-my-24:nth-child(odd) {
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.odd\:-mx-24:nth-child(odd) {
  margin-left: -6rem;
  margin-right: -6rem;
}

.odd\:-my-32:nth-child(odd) {
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.odd\:-mx-32:nth-child(odd) {
  margin-left: -8rem;
  margin-right: -8rem;
}

.odd\:-my-40:nth-child(odd) {
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.odd\:-mx-40:nth-child(odd) {
  margin-left: -10rem;
  margin-right: -10rem;
}

.odd\:-my-48:nth-child(odd) {
  margin-top: -12rem;
  margin-bottom: -12rem;
}

.odd\:-mx-48:nth-child(odd) {
  margin-left: -12rem;
  margin-right: -12rem;
}

.odd\:-my-56:nth-child(odd) {
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.odd\:-mx-56:nth-child(odd) {
  margin-left: -14rem;
  margin-right: -14rem;
}

.odd\:-my-64:nth-child(odd) {
  margin-top: -16rem;
  margin-bottom: -16rem;
}

.odd\:-mx-64:nth-child(odd) {
  margin-left: -16rem;
  margin-right: -16rem;
}

.odd\:-my-px:nth-child(odd) {
  margin-top: -1px;
  margin-bottom: -1px;
}

.odd\:-mx-px:nth-child(odd) {
  margin-left: -1px;
  margin-right: -1px;
}

.odd\:mt-0:nth-child(odd) {
  margin-top: 0;
}

.odd\:mr-0:nth-child(odd) {
  margin-right: 0;
}

.odd\:mb-0:nth-child(odd) {
  margin-bottom: 0;
}

.odd\:ml-0:nth-child(odd) {
  margin-left: 0;
}

.odd\:mt-1:nth-child(odd) {
  margin-top: 0.25rem;
}

.odd\:mr-1:nth-child(odd) {
  margin-right: 0.25rem;
}

.odd\:mb-1:nth-child(odd) {
  margin-bottom: 0.25rem;
}

.odd\:ml-1:nth-child(odd) {
  margin-left: 0.25rem;
}

.odd\:mt-2:nth-child(odd) {
  margin-top: 0.5rem;
}

.odd\:mr-2:nth-child(odd) {
  margin-right: 0.5rem;
}

.odd\:mb-2:nth-child(odd) {
  margin-bottom: 0.5rem;
}

.odd\:ml-2:nth-child(odd) {
  margin-left: 0.5rem;
}

.odd\:mt-3:nth-child(odd) {
  margin-top: 0.75rem;
}

.odd\:mr-3:nth-child(odd) {
  margin-right: 0.75rem;
}

.odd\:mb-3:nth-child(odd) {
  margin-bottom: 0.75rem;
}

.odd\:ml-3:nth-child(odd) {
  margin-left: 0.75rem;
}

.odd\:mt-4:nth-child(odd) {
  margin-top: 1rem;
}

.odd\:mr-4:nth-child(odd) {
  margin-right: 1rem;
}

.odd\:mb-4:nth-child(odd) {
  margin-bottom: 1rem;
}

.odd\:ml-4:nth-child(odd) {
  margin-left: 1rem;
}

.odd\:mt-5:nth-child(odd) {
  margin-top: 1.25rem;
}

.odd\:mr-5:nth-child(odd) {
  margin-right: 1.25rem;
}

.odd\:mb-5:nth-child(odd) {
  margin-bottom: 1.25rem;
}

.odd\:ml-5:nth-child(odd) {
  margin-left: 1.25rem;
}

.odd\:mt-6:nth-child(odd) {
  margin-top: 1.5rem;
}

.odd\:mr-6:nth-child(odd) {
  margin-right: 1.5rem;
}

.odd\:mb-6:nth-child(odd) {
  margin-bottom: 1.5rem;
}

.odd\:ml-6:nth-child(odd) {
  margin-left: 1.5rem;
}

.odd\:mt-8:nth-child(odd) {
  margin-top: 2rem;
}

.odd\:mr-8:nth-child(odd) {
  margin-right: 2rem;
}

.odd\:mb-8:nth-child(odd) {
  margin-bottom: 2rem;
}

.odd\:ml-8:nth-child(odd) {
  margin-left: 2rem;
}

.odd\:mt-10:nth-child(odd) {
  margin-top: 2.5rem;
}

.odd\:mr-10:nth-child(odd) {
  margin-right: 2.5rem;
}

.odd\:mb-10:nth-child(odd) {
  margin-bottom: 2.5rem;
}

.odd\:ml-10:nth-child(odd) {
  margin-left: 2.5rem;
}

.odd\:mt-12:nth-child(odd) {
  margin-top: 3rem;
}

.odd\:mr-12:nth-child(odd) {
  margin-right: 3rem;
}

.odd\:mb-12:nth-child(odd) {
  margin-bottom: 3rem;
}

.odd\:ml-12:nth-child(odd) {
  margin-left: 3rem;
}

.odd\:mt-16:nth-child(odd) {
  margin-top: 4rem;
}

.odd\:mr-16:nth-child(odd) {
  margin-right: 4rem;
}

.odd\:mb-16:nth-child(odd) {
  margin-bottom: 4rem;
}

.odd\:ml-16:nth-child(odd) {
  margin-left: 4rem;
}

.odd\:mt-20:nth-child(odd) {
  margin-top: 5rem;
}

.odd\:mr-20:nth-child(odd) {
  margin-right: 5rem;
}

.odd\:mb-20:nth-child(odd) {
  margin-bottom: 5rem;
}

.odd\:ml-20:nth-child(odd) {
  margin-left: 5rem;
}

.odd\:mt-24:nth-child(odd) {
  margin-top: 6rem;
}

.odd\:mr-24:nth-child(odd) {
  margin-right: 6rem;
}

.odd\:mb-24:nth-child(odd) {
  margin-bottom: 6rem;
}

.odd\:ml-24:nth-child(odd) {
  margin-left: 6rem;
}

.odd\:mt-32:nth-child(odd) {
  margin-top: 8rem;
}

.odd\:mr-32:nth-child(odd) {
  margin-right: 8rem;
}

.odd\:mb-32:nth-child(odd) {
  margin-bottom: 8rem;
}

.odd\:ml-32:nth-child(odd) {
  margin-left: 8rem;
}

.odd\:mt-40:nth-child(odd) {
  margin-top: 10rem;
}

.odd\:mr-40:nth-child(odd) {
  margin-right: 10rem;
}

.odd\:mb-40:nth-child(odd) {
  margin-bottom: 10rem;
}

.odd\:ml-40:nth-child(odd) {
  margin-left: 10rem;
}

.odd\:mt-48:nth-child(odd) {
  margin-top: 12rem;
}

.odd\:mr-48:nth-child(odd) {
  margin-right: 12rem;
}

.odd\:mb-48:nth-child(odd) {
  margin-bottom: 12rem;
}

.odd\:ml-48:nth-child(odd) {
  margin-left: 12rem;
}

.odd\:mt-56:nth-child(odd) {
  margin-top: 14rem;
}

.odd\:mr-56:nth-child(odd) {
  margin-right: 14rem;
}

.odd\:mb-56:nth-child(odd) {
  margin-bottom: 14rem;
}

.odd\:ml-56:nth-child(odd) {
  margin-left: 14rem;
}

.odd\:mt-64:nth-child(odd) {
  margin-top: 16rem;
}

.odd\:mr-64:nth-child(odd) {
  margin-right: 16rem;
}

.odd\:mb-64:nth-child(odd) {
  margin-bottom: 16rem;
}

.odd\:ml-64:nth-child(odd) {
  margin-left: 16rem;
}

.odd\:mt-auto:nth-child(odd) {
  margin-top: auto;
}

.odd\:mr-auto:nth-child(odd) {
  margin-right: auto;
}

.odd\:mb-auto:nth-child(odd) {
  margin-bottom: auto;
}

.odd\:ml-auto:nth-child(odd) {
  margin-left: auto;
}

.odd\:mt-px:nth-child(odd) {
  margin-top: 1px;
}

.odd\:mr-px:nth-child(odd) {
  margin-right: 1px;
}

.odd\:mb-px:nth-child(odd) {
  margin-bottom: 1px;
}

.odd\:ml-px:nth-child(odd) {
  margin-left: 1px;
}

.odd\:-mt-1:nth-child(odd) {
  margin-top: -0.25rem;
}

.odd\:-mr-1:nth-child(odd) {
  margin-right: -0.25rem;
}

.odd\:-mb-1:nth-child(odd) {
  margin-bottom: -0.25rem;
}

.odd\:-ml-1:nth-child(odd) {
  margin-left: -0.25rem;
}

.odd\:-mt-2:nth-child(odd) {
  margin-top: -0.5rem;
}

.odd\:-mr-2:nth-child(odd) {
  margin-right: -0.5rem;
}

.odd\:-mb-2:nth-child(odd) {
  margin-bottom: -0.5rem;
}

.odd\:-ml-2:nth-child(odd) {
  margin-left: -0.5rem;
}

.odd\:-mt-3:nth-child(odd) {
  margin-top: -0.75rem;
}

.odd\:-mr-3:nth-child(odd) {
  margin-right: -0.75rem;
}

.odd\:-mb-3:nth-child(odd) {
  margin-bottom: -0.75rem;
}

.odd\:-ml-3:nth-child(odd) {
  margin-left: -0.75rem;
}

.odd\:-mt-4:nth-child(odd) {
  margin-top: -1rem;
}

.odd\:-mr-4:nth-child(odd) {
  margin-right: -1rem;
}

.odd\:-mb-4:nth-child(odd) {
  margin-bottom: -1rem;
}

.odd\:-ml-4:nth-child(odd) {
  margin-left: -1rem;
}

.odd\:-mt-5:nth-child(odd) {
  margin-top: -1.25rem;
}

.odd\:-mr-5:nth-child(odd) {
  margin-right: -1.25rem;
}

.odd\:-mb-5:nth-child(odd) {
  margin-bottom: -1.25rem;
}

.odd\:-ml-5:nth-child(odd) {
  margin-left: -1.25rem;
}

.odd\:-mt-6:nth-child(odd) {
  margin-top: -1.5rem;
}

.odd\:-mr-6:nth-child(odd) {
  margin-right: -1.5rem;
}

.odd\:-mb-6:nth-child(odd) {
  margin-bottom: -1.5rem;
}

.odd\:-ml-6:nth-child(odd) {
  margin-left: -1.5rem;
}

.odd\:-mt-8:nth-child(odd) {
  margin-top: -2rem;
}

.odd\:-mr-8:nth-child(odd) {
  margin-right: -2rem;
}

.odd\:-mb-8:nth-child(odd) {
  margin-bottom: -2rem;
}

.odd\:-ml-8:nth-child(odd) {
  margin-left: -2rem;
}

.odd\:-mt-10:nth-child(odd) {
  margin-top: -2.5rem;
}

.odd\:-mr-10:nth-child(odd) {
  margin-right: -2.5rem;
}

.odd\:-mb-10:nth-child(odd) {
  margin-bottom: -2.5rem;
}

.odd\:-ml-10:nth-child(odd) {
  margin-left: -2.5rem;
}

.odd\:-mt-12:nth-child(odd) {
  margin-top: -3rem;
}

.odd\:-mr-12:nth-child(odd) {
  margin-right: -3rem;
}

.odd\:-mb-12:nth-child(odd) {
  margin-bottom: -3rem;
}

.odd\:-ml-12:nth-child(odd) {
  margin-left: -3rem;
}

.odd\:-mt-16:nth-child(odd) {
  margin-top: -4rem;
}

.odd\:-mr-16:nth-child(odd) {
  margin-right: -4rem;
}

.odd\:-mb-16:nth-child(odd) {
  margin-bottom: -4rem;
}

.odd\:-ml-16:nth-child(odd) {
  margin-left: -4rem;
}

.odd\:-mt-20:nth-child(odd) {
  margin-top: -5rem;
}

.odd\:-mr-20:nth-child(odd) {
  margin-right: -5rem;
}

.odd\:-mb-20:nth-child(odd) {
  margin-bottom: -5rem;
}

.odd\:-ml-20:nth-child(odd) {
  margin-left: -5rem;
}

.odd\:-mt-24:nth-child(odd) {
  margin-top: -6rem;
}

.odd\:-mr-24:nth-child(odd) {
  margin-right: -6rem;
}

.odd\:-mb-24:nth-child(odd) {
  margin-bottom: -6rem;
}

.odd\:-ml-24:nth-child(odd) {
  margin-left: -6rem;
}

.odd\:-mt-32:nth-child(odd) {
  margin-top: -8rem;
}

.odd\:-mr-32:nth-child(odd) {
  margin-right: -8rem;
}

.odd\:-mb-32:nth-child(odd) {
  margin-bottom: -8rem;
}

.odd\:-ml-32:nth-child(odd) {
  margin-left: -8rem;
}

.odd\:-mt-40:nth-child(odd) {
  margin-top: -10rem;
}

.odd\:-mr-40:nth-child(odd) {
  margin-right: -10rem;
}

.odd\:-mb-40:nth-child(odd) {
  margin-bottom: -10rem;
}

.odd\:-ml-40:nth-child(odd) {
  margin-left: -10rem;
}

.odd\:-mt-48:nth-child(odd) {
  margin-top: -12rem;
}

.odd\:-mr-48:nth-child(odd) {
  margin-right: -12rem;
}

.odd\:-mb-48:nth-child(odd) {
  margin-bottom: -12rem;
}

.odd\:-ml-48:nth-child(odd) {
  margin-left: -12rem;
}

.odd\:-mt-56:nth-child(odd) {
  margin-top: -14rem;
}

.odd\:-mr-56:nth-child(odd) {
  margin-right: -14rem;
}

.odd\:-mb-56:nth-child(odd) {
  margin-bottom: -14rem;
}

.odd\:-ml-56:nth-child(odd) {
  margin-left: -14rem;
}

.odd\:-mt-64:nth-child(odd) {
  margin-top: -16rem;
}

.odd\:-mr-64:nth-child(odd) {
  margin-right: -16rem;
}

.odd\:-mb-64:nth-child(odd) {
  margin-bottom: -16rem;
}

.odd\:-ml-64:nth-child(odd) {
  margin-left: -16rem;
}

.odd\:-mt-px:nth-child(odd) {
  margin-top: -1px;
}

.odd\:-mr-px:nth-child(odd) {
  margin-right: -1px;
}

.odd\:-mb-px:nth-child(odd) {
  margin-bottom: -1px;
}

.odd\:-ml-px:nth-child(odd) {
  margin-left: -1px;
}

.even\:m-0:nth-child(even) {
  margin: 0;
}

.even\:m-1:nth-child(even) {
  margin: 0.25rem;
}

.even\:m-2:nth-child(even) {
  margin: 0.5rem;
}

.even\:m-3:nth-child(even) {
  margin: 0.75rem;
}

.even\:m-4:nth-child(even) {
  margin: 1rem;
}

.even\:m-5:nth-child(even) {
  margin: 1.25rem;
}

.even\:m-6:nth-child(even) {
  margin: 1.5rem;
}

.even\:m-8:nth-child(even) {
  margin: 2rem;
}

.even\:m-10:nth-child(even) {
  margin: 2.5rem;
}

.even\:m-12:nth-child(even) {
  margin: 3rem;
}

.even\:m-16:nth-child(even) {
  margin: 4rem;
}

.even\:m-20:nth-child(even) {
  margin: 5rem;
}

.even\:m-24:nth-child(even) {
  margin: 6rem;
}

.even\:m-32:nth-child(even) {
  margin: 8rem;
}

.even\:m-40:nth-child(even) {
  margin: 10rem;
}

.even\:m-48:nth-child(even) {
  margin: 12rem;
}

.even\:m-56:nth-child(even) {
  margin: 14rem;
}

.even\:m-64:nth-child(even) {
  margin: 16rem;
}

.even\:m-auto:nth-child(even) {
  margin: auto;
}

.even\:m-px:nth-child(even) {
  margin: 1px;
}

.even\:-m-1:nth-child(even) {
  margin: -0.25rem;
}

.even\:-m-2:nth-child(even) {
  margin: -0.5rem;
}

.even\:-m-3:nth-child(even) {
  margin: -0.75rem;
}

.even\:-m-4:nth-child(even) {
  margin: -1rem;
}

.even\:-m-5:nth-child(even) {
  margin: -1.25rem;
}

.even\:-m-6:nth-child(even) {
  margin: -1.5rem;
}

.even\:-m-8:nth-child(even) {
  margin: -2rem;
}

.even\:-m-10:nth-child(even) {
  margin: -2.5rem;
}

.even\:-m-12:nth-child(even) {
  margin: -3rem;
}

.even\:-m-16:nth-child(even) {
  margin: -4rem;
}

.even\:-m-20:nth-child(even) {
  margin: -5rem;
}

.even\:-m-24:nth-child(even) {
  margin: -6rem;
}

.even\:-m-32:nth-child(even) {
  margin: -8rem;
}

.even\:-m-40:nth-child(even) {
  margin: -10rem;
}

.even\:-m-48:nth-child(even) {
  margin: -12rem;
}

.even\:-m-56:nth-child(even) {
  margin: -14rem;
}

.even\:-m-64:nth-child(even) {
  margin: -16rem;
}

.even\:-m-px:nth-child(even) {
  margin: -1px;
}

.even\:my-0:nth-child(even) {
  margin-top: 0;
  margin-bottom: 0;
}

.even\:mx-0:nth-child(even) {
  margin-left: 0;
  margin-right: 0;
}

.even\:my-1:nth-child(even) {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.even\:mx-1:nth-child(even) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.even\:my-2:nth-child(even) {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.even\:mx-2:nth-child(even) {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.even\:my-3:nth-child(even) {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.even\:mx-3:nth-child(even) {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.even\:my-4:nth-child(even) {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.even\:mx-4:nth-child(even) {
  margin-left: 1rem;
  margin-right: 1rem;
}

.even\:my-5:nth-child(even) {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.even\:mx-5:nth-child(even) {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.even\:my-6:nth-child(even) {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.even\:mx-6:nth-child(even) {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.even\:my-8:nth-child(even) {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.even\:mx-8:nth-child(even) {
  margin-left: 2rem;
  margin-right: 2rem;
}

.even\:my-10:nth-child(even) {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.even\:mx-10:nth-child(even) {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.even\:my-12:nth-child(even) {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.even\:mx-12:nth-child(even) {
  margin-left: 3rem;
  margin-right: 3rem;
}

.even\:my-16:nth-child(even) {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.even\:mx-16:nth-child(even) {
  margin-left: 4rem;
  margin-right: 4rem;
}

.even\:my-20:nth-child(even) {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.even\:mx-20:nth-child(even) {
  margin-left: 5rem;
  margin-right: 5rem;
}

.even\:my-24:nth-child(even) {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.even\:mx-24:nth-child(even) {
  margin-left: 6rem;
  margin-right: 6rem;
}

.even\:my-32:nth-child(even) {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.even\:mx-32:nth-child(even) {
  margin-left: 8rem;
  margin-right: 8rem;
}

.even\:my-40:nth-child(even) {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.even\:mx-40:nth-child(even) {
  margin-left: 10rem;
  margin-right: 10rem;
}

.even\:my-48:nth-child(even) {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.even\:mx-48:nth-child(even) {
  margin-left: 12rem;
  margin-right: 12rem;
}

.even\:my-56:nth-child(even) {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.even\:mx-56:nth-child(even) {
  margin-left: 14rem;
  margin-right: 14rem;
}

.even\:my-64:nth-child(even) {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.even\:mx-64:nth-child(even) {
  margin-left: 16rem;
  margin-right: 16rem;
}

.even\:my-auto:nth-child(even) {
  margin-top: auto;
  margin-bottom: auto;
}

.even\:mx-auto:nth-child(even) {
  margin-left: auto;
  margin-right: auto;
}

.even\:my-px:nth-child(even) {
  margin-top: 1px;
  margin-bottom: 1px;
}

.even\:mx-px:nth-child(even) {
  margin-left: 1px;
  margin-right: 1px;
}

.even\:-my-1:nth-child(even) {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.even\:-mx-1:nth-child(even) {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.even\:-my-2:nth-child(even) {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.even\:-mx-2:nth-child(even) {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.even\:-my-3:nth-child(even) {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.even\:-mx-3:nth-child(even) {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.even\:-my-4:nth-child(even) {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.even\:-mx-4:nth-child(even) {
  margin-left: -1rem;
  margin-right: -1rem;
}

.even\:-my-5:nth-child(even) {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.even\:-mx-5:nth-child(even) {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.even\:-my-6:nth-child(even) {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.even\:-mx-6:nth-child(even) {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.even\:-my-8:nth-child(even) {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.even\:-mx-8:nth-child(even) {
  margin-left: -2rem;
  margin-right: -2rem;
}

.even\:-my-10:nth-child(even) {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.even\:-mx-10:nth-child(even) {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.even\:-my-12:nth-child(even) {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.even\:-mx-12:nth-child(even) {
  margin-left: -3rem;
  margin-right: -3rem;
}

.even\:-my-16:nth-child(even) {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.even\:-mx-16:nth-child(even) {
  margin-left: -4rem;
  margin-right: -4rem;
}

.even\:-my-20:nth-child(even) {
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.even\:-mx-20:nth-child(even) {
  margin-left: -5rem;
  margin-right: -5rem;
}

.even\:-my-24:nth-child(even) {
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.even\:-mx-24:nth-child(even) {
  margin-left: -6rem;
  margin-right: -6rem;
}

.even\:-my-32:nth-child(even) {
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.even\:-mx-32:nth-child(even) {
  margin-left: -8rem;
  margin-right: -8rem;
}

.even\:-my-40:nth-child(even) {
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.even\:-mx-40:nth-child(even) {
  margin-left: -10rem;
  margin-right: -10rem;
}

.even\:-my-48:nth-child(even) {
  margin-top: -12rem;
  margin-bottom: -12rem;
}

.even\:-mx-48:nth-child(even) {
  margin-left: -12rem;
  margin-right: -12rem;
}

.even\:-my-56:nth-child(even) {
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.even\:-mx-56:nth-child(even) {
  margin-left: -14rem;
  margin-right: -14rem;
}

.even\:-my-64:nth-child(even) {
  margin-top: -16rem;
  margin-bottom: -16rem;
}

.even\:-mx-64:nth-child(even) {
  margin-left: -16rem;
  margin-right: -16rem;
}

.even\:-my-px:nth-child(even) {
  margin-top: -1px;
  margin-bottom: -1px;
}

.even\:-mx-px:nth-child(even) {
  margin-left: -1px;
  margin-right: -1px;
}

.even\:mt-0:nth-child(even) {
  margin-top: 0;
}

.even\:mr-0:nth-child(even) {
  margin-right: 0;
}

.even\:mb-0:nth-child(even) {
  margin-bottom: 0;
}

.even\:ml-0:nth-child(even) {
  margin-left: 0;
}

.even\:mt-1:nth-child(even) {
  margin-top: 0.25rem;
}

.even\:mr-1:nth-child(even) {
  margin-right: 0.25rem;
}

.even\:mb-1:nth-child(even) {
  margin-bottom: 0.25rem;
}

.even\:ml-1:nth-child(even) {
  margin-left: 0.25rem;
}

.even\:mt-2:nth-child(even) {
  margin-top: 0.5rem;
}

.even\:mr-2:nth-child(even) {
  margin-right: 0.5rem;
}

.even\:mb-2:nth-child(even) {
  margin-bottom: 0.5rem;
}

.even\:ml-2:nth-child(even) {
  margin-left: 0.5rem;
}

.even\:mt-3:nth-child(even) {
  margin-top: 0.75rem;
}

.even\:mr-3:nth-child(even) {
  margin-right: 0.75rem;
}

.even\:mb-3:nth-child(even) {
  margin-bottom: 0.75rem;
}

.even\:ml-3:nth-child(even) {
  margin-left: 0.75rem;
}

.even\:mt-4:nth-child(even) {
  margin-top: 1rem;
}

.even\:mr-4:nth-child(even) {
  margin-right: 1rem;
}

.even\:mb-4:nth-child(even) {
  margin-bottom: 1rem;
}

.even\:ml-4:nth-child(even) {
  margin-left: 1rem;
}

.even\:mt-5:nth-child(even) {
  margin-top: 1.25rem;
}

.even\:mr-5:nth-child(even) {
  margin-right: 1.25rem;
}

.even\:mb-5:nth-child(even) {
  margin-bottom: 1.25rem;
}

.even\:ml-5:nth-child(even) {
  margin-left: 1.25rem;
}

.even\:mt-6:nth-child(even) {
  margin-top: 1.5rem;
}

.even\:mr-6:nth-child(even) {
  margin-right: 1.5rem;
}

.even\:mb-6:nth-child(even) {
  margin-bottom: 1.5rem;
}

.even\:ml-6:nth-child(even) {
  margin-left: 1.5rem;
}

.even\:mt-8:nth-child(even) {
  margin-top: 2rem;
}

.even\:mr-8:nth-child(even) {
  margin-right: 2rem;
}

.even\:mb-8:nth-child(even) {
  margin-bottom: 2rem;
}

.even\:ml-8:nth-child(even) {
  margin-left: 2rem;
}

.even\:mt-10:nth-child(even) {
  margin-top: 2.5rem;
}

.even\:mr-10:nth-child(even) {
  margin-right: 2.5rem;
}

.even\:mb-10:nth-child(even) {
  margin-bottom: 2.5rem;
}

.even\:ml-10:nth-child(even) {
  margin-left: 2.5rem;
}

.even\:mt-12:nth-child(even) {
  margin-top: 3rem;
}

.even\:mr-12:nth-child(even) {
  margin-right: 3rem;
}

.even\:mb-12:nth-child(even) {
  margin-bottom: 3rem;
}

.even\:ml-12:nth-child(even) {
  margin-left: 3rem;
}

.even\:mt-16:nth-child(even) {
  margin-top: 4rem;
}

.even\:mr-16:nth-child(even) {
  margin-right: 4rem;
}

.even\:mb-16:nth-child(even) {
  margin-bottom: 4rem;
}

.even\:ml-16:nth-child(even) {
  margin-left: 4rem;
}

.even\:mt-20:nth-child(even) {
  margin-top: 5rem;
}

.even\:mr-20:nth-child(even) {
  margin-right: 5rem;
}

.even\:mb-20:nth-child(even) {
  margin-bottom: 5rem;
}

.even\:ml-20:nth-child(even) {
  margin-left: 5rem;
}

.even\:mt-24:nth-child(even) {
  margin-top: 6rem;
}

.even\:mr-24:nth-child(even) {
  margin-right: 6rem;
}

.even\:mb-24:nth-child(even) {
  margin-bottom: 6rem;
}

.even\:ml-24:nth-child(even) {
  margin-left: 6rem;
}

.even\:mt-32:nth-child(even) {
  margin-top: 8rem;
}

.even\:mr-32:nth-child(even) {
  margin-right: 8rem;
}

.even\:mb-32:nth-child(even) {
  margin-bottom: 8rem;
}

.even\:ml-32:nth-child(even) {
  margin-left: 8rem;
}

.even\:mt-40:nth-child(even) {
  margin-top: 10rem;
}

.even\:mr-40:nth-child(even) {
  margin-right: 10rem;
}

.even\:mb-40:nth-child(even) {
  margin-bottom: 10rem;
}

.even\:ml-40:nth-child(even) {
  margin-left: 10rem;
}

.even\:mt-48:nth-child(even) {
  margin-top: 12rem;
}

.even\:mr-48:nth-child(even) {
  margin-right: 12rem;
}

.even\:mb-48:nth-child(even) {
  margin-bottom: 12rem;
}

.even\:ml-48:nth-child(even) {
  margin-left: 12rem;
}

.even\:mt-56:nth-child(even) {
  margin-top: 14rem;
}

.even\:mr-56:nth-child(even) {
  margin-right: 14rem;
}

.even\:mb-56:nth-child(even) {
  margin-bottom: 14rem;
}

.even\:ml-56:nth-child(even) {
  margin-left: 14rem;
}

.even\:mt-64:nth-child(even) {
  margin-top: 16rem;
}

.even\:mr-64:nth-child(even) {
  margin-right: 16rem;
}

.even\:mb-64:nth-child(even) {
  margin-bottom: 16rem;
}

.even\:ml-64:nth-child(even) {
  margin-left: 16rem;
}

.even\:mt-auto:nth-child(even) {
  margin-top: auto;
}

.even\:mr-auto:nth-child(even) {
  margin-right: auto;
}

.even\:mb-auto:nth-child(even) {
  margin-bottom: auto;
}

.even\:ml-auto:nth-child(even) {
  margin-left: auto;
}

.even\:mt-px:nth-child(even) {
  margin-top: 1px;
}

.even\:mr-px:nth-child(even) {
  margin-right: 1px;
}

.even\:mb-px:nth-child(even) {
  margin-bottom: 1px;
}

.even\:ml-px:nth-child(even) {
  margin-left: 1px;
}

.even\:-mt-1:nth-child(even) {
  margin-top: -0.25rem;
}

.even\:-mr-1:nth-child(even) {
  margin-right: -0.25rem;
}

.even\:-mb-1:nth-child(even) {
  margin-bottom: -0.25rem;
}

.even\:-ml-1:nth-child(even) {
  margin-left: -0.25rem;
}

.even\:-mt-2:nth-child(even) {
  margin-top: -0.5rem;
}

.even\:-mr-2:nth-child(even) {
  margin-right: -0.5rem;
}

.even\:-mb-2:nth-child(even) {
  margin-bottom: -0.5rem;
}

.even\:-ml-2:nth-child(even) {
  margin-left: -0.5rem;
}

.even\:-mt-3:nth-child(even) {
  margin-top: -0.75rem;
}

.even\:-mr-3:nth-child(even) {
  margin-right: -0.75rem;
}

.even\:-mb-3:nth-child(even) {
  margin-bottom: -0.75rem;
}

.even\:-ml-3:nth-child(even) {
  margin-left: -0.75rem;
}

.even\:-mt-4:nth-child(even) {
  margin-top: -1rem;
}

.even\:-mr-4:nth-child(even) {
  margin-right: -1rem;
}

.even\:-mb-4:nth-child(even) {
  margin-bottom: -1rem;
}

.even\:-ml-4:nth-child(even) {
  margin-left: -1rem;
}

.even\:-mt-5:nth-child(even) {
  margin-top: -1.25rem;
}

.even\:-mr-5:nth-child(even) {
  margin-right: -1.25rem;
}

.even\:-mb-5:nth-child(even) {
  margin-bottom: -1.25rem;
}

.even\:-ml-5:nth-child(even) {
  margin-left: -1.25rem;
}

.even\:-mt-6:nth-child(even) {
  margin-top: -1.5rem;
}

.even\:-mr-6:nth-child(even) {
  margin-right: -1.5rem;
}

.even\:-mb-6:nth-child(even) {
  margin-bottom: -1.5rem;
}

.even\:-ml-6:nth-child(even) {
  margin-left: -1.5rem;
}

.even\:-mt-8:nth-child(even) {
  margin-top: -2rem;
}

.even\:-mr-8:nth-child(even) {
  margin-right: -2rem;
}

.even\:-mb-8:nth-child(even) {
  margin-bottom: -2rem;
}

.even\:-ml-8:nth-child(even) {
  margin-left: -2rem;
}

.even\:-mt-10:nth-child(even) {
  margin-top: -2.5rem;
}

.even\:-mr-10:nth-child(even) {
  margin-right: -2.5rem;
}

.even\:-mb-10:nth-child(even) {
  margin-bottom: -2.5rem;
}

.even\:-ml-10:nth-child(even) {
  margin-left: -2.5rem;
}

.even\:-mt-12:nth-child(even) {
  margin-top: -3rem;
}

.even\:-mr-12:nth-child(even) {
  margin-right: -3rem;
}

.even\:-mb-12:nth-child(even) {
  margin-bottom: -3rem;
}

.even\:-ml-12:nth-child(even) {
  margin-left: -3rem;
}

.even\:-mt-16:nth-child(even) {
  margin-top: -4rem;
}

.even\:-mr-16:nth-child(even) {
  margin-right: -4rem;
}

.even\:-mb-16:nth-child(even) {
  margin-bottom: -4rem;
}

.even\:-ml-16:nth-child(even) {
  margin-left: -4rem;
}

.even\:-mt-20:nth-child(even) {
  margin-top: -5rem;
}

.even\:-mr-20:nth-child(even) {
  margin-right: -5rem;
}

.even\:-mb-20:nth-child(even) {
  margin-bottom: -5rem;
}

.even\:-ml-20:nth-child(even) {
  margin-left: -5rem;
}

.even\:-mt-24:nth-child(even) {
  margin-top: -6rem;
}

.even\:-mr-24:nth-child(even) {
  margin-right: -6rem;
}

.even\:-mb-24:nth-child(even) {
  margin-bottom: -6rem;
}

.even\:-ml-24:nth-child(even) {
  margin-left: -6rem;
}

.even\:-mt-32:nth-child(even) {
  margin-top: -8rem;
}

.even\:-mr-32:nth-child(even) {
  margin-right: -8rem;
}

.even\:-mb-32:nth-child(even) {
  margin-bottom: -8rem;
}

.even\:-ml-32:nth-child(even) {
  margin-left: -8rem;
}

.even\:-mt-40:nth-child(even) {
  margin-top: -10rem;
}

.even\:-mr-40:nth-child(even) {
  margin-right: -10rem;
}

.even\:-mb-40:nth-child(even) {
  margin-bottom: -10rem;
}

.even\:-ml-40:nth-child(even) {
  margin-left: -10rem;
}

.even\:-mt-48:nth-child(even) {
  margin-top: -12rem;
}

.even\:-mr-48:nth-child(even) {
  margin-right: -12rem;
}

.even\:-mb-48:nth-child(even) {
  margin-bottom: -12rem;
}

.even\:-ml-48:nth-child(even) {
  margin-left: -12rem;
}

.even\:-mt-56:nth-child(even) {
  margin-top: -14rem;
}

.even\:-mr-56:nth-child(even) {
  margin-right: -14rem;
}

.even\:-mb-56:nth-child(even) {
  margin-bottom: -14rem;
}

.even\:-ml-56:nth-child(even) {
  margin-left: -14rem;
}

.even\:-mt-64:nth-child(even) {
  margin-top: -16rem;
}

.even\:-mr-64:nth-child(even) {
  margin-right: -16rem;
}

.even\:-mb-64:nth-child(even) {
  margin-bottom: -16rem;
}

.even\:-ml-64:nth-child(even) {
  margin-left: -16rem;
}

.even\:-mt-px:nth-child(even) {
  margin-top: -1px;
}

.even\:-mr-px:nth-child(even) {
  margin-right: -1px;
}

.even\:-mb-px:nth-child(even) {
  margin-bottom: -1px;
}

.even\:-ml-px:nth-child(even) {
  margin-left: -1px;
}

.hover\:m-0:hover {
  margin: 0;
}

.hover\:m-1:hover {
  margin: 0.25rem;
}

.hover\:m-2:hover {
  margin: 0.5rem;
}

.hover\:m-3:hover {
  margin: 0.75rem;
}

.hover\:m-4:hover {
  margin: 1rem;
}

.hover\:m-5:hover {
  margin: 1.25rem;
}

.hover\:m-6:hover {
  margin: 1.5rem;
}

.hover\:m-8:hover {
  margin: 2rem;
}

.hover\:m-10:hover {
  margin: 2.5rem;
}

.hover\:m-12:hover {
  margin: 3rem;
}

.hover\:m-16:hover {
  margin: 4rem;
}

.hover\:m-20:hover {
  margin: 5rem;
}

.hover\:m-24:hover {
  margin: 6rem;
}

.hover\:m-32:hover {
  margin: 8rem;
}

.hover\:m-40:hover {
  margin: 10rem;
}

.hover\:m-48:hover {
  margin: 12rem;
}

.hover\:m-56:hover {
  margin: 14rem;
}

.hover\:m-64:hover {
  margin: 16rem;
}

.hover\:m-auto:hover {
  margin: auto;
}

.hover\:m-px:hover {
  margin: 1px;
}

.hover\:-m-1:hover {
  margin: -0.25rem;
}

.hover\:-m-2:hover {
  margin: -0.5rem;
}

.hover\:-m-3:hover {
  margin: -0.75rem;
}

.hover\:-m-4:hover {
  margin: -1rem;
}

.hover\:-m-5:hover {
  margin: -1.25rem;
}

.hover\:-m-6:hover {
  margin: -1.5rem;
}

.hover\:-m-8:hover {
  margin: -2rem;
}

.hover\:-m-10:hover {
  margin: -2.5rem;
}

.hover\:-m-12:hover {
  margin: -3rem;
}

.hover\:-m-16:hover {
  margin: -4rem;
}

.hover\:-m-20:hover {
  margin: -5rem;
}

.hover\:-m-24:hover {
  margin: -6rem;
}

.hover\:-m-32:hover {
  margin: -8rem;
}

.hover\:-m-40:hover {
  margin: -10rem;
}

.hover\:-m-48:hover {
  margin: -12rem;
}

.hover\:-m-56:hover {
  margin: -14rem;
}

.hover\:-m-64:hover {
  margin: -16rem;
}

.hover\:-m-px:hover {
  margin: -1px;
}

.hover\:my-0:hover {
  margin-top: 0;
  margin-bottom: 0;
}

.hover\:mx-0:hover {
  margin-left: 0;
  margin-right: 0;
}

.hover\:my-1:hover {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.hover\:mx-1:hover {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.hover\:my-2:hover {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.hover\:mx-2:hover {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.hover\:my-3:hover {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.hover\:mx-3:hover {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.hover\:my-4:hover {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.hover\:mx-4:hover {
  margin-left: 1rem;
  margin-right: 1rem;
}

.hover\:my-5:hover {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.hover\:mx-5:hover {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.hover\:my-6:hover {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.hover\:mx-6:hover {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.hover\:my-8:hover {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.hover\:mx-8:hover {
  margin-left: 2rem;
  margin-right: 2rem;
}

.hover\:my-10:hover {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.hover\:mx-10:hover {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.hover\:my-12:hover {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.hover\:mx-12:hover {
  margin-left: 3rem;
  margin-right: 3rem;
}

.hover\:my-16:hover {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.hover\:mx-16:hover {
  margin-left: 4rem;
  margin-right: 4rem;
}

.hover\:my-20:hover {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.hover\:mx-20:hover {
  margin-left: 5rem;
  margin-right: 5rem;
}

.hover\:my-24:hover {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.hover\:mx-24:hover {
  margin-left: 6rem;
  margin-right: 6rem;
}

.hover\:my-32:hover {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.hover\:mx-32:hover {
  margin-left: 8rem;
  margin-right: 8rem;
}

.hover\:my-40:hover {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.hover\:mx-40:hover {
  margin-left: 10rem;
  margin-right: 10rem;
}

.hover\:my-48:hover {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.hover\:mx-48:hover {
  margin-left: 12rem;
  margin-right: 12rem;
}

.hover\:my-56:hover {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.hover\:mx-56:hover {
  margin-left: 14rem;
  margin-right: 14rem;
}

.hover\:my-64:hover {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.hover\:mx-64:hover {
  margin-left: 16rem;
  margin-right: 16rem;
}

.hover\:my-auto:hover {
  margin-top: auto;
  margin-bottom: auto;
}

.hover\:mx-auto:hover {
  margin-left: auto;
  margin-right: auto;
}

.hover\:my-px:hover {
  margin-top: 1px;
  margin-bottom: 1px;
}

.hover\:mx-px:hover {
  margin-left: 1px;
  margin-right: 1px;
}

.hover\:-my-1:hover {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.hover\:-mx-1:hover {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.hover\:-my-2:hover {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.hover\:-mx-2:hover {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.hover\:-my-3:hover {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.hover\:-mx-3:hover {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.hover\:-my-4:hover {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.hover\:-mx-4:hover {
  margin-left: -1rem;
  margin-right: -1rem;
}

.hover\:-my-5:hover {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.hover\:-mx-5:hover {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.hover\:-my-6:hover {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.hover\:-mx-6:hover {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.hover\:-my-8:hover {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.hover\:-mx-8:hover {
  margin-left: -2rem;
  margin-right: -2rem;
}

.hover\:-my-10:hover {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.hover\:-mx-10:hover {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.hover\:-my-12:hover {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.hover\:-mx-12:hover {
  margin-left: -3rem;
  margin-right: -3rem;
}

.hover\:-my-16:hover {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.hover\:-mx-16:hover {
  margin-left: -4rem;
  margin-right: -4rem;
}

.hover\:-my-20:hover {
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.hover\:-mx-20:hover {
  margin-left: -5rem;
  margin-right: -5rem;
}

.hover\:-my-24:hover {
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.hover\:-mx-24:hover {
  margin-left: -6rem;
  margin-right: -6rem;
}

.hover\:-my-32:hover {
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.hover\:-mx-32:hover {
  margin-left: -8rem;
  margin-right: -8rem;
}

.hover\:-my-40:hover {
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.hover\:-mx-40:hover {
  margin-left: -10rem;
  margin-right: -10rem;
}

.hover\:-my-48:hover {
  margin-top: -12rem;
  margin-bottom: -12rem;
}

.hover\:-mx-48:hover {
  margin-left: -12rem;
  margin-right: -12rem;
}

.hover\:-my-56:hover {
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.hover\:-mx-56:hover {
  margin-left: -14rem;
  margin-right: -14rem;
}

.hover\:-my-64:hover {
  margin-top: -16rem;
  margin-bottom: -16rem;
}

.hover\:-mx-64:hover {
  margin-left: -16rem;
  margin-right: -16rem;
}

.hover\:-my-px:hover {
  margin-top: -1px;
  margin-bottom: -1px;
}

.hover\:-mx-px:hover {
  margin-left: -1px;
  margin-right: -1px;
}

.hover\:mt-0:hover {
  margin-top: 0;
}

.hover\:mr-0:hover {
  margin-right: 0;
}

.hover\:mb-0:hover {
  margin-bottom: 0;
}

.hover\:ml-0:hover {
  margin-left: 0;
}

.hover\:mt-1:hover {
  margin-top: 0.25rem;
}

.hover\:mr-1:hover {
  margin-right: 0.25rem;
}

.hover\:mb-1:hover {
  margin-bottom: 0.25rem;
}

.hover\:ml-1:hover {
  margin-left: 0.25rem;
}

.hover\:mt-2:hover {
  margin-top: 0.5rem;
}

.hover\:mr-2:hover {
  margin-right: 0.5rem;
}

.hover\:mb-2:hover {
  margin-bottom: 0.5rem;
}

.hover\:ml-2:hover {
  margin-left: 0.5rem;
}

.hover\:mt-3:hover {
  margin-top: 0.75rem;
}

.hover\:mr-3:hover {
  margin-right: 0.75rem;
}

.hover\:mb-3:hover {
  margin-bottom: 0.75rem;
}

.hover\:ml-3:hover {
  margin-left: 0.75rem;
}

.hover\:mt-4:hover {
  margin-top: 1rem;
}

.hover\:mr-4:hover {
  margin-right: 1rem;
}

.hover\:mb-4:hover {
  margin-bottom: 1rem;
}

.hover\:ml-4:hover {
  margin-left: 1rem;
}

.hover\:mt-5:hover {
  margin-top: 1.25rem;
}

.hover\:mr-5:hover {
  margin-right: 1.25rem;
}

.hover\:mb-5:hover {
  margin-bottom: 1.25rem;
}

.hover\:ml-5:hover {
  margin-left: 1.25rem;
}

.hover\:mt-6:hover {
  margin-top: 1.5rem;
}

.hover\:mr-6:hover {
  margin-right: 1.5rem;
}

.hover\:mb-6:hover {
  margin-bottom: 1.5rem;
}

.hover\:ml-6:hover {
  margin-left: 1.5rem;
}

.hover\:mt-8:hover {
  margin-top: 2rem;
}

.hover\:mr-8:hover {
  margin-right: 2rem;
}

.hover\:mb-8:hover {
  margin-bottom: 2rem;
}

.hover\:ml-8:hover {
  margin-left: 2rem;
}

.hover\:mt-10:hover {
  margin-top: 2.5rem;
}

.hover\:mr-10:hover {
  margin-right: 2.5rem;
}

.hover\:mb-10:hover {
  margin-bottom: 2.5rem;
}

.hover\:ml-10:hover {
  margin-left: 2.5rem;
}

.hover\:mt-12:hover {
  margin-top: 3rem;
}

.hover\:mr-12:hover {
  margin-right: 3rem;
}

.hover\:mb-12:hover {
  margin-bottom: 3rem;
}

.hover\:ml-12:hover {
  margin-left: 3rem;
}

.hover\:mt-16:hover {
  margin-top: 4rem;
}

.hover\:mr-16:hover {
  margin-right: 4rem;
}

.hover\:mb-16:hover {
  margin-bottom: 4rem;
}

.hover\:ml-16:hover {
  margin-left: 4rem;
}

.hover\:mt-20:hover {
  margin-top: 5rem;
}

.hover\:mr-20:hover {
  margin-right: 5rem;
}

.hover\:mb-20:hover {
  margin-bottom: 5rem;
}

.hover\:ml-20:hover {
  margin-left: 5rem;
}

.hover\:mt-24:hover {
  margin-top: 6rem;
}

.hover\:mr-24:hover {
  margin-right: 6rem;
}

.hover\:mb-24:hover {
  margin-bottom: 6rem;
}

.hover\:ml-24:hover {
  margin-left: 6rem;
}

.hover\:mt-32:hover {
  margin-top: 8rem;
}

.hover\:mr-32:hover {
  margin-right: 8rem;
}

.hover\:mb-32:hover {
  margin-bottom: 8rem;
}

.hover\:ml-32:hover {
  margin-left: 8rem;
}

.hover\:mt-40:hover {
  margin-top: 10rem;
}

.hover\:mr-40:hover {
  margin-right: 10rem;
}

.hover\:mb-40:hover {
  margin-bottom: 10rem;
}

.hover\:ml-40:hover {
  margin-left: 10rem;
}

.hover\:mt-48:hover {
  margin-top: 12rem;
}

.hover\:mr-48:hover {
  margin-right: 12rem;
}

.hover\:mb-48:hover {
  margin-bottom: 12rem;
}

.hover\:ml-48:hover {
  margin-left: 12rem;
}

.hover\:mt-56:hover {
  margin-top: 14rem;
}

.hover\:mr-56:hover {
  margin-right: 14rem;
}

.hover\:mb-56:hover {
  margin-bottom: 14rem;
}

.hover\:ml-56:hover {
  margin-left: 14rem;
}

.hover\:mt-64:hover {
  margin-top: 16rem;
}

.hover\:mr-64:hover {
  margin-right: 16rem;
}

.hover\:mb-64:hover {
  margin-bottom: 16rem;
}

.hover\:ml-64:hover {
  margin-left: 16rem;
}

.hover\:mt-auto:hover {
  margin-top: auto;
}

.hover\:mr-auto:hover {
  margin-right: auto;
}

.hover\:mb-auto:hover {
  margin-bottom: auto;
}

.hover\:ml-auto:hover {
  margin-left: auto;
}

.hover\:mt-px:hover {
  margin-top: 1px;
}

.hover\:mr-px:hover {
  margin-right: 1px;
}

.hover\:mb-px:hover {
  margin-bottom: 1px;
}

.hover\:ml-px:hover {
  margin-left: 1px;
}

.hover\:-mt-1:hover {
  margin-top: -0.25rem;
}

.hover\:-mr-1:hover {
  margin-right: -0.25rem;
}

.hover\:-mb-1:hover {
  margin-bottom: -0.25rem;
}

.hover\:-ml-1:hover {
  margin-left: -0.25rem;
}

.hover\:-mt-2:hover {
  margin-top: -0.5rem;
}

.hover\:-mr-2:hover {
  margin-right: -0.5rem;
}

.hover\:-mb-2:hover {
  margin-bottom: -0.5rem;
}

.hover\:-ml-2:hover {
  margin-left: -0.5rem;
}

.hover\:-mt-3:hover {
  margin-top: -0.75rem;
}

.hover\:-mr-3:hover {
  margin-right: -0.75rem;
}

.hover\:-mb-3:hover {
  margin-bottom: -0.75rem;
}

.hover\:-ml-3:hover {
  margin-left: -0.75rem;
}

.hover\:-mt-4:hover {
  margin-top: -1rem;
}

.hover\:-mr-4:hover {
  margin-right: -1rem;
}

.hover\:-mb-4:hover {
  margin-bottom: -1rem;
}

.hover\:-ml-4:hover {
  margin-left: -1rem;
}

.hover\:-mt-5:hover {
  margin-top: -1.25rem;
}

.hover\:-mr-5:hover {
  margin-right: -1.25rem;
}

.hover\:-mb-5:hover {
  margin-bottom: -1.25rem;
}

.hover\:-ml-5:hover {
  margin-left: -1.25rem;
}

.hover\:-mt-6:hover {
  margin-top: -1.5rem;
}

.hover\:-mr-6:hover {
  margin-right: -1.5rem;
}

.hover\:-mb-6:hover {
  margin-bottom: -1.5rem;
}

.hover\:-ml-6:hover {
  margin-left: -1.5rem;
}

.hover\:-mt-8:hover {
  margin-top: -2rem;
}

.hover\:-mr-8:hover {
  margin-right: -2rem;
}

.hover\:-mb-8:hover {
  margin-bottom: -2rem;
}

.hover\:-ml-8:hover {
  margin-left: -2rem;
}

.hover\:-mt-10:hover {
  margin-top: -2.5rem;
}

.hover\:-mr-10:hover {
  margin-right: -2.5rem;
}

.hover\:-mb-10:hover {
  margin-bottom: -2.5rem;
}

.hover\:-ml-10:hover {
  margin-left: -2.5rem;
}

.hover\:-mt-12:hover {
  margin-top: -3rem;
}

.hover\:-mr-12:hover {
  margin-right: -3rem;
}

.hover\:-mb-12:hover {
  margin-bottom: -3rem;
}

.hover\:-ml-12:hover {
  margin-left: -3rem;
}

.hover\:-mt-16:hover {
  margin-top: -4rem;
}

.hover\:-mr-16:hover {
  margin-right: -4rem;
}

.hover\:-mb-16:hover {
  margin-bottom: -4rem;
}

.hover\:-ml-16:hover {
  margin-left: -4rem;
}

.hover\:-mt-20:hover {
  margin-top: -5rem;
}

.hover\:-mr-20:hover {
  margin-right: -5rem;
}

.hover\:-mb-20:hover {
  margin-bottom: -5rem;
}

.hover\:-ml-20:hover {
  margin-left: -5rem;
}

.hover\:-mt-24:hover {
  margin-top: -6rem;
}

.hover\:-mr-24:hover {
  margin-right: -6rem;
}

.hover\:-mb-24:hover {
  margin-bottom: -6rem;
}

.hover\:-ml-24:hover {
  margin-left: -6rem;
}

.hover\:-mt-32:hover {
  margin-top: -8rem;
}

.hover\:-mr-32:hover {
  margin-right: -8rem;
}

.hover\:-mb-32:hover {
  margin-bottom: -8rem;
}

.hover\:-ml-32:hover {
  margin-left: -8rem;
}

.hover\:-mt-40:hover {
  margin-top: -10rem;
}

.hover\:-mr-40:hover {
  margin-right: -10rem;
}

.hover\:-mb-40:hover {
  margin-bottom: -10rem;
}

.hover\:-ml-40:hover {
  margin-left: -10rem;
}

.hover\:-mt-48:hover {
  margin-top: -12rem;
}

.hover\:-mr-48:hover {
  margin-right: -12rem;
}

.hover\:-mb-48:hover {
  margin-bottom: -12rem;
}

.hover\:-ml-48:hover {
  margin-left: -12rem;
}

.hover\:-mt-56:hover {
  margin-top: -14rem;
}

.hover\:-mr-56:hover {
  margin-right: -14rem;
}

.hover\:-mb-56:hover {
  margin-bottom: -14rem;
}

.hover\:-ml-56:hover {
  margin-left: -14rem;
}

.hover\:-mt-64:hover {
  margin-top: -16rem;
}

.hover\:-mr-64:hover {
  margin-right: -16rem;
}

.hover\:-mb-64:hover {
  margin-bottom: -16rem;
}

.hover\:-ml-64:hover {
  margin-left: -16rem;
}

.hover\:-mt-px:hover {
  margin-top: -1px;
}

.hover\:-mr-px:hover {
  margin-right: -1px;
}

.hover\:-mb-px:hover {
  margin-bottom: -1px;
}

.hover\:-ml-px:hover {
  margin-left: -1px;
}

.focus\:m-0:focus {
  margin: 0;
}

.focus\:m-1:focus {
  margin: 0.25rem;
}

.focus\:m-2:focus {
  margin: 0.5rem;
}

.focus\:m-3:focus {
  margin: 0.75rem;
}

.focus\:m-4:focus {
  margin: 1rem;
}

.focus\:m-5:focus {
  margin: 1.25rem;
}

.focus\:m-6:focus {
  margin: 1.5rem;
}

.focus\:m-8:focus {
  margin: 2rem;
}

.focus\:m-10:focus {
  margin: 2.5rem;
}

.focus\:m-12:focus {
  margin: 3rem;
}

.focus\:m-16:focus {
  margin: 4rem;
}

.focus\:m-20:focus {
  margin: 5rem;
}

.focus\:m-24:focus {
  margin: 6rem;
}

.focus\:m-32:focus {
  margin: 8rem;
}

.focus\:m-40:focus {
  margin: 10rem;
}

.focus\:m-48:focus {
  margin: 12rem;
}

.focus\:m-56:focus {
  margin: 14rem;
}

.focus\:m-64:focus {
  margin: 16rem;
}

.focus\:m-auto:focus {
  margin: auto;
}

.focus\:m-px:focus {
  margin: 1px;
}

.focus\:-m-1:focus {
  margin: -0.25rem;
}

.focus\:-m-2:focus {
  margin: -0.5rem;
}

.focus\:-m-3:focus {
  margin: -0.75rem;
}

.focus\:-m-4:focus {
  margin: -1rem;
}

.focus\:-m-5:focus {
  margin: -1.25rem;
}

.focus\:-m-6:focus {
  margin: -1.5rem;
}

.focus\:-m-8:focus {
  margin: -2rem;
}

.focus\:-m-10:focus {
  margin: -2.5rem;
}

.focus\:-m-12:focus {
  margin: -3rem;
}

.focus\:-m-16:focus {
  margin: -4rem;
}

.focus\:-m-20:focus {
  margin: -5rem;
}

.focus\:-m-24:focus {
  margin: -6rem;
}

.focus\:-m-32:focus {
  margin: -8rem;
}

.focus\:-m-40:focus {
  margin: -10rem;
}

.focus\:-m-48:focus {
  margin: -12rem;
}

.focus\:-m-56:focus {
  margin: -14rem;
}

.focus\:-m-64:focus {
  margin: -16rem;
}

.focus\:-m-px:focus {
  margin: -1px;
}

.focus\:my-0:focus {
  margin-top: 0;
  margin-bottom: 0;
}

.focus\:mx-0:focus {
  margin-left: 0;
  margin-right: 0;
}

.focus\:my-1:focus {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.focus\:mx-1:focus {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.focus\:my-2:focus {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.focus\:mx-2:focus {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.focus\:my-3:focus {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.focus\:mx-3:focus {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.focus\:my-4:focus {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.focus\:mx-4:focus {
  margin-left: 1rem;
  margin-right: 1rem;
}

.focus\:my-5:focus {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.focus\:mx-5:focus {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.focus\:my-6:focus {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.focus\:mx-6:focus {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.focus\:my-8:focus {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.focus\:mx-8:focus {
  margin-left: 2rem;
  margin-right: 2rem;
}

.focus\:my-10:focus {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.focus\:mx-10:focus {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.focus\:my-12:focus {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.focus\:mx-12:focus {
  margin-left: 3rem;
  margin-right: 3rem;
}

.focus\:my-16:focus {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.focus\:mx-16:focus {
  margin-left: 4rem;
  margin-right: 4rem;
}

.focus\:my-20:focus {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.focus\:mx-20:focus {
  margin-left: 5rem;
  margin-right: 5rem;
}

.focus\:my-24:focus {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.focus\:mx-24:focus {
  margin-left: 6rem;
  margin-right: 6rem;
}

.focus\:my-32:focus {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.focus\:mx-32:focus {
  margin-left: 8rem;
  margin-right: 8rem;
}

.focus\:my-40:focus {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.focus\:mx-40:focus {
  margin-left: 10rem;
  margin-right: 10rem;
}

.focus\:my-48:focus {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.focus\:mx-48:focus {
  margin-left: 12rem;
  margin-right: 12rem;
}

.focus\:my-56:focus {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.focus\:mx-56:focus {
  margin-left: 14rem;
  margin-right: 14rem;
}

.focus\:my-64:focus {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.focus\:mx-64:focus {
  margin-left: 16rem;
  margin-right: 16rem;
}

.focus\:my-auto:focus {
  margin-top: auto;
  margin-bottom: auto;
}

.focus\:mx-auto:focus {
  margin-left: auto;
  margin-right: auto;
}

.focus\:my-px:focus {
  margin-top: 1px;
  margin-bottom: 1px;
}

.focus\:mx-px:focus {
  margin-left: 1px;
  margin-right: 1px;
}

.focus\:-my-1:focus {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.focus\:-mx-1:focus {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.focus\:-my-2:focus {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.focus\:-mx-2:focus {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.focus\:-my-3:focus {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.focus\:-mx-3:focus {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.focus\:-my-4:focus {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.focus\:-mx-4:focus {
  margin-left: -1rem;
  margin-right: -1rem;
}

.focus\:-my-5:focus {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.focus\:-mx-5:focus {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.focus\:-my-6:focus {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.focus\:-mx-6:focus {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.focus\:-my-8:focus {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.focus\:-mx-8:focus {
  margin-left: -2rem;
  margin-right: -2rem;
}

.focus\:-my-10:focus {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.focus\:-mx-10:focus {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.focus\:-my-12:focus {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.focus\:-mx-12:focus {
  margin-left: -3rem;
  margin-right: -3rem;
}

.focus\:-my-16:focus {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.focus\:-mx-16:focus {
  margin-left: -4rem;
  margin-right: -4rem;
}

.focus\:-my-20:focus {
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.focus\:-mx-20:focus {
  margin-left: -5rem;
  margin-right: -5rem;
}

.focus\:-my-24:focus {
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.focus\:-mx-24:focus {
  margin-left: -6rem;
  margin-right: -6rem;
}

.focus\:-my-32:focus {
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.focus\:-mx-32:focus {
  margin-left: -8rem;
  margin-right: -8rem;
}

.focus\:-my-40:focus {
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.focus\:-mx-40:focus {
  margin-left: -10rem;
  margin-right: -10rem;
}

.focus\:-my-48:focus {
  margin-top: -12rem;
  margin-bottom: -12rem;
}

.focus\:-mx-48:focus {
  margin-left: -12rem;
  margin-right: -12rem;
}

.focus\:-my-56:focus {
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.focus\:-mx-56:focus {
  margin-left: -14rem;
  margin-right: -14rem;
}

.focus\:-my-64:focus {
  margin-top: -16rem;
  margin-bottom: -16rem;
}

.focus\:-mx-64:focus {
  margin-left: -16rem;
  margin-right: -16rem;
}

.focus\:-my-px:focus {
  margin-top: -1px;
  margin-bottom: -1px;
}

.focus\:-mx-px:focus {
  margin-left: -1px;
  margin-right: -1px;
}

.focus\:mt-0:focus {
  margin-top: 0;
}

.focus\:mr-0:focus {
  margin-right: 0;
}

.focus\:mb-0:focus {
  margin-bottom: 0;
}

.focus\:ml-0:focus {
  margin-left: 0;
}

.focus\:mt-1:focus {
  margin-top: 0.25rem;
}

.focus\:mr-1:focus {
  margin-right: 0.25rem;
}

.focus\:mb-1:focus {
  margin-bottom: 0.25rem;
}

.focus\:ml-1:focus {
  margin-left: 0.25rem;
}

.focus\:mt-2:focus {
  margin-top: 0.5rem;
}

.focus\:mr-2:focus {
  margin-right: 0.5rem;
}

.focus\:mb-2:focus {
  margin-bottom: 0.5rem;
}

.focus\:ml-2:focus {
  margin-left: 0.5rem;
}

.focus\:mt-3:focus {
  margin-top: 0.75rem;
}

.focus\:mr-3:focus {
  margin-right: 0.75rem;
}

.focus\:mb-3:focus {
  margin-bottom: 0.75rem;
}

.focus\:ml-3:focus {
  margin-left: 0.75rem;
}

.focus\:mt-4:focus {
  margin-top: 1rem;
}

.focus\:mr-4:focus {
  margin-right: 1rem;
}

.focus\:mb-4:focus {
  margin-bottom: 1rem;
}

.focus\:ml-4:focus {
  margin-left: 1rem;
}

.focus\:mt-5:focus {
  margin-top: 1.25rem;
}

.focus\:mr-5:focus {
  margin-right: 1.25rem;
}

.focus\:mb-5:focus {
  margin-bottom: 1.25rem;
}

.focus\:ml-5:focus {
  margin-left: 1.25rem;
}

.focus\:mt-6:focus {
  margin-top: 1.5rem;
}

.focus\:mr-6:focus {
  margin-right: 1.5rem;
}

.focus\:mb-6:focus {
  margin-bottom: 1.5rem;
}

.focus\:ml-6:focus {
  margin-left: 1.5rem;
}

.focus\:mt-8:focus {
  margin-top: 2rem;
}

.focus\:mr-8:focus {
  margin-right: 2rem;
}

.focus\:mb-8:focus {
  margin-bottom: 2rem;
}

.focus\:ml-8:focus {
  margin-left: 2rem;
}

.focus\:mt-10:focus {
  margin-top: 2.5rem;
}

.focus\:mr-10:focus {
  margin-right: 2.5rem;
}

.focus\:mb-10:focus {
  margin-bottom: 2.5rem;
}

.focus\:ml-10:focus {
  margin-left: 2.5rem;
}

.focus\:mt-12:focus {
  margin-top: 3rem;
}

.focus\:mr-12:focus {
  margin-right: 3rem;
}

.focus\:mb-12:focus {
  margin-bottom: 3rem;
}

.focus\:ml-12:focus {
  margin-left: 3rem;
}

.focus\:mt-16:focus {
  margin-top: 4rem;
}

.focus\:mr-16:focus {
  margin-right: 4rem;
}

.focus\:mb-16:focus {
  margin-bottom: 4rem;
}

.focus\:ml-16:focus {
  margin-left: 4rem;
}

.focus\:mt-20:focus {
  margin-top: 5rem;
}

.focus\:mr-20:focus {
  margin-right: 5rem;
}

.focus\:mb-20:focus {
  margin-bottom: 5rem;
}

.focus\:ml-20:focus {
  margin-left: 5rem;
}

.focus\:mt-24:focus {
  margin-top: 6rem;
}

.focus\:mr-24:focus {
  margin-right: 6rem;
}

.focus\:mb-24:focus {
  margin-bottom: 6rem;
}

.focus\:ml-24:focus {
  margin-left: 6rem;
}

.focus\:mt-32:focus {
  margin-top: 8rem;
}

.focus\:mr-32:focus {
  margin-right: 8rem;
}

.focus\:mb-32:focus {
  margin-bottom: 8rem;
}

.focus\:ml-32:focus {
  margin-left: 8rem;
}

.focus\:mt-40:focus {
  margin-top: 10rem;
}

.focus\:mr-40:focus {
  margin-right: 10rem;
}

.focus\:mb-40:focus {
  margin-bottom: 10rem;
}

.focus\:ml-40:focus {
  margin-left: 10rem;
}

.focus\:mt-48:focus {
  margin-top: 12rem;
}

.focus\:mr-48:focus {
  margin-right: 12rem;
}

.focus\:mb-48:focus {
  margin-bottom: 12rem;
}

.focus\:ml-48:focus {
  margin-left: 12rem;
}

.focus\:mt-56:focus {
  margin-top: 14rem;
}

.focus\:mr-56:focus {
  margin-right: 14rem;
}

.focus\:mb-56:focus {
  margin-bottom: 14rem;
}

.focus\:ml-56:focus {
  margin-left: 14rem;
}

.focus\:mt-64:focus {
  margin-top: 16rem;
}

.focus\:mr-64:focus {
  margin-right: 16rem;
}

.focus\:mb-64:focus {
  margin-bottom: 16rem;
}

.focus\:ml-64:focus {
  margin-left: 16rem;
}

.focus\:mt-auto:focus {
  margin-top: auto;
}

.focus\:mr-auto:focus {
  margin-right: auto;
}

.focus\:mb-auto:focus {
  margin-bottom: auto;
}

.focus\:ml-auto:focus {
  margin-left: auto;
}

.focus\:mt-px:focus {
  margin-top: 1px;
}

.focus\:mr-px:focus {
  margin-right: 1px;
}

.focus\:mb-px:focus {
  margin-bottom: 1px;
}

.focus\:ml-px:focus {
  margin-left: 1px;
}

.focus\:-mt-1:focus {
  margin-top: -0.25rem;
}

.focus\:-mr-1:focus {
  margin-right: -0.25rem;
}

.focus\:-mb-1:focus {
  margin-bottom: -0.25rem;
}

.focus\:-ml-1:focus {
  margin-left: -0.25rem;
}

.focus\:-mt-2:focus {
  margin-top: -0.5rem;
}

.focus\:-mr-2:focus {
  margin-right: -0.5rem;
}

.focus\:-mb-2:focus {
  margin-bottom: -0.5rem;
}

.focus\:-ml-2:focus {
  margin-left: -0.5rem;
}

.focus\:-mt-3:focus {
  margin-top: -0.75rem;
}

.focus\:-mr-3:focus {
  margin-right: -0.75rem;
}

.focus\:-mb-3:focus {
  margin-bottom: -0.75rem;
}

.focus\:-ml-3:focus {
  margin-left: -0.75rem;
}

.focus\:-mt-4:focus {
  margin-top: -1rem;
}

.focus\:-mr-4:focus {
  margin-right: -1rem;
}

.focus\:-mb-4:focus {
  margin-bottom: -1rem;
}

.focus\:-ml-4:focus {
  margin-left: -1rem;
}

.focus\:-mt-5:focus {
  margin-top: -1.25rem;
}

.focus\:-mr-5:focus {
  margin-right: -1.25rem;
}

.focus\:-mb-5:focus {
  margin-bottom: -1.25rem;
}

.focus\:-ml-5:focus {
  margin-left: -1.25rem;
}

.focus\:-mt-6:focus {
  margin-top: -1.5rem;
}

.focus\:-mr-6:focus {
  margin-right: -1.5rem;
}

.focus\:-mb-6:focus {
  margin-bottom: -1.5rem;
}

.focus\:-ml-6:focus {
  margin-left: -1.5rem;
}

.focus\:-mt-8:focus {
  margin-top: -2rem;
}

.focus\:-mr-8:focus {
  margin-right: -2rem;
}

.focus\:-mb-8:focus {
  margin-bottom: -2rem;
}

.focus\:-ml-8:focus {
  margin-left: -2rem;
}

.focus\:-mt-10:focus {
  margin-top: -2.5rem;
}

.focus\:-mr-10:focus {
  margin-right: -2.5rem;
}

.focus\:-mb-10:focus {
  margin-bottom: -2.5rem;
}

.focus\:-ml-10:focus {
  margin-left: -2.5rem;
}

.focus\:-mt-12:focus {
  margin-top: -3rem;
}

.focus\:-mr-12:focus {
  margin-right: -3rem;
}

.focus\:-mb-12:focus {
  margin-bottom: -3rem;
}

.focus\:-ml-12:focus {
  margin-left: -3rem;
}

.focus\:-mt-16:focus {
  margin-top: -4rem;
}

.focus\:-mr-16:focus {
  margin-right: -4rem;
}

.focus\:-mb-16:focus {
  margin-bottom: -4rem;
}

.focus\:-ml-16:focus {
  margin-left: -4rem;
}

.focus\:-mt-20:focus {
  margin-top: -5rem;
}

.focus\:-mr-20:focus {
  margin-right: -5rem;
}

.focus\:-mb-20:focus {
  margin-bottom: -5rem;
}

.focus\:-ml-20:focus {
  margin-left: -5rem;
}

.focus\:-mt-24:focus {
  margin-top: -6rem;
}

.focus\:-mr-24:focus {
  margin-right: -6rem;
}

.focus\:-mb-24:focus {
  margin-bottom: -6rem;
}

.focus\:-ml-24:focus {
  margin-left: -6rem;
}

.focus\:-mt-32:focus {
  margin-top: -8rem;
}

.focus\:-mr-32:focus {
  margin-right: -8rem;
}

.focus\:-mb-32:focus {
  margin-bottom: -8rem;
}

.focus\:-ml-32:focus {
  margin-left: -8rem;
}

.focus\:-mt-40:focus {
  margin-top: -10rem;
}

.focus\:-mr-40:focus {
  margin-right: -10rem;
}

.focus\:-mb-40:focus {
  margin-bottom: -10rem;
}

.focus\:-ml-40:focus {
  margin-left: -10rem;
}

.focus\:-mt-48:focus {
  margin-top: -12rem;
}

.focus\:-mr-48:focus {
  margin-right: -12rem;
}

.focus\:-mb-48:focus {
  margin-bottom: -12rem;
}

.focus\:-ml-48:focus {
  margin-left: -12rem;
}

.focus\:-mt-56:focus {
  margin-top: -14rem;
}

.focus\:-mr-56:focus {
  margin-right: -14rem;
}

.focus\:-mb-56:focus {
  margin-bottom: -14rem;
}

.focus\:-ml-56:focus {
  margin-left: -14rem;
}

.focus\:-mt-64:focus {
  margin-top: -16rem;
}

.focus\:-mr-64:focus {
  margin-right: -16rem;
}

.focus\:-mb-64:focus {
  margin-bottom: -16rem;
}

.focus\:-ml-64:focus {
  margin-left: -16rem;
}

.focus\:-mt-px:focus {
  margin-top: -1px;
}

.focus\:-mr-px:focus {
  margin-right: -1px;
}

.focus\:-mb-px:focus {
  margin-bottom: -1px;
}

.focus\:-ml-px:focus {
  margin-left: -1px;
}

.active\:m-0:active {
  margin: 0;
}

.active\:m-1:active {
  margin: 0.25rem;
}

.active\:m-2:active {
  margin: 0.5rem;
}

.active\:m-3:active {
  margin: 0.75rem;
}

.active\:m-4:active {
  margin: 1rem;
}

.active\:m-5:active {
  margin: 1.25rem;
}

.active\:m-6:active {
  margin: 1.5rem;
}

.active\:m-8:active {
  margin: 2rem;
}

.active\:m-10:active {
  margin: 2.5rem;
}

.active\:m-12:active {
  margin: 3rem;
}

.active\:m-16:active {
  margin: 4rem;
}

.active\:m-20:active {
  margin: 5rem;
}

.active\:m-24:active {
  margin: 6rem;
}

.active\:m-32:active {
  margin: 8rem;
}

.active\:m-40:active {
  margin: 10rem;
}

.active\:m-48:active {
  margin: 12rem;
}

.active\:m-56:active {
  margin: 14rem;
}

.active\:m-64:active {
  margin: 16rem;
}

.active\:m-auto:active {
  margin: auto;
}

.active\:m-px:active {
  margin: 1px;
}

.active\:-m-1:active {
  margin: -0.25rem;
}

.active\:-m-2:active {
  margin: -0.5rem;
}

.active\:-m-3:active {
  margin: -0.75rem;
}

.active\:-m-4:active {
  margin: -1rem;
}

.active\:-m-5:active {
  margin: -1.25rem;
}

.active\:-m-6:active {
  margin: -1.5rem;
}

.active\:-m-8:active {
  margin: -2rem;
}

.active\:-m-10:active {
  margin: -2.5rem;
}

.active\:-m-12:active {
  margin: -3rem;
}

.active\:-m-16:active {
  margin: -4rem;
}

.active\:-m-20:active {
  margin: -5rem;
}

.active\:-m-24:active {
  margin: -6rem;
}

.active\:-m-32:active {
  margin: -8rem;
}

.active\:-m-40:active {
  margin: -10rem;
}

.active\:-m-48:active {
  margin: -12rem;
}

.active\:-m-56:active {
  margin: -14rem;
}

.active\:-m-64:active {
  margin: -16rem;
}

.active\:-m-px:active {
  margin: -1px;
}

.active\:my-0:active {
  margin-top: 0;
  margin-bottom: 0;
}

.active\:mx-0:active {
  margin-left: 0;
  margin-right: 0;
}

.active\:my-1:active {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.active\:mx-1:active {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.active\:my-2:active {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.active\:mx-2:active {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.active\:my-3:active {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.active\:mx-3:active {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.active\:my-4:active {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.active\:mx-4:active {
  margin-left: 1rem;
  margin-right: 1rem;
}

.active\:my-5:active {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.active\:mx-5:active {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.active\:my-6:active {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.active\:mx-6:active {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.active\:my-8:active {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.active\:mx-8:active {
  margin-left: 2rem;
  margin-right: 2rem;
}

.active\:my-10:active {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.active\:mx-10:active {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.active\:my-12:active {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.active\:mx-12:active {
  margin-left: 3rem;
  margin-right: 3rem;
}

.active\:my-16:active {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.active\:mx-16:active {
  margin-left: 4rem;
  margin-right: 4rem;
}

.active\:my-20:active {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.active\:mx-20:active {
  margin-left: 5rem;
  margin-right: 5rem;
}

.active\:my-24:active {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.active\:mx-24:active {
  margin-left: 6rem;
  margin-right: 6rem;
}

.active\:my-32:active {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.active\:mx-32:active {
  margin-left: 8rem;
  margin-right: 8rem;
}

.active\:my-40:active {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.active\:mx-40:active {
  margin-left: 10rem;
  margin-right: 10rem;
}

.active\:my-48:active {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.active\:mx-48:active {
  margin-left: 12rem;
  margin-right: 12rem;
}

.active\:my-56:active {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.active\:mx-56:active {
  margin-left: 14rem;
  margin-right: 14rem;
}

.active\:my-64:active {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.active\:mx-64:active {
  margin-left: 16rem;
  margin-right: 16rem;
}

.active\:my-auto:active {
  margin-top: auto;
  margin-bottom: auto;
}

.active\:mx-auto:active {
  margin-left: auto;
  margin-right: auto;
}

.active\:my-px:active {
  margin-top: 1px;
  margin-bottom: 1px;
}

.active\:mx-px:active {
  margin-left: 1px;
  margin-right: 1px;
}

.active\:-my-1:active {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.active\:-mx-1:active {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.active\:-my-2:active {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.active\:-mx-2:active {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.active\:-my-3:active {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.active\:-mx-3:active {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.active\:-my-4:active {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.active\:-mx-4:active {
  margin-left: -1rem;
  margin-right: -1rem;
}

.active\:-my-5:active {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.active\:-mx-5:active {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.active\:-my-6:active {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.active\:-mx-6:active {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.active\:-my-8:active {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.active\:-mx-8:active {
  margin-left: -2rem;
  margin-right: -2rem;
}

.active\:-my-10:active {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.active\:-mx-10:active {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.active\:-my-12:active {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.active\:-mx-12:active {
  margin-left: -3rem;
  margin-right: -3rem;
}

.active\:-my-16:active {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.active\:-mx-16:active {
  margin-left: -4rem;
  margin-right: -4rem;
}

.active\:-my-20:active {
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.active\:-mx-20:active {
  margin-left: -5rem;
  margin-right: -5rem;
}

.active\:-my-24:active {
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.active\:-mx-24:active {
  margin-left: -6rem;
  margin-right: -6rem;
}

.active\:-my-32:active {
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.active\:-mx-32:active {
  margin-left: -8rem;
  margin-right: -8rem;
}

.active\:-my-40:active {
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.active\:-mx-40:active {
  margin-left: -10rem;
  margin-right: -10rem;
}

.active\:-my-48:active {
  margin-top: -12rem;
  margin-bottom: -12rem;
}

.active\:-mx-48:active {
  margin-left: -12rem;
  margin-right: -12rem;
}

.active\:-my-56:active {
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.active\:-mx-56:active {
  margin-left: -14rem;
  margin-right: -14rem;
}

.active\:-my-64:active {
  margin-top: -16rem;
  margin-bottom: -16rem;
}

.active\:-mx-64:active {
  margin-left: -16rem;
  margin-right: -16rem;
}

.active\:-my-px:active {
  margin-top: -1px;
  margin-bottom: -1px;
}

.active\:-mx-px:active {
  margin-left: -1px;
  margin-right: -1px;
}

.active\:mt-0:active {
  margin-top: 0;
}

.active\:mr-0:active {
  margin-right: 0;
}

.active\:mb-0:active {
  margin-bottom: 0;
}

.active\:ml-0:active {
  margin-left: 0;
}

.active\:mt-1:active {
  margin-top: 0.25rem;
}

.active\:mr-1:active {
  margin-right: 0.25rem;
}

.active\:mb-1:active {
  margin-bottom: 0.25rem;
}

.active\:ml-1:active {
  margin-left: 0.25rem;
}

.active\:mt-2:active {
  margin-top: 0.5rem;
}

.active\:mr-2:active {
  margin-right: 0.5rem;
}

.active\:mb-2:active {
  margin-bottom: 0.5rem;
}

.active\:ml-2:active {
  margin-left: 0.5rem;
}

.active\:mt-3:active {
  margin-top: 0.75rem;
}

.active\:mr-3:active {
  margin-right: 0.75rem;
}

.active\:mb-3:active {
  margin-bottom: 0.75rem;
}

.active\:ml-3:active {
  margin-left: 0.75rem;
}

.active\:mt-4:active {
  margin-top: 1rem;
}

.active\:mr-4:active {
  margin-right: 1rem;
}

.active\:mb-4:active {
  margin-bottom: 1rem;
}

.active\:ml-4:active {
  margin-left: 1rem;
}

.active\:mt-5:active {
  margin-top: 1.25rem;
}

.active\:mr-5:active {
  margin-right: 1.25rem;
}

.active\:mb-5:active {
  margin-bottom: 1.25rem;
}

.active\:ml-5:active {
  margin-left: 1.25rem;
}

.active\:mt-6:active {
  margin-top: 1.5rem;
}

.active\:mr-6:active {
  margin-right: 1.5rem;
}

.active\:mb-6:active {
  margin-bottom: 1.5rem;
}

.active\:ml-6:active {
  margin-left: 1.5rem;
}

.active\:mt-8:active {
  margin-top: 2rem;
}

.active\:mr-8:active {
  margin-right: 2rem;
}

.active\:mb-8:active {
  margin-bottom: 2rem;
}

.active\:ml-8:active {
  margin-left: 2rem;
}

.active\:mt-10:active {
  margin-top: 2.5rem;
}

.active\:mr-10:active {
  margin-right: 2.5rem;
}

.active\:mb-10:active {
  margin-bottom: 2.5rem;
}

.active\:ml-10:active {
  margin-left: 2.5rem;
}

.active\:mt-12:active {
  margin-top: 3rem;
}

.active\:mr-12:active {
  margin-right: 3rem;
}

.active\:mb-12:active {
  margin-bottom: 3rem;
}

.active\:ml-12:active {
  margin-left: 3rem;
}

.active\:mt-16:active {
  margin-top: 4rem;
}

.active\:mr-16:active {
  margin-right: 4rem;
}

.active\:mb-16:active {
  margin-bottom: 4rem;
}

.active\:ml-16:active {
  margin-left: 4rem;
}

.active\:mt-20:active {
  margin-top: 5rem;
}

.active\:mr-20:active {
  margin-right: 5rem;
}

.active\:mb-20:active {
  margin-bottom: 5rem;
}

.active\:ml-20:active {
  margin-left: 5rem;
}

.active\:mt-24:active {
  margin-top: 6rem;
}

.active\:mr-24:active {
  margin-right: 6rem;
}

.active\:mb-24:active {
  margin-bottom: 6rem;
}

.active\:ml-24:active {
  margin-left: 6rem;
}

.active\:mt-32:active {
  margin-top: 8rem;
}

.active\:mr-32:active {
  margin-right: 8rem;
}

.active\:mb-32:active {
  margin-bottom: 8rem;
}

.active\:ml-32:active {
  margin-left: 8rem;
}

.active\:mt-40:active {
  margin-top: 10rem;
}

.active\:mr-40:active {
  margin-right: 10rem;
}

.active\:mb-40:active {
  margin-bottom: 10rem;
}

.active\:ml-40:active {
  margin-left: 10rem;
}

.active\:mt-48:active {
  margin-top: 12rem;
}

.active\:mr-48:active {
  margin-right: 12rem;
}

.active\:mb-48:active {
  margin-bottom: 12rem;
}

.active\:ml-48:active {
  margin-left: 12rem;
}

.active\:mt-56:active {
  margin-top: 14rem;
}

.active\:mr-56:active {
  margin-right: 14rem;
}

.active\:mb-56:active {
  margin-bottom: 14rem;
}

.active\:ml-56:active {
  margin-left: 14rem;
}

.active\:mt-64:active {
  margin-top: 16rem;
}

.active\:mr-64:active {
  margin-right: 16rem;
}

.active\:mb-64:active {
  margin-bottom: 16rem;
}

.active\:ml-64:active {
  margin-left: 16rem;
}

.active\:mt-auto:active {
  margin-top: auto;
}

.active\:mr-auto:active {
  margin-right: auto;
}

.active\:mb-auto:active {
  margin-bottom: auto;
}

.active\:ml-auto:active {
  margin-left: auto;
}

.active\:mt-px:active {
  margin-top: 1px;
}

.active\:mr-px:active {
  margin-right: 1px;
}

.active\:mb-px:active {
  margin-bottom: 1px;
}

.active\:ml-px:active {
  margin-left: 1px;
}

.active\:-mt-1:active {
  margin-top: -0.25rem;
}

.active\:-mr-1:active {
  margin-right: -0.25rem;
}

.active\:-mb-1:active {
  margin-bottom: -0.25rem;
}

.active\:-ml-1:active {
  margin-left: -0.25rem;
}

.active\:-mt-2:active {
  margin-top: -0.5rem;
}

.active\:-mr-2:active {
  margin-right: -0.5rem;
}

.active\:-mb-2:active {
  margin-bottom: -0.5rem;
}

.active\:-ml-2:active {
  margin-left: -0.5rem;
}

.active\:-mt-3:active {
  margin-top: -0.75rem;
}

.active\:-mr-3:active {
  margin-right: -0.75rem;
}

.active\:-mb-3:active {
  margin-bottom: -0.75rem;
}

.active\:-ml-3:active {
  margin-left: -0.75rem;
}

.active\:-mt-4:active {
  margin-top: -1rem;
}

.active\:-mr-4:active {
  margin-right: -1rem;
}

.active\:-mb-4:active {
  margin-bottom: -1rem;
}

.active\:-ml-4:active {
  margin-left: -1rem;
}

.active\:-mt-5:active {
  margin-top: -1.25rem;
}

.active\:-mr-5:active {
  margin-right: -1.25rem;
}

.active\:-mb-5:active {
  margin-bottom: -1.25rem;
}

.active\:-ml-5:active {
  margin-left: -1.25rem;
}

.active\:-mt-6:active {
  margin-top: -1.5rem;
}

.active\:-mr-6:active {
  margin-right: -1.5rem;
}

.active\:-mb-6:active {
  margin-bottom: -1.5rem;
}

.active\:-ml-6:active {
  margin-left: -1.5rem;
}

.active\:-mt-8:active {
  margin-top: -2rem;
}

.active\:-mr-8:active {
  margin-right: -2rem;
}

.active\:-mb-8:active {
  margin-bottom: -2rem;
}

.active\:-ml-8:active {
  margin-left: -2rem;
}

.active\:-mt-10:active {
  margin-top: -2.5rem;
}

.active\:-mr-10:active {
  margin-right: -2.5rem;
}

.active\:-mb-10:active {
  margin-bottom: -2.5rem;
}

.active\:-ml-10:active {
  margin-left: -2.5rem;
}

.active\:-mt-12:active {
  margin-top: -3rem;
}

.active\:-mr-12:active {
  margin-right: -3rem;
}

.active\:-mb-12:active {
  margin-bottom: -3rem;
}

.active\:-ml-12:active {
  margin-left: -3rem;
}

.active\:-mt-16:active {
  margin-top: -4rem;
}

.active\:-mr-16:active {
  margin-right: -4rem;
}

.active\:-mb-16:active {
  margin-bottom: -4rem;
}

.active\:-ml-16:active {
  margin-left: -4rem;
}

.active\:-mt-20:active {
  margin-top: -5rem;
}

.active\:-mr-20:active {
  margin-right: -5rem;
}

.active\:-mb-20:active {
  margin-bottom: -5rem;
}

.active\:-ml-20:active {
  margin-left: -5rem;
}

.active\:-mt-24:active {
  margin-top: -6rem;
}

.active\:-mr-24:active {
  margin-right: -6rem;
}

.active\:-mb-24:active {
  margin-bottom: -6rem;
}

.active\:-ml-24:active {
  margin-left: -6rem;
}

.active\:-mt-32:active {
  margin-top: -8rem;
}

.active\:-mr-32:active {
  margin-right: -8rem;
}

.active\:-mb-32:active {
  margin-bottom: -8rem;
}

.active\:-ml-32:active {
  margin-left: -8rem;
}

.active\:-mt-40:active {
  margin-top: -10rem;
}

.active\:-mr-40:active {
  margin-right: -10rem;
}

.active\:-mb-40:active {
  margin-bottom: -10rem;
}

.active\:-ml-40:active {
  margin-left: -10rem;
}

.active\:-mt-48:active {
  margin-top: -12rem;
}

.active\:-mr-48:active {
  margin-right: -12rem;
}

.active\:-mb-48:active {
  margin-bottom: -12rem;
}

.active\:-ml-48:active {
  margin-left: -12rem;
}

.active\:-mt-56:active {
  margin-top: -14rem;
}

.active\:-mr-56:active {
  margin-right: -14rem;
}

.active\:-mb-56:active {
  margin-bottom: -14rem;
}

.active\:-ml-56:active {
  margin-left: -14rem;
}

.active\:-mt-64:active {
  margin-top: -16rem;
}

.active\:-mr-64:active {
  margin-right: -16rem;
}

.active\:-mb-64:active {
  margin-bottom: -16rem;
}

.active\:-ml-64:active {
  margin-left: -16rem;
}

.active\:-mt-px:active {
  margin-top: -1px;
}

.active\:-mr-px:active {
  margin-right: -1px;
}

.active\:-mb-px:active {
  margin-bottom: -1px;
}

.active\:-ml-px:active {
  margin-left: -1px;
}

.visited\:m-0:visited {
  margin: 0;
}

.visited\:m-1:visited {
  margin: 0.25rem;
}

.visited\:m-2:visited {
  margin: 0.5rem;
}

.visited\:m-3:visited {
  margin: 0.75rem;
}

.visited\:m-4:visited {
  margin: 1rem;
}

.visited\:m-5:visited {
  margin: 1.25rem;
}

.visited\:m-6:visited {
  margin: 1.5rem;
}

.visited\:m-8:visited {
  margin: 2rem;
}

.visited\:m-10:visited {
  margin: 2.5rem;
}

.visited\:m-12:visited {
  margin: 3rem;
}

.visited\:m-16:visited {
  margin: 4rem;
}

.visited\:m-20:visited {
  margin: 5rem;
}

.visited\:m-24:visited {
  margin: 6rem;
}

.visited\:m-32:visited {
  margin: 8rem;
}

.visited\:m-40:visited {
  margin: 10rem;
}

.visited\:m-48:visited {
  margin: 12rem;
}

.visited\:m-56:visited {
  margin: 14rem;
}

.visited\:m-64:visited {
  margin: 16rem;
}

.visited\:m-auto:visited {
  margin: auto;
}

.visited\:m-px:visited {
  margin: 1px;
}

.visited\:-m-1:visited {
  margin: -0.25rem;
}

.visited\:-m-2:visited {
  margin: -0.5rem;
}

.visited\:-m-3:visited {
  margin: -0.75rem;
}

.visited\:-m-4:visited {
  margin: -1rem;
}

.visited\:-m-5:visited {
  margin: -1.25rem;
}

.visited\:-m-6:visited {
  margin: -1.5rem;
}

.visited\:-m-8:visited {
  margin: -2rem;
}

.visited\:-m-10:visited {
  margin: -2.5rem;
}

.visited\:-m-12:visited {
  margin: -3rem;
}

.visited\:-m-16:visited {
  margin: -4rem;
}

.visited\:-m-20:visited {
  margin: -5rem;
}

.visited\:-m-24:visited {
  margin: -6rem;
}

.visited\:-m-32:visited {
  margin: -8rem;
}

.visited\:-m-40:visited {
  margin: -10rem;
}

.visited\:-m-48:visited {
  margin: -12rem;
}

.visited\:-m-56:visited {
  margin: -14rem;
}

.visited\:-m-64:visited {
  margin: -16rem;
}

.visited\:-m-px:visited {
  margin: -1px;
}

.visited\:my-0:visited {
  margin-top: 0;
  margin-bottom: 0;
}

.visited\:mx-0:visited {
  margin-left: 0;
  margin-right: 0;
}

.visited\:my-1:visited {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.visited\:mx-1:visited {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.visited\:my-2:visited {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.visited\:mx-2:visited {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.visited\:my-3:visited {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.visited\:mx-3:visited {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.visited\:my-4:visited {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.visited\:mx-4:visited {
  margin-left: 1rem;
  margin-right: 1rem;
}

.visited\:my-5:visited {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.visited\:mx-5:visited {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.visited\:my-6:visited {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.visited\:mx-6:visited {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.visited\:my-8:visited {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.visited\:mx-8:visited {
  margin-left: 2rem;
  margin-right: 2rem;
}

.visited\:my-10:visited {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.visited\:mx-10:visited {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.visited\:my-12:visited {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.visited\:mx-12:visited {
  margin-left: 3rem;
  margin-right: 3rem;
}

.visited\:my-16:visited {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.visited\:mx-16:visited {
  margin-left: 4rem;
  margin-right: 4rem;
}

.visited\:my-20:visited {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.visited\:mx-20:visited {
  margin-left: 5rem;
  margin-right: 5rem;
}

.visited\:my-24:visited {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.visited\:mx-24:visited {
  margin-left: 6rem;
  margin-right: 6rem;
}

.visited\:my-32:visited {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.visited\:mx-32:visited {
  margin-left: 8rem;
  margin-right: 8rem;
}

.visited\:my-40:visited {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.visited\:mx-40:visited {
  margin-left: 10rem;
  margin-right: 10rem;
}

.visited\:my-48:visited {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.visited\:mx-48:visited {
  margin-left: 12rem;
  margin-right: 12rem;
}

.visited\:my-56:visited {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.visited\:mx-56:visited {
  margin-left: 14rem;
  margin-right: 14rem;
}

.visited\:my-64:visited {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.visited\:mx-64:visited {
  margin-left: 16rem;
  margin-right: 16rem;
}

.visited\:my-auto:visited {
  margin-top: auto;
  margin-bottom: auto;
}

.visited\:mx-auto:visited {
  margin-left: auto;
  margin-right: auto;
}

.visited\:my-px:visited {
  margin-top: 1px;
  margin-bottom: 1px;
}

.visited\:mx-px:visited {
  margin-left: 1px;
  margin-right: 1px;
}

.visited\:-my-1:visited {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.visited\:-mx-1:visited {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.visited\:-my-2:visited {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.visited\:-mx-2:visited {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.visited\:-my-3:visited {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.visited\:-mx-3:visited {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.visited\:-my-4:visited {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.visited\:-mx-4:visited {
  margin-left: -1rem;
  margin-right: -1rem;
}

.visited\:-my-5:visited {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.visited\:-mx-5:visited {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.visited\:-my-6:visited {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.visited\:-mx-6:visited {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.visited\:-my-8:visited {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.visited\:-mx-8:visited {
  margin-left: -2rem;
  margin-right: -2rem;
}

.visited\:-my-10:visited {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.visited\:-mx-10:visited {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.visited\:-my-12:visited {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.visited\:-mx-12:visited {
  margin-left: -3rem;
  margin-right: -3rem;
}

.visited\:-my-16:visited {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.visited\:-mx-16:visited {
  margin-left: -4rem;
  margin-right: -4rem;
}

.visited\:-my-20:visited {
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.visited\:-mx-20:visited {
  margin-left: -5rem;
  margin-right: -5rem;
}

.visited\:-my-24:visited {
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.visited\:-mx-24:visited {
  margin-left: -6rem;
  margin-right: -6rem;
}

.visited\:-my-32:visited {
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.visited\:-mx-32:visited {
  margin-left: -8rem;
  margin-right: -8rem;
}

.visited\:-my-40:visited {
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.visited\:-mx-40:visited {
  margin-left: -10rem;
  margin-right: -10rem;
}

.visited\:-my-48:visited {
  margin-top: -12rem;
  margin-bottom: -12rem;
}

.visited\:-mx-48:visited {
  margin-left: -12rem;
  margin-right: -12rem;
}

.visited\:-my-56:visited {
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.visited\:-mx-56:visited {
  margin-left: -14rem;
  margin-right: -14rem;
}

.visited\:-my-64:visited {
  margin-top: -16rem;
  margin-bottom: -16rem;
}

.visited\:-mx-64:visited {
  margin-left: -16rem;
  margin-right: -16rem;
}

.visited\:-my-px:visited {
  margin-top: -1px;
  margin-bottom: -1px;
}

.visited\:-mx-px:visited {
  margin-left: -1px;
  margin-right: -1px;
}

.visited\:mt-0:visited {
  margin-top: 0;
}

.visited\:mr-0:visited {
  margin-right: 0;
}

.visited\:mb-0:visited {
  margin-bottom: 0;
}

.visited\:ml-0:visited {
  margin-left: 0;
}

.visited\:mt-1:visited {
  margin-top: 0.25rem;
}

.visited\:mr-1:visited {
  margin-right: 0.25rem;
}

.visited\:mb-1:visited {
  margin-bottom: 0.25rem;
}

.visited\:ml-1:visited {
  margin-left: 0.25rem;
}

.visited\:mt-2:visited {
  margin-top: 0.5rem;
}

.visited\:mr-2:visited {
  margin-right: 0.5rem;
}

.visited\:mb-2:visited {
  margin-bottom: 0.5rem;
}

.visited\:ml-2:visited {
  margin-left: 0.5rem;
}

.visited\:mt-3:visited {
  margin-top: 0.75rem;
}

.visited\:mr-3:visited {
  margin-right: 0.75rem;
}

.visited\:mb-3:visited {
  margin-bottom: 0.75rem;
}

.visited\:ml-3:visited {
  margin-left: 0.75rem;
}

.visited\:mt-4:visited {
  margin-top: 1rem;
}

.visited\:mr-4:visited {
  margin-right: 1rem;
}

.visited\:mb-4:visited {
  margin-bottom: 1rem;
}

.visited\:ml-4:visited {
  margin-left: 1rem;
}

.visited\:mt-5:visited {
  margin-top: 1.25rem;
}

.visited\:mr-5:visited {
  margin-right: 1.25rem;
}

.visited\:mb-5:visited {
  margin-bottom: 1.25rem;
}

.visited\:ml-5:visited {
  margin-left: 1.25rem;
}

.visited\:mt-6:visited {
  margin-top: 1.5rem;
}

.visited\:mr-6:visited {
  margin-right: 1.5rem;
}

.visited\:mb-6:visited {
  margin-bottom: 1.5rem;
}

.visited\:ml-6:visited {
  margin-left: 1.5rem;
}

.visited\:mt-8:visited {
  margin-top: 2rem;
}

.visited\:mr-8:visited {
  margin-right: 2rem;
}

.visited\:mb-8:visited {
  margin-bottom: 2rem;
}

.visited\:ml-8:visited {
  margin-left: 2rem;
}

.visited\:mt-10:visited {
  margin-top: 2.5rem;
}

.visited\:mr-10:visited {
  margin-right: 2.5rem;
}

.visited\:mb-10:visited {
  margin-bottom: 2.5rem;
}

.visited\:ml-10:visited {
  margin-left: 2.5rem;
}

.visited\:mt-12:visited {
  margin-top: 3rem;
}

.visited\:mr-12:visited {
  margin-right: 3rem;
}

.visited\:mb-12:visited {
  margin-bottom: 3rem;
}

.visited\:ml-12:visited {
  margin-left: 3rem;
}

.visited\:mt-16:visited {
  margin-top: 4rem;
}

.visited\:mr-16:visited {
  margin-right: 4rem;
}

.visited\:mb-16:visited {
  margin-bottom: 4rem;
}

.visited\:ml-16:visited {
  margin-left: 4rem;
}

.visited\:mt-20:visited {
  margin-top: 5rem;
}

.visited\:mr-20:visited {
  margin-right: 5rem;
}

.visited\:mb-20:visited {
  margin-bottom: 5rem;
}

.visited\:ml-20:visited {
  margin-left: 5rem;
}

.visited\:mt-24:visited {
  margin-top: 6rem;
}

.visited\:mr-24:visited {
  margin-right: 6rem;
}

.visited\:mb-24:visited {
  margin-bottom: 6rem;
}

.visited\:ml-24:visited {
  margin-left: 6rem;
}

.visited\:mt-32:visited {
  margin-top: 8rem;
}

.visited\:mr-32:visited {
  margin-right: 8rem;
}

.visited\:mb-32:visited {
  margin-bottom: 8rem;
}

.visited\:ml-32:visited {
  margin-left: 8rem;
}

.visited\:mt-40:visited {
  margin-top: 10rem;
}

.visited\:mr-40:visited {
  margin-right: 10rem;
}

.visited\:mb-40:visited {
  margin-bottom: 10rem;
}

.visited\:ml-40:visited {
  margin-left: 10rem;
}

.visited\:mt-48:visited {
  margin-top: 12rem;
}

.visited\:mr-48:visited {
  margin-right: 12rem;
}

.visited\:mb-48:visited {
  margin-bottom: 12rem;
}

.visited\:ml-48:visited {
  margin-left: 12rem;
}

.visited\:mt-56:visited {
  margin-top: 14rem;
}

.visited\:mr-56:visited {
  margin-right: 14rem;
}

.visited\:mb-56:visited {
  margin-bottom: 14rem;
}

.visited\:ml-56:visited {
  margin-left: 14rem;
}

.visited\:mt-64:visited {
  margin-top: 16rem;
}

.visited\:mr-64:visited {
  margin-right: 16rem;
}

.visited\:mb-64:visited {
  margin-bottom: 16rem;
}

.visited\:ml-64:visited {
  margin-left: 16rem;
}

.visited\:mt-auto:visited {
  margin-top: auto;
}

.visited\:mr-auto:visited {
  margin-right: auto;
}

.visited\:mb-auto:visited {
  margin-bottom: auto;
}

.visited\:ml-auto:visited {
  margin-left: auto;
}

.visited\:mt-px:visited {
  margin-top: 1px;
}

.visited\:mr-px:visited {
  margin-right: 1px;
}

.visited\:mb-px:visited {
  margin-bottom: 1px;
}

.visited\:ml-px:visited {
  margin-left: 1px;
}

.visited\:-mt-1:visited {
  margin-top: -0.25rem;
}

.visited\:-mr-1:visited {
  margin-right: -0.25rem;
}

.visited\:-mb-1:visited {
  margin-bottom: -0.25rem;
}

.visited\:-ml-1:visited {
  margin-left: -0.25rem;
}

.visited\:-mt-2:visited {
  margin-top: -0.5rem;
}

.visited\:-mr-2:visited {
  margin-right: -0.5rem;
}

.visited\:-mb-2:visited {
  margin-bottom: -0.5rem;
}

.visited\:-ml-2:visited {
  margin-left: -0.5rem;
}

.visited\:-mt-3:visited {
  margin-top: -0.75rem;
}

.visited\:-mr-3:visited {
  margin-right: -0.75rem;
}

.visited\:-mb-3:visited {
  margin-bottom: -0.75rem;
}

.visited\:-ml-3:visited {
  margin-left: -0.75rem;
}

.visited\:-mt-4:visited {
  margin-top: -1rem;
}

.visited\:-mr-4:visited {
  margin-right: -1rem;
}

.visited\:-mb-4:visited {
  margin-bottom: -1rem;
}

.visited\:-ml-4:visited {
  margin-left: -1rem;
}

.visited\:-mt-5:visited {
  margin-top: -1.25rem;
}

.visited\:-mr-5:visited {
  margin-right: -1.25rem;
}

.visited\:-mb-5:visited {
  margin-bottom: -1.25rem;
}

.visited\:-ml-5:visited {
  margin-left: -1.25rem;
}

.visited\:-mt-6:visited {
  margin-top: -1.5rem;
}

.visited\:-mr-6:visited {
  margin-right: -1.5rem;
}

.visited\:-mb-6:visited {
  margin-bottom: -1.5rem;
}

.visited\:-ml-6:visited {
  margin-left: -1.5rem;
}

.visited\:-mt-8:visited {
  margin-top: -2rem;
}

.visited\:-mr-8:visited {
  margin-right: -2rem;
}

.visited\:-mb-8:visited {
  margin-bottom: -2rem;
}

.visited\:-ml-8:visited {
  margin-left: -2rem;
}

.visited\:-mt-10:visited {
  margin-top: -2.5rem;
}

.visited\:-mr-10:visited {
  margin-right: -2.5rem;
}

.visited\:-mb-10:visited {
  margin-bottom: -2.5rem;
}

.visited\:-ml-10:visited {
  margin-left: -2.5rem;
}

.visited\:-mt-12:visited {
  margin-top: -3rem;
}

.visited\:-mr-12:visited {
  margin-right: -3rem;
}

.visited\:-mb-12:visited {
  margin-bottom: -3rem;
}

.visited\:-ml-12:visited {
  margin-left: -3rem;
}

.visited\:-mt-16:visited {
  margin-top: -4rem;
}

.visited\:-mr-16:visited {
  margin-right: -4rem;
}

.visited\:-mb-16:visited {
  margin-bottom: -4rem;
}

.visited\:-ml-16:visited {
  margin-left: -4rem;
}

.visited\:-mt-20:visited {
  margin-top: -5rem;
}

.visited\:-mr-20:visited {
  margin-right: -5rem;
}

.visited\:-mb-20:visited {
  margin-bottom: -5rem;
}

.visited\:-ml-20:visited {
  margin-left: -5rem;
}

.visited\:-mt-24:visited {
  margin-top: -6rem;
}

.visited\:-mr-24:visited {
  margin-right: -6rem;
}

.visited\:-mb-24:visited {
  margin-bottom: -6rem;
}

.visited\:-ml-24:visited {
  margin-left: -6rem;
}

.visited\:-mt-32:visited {
  margin-top: -8rem;
}

.visited\:-mr-32:visited {
  margin-right: -8rem;
}

.visited\:-mb-32:visited {
  margin-bottom: -8rem;
}

.visited\:-ml-32:visited {
  margin-left: -8rem;
}

.visited\:-mt-40:visited {
  margin-top: -10rem;
}

.visited\:-mr-40:visited {
  margin-right: -10rem;
}

.visited\:-mb-40:visited {
  margin-bottom: -10rem;
}

.visited\:-ml-40:visited {
  margin-left: -10rem;
}

.visited\:-mt-48:visited {
  margin-top: -12rem;
}

.visited\:-mr-48:visited {
  margin-right: -12rem;
}

.visited\:-mb-48:visited {
  margin-bottom: -12rem;
}

.visited\:-ml-48:visited {
  margin-left: -12rem;
}

.visited\:-mt-56:visited {
  margin-top: -14rem;
}

.visited\:-mr-56:visited {
  margin-right: -14rem;
}

.visited\:-mb-56:visited {
  margin-bottom: -14rem;
}

.visited\:-ml-56:visited {
  margin-left: -14rem;
}

.visited\:-mt-64:visited {
  margin-top: -16rem;
}

.visited\:-mr-64:visited {
  margin-right: -16rem;
}

.visited\:-mb-64:visited {
  margin-bottom: -16rem;
}

.visited\:-ml-64:visited {
  margin-left: -16rem;
}

.visited\:-mt-px:visited {
  margin-top: -1px;
}

.visited\:-mr-px:visited {
  margin-right: -1px;
}

.visited\:-mb-px:visited {
  margin-bottom: -1px;
}

.visited\:-ml-px:visited {
  margin-left: -1px;
}

.disabled\:m-0:disabled {
  margin: 0;
}

.disabled\:m-1:disabled {
  margin: 0.25rem;
}

.disabled\:m-2:disabled {
  margin: 0.5rem;
}

.disabled\:m-3:disabled {
  margin: 0.75rem;
}

.disabled\:m-4:disabled {
  margin: 1rem;
}

.disabled\:m-5:disabled {
  margin: 1.25rem;
}

.disabled\:m-6:disabled {
  margin: 1.5rem;
}

.disabled\:m-8:disabled {
  margin: 2rem;
}

.disabled\:m-10:disabled {
  margin: 2.5rem;
}

.disabled\:m-12:disabled {
  margin: 3rem;
}

.disabled\:m-16:disabled {
  margin: 4rem;
}

.disabled\:m-20:disabled {
  margin: 5rem;
}

.disabled\:m-24:disabled {
  margin: 6rem;
}

.disabled\:m-32:disabled {
  margin: 8rem;
}

.disabled\:m-40:disabled {
  margin: 10rem;
}

.disabled\:m-48:disabled {
  margin: 12rem;
}

.disabled\:m-56:disabled {
  margin: 14rem;
}

.disabled\:m-64:disabled {
  margin: 16rem;
}

.disabled\:m-auto:disabled {
  margin: auto;
}

.disabled\:m-px:disabled {
  margin: 1px;
}

.disabled\:-m-1:disabled {
  margin: -0.25rem;
}

.disabled\:-m-2:disabled {
  margin: -0.5rem;
}

.disabled\:-m-3:disabled {
  margin: -0.75rem;
}

.disabled\:-m-4:disabled {
  margin: -1rem;
}

.disabled\:-m-5:disabled {
  margin: -1.25rem;
}

.disabled\:-m-6:disabled {
  margin: -1.5rem;
}

.disabled\:-m-8:disabled {
  margin: -2rem;
}

.disabled\:-m-10:disabled {
  margin: -2.5rem;
}

.disabled\:-m-12:disabled {
  margin: -3rem;
}

.disabled\:-m-16:disabled {
  margin: -4rem;
}

.disabled\:-m-20:disabled {
  margin: -5rem;
}

.disabled\:-m-24:disabled {
  margin: -6rem;
}

.disabled\:-m-32:disabled {
  margin: -8rem;
}

.disabled\:-m-40:disabled {
  margin: -10rem;
}

.disabled\:-m-48:disabled {
  margin: -12rem;
}

.disabled\:-m-56:disabled {
  margin: -14rem;
}

.disabled\:-m-64:disabled {
  margin: -16rem;
}

.disabled\:-m-px:disabled {
  margin: -1px;
}

.disabled\:my-0:disabled {
  margin-top: 0;
  margin-bottom: 0;
}

.disabled\:mx-0:disabled {
  margin-left: 0;
  margin-right: 0;
}

.disabled\:my-1:disabled {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.disabled\:mx-1:disabled {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.disabled\:my-2:disabled {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.disabled\:mx-2:disabled {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.disabled\:my-3:disabled {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.disabled\:mx-3:disabled {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.disabled\:my-4:disabled {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.disabled\:mx-4:disabled {
  margin-left: 1rem;
  margin-right: 1rem;
}

.disabled\:my-5:disabled {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.disabled\:mx-5:disabled {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.disabled\:my-6:disabled {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.disabled\:mx-6:disabled {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.disabled\:my-8:disabled {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.disabled\:mx-8:disabled {
  margin-left: 2rem;
  margin-right: 2rem;
}

.disabled\:my-10:disabled {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.disabled\:mx-10:disabled {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.disabled\:my-12:disabled {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.disabled\:mx-12:disabled {
  margin-left: 3rem;
  margin-right: 3rem;
}

.disabled\:my-16:disabled {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.disabled\:mx-16:disabled {
  margin-left: 4rem;
  margin-right: 4rem;
}

.disabled\:my-20:disabled {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.disabled\:mx-20:disabled {
  margin-left: 5rem;
  margin-right: 5rem;
}

.disabled\:my-24:disabled {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.disabled\:mx-24:disabled {
  margin-left: 6rem;
  margin-right: 6rem;
}

.disabled\:my-32:disabled {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.disabled\:mx-32:disabled {
  margin-left: 8rem;
  margin-right: 8rem;
}

.disabled\:my-40:disabled {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.disabled\:mx-40:disabled {
  margin-left: 10rem;
  margin-right: 10rem;
}

.disabled\:my-48:disabled {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.disabled\:mx-48:disabled {
  margin-left: 12rem;
  margin-right: 12rem;
}

.disabled\:my-56:disabled {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.disabled\:mx-56:disabled {
  margin-left: 14rem;
  margin-right: 14rem;
}

.disabled\:my-64:disabled {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.disabled\:mx-64:disabled {
  margin-left: 16rem;
  margin-right: 16rem;
}

.disabled\:my-auto:disabled {
  margin-top: auto;
  margin-bottom: auto;
}

.disabled\:mx-auto:disabled {
  margin-left: auto;
  margin-right: auto;
}

.disabled\:my-px:disabled {
  margin-top: 1px;
  margin-bottom: 1px;
}

.disabled\:mx-px:disabled {
  margin-left: 1px;
  margin-right: 1px;
}

.disabled\:-my-1:disabled {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.disabled\:-mx-1:disabled {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.disabled\:-my-2:disabled {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.disabled\:-mx-2:disabled {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.disabled\:-my-3:disabled {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.disabled\:-mx-3:disabled {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.disabled\:-my-4:disabled {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.disabled\:-mx-4:disabled {
  margin-left: -1rem;
  margin-right: -1rem;
}

.disabled\:-my-5:disabled {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.disabled\:-mx-5:disabled {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.disabled\:-my-6:disabled {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.disabled\:-mx-6:disabled {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.disabled\:-my-8:disabled {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.disabled\:-mx-8:disabled {
  margin-left: -2rem;
  margin-right: -2rem;
}

.disabled\:-my-10:disabled {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.disabled\:-mx-10:disabled {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.disabled\:-my-12:disabled {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.disabled\:-mx-12:disabled {
  margin-left: -3rem;
  margin-right: -3rem;
}

.disabled\:-my-16:disabled {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.disabled\:-mx-16:disabled {
  margin-left: -4rem;
  margin-right: -4rem;
}

.disabled\:-my-20:disabled {
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.disabled\:-mx-20:disabled {
  margin-left: -5rem;
  margin-right: -5rem;
}

.disabled\:-my-24:disabled {
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.disabled\:-mx-24:disabled {
  margin-left: -6rem;
  margin-right: -6rem;
}

.disabled\:-my-32:disabled {
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.disabled\:-mx-32:disabled {
  margin-left: -8rem;
  margin-right: -8rem;
}

.disabled\:-my-40:disabled {
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.disabled\:-mx-40:disabled {
  margin-left: -10rem;
  margin-right: -10rem;
}

.disabled\:-my-48:disabled {
  margin-top: -12rem;
  margin-bottom: -12rem;
}

.disabled\:-mx-48:disabled {
  margin-left: -12rem;
  margin-right: -12rem;
}

.disabled\:-my-56:disabled {
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.disabled\:-mx-56:disabled {
  margin-left: -14rem;
  margin-right: -14rem;
}

.disabled\:-my-64:disabled {
  margin-top: -16rem;
  margin-bottom: -16rem;
}

.disabled\:-mx-64:disabled {
  margin-left: -16rem;
  margin-right: -16rem;
}

.disabled\:-my-px:disabled {
  margin-top: -1px;
  margin-bottom: -1px;
}

.disabled\:-mx-px:disabled {
  margin-left: -1px;
  margin-right: -1px;
}

.disabled\:mt-0:disabled {
  margin-top: 0;
}

.disabled\:mr-0:disabled {
  margin-right: 0;
}

.disabled\:mb-0:disabled {
  margin-bottom: 0;
}

.disabled\:ml-0:disabled {
  margin-left: 0;
}

.disabled\:mt-1:disabled {
  margin-top: 0.25rem;
}

.disabled\:mr-1:disabled {
  margin-right: 0.25rem;
}

.disabled\:mb-1:disabled {
  margin-bottom: 0.25rem;
}

.disabled\:ml-1:disabled {
  margin-left: 0.25rem;
}

.disabled\:mt-2:disabled {
  margin-top: 0.5rem;
}

.disabled\:mr-2:disabled {
  margin-right: 0.5rem;
}

.disabled\:mb-2:disabled {
  margin-bottom: 0.5rem;
}

.disabled\:ml-2:disabled {
  margin-left: 0.5rem;
}

.disabled\:mt-3:disabled {
  margin-top: 0.75rem;
}

.disabled\:mr-3:disabled {
  margin-right: 0.75rem;
}

.disabled\:mb-3:disabled {
  margin-bottom: 0.75rem;
}

.disabled\:ml-3:disabled {
  margin-left: 0.75rem;
}

.disabled\:mt-4:disabled {
  margin-top: 1rem;
}

.disabled\:mr-4:disabled {
  margin-right: 1rem;
}

.disabled\:mb-4:disabled {
  margin-bottom: 1rem;
}

.disabled\:ml-4:disabled {
  margin-left: 1rem;
}

.disabled\:mt-5:disabled {
  margin-top: 1.25rem;
}

.disabled\:mr-5:disabled {
  margin-right: 1.25rem;
}

.disabled\:mb-5:disabled {
  margin-bottom: 1.25rem;
}

.disabled\:ml-5:disabled {
  margin-left: 1.25rem;
}

.disabled\:mt-6:disabled {
  margin-top: 1.5rem;
}

.disabled\:mr-6:disabled {
  margin-right: 1.5rem;
}

.disabled\:mb-6:disabled {
  margin-bottom: 1.5rem;
}

.disabled\:ml-6:disabled {
  margin-left: 1.5rem;
}

.disabled\:mt-8:disabled {
  margin-top: 2rem;
}

.disabled\:mr-8:disabled {
  margin-right: 2rem;
}

.disabled\:mb-8:disabled {
  margin-bottom: 2rem;
}

.disabled\:ml-8:disabled {
  margin-left: 2rem;
}

.disabled\:mt-10:disabled {
  margin-top: 2.5rem;
}

.disabled\:mr-10:disabled {
  margin-right: 2.5rem;
}

.disabled\:mb-10:disabled {
  margin-bottom: 2.5rem;
}

.disabled\:ml-10:disabled {
  margin-left: 2.5rem;
}

.disabled\:mt-12:disabled {
  margin-top: 3rem;
}

.disabled\:mr-12:disabled {
  margin-right: 3rem;
}

.disabled\:mb-12:disabled {
  margin-bottom: 3rem;
}

.disabled\:ml-12:disabled {
  margin-left: 3rem;
}

.disabled\:mt-16:disabled {
  margin-top: 4rem;
}

.disabled\:mr-16:disabled {
  margin-right: 4rem;
}

.disabled\:mb-16:disabled {
  margin-bottom: 4rem;
}

.disabled\:ml-16:disabled {
  margin-left: 4rem;
}

.disabled\:mt-20:disabled {
  margin-top: 5rem;
}

.disabled\:mr-20:disabled {
  margin-right: 5rem;
}

.disabled\:mb-20:disabled {
  margin-bottom: 5rem;
}

.disabled\:ml-20:disabled {
  margin-left: 5rem;
}

.disabled\:mt-24:disabled {
  margin-top: 6rem;
}

.disabled\:mr-24:disabled {
  margin-right: 6rem;
}

.disabled\:mb-24:disabled {
  margin-bottom: 6rem;
}

.disabled\:ml-24:disabled {
  margin-left: 6rem;
}

.disabled\:mt-32:disabled {
  margin-top: 8rem;
}

.disabled\:mr-32:disabled {
  margin-right: 8rem;
}

.disabled\:mb-32:disabled {
  margin-bottom: 8rem;
}

.disabled\:ml-32:disabled {
  margin-left: 8rem;
}

.disabled\:mt-40:disabled {
  margin-top: 10rem;
}

.disabled\:mr-40:disabled {
  margin-right: 10rem;
}

.disabled\:mb-40:disabled {
  margin-bottom: 10rem;
}

.disabled\:ml-40:disabled {
  margin-left: 10rem;
}

.disabled\:mt-48:disabled {
  margin-top: 12rem;
}

.disabled\:mr-48:disabled {
  margin-right: 12rem;
}

.disabled\:mb-48:disabled {
  margin-bottom: 12rem;
}

.disabled\:ml-48:disabled {
  margin-left: 12rem;
}

.disabled\:mt-56:disabled {
  margin-top: 14rem;
}

.disabled\:mr-56:disabled {
  margin-right: 14rem;
}

.disabled\:mb-56:disabled {
  margin-bottom: 14rem;
}

.disabled\:ml-56:disabled {
  margin-left: 14rem;
}

.disabled\:mt-64:disabled {
  margin-top: 16rem;
}

.disabled\:mr-64:disabled {
  margin-right: 16rem;
}

.disabled\:mb-64:disabled {
  margin-bottom: 16rem;
}

.disabled\:ml-64:disabled {
  margin-left: 16rem;
}

.disabled\:mt-auto:disabled {
  margin-top: auto;
}

.disabled\:mr-auto:disabled {
  margin-right: auto;
}

.disabled\:mb-auto:disabled {
  margin-bottom: auto;
}

.disabled\:ml-auto:disabled {
  margin-left: auto;
}

.disabled\:mt-px:disabled {
  margin-top: 1px;
}

.disabled\:mr-px:disabled {
  margin-right: 1px;
}

.disabled\:mb-px:disabled {
  margin-bottom: 1px;
}

.disabled\:ml-px:disabled {
  margin-left: 1px;
}

.disabled\:-mt-1:disabled {
  margin-top: -0.25rem;
}

.disabled\:-mr-1:disabled {
  margin-right: -0.25rem;
}

.disabled\:-mb-1:disabled {
  margin-bottom: -0.25rem;
}

.disabled\:-ml-1:disabled {
  margin-left: -0.25rem;
}

.disabled\:-mt-2:disabled {
  margin-top: -0.5rem;
}

.disabled\:-mr-2:disabled {
  margin-right: -0.5rem;
}

.disabled\:-mb-2:disabled {
  margin-bottom: -0.5rem;
}

.disabled\:-ml-2:disabled {
  margin-left: -0.5rem;
}

.disabled\:-mt-3:disabled {
  margin-top: -0.75rem;
}

.disabled\:-mr-3:disabled {
  margin-right: -0.75rem;
}

.disabled\:-mb-3:disabled {
  margin-bottom: -0.75rem;
}

.disabled\:-ml-3:disabled {
  margin-left: -0.75rem;
}

.disabled\:-mt-4:disabled {
  margin-top: -1rem;
}

.disabled\:-mr-4:disabled {
  margin-right: -1rem;
}

.disabled\:-mb-4:disabled {
  margin-bottom: -1rem;
}

.disabled\:-ml-4:disabled {
  margin-left: -1rem;
}

.disabled\:-mt-5:disabled {
  margin-top: -1.25rem;
}

.disabled\:-mr-5:disabled {
  margin-right: -1.25rem;
}

.disabled\:-mb-5:disabled {
  margin-bottom: -1.25rem;
}

.disabled\:-ml-5:disabled {
  margin-left: -1.25rem;
}

.disabled\:-mt-6:disabled {
  margin-top: -1.5rem;
}

.disabled\:-mr-6:disabled {
  margin-right: -1.5rem;
}

.disabled\:-mb-6:disabled {
  margin-bottom: -1.5rem;
}

.disabled\:-ml-6:disabled {
  margin-left: -1.5rem;
}

.disabled\:-mt-8:disabled {
  margin-top: -2rem;
}

.disabled\:-mr-8:disabled {
  margin-right: -2rem;
}

.disabled\:-mb-8:disabled {
  margin-bottom: -2rem;
}

.disabled\:-ml-8:disabled {
  margin-left: -2rem;
}

.disabled\:-mt-10:disabled {
  margin-top: -2.5rem;
}

.disabled\:-mr-10:disabled {
  margin-right: -2.5rem;
}

.disabled\:-mb-10:disabled {
  margin-bottom: -2.5rem;
}

.disabled\:-ml-10:disabled {
  margin-left: -2.5rem;
}

.disabled\:-mt-12:disabled {
  margin-top: -3rem;
}

.disabled\:-mr-12:disabled {
  margin-right: -3rem;
}

.disabled\:-mb-12:disabled {
  margin-bottom: -3rem;
}

.disabled\:-ml-12:disabled {
  margin-left: -3rem;
}

.disabled\:-mt-16:disabled {
  margin-top: -4rem;
}

.disabled\:-mr-16:disabled {
  margin-right: -4rem;
}

.disabled\:-mb-16:disabled {
  margin-bottom: -4rem;
}

.disabled\:-ml-16:disabled {
  margin-left: -4rem;
}

.disabled\:-mt-20:disabled {
  margin-top: -5rem;
}

.disabled\:-mr-20:disabled {
  margin-right: -5rem;
}

.disabled\:-mb-20:disabled {
  margin-bottom: -5rem;
}

.disabled\:-ml-20:disabled {
  margin-left: -5rem;
}

.disabled\:-mt-24:disabled {
  margin-top: -6rem;
}

.disabled\:-mr-24:disabled {
  margin-right: -6rem;
}

.disabled\:-mb-24:disabled {
  margin-bottom: -6rem;
}

.disabled\:-ml-24:disabled {
  margin-left: -6rem;
}

.disabled\:-mt-32:disabled {
  margin-top: -8rem;
}

.disabled\:-mr-32:disabled {
  margin-right: -8rem;
}

.disabled\:-mb-32:disabled {
  margin-bottom: -8rem;
}

.disabled\:-ml-32:disabled {
  margin-left: -8rem;
}

.disabled\:-mt-40:disabled {
  margin-top: -10rem;
}

.disabled\:-mr-40:disabled {
  margin-right: -10rem;
}

.disabled\:-mb-40:disabled {
  margin-bottom: -10rem;
}

.disabled\:-ml-40:disabled {
  margin-left: -10rem;
}

.disabled\:-mt-48:disabled {
  margin-top: -12rem;
}

.disabled\:-mr-48:disabled {
  margin-right: -12rem;
}

.disabled\:-mb-48:disabled {
  margin-bottom: -12rem;
}

.disabled\:-ml-48:disabled {
  margin-left: -12rem;
}

.disabled\:-mt-56:disabled {
  margin-top: -14rem;
}

.disabled\:-mr-56:disabled {
  margin-right: -14rem;
}

.disabled\:-mb-56:disabled {
  margin-bottom: -14rem;
}

.disabled\:-ml-56:disabled {
  margin-left: -14rem;
}

.disabled\:-mt-64:disabled {
  margin-top: -16rem;
}

.disabled\:-mr-64:disabled {
  margin-right: -16rem;
}

.disabled\:-mb-64:disabled {
  margin-bottom: -16rem;
}

.disabled\:-ml-64:disabled {
  margin-left: -16rem;
}

.disabled\:-mt-px:disabled {
  margin-top: -1px;
}

.disabled\:-mr-px:disabled {
  margin-right: -1px;
}

.disabled\:-mb-px:disabled {
  margin-bottom: -1px;
}

.disabled\:-ml-px:disabled {
  margin-left: -1px;
}

.max-h-full {
  max-height: 100%;
}

.max-h-screen {
  max-height: 100vh;
}

.group:hover .group-hover\:max-h-full {
  max-height: 100%;
}

.group:hover .group-hover\:max-h-screen {
  max-height: 100vh;
}

.focus-within\:max-h-full:focus-within {
  max-height: 100%;
}

.focus-within\:max-h-screen:focus-within {
  max-height: 100vh;
}

.first\:max-h-full:first-child {
  max-height: 100%;
}

.first\:max-h-screen:first-child {
  max-height: 100vh;
}

.last\:max-h-full:last-child {
  max-height: 100%;
}

.last\:max-h-screen:last-child {
  max-height: 100vh;
}

.odd\:max-h-full:nth-child(odd) {
  max-height: 100%;
}

.odd\:max-h-screen:nth-child(odd) {
  max-height: 100vh;
}

.even\:max-h-full:nth-child(even) {
  max-height: 100%;
}

.even\:max-h-screen:nth-child(even) {
  max-height: 100vh;
}

.hover\:max-h-full:hover {
  max-height: 100%;
}

.hover\:max-h-screen:hover {
  max-height: 100vh;
}

.focus\:max-h-full:focus {
  max-height: 100%;
}

.focus\:max-h-screen:focus {
  max-height: 100vh;
}

.active\:max-h-full:active {
  max-height: 100%;
}

.active\:max-h-screen:active {
  max-height: 100vh;
}

.visited\:max-h-full:visited {
  max-height: 100%;
}

.visited\:max-h-screen:visited {
  max-height: 100vh;
}

.disabled\:max-h-full:disabled {
  max-height: 100%;
}

.disabled\:max-h-screen:disabled {
  max-height: 100vh;
}

.max-w-xs {
  max-width: 20rem;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-full {
  max-width: 100%;
}

.group:hover .group-hover\:max-w-xs {
  max-width: 20rem;
}

.group:hover .group-hover\:max-w-sm {
  max-width: 24rem;
}

.group:hover .group-hover\:max-w-md {
  max-width: 28rem;
}

.group:hover .group-hover\:max-w-lg {
  max-width: 32rem;
}

.group:hover .group-hover\:max-w-xl {
  max-width: 36rem;
}

.group:hover .group-hover\:max-w-2xl {
  max-width: 42rem;
}

.group:hover .group-hover\:max-w-3xl {
  max-width: 48rem;
}

.group:hover .group-hover\:max-w-4xl {
  max-width: 56rem;
}

.group:hover .group-hover\:max-w-5xl {
  max-width: 64rem;
}

.group:hover .group-hover\:max-w-6xl {
  max-width: 72rem;
}

.group:hover .group-hover\:max-w-full {
  max-width: 100%;
}

.focus-within\:max-w-xs:focus-within {
  max-width: 20rem;
}

.focus-within\:max-w-sm:focus-within {
  max-width: 24rem;
}

.focus-within\:max-w-md:focus-within {
  max-width: 28rem;
}

.focus-within\:max-w-lg:focus-within {
  max-width: 32rem;
}

.focus-within\:max-w-xl:focus-within {
  max-width: 36rem;
}

.focus-within\:max-w-2xl:focus-within {
  max-width: 42rem;
}

.focus-within\:max-w-3xl:focus-within {
  max-width: 48rem;
}

.focus-within\:max-w-4xl:focus-within {
  max-width: 56rem;
}

.focus-within\:max-w-5xl:focus-within {
  max-width: 64rem;
}

.focus-within\:max-w-6xl:focus-within {
  max-width: 72rem;
}

.focus-within\:max-w-full:focus-within {
  max-width: 100%;
}

.first\:max-w-xs:first-child {
  max-width: 20rem;
}

.first\:max-w-sm:first-child {
  max-width: 24rem;
}

.first\:max-w-md:first-child {
  max-width: 28rem;
}

.first\:max-w-lg:first-child {
  max-width: 32rem;
}

.first\:max-w-xl:first-child {
  max-width: 36rem;
}

.first\:max-w-2xl:first-child {
  max-width: 42rem;
}

.first\:max-w-3xl:first-child {
  max-width: 48rem;
}

.first\:max-w-4xl:first-child {
  max-width: 56rem;
}

.first\:max-w-5xl:first-child {
  max-width: 64rem;
}

.first\:max-w-6xl:first-child {
  max-width: 72rem;
}

.first\:max-w-full:first-child {
  max-width: 100%;
}

.last\:max-w-xs:last-child {
  max-width: 20rem;
}

.last\:max-w-sm:last-child {
  max-width: 24rem;
}

.last\:max-w-md:last-child {
  max-width: 28rem;
}

.last\:max-w-lg:last-child {
  max-width: 32rem;
}

.last\:max-w-xl:last-child {
  max-width: 36rem;
}

.last\:max-w-2xl:last-child {
  max-width: 42rem;
}

.last\:max-w-3xl:last-child {
  max-width: 48rem;
}

.last\:max-w-4xl:last-child {
  max-width: 56rem;
}

.last\:max-w-5xl:last-child {
  max-width: 64rem;
}

.last\:max-w-6xl:last-child {
  max-width: 72rem;
}

.last\:max-w-full:last-child {
  max-width: 100%;
}

.odd\:max-w-xs:nth-child(odd) {
  max-width: 20rem;
}

.odd\:max-w-sm:nth-child(odd) {
  max-width: 24rem;
}

.odd\:max-w-md:nth-child(odd) {
  max-width: 28rem;
}

.odd\:max-w-lg:nth-child(odd) {
  max-width: 32rem;
}

.odd\:max-w-xl:nth-child(odd) {
  max-width: 36rem;
}

.odd\:max-w-2xl:nth-child(odd) {
  max-width: 42rem;
}

.odd\:max-w-3xl:nth-child(odd) {
  max-width: 48rem;
}

.odd\:max-w-4xl:nth-child(odd) {
  max-width: 56rem;
}

.odd\:max-w-5xl:nth-child(odd) {
  max-width: 64rem;
}

.odd\:max-w-6xl:nth-child(odd) {
  max-width: 72rem;
}

.odd\:max-w-full:nth-child(odd) {
  max-width: 100%;
}

.even\:max-w-xs:nth-child(even) {
  max-width: 20rem;
}

.even\:max-w-sm:nth-child(even) {
  max-width: 24rem;
}

.even\:max-w-md:nth-child(even) {
  max-width: 28rem;
}

.even\:max-w-lg:nth-child(even) {
  max-width: 32rem;
}

.even\:max-w-xl:nth-child(even) {
  max-width: 36rem;
}

.even\:max-w-2xl:nth-child(even) {
  max-width: 42rem;
}

.even\:max-w-3xl:nth-child(even) {
  max-width: 48rem;
}

.even\:max-w-4xl:nth-child(even) {
  max-width: 56rem;
}

.even\:max-w-5xl:nth-child(even) {
  max-width: 64rem;
}

.even\:max-w-6xl:nth-child(even) {
  max-width: 72rem;
}

.even\:max-w-full:nth-child(even) {
  max-width: 100%;
}

.hover\:max-w-xs:hover {
  max-width: 20rem;
}

.hover\:max-w-sm:hover {
  max-width: 24rem;
}

.hover\:max-w-md:hover {
  max-width: 28rem;
}

.hover\:max-w-lg:hover {
  max-width: 32rem;
}

.hover\:max-w-xl:hover {
  max-width: 36rem;
}

.hover\:max-w-2xl:hover {
  max-width: 42rem;
}

.hover\:max-w-3xl:hover {
  max-width: 48rem;
}

.hover\:max-w-4xl:hover {
  max-width: 56rem;
}

.hover\:max-w-5xl:hover {
  max-width: 64rem;
}

.hover\:max-w-6xl:hover {
  max-width: 72rem;
}

.hover\:max-w-full:hover {
  max-width: 100%;
}

.focus\:max-w-xs:focus {
  max-width: 20rem;
}

.focus\:max-w-sm:focus {
  max-width: 24rem;
}

.focus\:max-w-md:focus {
  max-width: 28rem;
}

.focus\:max-w-lg:focus {
  max-width: 32rem;
}

.focus\:max-w-xl:focus {
  max-width: 36rem;
}

.focus\:max-w-2xl:focus {
  max-width: 42rem;
}

.focus\:max-w-3xl:focus {
  max-width: 48rem;
}

.focus\:max-w-4xl:focus {
  max-width: 56rem;
}

.focus\:max-w-5xl:focus {
  max-width: 64rem;
}

.focus\:max-w-6xl:focus {
  max-width: 72rem;
}

.focus\:max-w-full:focus {
  max-width: 100%;
}

.active\:max-w-xs:active {
  max-width: 20rem;
}

.active\:max-w-sm:active {
  max-width: 24rem;
}

.active\:max-w-md:active {
  max-width: 28rem;
}

.active\:max-w-lg:active {
  max-width: 32rem;
}

.active\:max-w-xl:active {
  max-width: 36rem;
}

.active\:max-w-2xl:active {
  max-width: 42rem;
}

.active\:max-w-3xl:active {
  max-width: 48rem;
}

.active\:max-w-4xl:active {
  max-width: 56rem;
}

.active\:max-w-5xl:active {
  max-width: 64rem;
}

.active\:max-w-6xl:active {
  max-width: 72rem;
}

.active\:max-w-full:active {
  max-width: 100%;
}

.visited\:max-w-xs:visited {
  max-width: 20rem;
}

.visited\:max-w-sm:visited {
  max-width: 24rem;
}

.visited\:max-w-md:visited {
  max-width: 28rem;
}

.visited\:max-w-lg:visited {
  max-width: 32rem;
}

.visited\:max-w-xl:visited {
  max-width: 36rem;
}

.visited\:max-w-2xl:visited {
  max-width: 42rem;
}

.visited\:max-w-3xl:visited {
  max-width: 48rem;
}

.visited\:max-w-4xl:visited {
  max-width: 56rem;
}

.visited\:max-w-5xl:visited {
  max-width: 64rem;
}

.visited\:max-w-6xl:visited {
  max-width: 72rem;
}

.visited\:max-w-full:visited {
  max-width: 100%;
}

.disabled\:max-w-xs:disabled {
  max-width: 20rem;
}

.disabled\:max-w-sm:disabled {
  max-width: 24rem;
}

.disabled\:max-w-md:disabled {
  max-width: 28rem;
}

.disabled\:max-w-lg:disabled {
  max-width: 32rem;
}

.disabled\:max-w-xl:disabled {
  max-width: 36rem;
}

.disabled\:max-w-2xl:disabled {
  max-width: 42rem;
}

.disabled\:max-w-3xl:disabled {
  max-width: 48rem;
}

.disabled\:max-w-4xl:disabled {
  max-width: 56rem;
}

.disabled\:max-w-5xl:disabled {
  max-width: 64rem;
}

.disabled\:max-w-6xl:disabled {
  max-width: 72rem;
}

.disabled\:max-w-full:disabled {
  max-width: 100%;
}

.min-h-0 {
  min-height: 0;
}

.min-h-full {
  min-height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.group:hover .group-hover\:min-h-0 {
  min-height: 0;
}

.group:hover .group-hover\:min-h-full {
  min-height: 100%;
}

.group:hover .group-hover\:min-h-screen {
  min-height: 100vh;
}

.focus-within\:min-h-0:focus-within {
  min-height: 0;
}

.focus-within\:min-h-full:focus-within {
  min-height: 100%;
}

.focus-within\:min-h-screen:focus-within {
  min-height: 100vh;
}

.first\:min-h-0:first-child {
  min-height: 0;
}

.first\:min-h-full:first-child {
  min-height: 100%;
}

.first\:min-h-screen:first-child {
  min-height: 100vh;
}

.last\:min-h-0:last-child {
  min-height: 0;
}

.last\:min-h-full:last-child {
  min-height: 100%;
}

.last\:min-h-screen:last-child {
  min-height: 100vh;
}

.odd\:min-h-0:nth-child(odd) {
  min-height: 0;
}

.odd\:min-h-full:nth-child(odd) {
  min-height: 100%;
}

.odd\:min-h-screen:nth-child(odd) {
  min-height: 100vh;
}

.even\:min-h-0:nth-child(even) {
  min-height: 0;
}

.even\:min-h-full:nth-child(even) {
  min-height: 100%;
}

.even\:min-h-screen:nth-child(even) {
  min-height: 100vh;
}

.hover\:min-h-0:hover {
  min-height: 0;
}

.hover\:min-h-full:hover {
  min-height: 100%;
}

.hover\:min-h-screen:hover {
  min-height: 100vh;
}

.focus\:min-h-0:focus {
  min-height: 0;
}

.focus\:min-h-full:focus {
  min-height: 100%;
}

.focus\:min-h-screen:focus {
  min-height: 100vh;
}

.active\:min-h-0:active {
  min-height: 0;
}

.active\:min-h-full:active {
  min-height: 100%;
}

.active\:min-h-screen:active {
  min-height: 100vh;
}

.visited\:min-h-0:visited {
  min-height: 0;
}

.visited\:min-h-full:visited {
  min-height: 100%;
}

.visited\:min-h-screen:visited {
  min-height: 100vh;
}

.disabled\:min-h-0:disabled {
  min-height: 0;
}

.disabled\:min-h-full:disabled {
  min-height: 100%;
}

.disabled\:min-h-screen:disabled {
  min-height: 100vh;
}

.min-w-0 {
  min-width: 0;
}

.min-w-full {
  min-width: 100%;
}

.group:hover .group-hover\:min-w-0 {
  min-width: 0;
}

.group:hover .group-hover\:min-w-full {
  min-width: 100%;
}

.focus-within\:min-w-0:focus-within {
  min-width: 0;
}

.focus-within\:min-w-full:focus-within {
  min-width: 100%;
}

.first\:min-w-0:first-child {
  min-width: 0;
}

.first\:min-w-full:first-child {
  min-width: 100%;
}

.last\:min-w-0:last-child {
  min-width: 0;
}

.last\:min-w-full:last-child {
  min-width: 100%;
}

.odd\:min-w-0:nth-child(odd) {
  min-width: 0;
}

.odd\:min-w-full:nth-child(odd) {
  min-width: 100%;
}

.even\:min-w-0:nth-child(even) {
  min-width: 0;
}

.even\:min-w-full:nth-child(even) {
  min-width: 100%;
}

.hover\:min-w-0:hover {
  min-width: 0;
}

.hover\:min-w-full:hover {
  min-width: 100%;
}

.focus\:min-w-0:focus {
  min-width: 0;
}

.focus\:min-w-full:focus {
  min-width: 100%;
}

.active\:min-w-0:active {
  min-width: 0;
}

.active\:min-w-full:active {
  min-width: 100%;
}

.visited\:min-w-0:visited {
  min-width: 0;
}

.visited\:min-w-full:visited {
  min-width: 100%;
}

.disabled\:min-w-0:disabled {
  min-width: 0;
}

.disabled\:min-w-full:disabled {
  min-width: 100%;
}

.object-contain {
  object-fit: contain;
}

.object-cover {
  object-fit: cover;
}

.object-fill {
  object-fit: fill;
}

.object-none {
  object-fit: none;
}

.object-scale-down {
  object-fit: scale-down;
}

.group:hover .group-hover\:object-contain {
  object-fit: contain;
}

.group:hover .group-hover\:object-cover {
  object-fit: cover;
}

.group:hover .group-hover\:object-fill {
  object-fit: fill;
}

.group:hover .group-hover\:object-none {
  object-fit: none;
}

.group:hover .group-hover\:object-scale-down {
  object-fit: scale-down;
}

.focus-within\:object-contain:focus-within {
  object-fit: contain;
}

.focus-within\:object-cover:focus-within {
  object-fit: cover;
}

.focus-within\:object-fill:focus-within {
  object-fit: fill;
}

.focus-within\:object-none:focus-within {
  object-fit: none;
}

.focus-within\:object-scale-down:focus-within {
  object-fit: scale-down;
}

.first\:object-contain:first-child {
  object-fit: contain;
}

.first\:object-cover:first-child {
  object-fit: cover;
}

.first\:object-fill:first-child {
  object-fit: fill;
}

.first\:object-none:first-child {
  object-fit: none;
}

.first\:object-scale-down:first-child {
  object-fit: scale-down;
}

.last\:object-contain:last-child {
  object-fit: contain;
}

.last\:object-cover:last-child {
  object-fit: cover;
}

.last\:object-fill:last-child {
  object-fit: fill;
}

.last\:object-none:last-child {
  object-fit: none;
}

.last\:object-scale-down:last-child {
  object-fit: scale-down;
}

.odd\:object-contain:nth-child(odd) {
  object-fit: contain;
}

.odd\:object-cover:nth-child(odd) {
  object-fit: cover;
}

.odd\:object-fill:nth-child(odd) {
  object-fit: fill;
}

.odd\:object-none:nth-child(odd) {
  object-fit: none;
}

.odd\:object-scale-down:nth-child(odd) {
  object-fit: scale-down;
}

.even\:object-contain:nth-child(even) {
  object-fit: contain;
}

.even\:object-cover:nth-child(even) {
  object-fit: cover;
}

.even\:object-fill:nth-child(even) {
  object-fit: fill;
}

.even\:object-none:nth-child(even) {
  object-fit: none;
}

.even\:object-scale-down:nth-child(even) {
  object-fit: scale-down;
}

.hover\:object-contain:hover {
  object-fit: contain;
}

.hover\:object-cover:hover {
  object-fit: cover;
}

.hover\:object-fill:hover {
  object-fit: fill;
}

.hover\:object-none:hover {
  object-fit: none;
}

.hover\:object-scale-down:hover {
  object-fit: scale-down;
}

.focus\:object-contain:focus {
  object-fit: contain;
}

.focus\:object-cover:focus {
  object-fit: cover;
}

.focus\:object-fill:focus {
  object-fit: fill;
}

.focus\:object-none:focus {
  object-fit: none;
}

.focus\:object-scale-down:focus {
  object-fit: scale-down;
}

.active\:object-contain:active {
  object-fit: contain;
}

.active\:object-cover:active {
  object-fit: cover;
}

.active\:object-fill:active {
  object-fit: fill;
}

.active\:object-none:active {
  object-fit: none;
}

.active\:object-scale-down:active {
  object-fit: scale-down;
}

.visited\:object-contain:visited {
  object-fit: contain;
}

.visited\:object-cover:visited {
  object-fit: cover;
}

.visited\:object-fill:visited {
  object-fit: fill;
}

.visited\:object-none:visited {
  object-fit: none;
}

.visited\:object-scale-down:visited {
  object-fit: scale-down;
}

.disabled\:object-contain:disabled {
  object-fit: contain;
}

.disabled\:object-cover:disabled {
  object-fit: cover;
}

.disabled\:object-fill:disabled {
  object-fit: fill;
}

.disabled\:object-none:disabled {
  object-fit: none;
}

.disabled\:object-scale-down:disabled {
  object-fit: scale-down;
}

.object-bottom {
  object-position: bottom;
}

.object-center {
  object-position: center;
}

.object-left {
  object-position: left;
}

.object-left-bottom {
  object-position: left bottom;
}

.object-left-top {
  object-position: left top;
}

.object-right {
  object-position: right;
}

.object-right-bottom {
  object-position: right bottom;
}

.object-right-top {
  object-position: right top;
}

.object-top {
  object-position: top;
}

.group:hover .group-hover\:object-bottom {
  object-position: bottom;
}

.group:hover .group-hover\:object-center {
  object-position: center;
}

.group:hover .group-hover\:object-left {
  object-position: left;
}

.group:hover .group-hover\:object-left-bottom {
  object-position: left bottom;
}

.group:hover .group-hover\:object-left-top {
  object-position: left top;
}

.group:hover .group-hover\:object-right {
  object-position: right;
}

.group:hover .group-hover\:object-right-bottom {
  object-position: right bottom;
}

.group:hover .group-hover\:object-right-top {
  object-position: right top;
}

.group:hover .group-hover\:object-top {
  object-position: top;
}

.focus-within\:object-bottom:focus-within {
  object-position: bottom;
}

.focus-within\:object-center:focus-within {
  object-position: center;
}

.focus-within\:object-left:focus-within {
  object-position: left;
}

.focus-within\:object-left-bottom:focus-within {
  object-position: left bottom;
}

.focus-within\:object-left-top:focus-within {
  object-position: left top;
}

.focus-within\:object-right:focus-within {
  object-position: right;
}

.focus-within\:object-right-bottom:focus-within {
  object-position: right bottom;
}

.focus-within\:object-right-top:focus-within {
  object-position: right top;
}

.focus-within\:object-top:focus-within {
  object-position: top;
}

.first\:object-bottom:first-child {
  object-position: bottom;
}

.first\:object-center:first-child {
  object-position: center;
}

.first\:object-left:first-child {
  object-position: left;
}

.first\:object-left-bottom:first-child {
  object-position: left bottom;
}

.first\:object-left-top:first-child {
  object-position: left top;
}

.first\:object-right:first-child {
  object-position: right;
}

.first\:object-right-bottom:first-child {
  object-position: right bottom;
}

.first\:object-right-top:first-child {
  object-position: right top;
}

.first\:object-top:first-child {
  object-position: top;
}

.last\:object-bottom:last-child {
  object-position: bottom;
}

.last\:object-center:last-child {
  object-position: center;
}

.last\:object-left:last-child {
  object-position: left;
}

.last\:object-left-bottom:last-child {
  object-position: left bottom;
}

.last\:object-left-top:last-child {
  object-position: left top;
}

.last\:object-right:last-child {
  object-position: right;
}

.last\:object-right-bottom:last-child {
  object-position: right bottom;
}

.last\:object-right-top:last-child {
  object-position: right top;
}

.last\:object-top:last-child {
  object-position: top;
}

.odd\:object-bottom:nth-child(odd) {
  object-position: bottom;
}

.odd\:object-center:nth-child(odd) {
  object-position: center;
}

.odd\:object-left:nth-child(odd) {
  object-position: left;
}

.odd\:object-left-bottom:nth-child(odd) {
  object-position: left bottom;
}

.odd\:object-left-top:nth-child(odd) {
  object-position: left top;
}

.odd\:object-right:nth-child(odd) {
  object-position: right;
}

.odd\:object-right-bottom:nth-child(odd) {
  object-position: right bottom;
}

.odd\:object-right-top:nth-child(odd) {
  object-position: right top;
}

.odd\:object-top:nth-child(odd) {
  object-position: top;
}

.even\:object-bottom:nth-child(even) {
  object-position: bottom;
}

.even\:object-center:nth-child(even) {
  object-position: center;
}

.even\:object-left:nth-child(even) {
  object-position: left;
}

.even\:object-left-bottom:nth-child(even) {
  object-position: left bottom;
}

.even\:object-left-top:nth-child(even) {
  object-position: left top;
}

.even\:object-right:nth-child(even) {
  object-position: right;
}

.even\:object-right-bottom:nth-child(even) {
  object-position: right bottom;
}

.even\:object-right-top:nth-child(even) {
  object-position: right top;
}

.even\:object-top:nth-child(even) {
  object-position: top;
}

.hover\:object-bottom:hover {
  object-position: bottom;
}

.hover\:object-center:hover {
  object-position: center;
}

.hover\:object-left:hover {
  object-position: left;
}

.hover\:object-left-bottom:hover {
  object-position: left bottom;
}

.hover\:object-left-top:hover {
  object-position: left top;
}

.hover\:object-right:hover {
  object-position: right;
}

.hover\:object-right-bottom:hover {
  object-position: right bottom;
}

.hover\:object-right-top:hover {
  object-position: right top;
}

.hover\:object-top:hover {
  object-position: top;
}

.focus\:object-bottom:focus {
  object-position: bottom;
}

.focus\:object-center:focus {
  object-position: center;
}

.focus\:object-left:focus {
  object-position: left;
}

.focus\:object-left-bottom:focus {
  object-position: left bottom;
}

.focus\:object-left-top:focus {
  object-position: left top;
}

.focus\:object-right:focus {
  object-position: right;
}

.focus\:object-right-bottom:focus {
  object-position: right bottom;
}

.focus\:object-right-top:focus {
  object-position: right top;
}

.focus\:object-top:focus {
  object-position: top;
}

.active\:object-bottom:active {
  object-position: bottom;
}

.active\:object-center:active {
  object-position: center;
}

.active\:object-left:active {
  object-position: left;
}

.active\:object-left-bottom:active {
  object-position: left bottom;
}

.active\:object-left-top:active {
  object-position: left top;
}

.active\:object-right:active {
  object-position: right;
}

.active\:object-right-bottom:active {
  object-position: right bottom;
}

.active\:object-right-top:active {
  object-position: right top;
}

.active\:object-top:active {
  object-position: top;
}

.visited\:object-bottom:visited {
  object-position: bottom;
}

.visited\:object-center:visited {
  object-position: center;
}

.visited\:object-left:visited {
  object-position: left;
}

.visited\:object-left-bottom:visited {
  object-position: left bottom;
}

.visited\:object-left-top:visited {
  object-position: left top;
}

.visited\:object-right:visited {
  object-position: right;
}

.visited\:object-right-bottom:visited {
  object-position: right bottom;
}

.visited\:object-right-top:visited {
  object-position: right top;
}

.visited\:object-top:visited {
  object-position: top;
}

.disabled\:object-bottom:disabled {
  object-position: bottom;
}

.disabled\:object-center:disabled {
  object-position: center;
}

.disabled\:object-left:disabled {
  object-position: left;
}

.disabled\:object-left-bottom:disabled {
  object-position: left bottom;
}

.disabled\:object-left-top:disabled {
  object-position: left top;
}

.disabled\:object-right:disabled {
  object-position: right;
}

.disabled\:object-right-bottom:disabled {
  object-position: right bottom;
}

.disabled\:object-right-top:disabled {
  object-position: right top;
}

.disabled\:object-top:disabled {
  object-position: top;
}

.opacity-0 {
  opacity: 0;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-100 {
  opacity: 1;
}

.group:hover .group-hover\:opacity-0 {
  opacity: 0;
}

.group:hover .group-hover\:opacity-25 {
  opacity: 0.25;
}

.group:hover .group-hover\:opacity-50 {
  opacity: 0.5;
}

.group:hover .group-hover\:opacity-75 {
  opacity: 0.75;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.focus-within\:opacity-0:focus-within {
  opacity: 0;
}

.focus-within\:opacity-25:focus-within {
  opacity: 0.25;
}

.focus-within\:opacity-50:focus-within {
  opacity: 0.5;
}

.focus-within\:opacity-75:focus-within {
  opacity: 0.75;
}

.focus-within\:opacity-100:focus-within {
  opacity: 1;
}

.first\:opacity-0:first-child {
  opacity: 0;
}

.first\:opacity-25:first-child {
  opacity: 0.25;
}

.first\:opacity-50:first-child {
  opacity: 0.5;
}

.first\:opacity-75:first-child {
  opacity: 0.75;
}

.first\:opacity-100:first-child {
  opacity: 1;
}

.last\:opacity-0:last-child {
  opacity: 0;
}

.last\:opacity-25:last-child {
  opacity: 0.25;
}

.last\:opacity-50:last-child {
  opacity: 0.5;
}

.last\:opacity-75:last-child {
  opacity: 0.75;
}

.last\:opacity-100:last-child {
  opacity: 1;
}

.odd\:opacity-0:nth-child(odd) {
  opacity: 0;
}

.odd\:opacity-25:nth-child(odd) {
  opacity: 0.25;
}

.odd\:opacity-50:nth-child(odd) {
  opacity: 0.5;
}

.odd\:opacity-75:nth-child(odd) {
  opacity: 0.75;
}

.odd\:opacity-100:nth-child(odd) {
  opacity: 1;
}

.even\:opacity-0:nth-child(even) {
  opacity: 0;
}

.even\:opacity-25:nth-child(even) {
  opacity: 0.25;
}

.even\:opacity-50:nth-child(even) {
  opacity: 0.5;
}

.even\:opacity-75:nth-child(even) {
  opacity: 0.75;
}

.even\:opacity-100:nth-child(even) {
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

.active\:opacity-0:active {
  opacity: 0;
}

.active\:opacity-25:active {
  opacity: 0.25;
}

.active\:opacity-50:active {
  opacity: 0.5;
}

.active\:opacity-75:active {
  opacity: 0.75;
}

.active\:opacity-100:active {
  opacity: 1;
}

.visited\:opacity-0:visited {
  opacity: 0;
}

.visited\:opacity-25:visited {
  opacity: 0.25;
}

.visited\:opacity-50:visited {
  opacity: 0.5;
}

.visited\:opacity-75:visited {
  opacity: 0.75;
}

.visited\:opacity-100:visited {
  opacity: 1;
}

.disabled\:opacity-0:disabled {
  opacity: 0;
}

.disabled\:opacity-25:disabled {
  opacity: 0.25;
}

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

.disabled\:opacity-75:disabled {
  opacity: 0.75;
}

.disabled\:opacity-100:disabled {
  opacity: 1;
}

.outline-none {
  outline: 0;
}

.group:hover .group-hover\:outline-none {
  outline: 0;
}

.focus-within\:outline-none:focus-within {
  outline: 0;
}

.first\:outline-none:first-child {
  outline: 0;
}

.last\:outline-none:last-child {
  outline: 0;
}

.odd\:outline-none:nth-child(odd) {
  outline: 0;
}

.even\:outline-none:nth-child(even) {
  outline: 0;
}

.hover\:outline-none:hover {
  outline: 0;
}

.focus\:outline-none:focus {
  outline: 0;
}

.active\:outline-none:active {
  outline: 0;
}

.visited\:outline-none:visited {
  outline: 0;
}

.disabled\:outline-none:disabled {
  outline: 0;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-x-visible {
  overflow-x: visible;
}

.overflow-y-visible {
  overflow-y: visible;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.scrolling-touch {
  -webkit-overflow-scrolling: touch;
}

.scrolling-auto {
  -webkit-overflow-scrolling: auto;
}

.group:hover .group-hover\:overflow-auto {
  overflow: auto;
}

.group:hover .group-hover\:overflow-hidden {
  overflow: hidden;
}

.group:hover .group-hover\:overflow-visible {
  overflow: visible;
}

.group:hover .group-hover\:overflow-scroll {
  overflow: scroll;
}

.group:hover .group-hover\:overflow-x-auto {
  overflow-x: auto;
}

.group:hover .group-hover\:overflow-y-auto {
  overflow-y: auto;
}

.group:hover .group-hover\:overflow-x-hidden {
  overflow-x: hidden;
}

.group:hover .group-hover\:overflow-y-hidden {
  overflow-y: hidden;
}

.group:hover .group-hover\:overflow-x-visible {
  overflow-x: visible;
}

.group:hover .group-hover\:overflow-y-visible {
  overflow-y: visible;
}

.group:hover .group-hover\:overflow-x-scroll {
  overflow-x: scroll;
}

.group:hover .group-hover\:overflow-y-scroll {
  overflow-y: scroll;
}

.group:hover .group-hover\:scrolling-touch {
  -webkit-overflow-scrolling: touch;
}

.group:hover .group-hover\:scrolling-auto {
  -webkit-overflow-scrolling: auto;
}

.focus-within\:overflow-auto:focus-within {
  overflow: auto;
}

.focus-within\:overflow-hidden:focus-within {
  overflow: hidden;
}

.focus-within\:overflow-visible:focus-within {
  overflow: visible;
}

.focus-within\:overflow-scroll:focus-within {
  overflow: scroll;
}

.focus-within\:overflow-x-auto:focus-within {
  overflow-x: auto;
}

.focus-within\:overflow-y-auto:focus-within {
  overflow-y: auto;
}

.focus-within\:overflow-x-hidden:focus-within {
  overflow-x: hidden;
}

.focus-within\:overflow-y-hidden:focus-within {
  overflow-y: hidden;
}

.focus-within\:overflow-x-visible:focus-within {
  overflow-x: visible;
}

.focus-within\:overflow-y-visible:focus-within {
  overflow-y: visible;
}

.focus-within\:overflow-x-scroll:focus-within {
  overflow-x: scroll;
}

.focus-within\:overflow-y-scroll:focus-within {
  overflow-y: scroll;
}

.focus-within\:scrolling-touch:focus-within {
  -webkit-overflow-scrolling: touch;
}

.focus-within\:scrolling-auto:focus-within {
  -webkit-overflow-scrolling: auto;
}

.first\:overflow-auto:first-child {
  overflow: auto;
}

.first\:overflow-hidden:first-child {
  overflow: hidden;
}

.first\:overflow-visible:first-child {
  overflow: visible;
}

.first\:overflow-scroll:first-child {
  overflow: scroll;
}

.first\:overflow-x-auto:first-child {
  overflow-x: auto;
}

.first\:overflow-y-auto:first-child {
  overflow-y: auto;
}

.first\:overflow-x-hidden:first-child {
  overflow-x: hidden;
}

.first\:overflow-y-hidden:first-child {
  overflow-y: hidden;
}

.first\:overflow-x-visible:first-child {
  overflow-x: visible;
}

.first\:overflow-y-visible:first-child {
  overflow-y: visible;
}

.first\:overflow-x-scroll:first-child {
  overflow-x: scroll;
}

.first\:overflow-y-scroll:first-child {
  overflow-y: scroll;
}

.first\:scrolling-touch:first-child {
  -webkit-overflow-scrolling: touch;
}

.first\:scrolling-auto:first-child {
  -webkit-overflow-scrolling: auto;
}

.last\:overflow-auto:last-child {
  overflow: auto;
}

.last\:overflow-hidden:last-child {
  overflow: hidden;
}

.last\:overflow-visible:last-child {
  overflow: visible;
}

.last\:overflow-scroll:last-child {
  overflow: scroll;
}

.last\:overflow-x-auto:last-child {
  overflow-x: auto;
}

.last\:overflow-y-auto:last-child {
  overflow-y: auto;
}

.last\:overflow-x-hidden:last-child {
  overflow-x: hidden;
}

.last\:overflow-y-hidden:last-child {
  overflow-y: hidden;
}

.last\:overflow-x-visible:last-child {
  overflow-x: visible;
}

.last\:overflow-y-visible:last-child {
  overflow-y: visible;
}

.last\:overflow-x-scroll:last-child {
  overflow-x: scroll;
}

.last\:overflow-y-scroll:last-child {
  overflow-y: scroll;
}

.last\:scrolling-touch:last-child {
  -webkit-overflow-scrolling: touch;
}

.last\:scrolling-auto:last-child {
  -webkit-overflow-scrolling: auto;
}

.odd\:overflow-auto:nth-child(odd) {
  overflow: auto;
}

.odd\:overflow-hidden:nth-child(odd) {
  overflow: hidden;
}

.odd\:overflow-visible:nth-child(odd) {
  overflow: visible;
}

.odd\:overflow-scroll:nth-child(odd) {
  overflow: scroll;
}

.odd\:overflow-x-auto:nth-child(odd) {
  overflow-x: auto;
}

.odd\:overflow-y-auto:nth-child(odd) {
  overflow-y: auto;
}

.odd\:overflow-x-hidden:nth-child(odd) {
  overflow-x: hidden;
}

.odd\:overflow-y-hidden:nth-child(odd) {
  overflow-y: hidden;
}

.odd\:overflow-x-visible:nth-child(odd) {
  overflow-x: visible;
}

.odd\:overflow-y-visible:nth-child(odd) {
  overflow-y: visible;
}

.odd\:overflow-x-scroll:nth-child(odd) {
  overflow-x: scroll;
}

.odd\:overflow-y-scroll:nth-child(odd) {
  overflow-y: scroll;
}

.odd\:scrolling-touch:nth-child(odd) {
  -webkit-overflow-scrolling: touch;
}

.odd\:scrolling-auto:nth-child(odd) {
  -webkit-overflow-scrolling: auto;
}

.even\:overflow-auto:nth-child(even) {
  overflow: auto;
}

.even\:overflow-hidden:nth-child(even) {
  overflow: hidden;
}

.even\:overflow-visible:nth-child(even) {
  overflow: visible;
}

.even\:overflow-scroll:nth-child(even) {
  overflow: scroll;
}

.even\:overflow-x-auto:nth-child(even) {
  overflow-x: auto;
}

.even\:overflow-y-auto:nth-child(even) {
  overflow-y: auto;
}

.even\:overflow-x-hidden:nth-child(even) {
  overflow-x: hidden;
}

.even\:overflow-y-hidden:nth-child(even) {
  overflow-y: hidden;
}

.even\:overflow-x-visible:nth-child(even) {
  overflow-x: visible;
}

.even\:overflow-y-visible:nth-child(even) {
  overflow-y: visible;
}

.even\:overflow-x-scroll:nth-child(even) {
  overflow-x: scroll;
}

.even\:overflow-y-scroll:nth-child(even) {
  overflow-y: scroll;
}

.even\:scrolling-touch:nth-child(even) {
  -webkit-overflow-scrolling: touch;
}

.even\:scrolling-auto:nth-child(even) {
  -webkit-overflow-scrolling: auto;
}

.hover\:overflow-auto:hover {
  overflow: auto;
}

.hover\:overflow-hidden:hover {
  overflow: hidden;
}

.hover\:overflow-visible:hover {
  overflow: visible;
}

.hover\:overflow-scroll:hover {
  overflow: scroll;
}

.hover\:overflow-x-auto:hover {
  overflow-x: auto;
}

.hover\:overflow-y-auto:hover {
  overflow-y: auto;
}

.hover\:overflow-x-hidden:hover {
  overflow-x: hidden;
}

.hover\:overflow-y-hidden:hover {
  overflow-y: hidden;
}

.hover\:overflow-x-visible:hover {
  overflow-x: visible;
}

.hover\:overflow-y-visible:hover {
  overflow-y: visible;
}

.hover\:overflow-x-scroll:hover {
  overflow-x: scroll;
}

.hover\:overflow-y-scroll:hover {
  overflow-y: scroll;
}

.hover\:scrolling-touch:hover {
  -webkit-overflow-scrolling: touch;
}

.hover\:scrolling-auto:hover {
  -webkit-overflow-scrolling: auto;
}

.focus\:overflow-auto:focus {
  overflow: auto;
}

.focus\:overflow-hidden:focus {
  overflow: hidden;
}

.focus\:overflow-visible:focus {
  overflow: visible;
}

.focus\:overflow-scroll:focus {
  overflow: scroll;
}

.focus\:overflow-x-auto:focus {
  overflow-x: auto;
}

.focus\:overflow-y-auto:focus {
  overflow-y: auto;
}

.focus\:overflow-x-hidden:focus {
  overflow-x: hidden;
}

.focus\:overflow-y-hidden:focus {
  overflow-y: hidden;
}

.focus\:overflow-x-visible:focus {
  overflow-x: visible;
}

.focus\:overflow-y-visible:focus {
  overflow-y: visible;
}

.focus\:overflow-x-scroll:focus {
  overflow-x: scroll;
}

.focus\:overflow-y-scroll:focus {
  overflow-y: scroll;
}

.focus\:scrolling-touch:focus {
  -webkit-overflow-scrolling: touch;
}

.focus\:scrolling-auto:focus {
  -webkit-overflow-scrolling: auto;
}

.active\:overflow-auto:active {
  overflow: auto;
}

.active\:overflow-hidden:active {
  overflow: hidden;
}

.active\:overflow-visible:active {
  overflow: visible;
}

.active\:overflow-scroll:active {
  overflow: scroll;
}

.active\:overflow-x-auto:active {
  overflow-x: auto;
}

.active\:overflow-y-auto:active {
  overflow-y: auto;
}

.active\:overflow-x-hidden:active {
  overflow-x: hidden;
}

.active\:overflow-y-hidden:active {
  overflow-y: hidden;
}

.active\:overflow-x-visible:active {
  overflow-x: visible;
}

.active\:overflow-y-visible:active {
  overflow-y: visible;
}

.active\:overflow-x-scroll:active {
  overflow-x: scroll;
}

.active\:overflow-y-scroll:active {
  overflow-y: scroll;
}

.active\:scrolling-touch:active {
  -webkit-overflow-scrolling: touch;
}

.active\:scrolling-auto:active {
  -webkit-overflow-scrolling: auto;
}

.visited\:overflow-auto:visited {
  overflow: auto;
}

.visited\:overflow-hidden:visited {
  overflow: hidden;
}

.visited\:overflow-visible:visited {
  overflow: visible;
}

.visited\:overflow-scroll:visited {
  overflow: scroll;
}

.visited\:overflow-x-auto:visited {
  overflow-x: auto;
}

.visited\:overflow-y-auto:visited {
  overflow-y: auto;
}

.visited\:overflow-x-hidden:visited {
  overflow-x: hidden;
}

.visited\:overflow-y-hidden:visited {
  overflow-y: hidden;
}

.visited\:overflow-x-visible:visited {
  overflow-x: visible;
}

.visited\:overflow-y-visible:visited {
  overflow-y: visible;
}

.visited\:overflow-x-scroll:visited {
  overflow-x: scroll;
}

.visited\:overflow-y-scroll:visited {
  overflow-y: scroll;
}

.visited\:scrolling-touch:visited {
  -webkit-overflow-scrolling: touch;
}

.visited\:scrolling-auto:visited {
  -webkit-overflow-scrolling: auto;
}

.disabled\:overflow-auto:disabled {
  overflow: auto;
}

.disabled\:overflow-hidden:disabled {
  overflow: hidden;
}

.disabled\:overflow-visible:disabled {
  overflow: visible;
}

.disabled\:overflow-scroll:disabled {
  overflow: scroll;
}

.disabled\:overflow-x-auto:disabled {
  overflow-x: auto;
}

.disabled\:overflow-y-auto:disabled {
  overflow-y: auto;
}

.disabled\:overflow-x-hidden:disabled {
  overflow-x: hidden;
}

.disabled\:overflow-y-hidden:disabled {
  overflow-y: hidden;
}

.disabled\:overflow-x-visible:disabled {
  overflow-x: visible;
}

.disabled\:overflow-y-visible:disabled {
  overflow-y: visible;
}

.disabled\:overflow-x-scroll:disabled {
  overflow-x: scroll;
}

.disabled\:overflow-y-scroll:disabled {
  overflow-y: scroll;
}

.disabled\:scrolling-touch:disabled {
  -webkit-overflow-scrolling: touch;
}

.disabled\:scrolling-auto:disabled {
  -webkit-overflow-scrolling: auto;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-12 {
  padding: 3rem;
}

.p-16 {
  padding: 4rem;
}

.p-20 {
  padding: 5rem;
}

.p-24 {
  padding: 6rem;
}

.p-32 {
  padding: 8rem;
}

.p-40 {
  padding: 10rem;
}

.p-48 {
  padding: 12rem;
}

.p-56 {
  padding: 14rem;
}

.p-64 {
  padding: 16rem;
}

.p-px {
  padding: 1px;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.px-32 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.px-40 {
  padding-left: 10rem;
  padding-right: 10rem;
}

.py-48 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.px-48 {
  padding-left: 12rem;
  padding-right: 12rem;
}

.py-56 {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.px-56 {
  padding-left: 14rem;
  padding-right: 14rem;
}

.py-64 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.px-64 {
  padding-left: 16rem;
  padding-right: 16rem;
}

.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}

.px-px {
  padding-left: 1px;
  padding-right: 1px;
}

.pt-0 {
  padding-top: 0;
}

.pr-0 {
  padding-right: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pl-12 {
  padding-left: 3rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pr-16 {
  padding-right: 4rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pl-16 {
  padding-left: 4rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pr-20 {
  padding-right: 5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pl-20 {
  padding-left: 5rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pr-24 {
  padding-right: 6rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pl-24 {
  padding-left: 6rem;
}

.pt-32 {
  padding-top: 8rem;
}

.pr-32 {
  padding-right: 8rem;
}

.pb-32 {
  padding-bottom: 8rem;
}

.pl-32 {
  padding-left: 8rem;
}

.pt-40 {
  padding-top: 10rem;
}

.pr-40 {
  padding-right: 10rem;
}

.pb-40 {
  padding-bottom: 10rem;
}

.pl-40 {
  padding-left: 10rem;
}

.pt-48 {
  padding-top: 12rem;
}

.pr-48 {
  padding-right: 12rem;
}

.pb-48 {
  padding-bottom: 12rem;
}

.pl-48 {
  padding-left: 12rem;
}

.pt-56 {
  padding-top: 14rem;
}

.pr-56 {
  padding-right: 14rem;
}

.pb-56 {
  padding-bottom: 14rem;
}

.pl-56 {
  padding-left: 14rem;
}

.pt-64 {
  padding-top: 16rem;
}

.pr-64 {
  padding-right: 16rem;
}

.pb-64 {
  padding-bottom: 16rem;
}

.pl-64 {
  padding-left: 16rem;
}

.pt-px {
  padding-top: 1px;
}

.pr-px {
  padding-right: 1px;
}

.pb-px {
  padding-bottom: 1px;
}

.pl-px {
  padding-left: 1px;
}

.group:hover .group-hover\:p-0 {
  padding: 0;
}

.group:hover .group-hover\:p-1 {
  padding: 0.25rem;
}

.group:hover .group-hover\:p-2 {
  padding: 0.5rem;
}

.group:hover .group-hover\:p-3 {
  padding: 0.75rem;
}

.group:hover .group-hover\:p-4 {
  padding: 1rem;
}

.group:hover .group-hover\:p-5 {
  padding: 1.25rem;
}

.group:hover .group-hover\:p-6 {
  padding: 1.5rem;
}

.group:hover .group-hover\:p-8 {
  padding: 2rem;
}

.group:hover .group-hover\:p-10 {
  padding: 2.5rem;
}

.group:hover .group-hover\:p-12 {
  padding: 3rem;
}

.group:hover .group-hover\:p-16 {
  padding: 4rem;
}

.group:hover .group-hover\:p-20 {
  padding: 5rem;
}

.group:hover .group-hover\:p-24 {
  padding: 6rem;
}

.group:hover .group-hover\:p-32 {
  padding: 8rem;
}

.group:hover .group-hover\:p-40 {
  padding: 10rem;
}

.group:hover .group-hover\:p-48 {
  padding: 12rem;
}

.group:hover .group-hover\:p-56 {
  padding: 14rem;
}

.group:hover .group-hover\:p-64 {
  padding: 16rem;
}

.group:hover .group-hover\:p-px {
  padding: 1px;
}

.group:hover .group-hover\:py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.group:hover .group-hover\:px-0 {
  padding-left: 0;
  padding-right: 0;
}

.group:hover .group-hover\:py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.group:hover .group-hover\:px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.group:hover .group-hover\:py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.group:hover .group-hover\:px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.group:hover .group-hover\:py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.group:hover .group-hover\:px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.group:hover .group-hover\:py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.group:hover .group-hover\:px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.group:hover .group-hover\:py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.group:hover .group-hover\:px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.group:hover .group-hover\:py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.group:hover .group-hover\:px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.group:hover .group-hover\:py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.group:hover .group-hover\:px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.group:hover .group-hover\:py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.group:hover .group-hover\:px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.group:hover .group-hover\:py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.group:hover .group-hover\:px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.group:hover .group-hover\:py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.group:hover .group-hover\:px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.group:hover .group-hover\:py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.group:hover .group-hover\:px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.group:hover .group-hover\:py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.group:hover .group-hover\:px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.group:hover .group-hover\:py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.group:hover .group-hover\:px-32 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.group:hover .group-hover\:py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.group:hover .group-hover\:px-40 {
  padding-left: 10rem;
  padding-right: 10rem;
}

.group:hover .group-hover\:py-48 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.group:hover .group-hover\:px-48 {
  padding-left: 12rem;
  padding-right: 12rem;
}

.group:hover .group-hover\:py-56 {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.group:hover .group-hover\:px-56 {
  padding-left: 14rem;
  padding-right: 14rem;
}

.group:hover .group-hover\:py-64 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.group:hover .group-hover\:px-64 {
  padding-left: 16rem;
  padding-right: 16rem;
}

.group:hover .group-hover\:py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}

.group:hover .group-hover\:px-px {
  padding-left: 1px;
  padding-right: 1px;
}

.group:hover .group-hover\:pt-0 {
  padding-top: 0;
}

.group:hover .group-hover\:pr-0 {
  padding-right: 0;
}

.group:hover .group-hover\:pb-0 {
  padding-bottom: 0;
}

.group:hover .group-hover\:pl-0 {
  padding-left: 0;
}

.group:hover .group-hover\:pt-1 {
  padding-top: 0.25rem;
}

.group:hover .group-hover\:pr-1 {
  padding-right: 0.25rem;
}

.group:hover .group-hover\:pb-1 {
  padding-bottom: 0.25rem;
}

.group:hover .group-hover\:pl-1 {
  padding-left: 0.25rem;
}

.group:hover .group-hover\:pt-2 {
  padding-top: 0.5rem;
}

.group:hover .group-hover\:pr-2 {
  padding-right: 0.5rem;
}

.group:hover .group-hover\:pb-2 {
  padding-bottom: 0.5rem;
}

.group:hover .group-hover\:pl-2 {
  padding-left: 0.5rem;
}

.group:hover .group-hover\:pt-3 {
  padding-top: 0.75rem;
}

.group:hover .group-hover\:pr-3 {
  padding-right: 0.75rem;
}

.group:hover .group-hover\:pb-3 {
  padding-bottom: 0.75rem;
}

.group:hover .group-hover\:pl-3 {
  padding-left: 0.75rem;
}

.group:hover .group-hover\:pt-4 {
  padding-top: 1rem;
}

.group:hover .group-hover\:pr-4 {
  padding-right: 1rem;
}

.group:hover .group-hover\:pb-4 {
  padding-bottom: 1rem;
}

.group:hover .group-hover\:pl-4 {
  padding-left: 1rem;
}

.group:hover .group-hover\:pt-5 {
  padding-top: 1.25rem;
}

.group:hover .group-hover\:pr-5 {
  padding-right: 1.25rem;
}

.group:hover .group-hover\:pb-5 {
  padding-bottom: 1.25rem;
}

.group:hover .group-hover\:pl-5 {
  padding-left: 1.25rem;
}

.group:hover .group-hover\:pt-6 {
  padding-top: 1.5rem;
}

.group:hover .group-hover\:pr-6 {
  padding-right: 1.5rem;
}

.group:hover .group-hover\:pb-6 {
  padding-bottom: 1.5rem;
}

.group:hover .group-hover\:pl-6 {
  padding-left: 1.5rem;
}

.group:hover .group-hover\:pt-8 {
  padding-top: 2rem;
}

.group:hover .group-hover\:pr-8 {
  padding-right: 2rem;
}

.group:hover .group-hover\:pb-8 {
  padding-bottom: 2rem;
}

.group:hover .group-hover\:pl-8 {
  padding-left: 2rem;
}

.group:hover .group-hover\:pt-10 {
  padding-top: 2.5rem;
}

.group:hover .group-hover\:pr-10 {
  padding-right: 2.5rem;
}

.group:hover .group-hover\:pb-10 {
  padding-bottom: 2.5rem;
}

.group:hover .group-hover\:pl-10 {
  padding-left: 2.5rem;
}

.group:hover .group-hover\:pt-12 {
  padding-top: 3rem;
}

.group:hover .group-hover\:pr-12 {
  padding-right: 3rem;
}

.group:hover .group-hover\:pb-12 {
  padding-bottom: 3rem;
}

.group:hover .group-hover\:pl-12 {
  padding-left: 3rem;
}

.group:hover .group-hover\:pt-16 {
  padding-top: 4rem;
}

.group:hover .group-hover\:pr-16 {
  padding-right: 4rem;
}

.group:hover .group-hover\:pb-16 {
  padding-bottom: 4rem;
}

.group:hover .group-hover\:pl-16 {
  padding-left: 4rem;
}

.group:hover .group-hover\:pt-20 {
  padding-top: 5rem;
}

.group:hover .group-hover\:pr-20 {
  padding-right: 5rem;
}

.group:hover .group-hover\:pb-20 {
  padding-bottom: 5rem;
}

.group:hover .group-hover\:pl-20 {
  padding-left: 5rem;
}

.group:hover .group-hover\:pt-24 {
  padding-top: 6rem;
}

.group:hover .group-hover\:pr-24 {
  padding-right: 6rem;
}

.group:hover .group-hover\:pb-24 {
  padding-bottom: 6rem;
}

.group:hover .group-hover\:pl-24 {
  padding-left: 6rem;
}

.group:hover .group-hover\:pt-32 {
  padding-top: 8rem;
}

.group:hover .group-hover\:pr-32 {
  padding-right: 8rem;
}

.group:hover .group-hover\:pb-32 {
  padding-bottom: 8rem;
}

.group:hover .group-hover\:pl-32 {
  padding-left: 8rem;
}

.group:hover .group-hover\:pt-40 {
  padding-top: 10rem;
}

.group:hover .group-hover\:pr-40 {
  padding-right: 10rem;
}

.group:hover .group-hover\:pb-40 {
  padding-bottom: 10rem;
}

.group:hover .group-hover\:pl-40 {
  padding-left: 10rem;
}

.group:hover .group-hover\:pt-48 {
  padding-top: 12rem;
}

.group:hover .group-hover\:pr-48 {
  padding-right: 12rem;
}

.group:hover .group-hover\:pb-48 {
  padding-bottom: 12rem;
}

.group:hover .group-hover\:pl-48 {
  padding-left: 12rem;
}

.group:hover .group-hover\:pt-56 {
  padding-top: 14rem;
}

.group:hover .group-hover\:pr-56 {
  padding-right: 14rem;
}

.group:hover .group-hover\:pb-56 {
  padding-bottom: 14rem;
}

.group:hover .group-hover\:pl-56 {
  padding-left: 14rem;
}

.group:hover .group-hover\:pt-64 {
  padding-top: 16rem;
}

.group:hover .group-hover\:pr-64 {
  padding-right: 16rem;
}

.group:hover .group-hover\:pb-64 {
  padding-bottom: 16rem;
}

.group:hover .group-hover\:pl-64 {
  padding-left: 16rem;
}

.group:hover .group-hover\:pt-px {
  padding-top: 1px;
}

.group:hover .group-hover\:pr-px {
  padding-right: 1px;
}

.group:hover .group-hover\:pb-px {
  padding-bottom: 1px;
}

.group:hover .group-hover\:pl-px {
  padding-left: 1px;
}

.focus-within\:p-0:focus-within {
  padding: 0;
}

.focus-within\:p-1:focus-within {
  padding: 0.25rem;
}

.focus-within\:p-2:focus-within {
  padding: 0.5rem;
}

.focus-within\:p-3:focus-within {
  padding: 0.75rem;
}

.focus-within\:p-4:focus-within {
  padding: 1rem;
}

.focus-within\:p-5:focus-within {
  padding: 1.25rem;
}

.focus-within\:p-6:focus-within {
  padding: 1.5rem;
}

.focus-within\:p-8:focus-within {
  padding: 2rem;
}

.focus-within\:p-10:focus-within {
  padding: 2.5rem;
}

.focus-within\:p-12:focus-within {
  padding: 3rem;
}

.focus-within\:p-16:focus-within {
  padding: 4rem;
}

.focus-within\:p-20:focus-within {
  padding: 5rem;
}

.focus-within\:p-24:focus-within {
  padding: 6rem;
}

.focus-within\:p-32:focus-within {
  padding: 8rem;
}

.focus-within\:p-40:focus-within {
  padding: 10rem;
}

.focus-within\:p-48:focus-within {
  padding: 12rem;
}

.focus-within\:p-56:focus-within {
  padding: 14rem;
}

.focus-within\:p-64:focus-within {
  padding: 16rem;
}

.focus-within\:p-px:focus-within {
  padding: 1px;
}

.focus-within\:py-0:focus-within {
  padding-top: 0;
  padding-bottom: 0;
}

.focus-within\:px-0:focus-within {
  padding-left: 0;
  padding-right: 0;
}

.focus-within\:py-1:focus-within {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.focus-within\:px-1:focus-within {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.focus-within\:py-2:focus-within {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.focus-within\:px-2:focus-within {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.focus-within\:py-3:focus-within {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.focus-within\:px-3:focus-within {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.focus-within\:py-4:focus-within {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.focus-within\:px-4:focus-within {
  padding-left: 1rem;
  padding-right: 1rem;
}

.focus-within\:py-5:focus-within {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.focus-within\:px-5:focus-within {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.focus-within\:py-6:focus-within {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.focus-within\:px-6:focus-within {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.focus-within\:py-8:focus-within {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.focus-within\:px-8:focus-within {
  padding-left: 2rem;
  padding-right: 2rem;
}

.focus-within\:py-10:focus-within {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.focus-within\:px-10:focus-within {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.focus-within\:py-12:focus-within {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.focus-within\:px-12:focus-within {
  padding-left: 3rem;
  padding-right: 3rem;
}

.focus-within\:py-16:focus-within {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.focus-within\:px-16:focus-within {
  padding-left: 4rem;
  padding-right: 4rem;
}

.focus-within\:py-20:focus-within {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.focus-within\:px-20:focus-within {
  padding-left: 5rem;
  padding-right: 5rem;
}

.focus-within\:py-24:focus-within {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.focus-within\:px-24:focus-within {
  padding-left: 6rem;
  padding-right: 6rem;
}

.focus-within\:py-32:focus-within {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.focus-within\:px-32:focus-within {
  padding-left: 8rem;
  padding-right: 8rem;
}

.focus-within\:py-40:focus-within {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.focus-within\:px-40:focus-within {
  padding-left: 10rem;
  padding-right: 10rem;
}

.focus-within\:py-48:focus-within {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.focus-within\:px-48:focus-within {
  padding-left: 12rem;
  padding-right: 12rem;
}

.focus-within\:py-56:focus-within {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.focus-within\:px-56:focus-within {
  padding-left: 14rem;
  padding-right: 14rem;
}

.focus-within\:py-64:focus-within {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.focus-within\:px-64:focus-within {
  padding-left: 16rem;
  padding-right: 16rem;
}

.focus-within\:py-px:focus-within {
  padding-top: 1px;
  padding-bottom: 1px;
}

.focus-within\:px-px:focus-within {
  padding-left: 1px;
  padding-right: 1px;
}

.focus-within\:pt-0:focus-within {
  padding-top: 0;
}

.focus-within\:pr-0:focus-within {
  padding-right: 0;
}

.focus-within\:pb-0:focus-within {
  padding-bottom: 0;
}

.focus-within\:pl-0:focus-within {
  padding-left: 0;
}

.focus-within\:pt-1:focus-within {
  padding-top: 0.25rem;
}

.focus-within\:pr-1:focus-within {
  padding-right: 0.25rem;
}

.focus-within\:pb-1:focus-within {
  padding-bottom: 0.25rem;
}

.focus-within\:pl-1:focus-within {
  padding-left: 0.25rem;
}

.focus-within\:pt-2:focus-within {
  padding-top: 0.5rem;
}

.focus-within\:pr-2:focus-within {
  padding-right: 0.5rem;
}

.focus-within\:pb-2:focus-within {
  padding-bottom: 0.5rem;
}

.focus-within\:pl-2:focus-within {
  padding-left: 0.5rem;
}

.focus-within\:pt-3:focus-within {
  padding-top: 0.75rem;
}

.focus-within\:pr-3:focus-within {
  padding-right: 0.75rem;
}

.focus-within\:pb-3:focus-within {
  padding-bottom: 0.75rem;
}

.focus-within\:pl-3:focus-within {
  padding-left: 0.75rem;
}

.focus-within\:pt-4:focus-within {
  padding-top: 1rem;
}

.focus-within\:pr-4:focus-within {
  padding-right: 1rem;
}

.focus-within\:pb-4:focus-within {
  padding-bottom: 1rem;
}

.focus-within\:pl-4:focus-within {
  padding-left: 1rem;
}

.focus-within\:pt-5:focus-within {
  padding-top: 1.25rem;
}

.focus-within\:pr-5:focus-within {
  padding-right: 1.25rem;
}

.focus-within\:pb-5:focus-within {
  padding-bottom: 1.25rem;
}

.focus-within\:pl-5:focus-within {
  padding-left: 1.25rem;
}

.focus-within\:pt-6:focus-within {
  padding-top: 1.5rem;
}

.focus-within\:pr-6:focus-within {
  padding-right: 1.5rem;
}

.focus-within\:pb-6:focus-within {
  padding-bottom: 1.5rem;
}

.focus-within\:pl-6:focus-within {
  padding-left: 1.5rem;
}

.focus-within\:pt-8:focus-within {
  padding-top: 2rem;
}

.focus-within\:pr-8:focus-within {
  padding-right: 2rem;
}

.focus-within\:pb-8:focus-within {
  padding-bottom: 2rem;
}

.focus-within\:pl-8:focus-within {
  padding-left: 2rem;
}

.focus-within\:pt-10:focus-within {
  padding-top: 2.5rem;
}

.focus-within\:pr-10:focus-within {
  padding-right: 2.5rem;
}

.focus-within\:pb-10:focus-within {
  padding-bottom: 2.5rem;
}

.focus-within\:pl-10:focus-within {
  padding-left: 2.5rem;
}

.focus-within\:pt-12:focus-within {
  padding-top: 3rem;
}

.focus-within\:pr-12:focus-within {
  padding-right: 3rem;
}

.focus-within\:pb-12:focus-within {
  padding-bottom: 3rem;
}

.focus-within\:pl-12:focus-within {
  padding-left: 3rem;
}

.focus-within\:pt-16:focus-within {
  padding-top: 4rem;
}

.focus-within\:pr-16:focus-within {
  padding-right: 4rem;
}

.focus-within\:pb-16:focus-within {
  padding-bottom: 4rem;
}

.focus-within\:pl-16:focus-within {
  padding-left: 4rem;
}

.focus-within\:pt-20:focus-within {
  padding-top: 5rem;
}

.focus-within\:pr-20:focus-within {
  padding-right: 5rem;
}

.focus-within\:pb-20:focus-within {
  padding-bottom: 5rem;
}

.focus-within\:pl-20:focus-within {
  padding-left: 5rem;
}

.focus-within\:pt-24:focus-within {
  padding-top: 6rem;
}

.focus-within\:pr-24:focus-within {
  padding-right: 6rem;
}

.focus-within\:pb-24:focus-within {
  padding-bottom: 6rem;
}

.focus-within\:pl-24:focus-within {
  padding-left: 6rem;
}

.focus-within\:pt-32:focus-within {
  padding-top: 8rem;
}

.focus-within\:pr-32:focus-within {
  padding-right: 8rem;
}

.focus-within\:pb-32:focus-within {
  padding-bottom: 8rem;
}

.focus-within\:pl-32:focus-within {
  padding-left: 8rem;
}

.focus-within\:pt-40:focus-within {
  padding-top: 10rem;
}

.focus-within\:pr-40:focus-within {
  padding-right: 10rem;
}

.focus-within\:pb-40:focus-within {
  padding-bottom: 10rem;
}

.focus-within\:pl-40:focus-within {
  padding-left: 10rem;
}

.focus-within\:pt-48:focus-within {
  padding-top: 12rem;
}

.focus-within\:pr-48:focus-within {
  padding-right: 12rem;
}

.focus-within\:pb-48:focus-within {
  padding-bottom: 12rem;
}

.focus-within\:pl-48:focus-within {
  padding-left: 12rem;
}

.focus-within\:pt-56:focus-within {
  padding-top: 14rem;
}

.focus-within\:pr-56:focus-within {
  padding-right: 14rem;
}

.focus-within\:pb-56:focus-within {
  padding-bottom: 14rem;
}

.focus-within\:pl-56:focus-within {
  padding-left: 14rem;
}

.focus-within\:pt-64:focus-within {
  padding-top: 16rem;
}

.focus-within\:pr-64:focus-within {
  padding-right: 16rem;
}

.focus-within\:pb-64:focus-within {
  padding-bottom: 16rem;
}

.focus-within\:pl-64:focus-within {
  padding-left: 16rem;
}

.focus-within\:pt-px:focus-within {
  padding-top: 1px;
}

.focus-within\:pr-px:focus-within {
  padding-right: 1px;
}

.focus-within\:pb-px:focus-within {
  padding-bottom: 1px;
}

.focus-within\:pl-px:focus-within {
  padding-left: 1px;
}

.first\:p-0:first-child {
  padding: 0;
}

.first\:p-1:first-child {
  padding: 0.25rem;
}

.first\:p-2:first-child {
  padding: 0.5rem;
}

.first\:p-3:first-child {
  padding: 0.75rem;
}

.first\:p-4:first-child {
  padding: 1rem;
}

.first\:p-5:first-child {
  padding: 1.25rem;
}

.first\:p-6:first-child {
  padding: 1.5rem;
}

.first\:p-8:first-child {
  padding: 2rem;
}

.first\:p-10:first-child {
  padding: 2.5rem;
}

.first\:p-12:first-child {
  padding: 3rem;
}

.first\:p-16:first-child {
  padding: 4rem;
}

.first\:p-20:first-child {
  padding: 5rem;
}

.first\:p-24:first-child {
  padding: 6rem;
}

.first\:p-32:first-child {
  padding: 8rem;
}

.first\:p-40:first-child {
  padding: 10rem;
}

.first\:p-48:first-child {
  padding: 12rem;
}

.first\:p-56:first-child {
  padding: 14rem;
}

.first\:p-64:first-child {
  padding: 16rem;
}

.first\:p-px:first-child {
  padding: 1px;
}

.first\:py-0:first-child {
  padding-top: 0;
  padding-bottom: 0;
}

.first\:px-0:first-child {
  padding-left: 0;
  padding-right: 0;
}

.first\:py-1:first-child {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.first\:px-1:first-child {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.first\:py-2:first-child {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.first\:px-2:first-child {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.first\:py-3:first-child {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.first\:px-3:first-child {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.first\:py-4:first-child {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.first\:px-4:first-child {
  padding-left: 1rem;
  padding-right: 1rem;
}

.first\:py-5:first-child {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.first\:px-5:first-child {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.first\:py-6:first-child {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.first\:px-6:first-child {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.first\:py-8:first-child {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.first\:px-8:first-child {
  padding-left: 2rem;
  padding-right: 2rem;
}

.first\:py-10:first-child {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.first\:px-10:first-child {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.first\:py-12:first-child {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.first\:px-12:first-child {
  padding-left: 3rem;
  padding-right: 3rem;
}

.first\:py-16:first-child {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.first\:px-16:first-child {
  padding-left: 4rem;
  padding-right: 4rem;
}

.first\:py-20:first-child {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.first\:px-20:first-child {
  padding-left: 5rem;
  padding-right: 5rem;
}

.first\:py-24:first-child {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.first\:px-24:first-child {
  padding-left: 6rem;
  padding-right: 6rem;
}

.first\:py-32:first-child {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.first\:px-32:first-child {
  padding-left: 8rem;
  padding-right: 8rem;
}

.first\:py-40:first-child {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.first\:px-40:first-child {
  padding-left: 10rem;
  padding-right: 10rem;
}

.first\:py-48:first-child {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.first\:px-48:first-child {
  padding-left: 12rem;
  padding-right: 12rem;
}

.first\:py-56:first-child {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.first\:px-56:first-child {
  padding-left: 14rem;
  padding-right: 14rem;
}

.first\:py-64:first-child {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.first\:px-64:first-child {
  padding-left: 16rem;
  padding-right: 16rem;
}

.first\:py-px:first-child {
  padding-top: 1px;
  padding-bottom: 1px;
}

.first\:px-px:first-child {
  padding-left: 1px;
  padding-right: 1px;
}

.first\:pt-0:first-child {
  padding-top: 0;
}

.first\:pr-0:first-child {
  padding-right: 0;
}

.first\:pb-0:first-child {
  padding-bottom: 0;
}

.first\:pl-0:first-child {
  padding-left: 0;
}

.first\:pt-1:first-child {
  padding-top: 0.25rem;
}

.first\:pr-1:first-child {
  padding-right: 0.25rem;
}

.first\:pb-1:first-child {
  padding-bottom: 0.25rem;
}

.first\:pl-1:first-child {
  padding-left: 0.25rem;
}

.first\:pt-2:first-child {
  padding-top: 0.5rem;
}

.first\:pr-2:first-child {
  padding-right: 0.5rem;
}

.first\:pb-2:first-child {
  padding-bottom: 0.5rem;
}

.first\:pl-2:first-child {
  padding-left: 0.5rem;
}

.first\:pt-3:first-child {
  padding-top: 0.75rem;
}

.first\:pr-3:first-child {
  padding-right: 0.75rem;
}

.first\:pb-3:first-child {
  padding-bottom: 0.75rem;
}

.first\:pl-3:first-child {
  padding-left: 0.75rem;
}

.first\:pt-4:first-child {
  padding-top: 1rem;
}

.first\:pr-4:first-child {
  padding-right: 1rem;
}

.first\:pb-4:first-child {
  padding-bottom: 1rem;
}

.first\:pl-4:first-child {
  padding-left: 1rem;
}

.first\:pt-5:first-child {
  padding-top: 1.25rem;
}

.first\:pr-5:first-child {
  padding-right: 1.25rem;
}

.first\:pb-5:first-child {
  padding-bottom: 1.25rem;
}

.first\:pl-5:first-child {
  padding-left: 1.25rem;
}

.first\:pt-6:first-child {
  padding-top: 1.5rem;
}

.first\:pr-6:first-child {
  padding-right: 1.5rem;
}

.first\:pb-6:first-child {
  padding-bottom: 1.5rem;
}

.first\:pl-6:first-child {
  padding-left: 1.5rem;
}

.first\:pt-8:first-child {
  padding-top: 2rem;
}

.first\:pr-8:first-child {
  padding-right: 2rem;
}

.first\:pb-8:first-child {
  padding-bottom: 2rem;
}

.first\:pl-8:first-child {
  padding-left: 2rem;
}

.first\:pt-10:first-child {
  padding-top: 2.5rem;
}

.first\:pr-10:first-child {
  padding-right: 2.5rem;
}

.first\:pb-10:first-child {
  padding-bottom: 2.5rem;
}

.first\:pl-10:first-child {
  padding-left: 2.5rem;
}

.first\:pt-12:first-child {
  padding-top: 3rem;
}

.first\:pr-12:first-child {
  padding-right: 3rem;
}

.first\:pb-12:first-child {
  padding-bottom: 3rem;
}

.first\:pl-12:first-child {
  padding-left: 3rem;
}

.first\:pt-16:first-child {
  padding-top: 4rem;
}

.first\:pr-16:first-child {
  padding-right: 4rem;
}

.first\:pb-16:first-child {
  padding-bottom: 4rem;
}

.first\:pl-16:first-child {
  padding-left: 4rem;
}

.first\:pt-20:first-child {
  padding-top: 5rem;
}

.first\:pr-20:first-child {
  padding-right: 5rem;
}

.first\:pb-20:first-child {
  padding-bottom: 5rem;
}

.first\:pl-20:first-child {
  padding-left: 5rem;
}

.first\:pt-24:first-child {
  padding-top: 6rem;
}

.first\:pr-24:first-child {
  padding-right: 6rem;
}

.first\:pb-24:first-child {
  padding-bottom: 6rem;
}

.first\:pl-24:first-child {
  padding-left: 6rem;
}

.first\:pt-32:first-child {
  padding-top: 8rem;
}

.first\:pr-32:first-child {
  padding-right: 8rem;
}

.first\:pb-32:first-child {
  padding-bottom: 8rem;
}

.first\:pl-32:first-child {
  padding-left: 8rem;
}

.first\:pt-40:first-child {
  padding-top: 10rem;
}

.first\:pr-40:first-child {
  padding-right: 10rem;
}

.first\:pb-40:first-child {
  padding-bottom: 10rem;
}

.first\:pl-40:first-child {
  padding-left: 10rem;
}

.first\:pt-48:first-child {
  padding-top: 12rem;
}

.first\:pr-48:first-child {
  padding-right: 12rem;
}

.first\:pb-48:first-child {
  padding-bottom: 12rem;
}

.first\:pl-48:first-child {
  padding-left: 12rem;
}

.first\:pt-56:first-child {
  padding-top: 14rem;
}

.first\:pr-56:first-child {
  padding-right: 14rem;
}

.first\:pb-56:first-child {
  padding-bottom: 14rem;
}

.first\:pl-56:first-child {
  padding-left: 14rem;
}

.first\:pt-64:first-child {
  padding-top: 16rem;
}

.first\:pr-64:first-child {
  padding-right: 16rem;
}

.first\:pb-64:first-child {
  padding-bottom: 16rem;
}

.first\:pl-64:first-child {
  padding-left: 16rem;
}

.first\:pt-px:first-child {
  padding-top: 1px;
}

.first\:pr-px:first-child {
  padding-right: 1px;
}

.first\:pb-px:first-child {
  padding-bottom: 1px;
}

.first\:pl-px:first-child {
  padding-left: 1px;
}

.last\:p-0:last-child {
  padding: 0;
}

.last\:p-1:last-child {
  padding: 0.25rem;
}

.last\:p-2:last-child {
  padding: 0.5rem;
}

.last\:p-3:last-child {
  padding: 0.75rem;
}

.last\:p-4:last-child {
  padding: 1rem;
}

.last\:p-5:last-child {
  padding: 1.25rem;
}

.last\:p-6:last-child {
  padding: 1.5rem;
}

.last\:p-8:last-child {
  padding: 2rem;
}

.last\:p-10:last-child {
  padding: 2.5rem;
}

.last\:p-12:last-child {
  padding: 3rem;
}

.last\:p-16:last-child {
  padding: 4rem;
}

.last\:p-20:last-child {
  padding: 5rem;
}

.last\:p-24:last-child {
  padding: 6rem;
}

.last\:p-32:last-child {
  padding: 8rem;
}

.last\:p-40:last-child {
  padding: 10rem;
}

.last\:p-48:last-child {
  padding: 12rem;
}

.last\:p-56:last-child {
  padding: 14rem;
}

.last\:p-64:last-child {
  padding: 16rem;
}

.last\:p-px:last-child {
  padding: 1px;
}

.last\:py-0:last-child {
  padding-top: 0;
  padding-bottom: 0;
}

.last\:px-0:last-child {
  padding-left: 0;
  padding-right: 0;
}

.last\:py-1:last-child {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.last\:px-1:last-child {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.last\:py-2:last-child {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.last\:px-2:last-child {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.last\:py-3:last-child {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.last\:px-3:last-child {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.last\:py-4:last-child {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.last\:px-4:last-child {
  padding-left: 1rem;
  padding-right: 1rem;
}

.last\:py-5:last-child {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.last\:px-5:last-child {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.last\:py-6:last-child {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.last\:px-6:last-child {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.last\:py-8:last-child {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.last\:px-8:last-child {
  padding-left: 2rem;
  padding-right: 2rem;
}

.last\:py-10:last-child {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.last\:px-10:last-child {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.last\:py-12:last-child {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.last\:px-12:last-child {
  padding-left: 3rem;
  padding-right: 3rem;
}

.last\:py-16:last-child {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.last\:px-16:last-child {
  padding-left: 4rem;
  padding-right: 4rem;
}

.last\:py-20:last-child {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.last\:px-20:last-child {
  padding-left: 5rem;
  padding-right: 5rem;
}

.last\:py-24:last-child {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.last\:px-24:last-child {
  padding-left: 6rem;
  padding-right: 6rem;
}

.last\:py-32:last-child {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.last\:px-32:last-child {
  padding-left: 8rem;
  padding-right: 8rem;
}

.last\:py-40:last-child {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.last\:px-40:last-child {
  padding-left: 10rem;
  padding-right: 10rem;
}

.last\:py-48:last-child {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.last\:px-48:last-child {
  padding-left: 12rem;
  padding-right: 12rem;
}

.last\:py-56:last-child {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.last\:px-56:last-child {
  padding-left: 14rem;
  padding-right: 14rem;
}

.last\:py-64:last-child {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.last\:px-64:last-child {
  padding-left: 16rem;
  padding-right: 16rem;
}

.last\:py-px:last-child {
  padding-top: 1px;
  padding-bottom: 1px;
}

.last\:px-px:last-child {
  padding-left: 1px;
  padding-right: 1px;
}

.last\:pt-0:last-child {
  padding-top: 0;
}

.last\:pr-0:last-child {
  padding-right: 0;
}

.last\:pb-0:last-child {
  padding-bottom: 0;
}

.last\:pl-0:last-child {
  padding-left: 0;
}

.last\:pt-1:last-child {
  padding-top: 0.25rem;
}

.last\:pr-1:last-child {
  padding-right: 0.25rem;
}

.last\:pb-1:last-child {
  padding-bottom: 0.25rem;
}

.last\:pl-1:last-child {
  padding-left: 0.25rem;
}

.last\:pt-2:last-child {
  padding-top: 0.5rem;
}

.last\:pr-2:last-child {
  padding-right: 0.5rem;
}

.last\:pb-2:last-child {
  padding-bottom: 0.5rem;
}

.last\:pl-2:last-child {
  padding-left: 0.5rem;
}

.last\:pt-3:last-child {
  padding-top: 0.75rem;
}

.last\:pr-3:last-child {
  padding-right: 0.75rem;
}

.last\:pb-3:last-child {
  padding-bottom: 0.75rem;
}

.last\:pl-3:last-child {
  padding-left: 0.75rem;
}

.last\:pt-4:last-child {
  padding-top: 1rem;
}

.last\:pr-4:last-child {
  padding-right: 1rem;
}

.last\:pb-4:last-child {
  padding-bottom: 1rem;
}

.last\:pl-4:last-child {
  padding-left: 1rem;
}

.last\:pt-5:last-child {
  padding-top: 1.25rem;
}

.last\:pr-5:last-child {
  padding-right: 1.25rem;
}

.last\:pb-5:last-child {
  padding-bottom: 1.25rem;
}

.last\:pl-5:last-child {
  padding-left: 1.25rem;
}

.last\:pt-6:last-child {
  padding-top: 1.5rem;
}

.last\:pr-6:last-child {
  padding-right: 1.5rem;
}

.last\:pb-6:last-child {
  padding-bottom: 1.5rem;
}

.last\:pl-6:last-child {
  padding-left: 1.5rem;
}

.last\:pt-8:last-child {
  padding-top: 2rem;
}

.last\:pr-8:last-child {
  padding-right: 2rem;
}

.last\:pb-8:last-child {
  padding-bottom: 2rem;
}

.last\:pl-8:last-child {
  padding-left: 2rem;
}

.last\:pt-10:last-child {
  padding-top: 2.5rem;
}

.last\:pr-10:last-child {
  padding-right: 2.5rem;
}

.last\:pb-10:last-child {
  padding-bottom: 2.5rem;
}

.last\:pl-10:last-child {
  padding-left: 2.5rem;
}

.last\:pt-12:last-child {
  padding-top: 3rem;
}

.last\:pr-12:last-child {
  padding-right: 3rem;
}

.last\:pb-12:last-child {
  padding-bottom: 3rem;
}

.last\:pl-12:last-child {
  padding-left: 3rem;
}

.last\:pt-16:last-child {
  padding-top: 4rem;
}

.last\:pr-16:last-child {
  padding-right: 4rem;
}

.last\:pb-16:last-child {
  padding-bottom: 4rem;
}

.last\:pl-16:last-child {
  padding-left: 4rem;
}

.last\:pt-20:last-child {
  padding-top: 5rem;
}

.last\:pr-20:last-child {
  padding-right: 5rem;
}

.last\:pb-20:last-child {
  padding-bottom: 5rem;
}

.last\:pl-20:last-child {
  padding-left: 5rem;
}

.last\:pt-24:last-child {
  padding-top: 6rem;
}

.last\:pr-24:last-child {
  padding-right: 6rem;
}

.last\:pb-24:last-child {
  padding-bottom: 6rem;
}

.last\:pl-24:last-child {
  padding-left: 6rem;
}

.last\:pt-32:last-child {
  padding-top: 8rem;
}

.last\:pr-32:last-child {
  padding-right: 8rem;
}

.last\:pb-32:last-child {
  padding-bottom: 8rem;
}

.last\:pl-32:last-child {
  padding-left: 8rem;
}

.last\:pt-40:last-child {
  padding-top: 10rem;
}

.last\:pr-40:last-child {
  padding-right: 10rem;
}

.last\:pb-40:last-child {
  padding-bottom: 10rem;
}

.last\:pl-40:last-child {
  padding-left: 10rem;
}

.last\:pt-48:last-child {
  padding-top: 12rem;
}

.last\:pr-48:last-child {
  padding-right: 12rem;
}

.last\:pb-48:last-child {
  padding-bottom: 12rem;
}

.last\:pl-48:last-child {
  padding-left: 12rem;
}

.last\:pt-56:last-child {
  padding-top: 14rem;
}

.last\:pr-56:last-child {
  padding-right: 14rem;
}

.last\:pb-56:last-child {
  padding-bottom: 14rem;
}

.last\:pl-56:last-child {
  padding-left: 14rem;
}

.last\:pt-64:last-child {
  padding-top: 16rem;
}

.last\:pr-64:last-child {
  padding-right: 16rem;
}

.last\:pb-64:last-child {
  padding-bottom: 16rem;
}

.last\:pl-64:last-child {
  padding-left: 16rem;
}

.last\:pt-px:last-child {
  padding-top: 1px;
}

.last\:pr-px:last-child {
  padding-right: 1px;
}

.last\:pb-px:last-child {
  padding-bottom: 1px;
}

.last\:pl-px:last-child {
  padding-left: 1px;
}

.odd\:p-0:nth-child(odd) {
  padding: 0;
}

.odd\:p-1:nth-child(odd) {
  padding: 0.25rem;
}

.odd\:p-2:nth-child(odd) {
  padding: 0.5rem;
}

.odd\:p-3:nth-child(odd) {
  padding: 0.75rem;
}

.odd\:p-4:nth-child(odd) {
  padding: 1rem;
}

.odd\:p-5:nth-child(odd) {
  padding: 1.25rem;
}

.odd\:p-6:nth-child(odd) {
  padding: 1.5rem;
}

.odd\:p-8:nth-child(odd) {
  padding: 2rem;
}

.odd\:p-10:nth-child(odd) {
  padding: 2.5rem;
}

.odd\:p-12:nth-child(odd) {
  padding: 3rem;
}

.odd\:p-16:nth-child(odd) {
  padding: 4rem;
}

.odd\:p-20:nth-child(odd) {
  padding: 5rem;
}

.odd\:p-24:nth-child(odd) {
  padding: 6rem;
}

.odd\:p-32:nth-child(odd) {
  padding: 8rem;
}

.odd\:p-40:nth-child(odd) {
  padding: 10rem;
}

.odd\:p-48:nth-child(odd) {
  padding: 12rem;
}

.odd\:p-56:nth-child(odd) {
  padding: 14rem;
}

.odd\:p-64:nth-child(odd) {
  padding: 16rem;
}

.odd\:p-px:nth-child(odd) {
  padding: 1px;
}

.odd\:py-0:nth-child(odd) {
  padding-top: 0;
  padding-bottom: 0;
}

.odd\:px-0:nth-child(odd) {
  padding-left: 0;
  padding-right: 0;
}

.odd\:py-1:nth-child(odd) {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.odd\:px-1:nth-child(odd) {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.odd\:py-2:nth-child(odd) {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.odd\:px-2:nth-child(odd) {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.odd\:py-3:nth-child(odd) {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.odd\:px-3:nth-child(odd) {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.odd\:py-4:nth-child(odd) {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.odd\:px-4:nth-child(odd) {
  padding-left: 1rem;
  padding-right: 1rem;
}

.odd\:py-5:nth-child(odd) {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.odd\:px-5:nth-child(odd) {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.odd\:py-6:nth-child(odd) {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.odd\:px-6:nth-child(odd) {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.odd\:py-8:nth-child(odd) {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.odd\:px-8:nth-child(odd) {
  padding-left: 2rem;
  padding-right: 2rem;
}

.odd\:py-10:nth-child(odd) {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.odd\:px-10:nth-child(odd) {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.odd\:py-12:nth-child(odd) {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.odd\:px-12:nth-child(odd) {
  padding-left: 3rem;
  padding-right: 3rem;
}

.odd\:py-16:nth-child(odd) {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.odd\:px-16:nth-child(odd) {
  padding-left: 4rem;
  padding-right: 4rem;
}

.odd\:py-20:nth-child(odd) {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.odd\:px-20:nth-child(odd) {
  padding-left: 5rem;
  padding-right: 5rem;
}

.odd\:py-24:nth-child(odd) {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.odd\:px-24:nth-child(odd) {
  padding-left: 6rem;
  padding-right: 6rem;
}

.odd\:py-32:nth-child(odd) {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.odd\:px-32:nth-child(odd) {
  padding-left: 8rem;
  padding-right: 8rem;
}

.odd\:py-40:nth-child(odd) {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.odd\:px-40:nth-child(odd) {
  padding-left: 10rem;
  padding-right: 10rem;
}

.odd\:py-48:nth-child(odd) {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.odd\:px-48:nth-child(odd) {
  padding-left: 12rem;
  padding-right: 12rem;
}

.odd\:py-56:nth-child(odd) {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.odd\:px-56:nth-child(odd) {
  padding-left: 14rem;
  padding-right: 14rem;
}

.odd\:py-64:nth-child(odd) {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.odd\:px-64:nth-child(odd) {
  padding-left: 16rem;
  padding-right: 16rem;
}

.odd\:py-px:nth-child(odd) {
  padding-top: 1px;
  padding-bottom: 1px;
}

.odd\:px-px:nth-child(odd) {
  padding-left: 1px;
  padding-right: 1px;
}

.odd\:pt-0:nth-child(odd) {
  padding-top: 0;
}

.odd\:pr-0:nth-child(odd) {
  padding-right: 0;
}

.odd\:pb-0:nth-child(odd) {
  padding-bottom: 0;
}

.odd\:pl-0:nth-child(odd) {
  padding-left: 0;
}

.odd\:pt-1:nth-child(odd) {
  padding-top: 0.25rem;
}

.odd\:pr-1:nth-child(odd) {
  padding-right: 0.25rem;
}

.odd\:pb-1:nth-child(odd) {
  padding-bottom: 0.25rem;
}

.odd\:pl-1:nth-child(odd) {
  padding-left: 0.25rem;
}

.odd\:pt-2:nth-child(odd) {
  padding-top: 0.5rem;
}

.odd\:pr-2:nth-child(odd) {
  padding-right: 0.5rem;
}

.odd\:pb-2:nth-child(odd) {
  padding-bottom: 0.5rem;
}

.odd\:pl-2:nth-child(odd) {
  padding-left: 0.5rem;
}

.odd\:pt-3:nth-child(odd) {
  padding-top: 0.75rem;
}

.odd\:pr-3:nth-child(odd) {
  padding-right: 0.75rem;
}

.odd\:pb-3:nth-child(odd) {
  padding-bottom: 0.75rem;
}

.odd\:pl-3:nth-child(odd) {
  padding-left: 0.75rem;
}

.odd\:pt-4:nth-child(odd) {
  padding-top: 1rem;
}

.odd\:pr-4:nth-child(odd) {
  padding-right: 1rem;
}

.odd\:pb-4:nth-child(odd) {
  padding-bottom: 1rem;
}

.odd\:pl-4:nth-child(odd) {
  padding-left: 1rem;
}

.odd\:pt-5:nth-child(odd) {
  padding-top: 1.25rem;
}

.odd\:pr-5:nth-child(odd) {
  padding-right: 1.25rem;
}

.odd\:pb-5:nth-child(odd) {
  padding-bottom: 1.25rem;
}

.odd\:pl-5:nth-child(odd) {
  padding-left: 1.25rem;
}

.odd\:pt-6:nth-child(odd) {
  padding-top: 1.5rem;
}

.odd\:pr-6:nth-child(odd) {
  padding-right: 1.5rem;
}

.odd\:pb-6:nth-child(odd) {
  padding-bottom: 1.5rem;
}

.odd\:pl-6:nth-child(odd) {
  padding-left: 1.5rem;
}

.odd\:pt-8:nth-child(odd) {
  padding-top: 2rem;
}

.odd\:pr-8:nth-child(odd) {
  padding-right: 2rem;
}

.odd\:pb-8:nth-child(odd) {
  padding-bottom: 2rem;
}

.odd\:pl-8:nth-child(odd) {
  padding-left: 2rem;
}

.odd\:pt-10:nth-child(odd) {
  padding-top: 2.5rem;
}

.odd\:pr-10:nth-child(odd) {
  padding-right: 2.5rem;
}

.odd\:pb-10:nth-child(odd) {
  padding-bottom: 2.5rem;
}

.odd\:pl-10:nth-child(odd) {
  padding-left: 2.5rem;
}

.odd\:pt-12:nth-child(odd) {
  padding-top: 3rem;
}

.odd\:pr-12:nth-child(odd) {
  padding-right: 3rem;
}

.odd\:pb-12:nth-child(odd) {
  padding-bottom: 3rem;
}

.odd\:pl-12:nth-child(odd) {
  padding-left: 3rem;
}

.odd\:pt-16:nth-child(odd) {
  padding-top: 4rem;
}

.odd\:pr-16:nth-child(odd) {
  padding-right: 4rem;
}

.odd\:pb-16:nth-child(odd) {
  padding-bottom: 4rem;
}

.odd\:pl-16:nth-child(odd) {
  padding-left: 4rem;
}

.odd\:pt-20:nth-child(odd) {
  padding-top: 5rem;
}

.odd\:pr-20:nth-child(odd) {
  padding-right: 5rem;
}

.odd\:pb-20:nth-child(odd) {
  padding-bottom: 5rem;
}

.odd\:pl-20:nth-child(odd) {
  padding-left: 5rem;
}

.odd\:pt-24:nth-child(odd) {
  padding-top: 6rem;
}

.odd\:pr-24:nth-child(odd) {
  padding-right: 6rem;
}

.odd\:pb-24:nth-child(odd) {
  padding-bottom: 6rem;
}

.odd\:pl-24:nth-child(odd) {
  padding-left: 6rem;
}

.odd\:pt-32:nth-child(odd) {
  padding-top: 8rem;
}

.odd\:pr-32:nth-child(odd) {
  padding-right: 8rem;
}

.odd\:pb-32:nth-child(odd) {
  padding-bottom: 8rem;
}

.odd\:pl-32:nth-child(odd) {
  padding-left: 8rem;
}

.odd\:pt-40:nth-child(odd) {
  padding-top: 10rem;
}

.odd\:pr-40:nth-child(odd) {
  padding-right: 10rem;
}

.odd\:pb-40:nth-child(odd) {
  padding-bottom: 10rem;
}

.odd\:pl-40:nth-child(odd) {
  padding-left: 10rem;
}

.odd\:pt-48:nth-child(odd) {
  padding-top: 12rem;
}

.odd\:pr-48:nth-child(odd) {
  padding-right: 12rem;
}

.odd\:pb-48:nth-child(odd) {
  padding-bottom: 12rem;
}

.odd\:pl-48:nth-child(odd) {
  padding-left: 12rem;
}

.odd\:pt-56:nth-child(odd) {
  padding-top: 14rem;
}

.odd\:pr-56:nth-child(odd) {
  padding-right: 14rem;
}

.odd\:pb-56:nth-child(odd) {
  padding-bottom: 14rem;
}

.odd\:pl-56:nth-child(odd) {
  padding-left: 14rem;
}

.odd\:pt-64:nth-child(odd) {
  padding-top: 16rem;
}

.odd\:pr-64:nth-child(odd) {
  padding-right: 16rem;
}

.odd\:pb-64:nth-child(odd) {
  padding-bottom: 16rem;
}

.odd\:pl-64:nth-child(odd) {
  padding-left: 16rem;
}

.odd\:pt-px:nth-child(odd) {
  padding-top: 1px;
}

.odd\:pr-px:nth-child(odd) {
  padding-right: 1px;
}

.odd\:pb-px:nth-child(odd) {
  padding-bottom: 1px;
}

.odd\:pl-px:nth-child(odd) {
  padding-left: 1px;
}

.even\:p-0:nth-child(even) {
  padding: 0;
}

.even\:p-1:nth-child(even) {
  padding: 0.25rem;
}

.even\:p-2:nth-child(even) {
  padding: 0.5rem;
}

.even\:p-3:nth-child(even) {
  padding: 0.75rem;
}

.even\:p-4:nth-child(even) {
  padding: 1rem;
}

.even\:p-5:nth-child(even) {
  padding: 1.25rem;
}

.even\:p-6:nth-child(even) {
  padding: 1.5rem;
}

.even\:p-8:nth-child(even) {
  padding: 2rem;
}

.even\:p-10:nth-child(even) {
  padding: 2.5rem;
}

.even\:p-12:nth-child(even) {
  padding: 3rem;
}

.even\:p-16:nth-child(even) {
  padding: 4rem;
}

.even\:p-20:nth-child(even) {
  padding: 5rem;
}

.even\:p-24:nth-child(even) {
  padding: 6rem;
}

.even\:p-32:nth-child(even) {
  padding: 8rem;
}

.even\:p-40:nth-child(even) {
  padding: 10rem;
}

.even\:p-48:nth-child(even) {
  padding: 12rem;
}

.even\:p-56:nth-child(even) {
  padding: 14rem;
}

.even\:p-64:nth-child(even) {
  padding: 16rem;
}

.even\:p-px:nth-child(even) {
  padding: 1px;
}

.even\:py-0:nth-child(even) {
  padding-top: 0;
  padding-bottom: 0;
}

.even\:px-0:nth-child(even) {
  padding-left: 0;
  padding-right: 0;
}

.even\:py-1:nth-child(even) {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.even\:px-1:nth-child(even) {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.even\:py-2:nth-child(even) {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.even\:px-2:nth-child(even) {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.even\:py-3:nth-child(even) {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.even\:px-3:nth-child(even) {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.even\:py-4:nth-child(even) {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.even\:px-4:nth-child(even) {
  padding-left: 1rem;
  padding-right: 1rem;
}

.even\:py-5:nth-child(even) {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.even\:px-5:nth-child(even) {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.even\:py-6:nth-child(even) {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.even\:px-6:nth-child(even) {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.even\:py-8:nth-child(even) {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.even\:px-8:nth-child(even) {
  padding-left: 2rem;
  padding-right: 2rem;
}

.even\:py-10:nth-child(even) {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.even\:px-10:nth-child(even) {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.even\:py-12:nth-child(even) {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.even\:px-12:nth-child(even) {
  padding-left: 3rem;
  padding-right: 3rem;
}

.even\:py-16:nth-child(even) {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.even\:px-16:nth-child(even) {
  padding-left: 4rem;
  padding-right: 4rem;
}

.even\:py-20:nth-child(even) {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.even\:px-20:nth-child(even) {
  padding-left: 5rem;
  padding-right: 5rem;
}

.even\:py-24:nth-child(even) {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.even\:px-24:nth-child(even) {
  padding-left: 6rem;
  padding-right: 6rem;
}

.even\:py-32:nth-child(even) {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.even\:px-32:nth-child(even) {
  padding-left: 8rem;
  padding-right: 8rem;
}

.even\:py-40:nth-child(even) {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.even\:px-40:nth-child(even) {
  padding-left: 10rem;
  padding-right: 10rem;
}

.even\:py-48:nth-child(even) {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.even\:px-48:nth-child(even) {
  padding-left: 12rem;
  padding-right: 12rem;
}

.even\:py-56:nth-child(even) {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.even\:px-56:nth-child(even) {
  padding-left: 14rem;
  padding-right: 14rem;
}

.even\:py-64:nth-child(even) {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.even\:px-64:nth-child(even) {
  padding-left: 16rem;
  padding-right: 16rem;
}

.even\:py-px:nth-child(even) {
  padding-top: 1px;
  padding-bottom: 1px;
}

.even\:px-px:nth-child(even) {
  padding-left: 1px;
  padding-right: 1px;
}

.even\:pt-0:nth-child(even) {
  padding-top: 0;
}

.even\:pr-0:nth-child(even) {
  padding-right: 0;
}

.even\:pb-0:nth-child(even) {
  padding-bottom: 0;
}

.even\:pl-0:nth-child(even) {
  padding-left: 0;
}

.even\:pt-1:nth-child(even) {
  padding-top: 0.25rem;
}

.even\:pr-1:nth-child(even) {
  padding-right: 0.25rem;
}

.even\:pb-1:nth-child(even) {
  padding-bottom: 0.25rem;
}

.even\:pl-1:nth-child(even) {
  padding-left: 0.25rem;
}

.even\:pt-2:nth-child(even) {
  padding-top: 0.5rem;
}

.even\:pr-2:nth-child(even) {
  padding-right: 0.5rem;
}

.even\:pb-2:nth-child(even) {
  padding-bottom: 0.5rem;
}

.even\:pl-2:nth-child(even) {
  padding-left: 0.5rem;
}

.even\:pt-3:nth-child(even) {
  padding-top: 0.75rem;
}

.even\:pr-3:nth-child(even) {
  padding-right: 0.75rem;
}

.even\:pb-3:nth-child(even) {
  padding-bottom: 0.75rem;
}

.even\:pl-3:nth-child(even) {
  padding-left: 0.75rem;
}

.even\:pt-4:nth-child(even) {
  padding-top: 1rem;
}

.even\:pr-4:nth-child(even) {
  padding-right: 1rem;
}

.even\:pb-4:nth-child(even) {
  padding-bottom: 1rem;
}

.even\:pl-4:nth-child(even) {
  padding-left: 1rem;
}

.even\:pt-5:nth-child(even) {
  padding-top: 1.25rem;
}

.even\:pr-5:nth-child(even) {
  padding-right: 1.25rem;
}

.even\:pb-5:nth-child(even) {
  padding-bottom: 1.25rem;
}

.even\:pl-5:nth-child(even) {
  padding-left: 1.25rem;
}

.even\:pt-6:nth-child(even) {
  padding-top: 1.5rem;
}

.even\:pr-6:nth-child(even) {
  padding-right: 1.5rem;
}

.even\:pb-6:nth-child(even) {
  padding-bottom: 1.5rem;
}

.even\:pl-6:nth-child(even) {
  padding-left: 1.5rem;
}

.even\:pt-8:nth-child(even) {
  padding-top: 2rem;
}

.even\:pr-8:nth-child(even) {
  padding-right: 2rem;
}

.even\:pb-8:nth-child(even) {
  padding-bottom: 2rem;
}

.even\:pl-8:nth-child(even) {
  padding-left: 2rem;
}

.even\:pt-10:nth-child(even) {
  padding-top: 2.5rem;
}

.even\:pr-10:nth-child(even) {
  padding-right: 2.5rem;
}

.even\:pb-10:nth-child(even) {
  padding-bottom: 2.5rem;
}

.even\:pl-10:nth-child(even) {
  padding-left: 2.5rem;
}

.even\:pt-12:nth-child(even) {
  padding-top: 3rem;
}

.even\:pr-12:nth-child(even) {
  padding-right: 3rem;
}

.even\:pb-12:nth-child(even) {
  padding-bottom: 3rem;
}

.even\:pl-12:nth-child(even) {
  padding-left: 3rem;
}

.even\:pt-16:nth-child(even) {
  padding-top: 4rem;
}

.even\:pr-16:nth-child(even) {
  padding-right: 4rem;
}

.even\:pb-16:nth-child(even) {
  padding-bottom: 4rem;
}

.even\:pl-16:nth-child(even) {
  padding-left: 4rem;
}

.even\:pt-20:nth-child(even) {
  padding-top: 5rem;
}

.even\:pr-20:nth-child(even) {
  padding-right: 5rem;
}

.even\:pb-20:nth-child(even) {
  padding-bottom: 5rem;
}

.even\:pl-20:nth-child(even) {
  padding-left: 5rem;
}

.even\:pt-24:nth-child(even) {
  padding-top: 6rem;
}

.even\:pr-24:nth-child(even) {
  padding-right: 6rem;
}

.even\:pb-24:nth-child(even) {
  padding-bottom: 6rem;
}

.even\:pl-24:nth-child(even) {
  padding-left: 6rem;
}

.even\:pt-32:nth-child(even) {
  padding-top: 8rem;
}

.even\:pr-32:nth-child(even) {
  padding-right: 8rem;
}

.even\:pb-32:nth-child(even) {
  padding-bottom: 8rem;
}

.even\:pl-32:nth-child(even) {
  padding-left: 8rem;
}

.even\:pt-40:nth-child(even) {
  padding-top: 10rem;
}

.even\:pr-40:nth-child(even) {
  padding-right: 10rem;
}

.even\:pb-40:nth-child(even) {
  padding-bottom: 10rem;
}

.even\:pl-40:nth-child(even) {
  padding-left: 10rem;
}

.even\:pt-48:nth-child(even) {
  padding-top: 12rem;
}

.even\:pr-48:nth-child(even) {
  padding-right: 12rem;
}

.even\:pb-48:nth-child(even) {
  padding-bottom: 12rem;
}

.even\:pl-48:nth-child(even) {
  padding-left: 12rem;
}

.even\:pt-56:nth-child(even) {
  padding-top: 14rem;
}

.even\:pr-56:nth-child(even) {
  padding-right: 14rem;
}

.even\:pb-56:nth-child(even) {
  padding-bottom: 14rem;
}

.even\:pl-56:nth-child(even) {
  padding-left: 14rem;
}

.even\:pt-64:nth-child(even) {
  padding-top: 16rem;
}

.even\:pr-64:nth-child(even) {
  padding-right: 16rem;
}

.even\:pb-64:nth-child(even) {
  padding-bottom: 16rem;
}

.even\:pl-64:nth-child(even) {
  padding-left: 16rem;
}

.even\:pt-px:nth-child(even) {
  padding-top: 1px;
}

.even\:pr-px:nth-child(even) {
  padding-right: 1px;
}

.even\:pb-px:nth-child(even) {
  padding-bottom: 1px;
}

.even\:pl-px:nth-child(even) {
  padding-left: 1px;
}

.hover\:p-0:hover {
  padding: 0;
}

.hover\:p-1:hover {
  padding: 0.25rem;
}

.hover\:p-2:hover {
  padding: 0.5rem;
}

.hover\:p-3:hover {
  padding: 0.75rem;
}

.hover\:p-4:hover {
  padding: 1rem;
}

.hover\:p-5:hover {
  padding: 1.25rem;
}

.hover\:p-6:hover {
  padding: 1.5rem;
}

.hover\:p-8:hover {
  padding: 2rem;
}

.hover\:p-10:hover {
  padding: 2.5rem;
}

.hover\:p-12:hover {
  padding: 3rem;
}

.hover\:p-16:hover {
  padding: 4rem;
}

.hover\:p-20:hover {
  padding: 5rem;
}

.hover\:p-24:hover {
  padding: 6rem;
}

.hover\:p-32:hover {
  padding: 8rem;
}

.hover\:p-40:hover {
  padding: 10rem;
}

.hover\:p-48:hover {
  padding: 12rem;
}

.hover\:p-56:hover {
  padding: 14rem;
}

.hover\:p-64:hover {
  padding: 16rem;
}

.hover\:p-px:hover {
  padding: 1px;
}

.hover\:py-0:hover {
  padding-top: 0;
  padding-bottom: 0;
}

.hover\:px-0:hover {
  padding-left: 0;
  padding-right: 0;
}

.hover\:py-1:hover {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.hover\:px-1:hover {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.hover\:py-2:hover {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.hover\:px-2:hover {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.hover\:py-3:hover {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.hover\:px-3:hover {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.hover\:py-4:hover {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.hover\:px-4:hover {
  padding-left: 1rem;
  padding-right: 1rem;
}

.hover\:py-5:hover {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.hover\:px-5:hover {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.hover\:py-6:hover {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.hover\:px-6:hover {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.hover\:py-8:hover {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.hover\:px-8:hover {
  padding-left: 2rem;
  padding-right: 2rem;
}

.hover\:py-10:hover {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.hover\:px-10:hover {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.hover\:py-12:hover {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.hover\:px-12:hover {
  padding-left: 3rem;
  padding-right: 3rem;
}

.hover\:py-16:hover {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.hover\:px-16:hover {
  padding-left: 4rem;
  padding-right: 4rem;
}

.hover\:py-20:hover {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.hover\:px-20:hover {
  padding-left: 5rem;
  padding-right: 5rem;
}

.hover\:py-24:hover {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.hover\:px-24:hover {
  padding-left: 6rem;
  padding-right: 6rem;
}

.hover\:py-32:hover {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.hover\:px-32:hover {
  padding-left: 8rem;
  padding-right: 8rem;
}

.hover\:py-40:hover {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.hover\:px-40:hover {
  padding-left: 10rem;
  padding-right: 10rem;
}

.hover\:py-48:hover {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.hover\:px-48:hover {
  padding-left: 12rem;
  padding-right: 12rem;
}

.hover\:py-56:hover {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.hover\:px-56:hover {
  padding-left: 14rem;
  padding-right: 14rem;
}

.hover\:py-64:hover {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.hover\:px-64:hover {
  padding-left: 16rem;
  padding-right: 16rem;
}

.hover\:py-px:hover {
  padding-top: 1px;
  padding-bottom: 1px;
}

.hover\:px-px:hover {
  padding-left: 1px;
  padding-right: 1px;
}

.hover\:pt-0:hover {
  padding-top: 0;
}

.hover\:pr-0:hover {
  padding-right: 0;
}

.hover\:pb-0:hover {
  padding-bottom: 0;
}

.hover\:pl-0:hover {
  padding-left: 0;
}

.hover\:pt-1:hover {
  padding-top: 0.25rem;
}

.hover\:pr-1:hover {
  padding-right: 0.25rem;
}

.hover\:pb-1:hover {
  padding-bottom: 0.25rem;
}

.hover\:pl-1:hover {
  padding-left: 0.25rem;
}

.hover\:pt-2:hover {
  padding-top: 0.5rem;
}

.hover\:pr-2:hover {
  padding-right: 0.5rem;
}

.hover\:pb-2:hover {
  padding-bottom: 0.5rem;
}

.hover\:pl-2:hover {
  padding-left: 0.5rem;
}

.hover\:pt-3:hover {
  padding-top: 0.75rem;
}

.hover\:pr-3:hover {
  padding-right: 0.75rem;
}

.hover\:pb-3:hover {
  padding-bottom: 0.75rem;
}

.hover\:pl-3:hover {
  padding-left: 0.75rem;
}

.hover\:pt-4:hover {
  padding-top: 1rem;
}

.hover\:pr-4:hover {
  padding-right: 1rem;
}

.hover\:pb-4:hover {
  padding-bottom: 1rem;
}

.hover\:pl-4:hover {
  padding-left: 1rem;
}

.hover\:pt-5:hover {
  padding-top: 1.25rem;
}

.hover\:pr-5:hover {
  padding-right: 1.25rem;
}

.hover\:pb-5:hover {
  padding-bottom: 1.25rem;
}

.hover\:pl-5:hover {
  padding-left: 1.25rem;
}

.hover\:pt-6:hover {
  padding-top: 1.5rem;
}

.hover\:pr-6:hover {
  padding-right: 1.5rem;
}

.hover\:pb-6:hover {
  padding-bottom: 1.5rem;
}

.hover\:pl-6:hover {
  padding-left: 1.5rem;
}

.hover\:pt-8:hover {
  padding-top: 2rem;
}

.hover\:pr-8:hover {
  padding-right: 2rem;
}

.hover\:pb-8:hover {
  padding-bottom: 2rem;
}

.hover\:pl-8:hover {
  padding-left: 2rem;
}

.hover\:pt-10:hover {
  padding-top: 2.5rem;
}

.hover\:pr-10:hover {
  padding-right: 2.5rem;
}

.hover\:pb-10:hover {
  padding-bottom: 2.5rem;
}

.hover\:pl-10:hover {
  padding-left: 2.5rem;
}

.hover\:pt-12:hover {
  padding-top: 3rem;
}

.hover\:pr-12:hover {
  padding-right: 3rem;
}

.hover\:pb-12:hover {
  padding-bottom: 3rem;
}

.hover\:pl-12:hover {
  padding-left: 3rem;
}

.hover\:pt-16:hover {
  padding-top: 4rem;
}

.hover\:pr-16:hover {
  padding-right: 4rem;
}

.hover\:pb-16:hover {
  padding-bottom: 4rem;
}

.hover\:pl-16:hover {
  padding-left: 4rem;
}

.hover\:pt-20:hover {
  padding-top: 5rem;
}

.hover\:pr-20:hover {
  padding-right: 5rem;
}

.hover\:pb-20:hover {
  padding-bottom: 5rem;
}

.hover\:pl-20:hover {
  padding-left: 5rem;
}

.hover\:pt-24:hover {
  padding-top: 6rem;
}

.hover\:pr-24:hover {
  padding-right: 6rem;
}

.hover\:pb-24:hover {
  padding-bottom: 6rem;
}

.hover\:pl-24:hover {
  padding-left: 6rem;
}

.hover\:pt-32:hover {
  padding-top: 8rem;
}

.hover\:pr-32:hover {
  padding-right: 8rem;
}

.hover\:pb-32:hover {
  padding-bottom: 8rem;
}

.hover\:pl-32:hover {
  padding-left: 8rem;
}

.hover\:pt-40:hover {
  padding-top: 10rem;
}

.hover\:pr-40:hover {
  padding-right: 10rem;
}

.hover\:pb-40:hover {
  padding-bottom: 10rem;
}

.hover\:pl-40:hover {
  padding-left: 10rem;
}

.hover\:pt-48:hover {
  padding-top: 12rem;
}

.hover\:pr-48:hover {
  padding-right: 12rem;
}

.hover\:pb-48:hover {
  padding-bottom: 12rem;
}

.hover\:pl-48:hover {
  padding-left: 12rem;
}

.hover\:pt-56:hover {
  padding-top: 14rem;
}

.hover\:pr-56:hover {
  padding-right: 14rem;
}

.hover\:pb-56:hover {
  padding-bottom: 14rem;
}

.hover\:pl-56:hover {
  padding-left: 14rem;
}

.hover\:pt-64:hover {
  padding-top: 16rem;
}

.hover\:pr-64:hover {
  padding-right: 16rem;
}

.hover\:pb-64:hover {
  padding-bottom: 16rem;
}

.hover\:pl-64:hover {
  padding-left: 16rem;
}

.hover\:pt-px:hover {
  padding-top: 1px;
}

.hover\:pr-px:hover {
  padding-right: 1px;
}

.hover\:pb-px:hover {
  padding-bottom: 1px;
}

.hover\:pl-px:hover {
  padding-left: 1px;
}

.focus\:p-0:focus {
  padding: 0;
}

.focus\:p-1:focus {
  padding: 0.25rem;
}

.focus\:p-2:focus {
  padding: 0.5rem;
}

.focus\:p-3:focus {
  padding: 0.75rem;
}

.focus\:p-4:focus {
  padding: 1rem;
}

.focus\:p-5:focus {
  padding: 1.25rem;
}

.focus\:p-6:focus {
  padding: 1.5rem;
}

.focus\:p-8:focus {
  padding: 2rem;
}

.focus\:p-10:focus {
  padding: 2.5rem;
}

.focus\:p-12:focus {
  padding: 3rem;
}

.focus\:p-16:focus {
  padding: 4rem;
}

.focus\:p-20:focus {
  padding: 5rem;
}

.focus\:p-24:focus {
  padding: 6rem;
}

.focus\:p-32:focus {
  padding: 8rem;
}

.focus\:p-40:focus {
  padding: 10rem;
}

.focus\:p-48:focus {
  padding: 12rem;
}

.focus\:p-56:focus {
  padding: 14rem;
}

.focus\:p-64:focus {
  padding: 16rem;
}

.focus\:p-px:focus {
  padding: 1px;
}

.focus\:py-0:focus {
  padding-top: 0;
  padding-bottom: 0;
}

.focus\:px-0:focus {
  padding-left: 0;
  padding-right: 0;
}

.focus\:py-1:focus {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.focus\:px-1:focus {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.focus\:py-2:focus {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.focus\:px-2:focus {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.focus\:py-3:focus {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.focus\:px-3:focus {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.focus\:py-4:focus {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.focus\:px-4:focus {
  padding-left: 1rem;
  padding-right: 1rem;
}

.focus\:py-5:focus {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.focus\:px-5:focus {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.focus\:py-6:focus {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.focus\:px-6:focus {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.focus\:py-8:focus {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.focus\:px-8:focus {
  padding-left: 2rem;
  padding-right: 2rem;
}

.focus\:py-10:focus {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.focus\:px-10:focus {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.focus\:py-12:focus {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.focus\:px-12:focus {
  padding-left: 3rem;
  padding-right: 3rem;
}

.focus\:py-16:focus {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.focus\:px-16:focus {
  padding-left: 4rem;
  padding-right: 4rem;
}

.focus\:py-20:focus {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.focus\:px-20:focus {
  padding-left: 5rem;
  padding-right: 5rem;
}

.focus\:py-24:focus {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.focus\:px-24:focus {
  padding-left: 6rem;
  padding-right: 6rem;
}

.focus\:py-32:focus {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.focus\:px-32:focus {
  padding-left: 8rem;
  padding-right: 8rem;
}

.focus\:py-40:focus {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.focus\:px-40:focus {
  padding-left: 10rem;
  padding-right: 10rem;
}

.focus\:py-48:focus {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.focus\:px-48:focus {
  padding-left: 12rem;
  padding-right: 12rem;
}

.focus\:py-56:focus {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.focus\:px-56:focus {
  padding-left: 14rem;
  padding-right: 14rem;
}

.focus\:py-64:focus {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.focus\:px-64:focus {
  padding-left: 16rem;
  padding-right: 16rem;
}

.focus\:py-px:focus {
  padding-top: 1px;
  padding-bottom: 1px;
}

.focus\:px-px:focus {
  padding-left: 1px;
  padding-right: 1px;
}

.focus\:pt-0:focus {
  padding-top: 0;
}

.focus\:pr-0:focus {
  padding-right: 0;
}

.focus\:pb-0:focus {
  padding-bottom: 0;
}

.focus\:pl-0:focus {
  padding-left: 0;
}

.focus\:pt-1:focus {
  padding-top: 0.25rem;
}

.focus\:pr-1:focus {
  padding-right: 0.25rem;
}

.focus\:pb-1:focus {
  padding-bottom: 0.25rem;
}

.focus\:pl-1:focus {
  padding-left: 0.25rem;
}

.focus\:pt-2:focus {
  padding-top: 0.5rem;
}

.focus\:pr-2:focus {
  padding-right: 0.5rem;
}

.focus\:pb-2:focus {
  padding-bottom: 0.5rem;
}

.focus\:pl-2:focus {
  padding-left: 0.5rem;
}

.focus\:pt-3:focus {
  padding-top: 0.75rem;
}

.focus\:pr-3:focus {
  padding-right: 0.75rem;
}

.focus\:pb-3:focus {
  padding-bottom: 0.75rem;
}

.focus\:pl-3:focus {
  padding-left: 0.75rem;
}

.focus\:pt-4:focus {
  padding-top: 1rem;
}

.focus\:pr-4:focus {
  padding-right: 1rem;
}

.focus\:pb-4:focus {
  padding-bottom: 1rem;
}

.focus\:pl-4:focus {
  padding-left: 1rem;
}

.focus\:pt-5:focus {
  padding-top: 1.25rem;
}

.focus\:pr-5:focus {
  padding-right: 1.25rem;
}

.focus\:pb-5:focus {
  padding-bottom: 1.25rem;
}

.focus\:pl-5:focus {
  padding-left: 1.25rem;
}

.focus\:pt-6:focus {
  padding-top: 1.5rem;
}

.focus\:pr-6:focus {
  padding-right: 1.5rem;
}

.focus\:pb-6:focus {
  padding-bottom: 1.5rem;
}

.focus\:pl-6:focus {
  padding-left: 1.5rem;
}

.focus\:pt-8:focus {
  padding-top: 2rem;
}

.focus\:pr-8:focus {
  padding-right: 2rem;
}

.focus\:pb-8:focus {
  padding-bottom: 2rem;
}

.focus\:pl-8:focus {
  padding-left: 2rem;
}

.focus\:pt-10:focus {
  padding-top: 2.5rem;
}

.focus\:pr-10:focus {
  padding-right: 2.5rem;
}

.focus\:pb-10:focus {
  padding-bottom: 2.5rem;
}

.focus\:pl-10:focus {
  padding-left: 2.5rem;
}

.focus\:pt-12:focus {
  padding-top: 3rem;
}

.focus\:pr-12:focus {
  padding-right: 3rem;
}

.focus\:pb-12:focus {
  padding-bottom: 3rem;
}

.focus\:pl-12:focus {
  padding-left: 3rem;
}

.focus\:pt-16:focus {
  padding-top: 4rem;
}

.focus\:pr-16:focus {
  padding-right: 4rem;
}

.focus\:pb-16:focus {
  padding-bottom: 4rem;
}

.focus\:pl-16:focus {
  padding-left: 4rem;
}

.focus\:pt-20:focus {
  padding-top: 5rem;
}

.focus\:pr-20:focus {
  padding-right: 5rem;
}

.focus\:pb-20:focus {
  padding-bottom: 5rem;
}

.focus\:pl-20:focus {
  padding-left: 5rem;
}

.focus\:pt-24:focus {
  padding-top: 6rem;
}

.focus\:pr-24:focus {
  padding-right: 6rem;
}

.focus\:pb-24:focus {
  padding-bottom: 6rem;
}

.focus\:pl-24:focus {
  padding-left: 6rem;
}

.focus\:pt-32:focus {
  padding-top: 8rem;
}

.focus\:pr-32:focus {
  padding-right: 8rem;
}

.focus\:pb-32:focus {
  padding-bottom: 8rem;
}

.focus\:pl-32:focus {
  padding-left: 8rem;
}

.focus\:pt-40:focus {
  padding-top: 10rem;
}

.focus\:pr-40:focus {
  padding-right: 10rem;
}

.focus\:pb-40:focus {
  padding-bottom: 10rem;
}

.focus\:pl-40:focus {
  padding-left: 10rem;
}

.focus\:pt-48:focus {
  padding-top: 12rem;
}

.focus\:pr-48:focus {
  padding-right: 12rem;
}

.focus\:pb-48:focus {
  padding-bottom: 12rem;
}

.focus\:pl-48:focus {
  padding-left: 12rem;
}

.focus\:pt-56:focus {
  padding-top: 14rem;
}

.focus\:pr-56:focus {
  padding-right: 14rem;
}

.focus\:pb-56:focus {
  padding-bottom: 14rem;
}

.focus\:pl-56:focus {
  padding-left: 14rem;
}

.focus\:pt-64:focus {
  padding-top: 16rem;
}

.focus\:pr-64:focus {
  padding-right: 16rem;
}

.focus\:pb-64:focus {
  padding-bottom: 16rem;
}

.focus\:pl-64:focus {
  padding-left: 16rem;
}

.focus\:pt-px:focus {
  padding-top: 1px;
}

.focus\:pr-px:focus {
  padding-right: 1px;
}

.focus\:pb-px:focus {
  padding-bottom: 1px;
}

.focus\:pl-px:focus {
  padding-left: 1px;
}

.active\:p-0:active {
  padding: 0;
}

.active\:p-1:active {
  padding: 0.25rem;
}

.active\:p-2:active {
  padding: 0.5rem;
}

.active\:p-3:active {
  padding: 0.75rem;
}

.active\:p-4:active {
  padding: 1rem;
}

.active\:p-5:active {
  padding: 1.25rem;
}

.active\:p-6:active {
  padding: 1.5rem;
}

.active\:p-8:active {
  padding: 2rem;
}

.active\:p-10:active {
  padding: 2.5rem;
}

.active\:p-12:active {
  padding: 3rem;
}

.active\:p-16:active {
  padding: 4rem;
}

.active\:p-20:active {
  padding: 5rem;
}

.active\:p-24:active {
  padding: 6rem;
}

.active\:p-32:active {
  padding: 8rem;
}

.active\:p-40:active {
  padding: 10rem;
}

.active\:p-48:active {
  padding: 12rem;
}

.active\:p-56:active {
  padding: 14rem;
}

.active\:p-64:active {
  padding: 16rem;
}

.active\:p-px:active {
  padding: 1px;
}

.active\:py-0:active {
  padding-top: 0;
  padding-bottom: 0;
}

.active\:px-0:active {
  padding-left: 0;
  padding-right: 0;
}

.active\:py-1:active {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.active\:px-1:active {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.active\:py-2:active {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.active\:px-2:active {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.active\:py-3:active {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.active\:px-3:active {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.active\:py-4:active {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.active\:px-4:active {
  padding-left: 1rem;
  padding-right: 1rem;
}

.active\:py-5:active {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.active\:px-5:active {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.active\:py-6:active {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.active\:px-6:active {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.active\:py-8:active {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.active\:px-8:active {
  padding-left: 2rem;
  padding-right: 2rem;
}

.active\:py-10:active {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.active\:px-10:active {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.active\:py-12:active {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.active\:px-12:active {
  padding-left: 3rem;
  padding-right: 3rem;
}

.active\:py-16:active {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.active\:px-16:active {
  padding-left: 4rem;
  padding-right: 4rem;
}

.active\:py-20:active {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.active\:px-20:active {
  padding-left: 5rem;
  padding-right: 5rem;
}

.active\:py-24:active {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.active\:px-24:active {
  padding-left: 6rem;
  padding-right: 6rem;
}

.active\:py-32:active {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.active\:px-32:active {
  padding-left: 8rem;
  padding-right: 8rem;
}

.active\:py-40:active {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.active\:px-40:active {
  padding-left: 10rem;
  padding-right: 10rem;
}

.active\:py-48:active {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.active\:px-48:active {
  padding-left: 12rem;
  padding-right: 12rem;
}

.active\:py-56:active {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.active\:px-56:active {
  padding-left: 14rem;
  padding-right: 14rem;
}

.active\:py-64:active {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.active\:px-64:active {
  padding-left: 16rem;
  padding-right: 16rem;
}

.active\:py-px:active {
  padding-top: 1px;
  padding-bottom: 1px;
}

.active\:px-px:active {
  padding-left: 1px;
  padding-right: 1px;
}

.active\:pt-0:active {
  padding-top: 0;
}

.active\:pr-0:active {
  padding-right: 0;
}

.active\:pb-0:active {
  padding-bottom: 0;
}

.active\:pl-0:active {
  padding-left: 0;
}

.active\:pt-1:active {
  padding-top: 0.25rem;
}

.active\:pr-1:active {
  padding-right: 0.25rem;
}

.active\:pb-1:active {
  padding-bottom: 0.25rem;
}

.active\:pl-1:active {
  padding-left: 0.25rem;
}

.active\:pt-2:active {
  padding-top: 0.5rem;
}

.active\:pr-2:active {
  padding-right: 0.5rem;
}

.active\:pb-2:active {
  padding-bottom: 0.5rem;
}

.active\:pl-2:active {
  padding-left: 0.5rem;
}

.active\:pt-3:active {
  padding-top: 0.75rem;
}

.active\:pr-3:active {
  padding-right: 0.75rem;
}

.active\:pb-3:active {
  padding-bottom: 0.75rem;
}

.active\:pl-3:active {
  padding-left: 0.75rem;
}

.active\:pt-4:active {
  padding-top: 1rem;
}

.active\:pr-4:active {
  padding-right: 1rem;
}

.active\:pb-4:active {
  padding-bottom: 1rem;
}

.active\:pl-4:active {
  padding-left: 1rem;
}

.active\:pt-5:active {
  padding-top: 1.25rem;
}

.active\:pr-5:active {
  padding-right: 1.25rem;
}

.active\:pb-5:active {
  padding-bottom: 1.25rem;
}

.active\:pl-5:active {
  padding-left: 1.25rem;
}

.active\:pt-6:active {
  padding-top: 1.5rem;
}

.active\:pr-6:active {
  padding-right: 1.5rem;
}

.active\:pb-6:active {
  padding-bottom: 1.5rem;
}

.active\:pl-6:active {
  padding-left: 1.5rem;
}

.active\:pt-8:active {
  padding-top: 2rem;
}

.active\:pr-8:active {
  padding-right: 2rem;
}

.active\:pb-8:active {
  padding-bottom: 2rem;
}

.active\:pl-8:active {
  padding-left: 2rem;
}

.active\:pt-10:active {
  padding-top: 2.5rem;
}

.active\:pr-10:active {
  padding-right: 2.5rem;
}

.active\:pb-10:active {
  padding-bottom: 2.5rem;
}

.active\:pl-10:active {
  padding-left: 2.5rem;
}

.active\:pt-12:active {
  padding-top: 3rem;
}

.active\:pr-12:active {
  padding-right: 3rem;
}

.active\:pb-12:active {
  padding-bottom: 3rem;
}

.active\:pl-12:active {
  padding-left: 3rem;
}

.active\:pt-16:active {
  padding-top: 4rem;
}

.active\:pr-16:active {
  padding-right: 4rem;
}

.active\:pb-16:active {
  padding-bottom: 4rem;
}

.active\:pl-16:active {
  padding-left: 4rem;
}

.active\:pt-20:active {
  padding-top: 5rem;
}

.active\:pr-20:active {
  padding-right: 5rem;
}

.active\:pb-20:active {
  padding-bottom: 5rem;
}

.active\:pl-20:active {
  padding-left: 5rem;
}

.active\:pt-24:active {
  padding-top: 6rem;
}

.active\:pr-24:active {
  padding-right: 6rem;
}

.active\:pb-24:active {
  padding-bottom: 6rem;
}

.active\:pl-24:active {
  padding-left: 6rem;
}

.active\:pt-32:active {
  padding-top: 8rem;
}

.active\:pr-32:active {
  padding-right: 8rem;
}

.active\:pb-32:active {
  padding-bottom: 8rem;
}

.active\:pl-32:active {
  padding-left: 8rem;
}

.active\:pt-40:active {
  padding-top: 10rem;
}

.active\:pr-40:active {
  padding-right: 10rem;
}

.active\:pb-40:active {
  padding-bottom: 10rem;
}

.active\:pl-40:active {
  padding-left: 10rem;
}

.active\:pt-48:active {
  padding-top: 12rem;
}

.active\:pr-48:active {
  padding-right: 12rem;
}

.active\:pb-48:active {
  padding-bottom: 12rem;
}

.active\:pl-48:active {
  padding-left: 12rem;
}

.active\:pt-56:active {
  padding-top: 14rem;
}

.active\:pr-56:active {
  padding-right: 14rem;
}

.active\:pb-56:active {
  padding-bottom: 14rem;
}

.active\:pl-56:active {
  padding-left: 14rem;
}

.active\:pt-64:active {
  padding-top: 16rem;
}

.active\:pr-64:active {
  padding-right: 16rem;
}

.active\:pb-64:active {
  padding-bottom: 16rem;
}

.active\:pl-64:active {
  padding-left: 16rem;
}

.active\:pt-px:active {
  padding-top: 1px;
}

.active\:pr-px:active {
  padding-right: 1px;
}

.active\:pb-px:active {
  padding-bottom: 1px;
}

.active\:pl-px:active {
  padding-left: 1px;
}

.visited\:p-0:visited {
  padding: 0;
}

.visited\:p-1:visited {
  padding: 0.25rem;
}

.visited\:p-2:visited {
  padding: 0.5rem;
}

.visited\:p-3:visited {
  padding: 0.75rem;
}

.visited\:p-4:visited {
  padding: 1rem;
}

.visited\:p-5:visited {
  padding: 1.25rem;
}

.visited\:p-6:visited {
  padding: 1.5rem;
}

.visited\:p-8:visited {
  padding: 2rem;
}

.visited\:p-10:visited {
  padding: 2.5rem;
}

.visited\:p-12:visited {
  padding: 3rem;
}

.visited\:p-16:visited {
  padding: 4rem;
}

.visited\:p-20:visited {
  padding: 5rem;
}

.visited\:p-24:visited {
  padding: 6rem;
}

.visited\:p-32:visited {
  padding: 8rem;
}

.visited\:p-40:visited {
  padding: 10rem;
}

.visited\:p-48:visited {
  padding: 12rem;
}

.visited\:p-56:visited {
  padding: 14rem;
}

.visited\:p-64:visited {
  padding: 16rem;
}

.visited\:p-px:visited {
  padding: 1px;
}

.visited\:py-0:visited {
  padding-top: 0;
  padding-bottom: 0;
}

.visited\:px-0:visited {
  padding-left: 0;
  padding-right: 0;
}

.visited\:py-1:visited {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.visited\:px-1:visited {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.visited\:py-2:visited {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.visited\:px-2:visited {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.visited\:py-3:visited {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.visited\:px-3:visited {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.visited\:py-4:visited {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.visited\:px-4:visited {
  padding-left: 1rem;
  padding-right: 1rem;
}

.visited\:py-5:visited {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.visited\:px-5:visited {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.visited\:py-6:visited {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.visited\:px-6:visited {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.visited\:py-8:visited {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.visited\:px-8:visited {
  padding-left: 2rem;
  padding-right: 2rem;
}

.visited\:py-10:visited {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.visited\:px-10:visited {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.visited\:py-12:visited {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.visited\:px-12:visited {
  padding-left: 3rem;
  padding-right: 3rem;
}

.visited\:py-16:visited {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.visited\:px-16:visited {
  padding-left: 4rem;
  padding-right: 4rem;
}

.visited\:py-20:visited {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.visited\:px-20:visited {
  padding-left: 5rem;
  padding-right: 5rem;
}

.visited\:py-24:visited {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.visited\:px-24:visited {
  padding-left: 6rem;
  padding-right: 6rem;
}

.visited\:py-32:visited {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.visited\:px-32:visited {
  padding-left: 8rem;
  padding-right: 8rem;
}

.visited\:py-40:visited {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.visited\:px-40:visited {
  padding-left: 10rem;
  padding-right: 10rem;
}

.visited\:py-48:visited {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.visited\:px-48:visited {
  padding-left: 12rem;
  padding-right: 12rem;
}

.visited\:py-56:visited {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.visited\:px-56:visited {
  padding-left: 14rem;
  padding-right: 14rem;
}

.visited\:py-64:visited {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.visited\:px-64:visited {
  padding-left: 16rem;
  padding-right: 16rem;
}

.visited\:py-px:visited {
  padding-top: 1px;
  padding-bottom: 1px;
}

.visited\:px-px:visited {
  padding-left: 1px;
  padding-right: 1px;
}

.visited\:pt-0:visited {
  padding-top: 0;
}

.visited\:pr-0:visited {
  padding-right: 0;
}

.visited\:pb-0:visited {
  padding-bottom: 0;
}

.visited\:pl-0:visited {
  padding-left: 0;
}

.visited\:pt-1:visited {
  padding-top: 0.25rem;
}

.visited\:pr-1:visited {
  padding-right: 0.25rem;
}

.visited\:pb-1:visited {
  padding-bottom: 0.25rem;
}

.visited\:pl-1:visited {
  padding-left: 0.25rem;
}

.visited\:pt-2:visited {
  padding-top: 0.5rem;
}

.visited\:pr-2:visited {
  padding-right: 0.5rem;
}

.visited\:pb-2:visited {
  padding-bottom: 0.5rem;
}

.visited\:pl-2:visited {
  padding-left: 0.5rem;
}

.visited\:pt-3:visited {
  padding-top: 0.75rem;
}

.visited\:pr-3:visited {
  padding-right: 0.75rem;
}

.visited\:pb-3:visited {
  padding-bottom: 0.75rem;
}

.visited\:pl-3:visited {
  padding-left: 0.75rem;
}

.visited\:pt-4:visited {
  padding-top: 1rem;
}

.visited\:pr-4:visited {
  padding-right: 1rem;
}

.visited\:pb-4:visited {
  padding-bottom: 1rem;
}

.visited\:pl-4:visited {
  padding-left: 1rem;
}

.visited\:pt-5:visited {
  padding-top: 1.25rem;
}

.visited\:pr-5:visited {
  padding-right: 1.25rem;
}

.visited\:pb-5:visited {
  padding-bottom: 1.25rem;
}

.visited\:pl-5:visited {
  padding-left: 1.25rem;
}

.visited\:pt-6:visited {
  padding-top: 1.5rem;
}

.visited\:pr-6:visited {
  padding-right: 1.5rem;
}

.visited\:pb-6:visited {
  padding-bottom: 1.5rem;
}

.visited\:pl-6:visited {
  padding-left: 1.5rem;
}

.visited\:pt-8:visited {
  padding-top: 2rem;
}

.visited\:pr-8:visited {
  padding-right: 2rem;
}

.visited\:pb-8:visited {
  padding-bottom: 2rem;
}

.visited\:pl-8:visited {
  padding-left: 2rem;
}

.visited\:pt-10:visited {
  padding-top: 2.5rem;
}

.visited\:pr-10:visited {
  padding-right: 2.5rem;
}

.visited\:pb-10:visited {
  padding-bottom: 2.5rem;
}

.visited\:pl-10:visited {
  padding-left: 2.5rem;
}

.visited\:pt-12:visited {
  padding-top: 3rem;
}

.visited\:pr-12:visited {
  padding-right: 3rem;
}

.visited\:pb-12:visited {
  padding-bottom: 3rem;
}

.visited\:pl-12:visited {
  padding-left: 3rem;
}

.visited\:pt-16:visited {
  padding-top: 4rem;
}

.visited\:pr-16:visited {
  padding-right: 4rem;
}

.visited\:pb-16:visited {
  padding-bottom: 4rem;
}

.visited\:pl-16:visited {
  padding-left: 4rem;
}

.visited\:pt-20:visited {
  padding-top: 5rem;
}

.visited\:pr-20:visited {
  padding-right: 5rem;
}

.visited\:pb-20:visited {
  padding-bottom: 5rem;
}

.visited\:pl-20:visited {
  padding-left: 5rem;
}

.visited\:pt-24:visited {
  padding-top: 6rem;
}

.visited\:pr-24:visited {
  padding-right: 6rem;
}

.visited\:pb-24:visited {
  padding-bottom: 6rem;
}

.visited\:pl-24:visited {
  padding-left: 6rem;
}

.visited\:pt-32:visited {
  padding-top: 8rem;
}

.visited\:pr-32:visited {
  padding-right: 8rem;
}

.visited\:pb-32:visited {
  padding-bottom: 8rem;
}

.visited\:pl-32:visited {
  padding-left: 8rem;
}

.visited\:pt-40:visited {
  padding-top: 10rem;
}

.visited\:pr-40:visited {
  padding-right: 10rem;
}

.visited\:pb-40:visited {
  padding-bottom: 10rem;
}

.visited\:pl-40:visited {
  padding-left: 10rem;
}

.visited\:pt-48:visited {
  padding-top: 12rem;
}

.visited\:pr-48:visited {
  padding-right: 12rem;
}

.visited\:pb-48:visited {
  padding-bottom: 12rem;
}

.visited\:pl-48:visited {
  padding-left: 12rem;
}

.visited\:pt-56:visited {
  padding-top: 14rem;
}

.visited\:pr-56:visited {
  padding-right: 14rem;
}

.visited\:pb-56:visited {
  padding-bottom: 14rem;
}

.visited\:pl-56:visited {
  padding-left: 14rem;
}

.visited\:pt-64:visited {
  padding-top: 16rem;
}

.visited\:pr-64:visited {
  padding-right: 16rem;
}

.visited\:pb-64:visited {
  padding-bottom: 16rem;
}

.visited\:pl-64:visited {
  padding-left: 16rem;
}

.visited\:pt-px:visited {
  padding-top: 1px;
}

.visited\:pr-px:visited {
  padding-right: 1px;
}

.visited\:pb-px:visited {
  padding-bottom: 1px;
}

.visited\:pl-px:visited {
  padding-left: 1px;
}

.disabled\:p-0:disabled {
  padding: 0;
}

.disabled\:p-1:disabled {
  padding: 0.25rem;
}

.disabled\:p-2:disabled {
  padding: 0.5rem;
}

.disabled\:p-3:disabled {
  padding: 0.75rem;
}

.disabled\:p-4:disabled {
  padding: 1rem;
}

.disabled\:p-5:disabled {
  padding: 1.25rem;
}

.disabled\:p-6:disabled {
  padding: 1.5rem;
}

.disabled\:p-8:disabled {
  padding: 2rem;
}

.disabled\:p-10:disabled {
  padding: 2.5rem;
}

.disabled\:p-12:disabled {
  padding: 3rem;
}

.disabled\:p-16:disabled {
  padding: 4rem;
}

.disabled\:p-20:disabled {
  padding: 5rem;
}

.disabled\:p-24:disabled {
  padding: 6rem;
}

.disabled\:p-32:disabled {
  padding: 8rem;
}

.disabled\:p-40:disabled {
  padding: 10rem;
}

.disabled\:p-48:disabled {
  padding: 12rem;
}

.disabled\:p-56:disabled {
  padding: 14rem;
}

.disabled\:p-64:disabled {
  padding: 16rem;
}

.disabled\:p-px:disabled {
  padding: 1px;
}

.disabled\:py-0:disabled {
  padding-top: 0;
  padding-bottom: 0;
}

.disabled\:px-0:disabled {
  padding-left: 0;
  padding-right: 0;
}

.disabled\:py-1:disabled {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.disabled\:px-1:disabled {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.disabled\:py-2:disabled {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.disabled\:px-2:disabled {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.disabled\:py-3:disabled {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.disabled\:px-3:disabled {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.disabled\:py-4:disabled {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.disabled\:px-4:disabled {
  padding-left: 1rem;
  padding-right: 1rem;
}

.disabled\:py-5:disabled {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.disabled\:px-5:disabled {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.disabled\:py-6:disabled {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.disabled\:px-6:disabled {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.disabled\:py-8:disabled {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.disabled\:px-8:disabled {
  padding-left: 2rem;
  padding-right: 2rem;
}

.disabled\:py-10:disabled {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.disabled\:px-10:disabled {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.disabled\:py-12:disabled {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.disabled\:px-12:disabled {
  padding-left: 3rem;
  padding-right: 3rem;
}

.disabled\:py-16:disabled {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.disabled\:px-16:disabled {
  padding-left: 4rem;
  padding-right: 4rem;
}

.disabled\:py-20:disabled {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.disabled\:px-20:disabled {
  padding-left: 5rem;
  padding-right: 5rem;
}

.disabled\:py-24:disabled {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.disabled\:px-24:disabled {
  padding-left: 6rem;
  padding-right: 6rem;
}

.disabled\:py-32:disabled {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.disabled\:px-32:disabled {
  padding-left: 8rem;
  padding-right: 8rem;
}

.disabled\:py-40:disabled {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.disabled\:px-40:disabled {
  padding-left: 10rem;
  padding-right: 10rem;
}

.disabled\:py-48:disabled {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.disabled\:px-48:disabled {
  padding-left: 12rem;
  padding-right: 12rem;
}

.disabled\:py-56:disabled {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.disabled\:px-56:disabled {
  padding-left: 14rem;
  padding-right: 14rem;
}

.disabled\:py-64:disabled {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.disabled\:px-64:disabled {
  padding-left: 16rem;
  padding-right: 16rem;
}

.disabled\:py-px:disabled {
  padding-top: 1px;
  padding-bottom: 1px;
}

.disabled\:px-px:disabled {
  padding-left: 1px;
  padding-right: 1px;
}

.disabled\:pt-0:disabled {
  padding-top: 0;
}

.disabled\:pr-0:disabled {
  padding-right: 0;
}

.disabled\:pb-0:disabled {
  padding-bottom: 0;
}

.disabled\:pl-0:disabled {
  padding-left: 0;
}

.disabled\:pt-1:disabled {
  padding-top: 0.25rem;
}

.disabled\:pr-1:disabled {
  padding-right: 0.25rem;
}

.disabled\:pb-1:disabled {
  padding-bottom: 0.25rem;
}

.disabled\:pl-1:disabled {
  padding-left: 0.25rem;
}

.disabled\:pt-2:disabled {
  padding-top: 0.5rem;
}

.disabled\:pr-2:disabled {
  padding-right: 0.5rem;
}

.disabled\:pb-2:disabled {
  padding-bottom: 0.5rem;
}

.disabled\:pl-2:disabled {
  padding-left: 0.5rem;
}

.disabled\:pt-3:disabled {
  padding-top: 0.75rem;
}

.disabled\:pr-3:disabled {
  padding-right: 0.75rem;
}

.disabled\:pb-3:disabled {
  padding-bottom: 0.75rem;
}

.disabled\:pl-3:disabled {
  padding-left: 0.75rem;
}

.disabled\:pt-4:disabled {
  padding-top: 1rem;
}

.disabled\:pr-4:disabled {
  padding-right: 1rem;
}

.disabled\:pb-4:disabled {
  padding-bottom: 1rem;
}

.disabled\:pl-4:disabled {
  padding-left: 1rem;
}

.disabled\:pt-5:disabled {
  padding-top: 1.25rem;
}

.disabled\:pr-5:disabled {
  padding-right: 1.25rem;
}

.disabled\:pb-5:disabled {
  padding-bottom: 1.25rem;
}

.disabled\:pl-5:disabled {
  padding-left: 1.25rem;
}

.disabled\:pt-6:disabled {
  padding-top: 1.5rem;
}

.disabled\:pr-6:disabled {
  padding-right: 1.5rem;
}

.disabled\:pb-6:disabled {
  padding-bottom: 1.5rem;
}

.disabled\:pl-6:disabled {
  padding-left: 1.5rem;
}

.disabled\:pt-8:disabled {
  padding-top: 2rem;
}

.disabled\:pr-8:disabled {
  padding-right: 2rem;
}

.disabled\:pb-8:disabled {
  padding-bottom: 2rem;
}

.disabled\:pl-8:disabled {
  padding-left: 2rem;
}

.disabled\:pt-10:disabled {
  padding-top: 2.5rem;
}

.disabled\:pr-10:disabled {
  padding-right: 2.5rem;
}

.disabled\:pb-10:disabled {
  padding-bottom: 2.5rem;
}

.disabled\:pl-10:disabled {
  padding-left: 2.5rem;
}

.disabled\:pt-12:disabled {
  padding-top: 3rem;
}

.disabled\:pr-12:disabled {
  padding-right: 3rem;
}

.disabled\:pb-12:disabled {
  padding-bottom: 3rem;
}

.disabled\:pl-12:disabled {
  padding-left: 3rem;
}

.disabled\:pt-16:disabled {
  padding-top: 4rem;
}

.disabled\:pr-16:disabled {
  padding-right: 4rem;
}

.disabled\:pb-16:disabled {
  padding-bottom: 4rem;
}

.disabled\:pl-16:disabled {
  padding-left: 4rem;
}

.disabled\:pt-20:disabled {
  padding-top: 5rem;
}

.disabled\:pr-20:disabled {
  padding-right: 5rem;
}

.disabled\:pb-20:disabled {
  padding-bottom: 5rem;
}

.disabled\:pl-20:disabled {
  padding-left: 5rem;
}

.disabled\:pt-24:disabled {
  padding-top: 6rem;
}

.disabled\:pr-24:disabled {
  padding-right: 6rem;
}

.disabled\:pb-24:disabled {
  padding-bottom: 6rem;
}

.disabled\:pl-24:disabled {
  padding-left: 6rem;
}

.disabled\:pt-32:disabled {
  padding-top: 8rem;
}

.disabled\:pr-32:disabled {
  padding-right: 8rem;
}

.disabled\:pb-32:disabled {
  padding-bottom: 8rem;
}

.disabled\:pl-32:disabled {
  padding-left: 8rem;
}

.disabled\:pt-40:disabled {
  padding-top: 10rem;
}

.disabled\:pr-40:disabled {
  padding-right: 10rem;
}

.disabled\:pb-40:disabled {
  padding-bottom: 10rem;
}

.disabled\:pl-40:disabled {
  padding-left: 10rem;
}

.disabled\:pt-48:disabled {
  padding-top: 12rem;
}

.disabled\:pr-48:disabled {
  padding-right: 12rem;
}

.disabled\:pb-48:disabled {
  padding-bottom: 12rem;
}

.disabled\:pl-48:disabled {
  padding-left: 12rem;
}

.disabled\:pt-56:disabled {
  padding-top: 14rem;
}

.disabled\:pr-56:disabled {
  padding-right: 14rem;
}

.disabled\:pb-56:disabled {
  padding-bottom: 14rem;
}

.disabled\:pl-56:disabled {
  padding-left: 14rem;
}

.disabled\:pt-64:disabled {
  padding-top: 16rem;
}

.disabled\:pr-64:disabled {
  padding-right: 16rem;
}

.disabled\:pb-64:disabled {
  padding-bottom: 16rem;
}

.disabled\:pl-64:disabled {
  padding-left: 16rem;
}

.disabled\:pt-px:disabled {
  padding-top: 1px;
}

.disabled\:pr-px:disabled {
  padding-right: 1px;
}

.disabled\:pb-px:disabled {
  padding-bottom: 1px;
}

.disabled\:pl-px:disabled {
  padding-left: 1px;
}

.placeholder-transparent::-webkit-input-placeholder {
  color: transparent;
}

.placeholder-transparent::-moz-placeholder {
  color: transparent;
}

.placeholder-transparent:-ms-input-placeholder {
  color: transparent;
}

.placeholder-transparent::-ms-input-placeholder {
  color: transparent;
}

.placeholder-transparent::placeholder {
  color: transparent;
}

.placeholder-black::-webkit-input-placeholder {
  color: #000;
}

.placeholder-black::-moz-placeholder {
  color: #000;
}

.placeholder-black:-ms-input-placeholder {
  color: #000;
}

.placeholder-black::-ms-input-placeholder {
  color: #000;
}

.placeholder-black::placeholder {
  color: #000;
}

.placeholder-white::-webkit-input-placeholder {
  color: #fff;
}

.placeholder-white::-moz-placeholder {
  color: #fff;
}

.placeholder-white:-ms-input-placeholder {
  color: #fff;
}

.placeholder-white::-ms-input-placeholder {
  color: #fff;
}

.placeholder-white::placeholder {
  color: #fff;
}

.placeholder-gray-100::-webkit-input-placeholder {
  color: #f7fafc;
}

.placeholder-gray-100::-moz-placeholder {
  color: #f7fafc;
}

.placeholder-gray-100:-ms-input-placeholder {
  color: #f7fafc;
}

.placeholder-gray-100::-ms-input-placeholder {
  color: #f7fafc;
}

.placeholder-gray-100::placeholder {
  color: #f7fafc;
}

.placeholder-gray-200::-webkit-input-placeholder {
  color: #edf2f7;
}

.placeholder-gray-200::-moz-placeholder {
  color: #edf2f7;
}

.placeholder-gray-200:-ms-input-placeholder {
  color: #edf2f7;
}

.placeholder-gray-200::-ms-input-placeholder {
  color: #edf2f7;
}

.placeholder-gray-200::placeholder {
  color: #edf2f7;
}

.placeholder-gray-300::-webkit-input-placeholder {
  color: #e2e8f0;
}

.placeholder-gray-300::-moz-placeholder {
  color: #e2e8f0;
}

.placeholder-gray-300:-ms-input-placeholder {
  color: #e2e8f0;
}

.placeholder-gray-300::-ms-input-placeholder {
  color: #e2e8f0;
}

.placeholder-gray-300::placeholder {
  color: #e2e8f0;
}

.placeholder-gray-400::-webkit-input-placeholder {
  color: #cbd5e0;
}

.placeholder-gray-400::-moz-placeholder {
  color: #cbd5e0;
}

.placeholder-gray-400:-ms-input-placeholder {
  color: #cbd5e0;
}

.placeholder-gray-400::-ms-input-placeholder {
  color: #cbd5e0;
}

.placeholder-gray-400::placeholder {
  color: #cbd5e0;
}

.placeholder-gray-500::-webkit-input-placeholder {
  color: #a0aec0;
}

.placeholder-gray-500::-moz-placeholder {
  color: #a0aec0;
}

.placeholder-gray-500:-ms-input-placeholder {
  color: #a0aec0;
}

.placeholder-gray-500::-ms-input-placeholder {
  color: #a0aec0;
}

.placeholder-gray-500::placeholder {
  color: #a0aec0;
}

.placeholder-gray-600::-webkit-input-placeholder {
  color: #718096;
}

.placeholder-gray-600::-moz-placeholder {
  color: #718096;
}

.placeholder-gray-600:-ms-input-placeholder {
  color: #718096;
}

.placeholder-gray-600::-ms-input-placeholder {
  color: #718096;
}

.placeholder-gray-600::placeholder {
  color: #718096;
}

.placeholder-gray-700::-webkit-input-placeholder {
  color: #4a5568;
}

.placeholder-gray-700::-moz-placeholder {
  color: #4a5568;
}

.placeholder-gray-700:-ms-input-placeholder {
  color: #4a5568;
}

.placeholder-gray-700::-ms-input-placeholder {
  color: #4a5568;
}

.placeholder-gray-700::placeholder {
  color: #4a5568;
}

.placeholder-gray-800::-webkit-input-placeholder {
  color: #2d3748;
}

.placeholder-gray-800::-moz-placeholder {
  color: #2d3748;
}

.placeholder-gray-800:-ms-input-placeholder {
  color: #2d3748;
}

.placeholder-gray-800::-ms-input-placeholder {
  color: #2d3748;
}

.placeholder-gray-800::placeholder {
  color: #2d3748;
}

.placeholder-gray-900::-webkit-input-placeholder {
  color: #1a202c;
}

.placeholder-gray-900::-moz-placeholder {
  color: #1a202c;
}

.placeholder-gray-900:-ms-input-placeholder {
  color: #1a202c;
}

.placeholder-gray-900::-ms-input-placeholder {
  color: #1a202c;
}

.placeholder-gray-900::placeholder {
  color: #1a202c;
}

.placeholder-red-100::-webkit-input-placeholder {
  color: #fff5f5;
}

.placeholder-red-100::-moz-placeholder {
  color: #fff5f5;
}

.placeholder-red-100:-ms-input-placeholder {
  color: #fff5f5;
}

.placeholder-red-100::-ms-input-placeholder {
  color: #fff5f5;
}

.placeholder-red-100::placeholder {
  color: #fff5f5;
}

.placeholder-red-200::-webkit-input-placeholder {
  color: #fed7d7;
}

.placeholder-red-200::-moz-placeholder {
  color: #fed7d7;
}

.placeholder-red-200:-ms-input-placeholder {
  color: #fed7d7;
}

.placeholder-red-200::-ms-input-placeholder {
  color: #fed7d7;
}

.placeholder-red-200::placeholder {
  color: #fed7d7;
}

.placeholder-red-300::-webkit-input-placeholder {
  color: #feb2b2;
}

.placeholder-red-300::-moz-placeholder {
  color: #feb2b2;
}

.placeholder-red-300:-ms-input-placeholder {
  color: #feb2b2;
}

.placeholder-red-300::-ms-input-placeholder {
  color: #feb2b2;
}

.placeholder-red-300::placeholder {
  color: #feb2b2;
}

.placeholder-red-400::-webkit-input-placeholder {
  color: #fc8181;
}

.placeholder-red-400::-moz-placeholder {
  color: #fc8181;
}

.placeholder-red-400:-ms-input-placeholder {
  color: #fc8181;
}

.placeholder-red-400::-ms-input-placeholder {
  color: #fc8181;
}

.placeholder-red-400::placeholder {
  color: #fc8181;
}

.placeholder-red-500::-webkit-input-placeholder {
  color: #f56565;
}

.placeholder-red-500::-moz-placeholder {
  color: #f56565;
}

.placeholder-red-500:-ms-input-placeholder {
  color: #f56565;
}

.placeholder-red-500::-ms-input-placeholder {
  color: #f56565;
}

.placeholder-red-500::placeholder {
  color: #f56565;
}

.placeholder-red-600::-webkit-input-placeholder {
  color: #e53e3e;
}

.placeholder-red-600::-moz-placeholder {
  color: #e53e3e;
}

.placeholder-red-600:-ms-input-placeholder {
  color: #e53e3e;
}

.placeholder-red-600::-ms-input-placeholder {
  color: #e53e3e;
}

.placeholder-red-600::placeholder {
  color: #e53e3e;
}

.placeholder-red-700::-webkit-input-placeholder {
  color: #c53030;
}

.placeholder-red-700::-moz-placeholder {
  color: #c53030;
}

.placeholder-red-700:-ms-input-placeholder {
  color: #c53030;
}

.placeholder-red-700::-ms-input-placeholder {
  color: #c53030;
}

.placeholder-red-700::placeholder {
  color: #c53030;
}

.placeholder-red-800::-webkit-input-placeholder {
  color: #9b2c2c;
}

.placeholder-red-800::-moz-placeholder {
  color: #9b2c2c;
}

.placeholder-red-800:-ms-input-placeholder {
  color: #9b2c2c;
}

.placeholder-red-800::-ms-input-placeholder {
  color: #9b2c2c;
}

.placeholder-red-800::placeholder {
  color: #9b2c2c;
}

.placeholder-red-900::-webkit-input-placeholder {
  color: #742a2a;
}

.placeholder-red-900::-moz-placeholder {
  color: #742a2a;
}

.placeholder-red-900:-ms-input-placeholder {
  color: #742a2a;
}

.placeholder-red-900::-ms-input-placeholder {
  color: #742a2a;
}

.placeholder-red-900::placeholder {
  color: #742a2a;
}

.placeholder-orange-100::-webkit-input-placeholder {
  color: #fffaf0;
}

.placeholder-orange-100::-moz-placeholder {
  color: #fffaf0;
}

.placeholder-orange-100:-ms-input-placeholder {
  color: #fffaf0;
}

.placeholder-orange-100::-ms-input-placeholder {
  color: #fffaf0;
}

.placeholder-orange-100::placeholder {
  color: #fffaf0;
}

.placeholder-orange-200::-webkit-input-placeholder {
  color: #feebc8;
}

.placeholder-orange-200::-moz-placeholder {
  color: #feebc8;
}

.placeholder-orange-200:-ms-input-placeholder {
  color: #feebc8;
}

.placeholder-orange-200::-ms-input-placeholder {
  color: #feebc8;
}

.placeholder-orange-200::placeholder {
  color: #feebc8;
}

.placeholder-orange-300::-webkit-input-placeholder {
  color: #fbd38d;
}

.placeholder-orange-300::-moz-placeholder {
  color: #fbd38d;
}

.placeholder-orange-300:-ms-input-placeholder {
  color: #fbd38d;
}

.placeholder-orange-300::-ms-input-placeholder {
  color: #fbd38d;
}

.placeholder-orange-300::placeholder {
  color: #fbd38d;
}

.placeholder-orange-400::-webkit-input-placeholder {
  color: #f6ad55;
}

.placeholder-orange-400::-moz-placeholder {
  color: #f6ad55;
}

.placeholder-orange-400:-ms-input-placeholder {
  color: #f6ad55;
}

.placeholder-orange-400::-ms-input-placeholder {
  color: #f6ad55;
}

.placeholder-orange-400::placeholder {
  color: #f6ad55;
}

.placeholder-orange-500::-webkit-input-placeholder {
  color: #ed8936;
}

.placeholder-orange-500::-moz-placeholder {
  color: #ed8936;
}

.placeholder-orange-500:-ms-input-placeholder {
  color: #ed8936;
}

.placeholder-orange-500::-ms-input-placeholder {
  color: #ed8936;
}

.placeholder-orange-500::placeholder {
  color: #ed8936;
}

.placeholder-orange-600::-webkit-input-placeholder {
  color: #dd6b20;
}

.placeholder-orange-600::-moz-placeholder {
  color: #dd6b20;
}

.placeholder-orange-600:-ms-input-placeholder {
  color: #dd6b20;
}

.placeholder-orange-600::-ms-input-placeholder {
  color: #dd6b20;
}

.placeholder-orange-600::placeholder {
  color: #dd6b20;
}

.placeholder-orange-700::-webkit-input-placeholder {
  color: #c05621;
}

.placeholder-orange-700::-moz-placeholder {
  color: #c05621;
}

.placeholder-orange-700:-ms-input-placeholder {
  color: #c05621;
}

.placeholder-orange-700::-ms-input-placeholder {
  color: #c05621;
}

.placeholder-orange-700::placeholder {
  color: #c05621;
}

.placeholder-orange-800::-webkit-input-placeholder {
  color: #9c4221;
}

.placeholder-orange-800::-moz-placeholder {
  color: #9c4221;
}

.placeholder-orange-800:-ms-input-placeholder {
  color: #9c4221;
}

.placeholder-orange-800::-ms-input-placeholder {
  color: #9c4221;
}

.placeholder-orange-800::placeholder {
  color: #9c4221;
}

.placeholder-orange-900::-webkit-input-placeholder {
  color: #7b341e;
}

.placeholder-orange-900::-moz-placeholder {
  color: #7b341e;
}

.placeholder-orange-900:-ms-input-placeholder {
  color: #7b341e;
}

.placeholder-orange-900::-ms-input-placeholder {
  color: #7b341e;
}

.placeholder-orange-900::placeholder {
  color: #7b341e;
}

.placeholder-yellow-100::-webkit-input-placeholder {
  color: #fffff0;
}

.placeholder-yellow-100::-moz-placeholder {
  color: #fffff0;
}

.placeholder-yellow-100:-ms-input-placeholder {
  color: #fffff0;
}

.placeholder-yellow-100::-ms-input-placeholder {
  color: #fffff0;
}

.placeholder-yellow-100::placeholder {
  color: #fffff0;
}

.placeholder-yellow-200::-webkit-input-placeholder {
  color: #fefcbf;
}

.placeholder-yellow-200::-moz-placeholder {
  color: #fefcbf;
}

.placeholder-yellow-200:-ms-input-placeholder {
  color: #fefcbf;
}

.placeholder-yellow-200::-ms-input-placeholder {
  color: #fefcbf;
}

.placeholder-yellow-200::placeholder {
  color: #fefcbf;
}

.placeholder-yellow-300::-webkit-input-placeholder {
  color: #faf089;
}

.placeholder-yellow-300::-moz-placeholder {
  color: #faf089;
}

.placeholder-yellow-300:-ms-input-placeholder {
  color: #faf089;
}

.placeholder-yellow-300::-ms-input-placeholder {
  color: #faf089;
}

.placeholder-yellow-300::placeholder {
  color: #faf089;
}

.placeholder-yellow-400::-webkit-input-placeholder {
  color: #f6e05e;
}

.placeholder-yellow-400::-moz-placeholder {
  color: #f6e05e;
}

.placeholder-yellow-400:-ms-input-placeholder {
  color: #f6e05e;
}

.placeholder-yellow-400::-ms-input-placeholder {
  color: #f6e05e;
}

.placeholder-yellow-400::placeholder {
  color: #f6e05e;
}

.placeholder-yellow-500::-webkit-input-placeholder {
  color: #ecc94b;
}

.placeholder-yellow-500::-moz-placeholder {
  color: #ecc94b;
}

.placeholder-yellow-500:-ms-input-placeholder {
  color: #ecc94b;
}

.placeholder-yellow-500::-ms-input-placeholder {
  color: #ecc94b;
}

.placeholder-yellow-500::placeholder {
  color: #ecc94b;
}

.placeholder-yellow-600::-webkit-input-placeholder {
  color: #d69e2e;
}

.placeholder-yellow-600::-moz-placeholder {
  color: #d69e2e;
}

.placeholder-yellow-600:-ms-input-placeholder {
  color: #d69e2e;
}

.placeholder-yellow-600::-ms-input-placeholder {
  color: #d69e2e;
}

.placeholder-yellow-600::placeholder {
  color: #d69e2e;
}

.placeholder-yellow-700::-webkit-input-placeholder {
  color: #b7791f;
}

.placeholder-yellow-700::-moz-placeholder {
  color: #b7791f;
}

.placeholder-yellow-700:-ms-input-placeholder {
  color: #b7791f;
}

.placeholder-yellow-700::-ms-input-placeholder {
  color: #b7791f;
}

.placeholder-yellow-700::placeholder {
  color: #b7791f;
}

.placeholder-yellow-800::-webkit-input-placeholder {
  color: #975a16;
}

.placeholder-yellow-800::-moz-placeholder {
  color: #975a16;
}

.placeholder-yellow-800:-ms-input-placeholder {
  color: #975a16;
}

.placeholder-yellow-800::-ms-input-placeholder {
  color: #975a16;
}

.placeholder-yellow-800::placeholder {
  color: #975a16;
}

.placeholder-yellow-900::-webkit-input-placeholder {
  color: #744210;
}

.placeholder-yellow-900::-moz-placeholder {
  color: #744210;
}

.placeholder-yellow-900:-ms-input-placeholder {
  color: #744210;
}

.placeholder-yellow-900::-ms-input-placeholder {
  color: #744210;
}

.placeholder-yellow-900::placeholder {
  color: #744210;
}

.placeholder-green-100::-webkit-input-placeholder {
  color: #f0fff4;
}

.placeholder-green-100::-moz-placeholder {
  color: #f0fff4;
}

.placeholder-green-100:-ms-input-placeholder {
  color: #f0fff4;
}

.placeholder-green-100::-ms-input-placeholder {
  color: #f0fff4;
}

.placeholder-green-100::placeholder {
  color: #f0fff4;
}

.placeholder-green-200::-webkit-input-placeholder {
  color: #c6f6d5;
}

.placeholder-green-200::-moz-placeholder {
  color: #c6f6d5;
}

.placeholder-green-200:-ms-input-placeholder {
  color: #c6f6d5;
}

.placeholder-green-200::-ms-input-placeholder {
  color: #c6f6d5;
}

.placeholder-green-200::placeholder {
  color: #c6f6d5;
}

.placeholder-green-300::-webkit-input-placeholder {
  color: #9ae6b4;
}

.placeholder-green-300::-moz-placeholder {
  color: #9ae6b4;
}

.placeholder-green-300:-ms-input-placeholder {
  color: #9ae6b4;
}

.placeholder-green-300::-ms-input-placeholder {
  color: #9ae6b4;
}

.placeholder-green-300::placeholder {
  color: #9ae6b4;
}

.placeholder-green-400::-webkit-input-placeholder {
  color: #68d391;
}

.placeholder-green-400::-moz-placeholder {
  color: #68d391;
}

.placeholder-green-400:-ms-input-placeholder {
  color: #68d391;
}

.placeholder-green-400::-ms-input-placeholder {
  color: #68d391;
}

.placeholder-green-400::placeholder {
  color: #68d391;
}

.placeholder-green-500::-webkit-input-placeholder {
  color: #48bb78;
}

.placeholder-green-500::-moz-placeholder {
  color: #48bb78;
}

.placeholder-green-500:-ms-input-placeholder {
  color: #48bb78;
}

.placeholder-green-500::-ms-input-placeholder {
  color: #48bb78;
}

.placeholder-green-500::placeholder {
  color: #48bb78;
}

.placeholder-green-600::-webkit-input-placeholder {
  color: #38a169;
}

.placeholder-green-600::-moz-placeholder {
  color: #38a169;
}

.placeholder-green-600:-ms-input-placeholder {
  color: #38a169;
}

.placeholder-green-600::-ms-input-placeholder {
  color: #38a169;
}

.placeholder-green-600::placeholder {
  color: #38a169;
}

.placeholder-green-700::-webkit-input-placeholder {
  color: #2f855a;
}

.placeholder-green-700::-moz-placeholder {
  color: #2f855a;
}

.placeholder-green-700:-ms-input-placeholder {
  color: #2f855a;
}

.placeholder-green-700::-ms-input-placeholder {
  color: #2f855a;
}

.placeholder-green-700::placeholder {
  color: #2f855a;
}

.placeholder-green-800::-webkit-input-placeholder {
  color: #276749;
}

.placeholder-green-800::-moz-placeholder {
  color: #276749;
}

.placeholder-green-800:-ms-input-placeholder {
  color: #276749;
}

.placeholder-green-800::-ms-input-placeholder {
  color: #276749;
}

.placeholder-green-800::placeholder {
  color: #276749;
}

.placeholder-green-900::-webkit-input-placeholder {
  color: #22543d;
}

.placeholder-green-900::-moz-placeholder {
  color: #22543d;
}

.placeholder-green-900:-ms-input-placeholder {
  color: #22543d;
}

.placeholder-green-900::-ms-input-placeholder {
  color: #22543d;
}

.placeholder-green-900::placeholder {
  color: #22543d;
}

.placeholder-teal-100::-webkit-input-placeholder {
  color: #e6fffa;
}

.placeholder-teal-100::-moz-placeholder {
  color: #e6fffa;
}

.placeholder-teal-100:-ms-input-placeholder {
  color: #e6fffa;
}

.placeholder-teal-100::-ms-input-placeholder {
  color: #e6fffa;
}

.placeholder-teal-100::placeholder {
  color: #e6fffa;
}

.placeholder-teal-200::-webkit-input-placeholder {
  color: #b2f5ea;
}

.placeholder-teal-200::-moz-placeholder {
  color: #b2f5ea;
}

.placeholder-teal-200:-ms-input-placeholder {
  color: #b2f5ea;
}

.placeholder-teal-200::-ms-input-placeholder {
  color: #b2f5ea;
}

.placeholder-teal-200::placeholder {
  color: #b2f5ea;
}

.placeholder-teal-300::-webkit-input-placeholder {
  color: #81e6d9;
}

.placeholder-teal-300::-moz-placeholder {
  color: #81e6d9;
}

.placeholder-teal-300:-ms-input-placeholder {
  color: #81e6d9;
}

.placeholder-teal-300::-ms-input-placeholder {
  color: #81e6d9;
}

.placeholder-teal-300::placeholder {
  color: #81e6d9;
}

.placeholder-teal-400::-webkit-input-placeholder {
  color: #4fd1c5;
}

.placeholder-teal-400::-moz-placeholder {
  color: #4fd1c5;
}

.placeholder-teal-400:-ms-input-placeholder {
  color: #4fd1c5;
}

.placeholder-teal-400::-ms-input-placeholder {
  color: #4fd1c5;
}

.placeholder-teal-400::placeholder {
  color: #4fd1c5;
}

.placeholder-teal-500::-webkit-input-placeholder {
  color: #38b2ac;
}

.placeholder-teal-500::-moz-placeholder {
  color: #38b2ac;
}

.placeholder-teal-500:-ms-input-placeholder {
  color: #38b2ac;
}

.placeholder-teal-500::-ms-input-placeholder {
  color: #38b2ac;
}

.placeholder-teal-500::placeholder {
  color: #38b2ac;
}

.placeholder-teal-600::-webkit-input-placeholder {
  color: #319795;
}

.placeholder-teal-600::-moz-placeholder {
  color: #319795;
}

.placeholder-teal-600:-ms-input-placeholder {
  color: #319795;
}

.placeholder-teal-600::-ms-input-placeholder {
  color: #319795;
}

.placeholder-teal-600::placeholder {
  color: #319795;
}

.placeholder-teal-700::-webkit-input-placeholder {
  color: #2c7a7b;
}

.placeholder-teal-700::-moz-placeholder {
  color: #2c7a7b;
}

.placeholder-teal-700:-ms-input-placeholder {
  color: #2c7a7b;
}

.placeholder-teal-700::-ms-input-placeholder {
  color: #2c7a7b;
}

.placeholder-teal-700::placeholder {
  color: #2c7a7b;
}

.placeholder-teal-800::-webkit-input-placeholder {
  color: #285e61;
}

.placeholder-teal-800::-moz-placeholder {
  color: #285e61;
}

.placeholder-teal-800:-ms-input-placeholder {
  color: #285e61;
}

.placeholder-teal-800::-ms-input-placeholder {
  color: #285e61;
}

.placeholder-teal-800::placeholder {
  color: #285e61;
}

.placeholder-teal-900::-webkit-input-placeholder {
  color: #234e52;
}

.placeholder-teal-900::-moz-placeholder {
  color: #234e52;
}

.placeholder-teal-900:-ms-input-placeholder {
  color: #234e52;
}

.placeholder-teal-900::-ms-input-placeholder {
  color: #234e52;
}

.placeholder-teal-900::placeholder {
  color: #234e52;
}

.placeholder-blue-100::-webkit-input-placeholder {
  color: #ebf8ff;
}

.placeholder-blue-100::-moz-placeholder {
  color: #ebf8ff;
}

.placeholder-blue-100:-ms-input-placeholder {
  color: #ebf8ff;
}

.placeholder-blue-100::-ms-input-placeholder {
  color: #ebf8ff;
}

.placeholder-blue-100::placeholder {
  color: #ebf8ff;
}

.placeholder-blue-200::-webkit-input-placeholder {
  color: #bee3f8;
}

.placeholder-blue-200::-moz-placeholder {
  color: #bee3f8;
}

.placeholder-blue-200:-ms-input-placeholder {
  color: #bee3f8;
}

.placeholder-blue-200::-ms-input-placeholder {
  color: #bee3f8;
}

.placeholder-blue-200::placeholder {
  color: #bee3f8;
}

.placeholder-blue-300::-webkit-input-placeholder {
  color: #90cdf4;
}

.placeholder-blue-300::-moz-placeholder {
  color: #90cdf4;
}

.placeholder-blue-300:-ms-input-placeholder {
  color: #90cdf4;
}

.placeholder-blue-300::-ms-input-placeholder {
  color: #90cdf4;
}

.placeholder-blue-300::placeholder {
  color: #90cdf4;
}

.placeholder-blue-400::-webkit-input-placeholder {
  color: #63b3ed;
}

.placeholder-blue-400::-moz-placeholder {
  color: #63b3ed;
}

.placeholder-blue-400:-ms-input-placeholder {
  color: #63b3ed;
}

.placeholder-blue-400::-ms-input-placeholder {
  color: #63b3ed;
}

.placeholder-blue-400::placeholder {
  color: #63b3ed;
}

.placeholder-blue-500::-webkit-input-placeholder {
  color: #4299e1;
}

.placeholder-blue-500::-moz-placeholder {
  color: #4299e1;
}

.placeholder-blue-500:-ms-input-placeholder {
  color: #4299e1;
}

.placeholder-blue-500::-ms-input-placeholder {
  color: #4299e1;
}

.placeholder-blue-500::placeholder {
  color: #4299e1;
}

.placeholder-blue-600::-webkit-input-placeholder {
  color: #3182ce;
}

.placeholder-blue-600::-moz-placeholder {
  color: #3182ce;
}

.placeholder-blue-600:-ms-input-placeholder {
  color: #3182ce;
}

.placeholder-blue-600::-ms-input-placeholder {
  color: #3182ce;
}

.placeholder-blue-600::placeholder {
  color: #3182ce;
}

.placeholder-blue-700::-webkit-input-placeholder {
  color: #2b6cb0;
}

.placeholder-blue-700::-moz-placeholder {
  color: #2b6cb0;
}

.placeholder-blue-700:-ms-input-placeholder {
  color: #2b6cb0;
}

.placeholder-blue-700::-ms-input-placeholder {
  color: #2b6cb0;
}

.placeholder-blue-700::placeholder {
  color: #2b6cb0;
}

.placeholder-blue-800::-webkit-input-placeholder {
  color: #2c5282;
}

.placeholder-blue-800::-moz-placeholder {
  color: #2c5282;
}

.placeholder-blue-800:-ms-input-placeholder {
  color: #2c5282;
}

.placeholder-blue-800::-ms-input-placeholder {
  color: #2c5282;
}

.placeholder-blue-800::placeholder {
  color: #2c5282;
}

.placeholder-blue-900::-webkit-input-placeholder {
  color: #2a4365;
}

.placeholder-blue-900::-moz-placeholder {
  color: #2a4365;
}

.placeholder-blue-900:-ms-input-placeholder {
  color: #2a4365;
}

.placeholder-blue-900::-ms-input-placeholder {
  color: #2a4365;
}

.placeholder-blue-900::placeholder {
  color: #2a4365;
}

.placeholder-indigo-100::-webkit-input-placeholder {
  color: #ebf4ff;
}

.placeholder-indigo-100::-moz-placeholder {
  color: #ebf4ff;
}

.placeholder-indigo-100:-ms-input-placeholder {
  color: #ebf4ff;
}

.placeholder-indigo-100::-ms-input-placeholder {
  color: #ebf4ff;
}

.placeholder-indigo-100::placeholder {
  color: #ebf4ff;
}

.placeholder-indigo-200::-webkit-input-placeholder {
  color: #c3dafe;
}

.placeholder-indigo-200::-moz-placeholder {
  color: #c3dafe;
}

.placeholder-indigo-200:-ms-input-placeholder {
  color: #c3dafe;
}

.placeholder-indigo-200::-ms-input-placeholder {
  color: #c3dafe;
}

.placeholder-indigo-200::placeholder {
  color: #c3dafe;
}

.placeholder-indigo-300::-webkit-input-placeholder {
  color: #a3bffa;
}

.placeholder-indigo-300::-moz-placeholder {
  color: #a3bffa;
}

.placeholder-indigo-300:-ms-input-placeholder {
  color: #a3bffa;
}

.placeholder-indigo-300::-ms-input-placeholder {
  color: #a3bffa;
}

.placeholder-indigo-300::placeholder {
  color: #a3bffa;
}

.placeholder-indigo-400::-webkit-input-placeholder {
  color: #7f9cf5;
}

.placeholder-indigo-400::-moz-placeholder {
  color: #7f9cf5;
}

.placeholder-indigo-400:-ms-input-placeholder {
  color: #7f9cf5;
}

.placeholder-indigo-400::-ms-input-placeholder {
  color: #7f9cf5;
}

.placeholder-indigo-400::placeholder {
  color: #7f9cf5;
}

.placeholder-indigo-500::-webkit-input-placeholder {
  color: #667eea;
}

.placeholder-indigo-500::-moz-placeholder {
  color: #667eea;
}

.placeholder-indigo-500:-ms-input-placeholder {
  color: #667eea;
}

.placeholder-indigo-500::-ms-input-placeholder {
  color: #667eea;
}

.placeholder-indigo-500::placeholder {
  color: #667eea;
}

.placeholder-indigo-600::-webkit-input-placeholder {
  color: #5a67d8;
}

.placeholder-indigo-600::-moz-placeholder {
  color: #5a67d8;
}

.placeholder-indigo-600:-ms-input-placeholder {
  color: #5a67d8;
}

.placeholder-indigo-600::-ms-input-placeholder {
  color: #5a67d8;
}

.placeholder-indigo-600::placeholder {
  color: #5a67d8;
}

.placeholder-indigo-700::-webkit-input-placeholder {
  color: #4c51bf;
}

.placeholder-indigo-700::-moz-placeholder {
  color: #4c51bf;
}

.placeholder-indigo-700:-ms-input-placeholder {
  color: #4c51bf;
}

.placeholder-indigo-700::-ms-input-placeholder {
  color: #4c51bf;
}

.placeholder-indigo-700::placeholder {
  color: #4c51bf;
}

.placeholder-indigo-800::-webkit-input-placeholder {
  color: #434190;
}

.placeholder-indigo-800::-moz-placeholder {
  color: #434190;
}

.placeholder-indigo-800:-ms-input-placeholder {
  color: #434190;
}

.placeholder-indigo-800::-ms-input-placeholder {
  color: #434190;
}

.placeholder-indigo-800::placeholder {
  color: #434190;
}

.placeholder-indigo-900::-webkit-input-placeholder {
  color: #3c366b;
}

.placeholder-indigo-900::-moz-placeholder {
  color: #3c366b;
}

.placeholder-indigo-900:-ms-input-placeholder {
  color: #3c366b;
}

.placeholder-indigo-900::-ms-input-placeholder {
  color: #3c366b;
}

.placeholder-indigo-900::placeholder {
  color: #3c366b;
}

.placeholder-purple-100::-webkit-input-placeholder {
  color: #faf5ff;
}

.placeholder-purple-100::-moz-placeholder {
  color: #faf5ff;
}

.placeholder-purple-100:-ms-input-placeholder {
  color: #faf5ff;
}

.placeholder-purple-100::-ms-input-placeholder {
  color: #faf5ff;
}

.placeholder-purple-100::placeholder {
  color: #faf5ff;
}

.placeholder-purple-200::-webkit-input-placeholder {
  color: #e9d8fd;
}

.placeholder-purple-200::-moz-placeholder {
  color: #e9d8fd;
}

.placeholder-purple-200:-ms-input-placeholder {
  color: #e9d8fd;
}

.placeholder-purple-200::-ms-input-placeholder {
  color: #e9d8fd;
}

.placeholder-purple-200::placeholder {
  color: #e9d8fd;
}

.placeholder-purple-300::-webkit-input-placeholder {
  color: #d6bcfa;
}

.placeholder-purple-300::-moz-placeholder {
  color: #d6bcfa;
}

.placeholder-purple-300:-ms-input-placeholder {
  color: #d6bcfa;
}

.placeholder-purple-300::-ms-input-placeholder {
  color: #d6bcfa;
}

.placeholder-purple-300::placeholder {
  color: #d6bcfa;
}

.placeholder-purple-400::-webkit-input-placeholder {
  color: #b794f4;
}

.placeholder-purple-400::-moz-placeholder {
  color: #b794f4;
}

.placeholder-purple-400:-ms-input-placeholder {
  color: #b794f4;
}

.placeholder-purple-400::-ms-input-placeholder {
  color: #b794f4;
}

.placeholder-purple-400::placeholder {
  color: #b794f4;
}

.placeholder-purple-500::-webkit-input-placeholder {
  color: #9f7aea;
}

.placeholder-purple-500::-moz-placeholder {
  color: #9f7aea;
}

.placeholder-purple-500:-ms-input-placeholder {
  color: #9f7aea;
}

.placeholder-purple-500::-ms-input-placeholder {
  color: #9f7aea;
}

.placeholder-purple-500::placeholder {
  color: #9f7aea;
}

.placeholder-purple-600::-webkit-input-placeholder {
  color: #805ad5;
}

.placeholder-purple-600::-moz-placeholder {
  color: #805ad5;
}

.placeholder-purple-600:-ms-input-placeholder {
  color: #805ad5;
}

.placeholder-purple-600::-ms-input-placeholder {
  color: #805ad5;
}

.placeholder-purple-600::placeholder {
  color: #805ad5;
}

.placeholder-purple-700::-webkit-input-placeholder {
  color: #6b46c1;
}

.placeholder-purple-700::-moz-placeholder {
  color: #6b46c1;
}

.placeholder-purple-700:-ms-input-placeholder {
  color: #6b46c1;
}

.placeholder-purple-700::-ms-input-placeholder {
  color: #6b46c1;
}

.placeholder-purple-700::placeholder {
  color: #6b46c1;
}

.placeholder-purple-800::-webkit-input-placeholder {
  color: #553c9a;
}

.placeholder-purple-800::-moz-placeholder {
  color: #553c9a;
}

.placeholder-purple-800:-ms-input-placeholder {
  color: #553c9a;
}

.placeholder-purple-800::-ms-input-placeholder {
  color: #553c9a;
}

.placeholder-purple-800::placeholder {
  color: #553c9a;
}

.placeholder-purple-900::-webkit-input-placeholder {
  color: #44337a;
}

.placeholder-purple-900::-moz-placeholder {
  color: #44337a;
}

.placeholder-purple-900:-ms-input-placeholder {
  color: #44337a;
}

.placeholder-purple-900::-ms-input-placeholder {
  color: #44337a;
}

.placeholder-purple-900::placeholder {
  color: #44337a;
}

.placeholder-pink-100::-webkit-input-placeholder {
  color: #fff5f7;
}

.placeholder-pink-100::-moz-placeholder {
  color: #fff5f7;
}

.placeholder-pink-100:-ms-input-placeholder {
  color: #fff5f7;
}

.placeholder-pink-100::-ms-input-placeholder {
  color: #fff5f7;
}

.placeholder-pink-100::placeholder {
  color: #fff5f7;
}

.placeholder-pink-200::-webkit-input-placeholder {
  color: #fed7e2;
}

.placeholder-pink-200::-moz-placeholder {
  color: #fed7e2;
}

.placeholder-pink-200:-ms-input-placeholder {
  color: #fed7e2;
}

.placeholder-pink-200::-ms-input-placeholder {
  color: #fed7e2;
}

.placeholder-pink-200::placeholder {
  color: #fed7e2;
}

.placeholder-pink-300::-webkit-input-placeholder {
  color: #fbb6ce;
}

.placeholder-pink-300::-moz-placeholder {
  color: #fbb6ce;
}

.placeholder-pink-300:-ms-input-placeholder {
  color: #fbb6ce;
}

.placeholder-pink-300::-ms-input-placeholder {
  color: #fbb6ce;
}

.placeholder-pink-300::placeholder {
  color: #fbb6ce;
}

.placeholder-pink-400::-webkit-input-placeholder {
  color: #f687b3;
}

.placeholder-pink-400::-moz-placeholder {
  color: #f687b3;
}

.placeholder-pink-400:-ms-input-placeholder {
  color: #f687b3;
}

.placeholder-pink-400::-ms-input-placeholder {
  color: #f687b3;
}

.placeholder-pink-400::placeholder {
  color: #f687b3;
}

.placeholder-pink-500::-webkit-input-placeholder {
  color: #ed64a6;
}

.placeholder-pink-500::-moz-placeholder {
  color: #ed64a6;
}

.placeholder-pink-500:-ms-input-placeholder {
  color: #ed64a6;
}

.placeholder-pink-500::-ms-input-placeholder {
  color: #ed64a6;
}

.placeholder-pink-500::placeholder {
  color: #ed64a6;
}

.placeholder-pink-600::-webkit-input-placeholder {
  color: #d53f8c;
}

.placeholder-pink-600::-moz-placeholder {
  color: #d53f8c;
}

.placeholder-pink-600:-ms-input-placeholder {
  color: #d53f8c;
}

.placeholder-pink-600::-ms-input-placeholder {
  color: #d53f8c;
}

.placeholder-pink-600::placeholder {
  color: #d53f8c;
}

.placeholder-pink-700::-webkit-input-placeholder {
  color: #b83280;
}

.placeholder-pink-700::-moz-placeholder {
  color: #b83280;
}

.placeholder-pink-700:-ms-input-placeholder {
  color: #b83280;
}

.placeholder-pink-700::-ms-input-placeholder {
  color: #b83280;
}

.placeholder-pink-700::placeholder {
  color: #b83280;
}

.placeholder-pink-800::-webkit-input-placeholder {
  color: #97266d;
}

.placeholder-pink-800::-moz-placeholder {
  color: #97266d;
}

.placeholder-pink-800:-ms-input-placeholder {
  color: #97266d;
}

.placeholder-pink-800::-ms-input-placeholder {
  color: #97266d;
}

.placeholder-pink-800::placeholder {
  color: #97266d;
}

.placeholder-pink-900::-webkit-input-placeholder {
  color: #702459;
}

.placeholder-pink-900::-moz-placeholder {
  color: #702459;
}

.placeholder-pink-900:-ms-input-placeholder {
  color: #702459;
}

.placeholder-pink-900::-ms-input-placeholder {
  color: #702459;
}

.placeholder-pink-900::placeholder {
  color: #702459;
}

.group:hover .group-hover\:placeholder-transparent::-webkit-input-placeholder {
  color: transparent;
}

.group:hover .group-hover\:placeholder-transparent::-moz-placeholder {
  color: transparent;
}

.group:hover .group-hover\:placeholder-transparent:-ms-input-placeholder {
  color: transparent;
}

.group:hover .group-hover\:placeholder-transparent::-ms-input-placeholder {
  color: transparent;
}

.group:hover .group-hover\:placeholder-transparent::placeholder {
  color: transparent;
}

.group:hover .group-hover\:placeholder-black::-webkit-input-placeholder {
  color: #000;
}

.group:hover .group-hover\:placeholder-black::-moz-placeholder {
  color: #000;
}

.group:hover .group-hover\:placeholder-black:-ms-input-placeholder {
  color: #000;
}

.group:hover .group-hover\:placeholder-black::-ms-input-placeholder {
  color: #000;
}

.group:hover .group-hover\:placeholder-black::placeholder {
  color: #000;
}

.group:hover .group-hover\:placeholder-white::-webkit-input-placeholder {
  color: #fff;
}

.group:hover .group-hover\:placeholder-white::-moz-placeholder {
  color: #fff;
}

.group:hover .group-hover\:placeholder-white:-ms-input-placeholder {
  color: #fff;
}

.group:hover .group-hover\:placeholder-white::-ms-input-placeholder {
  color: #fff;
}

.group:hover .group-hover\:placeholder-white::placeholder {
  color: #fff;
}

.group:hover .group-hover\:placeholder-gray-100::-webkit-input-placeholder {
  color: #f7fafc;
}

.group:hover .group-hover\:placeholder-gray-100::-moz-placeholder {
  color: #f7fafc;
}

.group:hover .group-hover\:placeholder-gray-100:-ms-input-placeholder {
  color: #f7fafc;
}

.group:hover .group-hover\:placeholder-gray-100::-ms-input-placeholder {
  color: #f7fafc;
}

.group:hover .group-hover\:placeholder-gray-100::placeholder {
  color: #f7fafc;
}

.group:hover .group-hover\:placeholder-gray-200::-webkit-input-placeholder {
  color: #edf2f7;
}

.group:hover .group-hover\:placeholder-gray-200::-moz-placeholder {
  color: #edf2f7;
}

.group:hover .group-hover\:placeholder-gray-200:-ms-input-placeholder {
  color: #edf2f7;
}

.group:hover .group-hover\:placeholder-gray-200::-ms-input-placeholder {
  color: #edf2f7;
}

.group:hover .group-hover\:placeholder-gray-200::placeholder {
  color: #edf2f7;
}

.group:hover .group-hover\:placeholder-gray-300::-webkit-input-placeholder {
  color: #e2e8f0;
}

.group:hover .group-hover\:placeholder-gray-300::-moz-placeholder {
  color: #e2e8f0;
}

.group:hover .group-hover\:placeholder-gray-300:-ms-input-placeholder {
  color: #e2e8f0;
}

.group:hover .group-hover\:placeholder-gray-300::-ms-input-placeholder {
  color: #e2e8f0;
}

.group:hover .group-hover\:placeholder-gray-300::placeholder {
  color: #e2e8f0;
}

.group:hover .group-hover\:placeholder-gray-400::-webkit-input-placeholder {
  color: #cbd5e0;
}

.group:hover .group-hover\:placeholder-gray-400::-moz-placeholder {
  color: #cbd5e0;
}

.group:hover .group-hover\:placeholder-gray-400:-ms-input-placeholder {
  color: #cbd5e0;
}

.group:hover .group-hover\:placeholder-gray-400::-ms-input-placeholder {
  color: #cbd5e0;
}

.group:hover .group-hover\:placeholder-gray-400::placeholder {
  color: #cbd5e0;
}

.group:hover .group-hover\:placeholder-gray-500::-webkit-input-placeholder {
  color: #a0aec0;
}

.group:hover .group-hover\:placeholder-gray-500::-moz-placeholder {
  color: #a0aec0;
}

.group:hover .group-hover\:placeholder-gray-500:-ms-input-placeholder {
  color: #a0aec0;
}

.group:hover .group-hover\:placeholder-gray-500::-ms-input-placeholder {
  color: #a0aec0;
}

.group:hover .group-hover\:placeholder-gray-500::placeholder {
  color: #a0aec0;
}

.group:hover .group-hover\:placeholder-gray-600::-webkit-input-placeholder {
  color: #718096;
}

.group:hover .group-hover\:placeholder-gray-600::-moz-placeholder {
  color: #718096;
}

.group:hover .group-hover\:placeholder-gray-600:-ms-input-placeholder {
  color: #718096;
}

.group:hover .group-hover\:placeholder-gray-600::-ms-input-placeholder {
  color: #718096;
}

.group:hover .group-hover\:placeholder-gray-600::placeholder {
  color: #718096;
}

.group:hover .group-hover\:placeholder-gray-700::-webkit-input-placeholder {
  color: #4a5568;
}

.group:hover .group-hover\:placeholder-gray-700::-moz-placeholder {
  color: #4a5568;
}

.group:hover .group-hover\:placeholder-gray-700:-ms-input-placeholder {
  color: #4a5568;
}

.group:hover .group-hover\:placeholder-gray-700::-ms-input-placeholder {
  color: #4a5568;
}

.group:hover .group-hover\:placeholder-gray-700::placeholder {
  color: #4a5568;
}

.group:hover .group-hover\:placeholder-gray-800::-webkit-input-placeholder {
  color: #2d3748;
}

.group:hover .group-hover\:placeholder-gray-800::-moz-placeholder {
  color: #2d3748;
}

.group:hover .group-hover\:placeholder-gray-800:-ms-input-placeholder {
  color: #2d3748;
}

.group:hover .group-hover\:placeholder-gray-800::-ms-input-placeholder {
  color: #2d3748;
}

.group:hover .group-hover\:placeholder-gray-800::placeholder {
  color: #2d3748;
}

.group:hover .group-hover\:placeholder-gray-900::-webkit-input-placeholder {
  color: #1a202c;
}

.group:hover .group-hover\:placeholder-gray-900::-moz-placeholder {
  color: #1a202c;
}

.group:hover .group-hover\:placeholder-gray-900:-ms-input-placeholder {
  color: #1a202c;
}

.group:hover .group-hover\:placeholder-gray-900::-ms-input-placeholder {
  color: #1a202c;
}

.group:hover .group-hover\:placeholder-gray-900::placeholder {
  color: #1a202c;
}

.group:hover .group-hover\:placeholder-red-100::-webkit-input-placeholder {
  color: #fff5f5;
}

.group:hover .group-hover\:placeholder-red-100::-moz-placeholder {
  color: #fff5f5;
}

.group:hover .group-hover\:placeholder-red-100:-ms-input-placeholder {
  color: #fff5f5;
}

.group:hover .group-hover\:placeholder-red-100::-ms-input-placeholder {
  color: #fff5f5;
}

.group:hover .group-hover\:placeholder-red-100::placeholder {
  color: #fff5f5;
}

.group:hover .group-hover\:placeholder-red-200::-webkit-input-placeholder {
  color: #fed7d7;
}

.group:hover .group-hover\:placeholder-red-200::-moz-placeholder {
  color: #fed7d7;
}

.group:hover .group-hover\:placeholder-red-200:-ms-input-placeholder {
  color: #fed7d7;
}

.group:hover .group-hover\:placeholder-red-200::-ms-input-placeholder {
  color: #fed7d7;
}

.group:hover .group-hover\:placeholder-red-200::placeholder {
  color: #fed7d7;
}

.group:hover .group-hover\:placeholder-red-300::-webkit-input-placeholder {
  color: #feb2b2;
}

.group:hover .group-hover\:placeholder-red-300::-moz-placeholder {
  color: #feb2b2;
}

.group:hover .group-hover\:placeholder-red-300:-ms-input-placeholder {
  color: #feb2b2;
}

.group:hover .group-hover\:placeholder-red-300::-ms-input-placeholder {
  color: #feb2b2;
}

.group:hover .group-hover\:placeholder-red-300::placeholder {
  color: #feb2b2;
}

.group:hover .group-hover\:placeholder-red-400::-webkit-input-placeholder {
  color: #fc8181;
}

.group:hover .group-hover\:placeholder-red-400::-moz-placeholder {
  color: #fc8181;
}

.group:hover .group-hover\:placeholder-red-400:-ms-input-placeholder {
  color: #fc8181;
}

.group:hover .group-hover\:placeholder-red-400::-ms-input-placeholder {
  color: #fc8181;
}

.group:hover .group-hover\:placeholder-red-400::placeholder {
  color: #fc8181;
}

.group:hover .group-hover\:placeholder-red-500::-webkit-input-placeholder {
  color: #f56565;
}

.group:hover .group-hover\:placeholder-red-500::-moz-placeholder {
  color: #f56565;
}

.group:hover .group-hover\:placeholder-red-500:-ms-input-placeholder {
  color: #f56565;
}

.group:hover .group-hover\:placeholder-red-500::-ms-input-placeholder {
  color: #f56565;
}

.group:hover .group-hover\:placeholder-red-500::placeholder {
  color: #f56565;
}

.group:hover .group-hover\:placeholder-red-600::-webkit-input-placeholder {
  color: #e53e3e;
}

.group:hover .group-hover\:placeholder-red-600::-moz-placeholder {
  color: #e53e3e;
}

.group:hover .group-hover\:placeholder-red-600:-ms-input-placeholder {
  color: #e53e3e;
}

.group:hover .group-hover\:placeholder-red-600::-ms-input-placeholder {
  color: #e53e3e;
}

.group:hover .group-hover\:placeholder-red-600::placeholder {
  color: #e53e3e;
}

.group:hover .group-hover\:placeholder-red-700::-webkit-input-placeholder {
  color: #c53030;
}

.group:hover .group-hover\:placeholder-red-700::-moz-placeholder {
  color: #c53030;
}

.group:hover .group-hover\:placeholder-red-700:-ms-input-placeholder {
  color: #c53030;
}

.group:hover .group-hover\:placeholder-red-700::-ms-input-placeholder {
  color: #c53030;
}

.group:hover .group-hover\:placeholder-red-700::placeholder {
  color: #c53030;
}

.group:hover .group-hover\:placeholder-red-800::-webkit-input-placeholder {
  color: #9b2c2c;
}

.group:hover .group-hover\:placeholder-red-800::-moz-placeholder {
  color: #9b2c2c;
}

.group:hover .group-hover\:placeholder-red-800:-ms-input-placeholder {
  color: #9b2c2c;
}

.group:hover .group-hover\:placeholder-red-800::-ms-input-placeholder {
  color: #9b2c2c;
}

.group:hover .group-hover\:placeholder-red-800::placeholder {
  color: #9b2c2c;
}

.group:hover .group-hover\:placeholder-red-900::-webkit-input-placeholder {
  color: #742a2a;
}

.group:hover .group-hover\:placeholder-red-900::-moz-placeholder {
  color: #742a2a;
}

.group:hover .group-hover\:placeholder-red-900:-ms-input-placeholder {
  color: #742a2a;
}

.group:hover .group-hover\:placeholder-red-900::-ms-input-placeholder {
  color: #742a2a;
}

.group:hover .group-hover\:placeholder-red-900::placeholder {
  color: #742a2a;
}

.group:hover .group-hover\:placeholder-orange-100::-webkit-input-placeholder {
  color: #fffaf0;
}

.group:hover .group-hover\:placeholder-orange-100::-moz-placeholder {
  color: #fffaf0;
}

.group:hover .group-hover\:placeholder-orange-100:-ms-input-placeholder {
  color: #fffaf0;
}

.group:hover .group-hover\:placeholder-orange-100::-ms-input-placeholder {
  color: #fffaf0;
}

.group:hover .group-hover\:placeholder-orange-100::placeholder {
  color: #fffaf0;
}

.group:hover .group-hover\:placeholder-orange-200::-webkit-input-placeholder {
  color: #feebc8;
}

.group:hover .group-hover\:placeholder-orange-200::-moz-placeholder {
  color: #feebc8;
}

.group:hover .group-hover\:placeholder-orange-200:-ms-input-placeholder {
  color: #feebc8;
}

.group:hover .group-hover\:placeholder-orange-200::-ms-input-placeholder {
  color: #feebc8;
}

.group:hover .group-hover\:placeholder-orange-200::placeholder {
  color: #feebc8;
}

.group:hover .group-hover\:placeholder-orange-300::-webkit-input-placeholder {
  color: #fbd38d;
}

.group:hover .group-hover\:placeholder-orange-300::-moz-placeholder {
  color: #fbd38d;
}

.group:hover .group-hover\:placeholder-orange-300:-ms-input-placeholder {
  color: #fbd38d;
}

.group:hover .group-hover\:placeholder-orange-300::-ms-input-placeholder {
  color: #fbd38d;
}

.group:hover .group-hover\:placeholder-orange-300::placeholder {
  color: #fbd38d;
}

.group:hover .group-hover\:placeholder-orange-400::-webkit-input-placeholder {
  color: #f6ad55;
}

.group:hover .group-hover\:placeholder-orange-400::-moz-placeholder {
  color: #f6ad55;
}

.group:hover .group-hover\:placeholder-orange-400:-ms-input-placeholder {
  color: #f6ad55;
}

.group:hover .group-hover\:placeholder-orange-400::-ms-input-placeholder {
  color: #f6ad55;
}

.group:hover .group-hover\:placeholder-orange-400::placeholder {
  color: #f6ad55;
}

.group:hover .group-hover\:placeholder-orange-500::-webkit-input-placeholder {
  color: #ed8936;
}

.group:hover .group-hover\:placeholder-orange-500::-moz-placeholder {
  color: #ed8936;
}

.group:hover .group-hover\:placeholder-orange-500:-ms-input-placeholder {
  color: #ed8936;
}

.group:hover .group-hover\:placeholder-orange-500::-ms-input-placeholder {
  color: #ed8936;
}

.group:hover .group-hover\:placeholder-orange-500::placeholder {
  color: #ed8936;
}

.group:hover .group-hover\:placeholder-orange-600::-webkit-input-placeholder {
  color: #dd6b20;
}

.group:hover .group-hover\:placeholder-orange-600::-moz-placeholder {
  color: #dd6b20;
}

.group:hover .group-hover\:placeholder-orange-600:-ms-input-placeholder {
  color: #dd6b20;
}

.group:hover .group-hover\:placeholder-orange-600::-ms-input-placeholder {
  color: #dd6b20;
}

.group:hover .group-hover\:placeholder-orange-600::placeholder {
  color: #dd6b20;
}

.group:hover .group-hover\:placeholder-orange-700::-webkit-input-placeholder {
  color: #c05621;
}

.group:hover .group-hover\:placeholder-orange-700::-moz-placeholder {
  color: #c05621;
}

.group:hover .group-hover\:placeholder-orange-700:-ms-input-placeholder {
  color: #c05621;
}

.group:hover .group-hover\:placeholder-orange-700::-ms-input-placeholder {
  color: #c05621;
}

.group:hover .group-hover\:placeholder-orange-700::placeholder {
  color: #c05621;
}

.group:hover .group-hover\:placeholder-orange-800::-webkit-input-placeholder {
  color: #9c4221;
}

.group:hover .group-hover\:placeholder-orange-800::-moz-placeholder {
  color: #9c4221;
}

.group:hover .group-hover\:placeholder-orange-800:-ms-input-placeholder {
  color: #9c4221;
}

.group:hover .group-hover\:placeholder-orange-800::-ms-input-placeholder {
  color: #9c4221;
}

.group:hover .group-hover\:placeholder-orange-800::placeholder {
  color: #9c4221;
}

.group:hover .group-hover\:placeholder-orange-900::-webkit-input-placeholder {
  color: #7b341e;
}

.group:hover .group-hover\:placeholder-orange-900::-moz-placeholder {
  color: #7b341e;
}

.group:hover .group-hover\:placeholder-orange-900:-ms-input-placeholder {
  color: #7b341e;
}

.group:hover .group-hover\:placeholder-orange-900::-ms-input-placeholder {
  color: #7b341e;
}

.group:hover .group-hover\:placeholder-orange-900::placeholder {
  color: #7b341e;
}

.group:hover .group-hover\:placeholder-yellow-100::-webkit-input-placeholder {
  color: #fffff0;
}

.group:hover .group-hover\:placeholder-yellow-100::-moz-placeholder {
  color: #fffff0;
}

.group:hover .group-hover\:placeholder-yellow-100:-ms-input-placeholder {
  color: #fffff0;
}

.group:hover .group-hover\:placeholder-yellow-100::-ms-input-placeholder {
  color: #fffff0;
}

.group:hover .group-hover\:placeholder-yellow-100::placeholder {
  color: #fffff0;
}

.group:hover .group-hover\:placeholder-yellow-200::-webkit-input-placeholder {
  color: #fefcbf;
}

.group:hover .group-hover\:placeholder-yellow-200::-moz-placeholder {
  color: #fefcbf;
}

.group:hover .group-hover\:placeholder-yellow-200:-ms-input-placeholder {
  color: #fefcbf;
}

.group:hover .group-hover\:placeholder-yellow-200::-ms-input-placeholder {
  color: #fefcbf;
}

.group:hover .group-hover\:placeholder-yellow-200::placeholder {
  color: #fefcbf;
}

.group:hover .group-hover\:placeholder-yellow-300::-webkit-input-placeholder {
  color: #faf089;
}

.group:hover .group-hover\:placeholder-yellow-300::-moz-placeholder {
  color: #faf089;
}

.group:hover .group-hover\:placeholder-yellow-300:-ms-input-placeholder {
  color: #faf089;
}

.group:hover .group-hover\:placeholder-yellow-300::-ms-input-placeholder {
  color: #faf089;
}

.group:hover .group-hover\:placeholder-yellow-300::placeholder {
  color: #faf089;
}

.group:hover .group-hover\:placeholder-yellow-400::-webkit-input-placeholder {
  color: #f6e05e;
}

.group:hover .group-hover\:placeholder-yellow-400::-moz-placeholder {
  color: #f6e05e;
}

.group:hover .group-hover\:placeholder-yellow-400:-ms-input-placeholder {
  color: #f6e05e;
}

.group:hover .group-hover\:placeholder-yellow-400::-ms-input-placeholder {
  color: #f6e05e;
}

.group:hover .group-hover\:placeholder-yellow-400::placeholder {
  color: #f6e05e;
}

.group:hover .group-hover\:placeholder-yellow-500::-webkit-input-placeholder {
  color: #ecc94b;
}

.group:hover .group-hover\:placeholder-yellow-500::-moz-placeholder {
  color: #ecc94b;
}

.group:hover .group-hover\:placeholder-yellow-500:-ms-input-placeholder {
  color: #ecc94b;
}

.group:hover .group-hover\:placeholder-yellow-500::-ms-input-placeholder {
  color: #ecc94b;
}

.group:hover .group-hover\:placeholder-yellow-500::placeholder {
  color: #ecc94b;
}

.group:hover .group-hover\:placeholder-yellow-600::-webkit-input-placeholder {
  color: #d69e2e;
}

.group:hover .group-hover\:placeholder-yellow-600::-moz-placeholder {
  color: #d69e2e;
}

.group:hover .group-hover\:placeholder-yellow-600:-ms-input-placeholder {
  color: #d69e2e;
}

.group:hover .group-hover\:placeholder-yellow-600::-ms-input-placeholder {
  color: #d69e2e;
}

.group:hover .group-hover\:placeholder-yellow-600::placeholder {
  color: #d69e2e;
}

.group:hover .group-hover\:placeholder-yellow-700::-webkit-input-placeholder {
  color: #b7791f;
}

.group:hover .group-hover\:placeholder-yellow-700::-moz-placeholder {
  color: #b7791f;
}

.group:hover .group-hover\:placeholder-yellow-700:-ms-input-placeholder {
  color: #b7791f;
}

.group:hover .group-hover\:placeholder-yellow-700::-ms-input-placeholder {
  color: #b7791f;
}

.group:hover .group-hover\:placeholder-yellow-700::placeholder {
  color: #b7791f;
}

.group:hover .group-hover\:placeholder-yellow-800::-webkit-input-placeholder {
  color: #975a16;
}

.group:hover .group-hover\:placeholder-yellow-800::-moz-placeholder {
  color: #975a16;
}

.group:hover .group-hover\:placeholder-yellow-800:-ms-input-placeholder {
  color: #975a16;
}

.group:hover .group-hover\:placeholder-yellow-800::-ms-input-placeholder {
  color: #975a16;
}

.group:hover .group-hover\:placeholder-yellow-800::placeholder {
  color: #975a16;
}

.group:hover .group-hover\:placeholder-yellow-900::-webkit-input-placeholder {
  color: #744210;
}

.group:hover .group-hover\:placeholder-yellow-900::-moz-placeholder {
  color: #744210;
}

.group:hover .group-hover\:placeholder-yellow-900:-ms-input-placeholder {
  color: #744210;
}

.group:hover .group-hover\:placeholder-yellow-900::-ms-input-placeholder {
  color: #744210;
}

.group:hover .group-hover\:placeholder-yellow-900::placeholder {
  color: #744210;
}

.group:hover .group-hover\:placeholder-green-100::-webkit-input-placeholder {
  color: #f0fff4;
}

.group:hover .group-hover\:placeholder-green-100::-moz-placeholder {
  color: #f0fff4;
}

.group:hover .group-hover\:placeholder-green-100:-ms-input-placeholder {
  color: #f0fff4;
}

.group:hover .group-hover\:placeholder-green-100::-ms-input-placeholder {
  color: #f0fff4;
}

.group:hover .group-hover\:placeholder-green-100::placeholder {
  color: #f0fff4;
}

.group:hover .group-hover\:placeholder-green-200::-webkit-input-placeholder {
  color: #c6f6d5;
}

.group:hover .group-hover\:placeholder-green-200::-moz-placeholder {
  color: #c6f6d5;
}

.group:hover .group-hover\:placeholder-green-200:-ms-input-placeholder {
  color: #c6f6d5;
}

.group:hover .group-hover\:placeholder-green-200::-ms-input-placeholder {
  color: #c6f6d5;
}

.group:hover .group-hover\:placeholder-green-200::placeholder {
  color: #c6f6d5;
}

.group:hover .group-hover\:placeholder-green-300::-webkit-input-placeholder {
  color: #9ae6b4;
}

.group:hover .group-hover\:placeholder-green-300::-moz-placeholder {
  color: #9ae6b4;
}

.group:hover .group-hover\:placeholder-green-300:-ms-input-placeholder {
  color: #9ae6b4;
}

.group:hover .group-hover\:placeholder-green-300::-ms-input-placeholder {
  color: #9ae6b4;
}

.group:hover .group-hover\:placeholder-green-300::placeholder {
  color: #9ae6b4;
}

.group:hover .group-hover\:placeholder-green-400::-webkit-input-placeholder {
  color: #68d391;
}

.group:hover .group-hover\:placeholder-green-400::-moz-placeholder {
  color: #68d391;
}

.group:hover .group-hover\:placeholder-green-400:-ms-input-placeholder {
  color: #68d391;
}

.group:hover .group-hover\:placeholder-green-400::-ms-input-placeholder {
  color: #68d391;
}

.group:hover .group-hover\:placeholder-green-400::placeholder {
  color: #68d391;
}

.group:hover .group-hover\:placeholder-green-500::-webkit-input-placeholder {
  color: #48bb78;
}

.group:hover .group-hover\:placeholder-green-500::-moz-placeholder {
  color: #48bb78;
}

.group:hover .group-hover\:placeholder-green-500:-ms-input-placeholder {
  color: #48bb78;
}

.group:hover .group-hover\:placeholder-green-500::-ms-input-placeholder {
  color: #48bb78;
}

.group:hover .group-hover\:placeholder-green-500::placeholder {
  color: #48bb78;
}

.group:hover .group-hover\:placeholder-green-600::-webkit-input-placeholder {
  color: #38a169;
}

.group:hover .group-hover\:placeholder-green-600::-moz-placeholder {
  color: #38a169;
}

.group:hover .group-hover\:placeholder-green-600:-ms-input-placeholder {
  color: #38a169;
}

.group:hover .group-hover\:placeholder-green-600::-ms-input-placeholder {
  color: #38a169;
}

.group:hover .group-hover\:placeholder-green-600::placeholder {
  color: #38a169;
}

.group:hover .group-hover\:placeholder-green-700::-webkit-input-placeholder {
  color: #2f855a;
}

.group:hover .group-hover\:placeholder-green-700::-moz-placeholder {
  color: #2f855a;
}

.group:hover .group-hover\:placeholder-green-700:-ms-input-placeholder {
  color: #2f855a;
}

.group:hover .group-hover\:placeholder-green-700::-ms-input-placeholder {
  color: #2f855a;
}

.group:hover .group-hover\:placeholder-green-700::placeholder {
  color: #2f855a;
}

.group:hover .group-hover\:placeholder-green-800::-webkit-input-placeholder {
  color: #276749;
}

.group:hover .group-hover\:placeholder-green-800::-moz-placeholder {
  color: #276749;
}

.group:hover .group-hover\:placeholder-green-800:-ms-input-placeholder {
  color: #276749;
}

.group:hover .group-hover\:placeholder-green-800::-ms-input-placeholder {
  color: #276749;
}

.group:hover .group-hover\:placeholder-green-800::placeholder {
  color: #276749;
}

.group:hover .group-hover\:placeholder-green-900::-webkit-input-placeholder {
  color: #22543d;
}

.group:hover .group-hover\:placeholder-green-900::-moz-placeholder {
  color: #22543d;
}

.group:hover .group-hover\:placeholder-green-900:-ms-input-placeholder {
  color: #22543d;
}

.group:hover .group-hover\:placeholder-green-900::-ms-input-placeholder {
  color: #22543d;
}

.group:hover .group-hover\:placeholder-green-900::placeholder {
  color: #22543d;
}

.group:hover .group-hover\:placeholder-teal-100::-webkit-input-placeholder {
  color: #e6fffa;
}

.group:hover .group-hover\:placeholder-teal-100::-moz-placeholder {
  color: #e6fffa;
}

.group:hover .group-hover\:placeholder-teal-100:-ms-input-placeholder {
  color: #e6fffa;
}

.group:hover .group-hover\:placeholder-teal-100::-ms-input-placeholder {
  color: #e6fffa;
}

.group:hover .group-hover\:placeholder-teal-100::placeholder {
  color: #e6fffa;
}

.group:hover .group-hover\:placeholder-teal-200::-webkit-input-placeholder {
  color: #b2f5ea;
}

.group:hover .group-hover\:placeholder-teal-200::-moz-placeholder {
  color: #b2f5ea;
}

.group:hover .group-hover\:placeholder-teal-200:-ms-input-placeholder {
  color: #b2f5ea;
}

.group:hover .group-hover\:placeholder-teal-200::-ms-input-placeholder {
  color: #b2f5ea;
}

.group:hover .group-hover\:placeholder-teal-200::placeholder {
  color: #b2f5ea;
}

.group:hover .group-hover\:placeholder-teal-300::-webkit-input-placeholder {
  color: #81e6d9;
}

.group:hover .group-hover\:placeholder-teal-300::-moz-placeholder {
  color: #81e6d9;
}

.group:hover .group-hover\:placeholder-teal-300:-ms-input-placeholder {
  color: #81e6d9;
}

.group:hover .group-hover\:placeholder-teal-300::-ms-input-placeholder {
  color: #81e6d9;
}

.group:hover .group-hover\:placeholder-teal-300::placeholder {
  color: #81e6d9;
}

.group:hover .group-hover\:placeholder-teal-400::-webkit-input-placeholder {
  color: #4fd1c5;
}

.group:hover .group-hover\:placeholder-teal-400::-moz-placeholder {
  color: #4fd1c5;
}

.group:hover .group-hover\:placeholder-teal-400:-ms-input-placeholder {
  color: #4fd1c5;
}

.group:hover .group-hover\:placeholder-teal-400::-ms-input-placeholder {
  color: #4fd1c5;
}

.group:hover .group-hover\:placeholder-teal-400::placeholder {
  color: #4fd1c5;
}

.group:hover .group-hover\:placeholder-teal-500::-webkit-input-placeholder {
  color: #38b2ac;
}

.group:hover .group-hover\:placeholder-teal-500::-moz-placeholder {
  color: #38b2ac;
}

.group:hover .group-hover\:placeholder-teal-500:-ms-input-placeholder {
  color: #38b2ac;
}

.group:hover .group-hover\:placeholder-teal-500::-ms-input-placeholder {
  color: #38b2ac;
}

.group:hover .group-hover\:placeholder-teal-500::placeholder {
  color: #38b2ac;
}

.group:hover .group-hover\:placeholder-teal-600::-webkit-input-placeholder {
  color: #319795;
}

.group:hover .group-hover\:placeholder-teal-600::-moz-placeholder {
  color: #319795;
}

.group:hover .group-hover\:placeholder-teal-600:-ms-input-placeholder {
  color: #319795;
}

.group:hover .group-hover\:placeholder-teal-600::-ms-input-placeholder {
  color: #319795;
}

.group:hover .group-hover\:placeholder-teal-600::placeholder {
  color: #319795;
}

.group:hover .group-hover\:placeholder-teal-700::-webkit-input-placeholder {
  color: #2c7a7b;
}

.group:hover .group-hover\:placeholder-teal-700::-moz-placeholder {
  color: #2c7a7b;
}

.group:hover .group-hover\:placeholder-teal-700:-ms-input-placeholder {
  color: #2c7a7b;
}

.group:hover .group-hover\:placeholder-teal-700::-ms-input-placeholder {
  color: #2c7a7b;
}

.group:hover .group-hover\:placeholder-teal-700::placeholder {
  color: #2c7a7b;
}

.group:hover .group-hover\:placeholder-teal-800::-webkit-input-placeholder {
  color: #285e61;
}

.group:hover .group-hover\:placeholder-teal-800::-moz-placeholder {
  color: #285e61;
}

.group:hover .group-hover\:placeholder-teal-800:-ms-input-placeholder {
  color: #285e61;
}

.group:hover .group-hover\:placeholder-teal-800::-ms-input-placeholder {
  color: #285e61;
}

.group:hover .group-hover\:placeholder-teal-800::placeholder {
  color: #285e61;
}

.group:hover .group-hover\:placeholder-teal-900::-webkit-input-placeholder {
  color: #234e52;
}

.group:hover .group-hover\:placeholder-teal-900::-moz-placeholder {
  color: #234e52;
}

.group:hover .group-hover\:placeholder-teal-900:-ms-input-placeholder {
  color: #234e52;
}

.group:hover .group-hover\:placeholder-teal-900::-ms-input-placeholder {
  color: #234e52;
}

.group:hover .group-hover\:placeholder-teal-900::placeholder {
  color: #234e52;
}

.group:hover .group-hover\:placeholder-blue-100::-webkit-input-placeholder {
  color: #ebf8ff;
}

.group:hover .group-hover\:placeholder-blue-100::-moz-placeholder {
  color: #ebf8ff;
}

.group:hover .group-hover\:placeholder-blue-100:-ms-input-placeholder {
  color: #ebf8ff;
}

.group:hover .group-hover\:placeholder-blue-100::-ms-input-placeholder {
  color: #ebf8ff;
}

.group:hover .group-hover\:placeholder-blue-100::placeholder {
  color: #ebf8ff;
}

.group:hover .group-hover\:placeholder-blue-200::-webkit-input-placeholder {
  color: #bee3f8;
}

.group:hover .group-hover\:placeholder-blue-200::-moz-placeholder {
  color: #bee3f8;
}

.group:hover .group-hover\:placeholder-blue-200:-ms-input-placeholder {
  color: #bee3f8;
}

.group:hover .group-hover\:placeholder-blue-200::-ms-input-placeholder {
  color: #bee3f8;
}

.group:hover .group-hover\:placeholder-blue-200::placeholder {
  color: #bee3f8;
}

.group:hover .group-hover\:placeholder-blue-300::-webkit-input-placeholder {
  color: #90cdf4;
}

.group:hover .group-hover\:placeholder-blue-300::-moz-placeholder {
  color: #90cdf4;
}

.group:hover .group-hover\:placeholder-blue-300:-ms-input-placeholder {
  color: #90cdf4;
}

.group:hover .group-hover\:placeholder-blue-300::-ms-input-placeholder {
  color: #90cdf4;
}

.group:hover .group-hover\:placeholder-blue-300::placeholder {
  color: #90cdf4;
}

.group:hover .group-hover\:placeholder-blue-400::-webkit-input-placeholder {
  color: #63b3ed;
}

.group:hover .group-hover\:placeholder-blue-400::-moz-placeholder {
  color: #63b3ed;
}

.group:hover .group-hover\:placeholder-blue-400:-ms-input-placeholder {
  color: #63b3ed;
}

.group:hover .group-hover\:placeholder-blue-400::-ms-input-placeholder {
  color: #63b3ed;
}

.group:hover .group-hover\:placeholder-blue-400::placeholder {
  color: #63b3ed;
}

.group:hover .group-hover\:placeholder-blue-500::-webkit-input-placeholder {
  color: #4299e1;
}

.group:hover .group-hover\:placeholder-blue-500::-moz-placeholder {
  color: #4299e1;
}

.group:hover .group-hover\:placeholder-blue-500:-ms-input-placeholder {
  color: #4299e1;
}

.group:hover .group-hover\:placeholder-blue-500::-ms-input-placeholder {
  color: #4299e1;
}

.group:hover .group-hover\:placeholder-blue-500::placeholder {
  color: #4299e1;
}

.group:hover .group-hover\:placeholder-blue-600::-webkit-input-placeholder {
  color: #3182ce;
}

.group:hover .group-hover\:placeholder-blue-600::-moz-placeholder {
  color: #3182ce;
}

.group:hover .group-hover\:placeholder-blue-600:-ms-input-placeholder {
  color: #3182ce;
}

.group:hover .group-hover\:placeholder-blue-600::-ms-input-placeholder {
  color: #3182ce;
}

.group:hover .group-hover\:placeholder-blue-600::placeholder {
  color: #3182ce;
}

.group:hover .group-hover\:placeholder-blue-700::-webkit-input-placeholder {
  color: #2b6cb0;
}

.group:hover .group-hover\:placeholder-blue-700::-moz-placeholder {
  color: #2b6cb0;
}

.group:hover .group-hover\:placeholder-blue-700:-ms-input-placeholder {
  color: #2b6cb0;
}

.group:hover .group-hover\:placeholder-blue-700::-ms-input-placeholder {
  color: #2b6cb0;
}

.group:hover .group-hover\:placeholder-blue-700::placeholder {
  color: #2b6cb0;
}

.group:hover .group-hover\:placeholder-blue-800::-webkit-input-placeholder {
  color: #2c5282;
}

.group:hover .group-hover\:placeholder-blue-800::-moz-placeholder {
  color: #2c5282;
}

.group:hover .group-hover\:placeholder-blue-800:-ms-input-placeholder {
  color: #2c5282;
}

.group:hover .group-hover\:placeholder-blue-800::-ms-input-placeholder {
  color: #2c5282;
}

.group:hover .group-hover\:placeholder-blue-800::placeholder {
  color: #2c5282;
}

.group:hover .group-hover\:placeholder-blue-900::-webkit-input-placeholder {
  color: #2a4365;
}

.group:hover .group-hover\:placeholder-blue-900::-moz-placeholder {
  color: #2a4365;
}

.group:hover .group-hover\:placeholder-blue-900:-ms-input-placeholder {
  color: #2a4365;
}

.group:hover .group-hover\:placeholder-blue-900::-ms-input-placeholder {
  color: #2a4365;
}

.group:hover .group-hover\:placeholder-blue-900::placeholder {
  color: #2a4365;
}

.group:hover .group-hover\:placeholder-indigo-100::-webkit-input-placeholder {
  color: #ebf4ff;
}

.group:hover .group-hover\:placeholder-indigo-100::-moz-placeholder {
  color: #ebf4ff;
}

.group:hover .group-hover\:placeholder-indigo-100:-ms-input-placeholder {
  color: #ebf4ff;
}

.group:hover .group-hover\:placeholder-indigo-100::-ms-input-placeholder {
  color: #ebf4ff;
}

.group:hover .group-hover\:placeholder-indigo-100::placeholder {
  color: #ebf4ff;
}

.group:hover .group-hover\:placeholder-indigo-200::-webkit-input-placeholder {
  color: #c3dafe;
}

.group:hover .group-hover\:placeholder-indigo-200::-moz-placeholder {
  color: #c3dafe;
}

.group:hover .group-hover\:placeholder-indigo-200:-ms-input-placeholder {
  color: #c3dafe;
}

.group:hover .group-hover\:placeholder-indigo-200::-ms-input-placeholder {
  color: #c3dafe;
}

.group:hover .group-hover\:placeholder-indigo-200::placeholder {
  color: #c3dafe;
}

.group:hover .group-hover\:placeholder-indigo-300::-webkit-input-placeholder {
  color: #a3bffa;
}

.group:hover .group-hover\:placeholder-indigo-300::-moz-placeholder {
  color: #a3bffa;
}

.group:hover .group-hover\:placeholder-indigo-300:-ms-input-placeholder {
  color: #a3bffa;
}

.group:hover .group-hover\:placeholder-indigo-300::-ms-input-placeholder {
  color: #a3bffa;
}

.group:hover .group-hover\:placeholder-indigo-300::placeholder {
  color: #a3bffa;
}

.group:hover .group-hover\:placeholder-indigo-400::-webkit-input-placeholder {
  color: #7f9cf5;
}

.group:hover .group-hover\:placeholder-indigo-400::-moz-placeholder {
  color: #7f9cf5;
}

.group:hover .group-hover\:placeholder-indigo-400:-ms-input-placeholder {
  color: #7f9cf5;
}

.group:hover .group-hover\:placeholder-indigo-400::-ms-input-placeholder {
  color: #7f9cf5;
}

.group:hover .group-hover\:placeholder-indigo-400::placeholder {
  color: #7f9cf5;
}

.group:hover .group-hover\:placeholder-indigo-500::-webkit-input-placeholder {
  color: #667eea;
}

.group:hover .group-hover\:placeholder-indigo-500::-moz-placeholder {
  color: #667eea;
}

.group:hover .group-hover\:placeholder-indigo-500:-ms-input-placeholder {
  color: #667eea;
}

.group:hover .group-hover\:placeholder-indigo-500::-ms-input-placeholder {
  color: #667eea;
}

.group:hover .group-hover\:placeholder-indigo-500::placeholder {
  color: #667eea;
}

.group:hover .group-hover\:placeholder-indigo-600::-webkit-input-placeholder {
  color: #5a67d8;
}

.group:hover .group-hover\:placeholder-indigo-600::-moz-placeholder {
  color: #5a67d8;
}

.group:hover .group-hover\:placeholder-indigo-600:-ms-input-placeholder {
  color: #5a67d8;
}

.group:hover .group-hover\:placeholder-indigo-600::-ms-input-placeholder {
  color: #5a67d8;
}

.group:hover .group-hover\:placeholder-indigo-600::placeholder {
  color: #5a67d8;
}

.group:hover .group-hover\:placeholder-indigo-700::-webkit-input-placeholder {
  color: #4c51bf;
}

.group:hover .group-hover\:placeholder-indigo-700::-moz-placeholder {
  color: #4c51bf;
}

.group:hover .group-hover\:placeholder-indigo-700:-ms-input-placeholder {
  color: #4c51bf;
}

.group:hover .group-hover\:placeholder-indigo-700::-ms-input-placeholder {
  color: #4c51bf;
}

.group:hover .group-hover\:placeholder-indigo-700::placeholder {
  color: #4c51bf;
}

.group:hover .group-hover\:placeholder-indigo-800::-webkit-input-placeholder {
  color: #434190;
}

.group:hover .group-hover\:placeholder-indigo-800::-moz-placeholder {
  color: #434190;
}

.group:hover .group-hover\:placeholder-indigo-800:-ms-input-placeholder {
  color: #434190;
}

.group:hover .group-hover\:placeholder-indigo-800::-ms-input-placeholder {
  color: #434190;
}

.group:hover .group-hover\:placeholder-indigo-800::placeholder {
  color: #434190;
}

.group:hover .group-hover\:placeholder-indigo-900::-webkit-input-placeholder {
  color: #3c366b;
}

.group:hover .group-hover\:placeholder-indigo-900::-moz-placeholder {
  color: #3c366b;
}

.group:hover .group-hover\:placeholder-indigo-900:-ms-input-placeholder {
  color: #3c366b;
}

.group:hover .group-hover\:placeholder-indigo-900::-ms-input-placeholder {
  color: #3c366b;
}

.group:hover .group-hover\:placeholder-indigo-900::placeholder {
  color: #3c366b;
}

.group:hover .group-hover\:placeholder-purple-100::-webkit-input-placeholder {
  color: #faf5ff;
}

.group:hover .group-hover\:placeholder-purple-100::-moz-placeholder {
  color: #faf5ff;
}

.group:hover .group-hover\:placeholder-purple-100:-ms-input-placeholder {
  color: #faf5ff;
}

.group:hover .group-hover\:placeholder-purple-100::-ms-input-placeholder {
  color: #faf5ff;
}

.group:hover .group-hover\:placeholder-purple-100::placeholder {
  color: #faf5ff;
}

.group:hover .group-hover\:placeholder-purple-200::-webkit-input-placeholder {
  color: #e9d8fd;
}

.group:hover .group-hover\:placeholder-purple-200::-moz-placeholder {
  color: #e9d8fd;
}

.group:hover .group-hover\:placeholder-purple-200:-ms-input-placeholder {
  color: #e9d8fd;
}

.group:hover .group-hover\:placeholder-purple-200::-ms-input-placeholder {
  color: #e9d8fd;
}

.group:hover .group-hover\:placeholder-purple-200::placeholder {
  color: #e9d8fd;
}

.group:hover .group-hover\:placeholder-purple-300::-webkit-input-placeholder {
  color: #d6bcfa;
}

.group:hover .group-hover\:placeholder-purple-300::-moz-placeholder {
  color: #d6bcfa;
}

.group:hover .group-hover\:placeholder-purple-300:-ms-input-placeholder {
  color: #d6bcfa;
}

.group:hover .group-hover\:placeholder-purple-300::-ms-input-placeholder {
  color: #d6bcfa;
}

.group:hover .group-hover\:placeholder-purple-300::placeholder {
  color: #d6bcfa;
}

.group:hover .group-hover\:placeholder-purple-400::-webkit-input-placeholder {
  color: #b794f4;
}

.group:hover .group-hover\:placeholder-purple-400::-moz-placeholder {
  color: #b794f4;
}

.group:hover .group-hover\:placeholder-purple-400:-ms-input-placeholder {
  color: #b794f4;
}

.group:hover .group-hover\:placeholder-purple-400::-ms-input-placeholder {
  color: #b794f4;
}

.group:hover .group-hover\:placeholder-purple-400::placeholder {
  color: #b794f4;
}

.group:hover .group-hover\:placeholder-purple-500::-webkit-input-placeholder {
  color: #9f7aea;
}

.group:hover .group-hover\:placeholder-purple-500::-moz-placeholder {
  color: #9f7aea;
}

.group:hover .group-hover\:placeholder-purple-500:-ms-input-placeholder {
  color: #9f7aea;
}

.group:hover .group-hover\:placeholder-purple-500::-ms-input-placeholder {
  color: #9f7aea;
}

.group:hover .group-hover\:placeholder-purple-500::placeholder {
  color: #9f7aea;
}

.group:hover .group-hover\:placeholder-purple-600::-webkit-input-placeholder {
  color: #805ad5;
}

.group:hover .group-hover\:placeholder-purple-600::-moz-placeholder {
  color: #805ad5;
}

.group:hover .group-hover\:placeholder-purple-600:-ms-input-placeholder {
  color: #805ad5;
}

.group:hover .group-hover\:placeholder-purple-600::-ms-input-placeholder {
  color: #805ad5;
}

.group:hover .group-hover\:placeholder-purple-600::placeholder {
  color: #805ad5;
}

.group:hover .group-hover\:placeholder-purple-700::-webkit-input-placeholder {
  color: #6b46c1;
}

.group:hover .group-hover\:placeholder-purple-700::-moz-placeholder {
  color: #6b46c1;
}

.group:hover .group-hover\:placeholder-purple-700:-ms-input-placeholder {
  color: #6b46c1;
}

.group:hover .group-hover\:placeholder-purple-700::-ms-input-placeholder {
  color: #6b46c1;
}

.group:hover .group-hover\:placeholder-purple-700::placeholder {
  color: #6b46c1;
}

.group:hover .group-hover\:placeholder-purple-800::-webkit-input-placeholder {
  color: #553c9a;
}

.group:hover .group-hover\:placeholder-purple-800::-moz-placeholder {
  color: #553c9a;
}

.group:hover .group-hover\:placeholder-purple-800:-ms-input-placeholder {
  color: #553c9a;
}

.group:hover .group-hover\:placeholder-purple-800::-ms-input-placeholder {
  color: #553c9a;
}

.group:hover .group-hover\:placeholder-purple-800::placeholder {
  color: #553c9a;
}

.group:hover .group-hover\:placeholder-purple-900::-webkit-input-placeholder {
  color: #44337a;
}

.group:hover .group-hover\:placeholder-purple-900::-moz-placeholder {
  color: #44337a;
}

.group:hover .group-hover\:placeholder-purple-900:-ms-input-placeholder {
  color: #44337a;
}

.group:hover .group-hover\:placeholder-purple-900::-ms-input-placeholder {
  color: #44337a;
}

.group:hover .group-hover\:placeholder-purple-900::placeholder {
  color: #44337a;
}

.group:hover .group-hover\:placeholder-pink-100::-webkit-input-placeholder {
  color: #fff5f7;
}

.group:hover .group-hover\:placeholder-pink-100::-moz-placeholder {
  color: #fff5f7;
}

.group:hover .group-hover\:placeholder-pink-100:-ms-input-placeholder {
  color: #fff5f7;
}

.group:hover .group-hover\:placeholder-pink-100::-ms-input-placeholder {
  color: #fff5f7;
}

.group:hover .group-hover\:placeholder-pink-100::placeholder {
  color: #fff5f7;
}

.group:hover .group-hover\:placeholder-pink-200::-webkit-input-placeholder {
  color: #fed7e2;
}

.group:hover .group-hover\:placeholder-pink-200::-moz-placeholder {
  color: #fed7e2;
}

.group:hover .group-hover\:placeholder-pink-200:-ms-input-placeholder {
  color: #fed7e2;
}

.group:hover .group-hover\:placeholder-pink-200::-ms-input-placeholder {
  color: #fed7e2;
}

.group:hover .group-hover\:placeholder-pink-200::placeholder {
  color: #fed7e2;
}

.group:hover .group-hover\:placeholder-pink-300::-webkit-input-placeholder {
  color: #fbb6ce;
}

.group:hover .group-hover\:placeholder-pink-300::-moz-placeholder {
  color: #fbb6ce;
}

.group:hover .group-hover\:placeholder-pink-300:-ms-input-placeholder {
  color: #fbb6ce;
}

.group:hover .group-hover\:placeholder-pink-300::-ms-input-placeholder {
  color: #fbb6ce;
}

.group:hover .group-hover\:placeholder-pink-300::placeholder {
  color: #fbb6ce;
}

.group:hover .group-hover\:placeholder-pink-400::-webkit-input-placeholder {
  color: #f687b3;
}

.group:hover .group-hover\:placeholder-pink-400::-moz-placeholder {
  color: #f687b3;
}

.group:hover .group-hover\:placeholder-pink-400:-ms-input-placeholder {
  color: #f687b3;
}

.group:hover .group-hover\:placeholder-pink-400::-ms-input-placeholder {
  color: #f687b3;
}

.group:hover .group-hover\:placeholder-pink-400::placeholder {
  color: #f687b3;
}

.group:hover .group-hover\:placeholder-pink-500::-webkit-input-placeholder {
  color: #ed64a6;
}

.group:hover .group-hover\:placeholder-pink-500::-moz-placeholder {
  color: #ed64a6;
}

.group:hover .group-hover\:placeholder-pink-500:-ms-input-placeholder {
  color: #ed64a6;
}

.group:hover .group-hover\:placeholder-pink-500::-ms-input-placeholder {
  color: #ed64a6;
}

.group:hover .group-hover\:placeholder-pink-500::placeholder {
  color: #ed64a6;
}

.group:hover .group-hover\:placeholder-pink-600::-webkit-input-placeholder {
  color: #d53f8c;
}

.group:hover .group-hover\:placeholder-pink-600::-moz-placeholder {
  color: #d53f8c;
}

.group:hover .group-hover\:placeholder-pink-600:-ms-input-placeholder {
  color: #d53f8c;
}

.group:hover .group-hover\:placeholder-pink-600::-ms-input-placeholder {
  color: #d53f8c;
}

.group:hover .group-hover\:placeholder-pink-600::placeholder {
  color: #d53f8c;
}

.group:hover .group-hover\:placeholder-pink-700::-webkit-input-placeholder {
  color: #b83280;
}

.group:hover .group-hover\:placeholder-pink-700::-moz-placeholder {
  color: #b83280;
}

.group:hover .group-hover\:placeholder-pink-700:-ms-input-placeholder {
  color: #b83280;
}

.group:hover .group-hover\:placeholder-pink-700::-ms-input-placeholder {
  color: #b83280;
}

.group:hover .group-hover\:placeholder-pink-700::placeholder {
  color: #b83280;
}

.group:hover .group-hover\:placeholder-pink-800::-webkit-input-placeholder {
  color: #97266d;
}

.group:hover .group-hover\:placeholder-pink-800::-moz-placeholder {
  color: #97266d;
}

.group:hover .group-hover\:placeholder-pink-800:-ms-input-placeholder {
  color: #97266d;
}

.group:hover .group-hover\:placeholder-pink-800::-ms-input-placeholder {
  color: #97266d;
}

.group:hover .group-hover\:placeholder-pink-800::placeholder {
  color: #97266d;
}

.group:hover .group-hover\:placeholder-pink-900::-webkit-input-placeholder {
  color: #702459;
}

.group:hover .group-hover\:placeholder-pink-900::-moz-placeholder {
  color: #702459;
}

.group:hover .group-hover\:placeholder-pink-900:-ms-input-placeholder {
  color: #702459;
}

.group:hover .group-hover\:placeholder-pink-900::-ms-input-placeholder {
  color: #702459;
}

.group:hover .group-hover\:placeholder-pink-900::placeholder {
  color: #702459;
}

.focus-within\:placeholder-transparent:focus-within::-webkit-input-placeholder {
  color: transparent;
}

.focus-within\:placeholder-transparent:focus-within::-moz-placeholder {
  color: transparent;
}

.focus-within\:placeholder-transparent:focus-within:-ms-input-placeholder {
  color: transparent;
}

.focus-within\:placeholder-transparent:focus-within::-ms-input-placeholder {
  color: transparent;
}

.focus-within\:placeholder-transparent:focus-within::placeholder {
  color: transparent;
}

.focus-within\:placeholder-black:focus-within::-webkit-input-placeholder {
  color: #000;
}

.focus-within\:placeholder-black:focus-within::-moz-placeholder {
  color: #000;
}

.focus-within\:placeholder-black:focus-within:-ms-input-placeholder {
  color: #000;
}

.focus-within\:placeholder-black:focus-within::-ms-input-placeholder {
  color: #000;
}

.focus-within\:placeholder-black:focus-within::placeholder {
  color: #000;
}

.focus-within\:placeholder-white:focus-within::-webkit-input-placeholder {
  color: #fff;
}

.focus-within\:placeholder-white:focus-within::-moz-placeholder {
  color: #fff;
}

.focus-within\:placeholder-white:focus-within:-ms-input-placeholder {
  color: #fff;
}

.focus-within\:placeholder-white:focus-within::-ms-input-placeholder {
  color: #fff;
}

.focus-within\:placeholder-white:focus-within::placeholder {
  color: #fff;
}

.focus-within\:placeholder-gray-100:focus-within::-webkit-input-placeholder {
  color: #f7fafc;
}

.focus-within\:placeholder-gray-100:focus-within::-moz-placeholder {
  color: #f7fafc;
}

.focus-within\:placeholder-gray-100:focus-within:-ms-input-placeholder {
  color: #f7fafc;
}

.focus-within\:placeholder-gray-100:focus-within::-ms-input-placeholder {
  color: #f7fafc;
}

.focus-within\:placeholder-gray-100:focus-within::placeholder {
  color: #f7fafc;
}

.focus-within\:placeholder-gray-200:focus-within::-webkit-input-placeholder {
  color: #edf2f7;
}

.focus-within\:placeholder-gray-200:focus-within::-moz-placeholder {
  color: #edf2f7;
}

.focus-within\:placeholder-gray-200:focus-within:-ms-input-placeholder {
  color: #edf2f7;
}

.focus-within\:placeholder-gray-200:focus-within::-ms-input-placeholder {
  color: #edf2f7;
}

.focus-within\:placeholder-gray-200:focus-within::placeholder {
  color: #edf2f7;
}

.focus-within\:placeholder-gray-300:focus-within::-webkit-input-placeholder {
  color: #e2e8f0;
}

.focus-within\:placeholder-gray-300:focus-within::-moz-placeholder {
  color: #e2e8f0;
}

.focus-within\:placeholder-gray-300:focus-within:-ms-input-placeholder {
  color: #e2e8f0;
}

.focus-within\:placeholder-gray-300:focus-within::-ms-input-placeholder {
  color: #e2e8f0;
}

.focus-within\:placeholder-gray-300:focus-within::placeholder {
  color: #e2e8f0;
}

.focus-within\:placeholder-gray-400:focus-within::-webkit-input-placeholder {
  color: #cbd5e0;
}

.focus-within\:placeholder-gray-400:focus-within::-moz-placeholder {
  color: #cbd5e0;
}

.focus-within\:placeholder-gray-400:focus-within:-ms-input-placeholder {
  color: #cbd5e0;
}

.focus-within\:placeholder-gray-400:focus-within::-ms-input-placeholder {
  color: #cbd5e0;
}

.focus-within\:placeholder-gray-400:focus-within::placeholder {
  color: #cbd5e0;
}

.focus-within\:placeholder-gray-500:focus-within::-webkit-input-placeholder {
  color: #a0aec0;
}

.focus-within\:placeholder-gray-500:focus-within::-moz-placeholder {
  color: #a0aec0;
}

.focus-within\:placeholder-gray-500:focus-within:-ms-input-placeholder {
  color: #a0aec0;
}

.focus-within\:placeholder-gray-500:focus-within::-ms-input-placeholder {
  color: #a0aec0;
}

.focus-within\:placeholder-gray-500:focus-within::placeholder {
  color: #a0aec0;
}

.focus-within\:placeholder-gray-600:focus-within::-webkit-input-placeholder {
  color: #718096;
}

.focus-within\:placeholder-gray-600:focus-within::-moz-placeholder {
  color: #718096;
}

.focus-within\:placeholder-gray-600:focus-within:-ms-input-placeholder {
  color: #718096;
}

.focus-within\:placeholder-gray-600:focus-within::-ms-input-placeholder {
  color: #718096;
}

.focus-within\:placeholder-gray-600:focus-within::placeholder {
  color: #718096;
}

.focus-within\:placeholder-gray-700:focus-within::-webkit-input-placeholder {
  color: #4a5568;
}

.focus-within\:placeholder-gray-700:focus-within::-moz-placeholder {
  color: #4a5568;
}

.focus-within\:placeholder-gray-700:focus-within:-ms-input-placeholder {
  color: #4a5568;
}

.focus-within\:placeholder-gray-700:focus-within::-ms-input-placeholder {
  color: #4a5568;
}

.focus-within\:placeholder-gray-700:focus-within::placeholder {
  color: #4a5568;
}

.focus-within\:placeholder-gray-800:focus-within::-webkit-input-placeholder {
  color: #2d3748;
}

.focus-within\:placeholder-gray-800:focus-within::-moz-placeholder {
  color: #2d3748;
}

.focus-within\:placeholder-gray-800:focus-within:-ms-input-placeholder {
  color: #2d3748;
}

.focus-within\:placeholder-gray-800:focus-within::-ms-input-placeholder {
  color: #2d3748;
}

.focus-within\:placeholder-gray-800:focus-within::placeholder {
  color: #2d3748;
}

.focus-within\:placeholder-gray-900:focus-within::-webkit-input-placeholder {
  color: #1a202c;
}

.focus-within\:placeholder-gray-900:focus-within::-moz-placeholder {
  color: #1a202c;
}

.focus-within\:placeholder-gray-900:focus-within:-ms-input-placeholder {
  color: #1a202c;
}

.focus-within\:placeholder-gray-900:focus-within::-ms-input-placeholder {
  color: #1a202c;
}

.focus-within\:placeholder-gray-900:focus-within::placeholder {
  color: #1a202c;
}

.focus-within\:placeholder-red-100:focus-within::-webkit-input-placeholder {
  color: #fff5f5;
}

.focus-within\:placeholder-red-100:focus-within::-moz-placeholder {
  color: #fff5f5;
}

.focus-within\:placeholder-red-100:focus-within:-ms-input-placeholder {
  color: #fff5f5;
}

.focus-within\:placeholder-red-100:focus-within::-ms-input-placeholder {
  color: #fff5f5;
}

.focus-within\:placeholder-red-100:focus-within::placeholder {
  color: #fff5f5;
}

.focus-within\:placeholder-red-200:focus-within::-webkit-input-placeholder {
  color: #fed7d7;
}

.focus-within\:placeholder-red-200:focus-within::-moz-placeholder {
  color: #fed7d7;
}

.focus-within\:placeholder-red-200:focus-within:-ms-input-placeholder {
  color: #fed7d7;
}

.focus-within\:placeholder-red-200:focus-within::-ms-input-placeholder {
  color: #fed7d7;
}

.focus-within\:placeholder-red-200:focus-within::placeholder {
  color: #fed7d7;
}

.focus-within\:placeholder-red-300:focus-within::-webkit-input-placeholder {
  color: #feb2b2;
}

.focus-within\:placeholder-red-300:focus-within::-moz-placeholder {
  color: #feb2b2;
}

.focus-within\:placeholder-red-300:focus-within:-ms-input-placeholder {
  color: #feb2b2;
}

.focus-within\:placeholder-red-300:focus-within::-ms-input-placeholder {
  color: #feb2b2;
}

.focus-within\:placeholder-red-300:focus-within::placeholder {
  color: #feb2b2;
}

.focus-within\:placeholder-red-400:focus-within::-webkit-input-placeholder {
  color: #fc8181;
}

.focus-within\:placeholder-red-400:focus-within::-moz-placeholder {
  color: #fc8181;
}

.focus-within\:placeholder-red-400:focus-within:-ms-input-placeholder {
  color: #fc8181;
}

.focus-within\:placeholder-red-400:focus-within::-ms-input-placeholder {
  color: #fc8181;
}

.focus-within\:placeholder-red-400:focus-within::placeholder {
  color: #fc8181;
}

.focus-within\:placeholder-red-500:focus-within::-webkit-input-placeholder {
  color: #f56565;
}

.focus-within\:placeholder-red-500:focus-within::-moz-placeholder {
  color: #f56565;
}

.focus-within\:placeholder-red-500:focus-within:-ms-input-placeholder {
  color: #f56565;
}

.focus-within\:placeholder-red-500:focus-within::-ms-input-placeholder {
  color: #f56565;
}

.focus-within\:placeholder-red-500:focus-within::placeholder {
  color: #f56565;
}

.focus-within\:placeholder-red-600:focus-within::-webkit-input-placeholder {
  color: #e53e3e;
}

.focus-within\:placeholder-red-600:focus-within::-moz-placeholder {
  color: #e53e3e;
}

.focus-within\:placeholder-red-600:focus-within:-ms-input-placeholder {
  color: #e53e3e;
}

.focus-within\:placeholder-red-600:focus-within::-ms-input-placeholder {
  color: #e53e3e;
}

.focus-within\:placeholder-red-600:focus-within::placeholder {
  color: #e53e3e;
}

.focus-within\:placeholder-red-700:focus-within::-webkit-input-placeholder {
  color: #c53030;
}

.focus-within\:placeholder-red-700:focus-within::-moz-placeholder {
  color: #c53030;
}

.focus-within\:placeholder-red-700:focus-within:-ms-input-placeholder {
  color: #c53030;
}

.focus-within\:placeholder-red-700:focus-within::-ms-input-placeholder {
  color: #c53030;
}

.focus-within\:placeholder-red-700:focus-within::placeholder {
  color: #c53030;
}

.focus-within\:placeholder-red-800:focus-within::-webkit-input-placeholder {
  color: #9b2c2c;
}

.focus-within\:placeholder-red-800:focus-within::-moz-placeholder {
  color: #9b2c2c;
}

.focus-within\:placeholder-red-800:focus-within:-ms-input-placeholder {
  color: #9b2c2c;
}

.focus-within\:placeholder-red-800:focus-within::-ms-input-placeholder {
  color: #9b2c2c;
}

.focus-within\:placeholder-red-800:focus-within::placeholder {
  color: #9b2c2c;
}

.focus-within\:placeholder-red-900:focus-within::-webkit-input-placeholder {
  color: #742a2a;
}

.focus-within\:placeholder-red-900:focus-within::-moz-placeholder {
  color: #742a2a;
}

.focus-within\:placeholder-red-900:focus-within:-ms-input-placeholder {
  color: #742a2a;
}

.focus-within\:placeholder-red-900:focus-within::-ms-input-placeholder {
  color: #742a2a;
}

.focus-within\:placeholder-red-900:focus-within::placeholder {
  color: #742a2a;
}

.focus-within\:placeholder-orange-100:focus-within::-webkit-input-placeholder {
  color: #fffaf0;
}

.focus-within\:placeholder-orange-100:focus-within::-moz-placeholder {
  color: #fffaf0;
}

.focus-within\:placeholder-orange-100:focus-within:-ms-input-placeholder {
  color: #fffaf0;
}

.focus-within\:placeholder-orange-100:focus-within::-ms-input-placeholder {
  color: #fffaf0;
}

.focus-within\:placeholder-orange-100:focus-within::placeholder {
  color: #fffaf0;
}

.focus-within\:placeholder-orange-200:focus-within::-webkit-input-placeholder {
  color: #feebc8;
}

.focus-within\:placeholder-orange-200:focus-within::-moz-placeholder {
  color: #feebc8;
}

.focus-within\:placeholder-orange-200:focus-within:-ms-input-placeholder {
  color: #feebc8;
}

.focus-within\:placeholder-orange-200:focus-within::-ms-input-placeholder {
  color: #feebc8;
}

.focus-within\:placeholder-orange-200:focus-within::placeholder {
  color: #feebc8;
}

.focus-within\:placeholder-orange-300:focus-within::-webkit-input-placeholder {
  color: #fbd38d;
}

.focus-within\:placeholder-orange-300:focus-within::-moz-placeholder {
  color: #fbd38d;
}

.focus-within\:placeholder-orange-300:focus-within:-ms-input-placeholder {
  color: #fbd38d;
}

.focus-within\:placeholder-orange-300:focus-within::-ms-input-placeholder {
  color: #fbd38d;
}

.focus-within\:placeholder-orange-300:focus-within::placeholder {
  color: #fbd38d;
}

.focus-within\:placeholder-orange-400:focus-within::-webkit-input-placeholder {
  color: #f6ad55;
}

.focus-within\:placeholder-orange-400:focus-within::-moz-placeholder {
  color: #f6ad55;
}

.focus-within\:placeholder-orange-400:focus-within:-ms-input-placeholder {
  color: #f6ad55;
}

.focus-within\:placeholder-orange-400:focus-within::-ms-input-placeholder {
  color: #f6ad55;
}

.focus-within\:placeholder-orange-400:focus-within::placeholder {
  color: #f6ad55;
}

.focus-within\:placeholder-orange-500:focus-within::-webkit-input-placeholder {
  color: #ed8936;
}

.focus-within\:placeholder-orange-500:focus-within::-moz-placeholder {
  color: #ed8936;
}

.focus-within\:placeholder-orange-500:focus-within:-ms-input-placeholder {
  color: #ed8936;
}

.focus-within\:placeholder-orange-500:focus-within::-ms-input-placeholder {
  color: #ed8936;
}

.focus-within\:placeholder-orange-500:focus-within::placeholder {
  color: #ed8936;
}

.focus-within\:placeholder-orange-600:focus-within::-webkit-input-placeholder {
  color: #dd6b20;
}

.focus-within\:placeholder-orange-600:focus-within::-moz-placeholder {
  color: #dd6b20;
}

.focus-within\:placeholder-orange-600:focus-within:-ms-input-placeholder {
  color: #dd6b20;
}

.focus-within\:placeholder-orange-600:focus-within::-ms-input-placeholder {
  color: #dd6b20;
}

.focus-within\:placeholder-orange-600:focus-within::placeholder {
  color: #dd6b20;
}

.focus-within\:placeholder-orange-700:focus-within::-webkit-input-placeholder {
  color: #c05621;
}

.focus-within\:placeholder-orange-700:focus-within::-moz-placeholder {
  color: #c05621;
}

.focus-within\:placeholder-orange-700:focus-within:-ms-input-placeholder {
  color: #c05621;
}

.focus-within\:placeholder-orange-700:focus-within::-ms-input-placeholder {
  color: #c05621;
}

.focus-within\:placeholder-orange-700:focus-within::placeholder {
  color: #c05621;
}

.focus-within\:placeholder-orange-800:focus-within::-webkit-input-placeholder {
  color: #9c4221;
}

.focus-within\:placeholder-orange-800:focus-within::-moz-placeholder {
  color: #9c4221;
}

.focus-within\:placeholder-orange-800:focus-within:-ms-input-placeholder {
  color: #9c4221;
}

.focus-within\:placeholder-orange-800:focus-within::-ms-input-placeholder {
  color: #9c4221;
}

.focus-within\:placeholder-orange-800:focus-within::placeholder {
  color: #9c4221;
}

.focus-within\:placeholder-orange-900:focus-within::-webkit-input-placeholder {
  color: #7b341e;
}

.focus-within\:placeholder-orange-900:focus-within::-moz-placeholder {
  color: #7b341e;
}

.focus-within\:placeholder-orange-900:focus-within:-ms-input-placeholder {
  color: #7b341e;
}

.focus-within\:placeholder-orange-900:focus-within::-ms-input-placeholder {
  color: #7b341e;
}

.focus-within\:placeholder-orange-900:focus-within::placeholder {
  color: #7b341e;
}

.focus-within\:placeholder-yellow-100:focus-within::-webkit-input-placeholder {
  color: #fffff0;
}

.focus-within\:placeholder-yellow-100:focus-within::-moz-placeholder {
  color: #fffff0;
}

.focus-within\:placeholder-yellow-100:focus-within:-ms-input-placeholder {
  color: #fffff0;
}

.focus-within\:placeholder-yellow-100:focus-within::-ms-input-placeholder {
  color: #fffff0;
}

.focus-within\:placeholder-yellow-100:focus-within::placeholder {
  color: #fffff0;
}

.focus-within\:placeholder-yellow-200:focus-within::-webkit-input-placeholder {
  color: #fefcbf;
}

.focus-within\:placeholder-yellow-200:focus-within::-moz-placeholder {
  color: #fefcbf;
}

.focus-within\:placeholder-yellow-200:focus-within:-ms-input-placeholder {
  color: #fefcbf;
}

.focus-within\:placeholder-yellow-200:focus-within::-ms-input-placeholder {
  color: #fefcbf;
}

.focus-within\:placeholder-yellow-200:focus-within::placeholder {
  color: #fefcbf;
}

.focus-within\:placeholder-yellow-300:focus-within::-webkit-input-placeholder {
  color: #faf089;
}

.focus-within\:placeholder-yellow-300:focus-within::-moz-placeholder {
  color: #faf089;
}

.focus-within\:placeholder-yellow-300:focus-within:-ms-input-placeholder {
  color: #faf089;
}

.focus-within\:placeholder-yellow-300:focus-within::-ms-input-placeholder {
  color: #faf089;
}

.focus-within\:placeholder-yellow-300:focus-within::placeholder {
  color: #faf089;
}

.focus-within\:placeholder-yellow-400:focus-within::-webkit-input-placeholder {
  color: #f6e05e;
}

.focus-within\:placeholder-yellow-400:focus-within::-moz-placeholder {
  color: #f6e05e;
}

.focus-within\:placeholder-yellow-400:focus-within:-ms-input-placeholder {
  color: #f6e05e;
}

.focus-within\:placeholder-yellow-400:focus-within::-ms-input-placeholder {
  color: #f6e05e;
}

.focus-within\:placeholder-yellow-400:focus-within::placeholder {
  color: #f6e05e;
}

.focus-within\:placeholder-yellow-500:focus-within::-webkit-input-placeholder {
  color: #ecc94b;
}

.focus-within\:placeholder-yellow-500:focus-within::-moz-placeholder {
  color: #ecc94b;
}

.focus-within\:placeholder-yellow-500:focus-within:-ms-input-placeholder {
  color: #ecc94b;
}

.focus-within\:placeholder-yellow-500:focus-within::-ms-input-placeholder {
  color: #ecc94b;
}

.focus-within\:placeholder-yellow-500:focus-within::placeholder {
  color: #ecc94b;
}

.focus-within\:placeholder-yellow-600:focus-within::-webkit-input-placeholder {
  color: #d69e2e;
}

.focus-within\:placeholder-yellow-600:focus-within::-moz-placeholder {
  color: #d69e2e;
}

.focus-within\:placeholder-yellow-600:focus-within:-ms-input-placeholder {
  color: #d69e2e;
}

.focus-within\:placeholder-yellow-600:focus-within::-ms-input-placeholder {
  color: #d69e2e;
}

.focus-within\:placeholder-yellow-600:focus-within::placeholder {
  color: #d69e2e;
}

.focus-within\:placeholder-yellow-700:focus-within::-webkit-input-placeholder {
  color: #b7791f;
}

.focus-within\:placeholder-yellow-700:focus-within::-moz-placeholder {
  color: #b7791f;
}

.focus-within\:placeholder-yellow-700:focus-within:-ms-input-placeholder {
  color: #b7791f;
}

.focus-within\:placeholder-yellow-700:focus-within::-ms-input-placeholder {
  color: #b7791f;
}

.focus-within\:placeholder-yellow-700:focus-within::placeholder {
  color: #b7791f;
}

.focus-within\:placeholder-yellow-800:focus-within::-webkit-input-placeholder {
  color: #975a16;
}

.focus-within\:placeholder-yellow-800:focus-within::-moz-placeholder {
  color: #975a16;
}

.focus-within\:placeholder-yellow-800:focus-within:-ms-input-placeholder {
  color: #975a16;
}

.focus-within\:placeholder-yellow-800:focus-within::-ms-input-placeholder {
  color: #975a16;
}

.focus-within\:placeholder-yellow-800:focus-within::placeholder {
  color: #975a16;
}

.focus-within\:placeholder-yellow-900:focus-within::-webkit-input-placeholder {
  color: #744210;
}

.focus-within\:placeholder-yellow-900:focus-within::-moz-placeholder {
  color: #744210;
}

.focus-within\:placeholder-yellow-900:focus-within:-ms-input-placeholder {
  color: #744210;
}

.focus-within\:placeholder-yellow-900:focus-within::-ms-input-placeholder {
  color: #744210;
}

.focus-within\:placeholder-yellow-900:focus-within::placeholder {
  color: #744210;
}

.focus-within\:placeholder-green-100:focus-within::-webkit-input-placeholder {
  color: #f0fff4;
}

.focus-within\:placeholder-green-100:focus-within::-moz-placeholder {
  color: #f0fff4;
}

.focus-within\:placeholder-green-100:focus-within:-ms-input-placeholder {
  color: #f0fff4;
}

.focus-within\:placeholder-green-100:focus-within::-ms-input-placeholder {
  color: #f0fff4;
}

.focus-within\:placeholder-green-100:focus-within::placeholder {
  color: #f0fff4;
}

.focus-within\:placeholder-green-200:focus-within::-webkit-input-placeholder {
  color: #c6f6d5;
}

.focus-within\:placeholder-green-200:focus-within::-moz-placeholder {
  color: #c6f6d5;
}

.focus-within\:placeholder-green-200:focus-within:-ms-input-placeholder {
  color: #c6f6d5;
}

.focus-within\:placeholder-green-200:focus-within::-ms-input-placeholder {
  color: #c6f6d5;
}

.focus-within\:placeholder-green-200:focus-within::placeholder {
  color: #c6f6d5;
}

.focus-within\:placeholder-green-300:focus-within::-webkit-input-placeholder {
  color: #9ae6b4;
}

.focus-within\:placeholder-green-300:focus-within::-moz-placeholder {
  color: #9ae6b4;
}

.focus-within\:placeholder-green-300:focus-within:-ms-input-placeholder {
  color: #9ae6b4;
}

.focus-within\:placeholder-green-300:focus-within::-ms-input-placeholder {
  color: #9ae6b4;
}

.focus-within\:placeholder-green-300:focus-within::placeholder {
  color: #9ae6b4;
}

.focus-within\:placeholder-green-400:focus-within::-webkit-input-placeholder {
  color: #68d391;
}

.focus-within\:placeholder-green-400:focus-within::-moz-placeholder {
  color: #68d391;
}

.focus-within\:placeholder-green-400:focus-within:-ms-input-placeholder {
  color: #68d391;
}

.focus-within\:placeholder-green-400:focus-within::-ms-input-placeholder {
  color: #68d391;
}

.focus-within\:placeholder-green-400:focus-within::placeholder {
  color: #68d391;
}

.focus-within\:placeholder-green-500:focus-within::-webkit-input-placeholder {
  color: #48bb78;
}

.focus-within\:placeholder-green-500:focus-within::-moz-placeholder {
  color: #48bb78;
}

.focus-within\:placeholder-green-500:focus-within:-ms-input-placeholder {
  color: #48bb78;
}

.focus-within\:placeholder-green-500:focus-within::-ms-input-placeholder {
  color: #48bb78;
}

.focus-within\:placeholder-green-500:focus-within::placeholder {
  color: #48bb78;
}

.focus-within\:placeholder-green-600:focus-within::-webkit-input-placeholder {
  color: #38a169;
}

.focus-within\:placeholder-green-600:focus-within::-moz-placeholder {
  color: #38a169;
}

.focus-within\:placeholder-green-600:focus-within:-ms-input-placeholder {
  color: #38a169;
}

.focus-within\:placeholder-green-600:focus-within::-ms-input-placeholder {
  color: #38a169;
}

.focus-within\:placeholder-green-600:focus-within::placeholder {
  color: #38a169;
}

.focus-within\:placeholder-green-700:focus-within::-webkit-input-placeholder {
  color: #2f855a;
}

.focus-within\:placeholder-green-700:focus-within::-moz-placeholder {
  color: #2f855a;
}

.focus-within\:placeholder-green-700:focus-within:-ms-input-placeholder {
  color: #2f855a;
}

.focus-within\:placeholder-green-700:focus-within::-ms-input-placeholder {
  color: #2f855a;
}

.focus-within\:placeholder-green-700:focus-within::placeholder {
  color: #2f855a;
}

.focus-within\:placeholder-green-800:focus-within::-webkit-input-placeholder {
  color: #276749;
}

.focus-within\:placeholder-green-800:focus-within::-moz-placeholder {
  color: #276749;
}

.focus-within\:placeholder-green-800:focus-within:-ms-input-placeholder {
  color: #276749;
}

.focus-within\:placeholder-green-800:focus-within::-ms-input-placeholder {
  color: #276749;
}

.focus-within\:placeholder-green-800:focus-within::placeholder {
  color: #276749;
}

.focus-within\:placeholder-green-900:focus-within::-webkit-input-placeholder {
  color: #22543d;
}

.focus-within\:placeholder-green-900:focus-within::-moz-placeholder {
  color: #22543d;
}

.focus-within\:placeholder-green-900:focus-within:-ms-input-placeholder {
  color: #22543d;
}

.focus-within\:placeholder-green-900:focus-within::-ms-input-placeholder {
  color: #22543d;
}

.focus-within\:placeholder-green-900:focus-within::placeholder {
  color: #22543d;
}

.focus-within\:placeholder-teal-100:focus-within::-webkit-input-placeholder {
  color: #e6fffa;
}

.focus-within\:placeholder-teal-100:focus-within::-moz-placeholder {
  color: #e6fffa;
}

.focus-within\:placeholder-teal-100:focus-within:-ms-input-placeholder {
  color: #e6fffa;
}

.focus-within\:placeholder-teal-100:focus-within::-ms-input-placeholder {
  color: #e6fffa;
}

.focus-within\:placeholder-teal-100:focus-within::placeholder {
  color: #e6fffa;
}

.focus-within\:placeholder-teal-200:focus-within::-webkit-input-placeholder {
  color: #b2f5ea;
}

.focus-within\:placeholder-teal-200:focus-within::-moz-placeholder {
  color: #b2f5ea;
}

.focus-within\:placeholder-teal-200:focus-within:-ms-input-placeholder {
  color: #b2f5ea;
}

.focus-within\:placeholder-teal-200:focus-within::-ms-input-placeholder {
  color: #b2f5ea;
}

.focus-within\:placeholder-teal-200:focus-within::placeholder {
  color: #b2f5ea;
}

.focus-within\:placeholder-teal-300:focus-within::-webkit-input-placeholder {
  color: #81e6d9;
}

.focus-within\:placeholder-teal-300:focus-within::-moz-placeholder {
  color: #81e6d9;
}

.focus-within\:placeholder-teal-300:focus-within:-ms-input-placeholder {
  color: #81e6d9;
}

.focus-within\:placeholder-teal-300:focus-within::-ms-input-placeholder {
  color: #81e6d9;
}

.focus-within\:placeholder-teal-300:focus-within::placeholder {
  color: #81e6d9;
}

.focus-within\:placeholder-teal-400:focus-within::-webkit-input-placeholder {
  color: #4fd1c5;
}

.focus-within\:placeholder-teal-400:focus-within::-moz-placeholder {
  color: #4fd1c5;
}

.focus-within\:placeholder-teal-400:focus-within:-ms-input-placeholder {
  color: #4fd1c5;
}

.focus-within\:placeholder-teal-400:focus-within::-ms-input-placeholder {
  color: #4fd1c5;
}

.focus-within\:placeholder-teal-400:focus-within::placeholder {
  color: #4fd1c5;
}

.focus-within\:placeholder-teal-500:focus-within::-webkit-input-placeholder {
  color: #38b2ac;
}

.focus-within\:placeholder-teal-500:focus-within::-moz-placeholder {
  color: #38b2ac;
}

.focus-within\:placeholder-teal-500:focus-within:-ms-input-placeholder {
  color: #38b2ac;
}

.focus-within\:placeholder-teal-500:focus-within::-ms-input-placeholder {
  color: #38b2ac;
}

.focus-within\:placeholder-teal-500:focus-within::placeholder {
  color: #38b2ac;
}

.focus-within\:placeholder-teal-600:focus-within::-webkit-input-placeholder {
  color: #319795;
}

.focus-within\:placeholder-teal-600:focus-within::-moz-placeholder {
  color: #319795;
}

.focus-within\:placeholder-teal-600:focus-within:-ms-input-placeholder {
  color: #319795;
}

.focus-within\:placeholder-teal-600:focus-within::-ms-input-placeholder {
  color: #319795;
}

.focus-within\:placeholder-teal-600:focus-within::placeholder {
  color: #319795;
}

.focus-within\:placeholder-teal-700:focus-within::-webkit-input-placeholder {
  color: #2c7a7b;
}

.focus-within\:placeholder-teal-700:focus-within::-moz-placeholder {
  color: #2c7a7b;
}

.focus-within\:placeholder-teal-700:focus-within:-ms-input-placeholder {
  color: #2c7a7b;
}

.focus-within\:placeholder-teal-700:focus-within::-ms-input-placeholder {
  color: #2c7a7b;
}

.focus-within\:placeholder-teal-700:focus-within::placeholder {
  color: #2c7a7b;
}

.focus-within\:placeholder-teal-800:focus-within::-webkit-input-placeholder {
  color: #285e61;
}

.focus-within\:placeholder-teal-800:focus-within::-moz-placeholder {
  color: #285e61;
}

.focus-within\:placeholder-teal-800:focus-within:-ms-input-placeholder {
  color: #285e61;
}

.focus-within\:placeholder-teal-800:focus-within::-ms-input-placeholder {
  color: #285e61;
}

.focus-within\:placeholder-teal-800:focus-within::placeholder {
  color: #285e61;
}

.focus-within\:placeholder-teal-900:focus-within::-webkit-input-placeholder {
  color: #234e52;
}

.focus-within\:placeholder-teal-900:focus-within::-moz-placeholder {
  color: #234e52;
}

.focus-within\:placeholder-teal-900:focus-within:-ms-input-placeholder {
  color: #234e52;
}

.focus-within\:placeholder-teal-900:focus-within::-ms-input-placeholder {
  color: #234e52;
}

.focus-within\:placeholder-teal-900:focus-within::placeholder {
  color: #234e52;
}

.focus-within\:placeholder-blue-100:focus-within::-webkit-input-placeholder {
  color: #ebf8ff;
}

.focus-within\:placeholder-blue-100:focus-within::-moz-placeholder {
  color: #ebf8ff;
}

.focus-within\:placeholder-blue-100:focus-within:-ms-input-placeholder {
  color: #ebf8ff;
}

.focus-within\:placeholder-blue-100:focus-within::-ms-input-placeholder {
  color: #ebf8ff;
}

.focus-within\:placeholder-blue-100:focus-within::placeholder {
  color: #ebf8ff;
}

.focus-within\:placeholder-blue-200:focus-within::-webkit-input-placeholder {
  color: #bee3f8;
}

.focus-within\:placeholder-blue-200:focus-within::-moz-placeholder {
  color: #bee3f8;
}

.focus-within\:placeholder-blue-200:focus-within:-ms-input-placeholder {
  color: #bee3f8;
}

.focus-within\:placeholder-blue-200:focus-within::-ms-input-placeholder {
  color: #bee3f8;
}

.focus-within\:placeholder-blue-200:focus-within::placeholder {
  color: #bee3f8;
}

.focus-within\:placeholder-blue-300:focus-within::-webkit-input-placeholder {
  color: #90cdf4;
}

.focus-within\:placeholder-blue-300:focus-within::-moz-placeholder {
  color: #90cdf4;
}

.focus-within\:placeholder-blue-300:focus-within:-ms-input-placeholder {
  color: #90cdf4;
}

.focus-within\:placeholder-blue-300:focus-within::-ms-input-placeholder {
  color: #90cdf4;
}

.focus-within\:placeholder-blue-300:focus-within::placeholder {
  color: #90cdf4;
}

.focus-within\:placeholder-blue-400:focus-within::-webkit-input-placeholder {
  color: #63b3ed;
}

.focus-within\:placeholder-blue-400:focus-within::-moz-placeholder {
  color: #63b3ed;
}

.focus-within\:placeholder-blue-400:focus-within:-ms-input-placeholder {
  color: #63b3ed;
}

.focus-within\:placeholder-blue-400:focus-within::-ms-input-placeholder {
  color: #63b3ed;
}

.focus-within\:placeholder-blue-400:focus-within::placeholder {
  color: #63b3ed;
}

.focus-within\:placeholder-blue-500:focus-within::-webkit-input-placeholder {
  color: #4299e1;
}

.focus-within\:placeholder-blue-500:focus-within::-moz-placeholder {
  color: #4299e1;
}

.focus-within\:placeholder-blue-500:focus-within:-ms-input-placeholder {
  color: #4299e1;
}

.focus-within\:placeholder-blue-500:focus-within::-ms-input-placeholder {
  color: #4299e1;
}

.focus-within\:placeholder-blue-500:focus-within::placeholder {
  color: #4299e1;
}

.focus-within\:placeholder-blue-600:focus-within::-webkit-input-placeholder {
  color: #3182ce;
}

.focus-within\:placeholder-blue-600:focus-within::-moz-placeholder {
  color: #3182ce;
}

.focus-within\:placeholder-blue-600:focus-within:-ms-input-placeholder {
  color: #3182ce;
}

.focus-within\:placeholder-blue-600:focus-within::-ms-input-placeholder {
  color: #3182ce;
}

.focus-within\:placeholder-blue-600:focus-within::placeholder {
  color: #3182ce;
}

.focus-within\:placeholder-blue-700:focus-within::-webkit-input-placeholder {
  color: #2b6cb0;
}

.focus-within\:placeholder-blue-700:focus-within::-moz-placeholder {
  color: #2b6cb0;
}

.focus-within\:placeholder-blue-700:focus-within:-ms-input-placeholder {
  color: #2b6cb0;
}

.focus-within\:placeholder-blue-700:focus-within::-ms-input-placeholder {
  color: #2b6cb0;
}

.focus-within\:placeholder-blue-700:focus-within::placeholder {
  color: #2b6cb0;
}

.focus-within\:placeholder-blue-800:focus-within::-webkit-input-placeholder {
  color: #2c5282;
}

.focus-within\:placeholder-blue-800:focus-within::-moz-placeholder {
  color: #2c5282;
}

.focus-within\:placeholder-blue-800:focus-within:-ms-input-placeholder {
  color: #2c5282;
}

.focus-within\:placeholder-blue-800:focus-within::-ms-input-placeholder {
  color: #2c5282;
}

.focus-within\:placeholder-blue-800:focus-within::placeholder {
  color: #2c5282;
}

.focus-within\:placeholder-blue-900:focus-within::-webkit-input-placeholder {
  color: #2a4365;
}

.focus-within\:placeholder-blue-900:focus-within::-moz-placeholder {
  color: #2a4365;
}

.focus-within\:placeholder-blue-900:focus-within:-ms-input-placeholder {
  color: #2a4365;
}

.focus-within\:placeholder-blue-900:focus-within::-ms-input-placeholder {
  color: #2a4365;
}

.focus-within\:placeholder-blue-900:focus-within::placeholder {
  color: #2a4365;
}

.focus-within\:placeholder-indigo-100:focus-within::-webkit-input-placeholder {
  color: #ebf4ff;
}

.focus-within\:placeholder-indigo-100:focus-within::-moz-placeholder {
  color: #ebf4ff;
}

.focus-within\:placeholder-indigo-100:focus-within:-ms-input-placeholder {
  color: #ebf4ff;
}

.focus-within\:placeholder-indigo-100:focus-within::-ms-input-placeholder {
  color: #ebf4ff;
}

.focus-within\:placeholder-indigo-100:focus-within::placeholder {
  color: #ebf4ff;
}

.focus-within\:placeholder-indigo-200:focus-within::-webkit-input-placeholder {
  color: #c3dafe;
}

.focus-within\:placeholder-indigo-200:focus-within::-moz-placeholder {
  color: #c3dafe;
}

.focus-within\:placeholder-indigo-200:focus-within:-ms-input-placeholder {
  color: #c3dafe;
}

.focus-within\:placeholder-indigo-200:focus-within::-ms-input-placeholder {
  color: #c3dafe;
}

.focus-within\:placeholder-indigo-200:focus-within::placeholder {
  color: #c3dafe;
}

.focus-within\:placeholder-indigo-300:focus-within::-webkit-input-placeholder {
  color: #a3bffa;
}

.focus-within\:placeholder-indigo-300:focus-within::-moz-placeholder {
  color: #a3bffa;
}

.focus-within\:placeholder-indigo-300:focus-within:-ms-input-placeholder {
  color: #a3bffa;
}

.focus-within\:placeholder-indigo-300:focus-within::-ms-input-placeholder {
  color: #a3bffa;
}

.focus-within\:placeholder-indigo-300:focus-within::placeholder {
  color: #a3bffa;
}

.focus-within\:placeholder-indigo-400:focus-within::-webkit-input-placeholder {
  color: #7f9cf5;
}

.focus-within\:placeholder-indigo-400:focus-within::-moz-placeholder {
  color: #7f9cf5;
}

.focus-within\:placeholder-indigo-400:focus-within:-ms-input-placeholder {
  color: #7f9cf5;
}

.focus-within\:placeholder-indigo-400:focus-within::-ms-input-placeholder {
  color: #7f9cf5;
}

.focus-within\:placeholder-indigo-400:focus-within::placeholder {
  color: #7f9cf5;
}

.focus-within\:placeholder-indigo-500:focus-within::-webkit-input-placeholder {
  color: #667eea;
}

.focus-within\:placeholder-indigo-500:focus-within::-moz-placeholder {
  color: #667eea;
}

.focus-within\:placeholder-indigo-500:focus-within:-ms-input-placeholder {
  color: #667eea;
}

.focus-within\:placeholder-indigo-500:focus-within::-ms-input-placeholder {
  color: #667eea;
}

.focus-within\:placeholder-indigo-500:focus-within::placeholder {
  color: #667eea;
}

.focus-within\:placeholder-indigo-600:focus-within::-webkit-input-placeholder {
  color: #5a67d8;
}

.focus-within\:placeholder-indigo-600:focus-within::-moz-placeholder {
  color: #5a67d8;
}

.focus-within\:placeholder-indigo-600:focus-within:-ms-input-placeholder {
  color: #5a67d8;
}

.focus-within\:placeholder-indigo-600:focus-within::-ms-input-placeholder {
  color: #5a67d8;
}

.focus-within\:placeholder-indigo-600:focus-within::placeholder {
  color: #5a67d8;
}

.focus-within\:placeholder-indigo-700:focus-within::-webkit-input-placeholder {
  color: #4c51bf;
}

.focus-within\:placeholder-indigo-700:focus-within::-moz-placeholder {
  color: #4c51bf;
}

.focus-within\:placeholder-indigo-700:focus-within:-ms-input-placeholder {
  color: #4c51bf;
}

.focus-within\:placeholder-indigo-700:focus-within::-ms-input-placeholder {
  color: #4c51bf;
}

.focus-within\:placeholder-indigo-700:focus-within::placeholder {
  color: #4c51bf;
}

.focus-within\:placeholder-indigo-800:focus-within::-webkit-input-placeholder {
  color: #434190;
}

.focus-within\:placeholder-indigo-800:focus-within::-moz-placeholder {
  color: #434190;
}

.focus-within\:placeholder-indigo-800:focus-within:-ms-input-placeholder {
  color: #434190;
}

.focus-within\:placeholder-indigo-800:focus-within::-ms-input-placeholder {
  color: #434190;
}

.focus-within\:placeholder-indigo-800:focus-within::placeholder {
  color: #434190;
}

.focus-within\:placeholder-indigo-900:focus-within::-webkit-input-placeholder {
  color: #3c366b;
}

.focus-within\:placeholder-indigo-900:focus-within::-moz-placeholder {
  color: #3c366b;
}

.focus-within\:placeholder-indigo-900:focus-within:-ms-input-placeholder {
  color: #3c366b;
}

.focus-within\:placeholder-indigo-900:focus-within::-ms-input-placeholder {
  color: #3c366b;
}

.focus-within\:placeholder-indigo-900:focus-within::placeholder {
  color: #3c366b;
}

.focus-within\:placeholder-purple-100:focus-within::-webkit-input-placeholder {
  color: #faf5ff;
}

.focus-within\:placeholder-purple-100:focus-within::-moz-placeholder {
  color: #faf5ff;
}

.focus-within\:placeholder-purple-100:focus-within:-ms-input-placeholder {
  color: #faf5ff;
}

.focus-within\:placeholder-purple-100:focus-within::-ms-input-placeholder {
  color: #faf5ff;
}

.focus-within\:placeholder-purple-100:focus-within::placeholder {
  color: #faf5ff;
}

.focus-within\:placeholder-purple-200:focus-within::-webkit-input-placeholder {
  color: #e9d8fd;
}

.focus-within\:placeholder-purple-200:focus-within::-moz-placeholder {
  color: #e9d8fd;
}

.focus-within\:placeholder-purple-200:focus-within:-ms-input-placeholder {
  color: #e9d8fd;
}

.focus-within\:placeholder-purple-200:focus-within::-ms-input-placeholder {
  color: #e9d8fd;
}

.focus-within\:placeholder-purple-200:focus-within::placeholder {
  color: #e9d8fd;
}

.focus-within\:placeholder-purple-300:focus-within::-webkit-input-placeholder {
  color: #d6bcfa;
}

.focus-within\:placeholder-purple-300:focus-within::-moz-placeholder {
  color: #d6bcfa;
}

.focus-within\:placeholder-purple-300:focus-within:-ms-input-placeholder {
  color: #d6bcfa;
}

.focus-within\:placeholder-purple-300:focus-within::-ms-input-placeholder {
  color: #d6bcfa;
}

.focus-within\:placeholder-purple-300:focus-within::placeholder {
  color: #d6bcfa;
}

.focus-within\:placeholder-purple-400:focus-within::-webkit-input-placeholder {
  color: #b794f4;
}

.focus-within\:placeholder-purple-400:focus-within::-moz-placeholder {
  color: #b794f4;
}

.focus-within\:placeholder-purple-400:focus-within:-ms-input-placeholder {
  color: #b794f4;
}

.focus-within\:placeholder-purple-400:focus-within::-ms-input-placeholder {
  color: #b794f4;
}

.focus-within\:placeholder-purple-400:focus-within::placeholder {
  color: #b794f4;
}

.focus-within\:placeholder-purple-500:focus-within::-webkit-input-placeholder {
  color: #9f7aea;
}

.focus-within\:placeholder-purple-500:focus-within::-moz-placeholder {
  color: #9f7aea;
}

.focus-within\:placeholder-purple-500:focus-within:-ms-input-placeholder {
  color: #9f7aea;
}

.focus-within\:placeholder-purple-500:focus-within::-ms-input-placeholder {
  color: #9f7aea;
}

.focus-within\:placeholder-purple-500:focus-within::placeholder {
  color: #9f7aea;
}

.focus-within\:placeholder-purple-600:focus-within::-webkit-input-placeholder {
  color: #805ad5;
}

.focus-within\:placeholder-purple-600:focus-within::-moz-placeholder {
  color: #805ad5;
}

.focus-within\:placeholder-purple-600:focus-within:-ms-input-placeholder {
  color: #805ad5;
}

.focus-within\:placeholder-purple-600:focus-within::-ms-input-placeholder {
  color: #805ad5;
}

.focus-within\:placeholder-purple-600:focus-within::placeholder {
  color: #805ad5;
}

.focus-within\:placeholder-purple-700:focus-within::-webkit-input-placeholder {
  color: #6b46c1;
}

.focus-within\:placeholder-purple-700:focus-within::-moz-placeholder {
  color: #6b46c1;
}

.focus-within\:placeholder-purple-700:focus-within:-ms-input-placeholder {
  color: #6b46c1;
}

.focus-within\:placeholder-purple-700:focus-within::-ms-input-placeholder {
  color: #6b46c1;
}

.focus-within\:placeholder-purple-700:focus-within::placeholder {
  color: #6b46c1;
}

.focus-within\:placeholder-purple-800:focus-within::-webkit-input-placeholder {
  color: #553c9a;
}

.focus-within\:placeholder-purple-800:focus-within::-moz-placeholder {
  color: #553c9a;
}

.focus-within\:placeholder-purple-800:focus-within:-ms-input-placeholder {
  color: #553c9a;
}

.focus-within\:placeholder-purple-800:focus-within::-ms-input-placeholder {
  color: #553c9a;
}

.focus-within\:placeholder-purple-800:focus-within::placeholder {
  color: #553c9a;
}

.focus-within\:placeholder-purple-900:focus-within::-webkit-input-placeholder {
  color: #44337a;
}

.focus-within\:placeholder-purple-900:focus-within::-moz-placeholder {
  color: #44337a;
}

.focus-within\:placeholder-purple-900:focus-within:-ms-input-placeholder {
  color: #44337a;
}

.focus-within\:placeholder-purple-900:focus-within::-ms-input-placeholder {
  color: #44337a;
}

.focus-within\:placeholder-purple-900:focus-within::placeholder {
  color: #44337a;
}

.focus-within\:placeholder-pink-100:focus-within::-webkit-input-placeholder {
  color: #fff5f7;
}

.focus-within\:placeholder-pink-100:focus-within::-moz-placeholder {
  color: #fff5f7;
}

.focus-within\:placeholder-pink-100:focus-within:-ms-input-placeholder {
  color: #fff5f7;
}

.focus-within\:placeholder-pink-100:focus-within::-ms-input-placeholder {
  color: #fff5f7;
}

.focus-within\:placeholder-pink-100:focus-within::placeholder {
  color: #fff5f7;
}

.focus-within\:placeholder-pink-200:focus-within::-webkit-input-placeholder {
  color: #fed7e2;
}

.focus-within\:placeholder-pink-200:focus-within::-moz-placeholder {
  color: #fed7e2;
}

.focus-within\:placeholder-pink-200:focus-within:-ms-input-placeholder {
  color: #fed7e2;
}

.focus-within\:placeholder-pink-200:focus-within::-ms-input-placeholder {
  color: #fed7e2;
}

.focus-within\:placeholder-pink-200:focus-within::placeholder {
  color: #fed7e2;
}

.focus-within\:placeholder-pink-300:focus-within::-webkit-input-placeholder {
  color: #fbb6ce;
}

.focus-within\:placeholder-pink-300:focus-within::-moz-placeholder {
  color: #fbb6ce;
}

.focus-within\:placeholder-pink-300:focus-within:-ms-input-placeholder {
  color: #fbb6ce;
}

.focus-within\:placeholder-pink-300:focus-within::-ms-input-placeholder {
  color: #fbb6ce;
}

.focus-within\:placeholder-pink-300:focus-within::placeholder {
  color: #fbb6ce;
}

.focus-within\:placeholder-pink-400:focus-within::-webkit-input-placeholder {
  color: #f687b3;
}

.focus-within\:placeholder-pink-400:focus-within::-moz-placeholder {
  color: #f687b3;
}

.focus-within\:placeholder-pink-400:focus-within:-ms-input-placeholder {
  color: #f687b3;
}

.focus-within\:placeholder-pink-400:focus-within::-ms-input-placeholder {
  color: #f687b3;
}

.focus-within\:placeholder-pink-400:focus-within::placeholder {
  color: #f687b3;
}

.focus-within\:placeholder-pink-500:focus-within::-webkit-input-placeholder {
  color: #ed64a6;
}

.focus-within\:placeholder-pink-500:focus-within::-moz-placeholder {
  color: #ed64a6;
}

.focus-within\:placeholder-pink-500:focus-within:-ms-input-placeholder {
  color: #ed64a6;
}

.focus-within\:placeholder-pink-500:focus-within::-ms-input-placeholder {
  color: #ed64a6;
}

.focus-within\:placeholder-pink-500:focus-within::placeholder {
  color: #ed64a6;
}

.focus-within\:placeholder-pink-600:focus-within::-webkit-input-placeholder {
  color: #d53f8c;
}

.focus-within\:placeholder-pink-600:focus-within::-moz-placeholder {
  color: #d53f8c;
}

.focus-within\:placeholder-pink-600:focus-within:-ms-input-placeholder {
  color: #d53f8c;
}

.focus-within\:placeholder-pink-600:focus-within::-ms-input-placeholder {
  color: #d53f8c;
}

.focus-within\:placeholder-pink-600:focus-within::placeholder {
  color: #d53f8c;
}

.focus-within\:placeholder-pink-700:focus-within::-webkit-input-placeholder {
  color: #b83280;
}

.focus-within\:placeholder-pink-700:focus-within::-moz-placeholder {
  color: #b83280;
}

.focus-within\:placeholder-pink-700:focus-within:-ms-input-placeholder {
  color: #b83280;
}

.focus-within\:placeholder-pink-700:focus-within::-ms-input-placeholder {
  color: #b83280;
}

.focus-within\:placeholder-pink-700:focus-within::placeholder {
  color: #b83280;
}

.focus-within\:placeholder-pink-800:focus-within::-webkit-input-placeholder {
  color: #97266d;
}

.focus-within\:placeholder-pink-800:focus-within::-moz-placeholder {
  color: #97266d;
}

.focus-within\:placeholder-pink-800:focus-within:-ms-input-placeholder {
  color: #97266d;
}

.focus-within\:placeholder-pink-800:focus-within::-ms-input-placeholder {
  color: #97266d;
}

.focus-within\:placeholder-pink-800:focus-within::placeholder {
  color: #97266d;
}

.focus-within\:placeholder-pink-900:focus-within::-webkit-input-placeholder {
  color: #702459;
}

.focus-within\:placeholder-pink-900:focus-within::-moz-placeholder {
  color: #702459;
}

.focus-within\:placeholder-pink-900:focus-within:-ms-input-placeholder {
  color: #702459;
}

.focus-within\:placeholder-pink-900:focus-within::-ms-input-placeholder {
  color: #702459;
}

.focus-within\:placeholder-pink-900:focus-within::placeholder {
  color: #702459;
}

.first\:placeholder-transparent:first-child::-webkit-input-placeholder {
  color: transparent;
}

.first\:placeholder-transparent:first-child::-moz-placeholder {
  color: transparent;
}

.first\:placeholder-transparent:first-child:-ms-input-placeholder {
  color: transparent;
}

.first\:placeholder-transparent:first-child::-ms-input-placeholder {
  color: transparent;
}

.first\:placeholder-transparent:first-child::placeholder {
  color: transparent;
}

.first\:placeholder-black:first-child::-webkit-input-placeholder {
  color: #000;
}

.first\:placeholder-black:first-child::-moz-placeholder {
  color: #000;
}

.first\:placeholder-black:first-child:-ms-input-placeholder {
  color: #000;
}

.first\:placeholder-black:first-child::-ms-input-placeholder {
  color: #000;
}

.first\:placeholder-black:first-child::placeholder {
  color: #000;
}

.first\:placeholder-white:first-child::-webkit-input-placeholder {
  color: #fff;
}

.first\:placeholder-white:first-child::-moz-placeholder {
  color: #fff;
}

.first\:placeholder-white:first-child:-ms-input-placeholder {
  color: #fff;
}

.first\:placeholder-white:first-child::-ms-input-placeholder {
  color: #fff;
}

.first\:placeholder-white:first-child::placeholder {
  color: #fff;
}

.first\:placeholder-gray-100:first-child::-webkit-input-placeholder {
  color: #f7fafc;
}

.first\:placeholder-gray-100:first-child::-moz-placeholder {
  color: #f7fafc;
}

.first\:placeholder-gray-100:first-child:-ms-input-placeholder {
  color: #f7fafc;
}

.first\:placeholder-gray-100:first-child::-ms-input-placeholder {
  color: #f7fafc;
}

.first\:placeholder-gray-100:first-child::placeholder {
  color: #f7fafc;
}

.first\:placeholder-gray-200:first-child::-webkit-input-placeholder {
  color: #edf2f7;
}

.first\:placeholder-gray-200:first-child::-moz-placeholder {
  color: #edf2f7;
}

.first\:placeholder-gray-200:first-child:-ms-input-placeholder {
  color: #edf2f7;
}

.first\:placeholder-gray-200:first-child::-ms-input-placeholder {
  color: #edf2f7;
}

.first\:placeholder-gray-200:first-child::placeholder {
  color: #edf2f7;
}

.first\:placeholder-gray-300:first-child::-webkit-input-placeholder {
  color: #e2e8f0;
}

.first\:placeholder-gray-300:first-child::-moz-placeholder {
  color: #e2e8f0;
}

.first\:placeholder-gray-300:first-child:-ms-input-placeholder {
  color: #e2e8f0;
}

.first\:placeholder-gray-300:first-child::-ms-input-placeholder {
  color: #e2e8f0;
}

.first\:placeholder-gray-300:first-child::placeholder {
  color: #e2e8f0;
}

.first\:placeholder-gray-400:first-child::-webkit-input-placeholder {
  color: #cbd5e0;
}

.first\:placeholder-gray-400:first-child::-moz-placeholder {
  color: #cbd5e0;
}

.first\:placeholder-gray-400:first-child:-ms-input-placeholder {
  color: #cbd5e0;
}

.first\:placeholder-gray-400:first-child::-ms-input-placeholder {
  color: #cbd5e0;
}

.first\:placeholder-gray-400:first-child::placeholder {
  color: #cbd5e0;
}

.first\:placeholder-gray-500:first-child::-webkit-input-placeholder {
  color: #a0aec0;
}

.first\:placeholder-gray-500:first-child::-moz-placeholder {
  color: #a0aec0;
}

.first\:placeholder-gray-500:first-child:-ms-input-placeholder {
  color: #a0aec0;
}

.first\:placeholder-gray-500:first-child::-ms-input-placeholder {
  color: #a0aec0;
}

.first\:placeholder-gray-500:first-child::placeholder {
  color: #a0aec0;
}

.first\:placeholder-gray-600:first-child::-webkit-input-placeholder {
  color: #718096;
}

.first\:placeholder-gray-600:first-child::-moz-placeholder {
  color: #718096;
}

.first\:placeholder-gray-600:first-child:-ms-input-placeholder {
  color: #718096;
}

.first\:placeholder-gray-600:first-child::-ms-input-placeholder {
  color: #718096;
}

.first\:placeholder-gray-600:first-child::placeholder {
  color: #718096;
}

.first\:placeholder-gray-700:first-child::-webkit-input-placeholder {
  color: #4a5568;
}

.first\:placeholder-gray-700:first-child::-moz-placeholder {
  color: #4a5568;
}

.first\:placeholder-gray-700:first-child:-ms-input-placeholder {
  color: #4a5568;
}

.first\:placeholder-gray-700:first-child::-ms-input-placeholder {
  color: #4a5568;
}

.first\:placeholder-gray-700:first-child::placeholder {
  color: #4a5568;
}

.first\:placeholder-gray-800:first-child::-webkit-input-placeholder {
  color: #2d3748;
}

.first\:placeholder-gray-800:first-child::-moz-placeholder {
  color: #2d3748;
}

.first\:placeholder-gray-800:first-child:-ms-input-placeholder {
  color: #2d3748;
}

.first\:placeholder-gray-800:first-child::-ms-input-placeholder {
  color: #2d3748;
}

.first\:placeholder-gray-800:first-child::placeholder {
  color: #2d3748;
}

.first\:placeholder-gray-900:first-child::-webkit-input-placeholder {
  color: #1a202c;
}

.first\:placeholder-gray-900:first-child::-moz-placeholder {
  color: #1a202c;
}

.first\:placeholder-gray-900:first-child:-ms-input-placeholder {
  color: #1a202c;
}

.first\:placeholder-gray-900:first-child::-ms-input-placeholder {
  color: #1a202c;
}

.first\:placeholder-gray-900:first-child::placeholder {
  color: #1a202c;
}

.first\:placeholder-red-100:first-child::-webkit-input-placeholder {
  color: #fff5f5;
}

.first\:placeholder-red-100:first-child::-moz-placeholder {
  color: #fff5f5;
}

.first\:placeholder-red-100:first-child:-ms-input-placeholder {
  color: #fff5f5;
}

.first\:placeholder-red-100:first-child::-ms-input-placeholder {
  color: #fff5f5;
}

.first\:placeholder-red-100:first-child::placeholder {
  color: #fff5f5;
}

.first\:placeholder-red-200:first-child::-webkit-input-placeholder {
  color: #fed7d7;
}

.first\:placeholder-red-200:first-child::-moz-placeholder {
  color: #fed7d7;
}

.first\:placeholder-red-200:first-child:-ms-input-placeholder {
  color: #fed7d7;
}

.first\:placeholder-red-200:first-child::-ms-input-placeholder {
  color: #fed7d7;
}

.first\:placeholder-red-200:first-child::placeholder {
  color: #fed7d7;
}

.first\:placeholder-red-300:first-child::-webkit-input-placeholder {
  color: #feb2b2;
}

.first\:placeholder-red-300:first-child::-moz-placeholder {
  color: #feb2b2;
}

.first\:placeholder-red-300:first-child:-ms-input-placeholder {
  color: #feb2b2;
}

.first\:placeholder-red-300:first-child::-ms-input-placeholder {
  color: #feb2b2;
}

.first\:placeholder-red-300:first-child::placeholder {
  color: #feb2b2;
}

.first\:placeholder-red-400:first-child::-webkit-input-placeholder {
  color: #fc8181;
}

.first\:placeholder-red-400:first-child::-moz-placeholder {
  color: #fc8181;
}

.first\:placeholder-red-400:first-child:-ms-input-placeholder {
  color: #fc8181;
}

.first\:placeholder-red-400:first-child::-ms-input-placeholder {
  color: #fc8181;
}

.first\:placeholder-red-400:first-child::placeholder {
  color: #fc8181;
}

.first\:placeholder-red-500:first-child::-webkit-input-placeholder {
  color: #f56565;
}

.first\:placeholder-red-500:first-child::-moz-placeholder {
  color: #f56565;
}

.first\:placeholder-red-500:first-child:-ms-input-placeholder {
  color: #f56565;
}

.first\:placeholder-red-500:first-child::-ms-input-placeholder {
  color: #f56565;
}

.first\:placeholder-red-500:first-child::placeholder {
  color: #f56565;
}

.first\:placeholder-red-600:first-child::-webkit-input-placeholder {
  color: #e53e3e;
}

.first\:placeholder-red-600:first-child::-moz-placeholder {
  color: #e53e3e;
}

.first\:placeholder-red-600:first-child:-ms-input-placeholder {
  color: #e53e3e;
}

.first\:placeholder-red-600:first-child::-ms-input-placeholder {
  color: #e53e3e;
}

.first\:placeholder-red-600:first-child::placeholder {
  color: #e53e3e;
}

.first\:placeholder-red-700:first-child::-webkit-input-placeholder {
  color: #c53030;
}

.first\:placeholder-red-700:first-child::-moz-placeholder {
  color: #c53030;
}

.first\:placeholder-red-700:first-child:-ms-input-placeholder {
  color: #c53030;
}

.first\:placeholder-red-700:first-child::-ms-input-placeholder {
  color: #c53030;
}

.first\:placeholder-red-700:first-child::placeholder {
  color: #c53030;
}

.first\:placeholder-red-800:first-child::-webkit-input-placeholder {
  color: #9b2c2c;
}

.first\:placeholder-red-800:first-child::-moz-placeholder {
  color: #9b2c2c;
}

.first\:placeholder-red-800:first-child:-ms-input-placeholder {
  color: #9b2c2c;
}

.first\:placeholder-red-800:first-child::-ms-input-placeholder {
  color: #9b2c2c;
}

.first\:placeholder-red-800:first-child::placeholder {
  color: #9b2c2c;
}

.first\:placeholder-red-900:first-child::-webkit-input-placeholder {
  color: #742a2a;
}

.first\:placeholder-red-900:first-child::-moz-placeholder {
  color: #742a2a;
}

.first\:placeholder-red-900:first-child:-ms-input-placeholder {
  color: #742a2a;
}

.first\:placeholder-red-900:first-child::-ms-input-placeholder {
  color: #742a2a;
}

.first\:placeholder-red-900:first-child::placeholder {
  color: #742a2a;
}

.first\:placeholder-orange-100:first-child::-webkit-input-placeholder {
  color: #fffaf0;
}

.first\:placeholder-orange-100:first-child::-moz-placeholder {
  color: #fffaf0;
}

.first\:placeholder-orange-100:first-child:-ms-input-placeholder {
  color: #fffaf0;
}

.first\:placeholder-orange-100:first-child::-ms-input-placeholder {
  color: #fffaf0;
}

.first\:placeholder-orange-100:first-child::placeholder {
  color: #fffaf0;
}

.first\:placeholder-orange-200:first-child::-webkit-input-placeholder {
  color: #feebc8;
}

.first\:placeholder-orange-200:first-child::-moz-placeholder {
  color: #feebc8;
}

.first\:placeholder-orange-200:first-child:-ms-input-placeholder {
  color: #feebc8;
}

.first\:placeholder-orange-200:first-child::-ms-input-placeholder {
  color: #feebc8;
}

.first\:placeholder-orange-200:first-child::placeholder {
  color: #feebc8;
}

.first\:placeholder-orange-300:first-child::-webkit-input-placeholder {
  color: #fbd38d;
}

.first\:placeholder-orange-300:first-child::-moz-placeholder {
  color: #fbd38d;
}

.first\:placeholder-orange-300:first-child:-ms-input-placeholder {
  color: #fbd38d;
}

.first\:placeholder-orange-300:first-child::-ms-input-placeholder {
  color: #fbd38d;
}

.first\:placeholder-orange-300:first-child::placeholder {
  color: #fbd38d;
}

.first\:placeholder-orange-400:first-child::-webkit-input-placeholder {
  color: #f6ad55;
}

.first\:placeholder-orange-400:first-child::-moz-placeholder {
  color: #f6ad55;
}

.first\:placeholder-orange-400:first-child:-ms-input-placeholder {
  color: #f6ad55;
}

.first\:placeholder-orange-400:first-child::-ms-input-placeholder {
  color: #f6ad55;
}

.first\:placeholder-orange-400:first-child::placeholder {
  color: #f6ad55;
}

.first\:placeholder-orange-500:first-child::-webkit-input-placeholder {
  color: #ed8936;
}

.first\:placeholder-orange-500:first-child::-moz-placeholder {
  color: #ed8936;
}

.first\:placeholder-orange-500:first-child:-ms-input-placeholder {
  color: #ed8936;
}

.first\:placeholder-orange-500:first-child::-ms-input-placeholder {
  color: #ed8936;
}

.first\:placeholder-orange-500:first-child::placeholder {
  color: #ed8936;
}

.first\:placeholder-orange-600:first-child::-webkit-input-placeholder {
  color: #dd6b20;
}

.first\:placeholder-orange-600:first-child::-moz-placeholder {
  color: #dd6b20;
}

.first\:placeholder-orange-600:first-child:-ms-input-placeholder {
  color: #dd6b20;
}

.first\:placeholder-orange-600:first-child::-ms-input-placeholder {
  color: #dd6b20;
}

.first\:placeholder-orange-600:first-child::placeholder {
  color: #dd6b20;
}

.first\:placeholder-orange-700:first-child::-webkit-input-placeholder {
  color: #c05621;
}

.first\:placeholder-orange-700:first-child::-moz-placeholder {
  color: #c05621;
}

.first\:placeholder-orange-700:first-child:-ms-input-placeholder {
  color: #c05621;
}

.first\:placeholder-orange-700:first-child::-ms-input-placeholder {
  color: #c05621;
}

.first\:placeholder-orange-700:first-child::placeholder {
  color: #c05621;
}

.first\:placeholder-orange-800:first-child::-webkit-input-placeholder {
  color: #9c4221;
}

.first\:placeholder-orange-800:first-child::-moz-placeholder {
  color: #9c4221;
}

.first\:placeholder-orange-800:first-child:-ms-input-placeholder {
  color: #9c4221;
}

.first\:placeholder-orange-800:first-child::-ms-input-placeholder {
  color: #9c4221;
}

.first\:placeholder-orange-800:first-child::placeholder {
  color: #9c4221;
}

.first\:placeholder-orange-900:first-child::-webkit-input-placeholder {
  color: #7b341e;
}

.first\:placeholder-orange-900:first-child::-moz-placeholder {
  color: #7b341e;
}

.first\:placeholder-orange-900:first-child:-ms-input-placeholder {
  color: #7b341e;
}

.first\:placeholder-orange-900:first-child::-ms-input-placeholder {
  color: #7b341e;
}

.first\:placeholder-orange-900:first-child::placeholder {
  color: #7b341e;
}

.first\:placeholder-yellow-100:first-child::-webkit-input-placeholder {
  color: #fffff0;
}

.first\:placeholder-yellow-100:first-child::-moz-placeholder {
  color: #fffff0;
}

.first\:placeholder-yellow-100:first-child:-ms-input-placeholder {
  color: #fffff0;
}

.first\:placeholder-yellow-100:first-child::-ms-input-placeholder {
  color: #fffff0;
}

.first\:placeholder-yellow-100:first-child::placeholder {
  color: #fffff0;
}

.first\:placeholder-yellow-200:first-child::-webkit-input-placeholder {
  color: #fefcbf;
}

.first\:placeholder-yellow-200:first-child::-moz-placeholder {
  color: #fefcbf;
}

.first\:placeholder-yellow-200:first-child:-ms-input-placeholder {
  color: #fefcbf;
}

.first\:placeholder-yellow-200:first-child::-ms-input-placeholder {
  color: #fefcbf;
}

.first\:placeholder-yellow-200:first-child::placeholder {
  color: #fefcbf;
}

.first\:placeholder-yellow-300:first-child::-webkit-input-placeholder {
  color: #faf089;
}

.first\:placeholder-yellow-300:first-child::-moz-placeholder {
  color: #faf089;
}

.first\:placeholder-yellow-300:first-child:-ms-input-placeholder {
  color: #faf089;
}

.first\:placeholder-yellow-300:first-child::-ms-input-placeholder {
  color: #faf089;
}

.first\:placeholder-yellow-300:first-child::placeholder {
  color: #faf089;
}

.first\:placeholder-yellow-400:first-child::-webkit-input-placeholder {
  color: #f6e05e;
}

.first\:placeholder-yellow-400:first-child::-moz-placeholder {
  color: #f6e05e;
}

.first\:placeholder-yellow-400:first-child:-ms-input-placeholder {
  color: #f6e05e;
}

.first\:placeholder-yellow-400:first-child::-ms-input-placeholder {
  color: #f6e05e;
}

.first\:placeholder-yellow-400:first-child::placeholder {
  color: #f6e05e;
}

.first\:placeholder-yellow-500:first-child::-webkit-input-placeholder {
  color: #ecc94b;
}

.first\:placeholder-yellow-500:first-child::-moz-placeholder {
  color: #ecc94b;
}

.first\:placeholder-yellow-500:first-child:-ms-input-placeholder {
  color: #ecc94b;
}

.first\:placeholder-yellow-500:first-child::-ms-input-placeholder {
  color: #ecc94b;
}

.first\:placeholder-yellow-500:first-child::placeholder {
  color: #ecc94b;
}

.first\:placeholder-yellow-600:first-child::-webkit-input-placeholder {
  color: #d69e2e;
}

.first\:placeholder-yellow-600:first-child::-moz-placeholder {
  color: #d69e2e;
}

.first\:placeholder-yellow-600:first-child:-ms-input-placeholder {
  color: #d69e2e;
}

.first\:placeholder-yellow-600:first-child::-ms-input-placeholder {
  color: #d69e2e;
}

.first\:placeholder-yellow-600:first-child::placeholder {
  color: #d69e2e;
}

.first\:placeholder-yellow-700:first-child::-webkit-input-placeholder {
  color: #b7791f;
}

.first\:placeholder-yellow-700:first-child::-moz-placeholder {
  color: #b7791f;
}

.first\:placeholder-yellow-700:first-child:-ms-input-placeholder {
  color: #b7791f;
}

.first\:placeholder-yellow-700:first-child::-ms-input-placeholder {
  color: #b7791f;
}

.first\:placeholder-yellow-700:first-child::placeholder {
  color: #b7791f;
}

.first\:placeholder-yellow-800:first-child::-webkit-input-placeholder {
  color: #975a16;
}

.first\:placeholder-yellow-800:first-child::-moz-placeholder {
  color: #975a16;
}

.first\:placeholder-yellow-800:first-child:-ms-input-placeholder {
  color: #975a16;
}

.first\:placeholder-yellow-800:first-child::-ms-input-placeholder {
  color: #975a16;
}

.first\:placeholder-yellow-800:first-child::placeholder {
  color: #975a16;
}

.first\:placeholder-yellow-900:first-child::-webkit-input-placeholder {
  color: #744210;
}

.first\:placeholder-yellow-900:first-child::-moz-placeholder {
  color: #744210;
}

.first\:placeholder-yellow-900:first-child:-ms-input-placeholder {
  color: #744210;
}

.first\:placeholder-yellow-900:first-child::-ms-input-placeholder {
  color: #744210;
}

.first\:placeholder-yellow-900:first-child::placeholder {
  color: #744210;
}

.first\:placeholder-green-100:first-child::-webkit-input-placeholder {
  color: #f0fff4;
}

.first\:placeholder-green-100:first-child::-moz-placeholder {
  color: #f0fff4;
}

.first\:placeholder-green-100:first-child:-ms-input-placeholder {
  color: #f0fff4;
}

.first\:placeholder-green-100:first-child::-ms-input-placeholder {
  color: #f0fff4;
}

.first\:placeholder-green-100:first-child::placeholder {
  color: #f0fff4;
}

.first\:placeholder-green-200:first-child::-webkit-input-placeholder {
  color: #c6f6d5;
}

.first\:placeholder-green-200:first-child::-moz-placeholder {
  color: #c6f6d5;
}

.first\:placeholder-green-200:first-child:-ms-input-placeholder {
  color: #c6f6d5;
}

.first\:placeholder-green-200:first-child::-ms-input-placeholder {
  color: #c6f6d5;
}

.first\:placeholder-green-200:first-child::placeholder {
  color: #c6f6d5;
}

.first\:placeholder-green-300:first-child::-webkit-input-placeholder {
  color: #9ae6b4;
}

.first\:placeholder-green-300:first-child::-moz-placeholder {
  color: #9ae6b4;
}

.first\:placeholder-green-300:first-child:-ms-input-placeholder {
  color: #9ae6b4;
}

.first\:placeholder-green-300:first-child::-ms-input-placeholder {
  color: #9ae6b4;
}

.first\:placeholder-green-300:first-child::placeholder {
  color: #9ae6b4;
}

.first\:placeholder-green-400:first-child::-webkit-input-placeholder {
  color: #68d391;
}

.first\:placeholder-green-400:first-child::-moz-placeholder {
  color: #68d391;
}

.first\:placeholder-green-400:first-child:-ms-input-placeholder {
  color: #68d391;
}

.first\:placeholder-green-400:first-child::-ms-input-placeholder {
  color: #68d391;
}

.first\:placeholder-green-400:first-child::placeholder {
  color: #68d391;
}

.first\:placeholder-green-500:first-child::-webkit-input-placeholder {
  color: #48bb78;
}

.first\:placeholder-green-500:first-child::-moz-placeholder {
  color: #48bb78;
}

.first\:placeholder-green-500:first-child:-ms-input-placeholder {
  color: #48bb78;
}

.first\:placeholder-green-500:first-child::-ms-input-placeholder {
  color: #48bb78;
}

.first\:placeholder-green-500:first-child::placeholder {
  color: #48bb78;
}

.first\:placeholder-green-600:first-child::-webkit-input-placeholder {
  color: #38a169;
}

.first\:placeholder-green-600:first-child::-moz-placeholder {
  color: #38a169;
}

.first\:placeholder-green-600:first-child:-ms-input-placeholder {
  color: #38a169;
}

.first\:placeholder-green-600:first-child::-ms-input-placeholder {
  color: #38a169;
}

.first\:placeholder-green-600:first-child::placeholder {
  color: #38a169;
}

.first\:placeholder-green-700:first-child::-webkit-input-placeholder {
  color: #2f855a;
}

.first\:placeholder-green-700:first-child::-moz-placeholder {
  color: #2f855a;
}

.first\:placeholder-green-700:first-child:-ms-input-placeholder {
  color: #2f855a;
}

.first\:placeholder-green-700:first-child::-ms-input-placeholder {
  color: #2f855a;
}

.first\:placeholder-green-700:first-child::placeholder {
  color: #2f855a;
}

.first\:placeholder-green-800:first-child::-webkit-input-placeholder {
  color: #276749;
}

.first\:placeholder-green-800:first-child::-moz-placeholder {
  color: #276749;
}

.first\:placeholder-green-800:first-child:-ms-input-placeholder {
  color: #276749;
}

.first\:placeholder-green-800:first-child::-ms-input-placeholder {
  color: #276749;
}

.first\:placeholder-green-800:first-child::placeholder {
  color: #276749;
}

.first\:placeholder-green-900:first-child::-webkit-input-placeholder {
  color: #22543d;
}

.first\:placeholder-green-900:first-child::-moz-placeholder {
  color: #22543d;
}

.first\:placeholder-green-900:first-child:-ms-input-placeholder {
  color: #22543d;
}

.first\:placeholder-green-900:first-child::-ms-input-placeholder {
  color: #22543d;
}

.first\:placeholder-green-900:first-child::placeholder {
  color: #22543d;
}

.first\:placeholder-teal-100:first-child::-webkit-input-placeholder {
  color: #e6fffa;
}

.first\:placeholder-teal-100:first-child::-moz-placeholder {
  color: #e6fffa;
}

.first\:placeholder-teal-100:first-child:-ms-input-placeholder {
  color: #e6fffa;
}

.first\:placeholder-teal-100:first-child::-ms-input-placeholder {
  color: #e6fffa;
}

.first\:placeholder-teal-100:first-child::placeholder {
  color: #e6fffa;
}

.first\:placeholder-teal-200:first-child::-webkit-input-placeholder {
  color: #b2f5ea;
}

.first\:placeholder-teal-200:first-child::-moz-placeholder {
  color: #b2f5ea;
}

.first\:placeholder-teal-200:first-child:-ms-input-placeholder {
  color: #b2f5ea;
}

.first\:placeholder-teal-200:first-child::-ms-input-placeholder {
  color: #b2f5ea;
}

.first\:placeholder-teal-200:first-child::placeholder {
  color: #b2f5ea;
}

.first\:placeholder-teal-300:first-child::-webkit-input-placeholder {
  color: #81e6d9;
}

.first\:placeholder-teal-300:first-child::-moz-placeholder {
  color: #81e6d9;
}

.first\:placeholder-teal-300:first-child:-ms-input-placeholder {
  color: #81e6d9;
}

.first\:placeholder-teal-300:first-child::-ms-input-placeholder {
  color: #81e6d9;
}

.first\:placeholder-teal-300:first-child::placeholder {
  color: #81e6d9;
}

.first\:placeholder-teal-400:first-child::-webkit-input-placeholder {
  color: #4fd1c5;
}

.first\:placeholder-teal-400:first-child::-moz-placeholder {
  color: #4fd1c5;
}

.first\:placeholder-teal-400:first-child:-ms-input-placeholder {
  color: #4fd1c5;
}

.first\:placeholder-teal-400:first-child::-ms-input-placeholder {
  color: #4fd1c5;
}

.first\:placeholder-teal-400:first-child::placeholder {
  color: #4fd1c5;
}

.first\:placeholder-teal-500:first-child::-webkit-input-placeholder {
  color: #38b2ac;
}

.first\:placeholder-teal-500:first-child::-moz-placeholder {
  color: #38b2ac;
}

.first\:placeholder-teal-500:first-child:-ms-input-placeholder {
  color: #38b2ac;
}

.first\:placeholder-teal-500:first-child::-ms-input-placeholder {
  color: #38b2ac;
}

.first\:placeholder-teal-500:first-child::placeholder {
  color: #38b2ac;
}

.first\:placeholder-teal-600:first-child::-webkit-input-placeholder {
  color: #319795;
}

.first\:placeholder-teal-600:first-child::-moz-placeholder {
  color: #319795;
}

.first\:placeholder-teal-600:first-child:-ms-input-placeholder {
  color: #319795;
}

.first\:placeholder-teal-600:first-child::-ms-input-placeholder {
  color: #319795;
}

.first\:placeholder-teal-600:first-child::placeholder {
  color: #319795;
}

.first\:placeholder-teal-700:first-child::-webkit-input-placeholder {
  color: #2c7a7b;
}

.first\:placeholder-teal-700:first-child::-moz-placeholder {
  color: #2c7a7b;
}

.first\:placeholder-teal-700:first-child:-ms-input-placeholder {
  color: #2c7a7b;
}

.first\:placeholder-teal-700:first-child::-ms-input-placeholder {
  color: #2c7a7b;
}

.first\:placeholder-teal-700:first-child::placeholder {
  color: #2c7a7b;
}

.first\:placeholder-teal-800:first-child::-webkit-input-placeholder {
  color: #285e61;
}

.first\:placeholder-teal-800:first-child::-moz-placeholder {
  color: #285e61;
}

.first\:placeholder-teal-800:first-child:-ms-input-placeholder {
  color: #285e61;
}

.first\:placeholder-teal-800:first-child::-ms-input-placeholder {
  color: #285e61;
}

.first\:placeholder-teal-800:first-child::placeholder {
  color: #285e61;
}

.first\:placeholder-teal-900:first-child::-webkit-input-placeholder {
  color: #234e52;
}

.first\:placeholder-teal-900:first-child::-moz-placeholder {
  color: #234e52;
}

.first\:placeholder-teal-900:first-child:-ms-input-placeholder {
  color: #234e52;
}

.first\:placeholder-teal-900:first-child::-ms-input-placeholder {
  color: #234e52;
}

.first\:placeholder-teal-900:first-child::placeholder {
  color: #234e52;
}

.first\:placeholder-blue-100:first-child::-webkit-input-placeholder {
  color: #ebf8ff;
}

.first\:placeholder-blue-100:first-child::-moz-placeholder {
  color: #ebf8ff;
}

.first\:placeholder-blue-100:first-child:-ms-input-placeholder {
  color: #ebf8ff;
}

.first\:placeholder-blue-100:first-child::-ms-input-placeholder {
  color: #ebf8ff;
}

.first\:placeholder-blue-100:first-child::placeholder {
  color: #ebf8ff;
}

.first\:placeholder-blue-200:first-child::-webkit-input-placeholder {
  color: #bee3f8;
}

.first\:placeholder-blue-200:first-child::-moz-placeholder {
  color: #bee3f8;
}

.first\:placeholder-blue-200:first-child:-ms-input-placeholder {
  color: #bee3f8;
}

.first\:placeholder-blue-200:first-child::-ms-input-placeholder {
  color: #bee3f8;
}

.first\:placeholder-blue-200:first-child::placeholder {
  color: #bee3f8;
}

.first\:placeholder-blue-300:first-child::-webkit-input-placeholder {
  color: #90cdf4;
}

.first\:placeholder-blue-300:first-child::-moz-placeholder {
  color: #90cdf4;
}

.first\:placeholder-blue-300:first-child:-ms-input-placeholder {
  color: #90cdf4;
}

.first\:placeholder-blue-300:first-child::-ms-input-placeholder {
  color: #90cdf4;
}

.first\:placeholder-blue-300:first-child::placeholder {
  color: #90cdf4;
}

.first\:placeholder-blue-400:first-child::-webkit-input-placeholder {
  color: #63b3ed;
}

.first\:placeholder-blue-400:first-child::-moz-placeholder {
  color: #63b3ed;
}

.first\:placeholder-blue-400:first-child:-ms-input-placeholder {
  color: #63b3ed;
}

.first\:placeholder-blue-400:first-child::-ms-input-placeholder {
  color: #63b3ed;
}

.first\:placeholder-blue-400:first-child::placeholder {
  color: #63b3ed;
}

.first\:placeholder-blue-500:first-child::-webkit-input-placeholder {
  color: #4299e1;
}

.first\:placeholder-blue-500:first-child::-moz-placeholder {
  color: #4299e1;
}

.first\:placeholder-blue-500:first-child:-ms-input-placeholder {
  color: #4299e1;
}

.first\:placeholder-blue-500:first-child::-ms-input-placeholder {
  color: #4299e1;
}

.first\:placeholder-blue-500:first-child::placeholder {
  color: #4299e1;
}

.first\:placeholder-blue-600:first-child::-webkit-input-placeholder {
  color: #3182ce;
}

.first\:placeholder-blue-600:first-child::-moz-placeholder {
  color: #3182ce;
}

.first\:placeholder-blue-600:first-child:-ms-input-placeholder {
  color: #3182ce;
}

.first\:placeholder-blue-600:first-child::-ms-input-placeholder {
  color: #3182ce;
}

.first\:placeholder-blue-600:first-child::placeholder {
  color: #3182ce;
}

.first\:placeholder-blue-700:first-child::-webkit-input-placeholder {
  color: #2b6cb0;
}

.first\:placeholder-blue-700:first-child::-moz-placeholder {
  color: #2b6cb0;
}

.first\:placeholder-blue-700:first-child:-ms-input-placeholder {
  color: #2b6cb0;
}

.first\:placeholder-blue-700:first-child::-ms-input-placeholder {
  color: #2b6cb0;
}

.first\:placeholder-blue-700:first-child::placeholder {
  color: #2b6cb0;
}

.first\:placeholder-blue-800:first-child::-webkit-input-placeholder {
  color: #2c5282;
}

.first\:placeholder-blue-800:first-child::-moz-placeholder {
  color: #2c5282;
}

.first\:placeholder-blue-800:first-child:-ms-input-placeholder {
  color: #2c5282;
}

.first\:placeholder-blue-800:first-child::-ms-input-placeholder {
  color: #2c5282;
}

.first\:placeholder-blue-800:first-child::placeholder {
  color: #2c5282;
}

.first\:placeholder-blue-900:first-child::-webkit-input-placeholder {
  color: #2a4365;
}

.first\:placeholder-blue-900:first-child::-moz-placeholder {
  color: #2a4365;
}

.first\:placeholder-blue-900:first-child:-ms-input-placeholder {
  color: #2a4365;
}

.first\:placeholder-blue-900:first-child::-ms-input-placeholder {
  color: #2a4365;
}

.first\:placeholder-blue-900:first-child::placeholder {
  color: #2a4365;
}

.first\:placeholder-indigo-100:first-child::-webkit-input-placeholder {
  color: #ebf4ff;
}

.first\:placeholder-indigo-100:first-child::-moz-placeholder {
  color: #ebf4ff;
}

.first\:placeholder-indigo-100:first-child:-ms-input-placeholder {
  color: #ebf4ff;
}

.first\:placeholder-indigo-100:first-child::-ms-input-placeholder {
  color: #ebf4ff;
}

.first\:placeholder-indigo-100:first-child::placeholder {
  color: #ebf4ff;
}

.first\:placeholder-indigo-200:first-child::-webkit-input-placeholder {
  color: #c3dafe;
}

.first\:placeholder-indigo-200:first-child::-moz-placeholder {
  color: #c3dafe;
}

.first\:placeholder-indigo-200:first-child:-ms-input-placeholder {
  color: #c3dafe;
}

.first\:placeholder-indigo-200:first-child::-ms-input-placeholder {
  color: #c3dafe;
}

.first\:placeholder-indigo-200:first-child::placeholder {
  color: #c3dafe;
}

.first\:placeholder-indigo-300:first-child::-webkit-input-placeholder {
  color: #a3bffa;
}

.first\:placeholder-indigo-300:first-child::-moz-placeholder {
  color: #a3bffa;
}

.first\:placeholder-indigo-300:first-child:-ms-input-placeholder {
  color: #a3bffa;
}

.first\:placeholder-indigo-300:first-child::-ms-input-placeholder {
  color: #a3bffa;
}

.first\:placeholder-indigo-300:first-child::placeholder {
  color: #a3bffa;
}

.first\:placeholder-indigo-400:first-child::-webkit-input-placeholder {
  color: #7f9cf5;
}

.first\:placeholder-indigo-400:first-child::-moz-placeholder {
  color: #7f9cf5;
}

.first\:placeholder-indigo-400:first-child:-ms-input-placeholder {
  color: #7f9cf5;
}

.first\:placeholder-indigo-400:first-child::-ms-input-placeholder {
  color: #7f9cf5;
}

.first\:placeholder-indigo-400:first-child::placeholder {
  color: #7f9cf5;
}

.first\:placeholder-indigo-500:first-child::-webkit-input-placeholder {
  color: #667eea;
}

.first\:placeholder-indigo-500:first-child::-moz-placeholder {
  color: #667eea;
}

.first\:placeholder-indigo-500:first-child:-ms-input-placeholder {
  color: #667eea;
}

.first\:placeholder-indigo-500:first-child::-ms-input-placeholder {
  color: #667eea;
}

.first\:placeholder-indigo-500:first-child::placeholder {
  color: #667eea;
}

.first\:placeholder-indigo-600:first-child::-webkit-input-placeholder {
  color: #5a67d8;
}

.first\:placeholder-indigo-600:first-child::-moz-placeholder {
  color: #5a67d8;
}

.first\:placeholder-indigo-600:first-child:-ms-input-placeholder {
  color: #5a67d8;
}

.first\:placeholder-indigo-600:first-child::-ms-input-placeholder {
  color: #5a67d8;
}

.first\:placeholder-indigo-600:first-child::placeholder {
  color: #5a67d8;
}

.first\:placeholder-indigo-700:first-child::-webkit-input-placeholder {
  color: #4c51bf;
}

.first\:placeholder-indigo-700:first-child::-moz-placeholder {
  color: #4c51bf;
}

.first\:placeholder-indigo-700:first-child:-ms-input-placeholder {
  color: #4c51bf;
}

.first\:placeholder-indigo-700:first-child::-ms-input-placeholder {
  color: #4c51bf;
}

.first\:placeholder-indigo-700:first-child::placeholder {
  color: #4c51bf;
}

.first\:placeholder-indigo-800:first-child::-webkit-input-placeholder {
  color: #434190;
}

.first\:placeholder-indigo-800:first-child::-moz-placeholder {
  color: #434190;
}

.first\:placeholder-indigo-800:first-child:-ms-input-placeholder {
  color: #434190;
}

.first\:placeholder-indigo-800:first-child::-ms-input-placeholder {
  color: #434190;
}

.first\:placeholder-indigo-800:first-child::placeholder {
  color: #434190;
}

.first\:placeholder-indigo-900:first-child::-webkit-input-placeholder {
  color: #3c366b;
}

.first\:placeholder-indigo-900:first-child::-moz-placeholder {
  color: #3c366b;
}

.first\:placeholder-indigo-900:first-child:-ms-input-placeholder {
  color: #3c366b;
}

.first\:placeholder-indigo-900:first-child::-ms-input-placeholder {
  color: #3c366b;
}

.first\:placeholder-indigo-900:first-child::placeholder {
  color: #3c366b;
}

.first\:placeholder-purple-100:first-child::-webkit-input-placeholder {
  color: #faf5ff;
}

.first\:placeholder-purple-100:first-child::-moz-placeholder {
  color: #faf5ff;
}

.first\:placeholder-purple-100:first-child:-ms-input-placeholder {
  color: #faf5ff;
}

.first\:placeholder-purple-100:first-child::-ms-input-placeholder {
  color: #faf5ff;
}

.first\:placeholder-purple-100:first-child::placeholder {
  color: #faf5ff;
}

.first\:placeholder-purple-200:first-child::-webkit-input-placeholder {
  color: #e9d8fd;
}

.first\:placeholder-purple-200:first-child::-moz-placeholder {
  color: #e9d8fd;
}

.first\:placeholder-purple-200:first-child:-ms-input-placeholder {
  color: #e9d8fd;
}

.first\:placeholder-purple-200:first-child::-ms-input-placeholder {
  color: #e9d8fd;
}

.first\:placeholder-purple-200:first-child::placeholder {
  color: #e9d8fd;
}

.first\:placeholder-purple-300:first-child::-webkit-input-placeholder {
  color: #d6bcfa;
}

.first\:placeholder-purple-300:first-child::-moz-placeholder {
  color: #d6bcfa;
}

.first\:placeholder-purple-300:first-child:-ms-input-placeholder {
  color: #d6bcfa;
}

.first\:placeholder-purple-300:first-child::-ms-input-placeholder {
  color: #d6bcfa;
}

.first\:placeholder-purple-300:first-child::placeholder {
  color: #d6bcfa;
}

.first\:placeholder-purple-400:first-child::-webkit-input-placeholder {
  color: #b794f4;
}

.first\:placeholder-purple-400:first-child::-moz-placeholder {
  color: #b794f4;
}

.first\:placeholder-purple-400:first-child:-ms-input-placeholder {
  color: #b794f4;
}

.first\:placeholder-purple-400:first-child::-ms-input-placeholder {
  color: #b794f4;
}

.first\:placeholder-purple-400:first-child::placeholder {
  color: #b794f4;
}

.first\:placeholder-purple-500:first-child::-webkit-input-placeholder {
  color: #9f7aea;
}

.first\:placeholder-purple-500:first-child::-moz-placeholder {
  color: #9f7aea;
}

.first\:placeholder-purple-500:first-child:-ms-input-placeholder {
  color: #9f7aea;
}

.first\:placeholder-purple-500:first-child::-ms-input-placeholder {
  color: #9f7aea;
}

.first\:placeholder-purple-500:first-child::placeholder {
  color: #9f7aea;
}

.first\:placeholder-purple-600:first-child::-webkit-input-placeholder {
  color: #805ad5;
}

.first\:placeholder-purple-600:first-child::-moz-placeholder {
  color: #805ad5;
}

.first\:placeholder-purple-600:first-child:-ms-input-placeholder {
  color: #805ad5;
}

.first\:placeholder-purple-600:first-child::-ms-input-placeholder {
  color: #805ad5;
}

.first\:placeholder-purple-600:first-child::placeholder {
  color: #805ad5;
}

.first\:placeholder-purple-700:first-child::-webkit-input-placeholder {
  color: #6b46c1;
}

.first\:placeholder-purple-700:first-child::-moz-placeholder {
  color: #6b46c1;
}

.first\:placeholder-purple-700:first-child:-ms-input-placeholder {
  color: #6b46c1;
}

.first\:placeholder-purple-700:first-child::-ms-input-placeholder {
  color: #6b46c1;
}

.first\:placeholder-purple-700:first-child::placeholder {
  color: #6b46c1;
}

.first\:placeholder-purple-800:first-child::-webkit-input-placeholder {
  color: #553c9a;
}

.first\:placeholder-purple-800:first-child::-moz-placeholder {
  color: #553c9a;
}

.first\:placeholder-purple-800:first-child:-ms-input-placeholder {
  color: #553c9a;
}

.first\:placeholder-purple-800:first-child::-ms-input-placeholder {
  color: #553c9a;
}

.first\:placeholder-purple-800:first-child::placeholder {
  color: #553c9a;
}

.first\:placeholder-purple-900:first-child::-webkit-input-placeholder {
  color: #44337a;
}

.first\:placeholder-purple-900:first-child::-moz-placeholder {
  color: #44337a;
}

.first\:placeholder-purple-900:first-child:-ms-input-placeholder {
  color: #44337a;
}

.first\:placeholder-purple-900:first-child::-ms-input-placeholder {
  color: #44337a;
}

.first\:placeholder-purple-900:first-child::placeholder {
  color: #44337a;
}

.first\:placeholder-pink-100:first-child::-webkit-input-placeholder {
  color: #fff5f7;
}

.first\:placeholder-pink-100:first-child::-moz-placeholder {
  color: #fff5f7;
}

.first\:placeholder-pink-100:first-child:-ms-input-placeholder {
  color: #fff5f7;
}

.first\:placeholder-pink-100:first-child::-ms-input-placeholder {
  color: #fff5f7;
}

.first\:placeholder-pink-100:first-child::placeholder {
  color: #fff5f7;
}

.first\:placeholder-pink-200:first-child::-webkit-input-placeholder {
  color: #fed7e2;
}

.first\:placeholder-pink-200:first-child::-moz-placeholder {
  color: #fed7e2;
}

.first\:placeholder-pink-200:first-child:-ms-input-placeholder {
  color: #fed7e2;
}

.first\:placeholder-pink-200:first-child::-ms-input-placeholder {
  color: #fed7e2;
}

.first\:placeholder-pink-200:first-child::placeholder {
  color: #fed7e2;
}

.first\:placeholder-pink-300:first-child::-webkit-input-placeholder {
  color: #fbb6ce;
}

.first\:placeholder-pink-300:first-child::-moz-placeholder {
  color: #fbb6ce;
}

.first\:placeholder-pink-300:first-child:-ms-input-placeholder {
  color: #fbb6ce;
}

.first\:placeholder-pink-300:first-child::-ms-input-placeholder {
  color: #fbb6ce;
}

.first\:placeholder-pink-300:first-child::placeholder {
  color: #fbb6ce;
}

.first\:placeholder-pink-400:first-child::-webkit-input-placeholder {
  color: #f687b3;
}

.first\:placeholder-pink-400:first-child::-moz-placeholder {
  color: #f687b3;
}

.first\:placeholder-pink-400:first-child:-ms-input-placeholder {
  color: #f687b3;
}

.first\:placeholder-pink-400:first-child::-ms-input-placeholder {
  color: #f687b3;
}

.first\:placeholder-pink-400:first-child::placeholder {
  color: #f687b3;
}

.first\:placeholder-pink-500:first-child::-webkit-input-placeholder {
  color: #ed64a6;
}

.first\:placeholder-pink-500:first-child::-moz-placeholder {
  color: #ed64a6;
}

.first\:placeholder-pink-500:first-child:-ms-input-placeholder {
  color: #ed64a6;
}

.first\:placeholder-pink-500:first-child::-ms-input-placeholder {
  color: #ed64a6;
}

.first\:placeholder-pink-500:first-child::placeholder {
  color: #ed64a6;
}

.first\:placeholder-pink-600:first-child::-webkit-input-placeholder {
  color: #d53f8c;
}

.first\:placeholder-pink-600:first-child::-moz-placeholder {
  color: #d53f8c;
}

.first\:placeholder-pink-600:first-child:-ms-input-placeholder {
  color: #d53f8c;
}

.first\:placeholder-pink-600:first-child::-ms-input-placeholder {
  color: #d53f8c;
}

.first\:placeholder-pink-600:first-child::placeholder {
  color: #d53f8c;
}

.first\:placeholder-pink-700:first-child::-webkit-input-placeholder {
  color: #b83280;
}

.first\:placeholder-pink-700:first-child::-moz-placeholder {
  color: #b83280;
}

.first\:placeholder-pink-700:first-child:-ms-input-placeholder {
  color: #b83280;
}

.first\:placeholder-pink-700:first-child::-ms-input-placeholder {
  color: #b83280;
}

.first\:placeholder-pink-700:first-child::placeholder {
  color: #b83280;
}

.first\:placeholder-pink-800:first-child::-webkit-input-placeholder {
  color: #97266d;
}

.first\:placeholder-pink-800:first-child::-moz-placeholder {
  color: #97266d;
}

.first\:placeholder-pink-800:first-child:-ms-input-placeholder {
  color: #97266d;
}

.first\:placeholder-pink-800:first-child::-ms-input-placeholder {
  color: #97266d;
}

.first\:placeholder-pink-800:first-child::placeholder {
  color: #97266d;
}

.first\:placeholder-pink-900:first-child::-webkit-input-placeholder {
  color: #702459;
}

.first\:placeholder-pink-900:first-child::-moz-placeholder {
  color: #702459;
}

.first\:placeholder-pink-900:first-child:-ms-input-placeholder {
  color: #702459;
}

.first\:placeholder-pink-900:first-child::-ms-input-placeholder {
  color: #702459;
}

.first\:placeholder-pink-900:first-child::placeholder {
  color: #702459;
}

.last\:placeholder-transparent:last-child::-webkit-input-placeholder {
  color: transparent;
}

.last\:placeholder-transparent:last-child::-moz-placeholder {
  color: transparent;
}

.last\:placeholder-transparent:last-child:-ms-input-placeholder {
  color: transparent;
}

.last\:placeholder-transparent:last-child::-ms-input-placeholder {
  color: transparent;
}

.last\:placeholder-transparent:last-child::placeholder {
  color: transparent;
}

.last\:placeholder-black:last-child::-webkit-input-placeholder {
  color: #000;
}

.last\:placeholder-black:last-child::-moz-placeholder {
  color: #000;
}

.last\:placeholder-black:last-child:-ms-input-placeholder {
  color: #000;
}

.last\:placeholder-black:last-child::-ms-input-placeholder {
  color: #000;
}

.last\:placeholder-black:last-child::placeholder {
  color: #000;
}

.last\:placeholder-white:last-child::-webkit-input-placeholder {
  color: #fff;
}

.last\:placeholder-white:last-child::-moz-placeholder {
  color: #fff;
}

.last\:placeholder-white:last-child:-ms-input-placeholder {
  color: #fff;
}

.last\:placeholder-white:last-child::-ms-input-placeholder {
  color: #fff;
}

.last\:placeholder-white:last-child::placeholder {
  color: #fff;
}

.last\:placeholder-gray-100:last-child::-webkit-input-placeholder {
  color: #f7fafc;
}

.last\:placeholder-gray-100:last-child::-moz-placeholder {
  color: #f7fafc;
}

.last\:placeholder-gray-100:last-child:-ms-input-placeholder {
  color: #f7fafc;
}

.last\:placeholder-gray-100:last-child::-ms-input-placeholder {
  color: #f7fafc;
}

.last\:placeholder-gray-100:last-child::placeholder {
  color: #f7fafc;
}

.last\:placeholder-gray-200:last-child::-webkit-input-placeholder {
  color: #edf2f7;
}

.last\:placeholder-gray-200:last-child::-moz-placeholder {
  color: #edf2f7;
}

.last\:placeholder-gray-200:last-child:-ms-input-placeholder {
  color: #edf2f7;
}

.last\:placeholder-gray-200:last-child::-ms-input-placeholder {
  color: #edf2f7;
}

.last\:placeholder-gray-200:last-child::placeholder {
  color: #edf2f7;
}

.last\:placeholder-gray-300:last-child::-webkit-input-placeholder {
  color: #e2e8f0;
}

.last\:placeholder-gray-300:last-child::-moz-placeholder {
  color: #e2e8f0;
}

.last\:placeholder-gray-300:last-child:-ms-input-placeholder {
  color: #e2e8f0;
}

.last\:placeholder-gray-300:last-child::-ms-input-placeholder {
  color: #e2e8f0;
}

.last\:placeholder-gray-300:last-child::placeholder {
  color: #e2e8f0;
}

.last\:placeholder-gray-400:last-child::-webkit-input-placeholder {
  color: #cbd5e0;
}

.last\:placeholder-gray-400:last-child::-moz-placeholder {
  color: #cbd5e0;
}

.last\:placeholder-gray-400:last-child:-ms-input-placeholder {
  color: #cbd5e0;
}

.last\:placeholder-gray-400:last-child::-ms-input-placeholder {
  color: #cbd5e0;
}

.last\:placeholder-gray-400:last-child::placeholder {
  color: #cbd5e0;
}

.last\:placeholder-gray-500:last-child::-webkit-input-placeholder {
  color: #a0aec0;
}

.last\:placeholder-gray-500:last-child::-moz-placeholder {
  color: #a0aec0;
}

.last\:placeholder-gray-500:last-child:-ms-input-placeholder {
  color: #a0aec0;
}

.last\:placeholder-gray-500:last-child::-ms-input-placeholder {
  color: #a0aec0;
}

.last\:placeholder-gray-500:last-child::placeholder {
  color: #a0aec0;
}

.last\:placeholder-gray-600:last-child::-webkit-input-placeholder {
  color: #718096;
}

.last\:placeholder-gray-600:last-child::-moz-placeholder {
  color: #718096;
}

.last\:placeholder-gray-600:last-child:-ms-input-placeholder {
  color: #718096;
}

.last\:placeholder-gray-600:last-child::-ms-input-placeholder {
  color: #718096;
}

.last\:placeholder-gray-600:last-child::placeholder {
  color: #718096;
}

.last\:placeholder-gray-700:last-child::-webkit-input-placeholder {
  color: #4a5568;
}

.last\:placeholder-gray-700:last-child::-moz-placeholder {
  color: #4a5568;
}

.last\:placeholder-gray-700:last-child:-ms-input-placeholder {
  color: #4a5568;
}

.last\:placeholder-gray-700:last-child::-ms-input-placeholder {
  color: #4a5568;
}

.last\:placeholder-gray-700:last-child::placeholder {
  color: #4a5568;
}

.last\:placeholder-gray-800:last-child::-webkit-input-placeholder {
  color: #2d3748;
}

.last\:placeholder-gray-800:last-child::-moz-placeholder {
  color: #2d3748;
}

.last\:placeholder-gray-800:last-child:-ms-input-placeholder {
  color: #2d3748;
}

.last\:placeholder-gray-800:last-child::-ms-input-placeholder {
  color: #2d3748;
}

.last\:placeholder-gray-800:last-child::placeholder {
  color: #2d3748;
}

.last\:placeholder-gray-900:last-child::-webkit-input-placeholder {
  color: #1a202c;
}

.last\:placeholder-gray-900:last-child::-moz-placeholder {
  color: #1a202c;
}

.last\:placeholder-gray-900:last-child:-ms-input-placeholder {
  color: #1a202c;
}

.last\:placeholder-gray-900:last-child::-ms-input-placeholder {
  color: #1a202c;
}

.last\:placeholder-gray-900:last-child::placeholder {
  color: #1a202c;
}

.last\:placeholder-red-100:last-child::-webkit-input-placeholder {
  color: #fff5f5;
}

.last\:placeholder-red-100:last-child::-moz-placeholder {
  color: #fff5f5;
}

.last\:placeholder-red-100:last-child:-ms-input-placeholder {
  color: #fff5f5;
}

.last\:placeholder-red-100:last-child::-ms-input-placeholder {
  color: #fff5f5;
}

.last\:placeholder-red-100:last-child::placeholder {
  color: #fff5f5;
}

.last\:placeholder-red-200:last-child::-webkit-input-placeholder {
  color: #fed7d7;
}

.last\:placeholder-red-200:last-child::-moz-placeholder {
  color: #fed7d7;
}

.last\:placeholder-red-200:last-child:-ms-input-placeholder {
  color: #fed7d7;
}

.last\:placeholder-red-200:last-child::-ms-input-placeholder {
  color: #fed7d7;
}

.last\:placeholder-red-200:last-child::placeholder {
  color: #fed7d7;
}

.last\:placeholder-red-300:last-child::-webkit-input-placeholder {
  color: #feb2b2;
}

.last\:placeholder-red-300:last-child::-moz-placeholder {
  color: #feb2b2;
}

.last\:placeholder-red-300:last-child:-ms-input-placeholder {
  color: #feb2b2;
}

.last\:placeholder-red-300:last-child::-ms-input-placeholder {
  color: #feb2b2;
}

.last\:placeholder-red-300:last-child::placeholder {
  color: #feb2b2;
}

.last\:placeholder-red-400:last-child::-webkit-input-placeholder {
  color: #fc8181;
}

.last\:placeholder-red-400:last-child::-moz-placeholder {
  color: #fc8181;
}

.last\:placeholder-red-400:last-child:-ms-input-placeholder {
  color: #fc8181;
}

.last\:placeholder-red-400:last-child::-ms-input-placeholder {
  color: #fc8181;
}

.last\:placeholder-red-400:last-child::placeholder {
  color: #fc8181;
}

.last\:placeholder-red-500:last-child::-webkit-input-placeholder {
  color: #f56565;
}

.last\:placeholder-red-500:last-child::-moz-placeholder {
  color: #f56565;
}

.last\:placeholder-red-500:last-child:-ms-input-placeholder {
  color: #f56565;
}

.last\:placeholder-red-500:last-child::-ms-input-placeholder {
  color: #f56565;
}

.last\:placeholder-red-500:last-child::placeholder {
  color: #f56565;
}

.last\:placeholder-red-600:last-child::-webkit-input-placeholder {
  color: #e53e3e;
}

.last\:placeholder-red-600:last-child::-moz-placeholder {
  color: #e53e3e;
}

.last\:placeholder-red-600:last-child:-ms-input-placeholder {
  color: #e53e3e;
}

.last\:placeholder-red-600:last-child::-ms-input-placeholder {
  color: #e53e3e;
}

.last\:placeholder-red-600:last-child::placeholder {
  color: #e53e3e;
}

.last\:placeholder-red-700:last-child::-webkit-input-placeholder {
  color: #c53030;
}

.last\:placeholder-red-700:last-child::-moz-placeholder {
  color: #c53030;
}

.last\:placeholder-red-700:last-child:-ms-input-placeholder {
  color: #c53030;
}

.last\:placeholder-red-700:last-child::-ms-input-placeholder {
  color: #c53030;
}

.last\:placeholder-red-700:last-child::placeholder {
  color: #c53030;
}

.last\:placeholder-red-800:last-child::-webkit-input-placeholder {
  color: #9b2c2c;
}

.last\:placeholder-red-800:last-child::-moz-placeholder {
  color: #9b2c2c;
}

.last\:placeholder-red-800:last-child:-ms-input-placeholder {
  color: #9b2c2c;
}

.last\:placeholder-red-800:last-child::-ms-input-placeholder {
  color: #9b2c2c;
}

.last\:placeholder-red-800:last-child::placeholder {
  color: #9b2c2c;
}

.last\:placeholder-red-900:last-child::-webkit-input-placeholder {
  color: #742a2a;
}

.last\:placeholder-red-900:last-child::-moz-placeholder {
  color: #742a2a;
}

.last\:placeholder-red-900:last-child:-ms-input-placeholder {
  color: #742a2a;
}

.last\:placeholder-red-900:last-child::-ms-input-placeholder {
  color: #742a2a;
}

.last\:placeholder-red-900:last-child::placeholder {
  color: #742a2a;
}

.last\:placeholder-orange-100:last-child::-webkit-input-placeholder {
  color: #fffaf0;
}

.last\:placeholder-orange-100:last-child::-moz-placeholder {
  color: #fffaf0;
}

.last\:placeholder-orange-100:last-child:-ms-input-placeholder {
  color: #fffaf0;
}

.last\:placeholder-orange-100:last-child::-ms-input-placeholder {
  color: #fffaf0;
}

.last\:placeholder-orange-100:last-child::placeholder {
  color: #fffaf0;
}

.last\:placeholder-orange-200:last-child::-webkit-input-placeholder {
  color: #feebc8;
}

.last\:placeholder-orange-200:last-child::-moz-placeholder {
  color: #feebc8;
}

.last\:placeholder-orange-200:last-child:-ms-input-placeholder {
  color: #feebc8;
}

.last\:placeholder-orange-200:last-child::-ms-input-placeholder {
  color: #feebc8;
}

.last\:placeholder-orange-200:last-child::placeholder {
  color: #feebc8;
}

.last\:placeholder-orange-300:last-child::-webkit-input-placeholder {
  color: #fbd38d;
}

.last\:placeholder-orange-300:last-child::-moz-placeholder {
  color: #fbd38d;
}

.last\:placeholder-orange-300:last-child:-ms-input-placeholder {
  color: #fbd38d;
}

.last\:placeholder-orange-300:last-child::-ms-input-placeholder {
  color: #fbd38d;
}

.last\:placeholder-orange-300:last-child::placeholder {
  color: #fbd38d;
}

.last\:placeholder-orange-400:last-child::-webkit-input-placeholder {
  color: #f6ad55;
}

.last\:placeholder-orange-400:last-child::-moz-placeholder {
  color: #f6ad55;
}

.last\:placeholder-orange-400:last-child:-ms-input-placeholder {
  color: #f6ad55;
}

.last\:placeholder-orange-400:last-child::-ms-input-placeholder {
  color: #f6ad55;
}

.last\:placeholder-orange-400:last-child::placeholder {
  color: #f6ad55;
}

.last\:placeholder-orange-500:last-child::-webkit-input-placeholder {
  color: #ed8936;
}

.last\:placeholder-orange-500:last-child::-moz-placeholder {
  color: #ed8936;
}

.last\:placeholder-orange-500:last-child:-ms-input-placeholder {
  color: #ed8936;
}

.last\:placeholder-orange-500:last-child::-ms-input-placeholder {
  color: #ed8936;
}

.last\:placeholder-orange-500:last-child::placeholder {
  color: #ed8936;
}

.last\:placeholder-orange-600:last-child::-webkit-input-placeholder {
  color: #dd6b20;
}

.last\:placeholder-orange-600:last-child::-moz-placeholder {
  color: #dd6b20;
}

.last\:placeholder-orange-600:last-child:-ms-input-placeholder {
  color: #dd6b20;
}

.last\:placeholder-orange-600:last-child::-ms-input-placeholder {
  color: #dd6b20;
}

.last\:placeholder-orange-600:last-child::placeholder {
  color: #dd6b20;
}

.last\:placeholder-orange-700:last-child::-webkit-input-placeholder {
  color: #c05621;
}

.last\:placeholder-orange-700:last-child::-moz-placeholder {
  color: #c05621;
}

.last\:placeholder-orange-700:last-child:-ms-input-placeholder {
  color: #c05621;
}

.last\:placeholder-orange-700:last-child::-ms-input-placeholder {
  color: #c05621;
}

.last\:placeholder-orange-700:last-child::placeholder {
  color: #c05621;
}

.last\:placeholder-orange-800:last-child::-webkit-input-placeholder {
  color: #9c4221;
}

.last\:placeholder-orange-800:last-child::-moz-placeholder {
  color: #9c4221;
}

.last\:placeholder-orange-800:last-child:-ms-input-placeholder {
  color: #9c4221;
}

.last\:placeholder-orange-800:last-child::-ms-input-placeholder {
  color: #9c4221;
}

.last\:placeholder-orange-800:last-child::placeholder {
  color: #9c4221;
}

.last\:placeholder-orange-900:last-child::-webkit-input-placeholder {
  color: #7b341e;
}

.last\:placeholder-orange-900:last-child::-moz-placeholder {
  color: #7b341e;
}

.last\:placeholder-orange-900:last-child:-ms-input-placeholder {
  color: #7b341e;
}

.last\:placeholder-orange-900:last-child::-ms-input-placeholder {
  color: #7b341e;
}

.last\:placeholder-orange-900:last-child::placeholder {
  color: #7b341e;
}

.last\:placeholder-yellow-100:last-child::-webkit-input-placeholder {
  color: #fffff0;
}

.last\:placeholder-yellow-100:last-child::-moz-placeholder {
  color: #fffff0;
}

.last\:placeholder-yellow-100:last-child:-ms-input-placeholder {
  color: #fffff0;
}

.last\:placeholder-yellow-100:last-child::-ms-input-placeholder {
  color: #fffff0;
}

.last\:placeholder-yellow-100:last-child::placeholder {
  color: #fffff0;
}

.last\:placeholder-yellow-200:last-child::-webkit-input-placeholder {
  color: #fefcbf;
}

.last\:placeholder-yellow-200:last-child::-moz-placeholder {
  color: #fefcbf;
}

.last\:placeholder-yellow-200:last-child:-ms-input-placeholder {
  color: #fefcbf;
}

.last\:placeholder-yellow-200:last-child::-ms-input-placeholder {
  color: #fefcbf;
}

.last\:placeholder-yellow-200:last-child::placeholder {
  color: #fefcbf;
}

.last\:placeholder-yellow-300:last-child::-webkit-input-placeholder {
  color: #faf089;
}

.last\:placeholder-yellow-300:last-child::-moz-placeholder {
  color: #faf089;
}

.last\:placeholder-yellow-300:last-child:-ms-input-placeholder {
  color: #faf089;
}

.last\:placeholder-yellow-300:last-child::-ms-input-placeholder {
  color: #faf089;
}

.last\:placeholder-yellow-300:last-child::placeholder {
  color: #faf089;
}

.last\:placeholder-yellow-400:last-child::-webkit-input-placeholder {
  color: #f6e05e;
}

.last\:placeholder-yellow-400:last-child::-moz-placeholder {
  color: #f6e05e;
}

.last\:placeholder-yellow-400:last-child:-ms-input-placeholder {
  color: #f6e05e;
}

.last\:placeholder-yellow-400:last-child::-ms-input-placeholder {
  color: #f6e05e;
}

.last\:placeholder-yellow-400:last-child::placeholder {
  color: #f6e05e;
}

.last\:placeholder-yellow-500:last-child::-webkit-input-placeholder {
  color: #ecc94b;
}

.last\:placeholder-yellow-500:last-child::-moz-placeholder {
  color: #ecc94b;
}

.last\:placeholder-yellow-500:last-child:-ms-input-placeholder {
  color: #ecc94b;
}

.last\:placeholder-yellow-500:last-child::-ms-input-placeholder {
  color: #ecc94b;
}

.last\:placeholder-yellow-500:last-child::placeholder {
  color: #ecc94b;
}

.last\:placeholder-yellow-600:last-child::-webkit-input-placeholder {
  color: #d69e2e;
}

.last\:placeholder-yellow-600:last-child::-moz-placeholder {
  color: #d69e2e;
}

.last\:placeholder-yellow-600:last-child:-ms-input-placeholder {
  color: #d69e2e;
}

.last\:placeholder-yellow-600:last-child::-ms-input-placeholder {
  color: #d69e2e;
}

.last\:placeholder-yellow-600:last-child::placeholder {
  color: #d69e2e;
}

.last\:placeholder-yellow-700:last-child::-webkit-input-placeholder {
  color: #b7791f;
}

.last\:placeholder-yellow-700:last-child::-moz-placeholder {
  color: #b7791f;
}

.last\:placeholder-yellow-700:last-child:-ms-input-placeholder {
  color: #b7791f;
}

.last\:placeholder-yellow-700:last-child::-ms-input-placeholder {
  color: #b7791f;
}

.last\:placeholder-yellow-700:last-child::placeholder {
  color: #b7791f;
}

.last\:placeholder-yellow-800:last-child::-webkit-input-placeholder {
  color: #975a16;
}

.last\:placeholder-yellow-800:last-child::-moz-placeholder {
  color: #975a16;
}

.last\:placeholder-yellow-800:last-child:-ms-input-placeholder {
  color: #975a16;
}

.last\:placeholder-yellow-800:last-child::-ms-input-placeholder {
  color: #975a16;
}

.last\:placeholder-yellow-800:last-child::placeholder {
  color: #975a16;
}

.last\:placeholder-yellow-900:last-child::-webkit-input-placeholder {
  color: #744210;
}

.last\:placeholder-yellow-900:last-child::-moz-placeholder {
  color: #744210;
}

.last\:placeholder-yellow-900:last-child:-ms-input-placeholder {
  color: #744210;
}

.last\:placeholder-yellow-900:last-child::-ms-input-placeholder {
  color: #744210;
}

.last\:placeholder-yellow-900:last-child::placeholder {
  color: #744210;
}

.last\:placeholder-green-100:last-child::-webkit-input-placeholder {
  color: #f0fff4;
}

.last\:placeholder-green-100:last-child::-moz-placeholder {
  color: #f0fff4;
}

.last\:placeholder-green-100:last-child:-ms-input-placeholder {
  color: #f0fff4;
}

.last\:placeholder-green-100:last-child::-ms-input-placeholder {
  color: #f0fff4;
}

.last\:placeholder-green-100:last-child::placeholder {
  color: #f0fff4;
}

.last\:placeholder-green-200:last-child::-webkit-input-placeholder {
  color: #c6f6d5;
}

.last\:placeholder-green-200:last-child::-moz-placeholder {
  color: #c6f6d5;
}

.last\:placeholder-green-200:last-child:-ms-input-placeholder {
  color: #c6f6d5;
}

.last\:placeholder-green-200:last-child::-ms-input-placeholder {
  color: #c6f6d5;
}

.last\:placeholder-green-200:last-child::placeholder {
  color: #c6f6d5;
}

.last\:placeholder-green-300:last-child::-webkit-input-placeholder {
  color: #9ae6b4;
}

.last\:placeholder-green-300:last-child::-moz-placeholder {
  color: #9ae6b4;
}

.last\:placeholder-green-300:last-child:-ms-input-placeholder {
  color: #9ae6b4;
}

.last\:placeholder-green-300:last-child::-ms-input-placeholder {
  color: #9ae6b4;
}

.last\:placeholder-green-300:last-child::placeholder {
  color: #9ae6b4;
}

.last\:placeholder-green-400:last-child::-webkit-input-placeholder {
  color: #68d391;
}

.last\:placeholder-green-400:last-child::-moz-placeholder {
  color: #68d391;
}

.last\:placeholder-green-400:last-child:-ms-input-placeholder {
  color: #68d391;
}

.last\:placeholder-green-400:last-child::-ms-input-placeholder {
  color: #68d391;
}

.last\:placeholder-green-400:last-child::placeholder {
  color: #68d391;
}

.last\:placeholder-green-500:last-child::-webkit-input-placeholder {
  color: #48bb78;
}

.last\:placeholder-green-500:last-child::-moz-placeholder {
  color: #48bb78;
}

.last\:placeholder-green-500:last-child:-ms-input-placeholder {
  color: #48bb78;
}

.last\:placeholder-green-500:last-child::-ms-input-placeholder {
  color: #48bb78;
}

.last\:placeholder-green-500:last-child::placeholder {
  color: #48bb78;
}

.last\:placeholder-green-600:last-child::-webkit-input-placeholder {
  color: #38a169;
}

.last\:placeholder-green-600:last-child::-moz-placeholder {
  color: #38a169;
}

.last\:placeholder-green-600:last-child:-ms-input-placeholder {
  color: #38a169;
}

.last\:placeholder-green-600:last-child::-ms-input-placeholder {
  color: #38a169;
}

.last\:placeholder-green-600:last-child::placeholder {
  color: #38a169;
}

.last\:placeholder-green-700:last-child::-webkit-input-placeholder {
  color: #2f855a;
}

.last\:placeholder-green-700:last-child::-moz-placeholder {
  color: #2f855a;
}

.last\:placeholder-green-700:last-child:-ms-input-placeholder {
  color: #2f855a;
}

.last\:placeholder-green-700:last-child::-ms-input-placeholder {
  color: #2f855a;
}

.last\:placeholder-green-700:last-child::placeholder {
  color: #2f855a;
}

.last\:placeholder-green-800:last-child::-webkit-input-placeholder {
  color: #276749;
}

.last\:placeholder-green-800:last-child::-moz-placeholder {
  color: #276749;
}

.last\:placeholder-green-800:last-child:-ms-input-placeholder {
  color: #276749;
}

.last\:placeholder-green-800:last-child::-ms-input-placeholder {
  color: #276749;
}

.last\:placeholder-green-800:last-child::placeholder {
  color: #276749;
}

.last\:placeholder-green-900:last-child::-webkit-input-placeholder {
  color: #22543d;
}

.last\:placeholder-green-900:last-child::-moz-placeholder {
  color: #22543d;
}

.last\:placeholder-green-900:last-child:-ms-input-placeholder {
  color: #22543d;
}

.last\:placeholder-green-900:last-child::-ms-input-placeholder {
  color: #22543d;
}

.last\:placeholder-green-900:last-child::placeholder {
  color: #22543d;
}

.last\:placeholder-teal-100:last-child::-webkit-input-placeholder {
  color: #e6fffa;
}

.last\:placeholder-teal-100:last-child::-moz-placeholder {
  color: #e6fffa;
}

.last\:placeholder-teal-100:last-child:-ms-input-placeholder {
  color: #e6fffa;
}

.last\:placeholder-teal-100:last-child::-ms-input-placeholder {
  color: #e6fffa;
}

.last\:placeholder-teal-100:last-child::placeholder {
  color: #e6fffa;
}

.last\:placeholder-teal-200:last-child::-webkit-input-placeholder {
  color: #b2f5ea;
}

.last\:placeholder-teal-200:last-child::-moz-placeholder {
  color: #b2f5ea;
}

.last\:placeholder-teal-200:last-child:-ms-input-placeholder {
  color: #b2f5ea;
}

.last\:placeholder-teal-200:last-child::-ms-input-placeholder {
  color: #b2f5ea;
}

.last\:placeholder-teal-200:last-child::placeholder {
  color: #b2f5ea;
}

.last\:placeholder-teal-300:last-child::-webkit-input-placeholder {
  color: #81e6d9;
}

.last\:placeholder-teal-300:last-child::-moz-placeholder {
  color: #81e6d9;
}

.last\:placeholder-teal-300:last-child:-ms-input-placeholder {
  color: #81e6d9;
}

.last\:placeholder-teal-300:last-child::-ms-input-placeholder {
  color: #81e6d9;
}

.last\:placeholder-teal-300:last-child::placeholder {
  color: #81e6d9;
}

.last\:placeholder-teal-400:last-child::-webkit-input-placeholder {
  color: #4fd1c5;
}

.last\:placeholder-teal-400:last-child::-moz-placeholder {
  color: #4fd1c5;
}

.last\:placeholder-teal-400:last-child:-ms-input-placeholder {
  color: #4fd1c5;
}

.last\:placeholder-teal-400:last-child::-ms-input-placeholder {
  color: #4fd1c5;
}

.last\:placeholder-teal-400:last-child::placeholder {
  color: #4fd1c5;
}

.last\:placeholder-teal-500:last-child::-webkit-input-placeholder {
  color: #38b2ac;
}

.last\:placeholder-teal-500:last-child::-moz-placeholder {
  color: #38b2ac;
}

.last\:placeholder-teal-500:last-child:-ms-input-placeholder {
  color: #38b2ac;
}

.last\:placeholder-teal-500:last-child::-ms-input-placeholder {
  color: #38b2ac;
}

.last\:placeholder-teal-500:last-child::placeholder {
  color: #38b2ac;
}

.last\:placeholder-teal-600:last-child::-webkit-input-placeholder {
  color: #319795;
}

.last\:placeholder-teal-600:last-child::-moz-placeholder {
  color: #319795;
}

.last\:placeholder-teal-600:last-child:-ms-input-placeholder {
  color: #319795;
}

.last\:placeholder-teal-600:last-child::-ms-input-placeholder {
  color: #319795;
}

.last\:placeholder-teal-600:last-child::placeholder {
  color: #319795;
}

.last\:placeholder-teal-700:last-child::-webkit-input-placeholder {
  color: #2c7a7b;
}

.last\:placeholder-teal-700:last-child::-moz-placeholder {
  color: #2c7a7b;
}

.last\:placeholder-teal-700:last-child:-ms-input-placeholder {
  color: #2c7a7b;
}

.last\:placeholder-teal-700:last-child::-ms-input-placeholder {
  color: #2c7a7b;
}

.last\:placeholder-teal-700:last-child::placeholder {
  color: #2c7a7b;
}

.last\:placeholder-teal-800:last-child::-webkit-input-placeholder {
  color: #285e61;
}

.last\:placeholder-teal-800:last-child::-moz-placeholder {
  color: #285e61;
}

.last\:placeholder-teal-800:last-child:-ms-input-placeholder {
  color: #285e61;
}

.last\:placeholder-teal-800:last-child::-ms-input-placeholder {
  color: #285e61;
}

.last\:placeholder-teal-800:last-child::placeholder {
  color: #285e61;
}

.last\:placeholder-teal-900:last-child::-webkit-input-placeholder {
  color: #234e52;
}

.last\:placeholder-teal-900:last-child::-moz-placeholder {
  color: #234e52;
}

.last\:placeholder-teal-900:last-child:-ms-input-placeholder {
  color: #234e52;
}

.last\:placeholder-teal-900:last-child::-ms-input-placeholder {
  color: #234e52;
}

.last\:placeholder-teal-900:last-child::placeholder {
  color: #234e52;
}

.last\:placeholder-blue-100:last-child::-webkit-input-placeholder {
  color: #ebf8ff;
}

.last\:placeholder-blue-100:last-child::-moz-placeholder {
  color: #ebf8ff;
}

.last\:placeholder-blue-100:last-child:-ms-input-placeholder {
  color: #ebf8ff;
}

.last\:placeholder-blue-100:last-child::-ms-input-placeholder {
  color: #ebf8ff;
}

.last\:placeholder-blue-100:last-child::placeholder {
  color: #ebf8ff;
}

.last\:placeholder-blue-200:last-child::-webkit-input-placeholder {
  color: #bee3f8;
}

.last\:placeholder-blue-200:last-child::-moz-placeholder {
  color: #bee3f8;
}

.last\:placeholder-blue-200:last-child:-ms-input-placeholder {
  color: #bee3f8;
}

.last\:placeholder-blue-200:last-child::-ms-input-placeholder {
  color: #bee3f8;
}

.last\:placeholder-blue-200:last-child::placeholder {
  color: #bee3f8;
}

.last\:placeholder-blue-300:last-child::-webkit-input-placeholder {
  color: #90cdf4;
}

.last\:placeholder-blue-300:last-child::-moz-placeholder {
  color: #90cdf4;
}

.last\:placeholder-blue-300:last-child:-ms-input-placeholder {
  color: #90cdf4;
}

.last\:placeholder-blue-300:last-child::-ms-input-placeholder {
  color: #90cdf4;
}

.last\:placeholder-blue-300:last-child::placeholder {
  color: #90cdf4;
}

.last\:placeholder-blue-400:last-child::-webkit-input-placeholder {
  color: #63b3ed;
}

.last\:placeholder-blue-400:last-child::-moz-placeholder {
  color: #63b3ed;
}

.last\:placeholder-blue-400:last-child:-ms-input-placeholder {
  color: #63b3ed;
}

.last\:placeholder-blue-400:last-child::-ms-input-placeholder {
  color: #63b3ed;
}

.last\:placeholder-blue-400:last-child::placeholder {
  color: #63b3ed;
}

.last\:placeholder-blue-500:last-child::-webkit-input-placeholder {
  color: #4299e1;
}

.last\:placeholder-blue-500:last-child::-moz-placeholder {
  color: #4299e1;
}

.last\:placeholder-blue-500:last-child:-ms-input-placeholder {
  color: #4299e1;
}

.last\:placeholder-blue-500:last-child::-ms-input-placeholder {
  color: #4299e1;
}

.last\:placeholder-blue-500:last-child::placeholder {
  color: #4299e1;
}

.last\:placeholder-blue-600:last-child::-webkit-input-placeholder {
  color: #3182ce;
}

.last\:placeholder-blue-600:last-child::-moz-placeholder {
  color: #3182ce;
}

.last\:placeholder-blue-600:last-child:-ms-input-placeholder {
  color: #3182ce;
}

.last\:placeholder-blue-600:last-child::-ms-input-placeholder {
  color: #3182ce;
}

.last\:placeholder-blue-600:last-child::placeholder {
  color: #3182ce;
}

.last\:placeholder-blue-700:last-child::-webkit-input-placeholder {
  color: #2b6cb0;
}

.last\:placeholder-blue-700:last-child::-moz-placeholder {
  color: #2b6cb0;
}

.last\:placeholder-blue-700:last-child:-ms-input-placeholder {
  color: #2b6cb0;
}

.last\:placeholder-blue-700:last-child::-ms-input-placeholder {
  color: #2b6cb0;
}

.last\:placeholder-blue-700:last-child::placeholder {
  color: #2b6cb0;
}

.last\:placeholder-blue-800:last-child::-webkit-input-placeholder {
  color: #2c5282;
}

.last\:placeholder-blue-800:last-child::-moz-placeholder {
  color: #2c5282;
}

.last\:placeholder-blue-800:last-child:-ms-input-placeholder {
  color: #2c5282;
}

.last\:placeholder-blue-800:last-child::-ms-input-placeholder {
  color: #2c5282;
}

.last\:placeholder-blue-800:last-child::placeholder {
  color: #2c5282;
}

.last\:placeholder-blue-900:last-child::-webkit-input-placeholder {
  color: #2a4365;
}

.last\:placeholder-blue-900:last-child::-moz-placeholder {
  color: #2a4365;
}

.last\:placeholder-blue-900:last-child:-ms-input-placeholder {
  color: #2a4365;
}

.last\:placeholder-blue-900:last-child::-ms-input-placeholder {
  color: #2a4365;
}

.last\:placeholder-blue-900:last-child::placeholder {
  color: #2a4365;
}

.last\:placeholder-indigo-100:last-child::-webkit-input-placeholder {
  color: #ebf4ff;
}

.last\:placeholder-indigo-100:last-child::-moz-placeholder {
  color: #ebf4ff;
}

.last\:placeholder-indigo-100:last-child:-ms-input-placeholder {
  color: #ebf4ff;
}

.last\:placeholder-indigo-100:last-child::-ms-input-placeholder {
  color: #ebf4ff;
}

.last\:placeholder-indigo-100:last-child::placeholder {
  color: #ebf4ff;
}

.last\:placeholder-indigo-200:last-child::-webkit-input-placeholder {
  color: #c3dafe;
}

.last\:placeholder-indigo-200:last-child::-moz-placeholder {
  color: #c3dafe;
}

.last\:placeholder-indigo-200:last-child:-ms-input-placeholder {
  color: #c3dafe;
}

.last\:placeholder-indigo-200:last-child::-ms-input-placeholder {
  color: #c3dafe;
}

.last\:placeholder-indigo-200:last-child::placeholder {
  color: #c3dafe;
}

.last\:placeholder-indigo-300:last-child::-webkit-input-placeholder {
  color: #a3bffa;
}

.last\:placeholder-indigo-300:last-child::-moz-placeholder {
  color: #a3bffa;
}

.last\:placeholder-indigo-300:last-child:-ms-input-placeholder {
  color: #a3bffa;
}

.last\:placeholder-indigo-300:last-child::-ms-input-placeholder {
  color: #a3bffa;
}

.last\:placeholder-indigo-300:last-child::placeholder {
  color: #a3bffa;
}

.last\:placeholder-indigo-400:last-child::-webkit-input-placeholder {
  color: #7f9cf5;
}

.last\:placeholder-indigo-400:last-child::-moz-placeholder {
  color: #7f9cf5;
}

.last\:placeholder-indigo-400:last-child:-ms-input-placeholder {
  color: #7f9cf5;
}

.last\:placeholder-indigo-400:last-child::-ms-input-placeholder {
  color: #7f9cf5;
}

.last\:placeholder-indigo-400:last-child::placeholder {
  color: #7f9cf5;
}

.last\:placeholder-indigo-500:last-child::-webkit-input-placeholder {
  color: #667eea;
}

.last\:placeholder-indigo-500:last-child::-moz-placeholder {
  color: #667eea;
}

.last\:placeholder-indigo-500:last-child:-ms-input-placeholder {
  color: #667eea;
}

.last\:placeholder-indigo-500:last-child::-ms-input-placeholder {
  color: #667eea;
}

.last\:placeholder-indigo-500:last-child::placeholder {
  color: #667eea;
}

.last\:placeholder-indigo-600:last-child::-webkit-input-placeholder {
  color: #5a67d8;
}

.last\:placeholder-indigo-600:last-child::-moz-placeholder {
  color: #5a67d8;
}

.last\:placeholder-indigo-600:last-child:-ms-input-placeholder {
  color: #5a67d8;
}

.last\:placeholder-indigo-600:last-child::-ms-input-placeholder {
  color: #5a67d8;
}

.last\:placeholder-indigo-600:last-child::placeholder {
  color: #5a67d8;
}

.last\:placeholder-indigo-700:last-child::-webkit-input-placeholder {
  color: #4c51bf;
}

.last\:placeholder-indigo-700:last-child::-moz-placeholder {
  color: #4c51bf;
}

.last\:placeholder-indigo-700:last-child:-ms-input-placeholder {
  color: #4c51bf;
}

.last\:placeholder-indigo-700:last-child::-ms-input-placeholder {
  color: #4c51bf;
}

.last\:placeholder-indigo-700:last-child::placeholder {
  color: #4c51bf;
}

.last\:placeholder-indigo-800:last-child::-webkit-input-placeholder {
  color: #434190;
}

.last\:placeholder-indigo-800:last-child::-moz-placeholder {
  color: #434190;
}

.last\:placeholder-indigo-800:last-child:-ms-input-placeholder {
  color: #434190;
}

.last\:placeholder-indigo-800:last-child::-ms-input-placeholder {
  color: #434190;
}

.last\:placeholder-indigo-800:last-child::placeholder {
  color: #434190;
}

.last\:placeholder-indigo-900:last-child::-webkit-input-placeholder {
  color: #3c366b;
}

.last\:placeholder-indigo-900:last-child::-moz-placeholder {
  color: #3c366b;
}

.last\:placeholder-indigo-900:last-child:-ms-input-placeholder {
  color: #3c366b;
}

.last\:placeholder-indigo-900:last-child::-ms-input-placeholder {
  color: #3c366b;
}

.last\:placeholder-indigo-900:last-child::placeholder {
  color: #3c366b;
}

.last\:placeholder-purple-100:last-child::-webkit-input-placeholder {
  color: #faf5ff;
}

.last\:placeholder-purple-100:last-child::-moz-placeholder {
  color: #faf5ff;
}

.last\:placeholder-purple-100:last-child:-ms-input-placeholder {
  color: #faf5ff;
}

.last\:placeholder-purple-100:last-child::-ms-input-placeholder {
  color: #faf5ff;
}

.last\:placeholder-purple-100:last-child::placeholder {
  color: #faf5ff;
}

.last\:placeholder-purple-200:last-child::-webkit-input-placeholder {
  color: #e9d8fd;
}

.last\:placeholder-purple-200:last-child::-moz-placeholder {
  color: #e9d8fd;
}

.last\:placeholder-purple-200:last-child:-ms-input-placeholder {
  color: #e9d8fd;
}

.last\:placeholder-purple-200:last-child::-ms-input-placeholder {
  color: #e9d8fd;
}

.last\:placeholder-purple-200:last-child::placeholder {
  color: #e9d8fd;
}

.last\:placeholder-purple-300:last-child::-webkit-input-placeholder {
  color: #d6bcfa;
}

.last\:placeholder-purple-300:last-child::-moz-placeholder {
  color: #d6bcfa;
}

.last\:placeholder-purple-300:last-child:-ms-input-placeholder {
  color: #d6bcfa;
}

.last\:placeholder-purple-300:last-child::-ms-input-placeholder {
  color: #d6bcfa;
}

.last\:placeholder-purple-300:last-child::placeholder {
  color: #d6bcfa;
}

.last\:placeholder-purple-400:last-child::-webkit-input-placeholder {
  color: #b794f4;
}

.last\:placeholder-purple-400:last-child::-moz-placeholder {
  color: #b794f4;
}

.last\:placeholder-purple-400:last-child:-ms-input-placeholder {
  color: #b794f4;
}

.last\:placeholder-purple-400:last-child::-ms-input-placeholder {
  color: #b794f4;
}

.last\:placeholder-purple-400:last-child::placeholder {
  color: #b794f4;
}

.last\:placeholder-purple-500:last-child::-webkit-input-placeholder {
  color: #9f7aea;
}

.last\:placeholder-purple-500:last-child::-moz-placeholder {
  color: #9f7aea;
}

.last\:placeholder-purple-500:last-child:-ms-input-placeholder {
  color: #9f7aea;
}

.last\:placeholder-purple-500:last-child::-ms-input-placeholder {
  color: #9f7aea;
}

.last\:placeholder-purple-500:last-child::placeholder {
  color: #9f7aea;
}

.last\:placeholder-purple-600:last-child::-webkit-input-placeholder {
  color: #805ad5;
}

.last\:placeholder-purple-600:last-child::-moz-placeholder {
  color: #805ad5;
}

.last\:placeholder-purple-600:last-child:-ms-input-placeholder {
  color: #805ad5;
}

.last\:placeholder-purple-600:last-child::-ms-input-placeholder {
  color: #805ad5;
}

.last\:placeholder-purple-600:last-child::placeholder {
  color: #805ad5;
}

.last\:placeholder-purple-700:last-child::-webkit-input-placeholder {
  color: #6b46c1;
}

.last\:placeholder-purple-700:last-child::-moz-placeholder {
  color: #6b46c1;
}

.last\:placeholder-purple-700:last-child:-ms-input-placeholder {
  color: #6b46c1;
}

.last\:placeholder-purple-700:last-child::-ms-input-placeholder {
  color: #6b46c1;
}

.last\:placeholder-purple-700:last-child::placeholder {
  color: #6b46c1;
}

.last\:placeholder-purple-800:last-child::-webkit-input-placeholder {
  color: #553c9a;
}

.last\:placeholder-purple-800:last-child::-moz-placeholder {
  color: #553c9a;
}

.last\:placeholder-purple-800:last-child:-ms-input-placeholder {
  color: #553c9a;
}

.last\:placeholder-purple-800:last-child::-ms-input-placeholder {
  color: #553c9a;
}

.last\:placeholder-purple-800:last-child::placeholder {
  color: #553c9a;
}

.last\:placeholder-purple-900:last-child::-webkit-input-placeholder {
  color: #44337a;
}

.last\:placeholder-purple-900:last-child::-moz-placeholder {
  color: #44337a;
}

.last\:placeholder-purple-900:last-child:-ms-input-placeholder {
  color: #44337a;
}

.last\:placeholder-purple-900:last-child::-ms-input-placeholder {
  color: #44337a;
}

.last\:placeholder-purple-900:last-child::placeholder {
  color: #44337a;
}

.last\:placeholder-pink-100:last-child::-webkit-input-placeholder {
  color: #fff5f7;
}

.last\:placeholder-pink-100:last-child::-moz-placeholder {
  color: #fff5f7;
}

.last\:placeholder-pink-100:last-child:-ms-input-placeholder {
  color: #fff5f7;
}

.last\:placeholder-pink-100:last-child::-ms-input-placeholder {
  color: #fff5f7;
}

.last\:placeholder-pink-100:last-child::placeholder {
  color: #fff5f7;
}

.last\:placeholder-pink-200:last-child::-webkit-input-placeholder {
  color: #fed7e2;
}

.last\:placeholder-pink-200:last-child::-moz-placeholder {
  color: #fed7e2;
}

.last\:placeholder-pink-200:last-child:-ms-input-placeholder {
  color: #fed7e2;
}

.last\:placeholder-pink-200:last-child::-ms-input-placeholder {
  color: #fed7e2;
}

.last\:placeholder-pink-200:last-child::placeholder {
  color: #fed7e2;
}

.last\:placeholder-pink-300:last-child::-webkit-input-placeholder {
  color: #fbb6ce;
}

.last\:placeholder-pink-300:last-child::-moz-placeholder {
  color: #fbb6ce;
}

.last\:placeholder-pink-300:last-child:-ms-input-placeholder {
  color: #fbb6ce;
}

.last\:placeholder-pink-300:last-child::-ms-input-placeholder {
  color: #fbb6ce;
}

.last\:placeholder-pink-300:last-child::placeholder {
  color: #fbb6ce;
}

.last\:placeholder-pink-400:last-child::-webkit-input-placeholder {
  color: #f687b3;
}

.last\:placeholder-pink-400:last-child::-moz-placeholder {
  color: #f687b3;
}

.last\:placeholder-pink-400:last-child:-ms-input-placeholder {
  color: #f687b3;
}

.last\:placeholder-pink-400:last-child::-ms-input-placeholder {
  color: #f687b3;
}

.last\:placeholder-pink-400:last-child::placeholder {
  color: #f687b3;
}

.last\:placeholder-pink-500:last-child::-webkit-input-placeholder {
  color: #ed64a6;
}

.last\:placeholder-pink-500:last-child::-moz-placeholder {
  color: #ed64a6;
}

.last\:placeholder-pink-500:last-child:-ms-input-placeholder {
  color: #ed64a6;
}

.last\:placeholder-pink-500:last-child::-ms-input-placeholder {
  color: #ed64a6;
}

.last\:placeholder-pink-500:last-child::placeholder {
  color: #ed64a6;
}

.last\:placeholder-pink-600:last-child::-webkit-input-placeholder {
  color: #d53f8c;
}

.last\:placeholder-pink-600:last-child::-moz-placeholder {
  color: #d53f8c;
}

.last\:placeholder-pink-600:last-child:-ms-input-placeholder {
  color: #d53f8c;
}

.last\:placeholder-pink-600:last-child::-ms-input-placeholder {
  color: #d53f8c;
}

.last\:placeholder-pink-600:last-child::placeholder {
  color: #d53f8c;
}

.last\:placeholder-pink-700:last-child::-webkit-input-placeholder {
  color: #b83280;
}

.last\:placeholder-pink-700:last-child::-moz-placeholder {
  color: #b83280;
}

.last\:placeholder-pink-700:last-child:-ms-input-placeholder {
  color: #b83280;
}

.last\:placeholder-pink-700:last-child::-ms-input-placeholder {
  color: #b83280;
}

.last\:placeholder-pink-700:last-child::placeholder {
  color: #b83280;
}

.last\:placeholder-pink-800:last-child::-webkit-input-placeholder {
  color: #97266d;
}

.last\:placeholder-pink-800:last-child::-moz-placeholder {
  color: #97266d;
}

.last\:placeholder-pink-800:last-child:-ms-input-placeholder {
  color: #97266d;
}

.last\:placeholder-pink-800:last-child::-ms-input-placeholder {
  color: #97266d;
}

.last\:placeholder-pink-800:last-child::placeholder {
  color: #97266d;
}

.last\:placeholder-pink-900:last-child::-webkit-input-placeholder {
  color: #702459;
}

.last\:placeholder-pink-900:last-child::-moz-placeholder {
  color: #702459;
}

.last\:placeholder-pink-900:last-child:-ms-input-placeholder {
  color: #702459;
}

.last\:placeholder-pink-900:last-child::-ms-input-placeholder {
  color: #702459;
}

.last\:placeholder-pink-900:last-child::placeholder {
  color: #702459;
}

.odd\:placeholder-transparent:nth-child(odd)::-webkit-input-placeholder {
  color: transparent;
}

.odd\:placeholder-transparent:nth-child(odd)::-moz-placeholder {
  color: transparent;
}

.odd\:placeholder-transparent:nth-child(odd):-ms-input-placeholder {
  color: transparent;
}

.odd\:placeholder-transparent:nth-child(odd)::-ms-input-placeholder {
  color: transparent;
}

.odd\:placeholder-transparent:nth-child(odd)::placeholder {
  color: transparent;
}

.odd\:placeholder-black:nth-child(odd)::-webkit-input-placeholder {
  color: #000;
}

.odd\:placeholder-black:nth-child(odd)::-moz-placeholder {
  color: #000;
}

.odd\:placeholder-black:nth-child(odd):-ms-input-placeholder {
  color: #000;
}

.odd\:placeholder-black:nth-child(odd)::-ms-input-placeholder {
  color: #000;
}

.odd\:placeholder-black:nth-child(odd)::placeholder {
  color: #000;
}

.odd\:placeholder-white:nth-child(odd)::-webkit-input-placeholder {
  color: #fff;
}

.odd\:placeholder-white:nth-child(odd)::-moz-placeholder {
  color: #fff;
}

.odd\:placeholder-white:nth-child(odd):-ms-input-placeholder {
  color: #fff;
}

.odd\:placeholder-white:nth-child(odd)::-ms-input-placeholder {
  color: #fff;
}

.odd\:placeholder-white:nth-child(odd)::placeholder {
  color: #fff;
}

.odd\:placeholder-gray-100:nth-child(odd)::-webkit-input-placeholder {
  color: #f7fafc;
}

.odd\:placeholder-gray-100:nth-child(odd)::-moz-placeholder {
  color: #f7fafc;
}

.odd\:placeholder-gray-100:nth-child(odd):-ms-input-placeholder {
  color: #f7fafc;
}

.odd\:placeholder-gray-100:nth-child(odd)::-ms-input-placeholder {
  color: #f7fafc;
}

.odd\:placeholder-gray-100:nth-child(odd)::placeholder {
  color: #f7fafc;
}

.odd\:placeholder-gray-200:nth-child(odd)::-webkit-input-placeholder {
  color: #edf2f7;
}

.odd\:placeholder-gray-200:nth-child(odd)::-moz-placeholder {
  color: #edf2f7;
}

.odd\:placeholder-gray-200:nth-child(odd):-ms-input-placeholder {
  color: #edf2f7;
}

.odd\:placeholder-gray-200:nth-child(odd)::-ms-input-placeholder {
  color: #edf2f7;
}

.odd\:placeholder-gray-200:nth-child(odd)::placeholder {
  color: #edf2f7;
}

.odd\:placeholder-gray-300:nth-child(odd)::-webkit-input-placeholder {
  color: #e2e8f0;
}

.odd\:placeholder-gray-300:nth-child(odd)::-moz-placeholder {
  color: #e2e8f0;
}

.odd\:placeholder-gray-300:nth-child(odd):-ms-input-placeholder {
  color: #e2e8f0;
}

.odd\:placeholder-gray-300:nth-child(odd)::-ms-input-placeholder {
  color: #e2e8f0;
}

.odd\:placeholder-gray-300:nth-child(odd)::placeholder {
  color: #e2e8f0;
}

.odd\:placeholder-gray-400:nth-child(odd)::-webkit-input-placeholder {
  color: #cbd5e0;
}

.odd\:placeholder-gray-400:nth-child(odd)::-moz-placeholder {
  color: #cbd5e0;
}

.odd\:placeholder-gray-400:nth-child(odd):-ms-input-placeholder {
  color: #cbd5e0;
}

.odd\:placeholder-gray-400:nth-child(odd)::-ms-input-placeholder {
  color: #cbd5e0;
}

.odd\:placeholder-gray-400:nth-child(odd)::placeholder {
  color: #cbd5e0;
}

.odd\:placeholder-gray-500:nth-child(odd)::-webkit-input-placeholder {
  color: #a0aec0;
}

.odd\:placeholder-gray-500:nth-child(odd)::-moz-placeholder {
  color: #a0aec0;
}

.odd\:placeholder-gray-500:nth-child(odd):-ms-input-placeholder {
  color: #a0aec0;
}

.odd\:placeholder-gray-500:nth-child(odd)::-ms-input-placeholder {
  color: #a0aec0;
}

.odd\:placeholder-gray-500:nth-child(odd)::placeholder {
  color: #a0aec0;
}

.odd\:placeholder-gray-600:nth-child(odd)::-webkit-input-placeholder {
  color: #718096;
}

.odd\:placeholder-gray-600:nth-child(odd)::-moz-placeholder {
  color: #718096;
}

.odd\:placeholder-gray-600:nth-child(odd):-ms-input-placeholder {
  color: #718096;
}

.odd\:placeholder-gray-600:nth-child(odd)::-ms-input-placeholder {
  color: #718096;
}

.odd\:placeholder-gray-600:nth-child(odd)::placeholder {
  color: #718096;
}

.odd\:placeholder-gray-700:nth-child(odd)::-webkit-input-placeholder {
  color: #4a5568;
}

.odd\:placeholder-gray-700:nth-child(odd)::-moz-placeholder {
  color: #4a5568;
}

.odd\:placeholder-gray-700:nth-child(odd):-ms-input-placeholder {
  color: #4a5568;
}

.odd\:placeholder-gray-700:nth-child(odd)::-ms-input-placeholder {
  color: #4a5568;
}

.odd\:placeholder-gray-700:nth-child(odd)::placeholder {
  color: #4a5568;
}

.odd\:placeholder-gray-800:nth-child(odd)::-webkit-input-placeholder {
  color: #2d3748;
}

.odd\:placeholder-gray-800:nth-child(odd)::-moz-placeholder {
  color: #2d3748;
}

.odd\:placeholder-gray-800:nth-child(odd):-ms-input-placeholder {
  color: #2d3748;
}

.odd\:placeholder-gray-800:nth-child(odd)::-ms-input-placeholder {
  color: #2d3748;
}

.odd\:placeholder-gray-800:nth-child(odd)::placeholder {
  color: #2d3748;
}

.odd\:placeholder-gray-900:nth-child(odd)::-webkit-input-placeholder {
  color: #1a202c;
}

.odd\:placeholder-gray-900:nth-child(odd)::-moz-placeholder {
  color: #1a202c;
}

.odd\:placeholder-gray-900:nth-child(odd):-ms-input-placeholder {
  color: #1a202c;
}

.odd\:placeholder-gray-900:nth-child(odd)::-ms-input-placeholder {
  color: #1a202c;
}

.odd\:placeholder-gray-900:nth-child(odd)::placeholder {
  color: #1a202c;
}

.odd\:placeholder-red-100:nth-child(odd)::-webkit-input-placeholder {
  color: #fff5f5;
}

.odd\:placeholder-red-100:nth-child(odd)::-moz-placeholder {
  color: #fff5f5;
}

.odd\:placeholder-red-100:nth-child(odd):-ms-input-placeholder {
  color: #fff5f5;
}

.odd\:placeholder-red-100:nth-child(odd)::-ms-input-placeholder {
  color: #fff5f5;
}

.odd\:placeholder-red-100:nth-child(odd)::placeholder {
  color: #fff5f5;
}

.odd\:placeholder-red-200:nth-child(odd)::-webkit-input-placeholder {
  color: #fed7d7;
}

.odd\:placeholder-red-200:nth-child(odd)::-moz-placeholder {
  color: #fed7d7;
}

.odd\:placeholder-red-200:nth-child(odd):-ms-input-placeholder {
  color: #fed7d7;
}

.odd\:placeholder-red-200:nth-child(odd)::-ms-input-placeholder {
  color: #fed7d7;
}

.odd\:placeholder-red-200:nth-child(odd)::placeholder {
  color: #fed7d7;
}

.odd\:placeholder-red-300:nth-child(odd)::-webkit-input-placeholder {
  color: #feb2b2;
}

.odd\:placeholder-red-300:nth-child(odd)::-moz-placeholder {
  color: #feb2b2;
}

.odd\:placeholder-red-300:nth-child(odd):-ms-input-placeholder {
  color: #feb2b2;
}

.odd\:placeholder-red-300:nth-child(odd)::-ms-input-placeholder {
  color: #feb2b2;
}

.odd\:placeholder-red-300:nth-child(odd)::placeholder {
  color: #feb2b2;
}

.odd\:placeholder-red-400:nth-child(odd)::-webkit-input-placeholder {
  color: #fc8181;
}

.odd\:placeholder-red-400:nth-child(odd)::-moz-placeholder {
  color: #fc8181;
}

.odd\:placeholder-red-400:nth-child(odd):-ms-input-placeholder {
  color: #fc8181;
}

.odd\:placeholder-red-400:nth-child(odd)::-ms-input-placeholder {
  color: #fc8181;
}

.odd\:placeholder-red-400:nth-child(odd)::placeholder {
  color: #fc8181;
}

.odd\:placeholder-red-500:nth-child(odd)::-webkit-input-placeholder {
  color: #f56565;
}

.odd\:placeholder-red-500:nth-child(odd)::-moz-placeholder {
  color: #f56565;
}

.odd\:placeholder-red-500:nth-child(odd):-ms-input-placeholder {
  color: #f56565;
}

.odd\:placeholder-red-500:nth-child(odd)::-ms-input-placeholder {
  color: #f56565;
}

.odd\:placeholder-red-500:nth-child(odd)::placeholder {
  color: #f56565;
}

.odd\:placeholder-red-600:nth-child(odd)::-webkit-input-placeholder {
  color: #e53e3e;
}

.odd\:placeholder-red-600:nth-child(odd)::-moz-placeholder {
  color: #e53e3e;
}

.odd\:placeholder-red-600:nth-child(odd):-ms-input-placeholder {
  color: #e53e3e;
}

.odd\:placeholder-red-600:nth-child(odd)::-ms-input-placeholder {
  color: #e53e3e;
}

.odd\:placeholder-red-600:nth-child(odd)::placeholder {
  color: #e53e3e;
}

.odd\:placeholder-red-700:nth-child(odd)::-webkit-input-placeholder {
  color: #c53030;
}

.odd\:placeholder-red-700:nth-child(odd)::-moz-placeholder {
  color: #c53030;
}

.odd\:placeholder-red-700:nth-child(odd):-ms-input-placeholder {
  color: #c53030;
}

.odd\:placeholder-red-700:nth-child(odd)::-ms-input-placeholder {
  color: #c53030;
}

.odd\:placeholder-red-700:nth-child(odd)::placeholder {
  color: #c53030;
}

.odd\:placeholder-red-800:nth-child(odd)::-webkit-input-placeholder {
  color: #9b2c2c;
}

.odd\:placeholder-red-800:nth-child(odd)::-moz-placeholder {
  color: #9b2c2c;
}

.odd\:placeholder-red-800:nth-child(odd):-ms-input-placeholder {
  color: #9b2c2c;
}

.odd\:placeholder-red-800:nth-child(odd)::-ms-input-placeholder {
  color: #9b2c2c;
}

.odd\:placeholder-red-800:nth-child(odd)::placeholder {
  color: #9b2c2c;
}

.odd\:placeholder-red-900:nth-child(odd)::-webkit-input-placeholder {
  color: #742a2a;
}

.odd\:placeholder-red-900:nth-child(odd)::-moz-placeholder {
  color: #742a2a;
}

.odd\:placeholder-red-900:nth-child(odd):-ms-input-placeholder {
  color: #742a2a;
}

.odd\:placeholder-red-900:nth-child(odd)::-ms-input-placeholder {
  color: #742a2a;
}

.odd\:placeholder-red-900:nth-child(odd)::placeholder {
  color: #742a2a;
}

.odd\:placeholder-orange-100:nth-child(odd)::-webkit-input-placeholder {
  color: #fffaf0;
}

.odd\:placeholder-orange-100:nth-child(odd)::-moz-placeholder {
  color: #fffaf0;
}

.odd\:placeholder-orange-100:nth-child(odd):-ms-input-placeholder {
  color: #fffaf0;
}

.odd\:placeholder-orange-100:nth-child(odd)::-ms-input-placeholder {
  color: #fffaf0;
}

.odd\:placeholder-orange-100:nth-child(odd)::placeholder {
  color: #fffaf0;
}

.odd\:placeholder-orange-200:nth-child(odd)::-webkit-input-placeholder {
  color: #feebc8;
}

.odd\:placeholder-orange-200:nth-child(odd)::-moz-placeholder {
  color: #feebc8;
}

.odd\:placeholder-orange-200:nth-child(odd):-ms-input-placeholder {
  color: #feebc8;
}

.odd\:placeholder-orange-200:nth-child(odd)::-ms-input-placeholder {
  color: #feebc8;
}

.odd\:placeholder-orange-200:nth-child(odd)::placeholder {
  color: #feebc8;
}

.odd\:placeholder-orange-300:nth-child(odd)::-webkit-input-placeholder {
  color: #fbd38d;
}

.odd\:placeholder-orange-300:nth-child(odd)::-moz-placeholder {
  color: #fbd38d;
}

.odd\:placeholder-orange-300:nth-child(odd):-ms-input-placeholder {
  color: #fbd38d;
}

.odd\:placeholder-orange-300:nth-child(odd)::-ms-input-placeholder {
  color: #fbd38d;
}

.odd\:placeholder-orange-300:nth-child(odd)::placeholder {
  color: #fbd38d;
}

.odd\:placeholder-orange-400:nth-child(odd)::-webkit-input-placeholder {
  color: #f6ad55;
}

.odd\:placeholder-orange-400:nth-child(odd)::-moz-placeholder {
  color: #f6ad55;
}

.odd\:placeholder-orange-400:nth-child(odd):-ms-input-placeholder {
  color: #f6ad55;
}

.odd\:placeholder-orange-400:nth-child(odd)::-ms-input-placeholder {
  color: #f6ad55;
}

.odd\:placeholder-orange-400:nth-child(odd)::placeholder {
  color: #f6ad55;
}

.odd\:placeholder-orange-500:nth-child(odd)::-webkit-input-placeholder {
  color: #ed8936;
}

.odd\:placeholder-orange-500:nth-child(odd)::-moz-placeholder {
  color: #ed8936;
}

.odd\:placeholder-orange-500:nth-child(odd):-ms-input-placeholder {
  color: #ed8936;
}

.odd\:placeholder-orange-500:nth-child(odd)::-ms-input-placeholder {
  color: #ed8936;
}

.odd\:placeholder-orange-500:nth-child(odd)::placeholder {
  color: #ed8936;
}

.odd\:placeholder-orange-600:nth-child(odd)::-webkit-input-placeholder {
  color: #dd6b20;
}

.odd\:placeholder-orange-600:nth-child(odd)::-moz-placeholder {
  color: #dd6b20;
}

.odd\:placeholder-orange-600:nth-child(odd):-ms-input-placeholder {
  color: #dd6b20;
}

.odd\:placeholder-orange-600:nth-child(odd)::-ms-input-placeholder {
  color: #dd6b20;
}

.odd\:placeholder-orange-600:nth-child(odd)::placeholder {
  color: #dd6b20;
}

.odd\:placeholder-orange-700:nth-child(odd)::-webkit-input-placeholder {
  color: #c05621;
}

.odd\:placeholder-orange-700:nth-child(odd)::-moz-placeholder {
  color: #c05621;
}

.odd\:placeholder-orange-700:nth-child(odd):-ms-input-placeholder {
  color: #c05621;
}

.odd\:placeholder-orange-700:nth-child(odd)::-ms-input-placeholder {
  color: #c05621;
}

.odd\:placeholder-orange-700:nth-child(odd)::placeholder {
  color: #c05621;
}

.odd\:placeholder-orange-800:nth-child(odd)::-webkit-input-placeholder {
  color: #9c4221;
}

.odd\:placeholder-orange-800:nth-child(odd)::-moz-placeholder {
  color: #9c4221;
}

.odd\:placeholder-orange-800:nth-child(odd):-ms-input-placeholder {
  color: #9c4221;
}

.odd\:placeholder-orange-800:nth-child(odd)::-ms-input-placeholder {
  color: #9c4221;
}

.odd\:placeholder-orange-800:nth-child(odd)::placeholder {
  color: #9c4221;
}

.odd\:placeholder-orange-900:nth-child(odd)::-webkit-input-placeholder {
  color: #7b341e;
}

.odd\:placeholder-orange-900:nth-child(odd)::-moz-placeholder {
  color: #7b341e;
}

.odd\:placeholder-orange-900:nth-child(odd):-ms-input-placeholder {
  color: #7b341e;
}

.odd\:placeholder-orange-900:nth-child(odd)::-ms-input-placeholder {
  color: #7b341e;
}

.odd\:placeholder-orange-900:nth-child(odd)::placeholder {
  color: #7b341e;
}

.odd\:placeholder-yellow-100:nth-child(odd)::-webkit-input-placeholder {
  color: #fffff0;
}

.odd\:placeholder-yellow-100:nth-child(odd)::-moz-placeholder {
  color: #fffff0;
}

.odd\:placeholder-yellow-100:nth-child(odd):-ms-input-placeholder {
  color: #fffff0;
}

.odd\:placeholder-yellow-100:nth-child(odd)::-ms-input-placeholder {
  color: #fffff0;
}

.odd\:placeholder-yellow-100:nth-child(odd)::placeholder {
  color: #fffff0;
}

.odd\:placeholder-yellow-200:nth-child(odd)::-webkit-input-placeholder {
  color: #fefcbf;
}

.odd\:placeholder-yellow-200:nth-child(odd)::-moz-placeholder {
  color: #fefcbf;
}

.odd\:placeholder-yellow-200:nth-child(odd):-ms-input-placeholder {
  color: #fefcbf;
}

.odd\:placeholder-yellow-200:nth-child(odd)::-ms-input-placeholder {
  color: #fefcbf;
}

.odd\:placeholder-yellow-200:nth-child(odd)::placeholder {
  color: #fefcbf;
}

.odd\:placeholder-yellow-300:nth-child(odd)::-webkit-input-placeholder {
  color: #faf089;
}

.odd\:placeholder-yellow-300:nth-child(odd)::-moz-placeholder {
  color: #faf089;
}

.odd\:placeholder-yellow-300:nth-child(odd):-ms-input-placeholder {
  color: #faf089;
}

.odd\:placeholder-yellow-300:nth-child(odd)::-ms-input-placeholder {
  color: #faf089;
}

.odd\:placeholder-yellow-300:nth-child(odd)::placeholder {
  color: #faf089;
}

.odd\:placeholder-yellow-400:nth-child(odd)::-webkit-input-placeholder {
  color: #f6e05e;
}

.odd\:placeholder-yellow-400:nth-child(odd)::-moz-placeholder {
  color: #f6e05e;
}

.odd\:placeholder-yellow-400:nth-child(odd):-ms-input-placeholder {
  color: #f6e05e;
}

.odd\:placeholder-yellow-400:nth-child(odd)::-ms-input-placeholder {
  color: #f6e05e;
}

.odd\:placeholder-yellow-400:nth-child(odd)::placeholder {
  color: #f6e05e;
}

.odd\:placeholder-yellow-500:nth-child(odd)::-webkit-input-placeholder {
  color: #ecc94b;
}

.odd\:placeholder-yellow-500:nth-child(odd)::-moz-placeholder {
  color: #ecc94b;
}

.odd\:placeholder-yellow-500:nth-child(odd):-ms-input-placeholder {
  color: #ecc94b;
}

.odd\:placeholder-yellow-500:nth-child(odd)::-ms-input-placeholder {
  color: #ecc94b;
}

.odd\:placeholder-yellow-500:nth-child(odd)::placeholder {
  color: #ecc94b;
}

.odd\:placeholder-yellow-600:nth-child(odd)::-webkit-input-placeholder {
  color: #d69e2e;
}

.odd\:placeholder-yellow-600:nth-child(odd)::-moz-placeholder {
  color: #d69e2e;
}

.odd\:placeholder-yellow-600:nth-child(odd):-ms-input-placeholder {
  color: #d69e2e;
}

.odd\:placeholder-yellow-600:nth-child(odd)::-ms-input-placeholder {
  color: #d69e2e;
}

.odd\:placeholder-yellow-600:nth-child(odd)::placeholder {
  color: #d69e2e;
}

.odd\:placeholder-yellow-700:nth-child(odd)::-webkit-input-placeholder {
  color: #b7791f;
}

.odd\:placeholder-yellow-700:nth-child(odd)::-moz-placeholder {
  color: #b7791f;
}

.odd\:placeholder-yellow-700:nth-child(odd):-ms-input-placeholder {
  color: #b7791f;
}

.odd\:placeholder-yellow-700:nth-child(odd)::-ms-input-placeholder {
  color: #b7791f;
}

.odd\:placeholder-yellow-700:nth-child(odd)::placeholder {
  color: #b7791f;
}

.odd\:placeholder-yellow-800:nth-child(odd)::-webkit-input-placeholder {
  color: #975a16;
}

.odd\:placeholder-yellow-800:nth-child(odd)::-moz-placeholder {
  color: #975a16;
}

.odd\:placeholder-yellow-800:nth-child(odd):-ms-input-placeholder {
  color: #975a16;
}

.odd\:placeholder-yellow-800:nth-child(odd)::-ms-input-placeholder {
  color: #975a16;
}

.odd\:placeholder-yellow-800:nth-child(odd)::placeholder {
  color: #975a16;
}

.odd\:placeholder-yellow-900:nth-child(odd)::-webkit-input-placeholder {
  color: #744210;
}

.odd\:placeholder-yellow-900:nth-child(odd)::-moz-placeholder {
  color: #744210;
}

.odd\:placeholder-yellow-900:nth-child(odd):-ms-input-placeholder {
  color: #744210;
}

.odd\:placeholder-yellow-900:nth-child(odd)::-ms-input-placeholder {
  color: #744210;
}

.odd\:placeholder-yellow-900:nth-child(odd)::placeholder {
  color: #744210;
}

.odd\:placeholder-green-100:nth-child(odd)::-webkit-input-placeholder {
  color: #f0fff4;
}

.odd\:placeholder-green-100:nth-child(odd)::-moz-placeholder {
  color: #f0fff4;
}

.odd\:placeholder-green-100:nth-child(odd):-ms-input-placeholder {
  color: #f0fff4;
}

.odd\:placeholder-green-100:nth-child(odd)::-ms-input-placeholder {
  color: #f0fff4;
}

.odd\:placeholder-green-100:nth-child(odd)::placeholder {
  color: #f0fff4;
}

.odd\:placeholder-green-200:nth-child(odd)::-webkit-input-placeholder {
  color: #c6f6d5;
}

.odd\:placeholder-green-200:nth-child(odd)::-moz-placeholder {
  color: #c6f6d5;
}

.odd\:placeholder-green-200:nth-child(odd):-ms-input-placeholder {
  color: #c6f6d5;
}

.odd\:placeholder-green-200:nth-child(odd)::-ms-input-placeholder {
  color: #c6f6d5;
}

.odd\:placeholder-green-200:nth-child(odd)::placeholder {
  color: #c6f6d5;
}

.odd\:placeholder-green-300:nth-child(odd)::-webkit-input-placeholder {
  color: #9ae6b4;
}

.odd\:placeholder-green-300:nth-child(odd)::-moz-placeholder {
  color: #9ae6b4;
}

.odd\:placeholder-green-300:nth-child(odd):-ms-input-placeholder {
  color: #9ae6b4;
}

.odd\:placeholder-green-300:nth-child(odd)::-ms-input-placeholder {
  color: #9ae6b4;
}

.odd\:placeholder-green-300:nth-child(odd)::placeholder {
  color: #9ae6b4;
}

.odd\:placeholder-green-400:nth-child(odd)::-webkit-input-placeholder {
  color: #68d391;
}

.odd\:placeholder-green-400:nth-child(odd)::-moz-placeholder {
  color: #68d391;
}

.odd\:placeholder-green-400:nth-child(odd):-ms-input-placeholder {
  color: #68d391;
}

.odd\:placeholder-green-400:nth-child(odd)::-ms-input-placeholder {
  color: #68d391;
}

.odd\:placeholder-green-400:nth-child(odd)::placeholder {
  color: #68d391;
}

.odd\:placeholder-green-500:nth-child(odd)::-webkit-input-placeholder {
  color: #48bb78;
}

.odd\:placeholder-green-500:nth-child(odd)::-moz-placeholder {
  color: #48bb78;
}

.odd\:placeholder-green-500:nth-child(odd):-ms-input-placeholder {
  color: #48bb78;
}

.odd\:placeholder-green-500:nth-child(odd)::-ms-input-placeholder {
  color: #48bb78;
}

.odd\:placeholder-green-500:nth-child(odd)::placeholder {
  color: #48bb78;
}

.odd\:placeholder-green-600:nth-child(odd)::-webkit-input-placeholder {
  color: #38a169;
}

.odd\:placeholder-green-600:nth-child(odd)::-moz-placeholder {
  color: #38a169;
}

.odd\:placeholder-green-600:nth-child(odd):-ms-input-placeholder {
  color: #38a169;
}

.odd\:placeholder-green-600:nth-child(odd)::-ms-input-placeholder {
  color: #38a169;
}

.odd\:placeholder-green-600:nth-child(odd)::placeholder {
  color: #38a169;
}

.odd\:placeholder-green-700:nth-child(odd)::-webkit-input-placeholder {
  color: #2f855a;
}

.odd\:placeholder-green-700:nth-child(odd)::-moz-placeholder {
  color: #2f855a;
}

.odd\:placeholder-green-700:nth-child(odd):-ms-input-placeholder {
  color: #2f855a;
}

.odd\:placeholder-green-700:nth-child(odd)::-ms-input-placeholder {
  color: #2f855a;
}

.odd\:placeholder-green-700:nth-child(odd)::placeholder {
  color: #2f855a;
}

.odd\:placeholder-green-800:nth-child(odd)::-webkit-input-placeholder {
  color: #276749;
}

.odd\:placeholder-green-800:nth-child(odd)::-moz-placeholder {
  color: #276749;
}

.odd\:placeholder-green-800:nth-child(odd):-ms-input-placeholder {
  color: #276749;
}

.odd\:placeholder-green-800:nth-child(odd)::-ms-input-placeholder {
  color: #276749;
}

.odd\:placeholder-green-800:nth-child(odd)::placeholder {
  color: #276749;
}

.odd\:placeholder-green-900:nth-child(odd)::-webkit-input-placeholder {
  color: #22543d;
}

.odd\:placeholder-green-900:nth-child(odd)::-moz-placeholder {
  color: #22543d;
}

.odd\:placeholder-green-900:nth-child(odd):-ms-input-placeholder {
  color: #22543d;
}

.odd\:placeholder-green-900:nth-child(odd)::-ms-input-placeholder {
  color: #22543d;
}

.odd\:placeholder-green-900:nth-child(odd)::placeholder {
  color: #22543d;
}

.odd\:placeholder-teal-100:nth-child(odd)::-webkit-input-placeholder {
  color: #e6fffa;
}

.odd\:placeholder-teal-100:nth-child(odd)::-moz-placeholder {
  color: #e6fffa;
}

.odd\:placeholder-teal-100:nth-child(odd):-ms-input-placeholder {
  color: #e6fffa;
}

.odd\:placeholder-teal-100:nth-child(odd)::-ms-input-placeholder {
  color: #e6fffa;
}

.odd\:placeholder-teal-100:nth-child(odd)::placeholder {
  color: #e6fffa;
}

.odd\:placeholder-teal-200:nth-child(odd)::-webkit-input-placeholder {
  color: #b2f5ea;
}

.odd\:placeholder-teal-200:nth-child(odd)::-moz-placeholder {
  color: #b2f5ea;
}

.odd\:placeholder-teal-200:nth-child(odd):-ms-input-placeholder {
  color: #b2f5ea;
}

.odd\:placeholder-teal-200:nth-child(odd)::-ms-input-placeholder {
  color: #b2f5ea;
}

.odd\:placeholder-teal-200:nth-child(odd)::placeholder {
  color: #b2f5ea;
}

.odd\:placeholder-teal-300:nth-child(odd)::-webkit-input-placeholder {
  color: #81e6d9;
}

.odd\:placeholder-teal-300:nth-child(odd)::-moz-placeholder {
  color: #81e6d9;
}

.odd\:placeholder-teal-300:nth-child(odd):-ms-input-placeholder {
  color: #81e6d9;
}

.odd\:placeholder-teal-300:nth-child(odd)::-ms-input-placeholder {
  color: #81e6d9;
}

.odd\:placeholder-teal-300:nth-child(odd)::placeholder {
  color: #81e6d9;
}

.odd\:placeholder-teal-400:nth-child(odd)::-webkit-input-placeholder {
  color: #4fd1c5;
}

.odd\:placeholder-teal-400:nth-child(odd)::-moz-placeholder {
  color: #4fd1c5;
}

.odd\:placeholder-teal-400:nth-child(odd):-ms-input-placeholder {
  color: #4fd1c5;
}

.odd\:placeholder-teal-400:nth-child(odd)::-ms-input-placeholder {
  color: #4fd1c5;
}

.odd\:placeholder-teal-400:nth-child(odd)::placeholder {
  color: #4fd1c5;
}

.odd\:placeholder-teal-500:nth-child(odd)::-webkit-input-placeholder {
  color: #38b2ac;
}

.odd\:placeholder-teal-500:nth-child(odd)::-moz-placeholder {
  color: #38b2ac;
}

.odd\:placeholder-teal-500:nth-child(odd):-ms-input-placeholder {
  color: #38b2ac;
}

.odd\:placeholder-teal-500:nth-child(odd)::-ms-input-placeholder {
  color: #38b2ac;
}

.odd\:placeholder-teal-500:nth-child(odd)::placeholder {
  color: #38b2ac;
}

.odd\:placeholder-teal-600:nth-child(odd)::-webkit-input-placeholder {
  color: #319795;
}

.odd\:placeholder-teal-600:nth-child(odd)::-moz-placeholder {
  color: #319795;
}

.odd\:placeholder-teal-600:nth-child(odd):-ms-input-placeholder {
  color: #319795;
}

.odd\:placeholder-teal-600:nth-child(odd)::-ms-input-placeholder {
  color: #319795;
}

.odd\:placeholder-teal-600:nth-child(odd)::placeholder {
  color: #319795;
}

.odd\:placeholder-teal-700:nth-child(odd)::-webkit-input-placeholder {
  color: #2c7a7b;
}

.odd\:placeholder-teal-700:nth-child(odd)::-moz-placeholder {
  color: #2c7a7b;
}

.odd\:placeholder-teal-700:nth-child(odd):-ms-input-placeholder {
  color: #2c7a7b;
}

.odd\:placeholder-teal-700:nth-child(odd)::-ms-input-placeholder {
  color: #2c7a7b;
}

.odd\:placeholder-teal-700:nth-child(odd)::placeholder {
  color: #2c7a7b;
}

.odd\:placeholder-teal-800:nth-child(odd)::-webkit-input-placeholder {
  color: #285e61;
}

.odd\:placeholder-teal-800:nth-child(odd)::-moz-placeholder {
  color: #285e61;
}

.odd\:placeholder-teal-800:nth-child(odd):-ms-input-placeholder {
  color: #285e61;
}

.odd\:placeholder-teal-800:nth-child(odd)::-ms-input-placeholder {
  color: #285e61;
}

.odd\:placeholder-teal-800:nth-child(odd)::placeholder {
  color: #285e61;
}

.odd\:placeholder-teal-900:nth-child(odd)::-webkit-input-placeholder {
  color: #234e52;
}

.odd\:placeholder-teal-900:nth-child(odd)::-moz-placeholder {
  color: #234e52;
}

.odd\:placeholder-teal-900:nth-child(odd):-ms-input-placeholder {
  color: #234e52;
}

.odd\:placeholder-teal-900:nth-child(odd)::-ms-input-placeholder {
  color: #234e52;
}

.odd\:placeholder-teal-900:nth-child(odd)::placeholder {
  color: #234e52;
}

.odd\:placeholder-blue-100:nth-child(odd)::-webkit-input-placeholder {
  color: #ebf8ff;
}

.odd\:placeholder-blue-100:nth-child(odd)::-moz-placeholder {
  color: #ebf8ff;
}

.odd\:placeholder-blue-100:nth-child(odd):-ms-input-placeholder {
  color: #ebf8ff;
}

.odd\:placeholder-blue-100:nth-child(odd)::-ms-input-placeholder {
  color: #ebf8ff;
}

.odd\:placeholder-blue-100:nth-child(odd)::placeholder {
  color: #ebf8ff;
}

.odd\:placeholder-blue-200:nth-child(odd)::-webkit-input-placeholder {
  color: #bee3f8;
}

.odd\:placeholder-blue-200:nth-child(odd)::-moz-placeholder {
  color: #bee3f8;
}

.odd\:placeholder-blue-200:nth-child(odd):-ms-input-placeholder {
  color: #bee3f8;
}

.odd\:placeholder-blue-200:nth-child(odd)::-ms-input-placeholder {
  color: #bee3f8;
}

.odd\:placeholder-blue-200:nth-child(odd)::placeholder {
  color: #bee3f8;
}

.odd\:placeholder-blue-300:nth-child(odd)::-webkit-input-placeholder {
  color: #90cdf4;
}

.odd\:placeholder-blue-300:nth-child(odd)::-moz-placeholder {
  color: #90cdf4;
}

.odd\:placeholder-blue-300:nth-child(odd):-ms-input-placeholder {
  color: #90cdf4;
}

.odd\:placeholder-blue-300:nth-child(odd)::-ms-input-placeholder {
  color: #90cdf4;
}

.odd\:placeholder-blue-300:nth-child(odd)::placeholder {
  color: #90cdf4;
}

.odd\:placeholder-blue-400:nth-child(odd)::-webkit-input-placeholder {
  color: #63b3ed;
}

.odd\:placeholder-blue-400:nth-child(odd)::-moz-placeholder {
  color: #63b3ed;
}

.odd\:placeholder-blue-400:nth-child(odd):-ms-input-placeholder {
  color: #63b3ed;
}

.odd\:placeholder-blue-400:nth-child(odd)::-ms-input-placeholder {
  color: #63b3ed;
}

.odd\:placeholder-blue-400:nth-child(odd)::placeholder {
  color: #63b3ed;
}

.odd\:placeholder-blue-500:nth-child(odd)::-webkit-input-placeholder {
  color: #4299e1;
}

.odd\:placeholder-blue-500:nth-child(odd)::-moz-placeholder {
  color: #4299e1;
}

.odd\:placeholder-blue-500:nth-child(odd):-ms-input-placeholder {
  color: #4299e1;
}

.odd\:placeholder-blue-500:nth-child(odd)::-ms-input-placeholder {
  color: #4299e1;
}

.odd\:placeholder-blue-500:nth-child(odd)::placeholder {
  color: #4299e1;
}

.odd\:placeholder-blue-600:nth-child(odd)::-webkit-input-placeholder {
  color: #3182ce;
}

.odd\:placeholder-blue-600:nth-child(odd)::-moz-placeholder {
  color: #3182ce;
}

.odd\:placeholder-blue-600:nth-child(odd):-ms-input-placeholder {
  color: #3182ce;
}

.odd\:placeholder-blue-600:nth-child(odd)::-ms-input-placeholder {
  color: #3182ce;
}

.odd\:placeholder-blue-600:nth-child(odd)::placeholder {
  color: #3182ce;
}

.odd\:placeholder-blue-700:nth-child(odd)::-webkit-input-placeholder {
  color: #2b6cb0;
}

.odd\:placeholder-blue-700:nth-child(odd)::-moz-placeholder {
  color: #2b6cb0;
}

.odd\:placeholder-blue-700:nth-child(odd):-ms-input-placeholder {
  color: #2b6cb0;
}

.odd\:placeholder-blue-700:nth-child(odd)::-ms-input-placeholder {
  color: #2b6cb0;
}

.odd\:placeholder-blue-700:nth-child(odd)::placeholder {
  color: #2b6cb0;
}

.odd\:placeholder-blue-800:nth-child(odd)::-webkit-input-placeholder {
  color: #2c5282;
}

.odd\:placeholder-blue-800:nth-child(odd)::-moz-placeholder {
  color: #2c5282;
}

.odd\:placeholder-blue-800:nth-child(odd):-ms-input-placeholder {
  color: #2c5282;
}

.odd\:placeholder-blue-800:nth-child(odd)::-ms-input-placeholder {
  color: #2c5282;
}

.odd\:placeholder-blue-800:nth-child(odd)::placeholder {
  color: #2c5282;
}

.odd\:placeholder-blue-900:nth-child(odd)::-webkit-input-placeholder {
  color: #2a4365;
}

.odd\:placeholder-blue-900:nth-child(odd)::-moz-placeholder {
  color: #2a4365;
}

.odd\:placeholder-blue-900:nth-child(odd):-ms-input-placeholder {
  color: #2a4365;
}

.odd\:placeholder-blue-900:nth-child(odd)::-ms-input-placeholder {
  color: #2a4365;
}

.odd\:placeholder-blue-900:nth-child(odd)::placeholder {
  color: #2a4365;
}

.odd\:placeholder-indigo-100:nth-child(odd)::-webkit-input-placeholder {
  color: #ebf4ff;
}

.odd\:placeholder-indigo-100:nth-child(odd)::-moz-placeholder {
  color: #ebf4ff;
}

.odd\:placeholder-indigo-100:nth-child(odd):-ms-input-placeholder {
  color: #ebf4ff;
}

.odd\:placeholder-indigo-100:nth-child(odd)::-ms-input-placeholder {
  color: #ebf4ff;
}

.odd\:placeholder-indigo-100:nth-child(odd)::placeholder {
  color: #ebf4ff;
}

.odd\:placeholder-indigo-200:nth-child(odd)::-webkit-input-placeholder {
  color: #c3dafe;
}

.odd\:placeholder-indigo-200:nth-child(odd)::-moz-placeholder {
  color: #c3dafe;
}

.odd\:placeholder-indigo-200:nth-child(odd):-ms-input-placeholder {
  color: #c3dafe;
}

.odd\:placeholder-indigo-200:nth-child(odd)::-ms-input-placeholder {
  color: #c3dafe;
}

.odd\:placeholder-indigo-200:nth-child(odd)::placeholder {
  color: #c3dafe;
}

.odd\:placeholder-indigo-300:nth-child(odd)::-webkit-input-placeholder {
  color: #a3bffa;
}

.odd\:placeholder-indigo-300:nth-child(odd)::-moz-placeholder {
  color: #a3bffa;
}

.odd\:placeholder-indigo-300:nth-child(odd):-ms-input-placeholder {
  color: #a3bffa;
}

.odd\:placeholder-indigo-300:nth-child(odd)::-ms-input-placeholder {
  color: #a3bffa;
}

.odd\:placeholder-indigo-300:nth-child(odd)::placeholder {
  color: #a3bffa;
}

.odd\:placeholder-indigo-400:nth-child(odd)::-webkit-input-placeholder {
  color: #7f9cf5;
}

.odd\:placeholder-indigo-400:nth-child(odd)::-moz-placeholder {
  color: #7f9cf5;
}

.odd\:placeholder-indigo-400:nth-child(odd):-ms-input-placeholder {
  color: #7f9cf5;
}

.odd\:placeholder-indigo-400:nth-child(odd)::-ms-input-placeholder {
  color: #7f9cf5;
}

.odd\:placeholder-indigo-400:nth-child(odd)::placeholder {
  color: #7f9cf5;
}

.odd\:placeholder-indigo-500:nth-child(odd)::-webkit-input-placeholder {
  color: #667eea;
}

.odd\:placeholder-indigo-500:nth-child(odd)::-moz-placeholder {
  color: #667eea;
}

.odd\:placeholder-indigo-500:nth-child(odd):-ms-input-placeholder {
  color: #667eea;
}

.odd\:placeholder-indigo-500:nth-child(odd)::-ms-input-placeholder {
  color: #667eea;
}

.odd\:placeholder-indigo-500:nth-child(odd)::placeholder {
  color: #667eea;
}

.odd\:placeholder-indigo-600:nth-child(odd)::-webkit-input-placeholder {
  color: #5a67d8;
}

.odd\:placeholder-indigo-600:nth-child(odd)::-moz-placeholder {
  color: #5a67d8;
}

.odd\:placeholder-indigo-600:nth-child(odd):-ms-input-placeholder {
  color: #5a67d8;
}

.odd\:placeholder-indigo-600:nth-child(odd)::-ms-input-placeholder {
  color: #5a67d8;
}

.odd\:placeholder-indigo-600:nth-child(odd)::placeholder {
  color: #5a67d8;
}

.odd\:placeholder-indigo-700:nth-child(odd)::-webkit-input-placeholder {
  color: #4c51bf;
}

.odd\:placeholder-indigo-700:nth-child(odd)::-moz-placeholder {
  color: #4c51bf;
}

.odd\:placeholder-indigo-700:nth-child(odd):-ms-input-placeholder {
  color: #4c51bf;
}

.odd\:placeholder-indigo-700:nth-child(odd)::-ms-input-placeholder {
  color: #4c51bf;
}

.odd\:placeholder-indigo-700:nth-child(odd)::placeholder {
  color: #4c51bf;
}

.odd\:placeholder-indigo-800:nth-child(odd)::-webkit-input-placeholder {
  color: #434190;
}

.odd\:placeholder-indigo-800:nth-child(odd)::-moz-placeholder {
  color: #434190;
}

.odd\:placeholder-indigo-800:nth-child(odd):-ms-input-placeholder {
  color: #434190;
}

.odd\:placeholder-indigo-800:nth-child(odd)::-ms-input-placeholder {
  color: #434190;
}

.odd\:placeholder-indigo-800:nth-child(odd)::placeholder {
  color: #434190;
}

.odd\:placeholder-indigo-900:nth-child(odd)::-webkit-input-placeholder {
  color: #3c366b;
}

.odd\:placeholder-indigo-900:nth-child(odd)::-moz-placeholder {
  color: #3c366b;
}

.odd\:placeholder-indigo-900:nth-child(odd):-ms-input-placeholder {
  color: #3c366b;
}

.odd\:placeholder-indigo-900:nth-child(odd)::-ms-input-placeholder {
  color: #3c366b;
}

.odd\:placeholder-indigo-900:nth-child(odd)::placeholder {
  color: #3c366b;
}

.odd\:placeholder-purple-100:nth-child(odd)::-webkit-input-placeholder {
  color: #faf5ff;
}

.odd\:placeholder-purple-100:nth-child(odd)::-moz-placeholder {
  color: #faf5ff;
}

.odd\:placeholder-purple-100:nth-child(odd):-ms-input-placeholder {
  color: #faf5ff;
}

.odd\:placeholder-purple-100:nth-child(odd)::-ms-input-placeholder {
  color: #faf5ff;
}

.odd\:placeholder-purple-100:nth-child(odd)::placeholder {
  color: #faf5ff;
}

.odd\:placeholder-purple-200:nth-child(odd)::-webkit-input-placeholder {
  color: #e9d8fd;
}

.odd\:placeholder-purple-200:nth-child(odd)::-moz-placeholder {
  color: #e9d8fd;
}

.odd\:placeholder-purple-200:nth-child(odd):-ms-input-placeholder {
  color: #e9d8fd;
}

.odd\:placeholder-purple-200:nth-child(odd)::-ms-input-placeholder {
  color: #e9d8fd;
}

.odd\:placeholder-purple-200:nth-child(odd)::placeholder {
  color: #e9d8fd;
}

.odd\:placeholder-purple-300:nth-child(odd)::-webkit-input-placeholder {
  color: #d6bcfa;
}

.odd\:placeholder-purple-300:nth-child(odd)::-moz-placeholder {
  color: #d6bcfa;
}

.odd\:placeholder-purple-300:nth-child(odd):-ms-input-placeholder {
  color: #d6bcfa;
}

.odd\:placeholder-purple-300:nth-child(odd)::-ms-input-placeholder {
  color: #d6bcfa;
}

.odd\:placeholder-purple-300:nth-child(odd)::placeholder {
  color: #d6bcfa;
}

.odd\:placeholder-purple-400:nth-child(odd)::-webkit-input-placeholder {
  color: #b794f4;
}

.odd\:placeholder-purple-400:nth-child(odd)::-moz-placeholder {
  color: #b794f4;
}

.odd\:placeholder-purple-400:nth-child(odd):-ms-input-placeholder {
  color: #b794f4;
}

.odd\:placeholder-purple-400:nth-child(odd)::-ms-input-placeholder {
  color: #b794f4;
}

.odd\:placeholder-purple-400:nth-child(odd)::placeholder {
  color: #b794f4;
}

.odd\:placeholder-purple-500:nth-child(odd)::-webkit-input-placeholder {
  color: #9f7aea;
}

.odd\:placeholder-purple-500:nth-child(odd)::-moz-placeholder {
  color: #9f7aea;
}

.odd\:placeholder-purple-500:nth-child(odd):-ms-input-placeholder {
  color: #9f7aea;
}

.odd\:placeholder-purple-500:nth-child(odd)::-ms-input-placeholder {
  color: #9f7aea;
}

.odd\:placeholder-purple-500:nth-child(odd)::placeholder {
  color: #9f7aea;
}

.odd\:placeholder-purple-600:nth-child(odd)::-webkit-input-placeholder {
  color: #805ad5;
}

.odd\:placeholder-purple-600:nth-child(odd)::-moz-placeholder {
  color: #805ad5;
}

.odd\:placeholder-purple-600:nth-child(odd):-ms-input-placeholder {
  color: #805ad5;
}

.odd\:placeholder-purple-600:nth-child(odd)::-ms-input-placeholder {
  color: #805ad5;
}

.odd\:placeholder-purple-600:nth-child(odd)::placeholder {
  color: #805ad5;
}

.odd\:placeholder-purple-700:nth-child(odd)::-webkit-input-placeholder {
  color: #6b46c1;
}

.odd\:placeholder-purple-700:nth-child(odd)::-moz-placeholder {
  color: #6b46c1;
}

.odd\:placeholder-purple-700:nth-child(odd):-ms-input-placeholder {
  color: #6b46c1;
}

.odd\:placeholder-purple-700:nth-child(odd)::-ms-input-placeholder {
  color: #6b46c1;
}

.odd\:placeholder-purple-700:nth-child(odd)::placeholder {
  color: #6b46c1;
}

.odd\:placeholder-purple-800:nth-child(odd)::-webkit-input-placeholder {
  color: #553c9a;
}

.odd\:placeholder-purple-800:nth-child(odd)::-moz-placeholder {
  color: #553c9a;
}

.odd\:placeholder-purple-800:nth-child(odd):-ms-input-placeholder {
  color: #553c9a;
}

.odd\:placeholder-purple-800:nth-child(odd)::-ms-input-placeholder {
  color: #553c9a;
}

.odd\:placeholder-purple-800:nth-child(odd)::placeholder {
  color: #553c9a;
}

.odd\:placeholder-purple-900:nth-child(odd)::-webkit-input-placeholder {
  color: #44337a;
}

.odd\:placeholder-purple-900:nth-child(odd)::-moz-placeholder {
  color: #44337a;
}

.odd\:placeholder-purple-900:nth-child(odd):-ms-input-placeholder {
  color: #44337a;
}

.odd\:placeholder-purple-900:nth-child(odd)::-ms-input-placeholder {
  color: #44337a;
}

.odd\:placeholder-purple-900:nth-child(odd)::placeholder {
  color: #44337a;
}

.odd\:placeholder-pink-100:nth-child(odd)::-webkit-input-placeholder {
  color: #fff5f7;
}

.odd\:placeholder-pink-100:nth-child(odd)::-moz-placeholder {
  color: #fff5f7;
}

.odd\:placeholder-pink-100:nth-child(odd):-ms-input-placeholder {
  color: #fff5f7;
}

.odd\:placeholder-pink-100:nth-child(odd)::-ms-input-placeholder {
  color: #fff5f7;
}

.odd\:placeholder-pink-100:nth-child(odd)::placeholder {
  color: #fff5f7;
}

.odd\:placeholder-pink-200:nth-child(odd)::-webkit-input-placeholder {
  color: #fed7e2;
}

.odd\:placeholder-pink-200:nth-child(odd)::-moz-placeholder {
  color: #fed7e2;
}

.odd\:placeholder-pink-200:nth-child(odd):-ms-input-placeholder {
  color: #fed7e2;
}

.odd\:placeholder-pink-200:nth-child(odd)::-ms-input-placeholder {
  color: #fed7e2;
}

.odd\:placeholder-pink-200:nth-child(odd)::placeholder {
  color: #fed7e2;
}

.odd\:placeholder-pink-300:nth-child(odd)::-webkit-input-placeholder {
  color: #fbb6ce;
}

.odd\:placeholder-pink-300:nth-child(odd)::-moz-placeholder {
  color: #fbb6ce;
}

.odd\:placeholder-pink-300:nth-child(odd):-ms-input-placeholder {
  color: #fbb6ce;
}

.odd\:placeholder-pink-300:nth-child(odd)::-ms-input-placeholder {
  color: #fbb6ce;
}

.odd\:placeholder-pink-300:nth-child(odd)::placeholder {
  color: #fbb6ce;
}

.odd\:placeholder-pink-400:nth-child(odd)::-webkit-input-placeholder {
  color: #f687b3;
}

.odd\:placeholder-pink-400:nth-child(odd)::-moz-placeholder {
  color: #f687b3;
}

.odd\:placeholder-pink-400:nth-child(odd):-ms-input-placeholder {
  color: #f687b3;
}

.odd\:placeholder-pink-400:nth-child(odd)::-ms-input-placeholder {
  color: #f687b3;
}

.odd\:placeholder-pink-400:nth-child(odd)::placeholder {
  color: #f687b3;
}

.odd\:placeholder-pink-500:nth-child(odd)::-webkit-input-placeholder {
  color: #ed64a6;
}

.odd\:placeholder-pink-500:nth-child(odd)::-moz-placeholder {
  color: #ed64a6;
}

.odd\:placeholder-pink-500:nth-child(odd):-ms-input-placeholder {
  color: #ed64a6;
}

.odd\:placeholder-pink-500:nth-child(odd)::-ms-input-placeholder {
  color: #ed64a6;
}

.odd\:placeholder-pink-500:nth-child(odd)::placeholder {
  color: #ed64a6;
}

.odd\:placeholder-pink-600:nth-child(odd)::-webkit-input-placeholder {
  color: #d53f8c;
}

.odd\:placeholder-pink-600:nth-child(odd)::-moz-placeholder {
  color: #d53f8c;
}

.odd\:placeholder-pink-600:nth-child(odd):-ms-input-placeholder {
  color: #d53f8c;
}

.odd\:placeholder-pink-600:nth-child(odd)::-ms-input-placeholder {
  color: #d53f8c;
}

.odd\:placeholder-pink-600:nth-child(odd)::placeholder {
  color: #d53f8c;
}

.odd\:placeholder-pink-700:nth-child(odd)::-webkit-input-placeholder {
  color: #b83280;
}

.odd\:placeholder-pink-700:nth-child(odd)::-moz-placeholder {
  color: #b83280;
}

.odd\:placeholder-pink-700:nth-child(odd):-ms-input-placeholder {
  color: #b83280;
}

.odd\:placeholder-pink-700:nth-child(odd)::-ms-input-placeholder {
  color: #b83280;
}

.odd\:placeholder-pink-700:nth-child(odd)::placeholder {
  color: #b83280;
}

.odd\:placeholder-pink-800:nth-child(odd)::-webkit-input-placeholder {
  color: #97266d;
}

.odd\:placeholder-pink-800:nth-child(odd)::-moz-placeholder {
  color: #97266d;
}

.odd\:placeholder-pink-800:nth-child(odd):-ms-input-placeholder {
  color: #97266d;
}

.odd\:placeholder-pink-800:nth-child(odd)::-ms-input-placeholder {
  color: #97266d;
}

.odd\:placeholder-pink-800:nth-child(odd)::placeholder {
  color: #97266d;
}

.odd\:placeholder-pink-900:nth-child(odd)::-webkit-input-placeholder {
  color: #702459;
}

.odd\:placeholder-pink-900:nth-child(odd)::-moz-placeholder {
  color: #702459;
}

.odd\:placeholder-pink-900:nth-child(odd):-ms-input-placeholder {
  color: #702459;
}

.odd\:placeholder-pink-900:nth-child(odd)::-ms-input-placeholder {
  color: #702459;
}

.odd\:placeholder-pink-900:nth-child(odd)::placeholder {
  color: #702459;
}

.even\:placeholder-transparent:nth-child(even)::-webkit-input-placeholder {
  color: transparent;
}

.even\:placeholder-transparent:nth-child(even)::-moz-placeholder {
  color: transparent;
}

.even\:placeholder-transparent:nth-child(even):-ms-input-placeholder {
  color: transparent;
}

.even\:placeholder-transparent:nth-child(even)::-ms-input-placeholder {
  color: transparent;
}

.even\:placeholder-transparent:nth-child(even)::placeholder {
  color: transparent;
}

.even\:placeholder-black:nth-child(even)::-webkit-input-placeholder {
  color: #000;
}

.even\:placeholder-black:nth-child(even)::-moz-placeholder {
  color: #000;
}

.even\:placeholder-black:nth-child(even):-ms-input-placeholder {
  color: #000;
}

.even\:placeholder-black:nth-child(even)::-ms-input-placeholder {
  color: #000;
}

.even\:placeholder-black:nth-child(even)::placeholder {
  color: #000;
}

.even\:placeholder-white:nth-child(even)::-webkit-input-placeholder {
  color: #fff;
}

.even\:placeholder-white:nth-child(even)::-moz-placeholder {
  color: #fff;
}

.even\:placeholder-white:nth-child(even):-ms-input-placeholder {
  color: #fff;
}

.even\:placeholder-white:nth-child(even)::-ms-input-placeholder {
  color: #fff;
}

.even\:placeholder-white:nth-child(even)::placeholder {
  color: #fff;
}

.even\:placeholder-gray-100:nth-child(even)::-webkit-input-placeholder {
  color: #f7fafc;
}

.even\:placeholder-gray-100:nth-child(even)::-moz-placeholder {
  color: #f7fafc;
}

.even\:placeholder-gray-100:nth-child(even):-ms-input-placeholder {
  color: #f7fafc;
}

.even\:placeholder-gray-100:nth-child(even)::-ms-input-placeholder {
  color: #f7fafc;
}

.even\:placeholder-gray-100:nth-child(even)::placeholder {
  color: #f7fafc;
}

.even\:placeholder-gray-200:nth-child(even)::-webkit-input-placeholder {
  color: #edf2f7;
}

.even\:placeholder-gray-200:nth-child(even)::-moz-placeholder {
  color: #edf2f7;
}

.even\:placeholder-gray-200:nth-child(even):-ms-input-placeholder {
  color: #edf2f7;
}

.even\:placeholder-gray-200:nth-child(even)::-ms-input-placeholder {
  color: #edf2f7;
}

.even\:placeholder-gray-200:nth-child(even)::placeholder {
  color: #edf2f7;
}

.even\:placeholder-gray-300:nth-child(even)::-webkit-input-placeholder {
  color: #e2e8f0;
}

.even\:placeholder-gray-300:nth-child(even)::-moz-placeholder {
  color: #e2e8f0;
}

.even\:placeholder-gray-300:nth-child(even):-ms-input-placeholder {
  color: #e2e8f0;
}

.even\:placeholder-gray-300:nth-child(even)::-ms-input-placeholder {
  color: #e2e8f0;
}

.even\:placeholder-gray-300:nth-child(even)::placeholder {
  color: #e2e8f0;
}

.even\:placeholder-gray-400:nth-child(even)::-webkit-input-placeholder {
  color: #cbd5e0;
}

.even\:placeholder-gray-400:nth-child(even)::-moz-placeholder {
  color: #cbd5e0;
}

.even\:placeholder-gray-400:nth-child(even):-ms-input-placeholder {
  color: #cbd5e0;
}

.even\:placeholder-gray-400:nth-child(even)::-ms-input-placeholder {
  color: #cbd5e0;
}

.even\:placeholder-gray-400:nth-child(even)::placeholder {
  color: #cbd5e0;
}

.even\:placeholder-gray-500:nth-child(even)::-webkit-input-placeholder {
  color: #a0aec0;
}

.even\:placeholder-gray-500:nth-child(even)::-moz-placeholder {
  color: #a0aec0;
}

.even\:placeholder-gray-500:nth-child(even):-ms-input-placeholder {
  color: #a0aec0;
}

.even\:placeholder-gray-500:nth-child(even)::-ms-input-placeholder {
  color: #a0aec0;
}

.even\:placeholder-gray-500:nth-child(even)::placeholder {
  color: #a0aec0;
}

.even\:placeholder-gray-600:nth-child(even)::-webkit-input-placeholder {
  color: #718096;
}

.even\:placeholder-gray-600:nth-child(even)::-moz-placeholder {
  color: #718096;
}

.even\:placeholder-gray-600:nth-child(even):-ms-input-placeholder {
  color: #718096;
}

.even\:placeholder-gray-600:nth-child(even)::-ms-input-placeholder {
  color: #718096;
}

.even\:placeholder-gray-600:nth-child(even)::placeholder {
  color: #718096;
}

.even\:placeholder-gray-700:nth-child(even)::-webkit-input-placeholder {
  color: #4a5568;
}

.even\:placeholder-gray-700:nth-child(even)::-moz-placeholder {
  color: #4a5568;
}

.even\:placeholder-gray-700:nth-child(even):-ms-input-placeholder {
  color: #4a5568;
}

.even\:placeholder-gray-700:nth-child(even)::-ms-input-placeholder {
  color: #4a5568;
}

.even\:placeholder-gray-700:nth-child(even)::placeholder {
  color: #4a5568;
}

.even\:placeholder-gray-800:nth-child(even)::-webkit-input-placeholder {
  color: #2d3748;
}

.even\:placeholder-gray-800:nth-child(even)::-moz-placeholder {
  color: #2d3748;
}

.even\:placeholder-gray-800:nth-child(even):-ms-input-placeholder {
  color: #2d3748;
}

.even\:placeholder-gray-800:nth-child(even)::-ms-input-placeholder {
  color: #2d3748;
}

.even\:placeholder-gray-800:nth-child(even)::placeholder {
  color: #2d3748;
}

.even\:placeholder-gray-900:nth-child(even)::-webkit-input-placeholder {
  color: #1a202c;
}

.even\:placeholder-gray-900:nth-child(even)::-moz-placeholder {
  color: #1a202c;
}

.even\:placeholder-gray-900:nth-child(even):-ms-input-placeholder {
  color: #1a202c;
}

.even\:placeholder-gray-900:nth-child(even)::-ms-input-placeholder {
  color: #1a202c;
}

.even\:placeholder-gray-900:nth-child(even)::placeholder {
  color: #1a202c;
}

.even\:placeholder-red-100:nth-child(even)::-webkit-input-placeholder {
  color: #fff5f5;
}

.even\:placeholder-red-100:nth-child(even)::-moz-placeholder {
  color: #fff5f5;
}

.even\:placeholder-red-100:nth-child(even):-ms-input-placeholder {
  color: #fff5f5;
}

.even\:placeholder-red-100:nth-child(even)::-ms-input-placeholder {
  color: #fff5f5;
}

.even\:placeholder-red-100:nth-child(even)::placeholder {
  color: #fff5f5;
}

.even\:placeholder-red-200:nth-child(even)::-webkit-input-placeholder {
  color: #fed7d7;
}

.even\:placeholder-red-200:nth-child(even)::-moz-placeholder {
  color: #fed7d7;
}

.even\:placeholder-red-200:nth-child(even):-ms-input-placeholder {
  color: #fed7d7;
}

.even\:placeholder-red-200:nth-child(even)::-ms-input-placeholder {
  color: #fed7d7;
}

.even\:placeholder-red-200:nth-child(even)::placeholder {
  color: #fed7d7;
}

.even\:placeholder-red-300:nth-child(even)::-webkit-input-placeholder {
  color: #feb2b2;
}

.even\:placeholder-red-300:nth-child(even)::-moz-placeholder {
  color: #feb2b2;
}

.even\:placeholder-red-300:nth-child(even):-ms-input-placeholder {
  color: #feb2b2;
}

.even\:placeholder-red-300:nth-child(even)::-ms-input-placeholder {
  color: #feb2b2;
}

.even\:placeholder-red-300:nth-child(even)::placeholder {
  color: #feb2b2;
}

.even\:placeholder-red-400:nth-child(even)::-webkit-input-placeholder {
  color: #fc8181;
}

.even\:placeholder-red-400:nth-child(even)::-moz-placeholder {
  color: #fc8181;
}

.even\:placeholder-red-400:nth-child(even):-ms-input-placeholder {
  color: #fc8181;
}

.even\:placeholder-red-400:nth-child(even)::-ms-input-placeholder {
  color: #fc8181;
}

.even\:placeholder-red-400:nth-child(even)::placeholder {
  color: #fc8181;
}

.even\:placeholder-red-500:nth-child(even)::-webkit-input-placeholder {
  color: #f56565;
}

.even\:placeholder-red-500:nth-child(even)::-moz-placeholder {
  color: #f56565;
}

.even\:placeholder-red-500:nth-child(even):-ms-input-placeholder {
  color: #f56565;
}

.even\:placeholder-red-500:nth-child(even)::-ms-input-placeholder {
  color: #f56565;
}

.even\:placeholder-red-500:nth-child(even)::placeholder {
  color: #f56565;
}

.even\:placeholder-red-600:nth-child(even)::-webkit-input-placeholder {
  color: #e53e3e;
}

.even\:placeholder-red-600:nth-child(even)::-moz-placeholder {
  color: #e53e3e;
}

.even\:placeholder-red-600:nth-child(even):-ms-input-placeholder {
  color: #e53e3e;
}

.even\:placeholder-red-600:nth-child(even)::-ms-input-placeholder {
  color: #e53e3e;
}

.even\:placeholder-red-600:nth-child(even)::placeholder {
  color: #e53e3e;
}

.even\:placeholder-red-700:nth-child(even)::-webkit-input-placeholder {
  color: #c53030;
}

.even\:placeholder-red-700:nth-child(even)::-moz-placeholder {
  color: #c53030;
}

.even\:placeholder-red-700:nth-child(even):-ms-input-placeholder {
  color: #c53030;
}

.even\:placeholder-red-700:nth-child(even)::-ms-input-placeholder {
  color: #c53030;
}

.even\:placeholder-red-700:nth-child(even)::placeholder {
  color: #c53030;
}

.even\:placeholder-red-800:nth-child(even)::-webkit-input-placeholder {
  color: #9b2c2c;
}

.even\:placeholder-red-800:nth-child(even)::-moz-placeholder {
  color: #9b2c2c;
}

.even\:placeholder-red-800:nth-child(even):-ms-input-placeholder {
  color: #9b2c2c;
}

.even\:placeholder-red-800:nth-child(even)::-ms-input-placeholder {
  color: #9b2c2c;
}

.even\:placeholder-red-800:nth-child(even)::placeholder {
  color: #9b2c2c;
}

.even\:placeholder-red-900:nth-child(even)::-webkit-input-placeholder {
  color: #742a2a;
}

.even\:placeholder-red-900:nth-child(even)::-moz-placeholder {
  color: #742a2a;
}

.even\:placeholder-red-900:nth-child(even):-ms-input-placeholder {
  color: #742a2a;
}

.even\:placeholder-red-900:nth-child(even)::-ms-input-placeholder {
  color: #742a2a;
}

.even\:placeholder-red-900:nth-child(even)::placeholder {
  color: #742a2a;
}

.even\:placeholder-orange-100:nth-child(even)::-webkit-input-placeholder {
  color: #fffaf0;
}

.even\:placeholder-orange-100:nth-child(even)::-moz-placeholder {
  color: #fffaf0;
}

.even\:placeholder-orange-100:nth-child(even):-ms-input-placeholder {
  color: #fffaf0;
}

.even\:placeholder-orange-100:nth-child(even)::-ms-input-placeholder {
  color: #fffaf0;
}

.even\:placeholder-orange-100:nth-child(even)::placeholder {
  color: #fffaf0;
}

.even\:placeholder-orange-200:nth-child(even)::-webkit-input-placeholder {
  color: #feebc8;
}

.even\:placeholder-orange-200:nth-child(even)::-moz-placeholder {
  color: #feebc8;
}

.even\:placeholder-orange-200:nth-child(even):-ms-input-placeholder {
  color: #feebc8;
}

.even\:placeholder-orange-200:nth-child(even)::-ms-input-placeholder {
  color: #feebc8;
}

.even\:placeholder-orange-200:nth-child(even)::placeholder {
  color: #feebc8;
}

.even\:placeholder-orange-300:nth-child(even)::-webkit-input-placeholder {
  color: #fbd38d;
}

.even\:placeholder-orange-300:nth-child(even)::-moz-placeholder {
  color: #fbd38d;
}

.even\:placeholder-orange-300:nth-child(even):-ms-input-placeholder {
  color: #fbd38d;
}

.even\:placeholder-orange-300:nth-child(even)::-ms-input-placeholder {
  color: #fbd38d;
}

.even\:placeholder-orange-300:nth-child(even)::placeholder {
  color: #fbd38d;
}

.even\:placeholder-orange-400:nth-child(even)::-webkit-input-placeholder {
  color: #f6ad55;
}

.even\:placeholder-orange-400:nth-child(even)::-moz-placeholder {
  color: #f6ad55;
}

.even\:placeholder-orange-400:nth-child(even):-ms-input-placeholder {
  color: #f6ad55;
}

.even\:placeholder-orange-400:nth-child(even)::-ms-input-placeholder {
  color: #f6ad55;
}

.even\:placeholder-orange-400:nth-child(even)::placeholder {
  color: #f6ad55;
}

.even\:placeholder-orange-500:nth-child(even)::-webkit-input-placeholder {
  color: #ed8936;
}

.even\:placeholder-orange-500:nth-child(even)::-moz-placeholder {
  color: #ed8936;
}

.even\:placeholder-orange-500:nth-child(even):-ms-input-placeholder {
  color: #ed8936;
}

.even\:placeholder-orange-500:nth-child(even)::-ms-input-placeholder {
  color: #ed8936;
}

.even\:placeholder-orange-500:nth-child(even)::placeholder {
  color: #ed8936;
}

.even\:placeholder-orange-600:nth-child(even)::-webkit-input-placeholder {
  color: #dd6b20;
}

.even\:placeholder-orange-600:nth-child(even)::-moz-placeholder {
  color: #dd6b20;
}

.even\:placeholder-orange-600:nth-child(even):-ms-input-placeholder {
  color: #dd6b20;
}

.even\:placeholder-orange-600:nth-child(even)::-ms-input-placeholder {
  color: #dd6b20;
}

.even\:placeholder-orange-600:nth-child(even)::placeholder {
  color: #dd6b20;
}

.even\:placeholder-orange-700:nth-child(even)::-webkit-input-placeholder {
  color: #c05621;
}

.even\:placeholder-orange-700:nth-child(even)::-moz-placeholder {
  color: #c05621;
}

.even\:placeholder-orange-700:nth-child(even):-ms-input-placeholder {
  color: #c05621;
}

.even\:placeholder-orange-700:nth-child(even)::-ms-input-placeholder {
  color: #c05621;
}

.even\:placeholder-orange-700:nth-child(even)::placeholder {
  color: #c05621;
}

.even\:placeholder-orange-800:nth-child(even)::-webkit-input-placeholder {
  color: #9c4221;
}

.even\:placeholder-orange-800:nth-child(even)::-moz-placeholder {
  color: #9c4221;
}

.even\:placeholder-orange-800:nth-child(even):-ms-input-placeholder {
  color: #9c4221;
}

.even\:placeholder-orange-800:nth-child(even)::-ms-input-placeholder {
  color: #9c4221;
}

.even\:placeholder-orange-800:nth-child(even)::placeholder {
  color: #9c4221;
}

.even\:placeholder-orange-900:nth-child(even)::-webkit-input-placeholder {
  color: #7b341e;
}

.even\:placeholder-orange-900:nth-child(even)::-moz-placeholder {
  color: #7b341e;
}

.even\:placeholder-orange-900:nth-child(even):-ms-input-placeholder {
  color: #7b341e;
}

.even\:placeholder-orange-900:nth-child(even)::-ms-input-placeholder {
  color: #7b341e;
}

.even\:placeholder-orange-900:nth-child(even)::placeholder {
  color: #7b341e;
}

.even\:placeholder-yellow-100:nth-child(even)::-webkit-input-placeholder {
  color: #fffff0;
}

.even\:placeholder-yellow-100:nth-child(even)::-moz-placeholder {
  color: #fffff0;
}

.even\:placeholder-yellow-100:nth-child(even):-ms-input-placeholder {
  color: #fffff0;
}

.even\:placeholder-yellow-100:nth-child(even)::-ms-input-placeholder {
  color: #fffff0;
}

.even\:placeholder-yellow-100:nth-child(even)::placeholder {
  color: #fffff0;
}

.even\:placeholder-yellow-200:nth-child(even)::-webkit-input-placeholder {
  color: #fefcbf;
}

.even\:placeholder-yellow-200:nth-child(even)::-moz-placeholder {
  color: #fefcbf;
}

.even\:placeholder-yellow-200:nth-child(even):-ms-input-placeholder {
  color: #fefcbf;
}

.even\:placeholder-yellow-200:nth-child(even)::-ms-input-placeholder {
  color: #fefcbf;
}

.even\:placeholder-yellow-200:nth-child(even)::placeholder {
  color: #fefcbf;
}

.even\:placeholder-yellow-300:nth-child(even)::-webkit-input-placeholder {
  color: #faf089;
}

.even\:placeholder-yellow-300:nth-child(even)::-moz-placeholder {
  color: #faf089;
}

.even\:placeholder-yellow-300:nth-child(even):-ms-input-placeholder {
  color: #faf089;
}

.even\:placeholder-yellow-300:nth-child(even)::-ms-input-placeholder {
  color: #faf089;
}

.even\:placeholder-yellow-300:nth-child(even)::placeholder {
  color: #faf089;
}

.even\:placeholder-yellow-400:nth-child(even)::-webkit-input-placeholder {
  color: #f6e05e;
}

.even\:placeholder-yellow-400:nth-child(even)::-moz-placeholder {
  color: #f6e05e;
}

.even\:placeholder-yellow-400:nth-child(even):-ms-input-placeholder {
  color: #f6e05e;
}

.even\:placeholder-yellow-400:nth-child(even)::-ms-input-placeholder {
  color: #f6e05e;
}

.even\:placeholder-yellow-400:nth-child(even)::placeholder {
  color: #f6e05e;
}

.even\:placeholder-yellow-500:nth-child(even)::-webkit-input-placeholder {
  color: #ecc94b;
}

.even\:placeholder-yellow-500:nth-child(even)::-moz-placeholder {
  color: #ecc94b;
}

.even\:placeholder-yellow-500:nth-child(even):-ms-input-placeholder {
  color: #ecc94b;
}

.even\:placeholder-yellow-500:nth-child(even)::-ms-input-placeholder {
  color: #ecc94b;
}

.even\:placeholder-yellow-500:nth-child(even)::placeholder {
  color: #ecc94b;
}

.even\:placeholder-yellow-600:nth-child(even)::-webkit-input-placeholder {
  color: #d69e2e;
}

.even\:placeholder-yellow-600:nth-child(even)::-moz-placeholder {
  color: #d69e2e;
}

.even\:placeholder-yellow-600:nth-child(even):-ms-input-placeholder {
  color: #d69e2e;
}

.even\:placeholder-yellow-600:nth-child(even)::-ms-input-placeholder {
  color: #d69e2e;
}

.even\:placeholder-yellow-600:nth-child(even)::placeholder {
  color: #d69e2e;
}

.even\:placeholder-yellow-700:nth-child(even)::-webkit-input-placeholder {
  color: #b7791f;
}

.even\:placeholder-yellow-700:nth-child(even)::-moz-placeholder {
  color: #b7791f;
}

.even\:placeholder-yellow-700:nth-child(even):-ms-input-placeholder {
  color: #b7791f;
}

.even\:placeholder-yellow-700:nth-child(even)::-ms-input-placeholder {
  color: #b7791f;
}

.even\:placeholder-yellow-700:nth-child(even)::placeholder {
  color: #b7791f;
}

.even\:placeholder-yellow-800:nth-child(even)::-webkit-input-placeholder {
  color: #975a16;
}

.even\:placeholder-yellow-800:nth-child(even)::-moz-placeholder {
  color: #975a16;
}

.even\:placeholder-yellow-800:nth-child(even):-ms-input-placeholder {
  color: #975a16;
}

.even\:placeholder-yellow-800:nth-child(even)::-ms-input-placeholder {
  color: #975a16;
}

.even\:placeholder-yellow-800:nth-child(even)::placeholder {
  color: #975a16;
}

.even\:placeholder-yellow-900:nth-child(even)::-webkit-input-placeholder {
  color: #744210;
}

.even\:placeholder-yellow-900:nth-child(even)::-moz-placeholder {
  color: #744210;
}

.even\:placeholder-yellow-900:nth-child(even):-ms-input-placeholder {
  color: #744210;
}

.even\:placeholder-yellow-900:nth-child(even)::-ms-input-placeholder {
  color: #744210;
}

.even\:placeholder-yellow-900:nth-child(even)::placeholder {
  color: #744210;
}

.even\:placeholder-green-100:nth-child(even)::-webkit-input-placeholder {
  color: #f0fff4;
}

.even\:placeholder-green-100:nth-child(even)::-moz-placeholder {
  color: #f0fff4;
}

.even\:placeholder-green-100:nth-child(even):-ms-input-placeholder {
  color: #f0fff4;
}

.even\:placeholder-green-100:nth-child(even)::-ms-input-placeholder {
  color: #f0fff4;
}

.even\:placeholder-green-100:nth-child(even)::placeholder {
  color: #f0fff4;
}

.even\:placeholder-green-200:nth-child(even)::-webkit-input-placeholder {
  color: #c6f6d5;
}

.even\:placeholder-green-200:nth-child(even)::-moz-placeholder {
  color: #c6f6d5;
}

.even\:placeholder-green-200:nth-child(even):-ms-input-placeholder {
  color: #c6f6d5;
}

.even\:placeholder-green-200:nth-child(even)::-ms-input-placeholder {
  color: #c6f6d5;
}

.even\:placeholder-green-200:nth-child(even)::placeholder {
  color: #c6f6d5;
}

.even\:placeholder-green-300:nth-child(even)::-webkit-input-placeholder {
  color: #9ae6b4;
}

.even\:placeholder-green-300:nth-child(even)::-moz-placeholder {
  color: #9ae6b4;
}

.even\:placeholder-green-300:nth-child(even):-ms-input-placeholder {
  color: #9ae6b4;
}

.even\:placeholder-green-300:nth-child(even)::-ms-input-placeholder {
  color: #9ae6b4;
}

.even\:placeholder-green-300:nth-child(even)::placeholder {
  color: #9ae6b4;
}

.even\:placeholder-green-400:nth-child(even)::-webkit-input-placeholder {
  color: #68d391;
}

.even\:placeholder-green-400:nth-child(even)::-moz-placeholder {
  color: #68d391;
}

.even\:placeholder-green-400:nth-child(even):-ms-input-placeholder {
  color: #68d391;
}

.even\:placeholder-green-400:nth-child(even)::-ms-input-placeholder {
  color: #68d391;
}

.even\:placeholder-green-400:nth-child(even)::placeholder {
  color: #68d391;
}

.even\:placeholder-green-500:nth-child(even)::-webkit-input-placeholder {
  color: #48bb78;
}

.even\:placeholder-green-500:nth-child(even)::-moz-placeholder {
  color: #48bb78;
}

.even\:placeholder-green-500:nth-child(even):-ms-input-placeholder {
  color: #48bb78;
}

.even\:placeholder-green-500:nth-child(even)::-ms-input-placeholder {
  color: #48bb78;
}

.even\:placeholder-green-500:nth-child(even)::placeholder {
  color: #48bb78;
}

.even\:placeholder-green-600:nth-child(even)::-webkit-input-placeholder {
  color: #38a169;
}

.even\:placeholder-green-600:nth-child(even)::-moz-placeholder {
  color: #38a169;
}

.even\:placeholder-green-600:nth-child(even):-ms-input-placeholder {
  color: #38a169;
}

.even\:placeholder-green-600:nth-child(even)::-ms-input-placeholder {
  color: #38a169;
}

.even\:placeholder-green-600:nth-child(even)::placeholder {
  color: #38a169;
}

.even\:placeholder-green-700:nth-child(even)::-webkit-input-placeholder {
  color: #2f855a;
}

.even\:placeholder-green-700:nth-child(even)::-moz-placeholder {
  color: #2f855a;
}

.even\:placeholder-green-700:nth-child(even):-ms-input-placeholder {
  color: #2f855a;
}

.even\:placeholder-green-700:nth-child(even)::-ms-input-placeholder {
  color: #2f855a;
}

.even\:placeholder-green-700:nth-child(even)::placeholder {
  color: #2f855a;
}

.even\:placeholder-green-800:nth-child(even)::-webkit-input-placeholder {
  color: #276749;
}

.even\:placeholder-green-800:nth-child(even)::-moz-placeholder {
  color: #276749;
}

.even\:placeholder-green-800:nth-child(even):-ms-input-placeholder {
  color: #276749;
}

.even\:placeholder-green-800:nth-child(even)::-ms-input-placeholder {
  color: #276749;
}

.even\:placeholder-green-800:nth-child(even)::placeholder {
  color: #276749;
}

.even\:placeholder-green-900:nth-child(even)::-webkit-input-placeholder {
  color: #22543d;
}

.even\:placeholder-green-900:nth-child(even)::-moz-placeholder {
  color: #22543d;
}

.even\:placeholder-green-900:nth-child(even):-ms-input-placeholder {
  color: #22543d;
}

.even\:placeholder-green-900:nth-child(even)::-ms-input-placeholder {
  color: #22543d;
}

.even\:placeholder-green-900:nth-child(even)::placeholder {
  color: #22543d;
}

.even\:placeholder-teal-100:nth-child(even)::-webkit-input-placeholder {
  color: #e6fffa;
}

.even\:placeholder-teal-100:nth-child(even)::-moz-placeholder {
  color: #e6fffa;
}

.even\:placeholder-teal-100:nth-child(even):-ms-input-placeholder {
  color: #e6fffa;
}

.even\:placeholder-teal-100:nth-child(even)::-ms-input-placeholder {
  color: #e6fffa;
}

.even\:placeholder-teal-100:nth-child(even)::placeholder {
  color: #e6fffa;
}

.even\:placeholder-teal-200:nth-child(even)::-webkit-input-placeholder {
  color: #b2f5ea;
}

.even\:placeholder-teal-200:nth-child(even)::-moz-placeholder {
  color: #b2f5ea;
}

.even\:placeholder-teal-200:nth-child(even):-ms-input-placeholder {
  color: #b2f5ea;
}

.even\:placeholder-teal-200:nth-child(even)::-ms-input-placeholder {
  color: #b2f5ea;
}

.even\:placeholder-teal-200:nth-child(even)::placeholder {
  color: #b2f5ea;
}

.even\:placeholder-teal-300:nth-child(even)::-webkit-input-placeholder {
  color: #81e6d9;
}

.even\:placeholder-teal-300:nth-child(even)::-moz-placeholder {
  color: #81e6d9;
}

.even\:placeholder-teal-300:nth-child(even):-ms-input-placeholder {
  color: #81e6d9;
}

.even\:placeholder-teal-300:nth-child(even)::-ms-input-placeholder {
  color: #81e6d9;
}

.even\:placeholder-teal-300:nth-child(even)::placeholder {
  color: #81e6d9;
}

.even\:placeholder-teal-400:nth-child(even)::-webkit-input-placeholder {
  color: #4fd1c5;
}

.even\:placeholder-teal-400:nth-child(even)::-moz-placeholder {
  color: #4fd1c5;
}

.even\:placeholder-teal-400:nth-child(even):-ms-input-placeholder {
  color: #4fd1c5;
}

.even\:placeholder-teal-400:nth-child(even)::-ms-input-placeholder {
  color: #4fd1c5;
}

.even\:placeholder-teal-400:nth-child(even)::placeholder {
  color: #4fd1c5;
}

.even\:placeholder-teal-500:nth-child(even)::-webkit-input-placeholder {
  color: #38b2ac;
}

.even\:placeholder-teal-500:nth-child(even)::-moz-placeholder {
  color: #38b2ac;
}

.even\:placeholder-teal-500:nth-child(even):-ms-input-placeholder {
  color: #38b2ac;
}

.even\:placeholder-teal-500:nth-child(even)::-ms-input-placeholder {
  color: #38b2ac;
}

.even\:placeholder-teal-500:nth-child(even)::placeholder {
  color: #38b2ac;
}

.even\:placeholder-teal-600:nth-child(even)::-webkit-input-placeholder {
  color: #319795;
}

.even\:placeholder-teal-600:nth-child(even)::-moz-placeholder {
  color: #319795;
}

.even\:placeholder-teal-600:nth-child(even):-ms-input-placeholder {
  color: #319795;
}

.even\:placeholder-teal-600:nth-child(even)::-ms-input-placeholder {
  color: #319795;
}

.even\:placeholder-teal-600:nth-child(even)::placeholder {
  color: #319795;
}

.even\:placeholder-teal-700:nth-child(even)::-webkit-input-placeholder {
  color: #2c7a7b;
}

.even\:placeholder-teal-700:nth-child(even)::-moz-placeholder {
  color: #2c7a7b;
}

.even\:placeholder-teal-700:nth-child(even):-ms-input-placeholder {
  color: #2c7a7b;
}

.even\:placeholder-teal-700:nth-child(even)::-ms-input-placeholder {
  color: #2c7a7b;
}

.even\:placeholder-teal-700:nth-child(even)::placeholder {
  color: #2c7a7b;
}

.even\:placeholder-teal-800:nth-child(even)::-webkit-input-placeholder {
  color: #285e61;
}

.even\:placeholder-teal-800:nth-child(even)::-moz-placeholder {
  color: #285e61;
}

.even\:placeholder-teal-800:nth-child(even):-ms-input-placeholder {
  color: #285e61;
}

.even\:placeholder-teal-800:nth-child(even)::-ms-input-placeholder {
  color: #285e61;
}

.even\:placeholder-teal-800:nth-child(even)::placeholder {
  color: #285e61;
}

.even\:placeholder-teal-900:nth-child(even)::-webkit-input-placeholder {
  color: #234e52;
}

.even\:placeholder-teal-900:nth-child(even)::-moz-placeholder {
  color: #234e52;
}

.even\:placeholder-teal-900:nth-child(even):-ms-input-placeholder {
  color: #234e52;
}

.even\:placeholder-teal-900:nth-child(even)::-ms-input-placeholder {
  color: #234e52;
}

.even\:placeholder-teal-900:nth-child(even)::placeholder {
  color: #234e52;
}

.even\:placeholder-blue-100:nth-child(even)::-webkit-input-placeholder {
  color: #ebf8ff;
}

.even\:placeholder-blue-100:nth-child(even)::-moz-placeholder {
  color: #ebf8ff;
}

.even\:placeholder-blue-100:nth-child(even):-ms-input-placeholder {
  color: #ebf8ff;
}

.even\:placeholder-blue-100:nth-child(even)::-ms-input-placeholder {
  color: #ebf8ff;
}

.even\:placeholder-blue-100:nth-child(even)::placeholder {
  color: #ebf8ff;
}

.even\:placeholder-blue-200:nth-child(even)::-webkit-input-placeholder {
  color: #bee3f8;
}

.even\:placeholder-blue-200:nth-child(even)::-moz-placeholder {
  color: #bee3f8;
}

.even\:placeholder-blue-200:nth-child(even):-ms-input-placeholder {
  color: #bee3f8;
}

.even\:placeholder-blue-200:nth-child(even)::-ms-input-placeholder {
  color: #bee3f8;
}

.even\:placeholder-blue-200:nth-child(even)::placeholder {
  color: #bee3f8;
}

.even\:placeholder-blue-300:nth-child(even)::-webkit-input-placeholder {
  color: #90cdf4;
}

.even\:placeholder-blue-300:nth-child(even)::-moz-placeholder {
  color: #90cdf4;
}

.even\:placeholder-blue-300:nth-child(even):-ms-input-placeholder {
  color: #90cdf4;
}

.even\:placeholder-blue-300:nth-child(even)::-ms-input-placeholder {
  color: #90cdf4;
}

.even\:placeholder-blue-300:nth-child(even)::placeholder {
  color: #90cdf4;
}

.even\:placeholder-blue-400:nth-child(even)::-webkit-input-placeholder {
  color: #63b3ed;
}

.even\:placeholder-blue-400:nth-child(even)::-moz-placeholder {
  color: #63b3ed;
}

.even\:placeholder-blue-400:nth-child(even):-ms-input-placeholder {
  color: #63b3ed;
}

.even\:placeholder-blue-400:nth-child(even)::-ms-input-placeholder {
  color: #63b3ed;
}

.even\:placeholder-blue-400:nth-child(even)::placeholder {
  color: #63b3ed;
}

.even\:placeholder-blue-500:nth-child(even)::-webkit-input-placeholder {
  color: #4299e1;
}

.even\:placeholder-blue-500:nth-child(even)::-moz-placeholder {
  color: #4299e1;
}

.even\:placeholder-blue-500:nth-child(even):-ms-input-placeholder {
  color: #4299e1;
}

.even\:placeholder-blue-500:nth-child(even)::-ms-input-placeholder {
  color: #4299e1;
}

.even\:placeholder-blue-500:nth-child(even)::placeholder {
  color: #4299e1;
}

.even\:placeholder-blue-600:nth-child(even)::-webkit-input-placeholder {
  color: #3182ce;
}

.even\:placeholder-blue-600:nth-child(even)::-moz-placeholder {
  color: #3182ce;
}

.even\:placeholder-blue-600:nth-child(even):-ms-input-placeholder {
  color: #3182ce;
}

.even\:placeholder-blue-600:nth-child(even)::-ms-input-placeholder {
  color: #3182ce;
}

.even\:placeholder-blue-600:nth-child(even)::placeholder {
  color: #3182ce;
}

.even\:placeholder-blue-700:nth-child(even)::-webkit-input-placeholder {
  color: #2b6cb0;
}

.even\:placeholder-blue-700:nth-child(even)::-moz-placeholder {
  color: #2b6cb0;
}

.even\:placeholder-blue-700:nth-child(even):-ms-input-placeholder {
  color: #2b6cb0;
}

.even\:placeholder-blue-700:nth-child(even)::-ms-input-placeholder {
  color: #2b6cb0;
}

.even\:placeholder-blue-700:nth-child(even)::placeholder {
  color: #2b6cb0;
}

.even\:placeholder-blue-800:nth-child(even)::-webkit-input-placeholder {
  color: #2c5282;
}

.even\:placeholder-blue-800:nth-child(even)::-moz-placeholder {
  color: #2c5282;
}

.even\:placeholder-blue-800:nth-child(even):-ms-input-placeholder {
  color: #2c5282;
}

.even\:placeholder-blue-800:nth-child(even)::-ms-input-placeholder {
  color: #2c5282;
}

.even\:placeholder-blue-800:nth-child(even)::placeholder {
  color: #2c5282;
}

.even\:placeholder-blue-900:nth-child(even)::-webkit-input-placeholder {
  color: #2a4365;
}

.even\:placeholder-blue-900:nth-child(even)::-moz-placeholder {
  color: #2a4365;
}

.even\:placeholder-blue-900:nth-child(even):-ms-input-placeholder {
  color: #2a4365;
}

.even\:placeholder-blue-900:nth-child(even)::-ms-input-placeholder {
  color: #2a4365;
}

.even\:placeholder-blue-900:nth-child(even)::placeholder {
  color: #2a4365;
}

.even\:placeholder-indigo-100:nth-child(even)::-webkit-input-placeholder {
  color: #ebf4ff;
}

.even\:placeholder-indigo-100:nth-child(even)::-moz-placeholder {
  color: #ebf4ff;
}

.even\:placeholder-indigo-100:nth-child(even):-ms-input-placeholder {
  color: #ebf4ff;
}

.even\:placeholder-indigo-100:nth-child(even)::-ms-input-placeholder {
  color: #ebf4ff;
}

.even\:placeholder-indigo-100:nth-child(even)::placeholder {
  color: #ebf4ff;
}

.even\:placeholder-indigo-200:nth-child(even)::-webkit-input-placeholder {
  color: #c3dafe;
}

.even\:placeholder-indigo-200:nth-child(even)::-moz-placeholder {
  color: #c3dafe;
}

.even\:placeholder-indigo-200:nth-child(even):-ms-input-placeholder {
  color: #c3dafe;
}

.even\:placeholder-indigo-200:nth-child(even)::-ms-input-placeholder {
  color: #c3dafe;
}

.even\:placeholder-indigo-200:nth-child(even)::placeholder {
  color: #c3dafe;
}

.even\:placeholder-indigo-300:nth-child(even)::-webkit-input-placeholder {
  color: #a3bffa;
}

.even\:placeholder-indigo-300:nth-child(even)::-moz-placeholder {
  color: #a3bffa;
}

.even\:placeholder-indigo-300:nth-child(even):-ms-input-placeholder {
  color: #a3bffa;
}

.even\:placeholder-indigo-300:nth-child(even)::-ms-input-placeholder {
  color: #a3bffa;
}

.even\:placeholder-indigo-300:nth-child(even)::placeholder {
  color: #a3bffa;
}

.even\:placeholder-indigo-400:nth-child(even)::-webkit-input-placeholder {
  color: #7f9cf5;
}

.even\:placeholder-indigo-400:nth-child(even)::-moz-placeholder {
  color: #7f9cf5;
}

.even\:placeholder-indigo-400:nth-child(even):-ms-input-placeholder {
  color: #7f9cf5;
}

.even\:placeholder-indigo-400:nth-child(even)::-ms-input-placeholder {
  color: #7f9cf5;
}

.even\:placeholder-indigo-400:nth-child(even)::placeholder {
  color: #7f9cf5;
}

.even\:placeholder-indigo-500:nth-child(even)::-webkit-input-placeholder {
  color: #667eea;
}

.even\:placeholder-indigo-500:nth-child(even)::-moz-placeholder {
  color: #667eea;
}

.even\:placeholder-indigo-500:nth-child(even):-ms-input-placeholder {
  color: #667eea;
}

.even\:placeholder-indigo-500:nth-child(even)::-ms-input-placeholder {
  color: #667eea;
}

.even\:placeholder-indigo-500:nth-child(even)::placeholder {
  color: #667eea;
}

.even\:placeholder-indigo-600:nth-child(even)::-webkit-input-placeholder {
  color: #5a67d8;
}

.even\:placeholder-indigo-600:nth-child(even)::-moz-placeholder {
  color: #5a67d8;
}

.even\:placeholder-indigo-600:nth-child(even):-ms-input-placeholder {
  color: #5a67d8;
}

.even\:placeholder-indigo-600:nth-child(even)::-ms-input-placeholder {
  color: #5a67d8;
}

.even\:placeholder-indigo-600:nth-child(even)::placeholder {
  color: #5a67d8;
}

.even\:placeholder-indigo-700:nth-child(even)::-webkit-input-placeholder {
  color: #4c51bf;
}

.even\:placeholder-indigo-700:nth-child(even)::-moz-placeholder {
  color: #4c51bf;
}

.even\:placeholder-indigo-700:nth-child(even):-ms-input-placeholder {
  color: #4c51bf;
}

.even\:placeholder-indigo-700:nth-child(even)::-ms-input-placeholder {
  color: #4c51bf;
}

.even\:placeholder-indigo-700:nth-child(even)::placeholder {
  color: #4c51bf;
}

.even\:placeholder-indigo-800:nth-child(even)::-webkit-input-placeholder {
  color: #434190;
}

.even\:placeholder-indigo-800:nth-child(even)::-moz-placeholder {
  color: #434190;
}

.even\:placeholder-indigo-800:nth-child(even):-ms-input-placeholder {
  color: #434190;
}

.even\:placeholder-indigo-800:nth-child(even)::-ms-input-placeholder {
  color: #434190;
}

.even\:placeholder-indigo-800:nth-child(even)::placeholder {
  color: #434190;
}

.even\:placeholder-indigo-900:nth-child(even)::-webkit-input-placeholder {
  color: #3c366b;
}

.even\:placeholder-indigo-900:nth-child(even)::-moz-placeholder {
  color: #3c366b;
}

.even\:placeholder-indigo-900:nth-child(even):-ms-input-placeholder {
  color: #3c366b;
}

.even\:placeholder-indigo-900:nth-child(even)::-ms-input-placeholder {
  color: #3c366b;
}

.even\:placeholder-indigo-900:nth-child(even)::placeholder {
  color: #3c366b;
}

.even\:placeholder-purple-100:nth-child(even)::-webkit-input-placeholder {
  color: #faf5ff;
}

.even\:placeholder-purple-100:nth-child(even)::-moz-placeholder {
  color: #faf5ff;
}

.even\:placeholder-purple-100:nth-child(even):-ms-input-placeholder {
  color: #faf5ff;
}

.even\:placeholder-purple-100:nth-child(even)::-ms-input-placeholder {
  color: #faf5ff;
}

.even\:placeholder-purple-100:nth-child(even)::placeholder {
  color: #faf5ff;
}

.even\:placeholder-purple-200:nth-child(even)::-webkit-input-placeholder {
  color: #e9d8fd;
}

.even\:placeholder-purple-200:nth-child(even)::-moz-placeholder {
  color: #e9d8fd;
}

.even\:placeholder-purple-200:nth-child(even):-ms-input-placeholder {
  color: #e9d8fd;
}

.even\:placeholder-purple-200:nth-child(even)::-ms-input-placeholder {
  color: #e9d8fd;
}

.even\:placeholder-purple-200:nth-child(even)::placeholder {
  color: #e9d8fd;
}

.even\:placeholder-purple-300:nth-child(even)::-webkit-input-placeholder {
  color: #d6bcfa;
}

.even\:placeholder-purple-300:nth-child(even)::-moz-placeholder {
  color: #d6bcfa;
}

.even\:placeholder-purple-300:nth-child(even):-ms-input-placeholder {
  color: #d6bcfa;
}

.even\:placeholder-purple-300:nth-child(even)::-ms-input-placeholder {
  color: #d6bcfa;
}

.even\:placeholder-purple-300:nth-child(even)::placeholder {
  color: #d6bcfa;
}

.even\:placeholder-purple-400:nth-child(even)::-webkit-input-placeholder {
  color: #b794f4;
}

.even\:placeholder-purple-400:nth-child(even)::-moz-placeholder {
  color: #b794f4;
}

.even\:placeholder-purple-400:nth-child(even):-ms-input-placeholder {
  color: #b794f4;
}

.even\:placeholder-purple-400:nth-child(even)::-ms-input-placeholder {
  color: #b794f4;
}

.even\:placeholder-purple-400:nth-child(even)::placeholder {
  color: #b794f4;
}

.even\:placeholder-purple-500:nth-child(even)::-webkit-input-placeholder {
  color: #9f7aea;
}

.even\:placeholder-purple-500:nth-child(even)::-moz-placeholder {
  color: #9f7aea;
}

.even\:placeholder-purple-500:nth-child(even):-ms-input-placeholder {
  color: #9f7aea;
}

.even\:placeholder-purple-500:nth-child(even)::-ms-input-placeholder {
  color: #9f7aea;
}

.even\:placeholder-purple-500:nth-child(even)::placeholder {
  color: #9f7aea;
}

.even\:placeholder-purple-600:nth-child(even)::-webkit-input-placeholder {
  color: #805ad5;
}

.even\:placeholder-purple-600:nth-child(even)::-moz-placeholder {
  color: #805ad5;
}

.even\:placeholder-purple-600:nth-child(even):-ms-input-placeholder {
  color: #805ad5;
}

.even\:placeholder-purple-600:nth-child(even)::-ms-input-placeholder {
  color: #805ad5;
}

.even\:placeholder-purple-600:nth-child(even)::placeholder {
  color: #805ad5;
}

.even\:placeholder-purple-700:nth-child(even)::-webkit-input-placeholder {
  color: #6b46c1;
}

.even\:placeholder-purple-700:nth-child(even)::-moz-placeholder {
  color: #6b46c1;
}

.even\:placeholder-purple-700:nth-child(even):-ms-input-placeholder {
  color: #6b46c1;
}

.even\:placeholder-purple-700:nth-child(even)::-ms-input-placeholder {
  color: #6b46c1;
}

.even\:placeholder-purple-700:nth-child(even)::placeholder {
  color: #6b46c1;
}

.even\:placeholder-purple-800:nth-child(even)::-webkit-input-placeholder {
  color: #553c9a;
}

.even\:placeholder-purple-800:nth-child(even)::-moz-placeholder {
  color: #553c9a;
}

.even\:placeholder-purple-800:nth-child(even):-ms-input-placeholder {
  color: #553c9a;
}

.even\:placeholder-purple-800:nth-child(even)::-ms-input-placeholder {
  color: #553c9a;
}

.even\:placeholder-purple-800:nth-child(even)::placeholder {
  color: #553c9a;
}

.even\:placeholder-purple-900:nth-child(even)::-webkit-input-placeholder {
  color: #44337a;
}

.even\:placeholder-purple-900:nth-child(even)::-moz-placeholder {
  color: #44337a;
}

.even\:placeholder-purple-900:nth-child(even):-ms-input-placeholder {
  color: #44337a;
}

.even\:placeholder-purple-900:nth-child(even)::-ms-input-placeholder {
  color: #44337a;
}

.even\:placeholder-purple-900:nth-child(even)::placeholder {
  color: #44337a;
}

.even\:placeholder-pink-100:nth-child(even)::-webkit-input-placeholder {
  color: #fff5f7;
}

.even\:placeholder-pink-100:nth-child(even)::-moz-placeholder {
  color: #fff5f7;
}

.even\:placeholder-pink-100:nth-child(even):-ms-input-placeholder {
  color: #fff5f7;
}

.even\:placeholder-pink-100:nth-child(even)::-ms-input-placeholder {
  color: #fff5f7;
}

.even\:placeholder-pink-100:nth-child(even)::placeholder {
  color: #fff5f7;
}

.even\:placeholder-pink-200:nth-child(even)::-webkit-input-placeholder {
  color: #fed7e2;
}

.even\:placeholder-pink-200:nth-child(even)::-moz-placeholder {
  color: #fed7e2;
}

.even\:placeholder-pink-200:nth-child(even):-ms-input-placeholder {
  color: #fed7e2;
}

.even\:placeholder-pink-200:nth-child(even)::-ms-input-placeholder {
  color: #fed7e2;
}

.even\:placeholder-pink-200:nth-child(even)::placeholder {
  color: #fed7e2;
}

.even\:placeholder-pink-300:nth-child(even)::-webkit-input-placeholder {
  color: #fbb6ce;
}

.even\:placeholder-pink-300:nth-child(even)::-moz-placeholder {
  color: #fbb6ce;
}

.even\:placeholder-pink-300:nth-child(even):-ms-input-placeholder {
  color: #fbb6ce;
}

.even\:placeholder-pink-300:nth-child(even)::-ms-input-placeholder {
  color: #fbb6ce;
}

.even\:placeholder-pink-300:nth-child(even)::placeholder {
  color: #fbb6ce;
}

.even\:placeholder-pink-400:nth-child(even)::-webkit-input-placeholder {
  color: #f687b3;
}

.even\:placeholder-pink-400:nth-child(even)::-moz-placeholder {
  color: #f687b3;
}

.even\:placeholder-pink-400:nth-child(even):-ms-input-placeholder {
  color: #f687b3;
}

.even\:placeholder-pink-400:nth-child(even)::-ms-input-placeholder {
  color: #f687b3;
}

.even\:placeholder-pink-400:nth-child(even)::placeholder {
  color: #f687b3;
}

.even\:placeholder-pink-500:nth-child(even)::-webkit-input-placeholder {
  color: #ed64a6;
}

.even\:placeholder-pink-500:nth-child(even)::-moz-placeholder {
  color: #ed64a6;
}

.even\:placeholder-pink-500:nth-child(even):-ms-input-placeholder {
  color: #ed64a6;
}

.even\:placeholder-pink-500:nth-child(even)::-ms-input-placeholder {
  color: #ed64a6;
}

.even\:placeholder-pink-500:nth-child(even)::placeholder {
  color: #ed64a6;
}

.even\:placeholder-pink-600:nth-child(even)::-webkit-input-placeholder {
  color: #d53f8c;
}

.even\:placeholder-pink-600:nth-child(even)::-moz-placeholder {
  color: #d53f8c;
}

.even\:placeholder-pink-600:nth-child(even):-ms-input-placeholder {
  color: #d53f8c;
}

.even\:placeholder-pink-600:nth-child(even)::-ms-input-placeholder {
  color: #d53f8c;
}

.even\:placeholder-pink-600:nth-child(even)::placeholder {
  color: #d53f8c;
}

.even\:placeholder-pink-700:nth-child(even)::-webkit-input-placeholder {
  color: #b83280;
}

.even\:placeholder-pink-700:nth-child(even)::-moz-placeholder {
  color: #b83280;
}

.even\:placeholder-pink-700:nth-child(even):-ms-input-placeholder {
  color: #b83280;
}

.even\:placeholder-pink-700:nth-child(even)::-ms-input-placeholder {
  color: #b83280;
}

.even\:placeholder-pink-700:nth-child(even)::placeholder {
  color: #b83280;
}

.even\:placeholder-pink-800:nth-child(even)::-webkit-input-placeholder {
  color: #97266d;
}

.even\:placeholder-pink-800:nth-child(even)::-moz-placeholder {
  color: #97266d;
}

.even\:placeholder-pink-800:nth-child(even):-ms-input-placeholder {
  color: #97266d;
}

.even\:placeholder-pink-800:nth-child(even)::-ms-input-placeholder {
  color: #97266d;
}

.even\:placeholder-pink-800:nth-child(even)::placeholder {
  color: #97266d;
}

.even\:placeholder-pink-900:nth-child(even)::-webkit-input-placeholder {
  color: #702459;
}

.even\:placeholder-pink-900:nth-child(even)::-moz-placeholder {
  color: #702459;
}

.even\:placeholder-pink-900:nth-child(even):-ms-input-placeholder {
  color: #702459;
}

.even\:placeholder-pink-900:nth-child(even)::-ms-input-placeholder {
  color: #702459;
}

.even\:placeholder-pink-900:nth-child(even)::placeholder {
  color: #702459;
}

.hover\:placeholder-transparent:hover::-webkit-input-placeholder {
  color: transparent;
}

.hover\:placeholder-transparent:hover::-moz-placeholder {
  color: transparent;
}

.hover\:placeholder-transparent:hover:-ms-input-placeholder {
  color: transparent;
}

.hover\:placeholder-transparent:hover::-ms-input-placeholder {
  color: transparent;
}

.hover\:placeholder-transparent:hover::placeholder {
  color: transparent;
}

.hover\:placeholder-black:hover::-webkit-input-placeholder {
  color: #000;
}

.hover\:placeholder-black:hover::-moz-placeholder {
  color: #000;
}

.hover\:placeholder-black:hover:-ms-input-placeholder {
  color: #000;
}

.hover\:placeholder-black:hover::-ms-input-placeholder {
  color: #000;
}

.hover\:placeholder-black:hover::placeholder {
  color: #000;
}

.hover\:placeholder-white:hover::-webkit-input-placeholder {
  color: #fff;
}

.hover\:placeholder-white:hover::-moz-placeholder {
  color: #fff;
}

.hover\:placeholder-white:hover:-ms-input-placeholder {
  color: #fff;
}

.hover\:placeholder-white:hover::-ms-input-placeholder {
  color: #fff;
}

.hover\:placeholder-white:hover::placeholder {
  color: #fff;
}

.hover\:placeholder-gray-100:hover::-webkit-input-placeholder {
  color: #f7fafc;
}

.hover\:placeholder-gray-100:hover::-moz-placeholder {
  color: #f7fafc;
}

.hover\:placeholder-gray-100:hover:-ms-input-placeholder {
  color: #f7fafc;
}

.hover\:placeholder-gray-100:hover::-ms-input-placeholder {
  color: #f7fafc;
}

.hover\:placeholder-gray-100:hover::placeholder {
  color: #f7fafc;
}

.hover\:placeholder-gray-200:hover::-webkit-input-placeholder {
  color: #edf2f7;
}

.hover\:placeholder-gray-200:hover::-moz-placeholder {
  color: #edf2f7;
}

.hover\:placeholder-gray-200:hover:-ms-input-placeholder {
  color: #edf2f7;
}

.hover\:placeholder-gray-200:hover::-ms-input-placeholder {
  color: #edf2f7;
}

.hover\:placeholder-gray-200:hover::placeholder {
  color: #edf2f7;
}

.hover\:placeholder-gray-300:hover::-webkit-input-placeholder {
  color: #e2e8f0;
}

.hover\:placeholder-gray-300:hover::-moz-placeholder {
  color: #e2e8f0;
}

.hover\:placeholder-gray-300:hover:-ms-input-placeholder {
  color: #e2e8f0;
}

.hover\:placeholder-gray-300:hover::-ms-input-placeholder {
  color: #e2e8f0;
}

.hover\:placeholder-gray-300:hover::placeholder {
  color: #e2e8f0;
}

.hover\:placeholder-gray-400:hover::-webkit-input-placeholder {
  color: #cbd5e0;
}

.hover\:placeholder-gray-400:hover::-moz-placeholder {
  color: #cbd5e0;
}

.hover\:placeholder-gray-400:hover:-ms-input-placeholder {
  color: #cbd5e0;
}

.hover\:placeholder-gray-400:hover::-ms-input-placeholder {
  color: #cbd5e0;
}

.hover\:placeholder-gray-400:hover::placeholder {
  color: #cbd5e0;
}

.hover\:placeholder-gray-500:hover::-webkit-input-placeholder {
  color: #a0aec0;
}

.hover\:placeholder-gray-500:hover::-moz-placeholder {
  color: #a0aec0;
}

.hover\:placeholder-gray-500:hover:-ms-input-placeholder {
  color: #a0aec0;
}

.hover\:placeholder-gray-500:hover::-ms-input-placeholder {
  color: #a0aec0;
}

.hover\:placeholder-gray-500:hover::placeholder {
  color: #a0aec0;
}

.hover\:placeholder-gray-600:hover::-webkit-input-placeholder {
  color: #718096;
}

.hover\:placeholder-gray-600:hover::-moz-placeholder {
  color: #718096;
}

.hover\:placeholder-gray-600:hover:-ms-input-placeholder {
  color: #718096;
}

.hover\:placeholder-gray-600:hover::-ms-input-placeholder {
  color: #718096;
}

.hover\:placeholder-gray-600:hover::placeholder {
  color: #718096;
}

.hover\:placeholder-gray-700:hover::-webkit-input-placeholder {
  color: #4a5568;
}

.hover\:placeholder-gray-700:hover::-moz-placeholder {
  color: #4a5568;
}

.hover\:placeholder-gray-700:hover:-ms-input-placeholder {
  color: #4a5568;
}

.hover\:placeholder-gray-700:hover::-ms-input-placeholder {
  color: #4a5568;
}

.hover\:placeholder-gray-700:hover::placeholder {
  color: #4a5568;
}

.hover\:placeholder-gray-800:hover::-webkit-input-placeholder {
  color: #2d3748;
}

.hover\:placeholder-gray-800:hover::-moz-placeholder {
  color: #2d3748;
}

.hover\:placeholder-gray-800:hover:-ms-input-placeholder {
  color: #2d3748;
}

.hover\:placeholder-gray-800:hover::-ms-input-placeholder {
  color: #2d3748;
}

.hover\:placeholder-gray-800:hover::placeholder {
  color: #2d3748;
}

.hover\:placeholder-gray-900:hover::-webkit-input-placeholder {
  color: #1a202c;
}

.hover\:placeholder-gray-900:hover::-moz-placeholder {
  color: #1a202c;
}

.hover\:placeholder-gray-900:hover:-ms-input-placeholder {
  color: #1a202c;
}

.hover\:placeholder-gray-900:hover::-ms-input-placeholder {
  color: #1a202c;
}

.hover\:placeholder-gray-900:hover::placeholder {
  color: #1a202c;
}

.hover\:placeholder-red-100:hover::-webkit-input-placeholder {
  color: #fff5f5;
}

.hover\:placeholder-red-100:hover::-moz-placeholder {
  color: #fff5f5;
}

.hover\:placeholder-red-100:hover:-ms-input-placeholder {
  color: #fff5f5;
}

.hover\:placeholder-red-100:hover::-ms-input-placeholder {
  color: #fff5f5;
}

.hover\:placeholder-red-100:hover::placeholder {
  color: #fff5f5;
}

.hover\:placeholder-red-200:hover::-webkit-input-placeholder {
  color: #fed7d7;
}

.hover\:placeholder-red-200:hover::-moz-placeholder {
  color: #fed7d7;
}

.hover\:placeholder-red-200:hover:-ms-input-placeholder {
  color: #fed7d7;
}

.hover\:placeholder-red-200:hover::-ms-input-placeholder {
  color: #fed7d7;
}

.hover\:placeholder-red-200:hover::placeholder {
  color: #fed7d7;
}

.hover\:placeholder-red-300:hover::-webkit-input-placeholder {
  color: #feb2b2;
}

.hover\:placeholder-red-300:hover::-moz-placeholder {
  color: #feb2b2;
}

.hover\:placeholder-red-300:hover:-ms-input-placeholder {
  color: #feb2b2;
}

.hover\:placeholder-red-300:hover::-ms-input-placeholder {
  color: #feb2b2;
}

.hover\:placeholder-red-300:hover::placeholder {
  color: #feb2b2;
}

.hover\:placeholder-red-400:hover::-webkit-input-placeholder {
  color: #fc8181;
}

.hover\:placeholder-red-400:hover::-moz-placeholder {
  color: #fc8181;
}

.hover\:placeholder-red-400:hover:-ms-input-placeholder {
  color: #fc8181;
}

.hover\:placeholder-red-400:hover::-ms-input-placeholder {
  color: #fc8181;
}

.hover\:placeholder-red-400:hover::placeholder {
  color: #fc8181;
}

.hover\:placeholder-red-500:hover::-webkit-input-placeholder {
  color: #f56565;
}

.hover\:placeholder-red-500:hover::-moz-placeholder {
  color: #f56565;
}

.hover\:placeholder-red-500:hover:-ms-input-placeholder {
  color: #f56565;
}

.hover\:placeholder-red-500:hover::-ms-input-placeholder {
  color: #f56565;
}

.hover\:placeholder-red-500:hover::placeholder {
  color: #f56565;
}

.hover\:placeholder-red-600:hover::-webkit-input-placeholder {
  color: #e53e3e;
}

.hover\:placeholder-red-600:hover::-moz-placeholder {
  color: #e53e3e;
}

.hover\:placeholder-red-600:hover:-ms-input-placeholder {
  color: #e53e3e;
}

.hover\:placeholder-red-600:hover::-ms-input-placeholder {
  color: #e53e3e;
}

.hover\:placeholder-red-600:hover::placeholder {
  color: #e53e3e;
}

.hover\:placeholder-red-700:hover::-webkit-input-placeholder {
  color: #c53030;
}

.hover\:placeholder-red-700:hover::-moz-placeholder {
  color: #c53030;
}

.hover\:placeholder-red-700:hover:-ms-input-placeholder {
  color: #c53030;
}

.hover\:placeholder-red-700:hover::-ms-input-placeholder {
  color: #c53030;
}

.hover\:placeholder-red-700:hover::placeholder {
  color: #c53030;
}

.hover\:placeholder-red-800:hover::-webkit-input-placeholder {
  color: #9b2c2c;
}

.hover\:placeholder-red-800:hover::-moz-placeholder {
  color: #9b2c2c;
}

.hover\:placeholder-red-800:hover:-ms-input-placeholder {
  color: #9b2c2c;
}

.hover\:placeholder-red-800:hover::-ms-input-placeholder {
  color: #9b2c2c;
}

.hover\:placeholder-red-800:hover::placeholder {
  color: #9b2c2c;
}

.hover\:placeholder-red-900:hover::-webkit-input-placeholder {
  color: #742a2a;
}

.hover\:placeholder-red-900:hover::-moz-placeholder {
  color: #742a2a;
}

.hover\:placeholder-red-900:hover:-ms-input-placeholder {
  color: #742a2a;
}

.hover\:placeholder-red-900:hover::-ms-input-placeholder {
  color: #742a2a;
}

.hover\:placeholder-red-900:hover::placeholder {
  color: #742a2a;
}

.hover\:placeholder-orange-100:hover::-webkit-input-placeholder {
  color: #fffaf0;
}

.hover\:placeholder-orange-100:hover::-moz-placeholder {
  color: #fffaf0;
}

.hover\:placeholder-orange-100:hover:-ms-input-placeholder {
  color: #fffaf0;
}

.hover\:placeholder-orange-100:hover::-ms-input-placeholder {
  color: #fffaf0;
}

.hover\:placeholder-orange-100:hover::placeholder {
  color: #fffaf0;
}

.hover\:placeholder-orange-200:hover::-webkit-input-placeholder {
  color: #feebc8;
}

.hover\:placeholder-orange-200:hover::-moz-placeholder {
  color: #feebc8;
}

.hover\:placeholder-orange-200:hover:-ms-input-placeholder {
  color: #feebc8;
}

.hover\:placeholder-orange-200:hover::-ms-input-placeholder {
  color: #feebc8;
}

.hover\:placeholder-orange-200:hover::placeholder {
  color: #feebc8;
}

.hover\:placeholder-orange-300:hover::-webkit-input-placeholder {
  color: #fbd38d;
}

.hover\:placeholder-orange-300:hover::-moz-placeholder {
  color: #fbd38d;
}

.hover\:placeholder-orange-300:hover:-ms-input-placeholder {
  color: #fbd38d;
}

.hover\:placeholder-orange-300:hover::-ms-input-placeholder {
  color: #fbd38d;
}

.hover\:placeholder-orange-300:hover::placeholder {
  color: #fbd38d;
}

.hover\:placeholder-orange-400:hover::-webkit-input-placeholder {
  color: #f6ad55;
}

.hover\:placeholder-orange-400:hover::-moz-placeholder {
  color: #f6ad55;
}

.hover\:placeholder-orange-400:hover:-ms-input-placeholder {
  color: #f6ad55;
}

.hover\:placeholder-orange-400:hover::-ms-input-placeholder {
  color: #f6ad55;
}

.hover\:placeholder-orange-400:hover::placeholder {
  color: #f6ad55;
}

.hover\:placeholder-orange-500:hover::-webkit-input-placeholder {
  color: #ed8936;
}

.hover\:placeholder-orange-500:hover::-moz-placeholder {
  color: #ed8936;
}

.hover\:placeholder-orange-500:hover:-ms-input-placeholder {
  color: #ed8936;
}

.hover\:placeholder-orange-500:hover::-ms-input-placeholder {
  color: #ed8936;
}

.hover\:placeholder-orange-500:hover::placeholder {
  color: #ed8936;
}

.hover\:placeholder-orange-600:hover::-webkit-input-placeholder {
  color: #dd6b20;
}

.hover\:placeholder-orange-600:hover::-moz-placeholder {
  color: #dd6b20;
}

.hover\:placeholder-orange-600:hover:-ms-input-placeholder {
  color: #dd6b20;
}

.hover\:placeholder-orange-600:hover::-ms-input-placeholder {
  color: #dd6b20;
}

.hover\:placeholder-orange-600:hover::placeholder {
  color: #dd6b20;
}

.hover\:placeholder-orange-700:hover::-webkit-input-placeholder {
  color: #c05621;
}

.hover\:placeholder-orange-700:hover::-moz-placeholder {
  color: #c05621;
}

.hover\:placeholder-orange-700:hover:-ms-input-placeholder {
  color: #c05621;
}

.hover\:placeholder-orange-700:hover::-ms-input-placeholder {
  color: #c05621;
}

.hover\:placeholder-orange-700:hover::placeholder {
  color: #c05621;
}

.hover\:placeholder-orange-800:hover::-webkit-input-placeholder {
  color: #9c4221;
}

.hover\:placeholder-orange-800:hover::-moz-placeholder {
  color: #9c4221;
}

.hover\:placeholder-orange-800:hover:-ms-input-placeholder {
  color: #9c4221;
}

.hover\:placeholder-orange-800:hover::-ms-input-placeholder {
  color: #9c4221;
}

.hover\:placeholder-orange-800:hover::placeholder {
  color: #9c4221;
}

.hover\:placeholder-orange-900:hover::-webkit-input-placeholder {
  color: #7b341e;
}

.hover\:placeholder-orange-900:hover::-moz-placeholder {
  color: #7b341e;
}

.hover\:placeholder-orange-900:hover:-ms-input-placeholder {
  color: #7b341e;
}

.hover\:placeholder-orange-900:hover::-ms-input-placeholder {
  color: #7b341e;
}

.hover\:placeholder-orange-900:hover::placeholder {
  color: #7b341e;
}

.hover\:placeholder-yellow-100:hover::-webkit-input-placeholder {
  color: #fffff0;
}

.hover\:placeholder-yellow-100:hover::-moz-placeholder {
  color: #fffff0;
}

.hover\:placeholder-yellow-100:hover:-ms-input-placeholder {
  color: #fffff0;
}

.hover\:placeholder-yellow-100:hover::-ms-input-placeholder {
  color: #fffff0;
}

.hover\:placeholder-yellow-100:hover::placeholder {
  color: #fffff0;
}

.hover\:placeholder-yellow-200:hover::-webkit-input-placeholder {
  color: #fefcbf;
}

.hover\:placeholder-yellow-200:hover::-moz-placeholder {
  color: #fefcbf;
}

.hover\:placeholder-yellow-200:hover:-ms-input-placeholder {
  color: #fefcbf;
}

.hover\:placeholder-yellow-200:hover::-ms-input-placeholder {
  color: #fefcbf;
}

.hover\:placeholder-yellow-200:hover::placeholder {
  color: #fefcbf;
}

.hover\:placeholder-yellow-300:hover::-webkit-input-placeholder {
  color: #faf089;
}

.hover\:placeholder-yellow-300:hover::-moz-placeholder {
  color: #faf089;
}

.hover\:placeholder-yellow-300:hover:-ms-input-placeholder {
  color: #faf089;
}

.hover\:placeholder-yellow-300:hover::-ms-input-placeholder {
  color: #faf089;
}

.hover\:placeholder-yellow-300:hover::placeholder {
  color: #faf089;
}

.hover\:placeholder-yellow-400:hover::-webkit-input-placeholder {
  color: #f6e05e;
}

.hover\:placeholder-yellow-400:hover::-moz-placeholder {
  color: #f6e05e;
}

.hover\:placeholder-yellow-400:hover:-ms-input-placeholder {
  color: #f6e05e;
}

.hover\:placeholder-yellow-400:hover::-ms-input-placeholder {
  color: #f6e05e;
}

.hover\:placeholder-yellow-400:hover::placeholder {
  color: #f6e05e;
}

.hover\:placeholder-yellow-500:hover::-webkit-input-placeholder {
  color: #ecc94b;
}

.hover\:placeholder-yellow-500:hover::-moz-placeholder {
  color: #ecc94b;
}

.hover\:placeholder-yellow-500:hover:-ms-input-placeholder {
  color: #ecc94b;
}

.hover\:placeholder-yellow-500:hover::-ms-input-placeholder {
  color: #ecc94b;
}

.hover\:placeholder-yellow-500:hover::placeholder {
  color: #ecc94b;
}

.hover\:placeholder-yellow-600:hover::-webkit-input-placeholder {
  color: #d69e2e;
}

.hover\:placeholder-yellow-600:hover::-moz-placeholder {
  color: #d69e2e;
}

.hover\:placeholder-yellow-600:hover:-ms-input-placeholder {
  color: #d69e2e;
}

.hover\:placeholder-yellow-600:hover::-ms-input-placeholder {
  color: #d69e2e;
}

.hover\:placeholder-yellow-600:hover::placeholder {
  color: #d69e2e;
}

.hover\:placeholder-yellow-700:hover::-webkit-input-placeholder {
  color: #b7791f;
}

.hover\:placeholder-yellow-700:hover::-moz-placeholder {
  color: #b7791f;
}

.hover\:placeholder-yellow-700:hover:-ms-input-placeholder {
  color: #b7791f;
}

.hover\:placeholder-yellow-700:hover::-ms-input-placeholder {
  color: #b7791f;
}

.hover\:placeholder-yellow-700:hover::placeholder {
  color: #b7791f;
}

.hover\:placeholder-yellow-800:hover::-webkit-input-placeholder {
  color: #975a16;
}

.hover\:placeholder-yellow-800:hover::-moz-placeholder {
  color: #975a16;
}

.hover\:placeholder-yellow-800:hover:-ms-input-placeholder {
  color: #975a16;
}

.hover\:placeholder-yellow-800:hover::-ms-input-placeholder {
  color: #975a16;
}

.hover\:placeholder-yellow-800:hover::placeholder {
  color: #975a16;
}

.hover\:placeholder-yellow-900:hover::-webkit-input-placeholder {
  color: #744210;
}

.hover\:placeholder-yellow-900:hover::-moz-placeholder {
  color: #744210;
}

.hover\:placeholder-yellow-900:hover:-ms-input-placeholder {
  color: #744210;
}

.hover\:placeholder-yellow-900:hover::-ms-input-placeholder {
  color: #744210;
}

.hover\:placeholder-yellow-900:hover::placeholder {
  color: #744210;
}

.hover\:placeholder-green-100:hover::-webkit-input-placeholder {
  color: #f0fff4;
}

.hover\:placeholder-green-100:hover::-moz-placeholder {
  color: #f0fff4;
}

.hover\:placeholder-green-100:hover:-ms-input-placeholder {
  color: #f0fff4;
}

.hover\:placeholder-green-100:hover::-ms-input-placeholder {
  color: #f0fff4;
}

.hover\:placeholder-green-100:hover::placeholder {
  color: #f0fff4;
}

.hover\:placeholder-green-200:hover::-webkit-input-placeholder {
  color: #c6f6d5;
}

.hover\:placeholder-green-200:hover::-moz-placeholder {
  color: #c6f6d5;
}

.hover\:placeholder-green-200:hover:-ms-input-placeholder {
  color: #c6f6d5;
}

.hover\:placeholder-green-200:hover::-ms-input-placeholder {
  color: #c6f6d5;
}

.hover\:placeholder-green-200:hover::placeholder {
  color: #c6f6d5;
}

.hover\:placeholder-green-300:hover::-webkit-input-placeholder {
  color: #9ae6b4;
}

.hover\:placeholder-green-300:hover::-moz-placeholder {
  color: #9ae6b4;
}

.hover\:placeholder-green-300:hover:-ms-input-placeholder {
  color: #9ae6b4;
}

.hover\:placeholder-green-300:hover::-ms-input-placeholder {
  color: #9ae6b4;
}

.hover\:placeholder-green-300:hover::placeholder {
  color: #9ae6b4;
}

.hover\:placeholder-green-400:hover::-webkit-input-placeholder {
  color: #68d391;
}

.hover\:placeholder-green-400:hover::-moz-placeholder {
  color: #68d391;
}

.hover\:placeholder-green-400:hover:-ms-input-placeholder {
  color: #68d391;
}

.hover\:placeholder-green-400:hover::-ms-input-placeholder {
  color: #68d391;
}

.hover\:placeholder-green-400:hover::placeholder {
  color: #68d391;
}

.hover\:placeholder-green-500:hover::-webkit-input-placeholder {
  color: #48bb78;
}

.hover\:placeholder-green-500:hover::-moz-placeholder {
  color: #48bb78;
}

.hover\:placeholder-green-500:hover:-ms-input-placeholder {
  color: #48bb78;
}

.hover\:placeholder-green-500:hover::-ms-input-placeholder {
  color: #48bb78;
}

.hover\:placeholder-green-500:hover::placeholder {
  color: #48bb78;
}

.hover\:placeholder-green-600:hover::-webkit-input-placeholder {
  color: #38a169;
}

.hover\:placeholder-green-600:hover::-moz-placeholder {
  color: #38a169;
}

.hover\:placeholder-green-600:hover:-ms-input-placeholder {
  color: #38a169;
}

.hover\:placeholder-green-600:hover::-ms-input-placeholder {
  color: #38a169;
}

.hover\:placeholder-green-600:hover::placeholder {
  color: #38a169;
}

.hover\:placeholder-green-700:hover::-webkit-input-placeholder {
  color: #2f855a;
}

.hover\:placeholder-green-700:hover::-moz-placeholder {
  color: #2f855a;
}

.hover\:placeholder-green-700:hover:-ms-input-placeholder {
  color: #2f855a;
}

.hover\:placeholder-green-700:hover::-ms-input-placeholder {
  color: #2f855a;
}

.hover\:placeholder-green-700:hover::placeholder {
  color: #2f855a;
}

.hover\:placeholder-green-800:hover::-webkit-input-placeholder {
  color: #276749;
}

.hover\:placeholder-green-800:hover::-moz-placeholder {
  color: #276749;
}

.hover\:placeholder-green-800:hover:-ms-input-placeholder {
  color: #276749;
}

.hover\:placeholder-green-800:hover::-ms-input-placeholder {
  color: #276749;
}

.hover\:placeholder-green-800:hover::placeholder {
  color: #276749;
}

.hover\:placeholder-green-900:hover::-webkit-input-placeholder {
  color: #22543d;
}

.hover\:placeholder-green-900:hover::-moz-placeholder {
  color: #22543d;
}

.hover\:placeholder-green-900:hover:-ms-input-placeholder {
  color: #22543d;
}

.hover\:placeholder-green-900:hover::-ms-input-placeholder {
  color: #22543d;
}

.hover\:placeholder-green-900:hover::placeholder {
  color: #22543d;
}

.hover\:placeholder-teal-100:hover::-webkit-input-placeholder {
  color: #e6fffa;
}

.hover\:placeholder-teal-100:hover::-moz-placeholder {
  color: #e6fffa;
}

.hover\:placeholder-teal-100:hover:-ms-input-placeholder {
  color: #e6fffa;
}

.hover\:placeholder-teal-100:hover::-ms-input-placeholder {
  color: #e6fffa;
}

.hover\:placeholder-teal-100:hover::placeholder {
  color: #e6fffa;
}

.hover\:placeholder-teal-200:hover::-webkit-input-placeholder {
  color: #b2f5ea;
}

.hover\:placeholder-teal-200:hover::-moz-placeholder {
  color: #b2f5ea;
}

.hover\:placeholder-teal-200:hover:-ms-input-placeholder {
  color: #b2f5ea;
}

.hover\:placeholder-teal-200:hover::-ms-input-placeholder {
  color: #b2f5ea;
}

.hover\:placeholder-teal-200:hover::placeholder {
  color: #b2f5ea;
}

.hover\:placeholder-teal-300:hover::-webkit-input-placeholder {
  color: #81e6d9;
}

.hover\:placeholder-teal-300:hover::-moz-placeholder {
  color: #81e6d9;
}

.hover\:placeholder-teal-300:hover:-ms-input-placeholder {
  color: #81e6d9;
}

.hover\:placeholder-teal-300:hover::-ms-input-placeholder {
  color: #81e6d9;
}

.hover\:placeholder-teal-300:hover::placeholder {
  color: #81e6d9;
}

.hover\:placeholder-teal-400:hover::-webkit-input-placeholder {
  color: #4fd1c5;
}

.hover\:placeholder-teal-400:hover::-moz-placeholder {
  color: #4fd1c5;
}

.hover\:placeholder-teal-400:hover:-ms-input-placeholder {
  color: #4fd1c5;
}

.hover\:placeholder-teal-400:hover::-ms-input-placeholder {
  color: #4fd1c5;
}

.hover\:placeholder-teal-400:hover::placeholder {
  color: #4fd1c5;
}

.hover\:placeholder-teal-500:hover::-webkit-input-placeholder {
  color: #38b2ac;
}

.hover\:placeholder-teal-500:hover::-moz-placeholder {
  color: #38b2ac;
}

.hover\:placeholder-teal-500:hover:-ms-input-placeholder {
  color: #38b2ac;
}

.hover\:placeholder-teal-500:hover::-ms-input-placeholder {
  color: #38b2ac;
}

.hover\:placeholder-teal-500:hover::placeholder {
  color: #38b2ac;
}

.hover\:placeholder-teal-600:hover::-webkit-input-placeholder {
  color: #319795;
}

.hover\:placeholder-teal-600:hover::-moz-placeholder {
  color: #319795;
}

.hover\:placeholder-teal-600:hover:-ms-input-placeholder {
  color: #319795;
}

.hover\:placeholder-teal-600:hover::-ms-input-placeholder {
  color: #319795;
}

.hover\:placeholder-teal-600:hover::placeholder {
  color: #319795;
}

.hover\:placeholder-teal-700:hover::-webkit-input-placeholder {
  color: #2c7a7b;
}

.hover\:placeholder-teal-700:hover::-moz-placeholder {
  color: #2c7a7b;
}

.hover\:placeholder-teal-700:hover:-ms-input-placeholder {
  color: #2c7a7b;
}

.hover\:placeholder-teal-700:hover::-ms-input-placeholder {
  color: #2c7a7b;
}

.hover\:placeholder-teal-700:hover::placeholder {
  color: #2c7a7b;
}

.hover\:placeholder-teal-800:hover::-webkit-input-placeholder {
  color: #285e61;
}

.hover\:placeholder-teal-800:hover::-moz-placeholder {
  color: #285e61;
}

.hover\:placeholder-teal-800:hover:-ms-input-placeholder {
  color: #285e61;
}

.hover\:placeholder-teal-800:hover::-ms-input-placeholder {
  color: #285e61;
}

.hover\:placeholder-teal-800:hover::placeholder {
  color: #285e61;
}

.hover\:placeholder-teal-900:hover::-webkit-input-placeholder {
  color: #234e52;
}

.hover\:placeholder-teal-900:hover::-moz-placeholder {
  color: #234e52;
}

.hover\:placeholder-teal-900:hover:-ms-input-placeholder {
  color: #234e52;
}

.hover\:placeholder-teal-900:hover::-ms-input-placeholder {
  color: #234e52;
}

.hover\:placeholder-teal-900:hover::placeholder {
  color: #234e52;
}

.hover\:placeholder-blue-100:hover::-webkit-input-placeholder {
  color: #ebf8ff;
}

.hover\:placeholder-blue-100:hover::-moz-placeholder {
  color: #ebf8ff;
}

.hover\:placeholder-blue-100:hover:-ms-input-placeholder {
  color: #ebf8ff;
}

.hover\:placeholder-blue-100:hover::-ms-input-placeholder {
  color: #ebf8ff;
}

.hover\:placeholder-blue-100:hover::placeholder {
  color: #ebf8ff;
}

.hover\:placeholder-blue-200:hover::-webkit-input-placeholder {
  color: #bee3f8;
}

.hover\:placeholder-blue-200:hover::-moz-placeholder {
  color: #bee3f8;
}

.hover\:placeholder-blue-200:hover:-ms-input-placeholder {
  color: #bee3f8;
}

.hover\:placeholder-blue-200:hover::-ms-input-placeholder {
  color: #bee3f8;
}

.hover\:placeholder-blue-200:hover::placeholder {
  color: #bee3f8;
}

.hover\:placeholder-blue-300:hover::-webkit-input-placeholder {
  color: #90cdf4;
}

.hover\:placeholder-blue-300:hover::-moz-placeholder {
  color: #90cdf4;
}

.hover\:placeholder-blue-300:hover:-ms-input-placeholder {
  color: #90cdf4;
}

.hover\:placeholder-blue-300:hover::-ms-input-placeholder {
  color: #90cdf4;
}

.hover\:placeholder-blue-300:hover::placeholder {
  color: #90cdf4;
}

.hover\:placeholder-blue-400:hover::-webkit-input-placeholder {
  color: #63b3ed;
}

.hover\:placeholder-blue-400:hover::-moz-placeholder {
  color: #63b3ed;
}

.hover\:placeholder-blue-400:hover:-ms-input-placeholder {
  color: #63b3ed;
}

.hover\:placeholder-blue-400:hover::-ms-input-placeholder {
  color: #63b3ed;
}

.hover\:placeholder-blue-400:hover::placeholder {
  color: #63b3ed;
}

.hover\:placeholder-blue-500:hover::-webkit-input-placeholder {
  color: #4299e1;
}

.hover\:placeholder-blue-500:hover::-moz-placeholder {
  color: #4299e1;
}

.hover\:placeholder-blue-500:hover:-ms-input-placeholder {
  color: #4299e1;
}

.hover\:placeholder-blue-500:hover::-ms-input-placeholder {
  color: #4299e1;
}

.hover\:placeholder-blue-500:hover::placeholder {
  color: #4299e1;
}

.hover\:placeholder-blue-600:hover::-webkit-input-placeholder {
  color: #3182ce;
}

.hover\:placeholder-blue-600:hover::-moz-placeholder {
  color: #3182ce;
}

.hover\:placeholder-blue-600:hover:-ms-input-placeholder {
  color: #3182ce;
}

.hover\:placeholder-blue-600:hover::-ms-input-placeholder {
  color: #3182ce;
}

.hover\:placeholder-blue-600:hover::placeholder {
  color: #3182ce;
}

.hover\:placeholder-blue-700:hover::-webkit-input-placeholder {
  color: #2b6cb0;
}

.hover\:placeholder-blue-700:hover::-moz-placeholder {
  color: #2b6cb0;
}

.hover\:placeholder-blue-700:hover:-ms-input-placeholder {
  color: #2b6cb0;
}

.hover\:placeholder-blue-700:hover::-ms-input-placeholder {
  color: #2b6cb0;
}

.hover\:placeholder-blue-700:hover::placeholder {
  color: #2b6cb0;
}

.hover\:placeholder-blue-800:hover::-webkit-input-placeholder {
  color: #2c5282;
}

.hover\:placeholder-blue-800:hover::-moz-placeholder {
  color: #2c5282;
}

.hover\:placeholder-blue-800:hover:-ms-input-placeholder {
  color: #2c5282;
}

.hover\:placeholder-blue-800:hover::-ms-input-placeholder {
  color: #2c5282;
}

.hover\:placeholder-blue-800:hover::placeholder {
  color: #2c5282;
}

.hover\:placeholder-blue-900:hover::-webkit-input-placeholder {
  color: #2a4365;
}

.hover\:placeholder-blue-900:hover::-moz-placeholder {
  color: #2a4365;
}

.hover\:placeholder-blue-900:hover:-ms-input-placeholder {
  color: #2a4365;
}

.hover\:placeholder-blue-900:hover::-ms-input-placeholder {
  color: #2a4365;
}

.hover\:placeholder-blue-900:hover::placeholder {
  color: #2a4365;
}

.hover\:placeholder-indigo-100:hover::-webkit-input-placeholder {
  color: #ebf4ff;
}

.hover\:placeholder-indigo-100:hover::-moz-placeholder {
  color: #ebf4ff;
}

.hover\:placeholder-indigo-100:hover:-ms-input-placeholder {
  color: #ebf4ff;
}

.hover\:placeholder-indigo-100:hover::-ms-input-placeholder {
  color: #ebf4ff;
}

.hover\:placeholder-indigo-100:hover::placeholder {
  color: #ebf4ff;
}

.hover\:placeholder-indigo-200:hover::-webkit-input-placeholder {
  color: #c3dafe;
}

.hover\:placeholder-indigo-200:hover::-moz-placeholder {
  color: #c3dafe;
}

.hover\:placeholder-indigo-200:hover:-ms-input-placeholder {
  color: #c3dafe;
}

.hover\:placeholder-indigo-200:hover::-ms-input-placeholder {
  color: #c3dafe;
}

.hover\:placeholder-indigo-200:hover::placeholder {
  color: #c3dafe;
}

.hover\:placeholder-indigo-300:hover::-webkit-input-placeholder {
  color: #a3bffa;
}

.hover\:placeholder-indigo-300:hover::-moz-placeholder {
  color: #a3bffa;
}

.hover\:placeholder-indigo-300:hover:-ms-input-placeholder {
  color: #a3bffa;
}

.hover\:placeholder-indigo-300:hover::-ms-input-placeholder {
  color: #a3bffa;
}

.hover\:placeholder-indigo-300:hover::placeholder {
  color: #a3bffa;
}

.hover\:placeholder-indigo-400:hover::-webkit-input-placeholder {
  color: #7f9cf5;
}

.hover\:placeholder-indigo-400:hover::-moz-placeholder {
  color: #7f9cf5;
}

.hover\:placeholder-indigo-400:hover:-ms-input-placeholder {
  color: #7f9cf5;
}

.hover\:placeholder-indigo-400:hover::-ms-input-placeholder {
  color: #7f9cf5;
}

.hover\:placeholder-indigo-400:hover::placeholder {
  color: #7f9cf5;
}

.hover\:placeholder-indigo-500:hover::-webkit-input-placeholder {
  color: #667eea;
}

.hover\:placeholder-indigo-500:hover::-moz-placeholder {
  color: #667eea;
}

.hover\:placeholder-indigo-500:hover:-ms-input-placeholder {
  color: #667eea;
}

.hover\:placeholder-indigo-500:hover::-ms-input-placeholder {
  color: #667eea;
}

.hover\:placeholder-indigo-500:hover::placeholder {
  color: #667eea;
}

.hover\:placeholder-indigo-600:hover::-webkit-input-placeholder {
  color: #5a67d8;
}

.hover\:placeholder-indigo-600:hover::-moz-placeholder {
  color: #5a67d8;
}

.hover\:placeholder-indigo-600:hover:-ms-input-placeholder {
  color: #5a67d8;
}

.hover\:placeholder-indigo-600:hover::-ms-input-placeholder {
  color: #5a67d8;
}

.hover\:placeholder-indigo-600:hover::placeholder {
  color: #5a67d8;
}

.hover\:placeholder-indigo-700:hover::-webkit-input-placeholder {
  color: #4c51bf;
}

.hover\:placeholder-indigo-700:hover::-moz-placeholder {
  color: #4c51bf;
}

.hover\:placeholder-indigo-700:hover:-ms-input-placeholder {
  color: #4c51bf;
}

.hover\:placeholder-indigo-700:hover::-ms-input-placeholder {
  color: #4c51bf;
}

.hover\:placeholder-indigo-700:hover::placeholder {
  color: #4c51bf;
}

.hover\:placeholder-indigo-800:hover::-webkit-input-placeholder {
  color: #434190;
}

.hover\:placeholder-indigo-800:hover::-moz-placeholder {
  color: #434190;
}

.hover\:placeholder-indigo-800:hover:-ms-input-placeholder {
  color: #434190;
}

.hover\:placeholder-indigo-800:hover::-ms-input-placeholder {
  color: #434190;
}

.hover\:placeholder-indigo-800:hover::placeholder {
  color: #434190;
}

.hover\:placeholder-indigo-900:hover::-webkit-input-placeholder {
  color: #3c366b;
}

.hover\:placeholder-indigo-900:hover::-moz-placeholder {
  color: #3c366b;
}

.hover\:placeholder-indigo-900:hover:-ms-input-placeholder {
  color: #3c366b;
}

.hover\:placeholder-indigo-900:hover::-ms-input-placeholder {
  color: #3c366b;
}

.hover\:placeholder-indigo-900:hover::placeholder {
  color: #3c366b;
}

.hover\:placeholder-purple-100:hover::-webkit-input-placeholder {
  color: #faf5ff;
}

.hover\:placeholder-purple-100:hover::-moz-placeholder {
  color: #faf5ff;
}

.hover\:placeholder-purple-100:hover:-ms-input-placeholder {
  color: #faf5ff;
}

.hover\:placeholder-purple-100:hover::-ms-input-placeholder {
  color: #faf5ff;
}

.hover\:placeholder-purple-100:hover::placeholder {
  color: #faf5ff;
}

.hover\:placeholder-purple-200:hover::-webkit-input-placeholder {
  color: #e9d8fd;
}

.hover\:placeholder-purple-200:hover::-moz-placeholder {
  color: #e9d8fd;
}

.hover\:placeholder-purple-200:hover:-ms-input-placeholder {
  color: #e9d8fd;
}

.hover\:placeholder-purple-200:hover::-ms-input-placeholder {
  color: #e9d8fd;
}

.hover\:placeholder-purple-200:hover::placeholder {
  color: #e9d8fd;
}

.hover\:placeholder-purple-300:hover::-webkit-input-placeholder {
  color: #d6bcfa;
}

.hover\:placeholder-purple-300:hover::-moz-placeholder {
  color: #d6bcfa;
}

.hover\:placeholder-purple-300:hover:-ms-input-placeholder {
  color: #d6bcfa;
}

.hover\:placeholder-purple-300:hover::-ms-input-placeholder {
  color: #d6bcfa;
}

.hover\:placeholder-purple-300:hover::placeholder {
  color: #d6bcfa;
}

.hover\:placeholder-purple-400:hover::-webkit-input-placeholder {
  color: #b794f4;
}

.hover\:placeholder-purple-400:hover::-moz-placeholder {
  color: #b794f4;
}

.hover\:placeholder-purple-400:hover:-ms-input-placeholder {
  color: #b794f4;
}

.hover\:placeholder-purple-400:hover::-ms-input-placeholder {
  color: #b794f4;
}

.hover\:placeholder-purple-400:hover::placeholder {
  color: #b794f4;
}

.hover\:placeholder-purple-500:hover::-webkit-input-placeholder {
  color: #9f7aea;
}

.hover\:placeholder-purple-500:hover::-moz-placeholder {
  color: #9f7aea;
}

.hover\:placeholder-purple-500:hover:-ms-input-placeholder {
  color: #9f7aea;
}

.hover\:placeholder-purple-500:hover::-ms-input-placeholder {
  color: #9f7aea;
}

.hover\:placeholder-purple-500:hover::placeholder {
  color: #9f7aea;
}

.hover\:placeholder-purple-600:hover::-webkit-input-placeholder {
  color: #805ad5;
}

.hover\:placeholder-purple-600:hover::-moz-placeholder {
  color: #805ad5;
}

.hover\:placeholder-purple-600:hover:-ms-input-placeholder {
  color: #805ad5;
}

.hover\:placeholder-purple-600:hover::-ms-input-placeholder {
  color: #805ad5;
}

.hover\:placeholder-purple-600:hover::placeholder {
  color: #805ad5;
}

.hover\:placeholder-purple-700:hover::-webkit-input-placeholder {
  color: #6b46c1;
}

.hover\:placeholder-purple-700:hover::-moz-placeholder {
  color: #6b46c1;
}

.hover\:placeholder-purple-700:hover:-ms-input-placeholder {
  color: #6b46c1;
}

.hover\:placeholder-purple-700:hover::-ms-input-placeholder {
  color: #6b46c1;
}

.hover\:placeholder-purple-700:hover::placeholder {
  color: #6b46c1;
}

.hover\:placeholder-purple-800:hover::-webkit-input-placeholder {
  color: #553c9a;
}

.hover\:placeholder-purple-800:hover::-moz-placeholder {
  color: #553c9a;
}

.hover\:placeholder-purple-800:hover:-ms-input-placeholder {
  color: #553c9a;
}

.hover\:placeholder-purple-800:hover::-ms-input-placeholder {
  color: #553c9a;
}

.hover\:placeholder-purple-800:hover::placeholder {
  color: #553c9a;
}

.hover\:placeholder-purple-900:hover::-webkit-input-placeholder {
  color: #44337a;
}

.hover\:placeholder-purple-900:hover::-moz-placeholder {
  color: #44337a;
}

.hover\:placeholder-purple-900:hover:-ms-input-placeholder {
  color: #44337a;
}

.hover\:placeholder-purple-900:hover::-ms-input-placeholder {
  color: #44337a;
}

.hover\:placeholder-purple-900:hover::placeholder {
  color: #44337a;
}

.hover\:placeholder-pink-100:hover::-webkit-input-placeholder {
  color: #fff5f7;
}

.hover\:placeholder-pink-100:hover::-moz-placeholder {
  color: #fff5f7;
}

.hover\:placeholder-pink-100:hover:-ms-input-placeholder {
  color: #fff5f7;
}

.hover\:placeholder-pink-100:hover::-ms-input-placeholder {
  color: #fff5f7;
}

.hover\:placeholder-pink-100:hover::placeholder {
  color: #fff5f7;
}

.hover\:placeholder-pink-200:hover::-webkit-input-placeholder {
  color: #fed7e2;
}

.hover\:placeholder-pink-200:hover::-moz-placeholder {
  color: #fed7e2;
}

.hover\:placeholder-pink-200:hover:-ms-input-placeholder {
  color: #fed7e2;
}

.hover\:placeholder-pink-200:hover::-ms-input-placeholder {
  color: #fed7e2;
}

.hover\:placeholder-pink-200:hover::placeholder {
  color: #fed7e2;
}

.hover\:placeholder-pink-300:hover::-webkit-input-placeholder {
  color: #fbb6ce;
}

.hover\:placeholder-pink-300:hover::-moz-placeholder {
  color: #fbb6ce;
}

.hover\:placeholder-pink-300:hover:-ms-input-placeholder {
  color: #fbb6ce;
}

.hover\:placeholder-pink-300:hover::-ms-input-placeholder {
  color: #fbb6ce;
}

.hover\:placeholder-pink-300:hover::placeholder {
  color: #fbb6ce;
}

.hover\:placeholder-pink-400:hover::-webkit-input-placeholder {
  color: #f687b3;
}

.hover\:placeholder-pink-400:hover::-moz-placeholder {
  color: #f687b3;
}

.hover\:placeholder-pink-400:hover:-ms-input-placeholder {
  color: #f687b3;
}

.hover\:placeholder-pink-400:hover::-ms-input-placeholder {
  color: #f687b3;
}

.hover\:placeholder-pink-400:hover::placeholder {
  color: #f687b3;
}

.hover\:placeholder-pink-500:hover::-webkit-input-placeholder {
  color: #ed64a6;
}

.hover\:placeholder-pink-500:hover::-moz-placeholder {
  color: #ed64a6;
}

.hover\:placeholder-pink-500:hover:-ms-input-placeholder {
  color: #ed64a6;
}

.hover\:placeholder-pink-500:hover::-ms-input-placeholder {
  color: #ed64a6;
}

.hover\:placeholder-pink-500:hover::placeholder {
  color: #ed64a6;
}

.hover\:placeholder-pink-600:hover::-webkit-input-placeholder {
  color: #d53f8c;
}

.hover\:placeholder-pink-600:hover::-moz-placeholder {
  color: #d53f8c;
}

.hover\:placeholder-pink-600:hover:-ms-input-placeholder {
  color: #d53f8c;
}

.hover\:placeholder-pink-600:hover::-ms-input-placeholder {
  color: #d53f8c;
}

.hover\:placeholder-pink-600:hover::placeholder {
  color: #d53f8c;
}

.hover\:placeholder-pink-700:hover::-webkit-input-placeholder {
  color: #b83280;
}

.hover\:placeholder-pink-700:hover::-moz-placeholder {
  color: #b83280;
}

.hover\:placeholder-pink-700:hover:-ms-input-placeholder {
  color: #b83280;
}

.hover\:placeholder-pink-700:hover::-ms-input-placeholder {
  color: #b83280;
}

.hover\:placeholder-pink-700:hover::placeholder {
  color: #b83280;
}

.hover\:placeholder-pink-800:hover::-webkit-input-placeholder {
  color: #97266d;
}

.hover\:placeholder-pink-800:hover::-moz-placeholder {
  color: #97266d;
}

.hover\:placeholder-pink-800:hover:-ms-input-placeholder {
  color: #97266d;
}

.hover\:placeholder-pink-800:hover::-ms-input-placeholder {
  color: #97266d;
}

.hover\:placeholder-pink-800:hover::placeholder {
  color: #97266d;
}

.hover\:placeholder-pink-900:hover::-webkit-input-placeholder {
  color: #702459;
}

.hover\:placeholder-pink-900:hover::-moz-placeholder {
  color: #702459;
}

.hover\:placeholder-pink-900:hover:-ms-input-placeholder {
  color: #702459;
}

.hover\:placeholder-pink-900:hover::-ms-input-placeholder {
  color: #702459;
}

.hover\:placeholder-pink-900:hover::placeholder {
  color: #702459;
}

.focus\:placeholder-transparent:focus::-webkit-input-placeholder {
  color: transparent;
}

.focus\:placeholder-transparent:focus::-moz-placeholder {
  color: transparent;
}

.focus\:placeholder-transparent:focus:-ms-input-placeholder {
  color: transparent;
}

.focus\:placeholder-transparent:focus::-ms-input-placeholder {
  color: transparent;
}

.focus\:placeholder-transparent:focus::placeholder {
  color: transparent;
}

.focus\:placeholder-black:focus::-webkit-input-placeholder {
  color: #000;
}

.focus\:placeholder-black:focus::-moz-placeholder {
  color: #000;
}

.focus\:placeholder-black:focus:-ms-input-placeholder {
  color: #000;
}

.focus\:placeholder-black:focus::-ms-input-placeholder {
  color: #000;
}

.focus\:placeholder-black:focus::placeholder {
  color: #000;
}

.focus\:placeholder-white:focus::-webkit-input-placeholder {
  color: #fff;
}

.focus\:placeholder-white:focus::-moz-placeholder {
  color: #fff;
}

.focus\:placeholder-white:focus:-ms-input-placeholder {
  color: #fff;
}

.focus\:placeholder-white:focus::-ms-input-placeholder {
  color: #fff;
}

.focus\:placeholder-white:focus::placeholder {
  color: #fff;
}

.focus\:placeholder-gray-100:focus::-webkit-input-placeholder {
  color: #f7fafc;
}

.focus\:placeholder-gray-100:focus::-moz-placeholder {
  color: #f7fafc;
}

.focus\:placeholder-gray-100:focus:-ms-input-placeholder {
  color: #f7fafc;
}

.focus\:placeholder-gray-100:focus::-ms-input-placeholder {
  color: #f7fafc;
}

.focus\:placeholder-gray-100:focus::placeholder {
  color: #f7fafc;
}

.focus\:placeholder-gray-200:focus::-webkit-input-placeholder {
  color: #edf2f7;
}

.focus\:placeholder-gray-200:focus::-moz-placeholder {
  color: #edf2f7;
}

.focus\:placeholder-gray-200:focus:-ms-input-placeholder {
  color: #edf2f7;
}

.focus\:placeholder-gray-200:focus::-ms-input-placeholder {
  color: #edf2f7;
}

.focus\:placeholder-gray-200:focus::placeholder {
  color: #edf2f7;
}

.focus\:placeholder-gray-300:focus::-webkit-input-placeholder {
  color: #e2e8f0;
}

.focus\:placeholder-gray-300:focus::-moz-placeholder {
  color: #e2e8f0;
}

.focus\:placeholder-gray-300:focus:-ms-input-placeholder {
  color: #e2e8f0;
}

.focus\:placeholder-gray-300:focus::-ms-input-placeholder {
  color: #e2e8f0;
}

.focus\:placeholder-gray-300:focus::placeholder {
  color: #e2e8f0;
}

.focus\:placeholder-gray-400:focus::-webkit-input-placeholder {
  color: #cbd5e0;
}

.focus\:placeholder-gray-400:focus::-moz-placeholder {
  color: #cbd5e0;
}

.focus\:placeholder-gray-400:focus:-ms-input-placeholder {
  color: #cbd5e0;
}

.focus\:placeholder-gray-400:focus::-ms-input-placeholder {
  color: #cbd5e0;
}

.focus\:placeholder-gray-400:focus::placeholder {
  color: #cbd5e0;
}

.focus\:placeholder-gray-500:focus::-webkit-input-placeholder {
  color: #a0aec0;
}

.focus\:placeholder-gray-500:focus::-moz-placeholder {
  color: #a0aec0;
}

.focus\:placeholder-gray-500:focus:-ms-input-placeholder {
  color: #a0aec0;
}

.focus\:placeholder-gray-500:focus::-ms-input-placeholder {
  color: #a0aec0;
}

.focus\:placeholder-gray-500:focus::placeholder {
  color: #a0aec0;
}

.focus\:placeholder-gray-600:focus::-webkit-input-placeholder {
  color: #718096;
}

.focus\:placeholder-gray-600:focus::-moz-placeholder {
  color: #718096;
}

.focus\:placeholder-gray-600:focus:-ms-input-placeholder {
  color: #718096;
}

.focus\:placeholder-gray-600:focus::-ms-input-placeholder {
  color: #718096;
}

.focus\:placeholder-gray-600:focus::placeholder {
  color: #718096;
}

.focus\:placeholder-gray-700:focus::-webkit-input-placeholder {
  color: #4a5568;
}

.focus\:placeholder-gray-700:focus::-moz-placeholder {
  color: #4a5568;
}

.focus\:placeholder-gray-700:focus:-ms-input-placeholder {
  color: #4a5568;
}

.focus\:placeholder-gray-700:focus::-ms-input-placeholder {
  color: #4a5568;
}

.focus\:placeholder-gray-700:focus::placeholder {
  color: #4a5568;
}

.focus\:placeholder-gray-800:focus::-webkit-input-placeholder {
  color: #2d3748;
}

.focus\:placeholder-gray-800:focus::-moz-placeholder {
  color: #2d3748;
}

.focus\:placeholder-gray-800:focus:-ms-input-placeholder {
  color: #2d3748;
}

.focus\:placeholder-gray-800:focus::-ms-input-placeholder {
  color: #2d3748;
}

.focus\:placeholder-gray-800:focus::placeholder {
  color: #2d3748;
}

.focus\:placeholder-gray-900:focus::-webkit-input-placeholder {
  color: #1a202c;
}

.focus\:placeholder-gray-900:focus::-moz-placeholder {
  color: #1a202c;
}

.focus\:placeholder-gray-900:focus:-ms-input-placeholder {
  color: #1a202c;
}

.focus\:placeholder-gray-900:focus::-ms-input-placeholder {
  color: #1a202c;
}

.focus\:placeholder-gray-900:focus::placeholder {
  color: #1a202c;
}

.focus\:placeholder-red-100:focus::-webkit-input-placeholder {
  color: #fff5f5;
}

.focus\:placeholder-red-100:focus::-moz-placeholder {
  color: #fff5f5;
}

.focus\:placeholder-red-100:focus:-ms-input-placeholder {
  color: #fff5f5;
}

.focus\:placeholder-red-100:focus::-ms-input-placeholder {
  color: #fff5f5;
}

.focus\:placeholder-red-100:focus::placeholder {
  color: #fff5f5;
}

.focus\:placeholder-red-200:focus::-webkit-input-placeholder {
  color: #fed7d7;
}

.focus\:placeholder-red-200:focus::-moz-placeholder {
  color: #fed7d7;
}

.focus\:placeholder-red-200:focus:-ms-input-placeholder {
  color: #fed7d7;
}

.focus\:placeholder-red-200:focus::-ms-input-placeholder {
  color: #fed7d7;
}

.focus\:placeholder-red-200:focus::placeholder {
  color: #fed7d7;
}

.focus\:placeholder-red-300:focus::-webkit-input-placeholder {
  color: #feb2b2;
}

.focus\:placeholder-red-300:focus::-moz-placeholder {
  color: #feb2b2;
}

.focus\:placeholder-red-300:focus:-ms-input-placeholder {
  color: #feb2b2;
}

.focus\:placeholder-red-300:focus::-ms-input-placeholder {
  color: #feb2b2;
}

.focus\:placeholder-red-300:focus::placeholder {
  color: #feb2b2;
}

.focus\:placeholder-red-400:focus::-webkit-input-placeholder {
  color: #fc8181;
}

.focus\:placeholder-red-400:focus::-moz-placeholder {
  color: #fc8181;
}

.focus\:placeholder-red-400:focus:-ms-input-placeholder {
  color: #fc8181;
}

.focus\:placeholder-red-400:focus::-ms-input-placeholder {
  color: #fc8181;
}

.focus\:placeholder-red-400:focus::placeholder {
  color: #fc8181;
}

.focus\:placeholder-red-500:focus::-webkit-input-placeholder {
  color: #f56565;
}

.focus\:placeholder-red-500:focus::-moz-placeholder {
  color: #f56565;
}

.focus\:placeholder-red-500:focus:-ms-input-placeholder {
  color: #f56565;
}

.focus\:placeholder-red-500:focus::-ms-input-placeholder {
  color: #f56565;
}

.focus\:placeholder-red-500:focus::placeholder {
  color: #f56565;
}

.focus\:placeholder-red-600:focus::-webkit-input-placeholder {
  color: #e53e3e;
}

.focus\:placeholder-red-600:focus::-moz-placeholder {
  color: #e53e3e;
}

.focus\:placeholder-red-600:focus:-ms-input-placeholder {
  color: #e53e3e;
}

.focus\:placeholder-red-600:focus::-ms-input-placeholder {
  color: #e53e3e;
}

.focus\:placeholder-red-600:focus::placeholder {
  color: #e53e3e;
}

.focus\:placeholder-red-700:focus::-webkit-input-placeholder {
  color: #c53030;
}

.focus\:placeholder-red-700:focus::-moz-placeholder {
  color: #c53030;
}

.focus\:placeholder-red-700:focus:-ms-input-placeholder {
  color: #c53030;
}

.focus\:placeholder-red-700:focus::-ms-input-placeholder {
  color: #c53030;
}

.focus\:placeholder-red-700:focus::placeholder {
  color: #c53030;
}

.focus\:placeholder-red-800:focus::-webkit-input-placeholder {
  color: #9b2c2c;
}

.focus\:placeholder-red-800:focus::-moz-placeholder {
  color: #9b2c2c;
}

.focus\:placeholder-red-800:focus:-ms-input-placeholder {
  color: #9b2c2c;
}

.focus\:placeholder-red-800:focus::-ms-input-placeholder {
  color: #9b2c2c;
}

.focus\:placeholder-red-800:focus::placeholder {
  color: #9b2c2c;
}

.focus\:placeholder-red-900:focus::-webkit-input-placeholder {
  color: #742a2a;
}

.focus\:placeholder-red-900:focus::-moz-placeholder {
  color: #742a2a;
}

.focus\:placeholder-red-900:focus:-ms-input-placeholder {
  color: #742a2a;
}

.focus\:placeholder-red-900:focus::-ms-input-placeholder {
  color: #742a2a;
}

.focus\:placeholder-red-900:focus::placeholder {
  color: #742a2a;
}

.focus\:placeholder-orange-100:focus::-webkit-input-placeholder {
  color: #fffaf0;
}

.focus\:placeholder-orange-100:focus::-moz-placeholder {
  color: #fffaf0;
}

.focus\:placeholder-orange-100:focus:-ms-input-placeholder {
  color: #fffaf0;
}

.focus\:placeholder-orange-100:focus::-ms-input-placeholder {
  color: #fffaf0;
}

.focus\:placeholder-orange-100:focus::placeholder {
  color: #fffaf0;
}

.focus\:placeholder-orange-200:focus::-webkit-input-placeholder {
  color: #feebc8;
}

.focus\:placeholder-orange-200:focus::-moz-placeholder {
  color: #feebc8;
}

.focus\:placeholder-orange-200:focus:-ms-input-placeholder {
  color: #feebc8;
}

.focus\:placeholder-orange-200:focus::-ms-input-placeholder {
  color: #feebc8;
}

.focus\:placeholder-orange-200:focus::placeholder {
  color: #feebc8;
}

.focus\:placeholder-orange-300:focus::-webkit-input-placeholder {
  color: #fbd38d;
}

.focus\:placeholder-orange-300:focus::-moz-placeholder {
  color: #fbd38d;
}

.focus\:placeholder-orange-300:focus:-ms-input-placeholder {
  color: #fbd38d;
}

.focus\:placeholder-orange-300:focus::-ms-input-placeholder {
  color: #fbd38d;
}

.focus\:placeholder-orange-300:focus::placeholder {
  color: #fbd38d;
}

.focus\:placeholder-orange-400:focus::-webkit-input-placeholder {
  color: #f6ad55;
}

.focus\:placeholder-orange-400:focus::-moz-placeholder {
  color: #f6ad55;
}

.focus\:placeholder-orange-400:focus:-ms-input-placeholder {
  color: #f6ad55;
}

.focus\:placeholder-orange-400:focus::-ms-input-placeholder {
  color: #f6ad55;
}

.focus\:placeholder-orange-400:focus::placeholder {
  color: #f6ad55;
}

.focus\:placeholder-orange-500:focus::-webkit-input-placeholder {
  color: #ed8936;
}

.focus\:placeholder-orange-500:focus::-moz-placeholder {
  color: #ed8936;
}

.focus\:placeholder-orange-500:focus:-ms-input-placeholder {
  color: #ed8936;
}

.focus\:placeholder-orange-500:focus::-ms-input-placeholder {
  color: #ed8936;
}

.focus\:placeholder-orange-500:focus::placeholder {
  color: #ed8936;
}

.focus\:placeholder-orange-600:focus::-webkit-input-placeholder {
  color: #dd6b20;
}

.focus\:placeholder-orange-600:focus::-moz-placeholder {
  color: #dd6b20;
}

.focus\:placeholder-orange-600:focus:-ms-input-placeholder {
  color: #dd6b20;
}

.focus\:placeholder-orange-600:focus::-ms-input-placeholder {
  color: #dd6b20;
}

.focus\:placeholder-orange-600:focus::placeholder {
  color: #dd6b20;
}

.focus\:placeholder-orange-700:focus::-webkit-input-placeholder {
  color: #c05621;
}

.focus\:placeholder-orange-700:focus::-moz-placeholder {
  color: #c05621;
}

.focus\:placeholder-orange-700:focus:-ms-input-placeholder {
  color: #c05621;
}

.focus\:placeholder-orange-700:focus::-ms-input-placeholder {
  color: #c05621;
}

.focus\:placeholder-orange-700:focus::placeholder {
  color: #c05621;
}

.focus\:placeholder-orange-800:focus::-webkit-input-placeholder {
  color: #9c4221;
}

.focus\:placeholder-orange-800:focus::-moz-placeholder {
  color: #9c4221;
}

.focus\:placeholder-orange-800:focus:-ms-input-placeholder {
  color: #9c4221;
}

.focus\:placeholder-orange-800:focus::-ms-input-placeholder {
  color: #9c4221;
}

.focus\:placeholder-orange-800:focus::placeholder {
  color: #9c4221;
}

.focus\:placeholder-orange-900:focus::-webkit-input-placeholder {
  color: #7b341e;
}

.focus\:placeholder-orange-900:focus::-moz-placeholder {
  color: #7b341e;
}

.focus\:placeholder-orange-900:focus:-ms-input-placeholder {
  color: #7b341e;
}

.focus\:placeholder-orange-900:focus::-ms-input-placeholder {
  color: #7b341e;
}

.focus\:placeholder-orange-900:focus::placeholder {
  color: #7b341e;
}

.focus\:placeholder-yellow-100:focus::-webkit-input-placeholder {
  color: #fffff0;
}

.focus\:placeholder-yellow-100:focus::-moz-placeholder {
  color: #fffff0;
}

.focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
  color: #fffff0;
}

.focus\:placeholder-yellow-100:focus::-ms-input-placeholder {
  color: #fffff0;
}

.focus\:placeholder-yellow-100:focus::placeholder {
  color: #fffff0;
}

.focus\:placeholder-yellow-200:focus::-webkit-input-placeholder {
  color: #fefcbf;
}

.focus\:placeholder-yellow-200:focus::-moz-placeholder {
  color: #fefcbf;
}

.focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
  color: #fefcbf;
}

.focus\:placeholder-yellow-200:focus::-ms-input-placeholder {
  color: #fefcbf;
}

.focus\:placeholder-yellow-200:focus::placeholder {
  color: #fefcbf;
}

.focus\:placeholder-yellow-300:focus::-webkit-input-placeholder {
  color: #faf089;
}

.focus\:placeholder-yellow-300:focus::-moz-placeholder {
  color: #faf089;
}

.focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
  color: #faf089;
}

.focus\:placeholder-yellow-300:focus::-ms-input-placeholder {
  color: #faf089;
}

.focus\:placeholder-yellow-300:focus::placeholder {
  color: #faf089;
}

.focus\:placeholder-yellow-400:focus::-webkit-input-placeholder {
  color: #f6e05e;
}

.focus\:placeholder-yellow-400:focus::-moz-placeholder {
  color: #f6e05e;
}

.focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
  color: #f6e05e;
}

.focus\:placeholder-yellow-400:focus::-ms-input-placeholder {
  color: #f6e05e;
}

.focus\:placeholder-yellow-400:focus::placeholder {
  color: #f6e05e;
}

.focus\:placeholder-yellow-500:focus::-webkit-input-placeholder {
  color: #ecc94b;
}

.focus\:placeholder-yellow-500:focus::-moz-placeholder {
  color: #ecc94b;
}

.focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
  color: #ecc94b;
}

.focus\:placeholder-yellow-500:focus::-ms-input-placeholder {
  color: #ecc94b;
}

.focus\:placeholder-yellow-500:focus::placeholder {
  color: #ecc94b;
}

.focus\:placeholder-yellow-600:focus::-webkit-input-placeholder {
  color: #d69e2e;
}

.focus\:placeholder-yellow-600:focus::-moz-placeholder {
  color: #d69e2e;
}

.focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
  color: #d69e2e;
}

.focus\:placeholder-yellow-600:focus::-ms-input-placeholder {
  color: #d69e2e;
}

.focus\:placeholder-yellow-600:focus::placeholder {
  color: #d69e2e;
}

.focus\:placeholder-yellow-700:focus::-webkit-input-placeholder {
  color: #b7791f;
}

.focus\:placeholder-yellow-700:focus::-moz-placeholder {
  color: #b7791f;
}

.focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
  color: #b7791f;
}

.focus\:placeholder-yellow-700:focus::-ms-input-placeholder {
  color: #b7791f;
}

.focus\:placeholder-yellow-700:focus::placeholder {
  color: #b7791f;
}

.focus\:placeholder-yellow-800:focus::-webkit-input-placeholder {
  color: #975a16;
}

.focus\:placeholder-yellow-800:focus::-moz-placeholder {
  color: #975a16;
}

.focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
  color: #975a16;
}

.focus\:placeholder-yellow-800:focus::-ms-input-placeholder {
  color: #975a16;
}

.focus\:placeholder-yellow-800:focus::placeholder {
  color: #975a16;
}

.focus\:placeholder-yellow-900:focus::-webkit-input-placeholder {
  color: #744210;
}

.focus\:placeholder-yellow-900:focus::-moz-placeholder {
  color: #744210;
}

.focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
  color: #744210;
}

.focus\:placeholder-yellow-900:focus::-ms-input-placeholder {
  color: #744210;
}

.focus\:placeholder-yellow-900:focus::placeholder {
  color: #744210;
}

.focus\:placeholder-green-100:focus::-webkit-input-placeholder {
  color: #f0fff4;
}

.focus\:placeholder-green-100:focus::-moz-placeholder {
  color: #f0fff4;
}

.focus\:placeholder-green-100:focus:-ms-input-placeholder {
  color: #f0fff4;
}

.focus\:placeholder-green-100:focus::-ms-input-placeholder {
  color: #f0fff4;
}

.focus\:placeholder-green-100:focus::placeholder {
  color: #f0fff4;
}

.focus\:placeholder-green-200:focus::-webkit-input-placeholder {
  color: #c6f6d5;
}

.focus\:placeholder-green-200:focus::-moz-placeholder {
  color: #c6f6d5;
}

.focus\:placeholder-green-200:focus:-ms-input-placeholder {
  color: #c6f6d5;
}

.focus\:placeholder-green-200:focus::-ms-input-placeholder {
  color: #c6f6d5;
}

.focus\:placeholder-green-200:focus::placeholder {
  color: #c6f6d5;
}

.focus\:placeholder-green-300:focus::-webkit-input-placeholder {
  color: #9ae6b4;
}

.focus\:placeholder-green-300:focus::-moz-placeholder {
  color: #9ae6b4;
}

.focus\:placeholder-green-300:focus:-ms-input-placeholder {
  color: #9ae6b4;
}

.focus\:placeholder-green-300:focus::-ms-input-placeholder {
  color: #9ae6b4;
}

.focus\:placeholder-green-300:focus::placeholder {
  color: #9ae6b4;
}

.focus\:placeholder-green-400:focus::-webkit-input-placeholder {
  color: #68d391;
}

.focus\:placeholder-green-400:focus::-moz-placeholder {
  color: #68d391;
}

.focus\:placeholder-green-400:focus:-ms-input-placeholder {
  color: #68d391;
}

.focus\:placeholder-green-400:focus::-ms-input-placeholder {
  color: #68d391;
}

.focus\:placeholder-green-400:focus::placeholder {
  color: #68d391;
}

.focus\:placeholder-green-500:focus::-webkit-input-placeholder {
  color: #48bb78;
}

.focus\:placeholder-green-500:focus::-moz-placeholder {
  color: #48bb78;
}

.focus\:placeholder-green-500:focus:-ms-input-placeholder {
  color: #48bb78;
}

.focus\:placeholder-green-500:focus::-ms-input-placeholder {
  color: #48bb78;
}

.focus\:placeholder-green-500:focus::placeholder {
  color: #48bb78;
}

.focus\:placeholder-green-600:focus::-webkit-input-placeholder {
  color: #38a169;
}

.focus\:placeholder-green-600:focus::-moz-placeholder {
  color: #38a169;
}

.focus\:placeholder-green-600:focus:-ms-input-placeholder {
  color: #38a169;
}

.focus\:placeholder-green-600:focus::-ms-input-placeholder {
  color: #38a169;
}

.focus\:placeholder-green-600:focus::placeholder {
  color: #38a169;
}

.focus\:placeholder-green-700:focus::-webkit-input-placeholder {
  color: #2f855a;
}

.focus\:placeholder-green-700:focus::-moz-placeholder {
  color: #2f855a;
}

.focus\:placeholder-green-700:focus:-ms-input-placeholder {
  color: #2f855a;
}

.focus\:placeholder-green-700:focus::-ms-input-placeholder {
  color: #2f855a;
}

.focus\:placeholder-green-700:focus::placeholder {
  color: #2f855a;
}

.focus\:placeholder-green-800:focus::-webkit-input-placeholder {
  color: #276749;
}

.focus\:placeholder-green-800:focus::-moz-placeholder {
  color: #276749;
}

.focus\:placeholder-green-800:focus:-ms-input-placeholder {
  color: #276749;
}

.focus\:placeholder-green-800:focus::-ms-input-placeholder {
  color: #276749;
}

.focus\:placeholder-green-800:focus::placeholder {
  color: #276749;
}

.focus\:placeholder-green-900:focus::-webkit-input-placeholder {
  color: #22543d;
}

.focus\:placeholder-green-900:focus::-moz-placeholder {
  color: #22543d;
}

.focus\:placeholder-green-900:focus:-ms-input-placeholder {
  color: #22543d;
}

.focus\:placeholder-green-900:focus::-ms-input-placeholder {
  color: #22543d;
}

.focus\:placeholder-green-900:focus::placeholder {
  color: #22543d;
}

.focus\:placeholder-teal-100:focus::-webkit-input-placeholder {
  color: #e6fffa;
}

.focus\:placeholder-teal-100:focus::-moz-placeholder {
  color: #e6fffa;
}

.focus\:placeholder-teal-100:focus:-ms-input-placeholder {
  color: #e6fffa;
}

.focus\:placeholder-teal-100:focus::-ms-input-placeholder {
  color: #e6fffa;
}

.focus\:placeholder-teal-100:focus::placeholder {
  color: #e6fffa;
}

.focus\:placeholder-teal-200:focus::-webkit-input-placeholder {
  color: #b2f5ea;
}

.focus\:placeholder-teal-200:focus::-moz-placeholder {
  color: #b2f5ea;
}

.focus\:placeholder-teal-200:focus:-ms-input-placeholder {
  color: #b2f5ea;
}

.focus\:placeholder-teal-200:focus::-ms-input-placeholder {
  color: #b2f5ea;
}

.focus\:placeholder-teal-200:focus::placeholder {
  color: #b2f5ea;
}

.focus\:placeholder-teal-300:focus::-webkit-input-placeholder {
  color: #81e6d9;
}

.focus\:placeholder-teal-300:focus::-moz-placeholder {
  color: #81e6d9;
}

.focus\:placeholder-teal-300:focus:-ms-input-placeholder {
  color: #81e6d9;
}

.focus\:placeholder-teal-300:focus::-ms-input-placeholder {
  color: #81e6d9;
}

.focus\:placeholder-teal-300:focus::placeholder {
  color: #81e6d9;
}

.focus\:placeholder-teal-400:focus::-webkit-input-placeholder {
  color: #4fd1c5;
}

.focus\:placeholder-teal-400:focus::-moz-placeholder {
  color: #4fd1c5;
}

.focus\:placeholder-teal-400:focus:-ms-input-placeholder {
  color: #4fd1c5;
}

.focus\:placeholder-teal-400:focus::-ms-input-placeholder {
  color: #4fd1c5;
}

.focus\:placeholder-teal-400:focus::placeholder {
  color: #4fd1c5;
}

.focus\:placeholder-teal-500:focus::-webkit-input-placeholder {
  color: #38b2ac;
}

.focus\:placeholder-teal-500:focus::-moz-placeholder {
  color: #38b2ac;
}

.focus\:placeholder-teal-500:focus:-ms-input-placeholder {
  color: #38b2ac;
}

.focus\:placeholder-teal-500:focus::-ms-input-placeholder {
  color: #38b2ac;
}

.focus\:placeholder-teal-500:focus::placeholder {
  color: #38b2ac;
}

.focus\:placeholder-teal-600:focus::-webkit-input-placeholder {
  color: #319795;
}

.focus\:placeholder-teal-600:focus::-moz-placeholder {
  color: #319795;
}

.focus\:placeholder-teal-600:focus:-ms-input-placeholder {
  color: #319795;
}

.focus\:placeholder-teal-600:focus::-ms-input-placeholder {
  color: #319795;
}

.focus\:placeholder-teal-600:focus::placeholder {
  color: #319795;
}

.focus\:placeholder-teal-700:focus::-webkit-input-placeholder {
  color: #2c7a7b;
}

.focus\:placeholder-teal-700:focus::-moz-placeholder {
  color: #2c7a7b;
}

.focus\:placeholder-teal-700:focus:-ms-input-placeholder {
  color: #2c7a7b;
}

.focus\:placeholder-teal-700:focus::-ms-input-placeholder {
  color: #2c7a7b;
}

.focus\:placeholder-teal-700:focus::placeholder {
  color: #2c7a7b;
}

.focus\:placeholder-teal-800:focus::-webkit-input-placeholder {
  color: #285e61;
}

.focus\:placeholder-teal-800:focus::-moz-placeholder {
  color: #285e61;
}

.focus\:placeholder-teal-800:focus:-ms-input-placeholder {
  color: #285e61;
}

.focus\:placeholder-teal-800:focus::-ms-input-placeholder {
  color: #285e61;
}

.focus\:placeholder-teal-800:focus::placeholder {
  color: #285e61;
}

.focus\:placeholder-teal-900:focus::-webkit-input-placeholder {
  color: #234e52;
}

.focus\:placeholder-teal-900:focus::-moz-placeholder {
  color: #234e52;
}

.focus\:placeholder-teal-900:focus:-ms-input-placeholder {
  color: #234e52;
}

.focus\:placeholder-teal-900:focus::-ms-input-placeholder {
  color: #234e52;
}

.focus\:placeholder-teal-900:focus::placeholder {
  color: #234e52;
}

.focus\:placeholder-blue-100:focus::-webkit-input-placeholder {
  color: #ebf8ff;
}

.focus\:placeholder-blue-100:focus::-moz-placeholder {
  color: #ebf8ff;
}

.focus\:placeholder-blue-100:focus:-ms-input-placeholder {
  color: #ebf8ff;
}

.focus\:placeholder-blue-100:focus::-ms-input-placeholder {
  color: #ebf8ff;
}

.focus\:placeholder-blue-100:focus::placeholder {
  color: #ebf8ff;
}

.focus\:placeholder-blue-200:focus::-webkit-input-placeholder {
  color: #bee3f8;
}

.focus\:placeholder-blue-200:focus::-moz-placeholder {
  color: #bee3f8;
}

.focus\:placeholder-blue-200:focus:-ms-input-placeholder {
  color: #bee3f8;
}

.focus\:placeholder-blue-200:focus::-ms-input-placeholder {
  color: #bee3f8;
}

.focus\:placeholder-blue-200:focus::placeholder {
  color: #bee3f8;
}

.focus\:placeholder-blue-300:focus::-webkit-input-placeholder {
  color: #90cdf4;
}

.focus\:placeholder-blue-300:focus::-moz-placeholder {
  color: #90cdf4;
}

.focus\:placeholder-blue-300:focus:-ms-input-placeholder {
  color: #90cdf4;
}

.focus\:placeholder-blue-300:focus::-ms-input-placeholder {
  color: #90cdf4;
}

.focus\:placeholder-blue-300:focus::placeholder {
  color: #90cdf4;
}

.focus\:placeholder-blue-400:focus::-webkit-input-placeholder {
  color: #63b3ed;
}

.focus\:placeholder-blue-400:focus::-moz-placeholder {
  color: #63b3ed;
}

.focus\:placeholder-blue-400:focus:-ms-input-placeholder {
  color: #63b3ed;
}

.focus\:placeholder-blue-400:focus::-ms-input-placeholder {
  color: #63b3ed;
}

.focus\:placeholder-blue-400:focus::placeholder {
  color: #63b3ed;
}

.focus\:placeholder-blue-500:focus::-webkit-input-placeholder {
  color: #4299e1;
}

.focus\:placeholder-blue-500:focus::-moz-placeholder {
  color: #4299e1;
}

.focus\:placeholder-blue-500:focus:-ms-input-placeholder {
  color: #4299e1;
}

.focus\:placeholder-blue-500:focus::-ms-input-placeholder {
  color: #4299e1;
}

.focus\:placeholder-blue-500:focus::placeholder {
  color: #4299e1;
}

.focus\:placeholder-blue-600:focus::-webkit-input-placeholder {
  color: #3182ce;
}

.focus\:placeholder-blue-600:focus::-moz-placeholder {
  color: #3182ce;
}

.focus\:placeholder-blue-600:focus:-ms-input-placeholder {
  color: #3182ce;
}

.focus\:placeholder-blue-600:focus::-ms-input-placeholder {
  color: #3182ce;
}

.focus\:placeholder-blue-600:focus::placeholder {
  color: #3182ce;
}

.focus\:placeholder-blue-700:focus::-webkit-input-placeholder {
  color: #2b6cb0;
}

.focus\:placeholder-blue-700:focus::-moz-placeholder {
  color: #2b6cb0;
}

.focus\:placeholder-blue-700:focus:-ms-input-placeholder {
  color: #2b6cb0;
}

.focus\:placeholder-blue-700:focus::-ms-input-placeholder {
  color: #2b6cb0;
}

.focus\:placeholder-blue-700:focus::placeholder {
  color: #2b6cb0;
}

.focus\:placeholder-blue-800:focus::-webkit-input-placeholder {
  color: #2c5282;
}

.focus\:placeholder-blue-800:focus::-moz-placeholder {
  color: #2c5282;
}

.focus\:placeholder-blue-800:focus:-ms-input-placeholder {
  color: #2c5282;
}

.focus\:placeholder-blue-800:focus::-ms-input-placeholder {
  color: #2c5282;
}

.focus\:placeholder-blue-800:focus::placeholder {
  color: #2c5282;
}

.focus\:placeholder-blue-900:focus::-webkit-input-placeholder {
  color: #2a4365;
}

.focus\:placeholder-blue-900:focus::-moz-placeholder {
  color: #2a4365;
}

.focus\:placeholder-blue-900:focus:-ms-input-placeholder {
  color: #2a4365;
}

.focus\:placeholder-blue-900:focus::-ms-input-placeholder {
  color: #2a4365;
}

.focus\:placeholder-blue-900:focus::placeholder {
  color: #2a4365;
}

.focus\:placeholder-indigo-100:focus::-webkit-input-placeholder {
  color: #ebf4ff;
}

.focus\:placeholder-indigo-100:focus::-moz-placeholder {
  color: #ebf4ff;
}

.focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
  color: #ebf4ff;
}

.focus\:placeholder-indigo-100:focus::-ms-input-placeholder {
  color: #ebf4ff;
}

.focus\:placeholder-indigo-100:focus::placeholder {
  color: #ebf4ff;
}

.focus\:placeholder-indigo-200:focus::-webkit-input-placeholder {
  color: #c3dafe;
}

.focus\:placeholder-indigo-200:focus::-moz-placeholder {
  color: #c3dafe;
}

.focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
  color: #c3dafe;
}

.focus\:placeholder-indigo-200:focus::-ms-input-placeholder {
  color: #c3dafe;
}

.focus\:placeholder-indigo-200:focus::placeholder {
  color: #c3dafe;
}

.focus\:placeholder-indigo-300:focus::-webkit-input-placeholder {
  color: #a3bffa;
}

.focus\:placeholder-indigo-300:focus::-moz-placeholder {
  color: #a3bffa;
}

.focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
  color: #a3bffa;
}

.focus\:placeholder-indigo-300:focus::-ms-input-placeholder {
  color: #a3bffa;
}

.focus\:placeholder-indigo-300:focus::placeholder {
  color: #a3bffa;
}

.focus\:placeholder-indigo-400:focus::-webkit-input-placeholder {
  color: #7f9cf5;
}

.focus\:placeholder-indigo-400:focus::-moz-placeholder {
  color: #7f9cf5;
}

.focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
  color: #7f9cf5;
}

.focus\:placeholder-indigo-400:focus::-ms-input-placeholder {
  color: #7f9cf5;
}

.focus\:placeholder-indigo-400:focus::placeholder {
  color: #7f9cf5;
}

.focus\:placeholder-indigo-500:focus::-webkit-input-placeholder {
  color: #667eea;
}

.focus\:placeholder-indigo-500:focus::-moz-placeholder {
  color: #667eea;
}

.focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
  color: #667eea;
}

.focus\:placeholder-indigo-500:focus::-ms-input-placeholder {
  color: #667eea;
}

.focus\:placeholder-indigo-500:focus::placeholder {
  color: #667eea;
}

.focus\:placeholder-indigo-600:focus::-webkit-input-placeholder {
  color: #5a67d8;
}

.focus\:placeholder-indigo-600:focus::-moz-placeholder {
  color: #5a67d8;
}

.focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
  color: #5a67d8;
}

.focus\:placeholder-indigo-600:focus::-ms-input-placeholder {
  color: #5a67d8;
}

.focus\:placeholder-indigo-600:focus::placeholder {
  color: #5a67d8;
}

.focus\:placeholder-indigo-700:focus::-webkit-input-placeholder {
  color: #4c51bf;
}

.focus\:placeholder-indigo-700:focus::-moz-placeholder {
  color: #4c51bf;
}

.focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
  color: #4c51bf;
}

.focus\:placeholder-indigo-700:focus::-ms-input-placeholder {
  color: #4c51bf;
}

.focus\:placeholder-indigo-700:focus::placeholder {
  color: #4c51bf;
}

.focus\:placeholder-indigo-800:focus::-webkit-input-placeholder {
  color: #434190;
}

.focus\:placeholder-indigo-800:focus::-moz-placeholder {
  color: #434190;
}

.focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
  color: #434190;
}

.focus\:placeholder-indigo-800:focus::-ms-input-placeholder {
  color: #434190;
}

.focus\:placeholder-indigo-800:focus::placeholder {
  color: #434190;
}

.focus\:placeholder-indigo-900:focus::-webkit-input-placeholder {
  color: #3c366b;
}

.focus\:placeholder-indigo-900:focus::-moz-placeholder {
  color: #3c366b;
}

.focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
  color: #3c366b;
}

.focus\:placeholder-indigo-900:focus::-ms-input-placeholder {
  color: #3c366b;
}

.focus\:placeholder-indigo-900:focus::placeholder {
  color: #3c366b;
}

.focus\:placeholder-purple-100:focus::-webkit-input-placeholder {
  color: #faf5ff;
}

.focus\:placeholder-purple-100:focus::-moz-placeholder {
  color: #faf5ff;
}

.focus\:placeholder-purple-100:focus:-ms-input-placeholder {
  color: #faf5ff;
}

.focus\:placeholder-purple-100:focus::-ms-input-placeholder {
  color: #faf5ff;
}

.focus\:placeholder-purple-100:focus::placeholder {
  color: #faf5ff;
}

.focus\:placeholder-purple-200:focus::-webkit-input-placeholder {
  color: #e9d8fd;
}

.focus\:placeholder-purple-200:focus::-moz-placeholder {
  color: #e9d8fd;
}

.focus\:placeholder-purple-200:focus:-ms-input-placeholder {
  color: #e9d8fd;
}

.focus\:placeholder-purple-200:focus::-ms-input-placeholder {
  color: #e9d8fd;
}

.focus\:placeholder-purple-200:focus::placeholder {
  color: #e9d8fd;
}

.focus\:placeholder-purple-300:focus::-webkit-input-placeholder {
  color: #d6bcfa;
}

.focus\:placeholder-purple-300:focus::-moz-placeholder {
  color: #d6bcfa;
}

.focus\:placeholder-purple-300:focus:-ms-input-placeholder {
  color: #d6bcfa;
}

.focus\:placeholder-purple-300:focus::-ms-input-placeholder {
  color: #d6bcfa;
}

.focus\:placeholder-purple-300:focus::placeholder {
  color: #d6bcfa;
}

.focus\:placeholder-purple-400:focus::-webkit-input-placeholder {
  color: #b794f4;
}

.focus\:placeholder-purple-400:focus::-moz-placeholder {
  color: #b794f4;
}

.focus\:placeholder-purple-400:focus:-ms-input-placeholder {
  color: #b794f4;
}

.focus\:placeholder-purple-400:focus::-ms-input-placeholder {
  color: #b794f4;
}

.focus\:placeholder-purple-400:focus::placeholder {
  color: #b794f4;
}

.focus\:placeholder-purple-500:focus::-webkit-input-placeholder {
  color: #9f7aea;
}

.focus\:placeholder-purple-500:focus::-moz-placeholder {
  color: #9f7aea;
}

.focus\:placeholder-purple-500:focus:-ms-input-placeholder {
  color: #9f7aea;
}

.focus\:placeholder-purple-500:focus::-ms-input-placeholder {
  color: #9f7aea;
}

.focus\:placeholder-purple-500:focus::placeholder {
  color: #9f7aea;
}

.focus\:placeholder-purple-600:focus::-webkit-input-placeholder {
  color: #805ad5;
}

.focus\:placeholder-purple-600:focus::-moz-placeholder {
  color: #805ad5;
}

.focus\:placeholder-purple-600:focus:-ms-input-placeholder {
  color: #805ad5;
}

.focus\:placeholder-purple-600:focus::-ms-input-placeholder {
  color: #805ad5;
}

.focus\:placeholder-purple-600:focus::placeholder {
  color: #805ad5;
}

.focus\:placeholder-purple-700:focus::-webkit-input-placeholder {
  color: #6b46c1;
}

.focus\:placeholder-purple-700:focus::-moz-placeholder {
  color: #6b46c1;
}

.focus\:placeholder-purple-700:focus:-ms-input-placeholder {
  color: #6b46c1;
}

.focus\:placeholder-purple-700:focus::-ms-input-placeholder {
  color: #6b46c1;
}

.focus\:placeholder-purple-700:focus::placeholder {
  color: #6b46c1;
}

.focus\:placeholder-purple-800:focus::-webkit-input-placeholder {
  color: #553c9a;
}

.focus\:placeholder-purple-800:focus::-moz-placeholder {
  color: #553c9a;
}

.focus\:placeholder-purple-800:focus:-ms-input-placeholder {
  color: #553c9a;
}

.focus\:placeholder-purple-800:focus::-ms-input-placeholder {
  color: #553c9a;
}

.focus\:placeholder-purple-800:focus::placeholder {
  color: #553c9a;
}

.focus\:placeholder-purple-900:focus::-webkit-input-placeholder {
  color: #44337a;
}

.focus\:placeholder-purple-900:focus::-moz-placeholder {
  color: #44337a;
}

.focus\:placeholder-purple-900:focus:-ms-input-placeholder {
  color: #44337a;
}

.focus\:placeholder-purple-900:focus::-ms-input-placeholder {
  color: #44337a;
}

.focus\:placeholder-purple-900:focus::placeholder {
  color: #44337a;
}

.focus\:placeholder-pink-100:focus::-webkit-input-placeholder {
  color: #fff5f7;
}

.focus\:placeholder-pink-100:focus::-moz-placeholder {
  color: #fff5f7;
}

.focus\:placeholder-pink-100:focus:-ms-input-placeholder {
  color: #fff5f7;
}

.focus\:placeholder-pink-100:focus::-ms-input-placeholder {
  color: #fff5f7;
}

.focus\:placeholder-pink-100:focus::placeholder {
  color: #fff5f7;
}

.focus\:placeholder-pink-200:focus::-webkit-input-placeholder {
  color: #fed7e2;
}

.focus\:placeholder-pink-200:focus::-moz-placeholder {
  color: #fed7e2;
}

.focus\:placeholder-pink-200:focus:-ms-input-placeholder {
  color: #fed7e2;
}

.focus\:placeholder-pink-200:focus::-ms-input-placeholder {
  color: #fed7e2;
}

.focus\:placeholder-pink-200:focus::placeholder {
  color: #fed7e2;
}

.focus\:placeholder-pink-300:focus::-webkit-input-placeholder {
  color: #fbb6ce;
}

.focus\:placeholder-pink-300:focus::-moz-placeholder {
  color: #fbb6ce;
}

.focus\:placeholder-pink-300:focus:-ms-input-placeholder {
  color: #fbb6ce;
}

.focus\:placeholder-pink-300:focus::-ms-input-placeholder {
  color: #fbb6ce;
}

.focus\:placeholder-pink-300:focus::placeholder {
  color: #fbb6ce;
}

.focus\:placeholder-pink-400:focus::-webkit-input-placeholder {
  color: #f687b3;
}

.focus\:placeholder-pink-400:focus::-moz-placeholder {
  color: #f687b3;
}

.focus\:placeholder-pink-400:focus:-ms-input-placeholder {
  color: #f687b3;
}

.focus\:placeholder-pink-400:focus::-ms-input-placeholder {
  color: #f687b3;
}

.focus\:placeholder-pink-400:focus::placeholder {
  color: #f687b3;
}

.focus\:placeholder-pink-500:focus::-webkit-input-placeholder {
  color: #ed64a6;
}

.focus\:placeholder-pink-500:focus::-moz-placeholder {
  color: #ed64a6;
}

.focus\:placeholder-pink-500:focus:-ms-input-placeholder {
  color: #ed64a6;
}

.focus\:placeholder-pink-500:focus::-ms-input-placeholder {
  color: #ed64a6;
}

.focus\:placeholder-pink-500:focus::placeholder {
  color: #ed64a6;
}

.focus\:placeholder-pink-600:focus::-webkit-input-placeholder {
  color: #d53f8c;
}

.focus\:placeholder-pink-600:focus::-moz-placeholder {
  color: #d53f8c;
}

.focus\:placeholder-pink-600:focus:-ms-input-placeholder {
  color: #d53f8c;
}

.focus\:placeholder-pink-600:focus::-ms-input-placeholder {
  color: #d53f8c;
}

.focus\:placeholder-pink-600:focus::placeholder {
  color: #d53f8c;
}

.focus\:placeholder-pink-700:focus::-webkit-input-placeholder {
  color: #b83280;
}

.focus\:placeholder-pink-700:focus::-moz-placeholder {
  color: #b83280;
}

.focus\:placeholder-pink-700:focus:-ms-input-placeholder {
  color: #b83280;
}

.focus\:placeholder-pink-700:focus::-ms-input-placeholder {
  color: #b83280;
}

.focus\:placeholder-pink-700:focus::placeholder {
  color: #b83280;
}

.focus\:placeholder-pink-800:focus::-webkit-input-placeholder {
  color: #97266d;
}

.focus\:placeholder-pink-800:focus::-moz-placeholder {
  color: #97266d;
}

.focus\:placeholder-pink-800:focus:-ms-input-placeholder {
  color: #97266d;
}

.focus\:placeholder-pink-800:focus::-ms-input-placeholder {
  color: #97266d;
}

.focus\:placeholder-pink-800:focus::placeholder {
  color: #97266d;
}

.focus\:placeholder-pink-900:focus::-webkit-input-placeholder {
  color: #702459;
}

.focus\:placeholder-pink-900:focus::-moz-placeholder {
  color: #702459;
}

.focus\:placeholder-pink-900:focus:-ms-input-placeholder {
  color: #702459;
}

.focus\:placeholder-pink-900:focus::-ms-input-placeholder {
  color: #702459;
}

.focus\:placeholder-pink-900:focus::placeholder {
  color: #702459;
}

.active\:placeholder-transparent:active::-webkit-input-placeholder {
  color: transparent;
}

.active\:placeholder-transparent:active::-moz-placeholder {
  color: transparent;
}

.active\:placeholder-transparent:active:-ms-input-placeholder {
  color: transparent;
}

.active\:placeholder-transparent:active::-ms-input-placeholder {
  color: transparent;
}

.active\:placeholder-transparent:active::placeholder {
  color: transparent;
}

.active\:placeholder-black:active::-webkit-input-placeholder {
  color: #000;
}

.active\:placeholder-black:active::-moz-placeholder {
  color: #000;
}

.active\:placeholder-black:active:-ms-input-placeholder {
  color: #000;
}

.active\:placeholder-black:active::-ms-input-placeholder {
  color: #000;
}

.active\:placeholder-black:active::placeholder {
  color: #000;
}

.active\:placeholder-white:active::-webkit-input-placeholder {
  color: #fff;
}

.active\:placeholder-white:active::-moz-placeholder {
  color: #fff;
}

.active\:placeholder-white:active:-ms-input-placeholder {
  color: #fff;
}

.active\:placeholder-white:active::-ms-input-placeholder {
  color: #fff;
}

.active\:placeholder-white:active::placeholder {
  color: #fff;
}

.active\:placeholder-gray-100:active::-webkit-input-placeholder {
  color: #f7fafc;
}

.active\:placeholder-gray-100:active::-moz-placeholder {
  color: #f7fafc;
}

.active\:placeholder-gray-100:active:-ms-input-placeholder {
  color: #f7fafc;
}

.active\:placeholder-gray-100:active::-ms-input-placeholder {
  color: #f7fafc;
}

.active\:placeholder-gray-100:active::placeholder {
  color: #f7fafc;
}

.active\:placeholder-gray-200:active::-webkit-input-placeholder {
  color: #edf2f7;
}

.active\:placeholder-gray-200:active::-moz-placeholder {
  color: #edf2f7;
}

.active\:placeholder-gray-200:active:-ms-input-placeholder {
  color: #edf2f7;
}

.active\:placeholder-gray-200:active::-ms-input-placeholder {
  color: #edf2f7;
}

.active\:placeholder-gray-200:active::placeholder {
  color: #edf2f7;
}

.active\:placeholder-gray-300:active::-webkit-input-placeholder {
  color: #e2e8f0;
}

.active\:placeholder-gray-300:active::-moz-placeholder {
  color: #e2e8f0;
}

.active\:placeholder-gray-300:active:-ms-input-placeholder {
  color: #e2e8f0;
}

.active\:placeholder-gray-300:active::-ms-input-placeholder {
  color: #e2e8f0;
}

.active\:placeholder-gray-300:active::placeholder {
  color: #e2e8f0;
}

.active\:placeholder-gray-400:active::-webkit-input-placeholder {
  color: #cbd5e0;
}

.active\:placeholder-gray-400:active::-moz-placeholder {
  color: #cbd5e0;
}

.active\:placeholder-gray-400:active:-ms-input-placeholder {
  color: #cbd5e0;
}

.active\:placeholder-gray-400:active::-ms-input-placeholder {
  color: #cbd5e0;
}

.active\:placeholder-gray-400:active::placeholder {
  color: #cbd5e0;
}

.active\:placeholder-gray-500:active::-webkit-input-placeholder {
  color: #a0aec0;
}

.active\:placeholder-gray-500:active::-moz-placeholder {
  color: #a0aec0;
}

.active\:placeholder-gray-500:active:-ms-input-placeholder {
  color: #a0aec0;
}

.active\:placeholder-gray-500:active::-ms-input-placeholder {
  color: #a0aec0;
}

.active\:placeholder-gray-500:active::placeholder {
  color: #a0aec0;
}

.active\:placeholder-gray-600:active::-webkit-input-placeholder {
  color: #718096;
}

.active\:placeholder-gray-600:active::-moz-placeholder {
  color: #718096;
}

.active\:placeholder-gray-600:active:-ms-input-placeholder {
  color: #718096;
}

.active\:placeholder-gray-600:active::-ms-input-placeholder {
  color: #718096;
}

.active\:placeholder-gray-600:active::placeholder {
  color: #718096;
}

.active\:placeholder-gray-700:active::-webkit-input-placeholder {
  color: #4a5568;
}

.active\:placeholder-gray-700:active::-moz-placeholder {
  color: #4a5568;
}

.active\:placeholder-gray-700:active:-ms-input-placeholder {
  color: #4a5568;
}

.active\:placeholder-gray-700:active::-ms-input-placeholder {
  color: #4a5568;
}

.active\:placeholder-gray-700:active::placeholder {
  color: #4a5568;
}

.active\:placeholder-gray-800:active::-webkit-input-placeholder {
  color: #2d3748;
}

.active\:placeholder-gray-800:active::-moz-placeholder {
  color: #2d3748;
}

.active\:placeholder-gray-800:active:-ms-input-placeholder {
  color: #2d3748;
}

.active\:placeholder-gray-800:active::-ms-input-placeholder {
  color: #2d3748;
}

.active\:placeholder-gray-800:active::placeholder {
  color: #2d3748;
}

.active\:placeholder-gray-900:active::-webkit-input-placeholder {
  color: #1a202c;
}

.active\:placeholder-gray-900:active::-moz-placeholder {
  color: #1a202c;
}

.active\:placeholder-gray-900:active:-ms-input-placeholder {
  color: #1a202c;
}

.active\:placeholder-gray-900:active::-ms-input-placeholder {
  color: #1a202c;
}

.active\:placeholder-gray-900:active::placeholder {
  color: #1a202c;
}

.active\:placeholder-red-100:active::-webkit-input-placeholder {
  color: #fff5f5;
}

.active\:placeholder-red-100:active::-moz-placeholder {
  color: #fff5f5;
}

.active\:placeholder-red-100:active:-ms-input-placeholder {
  color: #fff5f5;
}

.active\:placeholder-red-100:active::-ms-input-placeholder {
  color: #fff5f5;
}

.active\:placeholder-red-100:active::placeholder {
  color: #fff5f5;
}

.active\:placeholder-red-200:active::-webkit-input-placeholder {
  color: #fed7d7;
}

.active\:placeholder-red-200:active::-moz-placeholder {
  color: #fed7d7;
}

.active\:placeholder-red-200:active:-ms-input-placeholder {
  color: #fed7d7;
}

.active\:placeholder-red-200:active::-ms-input-placeholder {
  color: #fed7d7;
}

.active\:placeholder-red-200:active::placeholder {
  color: #fed7d7;
}

.active\:placeholder-red-300:active::-webkit-input-placeholder {
  color: #feb2b2;
}

.active\:placeholder-red-300:active::-moz-placeholder {
  color: #feb2b2;
}

.active\:placeholder-red-300:active:-ms-input-placeholder {
  color: #feb2b2;
}

.active\:placeholder-red-300:active::-ms-input-placeholder {
  color: #feb2b2;
}

.active\:placeholder-red-300:active::placeholder {
  color: #feb2b2;
}

.active\:placeholder-red-400:active::-webkit-input-placeholder {
  color: #fc8181;
}

.active\:placeholder-red-400:active::-moz-placeholder {
  color: #fc8181;
}

.active\:placeholder-red-400:active:-ms-input-placeholder {
  color: #fc8181;
}

.active\:placeholder-red-400:active::-ms-input-placeholder {
  color: #fc8181;
}

.active\:placeholder-red-400:active::placeholder {
  color: #fc8181;
}

.active\:placeholder-red-500:active::-webkit-input-placeholder {
  color: #f56565;
}

.active\:placeholder-red-500:active::-moz-placeholder {
  color: #f56565;
}

.active\:placeholder-red-500:active:-ms-input-placeholder {
  color: #f56565;
}

.active\:placeholder-red-500:active::-ms-input-placeholder {
  color: #f56565;
}

.active\:placeholder-red-500:active::placeholder {
  color: #f56565;
}

.active\:placeholder-red-600:active::-webkit-input-placeholder {
  color: #e53e3e;
}

.active\:placeholder-red-600:active::-moz-placeholder {
  color: #e53e3e;
}

.active\:placeholder-red-600:active:-ms-input-placeholder {
  color: #e53e3e;
}

.active\:placeholder-red-600:active::-ms-input-placeholder {
  color: #e53e3e;
}

.active\:placeholder-red-600:active::placeholder {
  color: #e53e3e;
}

.active\:placeholder-red-700:active::-webkit-input-placeholder {
  color: #c53030;
}

.active\:placeholder-red-700:active::-moz-placeholder {
  color: #c53030;
}

.active\:placeholder-red-700:active:-ms-input-placeholder {
  color: #c53030;
}

.active\:placeholder-red-700:active::-ms-input-placeholder {
  color: #c53030;
}

.active\:placeholder-red-700:active::placeholder {
  color: #c53030;
}

.active\:placeholder-red-800:active::-webkit-input-placeholder {
  color: #9b2c2c;
}

.active\:placeholder-red-800:active::-moz-placeholder {
  color: #9b2c2c;
}

.active\:placeholder-red-800:active:-ms-input-placeholder {
  color: #9b2c2c;
}

.active\:placeholder-red-800:active::-ms-input-placeholder {
  color: #9b2c2c;
}

.active\:placeholder-red-800:active::placeholder {
  color: #9b2c2c;
}

.active\:placeholder-red-900:active::-webkit-input-placeholder {
  color: #742a2a;
}

.active\:placeholder-red-900:active::-moz-placeholder {
  color: #742a2a;
}

.active\:placeholder-red-900:active:-ms-input-placeholder {
  color: #742a2a;
}

.active\:placeholder-red-900:active::-ms-input-placeholder {
  color: #742a2a;
}

.active\:placeholder-red-900:active::placeholder {
  color: #742a2a;
}

.active\:placeholder-orange-100:active::-webkit-input-placeholder {
  color: #fffaf0;
}

.active\:placeholder-orange-100:active::-moz-placeholder {
  color: #fffaf0;
}

.active\:placeholder-orange-100:active:-ms-input-placeholder {
  color: #fffaf0;
}

.active\:placeholder-orange-100:active::-ms-input-placeholder {
  color: #fffaf0;
}

.active\:placeholder-orange-100:active::placeholder {
  color: #fffaf0;
}

.active\:placeholder-orange-200:active::-webkit-input-placeholder {
  color: #feebc8;
}

.active\:placeholder-orange-200:active::-moz-placeholder {
  color: #feebc8;
}

.active\:placeholder-orange-200:active:-ms-input-placeholder {
  color: #feebc8;
}

.active\:placeholder-orange-200:active::-ms-input-placeholder {
  color: #feebc8;
}

.active\:placeholder-orange-200:active::placeholder {
  color: #feebc8;
}

.active\:placeholder-orange-300:active::-webkit-input-placeholder {
  color: #fbd38d;
}

.active\:placeholder-orange-300:active::-moz-placeholder {
  color: #fbd38d;
}

.active\:placeholder-orange-300:active:-ms-input-placeholder {
  color: #fbd38d;
}

.active\:placeholder-orange-300:active::-ms-input-placeholder {
  color: #fbd38d;
}

.active\:placeholder-orange-300:active::placeholder {
  color: #fbd38d;
}

.active\:placeholder-orange-400:active::-webkit-input-placeholder {
  color: #f6ad55;
}

.active\:placeholder-orange-400:active::-moz-placeholder {
  color: #f6ad55;
}

.active\:placeholder-orange-400:active:-ms-input-placeholder {
  color: #f6ad55;
}

.active\:placeholder-orange-400:active::-ms-input-placeholder {
  color: #f6ad55;
}

.active\:placeholder-orange-400:active::placeholder {
  color: #f6ad55;
}

.active\:placeholder-orange-500:active::-webkit-input-placeholder {
  color: #ed8936;
}

.active\:placeholder-orange-500:active::-moz-placeholder {
  color: #ed8936;
}

.active\:placeholder-orange-500:active:-ms-input-placeholder {
  color: #ed8936;
}

.active\:placeholder-orange-500:active::-ms-input-placeholder {
  color: #ed8936;
}

.active\:placeholder-orange-500:active::placeholder {
  color: #ed8936;
}

.active\:placeholder-orange-600:active::-webkit-input-placeholder {
  color: #dd6b20;
}

.active\:placeholder-orange-600:active::-moz-placeholder {
  color: #dd6b20;
}

.active\:placeholder-orange-600:active:-ms-input-placeholder {
  color: #dd6b20;
}

.active\:placeholder-orange-600:active::-ms-input-placeholder {
  color: #dd6b20;
}

.active\:placeholder-orange-600:active::placeholder {
  color: #dd6b20;
}

.active\:placeholder-orange-700:active::-webkit-input-placeholder {
  color: #c05621;
}

.active\:placeholder-orange-700:active::-moz-placeholder {
  color: #c05621;
}

.active\:placeholder-orange-700:active:-ms-input-placeholder {
  color: #c05621;
}

.active\:placeholder-orange-700:active::-ms-input-placeholder {
  color: #c05621;
}

.active\:placeholder-orange-700:active::placeholder {
  color: #c05621;
}

.active\:placeholder-orange-800:active::-webkit-input-placeholder {
  color: #9c4221;
}

.active\:placeholder-orange-800:active::-moz-placeholder {
  color: #9c4221;
}

.active\:placeholder-orange-800:active:-ms-input-placeholder {
  color: #9c4221;
}

.active\:placeholder-orange-800:active::-ms-input-placeholder {
  color: #9c4221;
}

.active\:placeholder-orange-800:active::placeholder {
  color: #9c4221;
}

.active\:placeholder-orange-900:active::-webkit-input-placeholder {
  color: #7b341e;
}

.active\:placeholder-orange-900:active::-moz-placeholder {
  color: #7b341e;
}

.active\:placeholder-orange-900:active:-ms-input-placeholder {
  color: #7b341e;
}

.active\:placeholder-orange-900:active::-ms-input-placeholder {
  color: #7b341e;
}

.active\:placeholder-orange-900:active::placeholder {
  color: #7b341e;
}

.active\:placeholder-yellow-100:active::-webkit-input-placeholder {
  color: #fffff0;
}

.active\:placeholder-yellow-100:active::-moz-placeholder {
  color: #fffff0;
}

.active\:placeholder-yellow-100:active:-ms-input-placeholder {
  color: #fffff0;
}

.active\:placeholder-yellow-100:active::-ms-input-placeholder {
  color: #fffff0;
}

.active\:placeholder-yellow-100:active::placeholder {
  color: #fffff0;
}

.active\:placeholder-yellow-200:active::-webkit-input-placeholder {
  color: #fefcbf;
}

.active\:placeholder-yellow-200:active::-moz-placeholder {
  color: #fefcbf;
}

.active\:placeholder-yellow-200:active:-ms-input-placeholder {
  color: #fefcbf;
}

.active\:placeholder-yellow-200:active::-ms-input-placeholder {
  color: #fefcbf;
}

.active\:placeholder-yellow-200:active::placeholder {
  color: #fefcbf;
}

.active\:placeholder-yellow-300:active::-webkit-input-placeholder {
  color: #faf089;
}

.active\:placeholder-yellow-300:active::-moz-placeholder {
  color: #faf089;
}

.active\:placeholder-yellow-300:active:-ms-input-placeholder {
  color: #faf089;
}

.active\:placeholder-yellow-300:active::-ms-input-placeholder {
  color: #faf089;
}

.active\:placeholder-yellow-300:active::placeholder {
  color: #faf089;
}

.active\:placeholder-yellow-400:active::-webkit-input-placeholder {
  color: #f6e05e;
}

.active\:placeholder-yellow-400:active::-moz-placeholder {
  color: #f6e05e;
}

.active\:placeholder-yellow-400:active:-ms-input-placeholder {
  color: #f6e05e;
}

.active\:placeholder-yellow-400:active::-ms-input-placeholder {
  color: #f6e05e;
}

.active\:placeholder-yellow-400:active::placeholder {
  color: #f6e05e;
}

.active\:placeholder-yellow-500:active::-webkit-input-placeholder {
  color: #ecc94b;
}

.active\:placeholder-yellow-500:active::-moz-placeholder {
  color: #ecc94b;
}

.active\:placeholder-yellow-500:active:-ms-input-placeholder {
  color: #ecc94b;
}

.active\:placeholder-yellow-500:active::-ms-input-placeholder {
  color: #ecc94b;
}

.active\:placeholder-yellow-500:active::placeholder {
  color: #ecc94b;
}

.active\:placeholder-yellow-600:active::-webkit-input-placeholder {
  color: #d69e2e;
}

.active\:placeholder-yellow-600:active::-moz-placeholder {
  color: #d69e2e;
}

.active\:placeholder-yellow-600:active:-ms-input-placeholder {
  color: #d69e2e;
}

.active\:placeholder-yellow-600:active::-ms-input-placeholder {
  color: #d69e2e;
}

.active\:placeholder-yellow-600:active::placeholder {
  color: #d69e2e;
}

.active\:placeholder-yellow-700:active::-webkit-input-placeholder {
  color: #b7791f;
}

.active\:placeholder-yellow-700:active::-moz-placeholder {
  color: #b7791f;
}

.active\:placeholder-yellow-700:active:-ms-input-placeholder {
  color: #b7791f;
}

.active\:placeholder-yellow-700:active::-ms-input-placeholder {
  color: #b7791f;
}

.active\:placeholder-yellow-700:active::placeholder {
  color: #b7791f;
}

.active\:placeholder-yellow-800:active::-webkit-input-placeholder {
  color: #975a16;
}

.active\:placeholder-yellow-800:active::-moz-placeholder {
  color: #975a16;
}

.active\:placeholder-yellow-800:active:-ms-input-placeholder {
  color: #975a16;
}

.active\:placeholder-yellow-800:active::-ms-input-placeholder {
  color: #975a16;
}

.active\:placeholder-yellow-800:active::placeholder {
  color: #975a16;
}

.active\:placeholder-yellow-900:active::-webkit-input-placeholder {
  color: #744210;
}

.active\:placeholder-yellow-900:active::-moz-placeholder {
  color: #744210;
}

.active\:placeholder-yellow-900:active:-ms-input-placeholder {
  color: #744210;
}

.active\:placeholder-yellow-900:active::-ms-input-placeholder {
  color: #744210;
}

.active\:placeholder-yellow-900:active::placeholder {
  color: #744210;
}

.active\:placeholder-green-100:active::-webkit-input-placeholder {
  color: #f0fff4;
}

.active\:placeholder-green-100:active::-moz-placeholder {
  color: #f0fff4;
}

.active\:placeholder-green-100:active:-ms-input-placeholder {
  color: #f0fff4;
}

.active\:placeholder-green-100:active::-ms-input-placeholder {
  color: #f0fff4;
}

.active\:placeholder-green-100:active::placeholder {
  color: #f0fff4;
}

.active\:placeholder-green-200:active::-webkit-input-placeholder {
  color: #c6f6d5;
}

.active\:placeholder-green-200:active::-moz-placeholder {
  color: #c6f6d5;
}

.active\:placeholder-green-200:active:-ms-input-placeholder {
  color: #c6f6d5;
}

.active\:placeholder-green-200:active::-ms-input-placeholder {
  color: #c6f6d5;
}

.active\:placeholder-green-200:active::placeholder {
  color: #c6f6d5;
}

.active\:placeholder-green-300:active::-webkit-input-placeholder {
  color: #9ae6b4;
}

.active\:placeholder-green-300:active::-moz-placeholder {
  color: #9ae6b4;
}

.active\:placeholder-green-300:active:-ms-input-placeholder {
  color: #9ae6b4;
}

.active\:placeholder-green-300:active::-ms-input-placeholder {
  color: #9ae6b4;
}

.active\:placeholder-green-300:active::placeholder {
  color: #9ae6b4;
}

.active\:placeholder-green-400:active::-webkit-input-placeholder {
  color: #68d391;
}

.active\:placeholder-green-400:active::-moz-placeholder {
  color: #68d391;
}

.active\:placeholder-green-400:active:-ms-input-placeholder {
  color: #68d391;
}

.active\:placeholder-green-400:active::-ms-input-placeholder {
  color: #68d391;
}

.active\:placeholder-green-400:active::placeholder {
  color: #68d391;
}

.active\:placeholder-green-500:active::-webkit-input-placeholder {
  color: #48bb78;
}

.active\:placeholder-green-500:active::-moz-placeholder {
  color: #48bb78;
}

.active\:placeholder-green-500:active:-ms-input-placeholder {
  color: #48bb78;
}

.active\:placeholder-green-500:active::-ms-input-placeholder {
  color: #48bb78;
}

.active\:placeholder-green-500:active::placeholder {
  color: #48bb78;
}

.active\:placeholder-green-600:active::-webkit-input-placeholder {
  color: #38a169;
}

.active\:placeholder-green-600:active::-moz-placeholder {
  color: #38a169;
}

.active\:placeholder-green-600:active:-ms-input-placeholder {
  color: #38a169;
}

.active\:placeholder-green-600:active::-ms-input-placeholder {
  color: #38a169;
}

.active\:placeholder-green-600:active::placeholder {
  color: #38a169;
}

.active\:placeholder-green-700:active::-webkit-input-placeholder {
  color: #2f855a;
}

.active\:placeholder-green-700:active::-moz-placeholder {
  color: #2f855a;
}

.active\:placeholder-green-700:active:-ms-input-placeholder {
  color: #2f855a;
}

.active\:placeholder-green-700:active::-ms-input-placeholder {
  color: #2f855a;
}

.active\:placeholder-green-700:active::placeholder {
  color: #2f855a;
}

.active\:placeholder-green-800:active::-webkit-input-placeholder {
  color: #276749;
}

.active\:placeholder-green-800:active::-moz-placeholder {
  color: #276749;
}

.active\:placeholder-green-800:active:-ms-input-placeholder {
  color: #276749;
}

.active\:placeholder-green-800:active::-ms-input-placeholder {
  color: #276749;
}

.active\:placeholder-green-800:active::placeholder {
  color: #276749;
}

.active\:placeholder-green-900:active::-webkit-input-placeholder {
  color: #22543d;
}

.active\:placeholder-green-900:active::-moz-placeholder {
  color: #22543d;
}

.active\:placeholder-green-900:active:-ms-input-placeholder {
  color: #22543d;
}

.active\:placeholder-green-900:active::-ms-input-placeholder {
  color: #22543d;
}

.active\:placeholder-green-900:active::placeholder {
  color: #22543d;
}

.active\:placeholder-teal-100:active::-webkit-input-placeholder {
  color: #e6fffa;
}

.active\:placeholder-teal-100:active::-moz-placeholder {
  color: #e6fffa;
}

.active\:placeholder-teal-100:active:-ms-input-placeholder {
  color: #e6fffa;
}

.active\:placeholder-teal-100:active::-ms-input-placeholder {
  color: #e6fffa;
}

.active\:placeholder-teal-100:active::placeholder {
  color: #e6fffa;
}

.active\:placeholder-teal-200:active::-webkit-input-placeholder {
  color: #b2f5ea;
}

.active\:placeholder-teal-200:active::-moz-placeholder {
  color: #b2f5ea;
}

.active\:placeholder-teal-200:active:-ms-input-placeholder {
  color: #b2f5ea;
}

.active\:placeholder-teal-200:active::-ms-input-placeholder {
  color: #b2f5ea;
}

.active\:placeholder-teal-200:active::placeholder {
  color: #b2f5ea;
}

.active\:placeholder-teal-300:active::-webkit-input-placeholder {
  color: #81e6d9;
}

.active\:placeholder-teal-300:active::-moz-placeholder {
  color: #81e6d9;
}

.active\:placeholder-teal-300:active:-ms-input-placeholder {
  color: #81e6d9;
}

.active\:placeholder-teal-300:active::-ms-input-placeholder {
  color: #81e6d9;
}

.active\:placeholder-teal-300:active::placeholder {
  color: #81e6d9;
}

.active\:placeholder-teal-400:active::-webkit-input-placeholder {
  color: #4fd1c5;
}

.active\:placeholder-teal-400:active::-moz-placeholder {
  color: #4fd1c5;
}

.active\:placeholder-teal-400:active:-ms-input-placeholder {
  color: #4fd1c5;
}

.active\:placeholder-teal-400:active::-ms-input-placeholder {
  color: #4fd1c5;
}

.active\:placeholder-teal-400:active::placeholder {
  color: #4fd1c5;
}

.active\:placeholder-teal-500:active::-webkit-input-placeholder {
  color: #38b2ac;
}

.active\:placeholder-teal-500:active::-moz-placeholder {
  color: #38b2ac;
}

.active\:placeholder-teal-500:active:-ms-input-placeholder {
  color: #38b2ac;
}

.active\:placeholder-teal-500:active::-ms-input-placeholder {
  color: #38b2ac;
}

.active\:placeholder-teal-500:active::placeholder {
  color: #38b2ac;
}

.active\:placeholder-teal-600:active::-webkit-input-placeholder {
  color: #319795;
}

.active\:placeholder-teal-600:active::-moz-placeholder {
  color: #319795;
}

.active\:placeholder-teal-600:active:-ms-input-placeholder {
  color: #319795;
}

.active\:placeholder-teal-600:active::-ms-input-placeholder {
  color: #319795;
}

.active\:placeholder-teal-600:active::placeholder {
  color: #319795;
}

.active\:placeholder-teal-700:active::-webkit-input-placeholder {
  color: #2c7a7b;
}

.active\:placeholder-teal-700:active::-moz-placeholder {
  color: #2c7a7b;
}

.active\:placeholder-teal-700:active:-ms-input-placeholder {
  color: #2c7a7b;
}

.active\:placeholder-teal-700:active::-ms-input-placeholder {
  color: #2c7a7b;
}

.active\:placeholder-teal-700:active::placeholder {
  color: #2c7a7b;
}

.active\:placeholder-teal-800:active::-webkit-input-placeholder {
  color: #285e61;
}

.active\:placeholder-teal-800:active::-moz-placeholder {
  color: #285e61;
}

.active\:placeholder-teal-800:active:-ms-input-placeholder {
  color: #285e61;
}

.active\:placeholder-teal-800:active::-ms-input-placeholder {
  color: #285e61;
}

.active\:placeholder-teal-800:active::placeholder {
  color: #285e61;
}

.active\:placeholder-teal-900:active::-webkit-input-placeholder {
  color: #234e52;
}

.active\:placeholder-teal-900:active::-moz-placeholder {
  color: #234e52;
}

.active\:placeholder-teal-900:active:-ms-input-placeholder {
  color: #234e52;
}

.active\:placeholder-teal-900:active::-ms-input-placeholder {
  color: #234e52;
}

.active\:placeholder-teal-900:active::placeholder {
  color: #234e52;
}

.active\:placeholder-blue-100:active::-webkit-input-placeholder {
  color: #ebf8ff;
}

.active\:placeholder-blue-100:active::-moz-placeholder {
  color: #ebf8ff;
}

.active\:placeholder-blue-100:active:-ms-input-placeholder {
  color: #ebf8ff;
}

.active\:placeholder-blue-100:active::-ms-input-placeholder {
  color: #ebf8ff;
}

.active\:placeholder-blue-100:active::placeholder {
  color: #ebf8ff;
}

.active\:placeholder-blue-200:active::-webkit-input-placeholder {
  color: #bee3f8;
}

.active\:placeholder-blue-200:active::-moz-placeholder {
  color: #bee3f8;
}

.active\:placeholder-blue-200:active:-ms-input-placeholder {
  color: #bee3f8;
}

.active\:placeholder-blue-200:active::-ms-input-placeholder {
  color: #bee3f8;
}

.active\:placeholder-blue-200:active::placeholder {
  color: #bee3f8;
}

.active\:placeholder-blue-300:active::-webkit-input-placeholder {
  color: #90cdf4;
}

.active\:placeholder-blue-300:active::-moz-placeholder {
  color: #90cdf4;
}

.active\:placeholder-blue-300:active:-ms-input-placeholder {
  color: #90cdf4;
}

.active\:placeholder-blue-300:active::-ms-input-placeholder {
  color: #90cdf4;
}

.active\:placeholder-blue-300:active::placeholder {
  color: #90cdf4;
}

.active\:placeholder-blue-400:active::-webkit-input-placeholder {
  color: #63b3ed;
}

.active\:placeholder-blue-400:active::-moz-placeholder {
  color: #63b3ed;
}

.active\:placeholder-blue-400:active:-ms-input-placeholder {
  color: #63b3ed;
}

.active\:placeholder-blue-400:active::-ms-input-placeholder {
  color: #63b3ed;
}

.active\:placeholder-blue-400:active::placeholder {
  color: #63b3ed;
}

.active\:placeholder-blue-500:active::-webkit-input-placeholder {
  color: #4299e1;
}

.active\:placeholder-blue-500:active::-moz-placeholder {
  color: #4299e1;
}

.active\:placeholder-blue-500:active:-ms-input-placeholder {
  color: #4299e1;
}

.active\:placeholder-blue-500:active::-ms-input-placeholder {
  color: #4299e1;
}

.active\:placeholder-blue-500:active::placeholder {
  color: #4299e1;
}

.active\:placeholder-blue-600:active::-webkit-input-placeholder {
  color: #3182ce;
}

.active\:placeholder-blue-600:active::-moz-placeholder {
  color: #3182ce;
}

.active\:placeholder-blue-600:active:-ms-input-placeholder {
  color: #3182ce;
}

.active\:placeholder-blue-600:active::-ms-input-placeholder {
  color: #3182ce;
}

.active\:placeholder-blue-600:active::placeholder {
  color: #3182ce;
}

.active\:placeholder-blue-700:active::-webkit-input-placeholder {
  color: #2b6cb0;
}

.active\:placeholder-blue-700:active::-moz-placeholder {
  color: #2b6cb0;
}

.active\:placeholder-blue-700:active:-ms-input-placeholder {
  color: #2b6cb0;
}

.active\:placeholder-blue-700:active::-ms-input-placeholder {
  color: #2b6cb0;
}

.active\:placeholder-blue-700:active::placeholder {
  color: #2b6cb0;
}

.active\:placeholder-blue-800:active::-webkit-input-placeholder {
  color: #2c5282;
}

.active\:placeholder-blue-800:active::-moz-placeholder {
  color: #2c5282;
}

.active\:placeholder-blue-800:active:-ms-input-placeholder {
  color: #2c5282;
}

.active\:placeholder-blue-800:active::-ms-input-placeholder {
  color: #2c5282;
}

.active\:placeholder-blue-800:active::placeholder {
  color: #2c5282;
}

.active\:placeholder-blue-900:active::-webkit-input-placeholder {
  color: #2a4365;
}

.active\:placeholder-blue-900:active::-moz-placeholder {
  color: #2a4365;
}

.active\:placeholder-blue-900:active:-ms-input-placeholder {
  color: #2a4365;
}

.active\:placeholder-blue-900:active::-ms-input-placeholder {
  color: #2a4365;
}

.active\:placeholder-blue-900:active::placeholder {
  color: #2a4365;
}

.active\:placeholder-indigo-100:active::-webkit-input-placeholder {
  color: #ebf4ff;
}

.active\:placeholder-indigo-100:active::-moz-placeholder {
  color: #ebf4ff;
}

.active\:placeholder-indigo-100:active:-ms-input-placeholder {
  color: #ebf4ff;
}

.active\:placeholder-indigo-100:active::-ms-input-placeholder {
  color: #ebf4ff;
}

.active\:placeholder-indigo-100:active::placeholder {
  color: #ebf4ff;
}

.active\:placeholder-indigo-200:active::-webkit-input-placeholder {
  color: #c3dafe;
}

.active\:placeholder-indigo-200:active::-moz-placeholder {
  color: #c3dafe;
}

.active\:placeholder-indigo-200:active:-ms-input-placeholder {
  color: #c3dafe;
}

.active\:placeholder-indigo-200:active::-ms-input-placeholder {
  color: #c3dafe;
}

.active\:placeholder-indigo-200:active::placeholder {
  color: #c3dafe;
}

.active\:placeholder-indigo-300:active::-webkit-input-placeholder {
  color: #a3bffa;
}

.active\:placeholder-indigo-300:active::-moz-placeholder {
  color: #a3bffa;
}

.active\:placeholder-indigo-300:active:-ms-input-placeholder {
  color: #a3bffa;
}

.active\:placeholder-indigo-300:active::-ms-input-placeholder {
  color: #a3bffa;
}

.active\:placeholder-indigo-300:active::placeholder {
  color: #a3bffa;
}

.active\:placeholder-indigo-400:active::-webkit-input-placeholder {
  color: #7f9cf5;
}

.active\:placeholder-indigo-400:active::-moz-placeholder {
  color: #7f9cf5;
}

.active\:placeholder-indigo-400:active:-ms-input-placeholder {
  color: #7f9cf5;
}

.active\:placeholder-indigo-400:active::-ms-input-placeholder {
  color: #7f9cf5;
}

.active\:placeholder-indigo-400:active::placeholder {
  color: #7f9cf5;
}

.active\:placeholder-indigo-500:active::-webkit-input-placeholder {
  color: #667eea;
}

.active\:placeholder-indigo-500:active::-moz-placeholder {
  color: #667eea;
}

.active\:placeholder-indigo-500:active:-ms-input-placeholder {
  color: #667eea;
}

.active\:placeholder-indigo-500:active::-ms-input-placeholder {
  color: #667eea;
}

.active\:placeholder-indigo-500:active::placeholder {
  color: #667eea;
}

.active\:placeholder-indigo-600:active::-webkit-input-placeholder {
  color: #5a67d8;
}

.active\:placeholder-indigo-600:active::-moz-placeholder {
  color: #5a67d8;
}

.active\:placeholder-indigo-600:active:-ms-input-placeholder {
  color: #5a67d8;
}

.active\:placeholder-indigo-600:active::-ms-input-placeholder {
  color: #5a67d8;
}

.active\:placeholder-indigo-600:active::placeholder {
  color: #5a67d8;
}

.active\:placeholder-indigo-700:active::-webkit-input-placeholder {
  color: #4c51bf;
}

.active\:placeholder-indigo-700:active::-moz-placeholder {
  color: #4c51bf;
}

.active\:placeholder-indigo-700:active:-ms-input-placeholder {
  color: #4c51bf;
}

.active\:placeholder-indigo-700:active::-ms-input-placeholder {
  color: #4c51bf;
}

.active\:placeholder-indigo-700:active::placeholder {
  color: #4c51bf;
}

.active\:placeholder-indigo-800:active::-webkit-input-placeholder {
  color: #434190;
}

.active\:placeholder-indigo-800:active::-moz-placeholder {
  color: #434190;
}

.active\:placeholder-indigo-800:active:-ms-input-placeholder {
  color: #434190;
}

.active\:placeholder-indigo-800:active::-ms-input-placeholder {
  color: #434190;
}

.active\:placeholder-indigo-800:active::placeholder {
  color: #434190;
}

.active\:placeholder-indigo-900:active::-webkit-input-placeholder {
  color: #3c366b;
}

.active\:placeholder-indigo-900:active::-moz-placeholder {
  color: #3c366b;
}

.active\:placeholder-indigo-900:active:-ms-input-placeholder {
  color: #3c366b;
}

.active\:placeholder-indigo-900:active::-ms-input-placeholder {
  color: #3c366b;
}

.active\:placeholder-indigo-900:active::placeholder {
  color: #3c366b;
}

.active\:placeholder-purple-100:active::-webkit-input-placeholder {
  color: #faf5ff;
}

.active\:placeholder-purple-100:active::-moz-placeholder {
  color: #faf5ff;
}

.active\:placeholder-purple-100:active:-ms-input-placeholder {
  color: #faf5ff;
}

.active\:placeholder-purple-100:active::-ms-input-placeholder {
  color: #faf5ff;
}

.active\:placeholder-purple-100:active::placeholder {
  color: #faf5ff;
}

.active\:placeholder-purple-200:active::-webkit-input-placeholder {
  color: #e9d8fd;
}

.active\:placeholder-purple-200:active::-moz-placeholder {
  color: #e9d8fd;
}

.active\:placeholder-purple-200:active:-ms-input-placeholder {
  color: #e9d8fd;
}

.active\:placeholder-purple-200:active::-ms-input-placeholder {
  color: #e9d8fd;
}

.active\:placeholder-purple-200:active::placeholder {
  color: #e9d8fd;
}

.active\:placeholder-purple-300:active::-webkit-input-placeholder {
  color: #d6bcfa;
}

.active\:placeholder-purple-300:active::-moz-placeholder {
  color: #d6bcfa;
}

.active\:placeholder-purple-300:active:-ms-input-placeholder {
  color: #d6bcfa;
}

.active\:placeholder-purple-300:active::-ms-input-placeholder {
  color: #d6bcfa;
}

.active\:placeholder-purple-300:active::placeholder {
  color: #d6bcfa;
}

.active\:placeholder-purple-400:active::-webkit-input-placeholder {
  color: #b794f4;
}

.active\:placeholder-purple-400:active::-moz-placeholder {
  color: #b794f4;
}

.active\:placeholder-purple-400:active:-ms-input-placeholder {
  color: #b794f4;
}

.active\:placeholder-purple-400:active::-ms-input-placeholder {
  color: #b794f4;
}

.active\:placeholder-purple-400:active::placeholder {
  color: #b794f4;
}

.active\:placeholder-purple-500:active::-webkit-input-placeholder {
  color: #9f7aea;
}

.active\:placeholder-purple-500:active::-moz-placeholder {
  color: #9f7aea;
}

.active\:placeholder-purple-500:active:-ms-input-placeholder {
  color: #9f7aea;
}

.active\:placeholder-purple-500:active::-ms-input-placeholder {
  color: #9f7aea;
}

.active\:placeholder-purple-500:active::placeholder {
  color: #9f7aea;
}

.active\:placeholder-purple-600:active::-webkit-input-placeholder {
  color: #805ad5;
}

.active\:placeholder-purple-600:active::-moz-placeholder {
  color: #805ad5;
}

.active\:placeholder-purple-600:active:-ms-input-placeholder {
  color: #805ad5;
}

.active\:placeholder-purple-600:active::-ms-input-placeholder {
  color: #805ad5;
}

.active\:placeholder-purple-600:active::placeholder {
  color: #805ad5;
}

.active\:placeholder-purple-700:active::-webkit-input-placeholder {
  color: #6b46c1;
}

.active\:placeholder-purple-700:active::-moz-placeholder {
  color: #6b46c1;
}

.active\:placeholder-purple-700:active:-ms-input-placeholder {
  color: #6b46c1;
}

.active\:placeholder-purple-700:active::-ms-input-placeholder {
  color: #6b46c1;
}

.active\:placeholder-purple-700:active::placeholder {
  color: #6b46c1;
}

.active\:placeholder-purple-800:active::-webkit-input-placeholder {
  color: #553c9a;
}

.active\:placeholder-purple-800:active::-moz-placeholder {
  color: #553c9a;
}

.active\:placeholder-purple-800:active:-ms-input-placeholder {
  color: #553c9a;
}

.active\:placeholder-purple-800:active::-ms-input-placeholder {
  color: #553c9a;
}

.active\:placeholder-purple-800:active::placeholder {
  color: #553c9a;
}

.active\:placeholder-purple-900:active::-webkit-input-placeholder {
  color: #44337a;
}

.active\:placeholder-purple-900:active::-moz-placeholder {
  color: #44337a;
}

.active\:placeholder-purple-900:active:-ms-input-placeholder {
  color: #44337a;
}

.active\:placeholder-purple-900:active::-ms-input-placeholder {
  color: #44337a;
}

.active\:placeholder-purple-900:active::placeholder {
  color: #44337a;
}

.active\:placeholder-pink-100:active::-webkit-input-placeholder {
  color: #fff5f7;
}

.active\:placeholder-pink-100:active::-moz-placeholder {
  color: #fff5f7;
}

.active\:placeholder-pink-100:active:-ms-input-placeholder {
  color: #fff5f7;
}

.active\:placeholder-pink-100:active::-ms-input-placeholder {
  color: #fff5f7;
}

.active\:placeholder-pink-100:active::placeholder {
  color: #fff5f7;
}

.active\:placeholder-pink-200:active::-webkit-input-placeholder {
  color: #fed7e2;
}

.active\:placeholder-pink-200:active::-moz-placeholder {
  color: #fed7e2;
}

.active\:placeholder-pink-200:active:-ms-input-placeholder {
  color: #fed7e2;
}

.active\:placeholder-pink-200:active::-ms-input-placeholder {
  color: #fed7e2;
}

.active\:placeholder-pink-200:active::placeholder {
  color: #fed7e2;
}

.active\:placeholder-pink-300:active::-webkit-input-placeholder {
  color: #fbb6ce;
}

.active\:placeholder-pink-300:active::-moz-placeholder {
  color: #fbb6ce;
}

.active\:placeholder-pink-300:active:-ms-input-placeholder {
  color: #fbb6ce;
}

.active\:placeholder-pink-300:active::-ms-input-placeholder {
  color: #fbb6ce;
}

.active\:placeholder-pink-300:active::placeholder {
  color: #fbb6ce;
}

.active\:placeholder-pink-400:active::-webkit-input-placeholder {
  color: #f687b3;
}

.active\:placeholder-pink-400:active::-moz-placeholder {
  color: #f687b3;
}

.active\:placeholder-pink-400:active:-ms-input-placeholder {
  color: #f687b3;
}

.active\:placeholder-pink-400:active::-ms-input-placeholder {
  color: #f687b3;
}

.active\:placeholder-pink-400:active::placeholder {
  color: #f687b3;
}

.active\:placeholder-pink-500:active::-webkit-input-placeholder {
  color: #ed64a6;
}

.active\:placeholder-pink-500:active::-moz-placeholder {
  color: #ed64a6;
}

.active\:placeholder-pink-500:active:-ms-input-placeholder {
  color: #ed64a6;
}

.active\:placeholder-pink-500:active::-ms-input-placeholder {
  color: #ed64a6;
}

.active\:placeholder-pink-500:active::placeholder {
  color: #ed64a6;
}

.active\:placeholder-pink-600:active::-webkit-input-placeholder {
  color: #d53f8c;
}

.active\:placeholder-pink-600:active::-moz-placeholder {
  color: #d53f8c;
}

.active\:placeholder-pink-600:active:-ms-input-placeholder {
  color: #d53f8c;
}

.active\:placeholder-pink-600:active::-ms-input-placeholder {
  color: #d53f8c;
}

.active\:placeholder-pink-600:active::placeholder {
  color: #d53f8c;
}

.active\:placeholder-pink-700:active::-webkit-input-placeholder {
  color: #b83280;
}

.active\:placeholder-pink-700:active::-moz-placeholder {
  color: #b83280;
}

.active\:placeholder-pink-700:active:-ms-input-placeholder {
  color: #b83280;
}

.active\:placeholder-pink-700:active::-ms-input-placeholder {
  color: #b83280;
}

.active\:placeholder-pink-700:active::placeholder {
  color: #b83280;
}

.active\:placeholder-pink-800:active::-webkit-input-placeholder {
  color: #97266d;
}

.active\:placeholder-pink-800:active::-moz-placeholder {
  color: #97266d;
}

.active\:placeholder-pink-800:active:-ms-input-placeholder {
  color: #97266d;
}

.active\:placeholder-pink-800:active::-ms-input-placeholder {
  color: #97266d;
}

.active\:placeholder-pink-800:active::placeholder {
  color: #97266d;
}

.active\:placeholder-pink-900:active::-webkit-input-placeholder {
  color: #702459;
}

.active\:placeholder-pink-900:active::-moz-placeholder {
  color: #702459;
}

.active\:placeholder-pink-900:active:-ms-input-placeholder {
  color: #702459;
}

.active\:placeholder-pink-900:active::-ms-input-placeholder {
  color: #702459;
}

.active\:placeholder-pink-900:active::placeholder {
  color: #702459;
}

.visited\:placeholder-transparent:visited::-webkit-input-placeholder {
  color: transparent;
}

.visited\:placeholder-transparent:visited::-moz-placeholder {
  color: transparent;
}

.visited\:placeholder-transparent:visited:-ms-input-placeholder {
  color: transparent;
}

.visited\:placeholder-transparent:visited::-ms-input-placeholder {
  color: transparent;
}

.visited\:placeholder-transparent:visited::placeholder {
  color: transparent;
}

.visited\:placeholder-black:visited::-webkit-input-placeholder {
  color: #000;
}

.visited\:placeholder-black:visited::-moz-placeholder {
  color: #000;
}

.visited\:placeholder-black:visited:-ms-input-placeholder {
  color: #000;
}

.visited\:placeholder-black:visited::-ms-input-placeholder {
  color: #000;
}

.visited\:placeholder-black:visited::placeholder {
  color: #000;
}

.visited\:placeholder-white:visited::-webkit-input-placeholder {
  color: #fff;
}

.visited\:placeholder-white:visited::-moz-placeholder {
  color: #fff;
}

.visited\:placeholder-white:visited:-ms-input-placeholder {
  color: #fff;
}

.visited\:placeholder-white:visited::-ms-input-placeholder {
  color: #fff;
}

.visited\:placeholder-white:visited::placeholder {
  color: #fff;
}

.visited\:placeholder-gray-100:visited::-webkit-input-placeholder {
  color: #f7fafc;
}

.visited\:placeholder-gray-100:visited::-moz-placeholder {
  color: #f7fafc;
}

.visited\:placeholder-gray-100:visited:-ms-input-placeholder {
  color: #f7fafc;
}

.visited\:placeholder-gray-100:visited::-ms-input-placeholder {
  color: #f7fafc;
}

.visited\:placeholder-gray-100:visited::placeholder {
  color: #f7fafc;
}

.visited\:placeholder-gray-200:visited::-webkit-input-placeholder {
  color: #edf2f7;
}

.visited\:placeholder-gray-200:visited::-moz-placeholder {
  color: #edf2f7;
}

.visited\:placeholder-gray-200:visited:-ms-input-placeholder {
  color: #edf2f7;
}

.visited\:placeholder-gray-200:visited::-ms-input-placeholder {
  color: #edf2f7;
}

.visited\:placeholder-gray-200:visited::placeholder {
  color: #edf2f7;
}

.visited\:placeholder-gray-300:visited::-webkit-input-placeholder {
  color: #e2e8f0;
}

.visited\:placeholder-gray-300:visited::-moz-placeholder {
  color: #e2e8f0;
}

.visited\:placeholder-gray-300:visited:-ms-input-placeholder {
  color: #e2e8f0;
}

.visited\:placeholder-gray-300:visited::-ms-input-placeholder {
  color: #e2e8f0;
}

.visited\:placeholder-gray-300:visited::placeholder {
  color: #e2e8f0;
}

.visited\:placeholder-gray-400:visited::-webkit-input-placeholder {
  color: #cbd5e0;
}

.visited\:placeholder-gray-400:visited::-moz-placeholder {
  color: #cbd5e0;
}

.visited\:placeholder-gray-400:visited:-ms-input-placeholder {
  color: #cbd5e0;
}

.visited\:placeholder-gray-400:visited::-ms-input-placeholder {
  color: #cbd5e0;
}

.visited\:placeholder-gray-400:visited::placeholder {
  color: #cbd5e0;
}

.visited\:placeholder-gray-500:visited::-webkit-input-placeholder {
  color: #a0aec0;
}

.visited\:placeholder-gray-500:visited::-moz-placeholder {
  color: #a0aec0;
}

.visited\:placeholder-gray-500:visited:-ms-input-placeholder {
  color: #a0aec0;
}

.visited\:placeholder-gray-500:visited::-ms-input-placeholder {
  color: #a0aec0;
}

.visited\:placeholder-gray-500:visited::placeholder {
  color: #a0aec0;
}

.visited\:placeholder-gray-600:visited::-webkit-input-placeholder {
  color: #718096;
}

.visited\:placeholder-gray-600:visited::-moz-placeholder {
  color: #718096;
}

.visited\:placeholder-gray-600:visited:-ms-input-placeholder {
  color: #718096;
}

.visited\:placeholder-gray-600:visited::-ms-input-placeholder {
  color: #718096;
}

.visited\:placeholder-gray-600:visited::placeholder {
  color: #718096;
}

.visited\:placeholder-gray-700:visited::-webkit-input-placeholder {
  color: #4a5568;
}

.visited\:placeholder-gray-700:visited::-moz-placeholder {
  color: #4a5568;
}

.visited\:placeholder-gray-700:visited:-ms-input-placeholder {
  color: #4a5568;
}

.visited\:placeholder-gray-700:visited::-ms-input-placeholder {
  color: #4a5568;
}

.visited\:placeholder-gray-700:visited::placeholder {
  color: #4a5568;
}

.visited\:placeholder-gray-800:visited::-webkit-input-placeholder {
  color: #2d3748;
}

.visited\:placeholder-gray-800:visited::-moz-placeholder {
  color: #2d3748;
}

.visited\:placeholder-gray-800:visited:-ms-input-placeholder {
  color: #2d3748;
}

.visited\:placeholder-gray-800:visited::-ms-input-placeholder {
  color: #2d3748;
}

.visited\:placeholder-gray-800:visited::placeholder {
  color: #2d3748;
}

.visited\:placeholder-gray-900:visited::-webkit-input-placeholder {
  color: #1a202c;
}

.visited\:placeholder-gray-900:visited::-moz-placeholder {
  color: #1a202c;
}

.visited\:placeholder-gray-900:visited:-ms-input-placeholder {
  color: #1a202c;
}

.visited\:placeholder-gray-900:visited::-ms-input-placeholder {
  color: #1a202c;
}

.visited\:placeholder-gray-900:visited::placeholder {
  color: #1a202c;
}

.visited\:placeholder-red-100:visited::-webkit-input-placeholder {
  color: #fff5f5;
}

.visited\:placeholder-red-100:visited::-moz-placeholder {
  color: #fff5f5;
}

.visited\:placeholder-red-100:visited:-ms-input-placeholder {
  color: #fff5f5;
}

.visited\:placeholder-red-100:visited::-ms-input-placeholder {
  color: #fff5f5;
}

.visited\:placeholder-red-100:visited::placeholder {
  color: #fff5f5;
}

.visited\:placeholder-red-200:visited::-webkit-input-placeholder {
  color: #fed7d7;
}

.visited\:placeholder-red-200:visited::-moz-placeholder {
  color: #fed7d7;
}

.visited\:placeholder-red-200:visited:-ms-input-placeholder {
  color: #fed7d7;
}

.visited\:placeholder-red-200:visited::-ms-input-placeholder {
  color: #fed7d7;
}

.visited\:placeholder-red-200:visited::placeholder {
  color: #fed7d7;
}

.visited\:placeholder-red-300:visited::-webkit-input-placeholder {
  color: #feb2b2;
}

.visited\:placeholder-red-300:visited::-moz-placeholder {
  color: #feb2b2;
}

.visited\:placeholder-red-300:visited:-ms-input-placeholder {
  color: #feb2b2;
}

.visited\:placeholder-red-300:visited::-ms-input-placeholder {
  color: #feb2b2;
}

.visited\:placeholder-red-300:visited::placeholder {
  color: #feb2b2;
}

.visited\:placeholder-red-400:visited::-webkit-input-placeholder {
  color: #fc8181;
}

.visited\:placeholder-red-400:visited::-moz-placeholder {
  color: #fc8181;
}

.visited\:placeholder-red-400:visited:-ms-input-placeholder {
  color: #fc8181;
}

.visited\:placeholder-red-400:visited::-ms-input-placeholder {
  color: #fc8181;
}

.visited\:placeholder-red-400:visited::placeholder {
  color: #fc8181;
}

.visited\:placeholder-red-500:visited::-webkit-input-placeholder {
  color: #f56565;
}

.visited\:placeholder-red-500:visited::-moz-placeholder {
  color: #f56565;
}

.visited\:placeholder-red-500:visited:-ms-input-placeholder {
  color: #f56565;
}

.visited\:placeholder-red-500:visited::-ms-input-placeholder {
  color: #f56565;
}

.visited\:placeholder-red-500:visited::placeholder {
  color: #f56565;
}

.visited\:placeholder-red-600:visited::-webkit-input-placeholder {
  color: #e53e3e;
}

.visited\:placeholder-red-600:visited::-moz-placeholder {
  color: #e53e3e;
}

.visited\:placeholder-red-600:visited:-ms-input-placeholder {
  color: #e53e3e;
}

.visited\:placeholder-red-600:visited::-ms-input-placeholder {
  color: #e53e3e;
}

.visited\:placeholder-red-600:visited::placeholder {
  color: #e53e3e;
}

.visited\:placeholder-red-700:visited::-webkit-input-placeholder {
  color: #c53030;
}

.visited\:placeholder-red-700:visited::-moz-placeholder {
  color: #c53030;
}

.visited\:placeholder-red-700:visited:-ms-input-placeholder {
  color: #c53030;
}

.visited\:placeholder-red-700:visited::-ms-input-placeholder {
  color: #c53030;
}

.visited\:placeholder-red-700:visited::placeholder {
  color: #c53030;
}

.visited\:placeholder-red-800:visited::-webkit-input-placeholder {
  color: #9b2c2c;
}

.visited\:placeholder-red-800:visited::-moz-placeholder {
  color: #9b2c2c;
}

.visited\:placeholder-red-800:visited:-ms-input-placeholder {
  color: #9b2c2c;
}

.visited\:placeholder-red-800:visited::-ms-input-placeholder {
  color: #9b2c2c;
}

.visited\:placeholder-red-800:visited::placeholder {
  color: #9b2c2c;
}

.visited\:placeholder-red-900:visited::-webkit-input-placeholder {
  color: #742a2a;
}

.visited\:placeholder-red-900:visited::-moz-placeholder {
  color: #742a2a;
}

.visited\:placeholder-red-900:visited:-ms-input-placeholder {
  color: #742a2a;
}

.visited\:placeholder-red-900:visited::-ms-input-placeholder {
  color: #742a2a;
}

.visited\:placeholder-red-900:visited::placeholder {
  color: #742a2a;
}

.visited\:placeholder-orange-100:visited::-webkit-input-placeholder {
  color: #fffaf0;
}

.visited\:placeholder-orange-100:visited::-moz-placeholder {
  color: #fffaf0;
}

.visited\:placeholder-orange-100:visited:-ms-input-placeholder {
  color: #fffaf0;
}

.visited\:placeholder-orange-100:visited::-ms-input-placeholder {
  color: #fffaf0;
}

.visited\:placeholder-orange-100:visited::placeholder {
  color: #fffaf0;
}

.visited\:placeholder-orange-200:visited::-webkit-input-placeholder {
  color: #feebc8;
}

.visited\:placeholder-orange-200:visited::-moz-placeholder {
  color: #feebc8;
}

.visited\:placeholder-orange-200:visited:-ms-input-placeholder {
  color: #feebc8;
}

.visited\:placeholder-orange-200:visited::-ms-input-placeholder {
  color: #feebc8;
}

.visited\:placeholder-orange-200:visited::placeholder {
  color: #feebc8;
}

.visited\:placeholder-orange-300:visited::-webkit-input-placeholder {
  color: #fbd38d;
}

.visited\:placeholder-orange-300:visited::-moz-placeholder {
  color: #fbd38d;
}

.visited\:placeholder-orange-300:visited:-ms-input-placeholder {
  color: #fbd38d;
}

.visited\:placeholder-orange-300:visited::-ms-input-placeholder {
  color: #fbd38d;
}

.visited\:placeholder-orange-300:visited::placeholder {
  color: #fbd38d;
}

.visited\:placeholder-orange-400:visited::-webkit-input-placeholder {
  color: #f6ad55;
}

.visited\:placeholder-orange-400:visited::-moz-placeholder {
  color: #f6ad55;
}

.visited\:placeholder-orange-400:visited:-ms-input-placeholder {
  color: #f6ad55;
}

.visited\:placeholder-orange-400:visited::-ms-input-placeholder {
  color: #f6ad55;
}

.visited\:placeholder-orange-400:visited::placeholder {
  color: #f6ad55;
}

.visited\:placeholder-orange-500:visited::-webkit-input-placeholder {
  color: #ed8936;
}

.visited\:placeholder-orange-500:visited::-moz-placeholder {
  color: #ed8936;
}

.visited\:placeholder-orange-500:visited:-ms-input-placeholder {
  color: #ed8936;
}

.visited\:placeholder-orange-500:visited::-ms-input-placeholder {
  color: #ed8936;
}

.visited\:placeholder-orange-500:visited::placeholder {
  color: #ed8936;
}

.visited\:placeholder-orange-600:visited::-webkit-input-placeholder {
  color: #dd6b20;
}

.visited\:placeholder-orange-600:visited::-moz-placeholder {
  color: #dd6b20;
}

.visited\:placeholder-orange-600:visited:-ms-input-placeholder {
  color: #dd6b20;
}

.visited\:placeholder-orange-600:visited::-ms-input-placeholder {
  color: #dd6b20;
}

.visited\:placeholder-orange-600:visited::placeholder {
  color: #dd6b20;
}

.visited\:placeholder-orange-700:visited::-webkit-input-placeholder {
  color: #c05621;
}

.visited\:placeholder-orange-700:visited::-moz-placeholder {
  color: #c05621;
}

.visited\:placeholder-orange-700:visited:-ms-input-placeholder {
  color: #c05621;
}

.visited\:placeholder-orange-700:visited::-ms-input-placeholder {
  color: #c05621;
}

.visited\:placeholder-orange-700:visited::placeholder {
  color: #c05621;
}

.visited\:placeholder-orange-800:visited::-webkit-input-placeholder {
  color: #9c4221;
}

.visited\:placeholder-orange-800:visited::-moz-placeholder {
  color: #9c4221;
}

.visited\:placeholder-orange-800:visited:-ms-input-placeholder {
  color: #9c4221;
}

.visited\:placeholder-orange-800:visited::-ms-input-placeholder {
  color: #9c4221;
}

.visited\:placeholder-orange-800:visited::placeholder {
  color: #9c4221;
}

.visited\:placeholder-orange-900:visited::-webkit-input-placeholder {
  color: #7b341e;
}

.visited\:placeholder-orange-900:visited::-moz-placeholder {
  color: #7b341e;
}

.visited\:placeholder-orange-900:visited:-ms-input-placeholder {
  color: #7b341e;
}

.visited\:placeholder-orange-900:visited::-ms-input-placeholder {
  color: #7b341e;
}

.visited\:placeholder-orange-900:visited::placeholder {
  color: #7b341e;
}

.visited\:placeholder-yellow-100:visited::-webkit-input-placeholder {
  color: #fffff0;
}

.visited\:placeholder-yellow-100:visited::-moz-placeholder {
  color: #fffff0;
}

.visited\:placeholder-yellow-100:visited:-ms-input-placeholder {
  color: #fffff0;
}

.visited\:placeholder-yellow-100:visited::-ms-input-placeholder {
  color: #fffff0;
}

.visited\:placeholder-yellow-100:visited::placeholder {
  color: #fffff0;
}

.visited\:placeholder-yellow-200:visited::-webkit-input-placeholder {
  color: #fefcbf;
}

.visited\:placeholder-yellow-200:visited::-moz-placeholder {
  color: #fefcbf;
}

.visited\:placeholder-yellow-200:visited:-ms-input-placeholder {
  color: #fefcbf;
}

.visited\:placeholder-yellow-200:visited::-ms-input-placeholder {
  color: #fefcbf;
}

.visited\:placeholder-yellow-200:visited::placeholder {
  color: #fefcbf;
}

.visited\:placeholder-yellow-300:visited::-webkit-input-placeholder {
  color: #faf089;
}

.visited\:placeholder-yellow-300:visited::-moz-placeholder {
  color: #faf089;
}

.visited\:placeholder-yellow-300:visited:-ms-input-placeholder {
  color: #faf089;
}

.visited\:placeholder-yellow-300:visited::-ms-input-placeholder {
  color: #faf089;
}

.visited\:placeholder-yellow-300:visited::placeholder {
  color: #faf089;
}

.visited\:placeholder-yellow-400:visited::-webkit-input-placeholder {
  color: #f6e05e;
}

.visited\:placeholder-yellow-400:visited::-moz-placeholder {
  color: #f6e05e;
}

.visited\:placeholder-yellow-400:visited:-ms-input-placeholder {
  color: #f6e05e;
}

.visited\:placeholder-yellow-400:visited::-ms-input-placeholder {
  color: #f6e05e;
}

.visited\:placeholder-yellow-400:visited::placeholder {
  color: #f6e05e;
}

.visited\:placeholder-yellow-500:visited::-webkit-input-placeholder {
  color: #ecc94b;
}

.visited\:placeholder-yellow-500:visited::-moz-placeholder {
  color: #ecc94b;
}

.visited\:placeholder-yellow-500:visited:-ms-input-placeholder {
  color: #ecc94b;
}

.visited\:placeholder-yellow-500:visited::-ms-input-placeholder {
  color: #ecc94b;
}

.visited\:placeholder-yellow-500:visited::placeholder {
  color: #ecc94b;
}

.visited\:placeholder-yellow-600:visited::-webkit-input-placeholder {
  color: #d69e2e;
}

.visited\:placeholder-yellow-600:visited::-moz-placeholder {
  color: #d69e2e;
}

.visited\:placeholder-yellow-600:visited:-ms-input-placeholder {
  color: #d69e2e;
}

.visited\:placeholder-yellow-600:visited::-ms-input-placeholder {
  color: #d69e2e;
}

.visited\:placeholder-yellow-600:visited::placeholder {
  color: #d69e2e;
}

.visited\:placeholder-yellow-700:visited::-webkit-input-placeholder {
  color: #b7791f;
}

.visited\:placeholder-yellow-700:visited::-moz-placeholder {
  color: #b7791f;
}

.visited\:placeholder-yellow-700:visited:-ms-input-placeholder {
  color: #b7791f;
}

.visited\:placeholder-yellow-700:visited::-ms-input-placeholder {
  color: #b7791f;
}

.visited\:placeholder-yellow-700:visited::placeholder {
  color: #b7791f;
}

.visited\:placeholder-yellow-800:visited::-webkit-input-placeholder {
  color: #975a16;
}

.visited\:placeholder-yellow-800:visited::-moz-placeholder {
  color: #975a16;
}

.visited\:placeholder-yellow-800:visited:-ms-input-placeholder {
  color: #975a16;
}

.visited\:placeholder-yellow-800:visited::-ms-input-placeholder {
  color: #975a16;
}

.visited\:placeholder-yellow-800:visited::placeholder {
  color: #975a16;
}

.visited\:placeholder-yellow-900:visited::-webkit-input-placeholder {
  color: #744210;
}

.visited\:placeholder-yellow-900:visited::-moz-placeholder {
  color: #744210;
}

.visited\:placeholder-yellow-900:visited:-ms-input-placeholder {
  color: #744210;
}

.visited\:placeholder-yellow-900:visited::-ms-input-placeholder {
  color: #744210;
}

.visited\:placeholder-yellow-900:visited::placeholder {
  color: #744210;
}

.visited\:placeholder-green-100:visited::-webkit-input-placeholder {
  color: #f0fff4;
}

.visited\:placeholder-green-100:visited::-moz-placeholder {
  color: #f0fff4;
}

.visited\:placeholder-green-100:visited:-ms-input-placeholder {
  color: #f0fff4;
}

.visited\:placeholder-green-100:visited::-ms-input-placeholder {
  color: #f0fff4;
}

.visited\:placeholder-green-100:visited::placeholder {
  color: #f0fff4;
}

.visited\:placeholder-green-200:visited::-webkit-input-placeholder {
  color: #c6f6d5;
}

.visited\:placeholder-green-200:visited::-moz-placeholder {
  color: #c6f6d5;
}

.visited\:placeholder-green-200:visited:-ms-input-placeholder {
  color: #c6f6d5;
}

.visited\:placeholder-green-200:visited::-ms-input-placeholder {
  color: #c6f6d5;
}

.visited\:placeholder-green-200:visited::placeholder {
  color: #c6f6d5;
}

.visited\:placeholder-green-300:visited::-webkit-input-placeholder {
  color: #9ae6b4;
}

.visited\:placeholder-green-300:visited::-moz-placeholder {
  color: #9ae6b4;
}

.visited\:placeholder-green-300:visited:-ms-input-placeholder {
  color: #9ae6b4;
}

.visited\:placeholder-green-300:visited::-ms-input-placeholder {
  color: #9ae6b4;
}

.visited\:placeholder-green-300:visited::placeholder {
  color: #9ae6b4;
}

.visited\:placeholder-green-400:visited::-webkit-input-placeholder {
  color: #68d391;
}

.visited\:placeholder-green-400:visited::-moz-placeholder {
  color: #68d391;
}

.visited\:placeholder-green-400:visited:-ms-input-placeholder {
  color: #68d391;
}

.visited\:placeholder-green-400:visited::-ms-input-placeholder {
  color: #68d391;
}

.visited\:placeholder-green-400:visited::placeholder {
  color: #68d391;
}

.visited\:placeholder-green-500:visited::-webkit-input-placeholder {
  color: #48bb78;
}

.visited\:placeholder-green-500:visited::-moz-placeholder {
  color: #48bb78;
}

.visited\:placeholder-green-500:visited:-ms-input-placeholder {
  color: #48bb78;
}

.visited\:placeholder-green-500:visited::-ms-input-placeholder {
  color: #48bb78;
}

.visited\:placeholder-green-500:visited::placeholder {
  color: #48bb78;
}

.visited\:placeholder-green-600:visited::-webkit-input-placeholder {
  color: #38a169;
}

.visited\:placeholder-green-600:visited::-moz-placeholder {
  color: #38a169;
}

.visited\:placeholder-green-600:visited:-ms-input-placeholder {
  color: #38a169;
}

.visited\:placeholder-green-600:visited::-ms-input-placeholder {
  color: #38a169;
}

.visited\:placeholder-green-600:visited::placeholder {
  color: #38a169;
}

.visited\:placeholder-green-700:visited::-webkit-input-placeholder {
  color: #2f855a;
}

.visited\:placeholder-green-700:visited::-moz-placeholder {
  color: #2f855a;
}

.visited\:placeholder-green-700:visited:-ms-input-placeholder {
  color: #2f855a;
}

.visited\:placeholder-green-700:visited::-ms-input-placeholder {
  color: #2f855a;
}

.visited\:placeholder-green-700:visited::placeholder {
  color: #2f855a;
}

.visited\:placeholder-green-800:visited::-webkit-input-placeholder {
  color: #276749;
}

.visited\:placeholder-green-800:visited::-moz-placeholder {
  color: #276749;
}

.visited\:placeholder-green-800:visited:-ms-input-placeholder {
  color: #276749;
}

.visited\:placeholder-green-800:visited::-ms-input-placeholder {
  color: #276749;
}

.visited\:placeholder-green-800:visited::placeholder {
  color: #276749;
}

.visited\:placeholder-green-900:visited::-webkit-input-placeholder {
  color: #22543d;
}

.visited\:placeholder-green-900:visited::-moz-placeholder {
  color: #22543d;
}

.visited\:placeholder-green-900:visited:-ms-input-placeholder {
  color: #22543d;
}

.visited\:placeholder-green-900:visited::-ms-input-placeholder {
  color: #22543d;
}

.visited\:placeholder-green-900:visited::placeholder {
  color: #22543d;
}

.visited\:placeholder-teal-100:visited::-webkit-input-placeholder {
  color: #e6fffa;
}

.visited\:placeholder-teal-100:visited::-moz-placeholder {
  color: #e6fffa;
}

.visited\:placeholder-teal-100:visited:-ms-input-placeholder {
  color: #e6fffa;
}

.visited\:placeholder-teal-100:visited::-ms-input-placeholder {
  color: #e6fffa;
}

.visited\:placeholder-teal-100:visited::placeholder {
  color: #e6fffa;
}

.visited\:placeholder-teal-200:visited::-webkit-input-placeholder {
  color: #b2f5ea;
}

.visited\:placeholder-teal-200:visited::-moz-placeholder {
  color: #b2f5ea;
}

.visited\:placeholder-teal-200:visited:-ms-input-placeholder {
  color: #b2f5ea;
}

.visited\:placeholder-teal-200:visited::-ms-input-placeholder {
  color: #b2f5ea;
}

.visited\:placeholder-teal-200:visited::placeholder {
  color: #b2f5ea;
}

.visited\:placeholder-teal-300:visited::-webkit-input-placeholder {
  color: #81e6d9;
}

.visited\:placeholder-teal-300:visited::-moz-placeholder {
  color: #81e6d9;
}

.visited\:placeholder-teal-300:visited:-ms-input-placeholder {
  color: #81e6d9;
}

.visited\:placeholder-teal-300:visited::-ms-input-placeholder {
  color: #81e6d9;
}

.visited\:placeholder-teal-300:visited::placeholder {
  color: #81e6d9;
}

.visited\:placeholder-teal-400:visited::-webkit-input-placeholder {
  color: #4fd1c5;
}

.visited\:placeholder-teal-400:visited::-moz-placeholder {
  color: #4fd1c5;
}

.visited\:placeholder-teal-400:visited:-ms-input-placeholder {
  color: #4fd1c5;
}

.visited\:placeholder-teal-400:visited::-ms-input-placeholder {
  color: #4fd1c5;
}

.visited\:placeholder-teal-400:visited::placeholder {
  color: #4fd1c5;
}

.visited\:placeholder-teal-500:visited::-webkit-input-placeholder {
  color: #38b2ac;
}

.visited\:placeholder-teal-500:visited::-moz-placeholder {
  color: #38b2ac;
}

.visited\:placeholder-teal-500:visited:-ms-input-placeholder {
  color: #38b2ac;
}

.visited\:placeholder-teal-500:visited::-ms-input-placeholder {
  color: #38b2ac;
}

.visited\:placeholder-teal-500:visited::placeholder {
  color: #38b2ac;
}

.visited\:placeholder-teal-600:visited::-webkit-input-placeholder {
  color: #319795;
}

.visited\:placeholder-teal-600:visited::-moz-placeholder {
  color: #319795;
}

.visited\:placeholder-teal-600:visited:-ms-input-placeholder {
  color: #319795;
}

.visited\:placeholder-teal-600:visited::-ms-input-placeholder {
  color: #319795;
}

.visited\:placeholder-teal-600:visited::placeholder {
  color: #319795;
}

.visited\:placeholder-teal-700:visited::-webkit-input-placeholder {
  color: #2c7a7b;
}

.visited\:placeholder-teal-700:visited::-moz-placeholder {
  color: #2c7a7b;
}

.visited\:placeholder-teal-700:visited:-ms-input-placeholder {
  color: #2c7a7b;
}

.visited\:placeholder-teal-700:visited::-ms-input-placeholder {
  color: #2c7a7b;
}

.visited\:placeholder-teal-700:visited::placeholder {
  color: #2c7a7b;
}

.visited\:placeholder-teal-800:visited::-webkit-input-placeholder {
  color: #285e61;
}

.visited\:placeholder-teal-800:visited::-moz-placeholder {
  color: #285e61;
}

.visited\:placeholder-teal-800:visited:-ms-input-placeholder {
  color: #285e61;
}

.visited\:placeholder-teal-800:visited::-ms-input-placeholder {
  color: #285e61;
}

.visited\:placeholder-teal-800:visited::placeholder {
  color: #285e61;
}

.visited\:placeholder-teal-900:visited::-webkit-input-placeholder {
  color: #234e52;
}

.visited\:placeholder-teal-900:visited::-moz-placeholder {
  color: #234e52;
}

.visited\:placeholder-teal-900:visited:-ms-input-placeholder {
  color: #234e52;
}

.visited\:placeholder-teal-900:visited::-ms-input-placeholder {
  color: #234e52;
}

.visited\:placeholder-teal-900:visited::placeholder {
  color: #234e52;
}

.visited\:placeholder-blue-100:visited::-webkit-input-placeholder {
  color: #ebf8ff;
}

.visited\:placeholder-blue-100:visited::-moz-placeholder {
  color: #ebf8ff;
}

.visited\:placeholder-blue-100:visited:-ms-input-placeholder {
  color: #ebf8ff;
}

.visited\:placeholder-blue-100:visited::-ms-input-placeholder {
  color: #ebf8ff;
}

.visited\:placeholder-blue-100:visited::placeholder {
  color: #ebf8ff;
}

.visited\:placeholder-blue-200:visited::-webkit-input-placeholder {
  color: #bee3f8;
}

.visited\:placeholder-blue-200:visited::-moz-placeholder {
  color: #bee3f8;
}

.visited\:placeholder-blue-200:visited:-ms-input-placeholder {
  color: #bee3f8;
}

.visited\:placeholder-blue-200:visited::-ms-input-placeholder {
  color: #bee3f8;
}

.visited\:placeholder-blue-200:visited::placeholder {
  color: #bee3f8;
}

.visited\:placeholder-blue-300:visited::-webkit-input-placeholder {
  color: #90cdf4;
}

.visited\:placeholder-blue-300:visited::-moz-placeholder {
  color: #90cdf4;
}

.visited\:placeholder-blue-300:visited:-ms-input-placeholder {
  color: #90cdf4;
}

.visited\:placeholder-blue-300:visited::-ms-input-placeholder {
  color: #90cdf4;
}

.visited\:placeholder-blue-300:visited::placeholder {
  color: #90cdf4;
}

.visited\:placeholder-blue-400:visited::-webkit-input-placeholder {
  color: #63b3ed;
}

.visited\:placeholder-blue-400:visited::-moz-placeholder {
  color: #63b3ed;
}

.visited\:placeholder-blue-400:visited:-ms-input-placeholder {
  color: #63b3ed;
}

.visited\:placeholder-blue-400:visited::-ms-input-placeholder {
  color: #63b3ed;
}

.visited\:placeholder-blue-400:visited::placeholder {
  color: #63b3ed;
}

.visited\:placeholder-blue-500:visited::-webkit-input-placeholder {
  color: #4299e1;
}

.visited\:placeholder-blue-500:visited::-moz-placeholder {
  color: #4299e1;
}

.visited\:placeholder-blue-500:visited:-ms-input-placeholder {
  color: #4299e1;
}

.visited\:placeholder-blue-500:visited::-ms-input-placeholder {
  color: #4299e1;
}

.visited\:placeholder-blue-500:visited::placeholder {
  color: #4299e1;
}

.visited\:placeholder-blue-600:visited::-webkit-input-placeholder {
  color: #3182ce;
}

.visited\:placeholder-blue-600:visited::-moz-placeholder {
  color: #3182ce;
}

.visited\:placeholder-blue-600:visited:-ms-input-placeholder {
  color: #3182ce;
}

.visited\:placeholder-blue-600:visited::-ms-input-placeholder {
  color: #3182ce;
}

.visited\:placeholder-blue-600:visited::placeholder {
  color: #3182ce;
}

.visited\:placeholder-blue-700:visited::-webkit-input-placeholder {
  color: #2b6cb0;
}

.visited\:placeholder-blue-700:visited::-moz-placeholder {
  color: #2b6cb0;
}

.visited\:placeholder-blue-700:visited:-ms-input-placeholder {
  color: #2b6cb0;
}

.visited\:placeholder-blue-700:visited::-ms-input-placeholder {
  color: #2b6cb0;
}

.visited\:placeholder-blue-700:visited::placeholder {
  color: #2b6cb0;
}

.visited\:placeholder-blue-800:visited::-webkit-input-placeholder {
  color: #2c5282;
}

.visited\:placeholder-blue-800:visited::-moz-placeholder {
  color: #2c5282;
}

.visited\:placeholder-blue-800:visited:-ms-input-placeholder {
  color: #2c5282;
}

.visited\:placeholder-blue-800:visited::-ms-input-placeholder {
  color: #2c5282;
}

.visited\:placeholder-blue-800:visited::placeholder {
  color: #2c5282;
}

.visited\:placeholder-blue-900:visited::-webkit-input-placeholder {
  color: #2a4365;
}

.visited\:placeholder-blue-900:visited::-moz-placeholder {
  color: #2a4365;
}

.visited\:placeholder-blue-900:visited:-ms-input-placeholder {
  color: #2a4365;
}

.visited\:placeholder-blue-900:visited::-ms-input-placeholder {
  color: #2a4365;
}

.visited\:placeholder-blue-900:visited::placeholder {
  color: #2a4365;
}

.visited\:placeholder-indigo-100:visited::-webkit-input-placeholder {
  color: #ebf4ff;
}

.visited\:placeholder-indigo-100:visited::-moz-placeholder {
  color: #ebf4ff;
}

.visited\:placeholder-indigo-100:visited:-ms-input-placeholder {
  color: #ebf4ff;
}

.visited\:placeholder-indigo-100:visited::-ms-input-placeholder {
  color: #ebf4ff;
}

.visited\:placeholder-indigo-100:visited::placeholder {
  color: #ebf4ff;
}

.visited\:placeholder-indigo-200:visited::-webkit-input-placeholder {
  color: #c3dafe;
}

.visited\:placeholder-indigo-200:visited::-moz-placeholder {
  color: #c3dafe;
}

.visited\:placeholder-indigo-200:visited:-ms-input-placeholder {
  color: #c3dafe;
}

.visited\:placeholder-indigo-200:visited::-ms-input-placeholder {
  color: #c3dafe;
}

.visited\:placeholder-indigo-200:visited::placeholder {
  color: #c3dafe;
}

.visited\:placeholder-indigo-300:visited::-webkit-input-placeholder {
  color: #a3bffa;
}

.visited\:placeholder-indigo-300:visited::-moz-placeholder {
  color: #a3bffa;
}

.visited\:placeholder-indigo-300:visited:-ms-input-placeholder {
  color: #a3bffa;
}

.visited\:placeholder-indigo-300:visited::-ms-input-placeholder {
  color: #a3bffa;
}

.visited\:placeholder-indigo-300:visited::placeholder {
  color: #a3bffa;
}

.visited\:placeholder-indigo-400:visited::-webkit-input-placeholder {
  color: #7f9cf5;
}

.visited\:placeholder-indigo-400:visited::-moz-placeholder {
  color: #7f9cf5;
}

.visited\:placeholder-indigo-400:visited:-ms-input-placeholder {
  color: #7f9cf5;
}

.visited\:placeholder-indigo-400:visited::-ms-input-placeholder {
  color: #7f9cf5;
}

.visited\:placeholder-indigo-400:visited::placeholder {
  color: #7f9cf5;
}

.visited\:placeholder-indigo-500:visited::-webkit-input-placeholder {
  color: #667eea;
}

.visited\:placeholder-indigo-500:visited::-moz-placeholder {
  color: #667eea;
}

.visited\:placeholder-indigo-500:visited:-ms-input-placeholder {
  color: #667eea;
}

.visited\:placeholder-indigo-500:visited::-ms-input-placeholder {
  color: #667eea;
}

.visited\:placeholder-indigo-500:visited::placeholder {
  color: #667eea;
}

.visited\:placeholder-indigo-600:visited::-webkit-input-placeholder {
  color: #5a67d8;
}

.visited\:placeholder-indigo-600:visited::-moz-placeholder {
  color: #5a67d8;
}

.visited\:placeholder-indigo-600:visited:-ms-input-placeholder {
  color: #5a67d8;
}

.visited\:placeholder-indigo-600:visited::-ms-input-placeholder {
  color: #5a67d8;
}

.visited\:placeholder-indigo-600:visited::placeholder {
  color: #5a67d8;
}

.visited\:placeholder-indigo-700:visited::-webkit-input-placeholder {
  color: #4c51bf;
}

.visited\:placeholder-indigo-700:visited::-moz-placeholder {
  color: #4c51bf;
}

.visited\:placeholder-indigo-700:visited:-ms-input-placeholder {
  color: #4c51bf;
}

.visited\:placeholder-indigo-700:visited::-ms-input-placeholder {
  color: #4c51bf;
}

.visited\:placeholder-indigo-700:visited::placeholder {
  color: #4c51bf;
}

.visited\:placeholder-indigo-800:visited::-webkit-input-placeholder {
  color: #434190;
}

.visited\:placeholder-indigo-800:visited::-moz-placeholder {
  color: #434190;
}

.visited\:placeholder-indigo-800:visited:-ms-input-placeholder {
  color: #434190;
}

.visited\:placeholder-indigo-800:visited::-ms-input-placeholder {
  color: #434190;
}

.visited\:placeholder-indigo-800:visited::placeholder {
  color: #434190;
}

.visited\:placeholder-indigo-900:visited::-webkit-input-placeholder {
  color: #3c366b;
}

.visited\:placeholder-indigo-900:visited::-moz-placeholder {
  color: #3c366b;
}

.visited\:placeholder-indigo-900:visited:-ms-input-placeholder {
  color: #3c366b;
}

.visited\:placeholder-indigo-900:visited::-ms-input-placeholder {
  color: #3c366b;
}

.visited\:placeholder-indigo-900:visited::placeholder {
  color: #3c366b;
}

.visited\:placeholder-purple-100:visited::-webkit-input-placeholder {
  color: #faf5ff;
}

.visited\:placeholder-purple-100:visited::-moz-placeholder {
  color: #faf5ff;
}

.visited\:placeholder-purple-100:visited:-ms-input-placeholder {
  color: #faf5ff;
}

.visited\:placeholder-purple-100:visited::-ms-input-placeholder {
  color: #faf5ff;
}

.visited\:placeholder-purple-100:visited::placeholder {
  color: #faf5ff;
}

.visited\:placeholder-purple-200:visited::-webkit-input-placeholder {
  color: #e9d8fd;
}

.visited\:placeholder-purple-200:visited::-moz-placeholder {
  color: #e9d8fd;
}

.visited\:placeholder-purple-200:visited:-ms-input-placeholder {
  color: #e9d8fd;
}

.visited\:placeholder-purple-200:visited::-ms-input-placeholder {
  color: #e9d8fd;
}

.visited\:placeholder-purple-200:visited::placeholder {
  color: #e9d8fd;
}

.visited\:placeholder-purple-300:visited::-webkit-input-placeholder {
  color: #d6bcfa;
}

.visited\:placeholder-purple-300:visited::-moz-placeholder {
  color: #d6bcfa;
}

.visited\:placeholder-purple-300:visited:-ms-input-placeholder {
  color: #d6bcfa;
}

.visited\:placeholder-purple-300:visited::-ms-input-placeholder {
  color: #d6bcfa;
}

.visited\:placeholder-purple-300:visited::placeholder {
  color: #d6bcfa;
}

.visited\:placeholder-purple-400:visited::-webkit-input-placeholder {
  color: #b794f4;
}

.visited\:placeholder-purple-400:visited::-moz-placeholder {
  color: #b794f4;
}

.visited\:placeholder-purple-400:visited:-ms-input-placeholder {
  color: #b794f4;
}

.visited\:placeholder-purple-400:visited::-ms-input-placeholder {
  color: #b794f4;
}

.visited\:placeholder-purple-400:visited::placeholder {
  color: #b794f4;
}

.visited\:placeholder-purple-500:visited::-webkit-input-placeholder {
  color: #9f7aea;
}

.visited\:placeholder-purple-500:visited::-moz-placeholder {
  color: #9f7aea;
}

.visited\:placeholder-purple-500:visited:-ms-input-placeholder {
  color: #9f7aea;
}

.visited\:placeholder-purple-500:visited::-ms-input-placeholder {
  color: #9f7aea;
}

.visited\:placeholder-purple-500:visited::placeholder {
  color: #9f7aea;
}

.visited\:placeholder-purple-600:visited::-webkit-input-placeholder {
  color: #805ad5;
}

.visited\:placeholder-purple-600:visited::-moz-placeholder {
  color: #805ad5;
}

.visited\:placeholder-purple-600:visited:-ms-input-placeholder {
  color: #805ad5;
}

.visited\:placeholder-purple-600:visited::-ms-input-placeholder {
  color: #805ad5;
}

.visited\:placeholder-purple-600:visited::placeholder {
  color: #805ad5;
}

.visited\:placeholder-purple-700:visited::-webkit-input-placeholder {
  color: #6b46c1;
}

.visited\:placeholder-purple-700:visited::-moz-placeholder {
  color: #6b46c1;
}

.visited\:placeholder-purple-700:visited:-ms-input-placeholder {
  color: #6b46c1;
}

.visited\:placeholder-purple-700:visited::-ms-input-placeholder {
  color: #6b46c1;
}

.visited\:placeholder-purple-700:visited::placeholder {
  color: #6b46c1;
}

.visited\:placeholder-purple-800:visited::-webkit-input-placeholder {
  color: #553c9a;
}

.visited\:placeholder-purple-800:visited::-moz-placeholder {
  color: #553c9a;
}

.visited\:placeholder-purple-800:visited:-ms-input-placeholder {
  color: #553c9a;
}

.visited\:placeholder-purple-800:visited::-ms-input-placeholder {
  color: #553c9a;
}

.visited\:placeholder-purple-800:visited::placeholder {
  color: #553c9a;
}

.visited\:placeholder-purple-900:visited::-webkit-input-placeholder {
  color: #44337a;
}

.visited\:placeholder-purple-900:visited::-moz-placeholder {
  color: #44337a;
}

.visited\:placeholder-purple-900:visited:-ms-input-placeholder {
  color: #44337a;
}

.visited\:placeholder-purple-900:visited::-ms-input-placeholder {
  color: #44337a;
}

.visited\:placeholder-purple-900:visited::placeholder {
  color: #44337a;
}

.visited\:placeholder-pink-100:visited::-webkit-input-placeholder {
  color: #fff5f7;
}

.visited\:placeholder-pink-100:visited::-moz-placeholder {
  color: #fff5f7;
}

.visited\:placeholder-pink-100:visited:-ms-input-placeholder {
  color: #fff5f7;
}

.visited\:placeholder-pink-100:visited::-ms-input-placeholder {
  color: #fff5f7;
}

.visited\:placeholder-pink-100:visited::placeholder {
  color: #fff5f7;
}

.visited\:placeholder-pink-200:visited::-webkit-input-placeholder {
  color: #fed7e2;
}

.visited\:placeholder-pink-200:visited::-moz-placeholder {
  color: #fed7e2;
}

.visited\:placeholder-pink-200:visited:-ms-input-placeholder {
  color: #fed7e2;
}

.visited\:placeholder-pink-200:visited::-ms-input-placeholder {
  color: #fed7e2;
}

.visited\:placeholder-pink-200:visited::placeholder {
  color: #fed7e2;
}

.visited\:placeholder-pink-300:visited::-webkit-input-placeholder {
  color: #fbb6ce;
}

.visited\:placeholder-pink-300:visited::-moz-placeholder {
  color: #fbb6ce;
}

.visited\:placeholder-pink-300:visited:-ms-input-placeholder {
  color: #fbb6ce;
}

.visited\:placeholder-pink-300:visited::-ms-input-placeholder {
  color: #fbb6ce;
}

.visited\:placeholder-pink-300:visited::placeholder {
  color: #fbb6ce;
}

.visited\:placeholder-pink-400:visited::-webkit-input-placeholder {
  color: #f687b3;
}

.visited\:placeholder-pink-400:visited::-moz-placeholder {
  color: #f687b3;
}

.visited\:placeholder-pink-400:visited:-ms-input-placeholder {
  color: #f687b3;
}

.visited\:placeholder-pink-400:visited::-ms-input-placeholder {
  color: #f687b3;
}

.visited\:placeholder-pink-400:visited::placeholder {
  color: #f687b3;
}

.visited\:placeholder-pink-500:visited::-webkit-input-placeholder {
  color: #ed64a6;
}

.visited\:placeholder-pink-500:visited::-moz-placeholder {
  color: #ed64a6;
}

.visited\:placeholder-pink-500:visited:-ms-input-placeholder {
  color: #ed64a6;
}

.visited\:placeholder-pink-500:visited::-ms-input-placeholder {
  color: #ed64a6;
}

.visited\:placeholder-pink-500:visited::placeholder {
  color: #ed64a6;
}

.visited\:placeholder-pink-600:visited::-webkit-input-placeholder {
  color: #d53f8c;
}

.visited\:placeholder-pink-600:visited::-moz-placeholder {
  color: #d53f8c;
}

.visited\:placeholder-pink-600:visited:-ms-input-placeholder {
  color: #d53f8c;
}

.visited\:placeholder-pink-600:visited::-ms-input-placeholder {
  color: #d53f8c;
}

.visited\:placeholder-pink-600:visited::placeholder {
  color: #d53f8c;
}

.visited\:placeholder-pink-700:visited::-webkit-input-placeholder {
  color: #b83280;
}

.visited\:placeholder-pink-700:visited::-moz-placeholder {
  color: #b83280;
}

.visited\:placeholder-pink-700:visited:-ms-input-placeholder {
  color: #b83280;
}

.visited\:placeholder-pink-700:visited::-ms-input-placeholder {
  color: #b83280;
}

.visited\:placeholder-pink-700:visited::placeholder {
  color: #b83280;
}

.visited\:placeholder-pink-800:visited::-webkit-input-placeholder {
  color: #97266d;
}

.visited\:placeholder-pink-800:visited::-moz-placeholder {
  color: #97266d;
}

.visited\:placeholder-pink-800:visited:-ms-input-placeholder {
  color: #97266d;
}

.visited\:placeholder-pink-800:visited::-ms-input-placeholder {
  color: #97266d;
}

.visited\:placeholder-pink-800:visited::placeholder {
  color: #97266d;
}

.visited\:placeholder-pink-900:visited::-webkit-input-placeholder {
  color: #702459;
}

.visited\:placeholder-pink-900:visited::-moz-placeholder {
  color: #702459;
}

.visited\:placeholder-pink-900:visited:-ms-input-placeholder {
  color: #702459;
}

.visited\:placeholder-pink-900:visited::-ms-input-placeholder {
  color: #702459;
}

.visited\:placeholder-pink-900:visited::placeholder {
  color: #702459;
}

.disabled\:placeholder-transparent:disabled::-webkit-input-placeholder {
  color: transparent;
}

.disabled\:placeholder-transparent:disabled::-moz-placeholder {
  color: transparent;
}

.disabled\:placeholder-transparent:disabled:-ms-input-placeholder {
  color: transparent;
}

.disabled\:placeholder-transparent:disabled::-ms-input-placeholder {
  color: transparent;
}

.disabled\:placeholder-transparent:disabled::placeholder {
  color: transparent;
}

.disabled\:placeholder-black:disabled::-webkit-input-placeholder {
  color: #000;
}

.disabled\:placeholder-black:disabled::-moz-placeholder {
  color: #000;
}

.disabled\:placeholder-black:disabled:-ms-input-placeholder {
  color: #000;
}

.disabled\:placeholder-black:disabled::-ms-input-placeholder {
  color: #000;
}

.disabled\:placeholder-black:disabled::placeholder {
  color: #000;
}

.disabled\:placeholder-white:disabled::-webkit-input-placeholder {
  color: #fff;
}

.disabled\:placeholder-white:disabled::-moz-placeholder {
  color: #fff;
}

.disabled\:placeholder-white:disabled:-ms-input-placeholder {
  color: #fff;
}

.disabled\:placeholder-white:disabled::-ms-input-placeholder {
  color: #fff;
}

.disabled\:placeholder-white:disabled::placeholder {
  color: #fff;
}

.disabled\:placeholder-gray-100:disabled::-webkit-input-placeholder {
  color: #f7fafc;
}

.disabled\:placeholder-gray-100:disabled::-moz-placeholder {
  color: #f7fafc;
}

.disabled\:placeholder-gray-100:disabled:-ms-input-placeholder {
  color: #f7fafc;
}

.disabled\:placeholder-gray-100:disabled::-ms-input-placeholder {
  color: #f7fafc;
}

.disabled\:placeholder-gray-100:disabled::placeholder {
  color: #f7fafc;
}

.disabled\:placeholder-gray-200:disabled::-webkit-input-placeholder {
  color: #edf2f7;
}

.disabled\:placeholder-gray-200:disabled::-moz-placeholder {
  color: #edf2f7;
}

.disabled\:placeholder-gray-200:disabled:-ms-input-placeholder {
  color: #edf2f7;
}

.disabled\:placeholder-gray-200:disabled::-ms-input-placeholder {
  color: #edf2f7;
}

.disabled\:placeholder-gray-200:disabled::placeholder {
  color: #edf2f7;
}

.disabled\:placeholder-gray-300:disabled::-webkit-input-placeholder {
  color: #e2e8f0;
}

.disabled\:placeholder-gray-300:disabled::-moz-placeholder {
  color: #e2e8f0;
}

.disabled\:placeholder-gray-300:disabled:-ms-input-placeholder {
  color: #e2e8f0;
}

.disabled\:placeholder-gray-300:disabled::-ms-input-placeholder {
  color: #e2e8f0;
}

.disabled\:placeholder-gray-300:disabled::placeholder {
  color: #e2e8f0;
}

.disabled\:placeholder-gray-400:disabled::-webkit-input-placeholder {
  color: #cbd5e0;
}

.disabled\:placeholder-gray-400:disabled::-moz-placeholder {
  color: #cbd5e0;
}

.disabled\:placeholder-gray-400:disabled:-ms-input-placeholder {
  color: #cbd5e0;
}

.disabled\:placeholder-gray-400:disabled::-ms-input-placeholder {
  color: #cbd5e0;
}

.disabled\:placeholder-gray-400:disabled::placeholder {
  color: #cbd5e0;
}

.disabled\:placeholder-gray-500:disabled::-webkit-input-placeholder {
  color: #a0aec0;
}

.disabled\:placeholder-gray-500:disabled::-moz-placeholder {
  color: #a0aec0;
}

.disabled\:placeholder-gray-500:disabled:-ms-input-placeholder {
  color: #a0aec0;
}

.disabled\:placeholder-gray-500:disabled::-ms-input-placeholder {
  color: #a0aec0;
}

.disabled\:placeholder-gray-500:disabled::placeholder {
  color: #a0aec0;
}

.disabled\:placeholder-gray-600:disabled::-webkit-input-placeholder {
  color: #718096;
}

.disabled\:placeholder-gray-600:disabled::-moz-placeholder {
  color: #718096;
}

.disabled\:placeholder-gray-600:disabled:-ms-input-placeholder {
  color: #718096;
}

.disabled\:placeholder-gray-600:disabled::-ms-input-placeholder {
  color: #718096;
}

.disabled\:placeholder-gray-600:disabled::placeholder {
  color: #718096;
}

.disabled\:placeholder-gray-700:disabled::-webkit-input-placeholder {
  color: #4a5568;
}

.disabled\:placeholder-gray-700:disabled::-moz-placeholder {
  color: #4a5568;
}

.disabled\:placeholder-gray-700:disabled:-ms-input-placeholder {
  color: #4a5568;
}

.disabled\:placeholder-gray-700:disabled::-ms-input-placeholder {
  color: #4a5568;
}

.disabled\:placeholder-gray-700:disabled::placeholder {
  color: #4a5568;
}

.disabled\:placeholder-gray-800:disabled::-webkit-input-placeholder {
  color: #2d3748;
}

.disabled\:placeholder-gray-800:disabled::-moz-placeholder {
  color: #2d3748;
}

.disabled\:placeholder-gray-800:disabled:-ms-input-placeholder {
  color: #2d3748;
}

.disabled\:placeholder-gray-800:disabled::-ms-input-placeholder {
  color: #2d3748;
}

.disabled\:placeholder-gray-800:disabled::placeholder {
  color: #2d3748;
}

.disabled\:placeholder-gray-900:disabled::-webkit-input-placeholder {
  color: #1a202c;
}

.disabled\:placeholder-gray-900:disabled::-moz-placeholder {
  color: #1a202c;
}

.disabled\:placeholder-gray-900:disabled:-ms-input-placeholder {
  color: #1a202c;
}

.disabled\:placeholder-gray-900:disabled::-ms-input-placeholder {
  color: #1a202c;
}

.disabled\:placeholder-gray-900:disabled::placeholder {
  color: #1a202c;
}

.disabled\:placeholder-red-100:disabled::-webkit-input-placeholder {
  color: #fff5f5;
}

.disabled\:placeholder-red-100:disabled::-moz-placeholder {
  color: #fff5f5;
}

.disabled\:placeholder-red-100:disabled:-ms-input-placeholder {
  color: #fff5f5;
}

.disabled\:placeholder-red-100:disabled::-ms-input-placeholder {
  color: #fff5f5;
}

.disabled\:placeholder-red-100:disabled::placeholder {
  color: #fff5f5;
}

.disabled\:placeholder-red-200:disabled::-webkit-input-placeholder {
  color: #fed7d7;
}

.disabled\:placeholder-red-200:disabled::-moz-placeholder {
  color: #fed7d7;
}

.disabled\:placeholder-red-200:disabled:-ms-input-placeholder {
  color: #fed7d7;
}

.disabled\:placeholder-red-200:disabled::-ms-input-placeholder {
  color: #fed7d7;
}

.disabled\:placeholder-red-200:disabled::placeholder {
  color: #fed7d7;
}

.disabled\:placeholder-red-300:disabled::-webkit-input-placeholder {
  color: #feb2b2;
}

.disabled\:placeholder-red-300:disabled::-moz-placeholder {
  color: #feb2b2;
}

.disabled\:placeholder-red-300:disabled:-ms-input-placeholder {
  color: #feb2b2;
}

.disabled\:placeholder-red-300:disabled::-ms-input-placeholder {
  color: #feb2b2;
}

.disabled\:placeholder-red-300:disabled::placeholder {
  color: #feb2b2;
}

.disabled\:placeholder-red-400:disabled::-webkit-input-placeholder {
  color: #fc8181;
}

.disabled\:placeholder-red-400:disabled::-moz-placeholder {
  color: #fc8181;
}

.disabled\:placeholder-red-400:disabled:-ms-input-placeholder {
  color: #fc8181;
}

.disabled\:placeholder-red-400:disabled::-ms-input-placeholder {
  color: #fc8181;
}

.disabled\:placeholder-red-400:disabled::placeholder {
  color: #fc8181;
}

.disabled\:placeholder-red-500:disabled::-webkit-input-placeholder {
  color: #f56565;
}

.disabled\:placeholder-red-500:disabled::-moz-placeholder {
  color: #f56565;
}

.disabled\:placeholder-red-500:disabled:-ms-input-placeholder {
  color: #f56565;
}

.disabled\:placeholder-red-500:disabled::-ms-input-placeholder {
  color: #f56565;
}

.disabled\:placeholder-red-500:disabled::placeholder {
  color: #f56565;
}

.disabled\:placeholder-red-600:disabled::-webkit-input-placeholder {
  color: #e53e3e;
}

.disabled\:placeholder-red-600:disabled::-moz-placeholder {
  color: #e53e3e;
}

.disabled\:placeholder-red-600:disabled:-ms-input-placeholder {
  color: #e53e3e;
}

.disabled\:placeholder-red-600:disabled::-ms-input-placeholder {
  color: #e53e3e;
}

.disabled\:placeholder-red-600:disabled::placeholder {
  color: #e53e3e;
}

.disabled\:placeholder-red-700:disabled::-webkit-input-placeholder {
  color: #c53030;
}

.disabled\:placeholder-red-700:disabled::-moz-placeholder {
  color: #c53030;
}

.disabled\:placeholder-red-700:disabled:-ms-input-placeholder {
  color: #c53030;
}

.disabled\:placeholder-red-700:disabled::-ms-input-placeholder {
  color: #c53030;
}

.disabled\:placeholder-red-700:disabled::placeholder {
  color: #c53030;
}

.disabled\:placeholder-red-800:disabled::-webkit-input-placeholder {
  color: #9b2c2c;
}

.disabled\:placeholder-red-800:disabled::-moz-placeholder {
  color: #9b2c2c;
}

.disabled\:placeholder-red-800:disabled:-ms-input-placeholder {
  color: #9b2c2c;
}

.disabled\:placeholder-red-800:disabled::-ms-input-placeholder {
  color: #9b2c2c;
}

.disabled\:placeholder-red-800:disabled::placeholder {
  color: #9b2c2c;
}

.disabled\:placeholder-red-900:disabled::-webkit-input-placeholder {
  color: #742a2a;
}

.disabled\:placeholder-red-900:disabled::-moz-placeholder {
  color: #742a2a;
}

.disabled\:placeholder-red-900:disabled:-ms-input-placeholder {
  color: #742a2a;
}

.disabled\:placeholder-red-900:disabled::-ms-input-placeholder {
  color: #742a2a;
}

.disabled\:placeholder-red-900:disabled::placeholder {
  color: #742a2a;
}

.disabled\:placeholder-orange-100:disabled::-webkit-input-placeholder {
  color: #fffaf0;
}

.disabled\:placeholder-orange-100:disabled::-moz-placeholder {
  color: #fffaf0;
}

.disabled\:placeholder-orange-100:disabled:-ms-input-placeholder {
  color: #fffaf0;
}

.disabled\:placeholder-orange-100:disabled::-ms-input-placeholder {
  color: #fffaf0;
}

.disabled\:placeholder-orange-100:disabled::placeholder {
  color: #fffaf0;
}

.disabled\:placeholder-orange-200:disabled::-webkit-input-placeholder {
  color: #feebc8;
}

.disabled\:placeholder-orange-200:disabled::-moz-placeholder {
  color: #feebc8;
}

.disabled\:placeholder-orange-200:disabled:-ms-input-placeholder {
  color: #feebc8;
}

.disabled\:placeholder-orange-200:disabled::-ms-input-placeholder {
  color: #feebc8;
}

.disabled\:placeholder-orange-200:disabled::placeholder {
  color: #feebc8;
}

.disabled\:placeholder-orange-300:disabled::-webkit-input-placeholder {
  color: #fbd38d;
}

.disabled\:placeholder-orange-300:disabled::-moz-placeholder {
  color: #fbd38d;
}

.disabled\:placeholder-orange-300:disabled:-ms-input-placeholder {
  color: #fbd38d;
}

.disabled\:placeholder-orange-300:disabled::-ms-input-placeholder {
  color: #fbd38d;
}

.disabled\:placeholder-orange-300:disabled::placeholder {
  color: #fbd38d;
}

.disabled\:placeholder-orange-400:disabled::-webkit-input-placeholder {
  color: #f6ad55;
}

.disabled\:placeholder-orange-400:disabled::-moz-placeholder {
  color: #f6ad55;
}

.disabled\:placeholder-orange-400:disabled:-ms-input-placeholder {
  color: #f6ad55;
}

.disabled\:placeholder-orange-400:disabled::-ms-input-placeholder {
  color: #f6ad55;
}

.disabled\:placeholder-orange-400:disabled::placeholder {
  color: #f6ad55;
}

.disabled\:placeholder-orange-500:disabled::-webkit-input-placeholder {
  color: #ed8936;
}

.disabled\:placeholder-orange-500:disabled::-moz-placeholder {
  color: #ed8936;
}

.disabled\:placeholder-orange-500:disabled:-ms-input-placeholder {
  color: #ed8936;
}

.disabled\:placeholder-orange-500:disabled::-ms-input-placeholder {
  color: #ed8936;
}

.disabled\:placeholder-orange-500:disabled::placeholder {
  color: #ed8936;
}

.disabled\:placeholder-orange-600:disabled::-webkit-input-placeholder {
  color: #dd6b20;
}

.disabled\:placeholder-orange-600:disabled::-moz-placeholder {
  color: #dd6b20;
}

.disabled\:placeholder-orange-600:disabled:-ms-input-placeholder {
  color: #dd6b20;
}

.disabled\:placeholder-orange-600:disabled::-ms-input-placeholder {
  color: #dd6b20;
}

.disabled\:placeholder-orange-600:disabled::placeholder {
  color: #dd6b20;
}

.disabled\:placeholder-orange-700:disabled::-webkit-input-placeholder {
  color: #c05621;
}

.disabled\:placeholder-orange-700:disabled::-moz-placeholder {
  color: #c05621;
}

.disabled\:placeholder-orange-700:disabled:-ms-input-placeholder {
  color: #c05621;
}

.disabled\:placeholder-orange-700:disabled::-ms-input-placeholder {
  color: #c05621;
}

.disabled\:placeholder-orange-700:disabled::placeholder {
  color: #c05621;
}

.disabled\:placeholder-orange-800:disabled::-webkit-input-placeholder {
  color: #9c4221;
}

.disabled\:placeholder-orange-800:disabled::-moz-placeholder {
  color: #9c4221;
}

.disabled\:placeholder-orange-800:disabled:-ms-input-placeholder {
  color: #9c4221;
}

.disabled\:placeholder-orange-800:disabled::-ms-input-placeholder {
  color: #9c4221;
}

.disabled\:placeholder-orange-800:disabled::placeholder {
  color: #9c4221;
}

.disabled\:placeholder-orange-900:disabled::-webkit-input-placeholder {
  color: #7b341e;
}

.disabled\:placeholder-orange-900:disabled::-moz-placeholder {
  color: #7b341e;
}

.disabled\:placeholder-orange-900:disabled:-ms-input-placeholder {
  color: #7b341e;
}

.disabled\:placeholder-orange-900:disabled::-ms-input-placeholder {
  color: #7b341e;
}

.disabled\:placeholder-orange-900:disabled::placeholder {
  color: #7b341e;
}

.disabled\:placeholder-yellow-100:disabled::-webkit-input-placeholder {
  color: #fffff0;
}

.disabled\:placeholder-yellow-100:disabled::-moz-placeholder {
  color: #fffff0;
}

.disabled\:placeholder-yellow-100:disabled:-ms-input-placeholder {
  color: #fffff0;
}

.disabled\:placeholder-yellow-100:disabled::-ms-input-placeholder {
  color: #fffff0;
}

.disabled\:placeholder-yellow-100:disabled::placeholder {
  color: #fffff0;
}

.disabled\:placeholder-yellow-200:disabled::-webkit-input-placeholder {
  color: #fefcbf;
}

.disabled\:placeholder-yellow-200:disabled::-moz-placeholder {
  color: #fefcbf;
}

.disabled\:placeholder-yellow-200:disabled:-ms-input-placeholder {
  color: #fefcbf;
}

.disabled\:placeholder-yellow-200:disabled::-ms-input-placeholder {
  color: #fefcbf;
}

.disabled\:placeholder-yellow-200:disabled::placeholder {
  color: #fefcbf;
}

.disabled\:placeholder-yellow-300:disabled::-webkit-input-placeholder {
  color: #faf089;
}

.disabled\:placeholder-yellow-300:disabled::-moz-placeholder {
  color: #faf089;
}

.disabled\:placeholder-yellow-300:disabled:-ms-input-placeholder {
  color: #faf089;
}

.disabled\:placeholder-yellow-300:disabled::-ms-input-placeholder {
  color: #faf089;
}

.disabled\:placeholder-yellow-300:disabled::placeholder {
  color: #faf089;
}

.disabled\:placeholder-yellow-400:disabled::-webkit-input-placeholder {
  color: #f6e05e;
}

.disabled\:placeholder-yellow-400:disabled::-moz-placeholder {
  color: #f6e05e;
}

.disabled\:placeholder-yellow-400:disabled:-ms-input-placeholder {
  color: #f6e05e;
}

.disabled\:placeholder-yellow-400:disabled::-ms-input-placeholder {
  color: #f6e05e;
}

.disabled\:placeholder-yellow-400:disabled::placeholder {
  color: #f6e05e;
}

.disabled\:placeholder-yellow-500:disabled::-webkit-input-placeholder {
  color: #ecc94b;
}

.disabled\:placeholder-yellow-500:disabled::-moz-placeholder {
  color: #ecc94b;
}

.disabled\:placeholder-yellow-500:disabled:-ms-input-placeholder {
  color: #ecc94b;
}

.disabled\:placeholder-yellow-500:disabled::-ms-input-placeholder {
  color: #ecc94b;
}

.disabled\:placeholder-yellow-500:disabled::placeholder {
  color: #ecc94b;
}

.disabled\:placeholder-yellow-600:disabled::-webkit-input-placeholder {
  color: #d69e2e;
}

.disabled\:placeholder-yellow-600:disabled::-moz-placeholder {
  color: #d69e2e;
}

.disabled\:placeholder-yellow-600:disabled:-ms-input-placeholder {
  color: #d69e2e;
}

.disabled\:placeholder-yellow-600:disabled::-ms-input-placeholder {
  color: #d69e2e;
}

.disabled\:placeholder-yellow-600:disabled::placeholder {
  color: #d69e2e;
}

.disabled\:placeholder-yellow-700:disabled::-webkit-input-placeholder {
  color: #b7791f;
}

.disabled\:placeholder-yellow-700:disabled::-moz-placeholder {
  color: #b7791f;
}

.disabled\:placeholder-yellow-700:disabled:-ms-input-placeholder {
  color: #b7791f;
}

.disabled\:placeholder-yellow-700:disabled::-ms-input-placeholder {
  color: #b7791f;
}

.disabled\:placeholder-yellow-700:disabled::placeholder {
  color: #b7791f;
}

.disabled\:placeholder-yellow-800:disabled::-webkit-input-placeholder {
  color: #975a16;
}

.disabled\:placeholder-yellow-800:disabled::-moz-placeholder {
  color: #975a16;
}

.disabled\:placeholder-yellow-800:disabled:-ms-input-placeholder {
  color: #975a16;
}

.disabled\:placeholder-yellow-800:disabled::-ms-input-placeholder {
  color: #975a16;
}

.disabled\:placeholder-yellow-800:disabled::placeholder {
  color: #975a16;
}

.disabled\:placeholder-yellow-900:disabled::-webkit-input-placeholder {
  color: #744210;
}

.disabled\:placeholder-yellow-900:disabled::-moz-placeholder {
  color: #744210;
}

.disabled\:placeholder-yellow-900:disabled:-ms-input-placeholder {
  color: #744210;
}

.disabled\:placeholder-yellow-900:disabled::-ms-input-placeholder {
  color: #744210;
}

.disabled\:placeholder-yellow-900:disabled::placeholder {
  color: #744210;
}

.disabled\:placeholder-green-100:disabled::-webkit-input-placeholder {
  color: #f0fff4;
}

.disabled\:placeholder-green-100:disabled::-moz-placeholder {
  color: #f0fff4;
}

.disabled\:placeholder-green-100:disabled:-ms-input-placeholder {
  color: #f0fff4;
}

.disabled\:placeholder-green-100:disabled::-ms-input-placeholder {
  color: #f0fff4;
}

.disabled\:placeholder-green-100:disabled::placeholder {
  color: #f0fff4;
}

.disabled\:placeholder-green-200:disabled::-webkit-input-placeholder {
  color: #c6f6d5;
}

.disabled\:placeholder-green-200:disabled::-moz-placeholder {
  color: #c6f6d5;
}

.disabled\:placeholder-green-200:disabled:-ms-input-placeholder {
  color: #c6f6d5;
}

.disabled\:placeholder-green-200:disabled::-ms-input-placeholder {
  color: #c6f6d5;
}

.disabled\:placeholder-green-200:disabled::placeholder {
  color: #c6f6d5;
}

.disabled\:placeholder-green-300:disabled::-webkit-input-placeholder {
  color: #9ae6b4;
}

.disabled\:placeholder-green-300:disabled::-moz-placeholder {
  color: #9ae6b4;
}

.disabled\:placeholder-green-300:disabled:-ms-input-placeholder {
  color: #9ae6b4;
}

.disabled\:placeholder-green-300:disabled::-ms-input-placeholder {
  color: #9ae6b4;
}

.disabled\:placeholder-green-300:disabled::placeholder {
  color: #9ae6b4;
}

.disabled\:placeholder-green-400:disabled::-webkit-input-placeholder {
  color: #68d391;
}

.disabled\:placeholder-green-400:disabled::-moz-placeholder {
  color: #68d391;
}

.disabled\:placeholder-green-400:disabled:-ms-input-placeholder {
  color: #68d391;
}

.disabled\:placeholder-green-400:disabled::-ms-input-placeholder {
  color: #68d391;
}

.disabled\:placeholder-green-400:disabled::placeholder {
  color: #68d391;
}

.disabled\:placeholder-green-500:disabled::-webkit-input-placeholder {
  color: #48bb78;
}

.disabled\:placeholder-green-500:disabled::-moz-placeholder {
  color: #48bb78;
}

.disabled\:placeholder-green-500:disabled:-ms-input-placeholder {
  color: #48bb78;
}

.disabled\:placeholder-green-500:disabled::-ms-input-placeholder {
  color: #48bb78;
}

.disabled\:placeholder-green-500:disabled::placeholder {
  color: #48bb78;
}

.disabled\:placeholder-green-600:disabled::-webkit-input-placeholder {
  color: #38a169;
}

.disabled\:placeholder-green-600:disabled::-moz-placeholder {
  color: #38a169;
}

.disabled\:placeholder-green-600:disabled:-ms-input-placeholder {
  color: #38a169;
}

.disabled\:placeholder-green-600:disabled::-ms-input-placeholder {
  color: #38a169;
}

.disabled\:placeholder-green-600:disabled::placeholder {
  color: #38a169;
}

.disabled\:placeholder-green-700:disabled::-webkit-input-placeholder {
  color: #2f855a;
}

.disabled\:placeholder-green-700:disabled::-moz-placeholder {
  color: #2f855a;
}

.disabled\:placeholder-green-700:disabled:-ms-input-placeholder {
  color: #2f855a;
}

.disabled\:placeholder-green-700:disabled::-ms-input-placeholder {
  color: #2f855a;
}

.disabled\:placeholder-green-700:disabled::placeholder {
  color: #2f855a;
}

.disabled\:placeholder-green-800:disabled::-webkit-input-placeholder {
  color: #276749;
}

.disabled\:placeholder-green-800:disabled::-moz-placeholder {
  color: #276749;
}

.disabled\:placeholder-green-800:disabled:-ms-input-placeholder {
  color: #276749;
}

.disabled\:placeholder-green-800:disabled::-ms-input-placeholder {
  color: #276749;
}

.disabled\:placeholder-green-800:disabled::placeholder {
  color: #276749;
}

.disabled\:placeholder-green-900:disabled::-webkit-input-placeholder {
  color: #22543d;
}

.disabled\:placeholder-green-900:disabled::-moz-placeholder {
  color: #22543d;
}

.disabled\:placeholder-green-900:disabled:-ms-input-placeholder {
  color: #22543d;
}

.disabled\:placeholder-green-900:disabled::-ms-input-placeholder {
  color: #22543d;
}

.disabled\:placeholder-green-900:disabled::placeholder {
  color: #22543d;
}

.disabled\:placeholder-teal-100:disabled::-webkit-input-placeholder {
  color: #e6fffa;
}

.disabled\:placeholder-teal-100:disabled::-moz-placeholder {
  color: #e6fffa;
}

.disabled\:placeholder-teal-100:disabled:-ms-input-placeholder {
  color: #e6fffa;
}

.disabled\:placeholder-teal-100:disabled::-ms-input-placeholder {
  color: #e6fffa;
}

.disabled\:placeholder-teal-100:disabled::placeholder {
  color: #e6fffa;
}

.disabled\:placeholder-teal-200:disabled::-webkit-input-placeholder {
  color: #b2f5ea;
}

.disabled\:placeholder-teal-200:disabled::-moz-placeholder {
  color: #b2f5ea;
}

.disabled\:placeholder-teal-200:disabled:-ms-input-placeholder {
  color: #b2f5ea;
}

.disabled\:placeholder-teal-200:disabled::-ms-input-placeholder {
  color: #b2f5ea;
}

.disabled\:placeholder-teal-200:disabled::placeholder {
  color: #b2f5ea;
}

.disabled\:placeholder-teal-300:disabled::-webkit-input-placeholder {
  color: #81e6d9;
}

.disabled\:placeholder-teal-300:disabled::-moz-placeholder {
  color: #81e6d9;
}

.disabled\:placeholder-teal-300:disabled:-ms-input-placeholder {
  color: #81e6d9;
}

.disabled\:placeholder-teal-300:disabled::-ms-input-placeholder {
  color: #81e6d9;
}

.disabled\:placeholder-teal-300:disabled::placeholder {
  color: #81e6d9;
}

.disabled\:placeholder-teal-400:disabled::-webkit-input-placeholder {
  color: #4fd1c5;
}

.disabled\:placeholder-teal-400:disabled::-moz-placeholder {
  color: #4fd1c5;
}

.disabled\:placeholder-teal-400:disabled:-ms-input-placeholder {
  color: #4fd1c5;
}

.disabled\:placeholder-teal-400:disabled::-ms-input-placeholder {
  color: #4fd1c5;
}

.disabled\:placeholder-teal-400:disabled::placeholder {
  color: #4fd1c5;
}

.disabled\:placeholder-teal-500:disabled::-webkit-input-placeholder {
  color: #38b2ac;
}

.disabled\:placeholder-teal-500:disabled::-moz-placeholder {
  color: #38b2ac;
}

.disabled\:placeholder-teal-500:disabled:-ms-input-placeholder {
  color: #38b2ac;
}

.disabled\:placeholder-teal-500:disabled::-ms-input-placeholder {
  color: #38b2ac;
}

.disabled\:placeholder-teal-500:disabled::placeholder {
  color: #38b2ac;
}

.disabled\:placeholder-teal-600:disabled::-webkit-input-placeholder {
  color: #319795;
}

.disabled\:placeholder-teal-600:disabled::-moz-placeholder {
  color: #319795;
}

.disabled\:placeholder-teal-600:disabled:-ms-input-placeholder {
  color: #319795;
}

.disabled\:placeholder-teal-600:disabled::-ms-input-placeholder {
  color: #319795;
}

.disabled\:placeholder-teal-600:disabled::placeholder {
  color: #319795;
}

.disabled\:placeholder-teal-700:disabled::-webkit-input-placeholder {
  color: #2c7a7b;
}

.disabled\:placeholder-teal-700:disabled::-moz-placeholder {
  color: #2c7a7b;
}

.disabled\:placeholder-teal-700:disabled:-ms-input-placeholder {
  color: #2c7a7b;
}

.disabled\:placeholder-teal-700:disabled::-ms-input-placeholder {
  color: #2c7a7b;
}

.disabled\:placeholder-teal-700:disabled::placeholder {
  color: #2c7a7b;
}

.disabled\:placeholder-teal-800:disabled::-webkit-input-placeholder {
  color: #285e61;
}

.disabled\:placeholder-teal-800:disabled::-moz-placeholder {
  color: #285e61;
}

.disabled\:placeholder-teal-800:disabled:-ms-input-placeholder {
  color: #285e61;
}

.disabled\:placeholder-teal-800:disabled::-ms-input-placeholder {
  color: #285e61;
}

.disabled\:placeholder-teal-800:disabled::placeholder {
  color: #285e61;
}

.disabled\:placeholder-teal-900:disabled::-webkit-input-placeholder {
  color: #234e52;
}

.disabled\:placeholder-teal-900:disabled::-moz-placeholder {
  color: #234e52;
}

.disabled\:placeholder-teal-900:disabled:-ms-input-placeholder {
  color: #234e52;
}

.disabled\:placeholder-teal-900:disabled::-ms-input-placeholder {
  color: #234e52;
}

.disabled\:placeholder-teal-900:disabled::placeholder {
  color: #234e52;
}

.disabled\:placeholder-blue-100:disabled::-webkit-input-placeholder {
  color: #ebf8ff;
}

.disabled\:placeholder-blue-100:disabled::-moz-placeholder {
  color: #ebf8ff;
}

.disabled\:placeholder-blue-100:disabled:-ms-input-placeholder {
  color: #ebf8ff;
}

.disabled\:placeholder-blue-100:disabled::-ms-input-placeholder {
  color: #ebf8ff;
}

.disabled\:placeholder-blue-100:disabled::placeholder {
  color: #ebf8ff;
}

.disabled\:placeholder-blue-200:disabled::-webkit-input-placeholder {
  color: #bee3f8;
}

.disabled\:placeholder-blue-200:disabled::-moz-placeholder {
  color: #bee3f8;
}

.disabled\:placeholder-blue-200:disabled:-ms-input-placeholder {
  color: #bee3f8;
}

.disabled\:placeholder-blue-200:disabled::-ms-input-placeholder {
  color: #bee3f8;
}

.disabled\:placeholder-blue-200:disabled::placeholder {
  color: #bee3f8;
}

.disabled\:placeholder-blue-300:disabled::-webkit-input-placeholder {
  color: #90cdf4;
}

.disabled\:placeholder-blue-300:disabled::-moz-placeholder {
  color: #90cdf4;
}

.disabled\:placeholder-blue-300:disabled:-ms-input-placeholder {
  color: #90cdf4;
}

.disabled\:placeholder-blue-300:disabled::-ms-input-placeholder {
  color: #90cdf4;
}

.disabled\:placeholder-blue-300:disabled::placeholder {
  color: #90cdf4;
}

.disabled\:placeholder-blue-400:disabled::-webkit-input-placeholder {
  color: #63b3ed;
}

.disabled\:placeholder-blue-400:disabled::-moz-placeholder {
  color: #63b3ed;
}

.disabled\:placeholder-blue-400:disabled:-ms-input-placeholder {
  color: #63b3ed;
}

.disabled\:placeholder-blue-400:disabled::-ms-input-placeholder {
  color: #63b3ed;
}

.disabled\:placeholder-blue-400:disabled::placeholder {
  color: #63b3ed;
}

.disabled\:placeholder-blue-500:disabled::-webkit-input-placeholder {
  color: #4299e1;
}

.disabled\:placeholder-blue-500:disabled::-moz-placeholder {
  color: #4299e1;
}

.disabled\:placeholder-blue-500:disabled:-ms-input-placeholder {
  color: #4299e1;
}

.disabled\:placeholder-blue-500:disabled::-ms-input-placeholder {
  color: #4299e1;
}

.disabled\:placeholder-blue-500:disabled::placeholder {
  color: #4299e1;
}

.disabled\:placeholder-blue-600:disabled::-webkit-input-placeholder {
  color: #3182ce;
}

.disabled\:placeholder-blue-600:disabled::-moz-placeholder {
  color: #3182ce;
}

.disabled\:placeholder-blue-600:disabled:-ms-input-placeholder {
  color: #3182ce;
}

.disabled\:placeholder-blue-600:disabled::-ms-input-placeholder {
  color: #3182ce;
}

.disabled\:placeholder-blue-600:disabled::placeholder {
  color: #3182ce;
}

.disabled\:placeholder-blue-700:disabled::-webkit-input-placeholder {
  color: #2b6cb0;
}

.disabled\:placeholder-blue-700:disabled::-moz-placeholder {
  color: #2b6cb0;
}

.disabled\:placeholder-blue-700:disabled:-ms-input-placeholder {
  color: #2b6cb0;
}

.disabled\:placeholder-blue-700:disabled::-ms-input-placeholder {
  color: #2b6cb0;
}

.disabled\:placeholder-blue-700:disabled::placeholder {
  color: #2b6cb0;
}

.disabled\:placeholder-blue-800:disabled::-webkit-input-placeholder {
  color: #2c5282;
}

.disabled\:placeholder-blue-800:disabled::-moz-placeholder {
  color: #2c5282;
}

.disabled\:placeholder-blue-800:disabled:-ms-input-placeholder {
  color: #2c5282;
}

.disabled\:placeholder-blue-800:disabled::-ms-input-placeholder {
  color: #2c5282;
}

.disabled\:placeholder-blue-800:disabled::placeholder {
  color: #2c5282;
}

.disabled\:placeholder-blue-900:disabled::-webkit-input-placeholder {
  color: #2a4365;
}

.disabled\:placeholder-blue-900:disabled::-moz-placeholder {
  color: #2a4365;
}

.disabled\:placeholder-blue-900:disabled:-ms-input-placeholder {
  color: #2a4365;
}

.disabled\:placeholder-blue-900:disabled::-ms-input-placeholder {
  color: #2a4365;
}

.disabled\:placeholder-blue-900:disabled::placeholder {
  color: #2a4365;
}

.disabled\:placeholder-indigo-100:disabled::-webkit-input-placeholder {
  color: #ebf4ff;
}

.disabled\:placeholder-indigo-100:disabled::-moz-placeholder {
  color: #ebf4ff;
}

.disabled\:placeholder-indigo-100:disabled:-ms-input-placeholder {
  color: #ebf4ff;
}

.disabled\:placeholder-indigo-100:disabled::-ms-input-placeholder {
  color: #ebf4ff;
}

.disabled\:placeholder-indigo-100:disabled::placeholder {
  color: #ebf4ff;
}

.disabled\:placeholder-indigo-200:disabled::-webkit-input-placeholder {
  color: #c3dafe;
}

.disabled\:placeholder-indigo-200:disabled::-moz-placeholder {
  color: #c3dafe;
}

.disabled\:placeholder-indigo-200:disabled:-ms-input-placeholder {
  color: #c3dafe;
}

.disabled\:placeholder-indigo-200:disabled::-ms-input-placeholder {
  color: #c3dafe;
}

.disabled\:placeholder-indigo-200:disabled::placeholder {
  color: #c3dafe;
}

.disabled\:placeholder-indigo-300:disabled::-webkit-input-placeholder {
  color: #a3bffa;
}

.disabled\:placeholder-indigo-300:disabled::-moz-placeholder {
  color: #a3bffa;
}

.disabled\:placeholder-indigo-300:disabled:-ms-input-placeholder {
  color: #a3bffa;
}

.disabled\:placeholder-indigo-300:disabled::-ms-input-placeholder {
  color: #a3bffa;
}

.disabled\:placeholder-indigo-300:disabled::placeholder {
  color: #a3bffa;
}

.disabled\:placeholder-indigo-400:disabled::-webkit-input-placeholder {
  color: #7f9cf5;
}

.disabled\:placeholder-indigo-400:disabled::-moz-placeholder {
  color: #7f9cf5;
}

.disabled\:placeholder-indigo-400:disabled:-ms-input-placeholder {
  color: #7f9cf5;
}

.disabled\:placeholder-indigo-400:disabled::-ms-input-placeholder {
  color: #7f9cf5;
}

.disabled\:placeholder-indigo-400:disabled::placeholder {
  color: #7f9cf5;
}

.disabled\:placeholder-indigo-500:disabled::-webkit-input-placeholder {
  color: #667eea;
}

.disabled\:placeholder-indigo-500:disabled::-moz-placeholder {
  color: #667eea;
}

.disabled\:placeholder-indigo-500:disabled:-ms-input-placeholder {
  color: #667eea;
}

.disabled\:placeholder-indigo-500:disabled::-ms-input-placeholder {
  color: #667eea;
}

.disabled\:placeholder-indigo-500:disabled::placeholder {
  color: #667eea;
}

.disabled\:placeholder-indigo-600:disabled::-webkit-input-placeholder {
  color: #5a67d8;
}

.disabled\:placeholder-indigo-600:disabled::-moz-placeholder {
  color: #5a67d8;
}

.disabled\:placeholder-indigo-600:disabled:-ms-input-placeholder {
  color: #5a67d8;
}

.disabled\:placeholder-indigo-600:disabled::-ms-input-placeholder {
  color: #5a67d8;
}

.disabled\:placeholder-indigo-600:disabled::placeholder {
  color: #5a67d8;
}

.disabled\:placeholder-indigo-700:disabled::-webkit-input-placeholder {
  color: #4c51bf;
}

.disabled\:placeholder-indigo-700:disabled::-moz-placeholder {
  color: #4c51bf;
}

.disabled\:placeholder-indigo-700:disabled:-ms-input-placeholder {
  color: #4c51bf;
}

.disabled\:placeholder-indigo-700:disabled::-ms-input-placeholder {
  color: #4c51bf;
}

.disabled\:placeholder-indigo-700:disabled::placeholder {
  color: #4c51bf;
}

.disabled\:placeholder-indigo-800:disabled::-webkit-input-placeholder {
  color: #434190;
}

.disabled\:placeholder-indigo-800:disabled::-moz-placeholder {
  color: #434190;
}

.disabled\:placeholder-indigo-800:disabled:-ms-input-placeholder {
  color: #434190;
}

.disabled\:placeholder-indigo-800:disabled::-ms-input-placeholder {
  color: #434190;
}

.disabled\:placeholder-indigo-800:disabled::placeholder {
  color: #434190;
}

.disabled\:placeholder-indigo-900:disabled::-webkit-input-placeholder {
  color: #3c366b;
}

.disabled\:placeholder-indigo-900:disabled::-moz-placeholder {
  color: #3c366b;
}

.disabled\:placeholder-indigo-900:disabled:-ms-input-placeholder {
  color: #3c366b;
}

.disabled\:placeholder-indigo-900:disabled::-ms-input-placeholder {
  color: #3c366b;
}

.disabled\:placeholder-indigo-900:disabled::placeholder {
  color: #3c366b;
}

.disabled\:placeholder-purple-100:disabled::-webkit-input-placeholder {
  color: #faf5ff;
}

.disabled\:placeholder-purple-100:disabled::-moz-placeholder {
  color: #faf5ff;
}

.disabled\:placeholder-purple-100:disabled:-ms-input-placeholder {
  color: #faf5ff;
}

.disabled\:placeholder-purple-100:disabled::-ms-input-placeholder {
  color: #faf5ff;
}

.disabled\:placeholder-purple-100:disabled::placeholder {
  color: #faf5ff;
}

.disabled\:placeholder-purple-200:disabled::-webkit-input-placeholder {
  color: #e9d8fd;
}

.disabled\:placeholder-purple-200:disabled::-moz-placeholder {
  color: #e9d8fd;
}

.disabled\:placeholder-purple-200:disabled:-ms-input-placeholder {
  color: #e9d8fd;
}

.disabled\:placeholder-purple-200:disabled::-ms-input-placeholder {
  color: #e9d8fd;
}

.disabled\:placeholder-purple-200:disabled::placeholder {
  color: #e9d8fd;
}

.disabled\:placeholder-purple-300:disabled::-webkit-input-placeholder {
  color: #d6bcfa;
}

.disabled\:placeholder-purple-300:disabled::-moz-placeholder {
  color: #d6bcfa;
}

.disabled\:placeholder-purple-300:disabled:-ms-input-placeholder {
  color: #d6bcfa;
}

.disabled\:placeholder-purple-300:disabled::-ms-input-placeholder {
  color: #d6bcfa;
}

.disabled\:placeholder-purple-300:disabled::placeholder {
  color: #d6bcfa;
}

.disabled\:placeholder-purple-400:disabled::-webkit-input-placeholder {
  color: #b794f4;
}

.disabled\:placeholder-purple-400:disabled::-moz-placeholder {
  color: #b794f4;
}

.disabled\:placeholder-purple-400:disabled:-ms-input-placeholder {
  color: #b794f4;
}

.disabled\:placeholder-purple-400:disabled::-ms-input-placeholder {
  color: #b794f4;
}

.disabled\:placeholder-purple-400:disabled::placeholder {
  color: #b794f4;
}

.disabled\:placeholder-purple-500:disabled::-webkit-input-placeholder {
  color: #9f7aea;
}

.disabled\:placeholder-purple-500:disabled::-moz-placeholder {
  color: #9f7aea;
}

.disabled\:placeholder-purple-500:disabled:-ms-input-placeholder {
  color: #9f7aea;
}

.disabled\:placeholder-purple-500:disabled::-ms-input-placeholder {
  color: #9f7aea;
}

.disabled\:placeholder-purple-500:disabled::placeholder {
  color: #9f7aea;
}

.disabled\:placeholder-purple-600:disabled::-webkit-input-placeholder {
  color: #805ad5;
}

.disabled\:placeholder-purple-600:disabled::-moz-placeholder {
  color: #805ad5;
}

.disabled\:placeholder-purple-600:disabled:-ms-input-placeholder {
  color: #805ad5;
}

.disabled\:placeholder-purple-600:disabled::-ms-input-placeholder {
  color: #805ad5;
}

.disabled\:placeholder-purple-600:disabled::placeholder {
  color: #805ad5;
}

.disabled\:placeholder-purple-700:disabled::-webkit-input-placeholder {
  color: #6b46c1;
}

.disabled\:placeholder-purple-700:disabled::-moz-placeholder {
  color: #6b46c1;
}

.disabled\:placeholder-purple-700:disabled:-ms-input-placeholder {
  color: #6b46c1;
}

.disabled\:placeholder-purple-700:disabled::-ms-input-placeholder {
  color: #6b46c1;
}

.disabled\:placeholder-purple-700:disabled::placeholder {
  color: #6b46c1;
}

.disabled\:placeholder-purple-800:disabled::-webkit-input-placeholder {
  color: #553c9a;
}

.disabled\:placeholder-purple-800:disabled::-moz-placeholder {
  color: #553c9a;
}

.disabled\:placeholder-purple-800:disabled:-ms-input-placeholder {
  color: #553c9a;
}

.disabled\:placeholder-purple-800:disabled::-ms-input-placeholder {
  color: #553c9a;
}

.disabled\:placeholder-purple-800:disabled::placeholder {
  color: #553c9a;
}

.disabled\:placeholder-purple-900:disabled::-webkit-input-placeholder {
  color: #44337a;
}

.disabled\:placeholder-purple-900:disabled::-moz-placeholder {
  color: #44337a;
}

.disabled\:placeholder-purple-900:disabled:-ms-input-placeholder {
  color: #44337a;
}

.disabled\:placeholder-purple-900:disabled::-ms-input-placeholder {
  color: #44337a;
}

.disabled\:placeholder-purple-900:disabled::placeholder {
  color: #44337a;
}

.disabled\:placeholder-pink-100:disabled::-webkit-input-placeholder {
  color: #fff5f7;
}

.disabled\:placeholder-pink-100:disabled::-moz-placeholder {
  color: #fff5f7;
}

.disabled\:placeholder-pink-100:disabled:-ms-input-placeholder {
  color: #fff5f7;
}

.disabled\:placeholder-pink-100:disabled::-ms-input-placeholder {
  color: #fff5f7;
}

.disabled\:placeholder-pink-100:disabled::placeholder {
  color: #fff5f7;
}

.disabled\:placeholder-pink-200:disabled::-webkit-input-placeholder {
  color: #fed7e2;
}

.disabled\:placeholder-pink-200:disabled::-moz-placeholder {
  color: #fed7e2;
}

.disabled\:placeholder-pink-200:disabled:-ms-input-placeholder {
  color: #fed7e2;
}

.disabled\:placeholder-pink-200:disabled::-ms-input-placeholder {
  color: #fed7e2;
}

.disabled\:placeholder-pink-200:disabled::placeholder {
  color: #fed7e2;
}

.disabled\:placeholder-pink-300:disabled::-webkit-input-placeholder {
  color: #fbb6ce;
}

.disabled\:placeholder-pink-300:disabled::-moz-placeholder {
  color: #fbb6ce;
}

.disabled\:placeholder-pink-300:disabled:-ms-input-placeholder {
  color: #fbb6ce;
}

.disabled\:placeholder-pink-300:disabled::-ms-input-placeholder {
  color: #fbb6ce;
}

.disabled\:placeholder-pink-300:disabled::placeholder {
  color: #fbb6ce;
}

.disabled\:placeholder-pink-400:disabled::-webkit-input-placeholder {
  color: #f687b3;
}

.disabled\:placeholder-pink-400:disabled::-moz-placeholder {
  color: #f687b3;
}

.disabled\:placeholder-pink-400:disabled:-ms-input-placeholder {
  color: #f687b3;
}

.disabled\:placeholder-pink-400:disabled::-ms-input-placeholder {
  color: #f687b3;
}

.disabled\:placeholder-pink-400:disabled::placeholder {
  color: #f687b3;
}

.disabled\:placeholder-pink-500:disabled::-webkit-input-placeholder {
  color: #ed64a6;
}

.disabled\:placeholder-pink-500:disabled::-moz-placeholder {
  color: #ed64a6;
}

.disabled\:placeholder-pink-500:disabled:-ms-input-placeholder {
  color: #ed64a6;
}

.disabled\:placeholder-pink-500:disabled::-ms-input-placeholder {
  color: #ed64a6;
}

.disabled\:placeholder-pink-500:disabled::placeholder {
  color: #ed64a6;
}

.disabled\:placeholder-pink-600:disabled::-webkit-input-placeholder {
  color: #d53f8c;
}

.disabled\:placeholder-pink-600:disabled::-moz-placeholder {
  color: #d53f8c;
}

.disabled\:placeholder-pink-600:disabled:-ms-input-placeholder {
  color: #d53f8c;
}

.disabled\:placeholder-pink-600:disabled::-ms-input-placeholder {
  color: #d53f8c;
}

.disabled\:placeholder-pink-600:disabled::placeholder {
  color: #d53f8c;
}

.disabled\:placeholder-pink-700:disabled::-webkit-input-placeholder {
  color: #b83280;
}

.disabled\:placeholder-pink-700:disabled::-moz-placeholder {
  color: #b83280;
}

.disabled\:placeholder-pink-700:disabled:-ms-input-placeholder {
  color: #b83280;
}

.disabled\:placeholder-pink-700:disabled::-ms-input-placeholder {
  color: #b83280;
}

.disabled\:placeholder-pink-700:disabled::placeholder {
  color: #b83280;
}

.disabled\:placeholder-pink-800:disabled::-webkit-input-placeholder {
  color: #97266d;
}

.disabled\:placeholder-pink-800:disabled::-moz-placeholder {
  color: #97266d;
}

.disabled\:placeholder-pink-800:disabled:-ms-input-placeholder {
  color: #97266d;
}

.disabled\:placeholder-pink-800:disabled::-ms-input-placeholder {
  color: #97266d;
}

.disabled\:placeholder-pink-800:disabled::placeholder {
  color: #97266d;
}

.disabled\:placeholder-pink-900:disabled::-webkit-input-placeholder {
  color: #702459;
}

.disabled\:placeholder-pink-900:disabled::-moz-placeholder {
  color: #702459;
}

.disabled\:placeholder-pink-900:disabled:-ms-input-placeholder {
  color: #702459;
}

.disabled\:placeholder-pink-900:disabled::-ms-input-placeholder {
  color: #702459;
}

.disabled\:placeholder-pink-900:disabled::placeholder {
  color: #702459;
}

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

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

.group:hover .group-hover\:pointer-events-none {
  pointer-events: none;
}

.group:hover .group-hover\:pointer-events-auto {
  pointer-events: auto;
}

.focus-within\:pointer-events-none:focus-within {
  pointer-events: none;
}

.focus-within\:pointer-events-auto:focus-within {
  pointer-events: auto;
}

.first\:pointer-events-none:first-child {
  pointer-events: none;
}

.first\:pointer-events-auto:first-child {
  pointer-events: auto;
}

.last\:pointer-events-none:last-child {
  pointer-events: none;
}

.last\:pointer-events-auto:last-child {
  pointer-events: auto;
}

.odd\:pointer-events-none:nth-child(odd) {
  pointer-events: none;
}

.odd\:pointer-events-auto:nth-child(odd) {
  pointer-events: auto;
}

.even\:pointer-events-none:nth-child(even) {
  pointer-events: none;
}

.even\:pointer-events-auto:nth-child(even) {
  pointer-events: auto;
}

.hover\:pointer-events-none:hover {
  pointer-events: none;
}

.hover\:pointer-events-auto:hover {
  pointer-events: auto;
}

.focus\:pointer-events-none:focus {
  pointer-events: none;
}

.focus\:pointer-events-auto:focus {
  pointer-events: auto;
}

.active\:pointer-events-none:active {
  pointer-events: none;
}

.active\:pointer-events-auto:active {
  pointer-events: auto;
}

.visited\:pointer-events-none:visited {
  pointer-events: none;
}

.visited\:pointer-events-auto:visited {
  pointer-events: auto;
}

.disabled\:pointer-events-none:disabled {
  pointer-events: none;
}

.disabled\:pointer-events-auto:disabled {
  pointer-events: auto;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.group:hover .group-hover\:static {
  position: static;
}

.group:hover .group-hover\:fixed {
  position: fixed;
}

.group:hover .group-hover\:absolute {
  position: absolute;
}

.group:hover .group-hover\:relative {
  position: relative;
}

.group:hover .group-hover\:sticky {
  position: -webkit-sticky;
  position: sticky;
}

.focus-within\:static:focus-within {
  position: static;
}

.focus-within\:fixed:focus-within {
  position: fixed;
}

.focus-within\:absolute:focus-within {
  position: absolute;
}

.focus-within\:relative:focus-within {
  position: relative;
}

.focus-within\:sticky:focus-within {
  position: -webkit-sticky;
  position: sticky;
}

.first\:static:first-child {
  position: static;
}

.first\:fixed:first-child {
  position: fixed;
}

.first\:absolute:first-child {
  position: absolute;
}

.first\:relative:first-child {
  position: relative;
}

.first\:sticky:first-child {
  position: -webkit-sticky;
  position: sticky;
}

.last\:static:last-child {
  position: static;
}

.last\:fixed:last-child {
  position: fixed;
}

.last\:absolute:last-child {
  position: absolute;
}

.last\:relative:last-child {
  position: relative;
}

.last\:sticky:last-child {
  position: -webkit-sticky;
  position: sticky;
}

.odd\:static:nth-child(odd) {
  position: static;
}

.odd\:fixed:nth-child(odd) {
  position: fixed;
}

.odd\:absolute:nth-child(odd) {
  position: absolute;
}

.odd\:relative:nth-child(odd) {
  position: relative;
}

.odd\:sticky:nth-child(odd) {
  position: -webkit-sticky;
  position: sticky;
}

.even\:static:nth-child(even) {
  position: static;
}

.even\:fixed:nth-child(even) {
  position: fixed;
}

.even\:absolute:nth-child(even) {
  position: absolute;
}

.even\:relative:nth-child(even) {
  position: relative;
}

.even\:sticky:nth-child(even) {
  position: -webkit-sticky;
  position: sticky;
}

.hover\:static:hover {
  position: static;
}

.hover\:fixed:hover {
  position: fixed;
}

.hover\:absolute:hover {
  position: absolute;
}

.hover\:relative:hover {
  position: relative;
}

.hover\:sticky:hover {
  position: -webkit-sticky;
  position: sticky;
}

.focus\:static:focus {
  position: static;
}

.focus\:fixed:focus {
  position: fixed;
}

.focus\:absolute:focus {
  position: absolute;
}

.focus\:relative:focus {
  position: relative;
}

.focus\:sticky:focus {
  position: -webkit-sticky;
  position: sticky;
}

.active\:static:active {
  position: static;
}

.active\:fixed:active {
  position: fixed;
}

.active\:absolute:active {
  position: absolute;
}

.active\:relative:active {
  position: relative;
}

.active\:sticky:active {
  position: -webkit-sticky;
  position: sticky;
}

.visited\:static:visited {
  position: static;
}

.visited\:fixed:visited {
  position: fixed;
}

.visited\:absolute:visited {
  position: absolute;
}

.visited\:relative:visited {
  position: relative;
}

.visited\:sticky:visited {
  position: -webkit-sticky;
  position: sticky;
}

.disabled\:static:disabled {
  position: static;
}

.disabled\:fixed:disabled {
  position: fixed;
}

.disabled\:absolute:disabled {
  position: absolute;
}

.disabled\:relative:disabled {
  position: relative;
}

.disabled\:sticky:disabled {
  position: -webkit-sticky;
  position: sticky;
}

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

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

.inset-y-0 {
  top: 0;
  bottom: 0;
}

.inset-x-0 {
  right: 0;
  left: 0;
}

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

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

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.top-auto {
  top: auto;
}

.right-auto {
  right: auto;
}

.bottom-auto {
  bottom: auto;
}

.left-auto {
  left: auto;
}

.group:hover .group-hover\:inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.group:hover .group-hover\:inset-auto {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.group:hover .group-hover\:inset-y-0 {
  top: 0;
  bottom: 0;
}

.group:hover .group-hover\:inset-x-0 {
  right: 0;
  left: 0;
}

.group:hover .group-hover\:inset-y-auto {
  top: auto;
  bottom: auto;
}

.group:hover .group-hover\:inset-x-auto {
  right: auto;
  left: auto;
}

.group:hover .group-hover\:top-0 {
  top: 0;
}

.group:hover .group-hover\:right-0 {
  right: 0;
}

.group:hover .group-hover\:bottom-0 {
  bottom: 0;
}

.group:hover .group-hover\:left-0 {
  left: 0;
}

.group:hover .group-hover\:top-auto {
  top: auto;
}

.group:hover .group-hover\:right-auto {
  right: auto;
}

.group:hover .group-hover\:bottom-auto {
  bottom: auto;
}

.group:hover .group-hover\:left-auto {
  left: auto;
}

.focus-within\:inset-0:focus-within {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.focus-within\:inset-auto:focus-within {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.focus-within\:inset-y-0:focus-within {
  top: 0;
  bottom: 0;
}

.focus-within\:inset-x-0:focus-within {
  right: 0;
  left: 0;
}

.focus-within\:inset-y-auto:focus-within {
  top: auto;
  bottom: auto;
}

.focus-within\:inset-x-auto:focus-within {
  right: auto;
  left: auto;
}

.focus-within\:top-0:focus-within {
  top: 0;
}

.focus-within\:right-0:focus-within {
  right: 0;
}

.focus-within\:bottom-0:focus-within {
  bottom: 0;
}

.focus-within\:left-0:focus-within {
  left: 0;
}

.focus-within\:top-auto:focus-within {
  top: auto;
}

.focus-within\:right-auto:focus-within {
  right: auto;
}

.focus-within\:bottom-auto:focus-within {
  bottom: auto;
}

.focus-within\:left-auto:focus-within {
  left: auto;
}

.first\:inset-0:first-child {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.first\:inset-auto:first-child {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.first\:inset-y-0:first-child {
  top: 0;
  bottom: 0;
}

.first\:inset-x-0:first-child {
  right: 0;
  left: 0;
}

.first\:inset-y-auto:first-child {
  top: auto;
  bottom: auto;
}

.first\:inset-x-auto:first-child {
  right: auto;
  left: auto;
}

.first\:top-0:first-child {
  top: 0;
}

.first\:right-0:first-child {
  right: 0;
}

.first\:bottom-0:first-child {
  bottom: 0;
}

.first\:left-0:first-child {
  left: 0;
}

.first\:top-auto:first-child {
  top: auto;
}

.first\:right-auto:first-child {
  right: auto;
}

.first\:bottom-auto:first-child {
  bottom: auto;
}

.first\:left-auto:first-child {
  left: auto;
}

.last\:inset-0:last-child {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.last\:inset-auto:last-child {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.last\:inset-y-0:last-child {
  top: 0;
  bottom: 0;
}

.last\:inset-x-0:last-child {
  right: 0;
  left: 0;
}

.last\:inset-y-auto:last-child {
  top: auto;
  bottom: auto;
}

.last\:inset-x-auto:last-child {
  right: auto;
  left: auto;
}

.last\:top-0:last-child {
  top: 0;
}

.last\:right-0:last-child {
  right: 0;
}

.last\:bottom-0:last-child {
  bottom: 0;
}

.last\:left-0:last-child {
  left: 0;
}

.last\:top-auto:last-child {
  top: auto;
}

.last\:right-auto:last-child {
  right: auto;
}

.last\:bottom-auto:last-child {
  bottom: auto;
}

.last\:left-auto:last-child {
  left: auto;
}

.odd\:inset-0:nth-child(odd) {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.odd\:inset-auto:nth-child(odd) {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.odd\:inset-y-0:nth-child(odd) {
  top: 0;
  bottom: 0;
}

.odd\:inset-x-0:nth-child(odd) {
  right: 0;
  left: 0;
}

.odd\:inset-y-auto:nth-child(odd) {
  top: auto;
  bottom: auto;
}

.odd\:inset-x-auto:nth-child(odd) {
  right: auto;
  left: auto;
}

.odd\:top-0:nth-child(odd) {
  top: 0;
}

.odd\:right-0:nth-child(odd) {
  right: 0;
}

.odd\:bottom-0:nth-child(odd) {
  bottom: 0;
}

.odd\:left-0:nth-child(odd) {
  left: 0;
}

.odd\:top-auto:nth-child(odd) {
  top: auto;
}

.odd\:right-auto:nth-child(odd) {
  right: auto;
}

.odd\:bottom-auto:nth-child(odd) {
  bottom: auto;
}

.odd\:left-auto:nth-child(odd) {
  left: auto;
}

.even\:inset-0:nth-child(even) {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.even\:inset-auto:nth-child(even) {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.even\:inset-y-0:nth-child(even) {
  top: 0;
  bottom: 0;
}

.even\:inset-x-0:nth-child(even) {
  right: 0;
  left: 0;
}

.even\:inset-y-auto:nth-child(even) {
  top: auto;
  bottom: auto;
}

.even\:inset-x-auto:nth-child(even) {
  right: auto;
  left: auto;
}

.even\:top-0:nth-child(even) {
  top: 0;
}

.even\:right-0:nth-child(even) {
  right: 0;
}

.even\:bottom-0:nth-child(even) {
  bottom: 0;
}

.even\:left-0:nth-child(even) {
  left: 0;
}

.even\:top-auto:nth-child(even) {
  top: auto;
}

.even\:right-auto:nth-child(even) {
  right: auto;
}

.even\:bottom-auto:nth-child(even) {
  bottom: auto;
}

.even\:left-auto:nth-child(even) {
  left: auto;
}

.hover\:inset-0:hover {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hover\:inset-auto:hover {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.hover\:inset-y-0:hover {
  top: 0;
  bottom: 0;
}

.hover\:inset-x-0:hover {
  right: 0;
  left: 0;
}

.hover\:inset-y-auto:hover {
  top: auto;
  bottom: auto;
}

.hover\:inset-x-auto:hover {
  right: auto;
  left: auto;
}

.hover\:top-0:hover {
  top: 0;
}

.hover\:right-0:hover {
  right: 0;
}

.hover\:bottom-0:hover {
  bottom: 0;
}

.hover\:left-0:hover {
  left: 0;
}

.hover\:top-auto:hover {
  top: auto;
}

.hover\:right-auto:hover {
  right: auto;
}

.hover\:bottom-auto:hover {
  bottom: auto;
}

.hover\:left-auto:hover {
  left: auto;
}

.focus\:inset-0:focus {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.focus\:inset-auto:focus {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.focus\:inset-y-0:focus {
  top: 0;
  bottom: 0;
}

.focus\:inset-x-0:focus {
  right: 0;
  left: 0;
}

.focus\:inset-y-auto:focus {
  top: auto;
  bottom: auto;
}

.focus\:inset-x-auto:focus {
  right: auto;
  left: auto;
}

.focus\:top-0:focus {
  top: 0;
}

.focus\:right-0:focus {
  right: 0;
}

.focus\:bottom-0:focus {
  bottom: 0;
}

.focus\:left-0:focus {
  left: 0;
}

.focus\:top-auto:focus {
  top: auto;
}

.focus\:right-auto:focus {
  right: auto;
}

.focus\:bottom-auto:focus {
  bottom: auto;
}

.focus\:left-auto:focus {
  left: auto;
}

.active\:inset-0:active {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.active\:inset-auto:active {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.active\:inset-y-0:active {
  top: 0;
  bottom: 0;
}

.active\:inset-x-0:active {
  right: 0;
  left: 0;
}

.active\:inset-y-auto:active {
  top: auto;
  bottom: auto;
}

.active\:inset-x-auto:active {
  right: auto;
  left: auto;
}

.active\:top-0:active {
  top: 0;
}

.active\:right-0:active {
  right: 0;
}

.active\:bottom-0:active {
  bottom: 0;
}

.active\:left-0:active {
  left: 0;
}

.active\:top-auto:active {
  top: auto;
}

.active\:right-auto:active {
  right: auto;
}

.active\:bottom-auto:active {
  bottom: auto;
}

.active\:left-auto:active {
  left: auto;
}

.visited\:inset-0:visited {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.visited\:inset-auto:visited {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.visited\:inset-y-0:visited {
  top: 0;
  bottom: 0;
}

.visited\:inset-x-0:visited {
  right: 0;
  left: 0;
}

.visited\:inset-y-auto:visited {
  top: auto;
  bottom: auto;
}

.visited\:inset-x-auto:visited {
  right: auto;
  left: auto;
}

.visited\:top-0:visited {
  top: 0;
}

.visited\:right-0:visited {
  right: 0;
}

.visited\:bottom-0:visited {
  bottom: 0;
}

.visited\:left-0:visited {
  left: 0;
}

.visited\:top-auto:visited {
  top: auto;
}

.visited\:right-auto:visited {
  right: auto;
}

.visited\:bottom-auto:visited {
  bottom: auto;
}

.visited\:left-auto:visited {
  left: auto;
}

.disabled\:inset-0:disabled {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.disabled\:inset-auto:disabled {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.disabled\:inset-y-0:disabled {
  top: 0;
  bottom: 0;
}

.disabled\:inset-x-0:disabled {
  right: 0;
  left: 0;
}

.disabled\:inset-y-auto:disabled {
  top: auto;
  bottom: auto;
}

.disabled\:inset-x-auto:disabled {
  right: auto;
  left: auto;
}

.disabled\:top-0:disabled {
  top: 0;
}

.disabled\:right-0:disabled {
  right: 0;
}

.disabled\:bottom-0:disabled {
  bottom: 0;
}

.disabled\:left-0:disabled {
  left: 0;
}

.disabled\:top-auto:disabled {
  top: auto;
}

.disabled\:right-auto:disabled {
  right: auto;
}

.disabled\:bottom-auto:disabled {
  bottom: auto;
}

.disabled\:left-auto:disabled {
  left: auto;
}

.resize-none {
  resize: none;
}

.resize-y {
  resize: vertical;
}

.resize-x {
  resize: horizontal;
}

.resize {
  resize: both;
}

.group:hover .group-hover\:resize-none {
  resize: none;
}

.group:hover .group-hover\:resize-y {
  resize: vertical;
}

.group:hover .group-hover\:resize-x {
  resize: horizontal;
}

.group:hover .group-hover\:resize {
  resize: both;
}

.focus-within\:resize-none:focus-within {
  resize: none;
}

.focus-within\:resize-y:focus-within {
  resize: vertical;
}

.focus-within\:resize-x:focus-within {
  resize: horizontal;
}

.focus-within\:resize:focus-within {
  resize: both;
}

.first\:resize-none:first-child {
  resize: none;
}

.first\:resize-y:first-child {
  resize: vertical;
}

.first\:resize-x:first-child {
  resize: horizontal;
}

.first\:resize:first-child {
  resize: both;
}

.last\:resize-none:last-child {
  resize: none;
}

.last\:resize-y:last-child {
  resize: vertical;
}

.last\:resize-x:last-child {
  resize: horizontal;
}

.last\:resize:last-child {
  resize: both;
}

.odd\:resize-none:nth-child(odd) {
  resize: none;
}

.odd\:resize-y:nth-child(odd) {
  resize: vertical;
}

.odd\:resize-x:nth-child(odd) {
  resize: horizontal;
}

.odd\:resize:nth-child(odd) {
  resize: both;
}

.even\:resize-none:nth-child(even) {
  resize: none;
}

.even\:resize-y:nth-child(even) {
  resize: vertical;
}

.even\:resize-x:nth-child(even) {
  resize: horizontal;
}

.even\:resize:nth-child(even) {
  resize: both;
}

.hover\:resize-none:hover {
  resize: none;
}

.hover\:resize-y:hover {
  resize: vertical;
}

.hover\:resize-x:hover {
  resize: horizontal;
}

.hover\:resize:hover {
  resize: both;
}

.focus\:resize-none:focus {
  resize: none;
}

.focus\:resize-y:focus {
  resize: vertical;
}

.focus\:resize-x:focus {
  resize: horizontal;
}

.focus\:resize:focus {
  resize: both;
}

.active\:resize-none:active {
  resize: none;
}

.active\:resize-y:active {
  resize: vertical;
}

.active\:resize-x:active {
  resize: horizontal;
}

.active\:resize:active {
  resize: both;
}

.visited\:resize-none:visited {
  resize: none;
}

.visited\:resize-y:visited {
  resize: vertical;
}

.visited\:resize-x:visited {
  resize: horizontal;
}

.visited\:resize:visited {
  resize: both;
}

.disabled\:resize-none:disabled {
  resize: none;
}

.disabled\:resize-y:disabled {
  resize: vertical;
}

.disabled\:resize-x:disabled {
  resize: horizontal;
}

.disabled\:resize:disabled {
  resize: both;
}

.shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.shadow-outline {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}

.shadow-none {
  box-shadow: none;
}

.group:hover .group-hover\:shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.group:hover .group-hover\:shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.group:hover .group-hover\:shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.group:hover .group-hover\:shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.group:hover .group-hover\:shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.group:hover .group-hover\:shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.group:hover .group-hover\:shadow-outline {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}

.group:hover .group-hover\:shadow-none {
  box-shadow: none;
}

.focus-within\:shadow:focus-within {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.focus-within\:shadow-md:focus-within {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.focus-within\:shadow-lg:focus-within {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.focus-within\:shadow-xl:focus-within {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.focus-within\:shadow-2xl:focus-within {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.focus-within\:shadow-inner:focus-within {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.focus-within\:shadow-outline:focus-within {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}

.focus-within\:shadow-none:focus-within {
  box-shadow: none;
}

.first\:shadow:first-child {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.first\:shadow-md:first-child {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.first\:shadow-lg:first-child {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.first\:shadow-xl:first-child {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.first\:shadow-2xl:first-child {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.first\:shadow-inner:first-child {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.first\:shadow-outline:first-child {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}

.first\:shadow-none:first-child {
  box-shadow: none;
}

.last\:shadow:last-child {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.last\:shadow-md:last-child {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.last\:shadow-lg:last-child {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.last\:shadow-xl:last-child {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.last\:shadow-2xl:last-child {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.last\:shadow-inner:last-child {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.last\:shadow-outline:last-child {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}

.last\:shadow-none:last-child {
  box-shadow: none;
}

.odd\:shadow:nth-child(odd) {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.odd\:shadow-md:nth-child(odd) {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.odd\:shadow-lg:nth-child(odd) {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.odd\:shadow-xl:nth-child(odd) {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.odd\:shadow-2xl:nth-child(odd) {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.odd\:shadow-inner:nth-child(odd) {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.odd\:shadow-outline:nth-child(odd) {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}

.odd\:shadow-none:nth-child(odd) {
  box-shadow: none;
}

.even\:shadow:nth-child(even) {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.even\:shadow-md:nth-child(even) {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.even\:shadow-lg:nth-child(even) {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.even\:shadow-xl:nth-child(even) {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.even\:shadow-2xl:nth-child(even) {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.even\:shadow-inner:nth-child(even) {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.even\:shadow-outline:nth-child(even) {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}

.even\:shadow-none:nth-child(even) {
  box-shadow: none;
}

.hover\: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\: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\: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\: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\:shadow-2xl:hover {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.hover\:shadow-inner:hover {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.hover\:shadow-outline:hover {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}

.hover\:shadow-none:hover {
  box-shadow: none;
}

.focus\: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\: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\: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\: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\:shadow-2xl:focus {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.focus\:shadow-inner:focus {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.focus\:shadow-outline:focus {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}

.focus\:shadow-none:focus {
  box-shadow: none;
}

.active\:shadow:active {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.active\:shadow-md:active {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.active\:shadow-lg:active {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.active\:shadow-xl:active {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.active\:shadow-2xl:active {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.active\:shadow-inner:active {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.active\:shadow-outline:active {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}

.active\:shadow-none:active {
  box-shadow: none;
}

.visited\:shadow:visited {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.visited\:shadow-md:visited {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.visited\:shadow-lg:visited {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.visited\:shadow-xl:visited {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.visited\:shadow-2xl:visited {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.visited\:shadow-inner:visited {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.visited\:shadow-outline:visited {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}

.visited\:shadow-none:visited {
  box-shadow: none;
}

.disabled\:shadow:disabled {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.disabled\:shadow-md:disabled {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.disabled\:shadow-lg:disabled {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.disabled\:shadow-xl:disabled {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.disabled\:shadow-2xl:disabled {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.disabled\:shadow-inner:disabled {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.disabled\:shadow-outline:disabled {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}

.disabled\:shadow-none:disabled {
  box-shadow: none;
}

.fill-current {
  fill: currentColor;
}

.group:hover .group-hover\:fill-current {
  fill: currentColor;
}

.focus-within\:fill-current:focus-within {
  fill: currentColor;
}

.first\:fill-current:first-child {
  fill: currentColor;
}

.last\:fill-current:last-child {
  fill: currentColor;
}

.odd\:fill-current:nth-child(odd) {
  fill: currentColor;
}

.even\:fill-current:nth-child(even) {
  fill: currentColor;
}

.hover\:fill-current:hover {
  fill: currentColor;
}

.focus\:fill-current:focus {
  fill: currentColor;
}

.active\:fill-current:active {
  fill: currentColor;
}

.visited\:fill-current:visited {
  fill: currentColor;
}

.disabled\:fill-current:disabled {
  fill: currentColor;
}

.stroke-current {
  stroke: currentColor;
}

.group:hover .group-hover\:stroke-current {
  stroke: currentColor;
}

.focus-within\:stroke-current:focus-within {
  stroke: currentColor;
}

.first\:stroke-current:first-child {
  stroke: currentColor;
}

.last\:stroke-current:last-child {
  stroke: currentColor;
}

.odd\:stroke-current:nth-child(odd) {
  stroke: currentColor;
}

.even\:stroke-current:nth-child(even) {
  stroke: currentColor;
}

.hover\:stroke-current:hover {
  stroke: currentColor;
}

.focus\:stroke-current:focus {
  stroke: currentColor;
}

.active\:stroke-current:active {
  stroke: currentColor;
}

.visited\:stroke-current:visited {
  stroke: currentColor;
}

.disabled\:stroke-current:disabled {
  stroke: currentColor;
}

.table-auto {
  table-layout: auto;
}

.table-fixed {
  table-layout: fixed;
}

.group:hover .group-hover\:table-auto {
  table-layout: auto;
}

.group:hover .group-hover\:table-fixed {
  table-layout: fixed;
}

.focus-within\:table-auto:focus-within {
  table-layout: auto;
}

.focus-within\:table-fixed:focus-within {
  table-layout: fixed;
}

.first\:table-auto:first-child {
  table-layout: auto;
}

.first\:table-fixed:first-child {
  table-layout: fixed;
}

.last\:table-auto:last-child {
  table-layout: auto;
}

.last\:table-fixed:last-child {
  table-layout: fixed;
}

.odd\:table-auto:nth-child(odd) {
  table-layout: auto;
}

.odd\:table-fixed:nth-child(odd) {
  table-layout: fixed;
}

.even\:table-auto:nth-child(even) {
  table-layout: auto;
}

.even\:table-fixed:nth-child(even) {
  table-layout: fixed;
}

.hover\:table-auto:hover {
  table-layout: auto;
}

.hover\:table-fixed:hover {
  table-layout: fixed;
}

.focus\:table-auto:focus {
  table-layout: auto;
}

.focus\:table-fixed:focus {
  table-layout: fixed;
}

.active\:table-auto:active {
  table-layout: auto;
}

.active\:table-fixed:active {
  table-layout: fixed;
}

.visited\:table-auto:visited {
  table-layout: auto;
}

.visited\:table-fixed:visited {
  table-layout: fixed;
}

.disabled\:table-auto:disabled {
  table-layout: auto;
}

.disabled\:table-fixed:disabled {
  table-layout: fixed;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.group:hover .group-hover\:text-left {
  text-align: left;
}

.group:hover .group-hover\:text-center {
  text-align: center;
}

.group:hover .group-hover\:text-right {
  text-align: right;
}

.group:hover .group-hover\:text-justify {
  text-align: justify;
}

.focus-within\:text-left:focus-within {
  text-align: left;
}

.focus-within\:text-center:focus-within {
  text-align: center;
}

.focus-within\:text-right:focus-within {
  text-align: right;
}

.focus-within\:text-justify:focus-within {
  text-align: justify;
}

.first\:text-left:first-child {
  text-align: left;
}

.first\:text-center:first-child {
  text-align: center;
}

.first\:text-right:first-child {
  text-align: right;
}

.first\:text-justify:first-child {
  text-align: justify;
}

.last\:text-left:last-child {
  text-align: left;
}

.last\:text-center:last-child {
  text-align: center;
}

.last\:text-right:last-child {
  text-align: right;
}

.last\:text-justify:last-child {
  text-align: justify;
}

.odd\:text-left:nth-child(odd) {
  text-align: left;
}

.odd\:text-center:nth-child(odd) {
  text-align: center;
}

.odd\:text-right:nth-child(odd) {
  text-align: right;
}

.odd\:text-justify:nth-child(odd) {
  text-align: justify;
}

.even\:text-left:nth-child(even) {
  text-align: left;
}

.even\:text-center:nth-child(even) {
  text-align: center;
}

.even\:text-right:nth-child(even) {
  text-align: right;
}

.even\:text-justify:nth-child(even) {
  text-align: justify;
}

.hover\:text-left:hover {
  text-align: left;
}

.hover\:text-center:hover {
  text-align: center;
}

.hover\:text-right:hover {
  text-align: right;
}

.hover\:text-justify:hover {
  text-align: justify;
}

.focus\:text-left:focus {
  text-align: left;
}

.focus\:text-center:focus {
  text-align: center;
}

.focus\:text-right:focus {
  text-align: right;
}

.focus\:text-justify:focus {
  text-align: justify;
}

.active\:text-left:active {
  text-align: left;
}

.active\:text-center:active {
  text-align: center;
}

.active\:text-right:active {
  text-align: right;
}

.active\:text-justify:active {
  text-align: justify;
}

.visited\:text-left:visited {
  text-align: left;
}

.visited\:text-center:visited {
  text-align: center;
}

.visited\:text-right:visited {
  text-align: right;
}

.visited\:text-justify:visited {
  text-align: justify;
}

.disabled\:text-left:disabled {
  text-align: left;
}

.disabled\:text-center:disabled {
  text-align: center;
}

.disabled\:text-right:disabled {
  text-align: right;
}

.disabled\:text-justify:disabled {
  text-align: justify;
}

.text-transparent {
  color: transparent;
}

.text-black {
  color: #000;
}

.text-white {
  color: #fff;
}

.text-gray-100 {
  color: #f7fafc;
}

.text-gray-200 {
  color: #edf2f7;
}

.text-gray-300 {
  color: #e2e8f0;
}

.text-gray-400 {
  color: #cbd5e0;
}

.text-gray-500 {
  color: #a0aec0;
}

.text-gray-600 {
  color: #718096;
}

.text-gray-700 {
  color: #4a5568;
}

.text-gray-800 {
  color: #2d3748;
}

.text-gray-900 {
  color: #1a202c;
}

.text-red-100 {
  color: #fff5f5;
}

.text-red-200 {
  color: #fed7d7;
}

.text-red-300 {
  color: #feb2b2;
}

.text-red-400 {
  color: #fc8181;
}

.text-red-500 {
  color: #f56565;
}

.text-red-600 {
  color: #e53e3e;
}

.text-red-700 {
  color: #c53030;
}

.text-red-800 {
  color: #9b2c2c;
}

.text-red-900 {
  color: #742a2a;
}

.text-orange-100 {
  color: #fffaf0;
}

.text-orange-200 {
  color: #feebc8;
}

.text-orange-300 {
  color: #fbd38d;
}

.text-orange-400 {
  color: #f6ad55;
}

.text-orange-500 {
  color: #ed8936;
}

.text-orange-600 {
  color: #dd6b20;
}

.text-orange-700 {
  color: #c05621;
}

.text-orange-800 {
  color: #9c4221;
}

.text-orange-900 {
  color: #7b341e;
}

.text-yellow-100 {
  color: #fffff0;
}

.text-yellow-200 {
  color: #fefcbf;
}

.text-yellow-300 {
  color: #faf089;
}

.text-yellow-400 {
  color: #f6e05e;
}

.text-yellow-500 {
  color: #ecc94b;
}

.text-yellow-600 {
  color: #d69e2e;
}

.text-yellow-700 {
  color: #b7791f;
}

.text-yellow-800 {
  color: #975a16;
}

.text-yellow-900 {
  color: #744210;
}

.text-green-100 {
  color: #f0fff4;
}

.text-green-200 {
  color: #c6f6d5;
}

.text-green-300 {
  color: #9ae6b4;
}

.text-green-400 {
  color: #68d391;
}

.text-green-500 {
  color: #48bb78;
}

.text-green-600 {
  color: #38a169;
}

.text-green-700 {
  color: #2f855a;
}

.text-green-800 {
  color: #276749;
}

.text-green-900 {
  color: #22543d;
}

.text-teal-100 {
  color: #e6fffa;
}

.text-teal-200 {
  color: #b2f5ea;
}

.text-teal-300 {
  color: #81e6d9;
}

.text-teal-400 {
  color: #4fd1c5;
}

.text-teal-500 {
  color: #38b2ac;
}

.text-teal-600 {
  color: #319795;
}

.text-teal-700 {
  color: #2c7a7b;
}

.text-teal-800 {
  color: #285e61;
}

.text-teal-900 {
  color: #234e52;
}

.text-blue-100 {
  color: #ebf8ff;
}

.text-blue-200 {
  color: #bee3f8;
}

.text-blue-300 {
  color: #90cdf4;
}

.text-blue-400 {
  color: #63b3ed;
}

.text-blue-500 {
  color: #4299e1;
}

.text-blue-600 {
  color: #3182ce;
}

.text-blue-700 {
  color: #2b6cb0;
}

.text-blue-800 {
  color: #2c5282;
}

.text-blue-900 {
  color: #2a4365;
}

.text-indigo-100 {
  color: #ebf4ff;
}

.text-indigo-200 {
  color: #c3dafe;
}

.text-indigo-300 {
  color: #a3bffa;
}

.text-indigo-400 {
  color: #7f9cf5;
}

.text-indigo-500 {
  color: #667eea;
}

.text-indigo-600 {
  color: #5a67d8;
}

.text-indigo-700 {
  color: #4c51bf;
}

.text-indigo-800 {
  color: #434190;
}

.text-indigo-900 {
  color: #3c366b;
}

.text-purple-100 {
  color: #faf5ff;
}

.text-purple-200 {
  color: #e9d8fd;
}

.text-purple-300 {
  color: #d6bcfa;
}

.text-purple-400 {
  color: #b794f4;
}

.text-purple-500 {
  color: #9f7aea;
}

.text-purple-600 {
  color: #805ad5;
}

.text-purple-700 {
  color: #6b46c1;
}

.text-purple-800 {
  color: #553c9a;
}

.text-purple-900 {
  color: #44337a;
}

.text-pink-100 {
  color: #fff5f7;
}

.text-pink-200 {
  color: #fed7e2;
}

.text-pink-300 {
  color: #fbb6ce;
}

.text-pink-400 {
  color: #f687b3;
}

.text-pink-500 {
  color: #ed64a6;
}

.text-pink-600 {
  color: #d53f8c;
}

.text-pink-700 {
  color: #b83280;
}

.text-pink-800 {
  color: #97266d;
}

.text-pink-900 {
  color: #702459;
}

.group:hover .group-hover\:text-transparent {
  color: transparent;
}

.group:hover .group-hover\:text-black {
  color: #000;
}

.group:hover .group-hover\:text-white {
  color: #fff;
}

.group:hover .group-hover\:text-gray-100 {
  color: #f7fafc;
}

.group:hover .group-hover\:text-gray-200 {
  color: #edf2f7;
}

.group:hover .group-hover\:text-gray-300 {
  color: #e2e8f0;
}

.group:hover .group-hover\:text-gray-400 {
  color: #cbd5e0;
}

.group:hover .group-hover\:text-gray-500 {
  color: #a0aec0;
}

.group:hover .group-hover\:text-gray-600 {
  color: #718096;
}

.group:hover .group-hover\:text-gray-700 {
  color: #4a5568;
}

.group:hover .group-hover\:text-gray-800 {
  color: #2d3748;
}

.group:hover .group-hover\:text-gray-900 {
  color: #1a202c;
}

.group:hover .group-hover\:text-red-100 {
  color: #fff5f5;
}

.group:hover .group-hover\:text-red-200 {
  color: #fed7d7;
}

.group:hover .group-hover\:text-red-300 {
  color: #feb2b2;
}

.group:hover .group-hover\:text-red-400 {
  color: #fc8181;
}

.group:hover .group-hover\:text-red-500 {
  color: #f56565;
}

.group:hover .group-hover\:text-red-600 {
  color: #e53e3e;
}

.group:hover .group-hover\:text-red-700 {
  color: #c53030;
}

.group:hover .group-hover\:text-red-800 {
  color: #9b2c2c;
}

.group:hover .group-hover\:text-red-900 {
  color: #742a2a;
}

.group:hover .group-hover\:text-orange-100 {
  color: #fffaf0;
}

.group:hover .group-hover\:text-orange-200 {
  color: #feebc8;
}

.group:hover .group-hover\:text-orange-300 {
  color: #fbd38d;
}

.group:hover .group-hover\:text-orange-400 {
  color: #f6ad55;
}

.group:hover .group-hover\:text-orange-500 {
  color: #ed8936;
}

.group:hover .group-hover\:text-orange-600 {
  color: #dd6b20;
}

.group:hover .group-hover\:text-orange-700 {
  color: #c05621;
}

.group:hover .group-hover\:text-orange-800 {
  color: #9c4221;
}

.group:hover .group-hover\:text-orange-900 {
  color: #7b341e;
}

.group:hover .group-hover\:text-yellow-100 {
  color: #fffff0;
}

.group:hover .group-hover\:text-yellow-200 {
  color: #fefcbf;
}

.group:hover .group-hover\:text-yellow-300 {
  color: #faf089;
}

.group:hover .group-hover\:text-yellow-400 {
  color: #f6e05e;
}

.group:hover .group-hover\:text-yellow-500 {
  color: #ecc94b;
}

.group:hover .group-hover\:text-yellow-600 {
  color: #d69e2e;
}

.group:hover .group-hover\:text-yellow-700 {
  color: #b7791f;
}

.group:hover .group-hover\:text-yellow-800 {
  color: #975a16;
}

.group:hover .group-hover\:text-yellow-900 {
  color: #744210;
}

.group:hover .group-hover\:text-green-100 {
  color: #f0fff4;
}

.group:hover .group-hover\:text-green-200 {
  color: #c6f6d5;
}

.group:hover .group-hover\:text-green-300 {
  color: #9ae6b4;
}

.group:hover .group-hover\:text-green-400 {
  color: #68d391;
}

.group:hover .group-hover\:text-green-500 {
  color: #48bb78;
}

.group:hover .group-hover\:text-green-600 {
  color: #38a169;
}

.group:hover .group-hover\:text-green-700 {
  color: #2f855a;
}

.group:hover .group-hover\:text-green-800 {
  color: #276749;
}

.group:hover .group-hover\:text-green-900 {
  color: #22543d;
}

.group:hover .group-hover\:text-teal-100 {
  color: #e6fffa;
}

.group:hover .group-hover\:text-teal-200 {
  color: #b2f5ea;
}

.group:hover .group-hover\:text-teal-300 {
  color: #81e6d9;
}

.group:hover .group-hover\:text-teal-400 {
  color: #4fd1c5;
}

.group:hover .group-hover\:text-teal-500 {
  color: #38b2ac;
}

.group:hover .group-hover\:text-teal-600 {
  color: #319795;
}

.group:hover .group-hover\:text-teal-700 {
  color: #2c7a7b;
}

.group:hover .group-hover\:text-teal-800 {
  color: #285e61;
}

.group:hover .group-hover\:text-teal-900 {
  color: #234e52;
}

.group:hover .group-hover\:text-blue-100 {
  color: #ebf8ff;
}

.group:hover .group-hover\:text-blue-200 {
  color: #bee3f8;
}

.group:hover .group-hover\:text-blue-300 {
  color: #90cdf4;
}

.group:hover .group-hover\:text-blue-400 {
  color: #63b3ed;
}

.group:hover .group-hover\:text-blue-500 {
  color: #4299e1;
}

.group:hover .group-hover\:text-blue-600 {
  color: #3182ce;
}

.group:hover .group-hover\:text-blue-700 {
  color: #2b6cb0;
}

.group:hover .group-hover\:text-blue-800 {
  color: #2c5282;
}

.group:hover .group-hover\:text-blue-900 {
  color: #2a4365;
}

.group:hover .group-hover\:text-indigo-100 {
  color: #ebf4ff;
}

.group:hover .group-hover\:text-indigo-200 {
  color: #c3dafe;
}

.group:hover .group-hover\:text-indigo-300 {
  color: #a3bffa;
}

.group:hover .group-hover\:text-indigo-400 {
  color: #7f9cf5;
}

.group:hover .group-hover\:text-indigo-500 {
  color: #667eea;
}

.group:hover .group-hover\:text-indigo-600 {
  color: #5a67d8;
}

.group:hover .group-hover\:text-indigo-700 {
  color: #4c51bf;
}

.group:hover .group-hover\:text-indigo-800 {
  color: #434190;
}

.group:hover .group-hover\:text-indigo-900 {
  color: #3c366b;
}

.group:hover .group-hover\:text-purple-100 {
  color: #faf5ff;
}

.group:hover .group-hover\:text-purple-200 {
  color: #e9d8fd;
}

.group:hover .group-hover\:text-purple-300 {
  color: #d6bcfa;
}

.group:hover .group-hover\:text-purple-400 {
  color: #b794f4;
}

.group:hover .group-hover\:text-purple-500 {
  color: #9f7aea;
}

.group:hover .group-hover\:text-purple-600 {
  color: #805ad5;
}

.group:hover .group-hover\:text-purple-700 {
  color: #6b46c1;
}

.group:hover .group-hover\:text-purple-800 {
  color: #553c9a;
}

.group:hover .group-hover\:text-purple-900 {
  color: #44337a;
}

.group:hover .group-hover\:text-pink-100 {
  color: #fff5f7;
}

.group:hover .group-hover\:text-pink-200 {
  color: #fed7e2;
}

.group:hover .group-hover\:text-pink-300 {
  color: #fbb6ce;
}

.group:hover .group-hover\:text-pink-400 {
  color: #f687b3;
}

.group:hover .group-hover\:text-pink-500 {
  color: #ed64a6;
}

.group:hover .group-hover\:text-pink-600 {
  color: #d53f8c;
}

.group:hover .group-hover\:text-pink-700 {
  color: #b83280;
}

.group:hover .group-hover\:text-pink-800 {
  color: #97266d;
}

.group:hover .group-hover\:text-pink-900 {
  color: #702459;
}

.focus-within\:text-transparent:focus-within {
  color: transparent;
}

.focus-within\:text-black:focus-within {
  color: #000;
}

.focus-within\:text-white:focus-within {
  color: #fff;
}

.focus-within\:text-gray-100:focus-within {
  color: #f7fafc;
}

.focus-within\:text-gray-200:focus-within {
  color: #edf2f7;
}

.focus-within\:text-gray-300:focus-within {
  color: #e2e8f0;
}

.focus-within\:text-gray-400:focus-within {
  color: #cbd5e0;
}

.focus-within\:text-gray-500:focus-within {
  color: #a0aec0;
}

.focus-within\:text-gray-600:focus-within {
  color: #718096;
}

.focus-within\:text-gray-700:focus-within {
  color: #4a5568;
}

.focus-within\:text-gray-800:focus-within {
  color: #2d3748;
}

.focus-within\:text-gray-900:focus-within {
  color: #1a202c;
}

.focus-within\:text-red-100:focus-within {
  color: #fff5f5;
}

.focus-within\:text-red-200:focus-within {
  color: #fed7d7;
}

.focus-within\:text-red-300:focus-within {
  color: #feb2b2;
}

.focus-within\:text-red-400:focus-within {
  color: #fc8181;
}

.focus-within\:text-red-500:focus-within {
  color: #f56565;
}

.focus-within\:text-red-600:focus-within {
  color: #e53e3e;
}

.focus-within\:text-red-700:focus-within {
  color: #c53030;
}

.focus-within\:text-red-800:focus-within {
  color: #9b2c2c;
}

.focus-within\:text-red-900:focus-within {
  color: #742a2a;
}

.focus-within\:text-orange-100:focus-within {
  color: #fffaf0;
}

.focus-within\:text-orange-200:focus-within {
  color: #feebc8;
}

.focus-within\:text-orange-300:focus-within {
  color: #fbd38d;
}

.focus-within\:text-orange-400:focus-within {
  color: #f6ad55;
}

.focus-within\:text-orange-500:focus-within {
  color: #ed8936;
}

.focus-within\:text-orange-600:focus-within {
  color: #dd6b20;
}

.focus-within\:text-orange-700:focus-within {
  color: #c05621;
}

.focus-within\:text-orange-800:focus-within {
  color: #9c4221;
}

.focus-within\:text-orange-900:focus-within {
  color: #7b341e;
}

.focus-within\:text-yellow-100:focus-within {
  color: #fffff0;
}

.focus-within\:text-yellow-200:focus-within {
  color: #fefcbf;
}

.focus-within\:text-yellow-300:focus-within {
  color: #faf089;
}

.focus-within\:text-yellow-400:focus-within {
  color: #f6e05e;
}

.focus-within\:text-yellow-500:focus-within {
  color: #ecc94b;
}

.focus-within\:text-yellow-600:focus-within {
  color: #d69e2e;
}

.focus-within\:text-yellow-700:focus-within {
  color: #b7791f;
}

.focus-within\:text-yellow-800:focus-within {
  color: #975a16;
}

.focus-within\:text-yellow-900:focus-within {
  color: #744210;
}

.focus-within\:text-green-100:focus-within {
  color: #f0fff4;
}

.focus-within\:text-green-200:focus-within {
  color: #c6f6d5;
}

.focus-within\:text-green-300:focus-within {
  color: #9ae6b4;
}

.focus-within\:text-green-400:focus-within {
  color: #68d391;
}

.focus-within\:text-green-500:focus-within {
  color: #48bb78;
}

.focus-within\:text-green-600:focus-within {
  color: #38a169;
}

.focus-within\:text-green-700:focus-within {
  color: #2f855a;
}

.focus-within\:text-green-800:focus-within {
  color: #276749;
}

.focus-within\:text-green-900:focus-within {
  color: #22543d;
}

.focus-within\:text-teal-100:focus-within {
  color: #e6fffa;
}

.focus-within\:text-teal-200:focus-within {
  color: #b2f5ea;
}

.focus-within\:text-teal-300:focus-within {
  color: #81e6d9;
}

.focus-within\:text-teal-400:focus-within {
  color: #4fd1c5;
}

.focus-within\:text-teal-500:focus-within {
  color: #38b2ac;
}

.focus-within\:text-teal-600:focus-within {
  color: #319795;
}

.focus-within\:text-teal-700:focus-within {
  color: #2c7a7b;
}

.focus-within\:text-teal-800:focus-within {
  color: #285e61;
}

.focus-within\:text-teal-900:focus-within {
  color: #234e52;
}

.focus-within\:text-blue-100:focus-within {
  color: #ebf8ff;
}

.focus-within\:text-blue-200:focus-within {
  color: #bee3f8;
}

.focus-within\:text-blue-300:focus-within {
  color: #90cdf4;
}

.focus-within\:text-blue-400:focus-within {
  color: #63b3ed;
}

.focus-within\:text-blue-500:focus-within {
  color: #4299e1;
}

.focus-within\:text-blue-600:focus-within {
  color: #3182ce;
}

.focus-within\:text-blue-700:focus-within {
  color: #2b6cb0;
}

.focus-within\:text-blue-800:focus-within {
  color: #2c5282;
}

.focus-within\:text-blue-900:focus-within {
  color: #2a4365;
}

.focus-within\:text-indigo-100:focus-within {
  color: #ebf4ff;
}

.focus-within\:text-indigo-200:focus-within {
  color: #c3dafe;
}

.focus-within\:text-indigo-300:focus-within {
  color: #a3bffa;
}

.focus-within\:text-indigo-400:focus-within {
  color: #7f9cf5;
}

.focus-within\:text-indigo-500:focus-within {
  color: #667eea;
}

.focus-within\:text-indigo-600:focus-within {
  color: #5a67d8;
}

.focus-within\:text-indigo-700:focus-within {
  color: #4c51bf;
}

.focus-within\:text-indigo-800:focus-within {
  color: #434190;
}

.focus-within\:text-indigo-900:focus-within {
  color: #3c366b;
}

.focus-within\:text-purple-100:focus-within {
  color: #faf5ff;
}

.focus-within\:text-purple-200:focus-within {
  color: #e9d8fd;
}

.focus-within\:text-purple-300:focus-within {
  color: #d6bcfa;
}

.focus-within\:text-purple-400:focus-within {
  color: #b794f4;
}

.focus-within\:text-purple-500:focus-within {
  color: #9f7aea;
}

.focus-within\:text-purple-600:focus-within {
  color: #805ad5;
}

.focus-within\:text-purple-700:focus-within {
  color: #6b46c1;
}

.focus-within\:text-purple-800:focus-within {
  color: #553c9a;
}

.focus-within\:text-purple-900:focus-within {
  color: #44337a;
}

.focus-within\:text-pink-100:focus-within {
  color: #fff5f7;
}

.focus-within\:text-pink-200:focus-within {
  color: #fed7e2;
}

.focus-within\:text-pink-300:focus-within {
  color: #fbb6ce;
}

.focus-within\:text-pink-400:focus-within {
  color: #f687b3;
}

.focus-within\:text-pink-500:focus-within {
  color: #ed64a6;
}

.focus-within\:text-pink-600:focus-within {
  color: #d53f8c;
}

.focus-within\:text-pink-700:focus-within {
  color: #b83280;
}

.focus-within\:text-pink-800:focus-within {
  color: #97266d;
}

.focus-within\:text-pink-900:focus-within {
  color: #702459;
}

.first\:text-transparent:first-child {
  color: transparent;
}

.first\:text-black:first-child {
  color: #000;
}

.first\:text-white:first-child {
  color: #fff;
}

.first\:text-gray-100:first-child {
  color: #f7fafc;
}

.first\:text-gray-200:first-child {
  color: #edf2f7;
}

.first\:text-gray-300:first-child {
  color: #e2e8f0;
}

.first\:text-gray-400:first-child {
  color: #cbd5e0;
}

.first\:text-gray-500:first-child {
  color: #a0aec0;
}

.first\:text-gray-600:first-child {
  color: #718096;
}

.first\:text-gray-700:first-child {
  color: #4a5568;
}

.first\:text-gray-800:first-child {
  color: #2d3748;
}

.first\:text-gray-900:first-child {
  color: #1a202c;
}

.first\:text-red-100:first-child {
  color: #fff5f5;
}

.first\:text-red-200:first-child {
  color: #fed7d7;
}

.first\:text-red-300:first-child {
  color: #feb2b2;
}

.first\:text-red-400:first-child {
  color: #fc8181;
}

.first\:text-red-500:first-child {
  color: #f56565;
}

.first\:text-red-600:first-child {
  color: #e53e3e;
}

.first\:text-red-700:first-child {
  color: #c53030;
}

.first\:text-red-800:first-child {
  color: #9b2c2c;
}

.first\:text-red-900:first-child {
  color: #742a2a;
}

.first\:text-orange-100:first-child {
  color: #fffaf0;
}

.first\:text-orange-200:first-child {
  color: #feebc8;
}

.first\:text-orange-300:first-child {
  color: #fbd38d;
}

.first\:text-orange-400:first-child {
  color: #f6ad55;
}

.first\:text-orange-500:first-child {
  color: #ed8936;
}

.first\:text-orange-600:first-child {
  color: #dd6b20;
}

.first\:text-orange-700:first-child {
  color: #c05621;
}

.first\:text-orange-800:first-child {
  color: #9c4221;
}

.first\:text-orange-900:first-child {
  color: #7b341e;
}

.first\:text-yellow-100:first-child {
  color: #fffff0;
}

.first\:text-yellow-200:first-child {
  color: #fefcbf;
}

.first\:text-yellow-300:first-child {
  color: #faf089;
}

.first\:text-yellow-400:first-child {
  color: #f6e05e;
}

.first\:text-yellow-500:first-child {
  color: #ecc94b;
}

.first\:text-yellow-600:first-child {
  color: #d69e2e;
}

.first\:text-yellow-700:first-child {
  color: #b7791f;
}

.first\:text-yellow-800:first-child {
  color: #975a16;
}

.first\:text-yellow-900:first-child {
  color: #744210;
}

.first\:text-green-100:first-child {
  color: #f0fff4;
}

.first\:text-green-200:first-child {
  color: #c6f6d5;
}

.first\:text-green-300:first-child {
  color: #9ae6b4;
}

.first\:text-green-400:first-child {
  color: #68d391;
}

.first\:text-green-500:first-child {
  color: #48bb78;
}

.first\:text-green-600:first-child {
  color: #38a169;
}

.first\:text-green-700:first-child {
  color: #2f855a;
}

.first\:text-green-800:first-child {
  color: #276749;
}

.first\:text-green-900:first-child {
  color: #22543d;
}

.first\:text-teal-100:first-child {
  color: #e6fffa;
}

.first\:text-teal-200:first-child {
  color: #b2f5ea;
}

.first\:text-teal-300:first-child {
  color: #81e6d9;
}

.first\:text-teal-400:first-child {
  color: #4fd1c5;
}

.first\:text-teal-500:first-child {
  color: #38b2ac;
}

.first\:text-teal-600:first-child {
  color: #319795;
}

.first\:text-teal-700:first-child {
  color: #2c7a7b;
}

.first\:text-teal-800:first-child {
  color: #285e61;
}

.first\:text-teal-900:first-child {
  color: #234e52;
}

.first\:text-blue-100:first-child {
  color: #ebf8ff;
}

.first\:text-blue-200:first-child {
  color: #bee3f8;
}

.first\:text-blue-300:first-child {
  color: #90cdf4;
}

.first\:text-blue-400:first-child {
  color: #63b3ed;
}

.first\:text-blue-500:first-child {
  color: #4299e1;
}

.first\:text-blue-600:first-child {
  color: #3182ce;
}

.first\:text-blue-700:first-child {
  color: #2b6cb0;
}

.first\:text-blue-800:first-child {
  color: #2c5282;
}

.first\:text-blue-900:first-child {
  color: #2a4365;
}

.first\:text-indigo-100:first-child {
  color: #ebf4ff;
}

.first\:text-indigo-200:first-child {
  color: #c3dafe;
}

.first\:text-indigo-300:first-child {
  color: #a3bffa;
}

.first\:text-indigo-400:first-child {
  color: #7f9cf5;
}

.first\:text-indigo-500:first-child {
  color: #667eea;
}

.first\:text-indigo-600:first-child {
  color: #5a67d8;
}

.first\:text-indigo-700:first-child {
  color: #4c51bf;
}

.first\:text-indigo-800:first-child {
  color: #434190;
}

.first\:text-indigo-900:first-child {
  color: #3c366b;
}

.first\:text-purple-100:first-child {
  color: #faf5ff;
}

.first\:text-purple-200:first-child {
  color: #e9d8fd;
}

.first\:text-purple-300:first-child {
  color: #d6bcfa;
}

.first\:text-purple-400:first-child {
  color: #b794f4;
}

.first\:text-purple-500:first-child {
  color: #9f7aea;
}

.first\:text-purple-600:first-child {
  color: #805ad5;
}

.first\:text-purple-700:first-child {
  color: #6b46c1;
}

.first\:text-purple-800:first-child {
  color: #553c9a;
}

.first\:text-purple-900:first-child {
  color: #44337a;
}

.first\:text-pink-100:first-child {
  color: #fff5f7;
}

.first\:text-pink-200:first-child {
  color: #fed7e2;
}

.first\:text-pink-300:first-child {
  color: #fbb6ce;
}

.first\:text-pink-400:first-child {
  color: #f687b3;
}

.first\:text-pink-500:first-child {
  color: #ed64a6;
}

.first\:text-pink-600:first-child {
  color: #d53f8c;
}

.first\:text-pink-700:first-child {
  color: #b83280;
}

.first\:text-pink-800:first-child {
  color: #97266d;
}

.first\:text-pink-900:first-child {
  color: #702459;
}

.last\:text-transparent:last-child {
  color: transparent;
}

.last\:text-black:last-child {
  color: #000;
}

.last\:text-white:last-child {
  color: #fff;
}

.last\:text-gray-100:last-child {
  color: #f7fafc;
}

.last\:text-gray-200:last-child {
  color: #edf2f7;
}

.last\:text-gray-300:last-child {
  color: #e2e8f0;
}

.last\:text-gray-400:last-child {
  color: #cbd5e0;
}

.last\:text-gray-500:last-child {
  color: #a0aec0;
}

.last\:text-gray-600:last-child {
  color: #718096;
}

.last\:text-gray-700:last-child {
  color: #4a5568;
}

.last\:text-gray-800:last-child {
  color: #2d3748;
}

.last\:text-gray-900:last-child {
  color: #1a202c;
}

.last\:text-red-100:last-child {
  color: #fff5f5;
}

.last\:text-red-200:last-child {
  color: #fed7d7;
}

.last\:text-red-300:last-child {
  color: #feb2b2;
}

.last\:text-red-400:last-child {
  color: #fc8181;
}

.last\:text-red-500:last-child {
  color: #f56565;
}

.last\:text-red-600:last-child {
  color: #e53e3e;
}

.last\:text-red-700:last-child {
  color: #c53030;
}

.last\:text-red-800:last-child {
  color: #9b2c2c;
}

.last\:text-red-900:last-child {
  color: #742a2a;
}

.last\:text-orange-100:last-child {
  color: #fffaf0;
}

.last\:text-orange-200:last-child {
  color: #feebc8;
}

.last\:text-orange-300:last-child {
  color: #fbd38d;
}

.last\:text-orange-400:last-child {
  color: #f6ad55;
}

.last\:text-orange-500:last-child {
  color: #ed8936;
}

.last\:text-orange-600:last-child {
  color: #dd6b20;
}

.last\:text-orange-700:last-child {
  color: #c05621;
}

.last\:text-orange-800:last-child {
  color: #9c4221;
}

.last\:text-orange-900:last-child {
  color: #7b341e;
}

.last\:text-yellow-100:last-child {
  color: #fffff0;
}

.last\:text-yellow-200:last-child {
  color: #fefcbf;
}

.last\:text-yellow-300:last-child {
  color: #faf089;
}

.last\:text-yellow-400:last-child {
  color: #f6e05e;
}

.last\:text-yellow-500:last-child {
  color: #ecc94b;
}

.last\:text-yellow-600:last-child {
  color: #d69e2e;
}

.last\:text-yellow-700:last-child {
  color: #b7791f;
}

.last\:text-yellow-800:last-child {
  color: #975a16;
}

.last\:text-yellow-900:last-child {
  color: #744210;
}

.last\:text-green-100:last-child {
  color: #f0fff4;
}

.last\:text-green-200:last-child {
  color: #c6f6d5;
}

.last\:text-green-300:last-child {
  color: #9ae6b4;
}

.last\:text-green-400:last-child {
  color: #68d391;
}

.last\:text-green-500:last-child {
  color: #48bb78;
}

.last\:text-green-600:last-child {
  color: #38a169;
}

.last\:text-green-700:last-child {
  color: #2f855a;
}

.last\:text-green-800:last-child {
  color: #276749;
}

.last\:text-green-900:last-child {
  color: #22543d;
}

.last\:text-teal-100:last-child {
  color: #e6fffa;
}

.last\:text-teal-200:last-child {
  color: #b2f5ea;
}

.last\:text-teal-300:last-child {
  color: #81e6d9;
}

.last\:text-teal-400:last-child {
  color: #4fd1c5;
}

.last\:text-teal-500:last-child {
  color: #38b2ac;
}

.last\:text-teal-600:last-child {
  color: #319795;
}

.last\:text-teal-700:last-child {
  color: #2c7a7b;
}

.last\:text-teal-800:last-child {
  color: #285e61;
}

.last\:text-teal-900:last-child {
  color: #234e52;
}

.last\:text-blue-100:last-child {
  color: #ebf8ff;
}

.last\:text-blue-200:last-child {
  color: #bee3f8;
}

.last\:text-blue-300:last-child {
  color: #90cdf4;
}

.last\:text-blue-400:last-child {
  color: #63b3ed;
}

.last\:text-blue-500:last-child {
  color: #4299e1;
}

.last\:text-blue-600:last-child {
  color: #3182ce;
}

.last\:text-blue-700:last-child {
  color: #2b6cb0;
}

.last\:text-blue-800:last-child {
  color: #2c5282;
}

.last\:text-blue-900:last-child {
  color: #2a4365;
}

.last\:text-indigo-100:last-child {
  color: #ebf4ff;
}

.last\:text-indigo-200:last-child {
  color: #c3dafe;
}

.last\:text-indigo-300:last-child {
  color: #a3bffa;
}

.last\:text-indigo-400:last-child {
  color: #7f9cf5;
}

.last\:text-indigo-500:last-child {
  color: #667eea;
}

.last\:text-indigo-600:last-child {
  color: #5a67d8;
}

.last\:text-indigo-700:last-child {
  color: #4c51bf;
}

.last\:text-indigo-800:last-child {
  color: #434190;
}

.last\:text-indigo-900:last-child {
  color: #3c366b;
}

.last\:text-purple-100:last-child {
  color: #faf5ff;
}

.last\:text-purple-200:last-child {
  color: #e9d8fd;
}

.last\:text-purple-300:last-child {
  color: #d6bcfa;
}

.last\:text-purple-400:last-child {
  color: #b794f4;
}

.last\:text-purple-500:last-child {
  color: #9f7aea;
}

.last\:text-purple-600:last-child {
  color: #805ad5;
}

.last\:text-purple-700:last-child {
  color: #6b46c1;
}

.last\:text-purple-800:last-child {
  color: #553c9a;
}

.last\:text-purple-900:last-child {
  color: #44337a;
}

.last\:text-pink-100:last-child {
  color: #fff5f7;
}

.last\:text-pink-200:last-child {
  color: #fed7e2;
}

.last\:text-pink-300:last-child {
  color: #fbb6ce;
}

.last\:text-pink-400:last-child {
  color: #f687b3;
}

.last\:text-pink-500:last-child {
  color: #ed64a6;
}

.last\:text-pink-600:last-child {
  color: #d53f8c;
}

.last\:text-pink-700:last-child {
  color: #b83280;
}

.last\:text-pink-800:last-child {
  color: #97266d;
}

.last\:text-pink-900:last-child {
  color: #702459;
}

.odd\:text-transparent:nth-child(odd) {
  color: transparent;
}

.odd\:text-black:nth-child(odd) {
  color: #000;
}

.odd\:text-white:nth-child(odd) {
  color: #fff;
}

.odd\:text-gray-100:nth-child(odd) {
  color: #f7fafc;
}

.odd\:text-gray-200:nth-child(odd) {
  color: #edf2f7;
}

.odd\:text-gray-300:nth-child(odd) {
  color: #e2e8f0;
}

.odd\:text-gray-400:nth-child(odd) {
  color: #cbd5e0;
}

.odd\:text-gray-500:nth-child(odd) {
  color: #a0aec0;
}

.odd\:text-gray-600:nth-child(odd) {
  color: #718096;
}

.odd\:text-gray-700:nth-child(odd) {
  color: #4a5568;
}

.odd\:text-gray-800:nth-child(odd) {
  color: #2d3748;
}

.odd\:text-gray-900:nth-child(odd) {
  color: #1a202c;
}

.odd\:text-red-100:nth-child(odd) {
  color: #fff5f5;
}

.odd\:text-red-200:nth-child(odd) {
  color: #fed7d7;
}

.odd\:text-red-300:nth-child(odd) {
  color: #feb2b2;
}

.odd\:text-red-400:nth-child(odd) {
  color: #fc8181;
}

.odd\:text-red-500:nth-child(odd) {
  color: #f56565;
}

.odd\:text-red-600:nth-child(odd) {
  color: #e53e3e;
}

.odd\:text-red-700:nth-child(odd) {
  color: #c53030;
}

.odd\:text-red-800:nth-child(odd) {
  color: #9b2c2c;
}

.odd\:text-red-900:nth-child(odd) {
  color: #742a2a;
}

.odd\:text-orange-100:nth-child(odd) {
  color: #fffaf0;
}

.odd\:text-orange-200:nth-child(odd) {
  color: #feebc8;
}

.odd\:text-orange-300:nth-child(odd) {
  color: #fbd38d;
}

.odd\:text-orange-400:nth-child(odd) {
  color: #f6ad55;
}

.odd\:text-orange-500:nth-child(odd) {
  color: #ed8936;
}

.odd\:text-orange-600:nth-child(odd) {
  color: #dd6b20;
}

.odd\:text-orange-700:nth-child(odd) {
  color: #c05621;
}

.odd\:text-orange-800:nth-child(odd) {
  color: #9c4221;
}

.odd\:text-orange-900:nth-child(odd) {
  color: #7b341e;
}

.odd\:text-yellow-100:nth-child(odd) {
  color: #fffff0;
}

.odd\:text-yellow-200:nth-child(odd) {
  color: #fefcbf;
}

.odd\:text-yellow-300:nth-child(odd) {
  color: #faf089;
}

.odd\:text-yellow-400:nth-child(odd) {
  color: #f6e05e;
}

.odd\:text-yellow-500:nth-child(odd) {
  color: #ecc94b;
}

.odd\:text-yellow-600:nth-child(odd) {
  color: #d69e2e;
}

.odd\:text-yellow-700:nth-child(odd) {
  color: #b7791f;
}

.odd\:text-yellow-800:nth-child(odd) {
  color: #975a16;
}

.odd\:text-yellow-900:nth-child(odd) {
  color: #744210;
}

.odd\:text-green-100:nth-child(odd) {
  color: #f0fff4;
}

.odd\:text-green-200:nth-child(odd) {
  color: #c6f6d5;
}

.odd\:text-green-300:nth-child(odd) {
  color: #9ae6b4;
}

.odd\:text-green-400:nth-child(odd) {
  color: #68d391;
}

.odd\:text-green-500:nth-child(odd) {
  color: #48bb78;
}

.odd\:text-green-600:nth-child(odd) {
  color: #38a169;
}

.odd\:text-green-700:nth-child(odd) {
  color: #2f855a;
}

.odd\:text-green-800:nth-child(odd) {
  color: #276749;
}

.odd\:text-green-900:nth-child(odd) {
  color: #22543d;
}

.odd\:text-teal-100:nth-child(odd) {
  color: #e6fffa;
}

.odd\:text-teal-200:nth-child(odd) {
  color: #b2f5ea;
}

.odd\:text-teal-300:nth-child(odd) {
  color: #81e6d9;
}

.odd\:text-teal-400:nth-child(odd) {
  color: #4fd1c5;
}

.odd\:text-teal-500:nth-child(odd) {
  color: #38b2ac;
}

.odd\:text-teal-600:nth-child(odd) {
  color: #319795;
}

.odd\:text-teal-700:nth-child(odd) {
  color: #2c7a7b;
}

.odd\:text-teal-800:nth-child(odd) {
  color: #285e61;
}

.odd\:text-teal-900:nth-child(odd) {
  color: #234e52;
}

.odd\:text-blue-100:nth-child(odd) {
  color: #ebf8ff;
}

.odd\:text-blue-200:nth-child(odd) {
  color: #bee3f8;
}

.odd\:text-blue-300:nth-child(odd) {
  color: #90cdf4;
}

.odd\:text-blue-400:nth-child(odd) {
  color: #63b3ed;
}

.odd\:text-blue-500:nth-child(odd) {
  color: #4299e1;
}

.odd\:text-blue-600:nth-child(odd) {
  color: #3182ce;
}

.odd\:text-blue-700:nth-child(odd) {
  color: #2b6cb0;
}

.odd\:text-blue-800:nth-child(odd) {
  color: #2c5282;
}

.odd\:text-blue-900:nth-child(odd) {
  color: #2a4365;
}

.odd\:text-indigo-100:nth-child(odd) {
  color: #ebf4ff;
}

.odd\:text-indigo-200:nth-child(odd) {
  color: #c3dafe;
}

.odd\:text-indigo-300:nth-child(odd) {
  color: #a3bffa;
}

.odd\:text-indigo-400:nth-child(odd) {
  color: #7f9cf5;
}

.odd\:text-indigo-500:nth-child(odd) {
  color: #667eea;
}

.odd\:text-indigo-600:nth-child(odd) {
  color: #5a67d8;
}

.odd\:text-indigo-700:nth-child(odd) {
  color: #4c51bf;
}

.odd\:text-indigo-800:nth-child(odd) {
  color: #434190;
}

.odd\:text-indigo-900:nth-child(odd) {
  color: #3c366b;
}

.odd\:text-purple-100:nth-child(odd) {
  color: #faf5ff;
}

.odd\:text-purple-200:nth-child(odd) {
  color: #e9d8fd;
}

.odd\:text-purple-300:nth-child(odd) {
  color: #d6bcfa;
}

.odd\:text-purple-400:nth-child(odd) {
  color: #b794f4;
}

.odd\:text-purple-500:nth-child(odd) {
  color: #9f7aea;
}

.odd\:text-purple-600:nth-child(odd) {
  color: #805ad5;
}

.odd\:text-purple-700:nth-child(odd) {
  color: #6b46c1;
}

.odd\:text-purple-800:nth-child(odd) {
  color: #553c9a;
}

.odd\:text-purple-900:nth-child(odd) {
  color: #44337a;
}

.odd\:text-pink-100:nth-child(odd) {
  color: #fff5f7;
}

.odd\:text-pink-200:nth-child(odd) {
  color: #fed7e2;
}

.odd\:text-pink-300:nth-child(odd) {
  color: #fbb6ce;
}

.odd\:text-pink-400:nth-child(odd) {
  color: #f687b3;
}

.odd\:text-pink-500:nth-child(odd) {
  color: #ed64a6;
}

.odd\:text-pink-600:nth-child(odd) {
  color: #d53f8c;
}

.odd\:text-pink-700:nth-child(odd) {
  color: #b83280;
}

.odd\:text-pink-800:nth-child(odd) {
  color: #97266d;
}

.odd\:text-pink-900:nth-child(odd) {
  color: #702459;
}

.even\:text-transparent:nth-child(even) {
  color: transparent;
}

.even\:text-black:nth-child(even) {
  color: #000;
}

.even\:text-white:nth-child(even) {
  color: #fff;
}

.even\:text-gray-100:nth-child(even) {
  color: #f7fafc;
}

.even\:text-gray-200:nth-child(even) {
  color: #edf2f7;
}

.even\:text-gray-300:nth-child(even) {
  color: #e2e8f0;
}

.even\:text-gray-400:nth-child(even) {
  color: #cbd5e0;
}

.even\:text-gray-500:nth-child(even) {
  color: #a0aec0;
}

.even\:text-gray-600:nth-child(even) {
  color: #718096;
}

.even\:text-gray-700:nth-child(even) {
  color: #4a5568;
}

.even\:text-gray-800:nth-child(even) {
  color: #2d3748;
}

.even\:text-gray-900:nth-child(even) {
  color: #1a202c;
}

.even\:text-red-100:nth-child(even) {
  color: #fff5f5;
}

.even\:text-red-200:nth-child(even) {
  color: #fed7d7;
}

.even\:text-red-300:nth-child(even) {
  color: #feb2b2;
}

.even\:text-red-400:nth-child(even) {
  color: #fc8181;
}

.even\:text-red-500:nth-child(even) {
  color: #f56565;
}

.even\:text-red-600:nth-child(even) {
  color: #e53e3e;
}

.even\:text-red-700:nth-child(even) {
  color: #c53030;
}

.even\:text-red-800:nth-child(even) {
  color: #9b2c2c;
}

.even\:text-red-900:nth-child(even) {
  color: #742a2a;
}

.even\:text-orange-100:nth-child(even) {
  color: #fffaf0;
}

.even\:text-orange-200:nth-child(even) {
  color: #feebc8;
}

.even\:text-orange-300:nth-child(even) {
  color: #fbd38d;
}

.even\:text-orange-400:nth-child(even) {
  color: #f6ad55;
}

.even\:text-orange-500:nth-child(even) {
  color: #ed8936;
}

.even\:text-orange-600:nth-child(even) {
  color: #dd6b20;
}

.even\:text-orange-700:nth-child(even) {
  color: #c05621;
}

.even\:text-orange-800:nth-child(even) {
  color: #9c4221;
}

.even\:text-orange-900:nth-child(even) {
  color: #7b341e;
}

.even\:text-yellow-100:nth-child(even) {
  color: #fffff0;
}

.even\:text-yellow-200:nth-child(even) {
  color: #fefcbf;
}

.even\:text-yellow-300:nth-child(even) {
  color: #faf089;
}

.even\:text-yellow-400:nth-child(even) {
  color: #f6e05e;
}

.even\:text-yellow-500:nth-child(even) {
  color: #ecc94b;
}

.even\:text-yellow-600:nth-child(even) {
  color: #d69e2e;
}

.even\:text-yellow-700:nth-child(even) {
  color: #b7791f;
}

.even\:text-yellow-800:nth-child(even) {
  color: #975a16;
}

.even\:text-yellow-900:nth-child(even) {
  color: #744210;
}

.even\:text-green-100:nth-child(even) {
  color: #f0fff4;
}

.even\:text-green-200:nth-child(even) {
  color: #c6f6d5;
}

.even\:text-green-300:nth-child(even) {
  color: #9ae6b4;
}

.even\:text-green-400:nth-child(even) {
  color: #68d391;
}

.even\:text-green-500:nth-child(even) {
  color: #48bb78;
}

.even\:text-green-600:nth-child(even) {
  color: #38a169;
}

.even\:text-green-700:nth-child(even) {
  color: #2f855a;
}

.even\:text-green-800:nth-child(even) {
  color: #276749;
}

.even\:text-green-900:nth-child(even) {
  color: #22543d;
}

.even\:text-teal-100:nth-child(even) {
  color: #e6fffa;
}

.even\:text-teal-200:nth-child(even) {
  color: #b2f5ea;
}

.even\:text-teal-300:nth-child(even) {
  color: #81e6d9;
}

.even\:text-teal-400:nth-child(even) {
  color: #4fd1c5;
}

.even\:text-teal-500:nth-child(even) {
  color: #38b2ac;
}

.even\:text-teal-600:nth-child(even) {
  color: #319795;
}

.even\:text-teal-700:nth-child(even) {
  color: #2c7a7b;
}

.even\:text-teal-800:nth-child(even) {
  color: #285e61;
}

.even\:text-teal-900:nth-child(even) {
  color: #234e52;
}

.even\:text-blue-100:nth-child(even) {
  color: #ebf8ff;
}

.even\:text-blue-200:nth-child(even) {
  color: #bee3f8;
}

.even\:text-blue-300:nth-child(even) {
  color: #90cdf4;
}

.even\:text-blue-400:nth-child(even) {
  color: #63b3ed;
}

.even\:text-blue-500:nth-child(even) {
  color: #4299e1;
}

.even\:text-blue-600:nth-child(even) {
  color: #3182ce;
}

.even\:text-blue-700:nth-child(even) {
  color: #2b6cb0;
}

.even\:text-blue-800:nth-child(even) {
  color: #2c5282;
}

.even\:text-blue-900:nth-child(even) {
  color: #2a4365;
}

.even\:text-indigo-100:nth-child(even) {
  color: #ebf4ff;
}

.even\:text-indigo-200:nth-child(even) {
  color: #c3dafe;
}

.even\:text-indigo-300:nth-child(even) {
  color: #a3bffa;
}

.even\:text-indigo-400:nth-child(even) {
  color: #7f9cf5;
}

.even\:text-indigo-500:nth-child(even) {
  color: #667eea;
}

.even\:text-indigo-600:nth-child(even) {
  color: #5a67d8;
}

.even\:text-indigo-700:nth-child(even) {
  color: #4c51bf;
}

.even\:text-indigo-800:nth-child(even) {
  color: #434190;
}

.even\:text-indigo-900:nth-child(even) {
  color: #3c366b;
}

.even\:text-purple-100:nth-child(even) {
  color: #faf5ff;
}

.even\:text-purple-200:nth-child(even) {
  color: #e9d8fd;
}

.even\:text-purple-300:nth-child(even) {
  color: #d6bcfa;
}

.even\:text-purple-400:nth-child(even) {
  color: #b794f4;
}

.even\:text-purple-500:nth-child(even) {
  color: #9f7aea;
}

.even\:text-purple-600:nth-child(even) {
  color: #805ad5;
}

.even\:text-purple-700:nth-child(even) {
  color: #6b46c1;
}

.even\:text-purple-800:nth-child(even) {
  color: #553c9a;
}

.even\:text-purple-900:nth-child(even) {
  color: #44337a;
}

.even\:text-pink-100:nth-child(even) {
  color: #fff5f7;
}

.even\:text-pink-200:nth-child(even) {
  color: #fed7e2;
}

.even\:text-pink-300:nth-child(even) {
  color: #fbb6ce;
}

.even\:text-pink-400:nth-child(even) {
  color: #f687b3;
}

.even\:text-pink-500:nth-child(even) {
  color: #ed64a6;
}

.even\:text-pink-600:nth-child(even) {
  color: #d53f8c;
}

.even\:text-pink-700:nth-child(even) {
  color: #b83280;
}

.even\:text-pink-800:nth-child(even) {
  color: #97266d;
}

.even\:text-pink-900:nth-child(even) {
  color: #702459;
}

.hover\:text-transparent:hover {
  color: transparent;
}

.hover\:text-black:hover {
  color: #000;
}

.hover\:text-white:hover {
  color: #fff;
}

.hover\:text-gray-100:hover {
  color: #f7fafc;
}

.hover\:text-gray-200:hover {
  color: #edf2f7;
}

.hover\:text-gray-300:hover {
  color: #e2e8f0;
}

.hover\:text-gray-400:hover {
  color: #cbd5e0;
}

.hover\:text-gray-500:hover {
  color: #a0aec0;
}

.hover\:text-gray-600:hover {
  color: #718096;
}

.hover\:text-gray-700:hover {
  color: #4a5568;
}

.hover\:text-gray-800:hover {
  color: #2d3748;
}

.hover\:text-gray-900:hover {
  color: #1a202c;
}

.hover\:text-red-100:hover {
  color: #fff5f5;
}

.hover\:text-red-200:hover {
  color: #fed7d7;
}

.hover\:text-red-300:hover {
  color: #feb2b2;
}

.hover\:text-red-400:hover {
  color: #fc8181;
}

.hover\:text-red-500:hover {
  color: #f56565;
}

.hover\:text-red-600:hover {
  color: #e53e3e;
}

.hover\:text-red-700:hover {
  color: #c53030;
}

.hover\:text-red-800:hover {
  color: #9b2c2c;
}

.hover\:text-red-900:hover {
  color: #742a2a;
}

.hover\:text-orange-100:hover {
  color: #fffaf0;
}

.hover\:text-orange-200:hover {
  color: #feebc8;
}

.hover\:text-orange-300:hover {
  color: #fbd38d;
}

.hover\:text-orange-400:hover {
  color: #f6ad55;
}

.hover\:text-orange-500:hover {
  color: #ed8936;
}

.hover\:text-orange-600:hover {
  color: #dd6b20;
}

.hover\:text-orange-700:hover {
  color: #c05621;
}

.hover\:text-orange-800:hover {
  color: #9c4221;
}

.hover\:text-orange-900:hover {
  color: #7b341e;
}

.hover\:text-yellow-100:hover {
  color: #fffff0;
}

.hover\:text-yellow-200:hover {
  color: #fefcbf;
}

.hover\:text-yellow-300:hover {
  color: #faf089;
}

.hover\:text-yellow-400:hover {
  color: #f6e05e;
}

.hover\:text-yellow-500:hover {
  color: #ecc94b;
}

.hover\:text-yellow-600:hover {
  color: #d69e2e;
}

.hover\:text-yellow-700:hover {
  color: #b7791f;
}

.hover\:text-yellow-800:hover {
  color: #975a16;
}

.hover\:text-yellow-900:hover {
  color: #744210;
}

.hover\:text-green-100:hover {
  color: #f0fff4;
}

.hover\:text-green-200:hover {
  color: #c6f6d5;
}

.hover\:text-green-300:hover {
  color: #9ae6b4;
}

.hover\:text-green-400:hover {
  color: #68d391;
}

.hover\:text-green-500:hover {
  color: #48bb78;
}

.hover\:text-green-600:hover {
  color: #38a169;
}

.hover\:text-green-700:hover {
  color: #2f855a;
}

.hover\:text-green-800:hover {
  color: #276749;
}

.hover\:text-green-900:hover {
  color: #22543d;
}

.hover\:text-teal-100:hover {
  color: #e6fffa;
}

.hover\:text-teal-200:hover {
  color: #b2f5ea;
}

.hover\:text-teal-300:hover {
  color: #81e6d9;
}

.hover\:text-teal-400:hover {
  color: #4fd1c5;
}

.hover\:text-teal-500:hover {
  color: #38b2ac;
}

.hover\:text-teal-600:hover {
  color: #319795;
}

.hover\:text-teal-700:hover {
  color: #2c7a7b;
}

.hover\:text-teal-800:hover {
  color: #285e61;
}

.hover\:text-teal-900:hover {
  color: #234e52;
}

.hover\:text-blue-100:hover {
  color: #ebf8ff;
}

.hover\:text-blue-200:hover {
  color: #bee3f8;
}

.hover\:text-blue-300:hover {
  color: #90cdf4;
}

.hover\:text-blue-400:hover {
  color: #63b3ed;
}

.hover\:text-blue-500:hover {
  color: #4299e1;
}

.hover\:text-blue-600:hover {
  color: #3182ce;
}

.hover\:text-blue-700:hover {
  color: #2b6cb0;
}

.hover\:text-blue-800:hover {
  color: #2c5282;
}

.hover\:text-blue-900:hover {
  color: #2a4365;
}

.hover\:text-indigo-100:hover {
  color: #ebf4ff;
}

.hover\:text-indigo-200:hover {
  color: #c3dafe;
}

.hover\:text-indigo-300:hover {
  color: #a3bffa;
}

.hover\:text-indigo-400:hover {
  color: #7f9cf5;
}

.hover\:text-indigo-500:hover {
  color: #667eea;
}

.hover\:text-indigo-600:hover {
  color: #5a67d8;
}

.hover\:text-indigo-700:hover {
  color: #4c51bf;
}

.hover\:text-indigo-800:hover {
  color: #434190;
}

.hover\:text-indigo-900:hover {
  color: #3c366b;
}

.hover\:text-purple-100:hover {
  color: #faf5ff;
}

.hover\:text-purple-200:hover {
  color: #e9d8fd;
}

.hover\:text-purple-300:hover {
  color: #d6bcfa;
}

.hover\:text-purple-400:hover {
  color: #b794f4;
}

.hover\:text-purple-500:hover {
  color: #9f7aea;
}

.hover\:text-purple-600:hover {
  color: #805ad5;
}

.hover\:text-purple-700:hover {
  color: #6b46c1;
}

.hover\:text-purple-800:hover {
  color: #553c9a;
}

.hover\:text-purple-900:hover {
  color: #44337a;
}

.hover\:text-pink-100:hover {
  color: #fff5f7;
}

.hover\:text-pink-200:hover {
  color: #fed7e2;
}

.hover\:text-pink-300:hover {
  color: #fbb6ce;
}

.hover\:text-pink-400:hover {
  color: #f687b3;
}

.hover\:text-pink-500:hover {
  color: #ed64a6;
}

.hover\:text-pink-600:hover {
  color: #d53f8c;
}

.hover\:text-pink-700:hover {
  color: #b83280;
}

.hover\:text-pink-800:hover {
  color: #97266d;
}

.hover\:text-pink-900:hover {
  color: #702459;
}

.focus\:text-transparent:focus {
  color: transparent;
}

.focus\:text-black:focus {
  color: #000;
}

.focus\:text-white:focus {
  color: #fff;
}

.focus\:text-gray-100:focus {
  color: #f7fafc;
}

.focus\:text-gray-200:focus {
  color: #edf2f7;
}

.focus\:text-gray-300:focus {
  color: #e2e8f0;
}

.focus\:text-gray-400:focus {
  color: #cbd5e0;
}

.focus\:text-gray-500:focus {
  color: #a0aec0;
}

.focus\:text-gray-600:focus {
  color: #718096;
}

.focus\:text-gray-700:focus {
  color: #4a5568;
}

.focus\:text-gray-800:focus {
  color: #2d3748;
}

.focus\:text-gray-900:focus {
  color: #1a202c;
}

.focus\:text-red-100:focus {
  color: #fff5f5;
}

.focus\:text-red-200:focus {
  color: #fed7d7;
}

.focus\:text-red-300:focus {
  color: #feb2b2;
}

.focus\:text-red-400:focus {
  color: #fc8181;
}

.focus\:text-red-500:focus {
  color: #f56565;
}

.focus\:text-red-600:focus {
  color: #e53e3e;
}

.focus\:text-red-700:focus {
  color: #c53030;
}

.focus\:text-red-800:focus {
  color: #9b2c2c;
}

.focus\:text-red-900:focus {
  color: #742a2a;
}

.focus\:text-orange-100:focus {
  color: #fffaf0;
}

.focus\:text-orange-200:focus {
  color: #feebc8;
}

.focus\:text-orange-300:focus {
  color: #fbd38d;
}

.focus\:text-orange-400:focus {
  color: #f6ad55;
}

.focus\:text-orange-500:focus {
  color: #ed8936;
}

.focus\:text-orange-600:focus {
  color: #dd6b20;
}

.focus\:text-orange-700:focus {
  color: #c05621;
}

.focus\:text-orange-800:focus {
  color: #9c4221;
}

.focus\:text-orange-900:focus {
  color: #7b341e;
}

.focus\:text-yellow-100:focus {
  color: #fffff0;
}

.focus\:text-yellow-200:focus {
  color: #fefcbf;
}

.focus\:text-yellow-300:focus {
  color: #faf089;
}

.focus\:text-yellow-400:focus {
  color: #f6e05e;
}

.focus\:text-yellow-500:focus {
  color: #ecc94b;
}

.focus\:text-yellow-600:focus {
  color: #d69e2e;
}

.focus\:text-yellow-700:focus {
  color: #b7791f;
}

.focus\:text-yellow-800:focus {
  color: #975a16;
}

.focus\:text-yellow-900:focus {
  color: #744210;
}

.focus\:text-green-100:focus {
  color: #f0fff4;
}

.focus\:text-green-200:focus {
  color: #c6f6d5;
}

.focus\:text-green-300:focus {
  color: #9ae6b4;
}

.focus\:text-green-400:focus {
  color: #68d391;
}

.focus\:text-green-500:focus {
  color: #48bb78;
}

.focus\:text-green-600:focus {
  color: #38a169;
}

.focus\:text-green-700:focus {
  color: #2f855a;
}

.focus\:text-green-800:focus {
  color: #276749;
}

.focus\:text-green-900:focus {
  color: #22543d;
}

.focus\:text-teal-100:focus {
  color: #e6fffa;
}

.focus\:text-teal-200:focus {
  color: #b2f5ea;
}

.focus\:text-teal-300:focus {
  color: #81e6d9;
}

.focus\:text-teal-400:focus {
  color: #4fd1c5;
}

.focus\:text-teal-500:focus {
  color: #38b2ac;
}

.focus\:text-teal-600:focus {
  color: #319795;
}

.focus\:text-teal-700:focus {
  color: #2c7a7b;
}

.focus\:text-teal-800:focus {
  color: #285e61;
}

.focus\:text-teal-900:focus {
  color: #234e52;
}

.focus\:text-blue-100:focus {
  color: #ebf8ff;
}

.focus\:text-blue-200:focus {
  color: #bee3f8;
}

.focus\:text-blue-300:focus {
  color: #90cdf4;
}

.focus\:text-blue-400:focus {
  color: #63b3ed;
}

.focus\:text-blue-500:focus {
  color: #4299e1;
}

.focus\:text-blue-600:focus {
  color: #3182ce;
}

.focus\:text-blue-700:focus {
  color: #2b6cb0;
}

.focus\:text-blue-800:focus {
  color: #2c5282;
}

.focus\:text-blue-900:focus {
  color: #2a4365;
}

.focus\:text-indigo-100:focus {
  color: #ebf4ff;
}

.focus\:text-indigo-200:focus {
  color: #c3dafe;
}

.focus\:text-indigo-300:focus {
  color: #a3bffa;
}

.focus\:text-indigo-400:focus {
  color: #7f9cf5;
}

.focus\:text-indigo-500:focus {
  color: #667eea;
}

.focus\:text-indigo-600:focus {
  color: #5a67d8;
}

.focus\:text-indigo-700:focus {
  color: #4c51bf;
}

.focus\:text-indigo-800:focus {
  color: #434190;
}

.focus\:text-indigo-900:focus {
  color: #3c366b;
}

.focus\:text-purple-100:focus {
  color: #faf5ff;
}

.focus\:text-purple-200:focus {
  color: #e9d8fd;
}

.focus\:text-purple-300:focus {
  color: #d6bcfa;
}

.focus\:text-purple-400:focus {
  color: #b794f4;
}

.focus\:text-purple-500:focus {
  color: #9f7aea;
}

.focus\:text-purple-600:focus {
  color: #805ad5;
}

.focus\:text-purple-700:focus {
  color: #6b46c1;
}

.focus\:text-purple-800:focus {
  color: #553c9a;
}

.focus\:text-purple-900:focus {
  color: #44337a;
}

.focus\:text-pink-100:focus {
  color: #fff5f7;
}

.focus\:text-pink-200:focus {
  color: #fed7e2;
}

.focus\:text-pink-300:focus {
  color: #fbb6ce;
}

.focus\:text-pink-400:focus {
  color: #f687b3;
}

.focus\:text-pink-500:focus {
  color: #ed64a6;
}

.focus\:text-pink-600:focus {
  color: #d53f8c;
}

.focus\:text-pink-700:focus {
  color: #b83280;
}

.focus\:text-pink-800:focus {
  color: #97266d;
}

.focus\:text-pink-900:focus {
  color: #702459;
}

.active\:text-transparent:active {
  color: transparent;
}

.active\:text-black:active {
  color: #000;
}

.active\:text-white:active {
  color: #fff;
}

.active\:text-gray-100:active {
  color: #f7fafc;
}

.active\:text-gray-200:active {
  color: #edf2f7;
}

.active\:text-gray-300:active {
  color: #e2e8f0;
}

.active\:text-gray-400:active {
  color: #cbd5e0;
}

.active\:text-gray-500:active {
  color: #a0aec0;
}

.active\:text-gray-600:active {
  color: #718096;
}

.active\:text-gray-700:active {
  color: #4a5568;
}

.active\:text-gray-800:active {
  color: #2d3748;
}

.active\:text-gray-900:active {
  color: #1a202c;
}

.active\:text-red-100:active {
  color: #fff5f5;
}

.active\:text-red-200:active {
  color: #fed7d7;
}

.active\:text-red-300:active {
  color: #feb2b2;
}

.active\:text-red-400:active {
  color: #fc8181;
}

.active\:text-red-500:active {
  color: #f56565;
}

.active\:text-red-600:active {
  color: #e53e3e;
}

.active\:text-red-700:active {
  color: #c53030;
}

.active\:text-red-800:active {
  color: #9b2c2c;
}

.active\:text-red-900:active {
  color: #742a2a;
}

.active\:text-orange-100:active {
  color: #fffaf0;
}

.active\:text-orange-200:active {
  color: #feebc8;
}

.active\:text-orange-300:active {
  color: #fbd38d;
}

.active\:text-orange-400:active {
  color: #f6ad55;
}

.active\:text-orange-500:active {
  color: #ed8936;
}

.active\:text-orange-600:active {
  color: #dd6b20;
}

.active\:text-orange-700:active {
  color: #c05621;
}

.active\:text-orange-800:active {
  color: #9c4221;
}

.active\:text-orange-900:active {
  color: #7b341e;
}

.active\:text-yellow-100:active {
  color: #fffff0;
}

.active\:text-yellow-200:active {
  color: #fefcbf;
}

.active\:text-yellow-300:active {
  color: #faf089;
}

.active\:text-yellow-400:active {
  color: #f6e05e;
}

.active\:text-yellow-500:active {
  color: #ecc94b;
}

.active\:text-yellow-600:active {
  color: #d69e2e;
}

.active\:text-yellow-700:active {
  color: #b7791f;
}

.active\:text-yellow-800:active {
  color: #975a16;
}

.active\:text-yellow-900:active {
  color: #744210;
}

.active\:text-green-100:active {
  color: #f0fff4;
}

.active\:text-green-200:active {
  color: #c6f6d5;
}

.active\:text-green-300:active {
  color: #9ae6b4;
}

.active\:text-green-400:active {
  color: #68d391;
}

.active\:text-green-500:active {
  color: #48bb78;
}

.active\:text-green-600:active {
  color: #38a169;
}

.active\:text-green-700:active {
  color: #2f855a;
}

.active\:text-green-800:active {
  color: #276749;
}

.active\:text-green-900:active {
  color: #22543d;
}

.active\:text-teal-100:active {
  color: #e6fffa;
}

.active\:text-teal-200:active {
  color: #b2f5ea;
}

.active\:text-teal-300:active {
  color: #81e6d9;
}

.active\:text-teal-400:active {
  color: #4fd1c5;
}

.active\:text-teal-500:active {
  color: #38b2ac;
}

.active\:text-teal-600:active {
  color: #319795;
}

.active\:text-teal-700:active {
  color: #2c7a7b;
}

.active\:text-teal-800:active {
  color: #285e61;
}

.active\:text-teal-900:active {
  color: #234e52;
}

.active\:text-blue-100:active {
  color: #ebf8ff;
}

.active\:text-blue-200:active {
  color: #bee3f8;
}

.active\:text-blue-300:active {
  color: #90cdf4;
}

.active\:text-blue-400:active {
  color: #63b3ed;
}

.active\:text-blue-500:active {
  color: #4299e1;
}

.active\:text-blue-600:active {
  color: #3182ce;
}

.active\:text-blue-700:active {
  color: #2b6cb0;
}

.active\:text-blue-800:active {
  color: #2c5282;
}

.active\:text-blue-900:active {
  color: #2a4365;
}

.active\:text-indigo-100:active {
  color: #ebf4ff;
}

.active\:text-indigo-200:active {
  color: #c3dafe;
}

.active\:text-indigo-300:active {
  color: #a3bffa;
}

.active\:text-indigo-400:active {
  color: #7f9cf5;
}

.active\:text-indigo-500:active {
  color: #667eea;
}

.active\:text-indigo-600:active {
  color: #5a67d8;
}

.active\:text-indigo-700:active {
  color: #4c51bf;
}

.active\:text-indigo-800:active {
  color: #434190;
}

.active\:text-indigo-900:active {
  color: #3c366b;
}

.active\:text-purple-100:active {
  color: #faf5ff;
}

.active\:text-purple-200:active {
  color: #e9d8fd;
}

.active\:text-purple-300:active {
  color: #d6bcfa;
}

.active\:text-purple-400:active {
  color: #b794f4;
}

.active\:text-purple-500:active {
  color: #9f7aea;
}

.active\:text-purple-600:active {
  color: #805ad5;
}

.active\:text-purple-700:active {
  color: #6b46c1;
}

.active\:text-purple-800:active {
  color: #553c9a;
}

.active\:text-purple-900:active {
  color: #44337a;
}

.active\:text-pink-100:active {
  color: #fff5f7;
}

.active\:text-pink-200:active {
  color: #fed7e2;
}

.active\:text-pink-300:active {
  color: #fbb6ce;
}

.active\:text-pink-400:active {
  color: #f687b3;
}

.active\:text-pink-500:active {
  color: #ed64a6;
}

.active\:text-pink-600:active {
  color: #d53f8c;
}

.active\:text-pink-700:active {
  color: #b83280;
}

.active\:text-pink-800:active {
  color: #97266d;
}

.active\:text-pink-900:active {
  color: #702459;
}

.visited\:text-transparent:visited {
  color: transparent;
}

.visited\:text-black:visited {
  color: #000;
}

.visited\:text-white:visited {
  color: #fff;
}

.visited\:text-gray-100:visited {
  color: #f7fafc;
}

.visited\:text-gray-200:visited {
  color: #edf2f7;
}

.visited\:text-gray-300:visited {
  color: #e2e8f0;
}

.visited\:text-gray-400:visited {
  color: #cbd5e0;
}

.visited\:text-gray-500:visited {
  color: #a0aec0;
}

.visited\:text-gray-600:visited {
  color: #718096;
}

.visited\:text-gray-700:visited {
  color: #4a5568;
}

.visited\:text-gray-800:visited {
  color: #2d3748;
}

.visited\:text-gray-900:visited {
  color: #1a202c;
}

.visited\:text-red-100:visited {
  color: #fff5f5;
}

.visited\:text-red-200:visited {
  color: #fed7d7;
}

.visited\:text-red-300:visited {
  color: #feb2b2;
}

.visited\:text-red-400:visited {
  color: #fc8181;
}

.visited\:text-red-500:visited {
  color: #f56565;
}

.visited\:text-red-600:visited {
  color: #e53e3e;
}

.visited\:text-red-700:visited {
  color: #c53030;
}

.visited\:text-red-800:visited {
  color: #9b2c2c;
}

.visited\:text-red-900:visited {
  color: #742a2a;
}

.visited\:text-orange-100:visited {
  color: #fffaf0;
}

.visited\:text-orange-200:visited {
  color: #feebc8;
}

.visited\:text-orange-300:visited {
  color: #fbd38d;
}

.visited\:text-orange-400:visited {
  color: #f6ad55;
}

.visited\:text-orange-500:visited {
  color: #ed8936;
}

.visited\:text-orange-600:visited {
  color: #dd6b20;
}

.visited\:text-orange-700:visited {
  color: #c05621;
}

.visited\:text-orange-800:visited {
  color: #9c4221;
}

.visited\:text-orange-900:visited {
  color: #7b341e;
}

.visited\:text-yellow-100:visited {
  color: #fffff0;
}

.visited\:text-yellow-200:visited {
  color: #fefcbf;
}

.visited\:text-yellow-300:visited {
  color: #faf089;
}

.visited\:text-yellow-400:visited {
  color: #f6e05e;
}

.visited\:text-yellow-500:visited {
  color: #ecc94b;
}

.visited\:text-yellow-600:visited {
  color: #d69e2e;
}

.visited\:text-yellow-700:visited {
  color: #b7791f;
}

.visited\:text-yellow-800:visited {
  color: #975a16;
}

.visited\:text-yellow-900:visited {
  color: #744210;
}

.visited\:text-green-100:visited {
  color: #f0fff4;
}

.visited\:text-green-200:visited {
  color: #c6f6d5;
}

.visited\:text-green-300:visited {
  color: #9ae6b4;
}

.visited\:text-green-400:visited {
  color: #68d391;
}

.visited\:text-green-500:visited {
  color: #48bb78;
}

.visited\:text-green-600:visited {
  color: #38a169;
}

.visited\:text-green-700:visited {
  color: #2f855a;
}

.visited\:text-green-800:visited {
  color: #276749;
}

.visited\:text-green-900:visited {
  color: #22543d;
}

.visited\:text-teal-100:visited {
  color: #e6fffa;
}

.visited\:text-teal-200:visited {
  color: #b2f5ea;
}

.visited\:text-teal-300:visited {
  color: #81e6d9;
}

.visited\:text-teal-400:visited {
  color: #4fd1c5;
}

.visited\:text-teal-500:visited {
  color: #38b2ac;
}

.visited\:text-teal-600:visited {
  color: #319795;
}

.visited\:text-teal-700:visited {
  color: #2c7a7b;
}

.visited\:text-teal-800:visited {
  color: #285e61;
}

.visited\:text-teal-900:visited {
  color: #234e52;
}

.visited\:text-blue-100:visited {
  color: #ebf8ff;
}

.visited\:text-blue-200:visited {
  color: #bee3f8;
}

.visited\:text-blue-300:visited {
  color: #90cdf4;
}

.visited\:text-blue-400:visited {
  color: #63b3ed;
}

.visited\:text-blue-500:visited {
  color: #4299e1;
}

.visited\:text-blue-600:visited {
  color: #3182ce;
}

.visited\:text-blue-700:visited {
  color: #2b6cb0;
}

.visited\:text-blue-800:visited {
  color: #2c5282;
}

.visited\:text-blue-900:visited {
  color: #2a4365;
}

.visited\:text-indigo-100:visited {
  color: #ebf4ff;
}

.visited\:text-indigo-200:visited {
  color: #c3dafe;
}

.visited\:text-indigo-300:visited {
  color: #a3bffa;
}

.visited\:text-indigo-400:visited {
  color: #7f9cf5;
}

.visited\:text-indigo-500:visited {
  color: #667eea;
}

.visited\:text-indigo-600:visited {
  color: #5a67d8;
}

.visited\:text-indigo-700:visited {
  color: #4c51bf;
}

.visited\:text-indigo-800:visited {
  color: #434190;
}

.visited\:text-indigo-900:visited {
  color: #3c366b;
}

.visited\:text-purple-100:visited {
  color: #faf5ff;
}

.visited\:text-purple-200:visited {
  color: #e9d8fd;
}

.visited\:text-purple-300:visited {
  color: #d6bcfa;
}

.visited\:text-purple-400:visited {
  color: #b794f4;
}

.visited\:text-purple-500:visited {
  color: #9f7aea;
}

.visited\:text-purple-600:visited {
  color: #805ad5;
}

.visited\:text-purple-700:visited {
  color: #6b46c1;
}

.visited\:text-purple-800:visited {
  color: #553c9a;
}

.visited\:text-purple-900:visited {
  color: #44337a;
}

.visited\:text-pink-100:visited {
  color: #fff5f7;
}

.visited\:text-pink-200:visited {
  color: #fed7e2;
}

.visited\:text-pink-300:visited {
  color: #fbb6ce;
}

.visited\:text-pink-400:visited {
  color: #f687b3;
}

.visited\:text-pink-500:visited {
  color: #ed64a6;
}

.visited\:text-pink-600:visited {
  color: #d53f8c;
}

.visited\:text-pink-700:visited {
  color: #b83280;
}

.visited\:text-pink-800:visited {
  color: #97266d;
}

.visited\:text-pink-900:visited {
  color: #702459;
}

.disabled\:text-transparent:disabled {
  color: transparent;
}

.disabled\:text-black:disabled {
  color: #000;
}

.disabled\:text-white:disabled {
  color: #fff;
}

.disabled\:text-gray-100:disabled {
  color: #f7fafc;
}

.disabled\:text-gray-200:disabled {
  color: #edf2f7;
}

.disabled\:text-gray-300:disabled {
  color: #e2e8f0;
}

.disabled\:text-gray-400:disabled {
  color: #cbd5e0;
}

.disabled\:text-gray-500:disabled {
  color: #a0aec0;
}

.disabled\:text-gray-600:disabled {
  color: #718096;
}

.disabled\:text-gray-700:disabled {
  color: #4a5568;
}

.disabled\:text-gray-800:disabled {
  color: #2d3748;
}

.disabled\:text-gray-900:disabled {
  color: #1a202c;
}

.disabled\:text-red-100:disabled {
  color: #fff5f5;
}

.disabled\:text-red-200:disabled {
  color: #fed7d7;
}

.disabled\:text-red-300:disabled {
  color: #feb2b2;
}

.disabled\:text-red-400:disabled {
  color: #fc8181;
}

.disabled\:text-red-500:disabled {
  color: #f56565;
}

.disabled\:text-red-600:disabled {
  color: #e53e3e;
}

.disabled\:text-red-700:disabled {
  color: #c53030;
}

.disabled\:text-red-800:disabled {
  color: #9b2c2c;
}

.disabled\:text-red-900:disabled {
  color: #742a2a;
}

.disabled\:text-orange-100:disabled {
  color: #fffaf0;
}

.disabled\:text-orange-200:disabled {
  color: #feebc8;
}

.disabled\:text-orange-300:disabled {
  color: #fbd38d;
}

.disabled\:text-orange-400:disabled {
  color: #f6ad55;
}

.disabled\:text-orange-500:disabled {
  color: #ed8936;
}

.disabled\:text-orange-600:disabled {
  color: #dd6b20;
}

.disabled\:text-orange-700:disabled {
  color: #c05621;
}

.disabled\:text-orange-800:disabled {
  color: #9c4221;
}

.disabled\:text-orange-900:disabled {
  color: #7b341e;
}

.disabled\:text-yellow-100:disabled {
  color: #fffff0;
}

.disabled\:text-yellow-200:disabled {
  color: #fefcbf;
}

.disabled\:text-yellow-300:disabled {
  color: #faf089;
}

.disabled\:text-yellow-400:disabled {
  color: #f6e05e;
}

.disabled\:text-yellow-500:disabled {
  color: #ecc94b;
}

.disabled\:text-yellow-600:disabled {
  color: #d69e2e;
}

.disabled\:text-yellow-700:disabled {
  color: #b7791f;
}

.disabled\:text-yellow-800:disabled {
  color: #975a16;
}

.disabled\:text-yellow-900:disabled {
  color: #744210;
}

.disabled\:text-green-100:disabled {
  color: #f0fff4;
}

.disabled\:text-green-200:disabled {
  color: #c6f6d5;
}

.disabled\:text-green-300:disabled {
  color: #9ae6b4;
}

.disabled\:text-green-400:disabled {
  color: #68d391;
}

.disabled\:text-green-500:disabled {
  color: #48bb78;
}

.disabled\:text-green-600:disabled {
  color: #38a169;
}

.disabled\:text-green-700:disabled {
  color: #2f855a;
}

.disabled\:text-green-800:disabled {
  color: #276749;
}

.disabled\:text-green-900:disabled {
  color: #22543d;
}

.disabled\:text-teal-100:disabled {
  color: #e6fffa;
}

.disabled\:text-teal-200:disabled {
  color: #b2f5ea;
}

.disabled\:text-teal-300:disabled {
  color: #81e6d9;
}

.disabled\:text-teal-400:disabled {
  color: #4fd1c5;
}

.disabled\:text-teal-500:disabled {
  color: #38b2ac;
}

.disabled\:text-teal-600:disabled {
  color: #319795;
}

.disabled\:text-teal-700:disabled {
  color: #2c7a7b;
}

.disabled\:text-teal-800:disabled {
  color: #285e61;
}

.disabled\:text-teal-900:disabled {
  color: #234e52;
}

.disabled\:text-blue-100:disabled {
  color: #ebf8ff;
}

.disabled\:text-blue-200:disabled {
  color: #bee3f8;
}

.disabled\:text-blue-300:disabled {
  color: #90cdf4;
}

.disabled\:text-blue-400:disabled {
  color: #63b3ed;
}

.disabled\:text-blue-500:disabled {
  color: #4299e1;
}

.disabled\:text-blue-600:disabled {
  color: #3182ce;
}

.disabled\:text-blue-700:disabled {
  color: #2b6cb0;
}

.disabled\:text-blue-800:disabled {
  color: #2c5282;
}

.disabled\:text-blue-900:disabled {
  color: #2a4365;
}

.disabled\:text-indigo-100:disabled {
  color: #ebf4ff;
}

.disabled\:text-indigo-200:disabled {
  color: #c3dafe;
}

.disabled\:text-indigo-300:disabled {
  color: #a3bffa;
}

.disabled\:text-indigo-400:disabled {
  color: #7f9cf5;
}

.disabled\:text-indigo-500:disabled {
  color: #667eea;
}

.disabled\:text-indigo-600:disabled {
  color: #5a67d8;
}

.disabled\:text-indigo-700:disabled {
  color: #4c51bf;
}

.disabled\:text-indigo-800:disabled {
  color: #434190;
}

.disabled\:text-indigo-900:disabled {
  color: #3c366b;
}

.disabled\:text-purple-100:disabled {
  color: #faf5ff;
}

.disabled\:text-purple-200:disabled {
  color: #e9d8fd;
}

.disabled\:text-purple-300:disabled {
  color: #d6bcfa;
}

.disabled\:text-purple-400:disabled {
  color: #b794f4;
}

.disabled\:text-purple-500:disabled {
  color: #9f7aea;
}

.disabled\:text-purple-600:disabled {
  color: #805ad5;
}

.disabled\:text-purple-700:disabled {
  color: #6b46c1;
}

.disabled\:text-purple-800:disabled {
  color: #553c9a;
}

.disabled\:text-purple-900:disabled {
  color: #44337a;
}

.disabled\:text-pink-100:disabled {
  color: #fff5f7;
}

.disabled\:text-pink-200:disabled {
  color: #fed7e2;
}

.disabled\:text-pink-300:disabled {
  color: #fbb6ce;
}

.disabled\:text-pink-400:disabled {
  color: #f687b3;
}

.disabled\:text-pink-500:disabled {
  color: #ed64a6;
}

.disabled\:text-pink-600:disabled {
  color: #d53f8c;
}

.disabled\:text-pink-700:disabled {
  color: #b83280;
}

.disabled\:text-pink-800:disabled {
  color: #97266d;
}

.disabled\:text-pink-900:disabled {
  color: #702459;
}

.text-xs {
  font-size: 0.75rem;
}

.text-sm {
  font-size: 0.875rem;
}

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

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

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

.text-2xl {
  font-size: 1.5rem;
}

.text-3xl {
  font-size: 1.875rem;
}

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

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

.text-6xl {
  font-size: 4rem;
}

.group:hover .group-hover\:text-xs {
  font-size: 0.75rem;
}

.group:hover .group-hover\:text-sm {
  font-size: 0.875rem;
}

.group:hover .group-hover\:text-base {
  font-size: 1rem;
}

.group:hover .group-hover\:text-lg {
  font-size: 1.125rem;
}

.group:hover .group-hover\:text-xl {
  font-size: 1.25rem;
}

.group:hover .group-hover\:text-2xl {
  font-size: 1.5rem;
}

.group:hover .group-hover\:text-3xl {
  font-size: 1.875rem;
}

.group:hover .group-hover\:text-4xl {
  font-size: 2.25rem;
}

.group:hover .group-hover\:text-5xl {
  font-size: 3rem;
}

.group:hover .group-hover\:text-6xl {
  font-size: 4rem;
}

.focus-within\:text-xs:focus-within {
  font-size: 0.75rem;
}

.focus-within\:text-sm:focus-within {
  font-size: 0.875rem;
}

.focus-within\:text-base:focus-within {
  font-size: 1rem;
}

.focus-within\:text-lg:focus-within {
  font-size: 1.125rem;
}

.focus-within\:text-xl:focus-within {
  font-size: 1.25rem;
}

.focus-within\:text-2xl:focus-within {
  font-size: 1.5rem;
}

.focus-within\:text-3xl:focus-within {
  font-size: 1.875rem;
}

.focus-within\:text-4xl:focus-within {
  font-size: 2.25rem;
}

.focus-within\:text-5xl:focus-within {
  font-size: 3rem;
}

.focus-within\:text-6xl:focus-within {
  font-size: 4rem;
}

.first\:text-xs:first-child {
  font-size: 0.75rem;
}

.first\:text-sm:first-child {
  font-size: 0.875rem;
}

.first\:text-base:first-child {
  font-size: 1rem;
}

.first\:text-lg:first-child {
  font-size: 1.125rem;
}

.first\:text-xl:first-child {
  font-size: 1.25rem;
}

.first\:text-2xl:first-child {
  font-size: 1.5rem;
}

.first\:text-3xl:first-child {
  font-size: 1.875rem;
}

.first\:text-4xl:first-child {
  font-size: 2.25rem;
}

.first\:text-5xl:first-child {
  font-size: 3rem;
}

.first\:text-6xl:first-child {
  font-size: 4rem;
}

.last\:text-xs:last-child {
  font-size: 0.75rem;
}

.last\:text-sm:last-child {
  font-size: 0.875rem;
}

.last\:text-base:last-child {
  font-size: 1rem;
}

.last\:text-lg:last-child {
  font-size: 1.125rem;
}

.last\:text-xl:last-child {
  font-size: 1.25rem;
}

.last\:text-2xl:last-child {
  font-size: 1.5rem;
}

.last\:text-3xl:last-child {
  font-size: 1.875rem;
}

.last\:text-4xl:last-child {
  font-size: 2.25rem;
}

.last\:text-5xl:last-child {
  font-size: 3rem;
}

.last\:text-6xl:last-child {
  font-size: 4rem;
}

.odd\:text-xs:nth-child(odd) {
  font-size: 0.75rem;
}

.odd\:text-sm:nth-child(odd) {
  font-size: 0.875rem;
}

.odd\:text-base:nth-child(odd) {
  font-size: 1rem;
}

.odd\:text-lg:nth-child(odd) {
  font-size: 1.125rem;
}

.odd\:text-xl:nth-child(odd) {
  font-size: 1.25rem;
}

.odd\:text-2xl:nth-child(odd) {
  font-size: 1.5rem;
}

.odd\:text-3xl:nth-child(odd) {
  font-size: 1.875rem;
}

.odd\:text-4xl:nth-child(odd) {
  font-size: 2.25rem;
}

.odd\:text-5xl:nth-child(odd) {
  font-size: 3rem;
}

.odd\:text-6xl:nth-child(odd) {
  font-size: 4rem;
}

.even\:text-xs:nth-child(even) {
  font-size: 0.75rem;
}

.even\:text-sm:nth-child(even) {
  font-size: 0.875rem;
}

.even\:text-base:nth-child(even) {
  font-size: 1rem;
}

.even\:text-lg:nth-child(even) {
  font-size: 1.125rem;
}

.even\:text-xl:nth-child(even) {
  font-size: 1.25rem;
}

.even\:text-2xl:nth-child(even) {
  font-size: 1.5rem;
}

.even\:text-3xl:nth-child(even) {
  font-size: 1.875rem;
}

.even\:text-4xl:nth-child(even) {
  font-size: 2.25rem;
}

.even\:text-5xl:nth-child(even) {
  font-size: 3rem;
}

.even\:text-6xl:nth-child(even) {
  font-size: 4rem;
}

.hover\:text-xs:hover {
  font-size: 0.75rem;
}

.hover\:text-sm:hover {
  font-size: 0.875rem;
}

.hover\:text-base:hover {
  font-size: 1rem;
}

.hover\:text-lg:hover {
  font-size: 1.125rem;
}

.hover\:text-xl:hover {
  font-size: 1.25rem;
}

.hover\:text-2xl:hover {
  font-size: 1.5rem;
}

.hover\:text-3xl:hover {
  font-size: 1.875rem;
}

.hover\:text-4xl:hover {
  font-size: 2.25rem;
}

.hover\:text-5xl:hover {
  font-size: 3rem;
}

.hover\:text-6xl:hover {
  font-size: 4rem;
}

.focus\:text-xs:focus {
  font-size: 0.75rem;
}

.focus\:text-sm:focus {
  font-size: 0.875rem;
}

.focus\:text-base:focus {
  font-size: 1rem;
}

.focus\:text-lg:focus {
  font-size: 1.125rem;
}

.focus\:text-xl:focus {
  font-size: 1.25rem;
}

.focus\:text-2xl:focus {
  font-size: 1.5rem;
}

.focus\:text-3xl:focus {
  font-size: 1.875rem;
}

.focus\:text-4xl:focus {
  font-size: 2.25rem;
}

.focus\:text-5xl:focus {
  font-size: 3rem;
}

.focus\:text-6xl:focus {
  font-size: 4rem;
}

.active\:text-xs:active {
  font-size: 0.75rem;
}

.active\:text-sm:active {
  font-size: 0.875rem;
}

.active\:text-base:active {
  font-size: 1rem;
}

.active\:text-lg:active {
  font-size: 1.125rem;
}

.active\:text-xl:active {
  font-size: 1.25rem;
}

.active\:text-2xl:active {
  font-size: 1.5rem;
}

.active\:text-3xl:active {
  font-size: 1.875rem;
}

.active\:text-4xl:active {
  font-size: 2.25rem;
}

.active\:text-5xl:active {
  font-size: 3rem;
}

.active\:text-6xl:active {
  font-size: 4rem;
}

.visited\:text-xs:visited {
  font-size: 0.75rem;
}

.visited\:text-sm:visited {
  font-size: 0.875rem;
}

.visited\:text-base:visited {
  font-size: 1rem;
}

.visited\:text-lg:visited {
  font-size: 1.125rem;
}

.visited\:text-xl:visited {
  font-size: 1.25rem;
}

.visited\:text-2xl:visited {
  font-size: 1.5rem;
}

.visited\:text-3xl:visited {
  font-size: 1.875rem;
}

.visited\:text-4xl:visited {
  font-size: 2.25rem;
}

.visited\:text-5xl:visited {
  font-size: 3rem;
}

.visited\:text-6xl:visited {
  font-size: 4rem;
}

.disabled\:text-xs:disabled {
  font-size: 0.75rem;
}

.disabled\:text-sm:disabled {
  font-size: 0.875rem;
}

.disabled\:text-base:disabled {
  font-size: 1rem;
}

.disabled\:text-lg:disabled {
  font-size: 1.125rem;
}

.disabled\:text-xl:disabled {
  font-size: 1.25rem;
}

.disabled\:text-2xl:disabled {
  font-size: 1.5rem;
}

.disabled\:text-3xl:disabled {
  font-size: 1.875rem;
}

.disabled\:text-4xl:disabled {
  font-size: 2.25rem;
}

.disabled\:text-5xl:disabled {
  font-size: 3rem;
}

.disabled\:text-6xl:disabled {
  font-size: 4rem;
}

.italic {
  font-style: italic;
}

.not-italic {
  font-style: normal;
}

.group:hover .group-hover\:italic {
  font-style: italic;
}

.group:hover .group-hover\:not-italic {
  font-style: normal;
}

.focus-within\:italic:focus-within {
  font-style: italic;
}

.focus-within\:not-italic:focus-within {
  font-style: normal;
}

.first\:italic:first-child {
  font-style: italic;
}

.first\:not-italic:first-child {
  font-style: normal;
}

.last\:italic:last-child {
  font-style: italic;
}

.last\:not-italic:last-child {
  font-style: normal;
}

.odd\:italic:nth-child(odd) {
  font-style: italic;
}

.odd\:not-italic:nth-child(odd) {
  font-style: normal;
}

.even\:italic:nth-child(even) {
  font-style: italic;
}

.even\:not-italic:nth-child(even) {
  font-style: normal;
}

.hover\:italic:hover {
  font-style: italic;
}

.hover\:not-italic:hover {
  font-style: normal;
}

.focus\:italic:focus {
  font-style: italic;
}

.focus\:not-italic:focus {
  font-style: normal;
}

.active\:italic:active {
  font-style: italic;
}

.active\:not-italic:active {
  font-style: normal;
}

.visited\:italic:visited {
  font-style: italic;
}

.visited\:not-italic:visited {
  font-style: normal;
}

.disabled\:italic:disabled {
  font-style: italic;
}

.disabled\:not-italic:disabled {
  font-style: normal;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.normal-case {
  text-transform: none;
}

.group:hover .group-hover\:uppercase {
  text-transform: uppercase;
}

.group:hover .group-hover\:lowercase {
  text-transform: lowercase;
}

.group:hover .group-hover\:capitalize {
  text-transform: capitalize;
}

.group:hover .group-hover\:normal-case {
  text-transform: none;
}

.focus-within\:uppercase:focus-within {
  text-transform: uppercase;
}

.focus-within\:lowercase:focus-within {
  text-transform: lowercase;
}

.focus-within\:capitalize:focus-within {
  text-transform: capitalize;
}

.focus-within\:normal-case:focus-within {
  text-transform: none;
}

.first\:uppercase:first-child {
  text-transform: uppercase;
}

.first\:lowercase:first-child {
  text-transform: lowercase;
}

.first\:capitalize:first-child {
  text-transform: capitalize;
}

.first\:normal-case:first-child {
  text-transform: none;
}

.last\:uppercase:last-child {
  text-transform: uppercase;
}

.last\:lowercase:last-child {
  text-transform: lowercase;
}

.last\:capitalize:last-child {
  text-transform: capitalize;
}

.last\:normal-case:last-child {
  text-transform: none;
}

.odd\:uppercase:nth-child(odd) {
  text-transform: uppercase;
}

.odd\:lowercase:nth-child(odd) {
  text-transform: lowercase;
}

.odd\:capitalize:nth-child(odd) {
  text-transform: capitalize;
}

.odd\:normal-case:nth-child(odd) {
  text-transform: none;
}

.even\:uppercase:nth-child(even) {
  text-transform: uppercase;
}

.even\:lowercase:nth-child(even) {
  text-transform: lowercase;
}

.even\:capitalize:nth-child(even) {
  text-transform: capitalize;
}

.even\:normal-case:nth-child(even) {
  text-transform: none;
}

.hover\:uppercase:hover {
  text-transform: uppercase;
}

.hover\:lowercase:hover {
  text-transform: lowercase;
}

.hover\:capitalize:hover {
  text-transform: capitalize;
}

.hover\:normal-case:hover {
  text-transform: none;
}

.focus\:uppercase:focus {
  text-transform: uppercase;
}

.focus\:lowercase:focus {
  text-transform: lowercase;
}

.focus\:capitalize:focus {
  text-transform: capitalize;
}

.focus\:normal-case:focus {
  text-transform: none;
}

.active\:uppercase:active {
  text-transform: uppercase;
}

.active\:lowercase:active {
  text-transform: lowercase;
}

.active\:capitalize:active {
  text-transform: capitalize;
}

.active\:normal-case:active {
  text-transform: none;
}

.visited\:uppercase:visited {
  text-transform: uppercase;
}

.visited\:lowercase:visited {
  text-transform: lowercase;
}

.visited\:capitalize:visited {
  text-transform: capitalize;
}

.visited\:normal-case:visited {
  text-transform: none;
}

.disabled\:uppercase:disabled {
  text-transform: uppercase;
}

.disabled\:lowercase:disabled {
  text-transform: lowercase;
}

.disabled\:capitalize:disabled {
  text-transform: capitalize;
}

.disabled\:normal-case:disabled {
  text-transform: none;
}

.underline {
  text-decoration: underline;
}

.line-through {
  text-decoration: line-through;
}

.no-underline {
  text-decoration: none;
}

.group:hover .group-hover\:underline {
  text-decoration: underline;
}

.group:hover .group-hover\:line-through {
  text-decoration: line-through;
}

.group:hover .group-hover\:no-underline {
  text-decoration: none;
}

.focus-within\:underline:focus-within {
  text-decoration: underline;
}

.focus-within\:line-through:focus-within {
  text-decoration: line-through;
}

.focus-within\:no-underline:focus-within {
  text-decoration: none;
}

.first\:underline:first-child {
  text-decoration: underline;
}

.first\:line-through:first-child {
  text-decoration: line-through;
}

.first\:no-underline:first-child {
  text-decoration: none;
}

.last\:underline:last-child {
  text-decoration: underline;
}

.last\:line-through:last-child {
  text-decoration: line-through;
}

.last\:no-underline:last-child {
  text-decoration: none;
}

.odd\:underline:nth-child(odd) {
  text-decoration: underline;
}

.odd\:line-through:nth-child(odd) {
  text-decoration: line-through;
}

.odd\:no-underline:nth-child(odd) {
  text-decoration: none;
}

.even\:underline:nth-child(even) {
  text-decoration: underline;
}

.even\:line-through:nth-child(even) {
  text-decoration: line-through;
}

.even\:no-underline:nth-child(even) {
  text-decoration: none;
}

.hover\:underline:hover {
  text-decoration: underline;
}

.hover\:line-through:hover {
  text-decoration: line-through;
}

.hover\:no-underline:hover {
  text-decoration: none;
}

.focus\:underline:focus {
  text-decoration: underline;
}

.focus\:line-through:focus {
  text-decoration: line-through;
}

.focus\:no-underline:focus {
  text-decoration: none;
}

.active\:underline:active {
  text-decoration: underline;
}

.active\:line-through:active {
  text-decoration: line-through;
}

.active\:no-underline:active {
  text-decoration: none;
}

.visited\:underline:visited {
  text-decoration: underline;
}

.visited\:line-through:visited {
  text-decoration: line-through;
}

.visited\:no-underline:visited {
  text-decoration: none;
}

.disabled\:underline:disabled {
  text-decoration: underline;
}

.disabled\:line-through:disabled {
  text-decoration: line-through;
}

.disabled\:no-underline:disabled {
  text-decoration: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.group:hover .group-hover\:antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.group:hover .group-hover\:subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.focus-within\:antialiased:focus-within {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.focus-within\:subpixel-antialiased:focus-within {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.first\:antialiased:first-child {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.first\:subpixel-antialiased:first-child {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.last\:antialiased:last-child {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.last\:subpixel-antialiased:last-child {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.odd\:antialiased:nth-child(odd) {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.odd\:subpixel-antialiased:nth-child(odd) {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.even\:antialiased:nth-child(even) {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.even\:subpixel-antialiased:nth-child(even) {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.hover\:antialiased:hover {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hover\:subpixel-antialiased:hover {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.focus\:antialiased:focus {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.focus\:subpixel-antialiased:focus {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.active\:antialiased:active {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.active\:subpixel-antialiased:active {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.visited\:antialiased:visited {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.visited\:subpixel-antialiased:visited {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.disabled\:antialiased:disabled {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.disabled\:subpixel-antialiased:disabled {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.tracking-tighter {
  letter-spacing: -0.05em;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-normal {
  letter-spacing: 0;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.group:hover .group-hover\:tracking-tighter {
  letter-spacing: -0.05em;
}

.group:hover .group-hover\:tracking-tight {
  letter-spacing: -0.025em;
}

.group:hover .group-hover\:tracking-normal {
  letter-spacing: 0;
}

.group:hover .group-hover\:tracking-wide {
  letter-spacing: 0.025em;
}

.group:hover .group-hover\:tracking-wider {
  letter-spacing: 0.05em;
}

.group:hover .group-hover\:tracking-widest {
  letter-spacing: 0.1em;
}

.focus-within\:tracking-tighter:focus-within {
  letter-spacing: -0.05em;
}

.focus-within\:tracking-tight:focus-within {
  letter-spacing: -0.025em;
}

.focus-within\:tracking-normal:focus-within {
  letter-spacing: 0;
}

.focus-within\:tracking-wide:focus-within {
  letter-spacing: 0.025em;
}

.focus-within\:tracking-wider:focus-within {
  letter-spacing: 0.05em;
}

.focus-within\:tracking-widest:focus-within {
  letter-spacing: 0.1em;
}

.first\:tracking-tighter:first-child {
  letter-spacing: -0.05em;
}

.first\:tracking-tight:first-child {
  letter-spacing: -0.025em;
}

.first\:tracking-normal:first-child {
  letter-spacing: 0;
}

.first\:tracking-wide:first-child {
  letter-spacing: 0.025em;
}

.first\:tracking-wider:first-child {
  letter-spacing: 0.05em;
}

.first\:tracking-widest:first-child {
  letter-spacing: 0.1em;
}

.last\:tracking-tighter:last-child {
  letter-spacing: -0.05em;
}

.last\:tracking-tight:last-child {
  letter-spacing: -0.025em;
}

.last\:tracking-normal:last-child {
  letter-spacing: 0;
}

.last\:tracking-wide:last-child {
  letter-spacing: 0.025em;
}

.last\:tracking-wider:last-child {
  letter-spacing: 0.05em;
}

.last\:tracking-widest:last-child {
  letter-spacing: 0.1em;
}

.odd\:tracking-tighter:nth-child(odd) {
  letter-spacing: -0.05em;
}

.odd\:tracking-tight:nth-child(odd) {
  letter-spacing: -0.025em;
}

.odd\:tracking-normal:nth-child(odd) {
  letter-spacing: 0;
}

.odd\:tracking-wide:nth-child(odd) {
  letter-spacing: 0.025em;
}

.odd\:tracking-wider:nth-child(odd) {
  letter-spacing: 0.05em;
}

.odd\:tracking-widest:nth-child(odd) {
  letter-spacing: 0.1em;
}

.even\:tracking-tighter:nth-child(even) {
  letter-spacing: -0.05em;
}

.even\:tracking-tight:nth-child(even) {
  letter-spacing: -0.025em;
}

.even\:tracking-normal:nth-child(even) {
  letter-spacing: 0;
}

.even\:tracking-wide:nth-child(even) {
  letter-spacing: 0.025em;
}

.even\:tracking-wider:nth-child(even) {
  letter-spacing: 0.05em;
}

.even\:tracking-widest:nth-child(even) {
  letter-spacing: 0.1em;
}

.hover\:tracking-tighter:hover {
  letter-spacing: -0.05em;
}

.hover\:tracking-tight:hover {
  letter-spacing: -0.025em;
}

.hover\:tracking-normal:hover {
  letter-spacing: 0;
}

.hover\:tracking-wide:hover {
  letter-spacing: 0.025em;
}

.hover\:tracking-wider:hover {
  letter-spacing: 0.05em;
}

.hover\:tracking-widest:hover {
  letter-spacing: 0.1em;
}

.focus\:tracking-tighter:focus {
  letter-spacing: -0.05em;
}

.focus\:tracking-tight:focus {
  letter-spacing: -0.025em;
}

.focus\:tracking-normal:focus {
  letter-spacing: 0;
}

.focus\:tracking-wide:focus {
  letter-spacing: 0.025em;
}

.focus\:tracking-wider:focus {
  letter-spacing: 0.05em;
}

.focus\:tracking-widest:focus {
  letter-spacing: 0.1em;
}

.active\:tracking-tighter:active {
  letter-spacing: -0.05em;
}

.active\:tracking-tight:active {
  letter-spacing: -0.025em;
}

.active\:tracking-normal:active {
  letter-spacing: 0;
}

.active\:tracking-wide:active {
  letter-spacing: 0.025em;
}

.active\:tracking-wider:active {
  letter-spacing: 0.05em;
}

.active\:tracking-widest:active {
  letter-spacing: 0.1em;
}

.visited\:tracking-tighter:visited {
  letter-spacing: -0.05em;
}

.visited\:tracking-tight:visited {
  letter-spacing: -0.025em;
}

.visited\:tracking-normal:visited {
  letter-spacing: 0;
}

.visited\:tracking-wide:visited {
  letter-spacing: 0.025em;
}

.visited\:tracking-wider:visited {
  letter-spacing: 0.05em;
}

.visited\:tracking-widest:visited {
  letter-spacing: 0.1em;
}

.disabled\:tracking-tighter:disabled {
  letter-spacing: -0.05em;
}

.disabled\:tracking-tight:disabled {
  letter-spacing: -0.025em;
}

.disabled\:tracking-normal:disabled {
  letter-spacing: 0;
}

.disabled\:tracking-wide:disabled {
  letter-spacing: 0.025em;
}

.disabled\:tracking-wider:disabled {
  letter-spacing: 0.05em;
}

.disabled\:tracking-widest:disabled {
  letter-spacing: 0.1em;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.select-text {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
      -ms-user-select: all;
          user-select: all;
}

.select-auto {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

.group:hover .group-hover\:select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.group:hover .group-hover\:select-text {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.group:hover .group-hover\:select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
      -ms-user-select: all;
          user-select: all;
}

.group:hover .group-hover\:select-auto {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

.focus-within\:select-none:focus-within {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.focus-within\:select-text:focus-within {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.focus-within\:select-all:focus-within {
  -webkit-user-select: all;
     -moz-user-select: all;
      -ms-user-select: all;
          user-select: all;
}

.focus-within\:select-auto:focus-within {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

.first\:select-none:first-child {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.first\:select-text:first-child {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.first\:select-all:first-child {
  -webkit-user-select: all;
     -moz-user-select: all;
      -ms-user-select: all;
          user-select: all;
}

.first\:select-auto:first-child {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

.last\:select-none:last-child {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.last\:select-text:last-child {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.last\:select-all:last-child {
  -webkit-user-select: all;
     -moz-user-select: all;
      -ms-user-select: all;
          user-select: all;
}

.last\:select-auto:last-child {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

.odd\:select-none:nth-child(odd) {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.odd\:select-text:nth-child(odd) {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.odd\:select-all:nth-child(odd) {
  -webkit-user-select: all;
     -moz-user-select: all;
      -ms-user-select: all;
          user-select: all;
}

.odd\:select-auto:nth-child(odd) {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

.even\:select-none:nth-child(even) {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.even\:select-text:nth-child(even) {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.even\:select-all:nth-child(even) {
  -webkit-user-select: all;
     -moz-user-select: all;
      -ms-user-select: all;
          user-select: all;
}

.even\:select-auto:nth-child(even) {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

.hover\:select-none:hover {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.hover\:select-text:hover {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.hover\:select-all:hover {
  -webkit-user-select: all;
     -moz-user-select: all;
      -ms-user-select: all;
          user-select: all;
}

.hover\:select-auto:hover {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

.focus\:select-none:focus {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.focus\:select-text:focus {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.focus\:select-all:focus {
  -webkit-user-select: all;
     -moz-user-select: all;
      -ms-user-select: all;
          user-select: all;
}

.focus\:select-auto:focus {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

.active\:select-none:active {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.active\:select-text:active {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.active\:select-all:active {
  -webkit-user-select: all;
     -moz-user-select: all;
      -ms-user-select: all;
          user-select: all;
}

.active\:select-auto:active {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

.visited\:select-none:visited {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.visited\:select-text:visited {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.visited\:select-all:visited {
  -webkit-user-select: all;
     -moz-user-select: all;
      -ms-user-select: all;
          user-select: all;
}

.visited\:select-auto:visited {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

.disabled\:select-none:disabled {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.disabled\:select-text:disabled {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.disabled\:select-all:disabled {
  -webkit-user-select: all;
     -moz-user-select: all;
      -ms-user-select: all;
          user-select: all;
}

.disabled\:select-auto:disabled {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

.align-baseline {
  vertical-align: baseline;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.align-text-top {
  vertical-align: text-top;
}

.align-text-bottom {
  vertical-align: text-bottom;
}

.group:hover .group-hover\:align-baseline {
  vertical-align: baseline;
}

.group:hover .group-hover\:align-top {
  vertical-align: top;
}

.group:hover .group-hover\:align-middle {
  vertical-align: middle;
}

.group:hover .group-hover\:align-bottom {
  vertical-align: bottom;
}

.group:hover .group-hover\:align-text-top {
  vertical-align: text-top;
}

.group:hover .group-hover\:align-text-bottom {
  vertical-align: text-bottom;
}

.focus-within\:align-baseline:focus-within {
  vertical-align: baseline;
}

.focus-within\:align-top:focus-within {
  vertical-align: top;
}

.focus-within\:align-middle:focus-within {
  vertical-align: middle;
}

.focus-within\:align-bottom:focus-within {
  vertical-align: bottom;
}

.focus-within\:align-text-top:focus-within {
  vertical-align: text-top;
}

.focus-within\:align-text-bottom:focus-within {
  vertical-align: text-bottom;
}

.first\:align-baseline:first-child {
  vertical-align: baseline;
}

.first\:align-top:first-child {
  vertical-align: top;
}

.first\:align-middle:first-child {
  vertical-align: middle;
}

.first\:align-bottom:first-child {
  vertical-align: bottom;
}

.first\:align-text-top:first-child {
  vertical-align: text-top;
}

.first\:align-text-bottom:first-child {
  vertical-align: text-bottom;
}

.last\:align-baseline:last-child {
  vertical-align: baseline;
}

.last\:align-top:last-child {
  vertical-align: top;
}

.last\:align-middle:last-child {
  vertical-align: middle;
}

.last\:align-bottom:last-child {
  vertical-align: bottom;
}

.last\:align-text-top:last-child {
  vertical-align: text-top;
}

.last\:align-text-bottom:last-child {
  vertical-align: text-bottom;
}

.odd\:align-baseline:nth-child(odd) {
  vertical-align: baseline;
}

.odd\:align-top:nth-child(odd) {
  vertical-align: top;
}

.odd\:align-middle:nth-child(odd) {
  vertical-align: middle;
}

.odd\:align-bottom:nth-child(odd) {
  vertical-align: bottom;
}

.odd\:align-text-top:nth-child(odd) {
  vertical-align: text-top;
}

.odd\:align-text-bottom:nth-child(odd) {
  vertical-align: text-bottom;
}

.even\:align-baseline:nth-child(even) {
  vertical-align: baseline;
}

.even\:align-top:nth-child(even) {
  vertical-align: top;
}

.even\:align-middle:nth-child(even) {
  vertical-align: middle;
}

.even\:align-bottom:nth-child(even) {
  vertical-align: bottom;
}

.even\:align-text-top:nth-child(even) {
  vertical-align: text-top;
}

.even\:align-text-bottom:nth-child(even) {
  vertical-align: text-bottom;
}

.hover\:align-baseline:hover {
  vertical-align: baseline;
}

.hover\:align-top:hover {
  vertical-align: top;
}

.hover\:align-middle:hover {
  vertical-align: middle;
}

.hover\:align-bottom:hover {
  vertical-align: bottom;
}

.hover\:align-text-top:hover {
  vertical-align: text-top;
}

.hover\:align-text-bottom:hover {
  vertical-align: text-bottom;
}

.focus\:align-baseline:focus {
  vertical-align: baseline;
}

.focus\:align-top:focus {
  vertical-align: top;
}

.focus\:align-middle:focus {
  vertical-align: middle;
}

.focus\:align-bottom:focus {
  vertical-align: bottom;
}

.focus\:align-text-top:focus {
  vertical-align: text-top;
}

.focus\:align-text-bottom:focus {
  vertical-align: text-bottom;
}

.active\:align-baseline:active {
  vertical-align: baseline;
}

.active\:align-top:active {
  vertical-align: top;
}

.active\:align-middle:active {
  vertical-align: middle;
}

.active\:align-bottom:active {
  vertical-align: bottom;
}

.active\:align-text-top:active {
  vertical-align: text-top;
}

.active\:align-text-bottom:active {
  vertical-align: text-bottom;
}

.visited\:align-baseline:visited {
  vertical-align: baseline;
}

.visited\:align-top:visited {
  vertical-align: top;
}

.visited\:align-middle:visited {
  vertical-align: middle;
}

.visited\:align-bottom:visited {
  vertical-align: bottom;
}

.visited\:align-text-top:visited {
  vertical-align: text-top;
}

.visited\:align-text-bottom:visited {
  vertical-align: text-bottom;
}

.disabled\:align-baseline:disabled {
  vertical-align: baseline;
}

.disabled\:align-top:disabled {
  vertical-align: top;
}

.disabled\:align-middle:disabled {
  vertical-align: middle;
}

.disabled\:align-bottom:disabled {
  vertical-align: bottom;
}

.disabled\:align-text-top:disabled {
  vertical-align: text-top;
}

.disabled\:align-text-bottom:disabled {
  vertical-align: text-bottom;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.group:hover .group-hover\:visible {
  visibility: visible;
}

.group:hover .group-hover\:invisible {
  visibility: hidden;
}

.focus-within\:visible:focus-within {
  visibility: visible;
}

.focus-within\:invisible:focus-within {
  visibility: hidden;
}

.first\:visible:first-child {
  visibility: visible;
}

.first\:invisible:first-child {
  visibility: hidden;
}

.last\:visible:last-child {
  visibility: visible;
}

.last\:invisible:last-child {
  visibility: hidden;
}

.odd\:visible:nth-child(odd) {
  visibility: visible;
}

.odd\:invisible:nth-child(odd) {
  visibility: hidden;
}

.even\:visible:nth-child(even) {
  visibility: visible;
}

.even\:invisible:nth-child(even) {
  visibility: hidden;
}

.hover\:visible:hover {
  visibility: visible;
}

.hover\:invisible:hover {
  visibility: hidden;
}

.focus\:visible:focus {
  visibility: visible;
}

.focus\:invisible:focus {
  visibility: hidden;
}

.active\:visible:active {
  visibility: visible;
}

.active\:invisible:active {
  visibility: hidden;
}

.visited\:visible:visited {
  visibility: visible;
}

.visited\:invisible:visited {
  visibility: hidden;
}

.disabled\:visible:disabled {
  visibility: visible;
}

.disabled\:invisible:disabled {
  visibility: hidden;
}

.whitespace-normal {
  white-space: normal;
}

.whitespace-no-wrap {
  white-space: nowrap;
}

.whitespace-pre {
  white-space: pre;
}

.whitespace-pre-line {
  white-space: pre-line;
}

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.group:hover .group-hover\:whitespace-normal {
  white-space: normal;
}

.group:hover .group-hover\:whitespace-no-wrap {
  white-space: nowrap;
}

.group:hover .group-hover\:whitespace-pre {
  white-space: pre;
}

.group:hover .group-hover\:whitespace-pre-line {
  white-space: pre-line;
}

.group:hover .group-hover\:whitespace-pre-wrap {
  white-space: pre-wrap;
}

.focus-within\:whitespace-normal:focus-within {
  white-space: normal;
}

.focus-within\:whitespace-no-wrap:focus-within {
  white-space: nowrap;
}

.focus-within\:whitespace-pre:focus-within {
  white-space: pre;
}

.focus-within\:whitespace-pre-line:focus-within {
  white-space: pre-line;
}

.focus-within\:whitespace-pre-wrap:focus-within {
  white-space: pre-wrap;
}

.first\:whitespace-normal:first-child {
  white-space: normal;
}

.first\:whitespace-no-wrap:first-child {
  white-space: nowrap;
}

.first\:whitespace-pre:first-child {
  white-space: pre;
}

.first\:whitespace-pre-line:first-child {
  white-space: pre-line;
}

.first\:whitespace-pre-wrap:first-child {
  white-space: pre-wrap;
}

.last\:whitespace-normal:last-child {
  white-space: normal;
}

.last\:whitespace-no-wrap:last-child {
  white-space: nowrap;
}

.last\:whitespace-pre:last-child {
  white-space: pre;
}

.last\:whitespace-pre-line:last-child {
  white-space: pre-line;
}

.last\:whitespace-pre-wrap:last-child {
  white-space: pre-wrap;
}

.odd\:whitespace-normal:nth-child(odd) {
  white-space: normal;
}

.odd\:whitespace-no-wrap:nth-child(odd) {
  white-space: nowrap;
}

.odd\:whitespace-pre:nth-child(odd) {
  white-space: pre;
}

.odd\:whitespace-pre-line:nth-child(odd) {
  white-space: pre-line;
}

.odd\:whitespace-pre-wrap:nth-child(odd) {
  white-space: pre-wrap;
}

.even\:whitespace-normal:nth-child(even) {
  white-space: normal;
}

.even\:whitespace-no-wrap:nth-child(even) {
  white-space: nowrap;
}

.even\:whitespace-pre:nth-child(even) {
  white-space: pre;
}

.even\:whitespace-pre-line:nth-child(even) {
  white-space: pre-line;
}

.even\:whitespace-pre-wrap:nth-child(even) {
  white-space: pre-wrap;
}

.hover\:whitespace-normal:hover {
  white-space: normal;
}

.hover\:whitespace-no-wrap:hover {
  white-space: nowrap;
}

.hover\:whitespace-pre:hover {
  white-space: pre;
}

.hover\:whitespace-pre-line:hover {
  white-space: pre-line;
}

.hover\:whitespace-pre-wrap:hover {
  white-space: pre-wrap;
}

.focus\:whitespace-normal:focus {
  white-space: normal;
}

.focus\:whitespace-no-wrap:focus {
  white-space: nowrap;
}

.focus\:whitespace-pre:focus {
  white-space: pre;
}

.focus\:whitespace-pre-line:focus {
  white-space: pre-line;
}

.focus\:whitespace-pre-wrap:focus {
  white-space: pre-wrap;
}

.active\:whitespace-normal:active {
  white-space: normal;
}

.active\:whitespace-no-wrap:active {
  white-space: nowrap;
}

.active\:whitespace-pre:active {
  white-space: pre;
}

.active\:whitespace-pre-line:active {
  white-space: pre-line;
}

.active\:whitespace-pre-wrap:active {
  white-space: pre-wrap;
}

.visited\:whitespace-normal:visited {
  white-space: normal;
}

.visited\:whitespace-no-wrap:visited {
  white-space: nowrap;
}

.visited\:whitespace-pre:visited {
  white-space: pre;
}

.visited\:whitespace-pre-line:visited {
  white-space: pre-line;
}

.visited\:whitespace-pre-wrap:visited {
  white-space: pre-wrap;
}

.disabled\:whitespace-normal:disabled {
  white-space: normal;
}

.disabled\:whitespace-no-wrap:disabled {
  white-space: nowrap;
}

.disabled\:whitespace-pre:disabled {
  white-space: pre;
}

.disabled\:whitespace-pre-line:disabled {
  white-space: pre-line;
}

.disabled\:whitespace-pre-wrap:disabled {
  white-space: pre-wrap;
}

.break-normal {
  overflow-wrap: normal;
  word-break: normal;
}

.break-words {
  overflow-wrap: break-word;
}

.break-all {
  word-break: break-all;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.group:hover .group-hover\:break-normal {
  overflow-wrap: normal;
  word-break: normal;
}

.group:hover .group-hover\:break-words {
  overflow-wrap: break-word;
}

.group:hover .group-hover\:break-all {
  word-break: break-all;
}

.group:hover .group-hover\:truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.focus-within\:break-normal:focus-within {
  overflow-wrap: normal;
  word-break: normal;
}

.focus-within\:break-words:focus-within {
  overflow-wrap: break-word;
}

.focus-within\:break-all:focus-within {
  word-break: break-all;
}

.focus-within\:truncate:focus-within {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.first\:break-normal:first-child {
  overflow-wrap: normal;
  word-break: normal;
}

.first\:break-words:first-child {
  overflow-wrap: break-word;
}

.first\:break-all:first-child {
  word-break: break-all;
}

.first\:truncate:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.last\:break-normal:last-child {
  overflow-wrap: normal;
  word-break: normal;
}

.last\:break-words:last-child {
  overflow-wrap: break-word;
}

.last\:break-all:last-child {
  word-break: break-all;
}

.last\:truncate:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.odd\:break-normal:nth-child(odd) {
  overflow-wrap: normal;
  word-break: normal;
}

.odd\:break-words:nth-child(odd) {
  overflow-wrap: break-word;
}

.odd\:break-all:nth-child(odd) {
  word-break: break-all;
}

.odd\:truncate:nth-child(odd) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.even\:break-normal:nth-child(even) {
  overflow-wrap: normal;
  word-break: normal;
}

.even\:break-words:nth-child(even) {
  overflow-wrap: break-word;
}

.even\:break-all:nth-child(even) {
  word-break: break-all;
}

.even\:truncate:nth-child(even) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hover\:break-normal:hover {
  overflow-wrap: normal;
  word-break: normal;
}

.hover\:break-words:hover {
  overflow-wrap: break-word;
}

.hover\:break-all:hover {
  word-break: break-all;
}

.hover\:truncate:hover {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.focus\:break-normal:focus {
  overflow-wrap: normal;
  word-break: normal;
}

.focus\:break-words:focus {
  overflow-wrap: break-word;
}

.focus\:break-all:focus {
  word-break: break-all;
}

.focus\:truncate:focus {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.active\:break-normal:active {
  overflow-wrap: normal;
  word-break: normal;
}

.active\:break-words:active {
  overflow-wrap: break-word;
}

.active\:break-all:active {
  word-break: break-all;
}

.active\:truncate:active {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.visited\:break-normal:visited {
  overflow-wrap: normal;
  word-break: normal;
}

.visited\:break-words:visited {
  overflow-wrap: break-word;
}

.visited\:break-all:visited {
  word-break: break-all;
}

.visited\:truncate:visited {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.disabled\:break-normal:disabled {
  overflow-wrap: normal;
  word-break: normal;
}

.disabled\:break-words:disabled {
  overflow-wrap: break-word;
}

.disabled\:break-all:disabled {
  word-break: break-all;
}

.disabled\:truncate:disabled {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.w-0 {
  width: 0;
}

.w-1 {
  width: 0.25rem;
}

.w-2 {
  width: 0.5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-32 {
  width: 8rem;
}

.w-40 {
  width: 10rem;
}

.w-48 {
  width: 12rem;
}

.w-56 {
  width: 14rem;
}

.w-64 {
  width: 16rem;
}

.w-auto {
  width: auto;
}

.w-px {
  width: 1px;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-1\/4 {
  width: 25%;
}

.w-2\/4 {
  width: 50%;
}

.w-3\/4 {
  width: 75%;
}

.w-1\/5 {
  width: 20%;
}

.w-2\/5 {
  width: 40%;
}

.w-3\/5 {
  width: 60%;
}

.w-4\/5 {
  width: 80%;
}

.w-1\/6 {
  width: 16.666667%;
}

.w-2\/6 {
  width: 33.333333%;
}

.w-3\/6 {
  width: 50%;
}

.w-4\/6 {
  width: 66.666667%;
}

.w-5\/6 {
  width: 83.333333%;
}

.w-1\/12 {
  width: 8.333333%;
}

.w-2\/12 {
  width: 16.666667%;
}

.w-3\/12 {
  width: 25%;
}

.w-4\/12 {
  width: 33.333333%;
}

.w-5\/12 {
  width: 41.666667%;
}

.w-6\/12 {
  width: 50%;
}

.w-7\/12 {
  width: 58.333333%;
}

.w-8\/12 {
  width: 66.666667%;
}

.w-9\/12 {
  width: 75%;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.group:hover .group-hover\:w-0 {
  width: 0;
}

.group:hover .group-hover\:w-1 {
  width: 0.25rem;
}

.group:hover .group-hover\:w-2 {
  width: 0.5rem;
}

.group:hover .group-hover\:w-3 {
  width: 0.75rem;
}

.group:hover .group-hover\:w-4 {
  width: 1rem;
}

.group:hover .group-hover\:w-5 {
  width: 1.25rem;
}

.group:hover .group-hover\:w-6 {
  width: 1.5rem;
}

.group:hover .group-hover\:w-8 {
  width: 2rem;
}

.group:hover .group-hover\:w-10 {
  width: 2.5rem;
}

.group:hover .group-hover\:w-12 {
  width: 3rem;
}

.group:hover .group-hover\:w-16 {
  width: 4rem;
}

.group:hover .group-hover\:w-20 {
  width: 5rem;
}

.group:hover .group-hover\:w-24 {
  width: 6rem;
}

.group:hover .group-hover\:w-32 {
  width: 8rem;
}

.group:hover .group-hover\:w-40 {
  width: 10rem;
}

.group:hover .group-hover\:w-48 {
  width: 12rem;
}

.group:hover .group-hover\:w-56 {
  width: 14rem;
}

.group:hover .group-hover\:w-64 {
  width: 16rem;
}

.group:hover .group-hover\:w-auto {
  width: auto;
}

.group:hover .group-hover\:w-px {
  width: 1px;
}

.group:hover .group-hover\:w-1\/2 {
  width: 50%;
}

.group:hover .group-hover\:w-1\/3 {
  width: 33.333333%;
}

.group:hover .group-hover\:w-2\/3 {
  width: 66.666667%;
}

.group:hover .group-hover\:w-1\/4 {
  width: 25%;
}

.group:hover .group-hover\:w-2\/4 {
  width: 50%;
}

.group:hover .group-hover\:w-3\/4 {
  width: 75%;
}

.group:hover .group-hover\:w-1\/5 {
  width: 20%;
}

.group:hover .group-hover\:w-2\/5 {
  width: 40%;
}

.group:hover .group-hover\:w-3\/5 {
  width: 60%;
}

.group:hover .group-hover\:w-4\/5 {
  width: 80%;
}

.group:hover .group-hover\:w-1\/6 {
  width: 16.666667%;
}

.group:hover .group-hover\:w-2\/6 {
  width: 33.333333%;
}

.group:hover .group-hover\:w-3\/6 {
  width: 50%;
}

.group:hover .group-hover\:w-4\/6 {
  width: 66.666667%;
}

.group:hover .group-hover\:w-5\/6 {
  width: 83.333333%;
}

.group:hover .group-hover\:w-1\/12 {
  width: 8.333333%;
}

.group:hover .group-hover\:w-2\/12 {
  width: 16.666667%;
}

.group:hover .group-hover\:w-3\/12 {
  width: 25%;
}

.group:hover .group-hover\:w-4\/12 {
  width: 33.333333%;
}

.group:hover .group-hover\:w-5\/12 {
  width: 41.666667%;
}

.group:hover .group-hover\:w-6\/12 {
  width: 50%;
}

.group:hover .group-hover\:w-7\/12 {
  width: 58.333333%;
}

.group:hover .group-hover\:w-8\/12 {
  width: 66.666667%;
}

.group:hover .group-hover\:w-9\/12 {
  width: 75%;
}

.group:hover .group-hover\:w-10\/12 {
  width: 83.333333%;
}

.group:hover .group-hover\:w-11\/12 {
  width: 91.666667%;
}

.group:hover .group-hover\:w-full {
  width: 100%;
}

.group:hover .group-hover\:w-screen {
  width: 100vw;
}

.focus-within\:w-0:focus-within {
  width: 0;
}

.focus-within\:w-1:focus-within {
  width: 0.25rem;
}

.focus-within\:w-2:focus-within {
  width: 0.5rem;
}

.focus-within\:w-3:focus-within {
  width: 0.75rem;
}

.focus-within\:w-4:focus-within {
  width: 1rem;
}

.focus-within\:w-5:focus-within {
  width: 1.25rem;
}

.focus-within\:w-6:focus-within {
  width: 1.5rem;
}

.focus-within\:w-8:focus-within {
  width: 2rem;
}

.focus-within\:w-10:focus-within {
  width: 2.5rem;
}

.focus-within\:w-12:focus-within {
  width: 3rem;
}

.focus-within\:w-16:focus-within {
  width: 4rem;
}

.focus-within\:w-20:focus-within {
  width: 5rem;
}

.focus-within\:w-24:focus-within {
  width: 6rem;
}

.focus-within\:w-32:focus-within {
  width: 8rem;
}

.focus-within\:w-40:focus-within {
  width: 10rem;
}

.focus-within\:w-48:focus-within {
  width: 12rem;
}

.focus-within\:w-56:focus-within {
  width: 14rem;
}

.focus-within\:w-64:focus-within {
  width: 16rem;
}

.focus-within\:w-auto:focus-within {
  width: auto;
}

.focus-within\:w-px:focus-within {
  width: 1px;
}

.focus-within\:w-1\/2:focus-within {
  width: 50%;
}

.focus-within\:w-1\/3:focus-within {
  width: 33.333333%;
}

.focus-within\:w-2\/3:focus-within {
  width: 66.666667%;
}

.focus-within\:w-1\/4:focus-within {
  width: 25%;
}

.focus-within\:w-2\/4:focus-within {
  width: 50%;
}

.focus-within\:w-3\/4:focus-within {
  width: 75%;
}

.focus-within\:w-1\/5:focus-within {
  width: 20%;
}

.focus-within\:w-2\/5:focus-within {
  width: 40%;
}

.focus-within\:w-3\/5:focus-within {
  width: 60%;
}

.focus-within\:w-4\/5:focus-within {
  width: 80%;
}

.focus-within\:w-1\/6:focus-within {
  width: 16.666667%;
}

.focus-within\:w-2\/6:focus-within {
  width: 33.333333%;
}

.focus-within\:w-3\/6:focus-within {
  width: 50%;
}

.focus-within\:w-4\/6:focus-within {
  width: 66.666667%;
}

.focus-within\:w-5\/6:focus-within {
  width: 83.333333%;
}

.focus-within\:w-1\/12:focus-within {
  width: 8.333333%;
}

.focus-within\:w-2\/12:focus-within {
  width: 16.666667%;
}

.focus-within\:w-3\/12:focus-within {
  width: 25%;
}

.focus-within\:w-4\/12:focus-within {
  width: 33.333333%;
}

.focus-within\:w-5\/12:focus-within {
  width: 41.666667%;
}

.focus-within\:w-6\/12:focus-within {
  width: 50%;
}

.focus-within\:w-7\/12:focus-within {
  width: 58.333333%;
}

.focus-within\:w-8\/12:focus-within {
  width: 66.666667%;
}

.focus-within\:w-9\/12:focus-within {
  width: 75%;
}

.focus-within\:w-10\/12:focus-within {
  width: 83.333333%;
}

.focus-within\:w-11\/12:focus-within {
  width: 91.666667%;
}

.focus-within\:w-full:focus-within {
  width: 100%;
}

.focus-within\:w-screen:focus-within {
  width: 100vw;
}

.first\:w-0:first-child {
  width: 0;
}

.first\:w-1:first-child {
  width: 0.25rem;
}

.first\:w-2:first-child {
  width: 0.5rem;
}

.first\:w-3:first-child {
  width: 0.75rem;
}

.first\:w-4:first-child {
  width: 1rem;
}

.first\:w-5:first-child {
  width: 1.25rem;
}

.first\:w-6:first-child {
  width: 1.5rem;
}

.first\:w-8:first-child {
  width: 2rem;
}

.first\:w-10:first-child {
  width: 2.5rem;
}

.first\:w-12:first-child {
  width: 3rem;
}

.first\:w-16:first-child {
  width: 4rem;
}

.first\:w-20:first-child {
  width: 5rem;
}

.first\:w-24:first-child {
  width: 6rem;
}

.first\:w-32:first-child {
  width: 8rem;
}

.first\:w-40:first-child {
  width: 10rem;
}

.first\:w-48:first-child {
  width: 12rem;
}

.first\:w-56:first-child {
  width: 14rem;
}

.first\:w-64:first-child {
  width: 16rem;
}

.first\:w-auto:first-child {
  width: auto;
}

.first\:w-px:first-child {
  width: 1px;
}

.first\:w-1\/2:first-child {
  width: 50%;
}

.first\:w-1\/3:first-child {
  width: 33.333333%;
}

.first\:w-2\/3:first-child {
  width: 66.666667%;
}

.first\:w-1\/4:first-child {
  width: 25%;
}

.first\:w-2\/4:first-child {
  width: 50%;
}

.first\:w-3\/4:first-child {
  width: 75%;
}

.first\:w-1\/5:first-child {
  width: 20%;
}

.first\:w-2\/5:first-child {
  width: 40%;
}

.first\:w-3\/5:first-child {
  width: 60%;
}

.first\:w-4\/5:first-child {
  width: 80%;
}

.first\:w-1\/6:first-child {
  width: 16.666667%;
}

.first\:w-2\/6:first-child {
  width: 33.333333%;
}

.first\:w-3\/6:first-child {
  width: 50%;
}

.first\:w-4\/6:first-child {
  width: 66.666667%;
}

.first\:w-5\/6:first-child {
  width: 83.333333%;
}

.first\:w-1\/12:first-child {
  width: 8.333333%;
}

.first\:w-2\/12:first-child {
  width: 16.666667%;
}

.first\:w-3\/12:first-child {
  width: 25%;
}

.first\:w-4\/12:first-child {
  width: 33.333333%;
}

.first\:w-5\/12:first-child {
  width: 41.666667%;
}

.first\:w-6\/12:first-child {
  width: 50%;
}

.first\:w-7\/12:first-child {
  width: 58.333333%;
}

.first\:w-8\/12:first-child {
  width: 66.666667%;
}

.first\:w-9\/12:first-child {
  width: 75%;
}

.first\:w-10\/12:first-child {
  width: 83.333333%;
}

.first\:w-11\/12:first-child {
  width: 91.666667%;
}

.first\:w-full:first-child {
  width: 100%;
}

.first\:w-screen:first-child {
  width: 100vw;
}

.last\:w-0:last-child {
  width: 0;
}

.last\:w-1:last-child {
  width: 0.25rem;
}

.last\:w-2:last-child {
  width: 0.5rem;
}

.last\:w-3:last-child {
  width: 0.75rem;
}

.last\:w-4:last-child {
  width: 1rem;
}

.last\:w-5:last-child {
  width: 1.25rem;
}

.last\:w-6:last-child {
  width: 1.5rem;
}

.last\:w-8:last-child {
  width: 2rem;
}

.last\:w-10:last-child {
  width: 2.5rem;
}

.last\:w-12:last-child {
  width: 3rem;
}

.last\:w-16:last-child {
  width: 4rem;
}

.last\:w-20:last-child {
  width: 5rem;
}

.last\:w-24:last-child {
  width: 6rem;
}

.last\:w-32:last-child {
  width: 8rem;
}

.last\:w-40:last-child {
  width: 10rem;
}

.last\:w-48:last-child {
  width: 12rem;
}

.last\:w-56:last-child {
  width: 14rem;
}

.last\:w-64:last-child {
  width: 16rem;
}

.last\:w-auto:last-child {
  width: auto;
}

.last\:w-px:last-child {
  width: 1px;
}

.last\:w-1\/2:last-child {
  width: 50%;
}

.last\:w-1\/3:last-child {
  width: 33.333333%;
}

.last\:w-2\/3:last-child {
  width: 66.666667%;
}

.last\:w-1\/4:last-child {
  width: 25%;
}

.last\:w-2\/4:last-child {
  width: 50%;
}

.last\:w-3\/4:last-child {
  width: 75%;
}

.last\:w-1\/5:last-child {
  width: 20%;
}

.last\:w-2\/5:last-child {
  width: 40%;
}

.last\:w-3\/5:last-child {
  width: 60%;
}

.last\:w-4\/5:last-child {
  width: 80%;
}

.last\:w-1\/6:last-child {
  width: 16.666667%;
}

.last\:w-2\/6:last-child {
  width: 33.333333%;
}

.last\:w-3\/6:last-child {
  width: 50%;
}

.last\:w-4\/6:last-child {
  width: 66.666667%;
}

.last\:w-5\/6:last-child {
  width: 83.333333%;
}

.last\:w-1\/12:last-child {
  width: 8.333333%;
}

.last\:w-2\/12:last-child {
  width: 16.666667%;
}

.last\:w-3\/12:last-child {
  width: 25%;
}

.last\:w-4\/12:last-child {
  width: 33.333333%;
}

.last\:w-5\/12:last-child {
  width: 41.666667%;
}

.last\:w-6\/12:last-child {
  width: 50%;
}

.last\:w-7\/12:last-child {
  width: 58.333333%;
}

.last\:w-8\/12:last-child {
  width: 66.666667%;
}

.last\:w-9\/12:last-child {
  width: 75%;
}

.last\:w-10\/12:last-child {
  width: 83.333333%;
}

.last\:w-11\/12:last-child {
  width: 91.666667%;
}

.last\:w-full:last-child {
  width: 100%;
}

.last\:w-screen:last-child {
  width: 100vw;
}

.odd\:w-0:nth-child(odd) {
  width: 0;
}

.odd\:w-1:nth-child(odd) {
  width: 0.25rem;
}

.odd\:w-2:nth-child(odd) {
  width: 0.5rem;
}

.odd\:w-3:nth-child(odd) {
  width: 0.75rem;
}

.odd\:w-4:nth-child(odd) {
  width: 1rem;
}

.odd\:w-5:nth-child(odd) {
  width: 1.25rem;
}

.odd\:w-6:nth-child(odd) {
  width: 1.5rem;
}

.odd\:w-8:nth-child(odd) {
  width: 2rem;
}

.odd\:w-10:nth-child(odd) {
  width: 2.5rem;
}

.odd\:w-12:nth-child(odd) {
  width: 3rem;
}

.odd\:w-16:nth-child(odd) {
  width: 4rem;
}

.odd\:w-20:nth-child(odd) {
  width: 5rem;
}

.odd\:w-24:nth-child(odd) {
  width: 6rem;
}

.odd\:w-32:nth-child(odd) {
  width: 8rem;
}

.odd\:w-40:nth-child(odd) {
  width: 10rem;
}

.odd\:w-48:nth-child(odd) {
  width: 12rem;
}

.odd\:w-56:nth-child(odd) {
  width: 14rem;
}

.odd\:w-64:nth-child(odd) {
  width: 16rem;
}

.odd\:w-auto:nth-child(odd) {
  width: auto;
}

.odd\:w-px:nth-child(odd) {
  width: 1px;
}

.odd\:w-1\/2:nth-child(odd) {
  width: 50%;
}

.odd\:w-1\/3:nth-child(odd) {
  width: 33.333333%;
}

.odd\:w-2\/3:nth-child(odd) {
  width: 66.666667%;
}

.odd\:w-1\/4:nth-child(odd) {
  width: 25%;
}

.odd\:w-2\/4:nth-child(odd) {
  width: 50%;
}

.odd\:w-3\/4:nth-child(odd) {
  width: 75%;
}

.odd\:w-1\/5:nth-child(odd) {
  width: 20%;
}

.odd\:w-2\/5:nth-child(odd) {
  width: 40%;
}

.odd\:w-3\/5:nth-child(odd) {
  width: 60%;
}

.odd\:w-4\/5:nth-child(odd) {
  width: 80%;
}

.odd\:w-1\/6:nth-child(odd) {
  width: 16.666667%;
}

.odd\:w-2\/6:nth-child(odd) {
  width: 33.333333%;
}

.odd\:w-3\/6:nth-child(odd) {
  width: 50%;
}

.odd\:w-4\/6:nth-child(odd) {
  width: 66.666667%;
}

.odd\:w-5\/6:nth-child(odd) {
  width: 83.333333%;
}

.odd\:w-1\/12:nth-child(odd) {
  width: 8.333333%;
}

.odd\:w-2\/12:nth-child(odd) {
  width: 16.666667%;
}

.odd\:w-3\/12:nth-child(odd) {
  width: 25%;
}

.odd\:w-4\/12:nth-child(odd) {
  width: 33.333333%;
}

.odd\:w-5\/12:nth-child(odd) {
  width: 41.666667%;
}

.odd\:w-6\/12:nth-child(odd) {
  width: 50%;
}

.odd\:w-7\/12:nth-child(odd) {
  width: 58.333333%;
}

.odd\:w-8\/12:nth-child(odd) {
  width: 66.666667%;
}

.odd\:w-9\/12:nth-child(odd) {
  width: 75%;
}

.odd\:w-10\/12:nth-child(odd) {
  width: 83.333333%;
}

.odd\:w-11\/12:nth-child(odd) {
  width: 91.666667%;
}

.odd\:w-full:nth-child(odd) {
  width: 100%;
}

.odd\:w-screen:nth-child(odd) {
  width: 100vw;
}

.even\:w-0:nth-child(even) {
  width: 0;
}

.even\:w-1:nth-child(even) {
  width: 0.25rem;
}

.even\:w-2:nth-child(even) {
  width: 0.5rem;
}

.even\:w-3:nth-child(even) {
  width: 0.75rem;
}

.even\:w-4:nth-child(even) {
  width: 1rem;
}

.even\:w-5:nth-child(even) {
  width: 1.25rem;
}

.even\:w-6:nth-child(even) {
  width: 1.5rem;
}

.even\:w-8:nth-child(even) {
  width: 2rem;
}

.even\:w-10:nth-child(even) {
  width: 2.5rem;
}

.even\:w-12:nth-child(even) {
  width: 3rem;
}

.even\:w-16:nth-child(even) {
  width: 4rem;
}

.even\:w-20:nth-child(even) {
  width: 5rem;
}

.even\:w-24:nth-child(even) {
  width: 6rem;
}

.even\:w-32:nth-child(even) {
  width: 8rem;
}

.even\:w-40:nth-child(even) {
  width: 10rem;
}

.even\:w-48:nth-child(even) {
  width: 12rem;
}

.even\:w-56:nth-child(even) {
  width: 14rem;
}

.even\:w-64:nth-child(even) {
  width: 16rem;
}

.even\:w-auto:nth-child(even) {
  width: auto;
}

.even\:w-px:nth-child(even) {
  width: 1px;
}

.even\:w-1\/2:nth-child(even) {
  width: 50%;
}

.even\:w-1\/3:nth-child(even) {
  width: 33.333333%;
}

.even\:w-2\/3:nth-child(even) {
  width: 66.666667%;
}

.even\:w-1\/4:nth-child(even) {
  width: 25%;
}

.even\:w-2\/4:nth-child(even) {
  width: 50%;
}

.even\:w-3\/4:nth-child(even) {
  width: 75%;
}

.even\:w-1\/5:nth-child(even) {
  width: 20%;
}

.even\:w-2\/5:nth-child(even) {
  width: 40%;
}

.even\:w-3\/5:nth-child(even) {
  width: 60%;
}

.even\:w-4\/5:nth-child(even) {
  width: 80%;
}

.even\:w-1\/6:nth-child(even) {
  width: 16.666667%;
}

.even\:w-2\/6:nth-child(even) {
  width: 33.333333%;
}

.even\:w-3\/6:nth-child(even) {
  width: 50%;
}

.even\:w-4\/6:nth-child(even) {
  width: 66.666667%;
}

.even\:w-5\/6:nth-child(even) {
  width: 83.333333%;
}

.even\:w-1\/12:nth-child(even) {
  width: 8.333333%;
}

.even\:w-2\/12:nth-child(even) {
  width: 16.666667%;
}

.even\:w-3\/12:nth-child(even) {
  width: 25%;
}

.even\:w-4\/12:nth-child(even) {
  width: 33.333333%;
}

.even\:w-5\/12:nth-child(even) {
  width: 41.666667%;
}

.even\:w-6\/12:nth-child(even) {
  width: 50%;
}

.even\:w-7\/12:nth-child(even) {
  width: 58.333333%;
}

.even\:w-8\/12:nth-child(even) {
  width: 66.666667%;
}

.even\:w-9\/12:nth-child(even) {
  width: 75%;
}

.even\:w-10\/12:nth-child(even) {
  width: 83.333333%;
}

.even\:w-11\/12:nth-child(even) {
  width: 91.666667%;
}

.even\:w-full:nth-child(even) {
  width: 100%;
}

.even\:w-screen:nth-child(even) {
  width: 100vw;
}

.hover\:w-0:hover {
  width: 0;
}

.hover\:w-1:hover {
  width: 0.25rem;
}

.hover\:w-2:hover {
  width: 0.5rem;
}

.hover\:w-3:hover {
  width: 0.75rem;
}

.hover\:w-4:hover {
  width: 1rem;
}

.hover\:w-5:hover {
  width: 1.25rem;
}

.hover\:w-6:hover {
  width: 1.5rem;
}

.hover\:w-8:hover {
  width: 2rem;
}

.hover\:w-10:hover {
  width: 2.5rem;
}

.hover\:w-12:hover {
  width: 3rem;
}

.hover\:w-16:hover {
  width: 4rem;
}

.hover\:w-20:hover {
  width: 5rem;
}

.hover\:w-24:hover {
  width: 6rem;
}

.hover\:w-32:hover {
  width: 8rem;
}

.hover\:w-40:hover {
  width: 10rem;
}

.hover\:w-48:hover {
  width: 12rem;
}

.hover\:w-56:hover {
  width: 14rem;
}

.hover\:w-64:hover {
  width: 16rem;
}

.hover\:w-auto:hover {
  width: auto;
}

.hover\:w-px:hover {
  width: 1px;
}

.hover\:w-1\/2:hover {
  width: 50%;
}

.hover\:w-1\/3:hover {
  width: 33.333333%;
}

.hover\:w-2\/3:hover {
  width: 66.666667%;
}

.hover\:w-1\/4:hover {
  width: 25%;
}

.hover\:w-2\/4:hover {
  width: 50%;
}

.hover\:w-3\/4:hover {
  width: 75%;
}

.hover\:w-1\/5:hover {
  width: 20%;
}

.hover\:w-2\/5:hover {
  width: 40%;
}

.hover\:w-3\/5:hover {
  width: 60%;
}

.hover\:w-4\/5:hover {
  width: 80%;
}

.hover\:w-1\/6:hover {
  width: 16.666667%;
}

.hover\:w-2\/6:hover {
  width: 33.333333%;
}

.hover\:w-3\/6:hover {
  width: 50%;
}

.hover\:w-4\/6:hover {
  width: 66.666667%;
}

.hover\:w-5\/6:hover {
  width: 83.333333%;
}

.hover\:w-1\/12:hover {
  width: 8.333333%;
}

.hover\:w-2\/12:hover {
  width: 16.666667%;
}

.hover\:w-3\/12:hover {
  width: 25%;
}

.hover\:w-4\/12:hover {
  width: 33.333333%;
}

.hover\:w-5\/12:hover {
  width: 41.666667%;
}

.hover\:w-6\/12:hover {
  width: 50%;
}

.hover\:w-7\/12:hover {
  width: 58.333333%;
}

.hover\:w-8\/12:hover {
  width: 66.666667%;
}

.hover\:w-9\/12:hover {
  width: 75%;
}

.hover\:w-10\/12:hover {
  width: 83.333333%;
}

.hover\:w-11\/12:hover {
  width: 91.666667%;
}

.hover\:w-full:hover {
  width: 100%;
}

.hover\:w-screen:hover {
  width: 100vw;
}

.focus\:w-0:focus {
  width: 0;
}

.focus\:w-1:focus {
  width: 0.25rem;
}

.focus\:w-2:focus {
  width: 0.5rem;
}

.focus\:w-3:focus {
  width: 0.75rem;
}

.focus\:w-4:focus {
  width: 1rem;
}

.focus\:w-5:focus {
  width: 1.25rem;
}

.focus\:w-6:focus {
  width: 1.5rem;
}

.focus\:w-8:focus {
  width: 2rem;
}

.focus\:w-10:focus {
  width: 2.5rem;
}

.focus\:w-12:focus {
  width: 3rem;
}

.focus\:w-16:focus {
  width: 4rem;
}

.focus\:w-20:focus {
  width: 5rem;
}

.focus\:w-24:focus {
  width: 6rem;
}

.focus\:w-32:focus {
  width: 8rem;
}

.focus\:w-40:focus {
  width: 10rem;
}

.focus\:w-48:focus {
  width: 12rem;
}

.focus\:w-56:focus {
  width: 14rem;
}

.focus\:w-64:focus {
  width: 16rem;
}

.focus\:w-auto:focus {
  width: auto;
}

.focus\:w-px:focus {
  width: 1px;
}

.focus\:w-1\/2:focus {
  width: 50%;
}

.focus\:w-1\/3:focus {
  width: 33.333333%;
}

.focus\:w-2\/3:focus {
  width: 66.666667%;
}

.focus\:w-1\/4:focus {
  width: 25%;
}

.focus\:w-2\/4:focus {
  width: 50%;
}

.focus\:w-3\/4:focus {
  width: 75%;
}

.focus\:w-1\/5:focus {
  width: 20%;
}

.focus\:w-2\/5:focus {
  width: 40%;
}

.focus\:w-3\/5:focus {
  width: 60%;
}

.focus\:w-4\/5:focus {
  width: 80%;
}

.focus\:w-1\/6:focus {
  width: 16.666667%;
}

.focus\:w-2\/6:focus {
  width: 33.333333%;
}

.focus\:w-3\/6:focus {
  width: 50%;
}

.focus\:w-4\/6:focus {
  width: 66.666667%;
}

.focus\:w-5\/6:focus {
  width: 83.333333%;
}

.focus\:w-1\/12:focus {
  width: 8.333333%;
}

.focus\:w-2\/12:focus {
  width: 16.666667%;
}

.focus\:w-3\/12:focus {
  width: 25%;
}

.focus\:w-4\/12:focus {
  width: 33.333333%;
}

.focus\:w-5\/12:focus {
  width: 41.666667%;
}

.focus\:w-6\/12:focus {
  width: 50%;
}

.focus\:w-7\/12:focus {
  width: 58.333333%;
}

.focus\:w-8\/12:focus {
  width: 66.666667%;
}

.focus\:w-9\/12:focus {
  width: 75%;
}

.focus\:w-10\/12:focus {
  width: 83.333333%;
}

.focus\:w-11\/12:focus {
  width: 91.666667%;
}

.focus\:w-full:focus {
  width: 100%;
}

.focus\:w-screen:focus {
  width: 100vw;
}

.active\:w-0:active {
  width: 0;
}

.active\:w-1:active {
  width: 0.25rem;
}

.active\:w-2:active {
  width: 0.5rem;
}

.active\:w-3:active {
  width: 0.75rem;
}

.active\:w-4:active {
  width: 1rem;
}

.active\:w-5:active {
  width: 1.25rem;
}

.active\:w-6:active {
  width: 1.5rem;
}

.active\:w-8:active {
  width: 2rem;
}

.active\:w-10:active {
  width: 2.5rem;
}

.active\:w-12:active {
  width: 3rem;
}

.active\:w-16:active {
  width: 4rem;
}

.active\:w-20:active {
  width: 5rem;
}

.active\:w-24:active {
  width: 6rem;
}

.active\:w-32:active {
  width: 8rem;
}

.active\:w-40:active {
  width: 10rem;
}

.active\:w-48:active {
  width: 12rem;
}

.active\:w-56:active {
  width: 14rem;
}

.active\:w-64:active {
  width: 16rem;
}

.active\:w-auto:active {
  width: auto;
}

.active\:w-px:active {
  width: 1px;
}

.active\:w-1\/2:active {
  width: 50%;
}

.active\:w-1\/3:active {
  width: 33.333333%;
}

.active\:w-2\/3:active {
  width: 66.666667%;
}

.active\:w-1\/4:active {
  width: 25%;
}

.active\:w-2\/4:active {
  width: 50%;
}

.active\:w-3\/4:active {
  width: 75%;
}

.active\:w-1\/5:active {
  width: 20%;
}

.active\:w-2\/5:active {
  width: 40%;
}

.active\:w-3\/5:active {
  width: 60%;
}

.active\:w-4\/5:active {
  width: 80%;
}

.active\:w-1\/6:active {
  width: 16.666667%;
}

.active\:w-2\/6:active {
  width: 33.333333%;
}

.active\:w-3\/6:active {
  width: 50%;
}

.active\:w-4\/6:active {
  width: 66.666667%;
}

.active\:w-5\/6:active {
  width: 83.333333%;
}

.active\:w-1\/12:active {
  width: 8.333333%;
}

.active\:w-2\/12:active {
  width: 16.666667%;
}

.active\:w-3\/12:active {
  width: 25%;
}

.active\:w-4\/12:active {
  width: 33.333333%;
}

.active\:w-5\/12:active {
  width: 41.666667%;
}

.active\:w-6\/12:active {
  width: 50%;
}

.active\:w-7\/12:active {
  width: 58.333333%;
}

.active\:w-8\/12:active {
  width: 66.666667%;
}

.active\:w-9\/12:active {
  width: 75%;
}

.active\:w-10\/12:active {
  width: 83.333333%;
}

.active\:w-11\/12:active {
  width: 91.666667%;
}

.active\:w-full:active {
  width: 100%;
}

.active\:w-screen:active {
  width: 100vw;
}

.visited\:w-0:visited {
  width: 0;
}

.visited\:w-1:visited {
  width: 0.25rem;
}

.visited\:w-2:visited {
  width: 0.5rem;
}

.visited\:w-3:visited {
  width: 0.75rem;
}

.visited\:w-4:visited {
  width: 1rem;
}

.visited\:w-5:visited {
  width: 1.25rem;
}

.visited\:w-6:visited {
  width: 1.5rem;
}

.visited\:w-8:visited {
  width: 2rem;
}

.visited\:w-10:visited {
  width: 2.5rem;
}

.visited\:w-12:visited {
  width: 3rem;
}

.visited\:w-16:visited {
  width: 4rem;
}

.visited\:w-20:visited {
  width: 5rem;
}

.visited\:w-24:visited {
  width: 6rem;
}

.visited\:w-32:visited {
  width: 8rem;
}

.visited\:w-40:visited {
  width: 10rem;
}

.visited\:w-48:visited {
  width: 12rem;
}

.visited\:w-56:visited {
  width: 14rem;
}

.visited\:w-64:visited {
  width: 16rem;
}

.visited\:w-auto:visited {
  width: auto;
}

.visited\:w-px:visited {
  width: 1px;
}

.visited\:w-1\/2:visited {
  width: 50%;
}

.visited\:w-1\/3:visited {
  width: 33.333333%;
}

.visited\:w-2\/3:visited {
  width: 66.666667%;
}

.visited\:w-1\/4:visited {
  width: 25%;
}

.visited\:w-2\/4:visited {
  width: 50%;
}

.visited\:w-3\/4:visited {
  width: 75%;
}

.visited\:w-1\/5:visited {
  width: 20%;
}

.visited\:w-2\/5:visited {
  width: 40%;
}

.visited\:w-3\/5:visited {
  width: 60%;
}

.visited\:w-4\/5:visited {
  width: 80%;
}

.visited\:w-1\/6:visited {
  width: 16.666667%;
}

.visited\:w-2\/6:visited {
  width: 33.333333%;
}

.visited\:w-3\/6:visited {
  width: 50%;
}

.visited\:w-4\/6:visited {
  width: 66.666667%;
}

.visited\:w-5\/6:visited {
  width: 83.333333%;
}

.visited\:w-1\/12:visited {
  width: 8.333333%;
}

.visited\:w-2\/12:visited {
  width: 16.666667%;
}

.visited\:w-3\/12:visited {
  width: 25%;
}

.visited\:w-4\/12:visited {
  width: 33.333333%;
}

.visited\:w-5\/12:visited {
  width: 41.666667%;
}

.visited\:w-6\/12:visited {
  width: 50%;
}

.visited\:w-7\/12:visited {
  width: 58.333333%;
}

.visited\:w-8\/12:visited {
  width: 66.666667%;
}

.visited\:w-9\/12:visited {
  width: 75%;
}

.visited\:w-10\/12:visited {
  width: 83.333333%;
}

.visited\:w-11\/12:visited {
  width: 91.666667%;
}

.visited\:w-full:visited {
  width: 100%;
}

.visited\:w-screen:visited {
  width: 100vw;
}

.disabled\:w-0:disabled {
  width: 0;
}

.disabled\:w-1:disabled {
  width: 0.25rem;
}

.disabled\:w-2:disabled {
  width: 0.5rem;
}

.disabled\:w-3:disabled {
  width: 0.75rem;
}

.disabled\:w-4:disabled {
  width: 1rem;
}

.disabled\:w-5:disabled {
  width: 1.25rem;
}

.disabled\:w-6:disabled {
  width: 1.5rem;
}

.disabled\:w-8:disabled {
  width: 2rem;
}

.disabled\:w-10:disabled {
  width: 2.5rem;
}

.disabled\:w-12:disabled {
  width: 3rem;
}

.disabled\:w-16:disabled {
  width: 4rem;
}

.disabled\:w-20:disabled {
  width: 5rem;
}

.disabled\:w-24:disabled {
  width: 6rem;
}

.disabled\:w-32:disabled {
  width: 8rem;
}

.disabled\:w-40:disabled {
  width: 10rem;
}

.disabled\:w-48:disabled {
  width: 12rem;
}

.disabled\:w-56:disabled {
  width: 14rem;
}

.disabled\:w-64:disabled {
  width: 16rem;
}

.disabled\:w-auto:disabled {
  width: auto;
}

.disabled\:w-px:disabled {
  width: 1px;
}

.disabled\:w-1\/2:disabled {
  width: 50%;
}

.disabled\:w-1\/3:disabled {
  width: 33.333333%;
}

.disabled\:w-2\/3:disabled {
  width: 66.666667%;
}

.disabled\:w-1\/4:disabled {
  width: 25%;
}

.disabled\:w-2\/4:disabled {
  width: 50%;
}

.disabled\:w-3\/4:disabled {
  width: 75%;
}

.disabled\:w-1\/5:disabled {
  width: 20%;
}

.disabled\:w-2\/5:disabled {
  width: 40%;
}

.disabled\:w-3\/5:disabled {
  width: 60%;
}

.disabled\:w-4\/5:disabled {
  width: 80%;
}

.disabled\:w-1\/6:disabled {
  width: 16.666667%;
}

.disabled\:w-2\/6:disabled {
  width: 33.333333%;
}

.disabled\:w-3\/6:disabled {
  width: 50%;
}

.disabled\:w-4\/6:disabled {
  width: 66.666667%;
}

.disabled\:w-5\/6:disabled {
  width: 83.333333%;
}

.disabled\:w-1\/12:disabled {
  width: 8.333333%;
}

.disabled\:w-2\/12:disabled {
  width: 16.666667%;
}

.disabled\:w-3\/12:disabled {
  width: 25%;
}

.disabled\:w-4\/12:disabled {
  width: 33.333333%;
}

.disabled\:w-5\/12:disabled {
  width: 41.666667%;
}

.disabled\:w-6\/12:disabled {
  width: 50%;
}

.disabled\:w-7\/12:disabled {
  width: 58.333333%;
}

.disabled\:w-8\/12:disabled {
  width: 66.666667%;
}

.disabled\:w-9\/12:disabled {
  width: 75%;
}

.disabled\:w-10\/12:disabled {
  width: 83.333333%;
}

.disabled\:w-11\/12:disabled {
  width: 91.666667%;
}

.disabled\:w-full:disabled {
  width: 100%;
}

.disabled\:w-screen:disabled {
  width: 100vw;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.z-auto {
  z-index: auto;
}

.group:hover .group-hover\:z-0 {
  z-index: 0;
}

.group:hover .group-hover\:z-10 {
  z-index: 10;
}

.group:hover .group-hover\:z-20 {
  z-index: 20;
}

.group:hover .group-hover\:z-30 {
  z-index: 30;
}

.group:hover .group-hover\:z-40 {
  z-index: 40;
}

.group:hover .group-hover\:z-50 {
  z-index: 50;
}

.group:hover .group-hover\:z-auto {
  z-index: auto;
}

.focus-within\:z-0:focus-within {
  z-index: 0;
}

.focus-within\:z-10:focus-within {
  z-index: 10;
}

.focus-within\:z-20:focus-within {
  z-index: 20;
}

.focus-within\:z-30:focus-within {
  z-index: 30;
}

.focus-within\:z-40:focus-within {
  z-index: 40;
}

.focus-within\:z-50:focus-within {
  z-index: 50;
}

.focus-within\:z-auto:focus-within {
  z-index: auto;
}

.first\:z-0:first-child {
  z-index: 0;
}

.first\:z-10:first-child {
  z-index: 10;
}

.first\:z-20:first-child {
  z-index: 20;
}

.first\:z-30:first-child {
  z-index: 30;
}

.first\:z-40:first-child {
  z-index: 40;
}

.first\:z-50:first-child {
  z-index: 50;
}

.first\:z-auto:first-child {
  z-index: auto;
}

.last\:z-0:last-child {
  z-index: 0;
}

.last\:z-10:last-child {
  z-index: 10;
}

.last\:z-20:last-child {
  z-index: 20;
}

.last\:z-30:last-child {
  z-index: 30;
}

.last\:z-40:last-child {
  z-index: 40;
}

.last\:z-50:last-child {
  z-index: 50;
}

.last\:z-auto:last-child {
  z-index: auto;
}

.odd\:z-0:nth-child(odd) {
  z-index: 0;
}

.odd\:z-10:nth-child(odd) {
  z-index: 10;
}

.odd\:z-20:nth-child(odd) {
  z-index: 20;
}

.odd\:z-30:nth-child(odd) {
  z-index: 30;
}

.odd\:z-40:nth-child(odd) {
  z-index: 40;
}

.odd\:z-50:nth-child(odd) {
  z-index: 50;
}

.odd\:z-auto:nth-child(odd) {
  z-index: auto;
}

.even\:z-0:nth-child(even) {
  z-index: 0;
}

.even\:z-10:nth-child(even) {
  z-index: 10;
}

.even\:z-20:nth-child(even) {
  z-index: 20;
}

.even\:z-30:nth-child(even) {
  z-index: 30;
}

.even\:z-40:nth-child(even) {
  z-index: 40;
}

.even\:z-50:nth-child(even) {
  z-index: 50;
}

.even\:z-auto:nth-child(even) {
  z-index: auto;
}

.hover\:z-0:hover {
  z-index: 0;
}

.hover\:z-10:hover {
  z-index: 10;
}

.hover\:z-20:hover {
  z-index: 20;
}

.hover\:z-30:hover {
  z-index: 30;
}

.hover\:z-40:hover {
  z-index: 40;
}

.hover\:z-50:hover {
  z-index: 50;
}

.hover\:z-auto:hover {
  z-index: auto;
}

.focus\:z-0:focus {
  z-index: 0;
}

.focus\:z-10:focus {
  z-index: 10;
}

.focus\:z-20:focus {
  z-index: 20;
}

.focus\:z-30:focus {
  z-index: 30;
}

.focus\:z-40:focus {
  z-index: 40;
}

.focus\:z-50:focus {
  z-index: 50;
}

.focus\:z-auto:focus {
  z-index: auto;
}

.active\:z-0:active {
  z-index: 0;
}

.active\:z-10:active {
  z-index: 10;
}

.active\:z-20:active {
  z-index: 20;
}

.active\:z-30:active {
  z-index: 30;
}

.active\:z-40:active {
  z-index: 40;
}

.active\:z-50:active {
  z-index: 50;
}

.active\:z-auto:active {
  z-index: auto;
}

.visited\:z-0:visited {
  z-index: 0;
}

.visited\:z-10:visited {
  z-index: 10;
}

.visited\:z-20:visited {
  z-index: 20;
}

.visited\:z-30:visited {
  z-index: 30;
}

.visited\:z-40:visited {
  z-index: 40;
}

.visited\:z-50:visited {
  z-index: 50;
}

.visited\:z-auto:visited {
  z-index: auto;
}

.disabled\:z-0:disabled {
  z-index: 0;
}

.disabled\:z-10:disabled {
  z-index: 10;
}

.disabled\:z-20:disabled {
  z-index: 20;
}

.disabled\:z-30:disabled {
  z-index: 30;
}

.disabled\:z-40:disabled {
  z-index: 40;
}

.disabled\:z-50:disabled {
  z-index: 50;
}

.disabled\:z-auto:disabled {
  z-index: auto;
}

@media (min-width: 640px) {
  .sm\: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\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

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

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

  .sm\:focus-within\:sr-only:focus-within {
    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-within\:not-sr-only:focus-within {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm\:first\:sr-only:first-child {
    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\:first\:not-sr-only:first-child {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm\:last\:sr-only:last-child {
    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\:last\:not-sr-only:last-child {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm\:odd\:sr-only:nth-child(odd) {
    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\:odd\:not-sr-only:nth-child(odd) {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm\:even\:sr-only:nth-child(even) {
    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\:even\:not-sr-only:nth-child(even) {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm\:hover\:sr-only:hover {
    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\:hover\:not-sr-only:hover {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm\:focus\: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\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm\:active\:sr-only:active {
    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\:active\:not-sr-only:active {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm\:visited\:sr-only:visited {
    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\:visited\:not-sr-only:visited {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm\:disabled\:sr-only:disabled {
    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\:disabled\:not-sr-only:disabled {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .group:hover .sm\:group-hover\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .sm\:focus-within\:appearance-none:focus-within {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .sm\:first\:appearance-none:first-child {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .sm\:last\:appearance-none:last-child {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .sm\:odd\:appearance-none:nth-child(odd) {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .sm\:even\:appearance-none:nth-child(even) {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .sm\:hover\:appearance-none:hover {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .sm\:focus\:appearance-none:focus {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .sm\:active\:appearance-none:active {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .sm\:visited\:appearance-none:visited {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .sm\:disabled\:appearance-none:disabled {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .sm\:bg-fixed {
    background-attachment: fixed;
  }

  .sm\:bg-local {
    background-attachment: local;
  }

  .sm\:bg-scroll {
    background-attachment: scroll;
  }

  .group:hover .sm\:group-hover\:bg-fixed {
    background-attachment: fixed;
  }

  .group:hover .sm\:group-hover\:bg-local {
    background-attachment: local;
  }

  .group:hover .sm\:group-hover\:bg-scroll {
    background-attachment: scroll;
  }

  .sm\:focus-within\:bg-fixed:focus-within {
    background-attachment: fixed;
  }

  .sm\:focus-within\:bg-local:focus-within {
    background-attachment: local;
  }

  .sm\:focus-within\:bg-scroll:focus-within {
    background-attachment: scroll;
  }

  .sm\:first\:bg-fixed:first-child {
    background-attachment: fixed;
  }

  .sm\:first\:bg-local:first-child {
    background-attachment: local;
  }

  .sm\:first\:bg-scroll:first-child {
    background-attachment: scroll;
  }

  .sm\:last\:bg-fixed:last-child {
    background-attachment: fixed;
  }

  .sm\:last\:bg-local:last-child {
    background-attachment: local;
  }

  .sm\:last\:bg-scroll:last-child {
    background-attachment: scroll;
  }

  .sm\:odd\:bg-fixed:nth-child(odd) {
    background-attachment: fixed;
  }

  .sm\:odd\:bg-local:nth-child(odd) {
    background-attachment: local;
  }

  .sm\:odd\:bg-scroll:nth-child(odd) {
    background-attachment: scroll;
  }

  .sm\:even\:bg-fixed:nth-child(even) {
    background-attachment: fixed;
  }

  .sm\:even\:bg-local:nth-child(even) {
    background-attachment: local;
  }

  .sm\:even\:bg-scroll:nth-child(even) {
    background-attachment: scroll;
  }

  .sm\:hover\:bg-fixed:hover {
    background-attachment: fixed;
  }

  .sm\:hover\:bg-local:hover {
    background-attachment: local;
  }

  .sm\:hover\:bg-scroll:hover {
    background-attachment: scroll;
  }

  .sm\:focus\:bg-fixed:focus {
    background-attachment: fixed;
  }

  .sm\:focus\:bg-local:focus {
    background-attachment: local;
  }

  .sm\:focus\:bg-scroll:focus {
    background-attachment: scroll;
  }

  .sm\:active\:bg-fixed:active {
    background-attachment: fixed;
  }

  .sm\:active\:bg-local:active {
    background-attachment: local;
  }

  .sm\:active\:bg-scroll:active {
    background-attachment: scroll;
  }

  .sm\:visited\:bg-fixed:visited {
    background-attachment: fixed;
  }

  .sm\:visited\:bg-local:visited {
    background-attachment: local;
  }

  .sm\:visited\:bg-scroll:visited {
    background-attachment: scroll;
  }

  .sm\:disabled\:bg-fixed:disabled {
    background-attachment: fixed;
  }

  .sm\:disabled\:bg-local:disabled {
    background-attachment: local;
  }

  .sm\:disabled\:bg-scroll:disabled {
    background-attachment: scroll;
  }

  .sm\:bg-transparent {
    background-color: transparent;
  }

  .sm\:bg-black {
    background-color: #000;
  }

  .sm\:bg-white {
    background-color: #fff;
  }

  .sm\:bg-gray-100 {
    background-color: #f7fafc;
  }

  .sm\:bg-gray-200 {
    background-color: #edf2f7;
  }

  .sm\:bg-gray-300 {
    background-color: #e2e8f0;
  }

  .sm\:bg-gray-400 {
    background-color: #cbd5e0;
  }

  .sm\:bg-gray-500 {
    background-color: #a0aec0;
  }

  .sm\:bg-gray-600 {
    background-color: #718096;
  }

  .sm\:bg-gray-700 {
    background-color: #4a5568;
  }

  .sm\:bg-gray-800 {
    background-color: #2d3748;
  }

  .sm\:bg-gray-900 {
    background-color: #1a202c;
  }

  .sm\:bg-red-100 {
    background-color: #fff5f5;
  }

  .sm\:bg-red-200 {
    background-color: #fed7d7;
  }

  .sm\:bg-red-300 {
    background-color: #feb2b2;
  }

  .sm\:bg-red-400 {
    background-color: #fc8181;
  }

  .sm\:bg-red-500 {
    background-color: #f56565;
  }

  .sm\:bg-red-600 {
    background-color: #e53e3e;
  }

  .sm\:bg-red-700 {
    background-color: #c53030;
  }

  .sm\:bg-red-800 {
    background-color: #9b2c2c;
  }

  .sm\:bg-red-900 {
    background-color: #742a2a;
  }

  .sm\:bg-orange-100 {
    background-color: #fffaf0;
  }

  .sm\:bg-orange-200 {
    background-color: #feebc8;
  }

  .sm\:bg-orange-300 {
    background-color: #fbd38d;
  }

  .sm\:bg-orange-400 {
    background-color: #f6ad55;
  }

  .sm\:bg-orange-500 {
    background-color: #ed8936;
  }

  .sm\:bg-orange-600 {
    background-color: #dd6b20;
  }

  .sm\:bg-orange-700 {
    background-color: #c05621;
  }

  .sm\:bg-orange-800 {
    background-color: #9c4221;
  }

  .sm\:bg-orange-900 {
    background-color: #7b341e;
  }

  .sm\:bg-yellow-100 {
    background-color: #fffff0;
  }

  .sm\:bg-yellow-200 {
    background-color: #fefcbf;
  }

  .sm\:bg-yellow-300 {
    background-color: #faf089;
  }

  .sm\:bg-yellow-400 {
    background-color: #f6e05e;
  }

  .sm\:bg-yellow-500 {
    background-color: #ecc94b;
  }

  .sm\:bg-yellow-600 {
    background-color: #d69e2e;
  }

  .sm\:bg-yellow-700 {
    background-color: #b7791f;
  }

  .sm\:bg-yellow-800 {
    background-color: #975a16;
  }

  .sm\:bg-yellow-900 {
    background-color: #744210;
  }

  .sm\:bg-green-100 {
    background-color: #f0fff4;
  }

  .sm\:bg-green-200 {
    background-color: #c6f6d5;
  }

  .sm\:bg-green-300 {
    background-color: #9ae6b4;
  }

  .sm\:bg-green-400 {
    background-color: #68d391;
  }

  .sm\:bg-green-500 {
    background-color: #48bb78;
  }

  .sm\:bg-green-600 {
    background-color: #38a169;
  }

  .sm\:bg-green-700 {
    background-color: #2f855a;
  }

  .sm\:bg-green-800 {
    background-color: #276749;
  }

  .sm\:bg-green-900 {
    background-color: #22543d;
  }

  .sm\:bg-teal-100 {
    background-color: #e6fffa;
  }

  .sm\:bg-teal-200 {
    background-color: #b2f5ea;
  }

  .sm\:bg-teal-300 {
    background-color: #81e6d9;
  }

  .sm\:bg-teal-400 {
    background-color: #4fd1c5;
  }

  .sm\:bg-teal-500 {
    background-color: #38b2ac;
  }

  .sm\:bg-teal-600 {
    background-color: #319795;
  }

  .sm\:bg-teal-700 {
    background-color: #2c7a7b;
  }

  .sm\:bg-teal-800 {
    background-color: #285e61;
  }

  .sm\:bg-teal-900 {
    background-color: #234e52;
  }

  .sm\:bg-blue-100 {
    background-color: #ebf8ff;
  }

  .sm\:bg-blue-200 {
    background-color: #bee3f8;
  }

  .sm\:bg-blue-300 {
    background-color: #90cdf4;
  }

  .sm\:bg-blue-400 {
    background-color: #63b3ed;
  }

  .sm\:bg-blue-500 {
    background-color: #4299e1;
  }

  .sm\:bg-blue-600 {
    background-color: #3182ce;
  }

  .sm\:bg-blue-700 {
    background-color: #2b6cb0;
  }

  .sm\:bg-blue-800 {
    background-color: #2c5282;
  }

  .sm\:bg-blue-900 {
    background-color: #2a4365;
  }

  .sm\:bg-indigo-100 {
    background-color: #ebf4ff;
  }

  .sm\:bg-indigo-200 {
    background-color: #c3dafe;
  }

  .sm\:bg-indigo-300 {
    background-color: #a3bffa;
  }

  .sm\:bg-indigo-400 {
    background-color: #7f9cf5;
  }

  .sm\:bg-indigo-500 {
    background-color: #667eea;
  }

  .sm\:bg-indigo-600 {
    background-color: #5a67d8;
  }

  .sm\:bg-indigo-700 {
    background-color: #4c51bf;
  }

  .sm\:bg-indigo-800 {
    background-color: #434190;
  }

  .sm\:bg-indigo-900 {
    background-color: #3c366b;
  }

  .sm\:bg-purple-100 {
    background-color: #faf5ff;
  }

  .sm\:bg-purple-200 {
    background-color: #e9d8fd;
  }

  .sm\:bg-purple-300 {
    background-color: #d6bcfa;
  }

  .sm\:bg-purple-400 {
    background-color: #b794f4;
  }

  .sm\:bg-purple-500 {
    background-color: #9f7aea;
  }

  .sm\:bg-purple-600 {
    background-color: #805ad5;
  }

  .sm\:bg-purple-700 {
    background-color: #6b46c1;
  }

  .sm\:bg-purple-800 {
    background-color: #553c9a;
  }

  .sm\:bg-purple-900 {
    background-color: #44337a;
  }

  .sm\:bg-pink-100 {
    background-color: #fff5f7;
  }

  .sm\:bg-pink-200 {
    background-color: #fed7e2;
  }

  .sm\:bg-pink-300 {
    background-color: #fbb6ce;
  }

  .sm\:bg-pink-400 {
    background-color: #f687b3;
  }

  .sm\:bg-pink-500 {
    background-color: #ed64a6;
  }

  .sm\:bg-pink-600 {
    background-color: #d53f8c;
  }

  .sm\:bg-pink-700 {
    background-color: #b83280;
  }

  .sm\:bg-pink-800 {
    background-color: #97266d;
  }

  .sm\:bg-pink-900 {
    background-color: #702459;
  }

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

  .group:hover .sm\:group-hover\:bg-black {
    background-color: #000;
  }

  .group:hover .sm\:group-hover\:bg-white {
    background-color: #fff;
  }

  .group:hover .sm\:group-hover\:bg-gray-100 {
    background-color: #f7fafc;
  }

  .group:hover .sm\:group-hover\:bg-gray-200 {
    background-color: #edf2f7;
  }

  .group:hover .sm\:group-hover\:bg-gray-300 {
    background-color: #e2e8f0;
  }

  .group:hover .sm\:group-hover\:bg-gray-400 {
    background-color: #cbd5e0;
  }

  .group:hover .sm\:group-hover\:bg-gray-500 {
    background-color: #a0aec0;
  }

  .group:hover .sm\:group-hover\:bg-gray-600 {
    background-color: #718096;
  }

  .group:hover .sm\:group-hover\:bg-gray-700 {
    background-color: #4a5568;
  }

  .group:hover .sm\:group-hover\:bg-gray-800 {
    background-color: #2d3748;
  }

  .group:hover .sm\:group-hover\:bg-gray-900 {
    background-color: #1a202c;
  }

  .group:hover .sm\:group-hover\:bg-red-100 {
    background-color: #fff5f5;
  }

  .group:hover .sm\:group-hover\:bg-red-200 {
    background-color: #fed7d7;
  }

  .group:hover .sm\:group-hover\:bg-red-300 {
    background-color: #feb2b2;
  }

  .group:hover .sm\:group-hover\:bg-red-400 {
    background-color: #fc8181;
  }

  .group:hover .sm\:group-hover\:bg-red-500 {
    background-color: #f56565;
  }

  .group:hover .sm\:group-hover\:bg-red-600 {
    background-color: #e53e3e;
  }

  .group:hover .sm\:group-hover\:bg-red-700 {
    background-color: #c53030;
  }

  .group:hover .sm\:group-hover\:bg-red-800 {
    background-color: #9b2c2c;
  }

  .group:hover .sm\:group-hover\:bg-red-900 {
    background-color: #742a2a;
  }

  .group:hover .sm\:group-hover\:bg-orange-100 {
    background-color: #fffaf0;
  }

  .group:hover .sm\:group-hover\:bg-orange-200 {
    background-color: #feebc8;
  }

  .group:hover .sm\:group-hover\:bg-orange-300 {
    background-color: #fbd38d;
  }

  .group:hover .sm\:group-hover\:bg-orange-400 {
    background-color: #f6ad55;
  }

  .group:hover .sm\:group-hover\:bg-orange-500 {
    background-color: #ed8936;
  }

  .group:hover .sm\:group-hover\:bg-orange-600 {
    background-color: #dd6b20;
  }

  .group:hover .sm\:group-hover\:bg-orange-700 {
    background-color: #c05621;
  }

  .group:hover .sm\:group-hover\:bg-orange-800 {
    background-color: #9c4221;
  }

  .group:hover .sm\:group-hover\:bg-orange-900 {
    background-color: #7b341e;
  }

  .group:hover .sm\:group-hover\:bg-yellow-100 {
    background-color: #fffff0;
  }

  .group:hover .sm\:group-hover\:bg-yellow-200 {
    background-color: #fefcbf;
  }

  .group:hover .sm\:group-hover\:bg-yellow-300 {
    background-color: #faf089;
  }

  .group:hover .sm\:group-hover\:bg-yellow-400 {
    background-color: #f6e05e;
  }

  .group:hover .sm\:group-hover\:bg-yellow-500 {
    background-color: #ecc94b;
  }

  .group:hover .sm\:group-hover\:bg-yellow-600 {
    background-color: #d69e2e;
  }

  .group:hover .sm\:group-hover\:bg-yellow-700 {
    background-color: #b7791f;
  }

  .group:hover .sm\:group-hover\:bg-yellow-800 {
    background-color: #975a16;
  }

  .group:hover .sm\:group-hover\:bg-yellow-900 {
    background-color: #744210;
  }

  .group:hover .sm\:group-hover\:bg-green-100 {
    background-color: #f0fff4;
  }

  .group:hover .sm\:group-hover\:bg-green-200 {
    background-color: #c6f6d5;
  }

  .group:hover .sm\:group-hover\:bg-green-300 {
    background-color: #9ae6b4;
  }

  .group:hover .sm\:group-hover\:bg-green-400 {
    background-color: #68d391;
  }

  .group:hover .sm\:group-hover\:bg-green-500 {
    background-color: #48bb78;
  }

  .group:hover .sm\:group-hover\:bg-green-600 {
    background-color: #38a169;
  }

  .group:hover .sm\:group-hover\:bg-green-700 {
    background-color: #2f855a;
  }

  .group:hover .sm\:group-hover\:bg-green-800 {
    background-color: #276749;
  }

  .group:hover .sm\:group-hover\:bg-green-900 {
    background-color: #22543d;
  }

  .group:hover .sm\:group-hover\:bg-teal-100 {
    background-color: #e6fffa;
  }

  .group:hover .sm\:group-hover\:bg-teal-200 {
    background-color: #b2f5ea;
  }

  .group:hover .sm\:group-hover\:bg-teal-300 {
    background-color: #81e6d9;
  }

  .group:hover .sm\:group-hover\:bg-teal-400 {
    background-color: #4fd1c5;
  }

  .group:hover .sm\:group-hover\:bg-teal-500 {
    background-color: #38b2ac;
  }

  .group:hover .sm\:group-hover\:bg-teal-600 {
    background-color: #319795;
  }

  .group:hover .sm\:group-hover\:bg-teal-700 {
    background-color: #2c7a7b;
  }

  .group:hover .sm\:group-hover\:bg-teal-800 {
    background-color: #285e61;
  }

  .group:hover .sm\:group-hover\:bg-teal-900 {
    background-color: #234e52;
  }

  .group:hover .sm\:group-hover\:bg-blue-100 {
    background-color: #ebf8ff;
  }

  .group:hover .sm\:group-hover\:bg-blue-200 {
    background-color: #bee3f8;
  }

  .group:hover .sm\:group-hover\:bg-blue-300 {
    background-color: #90cdf4;
  }

  .group:hover .sm\:group-hover\:bg-blue-400 {
    background-color: #63b3ed;
  }

  .group:hover .sm\:group-hover\:bg-blue-500 {
    background-color: #4299e1;
  }

  .group:hover .sm\:group-hover\:bg-blue-600 {
    background-color: #3182ce;
  }

  .group:hover .sm\:group-hover\:bg-blue-700 {
    background-color: #2b6cb0;
  }

  .group:hover .sm\:group-hover\:bg-blue-800 {
    background-color: #2c5282;
  }

  .group:hover .sm\:group-hover\:bg-blue-900 {
    background-color: #2a4365;
  }

  .group:hover .sm\:group-hover\:bg-indigo-100 {
    background-color: #ebf4ff;
  }

  .group:hover .sm\:group-hover\:bg-indigo-200 {
    background-color: #c3dafe;
  }

  .group:hover .sm\:group-hover\:bg-indigo-300 {
    background-color: #a3bffa;
  }

  .group:hover .sm\:group-hover\:bg-indigo-400 {
    background-color: #7f9cf5;
  }

  .group:hover .sm\:group-hover\:bg-indigo-500 {
    background-color: #667eea;
  }

  .group:hover .sm\:group-hover\:bg-indigo-600 {
    background-color: #5a67d8;
  }

  .group:hover .sm\:group-hover\:bg-indigo-700 {
    background-color: #4c51bf;
  }

  .group:hover .sm\:group-hover\:bg-indigo-800 {
    background-color: #434190;
  }

  .group:hover .sm\:group-hover\:bg-indigo-900 {
    background-color: #3c366b;
  }

  .group:hover .sm\:group-hover\:bg-purple-100 {
    background-color: #faf5ff;
  }

  .group:hover .sm\:group-hover\:bg-purple-200 {
    background-color: #e9d8fd;
  }

  .group:hover .sm\:group-hover\:bg-purple-300 {
    background-color: #d6bcfa;
  }

  .group:hover .sm\:group-hover\:bg-purple-400 {
    background-color: #b794f4;
  }

  .group:hover .sm\:group-hover\:bg-purple-500 {
    background-color: #9f7aea;
  }

  .group:hover .sm\:group-hover\:bg-purple-600 {
    background-color: #805ad5;
  }

  .group:hover .sm\:group-hover\:bg-purple-700 {
    background-color: #6b46c1;
  }

  .group:hover .sm\:group-hover\:bg-purple-800 {
    background-color: #553c9a;
  }

  .group:hover .sm\:group-hover\:bg-purple-900 {
    background-color: #44337a;
  }

  .group:hover .sm\:group-hover\:bg-pink-100 {
    background-color: #fff5f7;
  }

  .group:hover .sm\:group-hover\:bg-pink-200 {
    background-color: #fed7e2;
  }

  .group:hover .sm\:group-hover\:bg-pink-300 {
    background-color: #fbb6ce;
  }

  .group:hover .sm\:group-hover\:bg-pink-400 {
    background-color: #f687b3;
  }

  .group:hover .sm\:group-hover\:bg-pink-500 {
    background-color: #ed64a6;
  }

  .group:hover .sm\:group-hover\:bg-pink-600 {
    background-color: #d53f8c;
  }

  .group:hover .sm\:group-hover\:bg-pink-700 {
    background-color: #b83280;
  }

  .group:hover .sm\:group-hover\:bg-pink-800 {
    background-color: #97266d;
  }

  .group:hover .sm\:group-hover\:bg-pink-900 {
    background-color: #702459;
  }

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

  .sm\:focus-within\:bg-black:focus-within {
    background-color: #000;
  }

  .sm\:focus-within\:bg-white:focus-within {
    background-color: #fff;
  }

  .sm\:focus-within\:bg-gray-100:focus-within {
    background-color: #f7fafc;
  }

  .sm\:focus-within\:bg-gray-200:focus-within {
    background-color: #edf2f7;
  }

  .sm\:focus-within\:bg-gray-300:focus-within {
    background-color: #e2e8f0;
  }

  .sm\:focus-within\:bg-gray-400:focus-within {
    background-color: #cbd5e0;
  }

  .sm\:focus-within\:bg-gray-500:focus-within {
    background-color: #a0aec0;
  }

  .sm\:focus-within\:bg-gray-600:focus-within {
    background-color: #718096;
  }

  .sm\:focus-within\:bg-gray-700:focus-within {
    background-color: #4a5568;
  }

  .sm\:focus-within\:bg-gray-800:focus-within {
    background-color: #2d3748;
  }

  .sm\:focus-within\:bg-gray-900:focus-within {
    background-color: #1a202c;
  }

  .sm\:focus-within\:bg-red-100:focus-within {
    background-color: #fff5f5;
  }

  .sm\:focus-within\:bg-red-200:focus-within {
    background-color: #fed7d7;
  }

  .sm\:focus-within\:bg-red-300:focus-within {
    background-color: #feb2b2;
  }

  .sm\:focus-within\:bg-red-400:focus-within {
    background-color: #fc8181;
  }

  .sm\:focus-within\:bg-red-500:focus-within {
    background-color: #f56565;
  }

  .sm\:focus-within\:bg-red-600:focus-within {
    background-color: #e53e3e;
  }

  .sm\:focus-within\:bg-red-700:focus-within {
    background-color: #c53030;
  }

  .sm\:focus-within\:bg-red-800:focus-within {
    background-color: #9b2c2c;
  }

  .sm\:focus-within\:bg-red-900:focus-within {
    background-color: #742a2a;
  }

  .sm\:focus-within\:bg-orange-100:focus-within {
    background-color: #fffaf0;
  }

  .sm\:focus-within\:bg-orange-200:focus-within {
    background-color: #feebc8;
  }

  .sm\:focus-within\:bg-orange-300:focus-within {
    background-color: #fbd38d;
  }

  .sm\:focus-within\:bg-orange-400:focus-within {
    background-color: #f6ad55;
  }

  .sm\:focus-within\:bg-orange-500:focus-within {
    background-color: #ed8936;
  }

  .sm\:focus-within\:bg-orange-600:focus-within {
    background-color: #dd6b20;
  }

  .sm\:focus-within\:bg-orange-700:focus-within {
    background-color: #c05621;
  }

  .sm\:focus-within\:bg-orange-800:focus-within {
    background-color: #9c4221;
  }

  .sm\:focus-within\:bg-orange-900:focus-within {
    background-color: #7b341e;
  }

  .sm\:focus-within\:bg-yellow-100:focus-within {
    background-color: #fffff0;
  }

  .sm\:focus-within\:bg-yellow-200:focus-within {
    background-color: #fefcbf;
  }

  .sm\:focus-within\:bg-yellow-300:focus-within {
    background-color: #faf089;
  }

  .sm\:focus-within\:bg-yellow-400:focus-within {
    background-color: #f6e05e;
  }

  .sm\:focus-within\:bg-yellow-500:focus-within {
    background-color: #ecc94b;
  }

  .sm\:focus-within\:bg-yellow-600:focus-within {
    background-color: #d69e2e;
  }

  .sm\:focus-within\:bg-yellow-700:focus-within {
    background-color: #b7791f;
  }

  .sm\:focus-within\:bg-yellow-800:focus-within {
    background-color: #975a16;
  }

  .sm\:focus-within\:bg-yellow-900:focus-within {
    background-color: #744210;
  }

  .sm\:focus-within\:bg-green-100:focus-within {
    background-color: #f0fff4;
  }

  .sm\:focus-within\:bg-green-200:focus-within {
    background-color: #c6f6d5;
  }

  .sm\:focus-within\:bg-green-300:focus-within {
    background-color: #9ae6b4;
  }

  .sm\:focus-within\:bg-green-400:focus-within {
    background-color: #68d391;
  }

  .sm\:focus-within\:bg-green-500:focus-within {
    background-color: #48bb78;
  }

  .sm\:focus-within\:bg-green-600:focus-within {
    background-color: #38a169;
  }

  .sm\:focus-within\:bg-green-700:focus-within {
    background-color: #2f855a;
  }

  .sm\:focus-within\:bg-green-800:focus-within {
    background-color: #276749;
  }

  .sm\:focus-within\:bg-green-900:focus-within {
    background-color: #22543d;
  }

  .sm\:focus-within\:bg-teal-100:focus-within {
    background-color: #e6fffa;
  }

  .sm\:focus-within\:bg-teal-200:focus-within {
    background-color: #b2f5ea;
  }

  .sm\:focus-within\:bg-teal-300:focus-within {
    background-color: #81e6d9;
  }

  .sm\:focus-within\:bg-teal-400:focus-within {
    background-color: #4fd1c5;
  }

  .sm\:focus-within\:bg-teal-500:focus-within {
    background-color: #38b2ac;
  }

  .sm\:focus-within\:bg-teal-600:focus-within {
    background-color: #319795;
  }

  .sm\:focus-within\:bg-teal-700:focus-within {
    background-color: #2c7a7b;
  }

  .sm\:focus-within\:bg-teal-800:focus-within {
    background-color: #285e61;
  }

  .sm\:focus-within\:bg-teal-900:focus-within {
    background-color: #234e52;
  }

  .sm\:focus-within\:bg-blue-100:focus-within {
    background-color: #ebf8ff;
  }

  .sm\:focus-within\:bg-blue-200:focus-within {
    background-color: #bee3f8;
  }

  .sm\:focus-within\:bg-blue-300:focus-within {
    background-color: #90cdf4;
  }

  .sm\:focus-within\:bg-blue-400:focus-within {
    background-color: #63b3ed;
  }

  .sm\:focus-within\:bg-blue-500:focus-within {
    background-color: #4299e1;
  }

  .sm\:focus-within\:bg-blue-600:focus-within {
    background-color: #3182ce;
  }

  .sm\:focus-within\:bg-blue-700:focus-within {
    background-color: #2b6cb0;
  }

  .sm\:focus-within\:bg-blue-800:focus-within {
    background-color: #2c5282;
  }

  .sm\:focus-within\:bg-blue-900:focus-within {
    background-color: #2a4365;
  }

  .sm\:focus-within\:bg-indigo-100:focus-within {
    background-color: #ebf4ff;
  }

  .sm\:focus-within\:bg-indigo-200:focus-within {
    background-color: #c3dafe;
  }

  .sm\:focus-within\:bg-indigo-300:focus-within {
    background-color: #a3bffa;
  }

  .sm\:focus-within\:bg-indigo-400:focus-within {
    background-color: #7f9cf5;
  }

  .sm\:focus-within\:bg-indigo-500:focus-within {
    background-color: #667eea;
  }

  .sm\:focus-within\:bg-indigo-600:focus-within {
    background-color: #5a67d8;
  }

  .sm\:focus-within\:bg-indigo-700:focus-within {
    background-color: #4c51bf;
  }

  .sm\:focus-within\:bg-indigo-800:focus-within {
    background-color: #434190;
  }

  .sm\:focus-within\:bg-indigo-900:focus-within {
    background-color: #3c366b;
  }

  .sm\:focus-within\:bg-purple-100:focus-within {
    background-color: #faf5ff;
  }

  .sm\:focus-within\:bg-purple-200:focus-within {
    background-color: #e9d8fd;
  }

  .sm\:focus-within\:bg-purple-300:focus-within {
    background-color: #d6bcfa;
  }

  .sm\:focus-within\:bg-purple-400:focus-within {
    background-color: #b794f4;
  }

  .sm\:focus-within\:bg-purple-500:focus-within {
    background-color: #9f7aea;
  }

  .sm\:focus-within\:bg-purple-600:focus-within {
    background-color: #805ad5;
  }

  .sm\:focus-within\:bg-purple-700:focus-within {
    background-color: #6b46c1;
  }

  .sm\:focus-within\:bg-purple-800:focus-within {
    background-color: #553c9a;
  }

  .sm\:focus-within\:bg-purple-900:focus-within {
    background-color: #44337a;
  }

  .sm\:focus-within\:bg-pink-100:focus-within {
    background-color: #fff5f7;
  }

  .sm\:focus-within\:bg-pink-200:focus-within {
    background-color: #fed7e2;
  }

  .sm\:focus-within\:bg-pink-300:focus-within {
    background-color: #fbb6ce;
  }

  .sm\:focus-within\:bg-pink-400:focus-within {
    background-color: #f687b3;
  }

  .sm\:focus-within\:bg-pink-500:focus-within {
    background-color: #ed64a6;
  }

  .sm\:focus-within\:bg-pink-600:focus-within {
    background-color: #d53f8c;
  }

  .sm\:focus-within\:bg-pink-700:focus-within {
    background-color: #b83280;
  }

  .sm\:focus-within\:bg-pink-800:focus-within {
    background-color: #97266d;
  }

  .sm\:focus-within\:bg-pink-900:focus-within {
    background-color: #702459;
  }

  .sm\:first\:bg-transparent:first-child {
    background-color: transparent;
  }

  .sm\:first\:bg-black:first-child {
    background-color: #000;
  }

  .sm\:first\:bg-white:first-child {
    background-color: #fff;
  }

  .sm\:first\:bg-gray-100:first-child {
    background-color: #f7fafc;
  }

  .sm\:first\:bg-gray-200:first-child {
    background-color: #edf2f7;
  }

  .sm\:first\:bg-gray-300:first-child {
    background-color: #e2e8f0;
  }

  .sm\:first\:bg-gray-400:first-child {
    background-color: #cbd5e0;
  }

  .sm\:first\:bg-gray-500:first-child {
    background-color: #a0aec0;
  }

  .sm\:first\:bg-gray-600:first-child {
    background-color: #718096;
  }

  .sm\:first\:bg-gray-700:first-child {
    background-color: #4a5568;
  }

  .sm\:first\:bg-gray-800:first-child {
    background-color: #2d3748;
  }

  .sm\:first\:bg-gray-900:first-child {
    background-color: #1a202c;
  }

  .sm\:first\:bg-red-100:first-child {
    background-color: #fff5f5;
  }

  .sm\:first\:bg-red-200:first-child {
    background-color: #fed7d7;
  }

  .sm\:first\:bg-red-300:first-child {
    background-color: #feb2b2;
  }

  .sm\:first\:bg-red-400:first-child {
    background-color: #fc8181;
  }

  .sm\:first\:bg-red-500:first-child {
    background-color: #f56565;
  }

  .sm\:first\:bg-red-600:first-child {
    background-color: #e53e3e;
  }

  .sm\:first\:bg-red-700:first-child {
    background-color: #c53030;
  }

  .sm\:first\:bg-red-800:first-child {
    background-color: #9b2c2c;
  }

  .sm\:first\:bg-red-900:first-child {
    background-color: #742a2a;
  }

  .sm\:first\:bg-orange-100:first-child {
    background-color: #fffaf0;
  }

  .sm\:first\:bg-orange-200:first-child {
    background-color: #feebc8;
  }

  .sm\:first\:bg-orange-300:first-child {
    background-color: #fbd38d;
  }

  .sm\:first\:bg-orange-400:first-child {
    background-color: #f6ad55;
  }

  .sm\:first\:bg-orange-500:first-child {
    background-color: #ed8936;
  }

  .sm\:first\:bg-orange-600:first-child {
    background-color: #dd6b20;
  }

  .sm\:first\:bg-orange-700:first-child {
    background-color: #c05621;
  }

  .sm\:first\:bg-orange-800:first-child {
    background-color: #9c4221;
  }

  .sm\:first\:bg-orange-900:first-child {
    background-color: #7b341e;
  }

  .sm\:first\:bg-yellow-100:first-child {
    background-color: #fffff0;
  }

  .sm\:first\:bg-yellow-200:first-child {
    background-color: #fefcbf;
  }

  .sm\:first\:bg-yellow-300:first-child {
    background-color: #faf089;
  }

  .sm\:first\:bg-yellow-400:first-child {
    background-color: #f6e05e;
  }

  .sm\:first\:bg-yellow-500:first-child {
    background-color: #ecc94b;
  }

  .sm\:first\:bg-yellow-600:first-child {
    background-color: #d69e2e;
  }

  .sm\:first\:bg-yellow-700:first-child {
    background-color: #b7791f;
  }

  .sm\:first\:bg-yellow-800:first-child {
    background-color: #975a16;
  }

  .sm\:first\:bg-yellow-900:first-child {
    background-color: #744210;
  }

  .sm\:first\:bg-green-100:first-child {
    background-color: #f0fff4;
  }

  .sm\:first\:bg-green-200:first-child {
    background-color: #c6f6d5;
  }

  .sm\:first\:bg-green-300:first-child {
    background-color: #9ae6b4;
  }

  .sm\:first\:bg-green-400:first-child {
    background-color: #68d391;
  }

  .sm\:first\:bg-green-500:first-child {
    background-color: #48bb78;
  }

  .sm\:first\:bg-green-600:first-child {
    background-color: #38a169;
  }

  .sm\:first\:bg-green-700:first-child {
    background-color: #2f855a;
  }

  .sm\:first\:bg-green-800:first-child {
    background-color: #276749;
  }

  .sm\:first\:bg-green-900:first-child {
    background-color: #22543d;
  }

  .sm\:first\:bg-teal-100:first-child {
    background-color: #e6fffa;
  }

  .sm\:first\:bg-teal-200:first-child {
    background-color: #b2f5ea;
  }

  .sm\:first\:bg-teal-300:first-child {
    background-color: #81e6d9;
  }

  .sm\:first\:bg-teal-400:first-child {
    background-color: #4fd1c5;
  }

  .sm\:first\:bg-teal-500:first-child {
    background-color: #38b2ac;
  }

  .sm\:first\:bg-teal-600:first-child {
    background-color: #319795;
  }

  .sm\:first\:bg-teal-700:first-child {
    background-color: #2c7a7b;
  }

  .sm\:first\:bg-teal-800:first-child {
    background-color: #285e61;
  }

  .sm\:first\:bg-teal-900:first-child {
    background-color: #234e52;
  }

  .sm\:first\:bg-blue-100:first-child {
    background-color: #ebf8ff;
  }

  .sm\:first\:bg-blue-200:first-child {
    background-color: #bee3f8;
  }

  .sm\:first\:bg-blue-300:first-child {
    background-color: #90cdf4;
  }

  .sm\:first\:bg-blue-400:first-child {
    background-color: #63b3ed;
  }

  .sm\:first\:bg-blue-500:first-child {
    background-color: #4299e1;
  }

  .sm\:first\:bg-blue-600:first-child {
    background-color: #3182ce;
  }

  .sm\:first\:bg-blue-700:first-child {
    background-color: #2b6cb0;
  }

  .sm\:first\:bg-blue-800:first-child {
    background-color: #2c5282;
  }

  .sm\:first\:bg-blue-900:first-child {
    background-color: #2a4365;
  }

  .sm\:first\:bg-indigo-100:first-child {
    background-color: #ebf4ff;
  }

  .sm\:first\:bg-indigo-200:first-child {
    background-color: #c3dafe;
  }

  .sm\:first\:bg-indigo-300:first-child {
    background-color: #a3bffa;
  }

  .sm\:first\:bg-indigo-400:first-child {
    background-color: #7f9cf5;
  }

  .sm\:first\:bg-indigo-500:first-child {
    background-color: #667eea;
  }

  .sm\:first\:bg-indigo-600:first-child {
    background-color: #5a67d8;
  }

  .sm\:first\:bg-indigo-700:first-child {
    background-color: #4c51bf;
  }

  .sm\:first\:bg-indigo-800:first-child {
    background-color: #434190;
  }

  .sm\:first\:bg-indigo-900:first-child {
    background-color: #3c366b;
  }

  .sm\:first\:bg-purple-100:first-child {
    background-color: #faf5ff;
  }

  .sm\:first\:bg-purple-200:first-child {
    background-color: #e9d8fd;
  }

  .sm\:first\:bg-purple-300:first-child {
    background-color: #d6bcfa;
  }

  .sm\:first\:bg-purple-400:first-child {
    background-color: #b794f4;
  }

  .sm\:first\:bg-purple-500:first-child {
    background-color: #9f7aea;
  }

  .sm\:first\:bg-purple-600:first-child {
    background-color: #805ad5;
  }

  .sm\:first\:bg-purple-700:first-child {
    background-color: #6b46c1;
  }

  .sm\:first\:bg-purple-800:first-child {
    background-color: #553c9a;
  }

  .sm\:first\:bg-purple-900:first-child {
    background-color: #44337a;
  }

  .sm\:first\:bg-pink-100:first-child {
    background-color: #fff5f7;
  }

  .sm\:first\:bg-pink-200:first-child {
    background-color: #fed7e2;
  }

  .sm\:first\:bg-pink-300:first-child {
    background-color: #fbb6ce;
  }

  .sm\:first\:bg-pink-400:first-child {
    background-color: #f687b3;
  }

  .sm\:first\:bg-pink-500:first-child {
    background-color: #ed64a6;
  }

  .sm\:first\:bg-pink-600:first-child {
    background-color: #d53f8c;
  }

  .sm\:first\:bg-pink-700:first-child {
    background-color: #b83280;
  }

  .sm\:first\:bg-pink-800:first-child {
    background-color: #97266d;
  }

  .sm\:first\:bg-pink-900:first-child {
    background-color: #702459;
  }

  .sm\:last\:bg-transparent:last-child {
    background-color: transparent;
  }

  .sm\:last\:bg-black:last-child {
    background-color: #000;
  }

  .sm\:last\:bg-white:last-child {
    background-color: #fff;
  }

  .sm\:last\:bg-gray-100:last-child {
    background-color: #f7fafc;
  }

  .sm\:last\:bg-gray-200:last-child {
    background-color: #edf2f7;
  }

  .sm\:last\:bg-gray-300:last-child {
    background-color: #e2e8f0;
  }

  .sm\:last\:bg-gray-400:last-child {
    background-color: #cbd5e0;
  }

  .sm\:last\:bg-gray-500:last-child {
    background-color: #a0aec0;
  }

  .sm\:last\:bg-gray-600:last-child {
    background-color: #718096;
  }

  .sm\:last\:bg-gray-700:last-child {
    background-color: #4a5568;
  }

  .sm\:last\:bg-gray-800:last-child {
    background-color: #2d3748;
  }

  .sm\:last\:bg-gray-900:last-child {
    background-color: #1a202c;
  }

  .sm\:last\:bg-red-100:last-child {
    background-color: #fff5f5;
  }

  .sm\:last\:bg-red-200:last-child {
    background-color: #fed7d7;
  }

  .sm\:last\:bg-red-300:last-child {
    background-color: #feb2b2;
  }

  .sm\:last\:bg-red-400:last-child {
    background-color: #fc8181;
  }

  .sm\:last\:bg-red-500:last-child {
    background-color: #f56565;
  }

  .sm\:last\:bg-red-600:last-child {
    background-color: #e53e3e;
  }

  .sm\:last\:bg-red-700:last-child {
    background-color: #c53030;
  }

  .sm\:last\:bg-red-800:last-child {
    background-color: #9b2c2c;
  }

  .sm\:last\:bg-red-900:last-child {
    background-color: #742a2a;
  }

  .sm\:last\:bg-orange-100:last-child {
    background-color: #fffaf0;
  }

  .sm\:last\:bg-orange-200:last-child {
    background-color: #feebc8;
  }

  .sm\:last\:bg-orange-300:last-child {
    background-color: #fbd38d;
  }

  .sm\:last\:bg-orange-400:last-child {
    background-color: #f6ad55;
  }

  .sm\:last\:bg-orange-500:last-child {
    background-color: #ed8936;
  }

  .sm\:last\:bg-orange-600:last-child {
    background-color: #dd6b20;
  }

  .sm\:last\:bg-orange-700:last-child {
    background-color: #c05621;
  }

  .sm\:last\:bg-orange-800:last-child {
    background-color: #9c4221;
  }

  .sm\:last\:bg-orange-900:last-child {
    background-color: #7b341e;
  }

  .sm\:last\:bg-yellow-100:last-child {
    background-color: #fffff0;
  }

  .sm\:last\:bg-yellow-200:last-child {
    background-color: #fefcbf;
  }

  .sm\:last\:bg-yellow-300:last-child {
    background-color: #faf089;
  }

  .sm\:last\:bg-yellow-400:last-child {
    background-color: #f6e05e;
  }

  .sm\:last\:bg-yellow-500:last-child {
    background-color: #ecc94b;
  }

  .sm\:last\:bg-yellow-600:last-child {
    background-color: #d69e2e;
  }

  .sm\:last\:bg-yellow-700:last-child {
    background-color: #b7791f;
  }

  .sm\:last\:bg-yellow-800:last-child {
    background-color: #975a16;
  }

  .sm\:last\:bg-yellow-900:last-child {
    background-color: #744210;
  }

  .sm\:last\:bg-green-100:last-child {
    background-color: #f0fff4;
  }

  .sm\:last\:bg-green-200:last-child {
    background-color: #c6f6d5;
  }

  .sm\:last\:bg-green-300:last-child {
    background-color: #9ae6b4;
  }

  .sm\:last\:bg-green-400:last-child {
    background-color: #68d391;
  }

  .sm\:last\:bg-green-500:last-child {
    background-color: #48bb78;
  }

  .sm\:last\:bg-green-600:last-child {
    background-color: #38a169;
  }

  .sm\:last\:bg-green-700:last-child {
    background-color: #2f855a;
  }

  .sm\:last\:bg-green-800:last-child {
    background-color: #276749;
  }

  .sm\:last\:bg-green-900:last-child {
    background-color: #22543d;
  }

  .sm\:last\:bg-teal-100:last-child {
    background-color: #e6fffa;
  }

  .sm\:last\:bg-teal-200:last-child {
    background-color: #b2f5ea;
  }

  .sm\:last\:bg-teal-300:last-child {
    background-color: #81e6d9;
  }

  .sm\:last\:bg-teal-400:last-child {
    background-color: #4fd1c5;
  }

  .sm\:last\:bg-teal-500:last-child {
    background-color: #38b2ac;
  }

  .sm\:last\:bg-teal-600:last-child {
    background-color: #319795;
  }

  .sm\:last\:bg-teal-700:last-child {
    background-color: #2c7a7b;
  }

  .sm\:last\:bg-teal-800:last-child {
    background-color: #285e61;
  }

  .sm\:last\:bg-teal-900:last-child {
    background-color: #234e52;
  }

  .sm\:last\:bg-blue-100:last-child {
    background-color: #ebf8ff;
  }

  .sm\:last\:bg-blue-200:last-child {
    background-color: #bee3f8;
  }

  .sm\:last\:bg-blue-300:last-child {
    background-color: #90cdf4;
  }

  .sm\:last\:bg-blue-400:last-child {
    background-color: #63b3ed;
  }

  .sm\:last\:bg-blue-500:last-child {
    background-color: #4299e1;
  }

  .sm\:last\:bg-blue-600:last-child {
    background-color: #3182ce;
  }

  .sm\:last\:bg-blue-700:last-child {
    background-color: #2b6cb0;
  }

  .sm\:last\:bg-blue-800:last-child {
    background-color: #2c5282;
  }

  .sm\:last\:bg-blue-900:last-child {
    background-color: #2a4365;
  }

  .sm\:last\:bg-indigo-100:last-child {
    background-color: #ebf4ff;
  }

  .sm\:last\:bg-indigo-200:last-child {
    background-color: #c3dafe;
  }

  .sm\:last\:bg-indigo-300:last-child {
    background-color: #a3bffa;
  }

  .sm\:last\:bg-indigo-400:last-child {
    background-color: #7f9cf5;
  }

  .sm\:last\:bg-indigo-500:last-child {
    background-color: #667eea;
  }

  .sm\:last\:bg-indigo-600:last-child {
    background-color: #5a67d8;
  }

  .sm\:last\:bg-indigo-700:last-child {
    background-color: #4c51bf;
  }

  .sm\:last\:bg-indigo-800:last-child {
    background-color: #434190;
  }

  .sm\:last\:bg-indigo-900:last-child {
    background-color: #3c366b;
  }

  .sm\:last\:bg-purple-100:last-child {
    background-color: #faf5ff;
  }

  .sm\:last\:bg-purple-200:last-child {
    background-color: #e9d8fd;
  }

  .sm\:last\:bg-purple-300:last-child {
    background-color: #d6bcfa;
  }

  .sm\:last\:bg-purple-400:last-child {
    background-color: #b794f4;
  }

  .sm\:last\:bg-purple-500:last-child {
    background-color: #9f7aea;
  }

  .sm\:last\:bg-purple-600:last-child {
    background-color: #805ad5;
  }

  .sm\:last\:bg-purple-700:last-child {
    background-color: #6b46c1;
  }

  .sm\:last\:bg-purple-800:last-child {
    background-color: #553c9a;
  }

  .sm\:last\:bg-purple-900:last-child {
    background-color: #44337a;
  }

  .sm\:last\:bg-pink-100:last-child {
    background-color: #fff5f7;
  }

  .sm\:last\:bg-pink-200:last-child {
    background-color: #fed7e2;
  }

  .sm\:last\:bg-pink-300:last-child {
    background-color: #fbb6ce;
  }

  .sm\:last\:bg-pink-400:last-child {
    background-color: #f687b3;
  }

  .sm\:last\:bg-pink-500:last-child {
    background-color: #ed64a6;
  }

  .sm\:last\:bg-pink-600:last-child {
    background-color: #d53f8c;
  }

  .sm\:last\:bg-pink-700:last-child {
    background-color: #b83280;
  }

  .sm\:last\:bg-pink-800:last-child {
    background-color: #97266d;
  }

  .sm\:last\:bg-pink-900:last-child {
    background-color: #702459;
  }

  .sm\:odd\:bg-transparent:nth-child(odd) {
    background-color: transparent;
  }

  .sm\:odd\:bg-black:nth-child(odd) {
    background-color: #000;
  }

  .sm\:odd\:bg-white:nth-child(odd) {
    background-color: #fff;
  }

  .sm\:odd\:bg-gray-100:nth-child(odd) {
    background-color: #f7fafc;
  }

  .sm\:odd\:bg-gray-200:nth-child(odd) {
    background-color: #edf2f7;
  }

  .sm\:odd\:bg-gray-300:nth-child(odd) {
    background-color: #e2e8f0;
  }

  .sm\:odd\:bg-gray-400:nth-child(odd) {
    background-color: #cbd5e0;
  }

  .sm\:odd\:bg-gray-500:nth-child(odd) {
    background-color: #a0aec0;
  }

  .sm\:odd\:bg-gray-600:nth-child(odd) {
    background-color: #718096;
  }

  .sm\:odd\:bg-gray-700:nth-child(odd) {
    background-color: #4a5568;
  }

  .sm\:odd\:bg-gray-800:nth-child(odd) {
    background-color: #2d3748;
  }

  .sm\:odd\:bg-gray-900:nth-child(odd) {
    background-color: #1a202c;
  }

  .sm\:odd\:bg-red-100:nth-child(odd) {
    background-color: #fff5f5;
  }

  .sm\:odd\:bg-red-200:nth-child(odd) {
    background-color: #fed7d7;
  }

  .sm\:odd\:bg-red-300:nth-child(odd) {
    background-color: #feb2b2;
  }

  .sm\:odd\:bg-red-400:nth-child(odd) {
    background-color: #fc8181;
  }

  .sm\:odd\:bg-red-500:nth-child(odd) {
    background-color: #f56565;
  }

  .sm\:odd\:bg-red-600:nth-child(odd) {
    background-color: #e53e3e;
  }

  .sm\:odd\:bg-red-700:nth-child(odd) {
    background-color: #c53030;
  }

  .sm\:odd\:bg-red-800:nth-child(odd) {
    background-color: #9b2c2c;
  }

  .sm\:odd\:bg-red-900:nth-child(odd) {
    background-color: #742a2a;
  }

  .sm\:odd\:bg-orange-100:nth-child(odd) {
    background-color: #fffaf0;
  }

  .sm\:odd\:bg-orange-200:nth-child(odd) {
    background-color: #feebc8;
  }

  .sm\:odd\:bg-orange-300:nth-child(odd) {
    background-color: #fbd38d;
  }

  .sm\:odd\:bg-orange-400:nth-child(odd) {
    background-color: #f6ad55;
  }

  .sm\:odd\:bg-orange-500:nth-child(odd) {
    background-color: #ed8936;
  }

  .sm\:odd\:bg-orange-600:nth-child(odd) {
    background-color: #dd6b20;
  }

  .sm\:odd\:bg-orange-700:nth-child(odd) {
    background-color: #c05621;
  }

  .sm\:odd\:bg-orange-800:nth-child(odd) {
    background-color: #9c4221;
  }

  .sm\:odd\:bg-orange-900:nth-child(odd) {
    background-color: #7b341e;
  }

  .sm\:odd\:bg-yellow-100:nth-child(odd) {
    background-color: #fffff0;
  }

  .sm\:odd\:bg-yellow-200:nth-child(odd) {
    background-color: #fefcbf;
  }

  .sm\:odd\:bg-yellow-300:nth-child(odd) {
    background-color: #faf089;
  }

  .sm\:odd\:bg-yellow-400:nth-child(odd) {
    background-color: #f6e05e;
  }

  .sm\:odd\:bg-yellow-500:nth-child(odd) {
    background-color: #ecc94b;
  }

  .sm\:odd\:bg-yellow-600:nth-child(odd) {
    background-color: #d69e2e;
  }

  .sm\:odd\:bg-yellow-700:nth-child(odd) {
    background-color: #b7791f;
  }

  .sm\:odd\:bg-yellow-800:nth-child(odd) {
    background-color: #975a16;
  }

  .sm\:odd\:bg-yellow-900:nth-child(odd) {
    background-color: #744210;
  }

  .sm\:odd\:bg-green-100:nth-child(odd) {
    background-color: #f0fff4;
  }

  .sm\:odd\:bg-green-200:nth-child(odd) {
    background-color: #c6f6d5;
  }

  .sm\:odd\:bg-green-300:nth-child(odd) {
    background-color: #9ae6b4;
  }

  .sm\:odd\:bg-green-400:nth-child(odd) {
    background-color: #68d391;
  }

  .sm\:odd\:bg-green-500:nth-child(odd) {
    background-color: #48bb78;
  }

  .sm\:odd\:bg-green-600:nth-child(odd) {
    background-color: #38a169;
  }

  .sm\:odd\:bg-green-700:nth-child(odd) {
    background-color: #2f855a;
  }

  .sm\:odd\:bg-green-800:nth-child(odd) {
    background-color: #276749;
  }

  .sm\:odd\:bg-green-900:nth-child(odd) {
    background-color: #22543d;
  }

  .sm\:odd\:bg-teal-100:nth-child(odd) {
    background-color: #e6fffa;
  }

  .sm\:odd\:bg-teal-200:nth-child(odd) {
    background-color: #b2f5ea;
  }

  .sm\:odd\:bg-teal-300:nth-child(odd) {
    background-color: #81e6d9;
  }

  .sm\:odd\:bg-teal-400:nth-child(odd) {
    background-color: #4fd1c5;
  }

  .sm\:odd\:bg-teal-500:nth-child(odd) {
    background-color: #38b2ac;
  }

  .sm\:odd\:bg-teal-600:nth-child(odd) {
    background-color: #319795;
  }

  .sm\:odd\:bg-teal-700:nth-child(odd) {
    background-color: #2c7a7b;
  }

  .sm\:odd\:bg-teal-800:nth-child(odd) {
    background-color: #285e61;
  }

  .sm\:odd\:bg-teal-900:nth-child(odd) {
    background-color: #234e52;
  }

  .sm\:odd\:bg-blue-100:nth-child(odd) {
    background-color: #ebf8ff;
  }

  .sm\:odd\:bg-blue-200:nth-child(odd) {
    background-color: #bee3f8;
  }

  .sm\:odd\:bg-blue-300:nth-child(odd) {
    background-color: #90cdf4;
  }

  .sm\:odd\:bg-blue-400:nth-child(odd) {
    background-color: #63b3ed;
  }

  .sm\:odd\:bg-blue-500:nth-child(odd) {
    background-color: #4299e1;
  }

  .sm\:odd\:bg-blue-600:nth-child(odd) {
    background-color: #3182ce;
  }

  .sm\:odd\:bg-blue-700:nth-child(odd) {
    background-color: #2b6cb0;
  }

  .sm\:odd\:bg-blue-800:nth-child(odd) {
    background-color: #2c5282;
  }

  .sm\:odd\:bg-blue-900:nth-child(odd) {
    background-color: #2a4365;
  }

  .sm\:odd\:bg-indigo-100:nth-child(odd) {
    background-color: #ebf4ff;
  }

  .sm\:odd\:bg-indigo-200:nth-child(odd) {
    background-color: #c3dafe;
  }

  .sm\:odd\:bg-indigo-300:nth-child(odd) {
    background-color: #a3bffa;
  }

  .sm\:odd\:bg-indigo-400:nth-child(odd) {
    background-color: #7f9cf5;
  }

  .sm\:odd\:bg-indigo-500:nth-child(odd) {
    background-color: #667eea;
  }

  .sm\:odd\:bg-indigo-600:nth-child(odd) {
    background-color: #5a67d8;
  }

  .sm\:odd\:bg-indigo-700:nth-child(odd) {
    background-color: #4c51bf;
  }

  .sm\:odd\:bg-indigo-800:nth-child(odd) {
    background-color: #434190;
  }

  .sm\:odd\:bg-indigo-900:nth-child(odd) {
    background-color: #3c366b;
  }

  .sm\:odd\:bg-purple-100:nth-child(odd) {
    background-color: #faf5ff;
  }

  .sm\:odd\:bg-purple-200:nth-child(odd) {
    background-color: #e9d8fd;
  }

  .sm\:odd\:bg-purple-300:nth-child(odd) {
    background-color: #d6bcfa;
  }

  .sm\:odd\:bg-purple-400:nth-child(odd) {
    background-color: #b794f4;
  }

  .sm\:odd\:bg-purple-500:nth-child(odd) {
    background-color: #9f7aea;
  }

  .sm\:odd\:bg-purple-600:nth-child(odd) {
    background-color: #805ad5;
  }

  .sm\:odd\:bg-purple-700:nth-child(odd) {
    background-color: #6b46c1;
  }

  .sm\:odd\:bg-purple-800:nth-child(odd) {
    background-color: #553c9a;
  }

  .sm\:odd\:bg-purple-900:nth-child(odd) {
    background-color: #44337a;
  }

  .sm\:odd\:bg-pink-100:nth-child(odd) {
    background-color: #fff5f7;
  }

  .sm\:odd\:bg-pink-200:nth-child(odd) {
    background-color: #fed7e2;
  }

  .sm\:odd\:bg-pink-300:nth-child(odd) {
    background-color: #fbb6ce;
  }

  .sm\:odd\:bg-pink-400:nth-child(odd) {
    background-color: #f687b3;
  }

  .sm\:odd\:bg-pink-500:nth-child(odd) {
    background-color: #ed64a6;
  }

  .sm\:odd\:bg-pink-600:nth-child(odd) {
    background-color: #d53f8c;
  }

  .sm\:odd\:bg-pink-700:nth-child(odd) {
    background-color: #b83280;
  }

  .sm\:odd\:bg-pink-800:nth-child(odd) {
    background-color: #97266d;
  }

  .sm\:odd\:bg-pink-900:nth-child(odd) {
    background-color: #702459;
  }

  .sm\:even\:bg-transparent:nth-child(even) {
    background-color: transparent;
  }

  .sm\:even\:bg-black:nth-child(even) {
    background-color: #000;
  }

  .sm\:even\:bg-white:nth-child(even) {
    background-color: #fff;
  }

  .sm\:even\:bg-gray-100:nth-child(even) {
    background-color: #f7fafc;
  }

  .sm\:even\:bg-gray-200:nth-child(even) {
    background-color: #edf2f7;
  }

  .sm\:even\:bg-gray-300:nth-child(even) {
    background-color: #e2e8f0;
  }

  .sm\:even\:bg-gray-400:nth-child(even) {
    background-color: #cbd5e0;
  }

  .sm\:even\:bg-gray-500:nth-child(even) {
    background-color: #a0aec0;
  }

  .sm\:even\:bg-gray-600:nth-child(even) {
    background-color: #718096;
  }

  .sm\:even\:bg-gray-700:nth-child(even) {
    background-color: #4a5568;
  }

  .sm\:even\:bg-gray-800:nth-child(even) {
    background-color: #2d3748;
  }

  .sm\:even\:bg-gray-900:nth-child(even) {
    background-color: #1a202c;
  }

  .sm\:even\:bg-red-100:nth-child(even) {
    background-color: #fff5f5;
  }

  .sm\:even\:bg-red-200:nth-child(even) {
    background-color: #fed7d7;
  }

  .sm\:even\:bg-red-300:nth-child(even) {
    background-color: #feb2b2;
  }

  .sm\:even\:bg-red-400:nth-child(even) {
    background-color: #fc8181;
  }

  .sm\:even\:bg-red-500:nth-child(even) {
    background-color: #f56565;
  }

  .sm\:even\:bg-red-600:nth-child(even) {
    background-color: #e53e3e;
  }

  .sm\:even\:bg-red-700:nth-child(even) {
    background-color: #c53030;
  }

  .sm\:even\:bg-red-800:nth-child(even) {
    background-color: #9b2c2c;
  }

  .sm\:even\:bg-red-900:nth-child(even) {
    background-color: #742a2a;
  }

  .sm\:even\:bg-orange-100:nth-child(even) {
    background-color: #fffaf0;
  }

  .sm\:even\:bg-orange-200:nth-child(even) {
    background-color: #feebc8;
  }

  .sm\:even\:bg-orange-300:nth-child(even) {
    background-color: #fbd38d;
  }

  .sm\:even\:bg-orange-400:nth-child(even) {
    background-color: #f6ad55;
  }

  .sm\:even\:bg-orange-500:nth-child(even) {
    background-color: #ed8936;
  }

  .sm\:even\:bg-orange-600:nth-child(even) {
    background-color: #dd6b20;
  }

  .sm\:even\:bg-orange-700:nth-child(even) {
    background-color: #c05621;
  }

  .sm\:even\:bg-orange-800:nth-child(even) {
    background-color: #9c4221;
  }

  .sm\:even\:bg-orange-900:nth-child(even) {
    background-color: #7b341e;
  }

  .sm\:even\:bg-yellow-100:nth-child(even) {
    background-color: #fffff0;
  }

  .sm\:even\:bg-yellow-200:nth-child(even) {
    background-color: #fefcbf;
  }

  .sm\:even\:bg-yellow-300:nth-child(even) {
    background-color: #faf089;
  }

  .sm\:even\:bg-yellow-400:nth-child(even) {
    background-color: #f6e05e;
  }

  .sm\:even\:bg-yellow-500:nth-child(even) {
    background-color: #ecc94b;
  }

  .sm\:even\:bg-yellow-600:nth-child(even) {
    background-color: #d69e2e;
  }

  .sm\:even\:bg-yellow-700:nth-child(even) {
    background-color: #b7791f;
  }

  .sm\:even\:bg-yellow-800:nth-child(even) {
    background-color: #975a16;
  }

  .sm\:even\:bg-yellow-900:nth-child(even) {
    background-color: #744210;
  }

  .sm\:even\:bg-green-100:nth-child(even) {
    background-color: #f0fff4;
  }

  .sm\:even\:bg-green-200:nth-child(even) {
    background-color: #c6f6d5;
  }

  .sm\:even\:bg-green-300:nth-child(even) {
    background-color: #9ae6b4;
  }

  .sm\:even\:bg-green-400:nth-child(even) {
    background-color: #68d391;
  }

  .sm\:even\:bg-green-500:nth-child(even) {
    background-color: #48bb78;
  }

  .sm\:even\:bg-green-600:nth-child(even) {
    background-color: #38a169;
  }

  .sm\:even\:bg-green-700:nth-child(even) {
    background-color: #2f855a;
  }

  .sm\:even\:bg-green-800:nth-child(even) {
    background-color: #276749;
  }

  .sm\:even\:bg-green-900:nth-child(even) {
    background-color: #22543d;
  }

  .sm\:even\:bg-teal-100:nth-child(even) {
    background-color: #e6fffa;
  }

  .sm\:even\:bg-teal-200:nth-child(even) {
    background-color: #b2f5ea;
  }

  .sm\:even\:bg-teal-300:nth-child(even) {
    background-color: #81e6d9;
  }

  .sm\:even\:bg-teal-400:nth-child(even) {
    background-color: #4fd1c5;
  }

  .sm\:even\:bg-teal-500:nth-child(even) {
    background-color: #38b2ac;
  }

  .sm\:even\:bg-teal-600:nth-child(even) {
    background-color: #319795;
  }

  .sm\:even\:bg-teal-700:nth-child(even) {
    background-color: #2c7a7b;
  }

  .sm\:even\:bg-teal-800:nth-child(even) {
    background-color: #285e61;
  }

  .sm\:even\:bg-teal-900:nth-child(even) {
    background-color: #234e52;
  }

  .sm\:even\:bg-blue-100:nth-child(even) {
    background-color: #ebf8ff;
  }

  .sm\:even\:bg-blue-200:nth-child(even) {
    background-color: #bee3f8;
  }

  .sm\:even\:bg-blue-300:nth-child(even) {
    background-color: #90cdf4;
  }

  .sm\:even\:bg-blue-400:nth-child(even) {
    background-color: #63b3ed;
  }

  .sm\:even\:bg-blue-500:nth-child(even) {
    background-color: #4299e1;
  }

  .sm\:even\:bg-blue-600:nth-child(even) {
    background-color: #3182ce;
  }

  .sm\:even\:bg-blue-700:nth-child(even) {
    background-color: #2b6cb0;
  }

  .sm\:even\:bg-blue-800:nth-child(even) {
    background-color: #2c5282;
  }

  .sm\:even\:bg-blue-900:nth-child(even) {
    background-color: #2a4365;
  }

  .sm\:even\:bg-indigo-100:nth-child(even) {
    background-color: #ebf4ff;
  }

  .sm\:even\:bg-indigo-200:nth-child(even) {
    background-color: #c3dafe;
  }

  .sm\:even\:bg-indigo-300:nth-child(even) {
    background-color: #a3bffa;
  }

  .sm\:even\:bg-indigo-400:nth-child(even) {
    background-color: #7f9cf5;
  }

  .sm\:even\:bg-indigo-500:nth-child(even) {
    background-color: #667eea;
  }

  .sm\:even\:bg-indigo-600:nth-child(even) {
    background-color: #5a67d8;
  }

  .sm\:even\:bg-indigo-700:nth-child(even) {
    background-color: #4c51bf;
  }

  .sm\:even\:bg-indigo-800:nth-child(even) {
    background-color: #434190;
  }

  .sm\:even\:bg-indigo-900:nth-child(even) {
    background-color: #3c366b;
  }

  .sm\:even\:bg-purple-100:nth-child(even) {
    background-color: #faf5ff;
  }

  .sm\:even\:bg-purple-200:nth-child(even) {
    background-color: #e9d8fd;
  }

  .sm\:even\:bg-purple-300:nth-child(even) {
    background-color: #d6bcfa;
  }

  .sm\:even\:bg-purple-400:nth-child(even) {
    background-color: #b794f4;
  }

  .sm\:even\:bg-purple-500:nth-child(even) {
    background-color: #9f7aea;
  }

  .sm\:even\:bg-purple-600:nth-child(even) {
    background-color: #805ad5;
  }

  .sm\:even\:bg-purple-700:nth-child(even) {
    background-color: #6b46c1;
  }

  .sm\:even\:bg-purple-800:nth-child(even) {
    background-color: #553c9a;
  }

  .sm\:even\:bg-purple-900:nth-child(even) {
    background-color: #44337a;
  }

  .sm\:even\:bg-pink-100:nth-child(even) {
    background-color: #fff5f7;
  }

  .sm\:even\:bg-pink-200:nth-child(even) {
    background-color: #fed7e2;
  }

  .sm\:even\:bg-pink-300:nth-child(even) {
    background-color: #fbb6ce;
  }

  .sm\:even\:bg-pink-400:nth-child(even) {
    background-color: #f687b3;
  }

  .sm\:even\:bg-pink-500:nth-child(even) {
    background-color: #ed64a6;
  }

  .sm\:even\:bg-pink-600:nth-child(even) {
    background-color: #d53f8c;
  }

  .sm\:even\:bg-pink-700:nth-child(even) {
    background-color: #b83280;
  }

  .sm\:even\:bg-pink-800:nth-child(even) {
    background-color: #97266d;
  }

  .sm\:even\:bg-pink-900:nth-child(even) {
    background-color: #702459;
  }

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

  .sm\:hover\:bg-black:hover {
    background-color: #000;
  }

  .sm\:hover\:bg-white:hover {
    background-color: #fff;
  }

  .sm\:hover\:bg-gray-100:hover {
    background-color: #f7fafc;
  }

  .sm\:hover\:bg-gray-200:hover {
    background-color: #edf2f7;
  }

  .sm\:hover\:bg-gray-300:hover {
    background-color: #e2e8f0;
  }

  .sm\:hover\:bg-gray-400:hover {
    background-color: #cbd5e0;
  }

  .sm\:hover\:bg-gray-500:hover {
    background-color: #a0aec0;
  }

  .sm\:hover\:bg-gray-600:hover {
    background-color: #718096;
  }

  .sm\:hover\:bg-gray-700:hover {
    background-color: #4a5568;
  }

  .sm\:hover\:bg-gray-800:hover {
    background-color: #2d3748;
  }

  .sm\:hover\:bg-gray-900:hover {
    background-color: #1a202c;
  }

  .sm\:hover\:bg-red-100:hover {
    background-color: #fff5f5;
  }

  .sm\:hover\:bg-red-200:hover {
    background-color: #fed7d7;
  }

  .sm\:hover\:bg-red-300:hover {
    background-color: #feb2b2;
  }

  .sm\:hover\:bg-red-400:hover {
    background-color: #fc8181;
  }

  .sm\:hover\:bg-red-500:hover {
    background-color: #f56565;
  }

  .sm\:hover\:bg-red-600:hover {
    background-color: #e53e3e;
  }

  .sm\:hover\:bg-red-700:hover {
    background-color: #c53030;
  }

  .sm\:hover\:bg-red-800:hover {
    background-color: #9b2c2c;
  }

  .sm\:hover\:bg-red-900:hover {
    background-color: #742a2a;
  }

  .sm\:hover\:bg-orange-100:hover {
    background-color: #fffaf0;
  }

  .sm\:hover\:bg-orange-200:hover {
    background-color: #feebc8;
  }

  .sm\:hover\:bg-orange-300:hover {
    background-color: #fbd38d;
  }

  .sm\:hover\:bg-orange-400:hover {
    background-color: #f6ad55;
  }

  .sm\:hover\:bg-orange-500:hover {
    background-color: #ed8936;
  }

  .sm\:hover\:bg-orange-600:hover {
    background-color: #dd6b20;
  }

  .sm\:hover\:bg-orange-700:hover {
    background-color: #c05621;
  }

  .sm\:hover\:bg-orange-800:hover {
    background-color: #9c4221;
  }

  .sm\:hover\:bg-orange-900:hover {
    background-color: #7b341e;
  }

  .sm\:hover\:bg-yellow-100:hover {
    background-color: #fffff0;
  }

  .sm\:hover\:bg-yellow-200:hover {
    background-color: #fefcbf;
  }

  .sm\:hover\:bg-yellow-300:hover {
    background-color: #faf089;
  }

  .sm\:hover\:bg-yellow-400:hover {
    background-color: #f6e05e;
  }

  .sm\:hover\:bg-yellow-500:hover {
    background-color: #ecc94b;
  }

  .sm\:hover\:bg-yellow-600:hover {
    background-color: #d69e2e;
  }

  .sm\:hover\:bg-yellow-700:hover {
    background-color: #b7791f;
  }

  .sm\:hover\:bg-yellow-800:hover {
    background-color: #975a16;
  }

  .sm\:hover\:bg-yellow-900:hover {
    background-color: #744210;
  }

  .sm\:hover\:bg-green-100:hover {
    background-color: #f0fff4;
  }

  .sm\:hover\:bg-green-200:hover {
    background-color: #c6f6d5;
  }

  .sm\:hover\:bg-green-300:hover {
    background-color: #9ae6b4;
  }

  .sm\:hover\:bg-green-400:hover {
    background-color: #68d391;
  }

  .sm\:hover\:bg-green-500:hover {
    background-color: #48bb78;
  }

  .sm\:hover\:bg-green-600:hover {
    background-color: #38a169;
  }

  .sm\:hover\:bg-green-700:hover {
    background-color: #2f855a;
  }

  .sm\:hover\:bg-green-800:hover {
    background-color: #276749;
  }

  .sm\:hover\:bg-green-900:hover {
    background-color: #22543d;
  }

  .sm\:hover\:bg-teal-100:hover {
    background-color: #e6fffa;
  }

  .sm\:hover\:bg-teal-200:hover {
    background-color: #b2f5ea;
  }

  .sm\:hover\:bg-teal-300:hover {
    background-color: #81e6d9;
  }

  .sm\:hover\:bg-teal-400:hover {
    background-color: #4fd1c5;
  }

  .sm\:hover\:bg-teal-500:hover {
    background-color: #38b2ac;
  }

  .sm\:hover\:bg-teal-600:hover {
    background-color: #319795;
  }

  .sm\:hover\:bg-teal-700:hover {
    background-color: #2c7a7b;
  }

  .sm\:hover\:bg-teal-800:hover {
    background-color: #285e61;
  }

  .sm\:hover\:bg-teal-900:hover {
    background-color: #234e52;
  }

  .sm\:hover\:bg-blue-100:hover {
    background-color: #ebf8ff;
  }

  .sm\:hover\:bg-blue-200:hover {
    background-color: #bee3f8;
  }

  .sm\:hover\:bg-blue-300:hover {
    background-color: #90cdf4;
  }

  .sm\:hover\:bg-blue-400:hover {
    background-color: #63b3ed;
  }

  .sm\:hover\:bg-blue-500:hover {
    background-color: #4299e1;
  }

  .sm\:hover\:bg-blue-600:hover {
    background-color: #3182ce;
  }

  .sm\:hover\:bg-blue-700:hover {
    background-color: #2b6cb0;
  }

  .sm\:hover\:bg-blue-800:hover {
    background-color: #2c5282;
  }

  .sm\:hover\:bg-blue-900:hover {
    background-color: #2a4365;
  }

  .sm\:hover\:bg-indigo-100:hover {
    background-color: #ebf4ff;
  }

  .sm\:hover\:bg-indigo-200:hover {
    background-color: #c3dafe;
  }

  .sm\:hover\:bg-indigo-300:hover {
    background-color: #a3bffa;
  }

  .sm\:hover\:bg-indigo-400:hover {
    background-color: #7f9cf5;
  }

  .sm\:hover\:bg-indigo-500:hover {
    background-color: #667eea;
  }

  .sm\:hover\:bg-indigo-600:hover {
    background-color: #5a67d8;
  }

  .sm\:hover\:bg-indigo-700:hover {
    background-color: #4c51bf;
  }

  .sm\:hover\:bg-indigo-800:hover {
    background-color: #434190;
  }

  .sm\:hover\:bg-indigo-900:hover {
    background-color: #3c366b;
  }

  .sm\:hover\:bg-purple-100:hover {
    background-color: #faf5ff;
  }

  .sm\:hover\:bg-purple-200:hover {
    background-color: #e9d8fd;
  }

  .sm\:hover\:bg-purple-300:hover {
    background-color: #d6bcfa;
  }

  .sm\:hover\:bg-purple-400:hover {
    background-color: #b794f4;
  }

  .sm\:hover\:bg-purple-500:hover {
    background-color: #9f7aea;
  }

  .sm\:hover\:bg-purple-600:hover {
    background-color: #805ad5;
  }

  .sm\:hover\:bg-purple-700:hover {
    background-color: #6b46c1;
  }

  .sm\:hover\:bg-purple-800:hover {
    background-color: #553c9a;
  }

  .sm\:hover\:bg-purple-900:hover {
    background-color: #44337a;
  }

  .sm\:hover\:bg-pink-100:hover {
    background-color: #fff5f7;
  }

  .sm\:hover\:bg-pink-200:hover {
    background-color: #fed7e2;
  }

  .sm\:hover\:bg-pink-300:hover {
    background-color: #fbb6ce;
  }

  .sm\:hover\:bg-pink-400:hover {
    background-color: #f687b3;
  }

  .sm\:hover\:bg-pink-500:hover {
    background-color: #ed64a6;
  }

  .sm\:hover\:bg-pink-600:hover {
    background-color: #d53f8c;
  }

  .sm\:hover\:bg-pink-700:hover {
    background-color: #b83280;
  }

  .sm\:hover\:bg-pink-800:hover {
    background-color: #97266d;
  }

  .sm\:hover\:bg-pink-900:hover {
    background-color: #702459;
  }

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

  .sm\:focus\:bg-black:focus {
    background-color: #000;
  }

  .sm\:focus\:bg-white:focus {
    background-color: #fff;
  }

  .sm\:focus\:bg-gray-100:focus {
    background-color: #f7fafc;
  }

  .sm\:focus\:bg-gray-200:focus {
    background-color: #edf2f7;
  }

  .sm\:focus\:bg-gray-300:focus {
    background-color: #e2e8f0;
  }

  .sm\:focus\:bg-gray-400:focus {
    background-color: #cbd5e0;
  }

  .sm\:focus\:bg-gray-500:focus {
    background-color: #a0aec0;
  }

  .sm\:focus\:bg-gray-600:focus {
    background-color: #718096;
  }

  .sm\:focus\:bg-gray-700:focus {
    background-color: #4a5568;
  }

  .sm\:focus\:bg-gray-800:focus {
    background-color: #2d3748;
  }

  .sm\:focus\:bg-gray-900:focus {
    background-color: #1a202c;
  }

  .sm\:focus\:bg-red-100:focus {
    background-color: #fff5f5;
  }

  .sm\:focus\:bg-red-200:focus {
    background-color: #fed7d7;
  }

  .sm\:focus\:bg-red-300:focus {
    background-color: #feb2b2;
  }

  .sm\:focus\:bg-red-400:focus {
    background-color: #fc8181;
  }

  .sm\:focus\:bg-red-500:focus {
    background-color: #f56565;
  }

  .sm\:focus\:bg-red-600:focus {
    background-color: #e53e3e;
  }

  .sm\:focus\:bg-red-700:focus {
    background-color: #c53030;
  }

  .sm\:focus\:bg-red-800:focus {
    background-color: #9b2c2c;
  }

  .sm\:focus\:bg-red-900:focus {
    background-color: #742a2a;
  }

  .sm\:focus\:bg-orange-100:focus {
    background-color: #fffaf0;
  }

  .sm\:focus\:bg-orange-200:focus {
    background-color: #feebc8;
  }

  .sm\:focus\:bg-orange-300:focus {
    background-color: #fbd38d;
  }

  .sm\:focus\:bg-orange-400:focus {
    background-color: #f6ad55;
  }

  .sm\:focus\:bg-orange-500:focus {
    background-color: #ed8936;
  }

  .sm\:focus\:bg-orange-600:focus {
    background-color: #dd6b20;
  }

  .sm\:focus\:bg-orange-700:focus {
    background-color: #c05621;
  }

  .sm\:focus\:bg-orange-800:focus {
    background-color: #9c4221;
  }

  .sm\:focus\:bg-orange-900:focus {
    background-color: #7b341e;
  }

  .sm\:focus\:bg-yellow-100:focus {
    background-color: #fffff0;
  }

  .sm\:focus\:bg-yellow-200:focus {
    background-color: #fefcbf;
  }

  .sm\:focus\:bg-yellow-300:focus {
    background-color: #faf089;
  }

  .sm\:focus\:bg-yellow-400:focus {
    background-color: #f6e05e;
  }

  .sm\:focus\:bg-yellow-500:focus {
    background-color: #ecc94b;
  }

  .sm\:focus\:bg-yellow-600:focus {
    background-color: #d69e2e;
  }

  .sm\:focus\:bg-yellow-700:focus {
    background-color: #b7791f;
  }

  .sm\:focus\:bg-yellow-800:focus {
    background-color: #975a16;
  }

  .sm\:focus\:bg-yellow-900:focus {
    background-color: #744210;
  }

  .sm\:focus\:bg-green-100:focus {
    background-color: #f0fff4;
  }

  .sm\:focus\:bg-green-200:focus {
    background-color: #c6f6d5;
  }

  .sm\:focus\:bg-green-300:focus {
    background-color: #9ae6b4;
  }

  .sm\:focus\:bg-green-400:focus {
    background-color: #68d391;
  }

  .sm\:focus\:bg-green-500:focus {
    background-color: #48bb78;
  }

  .sm\:focus\:bg-green-600:focus {
    background-color: #38a169;
  }

  .sm\:focus\:bg-green-700:focus {
    background-color: #2f855a;
  }

  .sm\:focus\:bg-green-800:focus {
    background-color: #276749;
  }

  .sm\:focus\:bg-green-900:focus {
    background-color: #22543d;
  }

  .sm\:focus\:bg-teal-100:focus {
    background-color: #e6fffa;
  }

  .sm\:focus\:bg-teal-200:focus {
    background-color: #b2f5ea;
  }

  .sm\:focus\:bg-teal-300:focus {
    background-color: #81e6d9;
  }

  .sm\:focus\:bg-teal-400:focus {
    background-color: #4fd1c5;
  }

  .sm\:focus\:bg-teal-500:focus {
    background-color: #38b2ac;
  }

  .sm\:focus\:bg-teal-600:focus {
    background-color: #319795;
  }

  .sm\:focus\:bg-teal-700:focus {
    background-color: #2c7a7b;
  }

  .sm\:focus\:bg-teal-800:focus {
    background-color: #285e61;
  }

  .sm\:focus\:bg-teal-900:focus {
    background-color: #234e52;
  }

  .sm\:focus\:bg-blue-100:focus {
    background-color: #ebf8ff;
  }

  .sm\:focus\:bg-blue-200:focus {
    background-color: #bee3f8;
  }

  .sm\:focus\:bg-blue-300:focus {
    background-color: #90cdf4;
  }

  .sm\:focus\:bg-blue-400:focus {
    background-color: #63b3ed;
  }

  .sm\:focus\:bg-blue-500:focus {
    background-color: #4299e1;
  }

  .sm\:focus\:bg-blue-600:focus {
    background-color: #3182ce;
  }

  .sm\:focus\:bg-blue-700:focus {
    background-color: #2b6cb0;
  }

  .sm\:focus\:bg-blue-800:focus {
    background-color: #2c5282;
  }

  .sm\:focus\:bg-blue-900:focus {
    background-color: #2a4365;
  }

  .sm\:focus\:bg-indigo-100:focus {
    background-color: #ebf4ff;
  }

  .sm\:focus\:bg-indigo-200:focus {
    background-color: #c3dafe;
  }

  .sm\:focus\:bg-indigo-300:focus {
    background-color: #a3bffa;
  }

  .sm\:focus\:bg-indigo-400:focus {
    background-color: #7f9cf5;
  }

  .sm\:focus\:bg-indigo-500:focus {
    background-color: #667eea;
  }

  .sm\:focus\:bg-indigo-600:focus {
    background-color: #5a67d8;
  }

  .sm\:focus\:bg-indigo-700:focus {
    background-color: #4c51bf;
  }

  .sm\:focus\:bg-indigo-800:focus {
    background-color: #434190;
  }

  .sm\:focus\:bg-indigo-900:focus {
    background-color: #3c366b;
  }

  .sm\:focus\:bg-purple-100:focus {
    background-color: #faf5ff;
  }

  .sm\:focus\:bg-purple-200:focus {
    background-color: #e9d8fd;
  }

  .sm\:focus\:bg-purple-300:focus {
    background-color: #d6bcfa;
  }

  .sm\:focus\:bg-purple-400:focus {
    background-color: #b794f4;
  }

  .sm\:focus\:bg-purple-500:focus {
    background-color: #9f7aea;
  }

  .sm\:focus\:bg-purple-600:focus {
    background-color: #805ad5;
  }

  .sm\:focus\:bg-purple-700:focus {
    background-color: #6b46c1;
  }

  .sm\:focus\:bg-purple-800:focus {
    background-color: #553c9a;
  }

  .sm\:focus\:bg-purple-900:focus {
    background-color: #44337a;
  }

  .sm\:focus\:bg-pink-100:focus {
    background-color: #fff5f7;
  }

  .sm\:focus\:bg-pink-200:focus {
    background-color: #fed7e2;
  }

  .sm\:focus\:bg-pink-300:focus {
    background-color: #fbb6ce;
  }

  .sm\:focus\:bg-pink-400:focus {
    background-color: #f687b3;
  }

  .sm\:focus\:bg-pink-500:focus {
    background-color: #ed64a6;
  }

  .sm\:focus\:bg-pink-600:focus {
    background-color: #d53f8c;
  }

  .sm\:focus\:bg-pink-700:focus {
    background-color: #b83280;
  }

  .sm\:focus\:bg-pink-800:focus {
    background-color: #97266d;
  }

  .sm\:focus\:bg-pink-900:focus {
    background-color: #702459;
  }

  .sm\:active\:bg-transparent:active {
    background-color: transparent;
  }

  .sm\:active\:bg-black:active {
    background-color: #000;
  }

  .sm\:active\:bg-white:active {
    background-color: #fff;
  }

  .sm\:active\:bg-gray-100:active {
    background-color: #f7fafc;
  }

  .sm\:active\:bg-gray-200:active {
    background-color: #edf2f7;
  }

  .sm\:active\:bg-gray-300:active {
    background-color: #e2e8f0;
  }

  .sm\:active\:bg-gray-400:active {
    background-color: #cbd5e0;
  }

  .sm\:active\:bg-gray-500:active {
    background-color: #a0aec0;
  }

  .sm\:active\:bg-gray-600:active {
    background-color: #718096;
  }

  .sm\:active\:bg-gray-700:active {
    background-color: #4a5568;
  }

  .sm\:active\:bg-gray-800:active {
    background-color: #2d3748;
  }

  .sm\:active\:bg-gray-900:active {
    background-color: #1a202c;
  }

  .sm\:active\:bg-red-100:active {
    background-color: #fff5f5;
  }

  .sm\:active\:bg-red-200:active {
    background-color: #fed7d7;
  }

  .sm\:active\:bg-red-300:active {
    background-color: #feb2b2;
  }

  .sm\:active\:bg-red-400:active {
    background-color: #fc8181;
  }

  .sm\:active\:bg-red-500:active {
    background-color: #f56565;
  }

  .sm\:active\:bg-red-600:active {
    background-color: #e53e3e;
  }

  .sm\:active\:bg-red-700:active {
    background-color: #c53030;
  }

  .sm\:active\:bg-red-800:active {
    background-color: #9b2c2c;
  }

  .sm\:active\:bg-red-900:active {
    background-color: #742a2a;
  }

  .sm\:active\:bg-orange-100:active {
    background-color: #fffaf0;
  }

  .sm\:active\:bg-orange-200:active {
    background-color: #feebc8;
  }

  .sm\:active\:bg-orange-300:active {
    background-color: #fbd38d;
  }

  .sm\:active\:bg-orange-400:active {
    background-color: #f6ad55;
  }

  .sm\:active\:bg-orange-500:active {
    background-color: #ed8936;
  }

  .sm\:active\:bg-orange-600:active {
    background-color: #dd6b20;
  }

  .sm\:active\:bg-orange-700:active {
    background-color: #c05621;
  }

  .sm\:active\:bg-orange-800:active {
    background-color: #9c4221;
  }

  .sm\:active\:bg-orange-900:active {
    background-color: #7b341e;
  }

  .sm\:active\:bg-yellow-100:active {
    background-color: #fffff0;
  }

  .sm\:active\:bg-yellow-200:active {
    background-color: #fefcbf;
  }

  .sm\:active\:bg-yellow-300:active {
    background-color: #faf089;
  }

  .sm\:active\:bg-yellow-400:active {
    background-color: #f6e05e;
  }

  .sm\:active\:bg-yellow-500:active {
    background-color: #ecc94b;
  }

  .sm\:active\:bg-yellow-600:active {
    background-color: #d69e2e;
  }

  .sm\:active\:bg-yellow-700:active {
    background-color: #b7791f;
  }

  .sm\:active\:bg-yellow-800:active {
    background-color: #975a16;
  }

  .sm\:active\:bg-yellow-900:active {
    background-color: #744210;
  }

  .sm\:active\:bg-green-100:active {
    background-color: #f0fff4;
  }

  .sm\:active\:bg-green-200:active {
    background-color: #c6f6d5;
  }

  .sm\:active\:bg-green-300:active {
    background-color: #9ae6b4;
  }

  .sm\:active\:bg-green-400:active {
    background-color: #68d391;
  }

  .sm\:active\:bg-green-500:active {
    background-color: #48bb78;
  }

  .sm\:active\:bg-green-600:active {
    background-color: #38a169;
  }

  .sm\:active\:bg-green-700:active {
    background-color: #2f855a;
  }

  .sm\:active\:bg-green-800:active {
    background-color: #276749;
  }

  .sm\:active\:bg-green-900:active {
    background-color: #22543d;
  }

  .sm\:active\:bg-teal-100:active {
    background-color: #e6fffa;
  }

  .sm\:active\:bg-teal-200:active {
    background-color: #b2f5ea;
  }

  .sm\:active\:bg-teal-300:active {
    background-color: #81e6d9;
  }

  .sm\:active\:bg-teal-400:active {
    background-color: #4fd1c5;
  }

  .sm\:active\:bg-teal-500:active {
    background-color: #38b2ac;
  }

  .sm\:active\:bg-teal-600:active {
    background-color: #319795;
  }

  .sm\:active\:bg-teal-700:active {
    background-color: #2c7a7b;
  }

  .sm\:active\:bg-teal-800:active {
    background-color: #285e61;
  }

  .sm\:active\:bg-teal-900:active {
    background-color: #234e52;
  }

  .sm\:active\:bg-blue-100:active {
    background-color: #ebf8ff;
  }

  .sm\:active\:bg-blue-200:active {
    background-color: #bee3f8;
  }

  .sm\:active\:bg-blue-300:active {
    background-color: #90cdf4;
  }

  .sm\:active\:bg-blue-400:active {
    background-color: #63b3ed;
  }

  .sm\:active\:bg-blue-500:active {
    background-color: #4299e1;
  }

  .sm\:active\:bg-blue-600:active {
    background-color: #3182ce;
  }

  .sm\:active\:bg-blue-700:active {
    background-color: #2b6cb0;
  }

  .sm\:active\:bg-blue-800:active {
    background-color: #2c5282;
  }

  .sm\:active\:bg-blue-900:active {
    background-color: #2a4365;
  }

  .sm\:active\:bg-indigo-100:active {
    background-color: #ebf4ff;
  }

  .sm\:active\:bg-indigo-200:active {
    background-color: #c3dafe;
  }

  .sm\:active\:bg-indigo-300:active {
    background-color: #a3bffa;
  }

  .sm\:active\:bg-indigo-400:active {
    background-color: #7f9cf5;
  }

  .sm\:active\:bg-indigo-500:active {
    background-color: #667eea;
  }

  .sm\:active\:bg-indigo-600:active {
    background-color: #5a67d8;
  }

  .sm\:active\:bg-indigo-700:active {
    background-color: #4c51bf;
  }

  .sm\:active\:bg-indigo-800:active {
    background-color: #434190;
  }

  .sm\:active\:bg-indigo-900:active {
    background-color: #3c366b;
  }

  .sm\:active\:bg-purple-100:active {
    background-color: #faf5ff;
  }

  .sm\:active\:bg-purple-200:active {
    background-color: #e9d8fd;
  }

  .sm\:active\:bg-purple-300:active {
    background-color: #d6bcfa;
  }

  .sm\:active\:bg-purple-400:active {
    background-color: #b794f4;
  }

  .sm\:active\:bg-purple-500:active {
    background-color: #9f7aea;
  }

  .sm\:active\:bg-purple-600:active {
    background-color: #805ad5;
  }

  .sm\:active\:bg-purple-700:active {
    background-color: #6b46c1;
  }

  .sm\:active\:bg-purple-800:active {
    background-color: #553c9a;
  }

  .sm\:active\:bg-purple-900:active {
    background-color: #44337a;
  }

  .sm\:active\:bg-pink-100:active {
    background-color: #fff5f7;
  }

  .sm\:active\:bg-pink-200:active {
    background-color: #fed7e2;
  }

  .sm\:active\:bg-pink-300:active {
    background-color: #fbb6ce;
  }

  .sm\:active\:bg-pink-400:active {
    background-color: #f687b3;
  }

  .sm\:active\:bg-pink-500:active {
    background-color: #ed64a6;
  }

  .sm\:active\:bg-pink-600:active {
    background-color: #d53f8c;
  }

  .sm\:active\:bg-pink-700:active {
    background-color: #b83280;
  }

  .sm\:active\:bg-pink-800:active {
    background-color: #97266d;
  }

  .sm\:active\:bg-pink-900:active {
    background-color: #702459;
  }

  .sm\:visited\:bg-transparent:visited {
    background-color: transparent;
  }

  .sm\:visited\:bg-black:visited {
    background-color: #000;
  }

  .sm\:visited\:bg-white:visited {
    background-color: #fff;
  }

  .sm\:visited\:bg-gray-100:visited {
    background-color: #f7fafc;
  }

  .sm\:visited\:bg-gray-200:visited {
    background-color: #edf2f7;
  }

  .sm\:visited\:bg-gray-300:visited {
    background-color: #e2e8f0;
  }

  .sm\:visited\:bg-gray-400:visited {
    background-color: #cbd5e0;
  }

  .sm\:visited\:bg-gray-500:visited {
    background-color: #a0aec0;
  }

  .sm\:visited\:bg-gray-600:visited {
    background-color: #718096;
  }

  .sm\:visited\:bg-gray-700:visited {
    background-color: #4a5568;
  }

  .sm\:visited\:bg-gray-800:visited {
    background-color: #2d3748;
  }

  .sm\:visited\:bg-gray-900:visited {
    background-color: #1a202c;
  }

  .sm\:visited\:bg-red-100:visited {
    background-color: #fff5f5;
  }

  .sm\:visited\:bg-red-200:visited {
    background-color: #fed7d7;
  }

  .sm\:visited\:bg-red-300:visited {
    background-color: #feb2b2;
  }

  .sm\:visited\:bg-red-400:visited {
    background-color: #fc8181;
  }

  .sm\:visited\:bg-red-500:visited {
    background-color: #f56565;
  }

  .sm\:visited\:bg-red-600:visited {
    background-color: #e53e3e;
  }

  .sm\:visited\:bg-red-700:visited {
    background-color: #c53030;
  }

  .sm\:visited\:bg-red-800:visited {
    background-color: #9b2c2c;
  }

  .sm\:visited\:bg-red-900:visited {
    background-color: #742a2a;
  }

  .sm\:visited\:bg-orange-100:visited {
    background-color: #fffaf0;
  }

  .sm\:visited\:bg-orange-200:visited {
    background-color: #feebc8;
  }

  .sm\:visited\:bg-orange-300:visited {
    background-color: #fbd38d;
  }

  .sm\:visited\:bg-orange-400:visited {
    background-color: #f6ad55;
  }

  .sm\:visited\:bg-orange-500:visited {
    background-color: #ed8936;
  }

  .sm\:visited\:bg-orange-600:visited {
    background-color: #dd6b20;
  }

  .sm\:visited\:bg-orange-700:visited {
    background-color: #c05621;
  }

  .sm\:visited\:bg-orange-800:visited {
    background-color: #9c4221;
  }

  .sm\:visited\:bg-orange-900:visited {
    background-color: #7b341e;
  }

  .sm\:visited\:bg-yellow-100:visited {
    background-color: #fffff0;
  }

  .sm\:visited\:bg-yellow-200:visited {
    background-color: #fefcbf;
  }

  .sm\:visited\:bg-yellow-300:visited {
    background-color: #faf089;
  }

  .sm\:visited\:bg-yellow-400:visited {
    background-color: #f6e05e;
  }

  .sm\:visited\:bg-yellow-500:visited {
    background-color: #ecc94b;
  }

  .sm\:visited\:bg-yellow-600:visited {
    background-color: #d69e2e;
  }

  .sm\:visited\:bg-yellow-700:visited {
    background-color: #b7791f;
  }

  .sm\:visited\:bg-yellow-800:visited {
    background-color: #975a16;
  }

  .sm\:visited\:bg-yellow-900:visited {
    background-color: #744210;
  }

  .sm\:visited\:bg-green-100:visited {
    background-color: #f0fff4;
  }

  .sm\:visited\:bg-green-200:visited {
    background-color: #c6f6d5;
  }

  .sm\:visited\:bg-green-300:visited {
    background-color: #9ae6b4;
  }

  .sm\:visited\:bg-green-400:visited {
    background-color: #68d391;
  }

  .sm\:visited\:bg-green-500:visited {
    background-color: #48bb78;
  }

  .sm\:visited\:bg-green-600:visited {
    background-color: #38a169;
  }

  .sm\:visited\:bg-green-700:visited {
    background-color: #2f855a;
  }

  .sm\:visited\:bg-green-800:visited {
    background-color: #276749;
  }

  .sm\:visited\:bg-green-900:visited {
    background-color: #22543d;
  }

  .sm\:visited\:bg-teal-100:visited {
    background-color: #e6fffa;
  }

  .sm\:visited\:bg-teal-200:visited {
    background-color: #b2f5ea;
  }

  .sm\:visited\:bg-teal-300:visited {
    background-color: #81e6d9;
  }

  .sm\:visited\:bg-teal-400:visited {
    background-color: #4fd1c5;
  }

  .sm\:visited\:bg-teal-500:visited {
    background-color: #38b2ac;
  }

  .sm\:visited\:bg-teal-600:visited {
    background-color: #319795;
  }

  .sm\:visited\:bg-teal-700:visited {
    background-color: #2c7a7b;
  }

  .sm\:visited\:bg-teal-800:visited {
    background-color: #285e61;
  }

  .sm\:visited\:bg-teal-900:visited {
    background-color: #234e52;
  }

  .sm\:visited\:bg-blue-100:visited {
    background-color: #ebf8ff;
  }

  .sm\:visited\:bg-blue-200:visited {
    background-color: #bee3f8;
  }

  .sm\:visited\:bg-blue-300:visited {
    background-color: #90cdf4;
  }

  .sm\:visited\:bg-blue-400:visited {
    background-color: #63b3ed;
  }

  .sm\:visited\:bg-blue-500:visited {
    background-color: #4299e1;
  }

  .sm\:visited\:bg-blue-600:visited {
    background-color: #3182ce;
  }

  .sm\:visited\:bg-blue-700:visited {
    background-color: #2b6cb0;
  }

  .sm\:visited\:bg-blue-800:visited {
    background-color: #2c5282;
  }

  .sm\:visited\:bg-blue-900:visited {
    background-color: #2a4365;
  }

  .sm\:visited\:bg-indigo-100:visited {
    background-color: #ebf4ff;
  }

  .sm\:visited\:bg-indigo-200:visited {
    background-color: #c3dafe;
  }

  .sm\:visited\:bg-indigo-300:visited {
    background-color: #a3bffa;
  }

  .sm\:visited\:bg-indigo-400:visited {
    background-color: #7f9cf5;
  }

  .sm\:visited\:bg-indigo-500:visited {
    background-color: #667eea;
  }

  .sm\:visited\:bg-indigo-600:visited {
    background-color: #5a67d8;
  }

  .sm\:visited\:bg-indigo-700:visited {
    background-color: #4c51bf;
  }

  .sm\:visited\:bg-indigo-800:visited {
    background-color: #434190;
  }

  .sm\:visited\:bg-indigo-900:visited {
    background-color: #3c366b;
  }

  .sm\:visited\:bg-purple-100:visited {
    background-color: #faf5ff;
  }

  .sm\:visited\:bg-purple-200:visited {
    background-color: #e9d8fd;
  }

  .sm\:visited\:bg-purple-300:visited {
    background-color: #d6bcfa;
  }

  .sm\:visited\:bg-purple-400:visited {
    background-color: #b794f4;
  }

  .sm\:visited\:bg-purple-500:visited {
    background-color: #9f7aea;
  }

  .sm\:visited\:bg-purple-600:visited {
    background-color: #805ad5;
  }

  .sm\:visited\:bg-purple-700:visited {
    background-color: #6b46c1;
  }

  .sm\:visited\:bg-purple-800:visited {
    background-color: #553c9a;
  }

  .sm\:visited\:bg-purple-900:visited {
    background-color: #44337a;
  }

  .sm\:visited\:bg-pink-100:visited {
    background-color: #fff5f7;
  }

  .sm\:visited\:bg-pink-200:visited {
    background-color: #fed7e2;
  }

  .sm\:visited\:bg-pink-300:visited {
    background-color: #fbb6ce;
  }

  .sm\:visited\:bg-pink-400:visited {
    background-color: #f687b3;
  }

  .sm\:visited\:bg-pink-500:visited {
    background-color: #ed64a6;
  }

  .sm\:visited\:bg-pink-600:visited {
    background-color: #d53f8c;
  }

  .sm\:visited\:bg-pink-700:visited {
    background-color: #b83280;
  }

  .sm\:visited\:bg-pink-800:visited {
    background-color: #97266d;
  }

  .sm\:visited\:bg-pink-900:visited {
    background-color: #702459;
  }

  .sm\:disabled\:bg-transparent:disabled {
    background-color: transparent;
  }

  .sm\:disabled\:bg-black:disabled {
    background-color: #000;
  }

  .sm\:disabled\:bg-white:disabled {
    background-color: #fff;
  }

  .sm\:disabled\:bg-gray-100:disabled {
    background-color: #f7fafc;
  }

  .sm\:disabled\:bg-gray-200:disabled {
    background-color: #edf2f7;
  }

  .sm\:disabled\:bg-gray-300:disabled {
    background-color: #e2e8f0;
  }

  .sm\:disabled\:bg-gray-400:disabled {
    background-color: #cbd5e0;
  }

  .sm\:disabled\:bg-gray-500:disabled {
    background-color: #a0aec0;
  }

  .sm\:disabled\:bg-gray-600:disabled {
    background-color: #718096;
  }

  .sm\:disabled\:bg-gray-700:disabled {
    background-color: #4a5568;
  }

  .sm\:disabled\:bg-gray-800:disabled {
    background-color: #2d3748;
  }

  .sm\:disabled\:bg-gray-900:disabled {
    background-color: #1a202c;
  }

  .sm\:disabled\:bg-red-100:disabled {
    background-color: #fff5f5;
  }

  .sm\:disabled\:bg-red-200:disabled {
    background-color: #fed7d7;
  }

  .sm\:disabled\:bg-red-300:disabled {
    background-color: #feb2b2;
  }

  .sm\:disabled\:bg-red-400:disabled {
    background-color: #fc8181;
  }

  .sm\:disabled\:bg-red-500:disabled {
    background-color: #f56565;
  }

  .sm\:disabled\:bg-red-600:disabled {
    background-color: #e53e3e;
  }

  .sm\:disabled\:bg-red-700:disabled {
    background-color: #c53030;
  }

  .sm\:disabled\:bg-red-800:disabled {
    background-color: #9b2c2c;
  }

  .sm\:disabled\:bg-red-900:disabled {
    background-color: #742a2a;
  }

  .sm\:disabled\:bg-orange-100:disabled {
    background-color: #fffaf0;
  }

  .sm\:disabled\:bg-orange-200:disabled {
    background-color: #feebc8;
  }

  .sm\:disabled\:bg-orange-300:disabled {
    background-color: #fbd38d;
  }

  .sm\:disabled\:bg-orange-400:disabled {
    background-color: #f6ad55;
  }

  .sm\:disabled\:bg-orange-500:disabled {
    background-color: #ed8936;
  }

  .sm\:disabled\:bg-orange-600:disabled {
    background-color: #dd6b20;
  }

  .sm\:disabled\:bg-orange-700:disabled {
    background-color: #c05621;
  }

  .sm\:disabled\:bg-orange-800:disabled {
    background-color: #9c4221;
  }

  .sm\:disabled\:bg-orange-900:disabled {
    background-color: #7b341e;
  }

  .sm\:disabled\:bg-yellow-100:disabled {
    background-color: #fffff0;
  }

  .sm\:disabled\:bg-yellow-200:disabled {
    background-color: #fefcbf;
  }

  .sm\:disabled\:bg-yellow-300:disabled {
    background-color: #faf089;
  }

  .sm\:disabled\:bg-yellow-400:disabled {
    background-color: #f6e05e;
  }

  .sm\:disabled\:bg-yellow-500:disabled {
    background-color: #ecc94b;
  }

  .sm\:disabled\:bg-yellow-600:disabled {
    background-color: #d69e2e;
  }

  .sm\:disabled\:bg-yellow-700:disabled {
    background-color: #b7791f;
  }

  .sm\:disabled\:bg-yellow-800:disabled {
    background-color: #975a16;
  }

  .sm\:disabled\:bg-yellow-900:disabled {
    background-color: #744210;
  }

  .sm\:disabled\:bg-green-100:disabled {
    background-color: #f0fff4;
  }

  .sm\:disabled\:bg-green-200:disabled {
    background-color: #c6f6d5;
  }

  .sm\:disabled\:bg-green-300:disabled {
    background-color: #9ae6b4;
  }

  .sm\:disabled\:bg-green-400:disabled {
    background-color: #68d391;
  }

  .sm\:disabled\:bg-green-500:disabled {
    background-color: #48bb78;
  }

  .sm\:disabled\:bg-green-600:disabled {
    background-color: #38a169;
  }

  .sm\:disabled\:bg-green-700:disabled {
    background-color: #2f855a;
  }

  .sm\:disabled\:bg-green-800:disabled {
    background-color: #276749;
  }

  .sm\:disabled\:bg-green-900:disabled {
    background-color: #22543d;
  }

  .sm\:disabled\:bg-teal-100:disabled {
    background-color: #e6fffa;
  }

  .sm\:disabled\:bg-teal-200:disabled {
    background-color: #b2f5ea;
  }

  .sm\:disabled\:bg-teal-300:disabled {
    background-color: #81e6d9;
  }

  .sm\:disabled\:bg-teal-400:disabled {
    background-color: #4fd1c5;
  }

  .sm\:disabled\:bg-teal-500:disabled {
    background-color: #38b2ac;
  }

  .sm\:disabled\:bg-teal-600:disabled {
    background-color: #319795;
  }

  .sm\:disabled\:bg-teal-700:disabled {
    background-color: #2c7a7b;
  }

  .sm\:disabled\:bg-teal-800:disabled {
    background-color: #285e61;
  }

  .sm\:disabled\:bg-teal-900:disabled {
    background-color: #234e52;
  }

  .sm\:disabled\:bg-blue-100:disabled {
    background-color: #ebf8ff;
  }

  .sm\:disabled\:bg-blue-200:disabled {
    background-color: #bee3f8;
  }

  .sm\:disabled\:bg-blue-300:disabled {
    background-color: #90cdf4;
  }

  .sm\:disabled\:bg-blue-400:disabled {
    background-color: #63b3ed;
  }

  .sm\:disabled\:bg-blue-500:disabled {
    background-color: #4299e1;
  }

  .sm\:disabled\:bg-blue-600:disabled {
    background-color: #3182ce;
  }

  .sm\:disabled\:bg-blue-700:disabled {
    background-color: #2b6cb0;
  }

  .sm\:disabled\:bg-blue-800:disabled {
    background-color: #2c5282;
  }

  .sm\:disabled\:bg-blue-900:disabled {
    background-color: #2a4365;
  }

  .sm\:disabled\:bg-indigo-100:disabled {
    background-color: #ebf4ff;
  }

  .sm\:disabled\:bg-indigo-200:disabled {
    background-color: #c3dafe;
  }

  .sm\:disabled\:bg-indigo-300:disabled {
    background-color: #a3bffa;
  }

  .sm\:disabled\:bg-indigo-400:disabled {
    background-color: #7f9cf5;
  }

  .sm\:disabled\:bg-indigo-500:disabled {
    background-color: #667eea;
  }

  .sm\:disabled\:bg-indigo-600:disabled {
    background-color: #5a67d8;
  }

  .sm\:disabled\:bg-indigo-700:disabled {
    background-color: #4c51bf;
  }

  .sm\:disabled\:bg-indigo-800:disabled {
    background-color: #434190;
  }

  .sm\:disabled\:bg-indigo-900:disabled {
    background-color: #3c366b;
  }

  .sm\:disabled\:bg-purple-100:disabled {
    background-color: #faf5ff;
  }

  .sm\:disabled\:bg-purple-200:disabled {
    background-color: #e9d8fd;
  }

  .sm\:disabled\:bg-purple-300:disabled {
    background-color: #d6bcfa;
  }

  .sm\:disabled\:bg-purple-400:disabled {
    background-color: #b794f4;
  }

  .sm\:disabled\:bg-purple-500:disabled {
    background-color: #9f7aea;
  }

  .sm\:disabled\:bg-purple-600:disabled {
    background-color: #805ad5;
  }

  .sm\:disabled\:bg-purple-700:disabled {
    background-color: #6b46c1;
  }

  .sm\:disabled\:bg-purple-800:disabled {
    background-color: #553c9a;
  }

  .sm\:disabled\:bg-purple-900:disabled {
    background-color: #44337a;
  }

  .sm\:disabled\:bg-pink-100:disabled {
    background-color: #fff5f7;
  }

  .sm\:disabled\:bg-pink-200:disabled {
    background-color: #fed7e2;
  }

  .sm\:disabled\:bg-pink-300:disabled {
    background-color: #fbb6ce;
  }

  .sm\:disabled\:bg-pink-400:disabled {
    background-color: #f687b3;
  }

  .sm\:disabled\:bg-pink-500:disabled {
    background-color: #ed64a6;
  }

  .sm\:disabled\:bg-pink-600:disabled {
    background-color: #d53f8c;
  }

  .sm\:disabled\:bg-pink-700:disabled {
    background-color: #b83280;
  }

  .sm\:disabled\:bg-pink-800:disabled {
    background-color: #97266d;
  }

  .sm\:disabled\:bg-pink-900:disabled {
    background-color: #702459;
  }

  .sm\:bg-bottom {
    background-position: bottom;
  }

  .sm\:bg-center {
    background-position: center;
  }

  .sm\:bg-left {
    background-position: left;
  }

  .sm\:bg-left-bottom {
    background-position: left bottom;
  }

  .sm\:bg-left-top {
    background-position: left top;
  }

  .sm\:bg-right {
    background-position: right;
  }

  .sm\:bg-right-bottom {
    background-position: right bottom;
  }

  .sm\:bg-right-top {
    background-position: right top;
  }

  .sm\:bg-top {
    background-position: top;
  }

  .group:hover .sm\:group-hover\:bg-bottom {
    background-position: bottom;
  }

  .group:hover .sm\:group-hover\:bg-center {
    background-position: center;
  }

  .group:hover .sm\:group-hover\:bg-left {
    background-position: left;
  }

  .group:hover .sm\:group-hover\:bg-left-bottom {
    background-position: left bottom;
  }

  .group:hover .sm\:group-hover\:bg-left-top {
    background-position: left top;
  }

  .group:hover .sm\:group-hover\:bg-right {
    background-position: right;
  }

  .group:hover .sm\:group-hover\:bg-right-bottom {
    background-position: right bottom;
  }

  .group:hover .sm\:group-hover\:bg-right-top {
    background-position: right top;
  }

  .group:hover .sm\:group-hover\:bg-top {
    background-position: top;
  }

  .sm\:focus-within\:bg-bottom:focus-within {
    background-position: bottom;
  }

  .sm\:focus-within\:bg-center:focus-within {
    background-position: center;
  }

  .sm\:focus-within\:bg-left:focus-within {
    background-position: left;
  }

  .sm\:focus-within\:bg-left-bottom:focus-within {
    background-position: left bottom;
  }

  .sm\:focus-within\:bg-left-top:focus-within {
    background-position: left top;
  }

  .sm\:focus-within\:bg-right:focus-within {
    background-position: right;
  }

  .sm\:focus-within\:bg-right-bottom:focus-within {
    background-position: right bottom;
  }

  .sm\:focus-within\:bg-right-top:focus-within {
    background-position: right top;
  }

  .sm\:focus-within\:bg-top:focus-within {
    background-position: top;
  }

  .sm\:first\:bg-bottom:first-child {
    background-position: bottom;
  }

  .sm\:first\:bg-center:first-child {
    background-position: center;
  }

  .sm\:first\:bg-left:first-child {
    background-position: left;
  }

  .sm\:first\:bg-left-bottom:first-child {
    background-position: left bottom;
  }

  .sm\:first\:bg-left-top:first-child {
    background-position: left top;
  }

  .sm\:first\:bg-right:first-child {
    background-position: right;
  }

  .sm\:first\:bg-right-bottom:first-child {
    background-position: right bottom;
  }

  .sm\:first\:bg-right-top:first-child {
    background-position: right top;
  }

  .sm\:first\:bg-top:first-child {
    background-position: top;
  }

  .sm\:last\:bg-bottom:last-child {
    background-position: bottom;
  }

  .sm\:last\:bg-center:last-child {
    background-position: center;
  }

  .sm\:last\:bg-left:last-child {
    background-position: left;
  }

  .sm\:last\:bg-left-bottom:last-child {
    background-position: left bottom;
  }

  .sm\:last\:bg-left-top:last-child {
    background-position: left top;
  }

  .sm\:last\:bg-right:last-child {
    background-position: right;
  }

  .sm\:last\:bg-right-bottom:last-child {
    background-position: right bottom;
  }

  .sm\:last\:bg-right-top:last-child {
    background-position: right top;
  }

  .sm\:last\:bg-top:last-child {
    background-position: top;
  }

  .sm\:odd\:bg-bottom:nth-child(odd) {
    background-position: bottom;
  }

  .sm\:odd\:bg-center:nth-child(odd) {
    background-position: center;
  }

  .sm\:odd\:bg-left:nth-child(odd) {
    background-position: left;
  }

  .sm\:odd\:bg-left-bottom:nth-child(odd) {
    background-position: left bottom;
  }

  .sm\:odd\:bg-left-top:nth-child(odd) {
    background-position: left top;
  }

  .sm\:odd\:bg-right:nth-child(odd) {
    background-position: right;
  }

  .sm\:odd\:bg-right-bottom:nth-child(odd) {
    background-position: right bottom;
  }

  .sm\:odd\:bg-right-top:nth-child(odd) {
    background-position: right top;
  }

  .sm\:odd\:bg-top:nth-child(odd) {
    background-position: top;
  }

  .sm\:even\:bg-bottom:nth-child(even) {
    background-position: bottom;
  }

  .sm\:even\:bg-center:nth-child(even) {
    background-position: center;
  }

  .sm\:even\:bg-left:nth-child(even) {
    background-position: left;
  }

  .sm\:even\:bg-left-bottom:nth-child(even) {
    background-position: left bottom;
  }

  .sm\:even\:bg-left-top:nth-child(even) {
    background-position: left top;
  }

  .sm\:even\:bg-right:nth-child(even) {
    background-position: right;
  }

  .sm\:even\:bg-right-bottom:nth-child(even) {
    background-position: right bottom;
  }

  .sm\:even\:bg-right-top:nth-child(even) {
    background-position: right top;
  }

  .sm\:even\:bg-top:nth-child(even) {
    background-position: top;
  }

  .sm\:hover\:bg-bottom:hover {
    background-position: bottom;
  }

  .sm\:hover\:bg-center:hover {
    background-position: center;
  }

  .sm\:hover\:bg-left:hover {
    background-position: left;
  }

  .sm\:hover\:bg-left-bottom:hover {
    background-position: left bottom;
  }

  .sm\:hover\:bg-left-top:hover {
    background-position: left top;
  }

  .sm\:hover\:bg-right:hover {
    background-position: right;
  }

  .sm\:hover\:bg-right-bottom:hover {
    background-position: right bottom;
  }

  .sm\:hover\:bg-right-top:hover {
    background-position: right top;
  }

  .sm\:hover\:bg-top:hover {
    background-position: top;
  }

  .sm\:focus\:bg-bottom:focus {
    background-position: bottom;
  }

  .sm\:focus\:bg-center:focus {
    background-position: center;
  }

  .sm\:focus\:bg-left:focus {
    background-position: left;
  }

  .sm\:focus\:bg-left-bottom:focus {
    background-position: left bottom;
  }

  .sm\:focus\:bg-left-top:focus {
    background-position: left top;
  }

  .sm\:focus\:bg-right:focus {
    background-position: right;
  }

  .sm\:focus\:bg-right-bottom:focus {
    background-position: right bottom;
  }

  .sm\:focus\:bg-right-top:focus {
    background-position: right top;
  }

  .sm\:focus\:bg-top:focus {
    background-position: top;
  }

  .sm\:active\:bg-bottom:active {
    background-position: bottom;
  }

  .sm\:active\:bg-center:active {
    background-position: center;
  }

  .sm\:active\:bg-left:active {
    background-position: left;
  }

  .sm\:active\:bg-left-bottom:active {
    background-position: left bottom;
  }

  .sm\:active\:bg-left-top:active {
    background-position: left top;
  }

  .sm\:active\:bg-right:active {
    background-position: right;
  }

  .sm\:active\:bg-right-bottom:active {
    background-position: right bottom;
  }

  .sm\:active\:bg-right-top:active {
    background-position: right top;
  }

  .sm\:active\:bg-top:active {
    background-position: top;
  }

  .sm\:visited\:bg-bottom:visited {
    background-position: bottom;
  }

  .sm\:visited\:bg-center:visited {
    background-position: center;
  }

  .sm\:visited\:bg-left:visited {
    background-position: left;
  }

  .sm\:visited\:bg-left-bottom:visited {
    background-position: left bottom;
  }

  .sm\:visited\:bg-left-top:visited {
    background-position: left top;
  }

  .sm\:visited\:bg-right:visited {
    background-position: right;
  }

  .sm\:visited\:bg-right-bottom:visited {
    background-position: right bottom;
  }

  .sm\:visited\:bg-right-top:visited {
    background-position: right top;
  }

  .sm\:visited\:bg-top:visited {
    background-position: top;
  }

  .sm\:disabled\:bg-bottom:disabled {
    background-position: bottom;
  }

  .sm\:disabled\:bg-center:disabled {
    background-position: center;
  }

  .sm\:disabled\:bg-left:disabled {
    background-position: left;
  }

  .sm\:disabled\:bg-left-bottom:disabled {
    background-position: left bottom;
  }

  .sm\:disabled\:bg-left-top:disabled {
    background-position: left top;
  }

  .sm\:disabled\:bg-right:disabled {
    background-position: right;
  }

  .sm\:disabled\:bg-right-bottom:disabled {
    background-position: right bottom;
  }

  .sm\:disabled\:bg-right-top:disabled {
    background-position: right top;
  }

  .sm\:disabled\:bg-top:disabled {
    background-position: top;
  }

  .sm\:bg-repeat {
    background-repeat: repeat;
  }

  .sm\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .sm\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .sm\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .sm\:bg-repeat-round {
    background-repeat: round;
  }

  .sm\:bg-repeat-space {
    background-repeat: space;
  }

  .group:hover .sm\:group-hover\:bg-repeat {
    background-repeat: repeat;
  }

  .group:hover .sm\:group-hover\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .group:hover .sm\:group-hover\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .group:hover .sm\:group-hover\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .group:hover .sm\:group-hover\:bg-repeat-round {
    background-repeat: round;
  }

  .group:hover .sm\:group-hover\:bg-repeat-space {
    background-repeat: space;
  }

  .sm\:focus-within\:bg-repeat:focus-within {
    background-repeat: repeat;
  }

  .sm\:focus-within\:bg-no-repeat:focus-within {
    background-repeat: no-repeat;
  }

  .sm\:focus-within\:bg-repeat-x:focus-within {
    background-repeat: repeat-x;
  }

  .sm\:focus-within\:bg-repeat-y:focus-within {
    background-repeat: repeat-y;
  }

  .sm\:focus-within\:bg-repeat-round:focus-within {
    background-repeat: round;
  }

  .sm\:focus-within\:bg-repeat-space:focus-within {
    background-repeat: space;
  }

  .sm\:first\:bg-repeat:first-child {
    background-repeat: repeat;
  }

  .sm\:first\:bg-no-repeat:first-child {
    background-repeat: no-repeat;
  }

  .sm\:first\:bg-repeat-x:first-child {
    background-repeat: repeat-x;
  }

  .sm\:first\:bg-repeat-y:first-child {
    background-repeat: repeat-y;
  }

  .sm\:first\:bg-repeat-round:first-child {
    background-repeat: round;
  }

  .sm\:first\:bg-repeat-space:first-child {
    background-repeat: space;
  }

  .sm\:last\:bg-repeat:last-child {
    background-repeat: repeat;
  }

  .sm\:last\:bg-no-repeat:last-child {
    background-repeat: no-repeat;
  }

  .sm\:last\:bg-repeat-x:last-child {
    background-repeat: repeat-x;
  }

  .sm\:last\:bg-repeat-y:last-child {
    background-repeat: repeat-y;
  }

  .sm\:last\:bg-repeat-round:last-child {
    background-repeat: round;
  }

  .sm\:last\:bg-repeat-space:last-child {
    background-repeat: space;
  }

  .sm\:odd\:bg-repeat:nth-child(odd) {
    background-repeat: repeat;
  }

  .sm\:odd\:bg-no-repeat:nth-child(odd) {
    background-repeat: no-repeat;
  }

  .sm\:odd\:bg-repeat-x:nth-child(odd) {
    background-repeat: repeat-x;
  }

  .sm\:odd\:bg-repeat-y:nth-child(odd) {
    background-repeat: repeat-y;
  }

  .sm\:odd\:bg-repeat-round:nth-child(odd) {
    background-repeat: round;
  }

  .sm\:odd\:bg-repeat-space:nth-child(odd) {
    background-repeat: space;
  }

  .sm\:even\:bg-repeat:nth-child(even) {
    background-repeat: repeat;
  }

  .sm\:even\:bg-no-repeat:nth-child(even) {
    background-repeat: no-repeat;
  }

  .sm\:even\:bg-repeat-x:nth-child(even) {
    background-repeat: repeat-x;
  }

  .sm\:even\:bg-repeat-y:nth-child(even) {
    background-repeat: repeat-y;
  }

  .sm\:even\:bg-repeat-round:nth-child(even) {
    background-repeat: round;
  }

  .sm\:even\:bg-repeat-space:nth-child(even) {
    background-repeat: space;
  }

  .sm\:hover\:bg-repeat:hover {
    background-repeat: repeat;
  }

  .sm\:hover\:bg-no-repeat:hover {
    background-repeat: no-repeat;
  }

  .sm\:hover\:bg-repeat-x:hover {
    background-repeat: repeat-x;
  }

  .sm\:hover\:bg-repeat-y:hover {
    background-repeat: repeat-y;
  }

  .sm\:hover\:bg-repeat-round:hover {
    background-repeat: round;
  }

  .sm\:hover\:bg-repeat-space:hover {
    background-repeat: space;
  }

  .sm\:focus\:bg-repeat:focus {
    background-repeat: repeat;
  }

  .sm\:focus\:bg-no-repeat:focus {
    background-repeat: no-repeat;
  }

  .sm\:focus\:bg-repeat-x:focus {
    background-repeat: repeat-x;
  }

  .sm\:focus\:bg-repeat-y:focus {
    background-repeat: repeat-y;
  }

  .sm\:focus\:bg-repeat-round:focus {
    background-repeat: round;
  }

  .sm\:focus\:bg-repeat-space:focus {
    background-repeat: space;
  }

  .sm\:active\:bg-repeat:active {
    background-repeat: repeat;
  }

  .sm\:active\:bg-no-repeat:active {
    background-repeat: no-repeat;
  }

  .sm\:active\:bg-repeat-x:active {
    background-repeat: repeat-x;
  }

  .sm\:active\:bg-repeat-y:active {
    background-repeat: repeat-y;
  }

  .sm\:active\:bg-repeat-round:active {
    background-repeat: round;
  }

  .sm\:active\:bg-repeat-space:active {
    background-repeat: space;
  }

  .sm\:visited\:bg-repeat:visited {
    background-repeat: repeat;
  }

  .sm\:visited\:bg-no-repeat:visited {
    background-repeat: no-repeat;
  }

  .sm\:visited\:bg-repeat-x:visited {
    background-repeat: repeat-x;
  }

  .sm\:visited\:bg-repeat-y:visited {
    background-repeat: repeat-y;
  }

  .sm\:visited\:bg-repeat-round:visited {
    background-repeat: round;
  }

  .sm\:visited\:bg-repeat-space:visited {
    background-repeat: space;
  }

  .sm\:disabled\:bg-repeat:disabled {
    background-repeat: repeat;
  }

  .sm\:disabled\:bg-no-repeat:disabled {
    background-repeat: no-repeat;
  }

  .sm\:disabled\:bg-repeat-x:disabled {
    background-repeat: repeat-x;
  }

  .sm\:disabled\:bg-repeat-y:disabled {
    background-repeat: repeat-y;
  }

  .sm\:disabled\:bg-repeat-round:disabled {
    background-repeat: round;
  }

  .sm\:disabled\:bg-repeat-space:disabled {
    background-repeat: space;
  }

  .sm\:bg-auto {
    background-size: auto;
  }

  .sm\:bg-cover {
    background-size: cover;
  }

  .sm\:bg-contain {
    background-size: contain;
  }

  .group:hover .sm\:group-hover\:bg-auto {
    background-size: auto;
  }

  .group:hover .sm\:group-hover\:bg-cover {
    background-size: cover;
  }

  .group:hover .sm\:group-hover\:bg-contain {
    background-size: contain;
  }

  .sm\:focus-within\:bg-auto:focus-within {
    background-size: auto;
  }

  .sm\:focus-within\:bg-cover:focus-within {
    background-size: cover;
  }

  .sm\:focus-within\:bg-contain:focus-within {
    background-size: contain;
  }

  .sm\:first\:bg-auto:first-child {
    background-size: auto;
  }

  .sm\:first\:bg-cover:first-child {
    background-size: cover;
  }

  .sm\:first\:bg-contain:first-child {
    background-size: contain;
  }

  .sm\:last\:bg-auto:last-child {
    background-size: auto;
  }

  .sm\:last\:bg-cover:last-child {
    background-size: cover;
  }

  .sm\:last\:bg-contain:last-child {
    background-size: contain;
  }

  .sm\:odd\:bg-auto:nth-child(odd) {
    background-size: auto;
  }

  .sm\:odd\:bg-cover:nth-child(odd) {
    background-size: cover;
  }

  .sm\:odd\:bg-contain:nth-child(odd) {
    background-size: contain;
  }

  .sm\:even\:bg-auto:nth-child(even) {
    background-size: auto;
  }

  .sm\:even\:bg-cover:nth-child(even) {
    background-size: cover;
  }

  .sm\:even\:bg-contain:nth-child(even) {
    background-size: contain;
  }

  .sm\:hover\:bg-auto:hover {
    background-size: auto;
  }

  .sm\:hover\:bg-cover:hover {
    background-size: cover;
  }

  .sm\:hover\:bg-contain:hover {
    background-size: contain;
  }

  .sm\:focus\:bg-auto:focus {
    background-size: auto;
  }

  .sm\:focus\:bg-cover:focus {
    background-size: cover;
  }

  .sm\:focus\:bg-contain:focus {
    background-size: contain;
  }

  .sm\:active\:bg-auto:active {
    background-size: auto;
  }

  .sm\:active\:bg-cover:active {
    background-size: cover;
  }

  .sm\:active\:bg-contain:active {
    background-size: contain;
  }

  .sm\:visited\:bg-auto:visited {
    background-size: auto;
  }

  .sm\:visited\:bg-cover:visited {
    background-size: cover;
  }

  .sm\:visited\:bg-contain:visited {
    background-size: contain;
  }

  .sm\:disabled\:bg-auto:disabled {
    background-size: auto;
  }

  .sm\:disabled\:bg-cover:disabled {
    background-size: cover;
  }

  .sm\:disabled\:bg-contain:disabled {
    background-size: contain;
  }

  .sm\:border-collapse {
    border-collapse: collapse;
  }

  .sm\:border-separate {
    border-collapse: separate;
  }

  .group:hover .sm\:group-hover\:border-collapse {
    border-collapse: collapse;
  }

  .group:hover .sm\:group-hover\:border-separate {
    border-collapse: separate;
  }

  .sm\:focus-within\:border-collapse:focus-within {
    border-collapse: collapse;
  }

  .sm\:focus-within\:border-separate:focus-within {
    border-collapse: separate;
  }

  .sm\:first\:border-collapse:first-child {
    border-collapse: collapse;
  }

  .sm\:first\:border-separate:first-child {
    border-collapse: separate;
  }

  .sm\:last\:border-collapse:last-child {
    border-collapse: collapse;
  }

  .sm\:last\:border-separate:last-child {
    border-collapse: separate;
  }

  .sm\:odd\:border-collapse:nth-child(odd) {
    border-collapse: collapse;
  }

  .sm\:odd\:border-separate:nth-child(odd) {
    border-collapse: separate;
  }

  .sm\:even\:border-collapse:nth-child(even) {
    border-collapse: collapse;
  }

  .sm\:even\:border-separate:nth-child(even) {
    border-collapse: separate;
  }

  .sm\:hover\:border-collapse:hover {
    border-collapse: collapse;
  }

  .sm\:hover\:border-separate:hover {
    border-collapse: separate;
  }

  .sm\:focus\:border-collapse:focus {
    border-collapse: collapse;
  }

  .sm\:focus\:border-separate:focus {
    border-collapse: separate;
  }

  .sm\:active\:border-collapse:active {
    border-collapse: collapse;
  }

  .sm\:active\:border-separate:active {
    border-collapse: separate;
  }

  .sm\:visited\:border-collapse:visited {
    border-collapse: collapse;
  }

  .sm\:visited\:border-separate:visited {
    border-collapse: separate;
  }

  .sm\:disabled\:border-collapse:disabled {
    border-collapse: collapse;
  }

  .sm\:disabled\:border-separate:disabled {
    border-collapse: separate;
  }

  .sm\:border-transparent {
    border-color: transparent;
  }

  .sm\:border-black {
    border-color: #000;
  }

  .sm\:border-white {
    border-color: #fff;
  }

  .sm\:border-gray-100 {
    border-color: #f7fafc;
  }

  .sm\:border-gray-200 {
    border-color: #edf2f7;
  }

  .sm\:border-gray-300 {
    border-color: #e2e8f0;
  }

  .sm\:border-gray-400 {
    border-color: #cbd5e0;
  }

  .sm\:border-gray-500 {
    border-color: #a0aec0;
  }

  .sm\:border-gray-600 {
    border-color: #718096;
  }

  .sm\:border-gray-700 {
    border-color: #4a5568;
  }

  .sm\:border-gray-800 {
    border-color: #2d3748;
  }

  .sm\:border-gray-900 {
    border-color: #1a202c;
  }

  .sm\:border-red-100 {
    border-color: #fff5f5;
  }

  .sm\:border-red-200 {
    border-color: #fed7d7;
  }

  .sm\:border-red-300 {
    border-color: #feb2b2;
  }

  .sm\:border-red-400 {
    border-color: #fc8181;
  }

  .sm\:border-red-500 {
    border-color: #f56565;
  }

  .sm\:border-red-600 {
    border-color: #e53e3e;
  }

  .sm\:border-red-700 {
    border-color: #c53030;
  }

  .sm\:border-red-800 {
    border-color: #9b2c2c;
  }

  .sm\:border-red-900 {
    border-color: #742a2a;
  }

  .sm\:border-orange-100 {
    border-color: #fffaf0;
  }

  .sm\:border-orange-200 {
    border-color: #feebc8;
  }

  .sm\:border-orange-300 {
    border-color: #fbd38d;
  }

  .sm\:border-orange-400 {
    border-color: #f6ad55;
  }

  .sm\:border-orange-500 {
    border-color: #ed8936;
  }

  .sm\:border-orange-600 {
    border-color: #dd6b20;
  }

  .sm\:border-orange-700 {
    border-color: #c05621;
  }

  .sm\:border-orange-800 {
    border-color: #9c4221;
  }

  .sm\:border-orange-900 {
    border-color: #7b341e;
  }

  .sm\:border-yellow-100 {
    border-color: #fffff0;
  }

  .sm\:border-yellow-200 {
    border-color: #fefcbf;
  }

  .sm\:border-yellow-300 {
    border-color: #faf089;
  }

  .sm\:border-yellow-400 {
    border-color: #f6e05e;
  }

  .sm\:border-yellow-500 {
    border-color: #ecc94b;
  }

  .sm\:border-yellow-600 {
    border-color: #d69e2e;
  }

  .sm\:border-yellow-700 {
    border-color: #b7791f;
  }

  .sm\:border-yellow-800 {
    border-color: #975a16;
  }

  .sm\:border-yellow-900 {
    border-color: #744210;
  }

  .sm\:border-green-100 {
    border-color: #f0fff4;
  }

  .sm\:border-green-200 {
    border-color: #c6f6d5;
  }

  .sm\:border-green-300 {
    border-color: #9ae6b4;
  }

  .sm\:border-green-400 {
    border-color: #68d391;
  }

  .sm\:border-green-500 {
    border-color: #48bb78;
  }

  .sm\:border-green-600 {
    border-color: #38a169;
  }

  .sm\:border-green-700 {
    border-color: #2f855a;
  }

  .sm\:border-green-800 {
    border-color: #276749;
  }

  .sm\:border-green-900 {
    border-color: #22543d;
  }

  .sm\:border-teal-100 {
    border-color: #e6fffa;
  }

  .sm\:border-teal-200 {
    border-color: #b2f5ea;
  }

  .sm\:border-teal-300 {
    border-color: #81e6d9;
  }

  .sm\:border-teal-400 {
    border-color: #4fd1c5;
  }

  .sm\:border-teal-500 {
    border-color: #38b2ac;
  }

  .sm\:border-teal-600 {
    border-color: #319795;
  }

  .sm\:border-teal-700 {
    border-color: #2c7a7b;
  }

  .sm\:border-teal-800 {
    border-color: #285e61;
  }

  .sm\:border-teal-900 {
    border-color: #234e52;
  }

  .sm\:border-blue-100 {
    border-color: #ebf8ff;
  }

  .sm\:border-blue-200 {
    border-color: #bee3f8;
  }

  .sm\:border-blue-300 {
    border-color: #90cdf4;
  }

  .sm\:border-blue-400 {
    border-color: #63b3ed;
  }

  .sm\:border-blue-500 {
    border-color: #4299e1;
  }

  .sm\:border-blue-600 {
    border-color: #3182ce;
  }

  .sm\:border-blue-700 {
    border-color: #2b6cb0;
  }

  .sm\:border-blue-800 {
    border-color: #2c5282;
  }

  .sm\:border-blue-900 {
    border-color: #2a4365;
  }

  .sm\:border-indigo-100 {
    border-color: #ebf4ff;
  }

  .sm\:border-indigo-200 {
    border-color: #c3dafe;
  }

  .sm\:border-indigo-300 {
    border-color: #a3bffa;
  }

  .sm\:border-indigo-400 {
    border-color: #7f9cf5;
  }

  .sm\:border-indigo-500 {
    border-color: #667eea;
  }

  .sm\:border-indigo-600 {
    border-color: #5a67d8;
  }

  .sm\:border-indigo-700 {
    border-color: #4c51bf;
  }

  .sm\:border-indigo-800 {
    border-color: #434190;
  }

  .sm\:border-indigo-900 {
    border-color: #3c366b;
  }

  .sm\:border-purple-100 {
    border-color: #faf5ff;
  }

  .sm\:border-purple-200 {
    border-color: #e9d8fd;
  }

  .sm\:border-purple-300 {
    border-color: #d6bcfa;
  }

  .sm\:border-purple-400 {
    border-color: #b794f4;
  }

  .sm\:border-purple-500 {
    border-color: #9f7aea;
  }

  .sm\:border-purple-600 {
    border-color: #805ad5;
  }

  .sm\:border-purple-700 {
    border-color: #6b46c1;
  }

  .sm\:border-purple-800 {
    border-color: #553c9a;
  }

  .sm\:border-purple-900 {
    border-color: #44337a;
  }

  .sm\:border-pink-100 {
    border-color: #fff5f7;
  }

  .sm\:border-pink-200 {
    border-color: #fed7e2;
  }

  .sm\:border-pink-300 {
    border-color: #fbb6ce;
  }

  .sm\:border-pink-400 {
    border-color: #f687b3;
  }

  .sm\:border-pink-500 {
    border-color: #ed64a6;
  }

  .sm\:border-pink-600 {
    border-color: #d53f8c;
  }

  .sm\:border-pink-700 {
    border-color: #b83280;
  }

  .sm\:border-pink-800 {
    border-color: #97266d;
  }

  .sm\:border-pink-900 {
    border-color: #702459;
  }

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

  .group:hover .sm\:group-hover\:border-black {
    border-color: #000;
  }

  .group:hover .sm\:group-hover\:border-white {
    border-color: #fff;
  }

  .group:hover .sm\:group-hover\:border-gray-100 {
    border-color: #f7fafc;
  }

  .group:hover .sm\:group-hover\:border-gray-200 {
    border-color: #edf2f7;
  }

  .group:hover .sm\:group-hover\:border-gray-300 {
    border-color: #e2e8f0;
  }

  .group:hover .sm\:group-hover\:border-gray-400 {
    border-color: #cbd5e0;
  }

  .group:hover .sm\:group-hover\:border-gray-500 {
    border-color: #a0aec0;
  }

  .group:hover .sm\:group-hover\:border-gray-600 {
    border-color: #718096;
  }

  .group:hover .sm\:group-hover\:border-gray-700 {
    border-color: #4a5568;
  }

  .group:hover .sm\:group-hover\:border-gray-800 {
    border-color: #2d3748;
  }

  .group:hover .sm\:group-hover\:border-gray-900 {
    border-color: #1a202c;
  }

  .group:hover .sm\:group-hover\:border-red-100 {
    border-color: #fff5f5;
  }

  .group:hover .sm\:group-hover\:border-red-200 {
    border-color: #fed7d7;
  }

  .group:hover .sm\:group-hover\:border-red-300 {
    border-color: #feb2b2;
  }

  .group:hover .sm\:group-hover\:border-red-400 {
    border-color: #fc8181;
  }

  .group:hover .sm\:group-hover\:border-red-500 {
    border-color: #f56565;
  }

  .group:hover .sm\:group-hover\:border-red-600 {
    border-color: #e53e3e;
  }

  .group:hover .sm\:group-hover\:border-red-700 {
    border-color: #c53030;
  }

  .group:hover .sm\:group-hover\:border-red-800 {
    border-color: #9b2c2c;
  }

  .group:hover .sm\:group-hover\:border-red-900 {
    border-color: #742a2a;
  }

  .group:hover .sm\:group-hover\:border-orange-100 {
    border-color: #fffaf0;
  }

  .group:hover .sm\:group-hover\:border-orange-200 {
    border-color: #feebc8;
  }

  .group:hover .sm\:group-hover\:border-orange-300 {
    border-color: #fbd38d;
  }

  .group:hover .sm\:group-hover\:border-orange-400 {
    border-color: #f6ad55;
  }

  .group:hover .sm\:group-hover\:border-orange-500 {
    border-color: #ed8936;
  }

  .group:hover .sm\:group-hover\:border-orange-600 {
    border-color: #dd6b20;
  }

  .group:hover .sm\:group-hover\:border-orange-700 {
    border-color: #c05621;
  }

  .group:hover .sm\:group-hover\:border-orange-800 {
    border-color: #9c4221;
  }

  .group:hover .sm\:group-hover\:border-orange-900 {
    border-color: #7b341e;
  }

  .group:hover .sm\:group-hover\:border-yellow-100 {
    border-color: #fffff0;
  }

  .group:hover .sm\:group-hover\:border-yellow-200 {
    border-color: #fefcbf;
  }

  .group:hover .sm\:group-hover\:border-yellow-300 {
    border-color: #faf089;
  }

  .group:hover .sm\:group-hover\:border-yellow-400 {
    border-color: #f6e05e;
  }

  .group:hover .sm\:group-hover\:border-yellow-500 {
    border-color: #ecc94b;
  }

  .group:hover .sm\:group-hover\:border-yellow-600 {
    border-color: #d69e2e;
  }

  .group:hover .sm\:group-hover\:border-yellow-700 {
    border-color: #b7791f;
  }

  .group:hover .sm\:group-hover\:border-yellow-800 {
    border-color: #975a16;
  }

  .group:hover .sm\:group-hover\:border-yellow-900 {
    border-color: #744210;
  }

  .group:hover .sm\:group-hover\:border-green-100 {
    border-color: #f0fff4;
  }

  .group:hover .sm\:group-hover\:border-green-200 {
    border-color: #c6f6d5;
  }

  .group:hover .sm\:group-hover\:border-green-300 {
    border-color: #9ae6b4;
  }

  .group:hover .sm\:group-hover\:border-green-400 {
    border-color: #68d391;
  }

  .group:hover .sm\:group-hover\:border-green-500 {
    border-color: #48bb78;
  }

  .group:hover .sm\:group-hover\:border-green-600 {
    border-color: #38a169;
  }

  .group:hover .sm\:group-hover\:border-green-700 {
    border-color: #2f855a;
  }

  .group:hover .sm\:group-hover\:border-green-800 {
    border-color: #276749;
  }

  .group:hover .sm\:group-hover\:border-green-900 {
    border-color: #22543d;
  }

  .group:hover .sm\:group-hover\:border-teal-100 {
    border-color: #e6fffa;
  }

  .group:hover .sm\:group-hover\:border-teal-200 {
    border-color: #b2f5ea;
  }

  .group:hover .sm\:group-hover\:border-teal-300 {
    border-color: #81e6d9;
  }

  .group:hover .sm\:group-hover\:border-teal-400 {
    border-color: #4fd1c5;
  }

  .group:hover .sm\:group-hover\:border-teal-500 {
    border-color: #38b2ac;
  }

  .group:hover .sm\:group-hover\:border-teal-600 {
    border-color: #319795;
  }

  .group:hover .sm\:group-hover\:border-teal-700 {
    border-color: #2c7a7b;
  }

  .group:hover .sm\:group-hover\:border-teal-800 {
    border-color: #285e61;
  }

  .group:hover .sm\:group-hover\:border-teal-900 {
    border-color: #234e52;
  }

  .group:hover .sm\:group-hover\:border-blue-100 {
    border-color: #ebf8ff;
  }

  .group:hover .sm\:group-hover\:border-blue-200 {
    border-color: #bee3f8;
  }

  .group:hover .sm\:group-hover\:border-blue-300 {
    border-color: #90cdf4;
  }

  .group:hover .sm\:group-hover\:border-blue-400 {
    border-color: #63b3ed;
  }

  .group:hover .sm\:group-hover\:border-blue-500 {
    border-color: #4299e1;
  }

  .group:hover .sm\:group-hover\:border-blue-600 {
    border-color: #3182ce;
  }

  .group:hover .sm\:group-hover\:border-blue-700 {
    border-color: #2b6cb0;
  }

  .group:hover .sm\:group-hover\:border-blue-800 {
    border-color: #2c5282;
  }

  .group:hover .sm\:group-hover\:border-blue-900 {
    border-color: #2a4365;
  }

  .group:hover .sm\:group-hover\:border-indigo-100 {
    border-color: #ebf4ff;
  }

  .group:hover .sm\:group-hover\:border-indigo-200 {
    border-color: #c3dafe;
  }

  .group:hover .sm\:group-hover\:border-indigo-300 {
    border-color: #a3bffa;
  }

  .group:hover .sm\:group-hover\:border-indigo-400 {
    border-color: #7f9cf5;
  }

  .group:hover .sm\:group-hover\:border-indigo-500 {
    border-color: #667eea;
  }

  .group:hover .sm\:group-hover\:border-indigo-600 {
    border-color: #5a67d8;
  }

  .group:hover .sm\:group-hover\:border-indigo-700 {
    border-color: #4c51bf;
  }

  .group:hover .sm\:group-hover\:border-indigo-800 {
    border-color: #434190;
  }

  .group:hover .sm\:group-hover\:border-indigo-900 {
    border-color: #3c366b;
  }

  .group:hover .sm\:group-hover\:border-purple-100 {
    border-color: #faf5ff;
  }

  .group:hover .sm\:group-hover\:border-purple-200 {
    border-color: #e9d8fd;
  }

  .group:hover .sm\:group-hover\:border-purple-300 {
    border-color: #d6bcfa;
  }

  .group:hover .sm\:group-hover\:border-purple-400 {
    border-color: #b794f4;
  }

  .group:hover .sm\:group-hover\:border-purple-500 {
    border-color: #9f7aea;
  }

  .group:hover .sm\:group-hover\:border-purple-600 {
    border-color: #805ad5;
  }

  .group:hover .sm\:group-hover\:border-purple-700 {
    border-color: #6b46c1;
  }

  .group:hover .sm\:group-hover\:border-purple-800 {
    border-color: #553c9a;
  }

  .group:hover .sm\:group-hover\:border-purple-900 {
    border-color: #44337a;
  }

  .group:hover .sm\:group-hover\:border-pink-100 {
    border-color: #fff5f7;
  }

  .group:hover .sm\:group-hover\:border-pink-200 {
    border-color: #fed7e2;
  }

  .group:hover .sm\:group-hover\:border-pink-300 {
    border-color: #fbb6ce;
  }

  .group:hover .sm\:group-hover\:border-pink-400 {
    border-color: #f687b3;
  }

  .group:hover .sm\:group-hover\:border-pink-500 {
    border-color: #ed64a6;
  }

  .group:hover .sm\:group-hover\:border-pink-600 {
    border-color: #d53f8c;
  }

  .group:hover .sm\:group-hover\:border-pink-700 {
    border-color: #b83280;
  }

  .group:hover .sm\:group-hover\:border-pink-800 {
    border-color: #97266d;
  }

  .group:hover .sm\:group-hover\:border-pink-900 {
    border-color: #702459;
  }

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

  .sm\:focus-within\:border-black:focus-within {
    border-color: #000;
  }

  .sm\:focus-within\:border-white:focus-within {
    border-color: #fff;
  }

  .sm\:focus-within\:border-gray-100:focus-within {
    border-color: #f7fafc;
  }

  .sm\:focus-within\:border-gray-200:focus-within {
    border-color: #edf2f7;
  }

  .sm\:focus-within\:border-gray-300:focus-within {
    border-color: #e2e8f0;
  }

  .sm\:focus-within\:border-gray-400:focus-within {
    border-color: #cbd5e0;
  }

  .sm\:focus-within\:border-gray-500:focus-within {
    border-color: #a0aec0;
  }

  .sm\:focus-within\:border-gray-600:focus-within {
    border-color: #718096;
  }

  .sm\:focus-within\:border-gray-700:focus-within {
    border-color: #4a5568;
  }

  .sm\:focus-within\:border-gray-800:focus-within {
    border-color: #2d3748;
  }

  .sm\:focus-within\:border-gray-900:focus-within {
    border-color: #1a202c;
  }

  .sm\:focus-within\:border-red-100:focus-within {
    border-color: #fff5f5;
  }

  .sm\:focus-within\:border-red-200:focus-within {
    border-color: #fed7d7;
  }

  .sm\:focus-within\:border-red-300:focus-within {
    border-color: #feb2b2;
  }

  .sm\:focus-within\:border-red-400:focus-within {
    border-color: #fc8181;
  }

  .sm\:focus-within\:border-red-500:focus-within {
    border-color: #f56565;
  }

  .sm\:focus-within\:border-red-600:focus-within {
    border-color: #e53e3e;
  }

  .sm\:focus-within\:border-red-700:focus-within {
    border-color: #c53030;
  }

  .sm\:focus-within\:border-red-800:focus-within {
    border-color: #9b2c2c;
  }

  .sm\:focus-within\:border-red-900:focus-within {
    border-color: #742a2a;
  }

  .sm\:focus-within\:border-orange-100:focus-within {
    border-color: #fffaf0;
  }

  .sm\:focus-within\:border-orange-200:focus-within {
    border-color: #feebc8;
  }

  .sm\:focus-within\:border-orange-300:focus-within {
    border-color: #fbd38d;
  }

  .sm\:focus-within\:border-orange-400:focus-within {
    border-color: #f6ad55;
  }

  .sm\:focus-within\:border-orange-500:focus-within {
    border-color: #ed8936;
  }

  .sm\:focus-within\:border-orange-600:focus-within {
    border-color: #dd6b20;
  }

  .sm\:focus-within\:border-orange-700:focus-within {
    border-color: #c05621;
  }

  .sm\:focus-within\:border-orange-800:focus-within {
    border-color: #9c4221;
  }

  .sm\:focus-within\:border-orange-900:focus-within {
    border-color: #7b341e;
  }

  .sm\:focus-within\:border-yellow-100:focus-within {
    border-color: #fffff0;
  }

  .sm\:focus-within\:border-yellow-200:focus-within {
    border-color: #fefcbf;
  }

  .sm\:focus-within\:border-yellow-300:focus-within {
    border-color: #faf089;
  }

  .sm\:focus-within\:border-yellow-400:focus-within {
    border-color: #f6e05e;
  }

  .sm\:focus-within\:border-yellow-500:focus-within {
    border-color: #ecc94b;
  }

  .sm\:focus-within\:border-yellow-600:focus-within {
    border-color: #d69e2e;
  }

  .sm\:focus-within\:border-yellow-700:focus-within {
    border-color: #b7791f;
  }

  .sm\:focus-within\:border-yellow-800:focus-within {
    border-color: #975a16;
  }

  .sm\:focus-within\:border-yellow-900:focus-within {
    border-color: #744210;
  }

  .sm\:focus-within\:border-green-100:focus-within {
    border-color: #f0fff4;
  }

  .sm\:focus-within\:border-green-200:focus-within {
    border-color: #c6f6d5;
  }

  .sm\:focus-within\:border-green-300:focus-within {
    border-color: #9ae6b4;
  }

  .sm\:focus-within\:border-green-400:focus-within {
    border-color: #68d391;
  }

  .sm\:focus-within\:border-green-500:focus-within {
    border-color: #48bb78;
  }

  .sm\:focus-within\:border-green-600:focus-within {
    border-color: #38a169;
  }

  .sm\:focus-within\:border-green-700:focus-within {
    border-color: #2f855a;
  }

  .sm\:focus-within\:border-green-800:focus-within {
    border-color: #276749;
  }

  .sm\:focus-within\:border-green-900:focus-within {
    border-color: #22543d;
  }

  .sm\:focus-within\:border-teal-100:focus-within {
    border-color: #e6fffa;
  }

  .sm\:focus-within\:border-teal-200:focus-within {
    border-color: #b2f5ea;
  }

  .sm\:focus-within\:border-teal-300:focus-within {
    border-color: #81e6d9;
  }

  .sm\:focus-within\:border-teal-400:focus-within {
    border-color: #4fd1c5;
  }

  .sm\:focus-within\:border-teal-500:focus-within {
    border-color: #38b2ac;
  }

  .sm\:focus-within\:border-teal-600:focus-within {
    border-color: #319795;
  }

  .sm\:focus-within\:border-teal-700:focus-within {
    border-color: #2c7a7b;
  }

  .sm\:focus-within\:border-teal-800:focus-within {
    border-color: #285e61;
  }

  .sm\:focus-within\:border-teal-900:focus-within {
    border-color: #234e52;
  }

  .sm\:focus-within\:border-blue-100:focus-within {
    border-color: #ebf8ff;
  }

  .sm\:focus-within\:border-blue-200:focus-within {
    border-color: #bee3f8;
  }

  .sm\:focus-within\:border-blue-300:focus-within {
    border-color: #90cdf4;
  }

  .sm\:focus-within\:border-blue-400:focus-within {
    border-color: #63b3ed;
  }

  .sm\:focus-within\:border-blue-500:focus-within {
    border-color: #4299e1;
  }

  .sm\:focus-within\:border-blue-600:focus-within {
    border-color: #3182ce;
  }

  .sm\:focus-within\:border-blue-700:focus-within {
    border-color: #2b6cb0;
  }

  .sm\:focus-within\:border-blue-800:focus-within {
    border-color: #2c5282;
  }

  .sm\:focus-within\:border-blue-900:focus-within {
    border-color: #2a4365;
  }

  .sm\:focus-within\:border-indigo-100:focus-within {
    border-color: #ebf4ff;
  }

  .sm\:focus-within\:border-indigo-200:focus-within {
    border-color: #c3dafe;
  }

  .sm\:focus-within\:border-indigo-300:focus-within {
    border-color: #a3bffa;
  }

  .sm\:focus-within\:border-indigo-400:focus-within {
    border-color: #7f9cf5;
  }

  .sm\:focus-within\:border-indigo-500:focus-within {
    border-color: #667eea;
  }

  .sm\:focus-within\:border-indigo-600:focus-within {
    border-color: #5a67d8;
  }

  .sm\:focus-within\:border-indigo-700:focus-within {
    border-color: #4c51bf;
  }

  .sm\:focus-within\:border-indigo-800:focus-within {
    border-color: #434190;
  }

  .sm\:focus-within\:border-indigo-900:focus-within {
    border-color: #3c366b;
  }

  .sm\:focus-within\:border-purple-100:focus-within {
    border-color: #faf5ff;
  }

  .sm\:focus-within\:border-purple-200:focus-within {
    border-color: #e9d8fd;
  }

  .sm\:focus-within\:border-purple-300:focus-within {
    border-color: #d6bcfa;
  }

  .sm\:focus-within\:border-purple-400:focus-within {
    border-color: #b794f4;
  }

  .sm\:focus-within\:border-purple-500:focus-within {
    border-color: #9f7aea;
  }

  .sm\:focus-within\:border-purple-600:focus-within {
    border-color: #805ad5;
  }

  .sm\:focus-within\:border-purple-700:focus-within {
    border-color: #6b46c1;
  }

  .sm\:focus-within\:border-purple-800:focus-within {
    border-color: #553c9a;
  }

  .sm\:focus-within\:border-purple-900:focus-within {
    border-color: #44337a;
  }

  .sm\:focus-within\:border-pink-100:focus-within {
    border-color: #fff5f7;
  }

  .sm\:focus-within\:border-pink-200:focus-within {
    border-color: #fed7e2;
  }

  .sm\:focus-within\:border-pink-300:focus-within {
    border-color: #fbb6ce;
  }

  .sm\:focus-within\:border-pink-400:focus-within {
    border-color: #f687b3;
  }

  .sm\:focus-within\:border-pink-500:focus-within {
    border-color: #ed64a6;
  }

  .sm\:focus-within\:border-pink-600:focus-within {
    border-color: #d53f8c;
  }

  .sm\:focus-within\:border-pink-700:focus-within {
    border-color: #b83280;
  }

  .sm\:focus-within\:border-pink-800:focus-within {
    border-color: #97266d;
  }

  .sm\:focus-within\:border-pink-900:focus-within {
    border-color: #702459;
  }

  .sm\:first\:border-transparent:first-child {
    border-color: transparent;
  }

  .sm\:first\:border-black:first-child {
    border-color: #000;
  }

  .sm\:first\:border-white:first-child {
    border-color: #fff;
  }

  .sm\:first\:border-gray-100:first-child {
    border-color: #f7fafc;
  }

  .sm\:first\:border-gray-200:first-child {
    border-color: #edf2f7;
  }

  .sm\:first\:border-gray-300:first-child {
    border-color: #e2e8f0;
  }

  .sm\:first\:border-gray-400:first-child {
    border-color: #cbd5e0;
  }

  .sm\:first\:border-gray-500:first-child {
    border-color: #a0aec0;
  }

  .sm\:first\:border-gray-600:first-child {
    border-color: #718096;
  }

  .sm\:first\:border-gray-700:first-child {
    border-color: #4a5568;
  }

  .sm\:first\:border-gray-800:first-child {
    border-color: #2d3748;
  }

  .sm\:first\:border-gray-900:first-child {
    border-color: #1a202c;
  }

  .sm\:first\:border-red-100:first-child {
    border-color: #fff5f5;
  }

  .sm\:first\:border-red-200:first-child {
    border-color: #fed7d7;
  }

  .sm\:first\:border-red-300:first-child {
    border-color: #feb2b2;
  }

  .sm\:first\:border-red-400:first-child {
    border-color: #fc8181;
  }

  .sm\:first\:border-red-500:first-child {
    border-color: #f56565;
  }

  .sm\:first\:border-red-600:first-child {
    border-color: #e53e3e;
  }

  .sm\:first\:border-red-700:first-child {
    border-color: #c53030;
  }

  .sm\:first\:border-red-800:first-child {
    border-color: #9b2c2c;
  }

  .sm\:first\:border-red-900:first-child {
    border-color: #742a2a;
  }

  .sm\:first\:border-orange-100:first-child {
    border-color: #fffaf0;
  }

  .sm\:first\:border-orange-200:first-child {
    border-color: #feebc8;
  }

  .sm\:first\:border-orange-300:first-child {
    border-color: #fbd38d;
  }

  .sm\:first\:border-orange-400:first-child {
    border-color: #f6ad55;
  }

  .sm\:first\:border-orange-500:first-child {
    border-color: #ed8936;
  }

  .sm\:first\:border-orange-600:first-child {
    border-color: #dd6b20;
  }

  .sm\:first\:border-orange-700:first-child {
    border-color: #c05621;
  }

  .sm\:first\:border-orange-800:first-child {
    border-color: #9c4221;
  }

  .sm\:first\:border-orange-900:first-child {
    border-color: #7b341e;
  }

  .sm\:first\:border-yellow-100:first-child {
    border-color: #fffff0;
  }

  .sm\:first\:border-yellow-200:first-child {
    border-color: #fefcbf;
  }

  .sm\:first\:border-yellow-300:first-child {
    border-color: #faf089;
  }

  .sm\:first\:border-yellow-400:first-child {
    border-color: #f6e05e;
  }

  .sm\:first\:border-yellow-500:first-child {
    border-color: #ecc94b;
  }

  .sm\:first\:border-yellow-600:first-child {
    border-color: #d69e2e;
  }

  .sm\:first\:border-yellow-700:first-child {
    border-color: #b7791f;
  }

  .sm\:first\:border-yellow-800:first-child {
    border-color: #975a16;
  }

  .sm\:first\:border-yellow-900:first-child {
    border-color: #744210;
  }

  .sm\:first\:border-green-100:first-child {
    border-color: #f0fff4;
  }

  .sm\:first\:border-green-200:first-child {
    border-color: #c6f6d5;
  }

  .sm\:first\:border-green-300:first-child {
    border-color: #9ae6b4;
  }

  .sm\:first\:border-green-400:first-child {
    border-color: #68d391;
  }

  .sm\:first\:border-green-500:first-child {
    border-color: #48bb78;
  }

  .sm\:first\:border-green-600:first-child {
    border-color: #38a169;
  }

  .sm\:first\:border-green-700:first-child {
    border-color: #2f855a;
  }

  .sm\:first\:border-green-800:first-child {
    border-color: #276749;
  }

  .sm\:first\:border-green-900:first-child {
    border-color: #22543d;
  }

  .sm\:first\:border-teal-100:first-child {
    border-color: #e6fffa;
  }

  .sm\:first\:border-teal-200:first-child {
    border-color: #b2f5ea;
  }

  .sm\:first\:border-teal-300:first-child {
    border-color: #81e6d9;
  }

  .sm\:first\:border-teal-400:first-child {
    border-color: #4fd1c5;
  }

  .sm\:first\:border-teal-500:first-child {
    border-color: #38b2ac;
  }

  .sm\:first\:border-teal-600:first-child {
    border-color: #319795;
  }

  .sm\:first\:border-teal-700:first-child {
    border-color: #2c7a7b;
  }

  .sm\:first\:border-teal-800:first-child {
    border-color: #285e61;
  }

  .sm\:first\:border-teal-900:first-child {
    border-color: #234e52;
  }

  .sm\:first\:border-blue-100:first-child {
    border-color: #ebf8ff;
  }

  .sm\:first\:border-blue-200:first-child {
    border-color: #bee3f8;
  }

  .sm\:first\:border-blue-300:first-child {
    border-color: #90cdf4;
  }

  .sm\:first\:border-blue-400:first-child {
    border-color: #63b3ed;
  }

  .sm\:first\:border-blue-500:first-child {
    border-color: #4299e1;
  }

  .sm\:first\:border-blue-600:first-child {
    border-color: #3182ce;
  }

  .sm\:first\:border-blue-700:first-child {
    border-color: #2b6cb0;
  }

  .sm\:first\:border-blue-800:first-child {
    border-color: #2c5282;
  }

  .sm\:first\:border-blue-900:first-child {
    border-color: #2a4365;
  }

  .sm\:first\:border-indigo-100:first-child {
    border-color: #ebf4ff;
  }

  .sm\:first\:border-indigo-200:first-child {
    border-color: #c3dafe;
  }

  .sm\:first\:border-indigo-300:first-child {
    border-color: #a3bffa;
  }

  .sm\:first\:border-indigo-400:first-child {
    border-color: #7f9cf5;
  }

  .sm\:first\:border-indigo-500:first-child {
    border-color: #667eea;
  }

  .sm\:first\:border-indigo-600:first-child {
    border-color: #5a67d8;
  }

  .sm\:first\:border-indigo-700:first-child {
    border-color: #4c51bf;
  }

  .sm\:first\:border-indigo-800:first-child {
    border-color: #434190;
  }

  .sm\:first\:border-indigo-900:first-child {
    border-color: #3c366b;
  }

  .sm\:first\:border-purple-100:first-child {
    border-color: #faf5ff;
  }

  .sm\:first\:border-purple-200:first-child {
    border-color: #e9d8fd;
  }

  .sm\:first\:border-purple-300:first-child {
    border-color: #d6bcfa;
  }

  .sm\:first\:border-purple-400:first-child {
    border-color: #b794f4;
  }

  .sm\:first\:border-purple-500:first-child {
    border-color: #9f7aea;
  }

  .sm\:first\:border-purple-600:first-child {
    border-color: #805ad5;
  }

  .sm\:first\:border-purple-700:first-child {
    border-color: #6b46c1;
  }

  .sm\:first\:border-purple-800:first-child {
    border-color: #553c9a;
  }

  .sm\:first\:border-purple-900:first-child {
    border-color: #44337a;
  }

  .sm\:first\:border-pink-100:first-child {
    border-color: #fff5f7;
  }

  .sm\:first\:border-pink-200:first-child {
    border-color: #fed7e2;
  }

  .sm\:first\:border-pink-300:first-child {
    border-color: #fbb6ce;
  }

  .sm\:first\:border-pink-400:first-child {
    border-color: #f687b3;
  }

  .sm\:first\:border-pink-500:first-child {
    border-color: #ed64a6;
  }

  .sm\:first\:border-pink-600:first-child {
    border-color: #d53f8c;
  }

  .sm\:first\:border-pink-700:first-child {
    border-color: #b83280;
  }

  .sm\:first\:border-pink-800:first-child {
    border-color: #97266d;
  }

  .sm\:first\:border-pink-900:first-child {
    border-color: #702459;
  }

  .sm\:last\:border-transparent:last-child {
    border-color: transparent;
  }

  .sm\:last\:border-black:last-child {
    border-color: #000;
  }

  .sm\:last\:border-white:last-child {
    border-color: #fff;
  }

  .sm\:last\:border-gray-100:last-child {
    border-color: #f7fafc;
  }

  .sm\:last\:border-gray-200:last-child {
    border-color: #edf2f7;
  }

  .sm\:last\:border-gray-300:last-child {
    border-color: #e2e8f0;
  }

  .sm\:last\:border-gray-400:last-child {
    border-color: #cbd5e0;
  }

  .sm\:last\:border-gray-500:last-child {
    border-color: #a0aec0;
  }

  .sm\:last\:border-gray-600:last-child {
    border-color: #718096;
  }

  .sm\:last\:border-gray-700:last-child {
    border-color: #4a5568;
  }

  .sm\:last\:border-gray-800:last-child {
    border-color: #2d3748;
  }

  .sm\:last\:border-gray-900:last-child {
    border-color: #1a202c;
  }

  .sm\:last\:border-red-100:last-child {
    border-color: #fff5f5;
  }

  .sm\:last\:border-red-200:last-child {
    border-color: #fed7d7;
  }

  .sm\:last\:border-red-300:last-child {
    border-color: #feb2b2;
  }

  .sm\:last\:border-red-400:last-child {
    border-color: #fc8181;
  }

  .sm\:last\:border-red-500:last-child {
    border-color: #f56565;
  }

  .sm\:last\:border-red-600:last-child {
    border-color: #e53e3e;
  }

  .sm\:last\:border-red-700:last-child {
    border-color: #c53030;
  }

  .sm\:last\:border-red-800:last-child {
    border-color: #9b2c2c;
  }

  .sm\:last\:border-red-900:last-child {
    border-color: #742a2a;
  }

  .sm\:last\:border-orange-100:last-child {
    border-color: #fffaf0;
  }

  .sm\:last\:border-orange-200:last-child {
    border-color: #feebc8;
  }

  .sm\:last\:border-orange-300:last-child {
    border-color: #fbd38d;
  }

  .sm\:last\:border-orange-400:last-child {
    border-color: #f6ad55;
  }

  .sm\:last\:border-orange-500:last-child {
    border-color: #ed8936;
  }

  .sm\:last\:border-orange-600:last-child {
    border-color: #dd6b20;
  }

  .sm\:last\:border-orange-700:last-child {
    border-color: #c05621;
  }

  .sm\:last\:border-orange-800:last-child {
    border-color: #9c4221;
  }

  .sm\:last\:border-orange-900:last-child {
    border-color: #7b341e;
  }

  .sm\:last\:border-yellow-100:last-child {
    border-color: #fffff0;
  }

  .sm\:last\:border-yellow-200:last-child {
    border-color: #fefcbf;
  }

  .sm\:last\:border-yellow-300:last-child {
    border-color: #faf089;
  }

  .sm\:last\:border-yellow-400:last-child {
    border-color: #f6e05e;
  }

  .sm\:last\:border-yellow-500:last-child {
    border-color: #ecc94b;
  }

  .sm\:last\:border-yellow-600:last-child {
    border-color: #d69e2e;
  }

  .sm\:last\:border-yellow-700:last-child {
    border-color: #b7791f;
  }

  .sm\:last\:border-yellow-800:last-child {
    border-color: #975a16;
  }

  .sm\:last\:border-yellow-900:last-child {
    border-color: #744210;
  }

  .sm\:last\:border-green-100:last-child {
    border-color: #f0fff4;
  }

  .sm\:last\:border-green-200:last-child {
    border-color: #c6f6d5;
  }

  .sm\:last\:border-green-300:last-child {
    border-color: #9ae6b4;
  }

  .sm\:last\:border-green-400:last-child {
    border-color: #68d391;
  }

  .sm\:last\:border-green-500:last-child {
    border-color: #48bb78;
  }

  .sm\:last\:border-green-600:last-child {
    border-color: #38a169;
  }

  .sm\:last\:border-green-700:last-child {
    border-color: #2f855a;
  }

  .sm\:last\:border-green-800:last-child {
    border-color: #276749;
  }

  .sm\:last\:border-green-900:last-child {
    border-color: #22543d;
  }

  .sm\:last\:border-teal-100:last-child {
    border-color: #e6fffa;
  }

  .sm\:last\:border-teal-200:last-child {
    border-color: #b2f5ea;
  }

  .sm\:last\:border-teal-300:last-child {
    border-color: #81e6d9;
  }

  .sm\:last\:border-teal-400:last-child {
    border-color: #4fd1c5;
  }

  .sm\:last\:border-teal-500:last-child {
    border-color: #38b2ac;
  }

  .sm\:last\:border-teal-600:last-child {
    border-color: #319795;
  }

  .sm\:last\:border-teal-700:last-child {
    border-color: #2c7a7b;
  }

  .sm\:last\:border-teal-800:last-child {
    border-color: #285e61;
  }

  .sm\:last\:border-teal-900:last-child {
    border-color: #234e52;
  }

  .sm\:last\:border-blue-100:last-child {
    border-color: #ebf8ff;
  }

  .sm\:last\:border-blue-200:last-child {
    border-color: #bee3f8;
  }

  .sm\:last\:border-blue-300:last-child {
    border-color: #90cdf4;
  }

  .sm\:last\:border-blue-400:last-child {
    border-color: #63b3ed;
  }

  .sm\:last\:border-blue-500:last-child {
    border-color: #4299e1;
  }

  .sm\:last\:border-blue-600:last-child {
    border-color: #3182ce;
  }

  .sm\:last\:border-blue-700:last-child {
    border-color: #2b6cb0;
  }

  .sm\:last\:border-blue-800:last-child {
    border-color: #2c5282;
  }

  .sm\:last\:border-blue-900:last-child {
    border-color: #2a4365;
  }

  .sm\:last\:border-indigo-100:last-child {
    border-color: #ebf4ff;
  }

  .sm\:last\:border-indigo-200:last-child {
    border-color: #c3dafe;
  }

  .sm\:last\:border-indigo-300:last-child {
    border-color: #a3bffa;
  }

  .sm\:last\:border-indigo-400:last-child {
    border-color: #7f9cf5;
  }

  .sm\:last\:border-indigo-500:last-child {
    border-color: #667eea;
  }

  .sm\:last\:border-indigo-600:last-child {
    border-color: #5a67d8;
  }

  .sm\:last\:border-indigo-700:last-child {
    border-color: #4c51bf;
  }

  .sm\:last\:border-indigo-800:last-child {
    border-color: #434190;
  }

  .sm\:last\:border-indigo-900:last-child {
    border-color: #3c366b;
  }

  .sm\:last\:border-purple-100:last-child {
    border-color: #faf5ff;
  }

  .sm\:last\:border-purple-200:last-child {
    border-color: #e9d8fd;
  }

  .sm\:last\:border-purple-300:last-child {
    border-color: #d6bcfa;
  }

  .sm\:last\:border-purple-400:last-child {
    border-color: #b794f4;
  }

  .sm\:last\:border-purple-500:last-child {
    border-color: #9f7aea;
  }

  .sm\:last\:border-purple-600:last-child {
    border-color: #805ad5;
  }

  .sm\:last\:border-purple-700:last-child {
    border-color: #6b46c1;
  }

  .sm\:last\:border-purple-800:last-child {
    border-color: #553c9a;
  }

  .sm\:last\:border-purple-900:last-child {
    border-color: #44337a;
  }

  .sm\:last\:border-pink-100:last-child {
    border-color: #fff5f7;
  }

  .sm\:last\:border-pink-200:last-child {
    border-color: #fed7e2;
  }

  .sm\:last\:border-pink-300:last-child {
    border-color: #fbb6ce;
  }

  .sm\:last\:border-pink-400:last-child {
    border-color: #f687b3;
  }

  .sm\:last\:border-pink-500:last-child {
    border-color: #ed64a6;
  }

  .sm\:last\:border-pink-600:last-child {
    border-color: #d53f8c;
  }

  .sm\:last\:border-pink-700:last-child {
    border-color: #b83280;
  }

  .sm\:last\:border-pink-800:last-child {
    border-color: #97266d;
  }

  .sm\:last\:border-pink-900:last-child {
    border-color: #702459;
  }

  .sm\:odd\:border-transparent:nth-child(odd) {
    border-color: transparent;
  }

  .sm\:odd\:border-black:nth-child(odd) {
    border-color: #000;
  }

  .sm\:odd\:border-white:nth-child(odd) {
    border-color: #fff;
  }

  .sm\:odd\:border-gray-100:nth-child(odd) {
    border-color: #f7fafc;
  }

  .sm\:odd\:border-gray-200:nth-child(odd) {
    border-color: #edf2f7;
  }

  .sm\:odd\:border-gray-300:nth-child(odd) {
    border-color: #e2e8f0;
  }

  .sm\:odd\:border-gray-400:nth-child(odd) {
    border-color: #cbd5e0;
  }

  .sm\:odd\:border-gray-500:nth-child(odd) {
    border-color: #a0aec0;
  }

  .sm\:odd\:border-gray-600:nth-child(odd) {
    border-color: #718096;
  }

  .sm\:odd\:border-gray-700:nth-child(odd) {
    border-color: #4a5568;
  }

  .sm\:odd\:border-gray-800:nth-child(odd) {
    border-color: #2d3748;
  }

  .sm\:odd\:border-gray-900:nth-child(odd) {
    border-color: #1a202c;
  }

  .sm\:odd\:border-red-100:nth-child(odd) {
    border-color: #fff5f5;
  }

  .sm\:odd\:border-red-200:nth-child(odd) {
    border-color: #fed7d7;
  }

  .sm\:odd\:border-red-300:nth-child(odd) {
    border-color: #feb2b2;
  }

  .sm\:odd\:border-red-400:nth-child(odd) {
    border-color: #fc8181;
  }

  .sm\:odd\:border-red-500:nth-child(odd) {
    border-color: #f56565;
  }

  .sm\:odd\:border-red-600:nth-child(odd) {
    border-color: #e53e3e;
  }

  .sm\:odd\:border-red-700:nth-child(odd) {
    border-color: #c53030;
  }

  .sm\:odd\:border-red-800:nth-child(odd) {
    border-color: #9b2c2c;
  }

  .sm\:odd\:border-red-900:nth-child(odd) {
    border-color: #742a2a;
  }

  .sm\:odd\:border-orange-100:nth-child(odd) {
    border-color: #fffaf0;
  }

  .sm\:odd\:border-orange-200:nth-child(odd) {
    border-color: #feebc8;
  }

  .sm\:odd\:border-orange-300:nth-child(odd) {
    border-color: #fbd38d;
  }

  .sm\:odd\:border-orange-400:nth-child(odd) {
    border-color: #f6ad55;
  }

  .sm\:odd\:border-orange-500:nth-child(odd) {
    border-color: #ed8936;
  }

  .sm\:odd\:border-orange-600:nth-child(odd) {
    border-color: #dd6b20;
  }

  .sm\:odd\:border-orange-700:nth-child(odd) {
    border-color: #c05621;
  }

  .sm\:odd\:border-orange-800:nth-child(odd) {
    border-color: #9c4221;
  }

  .sm\:odd\:border-orange-900:nth-child(odd) {
    border-color: #7b341e;
  }

  .sm\:odd\:border-yellow-100:nth-child(odd) {
    border-color: #fffff0;
  }

  .sm\:odd\:border-yellow-200:nth-child(odd) {
    border-color: #fefcbf;
  }

  .sm\:odd\:border-yellow-300:nth-child(odd) {
    border-color: #faf089;
  }

  .sm\:odd\:border-yellow-400:nth-child(odd) {
    border-color: #f6e05e;
  }

  .sm\:odd\:border-yellow-500:nth-child(odd) {
    border-color: #ecc94b;
  }

  .sm\:odd\:border-yellow-600:nth-child(odd) {
    border-color: #d69e2e;
  }

  .sm\:odd\:border-yellow-700:nth-child(odd) {
    border-color: #b7791f;
  }

  .sm\:odd\:border-yellow-800:nth-child(odd) {
    border-color: #975a16;
  }

  .sm\:odd\:border-yellow-900:nth-child(odd) {
    border-color: #744210;
  }

  .sm\:odd\:border-green-100:nth-child(odd) {
    border-color: #f0fff4;
  }

  .sm\:odd\:border-green-200:nth-child(odd) {
    border-color: #c6f6d5;
  }

  .sm\:odd\:border-green-300:nth-child(odd) {
    border-color: #9ae6b4;
  }

  .sm\:odd\:border-green-400:nth-child(odd) {
    border-color: #68d391;
  }

  .sm\:odd\:border-green-500:nth-child(odd) {
    border-color: #48bb78;
  }

  .sm\:odd\:border-green-600:nth-child(odd) {
    border-color: #38a169;
  }

  .sm\:odd\:border-green-700:nth-child(odd) {
    border-color: #2f855a;
  }

  .sm\:odd\:border-green-800:nth-child(odd) {
    border-color: #276749;
  }

  .sm\:odd\:border-green-900:nth-child(odd) {
    border-color: #22543d;
  }

  .sm\:odd\:border-teal-100:nth-child(odd) {
    border-color: #e6fffa;
  }

  .sm\:odd\:border-teal-200:nth-child(odd) {
    border-color: #b2f5ea;
  }

  .sm\:odd\:border-teal-300:nth-child(odd) {
    border-color: #81e6d9;
  }

  .sm\:odd\:border-teal-400:nth-child(odd) {
    border-color: #4fd1c5;
  }

  .sm\:odd\:border-teal-500:nth-child(odd) {
    border-color: #38b2ac;
  }

  .sm\:odd\:border-teal-600:nth-child(odd) {
    border-color: #319795;
  }

  .sm\:odd\:border-teal-700:nth-child(odd) {
    border-color: #2c7a7b;
  }

  .sm\:odd\:border-teal-800:nth-child(odd) {
    border-color: #285e61;
  }

  .sm\:odd\:border-teal-900:nth-child(odd) {
    border-color: #234e52;
  }

  .sm\:odd\:border-blue-100:nth-child(odd) {
    border-color: #ebf8ff;
  }

  .sm\:odd\:border-blue-200:nth-child(odd) {
    border-color: #bee3f8;
  }

  .sm\:odd\:border-blue-300:nth-child(odd) {
    border-color: #90cdf4;
  }

  .sm\:odd\:border-blue-400:nth-child(odd) {
    border-color: #63b3ed;
  }

  .sm\:odd\:border-blue-500:nth-child(odd) {
    border-color: #4299e1;
  }

  .sm\:odd\:border-blue-600:nth-child(odd) {
    border-color: #3182ce;
  }

  .sm\:odd\:border-blue-700:nth-child(odd) {
    border-color: #2b6cb0;
  }

  .sm\:odd\:border-blue-800:nth-child(odd) {
    border-color: #2c5282;
  }

  .sm\:odd\:border-blue-900:nth-child(odd) {
    border-color: #2a4365;
  }

  .sm\:odd\:border-indigo-100:nth-child(odd) {
    border-color: #ebf4ff;
  }

  .sm\:odd\:border-indigo-200:nth-child(odd) {
    border-color: #c3dafe;
  }

  .sm\:odd\:border-indigo-300:nth-child(odd) {
    border-color: #a3bffa;
  }

  .sm\:odd\:border-indigo-400:nth-child(odd) {
    border-color: #7f9cf5;
  }

  .sm\:odd\:border-indigo-500:nth-child(odd) {
    border-color: #667eea;
  }

  .sm\:odd\:border-indigo-600:nth-child(odd) {
    border-color: #5a67d8;
  }

  .sm\:odd\:border-indigo-700:nth-child(odd) {
    border-color: #4c51bf;
  }

  .sm\:odd\:border-indigo-800:nth-child(odd) {
    border-color: #434190;
  }

  .sm\:odd\:border-indigo-900:nth-child(odd) {
    border-color: #3c366b;
  }

  .sm\:odd\:border-purple-100:nth-child(odd) {
    border-color: #faf5ff;
  }

  .sm\:odd\:border-purple-200:nth-child(odd) {
    border-color: #e9d8fd;
  }

  .sm\:odd\:border-purple-300:nth-child(odd) {
    border-color: #d6bcfa;
  }

  .sm\:odd\:border-purple-400:nth-child(odd) {
    border-color: #b794f4;
  }

  .sm\:odd\:border-purple-500:nth-child(odd) {
    border-color: #9f7aea;
  }

  .sm\:odd\:border-purple-600:nth-child(odd) {
    border-color: #805ad5;
  }

  .sm\:odd\:border-purple-700:nth-child(odd) {
    border-color: #6b46c1;
  }

  .sm\:odd\:border-purple-800:nth-child(odd) {
    border-color: #553c9a;
  }

  .sm\:odd\:border-purple-900:nth-child(odd) {
    border-color: #44337a;
  }

  .sm\:odd\:border-pink-100:nth-child(odd) {
    border-color: #fff5f7;
  }

  .sm\:odd\:border-pink-200:nth-child(odd) {
    border-color: #fed7e2;
  }

  .sm\:odd\:border-pink-300:nth-child(odd) {
    border-color: #fbb6ce;
  }

  .sm\:odd\:border-pink-400:nth-child(odd) {
    border-color: #f687b3;
  }

  .sm\:odd\:border-pink-500:nth-child(odd) {
    border-color: #ed64a6;
  }

  .sm\:odd\:border-pink-600:nth-child(odd) {
    border-color: #d53f8c;
  }

  .sm\:odd\:border-pink-700:nth-child(odd) {
    border-color: #b83280;
  }

  .sm\:odd\:border-pink-800:nth-child(odd) {
    border-color: #97266d;
  }

  .sm\:odd\:border-pink-900:nth-child(odd) {
    border-color: #702459;
  }

  .sm\:even\:border-transparent:nth-child(even) {
    border-color: transparent;
  }

  .sm\:even\:border-black:nth-child(even) {
    border-color: #000;
  }

  .sm\:even\:border-white:nth-child(even) {
    border-color: #fff;
  }

  .sm\:even\:border-gray-100:nth-child(even) {
    border-color: #f7fafc;
  }

  .sm\:even\:border-gray-200:nth-child(even) {
    border-color: #edf2f7;
  }

  .sm\:even\:border-gray-300:nth-child(even) {
    border-color: #e2e8f0;
  }

  .sm\:even\:border-gray-400:nth-child(even) {
    border-color: #cbd5e0;
  }

  .sm\:even\:border-gray-500:nth-child(even) {
    border-color: #a0aec0;
  }

  .sm\:even\:border-gray-600:nth-child(even) {
    border-color: #718096;
  }

  .sm\:even\:border-gray-700:nth-child(even) {
    border-color: #4a5568;
  }

  .sm\:even\:border-gray-800:nth-child(even) {
    border-color: #2d3748;
  }

  .sm\:even\:border-gray-900:nth-child(even) {
    border-color: #1a202c;
  }

  .sm\:even\:border-red-100:nth-child(even) {
    border-color: #fff5f5;
  }

  .sm\:even\:border-red-200:nth-child(even) {
    border-color: #fed7d7;
  }

  .sm\:even\:border-red-300:nth-child(even) {
    border-color: #feb2b2;
  }

  .sm\:even\:border-red-400:nth-child(even) {
    border-color: #fc8181;
  }

  .sm\:even\:border-red-500:nth-child(even) {
    border-color: #f56565;
  }

  .sm\:even\:border-red-600:nth-child(even) {
    border-color: #e53e3e;
  }

  .sm\:even\:border-red-700:nth-child(even) {
    border-color: #c53030;
  }

  .sm\:even\:border-red-800:nth-child(even) {
    border-color: #9b2c2c;
  }

  .sm\:even\:border-red-900:nth-child(even) {
    border-color: #742a2a;
  }

  .sm\:even\:border-orange-100:nth-child(even) {
    border-color: #fffaf0;
  }

  .sm\:even\:border-orange-200:nth-child(even) {
    border-color: #feebc8;
  }

  .sm\:even\:border-orange-300:nth-child(even) {
    border-color: #fbd38d;
  }

  .sm\:even\:border-orange-400:nth-child(even) {
    border-color: #f6ad55;
  }

  .sm\:even\:border-orange-500:nth-child(even) {
    border-color: #ed8936;
  }

  .sm\:even\:border-orange-600:nth-child(even) {
    border-color: #dd6b20;
  }

  .sm\:even\:border-orange-700:nth-child(even) {
    border-color: #c05621;
  }

  .sm\:even\:border-orange-800:nth-child(even) {
    border-color: #9c4221;
  }

  .sm\:even\:border-orange-900:nth-child(even) {
    border-color: #7b341e;
  }

  .sm\:even\:border-yellow-100:nth-child(even) {
    border-color: #fffff0;
  }

  .sm\:even\:border-yellow-200:nth-child(even) {
    border-color: #fefcbf;
  }

  .sm\:even\:border-yellow-300:nth-child(even) {
    border-color: #faf089;
  }

  .sm\:even\:border-yellow-400:nth-child(even) {
    border-color: #f6e05e;
  }

  .sm\:even\:border-yellow-500:nth-child(even) {
    border-color: #ecc94b;
  }

  .sm\:even\:border-yellow-600:nth-child(even) {
    border-color: #d69e2e;
  }

  .sm\:even\:border-yellow-700:nth-child(even) {
    border-color: #b7791f;
  }

  .sm\:even\:border-yellow-800:nth-child(even) {
    border-color: #975a16;
  }

  .sm\:even\:border-yellow-900:nth-child(even) {
    border-color: #744210;
  }

  .sm\:even\:border-green-100:nth-child(even) {
    border-color: #f0fff4;
  }

  .sm\:even\:border-green-200:nth-child(even) {
    border-color: #c6f6d5;
  }

  .sm\:even\:border-green-300:nth-child(even) {
    border-color: #9ae6b4;
  }

  .sm\:even\:border-green-400:nth-child(even) {
    border-color: #68d391;
  }

  .sm\:even\:border-green-500:nth-child(even) {
    border-color: #48bb78;
  }

  .sm\:even\:border-green-600:nth-child(even) {
    border-color: #38a169;
  }

  .sm\:even\:border-green-700:nth-child(even) {
    border-color: #2f855a;
  }

  .sm\:even\:border-green-800:nth-child(even) {
    border-color: #276749;
  }

  .sm\:even\:border-green-900:nth-child(even) {
    border-color: #22543d;
  }

  .sm\:even\:border-teal-100:nth-child(even) {
    border-color: #e6fffa;
  }

  .sm\:even\:border-teal-200:nth-child(even) {
    border-color: #b2f5ea;
  }

  .sm\:even\:border-teal-300:nth-child(even) {
    border-color: #81e6d9;
  }

  .sm\:even\:border-teal-400:nth-child(even) {
    border-color: #4fd1c5;
  }

  .sm\:even\:border-teal-500:nth-child(even) {
    border-color: #38b2ac;
  }

  .sm\:even\:border-teal-600:nth-child(even) {
    border-color: #319795;
  }

  .sm\:even\:border-teal-700:nth-child(even) {
    border-color: #2c7a7b;
  }

  .sm\:even\:border-teal-800:nth-child(even) {
    border-color: #285e61;
  }

  .sm\:even\:border-teal-900:nth-child(even) {
    border-color: #234e52;
  }

  .sm\:even\:border-blue-100:nth-child(even) {
    border-color: #ebf8ff;
  }

  .sm\:even\:border-blue-200:nth-child(even) {
    border-color: #bee3f8;
  }

  .sm\:even\:border-blue-300:nth-child(even) {
    border-color: #90cdf4;
  }

  .sm\:even\:border-blue-400:nth-child(even) {
    border-color: #63b3ed;
  }

  .sm\:even\:border-blue-500:nth-child(even) {
    border-color: #4299e1;
  }

  .sm\:even\:border-blue-600:nth-child(even) {
    border-color: #3182ce;
  }

  .sm\:even\:border-blue-700:nth-child(even) {
    border-color: #2b6cb0;
  }

  .sm\:even\:border-blue-800:nth-child(even) {
    border-color: #2c5282;
  }

  .sm\:even\:border-blue-900:nth-child(even) {
    border-color: #2a4365;
  }

  .sm\:even\:border-indigo-100:nth-child(even) {
    border-color: #ebf4ff;
  }

  .sm\:even\:border-indigo-200:nth-child(even) {
    border-color: #c3dafe;
  }

  .sm\:even\:border-indigo-300:nth-child(even) {
    border-color: #a3bffa;
  }

  .sm\:even\:border-indigo-400:nth-child(even) {
    border-color: #7f9cf5;
  }

  .sm\:even\:border-indigo-500:nth-child(even) {
    border-color: #667eea;
  }

  .sm\:even\:border-indigo-600:nth-child(even) {
    border-color: #5a67d8;
  }

  .sm\:even\:border-indigo-700:nth-child(even) {
    border-color: #4c51bf;
  }

  .sm\:even\:border-indigo-800:nth-child(even) {
    border-color: #434190;
  }

  .sm\:even\:border-indigo-900:nth-child(even) {
    border-color: #3c366b;
  }

  .sm\:even\:border-purple-100:nth-child(even) {
    border-color: #faf5ff;
  }

  .sm\:even\:border-purple-200:nth-child(even) {
    border-color: #e9d8fd;
  }

  .sm\:even\:border-purple-300:nth-child(even) {
    border-color: #d6bcfa;
  }

  .sm\:even\:border-purple-400:nth-child(even) {
    border-color: #b794f4;
  }

  .sm\:even\:border-purple-500:nth-child(even) {
    border-color: #9f7aea;
  }

  .sm\:even\:border-purple-600:nth-child(even) {
    border-color: #805ad5;
  }

  .sm\:even\:border-purple-700:nth-child(even) {
    border-color: #6b46c1;
  }

  .sm\:even\:border-purple-800:nth-child(even) {
    border-color: #553c9a;
  }

  .sm\:even\:border-purple-900:nth-child(even) {
    border-color: #44337a;
  }

  .sm\:even\:border-pink-100:nth-child(even) {
    border-color: #fff5f7;
  }

  .sm\:even\:border-pink-200:nth-child(even) {
    border-color: #fed7e2;
  }

  .sm\:even\:border-pink-300:nth-child(even) {
    border-color: #fbb6ce;
  }

  .sm\:even\:border-pink-400:nth-child(even) {
    border-color: #f687b3;
  }

  .sm\:even\:border-pink-500:nth-child(even) {
    border-color: #ed64a6;
  }

  .sm\:even\:border-pink-600:nth-child(even) {
    border-color: #d53f8c;
  }

  .sm\:even\:border-pink-700:nth-child(even) {
    border-color: #b83280;
  }

  .sm\:even\:border-pink-800:nth-child(even) {
    border-color: #97266d;
  }

  .sm\:even\:border-pink-900:nth-child(even) {
    border-color: #702459;
  }

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

  .sm\:hover\:border-black:hover {
    border-color: #000;
  }

  .sm\:hover\:border-white:hover {
    border-color: #fff;
  }

  .sm\:hover\:border-gray-100:hover {
    border-color: #f7fafc;
  }

  .sm\:hover\:border-gray-200:hover {
    border-color: #edf2f7;
  }

  .sm\:hover\:border-gray-300:hover {
    border-color: #e2e8f0;
  }

  .sm\:hover\:border-gray-400:hover {
    border-color: #cbd5e0;
  }

  .sm\:hover\:border-gray-500:hover {
    border-color: #a0aec0;
  }

  .sm\:hover\:border-gray-600:hover {
    border-color: #718096;
  }

  .sm\:hover\:border-gray-700:hover {
    border-color: #4a5568;
  }

  .sm\:hover\:border-gray-800:hover {
    border-color: #2d3748;
  }

  .sm\:hover\:border-gray-900:hover {
    border-color: #1a202c;
  }

  .sm\:hover\:border-red-100:hover {
    border-color: #fff5f5;
  }

  .sm\:hover\:border-red-200:hover {
    border-color: #fed7d7;
  }

  .sm\:hover\:border-red-300:hover {
    border-color: #feb2b2;
  }

  .sm\:hover\:border-red-400:hover {
    border-color: #fc8181;
  }

  .sm\:hover\:border-red-500:hover {
    border-color: #f56565;
  }

  .sm\:hover\:border-red-600:hover {
    border-color: #e53e3e;
  }

  .sm\:hover\:border-red-700:hover {
    border-color: #c53030;
  }

  .sm\:hover\:border-red-800:hover {
    border-color: #9b2c2c;
  }

  .sm\:hover\:border-red-900:hover {
    border-color: #742a2a;
  }

  .sm\:hover\:border-orange-100:hover {
    border-color: #fffaf0;
  }

  .sm\:hover\:border-orange-200:hover {
    border-color: #feebc8;
  }

  .sm\:hover\:border-orange-300:hover {
    border-color: #fbd38d;
  }

  .sm\:hover\:border-orange-400:hover {
    border-color: #f6ad55;
  }

  .sm\:hover\:border-orange-500:hover {
    border-color: #ed8936;
  }

  .sm\:hover\:border-orange-600:hover {
    border-color: #dd6b20;
  }

  .sm\:hover\:border-orange-700:hover {
    border-color: #c05621;
  }

  .sm\:hover\:border-orange-800:hover {
    border-color: #9c4221;
  }

  .sm\:hover\:border-orange-900:hover {
    border-color: #7b341e;
  }

  .sm\:hover\:border-yellow-100:hover {
    border-color: #fffff0;
  }

  .sm\:hover\:border-yellow-200:hover {
    border-color: #fefcbf;
  }

  .sm\:hover\:border-yellow-300:hover {
    border-color: #faf089;
  }

  .sm\:hover\:border-yellow-400:hover {
    border-color: #f6e05e;
  }

  .sm\:hover\:border-yellow-500:hover {
    border-color: #ecc94b;
  }

  .sm\:hover\:border-yellow-600:hover {
    border-color: #d69e2e;
  }

  .sm\:hover\:border-yellow-700:hover {
    border-color: #b7791f;
  }

  .sm\:hover\:border-yellow-800:hover {
    border-color: #975a16;
  }

  .sm\:hover\:border-yellow-900:hover {
    border-color: #744210;
  }

  .sm\:hover\:border-green-100:hover {
    border-color: #f0fff4;
  }

  .sm\:hover\:border-green-200:hover {
    border-color: #c6f6d5;
  }

  .sm\:hover\:border-green-300:hover {
    border-color: #9ae6b4;
  }

  .sm\:hover\:border-green-400:hover {
    border-color: #68d391;
  }

  .sm\:hover\:border-green-500:hover {
    border-color: #48bb78;
  }

  .sm\:hover\:border-green-600:hover {
    border-color: #38a169;
  }

  .sm\:hover\:border-green-700:hover {
    border-color: #2f855a;
  }

  .sm\:hover\:border-green-800:hover {
    border-color: #276749;
  }

  .sm\:hover\:border-green-900:hover {
    border-color: #22543d;
  }

  .sm\:hover\:border-teal-100:hover {
    border-color: #e6fffa;
  }

  .sm\:hover\:border-teal-200:hover {
    border-color: #b2f5ea;
  }

  .sm\:hover\:border-teal-300:hover {
    border-color: #81e6d9;
  }

  .sm\:hover\:border-teal-400:hover {
    border-color: #4fd1c5;
  }

  .sm\:hover\:border-teal-500:hover {
    border-color: #38b2ac;
  }

  .sm\:hover\:border-teal-600:hover {
    border-color: #319795;
  }

  .sm\:hover\:border-teal-700:hover {
    border-color: #2c7a7b;
  }

  .sm\:hover\:border-teal-800:hover {
    border-color: #285e61;
  }

  .sm\:hover\:border-teal-900:hover {
    border-color: #234e52;
  }

  .sm\:hover\:border-blue-100:hover {
    border-color: #ebf8ff;
  }

  .sm\:hover\:border-blue-200:hover {
    border-color: #bee3f8;
  }

  .sm\:hover\:border-blue-300:hover {
    border-color: #90cdf4;
  }

  .sm\:hover\:border-blue-400:hover {
    border-color: #63b3ed;
  }

  .sm\:hover\:border-blue-500:hover {
    border-color: #4299e1;
  }

  .sm\:hover\:border-blue-600:hover {
    border-color: #3182ce;
  }

  .sm\:hover\:border-blue-700:hover {
    border-color: #2b6cb0;
  }

  .sm\:hover\:border-blue-800:hover {
    border-color: #2c5282;
  }

  .sm\:hover\:border-blue-900:hover {
    border-color: #2a4365;
  }

  .sm\:hover\:border-indigo-100:hover {
    border-color: #ebf4ff;
  }

  .sm\:hover\:border-indigo-200:hover {
    border-color: #c3dafe;
  }

  .sm\:hover\:border-indigo-300:hover {
    border-color: #a3bffa;
  }

  .sm\:hover\:border-indigo-400:hover {
    border-color: #7f9cf5;
  }

  .sm\:hover\:border-indigo-500:hover {
    border-color: #667eea;
  }

  .sm\:hover\:border-indigo-600:hover {
    border-color: #5a67d8;
  }

  .sm\:hover\:border-indigo-700:hover {
    border-color: #4c51bf;
  }

  .sm\:hover\:border-indigo-800:hover {
    border-color: #434190;
  }

  .sm\:hover\:border-indigo-900:hover {
    border-color: #3c366b;
  }

  .sm\:hover\:border-purple-100:hover {
    border-color: #faf5ff;
  }

  .sm\:hover\:border-purple-200:hover {
    border-color: #e9d8fd;
  }

  .sm\:hover\:border-purple-300:hover {
    border-color: #d6bcfa;
  }

  .sm\:hover\:border-purple-400:hover {
    border-color: #b794f4;
  }

  .sm\:hover\:border-purple-500:hover {
    border-color: #9f7aea;
  }

  .sm\:hover\:border-purple-600:hover {
    border-color: #805ad5;
  }

  .sm\:hover\:border-purple-700:hover {
    border-color: #6b46c1;
  }

  .sm\:hover\:border-purple-800:hover {
    border-color: #553c9a;
  }

  .sm\:hover\:border-purple-900:hover {
    border-color: #44337a;
  }

  .sm\:hover\:border-pink-100:hover {
    border-color: #fff5f7;
  }

  .sm\:hover\:border-pink-200:hover {
    border-color: #fed7e2;
  }

  .sm\:hover\:border-pink-300:hover {
    border-color: #fbb6ce;
  }

  .sm\:hover\:border-pink-400:hover {
    border-color: #f687b3;
  }

  .sm\:hover\:border-pink-500:hover {
    border-color: #ed64a6;
  }

  .sm\:hover\:border-pink-600:hover {
    border-color: #d53f8c;
  }

  .sm\:hover\:border-pink-700:hover {
    border-color: #b83280;
  }

  .sm\:hover\:border-pink-800:hover {
    border-color: #97266d;
  }

  .sm\:hover\:border-pink-900:hover {
    border-color: #702459;
  }

  .sm\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .sm\:focus\:border-black:focus {
    border-color: #000;
  }

  .sm\:focus\:border-white:focus {
    border-color: #fff;
  }

  .sm\:focus\:border-gray-100:focus {
    border-color: #f7fafc;
  }

  .sm\:focus\:border-gray-200:focus {
    border-color: #edf2f7;
  }

  .sm\:focus\:border-gray-300:focus {
    border-color: #e2e8f0;
  }

  .sm\:focus\:border-gray-400:focus {
    border-color: #cbd5e0;
  }

  .sm\:focus\:border-gray-500:focus {
    border-color: #a0aec0;
  }

  .sm\:focus\:border-gray-600:focus {
    border-color: #718096;
  }

  .sm\:focus\:border-gray-700:focus {
    border-color: #4a5568;
  }

  .sm\:focus\:border-gray-800:focus {
    border-color: #2d3748;
  }

  .sm\:focus\:border-gray-900:focus {
    border-color: #1a202c;
  }

  .sm\:focus\:border-red-100:focus {
    border-color: #fff5f5;
  }

  .sm\:focus\:border-red-200:focus {
    border-color: #fed7d7;
  }

  .sm\:focus\:border-red-300:focus {
    border-color: #feb2b2;
  }

  .sm\:focus\:border-red-400:focus {
    border-color: #fc8181;
  }

  .sm\:focus\:border-red-500:focus {
    border-color: #f56565;
  }

  .sm\:focus\:border-red-600:focus {
    border-color: #e53e3e;
  }

  .sm\:focus\:border-red-700:focus {
    border-color: #c53030;
  }

  .sm\:focus\:border-red-800:focus {
    border-color: #9b2c2c;
  }

  .sm\:focus\:border-red-900:focus {
    border-color: #742a2a;
  }

  .sm\:focus\:border-orange-100:focus {
    border-color: #fffaf0;
  }

  .sm\:focus\:border-orange-200:focus {
    border-color: #feebc8;
  }

  .sm\:focus\:border-orange-300:focus {
    border-color: #fbd38d;
  }

  .sm\:focus\:border-orange-400:focus {
    border-color: #f6ad55;
  }

  .sm\:focus\:border-orange-500:focus {
    border-color: #ed8936;
  }

  .sm\:focus\:border-orange-600:focus {
    border-color: #dd6b20;
  }

  .sm\:focus\:border-orange-700:focus {
    border-color: #c05621;
  }

  .sm\:focus\:border-orange-800:focus {
    border-color: #9c4221;
  }

  .sm\:focus\:border-orange-900:focus {
    border-color: #7b341e;
  }

  .sm\:focus\:border-yellow-100:focus {
    border-color: #fffff0;
  }

  .sm\:focus\:border-yellow-200:focus {
    border-color: #fefcbf;
  }

  .sm\:focus\:border-yellow-300:focus {
    border-color: #faf089;
  }

  .sm\:focus\:border-yellow-400:focus {
    border-color: #f6e05e;
  }

  .sm\:focus\:border-yellow-500:focus {
    border-color: #ecc94b;
  }

  .sm\:focus\:border-yellow-600:focus {
    border-color: #d69e2e;
  }

  .sm\:focus\:border-yellow-700:focus {
    border-color: #b7791f;
  }

  .sm\:focus\:border-yellow-800:focus {
    border-color: #975a16;
  }

  .sm\:focus\:border-yellow-900:focus {
    border-color: #744210;
  }

  .sm\:focus\:border-green-100:focus {
    border-color: #f0fff4;
  }

  .sm\:focus\:border-green-200:focus {
    border-color: #c6f6d5;
  }

  .sm\:focus\:border-green-300:focus {
    border-color: #9ae6b4;
  }

  .sm\:focus\:border-green-400:focus {
    border-color: #68d391;
  }

  .sm\:focus\:border-green-500:focus {
    border-color: #48bb78;
  }

  .sm\:focus\:border-green-600:focus {
    border-color: #38a169;
  }

  .sm\:focus\:border-green-700:focus {
    border-color: #2f855a;
  }

  .sm\:focus\:border-green-800:focus {
    border-color: #276749;
  }

  .sm\:focus\:border-green-900:focus {
    border-color: #22543d;
  }

  .sm\:focus\:border-teal-100:focus {
    border-color: #e6fffa;
  }

  .sm\:focus\:border-teal-200:focus {
    border-color: #b2f5ea;
  }

  .sm\:focus\:border-teal-300:focus {
    border-color: #81e6d9;
  }

  .sm\:focus\:border-teal-400:focus {
    border-color: #4fd1c5;
  }

  .sm\:focus\:border-teal-500:focus {
    border-color: #38b2ac;
  }

  .sm\:focus\:border-teal-600:focus {
    border-color: #319795;
  }

  .sm\:focus\:border-teal-700:focus {
    border-color: #2c7a7b;
  }

  .sm\:focus\:border-teal-800:focus {
    border-color: #285e61;
  }

  .sm\:focus\:border-teal-900:focus {
    border-color: #234e52;
  }

  .sm\:focus\:border-blue-100:focus {
    border-color: #ebf8ff;
  }

  .sm\:focus\:border-blue-200:focus {
    border-color: #bee3f8;
  }

  .sm\:focus\:border-blue-300:focus {
    border-color: #90cdf4;
  }

  .sm\:focus\:border-blue-400:focus {
    border-color: #63b3ed;
  }

  .sm\:focus\:border-blue-500:focus {
    border-color: #4299e1;
  }

  .sm\:focus\:border-blue-600:focus {
    border-color: #3182ce;
  }

  .sm\:focus\:border-blue-700:focus {
    border-color: #2b6cb0;
  }

  .sm\:focus\:border-blue-800:focus {
    border-color: #2c5282;
  }

  .sm\:focus\:border-blue-900:focus {
    border-color: #2a4365;
  }

  .sm\:focus\:border-indigo-100:focus {
    border-color: #ebf4ff;
  }

  .sm\:focus\:border-indigo-200:focus {
    border-color: #c3dafe;
  }

  .sm\:focus\:border-indigo-300:focus {
    border-color: #a3bffa;
  }

  .sm\:focus\:border-indigo-400:focus {
    border-color: #7f9cf5;
  }

  .sm\:focus\:border-indigo-500:focus {
    border-color: #667eea;
  }

  .sm\:focus\:border-indigo-600:focus {
    border-color: #5a67d8;
  }

  .sm\:focus\:border-indigo-700:focus {
    border-color: #4c51bf;
  }

  .sm\:focus\:border-indigo-800:focus {
    border-color: #434190;
  }

  .sm\:focus\:border-indigo-900:focus {
    border-color: #3c366b;
  }

  .sm\:focus\:border-purple-100:focus {
    border-color: #faf5ff;
  }

  .sm\:focus\:border-purple-200:focus {
    border-color: #e9d8fd;
  }

  .sm\:focus\:border-purple-300:focus {
    border-color: #d6bcfa;
  }

  .sm\:focus\:border-purple-400:focus {
    border-color: #b794f4;
  }

  .sm\:focus\:border-purple-500:focus {
    border-color: #9f7aea;
  }

  .sm\:focus\:border-purple-600:focus {
    border-color: #805ad5;
  }

  .sm\:focus\:border-purple-700:focus {
    border-color: #6b46c1;
  }

  .sm\:focus\:border-purple-800:focus {
    border-color: #553c9a;
  }

  .sm\:focus\:border-purple-900:focus {
    border-color: #44337a;
  }

  .sm\:focus\:border-pink-100:focus {
    border-color: #fff5f7;
  }

  .sm\:focus\:border-pink-200:focus {
    border-color: #fed7e2;
  }

  .sm\:focus\:border-pink-300:focus {
    border-color: #fbb6ce;
  }

  .sm\:focus\:border-pink-400:focus {
    border-color: #f687b3;
  }

  .sm\:focus\:border-pink-500:focus {
    border-color: #ed64a6;
  }

  .sm\:focus\:border-pink-600:focus {
    border-color: #d53f8c;
  }

  .sm\:focus\:border-pink-700:focus {
    border-color: #b83280;
  }

  .sm\:focus\:border-pink-800:focus {
    border-color: #97266d;
  }

  .sm\:focus\:border-pink-900:focus {
    border-color: #702459;
  }

  .sm\:active\:border-transparent:active {
    border-color: transparent;
  }

  .sm\:active\:border-black:active {
    border-color: #000;
  }

  .sm\:active\:border-white:active {
    border-color: #fff;
  }

  .sm\:active\:border-gray-100:active {
    border-color: #f7fafc;
  }

  .sm\:active\:border-gray-200:active {
    border-color: #edf2f7;
  }

  .sm\:active\:border-gray-300:active {
    border-color: #e2e8f0;
  }

  .sm\:active\:border-gray-400:active {
    border-color: #cbd5e0;
  }

  .sm\:active\:border-gray-500:active {
    border-color: #a0aec0;
  }

  .sm\:active\:border-gray-600:active {
    border-color: #718096;
  }

  .sm\:active\:border-gray-700:active {
    border-color: #4a5568;
  }

  .sm\:active\:border-gray-800:active {
    border-color: #2d3748;
  }

  .sm\:active\:border-gray-900:active {
    border-color: #1a202c;
  }

  .sm\:active\:border-red-100:active {
    border-color: #fff5f5;
  }

  .sm\:active\:border-red-200:active {
    border-color: #fed7d7;
  }

  .sm\:active\:border-red-300:active {
    border-color: #feb2b2;
  }

  .sm\:active\:border-red-400:active {
    border-color: #fc8181;
  }

  .sm\:active\:border-red-500:active {
    border-color: #f56565;
  }

  .sm\:active\:border-red-600:active {
    border-color: #e53e3e;
  }

  .sm\:active\:border-red-700:active {
    border-color: #c53030;
  }

  .sm\:active\:border-red-800:active {
    border-color: #9b2c2c;
  }

  .sm\:active\:border-red-900:active {
    border-color: #742a2a;
  }

  .sm\:active\:border-orange-100:active {
    border-color: #fffaf0;
  }

  .sm\:active\:border-orange-200:active {
    border-color: #feebc8;
  }

  .sm\:active\:border-orange-300:active {
    border-color: #fbd38d;
  }

  .sm\:active\:border-orange-400:active {
    border-color: #f6ad55;
  }

  .sm\:active\:border-orange-500:active {
    border-color: #ed8936;
  }

  .sm\:active\:border-orange-600:active {
    border-color: #dd6b20;
  }

  .sm\:active\:border-orange-700:active {
    border-color: #c05621;
  }

  .sm\:active\:border-orange-800:active {
    border-color: #9c4221;
  }

  .sm\:active\:border-orange-900:active {
    border-color: #7b341e;
  }

  .sm\:active\:border-yellow-100:active {
    border-color: #fffff0;
  }

  .sm\:active\:border-yellow-200:active {
    border-color: #fefcbf;
  }

  .sm\:active\:border-yellow-300:active {
    border-color: #faf089;
  }

  .sm\:active\:border-yellow-400:active {
    border-color: #f6e05e;
  }

  .sm\:active\:border-yellow-500:active {
    border-color: #ecc94b;
  }

  .sm\:active\:border-yellow-600:active {
    border-color: #d69e2e;
  }

  .sm\:active\:border-yellow-700:active {
    border-color: #b7791f;
  }

  .sm\:active\:border-yellow-800:active {
    border-color: #975a16;
  }

  .sm\:active\:border-yellow-900:active {
    border-color: #744210;
  }

  .sm\:active\:border-green-100:active {
    border-color: #f0fff4;
  }

  .sm\:active\:border-green-200:active {
    border-color: #c6f6d5;
  }

  .sm\:active\:border-green-300:active {
    border-color: #9ae6b4;
  }

  .sm\:active\:border-green-400:active {
    border-color: #68d391;
  }

  .sm\:active\:border-green-500:active {
    border-color: #48bb78;
  }

  .sm\:active\:border-green-600:active {
    border-color: #38a169;
  }

  .sm\:active\:border-green-700:active {
    border-color: #2f855a;
  }

  .sm\:active\:border-green-800:active {
    border-color: #276749;
  }

  .sm\:active\:border-green-900:active {
    border-color: #22543d;
  }

  .sm\:active\:border-teal-100:active {
    border-color: #e6fffa;
  }

  .sm\:active\:border-teal-200:active {
    border-color: #b2f5ea;
  }

  .sm\:active\:border-teal-300:active {
    border-color: #81e6d9;
  }

  .sm\:active\:border-teal-400:active {
    border-color: #4fd1c5;
  }

  .sm\:active\:border-teal-500:active {
    border-color: #38b2ac;
  }

  .sm\:active\:border-teal-600:active {
    border-color: #319795;
  }

  .sm\:active\:border-teal-700:active {
    border-color: #2c7a7b;
  }

  .sm\:active\:border-teal-800:active {
    border-color: #285e61;
  }

  .sm\:active\:border-teal-900:active {
    border-color: #234e52;
  }

  .sm\:active\:border-blue-100:active {
    border-color: #ebf8ff;
  }

  .sm\:active\:border-blue-200:active {
    border-color: #bee3f8;
  }

  .sm\:active\:border-blue-300:active {
    border-color: #90cdf4;
  }

  .sm\:active\:border-blue-400:active {
    border-color: #63b3ed;
  }

  .sm\:active\:border-blue-500:active {
    border-color: #4299e1;
  }

  .sm\:active\:border-blue-600:active {
    border-color: #3182ce;
  }

  .sm\:active\:border-blue-700:active {
    border-color: #2b6cb0;
  }

  .sm\:active\:border-blue-800:active {
    border-color: #2c5282;
  }

  .sm\:active\:border-blue-900:active {
    border-color: #2a4365;
  }

  .sm\:active\:border-indigo-100:active {
    border-color: #ebf4ff;
  }

  .sm\:active\:border-indigo-200:active {
    border-color: #c3dafe;
  }

  .sm\:active\:border-indigo-300:active {
    border-color: #a3bffa;
  }

  .sm\:active\:border-indigo-400:active {
    border-color: #7f9cf5;
  }

  .sm\:active\:border-indigo-500:active {
    border-color: #667eea;
  }

  .sm\:active\:border-indigo-600:active {
    border-color: #5a67d8;
  }

  .sm\:active\:border-indigo-700:active {
    border-color: #4c51bf;
  }

  .sm\:active\:border-indigo-800:active {
    border-color: #434190;
  }

  .sm\:active\:border-indigo-900:active {
    border-color: #3c366b;
  }

  .sm\:active\:border-purple-100:active {
    border-color: #faf5ff;
  }

  .sm\:active\:border-purple-200:active {
    border-color: #e9d8fd;
  }

  .sm\:active\:border-purple-300:active {
    border-color: #d6bcfa;
  }

  .sm\:active\:border-purple-400:active {
    border-color: #b794f4;
  }

  .sm\:active\:border-purple-500:active {
    border-color: #9f7aea;
  }

  .sm\:active\:border-purple-600:active {
    border-color: #805ad5;
  }

  .sm\:active\:border-purple-700:active {
    border-color: #6b46c1;
  }

  .sm\:active\:border-purple-800:active {
    border-color: #553c9a;
  }

  .sm\:active\:border-purple-900:active {
    border-color: #44337a;
  }

  .sm\:active\:border-pink-100:active {
    border-color: #fff5f7;
  }

  .sm\:active\:border-pink-200:active {
    border-color: #fed7e2;
  }

  .sm\:active\:border-pink-300:active {
    border-color: #fbb6ce;
  }

  .sm\:active\:border-pink-400:active {
    border-color: #f687b3;
  }

  .sm\:active\:border-pink-500:active {
    border-color: #ed64a6;
  }

  .sm\:active\:border-pink-600:active {
    border-color: #d53f8c;
  }

  .sm\:active\:border-pink-700:active {
    border-color: #b83280;
  }

  .sm\:active\:border-pink-800:active {
    border-color: #97266d;
  }

  .sm\:active\:border-pink-900:active {
    border-color: #702459;
  }

  .sm\:visited\:border-transparent:visited {
    border-color: transparent;
  }

  .sm\:visited\:border-black:visited {
    border-color: #000;
  }

  .sm\:visited\:border-white:visited {
    border-color: #fff;
  }

  .sm\:visited\:border-gray-100:visited {
    border-color: #f7fafc;
  }

  .sm\:visited\:border-gray-200:visited {
    border-color: #edf2f7;
  }

  .sm\:visited\:border-gray-300:visited {
    border-color: #e2e8f0;
  }

  .sm\:visited\:border-gray-400:visited {
    border-color: #cbd5e0;
  }

  .sm\:visited\:border-gray-500:visited {
    border-color: #a0aec0;
  }

  .sm\:visited\:border-gray-600:visited {
    border-color: #718096;
  }

  .sm\:visited\:border-gray-700:visited {
    border-color: #4a5568;
  }

  .sm\:visited\:border-gray-800:visited {
    border-color: #2d3748;
  }

  .sm\:visited\:border-gray-900:visited {
    border-color: #1a202c;
  }

  .sm\:visited\:border-red-100:visited {
    border-color: #fff5f5;
  }

  .sm\:visited\:border-red-200:visited {
    border-color: #fed7d7;
  }

  .sm\:visited\:border-red-300:visited {
    border-color: #feb2b2;
  }

  .sm\:visited\:border-red-400:visited {
    border-color: #fc8181;
  }

  .sm\:visited\:border-red-500:visited {
    border-color: #f56565;
  }

  .sm\:visited\:border-red-600:visited {
    border-color: #e53e3e;
  }

  .sm\:visited\:border-red-700:visited {
    border-color: #c53030;
  }

  .sm\:visited\:border-red-800:visited {
    border-color: #9b2c2c;
  }

  .sm\:visited\:border-red-900:visited {
    border-color: #742a2a;
  }

  .sm\:visited\:border-orange-100:visited {
    border-color: #fffaf0;
  }

  .sm\:visited\:border-orange-200:visited {
    border-color: #feebc8;
  }

  .sm\:visited\:border-orange-300:visited {
    border-color: #fbd38d;
  }

  .sm\:visited\:border-orange-400:visited {
    border-color: #f6ad55;
  }

  .sm\:visited\:border-orange-500:visited {
    border-color: #ed8936;
  }

  .sm\:visited\:border-orange-600:visited {
    border-color: #dd6b20;
  }

  .sm\:visited\:border-orange-700:visited {
    border-color: #c05621;
  }

  .sm\:visited\:border-orange-800:visited {
    border-color: #9c4221;
  }

  .sm\:visited\:border-orange-900:visited {
    border-color: #7b341e;
  }

  .sm\:visited\:border-yellow-100:visited {
    border-color: #fffff0;
  }

  .sm\:visited\:border-yellow-200:visited {
    border-color: #fefcbf;
  }

  .sm\:visited\:border-yellow-300:visited {
    border-color: #faf089;
  }

  .sm\:visited\:border-yellow-400:visited {
    border-color: #f6e05e;
  }

  .sm\:visited\:border-yellow-500:visited {
    border-color: #ecc94b;
  }

  .sm\:visited\:border-yellow-600:visited {
    border-color: #d69e2e;
  }

  .sm\:visited\:border-yellow-700:visited {
    border-color: #b7791f;
  }

  .sm\:visited\:border-yellow-800:visited {
    border-color: #975a16;
  }

  .sm\:visited\:border-yellow-900:visited {
    border-color: #744210;
  }

  .sm\:visited\:border-green-100:visited {
    border-color: #f0fff4;
  }

  .sm\:visited\:border-green-200:visited {
    border-color: #c6f6d5;
  }

  .sm\:visited\:border-green-300:visited {
    border-color: #9ae6b4;
  }

  .sm\:visited\:border-green-400:visited {
    border-color: #68d391;
  }

  .sm\:visited\:border-green-500:visited {
    border-color: #48bb78;
  }

  .sm\:visited\:border-green-600:visited {
    border-color: #38a169;
  }

  .sm\:visited\:border-green-700:visited {
    border-color: #2f855a;
  }

  .sm\:visited\:border-green-800:visited {
    border-color: #276749;
  }

  .sm\:visited\:border-green-900:visited {
    border-color: #22543d;
  }

  .sm\:visited\:border-teal-100:visited {
    border-color: #e6fffa;
  }

  .sm\:visited\:border-teal-200:visited {
    border-color: #b2f5ea;
  }

  .sm\:visited\:border-teal-300:visited {
    border-color: #81e6d9;
  }

  .sm\:visited\:border-teal-400:visited {
    border-color: #4fd1c5;
  }

  .sm\:visited\:border-teal-500:visited {
    border-color: #38b2ac;
  }

  .sm\:visited\:border-teal-600:visited {
    border-color: #319795;
  }

  .sm\:visited\:border-teal-700:visited {
    border-color: #2c7a7b;
  }

  .sm\:visited\:border-teal-800:visited {
    border-color: #285e61;
  }

  .sm\:visited\:border-teal-900:visited {
    border-color: #234e52;
  }

  .sm\:visited\:border-blue-100:visited {
    border-color: #ebf8ff;
  }

  .sm\:visited\:border-blue-200:visited {
    border-color: #bee3f8;
  }

  .sm\:visited\:border-blue-300:visited {
    border-color: #90cdf4;
  }

  .sm\:visited\:border-blue-400:visited {
    border-color: #63b3ed;
  }

  .sm\:visited\:border-blue-500:visited {
    border-color: #4299e1;
  }

  .sm\:visited\:border-blue-600:visited {
    border-color: #3182ce;
  }

  .sm\:visited\:border-blue-700:visited {
    border-color: #2b6cb0;
  }

  .sm\:visited\:border-blue-800:visited {
    border-color: #2c5282;
  }

  .sm\:visited\:border-blue-900:visited {
    border-color: #2a4365;
  }

  .sm\:visited\:border-indigo-100:visited {
    border-color: #ebf4ff;
  }

  .sm\:visited\:border-indigo-200:visited {
    border-color: #c3dafe;
  }

  .sm\:visited\:border-indigo-300:visited {
    border-color: #a3bffa;
  }

  .sm\:visited\:border-indigo-400:visited {
    border-color: #7f9cf5;
  }

  .sm\:visited\:border-indigo-500:visited {
    border-color: #667eea;
  }

  .sm\:visited\:border-indigo-600:visited {
    border-color: #5a67d8;
  }

  .sm\:visited\:border-indigo-700:visited {
    border-color: #4c51bf;
  }

  .sm\:visited\:border-indigo-800:visited {
    border-color: #434190;
  }

  .sm\:visited\:border-indigo-900:visited {
    border-color: #3c366b;
  }

  .sm\:visited\:border-purple-100:visited {
    border-color: #faf5ff;
  }

  .sm\:visited\:border-purple-200:visited {
    border-color: #e9d8fd;
  }

  .sm\:visited\:border-purple-300:visited {
    border-color: #d6bcfa;
  }

  .sm\:visited\:border-purple-400:visited {
    border-color: #b794f4;
  }

  .sm\:visited\:border-purple-500:visited {
    border-color: #9f7aea;
  }

  .sm\:visited\:border-purple-600:visited {
    border-color: #805ad5;
  }

  .sm\:visited\:border-purple-700:visited {
    border-color: #6b46c1;
  }

  .sm\:visited\:border-purple-800:visited {
    border-color: #553c9a;
  }

  .sm\:visited\:border-purple-900:visited {
    border-color: #44337a;
  }

  .sm\:visited\:border-pink-100:visited {
    border-color: #fff5f7;
  }

  .sm\:visited\:border-pink-200:visited {
    border-color: #fed7e2;
  }

  .sm\:visited\:border-pink-300:visited {
    border-color: #fbb6ce;
  }

  .sm\:visited\:border-pink-400:visited {
    border-color: #f687b3;
  }

  .sm\:visited\:border-pink-500:visited {
    border-color: #ed64a6;
  }

  .sm\:visited\:border-pink-600:visited {
    border-color: #d53f8c;
  }

  .sm\:visited\:border-pink-700:visited {
    border-color: #b83280;
  }

  .sm\:visited\:border-pink-800:visited {
    border-color: #97266d;
  }

  .sm\:visited\:border-pink-900:visited {
    border-color: #702459;
  }

  .sm\:disabled\:border-transparent:disabled {
    border-color: transparent;
  }

  .sm\:disabled\:border-black:disabled {
    border-color: #000;
  }

  .sm\:disabled\:border-white:disabled {
    border-color: #fff;
  }

  .sm\:disabled\:border-gray-100:disabled {
    border-color: #f7fafc;
  }

  .sm\:disabled\:border-gray-200:disabled {
    border-color: #edf2f7;
  }

  .sm\:disabled\:border-gray-300:disabled {
    border-color: #e2e8f0;
  }

  .sm\:disabled\:border-gray-400:disabled {
    border-color: #cbd5e0;
  }

  .sm\:disabled\:border-gray-500:disabled {
    border-color: #a0aec0;
  }

  .sm\:disabled\:border-gray-600:disabled {
    border-color: #718096;
  }

  .sm\:disabled\:border-gray-700:disabled {
    border-color: #4a5568;
  }

  .sm\:disabled\:border-gray-800:disabled {
    border-color: #2d3748;
  }

  .sm\:disabled\:border-gray-900:disabled {
    border-color: #1a202c;
  }

  .sm\:disabled\:border-red-100:disabled {
    border-color: #fff5f5;
  }

  .sm\:disabled\:border-red-200:disabled {
    border-color: #fed7d7;
  }

  .sm\:disabled\:border-red-300:disabled {
    border-color: #feb2b2;
  }

  .sm\:disabled\:border-red-400:disabled {
    border-color: #fc8181;
  }

  .sm\:disabled\:border-red-500:disabled {
    border-color: #f56565;
  }

  .sm\:disabled\:border-red-600:disabled {
    border-color: #e53e3e;
  }

  .sm\:disabled\:border-red-700:disabled {
    border-color: #c53030;
  }

  .sm\:disabled\:border-red-800:disabled {
    border-color: #9b2c2c;
  }

  .sm\:disabled\:border-red-900:disabled {
    border-color: #742a2a;
  }

  .sm\:disabled\:border-orange-100:disabled {
    border-color: #fffaf0;
  }

  .sm\:disabled\:border-orange-200:disabled {
    border-color: #feebc8;
  }

  .sm\:disabled\:border-orange-300:disabled {
    border-color: #fbd38d;
  }

  .sm\:disabled\:border-orange-400:disabled {
    border-color: #f6ad55;
  }

  .sm\:disabled\:border-orange-500:disabled {
    border-color: #ed8936;
  }

  .sm\:disabled\:border-orange-600:disabled {
    border-color: #dd6b20;
  }

  .sm\:disabled\:border-orange-700:disabled {
    border-color: #c05621;
  }

  .sm\:disabled\:border-orange-800:disabled {
    border-color: #9c4221;
  }

  .sm\:disabled\:border-orange-900:disabled {
    border-color: #7b341e;
  }

  .sm\:disabled\:border-yellow-100:disabled {
    border-color: #fffff0;
  }

  .sm\:disabled\:border-yellow-200:disabled {
    border-color: #fefcbf;
  }

  .sm\:disabled\:border-yellow-300:disabled {
    border-color: #faf089;
  }

  .sm\:disabled\:border-yellow-400:disabled {
    border-color: #f6e05e;
  }

  .sm\:disabled\:border-yellow-500:disabled {
    border-color: #ecc94b;
  }

  .sm\:disabled\:border-yellow-600:disabled {
    border-color: #d69e2e;
  }

  .sm\:disabled\:border-yellow-700:disabled {
    border-color: #b7791f;
  }

  .sm\:disabled\:border-yellow-800:disabled {
    border-color: #975a16;
  }

  .sm\:disabled\:border-yellow-900:disabled {
    border-color: #744210;
  }

  .sm\:disabled\:border-green-100:disabled {
    border-color: #f0fff4;
  }

  .sm\:disabled\:border-green-200:disabled {
    border-color: #c6f6d5;
  }

  .sm\:disabled\:border-green-300:disabled {
    border-color: #9ae6b4;
  }

  .sm\:disabled\:border-green-400:disabled {
    border-color: #68d391;
  }

  .sm\:disabled\:border-green-500:disabled {
    border-color: #48bb78;
  }

  .sm\:disabled\:border-green-600:disabled {
    border-color: #38a169;
  }

  .sm\:disabled\:border-green-700:disabled {
    border-color: #2f855a;
  }

  .sm\:disabled\:border-green-800:disabled {
    border-color: #276749;
  }

  .sm\:disabled\:border-green-900:disabled {
    border-color: #22543d;
  }

  .sm\:disabled\:border-teal-100:disabled {
    border-color: #e6fffa;
  }

  .sm\:disabled\:border-teal-200:disabled {
    border-color: #b2f5ea;
  }

  .sm\:disabled\:border-teal-300:disabled {
    border-color: #81e6d9;
  }

  .sm\:disabled\:border-teal-400:disabled {
    border-color: #4fd1c5;
  }

  .sm\:disabled\:border-teal-500:disabled {
    border-color: #38b2ac;
  }

  .sm\:disabled\:border-teal-600:disabled {
    border-color: #319795;
  }

  .sm\:disabled\:border-teal-700:disabled {
    border-color: #2c7a7b;
  }

  .sm\:disabled\:border-teal-800:disabled {
    border-color: #285e61;
  }

  .sm\:disabled\:border-teal-900:disabled {
    border-color: #234e52;
  }

  .sm\:disabled\:border-blue-100:disabled {
    border-color: #ebf8ff;
  }

  .sm\:disabled\:border-blue-200:disabled {
    border-color: #bee3f8;
  }

  .sm\:disabled\:border-blue-300:disabled {
    border-color: #90cdf4;
  }

  .sm\:disabled\:border-blue-400:disabled {
    border-color: #63b3ed;
  }

  .sm\:disabled\:border-blue-500:disabled {
    border-color: #4299e1;
  }

  .sm\:disabled\:border-blue-600:disabled {
    border-color: #3182ce;
  }

  .sm\:disabled\:border-blue-700:disabled {
    border-color: #2b6cb0;
  }

  .sm\:disabled\:border-blue-800:disabled {
    border-color: #2c5282;
  }

  .sm\:disabled\:border-blue-900:disabled {
    border-color: #2a4365;
  }

  .sm\:disabled\:border-indigo-100:disabled {
    border-color: #ebf4ff;
  }

  .sm\:disabled\:border-indigo-200:disabled {
    border-color: #c3dafe;
  }

  .sm\:disabled\:border-indigo-300:disabled {
    border-color: #a3bffa;
  }

  .sm\:disabled\:border-indigo-400:disabled {
    border-color: #7f9cf5;
  }

  .sm\:disabled\:border-indigo-500:disabled {
    border-color: #667eea;
  }

  .sm\:disabled\:border-indigo-600:disabled {
    border-color: #5a67d8;
  }

  .sm\:disabled\:border-indigo-700:disabled {
    border-color: #4c51bf;
  }

  .sm\:disabled\:border-indigo-800:disabled {
    border-color: #434190;
  }

  .sm\:disabled\:border-indigo-900:disabled {
    border-color: #3c366b;
  }

  .sm\:disabled\:border-purple-100:disabled {
    border-color: #faf5ff;
  }

  .sm\:disabled\:border-purple-200:disabled {
    border-color: #e9d8fd;
  }

  .sm\:disabled\:border-purple-300:disabled {
    border-color: #d6bcfa;
  }

  .sm\:disabled\:border-purple-400:disabled {
    border-color: #b794f4;
  }

  .sm\:disabled\:border-purple-500:disabled {
    border-color: #9f7aea;
  }

  .sm\:disabled\:border-purple-600:disabled {
    border-color: #805ad5;
  }

  .sm\:disabled\:border-purple-700:disabled {
    border-color: #6b46c1;
  }

  .sm\:disabled\:border-purple-800:disabled {
    border-color: #553c9a;
  }

  .sm\:disabled\:border-purple-900:disabled {
    border-color: #44337a;
  }

  .sm\:disabled\:border-pink-100:disabled {
    border-color: #fff5f7;
  }

  .sm\:disabled\:border-pink-200:disabled {
    border-color: #fed7e2;
  }

  .sm\:disabled\:border-pink-300:disabled {
    border-color: #fbb6ce;
  }

  .sm\:disabled\:border-pink-400:disabled {
    border-color: #f687b3;
  }

  .sm\:disabled\:border-pink-500:disabled {
    border-color: #ed64a6;
  }

  .sm\:disabled\:border-pink-600:disabled {
    border-color: #d53f8c;
  }

  .sm\:disabled\:border-pink-700:disabled {
    border-color: #b83280;
  }

  .sm\:disabled\:border-pink-800:disabled {
    border-color: #97266d;
  }

  .sm\:disabled\:border-pink-900:disabled {
    border-color: #702459;
  }

  .sm\:rounded-none {
    border-radius: 0;
  }

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

  .sm\:rounded {
    border-radius: 0.25rem;
  }

  .sm\:rounded-lg {
    border-radius: 0.5rem;
  }

  .sm\:rounded-full {
    border-radius: 9999px;
  }

  .sm\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .sm\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .sm\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .sm\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .sm\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .sm\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sm\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sm\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .sm\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .sm\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .sm\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .sm\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .sm\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .sm\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .sm\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .sm\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .sm\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .sm\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .sm\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .sm\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .sm\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .group:hover .sm\:group-hover\:rounded-none {
    border-radius: 0;
  }

  .group:hover .sm\:group-hover\:rounded-sm {
    border-radius: 0.125rem;
  }

  .group:hover .sm\:group-hover\:rounded {
    border-radius: 0.25rem;
  }

  .group:hover .sm\:group-hover\:rounded-lg {
    border-radius: 0.5rem;
  }

  .group:hover .sm\:group-hover\:rounded-full {
    border-radius: 9999px;
  }

  .group:hover .sm\:group-hover\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .group:hover .sm\:group-hover\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .group:hover .sm\:group-hover\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .group:hover .sm\:group-hover\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .group:hover .sm\:group-hover\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .group:hover .sm\:group-hover\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .group:hover .sm\:group-hover\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .group:hover .sm\:group-hover\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .group:hover .sm\:group-hover\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .group:hover .sm\:group-hover\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .group:hover .sm\:group-hover\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .group:hover .sm\:group-hover\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .group:hover .sm\:group-hover\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .group:hover .sm\:group-hover\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .group:hover .sm\:group-hover\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .group:hover .sm\:group-hover\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .group:hover .sm\:group-hover\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .group:hover .sm\:group-hover\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .group:hover .sm\:group-hover\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .group:hover .sm\:group-hover\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .group:hover .sm\:group-hover\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .group:hover .sm\:group-hover\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .group:hover .sm\:group-hover\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .group:hover .sm\:group-hover\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .group:hover .sm\:group-hover\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .group:hover .sm\:group-hover\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .group:hover .sm\:group-hover\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .group:hover .sm\:group-hover\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .group:hover .sm\:group-hover\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .group:hover .sm\:group-hover\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .group:hover .sm\:group-hover\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .group:hover .sm\:group-hover\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .group:hover .sm\:group-hover\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .group:hover .sm\:group-hover\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .group:hover .sm\:group-hover\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .group:hover .sm\:group-hover\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .group:hover .sm\:group-hover\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .group:hover .sm\:group-hover\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .group:hover .sm\:group-hover\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .group:hover .sm\:group-hover\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .sm\:focus-within\:rounded-none:focus-within {
    border-radius: 0;
  }

  .sm\:focus-within\:rounded-sm:focus-within {
    border-radius: 0.125rem;
  }

  .sm\:focus-within\:rounded:focus-within {
    border-radius: 0.25rem;
  }

  .sm\:focus-within\:rounded-lg:focus-within {
    border-radius: 0.5rem;
  }

  .sm\:focus-within\:rounded-full:focus-within {
    border-radius: 9999px;
  }

  .sm\:focus-within\:rounded-t-none:focus-within {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .sm\:focus-within\:rounded-r-none:focus-within {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .sm\:focus-within\:rounded-b-none:focus-within {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:focus-within\:rounded-l-none:focus-within {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:focus-within\:rounded-t-sm:focus-within {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .sm\:focus-within\:rounded-r-sm:focus-within {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:focus-within\:rounded-b-sm:focus-within {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:focus-within\:rounded-l-sm:focus-within {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:focus-within\:rounded-t:focus-within {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .sm\:focus-within\:rounded-r:focus-within {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:focus-within\:rounded-b:focus-within {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:focus-within\:rounded-l:focus-within {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:focus-within\:rounded-t-lg:focus-within {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .sm\:focus-within\:rounded-r-lg:focus-within {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:focus-within\:rounded-b-lg:focus-within {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:focus-within\:rounded-l-lg:focus-within {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:focus-within\:rounded-t-full:focus-within {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sm\:focus-within\:rounded-r-full:focus-within {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sm\:focus-within\:rounded-b-full:focus-within {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:focus-within\:rounded-l-full:focus-within {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:focus-within\:rounded-tl-none:focus-within {
    border-top-left-radius: 0;
  }

  .sm\:focus-within\:rounded-tr-none:focus-within {
    border-top-right-radius: 0;
  }

  .sm\:focus-within\:rounded-br-none:focus-within {
    border-bottom-right-radius: 0;
  }

  .sm\:focus-within\:rounded-bl-none:focus-within {
    border-bottom-left-radius: 0;
  }

  .sm\:focus-within\:rounded-tl-sm:focus-within {
    border-top-left-radius: 0.125rem;
  }

  .sm\:focus-within\:rounded-tr-sm:focus-within {
    border-top-right-radius: 0.125rem;
  }

  .sm\:focus-within\:rounded-br-sm:focus-within {
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:focus-within\:rounded-bl-sm:focus-within {
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:focus-within\:rounded-tl:focus-within {
    border-top-left-radius: 0.25rem;
  }

  .sm\:focus-within\:rounded-tr:focus-within {
    border-top-right-radius: 0.25rem;
  }

  .sm\:focus-within\:rounded-br:focus-within {
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:focus-within\:rounded-bl:focus-within {
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:focus-within\:rounded-tl-lg:focus-within {
    border-top-left-radius: 0.5rem;
  }

  .sm\:focus-within\:rounded-tr-lg:focus-within {
    border-top-right-radius: 0.5rem;
  }

  .sm\:focus-within\:rounded-br-lg:focus-within {
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:focus-within\:rounded-bl-lg:focus-within {
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:focus-within\:rounded-tl-full:focus-within {
    border-top-left-radius: 9999px;
  }

  .sm\:focus-within\:rounded-tr-full:focus-within {
    border-top-right-radius: 9999px;
  }

  .sm\:focus-within\:rounded-br-full:focus-within {
    border-bottom-right-radius: 9999px;
  }

  .sm\:focus-within\:rounded-bl-full:focus-within {
    border-bottom-left-radius: 9999px;
  }

  .sm\:first\:rounded-none:first-child {
    border-radius: 0;
  }

  .sm\:first\:rounded-sm:first-child {
    border-radius: 0.125rem;
  }

  .sm\:first\:rounded:first-child {
    border-radius: 0.25rem;
  }

  .sm\:first\:rounded-lg:first-child {
    border-radius: 0.5rem;
  }

  .sm\:first\:rounded-full:first-child {
    border-radius: 9999px;
  }

  .sm\:first\:rounded-t-none:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .sm\:first\:rounded-r-none:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .sm\:first\:rounded-b-none:first-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:first\:rounded-l-none:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:first\:rounded-t-sm:first-child {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .sm\:first\:rounded-r-sm:first-child {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:first\:rounded-b-sm:first-child {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:first\:rounded-l-sm:first-child {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:first\:rounded-t:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .sm\:first\:rounded-r:first-child {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:first\:rounded-b:first-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:first\:rounded-l:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:first\:rounded-t-lg:first-child {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .sm\:first\:rounded-r-lg:first-child {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:first\:rounded-b-lg:first-child {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:first\:rounded-l-lg:first-child {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:first\:rounded-t-full:first-child {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sm\:first\:rounded-r-full:first-child {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sm\:first\:rounded-b-full:first-child {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:first\:rounded-l-full:first-child {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:first\:rounded-tl-none:first-child {
    border-top-left-radius: 0;
  }

  .sm\:first\:rounded-tr-none:first-child {
    border-top-right-radius: 0;
  }

  .sm\:first\:rounded-br-none:first-child {
    border-bottom-right-radius: 0;
  }

  .sm\:first\:rounded-bl-none:first-child {
    border-bottom-left-radius: 0;
  }

  .sm\:first\:rounded-tl-sm:first-child {
    border-top-left-radius: 0.125rem;
  }

  .sm\:first\:rounded-tr-sm:first-child {
    border-top-right-radius: 0.125rem;
  }

  .sm\:first\:rounded-br-sm:first-child {
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:first\:rounded-bl-sm:first-child {
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:first\:rounded-tl:first-child {
    border-top-left-radius: 0.25rem;
  }

  .sm\:first\:rounded-tr:first-child {
    border-top-right-radius: 0.25rem;
  }

  .sm\:first\:rounded-br:first-child {
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:first\:rounded-bl:first-child {
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:first\:rounded-tl-lg:first-child {
    border-top-left-radius: 0.5rem;
  }

  .sm\:first\:rounded-tr-lg:first-child {
    border-top-right-radius: 0.5rem;
  }

  .sm\:first\:rounded-br-lg:first-child {
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:first\:rounded-bl-lg:first-child {
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:first\:rounded-tl-full:first-child {
    border-top-left-radius: 9999px;
  }

  .sm\:first\:rounded-tr-full:first-child {
    border-top-right-radius: 9999px;
  }

  .sm\:first\:rounded-br-full:first-child {
    border-bottom-right-radius: 9999px;
  }

  .sm\:first\:rounded-bl-full:first-child {
    border-bottom-left-radius: 9999px;
  }

  .sm\:last\:rounded-none:last-child {
    border-radius: 0;
  }

  .sm\:last\:rounded-sm:last-child {
    border-radius: 0.125rem;
  }

  .sm\:last\:rounded:last-child {
    border-radius: 0.25rem;
  }

  .sm\:last\:rounded-lg:last-child {
    border-radius: 0.5rem;
  }

  .sm\:last\:rounded-full:last-child {
    border-radius: 9999px;
  }

  .sm\:last\:rounded-t-none:last-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .sm\:last\:rounded-r-none:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .sm\:last\:rounded-b-none:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:last\:rounded-l-none:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:last\:rounded-t-sm:last-child {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .sm\:last\:rounded-r-sm:last-child {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:last\:rounded-b-sm:last-child {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:last\:rounded-l-sm:last-child {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:last\:rounded-t:last-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .sm\:last\:rounded-r:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:last\:rounded-b:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:last\:rounded-l:last-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:last\:rounded-t-lg:last-child {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .sm\:last\:rounded-r-lg:last-child {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:last\:rounded-b-lg:last-child {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:last\:rounded-l-lg:last-child {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:last\:rounded-t-full:last-child {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sm\:last\:rounded-r-full:last-child {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sm\:last\:rounded-b-full:last-child {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:last\:rounded-l-full:last-child {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:last\:rounded-tl-none:last-child {
    border-top-left-radius: 0;
  }

  .sm\:last\:rounded-tr-none:last-child {
    border-top-right-radius: 0;
  }

  .sm\:last\:rounded-br-none:last-child {
    border-bottom-right-radius: 0;
  }

  .sm\:last\:rounded-bl-none:last-child {
    border-bottom-left-radius: 0;
  }

  .sm\:last\:rounded-tl-sm:last-child {
    border-top-left-radius: 0.125rem;
  }

  .sm\:last\:rounded-tr-sm:last-child {
    border-top-right-radius: 0.125rem;
  }

  .sm\:last\:rounded-br-sm:last-child {
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:last\:rounded-bl-sm:last-child {
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:last\:rounded-tl:last-child {
    border-top-left-radius: 0.25rem;
  }

  .sm\:last\:rounded-tr:last-child {
    border-top-right-radius: 0.25rem;
  }

  .sm\:last\:rounded-br:last-child {
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:last\:rounded-bl:last-child {
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:last\:rounded-tl-lg:last-child {
    border-top-left-radius: 0.5rem;
  }

  .sm\:last\:rounded-tr-lg:last-child {
    border-top-right-radius: 0.5rem;
  }

  .sm\:last\:rounded-br-lg:last-child {
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:last\:rounded-bl-lg:last-child {
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:last\:rounded-tl-full:last-child {
    border-top-left-radius: 9999px;
  }

  .sm\:last\:rounded-tr-full:last-child {
    border-top-right-radius: 9999px;
  }

  .sm\:last\:rounded-br-full:last-child {
    border-bottom-right-radius: 9999px;
  }

  .sm\:last\:rounded-bl-full:last-child {
    border-bottom-left-radius: 9999px;
  }

  .sm\:odd\:rounded-none:nth-child(odd) {
    border-radius: 0;
  }

  .sm\:odd\:rounded-sm:nth-child(odd) {
    border-radius: 0.125rem;
  }

  .sm\:odd\:rounded:nth-child(odd) {
    border-radius: 0.25rem;
  }

  .sm\:odd\:rounded-lg:nth-child(odd) {
    border-radius: 0.5rem;
  }

  .sm\:odd\:rounded-full:nth-child(odd) {
    border-radius: 9999px;
  }

  .sm\:odd\:rounded-t-none:nth-child(odd) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .sm\:odd\:rounded-r-none:nth-child(odd) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .sm\:odd\:rounded-b-none:nth-child(odd) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:odd\:rounded-l-none:nth-child(odd) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:odd\:rounded-t-sm:nth-child(odd) {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .sm\:odd\:rounded-r-sm:nth-child(odd) {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:odd\:rounded-b-sm:nth-child(odd) {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:odd\:rounded-l-sm:nth-child(odd) {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:odd\:rounded-t:nth-child(odd) {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .sm\:odd\:rounded-r:nth-child(odd) {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:odd\:rounded-b:nth-child(odd) {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:odd\:rounded-l:nth-child(odd) {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:odd\:rounded-t-lg:nth-child(odd) {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .sm\:odd\:rounded-r-lg:nth-child(odd) {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:odd\:rounded-b-lg:nth-child(odd) {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:odd\:rounded-l-lg:nth-child(odd) {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:odd\:rounded-t-full:nth-child(odd) {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sm\:odd\:rounded-r-full:nth-child(odd) {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sm\:odd\:rounded-b-full:nth-child(odd) {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:odd\:rounded-l-full:nth-child(odd) {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:odd\:rounded-tl-none:nth-child(odd) {
    border-top-left-radius: 0;
  }

  .sm\:odd\:rounded-tr-none:nth-child(odd) {
    border-top-right-radius: 0;
  }

  .sm\:odd\:rounded-br-none:nth-child(odd) {
    border-bottom-right-radius: 0;
  }

  .sm\:odd\:rounded-bl-none:nth-child(odd) {
    border-bottom-left-radius: 0;
  }

  .sm\:odd\:rounded-tl-sm:nth-child(odd) {
    border-top-left-radius: 0.125rem;
  }

  .sm\:odd\:rounded-tr-sm:nth-child(odd) {
    border-top-right-radius: 0.125rem;
  }

  .sm\:odd\:rounded-br-sm:nth-child(odd) {
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:odd\:rounded-bl-sm:nth-child(odd) {
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:odd\:rounded-tl:nth-child(odd) {
    border-top-left-radius: 0.25rem;
  }

  .sm\:odd\:rounded-tr:nth-child(odd) {
    border-top-right-radius: 0.25rem;
  }

  .sm\:odd\:rounded-br:nth-child(odd) {
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:odd\:rounded-bl:nth-child(odd) {
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:odd\:rounded-tl-lg:nth-child(odd) {
    border-top-left-radius: 0.5rem;
  }

  .sm\:odd\:rounded-tr-lg:nth-child(odd) {
    border-top-right-radius: 0.5rem;
  }

  .sm\:odd\:rounded-br-lg:nth-child(odd) {
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:odd\:rounded-bl-lg:nth-child(odd) {
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:odd\:rounded-tl-full:nth-child(odd) {
    border-top-left-radius: 9999px;
  }

  .sm\:odd\:rounded-tr-full:nth-child(odd) {
    border-top-right-radius: 9999px;
  }

  .sm\:odd\:rounded-br-full:nth-child(odd) {
    border-bottom-right-radius: 9999px;
  }

  .sm\:odd\:rounded-bl-full:nth-child(odd) {
    border-bottom-left-radius: 9999px;
  }

  .sm\:even\:rounded-none:nth-child(even) {
    border-radius: 0;
  }

  .sm\:even\:rounded-sm:nth-child(even) {
    border-radius: 0.125rem;
  }

  .sm\:even\:rounded:nth-child(even) {
    border-radius: 0.25rem;
  }

  .sm\:even\:rounded-lg:nth-child(even) {
    border-radius: 0.5rem;
  }

  .sm\:even\:rounded-full:nth-child(even) {
    border-radius: 9999px;
  }

  .sm\:even\:rounded-t-none:nth-child(even) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .sm\:even\:rounded-r-none:nth-child(even) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .sm\:even\:rounded-b-none:nth-child(even) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:even\:rounded-l-none:nth-child(even) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:even\:rounded-t-sm:nth-child(even) {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .sm\:even\:rounded-r-sm:nth-child(even) {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:even\:rounded-b-sm:nth-child(even) {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:even\:rounded-l-sm:nth-child(even) {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:even\:rounded-t:nth-child(even) {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .sm\:even\:rounded-r:nth-child(even) {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:even\:rounded-b:nth-child(even) {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:even\:rounded-l:nth-child(even) {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:even\:rounded-t-lg:nth-child(even) {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .sm\:even\:rounded-r-lg:nth-child(even) {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:even\:rounded-b-lg:nth-child(even) {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:even\:rounded-l-lg:nth-child(even) {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:even\:rounded-t-full:nth-child(even) {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sm\:even\:rounded-r-full:nth-child(even) {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sm\:even\:rounded-b-full:nth-child(even) {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:even\:rounded-l-full:nth-child(even) {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:even\:rounded-tl-none:nth-child(even) {
    border-top-left-radius: 0;
  }

  .sm\:even\:rounded-tr-none:nth-child(even) {
    border-top-right-radius: 0;
  }

  .sm\:even\:rounded-br-none:nth-child(even) {
    border-bottom-right-radius: 0;
  }

  .sm\:even\:rounded-bl-none:nth-child(even) {
    border-bottom-left-radius: 0;
  }

  .sm\:even\:rounded-tl-sm:nth-child(even) {
    border-top-left-radius: 0.125rem;
  }

  .sm\:even\:rounded-tr-sm:nth-child(even) {
    border-top-right-radius: 0.125rem;
  }

  .sm\:even\:rounded-br-sm:nth-child(even) {
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:even\:rounded-bl-sm:nth-child(even) {
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:even\:rounded-tl:nth-child(even) {
    border-top-left-radius: 0.25rem;
  }

  .sm\:even\:rounded-tr:nth-child(even) {
    border-top-right-radius: 0.25rem;
  }

  .sm\:even\:rounded-br:nth-child(even) {
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:even\:rounded-bl:nth-child(even) {
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:even\:rounded-tl-lg:nth-child(even) {
    border-top-left-radius: 0.5rem;
  }

  .sm\:even\:rounded-tr-lg:nth-child(even) {
    border-top-right-radius: 0.5rem;
  }

  .sm\:even\:rounded-br-lg:nth-child(even) {
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:even\:rounded-bl-lg:nth-child(even) {
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:even\:rounded-tl-full:nth-child(even) {
    border-top-left-radius: 9999px;
  }

  .sm\:even\:rounded-tr-full:nth-child(even) {
    border-top-right-radius: 9999px;
  }

  .sm\:even\:rounded-br-full:nth-child(even) {
    border-bottom-right-radius: 9999px;
  }

  .sm\:even\:rounded-bl-full:nth-child(even) {
    border-bottom-left-radius: 9999px;
  }

  .sm\:hover\:rounded-none:hover {
    border-radius: 0;
  }

  .sm\:hover\:rounded-sm:hover {
    border-radius: 0.125rem;
  }

  .sm\:hover\:rounded:hover {
    border-radius: 0.25rem;
  }

  .sm\:hover\:rounded-lg:hover {
    border-radius: 0.5rem;
  }

  .sm\:hover\:rounded-full:hover {
    border-radius: 9999px;
  }

  .sm\:hover\:rounded-t-none:hover {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .sm\:hover\:rounded-r-none:hover {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .sm\:hover\:rounded-b-none:hover {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:hover\:rounded-l-none:hover {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:hover\:rounded-t-sm:hover {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .sm\:hover\:rounded-r-sm:hover {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:hover\:rounded-b-sm:hover {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:hover\:rounded-l-sm:hover {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:hover\:rounded-t:hover {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .sm\:hover\:rounded-r:hover {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:hover\:rounded-b:hover {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:hover\:rounded-l:hover {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:hover\:rounded-t-lg:hover {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .sm\:hover\:rounded-r-lg:hover {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:hover\:rounded-b-lg:hover {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:hover\:rounded-l-lg:hover {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:hover\:rounded-t-full:hover {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sm\:hover\:rounded-r-full:hover {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sm\:hover\:rounded-b-full:hover {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:hover\:rounded-l-full:hover {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:hover\:rounded-tl-none:hover {
    border-top-left-radius: 0;
  }

  .sm\:hover\:rounded-tr-none:hover {
    border-top-right-radius: 0;
  }

  .sm\:hover\:rounded-br-none:hover {
    border-bottom-right-radius: 0;
  }

  .sm\:hover\:rounded-bl-none:hover {
    border-bottom-left-radius: 0;
  }

  .sm\:hover\:rounded-tl-sm:hover {
    border-top-left-radius: 0.125rem;
  }

  .sm\:hover\:rounded-tr-sm:hover {
    border-top-right-radius: 0.125rem;
  }

  .sm\:hover\:rounded-br-sm:hover {
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:hover\:rounded-bl-sm:hover {
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:hover\:rounded-tl:hover {
    border-top-left-radius: 0.25rem;
  }

  .sm\:hover\:rounded-tr:hover {
    border-top-right-radius: 0.25rem;
  }

  .sm\:hover\:rounded-br:hover {
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:hover\:rounded-bl:hover {
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:hover\:rounded-tl-lg:hover {
    border-top-left-radius: 0.5rem;
  }

  .sm\:hover\:rounded-tr-lg:hover {
    border-top-right-radius: 0.5rem;
  }

  .sm\:hover\:rounded-br-lg:hover {
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:hover\:rounded-bl-lg:hover {
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:hover\:rounded-tl-full:hover {
    border-top-left-radius: 9999px;
  }

  .sm\:hover\:rounded-tr-full:hover {
    border-top-right-radius: 9999px;
  }

  .sm\:hover\:rounded-br-full:hover {
    border-bottom-right-radius: 9999px;
  }

  .sm\:hover\:rounded-bl-full:hover {
    border-bottom-left-radius: 9999px;
  }

  .sm\:focus\:rounded-none:focus {
    border-radius: 0;
  }

  .sm\:focus\:rounded-sm:focus {
    border-radius: 0.125rem;
  }

  .sm\:focus\:rounded:focus {
    border-radius: 0.25rem;
  }

  .sm\:focus\:rounded-lg:focus {
    border-radius: 0.5rem;
  }

  .sm\:focus\:rounded-full:focus {
    border-radius: 9999px;
  }

  .sm\:focus\:rounded-t-none:focus {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .sm\:focus\:rounded-r-none:focus {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .sm\:focus\:rounded-b-none:focus {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:focus\:rounded-l-none:focus {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:focus\:rounded-t-sm:focus {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .sm\:focus\:rounded-r-sm:focus {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:focus\:rounded-b-sm:focus {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:focus\:rounded-l-sm:focus {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:focus\:rounded-t:focus {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .sm\:focus\:rounded-r:focus {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:focus\:rounded-b:focus {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:focus\:rounded-l:focus {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:focus\:rounded-t-lg:focus {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .sm\:focus\:rounded-r-lg:focus {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:focus\:rounded-b-lg:focus {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:focus\:rounded-l-lg:focus {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:focus\:rounded-t-full:focus {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sm\:focus\:rounded-r-full:focus {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sm\:focus\:rounded-b-full:focus {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:focus\:rounded-l-full:focus {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:focus\:rounded-tl-none:focus {
    border-top-left-radius: 0;
  }

  .sm\:focus\:rounded-tr-none:focus {
    border-top-right-radius: 0;
  }

  .sm\:focus\:rounded-br-none:focus {
    border-bottom-right-radius: 0;
  }

  .sm\:focus\:rounded-bl-none:focus {
    border-bottom-left-radius: 0;
  }

  .sm\:focus\:rounded-tl-sm:focus {
    border-top-left-radius: 0.125rem;
  }

  .sm\:focus\:rounded-tr-sm:focus {
    border-top-right-radius: 0.125rem;
  }

  .sm\:focus\:rounded-br-sm:focus {
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:focus\:rounded-bl-sm:focus {
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:focus\:rounded-tl:focus {
    border-top-left-radius: 0.25rem;
  }

  .sm\:focus\:rounded-tr:focus {
    border-top-right-radius: 0.25rem;
  }

  .sm\:focus\:rounded-br:focus {
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:focus\:rounded-bl:focus {
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:focus\:rounded-tl-lg:focus {
    border-top-left-radius: 0.5rem;
  }

  .sm\:focus\:rounded-tr-lg:focus {
    border-top-right-radius: 0.5rem;
  }

  .sm\:focus\:rounded-br-lg:focus {
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:focus\:rounded-bl-lg:focus {
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:focus\:rounded-tl-full:focus {
    border-top-left-radius: 9999px;
  }

  .sm\:focus\:rounded-tr-full:focus {
    border-top-right-radius: 9999px;
  }

  .sm\:focus\:rounded-br-full:focus {
    border-bottom-right-radius: 9999px;
  }

  .sm\:focus\:rounded-bl-full:focus {
    border-bottom-left-radius: 9999px;
  }

  .sm\:active\:rounded-none:active {
    border-radius: 0;
  }

  .sm\:active\:rounded-sm:active {
    border-radius: 0.125rem;
  }

  .sm\:active\:rounded:active {
    border-radius: 0.25rem;
  }

  .sm\:active\:rounded-lg:active {
    border-radius: 0.5rem;
  }

  .sm\:active\:rounded-full:active {
    border-radius: 9999px;
  }

  .sm\:active\:rounded-t-none:active {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .sm\:active\:rounded-r-none:active {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .sm\:active\:rounded-b-none:active {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:active\:rounded-l-none:active {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:active\:rounded-t-sm:active {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .sm\:active\:rounded-r-sm:active {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:active\:rounded-b-sm:active {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:active\:rounded-l-sm:active {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:active\:rounded-t:active {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .sm\:active\:rounded-r:active {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:active\:rounded-b:active {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:active\:rounded-l:active {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:active\:rounded-t-lg:active {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .sm\:active\:rounded-r-lg:active {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:active\:rounded-b-lg:active {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:active\:rounded-l-lg:active {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:active\:rounded-t-full:active {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sm\:active\:rounded-r-full:active {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sm\:active\:rounded-b-full:active {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:active\:rounded-l-full:active {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:active\:rounded-tl-none:active {
    border-top-left-radius: 0;
  }

  .sm\:active\:rounded-tr-none:active {
    border-top-right-radius: 0;
  }

  .sm\:active\:rounded-br-none:active {
    border-bottom-right-radius: 0;
  }

  .sm\:active\:rounded-bl-none:active {
    border-bottom-left-radius: 0;
  }

  .sm\:active\:rounded-tl-sm:active {
    border-top-left-radius: 0.125rem;
  }

  .sm\:active\:rounded-tr-sm:active {
    border-top-right-radius: 0.125rem;
  }

  .sm\:active\:rounded-br-sm:active {
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:active\:rounded-bl-sm:active {
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:active\:rounded-tl:active {
    border-top-left-radius: 0.25rem;
  }

  .sm\:active\:rounded-tr:active {
    border-top-right-radius: 0.25rem;
  }

  .sm\:active\:rounded-br:active {
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:active\:rounded-bl:active {
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:active\:rounded-tl-lg:active {
    border-top-left-radius: 0.5rem;
  }

  .sm\:active\:rounded-tr-lg:active {
    border-top-right-radius: 0.5rem;
  }

  .sm\:active\:rounded-br-lg:active {
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:active\:rounded-bl-lg:active {
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:active\:rounded-tl-full:active {
    border-top-left-radius: 9999px;
  }

  .sm\:active\:rounded-tr-full:active {
    border-top-right-radius: 9999px;
  }

  .sm\:active\:rounded-br-full:active {
    border-bottom-right-radius: 9999px;
  }

  .sm\:active\:rounded-bl-full:active {
    border-bottom-left-radius: 9999px;
  }

  .sm\:visited\:rounded-none:visited {
    border-radius: 0;
  }

  .sm\:visited\:rounded-sm:visited {
    border-radius: 0.125rem;
  }

  .sm\:visited\:rounded:visited {
    border-radius: 0.25rem;
  }

  .sm\:visited\:rounded-lg:visited {
    border-radius: 0.5rem;
  }

  .sm\:visited\:rounded-full:visited {
    border-radius: 9999px;
  }

  .sm\:visited\:rounded-t-none:visited {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .sm\:visited\:rounded-r-none:visited {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .sm\:visited\:rounded-b-none:visited {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:visited\:rounded-l-none:visited {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:visited\:rounded-t-sm:visited {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .sm\:visited\:rounded-r-sm:visited {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:visited\:rounded-b-sm:visited {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:visited\:rounded-l-sm:visited {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:visited\:rounded-t:visited {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .sm\:visited\:rounded-r:visited {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:visited\:rounded-b:visited {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:visited\:rounded-l:visited {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:visited\:rounded-t-lg:visited {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .sm\:visited\:rounded-r-lg:visited {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:visited\:rounded-b-lg:visited {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:visited\:rounded-l-lg:visited {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:visited\:rounded-t-full:visited {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sm\:visited\:rounded-r-full:visited {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sm\:visited\:rounded-b-full:visited {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:visited\:rounded-l-full:visited {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:visited\:rounded-tl-none:visited {
    border-top-left-radius: 0;
  }

  .sm\:visited\:rounded-tr-none:visited {
    border-top-right-radius: 0;
  }

  .sm\:visited\:rounded-br-none:visited {
    border-bottom-right-radius: 0;
  }

  .sm\:visited\:rounded-bl-none:visited {
    border-bottom-left-radius: 0;
  }

  .sm\:visited\:rounded-tl-sm:visited {
    border-top-left-radius: 0.125rem;
  }

  .sm\:visited\:rounded-tr-sm:visited {
    border-top-right-radius: 0.125rem;
  }

  .sm\:visited\:rounded-br-sm:visited {
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:visited\:rounded-bl-sm:visited {
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:visited\:rounded-tl:visited {
    border-top-left-radius: 0.25rem;
  }

  .sm\:visited\:rounded-tr:visited {
    border-top-right-radius: 0.25rem;
  }

  .sm\:visited\:rounded-br:visited {
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:visited\:rounded-bl:visited {
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:visited\:rounded-tl-lg:visited {
    border-top-left-radius: 0.5rem;
  }

  .sm\:visited\:rounded-tr-lg:visited {
    border-top-right-radius: 0.5rem;
  }

  .sm\:visited\:rounded-br-lg:visited {
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:visited\:rounded-bl-lg:visited {
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:visited\:rounded-tl-full:visited {
    border-top-left-radius: 9999px;
  }

  .sm\:visited\:rounded-tr-full:visited {
    border-top-right-radius: 9999px;
  }

  .sm\:visited\:rounded-br-full:visited {
    border-bottom-right-radius: 9999px;
  }

  .sm\:visited\:rounded-bl-full:visited {
    border-bottom-left-radius: 9999px;
  }

  .sm\:disabled\:rounded-none:disabled {
    border-radius: 0;
  }

  .sm\:disabled\:rounded-sm:disabled {
    border-radius: 0.125rem;
  }

  .sm\:disabled\:rounded:disabled {
    border-radius: 0.25rem;
  }

  .sm\:disabled\:rounded-lg:disabled {
    border-radius: 0.5rem;
  }

  .sm\:disabled\:rounded-full:disabled {
    border-radius: 9999px;
  }

  .sm\:disabled\:rounded-t-none:disabled {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .sm\:disabled\:rounded-r-none:disabled {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .sm\:disabled\:rounded-b-none:disabled {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:disabled\:rounded-l-none:disabled {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:disabled\:rounded-t-sm:disabled {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .sm\:disabled\:rounded-r-sm:disabled {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:disabled\:rounded-b-sm:disabled {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:disabled\:rounded-l-sm:disabled {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:disabled\:rounded-t:disabled {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .sm\:disabled\:rounded-r:disabled {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:disabled\:rounded-b:disabled {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:disabled\:rounded-l:disabled {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:disabled\:rounded-t-lg:disabled {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .sm\:disabled\:rounded-r-lg:disabled {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:disabled\:rounded-b-lg:disabled {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:disabled\:rounded-l-lg:disabled {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:disabled\:rounded-t-full:disabled {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sm\:disabled\:rounded-r-full:disabled {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sm\:disabled\:rounded-b-full:disabled {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:disabled\:rounded-l-full:disabled {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:disabled\:rounded-tl-none:disabled {
    border-top-left-radius: 0;
  }

  .sm\:disabled\:rounded-tr-none:disabled {
    border-top-right-radius: 0;
  }

  .sm\:disabled\:rounded-br-none:disabled {
    border-bottom-right-radius: 0;
  }

  .sm\:disabled\:rounded-bl-none:disabled {
    border-bottom-left-radius: 0;
  }

  .sm\:disabled\:rounded-tl-sm:disabled {
    border-top-left-radius: 0.125rem;
  }

  .sm\:disabled\:rounded-tr-sm:disabled {
    border-top-right-radius: 0.125rem;
  }

  .sm\:disabled\:rounded-br-sm:disabled {
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:disabled\:rounded-bl-sm:disabled {
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:disabled\:rounded-tl:disabled {
    border-top-left-radius: 0.25rem;
  }

  .sm\:disabled\:rounded-tr:disabled {
    border-top-right-radius: 0.25rem;
  }

  .sm\:disabled\:rounded-br:disabled {
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:disabled\:rounded-bl:disabled {
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:disabled\:rounded-tl-lg:disabled {
    border-top-left-radius: 0.5rem;
  }

  .sm\:disabled\:rounded-tr-lg:disabled {
    border-top-right-radius: 0.5rem;
  }

  .sm\:disabled\:rounded-br-lg:disabled {
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:disabled\:rounded-bl-lg:disabled {
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:disabled\:rounded-tl-full:disabled {
    border-top-left-radius: 9999px;
  }

  .sm\:disabled\:rounded-tr-full:disabled {
    border-top-right-radius: 9999px;
  }

  .sm\:disabled\:rounded-br-full:disabled {
    border-bottom-right-radius: 9999px;
  }

  .sm\:disabled\:rounded-bl-full:disabled {
    border-bottom-left-radius: 9999px;
  }

  .sm\:border-solid {
    border-style: solid;
  }

  .sm\:border-dashed {
    border-style: dashed;
  }

  .sm\:border-dotted {
    border-style: dotted;
  }

  .sm\:border-double {
    border-style: double;
  }

  .sm\:border-none {
    border-style: none;
  }

  .group:hover .sm\:group-hover\:border-solid {
    border-style: solid;
  }

  .group:hover .sm\:group-hover\:border-dashed {
    border-style: dashed;
  }

  .group:hover .sm\:group-hover\:border-dotted {
    border-style: dotted;
  }

  .group:hover .sm\:group-hover\:border-double {
    border-style: double;
  }

  .group:hover .sm\:group-hover\:border-none {
    border-style: none;
  }

  .sm\:focus-within\:border-solid:focus-within {
    border-style: solid;
  }

  .sm\:focus-within\:border-dashed:focus-within {
    border-style: dashed;
  }

  .sm\:focus-within\:border-dotted:focus-within {
    border-style: dotted;
  }

  .sm\:focus-within\:border-double:focus-within {
    border-style: double;
  }

  .sm\:focus-within\:border-none:focus-within {
    border-style: none;
  }

  .sm\:first\:border-solid:first-child {
    border-style: solid;
  }

  .sm\:first\:border-dashed:first-child {
    border-style: dashed;
  }

  .sm\:first\:border-dotted:first-child {
    border-style: dotted;
  }

  .sm\:first\:border-double:first-child {
    border-style: double;
  }

  .sm\:first\:border-none:first-child {
    border-style: none;
  }

  .sm\:last\:border-solid:last-child {
    border-style: solid;
  }

  .sm\:last\:border-dashed:last-child {
    border-style: dashed;
  }

  .sm\:last\:border-dotted:last-child {
    border-style: dotted;
  }

  .sm\:last\:border-double:last-child {
    border-style: double;
  }

  .sm\:last\:border-none:last-child {
    border-style: none;
  }

  .sm\:odd\:border-solid:nth-child(odd) {
    border-style: solid;
  }

  .sm\:odd\:border-dashed:nth-child(odd) {
    border-style: dashed;
  }

  .sm\:odd\:border-dotted:nth-child(odd) {
    border-style: dotted;
  }

  .sm\:odd\:border-double:nth-child(odd) {
    border-style: double;
  }

  .sm\:odd\:border-none:nth-child(odd) {
    border-style: none;
  }

  .sm\:even\:border-solid:nth-child(even) {
    border-style: solid;
  }

  .sm\:even\:border-dashed:nth-child(even) {
    border-style: dashed;
  }

  .sm\:even\:border-dotted:nth-child(even) {
    border-style: dotted;
  }

  .sm\:even\:border-double:nth-child(even) {
    border-style: double;
  }

  .sm\:even\:border-none:nth-child(even) {
    border-style: none;
  }

  .sm\:hover\:border-solid:hover {
    border-style: solid;
  }

  .sm\:hover\:border-dashed:hover {
    border-style: dashed;
  }

  .sm\:hover\:border-dotted:hover {
    border-style: dotted;
  }

  .sm\:hover\:border-double:hover {
    border-style: double;
  }

  .sm\:hover\:border-none:hover {
    border-style: none;
  }

  .sm\:focus\:border-solid:focus {
    border-style: solid;
  }

  .sm\:focus\:border-dashed:focus {
    border-style: dashed;
  }

  .sm\:focus\:border-dotted:focus {
    border-style: dotted;
  }

  .sm\:focus\:border-double:focus {
    border-style: double;
  }

  .sm\:focus\:border-none:focus {
    border-style: none;
  }

  .sm\:active\:border-solid:active {
    border-style: solid;
  }

  .sm\:active\:border-dashed:active {
    border-style: dashed;
  }

  .sm\:active\:border-dotted:active {
    border-style: dotted;
  }

  .sm\:active\:border-double:active {
    border-style: double;
  }

  .sm\:active\:border-none:active {
    border-style: none;
  }

  .sm\:visited\:border-solid:visited {
    border-style: solid;
  }

  .sm\:visited\:border-dashed:visited {
    border-style: dashed;
  }

  .sm\:visited\:border-dotted:visited {
    border-style: dotted;
  }

  .sm\:visited\:border-double:visited {
    border-style: double;
  }

  .sm\:visited\:border-none:visited {
    border-style: none;
  }

  .sm\:disabled\:border-solid:disabled {
    border-style: solid;
  }

  .sm\:disabled\:border-dashed:disabled {
    border-style: dashed;
  }

  .sm\:disabled\:border-dotted:disabled {
    border-style: dotted;
  }

  .sm\:disabled\:border-double:disabled {
    border-style: double;
  }

  .sm\:disabled\:border-none:disabled {
    border-style: none;
  }

  .sm\:border-0 {
    border-width: 0;
  }

  .sm\:border-2 {
    border-width: 2px;
  }

  .sm\:border-4 {
    border-width: 4px;
  }

  .sm\:border-8 {
    border-width: 8px;
  }

  .sm\:border {
    border-width: 1px;
  }

  .sm\:border-t-0 {
    border-top-width: 0;
  }

  .sm\:border-r-0 {
    border-right-width: 0;
  }

  .sm\:border-b-0 {
    border-bottom-width: 0;
  }

  .sm\:border-l-0 {
    border-left-width: 0;
  }

  .sm\:border-t-2 {
    border-top-width: 2px;
  }

  .sm\:border-r-2 {
    border-right-width: 2px;
  }

  .sm\:border-b-2 {
    border-bottom-width: 2px;
  }

  .sm\:border-l-2 {
    border-left-width: 2px;
  }

  .sm\:border-t-4 {
    border-top-width: 4px;
  }

  .sm\:border-r-4 {
    border-right-width: 4px;
  }

  .sm\:border-b-4 {
    border-bottom-width: 4px;
  }

  .sm\:border-l-4 {
    border-left-width: 4px;
  }

  .sm\:border-t-8 {
    border-top-width: 8px;
  }

  .sm\:border-r-8 {
    border-right-width: 8px;
  }

  .sm\:border-b-8 {
    border-bottom-width: 8px;
  }

  .sm\:border-l-8 {
    border-left-width: 8px;
  }

  .sm\:border-t {
    border-top-width: 1px;
  }

  .sm\:border-r {
    border-right-width: 1px;
  }

  .sm\:border-b {
    border-bottom-width: 1px;
  }

  .sm\:border-l {
    border-left-width: 1px;
  }

  .group:hover .sm\:group-hover\:border-0 {
    border-width: 0;
  }

  .group:hover .sm\:group-hover\:border-2 {
    border-width: 2px;
  }

  .group:hover .sm\:group-hover\:border-4 {
    border-width: 4px;
  }

  .group:hover .sm\:group-hover\:border-8 {
    border-width: 8px;
  }

  .group:hover .sm\:group-hover\:border {
    border-width: 1px;
  }

  .group:hover .sm\:group-hover\:border-t-0 {
    border-top-width: 0;
  }

  .group:hover .sm\:group-hover\:border-r-0 {
    border-right-width: 0;
  }

  .group:hover .sm\:group-hover\:border-b-0 {
    border-bottom-width: 0;
  }

  .group:hover .sm\:group-hover\:border-l-0 {
    border-left-width: 0;
  }

  .group:hover .sm\:group-hover\:border-t-2 {
    border-top-width: 2px;
  }

  .group:hover .sm\:group-hover\:border-r-2 {
    border-right-width: 2px;
  }

  .group:hover .sm\:group-hover\:border-b-2 {
    border-bottom-width: 2px;
  }

  .group:hover .sm\:group-hover\:border-l-2 {
    border-left-width: 2px;
  }

  .group:hover .sm\:group-hover\:border-t-4 {
    border-top-width: 4px;
  }

  .group:hover .sm\:group-hover\:border-r-4 {
    border-right-width: 4px;
  }

  .group:hover .sm\:group-hover\:border-b-4 {
    border-bottom-width: 4px;
  }

  .group:hover .sm\:group-hover\:border-l-4 {
    border-left-width: 4px;
  }

  .group:hover .sm\:group-hover\:border-t-8 {
    border-top-width: 8px;
  }

  .group:hover .sm\:group-hover\:border-r-8 {
    border-right-width: 8px;
  }

  .group:hover .sm\:group-hover\:border-b-8 {
    border-bottom-width: 8px;
  }

  .group:hover .sm\:group-hover\:border-l-8 {
    border-left-width: 8px;
  }

  .group:hover .sm\:group-hover\:border-t {
    border-top-width: 1px;
  }

  .group:hover .sm\:group-hover\:border-r {
    border-right-width: 1px;
  }

  .group:hover .sm\:group-hover\:border-b {
    border-bottom-width: 1px;
  }

  .group:hover .sm\:group-hover\:border-l {
    border-left-width: 1px;
  }

  .sm\:focus-within\:border-0:focus-within {
    border-width: 0;
  }

  .sm\:focus-within\:border-2:focus-within {
    border-width: 2px;
  }

  .sm\:focus-within\:border-4:focus-within {
    border-width: 4px;
  }

  .sm\:focus-within\:border-8:focus-within {
    border-width: 8px;
  }

  .sm\:focus-within\:border:focus-within {
    border-width: 1px;
  }

  .sm\:focus-within\:border-t-0:focus-within {
    border-top-width: 0;
  }

  .sm\:focus-within\:border-r-0:focus-within {
    border-right-width: 0;
  }

  .sm\:focus-within\:border-b-0:focus-within {
    border-bottom-width: 0;
  }

  .sm\:focus-within\:border-l-0:focus-within {
    border-left-width: 0;
  }

  .sm\:focus-within\:border-t-2:focus-within {
    border-top-width: 2px;
  }

  .sm\:focus-within\:border-r-2:focus-within {
    border-right-width: 2px;
  }

  .sm\:focus-within\:border-b-2:focus-within {
    border-bottom-width: 2px;
  }

  .sm\:focus-within\:border-l-2:focus-within {
    border-left-width: 2px;
  }

  .sm\:focus-within\:border-t-4:focus-within {
    border-top-width: 4px;
  }

  .sm\:focus-within\:border-r-4:focus-within {
    border-right-width: 4px;
  }

  .sm\:focus-within\:border-b-4:focus-within {
    border-bottom-width: 4px;
  }

  .sm\:focus-within\:border-l-4:focus-within {
    border-left-width: 4px;
  }

  .sm\:focus-within\:border-t-8:focus-within {
    border-top-width: 8px;
  }

  .sm\:focus-within\:border-r-8:focus-within {
    border-right-width: 8px;
  }

  .sm\:focus-within\:border-b-8:focus-within {
    border-bottom-width: 8px;
  }

  .sm\:focus-within\:border-l-8:focus-within {
    border-left-width: 8px;
  }

  .sm\:focus-within\:border-t:focus-within {
    border-top-width: 1px;
  }

  .sm\:focus-within\:border-r:focus-within {
    border-right-width: 1px;
  }

  .sm\:focus-within\:border-b:focus-within {
    border-bottom-width: 1px;
  }

  .sm\:focus-within\:border-l:focus-within {
    border-left-width: 1px;
  }

  .sm\:first\:border-0:first-child {
    border-width: 0;
  }

  .sm\:first\:border-2:first-child {
    border-width: 2px;
  }

  .sm\:first\:border-4:first-child {
    border-width: 4px;
  }

  .sm\:first\:border-8:first-child {
    border-width: 8px;
  }

  .sm\:first\:border:first-child {
    border-width: 1px;
  }

  .sm\:first\:border-t-0:first-child {
    border-top-width: 0;
  }

  .sm\:first\:border-r-0:first-child {
    border-right-width: 0;
  }

  .sm\:first\:border-b-0:first-child {
    border-bottom-width: 0;
  }

  .sm\:first\:border-l-0:first-child {
    border-left-width: 0;
  }

  .sm\:first\:border-t-2:first-child {
    border-top-width: 2px;
  }

  .sm\:first\:border-r-2:first-child {
    border-right-width: 2px;
  }

  .sm\:first\:border-b-2:first-child {
    border-bottom-width: 2px;
  }

  .sm\:first\:border-l-2:first-child {
    border-left-width: 2px;
  }

  .sm\:first\:border-t-4:first-child {
    border-top-width: 4px;
  }

  .sm\:first\:border-r-4:first-child {
    border-right-width: 4px;
  }

  .sm\:first\:border-b-4:first-child {
    border-bottom-width: 4px;
  }

  .sm\:first\:border-l-4:first-child {
    border-left-width: 4px;
  }

  .sm\:first\:border-t-8:first-child {
    border-top-width: 8px;
  }

  .sm\:first\:border-r-8:first-child {
    border-right-width: 8px;
  }

  .sm\:first\:border-b-8:first-child {
    border-bottom-width: 8px;
  }

  .sm\:first\:border-l-8:first-child {
    border-left-width: 8px;
  }

  .sm\:first\:border-t:first-child {
    border-top-width: 1px;
  }

  .sm\:first\:border-r:first-child {
    border-right-width: 1px;
  }

  .sm\:first\:border-b:first-child {
    border-bottom-width: 1px;
  }

  .sm\:first\:border-l:first-child {
    border-left-width: 1px;
  }

  .sm\:last\:border-0:last-child {
    border-width: 0;
  }

  .sm\:last\:border-2:last-child {
    border-width: 2px;
  }

  .sm\:last\:border-4:last-child {
    border-width: 4px;
  }

  .sm\:last\:border-8:last-child {
    border-width: 8px;
  }

  .sm\:last\:border:last-child {
    border-width: 1px;
  }

  .sm\:last\:border-t-0:last-child {
    border-top-width: 0;
  }

  .sm\:last\:border-r-0:last-child {
    border-right-width: 0;
  }

  .sm\:last\:border-b-0:last-child {
    border-bottom-width: 0;
  }

  .sm\:last\:border-l-0:last-child {
    border-left-width: 0;
  }

  .sm\:last\:border-t-2:last-child {
    border-top-width: 2px;
  }

  .sm\:last\:border-r-2:last-child {
    border-right-width: 2px;
  }

  .sm\:last\:border-b-2:last-child {
    border-bottom-width: 2px;
  }

  .sm\:last\:border-l-2:last-child {
    border-left-width: 2px;
  }

  .sm\:last\:border-t-4:last-child {
    border-top-width: 4px;
  }

  .sm\:last\:border-r-4:last-child {
    border-right-width: 4px;
  }

  .sm\:last\:border-b-4:last-child {
    border-bottom-width: 4px;
  }

  .sm\:last\:border-l-4:last-child {
    border-left-width: 4px;
  }

  .sm\:last\:border-t-8:last-child {
    border-top-width: 8px;
  }

  .sm\:last\:border-r-8:last-child {
    border-right-width: 8px;
  }

  .sm\:last\:border-b-8:last-child {
    border-bottom-width: 8px;
  }

  .sm\:last\:border-l-8:last-child {
    border-left-width: 8px;
  }

  .sm\:last\:border-t:last-child {
    border-top-width: 1px;
  }

  .sm\:last\:border-r:last-child {
    border-right-width: 1px;
  }

  .sm\:last\:border-b:last-child {
    border-bottom-width: 1px;
  }

  .sm\:last\:border-l:last-child {
    border-left-width: 1px;
  }

  .sm\:odd\:border-0:nth-child(odd) {
    border-width: 0;
  }

  .sm\:odd\:border-2:nth-child(odd) {
    border-width: 2px;
  }

  .sm\:odd\:border-4:nth-child(odd) {
    border-width: 4px;
  }

  .sm\:odd\:border-8:nth-child(odd) {
    border-width: 8px;
  }

  .sm\:odd\:border:nth-child(odd) {
    border-width: 1px;
  }

  .sm\:odd\:border-t-0:nth-child(odd) {
    border-top-width: 0;
  }

  .sm\:odd\:border-r-0:nth-child(odd) {
    border-right-width: 0;
  }

  .sm\:odd\:border-b-0:nth-child(odd) {
    border-bottom-width: 0;
  }

  .sm\:odd\:border-l-0:nth-child(odd) {
    border-left-width: 0;
  }

  .sm\:odd\:border-t-2:nth-child(odd) {
    border-top-width: 2px;
  }

  .sm\:odd\:border-r-2:nth-child(odd) {
    border-right-width: 2px;
  }

  .sm\:odd\:border-b-2:nth-child(odd) {
    border-bottom-width: 2px;
  }

  .sm\:odd\:border-l-2:nth-child(odd) {
    border-left-width: 2px;
  }

  .sm\:odd\:border-t-4:nth-child(odd) {
    border-top-width: 4px;
  }

  .sm\:odd\:border-r-4:nth-child(odd) {
    border-right-width: 4px;
  }

  .sm\:odd\:border-b-4:nth-child(odd) {
    border-bottom-width: 4px;
  }

  .sm\:odd\:border-l-4:nth-child(odd) {
    border-left-width: 4px;
  }

  .sm\:odd\:border-t-8:nth-child(odd) {
    border-top-width: 8px;
  }

  .sm\:odd\:border-r-8:nth-child(odd) {
    border-right-width: 8px;
  }

  .sm\:odd\:border-b-8:nth-child(odd) {
    border-bottom-width: 8px;
  }

  .sm\:odd\:border-l-8:nth-child(odd) {
    border-left-width: 8px;
  }

  .sm\:odd\:border-t:nth-child(odd) {
    border-top-width: 1px;
  }

  .sm\:odd\:border-r:nth-child(odd) {
    border-right-width: 1px;
  }

  .sm\:odd\:border-b:nth-child(odd) {
    border-bottom-width: 1px;
  }

  .sm\:odd\:border-l:nth-child(odd) {
    border-left-width: 1px;
  }

  .sm\:even\:border-0:nth-child(even) {
    border-width: 0;
  }

  .sm\:even\:border-2:nth-child(even) {
    border-width: 2px;
  }

  .sm\:even\:border-4:nth-child(even) {
    border-width: 4px;
  }

  .sm\:even\:border-8:nth-child(even) {
    border-width: 8px;
  }

  .sm\:even\:border:nth-child(even) {
    border-width: 1px;
  }

  .sm\:even\:border-t-0:nth-child(even) {
    border-top-width: 0;
  }

  .sm\:even\:border-r-0:nth-child(even) {
    border-right-width: 0;
  }

  .sm\:even\:border-b-0:nth-child(even) {
    border-bottom-width: 0;
  }

  .sm\:even\:border-l-0:nth-child(even) {
    border-left-width: 0;
  }

  .sm\:even\:border-t-2:nth-child(even) {
    border-top-width: 2px;
  }

  .sm\:even\:border-r-2:nth-child(even) {
    border-right-width: 2px;
  }

  .sm\:even\:border-b-2:nth-child(even) {
    border-bottom-width: 2px;
  }

  .sm\:even\:border-l-2:nth-child(even) {
    border-left-width: 2px;
  }

  .sm\:even\:border-t-4:nth-child(even) {
    border-top-width: 4px;
  }

  .sm\:even\:border-r-4:nth-child(even) {
    border-right-width: 4px;
  }

  .sm\:even\:border-b-4:nth-child(even) {
    border-bottom-width: 4px;
  }

  .sm\:even\:border-l-4:nth-child(even) {
    border-left-width: 4px;
  }

  .sm\:even\:border-t-8:nth-child(even) {
    border-top-width: 8px;
  }

  .sm\:even\:border-r-8:nth-child(even) {
    border-right-width: 8px;
  }

  .sm\:even\:border-b-8:nth-child(even) {
    border-bottom-width: 8px;
  }

  .sm\:even\:border-l-8:nth-child(even) {
    border-left-width: 8px;
  }

  .sm\:even\:border-t:nth-child(even) {
    border-top-width: 1px;
  }

  .sm\:even\:border-r:nth-child(even) {
    border-right-width: 1px;
  }

  .sm\:even\:border-b:nth-child(even) {
    border-bottom-width: 1px;
  }

  .sm\:even\:border-l:nth-child(even) {
    border-left-width: 1px;
  }

  .sm\:hover\:border-0:hover {
    border-width: 0;
  }

  .sm\:hover\:border-2:hover {
    border-width: 2px;
  }

  .sm\:hover\:border-4:hover {
    border-width: 4px;
  }

  .sm\:hover\:border-8:hover {
    border-width: 8px;
  }

  .sm\:hover\:border:hover {
    border-width: 1px;
  }

  .sm\:hover\:border-t-0:hover {
    border-top-width: 0;
  }

  .sm\:hover\:border-r-0:hover {
    border-right-width: 0;
  }

  .sm\:hover\:border-b-0:hover {
    border-bottom-width: 0;
  }

  .sm\:hover\:border-l-0:hover {
    border-left-width: 0;
  }

  .sm\:hover\:border-t-2:hover {
    border-top-width: 2px;
  }

  .sm\:hover\:border-r-2:hover {
    border-right-width: 2px;
  }

  .sm\:hover\:border-b-2:hover {
    border-bottom-width: 2px;
  }

  .sm\:hover\:border-l-2:hover {
    border-left-width: 2px;
  }

  .sm\:hover\:border-t-4:hover {
    border-top-width: 4px;
  }

  .sm\:hover\:border-r-4:hover {
    border-right-width: 4px;
  }

  .sm\:hover\:border-b-4:hover {
    border-bottom-width: 4px;
  }

  .sm\:hover\:border-l-4:hover {
    border-left-width: 4px;
  }

  .sm\:hover\:border-t-8:hover {
    border-top-width: 8px;
  }

  .sm\:hover\:border-r-8:hover {
    border-right-width: 8px;
  }

  .sm\:hover\:border-b-8:hover {
    border-bottom-width: 8px;
  }

  .sm\:hover\:border-l-8:hover {
    border-left-width: 8px;
  }

  .sm\:hover\:border-t:hover {
    border-top-width: 1px;
  }

  .sm\:hover\:border-r:hover {
    border-right-width: 1px;
  }

  .sm\:hover\:border-b:hover {
    border-bottom-width: 1px;
  }

  .sm\:hover\:border-l:hover {
    border-left-width: 1px;
  }

  .sm\:focus\:border-0:focus {
    border-width: 0;
  }

  .sm\:focus\:border-2:focus {
    border-width: 2px;
  }

  .sm\:focus\:border-4:focus {
    border-width: 4px;
  }

  .sm\:focus\:border-8:focus {
    border-width: 8px;
  }

  .sm\:focus\:border:focus {
    border-width: 1px;
  }

  .sm\:focus\:border-t-0:focus {
    border-top-width: 0;
  }

  .sm\:focus\:border-r-0:focus {
    border-right-width: 0;
  }

  .sm\:focus\:border-b-0:focus {
    border-bottom-width: 0;
  }

  .sm\:focus\:border-l-0:focus {
    border-left-width: 0;
  }

  .sm\:focus\:border-t-2:focus {
    border-top-width: 2px;
  }

  .sm\:focus\:border-r-2:focus {
    border-right-width: 2px;
  }

  .sm\:focus\:border-b-2:focus {
    border-bottom-width: 2px;
  }

  .sm\:focus\:border-l-2:focus {
    border-left-width: 2px;
  }

  .sm\:focus\:border-t-4:focus {
    border-top-width: 4px;
  }

  .sm\:focus\:border-r-4:focus {
    border-right-width: 4px;
  }

  .sm\:focus\:border-b-4:focus {
    border-bottom-width: 4px;
  }

  .sm\:focus\:border-l-4:focus {
    border-left-width: 4px;
  }

  .sm\:focus\:border-t-8:focus {
    border-top-width: 8px;
  }

  .sm\:focus\:border-r-8:focus {
    border-right-width: 8px;
  }

  .sm\:focus\:border-b-8:focus {
    border-bottom-width: 8px;
  }

  .sm\:focus\:border-l-8:focus {
    border-left-width: 8px;
  }

  .sm\:focus\:border-t:focus {
    border-top-width: 1px;
  }

  .sm\:focus\:border-r:focus {
    border-right-width: 1px;
  }

  .sm\:focus\:border-b:focus {
    border-bottom-width: 1px;
  }

  .sm\:focus\:border-l:focus {
    border-left-width: 1px;
  }

  .sm\:active\:border-0:active {
    border-width: 0;
  }

  .sm\:active\:border-2:active {
    border-width: 2px;
  }

  .sm\:active\:border-4:active {
    border-width: 4px;
  }

  .sm\:active\:border-8:active {
    border-width: 8px;
  }

  .sm\:active\:border:active {
    border-width: 1px;
  }

  .sm\:active\:border-t-0:active {
    border-top-width: 0;
  }

  .sm\:active\:border-r-0:active {
    border-right-width: 0;
  }

  .sm\:active\:border-b-0:active {
    border-bottom-width: 0;
  }

  .sm\:active\:border-l-0:active {
    border-left-width: 0;
  }

  .sm\:active\:border-t-2:active {
    border-top-width: 2px;
  }

  .sm\:active\:border-r-2:active {
    border-right-width: 2px;
  }

  .sm\:active\:border-b-2:active {
    border-bottom-width: 2px;
  }

  .sm\:active\:border-l-2:active {
    border-left-width: 2px;
  }

  .sm\:active\:border-t-4:active {
    border-top-width: 4px;
  }

  .sm\:active\:border-r-4:active {
    border-right-width: 4px;
  }

  .sm\:active\:border-b-4:active {
    border-bottom-width: 4px;
  }

  .sm\:active\:border-l-4:active {
    border-left-width: 4px;
  }

  .sm\:active\:border-t-8:active {
    border-top-width: 8px;
  }

  .sm\:active\:border-r-8:active {
    border-right-width: 8px;
  }

  .sm\:active\:border-b-8:active {
    border-bottom-width: 8px;
  }

  .sm\:active\:border-l-8:active {
    border-left-width: 8px;
  }

  .sm\:active\:border-t:active {
    border-top-width: 1px;
  }

  .sm\:active\:border-r:active {
    border-right-width: 1px;
  }

  .sm\:active\:border-b:active {
    border-bottom-width: 1px;
  }

  .sm\:active\:border-l:active {
    border-left-width: 1px;
  }

  .sm\:visited\:border-0:visited {
    border-width: 0;
  }

  .sm\:visited\:border-2:visited {
    border-width: 2px;
  }

  .sm\:visited\:border-4:visited {
    border-width: 4px;
  }

  .sm\:visited\:border-8:visited {
    border-width: 8px;
  }

  .sm\:visited\:border:visited {
    border-width: 1px;
  }

  .sm\:visited\:border-t-0:visited {
    border-top-width: 0;
  }

  .sm\:visited\:border-r-0:visited {
    border-right-width: 0;
  }

  .sm\:visited\:border-b-0:visited {
    border-bottom-width: 0;
  }

  .sm\:visited\:border-l-0:visited {
    border-left-width: 0;
  }

  .sm\:visited\:border-t-2:visited {
    border-top-width: 2px;
  }

  .sm\:visited\:border-r-2:visited {
    border-right-width: 2px;
  }

  .sm\:visited\:border-b-2:visited {
    border-bottom-width: 2px;
  }

  .sm\:visited\:border-l-2:visited {
    border-left-width: 2px;
  }

  .sm\:visited\:border-t-4:visited {
    border-top-width: 4px;
  }

  .sm\:visited\:border-r-4:visited {
    border-right-width: 4px;
  }

  .sm\:visited\:border-b-4:visited {
    border-bottom-width: 4px;
  }

  .sm\:visited\:border-l-4:visited {
    border-left-width: 4px;
  }

  .sm\:visited\:border-t-8:visited {
    border-top-width: 8px;
  }

  .sm\:visited\:border-r-8:visited {
    border-right-width: 8px;
  }

  .sm\:visited\:border-b-8:visited {
    border-bottom-width: 8px;
  }

  .sm\:visited\:border-l-8:visited {
    border-left-width: 8px;
  }

  .sm\:visited\:border-t:visited {
    border-top-width: 1px;
  }

  .sm\:visited\:border-r:visited {
    border-right-width: 1px;
  }

  .sm\:visited\:border-b:visited {
    border-bottom-width: 1px;
  }

  .sm\:visited\:border-l:visited {
    border-left-width: 1px;
  }

  .sm\:disabled\:border-0:disabled {
    border-width: 0;
  }

  .sm\:disabled\:border-2:disabled {
    border-width: 2px;
  }

  .sm\:disabled\:border-4:disabled {
    border-width: 4px;
  }

  .sm\:disabled\:border-8:disabled {
    border-width: 8px;
  }

  .sm\:disabled\:border:disabled {
    border-width: 1px;
  }

  .sm\:disabled\:border-t-0:disabled {
    border-top-width: 0;
  }

  .sm\:disabled\:border-r-0:disabled {
    border-right-width: 0;
  }

  .sm\:disabled\:border-b-0:disabled {
    border-bottom-width: 0;
  }

  .sm\:disabled\:border-l-0:disabled {
    border-left-width: 0;
  }

  .sm\:disabled\:border-t-2:disabled {
    border-top-width: 2px;
  }

  .sm\:disabled\:border-r-2:disabled {
    border-right-width: 2px;
  }

  .sm\:disabled\:border-b-2:disabled {
    border-bottom-width: 2px;
  }

  .sm\:disabled\:border-l-2:disabled {
    border-left-width: 2px;
  }

  .sm\:disabled\:border-t-4:disabled {
    border-top-width: 4px;
  }

  .sm\:disabled\:border-r-4:disabled {
    border-right-width: 4px;
  }

  .sm\:disabled\:border-b-4:disabled {
    border-bottom-width: 4px;
  }

  .sm\:disabled\:border-l-4:disabled {
    border-left-width: 4px;
  }

  .sm\:disabled\:border-t-8:disabled {
    border-top-width: 8px;
  }

  .sm\:disabled\:border-r-8:disabled {
    border-right-width: 8px;
  }

  .sm\:disabled\:border-b-8:disabled {
    border-bottom-width: 8px;
  }

  .sm\:disabled\:border-l-8:disabled {
    border-left-width: 8px;
  }

  .sm\:disabled\:border-t:disabled {
    border-top-width: 1px;
  }

  .sm\:disabled\:border-r:disabled {
    border-right-width: 1px;
  }

  .sm\:disabled\:border-b:disabled {
    border-bottom-width: 1px;
  }

  .sm\:disabled\:border-l:disabled {
    border-left-width: 1px;
  }

  .sm\:cursor-auto {
    cursor: auto;
  }

  .sm\:cursor-default {
    cursor: default;
  }

  .sm\:cursor-pointer {
    cursor: pointer;
  }

  .sm\:cursor-wait {
    cursor: wait;
  }

  .sm\:cursor-text {
    cursor: text;
  }

  .sm\:cursor-move {
    cursor: move;
  }

  .sm\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .group:hover .sm\:group-hover\:cursor-auto {
    cursor: auto;
  }

  .group:hover .sm\:group-hover\:cursor-default {
    cursor: default;
  }

  .group:hover .sm\:group-hover\:cursor-pointer {
    cursor: pointer;
  }

  .group:hover .sm\:group-hover\:cursor-wait {
    cursor: wait;
  }

  .group:hover .sm\:group-hover\:cursor-text {
    cursor: text;
  }

  .group:hover .sm\:group-hover\:cursor-move {
    cursor: move;
  }

  .group:hover .sm\:group-hover\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .sm\:focus-within\:cursor-auto:focus-within {
    cursor: auto;
  }

  .sm\:focus-within\:cursor-default:focus-within {
    cursor: default;
  }

  .sm\:focus-within\:cursor-pointer:focus-within {
    cursor: pointer;
  }

  .sm\:focus-within\:cursor-wait:focus-within {
    cursor: wait;
  }

  .sm\:focus-within\:cursor-text:focus-within {
    cursor: text;
  }

  .sm\:focus-within\:cursor-move:focus-within {
    cursor: move;
  }

  .sm\:focus-within\:cursor-not-allowed:focus-within {
    cursor: not-allowed;
  }

  .sm\:first\:cursor-auto:first-child {
    cursor: auto;
  }

  .sm\:first\:cursor-default:first-child {
    cursor: default;
  }

  .sm\:first\:cursor-pointer:first-child {
    cursor: pointer;
  }

  .sm\:first\:cursor-wait:first-child {
    cursor: wait;
  }

  .sm\:first\:cursor-text:first-child {
    cursor: text;
  }

  .sm\:first\:cursor-move:first-child {
    cursor: move;
  }

  .sm\:first\:cursor-not-allowed:first-child {
    cursor: not-allowed;
  }

  .sm\:last\:cursor-auto:last-child {
    cursor: auto;
  }

  .sm\:last\:cursor-default:last-child {
    cursor: default;
  }

  .sm\:last\:cursor-pointer:last-child {
    cursor: pointer;
  }

  .sm\:last\:cursor-wait:last-child {
    cursor: wait;
  }

  .sm\:last\:cursor-text:last-child {
    cursor: text;
  }

  .sm\:last\:cursor-move:last-child {
    cursor: move;
  }

  .sm\:last\:cursor-not-allowed:last-child {
    cursor: not-allowed;
  }

  .sm\:odd\:cursor-auto:nth-child(odd) {
    cursor: auto;
  }

  .sm\:odd\:cursor-default:nth-child(odd) {
    cursor: default;
  }

  .sm\:odd\:cursor-pointer:nth-child(odd) {
    cursor: pointer;
  }

  .sm\:odd\:cursor-wait:nth-child(odd) {
    cursor: wait;
  }

  .sm\:odd\:cursor-text:nth-child(odd) {
    cursor: text;
  }

  .sm\:odd\:cursor-move:nth-child(odd) {
    cursor: move;
  }

  .sm\:odd\:cursor-not-allowed:nth-child(odd) {
    cursor: not-allowed;
  }

  .sm\:even\:cursor-auto:nth-child(even) {
    cursor: auto;
  }

  .sm\:even\:cursor-default:nth-child(even) {
    cursor: default;
  }

  .sm\:even\:cursor-pointer:nth-child(even) {
    cursor: pointer;
  }

  .sm\:even\:cursor-wait:nth-child(even) {
    cursor: wait;
  }

  .sm\:even\:cursor-text:nth-child(even) {
    cursor: text;
  }

  .sm\:even\:cursor-move:nth-child(even) {
    cursor: move;
  }

  .sm\:even\:cursor-not-allowed:nth-child(even) {
    cursor: not-allowed;
  }

  .sm\:hover\:cursor-auto:hover {
    cursor: auto;
  }

  .sm\:hover\:cursor-default:hover {
    cursor: default;
  }

  .sm\:hover\:cursor-pointer:hover {
    cursor: pointer;
  }

  .sm\:hover\:cursor-wait:hover {
    cursor: wait;
  }

  .sm\:hover\:cursor-text:hover {
    cursor: text;
  }

  .sm\:hover\:cursor-move:hover {
    cursor: move;
  }

  .sm\:hover\:cursor-not-allowed:hover {
    cursor: not-allowed;
  }

  .sm\:focus\:cursor-auto:focus {
    cursor: auto;
  }

  .sm\:focus\:cursor-default:focus {
    cursor: default;
  }

  .sm\:focus\:cursor-pointer:focus {
    cursor: pointer;
  }

  .sm\:focus\:cursor-wait:focus {
    cursor: wait;
  }

  .sm\:focus\:cursor-text:focus {
    cursor: text;
  }

  .sm\:focus\:cursor-move:focus {
    cursor: move;
  }

  .sm\:focus\:cursor-not-allowed:focus {
    cursor: not-allowed;
  }

  .sm\:active\:cursor-auto:active {
    cursor: auto;
  }

  .sm\:active\:cursor-default:active {
    cursor: default;
  }

  .sm\:active\:cursor-pointer:active {
    cursor: pointer;
  }

  .sm\:active\:cursor-wait:active {
    cursor: wait;
  }

  .sm\:active\:cursor-text:active {
    cursor: text;
  }

  .sm\:active\:cursor-move:active {
    cursor: move;
  }

  .sm\:active\:cursor-not-allowed:active {
    cursor: not-allowed;
  }

  .sm\:visited\:cursor-auto:visited {
    cursor: auto;
  }

  .sm\:visited\:cursor-default:visited {
    cursor: default;
  }

  .sm\:visited\:cursor-pointer:visited {
    cursor: pointer;
  }

  .sm\:visited\:cursor-wait:visited {
    cursor: wait;
  }

  .sm\:visited\:cursor-text:visited {
    cursor: text;
  }

  .sm\:visited\:cursor-move:visited {
    cursor: move;
  }

  .sm\:visited\:cursor-not-allowed:visited {
    cursor: not-allowed;
  }

  .sm\:disabled\:cursor-auto:disabled {
    cursor: auto;
  }

  .sm\:disabled\:cursor-default:disabled {
    cursor: default;
  }

  .sm\:disabled\:cursor-pointer:disabled {
    cursor: pointer;
  }

  .sm\:disabled\:cursor-wait:disabled {
    cursor: wait;
  }

  .sm\:disabled\:cursor-text:disabled {
    cursor: text;
  }

  .sm\:disabled\:cursor-move:disabled {
    cursor: move;
  }

  .sm\:disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed;
  }

  .sm\:block {
    display: block;
  }

  .sm\:inline-block {
    display: inline-block;
  }

  .sm\:inline {
    display: inline;
  }

  .sm\:flex {
    display: -webkit-box;
    display: flex;
  }

  .sm\:inline-flex {
    display: -webkit-inline-box;
    display: inline-flex;
  }

  .sm\:table {
    display: table;
  }

  .sm\:table-row {
    display: table-row;
  }

  .sm\:table-cell {
    display: table-cell;
  }

  .sm\:hidden {
    display: none;
  }

  .group:hover .sm\:group-hover\:block {
    display: block;
  }

  .group:hover .sm\:group-hover\:inline-block {
    display: inline-block;
  }

  .group:hover .sm\:group-hover\:inline {
    display: inline;
  }

  .group:hover .sm\:group-hover\:flex {
    display: -webkit-box;
    display: flex;
  }

  .group:hover .sm\:group-hover\:inline-flex {
    display: -webkit-inline-box;
    display: inline-flex;
  }

  .group:hover .sm\:group-hover\:table {
    display: table;
  }

  .group:hover .sm\:group-hover\:table-row {
    display: table-row;
  }

  .group:hover .sm\:group-hover\:table-cell {
    display: table-cell;
  }

  .group:hover .sm\:group-hover\:hidden {
    display: none;
  }

  .sm\:focus-within\:block:focus-within {
    display: block;
  }

  .sm\:focus-within\:inline-block:focus-within {
    display: inline-block;
  }

  .sm\:focus-within\:inline:focus-within {
    display: inline;
  }

  .sm\:focus-within\:flex:focus-within {
    display: -webkit-box;
    display: flex;
  }

  .sm\:focus-within\:inline-flex:focus-within {
    display: -webkit-inline-box;
    display: inline-flex;
  }

  .sm\:focus-within\:table:focus-within {
    display: table;
  }

  .sm\:focus-within\:table-row:focus-within {
    display: table-row;
  }

  .sm\:focus-within\:table-cell:focus-within {
    display: table-cell;
  }

  .sm\:focus-within\:hidden:focus-within {
    display: none;
  }

  .sm\:first\:block:first-child {
    display: block;
  }

  .sm\:first\:inline-block:first-child {
    display: inline-block;
  }

  .sm\:first\:inline:first-child {
    display: inline;
  }

  .sm\:first\:flex:first-child {
    display: -webkit-box;
    display: flex;
  }

  .sm\:first\:inline-flex:first-child {
    display: -webkit-inline-box;
    display: inline-flex;
  }

  .sm\:first\:table:first-child {
    display: table;
  }

  .sm\:first\:table-row:first-child {
    display: table-row;
  }

  .sm\:first\:table-cell:first-child {
    display: table-cell;
  }

  .sm\:first\:hidden:first-child {
    display: none;
  }

  .sm\:last\:block:last-child {
    display: block;
  }

  .sm\:last\:inline-block:last-child {
    display: inline-block;
  }

  .sm\:last\:inline:last-child {
    display: inline;
  }

  .sm\:last\:flex:last-child {
    display: -webkit-box;
    display: flex;
  }

  .sm\:last\:inline-flex:last-child {
    display: -webkit-inline-box;
    display: inline-flex;
  }

  .sm\:last\:table:last-child {
    display: table;
  }

  .sm\:last\:table-row:last-child {
    display: table-row;
  }

  .sm\:last\:table-cell:last-child {
    display: table-cell;
  }

  .sm\:last\:hidden:last-child {
    display: none;
  }

  .sm\:odd\:block:nth-child(odd) {
    display: block;
  }

  .sm\:odd\:inline-block:nth-child(odd) {
    display: inline-block;
  }

  .sm\:odd\:inline:nth-child(odd) {
    display: inline;
  }

  .sm\:odd\:flex:nth-child(odd) {
    display: -webkit-box;
    display: flex;
  }

  .sm\:odd\:inline-flex:nth-child(odd) {
    display: -webkit-inline-box;
    display: inline-flex;
  }

  .sm\:odd\:table:nth-child(odd) {
    display: table;
  }

  .sm\:odd\:table-row:nth-child(odd) {
    display: table-row;
  }

  .sm\:odd\:table-cell:nth-child(odd) {
    display: table-cell;
  }

  .sm\:odd\:hidden:nth-child(odd) {
    display: none;
  }

  .sm\:even\:block:nth-child(even) {
    display: block;
  }

  .sm\:even\:inline-block:nth-child(even) {
    display: inline-block;
  }

  .sm\:even\:inline:nth-child(even) {
    display: inline;
  }

  .sm\:even\:flex:nth-child(even) {
    display: -webkit-box;
    display: flex;
  }

  .sm\:even\:inline-flex:nth-child(even) {
    display: -webkit-inline-box;
    display: inline-flex;
  }

  .sm\:even\:table:nth-child(even) {
    display: table;
  }

  .sm\:even\:table-row:nth-child(even) {
    display: table-row;
  }

  .sm\:even\:table-cell:nth-child(even) {
    display: table-cell;
  }

  .sm\:even\:hidden:nth-child(even) {
    display: none;
  }

  .sm\:hover\:block:hover {
    display: block;
  }

  .sm\:hover\:inline-block:hover {
    display: inline-block;
  }

  .sm\:hover\:inline:hover {
    display: inline;
  }

  .sm\:hover\:flex:hover {
    display: -webkit-box;
    display: flex;
  }

  .sm\:hover\:inline-flex:hover {
    display: -webkit-inline-box;
    display: inline-flex;
  }

  .sm\:hover\:table:hover {
    display: table;
  }

  .sm\:hover\:table-row:hover {
    display: table-row;
  }

  .sm\:hover\:table-cell:hover {
    display: table-cell;
  }

  .sm\:hover\:hidden:hover {
    display: none;
  }

  .sm\:focus\:block:focus {
    display: block;
  }

  .sm\:focus\:inline-block:focus {
    display: inline-block;
  }

  .sm\:focus\:inline:focus {
    display: inline;
  }

  .sm\:focus\:flex:focus {
    display: -webkit-box;
    display: flex;
  }

  .sm\:focus\:inline-flex:focus {
    display: -webkit-inline-box;
    display: inline-flex;
  }

  .sm\:focus\:table:focus {
    display: table;
  }

  .sm\:focus\:table-row:focus {
    display: table-row;
  }

  .sm\:focus\:table-cell:focus {
    display: table-cell;
  }

  .sm\:focus\:hidden:focus {
    display: none;
  }

  .sm\:active\:block:active {
    display: block;
  }

  .sm\:active\:inline-block:active {
    display: inline-block;
  }

  .sm\:active\:inline:active {
    display: inline;
  }

  .sm\:active\:flex:active {
    display: -webkit-box;
    display: flex;
  }

  .sm\:active\:inline-flex:active {
    display: -webkit-inline-box;
    display: inline-flex;
  }

  .sm\:active\:table:active {
    display: table;
  }

  .sm\:active\:table-row:active {
    display: table-row;
  }

  .sm\:active\:table-cell:active {
    display: table-cell;
  }

  .sm\:active\:hidden:active {
    display: none;
  }

  .sm\:visited\:block:visited {
    display: block;
  }

  .sm\:visited\:inline-block:visited {
    display: inline-block;
  }

  .sm\:visited\:inline:visited {
    display: inline;
  }

  .sm\:visited\:flex:visited {
    display: -webkit-box;
    display: flex;
  }

  .sm\:visited\:inline-flex:visited {
    display: -webkit-inline-box;
    display: inline-flex;
  }

  .sm\:visited\:table:visited {
    display: table;
  }

  .sm\:visited\:table-row:visited {
    display: table-row;
  }

  .sm\:visited\:table-cell:visited {
    display: table-cell;
  }

  .sm\:visited\:hidden:visited {
    display: none;
  }

  .sm\:disabled\:block:disabled {
    display: block;
  }

  .sm\:disabled\:inline-block:disabled {
    display: inline-block;
  }

  .sm\:disabled\:inline:disabled {
    display: inline;
  }

  .sm\:disabled\:flex:disabled {
    display: -webkit-box;
    display: flex;
  }

  .sm\:disabled\:inline-flex:disabled {
    display: -webkit-inline-box;
    display: inline-flex;
  }

  .sm\:disabled\:table:disabled {
    display: table;
  }

  .sm\:disabled\:table-row:disabled {
    display: table-row;
  }

  .sm\:disabled\:table-cell:disabled {
    display: table-cell;
  }

  .sm\:disabled\:hidden:disabled {
    display: none;
  }

  .sm\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .sm\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }

  .sm\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .sm\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }

  .group:hover .sm\:group-hover\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .group:hover .sm\:group-hover\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }

  .group:hover .sm\:group-hover\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .group:hover .sm\:group-hover\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }

  .sm\:focus-within\:flex-row:focus-within {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .sm\:focus-within\:flex-row-reverse:focus-within {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }

  .sm\:focus-within\:flex-col:focus-within {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .sm\:focus-within\:flex-col-reverse:focus-within {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }

  .sm\:first\:flex-row:first-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .sm\:first\:flex-row-reverse:first-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }

  .sm\:first\:flex-col:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .sm\:first\:flex-col-reverse:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }

  .sm\:last\:flex-row:last-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .sm\:last\:flex-row-reverse:last-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }

  .sm\:last\:flex-col:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .sm\:last\:flex-col-reverse:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }

  .sm\:odd\:flex-row:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .sm\:odd\:flex-row-reverse:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }

  .sm\:odd\:flex-col:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .sm\:odd\:flex-col-reverse:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }

  .sm\:even\:flex-row:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .sm\:even\:flex-row-reverse:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }

  .sm\:even\:flex-col:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .sm\:even\:flex-col-reverse:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }

  .sm\:hover\:flex-row:hover {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .sm\:hover\:flex-row-reverse:hover {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }

  .sm\:hover\:flex-col:hover {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .sm\:hover\:flex-col-reverse:hover {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }

  .sm\:focus\:flex-row:focus {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .sm\:focus\:flex-row-reverse:focus {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }

  .sm\:focus\:flex-col:focus {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .sm\:focus\:flex-col-reverse:focus {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }

  .sm\:active\:flex-row:active {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .sm\:active\:flex-row-reverse:active {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }

  .sm\:active\:flex-col:active {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .sm\:active\:flex-col-reverse:active {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }

  .sm\:visited\:flex-row:visited {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .sm\:visited\:flex-row-reverse:visited {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }

  .sm\:visited\:flex-col:visited {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .sm\:visited\:flex-col-reverse:visited {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }

  .sm\:disabled\:flex-row:disabled {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .sm\:disabled\:flex-row-reverse:disabled {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }

  .sm\:disabled\:flex-col:disabled {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .sm\:disabled\:flex-col-reverse:disabled {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }

  .sm\:flex-wrap {
    flex-wrap: wrap;
  }

  .sm\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .sm\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .group:hover .sm\:group-hover\:flex-wrap {
    flex-wrap: wrap;
  }

  .group:hover .sm\:group-hover\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .group:hover .sm\:group-hover\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .sm\:focus-within\:flex-wrap:focus-within {
    flex-wrap: wrap;
  }

  .sm\:focus-within\:flex-wrap-reverse:focus-within {
    flex-wrap: wrap-reverse;
  }

  .sm\:focus-within\:flex-no-wrap:focus-within {
    flex-wrap: nowrap;
  }

  .sm\:first\:flex-wrap:first-child {
    flex-wrap: wrap;
  }

  .sm\:first\:flex-wrap-reverse:first-child {
    flex-wrap: wrap-reverse;
  }

  .sm\:first\:flex-no-wrap:first-child {
    flex-wrap: nowrap;
  }

  .sm\:last\:flex-wrap:last-child {
    flex-wrap: wrap;
  }

  .sm\:last\:flex-wrap-reverse:last-child {
    flex-wrap: wrap-reverse;
  }

  .sm\:last\:flex-no-wrap:last-child {
    flex-wrap: nowrap;
  }

  .sm\:odd\:flex-wrap:nth-child(odd) {
    flex-wrap: wrap;
  }

  .sm\:odd\:flex-wrap-reverse:nth-child(odd) {
    flex-wrap: wrap-reverse;
  }

  .sm\:odd\:flex-no-wrap:nth-child(odd) {
    flex-wrap: nowrap;
  }

  .sm\:even\:flex-wrap:nth-child(even) {
    flex-wrap: wrap;
  }

  .sm\:even\:flex-wrap-reverse:nth-child(even) {
    flex-wrap: wrap-reverse;
  }

  .sm\:even\:flex-no-wrap:nth-child(even) {
    flex-wrap: nowrap;
  }

  .sm\:hover\:flex-wrap:hover {
    flex-wrap: wrap;
  }

  .sm\:hover\:flex-wrap-reverse:hover {
    flex-wrap: wrap-reverse;
  }

  .sm\:hover\:flex-no-wrap:hover {
    flex-wrap: nowrap;
  }

  .sm\:focus\:flex-wrap:focus {
    flex-wrap: wrap;
  }

  .sm\:focus\:flex-wrap-reverse:focus {
    flex-wrap: wrap-reverse;
  }

  .sm\:focus\:flex-no-wrap:focus {
    flex-wrap: nowrap;
  }

  .sm\:active\:flex-wrap:active {
    flex-wrap: wrap;
  }

  .sm\:active\:flex-wrap-reverse:active {
    flex-wrap: wrap-reverse;
  }

  .sm\:active\:flex-no-wrap:active {
    flex-wrap: nowrap;
  }

  .sm\:visited\:flex-wrap:visited {
    flex-wrap: wrap;
  }

  .sm\:visited\:flex-wrap-reverse:visited {
    flex-wrap: wrap-reverse;
  }

  .sm\:visited\:flex-no-wrap:visited {
    flex-wrap: nowrap;
  }

  .sm\:disabled\:flex-wrap:disabled {
    flex-wrap: wrap;
  }

  .sm\:disabled\:flex-wrap-reverse:disabled {
    flex-wrap: wrap-reverse;
  }

  .sm\:disabled\:flex-no-wrap:disabled {
    flex-wrap: nowrap;
  }

  .sm\:items-start {
    -webkit-box-align: start;
            align-items: flex-start;
  }

  .sm\:items-end {
    -webkit-box-align: end;
            align-items: flex-end;
  }

  .sm\:items-center {
    -webkit-box-align: center;
            align-items: center;
  }

  .sm\:items-baseline {
    -webkit-box-align: baseline;
            align-items: baseline;
  }

  .sm\:items-stretch {
    -webkit-box-align: stretch;
            align-items: stretch;
  }

  .group:hover .sm\:group-hover\:items-start {
    -webkit-box-align: start;
            align-items: flex-start;
  }

  .group:hover .sm\:group-hover\:items-end {
    -webkit-box-align: end;
            align-items: flex-end;
  }

  .group:hover .sm\:group-hover\:items-center {
    -webkit-box-align: center;
            align-items: center;
  }

  .group:hover .sm\:group-hover\:items-baseline {
    -webkit-box-align: baseline;
            align-items: baseline;
  }

  .group:hover .sm\:group-hover\:items-stretch {
    -webkit-box-align: stretch;
            align-items: stretch;
  }

  .sm\:focus-within\:items-start:focus-within {
    -webkit-box-align: start;
            align-items: flex-start;
  }

  .sm\:focus-within\:items-end:focus-within {
    -webkit-box-align: end;
            align-items: flex-end;
  }

  .sm\:focus-within\:items-center:focus-within {
    -webkit-box-align: center;
            align-items: center;
  }

  .sm\:focus-within\:items-baseline:focus-within {
    -webkit-box-align: baseline;
            align-items: baseline;
  }

  .sm\:focus-within\:items-stretch:focus-within {
    -webkit-box-align: stretch;
            align-items: stretch;
  }

  .sm\:first\:items-start:first-child {
    -webkit-box-align: start;
            align-items: flex-start;
  }

  .sm\:first\:items-end:first-child {
    -webkit-box-align: end;
            align-items: flex-end;
  }

  .sm\:first\:items-center:first-child {
    -webkit-box-align: center;
            align-items: center;
  }

  .sm\:first\:items-baseline:first-child {
    -webkit-box-align: baseline;
            align-items: baseline;
  }

  .sm\:first\:items-stretch:first-child {
    -webkit-box-align: stretch;
            align-items: stretch;
  }

  .sm\:last\:items-start:last-child {
    -webkit-box-align: start;
            align-items: flex-start;
  }

  .sm\:last\:items-end:last-child {
    -webkit-box-align: end;
            align-items: flex-end;
  }

  .sm\:last\:items-center:last-child {
    -webkit-box-align: center;
            align-items: center;
  }

  .sm\:last\:items-baseline:last-child {
    -webkit-box-align: baseline;
            align-items: baseline;
  }

  .sm\:last\:items-stretch:last-child {
    -webkit-box-align: stretch;
            align-items: stretch;
  }

  .sm\:odd\:items-start:nth-child(odd) {
    -webkit-box-align: start;
            align-items: flex-start;
  }

  .sm\:odd\:items-end:nth-child(odd) {
    -webkit-box-align: end;
            align-items: flex-end;
  }

  .sm\:odd\:items-center:nth-child(odd) {
    -webkit-box-align: center;
            align-items: center;
  }

  .sm\:odd\:items-baseline:nth-child(odd) {
    -webkit-box-align: baseline;
            align-items: baseline;
  }

  .sm\:odd\:items-stretch:nth-child(odd) {
    -webkit-box-align: stretch;
            align-items: stretch;
  }

  .sm\:even\:items-start:nth-child(even) {
    -webkit-box-align: start;
            align-items: flex-start;
  }

  .sm\:even\:items-end:nth-child(even) {
    -webkit-box-align: end;
            align-items: flex-end;
  }

  .sm\:even\:items-center:nth-child(even) {
    -webkit-box-align: center;
            align-items: center;
  }

  .sm\:even\:items-baseline:nth-child(even) {
    -webkit-box-align: baseline;
            align-items: baseline;
  }

  .sm\:even\:items-stretch:nth-child(even) {
    -webkit-box-align: stretch;
            align-items: stretch;
  }

  .sm\:hover\:items-start:hover {
    -webkit-box-align: start;
            align-items: flex-start;
  }

  .sm\:hover\:items-end:hover {
    -webkit-box-align: end;
            align-items: flex-end;
  }

  .sm\:hover\:items-center:hover {
    -webkit-box-align: center;
            align-items: center;
  }

  .sm\:hover\:items-baseline:hover {
    -webkit-box-align: baseline;
            align-items: baseline;
  }

  .sm\:hover\:items-stretch:hover {
    -webkit-box-align: stretch;
            align-items: stretch;
  }

  .sm\:focus\:items-start:focus {
    -webkit-box-align: start;
            align-items: flex-start;
  }

  .sm\:focus\:items-end:focus {
    -webkit-box-align: end;
            align-items: flex-end;
  }

  .sm\:focus\:items-center:focus {
    -webkit-box-align: center;
            align-items: center;
  }

  .sm\:focus\:items-baseline:focus {
    -webkit-box-align: baseline;
            align-items: baseline;
  }

  .sm\:focus\:items-stretch:focus {
    -webkit-box-align: stretch;
            align-items: stretch;
  }

  .sm\:active\:items-start:active {
    -webkit-box-align: start;
            align-items: flex-start;
  }

  .sm\:active\:items-end:active {
    -webkit-box-align: end;
            align-items: flex-end;
  }

  .sm\:active\:items-center:active {
    -webkit-box-align: center;
            align-items: center;
  }

  .sm\:active\:items-baseline:active {
    -webkit-box-align: baseline;
            align-items: baseline;
  }

  .sm\:active\:items-stretch:active {
    -webkit-box-align: stretch;
            align-items: stretch;
  }

  .sm\:visited\:items-start:visited {
    -webkit-box-align: start;
            align-items: flex-start;
  }

  .sm\:visited\:items-end:visited {
    -webkit-box-align: end;
            align-items: flex-end;
  }

  .sm\:visited\:items-center:visited {
    -webkit-box-align: center;
            align-items: center;
  }

  .sm\:visited\:items-baseline:visited {
    -webkit-box-align: baseline;
            align-items: baseline;
  }

  .sm\:visited\:items-stretch:visited {
    -webkit-box-align: stretch;
            align-items: stretch;
  }

  .sm\:disabled\:items-start:disabled {
    -webkit-box-align: start;
            align-items: flex-start;
  }

  .sm\:disabled\:items-end:disabled {
    -webkit-box-align: end;
            align-items: flex-end;
  }

  .sm\:disabled\:items-center:disabled {
    -webkit-box-align: center;
            align-items: center;
  }

  .sm\:disabled\:items-baseline:disabled {
    -webkit-box-align: baseline;
            align-items: baseline;
  }

  .sm\:disabled\:items-stretch:disabled {
    -webkit-box-align: stretch;
            align-items: stretch;
  }

  .sm\:self-auto {
    align-self: auto;
  }

  .sm\:self-start {
    align-self: flex-start;
  }

  .sm\:self-end {
    align-self: flex-end;
  }

  .sm\:self-center {
    align-self: center;
  }

  .sm\:self-stretch {
    align-self: stretch;
  }

  .group:hover .sm\:group-hover\:self-auto {
    align-self: auto;
  }

  .group:hover .sm\:group-hover\:self-start {
    align-self: flex-start;
  }

  .group:hover .sm\:group-hover\:self-end {
    align-self: flex-end;
  }

  .group:hover .sm\:group-hover\:self-center {
    align-self: center;
  }

  .group:hover .sm\:group-hover\:self-stretch {
    align-self: stretch;
  }

  .sm\:focus-within\:self-auto:focus-within {
    align-self: auto;
  }

  .sm\:focus-within\:self-start:focus-within {
    align-self: flex-start;
  }

  .sm\:focus-within\:self-end:focus-within {
    align-self: flex-end;
  }

  .sm\:focus-within\:self-center:focus-within {
    align-self: center;
  }

  .sm\:focus-within\:self-stretch:focus-within {
    align-self: stretch;
  }

  .sm\:first\:self-auto:first-child {
    align-self: auto;
  }

  .sm\:first\:self-start:first-child {
    align-self: flex-start;
  }

  .sm\:first\:self-end:first-child {
    align-self: flex-end;
  }

  .sm\:first\:self-center:first-child {
    align-self: center;
  }

  .sm\:first\:self-stretch:first-child {
    align-self: stretch;
  }

  .sm\:last\:self-auto:last-child {
    align-self: auto;
  }

  .sm\:last\:self-start:last-child {
    align-self: flex-start;
  }

  .sm\:last\:self-end:last-child {
    align-self: flex-end;
  }

  .sm\:last\:self-center:last-child {
    align-self: center;
  }

  .sm\:last\:self-stretch:last-child {
    align-self: stretch;
  }

  .sm\:odd\:self-auto:nth-child(odd) {
    align-self: auto;
  }

  .sm\:odd\:self-start:nth-child(odd) {
    align-self: flex-start;
  }

  .sm\:odd\:self-end:nth-child(odd) {
    align-self: flex-end;
  }

  .sm\:odd\:self-center:nth-child(odd) {
    align-self: center;
  }

  .sm\:odd\:self-stretch:nth-child(odd) {
    align-self: stretch;
  }

  .sm\:even\:self-auto:nth-child(even) {
    align-self: auto;
  }

  .sm\:even\:self-start:nth-child(even) {
    align-self: flex-start;
  }

  .sm\:even\:self-end:nth-child(even) {
    align-self: flex-end;
  }

  .sm\:even\:self-center:nth-child(even) {
    align-self: center;
  }

  .sm\:even\:self-stretch:nth-child(even) {
    align-self: stretch;
  }

  .sm\:hover\:self-auto:hover {
    align-self: auto;
  }

  .sm\:hover\:self-start:hover {
    align-self: flex-start;
  }

  .sm\:hover\:self-end:hover {
    align-self: flex-end;
  }

  .sm\:hover\:self-center:hover {
    align-self: center;
  }

  .sm\:hover\:self-stretch:hover {
    align-self: stretch;
  }

  .sm\:focus\:self-auto:focus {
    align-self: auto;
  }

  .sm\:focus\:self-start:focus {
    align-self: flex-start;
  }

  .sm\:focus\:self-end:focus {
    align-self: flex-end;
  }

  .sm\:focus\:self-center:focus {
    align-self: center;
  }

  .sm\:focus\:self-stretch:focus {
    align-self: stretch;
  }

  .sm\:active\:self-auto:active {
    align-self: auto;
  }

  .sm\:active\:self-start:active {
    align-self: flex-start;
  }

  .sm\:active\:self-end:active {
    align-self: flex-end;
  }

  .sm\:active\:self-center:active {
    align-self: center;
  }

  .sm\:active\:self-stretch:active {
    align-self: stretch;
  }

  .sm\:visited\:self-auto:visited {
    align-self: auto;
  }

  .sm\:visited\:self-start:visited {
    align-self: flex-start;
  }

  .sm\:visited\:self-end:visited {
    align-self: flex-end;
  }

  .sm\:visited\:self-center:visited {
    align-self: center;
  }

  .sm\:visited\:self-stretch:visited {
    align-self: stretch;
  }

  .sm\:disabled\:self-auto:disabled {
    align-self: auto;
  }

  .sm\:disabled\:self-start:disabled {
    align-self: flex-start;
  }

  .sm\:disabled\:self-end:disabled {
    align-self: flex-end;
  }

  .sm\:disabled\:self-center:disabled {
    align-self: center;
  }

  .sm\:disabled\:self-stretch:disabled {
    align-self: stretch;
  }

  .sm\:justify-start {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .sm\:justify-end {
    -webkit-box-pack: end;
            justify-content: flex-end;
  }

  .sm\:justify-center {
    -webkit-box-pack: center;
            justify-content: center;
  }

  .sm\:justify-between {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .sm\:justify-around {
    justify-content: space-around;
  }

  .group:hover .sm\:group-hover\:justify-start {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .group:hover .sm\:group-hover\:justify-end {
    -webkit-box-pack: end;
            justify-content: flex-end;
  }

  .group:hover .sm\:group-hover\:justify-center {
    -webkit-box-pack: center;
            justify-content: center;
  }

  .group:hover .sm\:group-hover\:justify-between {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .group:hover .sm\:group-hover\:justify-around {
    justify-content: space-around;
  }

  .sm\:focus-within\:justify-start:focus-within {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .sm\:focus-within\:justify-end:focus-within {
    -webkit-box-pack: end;
            justify-content: flex-end;
  }

  .sm\:focus-within\:justify-center:focus-within {
    -webkit-box-pack: center;
            justify-content: center;
  }

  .sm\:focus-within\:justify-between:focus-within {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .sm\:focus-within\:justify-around:focus-within {
    justify-content: space-around;
  }

  .sm\:first\:justify-start:first-child {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .sm\:first\:justify-end:first-child {
    -webkit-box-pack: end;
            justify-content: flex-end;
  }

  .sm\:first\:justify-center:first-child {
    -webkit-box-pack: center;
            justify-content: center;
  }

  .sm\:first\:justify-between:first-child {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .sm\:first\:justify-around:first-child {
    justify-content: space-around;
  }

  .sm\:last\:justify-start:last-child {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .sm\:last\:justify-end:last-child {
    -webkit-box-pack: end;
            justify-content: flex-end;
  }

  .sm\:last\:justify-center:last-child {
    -webkit-box-pack: center;
            justify-content: center;
  }

  .sm\:last\:justify-between:last-child {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .sm\:last\:justify-around:last-child {
    justify-content: space-around;
  }

  .sm\:odd\:justify-start:nth-child(odd) {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .sm\:odd\:justify-end:nth-child(odd) {
    -webkit-box-pack: end;
            justify-content: flex-end;
  }

  .sm\:odd\:justify-center:nth-child(odd) {
    -webkit-box-pack: center;
            justify-content: center;
  }

  .sm\:odd\:justify-between:nth-child(odd) {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .sm\:odd\:justify-around:nth-child(odd) {
    justify-content: space-around;
  }

  .sm\:even\:justify-start:nth-child(even) {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .sm\:even\:justify-end:nth-child(even) {
    -webkit-box-pack: end;
            justify-content: flex-end;
  }

  .sm\:even\:justify-center:nth-child(even) {
    -webkit-box-pack: center;
            justify-content: center;
  }

  .sm\:even\:justify-between:nth-child(even) {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .sm\:even\:justify-around:nth-child(even) {
    justify-content: space-around;
  }

  .sm\:hover\:justify-start:hover {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .sm\:hover\:justify-end:hover {
    -webkit-box-pack: end;
            justify-content: flex-end;
  }

  .sm\:hover\:justify-center:hover {
    -webkit-box-pack: center;
            justify-content: center;
  }

  .sm\:hover\:justify-between:hover {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .sm\:hover\:justify-around:hover {
    justify-content: space-around;
  }

  .sm\:focus\:justify-start:focus {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .sm\:focus\:justify-end:focus {
    -webkit-box-pack: end;
            justify-content: flex-end;
  }

  .sm\:focus\:justify-center:focus {
    -webkit-box-pack: center;
            justify-content: center;
  }

  .sm\:focus\:justify-between:focus {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .sm\:focus\:justify-around:focus {
    justify-content: space-around;
  }

  .sm\:active\:justify-start:active {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .sm\:active\:justify-end:active {
    -webkit-box-pack: end;
            justify-content: flex-end;
  }

  .sm\:active\:justify-center:active {
    -webkit-box-pack: center;
            justify-content: center;
  }

  .sm\:active\:justify-between:active {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .sm\:active\:justify-around:active {
    justify-content: space-around;
  }

  .sm\:visited\:justify-start:visited {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .sm\:visited\:justify-end:visited {
    -webkit-box-pack: end;
            justify-content: flex-end;
  }

  .sm\:visited\:justify-center:visited {
    -webkit-box-pack: center;
            justify-content: center;
  }

  .sm\:visited\:justify-between:visited {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .sm\:visited\:justify-around:visited {
    justify-content: space-around;
  }

  .sm\:disabled\:justify-start:disabled {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .sm\:disabled\:justify-end:disabled {
    -webkit-box-pack: end;
            justify-content: flex-end;
  }

  .sm\:disabled\:justify-center:disabled {
    -webkit-box-pack: center;
            justify-content: center;
  }

  .sm\:disabled\:justify-between:disabled {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .sm\:disabled\:justify-around:disabled {
    justify-content: space-around;
  }

  .sm\:content-center {
    align-content: center;
  }

  .sm\:content-start {
    align-content: flex-start;
  }

  .sm\:content-end {
    align-content: flex-end;
  }

  .sm\:content-between {
    align-content: space-between;
  }

  .sm\:content-around {
    align-content: space-around;
  }

  .group:hover .sm\:group-hover\:content-center {
    align-content: center;
  }

  .group:hover .sm\:group-hover\:content-start {
    align-content: flex-start;
  }

  .group:hover .sm\:group-hover\:content-end {
    align-content: flex-end;
  }

  .group:hover .sm\:group-hover\:content-between {
    align-content: space-between;
  }

  .group:hover .sm\:group-hover\:content-around {
    align-content: space-around;
  }

  .sm\:focus-within\:content-center:focus-within {
    align-content: center;
  }

  .sm\:focus-within\:content-start:focus-within {
    align-content: flex-start;
  }

  .sm\:focus-within\:content-end:focus-within {
    align-content: flex-end;
  }

  .sm\:focus-within\:content-between:focus-within {
    align-content: space-between;
  }

  .sm\:focus-within\:content-around:focus-within {
    align-content: space-around;
  }

  .sm\:first\:content-center:first-child {
    align-content: center;
  }

  .sm\:first\:content-start:first-child {
    align-content: flex-start;
  }

  .sm\:first\:content-end:first-child {
    align-content: flex-end;
  }

  .sm\:first\:content-between:first-child {
    align-content: space-between;
  }

  .sm\:first\:content-around:first-child {
    align-content: space-around;
  }

  .sm\:last\:content-center:last-child {
    align-content: center;
  }

  .sm\:last\:content-start:last-child {
    align-content: flex-start;
  }

  .sm\:last\:content-end:last-child {
    align-content: flex-end;
  }

  .sm\:last\:content-between:last-child {
    align-content: space-between;
  }

  .sm\:last\:content-around:last-child {
    align-content: space-around;
  }

  .sm\:odd\:content-center:nth-child(odd) {
    align-content: center;
  }

  .sm\:odd\:content-start:nth-child(odd) {
    align-content: flex-start;
  }

  .sm\:odd\:content-end:nth-child(odd) {
    align-content: flex-end;
  }

  .sm\:odd\:content-between:nth-child(odd) {
    align-content: space-between;
  }

  .sm\:odd\:content-around:nth-child(odd) {
    align-content: space-around;
  }

  .sm\:even\:content-center:nth-child(even) {
    align-content: center;
  }

  .sm\:even\:content-start:nth-child(even) {
    align-content: flex-start;
  }

  .sm\:even\:content-end:nth-child(even) {
    align-content: flex-end;
  }

  .sm\:even\:content-between:nth-child(even) {
    align-content: space-between;
  }

  .sm\:even\:content-around:nth-child(even) {
    align-content: space-around;
  }

  .sm\:hover\:content-center:hover {
    align-content: center;
  }

  .sm\:hover\:content-start:hover {
    align-content: flex-start;
  }

  .sm\:hover\:content-end:hover {
    align-content: flex-end;
  }

  .sm\:hover\:content-between:hover {
    align-content: space-between;
  }

  .sm\:hover\:content-around:hover {
    align-content: space-around;
  }

  .sm\:focus\:content-center:focus {
    align-content: center;
  }

  .sm\:focus\:content-start:focus {
    align-content: flex-start;
  }

  .sm\:focus\:content-end:focus {
    align-content: flex-end;
  }

  .sm\:focus\:content-between:focus {
    align-content: space-between;
  }

  .sm\:focus\:content-around:focus {
    align-content: space-around;
  }

  .sm\:active\:content-center:active {
    align-content: center;
  }

  .sm\:active\:content-start:active {
    align-content: flex-start;
  }

  .sm\:active\:content-end:active {
    align-content: flex-end;
  }

  .sm\:active\:content-between:active {
    align-content: space-between;
  }

  .sm\:active\:content-around:active {
    align-content: space-around;
  }

  .sm\:visited\:content-center:visited {
    align-content: center;
  }

  .sm\:visited\:content-start:visited {
    align-content: flex-start;
  }

  .sm\:visited\:content-end:visited {
    align-content: flex-end;
  }

  .sm\:visited\:content-between:visited {
    align-content: space-between;
  }

  .sm\:visited\:content-around:visited {
    align-content: space-around;
  }

  .sm\:disabled\:content-center:disabled {
    align-content: center;
  }

  .sm\:disabled\:content-start:disabled {
    align-content: flex-start;
  }

  .sm\:disabled\:content-end:disabled {
    align-content: flex-end;
  }

  .sm\:disabled\:content-between:disabled {
    align-content: space-between;
  }

  .sm\:disabled\:content-around:disabled {
    align-content: space-around;
  }

  .sm\:flex-1 {
    -webkit-box-flex: 1;
            flex: 1 1 0%;
  }

  .sm\:flex-auto {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
  }

  .sm\:flex-initial {
    -webkit-box-flex: 0;
            flex: 0 1 auto;
  }

  .sm\:flex-none {
    -webkit-box-flex: 0;
            flex: none;
  }

  .group:hover .sm\:group-hover\:flex-1 {
    -webkit-box-flex: 1;
            flex: 1 1 0%;
  }

  .group:hover .sm\:group-hover\:flex-auto {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
  }

  .group:hover .sm\:group-hover\:flex-initial {
    -webkit-box-flex: 0;
            flex: 0 1 auto;
  }

  .group:hover .sm\:group-hover\:flex-none {
    -webkit-box-flex: 0;
            flex: none;
  }

  .sm\:focus-within\:flex-1:focus-within {
    -webkit-box-flex: 1;
            flex: 1 1 0%;
  }

  .sm\:focus-within\:flex-auto:focus-within {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
  }

  .sm\:focus-within\:flex-initial:focus-within {
    -webkit-box-flex: 0;
            flex: 0 1 auto;
  }

  .sm\:focus-within\:flex-none:focus-within {
    -webkit-box-flex: 0;
            flex: none;
  }

  .sm\:first\:flex-1:first-child {
    -webkit-box-flex: 1;
            flex: 1 1 0%;
  }

  .sm\:first\:flex-auto:first-child {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
  }

  .sm\:first\:flex-initial:first-child {
    -webkit-box-flex: 0;
            flex: 0 1 auto;
  }

  .sm\:first\:flex-none:first-child {
    -webkit-box-flex: 0;
            flex: none;
  }

  .sm\:last\:flex-1:last-child {
    -webkit-box-flex: 1;
            flex: 1 1 0%;
  }

  .sm\:last\:flex-auto:last-child {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
  }

  .sm\:last\:flex-initial:last-child {
    -webkit-box-flex: 0;
            flex: 0 1 auto;
  }

  .sm\:last\:flex-none:last-child {
    -webkit-box-flex: 0;
            flex: none;
  }

  .sm\:odd\:flex-1:nth-child(odd) {
    -webkit-box-flex: 1;
            flex: 1 1 0%;
  }

  .sm\:odd\:flex-auto:nth-child(odd) {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
  }

  .sm\:odd\:flex-initial:nth-child(odd) {
    -webkit-box-flex: 0;
            flex: 0 1 auto;
  }

  .sm\:odd\:flex-none:nth-child(odd) {
    -webkit-box-flex: 0;
            flex: none;
  }

  .sm\:even\:flex-1:nth-child(even) {
    -webkit-box-flex: 1;
            flex: 1 1 0%;
  }

  .sm\:even\:flex-auto:nth-child(even) {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
  }

  .sm\:even\:flex-initial:nth-child(even) {
    -webkit-box-flex: 0;
            flex: 0 1 auto;
  }

  .sm\:even\:flex-none:nth-child(even) {
    -webkit-box-flex: 0;
            flex: none;
  }

  .sm\:hover\:flex-1:hover {
    -webkit-box-flex: 1;
            flex: 1 1 0%;
  }

  .sm\:hover\:flex-auto:hover {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
  }

  .sm\:hover\:flex-initial:hover {
    -webkit-box-flex: 0;
            flex: 0 1 auto;
  }

  .sm\:hover\:flex-none:hover {
    -webkit-box-flex: 0;
            flex: none;
  }

  .sm\:focus\:flex-1:focus {
    -webkit-box-flex: 1;
            flex: 1 1 0%;
  }

  .sm\:focus\:flex-auto:focus {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
  }

  .sm\:focus\:flex-initial:focus {
    -webkit-box-flex: 0;
            flex: 0 1 auto;
  }

  .sm\:focus\:flex-none:focus {
    -webkit-box-flex: 0;
            flex: none;
  }

  .sm\:active\:flex-1:active {
    -webkit-box-flex: 1;
            flex: 1 1 0%;
  }

  .sm\:active\:flex-auto:active {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
  }

  .sm\:active\:flex-initial:active {
    -webkit-box-flex: 0;
            flex: 0 1 auto;
  }

  .sm\:active\:flex-none:active {
    -webkit-box-flex: 0;
            flex: none;
  }

  .sm\:visited\:flex-1:visited {
    -webkit-box-flex: 1;
            flex: 1 1 0%;
  }

  .sm\:visited\:flex-auto:visited {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
  }

  .sm\:visited\:flex-initial:visited {
    -webkit-box-flex: 0;
            flex: 0 1 auto;
  }

  .sm\:visited\:flex-none:visited {
    -webkit-box-flex: 0;
            flex: none;
  }

  .sm\:disabled\:flex-1:disabled {
    -webkit-box-flex: 1;
            flex: 1 1 0%;
  }

  .sm\:disabled\:flex-auto:disabled {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
  }

  .sm\:disabled\:flex-initial:disabled {
    -webkit-box-flex: 0;
            flex: 0 1 auto;
  }

  .sm\:disabled\:flex-none:disabled {
    -webkit-box-flex: 0;
            flex: none;
  }

  .sm\:flex-grow-0 {
    -webkit-box-flex: 0;
            flex-grow: 0;
  }

  .sm\:flex-grow {
    -webkit-box-flex: 1;
            flex-grow: 1;
  }

  .group:hover .sm\:group-hover\:flex-grow-0 {
    -webkit-box-flex: 0;
            flex-grow: 0;
  }

  .group:hover .sm\:group-hover\:flex-grow {
    -webkit-box-flex: 1;
            flex-grow: 1;
  }

  .sm\:focus-within\:flex-grow-0:focus-within {
    -webkit-box-flex: 0;
            flex-grow: 0;
  }

  .sm\:focus-within\:flex-grow:focus-within {
    -webkit-box-flex: 1;
            flex-grow: 1;
  }

  .sm\:first\:flex-grow-0:first-child {
    -webkit-box-flex: 0;
            flex-grow: 0;
  }

  .sm\:first\:flex-grow:first-child {
    -webkit-box-flex: 1;
            flex-grow: 1;
  }

  .sm\:last\:flex-grow-0:last-child {
    -webkit-box-flex: 0;
            flex-grow: 0;
  }

  .sm\:last\:flex-grow:last-child {
    -webkit-box-flex: 1;
            flex-grow: 1;
  }

  .sm\:odd\:flex-grow-0:nth-child(odd) {
    -webkit-box-flex: 0;
            flex-grow: 0;
  }

  .sm\:odd\:flex-grow:nth-child(odd) {
    -webkit-box-flex: 1;
            flex-grow: 1;
  }

  .sm\:even\:flex-grow-0:nth-child(even) {
    -webkit-box-flex: 0;
            flex-grow: 0;
  }

  .sm\:even\:flex-grow:nth-child(even) {
    -webkit-box-flex: 1;
            flex-grow: 1;
  }

  .sm\:hover\:flex-grow-0:hover {
    -webkit-box-flex: 0;
            flex-grow: 0;
  }

  .sm\:hover\:flex-grow:hover {
    -webkit-box-flex: 1;
            flex-grow: 1;
  }

  .sm\:focus\:flex-grow-0:focus {
    -webkit-box-flex: 0;
            flex-grow: 0;
  }

  .sm\:focus\:flex-grow:focus {
    -webkit-box-flex: 1;
            flex-grow: 1;
  }

  .sm\:active\:flex-grow-0:active {
    -webkit-box-flex: 0;
            flex-grow: 0;
  }

  .sm\:active\:flex-grow:active {
    -webkit-box-flex: 1;
            flex-grow: 1;
  }

  .sm\:visited\:flex-grow-0:visited {
    -webkit-box-flex: 0;
            flex-grow: 0;
  }

  .sm\:visited\:flex-grow:visited {
    -webkit-box-flex: 1;
            flex-grow: 1;
  }

  .sm\:disabled\:flex-grow-0:disabled {
    -webkit-box-flex: 0;
            flex-grow: 0;
  }

  .sm\:disabled\:flex-grow:disabled {
    -webkit-box-flex: 1;
            flex-grow: 1;
  }

  .sm\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .sm\:flex-shrink {
    flex-shrink: 1;
  }

  .group:hover .sm\:group-hover\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .group:hover .sm\:group-hover\:flex-shrink {
    flex-shrink: 1;
  }

  .sm\:focus-within\:flex-shrink-0:focus-within {
    flex-shrink: 0;
  }

  .sm\:focus-within\:flex-shrink:focus-within {
    flex-shrink: 1;
  }

  .sm\:first\:flex-shrink-0:first-child {
    flex-shrink: 0;
  }

  .sm\:first\:flex-shrink:first-child {
    flex-shrink: 1;
  }

  .sm\:last\:flex-shrink-0:last-child {
    flex-shrink: 0;
  }

  .sm\:last\:flex-shrink:last-child {
    flex-shrink: 1;
  }

  .sm\:odd\:flex-shrink-0:nth-child(odd) {
    flex-shrink: 0;
  }

  .sm\:odd\:flex-shrink:nth-child(odd) {
    flex-shrink: 1;
  }

  .sm\:even\:flex-shrink-0:nth-child(even) {
    flex-shrink: 0;
  }

  .sm\:even\:flex-shrink:nth-child(even) {
    flex-shrink: 1;
  }

  .sm\:hover\:flex-shrink-0:hover {
    flex-shrink: 0;
  }

  .sm\:hover\:flex-shrink:hover {
    flex-shrink: 1;
  }

  .sm\:focus\:flex-shrink-0:focus {
    flex-shrink: 0;
  }

  .sm\:focus\:flex-shrink:focus {
    flex-shrink: 1;
  }

  .sm\:active\:flex-shrink-0:active {
    flex-shrink: 0;
  }

  .sm\:active\:flex-shrink:active {
    flex-shrink: 1;
  }

  .sm\:visited\:flex-shrink-0:visited {
    flex-shrink: 0;
  }

  .sm\:visited\:flex-shrink:visited {
    flex-shrink: 1;
  }

  .sm\:disabled\:flex-shrink-0:disabled {
    flex-shrink: 0;
  }

  .sm\:disabled\:flex-shrink:disabled {
    flex-shrink: 1;
  }

  .sm\:order-1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .sm\:order-2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .sm\:order-3 {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .sm\:order-4 {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .sm\:order-5 {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .sm\:order-6 {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .sm\:order-7 {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .sm\:order-8 {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .sm\:order-9 {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .sm\:order-10 {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .sm\:order-11 {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .sm\:order-12 {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .sm\:order-first {
    -webkit-box-ordinal-group: -9998;
            order: -9999;
  }

  .sm\:order-last {
    -webkit-box-ordinal-group: 10000;
            order: 9999;
  }

  .sm\:order-none {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .group:hover .sm\:group-hover\:order-1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .group:hover .sm\:group-hover\:order-2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .group:hover .sm\:group-hover\:order-3 {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .group:hover .sm\:group-hover\:order-4 {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .group:hover .sm\:group-hover\:order-5 {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .group:hover .sm\:group-hover\:order-6 {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .group:hover .sm\:group-hover\:order-7 {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .group:hover .sm\:group-hover\:order-8 {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .group:hover .sm\:group-hover\:order-9 {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .group:hover .sm\:group-hover\:order-10 {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .group:hover .sm\:group-hover\:order-11 {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .group:hover .sm\:group-hover\:order-12 {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .group:hover .sm\:group-hover\:order-first {
    -webkit-box-ordinal-group: -9998;
            order: -9999;
  }

  .group:hover .sm\:group-hover\:order-last {
    -webkit-box-ordinal-group: 10000;
            order: 9999;
  }

  .group:hover .sm\:group-hover\:order-none {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .sm\:focus-within\:order-1:focus-within {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .sm\:focus-within\:order-2:focus-within {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .sm\:focus-within\:order-3:focus-within {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .sm\:focus-within\:order-4:focus-within {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .sm\:focus-within\:order-5:focus-within {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .sm\:focus-within\:order-6:focus-within {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .sm\:focus-within\:order-7:focus-within {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .sm\:focus-within\:order-8:focus-within {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .sm\:focus-within\:order-9:focus-within {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .sm\:focus-within\:order-10:focus-within {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .sm\:focus-within\:order-11:focus-within {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .sm\:focus-within\:order-12:focus-within {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .sm\:focus-within\:order-first:focus-within {
    -webkit-box-ordinal-group: -9998;
            order: -9999;
  }

  .sm\:focus-within\:order-last:focus-within {
    -webkit-box-ordinal-group: 10000;
            order: 9999;
  }

  .sm\:focus-within\:order-none:focus-within {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .sm\:first\:order-1:first-child {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .sm\:first\:order-2:first-child {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .sm\:first\:order-3:first-child {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .sm\:first\:order-4:first-child {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .sm\:first\:order-5:first-child {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .sm\:first\:order-6:first-child {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .sm\:first\:order-7:first-child {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .sm\:first\:order-8:first-child {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .sm\:first\:order-9:first-child {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .sm\:first\:order-10:first-child {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .sm\:first\:order-11:first-child {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .sm\:first\:order-12:first-child {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .sm\:first\:order-first:first-child {
    -webkit-box-ordinal-group: -9998;
            order: -9999;
  }

  .sm\:first\:order-last:first-child {
    -webkit-box-ordinal-group: 10000;
            order: 9999;
  }

  .sm\:first\:order-none:first-child {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .sm\:last\:order-1:last-child {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .sm\:last\:order-2:last-child {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .sm\:last\:order-3:last-child {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .sm\:last\:order-4:last-child {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .sm\:last\:order-5:last-child {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .sm\:last\:order-6:last-child {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .sm\:last\:order-7:last-child {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .sm\:last\:order-8:last-child {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .sm\:last\:order-9:last-child {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .sm\:last\:order-10:last-child {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .sm\:last\:order-11:last-child {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .sm\:last\:order-12:last-child {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .sm\:last\:order-first:last-child {
    -webkit-box-ordinal-group: -9998;
            order: -9999;
  }

  .sm\:last\:order-last:last-child {
    -webkit-box-ordinal-group: 10000;
            order: 9999;
  }

  .sm\:last\:order-none:last-child {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .sm\:odd\:order-1:nth-child(odd) {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .sm\:odd\:order-2:nth-child(odd) {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .sm\:odd\:order-3:nth-child(odd) {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .sm\:odd\:order-4:nth-child(odd) {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .sm\:odd\:order-5:nth-child(odd) {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .sm\:odd\:order-6:nth-child(odd) {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .sm\:odd\:order-7:nth-child(odd) {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .sm\:odd\:order-8:nth-child(odd) {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .sm\:odd\:order-9:nth-child(odd) {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .sm\:odd\:order-10:nth-child(odd) {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .sm\:odd\:order-11:nth-child(odd) {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .sm\:odd\:order-12:nth-child(odd) {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .sm\:odd\:order-first:nth-child(odd) {
    -webkit-box-ordinal-group: -9998;
            order: -9999;
  }

  .sm\:odd\:order-last:nth-child(odd) {
    -webkit-box-ordinal-group: 10000;
            order: 9999;
  }

  .sm\:odd\:order-none:nth-child(odd) {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .sm\:even\:order-1:nth-child(even) {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .sm\:even\:order-2:nth-child(even) {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .sm\:even\:order-3:nth-child(even) {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .sm\:even\:order-4:nth-child(even) {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .sm\:even\:order-5:nth-child(even) {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .sm\:even\:order-6:nth-child(even) {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .sm\:even\:order-7:nth-child(even) {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .sm\:even\:order-8:nth-child(even) {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .sm\:even\:order-9:nth-child(even) {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .sm\:even\:order-10:nth-child(even) {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .sm\:even\:order-11:nth-child(even) {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .sm\:even\:order-12:nth-child(even) {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .sm\:even\:order-first:nth-child(even) {
    -webkit-box-ordinal-group: -9998;
            order: -9999;
  }

  .sm\:even\:order-last:nth-child(even) {
    -webkit-box-ordinal-group: 10000;
            order: 9999;
  }

  .sm\:even\:order-none:nth-child(even) {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .sm\:hover\:order-1:hover {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .sm\:hover\:order-2:hover {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .sm\:hover\:order-3:hover {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .sm\:hover\:order-4:hover {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .sm\:hover\:order-5:hover {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .sm\:hover\:order-6:hover {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .sm\:hover\:order-7:hover {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .sm\:hover\:order-8:hover {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .sm\:hover\:order-9:hover {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .sm\:hover\:order-10:hover {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .sm\:hover\:order-11:hover {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .sm\:hover\:order-12:hover {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .sm\:hover\:order-first:hover {
    -webkit-box-ordinal-group: -9998;
            order: -9999;
  }

  .sm\:hover\:order-last:hover {
    -webkit-box-ordinal-group: 10000;
            order: 9999;
  }

  .sm\:hover\:order-none:hover {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .sm\:focus\:order-1:focus {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .sm\:focus\:order-2:focus {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .sm\:focus\:order-3:focus {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .sm\:focus\:order-4:focus {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .sm\:focus\:order-5:focus {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .sm\:focus\:order-6:focus {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .sm\:focus\:order-7:focus {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .sm\:focus\:order-8:focus {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .sm\:focus\:order-9:focus {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .sm\:focus\:order-10:focus {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .sm\:focus\:order-11:focus {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .sm\:focus\:order-12:focus {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .sm\:focus\:order-first:focus {
    -webkit-box-ordinal-group: -9998;
            order: -9999;
  }

  .sm\:focus\:order-last:focus {
    -webkit-box-ordinal-group: 10000;
            order: 9999;
  }

  .sm\:focus\:order-none:focus {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .sm\:active\:order-1:active {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .sm\:active\:order-2:active {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .sm\:active\:order-3:active {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .sm\:active\:order-4:active {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .sm\:active\:order-5:active {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .sm\:active\:order-6:active {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .sm\:active\:order-7:active {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .sm\:active\:order-8:active {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .sm\:active\:order-9:active {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .sm\:active\:order-10:active {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .sm\:active\:order-11:active {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .sm\:active\:order-12:active {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .sm\:active\:order-first:active {
    -webkit-box-ordinal-group: -9998;
            order: -9999;
  }

  .sm\:active\:order-last:active {
    -webkit-box-ordinal-group: 10000;
            order: 9999;
  }

  .sm\:active\:order-none:active {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .sm\:visited\:order-1:visited {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .sm\:visited\:order-2:visited {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .sm\:visited\:order-3:visited {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .sm\:visited\:order-4:visited {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .sm\:visited\:order-5:visited {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .sm\:visited\:order-6:visited {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .sm\:visited\:order-7:visited {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .sm\:visited\:order-8:visited {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .sm\:visited\:order-9:visited {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .sm\:visited\:order-10:visited {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .sm\:visited\:order-11:visited {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .sm\:visited\:order-12:visited {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .sm\:visited\:order-first:visited {
    -webkit-box-ordinal-group: -9998;
            order: -9999;
  }

  .sm\:visited\:order-last:visited {
    -webkit-box-ordinal-group: 10000;
            order: 9999;
  }

  .sm\:visited\:order-none:visited {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .sm\:disabled\:order-1:disabled {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .sm\:disabled\:order-2:disabled {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .sm\:disabled\:order-3:disabled {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .sm\:disabled\:order-4:disabled {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .sm\:disabled\:order-5:disabled {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .sm\:disabled\:order-6:disabled {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .sm\:disabled\:order-7:disabled {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .sm\:disabled\:order-8:disabled {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .sm\:disabled\:order-9:disabled {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .sm\:disabled\:order-10:disabled {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .sm\:disabled\:order-11:disabled {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .sm\:disabled\:order-12:disabled {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .sm\:disabled\:order-first:disabled {
    -webkit-box-ordinal-group: -9998;
            order: -9999;
  }

  .sm\:disabled\:order-last:disabled {
    -webkit-box-ordinal-group: 10000;
            order: 9999;
  }

  .sm\:disabled\:order-none:disabled {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .sm\:float-right {
    float: right;
  }

  .sm\:float-left {
    float: left;
  }

  .sm\:float-none {
    float: none;
  }

  .sm\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .group:hover .sm\:group-hover\:float-right {
    float: right;
  }

  .group:hover .sm\:group-hover\:float-left {
    float: left;
  }

  .group:hover .sm\:group-hover\:float-none {
    float: none;
  }

  .group:hover .sm\:group-hover\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .sm\:focus-within\:float-right:focus-within {
    float: right;
  }

  .sm\:focus-within\:float-left:focus-within {
    float: left;
  }

  .sm\:focus-within\:float-none:focus-within {
    float: none;
  }

  .sm\:focus-within\:clearfix:focus-within:after {
    content: "";
    display: table;
    clear: both;
  }

  .sm\:first\:float-right:first-child {
    float: right;
  }

  .sm\:first\:float-left:first-child {
    float: left;
  }

  .sm\:first\:float-none:first-child {
    float: none;
  }

  .sm\:first\:clearfix:first-child:after {
    content: "";
    display: table;
    clear: both;
  }

  .sm\:last\:float-right:last-child {
    float: right;
  }

  .sm\:last\:float-left:last-child {
    float: left;
  }

  .sm\:last\:float-none:last-child {
    float: none;
  }

  .sm\:last\:clearfix:last-child:after {
    content: "";
    display: table;
    clear: both;
  }

  .sm\:odd\:float-right:nth-child(odd) {
    float: right;
  }

  .sm\:odd\:float-left:nth-child(odd) {
    float: left;
  }

  .sm\:odd\:float-none:nth-child(odd) {
    float: none;
  }

  .sm\:odd\:clearfix:nth-child(odd):after {
    content: "";
    display: table;
    clear: both;
  }

  .sm\:even\:float-right:nth-child(even) {
    float: right;
  }

  .sm\:even\:float-left:nth-child(even) {
    float: left;
  }

  .sm\:even\:float-none:nth-child(even) {
    float: none;
  }

  .sm\:even\:clearfix:nth-child(even):after {
    content: "";
    display: table;
    clear: both;
  }

  .sm\:hover\:float-right:hover {
    float: right;
  }

  .sm\:hover\:float-left:hover {
    float: left;
  }

  .sm\:hover\:float-none:hover {
    float: none;
  }

  .sm\:hover\:clearfix:hover:after {
    content: "";
    display: table;
    clear: both;
  }

  .sm\:focus\:float-right:focus {
    float: right;
  }

  .sm\:focus\:float-left:focus {
    float: left;
  }

  .sm\:focus\:float-none:focus {
    float: none;
  }

  .sm\:focus\:clearfix:focus:after {
    content: "";
    display: table;
    clear: both;
  }

  .sm\:active\:float-right:active {
    float: right;
  }

  .sm\:active\:float-left:active {
    float: left;
  }

  .sm\:active\:float-none:active {
    float: none;
  }

  .sm\:active\:clearfix:active:after {
    content: "";
    display: table;
    clear: both;
  }

  .sm\:visited\:float-right:visited {
    float: right;
  }

  .sm\:visited\:float-left:visited {
    float: left;
  }

  .sm\:visited\:float-none:visited {
    float: none;
  }

  .sm\:visited\:clearfix:visited:after {
    content: "";
    display: table;
    clear: both;
  }

  .sm\:disabled\:float-right:disabled {
    float: right;
  }

  .sm\:disabled\:float-left:disabled {
    float: left;
  }

  .sm\:disabled\:float-none:disabled {
    float: none;
  }

  .sm\:disabled\:clearfix:disabled:after {
    content: "";
    display: table;
    clear: both;
  }

  .sm\:font-sans {
    font-family: -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\:font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .sm\:font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .group:hover .sm\:group-hover\:font-sans {
    font-family: -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";
  }

  .group:hover .sm\:group-hover\:font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .group:hover .sm\:group-hover\:font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .sm\:focus-within\:font-sans:focus-within {
    font-family: -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\:focus-within\:font-serif:focus-within {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .sm\:focus-within\:font-mono:focus-within {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .sm\:first\:font-sans:first-child {
    font-family: -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\:first\:font-serif:first-child {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .sm\:first\:font-mono:first-child {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .sm\:last\:font-sans:last-child {
    font-family: -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\:last\:font-serif:last-child {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .sm\:last\:font-mono:last-child {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .sm\:odd\:font-sans:nth-child(odd) {
    font-family: -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\:odd\:font-serif:nth-child(odd) {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .sm\:odd\:font-mono:nth-child(odd) {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .sm\:even\:font-sans:nth-child(even) {
    font-family: -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\:even\:font-serif:nth-child(even) {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .sm\:even\:font-mono:nth-child(even) {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .sm\:hover\:font-sans:hover {
    font-family: -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\:hover\:font-serif:hover {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .sm\:hover\:font-mono:hover {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .sm\:focus\:font-sans:focus {
    font-family: -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\:focus\:font-serif:focus {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .sm\:focus\:font-mono:focus {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .sm\:active\:font-sans:active {
    font-family: -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\:active\:font-serif:active {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .sm\:active\:font-mono:active {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .sm\:visited\:font-sans:visited {
    font-family: -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\:visited\:font-serif:visited {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .sm\:visited\:font-mono:visited {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .sm\:disabled\:font-sans:disabled {
    font-family: -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\:disabled\:font-serif:disabled {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .sm\:disabled\:font-mono:disabled {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .sm\:font-hairline {
    font-weight: 100;
  }

  .sm\:font-thin {
    font-weight: 200;
  }

  .sm\:font-light {
    font-weight: 300;
  }

  .sm\:font-normal {
    font-weight: 400;
  }

  .sm\:font-medium {
    font-weight: 500;
  }

  .sm\:font-semibold {
    font-weight: 600;
  }

  .sm\:font-bold {
    font-weight: 700;
  }

  .sm\:font-extrabold {
    font-weight: 800;
  }

  .sm\:font-black {
    font-weight: 900;
  }

  .group:hover .sm\:group-hover\:font-hairline {
    font-weight: 100;
  }

  .group:hover .sm\:group-hover\:font-thin {
    font-weight: 200;
  }

  .group:hover .sm\:group-hover\:font-light {
    font-weight: 300;
  }

  .group:hover .sm\:group-hover\:font-normal {
    font-weight: 400;
  }

  .group:hover .sm\:group-hover\:font-medium {
    font-weight: 500;
  }

  .group:hover .sm\:group-hover\:font-semibold {
    font-weight: 600;
  }

  .group:hover .sm\:group-hover\:font-bold {
    font-weight: 700;
  }

  .group:hover .sm\:group-hover\:font-extrabold {
    font-weight: 800;
  }

  .group:hover .sm\:group-hover\:font-black {
    font-weight: 900;
  }

  .sm\:focus-within\:font-hairline:focus-within {
    font-weight: 100;
  }

  .sm\:focus-within\:font-thin:focus-within {
    font-weight: 200;
  }

  .sm\:focus-within\:font-light:focus-within {
    font-weight: 300;
  }

  .sm\:focus-within\:font-normal:focus-within {
    font-weight: 400;
  }

  .sm\:focus-within\:font-medium:focus-within {
    font-weight: 500;
  }

  .sm\:focus-within\:font-semibold:focus-within {
    font-weight: 600;
  }

  .sm\:focus-within\:font-bold:focus-within {
    font-weight: 700;
  }

  .sm\:focus-within\:font-extrabold:focus-within {
    font-weight: 800;
  }

  .sm\:focus-within\:font-black:focus-within {
    font-weight: 900;
  }

  .sm\:first\:font-hairline:first-child {
    font-weight: 100;
  }

  .sm\:first\:font-thin:first-child {
    font-weight: 200;
  }

  .sm\:first\:font-light:first-child {
    font-weight: 300;
  }

  .sm\:first\:font-normal:first-child {
    font-weight: 400;
  }

  .sm\:first\:font-medium:first-child {
    font-weight: 500;
  }

  .sm\:first\:font-semibold:first-child {
    font-weight: 600;
  }

  .sm\:first\:font-bold:first-child {
    font-weight: 700;
  }

  .sm\:first\:font-extrabold:first-child {
    font-weight: 800;
  }

  .sm\:first\:font-black:first-child {
    font-weight: 900;
  }

  .sm\:last\:font-hairline:last-child {
    font-weight: 100;
  }

  .sm\:last\:font-thin:last-child {
    font-weight: 200;
  }

  .sm\:last\:font-light:last-child {
    font-weight: 300;
  }

  .sm\:last\:font-normal:last-child {
    font-weight: 400;
  }

  .sm\:last\:font-medium:last-child {
    font-weight: 500;
  }

  .sm\:last\:font-semibold:last-child {
    font-weight: 600;
  }

  .sm\:last\:font-bold:last-child {
    font-weight: 700;
  }

  .sm\:last\:font-extrabold:last-child {
    font-weight: 800;
  }

  .sm\:last\:font-black:last-child {
    font-weight: 900;
  }

  .sm\:odd\:font-hairline:nth-child(odd) {
    font-weight: 100;
  }

  .sm\:odd\:font-thin:nth-child(odd) {
    font-weight: 200;
  }

  .sm\:odd\:font-light:nth-child(odd) {
    font-weight: 300;
  }

  .sm\:odd\:font-normal:nth-child(odd) {
    font-weight: 400;
  }

  .sm\:odd\:font-medium:nth-child(odd) {
    font-weight: 500;
  }

  .sm\:odd\:font-semibold:nth-child(odd) {
    font-weight: 600;
  }

  .sm\:odd\:font-bold:nth-child(odd) {
    font-weight: 700;
  }

  .sm\:odd\:font-extrabold:nth-child(odd) {
    font-weight: 800;
  }

  .sm\:odd\:font-black:nth-child(odd) {
    font-weight: 900;
  }

  .sm\:even\:font-hairline:nth-child(even) {
    font-weight: 100;
  }

  .sm\:even\:font-thin:nth-child(even) {
    font-weight: 200;
  }

  .sm\:even\:font-light:nth-child(even) {
    font-weight: 300;
  }

  .sm\:even\:font-normal:nth-child(even) {
    font-weight: 400;
  }

  .sm\:even\:font-medium:nth-child(even) {
    font-weight: 500;
  }

  .sm\:even\:font-semibold:nth-child(even) {
    font-weight: 600;
  }

  .sm\:even\:font-bold:nth-child(even) {
    font-weight: 700;
  }

  .sm\:even\:font-extrabold:nth-child(even) {
    font-weight: 800;
  }

  .sm\:even\:font-black:nth-child(even) {
    font-weight: 900;
  }

  .sm\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .sm\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .sm\:hover\:font-light:hover {
    font-weight: 300;
  }

  .sm\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .sm\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .sm\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .sm\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .sm\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .sm\:hover\:font-black:hover {
    font-weight: 900;
  }

  .sm\:focus\:font-hairline:focus {
    font-weight: 100;
  }

  .sm\:focus\:font-thin:focus {
    font-weight: 200;
  }

  .sm\:focus\:font-light:focus {
    font-weight: 300;
  }

  .sm\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .sm\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .sm\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .sm\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .sm\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .sm\:focus\:font-black:focus {
    font-weight: 900;
  }

  .sm\:active\:font-hairline:active {
    font-weight: 100;
  }

  .sm\:active\:font-thin:active {
    font-weight: 200;
  }

  .sm\:active\:font-light:active {
    font-weight: 300;
  }

  .sm\:active\:font-normal:active {
    font-weight: 400;
  }

  .sm\:active\:font-medium:active {
    font-weight: 500;
  }

  .sm\:active\:font-semibold:active {
    font-weight: 600;
  }

  .sm\:active\:font-bold:active {
    font-weight: 700;
  }

  .sm\:active\:font-extrabold:active {
    font-weight: 800;
  }

  .sm\:active\:font-black:active {
    font-weight: 900;
  }

  .sm\:visited\:font-hairline:visited {
    font-weight: 100;
  }

  .sm\:visited\:font-thin:visited {
    font-weight: 200;
  }

  .sm\:visited\:font-light:visited {
    font-weight: 300;
  }

  .sm\:visited\:font-normal:visited {
    font-weight: 400;
  }

  .sm\:visited\:font-medium:visited {
    font-weight: 500;
  }

  .sm\:visited\:font-semibold:visited {
    font-weight: 600;
  }

  .sm\:visited\:font-bold:visited {
    font-weight: 700;
  }

  .sm\:visited\:font-extrabold:visited {
    font-weight: 800;
  }

  .sm\:visited\:font-black:visited {
    font-weight: 900;
  }

  .sm\:disabled\:font-hairline:disabled {
    font-weight: 100;
  }

  .sm\:disabled\:font-thin:disabled {
    font-weight: 200;
  }

  .sm\:disabled\:font-light:disabled {
    font-weight: 300;
  }

  .sm\:disabled\:font-normal:disabled {
    font-weight: 400;
  }

  .sm\:disabled\:font-medium:disabled {
    font-weight: 500;
  }

  .sm\:disabled\:font-semibold:disabled {
    font-weight: 600;
  }

  .sm\:disabled\:font-bold:disabled {
    font-weight: 700;
  }

  .sm\:disabled\:font-extrabold:disabled {
    font-weight: 800;
  }

  .sm\:disabled\:font-black:disabled {
    font-weight: 900;
  }

  .sm\:h-0 {
    height: 0;
  }

  .sm\:h-1 {
    height: 0.25rem;
  }

  .sm\:h-2 {
    height: 0.5rem;
  }

  .sm\:h-3 {
    height: 0.75rem;
  }

  .sm\:h-4 {
    height: 1rem;
  }

  .sm\:h-5 {
    height: 1.25rem;
  }

  .sm\:h-6 {
    height: 1.5rem;
  }

  .sm\:h-8 {
    height: 2rem;
  }

  .sm\:h-10 {
    height: 2.5rem;
  }

  .sm\:h-12 {
    height: 3rem;
  }

  .sm\:h-16 {
    height: 4rem;
  }

  .sm\:h-20 {
    height: 5rem;
  }

  .sm\:h-24 {
    height: 6rem;
  }

  .sm\:h-32 {
    height: 8rem;
  }

  .sm\:h-40 {
    height: 10rem;
  }

  .sm\:h-48 {
    height: 12rem;
  }

  .sm\:h-56 {
    height: 14rem;
  }

  .sm\:h-64 {
    height: 16rem;
  }

  .sm\:h-auto {
    height: auto;
  }

  .sm\:h-px {
    height: 1px;
  }

  .sm\:h-full {
    height: 100%;
  }

  .sm\:h-screen {
    height: 100vh;
  }

  .group:hover .sm\:group-hover\:h-0 {
    height: 0;
  }

  .group:hover .sm\:group-hover\:h-1 {
    height: 0.25rem;
  }

  .group:hover .sm\:group-hover\:h-2 {
    height: 0.5rem;
  }

  .group:hover .sm\:group-hover\:h-3 {
    height: 0.75rem;
  }

  .group:hover .sm\:group-hover\:h-4 {
    height: 1rem;
  }

  .group:hover .sm\:group-hover\:h-5 {
    height: 1.25rem;
  }

  .group:hover .sm\:group-hover\:h-6 {
    height: 1.5rem;
  }

  .group:hover .sm\:group-hover\:h-8 {
    height: 2rem;
  }

  .group:hover .sm\:group-hover\:h-10 {
    height: 2.5rem;
  }

  .group:hover .sm\:group-hover\:h-12 {
    height: 3rem;
  }

  .group:hover .sm\:group-hover\:h-16 {
    height: 4rem;
  }

  .group:hover .sm\:group-hover\:h-20 {
    height: 5rem;
  }

  .group:hover .sm\:group-hover\:h-24 {
    height: 6rem;
  }

  .group:hover .sm\:group-hover\:h-32 {
    height: 8rem;
  }

  .group:hover .sm\:group-hover\:h-40 {
    height: 10rem;
  }

  .group:hover .sm\:group-hover\:h-48 {
    height: 12rem;
  }

  .group:hover .sm\:group-hover\:h-56 {
    height: 14rem;
  }

  .group:hover .sm\:group-hover\:h-64 {
    height: 16rem;
  }

  .group:hover .sm\:group-hover\:h-auto {
    height: auto;
  }

  .group:hover .sm\:group-hover\:h-px {
    height: 1px;
  }

  .group:hover .sm\:group-hover\:h-full {
    height: 100%;
  }

  .group:hover .sm\:group-hover\:h-screen {
    height: 100vh;
  }

  .sm\:focus-within\:h-0:focus-within {
    height: 0;
  }

  .sm\:focus-within\:h-1:focus-within {
    height: 0.25rem;
  }

  .sm\:focus-within\:h-2:focus-within {
    height: 0.5rem;
  }

  .sm\:focus-within\:h-3:focus-within {
    height: 0.75rem;
  }

  .sm\:focus-within\:h-4:focus-within {
    height: 1rem;
  }

  .sm\:focus-within\:h-5:focus-within {
    height: 1.25rem;
  }

  .sm\:focus-within\:h-6:focus-within {
    height: 1.5rem;
  }

  .sm\:focus-within\:h-8:focus-within {
    height: 2rem;
  }

  .sm\:focus-within\:h-10:focus-within {
    height: 2.5rem;
  }

  .sm\:focus-within\:h-12:focus-within {
    height: 3rem;
  }

  .sm\:focus-within\:h-16:focus-within {
    height: 4rem;
  }

  .sm\:focus-within\:h-20:focus-within {
    height: 5rem;
  }

  .sm\:focus-within\:h-24:focus-within {
    height: 6rem;
  }

  .sm\:focus-within\:h-32:focus-within {
    height: 8rem;
  }

  .sm\:focus-within\:h-40:focus-within {
    height: 10rem;
  }

  .sm\:focus-within\:h-48:focus-within {
    height: 12rem;
  }

  .sm\:focus-within\:h-56:focus-within {
    height: 14rem;
  }

  .sm\:focus-within\:h-64:focus-within {
    height: 16rem;
  }

  .sm\:focus-within\:h-auto:focus-within {
    height: auto;
  }

  .sm\:focus-within\:h-px:focus-within {
    height: 1px;
  }

  .sm\:focus-within\:h-full:focus-within {
    height: 100%;
  }

  .sm\:focus-within\:h-screen:focus-within {
    height: 100vh;
  }

  .sm\:first\:h-0:first-child {
    height: 0;
  }

  .sm\:first\:h-1:first-child {
    height: 0.25rem;
  }

  .sm\:first\:h-2:first-child {
    height: 0.5rem;
  }

  .sm\:first\:h-3:first-child {
    height: 0.75rem;
  }

  .sm\:first\:h-4:first-child {
    height: 1rem;
  }

  .sm\:first\:h-5:first-child {
    height: 1.25rem;
  }

  .sm\:first\:h-6:first-child {
    height: 1.5rem;
  }

  .sm\:first\:h-8:first-child {
    height: 2rem;
  }

  .sm\:first\:h-10:first-child {
    height: 2.5rem;
  }

  .sm\:first\:h-12:first-child {
    height: 3rem;
  }

  .sm\:first\:h-16:first-child {
    height: 4rem;
  }

  .sm\:first\:h-20:first-child {
    height: 5rem;
  }

  .sm\:first\:h-24:first-child {
    height: 6rem;
  }

  .sm\:first\:h-32:first-child {
    height: 8rem;
  }

  .sm\:first\:h-40:first-child {
    height: 10rem;
  }

  .sm\:first\:h-48:first-child {
    height: 12rem;
  }

  .sm\:first\:h-56:first-child {
    height: 14rem;
  }

  .sm\:first\:h-64:first-child {
    height: 16rem;
  }

  .sm\:first\:h-auto:first-child {
    height: auto;
  }

  .sm\:first\:h-px:first-child {
    height: 1px;
  }

  .sm\:first\:h-full:first-child {
    height: 100%;
  }

  .sm\:first\:h-screen:first-child {
    height: 100vh;
  }

  .sm\:last\:h-0:last-child {
    height: 0;
  }

  .sm\:last\:h-1:last-child {
    height: 0.25rem;
  }

  .sm\:last\:h-2:last-child {
    height: 0.5rem;
  }

  .sm\:last\:h-3:last-child {
    height: 0.75rem;
  }

  .sm\:last\:h-4:last-child {
    height: 1rem;
  }

  .sm\:last\:h-5:last-child {
    height: 1.25rem;
  }

  .sm\:last\:h-6:last-child {
    height: 1.5rem;
  }

  .sm\:last\:h-8:last-child {
    height: 2rem;
  }

  .sm\:last\:h-10:last-child {
    height: 2.5rem;
  }

  .sm\:last\:h-12:last-child {
    height: 3rem;
  }

  .sm\:last\:h-16:last-child {
    height: 4rem;
  }

  .sm\:last\:h-20:last-child {
    height: 5rem;
  }

  .sm\:last\:h-24:last-child {
    height: 6rem;
  }

  .sm\:last\:h-32:last-child {
    height: 8rem;
  }

  .sm\:last\:h-40:last-child {
    height: 10rem;
  }

  .sm\:last\:h-48:last-child {
    height: 12rem;
  }

  .sm\:last\:h-56:last-child {
    height: 14rem;
  }

  .sm\:last\:h-64:last-child {
    height: 16rem;
  }

  .sm\:last\:h-auto:last-child {
    height: auto;
  }

  .sm\:last\:h-px:last-child {
    height: 1px;
  }

  .sm\:last\:h-full:last-child {
    height: 100%;
  }

  .sm\:last\:h-screen:last-child {
    height: 100vh;
  }

  .sm\:odd\:h-0:nth-child(odd) {
    height: 0;
  }

  .sm\:odd\:h-1:nth-child(odd) {
    height: 0.25rem;
  }

  .sm\:odd\:h-2:nth-child(odd) {
    height: 0.5rem;
  }

  .sm\:odd\:h-3:nth-child(odd) {
    height: 0.75rem;
  }

  .sm\:odd\:h-4:nth-child(odd) {
    height: 1rem;
  }

  .sm\:odd\:h-5:nth-child(odd) {
    height: 1.25rem;
  }

  .sm\:odd\:h-6:nth-child(odd) {
    height: 1.5rem;
  }

  .sm\:odd\:h-8:nth-child(odd) {
    height: 2rem;
  }

  .sm\:odd\:h-10:nth-child(odd) {
    height: 2.5rem;
  }

  .sm\:odd\:h-12:nth-child(odd) {
    height: 3rem;
  }

  .sm\:odd\:h-16:nth-child(odd) {
    height: 4rem;
  }

  .sm\:odd\:h-20:nth-child(odd) {
    height: 5rem;
  }

  .sm\:odd\:h-24:nth-child(odd) {
    height: 6rem;
  }

  .sm\:odd\:h-32:nth-child(odd) {
    height: 8rem;
  }

  .sm\:odd\:h-40:nth-child(odd) {
    height: 10rem;
  }

  .sm\:odd\:h-48:nth-child(odd) {
    height: 12rem;
  }

  .sm\:odd\:h-56:nth-child(odd) {
    height: 14rem;
  }

  .sm\:odd\:h-64:nth-child(odd) {
    height: 16rem;
  }

  .sm\:odd\:h-auto:nth-child(odd) {
    height: auto;
  }

  .sm\:odd\:h-px:nth-child(odd) {
    height: 1px;
  }

  .sm\:odd\:h-full:nth-child(odd) {
    height: 100%;
  }

  .sm\:odd\:h-screen:nth-child(odd) {
    height: 100vh;
  }

  .sm\:even\:h-0:nth-child(even) {
    height: 0;
  }

  .sm\:even\:h-1:nth-child(even) {
    height: 0.25rem;
  }

  .sm\:even\:h-2:nth-child(even) {
    height: 0.5rem;
  }

  .sm\:even\:h-3:nth-child(even) {
    height: 0.75rem;
  }

  .sm\:even\:h-4:nth-child(even) {
    height: 1rem;
  }

  .sm\:even\:h-5:nth-child(even) {
    height: 1.25rem;
  }

  .sm\:even\:h-6:nth-child(even) {
    height: 1.5rem;
  }

  .sm\:even\:h-8:nth-child(even) {
    height: 2rem;
  }

  .sm\:even\:h-10:nth-child(even) {
    height: 2.5rem;
  }

  .sm\:even\:h-12:nth-child(even) {
    height: 3rem;
  }

  .sm\:even\:h-16:nth-child(even) {
    height: 4rem;
  }

  .sm\:even\:h-20:nth-child(even) {
    height: 5rem;
  }

  .sm\:even\:h-24:nth-child(even) {
    height: 6rem;
  }

  .sm\:even\:h-32:nth-child(even) {
    height: 8rem;
  }

  .sm\:even\:h-40:nth-child(even) {
    height: 10rem;
  }

  .sm\:even\:h-48:nth-child(even) {
    height: 12rem;
  }

  .sm\:even\:h-56:nth-child(even) {
    height: 14rem;
  }

  .sm\:even\:h-64:nth-child(even) {
    height: 16rem;
  }

  .sm\:even\:h-auto:nth-child(even) {
    height: auto;
  }

  .sm\:even\:h-px:nth-child(even) {
    height: 1px;
  }

  .sm\:even\:h-full:nth-child(even) {
    height: 100%;
  }

  .sm\:even\:h-screen:nth-child(even) {
    height: 100vh;
  }

  .sm\:hover\:h-0:hover {
    height: 0;
  }

  .sm\:hover\:h-1:hover {
    height: 0.25rem;
  }

  .sm\:hover\:h-2:hover {
    height: 0.5rem;
  }

  .sm\:hover\:h-3:hover {
    height: 0.75rem;
  }

  .sm\:hover\:h-4:hover {
    height: 1rem;
  }

  .sm\:hover\:h-5:hover {
    height: 1.25rem;
  }

  .sm\:hover\:h-6:hover {
    height: 1.5rem;
  }

  .sm\:hover\:h-8:hover {
    height: 2rem;
  }

  .sm\:hover\:h-10:hover {
    height: 2.5rem;
  }

  .sm\:hover\:h-12:hover {
    height: 3rem;
  }

  .sm\:hover\:h-16:hover {
    height: 4rem;
  }

  .sm\:hover\:h-20:hover {
    height: 5rem;
  }

  .sm\:hover\:h-24:hover {
    height: 6rem;
  }

  .sm\:hover\:h-32:hover {
    height: 8rem;
  }

  .sm\:hover\:h-40:hover {
    height: 10rem;
  }

  .sm\:hover\:h-48:hover {
    height: 12rem;
  }

  .sm\:hover\:h-56:hover {
    height: 14rem;
  }

  .sm\:hover\:h-64:hover {
    height: 16rem;
  }

  .sm\:hover\:h-auto:hover {
    height: auto;
  }

  .sm\:hover\:h-px:hover {
    height: 1px;
  }

  .sm\:hover\:h-full:hover {
    height: 100%;
  }

  .sm\:hover\:h-screen:hover {
    height: 100vh;
  }

  .sm\:focus\:h-0:focus {
    height: 0;
  }

  .sm\:focus\:h-1:focus {
    height: 0.25rem;
  }

  .sm\:focus\:h-2:focus {
    height: 0.5rem;
  }

  .sm\:focus\:h-3:focus {
    height: 0.75rem;
  }

  .sm\:focus\:h-4:focus {
    height: 1rem;
  }

  .sm\:focus\:h-5:focus {
    height: 1.25rem;
  }

  .sm\:focus\:h-6:focus {
    height: 1.5rem;
  }

  .sm\:focus\:h-8:focus {
    height: 2rem;
  }

  .sm\:focus\:h-10:focus {
    height: 2.5rem;
  }

  .sm\:focus\:h-12:focus {
    height: 3rem;
  }

  .sm\:focus\:h-16:focus {
    height: 4rem;
  }

  .sm\:focus\:h-20:focus {
    height: 5rem;
  }

  .sm\:focus\:h-24:focus {
    height: 6rem;
  }

  .sm\:focus\:h-32:focus {
    height: 8rem;
  }

  .sm\:focus\:h-40:focus {
    height: 10rem;
  }

  .sm\:focus\:h-48:focus {
    height: 12rem;
  }

  .sm\:focus\:h-56:focus {
    height: 14rem;
  }

  .sm\:focus\:h-64:focus {
    height: 16rem;
  }

  .sm\:focus\:h-auto:focus {
    height: auto;
  }

  .sm\:focus\:h-px:focus {
    height: 1px;
  }

  .sm\:focus\:h-full:focus {
    height: 100%;
  }

  .sm\:focus\:h-screen:focus {
    height: 100vh;
  }

  .sm\:active\:h-0:active {
    height: 0;
  }

  .sm\:active\:h-1:active {
    height: 0.25rem;
  }

  .sm\:active\:h-2:active {
    height: 0.5rem;
  }

  .sm\:active\:h-3:active {
    height: 0.75rem;
  }

  .sm\:active\:h-4:active {
    height: 1rem;
  }

  .sm\:active\:h-5:active {
    height: 1.25rem;
  }

  .sm\:active\:h-6:active {
    height: 1.5rem;
  }

  .sm\:active\:h-8:active {
    height: 2rem;
  }

  .sm\:active\:h-10:active {
    height: 2.5rem;
  }

  .sm\:active\:h-12:active {
    height: 3rem;
  }

  .sm\:active\:h-16:active {
    height: 4rem;
  }

  .sm\:active\:h-20:active {
    height: 5rem;
  }

  .sm\:active\:h-24:active {
    height: 6rem;
  }

  .sm\:active\:h-32:active {
    height: 8rem;
  }

  .sm\:active\:h-40:active {
    height: 10rem;
  }

  .sm\:active\:h-48:active {
    height: 12rem;
  }

  .sm\:active\:h-56:active {
    height: 14rem;
  }

  .sm\:active\:h-64:active {
    height: 16rem;
  }

  .sm\:active\:h-auto:active {
    height: auto;
  }

  .sm\:active\:h-px:active {
    height: 1px;
  }

  .sm\:active\:h-full:active {
    height: 100%;
  }

  .sm\:active\:h-screen:active {
    height: 100vh;
  }

  .sm\:visited\:h-0:visited {
    height: 0;
  }

  .sm\:visited\:h-1:visited {
    height: 0.25rem;
  }

  .sm\:visited\:h-2:visited {
    height: 0.5rem;
  }

  .sm\:visited\:h-3:visited {
    height: 0.75rem;
  }

  .sm\:visited\:h-4:visited {
    height: 1rem;
  }

  .sm\:visited\:h-5:visited {
    height: 1.25rem;
  }

  .sm\:visited\:h-6:visited {
    height: 1.5rem;
  }

  .sm\:visited\:h-8:visited {
    height: 2rem;
  }

  .sm\:visited\:h-10:visited {
    height: 2.5rem;
  }

  .sm\:visited\:h-12:visited {
    height: 3rem;
  }

  .sm\:visited\:h-16:visited {
    height: 4rem;
  }

  .sm\:visited\:h-20:visited {
    height: 5rem;
  }

  .sm\:visited\:h-24:visited {
    height: 6rem;
  }

  .sm\:visited\:h-32:visited {
    height: 8rem;
  }

  .sm\:visited\:h-40:visited {
    height: 10rem;
  }

  .sm\:visited\:h-48:visited {
    height: 12rem;
  }

  .sm\:visited\:h-56:visited {
    height: 14rem;
  }

  .sm\:visited\:h-64:visited {
    height: 16rem;
  }

  .sm\:visited\:h-auto:visited {
    height: auto;
  }

  .sm\:visited\:h-px:visited {
    height: 1px;
  }

  .sm\:visited\:h-full:visited {
    height: 100%;
  }

  .sm\:visited\:h-screen:visited {
    height: 100vh;
  }

  .sm\:disabled\:h-0:disabled {
    height: 0;
  }

  .sm\:disabled\:h-1:disabled {
    height: 0.25rem;
  }

  .sm\:disabled\:h-2:disabled {
    height: 0.5rem;
  }

  .sm\:disabled\:h-3:disabled {
    height: 0.75rem;
  }

  .sm\:disabled\:h-4:disabled {
    height: 1rem;
  }

  .sm\:disabled\:h-5:disabled {
    height: 1.25rem;
  }

  .sm\:disabled\:h-6:disabled {
    height: 1.5rem;
  }

  .sm\:disabled\:h-8:disabled {
    height: 2rem;
  }

  .sm\:disabled\:h-10:disabled {
    height: 2.5rem;
  }

  .sm\:disabled\:h-12:disabled {
    height: 3rem;
  }

  .sm\:disabled\:h-16:disabled {
    height: 4rem;
  }

  .sm\:disabled\:h-20:disabled {
    height: 5rem;
  }

  .sm\:disabled\:h-24:disabled {
    height: 6rem;
  }

  .sm\:disabled\:h-32:disabled {
    height: 8rem;
  }

  .sm\:disabled\:h-40:disabled {
    height: 10rem;
  }

  .sm\:disabled\:h-48:disabled {
    height: 12rem;
  }

  .sm\:disabled\:h-56:disabled {
    height: 14rem;
  }

  .sm\:disabled\:h-64:disabled {
    height: 16rem;
  }

  .sm\:disabled\:h-auto:disabled {
    height: auto;
  }

  .sm\:disabled\:h-px:disabled {
    height: 1px;
  }

  .sm\:disabled\:h-full:disabled {
    height: 100%;
  }

  .sm\:disabled\:h-screen:disabled {
    height: 100vh;
  }

  .sm\:leading-none {
    line-height: 1;
  }

  .sm\:leading-tight {
    line-height: 1.25;
  }

  .sm\:leading-snug {
    line-height: 1.375;
  }

  .sm\:leading-normal {
    line-height: 1.5;
  }

  .sm\:leading-relaxed {
    line-height: 1.625;
  }

  .sm\:leading-loose {
    line-height: 2;
  }

  .group:hover .sm\:group-hover\:leading-none {
    line-height: 1;
  }

  .group:hover .sm\:group-hover\:leading-tight {
    line-height: 1.25;
  }

  .group:hover .sm\:group-hover\:leading-snug {
    line-height: 1.375;
  }

  .group:hover .sm\:group-hover\:leading-normal {
    line-height: 1.5;
  }

  .group:hover .sm\:group-hover\:leading-relaxed {
    line-height: 1.625;
  }

  .group:hover .sm\:group-hover\:leading-loose {
    line-height: 2;
  }

  .sm\:focus-within\:leading-none:focus-within {
    line-height: 1;
  }

  .sm\:focus-within\:leading-tight:focus-within {
    line-height: 1.25;
  }

  .sm\:focus-within\:leading-snug:focus-within {
    line-height: 1.375;
  }

  .sm\:focus-within\:leading-normal:focus-within {
    line-height: 1.5;
  }

  .sm\:focus-within\:leading-relaxed:focus-within {
    line-height: 1.625;
  }

  .sm\:focus-within\:leading-loose:focus-within {
    line-height: 2;
  }

  .sm\:first\:leading-none:first-child {
    line-height: 1;
  }

  .sm\:first\:leading-tight:first-child {
    line-height: 1.25;
  }

  .sm\:first\:leading-snug:first-child {
    line-height: 1.375;
  }

  .sm\:first\:leading-normal:first-child {
    line-height: 1.5;
  }

  .sm\:first\:leading-relaxed:first-child {
    line-height: 1.625;
  }

  .sm\:first\:leading-loose:first-child {
    line-height: 2;
  }

  .sm\:last\:leading-none:last-child {
    line-height: 1;
  }

  .sm\:last\:leading-tight:last-child {
    line-height: 1.25;
  }

  .sm\:last\:leading-snug:last-child {
    line-height: 1.375;
  }

  .sm\:last\:leading-normal:last-child {
    line-height: 1.5;
  }

  .sm\:last\:leading-relaxed:last-child {
    line-height: 1.625;
  }

  .sm\:last\:leading-loose:last-child {
    line-height: 2;
  }

  .sm\:odd\:leading-none:nth-child(odd) {
    line-height: 1;
  }

  .sm\:odd\:leading-tight:nth-child(odd) {
    line-height: 1.25;
  }

  .sm\:odd\:leading-snug:nth-child(odd) {
    line-height: 1.375;
  }

  .sm\:odd\:leading-normal:nth-child(odd) {
    line-height: 1.5;
  }

  .sm\:odd\:leading-relaxed:nth-child(odd) {
    line-height: 1.625;
  }

  .sm\:odd\:leading-loose:nth-child(odd) {
    line-height: 2;
  }

  .sm\:even\:leading-none:nth-child(even) {
    line-height: 1;
  }

  .sm\:even\:leading-tight:nth-child(even) {
    line-height: 1.25;
  }

  .sm\:even\:leading-snug:nth-child(even) {
    line-height: 1.375;
  }

  .sm\:even\:leading-normal:nth-child(even) {
    line-height: 1.5;
  }

  .sm\:even\:leading-relaxed:nth-child(even) {
    line-height: 1.625;
  }

  .sm\:even\:leading-loose:nth-child(even) {
    line-height: 2;
  }

  .sm\:hover\:leading-none:hover {
    line-height: 1;
  }

  .sm\:hover\:leading-tight:hover {
    line-height: 1.25;
  }

  .sm\:hover\:leading-snug:hover {
    line-height: 1.375;
  }

  .sm\:hover\:leading-normal:hover {
    line-height: 1.5;
  }

  .sm\:hover\:leading-relaxed:hover {
    line-height: 1.625;
  }

  .sm\:hover\:leading-loose:hover {
    line-height: 2;
  }

  .sm\:focus\:leading-none:focus {
    line-height: 1;
  }

  .sm\:focus\:leading-tight:focus {
    line-height: 1.25;
  }

  .sm\:focus\:leading-snug:focus {
    line-height: 1.375;
  }

  .sm\:focus\:leading-normal:focus {
    line-height: 1.5;
  }

  .sm\:focus\:leading-relaxed:focus {
    line-height: 1.625;
  }

  .sm\:focus\:leading-loose:focus {
    line-height: 2;
  }

  .sm\:active\:leading-none:active {
    line-height: 1;
  }

  .sm\:active\:leading-tight:active {
    line-height: 1.25;
  }

  .sm\:active\:leading-snug:active {
    line-height: 1.375;
  }

  .sm\:active\:leading-normal:active {
    line-height: 1.5;
  }

  .sm\:active\:leading-relaxed:active {
    line-height: 1.625;
  }

  .sm\:active\:leading-loose:active {
    line-height: 2;
  }

  .sm\:visited\:leading-none:visited {
    line-height: 1;
  }

  .sm\:visited\:leading-tight:visited {
    line-height: 1.25;
  }

  .sm\:visited\:leading-snug:visited {
    line-height: 1.375;
  }

  .sm\:visited\:leading-normal:visited {
    line-height: 1.5;
  }

  .sm\:visited\:leading-relaxed:visited {
    line-height: 1.625;
  }

  .sm\:visited\:leading-loose:visited {
    line-height: 2;
  }

  .sm\:disabled\:leading-none:disabled {
    line-height: 1;
  }

  .sm\:disabled\:leading-tight:disabled {
    line-height: 1.25;
  }

  .sm\:disabled\:leading-snug:disabled {
    line-height: 1.375;
  }

  .sm\:disabled\:leading-normal:disabled {
    line-height: 1.5;
  }

  .sm\:disabled\:leading-relaxed:disabled {
    line-height: 1.625;
  }

  .sm\:disabled\:leading-loose:disabled {
    line-height: 2;
  }

  .sm\:list-inside {
    list-style-position: inside;
  }

  .sm\:list-outside {
    list-style-position: outside;
  }

  .group:hover .sm\:group-hover\:list-inside {
    list-style-position: inside;
  }

  .group:hover .sm\:group-hover\:list-outside {
    list-style-position: outside;
  }

  .sm\:focus-within\:list-inside:focus-within {
    list-style-position: inside;
  }

  .sm\:focus-within\:list-outside:focus-within {
    list-style-position: outside;
  }

  .sm\:first\:list-inside:first-child {
    list-style-position: inside;
  }

  .sm\:first\:list-outside:first-child {
    list-style-position: outside;
  }

  .sm\:last\:list-inside:last-child {
    list-style-position: inside;
  }

  .sm\:last\:list-outside:last-child {
    list-style-position: outside;
  }

  .sm\:odd\:list-inside:nth-child(odd) {
    list-style-position: inside;
  }

  .sm\:odd\:list-outside:nth-child(odd) {
    list-style-position: outside;
  }

  .sm\:even\:list-inside:nth-child(even) {
    list-style-position: inside;
  }

  .sm\:even\:list-outside:nth-child(even) {
    list-style-position: outside;
  }

  .sm\:hover\:list-inside:hover {
    list-style-position: inside;
  }

  .sm\:hover\:list-outside:hover {
    list-style-position: outside;
  }

  .sm\:focus\:list-inside:focus {
    list-style-position: inside;
  }

  .sm\:focus\:list-outside:focus {
    list-style-position: outside;
  }

  .sm\:active\:list-inside:active {
    list-style-position: inside;
  }

  .sm\:active\:list-outside:active {
    list-style-position: outside;
  }

  .sm\:visited\:list-inside:visited {
    list-style-position: inside;
  }

  .sm\:visited\:list-outside:visited {
    list-style-position: outside;
  }

  .sm\:disabled\:list-inside:disabled {
    list-style-position: inside;
  }

  .sm\:disabled\:list-outside:disabled {
    list-style-position: outside;
  }

  .sm\:list-none {
    list-style-type: none;
  }

  .sm\:list-disc {
    list-style-type: disc;
  }

  .sm\:list-decimal {
    list-style-type: decimal;
  }

  .group:hover .sm\:group-hover\:list-none {
    list-style-type: none;
  }

  .group:hover .sm\:group-hover\:list-disc {
    list-style-type: disc;
  }

  .group:hover .sm\:group-hover\:list-decimal {
    list-style-type: decimal;
  }

  .sm\:focus-within\:list-none:focus-within {
    list-style-type: none;
  }

  .sm\:focus-within\:list-disc:focus-within {
    list-style-type: disc;
  }

  .sm\:focus-within\:list-decimal:focus-within {
    list-style-type: decimal;
  }

  .sm\:first\:list-none:first-child {
    list-style-type: none;
  }

  .sm\:first\:list-disc:first-child {
    list-style-type: disc;
  }

  .sm\:first\:list-decimal:first-child {
    list-style-type: decimal;
  }

  .sm\:last\:list-none:last-child {
    list-style-type: none;
  }

  .sm\:last\:list-disc:last-child {
    list-style-type: disc;
  }

  .sm\:last\:list-decimal:last-child {
    list-style-type: decimal;
  }

  .sm\:odd\:list-none:nth-child(odd) {
    list-style-type: none;
  }

  .sm\:odd\:list-disc:nth-child(odd) {
    list-style-type: disc;
  }

  .sm\:odd\:list-decimal:nth-child(odd) {
    list-style-type: decimal;
  }

  .sm\:even\:list-none:nth-child(even) {
    list-style-type: none;
  }

  .sm\:even\:list-disc:nth-child(even) {
    list-style-type: disc;
  }

  .sm\:even\:list-decimal:nth-child(even) {
    list-style-type: decimal;
  }

  .sm\:hover\:list-none:hover {
    list-style-type: none;
  }

  .sm\:hover\:list-disc:hover {
    list-style-type: disc;
  }

  .sm\:hover\:list-decimal:hover {
    list-style-type: decimal;
  }

  .sm\:focus\:list-none:focus {
    list-style-type: none;
  }

  .sm\:focus\:list-disc:focus {
    list-style-type: disc;
  }

  .sm\:focus\:list-decimal:focus {
    list-style-type: decimal;
  }

  .sm\:active\:list-none:active {
    list-style-type: none;
  }

  .sm\:active\:list-disc:active {
    list-style-type: disc;
  }

  .sm\:active\:list-decimal:active {
    list-style-type: decimal;
  }

  .sm\:visited\:list-none:visited {
    list-style-type: none;
  }

  .sm\:visited\:list-disc:visited {
    list-style-type: disc;
  }

  .sm\:visited\:list-decimal:visited {
    list-style-type: decimal;
  }

  .sm\:disabled\:list-none:disabled {
    list-style-type: none;
  }

  .sm\:disabled\:list-disc:disabled {
    list-style-type: disc;
  }

  .sm\:disabled\:list-decimal:disabled {
    list-style-type: decimal;
  }

  .sm\:m-0 {
    margin: 0;
  }

  .sm\:m-1 {
    margin: 0.25rem;
  }

  .sm\:m-2 {
    margin: 0.5rem;
  }

  .sm\:m-3 {
    margin: 0.75rem;
  }

  .sm\:m-4 {
    margin: 1rem;
  }

  .sm\:m-5 {
    margin: 1.25rem;
  }

  .sm\:m-6 {
    margin: 1.5rem;
  }

  .sm\:m-8 {
    margin: 2rem;
  }

  .sm\:m-10 {
    margin: 2.5rem;
  }

  .sm\:m-12 {
    margin: 3rem;
  }

  .sm\:m-16 {
    margin: 4rem;
  }

  .sm\:m-20 {
    margin: 5rem;
  }

  .sm\:m-24 {
    margin: 6rem;
  }

  .sm\:m-32 {
    margin: 8rem;
  }

  .sm\:m-40 {
    margin: 10rem;
  }

  .sm\:m-48 {
    margin: 12rem;
  }

  .sm\:m-56 {
    margin: 14rem;
  }

  .sm\:m-64 {
    margin: 16rem;
  }

  .sm\:m-auto {
    margin: auto;
  }

  .sm\:m-px {
    margin: 1px;
  }

  .sm\:-m-1 {
    margin: -0.25rem;
  }

  .sm\:-m-2 {
    margin: -0.5rem;
  }

  .sm\:-m-3 {
    margin: -0.75rem;
  }

  .sm\:-m-4 {
    margin: -1rem;
  }

  .sm\:-m-5 {
    margin: -1.25rem;
  }

  .sm\:-m-6 {
    margin: -1.5rem;
  }

  .sm\:-m-8 {
    margin: -2rem;
  }

  .sm\:-m-10 {
    margin: -2.5rem;
  }

  .sm\:-m-12 {
    margin: -3rem;
  }

  .sm\:-m-16 {
    margin: -4rem;
  }

  .sm\:-m-20 {
    margin: -5rem;
  }

  .sm\:-m-24 {
    margin: -6rem;
  }

  .sm\:-m-32 {
    margin: -8rem;
  }

  .sm\:-m-40 {
    margin: -10rem;
  }

  .sm\:-m-48 {
    margin: -12rem;
  }

  .sm\:-m-56 {
    margin: -14rem;
  }

  .sm\:-m-64 {
    margin: -16rem;
  }

  .sm\:-m-px {
    margin: -1px;
  }

  .sm\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .sm\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .sm\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sm\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sm\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sm\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sm\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .sm\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .sm\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .sm\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .sm\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .sm\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .sm\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:mt-0 {
    margin-top: 0;
  }

  .sm\:mr-0 {
    margin-right: 0;
  }

  .sm\:mb-0 {
    margin-bottom: 0;
  }

  .sm\:ml-0 {
    margin-left: 0;
  }

  .sm\:mt-1 {
    margin-top: 0.25rem;
  }

  .sm\:mr-1 {
    margin-right: 0.25rem;
  }

  .sm\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .sm\:ml-1 {
    margin-left: 0.25rem;
  }

  .sm\:mt-2 {
    margin-top: 0.5rem;
  }

  .sm\:mr-2 {
    margin-right: 0.5rem;
  }

  .sm\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .sm\:ml-2 {
    margin-left: 0.5rem;
  }

  .sm\:mt-3 {
    margin-top: 0.75rem;
  }

  .sm\:mr-3 {
    margin-right: 0.75rem;
  }

  .sm\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .sm\:ml-3 {
    margin-left: 0.75rem;
  }

  .sm\:mt-4 {
    margin-top: 1rem;
  }

  .sm\:mr-4 {
    margin-right: 1rem;
  }

  .sm\:mb-4 {
    margin-bottom: 1rem;
  }

  .sm\:ml-4 {
    margin-left: 1rem;
  }

  .sm\:mt-5 {
    margin-top: 1.25rem;
  }

  .sm\:mr-5 {
    margin-right: 1.25rem;
  }

  .sm\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .sm\:ml-5 {
    margin-left: 1.25rem;
  }

  .sm\:mt-6 {
    margin-top: 1.5rem;
  }

  .sm\:mr-6 {
    margin-right: 1.5rem;
  }

  .sm\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .sm\:ml-6 {
    margin-left: 1.5rem;
  }

  .sm\:mt-8 {
    margin-top: 2rem;
  }

  .sm\:mr-8 {
    margin-right: 2rem;
  }

  .sm\:mb-8 {
    margin-bottom: 2rem;
  }

  .sm\:ml-8 {
    margin-left: 2rem;
  }

  .sm\:mt-10 {
    margin-top: 2.5rem;
  }

  .sm\:mr-10 {
    margin-right: 2.5rem;
  }

  .sm\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .sm\:ml-10 {
    margin-left: 2.5rem;
  }

  .sm\:mt-12 {
    margin-top: 3rem;
  }

  .sm\:mr-12 {
    margin-right: 3rem;
  }

  .sm\:mb-12 {
    margin-bottom: 3rem;
  }

  .sm\:ml-12 {
    margin-left: 3rem;
  }

  .sm\:mt-16 {
    margin-top: 4rem;
  }

  .sm\:mr-16 {
    margin-right: 4rem;
  }

  .sm\:mb-16 {
    margin-bottom: 4rem;
  }

  .sm\:ml-16 {
    margin-left: 4rem;
  }

  .sm\:mt-20 {
    margin-top: 5rem;
  }

  .sm\:mr-20 {
    margin-right: 5rem;
  }

  .sm\:mb-20 {
    margin-bottom: 5rem;
  }

  .sm\:ml-20 {
    margin-left: 5rem;
  }

  .sm\:mt-24 {
    margin-top: 6rem;
  }

  .sm\:mr-24 {
    margin-right: 6rem;
  }

  .sm\:mb-24 {
    margin-bottom: 6rem;
  }

  .sm\:ml-24 {
    margin-left: 6rem;
  }

  .sm\:mt-32 {
    margin-top: 8rem;
  }

  .sm\:mr-32 {
    margin-right: 8rem;
  }

  .sm\:mb-32 {
    margin-bottom: 8rem;
  }

  .sm\:ml-32 {
    margin-left: 8rem;
  }

  .sm\:mt-40 {
    margin-top: 10rem;
  }

  .sm\:mr-40 {
    margin-right: 10rem;
  }

  .sm\:mb-40 {
    margin-bottom: 10rem;
  }

  .sm\:ml-40 {
    margin-left: 10rem;
  }

  .sm\:mt-48 {
    margin-top: 12rem;
  }

  .sm\:mr-48 {
    margin-right: 12rem;
  }

  .sm\:mb-48 {
    margin-bottom: 12rem;
  }

  .sm\:ml-48 {
    margin-left: 12rem;
  }

  .sm\:mt-56 {
    margin-top: 14rem;
  }

  .sm\:mr-56 {
    margin-right: 14rem;
  }

  .sm\:mb-56 {
    margin-bottom: 14rem;
  }

  .sm\:ml-56 {
    margin-left: 14rem;
  }

  .sm\:mt-64 {
    margin-top: 16rem;
  }

  .sm\:mr-64 {
    margin-right: 16rem;
  }

  .sm\:mb-64 {
    margin-bottom: 16rem;
  }

  .sm\:ml-64 {
    margin-left: 16rem;
  }

  .sm\:mt-auto {
    margin-top: auto;
  }

  .sm\:mr-auto {
    margin-right: auto;
  }

  .sm\:mb-auto {
    margin-bottom: auto;
  }

  .sm\:ml-auto {
    margin-left: auto;
  }

  .sm\:mt-px {
    margin-top: 1px;
  }

  .sm\:mr-px {
    margin-right: 1px;
  }

  .sm\:mb-px {
    margin-bottom: 1px;
  }

  .sm\:ml-px {
    margin-left: 1px;
  }

  .sm\:-mt-1 {
    margin-top: -0.25rem;
  }

  .sm\:-mr-1 {
    margin-right: -0.25rem;
  }

  .sm\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .sm\:-ml-1 {
    margin-left: -0.25rem;
  }

  .sm\:-mt-2 {
    margin-top: -0.5rem;
  }

  .sm\:-mr-2 {
    margin-right: -0.5rem;
  }

  .sm\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .sm\:-ml-2 {
    margin-left: -0.5rem;
  }

  .sm\:-mt-3 {
    margin-top: -0.75rem;
  }

  .sm\:-mr-3 {
    margin-right: -0.75rem;
  }

  .sm\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .sm\:-ml-3 {
    margin-left: -0.75rem;
  }

  .sm\:-mt-4 {
    margin-top: -1rem;
  }

  .sm\:-mr-4 {
    margin-right: -1rem;
  }

  .sm\:-mb-4 {
    margin-bottom: -1rem;
  }

  .sm\:-ml-4 {
    margin-left: -1rem;
  }

  .sm\:-mt-5 {
    margin-top: -1.25rem;
  }

  .sm\:-mr-5 {
    margin-right: -1.25rem;
  }

  .sm\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .sm\:-ml-5 {
    margin-left: -1.25rem;
  }

  .sm\:-mt-6 {
    margin-top: -1.5rem;
  }

  .sm\:-mr-6 {
    margin-right: -1.5rem;
  }

  .sm\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .sm\:-ml-6 {
    margin-left: -1.5rem;
  }

  .sm\:-mt-8 {
    margin-top: -2rem;
  }

  .sm\:-mr-8 {
    margin-right: -2rem;
  }

  .sm\:-mb-8 {
    margin-bottom: -2rem;
  }

  .sm\:-ml-8 {
    margin-left: -2rem;
  }

  .sm\:-mt-10 {
    margin-top: -2.5rem;
  }

  .sm\:-mr-10 {
    margin-right: -2.5rem;
  }

  .sm\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .sm\:-ml-10 {
    margin-left: -2.5rem;
  }

  .sm\:-mt-12 {
    margin-top: -3rem;
  }

  .sm\:-mr-12 {
    margin-right: -3rem;
  }

  .sm\:-mb-12 {
    margin-bottom: -3rem;
  }

  .sm\:-ml-12 {
    margin-left: -3rem;
  }

  .sm\:-mt-16 {
    margin-top: -4rem;
  }

  .sm\:-mr-16 {
    margin-right: -4rem;
  }

  .sm\:-mb-16 {
    margin-bottom: -4rem;
  }

  .sm\:-ml-16 {
    margin-left: -4rem;
  }

  .sm\:-mt-20 {
    margin-top: -5rem;
  }

  .sm\:-mr-20 {
    margin-right: -5rem;
  }

  .sm\:-mb-20 {
    margin-bottom: -5rem;
  }

  .sm\:-ml-20 {
    margin-left: -5rem;
  }

  .sm\:-mt-24 {
    margin-top: -6rem;
  }

  .sm\:-mr-24 {
    margin-right: -6rem;
  }

  .sm\:-mb-24 {
    margin-bottom: -6rem;
  }

  .sm\:-ml-24 {
    margin-left: -6rem;
  }

  .sm\:-mt-32 {
    margin-top: -8rem;
  }

  .sm\:-mr-32 {
    margin-right: -8rem;
  }

  .sm\:-mb-32 {
    margin-bottom: -8rem;
  }

  .sm\:-ml-32 {
    margin-left: -8rem;
  }

  .sm\:-mt-40 {
    margin-top: -10rem;
  }

  .sm\:-mr-40 {
    margin-right: -10rem;
  }

  .sm\:-mb-40 {
    margin-bottom: -10rem;
  }

  .sm\:-ml-40 {
    margin-left: -10rem;
  }

  .sm\:-mt-48 {
    margin-top: -12rem;
  }

  .sm\:-mr-48 {
    margin-right: -12rem;
  }

  .sm\:-mb-48 {
    margin-bottom: -12rem;
  }

  .sm\:-ml-48 {
    margin-left: -12rem;
  }

  .sm\:-mt-56 {
    margin-top: -14rem;
  }

  .sm\:-mr-56 {
    margin-right: -14rem;
  }

  .sm\:-mb-56 {
    margin-bottom: -14rem;
  }

  .sm\:-ml-56 {
    margin-left: -14rem;
  }

  .sm\:-mt-64 {
    margin-top: -16rem;
  }

  .sm\:-mr-64 {
    margin-right: -16rem;
  }

  .sm\:-mb-64 {
    margin-bottom: -16rem;
  }

  .sm\:-ml-64 {
    margin-left: -16rem;
  }

  .sm\:-mt-px {
    margin-top: -1px;
  }

  .sm\:-mr-px {
    margin-right: -1px;
  }

  .sm\:-mb-px {
    margin-bottom: -1px;
  }

  .sm\:-ml-px {
    margin-left: -1px;
  }

  .group:hover .sm\:group-hover\:m-0 {
    margin: 0;
  }

  .group:hover .sm\:group-hover\:m-1 {
    margin: 0.25rem;
  }

  .group:hover .sm\:group-hover\:m-2 {
    margin: 0.5rem;
  }

  .group:hover .sm\:group-hover\:m-3 {
    margin: 0.75rem;
  }

  .group:hover .sm\:group-hover\:m-4 {
    margin: 1rem;
  }

  .group:hover .sm\:group-hover\:m-5 {
    margin: 1.25rem;
  }

  .group:hover .sm\:group-hover\:m-6 {
    margin: 1.5rem;
  }

  .group:hover .sm\:group-hover\:m-8 {
    margin: 2rem;
  }

  .group:hover .sm\:group-hover\:m-10 {
    margin: 2.5rem;
  }

  .group:hover .sm\:group-hover\:m-12 {
    margin: 3rem;
  }

  .group:hover .sm\:group-hover\:m-16 {
    margin: 4rem;
  }

  .group:hover .sm\:group-hover\:m-20 {
    margin: 5rem;
  }

  .group:hover .sm\:group-hover\:m-24 {
    margin: 6rem;
  }

  .group:hover .sm\:group-hover\:m-32 {
    margin: 8rem;
  }

  .group:hover .sm\:group-hover\:m-40 {
    margin: 10rem;
  }

  .group:hover .sm\:group-hover\:m-48 {
    margin: 12rem;
  }

  .group:hover .sm\:group-hover\:m-56 {
    margin: 14rem;
  }

  .group:hover .sm\:group-hover\:m-64 {
    margin: 16rem;
  }

  .group:hover .sm\:group-hover\:m-auto {
    margin: auto;
  }

  .group:hover .sm\:group-hover\:m-px {
    margin: 1px;
  }

  .group:hover .sm\:group-hover\:-m-1 {
    margin: -0.25rem;
  }

  .group:hover .sm\:group-hover\:-m-2 {
    margin: -0.5rem;
  }

  .group:hover .sm\:group-hover\:-m-3 {
    margin: -0.75rem;
  }

  .group:hover .sm\:group-hover\:-m-4 {
    margin: -1rem;
  }

  .group:hover .sm\:group-hover\:-m-5 {
    margin: -1.25rem;
  }

  .group:hover .sm\:group-hover\:-m-6 {
    margin: -1.5rem;
  }

  .group:hover .sm\:group-hover\:-m-8 {
    margin: -2rem;
  }

  .group:hover .sm\:group-hover\:-m-10 {
    margin: -2.5rem;
  }

  .group:hover .sm\:group-hover\:-m-12 {
    margin: -3rem;
  }

  .group:hover .sm\:group-hover\:-m-16 {
    margin: -4rem;
  }

  .group:hover .sm\:group-hover\:-m-20 {
    margin: -5rem;
  }

  .group:hover .sm\:group-hover\:-m-24 {
    margin: -6rem;
  }

  .group:hover .sm\:group-hover\:-m-32 {
    margin: -8rem;
  }

  .group:hover .sm\:group-hover\:-m-40 {
    margin: -10rem;
  }

  .group:hover .sm\:group-hover\:-m-48 {
    margin: -12rem;
  }

  .group:hover .sm\:group-hover\:-m-56 {
    margin: -14rem;
  }

  .group:hover .sm\:group-hover\:-m-64 {
    margin: -16rem;
  }

  .group:hover .sm\:group-hover\:-m-px {
    margin: -1px;
  }

  .group:hover .sm\:group-hover\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .group:hover .sm\:group-hover\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .group:hover .sm\:group-hover\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .group:hover .sm\:group-hover\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .group:hover .sm\:group-hover\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .group:hover .sm\:group-hover\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .group:hover .sm\:group-hover\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .group:hover .sm\:group-hover\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .group:hover .sm\:group-hover\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .group:hover .sm\:group-hover\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .group:hover .sm\:group-hover\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .group:hover .sm\:group-hover\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .group:hover .sm\:group-hover\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .group:hover .sm\:group-hover\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .group:hover .sm\:group-hover\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .group:hover .sm\:group-hover\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .group:hover .sm\:group-hover\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .group:hover .sm\:group-hover\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .group:hover .sm\:group-hover\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .group:hover .sm\:group-hover\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .group:hover .sm\:group-hover\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .group:hover .sm\:group-hover\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .group:hover .sm\:group-hover\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .group:hover .sm\:group-hover\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .group:hover .sm\:group-hover\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .group:hover .sm\:group-hover\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .group:hover .sm\:group-hover\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .group:hover .sm\:group-hover\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .group:hover .sm\:group-hover\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .group:hover .sm\:group-hover\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .group:hover .sm\:group-hover\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .group:hover .sm\:group-hover\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .group:hover .sm\:group-hover\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .group:hover .sm\:group-hover\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .group:hover .sm\:group-hover\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .group:hover .sm\:group-hover\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .group:hover .sm\:group-hover\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .group:hover .sm\:group-hover\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .group:hover .sm\:group-hover\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .group:hover .sm\:group-hover\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .group:hover .sm\:group-hover\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .group:hover .sm\:group-hover\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .group:hover .sm\:group-hover\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .group:hover .sm\:group-hover\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .group:hover .sm\:group-hover\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .group:hover .sm\:group-hover\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .group:hover .sm\:group-hover\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .group:hover .sm\:group-hover\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .group:hover .sm\:group-hover\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .group:hover .sm\:group-hover\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .group:hover .sm\:group-hover\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .group:hover .sm\:group-hover\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .group:hover .sm\:group-hover\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .group:hover .sm\:group-hover\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .group:hover .sm\:group-hover\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .group:hover .sm\:group-hover\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .group:hover .sm\:group-hover\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .group:hover .sm\:group-hover\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .group:hover .sm\:group-hover\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .group:hover .sm\:group-hover\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .group:hover .sm\:group-hover\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .group:hover .sm\:group-hover\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .group:hover .sm\:group-hover\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .group:hover .sm\:group-hover\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .group:hover .sm\:group-hover\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .group:hover .sm\:group-hover\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .group:hover .sm\:group-hover\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .group:hover .sm\:group-hover\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .group:hover .sm\:group-hover\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .group:hover .sm\:group-hover\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .group:hover .sm\:group-hover\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .group:hover .sm\:group-hover\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .group:hover .sm\:group-hover\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .group:hover .sm\:group-hover\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .group:hover .sm\:group-hover\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .group:hover .sm\:group-hover\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .group:hover .sm\:group-hover\:mt-0 {
    margin-top: 0;
  }

  .group:hover .sm\:group-hover\:mr-0 {
    margin-right: 0;
  }

  .group:hover .sm\:group-hover\:mb-0 {
    margin-bottom: 0;
  }

  .group:hover .sm\:group-hover\:ml-0 {
    margin-left: 0;
  }

  .group:hover .sm\:group-hover\:mt-1 {
    margin-top: 0.25rem;
  }

  .group:hover .sm\:group-hover\:mr-1 {
    margin-right: 0.25rem;
  }

  .group:hover .sm\:group-hover\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .group:hover .sm\:group-hover\:ml-1 {
    margin-left: 0.25rem;
  }

  .group:hover .sm\:group-hover\:mt-2 {
    margin-top: 0.5rem;
  }

  .group:hover .sm\:group-hover\:mr-2 {
    margin-right: 0.5rem;
  }

  .group:hover .sm\:group-hover\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .group:hover .sm\:group-hover\:ml-2 {
    margin-left: 0.5rem;
  }

  .group:hover .sm\:group-hover\:mt-3 {
    margin-top: 0.75rem;
  }

  .group:hover .sm\:group-hover\:mr-3 {
    margin-right: 0.75rem;
  }

  .group:hover .sm\:group-hover\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .group:hover .sm\:group-hover\:ml-3 {
    margin-left: 0.75rem;
  }

  .group:hover .sm\:group-hover\:mt-4 {
    margin-top: 1rem;
  }

  .group:hover .sm\:group-hover\:mr-4 {
    margin-right: 1rem;
  }

  .group:hover .sm\:group-hover\:mb-4 {
    margin-bottom: 1rem;
  }

  .group:hover .sm\:group-hover\:ml-4 {
    margin-left: 1rem;
  }

  .group:hover .sm\:group-hover\:mt-5 {
    margin-top: 1.25rem;
  }

  .group:hover .sm\:group-hover\:mr-5 {
    margin-right: 1.25rem;
  }

  .group:hover .sm\:group-hover\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .group:hover .sm\:group-hover\:ml-5 {
    margin-left: 1.25rem;
  }

  .group:hover .sm\:group-hover\:mt-6 {
    margin-top: 1.5rem;
  }

  .group:hover .sm\:group-hover\:mr-6 {
    margin-right: 1.5rem;
  }

  .group:hover .sm\:group-hover\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .group:hover .sm\:group-hover\:ml-6 {
    margin-left: 1.5rem;
  }

  .group:hover .sm\:group-hover\:mt-8 {
    margin-top: 2rem;
  }

  .group:hover .sm\:group-hover\:mr-8 {
    margin-right: 2rem;
  }

  .group:hover .sm\:group-hover\:mb-8 {
    margin-bottom: 2rem;
  }

  .group:hover .sm\:group-hover\:ml-8 {
    margin-left: 2rem;
  }

  .group:hover .sm\:group-hover\:mt-10 {
    margin-top: 2.5rem;
  }

  .group:hover .sm\:group-hover\:mr-10 {
    margin-right: 2.5rem;
  }

  .group:hover .sm\:group-hover\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .group:hover .sm\:group-hover\:ml-10 {
    margin-left: 2.5rem;
  }

  .group:hover .sm\:group-hover\:mt-12 {
    margin-top: 3rem;
  }

  .group:hover .sm\:group-hover\:mr-12 {
    margin-right: 3rem;
  }

  .group:hover .sm\:group-hover\:mb-12 {
    margin-bottom: 3rem;
  }

  .group:hover .sm\:group-hover\:ml-12 {
    margin-left: 3rem;
  }

  .group:hover .sm\:group-hover\:mt-16 {
    margin-top: 4rem;
  }

  .group:hover .sm\:group-hover\:mr-16 {
    margin-right: 4rem;
  }

  .group:hover .sm\:group-hover\:mb-16 {
    margin-bottom: 4rem;
  }

  .group:hover .sm\:group-hover\:ml-16 {
    margin-left: 4rem;
  }

  .group:hover .sm\:group-hover\:mt-20 {
    margin-top: 5rem;
  }

  .group:hover .sm\:group-hover\:mr-20 {
    margin-right: 5rem;
  }

  .group:hover .sm\:group-hover\:mb-20 {
    margin-bottom: 5rem;
  }

  .group:hover .sm\:group-hover\:ml-20 {
    margin-left: 5rem;
  }

  .group:hover .sm\:group-hover\:mt-24 {
    margin-top: 6rem;
  }

  .group:hover .sm\:group-hover\:mr-24 {
    margin-right: 6rem;
  }

  .group:hover .sm\:group-hover\:mb-24 {
    margin-bottom: 6rem;
  }

  .group:hover .sm\:group-hover\:ml-24 {
    margin-left: 6rem;
  }

  .group:hover .sm\:group-hover\:mt-32 {
    margin-top: 8rem;
  }

  .group:hover .sm\:group-hover\:mr-32 {
    margin-right: 8rem;
  }

  .group:hover .sm\:group-hover\:mb-32 {
    margin-bottom: 8rem;
  }

  .group:hover .sm\:group-hover\:ml-32 {
    margin-left: 8rem;
  }

  .group:hover .sm\:group-hover\:mt-40 {
    margin-top: 10rem;
  }

  .group:hover .sm\:group-hover\:mr-40 {
    margin-right: 10rem;
  }

  .group:hover .sm\:group-hover\:mb-40 {
    margin-bottom: 10rem;
  }

  .group:hover .sm\:group-hover\:ml-40 {
    margin-left: 10rem;
  }

  .group:hover .sm\:group-hover\:mt-48 {
    margin-top: 12rem;
  }

  .group:hover .sm\:group-hover\:mr-48 {
    margin-right: 12rem;
  }

  .group:hover .sm\:group-hover\:mb-48 {
    margin-bottom: 12rem;
  }

  .group:hover .sm\:group-hover\:ml-48 {
    margin-left: 12rem;
  }

  .group:hover .sm\:group-hover\:mt-56 {
    margin-top: 14rem;
  }

  .group:hover .sm\:group-hover\:mr-56 {
    margin-right: 14rem;
  }

  .group:hover .sm\:group-hover\:mb-56 {
    margin-bottom: 14rem;
  }

  .group:hover .sm\:group-hover\:ml-56 {
    margin-left: 14rem;
  }

  .group:hover .sm\:group-hover\:mt-64 {
    margin-top: 16rem;
  }

  .group:hover .sm\:group-hover\:mr-64 {
    margin-right: 16rem;
  }

  .group:hover .sm\:group-hover\:mb-64 {
    margin-bottom: 16rem;
  }

  .group:hover .sm\:group-hover\:ml-64 {
    margin-left: 16rem;
  }

  .group:hover .sm\:group-hover\:mt-auto {
    margin-top: auto;
  }

  .group:hover .sm\:group-hover\:mr-auto {
    margin-right: auto;
  }

  .group:hover .sm\:group-hover\:mb-auto {
    margin-bottom: auto;
  }

  .group:hover .sm\:group-hover\:ml-auto {
    margin-left: auto;
  }

  .group:hover .sm\:group-hover\:mt-px {
    margin-top: 1px;
  }

  .group:hover .sm\:group-hover\:mr-px {
    margin-right: 1px;
  }

  .group:hover .sm\:group-hover\:mb-px {
    margin-bottom: 1px;
  }

  .group:hover .sm\:group-hover\:ml-px {
    margin-left: 1px;
  }

  .group:hover .sm\:group-hover\:-mt-1 {
    margin-top: -0.25rem;
  }

  .group:hover .sm\:group-hover\:-mr-1 {
    margin-right: -0.25rem;
  }

  .group:hover .sm\:group-hover\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .group:hover .sm\:group-hover\:-ml-1 {
    margin-left: -0.25rem;
  }

  .group:hover .sm\:group-hover\:-mt-2 {
    margin-top: -0.5rem;
  }

  .group:hover .sm\:group-hover\:-mr-2 {
    margin-right: -0.5rem;
  }

  .group:hover .sm\:group-hover\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .group:hover .sm\:group-hover\:-ml-2 {
    margin-left: -0.5rem;
  }

  .group:hover .sm\:group-hover\:-mt-3 {
    margin-top: -0.75rem;
  }

  .group:hover .sm\:group-hover\:-mr-3 {
    margin-right: -0.75rem;
  }

  .group:hover .sm\:group-hover\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .group:hover .sm\:group-hover\:-ml-3 {
    margin-left: -0.75rem;
  }

  .group:hover .sm\:group-hover\:-mt-4 {
    margin-top: -1rem;
  }

  .group:hover .sm\:group-hover\:-mr-4 {
    margin-right: -1rem;
  }

  .group:hover .sm\:group-hover\:-mb-4 {
    margin-bottom: -1rem;
  }

  .group:hover .sm\:group-hover\:-ml-4 {
    margin-left: -1rem;
  }

  .group:hover .sm\:group-hover\:-mt-5 {
    margin-top: -1.25rem;
  }

  .group:hover .sm\:group-hover\:-mr-5 {
    margin-right: -1.25rem;
  }

  .group:hover .sm\:group-hover\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .group:hover .sm\:group-hover\:-ml-5 {
    margin-left: -1.25rem;
  }

  .group:hover .sm\:group-hover\:-mt-6 {
    margin-top: -1.5rem;
  }

  .group:hover .sm\:group-hover\:-mr-6 {
    margin-right: -1.5rem;
  }

  .group:hover .sm\:group-hover\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .group:hover .sm\:group-hover\:-ml-6 {
    margin-left: -1.5rem;
  }

  .group:hover .sm\:group-hover\:-mt-8 {
    margin-top: -2rem;
  }

  .group:hover .sm\:group-hover\:-mr-8 {
    margin-right: -2rem;
  }

  .group:hover .sm\:group-hover\:-mb-8 {
    margin-bottom: -2rem;
  }

  .group:hover .sm\:group-hover\:-ml-8 {
    margin-left: -2rem;
  }

  .group:hover .sm\:group-hover\:-mt-10 {
    margin-top: -2.5rem;
  }

  .group:hover .sm\:group-hover\:-mr-10 {
    margin-right: -2.5rem;
  }

  .group:hover .sm\:group-hover\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .group:hover .sm\:group-hover\:-ml-10 {
    margin-left: -2.5rem;
  }

  .group:hover .sm\:group-hover\:-mt-12 {
    margin-top: -3rem;
  }

  .group:hover .sm\:group-hover\:-mr-12 {
    margin-right: -3rem;
  }

  .group:hover .sm\:group-hover\:-mb-12 {
    margin-bottom: -3rem;
  }

  .group:hover .sm\:group-hover\:-ml-12 {
    margin-left: -3rem;
  }

  .group:hover .sm\:group-hover\:-mt-16 {
    margin-top: -4rem;
  }

  .group:hover .sm\:group-hover\:-mr-16 {
    margin-right: -4rem;
  }

  .group:hover .sm\:group-hover\:-mb-16 {
    margin-bottom: -4rem;
  }

  .group:hover .sm\:group-hover\:-ml-16 {
    margin-left: -4rem;
  }

  .group:hover .sm\:group-hover\:-mt-20 {
    margin-top: -5rem;
  }

  .group:hover .sm\:group-hover\:-mr-20 {
    margin-right: -5rem;
  }

  .group:hover .sm\:group-hover\:-mb-20 {
    margin-bottom: -5rem;
  }

  .group:hover .sm\:group-hover\:-ml-20 {
    margin-left: -5rem;
  }

  .group:hover .sm\:group-hover\:-mt-24 {
    margin-top: -6rem;
  }

  .group:hover .sm\:group-hover\:-mr-24 {
    margin-right: -6rem;
  }

  .group:hover .sm\:group-hover\:-mb-24 {
    margin-bottom: -6rem;
  }

  .group:hover .sm\:group-hover\:-ml-24 {
    margin-left: -6rem;
  }

  .group:hover .sm\:group-hover\:-mt-32 {
    margin-top: -8rem;
  }

  .group:hover .sm\:group-hover\:-mr-32 {
    margin-right: -8rem;
  }

  .group:hover .sm\:group-hover\:-mb-32 {
    margin-bottom: -8rem;
  }

  .group:hover .sm\:group-hover\:-ml-32 {
    margin-left: -8rem;
  }

  .group:hover .sm\:group-hover\:-mt-40 {
    margin-top: -10rem;
  }

  .group:hover .sm\:group-hover\:-mr-40 {
    margin-right: -10rem;
  }

  .group:hover .sm\:group-hover\:-mb-40 {
    margin-bottom: -10rem;
  }

  .group:hover .sm\:group-hover\:-ml-40 {
    margin-left: -10rem;
  }

  .group:hover .sm\:group-hover\:-mt-48 {
    margin-top: -12rem;
  }

  .group:hover .sm\:group-hover\:-mr-48 {
    margin-right: -12rem;
  }

  .group:hover .sm\:group-hover\:-mb-48 {
    margin-bottom: -12rem;
  }

  .group:hover .sm\:group-hover\:-ml-48 {
    margin-left: -12rem;
  }

  .group:hover .sm\:group-hover\:-mt-56 {
    margin-top: -14rem;
  }

  .group:hover .sm\:group-hover\:-mr-56 {
    margin-right: -14rem;
  }

  .group:hover .sm\:group-hover\:-mb-56 {
    margin-bottom: -14rem;
  }

  .group:hover .sm\:group-hover\:-ml-56 {
    margin-left: -14rem;
  }

  .group:hover .sm\:group-hover\:-mt-64 {
    margin-top: -16rem;
  }

  .group:hover .sm\:group-hover\:-mr-64 {
    margin-right: -16rem;
  }

  .group:hover .sm\:group-hover\:-mb-64 {
    margin-bottom: -16rem;
  }

  .group:hover .sm\:group-hover\:-ml-64 {
    margin-left: -16rem;
  }

  .group:hover .sm\:group-hover\:-mt-px {
    margin-top: -1px;
  }

  .group:hover .sm\:group-hover\:-mr-px {
    margin-right: -1px;
  }

  .group:hover .sm\:group-hover\:-mb-px {
    margin-bottom: -1px;
  }

  .group:hover .sm\:group-hover\:-ml-px {
    margin-left: -1px;
  }

  .sm\:focus-within\:m-0:focus-within {
    margin: 0;
  }

  .sm\:focus-within\:m-1:focus-within {
    margin: 0.25rem;
  }

  .sm\:focus-within\:m-2:focus-within {
    margin: 0.5rem;
  }

  .sm\:focus-within\:m-3:focus-within {
    margin: 0.75rem;
  }

  .sm\:focus-within\:m-4:focus-within {
    margin: 1rem;
  }

  .sm\:focus-within\:m-5:focus-within {
    margin: 1.25rem;
  }

  .sm\:focus-within\:m-6:focus-within {
    margin: 1.5rem;
  }

  .sm\:focus-within\:m-8:focus-within {
    margin: 2rem;
  }

  .sm\:focus-within\:m-10:focus-within {
    margin: 2.5rem;
  }

  .sm\:focus-within\:m-12:focus-within {
    margin: 3rem;
  }

  .sm\:focus-within\:m-16:focus-within {
    margin: 4rem;
  }

  .sm\:focus-within\:m-20:focus-within {
    margin: 5rem;
  }

  .sm\:focus-within\:m-24:focus-within {
    margin: 6rem;
  }

  .sm\:focus-within\:m-32:focus-within {
    margin: 8rem;
  }

  .sm\:focus-within\:m-40:focus-within {
    margin: 10rem;
  }

  .sm\:focus-within\:m-48:focus-within {
    margin: 12rem;
  }

  .sm\:focus-within\:m-56:focus-within {
    margin: 14rem;
  }

  .sm\:focus-within\:m-64:focus-within {
    margin: 16rem;
  }

  .sm\:focus-within\:m-auto:focus-within {
    margin: auto;
  }

  .sm\:focus-within\:m-px:focus-within {
    margin: 1px;
  }

  .sm\:focus-within\:-m-1:focus-within {
    margin: -0.25rem;
  }

  .sm\:focus-within\:-m-2:focus-within {
    margin: -0.5rem;
  }

  .sm\:focus-within\:-m-3:focus-within {
    margin: -0.75rem;
  }

  .sm\:focus-within\:-m-4:focus-within {
    margin: -1rem;
  }

  .sm\:focus-within\:-m-5:focus-within {
    margin: -1.25rem;
  }

  .sm\:focus-within\:-m-6:focus-within {
    margin: -1.5rem;
  }

  .sm\:focus-within\:-m-8:focus-within {
    margin: -2rem;
  }

  .sm\:focus-within\:-m-10:focus-within {
    margin: -2.5rem;
  }

  .sm\:focus-within\:-m-12:focus-within {
    margin: -3rem;
  }

  .sm\:focus-within\:-m-16:focus-within {
    margin: -4rem;
  }

  .sm\:focus-within\:-m-20:focus-within {
    margin: -5rem;
  }

  .sm\:focus-within\:-m-24:focus-within {
    margin: -6rem;
  }

  .sm\:focus-within\:-m-32:focus-within {
    margin: -8rem;
  }

  .sm\:focus-within\:-m-40:focus-within {
    margin: -10rem;
  }

  .sm\:focus-within\:-m-48:focus-within {
    margin: -12rem;
  }

  .sm\:focus-within\:-m-56:focus-within {
    margin: -14rem;
  }

  .sm\:focus-within\:-m-64:focus-within {
    margin: -16rem;
  }

  .sm\:focus-within\:-m-px:focus-within {
    margin: -1px;
  }

  .sm\:focus-within\:my-0:focus-within {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:focus-within\:mx-0:focus-within {
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:focus-within\:my-1:focus-within {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm\:focus-within\:mx-1:focus-within {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm\:focus-within\:my-2:focus-within {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:focus-within\:mx-2:focus-within {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:focus-within\:my-3:focus-within {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm\:focus-within\:mx-3:focus-within {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm\:focus-within\:my-4:focus-within {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:focus-within\:mx-4:focus-within {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:focus-within\:my-5:focus-within {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:focus-within\:mx-5:focus-within {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:focus-within\:my-6:focus-within {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:focus-within\:mx-6:focus-within {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:focus-within\:my-8:focus-within {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:focus-within\:mx-8:focus-within {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:focus-within\:my-10:focus-within {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:focus-within\:mx-10:focus-within {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:focus-within\:my-12:focus-within {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:focus-within\:mx-12:focus-within {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:focus-within\:my-16:focus-within {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:focus-within\:mx-16:focus-within {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:focus-within\:my-20:focus-within {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:focus-within\:mx-20:focus-within {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:focus-within\:my-24:focus-within {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:focus-within\:mx-24:focus-within {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:focus-within\:my-32:focus-within {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:focus-within\:mx-32:focus-within {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:focus-within\:my-40:focus-within {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm\:focus-within\:mx-40:focus-within {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm\:focus-within\:my-48:focus-within {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .sm\:focus-within\:mx-48:focus-within {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .sm\:focus-within\:my-56:focus-within {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sm\:focus-within\:mx-56:focus-within {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sm\:focus-within\:my-64:focus-within {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm\:focus-within\:mx-64:focus-within {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm\:focus-within\:my-auto:focus-within {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:focus-within\:mx-auto:focus-within {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:focus-within\:my-px:focus-within {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:focus-within\:mx-px:focus-within {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:focus-within\:-my-1:focus-within {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:focus-within\:-mx-1:focus-within {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:focus-within\:-my-2:focus-within {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:focus-within\:-mx-2:focus-within {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:focus-within\:-my-3:focus-within {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:focus-within\:-mx-3:focus-within {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:focus-within\:-my-4:focus-within {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:focus-within\:-mx-4:focus-within {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:focus-within\:-my-5:focus-within {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:focus-within\:-mx-5:focus-within {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:focus-within\:-my-6:focus-within {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:focus-within\:-mx-6:focus-within {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:focus-within\:-my-8:focus-within {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:focus-within\:-mx-8:focus-within {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:focus-within\:-my-10:focus-within {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:focus-within\:-mx-10:focus-within {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:focus-within\:-my-12:focus-within {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:focus-within\:-mx-12:focus-within {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:focus-within\:-my-16:focus-within {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:focus-within\:-mx-16:focus-within {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:focus-within\:-my-20:focus-within {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:focus-within\:-mx-20:focus-within {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:focus-within\:-my-24:focus-within {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:focus-within\:-mx-24:focus-within {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:focus-within\:-my-32:focus-within {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:focus-within\:-mx-32:focus-within {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:focus-within\:-my-40:focus-within {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sm\:focus-within\:-mx-40:focus-within {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sm\:focus-within\:-my-48:focus-within {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .sm\:focus-within\:-mx-48:focus-within {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .sm\:focus-within\:-my-56:focus-within {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .sm\:focus-within\:-mx-56:focus-within {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .sm\:focus-within\:-my-64:focus-within {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .sm\:focus-within\:-mx-64:focus-within {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .sm\:focus-within\:-my-px:focus-within {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:focus-within\:-mx-px:focus-within {
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:focus-within\:mt-0:focus-within {
    margin-top: 0;
  }

  .sm\:focus-within\:mr-0:focus-within {
    margin-right: 0;
  }

  .sm\:focus-within\:mb-0:focus-within {
    margin-bottom: 0;
  }

  .sm\:focus-within\:ml-0:focus-within {
    margin-left: 0;
  }

  .sm\:focus-within\:mt-1:focus-within {
    margin-top: 0.25rem;
  }

  .sm\:focus-within\:mr-1:focus-within {
    margin-right: 0.25rem;
  }

  .sm\:focus-within\:mb-1:focus-within {
    margin-bottom: 0.25rem;
  }

  .sm\:focus-within\:ml-1:focus-within {
    margin-left: 0.25rem;
  }

  .sm\:focus-within\:mt-2:focus-within {
    margin-top: 0.5rem;
  }

  .sm\:focus-within\:mr-2:focus-within {
    margin-right: 0.5rem;
  }

  .sm\:focus-within\:mb-2:focus-within {
    margin-bottom: 0.5rem;
  }

  .sm\:focus-within\:ml-2:focus-within {
    margin-left: 0.5rem;
  }

  .sm\:focus-within\:mt-3:focus-within {
    margin-top: 0.75rem;
  }

  .sm\:focus-within\:mr-3:focus-within {
    margin-right: 0.75rem;
  }

  .sm\:focus-within\:mb-3:focus-within {
    margin-bottom: 0.75rem;
  }

  .sm\:focus-within\:ml-3:focus-within {
    margin-left: 0.75rem;
  }

  .sm\:focus-within\:mt-4:focus-within {
    margin-top: 1rem;
  }

  .sm\:focus-within\:mr-4:focus-within {
    margin-right: 1rem;
  }

  .sm\:focus-within\:mb-4:focus-within {
    margin-bottom: 1rem;
  }

  .sm\:focus-within\:ml-4:focus-within {
    margin-left: 1rem;
  }

  .sm\:focus-within\:mt-5:focus-within {
    margin-top: 1.25rem;
  }

  .sm\:focus-within\:mr-5:focus-within {
    margin-right: 1.25rem;
  }

  .sm\:focus-within\:mb-5:focus-within {
    margin-bottom: 1.25rem;
  }

  .sm\:focus-within\:ml-5:focus-within {
    margin-left: 1.25rem;
  }

  .sm\:focus-within\:mt-6:focus-within {
    margin-top: 1.5rem;
  }

  .sm\:focus-within\:mr-6:focus-within {
    margin-right: 1.5rem;
  }

  .sm\:focus-within\:mb-6:focus-within {
    margin-bottom: 1.5rem;
  }

  .sm\:focus-within\:ml-6:focus-within {
    margin-left: 1.5rem;
  }

  .sm\:focus-within\:mt-8:focus-within {
    margin-top: 2rem;
  }

  .sm\:focus-within\:mr-8:focus-within {
    margin-right: 2rem;
  }

  .sm\:focus-within\:mb-8:focus-within {
    margin-bottom: 2rem;
  }

  .sm\:focus-within\:ml-8:focus-within {
    margin-left: 2rem;
  }

  .sm\:focus-within\:mt-10:focus-within {
    margin-top: 2.5rem;
  }

  .sm\:focus-within\:mr-10:focus-within {
    margin-right: 2.5rem;
  }

  .sm\:focus-within\:mb-10:focus-within {
    margin-bottom: 2.5rem;
  }

  .sm\:focus-within\:ml-10:focus-within {
    margin-left: 2.5rem;
  }

  .sm\:focus-within\:mt-12:focus-within {
    margin-top: 3rem;
  }

  .sm\:focus-within\:mr-12:focus-within {
    margin-right: 3rem;
  }

  .sm\:focus-within\:mb-12:focus-within {
    margin-bottom: 3rem;
  }

  .sm\:focus-within\:ml-12:focus-within {
    margin-left: 3rem;
  }

  .sm\:focus-within\:mt-16:focus-within {
    margin-top: 4rem;
  }

  .sm\:focus-within\:mr-16:focus-within {
    margin-right: 4rem;
  }

  .sm\:focus-within\:mb-16:focus-within {
    margin-bottom: 4rem;
  }

  .sm\:focus-within\:ml-16:focus-within {
    margin-left: 4rem;
  }

  .sm\:focus-within\:mt-20:focus-within {
    margin-top: 5rem;
  }

  .sm\:focus-within\:mr-20:focus-within {
    margin-right: 5rem;
  }

  .sm\:focus-within\:mb-20:focus-within {
    margin-bottom: 5rem;
  }

  .sm\:focus-within\:ml-20:focus-within {
    margin-left: 5rem;
  }

  .sm\:focus-within\:mt-24:focus-within {
    margin-top: 6rem;
  }

  .sm\:focus-within\:mr-24:focus-within {
    margin-right: 6rem;
  }

  .sm\:focus-within\:mb-24:focus-within {
    margin-bottom: 6rem;
  }

  .sm\:focus-within\:ml-24:focus-within {
    margin-left: 6rem;
  }

  .sm\:focus-within\:mt-32:focus-within {
    margin-top: 8rem;
  }

  .sm\:focus-within\:mr-32:focus-within {
    margin-right: 8rem;
  }

  .sm\:focus-within\:mb-32:focus-within {
    margin-bottom: 8rem;
  }

  .sm\:focus-within\:ml-32:focus-within {
    margin-left: 8rem;
  }

  .sm\:focus-within\:mt-40:focus-within {
    margin-top: 10rem;
  }

  .sm\:focus-within\:mr-40:focus-within {
    margin-right: 10rem;
  }

  .sm\:focus-within\:mb-40:focus-within {
    margin-bottom: 10rem;
  }

  .sm\:focus-within\:ml-40:focus-within {
    margin-left: 10rem;
  }

  .sm\:focus-within\:mt-48:focus-within {
    margin-top: 12rem;
  }

  .sm\:focus-within\:mr-48:focus-within {
    margin-right: 12rem;
  }

  .sm\:focus-within\:mb-48:focus-within {
    margin-bottom: 12rem;
  }

  .sm\:focus-within\:ml-48:focus-within {
    margin-left: 12rem;
  }

  .sm\:focus-within\:mt-56:focus-within {
    margin-top: 14rem;
  }

  .sm\:focus-within\:mr-56:focus-within {
    margin-right: 14rem;
  }

  .sm\:focus-within\:mb-56:focus-within {
    margin-bottom: 14rem;
  }

  .sm\:focus-within\:ml-56:focus-within {
    margin-left: 14rem;
  }

  .sm\:focus-within\:mt-64:focus-within {
    margin-top: 16rem;
  }

  .sm\:focus-within\:mr-64:focus-within {
    margin-right: 16rem;
  }

  .sm\:focus-within\:mb-64:focus-within {
    margin-bottom: 16rem;
  }

  .sm\:focus-within\:ml-64:focus-within {
    margin-left: 16rem;
  }

  .sm\:focus-within\:mt-auto:focus-within {
    margin-top: auto;
  }

  .sm\:focus-within\:mr-auto:focus-within {
    margin-right: auto;
  }

  .sm\:focus-within\:mb-auto:focus-within {
    margin-bottom: auto;
  }

  .sm\:focus-within\:ml-auto:focus-within {
    margin-left: auto;
  }

  .sm\:focus-within\:mt-px:focus-within {
    margin-top: 1px;
  }

  .sm\:focus-within\:mr-px:focus-within {
    margin-right: 1px;
  }

  .sm\:focus-within\:mb-px:focus-within {
    margin-bottom: 1px;
  }

  .sm\:focus-within\:ml-px:focus-within {
    margin-left: 1px;
  }

  .sm\:focus-within\:-mt-1:focus-within {
    margin-top: -0.25rem;
  }

  .sm\:focus-within\:-mr-1:focus-within {
    margin-right: -0.25rem;
  }

  .sm\:focus-within\:-mb-1:focus-within {
    margin-bottom: -0.25rem;
  }

  .sm\:focus-within\:-ml-1:focus-within {
    margin-left: -0.25rem;
  }

  .sm\:focus-within\:-mt-2:focus-within {
    margin-top: -0.5rem;
  }

  .sm\:focus-within\:-mr-2:focus-within {
    margin-right: -0.5rem;
  }

  .sm\:focus-within\:-mb-2:focus-within {
    margin-bottom: -0.5rem;
  }

  .sm\:focus-within\:-ml-2:focus-within {
    margin-left: -0.5rem;
  }

  .sm\:focus-within\:-mt-3:focus-within {
    margin-top: -0.75rem;
  }

  .sm\:focus-within\:-mr-3:focus-within {
    margin-right: -0.75rem;
  }

  .sm\:focus-within\:-mb-3:focus-within {
    margin-bottom: -0.75rem;
  }

  .sm\:focus-within\:-ml-3:focus-within {
    margin-left: -0.75rem;
  }

  .sm\:focus-within\:-mt-4:focus-within {
    margin-top: -1rem;
  }

  .sm\:focus-within\:-mr-4:focus-within {
    margin-right: -1rem;
  }

  .sm\:focus-within\:-mb-4:focus-within {
    margin-bottom: -1rem;
  }

  .sm\:focus-within\:-ml-4:focus-within {
    margin-left: -1rem;
  }

  .sm\:focus-within\:-mt-5:focus-within {
    margin-top: -1.25rem;
  }

  .sm\:focus-within\:-mr-5:focus-within {
    margin-right: -1.25rem;
  }

  .sm\:focus-within\:-mb-5:focus-within {
    margin-bottom: -1.25rem;
  }

  .sm\:focus-within\:-ml-5:focus-within {
    margin-left: -1.25rem;
  }

  .sm\:focus-within\:-mt-6:focus-within {
    margin-top: -1.5rem;
  }

  .sm\:focus-within\:-mr-6:focus-within {
    margin-right: -1.5rem;
  }

  .sm\:focus-within\:-mb-6:focus-within {
    margin-bottom: -1.5rem;
  }

  .sm\:focus-within\:-ml-6:focus-within {
    margin-left: -1.5rem;
  }

  .sm\:focus-within\:-mt-8:focus-within {
    margin-top: -2rem;
  }

  .sm\:focus-within\:-mr-8:focus-within {
    margin-right: -2rem;
  }

  .sm\:focus-within\:-mb-8:focus-within {
    margin-bottom: -2rem;
  }

  .sm\:focus-within\:-ml-8:focus-within {
    margin-left: -2rem;
  }

  .sm\:focus-within\:-mt-10:focus-within {
    margin-top: -2.5rem;
  }

  .sm\:focus-within\:-mr-10:focus-within {
    margin-right: -2.5rem;
  }

  .sm\:focus-within\:-mb-10:focus-within {
    margin-bottom: -2.5rem;
  }

  .sm\:focus-within\:-ml-10:focus-within {
    margin-left: -2.5rem;
  }

  .sm\:focus-within\:-mt-12:focus-within {
    margin-top: -3rem;
  }

  .sm\:focus-within\:-mr-12:focus-within {
    margin-right: -3rem;
  }

  .sm\:focus-within\:-mb-12:focus-within {
    margin-bottom: -3rem;
  }

  .sm\:focus-within\:-ml-12:focus-within {
    margin-left: -3rem;
  }

  .sm\:focus-within\:-mt-16:focus-within {
    margin-top: -4rem;
  }

  .sm\:focus-within\:-mr-16:focus-within {
    margin-right: -4rem;
  }

  .sm\:focus-within\:-mb-16:focus-within {
    margin-bottom: -4rem;
  }

  .sm\:focus-within\:-ml-16:focus-within {
    margin-left: -4rem;
  }

  .sm\:focus-within\:-mt-20:focus-within {
    margin-top: -5rem;
  }

  .sm\:focus-within\:-mr-20:focus-within {
    margin-right: -5rem;
  }

  .sm\:focus-within\:-mb-20:focus-within {
    margin-bottom: -5rem;
  }

  .sm\:focus-within\:-ml-20:focus-within {
    margin-left: -5rem;
  }

  .sm\:focus-within\:-mt-24:focus-within {
    margin-top: -6rem;
  }

  .sm\:focus-within\:-mr-24:focus-within {
    margin-right: -6rem;
  }

  .sm\:focus-within\:-mb-24:focus-within {
    margin-bottom: -6rem;
  }

  .sm\:focus-within\:-ml-24:focus-within {
    margin-left: -6rem;
  }

  .sm\:focus-within\:-mt-32:focus-within {
    margin-top: -8rem;
  }

  .sm\:focus-within\:-mr-32:focus-within {
    margin-right: -8rem;
  }

  .sm\:focus-within\:-mb-32:focus-within {
    margin-bottom: -8rem;
  }

  .sm\:focus-within\:-ml-32:focus-within {
    margin-left: -8rem;
  }

  .sm\:focus-within\:-mt-40:focus-within {
    margin-top: -10rem;
  }

  .sm\:focus-within\:-mr-40:focus-within {
    margin-right: -10rem;
  }

  .sm\:focus-within\:-mb-40:focus-within {
    margin-bottom: -10rem;
  }

  .sm\:focus-within\:-ml-40:focus-within {
    margin-left: -10rem;
  }

  .sm\:focus-within\:-mt-48:focus-within {
    margin-top: -12rem;
  }

  .sm\:focus-within\:-mr-48:focus-within {
    margin-right: -12rem;
  }

  .sm\:focus-within\:-mb-48:focus-within {
    margin-bottom: -12rem;
  }

  .sm\:focus-within\:-ml-48:focus-within {
    margin-left: -12rem;
  }

  .sm\:focus-within\:-mt-56:focus-within {
    margin-top: -14rem;
  }

  .sm\:focus-within\:-mr-56:focus-within {
    margin-right: -14rem;
  }

  .sm\:focus-within\:-mb-56:focus-within {
    margin-bottom: -14rem;
  }

  .sm\:focus-within\:-ml-56:focus-within {
    margin-left: -14rem;
  }

  .sm\:focus-within\:-mt-64:focus-within {
    margin-top: -16rem;
  }

  .sm\:focus-within\:-mr-64:focus-within {
    margin-right: -16rem;
  }

  .sm\:focus-within\:-mb-64:focus-within {
    margin-bottom: -16rem;
  }

  .sm\:focus-within\:-ml-64:focus-within {
    margin-left: -16rem;
  }

  .sm\:focus-within\:-mt-px:focus-within {
    margin-top: -1px;
  }

  .sm\:focus-within\:-mr-px:focus-within {
    margin-right: -1px;
  }

  .sm\:focus-within\:-mb-px:focus-within {
    margin-bottom: -1px;
  }

  .sm\:focus-within\:-ml-px:focus-within {
    margin-left: -1px;
  }

  .sm\:first\:m-0:first-child {
    margin: 0;
  }

  .sm\:first\:m-1:first-child {
    margin: 0.25rem;
  }

  .sm\:first\:m-2:first-child {
    margin: 0.5rem;
  }

  .sm\:first\:m-3:first-child {
    margin: 0.75rem;
  }

  .sm\:first\:m-4:first-child {
    margin: 1rem;
  }

  .sm\:first\:m-5:first-child {
    margin: 1.25rem;
  }

  .sm\:first\:m-6:first-child {
    margin: 1.5rem;
  }

  .sm\:first\:m-8:first-child {
    margin: 2rem;
  }

  .sm\:first\:m-10:first-child {
    margin: 2.5rem;
  }

  .sm\:first\:m-12:first-child {
    margin: 3rem;
  }

  .sm\:first\:m-16:first-child {
    margin: 4rem;
  }

  .sm\:first\:m-20:first-child {
    margin: 5rem;
  }

  .sm\:first\:m-24:first-child {
    margin: 6rem;
  }

  .sm\:first\:m-32:first-child {
    margin: 8rem;
  }

  .sm\:first\:m-40:first-child {
    margin: 10rem;
  }

  .sm\:first\:m-48:first-child {
    margin: 12rem;
  }

  .sm\:first\:m-56:first-child {
    margin: 14rem;
  }

  .sm\:first\:m-64:first-child {
    margin: 16rem;
  }

  .sm\:first\:m-auto:first-child {
    margin: auto;
  }

  .sm\:first\:m-px:first-child {
    margin: 1px;
  }

  .sm\:first\:-m-1:first-child {
    margin: -0.25rem;
  }

  .sm\:first\:-m-2:first-child {
    margin: -0.5rem;
  }

  .sm\:first\:-m-3:first-child {
    margin: -0.75rem;
  }

  .sm\:first\:-m-4:first-child {
    margin: -1rem;
  }

  .sm\:first\:-m-5:first-child {
    margin: -1.25rem;
  }

  .sm\:first\:-m-6:first-child {
    margin: -1.5rem;
  }

  .sm\:first\:-m-8:first-child {
    margin: -2rem;
  }

  .sm\:first\:-m-10:first-child {
    margin: -2.5rem;
  }

  .sm\:first\:-m-12:first-child {
    margin: -3rem;
  }

  .sm\:first\:-m-16:first-child {
    margin: -4rem;
  }

  .sm\:first\:-m-20:first-child {
    margin: -5rem;
  }

  .sm\:first\:-m-24:first-child {
    margin: -6rem;
  }

  .sm\:first\:-m-32:first-child {
    margin: -8rem;
  }

  .sm\:first\:-m-40:first-child {
    margin: -10rem;
  }

  .sm\:first\:-m-48:first-child {
    margin: -12rem;
  }

  .sm\:first\:-m-56:first-child {
    margin: -14rem;
  }

  .sm\:first\:-m-64:first-child {
    margin: -16rem;
  }

  .sm\:first\:-m-px:first-child {
    margin: -1px;
  }

  .sm\:first\:my-0:first-child {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:first\:mx-0:first-child {
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:first\:my-1:first-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm\:first\:mx-1:first-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm\:first\:my-2:first-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:first\:mx-2:first-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:first\:my-3:first-child {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm\:first\:mx-3:first-child {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm\:first\:my-4:first-child {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:first\:mx-4:first-child {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:first\:my-5:first-child {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:first\:mx-5:first-child {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:first\:my-6:first-child {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:first\:mx-6:first-child {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:first\:my-8:first-child {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:first\:mx-8:first-child {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:first\:my-10:first-child {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:first\:mx-10:first-child {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:first\:my-12:first-child {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:first\:mx-12:first-child {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:first\:my-16:first-child {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:first\:mx-16:first-child {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:first\:my-20:first-child {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:first\:mx-20:first-child {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:first\:my-24:first-child {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:first\:mx-24:first-child {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:first\:my-32:first-child {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:first\:mx-32:first-child {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:first\:my-40:first-child {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm\:first\:mx-40:first-child {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm\:first\:my-48:first-child {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .sm\:first\:mx-48:first-child {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .sm\:first\:my-56:first-child {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sm\:first\:mx-56:first-child {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sm\:first\:my-64:first-child {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm\:first\:mx-64:first-child {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm\:first\:my-auto:first-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:first\:mx-auto:first-child {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:first\:my-px:first-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:first\:mx-px:first-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:first\:-my-1:first-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:first\:-mx-1:first-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:first\:-my-2:first-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:first\:-mx-2:first-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:first\:-my-3:first-child {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:first\:-mx-3:first-child {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:first\:-my-4:first-child {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:first\:-mx-4:first-child {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:first\:-my-5:first-child {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:first\:-mx-5:first-child {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:first\:-my-6:first-child {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:first\:-mx-6:first-child {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:first\:-my-8:first-child {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:first\:-mx-8:first-child {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:first\:-my-10:first-child {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:first\:-mx-10:first-child {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:first\:-my-12:first-child {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:first\:-mx-12:first-child {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:first\:-my-16:first-child {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:first\:-mx-16:first-child {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:first\:-my-20:first-child {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:first\:-mx-20:first-child {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:first\:-my-24:first-child {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:first\:-mx-24:first-child {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:first\:-my-32:first-child {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:first\:-mx-32:first-child {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:first\:-my-40:first-child {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sm\:first\:-mx-40:first-child {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sm\:first\:-my-48:first-child {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .sm\:first\:-mx-48:first-child {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .sm\:first\:-my-56:first-child {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .sm\:first\:-mx-56:first-child {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .sm\:first\:-my-64:first-child {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .sm\:first\:-mx-64:first-child {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .sm\:first\:-my-px:first-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:first\:-mx-px:first-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:first\:mt-0:first-child {
    margin-top: 0;
  }

  .sm\:first\:mr-0:first-child {
    margin-right: 0;
  }

  .sm\:first\:mb-0:first-child {
    margin-bottom: 0;
  }

  .sm\:first\:ml-0:first-child {
    margin-left: 0;
  }

  .sm\:first\:mt-1:first-child {
    margin-top: 0.25rem;
  }

  .sm\:first\:mr-1:first-child {
    margin-right: 0.25rem;
  }

  .sm\:first\:mb-1:first-child {
    margin-bottom: 0.25rem;
  }

  .sm\:first\:ml-1:first-child {
    margin-left: 0.25rem;
  }

  .sm\:first\:mt-2:first-child {
    margin-top: 0.5rem;
  }

  .sm\:first\:mr-2:first-child {
    margin-right: 0.5rem;
  }

  .sm\:first\:mb-2:first-child {
    margin-bottom: 0.5rem;
  }

  .sm\:first\:ml-2:first-child {
    margin-left: 0.5rem;
  }

  .sm\:first\:mt-3:first-child {
    margin-top: 0.75rem;
  }

  .sm\:first\:mr-3:first-child {
    margin-right: 0.75rem;
  }

  .sm\:first\:mb-3:first-child {
    margin-bottom: 0.75rem;
  }

  .sm\:first\:ml-3:first-child {
    margin-left: 0.75rem;
  }

  .sm\:first\:mt-4:first-child {
    margin-top: 1rem;
  }

  .sm\:first\:mr-4:first-child {
    margin-right: 1rem;
  }

  .sm\:first\:mb-4:first-child {
    margin-bottom: 1rem;
  }

  .sm\:first\:ml-4:first-child {
    margin-left: 1rem;
  }

  .sm\:first\:mt-5:first-child {
    margin-top: 1.25rem;
  }

  .sm\:first\:mr-5:first-child {
    margin-right: 1.25rem;
  }

  .sm\:first\:mb-5:first-child {
    margin-bottom: 1.25rem;
  }

  .sm\:first\:ml-5:first-child {
    margin-left: 1.25rem;
  }

  .sm\:first\:mt-6:first-child {
    margin-top: 1.5rem;
  }

  .sm\:first\:mr-6:first-child {
    margin-right: 1.5rem;
  }

  .sm\:first\:mb-6:first-child {
    margin-bottom: 1.5rem;
  }

  .sm\:first\:ml-6:first-child {
    margin-left: 1.5rem;
  }

  .sm\:first\:mt-8:first-child {
    margin-top: 2rem;
  }

  .sm\:first\:mr-8:first-child {
    margin-right: 2rem;
  }

  .sm\:first\:mb-8:first-child {
    margin-bottom: 2rem;
  }

  .sm\:first\:ml-8:first-child {
    margin-left: 2rem;
  }

  .sm\:first\:mt-10:first-child {
    margin-top: 2.5rem;
  }

  .sm\:first\:mr-10:first-child {
    margin-right: 2.5rem;
  }

  .sm\:first\:mb-10:first-child {
    margin-bottom: 2.5rem;
  }

  .sm\:first\:ml-10:first-child {
    margin-left: 2.5rem;
  }

  .sm\:first\:mt-12:first-child {
    margin-top: 3rem;
  }

  .sm\:first\:mr-12:first-child {
    margin-right: 3rem;
  }

  .sm\:first\:mb-12:first-child {
    margin-bottom: 3rem;
  }

  .sm\:first\:ml-12:first-child {
    margin-left: 3rem;
  }

  .sm\:first\:mt-16:first-child {
    margin-top: 4rem;
  }

  .sm\:first\:mr-16:first-child {
    margin-right: 4rem;
  }

  .sm\:first\:mb-16:first-child {
    margin-bottom: 4rem;
  }

  .sm\:first\:ml-16:first-child {
    margin-left: 4rem;
  }

  .sm\:first\:mt-20:first-child {
    margin-top: 5rem;
  }

  .sm\:first\:mr-20:first-child {
    margin-right: 5rem;
  }

  .sm\:first\:mb-20:first-child {
    margin-bottom: 5rem;
  }

  .sm\:first\:ml-20:first-child {
    margin-left: 5rem;
  }

  .sm\:first\:mt-24:first-child {
    margin-top: 6rem;
  }

  .sm\:first\:mr-24:first-child {
    margin-right: 6rem;
  }

  .sm\:first\:mb-24:first-child {
    margin-bottom: 6rem;
  }

  .sm\:first\:ml-24:first-child {
    margin-left: 6rem;
  }

  .sm\:first\:mt-32:first-child {
    margin-top: 8rem;
  }

  .sm\:first\:mr-32:first-child {
    margin-right: 8rem;
  }

  .sm\:first\:mb-32:first-child {
    margin-bottom: 8rem;
  }

  .sm\:first\:ml-32:first-child {
    margin-left: 8rem;
  }

  .sm\:first\:mt-40:first-child {
    margin-top: 10rem;
  }

  .sm\:first\:mr-40:first-child {
    margin-right: 10rem;
  }

  .sm\:first\:mb-40:first-child {
    margin-bottom: 10rem;
  }

  .sm\:first\:ml-40:first-child {
    margin-left: 10rem;
  }

  .sm\:first\:mt-48:first-child {
    margin-top: 12rem;
  }

  .sm\:first\:mr-48:first-child {
    margin-right: 12rem;
  }

  .sm\:first\:mb-48:first-child {
    margin-bottom: 12rem;
  }

  .sm\:first\:ml-48:first-child {
    margin-left: 12rem;
  }

  .sm\:first\:mt-56:first-child {
    margin-top: 14rem;
  }

  .sm\:first\:mr-56:first-child {
    margin-right: 14rem;
  }

  .sm\:first\:mb-56:first-child {
    margin-bottom: 14rem;
  }

  .sm\:first\:ml-56:first-child {
    margin-left: 14rem;
  }

  .sm\:first\:mt-64:first-child {
    margin-top: 16rem;
  }

  .sm\:first\:mr-64:first-child {
    margin-right: 16rem;
  }

  .sm\:first\:mb-64:first-child {
    margin-bottom: 16rem;
  }

  .sm\:first\:ml-64:first-child {
    margin-left: 16rem;
  }

  .sm\:first\:mt-auto:first-child {
    margin-top: auto;
  }

  .sm\:first\:mr-auto:first-child {
    margin-right: auto;
  }

  .sm\:first\:mb-auto:first-child {
    margin-bottom: auto;
  }

  .sm\:first\:ml-auto:first-child {
    margin-left: auto;
  }

  .sm\:first\:mt-px:first-child {
    margin-top: 1px;
  }

  .sm\:first\:mr-px:first-child {
    margin-right: 1px;
  }

  .sm\:first\:mb-px:first-child {
    margin-bottom: 1px;
  }

  .sm\:first\:ml-px:first-child {
    margin-left: 1px;
  }

  .sm\:first\:-mt-1:first-child {
    margin-top: -0.25rem;
  }

  .sm\:first\:-mr-1:first-child {
    margin-right: -0.25rem;
  }

  .sm\:first\:-mb-1:first-child {
    margin-bottom: -0.25rem;
  }

  .sm\:first\:-ml-1:first-child {
    margin-left: -0.25rem;
  }

  .sm\:first\:-mt-2:first-child {
    margin-top: -0.5rem;
  }

  .sm\:first\:-mr-2:first-child {
    margin-right: -0.5rem;
  }

  .sm\:first\:-mb-2:first-child {
    margin-bottom: -0.5rem;
  }

  .sm\:first\:-ml-2:first-child {
    margin-left: -0.5rem;
  }

  .sm\:first\:-mt-3:first-child {
    margin-top: -0.75rem;
  }

  .sm\:first\:-mr-3:first-child {
    margin-right: -0.75rem;
  }

  .sm\:first\:-mb-3:first-child {
    margin-bottom: -0.75rem;
  }

  .sm\:first\:-ml-3:first-child {
    margin-left: -0.75rem;
  }

  .sm\:first\:-mt-4:first-child {
    margin-top: -1rem;
  }

  .sm\:first\:-mr-4:first-child {
    margin-right: -1rem;
  }

  .sm\:first\:-mb-4:first-child {
    margin-bottom: -1rem;
  }

  .sm\:first\:-ml-4:first-child {
    margin-left: -1rem;
  }

  .sm\:first\:-mt-5:first-child {
    margin-top: -1.25rem;
  }

  .sm\:first\:-mr-5:first-child {
    margin-right: -1.25rem;
  }

  .sm\:first\:-mb-5:first-child {
    margin-bottom: -1.25rem;
  }

  .sm\:first\:-ml-5:first-child {
    margin-left: -1.25rem;
  }

  .sm\:first\:-mt-6:first-child {
    margin-top: -1.5rem;
  }

  .sm\:first\:-mr-6:first-child {
    margin-right: -1.5rem;
  }

  .sm\:first\:-mb-6:first-child {
    margin-bottom: -1.5rem;
  }

  .sm\:first\:-ml-6:first-child {
    margin-left: -1.5rem;
  }

  .sm\:first\:-mt-8:first-child {
    margin-top: -2rem;
  }

  .sm\:first\:-mr-8:first-child {
    margin-right: -2rem;
  }

  .sm\:first\:-mb-8:first-child {
    margin-bottom: -2rem;
  }

  .sm\:first\:-ml-8:first-child {
    margin-left: -2rem;
  }

  .sm\:first\:-mt-10:first-child {
    margin-top: -2.5rem;
  }

  .sm\:first\:-mr-10:first-child {
    margin-right: -2.5rem;
  }

  .sm\:first\:-mb-10:first-child {
    margin-bottom: -2.5rem;
  }

  .sm\:first\:-ml-10:first-child {
    margin-left: -2.5rem;
  }

  .sm\:first\:-mt-12:first-child {
    margin-top: -3rem;
  }

  .sm\:first\:-mr-12:first-child {
    margin-right: -3rem;
  }

  .sm\:first\:-mb-12:first-child {
    margin-bottom: -3rem;
  }

  .sm\:first\:-ml-12:first-child {
    margin-left: -3rem;
  }

  .sm\:first\:-mt-16:first-child {
    margin-top: -4rem;
  }

  .sm\:first\:-mr-16:first-child {
    margin-right: -4rem;
  }

  .sm\:first\:-mb-16:first-child {
    margin-bottom: -4rem;
  }

  .sm\:first\:-ml-16:first-child {
    margin-left: -4rem;
  }

  .sm\:first\:-mt-20:first-child {
    margin-top: -5rem;
  }

  .sm\:first\:-mr-20:first-child {
    margin-right: -5rem;
  }

  .sm\:first\:-mb-20:first-child {
    margin-bottom: -5rem;
  }

  .sm\:first\:-ml-20:first-child {
    margin-left: -5rem;
  }

  .sm\:first\:-mt-24:first-child {
    margin-top: -6rem;
  }

  .sm\:first\:-mr-24:first-child {
    margin-right: -6rem;
  }

  .sm\:first\:-mb-24:first-child {
    margin-bottom: -6rem;
  }

  .sm\:first\:-ml-24:first-child {
    margin-left: -6rem;
  }

  .sm\:first\:-mt-32:first-child {
    margin-top: -8rem;
  }

  .sm\:first\:-mr-32:first-child {
    margin-right: -8rem;
  }

  .sm\:first\:-mb-32:first-child {
    margin-bottom: -8rem;
  }

  .sm\:first\:-ml-32:first-child {
    margin-left: -8rem;
  }

  .sm\:first\:-mt-40:first-child {
    margin-top: -10rem;
  }

  .sm\:first\:-mr-40:first-child {
    margin-right: -10rem;
  }

  .sm\:first\:-mb-40:first-child {
    margin-bottom: -10rem;
  }

  .sm\:first\:-ml-40:first-child {
    margin-left: -10rem;
  }

  .sm\:first\:-mt-48:first-child {
    margin-top: -12rem;
  }

  .sm\:first\:-mr-48:first-child {
    margin-right: -12rem;
  }

  .sm\:first\:-mb-48:first-child {
    margin-bottom: -12rem;
  }

  .sm\:first\:-ml-48:first-child {
    margin-left: -12rem;
  }

  .sm\:first\:-mt-56:first-child {
    margin-top: -14rem;
  }

  .sm\:first\:-mr-56:first-child {
    margin-right: -14rem;
  }

  .sm\:first\:-mb-56:first-child {
    margin-bottom: -14rem;
  }

  .sm\:first\:-ml-56:first-child {
    margin-left: -14rem;
  }

  .sm\:first\:-mt-64:first-child {
    margin-top: -16rem;
  }

  .sm\:first\:-mr-64:first-child {
    margin-right: -16rem;
  }

  .sm\:first\:-mb-64:first-child {
    margin-bottom: -16rem;
  }

  .sm\:first\:-ml-64:first-child {
    margin-left: -16rem;
  }

  .sm\:first\:-mt-px:first-child {
    margin-top: -1px;
  }

  .sm\:first\:-mr-px:first-child {
    margin-right: -1px;
  }

  .sm\:first\:-mb-px:first-child {
    margin-bottom: -1px;
  }

  .sm\:first\:-ml-px:first-child {
    margin-left: -1px;
  }

  .sm\:last\:m-0:last-child {
    margin: 0;
  }

  .sm\:last\:m-1:last-child {
    margin: 0.25rem;
  }

  .sm\:last\:m-2:last-child {
    margin: 0.5rem;
  }

  .sm\:last\:m-3:last-child {
    margin: 0.75rem;
  }

  .sm\:last\:m-4:last-child {
    margin: 1rem;
  }

  .sm\:last\:m-5:last-child {
    margin: 1.25rem;
  }

  .sm\:last\:m-6:last-child {
    margin: 1.5rem;
  }

  .sm\:last\:m-8:last-child {
    margin: 2rem;
  }

  .sm\:last\:m-10:last-child {
    margin: 2.5rem;
  }

  .sm\:last\:m-12:last-child {
    margin: 3rem;
  }

  .sm\:last\:m-16:last-child {
    margin: 4rem;
  }

  .sm\:last\:m-20:last-child {
    margin: 5rem;
  }

  .sm\:last\:m-24:last-child {
    margin: 6rem;
  }

  .sm\:last\:m-32:last-child {
    margin: 8rem;
  }

  .sm\:last\:m-40:last-child {
    margin: 10rem;
  }

  .sm\:last\:m-48:last-child {
    margin: 12rem;
  }

  .sm\:last\:m-56:last-child {
    margin: 14rem;
  }

  .sm\:last\:m-64:last-child {
    margin: 16rem;
  }

  .sm\:last\:m-auto:last-child {
    margin: auto;
  }

  .sm\:last\:m-px:last-child {
    margin: 1px;
  }

  .sm\:last\:-m-1:last-child {
    margin: -0.25rem;
  }

  .sm\:last\:-m-2:last-child {
    margin: -0.5rem;
  }

  .sm\:last\:-m-3:last-child {
    margin: -0.75rem;
  }

  .sm\:last\:-m-4:last-child {
    margin: -1rem;
  }

  .sm\:last\:-m-5:last-child {
    margin: -1.25rem;
  }

  .sm\:last\:-m-6:last-child {
    margin: -1.5rem;
  }

  .sm\:last\:-m-8:last-child {
    margin: -2rem;
  }

  .sm\:last\:-m-10:last-child {
    margin: -2.5rem;
  }

  .sm\:last\:-m-12:last-child {
    margin: -3rem;
  }

  .sm\:last\:-m-16:last-child {
    margin: -4rem;
  }

  .sm\:last\:-m-20:last-child {
    margin: -5rem;
  }

  .sm\:last\:-m-24:last-child {
    margin: -6rem;
  }

  .sm\:last\:-m-32:last-child {
    margin: -8rem;
  }

  .sm\:last\:-m-40:last-child {
    margin: -10rem;
  }

  .sm\:last\:-m-48:last-child {
    margin: -12rem;
  }

  .sm\:last\:-m-56:last-child {
    margin: -14rem;
  }

  .sm\:last\:-m-64:last-child {
    margin: -16rem;
  }

  .sm\:last\:-m-px:last-child {
    margin: -1px;
  }

  .sm\:last\:my-0:last-child {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:last\:mx-0:last-child {
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:last\:my-1:last-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm\:last\:mx-1:last-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm\:last\:my-2:last-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:last\:mx-2:last-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:last\:my-3:last-child {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm\:last\:mx-3:last-child {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm\:last\:my-4:last-child {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:last\:mx-4:last-child {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:last\:my-5:last-child {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:last\:mx-5:last-child {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:last\:my-6:last-child {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:last\:mx-6:last-child {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:last\:my-8:last-child {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:last\:mx-8:last-child {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:last\:my-10:last-child {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:last\:mx-10:last-child {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:last\:my-12:last-child {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:last\:mx-12:last-child {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:last\:my-16:last-child {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:last\:mx-16:last-child {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:last\:my-20:last-child {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:last\:mx-20:last-child {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:last\:my-24:last-child {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:last\:mx-24:last-child {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:last\:my-32:last-child {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:last\:mx-32:last-child {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:last\:my-40:last-child {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm\:last\:mx-40:last-child {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm\:last\:my-48:last-child {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .sm\:last\:mx-48:last-child {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .sm\:last\:my-56:last-child {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sm\:last\:mx-56:last-child {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sm\:last\:my-64:last-child {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm\:last\:mx-64:last-child {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm\:last\:my-auto:last-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:last\:mx-auto:last-child {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:last\:my-px:last-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:last\:mx-px:last-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:last\:-my-1:last-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:last\:-mx-1:last-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:last\:-my-2:last-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:last\:-mx-2:last-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:last\:-my-3:last-child {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:last\:-mx-3:last-child {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:last\:-my-4:last-child {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:last\:-mx-4:last-child {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:last\:-my-5:last-child {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:last\:-mx-5:last-child {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:last\:-my-6:last-child {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:last\:-mx-6:last-child {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:last\:-my-8:last-child {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:last\:-mx-8:last-child {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:last\:-my-10:last-child {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:last\:-mx-10:last-child {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:last\:-my-12:last-child {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:last\:-mx-12:last-child {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:last\:-my-16:last-child {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:last\:-mx-16:last-child {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:last\:-my-20:last-child {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:last\:-mx-20:last-child {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:last\:-my-24:last-child {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:last\:-mx-24:last-child {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:last\:-my-32:last-child {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:last\:-mx-32:last-child {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:last\:-my-40:last-child {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sm\:last\:-mx-40:last-child {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sm\:last\:-my-48:last-child {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .sm\:last\:-mx-48:last-child {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .sm\:last\:-my-56:last-child {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .sm\:last\:-mx-56:last-child {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .sm\:last\:-my-64:last-child {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .sm\:last\:-mx-64:last-child {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .sm\:last\:-my-px:last-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:last\:-mx-px:last-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:last\:mt-0:last-child {
    margin-top: 0;
  }

  .sm\:last\:mr-0:last-child {
    margin-right: 0;
  }

  .sm\:last\:mb-0:last-child {
    margin-bottom: 0;
  }

  .sm\:last\:ml-0:last-child {
    margin-left: 0;
  }

  .sm\:last\:mt-1:last-child {
    margin-top: 0.25rem;
  }

  .sm\:last\:mr-1:last-child {
    margin-right: 0.25rem;
  }

  .sm\:last\:mb-1:last-child {
    margin-bottom: 0.25rem;
  }

  .sm\:last\:ml-1:last-child {
    margin-left: 0.25rem;
  }

  .sm\:last\:mt-2:last-child {
    margin-top: 0.5rem;
  }

  .sm\:last\:mr-2:last-child {
    margin-right: 0.5rem;
  }

  .sm\:last\:mb-2:last-child {
    margin-bottom: 0.5rem;
  }

  .sm\:last\:ml-2:last-child {
    margin-left: 0.5rem;
  }

  .sm\:last\:mt-3:last-child {
    margin-top: 0.75rem;
  }

  .sm\:last\:mr-3:last-child {
    margin-right: 0.75rem;
  }

  .sm\:last\:mb-3:last-child {
    margin-bottom: 0.75rem;
  }

  .sm\:last\:ml-3:last-child {
    margin-left: 0.75rem;
  }

  .sm\:last\:mt-4:last-child {
    margin-top: 1rem;
  }

  .sm\:last\:mr-4:last-child {
    margin-right: 1rem;
  }

  .sm\:last\:mb-4:last-child {
    margin-bottom: 1rem;
  }

  .sm\:last\:ml-4:last-child {
    margin-left: 1rem;
  }

  .sm\:last\:mt-5:last-child {
    margin-top: 1.25rem;
  }

  .sm\:last\:mr-5:last-child {
    margin-right: 1.25rem;
  }

  .sm\:last\:mb-5:last-child {
    margin-bottom: 1.25rem;
  }

  .sm\:last\:ml-5:last-child {
    margin-left: 1.25rem;
  }

  .sm\:last\:mt-6:last-child {
    margin-top: 1.5rem;
  }

  .sm\:last\:mr-6:last-child {
    margin-right: 1.5rem;
  }

  .sm\:last\:mb-6:last-child {
    margin-bottom: 1.5rem;
  }

  .sm\:last\:ml-6:last-child {
    margin-left: 1.5rem;
  }

  .sm\:last\:mt-8:last-child {
    margin-top: 2rem;
  }

  .sm\:last\:mr-8:last-child {
    margin-right: 2rem;
  }

  .sm\:last\:mb-8:last-child {
    margin-bottom: 2rem;
  }

  .sm\:last\:ml-8:last-child {
    margin-left: 2rem;
  }

  .sm\:last\:mt-10:last-child {
    margin-top: 2.5rem;
  }

  .sm\:last\:mr-10:last-child {
    margin-right: 2.5rem;
  }

  .sm\:last\:mb-10:last-child {
    margin-bottom: 2.5rem;
  }

  .sm\:last\:ml-10:last-child {
    margin-left: 2.5rem;
  }

  .sm\:last\:mt-12:last-child {
    margin-top: 3rem;
  }

  .sm\:last\:mr-12:last-child {
    margin-right: 3rem;
  }

  .sm\:last\:mb-12:last-child {
    margin-bottom: 3rem;
  }

  .sm\:last\:ml-12:last-child {
    margin-left: 3rem;
  }

  .sm\:last\:mt-16:last-child {
    margin-top: 4rem;
  }

  .sm\:last\:mr-16:last-child {
    margin-right: 4rem;
  }

  .sm\:last\:mb-16:last-child {
    margin-bottom: 4rem;
  }

  .sm\:last\:ml-16:last-child {
    margin-left: 4rem;
  }

  .sm\:last\:mt-20:last-child {
    margin-top: 5rem;
  }

  .sm\:last\:mr-20:last-child {
    margin-right: 5rem;
  }

  .sm\:last\:mb-20:last-child {
    margin-bottom: 5rem;
  }

  .sm\:last\:ml-20:last-child {
    margin-left: 5rem;
  }

  .sm\:last\:mt-24:last-child {
    margin-top: 6rem;
  }

  .sm\:last\:mr-24:last-child {
    margin-right: 6rem;
  }

  .sm\:last\:mb-24:last-child {
    margin-bottom: 6rem;
  }

  .sm\:last\:ml-24:last-child {
    margin-left: 6rem;
  }

  .sm\:last\:mt-32:last-child {
    margin-top: 8rem;
  }

  .sm\:last\:mr-32:last-child {
    margin-right: 8rem;
  }

  .sm\:last\:mb-32:last-child {
    margin-bottom: 8rem;
  }

  .sm\:last\:ml-32:last-child {
    margin-left: 8rem;
  }

  .sm\:last\:mt-40:last-child {
    margin-top: 10rem;
  }

  .sm\:last\:mr-40:last-child {
    margin-right: 10rem;
  }

  .sm\:last\:mb-40:last-child {
    margin-bottom: 10rem;
  }

  .sm\:last\:ml-40:last-child {
    margin-left: 10rem;
  }

  .sm\:last\:mt-48:last-child {
    margin-top: 12rem;
  }

  .sm\:last\:mr-48:last-child {
    margin-right: 12rem;
  }

  .sm\:last\:mb-48:last-child {
    margin-bottom: 12rem;
  }

  .sm\:last\:ml-48:last-child {
    margin-left: 12rem;
  }

  .sm\:last\:mt-56:last-child {
    margin-top: 14rem;
  }

  .sm\:last\:mr-56:last-child {
    margin-right: 14rem;
  }

  .sm\:last\:mb-56:last-child {
    margin-bottom: 14rem;
  }

  .sm\:last\:ml-56:last-child {
    margin-left: 14rem;
  }

  .sm\:last\:mt-64:last-child {
    margin-top: 16rem;
  }

  .sm\:last\:mr-64:last-child {
    margin-right: 16rem;
  }

  .sm\:last\:mb-64:last-child {
    margin-bottom: 16rem;
  }

  .sm\:last\:ml-64:last-child {
    margin-left: 16rem;
  }

  .sm\:last\:mt-auto:last-child {
    margin-top: auto;
  }

  .sm\:last\:mr-auto:last-child {
    margin-right: auto;
  }

  .sm\:last\:mb-auto:last-child {
    margin-bottom: auto;
  }

  .sm\:last\:ml-auto:last-child {
    margin-left: auto;
  }

  .sm\:last\:mt-px:last-child {
    margin-top: 1px;
  }

  .sm\:last\:mr-px:last-child {
    margin-right: 1px;
  }

  .sm\:last\:mb-px:last-child {
    margin-bottom: 1px;
  }

  .sm\:last\:ml-px:last-child {
    margin-left: 1px;
  }

  .sm\:last\:-mt-1:last-child {
    margin-top: -0.25rem;
  }

  .sm\:last\:-mr-1:last-child {
    margin-right: -0.25rem;
  }

  .sm\:last\:-mb-1:last-child {
    margin-bottom: -0.25rem;
  }

  .sm\:last\:-ml-1:last-child {
    margin-left: -0.25rem;
  }

  .sm\:last\:-mt-2:last-child {
    margin-top: -0.5rem;
  }

  .sm\:last\:-mr-2:last-child {
    margin-right: -0.5rem;
  }

  .sm\:last\:-mb-2:last-child {
    margin-bottom: -0.5rem;
  }

  .sm\:last\:-ml-2:last-child {
    margin-left: -0.5rem;
  }

  .sm\:last\:-mt-3:last-child {
    margin-top: -0.75rem;
  }

  .sm\:last\:-mr-3:last-child {
    margin-right: -0.75rem;
  }

  .sm\:last\:-mb-3:last-child {
    margin-bottom: -0.75rem;
  }

  .sm\:last\:-ml-3:last-child {
    margin-left: -0.75rem;
  }

  .sm\:last\:-mt-4:last-child {
    margin-top: -1rem;
  }

  .sm\:last\:-mr-4:last-child {
    margin-right: -1rem;
  }

  .sm\:last\:-mb-4:last-child {
    margin-bottom: -1rem;
  }

  .sm\:last\:-ml-4:last-child {
    margin-left: -1rem;
  }

  .sm\:last\:-mt-5:last-child {
    margin-top: -1.25rem;
  }

  .sm\:last\:-mr-5:last-child {
    margin-right: -1.25rem;
  }

  .sm\:last\:-mb-5:last-child {
    margin-bottom: -1.25rem;
  }

  .sm\:last\:-ml-5:last-child {
    margin-left: -1.25rem;
  }

  .sm\:last\:-mt-6:last-child {
    margin-top: -1.5rem;
  }

  .sm\:last\:-mr-6:last-child {
    margin-right: -1.5rem;
  }

  .sm\:last\:-mb-6:last-child {
    margin-bottom: -1.5rem;
  }

  .sm\:last\:-ml-6:last-child {
    margin-left: -1.5rem;
  }

  .sm\:last\:-mt-8:last-child {
    margin-top: -2rem;
  }

  .sm\:last\:-mr-8:last-child {
    margin-right: -2rem;
  }

  .sm\:last\:-mb-8:last-child {
    margin-bottom: -2rem;
  }

  .sm\:last\:-ml-8:last-child {
    margin-left: -2rem;
  }

  .sm\:last\:-mt-10:last-child {
    margin-top: -2.5rem;
  }

  .sm\:last\:-mr-10:last-child {
    margin-right: -2.5rem;
  }

  .sm\:last\:-mb-10:last-child {
    margin-bottom: -2.5rem;
  }

  .sm\:last\:-ml-10:last-child {
    margin-left: -2.5rem;
  }

  .sm\:last\:-mt-12:last-child {
    margin-top: -3rem;
  }

  .sm\:last\:-mr-12:last-child {
    margin-right: -3rem;
  }

  .sm\:last\:-mb-12:last-child {
    margin-bottom: -3rem;
  }

  .sm\:last\:-ml-12:last-child {
    margin-left: -3rem;
  }

  .sm\:last\:-mt-16:last-child {
    margin-top: -4rem;
  }

  .sm\:last\:-mr-16:last-child {
    margin-right: -4rem;
  }

  .sm\:last\:-mb-16:last-child {
    margin-bottom: -4rem;
  }

  .sm\:last\:-ml-16:last-child {
    margin-left: -4rem;
  }

  .sm\:last\:-mt-20:last-child {
    margin-top: -5rem;
  }

  .sm\:last\:-mr-20:last-child {
    margin-right: -5rem;
  }

  .sm\:last\:-mb-20:last-child {
    margin-bottom: -5rem;
  }

  .sm\:last\:-ml-20:last-child {
    margin-left: -5rem;
  }

  .sm\:last\:-mt-24:last-child {
    margin-top: -6rem;
  }

  .sm\:last\:-mr-24:last-child {
    margin-right: -6rem;
  }

  .sm\:last\:-mb-24:last-child {
    margin-bottom: -6rem;
  }

  .sm\:last\:-ml-24:last-child {
    margin-left: -6rem;
  }

  .sm\:last\:-mt-32:last-child {
    margin-top: -8rem;
  }

  .sm\:last\:-mr-32:last-child {
    margin-right: -8rem;
  }

  .sm\:last\:-mb-32:last-child {
    margin-bottom: -8rem;
  }

  .sm\:last\:-ml-32:last-child {
    margin-left: -8rem;
  }

  .sm\:last\:-mt-40:last-child {
    margin-top: -10rem;
  }

  .sm\:last\:-mr-40:last-child {
    margin-right: -10rem;
  }

  .sm\:last\:-mb-40:last-child {
    margin-bottom: -10rem;
  }

  .sm\:last\:-ml-40:last-child {
    margin-left: -10rem;
  }

  .sm\:last\:-mt-48:last-child {
    margin-top: -12rem;
  }

  .sm\:last\:-mr-48:last-child {
    margin-right: -12rem;
  }

  .sm\:last\:-mb-48:last-child {
    margin-bottom: -12rem;
  }

  .sm\:last\:-ml-48:last-child {
    margin-left: -12rem;
  }

  .sm\:last\:-mt-56:last-child {
    margin-top: -14rem;
  }

  .sm\:last\:-mr-56:last-child {
    margin-right: -14rem;
  }

  .sm\:last\:-mb-56:last-child {
    margin-bottom: -14rem;
  }

  .sm\:last\:-ml-56:last-child {
    margin-left: -14rem;
  }

  .sm\:last\:-mt-64:last-child {
    margin-top: -16rem;
  }

  .sm\:last\:-mr-64:last-child {
    margin-right: -16rem;
  }

  .sm\:last\:-mb-64:last-child {
    margin-bottom: -16rem;
  }

  .sm\:last\:-ml-64:last-child {
    margin-left: -16rem;
  }

  .sm\:last\:-mt-px:last-child {
    margin-top: -1px;
  }

  .sm\:last\:-mr-px:last-child {
    margin-right: -1px;
  }

  .sm\:last\:-mb-px:last-child {
    margin-bottom: -1px;
  }

  .sm\:last\:-ml-px:last-child {
    margin-left: -1px;
  }

  .sm\:odd\:m-0:nth-child(odd) {
    margin: 0;
  }

  .sm\:odd\:m-1:nth-child(odd) {
    margin: 0.25rem;
  }

  .sm\:odd\:m-2:nth-child(odd) {
    margin: 0.5rem;
  }

  .sm\:odd\:m-3:nth-child(odd) {
    margin: 0.75rem;
  }

  .sm\:odd\:m-4:nth-child(odd) {
    margin: 1rem;
  }

  .sm\:odd\:m-5:nth-child(odd) {
    margin: 1.25rem;
  }

  .sm\:odd\:m-6:nth-child(odd) {
    margin: 1.5rem;
  }

  .sm\:odd\:m-8:nth-child(odd) {
    margin: 2rem;
  }

  .sm\:odd\:m-10:nth-child(odd) {
    margin: 2.5rem;
  }

  .sm\:odd\:m-12:nth-child(odd) {
    margin: 3rem;
  }

  .sm\:odd\:m-16:nth-child(odd) {
    margin: 4rem;
  }

  .sm\:odd\:m-20:nth-child(odd) {
    margin: 5rem;
  }

  .sm\:odd\:m-24:nth-child(odd) {
    margin: 6rem;
  }

  .sm\:odd\:m-32:nth-child(odd) {
    margin: 8rem;
  }

  .sm\:odd\:m-40:nth-child(odd) {
    margin: 10rem;
  }

  .sm\:odd\:m-48:nth-child(odd) {
    margin: 12rem;
  }

  .sm\:odd\:m-56:nth-child(odd) {
    margin: 14rem;
  }

  .sm\:odd\:m-64:nth-child(odd) {
    margin: 16rem;
  }

  .sm\:odd\:m-auto:nth-child(odd) {
    margin: auto;
  }

  .sm\:odd\:m-px:nth-child(odd) {
    margin: 1px;
  }

  .sm\:odd\:-m-1:nth-child(odd) {
    margin: -0.25rem;
  }

  .sm\:odd\:-m-2:nth-child(odd) {
    margin: -0.5rem;
  }

  .sm\:odd\:-m-3:nth-child(odd) {
    margin: -0.75rem;
  }

  .sm\:odd\:-m-4:nth-child(odd) {
    margin: -1rem;
  }

  .sm\:odd\:-m-5:nth-child(odd) {
    margin: -1.25rem;
  }

  .sm\:odd\:-m-6:nth-child(odd) {
    margin: -1.5rem;
  }

  .sm\:odd\:-m-8:nth-child(odd) {
    margin: -2rem;
  }

  .sm\:odd\:-m-10:nth-child(odd) {
    margin: -2.5rem;
  }

  .sm\:odd\:-m-12:nth-child(odd) {
    margin: -3rem;
  }

  .sm\:odd\:-m-16:nth-child(odd) {
    margin: -4rem;
  }

  .sm\:odd\:-m-20:nth-child(odd) {
    margin: -5rem;
  }

  .sm\:odd\:-m-24:nth-child(odd) {
    margin: -6rem;
  }

  .sm\:odd\:-m-32:nth-child(odd) {
    margin: -8rem;
  }

  .sm\:odd\:-m-40:nth-child(odd) {
    margin: -10rem;
  }

  .sm\:odd\:-m-48:nth-child(odd) {
    margin: -12rem;
  }

  .sm\:odd\:-m-56:nth-child(odd) {
    margin: -14rem;
  }

  .sm\:odd\:-m-64:nth-child(odd) {
    margin: -16rem;
  }

  .sm\:odd\:-m-px:nth-child(odd) {
    margin: -1px;
  }

  .sm\:odd\:my-0:nth-child(odd) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:odd\:mx-0:nth-child(odd) {
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:odd\:my-1:nth-child(odd) {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm\:odd\:mx-1:nth-child(odd) {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm\:odd\:my-2:nth-child(odd) {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:odd\:mx-2:nth-child(odd) {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:odd\:my-3:nth-child(odd) {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm\:odd\:mx-3:nth-child(odd) {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm\:odd\:my-4:nth-child(odd) {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:odd\:mx-4:nth-child(odd) {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:odd\:my-5:nth-child(odd) {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:odd\:mx-5:nth-child(odd) {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:odd\:my-6:nth-child(odd) {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:odd\:mx-6:nth-child(odd) {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:odd\:my-8:nth-child(odd) {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:odd\:mx-8:nth-child(odd) {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:odd\:my-10:nth-child(odd) {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:odd\:mx-10:nth-child(odd) {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:odd\:my-12:nth-child(odd) {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:odd\:mx-12:nth-child(odd) {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:odd\:my-16:nth-child(odd) {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:odd\:mx-16:nth-child(odd) {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:odd\:my-20:nth-child(odd) {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:odd\:mx-20:nth-child(odd) {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:odd\:my-24:nth-child(odd) {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:odd\:mx-24:nth-child(odd) {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:odd\:my-32:nth-child(odd) {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:odd\:mx-32:nth-child(odd) {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:odd\:my-40:nth-child(odd) {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm\:odd\:mx-40:nth-child(odd) {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm\:odd\:my-48:nth-child(odd) {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .sm\:odd\:mx-48:nth-child(odd) {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .sm\:odd\:my-56:nth-child(odd) {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sm\:odd\:mx-56:nth-child(odd) {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sm\:odd\:my-64:nth-child(odd) {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm\:odd\:mx-64:nth-child(odd) {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm\:odd\:my-auto:nth-child(odd) {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:odd\:mx-auto:nth-child(odd) {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:odd\:my-px:nth-child(odd) {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:odd\:mx-px:nth-child(odd) {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:odd\:-my-1:nth-child(odd) {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:odd\:-mx-1:nth-child(odd) {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:odd\:-my-2:nth-child(odd) {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:odd\:-mx-2:nth-child(odd) {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:odd\:-my-3:nth-child(odd) {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:odd\:-mx-3:nth-child(odd) {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:odd\:-my-4:nth-child(odd) {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:odd\:-mx-4:nth-child(odd) {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:odd\:-my-5:nth-child(odd) {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:odd\:-mx-5:nth-child(odd) {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:odd\:-my-6:nth-child(odd) {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:odd\:-mx-6:nth-child(odd) {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:odd\:-my-8:nth-child(odd) {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:odd\:-mx-8:nth-child(odd) {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:odd\:-my-10:nth-child(odd) {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:odd\:-mx-10:nth-child(odd) {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:odd\:-my-12:nth-child(odd) {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:odd\:-mx-12:nth-child(odd) {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:odd\:-my-16:nth-child(odd) {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:odd\:-mx-16:nth-child(odd) {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:odd\:-my-20:nth-child(odd) {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:odd\:-mx-20:nth-child(odd) {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:odd\:-my-24:nth-child(odd) {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:odd\:-mx-24:nth-child(odd) {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:odd\:-my-32:nth-child(odd) {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:odd\:-mx-32:nth-child(odd) {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:odd\:-my-40:nth-child(odd) {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sm\:odd\:-mx-40:nth-child(odd) {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sm\:odd\:-my-48:nth-child(odd) {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .sm\:odd\:-mx-48:nth-child(odd) {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .sm\:odd\:-my-56:nth-child(odd) {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .sm\:odd\:-mx-56:nth-child(odd) {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .sm\:odd\:-my-64:nth-child(odd) {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .sm\:odd\:-mx-64:nth-child(odd) {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .sm\:odd\:-my-px:nth-child(odd) {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:odd\:-mx-px:nth-child(odd) {
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:odd\:mt-0:nth-child(odd) {
    margin-top: 0;
  }

  .sm\:odd\:mr-0:nth-child(odd) {
    margin-right: 0;
  }

  .sm\:odd\:mb-0:nth-child(odd) {
    margin-bottom: 0;
  }

  .sm\:odd\:ml-0:nth-child(odd) {
    margin-left: 0;
  }

  .sm\:odd\:mt-1:nth-child(odd) {
    margin-top: 0.25rem;
  }

  .sm\:odd\:mr-1:nth-child(odd) {
    margin-right: 0.25rem;
  }

  .sm\:odd\:mb-1:nth-child(odd) {
    margin-bottom: 0.25rem;
  }

  .sm\:odd\:ml-1:nth-child(odd) {
    margin-left: 0.25rem;
  }

  .sm\:odd\:mt-2:nth-child(odd) {
    margin-top: 0.5rem;
  }

  .sm\:odd\:mr-2:nth-child(odd) {
    margin-right: 0.5rem;
  }

  .sm\:odd\:mb-2:nth-child(odd) {
    margin-bottom: 0.5rem;
  }

  .sm\:odd\:ml-2:nth-child(odd) {
    margin-left: 0.5rem;
  }

  .sm\:odd\:mt-3:nth-child(odd) {
    margin-top: 0.75rem;
  }

  .sm\:odd\:mr-3:nth-child(odd) {
    margin-right: 0.75rem;
  }

  .sm\:odd\:mb-3:nth-child(odd) {
    margin-bottom: 0.75rem;
  }

  .sm\:odd\:ml-3:nth-child(odd) {
    margin-left: 0.75rem;
  }

  .sm\:odd\:mt-4:nth-child(odd) {
    margin-top: 1rem;
  }

  .sm\:odd\:mr-4:nth-child(odd) {
    margin-right: 1rem;
  }

  .sm\:odd\:mb-4:nth-child(odd) {
    margin-bottom: 1rem;
  }

  .sm\:odd\:ml-4:nth-child(odd) {
    margin-left: 1rem;
  }

  .sm\:odd\:mt-5:nth-child(odd) {
    margin-top: 1.25rem;
  }

  .sm\:odd\:mr-5:nth-child(odd) {
    margin-right: 1.25rem;
  }

  .sm\:odd\:mb-5:nth-child(odd) {
    margin-bottom: 1.25rem;
  }

  .sm\:odd\:ml-5:nth-child(odd) {
    margin-left: 1.25rem;
  }

  .sm\:odd\:mt-6:nth-child(odd) {
    margin-top: 1.5rem;
  }

  .sm\:odd\:mr-6:nth-child(odd) {
    margin-right: 1.5rem;
  }

  .sm\:odd\:mb-6:nth-child(odd) {
    margin-bottom: 1.5rem;
  }

  .sm\:odd\:ml-6:nth-child(odd) {
    margin-left: 1.5rem;
  }

  .sm\:odd\:mt-8:nth-child(odd) {
    margin-top: 2rem;
  }

  .sm\:odd\:mr-8:nth-child(odd) {
    margin-right: 2rem;
  }

  .sm\:odd\:mb-8:nth-child(odd) {
    margin-bottom: 2rem;
  }

  .sm\:odd\:ml-8:nth-child(odd) {
    margin-left: 2rem;
  }

  .sm\:odd\:mt-10:nth-child(odd) {
    margin-top: 2.5rem;
  }

  .sm\:odd\:mr-10:nth-child(odd) {
    margin-right: 2.5rem;
  }

  .sm\:odd\:mb-10:nth-child(odd) {
    margin-bottom: 2.5rem;
  }

  .sm\:odd\:ml-10:nth-child(odd) {
    margin-left: 2.5rem;
  }

  .sm\:odd\:mt-12:nth-child(odd) {
    margin-top: 3rem;
  }

  .sm\:odd\:mr-12:nth-child(odd) {
    margin-right: 3rem;
  }

  .sm\:odd\:mb-12:nth-child(odd) {
    margin-bottom: 3rem;
  }

  .sm\:odd\:ml-12:nth-child(odd) {
    margin-left: 3rem;
  }

  .sm\:odd\:mt-16:nth-child(odd) {
    margin-top: 4rem;
  }

  .sm\:odd\:mr-16:nth-child(odd) {
    margin-right: 4rem;
  }

  .sm\:odd\:mb-16:nth-child(odd) {
    margin-bottom: 4rem;
  }

  .sm\:odd\:ml-16:nth-child(odd) {
    margin-left: 4rem;
  }

  .sm\:odd\:mt-20:nth-child(odd) {
    margin-top: 5rem;
  }

  .sm\:odd\:mr-20:nth-child(odd) {
    margin-right: 5rem;
  }

  .sm\:odd\:mb-20:nth-child(odd) {
    margin-bottom: 5rem;
  }

  .sm\:odd\:ml-20:nth-child(odd) {
    margin-left: 5rem;
  }

  .sm\:odd\:mt-24:nth-child(odd) {
    margin-top: 6rem;
  }

  .sm\:odd\:mr-24:nth-child(odd) {
    margin-right: 6rem;
  }

  .sm\:odd\:mb-24:nth-child(odd) {
    margin-bottom: 6rem;
  }

  .sm\:odd\:ml-24:nth-child(odd) {
    margin-left: 6rem;
  }

  .sm\:odd\:mt-32:nth-child(odd) {
    margin-top: 8rem;
  }

  .sm\:odd\:mr-32:nth-child(odd) {
    margin-right: 8rem;
  }

  .sm\:odd\:mb-32:nth-child(odd) {
    margin-bottom: 8rem;
  }

  .sm\:odd\:ml-32:nth-child(odd) {
    margin-left: 8rem;
  }

  .sm\:odd\:mt-40:nth-child(odd) {
    margin-top: 10rem;
  }

  .sm\:odd\:mr-40:nth-child(odd) {
    margin-right: 10rem;
  }

  .sm\:odd\:mb-40:nth-child(odd) {
    margin-bottom: 10rem;
  }

  .sm\:odd\:ml-40:nth-child(odd) {
    margin-left: 10rem;
  }

  .sm\:odd\:mt-48:nth-child(odd) {
    margin-top: 12rem;
  }

  .sm\:odd\:mr-48:nth-child(odd) {
    margin-right: 12rem;
  }

  .sm\:odd\:mb-48:nth-child(odd) {
    margin-bottom: 12rem;
  }

  .sm\:odd\:ml-48:nth-child(odd) {
    margin-left: 12rem;
  }

  .sm\:odd\:mt-56:nth-child(odd) {
    margin-top: 14rem;
  }

  .sm\:odd\:mr-56:nth-child(odd) {
    margin-right: 14rem;
  }

  .sm\:odd\:mb-56:nth-child(odd) {
    margin-bottom: 14rem;
  }

  .sm\:odd\:ml-56:nth-child(odd) {
    margin-left: 14rem;
  }

  .sm\:odd\:mt-64:nth-child(odd) {
    margin-top: 16rem;
  }

  .sm\:odd\:mr-64:nth-child(odd) {
    margin-right: 16rem;
  }

  .sm\:odd\:mb-64:nth-child(odd) {
    margin-bottom: 16rem;
  }

  .sm\:odd\:ml-64:nth-child(odd) {
    margin-left: 16rem;
  }

  .sm\:odd\:mt-auto:nth-child(odd) {
    margin-top: auto;
  }

  .sm\:odd\:mr-auto:nth-child(odd) {
    margin-right: auto;
  }

  .sm\:odd\:mb-auto:nth-child(odd) {
    margin-bottom: auto;
  }

  .sm\:odd\:ml-auto:nth-child(odd) {
    margin-left: auto;
  }

  .sm\:odd\:mt-px:nth-child(odd) {
    margin-top: 1px;
  }

  .sm\:odd\:mr-px:nth-child(odd) {
    margin-right: 1px;
  }

  .sm\:odd\:mb-px:nth-child(odd) {
    margin-bottom: 1px;
  }

  .sm\:odd\:ml-px:nth-child(odd) {
    margin-left: 1px;
  }

  .sm\:odd\:-mt-1:nth-child(odd) {
    margin-top: -0.25rem;
  }

  .sm\:odd\:-mr-1:nth-child(odd) {
    margin-right: -0.25rem;
  }

  .sm\:odd\:-mb-1:nth-child(odd) {
    margin-bottom: -0.25rem;
  }

  .sm\:odd\:-ml-1:nth-child(odd) {
    margin-left: -0.25rem;
  }

  .sm\:odd\:-mt-2:nth-child(odd) {
    margin-top: -0.5rem;
  }

  .sm\:odd\:-mr-2:nth-child(odd) {
    margin-right: -0.5rem;
  }

  .sm\:odd\:-mb-2:nth-child(odd) {
    margin-bottom: -0.5rem;
  }

  .sm\:odd\:-ml-2:nth-child(odd) {
    margin-left: -0.5rem;
  }

  .sm\:odd\:-mt-3:nth-child(odd) {
    margin-top: -0.75rem;
  }

  .sm\:odd\:-mr-3:nth-child(odd) {
    margin-right: -0.75rem;
  }

  .sm\:odd\:-mb-3:nth-child(odd) {
    margin-bottom: -0.75rem;
  }

  .sm\:odd\:-ml-3:nth-child(odd) {
    margin-left: -0.75rem;
  }

  .sm\:odd\:-mt-4:nth-child(odd) {
    margin-top: -1rem;
  }

  .sm\:odd\:-mr-4:nth-child(odd) {
    margin-right: -1rem;
  }

  .sm\:odd\:-mb-4:nth-child(odd) {
    margin-bottom: -1rem;
  }

  .sm\:odd\:-ml-4:nth-child(odd) {
    margin-left: -1rem;
  }

  .sm\:odd\:-mt-5:nth-child(odd) {
    margin-top: -1.25rem;
  }

  .sm\:odd\:-mr-5:nth-child(odd) {
    margin-right: -1.25rem;
  }

  .sm\:odd\:-mb-5:nth-child(odd) {
    margin-bottom: -1.25rem;
  }

  .sm\:odd\:-ml-5:nth-child(odd) {
    margin-left: -1.25rem;
  }

  .sm\:odd\:-mt-6:nth-child(odd) {
    margin-top: -1.5rem;
  }

  .sm\:odd\:-mr-6:nth-child(odd) {
    margin-right: -1.5rem;
  }

  .sm\:odd\:-mb-6:nth-child(odd) {
    margin-bottom: -1.5rem;
  }

  .sm\:odd\:-ml-6:nth-child(odd) {
    margin-left: -1.5rem;
  }

  .sm\:odd\:-mt-8:nth-child(odd) {
    margin-top: -2rem;
  }

  .sm\:odd\:-mr-8:nth-child(odd) {
    margin-right: -2rem;
  }

  .sm\:odd\:-mb-8:nth-child(odd) {
    margin-bottom: -2rem;
  }

  .sm\:odd\:-ml-8:nth-child(odd) {
    margin-left: -2rem;
  }

  .sm\:odd\:-mt-10:nth-child(odd) {
    margin-top: -2.5rem;
  }

  .sm\:odd\:-mr-10:nth-child(odd) {
    margin-right: -2.5rem;
  }

  .sm\:odd\:-mb-10:nth-child(odd) {
    margin-bottom: -2.5rem;
  }

  .sm\:odd\:-ml-10:nth-child(odd) {
    margin-left: -2.5rem;
  }

  .sm\:odd\:-mt-12:nth-child(odd) {
    margin-top: -3rem;
  }

  .sm\:odd\:-mr-12:nth-child(odd) {
    margin-right: -3rem;
  }

  .sm\:odd\:-mb-12:nth-child(odd) {
    margin-bottom: -3rem;
  }

  .sm\:odd\:-ml-12:nth-child(odd) {
    margin-left: -3rem;
  }

  .sm\:odd\:-mt-16:nth-child(odd) {
    margin-top: -4rem;
  }

  .sm\:odd\:-mr-16:nth-child(odd) {
    margin-right: -4rem;
  }

  .sm\:odd\:-mb-16:nth-child(odd) {
    margin-bottom: -4rem;
  }

  .sm\:odd\:-ml-16:nth-child(odd) {
    margin-left: -4rem;
  }

  .sm\:odd\:-mt-20:nth-child(odd) {
    margin-top: -5rem;
  }

  .sm\:odd\:-mr-20:nth-child(odd) {
    margin-right: -5rem;
  }

  .sm\:odd\:-mb-20:nth-child(odd) {
    margin-bottom: -5rem;
  }

  .sm\:odd\:-ml-20:nth-child(odd) {
    margin-left: -5rem;
  }

  .sm\:odd\:-mt-24:nth-child(odd) {
    margin-top: -6rem;
  }

  .sm\:odd\:-mr-24:nth-child(odd) {
    margin-right: -6rem;
  }

  .sm\:odd\:-mb-24:nth-child(odd) {
    margin-bottom: -6rem;
  }

  .sm\:odd\:-ml-24:nth-child(odd) {
    margin-left: -6rem;
  }

  .sm\:odd\:-mt-32:nth-child(odd) {
    margin-top: -8rem;
  }

  .sm\:odd\:-mr-32:nth-child(odd) {
    margin-right: -8rem;
  }

  .sm\:odd\:-mb-32:nth-child(odd) {
    margin-bottom: -8rem;
  }

  .sm\:odd\:-ml-32:nth-child(odd) {
    margin-left: -8rem;
  }

  .sm\:odd\:-mt-40:nth-child(odd) {
    margin-top: -10rem;
  }

  .sm\:odd\:-mr-40:nth-child(odd) {
    margin-right: -10rem;
  }

  .sm\:odd\:-mb-40:nth-child(odd) {
    margin-bottom: -10rem;
  }

  .sm\:odd\:-ml-40:nth-child(odd) {
    margin-left: -10rem;
  }

  .sm\:odd\:-mt-48:nth-child(odd) {
    margin-top: -12rem;
  }

  .sm\:odd\:-mr-48:nth-child(odd) {
    margin-right: -12rem;
  }

  .sm\:odd\:-mb-48:nth-child(odd) {
    margin-bottom: -12rem;
  }

  .sm\:odd\:-ml-48:nth-child(odd) {
    margin-left: -12rem;
  }

  .sm\:odd\:-mt-56:nth-child(odd) {
    margin-top: -14rem;
  }

  .sm\:odd\:-mr-56:nth-child(odd) {
    margin-right: -14rem;
  }

  .sm\:odd\:-mb-56:nth-child(odd) {
    margin-bottom: -14rem;
  }

  .sm\:odd\:-ml-56:nth-child(odd) {
    margin-left: -14rem;
  }

  .sm\:odd\:-mt-64:nth-child(odd) {
    margin-top: -16rem;
  }

  .sm\:odd\:-mr-64:nth-child(odd) {
    margin-right: -16rem;
  }

  .sm\:odd\:-mb-64:nth-child(odd) {
    margin-bottom: -16rem;
  }

  .sm\:odd\:-ml-64:nth-child(odd) {
    margin-left: -16rem;
  }

  .sm\:odd\:-mt-px:nth-child(odd) {
    margin-top: -1px;
  }

  .sm\:odd\:-mr-px:nth-child(odd) {
    margin-right: -1px;
  }

  .sm\:odd\:-mb-px:nth-child(odd) {
    margin-bottom: -1px;
  }

  .sm\:odd\:-ml-px:nth-child(odd) {
    margin-left: -1px;
  }

  .sm\:even\:m-0:nth-child(even) {
    margin: 0;
  }

  .sm\:even\:m-1:nth-child(even) {
    margin: 0.25rem;
  }

  .sm\:even\:m-2:nth-child(even) {
    margin: 0.5rem;
  }

  .sm\:even\:m-3:nth-child(even) {
    margin: 0.75rem;
  }

  .sm\:even\:m-4:nth-child(even) {
    margin: 1rem;
  }

  .sm\:even\:m-5:nth-child(even) {
    margin: 1.25rem;
  }

  .sm\:even\:m-6:nth-child(even) {
    margin: 1.5rem;
  }

  .sm\:even\:m-8:nth-child(even) {
    margin: 2rem;
  }

  .sm\:even\:m-10:nth-child(even) {
    margin: 2.5rem;
  }

  .sm\:even\:m-12:nth-child(even) {
    margin: 3rem;
  }

  .sm\:even\:m-16:nth-child(even) {
    margin: 4rem;
  }

  .sm\:even\:m-20:nth-child(even) {
    margin: 5rem;
  }

  .sm\:even\:m-24:nth-child(even) {
    margin: 6rem;
  }

  .sm\:even\:m-32:nth-child(even) {
    margin: 8rem;
  }

  .sm\:even\:m-40:nth-child(even) {
    margin: 10rem;
  }

  .sm\:even\:m-48:nth-child(even) {
    margin: 12rem;
  }

  .sm\:even\:m-56:nth-child(even) {
    margin: 14rem;
  }

  .sm\:even\:m-64:nth-child(even) {
    margin: 16rem;
  }

  .sm\:even\:m-auto:nth-child(even) {
    margin: auto;
  }

  .sm\:even\:m-px:nth-child(even) {
    margin: 1px;
  }

  .sm\:even\:-m-1:nth-child(even) {
    margin: -0.25rem;
  }

  .sm\:even\:-m-2:nth-child(even) {
    margin: -0.5rem;
  }

  .sm\:even\:-m-3:nth-child(even) {
    margin: -0.75rem;
  }

  .sm\:even\:-m-4:nth-child(even) {
    margin: -1rem;
  }

  .sm\:even\:-m-5:nth-child(even) {
    margin: -1.25rem;
  }

  .sm\:even\:-m-6:nth-child(even) {
    margin: -1.5rem;
  }

  .sm\:even\:-m-8:nth-child(even) {
    margin: -2rem;
  }

  .sm\:even\:-m-10:nth-child(even) {
    margin: -2.5rem;
  }

  .sm\:even\:-m-12:nth-child(even) {
    margin: -3rem;
  }

  .sm\:even\:-m-16:nth-child(even) {
    margin: -4rem;
  }

  .sm\:even\:-m-20:nth-child(even) {
    margin: -5rem;
  }

  .sm\:even\:-m-24:nth-child(even) {
    margin: -6rem;
  }

  .sm\:even\:-m-32:nth-child(even) {
    margin: -8rem;
  }

  .sm\:even\:-m-40:nth-child(even) {
    margin: -10rem;
  }

  .sm\:even\:-m-48:nth-child(even) {
    margin: -12rem;
  }

  .sm\:even\:-m-56:nth-child(even) {
    margin: -14rem;
  }

  .sm\:even\:-m-64:nth-child(even) {
    margin: -16rem;
  }

  .sm\:even\:-m-px:nth-child(even) {
    margin: -1px;
  }

  .sm\:even\:my-0:nth-child(even) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:even\:mx-0:nth-child(even) {
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:even\:my-1:nth-child(even) {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm\:even\:mx-1:nth-child(even) {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm\:even\:my-2:nth-child(even) {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:even\:mx-2:nth-child(even) {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:even\:my-3:nth-child(even) {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm\:even\:mx-3:nth-child(even) {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm\:even\:my-4:nth-child(even) {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:even\:mx-4:nth-child(even) {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:even\:my-5:nth-child(even) {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:even\:mx-5:nth-child(even) {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:even\:my-6:nth-child(even) {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:even\:mx-6:nth-child(even) {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:even\:my-8:nth-child(even) {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:even\:mx-8:nth-child(even) {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:even\:my-10:nth-child(even) {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:even\:mx-10:nth-child(even) {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:even\:my-12:nth-child(even) {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:even\:mx-12:nth-child(even) {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:even\:my-16:nth-child(even) {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:even\:mx-16:nth-child(even) {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:even\:my-20:nth-child(even) {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:even\:mx-20:nth-child(even) {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:even\:my-24:nth-child(even) {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:even\:mx-24:nth-child(even) {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:even\:my-32:nth-child(even) {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:even\:mx-32:nth-child(even) {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:even\:my-40:nth-child(even) {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm\:even\:mx-40:nth-child(even) {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm\:even\:my-48:nth-child(even) {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .sm\:even\:mx-48:nth-child(even) {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .sm\:even\:my-56:nth-child(even) {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sm\:even\:mx-56:nth-child(even) {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sm\:even\:my-64:nth-child(even) {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm\:even\:mx-64:nth-child(even) {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm\:even\:my-auto:nth-child(even) {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:even\:mx-auto:nth-child(even) {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:even\:my-px:nth-child(even) {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:even\:mx-px:nth-child(even) {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:even\:-my-1:nth-child(even) {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:even\:-mx-1:nth-child(even) {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:even\:-my-2:nth-child(even) {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:even\:-mx-2:nth-child(even) {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:even\:-my-3:nth-child(even) {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:even\:-mx-3:nth-child(even) {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:even\:-my-4:nth-child(even) {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:even\:-mx-4:nth-child(even) {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:even\:-my-5:nth-child(even) {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:even\:-mx-5:nth-child(even) {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:even\:-my-6:nth-child(even) {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:even\:-mx-6:nth-child(even) {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:even\:-my-8:nth-child(even) {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:even\:-mx-8:nth-child(even) {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:even\:-my-10:nth-child(even) {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:even\:-mx-10:nth-child(even) {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:even\:-my-12:nth-child(even) {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:even\:-mx-12:nth-child(even) {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:even\:-my-16:nth-child(even) {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:even\:-mx-16:nth-child(even) {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:even\:-my-20:nth-child(even) {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:even\:-mx-20:nth-child(even) {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:even\:-my-24:nth-child(even) {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:even\:-mx-24:nth-child(even) {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:even\:-my-32:nth-child(even) {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:even\:-mx-32:nth-child(even) {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:even\:-my-40:nth-child(even) {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sm\:even\:-mx-40:nth-child(even) {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sm\:even\:-my-48:nth-child(even) {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .sm\:even\:-mx-48:nth-child(even) {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .sm\:even\:-my-56:nth-child(even) {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .sm\:even\:-mx-56:nth-child(even) {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .sm\:even\:-my-64:nth-child(even) {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .sm\:even\:-mx-64:nth-child(even) {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .sm\:even\:-my-px:nth-child(even) {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:even\:-mx-px:nth-child(even) {
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:even\:mt-0:nth-child(even) {
    margin-top: 0;
  }

  .sm\:even\:mr-0:nth-child(even) {
    margin-right: 0;
  }

  .sm\:even\:mb-0:nth-child(even) {
    margin-bottom: 0;
  }

  .sm\:even\:ml-0:nth-child(even) {
    margin-left: 0;
  }

  .sm\:even\:mt-1:nth-child(even) {
    margin-top: 0.25rem;
  }

  .sm\:even\:mr-1:nth-child(even) {
    margin-right: 0.25rem;
  }

  .sm\:even\:mb-1:nth-child(even) {
    margin-bottom: 0.25rem;
  }

  .sm\:even\:ml-1:nth-child(even) {
    margin-left: 0.25rem;
  }

  .sm\:even\:mt-2:nth-child(even) {
    margin-top: 0.5rem;
  }

  .sm\:even\:mr-2:nth-child(even) {
    margin-right: 0.5rem;
  }

  .sm\:even\:mb-2:nth-child(even) {
    margin-bottom: 0.5rem;
  }

  .sm\:even\:ml-2:nth-child(even) {
    margin-left: 0.5rem;
  }

  .sm\:even\:mt-3:nth-child(even) {
    margin-top: 0.75rem;
  }

  .sm\:even\:mr-3:nth-child(even) {
    margin-right: 0.75rem;
  }

  .sm\:even\:mb-3:nth-child(even) {
    margin-bottom: 0.75rem;
  }

  .sm\:even\:ml-3:nth-child(even) {
    margin-left: 0.75rem;
  }

  .sm\:even\:mt-4:nth-child(even) {
    margin-top: 1rem;
  }

  .sm\:even\:mr-4:nth-child(even) {
    margin-right: 1rem;
  }

  .sm\:even\:mb-4:nth-child(even) {
    margin-bottom: 1rem;
  }

  .sm\:even\:ml-4:nth-child(even) {
    margin-left: 1rem;
  }

  .sm\:even\:mt-5:nth-child(even) {
    margin-top: 1.25rem;
  }

  .sm\:even\:mr-5:nth-child(even) {
    margin-right: 1.25rem;
  }

  .sm\:even\:mb-5:nth-child(even) {
    margin-bottom: 1.25rem;
  }

  .sm\:even\:ml-5:nth-child(even) {
    margin-left: 1.25rem;
  }

  .sm\:even\:mt-6:nth-child(even) {
    margin-top: 1.5rem;
  }

  .sm\:even\:mr-6:nth-child(even) {
    margin-right: 1.5rem;
  }

  .sm\:even\:mb-6:nth-child(even) {
    margin-bottom: 1.5rem;
  }

  .sm\:even\:ml-6:nth-child(even) {
    margin-left: 1.5rem;
  }

  .sm\:even\:mt-8:nth-child(even) {
    margin-top: 2rem;
  }

  .sm\:even\:mr-8:nth-child(even) {
    margin-right: 2rem;
  }

  .sm\:even\:mb-8:nth-child(even) {
    margin-bottom: 2rem;
  }

  .sm\:even\:ml-8:nth-child(even) {
    margin-left: 2rem;
  }

  .sm\:even\:mt-10:nth-child(even) {
    margin-top: 2.5rem;
  }

  .sm\:even\:mr-10:nth-child(even) {
    margin-right: 2.5rem;
  }

  .sm\:even\:mb-10:nth-child(even) {
    margin-bottom: 2.5rem;
  }

  .sm\:even\:ml-10:nth-child(even) {
    margin-left: 2.5rem;
  }

  .sm\:even\:mt-12:nth-child(even) {
    margin-top: 3rem;
  }

  .sm\:even\:mr-12:nth-child(even) {
    margin-right: 3rem;
  }

  .sm\:even\:mb-12:nth-child(even) {
    margin-bottom: 3rem;
  }

  .sm\:even\:ml-12:nth-child(even) {
    margin-left: 3rem;
  }

  .sm\:even\:mt-16:nth-child(even) {
    margin-top: 4rem;
  }

  .sm\:even\:mr-16:nth-child(even) {
    margin-right: 4rem;
  }

  .sm\:even\:mb-16:nth-child(even) {
    margin-bottom: 4rem;
  }

  .sm\:even\:ml-16:nth-child(even) {
    margin-left: 4rem;
  }

  .sm\:even\:mt-20:nth-child(even) {
    margin-top: 5rem;
  }

  .sm\:even\:mr-20:nth-child(even) {
    margin-right: 5rem;
  }

  .sm\:even\:mb-20:nth-child(even) {
    margin-bottom: 5rem;
  }

  .sm\:even\:ml-20:nth-child(even) {
    margin-left: 5rem;
  }

  .sm\:even\:mt-24:nth-child(even) {
    margin-top: 6rem;
  }

  .sm\:even\:mr-24:nth-child(even) {
    margin-right: 6rem;
  }

  .sm\:even\:mb-24:nth-child(even) {
    margin-bottom: 6rem;
  }

  .sm\:even\:ml-24:nth-child(even) {
    margin-left: 6rem;
  }

  .sm\:even\:mt-32:nth-child(even) {
    margin-top: 8rem;
  }

  .sm\:even\:mr-32:nth-child(even) {
    margin-right: 8rem;
  }

  .sm\:even\:mb-32:nth-child(even) {
    margin-bottom: 8rem;
  }

  .sm\:even\:ml-32:nth-child(even) {
    margin-left: 8rem;
  }

  .sm\:even\:mt-40:nth-child(even) {
    margin-top: 10rem;
  }

  .sm\:even\:mr-40:nth-child(even) {
    margin-right: 10rem;
  }

  .sm\:even\:mb-40:nth-child(even) {
    margin-bottom: 10rem;
  }

  .sm\:even\:ml-40:nth-child(even) {
    margin-left: 10rem;
  }

  .sm\:even\:mt-48:nth-child(even) {
    margin-top: 12rem;
  }

  .sm\:even\:mr-48:nth-child(even) {
    margin-right: 12rem;
  }

  .sm\:even\:mb-48:nth-child(even) {
    margin-bottom: 12rem;
  }

  .sm\:even\:ml-48:nth-child(even) {
    margin-left: 12rem;
  }

  .sm\:even\:mt-56:nth-child(even) {
    margin-top: 14rem;
  }

  .sm\:even\:mr-56:nth-child(even) {
    margin-right: 14rem;
  }

  .sm\:even\:mb-56:nth-child(even) {
    margin-bottom: 14rem;
  }

  .sm\:even\:ml-56:nth-child(even) {
    margin-left: 14rem;
  }

  .sm\:even\:mt-64:nth-child(even) {
    margin-top: 16rem;
  }

  .sm\:even\:mr-64:nth-child(even) {
    margin-right: 16rem;
  }

  .sm\:even\:mb-64:nth-child(even) {
    margin-bottom: 16rem;
  }

  .sm\:even\:ml-64:nth-child(even) {
    margin-left: 16rem;
  }

  .sm\:even\:mt-auto:nth-child(even) {
    margin-top: auto;
  }

  .sm\:even\:mr-auto:nth-child(even) {
    margin-right: auto;
  }

  .sm\:even\:mb-auto:nth-child(even) {
    margin-bottom: auto;
  }

  .sm\:even\:ml-auto:nth-child(even) {
    margin-left: auto;
  }

  .sm\:even\:mt-px:nth-child(even) {
    margin-top: 1px;
  }

  .sm\:even\:mr-px:nth-child(even) {
    margin-right: 1px;
  }

  .sm\:even\:mb-px:nth-child(even) {
    margin-bottom: 1px;
  }

  .sm\:even\:ml-px:nth-child(even) {
    margin-left: 1px;
  }

  .sm\:even\:-mt-1:nth-child(even) {
    margin-top: -0.25rem;
  }

  .sm\:even\:-mr-1:nth-child(even) {
    margin-right: -0.25rem;
  }

  .sm\:even\:-mb-1:nth-child(even) {
    margin-bottom: -0.25rem;
  }

  .sm\:even\:-ml-1:nth-child(even) {
    margin-left: -0.25rem;
  }

  .sm\:even\:-mt-2:nth-child(even) {
    margin-top: -0.5rem;
  }

  .sm\:even\:-mr-2:nth-child(even) {
    margin-right: -0.5rem;
  }

  .sm\:even\:-mb-2:nth-child(even) {
    margin-bottom: -0.5rem;
  }

  .sm\:even\:-ml-2:nth-child(even) {
    margin-left: -0.5rem;
  }

  .sm\:even\:-mt-3:nth-child(even) {
    margin-top: -0.75rem;
  }

  .sm\:even\:-mr-3:nth-child(even) {
    margin-right: -0.75rem;
  }

  .sm\:even\:-mb-3:nth-child(even) {
    margin-bottom: -0.75rem;
  }

  .sm\:even\:-ml-3:nth-child(even) {
    margin-left: -0.75rem;
  }

  .sm\:even\:-mt-4:nth-child(even) {
    margin-top: -1rem;
  }

  .sm\:even\:-mr-4:nth-child(even) {
    margin-right: -1rem;
  }

  .sm\:even\:-mb-4:nth-child(even) {
    margin-bottom: -1rem;
  }

  .sm\:even\:-ml-4:nth-child(even) {
    margin-left: -1rem;
  }

  .sm\:even\:-mt-5:nth-child(even) {
    margin-top: -1.25rem;
  }

  .sm\:even\:-mr-5:nth-child(even) {
    margin-right: -1.25rem;
  }

  .sm\:even\:-mb-5:nth-child(even) {
    margin-bottom: -1.25rem;
  }

  .sm\:even\:-ml-5:nth-child(even) {
    margin-left: -1.25rem;
  }

  .sm\:even\:-mt-6:nth-child(even) {
    margin-top: -1.5rem;
  }

  .sm\:even\:-mr-6:nth-child(even) {
    margin-right: -1.5rem;
  }

  .sm\:even\:-mb-6:nth-child(even) {
    margin-bottom: -1.5rem;
  }

  .sm\:even\:-ml-6:nth-child(even) {
    margin-left: -1.5rem;
  }

  .sm\:even\:-mt-8:nth-child(even) {
    margin-top: -2rem;
  }

  .sm\:even\:-mr-8:nth-child(even) {
    margin-right: -2rem;
  }

  .sm\:even\:-mb-8:nth-child(even) {
    margin-bottom: -2rem;
  }

  .sm\:even\:-ml-8:nth-child(even) {
    margin-left: -2rem;
  }

  .sm\:even\:-mt-10:nth-child(even) {
    margin-top: -2.5rem;
  }

  .sm\:even\:-mr-10:nth-child(even) {
    margin-right: -2.5rem;
  }

  .sm\:even\:-mb-10:nth-child(even) {
    margin-bottom: -2.5rem;
  }

  .sm\:even\:-ml-10:nth-child(even) {
    margin-left: -2.5rem;
  }

  .sm\:even\:-mt-12:nth-child(even) {
    margin-top: -3rem;
  }

  .sm\:even\:-mr-12:nth-child(even) {
    margin-right: -3rem;
  }

  .sm\:even\:-mb-12:nth-child(even) {
    margin-bottom: -3rem;
  }

  .sm\:even\:-ml-12:nth-child(even) {
    margin-left: -3rem;
  }

  .sm\:even\:-mt-16:nth-child(even) {
    margin-top: -4rem;
  }

  .sm\:even\:-mr-16:nth-child(even) {
    margin-right: -4rem;
  }

  .sm\:even\:-mb-16:nth-child(even) {
    margin-bottom: -4rem;
  }

  .sm\:even\:-ml-16:nth-child(even) {
    margin-left: -4rem;
  }

  .sm\:even\:-mt-20:nth-child(even) {
    margin-top: -5rem;
  }

  .sm\:even\:-mr-20:nth-child(even) {
    margin-right: -5rem;
  }

  .sm\:even\:-mb-20:nth-child(even) {
    margin-bottom: -5rem;
  }

  .sm\:even\:-ml-20:nth-child(even) {
    margin-left: -5rem;
  }

  .sm\:even\:-mt-24:nth-child(even) {
    margin-top: -6rem;
  }

  .sm\:even\:-mr-24:nth-child(even) {
    margin-right: -6rem;
  }

  .sm\:even\:-mb-24:nth-child(even) {
    margin-bottom: -6rem;
  }

  .sm\:even\:-ml-24:nth-child(even) {
    margin-left: -6rem;
  }

  .sm\:even\:-mt-32:nth-child(even) {
    margin-top: -8rem;
  }

  .sm\:even\:-mr-32:nth-child(even) {
    margin-right: -8rem;
  }

  .sm\:even\:-mb-32:nth-child(even) {
    margin-bottom: -8rem;
  }

  .sm\:even\:-ml-32:nth-child(even) {
    margin-left: -8rem;
  }

  .sm\:even\:-mt-40:nth-child(even) {
    margin-top: -10rem;
  }

  .sm\:even\:-mr-40:nth-child(even) {
    margin-right: -10rem;
  }

  .sm\:even\:-mb-40:nth-child(even) {
    margin-bottom: -10rem;
  }

  .sm\:even\:-ml-40:nth-child(even) {
    margin-left: -10rem;
  }

  .sm\:even\:-mt-48:nth-child(even) {
    margin-top: -12rem;
  }

  .sm\:even\:-mr-48:nth-child(even) {
    margin-right: -12rem;
  }

  .sm\:even\:-mb-48:nth-child(even) {
    margin-bottom: -12rem;
  }

  .sm\:even\:-ml-48:nth-child(even) {
    margin-left: -12rem;
  }

  .sm\:even\:-mt-56:nth-child(even) {
    margin-top: -14rem;
  }

  .sm\:even\:-mr-56:nth-child(even) {
    margin-right: -14rem;
  }

  .sm\:even\:-mb-56:nth-child(even) {
    margin-bottom: -14rem;
  }

  .sm\:even\:-ml-56:nth-child(even) {
    margin-left: -14rem;
  }

  .sm\:even\:-mt-64:nth-child(even) {
    margin-top: -16rem;
  }

  .sm\:even\:-mr-64:nth-child(even) {
    margin-right: -16rem;
  }

  .sm\:even\:-mb-64:nth-child(even) {
    margin-bottom: -16rem;
  }

  .sm\:even\:-ml-64:nth-child(even) {
    margin-left: -16rem;
  }

  .sm\:even\:-mt-px:nth-child(even) {
    margin-top: -1px;
  }

  .sm\:even\:-mr-px:nth-child(even) {
    margin-right: -1px;
  }

  .sm\:even\:-mb-px:nth-child(even) {
    margin-bottom: -1px;
  }

  .sm\:even\:-ml-px:nth-child(even) {
    margin-left: -1px;
  }

  .sm\:hover\:m-0:hover {
    margin: 0;
  }

  .sm\:hover\:m-1:hover {
    margin: 0.25rem;
  }

  .sm\:hover\:m-2:hover {
    margin: 0.5rem;
  }

  .sm\:hover\:m-3:hover {
    margin: 0.75rem;
  }

  .sm\:hover\:m-4:hover {
    margin: 1rem;
  }

  .sm\:hover\:m-5:hover {
    margin: 1.25rem;
  }

  .sm\:hover\:m-6:hover {
    margin: 1.5rem;
  }

  .sm\:hover\:m-8:hover {
    margin: 2rem;
  }

  .sm\:hover\:m-10:hover {
    margin: 2.5rem;
  }

  .sm\:hover\:m-12:hover {
    margin: 3rem;
  }

  .sm\:hover\:m-16:hover {
    margin: 4rem;
  }

  .sm\:hover\:m-20:hover {
    margin: 5rem;
  }

  .sm\:hover\:m-24:hover {
    margin: 6rem;
  }

  .sm\:hover\:m-32:hover {
    margin: 8rem;
  }

  .sm\:hover\:m-40:hover {
    margin: 10rem;
  }

  .sm\:hover\:m-48:hover {
    margin: 12rem;
  }

  .sm\:hover\:m-56:hover {
    margin: 14rem;
  }

  .sm\:hover\:m-64:hover {
    margin: 16rem;
  }

  .sm\:hover\:m-auto:hover {
    margin: auto;
  }

  .sm\:hover\:m-px:hover {
    margin: 1px;
  }

  .sm\:hover\:-m-1:hover {
    margin: -0.25rem;
  }

  .sm\:hover\:-m-2:hover {
    margin: -0.5rem;
  }

  .sm\:hover\:-m-3:hover {
    margin: -0.75rem;
  }

  .sm\:hover\:-m-4:hover {
    margin: -1rem;
  }

  .sm\:hover\:-m-5:hover {
    margin: -1.25rem;
  }

  .sm\:hover\:-m-6:hover {
    margin: -1.5rem;
  }

  .sm\:hover\:-m-8:hover {
    margin: -2rem;
  }

  .sm\:hover\:-m-10:hover {
    margin: -2.5rem;
  }

  .sm\:hover\:-m-12:hover {
    margin: -3rem;
  }

  .sm\:hover\:-m-16:hover {
    margin: -4rem;
  }

  .sm\:hover\:-m-20:hover {
    margin: -5rem;
  }

  .sm\:hover\:-m-24:hover {
    margin: -6rem;
  }

  .sm\:hover\:-m-32:hover {
    margin: -8rem;
  }

  .sm\:hover\:-m-40:hover {
    margin: -10rem;
  }

  .sm\:hover\:-m-48:hover {
    margin: -12rem;
  }

  .sm\:hover\:-m-56:hover {
    margin: -14rem;
  }

  .sm\:hover\:-m-64:hover {
    margin: -16rem;
  }

  .sm\:hover\:-m-px:hover {
    margin: -1px;
  }

  .sm\:hover\:my-0:hover {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:hover\:mx-0:hover {
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:hover\:my-1:hover {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm\:hover\:mx-1:hover {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm\:hover\:my-2:hover {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:hover\:mx-2:hover {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:hover\:my-3:hover {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm\:hover\:mx-3:hover {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm\:hover\:my-4:hover {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:hover\:mx-4:hover {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:hover\:my-5:hover {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:hover\:mx-5:hover {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:hover\:my-6:hover {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:hover\:mx-6:hover {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:hover\:my-8:hover {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:hover\:mx-8:hover {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:hover\:my-10:hover {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:hover\:mx-10:hover {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:hover\:my-12:hover {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:hover\:mx-12:hover {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:hover\:my-16:hover {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:hover\:mx-16:hover {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:hover\:my-20:hover {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:hover\:mx-20:hover {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:hover\:my-24:hover {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:hover\:mx-24:hover {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:hover\:my-32:hover {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:hover\:mx-32:hover {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:hover\:my-40:hover {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm\:hover\:mx-40:hover {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm\:hover\:my-48:hover {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .sm\:hover\:mx-48:hover {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .sm\:hover\:my-56:hover {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sm\:hover\:mx-56:hover {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sm\:hover\:my-64:hover {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm\:hover\:mx-64:hover {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm\:hover\:my-auto:hover {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:hover\:mx-auto:hover {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:hover\:my-px:hover {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:hover\:mx-px:hover {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:hover\:-my-1:hover {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:hover\:-mx-1:hover {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:hover\:-my-2:hover {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:hover\:-mx-2:hover {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:hover\:-my-3:hover {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:hover\:-mx-3:hover {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:hover\:-my-4:hover {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:hover\:-mx-4:hover {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:hover\:-my-5:hover {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:hover\:-mx-5:hover {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:hover\:-my-6:hover {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:hover\:-mx-6:hover {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:hover\:-my-8:hover {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:hover\:-mx-8:hover {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:hover\:-my-10:hover {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:hover\:-mx-10:hover {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:hover\:-my-12:hover {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:hover\:-mx-12:hover {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:hover\:-my-16:hover {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:hover\:-mx-16:hover {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:hover\:-my-20:hover {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:hover\:-mx-20:hover {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:hover\:-my-24:hover {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:hover\:-mx-24:hover {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:hover\:-my-32:hover {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:hover\:-mx-32:hover {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:hover\:-my-40:hover {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sm\:hover\:-mx-40:hover {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sm\:hover\:-my-48:hover {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .sm\:hover\:-mx-48:hover {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .sm\:hover\:-my-56:hover {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .sm\:hover\:-mx-56:hover {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .sm\:hover\:-my-64:hover {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .sm\:hover\:-mx-64:hover {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .sm\:hover\:-my-px:hover {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:hover\:-mx-px:hover {
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:hover\:mt-0:hover {
    margin-top: 0;
  }

  .sm\:hover\:mr-0:hover {
    margin-right: 0;
  }

  .sm\:hover\:mb-0:hover {
    margin-bottom: 0;
  }

  .sm\:hover\:ml-0:hover {
    margin-left: 0;
  }

  .sm\:hover\:mt-1:hover {
    margin-top: 0.25rem;
  }

  .sm\:hover\:mr-1:hover {
    margin-right: 0.25rem;
  }

  .sm\:hover\:mb-1:hover {
    margin-bottom: 0.25rem;
  }

  .sm\:hover\:ml-1:hover {
    margin-left: 0.25rem;
  }

  .sm\:hover\:mt-2:hover {
    margin-top: 0.5rem;
  }

  .sm\:hover\:mr-2:hover {
    margin-right: 0.5rem;
  }

  .sm\:hover\:mb-2:hover {
    margin-bottom: 0.5rem;
  }

  .sm\:hover\:ml-2:hover {
    margin-left: 0.5rem;
  }

  .sm\:hover\:mt-3:hover {
    margin-top: 0.75rem;
  }

  .sm\:hover\:mr-3:hover {
    margin-right: 0.75rem;
  }

  .sm\:hover\:mb-3:hover {
    margin-bottom: 0.75rem;
  }

  .sm\:hover\:ml-3:hover {
    margin-left: 0.75rem;
  }

  .sm\:hover\:mt-4:hover {
    margin-top: 1rem;
  }

  .sm\:hover\:mr-4:hover {
    margin-right: 1rem;
  }

  .sm\:hover\:mb-4:hover {
    margin-bottom: 1rem;
  }

  .sm\:hover\:ml-4:hover {
    margin-left: 1rem;
  }

  .sm\:hover\:mt-5:hover {
    margin-top: 1.25rem;
  }

  .sm\:hover\:mr-5:hover {
    margin-right: 1.25rem;
  }

  .sm\:hover\:mb-5:hover {
    margin-bottom: 1.25rem;
  }

  .sm\:hover\:ml-5:hover {
    margin-left: 1.25rem;
  }

  .sm\:hover\:mt-6:hover {
    margin-top: 1.5rem;
  }

  .sm\:hover\:mr-6:hover {
    margin-right: 1.5rem;
  }

  .sm\:hover\:mb-6:hover {
    margin-bottom: 1.5rem;
  }

  .sm\:hover\:ml-6:hover {
    margin-left: 1.5rem;
  }

  .sm\:hover\:mt-8:hover {
    margin-top: 2rem;
  }

  .sm\:hover\:mr-8:hover {
    margin-right: 2rem;
  }

  .sm\:hover\:mb-8:hover {
    margin-bottom: 2rem;
  }

  .sm\:hover\:ml-8:hover {
    margin-left: 2rem;
  }

  .sm\:hover\:mt-10:hover {
    margin-top: 2.5rem;
  }

  .sm\:hover\:mr-10:hover {
    margin-right: 2.5rem;
  }

  .sm\:hover\:mb-10:hover {
    margin-bottom: 2.5rem;
  }

  .sm\:hover\:ml-10:hover {
    margin-left: 2.5rem;
  }

  .sm\:hover\:mt-12:hover {
    margin-top: 3rem;
  }

  .sm\:hover\:mr-12:hover {
    margin-right: 3rem;
  }

  .sm\:hover\:mb-12:hover {
    margin-bottom: 3rem;
  }

  .sm\:hover\:ml-12:hover {
    margin-left: 3rem;
  }

  .sm\:hover\:mt-16:hover {
    margin-top: 4rem;
  }

  .sm\:hover\:mr-16:hover {
    margin-right: 4rem;
  }

  .sm\:hover\:mb-16:hover {
    margin-bottom: 4rem;
  }

  .sm\:hover\:ml-16:hover {
    margin-left: 4rem;
  }

  .sm\:hover\:mt-20:hover {
    margin-top: 5rem;
  }

  .sm\:hover\:mr-20:hover {
    margin-right: 5rem;
  }

  .sm\:hover\:mb-20:hover {
    margin-bottom: 5rem;
  }

  .sm\:hover\:ml-20:hover {
    margin-left: 5rem;
  }

  .sm\:hover\:mt-24:hover {
    margin-top: 6rem;
  }

  .sm\:hover\:mr-24:hover {
    margin-right: 6rem;
  }

  .sm\:hover\:mb-24:hover {
    margin-bottom: 6rem;
  }

  .sm\:hover\:ml-24:hover {
    margin-left: 6rem;
  }

  .sm\:hover\:mt-32:hover {
    margin-top: 8rem;
  }

  .sm\:hover\:mr-32:hover {
    margin-right: 8rem;
  }

  .sm\:hover\:mb-32:hover {
    margin-bottom: 8rem;
  }

  .sm\:hover\:ml-32:hover {
    margin-left: 8rem;
  }

  .sm\:hover\:mt-40:hover {
    margin-top: 10rem;
  }

  .sm\:hover\:mr-40:hover {
    margin-right: 10rem;
  }

  .sm\:hover\:mb-40:hover {
    margin-bottom: 10rem;
  }

  .sm\:hover\:ml-40:hover {
    margin-left: 10rem;
  }

  .sm\:hover\:mt-48:hover {
    margin-top: 12rem;
  }

  .sm\:hover\:mr-48:hover {
    margin-right: 12rem;
  }

  .sm\:hover\:mb-48:hover {
    margin-bottom: 12rem;
  }

  .sm\:hover\:ml-48:hover {
    margin-left: 12rem;
  }

  .sm\:hover\:mt-56:hover {
    margin-top: 14rem;
  }

  .sm\:hover\:mr-56:hover {
    margin-right: 14rem;
  }

  .sm\:hover\:mb-56:hover {
    margin-bottom: 14rem;
  }

  .sm\:hover\:ml-56:hover {
    margin-left: 14rem;
  }

  .sm\:hover\:mt-64:hover {
    margin-top: 16rem;
  }

  .sm\:hover\:mr-64:hover {
    margin-right: 16rem;
  }

  .sm\:hover\:mb-64:hover {
    margin-bottom: 16rem;
  }

  .sm\:hover\:ml-64:hover {
    margin-left: 16rem;
  }

  .sm\:hover\:mt-auto:hover {
    margin-top: auto;
  }

  .sm\:hover\:mr-auto:hover {
    margin-right: auto;
  }

  .sm\:hover\:mb-auto:hover {
    margin-bottom: auto;
  }

  .sm\:hover\:ml-auto:hover {
    margin-left: auto;
  }

  .sm\:hover\:mt-px:hover {
    margin-top: 1px;
  }

  .sm\:hover\:mr-px:hover {
    margin-right: 1px;
  }

  .sm\:hover\:mb-px:hover {
    margin-bottom: 1px;
  }

  .sm\:hover\:ml-px:hover {
    margin-left: 1px;
  }

  .sm\:hover\:-mt-1:hover {
    margin-top: -0.25rem;
  }

  .sm\:hover\:-mr-1:hover {
    margin-right: -0.25rem;
  }

  .sm\:hover\:-mb-1:hover {
    margin-bottom: -0.25rem;
  }

  .sm\:hover\:-ml-1:hover {
    margin-left: -0.25rem;
  }

  .sm\:hover\:-mt-2:hover {
    margin-top: -0.5rem;
  }

  .sm\:hover\:-mr-2:hover {
    margin-right: -0.5rem;
  }

  .sm\:hover\:-mb-2:hover {
    margin-bottom: -0.5rem;
  }

  .sm\:hover\:-ml-2:hover {
    margin-left: -0.5rem;
  }

  .sm\:hover\:-mt-3:hover {
    margin-top: -0.75rem;
  }

  .sm\:hover\:-mr-3:hover {
    margin-right: -0.75rem;
  }

  .sm\:hover\:-mb-3:hover {
    margin-bottom: -0.75rem;
  }

  .sm\:hover\:-ml-3:hover {
    margin-left: -0.75rem;
  }

  .sm\:hover\:-mt-4:hover {
    margin-top: -1rem;
  }

  .sm\:hover\:-mr-4:hover {
    margin-right: -1rem;
  }

  .sm\:hover\:-mb-4:hover {
    margin-bottom: -1rem;
  }

  .sm\:hover\:-ml-4:hover {
    margin-left: -1rem;
  }

  .sm\:hover\:-mt-5:hover {
    margin-top: -1.25rem;
  }

  .sm\:hover\:-mr-5:hover {
    margin-right: -1.25rem;
  }

  .sm\:hover\:-mb-5:hover {
    margin-bottom: -1.25rem;
  }

  .sm\:hover\:-ml-5:hover {
    margin-left: -1.25rem;
  }

  .sm\:hover\:-mt-6:hover {
    margin-top: -1.5rem;
  }

  .sm\:hover\:-mr-6:hover {
    margin-right: -1.5rem;
  }

  .sm\:hover\:-mb-6:hover {
    margin-bottom: -1.5rem;
  }

  .sm\:hover\:-ml-6:hover {
    margin-left: -1.5rem;
  }

  .sm\:hover\:-mt-8:hover {
    margin-top: -2rem;
  }

  .sm\:hover\:-mr-8:hover {
    margin-right: -2rem;
  }

  .sm\:hover\:-mb-8:hover {
    margin-bottom: -2rem;
  }

  .sm\:hover\:-ml-8:hover {
    margin-left: -2rem;
  }

  .sm\:hover\:-mt-10:hover {
    margin-top: -2.5rem;
  }

  .sm\:hover\:-mr-10:hover {
    margin-right: -2.5rem;
  }

  .sm\:hover\:-mb-10:hover {
    margin-bottom: -2.5rem;
  }

  .sm\:hover\:-ml-10:hover {
    margin-left: -2.5rem;
  }

  .sm\:hover\:-mt-12:hover {
    margin-top: -3rem;
  }

  .sm\:hover\:-mr-12:hover {
    margin-right: -3rem;
  }

  .sm\:hover\:-mb-12:hover {
    margin-bottom: -3rem;
  }

  .sm\:hover\:-ml-12:hover {
    margin-left: -3rem;
  }

  .sm\:hover\:-mt-16:hover {
    margin-top: -4rem;
  }

  .sm\:hover\:-mr-16:hover {
    margin-right: -4rem;
  }

  .sm\:hover\:-mb-16:hover {
    margin-bottom: -4rem;
  }

  .sm\:hover\:-ml-16:hover {
    margin-left: -4rem;
  }

  .sm\:hover\:-mt-20:hover {
    margin-top: -5rem;
  }

  .sm\:hover\:-mr-20:hover {
    margin-right: -5rem;
  }

  .sm\:hover\:-mb-20:hover {
    margin-bottom: -5rem;
  }

  .sm\:hover\:-ml-20:hover {
    margin-left: -5rem;
  }

  .sm\:hover\:-mt-24:hover {
    margin-top: -6rem;
  }

  .sm\:hover\:-mr-24:hover {
    margin-right: -6rem;
  }

  .sm\:hover\:-mb-24:hover {
    margin-bottom: -6rem;
  }

  .sm\:hover\:-ml-24:hover {
    margin-left: -6rem;
  }

  .sm\:hover\:-mt-32:hover {
    margin-top: -8rem;
  }

  .sm\:hover\:-mr-32:hover {
    margin-right: -8rem;
  }

  .sm\:hover\:-mb-32:hover {
    margin-bottom: -8rem;
  }

  .sm\:hover\:-ml-32:hover {
    margin-left: -8rem;
  }

  .sm\:hover\:-mt-40:hover {
    margin-top: -10rem;
  }

  .sm\:hover\:-mr-40:hover {
    margin-right: -10rem;
  }

  .sm\:hover\:-mb-40:hover {
    margin-bottom: -10rem;
  }

  .sm\:hover\:-ml-40:hover {
    margin-left: -10rem;
  }

  .sm\:hover\:-mt-48:hover {
    margin-top: -12rem;
  }

  .sm\:hover\:-mr-48:hover {
    margin-right: -12rem;
  }

  .sm\:hover\:-mb-48:hover {
    margin-bottom: -12rem;
  }

  .sm\:hover\:-ml-48:hover {
    margin-left: -12rem;
  }

  .sm\:hover\:-mt-56:hover {
    margin-top: -14rem;
  }

  .sm\:hover\:-mr-56:hover {
    margin-right: -14rem;
  }

  .sm\:hover\:-mb-56:hover {
    margin-bottom: -14rem;
  }

  .sm\:hover\:-ml-56:hover {
    margin-left: -14rem;
  }

  .sm\:hover\:-mt-64:hover {
    margin-top: -16rem;
  }

  .sm\:hover\:-mr-64:hover {
    margin-right: -16rem;
  }

  .sm\:hover\:-mb-64:hover {
    margin-bottom: -16rem;
  }

  .sm\:hover\:-ml-64:hover {
    margin-left: -16rem;
  }

  .sm\:hover\:-mt-px:hover {
    margin-top: -1px;
  }

  .sm\:hover\:-mr-px:hover {
    margin-right: -1px;
  }

  .sm\:hover\:-mb-px:hover {
    margin-bottom: -1px;
  }

  .sm\:hover\:-ml-px:hover {
    margin-left: -1px;
  }

  .sm\:focus\:m-0:focus {
    margin: 0;
  }

  .sm\:focus\:m-1:focus {
    margin: 0.25rem;
  }

  .sm\:focus\:m-2:focus {
    margin: 0.5rem;
  }

  .sm\:focus\:m-3:focus {
    margin: 0.75rem;
  }

  .sm\:focus\:m-4:focus {
    margin: 1rem;
  }

  .sm\:focus\:m-5:focus {
    margin: 1.25rem;
  }

  .sm\:focus\:m-6:focus {
    margin: 1.5rem;
  }

  .sm\:focus\:m-8:focus {
    margin: 2rem;
  }

  .sm\:focus\:m-10:focus {
    margin: 2.5rem;
  }

  .sm\:focus\:m-12:focus {
    margin: 3rem;
  }

  .sm\:focus\:m-16:focus {
    margin: 4rem;
  }

  .sm\:focus\:m-20:focus {
    margin: 5rem;
  }

  .sm\:focus\:m-24:focus {
    margin: 6rem;
  }

  .sm\:focus\:m-32:focus {
    margin: 8rem;
  }

  .sm\:focus\:m-40:focus {
    margin: 10rem;
  }

  .sm\:focus\:m-48:focus {
    margin: 12rem;
  }

  .sm\:focus\:m-56:focus {
    margin: 14rem;
  }

  .sm\:focus\:m-64:focus {
    margin: 16rem;
  }

  .sm\:focus\:m-auto:focus {
    margin: auto;
  }

  .sm\:focus\:m-px:focus {
    margin: 1px;
  }

  .sm\:focus\:-m-1:focus {
    margin: -0.25rem;
  }

  .sm\:focus\:-m-2:focus {
    margin: -0.5rem;
  }

  .sm\:focus\:-m-3:focus {
    margin: -0.75rem;
  }

  .sm\:focus\:-m-4:focus {
    margin: -1rem;
  }

  .sm\:focus\:-m-5:focus {
    margin: -1.25rem;
  }

  .sm\:focus\:-m-6:focus {
    margin: -1.5rem;
  }

  .sm\:focus\:-m-8:focus {
    margin: -2rem;
  }

  .sm\:focus\:-m-10:focus {
    margin: -2.5rem;
  }

  .sm\:focus\:-m-12:focus {
    margin: -3rem;
  }

  .sm\:focus\:-m-16:focus {
    margin: -4rem;
  }

  .sm\:focus\:-m-20:focus {
    margin: -5rem;
  }

  .sm\:focus\:-m-24:focus {
    margin: -6rem;
  }

  .sm\:focus\:-m-32:focus {
    margin: -8rem;
  }

  .sm\:focus\:-m-40:focus {
    margin: -10rem;
  }

  .sm\:focus\:-m-48:focus {
    margin: -12rem;
  }

  .sm\:focus\:-m-56:focus {
    margin: -14rem;
  }

  .sm\:focus\:-m-64:focus {
    margin: -16rem;
  }

  .sm\:focus\:-m-px:focus {
    margin: -1px;
  }

  .sm\:focus\:my-0:focus {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:focus\:mx-0:focus {
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:focus\:my-1:focus {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm\:focus\:mx-1:focus {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm\:focus\:my-2:focus {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:focus\:mx-2:focus {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:focus\:my-3:focus {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm\:focus\:mx-3:focus {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm\:focus\:my-4:focus {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:focus\:mx-4:focus {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:focus\:my-5:focus {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:focus\:mx-5:focus {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:focus\:my-6:focus {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:focus\:mx-6:focus {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:focus\:my-8:focus {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:focus\:mx-8:focus {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:focus\:my-10:focus {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:focus\:mx-10:focus {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:focus\:my-12:focus {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:focus\:mx-12:focus {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:focus\:my-16:focus {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:focus\:mx-16:focus {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:focus\:my-20:focus {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:focus\:mx-20:focus {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:focus\:my-24:focus {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:focus\:mx-24:focus {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:focus\:my-32:focus {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:focus\:mx-32:focus {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:focus\:my-40:focus {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm\:focus\:mx-40:focus {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm\:focus\:my-48:focus {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .sm\:focus\:mx-48:focus {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .sm\:focus\:my-56:focus {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sm\:focus\:mx-56:focus {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sm\:focus\:my-64:focus {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm\:focus\:mx-64:focus {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm\:focus\:my-auto:focus {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:focus\:mx-auto:focus {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:focus\:my-px:focus {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:focus\:mx-px:focus {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:focus\:-my-1:focus {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:focus\:-mx-1:focus {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:focus\:-my-2:focus {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:focus\:-mx-2:focus {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:focus\:-my-3:focus {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:focus\:-mx-3:focus {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:focus\:-my-4:focus {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:focus\:-mx-4:focus {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:focus\:-my-5:focus {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:focus\:-mx-5:focus {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:focus\:-my-6:focus {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:focus\:-mx-6:focus {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:focus\:-my-8:focus {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:focus\:-mx-8:focus {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:focus\:-my-10:focus {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:focus\:-mx-10:focus {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:focus\:-my-12:focus {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:focus\:-mx-12:focus {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:focus\:-my-16:focus {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:focus\:-mx-16:focus {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:focus\:-my-20:focus {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:focus\:-mx-20:focus {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:focus\:-my-24:focus {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:focus\:-mx-24:focus {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:focus\:-my-32:focus {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:focus\:-mx-32:focus {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:focus\:-my-40:focus {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sm\:focus\:-mx-40:focus {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sm\:focus\:-my-48:focus {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .sm\:focus\:-mx-48:focus {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .sm\:focus\:-my-56:focus {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .sm\:focus\:-mx-56:focus {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .sm\:focus\:-my-64:focus {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .sm\:focus\:-mx-64:focus {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .sm\:focus\:-my-px:focus {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:focus\:-mx-px:focus {
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:focus\:mt-0:focus {
    margin-top: 0;
  }

  .sm\:focus\:mr-0:focus {
    margin-right: 0;
  }

  .sm\:focus\:mb-0:focus {
    margin-bottom: 0;
  }

  .sm\:focus\:ml-0:focus {
    margin-left: 0;
  }

  .sm\:focus\:mt-1:focus {
    margin-top: 0.25rem;
  }

  .sm\:focus\:mr-1:focus {
    margin-right: 0.25rem;
  }

  .sm\:focus\:mb-1:focus {
    margin-bottom: 0.25rem;
  }

  .sm\:focus\:ml-1:focus {
    margin-left: 0.25rem;
  }

  .sm\:focus\:mt-2:focus {
    margin-top: 0.5rem;
  }

  .sm\:focus\:mr-2:focus {
    margin-right: 0.5rem;
  }

  .sm\:focus\:mb-2:focus {
    margin-bottom: 0.5rem;
  }

  .sm\:focus\:ml-2:focus {
    margin-left: 0.5rem;
  }

  .sm\:focus\:mt-3:focus {
    margin-top: 0.75rem;
  }

  .sm\:focus\:mr-3:focus {
    margin-right: 0.75rem;
  }

  .sm\:focus\:mb-3:focus {
    margin-bottom: 0.75rem;
  }

  .sm\:focus\:ml-3:focus {
    margin-left: 0.75rem;
  }

  .sm\:focus\:mt-4:focus {
    margin-top: 1rem;
  }

  .sm\:focus\:mr-4:focus {
    margin-right: 1rem;
  }

  .sm\:focus\:mb-4:focus {
    margin-bottom: 1rem;
  }

  .sm\:focus\:ml-4:focus {
    margin-left: 1rem;
  }

  .sm\:focus\:mt-5:focus {
    margin-top: 1.25rem;
  }

  .sm\:focus\:mr-5:focus {
    margin-right: 1.25rem;
  }

  .sm\:focus\:mb-5:focus {
    margin-bottom: 1.25rem;
  }

  .sm\:focus\:ml-5:focus {
    margin-left: 1.25rem;
  }

  .sm\:focus\:mt-6:focus {
    margin-top: 1.5rem;
  }

  .sm\:focus\:mr-6:focus {
    margin-right: 1.5rem;
  }

  .sm\:focus\:mb-6:focus {
    margin-bottom: 1.5rem;
  }

  .sm\:focus\:ml-6:focus {
    margin-left: 1.5rem;
  }

  .sm\:focus\:mt-8:focus {
    margin-top: 2rem;
  }

  .sm\:focus\:mr-8:focus {
    margin-right: 2rem;
  }

  .sm\:focus\:mb-8:focus {
    margin-bottom: 2rem;
  }

  .sm\:focus\:ml-8:focus {
    margin-left: 2rem;
  }

  .sm\:focus\:mt-10:focus {
    margin-top: 2.5rem;
  }

  .sm\:focus\:mr-10:focus {
    margin-right: 2.5rem;
  }

  .sm\:focus\:mb-10:focus {
    margin-bottom: 2.5rem;
  }

  .sm\:focus\:ml-10:focus {
    margin-left: 2.5rem;
  }

  .sm\:focus\:mt-12:focus {
    margin-top: 3rem;
  }

  .sm\:focus\:mr-12:focus {
    margin-right: 3rem;
  }

  .sm\:focus\:mb-12:focus {
    margin-bottom: 3rem;
  }

  .sm\:focus\:ml-12:focus {
    margin-left: 3rem;
  }

  .sm\:focus\:mt-16:focus {
    margin-top: 4rem;
  }

  .sm\:focus\:mr-16:focus {
    margin-right: 4rem;
  }

  .sm\:focus\:mb-16:focus {
    margin-bottom: 4rem;
  }

  .sm\:focus\:ml-16:focus {
    margin-left: 4rem;
  }

  .sm\:focus\:mt-20:focus {
    margin-top: 5rem;
  }

  .sm\:focus\:mr-20:focus {
    margin-right: 5rem;
  }

  .sm\:focus\:mb-20:focus {
    margin-bottom: 5rem;
  }

  .sm\:focus\:ml-20:focus {
    margin-left: 5rem;
  }

  .sm\:focus\:mt-24:focus {
    margin-top: 6rem;
  }

  .sm\:focus\:mr-24:focus {
    margin-right: 6rem;
  }

  .sm\:focus\:mb-24:focus {
    margin-bottom: 6rem;
  }

  .sm\:focus\:ml-24:focus {
    margin-left: 6rem;
  }

  .sm\:focus\:mt-32:focus {
    margin-top: 8rem;
  }

  .sm\:focus\:mr-32:focus {
    margin-right: 8rem;
  }

  .sm\:focus\:mb-32:focus {
    margin-bottom: 8rem;
  }

  .sm\:focus\:ml-32:focus {
    margin-left: 8rem;
  }

  .sm\:focus\:mt-40:focus {
    margin-top: 10rem;
  }

  .sm\:focus\:mr-40:focus {
    margin-right: 10rem;
  }

  .sm\:focus\:mb-40:focus {
    margin-bottom: 10rem;
  }

  .sm\:focus\:ml-40:focus {
    margin-left: 10rem;
  }

  .sm\:focus\:mt-48:focus {
    margin-top: 12rem;
  }

  .sm\:focus\:mr-48:focus {
    margin-right: 12rem;
  }

  .sm\:focus\:mb-48:focus {
    margin-bottom: 12rem;
  }

  .sm\:focus\:ml-48:focus {
    margin-left: 12rem;
  }

  .sm\:focus\:mt-56:focus {
    margin-top: 14rem;
  }

  .sm\:focus\:mr-56:focus {
    margin-right: 14rem;
  }

  .sm\:focus\:mb-56:focus {
    margin-bottom: 14rem;
  }

  .sm\:focus\:ml-56:focus {
    margin-left: 14rem;
  }

  .sm\:focus\:mt-64:focus {
    margin-top: 16rem;
  }

  .sm\:focus\:mr-64:focus {
    margin-right: 16rem;
  }

  .sm\:focus\:mb-64:focus {
    margin-bottom: 16rem;
  }

  .sm\:focus\:ml-64:focus {
    margin-left: 16rem;
  }

  .sm\:focus\:mt-auto:focus {
    margin-top: auto;
  }

  .sm\:focus\:mr-auto:focus {
    margin-right: auto;
  }

  .sm\:focus\:mb-auto:focus {
    margin-bottom: auto;
  }

  .sm\:focus\:ml-auto:focus {
    margin-left: auto;
  }

  .sm\:focus\:mt-px:focus {
    margin-top: 1px;
  }

  .sm\:focus\:mr-px:focus {
    margin-right: 1px;
  }

  .sm\:focus\:mb-px:focus {
    margin-bottom: 1px;
  }

  .sm\:focus\:ml-px:focus {
    margin-left: 1px;
  }

  .sm\:focus\:-mt-1:focus {
    margin-top: -0.25rem;
  }

  .sm\:focus\:-mr-1:focus {
    margin-right: -0.25rem;
  }

  .sm\:focus\:-mb-1:focus {
    margin-bottom: -0.25rem;
  }

  .sm\:focus\:-ml-1:focus {
    margin-left: -0.25rem;
  }

  .sm\:focus\:-mt-2:focus {
    margin-top: -0.5rem;
  }

  .sm\:focus\:-mr-2:focus {
    margin-right: -0.5rem;
  }

  .sm\:focus\:-mb-2:focus {
    margin-bottom: -0.5rem;
  }

  .sm\:focus\:-ml-2:focus {
    margin-left: -0.5rem;
  }

  .sm\:focus\:-mt-3:focus {
    margin-top: -0.75rem;
  }

  .sm\:focus\:-mr-3:focus {
    margin-right: -0.75rem;
  }

  .sm\:focus\:-mb-3:focus {
    margin-bottom: -0.75rem;
  }

  .sm\:focus\:-ml-3:focus {
    margin-left: -0.75rem;
  }

  .sm\:focus\:-mt-4:focus {
    margin-top: -1rem;
  }

  .sm\:focus\:-mr-4:focus {
    margin-right: -1rem;
  }

  .sm\:focus\:-mb-4:focus {
    margin-bottom: -1rem;
  }

  .sm\:focus\:-ml-4:focus {
    margin-left: -1rem;
  }

  .sm\:focus\:-mt-5:focus {
    margin-top: -1.25rem;
  }

  .sm\:focus\:-mr-5:focus {
    margin-right: -1.25rem;
  }

  .sm\:focus\:-mb-5:focus {
    margin-bottom: -1.25rem;
  }

  .sm\:focus\:-ml-5:focus {
    margin-left: -1.25rem;
  }

  .sm\:focus\:-mt-6:focus {
    margin-top: -1.5rem;
  }

  .sm\:focus\:-mr-6:focus {
    margin-right: -1.5rem;
  }

  .sm\:focus\:-mb-6:focus {
    margin-bottom: -1.5rem;
  }

  .sm\:focus\:-ml-6:focus {
    margin-left: -1.5rem;
  }

  .sm\:focus\:-mt-8:focus {
    margin-top: -2rem;
  }

  .sm\:focus\:-mr-8:focus {
    margin-right: -2rem;
  }

  .sm\:focus\:-mb-8:focus {
    margin-bottom: -2rem;
  }

  .sm\:focus\:-ml-8:focus {
    margin-left: -2rem;
  }

  .sm\:focus\:-mt-10:focus {
    margin-top: -2.5rem;
  }

  .sm\:focus\:-mr-10:focus {
    margin-right: -2.5rem;
  }

  .sm\:focus\:-mb-10:focus {
    margin-bottom: -2.5rem;
  }

  .sm\:focus\:-ml-10:focus {
    margin-left: -2.5rem;
  }

  .sm\:focus\:-mt-12:focus {
    margin-top: -3rem;
  }

  .sm\:focus\:-mr-12:focus {
    margin-right: -3rem;
  }

  .sm\:focus\:-mb-12:focus {
    margin-bottom: -3rem;
  }

  .sm\:focus\:-ml-12:focus {
    margin-left: -3rem;
  }

  .sm\:focus\:-mt-16:focus {
    margin-top: -4rem;
  }

  .sm\:focus\:-mr-16:focus {
    margin-right: -4rem;
  }

  .sm\:focus\:-mb-16:focus {
    margin-bottom: -4rem;
  }

  .sm\:focus\:-ml-16:focus {
    margin-left: -4rem;
  }

  .sm\:focus\:-mt-20:focus {
    margin-top: -5rem;
  }

  .sm\:focus\:-mr-20:focus {
    margin-right: -5rem;
  }

  .sm\:focus\:-mb-20:focus {
    margin-bottom: -5rem;
  }

  .sm\:focus\:-ml-20:focus {
    margin-left: -5rem;
  }

  .sm\:focus\:-mt-24:focus {
    margin-top: -6rem;
  }

  .sm\:focus\:-mr-24:focus {
    margin-right: -6rem;
  }

  .sm\:focus\:-mb-24:focus {
    margin-bottom: -6rem;
  }

  .sm\:focus\:-ml-24:focus {
    margin-left: -6rem;
  }

  .sm\:focus\:-mt-32:focus {
    margin-top: -8rem;
  }

  .sm\:focus\:-mr-32:focus {
    margin-right: -8rem;
  }

  .sm\:focus\:-mb-32:focus {
    margin-bottom: -8rem;
  }

  .sm\:focus\:-ml-32:focus {
    margin-left: -8rem;
  }

  .sm\:focus\:-mt-40:focus {
    margin-top: -10rem;
  }

  .sm\:focus\:-mr-40:focus {
    margin-right: -10rem;
  }

  .sm\:focus\:-mb-40:focus {
    margin-bottom: -10rem;
  }

  .sm\:focus\:-ml-40:focus {
    margin-left: -10rem;
  }

  .sm\:focus\:-mt-48:focus {
    margin-top: -12rem;
  }

  .sm\:focus\:-mr-48:focus {
    margin-right: -12rem;
  }

  .sm\:focus\:-mb-48:focus {
    margin-bottom: -12rem;
  }

  .sm\:focus\:-ml-48:focus {
    margin-left: -12rem;
  }

  .sm\:focus\:-mt-56:focus {
    margin-top: -14rem;
  }

  .sm\:focus\:-mr-56:focus {
    margin-right: -14rem;
  }

  .sm\:focus\:-mb-56:focus {
    margin-bottom: -14rem;
  }

  .sm\:focus\:-ml-56:focus {
    margin-left: -14rem;
  }

  .sm\:focus\:-mt-64:focus {
    margin-top: -16rem;
  }

  .sm\:focus\:-mr-64:focus {
    margin-right: -16rem;
  }

  .sm\:focus\:-mb-64:focus {
    margin-bottom: -16rem;
  }

  .sm\:focus\:-ml-64:focus {
    margin-left: -16rem;
  }

  .sm\:focus\:-mt-px:focus {
    margin-top: -1px;
  }

  .sm\:focus\:-mr-px:focus {
    margin-right: -1px;
  }

  .sm\:focus\:-mb-px:focus {
    margin-bottom: -1px;
  }

  .sm\:focus\:-ml-px:focus {
    margin-left: -1px;
  }

  .sm\:active\:m-0:active {
    margin: 0;
  }

  .sm\:active\:m-1:active {
    margin: 0.25rem;
  }

  .sm\:active\:m-2:active {
    margin: 0.5rem;
  }

  .sm\:active\:m-3:active {
    margin: 0.75rem;
  }

  .sm\:active\:m-4:active {
    margin: 1rem;
  }

  .sm\:active\:m-5:active {
    margin: 1.25rem;
  }

  .sm\:active\:m-6:active {
    margin: 1.5rem;
  }

  .sm\:active\:m-8:active {
    margin: 2rem;
  }

  .sm\:active\:m-10:active {
    margin: 2.5rem;
  }

  .sm\:active\:m-12:active {
    margin: 3rem;
  }

  .sm\:active\:m-16:active {
    margin: 4rem;
  }

  .sm\:active\:m-20:active {
    margin: 5rem;
  }

  .sm\:active\:m-24:active {
    margin: 6rem;
  }

  .sm\:active\:m-32:active {
    margin: 8rem;
  }

  .sm\:active\:m-40:active {
    margin: 10rem;
  }

  .sm\:active\:m-48:active {
    margin: 12rem;
  }

  .sm\:active\:m-56:active {
    margin: 14rem;
  }

  .sm\:active\:m-64:active {
    margin: 16rem;
  }

  .sm\:active\:m-auto:active {
    margin: auto;
  }

  .sm\:active\:m-px:active {
    margin: 1px;
  }

  .sm\:active\:-m-1:active {
    margin: -0.25rem;
  }

  .sm\:active\:-m-2:active {
    margin: -0.5rem;
  }

  .sm\:active\:-m-3:active {
    margin: -0.75rem;
  }

  .sm\:active\:-m-4:active {
    margin: -1rem;
  }

  .sm\:active\:-m-5:active {
    margin: -1.25rem;
  }

  .sm\:active\:-m-6:active {
    margin: -1.5rem;
  }

  .sm\:active\:-m-8:active {
    margin: -2rem;
  }

  .sm\:active\:-m-10:active {
    margin: -2.5rem;
  }

  .sm\:active\:-m-12:active {
    margin: -3rem;
  }

  .sm\:active\:-m-16:active {
    margin: -4rem;
  }

  .sm\:active\:-m-20:active {
    margin: -5rem;
  }

  .sm\:active\:-m-24:active {
    margin: -6rem;
  }

  .sm\:active\:-m-32:active {
    margin: -8rem;
  }

  .sm\:active\:-m-40:active {
    margin: -10rem;
  }

  .sm\:active\:-m-48:active {
    margin: -12rem;
  }

  .sm\:active\:-m-56:active {
    margin: -14rem;
  }

  .sm\:active\:-m-64:active {
    margin: -16rem;
  }

  .sm\:active\:-m-px:active {
    margin: -1px;
  }

  .sm\:active\:my-0:active {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:active\:mx-0:active {
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:active\:my-1:active {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm\:active\:mx-1:active {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm\:active\:my-2:active {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:active\:mx-2:active {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:active\:my-3:active {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm\:active\:mx-3:active {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm\:active\:my-4:active {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:active\:mx-4:active {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:active\:my-5:active {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:active\:mx-5:active {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:active\:my-6:active {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:active\:mx-6:active {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:active\:my-8:active {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:active\:mx-8:active {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:active\:my-10:active {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:active\:mx-10:active {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:active\:my-12:active {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:active\:mx-12:active {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:active\:my-16:active {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:active\:mx-16:active {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:active\:my-20:active {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:active\:mx-20:active {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:active\:my-24:active {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:active\:mx-24:active {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:active\:my-32:active {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:active\:mx-32:active {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:active\:my-40:active {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm\:active\:mx-40:active {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm\:active\:my-48:active {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .sm\:active\:mx-48:active {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .sm\:active\:my-56:active {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sm\:active\:mx-56:active {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sm\:active\:my-64:active {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm\:active\:mx-64:active {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm\:active\:my-auto:active {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:active\:mx-auto:active {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:active\:my-px:active {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:active\:mx-px:active {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:active\:-my-1:active {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:active\:-mx-1:active {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:active\:-my-2:active {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:active\:-mx-2:active {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:active\:-my-3:active {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:active\:-mx-3:active {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:active\:-my-4:active {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:active\:-mx-4:active {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:active\:-my-5:active {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:active\:-mx-5:active {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:active\:-my-6:active {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:active\:-mx-6:active {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:active\:-my-8:active {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:active\:-mx-8:active {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:active\:-my-10:active {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:active\:-mx-10:active {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:active\:-my-12:active {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:active\:-mx-12:active {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:active\:-my-16:active {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:active\:-mx-16:active {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:active\:-my-20:active {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:active\:-mx-20:active {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:active\:-my-24:active {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:active\:-mx-24:active {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:active\:-my-32:active {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:active\:-mx-32:active {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:active\:-my-40:active {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sm\:active\:-mx-40:active {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sm\:active\:-my-48:active {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .sm\:active\:-mx-48:active {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .sm\:active\:-my-56:active {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .sm\:active\:-mx-56:active {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .sm\:active\:-my-64:active {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .sm\:active\:-mx-64:active {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .sm\:active\:-my-px:active {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:active\:-mx-px:active {
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:active\:mt-0:active {
    margin-top: 0;
  }

  .sm\:active\:mr-0:active {
    margin-right: 0;
  }

  .sm\:active\:mb-0:active {
    margin-bottom: 0;
  }

  .sm\:active\:ml-0:active {
    margin-left: 0;
  }

  .sm\:active\:mt-1:active {
    margin-top: 0.25rem;
  }

  .sm\:active\:mr-1:active {
    margin-right: 0.25rem;
  }

  .sm\:active\:mb-1:active {
    margin-bottom: 0.25rem;
  }

  .sm\:active\:ml-1:active {
    margin-left: 0.25rem;
  }

  .sm\:active\:mt-2:active {
    margin-top: 0.5rem;
  }

  .sm\:active\:mr-2:active {
    margin-right: 0.5rem;
  }

  .sm\:active\:mb-2:active {
    margin-bottom: 0.5rem;
  }

  .sm\:active\:ml-2:active {
    margin-left: 0.5rem;
  }

  .sm\:active\:mt-3:active {
    margin-top: 0.75rem;
  }

  .sm\:active\:mr-3:active {
    margin-right: 0.75rem;
  }

  .sm\:active\:mb-3:active {
    margin-bottom: 0.75rem;
  }

  .sm\:active\:ml-3:active {
    margin-left: 0.75rem;
  }

  .sm\:active\:mt-4:active {
    margin-top: 1rem;
  }

  .sm\:active\:mr-4:active {
    margin-right: 1rem;
  }

  .sm\:active\:mb-4:active {
    margin-bottom: 1rem;
  }

  .sm\:active\:ml-4:active {
    margin-left: 1rem;
  }

  .sm\:active\:mt-5:active {
    margin-top: 1.25rem;
  }

  .sm\:active\:mr-5:active {
    margin-right: 1.25rem;
  }

  .sm\:active\:mb-5:active {
    margin-bottom: 1.25rem;
  }

  .sm\:active\:ml-5:active {
    margin-left: 1.25rem;
  }

  .sm\:active\:mt-6:active {
    margin-top: 1.5rem;
  }

  .sm\:active\:mr-6:active {
    margin-right: 1.5rem;
  }

  .sm\:active\:mb-6:active {
    margin-bottom: 1.5rem;
  }

  .sm\:active\:ml-6:active {
    margin-left: 1.5rem;
  }

  .sm\:active\:mt-8:active {
    margin-top: 2rem;
  }

  .sm\:active\:mr-8:active {
    margin-right: 2rem;
  }

  .sm\:active\:mb-8:active {
    margin-bottom: 2rem;
  }

  .sm\:active\:ml-8:active {
    margin-left: 2rem;
  }

  .sm\:active\:mt-10:active {
    margin-top: 2.5rem;
  }

  .sm\:active\:mr-10:active {
    margin-right: 2.5rem;
  }

  .sm\:active\:mb-10:active {
    margin-bottom: 2.5rem;
  }

  .sm\:active\:ml-10:active {
    margin-left: 2.5rem;
  }

  .sm\:active\:mt-12:active {
    margin-top: 3rem;
  }

  .sm\:active\:mr-12:active {
    margin-right: 3rem;
  }

  .sm\:active\:mb-12:active {
    margin-bottom: 3rem;
  }

  .sm\:active\:ml-12:active {
    margin-left: 3rem;
  }

  .sm\:active\:mt-16:active {
    margin-top: 4rem;
  }

  .sm\:active\:mr-16:active {
    margin-right: 4rem;
  }

  .sm\:active\:mb-16:active {
    margin-bottom: 4rem;
  }

  .sm\:active\:ml-16:active {
    margin-left: 4rem;
  }

  .sm\:active\:mt-20:active {
    margin-top: 5rem;
  }

  .sm\:active\:mr-20:active {
    margin-right: 5rem;
  }

  .sm\:active\:mb-20:active {
    margin-bottom: 5rem;
  }

  .sm\:active\:ml-20:active {
    margin-left: 5rem;
  }

  .sm\:active\:mt-24:active {
    margin-top: 6rem;
  }

  .sm\:active\:mr-24:active {
    margin-right: 6rem;
  }

  .sm\:active\:mb-24:active {
    margin-bottom: 6rem;
  }

  .sm\:active\:ml-24:active {
    margin-left: 6rem;
  }

  .sm\:active\:mt-32:active {
    margin-top: 8rem;
  }

  .sm\:active\:mr-32:active {
    margin-right: 8rem;
  }

  .sm\:active\:mb-32:active {
    margin-bottom: 8rem;
  }

  .sm\:active\:ml-32:active {
    margin-left: 8rem;
  }

  .sm\:active\:mt-40:active {
    margin-top: 10rem;
  }

  .sm\:active\:mr-40:active {
    margin-right: 10rem;
  }

  .sm\:active\:mb-40:active {
    margin-bottom: 10rem;
  }

  .sm\:active\:ml-40:active {
    margin-left: 10rem;
  }

  .sm\:active\:mt-48:active {
    margin-top: 12rem;
  }

  .sm\:active\:mr-48:active {
    margin-right: 12rem;
  }

  .sm\:active\:mb-48:active {
    margin-bottom: 12rem;
  }

  .sm\:active\:ml-48:active {
    margin-left: 12rem;
  }

  .sm\:active\:mt-56:active {
    margin-top: 14rem;
  }

  .sm\:active\:mr-56:active {
    margin-right: 14rem;
  }

  .sm\:active\:mb-56:active {
    margin-bottom: 14rem;
  }

  .sm\:active\:ml-56:active {
    margin-left: 14rem;
  }

  .sm\:active\:mt-64:active {
    margin-top: 16rem;
  }

  .sm\:active\:mr-64:active {
    margin-right: 16rem;
  }

  .sm\:active\:mb-64:active {
    margin-bottom: 16rem;
  }

  .sm\:active\:ml-64:active {
    margin-left: 16rem;
  }

  .sm\:active\:mt-auto:active {
    margin-top: auto;
  }

  .sm\:active\:mr-auto:active {
    margin-right: auto;
  }

  .sm\:active\:mb-auto:active {
    margin-bottom: auto;
  }

  .sm\:active\:ml-auto:active {
    margin-left: auto;
  }

  .sm\:active\:mt-px:active {
    margin-top: 1px;
  }

  .sm\:active\:mr-px:active {
    margin-right: 1px;
  }

  .sm\:active\:mb-px:active {
    margin-bottom: 1px;
  }

  .sm\:active\:ml-px:active {
    margin-left: 1px;
  }

  .sm\:active\:-mt-1:active {
    margin-top: -0.25rem;
  }

  .sm\:active\:-mr-1:active {
    margin-right: -0.25rem;
  }

  .sm\:active\:-mb-1:active {
    margin-bottom: -0.25rem;
  }

  .sm\:active\:-ml-1:active {
    margin-left: -0.25rem;
  }

  .sm\:active\:-mt-2:active {
    margin-top: -0.5rem;
  }

  .sm\:active\:-mr-2:active {
    margin-right: -0.5rem;
  }

  .sm\:active\:-mb-2:active {
    margin-bottom: -0.5rem;
  }

  .sm\:active\:-ml-2:active {
    margin-left: -0.5rem;
  }

  .sm\:active\:-mt-3:active {
    margin-top: -0.75rem;
  }

  .sm\:active\:-mr-3:active {
    margin-right: -0.75rem;
  }

  .sm\:active\:-mb-3:active {
    margin-bottom: -0.75rem;
  }

  .sm\:active\:-ml-3:active {
    margin-left: -0.75rem;
  }

  .sm\:active\:-mt-4:active {
    margin-top: -1rem;
  }

  .sm\:active\:-mr-4:active {
    margin-right: -1rem;
  }

  .sm\:active\:-mb-4:active {
    margin-bottom: -1rem;
  }

  .sm\:active\:-ml-4:active {
    margin-left: -1rem;
  }

  .sm\:active\:-mt-5:active {
    margin-top: -1.25rem;
  }

  .sm\:active\:-mr-5:active {
    margin-right: -1.25rem;
  }

  .sm\:active\:-mb-5:active {
    margin-bottom: -1.25rem;
  }

  .sm\:active\:-ml-5:active {
    margin-left: -1.25rem;
  }

  .sm\:active\:-mt-6:active {
    margin-top: -1.5rem;
  }

  .sm\:active\:-mr-6:active {
    margin-right: -1.5rem;
  }

  .sm\:active\:-mb-6:active {
    margin-bottom: -1.5rem;
  }

  .sm\:active\:-ml-6:active {
    margin-left: -1.5rem;
  }

  .sm\:active\:-mt-8:active {
    margin-top: -2rem;
  }

  .sm\:active\:-mr-8:active {
    margin-right: -2rem;
  }

  .sm\:active\:-mb-8:active {
    margin-bottom: -2rem;
  }

  .sm\:active\:-ml-8:active {
    margin-left: -2rem;
  }

  .sm\:active\:-mt-10:active {
    margin-top: -2.5rem;
  }

  .sm\:active\:-mr-10:active {
    margin-right: -2.5rem;
  }

  .sm\:active\:-mb-10:active {
    margin-bottom: -2.5rem;
  }

  .sm\:active\:-ml-10:active {
    margin-left: -2.5rem;
  }

  .sm\:active\:-mt-12:active {
    margin-top: -3rem;
  }

  .sm\:active\:-mr-12:active {
    margin-right: -3rem;
  }

  .sm\:active\:-mb-12:active {
    margin-bottom: -3rem;
  }

  .sm\:active\:-ml-12:active {
    margin-left: -3rem;
  }

  .sm\:active\:-mt-16:active {
    margin-top: -4rem;
  }

  .sm\:active\:-mr-16:active {
    margin-right: -4rem;
  }

  .sm\:active\:-mb-16:active {
    margin-bottom: -4rem;
  }

  .sm\:active\:-ml-16:active {
    margin-left: -4rem;
  }

  .sm\:active\:-mt-20:active {
    margin-top: -5rem;
  }

  .sm\:active\:-mr-20:active {
    margin-right: -5rem;
  }

  .sm\:active\:-mb-20:active {
    margin-bottom: -5rem;
  }

  .sm\:active\:-ml-20:active {
    margin-left: -5rem;
  }

  .sm\:active\:-mt-24:active {
    margin-top: -6rem;
  }

  .sm\:active\:-mr-24:active {
    margin-right: -6rem;
  }

  .sm\:active\:-mb-24:active {
    margin-bottom: -6rem;
  }

  .sm\:active\:-ml-24:active {
    margin-left: -6rem;
  }

  .sm\:active\:-mt-32:active {
    margin-top: -8rem;
  }

  .sm\:active\:-mr-32:active {
    margin-right: -8rem;
  }

  .sm\:active\:-mb-32:active {
    margin-bottom: -8rem;
  }

  .sm\:active\:-ml-32:active {
    margin-left: -8rem;
  }

  .sm\:active\:-mt-40:active {
    margin-top: -10rem;
  }

  .sm\:active\:-mr-40:active {
    margin-right: -10rem;
  }

  .sm\:active\:-mb-40:active {
    margin-bottom: -10rem;
  }

  .sm\:active\:-ml-40:active {
    margin-left: -10rem;
  }

  .sm\:active\:-mt-48:active {
    margin-top: -12rem;
  }

  .sm\:active\:-mr-48:active {
    margin-right: -12rem;
  }

  .sm\:active\:-mb-48:active {
    margin-bottom: -12rem;
  }

  .sm\:active\:-ml-48:active {
    margin-left: -12rem;
  }

  .sm\:active\:-mt-56:active {
    margin-top: -14rem;
  }

  .sm\:active\:-mr-56:active {
    margin-right: -14rem;
  }

  .sm\:active\:-mb-56:active {
    margin-bottom: -14rem;
  }

  .sm\:active\:-ml-56:active {
    margin-left: -14rem;
  }

  .sm\:active\:-mt-64:active {
    margin-top: -16rem;
  }

  .sm\:active\:-mr-64:active {
    margin-right: -16rem;
  }

  .sm\:active\:-mb-64:active {
    margin-bottom: -16rem;
  }

  .sm\:active\:-ml-64:active {
    margin-left: -16rem;
  }

  .sm\:active\:-mt-px:active {
    margin-top: -1px;
  }

  .sm\:active\:-mr-px:active {
    margin-right: -1px;
  }

  .sm\:active\:-mb-px:active {
    margin-bottom: -1px;
  }

  .sm\:active\:-ml-px:active {
    margin-left: -1px;
  }

  .sm\:visited\:m-0:visited {
    margin: 0;
  }

  .sm\:visited\:m-1:visited {
    margin: 0.25rem;
  }

  .sm\:visited\:m-2:visited {
    margin: 0.5rem;
  }

  .sm\:visited\:m-3:visited {
    margin: 0.75rem;
  }

  .sm\:visited\:m-4:visited {
    margin: 1rem;
  }

  .sm\:visited\:m-5:visited {
    margin: 1.25rem;
  }

  .sm\:visited\:m-6:visited {
    margin: 1.5rem;
  }

  .sm\:visited\:m-8:visited {
    margin: 2rem;
  }

  .sm\:visited\:m-10:visited {
    margin: 2.5rem;
  }

  .sm\:visited\:m-12:visited {
    margin: 3rem;
  }

  .sm\:visited\:m-16:visited {
    margin: 4rem;
  }

  .sm\:visited\:m-20:visited {
    margin: 5rem;
  }

  .sm\:visited\:m-24:visited {
    margin: 6rem;
  }

  .sm\:visited\:m-32:visited {
    margin: 8rem;
  }

  .sm\:visited\:m-40:visited {
    margin: 10rem;
  }

  .sm\:visited\:m-48:visited {
    margin: 12rem;
  }

  .sm\:visited\:m-56:visited {
    margin: 14rem;
  }

  .sm\:visited\:m-64:visited {
    margin: 16rem;
  }

  .sm\:visited\:m-auto:visited {
    margin: auto;
  }

  .sm\:visited\:m-px:visited {
    margin: 1px;
  }

  .sm\:visited\:-m-1:visited {
    margin: -0.25rem;
  }

  .sm\:visited\:-m-2:visited {
    margin: -0.5rem;
  }

  .sm\:visited\:-m-3:visited {
    margin: -0.75rem;
  }

  .sm\:visited\:-m-4:visited {
    margin: -1rem;
  }

  .sm\:visited\:-m-5:visited {
    margin: -1.25rem;
  }

  .sm\:visited\:-m-6:visited {
    margin: -1.5rem;
  }

  .sm\:visited\:-m-8:visited {
    margin: -2rem;
  }

  .sm\:visited\:-m-10:visited {
    margin: -2.5rem;
  }

  .sm\:visited\:-m-12:visited {
    margin: -3rem;
  }

  .sm\:visited\:-m-16:visited {
    margin: -4rem;
  }

  .sm\:visited\:-m-20:visited {
    margin: -5rem;
  }

  .sm\:visited\:-m-24:visited {
    margin: -6rem;
  }

  .sm\:visited\:-m-32:visited {
    margin: -8rem;
  }

  .sm\:visited\:-m-40:visited {
    margin: -10rem;
  }

  .sm\:visited\:-m-48:visited {
    margin: -12rem;
  }

  .sm\:visited\:-m-56:visited {
    margin: -14rem;
  }

  .sm\:visited\:-m-64:visited {
    margin: -16rem;
  }

  .sm\:visited\:-m-px:visited {
    margin: -1px;
  }

  .sm\:visited\:my-0:visited {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:visited\:mx-0:visited {
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:visited\:my-1:visited {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm\:visited\:mx-1:visited {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm\:visited\:my-2:visited {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:visited\:mx-2:visited {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:visited\:my-3:visited {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm\:visited\:mx-3:visited {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm\:visited\:my-4:visited {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:visited\:mx-4:visited {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:visited\:my-5:visited {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:visited\:mx-5:visited {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:visited\:my-6:visited {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:visited\:mx-6:visited {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:visited\:my-8:visited {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:visited\:mx-8:visited {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:visited\:my-10:visited {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:visited\:mx-10:visited {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:visited\:my-12:visited {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:visited\:mx-12:visited {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:visited\:my-16:visited {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:visited\:mx-16:visited {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:visited\:my-20:visited {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:visited\:mx-20:visited {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:visited\:my-24:visited {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:visited\:mx-24:visited {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:visited\:my-32:visited {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:visited\:mx-32:visited {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:visited\:my-40:visited {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm\:visited\:mx-40:visited {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm\:visited\:my-48:visited {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .sm\:visited\:mx-48:visited {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .sm\:visited\:my-56:visited {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sm\:visited\:mx-56:visited {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sm\:visited\:my-64:visited {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm\:visited\:mx-64:visited {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm\:visited\:my-auto:visited {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:visited\:mx-auto:visited {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:visited\:my-px:visited {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:visited\:mx-px:visited {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:visited\:-my-1:visited {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:visited\:-mx-1:visited {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:visited\:-my-2:visited {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:visited\:-mx-2:visited {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:visited\:-my-3:visited {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:visited\:-mx-3:visited {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:visited\:-my-4:visited {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:visited\:-mx-4:visited {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:visited\:-my-5:visited {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:visited\:-mx-5:visited {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:visited\:-my-6:visited {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:visited\:-mx-6:visited {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:visited\:-my-8:visited {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:visited\:-mx-8:visited {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:visited\:-my-10:visited {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:visited\:-mx-10:visited {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:visited\:-my-12:visited {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:visited\:-mx-12:visited {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:visited\:-my-16:visited {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:visited\:-mx-16:visited {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:visited\:-my-20:visited {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:visited\:-mx-20:visited {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:visited\:-my-24:visited {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:visited\:-mx-24:visited {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:visited\:-my-32:visited {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:visited\:-mx-32:visited {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:visited\:-my-40:visited {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sm\:visited\:-mx-40:visited {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sm\:visited\:-my-48:visited {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .sm\:visited\:-mx-48:visited {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .sm\:visited\:-my-56:visited {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .sm\:visited\:-mx-56:visited {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .sm\:visited\:-my-64:visited {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .sm\:visited\:-mx-64:visited {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .sm\:visited\:-my-px:visited {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:visited\:-mx-px:visited {
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:visited\:mt-0:visited {
    margin-top: 0;
  }

  .sm\:visited\:mr-0:visited {
    margin-right: 0;
  }

  .sm\:visited\:mb-0:visited {
    margin-bottom: 0;
  }

  .sm\:visited\:ml-0:visited {
    margin-left: 0;
  }

  .sm\:visited\:mt-1:visited {
    margin-top: 0.25rem;
  }

  .sm\:visited\:mr-1:visited {
    margin-right: 0.25rem;
  }

  .sm\:visited\:mb-1:visited {
    margin-bottom: 0.25rem;
  }

  .sm\:visited\:ml-1:visited {
    margin-left: 0.25rem;
  }

  .sm\:visited\:mt-2:visited {
    margin-top: 0.5rem;
  }

  .sm\:visited\:mr-2:visited {
    margin-right: 0.5rem;
  }

  .sm\:visited\:mb-2:visited {
    margin-bottom: 0.5rem;
  }

  .sm\:visited\:ml-2:visited {
    margin-left: 0.5rem;
  }

  .sm\:visited\:mt-3:visited {
    margin-top: 0.75rem;
  }

  .sm\:visited\:mr-3:visited {
    margin-right: 0.75rem;
  }

  .sm\:visited\:mb-3:visited {
    margin-bottom: 0.75rem;
  }

  .sm\:visited\:ml-3:visited {
    margin-left: 0.75rem;
  }

  .sm\:visited\:mt-4:visited {
    margin-top: 1rem;
  }

  .sm\:visited\:mr-4:visited {
    margin-right: 1rem;
  }

  .sm\:visited\:mb-4:visited {
    margin-bottom: 1rem;
  }

  .sm\:visited\:ml-4:visited {
    margin-left: 1rem;
  }

  .sm\:visited\:mt-5:visited {
    margin-top: 1.25rem;
  }

  .sm\:visited\:mr-5:visited {
    margin-right: 1.25rem;
  }

  .sm\:visited\:mb-5:visited {
    margin-bottom: 1.25rem;
  }

  .sm\:visited\:ml-5:visited {
    margin-left: 1.25rem;
  }

  .sm\:visited\:mt-6:visited {
    margin-top: 1.5rem;
  }

  .sm\:visited\:mr-6:visited {
    margin-right: 1.5rem;
  }

  .sm\:visited\:mb-6:visited {
    margin-bottom: 1.5rem;
  }

  .sm\:visited\:ml-6:visited {
    margin-left: 1.5rem;
  }

  .sm\:visited\:mt-8:visited {
    margin-top: 2rem;
  }

  .sm\:visited\:mr-8:visited {
    margin-right: 2rem;
  }

  .sm\:visited\:mb-8:visited {
    margin-bottom: 2rem;
  }

  .sm\:visited\:ml-8:visited {
    margin-left: 2rem;
  }

  .sm\:visited\:mt-10:visited {
    margin-top: 2.5rem;
  }

  .sm\:visited\:mr-10:visited {
    margin-right: 2.5rem;
  }

  .sm\:visited\:mb-10:visited {
    margin-bottom: 2.5rem;
  }

  .sm\:visited\:ml-10:visited {
    margin-left: 2.5rem;
  }

  .sm\:visited\:mt-12:visited {
    margin-top: 3rem;
  }

  .sm\:visited\:mr-12:visited {
    margin-right: 3rem;
  }

  .sm\:visited\:mb-12:visited {
    margin-bottom: 3rem;
  }

  .sm\:visited\:ml-12:visited {
    margin-left: 3rem;
  }

  .sm\:visited\:mt-16:visited {
    margin-top: 4rem;
  }

  .sm\:visited\:mr-16:visited {
    margin-right: 4rem;
  }

  .sm\:visited\:mb-16:visited {
    margin-bottom: 4rem;
  }

  .sm\:visited\:ml-16:visited {
    margin-left: 4rem;
  }

  .sm\:visited\:mt-20:visited {
    margin-top: 5rem;
  }

  .sm\:visited\:mr-20:visited {
    margin-right: 5rem;
  }

  .sm\:visited\:mb-20:visited {
    margin-bottom: 5rem;
  }

  .sm\:visited\:ml-20:visited {
    margin-left: 5rem;
  }

  .sm\:visited\:mt-24:visited {
    margin-top: 6rem;
  }

  .sm\:visited\:mr-24:visited {
    margin-right: 6rem;
  }

  .sm\:visited\:mb-24:visited {
    margin-bottom: 6rem;
  }

  .sm\:visited\:ml-24:visited {
    margin-left: 6rem;
  }

  .sm\:visited\:mt-32:visited {
    margin-top: 8rem;
  }

  .sm\:visited\:mr-32:visited {
    margin-right: 8rem;
  }

  .sm\:visited\:mb-32:visited {
    margin-bottom: 8rem;
  }

  .sm\:visited\:ml-32:visited {
    margin-left: 8rem;
  }

  .sm\:visited\:mt-40:visited {
    margin-top: 10rem;
  }

  .sm\:visited\:mr-40:visited {
    margin-right: 10rem;
  }

  .sm\:visited\:mb-40:visited {
    margin-bottom: 10rem;
  }

  .sm\:visited\:ml-40:visited {
    margin-left: 10rem;
  }

  .sm\:visited\:mt-48:visited {
    margin-top: 12rem;
  }

  .sm\:visited\:mr-48:visited {
    margin-right: 12rem;
  }

  .sm\:visited\:mb-48:visited {
    margin-bottom: 12rem;
  }

  .sm\:visited\:ml-48:visited {
    margin-left: 12rem;
  }

  .sm\:visited\:mt-56:visited {
    margin-top: 14rem;
  }

  .sm\:visited\:mr-56:visited {
    margin-right: 14rem;
  }

  .sm\:visited\:mb-56:visited {
    margin-bottom: 14rem;
  }

  .sm\:visited\:ml-56:visited {
    margin-left: 14rem;
  }

  .sm\:visited\:mt-64:visited {
    margin-top: 16rem;
  }

  .sm\:visited\:mr-64:visited {
    margin-right: 16rem;
  }

  .sm\:visited\:mb-64:visited {
    margin-bottom: 16rem;
  }

  .sm\:visited\:ml-64:visited {
    margin-left: 16rem;
  }

  .sm\:visited\:mt-auto:visited {
    margin-top: auto;
  }

  .sm\:visited\:mr-auto:visited {
    margin-right: auto;
  }

  .sm\:visited\:mb-auto:visited {
    margin-bottom: auto;
  }

  .sm\:visited\:ml-auto:visited {
    margin-left: auto;
  }

  .sm\:visited\:mt-px:visited {
    margin-top: 1px;
  }

  .sm\:visited\:mr-px:visited {
    margin-right: 1px;
  }

  .sm\:visited\:mb-px:visited {
    margin-bottom: 1px;
  }

  .sm\:visited\:ml-px:visited {
    margin-left: 1px;
  }

  .sm\:visited\:-mt-1:visited {
    margin-top: -0.25rem;
  }

  .sm\:visited\:-mr-1:visited {
    margin-right: -0.25rem;
  }

  .sm\:visited\:-mb-1:visited {
    margin-bottom: -0.25rem;
  }

  .sm\:visited\:-ml-1:visited {
    margin-left: -0.25rem;
  }

  .sm\:visited\:-mt-2:visited {
    margin-top: -0.5rem;
  }

  .sm\:visited\:-mr-2:visited {
    margin-right: -0.5rem;
  }

  .sm\:visited\:-mb-2:visited {
    margin-bottom: -0.5rem;
  }

  .sm\:visited\:-ml-2:visited {
    margin-left: -0.5rem;
  }

  .sm\:visited\:-mt-3:visited {
    margin-top: -0.75rem;
  }

  .sm\:visited\:-mr-3:visited {
    margin-right: -0.75rem;
  }

  .sm\:visited\:-mb-3:visited {
    margin-bottom: -0.75rem;
  }

  .sm\:visited\:-ml-3:visited {
    margin-left: -0.75rem;
  }

  .sm\:visited\:-mt-4:visited {
    margin-top: -1rem;
  }

  .sm\:visited\:-mr-4:visited {
    margin-right: -1rem;
  }

  .sm\:visited\:-mb-4:visited {
    margin-bottom: -1rem;
  }

  .sm\:visited\:-ml-4:visited {
    margin-left: -1rem;
  }

  .sm\:visited\:-mt-5:visited {
    margin-top: -1.25rem;
  }

  .sm\:visited\:-mr-5:visited {
    margin-right: -1.25rem;
  }

  .sm\:visited\:-mb-5:visited {
    margin-bottom: -1.25rem;
  }

  .sm\:visited\:-ml-5:visited {
    margin-left: -1.25rem;
  }

  .sm\:visited\:-mt-6:visited {
    margin-top: -1.5rem;
  }

  .sm\:visited\:-mr-6:visited {
    margin-right: -1.5rem;
  }

  .sm\:visited\:-mb-6:visited {
    margin-bottom: -1.5rem;
  }

  .sm\:visited\:-ml-6:visited {
    margin-left: -1.5rem;
  }

  .sm\:visited\:-mt-8:visited {
    margin-top: -2rem;
  }

  .sm\:visited\:-mr-8:visited {
    margin-right: -2rem;
  }

  .sm\:visited\:-mb-8:visited {
    margin-bottom: -2rem;
  }

  .sm\:visited\:-ml-8:visited {
    margin-left: -2rem;
  }

  .sm\:visited\:-mt-10:visited {
    margin-top: -2.5rem;
  }

  .sm\:visited\:-mr-10:visited {
    margin-right: -2.5rem;
  }

  .sm\:visited\:-mb-10:visited {
    margin-bottom: -2.5rem;
  }

  .sm\:visited\:-ml-10:visited {
    margin-left: -2.5rem;
  }

  .sm\:visited\:-mt-12:visited {
    margin-top: -3rem;
  }

  .sm\:visited\:-mr-12:visited {
    margin-right: -3rem;
  }

  .sm\:visited\:-mb-12:visited {
    margin-bottom: -3rem;
  }

  .sm\:visited\:-ml-12:visited {
    margin-left: -3rem;
  }

  .sm\:visited\:-mt-16:visited {
    margin-top: -4rem;
  }

  .sm\:visited\:-mr-16:visited {
    margin-right: -4rem;
  }

  .sm\:visited\:-mb-16:visited {
    margin-bottom: -4rem;
  }

  .sm\:visited\:-ml-16:visited {
    margin-left: -4rem;
  }

  .sm\:visited\:-mt-20:visited {
    margin-top: -5rem;
  }

  .sm\:visited\:-mr-20:visited {
    margin-right: -5rem;
  }

  .sm\:visited\:-mb-20:visited {
    margin-bottom: -5rem;
  }

  .sm\:visited\:-ml-20:visited {
    margin-left: -5rem;
  }

  .sm\:visited\:-mt-24:visited {
    margin-top: -6rem;
  }

  .sm\:visited\:-mr-24:visited {
    margin-right: -6rem;
  }

  .sm\:visited\:-mb-24:visited {
    margin-bottom: -6rem;
  }

  .sm\:visited\:-ml-24:visited {
    margin-left: -6rem;
  }

  .sm\:visited\:-mt-32:visited {
    margin-top: -8rem;
  }

  .sm\:visited\:-mr-32:visited {
    margin-right: -8rem;
  }

  .sm\:visited\:-mb-32:visited {
    margin-bottom: -8rem;
  }

  .sm\:visited\:-ml-32:visited {
    margin-left: -8rem;
  }

  .sm\:visited\:-mt-40:visited {
    margin-top: -10rem;
  }

  .sm\:visited\:-mr-40:visited {
    margin-right: -10rem;
  }

  .sm\:visited\:-mb-40:visited {
    margin-bottom: -10rem;
  }

  .sm\:visited\:-ml-40:visited {
    margin-left: -10rem;
  }

  .sm\:visited\:-mt-48:visited {
    margin-top: -12rem;
  }

  .sm\:visited\:-mr-48:visited {
    margin-right: -12rem;
  }

  .sm\:visited\:-mb-48:visited {
    margin-bottom: -12rem;
  }

  .sm\:visited\:-ml-48:visited {
    margin-left: -12rem;
  }

  .sm\:visited\:-mt-56:visited {
    margin-top: -14rem;
  }

  .sm\:visited\:-mr-56:visited {
    margin-right: -14rem;
  }

  .sm\:visited\:-mb-56:visited {
    margin-bottom: -14rem;
  }

  .sm\:visited\:-ml-56:visited {
    margin-left: -14rem;
  }

  .sm\:visited\:-mt-64:visited {
    margin-top: -16rem;
  }

  .sm\:visited\:-mr-64:visited {
    margin-right: -16rem;
  }

  .sm\:visited\:-mb-64:visited {
    margin-bottom: -16rem;
  }

  .sm\:visited\:-ml-64:visited {
    margin-left: -16rem;
  }

  .sm\:visited\:-mt-px:visited {
    margin-top: -1px;
  }

  .sm\:visited\:-mr-px:visited {
    margin-right: -1px;
  }

  .sm\:visited\:-mb-px:visited {
    margin-bottom: -1px;
  }

  .sm\:visited\:-ml-px:visited {
    margin-left: -1px;
  }

  .sm\:disabled\:m-0:disabled {
    margin: 0;
  }

  .sm\:disabled\:m-1:disabled {
    margin: 0.25rem;
  }

  .sm\:disabled\:m-2:disabled {
    margin: 0.5rem;
  }

  .sm\:disabled\:m-3:disabled {
    margin: 0.75rem;
  }

  .sm\:disabled\:m-4:disabled {
    margin: 1rem;
  }

  .sm\:disabled\:m-5:disabled {
    margin: 1.25rem;
  }

  .sm\:disabled\:m-6:disabled {
    margin: 1.5rem;
  }

  .sm\:disabled\:m-8:disabled {
    margin: 2rem;
  }

  .sm\:disabled\:m-10:disabled {
    margin: 2.5rem;
  }

  .sm\:disabled\:m-12:disabled {
    margin: 3rem;
  }

  .sm\:disabled\:m-16:disabled {
    margin: 4rem;
  }

  .sm\:disabled\:m-20:disabled {
    margin: 5rem;
  }

  .sm\:disabled\:m-24:disabled {
    margin: 6rem;
  }

  .sm\:disabled\:m-32:disabled {
    margin: 8rem;
  }

  .sm\:disabled\:m-40:disabled {
    margin: 10rem;
  }

  .sm\:disabled\:m-48:disabled {
    margin: 12rem;
  }

  .sm\:disabled\:m-56:disabled {
    margin: 14rem;
  }

  .sm\:disabled\:m-64:disabled {
    margin: 16rem;
  }

  .sm\:disabled\:m-auto:disabled {
    margin: auto;
  }

  .sm\:disabled\:m-px:disabled {
    margin: 1px;
  }

  .sm\:disabled\:-m-1:disabled {
    margin: -0.25rem;
  }

  .sm\:disabled\:-m-2:disabled {
    margin: -0.5rem;
  }

  .sm\:disabled\:-m-3:disabled {
    margin: -0.75rem;
  }

  .sm\:disabled\:-m-4:disabled {
    margin: -1rem;
  }

  .sm\:disabled\:-m-5:disabled {
    margin: -1.25rem;
  }

  .sm\:disabled\:-m-6:disabled {
    margin: -1.5rem;
  }

  .sm\:disabled\:-m-8:disabled {
    margin: -2rem;
  }

  .sm\:disabled\:-m-10:disabled {
    margin: -2.5rem;
  }

  .sm\:disabled\:-m-12:disabled {
    margin: -3rem;
  }

  .sm\:disabled\:-m-16:disabled {
    margin: -4rem;
  }

  .sm\:disabled\:-m-20:disabled {
    margin: -5rem;
  }

  .sm\:disabled\:-m-24:disabled {
    margin: -6rem;
  }

  .sm\:disabled\:-m-32:disabled {
    margin: -8rem;
  }

  .sm\:disabled\:-m-40:disabled {
    margin: -10rem;
  }

  .sm\:disabled\:-m-48:disabled {
    margin: -12rem;
  }

  .sm\:disabled\:-m-56:disabled {
    margin: -14rem;
  }

  .sm\:disabled\:-m-64:disabled {
    margin: -16rem;
  }

  .sm\:disabled\:-m-px:disabled {
    margin: -1px;
  }

  .sm\:disabled\:my-0:disabled {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:disabled\:mx-0:disabled {
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:disabled\:my-1:disabled {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm\:disabled\:mx-1:disabled {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm\:disabled\:my-2:disabled {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:disabled\:mx-2:disabled {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:disabled\:my-3:disabled {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm\:disabled\:mx-3:disabled {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm\:disabled\:my-4:disabled {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:disabled\:mx-4:disabled {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:disabled\:my-5:disabled {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:disabled\:mx-5:disabled {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:disabled\:my-6:disabled {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:disabled\:mx-6:disabled {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:disabled\:my-8:disabled {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:disabled\:mx-8:disabled {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:disabled\:my-10:disabled {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:disabled\:mx-10:disabled {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:disabled\:my-12:disabled {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:disabled\:mx-12:disabled {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:disabled\:my-16:disabled {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:disabled\:mx-16:disabled {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:disabled\:my-20:disabled {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:disabled\:mx-20:disabled {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:disabled\:my-24:disabled {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:disabled\:mx-24:disabled {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:disabled\:my-32:disabled {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:disabled\:mx-32:disabled {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:disabled\:my-40:disabled {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm\:disabled\:mx-40:disabled {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm\:disabled\:my-48:disabled {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .sm\:disabled\:mx-48:disabled {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .sm\:disabled\:my-56:disabled {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sm\:disabled\:mx-56:disabled {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sm\:disabled\:my-64:disabled {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm\:disabled\:mx-64:disabled {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm\:disabled\:my-auto:disabled {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:disabled\:mx-auto:disabled {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:disabled\:my-px:disabled {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:disabled\:mx-px:disabled {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:disabled\:-my-1:disabled {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:disabled\:-mx-1:disabled {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:disabled\:-my-2:disabled {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:disabled\:-mx-2:disabled {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:disabled\:-my-3:disabled {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:disabled\:-mx-3:disabled {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:disabled\:-my-4:disabled {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:disabled\:-mx-4:disabled {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:disabled\:-my-5:disabled {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:disabled\:-mx-5:disabled {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:disabled\:-my-6:disabled {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:disabled\:-mx-6:disabled {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:disabled\:-my-8:disabled {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:disabled\:-mx-8:disabled {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:disabled\:-my-10:disabled {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:disabled\:-mx-10:disabled {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:disabled\:-my-12:disabled {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:disabled\:-mx-12:disabled {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:disabled\:-my-16:disabled {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:disabled\:-mx-16:disabled {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:disabled\:-my-20:disabled {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:disabled\:-mx-20:disabled {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:disabled\:-my-24:disabled {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:disabled\:-mx-24:disabled {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:disabled\:-my-32:disabled {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:disabled\:-mx-32:disabled {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:disabled\:-my-40:disabled {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sm\:disabled\:-mx-40:disabled {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sm\:disabled\:-my-48:disabled {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .sm\:disabled\:-mx-48:disabled {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .sm\:disabled\:-my-56:disabled {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .sm\:disabled\:-mx-56:disabled {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .sm\:disabled\:-my-64:disabled {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .sm\:disabled\:-mx-64:disabled {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .sm\:disabled\:-my-px:disabled {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:disabled\:-mx-px:disabled {
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:disabled\:mt-0:disabled {
    margin-top: 0;
  }

  .sm\:disabled\:mr-0:disabled {
    margin-right: 0;
  }

  .sm\:disabled\:mb-0:disabled {
    margin-bottom: 0;
  }

  .sm\:disabled\:ml-0:disabled {
    margin-left: 0;
  }

  .sm\:disabled\:mt-1:disabled {
    margin-top: 0.25rem;
  }

  .sm\:disabled\:mr-1:disabled {
    margin-right: 0.25rem;
  }

  .sm\:disabled\:mb-1:disabled {
    margin-bottom: 0.25rem;
  }

  .sm\:disabled\:ml-1:disabled {
    margin-left: 0.25rem;
  }

  .sm\:disabled\:mt-2:disabled {
    margin-top: 0.5rem;
  }

  .sm\:disabled\:mr-2:disabled {
    margin-right: 0.5rem;
  }

  .sm\:disabled\:mb-2:disabled {
    margin-bottom: 0.5rem;
  }

  .sm\:disabled\:ml-2:disabled {
    margin-left: 0.5rem;
  }

  .sm\:disabled\:mt-3:disabled {
    margin-top: 0.75rem;
  }

  .sm\:disabled\:mr-3:disabled {
    margin-right: 0.75rem;
  }

  .sm\:disabled\:mb-3:disabled {
    margin-bottom: 0.75rem;
  }

  .sm\:disabled\:ml-3:disabled {
    margin-left: 0.75rem;
  }

  .sm\:disabled\:mt-4:disabled {
    margin-top: 1rem;
  }

  .sm\:disabled\:mr-4:disabled {
    margin-right: 1rem;
  }

  .sm\:disabled\:mb-4:disabled {
    margin-bottom: 1rem;
  }

  .sm\:disabled\:ml-4:disabled {
    margin-left: 1rem;
  }

  .sm\:disabled\:mt-5:disabled {
    margin-top: 1.25rem;
  }

  .sm\:disabled\:mr-5:disabled {
    margin-right: 1.25rem;
  }

  .sm\:disabled\:mb-5:disabled {
    margin-bottom: 1.25rem;
  }

  .sm\:disabled\:ml-5:disabled {
    margin-left: 1.25rem;
  }

  .sm\:disabled\:mt-6:disabled {
    margin-top: 1.5rem;
  }

  .sm\:disabled\:mr-6:disabled {
    margin-right: 1.5rem;
  }

  .sm\:disabled\:mb-6:disabled {
    margin-bottom: 1.5rem;
  }

  .sm\:disabled\:ml-6:disabled {
    margin-left: 1.5rem;
  }

  .sm\:disabled\:mt-8:disabled {
    margin-top: 2rem;
  }

  .sm\:disabled\:mr-8:disabled {
    margin-right: 2rem;
  }

  .sm\:disabled\:mb-8:disabled {
    margin-bottom: 2rem;
  }

  .sm\:disabled\:ml-8:disabled {
    margin-left: 2rem;
  }

  .sm\:disabled\:mt-10:disabled {
    margin-top: 2.5rem;
  }

  .sm\:disabled\:mr-10:disabled {
    margin-right: 2.5rem;
  }

  .sm\:disabled\:mb-10:disabled {
    margin-bottom: 2.5rem;
  }

  .sm\:disabled\:ml-10:disabled {
    margin-left: 2.5rem;
  }

  .sm\:disabled\:mt-12:disabled {
    margin-top: 3rem;
  }

  .sm\:disabled\:mr-12:disabled {
    margin-right: 3rem;
  }

  .sm\:disabled\:mb-12:disabled {
    margin-bottom: 3rem;
  }

  .sm\:disabled\:ml-12:disabled {
    margin-left: 3rem;
  }

  .sm\:disabled\:mt-16:disabled {
    margin-top: 4rem;
  }

  .sm\:disabled\:mr-16:disabled {
    margin-right: 4rem;
  }

  .sm\:disabled\:mb-16:disabled {
    margin-bottom: 4rem;
  }

  .sm\:disabled\:ml-16:disabled {
    margin-left: 4rem;
  }

  .sm\:disabled\:mt-20:disabled {
    margin-top: 5rem;
  }

  .sm\:disabled\:mr-20:disabled {
    margin-right: 5rem;
  }

  .sm\:disabled\:mb-20:disabled {
    margin-bottom: 5rem;
  }

  .sm\:disabled\:ml-20:disabled {
    margin-left: 5rem;
  }

  .sm\:disabled\:mt-24:disabled {
    margin-top: 6rem;
  }

  .sm\:disabled\:mr-24:disabled {
    margin-right: 6rem;
  }

  .sm\:disabled\:mb-24:disabled {
    margin-bottom: 6rem;
  }

  .sm\:disabled\:ml-24:disabled {
    margin-left: 6rem;
  }

  .sm\:disabled\:mt-32:disabled {
    margin-top: 8rem;
  }

  .sm\:disabled\:mr-32:disabled {
    margin-right: 8rem;
  }

  .sm\:disabled\:mb-32:disabled {
    margin-bottom: 8rem;
  }

  .sm\:disabled\:ml-32:disabled {
    margin-left: 8rem;
  }

  .sm\:disabled\:mt-40:disabled {
    margin-top: 10rem;
  }

  .sm\:disabled\:mr-40:disabled {
    margin-right: 10rem;
  }

  .sm\:disabled\:mb-40:disabled {
    margin-bottom: 10rem;
  }

  .sm\:disabled\:ml-40:disabled {
    margin-left: 10rem;
  }

  .sm\:disabled\:mt-48:disabled {
    margin-top: 12rem;
  }

  .sm\:disabled\:mr-48:disabled {
    margin-right: 12rem;
  }

  .sm\:disabled\:mb-48:disabled {
    margin-bottom: 12rem;
  }

  .sm\:disabled\:ml-48:disabled {
    margin-left: 12rem;
  }

  .sm\:disabled\:mt-56:disabled {
    margin-top: 14rem;
  }

  .sm\:disabled\:mr-56:disabled {
    margin-right: 14rem;
  }

  .sm\:disabled\:mb-56:disabled {
    margin-bottom: 14rem;
  }

  .sm\:disabled\:ml-56:disabled {
    margin-left: 14rem;
  }

  .sm\:disabled\:mt-64:disabled {
    margin-top: 16rem;
  }

  .sm\:disabled\:mr-64:disabled {
    margin-right: 16rem;
  }

  .sm\:disabled\:mb-64:disabled {
    margin-bottom: 16rem;
  }

  .sm\:disabled\:ml-64:disabled {
    margin-left: 16rem;
  }

  .sm\:disabled\:mt-auto:disabled {
    margin-top: auto;
  }

  .sm\:disabled\:mr-auto:disabled {
    margin-right: auto;
  }

  .sm\:disabled\:mb-auto:disabled {
    margin-bottom: auto;
  }

  .sm\:disabled\:ml-auto:disabled {
    margin-left: auto;
  }

  .sm\:disabled\:mt-px:disabled {
    margin-top: 1px;
  }

  .sm\:disabled\:mr-px:disabled {
    margin-right: 1px;
  }

  .sm\:disabled\:mb-px:disabled {
    margin-bottom: 1px;
  }

  .sm\:disabled\:ml-px:disabled {
    margin-left: 1px;
  }

  .sm\:disabled\:-mt-1:disabled {
    margin-top: -0.25rem;
  }

  .sm\:disabled\:-mr-1:disabled {
    margin-right: -0.25rem;
  }

  .sm\:disabled\:-mb-1:disabled {
    margin-bottom: -0.25rem;
  }

  .sm\:disabled\:-ml-1:disabled {
    margin-left: -0.25rem;
  }

  .sm\:disabled\:-mt-2:disabled {
    margin-top: -0.5rem;
  }

  .sm\:disabled\:-mr-2:disabled {
    margin-right: -0.5rem;
  }

  .sm\:disabled\:-mb-2:disabled {
    margin-bottom: -0.5rem;
  }

  .sm\:disabled\:-ml-2:disabled {
    margin-left: -0.5rem;
  }

  .sm\:disabled\:-mt-3:disabled {
    margin-top: -0.75rem;
  }

  .sm\:disabled\:-mr-3:disabled {
    margin-right: -0.75rem;
  }

  .sm\:disabled\:-mb-3:disabled {
    margin-bottom: -0.75rem;
  }

  .sm\:disabled\:-ml-3:disabled {
    margin-left: -0.75rem;
  }

  .sm\:disabled\:-mt-4:disabled {
    margin-top: -1rem;
  }

  .sm\:disabled\:-mr-4:disabled {
    margin-right: -1rem;
  }

  .sm\:disabled\:-mb-4:disabled {
    margin-bottom: -1rem;
  }

  .sm\:disabled\:-ml-4:disabled {
    margin-left: -1rem;
  }

  .sm\:disabled\:-mt-5:disabled {
    margin-top: -1.25rem;
  }

  .sm\:disabled\:-mr-5:disabled {
    margin-right: -1.25rem;
  }

  .sm\:disabled\:-mb-5:disabled {
    margin-bottom: -1.25rem;
  }

  .sm\:disabled\:-ml-5:disabled {
    margin-left: -1.25rem;
  }

  .sm\:disabled\:-mt-6:disabled {
    margin-top: -1.5rem;
  }

  .sm\:disabled\:-mr-6:disabled {
    margin-right: -1.5rem;
  }

  .sm\:disabled\:-mb-6:disabled {
    margin-bottom: -1.5rem;
  }

  .sm\:disabled\:-ml-6:disabled {
    margin-left: -1.5rem;
  }

  .sm\:disabled\:-mt-8:disabled {
    margin-top: -2rem;
  }

  .sm\:disabled\:-mr-8:disabled {
    margin-right: -2rem;
  }

  .sm\:disabled\:-mb-8:disabled {
    margin-bottom: -2rem;
  }

  .sm\:disabled\:-ml-8:disabled {
    margin-left: -2rem;
  }

  .sm\:disabled\:-mt-10:disabled {
    margin-top: -2.5rem;
  }

  .sm\:disabled\:-mr-10:disabled {
    margin-right: -2.5rem;
  }

  .sm\:disabled\:-mb-10:disabled {
    margin-bottom: -2.5rem;
  }

  .sm\:disabled\:-ml-10:disabled {
    margin-left: -2.5rem;
  }

  .sm\:disabled\:-mt-12:disabled {
    margin-top: -3rem;
  }

  .sm\:disabled\:-mr-12:disabled {
    margin-right: -3rem;
  }

  .sm\:disabled\:-mb-12:disabled {
    margin-bottom: -3rem;
  }

  .sm\:disabled\:-ml-12:disabled {
    margin-left: -3rem;
  }

  .sm\:disabled\:-mt-16:disabled {
    margin-top: -4rem;
  }

  .sm\:disabled\:-mr-16:disabled {
    margin-right: -4rem;
  }

  .sm\:disabled\:-mb-16:disabled {
    margin-bottom: -4rem;
  }

  .sm\:disabled\:-ml-16:disabled {
    margin-left: -4rem;
  }

  .sm\:disabled\:-mt-20:disabled {
    margin-top: -5rem;
  }

  .sm\:disabled\:-mr-20:disabled {
    margin-right: -5rem;
  }

  .sm\:disabled\:-mb-20:disabled {
    margin-bottom: -5rem;
  }

  .sm\:disabled\:-ml-20:disabled {
    margin-left: -5rem;
  }

  .sm\:disabled\:-mt-24:disabled {
    margin-top: -6rem;
  }

  .sm\:disabled\:-mr-24:disabled {
    margin-right: -6rem;
  }

  .sm\:disabled\:-mb-24:disabled {
    margin-bottom: -6rem;
  }

  .sm\:disabled\:-ml-24:disabled {
    margin-left: -6rem;
  }

  .sm\:disabled\:-mt-32:disabled {
    margin-top: -8rem;
  }

  .sm\:disabled\:-mr-32:disabled {
    margin-right: -8rem;
  }

  .sm\:disabled\:-mb-32:disabled {
    margin-bottom: -8rem;
  }

  .sm\:disabled\:-ml-32:disabled {
    margin-left: -8rem;
  }

  .sm\:disabled\:-mt-40:disabled {
    margin-top: -10rem;
  }

  .sm\:disabled\:-mr-40:disabled {
    margin-right: -10rem;
  }

  .sm\:disabled\:-mb-40:disabled {
    margin-bottom: -10rem;
  }

  .sm\:disabled\:-ml-40:disabled {
    margin-left: -10rem;
  }

  .sm\:disabled\:-mt-48:disabled {
    margin-top: -12rem;
  }

  .sm\:disabled\:-mr-48:disabled {
    margin-right: -12rem;
  }

  .sm\:disabled\:-mb-48:disabled {
    margin-bottom: -12rem;
  }

  .sm\:disabled\:-ml-48:disabled {
    margin-left: -12rem;
  }

  .sm\:disabled\:-mt-56:disabled {
    margin-top: -14rem;
  }

  .sm\:disabled\:-mr-56:disabled {
    margin-right: -14rem;
  }

  .sm\:disabled\:-mb-56:disabled {
    margin-bottom: -14rem;
  }

  .sm\:disabled\:-ml-56:disabled {
    margin-left: -14rem;
  }

  .sm\:disabled\:-mt-64:disabled {
    margin-top: -16rem;
  }

  .sm\:disabled\:-mr-64:disabled {
    margin-right: -16rem;
  }

  .sm\:disabled\:-mb-64:disabled {
    margin-bottom: -16rem;
  }

  .sm\:disabled\:-ml-64:disabled {
    margin-left: -16rem;
  }

  .sm\:disabled\:-mt-px:disabled {
    margin-top: -1px;
  }

  .sm\:disabled\:-mr-px:disabled {
    margin-right: -1px;
  }

  .sm\:disabled\:-mb-px:disabled {
    margin-bottom: -1px;
  }

  .sm\:disabled\:-ml-px:disabled {
    margin-left: -1px;
  }

  .sm\:max-h-full {
    max-height: 100%;
  }

  .sm\:max-h-screen {
    max-height: 100vh;
  }

  .group:hover .sm\:group-hover\:max-h-full {
    max-height: 100%;
  }

  .group:hover .sm\:group-hover\:max-h-screen {
    max-height: 100vh;
  }

  .sm\:focus-within\:max-h-full:focus-within {
    max-height: 100%;
  }

  .sm\:focus-within\:max-h-screen:focus-within {
    max-height: 100vh;
  }

  .sm\:first\:max-h-full:first-child {
    max-height: 100%;
  }

  .sm\:first\:max-h-screen:first-child {
    max-height: 100vh;
  }

  .sm\:last\:max-h-full:last-child {
    max-height: 100%;
  }

  .sm\:last\:max-h-screen:last-child {
    max-height: 100vh;
  }

  .sm\:odd\:max-h-full:nth-child(odd) {
    max-height: 100%;
  }

  .sm\:odd\:max-h-screen:nth-child(odd) {
    max-height: 100vh;
  }

  .sm\:even\:max-h-full:nth-child(even) {
    max-height: 100%;
  }

  .sm\:even\:max-h-screen:nth-child(even) {
    max-height: 100vh;
  }

  .sm\:hover\:max-h-full:hover {
    max-height: 100%;
  }

  .sm\:hover\:max-h-screen:hover {
    max-height: 100vh;
  }

  .sm\:focus\:max-h-full:focus {
    max-height: 100%;
  }

  .sm\:focus\:max-h-screen:focus {
    max-height: 100vh;
  }

  .sm\:active\:max-h-full:active {
    max-height: 100%;
  }

  .sm\:active\:max-h-screen:active {
    max-height: 100vh;
  }

  .sm\:visited\:max-h-full:visited {
    max-height: 100%;
  }

  .sm\:visited\:max-h-screen:visited {
    max-height: 100vh;
  }

  .sm\:disabled\:max-h-full:disabled {
    max-height: 100%;
  }

  .sm\:disabled\:max-h-screen:disabled {
    max-height: 100vh;
  }

  .sm\:max-w-xs {
    max-width: 20rem;
  }

  .sm\:max-w-sm {
    max-width: 24rem;
  }

  .sm\:max-w-md {
    max-width: 28rem;
  }

  .sm\:max-w-lg {
    max-width: 32rem;
  }

  .sm\:max-w-xl {
    max-width: 36rem;
  }

  .sm\:max-w-2xl {
    max-width: 42rem;
  }

  .sm\:max-w-3xl {
    max-width: 48rem;
  }

  .sm\:max-w-4xl {
    max-width: 56rem;
  }

  .sm\:max-w-5xl {
    max-width: 64rem;
  }

  .sm\:max-w-6xl {
    max-width: 72rem;
  }

  .sm\:max-w-full {
    max-width: 100%;
  }

  .group:hover .sm\:group-hover\:max-w-xs {
    max-width: 20rem;
  }

  .group:hover .sm\:group-hover\:max-w-sm {
    max-width: 24rem;
  }

  .group:hover .sm\:group-hover\:max-w-md {
    max-width: 28rem;
  }

  .group:hover .sm\:group-hover\:max-w-lg {
    max-width: 32rem;
  }

  .group:hover .sm\:group-hover\:max-w-xl {
    max-width: 36rem;
  }

  .group:hover .sm\:group-hover\:max-w-2xl {
    max-width: 42rem;
  }

  .group:hover .sm\:group-hover\:max-w-3xl {
    max-width: 48rem;
  }

  .group:hover .sm\:group-hover\:max-w-4xl {
    max-width: 56rem;
  }

  .group:hover .sm\:group-hover\:max-w-5xl {
    max-width: 64rem;
  }

  .group:hover .sm\:group-hover\:max-w-6xl {
    max-width: 72rem;
  }

  .group:hover .sm\:group-hover\:max-w-full {
    max-width: 100%;
  }

  .sm\:focus-within\:max-w-xs:focus-within {
    max-width: 20rem;
  }

  .sm\:focus-within\:max-w-sm:focus-within {
    max-width: 24rem;
  }

  .sm\:focus-within\:max-w-md:focus-within {
    max-width: 28rem;
  }

  .sm\:focus-within\:max-w-lg:focus-within {
    max-width: 32rem;
  }

  .sm\:focus-within\:max-w-xl:focus-within {
    max-width: 36rem;
  }

  .sm\:focus-within\:max-w-2xl:focus-within {
    max-width: 42rem;
  }

  .sm\:focus-within\:max-w-3xl:focus-within {
    max-width: 48rem;
  }

  .sm\:focus-within\:max-w-4xl:focus-within {
    max-width: 56rem;
  }

  .sm\:focus-within\:max-w-5xl:focus-within {
    max-width: 64rem;
  }

  .sm\:focus-within\:max-w-6xl:focus-within {
    max-width: 72rem;
  }

  .sm\:focus-within\:max-w-full:focus-within {
    max-width: 100%;
  }

  .sm\:first\:max-w-xs:first-child {
    max-width: 20rem;
  }

  .sm\:first\:max-w-sm:first-child {
    max-width: 24rem;
  }

  .sm\:first\:max-w-md:first-child {
    max-width: 28rem;
  }

  .sm\:first\:max-w-lg:first-child {
    max-width: 32rem;
  }

  .sm\:first\:max-w-xl:first-child {
    max-width: 36rem;
  }

  .sm\:first\:max-w-2xl:first-child {
    max-width: 42rem;
  }

  .sm\:first\:max-w-3xl:first-child {
    max-width: 48rem;
  }

  .sm\:first\:max-w-4xl:first-child {
    max-width: 56rem;
  }

  .sm\:first\:max-w-5xl:first-child {
    max-width: 64rem;
  }

  .sm\:first\:max-w-6xl:first-child {
    max-width: 72rem;
  }

  .sm\:first\:max-w-full:first-child {
    max-width: 100%;
  }

  .sm\:last\:max-w-xs:last-child {
    max-width: 20rem;
  }

  .sm\:last\:max-w-sm:last-child {
    max-width: 24rem;
  }

  .sm\:last\:max-w-md:last-child {
    max-width: 28rem;
  }

  .sm\:last\:max-w-lg:last-child {
    max-width: 32rem;
  }

  .sm\:last\:max-w-xl:last-child {
    max-width: 36rem;
  }

  .sm\:last\:max-w-2xl:last-child {
    max-width: 42rem;
  }

  .sm\:last\:max-w-3xl:last-child {
    max-width: 48rem;
  }

  .sm\:last\:max-w-4xl:last-child {
    max-width: 56rem;
  }

  .sm\:last\:max-w-5xl:last-child {
    max-width: 64rem;
  }

  .sm\:last\:max-w-6xl:last-child {
    max-width: 72rem;
  }

  .sm\:last\:max-w-full:last-child {
    max-width: 100%;
  }

  .sm\:odd\:max-w-xs:nth-child(odd) {
    max-width: 20rem;
  }

  .sm\:odd\:max-w-sm:nth-child(odd) {
    max-width: 24rem;
  }

  .sm\:odd\:max-w-md:nth-child(odd) {
    max-width: 28rem;
  }

  .sm\:odd\:max-w-lg:nth-child(odd) {
    max-width: 32rem;
  }

  .sm\:odd\:max-w-xl:nth-child(odd) {
    max-width: 36rem;
  }

  .sm\:odd\:max-w-2xl:nth-child(odd) {
    max-width: 42rem;
  }

  .sm\:odd\:max-w-3xl:nth-child(odd) {
    max-width: 48rem;
  }

  .sm\:odd\:max-w-4xl:nth-child(odd) {
    max-width: 56rem;
  }

  .sm\:odd\:max-w-5xl:nth-child(odd) {
    max-width: 64rem;
  }

  .sm\:odd\:max-w-6xl:nth-child(odd) {
    max-width: 72rem;
  }

  .sm\:odd\:max-w-full:nth-child(odd) {
    max-width: 100%;
  }

  .sm\:even\:max-w-xs:nth-child(even) {
    max-width: 20rem;
  }

  .sm\:even\:max-w-sm:nth-child(even) {
    max-width: 24rem;
  }

  .sm\:even\:max-w-md:nth-child(even) {
    max-width: 28rem;
  }

  .sm\:even\:max-w-lg:nth-child(even) {
    max-width: 32rem;
  }

  .sm\:even\:max-w-xl:nth-child(even) {
    max-width: 36rem;
  }

  .sm\:even\:max-w-2xl:nth-child(even) {
    max-width: 42rem;
  }

  .sm\:even\:max-w-3xl:nth-child(even) {
    max-width: 48rem;
  }

  .sm\:even\:max-w-4xl:nth-child(even) {
    max-width: 56rem;
  }

  .sm\:even\:max-w-5xl:nth-child(even) {
    max-width: 64rem;
  }

  .sm\:even\:max-w-6xl:nth-child(even) {
    max-width: 72rem;
  }

  .sm\:even\:max-w-full:nth-child(even) {
    max-width: 100%;
  }

  .sm\:hover\:max-w-xs:hover {
    max-width: 20rem;
  }

  .sm\:hover\:max-w-sm:hover {
    max-width: 24rem;
  }

  .sm\:hover\:max-w-md:hover {
    max-width: 28rem;
  }

  .sm\:hover\:max-w-lg:hover {
    max-width: 32rem;
  }

  .sm\:hover\:max-w-xl:hover {
    max-width: 36rem;
  }

  .sm\:hover\:max-w-2xl:hover {
    max-width: 42rem;
  }

  .sm\:hover\:max-w-3xl:hover {
    max-width: 48rem;
  }

  .sm\:hover\:max-w-4xl:hover {
    max-width: 56rem;
  }

  .sm\:hover\:max-w-5xl:hover {
    max-width: 64rem;
  }

  .sm\:hover\:max-w-6xl:hover {
    max-width: 72rem;
  }

  .sm\:hover\:max-w-full:hover {
    max-width: 100%;
  }

  .sm\:focus\:max-w-xs:focus {
    max-width: 20rem;
  }

  .sm\:focus\:max-w-sm:focus {
    max-width: 24rem;
  }

  .sm\:focus\:max-w-md:focus {
    max-width: 28rem;
  }

  .sm\:focus\:max-w-lg:focus {
    max-width: 32rem;
  }

  .sm\:focus\:max-w-xl:focus {
    max-width: 36rem;
  }

  .sm\:focus\:max-w-2xl:focus {
    max-width: 42rem;
  }

  .sm\:focus\:max-w-3xl:focus {
    max-width: 48rem;
  }

  .sm\:focus\:max-w-4xl:focus {
    max-width: 56rem;
  }

  .sm\:focus\:max-w-5xl:focus {
    max-width: 64rem;
  }

  .sm\:focus\:max-w-6xl:focus {
    max-width: 72rem;
  }

  .sm\:focus\:max-w-full:focus {
    max-width: 100%;
  }

  .sm\:active\:max-w-xs:active {
    max-width: 20rem;
  }

  .sm\:active\:max-w-sm:active {
    max-width: 24rem;
  }

  .sm\:active\:max-w-md:active {
    max-width: 28rem;
  }

  .sm\:active\:max-w-lg:active {
    max-width: 32rem;
  }

  .sm\:active\:max-w-xl:active {
    max-width: 36rem;
  }

  .sm\:active\:max-w-2xl:active {
    max-width: 42rem;
  }

  .sm\:active\:max-w-3xl:active {
    max-width: 48rem;
  }

  .sm\:active\:max-w-4xl:active {
    max-width: 56rem;
  }

  .sm\:active\:max-w-5xl:active {
    max-width: 64rem;
  }

  .sm\:active\:max-w-6xl:active {
    max-width: 72rem;
  }

  .sm\:active\:max-w-full:active {
    max-width: 100%;
  }

  .sm\:visited\:max-w-xs:visited {
    max-width: 20rem;
  }

  .sm\:visited\:max-w-sm:visited {
    max-width: 24rem;
  }

  .sm\:visited\:max-w-md:visited {
    max-width: 28rem;
  }

  .sm\:visited\:max-w-lg:visited {
    max-width: 32rem;
  }

  .sm\:visited\:max-w-xl:visited {
    max-width: 36rem;
  }

  .sm\:visited\:max-w-2xl:visited {
    max-width: 42rem;
  }

  .sm\:visited\:max-w-3xl:visited {
    max-width: 48rem;
  }

  .sm\:visited\:max-w-4xl:visited {
    max-width: 56rem;
  }

  .sm\:visited\:max-w-5xl:visited {
    max-width: 64rem;
  }

  .sm\:visited\:max-w-6xl:visited {
    max-width: 72rem;
  }

  .sm\:visited\:max-w-full:visited {
    max-width: 100%;
  }

  .sm\:disabled\:max-w-xs:disabled {
    max-width: 20rem;
  }

  .sm\:disabled\:max-w-sm:disabled {
    max-width: 24rem;
  }

  .sm\:disabled\:max-w-md:disabled {
    max-width: 28rem;
  }

  .sm\:disabled\:max-w-lg:disabled {
    max-width: 32rem;
  }

  .sm\:disabled\:max-w-xl:disabled {
    max-width: 36rem;
  }

  .sm\:disabled\:max-w-2xl:disabled {
    max-width: 42rem;
  }

  .sm\:disabled\:max-w-3xl:disabled {
    max-width: 48rem;
  }

  .sm\:disabled\:max-w-4xl:disabled {
    max-width: 56rem;
  }

  .sm\:disabled\:max-w-5xl:disabled {
    max-width: 64rem;
  }

  .sm\:disabled\:max-w-6xl:disabled {
    max-width: 72rem;
  }

  .sm\:disabled\:max-w-full:disabled {
    max-width: 100%;
  }

  .sm\:min-h-0 {
    min-height: 0;
  }

  .sm\:min-h-full {
    min-height: 100%;
  }

  .sm\:min-h-screen {
    min-height: 100vh;
  }

  .group:hover .sm\:group-hover\:min-h-0 {
    min-height: 0;
  }

  .group:hover .sm\:group-hover\:min-h-full {
    min-height: 100%;
  }

  .group:hover .sm\:group-hover\:min-h-screen {
    min-height: 100vh;
  }

  .sm\:focus-within\:min-h-0:focus-within {
    min-height: 0;
  }

  .sm\:focus-within\:min-h-full:focus-within {
    min-height: 100%;
  }

  .sm\:focus-within\:min-h-screen:focus-within {
    min-height: 100vh;
  }

  .sm\:first\:min-h-0:first-child {
    min-height: 0;
  }

  .sm\:first\:min-h-full:first-child {
    min-height: 100%;
  }

  .sm\:first\:min-h-screen:first-child {
    min-height: 100vh;
  }

  .sm\:last\:min-h-0:last-child {
    min-height: 0;
  }

  .sm\:last\:min-h-full:last-child {
    min-height: 100%;
  }

  .sm\:last\:min-h-screen:last-child {
    min-height: 100vh;
  }

  .sm\:odd\:min-h-0:nth-child(odd) {
    min-height: 0;
  }

  .sm\:odd\:min-h-full:nth-child(odd) {
    min-height: 100%;
  }

  .sm\:odd\:min-h-screen:nth-child(odd) {
    min-height: 100vh;
  }

  .sm\:even\:min-h-0:nth-child(even) {
    min-height: 0;
  }

  .sm\:even\:min-h-full:nth-child(even) {
    min-height: 100%;
  }

  .sm\:even\:min-h-screen:nth-child(even) {
    min-height: 100vh;
  }

  .sm\:hover\:min-h-0:hover {
    min-height: 0;
  }

  .sm\:hover\:min-h-full:hover {
    min-height: 100%;
  }

  .sm\:hover\:min-h-screen:hover {
    min-height: 100vh;
  }

  .sm\:focus\:min-h-0:focus {
    min-height: 0;
  }

  .sm\:focus\:min-h-full:focus {
    min-height: 100%;
  }

  .sm\:focus\:min-h-screen:focus {
    min-height: 100vh;
  }

  .sm\:active\:min-h-0:active {
    min-height: 0;
  }

  .sm\:active\:min-h-full:active {
    min-height: 100%;
  }

  .sm\:active\:min-h-screen:active {
    min-height: 100vh;
  }

  .sm\:visited\:min-h-0:visited {
    min-height: 0;
  }

  .sm\:visited\:min-h-full:visited {
    min-height: 100%;
  }

  .sm\:visited\:min-h-screen:visited {
    min-height: 100vh;
  }

  .sm\:disabled\:min-h-0:disabled {
    min-height: 0;
  }

  .sm\:disabled\:min-h-full:disabled {
    min-height: 100%;
  }

  .sm\:disabled\:min-h-screen:disabled {
    min-height: 100vh;
  }

  .sm\:min-w-0 {
    min-width: 0;
  }

  .sm\:min-w-full {
    min-width: 100%;
  }

  .group:hover .sm\:group-hover\:min-w-0 {
    min-width: 0;
  }

  .group:hover .sm\:group-hover\:min-w-full {
    min-width: 100%;
  }

  .sm\:focus-within\:min-w-0:focus-within {
    min-width: 0;
  }

  .sm\:focus-within\:min-w-full:focus-within {
    min-width: 100%;
  }

  .sm\:first\:min-w-0:first-child {
    min-width: 0;
  }

  .sm\:first\:min-w-full:first-child {
    min-width: 100%;
  }

  .sm\:last\:min-w-0:last-child {
    min-width: 0;
  }

  .sm\:last\:min-w-full:last-child {
    min-width: 100%;
  }

  .sm\:odd\:min-w-0:nth-child(odd) {
    min-width: 0;
  }

  .sm\:odd\:min-w-full:nth-child(odd) {
    min-width: 100%;
  }

  .sm\:even\:min-w-0:nth-child(even) {
    min-width: 0;
  }

  .sm\:even\:min-w-full:nth-child(even) {
    min-width: 100%;
  }

  .sm\:hover\:min-w-0:hover {
    min-width: 0;
  }

  .sm\:hover\:min-w-full:hover {
    min-width: 100%;
  }

  .sm\:focus\:min-w-0:focus {
    min-width: 0;
  }

  .sm\:focus\:min-w-full:focus {
    min-width: 100%;
  }

  .sm\:active\:min-w-0:active {
    min-width: 0;
  }

  .sm\:active\:min-w-full:active {
    min-width: 100%;
  }

  .sm\:visited\:min-w-0:visited {
    min-width: 0;
  }

  .sm\:visited\:min-w-full:visited {
    min-width: 100%;
  }

  .sm\:disabled\:min-w-0:disabled {
    min-width: 0;
  }

  .sm\:disabled\:min-w-full:disabled {
    min-width: 100%;
  }

  .sm\:object-contain {
    object-fit: contain;
  }

  .sm\:object-cover {
    object-fit: cover;
  }

  .sm\:object-fill {
    object-fit: fill;
  }

  .sm\:object-none {
    object-fit: none;
  }

  .sm\:object-scale-down {
    object-fit: scale-down;
  }

  .group:hover .sm\:group-hover\:object-contain {
    object-fit: contain;
  }

  .group:hover .sm\:group-hover\:object-cover {
    object-fit: cover;
  }

  .group:hover .sm\:group-hover\:object-fill {
    object-fit: fill;
  }

  .group:hover .sm\:group-hover\:object-none {
    object-fit: none;
  }

  .group:hover .sm\:group-hover\:object-scale-down {
    object-fit: scale-down;
  }

  .sm\:focus-within\:object-contain:focus-within {
    object-fit: contain;
  }

  .sm\:focus-within\:object-cover:focus-within {
    object-fit: cover;
  }

  .sm\:focus-within\:object-fill:focus-within {
    object-fit: fill;
  }

  .sm\:focus-within\:object-none:focus-within {
    object-fit: none;
  }

  .sm\:focus-within\:object-scale-down:focus-within {
    object-fit: scale-down;
  }

  .sm\:first\:object-contain:first-child {
    object-fit: contain;
  }

  .sm\:first\:object-cover:first-child {
    object-fit: cover;
  }

  .sm\:first\:object-fill:first-child {
    object-fit: fill;
  }

  .sm\:first\:object-none:first-child {
    object-fit: none;
  }

  .sm\:first\:object-scale-down:first-child {
    object-fit: scale-down;
  }

  .sm\:last\:object-contain:last-child {
    object-fit: contain;
  }

  .sm\:last\:object-cover:last-child {
    object-fit: cover;
  }

  .sm\:last\:object-fill:last-child {
    object-fit: fill;
  }

  .sm\:last\:object-none:last-child {
    object-fit: none;
  }

  .sm\:last\:object-scale-down:last-child {
    object-fit: scale-down;
  }

  .sm\:odd\:object-contain:nth-child(odd) {
    object-fit: contain;
  }

  .sm\:odd\:object-cover:nth-child(odd) {
    object-fit: cover;
  }

  .sm\:odd\:object-fill:nth-child(odd) {
    object-fit: fill;
  }

  .sm\:odd\:object-none:nth-child(odd) {
    object-fit: none;
  }

  .sm\:odd\:object-scale-down:nth-child(odd) {
    object-fit: scale-down;
  }

  .sm\:even\:object-contain:nth-child(even) {
    object-fit: contain;
  }

  .sm\:even\:object-cover:nth-child(even) {
    object-fit: cover;
  }

  .sm\:even\:object-fill:nth-child(even) {
    object-fit: fill;
  }

  .sm\:even\:object-none:nth-child(even) {
    object-fit: none;
  }

  .sm\:even\:object-scale-down:nth-child(even) {
    object-fit: scale-down;
  }

  .sm\:hover\:object-contain:hover {
    object-fit: contain;
  }

  .sm\:hover\:object-cover:hover {
    object-fit: cover;
  }

  .sm\:hover\:object-fill:hover {
    object-fit: fill;
  }

  .sm\:hover\:object-none:hover {
    object-fit: none;
  }

  .sm\:hover\:object-scale-down:hover {
    object-fit: scale-down;
  }

  .sm\:focus\:object-contain:focus {
    object-fit: contain;
  }

  .sm\:focus\:object-cover:focus {
    object-fit: cover;
  }

  .sm\:focus\:object-fill:focus {
    object-fit: fill;
  }

  .sm\:focus\:object-none:focus {
    object-fit: none;
  }

  .sm\:focus\:object-scale-down:focus {
    object-fit: scale-down;
  }

  .sm\:active\:object-contain:active {
    object-fit: contain;
  }

  .sm\:active\:object-cover:active {
    object-fit: cover;
  }

  .sm\:active\:object-fill:active {
    object-fit: fill;
  }

  .sm\:active\:object-none:active {
    object-fit: none;
  }

  .sm\:active\:object-scale-down:active {
    object-fit: scale-down;
  }

  .sm\:visited\:object-contain:visited {
    object-fit: contain;
  }

  .sm\:visited\:object-cover:visited {
    object-fit: cover;
  }

  .sm\:visited\:object-fill:visited {
    object-fit: fill;
  }

  .sm\:visited\:object-none:visited {
    object-fit: none;
  }

  .sm\:visited\:object-scale-down:visited {
    object-fit: scale-down;
  }

  .sm\:disabled\:object-contain:disabled {
    object-fit: contain;
  }

  .sm\:disabled\:object-cover:disabled {
    object-fit: cover;
  }

  .sm\:disabled\:object-fill:disabled {
    object-fit: fill;
  }

  .sm\:disabled\:object-none:disabled {
    object-fit: none;
  }

  .sm\:disabled\:object-scale-down:disabled {
    object-fit: scale-down;
  }

  .sm\:object-bottom {
    object-position: bottom;
  }

  .sm\:object-center {
    object-position: center;
  }

  .sm\:object-left {
    object-position: left;
  }

  .sm\:object-left-bottom {
    object-position: left bottom;
  }

  .sm\:object-left-top {
    object-position: left top;
  }

  .sm\:object-right {
    object-position: right;
  }

  .sm\:object-right-bottom {
    object-position: right bottom;
  }

  .sm\:object-right-top {
    object-position: right top;
  }

  .sm\:object-top {
    object-position: top;
  }

  .group:hover .sm\:group-hover\:object-bottom {
    object-position: bottom;
  }

  .group:hover .sm\:group-hover\:object-center {
    object-position: center;
  }

  .group:hover .sm\:group-hover\:object-left {
    object-position: left;
  }

  .group:hover .sm\:group-hover\:object-left-bottom {
    object-position: left bottom;
  }

  .group:hover .sm\:group-hover\:object-left-top {
    object-position: left top;
  }

  .group:hover .sm\:group-hover\:object-right {
    object-position: right;
  }

  .group:hover .sm\:group-hover\:object-right-bottom {
    object-position: right bottom;
  }

  .group:hover .sm\:group-hover\:object-right-top {
    object-position: right top;
  }

  .group:hover .sm\:group-hover\:object-top {
    object-position: top;
  }

  .sm\:focus-within\:object-bottom:focus-within {
    object-position: bottom;
  }

  .sm\:focus-within\:object-center:focus-within {
    object-position: center;
  }

  .sm\:focus-within\:object-left:focus-within {
    object-position: left;
  }

  .sm\:focus-within\:object-left-bottom:focus-within {
    object-position: left bottom;
  }

  .sm\:focus-within\:object-left-top:focus-within {
    object-position: left top;
  }

  .sm\:focus-within\:object-right:focus-within {
    object-position: right;
  }

  .sm\:focus-within\:object-right-bottom:focus-within {
    object-position: right bottom;
  }

  .sm\:focus-within\:object-right-top:focus-within {
    object-position: right top;
  }

  .sm\:focus-within\:object-top:focus-within {
    object-position: top;
  }

  .sm\:first\:object-bottom:first-child {
    object-position: bottom;
  }

  .sm\:first\:object-center:first-child {
    object-position: center;
  }

  .sm\:first\:object-left:first-child {
    object-position: left;
  }

  .sm\:first\:object-left-bottom:first-child {
    object-position: left bottom;
  }

  .sm\:first\:object-left-top:first-child {
    object-position: left top;
  }

  .sm\:first\:object-right:first-child {
    object-position: right;
  }

  .sm\:first\:object-right-bottom:first-child {
    object-position: right bottom;
  }

  .sm\:first\:object-right-top:first-child {
    object-position: right top;
  }

  .sm\:first\:object-top:first-child {
    object-position: top;
  }

  .sm\:last\:object-bottom:last-child {
    object-position: bottom;
  }

  .sm\:last\:object-center:last-child {
    object-position: center;
  }

  .sm\:last\:object-left:last-child {
    object-position: left;
  }

  .sm\:last\:object-left-bottom:last-child {
    object-position: left bottom;
  }

  .sm\:last\:object-left-top:last-child {
    object-position: left top;
  }

  .sm\:last\:object-right:last-child {
    object-position: right;
  }

  .sm\:last\:object-right-bottom:last-child {
    object-position: right bottom;
  }

  .sm\:last\:object-right-top:last-child {
    object-position: right top;
  }

  .sm\:last\:object-top:last-child {
    object-position: top;
  }

  .sm\:odd\:object-bottom:nth-child(odd) {
    object-position: bottom;
  }

  .sm\:odd\:object-center:nth-child(odd) {
    object-position: center;
  }

  .sm\:odd\:object-left:nth-child(odd) {
    object-position: left;
  }

  .sm\:odd\:object-left-bottom:nth-child(odd) {
    object-position: left bottom;
  }

  .sm\:odd\:object-left-top:nth-child(odd) {
    object-position: left top;
  }

  .sm\:odd\:object-right:nth-child(odd) {
    object-position: right;
  }

  .sm\:odd\:object-right-bottom:nth-child(odd) {
    object-position: right bottom;
  }

  .sm\:odd\:object-right-top:nth-child(odd) {
    object-position: right top;
  }

  .sm\:odd\:object-top:nth-child(odd) {
    object-position: top;
  }

  .sm\:even\:object-bottom:nth-child(even) {
    object-position: bottom;
  }

  .sm\:even\:object-center:nth-child(even) {
    object-position: center;
  }

  .sm\:even\:object-left:nth-child(even) {
    object-position: left;
  }

  .sm\:even\:object-left-bottom:nth-child(even) {
    object-position: left bottom;
  }

  .sm\:even\:object-left-top:nth-child(even) {
    object-position: left top;
  }

  .sm\:even\:object-right:nth-child(even) {
    object-position: right;
  }

  .sm\:even\:object-right-bottom:nth-child(even) {
    object-position: right bottom;
  }

  .sm\:even\:object-right-top:nth-child(even) {
    object-position: right top;
  }

  .sm\:even\:object-top:nth-child(even) {
    object-position: top;
  }

  .sm\:hover\:object-bottom:hover {
    object-position: bottom;
  }

  .sm\:hover\:object-center:hover {
    object-position: center;
  }

  .sm\:hover\:object-left:hover {
    object-position: left;
  }

  .sm\:hover\:object-left-bottom:hover {
    object-position: left bottom;
  }

  .sm\:hover\:object-left-top:hover {
    object-position: left top;
  }

  .sm\:hover\:object-right:hover {
    object-position: right;
  }

  .sm\:hover\:object-right-bottom:hover {
    object-position: right bottom;
  }

  .sm\:hover\:object-right-top:hover {
    object-position: right top;
  }

  .sm\:hover\:object-top:hover {
    object-position: top;
  }

  .sm\:focus\:object-bottom:focus {
    object-position: bottom;
  }

  .sm\:focus\:object-center:focus {
    object-position: center;
  }

  .sm\:focus\:object-left:focus {
    object-position: left;
  }

  .sm\:focus\:object-left-bottom:focus {
    object-position: left bottom;
  }

  .sm\:focus\:object-left-top:focus {
    object-position: left top;
  }

  .sm\:focus\:object-right:focus {
    object-position: right;
  }

  .sm\:focus\:object-right-bottom:focus {
    object-position: right bottom;
  }

  .sm\:focus\:object-right-top:focus {
    object-position: right top;
  }

  .sm\:focus\:object-top:focus {
    object-position: top;
  }

  .sm\:active\:object-bottom:active {
    object-position: bottom;
  }

  .sm\:active\:object-center:active {
    object-position: center;
  }

  .sm\:active\:object-left:active {
    object-position: left;
  }

  .sm\:active\:object-left-bottom:active {
    object-position: left bottom;
  }

  .sm\:active\:object-left-top:active {
    object-position: left top;
  }

  .sm\:active\:object-right:active {
    object-position: right;
  }

  .sm\:active\:object-right-bottom:active {
    object-position: right bottom;
  }

  .sm\:active\:object-right-top:active {
    object-position: right top;
  }

  .sm\:active\:object-top:active {
    object-position: top;
  }

  .sm\:visited\:object-bottom:visited {
    object-position: bottom;
  }

  .sm\:visited\:object-center:visited {
    object-position: center;
  }

  .sm\:visited\:object-left:visited {
    object-position: left;
  }

  .sm\:visited\:object-left-bottom:visited {
    object-position: left bottom;
  }

  .sm\:visited\:object-left-top:visited {
    object-position: left top;
  }

  .sm\:visited\:object-right:visited {
    object-position: right;
  }

  .sm\:visited\:object-right-bottom:visited {
    object-position: right bottom;
  }

  .sm\:visited\:object-right-top:visited {
    object-position: right top;
  }

  .sm\:visited\:object-top:visited {
    object-position: top;
  }

  .sm\:disabled\:object-bottom:disabled {
    object-position: bottom;
  }

  .sm\:disabled\:object-center:disabled {
    object-position: center;
  }

  .sm\:disabled\:object-left:disabled {
    object-position: left;
  }

  .sm\:disabled\:object-left-bottom:disabled {
    object-position: left bottom;
  }

  .sm\:disabled\:object-left-top:disabled {
    object-position: left top;
  }

  .sm\:disabled\:object-right:disabled {
    object-position: right;
  }

  .sm\:disabled\:object-right-bottom:disabled {
    object-position: right bottom;
  }

  .sm\:disabled\:object-right-top:disabled {
    object-position: right top;
  }

  .sm\:disabled\:object-top:disabled {
    object-position: top;
  }

  .sm\:opacity-0 {
    opacity: 0;
  }

  .sm\:opacity-25 {
    opacity: 0.25;
  }

  .sm\:opacity-50 {
    opacity: 0.5;
  }

  .sm\:opacity-75 {
    opacity: 0.75;
  }

  .sm\:opacity-100 {
    opacity: 1;
  }

  .group:hover .sm\:group-hover\:opacity-0 {
    opacity: 0;
  }

  .group:hover .sm\:group-hover\:opacity-25 {
    opacity: 0.25;
  }

  .group:hover .sm\:group-hover\:opacity-50 {
    opacity: 0.5;
  }

  .group:hover .sm\:group-hover\:opacity-75 {
    opacity: 0.75;
  }

  .group:hover .sm\:group-hover\:opacity-100 {
    opacity: 1;
  }

  .sm\:focus-within\:opacity-0:focus-within {
    opacity: 0;
  }

  .sm\:focus-within\:opacity-25:focus-within {
    opacity: 0.25;
  }

  .sm\:focus-within\:opacity-50:focus-within {
    opacity: 0.5;
  }

  .sm\:focus-within\:opacity-75:focus-within {
    opacity: 0.75;
  }

  .sm\:focus-within\:opacity-100:focus-within {
    opacity: 1;
  }

  .sm\:first\:opacity-0:first-child {
    opacity: 0;
  }

  .sm\:first\:opacity-25:first-child {
    opacity: 0.25;
  }

  .sm\:first\:opacity-50:first-child {
    opacity: 0.5;
  }

  .sm\:first\:opacity-75:first-child {
    opacity: 0.75;
  }

  .sm\:first\:opacity-100:first-child {
    opacity: 1;
  }

  .sm\:last\:opacity-0:last-child {
    opacity: 0;
  }

  .sm\:last\:opacity-25:last-child {
    opacity: 0.25;
  }

  .sm\:last\:opacity-50:last-child {
    opacity: 0.5;
  }

  .sm\:last\:opacity-75:last-child {
    opacity: 0.75;
  }

  .sm\:last\:opacity-100:last-child {
    opacity: 1;
  }

  .sm\:odd\:opacity-0:nth-child(odd) {
    opacity: 0;
  }

  .sm\:odd\:opacity-25:nth-child(odd) {
    opacity: 0.25;
  }

  .sm\:odd\:opacity-50:nth-child(odd) {
    opacity: 0.5;
  }

  .sm\:odd\:opacity-75:nth-child(odd) {
    opacity: 0.75;
  }

  .sm\:odd\:opacity-100:nth-child(odd) {
    opacity: 1;
  }

  .sm\:even\:opacity-0:nth-child(even) {
    opacity: 0;
  }

  .sm\:even\:opacity-25:nth-child(even) {
    opacity: 0.25;
  }

  .sm\:even\:opacity-50:nth-child(even) {
    opacity: 0.5;
  }

  .sm\:even\:opacity-75:nth-child(even) {
    opacity: 0.75;
  }

  .sm\:even\:opacity-100:nth-child(even) {
    opacity: 1;
  }

  .sm\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .sm\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .sm\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .sm\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .sm\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .sm\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .sm\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .sm\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .sm\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .sm\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .sm\:active\:opacity-0:active {
    opacity: 0;
  }

  .sm\:active\:opacity-25:active {
    opacity: 0.25;
  }

  .sm\:active\:opacity-50:active {
    opacity: 0.5;
  }

  .sm\:active\:opacity-75:active {
    opacity: 0.75;
  }

  .sm\:active\:opacity-100:active {
    opacity: 1;
  }

  .sm\:visited\:opacity-0:visited {
    opacity: 0;
  }

  .sm\:visited\:opacity-25:visited {
    opacity: 0.25;
  }

  .sm\:visited\:opacity-50:visited {
    opacity: 0.5;
  }

  .sm\:visited\:opacity-75:visited {
    opacity: 0.75;
  }

  .sm\:visited\:opacity-100:visited {
    opacity: 1;
  }

  .sm\:disabled\:opacity-0:disabled {
    opacity: 0;
  }

  .sm\:disabled\:opacity-25:disabled {
    opacity: 0.25;
  }

  .sm\:disabled\:opacity-50:disabled {
    opacity: 0.5;
  }

  .sm\:disabled\:opacity-75:disabled {
    opacity: 0.75;
  }

  .sm\:disabled\:opacity-100:disabled {
    opacity: 1;
  }

  .sm\:outline-none {
    outline: 0;
  }

  .group:hover .sm\:group-hover\:outline-none {
    outline: 0;
  }

  .sm\:focus-within\:outline-none:focus-within {
    outline: 0;
  }

  .sm\:first\:outline-none:first-child {
    outline: 0;
  }

  .sm\:last\:outline-none:last-child {
    outline: 0;
  }

  .sm\:odd\:outline-none:nth-child(odd) {
    outline: 0;
  }

  .sm\:even\:outline-none:nth-child(even) {
    outline: 0;
  }

  .sm\:hover\:outline-none:hover {
    outline: 0;
  }

  .sm\:focus\:outline-none:focus {
    outline: 0;
  }

  .sm\:active\:outline-none:active {
    outline: 0;
  }

  .sm\:visited\:outline-none:visited {
    outline: 0;
  }

  .sm\:disabled\:outline-none:disabled {
    outline: 0;
  }

  .sm\:overflow-auto {
    overflow: auto;
  }

  .sm\:overflow-hidden {
    overflow: hidden;
  }

  .sm\:overflow-visible {
    overflow: visible;
  }

  .sm\:overflow-scroll {
    overflow: scroll;
  }

  .sm\:overflow-x-auto {
    overflow-x: auto;
  }

  .sm\:overflow-y-auto {
    overflow-y: auto;
  }

  .sm\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .sm\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .sm\:overflow-x-visible {
    overflow-x: visible;
  }

  .sm\:overflow-y-visible {
    overflow-y: visible;
  }

  .sm\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .sm\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .sm\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .sm\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .group:hover .sm\:group-hover\:overflow-auto {
    overflow: auto;
  }

  .group:hover .sm\:group-hover\:overflow-hidden {
    overflow: hidden;
  }

  .group:hover .sm\:group-hover\:overflow-visible {
    overflow: visible;
  }

  .group:hover .sm\:group-hover\:overflow-scroll {
    overflow: scroll;
  }

  .group:hover .sm\:group-hover\:overflow-x-auto {
    overflow-x: auto;
  }

  .group:hover .sm\:group-hover\:overflow-y-auto {
    overflow-y: auto;
  }

  .group:hover .sm\:group-hover\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .group:hover .sm\:group-hover\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .group:hover .sm\:group-hover\:overflow-x-visible {
    overflow-x: visible;
  }

  .group:hover .sm\:group-hover\:overflow-y-visible {
    overflow-y: visible;
  }

  .group:hover .sm\:group-hover\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .group:hover .sm\:group-hover\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .group:hover .sm\:group-hover\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .group:hover .sm\:group-hover\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .sm\:focus-within\:overflow-auto:focus-within {
    overflow: auto;
  }

  .sm\:focus-within\:overflow-hidden:focus-within {
    overflow: hidden;
  }

  .sm\:focus-within\:overflow-visible:focus-within {
    overflow: visible;
  }

  .sm\:focus-within\:overflow-scroll:focus-within {
    overflow: scroll;
  }

  .sm\:focus-within\:overflow-x-auto:focus-within {
    overflow-x: auto;
  }

  .sm\:focus-within\:overflow-y-auto:focus-within {
    overflow-y: auto;
  }

  .sm\:focus-within\:overflow-x-hidden:focus-within {
    overflow-x: hidden;
  }

  .sm\:focus-within\:overflow-y-hidden:focus-within {
    overflow-y: hidden;
  }

  .sm\:focus-within\:overflow-x-visible:focus-within {
    overflow-x: visible;
  }

  .sm\:focus-within\:overflow-y-visible:focus-within {
    overflow-y: visible;
  }

  .sm\:focus-within\:overflow-x-scroll:focus-within {
    overflow-x: scroll;
  }

  .sm\:focus-within\:overflow-y-scroll:focus-within {
    overflow-y: scroll;
  }

  .sm\:focus-within\:scrolling-touch:focus-within {
    -webkit-overflow-scrolling: touch;
  }

  .sm\:focus-within\:scrolling-auto:focus-within {
    -webkit-overflow-scrolling: auto;
  }

  .sm\:first\:overflow-auto:first-child {
    overflow: auto;
  }

  .sm\:first\:overflow-hidden:first-child {
    overflow: hidden;
  }

  .sm\:first\:overflow-visible:first-child {
    overflow: visible;
  }

  .sm\:first\:overflow-scroll:first-child {
    overflow: scroll;
  }

  .sm\:first\:overflow-x-auto:first-child {
    overflow-x: auto;
  }

  .sm\:first\:overflow-y-auto:first-child {
    overflow-y: auto;
  }

  .sm\:first\:overflow-x-hidden:first-child {
    overflow-x: hidden;
  }

  .sm\:first\:overflow-y-hidden:first-child {
    overflow-y: hidden;
  }

  .sm\:first\:overflow-x-visible:first-child {
    overflow-x: visible;
  }

  .sm\:first\:overflow-y-visible:first-child {
    overflow-y: visible;
  }

  .sm\:first\:overflow-x-scroll:first-child {
    overflow-x: scroll;
  }

  .sm\:first\:overflow-y-scroll:first-child {
    overflow-y: scroll;
  }

  .sm\:first\:scrolling-touch:first-child {
    -webkit-overflow-scrolling: touch;
  }

  .sm\:first\:scrolling-auto:first-child {
    -webkit-overflow-scrolling: auto;
  }

  .sm\:last\:overflow-auto:last-child {
    overflow: auto;
  }

  .sm\:last\:overflow-hidden:last-child {
    overflow: hidden;
  }

  .sm\:last\:overflow-visible:last-child {
    overflow: visible;
  }

  .sm\:last\:overflow-scroll:last-child {
    overflow: scroll;
  }

  .sm\:last\:overflow-x-auto:last-child {
    overflow-x: auto;
  }

  .sm\:last\:overflow-y-auto:last-child {
    overflow-y: auto;
  }

  .sm\:last\:overflow-x-hidden:last-child {
    overflow-x: hidden;
  }

  .sm\:last\:overflow-y-hidden:last-child {
    overflow-y: hidden;
  }

  .sm\:last\:overflow-x-visible:last-child {
    overflow-x: visible;
  }

  .sm\:last\:overflow-y-visible:last-child {
    overflow-y: visible;
  }

  .sm\:last\:overflow-x-scroll:last-child {
    overflow-x: scroll;
  }

  .sm\:last\:overflow-y-scroll:last-child {
    overflow-y: scroll;
  }

  .sm\:last\:scrolling-touch:last-child {
    -webkit-overflow-scrolling: touch;
  }

  .sm\:last\:scrolling-auto:last-child {
    -webkit-overflow-scrolling: auto;
  }

  .sm\:odd\:overflow-auto:nth-child(odd) {
    overflow: auto;
  }

  .sm\:odd\:overflow-hidden:nth-child(odd) {
    overflow: hidden;
  }

  .sm\:odd\:overflow-visible:nth-child(odd) {
    overflow: visible;
  }

  .sm\:odd\:overflow-scroll:nth-child(odd) {
    overflow: scroll;
  }

  .sm\:odd\:overflow-x-auto:nth-child(odd) {
    overflow-x: auto;
  }

  .sm\:odd\:overflow-y-auto:nth-child(odd) {
    overflow-y: auto;
  }

  .sm\:odd\:overflow-x-hidden:nth-child(odd) {
    overflow-x: hidden;
  }

  .sm\:odd\:overflow-y-hidden:nth-child(odd) {
    overflow-y: hidden;
  }

  .sm\:odd\:overflow-x-visible:nth-child(odd) {
    overflow-x: visible;
  }

  .sm\:odd\:overflow-y-visible:nth-child(odd) {
    overflow-y: visible;
  }

  .sm\:odd\:overflow-x-scroll:nth-child(odd) {
    overflow-x: scroll;
  }

  .sm\:odd\:overflow-y-scroll:nth-child(odd) {
    overflow-y: scroll;
  }

  .sm\:odd\:scrolling-touch:nth-child(odd) {
    -webkit-overflow-scrolling: touch;
  }

  .sm\:odd\:scrolling-auto:nth-child(odd) {
    -webkit-overflow-scrolling: auto;
  }

  .sm\:even\:overflow-auto:nth-child(even) {
    overflow: auto;
  }

  .sm\:even\:overflow-hidden:nth-child(even) {
    overflow: hidden;
  }

  .sm\:even\:overflow-visible:nth-child(even) {
    overflow: visible;
  }

  .sm\:even\:overflow-scroll:nth-child(even) {
    overflow: scroll;
  }

  .sm\:even\:overflow-x-auto:nth-child(even) {
    overflow-x: auto;
  }

  .sm\:even\:overflow-y-auto:nth-child(even) {
    overflow-y: auto;
  }

  .sm\:even\:overflow-x-hidden:nth-child(even) {
    overflow-x: hidden;
  }

  .sm\:even\:overflow-y-hidden:nth-child(even) {
    overflow-y: hidden;
  }

  .sm\:even\:overflow-x-visible:nth-child(even) {
    overflow-x: visible;
  }

  .sm\:even\:overflow-y-visible:nth-child(even) {
    overflow-y: visible;
  }

  .sm\:even\:overflow-x-scroll:nth-child(even) {
    overflow-x: scroll;
  }

  .sm\:even\:overflow-y-scroll:nth-child(even) {
    overflow-y: scroll;
  }

  .sm\:even\:scrolling-touch:nth-child(even) {
    -webkit-overflow-scrolling: touch;
  }

  .sm\:even\:scrolling-auto:nth-child(even) {
    -webkit-overflow-scrolling: auto;
  }

  .sm\:hover\:overflow-auto:hover {
    overflow: auto;
  }

  .sm\:hover\:overflow-hidden:hover {
    overflow: hidden;
  }

  .sm\:hover\:overflow-visible:hover {
    overflow: visible;
  }

  .sm\:hover\:overflow-scroll:hover {
    overflow: scroll;
  }

  .sm\:hover\:overflow-x-auto:hover {
    overflow-x: auto;
  }

  .sm\:hover\:overflow-y-auto:hover {
    overflow-y: auto;
  }

  .sm\:hover\:overflow-x-hidden:hover {
    overflow-x: hidden;
  }

  .sm\:hover\:overflow-y-hidden:hover {
    overflow-y: hidden;
  }

  .sm\:hover\:overflow-x-visible:hover {
    overflow-x: visible;
  }

  .sm\:hover\:overflow-y-visible:hover {
    overflow-y: visible;
  }

  .sm\:hover\:overflow-x-scroll:hover {
    overflow-x: scroll;
  }

  .sm\:hover\:overflow-y-scroll:hover {
    overflow-y: scroll;
  }

  .sm\:hover\:scrolling-touch:hover {
    -webkit-overflow-scrolling: touch;
  }

  .sm\:hover\:scrolling-auto:hover {
    -webkit-overflow-scrolling: auto;
  }

  .sm\:focus\:overflow-auto:focus {
    overflow: auto;
  }

  .sm\:focus\:overflow-hidden:focus {
    overflow: hidden;
  }

  .sm\:focus\:overflow-visible:focus {
    overflow: visible;
  }

  .sm\:focus\:overflow-scroll:focus {
    overflow: scroll;
  }

  .sm\:focus\:overflow-x-auto:focus {
    overflow-x: auto;
  }

  .sm\:focus\:overflow-y-auto:focus {
    overflow-y: auto;
  }

  .sm\:focus\:overflow-x-hidden:focus {
    overflow-x: hidden;
  }

  .sm\:focus\:overflow-y-hidden:focus {
    overflow-y: hidden;
  }

  .sm\:focus\:overflow-x-visible:focus {
    overflow-x: visible;
  }

  .sm\:focus\:overflow-y-visible:focus {
    overflow-y: visible;
  }

  .sm\:focus\:overflow-x-scroll:focus {
    overflow-x: scroll;
  }

  .sm\:focus\:overflow-y-scroll:focus {
    overflow-y: scroll;
  }

  .sm\:focus\:scrolling-touch:focus {
    -webkit-overflow-scrolling: touch;
  }

  .sm\:focus\:scrolling-auto:focus {
    -webkit-overflow-scrolling: auto;
  }

  .sm\:active\:overflow-auto:active {
    overflow: auto;
  }

  .sm\:active\:overflow-hidden:active {
    overflow: hidden;
  }

  .sm\:active\:overflow-visible:active {
    overflow: visible;
  }

  .sm\:active\:overflow-scroll:active {
    overflow: scroll;
  }

  .sm\:active\:overflow-x-auto:active {
    overflow-x: auto;
  }

  .sm\:active\:overflow-y-auto:active {
    overflow-y: auto;
  }

  .sm\:active\:overflow-x-hidden:active {
    overflow-x: hidden;
  }

  .sm\:active\:overflow-y-hidden:active {
    overflow-y: hidden;
  }

  .sm\:active\:overflow-x-visible:active {
    overflow-x: visible;
  }

  .sm\:active\:overflow-y-visible:active {
    overflow-y: visible;
  }

  .sm\:active\:overflow-x-scroll:active {
    overflow-x: scroll;
  }

  .sm\:active\:overflow-y-scroll:active {
    overflow-y: scroll;
  }

  .sm\:active\:scrolling-touch:active {
    -webkit-overflow-scrolling: touch;
  }

  .sm\:active\:scrolling-auto:active {
    -webkit-overflow-scrolling: auto;
  }

  .sm\:visited\:overflow-auto:visited {
    overflow: auto;
  }

  .sm\:visited\:overflow-hidden:visited {
    overflow: hidden;
  }

  .sm\:visited\:overflow-visible:visited {
    overflow: visible;
  }

  .sm\:visited\:overflow-scroll:visited {
    overflow: scroll;
  }

  .sm\:visited\:overflow-x-auto:visited {
    overflow-x: auto;
  }

  .sm\:visited\:overflow-y-auto:visited {
    overflow-y: auto;
  }

  .sm\:visited\:overflow-x-hidden:visited {
    overflow-x: hidden;
  }

  .sm\:visited\:overflow-y-hidden:visited {
    overflow-y: hidden;
  }

  .sm\:visited\:overflow-x-visible:visited {
    overflow-x: visible;
  }

  .sm\:visited\:overflow-y-visible:visited {
    overflow-y: visible;
  }

  .sm\:visited\:overflow-x-scroll:visited {
    overflow-x: scroll;
  }

  .sm\:visited\:overflow-y-scroll:visited {
    overflow-y: scroll;
  }

  .sm\:visited\:scrolling-touch:visited {
    -webkit-overflow-scrolling: touch;
  }

  .sm\:visited\:scrolling-auto:visited {
    -webkit-overflow-scrolling: auto;
  }

  .sm\:disabled\:overflow-auto:disabled {
    overflow: auto;
  }

  .sm\:disabled\:overflow-hidden:disabled {
    overflow: hidden;
  }

  .sm\:disabled\:overflow-visible:disabled {
    overflow: visible;
  }

  .sm\:disabled\:overflow-scroll:disabled {
    overflow: scroll;
  }

  .sm\:disabled\:overflow-x-auto:disabled {
    overflow-x: auto;
  }

  .sm\:disabled\:overflow-y-auto:disabled {
    overflow-y: auto;
  }

  .sm\:disabled\:overflow-x-hidden:disabled {
    overflow-x: hidden;
  }

  .sm\:disabled\:overflow-y-hidden:disabled {
    overflow-y: hidden;
  }

  .sm\:disabled\:overflow-x-visible:disabled {
    overflow-x: visible;
  }

  .sm\:disabled\:overflow-y-visible:disabled {
    overflow-y: visible;
  }

  .sm\:disabled\:overflow-x-scroll:disabled {
    overflow-x: scroll;
  }

  .sm\:disabled\:overflow-y-scroll:disabled {
    overflow-y: scroll;
  }

  .sm\:disabled\:scrolling-touch:disabled {
    -webkit-overflow-scrolling: touch;
  }

  .sm\:disabled\:scrolling-auto:disabled {
    -webkit-overflow-scrolling: auto;
  }

  .sm\:p-0 {
    padding: 0;
  }

  .sm\:p-1 {
    padding: 0.25rem;
  }

  .sm\:p-2 {
    padding: 0.5rem;
  }

  .sm\:p-3 {
    padding: 0.75rem;
  }

  .sm\:p-4 {
    padding: 1rem;
  }

  .sm\:p-5 {
    padding: 1.25rem;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:p-10 {
    padding: 2.5rem;
  }

  .sm\:p-12 {
    padding: 3rem;
  }

  .sm\:p-16 {
    padding: 4rem;
  }

  .sm\:p-20 {
    padding: 5rem;
  }

  .sm\:p-24 {
    padding: 6rem;
  }

  .sm\:p-32 {
    padding: 8rem;
  }

  .sm\:p-40 {
    padding: 10rem;
  }

  .sm\:p-48 {
    padding: 12rem;
  }

  .sm\:p-56 {
    padding: 14rem;
  }

  .sm\:p-64 {
    padding: 16rem;
  }

  .sm\:p-px {
    padding: 1px;
  }

  .sm\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .sm\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sm\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .sm\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sm\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:pt-0 {
    padding-top: 0;
  }

  .sm\:pr-0 {
    padding-right: 0;
  }

  .sm\:pb-0 {
    padding-bottom: 0;
  }

  .sm\:pl-0 {
    padding-left: 0;
  }

  .sm\:pt-1 {
    padding-top: 0.25rem;
  }

  .sm\:pr-1 {
    padding-right: 0.25rem;
  }

  .sm\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .sm\:pl-1 {
    padding-left: 0.25rem;
  }

  .sm\:pt-2 {
    padding-top: 0.5rem;
  }

  .sm\:pr-2 {
    padding-right: 0.5rem;
  }

  .sm\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .sm\:pl-2 {
    padding-left: 0.5rem;
  }

  .sm\:pt-3 {
    padding-top: 0.75rem;
  }

  .sm\:pr-3 {
    padding-right: 0.75rem;
  }

  .sm\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .sm\:pl-3 {
    padding-left: 0.75rem;
  }

  .sm\:pt-4 {
    padding-top: 1rem;
  }

  .sm\:pr-4 {
    padding-right: 1rem;
  }

  .sm\:pb-4 {
    padding-bottom: 1rem;
  }

  .sm\:pl-4 {
    padding-left: 1rem;
  }

  .sm\:pt-5 {
    padding-top: 1.25rem;
  }

  .sm\:pr-5 {
    padding-right: 1.25rem;
  }

  .sm\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .sm\:pl-5 {
    padding-left: 1.25rem;
  }

  .sm\:pt-6 {
    padding-top: 1.5rem;
  }

  .sm\:pr-6 {
    padding-right: 1.5rem;
  }

  .sm\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .sm\:pl-6 {
    padding-left: 1.5rem;
  }

  .sm\:pt-8 {
    padding-top: 2rem;
  }

  .sm\:pr-8 {
    padding-right: 2rem;
  }

  .sm\:pb-8 {
    padding-bottom: 2rem;
  }

  .sm\:pl-8 {
    padding-left: 2rem;
  }

  .sm\:pt-10 {
    padding-top: 2.5rem;
  }

  .sm\:pr-10 {
    padding-right: 2.5rem;
  }

  .sm\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .sm\:pl-10 {
    padding-left: 2.5rem;
  }

  .sm\:pt-12 {
    padding-top: 3rem;
  }

  .sm\:pr-12 {
    padding-right: 3rem;
  }

  .sm\:pb-12 {
    padding-bottom: 3rem;
  }

  .sm\:pl-12 {
    padding-left: 3rem;
  }

  .sm\:pt-16 {
    padding-top: 4rem;
  }

  .sm\:pr-16 {
    padding-right: 4rem;
  }

  .sm\:pb-16 {
    padding-bottom: 4rem;
  }

  .sm\:pl-16 {
    padding-left: 4rem;
  }

  .sm\:pt-20 {
    padding-top: 5rem;
  }

  .sm\:pr-20 {
    padding-right: 5rem;
  }

  .sm\:pb-20 {
    padding-bottom: 5rem;
  }

  .sm\:pl-20 {
    padding-left: 5rem;
  }

  .sm\:pt-24 {
    padding-top: 6rem;
  }

  .sm\:pr-24 {
    padding-right: 6rem;
  }

  .sm\:pb-24 {
    padding-bottom: 6rem;
  }

  .sm\:pl-24 {
    padding-left: 6rem;
  }

  .sm\:pt-32 {
    padding-top: 8rem;
  }

  .sm\:pr-32 {
    padding-right: 8rem;
  }

  .sm\:pb-32 {
    padding-bottom: 8rem;
  }

  .sm\:pl-32 {
    padding-left: 8rem;
  }

  .sm\:pt-40 {
    padding-top: 10rem;
  }

  .sm\:pr-40 {
    padding-right: 10rem;
  }

  .sm\:pb-40 {
    padding-bottom: 10rem;
  }

  .sm\:pl-40 {
    padding-left: 10rem;
  }

  .sm\:pt-48 {
    padding-top: 12rem;
  }

  .sm\:pr-48 {
    padding-right: 12rem;
  }

  .sm\:pb-48 {
    padding-bottom: 12rem;
  }

  .sm\:pl-48 {
    padding-left: 12rem;
  }

  .sm\:pt-56 {
    padding-top: 14rem;
  }

  .sm\:pr-56 {
    padding-right: 14rem;
  }

  .sm\:pb-56 {
    padding-bottom: 14rem;
  }

  .sm\:pl-56 {
    padding-left: 14rem;
  }

  .sm\:pt-64 {
    padding-top: 16rem;
  }

  .sm\:pr-64 {
    padding-right: 16rem;
  }

  .sm\:pb-64 {
    padding-bottom: 16rem;
  }

  .sm\:pl-64 {
    padding-left: 16rem;
  }

  .sm\:pt-px {
    padding-top: 1px;
  }

  .sm\:pr-px {
    padding-right: 1px;
  }

  .sm\:pb-px {
    padding-bottom: 1px;
  }

  .sm\:pl-px {
    padding-left: 1px;
  }

  .group:hover .sm\:group-hover\:p-0 {
    padding: 0;
  }

  .group:hover .sm\:group-hover\:p-1 {
    padding: 0.25rem;
  }

  .group:hover .sm\:group-hover\:p-2 {
    padding: 0.5rem;
  }

  .group:hover .sm\:group-hover\:p-3 {
    padding: 0.75rem;
  }

  .group:hover .sm\:group-hover\:p-4 {
    padding: 1rem;
  }

  .group:hover .sm\:group-hover\:p-5 {
    padding: 1.25rem;
  }

  .group:hover .sm\:group-hover\:p-6 {
    padding: 1.5rem;
  }

  .group:hover .sm\:group-hover\:p-8 {
    padding: 2rem;
  }

  .group:hover .sm\:group-hover\:p-10 {
    padding: 2.5rem;
  }

  .group:hover .sm\:group-hover\:p-12 {
    padding: 3rem;
  }

  .group:hover .sm\:group-hover\:p-16 {
    padding: 4rem;
  }

  .group:hover .sm\:group-hover\:p-20 {
    padding: 5rem;
  }

  .group:hover .sm\:group-hover\:p-24 {
    padding: 6rem;
  }

  .group:hover .sm\:group-hover\:p-32 {
    padding: 8rem;
  }

  .group:hover .sm\:group-hover\:p-40 {
    padding: 10rem;
  }

  .group:hover .sm\:group-hover\:p-48 {
    padding: 12rem;
  }

  .group:hover .sm\:group-hover\:p-56 {
    padding: 14rem;
  }

  .group:hover .sm\:group-hover\:p-64 {
    padding: 16rem;
  }

  .group:hover .sm\:group-hover\:p-px {
    padding: 1px;
  }

  .group:hover .sm\:group-hover\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .group:hover .sm\:group-hover\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .group:hover .sm\:group-hover\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .group:hover .sm\:group-hover\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .group:hover .sm\:group-hover\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .group:hover .sm\:group-hover\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .group:hover .sm\:group-hover\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .group:hover .sm\:group-hover\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .group:hover .sm\:group-hover\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .group:hover .sm\:group-hover\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .group:hover .sm\:group-hover\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .group:hover .sm\:group-hover\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .group:hover .sm\:group-hover\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .group:hover .sm\:group-hover\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .group:hover .sm\:group-hover\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .group:hover .sm\:group-hover\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .group:hover .sm\:group-hover\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .group:hover .sm\:group-hover\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .group:hover .sm\:group-hover\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .group:hover .sm\:group-hover\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .group:hover .sm\:group-hover\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .group:hover .sm\:group-hover\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .group:hover .sm\:group-hover\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .group:hover .sm\:group-hover\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .group:hover .sm\:group-hover\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .group:hover .sm\:group-hover\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .group:hover .sm\:group-hover\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .group:hover .sm\:group-hover\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .group:hover .sm\:group-hover\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .group:hover .sm\:group-hover\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .group:hover .sm\:group-hover\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .group:hover .sm\:group-hover\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .group:hover .sm\:group-hover\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .group:hover .sm\:group-hover\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .group:hover .sm\:group-hover\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .group:hover .sm\:group-hover\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .group:hover .sm\:group-hover\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .group:hover .sm\:group-hover\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .group:hover .sm\:group-hover\:pt-0 {
    padding-top: 0;
  }

  .group:hover .sm\:group-hover\:pr-0 {
    padding-right: 0;
  }

  .group:hover .sm\:group-hover\:pb-0 {
    padding-bottom: 0;
  }

  .group:hover .sm\:group-hover\:pl-0 {
    padding-left: 0;
  }

  .group:hover .sm\:group-hover\:pt-1 {
    padding-top: 0.25rem;
  }

  .group:hover .sm\:group-hover\:pr-1 {
    padding-right: 0.25rem;
  }

  .group:hover .sm\:group-hover\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .group:hover .sm\:group-hover\:pl-1 {
    padding-left: 0.25rem;
  }

  .group:hover .sm\:group-hover\:pt-2 {
    padding-top: 0.5rem;
  }

  .group:hover .sm\:group-hover\:pr-2 {
    padding-right: 0.5rem;
  }

  .group:hover .sm\:group-hover\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .group:hover .sm\:group-hover\:pl-2 {
    padding-left: 0.5rem;
  }

  .group:hover .sm\:group-hover\:pt-3 {
    padding-top: 0.75rem;
  }

  .group:hover .sm\:group-hover\:pr-3 {
    padding-right: 0.75rem;
  }

  .group:hover .sm\:group-hover\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .group:hover .sm\:group-hover\:pl-3 {
    padding-left: 0.75rem;
  }

  .group:hover .sm\:group-hover\:pt-4 {
    padding-top: 1rem;
  }

  .group:hover .sm\:group-hover\:pr-4 {
    padding-right: 1rem;
  }

  .group:hover .sm\:group-hover\:pb-4 {
    padding-bottom: 1rem;
  }

  .group:hover .sm\:group-hover\:pl-4 {
    padding-left: 1rem;
  }

  .group:hover .sm\:group-hover\:pt-5 {
    padding-top: 1.25rem;
  }

  .group:hover .sm\:group-hover\:pr-5 {
    padding-right: 1.25rem;
  }

  .group:hover .sm\:group-hover\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .group:hover .sm\:group-hover\:pl-5 {
    padding-left: 1.25rem;
  }

  .group:hover .sm\:group-hover\:pt-6 {
    padding-top: 1.5rem;
  }

  .group:hover .sm\:group-hover\:pr-6 {
    padding-right: 1.5rem;
  }

  .group:hover .sm\:group-hover\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .group:hover .sm\:group-hover\:pl-6 {
    padding-left: 1.5rem;
  }

  .group:hover .sm\:group-hover\:pt-8 {
    padding-top: 2rem;
  }

  .group:hover .sm\:group-hover\:pr-8 {
    padding-right: 2rem;
  }

  .group:hover .sm\:group-hover\:pb-8 {
    padding-bottom: 2rem;
  }

  .group:hover .sm\:group-hover\:pl-8 {
    padding-left: 2rem;
  }

  .group:hover .sm\:group-hover\:pt-10 {
    padding-top: 2.5rem;
  }

  .group:hover .sm\:group-hover\:pr-10 {
    padding-right: 2.5rem;
  }

  .group:hover .sm\:group-hover\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .group:hover .sm\:group-hover\:pl-10 {
    padding-left: 2.5rem;
  }

  .group:hover .sm\:group-hover\:pt-12 {
    padding-top: 3rem;
  }

  .group:hover .sm\:group-hover\:pr-12 {
    padding-right: 3rem;
  }

  .group:hover .sm\:group-hover\:pb-12 {
    padding-bottom: 3rem;
  }

  .group:hover .sm\:group-hover\:pl-12 {
    padding-left: 3rem;
  }

  .group:hover .sm\:group-hover\:pt-16 {
    padding-top: 4rem;
  }

  .group:hover .sm\:group-hover\:pr-16 {
    padding-right: 4rem;
  }

  .group:hover .sm\:group-hover\:pb-16 {
    padding-bottom: 4rem;
  }

  .group:hover .sm\:group-hover\:pl-16 {
    padding-left: 4rem;
  }

  .group:hover .sm\:group-hover\:pt-20 {
    padding-top: 5rem;
  }

  .group:hover .sm\:group-hover\:pr-20 {
    padding-right: 5rem;
  }

  .group:hover .sm\:group-hover\:pb-20 {
    padding-bottom: 5rem;
  }

  .group:hover .sm\:group-hover\:pl-20 {
    padding-left: 5rem;
  }

  .group:hover .sm\:group-hover\:pt-24 {
    padding-top: 6rem;
  }

  .group:hover .sm\:group-hover\:pr-24 {
    padding-right: 6rem;
  }

  .group:hover .sm\:group-hover\:pb-24 {
    padding-bottom: 6rem;
  }

  .group:hover .sm\:group-hover\:pl-24 {
    padding-left: 6rem;
  }

  .group:hover .sm\:group-hover\:pt-32 {
    padding-top: 8rem;
  }

  .group:hover .sm\:group-hover\:pr-32 {
    padding-right: 8rem;
  }

  .group:hover .sm\:group-hover\:pb-32 {
    padding-bottom: 8rem;
  }

  .group:hover .sm\:group-hover\:pl-32 {
    padding-left: 8rem;
  }

  .group:hover .sm\:group-hover\:pt-40 {
    padding-top: 10rem;
  }

  .group:hover .sm\:group-hover\:pr-40 {
    padding-right: 10rem;
  }

  .group:hover .sm\:group-hover\:pb-40 {
    padding-bottom: 10rem;
  }

  .group:hover .sm\:group-hover\:pl-40 {
    padding-left: 10rem;
  }

  .group:hover .sm\:group-hover\:pt-48 {
    padding-top: 12rem;
  }

  .group:hover .sm\:group-hover\:pr-48 {
    padding-right: 12rem;
  }

  .group:hover .sm\:group-hover\:pb-48 {
    padding-bottom: 12rem;
  }

  .group:hover .sm\:group-hover\:pl-48 {
    padding-left: 12rem;
  }

  .group:hover .sm\:group-hover\:pt-56 {
    padding-top: 14rem;
  }

  .group:hover .sm\:group-hover\:pr-56 {
    padding-right: 14rem;
  }

  .group:hover .sm\:group-hover\:pb-56 {
    padding-bottom: 14rem;
  }

  .group:hover .sm\:group-hover\:pl-56 {
    padding-left: 14rem;
  }

  .group:hover .sm\:group-hover\:pt-64 {
    padding-top: 16rem;
  }

  .group:hover .sm\:group-hover\:pr-64 {
    padding-right: 16rem;
  }

  .group:hover .sm\:group-hover\:pb-64 {
    padding-bottom: 16rem;
  }

  .group:hover .sm\:group-hover\:pl-64 {
    padding-left: 16rem;
  }

  .group:hover .sm\:group-hover\:pt-px {
    padding-top: 1px;
  }

  .group:hover .sm\:group-hover\:pr-px {
    padding-right: 1px;
  }

  .group:hover .sm\:group-hover\:pb-px {
    padding-bottom: 1px;
  }

  .group:hover .sm\:group-hover\:pl-px {
    padding-left: 1px;
  }

  .sm\:focus-within\:p-0:focus-within {
    padding: 0;
  }

  .sm\:focus-within\:p-1:focus-within {
    padding: 0.25rem;
  }

  .sm\:focus-within\:p-2:focus-within {
    padding: 0.5rem;
  }

  .sm\:focus-within\:p-3:focus-within {
    padding: 0.75rem;
  }

  .sm\:focus-within\:p-4:focus-within {
    padding: 1rem;
  }

  .sm\:focus-within\:p-5:focus-within {
    padding: 1.25rem;
  }

  .sm\:focus-within\:p-6:focus-within {
    padding: 1.5rem;
  }

  .sm\:focus-within\:p-8:focus-within {
    padding: 2rem;
  }

  .sm\:focus-within\:p-10:focus-within {
    padding: 2.5rem;
  }

  .sm\:focus-within\:p-12:focus-within {
    padding: 3rem;
  }

  .sm\:focus-within\:p-16:focus-within {
    padding: 4rem;
  }

  .sm\:focus-within\:p-20:focus-within {
    padding: 5rem;
  }

  .sm\:focus-within\:p-24:focus-within {
    padding: 6rem;
  }

  .sm\:focus-within\:p-32:focus-within {
    padding: 8rem;
  }

  .sm\:focus-within\:p-40:focus-within {
    padding: 10rem;
  }

  .sm\:focus-within\:p-48:focus-within {
    padding: 12rem;
  }

  .sm\:focus-within\:p-56:focus-within {
    padding: 14rem;
  }

  .sm\:focus-within\:p-64:focus-within {
    padding: 16rem;
  }

  .sm\:focus-within\:p-px:focus-within {
    padding: 1px;
  }

  .sm\:focus-within\:py-0:focus-within {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm\:focus-within\:px-0:focus-within {
    padding-left: 0;
    padding-right: 0;
  }

  .sm\:focus-within\:py-1:focus-within {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:focus-within\:px-1:focus-within {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:focus-within\:py-2:focus-within {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:focus-within\:px-2:focus-within {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:focus-within\:py-3:focus-within {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:focus-within\:px-3:focus-within {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:focus-within\:py-4:focus-within {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:focus-within\:px-4:focus-within {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:focus-within\:py-5:focus-within {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:focus-within\:px-5:focus-within {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:focus-within\:py-6:focus-within {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:focus-within\:px-6:focus-within {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:focus-within\:py-8:focus-within {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:focus-within\:px-8:focus-within {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:focus-within\:py-10:focus-within {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:focus-within\:px-10:focus-within {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:focus-within\:py-12:focus-within {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:focus-within\:px-12:focus-within {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:focus-within\:py-16:focus-within {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:focus-within\:px-16:focus-within {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:focus-within\:py-20:focus-within {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:focus-within\:px-20:focus-within {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:focus-within\:py-24:focus-within {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:focus-within\:px-24:focus-within {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:focus-within\:py-32:focus-within {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:focus-within\:px-32:focus-within {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:focus-within\:py-40:focus-within {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:focus-within\:px-40:focus-within {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm\:focus-within\:py-48:focus-within {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm\:focus-within\:px-48:focus-within {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sm\:focus-within\:py-56:focus-within {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .sm\:focus-within\:px-56:focus-within {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sm\:focus-within\:py-64:focus-within {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm\:focus-within\:px-64:focus-within {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm\:focus-within\:py-px:focus-within {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:focus-within\:px-px:focus-within {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:focus-within\:pt-0:focus-within {
    padding-top: 0;
  }

  .sm\:focus-within\:pr-0:focus-within {
    padding-right: 0;
  }

  .sm\:focus-within\:pb-0:focus-within {
    padding-bottom: 0;
  }

  .sm\:focus-within\:pl-0:focus-within {
    padding-left: 0;
  }

  .sm\:focus-within\:pt-1:focus-within {
    padding-top: 0.25rem;
  }

  .sm\:focus-within\:pr-1:focus-within {
    padding-right: 0.25rem;
  }

  .sm\:focus-within\:pb-1:focus-within {
    padding-bottom: 0.25rem;
  }

  .sm\:focus-within\:pl-1:focus-within {
    padding-left: 0.25rem;
  }

  .sm\:focus-within\:pt-2:focus-within {
    padding-top: 0.5rem;
  }

  .sm\:focus-within\:pr-2:focus-within {
    padding-right: 0.5rem;
  }

  .sm\:focus-within\:pb-2:focus-within {
    padding-bottom: 0.5rem;
  }

  .sm\:focus-within\:pl-2:focus-within {
    padding-left: 0.5rem;
  }

  .sm\:focus-within\:pt-3:focus-within {
    padding-top: 0.75rem;
  }

  .sm\:focus-within\:pr-3:focus-within {
    padding-right: 0.75rem;
  }

  .sm\:focus-within\:pb-3:focus-within {
    padding-bottom: 0.75rem;
  }

  .sm\:focus-within\:pl-3:focus-within {
    padding-left: 0.75rem;
  }

  .sm\:focus-within\:pt-4:focus-within {
    padding-top: 1rem;
  }

  .sm\:focus-within\:pr-4:focus-within {
    padding-right: 1rem;
  }

  .sm\:focus-within\:pb-4:focus-within {
    padding-bottom: 1rem;
  }

  .sm\:focus-within\:pl-4:focus-within {
    padding-left: 1rem;
  }

  .sm\:focus-within\:pt-5:focus-within {
    padding-top: 1.25rem;
  }

  .sm\:focus-within\:pr-5:focus-within {
    padding-right: 1.25rem;
  }

  .sm\:focus-within\:pb-5:focus-within {
    padding-bottom: 1.25rem;
  }

  .sm\:focus-within\:pl-5:focus-within {
    padding-left: 1.25rem;
  }

  .sm\:focus-within\:pt-6:focus-within {
    padding-top: 1.5rem;
  }

  .sm\:focus-within\:pr-6:focus-within {
    padding-right: 1.5rem;
  }

  .sm\:focus-within\:pb-6:focus-within {
    padding-bottom: 1.5rem;
  }

  .sm\:focus-within\:pl-6:focus-within {
    padding-left: 1.5rem;
  }

  .sm\:focus-within\:pt-8:focus-within {
    padding-top: 2rem;
  }

  .sm\:focus-within\:pr-8:focus-within {
    padding-right: 2rem;
  }

  .sm\:focus-within\:pb-8:focus-within {
    padding-bottom: 2rem;
  }

  .sm\:focus-within\:pl-8:focus-within {
    padding-left: 2rem;
  }

  .sm\:focus-within\:pt-10:focus-within {
    padding-top: 2.5rem;
  }

  .sm\:focus-within\:pr-10:focus-within {
    padding-right: 2.5rem;
  }

  .sm\:focus-within\:pb-10:focus-within {
    padding-bottom: 2.5rem;
  }

  .sm\:focus-within\:pl-10:focus-within {
    padding-left: 2.5rem;
  }

  .sm\:focus-within\:pt-12:focus-within {
    padding-top: 3rem;
  }

  .sm\:focus-within\:pr-12:focus-within {
    padding-right: 3rem;
  }

  .sm\:focus-within\:pb-12:focus-within {
    padding-bottom: 3rem;
  }

  .sm\:focus-within\:pl-12:focus-within {
    padding-left: 3rem;
  }

  .sm\:focus-within\:pt-16:focus-within {
    padding-top: 4rem;
  }

  .sm\:focus-within\:pr-16:focus-within {
    padding-right: 4rem;
  }

  .sm\:focus-within\:pb-16:focus-within {
    padding-bottom: 4rem;
  }

  .sm\:focus-within\:pl-16:focus-within {
    padding-left: 4rem;
  }

  .sm\:focus-within\:pt-20:focus-within {
    padding-top: 5rem;
  }

  .sm\:focus-within\:pr-20:focus-within {
    padding-right: 5rem;
  }

  .sm\:focus-within\:pb-20:focus-within {
    padding-bottom: 5rem;
  }

  .sm\:focus-within\:pl-20:focus-within {
    padding-left: 5rem;
  }

  .sm\:focus-within\:pt-24:focus-within {
    padding-top: 6rem;
  }

  .sm\:focus-within\:pr-24:focus-within {
    padding-right: 6rem;
  }

  .sm\:focus-within\:pb-24:focus-within {
    padding-bottom: 6rem;
  }

  .sm\:focus-within\:pl-24:focus-within {
    padding-left: 6rem;
  }

  .sm\:focus-within\:pt-32:focus-within {
    padding-top: 8rem;
  }

  .sm\:focus-within\:pr-32:focus-within {
    padding-right: 8rem;
  }

  .sm\:focus-within\:pb-32:focus-within {
    padding-bottom: 8rem;
  }

  .sm\:focus-within\:pl-32:focus-within {
    padding-left: 8rem;
  }

  .sm\:focus-within\:pt-40:focus-within {
    padding-top: 10rem;
  }

  .sm\:focus-within\:pr-40:focus-within {
    padding-right: 10rem;
  }

  .sm\:focus-within\:pb-40:focus-within {
    padding-bottom: 10rem;
  }

  .sm\:focus-within\:pl-40:focus-within {
    padding-left: 10rem;
  }

  .sm\:focus-within\:pt-48:focus-within {
    padding-top: 12rem;
  }

  .sm\:focus-within\:pr-48:focus-within {
    padding-right: 12rem;
  }

  .sm\:focus-within\:pb-48:focus-within {
    padding-bottom: 12rem;
  }

  .sm\:focus-within\:pl-48:focus-within {
    padding-left: 12rem;
  }

  .sm\:focus-within\:pt-56:focus-within {
    padding-top: 14rem;
  }

  .sm\:focus-within\:pr-56:focus-within {
    padding-right: 14rem;
  }

  .sm\:focus-within\:pb-56:focus-within {
    padding-bottom: 14rem;
  }

  .sm\:focus-within\:pl-56:focus-within {
    padding-left: 14rem;
  }

  .sm\:focus-within\:pt-64:focus-within {
    padding-top: 16rem;
  }

  .sm\:focus-within\:pr-64:focus-within {
    padding-right: 16rem;
  }

  .sm\:focus-within\:pb-64:focus-within {
    padding-bottom: 16rem;
  }

  .sm\:focus-within\:pl-64:focus-within {
    padding-left: 16rem;
  }

  .sm\:focus-within\:pt-px:focus-within {
    padding-top: 1px;
  }

  .sm\:focus-within\:pr-px:focus-within {
    padding-right: 1px;
  }

  .sm\:focus-within\:pb-px:focus-within {
    padding-bottom: 1px;
  }

  .sm\:focus-within\:pl-px:focus-within {
    padding-left: 1px;
  }

  .sm\:first\:p-0:first-child {
    padding: 0;
  }

  .sm\:first\:p-1:first-child {
    padding: 0.25rem;
  }

  .sm\:first\:p-2:first-child {
    padding: 0.5rem;
  }

  .sm\:first\:p-3:first-child {
    padding: 0.75rem;
  }

  .sm\:first\:p-4:first-child {
    padding: 1rem;
  }

  .sm\:first\:p-5:first-child {
    padding: 1.25rem;
  }

  .sm\:first\:p-6:first-child {
    padding: 1.5rem;
  }

  .sm\:first\:p-8:first-child {
    padding: 2rem;
  }

  .sm\:first\:p-10:first-child {
    padding: 2.5rem;
  }

  .sm\:first\:p-12:first-child {
    padding: 3rem;
  }

  .sm\:first\:p-16:first-child {
    padding: 4rem;
  }

  .sm\:first\:p-20:first-child {
    padding: 5rem;
  }

  .sm\:first\:p-24:first-child {
    padding: 6rem;
  }

  .sm\:first\:p-32:first-child {
    padding: 8rem;
  }

  .sm\:first\:p-40:first-child {
    padding: 10rem;
  }

  .sm\:first\:p-48:first-child {
    padding: 12rem;
  }

  .sm\:first\:p-56:first-child {
    padding: 14rem;
  }

  .sm\:first\:p-64:first-child {
    padding: 16rem;
  }

  .sm\:first\:p-px:first-child {
    padding: 1px;
  }

  .sm\:first\:py-0:first-child {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm\:first\:px-0:first-child {
    padding-left: 0;
    padding-right: 0;
  }

  .sm\:first\:py-1:first-child {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:first\:px-1:first-child {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:first\:py-2:first-child {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:first\:px-2:first-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:first\:py-3:first-child {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:first\:px-3:first-child {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:first\:py-4:first-child {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:first\:px-4:first-child {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:first\:py-5:first-child {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:first\:px-5:first-child {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:first\:py-6:first-child {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:first\:px-6:first-child {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:first\:py-8:first-child {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:first\:px-8:first-child {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:first\:py-10:first-child {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:first\:px-10:first-child {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:first\:py-12:first-child {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:first\:px-12:first-child {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:first\:py-16:first-child {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:first\:px-16:first-child {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:first\:py-20:first-child {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:first\:px-20:first-child {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:first\:py-24:first-child {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:first\:px-24:first-child {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:first\:py-32:first-child {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:first\:px-32:first-child {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:first\:py-40:first-child {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:first\:px-40:first-child {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm\:first\:py-48:first-child {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm\:first\:px-48:first-child {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sm\:first\:py-56:first-child {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .sm\:first\:px-56:first-child {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sm\:first\:py-64:first-child {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm\:first\:px-64:first-child {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm\:first\:py-px:first-child {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:first\:px-px:first-child {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:first\:pt-0:first-child {
    padding-top: 0;
  }

  .sm\:first\:pr-0:first-child {
    padding-right: 0;
  }

  .sm\:first\:pb-0:first-child {
    padding-bottom: 0;
  }

  .sm\:first\:pl-0:first-child {
    padding-left: 0;
  }

  .sm\:first\:pt-1:first-child {
    padding-top: 0.25rem;
  }

  .sm\:first\:pr-1:first-child {
    padding-right: 0.25rem;
  }

  .sm\:first\:pb-1:first-child {
    padding-bottom: 0.25rem;
  }

  .sm\:first\:pl-1:first-child {
    padding-left: 0.25rem;
  }

  .sm\:first\:pt-2:first-child {
    padding-top: 0.5rem;
  }

  .sm\:first\:pr-2:first-child {
    padding-right: 0.5rem;
  }

  .sm\:first\:pb-2:first-child {
    padding-bottom: 0.5rem;
  }

  .sm\:first\:pl-2:first-child {
    padding-left: 0.5rem;
  }

  .sm\:first\:pt-3:first-child {
    padding-top: 0.75rem;
  }

  .sm\:first\:pr-3:first-child {
    padding-right: 0.75rem;
  }

  .sm\:first\:pb-3:first-child {
    padding-bottom: 0.75rem;
  }

  .sm\:first\:pl-3:first-child {
    padding-left: 0.75rem;
  }

  .sm\:first\:pt-4:first-child {
    padding-top: 1rem;
  }

  .sm\:first\:pr-4:first-child {
    padding-right: 1rem;
  }

  .sm\:first\:pb-4:first-child {
    padding-bottom: 1rem;
  }

  .sm\:first\:pl-4:first-child {
    padding-left: 1rem;
  }

  .sm\:first\:pt-5:first-child {
    padding-top: 1.25rem;
  }

  .sm\:first\:pr-5:first-child {
    padding-right: 1.25rem;
  }

  .sm\:first\:pb-5:first-child {
    padding-bottom: 1.25rem;
  }

  .sm\:first\:pl-5:first-child {
    padding-left: 1.25rem;
  }

  .sm\:first\:pt-6:first-child {
    padding-top: 1.5rem;
  }

  .sm\:first\:pr-6:first-child {
    padding-right: 1.5rem;
  }

  .sm\:first\:pb-6:first-child {
    padding-bottom: 1.5rem;
  }

  .sm\:first\:pl-6:first-child {
    padding-left: 1.5rem;
  }

  .sm\:first\:pt-8:first-child {
    padding-top: 2rem;
  }

  .sm\:first\:pr-8:first-child {
    padding-right: 2rem;
  }

  .sm\:first\:pb-8:first-child {
    padding-bottom: 2rem;
  }

  .sm\:first\:pl-8:first-child {
    padding-left: 2rem;
  }

  .sm\:first\:pt-10:first-child {
    padding-top: 2.5rem;
  }

  .sm\:first\:pr-10:first-child {
    padding-right: 2.5rem;
  }

  .sm\:first\:pb-10:first-child {
    padding-bottom: 2.5rem;
  }

  .sm\:first\:pl-10:first-child {
    padding-left: 2.5rem;
  }

  .sm\:first\:pt-12:first-child {
    padding-top: 3rem;
  }

  .sm\:first\:pr-12:first-child {
    padding-right: 3rem;
  }

  .sm\:first\:pb-12:first-child {
    padding-bottom: 3rem;
  }

  .sm\:first\:pl-12:first-child {
    padding-left: 3rem;
  }

  .sm\:first\:pt-16:first-child {
    padding-top: 4rem;
  }

  .sm\:first\:pr-16:first-child {
    padding-right: 4rem;
  }

  .sm\:first\:pb-16:first-child {
    padding-bottom: 4rem;
  }

  .sm\:first\:pl-16:first-child {
    padding-left: 4rem;
  }

  .sm\:first\:pt-20:first-child {
    padding-top: 5rem;
  }

  .sm\:first\:pr-20:first-child {
    padding-right: 5rem;
  }

  .sm\:first\:pb-20:first-child {
    padding-bottom: 5rem;
  }

  .sm\:first\:pl-20:first-child {
    padding-left: 5rem;
  }

  .sm\:first\:pt-24:first-child {
    padding-top: 6rem;
  }

  .sm\:first\:pr-24:first-child {
    padding-right: 6rem;
  }

  .sm\:first\:pb-24:first-child {
    padding-bottom: 6rem;
  }

  .sm\:first\:pl-24:first-child {
    padding-left: 6rem;
  }

  .sm\:first\:pt-32:first-child {
    padding-top: 8rem;
  }

  .sm\:first\:pr-32:first-child {
    padding-right: 8rem;
  }

  .sm\:first\:pb-32:first-child {
    padding-bottom: 8rem;
  }

  .sm\:first\:pl-32:first-child {
    padding-left: 8rem;
  }

  .sm\:first\:pt-40:first-child {
    padding-top: 10rem;
  }

  .sm\:first\:pr-40:first-child {
    padding-right: 10rem;
  }

  .sm\:first\:pb-40:first-child {
    padding-bottom: 10rem;
  }

  .sm\:first\:pl-40:first-child {
    padding-left: 10rem;
  }

  .sm\:first\:pt-48:first-child {
    padding-top: 12rem;
  }

  .sm\:first\:pr-48:first-child {
    padding-right: 12rem;
  }

  .sm\:first\:pb-48:first-child {
    padding-bottom: 12rem;
  }

  .sm\:first\:pl-48:first-child {
    padding-left: 12rem;
  }

  .sm\:first\:pt-56:first-child {
    padding-top: 14rem;
  }

  .sm\:first\:pr-56:first-child {
    padding-right: 14rem;
  }

  .sm\:first\:pb-56:first-child {
    padding-bottom: 14rem;
  }

  .sm\:first\:pl-56:first-child {
    padding-left: 14rem;
  }

  .sm\:first\:pt-64:first-child {
    padding-top: 16rem;
  }

  .sm\:first\:pr-64:first-child {
    padding-right: 16rem;
  }

  .sm\:first\:pb-64:first-child {
    padding-bottom: 16rem;
  }

  .sm\:first\:pl-64:first-child {
    padding-left: 16rem;
  }

  .sm\:first\:pt-px:first-child {
    padding-top: 1px;
  }

  .sm\:first\:pr-px:first-child {
    padding-right: 1px;
  }

  .sm\:first\:pb-px:first-child {
    padding-bottom: 1px;
  }

  .sm\:first\:pl-px:first-child {
    padding-left: 1px;
  }

  .sm\:last\:p-0:last-child {
    padding: 0;
  }

  .sm\:last\:p-1:last-child {
    padding: 0.25rem;
  }

  .sm\:last\:p-2:last-child {
    padding: 0.5rem;
  }

  .sm\:last\:p-3:last-child {
    padding: 0.75rem;
  }

  .sm\:last\:p-4:last-child {
    padding: 1rem;
  }

  .sm\:last\:p-5:last-child {
    padding: 1.25rem;
  }

  .sm\:last\:p-6:last-child {
    padding: 1.5rem;
  }

  .sm\:last\:p-8:last-child {
    padding: 2rem;
  }

  .sm\:last\:p-10:last-child {
    padding: 2.5rem;
  }

  .sm\:last\:p-12:last-child {
    padding: 3rem;
  }

  .sm\:last\:p-16:last-child {
    padding: 4rem;
  }

  .sm\:last\:p-20:last-child {
    padding: 5rem;
  }

  .sm\:last\:p-24:last-child {
    padding: 6rem;
  }

  .sm\:last\:p-32:last-child {
    padding: 8rem;
  }

  .sm\:last\:p-40:last-child {
    padding: 10rem;
  }

  .sm\:last\:p-48:last-child {
    padding: 12rem;
  }

  .sm\:last\:p-56:last-child {
    padding: 14rem;
  }

  .sm\:last\:p-64:last-child {
    padding: 16rem;
  }

  .sm\:last\:p-px:last-child {
    padding: 1px;
  }

  .sm\:last\:py-0:last-child {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm\:last\:px-0:last-child {
    padding-left: 0;
    padding-right: 0;
  }

  .sm\:last\:py-1:last-child {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:last\:px-1:last-child {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:last\:py-2:last-child {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:last\:px-2:last-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:last\:py-3:last-child {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:last\:px-3:last-child {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:last\:py-4:last-child {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:last\:px-4:last-child {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:last\:py-5:last-child {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:last\:px-5:last-child {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:last\:py-6:last-child {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:last\:px-6:last-child {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:last\:py-8:last-child {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:last\:px-8:last-child {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:last\:py-10:last-child {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:last\:px-10:last-child {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:last\:py-12:last-child {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:last\:px-12:last-child {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:last\:py-16:last-child {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:last\:px-16:last-child {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:last\:py-20:last-child {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:last\:px-20:last-child {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:last\:py-24:last-child {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:last\:px-24:last-child {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:last\:py-32:last-child {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:last\:px-32:last-child {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:last\:py-40:last-child {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:last\:px-40:last-child {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm\:last\:py-48:last-child {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm\:last\:px-48:last-child {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sm\:last\:py-56:last-child {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .sm\:last\:px-56:last-child {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sm\:last\:py-64:last-child {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm\:last\:px-64:last-child {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm\:last\:py-px:last-child {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:last\:px-px:last-child {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:last\:pt-0:last-child {
    padding-top: 0;
  }

  .sm\:last\:pr-0:last-child {
    padding-right: 0;
  }

  .sm\:last\:pb-0:last-child {
    padding-bottom: 0;
  }

  .sm\:last\:pl-0:last-child {
    padding-left: 0;
  }

  .sm\:last\:pt-1:last-child {
    padding-top: 0.25rem;
  }

  .sm\:last\:pr-1:last-child {
    padding-right: 0.25rem;
  }

  .sm\:last\:pb-1:last-child {
    padding-bottom: 0.25rem;
  }

  .sm\:last\:pl-1:last-child {
    padding-left: 0.25rem;
  }

  .sm\:last\:pt-2:last-child {
    padding-top: 0.5rem;
  }

  .sm\:last\:pr-2:last-child {
    padding-right: 0.5rem;
  }

  .sm\:last\:pb-2:last-child {
    padding-bottom: 0.5rem;
  }

  .sm\:last\:pl-2:last-child {
    padding-left: 0.5rem;
  }

  .sm\:last\:pt-3:last-child {
    padding-top: 0.75rem;
  }

  .sm\:last\:pr-3:last-child {
    padding-right: 0.75rem;
  }

  .sm\:last\:pb-3:last-child {
    padding-bottom: 0.75rem;
  }

  .sm\:last\:pl-3:last-child {
    padding-left: 0.75rem;
  }

  .sm\:last\:pt-4:last-child {
    padding-top: 1rem;
  }

  .sm\:last\:pr-4:last-child {
    padding-right: 1rem;
  }

  .sm\:last\:pb-4:last-child {
    padding-bottom: 1rem;
  }

  .sm\:last\:pl-4:last-child {
    padding-left: 1rem;
  }

  .sm\:last\:pt-5:last-child {
    padding-top: 1.25rem;
  }

  .sm\:last\:pr-5:last-child {
    padding-right: 1.25rem;
  }

  .sm\:last\:pb-5:last-child {
    padding-bottom: 1.25rem;
  }

  .sm\:last\:pl-5:last-child {
    padding-left: 1.25rem;
  }

  .sm\:last\:pt-6:last-child {
    padding-top: 1.5rem;
  }

  .sm\:last\:pr-6:last-child {
    padding-right: 1.5rem;
  }

  .sm\:last\:pb-6:last-child {
    padding-bottom: 1.5rem;
  }

  .sm\:last\:pl-6:last-child {
    padding-left: 1.5rem;
  }

  .sm\:last\:pt-8:last-child {
    padding-top: 2rem;
  }

  .sm\:last\:pr-8:last-child {
    padding-right: 2rem;
  }

  .sm\:last\:pb-8:last-child {
    padding-bottom: 2rem;
  }

  .sm\:last\:pl-8:last-child {
    padding-left: 2rem;
  }

  .sm\:last\:pt-10:last-child {
    padding-top: 2.5rem;
  }

  .sm\:last\:pr-10:last-child {
    padding-right: 2.5rem;
  }

  .sm\:last\:pb-10:last-child {
    padding-bottom: 2.5rem;
  }

  .sm\:last\:pl-10:last-child {
    padding-left: 2.5rem;
  }

  .sm\:last\:pt-12:last-child {
    padding-top: 3rem;
  }

  .sm\:last\:pr-12:last-child {
    padding-right: 3rem;
  }

  .sm\:last\:pb-12:last-child {
    padding-bottom: 3rem;
  }

  .sm\:last\:pl-12:last-child {
    padding-left: 3rem;
  }

  .sm\:last\:pt-16:last-child {
    padding-top: 4rem;
  }

  .sm\:last\:pr-16:last-child {
    padding-right: 4rem;
  }

  .sm\:last\:pb-16:last-child {
    padding-bottom: 4rem;
  }

  .sm\:last\:pl-16:last-child {
    padding-left: 4rem;
  }

  .sm\:last\:pt-20:last-child {
    padding-top: 5rem;
  }

  .sm\:last\:pr-20:last-child {
    padding-right: 5rem;
  }

  .sm\:last\:pb-20:last-child {
    padding-bottom: 5rem;
  }

  .sm\:last\:pl-20:last-child {
    padding-left: 5rem;
  }

  .sm\:last\:pt-24:last-child {
    padding-top: 6rem;
  }

  .sm\:last\:pr-24:last-child {
    padding-right: 6rem;
  }

  .sm\:last\:pb-24:last-child {
    padding-bottom: 6rem;
  }

  .sm\:last\:pl-24:last-child {
    padding-left: 6rem;
  }

  .sm\:last\:pt-32:last-child {
    padding-top: 8rem;
  }

  .sm\:last\:pr-32:last-child {
    padding-right: 8rem;
  }

  .sm\:last\:pb-32:last-child {
    padding-bottom: 8rem;
  }

  .sm\:last\:pl-32:last-child {
    padding-left: 8rem;
  }

  .sm\:last\:pt-40:last-child {
    padding-top: 10rem;
  }

  .sm\:last\:pr-40:last-child {
    padding-right: 10rem;
  }

  .sm\:last\:pb-40:last-child {
    padding-bottom: 10rem;
  }

  .sm\:last\:pl-40:last-child {
    padding-left: 10rem;
  }

  .sm\:last\:pt-48:last-child {
    padding-top: 12rem;
  }

  .sm\:last\:pr-48:last-child {
    padding-right: 12rem;
  }

  .sm\:last\:pb-48:last-child {
    padding-bottom: 12rem;
  }

  .sm\:last\:pl-48:last-child {
    padding-left: 12rem;
  }

  .sm\:last\:pt-56:last-child {
    padding-top: 14rem;
  }

  .sm\:last\:pr-56:last-child {
    padding-right: 14rem;
  }

  .sm\:last\:pb-56:last-child {
    padding-bottom: 14rem;
  }

  .sm\:last\:pl-56:last-child {
    padding-left: 14rem;
  }

  .sm\:last\:pt-64:last-child {
    padding-top: 16rem;
  }

  .sm\:last\:pr-64:last-child {
    padding-right: 16rem;
  }

  .sm\:last\:pb-64:last-child {
    padding-bottom: 16rem;
  }

  .sm\:last\:pl-64:last-child {
    padding-left: 16rem;
  }

  .sm\:last\:pt-px:last-child {
    padding-top: 1px;
  }

  .sm\:last\:pr-px:last-child {
    padding-right: 1px;
  }

  .sm\:last\:pb-px:last-child {
    padding-bottom: 1px;
  }

  .sm\:last\:pl-px:last-child {
    padding-left: 1px;
  }

  .sm\:odd\:p-0:nth-child(odd) {
    padding: 0;
  }

  .sm\:odd\:p-1:nth-child(odd) {
    padding: 0.25rem;
  }

  .sm\:odd\:p-2:nth-child(odd) {
    padding: 0.5rem;
  }

  .sm\:odd\:p-3:nth-child(odd) {
    padding: 0.75rem;
  }

  .sm\:odd\:p-4:nth-child(odd) {
    padding: 1rem;
  }

  .sm\:odd\:p-5:nth-child(odd) {
    padding: 1.25rem;
  }

  .sm\:odd\:p-6:nth-child(odd) {
    padding: 1.5rem;
  }

  .sm\:odd\:p-8:nth-child(odd) {
    padding: 2rem;
  }

  .sm\:odd\:p-10:nth-child(odd) {
    padding: 2.5rem;
  }

  .sm\:odd\:p-12:nth-child(odd) {
    padding: 3rem;
  }

  .sm\:odd\:p-16:nth-child(odd) {
    padding: 4rem;
  }

  .sm\:odd\:p-20:nth-child(odd) {
    padding: 5rem;
  }

  .sm\:odd\:p-24:nth-child(odd) {
    padding: 6rem;
  }

  .sm\:odd\:p-32:nth-child(odd) {
    padding: 8rem;
  }

  .sm\:odd\:p-40:nth-child(odd) {
    padding: 10rem;
  }

  .sm\:odd\:p-48:nth-child(odd) {
    padding: 12rem;
  }

  .sm\:odd\:p-56:nth-child(odd) {
    padding: 14rem;
  }

  .sm\:odd\:p-64:nth-child(odd) {
    padding: 16rem;
  }

  .sm\:odd\:p-px:nth-child(odd) {
    padding: 1px;
  }

  .sm\:odd\:py-0:nth-child(odd) {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm\:odd\:px-0:nth-child(odd) {
    padding-left: 0;
    padding-right: 0;
  }

  .sm\:odd\:py-1:nth-child(odd) {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:odd\:px-1:nth-child(odd) {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:odd\:py-2:nth-child(odd) {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:odd\:px-2:nth-child(odd) {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:odd\:py-3:nth-child(odd) {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:odd\:px-3:nth-child(odd) {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:odd\:py-4:nth-child(odd) {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:odd\:px-4:nth-child(odd) {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:odd\:py-5:nth-child(odd) {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:odd\:px-5:nth-child(odd) {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:odd\:py-6:nth-child(odd) {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:odd\:px-6:nth-child(odd) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:odd\:py-8:nth-child(odd) {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:odd\:px-8:nth-child(odd) {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:odd\:py-10:nth-child(odd) {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:odd\:px-10:nth-child(odd) {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:odd\:py-12:nth-child(odd) {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:odd\:px-12:nth-child(odd) {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:odd\:py-16:nth-child(odd) {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:odd\:px-16:nth-child(odd) {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:odd\:py-20:nth-child(odd) {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:odd\:px-20:nth-child(odd) {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:odd\:py-24:nth-child(odd) {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:odd\:px-24:nth-child(odd) {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:odd\:py-32:nth-child(odd) {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:odd\:px-32:nth-child(odd) {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:odd\:py-40:nth-child(odd) {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:odd\:px-40:nth-child(odd) {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm\:odd\:py-48:nth-child(odd) {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm\:odd\:px-48:nth-child(odd) {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sm\:odd\:py-56:nth-child(odd) {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .sm\:odd\:px-56:nth-child(odd) {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sm\:odd\:py-64:nth-child(odd) {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm\:odd\:px-64:nth-child(odd) {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm\:odd\:py-px:nth-child(odd) {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:odd\:px-px:nth-child(odd) {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:odd\:pt-0:nth-child(odd) {
    padding-top: 0;
  }

  .sm\:odd\:pr-0:nth-child(odd) {
    padding-right: 0;
  }

  .sm\:odd\:pb-0:nth-child(odd) {
    padding-bottom: 0;
  }

  .sm\:odd\:pl-0:nth-child(odd) {
    padding-left: 0;
  }

  .sm\:odd\:pt-1:nth-child(odd) {
    padding-top: 0.25rem;
  }

  .sm\:odd\:pr-1:nth-child(odd) {
    padding-right: 0.25rem;
  }

  .sm\:odd\:pb-1:nth-child(odd) {
    padding-bottom: 0.25rem;
  }

  .sm\:odd\:pl-1:nth-child(odd) {
    padding-left: 0.25rem;
  }

  .sm\:odd\:pt-2:nth-child(odd) {
    padding-top: 0.5rem;
  }

  .sm\:odd\:pr-2:nth-child(odd) {
    padding-right: 0.5rem;
  }

  .sm\:odd\:pb-2:nth-child(odd) {
    padding-bottom: 0.5rem;
  }

  .sm\:odd\:pl-2:nth-child(odd) {
    padding-left: 0.5rem;
  }

  .sm\:odd\:pt-3:nth-child(odd) {
    padding-top: 0.75rem;
  }

  .sm\:odd\:pr-3:nth-child(odd) {
    padding-right: 0.75rem;
  }

  .sm\:odd\:pb-3:nth-child(odd) {
    padding-bottom: 0.75rem;
  }

  .sm\:odd\:pl-3:nth-child(odd) {
    padding-left: 0.75rem;
  }

  .sm\:odd\:pt-4:nth-child(odd) {
    padding-top: 1rem;
  }

  .sm\:odd\:pr-4:nth-child(odd) {
    padding-right: 1rem;
  }

  .sm\:odd\:pb-4:nth-child(odd) {
    padding-bottom: 1rem;
  }

  .sm\:odd\:pl-4:nth-child(odd) {
    padding-left: 1rem;
  }

  .sm\:odd\:pt-5:nth-child(odd) {
    padding-top: 1.25rem;
  }

  .sm\:odd\:pr-5:nth-child(odd) {
    padding-right: 1.25rem;
  }

  .sm\:odd\:pb-5:nth-child(odd) {
    padding-bottom: 1.25rem;
  }

  .sm\:odd\:pl-5:nth-child(odd) {
    padding-left: 1.25rem;
  }

  .sm\:odd\:pt-6:nth-child(odd) {
    padding-top: 1.5rem;
  }

  .sm\:odd\:pr-6:nth-child(odd) {
    padding-right: 1.5rem;
  }

  .sm\:odd\:pb-6:nth-child(odd) {
    padding-bottom: 1.5rem;
  }

  .sm\:odd\:pl-6:nth-child(odd) {
    padding-left: 1.5rem;
  }

  .sm\:odd\:pt-8:nth-child(odd) {
    padding-top: 2rem;
  }

  .sm\:odd\:pr-8:nth-child(odd) {
    padding-right: 2rem;
  }

  .sm\:odd\:pb-8:nth-child(odd) {
    padding-bottom: 2rem;
  }

  .sm\:odd\:pl-8:nth-child(odd) {
    padding-left: 2rem;
  }

  .sm\:odd\:pt-10:nth-child(odd) {
    padding-top: 2.5rem;
  }

  .sm\:odd\:pr-10:nth-child(odd) {
    padding-right: 2.5rem;
  }

  .sm\:odd\:pb-10:nth-child(odd) {
    padding-bottom: 2.5rem;
  }

  .sm\:odd\:pl-10:nth-child(odd) {
    padding-left: 2.5rem;
  }

  .sm\:odd\:pt-12:nth-child(odd) {
    padding-top: 3rem;
  }

  .sm\:odd\:pr-12:nth-child(odd) {
    padding-right: 3rem;
  }

  .sm\:odd\:pb-12:nth-child(odd) {
    padding-bottom: 3rem;
  }

  .sm\:odd\:pl-12:nth-child(odd) {
    padding-left: 3rem;
  }

  .sm\:odd\:pt-16:nth-child(odd) {
    padding-top: 4rem;
  }

  .sm\:odd\:pr-16:nth-child(odd) {
    padding-right: 4rem;
  }

  .sm\:odd\:pb-16:nth-child(odd) {
    padding-bottom: 4rem;
  }

  .sm\:odd\:pl-16:nth-child(odd) {
    padding-left: 4rem;
  }

  .sm\:odd\:pt-20:nth-child(odd) {
    padding-top: 5rem;
  }

  .sm\:odd\:pr-20:nth-child(odd) {
    padding-right: 5rem;
  }

  .sm\:odd\:pb-20:nth-child(odd) {
    padding-bottom: 5rem;
  }

  .sm\:odd\:pl-20:nth-child(odd) {
    padding-left: 5rem;
  }

  .sm\:odd\:pt-24:nth-child(odd) {
    padding-top: 6rem;
  }

  .sm\:odd\:pr-24:nth-child(odd) {
    padding-right: 6rem;
  }

  .sm\:odd\:pb-24:nth-child(odd) {
    padding-bottom: 6rem;
  }

  .sm\:odd\:pl-24:nth-child(odd) {
    padding-left: 6rem;
  }

  .sm\:odd\:pt-32:nth-child(odd) {
    padding-top: 8rem;
  }

  .sm\:odd\:pr-32:nth-child(odd) {
    padding-right: 8rem;
  }

  .sm\:odd\:pb-32:nth-child(odd) {
    padding-bottom: 8rem;
  }

  .sm\:odd\:pl-32:nth-child(odd) {
    padding-left: 8rem;
  }

  .sm\:odd\:pt-40:nth-child(odd) {
    padding-top: 10rem;
  }

  .sm\:odd\:pr-40:nth-child(odd) {
    padding-right: 10rem;
  }

  .sm\:odd\:pb-40:nth-child(odd) {
    padding-bottom: 10rem;
  }

  .sm\:odd\:pl-40:nth-child(odd) {
    padding-left: 10rem;
  }

  .sm\:odd\:pt-48:nth-child(odd) {
    padding-top: 12rem;
  }

  .sm\:odd\:pr-48:nth-child(odd) {
    padding-right: 12rem;
  }

  .sm\:odd\:pb-48:nth-child(odd) {
    padding-bottom: 12rem;
  }

  .sm\:odd\:pl-48:nth-child(odd) {
    padding-left: 12rem;
  }

  .sm\:odd\:pt-56:nth-child(odd) {
    padding-top: 14rem;
  }

  .sm\:odd\:pr-56:nth-child(odd) {
    padding-right: 14rem;
  }

  .sm\:odd\:pb-56:nth-child(odd) {
    padding-bottom: 14rem;
  }

  .sm\:odd\:pl-56:nth-child(odd) {
    padding-left: 14rem;
  }

  .sm\:odd\:pt-64:nth-child(odd) {
    padding-top: 16rem;
  }

  .sm\:odd\:pr-64:nth-child(odd) {
    padding-right: 16rem;
  }

  .sm\:odd\:pb-64:nth-child(odd) {
    padding-bottom: 16rem;
  }

  .sm\:odd\:pl-64:nth-child(odd) {
    padding-left: 16rem;
  }

  .sm\:odd\:pt-px:nth-child(odd) {
    padding-top: 1px;
  }

  .sm\:odd\:pr-px:nth-child(odd) {
    padding-right: 1px;
  }

  .sm\:odd\:pb-px:nth-child(odd) {
    padding-bottom: 1px;
  }

  .sm\:odd\:pl-px:nth-child(odd) {
    padding-left: 1px;
  }

  .sm\:even\:p-0:nth-child(even) {
    padding: 0;
  }

  .sm\:even\:p-1:nth-child(even) {
    padding: 0.25rem;
  }

  .sm\:even\:p-2:nth-child(even) {
    padding: 0.5rem;
  }

  .sm\:even\:p-3:nth-child(even) {
    padding: 0.75rem;
  }

  .sm\:even\:p-4:nth-child(even) {
    padding: 1rem;
  }

  .sm\:even\:p-5:nth-child(even) {
    padding: 1.25rem;
  }

  .sm\:even\:p-6:nth-child(even) {
    padding: 1.5rem;
  }

  .sm\:even\:p-8:nth-child(even) {
    padding: 2rem;
  }

  .sm\:even\:p-10:nth-child(even) {
    padding: 2.5rem;
  }

  .sm\:even\:p-12:nth-child(even) {
    padding: 3rem;
  }

  .sm\:even\:p-16:nth-child(even) {
    padding: 4rem;
  }

  .sm\:even\:p-20:nth-child(even) {
    padding: 5rem;
  }

  .sm\:even\:p-24:nth-child(even) {
    padding: 6rem;
  }

  .sm\:even\:p-32:nth-child(even) {
    padding: 8rem;
  }

  .sm\:even\:p-40:nth-child(even) {
    padding: 10rem;
  }

  .sm\:even\:p-48:nth-child(even) {
    padding: 12rem;
  }

  .sm\:even\:p-56:nth-child(even) {
    padding: 14rem;
  }

  .sm\:even\:p-64:nth-child(even) {
    padding: 16rem;
  }

  .sm\:even\:p-px:nth-child(even) {
    padding: 1px;
  }

  .sm\:even\:py-0:nth-child(even) {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm\:even\:px-0:nth-child(even) {
    padding-left: 0;
    padding-right: 0;
  }

  .sm\:even\:py-1:nth-child(even) {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:even\:px-1:nth-child(even) {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:even\:py-2:nth-child(even) {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:even\:px-2:nth-child(even) {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:even\:py-3:nth-child(even) {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:even\:px-3:nth-child(even) {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:even\:py-4:nth-child(even) {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:even\:px-4:nth-child(even) {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:even\:py-5:nth-child(even) {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:even\:px-5:nth-child(even) {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:even\:py-6:nth-child(even) {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:even\:px-6:nth-child(even) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:even\:py-8:nth-child(even) {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:even\:px-8:nth-child(even) {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:even\:py-10:nth-child(even) {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:even\:px-10:nth-child(even) {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:even\:py-12:nth-child(even) {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:even\:px-12:nth-child(even) {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:even\:py-16:nth-child(even) {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:even\:px-16:nth-child(even) {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:even\:py-20:nth-child(even) {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:even\:px-20:nth-child(even) {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:even\:py-24:nth-child(even) {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:even\:px-24:nth-child(even) {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:even\:py-32:nth-child(even) {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:even\:px-32:nth-child(even) {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:even\:py-40:nth-child(even) {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:even\:px-40:nth-child(even) {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm\:even\:py-48:nth-child(even) {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm\:even\:px-48:nth-child(even) {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sm\:even\:py-56:nth-child(even) {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .sm\:even\:px-56:nth-child(even) {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sm\:even\:py-64:nth-child(even) {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm\:even\:px-64:nth-child(even) {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm\:even\:py-px:nth-child(even) {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:even\:px-px:nth-child(even) {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:even\:pt-0:nth-child(even) {
    padding-top: 0;
  }

  .sm\:even\:pr-0:nth-child(even) {
    padding-right: 0;
  }

  .sm\:even\:pb-0:nth-child(even) {
    padding-bottom: 0;
  }

  .sm\:even\:pl-0:nth-child(even) {
    padding-left: 0;
  }

  .sm\:even\:pt-1:nth-child(even) {
    padding-top: 0.25rem;
  }

  .sm\:even\:pr-1:nth-child(even) {
    padding-right: 0.25rem;
  }

  .sm\:even\:pb-1:nth-child(even) {
    padding-bottom: 0.25rem;
  }

  .sm\:even\:pl-1:nth-child(even) {
    padding-left: 0.25rem;
  }

  .sm\:even\:pt-2:nth-child(even) {
    padding-top: 0.5rem;
  }

  .sm\:even\:pr-2:nth-child(even) {
    padding-right: 0.5rem;
  }

  .sm\:even\:pb-2:nth-child(even) {
    padding-bottom: 0.5rem;
  }

  .sm\:even\:pl-2:nth-child(even) {
    padding-left: 0.5rem;
  }

  .sm\:even\:pt-3:nth-child(even) {
    padding-top: 0.75rem;
  }

  .sm\:even\:pr-3:nth-child(even) {
    padding-right: 0.75rem;
  }

  .sm\:even\:pb-3:nth-child(even) {
    padding-bottom: 0.75rem;
  }

  .sm\:even\:pl-3:nth-child(even) {
    padding-left: 0.75rem;
  }

  .sm\:even\:pt-4:nth-child(even) {
    padding-top: 1rem;
  }

  .sm\:even\:pr-4:nth-child(even) {
    padding-right: 1rem;
  }

  .sm\:even\:pb-4:nth-child(even) {
    padding-bottom: 1rem;
  }

  .sm\:even\:pl-4:nth-child(even) {
    padding-left: 1rem;
  }

  .sm\:even\:pt-5:nth-child(even) {
    padding-top: 1.25rem;
  }

  .sm\:even\:pr-5:nth-child(even) {
    padding-right: 1.25rem;
  }

  .sm\:even\:pb-5:nth-child(even) {
    padding-bottom: 1.25rem;
  }

  .sm\:even\:pl-5:nth-child(even) {
    padding-left: 1.25rem;
  }

  .sm\:even\:pt-6:nth-child(even) {
    padding-top: 1.5rem;
  }

  .sm\:even\:pr-6:nth-child(even) {
    padding-right: 1.5rem;
  }

  .sm\:even\:pb-6:nth-child(even) {
    padding-bottom: 1.5rem;
  }

  .sm\:even\:pl-6:nth-child(even) {
    padding-left: 1.5rem;
  }

  .sm\:even\:pt-8:nth-child(even) {
    padding-top: 2rem;
  }

  .sm\:even\:pr-8:nth-child(even) {
    padding-right: 2rem;
  }

  .sm\:even\:pb-8:nth-child(even) {
    padding-bottom: 2rem;
  }

  .sm\:even\:pl-8:nth-child(even) {
    padding-left: 2rem;
  }

  .sm\:even\:pt-10:nth-child(even) {
    padding-top: 2.5rem;
  }

  .sm\:even\:pr-10:nth-child(even) {
    padding-right: 2.5rem;
  }

  .sm\:even\:pb-10:nth-child(even) {
    padding-bottom: 2.5rem;
  }

  .sm\:even\:pl-10:nth-child(even) {
    padding-left: 2.5rem;
  }

  .sm\:even\:pt-12:nth-child(even) {
    padding-top: 3rem;
  }

  .sm\:even\:pr-12:nth-child(even) {
    padding-right: 3rem;
  }

  .sm\:even\:pb-12:nth-child(even) {
    padding-bottom: 3rem;
  }

  .sm\:even\:pl-12:nth-child(even) {
    padding-left: 3rem;
  }

  .sm\:even\:pt-16:nth-child(even) {
    padding-top: 4rem;
  }

  .sm\:even\:pr-16:nth-child(even) {
    padding-right: 4rem;
  }

  .sm\:even\:pb-16:nth-child(even) {
    padding-bottom: 4rem;
  }

  .sm\:even\:pl-16:nth-child(even) {
    padding-left: 4rem;
  }

  .sm\:even\:pt-20:nth-child(even) {
    padding-top: 5rem;
  }

  .sm\:even\:pr-20:nth-child(even) {
    padding-right: 5rem;
  }

  .sm\:even\:pb-20:nth-child(even) {
    padding-bottom: 5rem;
  }

  .sm\:even\:pl-20:nth-child(even) {
    padding-left: 5rem;
  }

  .sm\:even\:pt-24:nth-child(even) {
    padding-top: 6rem;
  }

  .sm\:even\:pr-24:nth-child(even) {
    padding-right: 6rem;
  }

  .sm\:even\:pb-24:nth-child(even) {
    padding-bottom: 6rem;
  }

  .sm\:even\:pl-24:nth-child(even) {
    padding-left: 6rem;
  }

  .sm\:even\:pt-32:nth-child(even) {
    padding-top: 8rem;
  }

  .sm\:even\:pr-32:nth-child(even) {
    padding-right: 8rem;
  }

  .sm\:even\:pb-32:nth-child(even) {
    padding-bottom: 8rem;
  }

  .sm\:even\:pl-32:nth-child(even) {
    padding-left: 8rem;
  }

  .sm\:even\:pt-40:nth-child(even) {
    padding-top: 10rem;
  }

  .sm\:even\:pr-40:nth-child(even) {
    padding-right: 10rem;
  }

  .sm\:even\:pb-40:nth-child(even) {
    padding-bottom: 10rem;
  }

  .sm\:even\:pl-40:nth-child(even) {
    padding-left: 10rem;
  }

  .sm\:even\:pt-48:nth-child(even) {
    padding-top: 12rem;
  }

  .sm\:even\:pr-48:nth-child(even) {
    padding-right: 12rem;
  }

  .sm\:even\:pb-48:nth-child(even) {
    padding-bottom: 12rem;
  }

  .sm\:even\:pl-48:nth-child(even) {
    padding-left: 12rem;
  }

  .sm\:even\:pt-56:nth-child(even) {
    padding-top: 14rem;
  }

  .sm\:even\:pr-56:nth-child(even) {
    padding-right: 14rem;
  }

  .sm\:even\:pb-56:nth-child(even) {
    padding-bottom: 14rem;
  }

  .sm\:even\:pl-56:nth-child(even) {
    padding-left: 14rem;
  }

  .sm\:even\:pt-64:nth-child(even) {
    padding-top: 16rem;
  }

  .sm\:even\:pr-64:nth-child(even) {
    padding-right: 16rem;
  }

  .sm\:even\:pb-64:nth-child(even) {
    padding-bottom: 16rem;
  }

  .sm\:even\:pl-64:nth-child(even) {
    padding-left: 16rem;
  }

  .sm\:even\:pt-px:nth-child(even) {
    padding-top: 1px;
  }

  .sm\:even\:pr-px:nth-child(even) {
    padding-right: 1px;
  }

  .sm\:even\:pb-px:nth-child(even) {
    padding-bottom: 1px;
  }

  .sm\:even\:pl-px:nth-child(even) {
    padding-left: 1px;
  }

  .sm\:hover\:p-0:hover {
    padding: 0;
  }

  .sm\:hover\:p-1:hover {
    padding: 0.25rem;
  }

  .sm\:hover\:p-2:hover {
    padding: 0.5rem;
  }

  .sm\:hover\:p-3:hover {
    padding: 0.75rem;
  }

  .sm\:hover\:p-4:hover {
    padding: 1rem;
  }

  .sm\:hover\:p-5:hover {
    padding: 1.25rem;
  }

  .sm\:hover\:p-6:hover {
    padding: 1.5rem;
  }

  .sm\:hover\:p-8:hover {
    padding: 2rem;
  }

  .sm\:hover\:p-10:hover {
    padding: 2.5rem;
  }

  .sm\:hover\:p-12:hover {
    padding: 3rem;
  }

  .sm\:hover\:p-16:hover {
    padding: 4rem;
  }

  .sm\:hover\:p-20:hover {
    padding: 5rem;
  }

  .sm\:hover\:p-24:hover {
    padding: 6rem;
  }

  .sm\:hover\:p-32:hover {
    padding: 8rem;
  }

  .sm\:hover\:p-40:hover {
    padding: 10rem;
  }

  .sm\:hover\:p-48:hover {
    padding: 12rem;
  }

  .sm\:hover\:p-56:hover {
    padding: 14rem;
  }

  .sm\:hover\:p-64:hover {
    padding: 16rem;
  }

  .sm\:hover\:p-px:hover {
    padding: 1px;
  }

  .sm\:hover\:py-0:hover {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm\:hover\:px-0:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .sm\:hover\:py-1:hover {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:hover\:px-1:hover {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:hover\:py-2:hover {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:hover\:px-2:hover {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:hover\:py-3:hover {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:hover\:px-3:hover {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:hover\:py-4:hover {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:hover\:px-4:hover {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:hover\:py-5:hover {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:hover\:px-5:hover {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:hover\:py-6:hover {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:hover\:px-6:hover {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:hover\:py-8:hover {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:hover\:px-8:hover {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:hover\:py-10:hover {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:hover\:px-10:hover {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:hover\:py-12:hover {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:hover\:px-12:hover {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:hover\:py-16:hover {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:hover\:px-16:hover {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:hover\:py-20:hover {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:hover\:px-20:hover {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:hover\:py-24:hover {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:hover\:px-24:hover {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:hover\:py-32:hover {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:hover\:px-32:hover {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:hover\:py-40:hover {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:hover\:px-40:hover {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm\:hover\:py-48:hover {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm\:hover\:px-48:hover {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sm\:hover\:py-56:hover {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .sm\:hover\:px-56:hover {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sm\:hover\:py-64:hover {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm\:hover\:px-64:hover {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm\:hover\:py-px:hover {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:hover\:px-px:hover {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:hover\:pt-0:hover {
    padding-top: 0;
  }

  .sm\:hover\:pr-0:hover {
    padding-right: 0;
  }

  .sm\:hover\:pb-0:hover {
    padding-bottom: 0;
  }

  .sm\:hover\:pl-0:hover {
    padding-left: 0;
  }

  .sm\:hover\:pt-1:hover {
    padding-top: 0.25rem;
  }

  .sm\:hover\:pr-1:hover {
    padding-right: 0.25rem;
  }

  .sm\:hover\:pb-1:hover {
    padding-bottom: 0.25rem;
  }

  .sm\:hover\:pl-1:hover {
    padding-left: 0.25rem;
  }

  .sm\:hover\:pt-2:hover {
    padding-top: 0.5rem;
  }

  .sm\:hover\:pr-2:hover {
    padding-right: 0.5rem;
  }

  .sm\:hover\:pb-2:hover {
    padding-bottom: 0.5rem;
  }

  .sm\:hover\:pl-2:hover {
    padding-left: 0.5rem;
  }

  .sm\:hover\:pt-3:hover {
    padding-top: 0.75rem;
  }

  .sm\:hover\:pr-3:hover {
    padding-right: 0.75rem;
  }

  .sm\:hover\:pb-3:hover {
    padding-bottom: 0.75rem;
  }

  .sm\:hover\:pl-3:hover {
    padding-left: 0.75rem;
  }

  .sm\:hover\:pt-4:hover {
    padding-top: 1rem;
  }

  .sm\:hover\:pr-4:hover {
    padding-right: 1rem;
  }

  .sm\:hover\:pb-4:hover {
    padding-bottom: 1rem;
  }

  .sm\:hover\:pl-4:hover {
    padding-left: 1rem;
  }

  .sm\:hover\:pt-5:hover {
    padding-top: 1.25rem;
  }

  .sm\:hover\:pr-5:hover {
    padding-right: 1.25rem;
  }

  .sm\:hover\:pb-5:hover {
    padding-bottom: 1.25rem;
  }

  .sm\:hover\:pl-5:hover {
    padding-left: 1.25rem;
  }

  .sm\:hover\:pt-6:hover {
    padding-top: 1.5rem;
  }

  .sm\:hover\:pr-6:hover {
    padding-right: 1.5rem;
  }

  .sm\:hover\:pb-6:hover {
    padding-bottom: 1.5rem;
  }

  .sm\:hover\:pl-6:hover {
    padding-left: 1.5rem;
  }

  .sm\:hover\:pt-8:hover {
    padding-top: 2rem;
  }

  .sm\:hover\:pr-8:hover {
    padding-right: 2rem;
  }

  .sm\:hover\:pb-8:hover {
    padding-bottom: 2rem;
  }

  .sm\:hover\:pl-8:hover {
    padding-left: 2rem;
  }

  .sm\:hover\:pt-10:hover {
    padding-top: 2.5rem;
  }

  .sm\:hover\:pr-10:hover {
    padding-right: 2.5rem;
  }

  .sm\:hover\:pb-10:hover {
    padding-bottom: 2.5rem;
  }

  .sm\:hover\:pl-10:hover {
    padding-left: 2.5rem;
  }

  .sm\:hover\:pt-12:hover {
    padding-top: 3rem;
  }

  .sm\:hover\:pr-12:hover {
    padding-right: 3rem;
  }

  .sm\:hover\:pb-12:hover {
    padding-bottom: 3rem;
  }

  .sm\:hover\:pl-12:hover {
    padding-left: 3rem;
  }

  .sm\:hover\:pt-16:hover {
    padding-top: 4rem;
  }

  .sm\:hover\:pr-16:hover {
    padding-right: 4rem;
  }

  .sm\:hover\:pb-16:hover {
    padding-bottom: 4rem;
  }

  .sm\:hover\:pl-16:hover {
    padding-left: 4rem;
  }

  .sm\:hover\:pt-20:hover {
    padding-top: 5rem;
  }

  .sm\:hover\:pr-20:hover {
    padding-right: 5rem;
  }

  .sm\:hover\:pb-20:hover {
    padding-bottom: 5rem;
  }

  .sm\:hover\:pl-20:hover {
    padding-left: 5rem;
  }

  .sm\:hover\:pt-24:hover {
    padding-top: 6rem;
  }

  .sm\:hover\:pr-24:hover {
    padding-right: 6rem;
  }

  .sm\:hover\:pb-24:hover {
    padding-bottom: 6rem;
  }

  .sm\:hover\:pl-24:hover {
    padding-left: 6rem;
  }

  .sm\:hover\:pt-32:hover {
    padding-top: 8rem;
  }

  .sm\:hover\:pr-32:hover {
    padding-right: 8rem;
  }

  .sm\:hover\:pb-32:hover {
    padding-bottom: 8rem;
  }

  .sm\:hover\:pl-32:hover {
    padding-left: 8rem;
  }

  .sm\:hover\:pt-40:hover {
    padding-top: 10rem;
  }

  .sm\:hover\:pr-40:hover {
    padding-right: 10rem;
  }

  .sm\:hover\:pb-40:hover {
    padding-bottom: 10rem;
  }

  .sm\:hover\:pl-40:hover {
    padding-left: 10rem;
  }

  .sm\:hover\:pt-48:hover {
    padding-top: 12rem;
  }

  .sm\:hover\:pr-48:hover {
    padding-right: 12rem;
  }

  .sm\:hover\:pb-48:hover {
    padding-bottom: 12rem;
  }

  .sm\:hover\:pl-48:hover {
    padding-left: 12rem;
  }

  .sm\:hover\:pt-56:hover {
    padding-top: 14rem;
  }

  .sm\:hover\:pr-56:hover {
    padding-right: 14rem;
  }

  .sm\:hover\:pb-56:hover {
    padding-bottom: 14rem;
  }

  .sm\:hover\:pl-56:hover {
    padding-left: 14rem;
  }

  .sm\:hover\:pt-64:hover {
    padding-top: 16rem;
  }

  .sm\:hover\:pr-64:hover {
    padding-right: 16rem;
  }

  .sm\:hover\:pb-64:hover {
    padding-bottom: 16rem;
  }

  .sm\:hover\:pl-64:hover {
    padding-left: 16rem;
  }

  .sm\:hover\:pt-px:hover {
    padding-top: 1px;
  }

  .sm\:hover\:pr-px:hover {
    padding-right: 1px;
  }

  .sm\:hover\:pb-px:hover {
    padding-bottom: 1px;
  }

  .sm\:hover\:pl-px:hover {
    padding-left: 1px;
  }

  .sm\:focus\:p-0:focus {
    padding: 0;
  }

  .sm\:focus\:p-1:focus {
    padding: 0.25rem;
  }

  .sm\:focus\:p-2:focus {
    padding: 0.5rem;
  }

  .sm\:focus\:p-3:focus {
    padding: 0.75rem;
  }

  .sm\:focus\:p-4:focus {
    padding: 1rem;
  }

  .sm\:focus\:p-5:focus {
    padding: 1.25rem;
  }

  .sm\:focus\:p-6:focus {
    padding: 1.5rem;
  }

  .sm\:focus\:p-8:focus {
    padding: 2rem;
  }

  .sm\:focus\:p-10:focus {
    padding: 2.5rem;
  }

  .sm\:focus\:p-12:focus {
    padding: 3rem;
  }

  .sm\:focus\:p-16:focus {
    padding: 4rem;
  }

  .sm\:focus\:p-20:focus {
    padding: 5rem;
  }

  .sm\:focus\:p-24:focus {
    padding: 6rem;
  }

  .sm\:focus\:p-32:focus {
    padding: 8rem;
  }

  .sm\:focus\:p-40:focus {
    padding: 10rem;
  }

  .sm\:focus\:p-48:focus {
    padding: 12rem;
  }

  .sm\:focus\:p-56:focus {
    padding: 14rem;
  }

  .sm\:focus\:p-64:focus {
    padding: 16rem;
  }

  .sm\:focus\:p-px:focus {
    padding: 1px;
  }

  .sm\:focus\:py-0:focus {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm\:focus\:px-0:focus {
    padding-left: 0;
    padding-right: 0;
  }

  .sm\:focus\:py-1:focus {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:focus\:px-1:focus {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:focus\:py-2:focus {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:focus\:px-2:focus {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:focus\:py-3:focus {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:focus\:px-3:focus {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:focus\:py-4:focus {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:focus\:px-4:focus {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:focus\:py-5:focus {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:focus\:px-5:focus {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:focus\:py-6:focus {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:focus\:px-6:focus {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:focus\:py-8:focus {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:focus\:px-8:focus {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:focus\:py-10:focus {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:focus\:px-10:focus {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:focus\:py-12:focus {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:focus\:px-12:focus {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:focus\:py-16:focus {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:focus\:px-16:focus {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:focus\:py-20:focus {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:focus\:px-20:focus {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:focus\:py-24:focus {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:focus\:px-24:focus {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:focus\:py-32:focus {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:focus\:px-32:focus {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:focus\:py-40:focus {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:focus\:px-40:focus {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm\:focus\:py-48:focus {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm\:focus\:px-48:focus {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sm\:focus\:py-56:focus {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .sm\:focus\:px-56:focus {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sm\:focus\:py-64:focus {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm\:focus\:px-64:focus {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm\:focus\:py-px:focus {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:focus\:px-px:focus {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:focus\:pt-0:focus {
    padding-top: 0;
  }

  .sm\:focus\:pr-0:focus {
    padding-right: 0;
  }

  .sm\:focus\:pb-0:focus {
    padding-bottom: 0;
  }

  .sm\:focus\:pl-0:focus {
    padding-left: 0;
  }

  .sm\:focus\:pt-1:focus {
    padding-top: 0.25rem;
  }

  .sm\:focus\:pr-1:focus {
    padding-right: 0.25rem;
  }

  .sm\:focus\:pb-1:focus {
    padding-bottom: 0.25rem;
  }

  .sm\:focus\:pl-1:focus {
    padding-left: 0.25rem;
  }

  .sm\:focus\:pt-2:focus {
    padding-top: 0.5rem;
  }

  .sm\:focus\:pr-2:focus {
    padding-right: 0.5rem;
  }

  .sm\:focus\:pb-2:focus {
    padding-bottom: 0.5rem;
  }

  .sm\:focus\:pl-2:focus {
    padding-left: 0.5rem;
  }

  .sm\:focus\:pt-3:focus {
    padding-top: 0.75rem;
  }

  .sm\:focus\:pr-3:focus {
    padding-right: 0.75rem;
  }

  .sm\:focus\:pb-3:focus {
    padding-bottom: 0.75rem;
  }

  .sm\:focus\:pl-3:focus {
    padding-left: 0.75rem;
  }

  .sm\:focus\:pt-4:focus {
    padding-top: 1rem;
  }

  .sm\:focus\:pr-4:focus {
    padding-right: 1rem;
  }

  .sm\:focus\:pb-4:focus {
    padding-bottom: 1rem;
  }

  .sm\:focus\:pl-4:focus {
    padding-left: 1rem;
  }

  .sm\:focus\:pt-5:focus {
    padding-top: 1.25rem;
  }

  .sm\:focus\:pr-5:focus {
    padding-right: 1.25rem;
  }

  .sm\:focus\:pb-5:focus {
    padding-bottom: 1.25rem;
  }

  .sm\:focus\:pl-5:focus {
    padding-left: 1.25rem;
  }

  .sm\:focus\:pt-6:focus {
    padding-top: 1.5rem;
  }

  .sm\:focus\:pr-6:focus {
    padding-right: 1.5rem;
  }

  .sm\:focus\:pb-6:focus {
    padding-bottom: 1.5rem;
  }

  .sm\:focus\:pl-6:focus {
    padding-left: 1.5rem;
  }

  .sm\:focus\:pt-8:focus {
    padding-top: 2rem;
  }

  .sm\:focus\:pr-8:focus {
    padding-right: 2rem;
  }

  .sm\:focus\:pb-8:focus {
    padding-bottom: 2rem;
  }

  .sm\:focus\:pl-8:focus {
    padding-left: 2rem;
  }

  .sm\:focus\:pt-10:focus {
    padding-top: 2.5rem;
  }

  .sm\:focus\:pr-10:focus {
    padding-right: 2.5rem;
  }

  .sm\:focus\:pb-10:focus {
    padding-bottom: 2.5rem;
  }

  .sm\:focus\:pl-10:focus {
    padding-left: 2.5rem;
  }

  .sm\:focus\:pt-12:focus {
    padding-top: 3rem;
  }

  .sm\:focus\:pr-12:focus {
    padding-right: 3rem;
  }

  .sm\:focus\:pb-12:focus {
    padding-bottom: 3rem;
  }

  .sm\:focus\:pl-12:focus {
    padding-left: 3rem;
  }

  .sm\:focus\:pt-16:focus {
    padding-top: 4rem;
  }

  .sm\:focus\:pr-16:focus {
    padding-right: 4rem;
  }

  .sm\:focus\:pb-16:focus {
    padding-bottom: 4rem;
  }

  .sm\:focus\:pl-16:focus {
    padding-left: 4rem;
  }

  .sm\:focus\:pt-20:focus {
    padding-top: 5rem;
  }

  .sm\:focus\:pr-20:focus {
    padding-right: 5rem;
  }

  .sm\:focus\:pb-20:focus {
    padding-bottom: 5rem;
  }

  .sm\:focus\:pl-20:focus {
    padding-left: 5rem;
  }

  .sm\:focus\:pt-24:focus {
    padding-top: 6rem;
  }

  .sm\:focus\:pr-24:focus {
    padding-right: 6rem;
  }

  .sm\:focus\:pb-24:focus {
    padding-bottom: 6rem;
  }

  .sm\:focus\:pl-24:focus {
    padding-left: 6rem;
  }

  .sm\:focus\:pt-32:focus {
    padding-top: 8rem;
  }

  .sm\:focus\:pr-32:focus {
    padding-right: 8rem;
  }

  .sm\:focus\:pb-32:focus {
    padding-bottom: 8rem;
  }

  .sm\:focus\:pl-32:focus {
    padding-left: 8rem;
  }

  .sm\:focus\:pt-40:focus {
    padding-top: 10rem;
  }

  .sm\:focus\:pr-40:focus {
    padding-right: 10rem;
  }

  .sm\:focus\:pb-40:focus {
    padding-bottom: 10rem;
  }

  .sm\:focus\:pl-40:focus {
    padding-left: 10rem;
  }

  .sm\:focus\:pt-48:focus {
    padding-top: 12rem;
  }

  .sm\:focus\:pr-48:focus {
    padding-right: 12rem;
  }

  .sm\:focus\:pb-48:focus {
    padding-bottom: 12rem;
  }

  .sm\:focus\:pl-48:focus {
    padding-left: 12rem;
  }

  .sm\:focus\:pt-56:focus {
    padding-top: 14rem;
  }

  .sm\:focus\:pr-56:focus {
    padding-right: 14rem;
  }

  .sm\:focus\:pb-56:focus {
    padding-bottom: 14rem;
  }

  .sm\:focus\:pl-56:focus {
    padding-left: 14rem;
  }

  .sm\:focus\:pt-64:focus {
    padding-top: 16rem;
  }

  .sm\:focus\:pr-64:focus {
    padding-right: 16rem;
  }

  .sm\:focus\:pb-64:focus {
    padding-bottom: 16rem;
  }

  .sm\:focus\:pl-64:focus {
    padding-left: 16rem;
  }

  .sm\:focus\:pt-px:focus {
    padding-top: 1px;
  }

  .sm\:focus\:pr-px:focus {
    padding-right: 1px;
  }

  .sm\:focus\:pb-px:focus {
    padding-bottom: 1px;
  }

  .sm\:focus\:pl-px:focus {
    padding-left: 1px;
  }

  .sm\:active\:p-0:active {
    padding: 0;
  }

  .sm\:active\:p-1:active {
    padding: 0.25rem;
  }

  .sm\:active\:p-2:active {
    padding: 0.5rem;
  }

  .sm\:active\:p-3:active {
    padding: 0.75rem;
  }

  .sm\:active\:p-4:active {
    padding: 1rem;
  }

  .sm\:active\:p-5:active {
    padding: 1.25rem;
  }

  .sm\:active\:p-6:active {
    padding: 1.5rem;
  }

  .sm\:active\:p-8:active {
    padding: 2rem;
  }

  .sm\:active\:p-10:active {
    padding: 2.5rem;
  }

  .sm\:active\:p-12:active {
    padding: 3rem;
  }

  .sm\:active\:p-16:active {
    padding: 4rem;
  }

  .sm\:active\:p-20:active {
    padding: 5rem;
  }

  .sm\:active\:p-24:active {
    padding: 6rem;
  }

  .sm\:active\:p-32:active {
    padding: 8rem;
  }

  .sm\:active\:p-40:active {
    padding: 10rem;
  }

  .sm\:active\:p-48:active {
    padding: 12rem;
  }

  .sm\:active\:p-56:active {
    padding: 14rem;
  }

  .sm\:active\:p-64:active {
    padding: 16rem;
  }

  .sm\:active\:p-px:active {
    padding: 1px;
  }

  .sm\:active\:py-0:active {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm\:active\:px-0:active {
    padding-left: 0;
    padding-right: 0;
  }

  .sm\:active\:py-1:active {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:active\:px-1:active {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:active\:py-2:active {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:active\:px-2:active {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:active\:py-3:active {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:active\:px-3:active {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:active\:py-4:active {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:active\:px-4:active {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:active\:py-5:active {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:active\:px-5:active {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:active\:py-6:active {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:active\:px-6:active {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:active\:py-8:active {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:active\:px-8:active {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:active\:py-10:active {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:active\:px-10:active {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:active\:py-12:active {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:active\:px-12:active {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:active\:py-16:active {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:active\:px-16:active {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:active\:py-20:active {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:active\:px-20:active {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:active\:py-24:active {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:active\:px-24:active {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:active\:py-32:active {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:active\:px-32:active {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:active\:py-40:active {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:active\:px-40:active {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm\:active\:py-48:active {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm\:active\:px-48:active {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sm\:active\:py-56:active {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .sm\:active\:px-56:active {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sm\:active\:py-64:active {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm\:active\:px-64:active {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm\:active\:py-px:active {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:active\:px-px:active {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:active\:pt-0:active {
    padding-top: 0;
  }

  .sm\:active\:pr-0:active {
    padding-right: 0;
  }

  .sm\:active\:pb-0:active {
    padding-bottom: 0;
  }

  .sm\:active\:pl-0:active {
    padding-left: 0;
  }

  .sm\:active\:pt-1:active {
    padding-top: 0.25rem;
  }

  .sm\:active\:pr-1:active {
    padding-right: 0.25rem;
  }

  .sm\:active\:pb-1:active {
    padding-bottom: 0.25rem;
  }

  .sm\:active\:pl-1:active {
    padding-left: 0.25rem;
  }

  .sm\:active\:pt-2:active {
    padding-top: 0.5rem;
  }

  .sm\:active\:pr-2:active {
    padding-right: 0.5rem;
  }

  .sm\:active\:pb-2:active {
    padding-bottom: 0.5rem;
  }

  .sm\:active\:pl-2:active {
    padding-left: 0.5rem;
  }

  .sm\:active\:pt-3:active {
    padding-top: 0.75rem;
  }

  .sm\:active\:pr-3:active {
    padding-right: 0.75rem;
  }

  .sm\:active\:pb-3:active {
    padding-bottom: 0.75rem;
  }

  .sm\:active\:pl-3:active {
    padding-left: 0.75rem;
  }

  .sm\:active\:pt-4:active {
    padding-top: 1rem;
  }

  .sm\:active\:pr-4:active {
    padding-right: 1rem;
  }

  .sm\:active\:pb-4:active {
    padding-bottom: 1rem;
  }

  .sm\:active\:pl-4:active {
    padding-left: 1rem;
  }

  .sm\:active\:pt-5:active {
    padding-top: 1.25rem;
  }

  .sm\:active\:pr-5:active {
    padding-right: 1.25rem;
  }

  .sm\:active\:pb-5:active {
    padding-bottom: 1.25rem;
  }

  .sm\:active\:pl-5:active {
    padding-left: 1.25rem;
  }

  .sm\:active\:pt-6:active {
    padding-top: 1.5rem;
  }

  .sm\:active\:pr-6:active {
    padding-right: 1.5rem;
  }

  .sm\:active\:pb-6:active {
    padding-bottom: 1.5rem;
  }

  .sm\:active\:pl-6:active {
    padding-left: 1.5rem;
  }

  .sm\:active\:pt-8:active {
    padding-top: 2rem;
  }

  .sm\:active\:pr-8:active {
    padding-right: 2rem;
  }

  .sm\:active\:pb-8:active {
    padding-bottom: 2rem;
  }

  .sm\:active\:pl-8:active {
    padding-left: 2rem;
  }

  .sm\:active\:pt-10:active {
    padding-top: 2.5rem;
  }

  .sm\:active\:pr-10:active {
    padding-right: 2.5rem;
  }

  .sm\:active\:pb-10:active {
    padding-bottom: 2.5rem;
  }

  .sm\:active\:pl-10:active {
    padding-left: 2.5rem;
  }

  .sm\:active\:pt-12:active {
    padding-top: 3rem;
  }

  .sm\:active\:pr-12:active {
    padding-right: 3rem;
  }

  .sm\:active\:pb-12:active {
    padding-bottom: 3rem;
  }

  .sm\:active\:pl-12:active {
    padding-left: 3rem;
  }

  .sm\:active\:pt-16:active {
    padding-top: 4rem;
  }

  .sm\:active\:pr-16:active {
    padding-right: 4rem;
  }

  .sm\:active\:pb-16:active {
    padding-bottom: 4rem;
  }

  .sm\:active\:pl-16:active {
    padding-left: 4rem;
  }

  .sm\:active\:pt-20:active {
    padding-top: 5rem;
  }

  .sm\:active\:pr-20:active {
    padding-right: 5rem;
  }

  .sm\:active\:pb-20:active {
    padding-bottom: 5rem;
  }

  .sm\:active\:pl-20:active {
    padding-left: 5rem;
  }

  .sm\:active\:pt-24:active {
    padding-top: 6rem;
  }

  .sm\:active\:pr-24:active {
    padding-right: 6rem;
  }

  .sm\:active\:pb-24:active {
    padding-bottom: 6rem;
  }

  .sm\:active\:pl-24:active {
    padding-left: 6rem;
  }

  .sm\:active\:pt-32:active {
    padding-top: 8rem;
  }

  .sm\:active\:pr-32:active {
    padding-right: 8rem;
  }

  .sm\:active\:pb-32:active {
    padding-bottom: 8rem;
  }

  .sm\:active\:pl-32:active {
    padding-left: 8rem;
  }

  .sm\:active\:pt-40:active {
    padding-top: 10rem;
  }

  .sm\:active\:pr-40:active {
    padding-right: 10rem;
  }

  .sm\:active\:pb-40:active {
    padding-bottom: 10rem;
  }

  .sm\:active\:pl-40:active {
    padding-left: 10rem;
  }

  .sm\:active\:pt-48:active {
    padding-top: 12rem;
  }

  .sm\:active\:pr-48:active {
    padding-right: 12rem;
  }

  .sm\:active\:pb-48:active {
    padding-bottom: 12rem;
  }

  .sm\:active\:pl-48:active {
    padding-left: 12rem;
  }

  .sm\:active\:pt-56:active {
    padding-top: 14rem;
  }

  .sm\:active\:pr-56:active {
    padding-right: 14rem;
  }

  .sm\:active\:pb-56:active {
    padding-bottom: 14rem;
  }

  .sm\:active\:pl-56:active {
    padding-left: 14rem;
  }

  .sm\:active\:pt-64:active {
    padding-top: 16rem;
  }

  .sm\:active\:pr-64:active {
    padding-right: 16rem;
  }

  .sm\:active\:pb-64:active {
    padding-bottom: 16rem;
  }

  .sm\:active\:pl-64:active {
    padding-left: 16rem;
  }

  .sm\:active\:pt-px:active {
    padding-top: 1px;
  }

  .sm\:active\:pr-px:active {
    padding-right: 1px;
  }

  .sm\:active\:pb-px:active {
    padding-bottom: 1px;
  }

  .sm\:active\:pl-px:active {
    padding-left: 1px;
  }

  .sm\:visited\:p-0:visited {
    padding: 0;
  }

  .sm\:visited\:p-1:visited {
    padding: 0.25rem;
  }

  .sm\:visited\:p-2:visited {
    padding: 0.5rem;
  }

  .sm\:visited\:p-3:visited {
    padding: 0.75rem;
  }

  .sm\:visited\:p-4:visited {
    padding: 1rem;
  }

  .sm\:visited\:p-5:visited {
    padding: 1.25rem;
  }

  .sm\:visited\:p-6:visited {
    padding: 1.5rem;
  }

  .sm\:visited\:p-8:visited {
    padding: 2rem;
  }

  .sm\:visited\:p-10:visited {
    padding: 2.5rem;
  }

  .sm\:visited\:p-12:visited {
    padding: 3rem;
  }

  .sm\:visited\:p-16:visited {
    padding: 4rem;
  }

  .sm\:visited\:p-20:visited {
    padding: 5rem;
  }

  .sm\:visited\:p-24:visited {
    padding: 6rem;
  }

  .sm\:visited\:p-32:visited {
    padding: 8rem;
  }

  .sm\:visited\:p-40:visited {
    padding: 10rem;
  }

  .sm\:visited\:p-48:visited {
    padding: 12rem;
  }

  .sm\:visited\:p-56:visited {
    padding: 14rem;
  }

  .sm\:visited\:p-64:visited {
    padding: 16rem;
  }

  .sm\:visited\:p-px:visited {
    padding: 1px;
  }

  .sm\:visited\:py-0:visited {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm\:visited\:px-0:visited {
    padding-left: 0;
    padding-right: 0;
  }

  .sm\:visited\:py-1:visited {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:visited\:px-1:visited {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:visited\:py-2:visited {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:visited\:px-2:visited {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:visited\:py-3:visited {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:visited\:px-3:visited {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:visited\:py-4:visited {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:visited\:px-4:visited {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:visited\:py-5:visited {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:visited\:px-5:visited {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:visited\:py-6:visited {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:visited\:px-6:visited {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:visited\:py-8:visited {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:visited\:px-8:visited {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:visited\:py-10:visited {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:visited\:px-10:visited {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:visited\:py-12:visited {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:visited\:px-12:visited {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:visited\:py-16:visited {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:visited\:px-16:visited {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:visited\:py-20:visited {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:visited\:px-20:visited {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:visited\:py-24:visited {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:visited\:px-24:visited {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:visited\:py-32:visited {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:visited\:px-32:visited {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:visited\:py-40:visited {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:visited\:px-40:visited {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm\:visited\:py-48:visited {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm\:visited\:px-48:visited {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sm\:visited\:py-56:visited {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .sm\:visited\:px-56:visited {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sm\:visited\:py-64:visited {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm\:visited\:px-64:visited {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm\:visited\:py-px:visited {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:visited\:px-px:visited {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:visited\:pt-0:visited {
    padding-top: 0;
  }

  .sm\:visited\:pr-0:visited {
    padding-right: 0;
  }

  .sm\:visited\:pb-0:visited {
    padding-bottom: 0;
  }

  .sm\:visited\:pl-0:visited {
    padding-left: 0;
  }

  .sm\:visited\:pt-1:visited {
    padding-top: 0.25rem;
  }

  .sm\:visited\:pr-1:visited {
    padding-right: 0.25rem;
  }

  .sm\:visited\:pb-1:visited {
    padding-bottom: 0.25rem;
  }

  .sm\:visited\:pl-1:visited {
    padding-left: 0.25rem;
  }

  .sm\:visited\:pt-2:visited {
    padding-top: 0.5rem;
  }

  .sm\:visited\:pr-2:visited {
    padding-right: 0.5rem;
  }

  .sm\:visited\:pb-2:visited {
    padding-bottom: 0.5rem;
  }

  .sm\:visited\:pl-2:visited {
    padding-left: 0.5rem;
  }

  .sm\:visited\:pt-3:visited {
    padding-top: 0.75rem;
  }

  .sm\:visited\:pr-3:visited {
    padding-right: 0.75rem;
  }

  .sm\:visited\:pb-3:visited {
    padding-bottom: 0.75rem;
  }

  .sm\:visited\:pl-3:visited {
    padding-left: 0.75rem;
  }

  .sm\:visited\:pt-4:visited {
    padding-top: 1rem;
  }

  .sm\:visited\:pr-4:visited {
    padding-right: 1rem;
  }

  .sm\:visited\:pb-4:visited {
    padding-bottom: 1rem;
  }

  .sm\:visited\:pl-4:visited {
    padding-left: 1rem;
  }

  .sm\:visited\:pt-5:visited {
    padding-top: 1.25rem;
  }

  .sm\:visited\:pr-5:visited {
    padding-right: 1.25rem;
  }

  .sm\:visited\:pb-5:visited {
    padding-bottom: 1.25rem;
  }

  .sm\:visited\:pl-5:visited {
    padding-left: 1.25rem;
  }

  .sm\:visited\:pt-6:visited {
    padding-top: 1.5rem;
  }

  .sm\:visited\:pr-6:visited {
    padding-right: 1.5rem;
  }

  .sm\:visited\:pb-6:visited {
    padding-bottom: 1.5rem;
  }

  .sm\:visited\:pl-6:visited {
    padding-left: 1.5rem;
  }

  .sm\:visited\:pt-8:visited {
    padding-top: 2rem;
  }

  .sm\:visited\:pr-8:visited {
    padding-right: 2rem;
  }

  .sm\:visited\:pb-8:visited {
    padding-bottom: 2rem;
  }

  .sm\:visited\:pl-8:visited {
    padding-left: 2rem;
  }

  .sm\:visited\:pt-10:visited {
    padding-top: 2.5rem;
  }

  .sm\:visited\:pr-10:visited {
    padding-right: 2.5rem;
  }

  .sm\:visited\:pb-10:visited {
    padding-bottom: 2.5rem;
  }

  .sm\:visited\:pl-10:visited {
    padding-left: 2.5rem;
  }

  .sm\:visited\:pt-12:visited {
    padding-top: 3rem;
  }

  .sm\:visited\:pr-12:visited {
    padding-right: 3rem;
  }

  .sm\:visited\:pb-12:visited {
    padding-bottom: 3rem;
  }

  .sm\:visited\:pl-12:visited {
    padding-left: 3rem;
  }

  .sm\:visited\:pt-16:visited {
    padding-top: 4rem;
  }

  .sm\:visited\:pr-16:visited {
    padding-right: 4rem;
  }

  .sm\:visited\:pb-16:visited {
    padding-bottom: 4rem;
  }

  .sm\:visited\:pl-16:visited {
    padding-left: 4rem;
  }

  .sm\:visited\:pt-20:visited {
    padding-top: 5rem;
  }

  .sm\:visited\:pr-20:visited {
    padding-right: 5rem;
  }

  .sm\:visited\:pb-20:visited {
    padding-bottom: 5rem;
  }

  .sm\:visited\:pl-20:visited {
    padding-left: 5rem;
  }

  .sm\:visited\:pt-24:visited {
    padding-top: 6rem;
  }

  .sm\:visited\:pr-24:visited {
    padding-right: 6rem;
  }

  .sm\:visited\:pb-24:visited {
    padding-bottom: 6rem;
  }

  .sm\:visited\:pl-24:visited {
    padding-left: 6rem;
  }

  .sm\:visited\:pt-32:visited {
    padding-top: 8rem;
  }

  .sm\:visited\:pr-32:visited {
    padding-right: 8rem;
  }

  .sm\:visited\:pb-32:visited {
    padding-bottom: 8rem;
  }

  .sm\:visited\:pl-32:visited {
    padding-left: 8rem;
  }

  .sm\:visited\:pt-40:visited {
    padding-top: 10rem;
  }

  .sm\:visited\:pr-40:visited {
    padding-right: 10rem;
  }

  .sm\:visited\:pb-40:visited {
    padding-bottom: 10rem;
  }

  .sm\:visited\:pl-40:visited {
    padding-left: 10rem;
  }

  .sm\:visited\:pt-48:visited {
    padding-top: 12rem;
  }

  .sm\:visited\:pr-48:visited {
    padding-right: 12rem;
  }

  .sm\:visited\:pb-48:visited {
    padding-bottom: 12rem;
  }

  .sm\:visited\:pl-48:visited {
    padding-left: 12rem;
  }

  .sm\:visited\:pt-56:visited {
    padding-top: 14rem;
  }

  .sm\:visited\:pr-56:visited {
    padding-right: 14rem;
  }

  .sm\:visited\:pb-56:visited {
    padding-bottom: 14rem;
  }

  .sm\:visited\:pl-56:visited {
    padding-left: 14rem;
  }

  .sm\:visited\:pt-64:visited {
    padding-top: 16rem;
  }

  .sm\:visited\:pr-64:visited {
    padding-right: 16rem;
  }

  .sm\:visited\:pb-64:visited {
    padding-bottom: 16rem;
  }

  .sm\:visited\:pl-64:visited {
    padding-left: 16rem;
  }

  .sm\:visited\:pt-px:visited {
    padding-top: 1px;
  }

  .sm\:visited\:pr-px:visited {
    padding-right: 1px;
  }

  .sm\:visited\:pb-px:visited {
    padding-bottom: 1px;
  }

  .sm\:visited\:pl-px:visited {
    padding-left: 1px;
  }

  .sm\:disabled\:p-0:disabled {
    padding: 0;
  }

  .sm\:disabled\:p-1:disabled {
    padding: 0.25rem;
  }

  .sm\:disabled\:p-2:disabled {
    padding: 0.5rem;
  }

  .sm\:disabled\:p-3:disabled {
    padding: 0.75rem;
  }

  .sm\:disabled\:p-4:disabled {
    padding: 1rem;
  }

  .sm\:disabled\:p-5:disabled {
    padding: 1.25rem;
  }

  .sm\:disabled\:p-6:disabled {
    padding: 1.5rem;
  }

  .sm\:disabled\:p-8:disabled {
    padding: 2rem;
  }

  .sm\:disabled\:p-10:disabled {
    padding: 2.5rem;
  }

  .sm\:disabled\:p-12:disabled {
    padding: 3rem;
  }

  .sm\:disabled\:p-16:disabled {
    padding: 4rem;
  }

  .sm\:disabled\:p-20:disabled {
    padding: 5rem;
  }

  .sm\:disabled\:p-24:disabled {
    padding: 6rem;
  }

  .sm\:disabled\:p-32:disabled {
    padding: 8rem;
  }

  .sm\:disabled\:p-40:disabled {
    padding: 10rem;
  }

  .sm\:disabled\:p-48:disabled {
    padding: 12rem;
  }

  .sm\:disabled\:p-56:disabled {
    padding: 14rem;
  }

  .sm\:disabled\:p-64:disabled {
    padding: 16rem;
  }

  .sm\:disabled\:p-px:disabled {
    padding: 1px;
  }

  .sm\:disabled\:py-0:disabled {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm\:disabled\:px-0:disabled {
    padding-left: 0;
    padding-right: 0;
  }

  .sm\:disabled\:py-1:disabled {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:disabled\:px-1:disabled {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:disabled\:py-2:disabled {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:disabled\:px-2:disabled {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:disabled\:py-3:disabled {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:disabled\:px-3:disabled {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:disabled\:py-4:disabled {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:disabled\:px-4:disabled {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:disabled\:py-5:disabled {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:disabled\:px-5:disabled {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:disabled\:py-6:disabled {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:disabled\:px-6:disabled {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:disabled\:py-8:disabled {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:disabled\:px-8:disabled {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:disabled\:py-10:disabled {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:disabled\:px-10:disabled {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:disabled\:py-12:disabled {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:disabled\:px-12:disabled {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:disabled\:py-16:disabled {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:disabled\:px-16:disabled {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:disabled\:py-20:disabled {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:disabled\:px-20:disabled {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:disabled\:py-24:disabled {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:disabled\:px-24:disabled {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:disabled\:py-32:disabled {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:disabled\:px-32:disabled {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:disabled\:py-40:disabled {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:disabled\:px-40:disabled {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm\:disabled\:py-48:disabled {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm\:disabled\:px-48:disabled {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sm\:disabled\:py-56:disabled {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .sm\:disabled\:px-56:disabled {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sm\:disabled\:py-64:disabled {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm\:disabled\:px-64:disabled {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm\:disabled\:py-px:disabled {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:disabled\:px-px:disabled {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:disabled\:pt-0:disabled {
    padding-top: 0;
  }

  .sm\:disabled\:pr-0:disabled {
    padding-right: 0;
  }

  .sm\:disabled\:pb-0:disabled {
    padding-bottom: 0;
  }

  .sm\:disabled\:pl-0:disabled {
    padding-left: 0;
  }

  .sm\:disabled\:pt-1:disabled {
    padding-top: 0.25rem;
  }

  .sm\:disabled\:pr-1:disabled {
    padding-right: 0.25rem;
  }

  .sm\:disabled\:pb-1:disabled {
    padding-bottom: 0.25rem;
  }

  .sm\:disabled\:pl-1:disabled {
    padding-left: 0.25rem;
  }

  .sm\:disabled\:pt-2:disabled {
    padding-top: 0.5rem;
  }

  .sm\:disabled\:pr-2:disabled {
    padding-right: 0.5rem;
  }

  .sm\:disabled\:pb-2:disabled {
    padding-bottom: 0.5rem;
  }

  .sm\:disabled\:pl-2:disabled {
    padding-left: 0.5rem;
  }

  .sm\:disabled\:pt-3:disabled {
    padding-top: 0.75rem;
  }

  .sm\:disabled\:pr-3:disabled {
    padding-right: 0.75rem;
  }

  .sm\:disabled\:pb-3:disabled {
    padding-bottom: 0.75rem;
  }

  .sm\:disabled\:pl-3:disabled {
    padding-left: 0.75rem;
  }

  .sm\:disabled\:pt-4:disabled {
    padding-top: 1rem;
  }

  .sm\:disabled\:pr-4:disabled {
    padding-right: 1rem;
  }

  .sm\:disabled\:pb-4:disabled {
    padding-bottom: 1rem;
  }

  .sm\:disabled\:pl-4:disabled {
    padding-left: 1rem;
  }

  .sm\:disabled\:pt-5:disabled {
    padding-top: 1.25rem;
  }

  .sm\:disabled\:pr-5:disabled {
    padding-right: 1.25rem;
  }

  .sm\:disabled\:pb-5:disabled {
    padding-bottom: 1.25rem;
  }

  .sm\:disabled\:pl-5:disabled {
    padding-left: 1.25rem;
  }

  .sm\:disabled\:pt-6:disabled {
    padding-top: 1.5rem;
  }

  .sm\:disabled\:pr-6:disabled {
    padding-right: 1.5rem;
  }

  .sm\:disabled\:pb-6:disabled {
    padding-bottom: 1.5rem;
  }

  .sm\:disabled\:pl-6:disabled {
    padding-left: 1.5rem;
  }

  .sm\:disabled\:pt-8:disabled {
    padding-top: 2rem;
  }

  .sm\:disabled\:pr-8:disabled {
    padding-right: 2rem;
  }

  .sm\:disabled\:pb-8:disabled {
    padding-bottom: 2rem;
  }

  .sm\:disabled\:pl-8:disabled {
    padding-left: 2rem;
  }

  .sm\:disabled\:pt-10:disabled {
    padding-top: 2.5rem;
  }

  .sm\:disabled\:pr-10:disabled {
    padding-right: 2.5rem;
  }

  .sm\:disabled\:pb-10:disabled {
    padding-bottom: 2.5rem;
  }

  .sm\:disabled\:pl-10:disabled {
    padding-left: 2.5rem;
  }

  .sm\:disabled\:pt-12:disabled {
    padding-top: 3rem;
  }

  .sm\:disabled\:pr-12:disabled {
    padding-right: 3rem;
  }

  .sm\:disabled\:pb-12:disabled {
    padding-bottom: 3rem;
  }

  .sm\:disabled\:pl-12:disabled {
    padding-left: 3rem;
  }

  .sm\:disabled\:pt-16:disabled {
    padding-top: 4rem;
  }

  .sm\:disabled\:pr-16:disabled {
    padding-right: 4rem;
  }

  .sm\:disabled\:pb-16:disabled {
    padding-bottom: 4rem;
  }

  .sm\:disabled\:pl-16:disabled {
    padding-left: 4rem;
  }

  .sm\:disabled\:pt-20:disabled {
    padding-top: 5rem;
  }

  .sm\:disabled\:pr-20:disabled {
    padding-right: 5rem;
  }

  .sm\:disabled\:pb-20:disabled {
    padding-bottom: 5rem;
  }

  .sm\:disabled\:pl-20:disabled {
    padding-left: 5rem;
  }

  .sm\:disabled\:pt-24:disabled {
    padding-top: 6rem;
  }

  .sm\:disabled\:pr-24:disabled {
    padding-right: 6rem;
  }

  .sm\:disabled\:pb-24:disabled {
    padding-bottom: 6rem;
  }

  .sm\:disabled\:pl-24:disabled {
    padding-left: 6rem;
  }

  .sm\:disabled\:pt-32:disabled {
    padding-top: 8rem;
  }

  .sm\:disabled\:pr-32:disabled {
    padding-right: 8rem;
  }

  .sm\:disabled\:pb-32:disabled {
    padding-bottom: 8rem;
  }

  .sm\:disabled\:pl-32:disabled {
    padding-left: 8rem;
  }

  .sm\:disabled\:pt-40:disabled {
    padding-top: 10rem;
  }

  .sm\:disabled\:pr-40:disabled {
    padding-right: 10rem;
  }

  .sm\:disabled\:pb-40:disabled {
    padding-bottom: 10rem;
  }

  .sm\:disabled\:pl-40:disabled {
    padding-left: 10rem;
  }

  .sm\:disabled\:pt-48:disabled {
    padding-top: 12rem;
  }

  .sm\:disabled\:pr-48:disabled {
    padding-right: 12rem;
  }

  .sm\:disabled\:pb-48:disabled {
    padding-bottom: 12rem;
  }

  .sm\:disabled\:pl-48:disabled {
    padding-left: 12rem;
  }

  .sm\:disabled\:pt-56:disabled {
    padding-top: 14rem;
  }

  .sm\:disabled\:pr-56:disabled {
    padding-right: 14rem;
  }

  .sm\:disabled\:pb-56:disabled {
    padding-bottom: 14rem;
  }

  .sm\:disabled\:pl-56:disabled {
    padding-left: 14rem;
  }

  .sm\:disabled\:pt-64:disabled {
    padding-top: 16rem;
  }

  .sm\:disabled\:pr-64:disabled {
    padding-right: 16rem;
  }

  .sm\:disabled\:pb-64:disabled {
    padding-bottom: 16rem;
  }

  .sm\:disabled\:pl-64:disabled {
    padding-left: 16rem;
  }

  .sm\:disabled\:pt-px:disabled {
    padding-top: 1px;
  }

  .sm\:disabled\:pr-px:disabled {
    padding-right: 1px;
  }

  .sm\:disabled\:pb-px:disabled {
    padding-bottom: 1px;
  }

  .sm\:disabled\:pl-px:disabled {
    padding-left: 1px;
  }

  .sm\:placeholder-transparent::-webkit-input-placeholder {
    color: transparent;
  }

  .sm\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .sm\:placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .sm\:placeholder-transparent::-ms-input-placeholder {
    color: transparent;
  }

  .sm\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .sm\:placeholder-black::-webkit-input-placeholder {
    color: #000;
  }

  .sm\:placeholder-black::-moz-placeholder {
    color: #000;
  }

  .sm\:placeholder-black:-ms-input-placeholder {
    color: #000;
  }

  .sm\:placeholder-black::-ms-input-placeholder {
    color: #000;
  }

  .sm\:placeholder-black::placeholder {
    color: #000;
  }

  .sm\:placeholder-white::-webkit-input-placeholder {
    color: #fff;
  }

  .sm\:placeholder-white::-moz-placeholder {
    color: #fff;
  }

  .sm\:placeholder-white:-ms-input-placeholder {
    color: #fff;
  }

  .sm\:placeholder-white::-ms-input-placeholder {
    color: #fff;
  }

  .sm\:placeholder-white::placeholder {
    color: #fff;
  }

  .sm\:placeholder-gray-100::-webkit-input-placeholder {
    color: #f7fafc;
  }

  .sm\:placeholder-gray-100::-moz-placeholder {
    color: #f7fafc;
  }

  .sm\:placeholder-gray-100:-ms-input-placeholder {
    color: #f7fafc;
  }

  .sm\:placeholder-gray-100::-ms-input-placeholder {
    color: #f7fafc;
  }

  .sm\:placeholder-gray-100::placeholder {
    color: #f7fafc;
  }

  .sm\:placeholder-gray-200::-webkit-input-placeholder {
    color: #edf2f7;
  }

  .sm\:placeholder-gray-200::-moz-placeholder {
    color: #edf2f7;
  }

  .sm\:placeholder-gray-200:-ms-input-placeholder {
    color: #edf2f7;
  }

  .sm\:placeholder-gray-200::-ms-input-placeholder {
    color: #edf2f7;
  }

  .sm\:placeholder-gray-200::placeholder {
    color: #edf2f7;
  }

  .sm\:placeholder-gray-300::-webkit-input-placeholder {
    color: #e2e8f0;
  }

  .sm\:placeholder-gray-300::-moz-placeholder {
    color: #e2e8f0;
  }

  .sm\:placeholder-gray-300:-ms-input-placeholder {
    color: #e2e8f0;
  }

  .sm\:placeholder-gray-300::-ms-input-placeholder {
    color: #e2e8f0;
  }

  .sm\:placeholder-gray-300::placeholder {
    color: #e2e8f0;
  }

  .sm\:placeholder-gray-400::-webkit-input-placeholder {
    color: #cbd5e0;
  }

  .sm\:placeholder-gray-400::-moz-placeholder {
    color: #cbd5e0;
  }

  .sm\:placeholder-gray-400:-ms-input-placeholder {
    color: #cbd5e0;
  }

  .sm\:placeholder-gray-400::-ms-input-placeholder {
    color: #cbd5e0;
  }

  .sm\:placeholder-gray-400::placeholder {
    color: #cbd5e0;
  }

  .sm\:placeholder-gray-500::-webkit-input-placeholder {
    color: #a0aec0;
  }

  .sm\:placeholder-gray-500::-moz-placeholder {
    color: #a0aec0;
  }

  .sm\:placeholder-gray-500:-ms-input-placeholder {
    color: #a0aec0;
  }

  .sm\:placeholder-gray-500::-ms-input-placeholder {
    color: #a0aec0;
  }

  .sm\:placeholder-gray-500::placeholder {
    color: #a0aec0;
  }

  .sm\:placeholder-gray-600::-webkit-input-placeholder {
    color: #718096;
  }

  .sm\:placeholder-gray-600::-moz-placeholder {
    color: #718096;
  }

  .sm\:placeholder-gray-600:-ms-input-placeholder {
    color: #718096;
  }

  .sm\:placeholder-gray-600::-ms-input-placeholder {
    color: #718096;
  }

  .sm\:placeholder-gray-600::placeholder {
    color: #718096;
  }

  .sm\:placeholder-gray-700::-webkit-input-placeholder {
    color: #4a5568;
  }

  .sm\:placeholder-gray-700::-moz-placeholder {
    color: #4a5568;
  }

  .sm\:placeholder-gray-700:-ms-input-placeholder {
    color: #4a5568;
  }

  .sm\:placeholder-gray-700::-ms-input-placeholder {
    color: #4a5568;
  }

  .sm\:placeholder-gray-700::placeholder {
    color: #4a5568;
  }

  .sm\:placeholder-gray-800::-webkit-input-placeholder {
    color: #2d3748;
  }

  .sm\:placeholder-gray-800::-moz-placeholder {
    color: #2d3748;
  }

  .sm\:placeholder-gray-800:-ms-input-placeholder {
    color: #2d3748;
  }

  .sm\:placeholder-gray-800::-ms-input-placeholder {
    color: #2d3748;
  }

  .sm\:placeholder-gray-800::placeholder {
    color: #2d3748;
  }

  .sm\:placeholder-gray-900::-webkit-input-placeholder {
    color: #1a202c;
  }

  .sm\:placeholder-gray-900::-moz-placeholder {
    color: #1a202c;
  }

  .sm\:placeholder-gray-900:-ms-input-placeholder {
    color: #1a202c;
  }

  .sm\:placeholder-gray-900::-ms-input-placeholder {
    color: #1a202c;
  }

  .sm\:placeholder-gray-900::placeholder {
    color: #1a202c;
  }

  .sm\:placeholder-red-100::-webkit-input-placeholder {
    color: #fff5f5;
  }

  .sm\:placeholder-red-100::-moz-placeholder {
    color: #fff5f5;
  }

  .sm\:placeholder-red-100:-ms-input-placeholder {
    color: #fff5f5;
  }

  .sm\:placeholder-red-100::-ms-input-placeholder {
    color: #fff5f5;
  }

  .sm\:placeholder-red-100::placeholder {
    color: #fff5f5;
  }

  .sm\:placeholder-red-200::-webkit-input-placeholder {
    color: #fed7d7;
  }

  .sm\:placeholder-red-200::-moz-placeholder {
    color: #fed7d7;
  }

  .sm\:placeholder-red-200:-ms-input-placeholder {
    color: #fed7d7;
  }

  .sm\:placeholder-red-200::-ms-input-placeholder {
    color: #fed7d7;
  }

  .sm\:placeholder-red-200::placeholder {
    color: #fed7d7;
  }

  .sm\:placeholder-red-300::-webkit-input-placeholder {
    color: #feb2b2;
  }

  .sm\:placeholder-red-300::-moz-placeholder {
    color: #feb2b2;
  }

  .sm\:placeholder-red-300:-ms-input-placeholder {
    color: #feb2b2;
  }

  .sm\:placeholder-red-300::-ms-input-placeholder {
    color: #feb2b2;
  }

  .sm\:placeholder-red-300::placeholder {
    color: #feb2b2;
  }

  .sm\:placeholder-red-400::-webkit-input-placeholder {
    color: #fc8181;
  }

  .sm\:placeholder-red-400::-moz-placeholder {
    color: #fc8181;
  }

  .sm\:placeholder-red-400:-ms-input-placeholder {
    color: #fc8181;
  }

  .sm\:placeholder-red-400::-ms-input-placeholder {
    color: #fc8181;
  }

  .sm\:placeholder-red-400::placeholder {
    color: #fc8181;
  }

  .sm\:placeholder-red-500::-webkit-input-placeholder {
    color: #f56565;
  }

  .sm\:placeholder-red-500::-moz-placeholder {
    color: #f56565;
  }

  .sm\:placeholder-red-500:-ms-input-placeholder {
    color: #f56565;
  }

  .sm\:placeholder-red-500::-ms-input-placeholder {
    color: #f56565;
  }

  .sm\:placeholder-red-500::placeholder {
    color: #f56565;
  }

  .sm\:placeholder-red-600::-webkit-input-placeholder {
    color: #e53e3e;
  }

  .sm\:placeholder-red-600::-moz-placeholder {
    color: #e53e3e;
  }

  .sm\:placeholder-red-600:-ms-input-placeholder {
    color: #e53e3e;
  }

  .sm\:placeholder-red-600::-ms-input-placeholder {
    color: #e53e3e;
  }

  .sm\:placeholder-red-600::placeholder {
    color: #e53e3e;
  }

  .sm\:placeholder-red-700::-webkit-input-placeholder {
    color: #c53030;
  }

  .sm\:placeholder-red-700::-moz-placeholder {
    color: #c53030;
  }

  .sm\:placeholder-red-700:-ms-input-placeholder {
    color: #c53030;
  }

  .sm\:placeholder-red-700::-ms-input-placeholder {
    color: #c53030;
  }

  .sm\:placeholder-red-700::placeholder {
    color: #c53030;
  }

  .sm\:placeholder-red-800::-webkit-input-placeholder {
    color: #9b2c2c;
  }

  .sm\:placeholder-red-800::-moz-placeholder {
    color: #9b2c2c;
  }

  .sm\:placeholder-red-800:-ms-input-placeholder {
    color: #9b2c2c;
  }

  .sm\:placeholder-red-800::-ms-input-placeholder {
    color: #9b2c2c;
  }

  .sm\:placeholder-red-800::placeholder {
    color: #9b2c2c;
  }

  .sm\:placeholder-red-900::-webkit-input-placeholder {
    color: #742a2a;
  }

  .sm\:placeholder-red-900::-moz-placeholder {
    color: #742a2a;
  }

  .sm\:placeholder-red-900:-ms-input-placeholder {
    color: #742a2a;
  }

  .sm\:placeholder-red-900::-ms-input-placeholder {
    color: #742a2a;
  }

  .sm\:placeholder-red-900::placeholder {
    color: #742a2a;
  }

  .sm\:placeholder-orange-100::-webkit-input-placeholder {
    color: #fffaf0;
  }

  .sm\:placeholder-orange-100::-moz-placeholder {
    color: #fffaf0;
  }

  .sm\:placeholder-orange-100:-ms-input-placeholder {
    color: #fffaf0;
  }

  .sm\:placeholder-orange-100::-ms-input-placeholder {
    color: #fffaf0;
  }

  .sm\:placeholder-orange-100::placeholder {
    color: #fffaf0;
  }

  .sm\:placeholder-orange-200::-webkit-input-placeholder {
    color: #feebc8;
  }

  .sm\:placeholder-orange-200::-moz-placeholder {
    color: #feebc8;
  }

  .sm\:placeholder-orange-200:-ms-input-placeholder {
    color: #feebc8;
  }

  .sm\:placeholder-orange-200::-ms-input-placeholder {
    color: #feebc8;
  }

  .sm\:placeholder-orange-200::placeholder {
    color: #feebc8;
  }

  .sm\:placeholder-orange-300::-webkit-input-placeholder {
    color: #fbd38d;
  }

  .sm\:placeholder-orange-300::-moz-placeholder {
    color: #fbd38d;
  }

  .sm\:placeholder-orange-300:-ms-input-placeholder {
    color: #fbd38d;
  }

  .sm\:placeholder-orange-300::-ms-input-placeholder {
    color: #fbd38d;
  }

  .sm\:placeholder-orange-300::placeholder {
    color: #fbd38d;
  }

  .sm\:placeholder-orange-400::-webkit-input-placeholder {
    color: #f6ad55;
  }

  .sm\:placeholder-orange-400::-moz-placeholder {
    color: #f6ad55;
  }

  .sm\:placeholder-orange-400:-ms-input-placeholder {
    color: #f6ad55;
  }

  .sm\:placeholder-orange-400::-ms-input-placeholder {
    color: #f6ad55;
  }

  .sm\:placeholder-orange-400::placeholder {
    color: #f6ad55;
  }

  .sm\:placeholder-orange-500::-webkit-input-placeholder {
    color: #ed8936;
  }

  .sm\:placeholder-orange-500::-moz-placeholder {
    color: #ed8936;
  }

  .sm\:placeholder-orange-500:-ms-input-placeholder {
    color: #ed8936;
  }

  .sm\:placeholder-orange-500::-ms-input-placeholder {
    color: #ed8936;
  }

  .sm\:placeholder-orange-500::placeholder {
    color: #ed8936;
  }

  .sm\:placeholder-orange-600::-webkit-input-placeholder {
    color: #dd6b20;
  }

  .sm\:placeholder-orange-600::-moz-placeholder {
    color: #dd6b20;
  }

  .sm\:placeholder-orange-600:-ms-input-placeholder {
    color: #dd6b20;
  }

  .sm\:placeholder-orange-600::-ms-input-placeholder {
    color: #dd6b20;
  }

  .sm\:placeholder-orange-600::placeholder {
    color: #dd6b20;
  }

  .sm\:placeholder-orange-700::-webkit-input-placeholder {
    color: #c05621;
  }

  .sm\:placeholder-orange-700::-moz-placeholder {
    color: #c05621;
  }

  .sm\:placeholder-orange-700:-ms-input-placeholder {
    color: #c05621;
  }

  .sm\:placeholder-orange-700::-ms-input-placeholder {
    color: #c05621;
  }

  .sm\:placeholder-orange-700::placeholder {
    color: #c05621;
  }

  .sm\:placeholder-orange-800::-webkit-input-placeholder {
    color: #9c4221;
  }

  .sm\:placeholder-orange-800::-moz-placeholder {
    color: #9c4221;
  }

  .sm\:placeholder-orange-800:-ms-input-placeholder {
    color: #9c4221;
  }

  .sm\:placeholder-orange-800::-ms-input-placeholder {
    color: #9c4221;
  }

  .sm\:placeholder-orange-800::placeholder {
    color: #9c4221;
  }

  .sm\:placeholder-orange-900::-webkit-input-placeholder {
    color: #7b341e;
  }

  .sm\:placeholder-orange-900::-moz-placeholder {
    color: #7b341e;
  }

  .sm\:placeholder-orange-900:-ms-input-placeholder {
    color: #7b341e;
  }

  .sm\:placeholder-orange-900::-ms-input-placeholder {
    color: #7b341e;
  }

  .sm\:placeholder-orange-900::placeholder {
    color: #7b341e;
  }

  .sm\:placeholder-yellow-100::-webkit-input-placeholder {
    color: #fffff0;
  }

  .sm\:placeholder-yellow-100::-moz-placeholder {
    color: #fffff0;
  }

  .sm\:placeholder-yellow-100:-ms-input-placeholder {
    color: #fffff0;
  }

  .sm\:placeholder-yellow-100::-ms-input-placeholder {
    color: #fffff0;
  }

  .sm\:placeholder-yellow-100::placeholder {
    color: #fffff0;
  }

  .sm\:placeholder-yellow-200::-webkit-input-placeholder {
    color: #fefcbf;
  }

  .sm\:placeholder-yellow-200::-moz-placeholder {
    color: #fefcbf;
  }

  .sm\:placeholder-yellow-200:-ms-input-placeholder {
    color: #fefcbf;
  }

  .sm\:placeholder-yellow-200::-ms-input-placeholder {
    color: #fefcbf;
  }

  .sm\:placeholder-yellow-200::placeholder {
    color: #fefcbf;
  }

  .sm\:placeholder-yellow-300::-webkit-input-placeholder {
    color: #faf089;
  }

  .sm\:placeholder-yellow-300::-moz-placeholder {
    color: #faf089;
  }

  .sm\:placeholder-yellow-300:-ms-input-placeholder {
    color: #faf089;
  }

  .sm\:placeholder-yellow-300::-ms-input-placeholder {
    color: #faf089;
  }

  .sm\:placeholder-yellow-300::placeholder {
    color: #faf089;
  }

  .sm\:placeholder-yellow-400::-webkit-input-placeholder {
    color: #f6e05e;
  }

  .sm\:placeholder-yellow-400::-moz-placeholder {
    color: #f6e05e;
  }

  .sm\:placeholder-yellow-400:-ms-input-placeholder {
    color: #f6e05e;
  }

  .sm\:placeholder-yellow-400::-ms-input-placeholder {
    color: #f6e05e;
  }

  .sm\:placeholder-yellow-400::placeholder {
    color: #f6e05e;
  }

  .sm\:placeholder-yellow-500::-webkit-input-placeholder {
    color: #ecc94b;
  }

  .sm\:placeholder-yellow-500::-moz-placeholder {
    color: #ecc94b;
  }

  .sm\:placeholder-yellow-500:-ms-input-placeholder {
    color: #ecc94b;
  }

  .sm\:placeholder-yellow-500::-ms-input-placeholder {
    color: #ecc94b;
  }

  .sm\:placeholder-yellow-500::placeholder {
    color: #ecc94b;
  }

  .sm\:placeholder-yellow-600::-webkit-input-placeholder {
    color: #d69e2e;
  }

  .sm\:placeholder-yellow-600::-moz-placeholder {
    color: #d69e2e;
  }

  .sm\:placeholder-yellow-600:-ms-input-placeholder {
    color: #d69e2e;
  }

  .sm\:placeholder-yellow-600::-ms-input-placeholder {
    color: #d69e2e;
  }

  .sm\:placeholder-yellow-600::placeholder {
    color: #d69e2e;
  }

  .sm\:placeholder-yellow-700::-webkit-input-placeholder {
    color: #b7791f;
  }

  .sm\:placeholder-yellow-700::-moz-placeholder {
    color: #b7791f;
  }

  .sm\:placeholder-yellow-700:-ms-input-placeholder {
    color: #b7791f;
  }

  .sm\:placeholder-yellow-700::-ms-input-placeholder {
    color: #b7791f;
  }

  .sm\:placeholder-yellow-700::placeholder {
    color: #b7791f;
  }

  .sm\:placeholder-yellow-800::-webkit-input-placeholder {
    color: #975a16;
  }

  .sm\:placeholder-yellow-800::-moz-placeholder {
    color: #975a16;
  }

  .sm\:placeholder-yellow-800:-ms-input-placeholder {
    color: #975a16;
  }

  .sm\:placeholder-yellow-800::-ms-input-placeholder {
    color: #975a16;
  }

  .sm\:placeholder-yellow-800::placeholder {
    color: #975a16;
  }

  .sm\:placeholder-yellow-900::-webkit-input-placeholder {
    color: #744210;
  }

  .sm\:placeholder-yellow-900::-moz-placeholder {
    color: #744210;
  }

  .sm\:placeholder-yellow-900:-ms-input-placeholder {
    color: #744210;
  }

  .sm\:placeholder-yellow-900::-ms-input-placeholder {
    color: #744210;
  }

  .sm\:placeholder-yellow-900::placeholder {
    color: #744210;
  }

  .sm\:placeholder-green-100::-webkit-input-placeholder {
    color: #f0fff4;
  }

  .sm\:placeholder-green-100::-moz-placeholder {
    color: #f0fff4;
  }

  .sm\:placeholder-green-100:-ms-input-placeholder {
    color: #f0fff4;
  }

  .sm\:placeholder-green-100::-ms-input-placeholder {
    color: #f0fff4;
  }

  .sm\:placeholder-green-100::placeholder {
    color: #f0fff4;
  }

  .sm\:placeholder-green-200::-webkit-input-placeholder {
    color: #c6f6d5;
  }

  .sm\:placeholder-green-200::-moz-placeholder {
    color: #c6f6d5;
  }

  .sm\:placeholder-green-200:-ms-input-placeholder {
    color: #c6f6d5;
  }

  .sm\:placeholder-green-200::-ms-input-placeholder {
    color: #c6f6d5;
  }

  .sm\:placeholder-green-200::placeholder {
    color: #c6f6d5;
  }

  .sm\:placeholder-green-300::-webkit-input-placeholder {
    color: #9ae6b4;
  }

  .sm\:placeholder-green-300::-moz-placeholder {
    color: #9ae6b4;
  }

  .sm\:placeholder-green-300:-ms-input-placeholder {
    color: #9ae6b4;
  }

  .sm\:placeholder-green-300::-ms-input-placeholder {
    color: #9ae6b4;
  }

  .sm\:placeholder-green-300::placeholder {
    color: #9ae6b4;
  }

  .sm\:placeholder-green-400::-webkit-input-placeholder {
    color: #68d391;
  }

  .sm\:placeholder-green-400::-moz-placeholder {
    color: #68d391;
  }

  .sm\:placeholder-green-400:-ms-input-placeholder {
    color: #68d391;
  }

  .sm\:placeholder-green-400::-ms-input-placeholder {
    color: #68d391;
  }

  .sm\:placeholder-green-400::placeholder {
    color: #68d391;
  }

  .sm\:placeholder-green-500::-webkit-input-placeholder {
    color: #48bb78;
  }

  .sm\:placeholder-green-500::-moz-placeholder {
    color: #48bb78;
  }

  .sm\:placeholder-green-500:-ms-input-placeholder {
    color: #48bb78;
  }

  .sm\:placeholder-green-500::-ms-input-placeholder {
    color: #48bb78;
  }

  .sm\:placeholder-green-500::placeholder {
    color: #48bb78;
  }

  .sm\:placeholder-green-600::-webkit-input-placeholder {
    color: #38a169;
  }

  .sm\:placeholder-green-600::-moz-placeholder {
    color: #38a169;
  }

  .sm\:placeholder-green-600:-ms-input-placeholder {
    color: #38a169;
  }

  .sm\:placeholder-green-600::-ms-input-placeholder {
    color: #38a169;
  }

  .sm\:placeholder-green-600::placeholder {
    color: #38a169;
  }

  .sm\:placeholder-green-700::-webkit-input-placeholder {
    color: #2f855a;
  }

  .sm\:placeholder-green-700::-moz-placeholder {
    color: #2f855a;
  }

  .sm\:placeholder-green-700:-ms-input-placeholder {
    color: #2f855a;
  }

  .sm\:placeholder-green-700::-ms-input-placeholder {
    color: #2f855a;
  }

  .sm\:placeholder-green-700::placeholder {
    color: #2f855a;
  }

  .sm\:placeholder-green-800::-webkit-input-placeholder {
    color: #276749;
  }

  .sm\:placeholder-green-800::-moz-placeholder {
    color: #276749;
  }

  .sm\:placeholder-green-800:-ms-input-placeholder {
    color: #276749;
  }

  .sm\:placeholder-green-800::-ms-input-placeholder {
    color: #276749;
  }

  .sm\:placeholder-green-800::placeholder {
    color: #276749;
  }

  .sm\:placeholder-green-900::-webkit-input-placeholder {
    color: #22543d;
  }

  .sm\:placeholder-green-900::-moz-placeholder {
    color: #22543d;
  }

  .sm\:placeholder-green-900:-ms-input-placeholder {
    color: #22543d;
  }

  .sm\:placeholder-green-900::-ms-input-placeholder {
    color: #22543d;
  }

  .sm\:placeholder-green-900::placeholder {
    color: #22543d;
  }

  .sm\:placeholder-teal-100::-webkit-input-placeholder {
    color: #e6fffa;
  }

  .sm\:placeholder-teal-100::-moz-placeholder {
    color: #e6fffa;
  }

  .sm\:placeholder-teal-100:-ms-input-placeholder {
    color: #e6fffa;
  }

  .sm\:placeholder-teal-100::-ms-input-placeholder {
    color: #e6fffa;
  }

  .sm\:placeholder-teal-100::placeholder {
    color: #e6fffa;
  }

  .sm\:placeholder-teal-200::-webkit-input-placeholder {
    color: #b2f5ea;
  }

  .sm\:placeholder-teal-200::-moz-placeholder {
    color: #b2f5ea;
  }

  .sm\:placeholder-teal-200:-ms-input-placeholder {
    color: #b2f5ea;
  }

  .sm\:placeholder-teal-200::-ms-input-placeholder {
    color: #b2f5ea;
  }

  .sm\:placeholder-teal-200::placeholder {
    color: #b2f5ea;
  }

  .sm\:placeholder-teal-300::-webkit-input-placeholder {
    color: #81e6d9;
  }

  .sm\:placeholder-teal-300::-moz-placeholder {
    color: #81e6d9;
  }

  .sm\:placeholder-teal-300:-ms-input-placeholder {
    color: #81e6d9;
  }

  .sm\:placeholder-teal-300::-ms-input-placeholder {
    color: #81e6d9;
  }

  .sm\:placeholder-teal-300::placeholder {
    color: #81e6d9;
  }

  .sm\:placeholder-teal-400::-webkit-input-placeholder {
    color: #4fd1c5;
  }

  .sm\:placeholder-teal-400::-moz-placeholder {
    color: #4fd1c5;
  }

  .sm\:placeholder-teal-400:-ms-input-placeholder {
    color: #4fd1c5;
  }

  .sm\:placeholder-teal-400::-ms-input-placeholder {
    color: #4fd1c5;
  }

  .sm\:placeholder-teal-400::placeholder {
    color: #4fd1c5;
  }

  .sm\:placeholder-teal-500::-webkit-input-placeholder {
    color: #38b2ac;
  }

  .sm\:placeholder-teal-500::-moz-placeholder {
    color: #38b2ac;
  }

  .sm\:placeholder-teal-500:-ms-input-placeholder {
    color: #38b2ac;
  }

  .sm\:placeholder-teal-500::-ms-input-placeholder {
    color: #38b2ac;
  }

  .sm\:placeholder-teal-500::placeholder {
    color: #38b2ac;
  }

  .sm\:placeholder-teal-600::-webkit-input-placeholder {
    color: #319795;
  }

  .sm\:placeholder-teal-600::-moz-placeholder {
    color: #319795;
  }

  .sm\:placeholder-teal-600:-ms-input-placeholder {
    color: #319795;
  }

  .sm\:placeholder-teal-600::-ms-input-placeholder {
    color: #319795;
  }

  .sm\:placeholder-teal-600::placeholder {
    color: #319795;
  }

  .sm\:placeholder-teal-700::-webkit-input-placeholder {
    color: #2c7a7b;
  }

  .sm\:placeholder-teal-700::-moz-placeholder {
    color: #2c7a7b;
  }

  .sm\:placeholder-teal-700:-ms-input-placeholder {
    color: #2c7a7b;
  }

  .sm\:placeholder-teal-700::-ms-input-placeholder {
    color: #2c7a7b;
  }

  .sm\:placeholder-teal-700::placeholder {
    color: #2c7a7b;
  }

  .sm\:placeholder-teal-800::-webkit-input-placeholder {
    color: #285e61;
  }

  .sm\:placeholder-teal-800::-moz-placeholder {
    color: #285e61;
  }

  .sm\:placeholder-teal-800:-ms-input-placeholder {
    color: #285e61;
  }

  .sm\:placeholder-teal-800::-ms-input-placeholder {
    color: #285e61;
  }

  .sm\:placeholder-teal-800::placeholder {
    color: #285e61;
  }

  .sm\:placeholder-teal-900::-webkit-input-placeholder {
    color: #234e52;
  }

  .sm\:placeholder-teal-900::-moz-placeholder {
    color: #234e52;
  }

  .sm\:placeholder-teal-900:-ms-input-placeholder {
    color: #234e52;
  }

  .sm\:placeholder-teal-900::-ms-input-placeholder {
    color: #234e52;
  }

  .sm\:placeholder-teal-900::placeholder {
    color: #234e52;
  }

  .sm\:placeholder-blue-100::-webkit-input-placeholder {
    color: #ebf8ff;
  }

  .sm\:placeholder-blue-100::-moz-placeholder {
    color: #ebf8ff;
  }

  .sm\:placeholder-blue-100:-ms-input-placeholder {
    color: #ebf8ff;
  }

  .sm\:placeholder-blue-100::-ms-input-placeholder {
    color: #ebf8ff;
  }

  .sm\:placeholder-blue-100::placeholder {
    color: #ebf8ff;
  }

  .sm\:placeholder-blue-200::-webkit-input-placeholder {
    color: #bee3f8;
  }

  .sm\:placeholder-blue-200::-moz-placeholder {
    color: #bee3f8;
  }

  .sm\:placeholder-blue-200:-ms-input-placeholder {
    color: #bee3f8;
  }

  .sm\:placeholder-blue-200::-ms-input-placeholder {
    color: #bee3f8;
  }

  .sm\:placeholder-blue-200::placeholder {
    color: #bee3f8;
  }

  .sm\:placeholder-blue-300::-webkit-input-placeholder {
    color: #90cdf4;
  }

  .sm\:placeholder-blue-300::-moz-placeholder {
    color: #90cdf4;
  }

  .sm\:placeholder-blue-300:-ms-input-placeholder {
    color: #90cdf4;
  }

  .sm\:placeholder-blue-300::-ms-input-placeholder {
    color: #90cdf4;
  }

  .sm\:placeholder-blue-300::placeholder {
    color: #90cdf4;
  }

  .sm\:placeholder-blue-400::-webkit-input-placeholder {
    color: #63b3ed;
  }

  .sm\:placeholder-blue-400::-moz-placeholder {
    color: #63b3ed;
  }

  .sm\:placeholder-blue-400:-ms-input-placeholder {
    color: #63b3ed;
  }

  .sm\:placeholder-blue-400::-ms-input-placeholder {
    color: #63b3ed;
  }

  .sm\:placeholder-blue-400::placeholder {
    color: #63b3ed;
  }

  .sm\:placeholder-blue-500::-webkit-input-placeholder {
    color: #4299e1;
  }

  .sm\:placeholder-blue-500::-moz-placeholder {
    color: #4299e1;
  }

  .sm\:placeholder-blue-500:-ms-input-placeholder {
    color: #4299e1;
  }

  .sm\:placeholder-blue-500::-ms-input-placeholder {
    color: #4299e1;
  }

  .sm\:placeholder-blue-500::placeholder {
    color: #4299e1;
  }

  .sm\:placeholder-blue-600::-webkit-input-placeholder {
    color: #3182ce;
  }

  .sm\:placeholder-blue-600::-moz-placeholder {
    color: #3182ce;
  }

  .sm\:placeholder-blue-600:-ms-input-placeholder {
    color: #3182ce;
  }

  .sm\:placeholder-blue-600::-ms-input-placeholder {
    color: #3182ce;
  }

  .sm\:placeholder-blue-600::placeholder {
    color: #3182ce;
  }

  .sm\:placeholder-blue-700::-webkit-input-placeholder {
    color: #2b6cb0;
  }

  .sm\:placeholder-blue-700::-moz-placeholder {
    color: #2b6cb0;
  }

  .sm\:placeholder-blue-700:-ms-input-placeholder {
    color: #2b6cb0;
  }

  .sm\:placeholder-blue-700::-ms-input-placeholder {
    color: #2b6cb0;
  }

  .sm\:placeholder-blue-700::placeholder {
    color: #2b6cb0;
  }

  .sm\:placeholder-blue-800::-webkit-input-placeholder {
    color: #2c5282;
  }

  .sm\:placeholder-blue-800::-moz-placeholder {
    color: #2c5282;
  }

  .sm\:placeholder-blue-800:-ms-input-placeholder {
    color: #2c5282;
  }

  .sm\:placeholder-blue-800::-ms-input-placeholder {
    color: #2c5282;
  }

  .sm\:placeholder-blue-800::placeholder {
    color: #2c5282;
  }

  .sm\:placeholder-blue-900::-webkit-input-placeholder {
    color: #2a4365;
  }

  .sm\:placeholder-blue-900::-moz-placeholder {
    color: #2a4365;
  }

  .sm\:placeholder-blue-900:-ms-input-placeholder {
    color: #2a4365;
  }

  .sm\:placeholder-blue-900::-ms-input-placeholder {
    color: #2a4365;
  }

  .sm\:placeholder-blue-900::placeholder {
    color: #2a4365;
  }

  .sm\:placeholder-indigo-100::-webkit-input-placeholder {
    color: #ebf4ff;
  }

  .sm\:placeholder-indigo-100::-moz-placeholder {
    color: #ebf4ff;
  }

  .sm\:placeholder-indigo-100:-ms-input-placeholder {
    color: #ebf4ff;
  }

  .sm\:placeholder-indigo-100::-ms-input-placeholder {
    color: #ebf4ff;
  }

  .sm\:placeholder-indigo-100::placeholder {
    color: #ebf4ff;
  }

  .sm\:placeholder-indigo-200::-webkit-input-placeholder {
    color: #c3dafe;
  }

  .sm\:placeholder-indigo-200::-moz-placeholder {
    color: #c3dafe;
  }

  .sm\:placeholder-indigo-200:-ms-input-placeholder {
    color: #c3dafe;
  }

  .sm\:placeholder-indigo-200::-ms-input-placeholder {
    color: #c3dafe;
  }

  .sm\:placeholder-indigo-200::placeholder {
    color: #c3dafe;
  }

  .sm\:placeholder-indigo-300::-webkit-input-placeholder {
    color: #a3bffa;
  }

  .sm\:placeholder-indigo-300::-moz-placeholder {
    color: #a3bffa;
  }

  .sm\:placeholder-indigo-300:-ms-input-placeholder {
    color: #a3bffa;
  }

  .sm\:placeholder-indigo-300::-ms-input-placeholder {
    color: #a3bffa;
  }

  .sm\:placeholder-indigo-300::placeholder {
    color: #a3bffa;
  }

  .sm\:placeholder-indigo-400::-webkit-input-placeholder {
    color: #7f9cf5;
  }

  .sm\:placeholder-indigo-400::-moz-placeholder {
    color: #7f9cf5;
  }

  .sm\:placeholder-indigo-400:-ms-input-placeholder {
    color: #7f9cf5;
  }

  .sm\:placeholder-indigo-400::-ms-input-placeholder {
    color: #7f9cf5;
  }

  .sm\:placeholder-indigo-400::placeholder {
    color: #7f9cf5;
  }

  .sm\:placeholder-indigo-500::-webkit-input-placeholder {
    color: #667eea;
  }

  .sm\:placeholder-indigo-500::-moz-placeholder {
    color: #667eea;
  }

  .sm\:placeholder-indigo-500:-ms-input-placeholder {
    color: #667eea;
  }

  .sm\:placeholder-indigo-500::-ms-input-placeholder {
    color: #667eea;
  }

  .sm\:placeholder-indigo-500::placeholder {
    color: #667eea;
  }

  .sm\:placeholder-indigo-600::-webkit-input-placeholder {
    color: #5a67d8;
  }

  .sm\:placeholder-indigo-600::-moz-placeholder {
    color: #5a67d8;
  }

  .sm\:placeholder-indigo-600:-ms-input-placeholder {
    color: #5a67d8;
  }

  .sm\:placeholder-indigo-600::-ms-input-placeholder {
    color: #5a67d8;
  }

  .sm\:placeholder-indigo-600::placeholder {
    color: #5a67d8;
  }

  .sm\:placeholder-indigo-700::-webkit-input-placeholder {
    color: #4c51bf;
  }

  .sm\:placeholder-indigo-700::-moz-placeholder {
    color: #4c51bf;
  }

  .sm\:placeholder-indigo-700:-ms-input-placeholder {
    color: #4c51bf;
  }

  .sm\:placeholder-indigo-700::-ms-input-placeholder {
    color: #4c51bf;
  }

  .sm\:placeholder-indigo-700::placeholder {
    color: #4c51bf;
  }

  .sm\:placeholder-indigo-800::-webkit-input-placeholder {
    color: #434190;
  }

  .sm\:placeholder-indigo-800::-moz-placeholder {
    color: #434190;
  }

  .sm\:placeholder-indigo-800:-ms-input-placeholder {
    color: #434190;
  }

  .sm\:placeholder-indigo-800::-ms-input-placeholder {
    color: #434190;
  }

  .sm\:placeholder-indigo-800::placeholder {
    color: #434190;
  }

  .sm\:placeholder-indigo-900::-webkit-input-placeholder {
    color: #3c366b;
  }

  .sm\:placeholder-indigo-900::-moz-placeholder {
    color: #3c366b;
  }

  .sm\:placeholder-indigo-900:-ms-input-placeholder {
    color: #3c366b;
  }

  .sm\:placeholder-indigo-900::-ms-input-placeholder {
    color: #3c366b;
  }

  .sm\:placeholder-indigo-900::placeholder {
    color: #3c366b;
  }

  .sm\:placeholder-purple-100::-webkit-input-placeholder {
    color: #faf5ff;
  }

  .sm\:placeholder-purple-100::-moz-placeholder {
    color: #faf5ff;
  }

  .sm\:placeholder-purple-100:-ms-input-placeholder {
    color: #faf5ff;
  }

  .sm\:placeholder-purple-100::-ms-input-placeholder {
    color: #faf5ff;
  }

  .sm\:placeholder-purple-100::placeholder {
    color: #faf5ff;
  }

  .sm\:placeholder-purple-200::-webkit-input-placeholder {
    color: #e9d8fd;
  }

  .sm\:placeholder-purple-200::-moz-placeholder {
    color: #e9d8fd;
  }

  .sm\:placeholder-purple-200:-ms-input-placeholder {
    color: #e9d8fd;
  }

  .sm\:placeholder-purple-200::-ms-input-placeholder {
    color: #e9d8fd;
  }

  .sm\:placeholder-purple-200::placeholder {
    color: #e9d8fd;
  }

  .sm\:placeholder-purple-300::-webkit-input-placeholder {
    color: #d6bcfa;
  }

  .sm\:placeholder-purple-300::-moz-placeholder {
    color: #d6bcfa;
  }

  .sm\:placeholder-purple-300:-ms-input-placeholder {
    color: #d6bcfa;
  }

  .sm\:placeholder-purple-300::-ms-input-placeholder {
    color: #d6bcfa;
  }

  .sm\:placeholder-purple-300::placeholder {
    color: #d6bcfa;
  }

  .sm\:placeholder-purple-400::-webkit-input-placeholder {
    color: #b794f4;
  }

  .sm\:placeholder-purple-400::-moz-placeholder {
    color: #b794f4;
  }

  .sm\:placeholder-purple-400:-ms-input-placeholder {
    color: #b794f4;
  }

  .sm\:placeholder-purple-400::-ms-input-placeholder {
    color: #b794f4;
  }

  .sm\:placeholder-purple-400::placeholder {
    color: #b794f4;
  }

  .sm\:placeholder-purple-500::-webkit-input-placeholder {
    color: #9f7aea;
  }

  .sm\:placeholder-purple-500::-moz-placeholder {
    color: #9f7aea;
  }

  .sm\:placeholder-purple-500:-ms-input-placeholder {
    color: #9f7aea;
  }

  .sm\:placeholder-purple-500::-ms-input-placeholder {
    color: #9f7aea;
  }

  .sm\:placeholder-purple-500::placeholder {
    color: #9f7aea;
  }

  .sm\:placeholder-purple-600::-webkit-input-placeholder {
    color: #805ad5;
  }

  .sm\:placeholder-purple-600::-moz-placeholder {
    color: #805ad5;
  }

  .sm\:placeholder-purple-600:-ms-input-placeholder {
    color: #805ad5;
  }

  .sm\:placeholder-purple-600::-ms-input-placeholder {
    color: #805ad5;
  }

  .sm\:placeholder-purple-600::placeholder {
    color: #805ad5;
  }

  .sm\:placeholder-purple-700::-webkit-input-placeholder {
    color: #6b46c1;
  }

  .sm\:placeholder-purple-700::-moz-placeholder {
    color: #6b46c1;
  }

  .sm\:placeholder-purple-700:-ms-input-placeholder {
    color: #6b46c1;
  }

  .sm\:placeholder-purple-700::-ms-input-placeholder {
    color: #6b46c1;
  }

  .sm\:placeholder-purple-700::placeholder {
    color: #6b46c1;
  }

  .sm\:placeholder-purple-800::-webkit-input-placeholder {
    color: #553c9a;
  }

  .sm\:placeholder-purple-800::-moz-placeholder {
    color: #553c9a;
  }

  .sm\:placeholder-purple-800:-ms-input-placeholder {
    color: #553c9a;
  }

  .sm\:placeholder-purple-800::-ms-input-placeholder {
    color: #553c9a;
  }

  .sm\:placeholder-purple-800::placeholder {
    color: #553c9a;
  }

  .sm\:placeholder-purple-900::-webkit-input-placeholder {
    color: #44337a;
  }

  .sm\:placeholder-purple-900::-moz-placeholder {
    color: #44337a;
  }

  .sm\:placeholder-purple-900:-ms-input-placeholder {
    color: #44337a;
  }

  .sm\:placeholder-purple-900::-ms-input-placeholder {
    color: #44337a;
  }

  .sm\:placeholder-purple-900::placeholder {
    color: #44337a;
  }

  .sm\:placeholder-pink-100::-webkit-input-placeholder {
    color: #fff5f7;
  }

  .sm\:placeholder-pink-100::-moz-placeholder {
    color: #fff5f7;
  }

  .sm\:placeholder-pink-100:-ms-input-placeholder {
    color: #fff5f7;
  }

  .sm\:placeholder-pink-100::-ms-input-placeholder {
    color: #fff5f7;
  }

  .sm\:placeholder-pink-100::placeholder {
    color: #fff5f7;
  }

  .sm\:placeholder-pink-200::-webkit-input-placeholder {
    color: #fed7e2;
  }

  .sm\:placeholder-pink-200::-moz-placeholder {
    color: #fed7e2;
  }

  .sm\:placeholder-pink-200:-ms-input-placeholder {
    color: #fed7e2;
  }

  .sm\:placeholder-pink-200::-ms-input-placeholder {
    color: #fed7e2;
  }

  .sm\:placeholder-pink-200::placeholder {
    color: #fed7e2;
  }

  .sm\:placeholder-pink-300::-webkit-input-placeholder {
    color: #fbb6ce;
  }

  .sm\:placeholder-pink-300::-moz-placeholder {
    color: #fbb6ce;
  }

  .sm\:placeholder-pink-300:-ms-input-placeholder {
    color: #fbb6ce;
  }

  .sm\:placeholder-pink-300::-ms-input-placeholder {
    color: #fbb6ce;
  }

  .sm\:placeholder-pink-300::placeholder {
    color: #fbb6ce;
  }

  .sm\:placeholder-pink-400::-webkit-input-placeholder {
    color: #f687b3;
  }

  .sm\:placeholder-pink-400::-moz-placeholder {
    color: #f687b3;
  }

  .sm\:placeholder-pink-400:-ms-input-placeholder {
    color: #f687b3;
  }

  .sm\:placeholder-pink-400::-ms-input-placeholder {
    color: #f687b3;
  }

  .sm\:placeholder-pink-400::placeholder {
    color: #f687b3;
  }

  .sm\:placeholder-pink-500::-webkit-input-placeholder {
    color: #ed64a6;
  }

  .sm\:placeholder-pink-500::-moz-placeholder {
    color: #ed64a6;
  }

  .sm\:placeholder-pink-500:-ms-input-placeholder {
    color: #ed64a6;
  }

  .sm\:placeholder-pink-500::-ms-input-placeholder {
    color: #ed64a6;
  }

  .sm\:placeholder-pink-500::placeholder {
    color: #ed64a6;
  }

  .sm\:placeholder-pink-600::-webkit-input-placeholder {
    color: #d53f8c;
  }

  .sm\:placeholder-pink-600::-moz-placeholder {
    color: #d53f8c;
  }

  .sm\:placeholder-pink-600:-ms-input-placeholder {
    color: #d53f8c;
  }

  .sm\:placeholder-pink-600::-ms-input-placeholder {
    color: #d53f8c;
  }

  .sm\:placeholder-pink-600::placeholder {
    color: #d53f8c;
  }

  .sm\:placeholder-pink-700::-webkit-input-placeholder {
    color: #b83280;
  }

  .sm\:placeholder-pink-700::-moz-placeholder {
    color: #b83280;
  }

  .sm\:placeholder-pink-700:-ms-input-placeholder {
    color: #b83280;
  }

  .sm\:placeholder-pink-700::-ms-input-placeholder {
    color: #b83280;
  }

  .sm\:placeholder-pink-700::placeholder {
    color: #b83280;
  }

  .sm\:placeholder-pink-800::-webkit-input-placeholder {
    color: #97266d;
  }

  .sm\:placeholder-pink-800::-moz-placeholder {
    color: #97266d;
  }

  .sm\:placeholder-pink-800:-ms-input-placeholder {
    color: #97266d;
  }

  .sm\:placeholder-pink-800::-ms-input-placeholder {
    color: #97266d;
  }

  .sm\:placeholder-pink-800::placeholder {
    color: #97266d;
  }

  .sm\:placeholder-pink-900::-webkit-input-placeholder {
    color: #702459;
  }

  .sm\:placeholder-pink-900::-moz-placeholder {
    color: #702459;
  }

  .sm\:placeholder-pink-900:-ms-input-placeholder {
    color: #702459;
  }

  .sm\:placeholder-pink-900::-ms-input-placeholder {
    color: #702459;
  }

  .sm\:placeholder-pink-900::placeholder {
    color: #702459;
  }

  .group:hover .sm\:group-hover\:placeholder-transparent::-webkit-input-placeholder {
    color: transparent;
  }

  .group:hover .sm\:group-hover\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .group:hover .sm\:group-hover\:placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .group:hover .sm\:group-hover\:placeholder-transparent::-ms-input-placeholder {
    color: transparent;
  }

  .group:hover .sm\:group-hover\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .group:hover .sm\:group-hover\:placeholder-black::-webkit-input-placeholder {
    color: #000;
  }

  .group:hover .sm\:group-hover\:placeholder-black::-moz-placeholder {
    color: #000;
  }

  .group:hover .sm\:group-hover\:placeholder-black:-ms-input-placeholder {
    color: #000;
  }

  .group:hover .sm\:group-hover\:placeholder-black::-ms-input-placeholder {
    color: #000;
  }

  .group:hover .sm\:group-hover\:placeholder-black::placeholder {
    color: #000;
  }

  .group:hover .sm\:group-hover\:placeholder-white::-webkit-input-placeholder {
    color: #fff;
  }

  .group:hover .sm\:group-hover\:placeholder-white::-moz-placeholder {
    color: #fff;
  }

  .group:hover .sm\:group-hover\:placeholder-white:-ms-input-placeholder {
    color: #fff;
  }

  .group:hover .sm\:group-hover\:placeholder-white::-ms-input-placeholder {
    color: #fff;
  }

  .group:hover .sm\:group-hover\:placeholder-white::placeholder {
    color: #fff;
  }

  .group:hover .sm\:group-hover\:placeholder-gray-100::-webkit-input-placeholder {
    color: #f7fafc;
  }

  .group:hover .sm\:group-hover\:placeholder-gray-100::-moz-placeholder {
    color: #f7fafc;
  }

  .group:hover .sm\:group-hover\:placeholder-gray-100:-ms-input-placeholder {
    color: #f7fafc;
  }

  .group:hover .sm\:group-hover\:placeholder-gray-100::-ms-input-placeholder {
    color: #f7fafc;
  }

  .group:hover .sm\:group-hover\:placeholder-gray-100::placeholder {
    color: #f7fafc;
  }

  .group:hover .sm\:group-hover\:placeholder-gray-200::-webkit-input-placeholder {
    color: #edf2f7;
  }

  .group:hover .sm\:group-hover\:placeholder-gray-200::-moz-placeholder {
    color: #edf2f7;
  }

  .group:hover .sm\:group-hover\:placeholder-gray-200:-ms-input-placeholder {
    color: #edf2f7;
  }

  .group:hover .sm\:group-hover\:placeholder-gray-200::-ms-input-placeholder {
    color: #edf2f7;
  }

  .group:hover .sm\:group-hover\:placeholder-gray-200::placeholder {
    color: #edf2f7;
  }

  .group:hover .sm\:group-hover\:placeholder-gray-300::-webkit-input-placeholder {
    color: #e2e8f0;
  }

  .group:hover .sm\:group-hover\:placeholder-gray-300::-moz-placeholder {
    color: #e2e8f0;
  }

  .group:hover .sm\:group-hover\:placeholder-gray-300:-ms-input-placeholder {
    color: #e2e8f0;
  }

  .group:hover .sm\:group-hover\:placeholder-gray-300::-ms-input-placeholder {
    color: #e2e8f0;
  }

  .group:hover .sm\:group-hover\:placeholder-gray-300::placeholder {
    color: #e2e8f0;
  }

  .group:hover .sm\:group-hover\:placeholder-gray-400::-webkit-input-placeholder {
    color: #cbd5e0;
  }

  .group:hover .sm\:group-hover\:placeholder-gray-400::-moz-placeholder {
    color: #cbd5e0;
  }

  .group:hover .sm\:group-hover\:placeholder-gray-400:-ms-input-placeholder {
    color: #cbd5e0;
  }

  .group:hover .sm\:group-hover\:placeholder-gray-400::-ms-input-placeholder {
    color: #cbd5e0;
  }

  .group:hover .sm\:group-hover\:placeholder-gray-400::placeholder {
    color: #cbd5e0;
  }

  .group:hover .sm\:group-hover\:placeholder-gray-500::-webkit-input-placeholder {
    color: #a0aec0;
  }

  .group:hover .sm\:group-hover\:placeholder-gray-500::-moz-placeholder {
    color: #a0aec0;
  }

  .group:hover .sm\:group-hover\:placeholder-gray-500:-ms-input-placeholder {
    color: #a0aec0;
  }

  .group:hover .sm\:group-hover\:placeholder-gray-500::-ms-input-placeholder {
    color: #a0aec0;
  }

  .group:hover .sm\:group-hover\:placeholder-gray-500::placeholder {
    color: #a0aec0;
  }

  .group:hover .sm\:group-hover\:placeholder-gray-600::-webkit-input-placeholder {
    color: #718096;
  }

  .group:hover .sm\:group-hover\:placeholder-gray-600::-moz-placeholder {
    color: #718096;
  }

  .group:hover .sm\:group-hover\:placeholder-gray-600:-ms-input-placeholder {
    color: #718096;
  }

  .group:hover .sm\:group-hover\:placeholder-gray-600::-ms-input-placeholder {
    color: #718096;
  }

  .group:hover .sm\:group-hover\:placeholder-gray-600::placeholder {
    color: #718096;
  }

  .group:hover .sm\:group-hover\:placeholder-gray-700::-webkit-input-placeholder {
    color: #4a5568;
  }

  .group:hover .sm\:group-hover\:placeholder-gray-700::-moz-placeholder {
    color: #4a5568;
  }

  .group:hover .sm\:group-hover\:placeholder-gray-700:-ms-input-placeholder {
    color: #4a5568;
  }

  .group:hover .sm\:group-hover\:placeholder-gray-700::-ms-input-placeholder {
    color: #4a5568;
  }

  .group:hover .sm\:group-hover\:placeholder-gray-700::placeholder {
    color: #4a5568;
  }

  .group:hover .sm\:group-hover\:placeholder-gray-800::-webkit-input-placeholder {
    color: #2d3748;
  }

  .group:hover .sm\:group-hover\:placeholder-gray-800::-moz-placeholder {
    color: #2d3748;
  }

  .group:hover .sm\:group-hover\:placeholder-gray-800:-ms-input-placeholder {
    color: #2d3748;
  }

  .group:hover .sm\:group-hover\:placeholder-gray-800::-ms-input-placeholder {
    color: #2d3748;
  }

  .group:hover .sm\:group-hover\:placeholder-gray-800::placeholder {
    color: #2d3748;
  }

  .group:hover .sm\:group-hover\:placeholder-gray-900::-webkit-input-placeholder {
    color: #1a202c;
  }

  .group:hover .sm\:group-hover\:placeholder-gray-900::-moz-placeholder {
    color: #1a202c;
  }

  .group:hover .sm\:group-hover\:placeholder-gray-900:-ms-input-placeholder {
    color: #1a202c;
  }

  .group:hover .sm\:group-hover\:placeholder-gray-900::-ms-input-placeholder {
    color: #1a202c;
  }

  .group:hover .sm\:group-hover\:placeholder-gray-900::placeholder {
    color: #1a202c;
  }

  .group:hover .sm\:group-hover\:placeholder-red-100::-webkit-input-placeholder {
    color: #fff5f5;
  }

  .group:hover .sm\:group-hover\:placeholder-red-100::-moz-placeholder {
    color: #fff5f5;
  }

  .group:hover .sm\:group-hover\:placeholder-red-100:-ms-input-placeholder {
    color: #fff5f5;
  }

  .group:hover .sm\:group-hover\:placeholder-red-100::-ms-input-placeholder {
    color: #fff5f5;
  }

  .group:hover .sm\:group-hover\:placeholder-red-100::placeholder {
    color: #fff5f5;
  }

  .group:hover .sm\:group-hover\:placeholder-red-200::-webkit-input-placeholder {
    color: #fed7d7;
  }

  .group:hover .sm\:group-hover\:placeholder-red-200::-moz-placeholder {
    color: #fed7d7;
  }

  .group:hover .sm\:group-hover\:placeholder-red-200:-ms-input-placeholder {
    color: #fed7d7;
  }

  .group:hover .sm\:group-hover\:placeholder-red-200::-ms-input-placeholder {
    color: #fed7d7;
  }

  .group:hover .sm\:group-hover\:placeholder-red-200::placeholder {
    color: #fed7d7;
  }

  .group:hover .sm\:group-hover\:placeholder-red-300::-webkit-input-placeholder {
    color: #feb2b2;
  }

  .group:hover .sm\:group-hover\:placeholder-red-300::-moz-placeholder {
    color: #feb2b2;
  }

  .group:hover .sm\:group-hover\:placeholder-red-300:-ms-input-placeholder {
    color: #feb2b2;
  }

  .group:hover .sm\:group-hover\:placeholder-red-300::-ms-input-placeholder {
    color: #feb2b2;
  }

  .group:hover .sm\:group-hover\:placeholder-red-300::placeholder {
    color: #feb2b2;
  }

  .group:hover .sm\:group-hover\:placeholder-red-400::-webkit-input-placeholder {
    color: #fc8181;
  }

  .group:hover .sm\:group-hover\:placeholder-red-400::-moz-placeholder {
    color: #fc8181;
  }

  .group:hover .sm\:group-hover\:placeholder-red-400:-ms-input-placeholder {
    color: #fc8181;
  }

  .group:hover .sm\:group-hover\:placeholder-red-400::-ms-input-placeholder {
    color: #fc8181;
  }

  .group:hover .sm\:group-hover\:placeholder-red-400::placeholder {
    color: #fc8181;
  }

  .group:hover .sm\:group-hover\:placeholder-red-500::-webkit-input-placeholder {
    color: #f56565;
  }

  .group:hover .sm\:group-hover\:placeholder-red-500::-moz-placeholder {
    color: #f56565;
  }

  .group:hover .sm\:group-hover\:placeholder-red-500:-ms-input-placeholder {
    color: #f56565;
  }

  .group:hover .sm\:group-hover\:placeholder-red-500::-ms-input-placeholder {
    color: #f56565;
  }

  .group:hover .sm\:group-hover\:placeholder-red-500::placeholder {
    color: #f56565;
  }

  .group:hover .sm\:group-hover\:placeholder-red-600::-webkit-input-placeholder {
    color: #e53e3e;
  }

  .group:hover .sm\:group-hover\:placeholder-red-600::-moz-placeholder {
    color: #e53e3e;
  }

  .group:hover .sm\:group-hover\:placeholder-red-600:-ms-input-placeholder {
    color: #e53e3e;
  }

  .group:hover .sm\:group-hover\:placeholder-red-600::-ms-input-placeholder {
    color: #e53e3e;
  }

  .group:hover .sm\:group-hover\:placeholder-red-600::placeholder {
    color: #e53e3e;
  }

  .group:hover .sm\:group-hover\:placeholder-red-700::-webkit-input-placeholder {
    color: #c53030;
  }

  .group:hover .sm\:group-hover\:placeholder-red-700::-moz-placeholder {
    color: #c53030;
  }

  .group:hover .sm\:group-hover\:placeholder-red-700:-ms-input-placeholder {
    color: #c53030;
  }

  .group:hover .sm\:group-hover\:placeholder-red-700::-ms-input-placeholder {
    color: #c53030;
  }

  .group:hover .sm\:group-hover\:placeholder-red-700::placeholder {
    color: #c53030;
  }

  .group:hover .sm\:group-hover\:placeholder-red-800::-webkit-input-placeholder {
    color: #9b2c2c;
  }

  .group:hover .sm\:group-hover\:placeholder-red-800::-moz-placeholder {
    color: #9b2c2c;
  }

  .group:hover .sm\:group-hover\:placeholder-red-800:-ms-input-placeholder {
    color: #9b2c2c;
  }

  .group:hover .sm\:group-hover\:placeholder-red-800::-ms-input-placeholder {
    color: #9b2c2c;
  }

  .group:hover .sm\:group-hover\:placeholder-red-800::placeholder {
    color: #9b2c2c;
  }

  .group:hover .sm\:group-hover\:placeholder-red-900::-webkit-input-placeholder {
    color: #742a2a;
  }

  .group:hover .sm\:group-hover\:placeholder-red-900::-moz-placeholder {
    color: #742a2a;
  }

  .group:hover .sm\:group-hover\:placeholder-red-900:-ms-input-placeholder {
    color: #742a2a;
  }

  .group:hover .sm\:group-hover\:placeholder-red-900::-ms-input-placeholder {
    color: #742a2a;
  }

  .group:hover .sm\:group-hover\:placeholder-red-900::placeholder {
    color: #742a2a;
  }

  .group:hover .sm\:group-hover\:placeholder-orange-100::-webkit-input-placeholder {
    color: #fffaf0;
  }

  .group:hover .sm\:group-hover\:placeholder-orange-100::-moz-placeholder {
    color: #fffaf0;
  }

  .group:hover .sm\:group-hover\:placeholder-orange-100:-ms-input-placeholder {
    color: #fffaf0;
  }

  .group:hover .sm\:group-hover\:placeholder-orange-100::-ms-input-placeholder {
    color: #fffaf0;
  }

  .group:hover .sm\:group-hover\:placeholder-orange-100::placeholder {
    color: #fffaf0;
  }

  .group:hover .sm\:group-hover\:placeholder-orange-200::-webkit-input-placeholder {
    color: #feebc8;
  }

  .group:hover .sm\:group-hover\:placeholder-orange-200::-moz-placeholder {
    color: #feebc8;
  }

  .group:hover .sm\:group-hover\:placeholder-orange-200:-ms-input-placeholder {
    color: #feebc8;
  }

  .group:hover .sm\:group-hover\:placeholder-orange-200::-ms-input-placeholder {
    color: #feebc8;
  }

  .group:hover .sm\:group-hover\:placeholder-orange-200::placeholder {
    color: #feebc8;
  }

  .group:hover .sm\:group-hover\:placeholder-orange-300::-webkit-input-placeholder {
    color: #fbd38d;
  }

  .group:hover .sm\:group-hover\:placeholder-orange-300::-moz-placeholder {
    color: #fbd38d;
  }

  .group:hover .sm\:group-hover\:placeholder-orange-300:-ms-input-placeholder {
    color: #fbd38d;
  }

  .group:hover .sm\:group-hover\:placeholder-orange-300::-ms-input-placeholder {
    color: #fbd38d;
  }

  .group:hover .sm\:group-hover\:placeholder-orange-300::placeholder {
    color: #fbd38d;
  }

  .group:hover .sm\:group-hover\:placeholder-orange-400::-webkit-input-placeholder {
    color: #f6ad55;
  }

  .group:hover .sm\:group-hover\:placeholder-orange-400::-moz-placeholder {
    color: #f6ad55;
  }

  .group:hover .sm\:group-hover\:placeholder-orange-400:-ms-input-placeholder {
    color: #f6ad55;
  }

  .group:hover .sm\:group-hover\:placeholder-orange-400::-ms-input-placeholder {
    color: #f6ad55;
  }

  .group:hover .sm\:group-hover\:placeholder-orange-400::placeholder {
    color: #f6ad55;
  }

  .group:hover .sm\:group-hover\:placeholder-orange-500::-webkit-input-placeholder {
    color: #ed8936;
  }

  .group:hover .sm\:group-hover\:placeholder-orange-500::-moz-placeholder {
    color: #ed8936;
  }

  .group:hover .sm\:group-hover\:placeholder-orange-500:-ms-input-placeholder {
    color: #ed8936;
  }

  .group:hover .sm\:group-hover\:placeholder-orange-500::-ms-input-placeholder {
    color: #ed8936;
  }

  .group:hover .sm\:group-hover\:placeholder-orange-500::placeholder {
    color: #ed8936;
  }

  .group:hover .sm\:group-hover\:placeholder-orange-600::-webkit-input-placeholder {
    color: #dd6b20;
  }

  .group:hover .sm\:group-hover\:placeholder-orange-600::-moz-placeholder {
    color: #dd6b20;
  }

  .group:hover .sm\:group-hover\:placeholder-orange-600:-ms-input-placeholder {
    color: #dd6b20;
  }

  .group:hover .sm\:group-hover\:placeholder-orange-600::-ms-input-placeholder {
    color: #dd6b20;
  }

  .group:hover .sm\:group-hover\:placeholder-orange-600::placeholder {
    color: #dd6b20;
  }

  .group:hover .sm\:group-hover\:placeholder-orange-700::-webkit-input-placeholder {
    color: #c05621;
  }

  .group:hover .sm\:group-hover\:placeholder-orange-700::-moz-placeholder {
    color: #c05621;
  }

  .group:hover .sm\:group-hover\:placeholder-orange-700:-ms-input-placeholder {
    color: #c05621;
  }

  .group:hover .sm\:group-hover\:placeholder-orange-700::-ms-input-placeholder {
    color: #c05621;
  }

  .group:hover .sm\:group-hover\:placeholder-orange-700::placeholder {
    color: #c05621;
  }

  .group:hover .sm\:group-hover\:placeholder-orange-800::-webkit-input-placeholder {
    color: #9c4221;
  }

  .group:hover .sm\:group-hover\:placeholder-orange-800::-moz-placeholder {
    color: #9c4221;
  }

  .group:hover .sm\:group-hover\:placeholder-orange-800:-ms-input-placeholder {
    color: #9c4221;
  }

  .group:hover .sm\:group-hover\:placeholder-orange-800::-ms-input-placeholder {
    color: #9c4221;
  }

  .group:hover .sm\:group-hover\:placeholder-orange-800::placeholder {
    color: #9c4221;
  }

  .group:hover .sm\:group-hover\:placeholder-orange-900::-webkit-input-placeholder {
    color: #7b341e;
  }

  .group:hover .sm\:group-hover\:placeholder-orange-900::-moz-placeholder {
    color: #7b341e;
  }

  .group:hover .sm\:group-hover\:placeholder-orange-900:-ms-input-placeholder {
    color: #7b341e;
  }

  .group:hover .sm\:group-hover\:placeholder-orange-900::-ms-input-placeholder {
    color: #7b341e;
  }

  .group:hover .sm\:group-hover\:placeholder-orange-900::placeholder {
    color: #7b341e;
  }

  .group:hover .sm\:group-hover\:placeholder-yellow-100::-webkit-input-placeholder {
    color: #fffff0;
  }

  .group:hover .sm\:group-hover\:placeholder-yellow-100::-moz-placeholder {
    color: #fffff0;
  }

  .group:hover .sm\:group-hover\:placeholder-yellow-100:-ms-input-placeholder {
    color: #fffff0;
  }

  .group:hover .sm\:group-hover\:placeholder-yellow-100::-ms-input-placeholder {
    color: #fffff0;
  }

  .group:hover .sm\:group-hover\:placeholder-yellow-100::placeholder {
    color: #fffff0;
  }

  .group:hover .sm\:group-hover\:placeholder-yellow-200::-webkit-input-placeholder {
    color: #fefcbf;
  }

  .group:hover .sm\:group-hover\:placeholder-yellow-200::-moz-placeholder {
    color: #fefcbf;
  }

  .group:hover .sm\:group-hover\:placeholder-yellow-200:-ms-input-placeholder {
    color: #fefcbf;
  }

  .group:hover .sm\:group-hover\:placeholder-yellow-200::-ms-input-placeholder {
    color: #fefcbf;
  }

  .group:hover .sm\:group-hover\:placeholder-yellow-200::placeholder {
    color: #fefcbf;
  }

  .group:hover .sm\:group-hover\:placeholder-yellow-300::-webkit-input-placeholder {
    color: #faf089;
  }

  .group:hover .sm\:group-hover\:placeholder-yellow-300::-moz-placeholder {
    color: #faf089;
  }

  .group:hover .sm\:group-hover\:placeholder-yellow-300:-ms-input-placeholder {
    color: #faf089;
  }

  .group:hover .sm\:group-hover\:placeholder-yellow-300::-ms-input-placeholder {
    color: #faf089;
  }

  .group:hover .sm\:group-hover\:placeholder-yellow-300::placeholder {
    color: #faf089;
  }

  .group:hover .sm\:group-hover\:placeholder-yellow-400::-webkit-input-placeholder {
    color: #f6e05e;
  }

  .group:hover .sm\:group-hover\:placeholder-yellow-400::-moz-placeholder {
    color: #f6e05e;
  }

  .group:hover .sm\:group-hover\:placeholder-yellow-400:-ms-input-placeholder {
    color: #f6e05e;
  }

  .group:hover .sm\:group-hover\:placeholder-yellow-400::-ms-input-placeholder {
    color: #f6e05e;
  }

  .group:hover .sm\:group-hover\:placeholder-yellow-400::placeholder {
    color: #f6e05e;
  }

  .group:hover .sm\:group-hover\:placeholder-yellow-500::-webkit-input-placeholder {
    color: #ecc94b;
  }

  .group:hover .sm\:group-hover\:placeholder-yellow-500::-moz-placeholder {
    color: #ecc94b;
  }

  .group:hover .sm\:group-hover\:placeholder-yellow-500:-ms-input-placeholder {
    color: #ecc94b;
  }

  .group:hover .sm\:group-hover\:placeholder-yellow-500::-ms-input-placeholder {
    color: #ecc94b;
  }

  .group:hover .sm\:group-hover\:placeholder-yellow-500::placeholder {
    color: #ecc94b;
  }

  .group:hover .sm\:group-hover\:placeholder-yellow-600::-webkit-input-placeholder {
    color: #d69e2e;
  }

  .group:hover .sm\:group-hover\:placeholder-yellow-600::-moz-placeholder {
    color: #d69e2e;
  }

  .group:hover .sm\:group-hover\:placeholder-yellow-600:-ms-input-placeholder {
    color: #d69e2e;
  }

  .group:hover .sm\:group-hover\:placeholder-yellow-600::-ms-input-placeholder {
    color: #d69e2e;
  }

  .group:hover .sm\:group-hover\:placeholder-yellow-600::placeholder {
    color: #d69e2e;
  }

  .group:hover .sm\:group-hover\:placeholder-yellow-700::-webkit-input-placeholder {
    color: #b7791f;
  }

  .group:hover .sm\:group-hover\:placeholder-yellow-700::-moz-placeholder {
    color: #b7791f;
  }

  .group:hover .sm\:group-hover\:placeholder-yellow-700:-ms-input-placeholder {
    color: #b7791f;
  }

  .group:hover .sm\:group-hover\:placeholder-yellow-700::-ms-input-placeholder {
    color: #b7791f;
  }

  .group:hover .sm\:group-hover\:placeholder-yellow-700::placeholder {
    color: #b7791f;
  }

  .group:hover .sm\:group-hover\:placeholder-yellow-800::-webkit-input-placeholder {
    color: #975a16;
  }

  .group:hover .sm\:group-hover\:placeholder-yellow-800::-moz-placeholder {
    color: #975a16;
  }

  .group:hover .sm\:group-hover\:placeholder-yellow-800:-ms-input-placeholder {
    color: #975a16;
  }

  .group:hover .sm\:group-hover\:placeholder-yellow-800::-ms-input-placeholder {
    color: #975a16;
  }

  .group:hover .sm\:group-hover\:placeholder-yellow-800::placeholder {
    color: #975a16;
  }

  .group:hover .sm\:group-hover\:placeholder-yellow-900::-webkit-input-placeholder {
    color: #744210;
  }

  .group:hover .sm\:group-hover\:placeholder-yellow-900::-moz-placeholder {
    color: #744210;
  }

  .group:hover .sm\:group-hover\:placeholder-yellow-900:-ms-input-placeholder {
    color: #744210;
  }

  .group:hover .sm\:group-hover\:placeholder-yellow-900::-ms-input-placeholder {
    color: #744210;
  }

  .group:hover .sm\:group-hover\:placeholder-yellow-900::placeholder {
    color: #744210;
  }

  .group:hover .sm\:group-hover\:placeholder-green-100::-webkit-input-placeholder {
    color: #f0fff4;
  }

  .group:hover .sm\:group-hover\:placeholder-green-100::-moz-placeholder {
    color: #f0fff4;
  }

  .group:hover .sm\:group-hover\:placeholder-green-100:-ms-input-placeholder {
    color: #f0fff4;
  }

  .group:hover .sm\:group-hover\:placeholder-green-100::-ms-input-placeholder {
    color: #f0fff4;
  }

  .group:hover .sm\:group-hover\:placeholder-green-100::placeholder {
    color: #f0fff4;
  }

  .group:hover .sm\:group-hover\:placeholder-green-200::-webkit-input-placeholder {
    color: #c6f6d5;
  }

  .group:hover .sm\:group-hover\:placeholder-green-200::-moz-placeholder {
    color: #c6f6d5;
  }

  .group:hover .sm\:group-hover\:placeholder-green-200:-ms-input-placeholder {
    color: #c6f6d5;
  }

  .group:hover .sm\:group-hover\:placeholder-green-200::-ms-input-placeholder {
    color: #c6f6d5;
  }

  .group:hover .sm\:group-hover\:placeholder-green-200::placeholder {
    color: #c6f6d5;
  }

  .group:hover .sm\:group-hover\:placeholder-green-300::-webkit-input-placeholder {
    color: #9ae6b4;
  }

  .group:hover .sm\:group-hover\:placeholder-green-300::-moz-placeholder {
    color: #9ae6b4;
  }

  .group:hover .sm\:group-hover\:placeholder-green-300:-ms-input-placeholder {
    color: #9ae6b4;
  }

  .group:hover .sm\:group-hover\:placeholder-green-300::-ms-input-placeholder {
    color: #9ae6b4;
  }

  .group:hover .sm\:group-hover\:placeholder-green-300::placeholder {
    color: #9ae6b4;
  }

  .group:hover .sm\:group-hover\:placeholder-green-400::-webkit-input-placeholder {
    color: #68d391;
  }

  .group:hover .sm\:group-hover\:placeholder-green-400::-moz-placeholder {
    color: #68d391;
  }

  .group:hover .sm\:group-hover\:placeholder-green-400:-ms-input-placeholder {
    color: #68d391;
  }

  .group:hover .sm\:group-hover\:placeholder-green-400::-ms-input-placeholder {
    color: #68d391;
  }

  .group:hover .sm\:group-hover\:placeholder-green-400::placeholder {
    color: #68d391;
  }

  .group:hover .sm\:group-hover\:placeholder-green-500::-webkit-input-placeholder {
    color: #48bb78;
  }

  .group:hover .sm\:group-hover\:placeholder-green-500::-moz-placeholder {
    color: #48bb78;
  }

  .group:hover .sm\:group-hover\:placeholder-green-500:-ms-input-placeholder {
    color: #48bb78;
  }

  .group:hover .sm\:group-hover\:placeholder-green-500::-ms-input-placeholder {
    color: #48bb78;
  }

  .group:hover .sm\:group-hover\:placeholder-green-500::placeholder {
    color: #48bb78;
  }

  .group:hover .sm\:group-hover\:placeholder-green-600::-webkit-input-placeholder {
    color: #38a169;
  }

  .group:hover .sm\:group-hover\:placeholder-green-600::-moz-placeholder {
    color: #38a169;
  }

  .group:hover .sm\:group-hover\:placeholder-green-600:-ms-input-placeholder {
    color: #38a169;
  }

  .group:hover .sm\:group-hover\:placeholder-green-600::-ms-input-placeholder {
    color: #38a169;
  }

  .group:hover .sm\:group-hover\:placeholder-green-600::placeholder {
    color: #38a169;
  }

  .group:hover .sm\:group-hover\:placeholder-green-700::-webkit-input-placeholder {
    color: #2f855a;
  }

  .group:hover .sm\:group-hover\:placeholder-green-700::-moz-placeholder {
    color: #2f855a;
  }

  .group:hover .sm\:group-hover\:placeholder-green-700:-ms-input-placeholder {
    color: #2f855a;
  }

  .group:hover .sm\:group-hover\:placeholder-green-700::-ms-input-placeholder {
    color: #2f855a;
  }

  .group:hover .sm\:group-hover\:placeholder-green-700::placeholder {
    color: #2f855a;
  }

  .group:hover .sm\:group-hover\:placeholder-green-800::-webkit-input-placeholder {
    color: #276749;
  }

  .group:hover .sm\:group-hover\:placeholder-green-800::-moz-placeholder {
    color: #276749;
  }

  .group:hover .sm\:group-hover\:placeholder-green-800:-ms-input-placeholder {
    color: #276749;
  }

  .group:hover .sm\:group-hover\:placeholder-green-800::-ms-input-placeholder {
    color: #276749;
  }

  .group:hover .sm\:group-hover\:placeholder-green-800::placeholder {
    color: #276749;
  }

  .group:hover .sm\:group-hover\:placeholder-green-900::-webkit-input-placeholder {
    color: #22543d;
  }

  .group:hover .sm\:group-hover\:placeholder-green-900::-moz-placeholder {
    color: #22543d;
  }

  .group:hover .sm\:group-hover\:placeholder-green-900:-ms-input-placeholder {
    color: #22543d;
  }

  .group:hover .sm\:group-hover\:placeholder-green-900::-ms-input-placeholder {
    color: #22543d;
  }

  .group:hover .sm\:group-hover\:placeholder-green-900::placeholder {
    color: #22543d;
  }

  .group:hover .sm\:group-hover\:placeholder-teal-100::-webkit-input-placeholder {
    color: #e6fffa;
  }

  .group:hover .sm\:group-hover\:placeholder-teal-100::-moz-placeholder {
    color: #e6fffa;
  }

  .group:hover .sm\:group-hover\:placeholder-teal-100:-ms-input-placeholder {
    color: #e6fffa;
  }

  .group:hover .sm\:group-hover\:placeholder-teal-100::-ms-input-placeholder {
    color: #e6fffa;
  }

  .group:hover .sm\:group-hover\:placeholder-teal-100::placeholder {
    color: #e6fffa;
  }

  .group:hover .sm\:group-hover\:placeholder-teal-200::-webkit-input-placeholder {
    color: #b2f5ea;
  }

  .group:hover .sm\:group-hover\:placeholder-teal-200::-moz-placeholder {
    color: #b2f5ea;
  }

  .group:hover .sm\:group-hover\:placeholder-teal-200:-ms-input-placeholder {
    color: #b2f5ea;
  }

  .group:hover .sm\:group-hover\:placeholder-teal-200::-ms-input-placeholder {
    color: #b2f5ea;
  }

  .group:hover .sm\:group-hover\:placeholder-teal-200::placeholder {
    color: #b2f5ea;
  }

  .group:hover .sm\:group-hover\:placeholder-teal-300::-webkit-input-placeholder {
    color: #81e6d9;
  }

  .group:hover .sm\:group-hover\:placeholder-teal-300::-moz-placeholder {
    color: #81e6d9;
  }

  .group:hover .sm\:group-hover\:placeholder-teal-300:-ms-input-placeholder {
    color: #81e6d9;
  }

  .group:hover .sm\:group-hover\:placeholder-teal-300::-ms-input-placeholder {
    color: #81e6d9;
  }

  .group:hover .sm\:group-hover\:placeholder-teal-300::placeholder {
    color: #81e6d9;
  }

  .group:hover .sm\:group-hover\:placeholder-teal-400::-webkit-input-placeholder {
    color: #4fd1c5;
  }

  .group:hover .sm\:group-hover\:placeholder-teal-400::-moz-placeholder {
    color: #4fd1c5;
  }

  .group:hover .sm\:group-hover\:placeholder-teal-400:-ms-input-placeholder {
    color: #4fd1c5;
  }

  .group:hover .sm\:group-hover\:placeholder-teal-400::-ms-input-placeholder {
    color: #4fd1c5;
  }

  .group:hover .sm\:group-hover\:placeholder-teal-400::placeholder {
    color: #4fd1c5;
  }

  .group:hover .sm\:group-hover\:placeholder-teal-500::-webkit-input-placeholder {
    color: #38b2ac;
  }

  .group:hover .sm\:group-hover\:placeholder-teal-500::-moz-placeholder {
    color: #38b2ac;
  }

  .group:hover .sm\:group-hover\:placeholder-teal-500:-ms-input-placeholder {
    color: #38b2ac;
  }

  .group:hover .sm\:group-hover\:placeholder-teal-500::-ms-input-placeholder {
    color: #38b2ac;
  }

  .group:hover .sm\:group-hover\:placeholder-teal-500::placeholder {
    color: #38b2ac;
  }

  .group:hover .sm\:group-hover\:placeholder-teal-600::-webkit-input-placeholder {
    color: #319795;
  }

  .group:hover .sm\:group-hover\:placeholder-teal-600::-moz-placeholder {
    color: #319795;
  }

  .group:hover .sm\:group-hover\:placeholder-teal-600:-ms-input-placeholder {
    color: #319795;
  }

  .group:hover .sm\:group-hover\:placeholder-teal-600::-ms-input-placeholder {
    color: #319795;
  }

  .group:hover .sm\:group-hover\:placeholder-teal-600::placeholder {
    color: #319795;
  }

  .group:hover .sm\:group-hover\:placeholder-teal-700::-webkit-input-placeholder {
    color: #2c7a7b;
  }

  .group:hover .sm\:group-hover\:placeholder-teal-700::-moz-placeholder {
    color: #2c7a7b;
  }

  .group:hover .sm\:group-hover\:placeholder-teal-700:-ms-input-placeholder {
    color: #2c7a7b;
  }

  .group:hover .sm\:group-hover\:placeholder-teal-700::-ms-input-placeholder {
    color: #2c7a7b;
  }

  .group:hover .sm\:group-hover\:placeholder-teal-700::placeholder {
    color: #2c7a7b;
  }

  .group:hover .sm\:group-hover\:placeholder-teal-800::-webkit-input-placeholder {
    color: #285e61;
  }

  .group:hover .sm\:group-hover\:placeholder-teal-800::-moz-placeholder {
    color: #285e61;
  }

  .group:hover .sm\:group-hover\:placeholder-teal-800:-ms-input-placeholder {
    color: #285e61;
  }

  .group:hover .sm\:group-hover\:placeholder-teal-800::-ms-input-placeholder {
    color: #285e61;
  }

  .group:hover .sm\:group-hover\:placeholder-teal-800::placeholder {
    color: #285e61;
  }

  .group:hover .sm\:group-hover\:placeholder-teal-900::-webkit-input-placeholder {
    color: #234e52;
  }

  .group:hover .sm\:group-hover\:placeholder-teal-900::-moz-placeholder {
    color: #234e52;
  }

  .group:hover .sm\:group-hover\:placeholder-teal-900:-ms-input-placeholder {
    color: #234e52;
  }

  .group:hover .sm\:group-hover\:placeholder-teal-900::-ms-input-placeholder {
    color: #234e52;
  }

  .group:hover .sm\:group-hover\:placeholder-teal-900::placeholder {
    color: #234e52;
  }

  .group:hover .sm\:group-hover\:placeholder-blue-100::-webkit-input-placeholder {
    color: #ebf8ff;
  }

  .group:hover .sm\:group-hover\:placeholder-blue-100::-moz-placeholder {
    color: #ebf8ff;
  }

  .group:hover .sm\:group-hover\:placeholder-blue-100:-ms-input-placeholder {
    color: #ebf8ff;
  }

  .group:hover .sm\:group-hover\:placeholder-blue-100::-ms-input-placeholder {
    color: #ebf8ff;
  }

  .group:hover .sm\:group-hover\:placeholder-blue-100::placeholder {
    color: #ebf8ff;
  }

  .group:hover .sm\:group-hover\:placeholder-blue-200::-webkit-input-placeholder {
    color: #bee3f8;
  }

  .group:hover .sm\:group-hover\:placeholder-blue-200::-moz-placeholder {
    color: #bee3f8;
  }

  .group:hover .sm\:group-hover\:placeholder-blue-200:-ms-input-placeholder {
    color: #bee3f8;
  }

  .group:hover .sm\:group-hover\:placeholder-blue-200::-ms-input-placeholder {
    color: #bee3f8;
  }

  .group:hover .sm\:group-hover\:placeholder-blue-200::placeholder {
    color: #bee3f8;
  }

  .group:hover .sm\:group-hover\:placeholder-blue-300::-webkit-input-placeholder {
    color: #90cdf4;
  }

  .group:hover .sm\:group-hover\:placeholder-blue-300::-moz-placeholder {
    color: #90cdf4;
  }

  .group:hover .sm\:group-hover\:placeholder-blue-300:-ms-input-placeholder {
    color: #90cdf4;
  }

  .group:hover .sm\:group-hover\:placeholder-blue-300::-ms-input-placeholder {
    color: #90cdf4;
  }

  .group:hover .sm\:group-hover\:placeholder-blue-300::placeholder {
    color: #90cdf4;
  }

  .group:hover .sm\:group-hover\:placeholder-blue-400::-webkit-input-placeholder {
    color: #63b3ed;
  }

  .group:hover .sm\:group-hover\:placeholder-blue-400::-moz-placeholder {
    color: #63b3ed;
  }

  .group:hover .sm\:group-hover\:placeholder-blue-400:-ms-input-placeholder {
    color: #63b3ed;
  }

  .group:hover .sm\:group-hover\:placeholder-blue-400::-ms-input-placeholder {
    color: #63b3ed;
  }

  .group:hover .sm\:group-hover\:placeholder-blue-400::placeholder {
    color: #63b3ed;
  }

  .group:hover .sm\:group-hover\:placeholder-blue-500::-webkit-input-placeholder {
    color: #4299e1;
  }

  .group:hover .sm\:group-hover\:placeholder-blue-500::-moz-placeholder {
    color: #4299e1;
  }

  .group:hover .sm\:group-hover\:placeholder-blue-500:-ms-input-placeholder {
    color: #4299e1;
  }

  .group:hover .sm\:group-hover\:placeholder-blue-500::-ms-input-placeholder {
    color: #4299e1;
  }

  .group:hover .sm\:group-hover\:placeholder-blue-500::placeholder {
    color: #4299e1;
  }

  .group:hover .sm\:group-hover\:placeholder-blue-600::-webkit-input-placeholder {
    color: #3182ce;
  }

  .group:hover .sm\:group-hover\:placeholder-blue-600::-moz-placeholder {
    color: #3182ce;
  }

  .group:hover .sm\:group-hover\:placeholder-blue-600:-ms-input-placeholder {
    color: #3182ce;
  }

  .group:hover .sm\:group-hover\:placeholder-blue-600::-ms-input-placeholder {
    color: #3182ce;
  }

  .group:hover .sm\:group-hover\:placeholder-blue-600::placeholder {
    color: #3182ce;
  }

  .group:hover .sm\:group-hover\:placeholder-blue-700::-webkit-input-placeholder {
    color: #2b6cb0;
  }

  .group:hover .sm\:group-hover\:placeholder-blue-700::-moz-placeholder {
    color: #2b6cb0;
  }

  .group:hover .sm\:group-hover\:placeholder-blue-700:-ms-input-placeholder {
    color: #2b6cb0;
  }

  .group:hover .sm\:group-hover\:placeholder-blue-700::-ms-input-placeholder {
    color: #2b6cb0;
  }

  .group:hover .sm\:group-hover\:placeholder-blue-700::placeholder {
    color: #2b6cb0;
  }

  .group:hover .sm\:group-hover\:placeholder-blue-800::-webkit-input-placeholder {
    color: #2c5282;
  }

  .group:hover .sm\:group-hover\:placeholder-blue-800::-moz-placeholder {
    color: #2c5282;
  }

  .group:hover .sm\:group-hover\:placeholder-blue-800:-ms-input-placeholder {
    color: #2c5282;
  }

  .group:hover .sm\:group-hover\:placeholder-blue-800::-ms-input-placeholder {
    color: #2c5282;
  }

  .group:hover .sm\:group-hover\:placeholder-blue-800::placeholder {
    color: #2c5282;
  }

  .group:hover .sm\:group-hover\:placeholder-blue-900::-webkit-input-placeholder {
    color: #2a4365;
  }

  .group:hover .sm\:group-hover\:placeholder-blue-900::-moz-placeholder {
    color: #2a4365;
  }

  .group:hover .sm\:group-hover\:placeholder-blue-900:-ms-input-placeholder {
    color: #2a4365;
  }

  .group:hover .sm\:group-hover\:placeholder-blue-900::-ms-input-placeholder {
    color: #2a4365;
  }

  .group:hover .sm\:group-hover\:placeholder-blue-900::placeholder {
    color: #2a4365;
  }

  .group:hover .sm\:group-hover\:placeholder-indigo-100::-webkit-input-placeholder {
    color: #ebf4ff;
  }

  .group:hover .sm\:group-hover\:placeholder-indigo-100::-moz-placeholder {
    color: #ebf4ff;
  }

  .group:hover .sm\:group-hover\:placeholder-indigo-100:-ms-input-placeholder {
    color: #ebf4ff;
  }

  .group:hover .sm\:group-hover\:placeholder-indigo-100::-ms-input-placeholder {
    color: #ebf4ff;
  }

  .group:hover .sm\:group-hover\:placeholder-indigo-100::placeholder {
    color: #ebf4ff;
  }

  .group:hover .sm\:group-hover\:placeholder-indigo-200::-webkit-input-placeholder {
    color: #c3dafe;
  }

  .group:hover .sm\:group-hover\:placeholder-indigo-200::-moz-placeholder {
    color: #c3dafe;
  }

  .group:hover .sm\:group-hover\:placeholder-indigo-200:-ms-input-placeholder {
    color: #c3dafe;
  }

  .group:hover .sm\:group-hover\:placeholder-indigo-200::-ms-input-placeholder {
    color: #c3dafe;
  }

  .group:hover .sm\:group-hover\:placeholder-indigo-200::placeholder {
    color: #c3dafe;
  }

  .group:hover .sm\:group-hover\:placeholder-indigo-300::-webkit-input-placeholder {
    color: #a3bffa;
  }

  .group:hover .sm\:group-hover\:placeholder-indigo-300::-moz-placeholder {
    color: #a3bffa;
  }

  .group:hover .sm\:group-hover\:placeholder-indigo-300:-ms-input-placeholder {
    color: #a3bffa;
  }

  .group:hover .sm\:group-hover\:placeholder-indigo-300::-ms-input-placeholder {
    color: #a3bffa;
  }

  .group:hover .sm\:group-hover\:placeholder-indigo-300::placeholder {
    color: #a3bffa;
  }

  .group:hover .sm\:group-hover\:placeholder-indigo-400::-webkit-input-placeholder {
    color: #7f9cf5;
  }

  .group:hover .sm\:group-hover\:placeholder-indigo-400::-moz-placeholder {
    color: #7f9cf5;
  }

  .group:hover .sm\:group-hover\:placeholder-indigo-400:-ms-input-placeholder {
    color: #7f9cf5;
  }

  .group:hover .sm\:group-hover\:placeholder-indigo-400::-ms-input-placeholder {
    color: #7f9cf5;
  }

  .group:hover .sm\:group-hover\:placeholder-indigo-400::placeholder {
    color: #7f9cf5;
  }

  .group:hover .sm\:group-hover\:placeholder-indigo-500::-webkit-input-placeholder {
    color: #667eea;
  }

  .group:hover .sm\:group-hover\:placeholder-indigo-500::-moz-placeholder {
    color: #667eea;
  }

  .group:hover .sm\:group-hover\:placeholder-indigo-500:-ms-input-placeholder {
    color: #667eea;
  }

  .group:hover .sm\:group-hover\:placeholder-indigo-500::-ms-input-placeholder {
    color: #667eea;
  }

  .group:hover .sm\:group-hover\:placeholder-indigo-500::placeholder {
    color: #667eea;
  }

  .group:hover .sm\:group-hover\:placeholder-indigo-600::-webkit-input-placeholder {
    color: #5a67d8;
  }

  .group:hover .sm\:group-hover\:placeholder-indigo-600::-moz-placeholder {
    color: #5a67d8;
  }

  .group:hover .sm\:group-hover\:placeholder-indigo-600:-ms-input-placeholder {
    color: #5a67d8;
  }

  .group:hover .sm\:group-hover\:placeholder-indigo-600::-ms-input-placeholder {
    color: #5a67d8;
  }

  .group:hover .sm\:group-hover\:placeholder-indigo-600::placeholder {
    color: #5a67d8;
  }

  .group:hover .sm\:group-hover\:placeholder-indigo-700::-webkit-input-placeholder {
    color: #4c51bf;
  }

  .group:hover .sm\:group-hover\:placeholder-indigo-700::-moz-placeholder {
    color: #4c51bf;
  }

  .group:hover .sm\:group-hover\:placeholder-indigo-700:-ms-input-placeholder {
    color: #4c51bf;
  }

  .group:hover .sm\:group-hover\:placeholder-indigo-700::-ms-input-placeholder {
    color: #4c51bf;
  }

  .group:hover .sm\:group-hover\:placeholder-indigo-700::placeholder {
    color: #4c51bf;
  }

  .group:hover .sm\:group-hover\:placeholder-indigo-800::-webkit-input-placeholder {
    color: #434190;
  }

  .group:hover .sm\:group-hover\:placeholder-indigo-800::-moz-placeholder {
    color: #434190;
  }

  .group:hover .sm\:group-hover\:placeholder-indigo-800:-ms-input-placeholder {
    color: #434190;
  }

  .group:hover .sm\:group-hover\:placeholder-indigo-800::-ms-input-placeholder {
    color: #434190;
  }

  .group:hover .sm\:group-hover\:placeholder-indigo-800::placeholder {
    color: #434190;
  }

  .group:hover .sm\:group-hover\:placeholder-indigo-900::-webkit-input-placeholder {
    color: #3c366b;
  }

  .group:hover .sm\:group-hover\:placeholder-indigo-900::-moz-placeholder {
    color: #3c366b;
  }

  .group:hover .sm\:group-hover\:placeholder-indigo-900:-ms-input-placeholder {
    color: #3c366b;
  }

  .group:hover .sm\:group-hover\:placeholder-indigo-900::-ms-input-placeholder {
    color: #3c366b;
  }

  .group:hover .sm\:group-hover\:placeholder-indigo-900::placeholder {
    color: #3c366b;
  }

  .group:hover .sm\:group-hover\:placeholder-purple-100::-webkit-input-placeholder {
    color: #faf5ff;
  }

  .group:hover .sm\:group-hover\:placeholder-purple-100::-moz-placeholder {
    color: #faf5ff;
  }

  .group:hover .sm\:group-hover\:placeholder-purple-100:-ms-input-placeholder {
    color: #faf5ff;
  }

  .group:hover .sm\:group-hover\:placeholder-purple-100::-ms-input-placeholder {
    color: #faf5ff;
  }

  .group:hover .sm\:group-hover\:placeholder-purple-100::placeholder {
    color: #faf5ff;
  }

  .group:hover .sm\:group-hover\:placeholder-purple-200::-webkit-input-placeholder {
    color: #e9d8fd;
  }

  .group:hover .sm\:group-hover\:placeholder-purple-200::-moz-placeholder {
    color: #e9d8fd;
  }

  .group:hover .sm\:group-hover\:placeholder-purple-200:-ms-input-placeholder {
    color: #e9d8fd;
  }

  .group:hover .sm\:group-hover\:placeholder-purple-200::-ms-input-placeholder {
    color: #e9d8fd;
  }

  .group:hover .sm\:group-hover\:placeholder-purple-200::placeholder {
    color: #e9d8fd;
  }

  .group:hover .sm\:group-hover\:placeholder-purple-300::-webkit-input-placeholder {
    color: #d6bcfa;
  }

  .group:hover .sm\:group-hover\:placeholder-purple-300::-moz-placeholder {
    color: #d6bcfa;
  }

  .group:hover .sm\:group-hover\:placeholder-purple-300:-ms-input-placeholder {
    color: #d6bcfa;
  }

  .group:hover .sm\:group-hover\:placeholder-purple-300::-ms-input-placeholder {
    color: #d6bcfa;
  }

  .group:hover .sm\:group-hover\:placeholder-purple-300::placeholder {
    color: #d6bcfa;
  }

  .group:hover .sm\:group-hover\:placeholder-purple-400::-webkit-input-placeholder {
    color: #b794f4;
  }

  .group:hover .sm\:group-hover\:placeholder-purple-400::-moz-placeholder {
    color: #b794f4;
  }

  .group:hover .sm\:group-hover\:placeholder-purple-400:-ms-input-placeholder {
    color: #b794f4;
  }

  .group:hover .sm\:group-hover\:placeholder-purple-400::-ms-input-placeholder {
    color: #b794f4;
  }

  .group:hover .sm\:group-hover\:placeholder-purple-400::placeholder {
    color: #b794f4;
  }

  .group:hover .sm\:group-hover\:placeholder-purple-500::-webkit-input-placeholder {
    color: #9f7aea;
  }

  .group:hover .sm\:group-hover\:placeholder-purple-500::-moz-placeholder {
    color: #9f7aea;
  }

  .group:hover .sm\:group-hover\:placeholder-purple-500:-ms-input-placeholder {
    color: #9f7aea;
  }

  .group:hover .sm\:group-hover\:placeholder-purple-500::-ms-input-placeholder {
    color: #9f7aea;
  }

  .group:hover .sm\:group-hover\:placeholder-purple-500::placeholder {
    color: #9f7aea;
  }

  .group:hover .sm\:group-hover\:placeholder-purple-600::-webkit-input-placeholder {
    color: #805ad5;
  }

  .group:hover .sm\:group-hover\:placeholder-purple-600::-moz-placeholder {
    color: #805ad5;
  }

  .group:hover .sm\:group-hover\:placeholder-purple-600:-ms-input-placeholder {
    color: #805ad5;
  }

  .group:hover .sm\:group-hover\:placeholder-purple-600::-ms-input-placeholder {
    color: #805ad5;
  }

  .group:hover .sm\:group-hover\:placeholder-purple-600::placeholder {
    color: #805ad5;
  }

  .group:hover .sm\:group-hover\:placeholder-purple-700::-webkit-input-placeholder {
    color: #6b46c1;
  }

  .group:hover .sm\:group-hover\:placeholder-purple-700::-moz-placeholder {
    color: #6b46c1;
  }

  .group:hover .sm\:group-hover\:placeholder-purple-700:-ms-input-placeholder {
    color: #6b46c1;
  }

  .group:hover .sm\:group-hover\:placeholder-purple-700::-ms-input-placeholder {
    color: #6b46c1;
  }

  .group:hover .sm\:group-hover\:placeholder-purple-700::placeholder {
    color: #6b46c1;
  }

  .group:hover .sm\:group-hover\:placeholder-purple-800::-webkit-input-placeholder {
    color: #553c9a;
  }

  .group:hover .sm\:group-hover\:placeholder-purple-800::-moz-placeholder {
    color: #553c9a;
  }

  .group:hover .sm\:group-hover\:placeholder-purple-800:-ms-input-placeholder {
    color: #553c9a;
  }

  .group:hover .sm\:group-hover\:placeholder-purple-800::-ms-input-placeholder {
    color: #553c9a;
  }

  .group:hover .sm\:group-hover\:placeholder-purple-800::placeholder {
    color: #553c9a;
  }

  .group:hover .sm\:group-hover\:placeholder-purple-900::-webkit-input-placeholder {
    color: #44337a;
  }

  .group:hover .sm\:group-hover\:placeholder-purple-900::-moz-placeholder {
    color: #44337a;
  }

  .group:hover .sm\:group-hover\:placeholder-purple-900:-ms-input-placeholder {
    color: #44337a;
  }

  .group:hover .sm\:group-hover\:placeholder-purple-900::-ms-input-placeholder {
    color: #44337a;
  }

  .group:hover .sm\:group-hover\:placeholder-purple-900::placeholder {
    color: #44337a;
  }

  .group:hover .sm\:group-hover\:placeholder-pink-100::-webkit-input-placeholder {
    color: #fff5f7;
  }

  .group:hover .sm\:group-hover\:placeholder-pink-100::-moz-placeholder {
    color: #fff5f7;
  }

  .group:hover .sm\:group-hover\:placeholder-pink-100:-ms-input-placeholder {
    color: #fff5f7;
  }

  .group:hover .sm\:group-hover\:placeholder-pink-100::-ms-input-placeholder {
    color: #fff5f7;
  }

  .group:hover .sm\:group-hover\:placeholder-pink-100::placeholder {
    color: #fff5f7;
  }

  .group:hover .sm\:group-hover\:placeholder-pink-200::-webkit-input-placeholder {
    color: #fed7e2;
  }

  .group:hover .sm\:group-hover\:placeholder-pink-200::-moz-placeholder {
    color: #fed7e2;
  }

  .group:hover .sm\:group-hover\:placeholder-pink-200:-ms-input-placeholder {
    color: #fed7e2;
  }

  .group:hover .sm\:group-hover\:placeholder-pink-200::-ms-input-placeholder {
    color: #fed7e2;
  }

  .group:hover .sm\:group-hover\:placeholder-pink-200::placeholder {
    color: #fed7e2;
  }

  .group:hover .sm\:group-hover\:placeholder-pink-300::-webkit-input-placeholder {
    color: #fbb6ce;
  }

  .group:hover .sm\:group-hover\:placeholder-pink-300::-moz-placeholder {
    color: #fbb6ce;
  }

  .group:hover .sm\:group-hover\:placeholder-pink-300:-ms-input-placeholder {
    color: #fbb6ce;
  }

  .group:hover .sm\:group-hover\:placeholder-pink-300::-ms-input-placeholder {
    color: #fbb6ce;
  }

  .group:hover .sm\:group-hover\:placeholder-pink-300::placeholder {
    color: #fbb6ce;
  }

  .group:hover .sm\:group-hover\:placeholder-pink-400::-webkit-input-placeholder {
    color: #f687b3;
  }

  .group:hover .sm\:group-hover\:placeholder-pink-400::-moz-placeholder {
    color: #f687b3;
  }

  .group:hover .sm\:group-hover\:placeholder-pink-400:-ms-input-placeholder {
    color: #f687b3;
  }

  .group:hover .sm\:group-hover\:placeholder-pink-400::-ms-input-placeholder {
    color: #f687b3;
  }

  .group:hover .sm\:group-hover\:placeholder-pink-400::placeholder {
    color: #f687b3;
  }

  .group:hover .sm\:group-hover\:placeholder-pink-500::-webkit-input-placeholder {
    color: #ed64a6;
  }

  .group:hover .sm\:group-hover\:placeholder-pink-500::-moz-placeholder {
    color: #ed64a6;
  }

  .group:hover .sm\:group-hover\:placeholder-pink-500:-ms-input-placeholder {
    color: #ed64a6;
  }

  .group:hover .sm\:group-hover\:placeholder-pink-500::-ms-input-placeholder {
    color: #ed64a6;
  }

  .group:hover .sm\:group-hover\:placeholder-pink-500::placeholder {
    color: #ed64a6;
  }

  .group:hover .sm\:group-hover\:placeholder-pink-600::-webkit-input-placeholder {
    color: #d53f8c;
  }

  .group:hover .sm\:group-hover\:placeholder-pink-600::-moz-placeholder {
    color: #d53f8c;
  }

  .group:hover .sm\:group-hover\:placeholder-pink-600:-ms-input-placeholder {
    color: #d53f8c;
  }

  .group:hover .sm\:group-hover\:placeholder-pink-600::-ms-input-placeholder {
    color: #d53f8c;
  }

  .group:hover .sm\:group-hover\:placeholder-pink-600::placeholder {
    color: #d53f8c;
  }

  .group:hover .sm\:group-hover\:placeholder-pink-700::-webkit-input-placeholder {
    color: #b83280;
  }

  .group:hover .sm\:group-hover\:placeholder-pink-700::-moz-placeholder {
    color: #b83280;
  }

  .group:hover .sm\:group-hover\:placeholder-pink-700:-ms-input-placeholder {
    color: #b83280;
  }

  .group:hover .sm\:group-hover\:placeholder-pink-700::-ms-input-placeholder {
    color: #b83280;
  }

  .group:hover .sm\:group-hover\:placeholder-pink-700::placeholder {
    color: #b83280;
  }

  .group:hover .sm\:group-hover\:placeholder-pink-800::-webkit-input-placeholder {
    color: #97266d;
  }

  .group:hover .sm\:group-hover\:placeholder-pink-800::-moz-placeholder {
    color: #97266d;
  }

  .group:hover .sm\:group-hover\:placeholder-pink-800:-ms-input-placeholder {
    color: #97266d;
  }

  .group:hover .sm\:group-hover\:placeholder-pink-800::-ms-input-placeholder {
    color: #97266d;
  }

  .group:hover .sm\:group-hover\:placeholder-pink-800::placeholder {
    color: #97266d;
  }

  .group:hover .sm\:group-hover\:placeholder-pink-900::-webkit-input-placeholder {
    color: #702459;
  }

  .group:hover .sm\:group-hover\:placeholder-pink-900::-moz-placeholder {
    color: #702459;
  }

  .group:hover .sm\:group-hover\:placeholder-pink-900:-ms-input-placeholder {
    color: #702459;
  }

  .group:hover .sm\:group-hover\:placeholder-pink-900::-ms-input-placeholder {
    color: #702459;
  }

  .group:hover .sm\:group-hover\:placeholder-pink-900::placeholder {
    color: #702459;
  }

  .sm\:focus-within\:placeholder-transparent:focus-within::-webkit-input-placeholder {
    color: transparent;
  }

  .sm\:focus-within\:placeholder-transparent:focus-within::-moz-placeholder {
    color: transparent;
  }

  .sm\:focus-within\:placeholder-transparent:focus-within:-ms-input-placeholder {
    color: transparent;
  }

  .sm\:focus-within\:placeholder-transparent:focus-within::-ms-input-placeholder {
    color: transparent;
  }

  .sm\:focus-within\:placeholder-transparent:focus-within::placeholder {
    color: transparent;
  }

  .sm\:focus-within\:placeholder-black:focus-within::-webkit-input-placeholder {
    color: #000;
  }

  .sm\:focus-within\:placeholder-black:focus-within::-moz-placeholder {
    color: #000;
  }

  .sm\:focus-within\:placeholder-black:focus-within:-ms-input-placeholder {
    color: #000;
  }

  .sm\:focus-within\:placeholder-black:focus-within::-ms-input-placeholder {
    color: #000;
  }

  .sm\:focus-within\:placeholder-black:focus-within::placeholder {
    color: #000;
  }

  .sm\:focus-within\:placeholder-white:focus-within::-webkit-input-placeholder {
    color: #fff;
  }

  .sm\:focus-within\:placeholder-white:focus-within::-moz-placeholder {
    color: #fff;
  }

  .sm\:focus-within\:placeholder-white:focus-within:-ms-input-placeholder {
    color: #fff;
  }

  .sm\:focus-within\:placeholder-white:focus-within::-ms-input-placeholder {
    color: #fff;
  }

  .sm\:focus-within\:placeholder-white:focus-within::placeholder {
    color: #fff;
  }

  .sm\:focus-within\:placeholder-gray-100:focus-within::-webkit-input-placeholder {
    color: #f7fafc;
  }

  .sm\:focus-within\:placeholder-gray-100:focus-within::-moz-placeholder {
    color: #f7fafc;
  }

  .sm\:focus-within\:placeholder-gray-100:focus-within:-ms-input-placeholder {
    color: #f7fafc;
  }

  .sm\:focus-within\:placeholder-gray-100:focus-within::-ms-input-placeholder {
    color: #f7fafc;
  }

  .sm\:focus-within\:placeholder-gray-100:focus-within::placeholder {
    color: #f7fafc;
  }

  .sm\:focus-within\:placeholder-gray-200:focus-within::-webkit-input-placeholder {
    color: #edf2f7;
  }

  .sm\:focus-within\:placeholder-gray-200:focus-within::-moz-placeholder {
    color: #edf2f7;
  }

  .sm\:focus-within\:placeholder-gray-200:focus-within:-ms-input-placeholder {
    color: #edf2f7;
  }

  .sm\:focus-within\:placeholder-gray-200:focus-within::-ms-input-placeholder {
    color: #edf2f7;
  }

  .sm\:focus-within\:placeholder-gray-200:focus-within::placeholder {
    color: #edf2f7;
  }

  .sm\:focus-within\:placeholder-gray-300:focus-within::-webkit-input-placeholder {
    color: #e2e8f0;
  }

  .sm\:focus-within\:placeholder-gray-300:focus-within::-moz-placeholder {
    color: #e2e8f0;
  }

  .sm\:focus-within\:placeholder-gray-300:focus-within:-ms-input-placeholder {
    color: #e2e8f0;
  }

  .sm\:focus-within\:placeholder-gray-300:focus-within::-ms-input-placeholder {
    color: #e2e8f0;
  }

  .sm\:focus-within\:placeholder-gray-300:focus-within::placeholder {
    color: #e2e8f0;
  }

  .sm\:focus-within\:placeholder-gray-400:focus-within::-webkit-input-placeholder {
    color: #cbd5e0;
  }

  .sm\:focus-within\:placeholder-gray-400:focus-within::-moz-placeholder {
    color: #cbd5e0;
  }

  .sm\:focus-within\:placeholder-gray-400:focus-within:-ms-input-placeholder {
    color: #cbd5e0;
  }

  .sm\:focus-within\:placeholder-gray-400:focus-within::-ms-input-placeholder {
    color: #cbd5e0;
  }

  .sm\:focus-within\:placeholder-gray-400:focus-within::placeholder {
    color: #cbd5e0;
  }

  .sm\:focus-within\:placeholder-gray-500:focus-within::-webkit-input-placeholder {
    color: #a0aec0;
  }

  .sm\:focus-within\:placeholder-gray-500:focus-within::-moz-placeholder {
    color: #a0aec0;
  }

  .sm\:focus-within\:placeholder-gray-500:focus-within:-ms-input-placeholder {
    color: #a0aec0;
  }

  .sm\:focus-within\:placeholder-gray-500:focus-within::-ms-input-placeholder {
    color: #a0aec0;
  }

  .sm\:focus-within\:placeholder-gray-500:focus-within::placeholder {
    color: #a0aec0;
  }

  .sm\:focus-within\:placeholder-gray-600:focus-within::-webkit-input-placeholder {
    color: #718096;
  }

  .sm\:focus-within\:placeholder-gray-600:focus-within::-moz-placeholder {
    color: #718096;
  }

  .sm\:focus-within\:placeholder-gray-600:focus-within:-ms-input-placeholder {
    color: #718096;
  }

  .sm\:focus-within\:placeholder-gray-600:focus-within::-ms-input-placeholder {
    color: #718096;
  }

  .sm\:focus-within\:placeholder-gray-600:focus-within::placeholder {
    color: #718096;
  }

  .sm\:focus-within\:placeholder-gray-700:focus-within::-webkit-input-placeholder {
    color: #4a5568;
  }

  .sm\:focus-within\:placeholder-gray-700:focus-within::-moz-placeholder {
    color: #4a5568;
  }

  .sm\:focus-within\:placeholder-gray-700:focus-within:-ms-input-placeholder {
    color: #4a5568;
  }

  .sm\:focus-within\:placeholder-gray-700:focus-within::-ms-input-placeholder {
    color: #4a5568;
  }

  .sm\:focus-within\:placeholder-gray-700:focus-within::placeholder {
    color: #4a5568;
  }

  .sm\:focus-within\:placeholder-gray-800:focus-within::-webkit-input-placeholder {
    color: #2d3748;
  }

  .sm\:focus-within\:placeholder-gray-800:focus-within::-moz-placeholder {
    color: #2d3748;
  }

  .sm\:focus-within\:placeholder-gray-800:focus-within:-ms-input-placeholder {
    color: #2d3748;
  }

  .sm\:focus-within\:placeholder-gray-800:focus-within::-ms-input-placeholder {
    color: #2d3748;
  }

  .sm\:focus-within\:placeholder-gray-800:focus-within::placeholder {
    color: #2d3748;
  }

  .sm\:focus-within\:placeholder-gray-900:focus-within::-webkit-input-placeholder {
    color: #1a202c;
  }

  .sm\:focus-within\:placeholder-gray-900:focus-within::-moz-placeholder {
    color: #1a202c;
  }

  .sm\:focus-within\:placeholder-gray-900:focus-within:-ms-input-placeholder {
    color: #1a202c;
  }

  .sm\:focus-within\:placeholder-gray-900:focus-within::-ms-input-placeholder {
    color: #1a202c;
  }

  .sm\:focus-within\:placeholder-gray-900:focus-within::placeholder {
    color: #1a202c;
  }

  .sm\:focus-within\:placeholder-red-100:focus-within::-webkit-input-placeholder {
    color: #fff5f5;
  }

  .sm\:focus-within\:placeholder-red-100:focus-within::-moz-placeholder {
    color: #fff5f5;
  }

  .sm\:focus-within\:placeholder-red-100:focus-within:-ms-input-placeholder {
    color: #fff5f5;
  }

  .sm\:focus-within\:placeholder-red-100:focus-within::-ms-input-placeholder {
    color: #fff5f5;
  }

  .sm\:focus-within\:placeholder-red-100:focus-within::placeholder {
    color: #fff5f5;
  }

  .sm\:focus-within\:placeholder-red-200:focus-within::-webkit-input-placeholder {
    color: #fed7d7;
  }

  .sm\:focus-within\:placeholder-red-200:focus-within::-moz-placeholder {
    color: #fed7d7;
  }

  .sm\:focus-within\:placeholder-red-200:focus-within:-ms-input-placeholder {
    color: #fed7d7;
  }

  .sm\:focus-within\:placeholder-red-200:focus-within::-ms-input-placeholder {
    color: #fed7d7;
  }

  .sm\:focus-within\:placeholder-red-200:focus-within::placeholder {
    color: #fed7d7;
  }

  .sm\:focus-within\:placeholder-red-300:focus-within::-webkit-input-placeholder {
    color: #feb2b2;
  }

  .sm\:focus-within\:placeholder-red-300:focus-within::-moz-placeholder {
    color: #feb2b2;
  }

  .sm\:focus-within\:placeholder-red-300:focus-within:-ms-input-placeholder {
    color: #feb2b2;
  }

  .sm\:focus-within\:placeholder-red-300:focus-within::-ms-input-placeholder {
    color: #feb2b2;
  }

  .sm\:focus-within\:placeholder-red-300:focus-within::placeholder {
    color: #feb2b2;
  }

  .sm\:focus-within\:placeholder-red-400:focus-within::-webkit-input-placeholder {
    color: #fc8181;
  }

  .sm\:focus-within\:placeholder-red-400:focus-within::-moz-placeholder {
    color: #fc8181;
  }

  .sm\:focus-within\:placeholder-red-400:focus-within:-ms-input-placeholder {
    color: #fc8181;
  }

  .sm\:focus-within\:placeholder-red-400:focus-within::-ms-input-placeholder {
    color: #fc8181;
  }

  .sm\:focus-within\:placeholder-red-400:focus-within::placeholder {
    color: #fc8181;
  }

  .sm\:focus-within\:placeholder-red-500:focus-within::-webkit-input-placeholder {
    color: #f56565;
  }

  .sm\:focus-within\:placeholder-red-500:focus-within::-moz-placeholder {
    color: #f56565;
  }

  .sm\:focus-within\:placeholder-red-500:focus-within:-ms-input-placeholder {
    color: #f56565;
  }

  .sm\:focus-within\:placeholder-red-500:focus-within::-ms-input-placeholder {
    color: #f56565;
  }

  .sm\:focus-within\:placeholder-red-500:focus-within::placeholder {
    color: #f56565;
  }

  .sm\:focus-within\:placeholder-red-600:focus-within::-webkit-input-placeholder {
    color: #e53e3e;
  }

  .sm\:focus-within\:placeholder-red-600:focus-within::-moz-placeholder {
    color: #e53e3e;
  }

  .sm\:focus-within\:placeholder-red-600:focus-within:-ms-input-placeholder {
    color: #e53e3e;
  }

  .sm\:focus-within\:placeholder-red-600:focus-within::-ms-input-placeholder {
    color: #e53e3e;
  }

  .sm\:focus-within\:placeholder-red-600:focus-within::placeholder {
    color: #e53e3e;
  }

  .sm\:focus-within\:placeholder-red-700:focus-within::-webkit-input-placeholder {
    color: #c53030;
  }

  .sm\:focus-within\:placeholder-red-700:focus-within::-moz-placeholder {
    color: #c53030;
  }

  .sm\:focus-within\:placeholder-red-700:focus-within:-ms-input-placeholder {
    color: #c53030;
  }

  .sm\:focus-within\:placeholder-red-700:focus-within::-ms-input-placeholder {
    color: #c53030;
  }

  .sm\:focus-within\:placeholder-red-700:focus-within::placeholder {
    color: #c53030;
  }

  .sm\:focus-within\:placeholder-red-800:focus-within::-webkit-input-placeholder {
    color: #9b2c2c;
  }

  .sm\:focus-within\:placeholder-red-800:focus-within::-moz-placeholder {
    color: #9b2c2c;
  }

  .sm\:focus-within\:placeholder-red-800:focus-within:-ms-input-placeholder {
    color: #9b2c2c;
  }

  .sm\:focus-within\:placeholder-red-800:focus-within::-ms-input-placeholder {
    color: #9b2c2c;
  }

  .sm\:focus-within\:placeholder-red-800:focus-within::placeholder {
    color: #9b2c2c;
  }

  .sm\:focus-within\:placeholder-red-900:focus-within::-webkit-input-placeholder {
    color: #742a2a;
  }

  .sm\:focus-within\:placeholder-red-900:focus-within::-moz-placeholder {
    color: #742a2a;
  }

  .sm\:focus-within\:placeholder-red-900:focus-within:-ms-input-placeholder {
    color: #742a2a;
  }

  .sm\:focus-within\:placeholder-red-900:focus-within::-ms-input-placeholder {
    color: #742a2a;
  }

  .sm\:focus-within\:placeholder-red-900:focus-within::placeholder {
    color: #742a2a;
  }

  .sm\:focus-within\:placeholder-orange-100:focus-within::-webkit-input-placeholder {
    color: #fffaf0;
  }

  .sm\:focus-within\:placeholder-orange-100:focus-within::-moz-placeholder {
    color: #fffaf0;
  }

  .sm\:focus-within\:placeholder-orange-100:focus-within:-ms-input-placeholder {
    color: #fffaf0;
  }

  .sm\:focus-within\:placeholder-orange-100:focus-within::-ms-input-placeholder {
    color: #fffaf0;
  }

  .sm\:focus-within\:placeholder-orange-100:focus-within::placeholder {
    color: #fffaf0;
  }

  .sm\:focus-within\:placeholder-orange-200:focus-within::-webkit-input-placeholder {
    color: #feebc8;
  }

  .sm\:focus-within\:placeholder-orange-200:focus-within::-moz-placeholder {
    color: #feebc8;
  }

  .sm\:focus-within\:placeholder-orange-200:focus-within:-ms-input-placeholder {
    color: #feebc8;
  }

  .sm\:focus-within\:placeholder-orange-200:focus-within::-ms-input-placeholder {
    color: #feebc8;
  }

  .sm\:focus-within\:placeholder-orange-200:focus-within::placeholder {
    color: #feebc8;
  }

  .sm\:focus-within\:placeholder-orange-300:focus-within::-webkit-input-placeholder {
    color: #fbd38d;
  }

  .sm\:focus-within\:placeholder-orange-300:focus-within::-moz-placeholder {
    color: #fbd38d;
  }

  .sm\:focus-within\:placeholder-orange-300:focus-within:-ms-input-placeholder {
    color: #fbd38d;
  }

  .sm\:focus-within\:placeholder-orange-300:focus-within::-ms-input-placeholder {
    color: #fbd38d;
  }

  .sm\:focus-within\:placeholder-orange-300:focus-within::placeholder {
    color: #fbd38d;
  }

  .sm\:focus-within\:placeholder-orange-400:focus-within::-webkit-input-placeholder {
    color: #f6ad55;
  }

  .sm\:focus-within\:placeholder-orange-400:focus-within::-moz-placeholder {
    color: #f6ad55;
  }

  .sm\:focus-within\:placeholder-orange-400:focus-within:-ms-input-placeholder {
    color: #f6ad55;
  }

  .sm\:focus-within\:placeholder-orange-400:focus-within::-ms-input-placeholder {
    color: #f6ad55;
  }

  .sm\:focus-within\:placeholder-orange-400:focus-within::placeholder {
    color: #f6ad55;
  }

  .sm\:focus-within\:placeholder-orange-500:focus-within::-webkit-input-placeholder {
    color: #ed8936;
  }

  .sm\:focus-within\:placeholder-orange-500:focus-within::-moz-placeholder {
    color: #ed8936;
  }

  .sm\:focus-within\:placeholder-orange-500:focus-within:-ms-input-placeholder {
    color: #ed8936;
  }

  .sm\:focus-within\:placeholder-orange-500:focus-within::-ms-input-placeholder {
    color: #ed8936;
  }

  .sm\:focus-within\:placeholder-orange-500:focus-within::placeholder {
    color: #ed8936;
  }

  .sm\:focus-within\:placeholder-orange-600:focus-within::-webkit-input-placeholder {
    color: #dd6b20;
  }

  .sm\:focus-within\:placeholder-orange-600:focus-within::-moz-placeholder {
    color: #dd6b20;
  }

  .sm\:focus-within\:placeholder-orange-600:focus-within:-ms-input-placeholder {
    color: #dd6b20;
  }

  .sm\:focus-within\:placeholder-orange-600:focus-within::-ms-input-placeholder {
    color: #dd6b20;
  }

  .sm\:focus-within\:placeholder-orange-600:focus-within::placeholder {
    color: #dd6b20;
  }

  .sm\:focus-within\:placeholder-orange-700:focus-within::-webkit-input-placeholder {
    color: #c05621;
  }

  .sm\:focus-within\:placeholder-orange-700:focus-within::-moz-placeholder {
    color: #c05621;
  }

  .sm\:focus-within\:placeholder-orange-700:focus-within:-ms-input-placeholder {
    color: #c05621;
  }

  .sm\:focus-within\:placeholder-orange-700:focus-within::-ms-input-placeholder {
    color: #c05621;
  }

  .sm\:focus-within\:placeholder-orange-700:focus-within::placeholder {
    color: #c05621;
  }

  .sm\:focus-within\:placeholder-orange-800:focus-within::-webkit-input-placeholder {
    color: #9c4221;
  }

  .sm\:focus-within\:placeholder-orange-800:focus-within::-moz-placeholder {
    color: #9c4221;
  }

  .sm\:focus-within\:placeholder-orange-800:focus-within:-ms-input-placeholder {
    color: #9c4221;
  }

  .sm\:focus-within\:placeholder-orange-800:focus-within::-ms-input-placeholder {
    color: #9c4221;
  }

  .sm\:focus-within\:placeholder-orange-800:focus-within::placeholder {
    color: #9c4221;
  }

  .sm\:focus-within\:placeholder-orange-900:focus-within::-webkit-input-placeholder {
    color: #7b341e;
  }

  .sm\:focus-within\:placeholder-orange-900:focus-within::-moz-placeholder {
    color: #7b341e;
  }

  .sm\:focus-within\:placeholder-orange-900:focus-within:-ms-input-placeholder {
    color: #7b341e;
  }

  .sm\:focus-within\:placeholder-orange-900:focus-within::-ms-input-placeholder {
    color: #7b341e;
  }

  .sm\:focus-within\:placeholder-orange-900:focus-within::placeholder {
    color: #7b341e;
  }

  .sm\:focus-within\:placeholder-yellow-100:focus-within::-webkit-input-placeholder {
    color: #fffff0;
  }

  .sm\:focus-within\:placeholder-yellow-100:focus-within::-moz-placeholder {
    color: #fffff0;
  }

  .sm\:focus-within\:placeholder-yellow-100:focus-within:-ms-input-placeholder {
    color: #fffff0;
  }

  .sm\:focus-within\:placeholder-yellow-100:focus-within::-ms-input-placeholder {
    color: #fffff0;
  }

  .sm\:focus-within\:placeholder-yellow-100:focus-within::placeholder {
    color: #fffff0;
  }

  .sm\:focus-within\:placeholder-yellow-200:focus-within::-webkit-input-placeholder {
    color: #fefcbf;
  }

  .sm\:focus-within\:placeholder-yellow-200:focus-within::-moz-placeholder {
    color: #fefcbf;
  }

  .sm\:focus-within\:placeholder-yellow-200:focus-within:-ms-input-placeholder {
    color: #fefcbf;
  }

  .sm\:focus-within\:placeholder-yellow-200:focus-within::-ms-input-placeholder {
    color: #fefcbf;
  }

  .sm\:focus-within\:placeholder-yellow-200:focus-within::placeholder {
    color: #fefcbf;
  }

  .sm\:focus-within\:placeholder-yellow-300:focus-within::-webkit-input-placeholder {
    color: #faf089;
  }

  .sm\:focus-within\:placeholder-yellow-300:focus-within::-moz-placeholder {
    color: #faf089;
  }

  .sm\:focus-within\:placeholder-yellow-300:focus-within:-ms-input-placeholder {
    color: #faf089;
  }

  .sm\:focus-within\:placeholder-yellow-300:focus-within::-ms-input-placeholder {
    color: #faf089;
  }

  .sm\:focus-within\:placeholder-yellow-300:focus-within::placeholder {
    color: #faf089;
  }

  .sm\:focus-within\:placeholder-yellow-400:focus-within::-webkit-input-placeholder {
    color: #f6e05e;
  }

  .sm\:focus-within\:placeholder-yellow-400:focus-within::-moz-placeholder {
    color: #f6e05e;
  }

  .sm\:focus-within\:placeholder-yellow-400:focus-within:-ms-input-placeholder {
    color: #f6e05e;
  }

  .sm\:focus-within\:placeholder-yellow-400:focus-within::-ms-input-placeholder {
    color: #f6e05e;
  }

  .sm\:focus-within\:placeholder-yellow-400:focus-within::placeholder {
    color: #f6e05e;
  }

  .sm\:focus-within\:placeholder-yellow-500:focus-within::-webkit-input-placeholder {
    color: #ecc94b;
  }

  .sm\:focus-within\:placeholder-yellow-500:focus-within::-moz-placeholder {
    color: #ecc94b;
  }

  .sm\:focus-within\:placeholder-yellow-500:focus-within:-ms-input-placeholder {
    color: #ecc94b;
  }

  .sm\:focus-within\:placeholder-yellow-500:focus-within::-ms-input-placeholder {
    color: #ecc94b;
  }

  .sm\:focus-within\:placeholder-yellow-500:focus-within::placeholder {
    color: #ecc94b;
  }

  .sm\:focus-within\:placeholder-yellow-600:focus-within::-webkit-input-placeholder {
    color: #d69e2e;
  }

  .sm\:focus-within\:placeholder-yellow-600:focus-within::-moz-placeholder {
    color: #d69e2e;
  }

  .sm\:focus-within\:placeholder-yellow-600:focus-within:-ms-input-placeholder {
    color: #d69e2e;
  }

  .sm\:focus-within\:placeholder-yellow-600:focus-within::-ms-input-placeholder {
    color: #d69e2e;
  }

  .sm\:focus-within\:placeholder-yellow-600:focus-within::placeholder {
    color: #d69e2e;
  }

  .sm\:focus-within\:placeholder-yellow-700:focus-within::-webkit-input-placeholder {
    color: #b7791f;
  }

  .sm\:focus-within\:placeholder-yellow-700:focus-within::-moz-placeholder {
    color: #b7791f;
  }

  .sm\:focus-within\:placeholder-yellow-700:focus-within:-ms-input-placeholder {
    color: #b7791f;
  }

  .sm\:focus-within\:placeholder-yellow-700:focus-within::-ms-input-placeholder {
    color: #b7791f;
  }

  .sm\:focus-within\:placeholder-yellow-700:focus-within::placeholder {
    color: #b7791f;
  }

  .sm\:focus-within\:placeholder-yellow-800:focus-within::-webkit-input-placeholder {
    color: #975a16;
  }

  .sm\:focus-within\:placeholder-yellow-800:focus-within::-moz-placeholder {
    color: #975a16;
  }

  .sm\:focus-within\:placeholder-yellow-800:focus-within:-ms-input-placeholder {
    color: #975a16;
  }

  .sm\:focus-within\:placeholder-yellow-800:focus-within::-ms-input-placeholder {
    color: #975a16;
  }

  .sm\:focus-within\:placeholder-yellow-800:focus-within::placeholder {
    color: #975a16;
  }

  .sm\:focus-within\:placeholder-yellow-900:focus-within::-webkit-input-placeholder {
    color: #744210;
  }

  .sm\:focus-within\:placeholder-yellow-900:focus-within::-moz-placeholder {
    color: #744210;
  }

  .sm\:focus-within\:placeholder-yellow-900:focus-within:-ms-input-placeholder {
    color: #744210;
  }

  .sm\:focus-within\:placeholder-yellow-900:focus-within::-ms-input-placeholder {
    color: #744210;
  }

  .sm\:focus-within\:placeholder-yellow-900:focus-within::placeholder {
    color: #744210;
  }

  .sm\:focus-within\:placeholder-green-100:focus-within::-webkit-input-placeholder {
    color: #f0fff4;
  }

  .sm\:focus-within\:placeholder-green-100:focus-within::-moz-placeholder {
    color: #f0fff4;
  }

  .sm\:focus-within\:placeholder-green-100:focus-within:-ms-input-placeholder {
    color: #f0fff4;
  }

  .sm\:focus-within\:placeholder-green-100:focus-within::-ms-input-placeholder {
    color: #f0fff4;
  }

  .sm\:focus-within\:placeholder-green-100:focus-within::placeholder {
    color: #f0fff4;
  }

  .sm\:focus-within\:placeholder-green-200:focus-within::-webkit-input-placeholder {
    color: #c6f6d5;
  }

  .sm\:focus-within\:placeholder-green-200:focus-within::-moz-placeholder {
    color: #c6f6d5;
  }

  .sm\:focus-within\:placeholder-green-200:focus-within:-ms-input-placeholder {
    color: #c6f6d5;
  }

  .sm\:focus-within\:placeholder-green-200:focus-within::-ms-input-placeholder {
    color: #c6f6d5;
  }

  .sm\:focus-within\:placeholder-green-200:focus-within::placeholder {
    color: #c6f6d5;
  }

  .sm\:focus-within\:placeholder-green-300:focus-within::-webkit-input-placeholder {
    color: #9ae6b4;
  }

  .sm\:focus-within\:placeholder-green-300:focus-within::-moz-placeholder {
    color: #9ae6b4;
  }

  .sm\:focus-within\:placeholder-green-300:focus-within:-ms-input-placeholder {
    color: #9ae6b4;
  }

  .sm\:focus-within\:placeholder-green-300:focus-within::-ms-input-placeholder {
    color: #9ae6b4;
  }

  .sm\:focus-within\:placeholder-green-300:focus-within::placeholder {
    color: #9ae6b4;
  }

  .sm\:focus-within\:placeholder-green-400:focus-within::-webkit-input-placeholder {
    color: #68d391;
  }

  .sm\:focus-within\:placeholder-green-400:focus-within::-moz-placeholder {
    color: #68d391;
  }

  .sm\:focus-within\:placeholder-green-400:focus-within:-ms-input-placeholder {
    color: #68d391;
  }

  .sm\:focus-within\:placeholder-green-400:focus-within::-ms-input-placeholder {
    color: #68d391;
  }

  .sm\:focus-within\:placeholder-green-400:focus-within::placeholder {
    color: #68d391;
  }

  .sm\:focus-within\:placeholder-green-500:focus-within::-webkit-input-placeholder {
    color: #48bb78;
  }

  .sm\:focus-within\:placeholder-green-500:focus-within::-moz-placeholder {
    color: #48bb78;
  }

  .sm\:focus-within\:placeholder-green-500:focus-within:-ms-input-placeholder {
    color: #48bb78;
  }

  .sm\:focus-within\:placeholder-green-500:focus-within::-ms-input-placeholder {
    color: #48bb78;
  }

  .sm\:focus-within\:placeholder-green-500:focus-within::placeholder {
    color: #48bb78;
  }

  .sm\:focus-within\:placeholder-green-600:focus-within::-webkit-input-placeholder {
    color: #38a169;
  }

  .sm\:focus-within\:placeholder-green-600:focus-within::-moz-placeholder {
    color: #38a169;
  }

  .sm\:focus-within\:placeholder-green-600:focus-within:-ms-input-placeholder {
    color: #38a169;
  }

  .sm\:focus-within\:placeholder-green-600:focus-within::-ms-input-placeholder {
    color: #38a169;
  }

  .sm\:focus-within\:placeholder-green-600:focus-within::placeholder {
    color: #38a169;
  }

  .sm\:focus-within\:placeholder-green-700:focus-within::-webkit-input-placeholder {
    color: #2f855a;
  }

  .sm\:focus-within\:placeholder-green-700:focus-within::-moz-placeholder {
    color: #2f855a;
  }

  .sm\:focus-within\:placeholder-green-700:focus-within:-ms-input-placeholder {
    color: #2f855a;
  }

  .sm\:focus-within\:placeholder-green-700:focus-within::-ms-input-placeholder {
    color: #2f855a;
  }

  .sm\:focus-within\:placeholder-green-700:focus-within::placeholder {
    color: #2f855a;
  }

  .sm\:focus-within\:placeholder-green-800:focus-within::-webkit-input-placeholder {
    color: #276749;
  }

  .sm\:focus-within\:placeholder-green-800:focus-within::-moz-placeholder {
    color: #276749;
  }

  .sm\:focus-within\:placeholder-green-800:focus-within:-ms-input-placeholder {
    color: #276749;
  }

  .sm\:focus-within\:placeholder-green-800:focus-within::-ms-input-placeholder {
    color: #276749;
  }

  .sm\:focus-within\:placeholder-green-800:focus-within::placeholder {
    color: #276749;
  }

  .sm\:focus-within\:placeholder-green-900:focus-within::-webkit-input-placeholder {
    color: #22543d;
  }

  .sm\:focus-within\:placeholder-green-900:focus-within::-moz-placeholder {
    color: #22543d;
  }

  .sm\:focus-within\:placeholder-green-900:focus-within:-ms-input-placeholder {
    color: #22543d;
  }

  .sm\:focus-within\:placeholder-green-900:focus-within::-ms-input-placeholder {
    color: #22543d;
  }

  .sm\:focus-within\:placeholder-green-900:focus-within::placeholder {
    color: #22543d;
  }

  .sm\:focus-within\:placeholder-teal-100:focus-within::-webkit-input-placeholder {
    color: #e6fffa;
  }

  .sm\:focus-within\:placeholder-teal-100:focus-within::-moz-placeholder {
    color: #e6fffa;
  }

  .sm\:focus-within\:placeholder-teal-100:focus-within:-ms-input-placeholder {
    color: #e6fffa;
  }

  .sm\:focus-within\:placeholder-teal-100:focus-within::-ms-input-placeholder {
    color: #e6fffa;
  }

  .sm\:focus-within\:placeholder-teal-100:focus-within::placeholder {
    color: #e6fffa;
  }

  .sm\:focus-within\:placeholder-teal-200:focus-within::-webkit-input-placeholder {
    color: #b2f5ea;
  }

  .sm\:focus-within\:placeholder-teal-200:focus-within::-moz-placeholder {
    color: #b2f5ea;
  }

  .sm\:focus-within\:placeholder-teal-200:focus-within:-ms-input-placeholder {
    color: #b2f5ea;
  }

  .sm\:focus-within\:placeholder-teal-200:focus-within::-ms-input-placeholder {
    color: #b2f5ea;
  }

  .sm\:focus-within\:placeholder-teal-200:focus-within::placeholder {
    color: #b2f5ea;
  }

  .sm\:focus-within\:placeholder-teal-300:focus-within::-webkit-input-placeholder {
    color: #81e6d9;
  }

  .sm\:focus-within\:placeholder-teal-300:focus-within::-moz-placeholder {
    color: #81e6d9;
  }

  .sm\:focus-within\:placeholder-teal-300:focus-within:-ms-input-placeholder {
    color: #81e6d9;
  }

  .sm\:focus-within\:placeholder-teal-300:focus-within::-ms-input-placeholder {
    color: #81e6d9;
  }

  .sm\:focus-within\:placeholder-teal-300:focus-within::placeholder {
    color: #81e6d9;
  }

  .sm\:focus-within\:placeholder-teal-400:focus-within::-webkit-input-placeholder {
    color: #4fd1c5;
  }

  .sm\:focus-within\:placeholder-teal-400:focus-within::-moz-placeholder {
    color: #4fd1c5;
  }

  .sm\:focus-within\:placeholder-teal-400:focus-within:-ms-input-placeholder {
    color: #4fd1c5;
  }

  .sm\:focus-within\:placeholder-teal-400:focus-within::-ms-input-placeholder {
    color: #4fd1c5;
  }

  .sm\:focus-within\:placeholder-teal-400:focus-within::placeholder {
    color: #4fd1c5;
  }

  .sm\:focus-within\:placeholder-teal-500:focus-within::-webkit-input-placeholder {
    color: #38b2ac;
  }

  .sm\:focus-within\:placeholder-teal-500:focus-within::-moz-placeholder {
    color: #38b2ac;
  }

  .sm\:focus-within\:placeholder-teal-500:focus-within:-ms-input-placeholder {
    color: #38b2ac;
  }

  .sm\:focus-within\:placeholder-teal-500:focus-within::-ms-input-placeholder {
    color: #38b2ac;
  }

  .sm\:focus-within\:placeholder-teal-500:focus-within::placeholder {
    color: #38b2ac;
  }

  .sm\:focus-within\:placeholder-teal-600:focus-within::-webkit-input-placeholder {
    color: #319795;
  }

  .sm\:focus-within\:placeholder-teal-600:focus-within::-moz-placeholder {
    color: #319795;
  }

  .sm\:focus-within\:placeholder-teal-600:focus-within:-ms-input-placeholder {
    color: #319795;
  }

  .sm\:focus-within\:placeholder-teal-600:focus-within::-ms-input-placeholder {
    color: #319795;
  }

  .sm\:focus-within\:placeholder-teal-600:focus-within::placeholder {
    color: #319795;
  }

  .sm\:focus-within\:placeholder-teal-700:focus-within::-webkit-input-placeholder {
    color: #2c7a7b;
  }

  .sm\:focus-within\:placeholder-teal-700:focus-within::-moz-placeholder {
    color: #2c7a7b;
  }

  .sm\:focus-within\:placeholder-teal-700:focus-within:-ms-input-placeholder {
    color: #2c7a7b;
  }

  .sm\:focus-within\:placeholder-teal-700:focus-within::-ms-input-placeholder {
    color: #2c7a7b;
  }

  .sm\:focus-within\:placeholder-teal-700:focus-within::placeholder {
    color: #2c7a7b;
  }

  .sm\:focus-within\:placeholder-teal-800:focus-within::-webkit-input-placeholder {
    color: #285e61;
  }

  .sm\:focus-within\:placeholder-teal-800:focus-within::-moz-placeholder {
    color: #285e61;
  }

  .sm\:focus-within\:placeholder-teal-800:focus-within:-ms-input-placeholder {
    color: #285e61;
  }

  .sm\:focus-within\:placeholder-teal-800:focus-within::-ms-input-placeholder {
    color: #285e61;
  }

  .sm\:focus-within\:placeholder-teal-800:focus-within::placeholder {
    color: #285e61;
  }

  .sm\:focus-within\:placeholder-teal-900:focus-within::-webkit-input-placeholder {
    color: #234e52;
  }

  .sm\:focus-within\:placeholder-teal-900:focus-within::-moz-placeholder {
    color: #234e52;
  }

  .sm\:focus-within\:placeholder-teal-900:focus-within:-ms-input-placeholder {
    color: #234e52;
  }

  .sm\:focus-within\:placeholder-teal-900:focus-within::-ms-input-placeholder {
    color: #234e52;
  }

  .sm\:focus-within\:placeholder-teal-900:focus-within::placeholder {
    color: #234e52;
  }

  .sm\:focus-within\:placeholder-blue-100:focus-within::-webkit-input-placeholder {
    color: #ebf8ff;
  }

  .sm\:focus-within\:placeholder-blue-100:focus-within::-moz-placeholder {
    color: #ebf8ff;
  }

  .sm\:focus-within\:placeholder-blue-100:focus-within:-ms-input-placeholder {
    color: #ebf8ff;
  }

  .sm\:focus-within\:placeholder-blue-100:focus-within::-ms-input-placeholder {
    color: #ebf8ff;
  }

  .sm\:focus-within\:placeholder-blue-100:focus-within::placeholder {
    color: #ebf8ff;
  }

  .sm\:focus-within\:placeholder-blue-200:focus-within::-webkit-input-placeholder {
    color: #bee3f8;
  }

  .sm\:focus-within\:placeholder-blue-200:focus-within::-moz-placeholder {
    color: #bee3f8;
  }

  .sm\:focus-within\:placeholder-blue-200:focus-within:-ms-input-placeholder {
    color: #bee3f8;
  }

  .sm\:focus-within\:placeholder-blue-200:focus-within::-ms-input-placeholder {
    color: #bee3f8;
  }

  .sm\:focus-within\:placeholder-blue-200:focus-within::placeholder {
    color: #bee3f8;
  }

  .sm\:focus-within\:placeholder-blue-300:focus-within::-webkit-input-placeholder {
    color: #90cdf4;
  }

  .sm\:focus-within\:placeholder-blue-300:focus-within::-moz-placeholder {
    color: #90cdf4;
  }

  .sm\:focus-within\:placeholder-blue-300:focus-within:-ms-input-placeholder {
    color: #90cdf4;
  }

  .sm\:focus-within\:placeholder-blue-300:focus-within::-ms-input-placeholder {
    color: #90cdf4;
  }

  .sm\:focus-within\:placeholder-blue-300:focus-within::placeholder {
    color: #90cdf4;
  }

  .sm\:focus-within\:placeholder-blue-400:focus-within::-webkit-input-placeholder {
    color: #63b3ed;
  }

  .sm\:focus-within\:placeholder-blue-400:focus-within::-moz-placeholder {
    color: #63b3ed;
  }

  .sm\:focus-within\:placeholder-blue-400:focus-within:-ms-input-placeholder {
    color: #63b3ed;
  }

  .sm\:focus-within\:placeholder-blue-400:focus-within::-ms-input-placeholder {
    color: #63b3ed;
  }

  .sm\:focus-within\:placeholder-blue-400:focus-within::placeholder {
    color: #63b3ed;
  }

  .sm\:focus-within\:placeholder-blue-500:focus-within::-webkit-input-placeholder {
    color: #4299e1;
  }

  .sm\:focus-within\:placeholder-blue-500:focus-within::-moz-placeholder {
    color: #4299e1;
  }

  .sm\:focus-within\:placeholder-blue-500:focus-within:-ms-input-placeholder {
    color: #4299e1;
  }

  .sm\:focus-within\:placeholder-blue-500:focus-within::-ms-input-placeholder {
    color: #4299e1;
  }

  .sm\:focus-within\:placeholder-blue-500:focus-within::placeholder {
    color: #4299e1;
  }

  .sm\:focus-within\:placeholder-blue-600:focus-within::-webkit-input-placeholder {
    color: #3182ce;
  }

  .sm\:focus-within\:placeholder-blue-600:focus-within::-moz-placeholder {
    color: #3182ce;
  }

  .sm\:focus-within\:placeholder-blue-600:focus-within:-ms-input-placeholder {
    color: #3182ce;
  }

  .sm\:focus-within\:placeholder-blue-600:focus-within::-ms-input-placeholder {
    color: #3182ce;
  }

  .sm\:focus-within\:placeholder-blue-600:focus-within::placeholder {
    color: #3182ce;
  }

  .sm\:focus-within\:placeholder-blue-700:focus-within::-webkit-input-placeholder {
    color: #2b6cb0;
  }

  .sm\:focus-within\:placeholder-blue-700:focus-within::-moz-placeholder {
    color: #2b6cb0;
  }

  .sm\:focus-within\:placeholder-blue-700:focus-within:-ms-input-placeholder {
    color: #2b6cb0;
  }

  .sm\:focus-within\:placeholder-blue-700:focus-within::-ms-input-placeholder {
    color: #2b6cb0;
  }

  .sm\:focus-within\:placeholder-blue-700:focus-within::placeholder {
    color: #2b6cb0;
  }

  .sm\:focus-within\:placeholder-blue-800:focus-within::-webkit-input-placeholder {
    color: #2c5282;
  }

  .sm\:focus-within\:placeholder-blue-800:focus-within::-moz-placeholder {
    color: #2c5282;
  }

  .sm\:focus-within\:placeholder-blue-800:focus-within:-ms-input-placeholder {
    color: #2c5282;
  }

  .sm\:focus-within\:placeholder-blue-800:focus-within::-ms-input-placeholder {
    color: #2c5282;
  }

  .sm\:focus-within\:placeholder-blue-800:focus-within::placeholder {
    color: #2c5282;
  }

  .sm\:focus-within\:placeholder-blue-900:focus-within::-webkit-input-placeholder {
    color: #2a4365;
  }

  .sm\:focus-within\:placeholder-blue-900:focus-within::-moz-placeholder {
    color: #2a4365;
  }

  .sm\:focus-within\:placeholder-blue-900:focus-within:-ms-input-placeholder {
    color: #2a4365;
  }

  .sm\:focus-within\:placeholder-blue-900:focus-within::-ms-input-placeholder {
    color: #2a4365;
  }

  .sm\:focus-within\:placeholder-blue-900:focus-within::placeholder {
    color: #2a4365;
  }

  .sm\:focus-within\:placeholder-indigo-100:focus-within::-webkit-input-placeholder {
    color: #ebf4ff;
  }

  .sm\:focus-within\:placeholder-indigo-100:focus-within::-moz-placeholder {
    color: #ebf4ff;
  }

  .sm\:focus-within\:placeholder-indigo-100:focus-within:-ms-input-placeholder {
    color: #ebf4ff;
  }

  .sm\:focus-within\:placeholder-indigo-100:focus-within::-ms-input-placeholder {
    color: #ebf4ff;
  }

  .sm\:focus-within\:placeholder-indigo-100:focus-within::placeholder {
    color: #ebf4ff;
  }

  .sm\:focus-within\:placeholder-indigo-200:focus-within::-webkit-input-placeholder {
    color: #c3dafe;
  }

  .sm\:focus-within\:placeholder-indigo-200:focus-within::-moz-placeholder {
    color: #c3dafe;
  }

  .sm\:focus-within\:placeholder-indigo-200:focus-within:-ms-input-placeholder {
    color: #c3dafe;
  }

  .sm\:focus-within\:placeholder-indigo-200:focus-within::-ms-input-placeholder {
    color: #c3dafe;
  }

  .sm\:focus-within\:placeholder-indigo-200:focus-within::placeholder {
    color: #c3dafe;
  }

  .sm\:focus-within\:placeholder-indigo-300:focus-within::-webkit-input-placeholder {
    color: #a3bffa;
  }

  .sm\:focus-within\:placeholder-indigo-300:focus-within::-moz-placeholder {
    color: #a3bffa;
  }

  .sm\:focus-within\:placeholder-indigo-300:focus-within:-ms-input-placeholder {
    color: #a3bffa;
  }

  .sm\:focus-within\:placeholder-indigo-300:focus-within::-ms-input-placeholder {
    color: #a3bffa;
  }

  .sm\:focus-within\:placeholder-indigo-300:focus-within::placeholder {
    color: #a3bffa;
  }

  .sm\:focus-within\:placeholder-indigo-400:focus-within::-webkit-input-placeholder {
    color: #7f9cf5;
  }

  .sm\:focus-within\:placeholder-indigo-400:focus-within::-moz-placeholder {
    color: #7f9cf5;
  }

  .sm\:focus-within\:placeholder-indigo-400:focus-within:-ms-input-placeholder {
    color: #7f9cf5;
  }

  .sm\:focus-within\:placeholder-indigo-400:focus-within::-ms-input-placeholder {
    color: #7f9cf5;
  }

  .sm\:focus-within\:placeholder-indigo-400:focus-within::placeholder {
    color: #7f9cf5;
  }

  .sm\:focus-within\:placeholder-indigo-500:focus-within::-webkit-input-placeholder {
    color: #667eea;
  }

  .sm\:focus-within\:placeholder-indigo-500:focus-within::-moz-placeholder {
    color: #667eea;
  }

  .sm\:focus-within\:placeholder-indigo-500:focus-within:-ms-input-placeholder {
    color: #667eea;
  }

  .sm\:focus-within\:placeholder-indigo-500:focus-within::-ms-input-placeholder {
    color: #667eea;
  }

  .sm\:focus-within\:placeholder-indigo-500:focus-within::placeholder {
    color: #667eea;
  }

  .sm\:focus-within\:placeholder-indigo-600:focus-within::-webkit-input-placeholder {
    color: #5a67d8;
  }

  .sm\:focus-within\:placeholder-indigo-600:focus-within::-moz-placeholder {
    color: #5a67d8;
  }

  .sm\:focus-within\:placeholder-indigo-600:focus-within:-ms-input-placeholder {
    color: #5a67d8;
  }

  .sm\:focus-within\:placeholder-indigo-600:focus-within::-ms-input-placeholder {
    color: #5a67d8;
  }

  .sm\:focus-within\:placeholder-indigo-600:focus-within::placeholder {
    color: #5a67d8;
  }

  .sm\:focus-within\:placeholder-indigo-700:focus-within::-webkit-input-placeholder {
    color: #4c51bf;
  }

  .sm\:focus-within\:placeholder-indigo-700:focus-within::-moz-placeholder {
    color: #4c51bf;
  }

  .sm\:focus-within\:placeholder-indigo-700:focus-within:-ms-input-placeholder {
    color: #4c51bf;
  }

  .sm\:focus-within\:placeholder-indigo-700:focus-within::-ms-input-placeholder {
    color: #4c51bf;
  }

  .sm\:focus-within\:placeholder-indigo-700:focus-within::placeholder {
    color: #4c51bf;
  }

  .sm\:focus-within\:placeholder-indigo-800:focus-within::-webkit-input-placeholder {
    color: #434190;
  }

  .sm\:focus-within\:placeholder-indigo-800:focus-within::-moz-placeholder {
    color: #434190;
  }

  .sm\:focus-within\:placeholder-indigo-800:focus-within:-ms-input-placeholder {
    color: #434190;
  }

  .sm\:focus-within\:placeholder-indigo-800:focus-within::-ms-input-placeholder {
    color: #434190;
  }

  .sm\:focus-within\:placeholder-indigo-800:focus-within::placeholder {
    color: #434190;
  }

  .sm\:focus-within\:placeholder-indigo-900:focus-within::-webkit-input-placeholder {
    color: #3c366b;
  }

  .sm\:focus-within\:placeholder-indigo-900:focus-within::-moz-placeholder {
    color: #3c366b;
  }

  .sm\:focus-within\:placeholder-indigo-900:focus-within:-ms-input-placeholder {
    color: #3c366b;
  }

  .sm\:focus-within\:placeholder-indigo-900:focus-within::-ms-input-placeholder {
    color: #3c366b;
  }

  .sm\:focus-within\:placeholder-indigo-900:focus-within::placeholder {
    color: #3c366b;
  }

  .sm\:focus-within\:placeholder-purple-100:focus-within::-webkit-input-placeholder {
    color: #faf5ff;
  }

  .sm\:focus-within\:placeholder-purple-100:focus-within::-moz-placeholder {
    color: #faf5ff;
  }

  .sm\:focus-within\:placeholder-purple-100:focus-within:-ms-input-placeholder {
    color: #faf5ff;
  }

  .sm\:focus-within\:placeholder-purple-100:focus-within::-ms-input-placeholder {
    color: #faf5ff;
  }

  .sm\:focus-within\:placeholder-purple-100:focus-within::placeholder {
    color: #faf5ff;
  }

  .sm\:focus-within\:placeholder-purple-200:focus-within::-webkit-input-placeholder {
    color: #e9d8fd;
  }

  .sm\:focus-within\:placeholder-purple-200:focus-within::-moz-placeholder {
    color: #e9d8fd;
  }

  .sm\:focus-within\:placeholder-purple-200:focus-within:-ms-input-placeholder {
    color: #e9d8fd;
  }

  .sm\:focus-within\:placeholder-purple-200:focus-within::-ms-input-placeholder {
    color: #e9d8fd;
  }

  .sm\:focus-within\:placeholder-purple-200:focus-within::placeholder {
    color: #e9d8fd;
  }

  .sm\:focus-within\:placeholder-purple-300:focus-within::-webkit-input-placeholder {
    color: #d6bcfa;
  }

  .sm\:focus-within\:placeholder-purple-300:focus-within::-moz-placeholder {
    color: #d6bcfa;
  }

  .sm\:focus-within\:placeholder-purple-300:focus-within:-ms-input-placeholder {
    color: #d6bcfa;
  }

  .sm\:focus-within\:placeholder-purple-300:focus-within::-ms-input-placeholder {
    color: #d6bcfa;
  }

  .sm\:focus-within\:placeholder-purple-300:focus-within::placeholder {
    color: #d6bcfa;
  }

  .sm\:focus-within\:placeholder-purple-400:focus-within::-webkit-input-placeholder {
    color: #b794f4;
  }

  .sm\:focus-within\:placeholder-purple-400:focus-within::-moz-placeholder {
    color: #b794f4;
  }

  .sm\:focus-within\:placeholder-purple-400:focus-within:-ms-input-placeholder {
    color: #b794f4;
  }

  .sm\:focus-within\:placeholder-purple-400:focus-within::-ms-input-placeholder {
    color: #b794f4;
  }

  .sm\:focus-within\:placeholder-purple-400:focus-within::placeholder {
    color: #b794f4;
  }

  .sm\:focus-within\:placeholder-purple-500:focus-within::-webkit-input-placeholder {
    color: #9f7aea;
  }

  .sm\:focus-within\:placeholder-purple-500:focus-within::-moz-placeholder {
    color: #9f7aea;
  }

  .sm\:focus-within\:placeholder-purple-500:focus-within:-ms-input-placeholder {
    color: #9f7aea;
  }

  .sm\:focus-within\:placeholder-purple-500:focus-within::-ms-input-placeholder {
    color: #9f7aea;
  }

  .sm\:focus-within\:placeholder-purple-500:focus-within::placeholder {
    color: #9f7aea;
  }

  .sm\:focus-within\:placeholder-purple-600:focus-within::-webkit-input-placeholder {
    color: #805ad5;
  }

  .sm\:focus-within\:placeholder-purple-600:focus-within::-moz-placeholder {
    color: #805ad5;
  }

  .sm\:focus-within\:placeholder-purple-600:focus-within:-ms-input-placeholder {
    color: #805ad5;
  }

  .sm\:focus-within\:placeholder-purple-600:focus-within::-ms-input-placeholder {
    color: #805ad5;
  }

  .sm\:focus-within\:placeholder-purple-600:focus-within::placeholder {
    color: #805ad5;
  }

  .sm\:focus-within\:placeholder-purple-700:focus-within::-webkit-input-placeholder {
    color: #6b46c1;
  }

  .sm\:focus-within\:placeholder-purple-700:focus-within::-moz-placeholder {
    color: #6b46c1;
  }

  .sm\:focus-within\:placeholder-purple-700:focus-within:-ms-input-placeholder {
    color: #6b46c1;
  }

  .sm\:focus-within\:placeholder-purple-700:focus-within::-ms-input-placeholder {
    color: #6b46c1;
  }

  .sm\:focus-within\:placeholder-purple-700:focus-within::placeholder {
    color: #6b46c1;
  }

  .sm\:focus-within\:placeholder-purple-800:focus-within::-webkit-input-placeholder {
    color: #553c9a;
  }

  .sm\:focus-within\:placeholder-purple-800:focus-within::-moz-placeholder {
    color: #553c9a;
  }

  .sm\:focus-within\:placeholder-purple-800:focus-within:-ms-input-placeholder {
    color: #553c9a;
  }

  .sm\:focus-within\:placeholder-purple-800:focus-within::-ms-input-placeholder {
    color: #553c9a;
  }

  .sm\:focus-within\:placeholder-purple-800:focus-within::placeholder {
    color: #553c9a;
  }

  .sm\:focus-within\:placeholder-purple-900:focus-within::-webkit-input-placeholder {
    color: #44337a;
  }

  .sm\:focus-within\:placeholder-purple-900:focus-within::-moz-placeholder {
    color: #44337a;
  }

  .sm\:focus-within\:placeholder-purple-900:focus-within:-ms-input-placeholder {
    color: #44337a;
  }

  .sm\:focus-within\:placeholder-purple-900:focus-within::-ms-input-placeholder {
    color: #44337a;
  }

  .sm\:focus-within\:placeholder-purple-900:focus-within::placeholder {
    color: #44337a;
  }

  .sm\:focus-within\:placeholder-pink-100:focus-within::-webkit-input-placeholder {
    color: #fff5f7;
  }

  .sm\:focus-within\:placeholder-pink-100:focus-within::-moz-placeholder {
    color: #fff5f7;
  }

  .sm\:focus-within\:placeholder-pink-100:focus-within:-ms-input-placeholder {
    color: #fff5f7;
  }

  .sm\:focus-within\:placeholder-pink-100:focus-within::-ms-input-placeholder {
    color: #fff5f7;
  }

  .sm\:focus-within\:placeholder-pink-100:focus-within::placeholder {
    color: #fff5f7;
  }

  .sm\:focus-within\:placeholder-pink-200:focus-within::-webkit-input-placeholder {
    color: #fed7e2;
  }

  .sm\:focus-within\:placeholder-pink-200:focus-within::-moz-placeholder {
    color: #fed7e2;
  }

  .sm\:focus-within\:placeholder-pink-200:focus-within:-ms-input-placeholder {
    color: #fed7e2;
  }

  .sm\:focus-within\:placeholder-pink-200:focus-within::-ms-input-placeholder {
    color: #fed7e2;
  }

  .sm\:focus-within\:placeholder-pink-200:focus-within::placeholder {
    color: #fed7e2;
  }

  .sm\:focus-within\:placeholder-pink-300:focus-within::-webkit-input-placeholder {
    color: #fbb6ce;
  }

  .sm\:focus-within\:placeholder-pink-300:focus-within::-moz-placeholder {
    color: #fbb6ce;
  }

  .sm\:focus-within\:placeholder-pink-300:focus-within:-ms-input-placeholder {
    color: #fbb6ce;
  }

  .sm\:focus-within\:placeholder-pink-300:focus-within::-ms-input-placeholder {
    color: #fbb6ce;
  }

  .sm\:focus-within\:placeholder-pink-300:focus-within::placeholder {
    color: #fbb6ce;
  }

  .sm\:focus-within\:placeholder-pink-400:focus-within::-webkit-input-placeholder {
    color: #f687b3;
  }

  .sm\:focus-within\:placeholder-pink-400:focus-within::-moz-placeholder {
    color: #f687b3;
  }

  .sm\:focus-within\:placeholder-pink-400:focus-within:-ms-input-placeholder {
    color: #f687b3;
  }

  .sm\:focus-within\:placeholder-pink-400:focus-within::-ms-input-placeholder {
    color: #f687b3;
  }

  .sm\:focus-within\:placeholder-pink-400:focus-within::placeholder {
    color: #f687b3;
  }

  .sm\:focus-within\:placeholder-pink-500:focus-within::-webkit-input-placeholder {
    color: #ed64a6;
  }

  .sm\:focus-within\:placeholder-pink-500:focus-within::-moz-placeholder {
    color: #ed64a6;
  }

  .sm\:focus-within\:placeholder-pink-500:focus-within:-ms-input-placeholder {
    color: #ed64a6;
  }

  .sm\:focus-within\:placeholder-pink-500:focus-within::-ms-input-placeholder {
    color: #ed64a6;
  }

  .sm\:focus-within\:placeholder-pink-500:focus-within::placeholder {
    color: #ed64a6;
  }

  .sm\:focus-within\:placeholder-pink-600:focus-within::-webkit-input-placeholder {
    color: #d53f8c;
  }

  .sm\:focus-within\:placeholder-pink-600:focus-within::-moz-placeholder {
    color: #d53f8c;
  }

  .sm\:focus-within\:placeholder-pink-600:focus-within:-ms-input-placeholder {
    color: #d53f8c;
  }

  .sm\:focus-within\:placeholder-pink-600:focus-within::-ms-input-placeholder {
    color: #d53f8c;
  }

  .sm\:focus-within\:placeholder-pink-600:focus-within::placeholder {
    color: #d53f8c;
  }

  .sm\:focus-within\:placeholder-pink-700:focus-within::-webkit-input-placeholder {
    color: #b83280;
  }

  .sm\:focus-within\:placeholder-pink-700:focus-within::-moz-placeholder {
    color: #b83280;
  }

  .sm\:focus-within\:placeholder-pink-700:focus-within:-ms-input-placeholder {
    color: #b83280;
  }

  .sm\:focus-within\:placeholder-pink-700:focus-within::-ms-input-placeholder {
    color: #b83280;
  }

  .sm\:focus-within\:placeholder-pink-700:focus-within::placeholder {
    color: #b83280;
  }

  .sm\:focus-within\:placeholder-pink-800:focus-within::-webkit-input-placeholder {
    color: #97266d;
  }

  .sm\:focus-within\:placeholder-pink-800:focus-within::-moz-placeholder {
    color: #97266d;
  }

  .sm\:focus-within\:placeholder-pink-800:focus-within:-ms-input-placeholder {
    color: #97266d;
  }

  .sm\:focus-within\:placeholder-pink-800:focus-within::-ms-input-placeholder {
    color: #97266d;
  }

  .sm\:focus-within\:placeholder-pink-800:focus-within::placeholder {
    color: #97266d;
  }

  .sm\:focus-within\:placeholder-pink-900:focus-within::-webkit-input-placeholder {
    color: #702459;
  }

  .sm\:focus-within\:placeholder-pink-900:focus-within::-moz-placeholder {
    color: #702459;
  }

  .sm\:focus-within\:placeholder-pink-900:focus-within:-ms-input-placeholder {
    color: #702459;
  }

  .sm\:focus-within\:placeholder-pink-900:focus-within::-ms-input-placeholder {
    color: #702459;
  }

  .sm\:focus-within\:placeholder-pink-900:focus-within::placeholder {
    color: #702459;
  }

  .sm\:first\:placeholder-transparent:first-child::-webkit-input-placeholder {
    color: transparent;
  }

  .sm\:first\:placeholder-transparent:first-child::-moz-placeholder {
    color: transparent;
  }

  .sm\:first\:placeholder-transparent:first-child:-ms-input-placeholder {
    color: transparent;
  }

  .sm\:first\:placeholder-transparent:first-child::-ms-input-placeholder {
    color: transparent;
  }

  .sm\:first\:placeholder-transparent:first-child::placeholder {
    color: transparent;
  }

  .sm\:first\:placeholder-black:first-child::-webkit-input-placeholder {
    color: #000;
  }

  .sm\:first\:placeholder-black:first-child::-moz-placeholder {
    color: #000;
  }

  .sm\:first\:placeholder-black:first-child:-ms-input-placeholder {
    color: #000;
  }

  .sm\:first\:placeholder-black:first-child::-ms-input-placeholder {
    color: #000;
  }

  .sm\:first\:placeholder-black:first-child::placeholder {
    color: #000;
  }

  .sm\:first\:placeholder-white:first-child::-webkit-input-placeholder {
    color: #fff;
  }

  .sm\:first\:placeholder-white:first-child::-moz-placeholder {
    color: #fff;
  }

  .sm\:first\:placeholder-white:first-child:-ms-input-placeholder {
    color: #fff;
  }

  .sm\:first\:placeholder-white:first-child::-ms-input-placeholder {
    color: #fff;
  }

  .sm\:first\:placeholder-white:first-child::placeholder {
    color: #fff;
  }

  .sm\:first\:placeholder-gray-100:first-child::-webkit-input-placeholder {
    color: #f7fafc;
  }

  .sm\:first\:placeholder-gray-100:first-child::-moz-placeholder {
    color: #f7fafc;
  }

  .sm\:first\:placeholder-gray-100:first-child:-ms-input-placeholder {
    color: #f7fafc;
  }

  .sm\:first\:placeholder-gray-100:first-child::-ms-input-placeholder {
    color: #f7fafc;
  }

  .sm\:first\:placeholder-gray-100:first-child::placeholder {
    color: #f7fafc;
  }

  .sm\:first\:placeholder-gray-200:first-child::-webkit-input-placeholder {
    color: #edf2f7;
  }

  .sm\:first\:placeholder-gray-200:first-child::-moz-placeholder {
    color: #edf2f7;
  }

  .sm\:first\:placeholder-gray-200:first-child:-ms-input-placeholder {
    color: #edf2f7;
  }

  .sm\:first\:placeholder-gray-200:first-child::-ms-input-placeholder {
    color: #edf2f7;
  }

  .sm\:first\:placeholder-gray-200:first-child::placeholder {
    color: #edf2f7;
  }

  .sm\:first\:placeholder-gray-300:first-child::-webkit-input-placeholder {
    color: #e2e8f0;
  }

  .sm\:first\:placeholder-gray-300:first-child::-moz-placeholder {
    color: #e2e8f0;
  }

  .sm\:first\:placeholder-gray-300:first-child:-ms-input-placeholder {
    color: #e2e8f0;
  }

  .sm\:first\:placeholder-gray-300:first-child::-ms-input-placeholder {
    color: #e2e8f0;
  }

  .sm\:first\:placeholder-gray-300:first-child::placeholder {
    color: #e2e8f0;
  }

  .sm\:first\:placeholder-gray-400:first-child::-webkit-input-placeholder {
    color: #cbd5e0;
  }

  .sm\:first\:placeholder-gray-400:first-child::-moz-placeholder {
    color: #cbd5e0;
  }

  .sm\:first\:placeholder-gray-400:first-child:-ms-input-placeholder {
    color: #cbd5e0;
  }

  .sm\:first\:placeholder-gray-400:first-child::-ms-input-placeholder {
    color: #cbd5e0;
  }

  .sm\:first\:placeholder-gray-400:first-child::placeholder {
    color: #cbd5e0;
  }

  .sm\:first\:placeholder-gray-500:first-child::-webkit-input-placeholder {
    color: #a0aec0;
  }

  .sm\:first\:placeholder-gray-500:first-child::-moz-placeholder {
    color: #a0aec0;
  }

  .sm\:first\:placeholder-gray-500:first-child:-ms-input-placeholder {
    color: #a0aec0;
  }

  .sm\:first\:placeholder-gray-500:first-child::-ms-input-placeholder {
    color: #a0aec0;
  }

  .sm\:first\:placeholder-gray-500:first-child::placeholder {
    color: #a0aec0;
  }

  .sm\:first\:placeholder-gray-600:first-child::-webkit-input-placeholder {
    color: #718096;
  }

  .sm\:first\:placeholder-gray-600:first-child::-moz-placeholder {
    color: #718096;
  }

  .sm\:first\:placeholder-gray-600:first-child:-ms-input-placeholder {
    color: #718096;
  }

  .sm\:first\:placeholder-gray-600:first-child::-ms-input-placeholder {
    color: #718096;
  }

  .sm\:first\:placeholder-gray-600:first-child::placeholder {
    color: #718096;
  }

  .sm\:first\:placeholder-gray-700:first-child::-webkit-input-placeholder {
    color: #4a5568;
  }

  .sm\:first\:placeholder-gray-700:first-child::-moz-placeholder {
    color: #4a5568;
  }

  .sm\:first\:placeholder-gray-700:first-child:-ms-input-placeholder {
    color: #4a5568;
  }

  .sm\:first\:placeholder-gray-700:first-child::-ms-input-placeholder {
    color: #4a5568;
  }

  .sm\:first\:placeholder-gray-700:first-child::placeholder {
    color: #4a5568;
  }

  .sm\:first\:placeholder-gray-800:first-child::-webkit-input-placeholder {
    color: #2d3748;
  }

  .sm\:first\:placeholder-gray-800:first-child::-moz-placeholder {
    color: #2d3748;
  }

  .sm\:first\:placeholder-gray-800:first-child:-ms-input-placeholder {
    color: #2d3748;
  }

  .sm\:first\:placeholder-gray-800:first-child::-ms-input-placeholder {
    color: #2d3748;
  }

  .sm\:first\:placeholder-gray-800:first-child::placeholder {
    color: #2d3748;
  }

  .sm\:first\:placeholder-gray-900:first-child::-webkit-input-placeholder {
    color: #1a202c;
  }

  .sm\:first\:placeholder-gray-900:first-child::-moz-placeholder {
    color: #1a202c;
  }

  .sm\:first\:placeholder-gray-900:first-child:-ms-input-placeholder {
    color: #1a202c;
  }

  .sm\:first\:placeholder-gray-900:first-child::-ms-input-placeholder {
    color: #1a202c;
  }

  .sm\:first\:placeholder-gray-900:first-child::placeholder {
    color: #1a202c;
  }

  .sm\:first\:placeholder-red-100:first-child::-webkit-input-placeholder {
    color: #fff5f5;
  }

  .sm\:first\:placeholder-red-100:first-child::-moz-placeholder {
    color: #fff5f5;
  }

  .sm\:first\:placeholder-red-100:first-child:-ms-input-placeholder {
    color: #fff5f5;
  }

  .sm\:first\:placeholder-red-100:first-child::-ms-input-placeholder {
    color: #fff5f5;
  }

  .sm\:first\:placeholder-red-100:first-child::placeholder {
    color: #fff5f5;
  }

  .sm\:first\:placeholder-red-200:first-child::-webkit-input-placeholder {
    color: #fed7d7;
  }

  .sm\:first\:placeholder-red-200:first-child::-moz-placeholder {
    color: #fed7d7;
  }

  .sm\:first\:placeholder-red-200:first-child:-ms-input-placeholder {
    color: #fed7d7;
  }

  .sm\:first\:placeholder-red-200:first-child::-ms-input-placeholder {
    color: #fed7d7;
  }

  .sm\:first\:placeholder-red-200:first-child::placeholder {
    color: #fed7d7;
  }

  .sm\:first\:placeholder-red-300:first-child::-webkit-input-placeholder {
    color: #feb2b2;
  }

  .sm\:first\:placeholder-red-300:first-child::-moz-placeholder {
    color: #feb2b2;
  }

  .sm\:first\:placeholder-red-300:first-child:-ms-input-placeholder {
    color: #feb2b2;
  }

  .sm\:first\:placeholder-red-300:first-child::-ms-input-placeholder {
    color: #feb2b2;
  }

  .sm\:first\:placeholder-red-300:first-child::placeholder {
    color: #feb2b2;
  }

  .sm\:first\:placeholder-red-400:first-child::-webkit-input-placeholder {
    color: #fc8181;
  }

  .sm\:first\:placeholder-red-400:first-child::-moz-placeholder {
    color: #fc8181;
  }

  .sm\:first\:placeholder-red-400:first-child:-ms-input-placeholder {
    color: #fc8181;
  }

  .sm\:first\:placeholder-red-400:first-child::-ms-input-placeholder {
    color: #fc8181;
  }

  .sm\:first\:placeholder-red-400:first-child::placeholder {
    color: #fc8181;
  }

  .sm\:first\:placeholder-red-500:first-child::-webkit-input-placeholder {
    color: #f56565;
  }

  .sm\:first\:placeholder-red-500:first-child::-moz-placeholder {
    color: #f56565;
  }

  .sm\:first\:placeholder-red-500:first-child:-ms-input-placeholder {
    color: #f56565;
  }

  .sm\:first\:placeholder-red-500:first-child::-ms-input-placeholder {
    color: #f56565;
  }

  .sm\:first\:placeholder-red-500:first-child::placeholder {
    color: #f56565;
  }

  .sm\:first\:placeholder-red-600:first-child::-webkit-input-placeholder {
    color: #e53e3e;
  }

  .sm\:first\:placeholder-red-600:first-child::-moz-placeholder {
    color: #e53e3e;
  }

  .sm\:first\:placeholder-red-600:first-child:-ms-input-placeholder {
    color: #e53e3e;
  }

  .sm\:first\:placeholder-red-600:first-child::-ms-input-placeholder {
    color: #e53e3e;
  }

  .sm\:first\:placeholder-red-600:first-child::placeholder {
    color: #e53e3e;
  }

  .sm\:first\:placeholder-red-700:first-child::-webkit-input-placeholder {
    color: #c53030;
  }

  .sm\:first\:placeholder-red-700:first-child::-moz-placeholder {
    color: #c53030;
  }

  .sm\:first\:placeholder-red-700:first-child:-ms-input-placeholder {
    color: #c53030;
  }

  .sm\:first\:placeholder-red-700:first-child::-ms-input-placeholder {
    color: #c53030;
  }

  .sm\:first\:placeholder-red-700:first-child::placeholder {
    color: #c53030;
  }

  .sm\:first\:placeholder-red-800:first-child::-webkit-input-placeholder {
    color: #9b2c2c;
  }

  .sm\:first\:placeholder-red-800:first-child::-moz-placeholder {
    color: #9b2c2c;
  }

  .sm\:first\:placeholder-red-800:first-child:-ms-input-placeholder {
    color: #9b2c2c;
  }

  .sm\:first\:placeholder-red-800:first-child::-ms-input-placeholder {
    color: #9b2c2c;
  }

  .sm\:first\:placeholder-red-800:first-child::placeholder {
    color: #9b2c2c;
  }

  .sm\:first\:placeholder-red-900:first-child::-webkit-input-placeholder {
    color: #742a2a;
  }

  .sm\:first\:placeholder-red-900:first-child::-moz-placeholder {
    color: #742a2a;
  }

  .sm\:first\:placeholder-red-900:first-child:-ms-input-placeholder {
    color: #742a2a;
  }

  .sm\:first\:placeholder-red-900:first-child::-ms-input-placeholder {
    color: #742a2a;
  }

  .sm\:first\:placeholder-red-900:first-child::placeholder {
    color: #742a2a;
  }

  .sm\:first\:placeholder-orange-100:first-child::-webkit-input-placeholder {
    color: #fffaf0;
  }

  .sm\:first\:placeholder-orange-100:first-child::-moz-placeholder {
    color: #fffaf0;
  }

  .sm\:first\:placeholder-orange-100:first-child:-ms-input-placeholder {
    color: #fffaf0;
  }

  .sm\:first\:placeholder-orange-100:first-child::-ms-input-placeholder {
    color: #fffaf0;
  }

  .sm\:first\:placeholder-orange-100:first-child::placeholder {
    color: #fffaf0;
  }

  .sm\:first\:placeholder-orange-200:first-child::-webkit-input-placeholder {
    color: #feebc8;
  }

  .sm\:first\:placeholder-orange-200:first-child::-moz-placeholder {
    color: #feebc8;
  }

  .sm\:first\:placeholder-orange-200:first-child:-ms-input-placeholder {
    color: #feebc8;
  }

  .sm\:first\:placeholder-orange-200:first-child::-ms-input-placeholder {
    color: #feebc8;
  }

  .sm\:first\:placeholder-orange-200:first-child::placeholder {
    color: #feebc8;
  }

  .sm\:first\:placeholder-orange-300:first-child::-webkit-input-placeholder {
    color: #fbd38d;
  }

  .sm\:first\:placeholder-orange-300:first-child::-moz-placeholder {
    color: #fbd38d;
  }

  .sm\:first\:placeholder-orange-300:first-child:-ms-input-placeholder {
    color: #fbd38d;
  }

  .sm\:first\:placeholder-orange-300:first-child::-ms-input-placeholder {
    color: #fbd38d;
  }

  .sm\:first\:placeholder-orange-300:first-child::placeholder {
    color: #fbd38d;
  }

  .sm\:first\:placeholder-orange-400:first-child::-webkit-input-placeholder {
    color: #f6ad55;
  }

  .sm\:first\:placeholder-orange-400:first-child::-moz-placeholder {
    color: #f6ad55;
  }

  .sm\:first\:placeholder-orange-400:first-child:-ms-input-placeholder {
    color: #f6ad55;
  }

  .sm\:first\:placeholder-orange-400:first-child::-ms-input-placeholder {
    color: #f6ad55;
  }

  .sm\:first\:placeholder-orange-400:first-child::placeholder {
    color: #f6ad55;
  }

  .sm\:first\:placeholder-orange-500:first-child::-webkit-input-placeholder {
    color: #ed8936;
  }

  .sm\:first\:placeholder-orange-500:first-child::-moz-placeholder {
    color: #ed8936;
  }

  .sm\:first\:placeholder-orange-500:first-child:-ms-input-placeholder {
    color: #ed8936;
  }

  .sm\:first\:placeholder-orange-500:first-child::-ms-input-placeholder {
    color: #ed8936;
  }

  .sm\:first\:placeholder-orange-500:first-child::placeholder {
    color: #ed8936;
  }

  .sm\:first\:placeholder-orange-600:first-child::-webkit-input-placeholder {
    color: #dd6b20;
  }

  .sm\:first\:placeholder-orange-600:first-child::-moz-placeholder {
    color: #dd6b20;
  }

  .sm\:first\:placeholder-orange-600:first-child:-ms-input-placeholder {
    color: #dd6b20;
  }

  .sm\:first\:placeholder-orange-600:first-child::-ms-input-placeholder {
    color: #dd6b20;
  }

  .sm\:first\:placeholder-orange-600:first-child::placeholder {
    color: #dd6b20;
  }

  .sm\:first\:placeholder-orange-700:first-child::-webkit-input-placeholder {
    color: #c05621;
  }

  .sm\:first\:placeholder-orange-700:first-child::-moz-placeholder {
    color: #c05621;
  }

  .sm\:first\:placeholder-orange-700:first-child:-ms-input-placeholder {
    color: #c05621;
  }

  .sm\:first\:placeholder-orange-700:first-child::-ms-input-placeholder {
    color: #c05621;
  }

  .sm\:first\:placeholder-orange-700:first-child::placeholder {
    color: #c05621;
  }

  .sm\:first\:placeholder-orange-800:first-child::-webkit-input-placeholder {
    color: #9c4221;
  }

  .sm\:first\:placeholder-orange-800:first-child::-moz-placeholder {
    color: #9c4221;
  }

  .sm\:first\:placeholder-orange-800:first-child:-ms-input-placeholder {
    color: #9c4221;
  }

  .sm\:first\:placeholder-orange-800:first-child::-ms-input-placeholder {
    color: #9c4221;
  }

  .sm\:first\:placeholder-orange-800:first-child::placeholder {
    color: #9c4221;
  }

  .sm\:first\:placeholder-orange-900:first-child::-webkit-input-placeholder {
    color: #7b341e;
  }

  .sm\:first\:placeholder-orange-900:first-child::-moz-placeholder {
    color: #7b341e;
  }

  .sm\:first\:placeholder-orange-900:first-child:-ms-input-placeholder {
    color: #7b341e;
  }

  .sm\:first\:placeholder-orange-900:first-child::-ms-input-placeholder {
    color: #7b341e;
  }

  .sm\:first\:placeholder-orange-900:first-child::placeholder {
    color: #7b341e;
  }

  .sm\:first\:placeholder-yellow-100:first-child::-webkit-input-placeholder {
    color: #fffff0;
  }

  .sm\:first\:placeholder-yellow-100:first-child::-moz-placeholder {
    color: #fffff0;
  }

  .sm\:first\:placeholder-yellow-100:first-child:-ms-input-placeholder {
    color: #fffff0;
  }

  .sm\:first\:placeholder-yellow-100:first-child::-ms-input-placeholder {
    color: #fffff0;
  }

  .sm\:first\:placeholder-yellow-100:first-child::placeholder {
    color: #fffff0;
  }

  .sm\:first\:placeholder-yellow-200:first-child::-webkit-input-placeholder {
    color: #fefcbf;
  }

  .sm\:first\:placeholder-yellow-200:first-child::-moz-placeholder {
    color: #fefcbf;
  }

  .sm\:first\:placeholder-yellow-200:first-child:-ms-input-placeholder {
    color: #fefcbf;
  }

  .sm\:first\:placeholder-yellow-200:first-child::-ms-input-placeholder {
    color: #fefcbf;
  }

  .sm\:first\:placeholder-yellow-200:first-child::placeholder {
    color: #fefcbf;
  }

  .sm\:first\:placeholder-yellow-300:first-child::-webkit-input-placeholder {
    color: #faf089;
  }

  .sm\:first\:placeholder-yellow-300:first-child::-moz-placeholder {
    color: #faf089;
  }

  .sm\:first\:placeholder-yellow-300:first-child:-ms-input-placeholder {
    color: #faf089;
  }

  .sm\:first\:placeholder-yellow-300:first-child::-ms-input-placeholder {
    color: #faf089;
  }

  .sm\:first\:placeholder-yellow-300:first-child::placeholder {
    color: #faf089;
  }

  .sm\:first\:placeholder-yellow-400:first-child::-webkit-input-placeholder {
    color: #f6e05e;
  }

  .sm\:first\:placeholder-yellow-400:first-child::-moz-placeholder {
    color: #f6e05e;
  }

  .sm\:first\:placeholder-yellow-400:first-child:-ms-input-placeholder {
    color: #f6e05e;
  }

  .sm\:first\:placeholder-yellow-400:first-child::-ms-input-placeholder {
    color: #f6e05e;
  }

  .sm\:first\:placeholder-yellow-400:first-child::placeholder {
    color: #f6e05e;
  }

  .sm\:first\:placeholder-yellow-500:first-child::-webkit-input-placeholder {
    color: #ecc94b;
  }

  .sm\:first\:placeholder-yellow-500:first-child::-moz-placeholder {
    color: #ecc94b;
  }

  .sm\:first\:placeholder-yellow-500:first-child:-ms-input-placeholder {
    color: #ecc94b;
  }

  .sm\:first\:placeholder-yellow-500:first-child::-ms-input-placeholder {
    color: #ecc94b;
  }

  .sm\:first\:placeholder-yellow-500:first-child::placeholder {
    color: #ecc94b;
  }

  .sm\:first\:placeholder-yellow-600:first-child::-webkit-input-placeholder {
    color: #d69e2e;
  }

  .sm\:first\:placeholder-yellow-600:first-child::-moz-placeholder {
    color: #d69e2e;
  }

  .sm\:first\:placeholder-yellow-600:first-child:-ms-input-placeholder {
    color: #d69e2e;
  }

  .sm\:first\:placeholder-yellow-600:first-child::-ms-input-placeholder {
    color: #d69e2e;
  }

  .sm\:first\:placeholder-yellow-600:first-child::placeholder {
    color: #d69e2e;
  }

  .sm\:first\:placeholder-yellow-700:first-child::-webkit-input-placeholder {
    color: #b7791f;
  }

  .sm\:first\:placeholder-yellow-700:first-child::-moz-placeholder {
    color: #b7791f;
  }

  .sm\:first\:placeholder-yellow-700:first-child:-ms-input-placeholder {
    color: #b7791f;
  }

  .sm\:first\:placeholder-yellow-700:first-child::-ms-input-placeholder {
    color: #b7791f;
  }

  .sm\:first\:placeholder-yellow-700:first-child::placeholder {
    color: #b7791f;
  }

  .sm\:first\:placeholder-yellow-800:first-child::-webkit-input-placeholder {
    color: #975a16;
  }

  .sm\:first\:placeholder-yellow-800:first-child::-moz-placeholder {
    color: #975a16;
  }

  .sm\:first\:placeholder-yellow-800:first-child:-ms-input-placeholder {
    color: #975a16;
  }

  .sm\:first\:placeholder-yellow-800:first-child::-ms-input-placeholder {
    color: #975a16;
  }

  .sm\:first\:placeholder-yellow-800:first-child::placeholder {
    color: #975a16;
  }

  .sm\:first\:placeholder-yellow-900:first-child::-webkit-input-placeholder {
    color: #744210;
  }

  .sm\:first\:placeholder-yellow-900:first-child::-moz-placeholder {
    color: #744210;
  }

  .sm\:first\:placeholder-yellow-900:first-child:-ms-input-placeholder {
    color: #744210;
  }

  .sm\:first\:placeholder-yellow-900:first-child::-ms-input-placeholder {
    color: #744210;
  }

  .sm\:first\:placeholder-yellow-900:first-child::placeholder {
    color: #744210;
  }

  .sm\:first\:placeholder-green-100:first-child::-webkit-input-placeholder {
    color: #f0fff4;
  }

  .sm\:first\:placeholder-green-100:first-child::-moz-placeholder {
    color: #f0fff4;
  }

  .sm\:first\:placeholder-green-100:first-child:-ms-input-placeholder {
    color: #f0fff4;
  }

  .sm\:first\:placeholder-green-100:first-child::-ms-input-placeholder {
    color: #f0fff4;
  }

  .sm\:first\:placeholder-green-100:first-child::placeholder {
    color: #f0fff4;
  }

  .sm\:first\:placeholder-green-200:first-child::-webkit-input-placeholder {
    color: #c6f6d5;
  }

  .sm\:first\:placeholder-green-200:first-child::-moz-placeholder {
    color: #c6f6d5;
  }

  .sm\:first\:placeholder-green-200:first-child:-ms-input-placeholder {
    color: #c6f6d5;
  }

  .sm\:first\:placeholder-green-200:first-child::-ms-input-placeholder {
    color: #c6f6d5;
  }

  .sm\:first\:placeholder-green-200:first-child::placeholder {
    color: #c6f6d5;
  }

  .sm\:first\:placeholder-green-300:first-child::-webkit-input-placeholder {
    color: #9ae6b4;
  }

  .sm\:first\:placeholder-green-300:first-child::-moz-placeholder {
    color: #9ae6b4;
  }

  .sm\:first\:placeholder-green-300:first-child:-ms-input-placeholder {
    color: #9ae6b4;
  }

  .sm\:first\:placeholder-green-300:first-child::-ms-input-placeholder {
    color: #9ae6b4;
  }

  .sm\:first\:placeholder-green-300:first-child::placeholder {
    color: #9ae6b4;
  }

  .sm\:first\:placeholder-green-400:first-child::-webkit-input-placeholder {
    color: #68d391;
  }

  .sm\:first\:placeholder-green-400:first-child::-moz-placeholder {
    color: #68d391;
  }

  .sm\:first\:placeholder-green-400:first-child:-ms-input-placeholder {
    color: #68d391;
  }

  .sm\:first\:placeholder-green-400:first-child::-ms-input-placeholder {
    color: #68d391;
  }

  .sm\:first\:placeholder-green-400:first-child::placeholder {
    color: #68d391;
  }

  .sm\:first\:placeholder-green-500:first-child::-webkit-input-placeholder {
    color: #48bb78;
  }

  .sm\:first\:placeholder-green-500:first-child::-moz-placeholder {
    color: #48bb78;
  }

  .sm\:first\:placeholder-green-500:first-child:-ms-input-placeholder {
    color: #48bb78;
  }

  .sm\:first\:placeholder-green-500:first-child::-ms-input-placeholder {
    color: #48bb78;
  }

  .sm\:first\:placeholder-green-500:first-child::placeholder {
    color: #48bb78;
  }

  .sm\:first\:placeholder-green-600:first-child::-webkit-input-placeholder {
    color: #38a169;
  }

  .sm\:first\:placeholder-green-600:first-child::-moz-placeholder {
    color: #38a169;
  }

  .sm\:first\:placeholder-green-600:first-child:-ms-input-placeholder {
    color: #38a169;
  }

  .sm\:first\:placeholder-green-600:first-child::-ms-input-placeholder {
    color: #38a169;
  }

  .sm\:first\:placeholder-green-600:first-child::placeholder {
    color: #38a169;
  }

  .sm\:first\:placeholder-green-700:first-child::-webkit-input-placeholder {
    color: #2f855a;
  }

  .sm\:first\:placeholder-green-700:first-child::-moz-placeholder {
    color: #2f855a;
  }

  .sm\:first\:placeholder-green-700:first-child:-ms-input-placeholder {
    color: #2f855a;
  }

  .sm\:first\:placeholder-green-700:first-child::-ms-input-placeholder {
    color: #2f855a;
  }

  .sm\:first\:placeholder-green-700:first-child::placeholder {
    color: #2f855a;
  }

  .sm\:first\:placeholder-green-800:first-child::-webkit-input-placeholder {
    color: #276749;
  }

  .sm\:first\:placeholder-green-800:first-child::-moz-placeholder {
    color: #276749;
  }

  .sm\:first\:placeholder-green-800:first-child:-ms-input-placeholder {
    color: #276749;
  }

  .sm\:first\:placeholder-green-800:first-child::-ms-input-placeholder {
    color: #276749;
  }

  .sm\:first\:placeholder-green-800:first-child::placeholder {
    color: #276749;
  }

  .sm\:first\:placeholder-green-900:first-child::-webkit-input-placeholder {
    color: #22543d;
  }

  .sm\:first\:placeholder-green-900:first-child::-moz-placeholder {
    color: #22543d;
  }

  .sm\:first\:placeholder-green-900:first-child:-ms-input-placeholder {
    color: #22543d;
  }

  .sm\:first\:placeholder-green-900:first-child::-ms-input-placeholder {
    color: #22543d;
  }

  .sm\:first\:placeholder-green-900:first-child::placeholder {
    color: #22543d;
  }

  .sm\:first\:placeholder-teal-100:first-child::-webkit-input-placeholder {
    color: #e6fffa;
  }

  .sm\:first\:placeholder-teal-100:first-child::-moz-placeholder {
    color: #e6fffa;
  }

  .sm\:first\:placeholder-teal-100:first-child:-ms-input-placeholder {
    color: #e6fffa;
  }

  .sm\:first\:placeholder-teal-100:first-child::-ms-input-placeholder {
    color: #e6fffa;
  }

  .sm\:first\:placeholder-teal-100:first-child::placeholder {
    color: #e6fffa;
  }

  .sm\:first\:placeholder-teal-200:first-child::-webkit-input-placeholder {
    color: #b2f5ea;
  }

  .sm\:first\:placeholder-teal-200:first-child::-moz-placeholder {
    color: #b2f5ea;
  }

  .sm\:first\:placeholder-teal-200:first-child:-ms-input-placeholder {
    color: #b2f5ea;
  }

  .sm\:first\:placeholder-teal-200:first-child::-ms-input-placeholder {
    color: #b2f5ea;
  }

  .sm\:first\:placeholder-teal-200:first-child::placeholder {
    color: #b2f5ea;
  }

  .sm\:first\:placeholder-teal-300:first-child::-webkit-input-placeholder {
    color: #81e6d9;
  }

  .sm\:first\:placeholder-teal-300:first-child::-moz-placeholder {
    color: #81e6d9;
  }

  .sm\:first\:placeholder-teal-300:first-child:-ms-input-placeholder {
    color: #81e6d9;
  }

  .sm\:first\:placeholder-teal-300:first-child::-ms-input-placeholder {
    color: #81e6d9;
  }

  .sm\:first\:placeholder-teal-300:first-child::placeholder {
    color: #81e6d9;
  }

  .sm\:first\:placeholder-teal-400:first-child::-webkit-input-placeholder {
    color: #4fd1c5;
  }

  .sm\:first\:placeholder-teal-400:first-child::-moz-placeholder {
    color: #4fd1c5;
  }

  .sm\:first\:placeholder-teal-400:first-child:-ms-input-placeholder {
    color: #4fd1c5;
  }

  .sm\:first\:placeholder-teal-400:first-child::-ms-input-placeholder {
    color: #4fd1c5;
  }

  .sm\:first\:placeholder-teal-400:first-child::placeholder {
    color: #4fd1c5;
  }

  .sm\:first\:placeholder-teal-500:first-child::-webkit-input-placeholder {
    color: #38b2ac;
  }

  .sm\:first\:placeholder-teal-500:first-child::-moz-placeholder {
    color: #38b2ac;
  }

  .sm\:first\:placeholder-teal-500:first-child:-ms-input-placeholder {
    color: #38b2ac;
  }

  .sm\:first\:placeholder-teal-500:first-child::-ms-input-placeholder {
    color: #38b2ac;
  }

  .sm\:first\:placeholder-teal-500:first-child::placeholder {
    color: #38b2ac;
  }

  .sm\:first\:placeholder-teal-600:first-child::-webkit-input-placeholder {
    color: #319795;
  }

  .sm\:first\:placeholder-teal-600:first-child::-moz-placeholder {
    color: #319795;
  }

  .sm\:first\:placeholder-teal-600:first-child:-ms-input-placeholder {
    color: #319795;
  }

  .sm\:first\:placeholder-teal-600:first-child::-ms-input-placeholder {
    color: #319795;
  }

  .sm\:first\:placeholder-teal-600:first-child::placeholder {
    color: #319795;
  }

  .sm\:first\:placeholder-teal-700:first-child::-webkit-input-placeholder {
    color: #2c7a7b;
  }

  .sm\:first\:placeholder-teal-700:first-child::-moz-placeholder {
    color: #2c7a7b;
  }

  .sm\:first\:placeholder-teal-700:first-child:-ms-input-placeholder {
    color: #2c7a7b;
  }

  .sm\:first\:placeholder-teal-700:first-child::-ms-input-placeholder {
    color: #2c7a7b;
  }

  .sm\:first\:placeholder-teal-700:first-child::placeholder {
    color: #2c7a7b;
  }

  .sm\:first\:placeholder-teal-800:first-child::-webkit-input-placeholder {
    color: #285e61;
  }

  .sm\:first\:placeholder-teal-800:first-child::-moz-placeholder {
    color: #285e61;
  }

  .sm\:first\:placeholder-teal-800:first-child:-ms-input-placeholder {
    color: #285e61;
  }

  .sm\:first\:placeholder-teal-800:first-child::-ms-input-placeholder {
    color: #285e61;
  }

  .sm\:first\:placeholder-teal-800:first-child::placeholder {
    color: #285e61;
  }

  .sm\:first\:placeholder-teal-900:first-child::-webkit-input-placeholder {
    color: #234e52;
  }

  .sm\:first\:placeholder-teal-900:first-child::-moz-placeholder {
    color: #234e52;
  }

  .sm\:first\:placeholder-teal-900:first-child:-ms-input-placeholder {
    color: #234e52;
  }

  .sm\:first\:placeholder-teal-900:first-child::-ms-input-placeholder {
    color: #234e52;
  }

  .sm\:first\:placeholder-teal-900:first-child::placeholder {
    color: #234e52;
  }

  .sm\:first\:placeholder-blue-100:first-child::-webkit-input-placeholder {
    color: #ebf8ff;
  }

  .sm\:first\:placeholder-blue-100:first-child::-moz-placeholder {
    color: #ebf8ff;
  }

  .sm\:first\:placeholder-blue-100:first-child:-ms-input-placeholder {
    color: #ebf8ff;
  }

  .sm\:first\:placeholder-blue-100:first-child::-ms-input-placeholder {
    color: #ebf8ff;
  }

  .sm\:first\:placeholder-blue-100:first-child::placeholder {
    color: #ebf8ff;
  }

  .sm\:first\:placeholder-blue-200:first-child::-webkit-input-placeholder {
    color: #bee3f8;
  }

  .sm\:first\:placeholder-blue-200:first-child::-moz-placeholder {
    color: #bee3f8;
  }

  .sm\:first\:placeholder-blue-200:first-child:-ms-input-placeholder {
    color: #bee3f8;
  }

  .sm\:first\:placeholder-blue-200:first-child::-ms-input-placeholder {
    color: #bee3f8;
  }

  .sm\:first\:placeholder-blue-200:first-child::placeholder {
    color: #bee3f8;
  }

  .sm\:first\:placeholder-blue-300:first-child::-webkit-input-placeholder {
    color: #90cdf4;
  }

  .sm\:first\:placeholder-blue-300:first-child::-moz-placeholder {
    color: #90cdf4;
  }

  .sm\:first\:placeholder-blue-300:first-child:-ms-input-placeholder {
    color: #90cdf4;
  }

  .sm\:first\:placeholder-blue-300:first-child::-ms-input-placeholder {
    color: #90cdf4;
  }

  .sm\:first\:placeholder-blue-300:first-child::placeholder {
    color: #90cdf4;
  }

  .sm\:first\:placeholder-blue-400:first-child::-webkit-input-placeholder {
    color: #63b3ed;
  }

  .sm\:first\:placeholder-blue-400:first-child::-moz-placeholder {
    color: #63b3ed;
  }

  .sm\:first\:placeholder-blue-400:first-child:-ms-input-placeholder {
    color: #63b3ed;
  }

  .sm\:first\:placeholder-blue-400:first-child::-ms-input-placeholder {
    color: #63b3ed;
  }

  .sm\:first\:placeholder-blue-400:first-child::placeholder {
    color: #63b3ed;
  }

  .sm\:first\:placeholder-blue-500:first-child::-webkit-input-placeholder {
    color: #4299e1;
  }

  .sm\:first\:placeholder-blue-500:first-child::-moz-placeholder {
    color: #4299e1;
  }

  .sm\:first\:placeholder-blue-500:first-child:-ms-input-placeholder {
    color: #4299e1;
  }

  .sm\:first\:placeholder-blue-500:first-child::-ms-input-placeholder {
    color: #4299e1;
  }

  .sm\:first\:placeholder-blue-500:first-child::placeholder {
    color: #4299e1;
  }

  .sm\:first\:placeholder-blue-600:first-child::-webkit-input-placeholder {
    color: #3182ce;
  }

  .sm\:first\:placeholder-blue-600:first-child::-moz-placeholder {
    color: #3182ce;
  }

  .sm\:first\:placeholder-blue-600:first-child:-ms-input-placeholder {
    color: #3182ce;
  }

  .sm\:first\:placeholder-blue-600:first-child::-ms-input-placeholder {
    color: #3182ce;
  }

  .sm\:first\:placeholder-blue-600:first-child::placeholder {
    color: #3182ce;
  }

  .sm\:first\:placeholder-blue-700:first-child::-webkit-input-placeholder {
    color: #2b6cb0;
  }

  .sm\:first\:placeholder-blue-700:first-child::-moz-placeholder {
    color: #2b6cb0;
  }

  .sm\:first\:placeholder-blue-700:first-child:-ms-input-placeholder {
    color: #2b6cb0;
  }

  .sm\:first\:placeholder-blue-700:first-child::-ms-input-placeholder {
    color: #2b6cb0;
  }

  .sm\:first\:placeholder-blue-700:first-child::placeholder {
    color: #2b6cb0;
  }

  .sm\:first\:placeholder-blue-800:first-child::-webkit-input-placeholder {
    color: #2c5282;
  }

  .sm\:first\:placeholder-blue-800:first-child::-moz-placeholder {
    color: #2c5282;
  }

  .sm\:first\:placeholder-blue-800:first-child:-ms-input-placeholder {
    color: #2c5282;
  }

  .sm\:first\:placeholder-blue-800:first-child::-ms-input-placeholder {
    color: #2c5282;
  }

  .sm\:first\:placeholder-blue-800:first-child::placeholder {
    color: #2c5282;
  }

  .sm\:first\:placeholder-blue-900:first-child::-webkit-input-placeholder {
    color: #2a4365;
  }

  .sm\:first\:placeholder-blue-900:first-child::-moz-placeholder {
    color: #2a4365;
  }

  .sm\:first\:placeholder-blue-900:first-child:-ms-input-placeholder {
    color: #2a4365;
  }

  .sm\:first\:placeholder-blue-900:first-child::-ms-input-placeholder {
    color: #2a4365;
  }

  .sm\:first\:placeholder-blue-900:first-child::placeholder {
    color: #2a4365;
  }

  .sm\:first\:placeholder-indigo-100:first-child::-webkit-input-placeholder {
    color: #ebf4ff;
  }

  .sm\:first\:placeholder-indigo-100:first-child::-moz-placeholder {
    color: #ebf4ff;
  }

  .sm\:first\:placeholder-indigo-100:first-child:-ms-input-placeholder {
    color: #ebf4ff;
  }

  .sm\:first\:placeholder-indigo-100:first-child::-ms-input-placeholder {
    color: #ebf4ff;
  }

  .sm\:first\:placeholder-indigo-100:first-child::placeholder {
    color: #ebf4ff;
  }

  .sm\:first\:placeholder-indigo-200:first-child::-webkit-input-placeholder {
    color: #c3dafe;
  }

  .sm\:first\:placeholder-indigo-200:first-child::-moz-placeholder {
    color: #c3dafe;
  }

  .sm\:first\:placeholder-indigo-200:first-child:-ms-input-placeholder {
    color: #c3dafe;
  }

  .sm\:first\:placeholder-indigo-200:first-child::-ms-input-placeholder {
    color: #c3dafe;
  }

  .sm\:first\:placeholder-indigo-200:first-child::placeholder {
    color: #c3dafe;
  }

  .sm\:first\:placeholder-indigo-300:first-child::-webkit-input-placeholder {
    color: #a3bffa;
  }

  .sm\:first\:placeholder-indigo-300:first-child::-moz-placeholder {
    color: #a3bffa;
  }

  .sm\:first\:placeholder-indigo-300:first-child:-ms-input-placeholder {
    color: #a3bffa;
  }

  .sm\:first\:placeholder-indigo-300:first-child::-ms-input-placeholder {
    color: #a3bffa;
  }

  .sm\:first\:placeholder-indigo-300:first-child::placeholder {
    color: #a3bffa;
  }

  .sm\:first\:placeholder-indigo-400:first-child::-webkit-input-placeholder {
    color: #7f9cf5;
  }

  .sm\:first\:placeholder-indigo-400:first-child::-moz-placeholder {
    color: #7f9cf5;
  }

  .sm\:first\:placeholder-indigo-400:first-child:-ms-input-placeholder {
    color: #7f9cf5;
  }

  .sm\:first\:placeholder-indigo-400:first-child::-ms-input-placeholder {
    color: #7f9cf5;
  }

  .sm\:first\:placeholder-indigo-400:first-child::placeholder {
    color: #7f9cf5;
  }

  .sm\:first\:placeholder-indigo-500:first-child::-webkit-input-placeholder {
    color: #667eea;
  }

  .sm\:first\:placeholder-indigo-500:first-child::-moz-placeholder {
    color: #667eea;
  }

  .sm\:first\:placeholder-indigo-500:first-child:-ms-input-placeholder {
    color: #667eea;
  }

  .sm\:first\:placeholder-indigo-500:first-child::-ms-input-placeholder {
    color: #667eea;
  }

  .sm\:first\:placeholder-indigo-500:first-child::placeholder {
    color: #667eea;
  }

  .sm\:first\:placeholder-indigo-600:first-child::-webkit-input-placeholder {
    color: #5a67d8;
  }

  .sm\:first\:placeholder-indigo-600:first-child::-moz-placeholder {
    color: #5a67d8;
  }

  .sm\:first\:placeholder-indigo-600:first-child:-ms-input-placeholder {
    color: #5a67d8;
  }

  .sm\:first\:placeholder-indigo-600:first-child::-ms-input-placeholder {
    color: #5a67d8;
  }

  .sm\:first\:placeholder-indigo-600:first-child::placeholder {
    color: #5a67d8;
  }

  .sm\:first\:placeholder-indigo-700:first-child::-webkit-input-placeholder {
    color: #4c51bf;
  }

  .sm\:first\:placeholder-indigo-700:first-child::-moz-placeholder {
    color: #4c51bf;
  }

  .sm\:first\:placeholder-indigo-700:first-child:-ms-input-placeholder {
    color: #4c51bf;
  }

  .sm\:first\:placeholder-indigo-700:first-child::-ms-input-placeholder {
    color: #4c51bf;
  }

  .sm\:first\:placeholder-indigo-700:first-child::placeholder {
    color: #4c51bf;
  }

  .sm\:first\:placeholder-indigo-800:first-child::-webkit-input-placeholder {
    color: #434190;
  }

  .sm\:first\:placeholder-indigo-800:first-child::-moz-placeholder {
    color: #434190;
  }

  .sm\:first\:placeholder-indigo-800:first-child:-ms-input-placeholder {
    color: #434190;
  }

  .sm\:first\:placeholder-indigo-800:first-child::-ms-input-placeholder {
    color: #434190;
  }

  .sm\:first\:placeholder-indigo-800:first-child::placeholder {
    color: #434190;
  }

  .sm\:first\:placeholder-indigo-900:first-child::-webkit-input-placeholder {
    color: #3c366b;
  }

  .sm\:first\:placeholder-indigo-900:first-child::-moz-placeholder {
    color: #3c366b;
  }

  .sm\:first\:placeholder-indigo-900:first-child:-ms-input-placeholder {
    color: #3c366b;
  }

  .sm\:first\:placeholder-indigo-900:first-child::-ms-input-placeholder {
    color: #3c366b;
  }

  .sm\:first\:placeholder-indigo-900:first-child::placeholder {
    color: #3c366b;
  }

  .sm\:first\:placeholder-purple-100:first-child::-webkit-input-placeholder {
    color: #faf5ff;
  }

  .sm\:first\:placeholder-purple-100:first-child::-moz-placeholder {
    color: #faf5ff;
  }

  .sm\:first\:placeholder-purple-100:first-child:-ms-input-placeholder {
    color: #faf5ff;
  }

  .sm\:first\:placeholder-purple-100:first-child::-ms-input-placeholder {
    color: #faf5ff;
  }

  .sm\:first\:placeholder-purple-100:first-child::placeholder {
    color: #faf5ff;
  }

  .sm\:first\:placeholder-purple-200:first-child::-webkit-input-placeholder {
    color: #e9d8fd;
  }

  .sm\:first\:placeholder-purple-200:first-child::-moz-placeholder {
    color: #e9d8fd;
  }

  .sm\:first\:placeholder-purple-200:first-child:-ms-input-placeholder {
    color: #e9d8fd;
  }

  .sm\:first\:placeholder-purple-200:first-child::-ms-input-placeholder {
    color: #e9d8fd;
  }

  .sm\:first\:placeholder-purple-200:first-child::placeholder {
    color: #e9d8fd;
  }

  .sm\:first\:placeholder-purple-300:first-child::-webkit-input-placeholder {
    color: #d6bcfa;
  }

  .sm\:first\:placeholder-purple-300:first-child::-moz-placeholder {
    color: #d6bcfa;
  }

  .sm\:first\:placeholder-purple-300:first-child:-ms-input-placeholder {
    color: #d6bcfa;
  }

  .sm\:first\:placeholder-purple-300:first-child::-ms-input-placeholder {
    color: #d6bcfa;
  }

  .sm\:first\:placeholder-purple-300:first-child::placeholder {
    color: #d6bcfa;
  }

  .sm\:first\:placeholder-purple-400:first-child::-webkit-input-placeholder {
    color: #b794f4;
  }

  .sm\:first\:placeholder-purple-400:first-child::-moz-placeholder {
    color: #b794f4;
  }

  .sm\:first\:placeholder-purple-400:first-child:-ms-input-placeholder {
    color: #b794f4;
  }

  .sm\:first\:placeholder-purple-400:first-child::-ms-input-placeholder {
    color: #b794f4;
  }

  .sm\:first\:placeholder-purple-400:first-child::placeholder {
    color: #b794f4;
  }

  .sm\:first\:placeholder-purple-500:first-child::-webkit-input-placeholder {
    color: #9f7aea;
  }

  .sm\:first\:placeholder-purple-500:first-child::-moz-placeholder {
    color: #9f7aea;
  }

  .sm\:first\:placeholder-purple-500:first-child:-ms-input-placeholder {
    color: #9f7aea;
  }

  .sm\:first\:placeholder-purple-500:first-child::-ms-input-placeholder {
    color: #9f7aea;
  }

  .sm\:first\:placeholder-purple-500:first-child::placeholder {
    color: #9f7aea;
  }

  .sm\:first\:placeholder-purple-600:first-child::-webkit-input-placeholder {
    color: #805ad5;
  }

  .sm\:first\:placeholder-purple-600:first-child::-moz-placeholder {
    color: #805ad5;
  }

  .sm\:first\:placeholder-purple-600:first-child:-ms-input-placeholder {
    color: #805ad5;
  }

  .sm\:first\:placeholder-purple-600:first-child::-ms-input-placeholder {
    color: #805ad5;
  }

  .sm\:first\:placeholder-purple-600:first-child::placeholder {
    color: #805ad5;
  }

  .sm\:first\:placeholder-purple-700:first-child::-webkit-input-placeholder {
    color: #6b46c1;
  }

  .sm\:first\:placeholder-purple-700:first-child::-moz-placeholder {
    color: #6b46c1;
  }

  .sm\:first\:placeholder-purple-700:first-child:-ms-input-placeholder {
    color: #6b46c1;
  }

  .sm\:first\:placeholder-purple-700:first-child::-ms-input-placeholder {
    color: #6b46c1;
  }

  .sm\:first\:placeholder-purple-700:first-child::placeholder {
    color: #6b46c1;
  }

  .sm\:first\:placeholder-purple-800:first-child::-webkit-input-placeholder {
    color: #553c9a;
  }

  .sm\:first\:placeholder-purple-800:first-child::-moz-placeholder {
    color: #553c9a;
  }

  .sm\:first\:placeholder-purple-800:first-child:-ms-input-placeholder {
    color: #553c9a;
  }

  .sm\:first\:placeholder-purple-800:first-child::-ms-input-placeholder {
    color: #553c9a;
  }

  .sm\:first\:placeholder-purple-800:first-child::placeholder {
    color: #553c9a;
  }

  .sm\:first\:placeholder-purple-900:first-child::-webkit-input-placeholder {
    color: #44337a;
  }

  .sm\:first\:placeholder-purple-900:first-child::-moz-placeholder {
    color: #44337a;
  }

  .sm\:first\:placeholder-purple-900:first-child:-ms-input-placeholder {
    color: #44337a;
  }

  .sm\:first\:placeholder-purple-900:first-child::-ms-input-placeholder {
    color: #44337a;
  }

  .sm\:first\:placeholder-purple-900:first-child::placeholder {
    color: #44337a;
  }

  .sm\:first\:placeholder-pink-100:first-child::-webkit-input-placeholder {
    color: #fff5f7;
  }

  .sm\:first\:placeholder-pink-100:first-child::-moz-placeholder {
    color: #fff5f7;
  }

  .sm\:first\:placeholder-pink-100:first-child:-ms-input-placeholder {
    color: #fff5f7;
  }

  .sm\:first\:placeholder-pink-100:first-child::-ms-input-placeholder {
    color: #fff5f7;
  }

  .sm\:first\:placeholder-pink-100:first-child::placeholder {
    color: #fff5f7;
  }

  .sm\:first\:placeholder-pink-200:first-child::-webkit-input-placeholder {
    color: #fed7e2;
  }

  .sm\:first\:placeholder-pink-200:first-child::-moz-placeholder {
    color: #fed7e2;
  }

  .sm\:first\:placeholder-pink-200:first-child:-ms-input-placeholder {
    color: #fed7e2;
  }

  .sm\:first\:placeholder-pink-200:first-child::-ms-input-placeholder {
    color: #fed7e2;
  }

  .sm\:first\:placeholder-pink-200:first-child::placeholder {
    color: #fed7e2;
  }

  .sm\:first\:placeholder-pink-300:first-child::-webkit-input-placeholder {
    color: #fbb6ce;
  }

  .sm\:first\:placeholder-pink-300:first-child::-moz-placeholder {
    color: #fbb6ce;
  }

  .sm\:first\:placeholder-pink-300:first-child:-ms-input-placeholder {
    color: #fbb6ce;
  }

  .sm\:first\:placeholder-pink-300:first-child::-ms-input-placeholder {
    color: #fbb6ce;
  }

  .sm\:first\:placeholder-pink-300:first-child::placeholder {
    color: #fbb6ce;
  }

  .sm\:first\:placeholder-pink-400:first-child::-webkit-input-placeholder {
    color: #f687b3;
  }

  .sm\:first\:placeholder-pink-400:first-child::-moz-placeholder {
    color: #f687b3;
  }

  .sm\:first\:placeholder-pink-400:first-child:-ms-input-placeholder {
    color: #f687b3;
  }

  .sm\:first\:placeholder-pink-400:first-child::-ms-input-placeholder {
    color: #f687b3;
  }

  .sm\:first\:placeholder-pink-400:first-child::placeholder {
    color: #f687b3;
  }

  .sm\:first\:placeholder-pink-500:first-child::-webkit-input-placeholder {
    color: #ed64a6;
  }

  .sm\:first\:placeholder-pink-500:first-child::-moz-placeholder {
    color: #ed64a6;
  }

  .sm\:first\:placeholder-pink-500:first-child:-ms-input-placeholder {
    color: #ed64a6;
  }

  .sm\:first\:placeholder-pink-500:first-child::-ms-input-placeholder {
    color: #ed64a6;
  }

  .sm\:first\:placeholder-pink-500:first-child::placeholder {
    color: #ed64a6;
  }

  .sm\:first\:placeholder-pink-600:first-child::-webkit-input-placeholder {
    color: #d53f8c;
  }

  .sm\:first\:placeholder-pink-600:first-child::-moz-placeholder {
    color: #d53f8c;
  }

  .sm\:first\:placeholder-pink-600:first-child:-ms-input-placeholder {
    color: #d53f8c;
  }

  .sm\:first\:placeholder-pink-600:first-child::-ms-input-placeholder {
    color: #d53f8c;
  }

  .sm\:first\:placeholder-pink-600:first-child::placeholder {
    color: #d53f8c;
  }

  .sm\:first\:placeholder-pink-700:first-child::-webkit-input-placeholder {
    color: #b83280;
  }

  .sm\:first\:placeholder-pink-700:first-child::-moz-placeholder {
    color: #b83280;
  }

  .sm\:first\:placeholder-pink-700:first-child:-ms-input-placeholder {
    color: #b83280;
  }

  .sm\:first\:placeholder-pink-700:first-child::-ms-input-placeholder {
    color: #b83280;
  }

  .sm\:first\:placeholder-pink-700:first-child::placeholder {
    color: #b83280;
  }

  .sm\:first\:placeholder-pink-800:first-child::-webkit-input-placeholder {
    color: #97266d;
  }

  .sm\:first\:placeholder-pink-800:first-child::-moz-placeholder {
    color: #97266d;
  }

  .sm\:first\:placeholder-pink-800:first-child:-ms-input-placeholder {
    color: #97266d;
  }

  .sm\:first\:placeholder-pink-800:first-child::-ms-input-placeholder {
    color: #97266d;
  }

  .sm\:first\:placeholder-pink-800:first-child::placeholder {
    color: #97266d;
  }

  .sm\:first\:placeholder-pink-900:first-child::-webkit-input-placeholder {
    color: #702459;
  }

  .sm\:first\:placeholder-pink-900:first-child::-moz-placeholder {
    color: #702459;
  }

  .sm\:first\:placeholder-pink-900:first-child:-ms-input-placeholder {
    color: #702459;
  }

  .sm\:first\:placeholder-pink-900:first-child::-ms-input-placeholder {
    color: #702459;
  }

  .sm\:first\:placeholder-pink-900:first-child::placeholder {
    color: #702459;
  }

  .sm\:last\:placeholder-transparent:last-child::-webkit-input-placeholder {
    color: transparent;
  }

  .sm\:last\:placeholder-transparent:last-child::-moz-placeholder {
    color: transparent;
  }

  .sm\:last\:placeholder-transparent:last-child:-ms-input-placeholder {
    color: transparent;
  }

  .sm\:last\:placeholder-transparent:last-child::-ms-input-placeholder {
    color: transparent;
  }

  .sm\:last\:placeholder-transparent:last-child::placeholder {
    color: transparent;
  }

  .sm\:last\:placeholder-black:last-child::-webkit-input-placeholder {
    color: #000;
  }

  .sm\:last\:placeholder-black:last-child::-moz-placeholder {
    color: #000;
  }

  .sm\:last\:placeholder-black:last-child:-ms-input-placeholder {
    color: #000;
  }

  .sm\:last\:placeholder-black:last-child::-ms-input-placeholder {
    color: #000;
  }

  .sm\:last\:placeholder-black:last-child::placeholder {
    color: #000;
  }

  .sm\:last\:placeholder-white:last-child::-webkit-input-placeholder {
    color: #fff;
  }

  .sm\:last\:placeholder-white:last-child::-moz-placeholder {
    color: #fff;
  }

  .sm\:last\:placeholder-white:last-child:-ms-input-placeholder {
    color: #fff;
  }

  .sm\:last\:placeholder-white:last-child::-ms-input-placeholder {
    color: #fff;
  }

  .sm\:last\:placeholder-white:last-child::placeholder {
    color: #fff;
  }

  .sm\:last\:placeholder-gray-100:last-child::-webkit-input-placeholder {
    color: #f7fafc;
  }

  .sm\:last\:placeholder-gray-100:last-child::-moz-placeholder {
    color: #f7fafc;
  }

  .sm\:last\:placeholder-gray-100:last-child:-ms-input-placeholder {
    color: #f7fafc;
  }

  .sm\:last\:placeholder-gray-100:last-child::-ms-input-placeholder {
    color: #f7fafc;
  }

  .sm\:last\:placeholder-gray-100:last-child::placeholder {
    color: #f7fafc;
  }

  .sm\:last\:placeholder-gray-200:last-child::-webkit-input-placeholder {
    color: #edf2f7;
  }

  .sm\:last\:placeholder-gray-200:last-child::-moz-placeholder {
    color: #edf2f7;
  }

  .sm\:last\:placeholder-gray-200:last-child:-ms-input-placeholder {
    color: #edf2f7;
  }

  .sm\:last\:placeholder-gray-200:last-child::-ms-input-placeholder {
    color: #edf2f7;
  }

  .sm\:last\:placeholder-gray-200:last-child::placeholder {
    color: #edf2f7;
  }

  .sm\:last\:placeholder-gray-300:last-child::-webkit-input-placeholder {
    color: #e2e8f0;
  }

  .sm\:last\:placeholder-gray-300:last-child::-moz-placeholder {
    color: #e2e8f0;
  }

  .sm\:last\:placeholder-gray-300:last-child:-ms-input-placeholder {
    color: #e2e8f0;
  }

  .sm\:last\:placeholder-gray-300:last-child::-ms-input-placeholder {
    color: #e2e8f0;
  }

  .sm\:last\:placeholder-gray-300:last-child::placeholder {
    color: #e2e8f0;
  }

  .sm\:last\:placeholder-gray-400:last-child::-webkit-input-placeholder {
    color: #cbd5e0;
  }

  .sm\:last\:placeholder-gray-400:last-child::-moz-placeholder {
    color: #cbd5e0;
  }

  .sm\:last\:placeholder-gray-400:last-child:-ms-input-placeholder {
    color: #cbd5e0;
  }

  .sm\:last\:placeholder-gray-400:last-child::-ms-input-placeholder {
    color: #cbd5e0;
  }

  .sm\:last\:placeholder-gray-400:last-child::placeholder {
    color: #cbd5e0;
  }

  .sm\:last\:placeholder-gray-500:last-child::-webkit-input-placeholder {
    color: #a0aec0;
  }

  .sm\:last\:placeholder-gray-500:last-child::-moz-placeholder {
    color: #a0aec0;
  }

  .sm\:last\:placeholder-gray-500:last-child:-ms-input-placeholder {
    color: #a0aec0;
  }

  .sm\:last\:placeholder-gray-500:last-child::-ms-input-placeholder {
    color: #a0aec0;
  }

  .sm\:last\:placeholder-gray-500:last-child::placeholder {
    color: #a0aec0;
  }

  .sm\:last\:placeholder-gray-600:last-child::-webkit-input-placeholder {
    color: #718096;
  }

  .sm\:last\:placeholder-gray-600:last-child::-moz-placeholder {
    color: #718096;
  }

  .sm\:last\:placeholder-gray-600:last-child:-ms-input-placeholder {
    color: #718096;
  }

  .sm\:last\:placeholder-gray-600:last-child::-ms-input-placeholder {
    color: #718096;
  }

  .sm\:last\:placeholder-gray-600:last-child::placeholder {
    color: #718096;
  }

  .sm\:last\:placeholder-gray-700:last-child::-webkit-input-placeholder {
    color: #4a5568;
  }

  .sm\:last\:placeholder-gray-700:last-child::-moz-placeholder {
    color: #4a5568;
  }

  .sm\:last\:placeholder-gray-700:last-child:-ms-input-placeholder {
    color: #4a5568;
  }

  .sm\:last\:placeholder-gray-700:last-child::-ms-input-placeholder {
    color: #4a5568;
  }

  .sm\:last\:placeholder-gray-700:last-child::placeholder {
    color: #4a5568;
  }

  .sm\:last\:placeholder-gray-800:last-child::-webkit-input-placeholder {
    color: #2d3748;
  }

  .sm\:last\:placeholder-gray-800:last-child::-moz-placeholder {
    color: #2d3748;
  }

  .sm\:last\:placeholder-gray-800:last-child:-ms-input-placeholder {
    color: #2d3748;
  }

  .sm\:last\:placeholder-gray-800:last-child::-ms-input-placeholder {
    color: #2d3748;
  }

  .sm\:last\:placeholder-gray-800:last-child::placeholder {
    color: #2d3748;
  }

  .sm\:last\:placeholder-gray-900:last-child::-webkit-input-placeholder {
    color: #1a202c;
  }

  .sm\:last\:placeholder-gray-900:last-child::-moz-placeholder {
    color: #1a202c;
  }

  .sm\:last\:placeholder-gray-900:last-child:-ms-input-placeholder {
    color: #1a202c;
  }

  .sm\:last\:placeholder-gray-900:last-child::-ms-input-placeholder {
    color: #1a202c;
  }

  .sm\:last\:placeholder-gray-900:last-child::placeholder {
    color: #1a202c;
  }

  .sm\:last\:placeholder-red-100:last-child::-webkit-input-placeholder {
    color: #fff5f5;
  }

  .sm\:last\:placeholder-red-100:last-child::-moz-placeholder {
    color: #fff5f5;
  }

  .sm\:last\:placeholder-red-100:last-child:-ms-input-placeholder {
    color: #fff5f5;
  }

  .sm\:last\:placeholder-red-100:last-child::-ms-input-placeholder {
    color: #fff5f5;
  }

  .sm\:last\:placeholder-red-100:last-child::placeholder {
    color: #fff5f5;
  }

  .sm\:last\:placeholder-red-200:last-child::-webkit-input-placeholder {
    color: #fed7d7;
  }

  .sm\:last\:placeholder-red-200:last-child::-moz-placeholder {
    color: #fed7d7;
  }

  .sm\:last\:placeholder-red-200:last-child:-ms-input-placeholder {
    color: #fed7d7;
  }

  .sm\:last\:placeholder-red-200:last-child::-ms-input-placeholder {
    color: #fed7d7;
  }

  .sm\:last\:placeholder-red-200:last-child::placeholder {
    color: #fed7d7;
  }

  .sm\:last\:placeholder-red-300:last-child::-webkit-input-placeholder {
    color: #feb2b2;
  }

  .sm\:last\:placeholder-red-300:last-child::-moz-placeholder {
    color: #feb2b2;
  }

  .sm\:last\:placeholder-red-300:last-child:-ms-input-placeholder {
    color: #feb2b2;
  }

  .sm\:last\:placeholder-red-300:last-child::-ms-input-placeholder {
    color: #feb2b2;
  }

  .sm\:last\:placeholder-red-300:last-child::placeholder {
    color: #feb2b2;
  }

  .sm\:last\:placeholder-red-400:last-child::-webkit-input-placeholder {
    color: #fc8181;
  }

  .sm\:last\:placeholder-red-400:last-child::-moz-placeholder {
    color: #fc8181;
  }

  .sm\:last\:placeholder-red-400:last-child:-ms-input-placeholder {
    color: #fc8181;
  }

  .sm\:last\:placeholder-red-400:last-child::-ms-input-placeholder {
    color: #fc8181;
  }

  .sm\:last\:placeholder-red-400:last-child::placeholder {
    color: #fc8181;
  }

  .sm\:last\:placeholder-red-500:last-child::-webkit-input-placeholder {
    color: #f56565;
  }

  .sm\:last\:placeholder-red-500:last-child::-moz-placeholder {
    color: #f56565;
  }

  .sm\:last\:placeholder-red-500:last-child:-ms-input-placeholder {
    color: #f56565;
  }

  .sm\:last\:placeholder-red-500:last-child::-ms-input-placeholder {
    color: #f56565;
  }

  .sm\:last\:placeholder-red-500:last-child::placeholder {
    color: #f56565;
  }

  .sm\:last\:placeholder-red-600:last-child::-webkit-input-placeholder {
    color: #e53e3e;
  }

  .sm\:last\:placeholder-red-600:last-child::-moz-placeholder {
    color: #e53e3e;
  }

  .sm\:last\:placeholder-red-600:last-child:-ms-input-placeholder {
    color: #e53e3e;
  }

  .sm\:last\:placeholder-red-600:last-child::-ms-input-placeholder {
    color: #e53e3e;
  }

  .sm\:last\:placeholder-red-600:last-child::placeholder {
    color: #e53e3e;
  }

  .sm\:last\:placeholder-red-700:last-child::-webkit-input-placeholder {
    color: #c53030;
  }

  .sm\:last\:placeholder-red-700:last-child::-moz-placeholder {
    color: #c53030;
  }

  .sm\:last\:placeholder-red-700:last-child:-ms-input-placeholder {
    color: #c53030;
  }

  .sm\:last\:placeholder-red-700:last-child::-ms-input-placeholder {
    color: #c53030;
  }

  .sm\:last\:placeholder-red-700:last-child::placeholder {
    color: #c53030;
  }

  .sm\:last\:placeholder-red-800:last-child::-webkit-input-placeholder {
    color: #9b2c2c;
  }

  .sm\:last\:placeholder-red-800:last-child::-moz-placeholder {
    color: #9b2c2c;
  }

  .sm\:last\:placeholder-red-800:last-child:-ms-input-placeholder {
    color: #9b2c2c;
  }

  .sm\:last\:placeholder-red-800:last-child::-ms-input-placeholder {
    color: #9b2c2c;
  }

  .sm\:last\:placeholder-red-800:last-child::placeholder {
    color: #9b2c2c;
  }

  .sm\:last\:placeholder-red-900:last-child::-webkit-input-placeholder {
    color: #742a2a;
  }

  .sm\:last\:placeholder-red-900:last-child::-moz-placeholder {
    color: #742a2a;
  }

  .sm\:last\:placeholder-red-900:last-child:-ms-input-placeholder {
    color: #742a2a;
  }

  .sm\:last\:placeholder-red-900:last-child::-ms-input-placeholder {
    color: #742a2a;
  }

  .sm\:last\:placeholder-red-900:last-child::placeholder {
    color: #742a2a;
  }

  .sm\:last\:placeholder-orange-100:last-child::-webkit-input-placeholder {
    color: #fffaf0;
  }

  .sm\:last\:placeholder-orange-100:last-child::-moz-placeholder {
    color: #fffaf0;
  }

  .sm\:last\:placeholder-orange-100:last-child:-ms-input-placeholder {
    color: #fffaf0;
  }

  .sm\:last\:placeholder-orange-100:last-child::-ms-input-placeholder {
    color: #fffaf0;
  }

  .sm\:last\:placeholder-orange-100:last-child::placeholder {
    color: #fffaf0;
  }

  .sm\:last\:placeholder-orange-200:last-child::-webkit-input-placeholder {
    color: #feebc8;
  }

  .sm\:last\:placeholder-orange-200:last-child::-moz-placeholder {
    color: #feebc8;
  }

  .sm\:last\:placeholder-orange-200:last-child:-ms-input-placeholder {
    color: #feebc8;
  }

  .sm\:last\:placeholder-orange-200:last-child::-ms-input-placeholder {
    color: #feebc8;
  }

  .sm\:last\:placeholder-orange-200:last-child::placeholder {
    color: #feebc8;
  }

  .sm\:last\:placeholder-orange-300:last-child::-webkit-input-placeholder {
    color: #fbd38d;
  }

  .sm\:last\:placeholder-orange-300:last-child::-moz-placeholder {
    color: #fbd38d;
  }

  .sm\:last\:placeholder-orange-300:last-child:-ms-input-placeholder {
    color: #fbd38d;
  }

  .sm\:last\:placeholder-orange-300:last-child::-ms-input-placeholder {
    color: #fbd38d;
  }

  .sm\:last\:placeholder-orange-300:last-child::placeholder {
    color: #fbd38d;
  }

  .sm\:last\:placeholder-orange-400:last-child::-webkit-input-placeholder {
    color: #f6ad55;
  }

  .sm\:last\:placeholder-orange-400:last-child::-moz-placeholder {
    color: #f6ad55;
  }

  .sm\:last\:placeholder-orange-400:last-child:-ms-input-placeholder {
    color: #f6ad55;
  }

  .sm\:last\:placeholder-orange-400:last-child::-ms-input-placeholder {
    color: #f6ad55;
  }

  .sm\:last\:placeholder-orange-400:last-child::placeholder {
    color: #f6ad55;
  }

  .sm\:last\:placeholder-orange-500:last-child::-webkit-input-placeholder {
    color: #ed8936;
  }

  .sm\:last\:placeholder-orange-500:last-child::-moz-placeholder {
    color: #ed8936;
  }

  .sm\:last\:placeholder-orange-500:last-child:-ms-input-placeholder {
    color: #ed8936;
  }

  .sm\:last\:placeholder-orange-500:last-child::-ms-input-placeholder {
    color: #ed8936;
  }

  .sm\:last\:placeholder-orange-500:last-child::placeholder {
    color: #ed8936;
  }

  .sm\:last\:placeholder-orange-600:last-child::-webkit-input-placeholder {
    color: #dd6b20;
  }

  .sm\:last\:placeholder-orange-600:last-child::-moz-placeholder {
    color: #dd6b20;
  }

  .sm\:last\:placeholder-orange-600:last-child:-ms-input-placeholder {
    color: #dd6b20;
  }

  .sm\:last\:placeholder-orange-600:last-child::-ms-input-placeholder {
    color: #dd6b20;
  }

  .sm\:last\:placeholder-orange-600:last-child::placeholder {
    color: #dd6b20;
  }

  .sm\:last\:placeholder-orange-700:last-child::-webkit-input-placeholder {
    color: #c05621;
  }

  .sm\:last\:placeholder-orange-700:last-child::-moz-placeholder {
    color: #c05621;
  }

  .sm\:last\:placeholder-orange-700:last-child:-ms-input-placeholder {
    color: #c05621;
  }

  .sm\:last\:placeholder-orange-700:last-child::-ms-input-placeholder {
    color: #c05621;
  }

  .sm\:last\:placeholder-orange-700:last-child::placeholder {
    color: #c05621;
  }

  .sm\:last\:placeholder-orange-800:last-child::-webkit-input-placeholder {
    color: #9c4221;
  }

  .sm\:last\:placeholder-orange-800:last-child::-moz-placeholder {
    color: #9c4221;
  }

  .sm\:last\:placeholder-orange-800:last-child:-ms-input-placeholder {
    color: #9c4221;
  }

  .sm\:last\:placeholder-orange-800:last-child::-ms-input-placeholder {
    color: #9c4221;
  }

  .sm\:last\:placeholder-orange-800:last-child::placeholder {
    color: #9c4221;
  }

  .sm\:last\:placeholder-orange-900:last-child::-webkit-input-placeholder {
    color: #7b341e;
  }

  .sm\:last\:placeholder-orange-900:last-child::-moz-placeholder {
    color: #7b341e;
  }

  .sm\:last\:placeholder-orange-900:last-child:-ms-input-placeholder {
    color: #7b341e;
  }

  .sm\:last\:placeholder-orange-900:last-child::-ms-input-placeholder {
    color: #7b341e;
  }

  .sm\:last\:placeholder-orange-900:last-child::placeholder {
    color: #7b341e;
  }

  .sm\:last\:placeholder-yellow-100:last-child::-webkit-input-placeholder {
    color: #fffff0;
  }

  .sm\:last\:placeholder-yellow-100:last-child::-moz-placeholder {
    color: #fffff0;
  }

  .sm\:last\:placeholder-yellow-100:last-child:-ms-input-placeholder {
    color: #fffff0;
  }

  .sm\:last\:placeholder-yellow-100:last-child::-ms-input-placeholder {
    color: #fffff0;
  }

  .sm\:last\:placeholder-yellow-100:last-child::placeholder {
    color: #fffff0;
  }

  .sm\:last\:placeholder-yellow-200:last-child::-webkit-input-placeholder {
    color: #fefcbf;
  }

  .sm\:last\:placeholder-yellow-200:last-child::-moz-placeholder {
    color: #fefcbf;
  }

  .sm\:last\:placeholder-yellow-200:last-child:-ms-input-placeholder {
    color: #fefcbf;
  }

  .sm\:last\:placeholder-yellow-200:last-child::-ms-input-placeholder {
    color: #fefcbf;
  }

  .sm\:last\:placeholder-yellow-200:last-child::placeholder {
    color: #fefcbf;
  }

  .sm\:last\:placeholder-yellow-300:last-child::-webkit-input-placeholder {
    color: #faf089;
  }

  .sm\:last\:placeholder-yellow-300:last-child::-moz-placeholder {
    color: #faf089;
  }

  .sm\:last\:placeholder-yellow-300:last-child:-ms-input-placeholder {
    color: #faf089;
  }

  .sm\:last\:placeholder-yellow-300:last-child::-ms-input-placeholder {
    color: #faf089;
  }

  .sm\:last\:placeholder-yellow-300:last-child::placeholder {
    color: #faf089;
  }

  .sm\:last\:placeholder-yellow-400:last-child::-webkit-input-placeholder {
    color: #f6e05e;
  }

  .sm\:last\:placeholder-yellow-400:last-child::-moz-placeholder {
    color: #f6e05e;
  }

  .sm\:last\:placeholder-yellow-400:last-child:-ms-input-placeholder {
    color: #f6e05e;
  }

  .sm\:last\:placeholder-yellow-400:last-child::-ms-input-placeholder {
    color: #f6e05e;
  }

  .sm\:last\:placeholder-yellow-400:last-child::placeholder {
    color: #f6e05e;
  }

  .sm\:last\:placeholder-yellow-500:last-child::-webkit-input-placeholder {
    color: #ecc94b;
  }

  .sm\:last\:placeholder-yellow-500:last-child::-moz-placeholder {
    color: #ecc94b;
  }

  .sm\:last\:placeholder-yellow-500:last-child:-ms-input-placeholder {
    color: #ecc94b;
  }

  .sm\:last\:placeholder-yellow-500:last-child::-ms-input-placeholder {
    color: #ecc94b;
  }

  .sm\:last\:placeholder-yellow-500:last-child::placeholder {
    color: #ecc94b;
  }

  .sm\:last\:placeholder-yellow-600:last-child::-webkit-input-placeholder {
    color: #d69e2e;
  }

  .sm\:last\:placeholder-yellow-600:last-child::-moz-placeholder {
    color: #d69e2e;
  }

  .sm\:last\:placeholder-yellow-600:last-child:-ms-input-placeholder {
    color: #d69e2e;
  }

  .sm\:last\:placeholder-yellow-600:last-child::-ms-input-placeholder {
    color: #d69e2e;
  }

  .sm\:last\:placeholder-yellow-600:last-child::placeholder {
    color: #d69e2e;
  }

  .sm\:last\:placeholder-yellow-700:last-child::-webkit-input-placeholder {
    color: #b7791f;
  }

  .sm\:last\:placeholder-yellow-700:last-child::-moz-placeholder {
    color: #b7791f;
  }

  .sm\:last\:placeholder-yellow-700:last-child:-ms-input-placeholder {
    color: #b7791f;
  }

  .sm\:last\:placeholder-yellow-700:last-child::-ms-input-placeholder {
    color: #b7791f;
  }

  .sm\:last\:placeholder-yellow-700:last-child::placeholder {
    color: #b7791f;
  }

  .sm\:last\:placeholder-yellow-800:last-child::-webkit-input-placeholder {
    color: #975a16;
  }

  .sm\:last\:placeholder-yellow-800:last-child::-moz-placeholder {
    color: #975a16;
  }

  .sm\:last\:placeholder-yellow-800:last-child:-ms-input-placeholder {
    color: #975a16;
  }

  .sm\:last\:placeholder-yellow-800:last-child::-ms-input-placeholder {
    color: #975a16;
  }

  .sm\:last\:placeholder-yellow-800:last-child::placeholder {
    color: #975a16;
  }

  .sm\:last\:placeholder-yellow-900:last-child::-webkit-input-placeholder {
    color: #744210;
  }

  .sm\:last\:placeholder-yellow-900:last-child::-moz-placeholder {
    color: #744210;
  }

  .sm\:last\:placeholder-yellow-900:last-child:-ms-input-placeholder {
    color: #744210;
  }

  .sm\:last\:placeholder-yellow-900:last-child::-ms-input-placeholder {
    color: #744210;
  }

  .sm\:last\:placeholder-yellow-900:last-child::placeholder {
    color: #744210;
  }

  .sm\:last\:placeholder-green-100:last-child::-webkit-input-placeholder {
    color: #f0fff4;
  }

  .sm\:last\:placeholder-green-100:last-child::-moz-placeholder {
    color: #f0fff4;
  }

  .sm\:last\:placeholder-green-100:last-child:-ms-input-placeholder {
    color: #f0fff4;
  }

  .sm\:last\:placeholder-green-100:last-child::-ms-input-placeholder {
    color: #f0fff4;
  }

  .sm\:last\:placeholder-green-100:last-child::placeholder {
    color: #f0fff4;
  }

  .sm\:last\:placeholder-green-200:last-child::-webkit-input-placeholder {
    color: #c6f6d5;
  }

  .sm\:last\:placeholder-green-200:last-child::-moz-placeholder {
    color: #c6f6d5;
  }

  .sm\:last\:placeholder-green-200:last-child:-ms-input-placeholder {
    color: #c6f6d5;
  }

  .sm\:last\:placeholder-green-200:last-child::-ms-input-placeholder {
    color: #c6f6d5;
  }

  .sm\:last\:placeholder-green-200:last-child::placeholder {
    color: #c6f6d5;
  }

  .sm\:last\:placeholder-green-300:last-child::-webkit-input-placeholder {
    color: #9ae6b4;
  }

  .sm\:last\:placeholder-green-300:last-child::-moz-placeholder {
    color: #9ae6b4;
  }

  .sm\:last\:placeholder-green-300:last-child:-ms-input-placeholder {
    color: #9ae6b4;
  }

  .sm\:last\:placeholder-green-300:last-child::-ms-input-placeholder {
    color: #9ae6b4;
  }

  .sm\:last\:placeholder-green-300:last-child::placeholder {
    color: #9ae6b4;
  }

  .sm\:last\:placeholder-green-400:last-child::-webkit-input-placeholder {
    color: #68d391;
  }

  .sm\:last\:placeholder-green-400:last-child::-moz-placeholder {
    color: #68d391;
  }

  .sm\:last\:placeholder-green-400:last-child:-ms-input-placeholder {
    color: #68d391;
  }

  .sm\:last\:placeholder-green-400:last-child::-ms-input-placeholder {
    color: #68d391;
  }

  .sm\:last\:placeholder-green-400:last-child::placeholder {
    color: #68d391;
  }

  .sm\:last\:placeholder-green-500:last-child::-webkit-input-placeholder {
    color: #48bb78;
  }

  .sm\:last\:placeholder-green-500:last-child::-moz-placeholder {
    color: #48bb78;
  }

  .sm\:last\:placeholder-green-500:last-child:-ms-input-placeholder {
    color: #48bb78;
  }

  .sm\:last\:placeholder-green-500:last-child::-ms-input-placeholder {
    color: #48bb78;
  }

  .sm\:last\:placeholder-green-500:last-child::placeholder {
    color: #48bb78;
  }

  .sm\:last\:placeholder-green-600:last-child::-webkit-input-placeholder {
    color: #38a169;
  }

  .sm\:last\:placeholder-green-600:last-child::-moz-placeholder {
    color: #38a169;
  }

  .sm\:last\:placeholder-green-600:last-child:-ms-input-placeholder {
    color: #38a169;
  }

  .sm\:last\:placeholder-green-600:last-child::-ms-input-placeholder {
    color: #38a169;
  }

  .sm\:last\:placeholder-green-600:last-child::placeholder {
    color: #38a169;
  }

  .sm\:last\:placeholder-green-700:last-child::-webkit-input-placeholder {
    color: #2f855a;
  }

  .sm\:last\:placeholder-green-700:last-child::-moz-placeholder {
    color: #2f855a;
  }

  .sm\:last\:placeholder-green-700:last-child:-ms-input-placeholder {
    color: #2f855a;
  }

  .sm\:last\:placeholder-green-700:last-child::-ms-input-placeholder {
    color: #2f855a;
  }

  .sm\:last\:placeholder-green-700:last-child::placeholder {
    color: #2f855a;
  }

  .sm\:last\:placeholder-green-800:last-child::-webkit-input-placeholder {
    color: #276749;
  }

  .sm\:last\:placeholder-green-800:last-child::-moz-placeholder {
    color: #276749;
  }

  .sm\:last\:placeholder-green-800:last-child:-ms-input-placeholder {
    color: #276749;
  }

  .sm\:last\:placeholder-green-800:last-child::-ms-input-placeholder {
    color: #276749;
  }

  .sm\:last\:placeholder-green-800:last-child::placeholder {
    color: #276749;
  }

  .sm\:last\:placeholder-green-900:last-child::-webkit-input-placeholder {
    color: #22543d;
  }

  .sm\:last\:placeholder-green-900:last-child::-moz-placeholder {
    color: #22543d;
  }

  .sm\:last\:placeholder-green-900:last-child:-ms-input-placeholder {
    color: #22543d;
  }

  .sm\:last\:placeholder-green-900:last-child::-ms-input-placeholder {
    color: #22543d;
  }

  .sm\:last\:placeholder-green-900:last-child::placeholder {
    color: #22543d;
  }

  .sm\:last\:placeholder-teal-100:last-child::-webkit-input-placeholder {
    color: #e6fffa;
  }

  .sm\:last\:placeholder-teal-100:last-child::-moz-placeholder {
    color: #e6fffa;
  }

  .sm\:last\:placeholder-teal-100:last-child:-ms-input-placeholder {
    color: #e6fffa;
  }

  .sm\:last\:placeholder-teal-100:last-child::-ms-input-placeholder {
    color: #e6fffa;
  }

  .sm\:last\:placeholder-teal-100:last-child::placeholder {
    color: #e6fffa;
  }

  .sm\:last\:placeholder-teal-200:last-child::-webkit-input-placeholder {
    color: #b2f5ea;
  }

  .sm\:last\:placeholder-teal-200:last-child::-moz-placeholder {
    color: #b2f5ea;
  }

  .sm\:last\:placeholder-teal-200:last-child:-ms-input-placeholder {
    color: #b2f5ea;
  }

  .sm\:last\:placeholder-teal-200:last-child::-ms-input-placeholder {
    color: #b2f5ea;
  }

  .sm\:last\:placeholder-teal-200:last-child::placeholder {
    color: #b2f5ea;
  }

  .sm\:last\:placeholder-teal-300:last-child::-webkit-input-placeholder {
    color: #81e6d9;
  }

  .sm\:last\:placeholder-teal-300:last-child::-moz-placeholder {
    color: #81e6d9;
  }

  .sm\:last\:placeholder-teal-300:last-child:-ms-input-placeholder {
    color: #81e6d9;
  }

  .sm\:last\:placeholder-teal-300:last-child::-ms-input-placeholder {
    color: #81e6d9;
  }

  .sm\:last\:placeholder-teal-300:last-child::placeholder {
    color: #81e6d9;
  }

  .sm\:last\:placeholder-teal-400:last-child::-webkit-input-placeholder {
    color: #4fd1c5;
  }

  .sm\:last\:placeholder-teal-400:last-child::-moz-placeholder {
    color: #4fd1c5;
  }

  .sm\:last\:placeholder-teal-400:last-child:-ms-input-placeholder {
    color: #4fd1c5;
  }

  .sm\:last\:placeholder-teal-400:last-child::-ms-input-placeholder {
    color: #4fd1c5;
  }

  .sm\:last\:placeholder-teal-400:last-child::placeholder {
    color: #4fd1c5;
  }

  .sm\:last\:placeholder-teal-500:last-child::-webkit-input-placeholder {
    color: #38b2ac;
  }

  .sm\:last\:placeholder-teal-500:last-child::-moz-placeholder {
    color: #38b2ac;
  }

  .sm\:last\:placeholder-teal-500:last-child:-ms-input-placeholder {
    color: #38b2ac;
  }

  .sm\:last\:placeholder-teal-500:last-child::-ms-input-placeholder {
    color: #38b2ac;
  }

  .sm\:last\:placeholder-teal-500:last-child::placeholder {
    color: #38b2ac;
  }

  .sm\:last\:placeholder-teal-600:last-child::-webkit-input-placeholder {
    color: #319795;
  }

  .sm\:last\:placeholder-teal-600:last-child::-moz-placeholder {
    color: #319795;
  }

  .sm\:last\:placeholder-teal-600:last-child:-ms-input-placeholder {
    color: #319795;
  }

  .sm\:last\:placeholder-teal-600:last-child::-ms-input-placeholder {
    color: #319795;
  }

  .sm\:last\:placeholder-teal-600:last-child::placeholder {
    color: #319795;
  }

  .sm\:last\:placeholder-teal-700:last-child::-webkit-input-placeholder {
    color: #2c7a7b;
  }

  .sm\:last\:placeholder-teal-700:last-child::-moz-placeholder {
    color: #2c7a7b;
  }

  .sm\:last\:placeholder-teal-700:last-child:-ms-input-placeholder {
    color: #2c7a7b;
  }

  .sm\:last\:placeholder-teal-700:last-child::-ms-input-placeholder {
    color: #2c7a7b;
  }

  .sm\:last\:placeholder-teal-700:last-child::placeholder {
    color: #2c7a7b;
  }

  .sm\:last\:placeholder-teal-800:last-child::-webkit-input-placeholder {
    color: #285e61;
  }

  .sm\:last\:placeholder-teal-800:last-child::-moz-placeholder {
    color: #285e61;
  }

  .sm\:last\:placeholder-teal-800:last-child:-ms-input-placeholder {
    color: #285e61;
  }

  .sm\:last\:placeholder-teal-800:last-child::-ms-input-placeholder {
    color: #285e61;
  }

  .sm\:last\:placeholder-teal-800:last-child::placeholder {
    color: #285e61;
  }

  .sm\:last\:placeholder-teal-900:last-child::-webkit-input-placeholder {
    color: #234e52;
  }

  .sm\:last\:placeholder-teal-900:last-child::-moz-placeholder {
    color: #234e52;
  }

  .sm\:last\:placeholder-teal-900:last-child:-ms-input-placeholder {
    color: #234e52;
  }

  .sm\:last\:placeholder-teal-900:last-child::-ms-input-placeholder {
    color: #234e52;
  }

  .sm\:last\:placeholder-teal-900:last-child::placeholder {
    color: #234e52;
  }

  .sm\:last\:placeholder-blue-100:last-child::-webkit-input-placeholder {
    color: #ebf8ff;
  }

  .sm\:last\:placeholder-blue-100:last-child::-moz-placeholder {
    color: #ebf8ff;
  }

  .sm\:last\:placeholder-blue-100:last-child:-ms-input-placeholder {
    color: #ebf8ff;
  }

  .sm\:last\:placeholder-blue-100:last-child::-ms-input-placeholder {
    color: #ebf8ff;
  }

  .sm\:last\:placeholder-blue-100:last-child::placeholder {
    color: #ebf8ff;
  }

  .sm\:last\:placeholder-blue-200:last-child::-webkit-input-placeholder {
    color: #bee3f8;
  }

  .sm\:last\:placeholder-blue-200:last-child::-moz-placeholder {
    color: #bee3f8;
  }

  .sm\:last\:placeholder-blue-200:last-child:-ms-input-placeholder {
    color: #bee3f8;
  }

  .sm\:last\:placeholder-blue-200:last-child::-ms-input-placeholder {
    color: #bee3f8;
  }

  .sm\:last\:placeholder-blue-200:last-child::placeholder {
    color: #bee3f8;
  }

  .sm\:last\:placeholder-blue-300:last-child::-webkit-input-placeholder {
    color: #90cdf4;
  }

  .sm\:last\:placeholder-blue-300:last-child::-moz-placeholder {
    color: #90cdf4;
  }

  .sm\:last\:placeholder-blue-300:last-child:-ms-input-placeholder {
    color: #90cdf4;
  }

  .sm\:last\:placeholder-blue-300:last-child::-ms-input-placeholder {
    color: #90cdf4;
  }

  .sm\:last\:placeholder-blue-300:last-child::placeholder {
    color: #90cdf4;
  }

  .sm\:last\:placeholder-blue-400:last-child::-webkit-input-placeholder {
    color: #63b3ed;
  }

  .sm\:last\:placeholder-blue-400:last-child::-moz-placeholder {
    color: #63b3ed;
  }

  .sm\:last\:placeholder-blue-400:last-child:-ms-input-placeholder {
    color: #63b3ed;
  }

  .sm\:last\:placeholder-blue-400:last-child::-ms-input-placeholder {
    color: #63b3ed;
  }

  .sm\:last\:placeholder-blue-400:last-child::placeholder {
    color: #63b3ed;
  }

  .sm\:last\:placeholder-blue-500:last-child::-webkit-input-placeholder {
    color: #4299e1;
  }

  .sm\:last\:placeholder-blue-500:last-child::-moz-placeholder {
    color: #4299e1;
  }

  .sm\:last\:placeholder-blue-500:last-child:-ms-input-placeholder {
    color: #4299e1;
  }

  .sm\:last\:placeholder-blue-500:last-child::-ms-input-placeholder {
    color: #4299e1;
  }

  .sm\:last\:placeholder-blue-500:last-child::placeholder {
    color: #4299e1;
  }

  .sm\:last\:placeholder-blue-600:last-child::-webkit-input-placeholder {
    color: #3182ce;
  }

  .sm\:last\:placeholder-blue-600:last-child::-moz-placeholder {
    color: #3182ce;
  }

  .sm\:last\:placeholder-blue-600:last-child:-ms-input-placeholder {
    color: #3182ce;
  }

  .sm\:last\:placeholder-blue-600:last-child::-ms-input-placeholder {
    color: #3182ce;
  }

  .sm\:last\:placeholder-blue-600:last-child::placeholder {
    color: #3182ce;
  }

  .sm\:last\:placeholder-blue-700:last-child::-webkit-input-placeholder {
    color: #2b6cb0;
  }

  .sm\:last\:placeholder-blue-700:last-child::-moz-placeholder {
    color: #2b6cb0;
  }

  .sm\:last\:placeholder-blue-700:last-child:-ms-input-placeholder {
    color: #2b6cb0;
  }

  .sm\:last\:placeholder-blue-700:last-child::-ms-input-placeholder {
    color: #2b6cb0;
  }

  .sm\:last\:placeholder-blue-700:last-child::placeholder {
    color: #2b6cb0;
  }

  .sm\:last\:placeholder-blue-800:last-child::-webkit-input-placeholder {
    color: #2c5282;
  }

  .sm\:last\:placeholder-blue-800:last-child::-moz-placeholder {
    color: #2c5282;
  }

  .sm\:last\:placeholder-blue-800:last-child:-ms-input-placeholder {
    color: #2c5282;
  }

  .sm\:last\:placeholder-blue-800:last-child::-ms-input-placeholder {
    color: #2c5282;
  }

  .sm\:last\:placeholder-blue-800:last-child::placeholder {
    color: #2c5282;
  }

  .sm\:last\:placeholder-blue-900:last-child::-webkit-input-placeholder {
    color: #2a4365;
  }

  .sm\:last\:placeholder-blue-900:last-child::-moz-placeholder {
    color: #2a4365;
  }

  .sm\:last\:placeholder-blue-900:last-child:-ms-input-placeholder {
    color: #2a4365;
  }

  .sm\:last\:placeholder-blue-900:last-child::-ms-input-placeholder {
    color: #2a4365;
  }

  .sm\:last\:placeholder-blue-900:last-child::placeholder {
    color: #2a4365;
  }

  .sm\:last\:placeholder-indigo-100:last-child::-webkit-input-placeholder {
    color: #ebf4ff;
  }

  .sm\:last\:placeholder-indigo-100:last-child::-moz-placeholder {
    color: #ebf4ff;
  }

  .sm\:last\:placeholder-indigo-100:last-child:-ms-input-placeholder {
    color: #ebf4ff;
  }

  .sm\:last\:placeholder-indigo-100:last-child::-ms-input-placeholder {
    color: #ebf4ff;
  }

  .sm\:last\:placeholder-indigo-100:last-child::placeholder {
    color: #ebf4ff;
  }

  .sm\:last\:placeholder-indigo-200:last-child::-webkit-input-placeholder {
    color: #c3dafe;
  }

  .sm\:last\:placeholder-indigo-200:last-child::-moz-placeholder {
    color: #c3dafe;
  }

  .sm\:last\:placeholder-indigo-200:last-child:-ms-input-placeholder {
    color: #c3dafe;
  }

  .sm\:last\:placeholder-indigo-200:last-child::-ms-input-placeholder {
    color: #c3dafe;
  }

  .sm\:last\:placeholder-indigo-200:last-child::placeholder {
    color: #c3dafe;
  }

  .sm\:last\:placeholder-indigo-300:last-child::-webkit-input-placeholder {
    color: #a3bffa;
  }

  .sm\:last\:placeholder-indigo-300:last-child::-moz-placeholder {
    color: #a3bffa;
  }

  .sm\:last\:placeholder-indigo-300:last-child:-ms-input-placeholder {
    color: #a3bffa;
  }

  .sm\:last\:placeholder-indigo-300:last-child::-ms-input-placeholder {
    color: #a3bffa;
  }

  .sm\:last\:placeholder-indigo-300:last-child::placeholder {
    color: #a3bffa;
  }

  .sm\:last\:placeholder-indigo-400:last-child::-webkit-input-placeholder {
    color: #7f9cf5;
  }

  .sm\:last\:placeholder-indigo-400:last-child::-moz-placeholder {
    color: #7f9cf5;
  }

  .sm\:last\:placeholder-indigo-400:last-child:-ms-input-placeholder {
    color: #7f9cf5;
  }

  .sm\:last\:placeholder-indigo-400:last-child::-ms-input-placeholder {
    color: #7f9cf5;
  }

  .sm\:last\:placeholder-indigo-400:last-child::placeholder {
    color: #7f9cf5;
  }

  .sm\:last\:placeholder-indigo-500:last-child::-webkit-input-placeholder {
    color: #667eea;
  }

  .sm\:last\:placeholder-indigo-500:last-child::-moz-placeholder {
    color: #667eea;
  }

  .sm\:last\:placeholder-indigo-500:last-child:-ms-input-placeholder {
    color: #667eea;
  }

  .sm\:last\:placeholder-indigo-500:last-child::-ms-input-placeholder {
    color: #667eea;
  }

  .sm\:last\:placeholder-indigo-500:last-child::placeholder {
    color: #667eea;
  }

  .sm\:last\:placeholder-indigo-600:last-child::-webkit-input-placeholder {
    color: #5a67d8;
  }

  .sm\:last\:placeholder-indigo-600:last-child::-moz-placeholder {
    color: #5a67d8;
  }

  .sm\:last\:placeholder-indigo-600:last-child:-ms-input-placeholder {
    color: #5a67d8;
  }

  .sm\:last\:placeholder-indigo-600:last-child::-ms-input-placeholder {
    color: #5a67d8;
  }

  .sm\:last\:placeholder-indigo-600:last-child::placeholder {
    color: #5a67d8;
  }

  .sm\:last\:placeholder-indigo-700:last-child::-webkit-input-placeholder {
    color: #4c51bf;
  }

  .sm\:last\:placeholder-indigo-700:last-child::-moz-placeholder {
    color: #4c51bf;
  }

  .sm\:last\:placeholder-indigo-700:last-child:-ms-input-placeholder {
    color: #4c51bf;
  }

  .sm\:last\:placeholder-indigo-700:last-child::-ms-input-placeholder {
    color: #4c51bf;
  }

  .sm\:last\:placeholder-indigo-700:last-child::placeholder {
    color: #4c51bf;
  }

  .sm\:last\:placeholder-indigo-800:last-child::-webkit-input-placeholder {
    color: #434190;
  }

  .sm\:last\:placeholder-indigo-800:last-child::-moz-placeholder {
    color: #434190;
  }

  .sm\:last\:placeholder-indigo-800:last-child:-ms-input-placeholder {
    color: #434190;
  }

  .sm\:last\:placeholder-indigo-800:last-child::-ms-input-placeholder {
    color: #434190;
  }

  .sm\:last\:placeholder-indigo-800:last-child::placeholder {
    color: #434190;
  }

  .sm\:last\:placeholder-indigo-900:last-child::-webkit-input-placeholder {
    color: #3c366b;
  }

  .sm\:last\:placeholder-indigo-900:last-child::-moz-placeholder {
    color: #3c366b;
  }

  .sm\:last\:placeholder-indigo-900:last-child:-ms-input-placeholder {
    color: #3c366b;
  }

  .sm\:last\:placeholder-indigo-900:last-child::-ms-input-placeholder {
    color: #3c366b;
  }

  .sm\:last\:placeholder-indigo-900:last-child::placeholder {
    color: #3c366b;
  }

  .sm\:last\:placeholder-purple-100:last-child::-webkit-input-placeholder {
    color: #faf5ff;
  }

  .sm\:last\:placeholder-purple-100:last-child::-moz-placeholder {
    color: #faf5ff;
  }

  .sm\:last\:placeholder-purple-100:last-child:-ms-input-placeholder {
    color: #faf5ff;
  }

  .sm\:last\:placeholder-purple-100:last-child::-ms-input-placeholder {
    color: #faf5ff;
  }

  .sm\:last\:placeholder-purple-100:last-child::placeholder {
    color: #faf5ff;
  }

  .sm\:last\:placeholder-purple-200:last-child::-webkit-input-placeholder {
    color: #e9d8fd;
  }

  .sm\:last\:placeholder-purple-200:last-child::-moz-placeholder {
    color: #e9d8fd;
  }

  .sm\:last\:placeholder-purple-200:last-child:-ms-input-placeholder {
    color: #e9d8fd;
  }

  .sm\:last\:placeholder-purple-200:last-child::-ms-input-placeholder {
    color: #e9d8fd;
  }

  .sm\:last\:placeholder-purple-200:last-child::placeholder {
    color: #e9d8fd;
  }

  .sm\:last\:placeholder-purple-300:last-child::-webkit-input-placeholder {
    color: #d6bcfa;
  }

  .sm\:last\:placeholder-purple-300:last-child::-moz-placeholder {
    color: #d6bcfa;
  }

  .sm\:last\:placeholder-purple-300:last-child:-ms-input-placeholder {
    color: #d6bcfa;
  }

  .sm\:last\:placeholder-purple-300:last-child::-ms-input-placeholder {
    color: #d6bcfa;
  }

  .sm\:last\:placeholder-purple-300:last-child::placeholder {
    color: #d6bcfa;
  }

  .sm\:last\:placeholder-purple-400:last-child::-webkit-input-placeholder {
    color: #b794f4;
  }

  .sm\:last\:placeholder-purple-400:last-child::-moz-placeholder {
    color: #b794f4;
  }

  .sm\:last\:placeholder-purple-400:last-child:-ms-input-placeholder {
    color: #b794f4;
  }

  .sm\:last\:placeholder-purple-400:last-child::-ms-input-placeholder {
    color: #b794f4;
  }

  .sm\:last\:placeholder-purple-400:last-child::placeholder {
    color: #b794f4;
  }

  .sm\:last\:placeholder-purple-500:last-child::-webkit-input-placeholder {
    color: #9f7aea;
  }

  .sm\:last\:placeholder-purple-500:last-child::-moz-placeholder {
    color: #9f7aea;
  }

  .sm\:last\:placeholder-purple-500:last-child:-ms-input-placeholder {
    color: #9f7aea;
  }

  .sm\:last\:placeholder-purple-500:last-child::-ms-input-placeholder {
    color: #9f7aea;
  }

  .sm\:last\:placeholder-purple-500:last-child::placeholder {
    color: #9f7aea;
  }

  .sm\:last\:placeholder-purple-600:last-child::-webkit-input-placeholder {
    color: #805ad5;
  }

  .sm\:last\:placeholder-purple-600:last-child::-moz-placeholder {
    color: #805ad5;
  }

  .sm\:last\:placeholder-purple-600:last-child:-ms-input-placeholder {
    color: #805ad5;
  }

  .sm\:last\:placeholder-purple-600:last-child::-ms-input-placeholder {
    color: #805ad5;
  }

  .sm\:last\:placeholder-purple-600:last-child::placeholder {
    color: #805ad5;
  }

  .sm\:last\:placeholder-purple-700:last-child::-webkit-input-placeholder {
    color: #6b46c1;
  }

  .sm\:last\:placeholder-purple-700:last-child::-moz-placeholder {
    color: #6b46c1;
  }

  .sm\:last\:placeholder-purple-700:last-child:-ms-input-placeholder {
    color: #6b46c1;
  }

  .sm\:last\:placeholder-purple-700:last-child::-ms-input-placeholder {
    color: #6b46c1;
  }

  .sm\:last\:placeholder-purple-700:last-child::placeholder {
    color: #6b46c1;
  }

  .sm\:last\:placeholder-purple-800:last-child::-webkit-input-placeholder {
    color: #553c9a;
  }

  .sm\:last\:placeholder-purple-800:last-child::-moz-placeholder {
    color: #553c9a;
  }

  .sm\:last\:placeholder-purple-800:last-child:-ms-input-placeholder {
    color: #553c9a;
  }

  .sm\:last\:placeholder-purple-800:last-child::-ms-input-placeholder {
    color: #553c9a;
  }

  .sm\:last\:placeholder-purple-800:last-child::placeholder {
    color: #553c9a;
  }

  .sm\:last\:placeholder-purple-900:last-child::-webkit-input-placeholder {
    color: #44337a;
  }

  .sm\:last\:placeholder-purple-900:last-child::-moz-placeholder {
    color: #44337a;
  }

  .sm\:last\:placeholder-purple-900:last-child:-ms-input-placeholder {
    color: #44337a;
  }

  .sm\:last\:placeholder-purple-900:last-child::-ms-input-placeholder {
    color: #44337a;
  }

  .sm\:last\:placeholder-purple-900:last-child::placeholder {
    color: #44337a;
  }

  .sm\:last\:placeholder-pink-100:last-child::-webkit-input-placeholder {
    color: #fff5f7;
  }

  .sm\:last\:placeholder-pink-100:last-child::-moz-placeholder {
    color: #fff5f7;
  }

  .sm\:last\:placeholder-pink-100:last-child:-ms-input-placeholder {
    color: #fff5f7;
  }

  .sm\:last\:placeholder-pink-100:last-child::-ms-input-placeholder {
    color: #fff5f7;
  }

  .sm\:last\:placeholder-pink-100:last-child::placeholder {
    color: #fff5f7;
  }

  .sm\:last\:placeholder-pink-200:last-child::-webkit-input-placeholder {
    color: #fed7e2;
  }

  .sm\:last\:placeholder-pink-200:last-child::-moz-placeholder {
    color: #fed7e2;
  }

  .sm\:last\:placeholder-pink-200:last-child:-ms-input-placeholder {
    color: #fed7e2;
  }

  .sm\:last\:placeholder-pink-200:last-child::-ms-input-placeholder {
    color: #fed7e2;
  }

  .sm\:last\:placeholder-pink-200:last-child::placeholder {
    color: #fed7e2;
  }

  .sm\:last\:placeholder-pink-300:last-child::-webkit-input-placeholder {
    color: #fbb6ce;
  }

  .sm\:last\:placeholder-pink-300:last-child::-moz-placeholder {
    color: #fbb6ce;
  }

  .sm\:last\:placeholder-pink-300:last-child:-ms-input-placeholder {
    color: #fbb6ce;
  }

  .sm\:last\:placeholder-pink-300:last-child::-ms-input-placeholder {
    color: #fbb6ce;
  }

  .sm\:last\:placeholder-pink-300:last-child::placeholder {
    color: #fbb6ce;
  }

  .sm\:last\:placeholder-pink-400:last-child::-webkit-input-placeholder {
    color: #f687b3;
  }

  .sm\:last\:placeholder-pink-400:last-child::-moz-placeholder {
    color: #f687b3;
  }

  .sm\:last\:placeholder-pink-400:last-child:-ms-input-placeholder {
    color: #f687b3;
  }

  .sm\:last\:placeholder-pink-400:last-child::-ms-input-placeholder {
    color: #f687b3;
  }

  .sm\:last\:placeholder-pink-400:last-child::placeholder {
    color: #f687b3;
  }

  .sm\:last\:placeholder-pink-500:last-child::-webkit-input-placeholder {
    color: #ed64a6;
  }

  .sm\:last\:placeholder-pink-500:last-child::-moz-placeholder {
    color: #ed64a6;
  }

  .sm\:last\:placeholder-pink-500:last-child:-ms-input-placeholder {
    color: #ed64a6;
  }

  .sm\:last\:placeholder-pink-500:last-child::-ms-input-placeholder {
    color: #ed64a6;
  }

  .sm\:last\:placeholder-pink-500:last-child::placeholder {
    color: #ed64a6;
  }

  .sm\:last\:placeholder-pink-600:last-child::-webkit-input-placeholder {
    color: #d53f8c;
  }

  .sm\:last\:placeholder-pink-600:last-child::-moz-placeholder {
    color: #d53f8c;
  }

  .sm\:last\:placeholder-pink-600:last-child:-ms-input-placeholder {
    color: #d53f8c;
  }

  .sm\:last\:placeholder-pink-600:last-child::-ms-input-placeholder {
    color: #d53f8c;
  }

  .sm\:last\:placeholder-pink-600:last-child::placeholder {
    color: #d53f8c;
  }

  .sm\:last\:placeholder-pink-700:last-child::-webkit-input-placeholder {
    color: #b83280;
  }

  .sm\:last\:placeholder-pink-700:last-child::-moz-placeholder {
    color: #b83280;
  }

  .sm\:last\:placeholder-pink-700:last-child:-ms-input-placeholder {
    color: #b83280;
  }

  .sm\:last\:placeholder-pink-700:last-child::-ms-input-placeholder {
    color: #b83280;
  }

  .sm\:last\:placeholder-pink-700:last-child::placeholder {
    color: #b83280;
  }

  .sm\:last\:placeholder-pink-800:last-child::-webkit-input-placeholder {
    color: #97266d;
  }

  .sm\:last\:placeholder-pink-800:last-child::-moz-placeholder {
    color: #97266d;
  }

  .sm\:last\:placeholder-pink-800:last-child:-ms-input-placeholder {
    color: #97266d;
  }

  .sm\:last\:placeholder-pink-800:last-child::-ms-input-placeholder {
    color: #97266d;
  }

  .sm\:last\:placeholder-pink-800:last-child::placeholder {
    color: #97266d;
  }

  .sm\:last\:placeholder-pink-900:last-child::-webkit-input-placeholder {
    color: #702459;
  }

  .sm\:last\:placeholder-pink-900:last-child::-moz-placeholder {
    color: #702459;
  }

  .sm\:last\:placeholder-pink-900:last-child:-ms-input-placeholder {
    color: #702459;
  }

  .sm\:last\:placeholder-pink-900:last-child::-ms-input-placeholder {
    color: #702459;
  }

  .sm\:last\:placeholder-pink-900:last-child::placeholder {
    color: #702459;
  }

  .sm\:odd\:placeholder-transparent:nth-child(odd)::-webkit-input-placeholder {
    color: transparent;
  }

  .sm\:odd\:placeholder-transparent:nth-child(odd)::-moz-placeholder {
    color: transparent;
  }

  .sm\:odd\:placeholder-transparent:nth-child(odd):-ms-input-placeholder {
    color: transparent;
  }

  .sm\:odd\:placeholder-transparent:nth-child(odd)::-ms-input-placeholder {
    color: transparent;
  }

  .sm\:odd\:placeholder-transparent:nth-child(odd)::placeholder {
    color: transparent;
  }

  .sm\:odd\:placeholder-black:nth-child(odd)::-webkit-input-placeholder {
    color: #000;
  }

  .sm\:odd\:placeholder-black:nth-child(odd)::-moz-placeholder {
    color: #000;
  }

  .sm\:odd\:placeholder-black:nth-child(odd):-ms-input-placeholder {
    color: #000;
  }

  .sm\:odd\:placeholder-black:nth-child(odd)::-ms-input-placeholder {
    color: #000;
  }

  .sm\:odd\:placeholder-black:nth-child(odd)::placeholder {
    color: #000;
  }

  .sm\:odd\:placeholder-white:nth-child(odd)::-webkit-input-placeholder {
    color: #fff;
  }

  .sm\:odd\:placeholder-white:nth-child(odd)::-moz-placeholder {
    color: #fff;
  }

  .sm\:odd\:placeholder-white:nth-child(odd):-ms-input-placeholder {
    color: #fff;
  }

  .sm\:odd\:placeholder-white:nth-child(odd)::-ms-input-placeholder {
    color: #fff;
  }

  .sm\:odd\:placeholder-white:nth-child(odd)::placeholder {
    color: #fff;
  }

  .sm\:odd\:placeholder-gray-100:nth-child(odd)::-webkit-input-placeholder {
    color: #f7fafc;
  }

  .sm\:odd\:placeholder-gray-100:nth-child(odd)::-moz-placeholder {
    color: #f7fafc;
  }

  .sm\:odd\:placeholder-gray-100:nth-child(odd):-ms-input-placeholder {
    color: #f7fafc;
  }

  .sm\:odd\:placeholder-gray-100:nth-child(odd)::-ms-input-placeholder {
    color: #f7fafc;
  }

  .sm\:odd\:placeholder-gray-100:nth-child(odd)::placeholder {
    color: #f7fafc;
  }

  .sm\:odd\:placeholder-gray-200:nth-child(odd)::-webkit-input-placeholder {
    color: #edf2f7;
  }

  .sm\:odd\:placeholder-gray-200:nth-child(odd)::-moz-placeholder {
    color: #edf2f7;
  }

  .sm\:odd\:placeholder-gray-200:nth-child(odd):-ms-input-placeholder {
    color: #edf2f7;
  }

  .sm\:odd\:placeholder-gray-200:nth-child(odd)::-ms-input-placeholder {
    color: #edf2f7;
  }

  .sm\:odd\:placeholder-gray-200:nth-child(odd)::placeholder {
    color: #edf2f7;
  }

  .sm\:odd\:placeholder-gray-300:nth-child(odd)::-webkit-input-placeholder {
    color: #e2e8f0;
  }

  .sm\:odd\:placeholder-gray-300:nth-child(odd)::-moz-placeholder {
    color: #e2e8f0;
  }

  .sm\:odd\:placeholder-gray-300:nth-child(odd):-ms-input-placeholder {
    color: #e2e8f0;
  }

  .sm\:odd\:placeholder-gray-300:nth-child(odd)::-ms-input-placeholder {
    color: #e2e8f0;
  }

  .sm\:odd\:placeholder-gray-300:nth-child(odd)::placeholder {
    color: #e2e8f0;
  }

  .sm\:odd\:placeholder-gray-400:nth-child(odd)::-webkit-input-placeholder {
    color: #cbd5e0;
  }

  .sm\:odd\:placeholder-gray-400:nth-child(odd)::-moz-placeholder {
    color: #cbd5e0;
  }

  .sm\:odd\:placeholder-gray-400:nth-child(odd):-ms-input-placeholder {
    color: #cbd5e0;
  }

  .sm\:odd\:placeholder-gray-400:nth-child(odd)::-ms-input-placeholder {
    color: #cbd5e0;
  }

  .sm\:odd\:placeholder-gray-400:nth-child(odd)::placeholder {
    color: #cbd5e0;
  }

  .sm\:odd\:placeholder-gray-500:nth-child(odd)::-webkit-input-placeholder {
    color: #a0aec0;
  }

  .sm\:odd\:placeholder-gray-500:nth-child(odd)::-moz-placeholder {
    color: #a0aec0;
  }

  .sm\:odd\:placeholder-gray-500:nth-child(odd):-ms-input-placeholder {
    color: #a0aec0;
  }

  .sm\:odd\:placeholder-gray-500:nth-child(odd)::-ms-input-placeholder {
    color: #a0aec0;
  }

  .sm\:odd\:placeholder-gray-500:nth-child(odd)::placeholder {
    color: #a0aec0;
  }

  .sm\:odd\:placeholder-gray-600:nth-child(odd)::-webkit-input-placeholder {
    color: #718096;
  }

  .sm\:odd\:placeholder-gray-600:nth-child(odd)::-moz-placeholder {
    color: #718096;
  }

  .sm\:odd\:placeholder-gray-600:nth-child(odd):-ms-input-placeholder {
    color: #718096;
  }

  .sm\:odd\:placeholder-gray-600:nth-child(odd)::-ms-input-placeholder {
    color: #718096;
  }

  .sm\:odd\:placeholder-gray-600:nth-child(odd)::placeholder {
    color: #718096;
  }

  .sm\:odd\:placeholder-gray-700:nth-child(odd)::-webkit-input-placeholder {
    color: #4a5568;
  }

  .sm\:odd\:placeholder-gray-700:nth-child(odd)::-moz-placeholder {
    color: #4a5568;
  }

  .sm\:odd\:placeholder-gray-700:nth-child(odd):-ms-input-placeholder {
    color: #4a5568;
  }

  .sm\:odd\:placeholder-gray-700:nth-child(odd)::-ms-input-placeholder {
    color: #4a5568;
  }

  .sm\:odd\:placeholder-gray-700:nth-child(odd)::placeholder {
    color: #4a5568;
  }

  .sm\:odd\:placeholder-gray-800:nth-child(odd)::-webkit-input-placeholder {
    color: #2d3748;
  }

  .sm\:odd\:placeholder-gray-800:nth-child(odd)::-moz-placeholder {
    color: #2d3748;
  }

  .sm\:odd\:placeholder-gray-800:nth-child(odd):-ms-input-placeholder {
    color: #2d3748;
  }

  .sm\:odd\:placeholder-gray-800:nth-child(odd)::-ms-input-placeholder {
    color: #2d3748;
  }

  .sm\:odd\:placeholder-gray-800:nth-child(odd)::placeholder {
    color: #2d3748;
  }

  .sm\:odd\:placeholder-gray-900:nth-child(odd)::-webkit-input-placeholder {
    color: #1a202c;
  }

  .sm\:odd\:placeholder-gray-900:nth-child(odd)::-moz-placeholder {
    color: #1a202c;
  }

  .sm\:odd\:placeholder-gray-900:nth-child(odd):-ms-input-placeholder {
    color: #1a202c;
  }

  .sm\:odd\:placeholder-gray-900:nth-child(odd)::-ms-input-placeholder {
    color: #1a202c;
  }

  .sm\:odd\:placeholder-gray-900:nth-child(odd)::placeholder {
    color: #1a202c;
  }

  .sm\:odd\:placeholder-red-100:nth-child(odd)::-webkit-input-placeholder {
    color: #fff5f5;
  }

  .sm\:odd\:placeholder-red-100:nth-child(odd)::-moz-placeholder {
    color: #fff5f5;
  }

  .sm\:odd\:placeholder-red-100:nth-child(odd):-ms-input-placeholder {
    color: #fff5f5;
  }

  .sm\:odd\:placeholder-red-100:nth-child(odd)::-ms-input-placeholder {
    color: #fff5f5;
  }

  .sm\:odd\:placeholder-red-100:nth-child(odd)::placeholder {
    color: #fff5f5;
  }

  .sm\:odd\:placeholder-red-200:nth-child(odd)::-webkit-input-placeholder {
    color: #fed7d7;
  }

  .sm\:odd\:placeholder-red-200:nth-child(odd)::-moz-placeholder {
    color: #fed7d7;
  }

  .sm\:odd\:placeholder-red-200:nth-child(odd):-ms-input-placeholder {
    color: #fed7d7;
  }

  .sm\:odd\:placeholder-red-200:nth-child(odd)::-ms-input-placeholder {
    color: #fed7d7;
  }

  .sm\:odd\:placeholder-red-200:nth-child(odd)::placeholder {
    color: #fed7d7;
  }

  .sm\:odd\:placeholder-red-300:nth-child(odd)::-webkit-input-placeholder {
    color: #feb2b2;
  }

  .sm\:odd\:placeholder-red-300:nth-child(odd)::-moz-placeholder {
    color: #feb2b2;
  }

  .sm\:odd\:placeholder-red-300:nth-child(odd):-ms-input-placeholder {
    color: #feb2b2;
  }

  .sm\:odd\:placeholder-red-300:nth-child(odd)::-ms-input-placeholder {
    color: #feb2b2;
  }

  .sm\:odd\:placeholder-red-300:nth-child(odd)::placeholder {
    color: #feb2b2;
  }

  .sm\:odd\:placeholder-red-400:nth-child(odd)::-webkit-input-placeholder {
    color: #fc8181;
  }

  .sm\:odd\:placeholder-red-400:nth-child(odd)::-moz-placeholder {
    color: #fc8181;
  }

  .sm\:odd\:placeholder-red-400:nth-child(odd):-ms-input-placeholder {
    color: #fc8181;
  }

  .sm\:odd\:placeholder-red-400:nth-child(odd)::-ms-input-placeholder {
    color: #fc8181;
  }

  .sm\:odd\:placeholder-red-400:nth-child(odd)::placeholder {
    color: #fc8181;
  }

  .sm\:odd\:placeholder-red-500:nth-child(odd)::-webkit-input-placeholder {
    color: #f56565;
  }

  .sm\:odd\:placeholder-red-500:nth-child(odd)::-moz-placeholder {
    color: #f56565;
  }

  .sm\:odd\:placeholder-red-500:nth-child(odd):-ms-input-placeholder {
    color: #f56565;
  }

  .sm\:odd\:placeholder-red-500:nth-child(odd)::-ms-input-placeholder {
    color: #f56565;
  }

  .sm\:odd\:placeholder-red-500:nth-child(odd)::placeholder {
    color: #f56565;
  }

  .sm\:odd\:placeholder-red-600:nth-child(odd)::-webkit-input-placeholder {
    color: #e53e3e;
  }

  .sm\:odd\:placeholder-red-600:nth-child(odd)::-moz-placeholder {
    color: #e53e3e;
  }

  .sm\:odd\:placeholder-red-600:nth-child(odd):-ms-input-placeholder {
    color: #e53e3e;
  }

  .sm\:odd\:placeholder-red-600:nth-child(odd)::-ms-input-placeholder {
    color: #e53e3e;
  }

  .sm\:odd\:placeholder-red-600:nth-child(odd)::placeholder {
    color: #e53e3e;
  }

  .sm\:odd\:placeholder-red-700:nth-child(odd)::-webkit-input-placeholder {
    color: #c53030;
  }

  .sm\:odd\:placeholder-red-700:nth-child(odd)::-moz-placeholder {
    color: #c53030;
  }

  .sm\:odd\:placeholder-red-700:nth-child(odd):-ms-input-placeholder {
    color: #c53030;
  }

  .sm\:odd\:placeholder-red-700:nth-child(odd)::-ms-input-placeholder {
    color: #c53030;
  }

  .sm\:odd\:placeholder-red-700:nth-child(odd)::placeholder {
    color: #c53030;
  }

  .sm\:odd\:placeholder-red-800:nth-child(odd)::-webkit-input-placeholder {
    color: #9b2c2c;
  }

  .sm\:odd\:placeholder-red-800:nth-child(odd)::-moz-placeholder {
    color: #9b2c2c;
  }

  .sm\:odd\:placeholder-red-800:nth-child(odd):-ms-input-placeholder {
    color: #9b2c2c;
  }

  .sm\:odd\:placeholder-red-800:nth-child(odd)::-ms-input-placeholder {
    color: #9b2c2c;
  }

  .sm\:odd\:placeholder-red-800:nth-child(odd)::placeholder {
    color: #9b2c2c;
  }

  .sm\:odd\:placeholder-red-900:nth-child(odd)::-webkit-input-placeholder {
    color: #742a2a;
  }

  .sm\:odd\:placeholder-red-900:nth-child(odd)::-moz-placeholder {
    color: #742a2a;
  }

  .sm\:odd\:placeholder-red-900:nth-child(odd):-ms-input-placeholder {
    color: #742a2a;
  }

  .sm\:odd\:placeholder-red-900:nth-child(odd)::-ms-input-placeholder {
    color: #742a2a;
  }

  .sm\:odd\:placeholder-red-900:nth-child(odd)::placeholder {
    color: #742a2a;
  }

  .sm\:odd\:placeholder-orange-100:nth-child(odd)::-webkit-input-placeholder {
    color: #fffaf0;
  }

  .sm\:odd\:placeholder-orange-100:nth-child(odd)::-moz-placeholder {
    color: #fffaf0;
  }

  .sm\:odd\:placeholder-orange-100:nth-child(odd):-ms-input-placeholder {
    color: #fffaf0;
  }

  .sm\:odd\:placeholder-orange-100:nth-child(odd)::-ms-input-placeholder {
    color: #fffaf0;
  }

  .sm\:odd\:placeholder-orange-100:nth-child(odd)::placeholder {
    color: #fffaf0;
  }

  .sm\:odd\:placeholder-orange-200:nth-child(odd)::-webkit-input-placeholder {
    color: #feebc8;
  }

  .sm\:odd\:placeholder-orange-200:nth-child(odd)::-moz-placeholder {
    color: #feebc8;
  }

  .sm\:odd\:placeholder-orange-200:nth-child(odd):-ms-input-placeholder {
    color: #feebc8;
  }

  .sm\:odd\:placeholder-orange-200:nth-child(odd)::-ms-input-placeholder {
    color: #feebc8;
  }

  .sm\:odd\:placeholder-orange-200:nth-child(odd)::placeholder {
    color: #feebc8;
  }

  .sm\:odd\:placeholder-orange-300:nth-child(odd)::-webkit-input-placeholder {
    color: #fbd38d;
  }

  .sm\:odd\:placeholder-orange-300:nth-child(odd)::-moz-placeholder {
    color: #fbd38d;
  }

  .sm\:odd\:placeholder-orange-300:nth-child(odd):-ms-input-placeholder {
    color: #fbd38d;
  }

  .sm\:odd\:placeholder-orange-300:nth-child(odd)::-ms-input-placeholder {
    color: #fbd38d;
  }

  .sm\:odd\:placeholder-orange-300:nth-child(odd)::placeholder {
    color: #fbd38d;
  }

  .sm\:odd\:placeholder-orange-400:nth-child(odd)::-webkit-input-placeholder {
    color: #f6ad55;
  }

  .sm\:odd\:placeholder-orange-400:nth-child(odd)::-moz-placeholder {
    color: #f6ad55;
  }

  .sm\:odd\:placeholder-orange-400:nth-child(odd):-ms-input-placeholder {
    color: #f6ad55;
  }

  .sm\:odd\:placeholder-orange-400:nth-child(odd)::-ms-input-placeholder {
    color: #f6ad55;
  }

  .sm\:odd\:placeholder-orange-400:nth-child(odd)::placeholder {
    color: #f6ad55;
  }

  .sm\:odd\:placeholder-orange-500:nth-child(odd)::-webkit-input-placeholder {
    color: #ed8936;
  }

  .sm\:odd\:placeholder-orange-500:nth-child(odd)::-moz-placeholder {
    color: #ed8936;
  }

  .sm\:odd\:placeholder-orange-500:nth-child(odd):-ms-input-placeholder {
    color: #ed8936;
  }

  .sm\:odd\:placeholder-orange-500:nth-child(odd)::-ms-input-placeholder {
    color: #ed8936;
  }

  .sm\:odd\:placeholder-orange-500:nth-child(odd)::placeholder {
    color: #ed8936;
  }

  .sm\:odd\:placeholder-orange-600:nth-child(odd)::-webkit-input-placeholder {
    color: #dd6b20;
  }

  .sm\:odd\:placeholder-orange-600:nth-child(odd)::-moz-placeholder {
    color: #dd6b20;
  }

  .sm\:odd\:placeholder-orange-600:nth-child(odd):-ms-input-placeholder {
    color: #dd6b20;
  }

  .sm\:odd\:placeholder-orange-600:nth-child(odd)::-ms-input-placeholder {
    color: #dd6b20;
  }

  .sm\:odd\:placeholder-orange-600:nth-child(odd)::placeholder {
    color: #dd6b20;
  }

  .sm\:odd\:placeholder-orange-700:nth-child(odd)::-webkit-input-placeholder {
    color: #c05621;
  }

  .sm\:odd\:placeholder-orange-700:nth-child(odd)::-moz-placeholder {
    color: #c05621;
  }

  .sm\:odd\:placeholder-orange-700:nth-child(odd):-ms-input-placeholder {
    color: #c05621;
  }

  .sm\:odd\:placeholder-orange-700:nth-child(odd)::-ms-input-placeholder {
    color: #c05621;
  }

  .sm\:odd\:placeholder-orange-700:nth-child(odd)::placeholder {
    color: #c05621;
  }

  .sm\:odd\:placeholder-orange-800:nth-child(odd)::-webkit-input-placeholder {
    color: #9c4221;
  }

  .sm\:odd\:placeholder-orange-800:nth-child(odd)::-moz-placeholder {
    color: #9c4221;
  }

  .sm\:odd\:placeholder-orange-800:nth-child(odd):-ms-input-placeholder {
    color: #9c4221;
  }

  .sm\:odd\:placeholder-orange-800:nth-child(odd)::-ms-input-placeholder {
    color: #9c4221;
  }

  .sm\:odd\:placeholder-orange-800:nth-child(odd)::placeholder {
    color: #9c4221;
  }

  .sm\:odd\:placeholder-orange-900:nth-child(odd)::-webkit-input-placeholder {
    color: #7b341e;
  }

  .sm\:odd\:placeholder-orange-900:nth-child(odd)::-moz-placeholder {
    color: #7b341e;
  }

  .sm\:odd\:placeholder-orange-900:nth-child(odd):-ms-input-placeholder {
    color: #7b341e;
  }

  .sm\:odd\:placeholder-orange-900:nth-child(odd)::-ms-input-placeholder {
    color: #7b341e;
  }

  .sm\:odd\:placeholder-orange-900:nth-child(odd)::placeholder {
    color: #7b341e;
  }

  .sm\:odd\:placeholder-yellow-100:nth-child(odd)::-webkit-input-placeholder {
    color: #fffff0;
  }

  .sm\:odd\:placeholder-yellow-100:nth-child(odd)::-moz-placeholder {
    color: #fffff0;
  }

  .sm\:odd\:placeholder-yellow-100:nth-child(odd):-ms-input-placeholder {
    color: #fffff0;
  }

  .sm\:odd\:placeholder-yellow-100:nth-child(odd)::-ms-input-placeholder {
    color: #fffff0;
  }

  .sm\:odd\:placeholder-yellow-100:nth-child(odd)::placeholder {
    color: #fffff0;
  }

  .sm\:odd\:placeholder-yellow-200:nth-child(odd)::-webkit-input-placeholder {
    color: #fefcbf;
  }

  .sm\:odd\:placeholder-yellow-200:nth-child(odd)::-moz-placeholder {
    color: #fefcbf;
  }

  .sm\:odd\:placeholder-yellow-200:nth-child(odd):-ms-input-placeholder {
    color: #fefcbf;
  }

  .sm\:odd\:placeholder-yellow-200:nth-child(odd)::-ms-input-placeholder {
    color: #fefcbf;
  }

  .sm\:odd\:placeholder-yellow-200:nth-child(odd)::placeholder {
    color: #fefcbf;
  }

  .sm\:odd\:placeholder-yellow-300:nth-child(odd)::-webkit-input-placeholder {
    color: #faf089;
  }

  .sm\:odd\:placeholder-yellow-300:nth-child(odd)::-moz-placeholder {
    color: #faf089;
  }

  .sm\:odd\:placeholder-yellow-300:nth-child(odd):-ms-input-placeholder {
    color: #faf089;
  }

  .sm\:odd\:placeholder-yellow-300:nth-child(odd)::-ms-input-placeholder {
    color: #faf089;
  }

  .sm\:odd\:placeholder-yellow-300:nth-child(odd)::placeholder {
    color: #faf089;
  }

  .sm\:odd\:placeholder-yellow-400:nth-child(odd)::-webkit-input-placeholder {
    color: #f6e05e;
  }

  .sm\:odd\:placeholder-yellow-400:nth-child(odd)::-moz-placeholder {
    color: #f6e05e;
  }

  .sm\:odd\:placeholder-yellow-400:nth-child(odd):-ms-input-placeholder {
    color: #f6e05e;
  }

  .sm\:odd\:placeholder-yellow-400:nth-child(odd)::-ms-input-placeholder {
    color: #f6e05e;
  }

  .sm\:odd\:placeholder-yellow-400:nth-child(odd)::placeholder {
    color: #f6e05e;
  }

  .sm\:odd\:placeholder-yellow-500:nth-child(odd)::-webkit-input-placeholder {
    color: #ecc94b;
  }

  .sm\:odd\:placeholder-yellow-500:nth-child(odd)::-moz-placeholder {
    color: #ecc94b;
  }

  .sm\:odd\:placeholder-yellow-500:nth-child(odd):-ms-input-placeholder {
    color: #ecc94b;
  }

  .sm\:odd\:placeholder-yellow-500:nth-child(odd)::-ms-input-placeholder {
    color: #ecc94b;
  }

  .sm\:odd\:placeholder-yellow-500:nth-child(odd)::placeholder {
    color: #ecc94b;
  }

  .sm\:odd\:placeholder-yellow-600:nth-child(odd)::-webkit-input-placeholder {
    color: #d69e2e;
  }

  .sm\:odd\:placeholder-yellow-600:nth-child(odd)::-moz-placeholder {
    color: #d69e2e;
  }

  .sm\:odd\:placeholder-yellow-600:nth-child(odd):-ms-input-placeholder {
    color: #d69e2e;
  }

  .sm\:odd\:placeholder-yellow-600:nth-child(odd)::-ms-input-placeholder {
    color: #d69e2e;
  }

  .sm\:odd\:placeholder-yellow-600:nth-child(odd)::placeholder {
    color: #d69e2e;
  }

  .sm\:odd\:placeholder-yellow-700:nth-child(odd)::-webkit-input-placeholder {
    color: #b7791f;
  }

  .sm\:odd\:placeholder-yellow-700:nth-child(odd)::-moz-placeholder {
    color: #b7791f;
  }

  .sm\:odd\:placeholder-yellow-700:nth-child(odd):-ms-input-placeholder {
    color: #b7791f;
  }

  .sm\:odd\:placeholder-yellow-700:nth-child(odd)::-ms-input-placeholder {
    color: #b7791f;
  }

  .sm\:odd\:placeholder-yellow-700:nth-child(odd)::placeholder {
    color: #b7791f;
  }

  .sm\:odd\:placeholder-yellow-800:nth-child(odd)::-webkit-input-placeholder {
    color: #975a16;
  }

  .sm\:odd\:placeholder-yellow-800:nth-child(odd)::-moz-placeholder {
    color: #975a16;
  }

  .sm\:odd\:placeholder-yellow-800:nth-child(odd):-ms-input-placeholder {
    color: #975a16;
  }

  .sm\:odd\:placeholder-yellow-800:nth-child(odd)::-ms-input-placeholder {
    color: #975a16;
  }

  .sm\:odd\:placeholder-yellow-800:nth-child(odd)::placeholder {
    color: #975a16;
  }

  .sm\:odd\:placeholder-yellow-900:nth-child(odd)::-webkit-input-placeholder {
    color: #744210;
  }

  .sm\:odd\:placeholder-yellow-900:nth-child(odd)::-moz-placeholder {
    color: #744210;
  }

  .sm\:odd\:placeholder-yellow-900:nth-child(odd):-ms-input-placeholder {
    color: #744210;
  }

  .sm\:odd\:placeholder-yellow-900:nth-child(odd)::-ms-input-placeholder {
    color: #744210;
  }

  .sm\:odd\:placeholder-yellow-900:nth-child(odd)::placeholder {
    color: #744210;
  }

  .sm\:odd\:placeholder-green-100:nth-child(odd)::-webkit-input-placeholder {
    color: #f0fff4;
  }

  .sm\:odd\:placeholder-green-100:nth-child(odd)::-moz-placeholder {
    color: #f0fff4;
  }

  .sm\:odd\:placeholder-green-100:nth-child(odd):-ms-input-placeholder {
    color: #f0fff4;
  }

  .sm\:odd\:placeholder-green-100:nth-child(odd)::-ms-input-placeholder {
    color: #f0fff4;
  }

  .sm\:odd\:placeholder-green-100:nth-child(odd)::placeholder {
    color: #f0fff4;
  }

  .sm\:odd\:placeholder-green-200:nth-child(odd)::-webkit-input-placeholder {
    color: #c6f6d5;
  }

  .sm\:odd\:placeholder-green-200:nth-child(odd)::-moz-placeholder {
    color: #c6f6d5;
  }

  .sm\:odd\:placeholder-green-200:nth-child(odd):-ms-input-placeholder {
    color: #c6f6d5;
  }

  .sm\:odd\:placeholder-green-200:nth-child(odd)::-ms-input-placeholder {
    color: #c6f6d5;
  }

  .sm\:odd\:placeholder-green-200:nth-child(odd)::placeholder {
    color: #c6f6d5;
  }

  .sm\:odd\:placeholder-green-300:nth-child(odd)::-webkit-input-placeholder {
    color: #9ae6b4;
  }

  .sm\:odd\:placeholder-green-300:nth-child(odd)::-moz-placeholder {
    color: #9ae6b4;
  }

  .sm\:odd\:placeholder-green-300:nth-child(odd):-ms-input-placeholder {
    color: #9ae6b4;
  }

  .sm\:odd\:placeholder-green-300:nth-child(odd)::-ms-input-placeholder {
    color: #9ae6b4;
  }

  .sm\:odd\:placeholder-green-300:nth-child(odd)::placeholder {
    color: #9ae6b4;
  }

  .sm\:odd\:placeholder-green-400:nth-child(odd)::-webkit-input-placeholder {
    color: #68d391;
  }

  .sm\:odd\:placeholder-green-400:nth-child(odd)::-moz-placeholder {
    color: #68d391;
  }

  .sm\:odd\:placeholder-green-400:nth-child(odd):-ms-input-placeholder {
    color: #68d391;
  }

  .sm\:odd\:placeholder-green-400:nth-child(odd)::-ms-input-placeholder {
    color: #68d391;
  }

  .sm\:odd\:placeholder-green-400:nth-child(odd)::placeholder {
    color: #68d391;
  }

  .sm\:odd\:placeholder-green-500:nth-child(odd)::-webkit-input-placeholder {
    color: #48bb78;
  }

  .sm\:odd\:placeholder-green-500:nth-child(odd)::-moz-placeholder {
    color: #48bb78;
  }

  .sm\:odd\:placeholder-green-500:nth-child(odd):-ms-input-placeholder {
    color: #48bb78;
  }

  .sm\:odd\:placeholder-green-500:nth-child(odd)::-ms-input-placeholder {
    color: #48bb78;
  }

  .sm\:odd\:placeholder-green-500:nth-child(odd)::placeholder {
    color: #48bb78;
  }

  .sm\:odd\:placeholder-green-600:nth-child(odd)::-webkit-input-placeholder {
    color: #38a169;
  }

  .sm\:odd\:placeholder-green-600:nth-child(odd)::-moz-placeholder {
    color: #38a169;
  }

  .sm\:odd\:placeholder-green-600:nth-child(odd):-ms-input-placeholder {
    color: #38a169;
  }

  .sm\:odd\:placeholder-green-600:nth-child(odd)::-ms-input-placeholder {
    color: #38a169;
  }

  .sm\:odd\:placeholder-green-600:nth-child(odd)::placeholder {
    color: #38a169;
  }

  .sm\:odd\:placeholder-green-700:nth-child(odd)::-webkit-input-placeholder {
    color: #2f855a;
  }

  .sm\:odd\:placeholder-green-700:nth-child(odd)::-moz-placeholder {
    color: #2f855a;
  }

  .sm\:odd\:placeholder-green-700:nth-child(odd):-ms-input-placeholder {
    color: #2f855a;
  }

  .sm\:odd\:placeholder-green-700:nth-child(odd)::-ms-input-placeholder {
    color: #2f855a;
  }

  .sm\:odd\:placeholder-green-700:nth-child(odd)::placeholder {
    color: #2f855a;
  }

  .sm\:odd\:placeholder-green-800:nth-child(odd)::-webkit-input-placeholder {
    color: #276749;
  }

  .sm\:odd\:placeholder-green-800:nth-child(odd)::-moz-placeholder {
    color: #276749;
  }

  .sm\:odd\:placeholder-green-800:nth-child(odd):-ms-input-placeholder {
    color: #276749;
  }

  .sm\:odd\:placeholder-green-800:nth-child(odd)::-ms-input-placeholder {
    color: #276749;
  }

  .sm\:odd\:placeholder-green-800:nth-child(odd)::placeholder {
    color: #276749;
  }

  .sm\:odd\:placeholder-green-900:nth-child(odd)::-webkit-input-placeholder {
    color: #22543d;
  }

  .sm\:odd\:placeholder-green-900:nth-child(odd)::-moz-placeholder {
    color: #22543d;
  }

  .sm\:odd\:placeholder-green-900:nth-child(odd):-ms-input-placeholder {
    color: #22543d;
  }

  .sm\:odd\:placeholder-green-900:nth-child(odd)::-ms-input-placeholder {
    color: #22543d;
  }

  .sm\:odd\:placeholder-green-900:nth-child(odd)::placeholder {
    color: #22543d;
  }

  .sm\:odd\:placeholder-teal-100:nth-child(odd)::-webkit-input-placeholder {
    color: #e6fffa;
  }

  .sm\:odd\:placeholder-teal-100:nth-child(odd)::-moz-placeholder {
    color: #e6fffa;
  }

  .sm\:odd\:placeholder-teal-100:nth-child(odd):-ms-input-placeholder {
    color: #e6fffa;
  }

  .sm\:odd\:placeholder-teal-100:nth-child(odd)::-ms-input-placeholder {
    color: #e6fffa;
  }

  .sm\:odd\:placeholder-teal-100:nth-child(odd)::placeholder {
    color: #e6fffa;
  }

  .sm\:odd\:placeholder-teal-200:nth-child(odd)::-webkit-input-placeholder {
    color: #b2f5ea;
  }

  .sm\:odd\:placeholder-teal-200:nth-child(odd)::-moz-placeholder {
    color: #b2f5ea;
  }

  .sm\:odd\:placeholder-teal-200:nth-child(odd):-ms-input-placeholder {
    color: #b2f5ea;
  }

  .sm\:odd\:placeholder-teal-200:nth-child(odd)::-ms-input-placeholder {
    color: #b2f5ea;
  }

  .sm\:odd\:placeholder-teal-200:nth-child(odd)::placeholder {
    color: #b2f5ea;
  }

  .sm\:odd\:placeholder-teal-300:nth-child(odd)::-webkit-input-placeholder {
    color: #81e6d9;
  }

  .sm\:odd\:placeholder-teal-300:nth-child(odd)::-moz-placeholder {
    color: #81e6d9;
  }

  .sm\:odd\:placeholder-teal-300:nth-child(odd):-ms-input-placeholder {
    color: #81e6d9;
  }

  .sm\:odd\:placeholder-teal-300:nth-child(odd)::-ms-input-placeholder {
    color: #81e6d9;
  }

  .sm\:odd\:placeholder-teal-300:nth-child(odd)::placeholder {
    color: #81e6d9;
  }

  .sm\:odd\:placeholder-teal-400:nth-child(odd)::-webkit-input-placeholder {
    color: #4fd1c5;
  }

  .sm\:odd\:placeholder-teal-400:nth-child(odd)::-moz-placeholder {
    color: #4fd1c5;
  }

  .sm\:odd\:placeholder-teal-400:nth-child(odd):-ms-input-placeholder {
    color: #4fd1c5;
  }

  .sm\:odd\:placeholder-teal-400:nth-child(odd)::-ms-input-placeholder {
    color: #4fd1c5;
  }

  .sm\:odd\:placeholder-teal-400:nth-child(odd)::placeholder {
    color: #4fd1c5;
  }

  .sm\:odd\:placeholder-teal-500:nth-child(odd)::-webkit-input-placeholder {
    color: #38b2ac;
  }

  .sm\:odd\:placeholder-teal-500:nth-child(odd)::-moz-placeholder {
    color: #38b2ac;
  }

  .sm\:odd\:placeholder-teal-500:nth-child(odd):-ms-input-placeholder {
    color: #38b2ac;
  }

  .sm\:odd\:placeholder-teal-500:nth-child(odd)::-ms-input-placeholder {
    color: #38b2ac;
  }

  .sm\:odd\:placeholder-teal-500:nth-child(odd)::placeholder {
    color: #38b2ac;
  }

  .sm\:odd\:placeholder-teal-600:nth-child(odd)::-webkit-input-placeholder {
    color: #319795;
  }

  .sm\:odd\:placeholder-teal-600:nth-child(odd)::-moz-placeholder {
    color: #319795;
  }

  .sm\:odd\:placeholder-teal-600:nth-child(odd):-ms-input-placeholder {
    color: #319795;
  }

  .sm\:odd\:placeholder-teal-600:nth-child(odd)::-ms-input-placeholder {
    color: #319795;
  }

  .sm\:odd\:placeholder-teal-600:nth-child(odd)::placeholder {
    color: #319795;
  }

  .sm\:odd\:placeholder-teal-700:nth-child(odd)::-webkit-input-placeholder {
    color: #2c7a7b;
  }

  .sm\:odd\:placeholder-teal-700:nth-child(odd)::-moz-placeholder {
    color: #2c7a7b;
  }

  .sm\:odd\:placeholder-teal-700:nth-child(odd):-ms-input-placeholder {
    color: #2c7a7b;
  }

  .sm\:odd\:placeholder-teal-700:nth-child(odd)::-ms-input-placeholder {
    color: #2c7a7b;
  }

  .sm\:odd\:placeholder-teal-700:nth-child(odd)::placeholder {
    color: #2c7a7b;
  }

  .sm\:odd\:placeholder-teal-800:nth-child(odd)::-webkit-input-placeholder {
    color: #285e61;
  }

  .sm\:odd\:placeholder-teal-800:nth-child(odd)::-moz-placeholder {
    color: #285e61;
  }

  .sm\:odd\:placeholder-teal-800:nth-child(odd):-ms-input-placeholder {
    color: #285e61;
  }

  .sm\:odd\:placeholder-teal-800:nth-child(odd)::-ms-input-placeholder {
    color: #285e61;
  }

  .sm\:odd\:placeholder-teal-800:nth-child(odd)::placeholder {
    color: #285e61;
  }

  .sm\:odd\:placeholder-teal-900:nth-child(odd)::-webkit-input-placeholder {
    color: #234e52;
  }

  .sm\:odd\:placeholder-teal-900:nth-child(odd)::-moz-placeholder {
    color: #234e52;
  }

  .sm\:odd\:placeholder-teal-900:nth-child(odd):-ms-input-placeholder {
    color: #234e52;
  }

  .sm\:odd\:placeholder-teal-900:nth-child(odd)::-ms-input-placeholder {
    color: #234e52;
  }

  .sm\:odd\:placeholder-teal-900:nth-child(odd)::placeholder {
    color: #234e52;
  }

  .sm\:odd\:placeholder-blue-100:nth-child(odd)::-webkit-input-placeholder {
    color: #ebf8ff;
  }

  .sm\:odd\:placeholder-blue-100:nth-child(odd)::-moz-placeholder {
    color: #ebf8ff;
  }

  .sm\:odd\:placeholder-blue-100:nth-child(odd):-ms-input-placeholder {
    color: #ebf8ff;
  }

  .sm\:odd\:placeholder-blue-100:nth-child(odd)::-ms-input-placeholder {
    color: #ebf8ff;
  }

  .sm\:odd\:placeholder-blue-100:nth-child(odd)::placeholder {
    color: #ebf8ff;
  }

  .sm\:odd\:placeholder-blue-200:nth-child(odd)::-webkit-input-placeholder {
    color: #bee3f8;
  }

  .sm\:odd\:placeholder-blue-200:nth-child(odd)::-moz-placeholder {
    color: #bee3f8;
  }

  .sm\:odd\:placeholder-blue-200:nth-child(odd):-ms-input-placeholder {
    color: #bee3f8;
  }

  .sm\:odd\:placeholder-blue-200:nth-child(odd)::-ms-input-placeholder {
    color: #bee3f8;
  }

  .sm\:odd\:placeholder-blue-200:nth-child(odd)::placeholder {
    color: #bee3f8;
  }

  .sm\:odd\:placeholder-blue-300:nth-child(odd)::-webkit-input-placeholder {
    color: #90cdf4;
  }

  .sm\:odd\:placeholder-blue-300:nth-child(odd)::-moz-placeholder {
    color: #90cdf4;
  }

  .sm\:odd\:placeholder-blue-300:nth-child(odd):-ms-input-placeholder {
    color: #90cdf4;
  }

  .sm\:odd\:placeholder-blue-300:nth-child(odd)::-ms-input-placeholder {
    color: #90cdf4;
  }

  .sm\:odd\:placeholder-blue-300:nth-child(odd)::placeholder {
    color: #90cdf4;
  }

  .sm\:odd\:placeholder-blue-400:nth-child(odd)::-webkit-input-placeholder {
    color: #63b3ed;
  }

  .sm\:odd\:placeholder-blue-400:nth-child(odd)::-moz-placeholder {
    color: #63b3ed;
  }

  .sm\:odd\:placeholder-blue-400:nth-child(odd):-ms-input-placeholder {
    color: #63b3ed;
  }

  .sm\:odd\:placeholder-blue-400:nth-child(odd)::-ms-input-placeholder {
    color: #63b3ed;
  }

  .sm\:odd\:placeholder-blue-400:nth-child(odd)::placeholder {
    color: #63b3ed;
  }

  .sm\:odd\:placeholder-blue-500:nth-child(odd)::-webkit-input-placeholder {
    color: #4299e1;
  }

  .sm\:odd\:placeholder-blue-500:nth-child(odd)::-moz-placeholder {
    color: #4299e1;
  }

  .sm\:odd\:placeholder-blue-500:nth-child(odd):-ms-input-placeholder {
    color: #4299e1;
  }

  .sm\:odd\:placeholder-blue-500:nth-child(odd)::-ms-input-placeholder {
    color: #4299e1;
  }

  .sm\:odd\:placeholder-blue-500:nth-child(odd)::placeholder {
    color: #4299e1;
  }

  .sm\:odd\:placeholder-blue-600:nth-child(odd)::-webkit-input-placeholder {
    color: #3182ce;
  }

  .sm\:odd\:placeholder-blue-600:nth-child(odd)::-moz-placeholder {
    color: #3182ce;
  }

  .sm\:odd\:placeholder-blue-600:nth-child(odd):-ms-input-placeholder {
    color: #3182ce;
  }

  .sm\:odd\:placeholder-blue-600:nth-child(odd)::-ms-input-placeholder {
    color: #3182ce;
  }

  .sm\:odd\:placeholder-blue-600:nth-child(odd)::placeholder {
    color: #3182ce;
  }

  .sm\:odd\:placeholder-blue-700:nth-child(odd)::-webkit-input-placeholder {
    color: #2b6cb0;
  }

  .sm\:odd\:placeholder-blue-700:nth-child(odd)::-moz-placeholder {
    color: #2b6cb0;
  }

  .sm\:odd\:placeholder-blue-700:nth-child(odd):-ms-input-placeholder {
    color: #2b6cb0;
  }

  .sm\:odd\:placeholder-blue-700:nth-child(odd)::-ms-input-placeholder {
    color: #2b6cb0;
  }

  .sm\:odd\:placeholder-blue-700:nth-child(odd)::placeholder {
    color: #2b6cb0;
  }

  .sm\:odd\:placeholder-blue-800:nth-child(odd)::-webkit-input-placeholder {
    color: #2c5282;
  }

  .sm\:odd\:placeholder-blue-800:nth-child(odd)::-moz-placeholder {
    color: #2c5282;
  }

  .sm\:odd\:placeholder-blue-800:nth-child(odd):-ms-input-placeholder {
    color: #2c5282;
  }

  .sm\:odd\:placeholder-blue-800:nth-child(odd)::-ms-input-placeholder {
    color: #2c5282;
  }

  .sm\:odd\:placeholder-blue-800:nth-child(odd)::placeholder {
    color: #2c5282;
  }

  .sm\:odd\:placeholder-blue-900:nth-child(odd)::-webkit-input-placeholder {
    color: #2a4365;
  }

  .sm\:odd\:placeholder-blue-900:nth-child(odd)::-moz-placeholder {
    color: #2a4365;
  }

  .sm\:odd\:placeholder-blue-900:nth-child(odd):-ms-input-placeholder {
    color: #2a4365;
  }

  .sm\:odd\:placeholder-blue-900:nth-child(odd)::-ms-input-placeholder {
    color: #2a4365;
  }

  .sm\:odd\:placeholder-blue-900:nth-child(odd)::placeholder {
    color: #2a4365;
  }

  .sm\:odd\:placeholder-indigo-100:nth-child(odd)::-webkit-input-placeholder {
    color: #ebf4ff;
  }

  .sm\:odd\:placeholder-indigo-100:nth-child(odd)::-moz-placeholder {
    color: #ebf4ff;
  }

  .sm\:odd\:placeholder-indigo-100:nth-child(odd):-ms-input-placeholder {
    color: #ebf4ff;
  }

  .sm\:odd\:placeholder-indigo-100:nth-child(odd)::-ms-input-placeholder {
    color: #ebf4ff;
  }

  .sm\:odd\:placeholder-indigo-100:nth-child(odd)::placeholder {
    color: #ebf4ff;
  }

  .sm\:odd\:placeholder-indigo-200:nth-child(odd)::-webkit-input-placeholder {
    color: #c3dafe;
  }

  .sm\:odd\:placeholder-indigo-200:nth-child(odd)::-moz-placeholder {
    color: #c3dafe;
  }

  .sm\:odd\:placeholder-indigo-200:nth-child(odd):-ms-input-placeholder {
    color: #c3dafe;
  }

  .sm\:odd\:placeholder-indigo-200:nth-child(odd)::-ms-input-placeholder {
    color: #c3dafe;
  }

  .sm\:odd\:placeholder-indigo-200:nth-child(odd)::placeholder {
    color: #c3dafe;
  }

  .sm\:odd\:placeholder-indigo-300:nth-child(odd)::-webkit-input-placeholder {
    color: #a3bffa;
  }

  .sm\:odd\:placeholder-indigo-300:nth-child(odd)::-moz-placeholder {
    color: #a3bffa;
  }

  .sm\:odd\:placeholder-indigo-300:nth-child(odd):-ms-input-placeholder {
    color: #a3bffa;
  }

  .sm\:odd\:placeholder-indigo-300:nth-child(odd)::-ms-input-placeholder {
    color: #a3bffa;
  }

  .sm\:odd\:placeholder-indigo-300:nth-child(odd)::placeholder {
    color: #a3bffa;
  }

  .sm\:odd\:placeholder-indigo-400:nth-child(odd)::-webkit-input-placeholder {
    color: #7f9cf5;
  }

  .sm\:odd\:placeholder-indigo-400:nth-child(odd)::-moz-placeholder {
    color: #7f9cf5;
  }

  .sm\:odd\:placeholder-indigo-400:nth-child(odd):-ms-input-placeholder {
    color: #7f9cf5;
  }

  .sm\:odd\:placeholder-indigo-400:nth-child(odd)::-ms-input-placeholder {
    color: #7f9cf5;
  }

  .sm\:odd\:placeholder-indigo-400:nth-child(odd)::placeholder {
    color: #7f9cf5;
  }

  .sm\:odd\:placeholder-indigo-500:nth-child(odd)::-webkit-input-placeholder {
    color: #667eea;
  }

  .sm\:odd\:placeholder-indigo-500:nth-child(odd)::-moz-placeholder {
    color: #667eea;
  }

  .sm\:odd\:placeholder-indigo-500:nth-child(odd):-ms-input-placeholder {
    color: #667eea;
  }

  .sm\:odd\:placeholder-indigo-500:nth-child(odd)::-ms-input-placeholder {
    color: #667eea;
  }

  .sm\:odd\:placeholder-indigo-500:nth-child(odd)::placeholder {
    color: #667eea;
  }

  .sm\:odd\:placeholder-indigo-600:nth-child(odd)::-webkit-input-placeholder {
    color: #5a67d8;
  }

  .sm\:odd\:placeholder-indigo-600:nth-child(odd)::-moz-placeholder {
    color: #5a67d8;
  }

  .sm\:odd\:placeholder-indigo-600:nth-child(odd):-ms-input-placeholder {
    color: #5a67d8;
  }

  .sm\:odd\:placeholder-indigo-600:nth-child(odd)::-ms-input-placeholder {
    color: #5a67d8;
  }

  .sm\:odd\:placeholder-indigo-600:nth-child(odd)::placeholder {
    color: #5a67d8;
  }

  .sm\:odd\:placeholder-indigo-700:nth-child(odd)::-webkit-input-placeholder {
    color: #4c51bf;
  }

  .sm\:odd\:placeholder-indigo-700:nth-child(odd)::-moz-placeholder {
    color: #4c51bf;
  }

  .sm\:odd\:placeholder-indigo-700:nth-child(odd):-ms-input-placeholder {
    color: #4c51bf;
  }

  .sm\:odd\:placeholder-indigo-700:nth-child(odd)::-ms-input-placeholder {
    color: #4c51bf;
  }

  .sm\:odd\:placeholder-indigo-700:nth-child(odd)::placeholder {
    color: #4c51bf;
  }

  .sm\:odd\:placeholder-indigo-800:nth-child(odd)::-webkit-input-placeholder {
    color: #434190;
  }

  .sm\:odd\:placeholder-indigo-800:nth-child(odd)::-moz-placeholder {
    color: #434190;
  }

  .sm\:odd\:placeholder-indigo-800:nth-child(odd):-ms-input-placeholder {
    color: #434190;
  }

  .sm\:odd\:placeholder-indigo-800:nth-child(odd)::-ms-input-placeholder {
    color: #434190;
  }

  .sm\:odd\:placeholder-indigo-800:nth-child(odd)::placeholder {
    color: #434190;
  }

  .sm\:odd\:placeholder-indigo-900:nth-child(odd)::-webkit-input-placeholder {
    color: #3c366b;
  }

  .sm\:odd\:placeholder-indigo-900:nth-child(odd)::-moz-placeholder {
    color: #3c366b;
  }

  .sm\:odd\:placeholder-indigo-900:nth-child(odd):-ms-input-placeholder {
    color: #3c366b;
  }

  .sm\:odd\:placeholder-indigo-900:nth-child(odd)::-ms-input-placeholder {
    color: #3c366b;
  }

  .sm\:odd\:placeholder-indigo-900:nth-child(odd)::placeholder {
    color: #3c366b;
  }

  .sm\:odd\:placeholder-purple-100:nth-child(odd)::-webkit-input-placeholder {
    color: #faf5ff;
  }

  .sm\:odd\:placeholder-purple-100:nth-child(odd)::-moz-placeholder {
    color: #faf5ff;
  }

  .sm\:odd\:placeholder-purple-100:nth-child(odd):-ms-input-placeholder {
    color: #faf5ff;
  }

  .sm\:odd\:placeholder-purple-100:nth-child(odd)::-ms-input-placeholder {
    color: #faf5ff;
  }

  .sm\:odd\:placeholder-purple-100:nth-child(odd)::placeholder {
    color: #faf5ff;
  }

  .sm\:odd\:placeholder-purple-200:nth-child(odd)::-webkit-input-placeholder {
    color: #e9d8fd;
  }

  .sm\:odd\:placeholder-purple-200:nth-child(odd)::-moz-placeholder {
    color: #e9d8fd;
  }

  .sm\:odd\:placeholder-purple-200:nth-child(odd):-ms-input-placeholder {
    color: #e9d8fd;
  }

  .sm\:odd\:placeholder-purple-200:nth-child(odd)::-ms-input-placeholder {
    color: #e9d8fd;
  }

  .sm\:odd\:placeholder-purple-200:nth-child(odd)::placeholder {
    color: #e9d8fd;
  }

  .sm\:odd\:placeholder-purple-300:nth-child(odd)::-webkit-input-placeholder {
    color: #d6bcfa;
  }

  .sm\:odd\:placeholder-purple-300:nth-child(odd)::-moz-placeholder {
    color: #d6bcfa;
  }

  .sm\:odd\:placeholder-purple-300:nth-child(odd):-ms-input-placeholder {
    color: #d6bcfa;
  }

  .sm\:odd\:placeholder-purple-300:nth-child(odd)::-ms-input-placeholder {
    color: #d6bcfa;
  }

  .sm\:odd\:placeholder-purple-300:nth-child(odd)::placeholder {
    color: #d6bcfa;
  }

  .sm\:odd\:placeholder-purple-400:nth-child(odd)::-webkit-input-placeholder {
    color: #b794f4;
  }

  .sm\:odd\:placeholder-purple-400:nth-child(odd)::-moz-placeholder {
    color: #b794f4;
  }

  .sm\:odd\:placeholder-purple-400:nth-child(odd):-ms-input-placeholder {
    color: #b794f4;
  }

  .sm\:odd\:placeholder-purple-400:nth-child(odd)::-ms-input-placeholder {
    color: #b794f4;
  }

  .sm\:odd\:placeholder-purple-400:nth-child(odd)::placeholder {
    color: #b794f4;
  }

  .sm\:odd\:placeholder-purple-500:nth-child(odd)::-webkit-input-placeholder {
    color: #9f7aea;
  }

  .sm\:odd\:placeholder-purple-500:nth-child(odd)::-moz-placeholder {
    color: #9f7aea;
  }

  .sm\:odd\:placeholder-purple-500:nth-child(odd):-ms-input-placeholder {
    color: #9f7aea;
  }

  .sm\:odd\:placeholder-purple-500:nth-child(odd)::-ms-input-placeholder {
    color: #9f7aea;
  }

  .sm\:odd\:placeholder-purple-500:nth-child(odd)::placeholder {
    color: #9f7aea;
  }

  .sm\:odd\:placeholder-purple-600:nth-child(odd)::-webkit-input-placeholder {
    color: #805ad5;
  }

  .sm\:odd\:placeholder-purple-600:nth-child(odd)::-moz-placeholder {
    color: #805ad5;
  }

  .sm\:odd\:placeholder-purple-600:nth-child(odd):-ms-input-placeholder {
    color: #805ad5;
  }

  .sm\:odd\:placeholder-purple-600:nth-child(odd)::-ms-input-placeholder {
    color: #805ad5;
  }

  .sm\:odd\:placeholder-purple-600:nth-child(odd)::placeholder {
    color: #805ad5;
  }

  .sm\:odd\:placeholder-purple-700:nth-child(odd)::-webkit-input-placeholder {
    color: #6b46c1;
  }

  .sm\:odd\:placeholder-purple-700:nth-child(odd)::-moz-placeholder {
    color: #6b46c1;
  }

  .sm\:odd\:placeholder-purple-700:nth-child(odd):-ms-input-placeholder {
    color: #6b46c1;
  }

  .sm\:odd\:placeholder-purple-700:nth-child(odd)::-ms-input-placeholder {
    color: #6b46c1;
  }

  .sm\:odd\:placeholder-purple-700:nth-child(odd)::placeholder {
    color: #6b46c1;
  }

  .sm\:odd\:placeholder-purple-800:nth-child(odd)::-webkit-input-placeholder {
    color: #553c9a;
  }

  .sm\:odd\:placeholder-purple-800:nth-child(odd)::-moz-placeholder {
    color: #553c9a;
  }

  .sm\:odd\:placeholder-purple-800:nth-child(odd):-ms-input-placeholder {
    color: #553c9a;
  }

  .sm\:odd\:placeholder-purple-800:nth-child(odd)::-ms-input-placeholder {
    color: #553c9a;
  }

  .sm\:odd\:placeholder-purple-800:nth-child(odd)::placeholder {
    color: #553c9a;
  }

  .sm\:odd\:placeholder-purple-900:nth-child(odd)::-webkit-input-placeholder {
    color: #44337a;
  }

  .sm\:odd\:placeholder-purple-900:nth-child(odd)::-moz-placeholder {
    color: #44337a;
  }

  .sm\:odd\:placeholder-purple-900:nth-child(odd):-ms-input-placeholder {
    color: #44337a;
  }

  .sm\:odd\:placeholder-purple-900:nth-child(odd)::-ms-input-placeholder {
    color: #44337a;
  }

  .sm\:odd\:placeholder-purple-900:nth-child(odd)::placeholder {
    color: #44337a;
  }

  .sm\:odd\:placeholder-pink-100:nth-child(odd)::-webkit-input-placeholder {
    color: #fff5f7;
  }

  .sm\:odd\:placeholder-pink-100:nth-child(odd)::-moz-placeholder {
    color: #fff5f7;
  }

  .sm\:odd\:placeholder-pink-100:nth-child(odd):-ms-input-placeholder {
    color: #fff5f7;
  }

  .sm\:odd\:placeholder-pink-100:nth-child(odd)::-ms-input-placeholder {
    color: #fff5f7;
  }

  .sm\:odd\:placeholder-pink-100:nth-child(odd)::placeholder {
    color: #fff5f7;
  }

  .sm\:odd\:placeholder-pink-200:nth-child(odd)::-webkit-input-placeholder {
    color: #fed7e2;
  }

  .sm\:odd\:placeholder-pink-200:nth-child(odd)::-moz-placeholder {
    color: #fed7e2;
  }

  .sm\:odd\:placeholder-pink-200:nth-child(odd):-ms-input-placeholder {
    color: #fed7e2;
  }

  .sm\:odd\:placeholder-pink-200:nth-child(odd)::-ms-input-placeholder {
    color: #fed7e2;
  }

  .sm\:odd\:placeholder-pink-200:nth-child(odd)::placeholder {
    color: #fed7e2;
  }

  .sm\:odd\:placeholder-pink-300:nth-child(odd)::-webkit-input-placeholder {
    color: #fbb6ce;
  }

  .sm\:odd\:placeholder-pink-300:nth-child(odd)::-moz-placeholder {
    color: #fbb6ce;
  }

  .sm\:odd\:placeholder-pink-300:nth-child(odd):-ms-input-placeholder {
    color: #fbb6ce;
  }

  .sm\:odd\:placeholder-pink-300:nth-child(odd)::-ms-input-placeholder {
    color: #fbb6ce;
  }

  .sm\:odd\:placeholder-pink-300:nth-child(odd)::placeholder {
    color: #fbb6ce;
  }

  .sm\:odd\:placeholder-pink-400:nth-child(odd)::-webkit-input-placeholder {
    color: #f687b3;
  }

  .sm\:odd\:placeholder-pink-400:nth-child(odd)::-moz-placeholder {
    color: #f687b3;
  }

  .sm\:odd\:placeholder-pink-400:nth-child(odd):-ms-input-placeholder {
    color: #f687b3;
  }

  .sm\:odd\:placeholder-pink-400:nth-child(odd)::-ms-input-placeholder {
    color: #f687b3;
  }

  .sm\:odd\:placeholder-pink-400:nth-child(odd)::placeholder {
    color: #f687b3;
  }

  .sm\:odd\:placeholder-pink-500:nth-child(odd)::-webkit-input-placeholder {
    color: #ed64a6;
  }

  .sm\:odd\:placeholder-pink-500:nth-child(odd)::-moz-placeholder {
    color: #ed64a6;
  }

  .sm\:odd\:placeholder-pink-500:nth-child(odd):-ms-input-placeholder {
    color: #ed64a6;
  }

  .sm\:odd\:placeholder-pink-500:nth-child(odd)::-ms-input-placeholder {
    color: #ed64a6;
  }

  .sm\:odd\:placeholder-pink-500:nth-child(odd)::placeholder {
    color: #ed64a6;
  }

  .sm\:odd\:placeholder-pink-600:nth-child(odd)::-webkit-input-placeholder {
    color: #d53f8c;
  }

  .sm\:odd\:placeholder-pink-600:nth-child(odd)::-moz-placeholder {
    color: #d53f8c;
  }

  .sm\:odd\:placeholder-pink-600:nth-child(odd):-ms-input-placeholder {
    color: #d53f8c;
  }

  .sm\:odd\:placeholder-pink-600:nth-child(odd)::-ms-input-placeholder {
    color: #d53f8c;
  }

  .sm\:odd\:placeholder-pink-600:nth-child(odd)::placeholder {
    color: #d53f8c;
  }

  .sm\:odd\:placeholder-pink-700:nth-child(odd)::-webkit-input-placeholder {
    color: #b83280;
  }

  .sm\:odd\:placeholder-pink-700:nth-child(odd)::-moz-placeholder {
    color: #b83280;
  }

  .sm\:odd\:placeholder-pink-700:nth-child(odd):-ms-input-placeholder {
    color: #b83280;
  }

  .sm\:odd\:placeholder-pink-700:nth-child(odd)::-ms-input-placeholder {
    color: #b83280;
  }

  .sm\:odd\:placeholder-pink-700:nth-child(odd)::placeholder {
    color: #b83280;
  }

  .sm\:odd\:placeholder-pink-800:nth-child(odd)::-webkit-input-placeholder {
    color: #97266d;
  }

  .sm\:odd\:placeholder-pink-800:nth-child(odd)::-moz-placeholder {
    color: #97266d;
  }

  .sm\:odd\:placeholder-pink-800:nth-child(odd):-ms-input-placeholder {
    color: #97266d;
  }

  .sm\:odd\:placeholder-pink-800:nth-child(odd)::-ms-input-placeholder {
    color: #97266d;
  }

  .sm\:odd\:placeholder-pink-800:nth-child(odd)::placeholder {
    color: #97266d;
  }

  .sm\:odd\:placeholder-pink-900:nth-child(odd)::-webkit-input-placeholder {
    color: #702459;
  }

  .sm\:odd\:placeholder-pink-900:nth-child(odd)::-moz-placeholder {
    color: #702459;
  }

  .sm\:odd\:placeholder-pink-900:nth-child(odd):-ms-input-placeholder {
    color: #702459;
  }

  .sm\:odd\:placeholder-pink-900:nth-child(odd)::-ms-input-placeholder {
    color: #702459;
  }

  .sm\:odd\:placeholder-pink-900:nth-child(odd)::placeholder {
    color: #702459;
  }

  .sm\:even\:placeholder-transparent:nth-child(even)::-webkit-input-placeholder {
    color: transparent;
  }

  .sm\:even\:placeholder-transparent:nth-child(even)::-moz-placeholder {
    color: transparent;
  }

  .sm\:even\:placeholder-transparent:nth-child(even):-ms-input-placeholder {
    color: transparent;
  }

  .sm\:even\:placeholder-transparent:nth-child(even)::-ms-input-placeholder {
    color: transparent;
  }

  .sm\:even\:placeholder-transparent:nth-child(even)::placeholder {
    color: transparent;
  }

  .sm\:even\:placeholder-black:nth-child(even)::-webkit-input-placeholder {
    color: #000;
  }

  .sm\:even\:placeholder-black:nth-child(even)::-moz-placeholder {
    color: #000;
  }

  .sm\:even\:placeholder-black:nth-child(even):-ms-input-placeholder {
    color: #000;
  }

  .sm\:even\:placeholder-black:nth-child(even)::-ms-input-placeholder {
    color: #000;
  }

  .sm\:even\:placeholder-black:nth-child(even)::placeholder {
    color: #000;
  }

  .sm\:even\:placeholder-white:nth-child(even)::-webkit-input-placeholder {
    color: #fff;
  }

  .sm\:even\:placeholder-white:nth-child(even)::-moz-placeholder {
    color: #fff;
  }

  .sm\:even\:placeholder-white:nth-child(even):-ms-input-placeholder {
    color: #fff;
  }

  .sm\:even\:placeholder-white:nth-child(even)::-ms-input-placeholder {
    color: #fff;
  }

  .sm\:even\:placeholder-white:nth-child(even)::placeholder {
    color: #fff;
  }

  .sm\:even\:placeholder-gray-100:nth-child(even)::-webkit-input-placeholder {
    color: #f7fafc;
  }

  .sm\:even\:placeholder-gray-100:nth-child(even)::-moz-placeholder {
    color: #f7fafc;
  }

  .sm\:even\:placeholder-gray-100:nth-child(even):-ms-input-placeholder {
    color: #f7fafc;
  }

  .sm\:even\:placeholder-gray-100:nth-child(even)::-ms-input-placeholder {
    color: #f7fafc;
  }

  .sm\:even\:placeholder-gray-100:nth-child(even)::placeholder {
    color: #f7fafc;
  }

  .sm\:even\:placeholder-gray-200:nth-child(even)::-webkit-input-placeholder {
    color: #edf2f7;
  }

  .sm\:even\:placeholder-gray-200:nth-child(even)::-moz-placeholder {
    color: #edf2f7;
  }

  .sm\:even\:placeholder-gray-200:nth-child(even):-ms-input-placeholder {
    color: #edf2f7;
  }

  .sm\:even\:placeholder-gray-200:nth-child(even)::-ms-input-placeholder {
    color: #edf2f7;
  }

  .sm\:even\:placeholder-gray-200:nth-child(even)::placeholder {
    color: #edf2f7;
  }

  .sm\:even\:placeholder-gray-300:nth-child(even)::-webkit-input-placeholder {
    color: #e2e8f0;
  }

  .sm\:even\:placeholder-gray-300:nth-child(even)::-moz-placeholder {
    color: #e2e8f0;
  }

  .sm\:even\:placeholder-gray-300:nth-child(even):-ms-input-placeholder {
    color: #e2e8f0;
  }

  .sm\:even\:placeholder-gray-300:nth-child(even)::-ms-input-placeholder {
    color: #e2e8f0;
  }

  .sm\:even\:placeholder-gray-300:nth-child(even)::placeholder {
    color: #e2e8f0;
  }

  .sm\:even\:placeholder-gray-400:nth-child(even)::-webkit-input-placeholder {
    color: #cbd5e0;
  }

  .sm\:even\:placeholder-gray-400:nth-child(even)::-moz-placeholder {
    color: #cbd5e0;
  }

  .sm\:even\:placeholder-gray-400:nth-child(even):-ms-input-placeholder {
    color: #cbd5e0;
  }

  .sm\:even\:placeholder-gray-400:nth-child(even)::-ms-input-placeholder {
    color: #cbd5e0;
  }

  .sm\:even\:placeholder-gray-400:nth-child(even)::placeholder {
    color: #cbd5e0;
  }

  .sm\:even\:placeholder-gray-500:nth-child(even)::-webkit-input-placeholder {
    color: #a0aec0;
  }

  .sm\:even\:placeholder-gray-500:nth-child(even)::-moz-placeholder {
    color: #a0aec0;
  }

  .sm\:even\:placeholder-gray-500:nth-child(even):-ms-input-placeholder {
    color: #a0aec0;
  }

  .sm\:even\:placeholder-gray-500:nth-child(even)::-ms-input-placeholder {
    color: #a0aec0;
  }

  .sm\:even\:placeholder-gray-500:nth-child(even)::placeholder {
    color: #a0aec0;
  }

  .sm\:even\:placeholder-gray-600:nth-child(even)::-webkit-input-placeholder {
    color: #718096;
  }

  .sm\:even\:placeholder-gray-600:nth-child(even)::-moz-placeholder {
    color: #718096;
  }

  .sm\:even\:placeholder-gray-600:nth-child(even):-ms-input-placeholder {
    color: #718096;
  }

  .sm\:even\:placeholder-gray-600:nth-child(even)::-ms-input-placeholder {
    color: #718096;
  }

  .sm\:even\:placeholder-gray-600:nth-child(even)::placeholder {
    color: #718096;
  }

  .sm\:even\:placeholder-gray-700:nth-child(even)::-webkit-input-placeholder {
    color: #4a5568;
  }

  .sm\:even\:placeholder-gray-700:nth-child(even)::-moz-placeholder {
    color: #4a5568;
  }

  .sm\:even\:placeholder-gray-700:nth-child(even):-ms-input-placeholder {
    color: #4a5568;
  }

  .sm\:even\:placeholder-gray-700:nth-child(even)::-ms-input-placeholder {
    color: #4a5568;
  }

  .sm\:even\:placeholder-gray-700:nth-child(even)::placeholder {
    color: #4a5568;
  }

  .sm\:even\:placeholder-gray-800:nth-child(even)::-webkit-input-placeholder {
    color: #2d3748;
  }

  .sm\:even\:placeholder-gray-800:nth-child(even)::-moz-placeholder {
    color: #2d3748;
  }

  .sm\:even\:placeholder-gray-800:nth-child(even):-ms-input-placeholder {
    color: #2d3748;
  }

  .sm\:even\:placeholder-gray-800:nth-child(even)::-ms-input-placeholder {
    color: #2d3748;
  }

  .sm\:even\:placeholder-gray-800:nth-child(even)::placeholder {
    color: #2d3748;
  }

  .sm\:even\:placeholder-gray-900:nth-child(even)::-webkit-input-placeholder {
    color: #1a202c;
  }

  .sm\:even\:placeholder-gray-900:nth-child(even)::-moz-placeholder {
    color: #1a202c;
  }

  .sm\:even\:placeholder-gray-900:nth-child(even):-ms-input-placeholder {
    color: #1a202c;
  }

  .sm\:even\:placeholder-gray-900:nth-child(even)::-ms-input-placeholder {
    color: #1a202c;
  }

  .sm\:even\:placeholder-gray-900:nth-child(even)::placeholder {
    color: #1a202c;
  }

  .sm\:even\:placeholder-red-100:nth-child(even)::-webkit-input-placeholder {
    color: #fff5f5;
  }

  .sm\:even\:placeholder-red-100:nth-child(even)::-moz-placeholder {
    color: #fff5f5;
  }

  .sm\:even\:placeholder-red-100:nth-child(even):-ms-input-placeholder {
    color: #fff5f5;
  }

  .sm\:even\:placeholder-red-100:nth-child(even)::-ms-input-placeholder {
    color: #fff5f5;
  }

  .sm\:even\:placeholder-red-100:nth-child(even)::placeholder {
    color: #fff5f5;
  }

  .sm\:even\:placeholder-red-200:nth-child(even)::-webkit-input-placeholder {
    color: #fed7d7;
  }

  .sm\:even\:placeholder-red-200:nth-child(even)::-moz-placeholder {
    color: #fed7d7;
  }

  .sm\:even\:placeholder-red-200:nth-child(even):-ms-input-placeholder {
    color: #fed7d7;
  }

  .sm\:even\:placeholder-red-200:nth-child(even)::-ms-input-placeholder {
    color: #fed7d7;
  }

  .sm\:even\:placeholder-red-200:nth-child(even)::placeholder {
    color: #fed7d7;
  }

  .sm\:even\:placeholder-red-300:nth-child(even)::-webkit-input-placeholder {
    color: #feb2b2;
  }

  .sm\:even\:placeholder-red-300:nth-child(even)::-moz-placeholder {
    color: #feb2b2;
  }

  .sm\:even\:placeholder-red-300:nth-child(even):-ms-input-placeholder {
    color: #feb2b2;
  }

  .sm\:even\:placeholder-red-300:nth-child(even)::-ms-input-placeholder {
    color: #feb2b2;
  }

  .sm\:even\:placeholder-red-300:nth-child(even)::placeholder {
    color: #feb2b2;
  }

  .sm\:even\:placeholder-red-400:nth-child(even)::-webkit-input-placeholder {
    color: #fc8181;
  }

  .sm\:even\:placeholder-red-400:nth-child(even)::-moz-placeholder {
    color: #fc8181;
  }

  .sm\:even\:placeholder-red-400:nth-child(even):-ms-input-placeholder {
    color: #fc8181;
  }

  .sm\:even\:placeholder-red-400:nth-child(even)::-ms-input-placeholder {
    color: #fc8181;
  }

  .sm\:even\:placeholder-red-400:nth-child(even)::placeholder {
    color: #fc8181;
  }

  .sm\:even\:placeholder-red-500:nth-child(even)::-webkit-input-placeholder {
    color: #f56565;
  }

  .sm\:even\:placeholder-red-500:nth-child(even)::-moz-placeholder {
    color: #f56565;
  }

  .sm\:even\:placeholder-red-500:nth-child(even):-ms-input-placeholder {
    color: #f56565;
  }

  .sm\:even\:placeholder-red-500:nth-child(even)::-ms-input-placeholder {
    color: #f56565;
  }

  .sm\:even\:placeholder-red-500:nth-child(even)::placeholder {
    color: #f56565;
  }

  .sm\:even\:placeholder-red-600:nth-child(even)::-webkit-input-placeholder {
    color: #e53e3e;
  }

  .sm\:even\:placeholder-red-600:nth-child(even)::-moz-placeholder {
    color: #e53e3e;
  }

  .sm\:even\:placeholder-red-600:nth-child(even):-ms-input-placeholder {
    color: #e53e3e;
  }

  .sm\:even\:placeholder-red-600:nth-child(even)::-ms-input-placeholder {
    color: #e53e3e;
  }

  .sm\:even\:placeholder-red-600:nth-child(even)::placeholder {
    color: #e53e3e;
  }

  .sm\:even\:placeholder-red-700:nth-child(even)::-webkit-input-placeholder {
    color: #c53030;
  }

  .sm\:even\:placeholder-red-700:nth-child(even)::-moz-placeholder {
    color: #c53030;
  }

  .sm\:even\:placeholder-red-700:nth-child(even):-ms-input-placeholder {
    color: #c53030;
  }

  .sm\:even\:placeholder-red-700:nth-child(even)::-ms-input-placeholder {
    color: #c53030;
  }

  .sm\:even\:placeholder-red-700:nth-child(even)::placeholder {
    color: #c53030;
  }

  .sm\:even\:placeholder-red-800:nth-child(even)::-webkit-input-placeholder {
    color: #9b2c2c;
  }

  .sm\:even\:placeholder-red-800:nth-child(even)::-moz-placeholder {
    color: #9b2c2c;
  }

  .sm\:even\:placeholder-red-800:nth-child(even):-ms-input-placeholder {
    color: #9b2c2c;
  }

  .sm\:even\:placeholder-red-800:nth-child(even)::-ms-input-placeholder {
    color: #9b2c2c;
  }

  .sm\:even\:placeholder-red-800:nth-child(even)::placeholder {
    color: #9b2c2c;
  }

  .sm\:even\:placeholder-red-900:nth-child(even)::-webkit-input-placeholder {
    color: #742a2a;
  }

  .sm\:even\:placeholder-red-900:nth-child(even)::-moz-placeholder {
    color: #742a2a;
  }

  .sm\:even\:placeholder-red-900:nth-child(even):-ms-input-placeholder {
    color: #742a2a;
  }

  .sm\:even\:placeholder-red-900:nth-child(even)::-ms-input-placeholder {
    color: #742a2a;
  }

  .sm\:even\:placeholder-red-900:nth-child(even)::placeholder {
    color: #742a2a;
  }

  .sm\:even\:placeholder-orange-100:nth-child(even)::-webkit-input-placeholder {
    color: #fffaf0;
  }

  .sm\:even\:placeholder-orange-100:nth-child(even)::-moz-placeholder {
    color: #fffaf0;
  }

  .sm\:even\:placeholder-orange-100:nth-child(even):-ms-input-placeholder {
    color: #fffaf0;
  }

  .sm\:even\:placeholder-orange-100:nth-child(even)::-ms-input-placeholder {
    color: #fffaf0;
  }

  .sm\:even\:placeholder-orange-100:nth-child(even)::placeholder {
    color: #fffaf0;
  }

  .sm\:even\:placeholder-orange-200:nth-child(even)::-webkit-input-placeholder {
    color: #feebc8;
  }

  .sm\:even\:placeholder-orange-200:nth-child(even)::-moz-placeholder {
    color: #feebc8;
  }

  .sm\:even\:placeholder-orange-200:nth-child(even):-ms-input-placeholder {
    color: #feebc8;
  }

  .sm\:even\:placeholder-orange-200:nth-child(even)::-ms-input-placeholder {
    color: #feebc8;
  }

  .sm\:even\:placeholder-orange-200:nth-child(even)::placeholder {
    color: #feebc8;
  }

  .sm\:even\:placeholder-orange-300:nth-child(even)::-webkit-input-placeholder {
    color: #fbd38d;
  }

  .sm\:even\:placeholder-orange-300:nth-child(even)::-moz-placeholder {
    color: #fbd38d;
  }

  .sm\:even\:placeholder-orange-300:nth-child(even):-ms-input-placeholder {
    color: #fbd38d;
  }

  .sm\:even\:placeholder-orange-300:nth-child(even)::-ms-input-placeholder {
    color: #fbd38d;
  }

  .sm\:even\:placeholder-orange-300:nth-child(even)::placeholder {
    color: #fbd38d;
  }

  .sm\:even\:placeholder-orange-400:nth-child(even)::-webkit-input-placeholder {
    color: #f6ad55;
  }

  .sm\:even\:placeholder-orange-400:nth-child(even)::-moz-placeholder {
    color: #f6ad55;
  }

  .sm\:even\:placeholder-orange-400:nth-child(even):-ms-input-placeholder {
    color: #f6ad55;
  }

  .sm\:even\:placeholder-orange-400:nth-child(even)::-ms-input-placeholder {
    color: #f6ad55;
  }

  .sm\:even\:placeholder-orange-400:nth-child(even)::placeholder {
    color: #f6ad55;
  }

  .sm\:even\:placeholder-orange-500:nth-child(even)::-webkit-input-placeholder {
    color: #ed8936;
  }

  .sm\:even\:placeholder-orange-500:nth-child(even)::-moz-placeholder {
    color: #ed8936;
  }

  .sm\:even\:placeholder-orange-500:nth-child(even):-ms-input-placeholder {
    color: #ed8936;
  }

  .sm\:even\:placeholder-orange-500:nth-child(even)::-ms-input-placeholder {
    color: #ed8936;
  }

  .sm\:even\:placeholder-orange-500:nth-child(even)::placeholder {
    color: #ed8936;
  }

  .sm\:even\:placeholder-orange-600:nth-child(even)::-webkit-input-placeholder {
    color: #dd6b20;
  }

  .sm\:even\:placeholder-orange-600:nth-child(even)::-moz-placeholder {
    color: #dd6b20;
  }

  .sm\:even\:placeholder-orange-600:nth-child(even):-ms-input-placeholder {
    color: #dd6b20;
  }

  .sm\:even\:placeholder-orange-600:nth-child(even)::-ms-input-placeholder {
    color: #dd6b20;
  }

  .sm\:even\:placeholder-orange-600:nth-child(even)::placeholder {
    color: #dd6b20;
  }

  .sm\:even\:placeholder-orange-700:nth-child(even)::-webkit-input-placeholder {
    color: #c05621;
  }

  .sm\:even\:placeholder-orange-700:nth-child(even)::-moz-placeholder {
    color: #c05621;
  }

  .sm\:even\:placeholder-orange-700:nth-child(even):-ms-input-placeholder {
    color: #c05621;
  }

  .sm\:even\:placeholder-orange-700:nth-child(even)::-ms-input-placeholder {
    color: #c05621;
  }

  .sm\:even\:placeholder-orange-700:nth-child(even)::placeholder {
    color: #c05621;
  }

  .sm\:even\:placeholder-orange-800:nth-child(even)::-webkit-input-placeholder {
    color: #9c4221;
  }

  .sm\:even\:placeholder-orange-800:nth-child(even)::-moz-placeholder {
    color: #9c4221;
  }

  .sm\:even\:placeholder-orange-800:nth-child(even):-ms-input-placeholder {
    color: #9c4221;
  }

  .sm\:even\:placeholder-orange-800:nth-child(even)::-ms-input-placeholder {
    color: #9c4221;
  }

  .sm\:even\:placeholder-orange-800:nth-child(even)::placeholder {
    color: #9c4221;
  }

  .sm\:even\:placeholder-orange-900:nth-child(even)::-webkit-input-placeholder {
    color: #7b341e;
  }

  .sm\:even\:placeholder-orange-900:nth-child(even)::-moz-placeholder {
    color: #7b341e;
  }

  .sm\:even\:placeholder-orange-900:nth-child(even):-ms-input-placeholder {
    color: #7b341e;
  }

  .sm\:even\:placeholder-orange-900:nth-child(even)::-ms-input-placeholder {
    color: #7b341e;
  }

  .sm\:even\:placeholder-orange-900:nth-child(even)::placeholder {
    color: #7b341e;
  }

  .sm\:even\:placeholder-yellow-100:nth-child(even)::-webkit-input-placeholder {
    color: #fffff0;
  }

  .sm\:even\:placeholder-yellow-100:nth-child(even)::-moz-placeholder {
    color: #fffff0;
  }

  .sm\:even\:placeholder-yellow-100:nth-child(even):-ms-input-placeholder {
    color: #fffff0;
  }

  .sm\:even\:placeholder-yellow-100:nth-child(even)::-ms-input-placeholder {
    color: #fffff0;
  }

  .sm\:even\:placeholder-yellow-100:nth-child(even)::placeholder {
    color: #fffff0;
  }

  .sm\:even\:placeholder-yellow-200:nth-child(even)::-webkit-input-placeholder {
    color: #fefcbf;
  }

  .sm\:even\:placeholder-yellow-200:nth-child(even)::-moz-placeholder {
    color: #fefcbf;
  }

  .sm\:even\:placeholder-yellow-200:nth-child(even):-ms-input-placeholder {
    color: #fefcbf;
  }

  .sm\:even\:placeholder-yellow-200:nth-child(even)::-ms-input-placeholder {
    color: #fefcbf;
  }

  .sm\:even\:placeholder-yellow-200:nth-child(even)::placeholder {
    color: #fefcbf;
  }

  .sm\:even\:placeholder-yellow-300:nth-child(even)::-webkit-input-placeholder {
    color: #faf089;
  }

  .sm\:even\:placeholder-yellow-300:nth-child(even)::-moz-placeholder {
    color: #faf089;
  }

  .sm\:even\:placeholder-yellow-300:nth-child(even):-ms-input-placeholder {
    color: #faf089;
  }

  .sm\:even\:placeholder-yellow-300:nth-child(even)::-ms-input-placeholder {
    color: #faf089;
  }

  .sm\:even\:placeholder-yellow-300:nth-child(even)::placeholder {
    color: #faf089;
  }

  .sm\:even\:placeholder-yellow-400:nth-child(even)::-webkit-input-placeholder {
    color: #f6e05e;
  }

  .sm\:even\:placeholder-yellow-400:nth-child(even)::-moz-placeholder {
    color: #f6e05e;
  }

  .sm\:even\:placeholder-yellow-400:nth-child(even):-ms-input-placeholder {
    color: #f6e05e;
  }

  .sm\:even\:placeholder-yellow-400:nth-child(even)::-ms-input-placeholder {
    color: #f6e05e;
  }

  .sm\:even\:placeholder-yellow-400:nth-child(even)::placeholder {
    color: #f6e05e;
  }

  .sm\:even\:placeholder-yellow-500:nth-child(even)::-webkit-input-placeholder {
    color: #ecc94b;
  }

  .sm\:even\:placeholder-yellow-500:nth-child(even)::-moz-placeholder {
    color: #ecc94b;
  }

  .sm\:even\:placeholder-yellow-500:nth-child(even):-ms-input-placeholder {
    color: #ecc94b;
  }

  .sm\:even\:placeholder-yellow-500:nth-child(even)::-ms-input-placeholder {
    color: #ecc94b;
  }

  .sm\:even\:placeholder-yellow-500:nth-child(even)::placeholder {
    color: #ecc94b;
  }

  .sm\:even\:placeholder-yellow-600:nth-child(even)::-webkit-input-placeholder {
    color: #d69e2e;
  }

  .sm\:even\:placeholder-yellow-600:nth-child(even)::-moz-placeholder {
    color: #d69e2e;
  }

  .sm\:even\:placeholder-yellow-600:nth-child(even):-ms-input-placeholder {
    color: #d69e2e;
  }

  .sm\:even\:placeholder-yellow-600:nth-child(even)::-ms-input-placeholder {
    color: #d69e2e;
  }

  .sm\:even\:placeholder-yellow-600:nth-child(even)::placeholder {
    color: #d69e2e;
  }

  .sm\:even\:placeholder-yellow-700:nth-child(even)::-webkit-input-placeholder {
    color: #b7791f;
  }

  .sm\:even\:placeholder-yellow-700:nth-child(even)::-moz-placeholder {
    color: #b7791f;
  }

  .sm\:even\:placeholder-yellow-700:nth-child(even):-ms-input-placeholder {
    color: #b7791f;
  }

  .sm\:even\:placeholder-yellow-700:nth-child(even)::-ms-input-placeholder {
    color: #b7791f;
  }

  .sm\:even\:placeholder-yellow-700:nth-child(even)::placeholder {
    color: #b7791f;
  }

  .sm\:even\:placeholder-yellow-800:nth-child(even)::-webkit-input-placeholder {
    color: #975a16;
  }

  .sm\:even\:placeholder-yellow-800:nth-child(even)::-moz-placeholder {
    color: #975a16;
  }

  .sm\:even\:placeholder-yellow-800:nth-child(even):-ms-input-placeholder {
    color: #975a16;
  }

  .sm\:even\:placeholder-yellow-800:nth-child(even)::-ms-input-placeholder {
    color: #975a16;
  }

  .sm\:even\:placeholder-yellow-800:nth-child(even)::placeholder {
    color: #975a16;
  }

  .sm\:even\:placeholder-yellow-900:nth-child(even)::-webkit-input-placeholder {
    color: #744210;
  }

  .sm\:even\:placeholder-yellow-900:nth-child(even)::-moz-placeholder {
    color: #744210;
  }

  .sm\:even\:placeholder-yellow-900:nth-child(even):-ms-input-placeholder {
    color: #744210;
  }

  .sm\:even\:placeholder-yellow-900:nth-child(even)::-ms-input-placeholder {
    color: #744210;
  }

  .sm\:even\:placeholder-yellow-900:nth-child(even)::placeholder {
    color: #744210;
  }

  .sm\:even\:placeholder-green-100:nth-child(even)::-webkit-input-placeholder {
    color: #f0fff4;
  }

  .sm\:even\:placeholder-green-100:nth-child(even)::-moz-placeholder {
    color: #f0fff4;
  }

  .sm\:even\:placeholder-green-100:nth-child(even):-ms-input-placeholder {
    color: #f0fff4;
  }

  .sm\:even\:placeholder-green-100:nth-child(even)::-ms-input-placeholder {
    color: #f0fff4;
  }

  .sm\:even\:placeholder-green-100:nth-child(even)::placeholder {
    color: #f0fff4;
  }

  .sm\:even\:placeholder-green-200:nth-child(even)::-webkit-input-placeholder {
    color: #c6f6d5;
  }

  .sm\:even\:placeholder-green-200:nth-child(even)::-moz-placeholder {
    color: #c6f6d5;
  }

  .sm\:even\:placeholder-green-200:nth-child(even):-ms-input-placeholder {
    color: #c6f6d5;
  }

  .sm\:even\:placeholder-green-200:nth-child(even)::-ms-input-placeholder {
    color: #c6f6d5;
  }

  .sm\:even\:placeholder-green-200:nth-child(even)::placeholder {
    color: #c6f6d5;
  }

  .sm\:even\:placeholder-green-300:nth-child(even)::-webkit-input-placeholder {
    color: #9ae6b4;
  }

  .sm\:even\:placeholder-green-300:nth-child(even)::-moz-placeholder {
    color: #9ae6b4;
  }

  .sm\:even\:placeholder-green-300:nth-child(even):-ms-input-placeholder {
    color: #9ae6b4;
  }

  .sm\:even\:placeholder-green-300:nth-child(even)::-ms-input-placeholder {
    color: #9ae6b4;
  }

  .sm\:even\:placeholder-green-300:nth-child(even)::placeholder {
    color: #9ae6b4;
  }

  .sm\:even\:placeholder-green-400:nth-child(even)::-webkit-input-placeholder {
    color: #68d391;
  }

  .sm\:even\:placeholder-green-400:nth-child(even)::-moz-placeholder {
    color: #68d391;
  }

  .sm\:even\:placeholder-green-400:nth-child(even):-ms-input-placeholder {
    color: #68d391;
  }

  .sm\:even\:placeholder-green-400:nth-child(even)::-ms-input-placeholder {
    color: #68d391;
  }

  .sm\:even\:placeholder-green-400:nth-child(even)::placeholder {
    color: #68d391;
  }

  .sm\:even\:placeholder-green-500:nth-child(even)::-webkit-input-placeholder {
    color: #48bb78;
  }

  .sm\:even\:placeholder-green-500:nth-child(even)::-moz-placeholder {
    color: #48bb78;
  }

  .sm\:even\:placeholder-green-500:nth-child(even):-ms-input-placeholder {
    color: #48bb78;
  }

  .sm\:even\:placeholder-green-500:nth-child(even)::-ms-input-placeholder {
    color: #48bb78;
  }

  .sm\:even\:placeholder-green-500:nth-child(even)::placeholder {
    color: #48bb78;
  }

  .sm\:even\:placeholder-green-600:nth-child(even)::-webkit-input-placeholder {
    color: #38a169;
  }

  .sm\:even\:placeholder-green-600:nth-child(even)::-moz-placeholder {
    color: #38a169;
  }

  .sm\:even\:placeholder-green-600:nth-child(even):-ms-input-placeholder {
    color: #38a169;
  }

  .sm\:even\:placeholder-green-600:nth-child(even)::-ms-input-placeholder {
    color: #38a169;
  }

  .sm\:even\:placeholder-green-600:nth-child(even)::placeholder {
    color: #38a169;
  }

  .sm\:even\:placeholder-green-700:nth-child(even)::-webkit-input-placeholder {
    color: #2f855a;
  }

  .sm\:even\:placeholder-green-700:nth-child(even)::-moz-placeholder {
    color: #2f855a;
  }

  .sm\:even\:placeholder-green-700:nth-child(even):-ms-input-placeholder {
    color: #2f855a;
  }

  .sm\:even\:placeholder-green-700:nth-child(even)::-ms-input-placeholder {
    color: #2f855a;
  }

  .sm\:even\:placeholder-green-700:nth-child(even)::placeholder {
    color: #2f855a;
  }

  .sm\:even\:placeholder-green-800:nth-child(even)::-webkit-input-placeholder {
    color: #276749;
  }

  .sm\:even\:placeholder-green-800:nth-child(even)::-moz-placeholder {
    color: #276749;
  }

  .sm\:even\:placeholder-green-800:nth-child(even):-ms-input-placeholder {
    color: #276749;
  }

  .sm\:even\:placeholder-green-800:nth-child(even)::-ms-input-placeholder {
    color: #276749;
  }

  .sm\:even\:placeholder-green-800:nth-child(even)::placeholder {
    color: #276749;
  }

  .sm\:even\:placeholder-green-900:nth-child(even)::-webkit-input-placeholder {
    color: #22543d;
  }

  .sm\:even\:placeholder-green-900:nth-child(even)::-moz-placeholder {
    color: #22543d;
  }

  .sm\:even\:placeholder-green-900:nth-child(even):-ms-input-placeholder {
    color: #22543d;
  }

  .sm\:even\:placeholder-green-900:nth-child(even)::-ms-input-placeholder {
    color: #22543d;
  }

  .sm\:even\:placeholder-green-900:nth-child(even)::placeholder {
    color: #22543d;
  }

  .sm\:even\:placeholder-teal-100:nth-child(even)::-webkit-input-placeholder {
    color: #e6fffa;
  }

  .sm\:even\:placeholder-teal-100:nth-child(even)::-moz-placeholder {
    color: #e6fffa;
  }

  .sm\:even\:placeholder-teal-100:nth-child(even):-ms-input-placeholder {
    color: #e6fffa;
  }

  .sm\:even\:placeholder-teal-100:nth-child(even)::-ms-input-placeholder {
    color: #e6fffa;
  }

  .sm\:even\:placeholder-teal-100:nth-child(even)::placeholder {
    color: #e6fffa;
  }

  .sm\:even\:placeholder-teal-200:nth-child(even)::-webkit-input-placeholder {
    color: #b2f5ea;
  }

  .sm\:even\:placeholder-teal-200:nth-child(even)::-moz-placeholder {
    color: #b2f5ea;
  }

  .sm\:even\:placeholder-teal-200:nth-child(even):-ms-input-placeholder {
    color: #b2f5ea;
  }

  .sm\:even\:placeholder-teal-200:nth-child(even)::-ms-input-placeholder {
    color: #b2f5ea;
  }

  .sm\:even\:placeholder-teal-200:nth-child(even)::placeholder {
    color: #b2f5ea;
  }

  .sm\:even\:placeholder-teal-300:nth-child(even)::-webkit-input-placeholder {
    color: #81e6d9;
  }

  .sm\:even\:placeholder-teal-300:nth-child(even)::-moz-placeholder {
    color: #81e6d9;
  }

  .sm\:even\:placeholder-teal-300:nth-child(even):-ms-input-placeholder {
    color: #81e6d9;
  }

  .sm\:even\:placeholder-teal-300:nth-child(even)::-ms-input-placeholder {
    color: #81e6d9;
  }

  .sm\:even\:placeholder-teal-300:nth-child(even)::placeholder {
    color: #81e6d9;
  }

  .sm\:even\:placeholder-teal-400:nth-child(even)::-webkit-input-placeholder {
    color: #4fd1c5;
  }

  .sm\:even\:placeholder-teal-400:nth-child(even)::-moz-placeholder {
    color: #4fd1c5;
  }

  .sm\:even\:placeholder-teal-400:nth-child(even):-ms-input-placeholder {
    color: #4fd1c5;
  }

  .sm\:even\:placeholder-teal-400:nth-child(even)::-ms-input-placeholder {
    color: #4fd1c5;
  }

  .sm\:even\:placeholder-teal-400:nth-child(even)::placeholder {
    color: #4fd1c5;
  }

  .sm\:even\:placeholder-teal-500:nth-child(even)::-webkit-input-placeholder {
    color: #38b2ac;
  }

  .sm\:even\:placeholder-teal-500:nth-child(even)::-moz-placeholder {
    color: #38b2ac;
  }

  .sm\:even\:placeholder-teal-500:nth-child(even):-ms-input-placeholder {
    color: #38b2ac;
  }

  .sm\:even\:placeholder-teal-500:nth-child(even)::-ms-input-placeholder {
    color: #38b2ac;
  }

  .sm\:even\:placeholder-teal-500:nth-child(even)::placeholder {
    color: #38b2ac;
  }

  .sm\:even\:placeholder-teal-600:nth-child(even)::-webkit-input-placeholder {
    color: #319795;
  }

  .sm\:even\:placeholder-teal-600:nth-child(even)::-moz-placeholder {
    color: #319795;
  }

  .sm\:even\:placeholder-teal-600:nth-child(even):-ms-input-placeholder {
    color: #319795;
  }

  .sm\:even\:placeholder-teal-600:nth-child(even)::-ms-input-placeholder {
    color: #319795;
  }

  .sm\:even\:placeholder-teal-600:nth-child(even)::placeholder {
    color: #319795;
  }

  .sm\:even\:placeholder-teal-700:nth-child(even)::-webkit-input-placeholder {
    color: #2c7a7b;
  }

  .sm\:even\:placeholder-teal-700:nth-child(even)::-moz-placeholder {
    color: #2c7a7b;
  }

  .sm\:even\:placeholder-teal-700:nth-child(even):-ms-input-placeholder {
    color: #2c7a7b;
  }

  .sm\:even\:placeholder-teal-700:nth-child(even)::-ms-input-placeholder {
    color: #2c7a7b;
  }

  .sm\:even\:placeholder-teal-700:nth-child(even)::placeholder {
    color: #2c7a7b;
  }

  .sm\:even\:placeholder-teal-800:nth-child(even)::-webkit-input-placeholder {
    color: #285e61;
  }

  .sm\:even\:placeholder-teal-800:nth-child(even)::-moz-placeholder {
    color: #285e61;
  }

  .sm\:even\:placeholder-teal-800:nth-child(even):-ms-input-placeholder {
    color: #285e61;
  }

  .sm\:even\:placeholder-teal-800:nth-child(even)::-ms-input-placeholder {
    color: #285e61;
  }

  .sm\:even\:placeholder-teal-800:nth-child(even)::placeholder {
    color: #285e61;
  }

  .sm\:even\:placeholder-teal-900:nth-child(even)::-webkit-input-placeholder {
    color: #234e52;
  }

  .sm\:even\:placeholder-teal-900:nth-child(even)::-moz-placeholder {
    color: #234e52;
  }

  .sm\:even\:placeholder-teal-900:nth-child(even):-ms-input-placeholder {
    color: #234e52;
  }

  .sm\:even\:placeholder-teal-900:nth-child(even)::-ms-input-placeholder {
    color: #234e52;
  }

  .sm\:even\:placeholder-teal-900:nth-child(even)::placeholder {
    color: #234e52;
  }

  .sm\:even\:placeholder-blue-100:nth-child(even)::-webkit-input-placeholder {
    color: #ebf8ff;
  }

  .sm\:even\:placeholder-blue-100:nth-child(even)::-moz-placeholder {
    color: #ebf8ff;
  }

  .sm\:even\:placeholder-blue-100:nth-child(even):-ms-input-placeholder {
    color: #ebf8ff;
  }

  .sm\:even\:placeholder-blue-100:nth-child(even)::-ms-input-placeholder {
    color: #ebf8ff;
  }

  .sm\:even\:placeholder-blue-100:nth-child(even)::placeholder {
    color: #ebf8ff;
  }

  .sm\:even\:placeholder-blue-200:nth-child(even)::-webkit-input-placeholder {
    color: #bee3f8;
  }

  .sm\:even\:placeholder-blue-200:nth-child(even)::-moz-placeholder {
    color: #bee3f8;
  }

  .sm\:even\:placeholder-blue-200:nth-child(even):-ms-input-placeholder {
    color: #bee3f8;
  }

  .sm\:even\:placeholder-blue-200:nth-child(even)::-ms-input-placeholder {
    color: #bee3f8;
  }

  .sm\:even\:placeholder-blue-200:nth-child(even)::placeholder {
    color: #bee3f8;
  }

  .sm\:even\:placeholder-blue-300:nth-child(even)::-webkit-input-placeholder {
    color: #90cdf4;
  }

  .sm\:even\:placeholder-blue-300:nth-child(even)::-moz-placeholder {
    color: #90cdf4;
  }

  .sm\:even\:placeholder-blue-300:nth-child(even):-ms-input-placeholder {
    color: #90cdf4;
  }

  .sm\:even\:placeholder-blue-300:nth-child(even)::-ms-input-placeholder {
    color: #90cdf4;
  }

  .sm\:even\:placeholder-blue-300:nth-child(even)::placeholder {
    color: #90cdf4;
  }

  .sm\:even\:placeholder-blue-400:nth-child(even)::-webkit-input-placeholder {
    color: #63b3ed;
  }

  .sm\:even\:placeholder-blue-400:nth-child(even)::-moz-placeholder {
    color: #63b3ed;
  }

  .sm\:even\:placeholder-blue-400:nth-child(even):-ms-input-placeholder {
    color: #63b3ed;
  }

  .sm\:even\:placeholder-blue-400:nth-child(even)::-ms-input-placeholder {
    color: #63b3ed;
  }

  .sm\:even\:placeholder-blue-400:nth-child(even)::placeholder {
    color: #63b3ed;
  }

  .sm\:even\:placeholder-blue-500:nth-child(even)::-webkit-input-placeholder {
    color: #4299e1;
  }

  .sm\:even\:placeholder-blue-500:nth-child(even)::-moz-placeholder {
    color: #4299e1;
  }

  .sm\:even\:placeholder-blue-500:nth-child(even):-ms-input-placeholder {
    color: #4299e1;
  }

  .sm\:even\:placeholder-blue-500:nth-child(even)::-ms-input-placeholder {
    color: #4299e1;
  }

  .sm\:even\:placeholder-blue-500:nth-child(even)::placeholder {
    color: #4299e1;
  }

  .sm\:even\:placeholder-blue-600:nth-child(even)::-webkit-input-placeholder {
    color: #3182ce;
  }

  .sm\:even\:placeholder-blue-600:nth-child(even)::-moz-placeholder {
    color: #3182ce;
  }

  .sm\:even\:placeholder-blue-600:nth-child(even):-ms-input-placeholder {
    color: #3182ce;
  }

  .sm\:even\:placeholder-blue-600:nth-child(even)::-ms-input-placeholder {
    color: #3182ce;
  }

  .sm\:even\:placeholder-blue-600:nth-child(even)::placeholder {
    color: #3182ce;
  }

  .sm\:even\:placeholder-blue-700:nth-child(even)::-webkit-input-placeholder {
    color: #2b6cb0;
  }

  .sm\:even\:placeholder-blue-700:nth-child(even)::-moz-placeholder {
    color: #2b6cb0;
  }

  .sm\:even\:placeholder-blue-700:nth-child(even):-ms-input-placeholder {
    color: #2b6cb0;
  }

  .sm\:even\:placeholder-blue-700:nth-child(even)::-ms-input-placeholder {
    color: #2b6cb0;
  }

  .sm\:even\:placeholder-blue-700:nth-child(even)::placeholder {
    color: #2b6cb0;
  }

  .sm\:even\:placeholder-blue-800:nth-child(even)::-webkit-input-placeholder {
    color: #2c5282;
  }

  .sm\:even\:placeholder-blue-800:nth-child(even)::-moz-placeholder {
    color: #2c5282;
  }

  .sm\:even\:placeholder-blue-800:nth-child(even):-ms-input-placeholder {
    color: #2c5282;
  }

  .sm\:even\:placeholder-blue-800:nth-child(even)::-ms-input-placeholder {
    color: #2c5282;
  }

  .sm\:even\:placeholder-blue-800:nth-child(even)::placeholder {
    color: #2c5282;
  }

  .sm\:even\:placeholder-blue-900:nth-child(even)::-webkit-input-placeholder {
    color: #2a4365;
  }

  .sm\:even\:placeholder-blue-900:nth-child(even)::-moz-placeholder {
    color: #2a4365;
  }

  .sm\:even\:placeholder-blue-900:nth-child(even):-ms-input-placeholder {
    color: #2a4365;
  }

  .sm\:even\:placeholder-blue-900:nth-child(even)::-ms-input-placeholder {
    color: #2a4365;
  }

  .sm\:even\:placeholder-blue-900:nth-child(even)::placeholder {
    color: #2a4365;
  }

  .sm\:even\:placeholder-indigo-100:nth-child(even)::-webkit-input-placeholder {
    color: #ebf4ff;
  }

  .sm\:even\:placeholder-indigo-100:nth-child(even)::-moz-placeholder {
    color: #ebf4ff;
  }

  .sm\:even\:placeholder-indigo-100:nth-child(even):-ms-input-placeholder {
    color: #ebf4ff;
  }

  .sm\:even\:placeholder-indigo-100:nth-child(even)::-ms-input-placeholder {
    color: #ebf4ff;
  }

  .sm\:even\:placeholder-indigo-100:nth-child(even)::placeholder {
    color: #ebf4ff;
  }

  .sm\:even\:placeholder-indigo-200:nth-child(even)::-webkit-input-placeholder {
    color: #c3dafe;
  }

  .sm\:even\:placeholder-indigo-200:nth-child(even)::-moz-placeholder {
    color: #c3dafe;
  }

  .sm\:even\:placeholder-indigo-200:nth-child(even):-ms-input-placeholder {
    color: #c3dafe;
  }

  .sm\:even\:placeholder-indigo-200:nth-child(even)::-ms-input-placeholder {
    color: #c3dafe;
  }

  .sm\:even\:placeholder-indigo-200:nth-child(even)::placeholder {
    color: #c3dafe;
  }

  .sm\:even\:placeholder-indigo-300:nth-child(even)::-webkit-input-placeholder {
    color: #a3bffa;
  }

  .sm\:even\:placeholder-indigo-300:nth-child(even)::-moz-placeholder {
    color: #a3bffa;
  }

  .sm\:even\:placeholder-indigo-300:nth-child(even):-ms-input-placeholder {
    color: #a3bffa;
  }

  .sm\:even\:placeholder-indigo-300:nth-child(even)::-ms-input-placeholder {
    color: #a3bffa;
  }

  .sm\:even\:placeholder-indigo-300:nth-child(even)::placeholder {
    color: #a3bffa;
  }

  .sm\:even\:placeholder-indigo-400:nth-child(even)::-webkit-input-placeholder {
    color: #7f9cf5;
  }

  .sm\:even\:placeholder-indigo-400:nth-child(even)::-moz-placeholder {
    color: #7f9cf5;
  }

  .sm\:even\:placeholder-indigo-400:nth-child(even):-ms-input-placeholder {
    color: #7f9cf5;
  }

  .sm\:even\:placeholder-indigo-400:nth-child(even)::-ms-input-placeholder {
    color: #7f9cf5;
  }

  .sm\:even\:placeholder-indigo-400:nth-child(even)::placeholder {
    color: #7f9cf5;
  }

  .sm\:even\:placeholder-indigo-500:nth-child(even)::-webkit-input-placeholder {
    color: #667eea;
  }

  .sm\:even\:placeholder-indigo-500:nth-child(even)::-moz-placeholder {
    color: #667eea;
  }

  .sm\:even\:placeholder-indigo-500:nth-child(even):-ms-input-placeholder {
    color: #667eea;
  }

  .sm\:even\:placeholder-indigo-500:nth-child(even)::-ms-input-placeholder {
    color: #667eea;
  }

  .sm\:even\:placeholder-indigo-500:nth-child(even)::placeholder {
    color: #667eea;
  }

  .sm\:even\:placeholder-indigo-600:nth-child(even)::-webkit-input-placeholder {
    color: #5a67d8;
  }

  .sm\:even\:placeholder-indigo-600:nth-child(even)::-moz-placeholder {
    color: #5a67d8;
  }

  .sm\:even\:placeholder-indigo-600:nth-child(even):-ms-input-placeholder {
    color: #5a67d8;
  }

  .sm\:even\:placeholder-indigo-600:nth-child(even)::-ms-input-placeholder {
    color: #5a67d8;
  }

  .sm\:even\:placeholder-indigo-600:nth-child(even)::placeholder {
    color: #5a67d8;
  }

  .sm\:even\:placeholder-indigo-700:nth-child(even)::-webkit-input-placeholder {
    color: #4c51bf;
  }

  .sm\:even\:placeholder-indigo-700:nth-child(even)::-moz-placeholder {
    color: #4c51bf;
  }

  .sm\:even\:placeholder-indigo-700:nth-child(even):-ms-input-placeholder {
    color: #4c51bf;
  }

  .sm\:even\:placeholder-indigo-700:nth-child(even)::-ms-input-placeholder {
    color: #4c51bf;
  }

  .sm\:even\:placeholder-indigo-700:nth-child(even)::placeholder {
    color: #4c51bf;
  }

  .sm\:even\:placeholder-indigo-800:nth-child(even)::-webkit-input-placeholder {
    color: #434190;
  }

  .sm\:even\:placeholder-indigo-800:nth-child(even)::-moz-placeholder {
    color: #434190;
  }

  .sm\:even\:placeholder-indigo-800:nth-child(even):-ms-input-placeholder {
    color: #434190;
  }

  .sm\:even\:placeholder-indigo-800:nth-child(even)::-ms-input-placeholder {
    color: #434190;
  }

  .sm\:even\:placeholder-indigo-800:nth-child(even)::placeholder {
    color: #434190;
  }

  .sm\:even\:placeholder-indigo-900:nth-child(even)::-webkit-input-placeholder {
    color: #3c366b;
  }

  .sm\:even\:placeholder-indigo-900:nth-child(even)::-moz-placeholder {
    color: #3c366b;
  }

  .sm\:even\:placeholder-indigo-900:nth-child(even):-ms-input-placeholder {
    color: #3c366b;
  }

  .sm\:even\:placeholder-indigo-900:nth-child(even)::-ms-input-placeholder {
    color: #3c366b;
  }

  .sm\:even\:placeholder-indigo-900:nth-child(even)::placeholder {
    color: #3c366b;
  }

  .sm\:even\:placeholder-purple-100:nth-child(even)::-webkit-input-placeholder {
    color: #faf5ff;
  }

  .sm\:even\:placeholder-purple-100:nth-child(even)::-moz-placeholder {
    color: #faf5ff;
  }

  .sm\:even\:placeholder-purple-100:nth-child(even):-ms-input-placeholder {
    color: #faf5ff;
  }

  .sm\:even\:placeholder-purple-100:nth-child(even)::-ms-input-placeholder {
    color: #faf5ff;
  }

  .sm\:even\:placeholder-purple-100:nth-child(even)::placeholder {
    color: #faf5ff;
  }

  .sm\:even\:placeholder-purple-200:nth-child(even)::-webkit-input-placeholder {
    color: #e9d8fd;
  }

  .sm\:even\:placeholder-purple-200:nth-child(even)::-moz-placeholder {
    color: #e9d8fd;
  }

  .sm\:even\:placeholder-purple-200:nth-child(even):-ms-input-placeholder {
    color: #e9d8fd;
  }

  .sm\:even\:placeholder-purple-200:nth-child(even)::-ms-input-placeholder {
    color: #e9d8fd;
  }

  .sm\:even\:placeholder-purple-200:nth-child(even)::placeholder {
    color: #e9d8fd;
  }

  .sm\:even\:placeholder-purple-300:nth-child(even)::-webkit-input-placeholder {
    color: #d6bcfa;
  }

  .sm\:even\:placeholder-purple-300:nth-child(even)::-moz-placeholder {
    color: #d6bcfa;
  }

  .sm\:even\:placeholder-purple-300:nth-child(even):-ms-input-placeholder {
    color: #d6bcfa;
  }

  .sm\:even\:placeholder-purple-300:nth-child(even)::-ms-input-placeholder {
    color: #d6bcfa;
  }

  .sm\:even\:placeholder-purple-300:nth-child(even)::placeholder {
    color: #d6bcfa;
  }

  .sm\:even\:placeholder-purple-400:nth-child(even)::-webkit-input-placeholder {
    color: #b794f4;
  }

  .sm\:even\:placeholder-purple-400:nth-child(even)::-moz-placeholder {
    color: #b794f4;
  }

  .sm\:even\:placeholder-purple-400:nth-child(even):-ms-input-placeholder {
    color: #b794f4;
  }

  .sm\:even\:placeholder-purple-400:nth-child(even)::-ms-input-placeholder {
    color: #b794f4;
  }

  .sm\:even\:placeholder-purple-400:nth-child(even)::placeholder {
    color: #b794f4;
  }

  .sm\:even\:placeholder-purple-500:nth-child(even)::-webkit-input-placeholder {
    color: #9f7aea;
  }

  .sm\:even\:placeholder-purple-500:nth-child(even)::-moz-placeholder {
    color: #9f7aea;
  }

  .sm\:even\:placeholder-purple-500:nth-child(even):-ms-input-placeholder {
    color: #9f7aea;
  }

  .sm\:even\:placeholder-purple-500:nth-child(even)::-ms-input-placeholder {
    color: #9f7aea;
  }

  .sm\:even\:placeholder-purple-500:nth-child(even)::placeholder {
    color: #9f7aea;
  }

  .sm\:even\:placeholder-purple-600:nth-child(even)::-webkit-input-placeholder {
    color: #805ad5;
  }

  .sm\:even\:placeholder-purple-600:nth-child(even)::-moz-placeholder {
    color: #805ad5;
  }

  .sm\:even\:placeholder-purple-600:nth-child(even):-ms-input-placeholder {
    color: #805ad5;
  }

  .sm\:even\:placeholder-purple-600:nth-child(even)::-ms-input-placeholder {
    color: #805ad5;
  }

  .sm\:even\:placeholder-purple-600:nth-child(even)::placeholder {
    color: #805ad5;
  }

  .sm\:even\:placeholder-purple-700:nth-child(even)::-webkit-input-placeholder {
    color: #6b46c1;
  }

  .sm\:even\:placeholder-purple-700:nth-child(even)::-moz-placeholder {
    color: #6b46c1;
  }

  .sm\:even\:placeholder-purple-700:nth-child(even):-ms-input-placeholder {
    color: #6b46c1;
  }

  .sm\:even\:placeholder-purple-700:nth-child(even)::-ms-input-placeholder {
    color: #6b46c1;
  }

  .sm\:even\:placeholder-purple-700:nth-child(even)::placeholder {
    color: #6b46c1;
  }

  .sm\:even\:placeholder-purple-800:nth-child(even)::-webkit-input-placeholder {
    color: #553c9a;
  }

  .sm\:even\:placeholder-purple-800:nth-child(even)::-moz-placeholder {
    color: #553c9a;
  }

  .sm\:even\:placeholder-purple-800:nth-child(even):-ms-input-placeholder {
    color: #553c9a;
  }

  .sm\:even\:placeholder-purple-800:nth-child(even)::-ms-input-placeholder {
    color: #553c9a;
  }

  .sm\:even\:placeholder-purple-800:nth-child(even)::placeholder {
    color: #553c9a;
  }

  .sm\:even\:placeholder-purple-900:nth-child(even)::-webkit-input-placeholder {
    color: #44337a;
  }

  .sm\:even\:placeholder-purple-900:nth-child(even)::-moz-placeholder {
    color: #44337a;
  }

  .sm\:even\:placeholder-purple-900:nth-child(even):-ms-input-placeholder {
    color: #44337a;
  }

  .sm\:even\:placeholder-purple-900:nth-child(even)::-ms-input-placeholder {
    color: #44337a;
  }

  .sm\:even\:placeholder-purple-900:nth-child(even)::placeholder {
    color: #44337a;
  }

  .sm\:even\:placeholder-pink-100:nth-child(even)::-webkit-input-placeholder {
    color: #fff5f7;
  }

  .sm\:even\:placeholder-pink-100:nth-child(even)::-moz-placeholder {
    color: #fff5f7;
  }

  .sm\:even\:placeholder-pink-100:nth-child(even):-ms-input-placeholder {
    color: #fff5f7;
  }

  .sm\:even\:placeholder-pink-100:nth-child(even)::-ms-input-placeholder {
    color: #fff5f7;
  }

  .sm\:even\:placeholder-pink-100:nth-child(even)::placeholder {
    color: #fff5f7;
  }

  .sm\:even\:placeholder-pink-200:nth-child(even)::-webkit-input-placeholder {
    color: #fed7e2;
  }

  .sm\:even\:placeholder-pink-200:nth-child(even)::-moz-placeholder {
    color: #fed7e2;
  }

  .sm\:even\:placeholder-pink-200:nth-child(even):-ms-input-placeholder {
    color: #fed7e2;
  }

  .sm\:even\:placeholder-pink-200:nth-child(even)::-ms-input-placeholder {
    color: #fed7e2;
  }

  .sm\:even\:placeholder-pink-200:nth-child(even)::placeholder {
    color: #fed7e2;
  }

  .sm\:even\:placeholder-pink-300:nth-child(even)::-webkit-input-placeholder {
    color: #fbb6ce;
  }

  .sm\:even\:placeholder-pink-300:nth-child(even)::-moz-placeholder {
    color: #fbb6ce;
  }

  .sm\:even\:placeholder-pink-300:nth-child(even):-ms-input-placeholder {
    color: #fbb6ce;
  }

  .sm\:even\:placeholder-pink-300:nth-child(even)::-ms-input-placeholder {
    color: #fbb6ce;
  }

  .sm\:even\:placeholder-pink-300:nth-child(even)::placeholder {
    color: #fbb6ce;
  }

  .sm\:even\:placeholder-pink-400:nth-child(even)::-webkit-input-placeholder {
    color: #f687b3;
  }

  .sm\:even\:placeholder-pink-400:nth-child(even)::-moz-placeholder {
    color: #f687b3;
  }

  .sm\:even\:placeholder-pink-400:nth-child(even):-ms-input-placeholder {
    color: #f687b3;
  }

  .sm\:even\:placeholder-pink-400:nth-child(even)::-ms-input-placeholder {
    color: #f687b3;
  }

  .sm\:even\:placeholder-pink-400:nth-child(even)::placeholder {
    color: #f687b3;
  }

  .sm\:even\:placeholder-pink-500:nth-child(even)::-webkit-input-placeholder {
    color: #ed64a6;
  }

  .sm\:even\:placeholder-pink-500:nth-child(even)::-moz-placeholder {
    color: #ed64a6;
  }

  .sm\:even\:placeholder-pink-500:nth-child(even):-ms-input-placeholder {
    color: #ed64a6;
  }

  .sm\:even\:placeholder-pink-500:nth-child(even)::-ms-input-placeholder {
    color: #ed64a6;
  }

  .sm\:even\:placeholder-pink-500:nth-child(even)::placeholder {
    color: #ed64a6;
  }

  .sm\:even\:placeholder-pink-600:nth-child(even)::-webkit-input-placeholder {
    color: #d53f8c;
  }

  .sm\:even\:placeholder-pink-600:nth-child(even)::-moz-placeholder {
    color: #d53f8c;
  }

  .sm\:even\:placeholder-pink-600:nth-child(even):-ms-input-placeholder {
    color: #d53f8c;
  }

  .sm\:even\:placeholder-pink-600:nth-child(even)::-ms-input-placeholder {
    color: #d53f8c;
  }

  .sm\:even\:placeholder-pink-600:nth-child(even)::placeholder {
    color: #d53f8c;
  }

  .sm\:even\:placeholder-pink-700:nth-child(even)::-webkit-input-placeholder {
    color: #b83280;
  }

  .sm\:even\:placeholder-pink-700:nth-child(even)::-moz-placeholder {
    color: #b83280;
  }

  .sm\:even\:placeholder-pink-700:nth-child(even):-ms-input-placeholder {
    color: #b83280;
  }

  .sm\:even\:placeholder-pink-700:nth-child(even)::-ms-input-placeholder {
    color: #b83280;
  }

  .sm\:even\:placeholder-pink-700:nth-child(even)::placeholder {
    color: #b83280;
  }

  .sm\:even\:placeholder-pink-800:nth-child(even)::-webkit-input-placeholder {
    color: #97266d;
  }

  .sm\:even\:placeholder-pink-800:nth-child(even)::-moz-placeholder {
    color: #97266d;
  }

  .sm\:even\:placeholder-pink-800:nth-child(even):-ms-input-placeholder {
    color: #97266d;
  }

  .sm\:even\:placeholder-pink-800:nth-child(even)::-ms-input-placeholder {
    color: #97266d;
  }

  .sm\:even\:placeholder-pink-800:nth-child(even)::placeholder {
    color: #97266d;
  }

  .sm\:even\:placeholder-pink-900:nth-child(even)::-webkit-input-placeholder {
    color: #702459;
  }

  .sm\:even\:placeholder-pink-900:nth-child(even)::-moz-placeholder {
    color: #702459;
  }

  .sm\:even\:placeholder-pink-900:nth-child(even):-ms-input-placeholder {
    color: #702459;
  }

  .sm\:even\:placeholder-pink-900:nth-child(even)::-ms-input-placeholder {
    color: #702459;
  }

  .sm\:even\:placeholder-pink-900:nth-child(even)::placeholder {
    color: #702459;
  }

  .sm\:hover\:placeholder-transparent:hover::-webkit-input-placeholder {
    color: transparent;
  }

  .sm\:hover\:placeholder-transparent:hover::-moz-placeholder {
    color: transparent;
  }

  .sm\:hover\:placeholder-transparent:hover:-ms-input-placeholder {
    color: transparent;
  }

  .sm\:hover\:placeholder-transparent:hover::-ms-input-placeholder {
    color: transparent;
  }

  .sm\:hover\:placeholder-transparent:hover::placeholder {
    color: transparent;
  }

  .sm\:hover\:placeholder-black:hover::-webkit-input-placeholder {
    color: #000;
  }

  .sm\:hover\:placeholder-black:hover::-moz-placeholder {
    color: #000;
  }

  .sm\:hover\:placeholder-black:hover:-ms-input-placeholder {
    color: #000;
  }

  .sm\:hover\:placeholder-black:hover::-ms-input-placeholder {
    color: #000;
  }

  .sm\:hover\:placeholder-black:hover::placeholder {
    color: #000;
  }

  .sm\:hover\:placeholder-white:hover::-webkit-input-placeholder {
    color: #fff;
  }

  .sm\:hover\:placeholder-white:hover::-moz-placeholder {
    color: #fff;
  }

  .sm\:hover\:placeholder-white:hover:-ms-input-placeholder {
    color: #fff;
  }

  .sm\:hover\:placeholder-white:hover::-ms-input-placeholder {
    color: #fff;
  }

  .sm\:hover\:placeholder-white:hover::placeholder {
    color: #fff;
  }

  .sm\:hover\:placeholder-gray-100:hover::-webkit-input-placeholder {
    color: #f7fafc;
  }

  .sm\:hover\:placeholder-gray-100:hover::-moz-placeholder {
    color: #f7fafc;
  }

  .sm\:hover\:placeholder-gray-100:hover:-ms-input-placeholder {
    color: #f7fafc;
  }

  .sm\:hover\:placeholder-gray-100:hover::-ms-input-placeholder {
    color: #f7fafc;
  }

  .sm\:hover\:placeholder-gray-100:hover::placeholder {
    color: #f7fafc;
  }

  .sm\:hover\:placeholder-gray-200:hover::-webkit-input-placeholder {
    color: #edf2f7;
  }

  .sm\:hover\:placeholder-gray-200:hover::-moz-placeholder {
    color: #edf2f7;
  }

  .sm\:hover\:placeholder-gray-200:hover:-ms-input-placeholder {
    color: #edf2f7;
  }

  .sm\:hover\:placeholder-gray-200:hover::-ms-input-placeholder {
    color: #edf2f7;
  }

  .sm\:hover\:placeholder-gray-200:hover::placeholder {
    color: #edf2f7;
  }

  .sm\:hover\:placeholder-gray-300:hover::-webkit-input-placeholder {
    color: #e2e8f0;
  }

  .sm\:hover\:placeholder-gray-300:hover::-moz-placeholder {
    color: #e2e8f0;
  }

  .sm\:hover\:placeholder-gray-300:hover:-ms-input-placeholder {
    color: #e2e8f0;
  }

  .sm\:hover\:placeholder-gray-300:hover::-ms-input-placeholder {
    color: #e2e8f0;
  }

  .sm\:hover\:placeholder-gray-300:hover::placeholder {
    color: #e2e8f0;
  }

  .sm\:hover\:placeholder-gray-400:hover::-webkit-input-placeholder {
    color: #cbd5e0;
  }

  .sm\:hover\:placeholder-gray-400:hover::-moz-placeholder {
    color: #cbd5e0;
  }

  .sm\:hover\:placeholder-gray-400:hover:-ms-input-placeholder {
    color: #cbd5e0;
  }

  .sm\:hover\:placeholder-gray-400:hover::-ms-input-placeholder {
    color: #cbd5e0;
  }

  .sm\:hover\:placeholder-gray-400:hover::placeholder {
    color: #cbd5e0;
  }

  .sm\:hover\:placeholder-gray-500:hover::-webkit-input-placeholder {
    color: #a0aec0;
  }

  .sm\:hover\:placeholder-gray-500:hover::-moz-placeholder {
    color: #a0aec0;
  }

  .sm\:hover\:placeholder-gray-500:hover:-ms-input-placeholder {
    color: #a0aec0;
  }

  .sm\:hover\:placeholder-gray-500:hover::-ms-input-placeholder {
    color: #a0aec0;
  }

  .sm\:hover\:placeholder-gray-500:hover::placeholder {
    color: #a0aec0;
  }

  .sm\:hover\:placeholder-gray-600:hover::-webkit-input-placeholder {
    color: #718096;
  }

  .sm\:hover\:placeholder-gray-600:hover::-moz-placeholder {
    color: #718096;
  }

  .sm\:hover\:placeholder-gray-600:hover:-ms-input-placeholder {
    color: #718096;
  }

  .sm\:hover\:placeholder-gray-600:hover::-ms-input-placeholder {
    color: #718096;
  }

  .sm\:hover\:placeholder-gray-600:hover::placeholder {
    color: #718096;
  }

  .sm\:hover\:placeholder-gray-700:hover::-webkit-input-placeholder {
    color: #4a5568;
  }

  .sm\:hover\:placeholder-gray-700:hover::-moz-placeholder {
    color: #4a5568;
  }

  .sm\:hover\:placeholder-gray-700:hover:-ms-input-placeholder {
    color: #4a5568;
  }

  .sm\:hover\:placeholder-gray-700:hover::-ms-input-placeholder {
    color: #4a5568;
  }

  .sm\:hover\:placeholder-gray-700:hover::placeholder {
    color: #4a5568;
  }

  .sm\:hover\:placeholder-gray-800:hover::-webkit-input-placeholder {
    color: #2d3748;
  }

  .sm\:hover\:placeholder-gray-800:hover::-moz-placeholder {
    color: #2d3748;
  }

  .sm\:hover\:placeholder-gray-800:hover:-ms-input-placeholder {
    color: #2d3748;
  }

  .sm\:hover\:placeholder-gray-800:hover::-ms-input-placeholder {
    color: #2d3748;
  }

  .sm\:hover\:placeholder-gray-800:hover::placeholder {
    color: #2d3748;
  }

  .sm\:hover\:placeholder-gray-900:hover::-webkit-input-placeholder {
    color: #1a202c;
  }

  .sm\:hover\:placeholder-gray-900:hover::-moz-placeholder {
    color: #1a202c;
  }

  .sm\:hover\:placeholder-gray-900:hover:-ms-input-placeholder {
    color: #1a202c;
  }

  .sm\:hover\:placeholder-gray-900:hover::-ms-input-placeholder {
    color: #1a202c;
  }

  .sm\:hover\:placeholder-gray-900:hover::placeholder {
    color: #1a202c;
  }

  .sm\:hover\:placeholder-red-100:hover::-webkit-input-placeholder {
    color: #fff5f5;
  }

  .sm\:hover\:placeholder-red-100:hover::-moz-placeholder {
    color: #fff5f5;
  }

  .sm\:hover\:placeholder-red-100:hover:-ms-input-placeholder {
    color: #fff5f5;
  }

  .sm\:hover\:placeholder-red-100:hover::-ms-input-placeholder {
    color: #fff5f5;
  }

  .sm\:hover\:placeholder-red-100:hover::placeholder {
    color: #fff5f5;
  }

  .sm\:hover\:placeholder-red-200:hover::-webkit-input-placeholder {
    color: #fed7d7;
  }

  .sm\:hover\:placeholder-red-200:hover::-moz-placeholder {
    color: #fed7d7;
  }

  .sm\:hover\:placeholder-red-200:hover:-ms-input-placeholder {
    color: #fed7d7;
  }

  .sm\:hover\:placeholder-red-200:hover::-ms-input-placeholder {
    color: #fed7d7;
  }

  .sm\:hover\:placeholder-red-200:hover::placeholder {
    color: #fed7d7;
  }

  .sm\:hover\:placeholder-red-300:hover::-webkit-input-placeholder {
    color: #feb2b2;
  }

  .sm\:hover\:placeholder-red-300:hover::-moz-placeholder {
    color: #feb2b2;
  }

  .sm\:hover\:placeholder-red-300:hover:-ms-input-placeholder {
    color: #feb2b2;
  }

  .sm\:hover\:placeholder-red-300:hover::-ms-input-placeholder {
    color: #feb2b2;
  }

  .sm\:hover\:placeholder-red-300:hover::placeholder {
    color: #feb2b2;
  }

  .sm\:hover\:placeholder-red-400:hover::-webkit-input-placeholder {
    color: #fc8181;
  }

  .sm\:hover\:placeholder-red-400:hover::-moz-placeholder {
    color: #fc8181;
  }

  .sm\:hover\:placeholder-red-400:hover:-ms-input-placeholder {
    color: #fc8181;
  }

  .sm\:hover\:placeholder-red-400:hover::-ms-input-placeholder {
    color: #fc8181;
  }

  .sm\:hover\:placeholder-red-400:hover::placeholder {
    color: #fc8181;
  }

  .sm\:hover\:placeholder-red-500:hover::-webkit-input-placeholder {
    color: #f56565;
  }

  .sm\:hover\:placeholder-red-500:hover::-moz-placeholder {
    color: #f56565;
  }

  .sm\:hover\:placeholder-red-500:hover:-ms-input-placeholder {
    color: #f56565;
  }

  .sm\:hover\:placeholder-red-500:hover::-ms-input-placeholder {
    color: #f56565;
  }

  .sm\:hover\:placeholder-red-500:hover::placeholder {
    color: #f56565;
  }

  .sm\:hover\:placeholder-red-600:hover::-webkit-input-placeholder {
    color: #e53e3e;
  }

  .sm\:hover\:placeholder-red-600:hover::-moz-placeholder {
    color: #e53e3e;
  }

  .sm\:hover\:placeholder-red-600:hover:-ms-input-placeholder {
    color: #e53e3e;
  }

  .sm\:hover\:placeholder-red-600:hover::-ms-input-placeholder {
    color: #e53e3e;
  }

  .sm\:hover\:placeholder-red-600:hover::placeholder {
    color: #e53e3e;
  }

  .sm\:hover\:placeholder-red-700:hover::-webkit-input-placeholder {
    color: #c53030;
  }

  .sm\:hover\:placeholder-red-700:hover::-moz-placeholder {
    color: #c53030;
  }

  .sm\:hover\:placeholder-red-700:hover:-ms-input-placeholder {
    color: #c53030;
  }

  .sm\:hover\:placeholder-red-700:hover::-ms-input-placeholder {
    color: #c53030;
  }

  .sm\:hover\:placeholder-red-700:hover::placeholder {
    color: #c53030;
  }

  .sm\:hover\:placeholder-red-800:hover::-webkit-input-placeholder {
    color: #9b2c2c;
  }

  .sm\:hover\:placeholder-red-800:hover::-moz-placeholder {
    color: #9b2c2c;
  }

  .sm\:hover\:placeholder-red-800:hover:-ms-input-placeholder {
    color: #9b2c2c;
  }

  .sm\:hover\:placeholder-red-800:hover::-ms-input-placeholder {
    color: #9b2c2c;
  }

  .sm\:hover\:placeholder-red-800:hover::placeholder {
    color: #9b2c2c;
  }

  .sm\:hover\:placeholder-red-900:hover::-webkit-input-placeholder {
    color: #742a2a;
  }

  .sm\:hover\:placeholder-red-900:hover::-moz-placeholder {
    color: #742a2a;
  }

  .sm\:hover\:placeholder-red-900:hover:-ms-input-placeholder {
    color: #742a2a;
  }

  .sm\:hover\:placeholder-red-900:hover::-ms-input-placeholder {
    color: #742a2a;
  }

  .sm\:hover\:placeholder-red-900:hover::placeholder {
    color: #742a2a;
  }

  .sm\:hover\:placeholder-orange-100:hover::-webkit-input-placeholder {
    color: #fffaf0;
  }

  .sm\:hover\:placeholder-orange-100:hover::-moz-placeholder {
    color: #fffaf0;
  }

  .sm\:hover\:placeholder-orange-100:hover:-ms-input-placeholder {
    color: #fffaf0;
  }

  .sm\:hover\:placeholder-orange-100:hover::-ms-input-placeholder {
    color: #fffaf0;
  }

  .sm\:hover\:placeholder-orange-100:hover::placeholder {
    color: #fffaf0;
  }

  .sm\:hover\:placeholder-orange-200:hover::-webkit-input-placeholder {
    color: #feebc8;
  }

  .sm\:hover\:placeholder-orange-200:hover::-moz-placeholder {
    color: #feebc8;
  }

  .sm\:hover\:placeholder-orange-200:hover:-ms-input-placeholder {
    color: #feebc8;
  }

  .sm\:hover\:placeholder-orange-200:hover::-ms-input-placeholder {
    color: #feebc8;
  }

  .sm\:hover\:placeholder-orange-200:hover::placeholder {
    color: #feebc8;
  }

  .sm\:hover\:placeholder-orange-300:hover::-webkit-input-placeholder {
    color: #fbd38d;
  }

  .sm\:hover\:placeholder-orange-300:hover::-moz-placeholder {
    color: #fbd38d;
  }

  .sm\:hover\:placeholder-orange-300:hover:-ms-input-placeholder {
    color: #fbd38d;
  }

  .sm\:hover\:placeholder-orange-300:hover::-ms-input-placeholder {
    color: #fbd38d;
  }

  .sm\:hover\:placeholder-orange-300:hover::placeholder {
    color: #fbd38d;
  }

  .sm\:hover\:placeholder-orange-400:hover::-webkit-input-placeholder {
    color: #f6ad55;
  }

  .sm\:hover\:placeholder-orange-400:hover::-moz-placeholder {
    color: #f6ad55;
  }

  .sm\:hover\:placeholder-orange-400:hover:-ms-input-placeholder {
    color: #f6ad55;
  }

  .sm\:hover\:placeholder-orange-400:hover::-ms-input-placeholder {
    color: #f6ad55;
  }

  .sm\:hover\:placeholder-orange-400:hover::placeholder {
    color: #f6ad55;
  }

  .sm\:hover\:placeholder-orange-500:hover::-webkit-input-placeholder {
    color: #ed8936;
  }

  .sm\:hover\:placeholder-orange-500:hover::-moz-placeholder {
    color: #ed8936;
  }

  .sm\:hover\:placeholder-orange-500:hover:-ms-input-placeholder {
    color: #ed8936;
  }

  .sm\:hover\:placeholder-orange-500:hover::-ms-input-placeholder {
    color: #ed8936;
  }

  .sm\:hover\:placeholder-orange-500:hover::placeholder {
    color: #ed8936;
  }

  .sm\:hover\:placeholder-orange-600:hover::-webkit-input-placeholder {
    color: #dd6b20;
  }

  .sm\:hover\:placeholder-orange-600:hover::-moz-placeholder {
    color: #dd6b20;
  }

  .sm\:hover\:placeholder-orange-600:hover:-ms-input-placeholder {
    color: #dd6b20;
  }

  .sm\:hover\:placeholder-orange-600:hover::-ms-input-placeholder {
    color: #dd6b20;
  }

  .sm\:hover\:placeholder-orange-600:hover::placeholder {
    color: #dd6b20;
  }

  .sm\:hover\:placeholder-orange-700:hover::-webkit-input-placeholder {
    color: #c05621;
  }

  .sm\:hover\:placeholder-orange-700:hover::-moz-placeholder {
    color: #c05621;
  }

  .sm\:hover\:placeholder-orange-700:hover:-ms-input-placeholder {
    color: #c05621;
  }

  .sm\:hover\:placeholder-orange-700:hover::-ms-input-placeholder {
    color: #c05621;
  }

  .sm\:hover\:placeholder-orange-700:hover::placeholder {
    color: #c05621;
  }

  .sm\:hover\:placeholder-orange-800:hover::-webkit-input-placeholder {
    color: #9c4221;
  }

  .sm\:hover\:placeholder-orange-800:hover::-moz-placeholder {
    color: #9c4221;
  }

  .sm\:hover\:placeholder-orange-800:hover:-ms-input-placeholder {
    color: #9c4221;
  }

  .sm\:hover\:placeholder-orange-800:hover::-ms-input-placeholder {
    color: #9c4221;
  }

  .sm\:hover\:placeholder-orange-800:hover::placeholder {
    color: #9c4221;
  }

  .sm\:hover\:placeholder-orange-900:hover::-webkit-input-placeholder {
    color: #7b341e;
  }

  .sm\:hover\:placeholder-orange-900:hover::-moz-placeholder {
    color: #7b341e;
  }

  .sm\:hover\:placeholder-orange-900:hover:-ms-input-placeholder {
    color: #7b341e;
  }

  .sm\:hover\:placeholder-orange-900:hover::-ms-input-placeholder {
    color: #7b341e;
  }

  .sm\:hover\:placeholder-orange-900:hover::placeholder {
    color: #7b341e;
  }

  .sm\:hover\:placeholder-yellow-100:hover::-webkit-input-placeholder {
    color: #fffff0;
  }

  .sm\:hover\:placeholder-yellow-100:hover::-moz-placeholder {
    color: #fffff0;
  }

  .sm\:hover\:placeholder-yellow-100:hover:-ms-input-placeholder {
    color: #fffff0;
  }

  .sm\:hover\:placeholder-yellow-100:hover::-ms-input-placeholder {
    color: #fffff0;
  }

  .sm\:hover\:placeholder-yellow-100:hover::placeholder {
    color: #fffff0;
  }

  .sm\:hover\:placeholder-yellow-200:hover::-webkit-input-placeholder {
    color: #fefcbf;
  }

  .sm\:hover\:placeholder-yellow-200:hover::-moz-placeholder {
    color: #fefcbf;
  }

  .sm\:hover\:placeholder-yellow-200:hover:-ms-input-placeholder {
    color: #fefcbf;
  }

  .sm\:hover\:placeholder-yellow-200:hover::-ms-input-placeholder {
    color: #fefcbf;
  }

  .sm\:hover\:placeholder-yellow-200:hover::placeholder {
    color: #fefcbf;
  }

  .sm\:hover\:placeholder-yellow-300:hover::-webkit-input-placeholder {
    color: #faf089;
  }

  .sm\:hover\:placeholder-yellow-300:hover::-moz-placeholder {
    color: #faf089;
  }

  .sm\:hover\:placeholder-yellow-300:hover:-ms-input-placeholder {
    color: #faf089;
  }

  .sm\:hover\:placeholder-yellow-300:hover::-ms-input-placeholder {
    color: #faf089;
  }

  .sm\:hover\:placeholder-yellow-300:hover::placeholder {
    color: #faf089;
  }

  .sm\:hover\:placeholder-yellow-400:hover::-webkit-input-placeholder {
    color: #f6e05e;
  }

  .sm\:hover\:placeholder-yellow-400:hover::-moz-placeholder {
    color: #f6e05e;
  }

  .sm\:hover\:placeholder-yellow-400:hover:-ms-input-placeholder {
    color: #f6e05e;
  }

  .sm\:hover\:placeholder-yellow-400:hover::-ms-input-placeholder {
    color: #f6e05e;
  }

  .sm\:hover\:placeholder-yellow-400:hover::placeholder {
    color: #f6e05e;
  }

  .sm\:hover\:placeholder-yellow-500:hover::-webkit-input-placeholder {
    color: #ecc94b;
  }

  .sm\:hover\:placeholder-yellow-500:hover::-moz-placeholder {
    color: #ecc94b;
  }

  .sm\:hover\:placeholder-yellow-500:hover:-ms-input-placeholder {
    color: #ecc94b;
  }

  .sm\:hover\:placeholder-yellow-500:hover::-ms-input-placeholder {
    color: #ecc94b;
  }

  .sm\:hover\:placeholder-yellow-500:hover::placeholder {
    color: #ecc94b;
  }

  .sm\:hover\:placeholder-yellow-600:hover::-webkit-input-placeholder {
    color: #d69e2e;
  }

  .sm\:hover\:placeholder-yellow-600:hover::-moz-placeholder {
    color: #d69e2e;
  }

  .sm\:hover\:placeholder-yellow-600:hover:-ms-input-placeholder {
    color: #d69e2e;
  }

  .sm\:hover\:placeholder-yellow-600:hover::-ms-input-placeholder {
    color: #d69e2e;
  }

  .sm\:hover\:placeholder-yellow-600:hover::placeholder {
    color: #d69e2e;
  }

  .sm\:hover\:placeholder-yellow-700:hover::-webkit-input-placeholder {
    color: #b7791f;
  }

  .sm\:hover\:placeholder-yellow-700:hover::-moz-placeholder {
    color: #b7791f;
  }

  .sm\:hover\:placeholder-yellow-700:hover:-ms-input-placeholder {
    color: #b7791f;
  }

  .sm\:hover\:placeholder-yellow-700:hover::-ms-input-placeholder {
    color: #b7791f;
  }

  .sm\:hover\:placeholder-yellow-700:hover::placeholder {
    color: #b7791f;
  }

  .sm\:hover\:placeholder-yellow-800:hover::-webkit-input-placeholder {
    color: #975a16;
  }

  .sm\:hover\:placeholder-yellow-800:hover::-moz-placeholder {
    color: #975a16;
  }

  .sm\:hover\:placeholder-yellow-800:hover:-ms-input-placeholder {
    color: #975a16;
  }

  .sm\:hover\:placeholder-yellow-800:hover::-ms-input-placeholder {
    color: #975a16;
  }

  .sm\:hover\:placeholder-yellow-800:hover::placeholder {
    color: #975a16;
  }

  .sm\:hover\:placeholder-yellow-900:hover::-webkit-input-placeholder {
    color: #744210;
  }

  .sm\:hover\:placeholder-yellow-900:hover::-moz-placeholder {
    color: #744210;
  }

  .sm\:hover\:placeholder-yellow-900:hover:-ms-input-placeholder {
    color: #744210;
  }

  .sm\:hover\:placeholder-yellow-900:hover::-ms-input-placeholder {
    color: #744210;
  }

  .sm\:hover\:placeholder-yellow-900:hover::placeholder {
    color: #744210;
  }

  .sm\:hover\:placeholder-green-100:hover::-webkit-input-placeholder {
    color: #f0fff4;
  }

  .sm\:hover\:placeholder-green-100:hover::-moz-placeholder {
    color: #f0fff4;
  }

  .sm\:hover\:placeholder-green-100:hover:-ms-input-placeholder {
    color: #f0fff4;
  }

  .sm\:hover\:placeholder-green-100:hover::-ms-input-placeholder {
    color: #f0fff4;
  }

  .sm\:hover\:placeholder-green-100:hover::placeholder {
    color: #f0fff4;
  }

  .sm\:hover\:placeholder-green-200:hover::-webkit-input-placeholder {
    color: #c6f6d5;
  }

  .sm\:hover\:placeholder-green-200:hover::-moz-placeholder {
    color: #c6f6d5;
  }

  .sm\:hover\:placeholder-green-200:hover:-ms-input-placeholder {
    color: #c6f6d5;
  }

  .sm\:hover\:placeholder-green-200:hover::-ms-input-placeholder {
    color: #c6f6d5;
  }

  .sm\:hover\:placeholder-green-200:hover::placeholder {
    color: #c6f6d5;
  }

  .sm\:hover\:placeholder-green-300:hover::-webkit-input-placeholder {
    color: #9ae6b4;
  }

  .sm\:hover\:placeholder-green-300:hover::-moz-placeholder {
    color: #9ae6b4;
  }

  .sm\:hover\:placeholder-green-300:hover:-ms-input-placeholder {
    color: #9ae6b4;
  }

  .sm\:hover\:placeholder-green-300:hover::-ms-input-placeholder {
    color: #9ae6b4;
  }

  .sm\:hover\:placeholder-green-300:hover::placeholder {
    color: #9ae6b4;
  }

  .sm\:hover\:placeholder-green-400:hover::-webkit-input-placeholder {
    color: #68d391;
  }

  .sm\:hover\:placeholder-green-400:hover::-moz-placeholder {
    color: #68d391;
  }

  .sm\:hover\:placeholder-green-400:hover:-ms-input-placeholder {
    color: #68d391;
  }

  .sm\:hover\:placeholder-green-400:hover::-ms-input-placeholder {
    color: #68d391;
  }

  .sm\:hover\:placeholder-green-400:hover::placeholder {
    color: #68d391;
  }

  .sm\:hover\:placeholder-green-500:hover::-webkit-input-placeholder {
    color: #48bb78;
  }

  .sm\:hover\:placeholder-green-500:hover::-moz-placeholder {
    color: #48bb78;
  }

  .sm\:hover\:placeholder-green-500:hover:-ms-input-placeholder {
    color: #48bb78;
  }

  .sm\:hover\:placeholder-green-500:hover::-ms-input-placeholder {
    color: #48bb78;
  }

  .sm\:hover\:placeholder-green-500:hover::placeholder {
    color: #48bb78;
  }

  .sm\:hover\:placeholder-green-600:hover::-webkit-input-placeholder {
    color: #38a169;
  }

  .sm\:hover\:placeholder-green-600:hover::-moz-placeholder {
    color: #38a169;
  }

  .sm\:hover\:placeholder-green-600:hover:-ms-input-placeholder {
    color: #38a169;
  }

  .sm\:hover\:placeholder-green-600:hover::-ms-input-placeholder {
    color: #38a169;
  }

  .sm\:hover\:placeholder-green-600:hover::placeholder {
    color: #38a169;
  }

  .sm\:hover\:placeholder-green-700:hover::-webkit-input-placeholder {
    color: #2f855a;
  }

  .sm\:hover\:placeholder-green-700:hover::-moz-placeholder {
    color: #2f855a;
  }

  .sm\:hover\:placeholder-green-700:hover:-ms-input-placeholder {
    color: #2f855a;
  }

  .sm\:hover\:placeholder-green-700:hover::-ms-input-placeholder {
    color: #2f855a;
  }

  .sm\:hover\:placeholder-green-700:hover::placeholder {
    color: #2f855a;
  }

  .sm\:hover\:placeholder-green-800:hover::-webkit-input-placeholder {
    color: #276749;
  }

  .sm\:hover\:placeholder-green-800:hover::-moz-placeholder {
    color: #276749;
  }

  .sm\:hover\:placeholder-green-800:hover:-ms-input-placeholder {
    color: #276749;
  }

  .sm\:hover\:placeholder-green-800:hover::-ms-input-placeholder {
    color: #276749;
  }

  .sm\:hover\:placeholder-green-800:hover::placeholder {
    color: #276749;
  }

  .sm\:hover\:placeholder-green-900:hover::-webkit-input-placeholder {
    color: #22543d;
  }

  .sm\:hover\:placeholder-green-900:hover::-moz-placeholder {
    color: #22543d;
  }

  .sm\:hover\:placeholder-green-900:hover:-ms-input-placeholder {
    color: #22543d;
  }

  .sm\:hover\:placeholder-green-900:hover::-ms-input-placeholder {
    color: #22543d;
  }

  .sm\:hover\:placeholder-green-900:hover::placeholder {
    color: #22543d;
  }

  .sm\:hover\:placeholder-teal-100:hover::-webkit-input-placeholder {
    color: #e6fffa;
  }

  .sm\:hover\:placeholder-teal-100:hover::-moz-placeholder {
    color: #e6fffa;
  }

  .sm\:hover\:placeholder-teal-100:hover:-ms-input-placeholder {
    color: #e6fffa;
  }

  .sm\:hover\:placeholder-teal-100:hover::-ms-input-placeholder {
    color: #e6fffa;
  }

  .sm\:hover\:placeholder-teal-100:hover::placeholder {
    color: #e6fffa;
  }

  .sm\:hover\:placeholder-teal-200:hover::-webkit-input-placeholder {
    color: #b2f5ea;
  }

  .sm\:hover\:placeholder-teal-200:hover::-moz-placeholder {
    color: #b2f5ea;
  }

  .sm\:hover\:placeholder-teal-200:hover:-ms-input-placeholder {
    color: #b2f5ea;
  }

  .sm\:hover\:placeholder-teal-200:hover::-ms-input-placeholder {
    color: #b2f5ea;
  }

  .sm\:hover\:placeholder-teal-200:hover::placeholder {
    color: #b2f5ea;
  }

  .sm\:hover\:placeholder-teal-300:hover::-webkit-input-placeholder {
    color: #81e6d9;
  }

  .sm\:hover\:placeholder-teal-300:hover::-moz-placeholder {
    color: #81e6d9;
  }

  .sm\:hover\:placeholder-teal-300:hover:-ms-input-placeholder {
    color: #81e6d9;
  }

  .sm\:hover\:placeholder-teal-300:hover::-ms-input-placeholder {
    color: #81e6d9;
  }

  .sm\:hover\:placeholder-teal-300:hover::placeholder {
    color: #81e6d9;
  }

  .sm\:hover\:placeholder-teal-400:hover::-webkit-input-placeholder {
    color: #4fd1c5;
  }

  .sm\:hover\:placeholder-teal-400:hover::-moz-placeholder {
    color: #4fd1c5;
  }

  .sm\:hover\:placeholder-teal-400:hover:-ms-input-placeholder {
    color: #4fd1c5;
  }

  .sm\:hover\:placeholder-teal-400:hover::-ms-input-placeholder {
    color: #4fd1c5;
  }

  .sm\:hover\:placeholder-teal-400:hover::placeholder {
    color: #4fd1c5;
  }

  .sm\:hover\:placeholder-teal-500:hover::-webkit-input-placeholder {
    color: #38b2ac;
  }

  .sm\:hover\:placeholder-teal-500:hover::-moz-placeholder {
    color: #38b2ac;
  }

  .sm\:hover\:placeholder-teal-500:hover:-ms-input-placeholder {
    color: #38b2ac;
  }

  .sm\:hover\:placeholder-teal-500:hover::-ms-input-placeholder {
    color: #38b2ac;
  }

  .sm\:hover\:placeholder-teal-500:hover::placeholder {
    color: #38b2ac;
  }

  .sm\:hover\:placeholder-teal-600:hover::-webkit-input-placeholder {
    color: #319795;
  }

  .sm\:hover\:placeholder-teal-600:hover::-moz-placeholder {
    color: #319795;
  }

  .sm\:hover\:placeholder-teal-600:hover:-ms-input-placeholder {
    color: #319795;
  }

  .sm\:hover\:placeholder-teal-600:hover::-ms-input-placeholder {
    color: #319795;
  }

  .sm\:hover\:placeholder-teal-600:hover::placeholder {
    color: #319795;
  }

  .sm\:hover\:placeholder-teal-700:hover::-webkit-input-placeholder {
    color: #2c7a7b;
  }

  .sm\:hover\:placeholder-teal-700:hover::-moz-placeholder {
    color: #2c7a7b;
  }

  .sm\:hover\:placeholder-teal-700:hover:-ms-input-placeholder {
    color: #2c7a7b;
  }

  .sm\:hover\:placeholder-teal-700:hover::-ms-input-placeholder {
    color: #2c7a7b;
  }

  .sm\:hover\:placeholder-teal-700:hover::placeholder {
    color: #2c7a7b;
  }

  .sm\:hover\:placeholder-teal-800:hover::-webkit-input-placeholder {
    color: #285e61;
  }

  .sm\:hover\:placeholder-teal-800:hover::-moz-placeholder {
    color: #285e61;
  }

  .sm\:hover\:placeholder-teal-800:hover:-ms-input-placeholder {
    color: #285e61;
  }

  .sm\:hover\:placeholder-teal-800:hover::-ms-input-placeholder {
    color: #285e61;
  }

  .sm\:hover\:placeholder-teal-800:hover::placeholder {
    color: #285e61;
  }

  .sm\:hover\:placeholder-teal-900:hover::-webkit-input-placeholder {
    color: #234e52;
  }

  .sm\:hover\:placeholder-teal-900:hover::-moz-placeholder {
    color: #234e52;
  }

  .sm\:hover\:placeholder-teal-900:hover:-ms-input-placeholder {
    color: #234e52;
  }

  .sm\:hover\:placeholder-teal-900:hover::-ms-input-placeholder {
    color: #234e52;
  }

  .sm\:hover\:placeholder-teal-900:hover::placeholder {
    color: #234e52;
  }

  .sm\:hover\:placeholder-blue-100:hover::-webkit-input-placeholder {
    color: #ebf8ff;
  }

  .sm\:hover\:placeholder-blue-100:hover::-moz-placeholder {
    color: #ebf8ff;
  }

  .sm\:hover\:placeholder-blue-100:hover:-ms-input-placeholder {
    color: #ebf8ff;
  }

  .sm\:hover\:placeholder-blue-100:hover::-ms-input-placeholder {
    color: #ebf8ff;
  }

  .sm\:hover\:placeholder-blue-100:hover::placeholder {
    color: #ebf8ff;
  }

  .sm\:hover\:placeholder-blue-200:hover::-webkit-input-placeholder {
    color: #bee3f8;
  }

  .sm\:hover\:placeholder-blue-200:hover::-moz-placeholder {
    color: #bee3f8;
  }

  .sm\:hover\:placeholder-blue-200:hover:-ms-input-placeholder {
    color: #bee3f8;
  }

  .sm\:hover\:placeholder-blue-200:hover::-ms-input-placeholder {
    color: #bee3f8;
  }

  .sm\:hover\:placeholder-blue-200:hover::placeholder {
    color: #bee3f8;
  }

  .sm\:hover\:placeholder-blue-300:hover::-webkit-input-placeholder {
    color: #90cdf4;
  }

  .sm\:hover\:placeholder-blue-300:hover::-moz-placeholder {
    color: #90cdf4;
  }

  .sm\:hover\:placeholder-blue-300:hover:-ms-input-placeholder {
    color: #90cdf4;
  }

  .sm\:hover\:placeholder-blue-300:hover::-ms-input-placeholder {
    color: #90cdf4;
  }

  .sm\:hover\:placeholder-blue-300:hover::placeholder {
    color: #90cdf4;
  }

  .sm\:hover\:placeholder-blue-400:hover::-webkit-input-placeholder {
    color: #63b3ed;
  }

  .sm\:hover\:placeholder-blue-400:hover::-moz-placeholder {
    color: #63b3ed;
  }

  .sm\:hover\:placeholder-blue-400:hover:-ms-input-placeholder {
    color: #63b3ed;
  }

  .sm\:hover\:placeholder-blue-400:hover::-ms-input-placeholder {
    color: #63b3ed;
  }

  .sm\:hover\:placeholder-blue-400:hover::placeholder {
    color: #63b3ed;
  }

  .sm\:hover\:placeholder-blue-500:hover::-webkit-input-placeholder {
    color: #4299e1;
  }

  .sm\:hover\:placeholder-blue-500:hover::-moz-placeholder {
    color: #4299e1;
  }

  .sm\:hover\:placeholder-blue-500:hover:-ms-input-placeholder {
    color: #4299e1;
  }

  .sm\:hover\:placeholder-blue-500:hover::-ms-input-placeholder {
    color: #4299e1;
  }

  .sm\:hover\:placeholder-blue-500:hover::placeholder {
    color: #4299e1;
  }

  .sm\:hover\:placeholder-blue-600:hover::-webkit-input-placeholder {
    color: #3182ce;
  }

  .sm\:hover\:placeholder-blue-600:hover::-moz-placeholder {
    color: #3182ce;
  }

  .sm\:hover\:placeholder-blue-600:hover:-ms-input-placeholder {
    color: #3182ce;
  }

  .sm\:hover\:placeholder-blue-600:hover::-ms-input-placeholder {
    color: #3182ce;
  }

  .sm\:hover\:placeholder-blue-600:hover::placeholder {
    color: #3182ce;
  }

  .sm\:hover\:placeholder-blue-700:hover::-webkit-input-placeholder {
    color: #2b6cb0;
  }

  .sm\:hover\:placeholder-blue-700:hover::-moz-placeholder {
    color: #2b6cb0;
  }

  .sm\:hover\:placeholder-blue-700:hover:-ms-input-placeholder {
    color: #2b6cb0;
  }

  .sm\:hover\:placeholder-blue-700:hover::-ms-input-placeholder {
    color: #2b6cb0;
  }

  .sm\:hover\:placeholder-blue-700:hover::placeholder {
    color: #2b6cb0;
  }

  .sm\:hover\:placeholder-blue-800:hover::-webkit-input-placeholder {
    color: #2c5282;
  }

  .sm\:hover\:placeholder-blue-800:hover::-moz-placeholder {
    color: #2c5282;
  }

  .sm\:hover\:placeholder-blue-800:hover:-ms-input-placeholder {
    color: #2c5282;
  }

  .sm\:hover\:placeholder-blue-800:hover::-ms-input-placeholder {
    color: #2c5282;
  }

  .sm\:hover\:placeholder-blue-800:hover::placeholder {
    color: #2c5282;
  }

  .sm\:hover\:placeholder-blue-900:hover::-webkit-input-placeholder {
    color: #2a4365;
  }

  .sm\:hover\:placeholder-blue-900:hover::-moz-placeholder {
    color: #2a4365;
  }

  .sm\:hover\:placeholder-blue-900:hover:-ms-input-placeholder {
    color: #2a4365;
  }

  .sm\:hover\:placeholder-blue-900:hover::-ms-input-placeholder {
    color: #2a4365;
  }

  .sm\:hover\:placeholder-blue-900:hover::placeholder {
    color: #2a4365;
  }

  .sm\:hover\:placeholder-indigo-100:hover::-webkit-input-placeholder {
    color: #ebf4ff;
  }

  .sm\:hover\:placeholder-indigo-100:hover::-moz-placeholder {
    color: #ebf4ff;
  }

  .sm\:hover\:placeholder-indigo-100:hover:-ms-input-placeholder {
    color: #ebf4ff;
  }

  .sm\:hover\:placeholder-indigo-100:hover::-ms-input-placeholder {
    color: #ebf4ff;
  }

  .sm\:hover\:placeholder-indigo-100:hover::placeholder {
    color: #ebf4ff;
  }

  .sm\:hover\:placeholder-indigo-200:hover::-webkit-input-placeholder {
    color: #c3dafe;
  }

  .sm\:hover\:placeholder-indigo-200:hover::-moz-placeholder {
    color: #c3dafe;
  }

  .sm\:hover\:placeholder-indigo-200:hover:-ms-input-placeholder {
    color: #c3dafe;
  }

  .sm\:hover\:placeholder-indigo-200:hover::-ms-input-placeholder {
    color: #c3dafe;
  }

  .sm\:hover\:placeholder-indigo-200:hover::placeholder {
    color: #c3dafe;
  }

  .sm\:hover\:placeholder-indigo-300:hover::-webkit-input-placeholder {
    color: #a3bffa;
  }

  .sm\:hover\:placeholder-indigo-300:hover::-moz-placeholder {
    color: #a3bffa;
  }

  .sm\:hover\:placeholder-indigo-300:hover:-ms-input-placeholder {
    color: #a3bffa;
  }

  .sm\:hover\:placeholder-indigo-300:hover::-ms-input-placeholder {
    color: #a3bffa;
  }

  .sm\:hover\:placeholder-indigo-300:hover::placeholder {
    color: #a3bffa;
  }

  .sm\:hover\:placeholder-indigo-400:hover::-webkit-input-placeholder {
    color: #7f9cf5;
  }

  .sm\:hover\:placeholder-indigo-400:hover::-moz-placeholder {
    color: #7f9cf5;
  }

  .sm\:hover\:placeholder-indigo-400:hover:-ms-input-placeholder {
    color: #7f9cf5;
  }

  .sm\:hover\:placeholder-indigo-400:hover::-ms-input-placeholder {
    color: #7f9cf5;
  }

  .sm\:hover\:placeholder-indigo-400:hover::placeholder {
    color: #7f9cf5;
  }

  .sm\:hover\:placeholder-indigo-500:hover::-webkit-input-placeholder {
    color: #667eea;
  }

  .sm\:hover\:placeholder-indigo-500:hover::-moz-placeholder {
    color: #667eea;
  }

  .sm\:hover\:placeholder-indigo-500:hover:-ms-input-placeholder {
    color: #667eea;
  }

  .sm\:hover\:placeholder-indigo-500:hover::-ms-input-placeholder {
    color: #667eea;
  }

  .sm\:hover\:placeholder-indigo-500:hover::placeholder {
    color: #667eea;
  }

  .sm\:hover\:placeholder-indigo-600:hover::-webkit-input-placeholder {
    color: #5a67d8;
  }

  .sm\:hover\:placeholder-indigo-600:hover::-moz-placeholder {
    color: #5a67d8;
  }

  .sm\:hover\:placeholder-indigo-600:hover:-ms-input-placeholder {
    color: #5a67d8;
  }

  .sm\:hover\:placeholder-indigo-600:hover::-ms-input-placeholder {
    color: #5a67d8;
  }

  .sm\:hover\:placeholder-indigo-600:hover::placeholder {
    color: #5a67d8;
  }

  .sm\:hover\:placeholder-indigo-700:hover::-webkit-input-placeholder {
    color: #4c51bf;
  }

  .sm\:hover\:placeholder-indigo-700:hover::-moz-placeholder {
    color: #4c51bf;
  }

  .sm\:hover\:placeholder-indigo-700:hover:-ms-input-placeholder {
    color: #4c51bf;
  }

  .sm\:hover\:placeholder-indigo-700:hover::-ms-input-placeholder {
    color: #4c51bf;
  }

  .sm\:hover\:placeholder-indigo-700:hover::placeholder {
    color: #4c51bf;
  }

  .sm\:hover\:placeholder-indigo-800:hover::-webkit-input-placeholder {
    color: #434190;
  }

  .sm\:hover\:placeholder-indigo-800:hover::-moz-placeholder {
    color: #434190;
  }

  .sm\:hover\:placeholder-indigo-800:hover:-ms-input-placeholder {
    color: #434190;
  }

  .sm\:hover\:placeholder-indigo-800:hover::-ms-input-placeholder {
    color: #434190;
  }

  .sm\:hover\:placeholder-indigo-800:hover::placeholder {
    color: #434190;
  }

  .sm\:hover\:placeholder-indigo-900:hover::-webkit-input-placeholder {
    color: #3c366b;
  }

  .sm\:hover\:placeholder-indigo-900:hover::-moz-placeholder {
    color: #3c366b;
  }

  .sm\:hover\:placeholder-indigo-900:hover:-ms-input-placeholder {
    color: #3c366b;
  }

  .sm\:hover\:placeholder-indigo-900:hover::-ms-input-placeholder {
    color: #3c366b;
  }

  .sm\:hover\:placeholder-indigo-900:hover::placeholder {
    color: #3c366b;
  }

  .sm\:hover\:placeholder-purple-100:hover::-webkit-input-placeholder {
    color: #faf5ff;
  }

  .sm\:hover\:placeholder-purple-100:hover::-moz-placeholder {
    color: #faf5ff;
  }

  .sm\:hover\:placeholder-purple-100:hover:-ms-input-placeholder {
    color: #faf5ff;
  }

  .sm\:hover\:placeholder-purple-100:hover::-ms-input-placeholder {
    color: #faf5ff;
  }

  .sm\:hover\:placeholder-purple-100:hover::placeholder {
    color: #faf5ff;
  }

  .sm\:hover\:placeholder-purple-200:hover::-webkit-input-placeholder {
    color: #e9d8fd;
  }

  .sm\:hover\:placeholder-purple-200:hover::-moz-placeholder {
    color: #e9d8fd;
  }

  .sm\:hover\:placeholder-purple-200:hover:-ms-input-placeholder {
    color: #e9d8fd;
  }

  .sm\:hover\:placeholder-purple-200:hover::-ms-input-placeholder {
    color: #e9d8fd;
  }

  .sm\:hover\:placeholder-purple-200:hover::placeholder {
    color: #e9d8fd;
  }

  .sm\:hover\:placeholder-purple-300:hover::-webkit-input-placeholder {
    color: #d6bcfa;
  }

  .sm\:hover\:placeholder-purple-300:hover::-moz-placeholder {
    color: #d6bcfa;
  }

  .sm\:hover\:placeholder-purple-300:hover:-ms-input-placeholder {
    color: #d6bcfa;
  }

  .sm\:hover\:placeholder-purple-300:hover::-ms-input-placeholder {
    color: #d6bcfa;
  }

  .sm\:hover\:placeholder-purple-300:hover::placeholder {
    color: #d6bcfa;
  }

  .sm\:hover\:placeholder-purple-400:hover::-webkit-input-placeholder {
    color: #b794f4;
  }

  .sm\:hover\:placeholder-purple-400:hover::-moz-placeholder {
    color: #b794f4;
  }

  .sm\:hover\:placeholder-purple-400:hover:-ms-input-placeholder {
    color: #b794f4;
  }

  .sm\:hover\:placeholder-purple-400:hover::-ms-input-placeholder {
    color: #b794f4;
  }

  .sm\:hover\:placeholder-purple-400:hover::placeholder {
    color: #b794f4;
  }

  .sm\:hover\:placeholder-purple-500:hover::-webkit-input-placeholder {
    color: #9f7aea;
  }

  .sm\:hover\:placeholder-purple-500:hover::-moz-placeholder {
    color: #9f7aea;
  }

  .sm\:hover\:placeholder-purple-500:hover:-ms-input-placeholder {
    color: #9f7aea;
  }

  .sm\:hover\:placeholder-purple-500:hover::-ms-input-placeholder {
    color: #9f7aea;
  }

  .sm\:hover\:placeholder-purple-500:hover::placeholder {
    color: #9f7aea;
  }

  .sm\:hover\:placeholder-purple-600:hover::-webkit-input-placeholder {
    color: #805ad5;
  }

  .sm\:hover\:placeholder-purple-600:hover::-moz-placeholder {
    color: #805ad5;
  }

  .sm\:hover\:placeholder-purple-600:hover:-ms-input-placeholder {
    color: #805ad5;
  }

  .sm\:hover\:placeholder-purple-600:hover::-ms-input-placeholder {
    color: #805ad5;
  }

  .sm\:hover\:placeholder-purple-600:hover::placeholder {
    color: #805ad5;
  }

  .sm\:hover\:placeholder-purple-700:hover::-webkit-input-placeholder {
    color: #6b46c1;
  }

  .sm\:hover\:placeholder-purple-700:hover::-moz-placeholder {
    color: #6b46c1;
  }

  .sm\:hover\:placeholder-purple-700:hover:-ms-input-placeholder {
    color: #6b46c1;
  }

  .sm\:hover\:placeholder-purple-700:hover::-ms-input-placeholder {
    color: #6b46c1;
  }

  .sm\:hover\:placeholder-purple-700:hover::placeholder {
    color: #6b46c1;
  }

  .sm\:hover\:placeholder-purple-800:hover::-webkit-input-placeholder {
    color: #553c9a;
  }

  .sm\:hover\:placeholder-purple-800:hover::-moz-placeholder {
    color: #553c9a;
  }

  .sm\:hover\:placeholder-purple-800:hover:-ms-input-placeholder {
    color: #553c9a;
  }

  .sm\:hover\:placeholder-purple-800:hover::-ms-input-placeholder {
    color: #553c9a;
  }

  .sm\:hover\:placeholder-purple-800:hover::placeholder {
    color: #553c9a;
  }

  .sm\:hover\:placeholder-purple-900:hover::-webkit-input-placeholder {
    color: #44337a;
  }

  .sm\:hover\:placeholder-purple-900:hover::-moz-placeholder {
    color: #44337a;
  }

  .sm\:hover\:placeholder-purple-900:hover:-ms-input-placeholder {
    color: #44337a;
  }

  .sm\:hover\:placeholder-purple-900:hover::-ms-input-placeholder {
    color: #44337a;
  }

  .sm\:hover\:placeholder-purple-900:hover::placeholder {
    color: #44337a;
  }

  .sm\:hover\:placeholder-pink-100:hover::-webkit-input-placeholder {
    color: #fff5f7;
  }

  .sm\:hover\:placeholder-pink-100:hover::-moz-placeholder {
    color: #fff5f7;
  }

  .sm\:hover\:placeholder-pink-100:hover:-ms-input-placeholder {
    color: #fff5f7;
  }

  .sm\:hover\:placeholder-pink-100:hover::-ms-input-placeholder {
    color: #fff5f7;
  }

  .sm\:hover\:placeholder-pink-100:hover::placeholder {
    color: #fff5f7;
  }

  .sm\:hover\:placeholder-pink-200:hover::-webkit-input-placeholder {
    color: #fed7e2;
  }

  .sm\:hover\:placeholder-pink-200:hover::-moz-placeholder {
    color: #fed7e2;
  }

  .sm\:hover\:placeholder-pink-200:hover:-ms-input-placeholder {
    color: #fed7e2;
  }

  .sm\:hover\:placeholder-pink-200:hover::-ms-input-placeholder {
    color: #fed7e2;
  }

  .sm\:hover\:placeholder-pink-200:hover::placeholder {
    color: #fed7e2;
  }

  .sm\:hover\:placeholder-pink-300:hover::-webkit-input-placeholder {
    color: #fbb6ce;
  }

  .sm\:hover\:placeholder-pink-300:hover::-moz-placeholder {
    color: #fbb6ce;
  }

  .sm\:hover\:placeholder-pink-300:hover:-ms-input-placeholder {
    color: #fbb6ce;
  }

  .sm\:hover\:placeholder-pink-300:hover::-ms-input-placeholder {
    color: #fbb6ce;
  }

  .sm\:hover\:placeholder-pink-300:hover::placeholder {
    color: #fbb6ce;
  }

  .sm\:hover\:placeholder-pink-400:hover::-webkit-input-placeholder {
    color: #f687b3;
  }

  .sm\:hover\:placeholder-pink-400:hover::-moz-placeholder {
    color: #f687b3;
  }

  .sm\:hover\:placeholder-pink-400:hover:-ms-input-placeholder {
    color: #f687b3;
  }

  .sm\:hover\:placeholder-pink-400:hover::-ms-input-placeholder {
    color: #f687b3;
  }

  .sm\:hover\:placeholder-pink-400:hover::placeholder {
    color: #f687b3;
  }

  .sm\:hover\:placeholder-pink-500:hover::-webkit-input-placeholder {
    color: #ed64a6;
  }

  .sm\:hover\:placeholder-pink-500:hover::-moz-placeholder {
    color: #ed64a6;
  }

  .sm\:hover\:placeholder-pink-500:hover:-ms-input-placeholder {
    color: #ed64a6;
  }

  .sm\:hover\:placeholder-pink-500:hover::-ms-input-placeholder {
    color: #ed64a6;
  }

  .sm\:hover\:placeholder-pink-500:hover::placeholder {
    color: #ed64a6;
  }

  .sm\:hover\:placeholder-pink-600:hover::-webkit-input-placeholder {
    color: #d53f8c;
  }

  .sm\:hover\:placeholder-pink-600:hover::-moz-placeholder {
    color: #d53f8c;
  }

  .sm\:hover\:placeholder-pink-600:hover:-ms-input-placeholder {
    color: #d53f8c;
  }

  .sm\:hover\:placeholder-pink-600:hover::-ms-input-placeholder {
    color: #d53f8c;
  }

  .sm\:hover\:placeholder-pink-600:hover::placeholder {
    color: #d53f8c;
  }

  .sm\:hover\:placeholder-pink-700:hover::-webkit-input-placeholder {
    color: #b83280;
  }

  .sm\:hover\:placeholder-pink-700:hover::-moz-placeholder {
    color: #b83280;
  }

  .sm\:hover\:placeholder-pink-700:hover:-ms-input-placeholder {
    color: #b83280;
  }

  .sm\:hover\:placeholder-pink-700:hover::-ms-input-placeholder {
    color: #b83280;
  }

  .sm\:hover\:placeholder-pink-700:hover::placeholder {
    color: #b83280;
  }

  .sm\:hover\:placeholder-pink-800:hover::-webkit-input-placeholder {
    color: #97266d;
  }

  .sm\:hover\:placeholder-pink-800:hover::-moz-placeholder {
    color: #97266d;
  }

  .sm\:hover\:placeholder-pink-800:hover:-ms-input-placeholder {
    color: #97266d;
  }

  .sm\:hover\:placeholder-pink-800:hover::-ms-input-placeholder {
    color: #97266d;
  }

  .sm\:hover\:placeholder-pink-800:hover::placeholder {
    color: #97266d;
  }

  .sm\:hover\:placeholder-pink-900:hover::-webkit-input-placeholder {
    color: #702459;
  }

  .sm\:hover\:placeholder-pink-900:hover::-moz-placeholder {
    color: #702459;
  }

  .sm\:hover\:placeholder-pink-900:hover:-ms-input-placeholder {
    color: #702459;
  }

  .sm\:hover\:placeholder-pink-900:hover::-ms-input-placeholder {
    color: #702459;
  }

  .sm\:hover\:placeholder-pink-900:hover::placeholder {
    color: #702459;
  }

  .sm\:focus\:placeholder-transparent:focus::-webkit-input-placeholder {
    color: transparent;
  }

  .sm\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .sm\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent;
  }

  .sm\:focus\:placeholder-transparent:focus::-ms-input-placeholder {
    color: transparent;
  }

  .sm\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .sm\:focus\:placeholder-black:focus::-webkit-input-placeholder {
    color: #000;
  }

  .sm\:focus\:placeholder-black:focus::-moz-placeholder {
    color: #000;
  }

  .sm\:focus\:placeholder-black:focus:-ms-input-placeholder {
    color: #000;
  }

  .sm\:focus\:placeholder-black:focus::-ms-input-placeholder {
    color: #000;
  }

  .sm\:focus\:placeholder-black:focus::placeholder {
    color: #000;
  }

  .sm\:focus\:placeholder-white:focus::-webkit-input-placeholder {
    color: #fff;
  }

  .sm\:focus\:placeholder-white:focus::-moz-placeholder {
    color: #fff;
  }

  .sm\:focus\:placeholder-white:focus:-ms-input-placeholder {
    color: #fff;
  }

  .sm\:focus\:placeholder-white:focus::-ms-input-placeholder {
    color: #fff;
  }

  .sm\:focus\:placeholder-white:focus::placeholder {
    color: #fff;
  }

  .sm\:focus\:placeholder-gray-100:focus::-webkit-input-placeholder {
    color: #f7fafc;
  }

  .sm\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    color: #f7fafc;
  }

  .sm\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
    color: #f7fafc;
  }

  .sm\:focus\:placeholder-gray-100:focus::-ms-input-placeholder {
    color: #f7fafc;
  }

  .sm\:focus\:placeholder-gray-100:focus::placeholder {
    color: #f7fafc;
  }

  .sm\:focus\:placeholder-gray-200:focus::-webkit-input-placeholder {
    color: #edf2f7;
  }

  .sm\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    color: #edf2f7;
  }

  .sm\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
    color: #edf2f7;
  }

  .sm\:focus\:placeholder-gray-200:focus::-ms-input-placeholder {
    color: #edf2f7;
  }

  .sm\:focus\:placeholder-gray-200:focus::placeholder {
    color: #edf2f7;
  }

  .sm\:focus\:placeholder-gray-300:focus::-webkit-input-placeholder {
    color: #e2e8f0;
  }

  .sm\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    color: #e2e8f0;
  }

  .sm\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
    color: #e2e8f0;
  }

  .sm\:focus\:placeholder-gray-300:focus::-ms-input-placeholder {
    color: #e2e8f0;
  }

  .sm\:focus\:placeholder-gray-300:focus::placeholder {
    color: #e2e8f0;
  }

  .sm\:focus\:placeholder-gray-400:focus::-webkit-input-placeholder {
    color: #cbd5e0;
  }

  .sm\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    color: #cbd5e0;
  }

  .sm\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
    color: #cbd5e0;
  }

  .sm\:focus\:placeholder-gray-400:focus::-ms-input-placeholder {
    color: #cbd5e0;
  }

  .sm\:focus\:placeholder-gray-400:focus::placeholder {
    color: #cbd5e0;
  }

  .sm\:focus\:placeholder-gray-500:focus::-webkit-input-placeholder {
    color: #a0aec0;
  }

  .sm\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    color: #a0aec0;
  }

  .sm\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
    color: #a0aec0;
  }

  .sm\:focus\:placeholder-gray-500:focus::-ms-input-placeholder {
    color: #a0aec0;
  }

  .sm\:focus\:placeholder-gray-500:focus::placeholder {
    color: #a0aec0;
  }

  .sm\:focus\:placeholder-gray-600:focus::-webkit-input-placeholder {
    color: #718096;
  }

  .sm\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    color: #718096;
  }

  .sm\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
    color: #718096;
  }

  .sm\:focus\:placeholder-gray-600:focus::-ms-input-placeholder {
    color: #718096;
  }

  .sm\:focus\:placeholder-gray-600:focus::placeholder {
    color: #718096;
  }

  .sm\:focus\:placeholder-gray-700:focus::-webkit-input-placeholder {
    color: #4a5568;
  }

  .sm\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    color: #4a5568;
  }

  .sm\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
    color: #4a5568;
  }

  .sm\:focus\:placeholder-gray-700:focus::-ms-input-placeholder {
    color: #4a5568;
  }

  .sm\:focus\:placeholder-gray-700:focus::placeholder {
    color: #4a5568;
  }

  .sm\:focus\:placeholder-gray-800:focus::-webkit-input-placeholder {
    color: #2d3748;
  }

  .sm\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    color: #2d3748;
  }

  .sm\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
    color: #2d3748;
  }

  .sm\:focus\:placeholder-gray-800:focus::-ms-input-placeholder {
    color: #2d3748;
  }

  .sm\:focus\:placeholder-gray-800:focus::placeholder {
    color: #2d3748;
  }

  .sm\:focus\:placeholder-gray-900:focus::-webkit-input-placeholder {
    color: #1a202c;
  }

  .sm\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    color: #1a202c;
  }

  .sm\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
    color: #1a202c;
  }

  .sm\:focus\:placeholder-gray-900:focus::-ms-input-placeholder {
    color: #1a202c;
  }

  .sm\:focus\:placeholder-gray-900:focus::placeholder {
    color: #1a202c;
  }

  .sm\:focus\:placeholder-red-100:focus::-webkit-input-placeholder {
    color: #fff5f5;
  }

  .sm\:focus\:placeholder-red-100:focus::-moz-placeholder {
    color: #fff5f5;
  }

  .sm\:focus\:placeholder-red-100:focus:-ms-input-placeholder {
    color: #fff5f5;
  }

  .sm\:focus\:placeholder-red-100:focus::-ms-input-placeholder {
    color: #fff5f5;
  }

  .sm\:focus\:placeholder-red-100:focus::placeholder {
    color: #fff5f5;
  }

  .sm\:focus\:placeholder-red-200:focus::-webkit-input-placeholder {
    color: #fed7d7;
  }

  .sm\:focus\:placeholder-red-200:focus::-moz-placeholder {
    color: #fed7d7;
  }

  .sm\:focus\:placeholder-red-200:focus:-ms-input-placeholder {
    color: #fed7d7;
  }

  .sm\:focus\:placeholder-red-200:focus::-ms-input-placeholder {
    color: #fed7d7;
  }

  .sm\:focus\:placeholder-red-200:focus::placeholder {
    color: #fed7d7;
  }

  .sm\:focus\:placeholder-red-300:focus::-webkit-input-placeholder {
    color: #feb2b2;
  }

  .sm\:focus\:placeholder-red-300:focus::-moz-placeholder {
    color: #feb2b2;
  }

  .sm\:focus\:placeholder-red-300:focus:-ms-input-placeholder {
    color: #feb2b2;
  }

  .sm\:focus\:placeholder-red-300:focus::-ms-input-placeholder {
    color: #feb2b2;
  }

  .sm\:focus\:placeholder-red-300:focus::placeholder {
    color: #feb2b2;
  }

  .sm\:focus\:placeholder-red-400:focus::-webkit-input-placeholder {
    color: #fc8181;
  }

  .sm\:focus\:placeholder-red-400:focus::-moz-placeholder {
    color: #fc8181;
  }

  .sm\:focus\:placeholder-red-400:focus:-ms-input-placeholder {
    color: #fc8181;
  }

  .sm\:focus\:placeholder-red-400:focus::-ms-input-placeholder {
    color: #fc8181;
  }

  .sm\:focus\:placeholder-red-400:focus::placeholder {
    color: #fc8181;
  }

  .sm\:focus\:placeholder-red-500:focus::-webkit-input-placeholder {
    color: #f56565;
  }

  .sm\:focus\:placeholder-red-500:focus::-moz-placeholder {
    color: #f56565;
  }

  .sm\:focus\:placeholder-red-500:focus:-ms-input-placeholder {
    color: #f56565;
  }

  .sm\:focus\:placeholder-red-500:focus::-ms-input-placeholder {
    color: #f56565;
  }

  .sm\:focus\:placeholder-red-500:focus::placeholder {
    color: #f56565;
  }

  .sm\:focus\:placeholder-red-600:focus::-webkit-input-placeholder {
    color: #e53e3e;
  }

  .sm\:focus\:placeholder-red-600:focus::-moz-placeholder {
    color: #e53e3e;
  }

  .sm\:focus\:placeholder-red-600:focus:-ms-input-placeholder {
    color: #e53e3e;
  }

  .sm\:focus\:placeholder-red-600:focus::-ms-input-placeholder {
    color: #e53e3e;
  }

  .sm\:focus\:placeholder-red-600:focus::placeholder {
    color: #e53e3e;
  }

  .sm\:focus\:placeholder-red-700:focus::-webkit-input-placeholder {
    color: #c53030;
  }

  .sm\:focus\:placeholder-red-700:focus::-moz-placeholder {
    color: #c53030;
  }

  .sm\:focus\:placeholder-red-700:focus:-ms-input-placeholder {
    color: #c53030;
  }

  .sm\:focus\:placeholder-red-700:focus::-ms-input-placeholder {
    color: #c53030;
  }

  .sm\:focus\:placeholder-red-700:focus::placeholder {
    color: #c53030;
  }

  .sm\:focus\:placeholder-red-800:focus::-webkit-input-placeholder {
    color: #9b2c2c;
  }

  .sm\:focus\:placeholder-red-800:focus::-moz-placeholder {
    color: #9b2c2c;
  }

  .sm\:focus\:placeholder-red-800:focus:-ms-input-placeholder {
    color: #9b2c2c;
  }

  .sm\:focus\:placeholder-red-800:focus::-ms-input-placeholder {
    color: #9b2c2c;
  }

  .sm\:focus\:placeholder-red-800:focus::placeholder {
    color: #9b2c2c;
  }

  .sm\:focus\:placeholder-red-900:focus::-webkit-input-placeholder {
    color: #742a2a;
  }

  .sm\:focus\:placeholder-red-900:focus::-moz-placeholder {
    color: #742a2a;
  }

  .sm\:focus\:placeholder-red-900:focus:-ms-input-placeholder {
    color: #742a2a;
  }

  .sm\:focus\:placeholder-red-900:focus::-ms-input-placeholder {
    color: #742a2a;
  }

  .sm\:focus\:placeholder-red-900:focus::placeholder {
    color: #742a2a;
  }

  .sm\:focus\:placeholder-orange-100:focus::-webkit-input-placeholder {
    color: #fffaf0;
  }

  .sm\:focus\:placeholder-orange-100:focus::-moz-placeholder {
    color: #fffaf0;
  }

  .sm\:focus\:placeholder-orange-100:focus:-ms-input-placeholder {
    color: #fffaf0;
  }

  .sm\:focus\:placeholder-orange-100:focus::-ms-input-placeholder {
    color: #fffaf0;
  }

  .sm\:focus\:placeholder-orange-100:focus::placeholder {
    color: #fffaf0;
  }

  .sm\:focus\:placeholder-orange-200:focus::-webkit-input-placeholder {
    color: #feebc8;
  }

  .sm\:focus\:placeholder-orange-200:focus::-moz-placeholder {
    color: #feebc8;
  }

  .sm\:focus\:placeholder-orange-200:focus:-ms-input-placeholder {
    color: #feebc8;
  }

  .sm\:focus\:placeholder-orange-200:focus::-ms-input-placeholder {
    color: #feebc8;
  }

  .sm\:focus\:placeholder-orange-200:focus::placeholder {
    color: #feebc8;
  }

  .sm\:focus\:placeholder-orange-300:focus::-webkit-input-placeholder {
    color: #fbd38d;
  }

  .sm\:focus\:placeholder-orange-300:focus::-moz-placeholder {
    color: #fbd38d;
  }

  .sm\:focus\:placeholder-orange-300:focus:-ms-input-placeholder {
    color: #fbd38d;
  }

  .sm\:focus\:placeholder-orange-300:focus::-ms-input-placeholder {
    color: #fbd38d;
  }

  .sm\:focus\:placeholder-orange-300:focus::placeholder {
    color: #fbd38d;
  }

  .sm\:focus\:placeholder-orange-400:focus::-webkit-input-placeholder {
    color: #f6ad55;
  }

  .sm\:focus\:placeholder-orange-400:focus::-moz-placeholder {
    color: #f6ad55;
  }

  .sm\:focus\:placeholder-orange-400:focus:-ms-input-placeholder {
    color: #f6ad55;
  }

  .sm\:focus\:placeholder-orange-400:focus::-ms-input-placeholder {
    color: #f6ad55;
  }

  .sm\:focus\:placeholder-orange-400:focus::placeholder {
    color: #f6ad55;
  }

  .sm\:focus\:placeholder-orange-500:focus::-webkit-input-placeholder {
    color: #ed8936;
  }

  .sm\:focus\:placeholder-orange-500:focus::-moz-placeholder {
    color: #ed8936;
  }

  .sm\:focus\:placeholder-orange-500:focus:-ms-input-placeholder {
    color: #ed8936;
  }

  .sm\:focus\:placeholder-orange-500:focus::-ms-input-placeholder {
    color: #ed8936;
  }

  .sm\:focus\:placeholder-orange-500:focus::placeholder {
    color: #ed8936;
  }

  .sm\:focus\:placeholder-orange-600:focus::-webkit-input-placeholder {
    color: #dd6b20;
  }

  .sm\:focus\:placeholder-orange-600:focus::-moz-placeholder {
    color: #dd6b20;
  }

  .sm\:focus\:placeholder-orange-600:focus:-ms-input-placeholder {
    color: #dd6b20;
  }

  .sm\:focus\:placeholder-orange-600:focus::-ms-input-placeholder {
    color: #dd6b20;
  }

  .sm\:focus\:placeholder-orange-600:focus::placeholder {
    color: #dd6b20;
  }

  .sm\:focus\:placeholder-orange-700:focus::-webkit-input-placeholder {
    color: #c05621;
  }

  .sm\:focus\:placeholder-orange-700:focus::-moz-placeholder {
    color: #c05621;
  }

  .sm\:focus\:placeholder-orange-700:focus:-ms-input-placeholder {
    color: #c05621;
  }

  .sm\:focus\:placeholder-orange-700:focus::-ms-input-placeholder {
    color: #c05621;
  }

  .sm\:focus\:placeholder-orange-700:focus::placeholder {
    color: #c05621;
  }

  .sm\:focus\:placeholder-orange-800:focus::-webkit-input-placeholder {
    color: #9c4221;
  }

  .sm\:focus\:placeholder-orange-800:focus::-moz-placeholder {
    color: #9c4221;
  }

  .sm\:focus\:placeholder-orange-800:focus:-ms-input-placeholder {
    color: #9c4221;
  }

  .sm\:focus\:placeholder-orange-800:focus::-ms-input-placeholder {
    color: #9c4221;
  }

  .sm\:focus\:placeholder-orange-800:focus::placeholder {
    color: #9c4221;
  }

  .sm\:focus\:placeholder-orange-900:focus::-webkit-input-placeholder {
    color: #7b341e;
  }

  .sm\:focus\:placeholder-orange-900:focus::-moz-placeholder {
    color: #7b341e;
  }

  .sm\:focus\:placeholder-orange-900:focus:-ms-input-placeholder {
    color: #7b341e;
  }

  .sm\:focus\:placeholder-orange-900:focus::-ms-input-placeholder {
    color: #7b341e;
  }

  .sm\:focus\:placeholder-orange-900:focus::placeholder {
    color: #7b341e;
  }

  .sm\:focus\:placeholder-yellow-100:focus::-webkit-input-placeholder {
    color: #fffff0;
  }

  .sm\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
    color: #fffff0;
  }

  .sm\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
    color: #fffff0;
  }

  .sm\:focus\:placeholder-yellow-100:focus::-ms-input-placeholder {
    color: #fffff0;
  }

  .sm\:focus\:placeholder-yellow-100:focus::placeholder {
    color: #fffff0;
  }

  .sm\:focus\:placeholder-yellow-200:focus::-webkit-input-placeholder {
    color: #fefcbf;
  }

  .sm\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    color: #fefcbf;
  }

  .sm\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
    color: #fefcbf;
  }

  .sm\:focus\:placeholder-yellow-200:focus::-ms-input-placeholder {
    color: #fefcbf;
  }

  .sm\:focus\:placeholder-yellow-200:focus::placeholder {
    color: #fefcbf;
  }

  .sm\:focus\:placeholder-yellow-300:focus::-webkit-input-placeholder {
    color: #faf089;
  }

  .sm\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
    color: #faf089;
  }

  .sm\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
    color: #faf089;
  }

  .sm\:focus\:placeholder-yellow-300:focus::-ms-input-placeholder {
    color: #faf089;
  }

  .sm\:focus\:placeholder-yellow-300:focus::placeholder {
    color: #faf089;
  }

  .sm\:focus\:placeholder-yellow-400:focus::-webkit-input-placeholder {
    color: #f6e05e;
  }

  .sm\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
    color: #f6e05e;
  }

  .sm\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
    color: #f6e05e;
  }

  .sm\:focus\:placeholder-yellow-400:focus::-ms-input-placeholder {
    color: #f6e05e;
  }

  .sm\:focus\:placeholder-yellow-400:focus::placeholder {
    color: #f6e05e;
  }

  .sm\:focus\:placeholder-yellow-500:focus::-webkit-input-placeholder {
    color: #ecc94b;
  }

  .sm\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    color: #ecc94b;
  }

  .sm\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
    color: #ecc94b;
  }

  .sm\:focus\:placeholder-yellow-500:focus::-ms-input-placeholder {
    color: #ecc94b;
  }

  .sm\:focus\:placeholder-yellow-500:focus::placeholder {
    color: #ecc94b;
  }

  .sm\:focus\:placeholder-yellow-600:focus::-webkit-input-placeholder {
    color: #d69e2e;
  }

  .sm\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
    color: #d69e2e;
  }

  .sm\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
    color: #d69e2e;
  }

  .sm\:focus\:placeholder-yellow-600:focus::-ms-input-placeholder {
    color: #d69e2e;
  }

  .sm\:focus\:placeholder-yellow-600:focus::placeholder {
    color: #d69e2e;
  }

  .sm\:focus\:placeholder-yellow-700:focus::-webkit-input-placeholder {
    color: #b7791f;
  }

  .sm\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
    color: #b7791f;
  }

  .sm\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
    color: #b7791f;
  }

  .sm\:focus\:placeholder-yellow-700:focus::-ms-input-placeholder {
    color: #b7791f;
  }

  .sm\:focus\:placeholder-yellow-700:focus::placeholder {
    color: #b7791f;
  }

  .sm\:focus\:placeholder-yellow-800:focus::-webkit-input-placeholder {
    color: #975a16;
  }

  .sm\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
    color: #975a16;
  }

  .sm\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
    color: #975a16;
  }

  .sm\:focus\:placeholder-yellow-800:focus::-ms-input-placeholder {
    color: #975a16;
  }

  .sm\:focus\:placeholder-yellow-800:focus::placeholder {
    color: #975a16;
  }

  .sm\:focus\:placeholder-yellow-900:focus::-webkit-input-placeholder {
    color: #744210;
  }

  .sm\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
    color: #744210;
  }

  .sm\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
    color: #744210;
  }

  .sm\:focus\:placeholder-yellow-900:focus::-ms-input-placeholder {
    color: #744210;
  }

  .sm\:focus\:placeholder-yellow-900:focus::placeholder {
    color: #744210;
  }

  .sm\:focus\:placeholder-green-100:focus::-webkit-input-placeholder {
    color: #f0fff4;
  }

  .sm\:focus\:placeholder-green-100:focus::-moz-placeholder {
    color: #f0fff4;
  }

  .sm\:focus\:placeholder-green-100:focus:-ms-input-placeholder {
    color: #f0fff4;
  }

  .sm\:focus\:placeholder-green-100:focus::-ms-input-placeholder {
    color: #f0fff4;
  }

  .sm\:focus\:placeholder-green-100:focus::placeholder {
    color: #f0fff4;
  }

  .sm\:focus\:placeholder-green-200:focus::-webkit-input-placeholder {
    color: #c6f6d5;
  }

  .sm\:focus\:placeholder-green-200:focus::-moz-placeholder {
    color: #c6f6d5;
  }

  .sm\:focus\:placeholder-green-200:focus:-ms-input-placeholder {
    color: #c6f6d5;
  }

  .sm\:focus\:placeholder-green-200:focus::-ms-input-placeholder {
    color: #c6f6d5;
  }

  .sm\:focus\:placeholder-green-200:focus::placeholder {
    color: #c6f6d5;
  }

  .sm\:focus\:placeholder-green-300:focus::-webkit-input-placeholder {
    color: #9ae6b4;
  }

  .sm\:focus\:placeholder-green-300:focus::-moz-placeholder {
    color: #9ae6b4;
  }

  .sm\:focus\:placeholder-green-300:focus:-ms-input-placeholder {
    color: #9ae6b4;
  }

  .sm\:focus\:placeholder-green-300:focus::-ms-input-placeholder {
    color: #9ae6b4;
  }

  .sm\:focus\:placeholder-green-300:focus::placeholder {
    color: #9ae6b4;
  }

  .sm\:focus\:placeholder-green-400:focus::-webkit-input-placeholder {
    color: #68d391;
  }

  .sm\:focus\:placeholder-green-400:focus::-moz-placeholder {
    color: #68d391;
  }

  .sm\:focus\:placeholder-green-400:focus:-ms-input-placeholder {
    color: #68d391;
  }

  .sm\:focus\:placeholder-green-400:focus::-ms-input-placeholder {
    color: #68d391;
  }

  .sm\:focus\:placeholder-green-400:focus::placeholder {
    color: #68d391;
  }

  .sm\:focus\:placeholder-green-500:focus::-webkit-input-placeholder {
    color: #48bb78;
  }

  .sm\:focus\:placeholder-green-500:focus::-moz-placeholder {
    color: #48bb78;
  }

  .sm\:focus\:placeholder-green-500:focus:-ms-input-placeholder {
    color: #48bb78;
  }

  .sm\:focus\:placeholder-green-500:focus::-ms-input-placeholder {
    color: #48bb78;
  }

  .sm\:focus\:placeholder-green-500:focus::placeholder {
    color: #48bb78;
  }

  .sm\:focus\:placeholder-green-600:focus::-webkit-input-placeholder {
    color: #38a169;
  }

  .sm\:focus\:placeholder-green-600:focus::-moz-placeholder {
    color: #38a169;
  }

  .sm\:focus\:placeholder-green-600:focus:-ms-input-placeholder {
    color: #38a169;
  }

  .sm\:focus\:placeholder-green-600:focus::-ms-input-placeholder {
    color: #38a169;
  }

  .sm\:focus\:placeholder-green-600:focus::placeholder {
    color: #38a169;
  }

  .sm\:focus\:placeholder-green-700:focus::-webkit-input-placeholder {
    color: #2f855a;
  }

  .sm\:focus\:placeholder-green-700:focus::-moz-placeholder {
    color: #2f855a;
  }

  .sm\:focus\:placeholder-green-700:focus:-ms-input-placeholder {
    color: #2f855a;
  }

  .sm\:focus\:placeholder-green-700:focus::-ms-input-placeholder {
    color: #2f855a;
  }

  .sm\:focus\:placeholder-green-700:focus::placeholder {
    color: #2f855a;
  }

  .sm\:focus\:placeholder-green-800:focus::-webkit-input-placeholder {
    color: #276749;
  }

  .sm\:focus\:placeholder-green-800:focus::-moz-placeholder {
    color: #276749;
  }

  .sm\:focus\:placeholder-green-800:focus:-ms-input-placeholder {
    color: #276749;
  }

  .sm\:focus\:placeholder-green-800:focus::-ms-input-placeholder {
    color: #276749;
  }

  .sm\:focus\:placeholder-green-800:focus::placeholder {
    color: #276749;
  }

  .sm\:focus\:placeholder-green-900:focus::-webkit-input-placeholder {
    color: #22543d;
  }

  .sm\:focus\:placeholder-green-900:focus::-moz-placeholder {
    color: #22543d;
  }

  .sm\:focus\:placeholder-green-900:focus:-ms-input-placeholder {
    color: #22543d;
  }

  .sm\:focus\:placeholder-green-900:focus::-ms-input-placeholder {
    color: #22543d;
  }

  .sm\:focus\:placeholder-green-900:focus::placeholder {
    color: #22543d;
  }

  .sm\:focus\:placeholder-teal-100:focus::-webkit-input-placeholder {
    color: #e6fffa;
  }

  .sm\:focus\:placeholder-teal-100:focus::-moz-placeholder {
    color: #e6fffa;
  }

  .sm\:focus\:placeholder-teal-100:focus:-ms-input-placeholder {
    color: #e6fffa;
  }

  .sm\:focus\:placeholder-teal-100:focus::-ms-input-placeholder {
    color: #e6fffa;
  }

  .sm\:focus\:placeholder-teal-100:focus::placeholder {
    color: #e6fffa;
  }

  .sm\:focus\:placeholder-teal-200:focus::-webkit-input-placeholder {
    color: #b2f5ea;
  }

  .sm\:focus\:placeholder-teal-200:focus::-moz-placeholder {
    color: #b2f5ea;
  }

  .sm\:focus\:placeholder-teal-200:focus:-ms-input-placeholder {
    color: #b2f5ea;
  }

  .sm\:focus\:placeholder-teal-200:focus::-ms-input-placeholder {
    color: #b2f5ea;
  }

  .sm\:focus\:placeholder-teal-200:focus::placeholder {
    color: #b2f5ea;
  }

  .sm\:focus\:placeholder-teal-300:focus::-webkit-input-placeholder {
    color: #81e6d9;
  }

  .sm\:focus\:placeholder-teal-300:focus::-moz-placeholder {
    color: #81e6d9;
  }

  .sm\:focus\:placeholder-teal-300:focus:-ms-input-placeholder {
    color: #81e6d9;
  }

  .sm\:focus\:placeholder-teal-300:focus::-ms-input-placeholder {
    color: #81e6d9;
  }

  .sm\:focus\:placeholder-teal-300:focus::placeholder {
    color: #81e6d9;
  }

  .sm\:focus\:placeholder-teal-400:focus::-webkit-input-placeholder {
    color: #4fd1c5;
  }

  .sm\:focus\:placeholder-teal-400:focus::-moz-placeholder {
    color: #4fd1c5;
  }

  .sm\:focus\:placeholder-teal-400:focus:-ms-input-placeholder {
    color: #4fd1c5;
  }

  .sm\:focus\:placeholder-teal-400:focus::-ms-input-placeholder {
    color: #4fd1c5;
  }

  .sm\:focus\:placeholder-teal-400:focus::placeholder {
    color: #4fd1c5;
  }

  .sm\:focus\:placeholder-teal-500:focus::-webkit-input-placeholder {
    color: #38b2ac;
  }

  .sm\:focus\:placeholder-teal-500:focus::-moz-placeholder {
    color: #38b2ac;
  }

  .sm\:focus\:placeholder-teal-500:focus:-ms-input-placeholder {
    color: #38b2ac;
  }

  .sm\:focus\:placeholder-teal-500:focus::-ms-input-placeholder {
    color: #38b2ac;
  }

  .sm\:focus\:placeholder-teal-500:focus::placeholder {
    color: #38b2ac;
  }

  .sm\:focus\:placeholder-teal-600:focus::-webkit-input-placeholder {
    color: #319795;
  }

  .sm\:focus\:placeholder-teal-600:focus::-moz-placeholder {
    color: #319795;
  }

  .sm\:focus\:placeholder-teal-600:focus:-ms-input-placeholder {
    color: #319795;
  }

  .sm\:focus\:placeholder-teal-600:focus::-ms-input-placeholder {
    color: #319795;
  }

  .sm\:focus\:placeholder-teal-600:focus::placeholder {
    color: #319795;
  }

  .sm\:focus\:placeholder-teal-700:focus::-webkit-input-placeholder {
    color: #2c7a7b;
  }

  .sm\:focus\:placeholder-teal-700:focus::-moz-placeholder {
    color: #2c7a7b;
  }

  .sm\:focus\:placeholder-teal-700:focus:-ms-input-placeholder {
    color: #2c7a7b;
  }

  .sm\:focus\:placeholder-teal-700:focus::-ms-input-placeholder {
    color: #2c7a7b;
  }

  .sm\:focus\:placeholder-teal-700:focus::placeholder {
    color: #2c7a7b;
  }

  .sm\:focus\:placeholder-teal-800:focus::-webkit-input-placeholder {
    color: #285e61;
  }

  .sm\:focus\:placeholder-teal-800:focus::-moz-placeholder {
    color: #285e61;
  }

  .sm\:focus\:placeholder-teal-800:focus:-ms-input-placeholder {
    color: #285e61;
  }

  .sm\:focus\:placeholder-teal-800:focus::-ms-input-placeholder {
    color: #285e61;
  }

  .sm\:focus\:placeholder-teal-800:focus::placeholder {
    color: #285e61;
  }

  .sm\:focus\:placeholder-teal-900:focus::-webkit-input-placeholder {
    color: #234e52;
  }

  .sm\:focus\:placeholder-teal-900:focus::-moz-placeholder {
    color: #234e52;
  }

  .sm\:focus\:placeholder-teal-900:focus:-ms-input-placeholder {
    color: #234e52;
  }

  .sm\:focus\:placeholder-teal-900:focus::-ms-input-placeholder {
    color: #234e52;
  }

  .sm\:focus\:placeholder-teal-900:focus::placeholder {
    color: #234e52;
  }

  .sm\:focus\:placeholder-blue-100:focus::-webkit-input-placeholder {
    color: #ebf8ff;
  }

  .sm\:focus\:placeholder-blue-100:focus::-moz-placeholder {
    color: #ebf8ff;
  }

  .sm\:focus\:placeholder-blue-100:focus:-ms-input-placeholder {
    color: #ebf8ff;
  }

  .sm\:focus\:placeholder-blue-100:focus::-ms-input-placeholder {
    color: #ebf8ff;
  }

  .sm\:focus\:placeholder-blue-100:focus::placeholder {
    color: #ebf8ff;
  }

  .sm\:focus\:placeholder-blue-200:focus::-webkit-input-placeholder {
    color: #bee3f8;
  }

  .sm\:focus\:placeholder-blue-200:focus::-moz-placeholder {
    color: #bee3f8;
  }

  .sm\:focus\:placeholder-blue-200:focus:-ms-input-placeholder {
    color: #bee3f8;
  }

  .sm\:focus\:placeholder-blue-200:focus::-ms-input-placeholder {
    color: #bee3f8;
  }

  .sm\:focus\:placeholder-blue-200:focus::placeholder {
    color: #bee3f8;
  }

  .sm\:focus\:placeholder-blue-300:focus::-webkit-input-placeholder {
    color: #90cdf4;
  }

  .sm\:focus\:placeholder-blue-300:focus::-moz-placeholder {
    color: #90cdf4;
  }

  .sm\:focus\:placeholder-blue-300:focus:-ms-input-placeholder {
    color: #90cdf4;
  }

  .sm\:focus\:placeholder-blue-300:focus::-ms-input-placeholder {
    color: #90cdf4;
  }

  .sm\:focus\:placeholder-blue-300:focus::placeholder {
    color: #90cdf4;
  }

  .sm\:focus\:placeholder-blue-400:focus::-webkit-input-placeholder {
    color: #63b3ed;
  }

  .sm\:focus\:placeholder-blue-400:focus::-moz-placeholder {
    color: #63b3ed;
  }

  .sm\:focus\:placeholder-blue-400:focus:-ms-input-placeholder {
    color: #63b3ed;
  }

  .sm\:focus\:placeholder-blue-400:focus::-ms-input-placeholder {
    color: #63b3ed;
  }

  .sm\:focus\:placeholder-blue-400:focus::placeholder {
    color: #63b3ed;
  }

  .sm\:focus\:placeholder-blue-500:focus::-webkit-input-placeholder {
    color: #4299e1;
  }

  .sm\:focus\:placeholder-blue-500:focus::-moz-placeholder {
    color: #4299e1;
  }

  .sm\:focus\:placeholder-blue-500:focus:-ms-input-placeholder {
    color: #4299e1;
  }

  .sm\:focus\:placeholder-blue-500:focus::-ms-input-placeholder {
    color: #4299e1;
  }

  .sm\:focus\:placeholder-blue-500:focus::placeholder {
    color: #4299e1;
  }

  .sm\:focus\:placeholder-blue-600:focus::-webkit-input-placeholder {
    color: #3182ce;
  }

  .sm\:focus\:placeholder-blue-600:focus::-moz-placeholder {
    color: #3182ce;
  }

  .sm\:focus\:placeholder-blue-600:focus:-ms-input-placeholder {
    color: #3182ce;
  }

  .sm\:focus\:placeholder-blue-600:focus::-ms-input-placeholder {
    color: #3182ce;
  }

  .sm\:focus\:placeholder-blue-600:focus::placeholder {
    color: #3182ce;
  }

  .sm\:focus\:placeholder-blue-700:focus::-webkit-input-placeholder {
    color: #2b6cb0;
  }

  .sm\:focus\:placeholder-blue-700:focus::-moz-placeholder {
    color: #2b6cb0;
  }

  .sm\:focus\:placeholder-blue-700:focus:-ms-input-placeholder {
    color: #2b6cb0;
  }

  .sm\:focus\:placeholder-blue-700:focus::-ms-input-placeholder {
    color: #2b6cb0;
  }

  .sm\:focus\:placeholder-blue-700:focus::placeholder {
    color: #2b6cb0;
  }

  .sm\:focus\:placeholder-blue-800:focus::-webkit-input-placeholder {
    color: #2c5282;
  }

  .sm\:focus\:placeholder-blue-800:focus::-moz-placeholder {
    color: #2c5282;
  }

  .sm\:focus\:placeholder-blue-800:focus:-ms-input-placeholder {
    color: #2c5282;
  }

  .sm\:focus\:placeholder-blue-800:focus::-ms-input-placeholder {
    color: #2c5282;
  }

  .sm\:focus\:placeholder-blue-800:focus::placeholder {
    color: #2c5282;
  }

  .sm\:focus\:placeholder-blue-900:focus::-webkit-input-placeholder {
    color: #2a4365;
  }

  .sm\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    color: #2a4365;
  }

  .sm\:focus\:placeholder-blue-900:focus:-ms-input-placeholder {
    color: #2a4365;
  }

  .sm\:focus\:placeholder-blue-900:focus::-ms-input-placeholder {
    color: #2a4365;
  }

  .sm\:focus\:placeholder-blue-900:focus::placeholder {
    color: #2a4365;
  }

  .sm\:focus\:placeholder-indigo-100:focus::-webkit-input-placeholder {
    color: #ebf4ff;
  }

  .sm\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    color: #ebf4ff;
  }

  .sm\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
    color: #ebf4ff;
  }

  .sm\:focus\:placeholder-indigo-100:focus::-ms-input-placeholder {
    color: #ebf4ff;
  }

  .sm\:focus\:placeholder-indigo-100:focus::placeholder {
    color: #ebf4ff;
  }

  .sm\:focus\:placeholder-indigo-200:focus::-webkit-input-placeholder {
    color: #c3dafe;
  }

  .sm\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    color: #c3dafe;
  }

  .sm\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
    color: #c3dafe;
  }

  .sm\:focus\:placeholder-indigo-200:focus::-ms-input-placeholder {
    color: #c3dafe;
  }

  .sm\:focus\:placeholder-indigo-200:focus::placeholder {
    color: #c3dafe;
  }

  .sm\:focus\:placeholder-indigo-300:focus::-webkit-input-placeholder {
    color: #a3bffa;
  }

  .sm\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    color: #a3bffa;
  }

  .sm\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
    color: #a3bffa;
  }

  .sm\:focus\:placeholder-indigo-300:focus::-ms-input-placeholder {
    color: #a3bffa;
  }

  .sm\:focus\:placeholder-indigo-300:focus::placeholder {
    color: #a3bffa;
  }

  .sm\:focus\:placeholder-indigo-400:focus::-webkit-input-placeholder {
    color: #7f9cf5;
  }

  .sm\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    color: #7f9cf5;
  }

  .sm\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
    color: #7f9cf5;
  }

  .sm\:focus\:placeholder-indigo-400:focus::-ms-input-placeholder {
    color: #7f9cf5;
  }

  .sm\:focus\:placeholder-indigo-400:focus::placeholder {
    color: #7f9cf5;
  }

  .sm\:focus\:placeholder-indigo-500:focus::-webkit-input-placeholder {
    color: #667eea;
  }

  .sm\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    color: #667eea;
  }

  .sm\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
    color: #667eea;
  }

  .sm\:focus\:placeholder-indigo-500:focus::-ms-input-placeholder {
    color: #667eea;
  }

  .sm\:focus\:placeholder-indigo-500:focus::placeholder {
    color: #667eea;
  }

  .sm\:focus\:placeholder-indigo-600:focus::-webkit-input-placeholder {
    color: #5a67d8;
  }

  .sm\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    color: #5a67d8;
  }

  .sm\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
    color: #5a67d8;
  }

  .sm\:focus\:placeholder-indigo-600:focus::-ms-input-placeholder {
    color: #5a67d8;
  }

  .sm\:focus\:placeholder-indigo-600:focus::placeholder {
    color: #5a67d8;
  }

  .sm\:focus\:placeholder-indigo-700:focus::-webkit-input-placeholder {
    color: #4c51bf;
  }

  .sm\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    color: #4c51bf;
  }

  .sm\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
    color: #4c51bf;
  }

  .sm\:focus\:placeholder-indigo-700:focus::-ms-input-placeholder {
    color: #4c51bf;
  }

  .sm\:focus\:placeholder-indigo-700:focus::placeholder {
    color: #4c51bf;
  }

  .sm\:focus\:placeholder-indigo-800:focus::-webkit-input-placeholder {
    color: #434190;
  }

  .sm\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    color: #434190;
  }

  .sm\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
    color: #434190;
  }

  .sm\:focus\:placeholder-indigo-800:focus::-ms-input-placeholder {
    color: #434190;
  }

  .sm\:focus\:placeholder-indigo-800:focus::placeholder {
    color: #434190;
  }

  .sm\:focus\:placeholder-indigo-900:focus::-webkit-input-placeholder {
    color: #3c366b;
  }

  .sm\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    color: #3c366b;
  }

  .sm\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
    color: #3c366b;
  }

  .sm\:focus\:placeholder-indigo-900:focus::-ms-input-placeholder {
    color: #3c366b;
  }

  .sm\:focus\:placeholder-indigo-900:focus::placeholder {
    color: #3c366b;
  }

  .sm\:focus\:placeholder-purple-100:focus::-webkit-input-placeholder {
    color: #faf5ff;
  }

  .sm\:focus\:placeholder-purple-100:focus::-moz-placeholder {
    color: #faf5ff;
  }

  .sm\:focus\:placeholder-purple-100:focus:-ms-input-placeholder {
    color: #faf5ff;
  }

  .sm\:focus\:placeholder-purple-100:focus::-ms-input-placeholder {
    color: #faf5ff;
  }

  .sm\:focus\:placeholder-purple-100:focus::placeholder {
    color: #faf5ff;
  }

  .sm\:focus\:placeholder-purple-200:focus::-webkit-input-placeholder {
    color: #e9d8fd;
  }

  .sm\:focus\:placeholder-purple-200:focus::-moz-placeholder {
    color: #e9d8fd;
  }

  .sm\:focus\:placeholder-purple-200:focus:-ms-input-placeholder {
    color: #e9d8fd;
  }

  .sm\:focus\:placeholder-purple-200:focus::-ms-input-placeholder {
    color: #e9d8fd;
  }

  .sm\:focus\:placeholder-purple-200:focus::placeholder {
    color: #e9d8fd;
  }

  .sm\:focus\:placeholder-purple-300:focus::-webkit-input-placeholder {
    color: #d6bcfa;
  }

  .sm\:focus\:placeholder-purple-300:focus::-moz-placeholder {
    color: #d6bcfa;
  }

  .sm\:focus\:placeholder-purple-300:focus:-ms-input-placeholder {
    color: #d6bcfa;
  }

  .sm\:focus\:placeholder-purple-300:focus::-ms-input-placeholder {
    color: #d6bcfa;
  }

  .sm\:focus\:placeholder-purple-300:focus::placeholder {
    color: #d6bcfa;
  }

  .sm\:focus\:placeholder-purple-400:focus::-webkit-input-placeholder {
    color: #b794f4;
  }

  .sm\:focus\:placeholder-purple-400:focus::-moz-placeholder {
    color: #b794f4;
  }

  .sm\:focus\:placeholder-purple-400:focus:-ms-input-placeholder {
    color: #b794f4;
  }

  .sm\:focus\:placeholder-purple-400:focus::-ms-input-placeholder {
    color: #b794f4;
  }

  .sm\:focus\:placeholder-purple-400:focus::placeholder {
    color: #b794f4;
  }

  .sm\:focus\:placeholder-purple-500:focus::-webkit-input-placeholder {
    color: #9f7aea;
  }

  .sm\:focus\:placeholder-purple-500:focus::-moz-placeholder {
    color: #9f7aea;
  }

  .sm\:focus\:placeholder-purple-500:focus:-ms-input-placeholder {
    color: #9f7aea;
  }

  .sm\:focus\:placeholder-purple-500:focus::-ms-input-placeholder {
    color: #9f7aea;
  }

  .sm\:focus\:placeholder-purple-500:focus::placeholder {
    color: #9f7aea;
  }

  .sm\:focus\:placeholder-purple-600:focus::-webkit-input-placeholder {
    color: #805ad5;
  }

  .sm\:focus\:placeholder-purple-600:focus::-moz-placeholder {
    color: #805ad5;
  }

  .sm\:focus\:placeholder-purple-600:focus:-ms-input-placeholder {
    color: #805ad5;
  }

  .sm\:focus\:placeholder-purple-600:focus::-ms-input-placeholder {
    color: #805ad5;
  }

  .sm\:focus\:placeholder-purple-600:focus::placeholder {
    color: #805ad5;
  }

  .sm\:focus\:placeholder-purple-700:focus::-webkit-input-placeholder {
    color: #6b46c1;
  }

  .sm\:focus\:placeholder-purple-700:focus::-moz-placeholder {
    color: #6b46c1;
  }

  .sm\:focus\:placeholder-purple-700:focus:-ms-input-placeholder {
    color: #6b46c1;
  }

  .sm\:focus\:placeholder-purple-700:focus::-ms-input-placeholder {
    color: #6b46c1;
  }

  .sm\:focus\:placeholder-purple-700:focus::placeholder {
    color: #6b46c1;
  }

  .sm\:focus\:placeholder-purple-800:focus::-webkit-input-placeholder {
    color: #553c9a;
  }

  .sm\:focus\:placeholder-purple-800:focus::-moz-placeholder {
    color: #553c9a;
  }

  .sm\:focus\:placeholder-purple-800:focus:-ms-input-placeholder {
    color: #553c9a;
  }

  .sm\:focus\:placeholder-purple-800:focus::-ms-input-placeholder {
    color: #553c9a;
  }

  .sm\:focus\:placeholder-purple-800:focus::placeholder {
    color: #553c9a;
  }

  .sm\:focus\:placeholder-purple-900:focus::-webkit-input-placeholder {
    color: #44337a;
  }

  .sm\:focus\:placeholder-purple-900:focus::-moz-placeholder {
    color: #44337a;
  }

  .sm\:focus\:placeholder-purple-900:focus:-ms-input-placeholder {
    color: #44337a;
  }

  .sm\:focus\:placeholder-purple-900:focus::-ms-input-placeholder {
    color: #44337a;
  }

  .sm\:focus\:placeholder-purple-900:focus::placeholder {
    color: #44337a;
  }

  .sm\:focus\:placeholder-pink-100:focus::-webkit-input-placeholder {
    color: #fff5f7;
  }

  .sm\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    color: #fff5f7;
  }

  .sm\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
    color: #fff5f7;
  }

  .sm\:focus\:placeholder-pink-100:focus::-ms-input-placeholder {
    color: #fff5f7;
  }

  .sm\:focus\:placeholder-pink-100:focus::placeholder {
    color: #fff5f7;
  }

  .sm\:focus\:placeholder-pink-200:focus::-webkit-input-placeholder {
    color: #fed7e2;
  }

  .sm\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    color: #fed7e2;
  }

  .sm\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
    color: #fed7e2;
  }

  .sm\:focus\:placeholder-pink-200:focus::-ms-input-placeholder {
    color: #fed7e2;
  }

  .sm\:focus\:placeholder-pink-200:focus::placeholder {
    color: #fed7e2;
  }

  .sm\:focus\:placeholder-pink-300:focus::-webkit-input-placeholder {
    color: #fbb6ce;
  }

  .sm\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    color: #fbb6ce;
  }

  .sm\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
    color: #fbb6ce;
  }

  .sm\:focus\:placeholder-pink-300:focus::-ms-input-placeholder {
    color: #fbb6ce;
  }

  .sm\:focus\:placeholder-pink-300:focus::placeholder {
    color: #fbb6ce;
  }

  .sm\:focus\:placeholder-pink-400:focus::-webkit-input-placeholder {
    color: #f687b3;
  }

  .sm\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    color: #f687b3;
  }

  .sm\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
    color: #f687b3;
  }

  .sm\:focus\:placeholder-pink-400:focus::-ms-input-placeholder {
    color: #f687b3;
  }

  .sm\:focus\:placeholder-pink-400:focus::placeholder {
    color: #f687b3;
  }

  .sm\:focus\:placeholder-pink-500:focus::-webkit-input-placeholder {
    color: #ed64a6;
  }

  .sm\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    color: #ed64a6;
  }

  .sm\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
    color: #ed64a6;
  }

  .sm\:focus\:placeholder-pink-500:focus::-ms-input-placeholder {
    color: #ed64a6;
  }

  .sm\:focus\:placeholder-pink-500:focus::placeholder {
    color: #ed64a6;
  }

  .sm\:focus\:placeholder-pink-600:focus::-webkit-input-placeholder {
    color: #d53f8c;
  }

  .sm\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    color: #d53f8c;
  }

  .sm\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
    color: #d53f8c;
  }

  .sm\:focus\:placeholder-pink-600:focus::-ms-input-placeholder {
    color: #d53f8c;
  }

  .sm\:focus\:placeholder-pink-600:focus::placeholder {
    color: #d53f8c;
  }

  .sm\:focus\:placeholder-pink-700:focus::-webkit-input-placeholder {
    color: #b83280;
  }

  .sm\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    color: #b83280;
  }

  .sm\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
    color: #b83280;
  }

  .sm\:focus\:placeholder-pink-700:focus::-ms-input-placeholder {
    color: #b83280;
  }

  .sm\:focus\:placeholder-pink-700:focus::placeholder {
    color: #b83280;
  }

  .sm\:focus\:placeholder-pink-800:focus::-webkit-input-placeholder {
    color: #97266d;
  }

  .sm\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    color: #97266d;
  }

  .sm\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
    color: #97266d;
  }

  .sm\:focus\:placeholder-pink-800:focus::-ms-input-placeholder {
    color: #97266d;
  }

  .sm\:focus\:placeholder-pink-800:focus::placeholder {
    color: #97266d;
  }

  .sm\:focus\:placeholder-pink-900:focus::-webkit-input-placeholder {
    color: #702459;
  }

  .sm\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    color: #702459;
  }

  .sm\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
    color: #702459;
  }

  .sm\:focus\:placeholder-pink-900:focus::-ms-input-placeholder {
    color: #702459;
  }

  .sm\:focus\:placeholder-pink-900:focus::placeholder {
    color: #702459;
  }

  .sm\:active\:placeholder-transparent:active::-webkit-input-placeholder {
    color: transparent;
  }

  .sm\:active\:placeholder-transparent:active::-moz-placeholder {
    color: transparent;
  }

  .sm\:active\:placeholder-transparent:active:-ms-input-placeholder {
    color: transparent;
  }

  .sm\:active\:placeholder-transparent:active::-ms-input-placeholder {
    color: transparent;
  }

  .sm\:active\:placeholder-transparent:active::placeholder {
    color: transparent;
  }

  .sm\:active\:placeholder-black:active::-webkit-input-placeholder {
    color: #000;
  }

  .sm\:active\:placeholder-black:active::-moz-placeholder {
    color: #000;
  }

  .sm\:active\:placeholder-black:active:-ms-input-placeholder {
    color: #000;
  }

  .sm\:active\:placeholder-black:active::-ms-input-placeholder {
    color: #000;
  }

  .sm\:active\:placeholder-black:active::placeholder {
    color: #000;
  }

  .sm\:active\:placeholder-white:active::-webkit-input-placeholder {
    color: #fff;
  }

  .sm\:active\:placeholder-white:active::-moz-placeholder {
    color: #fff;
  }

  .sm\:active\:placeholder-white:active:-ms-input-placeholder {
    color: #fff;
  }

  .sm\:active\:placeholder-white:active::-ms-input-placeholder {
    color: #fff;
  }

  .sm\:active\:placeholder-white:active::placeholder {
    color: #fff;
  }

  .sm\:active\:placeholder-gray-100:active::-webkit-input-placeholder {
    color: #f7fafc;
  }

  .sm\:active\:placeholder-gray-100:active::-moz-placeholder {
    color: #f7fafc;
  }

  .sm\:active\:placeholder-gray-100:active:-ms-input-placeholder {
    color: #f7fafc;
  }

  .sm\:active\:placeholder-gray-100:active::-ms-input-placeholder {
    color: #f7fafc;
  }

  .sm\:active\:placeholder-gray-100:active::placeholder {
    color: #f7fafc;
  }

  .sm\:active\:placeholder-gray-200:active::-webkit-input-placeholder {
    color: #edf2f7;
  }

  .sm\:active\:placeholder-gray-200:active::-moz-placeholder {
    color: #edf2f7;
  }

  .sm\:active\:placeholder-gray-200:active:-ms-input-placeholder {
    color: #edf2f7;
  }

  .sm\:active\:placeholder-gray-200:active::-ms-input-placeholder {
    color: #edf2f7;
  }

  .sm\:active\:placeholder-gray-200:active::placeholder {
    color: #edf2f7;
  }

  .sm\:active\:placeholder-gray-300:active::-webkit-input-placeholder {
    color: #e2e8f0;
  }

  .sm\:active\:placeholder-gray-300:active::-moz-placeholder {
    color: #e2e8f0;
  }

  .sm\:active\:placeholder-gray-300:active:-ms-input-placeholder {
    color: #e2e8f0;
  }

  .sm\:active\:placeholder-gray-300:active::-ms-input-placeholder {
    color: #e2e8f0;
  }

  .sm\:active\:placeholder-gray-300:active::placeholder {
    color: #e2e8f0;
  }

  .sm\:active\:placeholder-gray-400:active::-webkit-input-placeholder {
    color: #cbd5e0;
  }

  .sm\:active\:placeholder-gray-400:active::-moz-placeholder {
    color: #cbd5e0;
  }

  .sm\:active\:placeholder-gray-400:active:-ms-input-placeholder {
    color: #cbd5e0;
  }

  .sm\:active\:placeholder-gray-400:active::-ms-input-placeholder {
    color: #cbd5e0;
  }

  .sm\:active\:placeholder-gray-400:active::placeholder {
    color: #cbd5e0;
  }

  .sm\:active\:placeholder-gray-500:active::-webkit-input-placeholder {
    color: #a0aec0;
  }

  .sm\:active\:placeholder-gray-500:active::-moz-placeholder {
    color: #a0aec0;
  }

  .sm\:active\:placeholder-gray-500:active:-ms-input-placeholder {
    color: #a0aec0;
  }

  .sm\:active\:placeholder-gray-500:active::-ms-input-placeholder {
    color: #a0aec0;
  }

  .sm\:active\:placeholder-gray-500:active::placeholder {
    color: #a0aec0;
  }

  .sm\:active\:placeholder-gray-600:active::-webkit-input-placeholder {
    color: #718096;
  }

  .sm\:active\:placeholder-gray-600:active::-moz-placeholder {
    color: #718096;
  }

  .sm\:active\:placeholder-gray-600:active:-ms-input-placeholder {
    color: #718096;
  }

  .sm\:active\:placeholder-gray-600:active::-ms-input-placeholder {
    color: #718096;
  }

  .sm\:active\:placeholder-gray-600:active::placeholder {
    color: #718096;
  }

  .sm\:active\:placeholder-gray-700:active::-webkit-input-placeholder {
    color: #4a5568;
  }

  .sm\:active\:placeholder-gray-700:active::-moz-placeholder {
    color: #4a5568;
  }

  .sm\:active\:placeholder-gray-700:active:-ms-input-placeholder {
    color: #4a5568;
  }

  .sm\:active\:placeholder-gray-700:active::-ms-input-placeholder {
    color: #4a5568;
  }

  .sm\:active\:placeholder-gray-700:active::placeholder {
    color: #4a5568;
  }

  .sm\:active\:placeholder-gray-800:active::-webkit-input-placeholder {
    color: #2d3748;
  }

  .sm\:active\:placeholder-gray-800:active::-moz-placeholder {
    color: #2d3748;
  }

  .sm\:active\:placeholder-gray-800:active:-ms-input-placeholder {
    color: #2d3748;
  }

  .sm\:active\:placeholder-gray-800:active::-ms-input-placeholder {
    color: #2d3748;
  }

  .sm\:active\:placeholder-gray-800:active::placeholder {
    color: #2d3748;
  }

  .sm\:active\:placeholder-gray-900:active::-webkit-input-placeholder {
    color: #1a202c;
  }

  .sm\:active\:placeholder-gray-900:active::-moz-placeholder {
    color: #1a202c;
  }

  .sm\:active\:placeholder-gray-900:active:-ms-input-placeholder {
    color: #1a202c;
  }

  .sm\:active\:placeholder-gray-900:active::-ms-input-placeholder {
    color: #1a202c;
  }

  .sm\:active\:placeholder-gray-900:active::placeholder {
    color: #1a202c;
  }

  .sm\:active\:placeholder-red-100:active::-webkit-input-placeholder {
    color: #fff5f5;
  }

  .sm\:active\:placeholder-red-100:active::-moz-placeholder {
    color: #fff5f5;
  }

  .sm\:active\:placeholder-red-100:active:-ms-input-placeholder {
    color: #fff5f5;
  }

  .sm\:active\:placeholder-red-100:active::-ms-input-placeholder {
    color: #fff5f5;
  }

  .sm\:active\:placeholder-red-100:active::placeholder {
    color: #fff5f5;
  }

  .sm\:active\:placeholder-red-200:active::-webkit-input-placeholder {
    color: #fed7d7;
  }

  .sm\:active\:placeholder-red-200:active::-moz-placeholder {
    color: #fed7d7;
  }

  .sm\:active\:placeholder-red-200:active:-ms-input-placeholder {
    color: #fed7d7;
  }

  .sm\:active\:placeholder-red-200:active::-ms-input-placeholder {
    color: #fed7d7;
  }

  .sm\:active\:placeholder-red-200:active::placeholder {
    color: #fed7d7;
  }

  .sm\:active\:placeholder-red-300:active::-webkit-input-placeholder {
    color: #feb2b2;
  }

  .sm\:active\:placeholder-red-300:active::-moz-placeholder {
    color: #feb2b2;
  }

  .sm\:active\:placeholder-red-300:active:-ms-input-placeholder {
    color: #feb2b2;
  }

  .sm\:active\:placeholder-red-300:active::-ms-input-placeholder {
    color: #feb2b2;
  }

  .sm\:active\:placeholder-red-300:active::placeholder {
    color: #feb2b2;
  }

  .sm\:active\:placeholder-red-400:active::-webkit-input-placeholder {
    color: #fc8181;
  }

  .sm\:active\:placeholder-red-400:active::-moz-placeholder {
    color: #fc8181;
  }

  .sm\:active\:placeholder-red-400:active:-ms-input-placeholder {
    color: #fc8181;
  }

  .sm\:active\:placeholder-red-400:active::-ms-input-placeholder {
    color: #fc8181;
  }

  .sm\:active\:placeholder-red-400:active::placeholder {
    color: #fc8181;
  }

  .sm\:active\:placeholder-red-500:active::-webkit-input-placeholder {
    color: #f56565;
  }

  .sm\:active\:placeholder-red-500:active::-moz-placeholder {
    color: #f56565;
  }

  .sm\:active\:placeholder-red-500:active:-ms-input-placeholder {
    color: #f56565;
  }

  .sm\:active\:placeholder-red-500:active::-ms-input-placeholder {
    color: #f56565;
  }

  .sm\:active\:placeholder-red-500:active::placeholder {
    color: #f56565;
  }

  .sm\:active\:placeholder-red-600:active::-webkit-input-placeholder {
    color: #e53e3e;
  }

  .sm\:active\:placeholder-red-600:active::-moz-placeholder {
    color: #e53e3e;
  }

  .sm\:active\:placeholder-red-600:active:-ms-input-placeholder {
    color: #e53e3e;
  }

  .sm\:active\:placeholder-red-600:active::-ms-input-placeholder {
    color: #e53e3e;
  }

  .sm\:active\:placeholder-red-600:active::placeholder {
    color: #e53e3e;
  }

  .sm\:active\:placeholder-red-700:active::-webkit-input-placeholder {
    color: #c53030;
  }

  .sm\:active\:placeholder-red-700:active::-moz-placeholder {
    color: #c53030;
  }

  .sm\:active\:placeholder-red-700:active:-ms-input-placeholder {
    color: #c53030;
  }

  .sm\:active\:placeholder-red-700:active::-ms-input-placeholder {
    color: #c53030;
  }

  .sm\:active\:placeholder-red-700:active::placeholder {
    color: #c53030;
  }

  .sm\:active\:placeholder-red-800:active::-webkit-input-placeholder {
    color: #9b2c2c;
  }

  .sm\:active\:placeholder-red-800:active::-moz-placeholder {
    color: #9b2c2c;
  }

  .sm\:active\:placeholder-red-800:active:-ms-input-placeholder {
    color: #9b2c2c;
  }

  .sm\:active\:placeholder-red-800:active::-ms-input-placeholder {
    color: #9b2c2c;
  }

  .sm\:active\:placeholder-red-800:active::placeholder {
    color: #9b2c2c;
  }

  .sm\:active\:placeholder-red-900:active::-webkit-input-placeholder {
    color: #742a2a;
  }

  .sm\:active\:placeholder-red-900:active::-moz-placeholder {
    color: #742a2a;
  }

  .sm\:active\:placeholder-red-900:active:-ms-input-placeholder {
    color: #742a2a;
  }

  .sm\:active\:placeholder-red-900:active::-ms-input-placeholder {
    color: #742a2a;
  }

  .sm\:active\:placeholder-red-900:active::placeholder {
    color: #742a2a;
  }

  .sm\:active\:placeholder-orange-100:active::-webkit-input-placeholder {
    color: #fffaf0;
  }

  .sm\:active\:placeholder-orange-100:active::-moz-placeholder {
    color: #fffaf0;
  }

  .sm\:active\:placeholder-orange-100:active:-ms-input-placeholder {
    color: #fffaf0;
  }

  .sm\:active\:placeholder-orange-100:active::-ms-input-placeholder {
    color: #fffaf0;
  }

  .sm\:active\:placeholder-orange-100:active::placeholder {
    color: #fffaf0;
  }

  .sm\:active\:placeholder-orange-200:active::-webkit-input-placeholder {
    color: #feebc8;
  }

  .sm\:active\:placeholder-orange-200:active::-moz-placeholder {
    color: #feebc8;
  }

  .sm\:active\:placeholder-orange-200:active:-ms-input-placeholder {
    color: #feebc8;
  }

  .sm\:active\:placeholder-orange-200:active::-ms-input-placeholder {
    color: #feebc8;
  }

  .sm\:active\:placeholder-orange-200:active::placeholder {
    color: #feebc8;
  }

  .sm\:active\:placeholder-orange-300:active::-webkit-input-placeholder {
    color: #fbd38d;
  }

  .sm\:active\:placeholder-orange-300:active::-moz-placeholder {
    color: #fbd38d;
  }

  .sm\:active\:placeholder-orange-300:active:-ms-input-placeholder {
    color: #fbd38d;
  }

  .sm\:active\:placeholder-orange-300:active::-ms-input-placeholder {
    color: #fbd38d;
  }

  .sm\:active\:placeholder-orange-300:active::placeholder {
    color: #fbd38d;
  }

  .sm\:active\:placeholder-orange-400:active::-webkit-input-placeholder {
    color: #f6ad55;
  }

  .sm\:active\:placeholder-orange-400:active::-moz-placeholder {
    color: #f6ad55;
  }

  .sm\:active\:placeholder-orange-400:active:-ms-input-placeholder {
    color: #f6ad55;
  }

  .sm\:active\:placeholder-orange-400:active::-ms-input-placeholder {
    color: #f6ad55;
  }

  .sm\:active\:placeholder-orange-400:active::placeholder {
    color: #f6ad55;
  }

  .sm\:active\:placeholder-orange-500:active::-webkit-input-placeholder {
    color: #ed8936;
  }

  .sm\:active\:placeholder-orange-500:active::-moz-placeholder {
    color: #ed8936;
  }

  .sm\:active\:placeholder-orange-500:active:-ms-input-placeholder {
    color: #ed8936;
  }

  .sm\:active\:placeholder-orange-500:active::-ms-input-placeholder {
    color: #ed8936;
  }

  .sm\:active\:placeholder-orange-500:active::placeholder {
    color: #ed8936;
  }

  .sm\:active\:placeholder-orange-600:active::-webkit-input-placeholder {
    color: #dd6b20;
  }

  .sm\:active\:placeholder-orange-600:active::-moz-placeholder {
    color: #dd6b20;
  }

  .sm\:active\:placeholder-orange-600:active:-ms-input-placeholder {
    color: #dd6b20;
  }

  .sm\:active\:placeholder-orange-600:active::-ms-input-placeholder {
    color: #dd6b20;
  }

  .sm\:active\:placeholder-orange-600:active::placeholder {
    color: #dd6b20;
  }

  .sm\:active\:placeholder-orange-700:active::-webkit-input-placeholder {
    color: #c05621;
  }

  .sm\:active\:placeholder-orange-700:active::-moz-placeholder {
    color: #c05621;
  }

  .sm\:active\:placeholder-orange-700:active:-ms-input-placeholder {
    color: #c05621;
  }

  .sm\:active\:placeholder-orange-700:active::-ms-input-placeholder {
    color: #c05621;
  }

  .sm\:active\:placeholder-orange-700:active::placeholder {
    color: #c05621;
  }

  .sm\:active\:placeholder-orange-800:active::-webkit-input-placeholder {
    color: #9c4221;
  }

  .sm\:active\:placeholder-orange-800:active::-moz-placeholder {
    color: #9c4221;
  }

  .sm\:active\:placeholder-orange-800:active:-ms-input-placeholder {
    color: #9c4221;
  }

  .sm\:active\:placeholder-orange-800:active::-ms-input-placeholder {
    color: #9c4221;
  }

  .sm\:active\:placeholder-orange-800:active::placeholder {
    color: #9c4221;
  }

  .sm\:active\:placeholder-orange-900:active::-webkit-input-placeholder {
    color: #7b341e;
  }

  .sm\:active\:placeholder-orange-900:active::-moz-placeholder {
    color: #7b341e;
  }

  .sm\:active\:placeholder-orange-900:active:-ms-input-placeholder {
    color: #7b341e;
  }

  .sm\:active\:placeholder-orange-900:active::-ms-input-placeholder {
    color: #7b341e;
  }

  .sm\:active\:placeholder-orange-900:active::placeholder {
    color: #7b341e;
  }

  .sm\:active\:placeholder-yellow-100:active::-webkit-input-placeholder {
    color: #fffff0;
  }

  .sm\:active\:placeholder-yellow-100:active::-moz-placeholder {
    color: #fffff0;
  }

  .sm\:active\:placeholder-yellow-100:active:-ms-input-placeholder {
    color: #fffff0;
  }

  .sm\:active\:placeholder-yellow-100:active::-ms-input-placeholder {
    color: #fffff0;
  }

  .sm\:active\:placeholder-yellow-100:active::placeholder {
    color: #fffff0;
  }

  .sm\:active\:placeholder-yellow-200:active::-webkit-input-placeholder {
    color: #fefcbf;
  }

  .sm\:active\:placeholder-yellow-200:active::-moz-placeholder {
    color: #fefcbf;
  }

  .sm\:active\:placeholder-yellow-200:active:-ms-input-placeholder {
    color: #fefcbf;
  }

  .sm\:active\:placeholder-yellow-200:active::-ms-input-placeholder {
    color: #fefcbf;
  }

  .sm\:active\:placeholder-yellow-200:active::placeholder {
    color: #fefcbf;
  }

  .sm\:active\:placeholder-yellow-300:active::-webkit-input-placeholder {
    color: #faf089;
  }

  .sm\:active\:placeholder-yellow-300:active::-moz-placeholder {
    color: #faf089;
  }

  .sm\:active\:placeholder-yellow-300:active:-ms-input-placeholder {
    color: #faf089;
  }

  .sm\:active\:placeholder-yellow-300:active::-ms-input-placeholder {
    color: #faf089;
  }

  .sm\:active\:placeholder-yellow-300:active::placeholder {
    color: #faf089;
  }

  .sm\:active\:placeholder-yellow-400:active::-webkit-input-placeholder {
    color: #f6e05e;
  }

  .sm\:active\:placeholder-yellow-400:active::-moz-placeholder {
    color: #f6e05e;
  }

  .sm\:active\:placeholder-yellow-400:active:-ms-input-placeholder {
    color: #f6e05e;
  }

  .sm\:active\:placeholder-yellow-400:active::-ms-input-placeholder {
    color: #f6e05e;
  }

  .sm\:active\:placeholder-yellow-400:active::placeholder {
    color: #f6e05e;
  }

  .sm\:active\:placeholder-yellow-500:active::-webkit-input-placeholder {
    color: #ecc94b;
  }

  .sm\:active\:placeholder-yellow-500:active::-moz-placeholder {
    color: #ecc94b;
  }

  .sm\:active\:placeholder-yellow-500:active:-ms-input-placeholder {
    color: #ecc94b;
  }

  .sm\:active\:placeholder-yellow-500:active::-ms-input-placeholder {
    color: #ecc94b;
  }

  .sm\:active\:placeholder-yellow-500:active::placeholder {
    color: #ecc94b;
  }

  .sm\:active\:placeholder-yellow-600:active::-webkit-input-placeholder {
    color: #d69e2e;
  }

  .sm\:active\:placeholder-yellow-600:active::-moz-placeholder {
    color: #d69e2e;
  }

  .sm\:active\:placeholder-yellow-600:active:-ms-input-placeholder {
    color: #d69e2e;
  }

  .sm\:active\:placeholder-yellow-600:active::-ms-input-placeholder {
    color: #d69e2e;
  }

  .sm\:active\:placeholder-yellow-600:active::placeholder {
    color: #d69e2e;
  }

  .sm\:active\:placeholder-yellow-700:active::-webkit-input-placeholder {
    color: #b7791f;
  }

  .sm\:active\:placeholder-yellow-700:active::-moz-placeholder {
    color: #b7791f;
  }

  .sm\:active\:placeholder-yellow-700:active:-ms-input-placeholder {
    color: #b7791f;
  }

  .sm\:active\:placeholder-yellow-700:active::-ms-input-placeholder {
    color: #b7791f;
  }

  .sm\:active\:placeholder-yellow-700:active::placeholder {
    color: #b7791f;
  }

  .sm\:active\:placeholder-yellow-800:active::-webkit-input-placeholder {
    color: #975a16;
  }

  .sm\:active\:placeholder-yellow-800:active::-moz-placeholder {
    color: #975a16;
  }

  .sm\:active\:placeholder-yellow-800:active:-ms-input-placeholder {
    color: #975a16;
  }

  .sm\:active\:placeholder-yellow-800:active::-ms-input-placeholder {
    color: #975a16;
  }

  .sm\:active\:placeholder-yellow-800:active::placeholder {
    color: #975a16;
  }

  .sm\:active\:placeholder-yellow-900:active::-webkit-input-placeholder {
    color: #744210;
  }

  .sm\:active\:placeholder-yellow-900:active::-moz-placeholder {
    color: #744210;
  }

  .sm\:active\:placeholder-yellow-900:active:-ms-input-placeholder {
    color: #744210;
  }

  .sm\:active\:placeholder-yellow-900:active::-ms-input-placeholder {
    color: #744210;
  }

  .sm\:active\:placeholder-yellow-900:active::placeholder {
    color: #744210;
  }

  .sm\:active\:placeholder-green-100:active::-webkit-input-placeholder {
    color: #f0fff4;
  }

  .sm\:active\:placeholder-green-100:active::-moz-placeholder {
    color: #f0fff4;
  }

  .sm\:active\:placeholder-green-100:active:-ms-input-placeholder {
    color: #f0fff4;
  }

  .sm\:active\:placeholder-green-100:active::-ms-input-placeholder {
    color: #f0fff4;
  }

  .sm\:active\:placeholder-green-100:active::placeholder {
    color: #f0fff4;
  }

  .sm\:active\:placeholder-green-200:active::-webkit-input-placeholder {
    color: #c6f6d5;
  }

  .sm\:active\:placeholder-green-200:active::-moz-placeholder {
    color: #c6f6d5;
  }

  .sm\:active\:placeholder-green-200:active:-ms-input-placeholder {
    color: #c6f6d5;
  }

  .sm\:active\:placeholder-green-200:active::-ms-input-placeholder {
    color: #c6f6d5;
  }

  .sm\:active\:placeholder-green-200:active::placeholder {
    color: #c6f6d5;
  }

  .sm\:active\:placeholder-green-300:active::-webkit-input-placeholder {
    color: #9ae6b4;
  }

  .sm\:active\:placeholder-green-300:active::-moz-placeholder {
    color: #9ae6b4;
  }

  .sm\:active\:placeholder-green-300:active:-ms-input-placeholder {
    color: #9ae6b4;
  }

  .sm\:active\:placeholder-green-300:active::-ms-input-placeholder {
    color: #9ae6b4;
  }

  .sm\:active\:placeholder-green-300:active::placeholder {
    color: #9ae6b4;
  }

  .sm\:active\:placeholder-green-400:active::-webkit-input-placeholder {
    color: #68d391;
  }

  .sm\:active\:placeholder-green-400:active::-moz-placeholder {
    color: #68d391;
  }

  .sm\:active\:placeholder-green-400:active:-ms-input-placeholder {
    color: #68d391;
  }

  .sm\:active\:placeholder-green-400:active::-ms-input-placeholder {
    color: #68d391;
  }

  .sm\:active\:placeholder-green-400:active::placeholder {
    color: #68d391;
  }

  .sm\:active\:placeholder-green-500:active::-webkit-input-placeholder {
    color: #48bb78;
  }

  .sm\:active\:placeholder-green-500:active::-moz-placeholder {
    color: #48bb78;
  }

  .sm\:active\:placeholder-green-500:active:-ms-input-placeholder {
    color: #48bb78;
  }

  .sm\:active\:placeholder-green-500:active::-ms-input-placeholder {
    color: #48bb78;
  }

  .sm\:active\:placeholder-green-500:active::placeholder {
    color: #48bb78;
  }

  .sm\:active\:placeholder-green-600:active::-webkit-input-placeholder {
    color: #38a169;
  }

  .sm\:active\:placeholder-green-600:active::-moz-placeholder {
    color: #38a169;
  }

  .sm\:active\:placeholder-green-600:active:-ms-input-placeholder {
    color: #38a169;
  }

  .sm\:active\:placeholder-green-600:active::-ms-input-placeholder {
    color: #38a169;
  }

  .sm\:active\:placeholder-green-600:active::placeholder {
    color: #38a169;
  }

  .sm\:active\:placeholder-green-700:active::-webkit-input-placeholder {
    color: #2f855a;
  }

  .sm\:active\:placeholder-green-700:active::-moz-placeholder {
    color: #2f855a;
  }

  .sm\:active\:placeholder-green-700:active:-ms-input-placeholder {
    color: #2f855a;
  }

  .sm\:active\:placeholder-green-700:active::-ms-input-placeholder {
    color: #2f855a;
  }

  .sm\:active\:placeholder-green-700:active::placeholder {
    color: #2f855a;
  }

  .sm\:active\:placeholder-green-800:active::-webkit-input-placeholder {
    color: #276749;
  }

  .sm\:active\:placeholder-green-800:active::-moz-placeholder {
    color: #276749;
  }

  .sm\:active\:placeholder-green-800:active:-ms-input-placeholder {
    color: #276749;
  }

  .sm\:active\:placeholder-green-800:active::-ms-input-placeholder {
    color: #276749;
  }

  .sm\:active\:placeholder-green-800:active::placeholder {
    color: #276749;
  }

  .sm\:active\:placeholder-green-900:active::-webkit-input-placeholder {
    color: #22543d;
  }

  .sm\:active\:placeholder-green-900:active::-moz-placeholder {
    color: #22543d;
  }

  .sm\:active\:placeholder-green-900:active:-ms-input-placeholder {
    color: #22543d;
  }

  .sm\:active\:placeholder-green-900:active::-ms-input-placeholder {
    color: #22543d;
  }

  .sm\:active\:placeholder-green-900:active::placeholder {
    color: #22543d;
  }

  .sm\:active\:placeholder-teal-100:active::-webkit-input-placeholder {
    color: #e6fffa;
  }

  .sm\:active\:placeholder-teal-100:active::-moz-placeholder {
    color: #e6fffa;
  }

  .sm\:active\:placeholder-teal-100:active:-ms-input-placeholder {
    color: #e6fffa;
  }

  .sm\:active\:placeholder-teal-100:active::-ms-input-placeholder {
    color: #e6fffa;
  }

  .sm\:active\:placeholder-teal-100:active::placeholder {
    color: #e6fffa;
  }

  .sm\:active\:placeholder-teal-200:active::-webkit-input-placeholder {
    color: #b2f5ea;
  }

  .sm\:active\:placeholder-teal-200:active::-moz-placeholder {
    color: #b2f5ea;
  }

  .sm\:active\:placeholder-teal-200:active:-ms-input-placeholder {
    color: #b2f5ea;
  }

  .sm\:active\:placeholder-teal-200:active::-ms-input-placeholder {
    color: #b2f5ea;
  }

  .sm\:active\:placeholder-teal-200:active::placeholder {
    color: #b2f5ea;
  }

  .sm\:active\:placeholder-teal-300:active::-webkit-input-placeholder {
    color: #81e6d9;
  }

  .sm\:active\:placeholder-teal-300:active::-moz-placeholder {
    color: #81e6d9;
  }

  .sm\:active\:placeholder-teal-300:active:-ms-input-placeholder {
    color: #81e6d9;
  }

  .sm\:active\:placeholder-teal-300:active::-ms-input-placeholder {
    color: #81e6d9;
  }

  .sm\:active\:placeholder-teal-300:active::placeholder {
    color: #81e6d9;
  }

  .sm\:active\:placeholder-teal-400:active::-webkit-input-placeholder {
    color: #4fd1c5;
  }

  .sm\:active\:placeholder-teal-400:active::-moz-placeholder {
    color: #4fd1c5;
  }

  .sm\:active\:placeholder-teal-400:active:-ms-input-placeholder {
    color: #4fd1c5;
  }

  .sm\:active\:placeholder-teal-400:active::-ms-input-placeholder {
    color: #4fd1c5;
  }

  .sm\:active\:placeholder-teal-400:active::placeholder {
    color: #4fd1c5;
  }

  .sm\:active\:placeholder-teal-500:active::-webkit-input-placeholder {
    color: #38b2ac;
  }

  .sm\:active\:placeholder-teal-500:active::-moz-placeholder {
    color: #38b2ac;
  }

  .sm\:active\:placeholder-teal-500:active:-ms-input-placeholder {
    color: #38b2ac;
  }

  .sm\:active\:placeholder-teal-500:active::-ms-input-placeholder {
    color: #38b2ac;
  }

  .sm\:active\:placeholder-teal-500:active::placeholder {
    color: #38b2ac;
  }

  .sm\:active\:placeholder-teal-600:active::-webkit-input-placeholder {
    color: #319795;
  }

  .sm\:active\:placeholder-teal-600:active::-moz-placeholder {
    color: #319795;
  }

  .sm\:active\:placeholder-teal-600:active:-ms-input-placeholder {
    color: #319795;
  }

  .sm\:active\:placeholder-teal-600:active::-ms-input-placeholder {
    color: #319795;
  }

  .sm\:active\:placeholder-teal-600:active::placeholder {
    color: #319795;
  }

  .sm\:active\:placeholder-teal-700:active::-webkit-input-placeholder {
    color: #2c7a7b;
  }

  .sm\:active\:placeholder-teal-700:active::-moz-placeholder {
    color: #2c7a7b;
  }

  .sm\:active\:placeholder-teal-700:active:-ms-input-placeholder {
    color: #2c7a7b;
  }

  .sm\:active\:placeholder-teal-700:active::-ms-input-placeholder {
    color: #2c7a7b;
  }

  .sm\:active\:placeholder-teal-700:active::placeholder {
    color: #2c7a7b;
  }

  .sm\:active\:placeholder-teal-800:active::-webkit-input-placeholder {
    color: #285e61;
  }

  .sm\:active\:placeholder-teal-800:active::-moz-placeholder {
    color: #285e61;
  }

  .sm\:active\:placeholder-teal-800:active:-ms-input-placeholder {
    color: #285e61;
  }

  .sm\:active\:placeholder-teal-800:active::-ms-input-placeholder {
    color: #285e61;
  }

  .sm\:active\:placeholder-teal-800:active::placeholder {
    color: #285e61;
  }

  .sm\:active\:placeholder-teal-900:active::-webkit-input-placeholder {
    color: #234e52;
  }

  .sm\:active\:placeholder-teal-900:active::-moz-placeholder {
    color: #234e52;
  }

  .sm\:active\:placeholder-teal-900:active:-ms-input-placeholder {
    color: #234e52;
  }

  .sm\:active\:placeholder-teal-900:active::-ms-input-placeholder {
    color: #234e52;
  }

  .sm\:active\:placeholder-teal-900:active::placeholder {
    color: #234e52;
  }

  .sm\:active\:placeholder-blue-100:active::-webkit-input-placeholder {
    color: #ebf8ff;
  }

  .sm\:active\:placeholder-blue-100:active::-moz-placeholder {
    color: #ebf8ff;
  }

  .sm\:active\:placeholder-blue-100:active:-ms-input-placeholder {
    color: #ebf8ff;
  }

  .sm\:active\:placeholder-blue-100:active::-ms-input-placeholder {
    color: #ebf8ff;
  }

  .sm\:active\:placeholder-blue-100:active::placeholder {
    color: #ebf8ff;
  }

  .sm\:active\:placeholder-blue-200:active::-webkit-input-placeholder {
    color: #bee3f8;
  }

  .sm\:active\:placeholder-blue-200:active::-moz-placeholder {
    color: #bee3f8;
  }

  .sm\:active\:placeholder-blue-200:active:-ms-input-placeholder {
    color: #bee3f8;
  }

  .sm\:active\:placeholder-blue-200:active::-ms-input-placeholder {
    color: #bee3f8;
  }

  .sm\:active\:placeholder-blue-200:active::placeholder {
    color: #bee3f8;
  }

  .sm\:active\:placeholder-blue-300:active::-webkit-input-placeholder {
    color: #90cdf4;
  }

  .sm\:active\:placeholder-blue-300:active::-moz-placeholder {
    color: #90cdf4;
  }

  .sm\:active\:placeholder-blue-300:active:-ms-input-placeholder {
    color: #90cdf4;
  }

  .sm\:active\:placeholder-blue-300:active::-ms-input-placeholder {
    color: #90cdf4;
  }

  .sm\:active\:placeholder-blue-300:active::placeholder {
    color: #90cdf4;
  }

  .sm\:active\:placeholder-blue-400:active::-webkit-input-placeholder {
    color: #63b3ed;
  }

  .sm\:active\:placeholder-blue-400:active::-moz-placeholder {
    color: #63b3ed;
  }

  .sm\:active\:placeholder-blue-400:active:-ms-input-placeholder {
    color: #63b3ed;
  }

  .sm\:active\:placeholder-blue-400:active::-ms-input-placeholder {
    color: #63b3ed;
  }

  .sm\:active\:placeholder-blue-400:active::placeholder {
    color: #63b3ed;
  }

  .sm\:active\:placeholder-blue-500:active::-webkit-input-placeholder {
    color: #4299e1;
  }

  .sm\:active\:placeholder-blue-500:active::-moz-placeholder {
    color: #4299e1;
  }

  .sm\:active\:placeholder-blue-500:active:-ms-input-placeholder {
    color: #4299e1;
  }

  .sm\:active\:placeholder-blue-500:active::-ms-input-placeholder {
    color: #4299e1;
  }

  .sm\:active\:placeholder-blue-500:active::placeholder {
    color: #4299e1;
  }

  .sm\:active\:placeholder-blue-600:active::-webkit-input-placeholder {
    color: #3182ce;
  }

  .sm\:active\:placeholder-blue-600:active::-moz-placeholder {
    color: #3182ce;
  }

  .sm\:active\:placeholder-blue-600:active:-ms-input-placeholder {
    color: #3182ce;
  }

  .sm\:active\:placeholder-blue-600:active::-ms-input-placeholder {
    color: #3182ce;
  }

  .sm\:active\:placeholder-blue-600:active::placeholder {
    color: #3182ce;
  }

  .sm\:active\:placeholder-blue-700:active::-webkit-input-placeholder {
    color: #2b6cb0;
  }

  .sm\:active\:placeholder-blue-700:active::-moz-placeholder {
    color: #2b6cb0;
  }

  .sm\:active\:placeholder-blue-700:active:-ms-input-placeholder {
    color: #2b6cb0;
  }

  .sm\:active\:placeholder-blue-700:active::-ms-input-placeholder {
    color: #2b6cb0;
  }

  .sm\:active\:placeholder-blue-700:active::placeholder {
    color: #2b6cb0;
  }

  .sm\:active\:placeholder-blue-800:active::-webkit-input-placeholder {
    color: #2c5282;
  }

  .sm\:active\:placeholder-blue-800:active::-moz-placeholder {
    color: #2c5282;
  }

  .sm\:active\:placeholder-blue-800:active:-ms-input-placeholder {
    color: #2c5282;
  }

  .sm\:active\:placeholder-blue-800:active::-ms-input-placeholder {
    color: #2c5282;
  }

  .sm\:active\:placeholder-blue-800:active::placeholder {
    color: #2c5282;
  }

  .sm\:active\:placeholder-blue-900:active::-webkit-input-placeholder {
    color: #2a4365;
  }

  .sm\:active\:placeholder-blue-900:active::-moz-placeholder {
    color: #2a4365;
  }

  .sm\:active\:placeholder-blue-900:active:-ms-input-placeholder {
    color: #2a4365;
  }

  .sm\:active\:placeholder-blue-900:active::-ms-input-placeholder {
    color: #2a4365;
  }

  .sm\:active\:placeholder-blue-900:active::placeholder {
    color: #2a4365;
  }

  .sm\:active\:placeholder-indigo-100:active::-webkit-input-placeholder {
    color: #ebf4ff;
  }

  .sm\:active\:placeholder-indigo-100:active::-moz-placeholder {
    color: #ebf4ff;
  }

  .sm\:active\:placeholder-indigo-100:active:-ms-input-placeholder {
    color: #ebf4ff;
  }

  .sm\:active\:placeholder-indigo-100:active::-ms-input-placeholder {
    color: #ebf4ff;
  }

  .sm\:active\:placeholder-indigo-100:active::placeholder {
    color: #ebf4ff;
  }

  .sm\:active\:placeholder-indigo-200:active::-webkit-input-placeholder {
    color: #c3dafe;
  }

  .sm\:active\:placeholder-indigo-200:active::-moz-placeholder {
    color: #c3dafe;
  }

  .sm\:active\:placeholder-indigo-200:active:-ms-input-placeholder {
    color: #c3dafe;
  }

  .sm\:active\:placeholder-indigo-200:active::-ms-input-placeholder {
    color: #c3dafe;
  }

  .sm\:active\:placeholder-indigo-200:active::placeholder {
    color: #c3dafe;
  }

  .sm\:active\:placeholder-indigo-300:active::-webkit-input-placeholder {
    color: #a3bffa;
  }

  .sm\:active\:placeholder-indigo-300:active::-moz-placeholder {
    color: #a3bffa;
  }

  .sm\:active\:placeholder-indigo-300:active:-ms-input-placeholder {
    color: #a3bffa;
  }

  .sm\:active\:placeholder-indigo-300:active::-ms-input-placeholder {
    color: #a3bffa;
  }

  .sm\:active\:placeholder-indigo-300:active::placeholder {
    color: #a3bffa;
  }

  .sm\:active\:placeholder-indigo-400:active::-webkit-input-placeholder {
    color: #7f9cf5;
  }

  .sm\:active\:placeholder-indigo-400:active::-moz-placeholder {
    color: #7f9cf5;
  }

  .sm\:active\:placeholder-indigo-400:active:-ms-input-placeholder {
    color: #7f9cf5;
  }

  .sm\:active\:placeholder-indigo-400:active::-ms-input-placeholder {
    color: #7f9cf5;
  }

  .sm\:active\:placeholder-indigo-400:active::placeholder {
    color: #7f9cf5;
  }

  .sm\:active\:placeholder-indigo-500:active::-webkit-input-placeholder {
    color: #667eea;
  }

  .sm\:active\:placeholder-indigo-500:active::-moz-placeholder {
    color: #667eea;
  }

  .sm\:active\:placeholder-indigo-500:active:-ms-input-placeholder {
    color: #667eea;
  }

  .sm\:active\:placeholder-indigo-500:active::-ms-input-placeholder {
    color: #667eea;
  }

  .sm\:active\:placeholder-indigo-500:active::placeholder {
    color: #667eea;
  }

  .sm\:active\:placeholder-indigo-600:active::-webkit-input-placeholder {
    color: #5a67d8;
  }

  .sm\:active\:placeholder-indigo-600:active::-moz-placeholder {
    color: #5a67d8;
  }

  .sm\:active\:placeholder-indigo-600:active:-ms-input-placeholder {
    color: #5a67d8;
  }

  .sm\:active\:placeholder-indigo-600:active::-ms-input-placeholder {
    color: #5a67d8;
  }

  .sm\:active\:placeholder-indigo-600:active::placeholder {
    color: #5a67d8;
  }

  .sm\:active\:placeholder-indigo-700:active::-webkit-input-placeholder {
    color: #4c51bf;
  }

  .sm\:active\:placeholder-indigo-700:active::-moz-placeholder {
    color: #4c51bf;
  }

  .sm\:active\:placeholder-indigo-700:active:-ms-input-placeholder {
    color: #4c51bf;
  }

  .sm\:active\:placeholder-indigo-700:active::-ms-input-placeholder {
    color: #4c51bf;
  }

  .sm\:active\:placeholder-indigo-700:active::placeholder {
    color: #4c51bf;
  }

  .sm\:active\:placeholder-indigo-800:active::-webkit-input-placeholder {
    color: #434190;
  }

  .sm\:active\:placeholder-indigo-800:active::-moz-placeholder {
    color: #434190;
  }

  .sm\:active\:placeholder-indigo-800:active:-ms-input-placeholder {
    color: #434190;
  }

  .sm\:active\:placeholder-indigo-800:active::-ms-input-placeholder {
    color: #434190;
  }

  .sm\:active\:placeholder-indigo-800:active::placeholder {
    color: #434190;
  }

  .sm\:active\:placeholder-indigo-900:active::-webkit-input-placeholder {
    color: #3c366b;
  }

  .sm\:active\:placeholder-indigo-900:active::-moz-placeholder {
    color: #3c366b;
  }

  .sm\:active\:placeholder-indigo-900:active:-ms-input-placeholder {
    color: #3c366b;
  }

  .sm\:active\:placeholder-indigo-900:active::-ms-input-placeholder {
    color: #3c366b;
  }

  .sm\:active\:placeholder-indigo-900:active::placeholder {
    color: #3c366b;
  }

  .sm\:active\:placeholder-purple-100:active::-webkit-input-placeholder {
    color: #faf5ff;
  }

  .sm\:active\:placeholder-purple-100:active::-moz-placeholder {
    color: #faf5ff;
  }

  .sm\:active\:placeholder-purple-100:active:-ms-input-placeholder {
    color: #faf5ff;
  }

  .sm\:active\:placeholder-purple-100:active::-ms-input-placeholder {
    color: #faf5ff;
  }

  .sm\:active\:placeholder-purple-100:active::placeholder {
    color: #faf5ff;
  }

  .sm\:active\:placeholder-purple-200:active::-webkit-input-placeholder {
    color: #e9d8fd;
  }

  .sm\:active\:placeholder-purple-200:active::-moz-placeholder {
    color: #e9d8fd;
  }

  .sm\:active\:placeholder-purple-200:active:-ms-input-placeholder {
    color: #e9d8fd;
  }

  .sm\:active\:placeholder-purple-200:active::-ms-input-placeholder {
    color: #e9d8fd;
  }

  .sm\:active\:placeholder-purple-200:active::placeholder {
    color: #e9d8fd;
  }

  .sm\:active\:placeholder-purple-300:active::-webkit-input-placeholder {
    color: #d6bcfa;
  }

  .sm\:active\:placeholder-purple-300:active::-moz-placeholder {
    color: #d6bcfa;
  }

  .sm\:active\:placeholder-purple-300:active:-ms-input-placeholder {
    color: #d6bcfa;
  }

  .sm\:active\:placeholder-purple-300:active::-ms-input-placeholder {
    color: #d6bcfa;
  }

  .sm\:active\:placeholder-purple-300:active::placeholder {
    color: #d6bcfa;
  }

  .sm\:active\:placeholder-purple-400:active::-webkit-input-placeholder {
    color: #b794f4;
  }

  .sm\:active\:placeholder-purple-400:active::-moz-placeholder {
    color: #b794f4;
  }

  .sm\:active\:placeholder-purple-400:active:-ms-input-placeholder {
    color: #b794f4;
  }

  .sm\:active\:placeholder-purple-400:active::-ms-input-placeholder {
    color: #b794f4;
  }

  .sm\:active\:placeholder-purple-400:active::placeholder {
    color: #b794f4;
  }

  .sm\:active\:placeholder-purple-500:active::-webkit-input-placeholder {
    color: #9f7aea;
  }

  .sm\:active\:placeholder-purple-500:active::-moz-placeholder {
    color: #9f7aea;
  }

  .sm\:active\:placeholder-purple-500:active:-ms-input-placeholder {
    color: #9f7aea;
  }

  .sm\:active\:placeholder-purple-500:active::-ms-input-placeholder {
    color: #9f7aea;
  }

  .sm\:active\:placeholder-purple-500:active::placeholder {
    color: #9f7aea;
  }

  .sm\:active\:placeholder-purple-600:active::-webkit-input-placeholder {
    color: #805ad5;
  }

  .sm\:active\:placeholder-purple-600:active::-moz-placeholder {
    color: #805ad5;
  }

  .sm\:active\:placeholder-purple-600:active:-ms-input-placeholder {
    color: #805ad5;
  }

  .sm\:active\:placeholder-purple-600:active::-ms-input-placeholder {
    color: #805ad5;
  }

  .sm\:active\:placeholder-purple-600:active::placeholder {
    color: #805ad5;
  }

  .sm\:active\:placeholder-purple-700:active::-webkit-input-placeholder {
    color: #6b46c1;
  }

  .sm\:active\:placeholder-purple-700:active::-moz-placeholder {
    color: #6b46c1;
  }

  .sm\:active\:placeholder-purple-700:active:-ms-input-placeholder {
    color: #6b46c1;
  }

  .sm\:active\:placeholder-purple-700:active::-ms-input-placeholder {
    color: #6b46c1;
  }

  .sm\:active\:placeholder-purple-700:active::placeholder {
    color: #6b46c1;
  }

  .sm\:active\:placeholder-purple-800:active::-webkit-input-placeholder {
    color: #553c9a;
  }

  .sm\:active\:placeholder-purple-800:active::-moz-placeholder {
    color: #553c9a;
  }

  .sm\:active\:placeholder-purple-800:active:-ms-input-placeholder {
    color: #553c9a;
  }

  .sm\:active\:placeholder-purple-800:active::-ms-input-placeholder {
    color: #553c9a;
  }

  .sm\:active\:placeholder-purple-800:active::placeholder {
    color: #553c9a;
  }

  .sm\:active\:placeholder-purple-900:active::-webkit-input-placeholder {
    color: #44337a;
  }

  .sm\:active\:placeholder-purple-900:active::-moz-placeholder {
    color: #44337a;
  }

  .sm\:active\:placeholder-purple-900:active:-ms-input-placeholder {
    color: #44337a;
  }

  .sm\:active\:placeholder-purple-900:active::-ms-input-placeholder {
    color: #44337a;
  }

  .sm\:active\:placeholder-purple-900:active::placeholder {
    color: #44337a;
  }

  .sm\:active\:placeholder-pink-100:active::-webkit-input-placeholder {
    color: #fff5f7;
  }

  .sm\:active\:placeholder-pink-100:active::-moz-placeholder {
    color: #fff5f7;
  }

  .sm\:active\:placeholder-pink-100:active:-ms-input-placeholder {
    color: #fff5f7;
  }

  .sm\:active\:placeholder-pink-100:active::-ms-input-placeholder {
    color: #fff5f7;
  }

  .sm\:active\:placeholder-pink-100:active::placeholder {
    color: #fff5f7;
  }

  .sm\:active\:placeholder-pink-200:active::-webkit-input-placeholder {
    color: #fed7e2;
  }

  .sm\:active\:placeholder-pink-200:active::-moz-placeholder {
    color: #fed7e2;
  }

  .sm\:active\:placeholder-pink-200:active:-ms-input-placeholder {
    color: #fed7e2;
  }

  .sm\:active\:placeholder-pink-200:active::-ms-input-placeholder {
    color: #fed7e2;
  }

  .sm\:active\:placeholder-pink-200:active::placeholder {
    color: #fed7e2;
  }

  .sm\:active\:placeholder-pink-300:active::-webkit-input-placeholder {
    color: #fbb6ce;
  }

  .sm\:active\:placeholder-pink-300:active::-moz-placeholder {
    color: #fbb6ce;
  }

  .sm\:active\:placeholder-pink-300:active:-ms-input-placeholder {
    color: #fbb6ce;
  }

  .sm\:active\:placeholder-pink-300:active::-ms-input-placeholder {
    color: #fbb6ce;
  }

  .sm\:active\:placeholder-pink-300:active::placeholder {
    color: #fbb6ce;
  }

  .sm\:active\:placeholder-pink-400:active::-webkit-input-placeholder {
    color: #f687b3;
  }

  .sm\:active\:placeholder-pink-400:active::-moz-placeholder {
    color: #f687b3;
  }

  .sm\:active\:placeholder-pink-400:active:-ms-input-placeholder {
    color: #f687b3;
  }

  .sm\:active\:placeholder-pink-400:active::-ms-input-placeholder {
    color: #f687b3;
  }

  .sm\:active\:placeholder-pink-400:active::placeholder {
    color: #f687b3;
  }

  .sm\:active\:placeholder-pink-500:active::-webkit-input-placeholder {
    color: #ed64a6;
  }

  .sm\:active\:placeholder-pink-500:active::-moz-placeholder {
    color: #ed64a6;
  }

  .sm\:active\:placeholder-pink-500:active:-ms-input-placeholder {
    color: #ed64a6;
  }

  .sm\:active\:placeholder-pink-500:active::-ms-input-placeholder {
    color: #ed64a6;
  }

  .sm\:active\:placeholder-pink-500:active::placeholder {
    color: #ed64a6;
  }

  .sm\:active\:placeholder-pink-600:active::-webkit-input-placeholder {
    color: #d53f8c;
  }

  .sm\:active\:placeholder-pink-600:active::-moz-placeholder {
    color: #d53f8c;
  }

  .sm\:active\:placeholder-pink-600:active:-ms-input-placeholder {
    color: #d53f8c;
  }

  .sm\:active\:placeholder-pink-600:active::-ms-input-placeholder {
    color: #d53f8c;
  }

  .sm\:active\:placeholder-pink-600:active::placeholder {
    color: #d53f8c;
  }

  .sm\:active\:placeholder-pink-700:active::-webkit-input-placeholder {
    color: #b83280;
  }

  .sm\:active\:placeholder-pink-700:active::-moz-placeholder {
    color: #b83280;
  }

  .sm\:active\:placeholder-pink-700:active:-ms-input-placeholder {
    color: #b83280;
  }

  .sm\:active\:placeholder-pink-700:active::-ms-input-placeholder {
    color: #b83280;
  }

  .sm\:active\:placeholder-pink-700:active::placeholder {
    color: #b83280;
  }

  .sm\:active\:placeholder-pink-800:active::-webkit-input-placeholder {
    color: #97266d;
  }

  .sm\:active\:placeholder-pink-800:active::-moz-placeholder {
    color: #97266d;
  }

  .sm\:active\:placeholder-pink-800:active:-ms-input-placeholder {
    color: #97266d;
  }

  .sm\:active\:placeholder-pink-800:active::-ms-input-placeholder {
    color: #97266d;
  }

  .sm\:active\:placeholder-pink-800:active::placeholder {
    color: #97266d;
  }

  .sm\:active\:placeholder-pink-900:active::-webkit-input-placeholder {
    color: #702459;
  }

  .sm\:active\:placeholder-pink-900:active::-moz-placeholder {
    color: #702459;
  }

  .sm\:active\:placeholder-pink-900:active:-ms-input-placeholder {
    color: #702459;
  }

  .sm\:active\:placeholder-pink-900:active::-ms-input-placeholder {
    color: #702459;
  }

  .sm\:active\:placeholder-pink-900:active::placeholder {
    color: #702459;
  }

  .sm\:visited\:placeholder-transparent:visited::-webkit-input-placeholder {
    color: transparent;
  }

  .sm\:visited\:placeholder-transparent:visited::-moz-placeholder {
    color: transparent;
  }

  .sm\:visited\:placeholder-transparent:visited:-ms-input-placeholder {
    color: transparent;
  }

  .sm\:visited\:placeholder-transparent:visited::-ms-input-placeholder {
    color: transparent;
  }

  .sm\:visited\:placeholder-transparent:visited::placeholder {
    color: transparent;
  }

  .sm\:visited\:placeholder-black:visited::-webkit-input-placeholder {
    color: #000;
  }

  .sm\:visited\:placeholder-black:visited::-moz-placeholder {
    color: #000;
  }

  .sm\:visited\:placeholder-black:visited:-ms-input-placeholder {
    color: #000;
  }

  .sm\:visited\:placeholder-black:visited::-ms-input-placeholder {
    color: #000;
  }

  .sm\:visited\:placeholder-black:visited::placeholder {
    color: #000;
  }

  .sm\:visited\:placeholder-white:visited::-webkit-input-placeholder {
    color: #fff;
  }

  .sm\:visited\:placeholder-white:visited::-moz-placeholder {
    color: #fff;
  }

  .sm\:visited\:placeholder-white:visited:-ms-input-placeholder {
    color: #fff;
  }

  .sm\:visited\:placeholder-white:visited::-ms-input-placeholder {
    color: #fff;
  }

  .sm\:visited\:placeholder-white:visited::placeholder {
    color: #fff;
  }

  .sm\:visited\:placeholder-gray-100:visited::-webkit-input-placeholder {
    color: #f7fafc;
  }

  .sm\:visited\:placeholder-gray-100:visited::-moz-placeholder {
    color: #f7fafc;
  }

  .sm\:visited\:placeholder-gray-100:visited:-ms-input-placeholder {
    color: #f7fafc;
  }

  .sm\:visited\:placeholder-gray-100:visited::-ms-input-placeholder {
    color: #f7fafc;
  }

  .sm\:visited\:placeholder-gray-100:visited::placeholder {
    color: #f7fafc;
  }

  .sm\:visited\:placeholder-gray-200:visited::-webkit-input-placeholder {
    color: #edf2f7;
  }

  .sm\:visited\:placeholder-gray-200:visited::-moz-placeholder {
    color: #edf2f7;
  }

  .sm\:visited\:placeholder-gray-200:visited:-ms-input-placeholder {
    color: #edf2f7;
  }

  .sm\:visited\:placeholder-gray-200:visited::-ms-input-placeholder {
    color: #edf2f7;
  }

  .sm\:visited\:placeholder-gray-200:visited::placeholder {
    color: #edf2f7;
  }

  .sm\:visited\:placeholder-gray-300:visited::-webkit-input-placeholder {
    color: #e2e8f0;
  }

  .sm\:visited\:placeholder-gray-300:visited::-moz-placeholder {
    color: #e2e8f0;
  }

  .sm\:visited\:placeholder-gray-300:visited:-ms-input-placeholder {
    color: #e2e8f0;
  }

  .sm\:visited\:placeholder-gray-300:visited::-ms-input-placeholder {
    color: #e2e8f0;
  }

  .sm\:visited\:placeholder-gray-300:visited::placeholder {
    color: #e2e8f0;
  }

  .sm\:visited\:placeholder-gray-400:visited::-webkit-input-placeholder {
    color: #cbd5e0;
  }

  .sm\:visited\:placeholder-gray-400:visited::-moz-placeholder {
    color: #cbd5e0;
  }

  .sm\:visited\:placeholder-gray-400:visited:-ms-input-placeholder {
    color: #cbd5e0;
  }

  .sm\:visited\:placeholder-gray-400:visited::-ms-input-placeholder {
    color: #cbd5e0;
  }

  .sm\:visited\:placeholder-gray-400:visited::placeholder {
    color: #cbd5e0;
  }

  .sm\:visited\:placeholder-gray-500:visited::-webkit-input-placeholder {
    color: #a0aec0;
  }

  .sm\:visited\:placeholder-gray-500:visited::-moz-placeholder {
    color: #a0aec0;
  }

  .sm\:visited\:placeholder-gray-500:visited:-ms-input-placeholder {
    color: #a0aec0;
  }

  .sm\:visited\:placeholder-gray-500:visited::-ms-input-placeholder {
    color: #a0aec0;
  }

  .sm\:visited\:placeholder-gray-500:visited::placeholder {
    color: #a0aec0;
  }

  .sm\:visited\:placeholder-gray-600:visited::-webkit-input-placeholder {
    color: #718096;
  }

  .sm\:visited\:placeholder-gray-600:visited::-moz-placeholder {
    color: #718096;
  }

  .sm\:visited\:placeholder-gray-600:visited:-ms-input-placeholder {
    color: #718096;
  }

  .sm\:visited\:placeholder-gray-600:visited::-ms-input-placeholder {
    color: #718096;
  }

  .sm\:visited\:placeholder-gray-600:visited::placeholder {
    color: #718096;
  }

  .sm\:visited\:placeholder-gray-700:visited::-webkit-input-placeholder {
    color: #4a5568;
  }

  .sm\:visited\:placeholder-gray-700:visited::-moz-placeholder {
    color: #4a5568;
  }

  .sm\:visited\:placeholder-gray-700:visited:-ms-input-placeholder {
    color: #4a5568;
  }

  .sm\:visited\:placeholder-gray-700:visited::-ms-input-placeholder {
    color: #4a5568;
  }

  .sm\:visited\:placeholder-gray-700:visited::placeholder {
    color: #4a5568;
  }

  .sm\:visited\:placeholder-gray-800:visited::-webkit-input-placeholder {
    color: #2d3748;
  }

  .sm\:visited\:placeholder-gray-800:visited::-moz-placeholder {
    color: #2d3748;
  }

  .sm\:visited\:placeholder-gray-800:visited:-ms-input-placeholder {
    color: #2d3748;
  }

  .sm\:visited\:placeholder-gray-800:visited::-ms-input-placeholder {
    color: #2d3748;
  }

  .sm\:visited\:placeholder-gray-800:visited::placeholder {
    color: #2d3748;
  }

  .sm\:visited\:placeholder-gray-900:visited::-webkit-input-placeholder {
    color: #1a202c;
  }

  .sm\:visited\:placeholder-gray-900:visited::-moz-placeholder {
    color: #1a202c;
  }

  .sm\:visited\:placeholder-gray-900:visited:-ms-input-placeholder {
    color: #1a202c;
  }

  .sm\:visited\:placeholder-gray-900:visited::-ms-input-placeholder {
    color: #1a202c;
  }

  .sm\:visited\:placeholder-gray-900:visited::placeholder {
    color: #1a202c;
  }

  .sm\:visited\:placeholder-red-100:visited::-webkit-input-placeholder {
    color: #fff5f5;
  }

  .sm\:visited\:placeholder-red-100:visited::-moz-placeholder {
    color: #fff5f5;
  }

  .sm\:visited\:placeholder-red-100:visited:-ms-input-placeholder {
    color: #fff5f5;
  }

  .sm\:visited\:placeholder-red-100:visited::-ms-input-placeholder {
    color: #fff5f5;
  }

  .sm\:visited\:placeholder-red-100:visited::placeholder {
    color: #fff5f5;
  }

  .sm\:visited\:placeholder-red-200:visited::-webkit-input-placeholder {
    color: #fed7d7;
  }

  .sm\:visited\:placeholder-red-200:visited::-moz-placeholder {
    color: #fed7d7;
  }

  .sm\:visited\:placeholder-red-200:visited:-ms-input-placeholder {
    color: #fed7d7;
  }

  .sm\:visited\:placeholder-red-200:visited::-ms-input-placeholder {
    color: #fed7d7;
  }

  .sm\:visited\:placeholder-red-200:visited::placeholder {
    color: #fed7d7;
  }

  .sm\:visited\:placeholder-red-300:visited::-webkit-input-placeholder {
    color: #feb2b2;
  }

  .sm\:visited\:placeholder-red-300:visited::-moz-placeholder {
    color: #feb2b2;
  }

  .sm\:visited\:placeholder-red-300:visited:-ms-input-placeholder {
    color: #feb2b2;
  }

  .sm\:visited\:placeholder-red-300:visited::-ms-input-placeholder {
    color: #feb2b2;
  }

  .sm\:visited\:placeholder-red-300:visited::placeholder {
    color: #feb2b2;
  }

  .sm\:visited\:placeholder-red-400:visited::-webkit-input-placeholder {
    color: #fc8181;
  }

  .sm\:visited\:placeholder-red-400:visited::-moz-placeholder {
    color: #fc8181;
  }

  .sm\:visited\:placeholder-red-400:visited:-ms-input-placeholder {
    color: #fc8181;
  }

  .sm\:visited\:placeholder-red-400:visited::-ms-input-placeholder {
    color: #fc8181;
  }

  .sm\:visited\:placeholder-red-400:visited::placeholder {
    color: #fc8181;
  }

  .sm\:visited\:placeholder-red-500:visited::-webkit-input-placeholder {
    color: #f56565;
  }

  .sm\:visited\:placeholder-red-500:visited::-moz-placeholder {
    color: #f56565;
  }

  .sm\:visited\:placeholder-red-500:visited:-ms-input-placeholder {
    color: #f56565;
  }

  .sm\:visited\:placeholder-red-500:visited::-ms-input-placeholder {
    color: #f56565;
  }

  .sm\:visited\:placeholder-red-500:visited::placeholder {
    color: #f56565;
  }

  .sm\:visited\:placeholder-red-600:visited::-webkit-input-placeholder {
    color: #e53e3e;
  }

  .sm\:visited\:placeholder-red-600:visited::-moz-placeholder {
    color: #e53e3e;
  }

  .sm\:visited\:placeholder-red-600:visited:-ms-input-placeholder {
    color: #e53e3e;
  }

  .sm\:visited\:placeholder-red-600:visited::-ms-input-placeholder {
    color: #e53e3e;
  }

  .sm\:visited\:placeholder-red-600:visited::placeholder {
    color: #e53e3e;
  }

  .sm\:visited\:placeholder-red-700:visited::-webkit-input-placeholder {
    color: #c53030;
  }

  .sm\:visited\:placeholder-red-700:visited::-moz-placeholder {
    color: #c53030;
  }

  .sm\:visited\:placeholder-red-700:visited:-ms-input-placeholder {
    color: #c53030;
  }

  .sm\:visited\:placeholder-red-700:visited::-ms-input-placeholder {
    color: #c53030;
  }

  .sm\:visited\:placeholder-red-700:visited::placeholder {
    color: #c53030;
  }

  .sm\:visited\:placeholder-red-800:visited::-webkit-input-placeholder {
    color: #9b2c2c;
  }

  .sm\:visited\:placeholder-red-800:visited::-moz-placeholder {
    color: #9b2c2c;
  }

  .sm\:visited\:placeholder-red-800:visited:-ms-input-placeholder {
    color: #9b2c2c;
  }

  .sm\:visited\:placeholder-red-800:visited::-ms-input-placeholder {
    color: #9b2c2c;
  }

  .sm\:visited\:placeholder-red-800:visited::placeholder {
    color: #9b2c2c;
  }

  .sm\:visited\:placeholder-red-900:visited::-webkit-input-placeholder {
    color: #742a2a;
  }

  .sm\:visited\:placeholder-red-900:visited::-moz-placeholder {
    color: #742a2a;
  }

  .sm\:visited\:placeholder-red-900:visited:-ms-input-placeholder {
    color: #742a2a;
  }

  .sm\:visited\:placeholder-red-900:visited::-ms-input-placeholder {
    color: #742a2a;
  }

  .sm\:visited\:placeholder-red-900:visited::placeholder {
    color: #742a2a;
  }

  .sm\:visited\:placeholder-orange-100:visited::-webkit-input-placeholder {
    color: #fffaf0;
  }

  .sm\:visited\:placeholder-orange-100:visited::-moz-placeholder {
    color: #fffaf0;
  }

  .sm\:visited\:placeholder-orange-100:visited:-ms-input-placeholder {
    color: #fffaf0;
  }

  .sm\:visited\:placeholder-orange-100:visited::-ms-input-placeholder {
    color: #fffaf0;
  }

  .sm\:visited\:placeholder-orange-100:visited::placeholder {
    color: #fffaf0;
  }

  .sm\:visited\:placeholder-orange-200:visited::-webkit-input-placeholder {
    color: #feebc8;
  }

  .sm\:visited\:placeholder-orange-200:visited::-moz-placeholder {
    color: #feebc8;
  }

  .sm\:visited\:placeholder-orange-200:visited:-ms-input-placeholder {
    color: #feebc8;
  }

  .sm\:visited\:placeholder-orange-200:visited::-ms-input-placeholder {
    color: #feebc8;
  }

  .sm\:visited\:placeholder-orange-200:visited::placeholder {
    color: #feebc8;
  }

  .sm\:visited\:placeholder-orange-300:visited::-webkit-input-placeholder {
    color: #fbd38d;
  }

  .sm\:visited\:placeholder-orange-300:visited::-moz-placeholder {
    color: #fbd38d;
  }

  .sm\:visited\:placeholder-orange-300:visited:-ms-input-placeholder {
    color: #fbd38d;
  }

  .sm\:visited\:placeholder-orange-300:visited::-ms-input-placeholder {
    color: #fbd38d;
  }

  .sm\:visited\:placeholder-orange-300:visited::placeholder {
    color: #fbd38d;
  }

  .sm\:visited\:placeholder-orange-400:visited::-webkit-input-placeholder {
    color: #f6ad55;
  }

  .sm\:visited\:placeholder-orange-400:visited::-moz-placeholder {
    color: #f6ad55;
  }

  .sm\:visited\:placeholder-orange-400:visited:-ms-input-placeholder {
    color: #f6ad55;
  }

  .sm\:visited\:placeholder-orange-400:visited::-ms-input-placeholder {
    color: #f6ad55;
  }

  .sm\:visited\:placeholder-orange-400:visited::placeholder {
    color: #f6ad55;
  }

  .sm\:visited\:placeholder-orange-500:visited::-webkit-input-placeholder {
    color: #ed8936;
  }

  .sm\:visited\:placeholder-orange-500:visited::-moz-placeholder {
    color: #ed8936;
  }

  .sm\:visited\:placeholder-orange-500:visited:-ms-input-placeholder {
    color: #ed8936;
  }

  .sm\:visited\:placeholder-orange-500:visited::-ms-input-placeholder {
    color: #ed8936;
  }

  .sm\:visited\:placeholder-orange-500:visited::placeholder {
    color: #ed8936;
  }

  .sm\:visited\:placeholder-orange-600:visited::-webkit-input-placeholder {
    color: #dd6b20;
  }

  .sm\:visited\:placeholder-orange-600:visited::-moz-placeholder {
    color: #dd6b20;
  }

  .sm\:visited\:placeholder-orange-600:visited:-ms-input-placeholder {
    color: #dd6b20;
  }

  .sm\:visited\:placeholder-orange-600:visited::-ms-input-placeholder {
    color: #dd6b20;
  }

  .sm\:visited\:placeholder-orange-600:visited::placeholder {
    color: #dd6b20;
  }

  .sm\:visited\:placeholder-orange-700:visited::-webkit-input-placeholder {
    color: #c05621;
  }

  .sm\:visited\:placeholder-orange-700:visited::-moz-placeholder {
    color: #c05621;
  }

  .sm\:visited\:placeholder-orange-700:visited:-ms-input-placeholder {
    color: #c05621;
  }

  .sm\:visited\:placeholder-orange-700:visited::-ms-input-placeholder {
    color: #c05621;
  }

  .sm\:visited\:placeholder-orange-700:visited::placeholder {
    color: #c05621;
  }

  .sm\:visited\:placeholder-orange-800:visited::-webkit-input-placeholder {
    color: #9c4221;
  }

  .sm\:visited\:placeholder-orange-800:visited::-moz-placeholder {
    color: #9c4221;
  }

  .sm\:visited\:placeholder-orange-800:visited:-ms-input-placeholder {
    color: #9c4221;
  }

  .sm\:visited\:placeholder-orange-800:visited::-ms-input-placeholder {
    color: #9c4221;
  }

  .sm\:visited\:placeholder-orange-800:visited::placeholder {
    color: #9c4221;
  }

  .sm\:visited\:placeholder-orange-900:visited::-webkit-input-placeholder {
    color: #7b341e;
  }

  .sm\:visited\:placeholder-orange-900:visited::-moz-placeholder {
    color: #7b341e;
  }

  .sm\:visited\:placeholder-orange-900:visited:-ms-input-placeholder {
    color: #7b341e;
  }

  .sm\:visited\:placeholder-orange-900:visited::-ms-input-placeholder {
    color: #7b341e;
  }

  .sm\:visited\:placeholder-orange-900:visited::placeholder {
    color: #7b341e;
  }

  .sm\:visited\:placeholder-yellow-100:visited::-webkit-input-placeholder {
    color: #fffff0;
  }

  .sm\:visited\:placeholder-yellow-100:visited::-moz-placeholder {
    color: #fffff0;
  }

  .sm\:visited\:placeholder-yellow-100:visited:-ms-input-placeholder {
    color: #fffff0;
  }

  .sm\:visited\:placeholder-yellow-100:visited::-ms-input-placeholder {
    color: #fffff0;
  }

  .sm\:visited\:placeholder-yellow-100:visited::placeholder {
    color: #fffff0;
  }

  .sm\:visited\:placeholder-yellow-200:visited::-webkit-input-placeholder {
    color: #fefcbf;
  }

  .sm\:visited\:placeholder-yellow-200:visited::-moz-placeholder {
    color: #fefcbf;
  }

  .sm\:visited\:placeholder-yellow-200:visited:-ms-input-placeholder {
    color: #fefcbf;
  }

  .sm\:visited\:placeholder-yellow-200:visited::-ms-input-placeholder {
    color: #fefcbf;
  }

  .sm\:visited\:placeholder-yellow-200:visited::placeholder {
    color: #fefcbf;
  }

  .sm\:visited\:placeholder-yellow-300:visited::-webkit-input-placeholder {
    color: #faf089;
  }

  .sm\:visited\:placeholder-yellow-300:visited::-moz-placeholder {
    color: #faf089;
  }

  .sm\:visited\:placeholder-yellow-300:visited:-ms-input-placeholder {
    color: #faf089;
  }

  .sm\:visited\:placeholder-yellow-300:visited::-ms-input-placeholder {
    color: #faf089;
  }

  .sm\:visited\:placeholder-yellow-300:visited::placeholder {
    color: #faf089;
  }

  .sm\:visited\:placeholder-yellow-400:visited::-webkit-input-placeholder {
    color: #f6e05e;
  }

  .sm\:visited\:placeholder-yellow-400:visited::-moz-placeholder {
    color: #f6e05e;
  }

  .sm\:visited\:placeholder-yellow-400:visited:-ms-input-placeholder {
    color: #f6e05e;
  }

  .sm\:visited\:placeholder-yellow-400:visited::-ms-input-placeholder {
    color: #f6e05e;
  }

  .sm\:visited\:placeholder-yellow-400:visited::placeholder {
    color: #f6e05e;
  }

  .sm\:visited\:placeholder-yellow-500:visited::-webkit-input-placeholder {
    color: #ecc94b;
  }

  .sm\:visited\:placeholder-yellow-500:visited::-moz-placeholder {
    color: #ecc94b;
  }

  .sm\:visited\:placeholder-yellow-500:visited:-ms-input-placeholder {
    color: #ecc94b;
  }

  .sm\:visited\:placeholder-yellow-500:visited::-ms-input-placeholder {
    color: #ecc94b;
  }

  .sm\:visited\:placeholder-yellow-500:visited::placeholder {
    color: #ecc94b;
  }

  .sm\:visited\:placeholder-yellow-600:visited::-webkit-input-placeholder {
    color: #d69e2e;
  }

  .sm\:visited\:placeholder-yellow-600:visited::-moz-placeholder {
    color: #d69e2e;
  }

  .sm\:visited\:placeholder-yellow-600:visited:-ms-input-placeholder {
    color: #d69e2e;
  }

  .sm\:visited\:placeholder-yellow-600:visited::-ms-input-placeholder {
    color: #d69e2e;
  }

  .sm\:visited\:placeholder-yellow-600:visited::placeholder {
    color: #d69e2e;
  }

  .sm\:visited\:placeholder-yellow-700:visited::-webkit-input-placeholder {
    color: #b7791f;
  }

  .sm\:visited\:placeholder-yellow-700:visited::-moz-placeholder {
    color: #b7791f;
  }

  .sm\:visited\:placeholder-yellow-700:visited:-ms-input-placeholder {
    color: #b7791f;
  }

  .sm\:visited\:placeholder-yellow-700:visited::-ms-input-placeholder {
    color: #b7791f;
  }

  .sm\:visited\:placeholder-yellow-700:visited::placeholder {
    color: #b7791f;
  }

  .sm\:visited\:placeholder-yellow-800:visited::-webkit-input-placeholder {
    color: #975a16;
  }

  .sm\:visited\:placeholder-yellow-800:visited::-moz-placeholder {
    color: #975a16;
  }

  .sm\:visited\:placeholder-yellow-800:visited:-ms-input-placeholder {
    color: #975a16;
  }

  .sm\:visited\:placeholder-yellow-800:visited::-ms-input-placeholder {
    color: #975a16;
  }

  .sm\:visited\:placeholder-yellow-800:visited::placeholder {
    color: #975a16;
  }

  .sm\:visited\:placeholder-yellow-900:visited::-webkit-input-placeholder {
    color: #744210;
  }

  .sm\:visited\:placeholder-yellow-900:visited::-moz-placeholder {
    color: #744210;
  }

  .sm\:visited\:placeholder-yellow-900:visited:-ms-input-placeholder {
    color: #744210;
  }

  .sm\:visited\:placeholder-yellow-900:visited::-ms-input-placeholder {
    color: #744210;
  }

  .sm\:visited\:placeholder-yellow-900:visited::placeholder {
    color: #744210;
  }

  .sm\:visited\:placeholder-green-100:visited::-webkit-input-placeholder {
    color: #f0fff4;
  }

  .sm\:visited\:placeholder-green-100:visited::-moz-placeholder {
    color: #f0fff4;
  }

  .sm\:visited\:placeholder-green-100:visited:-ms-input-placeholder {
    color: #f0fff4;
  }

  .sm\:visited\:placeholder-green-100:visited::-ms-input-placeholder {
    color: #f0fff4;
  }

  .sm\:visited\:placeholder-green-100:visited::placeholder {
    color: #f0fff4;
  }

  .sm\:visited\:placeholder-green-200:visited::-webkit-input-placeholder {
    color: #c6f6d5;
  }

  .sm\:visited\:placeholder-green-200:visited::-moz-placeholder {
    color: #c6f6d5;
  }

  .sm\:visited\:placeholder-green-200:visited:-ms-input-placeholder {
    color: #c6f6d5;
  }

  .sm\:visited\:placeholder-green-200:visited::-ms-input-placeholder {
    color: #c6f6d5;
  }

  .sm\:visited\:placeholder-green-200:visited::placeholder {
    color: #c6f6d5;
  }

  .sm\:visited\:placeholder-green-300:visited::-webkit-input-placeholder {
    color: #9ae6b4;
  }

  .sm\:visited\:placeholder-green-300:visited::-moz-placeholder {
    color: #9ae6b4;
  }

  .sm\:visited\:placeholder-green-300:visited:-ms-input-placeholder {
    color: #9ae6b4;
  }

  .sm\:visited\:placeholder-green-300:visited::-ms-input-placeholder {
    color: #9ae6b4;
  }

  .sm\:visited\:placeholder-green-300:visited::placeholder {
    color: #9ae6b4;
  }

  .sm\:visited\:placeholder-green-400:visited::-webkit-input-placeholder {
    color: #68d391;
  }

  .sm\:visited\:placeholder-green-400:visited::-moz-placeholder {
    color: #68d391;
  }

  .sm\:visited\:placeholder-green-400:visited:-ms-input-placeholder {
    color: #68d391;
  }

  .sm\:visited\:placeholder-green-400:visited::-ms-input-placeholder {
    color: #68d391;
  }

  .sm\:visited\:placeholder-green-400:visited::placeholder {
    color: #68d391;
  }

  .sm\:visited\:placeholder-green-500:visited::-webkit-input-placeholder {
    color: #48bb78;
  }

  .sm\:visited\:placeholder-green-500:visited::-moz-placeholder {
    color: #48bb78;
  }

  .sm\:visited\:placeholder-green-500:visited:-ms-input-placeholder {
    color: #48bb78;
  }

  .sm\:visited\:placeholder-green-500:visited::-ms-input-placeholder {
    color: #48bb78;
  }

  .sm\:visited\:placeholder-green-500:visited::placeholder {
    color: #48bb78;
  }

  .sm\:visited\:placeholder-green-600:visited::-webkit-input-placeholder {
    color: #38a169;
  }

  .sm\:visited\:placeholder-green-600:visited::-moz-placeholder {
    color: #38a169;
  }

  .sm\:visited\:placeholder-green-600:visited:-ms-input-placeholder {
    color: #38a169;
  }

  .sm\:visited\:placeholder-green-600:visited::-ms-input-placeholder {
    color: #38a169;
  }

  .sm\:visited\:placeholder-green-600:visited::placeholder {
    color: #38a169;
  }

  .sm\:visited\:placeholder-green-700:visited::-webkit-input-placeholder {
    color: #2f855a;
  }

  .sm\:visited\:placeholder-green-700:visited::-moz-placeholder {
    color: #2f855a;
  }

  .sm\:visited\:placeholder-green-700:visited:-ms-input-placeholder {
    color: #2f855a;
  }

  .sm\:visited\:placeholder-green-700:visited::-ms-input-placeholder {
    color: #2f855a;
  }

  .sm\:visited\:placeholder-green-700:visited::placeholder {
    color: #2f855a;
  }

  .sm\:visited\:placeholder-green-800:visited::-webkit-input-placeholder {
    color: #276749;
  }

  .sm\:visited\:placeholder-green-800:visited::-moz-placeholder {
    color: #276749;
  }

  .sm\:visited\:placeholder-green-800:visited:-ms-input-placeholder {
    color: #276749;
  }

  .sm\:visited\:placeholder-green-800:visited::-ms-input-placeholder {
    color: #276749;
  }

  .sm\:visited\:placeholder-green-800:visited::placeholder {
    color: #276749;
  }

  .sm\:visited\:placeholder-green-900:visited::-webkit-input-placeholder {
    color: #22543d;
  }

  .sm\:visited\:placeholder-green-900:visited::-moz-placeholder {
    color: #22543d;
  }

  .sm\:visited\:placeholder-green-900:visited:-ms-input-placeholder {
    color: #22543d;
  }

  .sm\:visited\:placeholder-green-900:visited::-ms-input-placeholder {
    color: #22543d;
  }

  .sm\:visited\:placeholder-green-900:visited::placeholder {
    color: #22543d;
  }

  .sm\:visited\:placeholder-teal-100:visited::-webkit-input-placeholder {
    color: #e6fffa;
  }

  .sm\:visited\:placeholder-teal-100:visited::-moz-placeholder {
    color: #e6fffa;
  }

  .sm\:visited\:placeholder-teal-100:visited:-ms-input-placeholder {
    color: #e6fffa;
  }

  .sm\:visited\:placeholder-teal-100:visited::-ms-input-placeholder {
    color: #e6fffa;
  }

  .sm\:visited\:placeholder-teal-100:visited::placeholder {
    color: #e6fffa;
  }

  .sm\:visited\:placeholder-teal-200:visited::-webkit-input-placeholder {
    color: #b2f5ea;
  }

  .sm\:visited\:placeholder-teal-200:visited::-moz-placeholder {
    color: #b2f5ea;
  }

  .sm\:visited\:placeholder-teal-200:visited:-ms-input-placeholder {
    color: #b2f5ea;
  }

  .sm\:visited\:placeholder-teal-200:visited::-ms-input-placeholder {
    color: #b2f5ea;
  }

  .sm\:visited\:placeholder-teal-200:visited::placeholder {
    color: #b2f5ea;
  }

  .sm\:visited\:placeholder-teal-300:visited::-webkit-input-placeholder {
    color: #81e6d9;
  }

  .sm\:visited\:placeholder-teal-300:visited::-moz-placeholder {
    color: #81e6d9;
  }

  .sm\:visited\:placeholder-teal-300:visited:-ms-input-placeholder {
    color: #81e6d9;
  }

  .sm\:visited\:placeholder-teal-300:visited::-ms-input-placeholder {
    color: #81e6d9;
  }

  .sm\:visited\:placeholder-teal-300:visited::placeholder {
    color: #81e6d9;
  }

  .sm\:visited\:placeholder-teal-400:visited::-webkit-input-placeholder {
    color: #4fd1c5;
  }

  .sm\:visited\:placeholder-teal-400:visited::-moz-placeholder {
    color: #4fd1c5;
  }

  .sm\:visited\:placeholder-teal-400:visited:-ms-input-placeholder {
    color: #4fd1c5;
  }

  .sm\:visited\:placeholder-teal-400:visited::-ms-input-placeholder {
    color: #4fd1c5;
  }

  .sm\:visited\:placeholder-teal-400:visited::placeholder {
    color: #4fd1c5;
  }

  .sm\:visited\:placeholder-teal-500:visited::-webkit-input-placeholder {
    color: #38b2ac;
  }

  .sm\:visited\:placeholder-teal-500:visited::-moz-placeholder {
    color: #38b2ac;
  }

  .sm\:visited\:placeholder-teal-500:visited:-ms-input-placeholder {
    color: #38b2ac;
  }

  .sm\:visited\:placeholder-teal-500:visited::-ms-input-placeholder {
    color: #38b2ac;
  }

  .sm\:visited\:placeholder-teal-500:visited::placeholder {
    color: #38b2ac;
  }

  .sm\:visited\:placeholder-teal-600:visited::-webkit-input-placeholder {
    color: #319795;
  }

  .sm\:visited\:placeholder-teal-600:visited::-moz-placeholder {
    color: #319795;
  }

  .sm\:visited\:placeholder-teal-600:visited:-ms-input-placeholder {
    color: #319795;
  }

  .sm\:visited\:placeholder-teal-600:visited::-ms-input-placeholder {
    color: #319795;
  }

  .sm\:visited\:placeholder-teal-600:visited::placeholder {
    color: #319795;
  }

  .sm\:visited\:placeholder-teal-700:visited::-webkit-input-placeholder {
    color: #2c7a7b;
  }

  .sm\:visited\:placeholder-teal-700:visited::-moz-placeholder {
    color: #2c7a7b;
  }

  .sm\:visited\:placeholder-teal-700:visited:-ms-input-placeholder {
    color: #2c7a7b;
  }

  .sm\:visited\:placeholder-teal-700:visited::-ms-input-placeholder {
    color: #2c7a7b;
  }

  .sm\:visited\:placeholder-teal-700:visited::placeholder {
    color: #2c7a7b;
  }

  .sm\:visited\:placeholder-teal-800:visited::-webkit-input-placeholder {
    color: #285e61;
  }

  .sm\:visited\:placeholder-teal-800:visited::-moz-placeholder {
    color: #285e61;
  }

  .sm\:visited\:placeholder-teal-800:visited:-ms-input-placeholder {
    color: #285e61;
  }

  .sm\:visited\:placeholder-teal-800:visited::-ms-input-placeholder {
    color: #285e61;
  }

  .sm\:visited\:placeholder-teal-800:visited::placeholder {
    color: #285e61;
  }

  .sm\:visited\:placeholder-teal-900:visited::-webkit-input-placeholder {
    color: #234e52;
  }

  .sm\:visited\:placeholder-teal-900:visited::-moz-placeholder {
    color: #234e52;
  }

  .sm\:visited\:placeholder-teal-900:visited:-ms-input-placeholder {
    color: #234e52;
  }

  .sm\:visited\:placeholder-teal-900:visited::-ms-input-placeholder {
    color: #234e52;
  }

  .sm\:visited\:placeholder-teal-900:visited::placeholder {
    color: #234e52;
  }

  .sm\:visited\:placeholder-blue-100:visited::-webkit-input-placeholder {
    color: #ebf8ff;
  }

  .sm\:visited\:placeholder-blue-100:visited::-moz-placeholder {
    color: #ebf8ff;
  }

  .sm\:visited\:placeholder-blue-100:visited:-ms-input-placeholder {
    color: #ebf8ff;
  }

  .sm\:visited\:placeholder-blue-100:visited::-ms-input-placeholder {
    color: #ebf8ff;
  }

  .sm\:visited\:placeholder-blue-100:visited::placeholder {
    color: #ebf8ff;
  }

  .sm\:visited\:placeholder-blue-200:visited::-webkit-input-placeholder {
    color: #bee3f8;
  }

  .sm\:visited\:placeholder-blue-200:visited::-moz-placeholder {
    color: #bee3f8;
  }

  .sm\:visited\:placeholder-blue-200:visited:-ms-input-placeholder {
    color: #bee3f8;
  }

  .sm\:visited\:placeholder-blue-200:visited::-ms-input-placeholder {
    color: #bee3f8;
  }

  .sm\:visited\:placeholder-blue-200:visited::placeholder {
    color: #bee3f8;
  }

  .sm\:visited\:placeholder-blue-300:visited::-webkit-input-placeholder {
    color: #90cdf4;
  }

  .sm\:visited\:placeholder-blue-300:visited::-moz-placeholder {
    color: #90cdf4;
  }

  .sm\:visited\:placeholder-blue-300:visited:-ms-input-placeholder {
    color: #90cdf4;
  }

  .sm\:visited\:placeholder-blue-300:visited::-ms-input-placeholder {
    color: #90cdf4;
  }

  .sm\:visited\:placeholder-blue-300:visited::placeholder {
    color: #90cdf4;
  }

  .sm\:visited\:placeholder-blue-400:visited::-webkit-input-placeholder {
    color: #63b3ed;
  }

  .sm\:visited\:placeholder-blue-400:visited::-moz-placeholder {
    color: #63b3ed;
  }

  .sm\:visited\:placeholder-blue-400:visited:-ms-input-placeholder {
    color: #63b3ed;
  }

  .sm\:visited\:placeholder-blue-400:visited::-ms-input-placeholder {
    color: #63b3ed;
  }

  .sm\:visited\:placeholder-blue-400:visited::placeholder {
    color: #63b3ed;
  }

  .sm\:visited\:placeholder-blue-500:visited::-webkit-input-placeholder {
    color: #4299e1;
  }

  .sm\:visited\:placeholder-blue-500:visited::-moz-placeholder {
    color: #4299e1;
  }

  .sm\:visited\:placeholder-blue-500:visited:-ms-input-placeholder {
    color: #4299e1;
  }

  .sm\:visited\:placeholder-blue-500:visited::-ms-input-placeholder {
    color: #4299e1;
  }

  .sm\:visited\:placeholder-blue-500:visited::placeholder {
    color: #4299e1;
  }

  .sm\:visited\:placeholder-blue-600:visited::-webkit-input-placeholder {
    color: #3182ce;
  }

  .sm\:visited\:placeholder-blue-600:visited::-moz-placeholder {
    color: #3182ce;
  }

  .sm\:visited\:placeholder-blue-600:visited:-ms-input-placeholder {
    color: #3182ce;
  }

  .sm\:visited\:placeholder-blue-600:visited::-ms-input-placeholder {
    color: #3182ce;
  }

  .sm\:visited\:placeholder-blue-600:visited::placeholder {
    color: #3182ce;
  }

  .sm\:visited\:placeholder-blue-700:visited::-webkit-input-placeholder {
    color: #2b6cb0;
  }

  .sm\:visited\:placeholder-blue-700:visited::-moz-placeholder {
    color: #2b6cb0;
  }

  .sm\:visited\:placeholder-blue-700:visited:-ms-input-placeholder {
    color: #2b6cb0;
  }

  .sm\:visited\:placeholder-blue-700:visited::-ms-input-placeholder {
    color: #2b6cb0;
  }

  .sm\:visited\:placeholder-blue-700:visited::placeholder {
    color: #2b6cb0;
  }

  .sm\:visited\:placeholder-blue-800:visited::-webkit-input-placeholder {
    color: #2c5282;
  }

  .sm\:visited\:placeholder-blue-800:visited::-moz-placeholder {
    color: #2c5282;
  }

  .sm\:visited\:placeholder-blue-800:visited:-ms-input-placeholder {
    color: #2c5282;
  }

  .sm\:visited\:placeholder-blue-800:visited::-ms-input-placeholder {
    color: #2c5282;
  }

  .sm\:visited\:placeholder-blue-800:visited::placeholder {
    color: #2c5282;
  }

  .sm\:visited\:placeholder-blue-900:visited::-webkit-input-placeholder {
    color: #2a4365;
  }

  .sm\:visited\:placeholder-blue-900:visited::-moz-placeholder {
    color: #2a4365;
  }

  .sm\:visited\:placeholder-blue-900:visited:-ms-input-placeholder {
    color: #2a4365;
  }

  .sm\:visited\:placeholder-blue-900:visited::-ms-input-placeholder {
    color: #2a4365;
  }

  .sm\:visited\:placeholder-blue-900:visited::placeholder {
    color: #2a4365;
  }

  .sm\:visited\:placeholder-indigo-100:visited::-webkit-input-placeholder {
    color: #ebf4ff;
  }

  .sm\:visited\:placeholder-indigo-100:visited::-moz-placeholder {
    color: #ebf4ff;
  }

  .sm\:visited\:placeholder-indigo-100:visited:-ms-input-placeholder {
    color: #ebf4ff;
  }

  .sm\:visited\:placeholder-indigo-100:visited::-ms-input-placeholder {
    color: #ebf4ff;
  }

  .sm\:visited\:placeholder-indigo-100:visited::placeholder {
    color: #ebf4ff;
  }

  .sm\:visited\:placeholder-indigo-200:visited::-webkit-input-placeholder {
    color: #c3dafe;
  }

  .sm\:visited\:placeholder-indigo-200:visited::-moz-placeholder {
    color: #c3dafe;
  }

  .sm\:visited\:placeholder-indigo-200:visited:-ms-input-placeholder {
    color: #c3dafe;
  }

  .sm\:visited\:placeholder-indigo-200:visited::-ms-input-placeholder {
    color: #c3dafe;
  }

  .sm\:visited\:placeholder-indigo-200:visited::placeholder {
    color: #c3dafe;
  }

  .sm\:visited\:placeholder-indigo-300:visited::-webkit-input-placeholder {
    color: #a3bffa;
  }

  .sm\:visited\:placeholder-indigo-300:visited::-moz-placeholder {
    color: #a3bffa;
  }

  .sm\:visited\:placeholder-indigo-300:visited:-ms-input-placeholder {
    color: #a3bffa;
  }

  .sm\:visited\:placeholder-indigo-300:visited::-ms-input-placeholder {
    color: #a3bffa;
  }

  .sm\:visited\:placeholder-indigo-300:visited::placeholder {
    color: #a3bffa;
  }

  .sm\:visited\:placeholder-indigo-400:visited::-webkit-input-placeholder {
    color: #7f9cf5;
  }

  .sm\:visited\:placeholder-indigo-400:visited::-moz-placeholder {
    color: #7f9cf5;
  }

  .sm\:visited\:placeholder-indigo-400:visited:-ms-input-placeholder {
    color: #7f9cf5;
  }

  .sm\:visited\:placeholder-indigo-400:visited::-ms-input-placeholder {
    color: #7f9cf5;
  }

  .sm\:visited\:placeholder-indigo-400:visited::placeholder {
    color: #7f9cf5;
  }

  .sm\:visited\:placeholder-indigo-500:visited::-webkit-input-placeholder {
    color: #667eea;
  }

  .sm\:visited\:placeholder-indigo-500:visited::-moz-placeholder {
    color: #667eea;
  }

  .sm\:visited\:placeholder-indigo-500:visited:-ms-input-placeholder {
    color: #667eea;
  }

  .sm\:visited\:placeholder-indigo-500:visited::-ms-input-placeholder {
    color: #667eea;
  }

  .sm\:visited\:placeholder-indigo-500:visited::placeholder {
    color: #667eea;
  }

  .sm\:visited\:placeholder-indigo-600:visited::-webkit-input-placeholder {
    color: #5a67d8;
  }

  .sm\:visited\:placeholder-indigo-600:visited::-moz-placeholder {
    color: #5a67d8;
  }

  .sm\:visited\:placeholder-indigo-600:visited:-ms-input-placeholder {
    color: #5a67d8;
  }

  .sm\:visited\:placeholder-indigo-600:visited::-ms-input-placeholder {
    color: #5a67d8;
  }

  .sm\:visited\:placeholder-indigo-600:visited::placeholder {
    color: #5a67d8;
  }

  .sm\:visited\:placeholder-indigo-700:visited::-webkit-input-placeholder {
    color: #4c51bf;
  }

  .sm\:visited\:placeholder-indigo-700:visited::-moz-placeholder {
    color: #4c51bf;
  }

  .sm\:visited\:placeholder-indigo-700:visited:-ms-input-placeholder {
    color: #4c51bf;
  }

  .sm\:visited\:placeholder-indigo-700:visited::-ms-input-placeholder {
    color: #4c51bf;
  }

  .sm\:visited\:placeholder-indigo-700:visited::placeholder {
    color: #4c51bf;
  }

  .sm\:visited\:placeholder-indigo-800:visited::-webkit-input-placeholder {
    color: #434190;
  }

  .sm\:visited\:placeholder-indigo-800:visited::-moz-placeholder {
    color: #434190;
  }

  .sm\:visited\:placeholder-indigo-800:visited:-ms-input-placeholder {
    color: #434190;
  }

  .sm\:visited\:placeholder-indigo-800:visited::-ms-input-placeholder {
    color: #434190;
  }

  .sm\:visited\:placeholder-indigo-800:visited::placeholder {
    color: #434190;
  }

  .sm\:visited\:placeholder-indigo-900:visited::-webkit-input-placeholder {
    color: #3c366b;
  }

  .sm\:visited\:placeholder-indigo-900:visited::-moz-placeholder {
    color: #3c366b;
  }

  .sm\:visited\:placeholder-indigo-900:visited:-ms-input-placeholder {
    color: #3c366b;
  }

  .sm\:visited\:placeholder-indigo-900:visited::-ms-input-placeholder {
    color: #3c366b;
  }

  .sm\:visited\:placeholder-indigo-900:visited::placeholder {
    color: #3c366b;
  }

  .sm\:visited\:placeholder-purple-100:visited::-webkit-input-placeholder {
    color: #faf5ff;
  }

  .sm\:visited\:placeholder-purple-100:visited::-moz-placeholder {
    color: #faf5ff;
  }

  .sm\:visited\:placeholder-purple-100:visited:-ms-input-placeholder {
    color: #faf5ff;
  }

  .sm\:visited\:placeholder-purple-100:visited::-ms-input-placeholder {
    color: #faf5ff;
  }

  .sm\:visited\:placeholder-purple-100:visited::placeholder {
    color: #faf5ff;
  }

  .sm\:visited\:placeholder-purple-200:visited::-webkit-input-placeholder {
    color: #e9d8fd;
  }

  .sm\:visited\:placeholder-purple-200:visited::-moz-placeholder {
    color: #e9d8fd;
  }

  .sm\:visited\:placeholder-purple-200:visited:-ms-input-placeholder {
    color: #e9d8fd;
  }

  .sm\:visited\:placeholder-purple-200:visited::-ms-input-placeholder {
    color: #e9d8fd;
  }

  .sm\:visited\:placeholder-purple-200:visited::placeholder {
    color: #e9d8fd;
  }

  .sm\:visited\:placeholder-purple-300:visited::-webkit-input-placeholder {
    color: #d6bcfa;
  }

  .sm\:visited\:placeholder-purple-300:visited::-moz-placeholder {
    color: #d6bcfa;
  }

  .sm\:visited\:placeholder-purple-300:visited:-ms-input-placeholder {
    color: #d6bcfa;
  }

  .sm\:visited\:placeholder-purple-300:visited::-ms-input-placeholder {
    color: #d6bcfa;
  }

  .sm\:visited\:placeholder-purple-300:visited::placeholder {
    color: #d6bcfa;
  }

  .sm\:visited\:placeholder-purple-400:visited::-webkit-input-placeholder {
    color: #b794f4;
  }

  .sm\:visited\:placeholder-purple-400:visited::-moz-placeholder {
    color: #b794f4;
  }

  .sm\:visited\:placeholder-purple-400:visited:-ms-input-placeholder {
    color: #b794f4;
  }

  .sm\:visited\:placeholder-purple-400:visited::-ms-input-placeholder {
    color: #b794f4;
  }

  .sm\:visited\:placeholder-purple-400:visited::placeholder {
    color: #b794f4;
  }

  .sm\:visited\:placeholder-purple-500:visited::-webkit-input-placeholder {
    color: #9f7aea;
  }

  .sm\:visited\:placeholder-purple-500:visited::-moz-placeholder {
    color: #9f7aea;
  }

  .sm\:visited\:placeholder-purple-500:visited:-ms-input-placeholder {
    color: #9f7aea;
  }

  .sm\:visited\:placeholder-purple-500:visited::-ms-input-placeholder {
    color: #9f7aea;
  }

  .sm\:visited\:placeholder-purple-500:visited::placeholder {
    color: #9f7aea;
  }

  .sm\:visited\:placeholder-purple-600:visited::-webkit-input-placeholder {
    color: #805ad5;
  }

  .sm\:visited\:placeholder-purple-600:visited::-moz-placeholder {
    color: #805ad5;
  }

  .sm\:visited\:placeholder-purple-600:visited:-ms-input-placeholder {
    color: #805ad5;
  }

  .sm\:visited\:placeholder-purple-600:visited::-ms-input-placeholder {
    color: #805ad5;
  }

  .sm\:visited\:placeholder-purple-600:visited::placeholder {
    color: #805ad5;
  }

  .sm\:visited\:placeholder-purple-700:visited::-webkit-input-placeholder {
    color: #6b46c1;
  }

  .sm\:visited\:placeholder-purple-700:visited::-moz-placeholder {
    color: #6b46c1;
  }

  .sm\:visited\:placeholder-purple-700:visited:-ms-input-placeholder {
    color: #6b46c1;
  }

  .sm\:visited\:placeholder-purple-700:visited::-ms-input-placeholder {
    color: #6b46c1;
  }

  .sm\:visited\:placeholder-purple-700:visited::placeholder {
    color: #6b46c1;
  }

  .sm\:visited\:placeholder-purple-800:visited::-webkit-input-placeholder {
    color: #553c9a;
  }

  .sm\:visited\:placeholder-purple-800:visited::-moz-placeholder {
    color: #553c9a;
  }

  .sm\:visited\:placeholder-purple-800:visited:-ms-input-placeholder {
    color: #553c9a;
  }

  .sm\:visited\:placeholder-purple-800:visited::-ms-input-placeholder {
    color: #553c9a;
  }

  .sm\:visited\:placeholder-purple-800:visited::placeholder {
    color: #553c9a;
  }

  .sm\:visited\:placeholder-purple-900:visited::-webkit-input-placeholder {
    color: #44337a;
  }

  .sm\:visited\:placeholder-purple-900:visited::-moz-placeholder {
    color: #44337a;
  }

  .sm\:visited\:placeholder-purple-900:visited:-ms-input-placeholder {
    color: #44337a;
  }

  .sm\:visited\:placeholder-purple-900:visited::-ms-input-placeholder {
    color: #44337a;
  }

  .sm\:visited\:placeholder-purple-900:visited::placeholder {
    color: #44337a;
  }

  .sm\:visited\:placeholder-pink-100:visited::-webkit-input-placeholder {
    color: #fff5f7;
  }

  .sm\:visited\:placeholder-pink-100:visited::-moz-placeholder {
    color: #fff5f7;
  }

  .sm\:visited\:placeholder-pink-100:visited:-ms-input-placeholder {
    color: #fff5f7;
  }

  .sm\:visited\:placeholder-pink-100:visited::-ms-input-placeholder {
    color: #fff5f7;
  }

  .sm\:visited\:placeholder-pink-100:visited::placeholder {
    color: #fff5f7;
  }

  .sm\:visited\:placeholder-pink-200:visited::-webkit-input-placeholder {
    color: #fed7e2;
  }

  .sm\:visited\:placeholder-pink-200:visited::-moz-placeholder {
    color: #fed7e2;
  }

  .sm\:visited\:placeholder-pink-200:visited:-ms-input-placeholder {
    color: #fed7e2;
  }

  .sm\:visited\:placeholder-pink-200:visited::-ms-input-placeholder {
    color: #fed7e2;
  }

  .sm\:visited\:placeholder-pink-200:visited::placeholder {
    color: #fed7e2;
  }

  .sm\:visited\:placeholder-pink-300:visited::-webkit-input-placeholder {
    color: #fbb6ce;
  }

  .sm\:visited\:placeholder-pink-300:visited::-moz-placeholder {
    color: #fbb6ce;
  }

  .sm\:visited\:placeholder-pink-300:visited:-ms-input-placeholder {
    color: #fbb6ce;
  }

  .sm\:visited\:placeholder-pink-300:visited::-ms-input-placeholder {
    color: #fbb6ce;
  }

  .sm\:visited\:placeholder-pink-300:visited::placeholder {
    color: #fbb6ce;
  }

  .sm\:visited\:placeholder-pink-400:visited::-webkit-input-placeholder {
    color: #f687b3;
  }

  .sm\:visited\:placeholder-pink-400:visited::-moz-placeholder {
    color: #f687b3;
  }

  .sm\:visited\:placeholder-pink-400:visited:-ms-input-placeholder {
    color: #f687b3;
  }

  .sm\:visited\:placeholder-pink-400:visited::-ms-input-placeholder {
    color: #f687b3;
  }

  .sm\:visited\:placeholder-pink-400:visited::placeholder {
    color: #f687b3;
  }

  .sm\:visited\:placeholder-pink-500:visited::-webkit-input-placeholder {
    color: #ed64a6;
  }

  .sm\:visited\:placeholder-pink-500:visited::-moz-placeholder {
    color: #ed64a6;
  }

  .sm\:visited\:placeholder-pink-500:visited:-ms-input-placeholder {
    color: #ed64a6;
  }

  .sm\:visited\:placeholder-pink-500:visited::-ms-input-placeholder {
    color: #ed64a6;
  }

  .sm\:visited\:placeholder-pink-500:visited::placeholder {
    color: #ed64a6;
  }

  .sm\:visited\:placeholder-pink-600:visited::-webkit-input-placeholder {
    color: #d53f8c;
  }

  .sm\:visited\:placeholder-pink-600:visited::-moz-placeholder {
    color: #d53f8c;
  }

  .sm\:visited\:placeholder-pink-600:visited:-ms-input-placeholder {
    color: #d53f8c;
  }

  .sm\:visited\:placeholder-pink-600:visited::-ms-input-placeholder {
    color: #d53f8c;
  }

  .sm\:visited\:placeholder-pink-600:visited::placeholder {
    color: #d53f8c;
  }

  .sm\:visited\:placeholder-pink-700:visited::-webkit-input-placeholder {
    color: #b83280;
  }

  .sm\:visited\:placeholder-pink-700:visited::-moz-placeholder {
    color: #b83280;
  }

  .sm\:visited\:placeholder-pink-700:visited:-ms-input-placeholder {
    color: #b83280;
  }

  .sm\:visited\:placeholder-pink-700:visited::-ms-input-placeholder {
    color: #b83280;
  }

  .sm\:visited\:placeholder-pink-700:visited::placeholder {
    color: #b83280;
  }

  .sm\:visited\:placeholder-pink-800:visited::-webkit-input-placeholder {
    color: #97266d;
  }

  .sm\:visited\:placeholder-pink-800:visited::-moz-placeholder {
    color: #97266d;
  }

  .sm\:visited\:placeholder-pink-800:visited:-ms-input-placeholder {
    color: #97266d;
  }

  .sm\:visited\:placeholder-pink-800:visited::-ms-input-placeholder {
    color: #97266d;
  }

  .sm\:visited\:placeholder-pink-800:visited::placeholder {
    color: #97266d;
  }

  .sm\:visited\:placeholder-pink-900:visited::-webkit-input-placeholder {
    color: #702459;
  }

  .sm\:visited\:placeholder-pink-900:visited::-moz-placeholder {
    color: #702459;
  }

  .sm\:visited\:placeholder-pink-900:visited:-ms-input-placeholder {
    color: #702459;
  }

  .sm\:visited\:placeholder-pink-900:visited::-ms-input-placeholder {
    color: #702459;
  }

  .sm\:visited\:placeholder-pink-900:visited::placeholder {
    color: #702459;
  }

  .sm\:disabled\:placeholder-transparent:disabled::-webkit-input-placeholder {
    color: transparent;
  }

  .sm\:disabled\:placeholder-transparent:disabled::-moz-placeholder {
    color: transparent;
  }

  .sm\:disabled\:placeholder-transparent:disabled:-ms-input-placeholder {
    color: transparent;
  }

  .sm\:disabled\:placeholder-transparent:disabled::-ms-input-placeholder {
    color: transparent;
  }

  .sm\:disabled\:placeholder-transparent:disabled::placeholder {
    color: transparent;
  }

  .sm\:disabled\:placeholder-black:disabled::-webkit-input-placeholder {
    color: #000;
  }

  .sm\:disabled\:placeholder-black:disabled::-moz-placeholder {
    color: #000;
  }

  .sm\:disabled\:placeholder-black:disabled:-ms-input-placeholder {
    color: #000;
  }

  .sm\:disabled\:placeholder-black:disabled::-ms-input-placeholder {
    color: #000;
  }

  .sm\:disabled\:placeholder-black:disabled::placeholder {
    color: #000;
  }

  .sm\:disabled\:placeholder-white:disabled::-webkit-input-placeholder {
    color: #fff;
  }

  .sm\:disabled\:placeholder-white:disabled::-moz-placeholder {
    color: #fff;
  }

  .sm\:disabled\:placeholder-white:disabled:-ms-input-placeholder {
    color: #fff;
  }

  .sm\:disabled\:placeholder-white:disabled::-ms-input-placeholder {
    color: #fff;
  }

  .sm\:disabled\:placeholder-white:disabled::placeholder {
    color: #fff;
  }

  .sm\:disabled\:placeholder-gray-100:disabled::-webkit-input-placeholder {
    color: #f7fafc;
  }

  .sm\:disabled\:placeholder-gray-100:disabled::-moz-placeholder {
    color: #f7fafc;
  }

  .sm\:disabled\:placeholder-gray-100:disabled:-ms-input-placeholder {
    color: #f7fafc;
  }

  .sm\:disabled\:placeholder-gray-100:disabled::-ms-input-placeholder {
    color: #f7fafc;
  }

  .sm\:disabled\:placeholder-gray-100:disabled::placeholder {
    color: #f7fafc;
  }

  .sm\:disabled\:placeholder-gray-200:disabled::-webkit-input-placeholder {
    color: #edf2f7;
  }

  .sm\:disabled\:placeholder-gray-200:disabled::-moz-placeholder {
    color: #edf2f7;
  }

  .sm\:disabled\:placeholder-gray-200:disabled:-ms-input-placeholder {
    color: #edf2f7;
  }

  .sm\:disabled\:placeholder-gray-200:disabled::-ms-input-placeholder {
    color: #edf2f7;
  }

  .sm\:disabled\:placeholder-gray-200:disabled::placeholder {
    color: #edf2f7;
  }

  .sm\:disabled\:placeholder-gray-300:disabled::-webkit-input-placeholder {
    color: #e2e8f0;
  }

  .sm\:disabled\:placeholder-gray-300:disabled::-moz-placeholder {
    color: #e2e8f0;
  }

  .sm\:disabled\:placeholder-gray-300:disabled:-ms-input-placeholder {
    color: #e2e8f0;
  }

  .sm\:disabled\:placeholder-gray-300:disabled::-ms-input-placeholder {
    color: #e2e8f0;
  }

  .sm\:disabled\:placeholder-gray-300:disabled::placeholder {
    color: #e2e8f0;
  }

  .sm\:disabled\:placeholder-gray-400:disabled::-webkit-input-placeholder {
    color: #cbd5e0;
  }

  .sm\:disabled\:placeholder-gray-400:disabled::-moz-placeholder {
    color: #cbd5e0;
  }

  .sm\:disabled\:placeholder-gray-400:disabled:-ms-input-placeholder {
    color: #cbd5e0;
  }

  .sm\:disabled\:placeholder-gray-400:disabled::-ms-input-placeholder {
    color: #cbd5e0;
  }

  .sm\:disabled\:placeholder-gray-400:disabled::placeholder {
    color: #cbd5e0;
  }

  .sm\:disabled\:placeholder-gray-500:disabled::-webkit-input-placeholder {
    color: #a0aec0;
  }

  .sm\:disabled\:placeholder-gray-500:disabled::-moz-placeholder {
    color: #a0aec0;
  }

  .sm\:disabled\:placeholder-gray-500:disabled:-ms-input-placeholder {
    color: #a0aec0;
  }

  .sm\:disabled\:placeholder-gray-500:disabled::-ms-input-placeholder {
    color: #a0aec0;
  }

  .sm\:disabled\:placeholder-gray-500:disabled::placeholder {
    color: #a0aec0;
  }

  .sm\:disabled\:placeholder-gray-600:disabled::-webkit-input-placeholder {
    color: #718096;
  }

  .sm\:disabled\:placeholder-gray-600:disabled::-moz-placeholder {
    color: #718096;
  }

  .sm\:disabled\:placeholder-gray-600:disabled:-ms-input-placeholder {
    color: #718096;
  }

  .sm\:disabled\:placeholder-gray-600:disabled::-ms-input-placeholder {
    color: #718096;
  }

  .sm\:disabled\:placeholder-gray-600:disabled::placeholder {
    color: #718096;
  }

  .sm\:disabled\:placeholder-gray-700:disabled::-webkit-input-placeholder {
    color: #4a5568;
  }

  .sm\:disabled\:placeholder-gray-700:disabled::-moz-placeholder {
    color: #4a5568;
  }

  .sm\:disabled\:placeholder-gray-700:disabled:-ms-input-placeholder {
    color: #4a5568;
  }

  .sm\:disabled\:placeholder-gray-700:disabled::-ms-input-placeholder {
    color: #4a5568;
  }

  .sm\:disabled\:placeholder-gray-700:disabled::placeholder {
    color: #4a5568;
  }

  .sm\:disabled\:placeholder-gray-800:disabled::-webkit-input-placeholder {
    color: #2d3748;
  }

  .sm\:disabled\:placeholder-gray-800:disabled::-moz-placeholder {
    color: #2d3748;
  }

  .sm\:disabled\:placeholder-gray-800:disabled:-ms-input-placeholder {
    color: #2d3748;
  }

  .sm\:disabled\:placeholder-gray-800:disabled::-ms-input-placeholder {
    color: #2d3748;
  }

  .sm\:disabled\:placeholder-gray-800:disabled::placeholder {
    color: #2d3748;
  }

  .sm\:disabled\:placeholder-gray-900:disabled::-webkit-input-placeholder {
    color: #1a202c;
  }

  .sm\:disabled\:placeholder-gray-900:disabled::-moz-placeholder {
    color: #1a202c;
  }

  .sm\:disabled\:placeholder-gray-900:disabled:-ms-input-placeholder {
    color: #1a202c;
  }

  .sm\:disabled\:placeholder-gray-900:disabled::-ms-input-placeholder {
    color: #1a202c;
  }

  .sm\:disabled\:placeholder-gray-900:disabled::placeholder {
    color: #1a202c;
  }

  .sm\:disabled\:placeholder-red-100:disabled::-webkit-input-placeholder {
    color: #fff5f5;
  }

  .sm\:disabled\:placeholder-red-100:disabled::-moz-placeholder {
    color: #fff5f5;
  }

  .sm\:disabled\:placeholder-red-100:disabled:-ms-input-placeholder {
    color: #fff5f5;
  }

  .sm\:disabled\:placeholder-red-100:disabled::-ms-input-placeholder {
    color: #fff5f5;
  }

  .sm\:disabled\:placeholder-red-100:disabled::placeholder {
    color: #fff5f5;
  }

  .sm\:disabled\:placeholder-red-200:disabled::-webkit-input-placeholder {
    color: #fed7d7;
  }

  .sm\:disabled\:placeholder-red-200:disabled::-moz-placeholder {
    color: #fed7d7;
  }

  .sm\:disabled\:placeholder-red-200:disabled:-ms-input-placeholder {
    color: #fed7d7;
  }

  .sm\:disabled\:placeholder-red-200:disabled::-ms-input-placeholder {
    color: #fed7d7;
  }

  .sm\:disabled\:placeholder-red-200:disabled::placeholder {
    color: #fed7d7;
  }

  .sm\:disabled\:placeholder-red-300:disabled::-webkit-input-placeholder {
    color: #feb2b2;
  }

  .sm\:disabled\:placeholder-red-300:disabled::-moz-placeholder {
    color: #feb2b2;
  }

  .sm\:disabled\:placeholder-red-300:disabled:-ms-input-placeholder {
    color: #feb2b2;
  }

  .sm\:disabled\:placeholder-red-300:disabled::-ms-input-placeholder {
    color: #feb2b2;
  }

  .sm\:disabled\:placeholder-red-300:disabled::placeholder {
    color: #feb2b2;
  }

  .sm\:disabled\:placeholder-red-400:disabled::-webkit-input-placeholder {
    color: #fc8181;
  }

  .sm\:disabled\:placeholder-red-400:disabled::-moz-placeholder {
    color: #fc8181;
  }

  .sm\:disabled\:placeholder-red-400:disabled:-ms-input-placeholder {
    color: #fc8181;
  }

  .sm\:disabled\:placeholder-red-400:disabled::-ms-input-placeholder {
    color: #fc8181;
  }

  .sm\:disabled\:placeholder-red-400:disabled::placeholder {
    color: #fc8181;
  }

  .sm\:disabled\:placeholder-red-500:disabled::-webkit-input-placeholder {
    color: #f56565;
  }

  .sm\:disabled\:placeholder-red-500:disabled::-moz-placeholder {
    color: #f56565;
  }

  .sm\:disabled\:placeholder-red-500:disabled:-ms-input-placeholder {
    color: #f56565;
  }

  .sm\:disabled\:placeholder-red-500:disabled::-ms-input-placeholder {
    color: #f56565;
  }

  .sm\:disabled\:placeholder-red-500:disabled::placeholder {
    color: #f56565;
  }

  .sm\:disabled\:placeholder-red-600:disabled::-webkit-input-placeholder {
    color: #e53e3e;
  }

  .sm\:disabled\:placeholder-red-600:disabled::-moz-placeholder {
    color: #e53e3e;
  }

  .sm\:disabled\:placeholder-red-600:disabled:-ms-input-placeholder {
    color: #e53e3e;
  }

  .sm\:disabled\:placeholder-red-600:disabled::-ms-input-placeholder {
    color: #e53e3e;
  }

  .sm\:disabled\:placeholder-red-600:disabled::placeholder {
    color: #e53e3e;
  }

  .sm\:disabled\:placeholder-red-700:disabled::-webkit-input-placeholder {
    color: #c53030;
  }

  .sm\:disabled\:placeholder-red-700:disabled::-moz-placeholder {
    color: #c53030;
  }

  .sm\:disabled\:placeholder-red-700:disabled:-ms-input-placeholder {
    color: #c53030;
  }

  .sm\:disabled\:placeholder-red-700:disabled::-ms-input-placeholder {
    color: #c53030;
  }

  .sm\:disabled\:placeholder-red-700:disabled::placeholder {
    color: #c53030;
  }

  .sm\:disabled\:placeholder-red-800:disabled::-webkit-input-placeholder {
    color: #9b2c2c;
  }

  .sm\:disabled\:placeholder-red-800:disabled::-moz-placeholder {
    color: #9b2c2c;
  }

  .sm\:disabled\:placeholder-red-800:disabled:-ms-input-placeholder {
    color: #9b2c2c;
  }

  .sm\:disabled\:placeholder-red-800:disabled::-ms-input-placeholder {
    color: #9b2c2c;
  }

  .sm\:disabled\:placeholder-red-800:disabled::placeholder {
    color: #9b2c2c;
  }

  .sm\:disabled\:placeholder-red-900:disabled::-webkit-input-placeholder {
    color: #742a2a;
  }

  .sm\:disabled\:placeholder-red-900:disabled::-moz-placeholder {
    color: #742a2a;
  }

  .sm\:disabled\:placeholder-red-900:disabled:-ms-input-placeholder {
    color: #742a2a;
  }

  .sm\:disabled\:placeholder-red-900:disabled::-ms-input-placeholder {
    color: #742a2a;
  }

  .sm\:disabled\:placeholder-red-900:disabled::placeholder {
    color: #742a2a;
  }

  .sm\:disabled\:placeholder-orange-100:disabled::-webkit-input-placeholder {
    color: #fffaf0;
  }

  .sm\:disabled\:placeholder-orange-100:disabled::-moz-placeholder {
    color: #fffaf0;
  }

  .sm\:disabled\:placeholder-orange-100:disabled:-ms-input-placeholder {
    color: #fffaf0;
  }

  .sm\:disabled\:placeholder-orange-100:disabled::-ms-input-placeholder {
    color: #fffaf0;
  }

  .sm\:disabled\:placeholder-orange-100:disabled::placeholder {
    color: #fffaf0;
  }

  .sm\:disabled\:placeholder-orange-200:disabled::-webkit-input-placeholder {
    color: #feebc8;
  }

  .sm\:disabled\:placeholder-orange-200:disabled::-moz-placeholder {
    color: #feebc8;
  }

  .sm\:disabled\:placeholder-orange-200:disabled:-ms-input-placeholder {
    color: #feebc8;
  }

  .sm\:disabled\:placeholder-orange-200:disabled::-ms-input-placeholder {
    color: #feebc8;
  }

  .sm\:disabled\:placeholder-orange-200:disabled::placeholder {
    color: #feebc8;
  }

  .sm\:disabled\:placeholder-orange-300:disabled::-webkit-input-placeholder {
    color: #fbd38d;
  }

  .sm\:disabled\:placeholder-orange-300:disabled::-moz-placeholder {
    color: #fbd38d;
  }

  .sm\:disabled\:placeholder-orange-300:disabled:-ms-input-placeholder {
    color: #fbd38d;
  }

  .sm\:disabled\:placeholder-orange-300:disabled::-ms-input-placeholder {
    color: #fbd38d;
  }

  .sm\:disabled\:placeholder-orange-300:disabled::placeholder {
    color: #fbd38d;
  }

  .sm\:disabled\:placeholder-orange-400:disabled::-webkit-input-placeholder {
    color: #f6ad55;
  }

  .sm\:disabled\:placeholder-orange-400:disabled::-moz-placeholder {
    color: #f6ad55;
  }

  .sm\:disabled\:placeholder-orange-400:disabled:-ms-input-placeholder {
    color: #f6ad55;
  }

  .sm\:disabled\:placeholder-orange-400:disabled::-ms-input-placeholder {
    color: #f6ad55;
  }

  .sm\:disabled\:placeholder-orange-400:disabled::placeholder {
    color: #f6ad55;
  }

  .sm\:disabled\:placeholder-orange-500:disabled::-webkit-input-placeholder {
    color: #ed8936;
  }

  .sm\:disabled\:placeholder-orange-500:disabled::-moz-placeholder {
    color: #ed8936;
  }

  .sm\:disabled\:placeholder-orange-500:disabled:-ms-input-placeholder {
    color: #ed8936;
  }

  .sm\:disabled\:placeholder-orange-500:disabled::-ms-input-placeholder {
    color: #ed8936;
  }

  .sm\:disabled\:placeholder-orange-500:disabled::placeholder {
    color: #ed8936;
  }

  .sm\:disabled\:placeholder-orange-600:disabled::-webkit-input-placeholder {
    color: #dd6b20;
  }

  .sm\:disabled\:placeholder-orange-600:disabled::-moz-placeholder {
    color: #dd6b20;
  }

  .sm\:disabled\:placeholder-orange-600:disabled:-ms-input-placeholder {
    color: #dd6b20;
  }

  .sm\:disabled\:placeholder-orange-600:disabled::-ms-input-placeholder {
    color: #dd6b20;
  }

  .sm\:disabled\:placeholder-orange-600:disabled::placeholder {
    color: #dd6b20;
  }

  .sm\:disabled\:placeholder-orange-700:disabled::-webkit-input-placeholder {
    color: #c05621;
  }

  .sm\:disabled\:placeholder-orange-700:disabled::-moz-placeholder {
    color: #c05621;
  }

  .sm\:disabled\:placeholder-orange-700:disabled:-ms-input-placeholder {
    color: #c05621;
  }

  .sm\:disabled\:placeholder-orange-700:disabled::-ms-input-placeholder {
    color: #c05621;
  }

  .sm\:disabled\:placeholder-orange-700:disabled::placeholder {
    color: #c05621;
  }

  .sm\:disabled\:placeholder-orange-800:disabled::-webkit-input-placeholder {
    color: #9c4221;
  }

  .sm\:disabled\:placeholder-orange-800:disabled::-moz-placeholder {
    color: #9c4221;
  }

  .sm\:disabled\:placeholder-orange-800:disabled:-ms-input-placeholder {
    color: #9c4221;
  }

  .sm\:disabled\:placeholder-orange-800:disabled::-ms-input-placeholder {
    color: #9c4221;
  }

  .sm\:disabled\:placeholder-orange-800:disabled::placeholder {
    color: #9c4221;
  }

  .sm\:disabled\:placeholder-orange-900:disabled::-webkit-input-placeholder {
    color: #7b341e;
  }

  .sm\:disabled\:placeholder-orange-900:disabled::-moz-placeholder {
    color: #7b341e;
  }

  .sm\:disabled\:placeholder-orange-900:disabled:-ms-input-placeholder {
    color: #7b341e;
  }

  .sm\:disabled\:placeholder-orange-900:disabled::-ms-input-placeholder {
    color: #7b341e;
  }

  .sm\:disabled\:placeholder-orange-900:disabled::placeholder {
    color: #7b341e;
  }

  .sm\:disabled\:placeholder-yellow-100:disabled::-webkit-input-placeholder {
    color: #fffff0;
  }

  .sm\:disabled\:placeholder-yellow-100:disabled::-moz-placeholder {
    color: #fffff0;
  }

  .sm\:disabled\:placeholder-yellow-100:disabled:-ms-input-placeholder {
    color: #fffff0;
  }

  .sm\:disabled\:placeholder-yellow-100:disabled::-ms-input-placeholder {
    color: #fffff0;
  }

  .sm\:disabled\:placeholder-yellow-100:disabled::placeholder {
    color: #fffff0;
  }

  .sm\:disabled\:placeholder-yellow-200:disabled::-webkit-input-placeholder {
    color: #fefcbf;
  }

  .sm\:disabled\:placeholder-yellow-200:disabled::-moz-placeholder {
    color: #fefcbf;
  }

  .sm\:disabled\:placeholder-yellow-200:disabled:-ms-input-placeholder {
    color: #fefcbf;
  }

  .sm\:disabled\:placeholder-yellow-200:disabled::-ms-input-placeholder {
    color: #fefcbf;
  }

  .sm\:disabled\:placeholder-yellow-200:disabled::placeholder {
    color: #fefcbf;
  }

  .sm\:disabled\:placeholder-yellow-300:disabled::-webkit-input-placeholder {
    color: #faf089;
  }

  .sm\:disabled\:placeholder-yellow-300:disabled::-moz-placeholder {
    color: #faf089;
  }

  .sm\:disabled\:placeholder-yellow-300:disabled:-ms-input-placeholder {
    color: #faf089;
  }

  .sm\:disabled\:placeholder-yellow-300:disabled::-ms-input-placeholder {
    color: #faf089;
  }

  .sm\:disabled\:placeholder-yellow-300:disabled::placeholder {
    color: #faf089;
  }

  .sm\:disabled\:placeholder-yellow-400:disabled::-webkit-input-placeholder {
    color: #f6e05e;
  }

  .sm\:disabled\:placeholder-yellow-400:disabled::-moz-placeholder {
    color: #f6e05e;
  }

  .sm\:disabled\:placeholder-yellow-400:disabled:-ms-input-placeholder {
    color: #f6e05e;
  }

  .sm\:disabled\:placeholder-yellow-400:disabled::-ms-input-placeholder {
    color: #f6e05e;
  }

  .sm\:disabled\:placeholder-yellow-400:disabled::placeholder {
    color: #f6e05e;
  }

  .sm\:disabled\:placeholder-yellow-500:disabled::-webkit-input-placeholder {
    color: #ecc94b;
  }

  .sm\:disabled\:placeholder-yellow-500:disabled::-moz-placeholder {
    color: #ecc94b;
  }

  .sm\:disabled\:placeholder-yellow-500:disabled:-ms-input-placeholder {
    color: #ecc94b;
  }

  .sm\:disabled\:placeholder-yellow-500:disabled::-ms-input-placeholder {
    color: #ecc94b;
  }

  .sm\:disabled\:placeholder-yellow-500:disabled::placeholder {
    color: #ecc94b;
  }

  .sm\:disabled\:placeholder-yellow-600:disabled::-webkit-input-placeholder {
    color: #d69e2e;
  }

  .sm\:disabled\:placeholder-yellow-600:disabled::-moz-placeholder {
    color: #d69e2e;
  }

  .sm\:disabled\:placeholder-yellow-600:disabled:-ms-input-placeholder {
    color: #d69e2e;
  }

  .sm\:disabled\:placeholder-yellow-600:disabled::-ms-input-placeholder {
    color: #d69e2e;
  }

  .sm\:disabled\:placeholder-yellow-600:disabled::placeholder {
    color: #d69e2e;
  }

  .sm\:disabled\:placeholder-yellow-700:disabled::-webkit-input-placeholder {
    color: #b7791f;
  }

  .sm\:disabled\:placeholder-yellow-700:disabled::-moz-placeholder {
    color: #b7791f;
  }

  .sm\:disabled\:placeholder-yellow-700:disabled:-ms-input-placeholder {
    color: #b7791f;
  }

  .sm\:disabled\:placeholder-yellow-700:disabled::-ms-input-placeholder {
    color: #b7791f;
  }

  .sm\:disabled\:placeholder-yellow-700:disabled::placeholder {
    color: #b7791f;
  }

  .sm\:disabled\:placeholder-yellow-800:disabled::-webkit-input-placeholder {
    color: #975a16;
  }

  .sm\:disabled\:placeholder-yellow-800:disabled::-moz-placeholder {
    color: #975a16;
  }

  .sm\:disabled\:placeholder-yellow-800:disabled:-ms-input-placeholder {
    color: #975a16;
  }

  .sm\:disabled\:placeholder-yellow-800:disabled::-ms-input-placeholder {
    color: #975a16;
  }

  .sm\:disabled\:placeholder-yellow-800:disabled::placeholder {
    color: #975a16;
  }

  .sm\:disabled\:placeholder-yellow-900:disabled::-webkit-input-placeholder {
    color: #744210;
  }

  .sm\:disabled\:placeholder-yellow-900:disabled::-moz-placeholder {
    color: #744210;
  }

  .sm\:disabled\:placeholder-yellow-900:disabled:-ms-input-placeholder {
    color: #744210;
  }

  .sm\:disabled\:placeholder-yellow-900:disabled::-ms-input-placeholder {
    color: #744210;
  }

  .sm\:disabled\:placeholder-yellow-900:disabled::placeholder {
    color: #744210;
  }

  .sm\:disabled\:placeholder-green-100:disabled::-webkit-input-placeholder {
    color: #f0fff4;
  }

  .sm\:disabled\:placeholder-green-100:disabled::-moz-placeholder {
    color: #f0fff4;
  }

  .sm\:disabled\:placeholder-green-100:disabled:-ms-input-placeholder {
    color: #f0fff4;
  }

  .sm\:disabled\:placeholder-green-100:disabled::-ms-input-placeholder {
    color: #f0fff4;
  }

  .sm\:disabled\:placeholder-green-100:disabled::placeholder {
    color: #f0fff4;
  }

  .sm\:disabled\:placeholder-green-200:disabled::-webkit-input-placeholder {
    color: #c6f6d5;
  }

  .sm\:disabled\:placeholder-green-200:disabled::-moz-placeholder {
    color: #c6f6d5;
  }

  .sm\:disabled\:placeholder-green-200:disabled:-ms-input-placeholder {
    color: #c6f6d5;
  }

  .sm\:disabled\:placeholder-green-200:disabled::-ms-input-placeholder {
    color: #c6f6d5;
  }

  .sm\:disabled\:placeholder-green-200:disabled::placeholder {
    color: #c6f6d5;
  }

  .sm\:disabled\:placeholder-green-300:disabled::-webkit-input-placeholder {
    color: #9ae6b4;
  }

  .sm\:disabled\:placeholder-green-300:disabled::-moz-placeholder {
    color: #9ae6b4;
  }

  .sm\:disabled\:placeholder-green-300:disabled:-ms-input-placeholder {
    color: #9ae6b4;
  }

  .sm\:disabled\:placeholder-green-300:disabled::-ms-input-placeholder {
    color: #9ae6b4;
  }

  .sm\:disabled\:placeholder-green-300:disabled::placeholder {
    color: #9ae6b4;
  }

  .sm\:disabled\:placeholder-green-400:disabled::-webkit-input-placeholder {
    color: #68d391;
  }

  .sm\:disabled\:placeholder-green-400:disabled::-moz-placeholder {
    color: #68d391;
  }

  .sm\:disabled\:placeholder-green-400:disabled:-ms-input-placeholder {
    color: #68d391;
  }

  .sm\:disabled\:placeholder-green-400:disabled::-ms-input-placeholder {
    color: #68d391;
  }

  .sm\:disabled\:placeholder-green-400:disabled::placeholder {
    color: #68d391;
  }

  .sm\:disabled\:placeholder-green-500:disabled::-webkit-input-placeholder {
    color: #48bb78;
  }

  .sm\:disabled\:placeholder-green-500:disabled::-moz-placeholder {
    color: #48bb78;
  }

  .sm\:disabled\:placeholder-green-500:disabled:-ms-input-placeholder {
    color: #48bb78;
  }

  .sm\:disabled\:placeholder-green-500:disabled::-ms-input-placeholder {
    color: #48bb78;
  }

  .sm\:disabled\:placeholder-green-500:disabled::placeholder {
    color: #48bb78;
  }

  .sm\:disabled\:placeholder-green-600:disabled::-webkit-input-placeholder {
    color: #38a169;
  }

  .sm\:disabled\:placeholder-green-600:disabled::-moz-placeholder {
    color: #38a169;
  }

  .sm\:disabled\:placeholder-green-600:disabled:-ms-input-placeholder {
    color: #38a169;
  }

  .sm\:disabled\:placeholder-green-600:disabled::-ms-input-placeholder {
    color: #38a169;
  }

  .sm\:disabled\:placeholder-green-600:disabled::placeholder {
    color: #38a169;
  }

  .sm\:disabled\:placeholder-green-700:disabled::-webkit-input-placeholder {
    color: #2f855a;
  }

  .sm\:disabled\:placeholder-green-700:disabled::-moz-placeholder {
    color: #2f855a;
  }

  .sm\:disabled\:placeholder-green-700:disabled:-ms-input-placeholder {
    color: #2f855a;
  }

  .sm\:disabled\:placeholder-green-700:disabled::-ms-input-placeholder {
    color: #2f855a;
  }

  .sm\:disabled\:placeholder-green-700:disabled::placeholder {
    color: #2f855a;
  }

  .sm\:disabled\:placeholder-green-800:disabled::-webkit-input-placeholder {
    color: #276749;
  }

  .sm\:disabled\:placeholder-green-800:disabled::-moz-placeholder {
    color: #276749;
  }

  .sm\:disabled\:placeholder-green-800:disabled:-ms-input-placeholder {
    color: #276749;
  }

  .sm\:disabled\:placeholder-green-800:disabled::-ms-input-placeholder {
    color: #276749;
  }

  .sm\:disabled\:placeholder-green-800:disabled::placeholder {
    color: #276749;
  }

  .sm\:disabled\:placeholder-green-900:disabled::-webkit-input-placeholder {
    color: #22543d;
  }

  .sm\:disabled\:placeholder-green-900:disabled::-moz-placeholder {
    color: #22543d;
  }

  .sm\:disabled\:placeholder-green-900:disabled:-ms-input-placeholder {
    color: #22543d;
  }

  .sm\:disabled\:placeholder-green-900:disabled::-ms-input-placeholder {
    color: #22543d;
  }

  .sm\:disabled\:placeholder-green-900:disabled::placeholder {
    color: #22543d;
  }

  .sm\:disabled\:placeholder-teal-100:disabled::-webkit-input-placeholder {
    color: #e6fffa;
  }

  .sm\:disabled\:placeholder-teal-100:disabled::-moz-placeholder {
    color: #e6fffa;
  }

  .sm\:disabled\:placeholder-teal-100:disabled:-ms-input-placeholder {
    color: #e6fffa;
  }

  .sm\:disabled\:placeholder-teal-100:disabled::-ms-input-placeholder {
    color: #e6fffa;
  }

  .sm\:disabled\:placeholder-teal-100:disabled::placeholder {
    color: #e6fffa;
  }

  .sm\:disabled\:placeholder-teal-200:disabled::-webkit-input-placeholder {
    color: #b2f5ea;
  }

  .sm\:disabled\:placeholder-teal-200:disabled::-moz-placeholder {
    color: #b2f5ea;
  }

  .sm\:disabled\:placeholder-teal-200:disabled:-ms-input-placeholder {
    color: #b2f5ea;
  }

  .sm\:disabled\:placeholder-teal-200:disabled::-ms-input-placeholder {
    color: #b2f5ea;
  }

  .sm\:disabled\:placeholder-teal-200:disabled::placeholder {
    color: #b2f5ea;
  }

  .sm\:disabled\:placeholder-teal-300:disabled::-webkit-input-placeholder {
    color: #81e6d9;
  }

  .sm\:disabled\:placeholder-teal-300:disabled::-moz-placeholder {
    color: #81e6d9;
  }

  .sm\:disabled\:placeholder-teal-300:disabled:-ms-input-placeholder {
    color: #81e6d9;
  }

  .sm\:disabled\:placeholder-teal-300:disabled::-ms-input-placeholder {
    color: #81e6d9;
  }

  .sm\:disabled\:placeholder-teal-300:disabled::placeholder {
    color: #81e6d9;
  }

  .sm\:disabled\:placeholder-teal-400:disabled::-webkit-input-placeholder {
    color: #4fd1c5;
  }

  .sm\:disabled\:placeholder-teal-400:disabled::-moz-placeholder {
    color: #4fd1c5;
  }

  .sm\:disabled\:placeholder-teal-400:disabled:-ms-input-placeholder {
    color: #4fd1c5;
  }

  .sm\:disabled\:placeholder-teal-400:disabled::-ms-input-placeholder {
    color: #4fd1c5;
  }

  .sm\:disabled\:placeholder-teal-400:disabled::placeholder {
    color: #4fd1c5;
  }

  .sm\:disabled\:placeholder-teal-500:disabled::-webkit-input-placeholder {
    color: #38b2ac;
  }

  .sm\:disabled\:placeholder-teal-500:disabled::-moz-placeholder {
    color: #38b2ac;
  }

  .sm\:disabled\:placeholder-teal-500:disabled:-ms-input-placeholder {
    color: #38b2ac;
  }

  .sm\:disabled\:placeholder-teal-500:disabled::-ms-input-placeholder {
    color: #38b2ac;
  }

  .sm\:disabled\:placeholder-teal-500:disabled::placeholder {
    color: #38b2ac;
  }

  .sm\:disabled\:placeholder-teal-600:disabled::-webkit-input-placeholder {
    color: #319795;
  }

  .sm\:disabled\:placeholder-teal-600:disabled::-moz-placeholder {
    color: #319795;
  }

  .sm\:disabled\:placeholder-teal-600:disabled:-ms-input-placeholder {
    color: #319795;
  }

  .sm\:disabled\:placeholder-teal-600:disabled::-ms-input-placeholder {
    color: #319795;
  }

  .sm\:disabled\:placeholder-teal-600:disabled::placeholder {
    color: #319795;
  }

  .sm\:disabled\:placeholder-teal-700:disabled::-webkit-input-placeholder {
    color: #2c7a7b;
  }

  .sm\:disabled\:placeholder-teal-700:disabled::-moz-placeholder {
    color: #2c7a7b;
  }

  .sm\:disabled\:placeholder-teal-700:disabled:-ms-input-placeholder {
    color: #2c7a7b;
  }

  .sm\:disabled\:placeholder-teal-700:disabled::-ms-input-placeholder {
    color: #2c7a7b;
  }

  .sm\:disabled\:placeholder-teal-700:disabled::placeholder {
    color: #2c7a7b;
  }

  .sm\:disabled\:placeholder-teal-800:disabled::-webkit-input-placeholder {
    color: #285e61;
  }

  .sm\:disabled\:placeholder-teal-800:disabled::-moz-placeholder {
    color: #285e61;
  }

  .sm\:disabled\:placeholder-teal-800:disabled:-ms-input-placeholder {
    color: #285e61;
  }

  .sm\:disabled\:placeholder-teal-800:disabled::-ms-input-placeholder {
    color: #285e61;
  }

  .sm\:disabled\:placeholder-teal-800:disabled::placeholder {
    color: #285e61;
  }

  .sm\:disabled\:placeholder-teal-900:disabled::-webkit-input-placeholder {
    color: #234e52;
  }

  .sm\:disabled\:placeholder-teal-900:disabled::-moz-placeholder {
    color: #234e52;
  }

  .sm\:disabled\:placeholder-teal-900:disabled:-ms-input-placeholder {
    color: #234e52;
  }

  .sm\:disabled\:placeholder-teal-900:disabled::-ms-input-placeholder {
    color: #234e52;
  }

  .sm\:disabled\:placeholder-teal-900:disabled::placeholder {
    color: #234e52;
  }

  .sm\:disabled\:placeholder-blue-100:disabled::-webkit-input-placeholder {
    color: #ebf8ff;
  }

  .sm\:disabled\:placeholder-blue-100:disabled::-moz-placeholder {
    color: #ebf8ff;
  }

  .sm\:disabled\:placeholder-blue-100:disabled:-ms-input-placeholder {
    color: #ebf8ff;
  }

  .sm\:disabled\:placeholder-blue-100:disabled::-ms-input-placeholder {
    color: #ebf8ff;
  }

  .sm\:disabled\:placeholder-blue-100:disabled::placeholder {
    color: #ebf8ff;
  }

  .sm\:disabled\:placeholder-blue-200:disabled::-webkit-input-placeholder {
    color: #bee3f8;
  }

  .sm\:disabled\:placeholder-blue-200:disabled::-moz-placeholder {
    color: #bee3f8;
  }

  .sm\:disabled\:placeholder-blue-200:disabled:-ms-input-placeholder {
    color: #bee3f8;
  }

  .sm\:disabled\:placeholder-blue-200:disabled::-ms-input-placeholder {
    color: #bee3f8;
  }

  .sm\:disabled\:placeholder-blue-200:disabled::placeholder {
    color: #bee3f8;
  }

  .sm\:disabled\:placeholder-blue-300:disabled::-webkit-input-placeholder {
    color: #90cdf4;
  }

  .sm\:disabled\:placeholder-blue-300:disabled::-moz-placeholder {
    color: #90cdf4;
  }

  .sm\:disabled\:placeholder-blue-300:disabled:-ms-input-placeholder {
    color: #90cdf4;
  }

  .sm\:disabled\:placeholder-blue-300:disabled::-ms-input-placeholder {
    color: #90cdf4;
  }

  .sm\:disabled\:placeholder-blue-300:disabled::placeholder {
    color: #90cdf4;
  }

  .sm\:disabled\:placeholder-blue-400:disabled::-webkit-input-placeholder {
    color: #63b3ed;
  }

  .sm\:disabled\:placeholder-blue-400:disabled::-moz-placeholder {
    color: #63b3ed;
  }

  .sm\:disabled\:placeholder-blue-400:disabled:-ms-input-placeholder {
    color: #63b3ed;
  }

  .sm\:disabled\:placeholder-blue-400:disabled::-ms-input-placeholder {
    color: #63b3ed;
  }

  .sm\:disabled\:placeholder-blue-400:disabled::placeholder {
    color: #63b3ed;
  }

  .sm\:disabled\:placeholder-blue-500:disabled::-webkit-input-placeholder {
    color: #4299e1;
  }

  .sm\:disabled\:placeholder-blue-500:disabled::-moz-placeholder {
    color: #4299e1;
  }

  .sm\:disabled\:placeholder-blue-500:disabled:-ms-input-placeholder {
    color: #4299e1;
  }

  .sm\:disabled\:placeholder-blue-500:disabled::-ms-input-placeholder {
    color: #4299e1;
  }

  .sm\:disabled\:placeholder-blue-500:disabled::placeholder {
    color: #4299e1;
  }

  .sm\:disabled\:placeholder-blue-600:disabled::-webkit-input-placeholder {
    color: #3182ce;
  }

  .sm\:disabled\:placeholder-blue-600:disabled::-moz-placeholder {
    color: #3182ce;
  }

  .sm\:disabled\:placeholder-blue-600:disabled:-ms-input-placeholder {
    color: #3182ce;
  }

  .sm\:disabled\:placeholder-blue-600:disabled::-ms-input-placeholder {
    color: #3182ce;
  }

  .sm\:disabled\:placeholder-blue-600:disabled::placeholder {
    color: #3182ce;
  }

  .sm\:disabled\:placeholder-blue-700:disabled::-webkit-input-placeholder {
    color: #2b6cb0;
  }

  .sm\:disabled\:placeholder-blue-700:disabled::-moz-placeholder {
    color: #2b6cb0;
  }

  .sm\:disabled\:placeholder-blue-700:disabled:-ms-input-placeholder {
    color: #2b6cb0;
  }

  .sm\:disabled\:placeholder-blue-700:disabled::-ms-input-placeholder {
    color: #2b6cb0;
  }

  .sm\:disabled\:placeholder-blue-700:disabled::placeholder {
    color: #2b6cb0;
  }

  .sm\:disabled\:placeholder-blue-800:disabled::-webkit-input-placeholder {
    color: #2c5282;
  }

  .sm\:disabled\:placeholder-blue-800:disabled::-moz-placeholder {
    color: #2c5282;
  }

  .sm\:disabled\:placeholder-blue-800:disabled:-ms-input-placeholder {
    color: #2c5282;
  }

  .sm\:disabled\:placeholder-blue-800:disabled::-ms-input-placeholder {
    color: #2c5282;
  }

  .sm\:disabled\:placeholder-blue-800:disabled::placeholder {
    color: #2c5282;
  }

  .sm\:disabled\:placeholder-blue-900:disabled::-webkit-input-placeholder {
    color: #2a4365;
  }

  .sm\:disabled\:placeholder-blue-900:disabled::-moz-placeholder {
    color: #2a4365;
  }

  .sm\:disabled\:placeholder-blue-900:disabled:-ms-input-placeholder {
    color: #2a4365;
  }

  .sm\:disabled\:placeholder-blue-900:disabled::-ms-input-placeholder {
    color: #2a4365;
  }

  .sm\:disabled\:placeholder-blue-900:disabled::placeholder {
    color: #2a4365;
  }

  .sm\:disabled\:placeholder-indigo-100:disabled::-webkit-input-placeholder {
    color: #ebf4ff;
  }

  .sm\:disabled\:placeholder-indigo-100:disabled::-moz-placeholder {
    color: #ebf4ff;
  }

  .sm\:disabled\:placeholder-indigo-100:disabled:-ms-input-placeholder {
    color: #ebf4ff;
  }

  .sm\:disabled\:placeholder-indigo-100:disabled::-ms-input-placeholder {
    color: #ebf4ff;
  }

  .sm\:disabled\:placeholder-indigo-100:disabled::placeholder {
    color: #ebf4ff;
  }

  .sm\:disabled\:placeholder-indigo-200:disabled::-webkit-input-placeholder {
    color: #c3dafe;
  }

  .sm\:disabled\:placeholder-indigo-200:disabled::-moz-placeholder {
    color: #c3dafe;
  }

  .sm\:disabled\:placeholder-indigo-200:disabled:-ms-input-placeholder {
    color: #c3dafe;
  }

  .sm\:disabled\:placeholder-indigo-200:disabled::-ms-input-placeholder {
    color: #c3dafe;
  }

  .sm\:disabled\:placeholder-indigo-200:disabled::placeholder {
    color: #c3dafe;
  }

  .sm\:disabled\:placeholder-indigo-300:disabled::-webkit-input-placeholder {
    color: #a3bffa;
  }

  .sm\:disabled\:placeholder-indigo-300:disabled::-moz-placeholder {
    color: #a3bffa;
  }

  .sm\:disabled\:placeholder-indigo-300:disabled:-ms-input-placeholder {
    color: #a3bffa;
  }

  .sm\:disabled\:placeholder-indigo-300:disabled::-ms-input-placeholder {
    color: #a3bffa;
  }

  .sm\:disabled\:placeholder-indigo-300:disabled::placeholder {
    color: #a3bffa;
  }

  .sm\:disabled\:placeholder-indigo-400:disabled::-webkit-input-placeholder {
    color: #7f9cf5;
  }

  .sm\:disabled\:placeholder-indigo-400:disabled::-moz-placeholder {
    color: #7f9cf5;
  }

  .sm\:disabled\:placeholder-indigo-400:disabled:-ms-input-placeholder {
    color: #7f9cf5;
  }

  .sm\:disabled\:placeholder-indigo-400:disabled::-ms-input-placeholder {
    color: #7f9cf5;
  }

  .sm\:disabled\:placeholder-indigo-400:disabled::placeholder {
    color: #7f9cf5;
  }

  .sm\:disabled\:placeholder-indigo-500:disabled::-webkit-input-placeholder {
    color: #667eea;
  }

  .sm\:disabled\:placeholder-indigo-500:disabled::-moz-placeholder {
    color: #667eea;
  }

  .sm\:disabled\:placeholder-indigo-500:disabled:-ms-input-placeholder {
    color: #667eea;
  }

  .sm\:disabled\:placeholder-indigo-500:disabled::-ms-input-placeholder {
    color: #667eea;
  }

  .sm\:disabled\:placeholder-indigo-500:disabled::placeholder {
    color: #667eea;
  }

  .sm\:disabled\:placeholder-indigo-600:disabled::-webkit-input-placeholder {
    color: #5a67d8;
  }

  .sm\:disabled\:placeholder-indigo-600:disabled::-moz-placeholder {
    color: #5a67d8;
  }

  .sm\:disabled\:placeholder-indigo-600:disabled:-ms-input-placeholder {
    color: #5a67d8;
  }

  .sm\:disabled\:placeholder-indigo-600:disabled::-ms-input-placeholder {
    color: #5a67d8;
  }

  .sm\:disabled\:placeholder-indigo-600:disabled::placeholder {
    color: #5a67d8;
  }

  .sm\:disabled\:placeholder-indigo-700:disabled::-webkit-input-placeholder {
    color: #4c51bf;
  }

  .sm\:disabled\:placeholder-indigo-700:disabled::-moz-placeholder {
    color: #4c51bf;
  }

  .sm\:disabled\:placeholder-indigo-700:disabled:-ms-input-placeholder {
    color: #4c51bf;
  }

  .sm\:disabled\:placeholder-indigo-700:disabled::-ms-input-placeholder {
    color: #4c51bf;
  }

  .sm\:disabled\:placeholder-indigo-700:disabled::placeholder {
    color: #4c51bf;
  }

  .sm\:disabled\:placeholder-indigo-800:disabled::-webkit-input-placeholder {
    color: #434190;
  }

  .sm\:disabled\:placeholder-indigo-800:disabled::-moz-placeholder {
    color: #434190;
  }

  .sm\:disabled\:placeholder-indigo-800:disabled:-ms-input-placeholder {
    color: #434190;
  }

  .sm\:disabled\:placeholder-indigo-800:disabled::-ms-input-placeholder {
    color: #434190;
  }

  .sm\:disabled\:placeholder-indigo-800:disabled::placeholder {
    color: #434190;
  }

  .sm\:disabled\:placeholder-indigo-900:disabled::-webkit-input-placeholder {
    color: #3c366b;
  }

  .sm\:disabled\:placeholder-indigo-900:disabled::-moz-placeholder {
    color: #3c366b;
  }

  .sm\:disabled\:placeholder-indigo-900:disabled:-ms-input-placeholder {
    color: #3c366b;
  }

  .sm\:disabled\:placeholder-indigo-900:disabled::-ms-input-placeholder {
    color: #3c366b;
  }

  .sm\:disabled\:placeholder-indigo-900:disabled::placeholder {
    color: #3c366b;
  }

  .sm\:disabled\:placeholder-purple-100:disabled::-webkit-input-placeholder {
    color: #faf5ff;
  }

  .sm\:disabled\:placeholder-purple-100:disabled::-moz-placeholder {
    color: #faf5ff;
  }

  .sm\:disabled\:placeholder-purple-100:disabled:-ms-input-placeholder {
    color: #faf5ff;
  }

  .sm\:disabled\:placeholder-purple-100:disabled::-ms-input-placeholder {
    color: #faf5ff;
  }

  .sm\:disabled\:placeholder-purple-100:disabled::placeholder {
    color: #faf5ff;
  }

  .sm\:disabled\:placeholder-purple-200:disabled::-webkit-input-placeholder {
    color: #e9d8fd;
  }

  .sm\:disabled\:placeholder-purple-200:disabled::-moz-placeholder {
    color: #e9d8fd;
  }

  .sm\:disabled\:placeholder-purple-200:disabled:-ms-input-placeholder {
    color: #e9d8fd;
  }

  .sm\:disabled\:placeholder-purple-200:disabled::-ms-input-placeholder {
    color: #e9d8fd;
  }

  .sm\:disabled\:placeholder-purple-200:disabled::placeholder {
    color: #e9d8fd;
  }

  .sm\:disabled\:placeholder-purple-300:disabled::-webkit-input-placeholder {
    color: #d6bcfa;
  }

  .sm\:disabled\:placeholder-purple-300:disabled::-moz-placeholder {
    color: #d6bcfa;
  }

  .sm\:disabled\:placeholder-purple-300:disabled:-ms-input-placeholder {
    color: #d6bcfa;
  }

  .sm\:disabled\:placeholder-purple-300:disabled::-ms-input-placeholder {
    color: #d6bcfa;
  }

  .sm\:disabled\:placeholder-purple-300:disabled::placeholder {
    color: #d6bcfa;
  }

  .sm\:disabled\:placeholder-purple-400:disabled::-webkit-input-placeholder {
    color: #b794f4;
  }

  .sm\:disabled\:placeholder-purple-400:disabled::-moz-placeholder {
    color: #b794f4;
  }

  .sm\:disabled\:placeholder-purple-400:disabled:-ms-input-placeholder {
    color: #b794f4;
  }

  .sm\:disabled\:placeholder-purple-400:disabled::-ms-input-placeholder {
    color: #b794f4;
  }

  .sm\:disabled\:placeholder-purple-400:disabled::placeholder {
    color: #b794f4;
  }

  .sm\:disabled\:placeholder-purple-500:disabled::-webkit-input-placeholder {
    color: #9f7aea;
  }

  .sm\:disabled\:placeholder-purple-500:disabled::-moz-placeholder {
    color: #9f7aea;
  }

  .sm\:disabled\:placeholder-purple-500:disabled:-ms-input-placeholder {
    color: #9f7aea;
  }

  .sm\:disabled\:placeholder-purple-500:disabled::-ms-input-placeholder {
    color: #9f7aea;
  }

  .sm\:disabled\:placeholder-purple-500:disabled::placeholder {
    color: #9f7aea;
  }

  .sm\:disabled\:placeholder-purple-600:disabled::-webkit-input-placeholder {
    color: #805ad5;
  }

  .sm\:disabled\:placeholder-purple-600:disabled::-moz-placeholder {
    color: #805ad5;
  }

  .sm\:disabled\:placeholder-purple-600:disabled:-ms-input-placeholder {
    color: #805ad5;
  }

  .sm\:disabled\:placeholder-purple-600:disabled::-ms-input-placeholder {
    color: #805ad5;
  }

  .sm\:disabled\:placeholder-purple-600:disabled::placeholder {
    color: #805ad5;
  }

  .sm\:disabled\:placeholder-purple-700:disabled::-webkit-input-placeholder {
    color: #6b46c1;
  }

  .sm\:disabled\:placeholder-purple-700:disabled::-moz-placeholder {
    color: #6b46c1;
  }

  .sm\:disabled\:placeholder-purple-700:disabled:-ms-input-placeholder {
    color: #6b46c1;
  }

  .sm\:disabled\:placeholder-purple-700:disabled::-ms-input-placeholder {
    color: #6b46c1;
  }

  .sm\:disabled\:placeholder-purple-700:disabled::placeholder {
    color: #6b46c1;
  }

  .sm\:disabled\:placeholder-purple-800:disabled::-webkit-input-placeholder {
    color: #553c9a;
  }

  .sm\:disabled\:placeholder-purple-800:disabled::-moz-placeholder {
    color: #553c9a;
  }

  .sm\:disabled\:placeholder-purple-800:disabled:-ms-input-placeholder {
    color: #553c9a;
  }

  .sm\:disabled\:placeholder-purple-800:disabled::-ms-input-placeholder {
    color: #553c9a;
  }

  .sm\:disabled\:placeholder-purple-800:disabled::placeholder {
    color: #553c9a;
  }

  .sm\:disabled\:placeholder-purple-900:disabled::-webkit-input-placeholder {
    color: #44337a;
  }

  .sm\:disabled\:placeholder-purple-900:disabled::-moz-placeholder {
    color: #44337a;
  }

  .sm\:disabled\:placeholder-purple-900:disabled:-ms-input-placeholder {
    color: #44337a;
  }

  .sm\:disabled\:placeholder-purple-900:disabled::-ms-input-placeholder {
    color: #44337a;
  }

  .sm\:disabled\:placeholder-purple-900:disabled::placeholder {
    color: #44337a;
  }

  .sm\:disabled\:placeholder-pink-100:disabled::-webkit-input-placeholder {
    color: #fff5f7;
  }

  .sm\:disabled\:placeholder-pink-100:disabled::-moz-placeholder {
    color: #fff5f7;
  }

  .sm\:disabled\:placeholder-pink-100:disabled:-ms-input-placeholder {
    color: #fff5f7;
  }

  .sm\:disabled\:placeholder-pink-100:disabled::-ms-input-placeholder {
    color: #fff5f7;
  }

  .sm\:disabled\:placeholder-pink-100:disabled::placeholder {
    color: #fff5f7;
  }

  .sm\:disabled\:placeholder-pink-200:disabled::-webkit-input-placeholder {
    color: #fed7e2;
  }

  .sm\:disabled\:placeholder-pink-200:disabled::-moz-placeholder {
    color: #fed7e2;
  }

  .sm\:disabled\:placeholder-pink-200:disabled:-ms-input-placeholder {
    color: #fed7e2;
  }

  .sm\:disabled\:placeholder-pink-200:disabled::-ms-input-placeholder {
    color: #fed7e2;
  }

  .sm\:disabled\:placeholder-pink-200:disabled::placeholder {
    color: #fed7e2;
  }

  .sm\:disabled\:placeholder-pink-300:disabled::-webkit-input-placeholder {
    color: #fbb6ce;
  }

  .sm\:disabled\:placeholder-pink-300:disabled::-moz-placeholder {
    color: #fbb6ce;
  }

  .sm\:disabled\:placeholder-pink-300:disabled:-ms-input-placeholder {
    color: #fbb6ce;
  }

  .sm\:disabled\:placeholder-pink-300:disabled::-ms-input-placeholder {
    color: #fbb6ce;
  }

  .sm\:disabled\:placeholder-pink-300:disabled::placeholder {
    color: #fbb6ce;
  }

  .sm\:disabled\:placeholder-pink-400:disabled::-webkit-input-placeholder {
    color: #f687b3;
  }

  .sm\:disabled\:placeholder-pink-400:disabled::-moz-placeholder {
    color: #f687b3;
  }

  .sm\:disabled\:placeholder-pink-400:disabled:-ms-input-placeholder {
    color: #f687b3;
  }

  .sm\:disabled\:placeholder-pink-400:disabled::-ms-input-placeholder {
    color: #f687b3;
  }

  .sm\:disabled\:placeholder-pink-400:disabled::placeholder {
    color: #f687b3;
  }

  .sm\:disabled\:placeholder-pink-500:disabled::-webkit-input-placeholder {
    color: #ed64a6;
  }

  .sm\:disabled\:placeholder-pink-500:disabled::-moz-placeholder {
    color: #ed64a6;
  }

  .sm\:disabled\:placeholder-pink-500:disabled:-ms-input-placeholder {
    color: #ed64a6;
  }

  .sm\:disabled\:placeholder-pink-500:disabled::-ms-input-placeholder {
    color: #ed64a6;
  }

  .sm\:disabled\:placeholder-pink-500:disabled::placeholder {
    color: #ed64a6;
  }

  .sm\:disabled\:placeholder-pink-600:disabled::-webkit-input-placeholder {
    color: #d53f8c;
  }

  .sm\:disabled\:placeholder-pink-600:disabled::-moz-placeholder {
    color: #d53f8c;
  }

  .sm\:disabled\:placeholder-pink-600:disabled:-ms-input-placeholder {
    color: #d53f8c;
  }

  .sm\:disabled\:placeholder-pink-600:disabled::-ms-input-placeholder {
    color: #d53f8c;
  }

  .sm\:disabled\:placeholder-pink-600:disabled::placeholder {
    color: #d53f8c;
  }

  .sm\:disabled\:placeholder-pink-700:disabled::-webkit-input-placeholder {
    color: #b83280;
  }

  .sm\:disabled\:placeholder-pink-700:disabled::-moz-placeholder {
    color: #b83280;
  }

  .sm\:disabled\:placeholder-pink-700:disabled:-ms-input-placeholder {
    color: #b83280;
  }

  .sm\:disabled\:placeholder-pink-700:disabled::-ms-input-placeholder {
    color: #b83280;
  }

  .sm\:disabled\:placeholder-pink-700:disabled::placeholder {
    color: #b83280;
  }

  .sm\:disabled\:placeholder-pink-800:disabled::-webkit-input-placeholder {
    color: #97266d;
  }

  .sm\:disabled\:placeholder-pink-800:disabled::-moz-placeholder {
    color: #97266d;
  }

  .sm\:disabled\:placeholder-pink-800:disabled:-ms-input-placeholder {
    color: #97266d;
  }

  .sm\:disabled\:placeholder-pink-800:disabled::-ms-input-placeholder {
    color: #97266d;
  }

  .sm\:disabled\:placeholder-pink-800:disabled::placeholder {
    color: #97266d;
  }

  .sm\:disabled\:placeholder-pink-900:disabled::-webkit-input-placeholder {
    color: #702459;
  }

  .sm\:disabled\:placeholder-pink-900:disabled::-moz-placeholder {
    color: #702459;
  }

  .sm\:disabled\:placeholder-pink-900:disabled:-ms-input-placeholder {
    color: #702459;
  }

  .sm\:disabled\:placeholder-pink-900:disabled::-ms-input-placeholder {
    color: #702459;
  }

  .sm\:disabled\:placeholder-pink-900:disabled::placeholder {
    color: #702459;
  }

  .sm\:pointer-events-none {
    pointer-events: none;
  }

  .sm\:pointer-events-auto {
    pointer-events: auto;
  }

  .group:hover .sm\:group-hover\:pointer-events-none {
    pointer-events: none;
  }

  .group:hover .sm\:group-hover\:pointer-events-auto {
    pointer-events: auto;
  }

  .sm\:focus-within\:pointer-events-none:focus-within {
    pointer-events: none;
  }

  .sm\:focus-within\:pointer-events-auto:focus-within {
    pointer-events: auto;
  }

  .sm\:first\:pointer-events-none:first-child {
    pointer-events: none;
  }

  .sm\:first\:pointer-events-auto:first-child {
    pointer-events: auto;
  }

  .sm\:last\:pointer-events-none:last-child {
    pointer-events: none;
  }

  .sm\:last\:pointer-events-auto:last-child {
    pointer-events: auto;
  }

  .sm\:odd\:pointer-events-none:nth-child(odd) {
    pointer-events: none;
  }

  .sm\:odd\:pointer-events-auto:nth-child(odd) {
    pointer-events: auto;
  }

  .sm\:even\:pointer-events-none:nth-child(even) {
    pointer-events: none;
  }

  .sm\:even\:pointer-events-auto:nth-child(even) {
    pointer-events: auto;
  }

  .sm\:hover\:pointer-events-none:hover {
    pointer-events: none;
  }

  .sm\:hover\:pointer-events-auto:hover {
    pointer-events: auto;
  }

  .sm\:focus\:pointer-events-none:focus {
    pointer-events: none;
  }

  .sm\:focus\:pointer-events-auto:focus {
    pointer-events: auto;
  }

  .sm\:active\:pointer-events-none:active {
    pointer-events: none;
  }

  .sm\:active\:pointer-events-auto:active {
    pointer-events: auto;
  }

  .sm\:visited\:pointer-events-none:visited {
    pointer-events: none;
  }

  .sm\:visited\:pointer-events-auto:visited {
    pointer-events: auto;
  }

  .sm\:disabled\:pointer-events-none:disabled {
    pointer-events: none;
  }

  .sm\:disabled\:pointer-events-auto:disabled {
    pointer-events: auto;
  }

  .sm\:static {
    position: static;
  }

  .sm\:fixed {
    position: fixed;
  }

  .sm\:absolute {
    position: absolute;
  }

  .sm\:relative {
    position: relative;
  }

  .sm\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .group:hover .sm\:group-hover\:static {
    position: static;
  }

  .group:hover .sm\:group-hover\:fixed {
    position: fixed;
  }

  .group:hover .sm\:group-hover\:absolute {
    position: absolute;
  }

  .group:hover .sm\:group-hover\:relative {
    position: relative;
  }

  .group:hover .sm\:group-hover\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .sm\:focus-within\:static:focus-within {
    position: static;
  }

  .sm\:focus-within\:fixed:focus-within {
    position: fixed;
  }

  .sm\:focus-within\:absolute:focus-within {
    position: absolute;
  }

  .sm\:focus-within\:relative:focus-within {
    position: relative;
  }

  .sm\:focus-within\:sticky:focus-within {
    position: -webkit-sticky;
    position: sticky;
  }

  .sm\:first\:static:first-child {
    position: static;
  }

  .sm\:first\:fixed:first-child {
    position: fixed;
  }

  .sm\:first\:absolute:first-child {
    position: absolute;
  }

  .sm\:first\:relative:first-child {
    position: relative;
  }

  .sm\:first\:sticky:first-child {
    position: -webkit-sticky;
    position: sticky;
  }

  .sm\:last\:static:last-child {
    position: static;
  }

  .sm\:last\:fixed:last-child {
    position: fixed;
  }

  .sm\:last\:absolute:last-child {
    position: absolute;
  }

  .sm\:last\:relative:last-child {
    position: relative;
  }

  .sm\:last\:sticky:last-child {
    position: -webkit-sticky;
    position: sticky;
  }

  .sm\:odd\:static:nth-child(odd) {
    position: static;
  }

  .sm\:odd\:fixed:nth-child(odd) {
    position: fixed;
  }

  .sm\:odd\:absolute:nth-child(odd) {
    position: absolute;
  }

  .sm\:odd\:relative:nth-child(odd) {
    position: relative;
  }

  .sm\:odd\:sticky:nth-child(odd) {
    position: -webkit-sticky;
    position: sticky;
  }

  .sm\:even\:static:nth-child(even) {
    position: static;
  }

  .sm\:even\:fixed:nth-child(even) {
    position: fixed;
  }

  .sm\:even\:absolute:nth-child(even) {
    position: absolute;
  }

  .sm\:even\:relative:nth-child(even) {
    position: relative;
  }

  .sm\:even\:sticky:nth-child(even) {
    position: -webkit-sticky;
    position: sticky;
  }

  .sm\:hover\:static:hover {
    position: static;
  }

  .sm\:hover\:fixed:hover {
    position: fixed;
  }

  .sm\:hover\:absolute:hover {
    position: absolute;
  }

  .sm\:hover\:relative:hover {
    position: relative;
  }

  .sm\:hover\:sticky:hover {
    position: -webkit-sticky;
    position: sticky;
  }

  .sm\:focus\:static:focus {
    position: static;
  }

  .sm\:focus\:fixed:focus {
    position: fixed;
  }

  .sm\:focus\:absolute:focus {
    position: absolute;
  }

  .sm\:focus\:relative:focus {
    position: relative;
  }

  .sm\:focus\:sticky:focus {
    position: -webkit-sticky;
    position: sticky;
  }

  .sm\:active\:static:active {
    position: static;
  }

  .sm\:active\:fixed:active {
    position: fixed;
  }

  .sm\:active\:absolute:active {
    position: absolute;
  }

  .sm\:active\:relative:active {
    position: relative;
  }

  .sm\:active\:sticky:active {
    position: -webkit-sticky;
    position: sticky;
  }

  .sm\:visited\:static:visited {
    position: static;
  }

  .sm\:visited\:fixed:visited {
    position: fixed;
  }

  .sm\:visited\:absolute:visited {
    position: absolute;
  }

  .sm\:visited\:relative:visited {
    position: relative;
  }

  .sm\:visited\:sticky:visited {
    position: -webkit-sticky;
    position: sticky;
  }

  .sm\:disabled\:static:disabled {
    position: static;
  }

  .sm\:disabled\:fixed:disabled {
    position: fixed;
  }

  .sm\:disabled\:absolute:disabled {
    position: absolute;
  }

  .sm\:disabled\:relative:disabled {
    position: relative;
  }

  .sm\:disabled\:sticky:disabled {
    position: -webkit-sticky;
    position: sticky;
  }

  .sm\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .sm\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .sm\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .sm\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .sm\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .sm\:top-0 {
    top: 0;
  }

  .sm\:right-0 {
    right: 0;
  }

  .sm\:bottom-0 {
    bottom: 0;
  }

  .sm\:left-0 {
    left: 0;
  }

  .sm\:top-auto {
    top: auto;
  }

  .sm\:right-auto {
    right: auto;
  }

  .sm\:bottom-auto {
    bottom: auto;
  }

  .sm\:left-auto {
    left: auto;
  }

  .group:hover .sm\:group-hover\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .group:hover .sm\:group-hover\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .group:hover .sm\:group-hover\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .group:hover .sm\:group-hover\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .group:hover .sm\:group-hover\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .group:hover .sm\:group-hover\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .group:hover .sm\:group-hover\:top-0 {
    top: 0;
  }

  .group:hover .sm\:group-hover\:right-0 {
    right: 0;
  }

  .group:hover .sm\:group-hover\:bottom-0 {
    bottom: 0;
  }

  .group:hover .sm\:group-hover\:left-0 {
    left: 0;
  }

  .group:hover .sm\:group-hover\:top-auto {
    top: auto;
  }

  .group:hover .sm\:group-hover\:right-auto {
    right: auto;
  }

  .group:hover .sm\:group-hover\:bottom-auto {
    bottom: auto;
  }

  .group:hover .sm\:group-hover\:left-auto {
    left: auto;
  }

  .sm\:focus-within\:inset-0:focus-within {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .sm\:focus-within\:inset-auto:focus-within {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm\:focus-within\:inset-y-0:focus-within {
    top: 0;
    bottom: 0;
  }

  .sm\:focus-within\:inset-x-0:focus-within {
    right: 0;
    left: 0;
  }

  .sm\:focus-within\:inset-y-auto:focus-within {
    top: auto;
    bottom: auto;
  }

  .sm\:focus-within\:inset-x-auto:focus-within {
    right: auto;
    left: auto;
  }

  .sm\:focus-within\:top-0:focus-within {
    top: 0;
  }

  .sm\:focus-within\:right-0:focus-within {
    right: 0;
  }

  .sm\:focus-within\:bottom-0:focus-within {
    bottom: 0;
  }

  .sm\:focus-within\:left-0:focus-within {
    left: 0;
  }

  .sm\:focus-within\:top-auto:focus-within {
    top: auto;
  }

  .sm\:focus-within\:right-auto:focus-within {
    right: auto;
  }

  .sm\:focus-within\:bottom-auto:focus-within {
    bottom: auto;
  }

  .sm\:focus-within\:left-auto:focus-within {
    left: auto;
  }

  .sm\:first\:inset-0:first-child {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .sm\:first\:inset-auto:first-child {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm\:first\:inset-y-0:first-child {
    top: 0;
    bottom: 0;
  }

  .sm\:first\:inset-x-0:first-child {
    right: 0;
    left: 0;
  }

  .sm\:first\:inset-y-auto:first-child {
    top: auto;
    bottom: auto;
  }

  .sm\:first\:inset-x-auto:first-child {
    right: auto;
    left: auto;
  }

  .sm\:first\:top-0:first-child {
    top: 0;
  }

  .sm\:first\:right-0:first-child {
    right: 0;
  }

  .sm\:first\:bottom-0:first-child {
    bottom: 0;
  }

  .sm\:first\:left-0:first-child {
    left: 0;
  }

  .sm\:first\:top-auto:first-child {
    top: auto;
  }

  .sm\:first\:right-auto:first-child {
    right: auto;
  }

  .sm\:first\:bottom-auto:first-child {
    bottom: auto;
  }

  .sm\:first\:left-auto:first-child {
    left: auto;
  }

  .sm\:last\:inset-0:last-child {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .sm\:last\:inset-auto:last-child {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm\:last\:inset-y-0:last-child {
    top: 0;
    bottom: 0;
  }

  .sm\:last\:inset-x-0:last-child {
    right: 0;
    left: 0;
  }

  .sm\:last\:inset-y-auto:last-child {
    top: auto;
    bottom: auto;
  }

  .sm\:last\:inset-x-auto:last-child {
    right: auto;
    left: auto;
  }

  .sm\:last\:top-0:last-child {
    top: 0;
  }

  .sm\:last\:right-0:last-child {
    right: 0;
  }

  .sm\:last\:bottom-0:last-child {
    bottom: 0;
  }

  .sm\:last\:left-0:last-child {
    left: 0;
  }

  .sm\:last\:top-auto:last-child {
    top: auto;
  }

  .sm\:last\:right-auto:last-child {
    right: auto;
  }

  .sm\:last\:bottom-auto:last-child {
    bottom: auto;
  }

  .sm\:last\:left-auto:last-child {
    left: auto;
  }

  .sm\:odd\:inset-0:nth-child(odd) {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .sm\:odd\:inset-auto:nth-child(odd) {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm\:odd\:inset-y-0:nth-child(odd) {
    top: 0;
    bottom: 0;
  }

  .sm\:odd\:inset-x-0:nth-child(odd) {
    right: 0;
    left: 0;
  }

  .sm\:odd\:inset-y-auto:nth-child(odd) {
    top: auto;
    bottom: auto;
  }

  .sm\:odd\:inset-x-auto:nth-child(odd) {
    right: auto;
    left: auto;
  }

  .sm\:odd\:top-0:nth-child(odd) {
    top: 0;
  }

  .sm\:odd\:right-0:nth-child(odd) {
    right: 0;
  }

  .sm\:odd\:bottom-0:nth-child(odd) {
    bottom: 0;
  }

  .sm\:odd\:left-0:nth-child(odd) {
    left: 0;
  }

  .sm\:odd\:top-auto:nth-child(odd) {
    top: auto;
  }

  .sm\:odd\:right-auto:nth-child(odd) {
    right: auto;
  }

  .sm\:odd\:bottom-auto:nth-child(odd) {
    bottom: auto;
  }

  .sm\:odd\:left-auto:nth-child(odd) {
    left: auto;
  }

  .sm\:even\:inset-0:nth-child(even) {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .sm\:even\:inset-auto:nth-child(even) {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm\:even\:inset-y-0:nth-child(even) {
    top: 0;
    bottom: 0;
  }

  .sm\:even\:inset-x-0:nth-child(even) {
    right: 0;
    left: 0;
  }

  .sm\:even\:inset-y-auto:nth-child(even) {
    top: auto;
    bottom: auto;
  }

  .sm\:even\:inset-x-auto:nth-child(even) {
    right: auto;
    left: auto;
  }

  .sm\:even\:top-0:nth-child(even) {
    top: 0;
  }

  .sm\:even\:right-0:nth-child(even) {
    right: 0;
  }

  .sm\:even\:bottom-0:nth-child(even) {
    bottom: 0;
  }

  .sm\:even\:left-0:nth-child(even) {
    left: 0;
  }

  .sm\:even\:top-auto:nth-child(even) {
    top: auto;
  }

  .sm\:even\:right-auto:nth-child(even) {
    right: auto;
  }

  .sm\:even\:bottom-auto:nth-child(even) {
    bottom: auto;
  }

  .sm\:even\:left-auto:nth-child(even) {
    left: auto;
  }

  .sm\:hover\:inset-0:hover {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .sm\:hover\:inset-auto:hover {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm\:hover\:inset-y-0:hover {
    top: 0;
    bottom: 0;
  }

  .sm\:hover\:inset-x-0:hover {
    right: 0;
    left: 0;
  }

  .sm\:hover\:inset-y-auto:hover {
    top: auto;
    bottom: auto;
  }

  .sm\:hover\:inset-x-auto:hover {
    right: auto;
    left: auto;
  }

  .sm\:hover\:top-0:hover {
    top: 0;
  }

  .sm\:hover\:right-0:hover {
    right: 0;
  }

  .sm\:hover\:bottom-0:hover {
    bottom: 0;
  }

  .sm\:hover\:left-0:hover {
    left: 0;
  }

  .sm\:hover\:top-auto:hover {
    top: auto;
  }

  .sm\:hover\:right-auto:hover {
    right: auto;
  }

  .sm\:hover\:bottom-auto:hover {
    bottom: auto;
  }

  .sm\:hover\:left-auto:hover {
    left: auto;
  }

  .sm\:focus\:inset-0:focus {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .sm\:focus\:inset-auto:focus {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm\:focus\:inset-y-0:focus {
    top: 0;
    bottom: 0;
  }

  .sm\:focus\:inset-x-0:focus {
    right: 0;
    left: 0;
  }

  .sm\:focus\:inset-y-auto:focus {
    top: auto;
    bottom: auto;
  }

  .sm\:focus\:inset-x-auto:focus {
    right: auto;
    left: auto;
  }

  .sm\:focus\:top-0:focus {
    top: 0;
  }

  .sm\:focus\:right-0:focus {
    right: 0;
  }

  .sm\:focus\:bottom-0:focus {
    bottom: 0;
  }

  .sm\:focus\:left-0:focus {
    left: 0;
  }

  .sm\:focus\:top-auto:focus {
    top: auto;
  }

  .sm\:focus\:right-auto:focus {
    right: auto;
  }

  .sm\:focus\:bottom-auto:focus {
    bottom: auto;
  }

  .sm\:focus\:left-auto:focus {
    left: auto;
  }

  .sm\:active\:inset-0:active {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .sm\:active\:inset-auto:active {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm\:active\:inset-y-0:active {
    top: 0;
    bottom: 0;
  }

  .sm\:active\:inset-x-0:active {
    right: 0;
    left: 0;
  }

  .sm\:active\:inset-y-auto:active {
    top: auto;
    bottom: auto;
  }

  .sm\:active\:inset-x-auto:active {
    right: auto;
    left: auto;
  }

  .sm\:active\:top-0:active {
    top: 0;
  }

  .sm\:active\:right-0:active {
    right: 0;
  }

  .sm\:active\:bottom-0:active {
    bottom: 0;
  }

  .sm\:active\:left-0:active {
    left: 0;
  }

  .sm\:active\:top-auto:active {
    top: auto;
  }

  .sm\:active\:right-auto:active {
    right: auto;
  }

  .sm\:active\:bottom-auto:active {
    bottom: auto;
  }

  .sm\:active\:left-auto:active {
    left: auto;
  }

  .sm\:visited\:inset-0:visited {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .sm\:visited\:inset-auto:visited {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm\:visited\:inset-y-0:visited {
    top: 0;
    bottom: 0;
  }

  .sm\:visited\:inset-x-0:visited {
    right: 0;
    left: 0;
  }

  .sm\:visited\:inset-y-auto:visited {
    top: auto;
    bottom: auto;
  }

  .sm\:visited\:inset-x-auto:visited {
    right: auto;
    left: auto;
  }

  .sm\:visited\:top-0:visited {
    top: 0;
  }

  .sm\:visited\:right-0:visited {
    right: 0;
  }

  .sm\:visited\:bottom-0:visited {
    bottom: 0;
  }

  .sm\:visited\:left-0:visited {
    left: 0;
  }

  .sm\:visited\:top-auto:visited {
    top: auto;
  }

  .sm\:visited\:right-auto:visited {
    right: auto;
  }

  .sm\:visited\:bottom-auto:visited {
    bottom: auto;
  }

  .sm\:visited\:left-auto:visited {
    left: auto;
  }

  .sm\:disabled\:inset-0:disabled {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .sm\:disabled\:inset-auto:disabled {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm\:disabled\:inset-y-0:disabled {
    top: 0;
    bottom: 0;
  }

  .sm\:disabled\:inset-x-0:disabled {
    right: 0;
    left: 0;
  }

  .sm\:disabled\:inset-y-auto:disabled {
    top: auto;
    bottom: auto;
  }

  .sm\:disabled\:inset-x-auto:disabled {
    right: auto;
    left: auto;
  }

  .sm\:disabled\:top-0:disabled {
    top: 0;
  }

  .sm\:disabled\:right-0:disabled {
    right: 0;
  }

  .sm\:disabled\:bottom-0:disabled {
    bottom: 0;
  }

  .sm\:disabled\:left-0:disabled {
    left: 0;
  }

  .sm\:disabled\:top-auto:disabled {
    top: auto;
  }

  .sm\:disabled\:right-auto:disabled {
    right: auto;
  }

  .sm\:disabled\:bottom-auto:disabled {
    bottom: auto;
  }

  .sm\:disabled\:left-auto:disabled {
    left: auto;
  }

  .sm\:resize-none {
    resize: none;
  }

  .sm\:resize-y {
    resize: vertical;
  }

  .sm\:resize-x {
    resize: horizontal;
  }

  .sm\:resize {
    resize: both;
  }

  .group:hover .sm\:group-hover\:resize-none {
    resize: none;
  }

  .group:hover .sm\:group-hover\:resize-y {
    resize: vertical;
  }

  .group:hover .sm\:group-hover\:resize-x {
    resize: horizontal;
  }

  .group:hover .sm\:group-hover\:resize {
    resize: both;
  }

  .sm\:focus-within\:resize-none:focus-within {
    resize: none;
  }

  .sm\:focus-within\:resize-y:focus-within {
    resize: vertical;
  }

  .sm\:focus-within\:resize-x:focus-within {
    resize: horizontal;
  }

  .sm\:focus-within\:resize:focus-within {
    resize: both;
  }

  .sm\:first\:resize-none:first-child {
    resize: none;
  }

  .sm\:first\:resize-y:first-child {
    resize: vertical;
  }

  .sm\:first\:resize-x:first-child {
    resize: horizontal;
  }

  .sm\:first\:resize:first-child {
    resize: both;
  }

  .sm\:last\:resize-none:last-child {
    resize: none;
  }

  .sm\:last\:resize-y:last-child {
    resize: vertical;
  }

  .sm\:last\:resize-x:last-child {
    resize: horizontal;
  }

  .sm\:last\:resize:last-child {
    resize: both;
  }

  .sm\:odd\:resize-none:nth-child(odd) {
    resize: none;
  }

  .sm\:odd\:resize-y:nth-child(odd) {
    resize: vertical;
  }

  .sm\:odd\:resize-x:nth-child(odd) {
    resize: horizontal;
  }

  .sm\:odd\:resize:nth-child(odd) {
    resize: both;
  }

  .sm\:even\:resize-none:nth-child(even) {
    resize: none;
  }

  .sm\:even\:resize-y:nth-child(even) {
    resize: vertical;
  }

  .sm\:even\:resize-x:nth-child(even) {
    resize: horizontal;
  }

  .sm\:even\:resize:nth-child(even) {
    resize: both;
  }

  .sm\:hover\:resize-none:hover {
    resize: none;
  }

  .sm\:hover\:resize-y:hover {
    resize: vertical;
  }

  .sm\:hover\:resize-x:hover {
    resize: horizontal;
  }

  .sm\:hover\:resize:hover {
    resize: both;
  }

  .sm\:focus\:resize-none:focus {
    resize: none;
  }

  .sm\:focus\:resize-y:focus {
    resize: vertical;
  }

  .sm\:focus\:resize-x:focus {
    resize: horizontal;
  }

  .sm\:focus\:resize:focus {
    resize: both;
  }

  .sm\:active\:resize-none:active {
    resize: none;
  }

  .sm\:active\:resize-y:active {
    resize: vertical;
  }

  .sm\:active\:resize-x:active {
    resize: horizontal;
  }

  .sm\:active\:resize:active {
    resize: both;
  }

  .sm\:visited\:resize-none:visited {
    resize: none;
  }

  .sm\:visited\:resize-y:visited {
    resize: vertical;
  }

  .sm\:visited\:resize-x:visited {
    resize: horizontal;
  }

  .sm\:visited\:resize:visited {
    resize: both;
  }

  .sm\:disabled\:resize-none:disabled {
    resize: none;
  }

  .sm\:disabled\:resize-y:disabled {
    resize: vertical;
  }

  .sm\:disabled\:resize-x:disabled {
    resize: horizontal;
  }

  .sm\:disabled\:resize:disabled {
    resize: both;
  }

  .sm\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\: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\: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\: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\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .sm\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .sm\:shadow-none {
    box-shadow: none;
  }

  .group:hover .sm\:group-hover\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .group:hover .sm\:group-hover\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .group:hover .sm\:group-hover\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .group:hover .sm\:group-hover\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .group:hover .sm\:group-hover\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .group:hover .sm\:group-hover\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .group:hover .sm\:group-hover\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .group:hover .sm\:group-hover\:shadow-none {
    box-shadow: none;
  }

  .sm\:focus-within\:shadow:focus-within {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:focus-within\:shadow-md:focus-within {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .sm\:focus-within\:shadow-lg:focus-within {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .sm\:focus-within\:shadow-xl:focus-within {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .sm\:focus-within\:shadow-2xl:focus-within {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .sm\:focus-within\:shadow-inner:focus-within {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:focus-within\:shadow-outline:focus-within {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .sm\:focus-within\:shadow-none:focus-within {
    box-shadow: none;
  }

  .sm\:first\:shadow:first-child {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:first\:shadow-md:first-child {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .sm\:first\:shadow-lg:first-child {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .sm\:first\:shadow-xl:first-child {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .sm\:first\:shadow-2xl:first-child {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .sm\:first\:shadow-inner:first-child {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:first\:shadow-outline:first-child {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .sm\:first\:shadow-none:first-child {
    box-shadow: none;
  }

  .sm\:last\:shadow:last-child {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:last\:shadow-md:last-child {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .sm\:last\:shadow-lg:last-child {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .sm\:last\:shadow-xl:last-child {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .sm\:last\:shadow-2xl:last-child {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .sm\:last\:shadow-inner:last-child {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:last\:shadow-outline:last-child {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .sm\:last\:shadow-none:last-child {
    box-shadow: none;
  }

  .sm\:odd\:shadow:nth-child(odd) {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:odd\:shadow-md:nth-child(odd) {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .sm\:odd\:shadow-lg:nth-child(odd) {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .sm\:odd\:shadow-xl:nth-child(odd) {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .sm\:odd\:shadow-2xl:nth-child(odd) {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .sm\:odd\:shadow-inner:nth-child(odd) {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:odd\:shadow-outline:nth-child(odd) {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .sm\:odd\:shadow-none:nth-child(odd) {
    box-shadow: none;
  }

  .sm\:even\:shadow:nth-child(even) {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:even\:shadow-md:nth-child(even) {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .sm\:even\:shadow-lg:nth-child(even) {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .sm\:even\:shadow-xl:nth-child(even) {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .sm\:even\:shadow-2xl:nth-child(even) {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .sm\:even\:shadow-inner:nth-child(even) {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:even\:shadow-outline:nth-child(even) {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .sm\:even\:shadow-none:nth-child(even) {
    box-shadow: none;
  }

  .sm\:hover\: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\: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\: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\: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\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .sm\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .sm\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  .sm\:focus\: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\: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\: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\: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\:shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .sm\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .sm\:focus\:shadow-none:focus {
    box-shadow: none;
  }

  .sm\:active\:shadow:active {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:active\:shadow-md:active {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .sm\:active\:shadow-lg:active {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .sm\:active\:shadow-xl:active {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .sm\:active\:shadow-2xl:active {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .sm\:active\:shadow-inner:active {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:active\:shadow-outline:active {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .sm\:active\:shadow-none:active {
    box-shadow: none;
  }

  .sm\:visited\:shadow:visited {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:visited\:shadow-md:visited {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .sm\:visited\:shadow-lg:visited {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .sm\:visited\:shadow-xl:visited {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .sm\:visited\:shadow-2xl:visited {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .sm\:visited\:shadow-inner:visited {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:visited\:shadow-outline:visited {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .sm\:visited\:shadow-none:visited {
    box-shadow: none;
  }

  .sm\:disabled\:shadow:disabled {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:disabled\:shadow-md:disabled {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .sm\:disabled\:shadow-lg:disabled {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .sm\:disabled\:shadow-xl:disabled {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .sm\:disabled\:shadow-2xl:disabled {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .sm\:disabled\:shadow-inner:disabled {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:disabled\:shadow-outline:disabled {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .sm\:disabled\:shadow-none:disabled {
    box-shadow: none;
  }

  .sm\:fill-current {
    fill: currentColor;
  }

  .group:hover .sm\:group-hover\:fill-current {
    fill: currentColor;
  }

  .sm\:focus-within\:fill-current:focus-within {
    fill: currentColor;
  }

  .sm\:first\:fill-current:first-child {
    fill: currentColor;
  }

  .sm\:last\:fill-current:last-child {
    fill: currentColor;
  }

  .sm\:odd\:fill-current:nth-child(odd) {
    fill: currentColor;
  }

  .sm\:even\:fill-current:nth-child(even) {
    fill: currentColor;
  }

  .sm\:hover\:fill-current:hover {
    fill: currentColor;
  }

  .sm\:focus\:fill-current:focus {
    fill: currentColor;
  }

  .sm\:active\:fill-current:active {
    fill: currentColor;
  }

  .sm\:visited\:fill-current:visited {
    fill: currentColor;
  }

  .sm\:disabled\:fill-current:disabled {
    fill: currentColor;
  }

  .sm\:stroke-current {
    stroke: currentColor;
  }

  .group:hover .sm\:group-hover\:stroke-current {
    stroke: currentColor;
  }

  .sm\:focus-within\:stroke-current:focus-within {
    stroke: currentColor;
  }

  .sm\:first\:stroke-current:first-child {
    stroke: currentColor;
  }

  .sm\:last\:stroke-current:last-child {
    stroke: currentColor;
  }

  .sm\:odd\:stroke-current:nth-child(odd) {
    stroke: currentColor;
  }

  .sm\:even\:stroke-current:nth-child(even) {
    stroke: currentColor;
  }

  .sm\:hover\:stroke-current:hover {
    stroke: currentColor;
  }

  .sm\:focus\:stroke-current:focus {
    stroke: currentColor;
  }

  .sm\:active\:stroke-current:active {
    stroke: currentColor;
  }

  .sm\:visited\:stroke-current:visited {
    stroke: currentColor;
  }

  .sm\:disabled\:stroke-current:disabled {
    stroke: currentColor;
  }

  .sm\:table-auto {
    table-layout: auto;
  }

  .sm\:table-fixed {
    table-layout: fixed;
  }

  .group:hover .sm\:group-hover\:table-auto {
    table-layout: auto;
  }

  .group:hover .sm\:group-hover\:table-fixed {
    table-layout: fixed;
  }

  .sm\:focus-within\:table-auto:focus-within {
    table-layout: auto;
  }

  .sm\:focus-within\:table-fixed:focus-within {
    table-layout: fixed;
  }

  .sm\:first\:table-auto:first-child {
    table-layout: auto;
  }

  .sm\:first\:table-fixed:first-child {
    table-layout: fixed;
  }

  .sm\:last\:table-auto:last-child {
    table-layout: auto;
  }

  .sm\:last\:table-fixed:last-child {
    table-layout: fixed;
  }

  .sm\:odd\:table-auto:nth-child(odd) {
    table-layout: auto;
  }

  .sm\:odd\:table-fixed:nth-child(odd) {
    table-layout: fixed;
  }

  .sm\:even\:table-auto:nth-child(even) {
    table-layout: auto;
  }

  .sm\:even\:table-fixed:nth-child(even) {
    table-layout: fixed;
  }

  .sm\:hover\:table-auto:hover {
    table-layout: auto;
  }

  .sm\:hover\:table-fixed:hover {
    table-layout: fixed;
  }

  .sm\:focus\:table-auto:focus {
    table-layout: auto;
  }

  .sm\:focus\:table-fixed:focus {
    table-layout: fixed;
  }

  .sm\:active\:table-auto:active {
    table-layout: auto;
  }

  .sm\:active\:table-fixed:active {
    table-layout: fixed;
  }

  .sm\:visited\:table-auto:visited {
    table-layout: auto;
  }

  .sm\:visited\:table-fixed:visited {
    table-layout: fixed;
  }

  .sm\:disabled\:table-auto:disabled {
    table-layout: auto;
  }

  .sm\:disabled\:table-fixed:disabled {
    table-layout: fixed;
  }

  .sm\:text-left {
    text-align: left;
  }

  .sm\:text-center {
    text-align: center;
  }

  .sm\:text-right {
    text-align: right;
  }

  .sm\:text-justify {
    text-align: justify;
  }

  .group:hover .sm\:group-hover\:text-left {
    text-align: left;
  }

  .group:hover .sm\:group-hover\:text-center {
    text-align: center;
  }

  .group:hover .sm\:group-hover\:text-right {
    text-align: right;
  }

  .group:hover .sm\:group-hover\:text-justify {
    text-align: justify;
  }

  .sm\:focus-within\:text-left:focus-within {
    text-align: left;
  }

  .sm\:focus-within\:text-center:focus-within {
    text-align: center;
  }

  .sm\:focus-within\:text-right:focus-within {
    text-align: right;
  }

  .sm\:focus-within\:text-justify:focus-within {
    text-align: justify;
  }

  .sm\:first\:text-left:first-child {
    text-align: left;
  }

  .sm\:first\:text-center:first-child {
    text-align: center;
  }

  .sm\:first\:text-right:first-child {
    text-align: right;
  }

  .sm\:first\:text-justify:first-child {
    text-align: justify;
  }

  .sm\:last\:text-left:last-child {
    text-align: left;
  }

  .sm\:last\:text-center:last-child {
    text-align: center;
  }

  .sm\:last\:text-right:last-child {
    text-align: right;
  }

  .sm\:last\:text-justify:last-child {
    text-align: justify;
  }

  .sm\:odd\:text-left:nth-child(odd) {
    text-align: left;
  }

  .sm\:odd\:text-center:nth-child(odd) {
    text-align: center;
  }

  .sm\:odd\:text-right:nth-child(odd) {
    text-align: right;
  }

  .sm\:odd\:text-justify:nth-child(odd) {
    text-align: justify;
  }

  .sm\:even\:text-left:nth-child(even) {
    text-align: left;
  }

  .sm\:even\:text-center:nth-child(even) {
    text-align: center;
  }

  .sm\:even\:text-right:nth-child(even) {
    text-align: right;
  }

  .sm\:even\:text-justify:nth-child(even) {
    text-align: justify;
  }

  .sm\:hover\:text-left:hover {
    text-align: left;
  }

  .sm\:hover\:text-center:hover {
    text-align: center;
  }

  .sm\:hover\:text-right:hover {
    text-align: right;
  }

  .sm\:hover\:text-justify:hover {
    text-align: justify;
  }

  .sm\:focus\:text-left:focus {
    text-align: left;
  }

  .sm\:focus\:text-center:focus {
    text-align: center;
  }

  .sm\:focus\:text-right:focus {
    text-align: right;
  }

  .sm\:focus\:text-justify:focus {
    text-align: justify;
  }

  .sm\:active\:text-left:active {
    text-align: left;
  }

  .sm\:active\:text-center:active {
    text-align: center;
  }

  .sm\:active\:text-right:active {
    text-align: right;
  }

  .sm\:active\:text-justify:active {
    text-align: justify;
  }

  .sm\:visited\:text-left:visited {
    text-align: left;
  }

  .sm\:visited\:text-center:visited {
    text-align: center;
  }

  .sm\:visited\:text-right:visited {
    text-align: right;
  }

  .sm\:visited\:text-justify:visited {
    text-align: justify;
  }

  .sm\:disabled\:text-left:disabled {
    text-align: left;
  }

  .sm\:disabled\:text-center:disabled {
    text-align: center;
  }

  .sm\:disabled\:text-right:disabled {
    text-align: right;
  }

  .sm\:disabled\:text-justify:disabled {
    text-align: justify;
  }

  .sm\:text-transparent {
    color: transparent;
  }

  .sm\:text-black {
    color: #000;
  }

  .sm\:text-white {
    color: #fff;
  }

  .sm\:text-gray-100 {
    color: #f7fafc;
  }

  .sm\:text-gray-200 {
    color: #edf2f7;
  }

  .sm\:text-gray-300 {
    color: #e2e8f0;
  }

  .sm\:text-gray-400 {
    color: #cbd5e0;
  }

  .sm\:text-gray-500 {
    color: #a0aec0;
  }

  .sm\:text-gray-600 {
    color: #718096;
  }

  .sm\:text-gray-700 {
    color: #4a5568;
  }

  .sm\:text-gray-800 {
    color: #2d3748;
  }

  .sm\:text-gray-900 {
    color: #1a202c;
  }

  .sm\:text-red-100 {
    color: #fff5f5;
  }

  .sm\:text-red-200 {
    color: #fed7d7;
  }

  .sm\:text-red-300 {
    color: #feb2b2;
  }

  .sm\:text-red-400 {
    color: #fc8181;
  }

  .sm\:text-red-500 {
    color: #f56565;
  }

  .sm\:text-red-600 {
    color: #e53e3e;
  }

  .sm\:text-red-700 {
    color: #c53030;
  }

  .sm\:text-red-800 {
    color: #9b2c2c;
  }

  .sm\:text-red-900 {
    color: #742a2a;
  }

  .sm\:text-orange-100 {
    color: #fffaf0;
  }

  .sm\:text-orange-200 {
    color: #feebc8;
  }

  .sm\:text-orange-300 {
    color: #fbd38d;
  }

  .sm\:text-orange-400 {
    color: #f6ad55;
  }

  .sm\:text-orange-500 {
    color: #ed8936;
  }

  .sm\:text-orange-600 {
    color: #dd6b20;
  }

  .sm\:text-orange-700 {
    color: #c05621;
  }

  .sm\:text-orange-800 {
    color: #9c4221;
  }

  .sm\:text-orange-900 {
    color: #7b341e;
  }

  .sm\:text-yellow-100 {
    color: #fffff0;
  }

  .sm\:text-yellow-200 {
    color: #fefcbf;
  }

  .sm\:text-yellow-300 {
    color: #faf089;
  }

  .sm\:text-yellow-400 {
    color: #f6e05e;
  }

  .sm\:text-yellow-500 {
    color: #ecc94b;
  }

  .sm\:text-yellow-600 {
    color: #d69e2e;
  }

  .sm\:text-yellow-700 {
    color: #b7791f;
  }

  .sm\:text-yellow-800 {
    color: #975a16;
  }

  .sm\:text-yellow-900 {
    color: #744210;
  }

  .sm\:text-green-100 {
    color: #f0fff4;
  }

  .sm\:text-green-200 {
    color: #c6f6d5;
  }

  .sm\:text-green-300 {
    color: #9ae6b4;
  }

  .sm\:text-green-400 {
    color: #68d391;
  }

  .sm\:text-green-500 {
    color: #48bb78;
  }

  .sm\:text-green-600 {
    color: #38a169;
  }

  .sm\:text-green-700 {
    color: #2f855a;
  }

  .sm\:text-green-800 {
    color: #276749;
  }

  .sm\:text-green-900 {
    color: #22543d;
  }

  .sm\:text-teal-100 {
    color: #e6fffa;
  }

  .sm\:text-teal-200 {
    color: #b2f5ea;
  }

  .sm\:text-teal-300 {
    color: #81e6d9;
  }

  .sm\:text-teal-400 {
    color: #4fd1c5;
  }

  .sm\:text-teal-500 {
    color: #38b2ac;
  }

  .sm\:text-teal-600 {
    color: #319795;
  }

  .sm\:text-teal-700 {
    color: #2c7a7b;
  }

  .sm\:text-teal-800 {
    color: #285e61;
  }

  .sm\:text-teal-900 {
    color: #234e52;
  }

  .sm\:text-blue-100 {
    color: #ebf8ff;
  }

  .sm\:text-blue-200 {
    color: #bee3f8;
  }

  .sm\:text-blue-300 {
    color: #90cdf4;
  }

  .sm\:text-blue-400 {
    color: #63b3ed;
  }

  .sm\:text-blue-500 {
    color: #4299e1;
  }

  .sm\:text-blue-600 {
    color: #3182ce;
  }

  .sm\:text-blue-700 {
    color: #2b6cb0;
  }

  .sm\:text-blue-800 {
    color: #2c5282;
  }

  .sm\:text-blue-900 {
    color: #2a4365;
  }

  .sm\:text-indigo-100 {
    color: #ebf4ff;
  }

  .sm\:text-indigo-200 {
    color: #c3dafe;
  }

  .sm\:text-indigo-300 {
    color: #a3bffa;
  }

  .sm\:text-indigo-400 {
    color: #7f9cf5;
  }

  .sm\:text-indigo-500 {
    color: #667eea;
  }

  .sm\:text-indigo-600 {
    color: #5a67d8;
  }

  .sm\:text-indigo-700 {
    color: #4c51bf;
  }

  .sm\:text-indigo-800 {
    color: #434190;
  }

  .sm\:text-indigo-900 {
    color: #3c366b;
  }

  .sm\:text-purple-100 {
    color: #faf5ff;
  }

  .sm\:text-purple-200 {
    color: #e9d8fd;
  }

  .sm\:text-purple-300 {
    color: #d6bcfa;
  }

  .sm\:text-purple-400 {
    color: #b794f4;
  }

  .sm\:text-purple-500 {
    color: #9f7aea;
  }

  .sm\:text-purple-600 {
    color: #805ad5;
  }

  .sm\:text-purple-700 {
    color: #6b46c1;
  }

  .sm\:text-purple-800 {
    color: #553c9a;
  }

  .sm\:text-purple-900 {
    color: #44337a;
  }

  .sm\:text-pink-100 {
    color: #fff5f7;
  }

  .sm\:text-pink-200 {
    color: #fed7e2;
  }

  .sm\:text-pink-300 {
    color: #fbb6ce;
  }

  .sm\:text-pink-400 {
    color: #f687b3;
  }

  .sm\:text-pink-500 {
    color: #ed64a6;
  }

  .sm\:text-pink-600 {
    color: #d53f8c;
  }

  .sm\:text-pink-700 {
    color: #b83280;
  }

  .sm\:text-pink-800 {
    color: #97266d;
  }

  .sm\:text-pink-900 {
    color: #702459;
  }

  .group:hover .sm\:group-hover\:text-transparent {
    color: transparent;
  }

  .group:hover .sm\:group-hover\:text-black {
    color: #000;
  }

  .group:hover .sm\:group-hover\:text-white {
    color: #fff;
  }

  .group:hover .sm\:group-hover\:text-gray-100 {
    color: #f7fafc;
  }

  .group:hover .sm\:group-hover\:text-gray-200 {
    color: #edf2f7;
  }

  .group:hover .sm\:group-hover\:text-gray-300 {
    color: #e2e8f0;
  }

  .group:hover .sm\:group-hover\:text-gray-400 {
    color: #cbd5e0;
  }

  .group:hover .sm\:group-hover\:text-gray-500 {
    color: #a0aec0;
  }

  .group:hover .sm\:group-hover\:text-gray-600 {
    color: #718096;
  }

  .group:hover .sm\:group-hover\:text-gray-700 {
    color: #4a5568;
  }

  .group:hover .sm\:group-hover\:text-gray-800 {
    color: #2d3748;
  }

  .group:hover .sm\:group-hover\:text-gray-900 {
    color: #1a202c;
  }

  .group:hover .sm\:group-hover\:text-red-100 {
    color: #fff5f5;
  }

  .group:hover .sm\:group-hover\:text-red-200 {
    color: #fed7d7;
  }

  .group:hover .sm\:group-hover\:text-red-300 {
    color: #feb2b2;
  }

  .group:hover .sm\:group-hover\:text-red-400 {
    color: #fc8181;
  }

  .group:hover .sm\:group-hover\:text-red-500 {
    color: #f56565;
  }

  .group:hover .sm\:group-hover\:text-red-600 {
    color: #e53e3e;
  }

  .group:hover .sm\:group-hover\:text-red-700 {
    color: #c53030;
  }

  .group:hover .sm\:group-hover\:text-red-800 {
    color: #9b2c2c;
  }

  .group:hover .sm\:group-hover\:text-red-900 {
    color: #742a2a;
  }

  .group:hover .sm\:group-hover\:text-orange-100 {
    color: #fffaf0;
  }

  .group:hover .sm\:group-hover\:text-orange-200 {
    color: #feebc8;
  }

  .group:hover .sm\:group-hover\:text-orange-300 {
    color: #fbd38d;
  }

  .group:hover .sm\:group-hover\:text-orange-400 {
    color: #f6ad55;
  }

  .group:hover .sm\:group-hover\:text-orange-500 {
    color: #ed8936;
  }

  .group:hover .sm\:group-hover\:text-orange-600 {
    color: #dd6b20;
  }

  .group:hover .sm\:group-hover\:text-orange-700 {
    color: #c05621;
  }

  .group:hover .sm\:group-hover\:text-orange-800 {
    color: #9c4221;
  }

  .group:hover .sm\:group-hover\:text-orange-900 {
    color: #7b341e;
  }

  .group:hover .sm\:group-hover\:text-yellow-100 {
    color: #fffff0;
  }

  .group:hover .sm\:group-hover\:text-yellow-200 {
    color: #fefcbf;
  }

  .group:hover .sm\:group-hover\:text-yellow-300 {
    color: #faf089;
  }

  .group:hover .sm\:group-hover\:text-yellow-400 {
    color: #f6e05e;
  }

  .group:hover .sm\:group-hover\:text-yellow-500 {
    color: #ecc94b;
  }

  .group:hover .sm\:group-hover\:text-yellow-600 {
    color: #d69e2e;
  }

  .group:hover .sm\:group-hover\:text-yellow-700 {
    color: #b7791f;
  }

  .group:hover .sm\:group-hover\:text-yellow-800 {
    color: #975a16;
  }

  .group:hover .sm\:group-hover\:text-yellow-900 {
    color: #744210;
  }

  .group:hover .sm\:group-hover\:text-green-100 {
    color: #f0fff4;
  }

  .group:hover .sm\:group-hover\:text-green-200 {
    color: #c6f6d5;
  }

  .group:hover .sm\:group-hover\:text-green-300 {
    color: #9ae6b4;
  }

  .group:hover .sm\:group-hover\:text-green-400 {
    color: #68d391;
  }

  .group:hover .sm\:group-hover\:text-green-500 {
    color: #48bb78;
  }

  .group:hover .sm\:group-hover\:text-green-600 {
    color: #38a169;
  }

  .group:hover .sm\:group-hover\:text-green-700 {
    color: #2f855a;
  }

  .group:hover .sm\:group-hover\:text-green-800 {
    color: #276749;
  }

  .group:hover .sm\:group-hover\:text-green-900 {
    color: #22543d;
  }

  .group:hover .sm\:group-hover\:text-teal-100 {
    color: #e6fffa;
  }

  .group:hover .sm\:group-hover\:text-teal-200 {
    color: #b2f5ea;
  }

  .group:hover .sm\:group-hover\:text-teal-300 {
    color: #81e6d9;
  }

  .group:hover .sm\:group-hover\:text-teal-400 {
    color: #4fd1c5;
  }

  .group:hover .sm\:group-hover\:text-teal-500 {
    color: #38b2ac;
  }

  .group:hover .sm\:group-hover\:text-teal-600 {
    color: #319795;
  }

  .group:hover .sm\:group-hover\:text-teal-700 {
    color: #2c7a7b;
  }

  .group:hover .sm\:group-hover\:text-teal-800 {
    color: #285e61;
  }

  .group:hover .sm\:group-hover\:text-teal-900 {
    color: #234e52;
  }

  .group:hover .sm\:group-hover\:text-blue-100 {
    color: #ebf8ff;
  }

  .group:hover .sm\:group-hover\:text-blue-200 {
    color: #bee3f8;
  }

  .group:hover .sm\:group-hover\:text-blue-300 {
    color: #90cdf4;
  }

  .group:hover .sm\:group-hover\:text-blue-400 {
    color: #63b3ed;
  }

  .group:hover .sm\:group-hover\:text-blue-500 {
    color: #4299e1;
  }

  .group:hover .sm\:group-hover\:text-blue-600 {
    color: #3182ce;
  }

  .group:hover .sm\:group-hover\:text-blue-700 {
    color: #2b6cb0;
  }

  .group:hover .sm\:group-hover\:text-blue-800 {
    color: #2c5282;
  }

  .group:hover .sm\:group-hover\:text-blue-900 {
    color: #2a4365;
  }

  .group:hover .sm\:group-hover\:text-indigo-100 {
    color: #ebf4ff;
  }

  .group:hover .sm\:group-hover\:text-indigo-200 {
    color: #c3dafe;
  }

  .group:hover .sm\:group-hover\:text-indigo-300 {
    color: #a3bffa;
  }

  .group:hover .sm\:group-hover\:text-indigo-400 {
    color: #7f9cf5;
  }

  .group:hover .sm\:group-hover\:text-indigo-500 {
    color: #667eea;
  }

  .group:hover .sm\:group-hover\:text-indigo-600 {
    color: #5a67d8;
  }

  .group:hover .sm\:group-hover\:text-indigo-700 {
    color: #4c51bf;
  }

  .group:hover .sm\:group-hover\:text-indigo-800 {
    color: #434190;
  }

  .group:hover .sm\:group-hover\:text-indigo-900 {
    color: #3c366b;
  }

  .group:hover .sm\:group-hover\:text-purple-100 {
    color: #faf5ff;
  }

  .group:hover .sm\:group-hover\:text-purple-200 {
    color: #e9d8fd;
  }

  .group:hover .sm\:group-hover\:text-purple-300 {
    color: #d6bcfa;
  }

  .group:hover .sm\:group-hover\:text-purple-400 {
    color: #b794f4;
  }

  .group:hover .sm\:group-hover\:text-purple-500 {
    color: #9f7aea;
  }

  .group:hover .sm\:group-hover\:text-purple-600 {
    color: #805ad5;
  }

  .group:hover .sm\:group-hover\:text-purple-700 {
    color: #6b46c1;
  }

  .group:hover .sm\:group-hover\:text-purple-800 {
    color: #553c9a;
  }

  .group:hover .sm\:group-hover\:text-purple-900 {
    color: #44337a;
  }

  .group:hover .sm\:group-hover\:text-pink-100 {
    color: #fff5f7;
  }

  .group:hover .sm\:group-hover\:text-pink-200 {
    color: #fed7e2;
  }

  .group:hover .sm\:group-hover\:text-pink-300 {
    color: #fbb6ce;
  }

  .group:hover .sm\:group-hover\:text-pink-400 {
    color: #f687b3;
  }

  .group:hover .sm\:group-hover\:text-pink-500 {
    color: #ed64a6;
  }

  .group:hover .sm\:group-hover\:text-pink-600 {
    color: #d53f8c;
  }

  .group:hover .sm\:group-hover\:text-pink-700 {
    color: #b83280;
  }

  .group:hover .sm\:group-hover\:text-pink-800 {
    color: #97266d;
  }

  .group:hover .sm\:group-hover\:text-pink-900 {
    color: #702459;
  }

  .sm\:focus-within\:text-transparent:focus-within {
    color: transparent;
  }

  .sm\:focus-within\:text-black:focus-within {
    color: #000;
  }

  .sm\:focus-within\:text-white:focus-within {
    color: #fff;
  }

  .sm\:focus-within\:text-gray-100:focus-within {
    color: #f7fafc;
  }

  .sm\:focus-within\:text-gray-200:focus-within {
    color: #edf2f7;
  }

  .sm\:focus-within\:text-gray-300:focus-within {
    color: #e2e8f0;
  }

  .sm\:focus-within\:text-gray-400:focus-within {
    color: #cbd5e0;
  }

  .sm\:focus-within\:text-gray-500:focus-within {
    color: #a0aec0;
  }

  .sm\:focus-within\:text-gray-600:focus-within {
    color: #718096;
  }

  .sm\:focus-within\:text-gray-700:focus-within {
    color: #4a5568;
  }

  .sm\:focus-within\:text-gray-800:focus-within {
    color: #2d3748;
  }

  .sm\:focus-within\:text-gray-900:focus-within {
    color: #1a202c;
  }

  .sm\:focus-within\:text-red-100:focus-within {
    color: #fff5f5;
  }

  .sm\:focus-within\:text-red-200:focus-within {
    color: #fed7d7;
  }

  .sm\:focus-within\:text-red-300:focus-within {
    color: #feb2b2;
  }

  .sm\:focus-within\:text-red-400:focus-within {
    color: #fc8181;
  }

  .sm\:focus-within\:text-red-500:focus-within {
    color: #f56565;
  }

  .sm\:focus-within\:text-red-600:focus-within {
    color: #e53e3e;
  }

  .sm\:focus-within\:text-red-700:focus-within {
    color: #c53030;
  }

  .sm\:focus-within\:text-red-800:focus-within {
    color: #9b2c2c;
  }

  .sm\:focus-within\:text-red-900:focus-within {
    color: #742a2a;
  }

  .sm\:focus-within\:text-orange-100:focus-within {
    color: #fffaf0;
  }

  .sm\:focus-within\:text-orange-200:focus-within {
    color: #feebc8;
  }

  .sm\:focus-within\:text-orange-300:focus-within {
    color: #fbd38d;
  }

  .sm\:focus-within\:text-orange-400:focus-within {
    color: #f6ad55;
  }

  .sm\:focus-within\:text-orange-500:focus-within {
    color: #ed8936;
  }

  .sm\:focus-within\:text-orange-600:focus-within {
    color: #dd6b20;
  }

  .sm\:focus-within\:text-orange-700:focus-within {
    color: #c05621;
  }

  .sm\:focus-within\:text-orange-800:focus-within {
    color: #9c4221;
  }

  .sm\:focus-within\:text-orange-900:focus-within {
    color: #7b341e;
  }

  .sm\:focus-within\:text-yellow-100:focus-within {
    color: #fffff0;
  }

  .sm\:focus-within\:text-yellow-200:focus-within {
    color: #fefcbf;
  }

  .sm\:focus-within\:text-yellow-300:focus-within {
    color: #faf089;
  }

  .sm\:focus-within\:text-yellow-400:focus-within {
    color: #f6e05e;
  }

  .sm\:focus-within\:text-yellow-500:focus-within {
    color: #ecc94b;
  }

  .sm\:focus-within\:text-yellow-600:focus-within {
    color: #d69e2e;
  }

  .sm\:focus-within\:text-yellow-700:focus-within {
    color: #b7791f;
  }

  .sm\:focus-within\:text-yellow-800:focus-within {
    color: #975a16;
  }

  .sm\:focus-within\:text-yellow-900:focus-within {
    color: #744210;
  }

  .sm\:focus-within\:text-green-100:focus-within {
    color: #f0fff4;
  }

  .sm\:focus-within\:text-green-200:focus-within {
    color: #c6f6d5;
  }

  .sm\:focus-within\:text-green-300:focus-within {
    color: #9ae6b4;
  }

  .sm\:focus-within\:text-green-400:focus-within {
    color: #68d391;
  }

  .sm\:focus-within\:text-green-500:focus-within {
    color: #48bb78;
  }

  .sm\:focus-within\:text-green-600:focus-within {
    color: #38a169;
  }

  .sm\:focus-within\:text-green-700:focus-within {
    color: #2f855a;
  }

  .sm\:focus-within\:text-green-800:focus-within {
    color: #276749;
  }

  .sm\:focus-within\:text-green-900:focus-within {
    color: #22543d;
  }

  .sm\:focus-within\:text-teal-100:focus-within {
    color: #e6fffa;
  }

  .sm\:focus-within\:text-teal-200:focus-within {
    color: #b2f5ea;
  }

  .sm\:focus-within\:text-teal-300:focus-within {
    color: #81e6d9;
  }

  .sm\:focus-within\:text-teal-400:focus-within {
    color: #4fd1c5;
  }

  .sm\:focus-within\:text-teal-500:focus-within {
    color: #38b2ac;
  }

  .sm\:focus-within\:text-teal-600:focus-within {
    color: #319795;
  }

  .sm\:focus-within\:text-teal-700:focus-within {
    color: #2c7a7b;
  }

  .sm\:focus-within\:text-teal-800:focus-within {
    color: #285e61;
  }

  .sm\:focus-within\:text-teal-900:focus-within {
    color: #234e52;
  }

  .sm\:focus-within\:text-blue-100:focus-within {
    color: #ebf8ff;
  }

  .sm\:focus-within\:text-blue-200:focus-within {
    color: #bee3f8;
  }

  .sm\:focus-within\:text-blue-300:focus-within {
    color: #90cdf4;
  }

  .sm\:focus-within\:text-blue-400:focus-within {
    color: #63b3ed;
  }

  .sm\:focus-within\:text-blue-500:focus-within {
    color: #4299e1;
  }

  .sm\:focus-within\:text-blue-600:focus-within {
    color: #3182ce;
  }

  .sm\:focus-within\:text-blue-700:focus-within {
    color: #2b6cb0;
  }

  .sm\:focus-within\:text-blue-800:focus-within {
    color: #2c5282;
  }

  .sm\:focus-within\:text-blue-900:focus-within {
    color: #2a4365;
  }

  .sm\:focus-within\:text-indigo-100:focus-within {
    color: #ebf4ff;
  }

  .sm\:focus-within\:text-indigo-200:focus-within {
    color: #c3dafe;
  }

  .sm\:focus-within\:text-indigo-300:focus-within {
    color: #a3bffa;
  }

  .sm\:focus-within\:text-indigo-400:focus-within {
    color: #7f9cf5;
  }

  .sm\:focus-within\:text-indigo-500:focus-within {
    color: #667eea;
  }

  .sm\:focus-within\:text-indigo-600:focus-within {
    color: #5a67d8;
  }

  .sm\:focus-within\:text-indigo-700:focus-within {
    color: #4c51bf;
  }

  .sm\:focus-within\:text-indigo-800:focus-within {
    color: #434190;
  }

  .sm\:focus-within\:text-indigo-900:focus-within {
    color: #3c366b;
  }

  .sm\:focus-within\:text-purple-100:focus-within {
    color: #faf5ff;
  }

  .sm\:focus-within\:text-purple-200:focus-within {
    color: #e9d8fd;
  }

  .sm\:focus-within\:text-purple-300:focus-within {
    color: #d6bcfa;
  }

  .sm\:focus-within\:text-purple-400:focus-within {
    color: #b794f4;
  }

  .sm\:focus-within\:text-purple-500:focus-within {
    color: #9f7aea;
  }

  .sm\:focus-within\:text-purple-600:focus-within {
    color: #805ad5;
  }

  .sm\:focus-within\:text-purple-700:focus-within {
    color: #6b46c1;
  }

  .sm\:focus-within\:text-purple-800:focus-within {
    color: #553c9a;
  }

  .sm\:focus-within\:text-purple-900:focus-within {
    color: #44337a;
  }

  .sm\:focus-within\:text-pink-100:focus-within {
    color: #fff5f7;
  }

  .sm\:focus-within\:text-pink-200:focus-within {
    color: #fed7e2;
  }

  .sm\:focus-within\:text-pink-300:focus-within {
    color: #fbb6ce;
  }

  .sm\:focus-within\:text-pink-400:focus-within {
    color: #f687b3;
  }

  .sm\:focus-within\:text-pink-500:focus-within {
    color: #ed64a6;
  }

  .sm\:focus-within\:text-pink-600:focus-within {
    color: #d53f8c;
  }

  .sm\:focus-within\:text-pink-700:focus-within {
    color: #b83280;
  }

  .sm\:focus-within\:text-pink-800:focus-within {
    color: #97266d;
  }

  .sm\:focus-within\:text-pink-900:focus-within {
    color: #702459;
  }

  .sm\:first\:text-transparent:first-child {
    color: transparent;
  }

  .sm\:first\:text-black:first-child {
    color: #000;
  }

  .sm\:first\:text-white:first-child {
    color: #fff;
  }

  .sm\:first\:text-gray-100:first-child {
    color: #f7fafc;
  }

  .sm\:first\:text-gray-200:first-child {
    color: #edf2f7;
  }

  .sm\:first\:text-gray-300:first-child {
    color: #e2e8f0;
  }

  .sm\:first\:text-gray-400:first-child {
    color: #cbd5e0;
  }

  .sm\:first\:text-gray-500:first-child {
    color: #a0aec0;
  }

  .sm\:first\:text-gray-600:first-child {
    color: #718096;
  }

  .sm\:first\:text-gray-700:first-child {
    color: #4a5568;
  }

  .sm\:first\:text-gray-800:first-child {
    color: #2d3748;
  }

  .sm\:first\:text-gray-900:first-child {
    color: #1a202c;
  }

  .sm\:first\:text-red-100:first-child {
    color: #fff5f5;
  }

  .sm\:first\:text-red-200:first-child {
    color: #fed7d7;
  }

  .sm\:first\:text-red-300:first-child {
    color: #feb2b2;
  }

  .sm\:first\:text-red-400:first-child {
    color: #fc8181;
  }

  .sm\:first\:text-red-500:first-child {
    color: #f56565;
  }

  .sm\:first\:text-red-600:first-child {
    color: #e53e3e;
  }

  .sm\:first\:text-red-700:first-child {
    color: #c53030;
  }

  .sm\:first\:text-red-800:first-child {
    color: #9b2c2c;
  }

  .sm\:first\:text-red-900:first-child {
    color: #742a2a;
  }

  .sm\:first\:text-orange-100:first-child {
    color: #fffaf0;
  }

  .sm\:first\:text-orange-200:first-child {
    color: #feebc8;
  }

  .sm\:first\:text-orange-300:first-child {
    color: #fbd38d;
  }

  .sm\:first\:text-orange-400:first-child {
    color: #f6ad55;
  }

  .sm\:first\:text-orange-500:first-child {
    color: #ed8936;
  }

  .sm\:first\:text-orange-600:first-child {
    color: #dd6b20;
  }

  .sm\:first\:text-orange-700:first-child {
    color: #c05621;
  }

  .sm\:first\:text-orange-800:first-child {
    color: #9c4221;
  }

  .sm\:first\:text-orange-900:first-child {
    color: #7b341e;
  }

  .sm\:first\:text-yellow-100:first-child {
    color: #fffff0;
  }

  .sm\:first\:text-yellow-200:first-child {
    color: #fefcbf;
  }

  .sm\:first\:text-yellow-300:first-child {
    color: #faf089;
  }

  .sm\:first\:text-yellow-400:first-child {
    color: #f6e05e;
  }

  .sm\:first\:text-yellow-500:first-child {
    color: #ecc94b;
  }

  .sm\:first\:text-yellow-600:first-child {
    color: #d69e2e;
  }

  .sm\:first\:text-yellow-700:first-child {
    color: #b7791f;
  }

  .sm\:first\:text-yellow-800:first-child {
    color: #975a16;
  }

  .sm\:first\:text-yellow-900:first-child {
    color: #744210;
  }

  .sm\:first\:text-green-100:first-child {
    color: #f0fff4;
  }

  .sm\:first\:text-green-200:first-child {
    color: #c6f6d5;
  }

  .sm\:first\:text-green-300:first-child {
    color: #9ae6b4;
  }

  .sm\:first\:text-green-400:first-child {
    color: #68d391;
  }

  .sm\:first\:text-green-500:first-child {
    color: #48bb78;
  }

  .sm\:first\:text-green-600:first-child {
    color: #38a169;
  }

  .sm\:first\:text-green-700:first-child {
    color: #2f855a;
  }

  .sm\:first\:text-green-800:first-child {
    color: #276749;
  }

  .sm\:first\:text-green-900:first-child {
    color: #22543d;
  }

  .sm\:first\:text-teal-100:first-child {
    color: #e6fffa;
  }

  .sm\:first\:text-teal-200:first-child {
    color: #b2f5ea;
  }

  .sm\:first\:text-teal-300:first-child {
    color: #81e6d9;
  }

  .sm\:first\:text-teal-400:first-child {
    color: #4fd1c5;
  }

  .sm\:first\:text-teal-500:first-child {
    color: #38b2ac;
  }

  .sm\:first\:text-teal-600:first-child {
    color: #319795;
  }

  .sm\:first\:text-teal-700:first-child {
    color: #2c7a7b;
  }

  .sm\:first\:text-teal-800:first-child {
    color: #285e61;
  }

  .sm\:first\:text-teal-900:first-child {
    color: #234e52;
  }

  .sm\:first\:text-blue-100:first-child {
    color: #ebf8ff;
  }

  .sm\:first\:text-blue-200:first-child {
    color: #bee3f8;
  }

  .sm\:first\:text-blue-300:first-child {
    color: #90cdf4;
  }

  .sm\:first\:text-blue-400:first-child {
    color: #63b3ed;
  }

  .sm\:first\:text-blue-500:first-child {
    color: #4299e1;
  }

  .sm\:first\:text-blue-600:first-child {
    color: #3182ce;
  }

  .sm\:first\:text-blue-700:first-child {
    color: #2b6cb0;
  }

  .sm\:first\:text-blue-800:first-child {
    color: #2c5282;
  }

  .sm\:first\:text-blue-900:first-child {
    color: #2a4365;
  }

  .sm\:first\:text-indigo-100:first-child {
    color: #ebf4ff;
  }

  .sm\:first\:text-indigo-200:first-child {
    color: #c3dafe;
  }

  .sm\:first\:text-indigo-300:first-child {
    color: #a3bffa;
  }

  .sm\:first\:text-indigo-400:first-child {
    color: #7f9cf5;
  }

  .sm\:first\:text-indigo-500:first-child {
    color: #667eea;
  }

  .sm\:first\:text-indigo-600:first-child {
    color: #5a67d8;
  }

  .sm\:first\:text-indigo-700:first-child {
    color: #4c51bf;
  }

  .sm\:first\:text-indigo-800:first-child {
    color: #434190;
  }

  .sm\:first\:text-indigo-900:first-child {
    color: #3c366b;
  }

  .sm\:first\:text-purple-100:first-child {
    color: #faf5ff;
  }

  .sm\:first\:text-purple-200:first-child {
    color: #e9d8fd;
  }

  .sm\:first\:text-purple-300:first-child {
    color: #d6bcfa;
  }

  .sm\:first\:text-purple-400:first-child {
    color: #b794f4;
  }

  .sm\:first\:text-purple-500:first-child {
    color: #9f7aea;
  }

  .sm\:first\:text-purple-600:first-child {
    color: #805ad5;
  }

  .sm\:first\:text-purple-700:first-child {
    color: #6b46c1;
  }

  .sm\:first\:text-purple-800:first-child {
    color: #553c9a;
  }

  .sm\:first\:text-purple-900:first-child {
    color: #44337a;
  }

  .sm\:first\:text-pink-100:first-child {
    color: #fff5f7;
  }

  .sm\:first\:text-pink-200:first-child {
    color: #fed7e2;
  }

  .sm\:first\:text-pink-300:first-child {
    color: #fbb6ce;
  }

  .sm\:first\:text-pink-400:first-child {
    color: #f687b3;
  }

  .sm\:first\:text-pink-500:first-child {
    color: #ed64a6;
  }

  .sm\:first\:text-pink-600:first-child {
    color: #d53f8c;
  }

  .sm\:first\:text-pink-700:first-child {
    color: #b83280;
  }

  .sm\:first\:text-pink-800:first-child {
    color: #97266d;
  }

  .sm\:first\:text-pink-900:first-child {
    color: #702459;
  }

  .sm\:last\:text-transparent:last-child {
    color: transparent;
  }

  .sm\:last\:text-black:last-child {
    color: #000;
  }

  .sm\:last\:text-white:last-child {
    color: #fff;
  }

  .sm\:last\:text-gray-100:last-child {
    color: #f7fafc;
  }

  .sm\:last\:text-gray-200:last-child {
    color: #edf2f7;
  }

  .sm\:last\:text-gray-300:last-child {
    color: #e2e8f0;
  }

  .sm\:last\:text-gray-400:last-child {
    color: #cbd5e0;
  }

  .sm\:last\:text-gray-500:last-child {
    color: #a0aec0;
  }

  .sm\:last\:text-gray-600:last-child {
    color: #718096;
  }

  .sm\:last\:text-gray-700:last-child {
    color: #4a5568;
  }

  .sm\:last\:text-gray-800:last-child {
    color: #2d3748;
  }

  .sm\:last\:text-gray-900:last-child {
    color: #1a202c;
  }

  .sm\:last\:text-red-100:last-child {
    color: #fff5f5;
  }

  .sm\:last\:text-red-200:last-child {
    color: #fed7d7;
  }

  .sm\:last\:text-red-300:last-child {
    color: #feb2b2;
  }

  .sm\:last\:text-red-400:last-child {
    color: #fc8181;
  }

  .sm\:last\:text-red-500:last-child {
    color: #f56565;
  }

  .sm\:last\:text-red-600:last-child {
    color: #e53e3e;
  }

  .sm\:last\:text-red-700:last-child {
    color: #c53030;
  }

  .sm\:last\:text-red-800:last-child {
    color: #9b2c2c;
  }

  .sm\:last\:text-red-900:last-child {
    color: #742a2a;
  }

  .sm\:last\:text-orange-100:last-child {
    color: #fffaf0;
  }

  .sm\:last\:text-orange-200:last-child {
    color: #feebc8;
  }

  .sm\:last\:text-orange-300:last-child {
    color: #fbd38d;
  }

  .sm\:last\:text-orange-400:last-child {
    color: #f6ad55;
  }

  .sm\:last\:text-orange-500:last-child {
    color: #ed8936;
  }

  .sm\:last\:text-orange-600:last-child {
    color: #dd6b20;
  }

  .sm\:last\:text-orange-700:last-child {
    color: #c05621;
  }

  .sm\:last\:text-orange-800:last-child {
    color: #9c4221;
  }

  .sm\:last\:text-orange-900:last-child {
    color: #7b341e;
  }

  .sm\:last\:text-yellow-100:last-child {
    color: #fffff0;
  }

  .sm\:last\:text-yellow-200:last-child {
    color: #fefcbf;
  }

  .sm\:last\:text-yellow-300:last-child {
    color: #faf089;
  }

  .sm\:last\:text-yellow-400:last-child {
    color: #f6e05e;
  }

  .sm\:last\:text-yellow-500:last-child {
    color: #ecc94b;
  }

  .sm\:last\:text-yellow-600:last-child {
    color: #d69e2e;
  }

  .sm\:last\:text-yellow-700:last-child {
    color: #b7791f;
  }

  .sm\:last\:text-yellow-800:last-child {
    color: #975a16;
  }

  .sm\:last\:text-yellow-900:last-child {
    color: #744210;
  }

  .sm\:last\:text-green-100:last-child {
    color: #f0fff4;
  }

  .sm\:last\:text-green-200:last-child {
    color: #c6f6d5;
  }

  .sm\:last\:text-green-300:last-child {
    color: #9ae6b4;
  }

  .sm\:last\:text-green-400:last-child {
    color: #68d391;
  }

  .sm\:last\:text-green-500:last-child {
    color: #48bb78;
  }

  .sm\:last\:text-green-600:last-child {
    color: #38a169;
  }

  .sm\:last\:text-green-700:last-child {
    color: #2f855a;
  }

  .sm\:last\:text-green-800:last-child {
    color: #276749;
  }

  .sm\:last\:text-green-900:last-child {
    color: #22543d;
  }

  .sm\:last\:text-teal-100:last-child {
    color: #e6fffa;
  }

  .sm\:last\:text-teal-200:last-child {
    color: #b2f5ea;
  }

  .sm\:last\:text-teal-300:last-child {
    color: #81e6d9;
  }

  .sm\:last\:text-teal-400:last-child {
    color: #4fd1c5;
  }

  .sm\:last\:text-teal-500:last-child {
    color: #38b2ac;
  }

  .sm\:last\:text-teal-600:last-child {
    color: #319795;
  }

  .sm\:last\:text-teal-700:last-child {
    color: #2c7a7b;
  }

  .sm\:last\:text-teal-800:last-child {
    color: #285e61;
  }

  .sm\:last\:text-teal-900:last-child {
    color: #234e52;
  }

  .sm\:last\:text-blue-100:last-child {
    color: #ebf8ff;
  }

  .sm\:last\:text-blue-200:last-child {
    color: #bee3f8;
  }

  .sm\:last\:text-blue-300:last-child {
    color: #90cdf4;
  }

  .sm\:last\:text-blue-400:last-child {
    color: #63b3ed;
  }

  .sm\:last\:text-blue-500:last-child {
    color: #4299e1;
  }

  .sm\:last\:text-blue-600:last-child {
    color: #3182ce;
  }

  .sm\:last\:text-blue-700:last-child {
    color: #2b6cb0;
  }

  .sm\:last\:text-blue-800:last-child {
    color: #2c5282;
  }

  .sm\:last\:text-blue-900:last-child {
    color: #2a4365;
  }

  .sm\:last\:text-indigo-100:last-child {
    color: #ebf4ff;
  }

  .sm\:last\:text-indigo-200:last-child {
    color: #c3dafe;
  }

  .sm\:last\:text-indigo-300:last-child {
    color: #a3bffa;
  }

  .sm\:last\:text-indigo-400:last-child {
    color: #7f9cf5;
  }

  .sm\:last\:text-indigo-500:last-child {
    color: #667eea;
  }

  .sm\:last\:text-indigo-600:last-child {
    color: #5a67d8;
  }

  .sm\:last\:text-indigo-700:last-child {
    color: #4c51bf;
  }

  .sm\:last\:text-indigo-800:last-child {
    color: #434190;
  }

  .sm\:last\:text-indigo-900:last-child {
    color: #3c366b;
  }

  .sm\:last\:text-purple-100:last-child {
    color: #faf5ff;
  }

  .sm\:last\:text-purple-200:last-child {
    color: #e9d8fd;
  }

  .sm\:last\:text-purple-300:last-child {
    color: #d6bcfa;
  }

  .sm\:last\:text-purple-400:last-child {
    color: #b794f4;
  }

  .sm\:last\:text-purple-500:last-child {
    color: #9f7aea;
  }

  .sm\:last\:text-purple-600:last-child {
    color: #805ad5;
  }

  .sm\:last\:text-purple-700:last-child {
    color: #6b46c1;
  }

  .sm\:last\:text-purple-800:last-child {
    color: #553c9a;
  }

  .sm\:last\:text-purple-900:last-child {
    color: #44337a;
  }

  .sm\:last\:text-pink-100:last-child {
    color: #fff5f7;
  }

  .sm\:last\:text-pink-200:last-child {
    color: #fed7e2;
  }

  .sm\:last\:text-pink-300:last-child {
    color: #fbb6ce;
  }

  .sm\:last\:text-pink-400:last-child {
    color: #f687b3;
  }

  .sm\:last\:text-pink-500:last-child {
    color: #ed64a6;
  }

  .sm\:last\:text-pink-600:last-child {
    color: #d53f8c;
  }

  .sm\:last\:text-pink-700:last-child {
    color: #b83280;
  }

  .sm\:last\:text-pink-800:last-child {
    color: #97266d;
  }

  .sm\:last\:text-pink-900:last-child {
    color: #702459;
  }

  .sm\:odd\:text-transparent:nth-child(odd) {
    color: transparent;
  }

  .sm\:odd\:text-black:nth-child(odd) {
    color: #000;
  }

  .sm\:odd\:text-white:nth-child(odd) {
    color: #fff;
  }

  .sm\:odd\:text-gray-100:nth-child(odd) {
    color: #f7fafc;
  }

  .sm\:odd\:text-gray-200:nth-child(odd) {
    color: #edf2f7;
  }

  .sm\:odd\:text-gray-300:nth-child(odd) {
    color: #e2e8f0;
  }

  .sm\:odd\:text-gray-400:nth-child(odd) {
    color: #cbd5e0;
  }

  .sm\:odd\:text-gray-500:nth-child(odd) {
    color: #a0aec0;
  }

  .sm\:odd\:text-gray-600:nth-child(odd) {
    color: #718096;
  }

  .sm\:odd\:text-gray-700:nth-child(odd) {
    color: #4a5568;
  }

  .sm\:odd\:text-gray-800:nth-child(odd) {
    color: #2d3748;
  }

  .sm\:odd\:text-gray-900:nth-child(odd) {
    color: #1a202c;
  }

  .sm\:odd\:text-red-100:nth-child(odd) {
    color: #fff5f5;
  }

  .sm\:odd\:text-red-200:nth-child(odd) {
    color: #fed7d7;
  }

  .sm\:odd\:text-red-300:nth-child(odd) {
    color: #feb2b2;
  }

  .sm\:odd\:text-red-400:nth-child(odd) {
    color: #fc8181;
  }

  .sm\:odd\:text-red-500:nth-child(odd) {
    color: #f56565;
  }

  .sm\:odd\:text-red-600:nth-child(odd) {
    color: #e53e3e;
  }

  .sm\:odd\:text-red-700:nth-child(odd) {
    color: #c53030;
  }

  .sm\:odd\:text-red-800:nth-child(odd) {
    color: #9b2c2c;
  }

  .sm\:odd\:text-red-900:nth-child(odd) {
    color: #742a2a;
  }

  .sm\:odd\:text-orange-100:nth-child(odd) {
    color: #fffaf0;
  }

  .sm\:odd\:text-orange-200:nth-child(odd) {
    color: #feebc8;
  }

  .sm\:odd\:text-orange-300:nth-child(odd) {
    color: #fbd38d;
  }

  .sm\:odd\:text-orange-400:nth-child(odd) {
    color: #f6ad55;
  }

  .sm\:odd\:text-orange-500:nth-child(odd) {
    color: #ed8936;
  }

  .sm\:odd\:text-orange-600:nth-child(odd) {
    color: #dd6b20;
  }

  .sm\:odd\:text-orange-700:nth-child(odd) {
    color: #c05621;
  }

  .sm\:odd\:text-orange-800:nth-child(odd) {
    color: #9c4221;
  }

  .sm\:odd\:text-orange-900:nth-child(odd) {
    color: #7b341e;
  }

  .sm\:odd\:text-yellow-100:nth-child(odd) {
    color: #fffff0;
  }

  .sm\:odd\:text-yellow-200:nth-child(odd) {
    color: #fefcbf;
  }

  .sm\:odd\:text-yellow-300:nth-child(odd) {
    color: #faf089;
  }

  .sm\:odd\:text-yellow-400:nth-child(odd) {
    color: #f6e05e;
  }

  .sm\:odd\:text-yellow-500:nth-child(odd) {
    color: #ecc94b;
  }

  .sm\:odd\:text-yellow-600:nth-child(odd) {
    color: #d69e2e;
  }

  .sm\:odd\:text-yellow-700:nth-child(odd) {
    color: #b7791f;
  }

  .sm\:odd\:text-yellow-800:nth-child(odd) {
    color: #975a16;
  }

  .sm\:odd\:text-yellow-900:nth-child(odd) {
    color: #744210;
  }

  .sm\:odd\:text-green-100:nth-child(odd) {
    color: #f0fff4;
  }

  .sm\:odd\:text-green-200:nth-child(odd) {
    color: #c6f6d5;
  }

  .sm\:odd\:text-green-300:nth-child(odd) {
    color: #9ae6b4;
  }

  .sm\:odd\:text-green-400:nth-child(odd) {
    color: #68d391;
  }

  .sm\:odd\:text-green-500:nth-child(odd) {
    color: #48bb78;
  }

  .sm\:odd\:text-green-600:nth-child(odd) {
    color: #38a169;
  }

  .sm\:odd\:text-green-700:nth-child(odd) {
    color: #2f855a;
  }

  .sm\:odd\:text-green-800:nth-child(odd) {
    color: #276749;
  }

  .sm\:odd\:text-green-900:nth-child(odd) {
    color: #22543d;
  }

  .sm\:odd\:text-teal-100:nth-child(odd) {
    color: #e6fffa;
  }

  .sm\:odd\:text-teal-200:nth-child(odd) {
    color: #b2f5ea;
  }

  .sm\:odd\:text-teal-300:nth-child(odd) {
    color: #81e6d9;
  }

  .sm\:odd\:text-teal-400:nth-child(odd) {
    color: #4fd1c5;
  }

  .sm\:odd\:text-teal-500:nth-child(odd) {
    color: #38b2ac;
  }

  .sm\:odd\:text-teal-600:nth-child(odd) {
    color: #319795;
  }

  .sm\:odd\:text-teal-700:nth-child(odd) {
    color: #2c7a7b;
  }

  .sm\:odd\:text-teal-800:nth-child(odd) {
    color: #285e61;
  }

  .sm\:odd\:text-teal-900:nth-child(odd) {
    color: #234e52;
  }

  .sm\:odd\:text-blue-100:nth-child(odd) {
    color: #ebf8ff;
  }

  .sm\:odd\:text-blue-200:nth-child(odd) {
    color: #bee3f8;
  }

  .sm\:odd\:text-blue-300:nth-child(odd) {
    color: #90cdf4;
  }

  .sm\:odd\:text-blue-400:nth-child(odd) {
    color: #63b3ed;
  }

  .sm\:odd\:text-blue-500:nth-child(odd) {
    color: #4299e1;
  }

  .sm\:odd\:text-blue-600:nth-child(odd) {
    color: #3182ce;
  }

  .sm\:odd\:text-blue-700:nth-child(odd) {
    color: #2b6cb0;
  }

  .sm\:odd\:text-blue-800:nth-child(odd) {
    color: #2c5282;
  }

  .sm\:odd\:text-blue-900:nth-child(odd) {
    color: #2a4365;
  }

  .sm\:odd\:text-indigo-100:nth-child(odd) {
    color: #ebf4ff;
  }

  .sm\:odd\:text-indigo-200:nth-child(odd) {
    color: #c3dafe;
  }

  .sm\:odd\:text-indigo-300:nth-child(odd) {
    color: #a3bffa;
  }

  .sm\:odd\:text-indigo-400:nth-child(odd) {
    color: #7f9cf5;
  }

  .sm\:odd\:text-indigo-500:nth-child(odd) {
    color: #667eea;
  }

  .sm\:odd\:text-indigo-600:nth-child(odd) {
    color: #5a67d8;
  }

  .sm\:odd\:text-indigo-700:nth-child(odd) {
    color: #4c51bf;
  }

  .sm\:odd\:text-indigo-800:nth-child(odd) {
    color: #434190;
  }

  .sm\:odd\:text-indigo-900:nth-child(odd) {
    color: #3c366b;
  }

  .sm\:odd\:text-purple-100:nth-child(odd) {
    color: #faf5ff;
  }

  .sm\:odd\:text-purple-200:nth-child(odd) {
    color: #e9d8fd;
  }

  .sm\:odd\:text-purple-300:nth-child(odd) {
    color: #d6bcfa;
  }

  .sm\:odd\:text-purple-400:nth-child(odd) {
    color: #b794f4;
  }

  .sm\:odd\:text-purple-500:nth-child(odd) {
    color: #9f7aea;
  }

  .sm\:odd\:text-purple-600:nth-child(odd) {
    color: #805ad5;
  }

  .sm\:odd\:text-purple-700:nth-child(odd) {
    color: #6b46c1;
  }

  .sm\:odd\:text-purple-800:nth-child(odd) {
    color: #553c9a;
  }

  .sm\:odd\:text-purple-900:nth-child(odd) {
    color: #44337a;
  }

  .sm\:odd\:text-pink-100:nth-child(odd) {
    color: #fff5f7;
  }

  .sm\:odd\:text-pink-200:nth-child(odd) {
    color: #fed7e2;
  }

  .sm\:odd\:text-pink-300:nth-child(odd) {
    color: #fbb6ce;
  }

  .sm\:odd\:text-pink-400:nth-child(odd) {
    color: #f687b3;
  }

  .sm\:odd\:text-pink-500:nth-child(odd) {
    color: #ed64a6;
  }

  .sm\:odd\:text-pink-600:nth-child(odd) {
    color: #d53f8c;
  }

  .sm\:odd\:text-pink-700:nth-child(odd) {
    color: #b83280;
  }

  .sm\:odd\:text-pink-800:nth-child(odd) {
    color: #97266d;
  }

  .sm\:odd\:text-pink-900:nth-child(odd) {
    color: #702459;
  }

  .sm\:even\:text-transparent:nth-child(even) {
    color: transparent;
  }

  .sm\:even\:text-black:nth-child(even) {
    color: #000;
  }

  .sm\:even\:text-white:nth-child(even) {
    color: #fff;
  }

  .sm\:even\:text-gray-100:nth-child(even) {
    color: #f7fafc;
  }

  .sm\:even\:text-gray-200:nth-child(even) {
    color: #edf2f7;
  }

  .sm\:even\:text-gray-300:nth-child(even) {
    color: #e2e8f0;
  }

  .sm\:even\:text-gray-400:nth-child(even) {
    color: #cbd5e0;
  }

  .sm\:even\:text-gray-500:nth-child(even) {
    color: #a0aec0;
  }

  .sm\:even\:text-gray-600:nth-child(even) {
    color: #718096;
  }

  .sm\:even\:text-gray-700:nth-child(even) {
    color: #4a5568;
  }

  .sm\:even\:text-gray-800:nth-child(even) {
    color: #2d3748;
  }

  .sm\:even\:text-gray-900:nth-child(even) {
    color: #1a202c;
  }

  .sm\:even\:text-red-100:nth-child(even) {
    color: #fff5f5;
  }

  .sm\:even\:text-red-200:nth-child(even) {
    color: #fed7d7;
  }

  .sm\:even\:text-red-300:nth-child(even) {
    color: #feb2b2;
  }

  .sm\:even\:text-red-400:nth-child(even) {
    color: #fc8181;
  }

  .sm\:even\:text-red-500:nth-child(even) {
    color: #f56565;
  }

  .sm\:even\:text-red-600:nth-child(even) {
    color: #e53e3e;
  }

  .sm\:even\:text-red-700:nth-child(even) {
    color: #c53030;
  }

  .sm\:even\:text-red-800:nth-child(even) {
    color: #9b2c2c;
  }

  .sm\:even\:text-red-900:nth-child(even) {
    color: #742a2a;
  }

  .sm\:even\:text-orange-100:nth-child(even) {
    color: #fffaf0;
  }

  .sm\:even\:text-orange-200:nth-child(even) {
    color: #feebc8;
  }

  .sm\:even\:text-orange-300:nth-child(even) {
    color: #fbd38d;
  }

  .sm\:even\:text-orange-400:nth-child(even) {
    color: #f6ad55;
  }

  .sm\:even\:text-orange-500:nth-child(even) {
    color: #ed8936;
  }

  .sm\:even\:text-orange-600:nth-child(even) {
    color: #dd6b20;
  }

  .sm\:even\:text-orange-700:nth-child(even) {
    color: #c05621;
  }

  .sm\:even\:text-orange-800:nth-child(even) {
    color: #9c4221;
  }

  .sm\:even\:text-orange-900:nth-child(even) {
    color: #7b341e;
  }

  .sm\:even\:text-yellow-100:nth-child(even) {
    color: #fffff0;
  }

  .sm\:even\:text-yellow-200:nth-child(even) {
    color: #fefcbf;
  }

  .sm\:even\:text-yellow-300:nth-child(even) {
    color: #faf089;
  }

  .sm\:even\:text-yellow-400:nth-child(even) {
    color: #f6e05e;
  }

  .sm\:even\:text-yellow-500:nth-child(even) {
    color: #ecc94b;
  }

  .sm\:even\:text-yellow-600:nth-child(even) {
    color: #d69e2e;
  }

  .sm\:even\:text-yellow-700:nth-child(even) {
    color: #b7791f;
  }

  .sm\:even\:text-yellow-800:nth-child(even) {
    color: #975a16;
  }

  .sm\:even\:text-yellow-900:nth-child(even) {
    color: #744210;
  }

  .sm\:even\:text-green-100:nth-child(even) {
    color: #f0fff4;
  }

  .sm\:even\:text-green-200:nth-child(even) {
    color: #c6f6d5;
  }

  .sm\:even\:text-green-300:nth-child(even) {
    color: #9ae6b4;
  }

  .sm\:even\:text-green-400:nth-child(even) {
    color: #68d391;
  }

  .sm\:even\:text-green-500:nth-child(even) {
    color: #48bb78;
  }

  .sm\:even\:text-green-600:nth-child(even) {
    color: #38a169;
  }

  .sm\:even\:text-green-700:nth-child(even) {
    color: #2f855a;
  }

  .sm\:even\:text-green-800:nth-child(even) {
    color: #276749;
  }

  .sm\:even\:text-green-900:nth-child(even) {
    color: #22543d;
  }

  .sm\:even\:text-teal-100:nth-child(even) {
    color: #e6fffa;
  }

  .sm\:even\:text-teal-200:nth-child(even) {
    color: #b2f5ea;
  }

  .sm\:even\:text-teal-300:nth-child(even) {
    color: #81e6d9;
  }

  .sm\:even\:text-teal-400:nth-child(even) {
    color: #4fd1c5;
  }

  .sm\:even\:text-teal-500:nth-child(even) {
    color: #38b2ac;
  }

  .sm\:even\:text-teal-600:nth-child(even) {
    color: #319795;
  }

  .sm\:even\:text-teal-700:nth-child(even) {
    color: #2c7a7b;
  }

  .sm\:even\:text-teal-800:nth-child(even) {
    color: #285e61;
  }

  .sm\:even\:text-teal-900:nth-child(even) {
    color: #234e52;
  }

  .sm\:even\:text-blue-100:nth-child(even) {
    color: #ebf8ff;
  }

  .sm\:even\:text-blue-200:nth-child(even) {
    color: #bee3f8;
  }

  .sm\:even\:text-blue-300:nth-child(even) {
    color: #90cdf4;
  }

  .sm\:even\:text-blue-400:nth-child(even) {
    color: #63b3ed;
  }

  .sm\:even\:text-blue-500:nth-child(even) {
    color: #4299e1;
  }

  .sm\:even\:text-blue-600:nth-child(even) {
    color: #3182ce;
  }

  .sm\:even\:text-blue-700:nth-child(even) {
    color: #2b6cb0;
  }

  .sm\:even\:text-blue-800:nth-child(even) {
    color: #2c5282;
  }

  .sm\:even\:text-blue-900:nth-child(even) {
    color: #2a4365;
  }

  .sm\:even\:text-indigo-100:nth-child(even) {
    color: #ebf4ff;
  }

  .sm\:even\:text-indigo-200:nth-child(even) {
    color: #c3dafe;
  }

  .sm\:even\:text-indigo-300:nth-child(even) {
    color: #a3bffa;
  }

  .sm\:even\:text-indigo-400:nth-child(even) {
    color: #7f9cf5;
  }

  .sm\:even\:text-indigo-500:nth-child(even) {
    color: #667eea;
  }

  .sm\:even\:text-indigo-600:nth-child(even) {
    color: #5a67d8;
  }

  .sm\:even\:text-indigo-700:nth-child(even) {
    color: #4c51bf;
  }

  .sm\:even\:text-indigo-800:nth-child(even) {
    color: #434190;
  }

  .sm\:even\:text-indigo-900:nth-child(even) {
    color: #3c366b;
  }

  .sm\:even\:text-purple-100:nth-child(even) {
    color: #faf5ff;
  }

  .sm\:even\:text-purple-200:nth-child(even) {
    color: #e9d8fd;
  }

  .sm\:even\:text-purple-300:nth-child(even) {
    color: #d6bcfa;
  }

  .sm\:even\:text-purple-400:nth-child(even) {
    color: #b794f4;
  }

  .sm\:even\:text-purple-500:nth-child(even) {
    color: #9f7aea;
  }

  .sm\:even\:text-purple-600:nth-child(even) {
    color: #805ad5;
  }

  .sm\:even\:text-purple-700:nth-child(even) {
    color: #6b46c1;
  }

  .sm\:even\:text-purple-800:nth-child(even) {
    color: #553c9a;
  }

  .sm\:even\:text-purple-900:nth-child(even) {
    color: #44337a;
  }

  .sm\:even\:text-pink-100:nth-child(even) {
    color: #fff5f7;
  }

  .sm\:even\:text-pink-200:nth-child(even) {
    color: #fed7e2;
  }

  .sm\:even\:text-pink-300:nth-child(even) {
    color: #fbb6ce;
  }

  .sm\:even\:text-pink-400:nth-child(even) {
    color: #f687b3;
  }

  .sm\:even\:text-pink-500:nth-child(even) {
    color: #ed64a6;
  }

  .sm\:even\:text-pink-600:nth-child(even) {
    color: #d53f8c;
  }

  .sm\:even\:text-pink-700:nth-child(even) {
    color: #b83280;
  }

  .sm\:even\:text-pink-800:nth-child(even) {
    color: #97266d;
  }

  .sm\:even\:text-pink-900:nth-child(even) {
    color: #702459;
  }

  .sm\:hover\:text-transparent:hover {
    color: transparent;
  }

  .sm\:hover\:text-black:hover {
    color: #000;
  }

  .sm\:hover\:text-white:hover {
    color: #fff;
  }

  .sm\:hover\:text-gray-100:hover {
    color: #f7fafc;
  }

  .sm\:hover\:text-gray-200:hover {
    color: #edf2f7;
  }

  .sm\:hover\:text-gray-300:hover {
    color: #e2e8f0;
  }

  .sm\:hover\:text-gray-400:hover {
    color: #cbd5e0;
  }

  .sm\:hover\:text-gray-500:hover {
    color: #a0aec0;
  }

  .sm\:hover\:text-gray-600:hover {
    color: #718096;
  }

  .sm\:hover\:text-gray-700:hover {
    color: #4a5568;
  }

  .sm\:hover\:text-gray-800:hover {
    color: #2d3748;
  }

  .sm\:hover\:text-gray-900:hover {
    color: #1a202c;
  }

  .sm\:hover\:text-red-100:hover {
    color: #fff5f5;
  }

  .sm\:hover\:text-red-200:hover {
    color: #fed7d7;
  }

  .sm\:hover\:text-red-300:hover {
    color: #feb2b2;
  }

  .sm\:hover\:text-red-400:hover {
    color: #fc8181;
  }

  .sm\:hover\:text-red-500:hover {
    color: #f56565;
  }

  .sm\:hover\:text-red-600:hover {
    color: #e53e3e;
  }

  .sm\:hover\:text-red-700:hover {
    color: #c53030;
  }

  .sm\:hover\:text-red-800:hover {
    color: #9b2c2c;
  }

  .sm\:hover\:text-red-900:hover {
    color: #742a2a;
  }

  .sm\:hover\:text-orange-100:hover {
    color: #fffaf0;
  }

  .sm\:hover\:text-orange-200:hover {
    color: #feebc8;
  }

  .sm\:hover\:text-orange-300:hover {
    color: #fbd38d;
  }

  .sm\:hover\:text-orange-400:hover {
    color: #f6ad55;
  }

  .sm\:hover\:text-orange-500:hover {
    color: #ed8936;
  }

  .sm\:hover\:text-orange-600:hover {
    color: #dd6b20;
  }

  .sm\:hover\:text-orange-700:hover {
    color: #c05621;
  }

  .sm\:hover\:text-orange-800:hover {
    color: #9c4221;
  }

  .sm\:hover\:text-orange-900:hover {
    color: #7b341e;
  }

  .sm\:hover\:text-yellow-100:hover {
    color: #fffff0;
  }

  .sm\:hover\:text-yellow-200:hover {
    color: #fefcbf;
  }

  .sm\:hover\:text-yellow-300:hover {
    color: #faf089;
  }

  .sm\:hover\:text-yellow-400:hover {
    color: #f6e05e;
  }

  .sm\:hover\:text-yellow-500:hover {
    color: #ecc94b;
  }

  .sm\:hover\:text-yellow-600:hover {
    color: #d69e2e;
  }

  .sm\:hover\:text-yellow-700:hover {
    color: #b7791f;
  }

  .sm\:hover\:text-yellow-800:hover {
    color: #975a16;
  }

  .sm\:hover\:text-yellow-900:hover {
    color: #744210;
  }

  .sm\:hover\:text-green-100:hover {
    color: #f0fff4;
  }

  .sm\:hover\:text-green-200:hover {
    color: #c6f6d5;
  }

  .sm\:hover\:text-green-300:hover {
    color: #9ae6b4;
  }

  .sm\:hover\:text-green-400:hover {
    color: #68d391;
  }

  .sm\:hover\:text-green-500:hover {
    color: #48bb78;
  }

  .sm\:hover\:text-green-600:hover {
    color: #38a169;
  }

  .sm\:hover\:text-green-700:hover {
    color: #2f855a;
  }

  .sm\:hover\:text-green-800:hover {
    color: #276749;
  }

  .sm\:hover\:text-green-900:hover {
    color: #22543d;
  }

  .sm\:hover\:text-teal-100:hover {
    color: #e6fffa;
  }

  .sm\:hover\:text-teal-200:hover {
    color: #b2f5ea;
  }

  .sm\:hover\:text-teal-300:hover {
    color: #81e6d9;
  }

  .sm\:hover\:text-teal-400:hover {
    color: #4fd1c5;
  }

  .sm\:hover\:text-teal-500:hover {
    color: #38b2ac;
  }

  .sm\:hover\:text-teal-600:hover {
    color: #319795;
  }

  .sm\:hover\:text-teal-700:hover {
    color: #2c7a7b;
  }

  .sm\:hover\:text-teal-800:hover {
    color: #285e61;
  }

  .sm\:hover\:text-teal-900:hover {
    color: #234e52;
  }

  .sm\:hover\:text-blue-100:hover {
    color: #ebf8ff;
  }

  .sm\:hover\:text-blue-200:hover {
    color: #bee3f8;
  }

  .sm\:hover\:text-blue-300:hover {
    color: #90cdf4;
  }

  .sm\:hover\:text-blue-400:hover {
    color: #63b3ed;
  }

  .sm\:hover\:text-blue-500:hover {
    color: #4299e1;
  }

  .sm\:hover\:text-blue-600:hover {
    color: #3182ce;
  }

  .sm\:hover\:text-blue-700:hover {
    color: #2b6cb0;
  }

  .sm\:hover\:text-blue-800:hover {
    color: #2c5282;
  }

  .sm\:hover\:text-blue-900:hover {
    color: #2a4365;
  }

  .sm\:hover\:text-indigo-100:hover {
    color: #ebf4ff;
  }

  .sm\:hover\:text-indigo-200:hover {
    color: #c3dafe;
  }

  .sm\:hover\:text-indigo-300:hover {
    color: #a3bffa;
  }

  .sm\:hover\:text-indigo-400:hover {
    color: #7f9cf5;
  }

  .sm\:hover\:text-indigo-500:hover {
    color: #667eea;
  }

  .sm\:hover\:text-indigo-600:hover {
    color: #5a67d8;
  }

  .sm\:hover\:text-indigo-700:hover {
    color: #4c51bf;
  }

  .sm\:hover\:text-indigo-800:hover {
    color: #434190;
  }

  .sm\:hover\:text-indigo-900:hover {
    color: #3c366b;
  }

  .sm\:hover\:text-purple-100:hover {
    color: #faf5ff;
  }

  .sm\:hover\:text-purple-200:hover {
    color: #e9d8fd;
  }

  .sm\:hover\:text-purple-300:hover {
    color: #d6bcfa;
  }

  .sm\:hover\:text-purple-400:hover {
    color: #b794f4;
  }

  .sm\:hover\:text-purple-500:hover {
    color: #9f7aea;
  }

  .sm\:hover\:text-purple-600:hover {
    color: #805ad5;
  }

  .sm\:hover\:text-purple-700:hover {
    color: #6b46c1;
  }

  .sm\:hover\:text-purple-800:hover {
    color: #553c9a;
  }

  .sm\:hover\:text-purple-900:hover {
    color: #44337a;
  }

  .sm\:hover\:text-pink-100:hover {
    color: #fff5f7;
  }

  .sm\:hover\:text-pink-200:hover {
    color: #fed7e2;
  }

  .sm\:hover\:text-pink-300:hover {
    color: #fbb6ce;
  }

  .sm\:hover\:text-pink-400:hover {
    color: #f687b3;
  }

  .sm\:hover\:text-pink-500:hover {
    color: #ed64a6;
  }

  .sm\:hover\:text-pink-600:hover {
    color: #d53f8c;
  }

  .sm\:hover\:text-pink-700:hover {
    color: #b83280;
  }

  .sm\:hover\:text-pink-800:hover {
    color: #97266d;
  }

  .sm\:hover\:text-pink-900:hover {
    color: #702459;
  }

  .sm\:focus\:text-transparent:focus {
    color: transparent;
  }

  .sm\:focus\:text-black:focus {
    color: #000;
  }

  .sm\:focus\:text-white:focus {
    color: #fff;
  }

  .sm\:focus\:text-gray-100:focus {
    color: #f7fafc;
  }

  .sm\:focus\:text-gray-200:focus {
    color: #edf2f7;
  }

  .sm\:focus\:text-gray-300:focus {
    color: #e2e8f0;
  }

  .sm\:focus\:text-gray-400:focus {
    color: #cbd5e0;
  }

  .sm\:focus\:text-gray-500:focus {
    color: #a0aec0;
  }

  .sm\:focus\:text-gray-600:focus {
    color: #718096;
  }

  .sm\:focus\:text-gray-700:focus {
    color: #4a5568;
  }

  .sm\:focus\:text-gray-800:focus {
    color: #2d3748;
  }

  .sm\:focus\:text-gray-900:focus {
    color: #1a202c;
  }

  .sm\:focus\:text-red-100:focus {
    color: #fff5f5;
  }

  .sm\:focus\:text-red-200:focus {
    color: #fed7d7;
  }

  .sm\:focus\:text-red-300:focus {
    color: #feb2b2;
  }

  .sm\:focus\:text-red-400:focus {
    color: #fc8181;
  }

  .sm\:focus\:text-red-500:focus {
    color: #f56565;
  }

  .sm\:focus\:text-red-600:focus {
    color: #e53e3e;
  }

  .sm\:focus\:text-red-700:focus {
    color: #c53030;
  }

  .sm\:focus\:text-red-800:focus {
    color: #9b2c2c;
  }

  .sm\:focus\:text-red-900:focus {
    color: #742a2a;
  }

  .sm\:focus\:text-orange-100:focus {
    color: #fffaf0;
  }

  .sm\:focus\:text-orange-200:focus {
    color: #feebc8;
  }

  .sm\:focus\:text-orange-300:focus {
    color: #fbd38d;
  }

  .sm\:focus\:text-orange-400:focus {
    color: #f6ad55;
  }

  .sm\:focus\:text-orange-500:focus {
    color: #ed8936;
  }

  .sm\:focus\:text-orange-600:focus {
    color: #dd6b20;
  }

  .sm\:focus\:text-orange-700:focus {
    color: #c05621;
  }

  .sm\:focus\:text-orange-800:focus {
    color: #9c4221;
  }

  .sm\:focus\:text-orange-900:focus {
    color: #7b341e;
  }

  .sm\:focus\:text-yellow-100:focus {
    color: #fffff0;
  }

  .sm\:focus\:text-yellow-200:focus {
    color: #fefcbf;
  }

  .sm\:focus\:text-yellow-300:focus {
    color: #faf089;
  }

  .sm\:focus\:text-yellow-400:focus {
    color: #f6e05e;
  }

  .sm\:focus\:text-yellow-500:focus {
    color: #ecc94b;
  }

  .sm\:focus\:text-yellow-600:focus {
    color: #d69e2e;
  }

  .sm\:focus\:text-yellow-700:focus {
    color: #b7791f;
  }

  .sm\:focus\:text-yellow-800:focus {
    color: #975a16;
  }

  .sm\:focus\:text-yellow-900:focus {
    color: #744210;
  }

  .sm\:focus\:text-green-100:focus {
    color: #f0fff4;
  }

  .sm\:focus\:text-green-200:focus {
    color: #c6f6d5;
  }

  .sm\:focus\:text-green-300:focus {
    color: #9ae6b4;
  }

  .sm\:focus\:text-green-400:focus {
    color: #68d391;
  }

  .sm\:focus\:text-green-500:focus {
    color: #48bb78;
  }

  .sm\:focus\:text-green-600:focus {
    color: #38a169;
  }

  .sm\:focus\:text-green-700:focus {
    color: #2f855a;
  }

  .sm\:focus\:text-green-800:focus {
    color: #276749;
  }

  .sm\:focus\:text-green-900:focus {
    color: #22543d;
  }

  .sm\:focus\:text-teal-100:focus {
    color: #e6fffa;
  }

  .sm\:focus\:text-teal-200:focus {
    color: #b2f5ea;
  }

  .sm\:focus\:text-teal-300:focus {
    color: #81e6d9;
  }

  .sm\:focus\:text-teal-400:focus {
    color: #4fd1c5;
  }

  .sm\:focus\:text-teal-500:focus {
    color: #38b2ac;
  }

  .sm\:focus\:text-teal-600:focus {
    color: #319795;
  }

  .sm\:focus\:text-teal-700:focus {
    color: #2c7a7b;
  }

  .sm\:focus\:text-teal-800:focus {
    color: #285e61;
  }

  .sm\:focus\:text-teal-900:focus {
    color: #234e52;
  }

  .sm\:focus\:text-blue-100:focus {
    color: #ebf8ff;
  }

  .sm\:focus\:text-blue-200:focus {
    color: #bee3f8;
  }

  .sm\:focus\:text-blue-300:focus {
    color: #90cdf4;
  }

  .sm\:focus\:text-blue-400:focus {
    color: #63b3ed;
  }

  .sm\:focus\:text-blue-500:focus {
    color: #4299e1;
  }

  .sm\:focus\:text-blue-600:focus {
    color: #3182ce;
  }

  .sm\:focus\:text-blue-700:focus {
    color: #2b6cb0;
  }

  .sm\:focus\:text-blue-800:focus {
    color: #2c5282;
  }

  .sm\:focus\:text-blue-900:focus {
    color: #2a4365;
  }

  .sm\:focus\:text-indigo-100:focus {
    color: #ebf4ff;
  }

  .sm\:focus\:text-indigo-200:focus {
    color: #c3dafe;
  }

  .sm\:focus\:text-indigo-300:focus {
    color: #a3bffa;
  }

  .sm\:focus\:text-indigo-400:focus {
    color: #7f9cf5;
  }

  .sm\:focus\:text-indigo-500:focus {
    color: #667eea;
  }

  .sm\:focus\:text-indigo-600:focus {
    color: #5a67d8;
  }

  .sm\:focus\:text-indigo-700:focus {
    color: #4c51bf;
  }

  .sm\:focus\:text-indigo-800:focus {
    color: #434190;
  }

  .sm\:focus\:text-indigo-900:focus {
    color: #3c366b;
  }

  .sm\:focus\:text-purple-100:focus {
    color: #faf5ff;
  }

  .sm\:focus\:text-purple-200:focus {
    color: #e9d8fd;
  }

  .sm\:focus\:text-purple-300:focus {
    color: #d6bcfa;
  }

  .sm\:focus\:text-purple-400:focus {
    color: #b794f4;
  }

  .sm\:focus\:text-purple-500:focus {
    color: #9f7aea;
  }

  .sm\:focus\:text-purple-600:focus {
    color: #805ad5;
  }

  .sm\:focus\:text-purple-700:focus {
    color: #6b46c1;
  }

  .sm\:focus\:text-purple-800:focus {
    color: #553c9a;
  }

  .sm\:focus\:text-purple-900:focus {
    color: #44337a;
  }

  .sm\:focus\:text-pink-100:focus {
    color: #fff5f7;
  }

  .sm\:focus\:text-pink-200:focus {
    color: #fed7e2;
  }

  .sm\:focus\:text-pink-300:focus {
    color: #fbb6ce;
  }

  .sm\:focus\:text-pink-400:focus {
    color: #f687b3;
  }

  .sm\:focus\:text-pink-500:focus {
    color: #ed64a6;
  }

  .sm\:focus\:text-pink-600:focus {
    color: #d53f8c;
  }

  .sm\:focus\:text-pink-700:focus {
    color: #b83280;
  }

  .sm\:focus\:text-pink-800:focus {
    color: #97266d;
  }

  .sm\:focus\:text-pink-900:focus {
    color: #702459;
  }

  .sm\:active\:text-transparent:active {
    color: transparent;
  }

  .sm\:active\:text-black:active {
    color: #000;
  }

  .sm\:active\:text-white:active {
    color: #fff;
  }

  .sm\:active\:text-gray-100:active {
    color: #f7fafc;
  }

  .sm\:active\:text-gray-200:active {
    color: #edf2f7;
  }

  .sm\:active\:text-gray-300:active {
    color: #e2e8f0;
  }

  .sm\:active\:text-gray-400:active {
    color: #cbd5e0;
  }

  .sm\:active\:text-gray-500:active {
    color: #a0aec0;
  }

  .sm\:active\:text-gray-600:active {
    color: #718096;
  }

  .sm\:active\:text-gray-700:active {
    color: #4a5568;
  }

  .sm\:active\:text-gray-800:active {
    color: #2d3748;
  }

  .sm\:active\:text-gray-900:active {
    color: #1a202c;
  }

  .sm\:active\:text-red-100:active {
    color: #fff5f5;
  }

  .sm\:active\:text-red-200:active {
    color: #fed7d7;
  }

  .sm\:active\:text-red-300:active {
    color: #feb2b2;
  }

  .sm\:active\:text-red-400:active {
    color: #fc8181;
  }

  .sm\:active\:text-red-500:active {
    color: #f56565;
  }

  .sm\:active\:text-red-600:active {
    color: #e53e3e;
  }

  .sm\:active\:text-red-700:active {
    color: #c53030;
  }

  .sm\:active\:text-red-800:active {
    color: #9b2c2c;
  }

  .sm\:active\:text-red-900:active {
    color: #742a2a;
  }

  .sm\:active\:text-orange-100:active {
    color: #fffaf0;
  }

  .sm\:active\:text-orange-200:active {
    color: #feebc8;
  }

  .sm\:active\:text-orange-300:active {
    color: #fbd38d;
  }

  .sm\:active\:text-orange-400:active {
    color: #f6ad55;
  }

  .sm\:active\:text-orange-500:active {
    color: #ed8936;
  }

  .sm\:active\:text-orange-600:active {
    color: #dd6b20;
  }

  .sm\:active\:text-orange-700:active {
    color: #c05621;
  }

  .sm\:active\:text-orange-800:active {
    color: #9c4221;
  }

  .sm\:active\:text-orange-900:active {
    color: #7b341e;
  }

  .sm\:active\:text-yellow-100:active {
    color: #fffff0;
  }

  .sm\:active\:text-yellow-200:active {
    color: #fefcbf;
  }

  .sm\:active\:text-yellow-300:active {
    color: #faf089;
  }

  .sm\:active\:text-yellow-400:active {
    color: #f6e05e;
  }

  .sm\:active\:text-yellow-500:active {
    color: #ecc94b;
  }

  .sm\:active\:text-yellow-600:active {
    color: #d69e2e;
  }

  .sm\:active\:text-yellow-700:active {
    color: #b7791f;
  }

  .sm\:active\:text-yellow-800:active {
    color: #975a16;
  }

  .sm\:active\:text-yellow-900:active {
    color: #744210;
  }

  .sm\:active\:text-green-100:active {
    color: #f0fff4;
  }

  .sm\:active\:text-green-200:active {
    color: #c6f6d5;
  }

  .sm\:active\:text-green-300:active {
    color: #9ae6b4;
  }

  .sm\:active\:text-green-400:active {
    color: #68d391;
  }

  .sm\:active\:text-green-500:active {
    color: #48bb78;
  }

  .sm\:active\:text-green-600:active {
    color: #38a169;
  }

  .sm\:active\:text-green-700:active {
    color: #2f855a;
  }

  .sm\:active\:text-green-800:active {
    color: #276749;
  }

  .sm\:active\:text-green-900:active {
    color: #22543d;
  }

  .sm\:active\:text-teal-100:active {
    color: #e6fffa;
  }

  .sm\:active\:text-teal-200:active {
    color: #b2f5ea;
  }

  .sm\:active\:text-teal-300:active {
    color: #81e6d9;
  }

  .sm\:active\:text-teal-400:active {
    color: #4fd1c5;
  }

  .sm\:active\:text-teal-500:active {
    color: #38b2ac;
  }

  .sm\:active\:text-teal-600:active {
    color: #319795;
  }

  .sm\:active\:text-teal-700:active {
    color: #2c7a7b;
  }

  .sm\:active\:text-teal-800:active {
    color: #285e61;
  }

  .sm\:active\:text-teal-900:active {
    color: #234e52;
  }

  .sm\:active\:text-blue-100:active {
    color: #ebf8ff;
  }

  .sm\:active\:text-blue-200:active {
    color: #bee3f8;
  }

  .sm\:active\:text-blue-300:active {
    color: #90cdf4;
  }

  .sm\:active\:text-blue-400:active {
    color: #63b3ed;
  }

  .sm\:active\:text-blue-500:active {
    color: #4299e1;
  }

  .sm\:active\:text-blue-600:active {
    color: #3182ce;
  }

  .sm\:active\:text-blue-700:active {
    color: #2b6cb0;
  }

  .sm\:active\:text-blue-800:active {
    color: #2c5282;
  }

  .sm\:active\:text-blue-900:active {
    color: #2a4365;
  }

  .sm\:active\:text-indigo-100:active {
    color: #ebf4ff;
  }

  .sm\:active\:text-indigo-200:active {
    color: #c3dafe;
  }

  .sm\:active\:text-indigo-300:active {
    color: #a3bffa;
  }

  .sm\:active\:text-indigo-400:active {
    color: #7f9cf5;
  }

  .sm\:active\:text-indigo-500:active {
    color: #667eea;
  }

  .sm\:active\:text-indigo-600:active {
    color: #5a67d8;
  }

  .sm\:active\:text-indigo-700:active {
    color: #4c51bf;
  }

  .sm\:active\:text-indigo-800:active {
    color: #434190;
  }

  .sm\:active\:text-indigo-900:active {
    color: #3c366b;
  }

  .sm\:active\:text-purple-100:active {
    color: #faf5ff;
  }

  .sm\:active\:text-purple-200:active {
    color: #e9d8fd;
  }

  .sm\:active\:text-purple-300:active {
    color: #d6bcfa;
  }

  .sm\:active\:text-purple-400:active {
    color: #b794f4;
  }

  .sm\:active\:text-purple-500:active {
    color: #9f7aea;
  }

  .sm\:active\:text-purple-600:active {
    color: #805ad5;
  }

  .sm\:active\:text-purple-700:active {
    color: #6b46c1;
  }

  .sm\:active\:text-purple-800:active {
    color: #553c9a;
  }

  .sm\:active\:text-purple-900:active {
    color: #44337a;
  }

  .sm\:active\:text-pink-100:active {
    color: #fff5f7;
  }

  .sm\:active\:text-pink-200:active {
    color: #fed7e2;
  }

  .sm\:active\:text-pink-300:active {
    color: #fbb6ce;
  }

  .sm\:active\:text-pink-400:active {
    color: #f687b3;
  }

  .sm\:active\:text-pink-500:active {
    color: #ed64a6;
  }

  .sm\:active\:text-pink-600:active {
    color: #d53f8c;
  }

  .sm\:active\:text-pink-700:active {
    color: #b83280;
  }

  .sm\:active\:text-pink-800:active {
    color: #97266d;
  }

  .sm\:active\:text-pink-900:active {
    color: #702459;
  }

  .sm\:visited\:text-transparent:visited {
    color: transparent;
  }

  .sm\:visited\:text-black:visited {
    color: #000;
  }

  .sm\:visited\:text-white:visited {
    color: #fff;
  }

  .sm\:visited\:text-gray-100:visited {
    color: #f7fafc;
  }

  .sm\:visited\:text-gray-200:visited {
    color: #edf2f7;
  }

  .sm\:visited\:text-gray-300:visited {
    color: #e2e8f0;
  }

  .sm\:visited\:text-gray-400:visited {
    color: #cbd5e0;
  }

  .sm\:visited\:text-gray-500:visited {
    color: #a0aec0;
  }

  .sm\:visited\:text-gray-600:visited {
    color: #718096;
  }

  .sm\:visited\:text-gray-700:visited {
    color: #4a5568;
  }

  .sm\:visited\:text-gray-800:visited {
    color: #2d3748;
  }

  .sm\:visited\:text-gray-900:visited {
    color: #1a202c;
  }

  .sm\:visited\:text-red-100:visited {
    color: #fff5f5;
  }

  .sm\:visited\:text-red-200:visited {
    color: #fed7d7;
  }

  .sm\:visited\:text-red-300:visited {
    color: #feb2b2;
  }

  .sm\:visited\:text-red-400:visited {
    color: #fc8181;
  }

  .sm\:visited\:text-red-500:visited {
    color: #f56565;
  }

  .sm\:visited\:text-red-600:visited {
    color: #e53e3e;
  }

  .sm\:visited\:text-red-700:visited {
    color: #c53030;
  }

  .sm\:visited\:text-red-800:visited {
    color: #9b2c2c;
  }

  .sm\:visited\:text-red-900:visited {
    color: #742a2a;
  }

  .sm\:visited\:text-orange-100:visited {
    color: #fffaf0;
  }

  .sm\:visited\:text-orange-200:visited {
    color: #feebc8;
  }

  .sm\:visited\:text-orange-300:visited {
    color: #fbd38d;
  }

  .sm\:visited\:text-orange-400:visited {
    color: #f6ad55;
  }

  .sm\:visited\:text-orange-500:visited {
    color: #ed8936;
  }

  .sm\:visited\:text-orange-600:visited {
    color: #dd6b20;
  }

  .sm\:visited\:text-orange-700:visited {
    color: #c05621;
  }

  .sm\:visited\:text-orange-800:visited {
    color: #9c4221;
  }

  .sm\:visited\:text-orange-900:visited {
    color: #7b341e;
  }

  .sm\:visited\:text-yellow-100:visited {
    color: #fffff0;
  }

  .sm\:visited\:text-yellow-200:visited {
    color: #fefcbf;
  }

  .sm\:visited\:text-yellow-300:visited {
    color: #faf089;
  }

  .sm\:visited\:text-yellow-400:visited {
    color: #f6e05e;
  }

  .sm\:visited\:text-yellow-500:visited {
    color: #ecc94b;
  }

  .sm\:visited\:text-yellow-600:visited {
    color: #d69e2e;
  }

  .sm\:visited\:text-yellow-700:visited {
    color: #b7791f;
  }

  .sm\:visited\:text-yellow-800:visited {
    color: #975a16;
  }

  .sm\:visited\:text-yellow-900:visited {
    color: #744210;
  }

  .sm\:visited\:text-green-100:visited {
    color: #f0fff4;
  }

  .sm\:visited\:text-green-200:visited {
    color: #c6f6d5;
  }

  .sm\:visited\:text-green-300:visited {
    color: #9ae6b4;
  }

  .sm\:visited\:text-green-400:visited {
    color: #68d391;
  }

  .sm\:visited\:text-green-500:visited {
    color: #48bb78;
  }

  .sm\:visited\:text-green-600:visited {
    color: #38a169;
  }

  .sm\:visited\:text-green-700:visited {
    color: #2f855a;
  }

  .sm\:visited\:text-green-800:visited {
    color: #276749;
  }

  .sm\:visited\:text-green-900:visited {
    color: #22543d;
  }

  .sm\:visited\:text-teal-100:visited {
    color: #e6fffa;
  }

  .sm\:visited\:text-teal-200:visited {
    color: #b2f5ea;
  }

  .sm\:visited\:text-teal-300:visited {
    color: #81e6d9;
  }

  .sm\:visited\:text-teal-400:visited {
    color: #4fd1c5;
  }

  .sm\:visited\:text-teal-500:visited {
    color: #38b2ac;
  }

  .sm\:visited\:text-teal-600:visited {
    color: #319795;
  }

  .sm\:visited\:text-teal-700:visited {
    color: #2c7a7b;
  }

  .sm\:visited\:text-teal-800:visited {
    color: #285e61;
  }

  .sm\:visited\:text-teal-900:visited {
    color: #234e52;
  }

  .sm\:visited\:text-blue-100:visited {
    color: #ebf8ff;
  }

  .sm\:visited\:text-blue-200:visited {
    color: #bee3f8;
  }

  .sm\:visited\:text-blue-300:visited {
    color: #90cdf4;
  }

  .sm\:visited\:text-blue-400:visited {
    color: #63b3ed;
  }

  .sm\:visited\:text-blue-500:visited {
    color: #4299e1;
  }

  .sm\:visited\:text-blue-600:visited {
    color: #3182ce;
  }

  .sm\:visited\:text-blue-700:visited {
    color: #2b6cb0;
  }

  .sm\:visited\:text-blue-800:visited {
    color: #2c5282;
  }

  .sm\:visited\:text-blue-900:visited {
    color: #2a4365;
  }

  .sm\:visited\:text-indigo-100:visited {
    color: #ebf4ff;
  }

  .sm\:visited\:text-indigo-200:visited {
    color: #c3dafe;
  }

  .sm\:visited\:text-indigo-300:visited {
    color: #a3bffa;
  }

  .sm\:visited\:text-indigo-400:visited {
    color: #7f9cf5;
  }

  .sm\:visited\:text-indigo-500:visited {
    color: #667eea;
  }

  .sm\:visited\:text-indigo-600:visited {
    color: #5a67d8;
  }

  .sm\:visited\:text-indigo-700:visited {
    color: #4c51bf;
  }

  .sm\:visited\:text-indigo-800:visited {
    color: #434190;
  }

  .sm\:visited\:text-indigo-900:visited {
    color: #3c366b;
  }

  .sm\:visited\:text-purple-100:visited {
    color: #faf5ff;
  }

  .sm\:visited\:text-purple-200:visited {
    color: #e9d8fd;
  }

  .sm\:visited\:text-purple-300:visited {
    color: #d6bcfa;
  }

  .sm\:visited\:text-purple-400:visited {
    color: #b794f4;
  }

  .sm\:visited\:text-purple-500:visited {
    color: #9f7aea;
  }

  .sm\:visited\:text-purple-600:visited {
    color: #805ad5;
  }

  .sm\:visited\:text-purple-700:visited {
    color: #6b46c1;
  }

  .sm\:visited\:text-purple-800:visited {
    color: #553c9a;
  }

  .sm\:visited\:text-purple-900:visited {
    color: #44337a;
  }

  .sm\:visited\:text-pink-100:visited {
    color: #fff5f7;
  }

  .sm\:visited\:text-pink-200:visited {
    color: #fed7e2;
  }

  .sm\:visited\:text-pink-300:visited {
    color: #fbb6ce;
  }

  .sm\:visited\:text-pink-400:visited {
    color: #f687b3;
  }

  .sm\:visited\:text-pink-500:visited {
    color: #ed64a6;
  }

  .sm\:visited\:text-pink-600:visited {
    color: #d53f8c;
  }

  .sm\:visited\:text-pink-700:visited {
    color: #b83280;
  }

  .sm\:visited\:text-pink-800:visited {
    color: #97266d;
  }

  .sm\:visited\:text-pink-900:visited {
    color: #702459;
  }

  .sm\:disabled\:text-transparent:disabled {
    color: transparent;
  }

  .sm\:disabled\:text-black:disabled {
    color: #000;
  }

  .sm\:disabled\:text-white:disabled {
    color: #fff;
  }

  .sm\:disabled\:text-gray-100:disabled {
    color: #f7fafc;
  }

  .sm\:disabled\:text-gray-200:disabled {
    color: #edf2f7;
  }

  .sm\:disabled\:text-gray-300:disabled {
    color: #e2e8f0;
  }

  .sm\:disabled\:text-gray-400:disabled {
    color: #cbd5e0;
  }

  .sm\:disabled\:text-gray-500:disabled {
    color: #a0aec0;
  }

  .sm\:disabled\:text-gray-600:disabled {
    color: #718096;
  }

  .sm\:disabled\:text-gray-700:disabled {
    color: #4a5568;
  }

  .sm\:disabled\:text-gray-800:disabled {
    color: #2d3748;
  }

  .sm\:disabled\:text-gray-900:disabled {
    color: #1a202c;
  }

  .sm\:disabled\:text-red-100:disabled {
    color: #fff5f5;
  }

  .sm\:disabled\:text-red-200:disabled {
    color: #fed7d7;
  }

  .sm\:disabled\:text-red-300:disabled {
    color: #feb2b2;
  }

  .sm\:disabled\:text-red-400:disabled {
    color: #fc8181;
  }

  .sm\:disabled\:text-red-500:disabled {
    color: #f56565;
  }

  .sm\:disabled\:text-red-600:disabled {
    color: #e53e3e;
  }

  .sm\:disabled\:text-red-700:disabled {
    color: #c53030;
  }

  .sm\:disabled\:text-red-800:disabled {
    color: #9b2c2c;
  }

  .sm\:disabled\:text-red-900:disabled {
    color: #742a2a;
  }

  .sm\:disabled\:text-orange-100:disabled {
    color: #fffaf0;
  }

  .sm\:disabled\:text-orange-200:disabled {
    color: #feebc8;
  }

  .sm\:disabled\:text-orange-300:disabled {
    color: #fbd38d;
  }

  .sm\:disabled\:text-orange-400:disabled {
    color: #f6ad55;
  }

  .sm\:disabled\:text-orange-500:disabled {
    color: #ed8936;
  }

  .sm\:disabled\:text-orange-600:disabled {
    color: #dd6b20;
  }

  .sm\:disabled\:text-orange-700:disabled {
    color: #c05621;
  }

  .sm\:disabled\:text-orange-800:disabled {
    color: #9c4221;
  }

  .sm\:disabled\:text-orange-900:disabled {
    color: #7b341e;
  }

  .sm\:disabled\:text-yellow-100:disabled {
    color: #fffff0;
  }

  .sm\:disabled\:text-yellow-200:disabled {
    color: #fefcbf;
  }

  .sm\:disabled\:text-yellow-300:disabled {
    color: #faf089;
  }

  .sm\:disabled\:text-yellow-400:disabled {
    color: #f6e05e;
  }

  .sm\:disabled\:text-yellow-500:disabled {
    color: #ecc94b;
  }

  .sm\:disabled\:text-yellow-600:disabled {
    color: #d69e2e;
  }

  .sm\:disabled\:text-yellow-700:disabled {
    color: #b7791f;
  }

  .sm\:disabled\:text-yellow-800:disabled {
    color: #975a16;
  }

  .sm\:disabled\:text-yellow-900:disabled {
    color: #744210;
  }

  .sm\:disabled\:text-green-100:disabled {
    color: #f0fff4;
  }

  .sm\:disabled\:text-green-200:disabled {
    color: #c6f6d5;
  }

  .sm\:disabled\:text-green-300:disabled {
    color: #9ae6b4;
  }

  .sm\:disabled\:text-green-400:disabled {
    color: #68d391;
  }

  .sm\:disabled\:text-green-500:disabled {
    color: #48bb78;
  }

  .sm\:disabled\:text-green-600:disabled {
    color: #38a169;
  }

  .sm\:disabled\:text-green-700:disabled {
    color: #2f855a;
  }

  .sm\:disabled\:text-green-800:disabled {
    color: #276749;
  }

  .sm\:disabled\:text-green-900:disabled {
    color: #22543d;
  }

  .sm\:disabled\:text-teal-100:disabled {
    color: #e6fffa;
  }

  .sm\:disabled\:text-teal-200:disabled {
    color: #b2f5ea;
  }

  .sm\:disabled\:text-teal-300:disabled {
    color: #81e6d9;
  }

  .sm\:disabled\:text-teal-400:disabled {
    color: #4fd1c5;
  }

  .sm\:disabled\:text-teal-500:disabled {
    color: #38b2ac;
  }

  .sm\:disabled\:text-teal-600:disabled {
    color: #319795;
  }

  .sm\:disabled\:text-teal-700:disabled {
    color: #2c7a7b;
  }

  .sm\:disabled\:text-teal-800:disabled {
    color: #285e61;
  }

  .sm\:disabled\:text-teal-900:disabled {
    color: #234e52;
  }

  .sm\:disabled\:text-blue-100:disabled {
    color: #ebf8ff;
  }

  .sm\:disabled\:text-blue-200:disabled {
    color: #bee3f8;
  }

  .sm\:disabled\:text-blue-300:disabled {
    color: #90cdf4;
  }

  .sm\:disabled\:text-blue-400:disabled {
    color: #63b3ed;
  }

  .sm\:disabled\:text-blue-500:disabled {
    color: #4299e1;
  }

  .sm\:disabled\:text-blue-600:disabled {
    color: #3182ce;
  }

  .sm\:disabled\:text-blue-700:disabled {
    color: #2b6cb0;
  }

  .sm\:disabled\:text-blue-800:disabled {
    color: #2c5282;
  }

  .sm\:disabled\:text-blue-900:disabled {
    color: #2a4365;
  }

  .sm\:disabled\:text-indigo-100:disabled {
    color: #ebf4ff;
  }

  .sm\:disabled\:text-indigo-200:disabled {
    color: #c3dafe;
  }

  .sm\:disabled\:text-indigo-300:disabled {
    color: #a3bffa;
  }

  .sm\:disabled\:text-indigo-400:disabled {
    color: #7f9cf5;
  }

  .sm\:disabled\:text-indigo-500:disabled {
    color: #667eea;
  }

  .sm\:disabled\:text-indigo-600:disabled {
    color: #5a67d8;
  }

  .sm\:disabled\:text-indigo-700:disabled {
    color: #4c51bf;
  }

  .sm\:disabled\:text-indigo-800:disabled {
    color: #434190;
  }

  .sm\:disabled\:text-indigo-900:disabled {
    color: #3c366b;
  }

  .sm\:disabled\:text-purple-100:disabled {
    color: #faf5ff;
  }

  .sm\:disabled\:text-purple-200:disabled {
    color: #e9d8fd;
  }

  .sm\:disabled\:text-purple-300:disabled {
    color: #d6bcfa;
  }

  .sm\:disabled\:text-purple-400:disabled {
    color: #b794f4;
  }

  .sm\:disabled\:text-purple-500:disabled {
    color: #9f7aea;
  }

  .sm\:disabled\:text-purple-600:disabled {
    color: #805ad5;
  }

  .sm\:disabled\:text-purple-700:disabled {
    color: #6b46c1;
  }

  .sm\:disabled\:text-purple-800:disabled {
    color: #553c9a;
  }

  .sm\:disabled\:text-purple-900:disabled {
    color: #44337a;
  }

  .sm\:disabled\:text-pink-100:disabled {
    color: #fff5f7;
  }

  .sm\:disabled\:text-pink-200:disabled {
    color: #fed7e2;
  }

  .sm\:disabled\:text-pink-300:disabled {
    color: #fbb6ce;
  }

  .sm\:disabled\:text-pink-400:disabled {
    color: #f687b3;
  }

  .sm\:disabled\:text-pink-500:disabled {
    color: #ed64a6;
  }

  .sm\:disabled\:text-pink-600:disabled {
    color: #d53f8c;
  }

  .sm\:disabled\:text-pink-700:disabled {
    color: #b83280;
  }

  .sm\:disabled\:text-pink-800:disabled {
    color: #97266d;
  }

  .sm\:disabled\:text-pink-900:disabled {
    color: #702459;
  }

  .sm\:text-xs {
    font-size: 0.75rem;
  }

  .sm\:text-sm {
    font-size: 0.875rem;
  }

  .sm\:text-base {
    font-size: 1rem;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
  }

  .sm\:text-5xl {
    font-size: 3rem;
  }

  .sm\:text-6xl {
    font-size: 4rem;
  }

  .group:hover .sm\:group-hover\:text-xs {
    font-size: 0.75rem;
  }

  .group:hover .sm\:group-hover\:text-sm {
    font-size: 0.875rem;
  }

  .group:hover .sm\:group-hover\:text-base {
    font-size: 1rem;
  }

  .group:hover .sm\:group-hover\:text-lg {
    font-size: 1.125rem;
  }

  .group:hover .sm\:group-hover\:text-xl {
    font-size: 1.25rem;
  }

  .group:hover .sm\:group-hover\:text-2xl {
    font-size: 1.5rem;
  }

  .group:hover .sm\:group-hover\:text-3xl {
    font-size: 1.875rem;
  }

  .group:hover .sm\:group-hover\:text-4xl {
    font-size: 2.25rem;
  }

  .group:hover .sm\:group-hover\:text-5xl {
    font-size: 3rem;
  }

  .group:hover .sm\:group-hover\:text-6xl {
    font-size: 4rem;
  }

  .sm\:focus-within\:text-xs:focus-within {
    font-size: 0.75rem;
  }

  .sm\:focus-within\:text-sm:focus-within {
    font-size: 0.875rem;
  }

  .sm\:focus-within\:text-base:focus-within {
    font-size: 1rem;
  }

  .sm\:focus-within\:text-lg:focus-within {
    font-size: 1.125rem;
  }

  .sm\:focus-within\:text-xl:focus-within {
    font-size: 1.25rem;
  }

  .sm\:focus-within\:text-2xl:focus-within {
    font-size: 1.5rem;
  }

  .sm\:focus-within\:text-3xl:focus-within {
    font-size: 1.875rem;
  }

  .sm\:focus-within\:text-4xl:focus-within {
    font-size: 2.25rem;
  }

  .sm\:focus-within\:text-5xl:focus-within {
    font-size: 3rem;
  }

  .sm\:focus-within\:text-6xl:focus-within {
    font-size: 4rem;
  }

  .sm\:first\:text-xs:first-child {
    font-size: 0.75rem;
  }

  .sm\:first\:text-sm:first-child {
    font-size: 0.875rem;
  }

  .sm\:first\:text-base:first-child {
    font-size: 1rem;
  }

  .sm\:first\:text-lg:first-child {
    font-size: 1.125rem;
  }

  .sm\:first\:text-xl:first-child {
    font-size: 1.25rem;
  }

  .sm\:first\:text-2xl:first-child {
    font-size: 1.5rem;
  }

  .sm\:first\:text-3xl:first-child {
    font-size: 1.875rem;
  }

  .sm\:first\:text-4xl:first-child {
    font-size: 2.25rem;
  }

  .sm\:first\:text-5xl:first-child {
    font-size: 3rem;
  }

  .sm\:first\:text-6xl:first-child {
    font-size: 4rem;
  }

  .sm\:last\:text-xs:last-child {
    font-size: 0.75rem;
  }

  .sm\:last\:text-sm:last-child {
    font-size: 0.875rem;
  }

  .sm\:last\:text-base:last-child {
    font-size: 1rem;
  }

  .sm\:last\:text-lg:last-child {
    font-size: 1.125rem;
  }

  .sm\:last\:text-xl:last-child {
    font-size: 1.25rem;
  }

  .sm\:last\:text-2xl:last-child {
    font-size: 1.5rem;
  }

  .sm\:last\:text-3xl:last-child {
    font-size: 1.875rem;
  }

  .sm\:last\:text-4xl:last-child {
    font-size: 2.25rem;
  }

  .sm\:last\:text-5xl:last-child {
    font-size: 3rem;
  }

  .sm\:last\:text-6xl:last-child {
    font-size: 4rem;
  }

  .sm\:odd\:text-xs:nth-child(odd) {
    font-size: 0.75rem;
  }

  .sm\:odd\:text-sm:nth-child(odd) {
    font-size: 0.875rem;
  }

  .sm\:odd\:text-base:nth-child(odd) {
    font-size: 1rem;
  }

  .sm\:odd\:text-lg:nth-child(odd) {
    font-size: 1.125rem;
  }

  .sm\:odd\:text-xl:nth-child(odd) {
    font-size: 1.25rem;
  }

  .sm\:odd\:text-2xl:nth-child(odd) {
    font-size: 1.5rem;
  }

  .sm\:odd\:text-3xl:nth-child(odd) {
    font-size: 1.875rem;
  }

  .sm\:odd\:text-4xl:nth-child(odd) {
    font-size: 2.25rem;
  }

  .sm\:odd\:text-5xl:nth-child(odd) {
    font-size: 3rem;
  }

  .sm\:odd\:text-6xl:nth-child(odd) {
    font-size: 4rem;
  }

  .sm\:even\:text-xs:nth-child(even) {
    font-size: 0.75rem;
  }

  .sm\:even\:text-sm:nth-child(even) {
    font-size: 0.875rem;
  }

  .sm\:even\:text-base:nth-child(even) {
    font-size: 1rem;
  }

  .sm\:even\:text-lg:nth-child(even) {
    font-size: 1.125rem;
  }

  .sm\:even\:text-xl:nth-child(even) {
    font-size: 1.25rem;
  }

  .sm\:even\:text-2xl:nth-child(even) {
    font-size: 1.5rem;
  }

  .sm\:even\:text-3xl:nth-child(even) {
    font-size: 1.875rem;
  }

  .sm\:even\:text-4xl:nth-child(even) {
    font-size: 2.25rem;
  }

  .sm\:even\:text-5xl:nth-child(even) {
    font-size: 3rem;
  }

  .sm\:even\:text-6xl:nth-child(even) {
    font-size: 4rem;
  }

  .sm\:hover\:text-xs:hover {
    font-size: 0.75rem;
  }

  .sm\:hover\:text-sm:hover {
    font-size: 0.875rem;
  }

  .sm\:hover\:text-base:hover {
    font-size: 1rem;
  }

  .sm\:hover\:text-lg:hover {
    font-size: 1.125rem;
  }

  .sm\:hover\:text-xl:hover {
    font-size: 1.25rem;
  }

  .sm\:hover\:text-2xl:hover {
    font-size: 1.5rem;
  }

  .sm\:hover\:text-3xl:hover {
    font-size: 1.875rem;
  }

  .sm\:hover\:text-4xl:hover {
    font-size: 2.25rem;
  }

  .sm\:hover\:text-5xl:hover {
    font-size: 3rem;
  }

  .sm\:hover\:text-6xl:hover {
    font-size: 4rem;
  }

  .sm\:focus\:text-xs:focus {
    font-size: 0.75rem;
  }

  .sm\:focus\:text-sm:focus {
    font-size: 0.875rem;
  }

  .sm\:focus\:text-base:focus {
    font-size: 1rem;
  }

  .sm\:focus\:text-lg:focus {
    font-size: 1.125rem;
  }

  .sm\:focus\:text-xl:focus {
    font-size: 1.25rem;
  }

  .sm\:focus\:text-2xl:focus {
    font-size: 1.5rem;
  }

  .sm\:focus\:text-3xl:focus {
    font-size: 1.875rem;
  }

  .sm\:focus\:text-4xl:focus {
    font-size: 2.25rem;
  }

  .sm\:focus\:text-5xl:focus {
    font-size: 3rem;
  }

  .sm\:focus\:text-6xl:focus {
    font-size: 4rem;
  }

  .sm\:active\:text-xs:active {
    font-size: 0.75rem;
  }

  .sm\:active\:text-sm:active {
    font-size: 0.875rem;
  }

  .sm\:active\:text-base:active {
    font-size: 1rem;
  }

  .sm\:active\:text-lg:active {
    font-size: 1.125rem;
  }

  .sm\:active\:text-xl:active {
    font-size: 1.25rem;
  }

  .sm\:active\:text-2xl:active {
    font-size: 1.5rem;
  }

  .sm\:active\:text-3xl:active {
    font-size: 1.875rem;
  }

  .sm\:active\:text-4xl:active {
    font-size: 2.25rem;
  }

  .sm\:active\:text-5xl:active {
    font-size: 3rem;
  }

  .sm\:active\:text-6xl:active {
    font-size: 4rem;
  }

  .sm\:visited\:text-xs:visited {
    font-size: 0.75rem;
  }

  .sm\:visited\:text-sm:visited {
    font-size: 0.875rem;
  }

  .sm\:visited\:text-base:visited {
    font-size: 1rem;
  }

  .sm\:visited\:text-lg:visited {
    font-size: 1.125rem;
  }

  .sm\:visited\:text-xl:visited {
    font-size: 1.25rem;
  }

  .sm\:visited\:text-2xl:visited {
    font-size: 1.5rem;
  }

  .sm\:visited\:text-3xl:visited {
    font-size: 1.875rem;
  }

  .sm\:visited\:text-4xl:visited {
    font-size: 2.25rem;
  }

  .sm\:visited\:text-5xl:visited {
    font-size: 3rem;
  }

  .sm\:visited\:text-6xl:visited {
    font-size: 4rem;
  }

  .sm\:disabled\:text-xs:disabled {
    font-size: 0.75rem;
  }

  .sm\:disabled\:text-sm:disabled {
    font-size: 0.875rem;
  }

  .sm\:disabled\:text-base:disabled {
    font-size: 1rem;
  }

  .sm\:disabled\:text-lg:disabled {
    font-size: 1.125rem;
  }

  .sm\:disabled\:text-xl:disabled {
    font-size: 1.25rem;
  }

  .sm\:disabled\:text-2xl:disabled {
    font-size: 1.5rem;
  }

  .sm\:disabled\:text-3xl:disabled {
    font-size: 1.875rem;
  }

  .sm\:disabled\:text-4xl:disabled {
    font-size: 2.25rem;
  }

  .sm\:disabled\:text-5xl:disabled {
    font-size: 3rem;
  }

  .sm\:disabled\:text-6xl:disabled {
    font-size: 4rem;
  }

  .sm\:italic {
    font-style: italic;
  }

  .sm\:not-italic {
    font-style: normal;
  }

  .group:hover .sm\:group-hover\:italic {
    font-style: italic;
  }

  .group:hover .sm\:group-hover\:not-italic {
    font-style: normal;
  }

  .sm\:focus-within\:italic:focus-within {
    font-style: italic;
  }

  .sm\:focus-within\:not-italic:focus-within {
    font-style: normal;
  }

  .sm\:first\:italic:first-child {
    font-style: italic;
  }

  .sm\:first\:not-italic:first-child {
    font-style: normal;
  }

  .sm\:last\:italic:last-child {
    font-style: italic;
  }

  .sm\:last\:not-italic:last-child {
    font-style: normal;
  }

  .sm\:odd\:italic:nth-child(odd) {
    font-style: italic;
  }

  .sm\:odd\:not-italic:nth-child(odd) {
    font-style: normal;
  }

  .sm\:even\:italic:nth-child(even) {
    font-style: italic;
  }

  .sm\:even\:not-italic:nth-child(even) {
    font-style: normal;
  }

  .sm\:hover\:italic:hover {
    font-style: italic;
  }

  .sm\:hover\:not-italic:hover {
    font-style: normal;
  }

  .sm\:focus\:italic:focus {
    font-style: italic;
  }

  .sm\:focus\:not-italic:focus {
    font-style: normal;
  }

  .sm\:active\:italic:active {
    font-style: italic;
  }

  .sm\:active\:not-italic:active {
    font-style: normal;
  }

  .sm\:visited\:italic:visited {
    font-style: italic;
  }

  .sm\:visited\:not-italic:visited {
    font-style: normal;
  }

  .sm\:disabled\:italic:disabled {
    font-style: italic;
  }

  .sm\:disabled\:not-italic:disabled {
    font-style: normal;
  }

  .sm\:uppercase {
    text-transform: uppercase;
  }

  .sm\:lowercase {
    text-transform: lowercase;
  }

  .sm\:capitalize {
    text-transform: capitalize;
  }

  .sm\:normal-case {
    text-transform: none;
  }

  .group:hover .sm\:group-hover\:uppercase {
    text-transform: uppercase;
  }

  .group:hover .sm\:group-hover\:lowercase {
    text-transform: lowercase;
  }

  .group:hover .sm\:group-hover\:capitalize {
    text-transform: capitalize;
  }

  .group:hover .sm\:group-hover\:normal-case {
    text-transform: none;
  }

  .sm\:focus-within\:uppercase:focus-within {
    text-transform: uppercase;
  }

  .sm\:focus-within\:lowercase:focus-within {
    text-transform: lowercase;
  }

  .sm\:focus-within\:capitalize:focus-within {
    text-transform: capitalize;
  }

  .sm\:focus-within\:normal-case:focus-within {
    text-transform: none;
  }

  .sm\:first\:uppercase:first-child {
    text-transform: uppercase;
  }

  .sm\:first\:lowercase:first-child {
    text-transform: lowercase;
  }

  .sm\:first\:capitalize:first-child {
    text-transform: capitalize;
  }

  .sm\:first\:normal-case:first-child {
    text-transform: none;
  }

  .sm\:last\:uppercase:last-child {
    text-transform: uppercase;
  }

  .sm\:last\:lowercase:last-child {
    text-transform: lowercase;
  }

  .sm\:last\:capitalize:last-child {
    text-transform: capitalize;
  }

  .sm\:last\:normal-case:last-child {
    text-transform: none;
  }

  .sm\:odd\:uppercase:nth-child(odd) {
    text-transform: uppercase;
  }

  .sm\:odd\:lowercase:nth-child(odd) {
    text-transform: lowercase;
  }

  .sm\:odd\:capitalize:nth-child(odd) {
    text-transform: capitalize;
  }

  .sm\:odd\:normal-case:nth-child(odd) {
    text-transform: none;
  }

  .sm\:even\:uppercase:nth-child(even) {
    text-transform: uppercase;
  }

  .sm\:even\:lowercase:nth-child(even) {
    text-transform: lowercase;
  }

  .sm\:even\:capitalize:nth-child(even) {
    text-transform: capitalize;
  }

  .sm\:even\:normal-case:nth-child(even) {
    text-transform: none;
  }

  .sm\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .sm\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .sm\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .sm\:hover\:normal-case:hover {
    text-transform: none;
  }

  .sm\:focus\:uppercase:focus {
    text-transform: uppercase;
  }

  .sm\:focus\:lowercase:focus {
    text-transform: lowercase;
  }

  .sm\:focus\:capitalize:focus {
    text-transform: capitalize;
  }

  .sm\:focus\:normal-case:focus {
    text-transform: none;
  }

  .sm\:active\:uppercase:active {
    text-transform: uppercase;
  }

  .sm\:active\:lowercase:active {
    text-transform: lowercase;
  }

  .sm\:active\:capitalize:active {
    text-transform: capitalize;
  }

  .sm\:active\:normal-case:active {
    text-transform: none;
  }

  .sm\:visited\:uppercase:visited {
    text-transform: uppercase;
  }

  .sm\:visited\:lowercase:visited {
    text-transform: lowercase;
  }

  .sm\:visited\:capitalize:visited {
    text-transform: capitalize;
  }

  .sm\:visited\:normal-case:visited {
    text-transform: none;
  }

  .sm\:disabled\:uppercase:disabled {
    text-transform: uppercase;
  }

  .sm\:disabled\:lowercase:disabled {
    text-transform: lowercase;
  }

  .sm\:disabled\:capitalize:disabled {
    text-transform: capitalize;
  }

  .sm\:disabled\:normal-case:disabled {
    text-transform: none;
  }

  .sm\:underline {
    text-decoration: underline;
  }

  .sm\:line-through {
    text-decoration: line-through;
  }

  .sm\:no-underline {
    text-decoration: none;
  }

  .group:hover .sm\:group-hover\:underline {
    text-decoration: underline;
  }

  .group:hover .sm\:group-hover\:line-through {
    text-decoration: line-through;
  }

  .group:hover .sm\:group-hover\:no-underline {
    text-decoration: none;
  }

  .sm\:focus-within\:underline:focus-within {
    text-decoration: underline;
  }

  .sm\:focus-within\:line-through:focus-within {
    text-decoration: line-through;
  }

  .sm\:focus-within\:no-underline:focus-within {
    text-decoration: none;
  }

  .sm\:first\:underline:first-child {
    text-decoration: underline;
  }

  .sm\:first\:line-through:first-child {
    text-decoration: line-through;
  }

  .sm\:first\:no-underline:first-child {
    text-decoration: none;
  }

  .sm\:last\:underline:last-child {
    text-decoration: underline;
  }

  .sm\:last\:line-through:last-child {
    text-decoration: line-through;
  }

  .sm\:last\:no-underline:last-child {
    text-decoration: none;
  }

  .sm\:odd\:underline:nth-child(odd) {
    text-decoration: underline;
  }

  .sm\:odd\:line-through:nth-child(odd) {
    text-decoration: line-through;
  }

  .sm\:odd\:no-underline:nth-child(odd) {
    text-decoration: none;
  }

  .sm\:even\:underline:nth-child(even) {
    text-decoration: underline;
  }

  .sm\:even\:line-through:nth-child(even) {
    text-decoration: line-through;
  }

  .sm\:even\:no-underline:nth-child(even) {
    text-decoration: none;
  }

  .sm\:hover\:underline:hover {
    text-decoration: underline;
  }

  .sm\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .sm\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .sm\:focus\:underline:focus {
    text-decoration: underline;
  }

  .sm\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .sm\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .sm\:active\:underline:active {
    text-decoration: underline;
  }

  .sm\:active\:line-through:active {
    text-decoration: line-through;
  }

  .sm\:active\:no-underline:active {
    text-decoration: none;
  }

  .sm\:visited\:underline:visited {
    text-decoration: underline;
  }

  .sm\:visited\:line-through:visited {
    text-decoration: line-through;
  }

  .sm\:visited\:no-underline:visited {
    text-decoration: none;
  }

  .sm\:disabled\:underline:disabled {
    text-decoration: underline;
  }

  .sm\:disabled\:line-through:disabled {
    text-decoration: line-through;
  }

  .sm\:disabled\:no-underline:disabled {
    text-decoration: none;
  }

  .sm\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .group:hover .sm\:group-hover\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .group:hover .sm\:group-hover\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:focus-within\:antialiased:focus-within {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:focus-within\:subpixel-antialiased:focus-within {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:first\:antialiased:first-child {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:first\:subpixel-antialiased:first-child {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:last\:antialiased:last-child {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:last\:subpixel-antialiased:last-child {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:odd\:antialiased:nth-child(odd) {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:odd\:subpixel-antialiased:nth-child(odd) {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:even\:antialiased:nth-child(even) {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:even\:subpixel-antialiased:nth-child(even) {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:focus\:antialiased:focus {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:focus\:subpixel-antialiased:focus {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:active\:antialiased:active {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:active\:subpixel-antialiased:active {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:visited\:antialiased:visited {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:visited\:subpixel-antialiased:visited {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:disabled\:antialiased:disabled {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:disabled\:subpixel-antialiased:disabled {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .sm\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .sm\:tracking-normal {
    letter-spacing: 0;
  }

  .sm\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .sm\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .sm\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .group:hover .sm\:group-hover\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .group:hover .sm\:group-hover\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .group:hover .sm\:group-hover\:tracking-normal {
    letter-spacing: 0;
  }

  .group:hover .sm\:group-hover\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .group:hover .sm\:group-hover\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .group:hover .sm\:group-hover\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .sm\:focus-within\:tracking-tighter:focus-within {
    letter-spacing: -0.05em;
  }

  .sm\:focus-within\:tracking-tight:focus-within {
    letter-spacing: -0.025em;
  }

  .sm\:focus-within\:tracking-normal:focus-within {
    letter-spacing: 0;
  }

  .sm\:focus-within\:tracking-wide:focus-within {
    letter-spacing: 0.025em;
  }

  .sm\:focus-within\:tracking-wider:focus-within {
    letter-spacing: 0.05em;
  }

  .sm\:focus-within\:tracking-widest:focus-within {
    letter-spacing: 0.1em;
  }

  .sm\:first\:tracking-tighter:first-child {
    letter-spacing: -0.05em;
  }

  .sm\:first\:tracking-tight:first-child {
    letter-spacing: -0.025em;
  }

  .sm\:first\:tracking-normal:first-child {
    letter-spacing: 0;
  }

  .sm\:first\:tracking-wide:first-child {
    letter-spacing: 0.025em;
  }

  .sm\:first\:tracking-wider:first-child {
    letter-spacing: 0.05em;
  }

  .sm\:first\:tracking-widest:first-child {
    letter-spacing: 0.1em;
  }

  .sm\:last\:tracking-tighter:last-child {
    letter-spacing: -0.05em;
  }

  .sm\:last\:tracking-tight:last-child {
    letter-spacing: -0.025em;
  }

  .sm\:last\:tracking-normal:last-child {
    letter-spacing: 0;
  }

  .sm\:last\:tracking-wide:last-child {
    letter-spacing: 0.025em;
  }

  .sm\:last\:tracking-wider:last-child {
    letter-spacing: 0.05em;
  }

  .sm\:last\:tracking-widest:last-child {
    letter-spacing: 0.1em;
  }

  .sm\:odd\:tracking-tighter:nth-child(odd) {
    letter-spacing: -0.05em;
  }

  .sm\:odd\:tracking-tight:nth-child(odd) {
    letter-spacing: -0.025em;
  }

  .sm\:odd\:tracking-normal:nth-child(odd) {
    letter-spacing: 0;
  }

  .sm\:odd\:tracking-wide:nth-child(odd) {
    letter-spacing: 0.025em;
  }

  .sm\:odd\:tracking-wider:nth-child(odd) {
    letter-spacing: 0.05em;
  }

  .sm\:odd\:tracking-widest:nth-child(odd) {
    letter-spacing: 0.1em;
  }

  .sm\:even\:tracking-tighter:nth-child(even) {
    letter-spacing: -0.05em;
  }

  .sm\:even\:tracking-tight:nth-child(even) {
    letter-spacing: -0.025em;
  }

  .sm\:even\:tracking-normal:nth-child(even) {
    letter-spacing: 0;
  }

  .sm\:even\:tracking-wide:nth-child(even) {
    letter-spacing: 0.025em;
  }

  .sm\:even\:tracking-wider:nth-child(even) {
    letter-spacing: 0.05em;
  }

  .sm\:even\:tracking-widest:nth-child(even) {
    letter-spacing: 0.1em;
  }

  .sm\:hover\:tracking-tighter:hover {
    letter-spacing: -0.05em;
  }

  .sm\:hover\:tracking-tight:hover {
    letter-spacing: -0.025em;
  }

  .sm\:hover\:tracking-normal:hover {
    letter-spacing: 0;
  }

  .sm\:hover\:tracking-wide:hover {
    letter-spacing: 0.025em;
  }

  .sm\:hover\:tracking-wider:hover {
    letter-spacing: 0.05em;
  }

  .sm\:hover\:tracking-widest:hover {
    letter-spacing: 0.1em;
  }

  .sm\:focus\:tracking-tighter:focus {
    letter-spacing: -0.05em;
  }

  .sm\:focus\:tracking-tight:focus {
    letter-spacing: -0.025em;
  }

  .sm\:focus\:tracking-normal:focus {
    letter-spacing: 0;
  }

  .sm\:focus\:tracking-wide:focus {
    letter-spacing: 0.025em;
  }

  .sm\:focus\:tracking-wider:focus {
    letter-spacing: 0.05em;
  }

  .sm\:focus\:tracking-widest:focus {
    letter-spacing: 0.1em;
  }

  .sm\:active\:tracking-tighter:active {
    letter-spacing: -0.05em;
  }

  .sm\:active\:tracking-tight:active {
    letter-spacing: -0.025em;
  }

  .sm\:active\:tracking-normal:active {
    letter-spacing: 0;
  }

  .sm\:active\:tracking-wide:active {
    letter-spacing: 0.025em;
  }

  .sm\:active\:tracking-wider:active {
    letter-spacing: 0.05em;
  }

  .sm\:active\:tracking-widest:active {
    letter-spacing: 0.1em;
  }

  .sm\:visited\:tracking-tighter:visited {
    letter-spacing: -0.05em;
  }

  .sm\:visited\:tracking-tight:visited {
    letter-spacing: -0.025em;
  }

  .sm\:visited\:tracking-normal:visited {
    letter-spacing: 0;
  }

  .sm\:visited\:tracking-wide:visited {
    letter-spacing: 0.025em;
  }

  .sm\:visited\:tracking-wider:visited {
    letter-spacing: 0.05em;
  }

  .sm\:visited\:tracking-widest:visited {
    letter-spacing: 0.1em;
  }

  .sm\:disabled\:tracking-tighter:disabled {
    letter-spacing: -0.05em;
  }

  .sm\:disabled\:tracking-tight:disabled {
    letter-spacing: -0.025em;
  }

  .sm\:disabled\:tracking-normal:disabled {
    letter-spacing: 0;
  }

  .sm\:disabled\:tracking-wide:disabled {
    letter-spacing: 0.025em;
  }

  .sm\:disabled\:tracking-wider:disabled {
    letter-spacing: 0.05em;
  }

  .sm\:disabled\:tracking-widest:disabled {
    letter-spacing: 0.1em;
  }

  .sm\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .sm\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .sm\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .sm\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .group:hover .sm\:group-hover\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .group:hover .sm\:group-hover\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .group:hover .sm\:group-hover\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .group:hover .sm\:group-hover\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .sm\:focus-within\:select-none:focus-within {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .sm\:focus-within\:select-text:focus-within {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .sm\:focus-within\:select-all:focus-within {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .sm\:focus-within\:select-auto:focus-within {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .sm\:first\:select-none:first-child {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .sm\:first\:select-text:first-child {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .sm\:first\:select-all:first-child {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .sm\:first\:select-auto:first-child {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .sm\:last\:select-none:last-child {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .sm\:last\:select-text:last-child {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .sm\:last\:select-all:last-child {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .sm\:last\:select-auto:last-child {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .sm\:odd\:select-none:nth-child(odd) {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .sm\:odd\:select-text:nth-child(odd) {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .sm\:odd\:select-all:nth-child(odd) {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .sm\:odd\:select-auto:nth-child(odd) {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .sm\:even\:select-none:nth-child(even) {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .sm\:even\:select-text:nth-child(even) {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .sm\:even\:select-all:nth-child(even) {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .sm\:even\:select-auto:nth-child(even) {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .sm\:hover\:select-none:hover {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .sm\:hover\:select-text:hover {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .sm\:hover\:select-all:hover {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .sm\:hover\:select-auto:hover {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .sm\:focus\:select-none:focus {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .sm\:focus\:select-text:focus {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .sm\:focus\:select-all:focus {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .sm\:focus\:select-auto:focus {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .sm\:active\:select-none:active {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .sm\:active\:select-text:active {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .sm\:active\:select-all:active {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .sm\:active\:select-auto:active {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .sm\:visited\:select-none:visited {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .sm\:visited\:select-text:visited {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .sm\:visited\:select-all:visited {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .sm\:visited\:select-auto:visited {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .sm\:disabled\:select-none:disabled {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .sm\:disabled\:select-text:disabled {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .sm\:disabled\:select-all:disabled {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .sm\:disabled\:select-auto:disabled {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .sm\:align-baseline {
    vertical-align: baseline;
  }

  .sm\:align-top {
    vertical-align: top;
  }

  .sm\:align-middle {
    vertical-align: middle;
  }

  .sm\:align-bottom {
    vertical-align: bottom;
  }

  .sm\:align-text-top {
    vertical-align: text-top;
  }

  .sm\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .group:hover .sm\:group-hover\:align-baseline {
    vertical-align: baseline;
  }

  .group:hover .sm\:group-hover\:align-top {
    vertical-align: top;
  }

  .group:hover .sm\:group-hover\:align-middle {
    vertical-align: middle;
  }

  .group:hover .sm\:group-hover\:align-bottom {
    vertical-align: bottom;
  }

  .group:hover .sm\:group-hover\:align-text-top {
    vertical-align: text-top;
  }

  .group:hover .sm\:group-hover\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .sm\:focus-within\:align-baseline:focus-within {
    vertical-align: baseline;
  }

  .sm\:focus-within\:align-top:focus-within {
    vertical-align: top;
  }

  .sm\:focus-within\:align-middle:focus-within {
    vertical-align: middle;
  }

  .sm\:focus-within\:align-bottom:focus-within {
    vertical-align: bottom;
  }

  .sm\:focus-within\:align-text-top:focus-within {
    vertical-align: text-top;
  }

  .sm\:focus-within\:align-text-bottom:focus-within {
    vertical-align: text-bottom;
  }

  .sm\:first\:align-baseline:first-child {
    vertical-align: baseline;
  }

  .sm\:first\:align-top:first-child {
    vertical-align: top;
  }

  .sm\:first\:align-middle:first-child {
    vertical-align: middle;
  }

  .sm\:first\:align-bottom:first-child {
    vertical-align: bottom;
  }

  .sm\:first\:align-text-top:first-child {
    vertical-align: text-top;
  }

  .sm\:first\:align-text-bottom:first-child {
    vertical-align: text-bottom;
  }

  .sm\:last\:align-baseline:last-child {
    vertical-align: baseline;
  }

  .sm\:last\:align-top:last-child {
    vertical-align: top;
  }

  .sm\:last\:align-middle:last-child {
    vertical-align: middle;
  }

  .sm\:last\:align-bottom:last-child {
    vertical-align: bottom;
  }

  .sm\:last\:align-text-top:last-child {
    vertical-align: text-top;
  }

  .sm\:last\:align-text-bottom:last-child {
    vertical-align: text-bottom;
  }

  .sm\:odd\:align-baseline:nth-child(odd) {
    vertical-align: baseline;
  }

  .sm\:odd\:align-top:nth-child(odd) {
    vertical-align: top;
  }

  .sm\:odd\:align-middle:nth-child(odd) {
    vertical-align: middle;
  }

  .sm\:odd\:align-bottom:nth-child(odd) {
    vertical-align: bottom;
  }

  .sm\:odd\:align-text-top:nth-child(odd) {
    vertical-align: text-top;
  }

  .sm\:odd\:align-text-bottom:nth-child(odd) {
    vertical-align: text-bottom;
  }

  .sm\:even\:align-baseline:nth-child(even) {
    vertical-align: baseline;
  }

  .sm\:even\:align-top:nth-child(even) {
    vertical-align: top;
  }

  .sm\:even\:align-middle:nth-child(even) {
    vertical-align: middle;
  }

  .sm\:even\:align-bottom:nth-child(even) {
    vertical-align: bottom;
  }

  .sm\:even\:align-text-top:nth-child(even) {
    vertical-align: text-top;
  }

  .sm\:even\:align-text-bottom:nth-child(even) {
    vertical-align: text-bottom;
  }

  .sm\:hover\:align-baseline:hover {
    vertical-align: baseline;
  }

  .sm\:hover\:align-top:hover {
    vertical-align: top;
  }

  .sm\:hover\:align-middle:hover {
    vertical-align: middle;
  }

  .sm\:hover\:align-bottom:hover {
    vertical-align: bottom;
  }

  .sm\:hover\:align-text-top:hover {
    vertical-align: text-top;
  }

  .sm\:hover\:align-text-bottom:hover {
    vertical-align: text-bottom;
  }

  .sm\:focus\:align-baseline:focus {
    vertical-align: baseline;
  }

  .sm\:focus\:align-top:focus {
    vertical-align: top;
  }

  .sm\:focus\:align-middle:focus {
    vertical-align: middle;
  }

  .sm\:focus\:align-bottom:focus {
    vertical-align: bottom;
  }

  .sm\:focus\:align-text-top:focus {
    vertical-align: text-top;
  }

  .sm\:focus\:align-text-bottom:focus {
    vertical-align: text-bottom;
  }

  .sm\:active\:align-baseline:active {
    vertical-align: baseline;
  }

  .sm\:active\:align-top:active {
    vertical-align: top;
  }

  .sm\:active\:align-middle:active {
    vertical-align: middle;
  }

  .sm\:active\:align-bottom:active {
    vertical-align: bottom;
  }

  .sm\:active\:align-text-top:active {
    vertical-align: text-top;
  }

  .sm\:active\:align-text-bottom:active {
    vertical-align: text-bottom;
  }

  .sm\:visited\:align-baseline:visited {
    vertical-align: baseline;
  }

  .sm\:visited\:align-top:visited {
    vertical-align: top;
  }

  .sm\:visited\:align-middle:visited {
    vertical-align: middle;
  }

  .sm\:visited\:align-bottom:visited {
    vertical-align: bottom;
  }

  .sm\:visited\:align-text-top:visited {
    vertical-align: text-top;
  }

  .sm\:visited\:align-text-bottom:visited {
    vertical-align: text-bottom;
  }

  .sm\:disabled\:align-baseline:disabled {
    vertical-align: baseline;
  }

  .sm\:disabled\:align-top:disabled {
    vertical-align: top;
  }

  .sm\:disabled\:align-middle:disabled {
    vertical-align: middle;
  }

  .sm\:disabled\:align-bottom:disabled {
    vertical-align: bottom;
  }

  .sm\:disabled\:align-text-top:disabled {
    vertical-align: text-top;
  }

  .sm\:disabled\:align-text-bottom:disabled {
    vertical-align: text-bottom;
  }

  .sm\:visible {
    visibility: visible;
  }

  .sm\:invisible {
    visibility: hidden;
  }

  .group:hover .sm\:group-hover\:visible {
    visibility: visible;
  }

  .group:hover .sm\:group-hover\:invisible {
    visibility: hidden;
  }

  .sm\:focus-within\:visible:focus-within {
    visibility: visible;
  }

  .sm\:focus-within\:invisible:focus-within {
    visibility: hidden;
  }

  .sm\:first\:visible:first-child {
    visibility: visible;
  }

  .sm\:first\:invisible:first-child {
    visibility: hidden;
  }

  .sm\:last\:visible:last-child {
    visibility: visible;
  }

  .sm\:last\:invisible:last-child {
    visibility: hidden;
  }

  .sm\:odd\:visible:nth-child(odd) {
    visibility: visible;
  }

  .sm\:odd\:invisible:nth-child(odd) {
    visibility: hidden;
  }

  .sm\:even\:visible:nth-child(even) {
    visibility: visible;
  }

  .sm\:even\:invisible:nth-child(even) {
    visibility: hidden;
  }

  .sm\:hover\:visible:hover {
    visibility: visible;
  }

  .sm\:hover\:invisible:hover {
    visibility: hidden;
  }

  .sm\:focus\:visible:focus {
    visibility: visible;
  }

  .sm\:focus\:invisible:focus {
    visibility: hidden;
  }

  .sm\:active\:visible:active {
    visibility: visible;
  }

  .sm\:active\:invisible:active {
    visibility: hidden;
  }

  .sm\:visited\:visible:visited {
    visibility: visible;
  }

  .sm\:visited\:invisible:visited {
    visibility: hidden;
  }

  .sm\:disabled\:visible:disabled {
    visibility: visible;
  }

  .sm\:disabled\:invisible:disabled {
    visibility: hidden;
  }

  .sm\:whitespace-normal {
    white-space: normal;
  }

  .sm\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .sm\:whitespace-pre {
    white-space: pre;
  }

  .sm\:whitespace-pre-line {
    white-space: pre-line;
  }

  .sm\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .group:hover .sm\:group-hover\:whitespace-normal {
    white-space: normal;
  }

  .group:hover .sm\:group-hover\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .group:hover .sm\:group-hover\:whitespace-pre {
    white-space: pre;
  }

  .group:hover .sm\:group-hover\:whitespace-pre-line {
    white-space: pre-line;
  }

  .group:hover .sm\:group-hover\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .sm\:focus-within\:whitespace-normal:focus-within {
    white-space: normal;
  }

  .sm\:focus-within\:whitespace-no-wrap:focus-within {
    white-space: nowrap;
  }

  .sm\:focus-within\:whitespace-pre:focus-within {
    white-space: pre;
  }

  .sm\:focus-within\:whitespace-pre-line:focus-within {
    white-space: pre-line;
  }

  .sm\:focus-within\:whitespace-pre-wrap:focus-within {
    white-space: pre-wrap;
  }

  .sm\:first\:whitespace-normal:first-child {
    white-space: normal;
  }

  .sm\:first\:whitespace-no-wrap:first-child {
    white-space: nowrap;
  }

  .sm\:first\:whitespace-pre:first-child {
    white-space: pre;
  }

  .sm\:first\:whitespace-pre-line:first-child {
    white-space: pre-line;
  }

  .sm\:first\:whitespace-pre-wrap:first-child {
    white-space: pre-wrap;
  }

  .sm\:last\:whitespace-normal:last-child {
    white-space: normal;
  }

  .sm\:last\:whitespace-no-wrap:last-child {
    white-space: nowrap;
  }

  .sm\:last\:whitespace-pre:last-child {
    white-space: pre;
  }

  .sm\:last\:whitespace-pre-line:last-child {
    white-space: pre-line;
  }

  .sm\:last\:whitespace-pre-wrap:last-child {
    white-space: pre-wrap;
  }

  .sm\:odd\:whitespace-normal:nth-child(odd) {
    white-space: normal;
  }

  .sm\:odd\:whitespace-no-wrap:nth-child(odd) {
    white-space: nowrap;
  }

  .sm\:odd\:whitespace-pre:nth-child(odd) {
    white-space: pre;
  }

  .sm\:odd\:whitespace-pre-line:nth-child(odd) {
    white-space: pre-line;
  }

  .sm\:odd\:whitespace-pre-wrap:nth-child(odd) {
    white-space: pre-wrap;
  }

  .sm\:even\:whitespace-normal:nth-child(even) {
    white-space: normal;
  }

  .sm\:even\:whitespace-no-wrap:nth-child(even) {
    white-space: nowrap;
  }

  .sm\:even\:whitespace-pre:nth-child(even) {
    white-space: pre;
  }

  .sm\:even\:whitespace-pre-line:nth-child(even) {
    white-space: pre-line;
  }

  .sm\:even\:whitespace-pre-wrap:nth-child(even) {
    white-space: pre-wrap;
  }

  .sm\:hover\:whitespace-normal:hover {
    white-space: normal;
  }

  .sm\:hover\:whitespace-no-wrap:hover {
    white-space: nowrap;
  }

  .sm\:hover\:whitespace-pre:hover {
    white-space: pre;
  }

  .sm\:hover\:whitespace-pre-line:hover {
    white-space: pre-line;
  }

  .sm\:hover\:whitespace-pre-wrap:hover {
    white-space: pre-wrap;
  }

  .sm\:focus\:whitespace-normal:focus {
    white-space: normal;
  }

  .sm\:focus\:whitespace-no-wrap:focus {
    white-space: nowrap;
  }

  .sm\:focus\:whitespace-pre:focus {
    white-space: pre;
  }

  .sm\:focus\:whitespace-pre-line:focus {
    white-space: pre-line;
  }

  .sm\:focus\:whitespace-pre-wrap:focus {
    white-space: pre-wrap;
  }

  .sm\:active\:whitespace-normal:active {
    white-space: normal;
  }

  .sm\:active\:whitespace-no-wrap:active {
    white-space: nowrap;
  }

  .sm\:active\:whitespace-pre:active {
    white-space: pre;
  }

  .sm\:active\:whitespace-pre-line:active {
    white-space: pre-line;
  }

  .sm\:active\:whitespace-pre-wrap:active {
    white-space: pre-wrap;
  }

  .sm\:visited\:whitespace-normal:visited {
    white-space: normal;
  }

  .sm\:visited\:whitespace-no-wrap:visited {
    white-space: nowrap;
  }

  .sm\:visited\:whitespace-pre:visited {
    white-space: pre;
  }

  .sm\:visited\:whitespace-pre-line:visited {
    white-space: pre-line;
  }

  .sm\:visited\:whitespace-pre-wrap:visited {
    white-space: pre-wrap;
  }

  .sm\:disabled\:whitespace-normal:disabled {
    white-space: normal;
  }

  .sm\:disabled\:whitespace-no-wrap:disabled {
    white-space: nowrap;
  }

  .sm\:disabled\:whitespace-pre:disabled {
    white-space: pre;
  }

  .sm\:disabled\:whitespace-pre-line:disabled {
    white-space: pre-line;
  }

  .sm\:disabled\:whitespace-pre-wrap:disabled {
    white-space: pre-wrap;
  }

  .sm\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .sm\:break-words {
    overflow-wrap: break-word;
  }

  .sm\:break-all {
    word-break: break-all;
  }

  .sm\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .group:hover .sm\:group-hover\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .group:hover .sm\:group-hover\:break-words {
    overflow-wrap: break-word;
  }

  .group:hover .sm\:group-hover\:break-all {
    word-break: break-all;
  }

  .group:hover .sm\:group-hover\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm\:focus-within\:break-normal:focus-within {
    overflow-wrap: normal;
    word-break: normal;
  }

  .sm\:focus-within\:break-words:focus-within {
    overflow-wrap: break-word;
  }

  .sm\:focus-within\:break-all:focus-within {
    word-break: break-all;
  }

  .sm\:focus-within\:truncate:focus-within {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm\:first\:break-normal:first-child {
    overflow-wrap: normal;
    word-break: normal;
  }

  .sm\:first\:break-words:first-child {
    overflow-wrap: break-word;
  }

  .sm\:first\:break-all:first-child {
    word-break: break-all;
  }

  .sm\:first\:truncate:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm\:last\:break-normal:last-child {
    overflow-wrap: normal;
    word-break: normal;
  }

  .sm\:last\:break-words:last-child {
    overflow-wrap: break-word;
  }

  .sm\:last\:break-all:last-child {
    word-break: break-all;
  }

  .sm\:last\:truncate:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm\:odd\:break-normal:nth-child(odd) {
    overflow-wrap: normal;
    word-break: normal;
  }

  .sm\:odd\:break-words:nth-child(odd) {
    overflow-wrap: break-word;
  }

  .sm\:odd\:break-all:nth-child(odd) {
    word-break: break-all;
  }

  .sm\:odd\:truncate:nth-child(odd) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm\:even\:break-normal:nth-child(even) {
    overflow-wrap: normal;
    word-break: normal;
  }

  .sm\:even\:break-words:nth-child(even) {
    overflow-wrap: break-word;
  }

  .sm\:even\:break-all:nth-child(even) {
    word-break: break-all;
  }

  .sm\:even\:truncate:nth-child(even) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm\:hover\:break-normal:hover {
    overflow-wrap: normal;
    word-break: normal;
  }

  .sm\:hover\:break-words:hover {
    overflow-wrap: break-word;
  }

  .sm\:hover\:break-all:hover {
    word-break: break-all;
  }

  .sm\:hover\:truncate:hover {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm\:focus\:break-normal:focus {
    overflow-wrap: normal;
    word-break: normal;
  }

  .sm\:focus\:break-words:focus {
    overflow-wrap: break-word;
  }

  .sm\:focus\:break-all:focus {
    word-break: break-all;
  }

  .sm\:focus\:truncate:focus {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm\:active\:break-normal:active {
    overflow-wrap: normal;
    word-break: normal;
  }

  .sm\:active\:break-words:active {
    overflow-wrap: break-word;
  }

  .sm\:active\:break-all:active {
    word-break: break-all;
  }

  .sm\:active\:truncate:active {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm\:visited\:break-normal:visited {
    overflow-wrap: normal;
    word-break: normal;
  }

  .sm\:visited\:break-words:visited {
    overflow-wrap: break-word;
  }

  .sm\:visited\:break-all:visited {
    word-break: break-all;
  }

  .sm\:visited\:truncate:visited {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm\:disabled\:break-normal:disabled {
    overflow-wrap: normal;
    word-break: normal;
  }

  .sm\:disabled\:break-words:disabled {
    overflow-wrap: break-word;
  }

  .sm\:disabled\:break-all:disabled {
    word-break: break-all;
  }

  .sm\:disabled\:truncate:disabled {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm\:w-0 {
    width: 0;
  }

  .sm\:w-1 {
    width: 0.25rem;
  }

  .sm\:w-2 {
    width: 0.5rem;
  }

  .sm\:w-3 {
    width: 0.75rem;
  }

  .sm\:w-4 {
    width: 1rem;
  }

  .sm\:w-5 {
    width: 1.25rem;
  }

  .sm\:w-6 {
    width: 1.5rem;
  }

  .sm\:w-8 {
    width: 2rem;
  }

  .sm\:w-10 {
    width: 2.5rem;
  }

  .sm\:w-12 {
    width: 3rem;
  }

  .sm\:w-16 {
    width: 4rem;
  }

  .sm\:w-20 {
    width: 5rem;
  }

  .sm\:w-24 {
    width: 6rem;
  }

  .sm\:w-32 {
    width: 8rem;
  }

  .sm\:w-40 {
    width: 10rem;
  }

  .sm\:w-48 {
    width: 12rem;
  }

  .sm\:w-56 {
    width: 14rem;
  }

  .sm\:w-64 {
    width: 16rem;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:w-px {
    width: 1px;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:w-1\/3 {
    width: 33.333333%;
  }

  .sm\:w-2\/3 {
    width: 66.666667%;
  }

  .sm\:w-1\/4 {
    width: 25%;
  }

  .sm\:w-2\/4 {
    width: 50%;
  }

  .sm\:w-3\/4 {
    width: 75%;
  }

  .sm\:w-1\/5 {
    width: 20%;
  }

  .sm\:w-2\/5 {
    width: 40%;
  }

  .sm\:w-3\/5 {
    width: 60%;
  }

  .sm\:w-4\/5 {
    width: 80%;
  }

  .sm\:w-1\/6 {
    width: 16.666667%;
  }

  .sm\:w-2\/6 {
    width: 33.333333%;
  }

  .sm\:w-3\/6 {
    width: 50%;
  }

  .sm\:w-4\/6 {
    width: 66.666667%;
  }

  .sm\:w-5\/6 {
    width: 83.333333%;
  }

  .sm\:w-1\/12 {
    width: 8.333333%;
  }

  .sm\:w-2\/12 {
    width: 16.666667%;
  }

  .sm\:w-3\/12 {
    width: 25%;
  }

  .sm\:w-4\/12 {
    width: 33.333333%;
  }

  .sm\:w-5\/12 {
    width: 41.666667%;
  }

  .sm\:w-6\/12 {
    width: 50%;
  }

  .sm\:w-7\/12 {
    width: 58.333333%;
  }

  .sm\:w-8\/12 {
    width: 66.666667%;
  }

  .sm\:w-9\/12 {
    width: 75%;
  }

  .sm\:w-10\/12 {
    width: 83.333333%;
  }

  .sm\:w-11\/12 {
    width: 91.666667%;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:w-screen {
    width: 100vw;
  }

  .group:hover .sm\:group-hover\:w-0 {
    width: 0;
  }

  .group:hover .sm\:group-hover\:w-1 {
    width: 0.25rem;
  }

  .group:hover .sm\:group-hover\:w-2 {
    width: 0.5rem;
  }

  .group:hover .sm\:group-hover\:w-3 {
    width: 0.75rem;
  }

  .group:hover .sm\:group-hover\:w-4 {
    width: 1rem;
  }

  .group:hover .sm\:group-hover\:w-5 {
    width: 1.25rem;
  }

  .group:hover .sm\:group-hover\:w-6 {
    width: 1.5rem;
  }

  .group:hover .sm\:group-hover\:w-8 {
    width: 2rem;
  }

  .group:hover .sm\:group-hover\:w-10 {
    width: 2.5rem;
  }

  .group:hover .sm\:group-hover\:w-12 {
    width: 3rem;
  }

  .group:hover .sm\:group-hover\:w-16 {
    width: 4rem;
  }

  .group:hover .sm\:group-hover\:w-20 {
    width: 5rem;
  }

  .group:hover .sm\:group-hover\:w-24 {
    width: 6rem;
  }

  .group:hover .sm\:group-hover\:w-32 {
    width: 8rem;
  }

  .group:hover .sm\:group-hover\:w-40 {
    width: 10rem;
  }

  .group:hover .sm\:group-hover\:w-48 {
    width: 12rem;
  }

  .group:hover .sm\:group-hover\:w-56 {
    width: 14rem;
  }

  .group:hover .sm\:group-hover\:w-64 {
    width: 16rem;
  }

  .group:hover .sm\:group-hover\:w-auto {
    width: auto;
  }

  .group:hover .sm\:group-hover\:w-px {
    width: 1px;
  }

  .group:hover .sm\:group-hover\:w-1\/2 {
    width: 50%;
  }

  .group:hover .sm\:group-hover\:w-1\/3 {
    width: 33.333333%;
  }

  .group:hover .sm\:group-hover\:w-2\/3 {
    width: 66.666667%;
  }

  .group:hover .sm\:group-hover\:w-1\/4 {
    width: 25%;
  }

  .group:hover .sm\:group-hover\:w-2\/4 {
    width: 50%;
  }

  .group:hover .sm\:group-hover\:w-3\/4 {
    width: 75%;
  }

  .group:hover .sm\:group-hover\:w-1\/5 {
    width: 20%;
  }

  .group:hover .sm\:group-hover\:w-2\/5 {
    width: 40%;
  }

  .group:hover .sm\:group-hover\:w-3\/5 {
    width: 60%;
  }

  .group:hover .sm\:group-hover\:w-4\/5 {
    width: 80%;
  }

  .group:hover .sm\:group-hover\:w-1\/6 {
    width: 16.666667%;
  }

  .group:hover .sm\:group-hover\:w-2\/6 {
    width: 33.333333%;
  }

  .group:hover .sm\:group-hover\:w-3\/6 {
    width: 50%;
  }

  .group:hover .sm\:group-hover\:w-4\/6 {
    width: 66.666667%;
  }

  .group:hover .sm\:group-hover\:w-5\/6 {
    width: 83.333333%;
  }

  .group:hover .sm\:group-hover\:w-1\/12 {
    width: 8.333333%;
  }

  .group:hover .sm\:group-hover\:w-2\/12 {
    width: 16.666667%;
  }

  .group:hover .sm\:group-hover\:w-3\/12 {
    width: 25%;
  }

  .group:hover .sm\:group-hover\:w-4\/12 {
    width: 33.333333%;
  }

  .group:hover .sm\:group-hover\:w-5\/12 {
    width: 41.666667%;
  }

  .group:hover .sm\:group-hover\:w-6\/12 {
    width: 50%;
  }

  .group:hover .sm\:group-hover\:w-7\/12 {
    width: 58.333333%;
  }

  .group:hover .sm\:group-hover\:w-8\/12 {
    width: 66.666667%;
  }

  .group:hover .sm\:group-hover\:w-9\/12 {
    width: 75%;
  }

  .group:hover .sm\:group-hover\:w-10\/12 {
    width: 83.333333%;
  }

  .group:hover .sm\:group-hover\:w-11\/12 {
    width: 91.666667%;
  }

  .group:hover .sm\:group-hover\:w-full {
    width: 100%;
  }

  .group:hover .sm\:group-hover\:w-screen {
    width: 100vw;
  }

  .sm\:focus-within\:w-0:focus-within {
    width: 0;
  }

  .sm\:focus-within\:w-1:focus-within {
    width: 0.25rem;
  }

  .sm\:focus-within\:w-2:focus-within {
    width: 0.5rem;
  }

  .sm\:focus-within\:w-3:focus-within {
    width: 0.75rem;
  }

  .sm\:focus-within\:w-4:focus-within {
    width: 1rem;
  }

  .sm\:focus-within\:w-5:focus-within {
    width: 1.25rem;
  }

  .sm\:focus-within\:w-6:focus-within {
    width: 1.5rem;
  }

  .sm\:focus-within\:w-8:focus-within {
    width: 2rem;
  }

  .sm\:focus-within\:w-10:focus-within {
    width: 2.5rem;
  }

  .sm\:focus-within\:w-12:focus-within {
    width: 3rem;
  }

  .sm\:focus-within\:w-16:focus-within {
    width: 4rem;
  }

  .sm\:focus-within\:w-20:focus-within {
    width: 5rem;
  }

  .sm\:focus-within\:w-24:focus-within {
    width: 6rem;
  }

  .sm\:focus-within\:w-32:focus-within {
    width: 8rem;
  }

  .sm\:focus-within\:w-40:focus-within {
    width: 10rem;
  }

  .sm\:focus-within\:w-48:focus-within {
    width: 12rem;
  }

  .sm\:focus-within\:w-56:focus-within {
    width: 14rem;
  }

  .sm\:focus-within\:w-64:focus-within {
    width: 16rem;
  }

  .sm\:focus-within\:w-auto:focus-within {
    width: auto;
  }

  .sm\:focus-within\:w-px:focus-within {
    width: 1px;
  }

  .sm\:focus-within\:w-1\/2:focus-within {
    width: 50%;
  }

  .sm\:focus-within\:w-1\/3:focus-within {
    width: 33.333333%;
  }

  .sm\:focus-within\:w-2\/3:focus-within {
    width: 66.666667%;
  }

  .sm\:focus-within\:w-1\/4:focus-within {
    width: 25%;
  }

  .sm\:focus-within\:w-2\/4:focus-within {
    width: 50%;
  }

  .sm\:focus-within\:w-3\/4:focus-within {
    width: 75%;
  }

  .sm\:focus-within\:w-1\/5:focus-within {
    width: 20%;
  }

  .sm\:focus-within\:w-2\/5:focus-within {
    width: 40%;
  }

  .sm\:focus-within\:w-3\/5:focus-within {
    width: 60%;
  }

  .sm\:focus-within\:w-4\/5:focus-within {
    width: 80%;
  }

  .sm\:focus-within\:w-1\/6:focus-within {
    width: 16.666667%;
  }

  .sm\:focus-within\:w-2\/6:focus-within {
    width: 33.333333%;
  }

  .sm\:focus-within\:w-3\/6:focus-within {
    width: 50%;
  }

  .sm\:focus-within\:w-4\/6:focus-within {
    width: 66.666667%;
  }

  .sm\:focus-within\:w-5\/6:focus-within {
    width: 83.333333%;
  }

  .sm\:focus-within\:w-1\/12:focus-within {
    width: 8.333333%;
  }

  .sm\:focus-within\:w-2\/12:focus-within {
    width: 16.666667%;
  }

  .sm\:focus-within\:w-3\/12:focus-within {
    width: 25%;
  }

  .sm\:focus-within\:w-4\/12:focus-within {
    width: 33.333333%;
  }

  .sm\:focus-within\:w-5\/12:focus-within {
    width: 41.666667%;
  }

  .sm\:focus-within\:w-6\/12:focus-within {
    width: 50%;
  }

  .sm\:focus-within\:w-7\/12:focus-within {
    width: 58.333333%;
  }

  .sm\:focus-within\:w-8\/12:focus-within {
    width: 66.666667%;
  }

  .sm\:focus-within\:w-9\/12:focus-within {
    width: 75%;
  }

  .sm\:focus-within\:w-10\/12:focus-within {
    width: 83.333333%;
  }

  .sm\:focus-within\:w-11\/12:focus-within {
    width: 91.666667%;
  }

  .sm\:focus-within\:w-full:focus-within {
    width: 100%;
  }

  .sm\:focus-within\:w-screen:focus-within {
    width: 100vw;
  }

  .sm\:first\:w-0:first-child {
    width: 0;
  }

  .sm\:first\:w-1:first-child {
    width: 0.25rem;
  }

  .sm\:first\:w-2:first-child {
    width: 0.5rem;
  }

  .sm\:first\:w-3:first-child {
    width: 0.75rem;
  }

  .sm\:first\:w-4:first-child {
    width: 1rem;
  }

  .sm\:first\:w-5:first-child {
    width: 1.25rem;
  }

  .sm\:first\:w-6:first-child {
    width: 1.5rem;
  }

  .sm\:first\:w-8:first-child {
    width: 2rem;
  }

  .sm\:first\:w-10:first-child {
    width: 2.5rem;
  }

  .sm\:first\:w-12:first-child {
    width: 3rem;
  }

  .sm\:first\:w-16:first-child {
    width: 4rem;
  }

  .sm\:first\:w-20:first-child {
    width: 5rem;
  }

  .sm\:first\:w-24:first-child {
    width: 6rem;
  }

  .sm\:first\:w-32:first-child {
    width: 8rem;
  }

  .sm\:first\:w-40:first-child {
    width: 10rem;
  }

  .sm\:first\:w-48:first-child {
    width: 12rem;
  }

  .sm\:first\:w-56:first-child {
    width: 14rem;
  }

  .sm\:first\:w-64:first-child {
    width: 16rem;
  }

  .sm\:first\:w-auto:first-child {
    width: auto;
  }

  .sm\:first\:w-px:first-child {
    width: 1px;
  }

  .sm\:first\:w-1\/2:first-child {
    width: 50%;
  }

  .sm\:first\:w-1\/3:first-child {
    width: 33.333333%;
  }

  .sm\:first\:w-2\/3:first-child {
    width: 66.666667%;
  }

  .sm\:first\:w-1\/4:first-child {
    width: 25%;
  }

  .sm\:first\:w-2\/4:first-child {
    width: 50%;
  }

  .sm\:first\:w-3\/4:first-child {
    width: 75%;
  }

  .sm\:first\:w-1\/5:first-child {
    width: 20%;
  }

  .sm\:first\:w-2\/5:first-child {
    width: 40%;
  }

  .sm\:first\:w-3\/5:first-child {
    width: 60%;
  }

  .sm\:first\:w-4\/5:first-child {
    width: 80%;
  }

  .sm\:first\:w-1\/6:first-child {
    width: 16.666667%;
  }

  .sm\:first\:w-2\/6:first-child {
    width: 33.333333%;
  }

  .sm\:first\:w-3\/6:first-child {
    width: 50%;
  }

  .sm\:first\:w-4\/6:first-child {
    width: 66.666667%;
  }

  .sm\:first\:w-5\/6:first-child {
    width: 83.333333%;
  }

  .sm\:first\:w-1\/12:first-child {
    width: 8.333333%;
  }

  .sm\:first\:w-2\/12:first-child {
    width: 16.666667%;
  }

  .sm\:first\:w-3\/12:first-child {
    width: 25%;
  }

  .sm\:first\:w-4\/12:first-child {
    width: 33.333333%;
  }

  .sm\:first\:w-5\/12:first-child {
    width: 41.666667%;
  }

  .sm\:first\:w-6\/12:first-child {
    width: 50%;
  }

  .sm\:first\:w-7\/12:first-child {
    width: 58.333333%;
  }

  .sm\:first\:w-8\/12:first-child {
    width: 66.666667%;
  }

  .sm\:first\:w-9\/12:first-child {
    width: 75%;
  }

  .sm\:first\:w-10\/12:first-child {
    width: 83.333333%;
  }

  .sm\:first\:w-11\/12:first-child {
    width: 91.666667%;
  }

  .sm\:first\:w-full:first-child {
    width: 100%;
  }

  .sm\:first\:w-screen:first-child {
    width: 100vw;
  }

  .sm\:last\:w-0:last-child {
    width: 0;
  }

  .sm\:last\:w-1:last-child {
    width: 0.25rem;
  }

  .sm\:last\:w-2:last-child {
    width: 0.5rem;
  }

  .sm\:last\:w-3:last-child {
    width: 0.75rem;
  }

  .sm\:last\:w-4:last-child {
    width: 1rem;
  }

  .sm\:last\:w-5:last-child {
    width: 1.25rem;
  }

  .sm\:last\:w-6:last-child {
    width: 1.5rem;
  }

  .sm\:last\:w-8:last-child {
    width: 2rem;
  }

  .sm\:last\:w-10:last-child {
    width: 2.5rem;
  }

  .sm\:last\:w-12:last-child {
    width: 3rem;
  }

  .sm\:last\:w-16:last-child {
    width: 4rem;
  }

  .sm\:last\:w-20:last-child {
    width: 5rem;
  }

  .sm\:last\:w-24:last-child {
    width: 6rem;
  }

  .sm\:last\:w-32:last-child {
    width: 8rem;
  }

  .sm\:last\:w-40:last-child {
    width: 10rem;
  }

  .sm\:last\:w-48:last-child {
    width: 12rem;
  }

  .sm\:last\:w-56:last-child {
    width: 14rem;
  }

  .sm\:last\:w-64:last-child {
    width: 16rem;
  }

  .sm\:last\:w-auto:last-child {
    width: auto;
  }

  .sm\:last\:w-px:last-child {
    width: 1px;
  }

  .sm\:last\:w-1\/2:last-child {
    width: 50%;
  }

  .sm\:last\:w-1\/3:last-child {
    width: 33.333333%;
  }

  .sm\:last\:w-2\/3:last-child {
    width: 66.666667%;
  }

  .sm\:last\:w-1\/4:last-child {
    width: 25%;
  }

  .sm\:last\:w-2\/4:last-child {
    width: 50%;
  }

  .sm\:last\:w-3\/4:last-child {
    width: 75%;
  }

  .sm\:last\:w-1\/5:last-child {
    width: 20%;
  }

  .sm\:last\:w-2\/5:last-child {
    width: 40%;
  }

  .sm\:last\:w-3\/5:last-child {
    width: 60%;
  }

  .sm\:last\:w-4\/5:last-child {
    width: 80%;
  }

  .sm\:last\:w-1\/6:last-child {
    width: 16.666667%;
  }

  .sm\:last\:w-2\/6:last-child {
    width: 33.333333%;
  }

  .sm\:last\:w-3\/6:last-child {
    width: 50%;
  }

  .sm\:last\:w-4\/6:last-child {
    width: 66.666667%;
  }

  .sm\:last\:w-5\/6:last-child {
    width: 83.333333%;
  }

  .sm\:last\:w-1\/12:last-child {
    width: 8.333333%;
  }

  .sm\:last\:w-2\/12:last-child {
    width: 16.666667%;
  }

  .sm\:last\:w-3\/12:last-child {
    width: 25%;
  }

  .sm\:last\:w-4\/12:last-child {
    width: 33.333333%;
  }

  .sm\:last\:w-5\/12:last-child {
    width: 41.666667%;
  }

  .sm\:last\:w-6\/12:last-child {
    width: 50%;
  }

  .sm\:last\:w-7\/12:last-child {
    width: 58.333333%;
  }

  .sm\:last\:w-8\/12:last-child {
    width: 66.666667%;
  }

  .sm\:last\:w-9\/12:last-child {
    width: 75%;
  }

  .sm\:last\:w-10\/12:last-child {
    width: 83.333333%;
  }

  .sm\:last\:w-11\/12:last-child {
    width: 91.666667%;
  }

  .sm\:last\:w-full:last-child {
    width: 100%;
  }

  .sm\:last\:w-screen:last-child {
    width: 100vw;
  }

  .sm\:odd\:w-0:nth-child(odd) {
    width: 0;
  }

  .sm\:odd\:w-1:nth-child(odd) {
    width: 0.25rem;
  }

  .sm\:odd\:w-2:nth-child(odd) {
    width: 0.5rem;
  }

  .sm\:odd\:w-3:nth-child(odd) {
    width: 0.75rem;
  }

  .sm\:odd\:w-4:nth-child(odd) {
    width: 1rem;
  }

  .sm\:odd\:w-5:nth-child(odd) {
    width: 1.25rem;
  }

  .sm\:odd\:w-6:nth-child(odd) {
    width: 1.5rem;
  }

  .sm\:odd\:w-8:nth-child(odd) {
    width: 2rem;
  }

  .sm\:odd\:w-10:nth-child(odd) {
    width: 2.5rem;
  }

  .sm\:odd\:w-12:nth-child(odd) {
    width: 3rem;
  }

  .sm\:odd\:w-16:nth-child(odd) {
    width: 4rem;
  }

  .sm\:odd\:w-20:nth-child(odd) {
    width: 5rem;
  }

  .sm\:odd\:w-24:nth-child(odd) {
    width: 6rem;
  }

  .sm\:odd\:w-32:nth-child(odd) {
    width: 8rem;
  }

  .sm\:odd\:w-40:nth-child(odd) {
    width: 10rem;
  }

  .sm\:odd\:w-48:nth-child(odd) {
    width: 12rem;
  }

  .sm\:odd\:w-56:nth-child(odd) {
    width: 14rem;
  }

  .sm\:odd\:w-64:nth-child(odd) {
    width: 16rem;
  }

  .sm\:odd\:w-auto:nth-child(odd) {
    width: auto;
  }

  .sm\:odd\:w-px:nth-child(odd) {
    width: 1px;
  }

  .sm\:odd\:w-1\/2:nth-child(odd) {
    width: 50%;
  }

  .sm\:odd\:w-1\/3:nth-child(odd) {
    width: 33.333333%;
  }

  .sm\:odd\:w-2\/3:nth-child(odd) {
    width: 66.666667%;
  }

  .sm\:odd\:w-1\/4:nth-child(odd) {
    width: 25%;
  }

  .sm\:odd\:w-2\/4:nth-child(odd) {
    width: 50%;
  }

  .sm\:odd\:w-3\/4:nth-child(odd) {
    width: 75%;
  }

  .sm\:odd\:w-1\/5:nth-child(odd) {
    width: 20%;
  }

  .sm\:odd\:w-2\/5:nth-child(odd) {
    width: 40%;
  }

  .sm\:odd\:w-3\/5:nth-child(odd) {
    width: 60%;
  }

  .sm\:odd\:w-4\/5:nth-child(odd) {
    width: 80%;
  }

  .sm\:odd\:w-1\/6:nth-child(odd) {
    width: 16.666667%;
  }

  .sm\:odd\:w-2\/6:nth-child(odd) {
    width: 33.333333%;
  }

  .sm\:odd\:w-3\/6:nth-child(odd) {
    width: 50%;
  }

  .sm\:odd\:w-4\/6:nth-child(odd) {
    width: 66.666667%;
  }

  .sm\:odd\:w-5\/6:nth-child(odd) {
    width: 83.333333%;
  }

  .sm\:odd\:w-1\/12:nth-child(odd) {
    width: 8.333333%;
  }

  .sm\:odd\:w-2\/12:nth-child(odd) {
    width: 16.666667%;
  }

  .sm\:odd\:w-3\/12:nth-child(odd) {
    width: 25%;
  }

  .sm\:odd\:w-4\/12:nth-child(odd) {
    width: 33.333333%;
  }

  .sm\:odd\:w-5\/12:nth-child(odd) {
    width: 41.666667%;
  }

  .sm\:odd\:w-6\/12:nth-child(odd) {
    width: 50%;
  }

  .sm\:odd\:w-7\/12:nth-child(odd) {
    width: 58.333333%;
  }

  .sm\:odd\:w-8\/12:nth-child(odd) {
    width: 66.666667%;
  }

  .sm\:odd\:w-9\/12:nth-child(odd) {
    width: 75%;
  }

  .sm\:odd\:w-10\/12:nth-child(odd) {
    width: 83.333333%;
  }

  .sm\:odd\:w-11\/12:nth-child(odd) {
    width: 91.666667%;
  }

  .sm\:odd\:w-full:nth-child(odd) {
    width: 100%;
  }

  .sm\:odd\:w-screen:nth-child(odd) {
    width: 100vw;
  }

  .sm\:even\:w-0:nth-child(even) {
    width: 0;
  }

  .sm\:even\:w-1:nth-child(even) {
    width: 0.25rem;
  }

  .sm\:even\:w-2:nth-child(even) {
    width: 0.5rem;
  }

  .sm\:even\:w-3:nth-child(even) {
    width: 0.75rem;
  }

  .sm\:even\:w-4:nth-child(even) {
    width: 1rem;
  }

  .sm\:even\:w-5:nth-child(even) {
    width: 1.25rem;
  }

  .sm\:even\:w-6:nth-child(even) {
    width: 1.5rem;
  }

  .sm\:even\:w-8:nth-child(even) {
    width: 2rem;
  }

  .sm\:even\:w-10:nth-child(even) {
    width: 2.5rem;
  }

  .sm\:even\:w-12:nth-child(even) {
    width: 3rem;
  }

  .sm\:even\:w-16:nth-child(even) {
    width: 4rem;
  }

  .sm\:even\:w-20:nth-child(even) {
    width: 5rem;
  }

  .sm\:even\:w-24:nth-child(even) {
    width: 6rem;
  }

  .sm\:even\:w-32:nth-child(even) {
    width: 8rem;
  }

  .sm\:even\:w-40:nth-child(even) {
    width: 10rem;
  }

  .sm\:even\:w-48:nth-child(even) {
    width: 12rem;
  }

  .sm\:even\:w-56:nth-child(even) {
    width: 14rem;
  }

  .sm\:even\:w-64:nth-child(even) {
    width: 16rem;
  }

  .sm\:even\:w-auto:nth-child(even) {
    width: auto;
  }

  .sm\:even\:w-px:nth-child(even) {
    width: 1px;
  }

  .sm\:even\:w-1\/2:nth-child(even) {
    width: 50%;
  }

  .sm\:even\:w-1\/3:nth-child(even) {
    width: 33.333333%;
  }

  .sm\:even\:w-2\/3:nth-child(even) {
    width: 66.666667%;
  }

  .sm\:even\:w-1\/4:nth-child(even) {
    width: 25%;
  }

  .sm\:even\:w-2\/4:nth-child(even) {
    width: 50%;
  }

  .sm\:even\:w-3\/4:nth-child(even) {
    width: 75%;
  }

  .sm\:even\:w-1\/5:nth-child(even) {
    width: 20%;
  }

  .sm\:even\:w-2\/5:nth-child(even) {
    width: 40%;
  }

  .sm\:even\:w-3\/5:nth-child(even) {
    width: 60%;
  }

  .sm\:even\:w-4\/5:nth-child(even) {
    width: 80%;
  }

  .sm\:even\:w-1\/6:nth-child(even) {
    width: 16.666667%;
  }

  .sm\:even\:w-2\/6:nth-child(even) {
    width: 33.333333%;
  }

  .sm\:even\:w-3\/6:nth-child(even) {
    width: 50%;
  }

  .sm\:even\:w-4\/6:nth-child(even) {
    width: 66.666667%;
  }

  .sm\:even\:w-5\/6:nth-child(even) {
    width: 83.333333%;
  }

  .sm\:even\:w-1\/12:nth-child(even) {
    width: 8.333333%;
  }

  .sm\:even\:w-2\/12:nth-child(even) {
    width: 16.666667%;
  }

  .sm\:even\:w-3\/12:nth-child(even) {
    width: 25%;
  }

  .sm\:even\:w-4\/12:nth-child(even) {
    width: 33.333333%;
  }

  .sm\:even\:w-5\/12:nth-child(even) {
    width: 41.666667%;
  }

  .sm\:even\:w-6\/12:nth-child(even) {
    width: 50%;
  }

  .sm\:even\:w-7\/12:nth-child(even) {
    width: 58.333333%;
  }

  .sm\:even\:w-8\/12:nth-child(even) {
    width: 66.666667%;
  }

  .sm\:even\:w-9\/12:nth-child(even) {
    width: 75%;
  }

  .sm\:even\:w-10\/12:nth-child(even) {
    width: 83.333333%;
  }

  .sm\:even\:w-11\/12:nth-child(even) {
    width: 91.666667%;
  }

  .sm\:even\:w-full:nth-child(even) {
    width: 100%;
  }

  .sm\:even\:w-screen:nth-child(even) {
    width: 100vw;
  }

  .sm\:hover\:w-0:hover {
    width: 0;
  }

  .sm\:hover\:w-1:hover {
    width: 0.25rem;
  }

  .sm\:hover\:w-2:hover {
    width: 0.5rem;
  }

  .sm\:hover\:w-3:hover {
    width: 0.75rem;
  }

  .sm\:hover\:w-4:hover {
    width: 1rem;
  }

  .sm\:hover\:w-5:hover {
    width: 1.25rem;
  }

  .sm\:hover\:w-6:hover {
    width: 1.5rem;
  }

  .sm\:hover\:w-8:hover {
    width: 2rem;
  }

  .sm\:hover\:w-10:hover {
    width: 2.5rem;
  }

  .sm\:hover\:w-12:hover {
    width: 3rem;
  }

  .sm\:hover\:w-16:hover {
    width: 4rem;
  }

  .sm\:hover\:w-20:hover {
    width: 5rem;
  }

  .sm\:hover\:w-24:hover {
    width: 6rem;
  }

  .sm\:hover\:w-32:hover {
    width: 8rem;
  }

  .sm\:hover\:w-40:hover {
    width: 10rem;
  }

  .sm\:hover\:w-48:hover {
    width: 12rem;
  }

  .sm\:hover\:w-56:hover {
    width: 14rem;
  }

  .sm\:hover\:w-64:hover {
    width: 16rem;
  }

  .sm\:hover\:w-auto:hover {
    width: auto;
  }

  .sm\:hover\:w-px:hover {
    width: 1px;
  }

  .sm\:hover\:w-1\/2:hover {
    width: 50%;
  }

  .sm\:hover\:w-1\/3:hover {
    width: 33.333333%;
  }

  .sm\:hover\:w-2\/3:hover {
    width: 66.666667%;
  }

  .sm\:hover\:w-1\/4:hover {
    width: 25%;
  }

  .sm\:hover\:w-2\/4:hover {
    width: 50%;
  }

  .sm\:hover\:w-3\/4:hover {
    width: 75%;
  }

  .sm\:hover\:w-1\/5:hover {
    width: 20%;
  }

  .sm\:hover\:w-2\/5:hover {
    width: 40%;
  }

  .sm\:hover\:w-3\/5:hover {
    width: 60%;
  }

  .sm\:hover\:w-4\/5:hover {
    width: 80%;
  }

  .sm\:hover\:w-1\/6:hover {
    width: 16.666667%;
  }

  .sm\:hover\:w-2\/6:hover {
    width: 33.333333%;
  }

  .sm\:hover\:w-3\/6:hover {
    width: 50%;
  }

  .sm\:hover\:w-4\/6:hover {
    width: 66.666667%;
  }

  .sm\:hover\:w-5\/6:hover {
    width: 83.333333%;
  }

  .sm\:hover\:w-1\/12:hover {
    width: 8.333333%;
  }

  .sm\:hover\:w-2\/12:hover {
    width: 16.666667%;
  }

  .sm\:hover\:w-3\/12:hover {
    width: 25%;
  }

  .sm\:hover\:w-4\/12:hover {
    width: 33.333333%;
  }

  .sm\:hover\:w-5\/12:hover {
    width: 41.666667%;
  }

  .sm\:hover\:w-6\/12:hover {
    width: 50%;
  }

  .sm\:hover\:w-7\/12:hover {
    width: 58.333333%;
  }

  .sm\:hover\:w-8\/12:hover {
    width: 66.666667%;
  }

  .sm\:hover\:w-9\/12:hover {
    width: 75%;
  }

  .sm\:hover\:w-10\/12:hover {
    width: 83.333333%;
  }

  .sm\:hover\:w-11\/12:hover {
    width: 91.666667%;
  }

  .sm\:hover\:w-full:hover {
    width: 100%;
  }

  .sm\:hover\:w-screen:hover {
    width: 100vw;
  }

  .sm\:focus\:w-0:focus {
    width: 0;
  }

  .sm\:focus\:w-1:focus {
    width: 0.25rem;
  }

  .sm\:focus\:w-2:focus {
    width: 0.5rem;
  }

  .sm\:focus\:w-3:focus {
    width: 0.75rem;
  }

  .sm\:focus\:w-4:focus {
    width: 1rem;
  }

  .sm\:focus\:w-5:focus {
    width: 1.25rem;
  }

  .sm\:focus\:w-6:focus {
    width: 1.5rem;
  }

  .sm\:focus\:w-8:focus {
    width: 2rem;
  }

  .sm\:focus\:w-10:focus {
    width: 2.5rem;
  }

  .sm\:focus\:w-12:focus {
    width: 3rem;
  }

  .sm\:focus\:w-16:focus {
    width: 4rem;
  }

  .sm\:focus\:w-20:focus {
    width: 5rem;
  }

  .sm\:focus\:w-24:focus {
    width: 6rem;
  }

  .sm\:focus\:w-32:focus {
    width: 8rem;
  }

  .sm\:focus\:w-40:focus {
    width: 10rem;
  }

  .sm\:focus\:w-48:focus {
    width: 12rem;
  }

  .sm\:focus\:w-56:focus {
    width: 14rem;
  }

  .sm\:focus\:w-64:focus {
    width: 16rem;
  }

  .sm\:focus\:w-auto:focus {
    width: auto;
  }

  .sm\:focus\:w-px:focus {
    width: 1px;
  }

  .sm\:focus\:w-1\/2:focus {
    width: 50%;
  }

  .sm\:focus\:w-1\/3:focus {
    width: 33.333333%;
  }

  .sm\:focus\:w-2\/3:focus {
    width: 66.666667%;
  }

  .sm\:focus\:w-1\/4:focus {
    width: 25%;
  }

  .sm\:focus\:w-2\/4:focus {
    width: 50%;
  }

  .sm\:focus\:w-3\/4:focus {
    width: 75%;
  }

  .sm\:focus\:w-1\/5:focus {
    width: 20%;
  }

  .sm\:focus\:w-2\/5:focus {
    width: 40%;
  }

  .sm\:focus\:w-3\/5:focus {
    width: 60%;
  }

  .sm\:focus\:w-4\/5:focus {
    width: 80%;
  }

  .sm\:focus\:w-1\/6:focus {
    width: 16.666667%;
  }

  .sm\:focus\:w-2\/6:focus {
    width: 33.333333%;
  }

  .sm\:focus\:w-3\/6:focus {
    width: 50%;
  }

  .sm\:focus\:w-4\/6:focus {
    width: 66.666667%;
  }

  .sm\:focus\:w-5\/6:focus {
    width: 83.333333%;
  }

  .sm\:focus\:w-1\/12:focus {
    width: 8.333333%;
  }

  .sm\:focus\:w-2\/12:focus {
    width: 16.666667%;
  }

  .sm\:focus\:w-3\/12:focus {
    width: 25%;
  }

  .sm\:focus\:w-4\/12:focus {
    width: 33.333333%;
  }

  .sm\:focus\:w-5\/12:focus {
    width: 41.666667%;
  }

  .sm\:focus\:w-6\/12:focus {
    width: 50%;
  }

  .sm\:focus\:w-7\/12:focus {
    width: 58.333333%;
  }

  .sm\:focus\:w-8\/12:focus {
    width: 66.666667%;
  }

  .sm\:focus\:w-9\/12:focus {
    width: 75%;
  }

  .sm\:focus\:w-10\/12:focus {
    width: 83.333333%;
  }

  .sm\:focus\:w-11\/12:focus {
    width: 91.666667%;
  }

  .sm\:focus\:w-full:focus {
    width: 100%;
  }

  .sm\:focus\:w-screen:focus {
    width: 100vw;
  }

  .sm\:active\:w-0:active {
    width: 0;
  }

  .sm\:active\:w-1:active {
    width: 0.25rem;
  }

  .sm\:active\:w-2:active {
    width: 0.5rem;
  }

  .sm\:active\:w-3:active {
    width: 0.75rem;
  }

  .sm\:active\:w-4:active {
    width: 1rem;
  }

  .sm\:active\:w-5:active {
    width: 1.25rem;
  }

  .sm\:active\:w-6:active {
    width: 1.5rem;
  }

  .sm\:active\:w-8:active {
    width: 2rem;
  }

  .sm\:active\:w-10:active {
    width: 2.5rem;
  }

  .sm\:active\:w-12:active {
    width: 3rem;
  }

  .sm\:active\:w-16:active {
    width: 4rem;
  }

  .sm\:active\:w-20:active {
    width: 5rem;
  }

  .sm\:active\:w-24:active {
    width: 6rem;
  }

  .sm\:active\:w-32:active {
    width: 8rem;
  }

  .sm\:active\:w-40:active {
    width: 10rem;
  }

  .sm\:active\:w-48:active {
    width: 12rem;
  }

  .sm\:active\:w-56:active {
    width: 14rem;
  }

  .sm\:active\:w-64:active {
    width: 16rem;
  }

  .sm\:active\:w-auto:active {
    width: auto;
  }

  .sm\:active\:w-px:active {
    width: 1px;
  }

  .sm\:active\:w-1\/2:active {
    width: 50%;
  }

  .sm\:active\:w-1\/3:active {
    width: 33.333333%;
  }

  .sm\:active\:w-2\/3:active {
    width: 66.666667%;
  }

  .sm\:active\:w-1\/4:active {
    width: 25%;
  }

  .sm\:active\:w-2\/4:active {
    width: 50%;
  }

  .sm\:active\:w-3\/4:active {
    width: 75%;
  }

  .sm\:active\:w-1\/5:active {
    width: 20%;
  }

  .sm\:active\:w-2\/5:active {
    width: 40%;
  }

  .sm\:active\:w-3\/5:active {
    width: 60%;
  }

  .sm\:active\:w-4\/5:active {
    width: 80%;
  }

  .sm\:active\:w-1\/6:active {
    width: 16.666667%;
  }

  .sm\:active\:w-2\/6:active {
    width: 33.333333%;
  }

  .sm\:active\:w-3\/6:active {
    width: 50%;
  }

  .sm\:active\:w-4\/6:active {
    width: 66.666667%;
  }

  .sm\:active\:w-5\/6:active {
    width: 83.333333%;
  }

  .sm\:active\:w-1\/12:active {
    width: 8.333333%;
  }

  .sm\:active\:w-2\/12:active {
    width: 16.666667%;
  }

  .sm\:active\:w-3\/12:active {
    width: 25%;
  }

  .sm\:active\:w-4\/12:active {
    width: 33.333333%;
  }

  .sm\:active\:w-5\/12:active {
    width: 41.666667%;
  }

  .sm\:active\:w-6\/12:active {
    width: 50%;
  }

  .sm\:active\:w-7\/12:active {
    width: 58.333333%;
  }

  .sm\:active\:w-8\/12:active {
    width: 66.666667%;
  }

  .sm\:active\:w-9\/12:active {
    width: 75%;
  }

  .sm\:active\:w-10\/12:active {
    width: 83.333333%;
  }

  .sm\:active\:w-11\/12:active {
    width: 91.666667%;
  }

  .sm\:active\:w-full:active {
    width: 100%;
  }

  .sm\:active\:w-screen:active {
    width: 100vw;
  }

  .sm\:visited\:w-0:visited {
    width: 0;
  }

  .sm\:visited\:w-1:visited {
    width: 0.25rem;
  }

  .sm\:visited\:w-2:visited {
    width: 0.5rem;
  }

  .sm\:visited\:w-3:visited {
    width: 0.75rem;
  }

  .sm\:visited\:w-4:visited {
    width: 1rem;
  }

  .sm\:visited\:w-5:visited {
    width: 1.25rem;
  }

  .sm\:visited\:w-6:visited {
    width: 1.5rem;
  }

  .sm\:visited\:w-8:visited {
    width: 2rem;
  }

  .sm\:visited\:w-10:visited {
    width: 2.5rem;
  }

  .sm\:visited\:w-12:visited {
    width: 3rem;
  }

  .sm\:visited\:w-16:visited {
    width: 4rem;
  }

  .sm\:visited\:w-20:visited {
    width: 5rem;
  }

  .sm\:visited\:w-24:visited {
    width: 6rem;
  }

  .sm\:visited\:w-32:visited {
    width: 8rem;
  }

  .sm\:visited\:w-40:visited {
    width: 10rem;
  }

  .sm\:visited\:w-48:visited {
    width: 12rem;
  }

  .sm\:visited\:w-56:visited {
    width: 14rem;
  }

  .sm\:visited\:w-64:visited {
    width: 16rem;
  }

  .sm\:visited\:w-auto:visited {
    width: auto;
  }

  .sm\:visited\:w-px:visited {
    width: 1px;
  }

  .sm\:visited\:w-1\/2:visited {
    width: 50%;
  }

  .sm\:visited\:w-1\/3:visited {
    width: 33.333333%;
  }

  .sm\:visited\:w-2\/3:visited {
    width: 66.666667%;
  }

  .sm\:visited\:w-1\/4:visited {
    width: 25%;
  }

  .sm\:visited\:w-2\/4:visited {
    width: 50%;
  }

  .sm\:visited\:w-3\/4:visited {
    width: 75%;
  }

  .sm\:visited\:w-1\/5:visited {
    width: 20%;
  }

  .sm\:visited\:w-2\/5:visited {
    width: 40%;
  }

  .sm\:visited\:w-3\/5:visited {
    width: 60%;
  }

  .sm\:visited\:w-4\/5:visited {
    width: 80%;
  }

  .sm\:visited\:w-1\/6:visited {
    width: 16.666667%;
  }

  .sm\:visited\:w-2\/6:visited {
    width: 33.333333%;
  }

  .sm\:visited\:w-3\/6:visited {
    width: 50%;
  }

  .sm\:visited\:w-4\/6:visited {
    width: 66.666667%;
  }

  .sm\:visited\:w-5\/6:visited {
    width: 83.333333%;
  }

  .sm\:visited\:w-1\/12:visited {
    width: 8.333333%;
  }

  .sm\:visited\:w-2\/12:visited {
    width: 16.666667%;
  }

  .sm\:visited\:w-3\/12:visited {
    width: 25%;
  }

  .sm\:visited\:w-4\/12:visited {
    width: 33.333333%;
  }

  .sm\:visited\:w-5\/12:visited {
    width: 41.666667%;
  }

  .sm\:visited\:w-6\/12:visited {
    width: 50%;
  }

  .sm\:visited\:w-7\/12:visited {
    width: 58.333333%;
  }

  .sm\:visited\:w-8\/12:visited {
    width: 66.666667%;
  }

  .sm\:visited\:w-9\/12:visited {
    width: 75%;
  }

  .sm\:visited\:w-10\/12:visited {
    width: 83.333333%;
  }

  .sm\:visited\:w-11\/12:visited {
    width: 91.666667%;
  }

  .sm\:visited\:w-full:visited {
    width: 100%;
  }

  .sm\:visited\:w-screen:visited {
    width: 100vw;
  }

  .sm\:disabled\:w-0:disabled {
    width: 0;
  }

  .sm\:disabled\:w-1:disabled {
    width: 0.25rem;
  }

  .sm\:disabled\:w-2:disabled {
    width: 0.5rem;
  }

  .sm\:disabled\:w-3:disabled {
    width: 0.75rem;
  }

  .sm\:disabled\:w-4:disabled {
    width: 1rem;
  }

  .sm\:disabled\:w-5:disabled {
    width: 1.25rem;
  }

  .sm\:disabled\:w-6:disabled {
    width: 1.5rem;
  }

  .sm\:disabled\:w-8:disabled {
    width: 2rem;
  }

  .sm\:disabled\:w-10:disabled {
    width: 2.5rem;
  }

  .sm\:disabled\:w-12:disabled {
    width: 3rem;
  }

  .sm\:disabled\:w-16:disabled {
    width: 4rem;
  }

  .sm\:disabled\:w-20:disabled {
    width: 5rem;
  }

  .sm\:disabled\:w-24:disabled {
    width: 6rem;
  }

  .sm\:disabled\:w-32:disabled {
    width: 8rem;
  }

  .sm\:disabled\:w-40:disabled {
    width: 10rem;
  }

  .sm\:disabled\:w-48:disabled {
    width: 12rem;
  }

  .sm\:disabled\:w-56:disabled {
    width: 14rem;
  }

  .sm\:disabled\:w-64:disabled {
    width: 16rem;
  }

  .sm\:disabled\:w-auto:disabled {
    width: auto;
  }

  .sm\:disabled\:w-px:disabled {
    width: 1px;
  }

  .sm\:disabled\:w-1\/2:disabled {
    width: 50%;
  }

  .sm\:disabled\:w-1\/3:disabled {
    width: 33.333333%;
  }

  .sm\:disabled\:w-2\/3:disabled {
    width: 66.666667%;
  }

  .sm\:disabled\:w-1\/4:disabled {
    width: 25%;
  }

  .sm\:disabled\:w-2\/4:disabled {
    width: 50%;
  }

  .sm\:disabled\:w-3\/4:disabled {
    width: 75%;
  }

  .sm\:disabled\:w-1\/5:disabled {
    width: 20%;
  }

  .sm\:disabled\:w-2\/5:disabled {
    width: 40%;
  }

  .sm\:disabled\:w-3\/5:disabled {
    width: 60%;
  }

  .sm\:disabled\:w-4\/5:disabled {
    width: 80%;
  }

  .sm\:disabled\:w-1\/6:disabled {
    width: 16.666667%;
  }

  .sm\:disabled\:w-2\/6:disabled {
    width: 33.333333%;
  }

  .sm\:disabled\:w-3\/6:disabled {
    width: 50%;
  }

  .sm\:disabled\:w-4\/6:disabled {
    width: 66.666667%;
  }

  .sm\:disabled\:w-5\/6:disabled {
    width: 83.333333%;
  }

  .sm\:disabled\:w-1\/12:disabled {
    width: 8.333333%;
  }

  .sm\:disabled\:w-2\/12:disabled {
    width: 16.666667%;
  }

  .sm\:disabled\:w-3\/12:disabled {
    width: 25%;
  }

  .sm\:disabled\:w-4\/12:disabled {
    width: 33.333333%;
  }

  .sm\:disabled\:w-5\/12:disabled {
    width: 41.666667%;
  }

  .sm\:disabled\:w-6\/12:disabled {
    width: 50%;
  }

  .sm\:disabled\:w-7\/12:disabled {
    width: 58.333333%;
  }

  .sm\:disabled\:w-8\/12:disabled {
    width: 66.666667%;
  }

  .sm\:disabled\:w-9\/12:disabled {
    width: 75%;
  }

  .sm\:disabled\:w-10\/12:disabled {
    width: 83.333333%;
  }

  .sm\:disabled\:w-11\/12:disabled {
    width: 91.666667%;
  }

  .sm\:disabled\:w-full:disabled {
    width: 100%;
  }

  .sm\:disabled\:w-screen:disabled {
    width: 100vw;
  }

  .sm\:z-0 {
    z-index: 0;
  }

  .sm\:z-10 {
    z-index: 10;
  }

  .sm\:z-20 {
    z-index: 20;
  }

  .sm\:z-30 {
    z-index: 30;
  }

  .sm\:z-40 {
    z-index: 40;
  }

  .sm\:z-50 {
    z-index: 50;
  }

  .sm\:z-auto {
    z-index: auto;
  }

  .group:hover .sm\:group-hover\:z-0 {
    z-index: 0;
  }

  .group:hover .sm\:group-hover\:z-10 {
    z-index: 10;
  }

  .group:hover .sm\:group-hover\:z-20 {
    z-index: 20;
  }

  .group:hover .sm\:group-hover\:z-30 {
    z-index: 30;
  }

  .group:hover .sm\:group-hover\:z-40 {
    z-index: 40;
  }

  .group:hover .sm\:group-hover\:z-50 {
    z-index: 50;
  }

  .group:hover .sm\:group-hover\:z-auto {
    z-index: auto;
  }

  .sm\:focus-within\:z-0:focus-within {
    z-index: 0;
  }

  .sm\:focus-within\:z-10:focus-within {
    z-index: 10;
  }

  .sm\:focus-within\:z-20:focus-within {
    z-index: 20;
  }

  .sm\:focus-within\:z-30:focus-within {
    z-index: 30;
  }

  .sm\:focus-within\:z-40:focus-within {
    z-index: 40;
  }

  .sm\:focus-within\:z-50:focus-within {
    z-index: 50;
  }

  .sm\:focus-within\:z-auto:focus-within {
    z-index: auto;
  }

  .sm\:first\:z-0:first-child {
    z-index: 0;
  }

  .sm\:first\:z-10:first-child {
    z-index: 10;
  }

  .sm\:first\:z-20:first-child {
    z-index: 20;
  }

  .sm\:first\:z-30:first-child {
    z-index: 30;
  }

  .sm\:first\:z-40:first-child {
    z-index: 40;
  }

  .sm\:first\:z-50:first-child {
    z-index: 50;
  }

  .sm\:first\:z-auto:first-child {
    z-index: auto;
  }

  .sm\:last\:z-0:last-child {
    z-index: 0;
  }

  .sm\:last\:z-10:last-child {
    z-index: 10;
  }

  .sm\:last\:z-20:last-child {
    z-index: 20;
  }

  .sm\:last\:z-30:last-child {
    z-index: 30;
  }

  .sm\:last\:z-40:last-child {
    z-index: 40;
  }

  .sm\:last\:z-50:last-child {
    z-index: 50;
  }

  .sm\:last\:z-auto:last-child {
    z-index: auto;
  }

  .sm\:odd\:z-0:nth-child(odd) {
    z-index: 0;
  }

  .sm\:odd\:z-10:nth-child(odd) {
    z-index: 10;
  }

  .sm\:odd\:z-20:nth-child(odd) {
    z-index: 20;
  }

  .sm\:odd\:z-30:nth-child(odd) {
    z-index: 30;
  }

  .sm\:odd\:z-40:nth-child(odd) {
    z-index: 40;
  }

  .sm\:odd\:z-50:nth-child(odd) {
    z-index: 50;
  }

  .sm\:odd\:z-auto:nth-child(odd) {
    z-index: auto;
  }

  .sm\:even\:z-0:nth-child(even) {
    z-index: 0;
  }

  .sm\:even\:z-10:nth-child(even) {
    z-index: 10;
  }

  .sm\:even\:z-20:nth-child(even) {
    z-index: 20;
  }

  .sm\:even\:z-30:nth-child(even) {
    z-index: 30;
  }

  .sm\:even\:z-40:nth-child(even) {
    z-index: 40;
  }

  .sm\:even\:z-50:nth-child(even) {
    z-index: 50;
  }

  .sm\:even\:z-auto:nth-child(even) {
    z-index: auto;
  }

  .sm\:hover\:z-0:hover {
    z-index: 0;
  }

  .sm\:hover\:z-10:hover {
    z-index: 10;
  }

  .sm\:hover\:z-20:hover {
    z-index: 20;
  }

  .sm\:hover\:z-30:hover {
    z-index: 30;
  }

  .sm\:hover\:z-40:hover {
    z-index: 40;
  }

  .sm\:hover\:z-50:hover {
    z-index: 50;
  }

  .sm\:hover\:z-auto:hover {
    z-index: auto;
  }

  .sm\:focus\:z-0:focus {
    z-index: 0;
  }

  .sm\:focus\:z-10:focus {
    z-index: 10;
  }

  .sm\:focus\:z-20:focus {
    z-index: 20;
  }

  .sm\:focus\:z-30:focus {
    z-index: 30;
  }

  .sm\:focus\:z-40:focus {
    z-index: 40;
  }

  .sm\:focus\:z-50:focus {
    z-index: 50;
  }

  .sm\:focus\:z-auto:focus {
    z-index: auto;
  }

  .sm\:active\:z-0:active {
    z-index: 0;
  }

  .sm\:active\:z-10:active {
    z-index: 10;
  }

  .sm\:active\:z-20:active {
    z-index: 20;
  }

  .sm\:active\:z-30:active {
    z-index: 30;
  }

  .sm\:active\:z-40:active {
    z-index: 40;
  }

  .sm\:active\:z-50:active {
    z-index: 50;
  }

  .sm\:active\:z-auto:active {
    z-index: auto;
  }

  .sm\:visited\:z-0:visited {
    z-index: 0;
  }

  .sm\:visited\:z-10:visited {
    z-index: 10;
  }

  .sm\:visited\:z-20:visited {
    z-index: 20;
  }

  .sm\:visited\:z-30:visited {
    z-index: 30;
  }

  .sm\:visited\:z-40:visited {
    z-index: 40;
  }

  .sm\:visited\:z-50:visited {
    z-index: 50;
  }

  .sm\:visited\:z-auto:visited {
    z-index: auto;
  }

  .sm\:disabled\:z-0:disabled {
    z-index: 0;
  }

  .sm\:disabled\:z-10:disabled {
    z-index: 10;
  }

  .sm\:disabled\:z-20:disabled {
    z-index: 20;
  }

  .sm\:disabled\:z-30:disabled {
    z-index: 30;
  }

  .sm\:disabled\:z-40:disabled {
    z-index: 40;
  }

  .sm\:disabled\:z-50:disabled {
    z-index: 50;
  }

  .sm\:disabled\:z-auto:disabled {
    z-index: auto;
  }
}

@media (min-width: 768px) {
  .md\: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\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

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

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

  .md\:focus-within\:sr-only:focus-within {
    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-within\:not-sr-only:focus-within {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md\:first\:sr-only:first-child {
    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\:first\:not-sr-only:first-child {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md\:last\:sr-only:last-child {
    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\:last\:not-sr-only:last-child {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md\:odd\:sr-only:nth-child(odd) {
    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\:odd\:not-sr-only:nth-child(odd) {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md\:even\:sr-only:nth-child(even) {
    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\:even\:not-sr-only:nth-child(even) {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md\:hover\:sr-only:hover {
    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\:hover\:not-sr-only:hover {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md\:focus\: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\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md\:active\:sr-only:active {
    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\:active\:not-sr-only:active {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md\:visited\:sr-only:visited {
    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\:visited\:not-sr-only:visited {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md\:disabled\:sr-only:disabled {
    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\:disabled\:not-sr-only:disabled {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .group:hover .md\:group-hover\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .md\:focus-within\:appearance-none:focus-within {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .md\:first\:appearance-none:first-child {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .md\:last\:appearance-none:last-child {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .md\:odd\:appearance-none:nth-child(odd) {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .md\:even\:appearance-none:nth-child(even) {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .md\:hover\:appearance-none:hover {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .md\:focus\:appearance-none:focus {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .md\:active\:appearance-none:active {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .md\:visited\:appearance-none:visited {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .md\:disabled\:appearance-none:disabled {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .md\:bg-fixed {
    background-attachment: fixed;
  }

  .md\:bg-local {
    background-attachment: local;
  }

  .md\:bg-scroll {
    background-attachment: scroll;
  }

  .group:hover .md\:group-hover\:bg-fixed {
    background-attachment: fixed;
  }

  .group:hover .md\:group-hover\:bg-local {
    background-attachment: local;
  }

  .group:hover .md\:group-hover\:bg-scroll {
    background-attachment: scroll;
  }

  .md\:focus-within\:bg-fixed:focus-within {
    background-attachment: fixed;
  }

  .md\:focus-within\:bg-local:focus-within {
    background-attachment: local;
  }

  .md\:focus-within\:bg-scroll:focus-within {
    background-attachment: scroll;
  }

  .md\:first\:bg-fixed:first-child {
    background-attachment: fixed;
  }

  .md\:first\:bg-local:first-child {
    background-attachment: local;
  }

  .md\:first\:bg-scroll:first-child {
    background-attachment: scroll;
  }

  .md\:last\:bg-fixed:last-child {
    background-attachment: fixed;
  }

  .md\:last\:bg-local:last-child {
    background-attachment: local;
  }

  .md\:last\:bg-scroll:last-child {
    background-attachment: scroll;
  }

  .md\:odd\:bg-fixed:nth-child(odd) {
    background-attachment: fixed;
  }

  .md\:odd\:bg-local:nth-child(odd) {
    background-attachment: local;
  }

  .md\:odd\:bg-scroll:nth-child(odd) {
    background-attachment: scroll;
  }

  .md\:even\:bg-fixed:nth-child(even) {
    background-attachment: fixed;
  }

  .md\:even\:bg-local:nth-child(even) {
    background-attachment: local;
  }

  .md\:even\:bg-scroll:nth-child(even) {
    background-attachment: scroll;
  }

  .md\:hover\:bg-fixed:hover {
    background-attachment: fixed;
  }

  .md\:hover\:bg-local:hover {
    background-attachment: local;
  }

  .md\:hover\:bg-scroll:hover {
    background-attachment: scroll;
  }

  .md\:focus\:bg-fixed:focus {
    background-attachment: fixed;
  }

  .md\:focus\:bg-local:focus {
    background-attachment: local;
  }

  .md\:focus\:bg-scroll:focus {
    background-attachment: scroll;
  }

  .md\:active\:bg-fixed:active {
    background-attachment: fixed;
  }

  .md\:active\:bg-local:active {
    background-attachment: local;
  }

  .md\:active\:bg-scroll:active {
    background-attachment: scroll;
  }

  .md\:visited\:bg-fixed:visited {
    background-attachment: fixed;
  }

  .md\:visited\:bg-local:visited {
    background-attachment: local;
  }

  .md\:visited\:bg-scroll:visited {
    background-attachment: scroll;
  }

  .md\:disabled\:bg-fixed:disabled {
    background-attachment: fixed;
  }

  .md\:disabled\:bg-local:disabled {
    background-attachment: local;
  }

  .md\:disabled\:bg-scroll:disabled {
    background-attachment: scroll;
  }

  .md\:bg-transparent {
    background-color: transparent;
  }

  .md\:bg-black {
    background-color: #000;
  }

  .md\:bg-white {
    background-color: #fff;
  }

  .md\:bg-gray-100 {
    background-color: #f7fafc;
  }

  .md\:bg-gray-200 {
    background-color: #edf2f7;
  }

  .md\:bg-gray-300 {
    background-color: #e2e8f0;
  }

  .md\:bg-gray-400 {
    background-color: #cbd5e0;
  }

  .md\:bg-gray-500 {
    background-color: #a0aec0;
  }

  .md\:bg-gray-600 {
    background-color: #718096;
  }

  .md\:bg-gray-700 {
    background-color: #4a5568;
  }

  .md\:bg-gray-800 {
    background-color: #2d3748;
  }

  .md\:bg-gray-900 {
    background-color: #1a202c;
  }

  .md\:bg-red-100 {
    background-color: #fff5f5;
  }

  .md\:bg-red-200 {
    background-color: #fed7d7;
  }

  .md\:bg-red-300 {
    background-color: #feb2b2;
  }

  .md\:bg-red-400 {
    background-color: #fc8181;
  }

  .md\:bg-red-500 {
    background-color: #f56565;
  }

  .md\:bg-red-600 {
    background-color: #e53e3e;
  }

  .md\:bg-red-700 {
    background-color: #c53030;
  }

  .md\:bg-red-800 {
    background-color: #9b2c2c;
  }

  .md\:bg-red-900 {
    background-color: #742a2a;
  }

  .md\:bg-orange-100 {
    background-color: #fffaf0;
  }

  .md\:bg-orange-200 {
    background-color: #feebc8;
  }

  .md\:bg-orange-300 {
    background-color: #fbd38d;
  }

  .md\:bg-orange-400 {
    background-color: #f6ad55;
  }

  .md\:bg-orange-500 {
    background-color: #ed8936;
  }

  .md\:bg-orange-600 {
    background-color: #dd6b20;
  }

  .md\:bg-orange-700 {
    background-color: #c05621;
  }

  .md\:bg-orange-800 {
    background-color: #9c4221;
  }

  .md\:bg-orange-900 {
    background-color: #7b341e;
  }

  .md\:bg-yellow-100 {
    background-color: #fffff0;
  }

  .md\:bg-yellow-200 {
    background-color: #fefcbf;
  }

  .md\:bg-yellow-300 {
    background-color: #faf089;
  }

  .md\:bg-yellow-400 {
    background-color: #f6e05e;
  }

  .md\:bg-yellow-500 {
    background-color: #ecc94b;
  }

  .md\:bg-yellow-600 {
    background-color: #d69e2e;
  }

  .md\:bg-yellow-700 {
    background-color: #b7791f;
  }

  .md\:bg-yellow-800 {
    background-color: #975a16;
  }

  .md\:bg-yellow-900 {
    background-color: #744210;
  }

  .md\:bg-green-100 {
    background-color: #f0fff4;
  }

  .md\:bg-green-200 {
    background-color: #c6f6d5;
  }

  .md\:bg-green-300 {
    background-color: #9ae6b4;
  }

  .md\:bg-green-400 {
    background-color: #68d391;
  }

  .md\:bg-green-500 {
    background-color: #48bb78;
  }

  .md\:bg-green-600 {
    background-color: #38a169;
  }

  .md\:bg-green-700 {
    background-color: #2f855a;
  }

  .md\:bg-green-800 {
    background-color: #276749;
  }

  .md\:bg-green-900 {
    background-color: #22543d;
  }

  .md\:bg-teal-100 {
    background-color: #e6fffa;
  }

  .md\:bg-teal-200 {
    background-color: #b2f5ea;
  }

  .md\:bg-teal-300 {
    background-color: #81e6d9;
  }

  .md\:bg-teal-400 {
    background-color: #4fd1c5;
  }

  .md\:bg-teal-500 {
    background-color: #38b2ac;
  }

  .md\:bg-teal-600 {
    background-color: #319795;
  }

  .md\:bg-teal-700 {
    background-color: #2c7a7b;
  }

  .md\:bg-teal-800 {
    background-color: #285e61;
  }

  .md\:bg-teal-900 {
    background-color: #234e52;
  }

  .md\:bg-blue-100 {
    background-color: #ebf8ff;
  }

  .md\:bg-blue-200 {
    background-color: #bee3f8;
  }

  .md\:bg-blue-300 {
    background-color: #90cdf4;
  }

  .md\:bg-blue-400 {
    background-color: #63b3ed;
  }

  .md\:bg-blue-500 {
    background-color: #4299e1;
  }

  .md\:bg-blue-600 {
    background-color: #3182ce;
  }

  .md\:bg-blue-700 {
    background-color: #2b6cb0;
  }

  .md\:bg-blue-800 {
    background-color: #2c5282;
  }

  .md\:bg-blue-900 {
    background-color: #2a4365;
  }

  .md\:bg-indigo-100 {
    background-color: #ebf4ff;
  }

  .md\:bg-indigo-200 {
    background-color: #c3dafe;
  }

  .md\:bg-indigo-300 {
    background-color: #a3bffa;
  }

  .md\:bg-indigo-400 {
    background-color: #7f9cf5;
  }

  .md\:bg-indigo-500 {
    background-color: #667eea;
  }

  .md\:bg-indigo-600 {
    background-color: #5a67d8;
  }

  .md\:bg-indigo-700 {
    background-color: #4c51bf;
  }

  .md\:bg-indigo-800 {
    background-color: #434190;
  }

  .md\:bg-indigo-900 {
    background-color: #3c366b;
  }

  .md\:bg-purple-100 {
    background-color: #faf5ff;
  }

  .md\:bg-purple-200 {
    background-color: #e9d8fd;
  }

  .md\:bg-purple-300 {
    background-color: #d6bcfa;
  }

  .md\:bg-purple-400 {
    background-color: #b794f4;
  }

  .md\:bg-purple-500 {
    background-color: #9f7aea;
  }

  .md\:bg-purple-600 {
    background-color: #805ad5;
  }

  .md\:bg-purple-700 {
    background-color: #6b46c1;
  }

  .md\:bg-purple-800 {
    background-color: #553c9a;
  }

  .md\:bg-purple-900 {
    background-color: #44337a;
  }

  .md\:bg-pink-100 {
    background-color: #fff5f7;
  }

  .md\:bg-pink-200 {
    background-color: #fed7e2;
  }

  .md\:bg-pink-300 {
    background-color: #fbb6ce;
  }

  .md\:bg-pink-400 {
    background-color: #f687b3;
  }

  .md\:bg-pink-500 {
    background-color: #ed64a6;
  }

  .md\:bg-pink-600 {
    background-color: #d53f8c;
  }

  .md\:bg-pink-700 {
    background-color: #b83280;
  }

  .md\:bg-pink-800 {
    background-color: #97266d;
  }

  .md\:bg-pink-900 {
    background-color: #702459;
  }

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

  .group:hover .md\:group-hover\:bg-black {
    background-color: #000;
  }

  .group:hover .md\:group-hover\:bg-white {
    background-color: #fff;
  }

  .group:hover .md\:group-hover\:bg-gray-100 {
    background-color: #f7fafc;
  }

  .group:hover .md\:group-hover\:bg-gray-200 {
    background-color: #edf2f7;
  }

  .group:hover .md\:group-hover\:bg-gray-300 {
    background-color: #e2e8f0;
  }

  .group:hover .md\:group-hover\:bg-gray-400 {
    background-color: #cbd5e0;
  }

  .group:hover .md\:group-hover\:bg-gray-500 {
    background-color: #a0aec0;
  }

  .group:hover .md\:group-hover\:bg-gray-600 {
    background-color: #718096;
  }

  .group:hover .md\:group-hover\:bg-gray-700 {
    background-color: #4a5568;
  }

  .group:hover .md\:group-hover\:bg-gray-800 {
    background-color: #2d3748;
  }

  .group:hover .md\:group-hover\:bg-gray-900 {
    background-color: #1a202c;
  }

  .group:hover .md\:group-hover\:bg-red-100 {
    background-color: #fff5f5;
  }

  .group:hover .md\:group-hover\:bg-red-200 {
    background-color: #fed7d7;
  }

  .group:hover .md\:group-hover\:bg-red-300 {
    background-color: #feb2b2;
  }

  .group:hover .md\:group-hover\:bg-red-400 {
    background-color: #fc8181;
  }

  .group:hover .md\:group-hover\:bg-red-500 {
    background-color: #f56565;
  }

  .group:hover .md\:group-hover\:bg-red-600 {
    background-color: #e53e3e;
  }

  .group:hover .md\:group-hover\:bg-red-700 {
    background-color: #c53030;
  }

  .group:hover .md\:group-hover\:bg-red-800 {
    background-color: #9b2c2c;
  }

  .group:hover .md\:group-hover\:bg-red-900 {
    background-color: #742a2a;
  }

  .group:hover .md\:group-hover\:bg-orange-100 {
    background-color: #fffaf0;
  }

  .group:hover .md\:group-hover\:bg-orange-200 {
    background-color: #feebc8;
  }

  .group:hover .md\:group-hover\:bg-orange-300 {
    background-color: #fbd38d;
  }

  .group:hover .md\:group-hover\:bg-orange-400 {
    background-color: #f6ad55;
  }

  .group:hover .md\:group-hover\:bg-orange-500 {
    background-color: #ed8936;
  }

  .group:hover .md\:group-hover\:bg-orange-600 {
    background-color: #dd6b20;
  }

  .group:hover .md\:group-hover\:bg-orange-700 {
    background-color: #c05621;
  }

  .group:hover .md\:group-hover\:bg-orange-800 {
    background-color: #9c4221;
  }

  .group:hover .md\:group-hover\:bg-orange-900 {
    background-color: #7b341e;
  }

  .group:hover .md\:group-hover\:bg-yellow-100 {
    background-color: #fffff0;
  }

  .group:hover .md\:group-hover\:bg-yellow-200 {
    background-color: #fefcbf;
  }

  .group:hover .md\:group-hover\:bg-yellow-300 {
    background-color: #faf089;
  }

  .group:hover .md\:group-hover\:bg-yellow-400 {
    background-color: #f6e05e;
  }

  .group:hover .md\:group-hover\:bg-yellow-500 {
    background-color: #ecc94b;
  }

  .group:hover .md\:group-hover\:bg-yellow-600 {
    background-color: #d69e2e;
  }

  .group:hover .md\:group-hover\:bg-yellow-700 {
    background-color: #b7791f;
  }

  .group:hover .md\:group-hover\:bg-yellow-800 {
    background-color: #975a16;
  }

  .group:hover .md\:group-hover\:bg-yellow-900 {
    background-color: #744210;
  }

  .group:hover .md\:group-hover\:bg-green-100 {
    background-color: #f0fff4;
  }

  .group:hover .md\:group-hover\:bg-green-200 {
    background-color: #c6f6d5;
  }

  .group:hover .md\:group-hover\:bg-green-300 {
    background-color: #9ae6b4;
  }

  .group:hover .md\:group-hover\:bg-green-400 {
    background-color: #68d391;
  }

  .group:hover .md\:group-hover\:bg-green-500 {
    background-color: #48bb78;
  }

  .group:hover .md\:group-hover\:bg-green-600 {
    background-color: #38a169;
  }

  .group:hover .md\:group-hover\:bg-green-700 {
    background-color: #2f855a;
  }

  .group:hover .md\:group-hover\:bg-green-800 {
    background-color: #276749;
  }

  .group:hover .md\:group-hover\:bg-green-900 {
    background-color: #22543d;
  }

  .group:hover .md\:group-hover\:bg-teal-100 {
    background-color: #e6fffa;
  }

  .group:hover .md\:group-hover\:bg-teal-200 {
    background-color: #b2f5ea;
  }

  .group:hover .md\:group-hover\:bg-teal-300 {
    background-color: #81e6d9;
  }

  .group:hover .md\:group-hover\:bg-teal-400 {
    background-color: #4fd1c5;
  }

  .group:hover .md\:group-hover\:bg-teal-500 {
    background-color: #38b2ac;
  }

  .group:hover .md\:group-hover\:bg-teal-600 {
    background-color: #319795;
  }

  .group:hover .md\:group-hover\:bg-teal-700 {
    background-color: #2c7a7b;
  }

  .group:hover .md\:group-hover\:bg-teal-800 {
    background-color: #285e61;
  }

  .group:hover .md\:group-hover\:bg-teal-900 {
    background-color: #234e52;
  }

  .group:hover .md\:group-hover\:bg-blue-100 {
    background-color: #ebf8ff;
  }

  .group:hover .md\:group-hover\:bg-blue-200 {
    background-color: #bee3f8;
  }

  .group:hover .md\:group-hover\:bg-blue-300 {
    background-color: #90cdf4;
  }

  .group:hover .md\:group-hover\:bg-blue-400 {
    background-color: #63b3ed;
  }

  .group:hover .md\:group-hover\:bg-blue-500 {
    background-color: #4299e1;
  }

  .group:hover .md\:group-hover\:bg-blue-600 {
    background-color: #3182ce;
  }

  .group:hover .md\:group-hover\:bg-blue-700 {
    background-color: #2b6cb0;
  }

  .group:hover .md\:group-hover\:bg-blue-800 {
    background-color: #2c5282;
  }

  .group:hover .md\:group-hover\:bg-blue-900 {
    background-color: #2a4365;
  }

  .group:hover .md\:group-hover\:bg-indigo-100 {
    background-color: #ebf4ff;
  }

  .group:hover .md\:group-hover\:bg-indigo-200 {
    background-color: #c3dafe;
  }

  .group:hover .md\:group-hover\:bg-indigo-300 {
    background-color: #a3bffa;
  }

  .group:hover .md\:group-hover\:bg-indigo-400 {
    background-color: #7f9cf5;
  }

  .group:hover .md\:group-hover\:bg-indigo-500 {
    background-color: #667eea;
  }

  .group:hover .md\:group-hover\:bg-indigo-600 {
    background-color: #5a67d8;
  }

  .group:hover .md\:group-hover\:bg-indigo-700 {
    background-color: #4c51bf;
  }

  .group:hover .md\:group-hover\:bg-indigo-800 {
    background-color: #434190;
  }

  .group:hover .md\:group-hover\:bg-indigo-900 {
    background-color: #3c366b;
  }

  .group:hover .md\:group-hover\:bg-purple-100 {
    background-color: #faf5ff;
  }

  .group:hover .md\:group-hover\:bg-purple-200 {
    background-color: #e9d8fd;
  }

  .group:hover .md\:group-hover\:bg-purple-300 {
    background-color: #d6bcfa;
  }

  .group:hover .md\:group-hover\:bg-purple-400 {
    background-color: #b794f4;
  }

  .group:hover .md\:group-hover\:bg-purple-500 {
    background-color: #9f7aea;
  }

  .group:hover .md\:group-hover\:bg-purple-600 {
    background-color: #805ad5;
  }

  .group:hover .md\:group-hover\:bg-purple-700 {
    background-color: #6b46c1;
  }

  .group:hover .md\:group-hover\:bg-purple-800 {
    background-color: #553c9a;
  }

  .group:hover .md\:group-hover\:bg-purple-900 {
    background-color: #44337a;
  }

  .group:hover .md\:group-hover\:bg-pink-100 {
    background-color: #fff5f7;
  }

  .group:hover .md\:group-hover\:bg-pink-200 {
    background-color: #fed7e2;
  }

  .group:hover .md\:group-hover\:bg-pink-300 {
    background-color: #fbb6ce;
  }

  .group:hover .md\:group-hover\:bg-pink-400 {
    background-color: #f687b3;
  }

  .group:hover .md\:group-hover\:bg-pink-500 {
    background-color: #ed64a6;
  }

  .group:hover .md\:group-hover\:bg-pink-600 {
    background-color: #d53f8c;
  }

  .group:hover .md\:group-hover\:bg-pink-700 {
    background-color: #b83280;
  }

  .group:hover .md\:group-hover\:bg-pink-800 {
    background-color: #97266d;
  }

  .group:hover .md\:group-hover\:bg-pink-900 {
    background-color: #702459;
  }

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

  .md\:focus-within\:bg-black:focus-within {
    background-color: #000;
  }

  .md\:focus-within\:bg-white:focus-within {
    background-color: #fff;
  }

  .md\:focus-within\:bg-gray-100:focus-within {
    background-color: #f7fafc;
  }

  .md\:focus-within\:bg-gray-200:focus-within {
    background-color: #edf2f7;
  }

  .md\:focus-within\:bg-gray-300:focus-within {
    background-color: #e2e8f0;
  }

  .md\:focus-within\:bg-gray-400:focus-within {
    background-color: #cbd5e0;
  }

  .md\:focus-within\:bg-gray-500:focus-within {
    background-color: #a0aec0;
  }

  .md\:focus-within\:bg-gray-600:focus-within {
    background-color: #718096;
  }

  .md\:focus-within\:bg-gray-700:focus-within {
    background-color: #4a5568;
  }

  .md\:focus-within\:bg-gray-800:focus-within {
    background-color: #2d3748;
  }

  .md\:focus-within\:bg-gray-900:focus-within {
    background-color: #1a202c;
  }

  .md\:focus-within\:bg-red-100:focus-within {
    background-color: #fff5f5;
  }

  .md\:focus-within\:bg-red-200:focus-within {
    background-color: #fed7d7;
  }

  .md\:focus-within\:bg-red-300:focus-within {
    background-color: #feb2b2;
  }

  .md\:focus-within\:bg-red-400:focus-within {
    background-color: #fc8181;
  }

  .md\:focus-within\:bg-red-500:focus-within {
    background-color: #f56565;
  }

  .md\:focus-within\:bg-red-600:focus-within {
    background-color: #e53e3e;
  }

  .md\:focus-within\:bg-red-700:focus-within {
    background-color: #c53030;
  }

  .md\:focus-within\:bg-red-800:focus-within {
    background-color: #9b2c2c;
  }

  .md\:focus-within\:bg-red-900:focus-within {
    background-color: #742a2a;
  }

  .md\:focus-within\:bg-orange-100:focus-within {
    background-color: #fffaf0;
  }

  .md\:focus-within\:bg-orange-200:focus-within {
    background-color: #feebc8;
  }

  .md\:focus-within\:bg-orange-300:focus-within {
    background-color: #fbd38d;
  }

  .md\:focus-within\:bg-orange-400:focus-within {
    background-color: #f6ad55;
  }

  .md\:focus-within\:bg-orange-500:focus-within {
    background-color: #ed8936;
  }

  .md\:focus-within\:bg-orange-600:focus-within {
    background-color: #dd6b20;
  }

  .md\:focus-within\:bg-orange-700:focus-within {
    background-color: #c05621;
  }

  .md\:focus-within\:bg-orange-800:focus-within {
    background-color: #9c4221;
  }

  .md\:focus-within\:bg-orange-900:focus-within {
    background-color: #7b341e;
  }

  .md\:focus-within\:bg-yellow-100:focus-within {
    background-color: #fffff0;
  }

  .md\:focus-within\:bg-yellow-200:focus-within {
    background-color: #fefcbf;
  }

  .md\:focus-within\:bg-yellow-300:focus-within {
    background-color: #faf089;
  }

  .md\:focus-within\:bg-yellow-400:focus-within {
    background-color: #f6e05e;
  }

  .md\:focus-within\:bg-yellow-500:focus-within {
    background-color: #ecc94b;
  }

  .md\:focus-within\:bg-yellow-600:focus-within {
    background-color: #d69e2e;
  }

  .md\:focus-within\:bg-yellow-700:focus-within {
    background-color: #b7791f;
  }

  .md\:focus-within\:bg-yellow-800:focus-within {
    background-color: #975a16;
  }

  .md\:focus-within\:bg-yellow-900:focus-within {
    background-color: #744210;
  }

  .md\:focus-within\:bg-green-100:focus-within {
    background-color: #f0fff4;
  }

  .md\:focus-within\:bg-green-200:focus-within {
    background-color: #c6f6d5;
  }

  .md\:focus-within\:bg-green-300:focus-within {
    background-color: #9ae6b4;
  }

  .md\:focus-within\:bg-green-400:focus-within {
    background-color: #68d391;
  }

  .md\:focus-within\:bg-green-500:focus-within {
    background-color: #48bb78;
  }

  .md\:focus-within\:bg-green-600:focus-within {
    background-color: #38a169;
  }

  .md\:focus-within\:bg-green-700:focus-within {
    background-color: #2f855a;
  }

  .md\:focus-within\:bg-green-800:focus-within {
    background-color: #276749;
  }

  .md\:focus-within\:bg-green-900:focus-within {
    background-color: #22543d;
  }

  .md\:focus-within\:bg-teal-100:focus-within {
    background-color: #e6fffa;
  }

  .md\:focus-within\:bg-teal-200:focus-within {
    background-color: #b2f5ea;
  }

  .md\:focus-within\:bg-teal-300:focus-within {
    background-color: #81e6d9;
  }

  .md\:focus-within\:bg-teal-400:focus-within {
    background-color: #4fd1c5;
  }

  .md\:focus-within\:bg-teal-500:focus-within {
    background-color: #38b2ac;
  }

  .md\:focus-within\:bg-teal-600:focus-within {
    background-color: #319795;
  }

  .md\:focus-within\:bg-teal-700:focus-within {
    background-color: #2c7a7b;
  }

  .md\:focus-within\:bg-teal-800:focus-within {
    background-color: #285e61;
  }

  .md\:focus-within\:bg-teal-900:focus-within {
    background-color: #234e52;
  }

  .md\:focus-within\:bg-blue-100:focus-within {
    background-color: #ebf8ff;
  }

  .md\:focus-within\:bg-blue-200:focus-within {
    background-color: #bee3f8;
  }

  .md\:focus-within\:bg-blue-300:focus-within {
    background-color: #90cdf4;
  }

  .md\:focus-within\:bg-blue-400:focus-within {
    background-color: #63b3ed;
  }

  .md\:focus-within\:bg-blue-500:focus-within {
    background-color: #4299e1;
  }

  .md\:focus-within\:bg-blue-600:focus-within {
    background-color: #3182ce;
  }

  .md\:focus-within\:bg-blue-700:focus-within {
    background-color: #2b6cb0;
  }

  .md\:focus-within\:bg-blue-800:focus-within {
    background-color: #2c5282;
  }

  .md\:focus-within\:bg-blue-900:focus-within {
    background-color: #2a4365;
  }

  .md\:focus-within\:bg-indigo-100:focus-within {
    background-color: #ebf4ff;
  }

  .md\:focus-within\:bg-indigo-200:focus-within {
    background-color: #c3dafe;
  }

  .md\:focus-within\:bg-indigo-300:focus-within {
    background-color: #a3bffa;
  }

  .md\:focus-within\:bg-indigo-400:focus-within {
    background-color: #7f9cf5;
  }

  .md\:focus-within\:bg-indigo-500:focus-within {
    background-color: #667eea;
  }

  .md\:focus-within\:bg-indigo-600:focus-within {
    background-color: #5a67d8;
  }

  .md\:focus-within\:bg-indigo-700:focus-within {
    background-color: #4c51bf;
  }

  .md\:focus-within\:bg-indigo-800:focus-within {
    background-color: #434190;
  }

  .md\:focus-within\:bg-indigo-900:focus-within {
    background-color: #3c366b;
  }

  .md\:focus-within\:bg-purple-100:focus-within {
    background-color: #faf5ff;
  }

  .md\:focus-within\:bg-purple-200:focus-within {
    background-color: #e9d8fd;
  }

  .md\:focus-within\:bg-purple-300:focus-within {
    background-color: #d6bcfa;
  }

  .md\:focus-within\:bg-purple-400:focus-within {
    background-color: #b794f4;
  }

  .md\:focus-within\:bg-purple-500:focus-within {
    background-color: #9f7aea;
  }

  .md\:focus-within\:bg-purple-600:focus-within {
    background-color: #805ad5;
  }

  .md\:focus-within\:bg-purple-700:focus-within {
    background-color: #6b46c1;
  }

  .md\:focus-within\:bg-purple-800:focus-within {
    background-color: #553c9a;
  }

  .md\:focus-within\:bg-purple-900:focus-within {
    background-color: #44337a;
  }

  .md\:focus-within\:bg-pink-100:focus-within {
    background-color: #fff5f7;
  }

  .md\:focus-within\:bg-pink-200:focus-within {
    background-color: #fed7e2;
  }

  .md\:focus-within\:bg-pink-300:focus-within {
    background-color: #fbb6ce;
  }

  .md\:focus-within\:bg-pink-400:focus-within {
    background-color: #f687b3;
  }

  .md\:focus-within\:bg-pink-500:focus-within {
    background-color: #ed64a6;
  }

  .md\:focus-within\:bg-pink-600:focus-within {
    background-color: #d53f8c;
  }

  .md\:focus-within\:bg-pink-700:focus-within {
    background-color: #b83280;
  }

  .md\:focus-within\:bg-pink-800:focus-within {
    background-color: #97266d;
  }

  .md\:focus-within\:bg-pink-900:focus-within {
    background-color: #702459;
  }

  .md\:first\:bg-transparent:first-child {
    background-color: transparent;
  }

  .md\:first\:bg-black:first-child {
    background-color: #000;
  }

  .md\:first\:bg-white:first-child {
    background-color: #fff;
  }

  .md\:first\:bg-gray-100:first-child {
    background-color: #f7fafc;
  }

  .md\:first\:bg-gray-200:first-child {
    background-color: #edf2f7;
  }

  .md\:first\:bg-gray-300:first-child {
    background-color: #e2e8f0;
  }

  .md\:first\:bg-gray-400:first-child {
    background-color: #cbd5e0;
  }

  .md\:first\:bg-gray-500:first-child {
    background-color: #a0aec0;
  }

  .md\:first\:bg-gray-600:first-child {
    background-color: #718096;
  }

  .md\:first\:bg-gray-700:first-child {
    background-color: #4a5568;
  }

  .md\:first\:bg-gray-800:first-child {
    background-color: #2d3748;
  }

  .md\:first\:bg-gray-900:first-child {
    background-color: #1a202c;
  }

  .md\:first\:bg-red-100:first-child {
    background-color: #fff5f5;
  }

  .md\:first\:bg-red-200:first-child {
    background-color: #fed7d7;
  }

  .md\:first\:bg-red-300:first-child {
    background-color: #feb2b2;
  }

  .md\:first\:bg-red-400:first-child {
    background-color: #fc8181;
  }

  .md\:first\:bg-red-500:first-child {
    background-color: #f56565;
  }

  .md\:first\:bg-red-600:first-child {
    background-color: #e53e3e;
  }

  .md\:first\:bg-red-700:first-child {
    background-color: #c53030;
  }

  .md\:first\:bg-red-800:first-child {
    background-color: #9b2c2c;
  }

  .md\:first\:bg-red-900:first-child {
    background-color: #742a2a;
  }

  .md\:first\:bg-orange-100:first-child {
    background-color: #fffaf0;
  }

  .md\:first\:bg-orange-200:first-child {
    background-color: #feebc8;
  }

  .md\:first\:bg-orange-300:first-child {
    background-color: #fbd38d;
  }

  .md\:first\:bg-orange-400:first-child {
    background-color: #f6ad55;
  }

  .md\:first\:bg-orange-500:first-child {
    background-color: #ed8936;
  }

  .md\:first\:bg-orange-600:first-child {
    background-color: #dd6b20;
  }

  .md\:first\:bg-orange-700:first-child {
    background-color: #c05621;
  }

  .md\:first\:bg-orange-800:first-child {
    background-color: #9c4221;
  }

  .md\:first\:bg-orange-900:first-child {
    background-color: #7b341e;
  }

  .md\:first\:bg-yellow-100:first-child {
    background-color: #fffff0;
  }

  .md\:first\:bg-yellow-200:first-child {
    background-color: #fefcbf;
  }

  .md\:first\:bg-yellow-300:first-child {
    background-color: #faf089;
  }

  .md\:first\:bg-yellow-400:first-child {
    background-color: #f6e05e;
  }

  .md\:first\:bg-yellow-500:first-child {
    background-color: #ecc94b;
  }

  .md\:first\:bg-yellow-600:first-child {
    background-color: #d69e2e;
  }

  .md\:first\:bg-yellow-700:first-child {
    background-color: #b7791f;
  }

  .md\:first\:bg-yellow-800:first-child {
    background-color: #975a16;
  }

  .md\:first\:bg-yellow-900:first-child {
    background-color: #744210;
  }

  .md\:first\:bg-green-100:first-child {
    background-color: #f0fff4;
  }

  .md\:first\:bg-green-200:first-child {
    background-color: #c6f6d5;
  }

  .md\:first\:bg-green-300:first-child {
    background-color: #9ae6b4;
  }

  .md\:first\:bg-green-400:first-child {
    background-color: #68d391;
  }

  .md\:first\:bg-green-500:first-child {
    background-color: #48bb78;
  }

  .md\:first\:bg-green-600:first-child {
    background-color: #38a169;
  }

  .md\:first\:bg-green-700:first-child {
    background-color: #2f855a;
  }

  .md\:first\:bg-green-800:first-child {
    background-color: #276749;
  }

  .md\:first\:bg-green-900:first-child {
    background-color: #22543d;
  }

  .md\:first\:bg-teal-100:first-child {
    background-color: #e6fffa;
  }

  .md\:first\:bg-teal-200:first-child {
    background-color: #b2f5ea;
  }

  .md\:first\:bg-teal-300:first-child {
    background-color: #81e6d9;
  }

  .md\:first\:bg-teal-400:first-child {
    background-color: #4fd1c5;
  }

  .md\:first\:bg-teal-500:first-child {
    background-color: #38b2ac;
  }

  .md\:first\:bg-teal-600:first-child {
    background-color: #319795;
  }

  .md\:first\:bg-teal-700:first-child {
    background-color: #2c7a7b;
  }

  .md\:first\:bg-teal-800:first-child {
    background-color: #285e61;
  }

  .md\:first\:bg-teal-900:first-child {
    background-color: #234e52;
  }

  .md\:first\:bg-blue-100:first-child {
    background-color: #ebf8ff;
  }

  .md\:first\:bg-blue-200:first-child {
    background-color: #bee3f8;
  }

  .md\:first\:bg-blue-300:first-child {
    background-color: #90cdf4;
  }

  .md\:first\:bg-blue-400:first-child {
    background-color: #63b3ed;
  }

  .md\:first\:bg-blue-500:first-child {
    background-color: #4299e1;
  }

  .md\:first\:bg-blue-600:first-child {
    background-color: #3182ce;
  }

  .md\:first\:bg-blue-700:first-child {
    background-color: #2b6cb0;
  }

  .md\:first\:bg-blue-800:first-child {
    background-color: #2c5282;
  }

  .md\:first\:bg-blue-900:first-child {
    background-color: #2a4365;
  }

  .md\:first\:bg-indigo-100:first-child {
    background-color: #ebf4ff;
  }

  .md\:first\:bg-indigo-200:first-child {
    background-color: #c3dafe;
  }

  .md\:first\:bg-indigo-300:first-child {
    background-color: #a3bffa;
  }

  .md\:first\:bg-indigo-400:first-child {
    background-color: #7f9cf5;
  }

  .md\:first\:bg-indigo-500:first-child {
    background-color: #667eea;
  }

  .md\:first\:bg-indigo-600:first-child {
    background-color: #5a67d8;
  }

  .md\:first\:bg-indigo-700:first-child {
    background-color: #4c51bf;
  }

  .md\:first\:bg-indigo-800:first-child {
    background-color: #434190;
  }

  .md\:first\:bg-indigo-900:first-child {
    background-color: #3c366b;
  }

  .md\:first\:bg-purple-100:first-child {
    background-color: #faf5ff;
  }

  .md\:first\:bg-purple-200:first-child {
    background-color: #e9d8fd;
  }

  .md\:first\:bg-purple-300:first-child {
    background-color: #d6bcfa;
  }

  .md\:first\:bg-purple-400:first-child {
    background-color: #b794f4;
  }

  .md\:first\:bg-purple-500:first-child {
    background-color: #9f7aea;
  }

  .md\:first\:bg-purple-600:first-child {
    background-color: #805ad5;
  }

  .md\:first\:bg-purple-700:first-child {
    background-color: #6b46c1;
  }

  .md\:first\:bg-purple-800:first-child {
    background-color: #553c9a;
  }

  .md\:first\:bg-purple-900:first-child {
    background-color: #44337a;
  }

  .md\:first\:bg-pink-100:first-child {
    background-color: #fff5f7;
  }

  .md\:first\:bg-pink-200:first-child {
    background-color: #fed7e2;
  }

  .md\:first\:bg-pink-300:first-child {
    background-color: #fbb6ce;
  }

  .md\:first\:bg-pink-400:first-child {
    background-color: #f687b3;
  }

  .md\:first\:bg-pink-500:first-child {
    background-color: #ed64a6;
  }

  .md\:first\:bg-pink-600:first-child {
    background-color: #d53f8c;
  }

  .md\:first\:bg-pink-700:first-child {
    background-color: #b83280;
  }

  .md\:first\:bg-pink-800:first-child {
    background-color: #97266d;
  }

  .md\:first\:bg-pink-900:first-child {
    background-color: #702459;
  }

  .md\:last\:bg-transparent:last-child {
    background-color: transparent;
  }

  .md\:last\:bg-black:last-child {
    background-color: #000;
  }

  .md\:last\:bg-white:last-child {
    background-color: #fff;
  }

  .md\:last\:bg-gray-100:last-child {
    background-color: #f7fafc;
  }

  .md\:last\:bg-gray-200:last-child {
    background-color: #edf2f7;
  }

  .md\:last\:bg-gray-300:last-child {
    background-color: #e2e8f0;
  }

  .md\:last\:bg-gray-400:last-child {
    background-color: #cbd5e0;
  }

  .md\:last\:bg-gray-500:last-child {
    background-color: #a0aec0;
  }

  .md\:last\:bg-gray-600:last-child {
    background-color: #718096;
  }

  .md\:last\:bg-gray-700:last-child {
    background-color: #4a5568;
  }

  .md\:last\:bg-gray-800:last-child {
    background-color: #2d3748;
  }

  .md\:last\:bg-gray-900:last-child {
    background-color: #1a202c;
  }

  .md\:last\:bg-red-100:last-child {
    background-color: #fff5f5;
  }

  .md\:last\:bg-red-200:last-child {
    background-color: #fed7d7;
  }

  .md\:last\:bg-red-300:last-child {
    background-color: #feb2b2;
  }

  .md\:last\:bg-red-400:last-child {
    background-color: #fc8181;
  }

  .md\:last\:bg-red-500:last-child {
    background-color: #f56565;
  }

  .md\:last\:bg-red-600:last-child {
    background-color: #e53e3e;
  }

  .md\:last\:bg-red-700:last-child {
    background-color: #c53030;
  }

  .md\:last\:bg-red-800:last-child {
    background-color: #9b2c2c;
  }

  .md\:last\:bg-red-900:last-child {
    background-color: #742a2a;
  }

  .md\:last\:bg-orange-100:last-child {
    background-color: #fffaf0;
  }

  .md\:last\:bg-orange-200:last-child {
    background-color: #feebc8;
  }

  .md\:last\:bg-orange-300:last-child {
    background-color: #fbd38d;
  }

  .md\:last\:bg-orange-400:last-child {
    background-color: #f6ad55;
  }

  .md\:last\:bg-orange-500:last-child {
    background-color: #ed8936;
  }

  .md\:last\:bg-orange-600:last-child {
    background-color: #dd6b20;
  }

  .md\:last\:bg-orange-700:last-child {
    background-color: #c05621;
  }

  .md\:last\:bg-orange-800:last-child {
    background-color: #9c4221;
  }

  .md\:last\:bg-orange-900:last-child {
    background-color: #7b341e;
  }

  .md\:last\:bg-yellow-100:last-child {
    background-color: #fffff0;
  }

  .md\:last\:bg-yellow-200:last-child {
    background-color: #fefcbf;
  }

  .md\:last\:bg-yellow-300:last-child {
    background-color: #faf089;
  }

  .md\:last\:bg-yellow-400:last-child {
    background-color: #f6e05e;
  }

  .md\:last\:bg-yellow-500:last-child {
    background-color: #ecc94b;
  }

  .md\:last\:bg-yellow-600:last-child {
    background-color: #d69e2e;
  }

  .md\:last\:bg-yellow-700:last-child {
    background-color: #b7791f;
  }

  .md\:last\:bg-yellow-800:last-child {
    background-color: #975a16;
  }

  .md\:last\:bg-yellow-900:last-child {
    background-color: #744210;
  }

  .md\:last\:bg-green-100:last-child {
    background-color: #f0fff4;
  }

  .md\:last\:bg-green-200:last-child {
    background-color: #c6f6d5;
  }

  .md\:last\:bg-green-300:last-child {
    background-color: #9ae6b4;
  }

  .md\:last\:bg-green-400:last-child {
    background-color: #68d391;
  }

  .md\:last\:bg-green-500:last-child {
    background-color: #48bb78;
  }

  .md\:last\:bg-green-600:last-child {
    background-color: #38a169;
  }

  .md\:last\:bg-green-700:last-child {
    background-color: #2f855a;
  }

  .md\:last\:bg-green-800:last-child {
    background-color: #276749;
  }

  .md\:last\:bg-green-900:last-child {
    background-color: #22543d;
  }

  .md\:last\:bg-teal-100:last-child {
    background-color: #e6fffa;
  }

  .md\:last\:bg-teal-200:last-child {
    background-color: #b2f5ea;
  }

  .md\:last\:bg-teal-300:last-child {
    background-color: #81e6d9;
  }

  .md\:last\:bg-teal-400:last-child {
    background-color: #4fd1c5;
  }

  .md\:last\:bg-teal-500:last-child {
    background-color: #38b2ac;
  }

  .md\:last\:bg-teal-600:last-child {
    background-color: #319795;
  }

  .md\:last\:bg-teal-700:last-child {
    background-color: #2c7a7b;
  }

  .md\:last\:bg-teal-800:last-child {
    background-color: #285e61;
  }

  .md\:last\:bg-teal-900:last-child {
    background-color: #234e52;
  }

  .md\:last\:bg-blue-100:last-child {
    background-color: #ebf8ff;
  }

  .md\:last\:bg-blue-200:last-child {
    background-color: #bee3f8;
  }

  .md\:last\:bg-blue-300:last-child {
    background-color: #90cdf4;
  }

  .md\:last\:bg-blue-400:last-child {
    background-color: #63b3ed;
  }

  .md\:last\:bg-blue-500:last-child {
    background-color: #4299e1;
  }

  .md\:last\:bg-blue-600:last-child {
    background-color: #3182ce;
  }

  .md\:last\:bg-blue-700:last-child {
    background-color: #2b6cb0;
  }

  .md\:last\:bg-blue-800:last-child {
    background-color: #2c5282;
  }

  .md\:last\:bg-blue-900:last-child {
    background-color: #2a4365;
  }

  .md\:last\:bg-indigo-100:last-child {
    background-color: #ebf4ff;
  }

  .md\:last\:bg-indigo-200:last-child {
    background-color: #c3dafe;
  }

  .md\:last\:bg-indigo-300:last-child {
    background-color: #a3bffa;
  }

  .md\:last\:bg-indigo-400:last-child {
    background-color: #7f9cf5;
  }

  .md\:last\:bg-indigo-500:last-child {
    background-color: #667eea;
  }

  .md\:last\:bg-indigo-600:last-child {
    background-color: #5a67d8;
  }

  .md\:last\:bg-indigo-700:last-child {
    background-color: #4c51bf;
  }

  .md\:last\:bg-indigo-800:last-child {
    background-color: #434190;
  }

  .md\:last\:bg-indigo-900:last-child {
    background-color: #3c366b;
  }

  .md\:last\:bg-purple-100:last-child {
    background-color: #faf5ff;
  }

  .md\:last\:bg-purple-200:last-child {
    background-color: #e9d8fd;
  }

  .md\:last\:bg-purple-300:last-child {
    background-color: #d6bcfa;
  }

  .md\:last\:bg-purple-400:last-child {
    background-color: #b794f4;
  }

  .md\:last\:bg-purple-500:last-child {
    background-color: #9f7aea;
  }

  .md\:last\:bg-purple-600:last-child {
    background-color: #805ad5;
  }

  .md\:last\:bg-purple-700:last-child {
    background-color: #6b46c1;
  }

  .md\:last\:bg-purple-800:last-child {
    background-color: #553c9a;
  }

  .md\:last\:bg-purple-900:last-child {
    background-color: #44337a;
  }

  .md\:last\:bg-pink-100:last-child {
    background-color: #fff5f7;
  }

  .md\:last\:bg-pink-200:last-child {
    background-color: #fed7e2;
  }

  .md\:last\:bg-pink-300:last-child {
    background-color: #fbb6ce;
  }

  .md\:last\:bg-pink-400:last-child {
    background-color: #f687b3;
  }

  .md\:last\:bg-pink-500:last-child {
    background-color: #ed64a6;
  }

  .md\:last\:bg-pink-600:last-child {
    background-color: #d53f8c;
  }

  .md\:last\:bg-pink-700:last-child {
    background-color: #b83280;
  }

  .md\:last\:bg-pink-800:last-child {
    background-color: #97266d;
  }

  .md\:last\:bg-pink-900:last-child {
    background-color: #702459;
  }

  .md\:odd\:bg-transparent:nth-child(odd) {
    background-color: transparent;
  }

  .md\:odd\:bg-black:nth-child(odd) {
    background-color: #000;
  }

  .md\:odd\:bg-white:nth-child(odd) {
    background-color: #fff;
  }

  .md\:odd\:bg-gray-100:nth-child(odd) {
    background-color: #f7fafc;
  }

  .md\:odd\:bg-gray-200:nth-child(odd) {
    background-color: #edf2f7;
  }

  .md\:odd\:bg-gray-300:nth-child(odd) {
    background-color: #e2e8f0;
  }

  .md\:odd\:bg-gray-400:nth-child(odd) {
    background-color: #cbd5e0;
  }

  .md\:odd\:bg-gray-500:nth-child(odd) {
    background-color: #a0aec0;
  }

  .md\:odd\:bg-gray-600:nth-child(odd) {
    background-color: #718096;
  }

  .md\:odd\:bg-gray-700:nth-child(odd) {
    background-color: #4a5568;
  }

  .md\:odd\:bg-gray-800:nth-child(odd) {
    background-color: #2d3748;
  }

  .md\:odd\:bg-gray-900:nth-child(odd) {
    background-color: #1a202c;
  }

  .md\:odd\:bg-red-100:nth-child(odd) {
    background-color: #fff5f5;
  }

  .md\:odd\:bg-red-200:nth-child(odd) {
    background-color: #fed7d7;
  }

  .md\:odd\:bg-red-300:nth-child(odd) {
    background-color: #feb2b2;
  }

  .md\:odd\:bg-red-400:nth-child(odd) {
    background-color: #fc8181;
  }

  .md\:odd\:bg-red-500:nth-child(odd) {
    background-color: #f56565;
  }

  .md\:odd\:bg-red-600:nth-child(odd) {
    background-color: #e53e3e;
  }

  .md\:odd\:bg-red-700:nth-child(odd) {
    background-color: #c53030;
  }

  .md\:odd\:bg-red-800:nth-child(odd) {
    background-color: #9b2c2c;
  }

  .md\:odd\:bg-red-900:nth-child(odd) {
    background-color: #742a2a;
  }

  .md\:odd\:bg-orange-100:nth-child(odd) {
    background-color: #fffaf0;
  }

  .md\:odd\:bg-orange-200:nth-child(odd) {
    background-color: #feebc8;
  }

  .md\:odd\:bg-orange-300:nth-child(odd) {
    background-color: #fbd38d;
  }

  .md\:odd\:bg-orange-400:nth-child(odd) {
    background-color: #f6ad55;
  }

  .md\:odd\:bg-orange-500:nth-child(odd) {
    background-color: #ed8936;
  }

  .md\:odd\:bg-orange-600:nth-child(odd) {
    background-color: #dd6b20;
  }

  .md\:odd\:bg-orange-700:nth-child(odd) {
    background-color: #c05621;
  }

  .md\:odd\:bg-orange-800:nth-child(odd) {
    background-color: #9c4221;
  }

  .md\:odd\:bg-orange-900:nth-child(odd) {
    background-color: #7b341e;
  }

  .md\:odd\:bg-yellow-100:nth-child(odd) {
    background-color: #fffff0;
  }

  .md\:odd\:bg-yellow-200:nth-child(odd) {
    background-color: #fefcbf;
  }

  .md\:odd\:bg-yellow-300:nth-child(odd) {
    background-color: #faf089;
  }

  .md\:odd\:bg-yellow-400:nth-child(odd) {
    background-color: #f6e05e;
  }

  .md\:odd\:bg-yellow-500:nth-child(odd) {
    background-color: #ecc94b;
  }

  .md\:odd\:bg-yellow-600:nth-child(odd) {
    background-color: #d69e2e;
  }

  .md\:odd\:bg-yellow-700:nth-child(odd) {
    background-color: #b7791f;
  }

  .md\:odd\:bg-yellow-800:nth-child(odd) {
    background-color: #975a16;
  }

  .md\:odd\:bg-yellow-900:nth-child(odd) {
    background-color: #744210;
  }

  .md\:odd\:bg-green-100:nth-child(odd) {
    background-color: #f0fff4;
  }

  .md\:odd\:bg-green-200:nth-child(odd) {
    background-color: #c6f6d5;
  }

  .md\:odd\:bg-green-300:nth-child(odd) {
    background-color: #9ae6b4;
  }

  .md\:odd\:bg-green-400:nth-child(odd) {
    background-color: #68d391;
  }

  .md\:odd\:bg-green-500:nth-child(odd) {
    background-color: #48bb78;
  }

  .md\:odd\:bg-green-600:nth-child(odd) {
    background-color: #38a169;
  }

  .md\:odd\:bg-green-700:nth-child(odd) {
    background-color: #2f855a;
  }

  .md\:odd\:bg-green-800:nth-child(odd) {
    background-color: #276749;
  }

  .md\:odd\:bg-green-900:nth-child(odd) {
    background-color: #22543d;
  }

  .md\:odd\:bg-teal-100:nth-child(odd) {
    background-color: #e6fffa;
  }

  .md\:odd\:bg-teal-200:nth-child(odd) {
    background-color: #b2f5ea;
  }

  .md\:odd\:bg-teal-300:nth-child(odd) {
    background-color: #81e6d9;
  }

  .md\:odd\:bg-teal-400:nth-child(odd) {
    background-color: #4fd1c5;
  }

  .md\:odd\:bg-teal-500:nth-child(odd) {
    background-color: #38b2ac;
  }

  .md\:odd\:bg-teal-600:nth-child(odd) {
    background-color: #319795;
  }

  .md\:odd\:bg-teal-700:nth-child(odd) {
    background-color: #2c7a7b;
  }

  .md\:odd\:bg-teal-800:nth-child(odd) {
    background-color: #285e61;
  }

  .md\:odd\:bg-teal-900:nth-child(odd) {
    background-color: #234e52;
  }

  .md\:odd\:bg-blue-100:nth-child(odd) {
    background-color: #ebf8ff;
  }

  .md\:odd\:bg-blue-200:nth-child(odd) {
    background-color: #bee3f8;
  }

  .md\:odd\:bg-blue-300:nth-child(odd) {
    background-color: #90cdf4;
  }

  .md\:odd\:bg-blue-400:nth-child(odd) {
    background-color: #63b3ed;
  }

  .md\:odd\:bg-blue-500:nth-child(odd) {
    background-color: #4299e1;
  }

  .md\:odd\:bg-blue-600:nth-child(odd) {
    background-color: #3182ce;
  }

  .md\:odd\:bg-blue-700:nth-child(odd) {
    background-color: #2b6cb0;
  }

  .md\:odd\:bg-blue-800:nth-child(odd) {
    background-color: #2c5282;
  }

  .md\:odd\:bg-blue-900:nth-child(odd) {
    background-color: #2a4365;
  }

  .md\:odd\:bg-indigo-100:nth-child(odd) {
    background-color: #ebf4ff;
  }

  .md\:odd\:bg-indigo-200:nth-child(odd) {
    background-color: #c3dafe;
  }

  .md\:odd\:bg-indigo-300:nth-child(odd) {
    background-color: #a3bffa;
  }

  .md\:odd\:bg-indigo-400:nth-child(odd) {
    background-color: #7f9cf5;
  }

  .md\:odd\:bg-indigo-500:nth-child(odd) {
    background-color: #667eea;
  }

  .md\:odd\:bg-indigo-600:nth-child(odd) {
    background-color: #5a67d8;
  }

  .md\:odd\:bg-indigo-700:nth-child(odd) {
    background-color: #4c51bf;
  }

  .md\:odd\:bg-indigo-800:nth-child(odd) {
    background-color: #434190;
  }

  .md\:odd\:bg-indigo-900:nth-child(odd) {
    background-color: #3c366b;
  }

  .md\:odd\:bg-purple-100:nth-child(odd) {
    background-color: #faf5ff;
  }

  .md\:odd\:bg-purple-200:nth-child(odd) {
    background-color: #e9d8fd;
  }

  .md\:odd\:bg-purple-300:nth-child(odd) {
    background-color: #d6bcfa;
  }

  .md\:odd\:bg-purple-400:nth-child(odd) {
    background-color: #b794f4;
  }

  .md\:odd\:bg-purple-500:nth-child(odd) {
    background-color: #9f7aea;
  }

  .md\:odd\:bg-purple-600:nth-child(odd) {
    background-color: #805ad5;
  }

  .md\:odd\:bg-purple-700:nth-child(odd) {
    background-color: #6b46c1;
  }

  .md\:odd\:bg-purple-800:nth-child(odd) {
    background-color: #553c9a;
  }

  .md\:odd\:bg-purple-900:nth-child(odd) {
    background-color: #44337a;
  }

  .md\:odd\:bg-pink-100:nth-child(odd) {
    background-color: #fff5f7;
  }

  .md\:odd\:bg-pink-200:nth-child(odd) {
    background-color: #fed7e2;
  }

  .md\:odd\:bg-pink-300:nth-child(odd) {
    background-color: #fbb6ce;
  }

  .md\:odd\:bg-pink-400:nth-child(odd) {
    background-color: #f687b3;
  }

  .md\:odd\:bg-pink-500:nth-child(odd) {
    background-color: #ed64a6;
  }

  .md\:odd\:bg-pink-600:nth-child(odd) {
    background-color: #d53f8c;
  }

  .md\:odd\:bg-pink-700:nth-child(odd) {
    background-color: #b83280;
  }

  .md\:odd\:bg-pink-800:nth-child(odd) {
    background-color: #97266d;
  }

  .md\:odd\:bg-pink-900:nth-child(odd) {
    background-color: #702459;
  }

  .md\:even\:bg-transparent:nth-child(even) {
    background-color: transparent;
  }

  .md\:even\:bg-black:nth-child(even) {
    background-color: #000;
  }

  .md\:even\:bg-white:nth-child(even) {
    background-color: #fff;
  }

  .md\:even\:bg-gray-100:nth-child(even) {
    background-color: #f7fafc;
  }

  .md\:even\:bg-gray-200:nth-child(even) {
    background-color: #edf2f7;
  }

  .md\:even\:bg-gray-300:nth-child(even) {
    background-color: #e2e8f0;
  }

  .md\:even\:bg-gray-400:nth-child(even) {
    background-color: #cbd5e0;
  }

  .md\:even\:bg-gray-500:nth-child(even) {
    background-color: #a0aec0;
  }

  .md\:even\:bg-gray-600:nth-child(even) {
    background-color: #718096;
  }

  .md\:even\:bg-gray-700:nth-child(even) {
    background-color: #4a5568;
  }

  .md\:even\:bg-gray-800:nth-child(even) {
    background-color: #2d3748;
  }

  .md\:even\:bg-gray-900:nth-child(even) {
    background-color: #1a202c;
  }

  .md\:even\:bg-red-100:nth-child(even) {
    background-color: #fff5f5;
  }

  .md\:even\:bg-red-200:nth-child(even) {
    background-color: #fed7d7;
  }

  .md\:even\:bg-red-300:nth-child(even) {
    background-color: #feb2b2;
  }

  .md\:even\:bg-red-400:nth-child(even) {
    background-color: #fc8181;
  }

  .md\:even\:bg-red-500:nth-child(even) {
    background-color: #f56565;
  }

  .md\:even\:bg-red-600:nth-child(even) {
    background-color: #e53e3e;
  }

  .md\:even\:bg-red-700:nth-child(even) {
    background-color: #c53030;
  }

  .md\:even\:bg-red-800:nth-child(even) {
    background-color: #9b2c2c;
  }

  .md\:even\:bg-red-900:nth-child(even) {
    background-color: #742a2a;
  }

  .md\:even\:bg-orange-100:nth-child(even) {
    background-color: #fffaf0;
  }

  .md\:even\:bg-orange-200:nth-child(even) {
    background-color: #feebc8;
  }

  .md\:even\:bg-orange-300:nth-child(even) {
    background-color: #fbd38d;
  }

  .md\:even\:bg-orange-400:nth-child(even) {
    background-color: #f6ad55;
  }

  .md\:even\:bg-orange-500:nth-child(even) {
    background-color: #ed8936;
  }

  .md\:even\:bg-orange-600:nth-child(even) {
    background-color: #dd6b20;
  }

  .md\:even\:bg-orange-700:nth-child(even) {
    background-color: #c05621;
  }

  .md\:even\:bg-orange-800:nth-child(even) {
    background-color: #9c4221;
  }

  .md\:even\:bg-orange-900:nth-child(even) {
    background-color: #7b341e;
  }

  .md\:even\:bg-yellow-100:nth-child(even) {
    background-color: #fffff0;
  }

  .md\:even\:bg-yellow-200:nth-child(even) {
    background-color: #fefcbf;
  }

  .md\:even\:bg-yellow-300:nth-child(even) {
    background-color: #faf089;
  }

  .md\:even\:bg-yellow-400:nth-child(even) {
    background-color: #f6e05e;
  }

  .md\:even\:bg-yellow-500:nth-child(even) {
    background-color: #ecc94b;
  }

  .md\:even\:bg-yellow-600:nth-child(even) {
    background-color: #d69e2e;
  }

  .md\:even\:bg-yellow-700:nth-child(even) {
    background-color: #b7791f;
  }

  .md\:even\:bg-yellow-800:nth-child(even) {
    background-color: #975a16;
  }

  .md\:even\:bg-yellow-900:nth-child(even) {
    background-color: #744210;
  }

  .md\:even\:bg-green-100:nth-child(even) {
    background-color: #f0fff4;
  }

  .md\:even\:bg-green-200:nth-child(even) {
    background-color: #c6f6d5;
  }

  .md\:even\:bg-green-300:nth-child(even) {
    background-color: #9ae6b4;
  }

  .md\:even\:bg-green-400:nth-child(even) {
    background-color: #68d391;
  }

  .md\:even\:bg-green-500:nth-child(even) {
    background-color: #48bb78;
  }

  .md\:even\:bg-green-600:nth-child(even) {
    background-color: #38a169;
  }

  .md\:even\:bg-green-700:nth-child(even) {
    background-color: #2f855a;
  }

  .md\:even\:bg-green-800:nth-child(even) {
    background-color: #276749;
  }

  .md\:even\:bg-green-900:nth-child(even) {
    background-color: #22543d;
  }

  .md\:even\:bg-teal-100:nth-child(even) {
    background-color: #e6fffa;
  }

  .md\:even\:bg-teal-200:nth-child(even) {
    background-color: #b2f5ea;
  }

  .md\:even\:bg-teal-300:nth-child(even) {
    background-color: #81e6d9;
  }

  .md\:even\:bg-teal-400:nth-child(even) {
    background-color: #4fd1c5;
  }

  .md\:even\:bg-teal-500:nth-child(even) {
    background-color: #38b2ac;
  }

  .md\:even\:bg-teal-600:nth-child(even) {
    background-color: #319795;
  }

  .md\:even\:bg-teal-700:nth-child(even) {
    background-color: #2c7a7b;
  }

  .md\:even\:bg-teal-800:nth-child(even) {
    background-color: #285e61;
  }

  .md\:even\:bg-teal-900:nth-child(even) {
    background-color: #234e52;
  }

  .md\:even\:bg-blue-100:nth-child(even) {
    background-color: #ebf8ff;
  }

  .md\:even\:bg-blue-200:nth-child(even) {
    background-color: #bee3f8;
  }

  .md\:even\:bg-blue-300:nth-child(even) {
    background-color: #90cdf4;
  }

  .md\:even\:bg-blue-400:nth-child(even) {
    background-color: #63b3ed;
  }

  .md\:even\:bg-blue-500:nth-child(even) {
    background-color: #4299e1;
  }

  .md\:even\:bg-blue-600:nth-child(even) {
    background-color: #3182ce;
  }

  .md\:even\:bg-blue-700:nth-child(even) {
    background-color: #2b6cb0;
  }

  .md\:even\:bg-blue-800:nth-child(even) {
    background-color: #2c5282;
  }

  .md\:even\:bg-blue-900:nth-child(even) {
    background-color: #2a4365;
  }

  .md\:even\:bg-indigo-100:nth-child(even) {
    background-color: #ebf4ff;
  }

  .md\:even\:bg-indigo-200:nth-child(even) {
    background-color: #c3dafe;
  }

  .md\:even\:bg-indigo-300:nth-child(even) {
    background-color: #a3bffa;
  }

  .md\:even\:bg-indigo-400:nth-child(even) {
    background-color: #7f9cf5;
  }

  .md\:even\:bg-indigo-500:nth-child(even) {
    background-color: #667eea;
  }

  .md\:even\:bg-indigo-600:nth-child(even) {
    background-color: #5a67d8;
  }

  .md\:even\:bg-indigo-700:nth-child(even) {
    background-color: #4c51bf;
  }

  .md\:even\:bg-indigo-800:nth-child(even) {
    background-color: #434190;
  }

  .md\:even\:bg-indigo-900:nth-child(even) {
    background-color: #3c366b;
  }

  .md\:even\:bg-purple-100:nth-child(even) {
    background-color: #faf5ff;
  }

  .md\:even\:bg-purple-200:nth-child(even) {
    background-color: #e9d8fd;
  }

  .md\:even\:bg-purple-300:nth-child(even) {
    background-color: #d6bcfa;
  }

  .md\:even\:bg-purple-400:nth-child(even) {
    background-color: #b794f4;
  }

  .md\:even\:bg-purple-500:nth-child(even) {
    background-color: #9f7aea;
  }

  .md\:even\:bg-purple-600:nth-child(even) {
    background-color: #805ad5;
  }

  .md\:even\:bg-purple-700:nth-child(even) {
    background-color: #6b46c1;
  }

  .md\:even\:bg-purple-800:nth-child(even) {
    background-color: #553c9a;
  }

  .md\:even\:bg-purple-900:nth-child(even) {
    background-color: #44337a;
  }

  .md\:even\:bg-pink-100:nth-child(even) {
    background-color: #fff5f7;
  }

  .md\:even\:bg-pink-200:nth-child(even) {
    background-color: #fed7e2;
  }

  .md\:even\:bg-pink-300:nth-child(even) {
    background-color: #fbb6ce;
  }

  .md\:even\:bg-pink-400:nth-child(even) {
    background-color: #f687b3;
  }

  .md\:even\:bg-pink-500:nth-child(even) {
    background-color: #ed64a6;
  }

  .md\:even\:bg-pink-600:nth-child(even) {
    background-color: #d53f8c;
  }

  .md\:even\:bg-pink-700:nth-child(even) {
    background-color: #b83280;
  }

  .md\:even\:bg-pink-800:nth-child(even) {
    background-color: #97266d;
  }

  .md\:even\:bg-pink-900:nth-child(even) {
    background-color: #702459;
  }

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

  .md\:hover\:bg-black:hover {
    background-color: #000;
  }

  .md\:hover\:bg-white:hover {
    background-color: #fff;
  }

  .md\:hover\:bg-gray-100:hover {
    background-color: #f7fafc;
  }

  .md\:hover\:bg-gray-200:hover {
    background-color: #edf2f7;
  }

  .md\:hover\:bg-gray-300:hover {
    background-color: #e2e8f0;
  }

  .md\:hover\:bg-gray-400:hover {
    background-color: #cbd5e0;
  }

  .md\:hover\:bg-gray-500:hover {
    background-color: #a0aec0;
  }

  .md\:hover\:bg-gray-600:hover {
    background-color: #718096;
  }

  .md\:hover\:bg-gray-700:hover {
    background-color: #4a5568;
  }

  .md\:hover\:bg-gray-800:hover {
    background-color: #2d3748;
  }

  .md\:hover\:bg-gray-900:hover {
    background-color: #1a202c;
  }

  .md\:hover\:bg-red-100:hover {
    background-color: #fff5f5;
  }

  .md\:hover\:bg-red-200:hover {
    background-color: #fed7d7;
  }

  .md\:hover\:bg-red-300:hover {
    background-color: #feb2b2;
  }

  .md\:hover\:bg-red-400:hover {
    background-color: #fc8181;
  }

  .md\:hover\:bg-red-500:hover {
    background-color: #f56565;
  }

  .md\:hover\:bg-red-600:hover {
    background-color: #e53e3e;
  }

  .md\:hover\:bg-red-700:hover {
    background-color: #c53030;
  }

  .md\:hover\:bg-red-800:hover {
    background-color: #9b2c2c;
  }

  .md\:hover\:bg-red-900:hover {
    background-color: #742a2a;
  }

  .md\:hover\:bg-orange-100:hover {
    background-color: #fffaf0;
  }

  .md\:hover\:bg-orange-200:hover {
    background-color: #feebc8;
  }

  .md\:hover\:bg-orange-300:hover {
    background-color: #fbd38d;
  }

  .md\:hover\:bg-orange-400:hover {
    background-color: #f6ad55;
  }

  .md\:hover\:bg-orange-500:hover {
    background-color: #ed8936;
  }

  .md\:hover\:bg-orange-600:hover {
    background-color: #dd6b20;
  }

  .md\:hover\:bg-orange-700:hover {
    background-color: #c05621;
  }

  .md\:hover\:bg-orange-800:hover {
    background-color: #9c4221;
  }

  .md\:hover\:bg-orange-900:hover {
    background-color: #7b341e;
  }

  .md\:hover\:bg-yellow-100:hover {
    background-color: #fffff0;
  }

  .md\:hover\:bg-yellow-200:hover {
    background-color: #fefcbf;
  }

  .md\:hover\:bg-yellow-300:hover {
    background-color: #faf089;
  }

  .md\:hover\:bg-yellow-400:hover {
    background-color: #f6e05e;
  }

  .md\:hover\:bg-yellow-500:hover {
    background-color: #ecc94b;
  }

  .md\:hover\:bg-yellow-600:hover {
    background-color: #d69e2e;
  }

  .md\:hover\:bg-yellow-700:hover {
    background-color: #b7791f;
  }

  .md\:hover\:bg-yellow-800:hover {
    background-color: #975a16;
  }

  .md\:hover\:bg-yellow-900:hover {
    background-color: #744210;
  }

  .md\:hover\:bg-green-100:hover {
    background-color: #f0fff4;
  }

  .md\:hover\:bg-green-200:hover {
    background-color: #c6f6d5;
  }

  .md\:hover\:bg-green-300:hover {
    background-color: #9ae6b4;
  }

  .md\:hover\:bg-green-400:hover {
    background-color: #68d391;
  }

  .md\:hover\:bg-green-500:hover {
    background-color: #48bb78;
  }

  .md\:hover\:bg-green-600:hover {
    background-color: #38a169;
  }

  .md\:hover\:bg-green-700:hover {
    background-color: #2f855a;
  }

  .md\:hover\:bg-green-800:hover {
    background-color: #276749;
  }

  .md\:hover\:bg-green-900:hover {
    background-color: #22543d;
  }

  .md\:hover\:bg-teal-100:hover {
    background-color: #e6fffa;
  }

  .md\:hover\:bg-teal-200:hover {
    background-color: #b2f5ea;
  }

  .md\:hover\:bg-teal-300:hover {
    background-color: #81e6d9;
  }

  .md\:hover\:bg-teal-400:hover {
    background-color: #4fd1c5;
  }

  .md\:hover\:bg-teal-500:hover {
    background-color: #38b2ac;
  }

  .md\:hover\:bg-teal-600:hover {
    background-color: #319795;
  }

  .md\:hover\:bg-teal-700:hover {
    background-color: #2c7a7b;
  }

  .md\:hover\:bg-teal-800:hover {
    background-color: #285e61;
  }

  .md\:hover\:bg-teal-900:hover {
    background-color: #234e52;
  }

  .md\:hover\:bg-blue-100:hover {
    background-color: #ebf8ff;
  }

  .md\:hover\:bg-blue-200:hover {
    background-color: #bee3f8;
  }

  .md\:hover\:bg-blue-300:hover {
    background-color: #90cdf4;
  }

  .md\:hover\:bg-blue-400:hover {
    background-color: #63b3ed;
  }

  .md\:hover\:bg-blue-500:hover {
    background-color: #4299e1;
  }

  .md\:hover\:bg-blue-600:hover {
    background-color: #3182ce;
  }

  .md\:hover\:bg-blue-700:hover {
    background-color: #2b6cb0;
  }

  .md\:hover\:bg-blue-800:hover {
    background-color: #2c5282;
  }

  .md\:hover\:bg-blue-900:hover {
    background-color: #2a4365;
  }

  .md\:hover\:bg-indigo-100:hover {
    background-color: #ebf4ff;
  }

  .md\:hover\:bg-indigo-200:hover {
    background-color: #c3dafe;
  }

  .md\:hover\:bg-indigo-300:hover {
    background-color: #a3bffa;
  }

  .md\:hover\:bg-indigo-400:hover {
    background-color: #7f9cf5;
  }

  .md\:hover\:bg-indigo-500:hover {
    background-color: #667eea;
  }

  .md\:hover\:bg-indigo-600:hover {
    background-color: #5a67d8;
  }

  .md\:hover\:bg-indigo-700:hover {
    background-color: #4c51bf;
  }

  .md\:hover\:bg-indigo-800:hover {
    background-color: #434190;
  }

  .md\:hover\:bg-indigo-900:hover {
    background-color: #3c366b;
  }

  .md\:hover\:bg-purple-100:hover {
    background-color: #faf5ff;
  }

  .md\:hover\:bg-purple-200:hover {
    background-color: #e9d8fd;
  }

  .md\:hover\:bg-purple-300:hover {
    background-color: #d6bcfa;
  }

  .md\:hover\:bg-purple-400:hover {
    background-color: #b794f4;
  }

  .md\:hover\:bg-purple-500:hover {
    background-color: #9f7aea;
  }

  .md\:hover\:bg-purple-600:hover {
    background-color: #805ad5;
  }

  .md\:hover\:bg-purple-700:hover {
    background-color: #6b46c1;
  }

  .md\:hover\:bg-purple-800:hover {
    background-color: #553c9a;
  }

  .md\:hover\:bg-purple-900:hover {
    background-color: #44337a;
  }

  .md\:hover\:bg-pink-100:hover {
    background-color: #fff5f7;
  }

  .md\:hover\:bg-pink-200:hover {
    background-color: #fed7e2;
  }

  .md\:hover\:bg-pink-300:hover {
    background-color: #fbb6ce;
  }

  .md\:hover\:bg-pink-400:hover {
    background-color: #f687b3;
  }

  .md\:hover\:bg-pink-500:hover {
    background-color: #ed64a6;
  }

  .md\:hover\:bg-pink-600:hover {
    background-color: #d53f8c;
  }

  .md\:hover\:bg-pink-700:hover {
    background-color: #b83280;
  }

  .md\:hover\:bg-pink-800:hover {
    background-color: #97266d;
  }

  .md\:hover\:bg-pink-900:hover {
    background-color: #702459;
  }

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

  .md\:focus\:bg-black:focus {
    background-color: #000;
  }

  .md\:focus\:bg-white:focus {
    background-color: #fff;
  }

  .md\:focus\:bg-gray-100:focus {
    background-color: #f7fafc;
  }

  .md\:focus\:bg-gray-200:focus {
    background-color: #edf2f7;
  }

  .md\:focus\:bg-gray-300:focus {
    background-color: #e2e8f0;
  }

  .md\:focus\:bg-gray-400:focus {
    background-color: #cbd5e0;
  }

  .md\:focus\:bg-gray-500:focus {
    background-color: #a0aec0;
  }

  .md\:focus\:bg-gray-600:focus {
    background-color: #718096;
  }

  .md\:focus\:bg-gray-700:focus {
    background-color: #4a5568;
  }

  .md\:focus\:bg-gray-800:focus {
    background-color: #2d3748;
  }

  .md\:focus\:bg-gray-900:focus {
    background-color: #1a202c;
  }

  .md\:focus\:bg-red-100:focus {
    background-color: #fff5f5;
  }

  .md\:focus\:bg-red-200:focus {
    background-color: #fed7d7;
  }

  .md\:focus\:bg-red-300:focus {
    background-color: #feb2b2;
  }

  .md\:focus\:bg-red-400:focus {
    background-color: #fc8181;
  }

  .md\:focus\:bg-red-500:focus {
    background-color: #f56565;
  }

  .md\:focus\:bg-red-600:focus {
    background-color: #e53e3e;
  }

  .md\:focus\:bg-red-700:focus {
    background-color: #c53030;
  }

  .md\:focus\:bg-red-800:focus {
    background-color: #9b2c2c;
  }

  .md\:focus\:bg-red-900:focus {
    background-color: #742a2a;
  }

  .md\:focus\:bg-orange-100:focus {
    background-color: #fffaf0;
  }

  .md\:focus\:bg-orange-200:focus {
    background-color: #feebc8;
  }

  .md\:focus\:bg-orange-300:focus {
    background-color: #fbd38d;
  }

  .md\:focus\:bg-orange-400:focus {
    background-color: #f6ad55;
  }

  .md\:focus\:bg-orange-500:focus {
    background-color: #ed8936;
  }

  .md\:focus\:bg-orange-600:focus {
    background-color: #dd6b20;
  }

  .md\:focus\:bg-orange-700:focus {
    background-color: #c05621;
  }

  .md\:focus\:bg-orange-800:focus {
    background-color: #9c4221;
  }

  .md\:focus\:bg-orange-900:focus {
    background-color: #7b341e;
  }

  .md\:focus\:bg-yellow-100:focus {
    background-color: #fffff0;
  }

  .md\:focus\:bg-yellow-200:focus {
    background-color: #fefcbf;
  }

  .md\:focus\:bg-yellow-300:focus {
    background-color: #faf089;
  }

  .md\:focus\:bg-yellow-400:focus {
    background-color: #f6e05e;
  }

  .md\:focus\:bg-yellow-500:focus {
    background-color: #ecc94b;
  }

  .md\:focus\:bg-yellow-600:focus {
    background-color: #d69e2e;
  }

  .md\:focus\:bg-yellow-700:focus {
    background-color: #b7791f;
  }

  .md\:focus\:bg-yellow-800:focus {
    background-color: #975a16;
  }

  .md\:focus\:bg-yellow-900:focus {
    background-color: #744210;
  }

  .md\:focus\:bg-green-100:focus {
    background-color: #f0fff4;
  }

  .md\:focus\:bg-green-200:focus {
    background-color: #c6f6d5;
  }

  .md\:focus\:bg-green-300:focus {
    background-color: #9ae6b4;
  }

  .md\:focus\:bg-green-400:focus {
    background-color: #68d391;
  }

  .md\:focus\:bg-green-500:focus {
    background-color: #48bb78;
  }

  .md\:focus\:bg-green-600:focus {
    background-color: #38a169;
  }

  .md\:focus\:bg-green-700:focus {
    background-color: #2f855a;
  }

  .md\:focus\:bg-green-800:focus {
    background-color: #276749;
  }

  .md\:focus\:bg-green-900:focus {
    background-color: #22543d;
  }

  .md\:focus\:bg-teal-100:focus {
    background-color: #e6fffa;
  }

  .md\:focus\:bg-teal-200:focus {
    background-color: #b2f5ea;
  }

  .md\:focus\:bg-teal-300:focus {
    background-color: #81e6d9;
  }

  .md\:focus\:bg-teal-400:focus {
    background-color: #4fd1c5;
  }

  .md\:focus\:bg-teal-500:focus {
    background-color: #38b2ac;
  }

  .md\:focus\:bg-teal-600:focus {
    background-color: #319795;
  }

  .md\:focus\:bg-teal-700:focus {
    background-color: #2c7a7b;
  }

  .md\:focus\:bg-teal-800:focus {
    background-color: #285e61;
  }

  .md\:focus\:bg-teal-900:focus {
    background-color: #234e52;
  }

  .md\:focus\:bg-blue-100:focus {
    background-color: #ebf8ff;
  }

  .md\:focus\:bg-blue-200:focus {
    background-color: #bee3f8;
  }

  .md\:focus\:bg-blue-300:focus {
    background-color: #90cdf4;
  }

  .md\:focus\:bg-blue-400:focus {
    background-color: #63b3ed;
  }

  .md\:focus\:bg-blue-500:focus {
    background-color: #4299e1;
  }

  .md\:focus\:bg-blue-600:focus {
    background-color: #3182ce;
  }

  .md\:focus\:bg-blue-700:focus {
    background-color: #2b6cb0;
  }

  .md\:focus\:bg-blue-800:focus {
    background-color: #2c5282;
  }

  .md\:focus\:bg-blue-900:focus {
    background-color: #2a4365;
  }

  .md\:focus\:bg-indigo-100:focus {
    background-color: #ebf4ff;
  }

  .md\:focus\:bg-indigo-200:focus {
    background-color: #c3dafe;
  }

  .md\:focus\:bg-indigo-300:focus {
    background-color: #a3bffa;
  }

  .md\:focus\:bg-indigo-400:focus {
    background-color: #7f9cf5;
  }

  .md\:focus\:bg-indigo-500:focus {
    background-color: #667eea;
  }

  .md\:focus\:bg-indigo-600:focus {
    background-color: #5a67d8;
  }

  .md\:focus\:bg-indigo-700:focus {
    background-color: #4c51bf;
  }

  .md\:focus\:bg-indigo-800:focus {
    background-color: #434190;
  }

  .md\:focus\:bg-indigo-900:focus {
    background-color: #3c366b;
  }

  .md\:focus\:bg-purple-100:focus {
    background-color: #faf5ff;
  }

  .md\:focus\:bg-purple-200:focus {
    background-color: #e9d8fd;
  }

  .md\:focus\:bg-purple-300:focus {
    background-color: #d6bcfa;
  }

  .md\:focus\:bg-purple-400:focus {
    background-color: #b794f4;
  }

  .md\:focus\:bg-purple-500:focus {
    background-color: #9f7aea;
  }

  .md\:focus\:bg-purple-600:focus {
    background-color: #805ad5;
  }

  .md\:focus\:bg-purple-700:focus {
    background-color: #6b46c1;
  }

  .md\:focus\:bg-purple-800:focus {
    background-color: #553c9a;
  }

  .md\:focus\:bg-purple-900:focus {
    background-color: #44337a;
  }

  .md\:focus\:bg-pink-100:focus {
    background-color: #fff5f7;
  }

  .md\:focus\:bg-pink-200:focus {
    background-color: #fed7e2;
  }

  .md\:focus\:bg-pink-300:focus {
    background-color: #fbb6ce;
  }

  .md\:focus\:bg-pink-400:focus {
    background-color: #f687b3;
  }

  .md\:focus\:bg-pink-500:focus {
    background-color: #ed64a6;
  }

  .md\:focus\:bg-pink-600:focus {
    background-color: #d53f8c;
  }

  .md\:focus\:bg-pink-700:focus {
    background-color: #b83280;
  }

  .md\:focus\:bg-pink-800:focus {
    background-color: #97266d;
  }

  .md\:focus\:bg-pink-900:focus {
    background-color: #702459;
  }

  .md\:active\:bg-transparent:active {
    background-color: transparent;
  }

  .md\:active\:bg-black:active {
    background-color: #000;
  }

  .md\:active\:bg-white:active {
    background-color: #fff;
  }

  .md\:active\:bg-gray-100:active {
    background-color: #f7fafc;
  }

  .md\:active\:bg-gray-200:active {
    background-color: #edf2f7;
  }

  .md\:active\:bg-gray-300:active {
    background-color: #e2e8f0;
  }

  .md\:active\:bg-gray-400:active {
    background-color: #cbd5e0;
  }

  .md\:active\:bg-gray-500:active {
    background-color: #a0aec0;
  }

  .md\:active\:bg-gray-600:active {
    background-color: #718096;
  }

  .md\:active\:bg-gray-700:active {
    background-color: #4a5568;
  }

  .md\:active\:bg-gray-800:active {
    background-color: #2d3748;
  }

  .md\:active\:bg-gray-900:active {
    background-color: #1a202c;
  }

  .md\:active\:bg-red-100:active {
    background-color: #fff5f5;
  }

  .md\:active\:bg-red-200:active {
    background-color: #fed7d7;
  }

  .md\:active\:bg-red-300:active {
    background-color: #feb2b2;
  }

  .md\:active\:bg-red-400:active {
    background-color: #fc8181;
  }

  .md\:active\:bg-red-500:active {
    background-color: #f56565;
  }

  .md\:active\:bg-red-600:active {
    background-color: #e53e3e;
  }

  .md\:active\:bg-red-700:active {
    background-color: #c53030;
  }

  .md\:active\:bg-red-800:active {
    background-color: #9b2c2c;
  }

  .md\:active\:bg-red-900:active {
    background-color: #742a2a;
  }

  .md\:active\:bg-orange-100:active {
    background-color: #fffaf0;
  }

  .md\:active\:bg-orange-200:active {
    background-color: #feebc8;
  }

  .md\:active\:bg-orange-300:active {
    background-color: #fbd38d;
  }

  .md\:active\:bg-orange-400:active {
    background-color: #f6ad55;
  }

  .md\:active\:bg-orange-500:active {
    background-color: #ed8936;
  }

  .md\:active\:bg-orange-600:active {
    background-color: #dd6b20;
  }

  .md\:active\:bg-orange-700:active {
    background-color: #c05621;
  }

  .md\:active\:bg-orange-800:active {
    background-color: #9c4221;
  }

  .md\:active\:bg-orange-900:active {
    background-color: #7b341e;
  }

  .md\:active\:bg-yellow-100:active {
    background-color: #fffff0;
  }

  .md\:active\:bg-yellow-200:active {
    background-color: #fefcbf;
  }

  .md\:active\:bg-yellow-300:active {
    background-color: #faf089;
  }

  .md\:active\:bg-yellow-400:active {
    background-color: #f6e05e;
  }

  .md\:active\:bg-yellow-500:active {
    background-color: #ecc94b;
  }

  .md\:active\:bg-yellow-600:active {
    background-color: #d69e2e;
  }

  .md\:active\:bg-yellow-700:active {
    background-color: #b7791f;
  }

  .md\:active\:bg-yellow-800:active {
    background-color: #975a16;
  }

  .md\:active\:bg-yellow-900:active {
    background-color: #744210;
  }

  .md\:active\:bg-green-100:active {
    background-color: #f0fff4;
  }

  .md\:active\:bg-green-200:active {
    background-color: #c6f6d5;
  }

  .md\:active\:bg-green-300:active {
    background-color: #9ae6b4;
  }

  .md\:active\:bg-green-400:active {
    background-color: #68d391;
  }

  .md\:active\:bg-green-500:active {
    background-color: #48bb78;
  }

  .md\:active\:bg-green-600:active {
    background-color: #38a169;
  }

  .md\:active\:bg-green-700:active {
    background-color: #2f855a;
  }

  .md\:active\:bg-green-800:active {
    background-color: #276749;
  }

  .md\:active\:bg-green-900:active {
    background-color: #22543d;
  }

  .md\:active\:bg-teal-100:active {
    background-color: #e6fffa;
  }

  .md\:active\:bg-teal-200:active {
    background-color: #b2f5ea;
  }

  .md\:active\:bg-teal-300:active {
    background-color: #81e6d9;
  }

  .md\:active\:bg-teal-400:active {
    background-color: #4fd1c5;
  }

  .md\:active\:bg-teal-500:active {
    background-color: #38b2ac;
  }

  .md\:active\:bg-teal-600:active {
    background-color: #319795;
  }

  .md\:active\:bg-teal-700:active {
    background-color: #2c7a7b;
  }

  .md\:active\:bg-teal-800:active {
    background-color: #285e61;
  }

  .md\:active\:bg-teal-900:active {
    background-color: #234e52;
  }

  .md\:active\:bg-blue-100:active {
    background-color: #ebf8ff;
  }

  .md\:active\:bg-blue-200:active {
    background-color: #bee3f8;
  }

  .md\:active\:bg-blue-300:active {
    background-color: #90cdf4;
  }

  .md\:active\:bg-blue-400:active {
    background-color: #63b3ed;
  }

  .md\:active\:bg-blue-500:active {
    background-color: #4299e1;
  }

  .md\:active\:bg-blue-600:active {
    background-color: #3182ce;
  }

  .md\:active\:bg-blue-700:active {
    background-color: #2b6cb0;
  }

  .md\:active\:bg-blue-800:active {
    background-color: #2c5282;
  }

  .md\:active\:bg-blue-900:active {
    background-color: #2a4365;
  }

  .md\:active\:bg-indigo-100:active {
    background-color: #ebf4ff;
  }

  .md\:active\:bg-indigo-200:active {
    background-color: #c3dafe;
  }

  .md\:active\:bg-indigo-300:active {
    background-color: #a3bffa;
  }

  .md\:active\:bg-indigo-400:active {
    background-color: #7f9cf5;
  }

  .md\:active\:bg-indigo-500:active {
    background-color: #667eea;
  }

  .md\:active\:bg-indigo-600:active {
    background-color: #5a67d8;
  }

  .md\:active\:bg-indigo-700:active {
    background-color: #4c51bf;
  }

  .md\:active\:bg-indigo-800:active {
    background-color: #434190;
  }

  .md\:active\:bg-indigo-900:active {
    background-color: #3c366b;
  }

  .md\:active\:bg-purple-100:active {
    background-color: #faf5ff;
  }

  .md\:active\:bg-purple-200:active {
    background-color: #e9d8fd;
  }

  .md\:active\:bg-purple-300:active {
    background-color: #d6bcfa;
  }

  .md\:active\:bg-purple-400:active {
    background-color: #b794f4;
  }

  .md\:active\:bg-purple-500:active {
    background-color: #9f7aea;
  }

  .md\:active\:bg-purple-600:active {
    background-color: #805ad5;
  }

  .md\:active\:bg-purple-700:active {
    background-color: #6b46c1;
  }

  .md\:active\:bg-purple-800:active {
    background-color: #553c9a;
  }

  .md\:active\:bg-purple-900:active {
    background-color: #44337a;
  }

  .md\:active\:bg-pink-100:active {
    background-color: #fff5f7;
  }

  .md\:active\:bg-pink-200:active {
    background-color: #fed7e2;
  }

  .md\:active\:bg-pink-300:active {
    background-color: #fbb6ce;
  }

  .md\:active\:bg-pink-400:active {
    background-color: #f687b3;
  }

  .md\:active\:bg-pink-500:active {
    background-color: #ed64a6;
  }

  .md\:active\:bg-pink-600:active {
    background-color: #d53f8c;
  }

  .md\:active\:bg-pink-700:active {
    background-color: #b83280;
  }

  .md\:active\:bg-pink-800:active {
    background-color: #97266d;
  }

  .md\:active\:bg-pink-900:active {
    background-color: #702459;
  }

  .md\:visited\:bg-transparent:visited {
    background-color: transparent;
  }

  .md\:visited\:bg-black:visited {
    background-color: #000;
  }

  .md\:visited\:bg-white:visited {
    background-color: #fff;
  }

  .md\:visited\:bg-gray-100:visited {
    background-color: #f7fafc;
  }

  .md\:visited\:bg-gray-200:visited {
    background-color: #edf2f7;
  }

  .md\:visited\:bg-gray-300:visited {
    background-color: #e2e8f0;
  }

  .md\:visited\:bg-gray-400:visited {
    background-color: #cbd5e0;
  }

  .md\:visited\:bg-gray-500:visited {
    background-color: #a0aec0;
  }

  .md\:visited\:bg-gray-600:visited {
    background-color: #718096;
  }

  .md\:visited\:bg-gray-700:visited {
    background-color: #4a5568;
  }

  .md\:visited\:bg-gray-800:visited {
    background-color: #2d3748;
  }

  .md\:visited\:bg-gray-900:visited {
    background-color: #1a202c;
  }

  .md\:visited\:bg-red-100:visited {
    background-color: #fff5f5;
  }

  .md\:visited\:bg-red-200:visited {
    background-color: #fed7d7;
  }

  .md\:visited\:bg-red-300:visited {
    background-color: #feb2b2;
  }

  .md\:visited\:bg-red-400:visited {
    background-color: #fc8181;
  }

  .md\:visited\:bg-red-500:visited {
    background-color: #f56565;
  }

  .md\:visited\:bg-red-600:visited {
    background-color: #e53e3e;
  }

  .md\:visited\:bg-red-700:visited {
    background-color: #c53030;
  }

  .md\:visited\:bg-red-800:visited {
    background-color: #9b2c2c;
  }

  .md\:visited\:bg-red-900:visited {
    background-color: #742a2a;
  }

  .md\:visited\:bg-orange-100:visited {
    background-color: #fffaf0;
  }

  .md\:visited\:bg-orange-200:visited {
    background-color: #feebc8;
  }

  .md\:visited\:bg-orange-300:visited {
    background-color: #fbd38d;
  }

  .md\:visited\:bg-orange-400:visited {
    background-color: #f6ad55;
  }

  .md\:visited\:bg-orange-500:visited {
    background-color: #ed8936;
  }

  .md\:visited\:bg-orange-600:visited {
    background-color: #dd6b20;
  }

  .md\:visited\:bg-orange-700:visited {
    background-color: #c05621;
  }

  .md\:visited\:bg-orange-800:visited {
    background-color: #9c4221;
  }

  .md\:visited\:bg-orange-900:visited {
    background-color: #7b341e;
  }

  .md\:visited\:bg-yellow-100:visited {
    background-color: #fffff0;
  }

  .md\:visited\:bg-yellow-200:visited {
    background-color: #fefcbf;
  }

  .md\:visited\:bg-yellow-300:visited {
    background-color: #faf089;
  }

  .md\:visited\:bg-yellow-400:visited {
    background-color: #f6e05e;
  }

  .md\:visited\:bg-yellow-500:visited {
    background-color: #ecc94b;
  }

  .md\:visited\:bg-yellow-600:visited {
    background-color: #d69e2e;
  }

  .md\:visited\:bg-yellow-700:visited {
    background-color: #b7791f;
  }

  .md\:visited\:bg-yellow-800:visited {
    background-color: #975a16;
  }

  .md\:visited\:bg-yellow-900:visited {
    background-color: #744210;
  }

  .md\:visited\:bg-green-100:visited {
    background-color: #f0fff4;
  }

  .md\:visited\:bg-green-200:visited {
    background-color: #c6f6d5;
  }

  .md\:visited\:bg-green-300:visited {
    background-color: #9ae6b4;
  }

  .md\:visited\:bg-green-400:visited {
    background-color: #68d391;
  }

  .md\:visited\:bg-green-500:visited {
    background-color: #48bb78;
  }

  .md\:visited\:bg-green-600:visited {
    background-color: #38a169;
  }

  .md\:visited\:bg-green-700:visited {
    background-color: #2f855a;
  }

  .md\:visited\:bg-green-800:visited {
    background-color: #276749;
  }

  .md\:visited\:bg-green-900:visited {
    background-color: #22543d;
  }

  .md\:visited\:bg-teal-100:visited {
    background-color: #e6fffa;
  }

  .md\:visited\:bg-teal-200:visited {
    background-color: #b2f5ea;
  }

  .md\:visited\:bg-teal-300:visited {
    background-color: #81e6d9;
  }

  .md\:visited\:bg-teal-400:visited {
    background-color: #4fd1c5;
  }

  .md\:visited\:bg-teal-500:visited {
    background-color: #38b2ac;
  }

  .md\:visited\:bg-teal-600:visited {
    background-color: #319795;
  }

  .md\:visited\:bg-teal-700:visited {
    background-color: #2c7a7b;
  }

  .md\:visited\:bg-teal-800:visited {
    background-color: #285e61;
  }

  .md\:visited\:bg-teal-900:visited {
    background-color: #234e52;
  }

  .md\:visited\:bg-blue-100:visited {
    background-color: #ebf8ff;
  }

  .md\:visited\:bg-blue-200:visited {
    background-color: #bee3f8;
  }

  .md\:visited\:bg-blue-300:visited {
    background-color: #90cdf4;
  }

  .md\:visited\:bg-blue-400:visited {
    background-color: #63b3ed;
  }

  .md\:visited\:bg-blue-500:visited {
    background-color: #4299e1;
  }

  .md\:visited\:bg-blue-600:visited {
    background-color: #3182ce;
  }

  .md\:visited\:bg-blue-700:visited {
    background-color: #2b6cb0;
  }

  .md\:visited\:bg-blue-800:visited {
    background-color: #2c5282;
  }

  .md\:visited\:bg-blue-900:visited {
    background-color: #2a4365;
  }

  .md\:visited\:bg-indigo-100:visited {
    background-color: #ebf4ff;
  }

  .md\:visited\:bg-indigo-200:visited {
    background-color: #c3dafe;
  }

  .md\:visited\:bg-indigo-300:visited {
    background-color: #a3bffa;
  }

  .md\:visited\:bg-indigo-400:visited {
    background-color: #7f9cf5;
  }

  .md\:visited\:bg-indigo-500:visited {
    background-color: #667eea;
  }

  .md\:visited\:bg-indigo-600:visited {
    background-color: #5a67d8;
  }

  .md\:visited\:bg-indigo-700:visited {
    background-color: #4c51bf;
  }

  .md\:visited\:bg-indigo-800:visited {
    background-color: #434190;
  }

  .md\:visited\:bg-indigo-900:visited {
    background-color: #3c366b;
  }

  .md\:visited\:bg-purple-100:visited {
    background-color: #faf5ff;
  }

  .md\:visited\:bg-purple-200:visited {
    background-color: #e9d8fd;
  }

  .md\:visited\:bg-purple-300:visited {
    background-color: #d6bcfa;
  }

  .md\:visited\:bg-purple-400:visited {
    background-color: #b794f4;
  }

  .md\:visited\:bg-purple-500:visited {
    background-color: #9f7aea;
  }

  .md\:visited\:bg-purple-600:visited {
    background-color: #805ad5;
  }

  .md\:visited\:bg-purple-700:visited {
    background-color: #6b46c1;
  }

  .md\:visited\:bg-purple-800:visited {
    background-color: #553c9a;
  }

  .md\:visited\:bg-purple-900:visited {
    background-color: #44337a;
  }

  .md\:visited\:bg-pink-100:visited {
    background-color: #fff5f7;
  }

  .md\:visited\:bg-pink-200:visited {
    background-color: #fed7e2;
  }

  .md\:visited\:bg-pink-300:visited {
    background-color: #fbb6ce;
  }

  .md\:visited\:bg-pink-400:visited {
    background-color: #f687b3;
  }

  .md\:visited\:bg-pink-500:visited {
    background-color: #ed64a6;
  }

  .md\:visited\:bg-pink-600:visited {
    background-color: #d53f8c;
  }

  .md\:visited\:bg-pink-700:visited {
    background-color: #b83280;
  }

  .md\:visited\:bg-pink-800:visited {
    background-color: #97266d;
  }

  .md\:visited\:bg-pink-900:visited {
    background-color: #702459;
  }

  .md\:disabled\:bg-transparent:disabled {
    background-color: transparent;
  }

  .md\:disabled\:bg-black:disabled {
    background-color: #000;
  }

  .md\:disabled\:bg-white:disabled {
    background-color: #fff;
  }

  .md\:disabled\:bg-gray-100:disabled {
    background-color: #f7fafc;
  }

  .md\:disabled\:bg-gray-200:disabled {
    background-color: #edf2f7;
  }

  .md\:disabled\:bg-gray-300:disabled {
    background-color: #e2e8f0;
  }

  .md\:disabled\:bg-gray-400:disabled {
    background-color: #cbd5e0;
  }

  .md\:disabled\:bg-gray-500:disabled {
    background-color: #a0aec0;
  }

  .md\:disabled\:bg-gray-600:disabled {
    background-color: #718096;
  }

  .md\:disabled\:bg-gray-700:disabled {
    background-color: #4a5568;
  }

  .md\:disabled\:bg-gray-800:disabled {
    background-color: #2d3748;
  }

  .md\:disabled\:bg-gray-900:disabled {
    background-color: #1a202c;
  }

  .md\:disabled\:bg-red-100:disabled {
    background-color: #fff5f5;
  }

  .md\:disabled\:bg-red-200:disabled {
    background-color: #fed7d7;
  }

  .md\:disabled\:bg-red-300:disabled {
    background-color: #feb2b2;
  }

  .md\:disabled\:bg-red-400:disabled {
    background-color: #fc8181;
  }

  .md\:disabled\:bg-red-500:disabled {
    background-color: #f56565;
  }

  .md\:disabled\:bg-red-600:disabled {
    background-color: #e53e3e;
  }

  .md\:disabled\:bg-red-700:disabled {
    background-color: #c53030;
  }

  .md\:disabled\:bg-red-800:disabled {
    background-color: #9b2c2c;
  }

  .md\:disabled\:bg-red-900:disabled {
    background-color: #742a2a;
  }

  .md\:disabled\:bg-orange-100:disabled {
    background-color: #fffaf0;
  }

  .md\:disabled\:bg-orange-200:disabled {
    background-color: #feebc8;
  }

  .md\:disabled\:bg-orange-300:disabled {
    background-color: #fbd38d;
  }

  .md\:disabled\:bg-orange-400:disabled {
    background-color: #f6ad55;
  }

  .md\:disabled\:bg-orange-500:disabled {
    background-color: #ed8936;
  }

  .md\:disabled\:bg-orange-600:disabled {
    background-color: #dd6b20;
  }

  .md\:disabled\:bg-orange-700:disabled {
    background-color: #c05621;
  }

  .md\:disabled\:bg-orange-800:disabled {
    background-color: #9c4221;
  }

  .md\:disabled\:bg-orange-900:disabled {
    background-color: #7b341e;
  }

  .md\:disabled\:bg-yellow-100:disabled {
    background-color: #fffff0;
  }

  .md\:disabled\:bg-yellow-200:disabled {
    background-color: #fefcbf;
  }

  .md\:disabled\:bg-yellow-300:disabled {
    background-color: #faf089;
  }

  .md\:disabled\:bg-yellow-400:disabled {
    background-color: #f6e05e;
  }

  .md\:disabled\:bg-yellow-500:disabled {
    background-color: #ecc94b;
  }

  .md\:disabled\:bg-yellow-600:disabled {
    background-color: #d69e2e;
  }

  .md\:disabled\:bg-yellow-700:disabled {
    background-color: #b7791f;
  }

  .md\:disabled\:bg-yellow-800:disabled {
    background-color: #975a16;
  }

  .md\:disabled\:bg-yellow-900:disabled {
    background-color: #744210;
  }

  .md\:disabled\:bg-green-100:disabled {
    background-color: #f0fff4;
  }

  .md\:disabled\:bg-green-200:disabled {
    background-color: #c6f6d5;
  }

  .md\:disabled\:bg-green-300:disabled {
    background-color: #9ae6b4;
  }

  .md\:disabled\:bg-green-400:disabled {
    background-color: #68d391;
  }

  .md\:disabled\:bg-green-500:disabled {
    background-color: #48bb78;
  }

  .md\:disabled\:bg-green-600:disabled {
    background-color: #38a169;
  }

  .md\:disabled\:bg-green-700:disabled {
    background-color: #2f855a;
  }

  .md\:disabled\:bg-green-800:disabled {
    background-color: #276749;
  }

  .md\:disabled\:bg-green-900:disabled {
    background-color: #22543d;
  }

  .md\:disabled\:bg-teal-100:disabled {
    background-color: #e6fffa;
  }

  .md\:disabled\:bg-teal-200:disabled {
    background-color: #b2f5ea;
  }

  .md\:disabled\:bg-teal-300:disabled {
    background-color: #81e6d9;
  }

  .md\:disabled\:bg-teal-400:disabled {
    background-color: #4fd1c5;
  }

  .md\:disabled\:bg-teal-500:disabled {
    background-color: #38b2ac;
  }

  .md\:disabled\:bg-teal-600:disabled {
    background-color: #319795;
  }

  .md\:disabled\:bg-teal-700:disabled {
    background-color: #2c7a7b;
  }

  .md\:disabled\:bg-teal-800:disabled {
    background-color: #285e61;
  }

  .md\:disabled\:bg-teal-900:disabled {
    background-color: #234e52;
  }

  .md\:disabled\:bg-blue-100:disabled {
    background-color: #ebf8ff;
  }

  .md\:disabled\:bg-blue-200:disabled {
    background-color: #bee3f8;
  }

  .md\:disabled\:bg-blue-300:disabled {
    background-color: #90cdf4;
  }

  .md\:disabled\:bg-blue-400:disabled {
    background-color: #63b3ed;
  }

  .md\:disabled\:bg-blue-500:disabled {
    background-color: #4299e1;
  }

  .md\:disabled\:bg-blue-600:disabled {
    background-color: #3182ce;
  }

  .md\:disabled\:bg-blue-700:disabled {
    background-color: #2b6cb0;
  }

  .md\:disabled\:bg-blue-800:disabled {
    background-color: #2c5282;
  }

  .md\:disabled\:bg-blue-900:disabled {
    background-color: #2a4365;
  }

  .md\:disabled\:bg-indigo-100:disabled {
    background-color: #ebf4ff;
  }

  .md\:disabled\:bg-indigo-200:disabled {
    background-color: #c3dafe;
  }

  .md\:disabled\:bg-indigo-300:disabled {
    background-color: #a3bffa;
  }

  .md\:disabled\:bg-indigo-400:disabled {
    background-color: #7f9cf5;
  }

  .md\:disabled\:bg-indigo-500:disabled {
    background-color: #667eea;
  }

  .md\:disabled\:bg-indigo-600:disabled {
    background-color: #5a67d8;
  }

  .md\:disabled\:bg-indigo-700:disabled {
    background-color: #4c51bf;
  }

  .md\:disabled\:bg-indigo-800:disabled {
    background-color: #434190;
  }

  .md\:disabled\:bg-indigo-900:disabled {
    background-color: #3c366b;
  }

  .md\:disabled\:bg-purple-100:disabled {
    background-color: #faf5ff;
  }

  .md\:disabled\:bg-purple-200:disabled {
    background-color: #e9d8fd;
  }

  .md\:disabled\:bg-purple-300:disabled {
    background-color: #d6bcfa;
  }

  .md\:disabled\:bg-purple-400:disabled {
    background-color: #b794f4;
  }

  .md\:disabled\:bg-purple-500:disabled {
    background-color: #9f7aea;
  }

  .md\:disabled\:bg-purple-600:disabled {
    background-color: #805ad5;
  }

  .md\:disabled\:bg-purple-700:disabled {
    background-color: #6b46c1;
  }

  .md\:disabled\:bg-purple-800:disabled {
    background-color: #553c9a;
  }

  .md\:disabled\:bg-purple-900:disabled {
    background-color: #44337a;
  }

  .md\:disabled\:bg-pink-100:disabled {
    background-color: #fff5f7;
  }

  .md\:disabled\:bg-pink-200:disabled {
    background-color: #fed7e2;
  }

  .md\:disabled\:bg-pink-300:disabled {
    background-color: #fbb6ce;
  }

  .md\:disabled\:bg-pink-400:disabled {
    background-color: #f687b3;
  }

  .md\:disabled\:bg-pink-500:disabled {
    background-color: #ed64a6;
  }

  .md\:disabled\:bg-pink-600:disabled {
    background-color: #d53f8c;
  }

  .md\:disabled\:bg-pink-700:disabled {
    background-color: #b83280;
  }

  .md\:disabled\:bg-pink-800:disabled {
    background-color: #97266d;
  }

  .md\:disabled\:bg-pink-900:disabled {
    background-color: #702459;
  }

  .md\:bg-bottom {
    background-position: bottom;
  }

  .md\:bg-center {
    background-position: center;
  }

  .md\:bg-left {
    background-position: left;
  }

  .md\:bg-left-bottom {
    background-position: left bottom;
  }

  .md\:bg-left-top {
    background-position: left top;
  }

  .md\:bg-right {
    background-position: right;
  }

  .md\:bg-right-bottom {
    background-position: right bottom;
  }

  .md\:bg-right-top {
    background-position: right top;
  }

  .md\:bg-top {
    background-position: top;
  }

  .group:hover .md\:group-hover\:bg-bottom {
    background-position: bottom;
  }

  .group:hover .md\:group-hover\:bg-center {
    background-position: center;
  }

  .group:hover .md\:group-hover\:bg-left {
    background-position: left;
  }

  .group:hover .md\:group-hover\:bg-left-bottom {
    background-position: left bottom;
  }

  .group:hover .md\:group-hover\:bg-left-top {
    background-position: left top;
  }

  .group:hover .md\:group-hover\:bg-right {
    background-position: right;
  }

  .group:hover .md\:group-hover\:bg-right-bottom {
    background-position: right bottom;
  }

  .group:hover .md\:group-hover\:bg-right-top {
    background-position: right top;
  }

  .group:hover .md\:group-hover\:bg-top {
    background-position: top;
  }

  .md\:focus-within\:bg-bottom:focus-within {
    background-position: bottom;
  }

  .md\:focus-within\:bg-center:focus-within {
    background-position: center;
  }

  .md\:focus-within\:bg-left:focus-within {
    background-position: left;
  }

  .md\:focus-within\:bg-left-bottom:focus-within {
    background-position: left bottom;
  }

  .md\:focus-within\:bg-left-top:focus-within {
    background-position: left top;
  }

  .md\:focus-within\:bg-right:focus-within {
    background-position: right;
  }

  .md\:focus-within\:bg-right-bottom:focus-within {
    background-position: right bottom;
  }

  .md\:focus-within\:bg-right-top:focus-within {
    background-position: right top;
  }

  .md\:focus-within\:bg-top:focus-within {
    background-position: top;
  }

  .md\:first\:bg-bottom:first-child {
    background-position: bottom;
  }

  .md\:first\:bg-center:first-child {
    background-position: center;
  }

  .md\:first\:bg-left:first-child {
    background-position: left;
  }

  .md\:first\:bg-left-bottom:first-child {
    background-position: left bottom;
  }

  .md\:first\:bg-left-top:first-child {
    background-position: left top;
  }

  .md\:first\:bg-right:first-child {
    background-position: right;
  }

  .md\:first\:bg-right-bottom:first-child {
    background-position: right bottom;
  }

  .md\:first\:bg-right-top:first-child {
    background-position: right top;
  }

  .md\:first\:bg-top:first-child {
    background-position: top;
  }

  .md\:last\:bg-bottom:last-child {
    background-position: bottom;
  }

  .md\:last\:bg-center:last-child {
    background-position: center;
  }

  .md\:last\:bg-left:last-child {
    background-position: left;
  }

  .md\:last\:bg-left-bottom:last-child {
    background-position: left bottom;
  }

  .md\:last\:bg-left-top:last-child {
    background-position: left top;
  }

  .md\:last\:bg-right:last-child {
    background-position: right;
  }

  .md\:last\:bg-right-bottom:last-child {
    background-position: right bottom;
  }

  .md\:last\:bg-right-top:last-child {
    background-position: right top;
  }

  .md\:last\:bg-top:last-child {
    background-position: top;
  }

  .md\:odd\:bg-bottom:nth-child(odd) {
    background-position: bottom;
  }

  .md\:odd\:bg-center:nth-child(odd) {
    background-position: center;
  }

  .md\:odd\:bg-left:nth-child(odd) {
    background-position: left;
  }

  .md\:odd\:bg-left-bottom:nth-child(odd) {
    background-position: left bottom;
  }

  .md\:odd\:bg-left-top:nth-child(odd) {
    background-position: left top;
  }

  .md\:odd\:bg-right:nth-child(odd) {
    background-position: right;
  }

  .md\:odd\:bg-right-bottom:nth-child(odd) {
    background-position: right bottom;
  }

  .md\:odd\:bg-right-top:nth-child(odd) {
    background-position: right top;
  }

  .md\:odd\:bg-top:nth-child(odd) {
    background-position: top;
  }

  .md\:even\:bg-bottom:nth-child(even) {
    background-position: bottom;
  }

  .md\:even\:bg-center:nth-child(even) {
    background-position: center;
  }

  .md\:even\:bg-left:nth-child(even) {
    background-position: left;
  }

  .md\:even\:bg-left-bottom:nth-child(even) {
    background-position: left bottom;
  }

  .md\:even\:bg-left-top:nth-child(even) {
    background-position: left top;
  }

  .md\:even\:bg-right:nth-child(even) {
    background-position: right;
  }

  .md\:even\:bg-right-bottom:nth-child(even) {
    background-position: right bottom;
  }

  .md\:even\:bg-right-top:nth-child(even) {
    background-position: right top;
  }

  .md\:even\:bg-top:nth-child(even) {
    background-position: top;
  }

  .md\:hover\:bg-bottom:hover {
    background-position: bottom;
  }

  .md\:hover\:bg-center:hover {
    background-position: center;
  }

  .md\:hover\:bg-left:hover {
    background-position: left;
  }

  .md\:hover\:bg-left-bottom:hover {
    background-position: left bottom;
  }

  .md\:hover\:bg-left-top:hover {
    background-position: left top;
  }

  .md\:hover\:bg-right:hover {
    background-position: right;
  }

  .md\:hover\:bg-right-bottom:hover {
    background-position: right bottom;
  }

  .md\:hover\:bg-right-top:hover {
    background-position: right top;
  }

  .md\:hover\:bg-top:hover {
    background-position: top;
  }

  .md\:focus\:bg-bottom:focus {
    background-position: bottom;
  }

  .md\:focus\:bg-center:focus {
    background-position: center;
  }

  .md\:focus\:bg-left:focus {
    background-position: left;
  }

  .md\:focus\:bg-left-bottom:focus {
    background-position: left bottom;
  }

  .md\:focus\:bg-left-top:focus {
    background-position: left top;
  }

  .md\:focus\:bg-right:focus {
    background-position: right;
  }

  .md\:focus\:bg-right-bottom:focus {
    background-position: right bottom;
  }

  .md\:focus\:bg-right-top:focus {
    background-position: right top;
  }

  .md\:focus\:bg-top:focus {
    background-position: top;
  }

  .md\:active\:bg-bottom:active {
    background-position: bottom;
  }

  .md\:active\:bg-center:active {
    background-position: center;
  }

  .md\:active\:bg-left:active {
    background-position: left;
  }

  .md\:active\:bg-left-bottom:active {
    background-position: left bottom;
  }

  .md\:active\:bg-left-top:active {
    background-position: left top;
  }

  .md\:active\:bg-right:active {
    background-position: right;
  }

  .md\:active\:bg-right-bottom:active {
    background-position: right bottom;
  }

  .md\:active\:bg-right-top:active {
    background-position: right top;
  }

  .md\:active\:bg-top:active {
    background-position: top;
  }

  .md\:visited\:bg-bottom:visited {
    background-position: bottom;
  }

  .md\:visited\:bg-center:visited {
    background-position: center;
  }

  .md\:visited\:bg-left:visited {
    background-position: left;
  }

  .md\:visited\:bg-left-bottom:visited {
    background-position: left bottom;
  }

  .md\:visited\:bg-left-top:visited {
    background-position: left top;
  }

  .md\:visited\:bg-right:visited {
    background-position: right;
  }

  .md\:visited\:bg-right-bottom:visited {
    background-position: right bottom;
  }

  .md\:visited\:bg-right-top:visited {
    background-position: right top;
  }

  .md\:visited\:bg-top:visited {
    background-position: top;
  }

  .md\:disabled\:bg-bottom:disabled {
    background-position: bottom;
  }

  .md\:disabled\:bg-center:disabled {
    background-position: center;
  }

  .md\:disabled\:bg-left:disabled {
    background-position: left;
  }

  .md\:disabled\:bg-left-bottom:disabled {
    background-position: left bottom;
  }

  .md\:disabled\:bg-left-top:disabled {
    background-position: left top;
  }

  .md\:disabled\:bg-right:disabled {
    background-position: right;
  }

  .md\:disabled\:bg-right-bottom:disabled {
    background-position: right bottom;
  }

  .md\:disabled\:bg-right-top:disabled {
    background-position: right top;
  }

  .md\:disabled\:bg-top:disabled {
    background-position: top;
  }

  .md\:bg-repeat {
    background-repeat: repeat;
  }

  .md\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .md\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .md\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .md\:bg-repeat-round {
    background-repeat: round;
  }

  .md\:bg-repeat-space {
    background-repeat: space;
  }

  .group:hover .md\:group-hover\:bg-repeat {
    background-repeat: repeat;
  }

  .group:hover .md\:group-hover\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .group:hover .md\:group-hover\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .group:hover .md\:group-hover\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .group:hover .md\:group-hover\:bg-repeat-round {
    background-repeat: round;
  }

  .group:hover .md\:group-hover\:bg-repeat-space {
    background-repeat: space;
  }

  .md\:focus-within\:bg-repeat:focus-within {
    background-repeat: repeat;
  }

  .md\:focus-within\:bg-no-repeat:focus-within {
    background-repeat: no-repeat;
  }

  .md\:focus-within\:bg-repeat-x:focus-within {
    background-repeat: repeat-x;
  }

  .md\:focus-within\:bg-repeat-y:focus-within {
    background-repeat: repeat-y;
  }

  .md\:focus-within\:bg-repeat-round:focus-within {
    background-repeat: round;
  }

  .md\:focus-within\:bg-repeat-space:focus-within {
    background-repeat: space;
  }

  .md\:first\:bg-repeat:first-child {
    background-repeat: repeat;
  }

  .md\:first\:bg-no-repeat:first-child {
    background-repeat: no-repeat;
  }

  .md\:first\:bg-repeat-x:first-child {
    background-repeat: repeat-x;
  }

  .md\:first\:bg-repeat-y:first-child {
    background-repeat: repeat-y;
  }

  .md\:first\:bg-repeat-round:first-child {
    background-repeat: round;
  }

  .md\:first\:bg-repeat-space:first-child {
    background-repeat: space;
  }

  .md\:last\:bg-repeat:last-child {
    background-repeat: repeat;
  }

  .md\:last\:bg-no-repeat:last-child {
    background-repeat: no-repeat;
  }

  .md\:last\:bg-repeat-x:last-child {
    background-repeat: repeat-x;
  }

  .md\:last\:bg-repeat-y:last-child {
    background-repeat: repeat-y;
  }

  .md\:last\:bg-repeat-round:last-child {
    background-repeat: round;
  }

  .md\:last\:bg-repeat-space:last-child {
    background-repeat: space;
  }

  .md\:odd\:bg-repeat:nth-child(odd) {
    background-repeat: repeat;
  }

  .md\:odd\:bg-no-repeat:nth-child(odd) {
    background-repeat: no-repeat;
  }

  .md\:odd\:bg-repeat-x:nth-child(odd) {
    background-repeat: repeat-x;
  }

  .md\:odd\:bg-repeat-y:nth-child(odd) {
    background-repeat: repeat-y;
  }

  .md\:odd\:bg-repeat-round:nth-child(odd) {
    background-repeat: round;
  }

  .md\:odd\:bg-repeat-space:nth-child(odd) {
    background-repeat: space;
  }

  .md\:even\:bg-repeat:nth-child(even) {
    background-repeat: repeat;
  }

  .md\:even\:bg-no-repeat:nth-child(even) {
    background-repeat: no-repeat;
  }

  .md\:even\:bg-repeat-x:nth-child(even) {
    background-repeat: repeat-x;
  }

  .md\:even\:bg-repeat-y:nth-child(even) {
    background-repeat: repeat-y;
  }

  .md\:even\:bg-repeat-round:nth-child(even) {
    background-repeat: round;
  }

  .md\:even\:bg-repeat-space:nth-child(even) {
    background-repeat: space;
  }

  .md\:hover\:bg-repeat:hover {
    background-repeat: repeat;
  }

  .md\:hover\:bg-no-repeat:hover {
    background-repeat: no-repeat;
  }

  .md\:hover\:bg-repeat-x:hover {
    background-repeat: repeat-x;
  }

  .md\:hover\:bg-repeat-y:hover {
    background-repeat: repeat-y;
  }

  .md\:hover\:bg-repeat-round:hover {
    background-repeat: round;
  }

  .md\:hover\:bg-repeat-space:hover {
    background-repeat: space;
  }

  .md\:focus\:bg-repeat:focus {
    background-repeat: repeat;
  }

  .md\:focus\:bg-no-repeat:focus {
    background-repeat: no-repeat;
  }

  .md\:focus\:bg-repeat-x:focus {
    background-repeat: repeat-x;
  }

  .md\:focus\:bg-repeat-y:focus {
    background-repeat: repeat-y;
  }

  .md\:focus\:bg-repeat-round:focus {
    background-repeat: round;
  }

  .md\:focus\:bg-repeat-space:focus {
    background-repeat: space;
  }

  .md\:active\:bg-repeat:active {
    background-repeat: repeat;
  }

  .md\:active\:bg-no-repeat:active {
    background-repeat: no-repeat;
  }

  .md\:active\:bg-repeat-x:active {
    background-repeat: repeat-x;
  }

  .md\:active\:bg-repeat-y:active {
    background-repeat: repeat-y;
  }

  .md\:active\:bg-repeat-round:active {
    background-repeat: round;
  }

  .md\:active\:bg-repeat-space:active {
    background-repeat: space;
  }

  .md\:visited\:bg-repeat:visited {
    background-repeat: repeat;
  }

  .md\:visited\:bg-no-repeat:visited {
    background-repeat: no-repeat;
  }

  .md\:visited\:bg-repeat-x:visited {
    background-repeat: repeat-x;
  }

  .md\:visited\:bg-repeat-y:visited {
    background-repeat: repeat-y;
  }

  .md\:visited\:bg-repeat-round:visited {
    background-repeat: round;
  }

  .md\:visited\:bg-repeat-space:visited {
    background-repeat: space;
  }

  .md\:disabled\:bg-repeat:disabled {
    background-repeat: repeat;
  }

  .md\:disabled\:bg-no-repeat:disabled {
    background-repeat: no-repeat;
  }

  .md\:disabled\:bg-repeat-x:disabled {
    background-repeat: repeat-x;
  }

  .md\:disabled\:bg-repeat-y:disabled {
    background-repeat: repeat-y;
  }

  .md\:disabled\:bg-repeat-round:disabled {
    background-repeat: round;
  }

  .md\:disabled\:bg-repeat-space:disabled {
    background-repeat: space;
  }

  .md\:bg-auto {
    background-size: auto;
  }

  .md\:bg-cover {
    background-size: cover;
  }

  .md\:bg-contain {
    background-size: contain;
  }

  .group:hover .md\:group-hover\:bg-auto {
    background-size: auto;
  }

  .group:hover .md\:group-hover\:bg-cover {
    background-size: cover;
  }

  .group:hover .md\:group-hover\:bg-contain {
    background-size: contain;
  }

  .md\:focus-within\:bg-auto:focus-within {
    background-size: auto;
  }

  .md\:focus-within\:bg-cover:focus-within {
    background-size: cover;
  }

  .md\:focus-within\:bg-contain:focus-within {
    background-size: contain;
  }

  .md\:first\:bg-auto:first-child {
    background-size: auto;
  }

  .md\:first\:bg-cover:first-child {
    background-size: cover;
  }

  .md\:first\:bg-contain:first-child {
    background-size: contain;
  }

  .md\:last\:bg-auto:last-child {
    background-size: auto;
  }

  .md\:last\:bg-cover:last-child {
    background-size: cover;
  }

  .md\:last\:bg-contain:last-child {
    background-size: contain;
  }

  .md\:odd\:bg-auto:nth-child(odd) {
    background-size: auto;
  }

  .md\:odd\:bg-cover:nth-child(odd) {
    background-size: cover;
  }

  .md\:odd\:bg-contain:nth-child(odd) {
    background-size: contain;
  }

  .md\:even\:bg-auto:nth-child(even) {
    background-size: auto;
  }

  .md\:even\:bg-cover:nth-child(even) {
    background-size: cover;
  }

  .md\:even\:bg-contain:nth-child(even) {
    background-size: contain;
  }

  .md\:hover\:bg-auto:hover {
    background-size: auto;
  }

  .md\:hover\:bg-cover:hover {
    background-size: cover;
  }

  .md\:hover\:bg-contain:hover {
    background-size: contain;
  }

  .md\:focus\:bg-auto:focus {
    background-size: auto;
  }

  .md\:focus\:bg-cover:focus {
    background-size: cover;
  }

  .md\:focus\:bg-contain:focus {
    background-size: contain;
  }

  .md\:active\:bg-auto:active {
    background-size: auto;
  }

  .md\:active\:bg-cover:active {
    background-size: cover;
  }

  .md\:active\:bg-contain:active {
    background-size: contain;
  }

  .md\:visited\:bg-auto:visited {
    background-size: auto;
  }

  .md\:visited\:bg-cover:visited {
    background-size: cover;
  }

  .md\:visited\:bg-contain:visited {
    background-size: contain;
  }

  .md\:disabled\:bg-auto:disabled {
    background-size: auto;
  }

  .md\:disabled\:bg-cover:disabled {
    background-size: cover;
  }

  .md\:disabled\:bg-contain:disabled {
    background-size: contain;
  }

  .md\:border-collapse {
    border-collapse: collapse;
  }

  .md\:border-separate {
    border-collapse: separate;
  }

  .group:hover .md\:group-hover\:border-collapse {
    border-collapse: collapse;
  }

  .group:hover .md\:group-hover\:border-separate {
    border-collapse: separate;
  }

  .md\:focus-within\:border-collapse:focus-within {
    border-collapse: collapse;
  }

  .md\:focus-within\:border-separate:focus-within {
    border-collapse: separate;
  }

  .md\:first\:border-collapse:first-child {
    border-collapse: collapse;
  }

  .md\:first\:border-separate:first-child {
    border-collapse: separate;
  }

  .md\:last\:border-collapse:last-child {
    border-collapse: collapse;
  }

  .md\:last\:border-separate:last-child {
    border-collapse: separate;
  }

  .md\:odd\:border-collapse:nth-child(odd) {
    border-collapse: collapse;
  }

  .md\:odd\:border-separate:nth-child(odd) {
    border-collapse: separate;
  }

  .md\:even\:border-collapse:nth-child(even) {
    border-collapse: collapse;
  }

  .md\:even\:border-separate:nth-child(even) {
    border-collapse: separate;
  }

  .md\:hover\:border-collapse:hover {
    border-collapse: collapse;
  }

  .md\:hover\:border-separate:hover {
    border-collapse: separate;
  }

  .md\:focus\:border-collapse:focus {
    border-collapse: collapse;
  }

  .md\:focus\:border-separate:focus {
    border-collapse: separate;
  }

  .md\:active\:border-collapse:active {
    border-collapse: collapse;
  }

  .md\:active\:border-separate:active {
    border-collapse: separate;
  }

  .md\:visited\:border-collapse:visited {
    border-collapse: collapse;
  }

  .md\:visited\:border-separate:visited {
    border-collapse: separate;
  }

  .md\:disabled\:border-collapse:disabled {
    border-collapse: collapse;
  }

  .md\:disabled\:border-separate:disabled {
    border-collapse: separate;
  }

  .md\:border-transparent {
    border-color: transparent;
  }

  .md\:border-black {
    border-color: #000;
  }

  .md\:border-white {
    border-color: #fff;
  }

  .md\:border-gray-100 {
    border-color: #f7fafc;
  }

  .md\:border-gray-200 {
    border-color: #edf2f7;
  }

  .md\:border-gray-300 {
    border-color: #e2e8f0;
  }

  .md\:border-gray-400 {
    border-color: #cbd5e0;
  }

  .md\:border-gray-500 {
    border-color: #a0aec0;
  }

  .md\:border-gray-600 {
    border-color: #718096;
  }

  .md\:border-gray-700 {
    border-color: #4a5568;
  }

  .md\:border-gray-800 {
    border-color: #2d3748;
  }

  .md\:border-gray-900 {
    border-color: #1a202c;
  }

  .md\:border-red-100 {
    border-color: #fff5f5;
  }

  .md\:border-red-200 {
    border-color: #fed7d7;
  }

  .md\:border-red-300 {
    border-color: #feb2b2;
  }

  .md\:border-red-400 {
    border-color: #fc8181;
  }

  .md\:border-red-500 {
    border-color: #f56565;
  }

  .md\:border-red-600 {
    border-color: #e53e3e;
  }

  .md\:border-red-700 {
    border-color: #c53030;
  }

  .md\:border-red-800 {
    border-color: #9b2c2c;
  }

  .md\:border-red-900 {
    border-color: #742a2a;
  }

  .md\:border-orange-100 {
    border-color: #fffaf0;
  }

  .md\:border-orange-200 {
    border-color: #feebc8;
  }

  .md\:border-orange-300 {
    border-color: #fbd38d;
  }

  .md\:border-orange-400 {
    border-color: #f6ad55;
  }

  .md\:border-orange-500 {
    border-color: #ed8936;
  }

  .md\:border-orange-600 {
    border-color: #dd6b20;
  }

  .md\:border-orange-700 {
    border-color: #c05621;
  }

  .md\:border-orange-800 {
    border-color: #9c4221;
  }

  .md\:border-orange-900 {
    border-color: #7b341e;
  }

  .md\:border-yellow-100 {
    border-color: #fffff0;
  }

  .md\:border-yellow-200 {
    border-color: #fefcbf;
  }

  .md\:border-yellow-300 {
    border-color: #faf089;
  }

  .md\:border-yellow-400 {
    border-color: #f6e05e;
  }

  .md\:border-yellow-500 {
    border-color: #ecc94b;
  }

  .md\:border-yellow-600 {
    border-color: #d69e2e;
  }

  .md\:border-yellow-700 {
    border-color: #b7791f;
  }

  .md\:border-yellow-800 {
    border-color: #975a16;
  }

  .md\:border-yellow-900 {
    border-color: #744210;
  }

  .md\:border-green-100 {
    border-color: #f0fff4;
  }

  .md\:border-green-200 {
    border-color: #c6f6d5;
  }

  .md\:border-green-300 {
    border-color: #9ae6b4;
  }

  .md\:border-green-400 {
    border-color: #68d391;
  }

  .md\:border-green-500 {
    border-color: #48bb78;
  }

  .md\:border-green-600 {
    border-color: #38a169;
  }

  .md\:border-green-700 {
    border-color: #2f855a;
  }

  .md\:border-green-800 {
    border-color: #276749;
  }

  .md\:border-green-900 {
    border-color: #22543d;
  }

  .md\:border-teal-100 {
    border-color: #e6fffa;
  }

  .md\:border-teal-200 {
    border-color: #b2f5ea;
  }

  .md\:border-teal-300 {
    border-color: #81e6d9;
  }

  .md\:border-teal-400 {
    border-color: #4fd1c5;
  }

  .md\:border-teal-500 {
    border-color: #38b2ac;
  }

  .md\:border-teal-600 {
    border-color: #319795;
  }

  .md\:border-teal-700 {
    border-color: #2c7a7b;
  }

  .md\:border-teal-800 {
    border-color: #285e61;
  }

  .md\:border-teal-900 {
    border-color: #234e52;
  }

  .md\:border-blue-100 {
    border-color: #ebf8ff;
  }

  .md\:border-blue-200 {
    border-color: #bee3f8;
  }

  .md\:border-blue-300 {
    border-color: #90cdf4;
  }

  .md\:border-blue-400 {
    border-color: #63b3ed;
  }

  .md\:border-blue-500 {
    border-color: #4299e1;
  }

  .md\:border-blue-600 {
    border-color: #3182ce;
  }

  .md\:border-blue-700 {
    border-color: #2b6cb0;
  }

  .md\:border-blue-800 {
    border-color: #2c5282;
  }

  .md\:border-blue-900 {
    border-color: #2a4365;
  }

  .md\:border-indigo-100 {
    border-color: #ebf4ff;
  }

  .md\:border-indigo-200 {
    border-color: #c3dafe;
  }

  .md\:border-indigo-300 {
    border-color: #a3bffa;
  }

  .md\:border-indigo-400 {
    border-color: #7f9cf5;
  }

  .md\:border-indigo-500 {
    border-color: #667eea;
  }

  .md\:border-indigo-600 {
    border-color: #5a67d8;
  }

  .md\:border-indigo-700 {
    border-color: #4c51bf;
  }

  .md\:border-indigo-800 {
    border-color: #434190;
  }

  .md\:border-indigo-900 {
    border-color: #3c366b;
  }

  .md\:border-purple-100 {
    border-color: #faf5ff;
  }

  .md\:border-purple-200 {
    border-color: #e9d8fd;
  }

  .md\:border-purple-300 {
    border-color: #d6bcfa;
  }

  .md\:border-purple-400 {
    border-color: #b794f4;
  }

  .md\:border-purple-500 {
    border-color: #9f7aea;
  }

  .md\:border-purple-600 {
    border-color: #805ad5;
  }

  .md\:border-purple-700 {
    border-color: #6b46c1;
  }

  .md\:border-purple-800 {
    border-color: #553c9a;
  }

  .md\:border-purple-900 {
    border-color: #44337a;
  }

  .md\:border-pink-100 {
    border-color: #fff5f7;
  }

  .md\:border-pink-200 {
    border-color: #fed7e2;
  }

  .md\:border-pink-300 {
    border-color: #fbb6ce;
  }

  .md\:border-pink-400 {
    border-color: #f687b3;
  }

  .md\:border-pink-500 {
    border-color: #ed64a6;
  }

  .md\:border-pink-600 {
    border-color: #d53f8c;
  }

  .md\:border-pink-700 {
    border-color: #b83280;
  }

  .md\:border-pink-800 {
    border-color: #97266d;
  }

  .md\:border-pink-900 {
    border-color: #702459;
  }

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

  .group:hover .md\:group-hover\:border-black {
    border-color: #000;
  }

  .group:hover .md\:group-hover\:border-white {
    border-color: #fff;
  }

  .group:hover .md\:group-hover\:border-gray-100 {
    border-color: #f7fafc;
  }

  .group:hover .md\:group-hover\:border-gray-200 {
    border-color: #edf2f7;
  }

  .group:hover .md\:group-hover\:border-gray-300 {
    border-color: #e2e8f0;
  }

  .group:hover .md\:group-hover\:border-gray-400 {
    border-color: #cbd5e0;
  }

  .group:hover .md\:group-hover\:border-gray-500 {
    border-color: #a0aec0;
  }

  .group:hover .md\:group-hover\:border-gray-600 {
    border-color: #718096;
  }

  .group:hover .md\:group-hover\:border-gray-700 {
    border-color: #4a5568;
  }

  .group:hover .md\:group-hover\:border-gray-800 {
    border-color: #2d3748;
  }

  .group:hover .md\:group-hover\:border-gray-900 {
    border-color: #1a202c;
  }

  .group:hover .md\:group-hover\:border-red-100 {
    border-color: #fff5f5;
  }

  .group:hover .md\:group-hover\:border-red-200 {
    border-color: #fed7d7;
  }

  .group:hover .md\:group-hover\:border-red-300 {
    border-color: #feb2b2;
  }

  .group:hover .md\:group-hover\:border-red-400 {
    border-color: #fc8181;
  }

  .group:hover .md\:group-hover\:border-red-500 {
    border-color: #f56565;
  }

  .group:hover .md\:group-hover\:border-red-600 {
    border-color: #e53e3e;
  }

  .group:hover .md\:group-hover\:border-red-700 {
    border-color: #c53030;
  }

  .group:hover .md\:group-hover\:border-red-800 {
    border-color: #9b2c2c;
  }

  .group:hover .md\:group-hover\:border-red-900 {
    border-color: #742a2a;
  }

  .group:hover .md\:group-hover\:border-orange-100 {
    border-color: #fffaf0;
  }

  .group:hover .md\:group-hover\:border-orange-200 {
    border-color: #feebc8;
  }

  .group:hover .md\:group-hover\:border-orange-300 {
    border-color: #fbd38d;
  }

  .group:hover .md\:group-hover\:border-orange-400 {
    border-color: #f6ad55;
  }

  .group:hover .md\:group-hover\:border-orange-500 {
    border-color: #ed8936;
  }

  .group:hover .md\:group-hover\:border-orange-600 {
    border-color: #dd6b20;
  }

  .group:hover .md\:group-hover\:border-orange-700 {
    border-color: #c05621;
  }

  .group:hover .md\:group-hover\:border-orange-800 {
    border-color: #9c4221;
  }

  .group:hover .md\:group-hover\:border-orange-900 {
    border-color: #7b341e;
  }

  .group:hover .md\:group-hover\:border-yellow-100 {
    border-color: #fffff0;
  }

  .group:hover .md\:group-hover\:border-yellow-200 {
    border-color: #fefcbf;
  }

  .group:hover .md\:group-hover\:border-yellow-300 {
    border-color: #faf089;
  }

  .group:hover .md\:group-hover\:border-yellow-400 {
    border-color: #f6e05e;
  }

  .group:hover .md\:group-hover\:border-yellow-500 {
    border-color: #ecc94b;
  }

  .group:hover .md\:group-hover\:border-yellow-600 {
    border-color: #d69e2e;
  }

  .group:hover .md\:group-hover\:border-yellow-700 {
    border-color: #b7791f;
  }

  .group:hover .md\:group-hover\:border-yellow-800 {
    border-color: #975a16;
  }

  .group:hover .md\:group-hover\:border-yellow-900 {
    border-color: #744210;
  }

  .group:hover .md\:group-hover\:border-green-100 {
    border-color: #f0fff4;
  }

  .group:hover .md\:group-hover\:border-green-200 {
    border-color: #c6f6d5;
  }

  .group:hover .md\:group-hover\:border-green-300 {
    border-color: #9ae6b4;
  }

  .group:hover .md\:group-hover\:border-green-400 {
    border-color: #68d391;
  }

  .group:hover .md\:group-hover\:border-green-500 {
    border-color: #48bb78;
  }

  .group:hover .md\:group-hover\:border-green-600 {
    border-color: #38a169;
  }

  .group:hover .md\:group-hover\:border-green-700 {
    border-color: #2f855a;
  }

  .group:hover .md\:group-hover\:border-green-800 {
    border-color: #276749;
  }

  .group:hover .md\:group-hover\:border-green-900 {
    border-color: #22543d;
  }

  .group:hover .md\:group-hover\:border-teal-100 {
    border-color: #e6fffa;
  }

  .group:hover .md\:group-hover\:border-teal-200 {
    border-color: #b2f5ea;
  }

  .group:hover .md\:group-hover\:border-teal-300 {
    border-color: #81e6d9;
  }

  .group:hover .md\:group-hover\:border-teal-400 {
    border-color: #4fd1c5;
  }

  .group:hover .md\:group-hover\:border-teal-500 {
    border-color: #38b2ac;
  }

  .group:hover .md\:group-hover\:border-teal-600 {
    border-color: #319795;
  }

  .group:hover .md\:group-hover\:border-teal-700 {
    border-color: #2c7a7b;
  }

  .group:hover .md\:group-hover\:border-teal-800 {
    border-color: #285e61;
  }

  .group:hover .md\:group-hover\:border-teal-900 {
    border-color: #234e52;
  }

  .group:hover .md\:group-hover\:border-blue-100 {
    border-color: #ebf8ff;
  }

  .group:hover .md\:group-hover\:border-blue-200 {
    border-color: #bee3f8;
  }

  .group:hover .md\:group-hover\:border-blue-300 {
    border-color: #90cdf4;
  }

  .group:hover .md\:group-hover\:border-blue-400 {
    border-color: #63b3ed;
  }

  .group:hover .md\:group-hover\:border-blue-500 {
    border-color: #4299e1;
  }

  .group:hover .md\:group-hover\:border-blue-600 {
    border-color: #3182ce;
  }

  .group:hover .md\:group-hover\:border-blue-700 {
    border-color: #2b6cb0;
  }

  .group:hover .md\:group-hover\:border-blue-800 {
    border-color: #2c5282;
  }

  .group:hover .md\:group-hover\:border-blue-900 {
    border-color: #2a4365;
  }

  .group:hover .md\:group-hover\:border-indigo-100 {
    border-color: #ebf4ff;
  }

  .group:hover .md\:group-hover\:border-indigo-200 {
    border-color: #c3dafe;
  }

  .group:hover .md\:group-hover\:border-indigo-300 {
    border-color: #a3bffa;
  }

  .group:hover .md\:group-hover\:border-indigo-400 {
    border-color: #7f9cf5;
  }

  .group:hover .md\:group-hover\:border-indigo-500 {
    border-color: #667eea;
  }

  .group:hover .md\:group-hover\:border-indigo-600 {
    border-color: #5a67d8;
  }

  .group:hover .md\:group-hover\:border-indigo-700 {
    border-color: #4c51bf;
  }

  .group:hover .md\:group-hover\:border-indigo-800 {
    border-color: #434190;
  }

  .group:hover .md\:group-hover\:border-indigo-900 {
    border-color: #3c366b;
  }

  .group:hover .md\:group-hover\:border-purple-100 {
    border-color: #faf5ff;
  }

  .group:hover .md\:group-hover\:border-purple-200 {
    border-color: #e9d8fd;
  }

  .group:hover .md\:group-hover\:border-purple-300 {
    border-color: #d6bcfa;
  }

  .group:hover .md\:group-hover\:border-purple-400 {
    border-color: #b794f4;
  }

  .group:hover .md\:group-hover\:border-purple-500 {
    border-color: #9f7aea;
  }

  .group:hover .md\:group-hover\:border-purple-600 {
    border-color: #805ad5;
  }

  .group:hover .md\:group-hover\:border-purple-700 {
    border-color: #6b46c1;
  }

  .group:hover .md\:group-hover\:border-purple-800 {
    border-color: #553c9a;
  }

  .group:hover .md\:group-hover\:border-purple-900 {
    border-color: #44337a;
  }

  .group:hover .md\:group-hover\:border-pink-100 {
    border-color: #fff5f7;
  }

  .group:hover .md\:group-hover\:border-pink-200 {
    border-color: #fed7e2;
  }

  .group:hover .md\:group-hover\:border-pink-300 {
    border-color: #fbb6ce;
  }

  .group:hover .md\:group-hover\:border-pink-400 {
    border-color: #f687b3;
  }

  .group:hover .md\:group-hover\:border-pink-500 {
    border-color: #ed64a6;
  }

  .group:hover .md\:group-hover\:border-pink-600 {
    border-color: #d53f8c;
  }

  .group:hover .md\:group-hover\:border-pink-700 {
    border-color: #b83280;
  }

  .group:hover .md\:group-hover\:border-pink-800 {
    border-color: #97266d;
  }

  .group:hover .md\:group-hover\:border-pink-900 {
    border-color: #702459;
  }

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

  .md\:focus-within\:border-black:focus-within {
    border-color: #000;
  }

  .md\:focus-within\:border-white:focus-within {
    border-color: #fff;
  }

  .md\:focus-within\:border-gray-100:focus-within {
    border-color: #f7fafc;
  }

  .md\:focus-within\:border-gray-200:focus-within {
    border-color: #edf2f7;
  }

  .md\:focus-within\:border-gray-300:focus-within {
    border-color: #e2e8f0;
  }

  .md\:focus-within\:border-gray-400:focus-within {
    border-color: #cbd5e0;
  }

  .md\:focus-within\:border-gray-500:focus-within {
    border-color: #a0aec0;
  }

  .md\:focus-within\:border-gray-600:focus-within {
    border-color: #718096;
  }

  .md\:focus-within\:border-gray-700:focus-within {
    border-color: #4a5568;
  }

  .md\:focus-within\:border-gray-800:focus-within {
    border-color: #2d3748;
  }

  .md\:focus-within\:border-gray-900:focus-within {
    border-color: #1a202c;
  }

  .md\:focus-within\:border-red-100:focus-within {
    border-color: #fff5f5;
  }

  .md\:focus-within\:border-red-200:focus-within {
    border-color: #fed7d7;
  }

  .md\:focus-within\:border-red-300:focus-within {
    border-color: #feb2b2;
  }

  .md\:focus-within\:border-red-400:focus-within {
    border-color: #fc8181;
  }

  .md\:focus-within\:border-red-500:focus-within {
    border-color: #f56565;
  }

  .md\:focus-within\:border-red-600:focus-within {
    border-color: #e53e3e;
  }

  .md\:focus-within\:border-red-700:focus-within {
    border-color: #c53030;
  }

  .md\:focus-within\:border-red-800:focus-within {
    border-color: #9b2c2c;
  }

  .md\:focus-within\:border-red-900:focus-within {
    border-color: #742a2a;
  }

  .md\:focus-within\:border-orange-100:focus-within {
    border-color: #fffaf0;
  }

  .md\:focus-within\:border-orange-200:focus-within {
    border-color: #feebc8;
  }

  .md\:focus-within\:border-orange-300:focus-within {
    border-color: #fbd38d;
  }

  .md\:focus-within\:border-orange-400:focus-within {
    border-color: #f6ad55;
  }

  .md\:focus-within\:border-orange-500:focus-within {
    border-color: #ed8936;
  }

  .md\:focus-within\:border-orange-600:focus-within {
    border-color: #dd6b20;
  }

  .md\:focus-within\:border-orange-700:focus-within {
    border-color: #c05621;
  }

  .md\:focus-within\:border-orange-800:focus-within {
    border-color: #9c4221;
  }

  .md\:focus-within\:border-orange-900:focus-within {
    border-color: #7b341e;
  }

  .md\:focus-within\:border-yellow-100:focus-within {
    border-color: #fffff0;
  }

  .md\:focus-within\:border-yellow-200:focus-within {
    border-color: #fefcbf;
  }

  .md\:focus-within\:border-yellow-300:focus-within {
    border-color: #faf089;
  }

  .md\:focus-within\:border-yellow-400:focus-within {
    border-color: #f6e05e;
  }

  .md\:focus-within\:border-yellow-500:focus-within {
    border-color: #ecc94b;
  }

  .md\:focus-within\:border-yellow-600:focus-within {
    border-color: #d69e2e;
  }

  .md\:focus-within\:border-yellow-700:focus-within {
    border-color: #b7791f;
  }

  .md\:focus-within\:border-yellow-800:focus-within {
    border-color: #975a16;
  }

  .md\:focus-within\:border-yellow-900:focus-within {
    border-color: #744210;
  }

  .md\:focus-within\:border-green-100:focus-within {
    border-color: #f0fff4;
  }

  .md\:focus-within\:border-green-200:focus-within {
    border-color: #c6f6d5;
  }

  .md\:focus-within\:border-green-300:focus-within {
    border-color: #9ae6b4;
  }

  .md\:focus-within\:border-green-400:focus-within {
    border-color: #68d391;
  }

  .md\:focus-within\:border-green-500:focus-within {
    border-color: #48bb78;
  }

  .md\:focus-within\:border-green-600:focus-within {
    border-color: #38a169;
  }

  .md\:focus-within\:border-green-700:focus-within {
    border-color: #2f855a;
  }

  .md\:focus-within\:border-green-800:focus-within {
    border-color: #276749;
  }

  .md\:focus-within\:border-green-900:focus-within {
    border-color: #22543d;
  }

  .md\:focus-within\:border-teal-100:focus-within {
    border-color: #e6fffa;
  }

  .md\:focus-within\:border-teal-200:focus-within {
    border-color: #b2f5ea;
  }

  .md\:focus-within\:border-teal-300:focus-within {
    border-color: #81e6d9;
  }

  .md\:focus-within\:border-teal-400:focus-within {
    border-color: #4fd1c5;
  }

  .md\:focus-within\:border-teal-500:focus-within {
    border-color: #38b2ac;
  }

  .md\:focus-within\:border-teal-600:focus-within {
    border-color: #319795;
  }

  .md\:focus-within\:border-teal-700:focus-within {
    border-color: #2c7a7b;
  }

  .md\:focus-within\:border-teal-800:focus-within {
    border-color: #285e61;
  }

  .md\:focus-within\:border-teal-900:focus-within {
    border-color: #234e52;
  }

  .md\:focus-within\:border-blue-100:focus-within {
    border-color: #ebf8ff;
  }

  .md\:focus-within\:border-blue-200:focus-within {
    border-color: #bee3f8;
  }

  .md\:focus-within\:border-blue-300:focus-within {
    border-color: #90cdf4;
  }

  .md\:focus-within\:border-blue-400:focus-within {
    border-color: #63b3ed;
  }

  .md\:focus-within\:border-blue-500:focus-within {
    border-color: #4299e1;
  }

  .md\:focus-within\:border-blue-600:focus-within {
    border-color: #3182ce;
  }

  .md\:focus-within\:border-blue-700:focus-within {
    border-color: #2b6cb0;
  }

  .md\:focus-within\:border-blue-800:focus-within {
    border-color: #2c5282;
  }

  .md\:focus-within\:border-blue-900:focus-within {
    border-color: #2a4365;
  }

  .md\:focus-within\:border-indigo-100:focus-within {
    border-color: #ebf4ff;
  }

  .md\:focus-within\:border-indigo-200:focus-within {
    border-color: #c3dafe;
  }

  .md\:focus-within\:border-indigo-300:focus-within {
    border-color: #a3bffa;
  }

  .md\:focus-within\:border-indigo-400:focus-within {
    border-color: #7f9cf5;
  }

  .md\:focus-within\:border-indigo-500:focus-within {
    border-color: #667eea;
  }

  .md\:focus-within\:border-indigo-600:focus-within {
    border-color: #5a67d8;
  }

  .md\:focus-within\:border-indigo-700:focus-within {
    border-color: #4c51bf;
  }

  .md\:focus-within\:border-indigo-800:focus-within {
    border-color: #434190;
  }

  .md\:focus-within\:border-indigo-900:focus-within {
    border-color: #3c366b;
  }

  .md\:focus-within\:border-purple-100:focus-within {
    border-color: #faf5ff;
  }

  .md\:focus-within\:border-purple-200:focus-within {
    border-color: #e9d8fd;
  }

  .md\:focus-within\:border-purple-300:focus-within {
    border-color: #d6bcfa;
  }

  .md\:focus-within\:border-purple-400:focus-within {
    border-color: #b794f4;
  }

  .md\:focus-within\:border-purple-500:focus-within {
    border-color: #9f7aea;
  }

  .md\:focus-within\:border-purple-600:focus-within {
    border-color: #805ad5;
  }

  .md\:focus-within\:border-purple-700:focus-within {
    border-color: #6b46c1;
  }

  .md\:focus-within\:border-purple-800:focus-within {
    border-color: #553c9a;
  }

  .md\:focus-within\:border-purple-900:focus-within {
    border-color: #44337a;
  }

  .md\:focus-within\:border-pink-100:focus-within {
    border-color: #fff5f7;
  }

  .md\:focus-within\:border-pink-200:focus-within {
    border-color: #fed7e2;
  }

  .md\:focus-within\:border-pink-300:focus-within {
    border-color: #fbb6ce;
  }

  .md\:focus-within\:border-pink-400:focus-within {
    border-color: #f687b3;
  }

  .md\:focus-within\:border-pink-500:focus-within {
    border-color: #ed64a6;
  }

  .md\:focus-within\:border-pink-600:focus-within {
    border-color: #d53f8c;
  }

  .md\:focus-within\:border-pink-700:focus-within {
    border-color: #b83280;
  }

  .md\:focus-within\:border-pink-800:focus-within {
    border-color: #97266d;
  }

  .md\:focus-within\:border-pink-900:focus-within {
    border-color: #702459;
  }

  .md\:first\:border-transparent:first-child {
    border-color: transparent;
  }

  .md\:first\:border-black:first-child {
    border-color: #000;
  }

  .md\:first\:border-white:first-child {
    border-color: #fff;
  }

  .md\:first\:border-gray-100:first-child {
    border-color: #f7fafc;
  }

  .md\:first\:border-gray-200:first-child {
    border-color: #edf2f7;
  }

  .md\:first\:border-gray-300:first-child {
    border-color: #e2e8f0;
  }

  .md\:first\:border-gray-400:first-child {
    border-color: #cbd5e0;
  }

  .md\:first\:border-gray-500:first-child {
    border-color: #a0aec0;
  }

  .md\:first\:border-gray-600:first-child {
    border-color: #718096;
  }

  .md\:first\:border-gray-700:first-child {
    border-color: #4a5568;
  }

  .md\:first\:border-gray-800:first-child {
    border-color: #2d3748;
  }

  .md\:first\:border-gray-900:first-child {
    border-color: #1a202c;
  }

  .md\:first\:border-red-100:first-child {
    border-color: #fff5f5;
  }

  .md\:first\:border-red-200:first-child {
    border-color: #fed7d7;
  }

  .md\:first\:border-red-300:first-child {
    border-color: #feb2b2;
  }

  .md\:first\:border-red-400:first-child {
    border-color: #fc8181;
  }

  .md\:first\:border-red-500:first-child {
    border-color: #f56565;
  }

  .md\:first\:border-red-600:first-child {
    border-color: #e53e3e;
  }

  .md\:first\:border-red-700:first-child {
    border-color: #c53030;
  }

  .md\:first\:border-red-800:first-child {
    border-color: #9b2c2c;
  }

  .md\:first\:border-red-900:first-child {
    border-color: #742a2a;
  }

  .md\:first\:border-orange-100:first-child {
    border-color: #fffaf0;
  }

  .md\:first\:border-orange-200:first-child {
    border-color: #feebc8;
  }

  .md\:first\:border-orange-300:first-child {
    border-color: #fbd38d;
  }

  .md\:first\:border-orange-400:first-child {
    border-color: #f6ad55;
  }

  .md\:first\:border-orange-500:first-child {
    border-color: #ed8936;
  }

  .md\:first\:border-orange-600:first-child {
    border-color: #dd6b20;
  }

  .md\:first\:border-orange-700:first-child {
    border-color: #c05621;
  }

  .md\:first\:border-orange-800:first-child {
    border-color: #9c4221;
  }

  .md\:first\:border-orange-900:first-child {
    border-color: #7b341e;
  }

  .md\:first\:border-yellow-100:first-child {
    border-color: #fffff0;
  }

  .md\:first\:border-yellow-200:first-child {
    border-color: #fefcbf;
  }

  .md\:first\:border-yellow-300:first-child {
    border-color: #faf089;
  }

  .md\:first\:border-yellow-400:first-child {
    border-color: #f6e05e;
  }

  .md\:first\:border-yellow-500:first-child {
    border-color: #ecc94b;
  }

  .md\:first\:border-yellow-600:first-child {
    border-color: #d69e2e;
  }

  .md\:first\:border-yellow-700:first-child {
    border-color: #b7791f;
  }

  .md\:first\:border-yellow-800:first-child {
    border-color: #975a16;
  }

  .md\:first\:border-yellow-900:first-child {
    border-color: #744210;
  }

  .md\:first\:border-green-100:first-child {
    border-color: #f0fff4;
  }

  .md\:first\:border-green-200:first-child {
    border-color: #c6f6d5;
  }

  .md\:first\:border-green-300:first-child {
    border-color: #9ae6b4;
  }

  .md\:first\:border-green-400:first-child {
    border-color: #68d391;
  }

  .md\:first\:border-green-500:first-child {
    border-color: #48bb78;
  }

  .md\:first\:border-green-600:first-child {
    border-color: #38a169;
  }

  .md\:first\:border-green-700:first-child {
    border-color: #2f855a;
  }

  .md\:first\:border-green-800:first-child {
    border-color: #276749;
  }

  .md\:first\:border-green-900:first-child {
    border-color: #22543d;
  }

  .md\:first\:border-teal-100:first-child {
    border-color: #e6fffa;
  }

  .md\:first\:border-teal-200:first-child {
    border-color: #b2f5ea;
  }

  .md\:first\:border-teal-300:first-child {
    border-color: #81e6d9;
  }

  .md\:first\:border-teal-400:first-child {
    border-color: #4fd1c5;
  }

  .md\:first\:border-teal-500:first-child {
    border-color: #38b2ac;
  }

  .md\:first\:border-teal-600:first-child {
    border-color: #319795;
  }

  .md\:first\:border-teal-700:first-child {
    border-color: #2c7a7b;
  }

  .md\:first\:border-teal-800:first-child {
    border-color: #285e61;
  }

  .md\:first\:border-teal-900:first-child {
    border-color: #234e52;
  }

  .md\:first\:border-blue-100:first-child {
    border-color: #ebf8ff;
  }

  .md\:first\:border-blue-200:first-child {
    border-color: #bee3f8;
  }

  .md\:first\:border-blue-300:first-child {
    border-color: #90cdf4;
  }

  .md\:first\:border-blue-400:first-child {
    border-color: #63b3ed;
  }

  .md\:first\:border-blue-500:first-child {
    border-color: #4299e1;
  }

  .md\:first\:border-blue-600:first-child {
    border-color: #3182ce;
  }

  .md\:first\:border-blue-700:first-child {
    border-color: #2b6cb0;
  }

  .md\:first\:border-blue-800:first-child {
    border-color: #2c5282;
  }

  .md\:first\:border-blue-900:first-child {
    border-color: #2a4365;
  }

  .md\:first\:border-indigo-100:first-child {
    border-color: #ebf4ff;
  }

  .md\:first\:border-indigo-200:first-child {
    border-color: #c3dafe;
  }

  .md\:first\:border-indigo-300:first-child {
    border-color: #a3bffa;
  }

  .md\:first\:border-indigo-400:first-child {
    border-color: #7f9cf5;
  }

  .md\:first\:border-indigo-500:first-child {
    border-color: #667eea;
  }

  .md\:first\:border-indigo-600:first-child {
    border-color: #5a67d8;
  }

  .md\:first\:border-indigo-700:first-child {
    border-color: #4c51bf;
  }

  .md\:first\:border-indigo-800:first-child {
    border-color: #434190;
  }

  .md\:first\:border-indigo-900:first-child {
    border-color: #3c366b;
  }

  .md\:first\:border-purple-100:first-child {
    border-color: #faf5ff;
  }

  .md\:first\:border-purple-200:first-child {
    border-color: #e9d8fd;
  }

  .md\:first\:border-purple-300:first-child {
    border-color: #d6bcfa;
  }

  .md\:first\:border-purple-400:first-child {
    border-color: #b794f4;
  }

  .md\:first\:border-purple-500:first-child {
    border-color: #9f7aea;
  }

  .md\:first\:border-purple-600:first-child {
    border-color: #805ad5;
  }

  .md\:first\:border-purple-700:first-child {
    border-color: #6b46c1;
  }

  .md\:first\:border-purple-800:first-child {
    border-color: #553c9a;
  }

  .md\:first\:border-purple-900:first-child {
    border-color: #44337a;
  }

  .md\:first\:border-pink-100:first-child {
    border-color: #fff5f7;
  }

  .md\:first\:border-pink-200:first-child {
    border-color: #fed7e2;
  }

  .md\:first\:border-pink-300:first-child {
    border-color: #fbb6ce;
  }

  .md\:first\:border-pink-400:first-child {
    border-color: #f687b3;
  }

  .md\:first\:border-pink-500:first-child {
    border-color: #ed64a6;
  }

  .md\:first\:border-pink-600:first-child {
    border-color: #d53f8c;
  }

  .md\:first\:border-pink-700:first-child {
    border-color: #b83280;
  }

  .md\:first\:border-pink-800:first-child {
    border-color: #97266d;
  }

  .md\:first\:border-pink-900:first-child {
    border-color: #702459;
  }

  .md\:last\:border-transparent:last-child {
    border-color: transparent;
  }

  .md\:last\:border-black:last-child {
    border-color: #000;
  }

  .md\:last\:border-white:last-child {
    border-color: #fff;
  }

  .md\:last\:border-gray-100:last-child {
    border-color: #f7fafc;
  }

  .md\:last\:border-gray-200:last-child {
    border-color: #edf2f7;
  }

  .md\:last\:border-gray-300:last-child {
    border-color: #e2e8f0;
  }

  .md\:last\:border-gray-400:last-child {
    border-color: #cbd5e0;
  }

  .md\:last\:border-gray-500:last-child {
    border-color: #a0aec0;
  }

  .md\:last\:border-gray-600:last-child {
    border-color: #718096;
  }

  .md\:last\:border-gray-700:last-child {
    border-color: #4a5568;
  }

  .md\:last\:border-gray-800:last-child {
    border-color: #2d3748;
  }

  .md\:last\:border-gray-900:last-child {
    border-color: #1a202c;
  }

  .md\:last\:border-red-100:last-child {
    border-color: #fff5f5;
  }

  .md\:last\:border-red-200:last-child {
    border-color: #fed7d7;
  }

  .md\:last\:border-red-300:last-child {
    border-color: #feb2b2;
  }

  .md\:last\:border-red-400:last-child {
    border-color: #fc8181;
  }

  .md\:last\:border-red-500:last-child {
    border-color: #f56565;
  }

  .md\:last\:border-red-600:last-child {
    border-color: #e53e3e;
  }

  .md\:last\:border-red-700:last-child {
    border-color: #c53030;
  }

  .md\:last\:border-red-800:last-child {
    border-color: #9b2c2c;
  }

  .md\:last\:border-red-900:last-child {
    border-color: #742a2a;
  }

  .md\:last\:border-orange-100:last-child {
    border-color: #fffaf0;
  }

  .md\:last\:border-orange-200:last-child {
    border-color: #feebc8;
  }

  .md\:last\:border-orange-300:last-child {
    border-color: #fbd38d;
  }

  .md\:last\:border-orange-400:last-child {
    border-color: #f6ad55;
  }

  .md\:last\:border-orange-500:last-child {
    border-color: #ed8936;
  }

  .md\:last\:border-orange-600:last-child {
    border-color: #dd6b20;
  }

  .md\:last\:border-orange-700:last-child {
    border-color: #c05621;
  }

  .md\:last\:border-orange-800:last-child {
    border-color: #9c4221;
  }

  .md\:last\:border-orange-900:last-child {
    border-color: #7b341e;
  }

  .md\:last\:border-yellow-100:last-child {
    border-color: #fffff0;
  }

  .md\:last\:border-yellow-200:last-child {
    border-color: #fefcbf;
  }

  .md\:last\:border-yellow-300:last-child {
    border-color: #faf089;
  }

  .md\:last\:border-yellow-400:last-child {
    border-color: #f6e05e;
  }

  .md\:last\:border-yellow-500:last-child {
    border-color: #ecc94b;
  }

  .md\:last\:border-yellow-600:last-child {
    border-color: #d69e2e;
  }

  .md\:last\:border-yellow-700:last-child {
    border-color: #b7791f;
  }

  .md\:last\:border-yellow-800:last-child {
    border-color: #975a16;
  }

  .md\:last\:border-yellow-900:last-child {
    border-color: #744210;
  }

  .md\:last\:border-green-100:last-child {
    border-color: #f0fff4;
  }

  .md\:last\:border-green-200:last-child {
    border-color: #c6f6d5;
  }

  .md\:last\:border-green-300:last-child {
    border-color: #9ae6b4;
  }

  .md\:last\:border-green-400:last-child {
    border-color: #68d391;
  }

  .md\:last\:border-green-500:last-child {
    border-color: #48bb78;
  }

  .md\:last\:border-green-600:last-child {
    border-color: #38a169;
  }

  .md\:last\:border-green-700:last-child {
    border-color: #2f855a;
  }

  .md\:last\:border-green-800:last-child {
    border-color: #276749;
  }

  .md\:last\:border-green-900:last-child {
    border-color: #22543d;
  }

  .md\:last\:border-teal-100:last-child {
    border-color: #e6fffa;
  }

  .md\:last\:border-teal-200:last-child {
    border-color: #b2f5ea;
  }

  .md\:last\:border-teal-300:last-child {
    border-color: #81e6d9;
  }

  .md\:last\:border-teal-400:last-child {
    border-color: #4fd1c5;
  }

  .md\:last\:border-teal-500:last-child {
    border-color: #38b2ac;
  }

  .md\:last\:border-teal-600:last-child {
    border-color: #319795;
  }

  .md\:last\:border-teal-700:last-child {
    border-color: #2c7a7b;
  }

  .md\:last\:border-teal-800:last-child {
    border-color: #285e61;
  }

  .md\:last\:border-teal-900:last-child {
    border-color: #234e52;
  }

  .md\:last\:border-blue-100:last-child {
    border-color: #ebf8ff;
  }

  .md\:last\:border-blue-200:last-child {
    border-color: #bee3f8;
  }

  .md\:last\:border-blue-300:last-child {
    border-color: #90cdf4;
  }

  .md\:last\:border-blue-400:last-child {
    border-color: #63b3ed;
  }

  .md\:last\:border-blue-500:last-child {
    border-color: #4299e1;
  }

  .md\:last\:border-blue-600:last-child {
    border-color: #3182ce;
  }

  .md\:last\:border-blue-700:last-child {
    border-color: #2b6cb0;
  }

  .md\:last\:border-blue-800:last-child {
    border-color: #2c5282;
  }

  .md\:last\:border-blue-900:last-child {
    border-color: #2a4365;
  }

  .md\:last\:border-indigo-100:last-child {
    border-color: #ebf4ff;
  }

  .md\:last\:border-indigo-200:last-child {
    border-color: #c3dafe;
  }

  .md\:last\:border-indigo-300:last-child {
    border-color: #a3bffa;
  }

  .md\:last\:border-indigo-400:last-child {
    border-color: #7f9cf5;
  }

  .md\:last\:border-indigo-500:last-child {
    border-color: #667eea;
  }

  .md\:last\:border-indigo-600:last-child {
    border-color: #5a67d8;
  }

  .md\:last\:border-indigo-700:last-child {
    border-color: #4c51bf;
  }

  .md\:last\:border-indigo-800:last-child {
    border-color: #434190;
  }

  .md\:last\:border-indigo-900:last-child {
    border-color: #3c366b;
  }

  .md\:last\:border-purple-100:last-child {
    border-color: #faf5ff;
  }

  .md\:last\:border-purple-200:last-child {
    border-color: #e9d8fd;
  }

  .md\:last\:border-purple-300:last-child {
    border-color: #d6bcfa;
  }

  .md\:last\:border-purple-400:last-child {
    border-color: #b794f4;
  }

  .md\:last\:border-purple-500:last-child {
    border-color: #9f7aea;
  }

  .md\:last\:border-purple-600:last-child {
    border-color: #805ad5;
  }

  .md\:last\:border-purple-700:last-child {
    border-color: #6b46c1;
  }

  .md\:last\:border-purple-800:last-child {
    border-color: #553c9a;
  }

  .md\:last\:border-purple-900:last-child {
    border-color: #44337a;
  }

  .md\:last\:border-pink-100:last-child {
    border-color: #fff5f7;
  }

  .md\:last\:border-pink-200:last-child {
    border-color: #fed7e2;
  }

  .md\:last\:border-pink-300:last-child {
    border-color: #fbb6ce;
  }

  .md\:last\:border-pink-400:last-child {
    border-color: #f687b3;
  }

  .md\:last\:border-pink-500:last-child {
    border-color: #ed64a6;
  }

  .md\:last\:border-pink-600:last-child {
    border-color: #d53f8c;
  }

  .md\:last\:border-pink-700:last-child {
    border-color: #b83280;
  }

  .md\:last\:border-pink-800:last-child {
    border-color: #97266d;
  }

  .md\:last\:border-pink-900:last-child {
    border-color: #702459;
  }

  .md\:odd\:border-transparent:nth-child(odd) {
    border-color: transparent;
  }

  .md\:odd\:border-black:nth-child(odd) {
    border-color: #000;
  }

  .md\:odd\:border-white:nth-child(odd) {
    border-color: #fff;
  }

  .md\:odd\:border-gray-100:nth-child(odd) {
    border-color: #f7fafc;
  }

  .md\:odd\:border-gray-200:nth-child(odd) {
    border-color: #edf2f7;
  }

  .md\:odd\:border-gray-300:nth-child(odd) {
    border-color: #e2e8f0;
  }

  .md\:odd\:border-gray-400:nth-child(odd) {
    border-color: #cbd5e0;
  }

  .md\:odd\:border-gray-500:nth-child(odd) {
    border-color: #a0aec0;
  }

  .md\:odd\:border-gray-600:nth-child(odd) {
    border-color: #718096;
  }

  .md\:odd\:border-gray-700:nth-child(odd) {
    border-color: #4a5568;
  }

  .md\:odd\:border-gray-800:nth-child(odd) {
    border-color: #2d3748;
  }

  .md\:odd\:border-gray-900:nth-child(odd) {
    border-color: #1a202c;
  }

  .md\:odd\:border-red-100:nth-child(odd) {
    border-color: #fff5f5;
  }

  .md\:odd\:border-red-200:nth-child(odd) {
    border-color: #fed7d7;
  }

  .md\:odd\:border-red-300:nth-child(odd) {
    border-color: #feb2b2;
  }

  .md\:odd\:border-red-400:nth-child(odd) {
    border-color: #fc8181;
  }

  .md\:odd\:border-red-500:nth-child(odd) {
    border-color: #f56565;
  }

  .md\:odd\:border-red-600:nth-child(odd) {
    border-color: #e53e3e;
  }

  .md\:odd\:border-red-700:nth-child(odd) {
    border-color: #c53030;
  }

  .md\:odd\:border-red-800:nth-child(odd) {
    border-color: #9b2c2c;
  }

  .md\:odd\:border-red-900:nth-child(odd) {
    border-color: #742a2a;
  }

  .md\:odd\:border-orange-100:nth-child(odd) {
    border-color: #fffaf0;
  }

  .md\:odd\:border-orange-200:nth-child(odd) {
    border-color: #feebc8;
  }

  .md\:odd\:border-orange-300:nth-child(odd) {
    border-color: #fbd38d;
  }

  .md\:odd\:border-orange-400:nth-child(odd) {
    border-color: #f6ad55;
  }

  .md\:odd\:border-orange-500:nth-child(odd) {
    border-color: #ed8936;
  }

  .md\:odd\:border-orange-600:nth-child(odd) {
    border-color: #dd6b20;
  }

  .md\:odd\:border-orange-700:nth-child(odd) {
    border-color: #c05621;
  }

  .md\:odd\:border-orange-800:nth-child(odd) {
    border-color: #9c4221;
  }

  .md\:odd\:border-orange-900:nth-child(odd) {
    border-color: #7b341e;
  }

  .md\:odd\:border-yellow-100:nth-child(odd) {
    border-color: #fffff0;
  }

  .md\:odd\:border-yellow-200:nth-child(odd) {
    border-color: #fefcbf;
  }

  .md\:odd\:border-yellow-300:nth-child(odd) {
    border-color: #faf089;
  }

  .md\:odd\:border-yellow-400:nth-child(odd) {
    border-color: #f6e05e;
  }

  .md\:odd\:border-yellow-500:nth-child(odd) {
    border-color: #ecc94b;
  }

  .md\:odd\:border-yellow-600:nth-child(odd) {
    border-color: #d69e2e;
  }

  .md\:odd\:border-yellow-700:nth-child(odd) {
    border-color: #b7791f;
  }

  .md\:odd\:border-yellow-800:nth-child(odd) {
    border-color: #975a16;
  }

  .md\:odd\:border-yellow-900:nth-child(odd) {
    border-color: #744210;
  }

  .md\:odd\:border-green-100:nth-child(odd) {
    border-color: #f0fff4;
  }

  .md\:odd\:border-green-200:nth-child(odd) {
    border-color: #c6f6d5;
  }

  .md\:odd\:border-green-300:nth-child(odd) {
    border-color: #9ae6b4;
  }

  .md\:odd\:border-green-400:nth-child(odd) {
    border-color: #68d391;
  }

  .md\:odd\:border-green-500:nth-child(odd) {
    border-color: #48bb78;
  }

  .md\:odd\:border-green-600:nth-child(odd) {
    border-color: #38a169;
  }

  .md\:odd\:border-green-700:nth-child(odd) {
    border-color: #2f855a;
  }

  .md\:odd\:border-green-800:nth-child(odd) {
    border-color: #276749;
  }

  .md\:odd\:border-green-900:nth-child(odd) {
    border-color: #22543d;
  }

  .md\:odd\:border-teal-100:nth-child(odd) {
    border-color: #e6fffa;
  }

  .md\:odd\:border-teal-200:nth-child(odd) {
    border-color: #b2f5ea;
  }

  .md\:odd\:border-teal-300:nth-child(odd) {
    border-color: #81e6d9;
  }

  .md\:odd\:border-teal-400:nth-child(odd) {
    border-color: #4fd1c5;
  }

  .md\:odd\:border-teal-500:nth-child(odd) {
    border-color: #38b2ac;
  }

  .md\:odd\:border-teal-600:nth-child(odd) {
    border-color: #319795;
  }

  .md\:odd\:border-teal-700:nth-child(odd) {
    border-color: #2c7a7b;
  }

  .md\:odd\:border-teal-800:nth-child(odd) {
    border-color: #285e61;
  }

  .md\:odd\:border-teal-900:nth-child(odd) {
    border-color: #234e52;
  }

  .md\:odd\:border-blue-100:nth-child(odd) {
    border-color: #ebf8ff;
  }

  .md\:odd\:border-blue-200:nth-child(odd) {
    border-color: #bee3f8;
  }

  .md\:odd\:border-blue-300:nth-child(odd) {
    border-color: #90cdf4;
  }

  .md\:odd\:border-blue-400:nth-child(odd) {
    border-color: #63b3ed;
  }

  .md\:odd\:border-blue-500:nth-child(odd) {
    border-color: #4299e1;
  }

  .md\:odd\:border-blue-600:nth-child(odd) {
    border-color: #3182ce;
  }

  .md\:odd\:border-blue-700:nth-child(odd) {
    border-color: #2b6cb0;
  }

  .md\:odd\:border-blue-800:nth-child(odd) {
    border-color: #2c5282;
  }

  .md\:odd\:border-blue-900:nth-child(odd) {
    border-color: #2a4365;
  }

  .md\:odd\:border-indigo-100:nth-child(odd) {
    border-color: #ebf4ff;
  }

  .md\:odd\:border-indigo-200:nth-child(odd) {
    border-color: #c3dafe;
  }

  .md\:odd\:border-indigo-300:nth-child(odd) {
    border-color: #a3bffa;
  }

  .md\:odd\:border-indigo-400:nth-child(odd) {
    border-color: #7f9cf5;
  }

  .md\:odd\:border-indigo-500:nth-child(odd) {
    border-color: #667eea;
  }

  .md\:odd\:border-indigo-600:nth-child(odd) {
    border-color: #5a67d8;
  }

  .md\:odd\:border-indigo-700:nth-child(odd) {
    border-color: #4c51bf;
  }

  .md\:odd\:border-indigo-800:nth-child(odd) {
    border-color: #434190;
  }

  .md\:odd\:border-indigo-900:nth-child(odd) {
    border-color: #3c366b;
  }

  .md\:odd\:border-purple-100:nth-child(odd) {
    border-color: #faf5ff;
  }

  .md\:odd\:border-purple-200:nth-child(odd) {
    border-color: #e9d8fd;
  }

  .md\:odd\:border-purple-300:nth-child(odd) {
    border-color: #d6bcfa;
  }

  .md\:odd\:border-purple-400:nth-child(odd) {
    border-color: #b794f4;
  }

  .md\:odd\:border-purple-500:nth-child(odd) {
    border-color: #9f7aea;
  }

  .md\:odd\:border-purple-600:nth-child(odd) {
    border-color: #805ad5;
  }

  .md\:odd\:border-purple-700:nth-child(odd) {
    border-color: #6b46c1;
  }

  .md\:odd\:border-purple-800:nth-child(odd) {
    border-color: #553c9a;
  }

  .md\:odd\:border-purple-900:nth-child(odd) {
    border-color: #44337a;
  }

  .md\:odd\:border-pink-100:nth-child(odd) {
    border-color: #fff5f7;
  }

  .md\:odd\:border-pink-200:nth-child(odd) {
    border-color: #fed7e2;
  }

  .md\:odd\:border-pink-300:nth-child(odd) {
    border-color: #fbb6ce;
  }

  .md\:odd\:border-pink-400:nth-child(odd) {
    border-color: #f687b3;
  }

  .md\:odd\:border-pink-500:nth-child(odd) {
    border-color: #ed64a6;
  }

  .md\:odd\:border-pink-600:nth-child(odd) {
    border-color: #d53f8c;
  }

  .md\:odd\:border-pink-700:nth-child(odd) {
    border-color: #b83280;
  }

  .md\:odd\:border-pink-800:nth-child(odd) {
    border-color: #97266d;
  }

  .md\:odd\:border-pink-900:nth-child(odd) {
    border-color: #702459;
  }

  .md\:even\:border-transparent:nth-child(even) {
    border-color: transparent;
  }

  .md\:even\:border-black:nth-child(even) {
    border-color: #000;
  }

  .md\:even\:border-white:nth-child(even) {
    border-color: #fff;
  }

  .md\:even\:border-gray-100:nth-child(even) {
    border-color: #f7fafc;
  }

  .md\:even\:border-gray-200:nth-child(even) {
    border-color: #edf2f7;
  }

  .md\:even\:border-gray-300:nth-child(even) {
    border-color: #e2e8f0;
  }

  .md\:even\:border-gray-400:nth-child(even) {
    border-color: #cbd5e0;
  }

  .md\:even\:border-gray-500:nth-child(even) {
    border-color: #a0aec0;
  }

  .md\:even\:border-gray-600:nth-child(even) {
    border-color: #718096;
  }

  .md\:even\:border-gray-700:nth-child(even) {
    border-color: #4a5568;
  }

  .md\:even\:border-gray-800:nth-child(even) {
    border-color: #2d3748;
  }

  .md\:even\:border-gray-900:nth-child(even) {
    border-color: #1a202c;
  }

  .md\:even\:border-red-100:nth-child(even) {
    border-color: #fff5f5;
  }

  .md\:even\:border-red-200:nth-child(even) {
    border-color: #fed7d7;
  }

  .md\:even\:border-red-300:nth-child(even) {
    border-color: #feb2b2;
  }

  .md\:even\:border-red-400:nth-child(even) {
    border-color: #fc8181;
  }

  .md\:even\:border-red-500:nth-child(even) {
    border-color: #f56565;
  }

  .md\:even\:border-red-600:nth-child(even) {
    border-color: #e53e3e;
  }

  .md\:even\:border-red-700:nth-child(even) {
    border-color: #c53030;
  }

  .md\:even\:border-red-800:nth-child(even) {
    border-color: #9b2c2c;
  }

  .md\:even\:border-red-900:nth-child(even) {
    border-color: #742a2a;
  }

  .md\:even\:border-orange-100:nth-child(even) {
    border-color: #fffaf0;
  }

  .md\:even\:border-orange-200:nth-child(even) {
    border-color: #feebc8;
  }

  .md\:even\:border-orange-300:nth-child(even) {
    border-color: #fbd38d;
  }

  .md\:even\:border-orange-400:nth-child(even) {
    border-color: #f6ad55;
  }

  .md\:even\:border-orange-500:nth-child(even) {
    border-color: #ed8936;
  }

  .md\:even\:border-orange-600:nth-child(even) {
    border-color: #dd6b20;
  }

  .md\:even\:border-orange-700:nth-child(even) {
    border-color: #c05621;
  }

  .md\:even\:border-orange-800:nth-child(even) {
    border-color: #9c4221;
  }

  .md\:even\:border-orange-900:nth-child(even) {
    border-color: #7b341e;
  }

  .md\:even\:border-yellow-100:nth-child(even) {
    border-color: #fffff0;
  }

  .md\:even\:border-yellow-200:nth-child(even) {
    border-color: #fefcbf;
  }

  .md\:even\:border-yellow-300:nth-child(even) {
    border-color: #faf089;
  }

  .md\:even\:border-yellow-400:nth-child(even) {
    border-color: #f6e05e;
  }

  .md\:even\:border-yellow-500:nth-child(even) {
    border-color: #ecc94b;
  }

  .md\:even\:border-yellow-600:nth-child(even) {
    border-color: #d69e2e;
  }

  .md\:even\:border-yellow-700:nth-child(even) {
    border-color: #b7791f;
  }

  .md\:even\:border-yellow-800:nth-child(even) {
    border-color: #975a16;
  }

  .md\:even\:border-yellow-900:nth-child(even) {
    border-color: #744210;
  }

  .md\:even\:border-green-100:nth-child(even) {
    border-color: #f0fff4;
  }

  .md\:even\:border-green-200:nth-child(even) {
    border-color: #c6f6d5;
  }

  .md\:even\:border-green-300:nth-child(even) {
    border-color: #9ae6b4;
  }

  .md\:even\:border-green-400:nth-child(even) {
    border-color: #68d391;
  }

  .md\:even\:border-green-500:nth-child(even) {
    border-color: #48bb78;
  }

  .md\:even\:border-green-600:nth-child(even) {
    border-color: #38a169;
  }

  .md\:even\:border-green-700:nth-child(even) {
    border-color: #2f855a;
  }

  .md\:even\:border-green-800:nth-child(even) {
    border-color: #276749;
  }

  .md\:even\:border-green-900:nth-child(even) {
    border-color: #22543d;
  }

  .md\:even\:border-teal-100:nth-child(even) {
    border-color: #e6fffa;
  }

  .md\:even\:border-teal-200:nth-child(even) {
    border-color: #b2f5ea;
  }

  .md\:even\:border-teal-300:nth-child(even) {
    border-color: #81e6d9;
  }

  .md\:even\:border-teal-400:nth-child(even) {
    border-color: #4fd1c5;
  }

  .md\:even\:border-teal-500:nth-child(even) {
    border-color: #38b2ac;
  }

  .md\:even\:border-teal-600:nth-child(even) {
    border-color: #319795;
  }

  .md\:even\:border-teal-700:nth-child(even) {
    border-color: #2c7a7b;
  }

  .md\:even\:border-teal-800:nth-child(even) {
    border-color: #285e61;
  }

  .md\:even\:border-teal-900:nth-child(even) {
    border-color: #234e52;
  }

  .md\:even\:border-blue-100:nth-child(even) {
    border-color: #ebf8ff;
  }

  .md\:even\:border-blue-200:nth-child(even) {
    border-color: #bee3f8;
  }

  .md\:even\:border-blue-300:nth-child(even) {
    border-color: #90cdf4;
  }

  .md\:even\:border-blue-400:nth-child(even) {
    border-color: #63b3ed;
  }

  .md\:even\:border-blue-500:nth-child(even) {
    border-color: #4299e1;
  }

  .md\:even\:border-blue-600:nth-child(even) {
    border-color: #3182ce;
  }

  .md\:even\:border-blue-700:nth-child(even) {
    border-color: #2b6cb0;
  }

  .md\:even\:border-blue-800:nth-child(even) {
    border-color: #2c5282;
  }

  .md\:even\:border-blue-900:nth-child(even) {
    border-color: #2a4365;
  }

  .md\:even\:border-indigo-100:nth-child(even) {
    border-color: #ebf4ff;
  }

  .md\:even\:border-indigo-200:nth-child(even) {
    border-color: #c3dafe;
  }

  .md\:even\:border-indigo-300:nth-child(even) {
    border-color: #a3bffa;
  }

  .md\:even\:border-indigo-400:nth-child(even) {
    border-color: #7f9cf5;
  }

  .md\:even\:border-indigo-500:nth-child(even) {
    border-color: #667eea;
  }

  .md\:even\:border-indigo-600:nth-child(even) {
    border-color: #5a67d8;
  }

  .md\:even\:border-indigo-700:nth-child(even) {
    border-color: #4c51bf;
  }

  .md\:even\:border-indigo-800:nth-child(even) {
    border-color: #434190;
  }

  .md\:even\:border-indigo-900:nth-child(even) {
    border-color: #3c366b;
  }

  .md\:even\:border-purple-100:nth-child(even) {
    border-color: #faf5ff;
  }

  .md\:even\:border-purple-200:nth-child(even) {
    border-color: #e9d8fd;
  }

  .md\:even\:border-purple-300:nth-child(even) {
    border-color: #d6bcfa;
  }

  .md\:even\:border-purple-400:nth-child(even) {
    border-color: #b794f4;
  }

  .md\:even\:border-purple-500:nth-child(even) {
    border-color: #9f7aea;
  }

  .md\:even\:border-purple-600:nth-child(even) {
    border-color: #805ad5;
  }

  .md\:even\:border-purple-700:nth-child(even) {
    border-color: #6b46c1;
  }

  .md\:even\:border-purple-800:nth-child(even) {
    border-color: #553c9a;
  }

  .md\:even\:border-purple-900:nth-child(even) {
    border-color: #44337a;
  }

  .md\:even\:border-pink-100:nth-child(even) {
    border-color: #fff5f7;
  }

  .md\:even\:border-pink-200:nth-child(even) {
    border-color: #fed7e2;
  }

  .md\:even\:border-pink-300:nth-child(even) {
    border-color: #fbb6ce;
  }

  .md\:even\:border-pink-400:nth-child(even) {
    border-color: #f687b3;
  }

  .md\:even\:border-pink-500:nth-child(even) {
    border-color: #ed64a6;
  }

  .md\:even\:border-pink-600:nth-child(even) {
    border-color: #d53f8c;
  }

  .md\:even\:border-pink-700:nth-child(even) {
    border-color: #b83280;
  }

  .md\:even\:border-pink-800:nth-child(even) {
    border-color: #97266d;
  }

  .md\:even\:border-pink-900:nth-child(even) {
    border-color: #702459;
  }

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

  .md\:hover\:border-black:hover {
    border-color: #000;
  }

  .md\:hover\:border-white:hover {
    border-color: #fff;
  }

  .md\:hover\:border-gray-100:hover {
    border-color: #f7fafc;
  }

  .md\:hover\:border-gray-200:hover {
    border-color: #edf2f7;
  }

  .md\:hover\:border-gray-300:hover {
    border-color: #e2e8f0;
  }

  .md\:hover\:border-gray-400:hover {
    border-color: #cbd5e0;
  }

  .md\:hover\:border-gray-500:hover {
    border-color: #a0aec0;
  }

  .md\:hover\:border-gray-600:hover {
    border-color: #718096;
  }

  .md\:hover\:border-gray-700:hover {
    border-color: #4a5568;
  }

  .md\:hover\:border-gray-800:hover {
    border-color: #2d3748;
  }

  .md\:hover\:border-gray-900:hover {
    border-color: #1a202c;
  }

  .md\:hover\:border-red-100:hover {
    border-color: #fff5f5;
  }

  .md\:hover\:border-red-200:hover {
    border-color: #fed7d7;
  }

  .md\:hover\:border-red-300:hover {
    border-color: #feb2b2;
  }

  .md\:hover\:border-red-400:hover {
    border-color: #fc8181;
  }

  .md\:hover\:border-red-500:hover {
    border-color: #f56565;
  }

  .md\:hover\:border-red-600:hover {
    border-color: #e53e3e;
  }

  .md\:hover\:border-red-700:hover {
    border-color: #c53030;
  }

  .md\:hover\:border-red-800:hover {
    border-color: #9b2c2c;
  }

  .md\:hover\:border-red-900:hover {
    border-color: #742a2a;
  }

  .md\:hover\:border-orange-100:hover {
    border-color: #fffaf0;
  }

  .md\:hover\:border-orange-200:hover {
    border-color: #feebc8;
  }

  .md\:hover\:border-orange-300:hover {
    border-color: #fbd38d;
  }

  .md\:hover\:border-orange-400:hover {
    border-color: #f6ad55;
  }

  .md\:hover\:border-orange-500:hover {
    border-color: #ed8936;
  }

  .md\:hover\:border-orange-600:hover {
    border-color: #dd6b20;
  }

  .md\:hover\:border-orange-700:hover {
    border-color: #c05621;
  }

  .md\:hover\:border-orange-800:hover {
    border-color: #9c4221;
  }

  .md\:hover\:border-orange-900:hover {
    border-color: #7b341e;
  }

  .md\:hover\:border-yellow-100:hover {
    border-color: #fffff0;
  }

  .md\:hover\:border-yellow-200:hover {
    border-color: #fefcbf;
  }

  .md\:hover\:border-yellow-300:hover {
    border-color: #faf089;
  }

  .md\:hover\:border-yellow-400:hover {
    border-color: #f6e05e;
  }

  .md\:hover\:border-yellow-500:hover {
    border-color: #ecc94b;
  }

  .md\:hover\:border-yellow-600:hover {
    border-color: #d69e2e;
  }

  .md\:hover\:border-yellow-700:hover {
    border-color: #b7791f;
  }

  .md\:hover\:border-yellow-800:hover {
    border-color: #975a16;
  }

  .md\:hover\:border-yellow-900:hover {
    border-color: #744210;
  }

  .md\:hover\:border-green-100:hover {
    border-color: #f0fff4;
  }

  .md\:hover\:border-green-200:hover {
    border-color: #c6f6d5;
  }

  .md\:hover\:border-green-300:hover {
    border-color: #9ae6b4;
  }

  .md\:hover\:border-green-400:hover {
    border-color: #68d391;
  }

  .md\:hover\:border-green-500:hover {
    border-color: #48bb78;
  }

  .md\:hover\:border-green-600:hover {
    border-color: #38a169;
  }

  .md\:hover\:border-green-700:hover {
    border-color: #2f855a;
  }

  .md\:hover\:border-green-800:hover {
    border-color: #276749;
  }

  .md\:hover\:border-green-900:hover {
    border-color: #22543d;
  }

  .md\:hover\:border-teal-100:hover {
    border-color: #e6fffa;
  }

  .md\:hover\:border-teal-200:hover {
    border-color: #b2f5ea;
  }

  .md\:hover\:border-teal-300:hover {
    border-color: #81e6d9;
  }

  .md\:hover\:border-teal-400:hover {
    border-color: #4fd1c5;
  }

  .md\:hover\:border-teal-500:hover {
    border-color: #38b2ac;
  }

  .md\:hover\:border-teal-600:hover {
    border-color: #319795;
  }

  .md\:hover\:border-teal-700:hover {
    border-color: #2c7a7b;
  }

  .md\:hover\:border-teal-800:hover {
    border-color: #285e61;
  }

  .md\:hover\:border-teal-900:hover {
    border-color: #234e52;
  }

  .md\:hover\:border-blue-100:hover {
    border-color: #ebf8ff;
  }

  .md\:hover\:border-blue-200:hover {
    border-color: #bee3f8;
  }

  .md\:hover\:border-blue-300:hover {
    border-color: #90cdf4;
  }

  .md\:hover\:border-blue-400:hover {
    border-color: #63b3ed;
  }

  .md\:hover\:border-blue-500:hover {
    border-color: #4299e1;
  }

  .md\:hover\:border-blue-600:hover {
    border-color: #3182ce;
  }

  .md\:hover\:border-blue-700:hover {
    border-color: #2b6cb0;
  }

  .md\:hover\:border-blue-800:hover {
    border-color: #2c5282;
  }

  .md\:hover\:border-blue-900:hover {
    border-color: #2a4365;
  }

  .md\:hover\:border-indigo-100:hover {
    border-color: #ebf4ff;
  }

  .md\:hover\:border-indigo-200:hover {
    border-color: #c3dafe;
  }

  .md\:hover\:border-indigo-300:hover {
    border-color: #a3bffa;
  }

  .md\:hover\:border-indigo-400:hover {
    border-color: #7f9cf5;
  }

  .md\:hover\:border-indigo-500:hover {
    border-color: #667eea;
  }

  .md\:hover\:border-indigo-600:hover {
    border-color: #5a67d8;
  }

  .md\:hover\:border-indigo-700:hover {
    border-color: #4c51bf;
  }

  .md\:hover\:border-indigo-800:hover {
    border-color: #434190;
  }

  .md\:hover\:border-indigo-900:hover {
    border-color: #3c366b;
  }

  .md\:hover\:border-purple-100:hover {
    border-color: #faf5ff;
  }

  .md\:hover\:border-purple-200:hover {
    border-color: #e9d8fd;
  }

  .md\:hover\:border-purple-300:hover {
    border-color: #d6bcfa;
  }

  .md\:hover\:border-purple-400:hover {
    border-color: #b794f4;
  }

  .md\:hover\:border-purple-500:hover {
    border-color: #9f7aea;
  }

  .md\:hover\:border-purple-600:hover {
    border-color: #805ad5;
  }

  .md\:hover\:border-purple-700:hover {
    border-color: #6b46c1;
  }

  .md\:hover\:border-purple-800:hover {
    border-color: #553c9a;
  }

  .md\:hover\:border-purple-900:hover {
    border-color: #44337a;
  }

  .md\:hover\:border-pink-100:hover {
    border-color: #fff5f7;
  }

  .md\:hover\:border-pink-200:hover {
    border-color: #fed7e2;
  }

  .md\:hover\:border-pink-300:hover {
    border-color: #fbb6ce;
  }

  .md\:hover\:border-pink-400:hover {
    border-color: #f687b3;
  }

  .md\:hover\:border-pink-500:hover {
    border-color: #ed64a6;
  }

  .md\:hover\:border-pink-600:hover {
    border-color: #d53f8c;
  }

  .md\:hover\:border-pink-700:hover {
    border-color: #b83280;
  }

  .md\:hover\:border-pink-800:hover {
    border-color: #97266d;
  }

  .md\:hover\:border-pink-900:hover {
    border-color: #702459;
  }

  .md\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .md\:focus\:border-black:focus {
    border-color: #000;
  }

  .md\:focus\:border-white:focus {
    border-color: #fff;
  }

  .md\:focus\:border-gray-100:focus {
    border-color: #f7fafc;
  }

  .md\:focus\:border-gray-200:focus {
    border-color: #edf2f7;
  }

  .md\:focus\:border-gray-300:focus {
    border-color: #e2e8f0;
  }

  .md\:focus\:border-gray-400:focus {
    border-color: #cbd5e0;
  }

  .md\:focus\:border-gray-500:focus {
    border-color: #a0aec0;
  }

  .md\:focus\:border-gray-600:focus {
    border-color: #718096;
  }

  .md\:focus\:border-gray-700:focus {
    border-color: #4a5568;
  }

  .md\:focus\:border-gray-800:focus {
    border-color: #2d3748;
  }

  .md\:focus\:border-gray-900:focus {
    border-color: #1a202c;
  }

  .md\:focus\:border-red-100:focus {
    border-color: #fff5f5;
  }

  .md\:focus\:border-red-200:focus {
    border-color: #fed7d7;
  }

  .md\:focus\:border-red-300:focus {
    border-color: #feb2b2;
  }

  .md\:focus\:border-red-400:focus {
    border-color: #fc8181;
  }

  .md\:focus\:border-red-500:focus {
    border-color: #f56565;
  }

  .md\:focus\:border-red-600:focus {
    border-color: #e53e3e;
  }

  .md\:focus\:border-red-700:focus {
    border-color: #c53030;
  }

  .md\:focus\:border-red-800:focus {
    border-color: #9b2c2c;
  }

  .md\:focus\:border-red-900:focus {
    border-color: #742a2a;
  }

  .md\:focus\:border-orange-100:focus {
    border-color: #fffaf0;
  }

  .md\:focus\:border-orange-200:focus {
    border-color: #feebc8;
  }

  .md\:focus\:border-orange-300:focus {
    border-color: #fbd38d;
  }

  .md\:focus\:border-orange-400:focus {
    border-color: #f6ad55;
  }

  .md\:focus\:border-orange-500:focus {
    border-color: #ed8936;
  }

  .md\:focus\:border-orange-600:focus {
    border-color: #dd6b20;
  }

  .md\:focus\:border-orange-700:focus {
    border-color: #c05621;
  }

  .md\:focus\:border-orange-800:focus {
    border-color: #9c4221;
  }

  .md\:focus\:border-orange-900:focus {
    border-color: #7b341e;
  }

  .md\:focus\:border-yellow-100:focus {
    border-color: #fffff0;
  }

  .md\:focus\:border-yellow-200:focus {
    border-color: #fefcbf;
  }

  .md\:focus\:border-yellow-300:focus {
    border-color: #faf089;
  }

  .md\:focus\:border-yellow-400:focus {
    border-color: #f6e05e;
  }

  .md\:focus\:border-yellow-500:focus {
    border-color: #ecc94b;
  }

  .md\:focus\:border-yellow-600:focus {
    border-color: #d69e2e;
  }

  .md\:focus\:border-yellow-700:focus {
    border-color: #b7791f;
  }

  .md\:focus\:border-yellow-800:focus {
    border-color: #975a16;
  }

  .md\:focus\:border-yellow-900:focus {
    border-color: #744210;
  }

  .md\:focus\:border-green-100:focus {
    border-color: #f0fff4;
  }

  .md\:focus\:border-green-200:focus {
    border-color: #c6f6d5;
  }

  .md\:focus\:border-green-300:focus {
    border-color: #9ae6b4;
  }

  .md\:focus\:border-green-400:focus {
    border-color: #68d391;
  }

  .md\:focus\:border-green-500:focus {
    border-color: #48bb78;
  }

  .md\:focus\:border-green-600:focus {
    border-color: #38a169;
  }

  .md\:focus\:border-green-700:focus {
    border-color: #2f855a;
  }

  .md\:focus\:border-green-800:focus {
    border-color: #276749;
  }

  .md\:focus\:border-green-900:focus {
    border-color: #22543d;
  }

  .md\:focus\:border-teal-100:focus {
    border-color: #e6fffa;
  }

  .md\:focus\:border-teal-200:focus {
    border-color: #b2f5ea;
  }

  .md\:focus\:border-teal-300:focus {
    border-color: #81e6d9;
  }

  .md\:focus\:border-teal-400:focus {
    border-color: #4fd1c5;
  }

  .md\:focus\:border-teal-500:focus {
    border-color: #38b2ac;
  }

  .md\:focus\:border-teal-600:focus {
    border-color: #319795;
  }

  .md\:focus\:border-teal-700:focus {
    border-color: #2c7a7b;
  }

  .md\:focus\:border-teal-800:focus {
    border-color: #285e61;
  }

  .md\:focus\:border-teal-900:focus {
    border-color: #234e52;
  }

  .md\:focus\:border-blue-100:focus {
    border-color: #ebf8ff;
  }

  .md\:focus\:border-blue-200:focus {
    border-color: #bee3f8;
  }

  .md\:focus\:border-blue-300:focus {
    border-color: #90cdf4;
  }

  .md\:focus\:border-blue-400:focus {
    border-color: #63b3ed;
  }

  .md\:focus\:border-blue-500:focus {
    border-color: #4299e1;
  }

  .md\:focus\:border-blue-600:focus {
    border-color: #3182ce;
  }

  .md\:focus\:border-blue-700:focus {
    border-color: #2b6cb0;
  }

  .md\:focus\:border-blue-800:focus {
    border-color: #2c5282;
  }

  .md\:focus\:border-blue-900:focus {
    border-color: #2a4365;
  }

  .md\:focus\:border-indigo-100:focus {
    border-color: #ebf4ff;
  }

  .md\:focus\:border-indigo-200:focus {
    border-color: #c3dafe;
  }

  .md\:focus\:border-indigo-300:focus {
    border-color: #a3bffa;
  }

  .md\:focus\:border-indigo-400:focus {
    border-color: #7f9cf5;
  }

  .md\:focus\:border-indigo-500:focus {
    border-color: #667eea;
  }

  .md\:focus\:border-indigo-600:focus {
    border-color: #5a67d8;
  }

  .md\:focus\:border-indigo-700:focus {
    border-color: #4c51bf;
  }

  .md\:focus\:border-indigo-800:focus {
    border-color: #434190;
  }

  .md\:focus\:border-indigo-900:focus {
    border-color: #3c366b;
  }

  .md\:focus\:border-purple-100:focus {
    border-color: #faf5ff;
  }

  .md\:focus\:border-purple-200:focus {
    border-color: #e9d8fd;
  }

  .md\:focus\:border-purple-300:focus {
    border-color: #d6bcfa;
  }

  .md\:focus\:border-purple-400:focus {
    border-color: #b794f4;
  }

  .md\:focus\:border-purple-500:focus {
    border-color: #9f7aea;
  }

  .md\:focus\:border-purple-600:focus {
    border-color: #805ad5;
  }

  .md\:focus\:border-purple-700:focus {
    border-color: #6b46c1;
  }

  .md\:focus\:border-purple-800:focus {
    border-color: #553c9a;
  }

  .md\:focus\:border-purple-900:focus {
    border-color: #44337a;
  }

  .md\:focus\:border-pink-100:focus {
    border-color: #fff5f7;
  }

  .md\:focus\:border-pink-200:focus {
    border-color: #fed7e2;
  }

  .md\:focus\:border-pink-300:focus {
    border-color: #fbb6ce;
  }

  .md\:focus\:border-pink-400:focus {
    border-color: #f687b3;
  }

  .md\:focus\:border-pink-500:focus {
    border-color: #ed64a6;
  }

  .md\:focus\:border-pink-600:focus {
    border-color: #d53f8c;
  }

  .md\:focus\:border-pink-700:focus {
    border-color: #b83280;
  }

  .md\:focus\:border-pink-800:focus {
    border-color: #97266d;
  }

  .md\:focus\:border-pink-900:focus {
    border-color: #702459;
  }

  .md\:active\:border-transparent:active {
    border-color: transparent;
  }

  .md\:active\:border-black:active {
    border-color: #000;
  }

  .md\:active\:border-white:active {
    border-color: #fff;
  }

  .md\:active\:border-gray-100:active {
    border-color: #f7fafc;
  }

  .md\:active\:border-gray-200:active {
    border-color: #edf2f7;
  }

  .md\:active\:border-gray-300:active {
    border-color: #e2e8f0;
  }

  .md\:active\:border-gray-400:active {
    border-color: #cbd5e0;
  }

  .md\:active\:border-gray-500:active {
    border-color: #a0aec0;
  }

  .md\:active\:border-gray-600:active {
    border-color: #718096;
  }

  .md\:active\:border-gray-700:active {
    border-color: #4a5568;
  }

  .md\:active\:border-gray-800:active {
    border-color: #2d3748;
  }

  .md\:active\:border-gray-900:active {
    border-color: #1a202c;
  }

  .md\:active\:border-red-100:active {
    border-color: #fff5f5;
  }

  .md\:active\:border-red-200:active {
    border-color: #fed7d7;
  }

  .md\:active\:border-red-300:active {
    border-color: #feb2b2;
  }

  .md\:active\:border-red-400:active {
    border-color: #fc8181;
  }

  .md\:active\:border-red-500:active {
    border-color: #f56565;
  }

  .md\:active\:border-red-600:active {
    border-color: #e53e3e;
  }

  .md\:active\:border-red-700:active {
    border-color: #c53030;
  }

  .md\:active\:border-red-800:active {
    border-color: #9b2c2c;
  }

  .md\:active\:border-red-900:active {
    border-color: #742a2a;
  }

  .md\:active\:border-orange-100:active {
    border-color: #fffaf0;
  }

  .md\:active\:border-orange-200:active {
    border-color: #feebc8;
  }

  .md\:active\:border-orange-300:active {
    border-color: #fbd38d;
  }

  .md\:active\:border-orange-400:active {
    border-color: #f6ad55;
  }

  .md\:active\:border-orange-500:active {
    border-color: #ed8936;
  }

  .md\:active\:border-orange-600:active {
    border-color: #dd6b20;
  }

  .md\:active\:border-orange-700:active {
    border-color: #c05621;
  }

  .md\:active\:border-orange-800:active {
    border-color: #9c4221;
  }

  .md\:active\:border-orange-900:active {
    border-color: #7b341e;
  }

  .md\:active\:border-yellow-100:active {
    border-color: #fffff0;
  }

  .md\:active\:border-yellow-200:active {
    border-color: #fefcbf;
  }

  .md\:active\:border-yellow-300:active {
    border-color: #faf089;
  }

  .md\:active\:border-yellow-400:active {
    border-color: #f6e05e;
  }

  .md\:active\:border-yellow-500:active {
    border-color: #ecc94b;
  }

  .md\:active\:border-yellow-600:active {
    border-color: #d69e2e;
  }

  .md\:active\:border-yellow-700:active {
    border-color: #b7791f;
  }

  .md\:active\:border-yellow-800:active {
    border-color: #975a16;
  }

  .md\:active\:border-yellow-900:active {
    border-color: #744210;
  }

  .md\:active\:border-green-100:active {
    border-color: #f0fff4;
  }

  .md\:active\:border-green-200:active {
    border-color: #c6f6d5;
  }

  .md\:active\:border-green-300:active {
    border-color: #9ae6b4;
  }

  .md\:active\:border-green-400:active {
    border-color: #68d391;
  }

  .md\:active\:border-green-500:active {
    border-color: #48bb78;
  }

  .md\:active\:border-green-600:active {
    border-color: #38a169;
  }

  .md\:active\:border-green-700:active {
    border-color: #2f855a;
  }

  .md\:active\:border-green-800:active {
    border-color: #276749;
  }

  .md\:active\:border-green-900:active {
    border-color: #22543d;
  }

  .md\:active\:border-teal-100:active {
    border-color: #e6fffa;
  }

  .md\:active\:border-teal-200:active {
    border-color: #b2f5ea;
  }

  .md\:active\:border-teal-300:active {
    border-color: #81e6d9;
  }

  .md\:active\:border-teal-400:active {
    border-color: #4fd1c5;
  }

  .md\:active\:border-teal-500:active {
    border-color: #38b2ac;
  }

  .md\:active\:border-teal-600:active {
    border-color: #319795;
  }

  .md\:active\:border-teal-700:active {
    border-color: #2c7a7b;
  }

  .md\:active\:border-teal-800:active {
    border-color: #285e61;
  }

  .md\:active\:border-teal-900:active {
    border-color: #234e52;
  }

  .md\:active\:border-blue-100:active {
    border-color: #ebf8ff;
  }

  .md\:active\:border-blue-200:active {
    border-color: #bee3f8;
  }

  .md\:active\:border-blue-300:active {
    border-color: #90cdf4;
  }

  .md\:active\:border-blue-400:active {
    border-color: #63b3ed;
  }

  .md\:active\:border-blue-500:active {
    border-color: #4299e1;
  }

  .md\:active\:border-blue-600:active {
    border-color: #3182ce;
  }

  .md\:active\:border-blue-700:active {
    border-color: #2b6cb0;
  }

  .md\:active\:border-blue-800:active {
    border-color: #2c5282;
  }

  .md\:active\:border-blue-900:active {
    border-color: #2a4365;
  }

  .md\:active\:border-indigo-100:active {
    border-color: #ebf4ff;
  }

  .md\:active\:border-indigo-200:active {
    border-color: #c3dafe;
  }

  .md\:active\:border-indigo-300:active {
    border-color: #a3bffa;
  }

  .md\:active\:border-indigo-400:active {
    border-color: #7f9cf5;
  }

  .md\:active\:border-indigo-500:active {
    border-color: #667eea;
  }

  .md\:active\:border-indigo-600:active {
    border-color: #5a67d8;
  }

  .md\:active\:border-indigo-700:active {
    border-color: #4c51bf;
  }

  .md\:active\:border-indigo-800:active {
    border-color: #434190;
  }

  .md\:active\:border-indigo-900:active {
    border-color: #3c366b;
  }

  .md\:active\:border-purple-100:active {
    border-color: #faf5ff;
  }

  .md\:active\:border-purple-200:active {
    border-color: #e9d8fd;
  }

  .md\:active\:border-purple-300:active {
    border-color: #d6bcfa;
  }

  .md\:active\:border-purple-400:active {
    border-color: #b794f4;
  }

  .md\:active\:border-purple-500:active {
    border-color: #9f7aea;
  }

  .md\:active\:border-purple-600:active {
    border-color: #805ad5;
  }

  .md\:active\:border-purple-700:active {
    border-color: #6b46c1;
  }

  .md\:active\:border-purple-800:active {
    border-color: #553c9a;
  }

  .md\:active\:border-purple-900:active {
    border-color: #44337a;
  }

  .md\:active\:border-pink-100:active {
    border-color: #fff5f7;
  }

  .md\:active\:border-pink-200:active {
    border-color: #fed7e2;
  }

  .md\:active\:border-pink-300:active {
    border-color: #fbb6ce;
  }

  .md\:active\:border-pink-400:active {
    border-color: #f687b3;
  }

  .md\:active\:border-pink-500:active {
    border-color: #ed64a6;
  }

  .md\:active\:border-pink-600:active {
    border-color: #d53f8c;
  }

  .md\:active\:border-pink-700:active {
    border-color: #b83280;
  }

  .md\:active\:border-pink-800:active {
    border-color: #97266d;
  }

  .md\:active\:border-pink-900:active {
    border-color: #702459;
  }

  .md\:visited\:border-transparent:visited {
    border-color: transparent;
  }

  .md\:visited\:border-black:visited {
    border-color: #000;
  }

  .md\:visited\:border-white:visited {
    border-color: #fff;
  }

  .md\:visited\:border-gray-100:visited {
    border-color: #f7fafc;
  }

  .md\:visited\:border-gray-200:visited {
    border-color: #edf2f7;
  }

  .md\:visited\:border-gray-300:visited {
    border-color: #e2e8f0;
  }

  .md\:visited\:border-gray-400:visited {
    border-color: #cbd5e0;
  }

  .md\:visited\:border-gray-500:visited {
    border-color: #a0aec0;
  }

  .md\:visited\:border-gray-600:visited {
    border-color: #718096;
  }

  .md\:visited\:border-gray-700:visited {
    border-color: #4a5568;
  }

  .md\:visited\:border-gray-800:visited {
    border-color: #2d3748;
  }

  .md\:visited\:border-gray-900:visited {
    border-color: #1a202c;
  }

  .md\:visited\:border-red-100:visited {
    border-color: #fff5f5;
  }

  .md\:visited\:border-red-200:visited {
    border-color: #fed7d7;
  }

  .md\:visited\:border-red-300:visited {
    border-color: #feb2b2;
  }

  .md\:visited\:border-red-400:visited {
    border-color: #fc8181;
  }

  .md\:visited\:border-red-500:visited {
    border-color: #f56565;
  }

  .md\:visited\:border-red-600:visited {
    border-color: #e53e3e;
  }

  .md\:visited\:border-red-700:visited {
    border-color: #c53030;
  }

  .md\:visited\:border-red-800:visited {
    border-color: #9b2c2c;
  }

  .md\:visited\:border-red-900:visited {
    border-color: #742a2a;
  }

  .md\:visited\:border-orange-100:visited {
    border-color: #fffaf0;
  }

  .md\:visited\:border-orange-200:visited {
    border-color: #feebc8;
  }

  .md\:visited\:border-orange-300:visited {
    border-color: #fbd38d;
  }

  .md\:visited\:border-orange-400:visited {
    border-color: #f6ad55;
  }

  .md\:visited\:border-orange-500:visited {
    border-color: #ed8936;
  }

  .md\:visited\:border-orange-600:visited {
    border-color: #dd6b20;
  }

  .md\:visited\:border-orange-700:visited {
    border-color: #c05621;
  }

  .md\:visited\:border-orange-800:visited {
    border-color: #9c4221;
  }

  .md\:visited\:border-orange-900:visited {
    border-color: #7b341e;
  }

  .md\:visited\:border-yellow-100:visited {
    border-color: #fffff0;
  }

  .md\:visited\:border-yellow-200:visited {
    border-color: #fefcbf;
  }

  .md\:visited\:border-yellow-300:visited {
    border-color: #faf089;
  }

  .md\:visited\:border-yellow-400:visited {
    border-color: #f6e05e;
  }

  .md\:visited\:border-yellow-500:visited {
    border-color: #ecc94b;
  }

  .md\:visited\:border-yellow-600:visited {
    border-color: #d69e2e;
  }

  .md\:visited\:border-yellow-700:visited {
    border-color: #b7791f;
  }

  .md\:visited\:border-yellow-800:visited {
    border-color: #975a16;
  }

  .md\:visited\:border-yellow-900:visited {
    border-color: #744210;
  }

  .md\:visited\:border-green-100:visited {
    border-color: #f0fff4;
  }

  .md\:visited\:border-green-200:visited {
    border-color: #c6f6d5;
  }

  .md\:visited\:border-green-300:visited {
    border-color: #9ae6b4;
  }

  .md\:visited\:border-green-400:visited {
    border-color: #68d391;
  }

  .md\:visited\:border-green-500:visited {
    border-color: #48bb78;
  }

  .md\:visited\:border-green-600:visited {
    border-color: #38a169;
  }

  .md\:visited\:border-green-700:visited {
    border-color: #2f855a;
  }

  .md\:visited\:border-green-800:visited {
    border-color: #276749;
  }

  .md\:visited\:border-green-900:visited {
    border-color: #22543d;
  }

  .md\:visited\:border-teal-100:visited {
    border-color: #e6fffa;
  }

  .md\:visited\:border-teal-200:visited {
    border-color: #b2f5ea;
  }

  .md\:visited\:border-teal-300:visited {
    border-color: #81e6d9;
  }

  .md\:visited\:border-teal-400:visited {
    border-color: #4fd1c5;
  }

  .md\:visited\:border-teal-500:visited {
    border-color: #38b2ac;
  }

  .md\:visited\:border-teal-600:visited {
    border-color: #319795;
  }

  .md\:visited\:border-teal-700:visited {
    border-color: #2c7a7b;
  }

  .md\:visited\:border-teal-800:visited {
    border-color: #285e61;
  }

  .md\:visited\:border-teal-900:visited {
    border-color: #234e52;
  }

  .md\:visited\:border-blue-100:visited {
    border-color: #ebf8ff;
  }

  .md\:visited\:border-blue-200:visited {
    border-color: #bee3f8;
  }

  .md\:visited\:border-blue-300:visited {
    border-color: #90cdf4;
  }

  .md\:visited\:border-blue-400:visited {
    border-color: #63b3ed;
  }

  .md\:visited\:border-blue-500:visited {
    border-color: #4299e1;
  }

  .md\:visited\:border-blue-600:visited {
    border-color: #3182ce;
  }

  .md\:visited\:border-blue-700:visited {
    border-color: #2b6cb0;
  }

  .md\:visited\:border-blue-800:visited {
    border-color: #2c5282;
  }

  .md\:visited\:border-blue-900:visited {
    border-color: #2a4365;
  }

  .md\:visited\:border-indigo-100:visited {
    border-color: #ebf4ff;
  }

  .md\:visited\:border-indigo-200:visited {
    border-color: #c3dafe;
  }

  .md\:visited\:border-indigo-300:visited {
    border-color: #a3bffa;
  }

  .md\:visited\:border-indigo-400:visited {
    border-color: #7f9cf5;
  }

  .md\:visited\:border-indigo-500:visited {
    border-color: #667eea;
  }

  .md\:visited\:border-indigo-600:visited {
    border-color: #5a67d8;
  }

  .md\:visited\:border-indigo-700:visited {
    border-color: #4c51bf;
  }

  .md\:visited\:border-indigo-800:visited {
    border-color: #434190;
  }

  .md\:visited\:border-indigo-900:visited {
    border-color: #3c366b;
  }

  .md\:visited\:border-purple-100:visited {
    border-color: #faf5ff;
  }

  .md\:visited\:border-purple-200:visited {
    border-color: #e9d8fd;
  }

  .md\:visited\:border-purple-300:visited {
    border-color: #d6bcfa;
  }

  .md\:visited\:border-purple-400:visited {
    border-color: #b794f4;
  }

  .md\:visited\:border-purple-500:visited {
    border-color: #9f7aea;
  }

  .md\:visited\:border-purple-600:visited {
    border-color: #805ad5;
  }

  .md\:visited\:border-purple-700:visited {
    border-color: #6b46c1;
  }

  .md\:visited\:border-purple-800:visited {
    border-color: #553c9a;
  }

  .md\:visited\:border-purple-900:visited {
    border-color: #44337a;
  }

  .md\:visited\:border-pink-100:visited {
    border-color: #fff5f7;
  }

  .md\:visited\:border-pink-200:visited {
    border-color: #fed7e2;
  }

  .md\:visited\:border-pink-300:visited {
    border-color: #fbb6ce;
  }

  .md\:visited\:border-pink-400:visited {
    border-color: #f687b3;
  }

  .md\:visited\:border-pink-500:visited {
    border-color: #ed64a6;
  }

  .md\:visited\:border-pink-600:visited {
    border-color: #d53f8c;
  }

  .md\:visited\:border-pink-700:visited {
    border-color: #b83280;
  }

  .md\:visited\:border-pink-800:visited {
    border-color: #97266d;
  }

  .md\:visited\:border-pink-900:visited {
    border-color: #702459;
  }

  .md\:disabled\:border-transparent:disabled {
    border-color: transparent;
  }

  .md\:disabled\:border-black:disabled {
    border-color: #000;
  }

  .md\:disabled\:border-white:disabled {
    border-color: #fff;
  }

  .md\:disabled\:border-gray-100:disabled {
    border-color: #f7fafc;
  }

  .md\:disabled\:border-gray-200:disabled {
    border-color: #edf2f7;
  }

  .md\:disabled\:border-gray-300:disabled {
    border-color: #e2e8f0;
  }

  .md\:disabled\:border-gray-400:disabled {
    border-color: #cbd5e0;
  }

  .md\:disabled\:border-gray-500:disabled {
    border-color: #a0aec0;
  }

  .md\:disabled\:border-gray-600:disabled {
    border-color: #718096;
  }

  .md\:disabled\:border-gray-700:disabled {
    border-color: #4a5568;
  }

  .md\:disabled\:border-gray-800:disabled {
    border-color: #2d3748;
  }

  .md\:disabled\:border-gray-900:disabled {
    border-color: #1a202c;
  }

  .md\:disabled\:border-red-100:disabled {
    border-color: #fff5f5;
  }

  .md\:disabled\:border-red-200:disabled {
    border-color: #fed7d7;
  }

  .md\:disabled\:border-red-300:disabled {
    border-color: #feb2b2;
  }

  .md\:disabled\:border-red-400:disabled {
    border-color: #fc8181;
  }

  .md\:disabled\:border-red-500:disabled {
    border-color: #f56565;
  }

  .md\:disabled\:border-red-600:disabled {
    border-color: #e53e3e;
  }

  .md\:disabled\:border-red-700:disabled {
    border-color: #c53030;
  }

  .md\:disabled\:border-red-800:disabled {
    border-color: #9b2c2c;
  }

  .md\:disabled\:border-red-900:disabled {
    border-color: #742a2a;
  }

  .md\:disabled\:border-orange-100:disabled {
    border-color: #fffaf0;
  }

  .md\:disabled\:border-orange-200:disabled {
    border-color: #feebc8;
  }

  .md\:disabled\:border-orange-300:disabled {
    border-color: #fbd38d;
  }

  .md\:disabled\:border-orange-400:disabled {
    border-color: #f6ad55;
  }

  .md\:disabled\:border-orange-500:disabled {
    border-color: #ed8936;
  }

  .md\:disabled\:border-orange-600:disabled {
    border-color: #dd6b20;
  }

  .md\:disabled\:border-orange-700:disabled {
    border-color: #c05621;
  }

  .md\:disabled\:border-orange-800:disabled {
    border-color: #9c4221;
  }

  .md\:disabled\:border-orange-900:disabled {
    border-color: #7b341e;
  }

  .md\:disabled\:border-yellow-100:disabled {
    border-color: #fffff0;
  }

  .md\:disabled\:border-yellow-200:disabled {
    border-color: #fefcbf;
  }

  .md\:disabled\:border-yellow-300:disabled {
    border-color: #faf089;
  }

  .md\:disabled\:border-yellow-400:disabled {
    border-color: #f6e05e;
  }

  .md\:disabled\:border-yellow-500:disabled {
    border-color: #ecc94b;
  }

  .md\:disabled\:border-yellow-600:disabled {
    border-color: #d69e2e;
  }

  .md\:disabled\:border-yellow-700:disabled {
    border-color: #b7791f;
  }

  .md\:disabled\:border-yellow-800:disabled {
    border-color: #975a16;
  }

  .md\:disabled\:border-yellow-900:disabled {
    border-color: #744210;
  }

  .md\:disabled\:border-green-100:disabled {
    border-color: #f0fff4;
  }

  .md\:disabled\:border-green-200:disabled {
    border-color: #c6f6d5;
  }

  .md\:disabled\:border-green-300:disabled {
    border-color: #9ae6b4;
  }

  .md\:disabled\:border-green-400:disabled {
    border-color: #68d391;
  }

  .md\:disabled\:border-green-500:disabled {
    border-color: #48bb78;
  }

  .md\:disabled\:border-green-600:disabled {
    border-color: #38a169;
  }

  .md\:disabled\:border-green-700:disabled {
    border-color: #2f855a;
  }

  .md\:disabled\:border-green-800:disabled {
    border-color: #276749;
  }

  .md\:disabled\:border-green-900:disabled {
    border-color: #22543d;
  }

  .md\:disabled\:border-teal-100:disabled {
    border-color: #e6fffa;
  }

  .md\:disabled\:border-teal-200:disabled {
    border-color: #b2f5ea;
  }

  .md\:disabled\:border-teal-300:disabled {
    border-color: #81e6d9;
  }

  .md\:disabled\:border-teal-400:disabled {
    border-color: #4fd1c5;
  }

  .md\:disabled\:border-teal-500:disabled {
    border-color: #38b2ac;
  }

  .md\:disabled\:border-teal-600:disabled {
    border-color: #319795;
  }

  .md\:disabled\:border-teal-700:disabled {
    border-color: #2c7a7b;
  }

  .md\:disabled\:border-teal-800:disabled {
    border-color: #285e61;
  }

  .md\:disabled\:border-teal-900:disabled {
    border-color: #234e52;
  }

  .md\:disabled\:border-blue-100:disabled {
    border-color: #ebf8ff;
  }

  .md\:disabled\:border-blue-200:disabled {
    border-color: #bee3f8;
  }

  .md\:disabled\:border-blue-300:disabled {
    border-color: #90cdf4;
  }

  .md\:disabled\:border-blue-400:disabled {
    border-color: #63b3ed;
  }

  .md\:disabled\:border-blue-500:disabled {
    border-color: #4299e1;
  }

  .md\:disabled\:border-blue-600:disabled {
    border-color: #3182ce;
  }

  .md\:disabled\:border-blue-700:disabled {
    border-color: #2b6cb0;
  }

  .md\:disabled\:border-blue-800:disabled {
    border-color: #2c5282;
  }

  .md\:disabled\:border-blue-900:disabled {
    border-color: #2a4365;
  }

  .md\:disabled\:border-indigo-100:disabled {
    border-color: #ebf4ff;
  }

  .md\:disabled\:border-indigo-200:disabled {
    border-color: #c3dafe;
  }

  .md\:disabled\:border-indigo-300:disabled {
    border-color: #a3bffa;
  }

  .md\:disabled\:border-indigo-400:disabled {
    border-color: #7f9cf5;
  }

  .md\:disabled\:border-indigo-500:disabled {
    border-color: #667eea;
  }

  .md\:disabled\:border-indigo-600:disabled {
    border-color: #5a67d8;
  }

  .md\:disabled\:border-indigo-700:disabled {
    border-color: #4c51bf;
  }

  .md\:disabled\:border-indigo-800:disabled {
    border-color: #434190;
  }

  .md\:disabled\:border-indigo-900:disabled {
    border-color: #3c366b;
  }

  .md\:disabled\:border-purple-100:disabled {
    border-color: #faf5ff;
  }

  .md\:disabled\:border-purple-200:disabled {
    border-color: #e9d8fd;
  }

  .md\:disabled\:border-purple-300:disabled {
    border-color: #d6bcfa;
  }

  .md\:disabled\:border-purple-400:disabled {
    border-color: #b794f4;
  }

  .md\:disabled\:border-purple-500:disabled {
    border-color: #9f7aea;
  }

  .md\:disabled\:border-purple-600:disabled {
    border-color: #805ad5;
  }

  .md\:disabled\:border-purple-700:disabled {
    border-color: #6b46c1;
  }

  .md\:disabled\:border-purple-800:disabled {
    border-color: #553c9a;
  }

  .md\:disabled\:border-purple-900:disabled {
    border-color: #44337a;
  }

  .md\:disabled\:border-pink-100:disabled {
    border-color: #fff5f7;
  }

  .md\:disabled\:border-pink-200:disabled {
    border-color: #fed7e2;
  }

  .md\:disabled\:border-pink-300:disabled {
    border-color: #fbb6ce;
  }

  .md\:disabled\:border-pink-400:disabled {
    border-color: #f687b3;
  }

  .md\:disabled\:border-pink-500:disabled {
    border-color: #ed64a6;
  }

  .md\:disabled\:border-pink-600:disabled {
    border-color: #d53f8c;
  }

  .md\:disabled\:border-pink-700:disabled {
    border-color: #b83280;
  }

  .md\:disabled\:border-pink-800:disabled {
    border-color: #97266d;
  }

  .md\:disabled\:border-pink-900:disabled {
    border-color: #702459;
  }

  .md\:rounded-none {
    border-radius: 0;
  }

  .md\:rounded-sm {
    border-radius: 0.125rem;
  }

  .md\:rounded {
    border-radius: 0.25rem;
  }

  .md\:rounded-lg {
    border-radius: 0.5rem;
  }

  .md\:rounded-full {
    border-radius: 9999px;
  }

  .md\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .md\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .md\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .md\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .md\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .md\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .md\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .md\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .md\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .md\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .md\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .md\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .md\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .md\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .md\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .md\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .md\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .md\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .md\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .md\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .md\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .md\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .md\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .md\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .md\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .md\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .md\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .md\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .group:hover .md\:group-hover\:rounded-none {
    border-radius: 0;
  }

  .group:hover .md\:group-hover\:rounded-sm {
    border-radius: 0.125rem;
  }

  .group:hover .md\:group-hover\:rounded {
    border-radius: 0.25rem;
  }

  .group:hover .md\:group-hover\:rounded-lg {
    border-radius: 0.5rem;
  }

  .group:hover .md\:group-hover\:rounded-full {
    border-radius: 9999px;
  }

  .group:hover .md\:group-hover\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .group:hover .md\:group-hover\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .group:hover .md\:group-hover\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .group:hover .md\:group-hover\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .group:hover .md\:group-hover\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .group:hover .md\:group-hover\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .group:hover .md\:group-hover\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .group:hover .md\:group-hover\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .group:hover .md\:group-hover\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .group:hover .md\:group-hover\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .group:hover .md\:group-hover\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .group:hover .md\:group-hover\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .group:hover .md\:group-hover\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .group:hover .md\:group-hover\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .group:hover .md\:group-hover\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .group:hover .md\:group-hover\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .group:hover .md\:group-hover\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .group:hover .md\:group-hover\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .group:hover .md\:group-hover\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .group:hover .md\:group-hover\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .group:hover .md\:group-hover\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .group:hover .md\:group-hover\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .group:hover .md\:group-hover\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .group:hover .md\:group-hover\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .group:hover .md\:group-hover\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .group:hover .md\:group-hover\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .group:hover .md\:group-hover\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .group:hover .md\:group-hover\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .group:hover .md\:group-hover\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .group:hover .md\:group-hover\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .group:hover .md\:group-hover\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .group:hover .md\:group-hover\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .group:hover .md\:group-hover\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .group:hover .md\:group-hover\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .group:hover .md\:group-hover\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .group:hover .md\:group-hover\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .group:hover .md\:group-hover\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .group:hover .md\:group-hover\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .group:hover .md\:group-hover\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .group:hover .md\:group-hover\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .md\:focus-within\:rounded-none:focus-within {
    border-radius: 0;
  }

  .md\:focus-within\:rounded-sm:focus-within {
    border-radius: 0.125rem;
  }

  .md\:focus-within\:rounded:focus-within {
    border-radius: 0.25rem;
  }

  .md\:focus-within\:rounded-lg:focus-within {
    border-radius: 0.5rem;
  }

  .md\:focus-within\:rounded-full:focus-within {
    border-radius: 9999px;
  }

  .md\:focus-within\:rounded-t-none:focus-within {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .md\:focus-within\:rounded-r-none:focus-within {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .md\:focus-within\:rounded-b-none:focus-within {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:focus-within\:rounded-l-none:focus-within {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:focus-within\:rounded-t-sm:focus-within {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .md\:focus-within\:rounded-r-sm:focus-within {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .md\:focus-within\:rounded-b-sm:focus-within {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:focus-within\:rounded-l-sm:focus-within {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:focus-within\:rounded-t:focus-within {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .md\:focus-within\:rounded-r:focus-within {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .md\:focus-within\:rounded-b:focus-within {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:focus-within\:rounded-l:focus-within {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:focus-within\:rounded-t-lg:focus-within {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .md\:focus-within\:rounded-r-lg:focus-within {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .md\:focus-within\:rounded-b-lg:focus-within {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:focus-within\:rounded-l-lg:focus-within {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:focus-within\:rounded-t-full:focus-within {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md\:focus-within\:rounded-r-full:focus-within {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md\:focus-within\:rounded-b-full:focus-within {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:focus-within\:rounded-l-full:focus-within {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:focus-within\:rounded-tl-none:focus-within {
    border-top-left-radius: 0;
  }

  .md\:focus-within\:rounded-tr-none:focus-within {
    border-top-right-radius: 0;
  }

  .md\:focus-within\:rounded-br-none:focus-within {
    border-bottom-right-radius: 0;
  }

  .md\:focus-within\:rounded-bl-none:focus-within {
    border-bottom-left-radius: 0;
  }

  .md\:focus-within\:rounded-tl-sm:focus-within {
    border-top-left-radius: 0.125rem;
  }

  .md\:focus-within\:rounded-tr-sm:focus-within {
    border-top-right-radius: 0.125rem;
  }

  .md\:focus-within\:rounded-br-sm:focus-within {
    border-bottom-right-radius: 0.125rem;
  }

  .md\:focus-within\:rounded-bl-sm:focus-within {
    border-bottom-left-radius: 0.125rem;
  }

  .md\:focus-within\:rounded-tl:focus-within {
    border-top-left-radius: 0.25rem;
  }

  .md\:focus-within\:rounded-tr:focus-within {
    border-top-right-radius: 0.25rem;
  }

  .md\:focus-within\:rounded-br:focus-within {
    border-bottom-right-radius: 0.25rem;
  }

  .md\:focus-within\:rounded-bl:focus-within {
    border-bottom-left-radius: 0.25rem;
  }

  .md\:focus-within\:rounded-tl-lg:focus-within {
    border-top-left-radius: 0.5rem;
  }

  .md\:focus-within\:rounded-tr-lg:focus-within {
    border-top-right-radius: 0.5rem;
  }

  .md\:focus-within\:rounded-br-lg:focus-within {
    border-bottom-right-radius: 0.5rem;
  }

  .md\:focus-within\:rounded-bl-lg:focus-within {
    border-bottom-left-radius: 0.5rem;
  }

  .md\:focus-within\:rounded-tl-full:focus-within {
    border-top-left-radius: 9999px;
  }

  .md\:focus-within\:rounded-tr-full:focus-within {
    border-top-right-radius: 9999px;
  }

  .md\:focus-within\:rounded-br-full:focus-within {
    border-bottom-right-radius: 9999px;
  }

  .md\:focus-within\:rounded-bl-full:focus-within {
    border-bottom-left-radius: 9999px;
  }

  .md\:first\:rounded-none:first-child {
    border-radius: 0;
  }

  .md\:first\:rounded-sm:first-child {
    border-radius: 0.125rem;
  }

  .md\:first\:rounded:first-child {
    border-radius: 0.25rem;
  }

  .md\:first\:rounded-lg:first-child {
    border-radius: 0.5rem;
  }

  .md\:first\:rounded-full:first-child {
    border-radius: 9999px;
  }

  .md\:first\:rounded-t-none:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .md\:first\:rounded-r-none:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .md\:first\:rounded-b-none:first-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:first\:rounded-l-none:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:first\:rounded-t-sm:first-child {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .md\:first\:rounded-r-sm:first-child {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .md\:first\:rounded-b-sm:first-child {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:first\:rounded-l-sm:first-child {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:first\:rounded-t:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .md\:first\:rounded-r:first-child {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .md\:first\:rounded-b:first-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:first\:rounded-l:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:first\:rounded-t-lg:first-child {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .md\:first\:rounded-r-lg:first-child {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .md\:first\:rounded-b-lg:first-child {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:first\:rounded-l-lg:first-child {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:first\:rounded-t-full:first-child {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md\:first\:rounded-r-full:first-child {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md\:first\:rounded-b-full:first-child {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:first\:rounded-l-full:first-child {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:first\:rounded-tl-none:first-child {
    border-top-left-radius: 0;
  }

  .md\:first\:rounded-tr-none:first-child {
    border-top-right-radius: 0;
  }

  .md\:first\:rounded-br-none:first-child {
    border-bottom-right-radius: 0;
  }

  .md\:first\:rounded-bl-none:first-child {
    border-bottom-left-radius: 0;
  }

  .md\:first\:rounded-tl-sm:first-child {
    border-top-left-radius: 0.125rem;
  }

  .md\:first\:rounded-tr-sm:first-child {
    border-top-right-radius: 0.125rem;
  }

  .md\:first\:rounded-br-sm:first-child {
    border-bottom-right-radius: 0.125rem;
  }

  .md\:first\:rounded-bl-sm:first-child {
    border-bottom-left-radius: 0.125rem;
  }

  .md\:first\:rounded-tl:first-child {
    border-top-left-radius: 0.25rem;
  }

  .md\:first\:rounded-tr:first-child {
    border-top-right-radius: 0.25rem;
  }

  .md\:first\:rounded-br:first-child {
    border-bottom-right-radius: 0.25rem;
  }

  .md\:first\:rounded-bl:first-child {
    border-bottom-left-radius: 0.25rem;
  }

  .md\:first\:rounded-tl-lg:first-child {
    border-top-left-radius: 0.5rem;
  }

  .md\:first\:rounded-tr-lg:first-child {
    border-top-right-radius: 0.5rem;
  }

  .md\:first\:rounded-br-lg:first-child {
    border-bottom-right-radius: 0.5rem;
  }

  .md\:first\:rounded-bl-lg:first-child {
    border-bottom-left-radius: 0.5rem;
  }

  .md\:first\:rounded-tl-full:first-child {
    border-top-left-radius: 9999px;
  }

  .md\:first\:rounded-tr-full:first-child {
    border-top-right-radius: 9999px;
  }

  .md\:first\:rounded-br-full:first-child {
    border-bottom-right-radius: 9999px;
  }

  .md\:first\:rounded-bl-full:first-child {
    border-bottom-left-radius: 9999px;
  }

  .md\:last\:rounded-none:last-child {
    border-radius: 0;
  }

  .md\:last\:rounded-sm:last-child {
    border-radius: 0.125rem;
  }

  .md\:last\:rounded:last-child {
    border-radius: 0.25rem;
  }

  .md\:last\:rounded-lg:last-child {
    border-radius: 0.5rem;
  }

  .md\:last\:rounded-full:last-child {
    border-radius: 9999px;
  }

  .md\:last\:rounded-t-none:last-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .md\:last\:rounded-r-none:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .md\:last\:rounded-b-none:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:last\:rounded-l-none:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:last\:rounded-t-sm:last-child {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .md\:last\:rounded-r-sm:last-child {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .md\:last\:rounded-b-sm:last-child {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:last\:rounded-l-sm:last-child {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:last\:rounded-t:last-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .md\:last\:rounded-r:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .md\:last\:rounded-b:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:last\:rounded-l:last-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:last\:rounded-t-lg:last-child {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .md\:last\:rounded-r-lg:last-child {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .md\:last\:rounded-b-lg:last-child {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:last\:rounded-l-lg:last-child {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:last\:rounded-t-full:last-child {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md\:last\:rounded-r-full:last-child {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md\:last\:rounded-b-full:last-child {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:last\:rounded-l-full:last-child {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:last\:rounded-tl-none:last-child {
    border-top-left-radius: 0;
  }

  .md\:last\:rounded-tr-none:last-child {
    border-top-right-radius: 0;
  }

  .md\:last\:rounded-br-none:last-child {
    border-bottom-right-radius: 0;
  }

  .md\:last\:rounded-bl-none:last-child {
    border-bottom-left-radius: 0;
  }

  .md\:last\:rounded-tl-sm:last-child {
    border-top-left-radius: 0.125rem;
  }

  .md\:last\:rounded-tr-sm:last-child {
    border-top-right-radius: 0.125rem;
  }

  .md\:last\:rounded-br-sm:last-child {
    border-bottom-right-radius: 0.125rem;
  }

  .md\:last\:rounded-bl-sm:last-child {
    border-bottom-left-radius: 0.125rem;
  }

  .md\:last\:rounded-tl:last-child {
    border-top-left-radius: 0.25rem;
  }

  .md\:last\:rounded-tr:last-child {
    border-top-right-radius: 0.25rem;
  }

  .md\:last\:rounded-br:last-child {
    border-bottom-right-radius: 0.25rem;
  }

  .md\:last\:rounded-bl:last-child {
    border-bottom-left-radius: 0.25rem;
  }

  .md\:last\:rounded-tl-lg:last-child {
    border-top-left-radius: 0.5rem;
  }

  .md\:last\:rounded-tr-lg:last-child {
    border-top-right-radius: 0.5rem;
  }

  .md\:last\:rounded-br-lg:last-child {
    border-bottom-right-radius: 0.5rem;
  }

  .md\:last\:rounded-bl-lg:last-child {
    border-bottom-left-radius: 0.5rem;
  }

  .md\:last\:rounded-tl-full:last-child {
    border-top-left-radius: 9999px;
  }

  .md\:last\:rounded-tr-full:last-child {
    border-top-right-radius: 9999px;
  }

  .md\:last\:rounded-br-full:last-child {
    border-bottom-right-radius: 9999px;
  }

  .md\:last\:rounded-bl-full:last-child {
    border-bottom-left-radius: 9999px;
  }

  .md\:odd\:rounded-none:nth-child(odd) {
    border-radius: 0;
  }

  .md\:odd\:rounded-sm:nth-child(odd) {
    border-radius: 0.125rem;
  }

  .md\:odd\:rounded:nth-child(odd) {
    border-radius: 0.25rem;
  }

  .md\:odd\:rounded-lg:nth-child(odd) {
    border-radius: 0.5rem;
  }

  .md\:odd\:rounded-full:nth-child(odd) {
    border-radius: 9999px;
  }

  .md\:odd\:rounded-t-none:nth-child(odd) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .md\:odd\:rounded-r-none:nth-child(odd) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .md\:odd\:rounded-b-none:nth-child(odd) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:odd\:rounded-l-none:nth-child(odd) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:odd\:rounded-t-sm:nth-child(odd) {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .md\:odd\:rounded-r-sm:nth-child(odd) {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .md\:odd\:rounded-b-sm:nth-child(odd) {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:odd\:rounded-l-sm:nth-child(odd) {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:odd\:rounded-t:nth-child(odd) {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .md\:odd\:rounded-r:nth-child(odd) {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .md\:odd\:rounded-b:nth-child(odd) {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:odd\:rounded-l:nth-child(odd) {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:odd\:rounded-t-lg:nth-child(odd) {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .md\:odd\:rounded-r-lg:nth-child(odd) {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .md\:odd\:rounded-b-lg:nth-child(odd) {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:odd\:rounded-l-lg:nth-child(odd) {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:odd\:rounded-t-full:nth-child(odd) {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md\:odd\:rounded-r-full:nth-child(odd) {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md\:odd\:rounded-b-full:nth-child(odd) {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:odd\:rounded-l-full:nth-child(odd) {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:odd\:rounded-tl-none:nth-child(odd) {
    border-top-left-radius: 0;
  }

  .md\:odd\:rounded-tr-none:nth-child(odd) {
    border-top-right-radius: 0;
  }

  .md\:odd\:rounded-br-none:nth-child(odd) {
    border-bottom-right-radius: 0;
  }

  .md\:odd\:rounded-bl-none:nth-child(odd) {
    border-bottom-left-radius: 0;
  }

  .md\:odd\:rounded-tl-sm:nth-child(odd) {
    border-top-left-radius: 0.125rem;
  }

  .md\:odd\:rounded-tr-sm:nth-child(odd) {
    border-top-right-radius: 0.125rem;
  }

  .md\:odd\:rounded-br-sm:nth-child(odd) {
    border-bottom-right-radius: 0.125rem;
  }

  .md\:odd\:rounded-bl-sm:nth-child(odd) {
    border-bottom-left-radius: 0.125rem;
  }

  .md\:odd\:rounded-tl:nth-child(odd) {
    border-top-left-radius: 0.25rem;
  }

  .md\:odd\:rounded-tr:nth-child(odd) {
    border-top-right-radius: 0.25rem;
  }

  .md\:odd\:rounded-br:nth-child(odd) {
    border-bottom-right-radius: 0.25rem;
  }

  .md\:odd\:rounded-bl:nth-child(odd) {
    border-bottom-left-radius: 0.25rem;
  }

  .md\:odd\:rounded-tl-lg:nth-child(odd) {
    border-top-left-radius: 0.5rem;
  }

  .md\:odd\:rounded-tr-lg:nth-child(odd) {
    border-top-right-radius: 0.5rem;
  }

  .md\:odd\:rounded-br-lg:nth-child(odd) {
    border-bottom-right-radius: 0.5rem;
  }

  .md\:odd\:rounded-bl-lg:nth-child(odd) {
    border-bottom-left-radius: 0.5rem;
  }

  .md\:odd\:rounded-tl-full:nth-child(odd) {
    border-top-left-radius: 9999px;
  }

  .md\:odd\:rounded-tr-full:nth-child(odd) {
    border-top-right-radius: 9999px;
  }

  .md\:odd\:rounded-br-full:nth-child(odd) {
    border-bottom-right-radius: 9999px;
  }

  .md\:odd\:rounded-bl-full:nth-child(odd) {
    border-bottom-left-radius: 9999px;
  }

  .md\:even\:rounded-none:nth-child(even) {
    border-radius: 0;
  }

  .md\:even\:rounded-sm:nth-child(even) {
    border-radius: 0.125rem;
  }

  .md\:even\:rounded:nth-child(even) {
    border-radius: 0.25rem;
  }

  .md\:even\:rounded-lg:nth-child(even) {
    border-radius: 0.5rem;
  }

  .md\:even\:rounded-full:nth-child(even) {
    border-radius: 9999px;
  }

  .md\:even\:rounded-t-none:nth-child(even) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .md\:even\:rounded-r-none:nth-child(even) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .md\:even\:rounded-b-none:nth-child(even) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:even\:rounded-l-none:nth-child(even) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:even\:rounded-t-sm:nth-child(even) {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .md\:even\:rounded-r-sm:nth-child(even) {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .md\:even\:rounded-b-sm:nth-child(even) {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:even\:rounded-l-sm:nth-child(even) {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:even\:rounded-t:nth-child(even) {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .md\:even\:rounded-r:nth-child(even) {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .md\:even\:rounded-b:nth-child(even) {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:even\:rounded-l:nth-child(even) {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:even\:rounded-t-lg:nth-child(even) {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .md\:even\:rounded-r-lg:nth-child(even) {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .md\:even\:rounded-b-lg:nth-child(even) {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:even\:rounded-l-lg:nth-child(even) {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:even\:rounded-t-full:nth-child(even) {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md\:even\:rounded-r-full:nth-child(even) {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md\:even\:rounded-b-full:nth-child(even) {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:even\:rounded-l-full:nth-child(even) {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:even\:rounded-tl-none:nth-child(even) {
    border-top-left-radius: 0;
  }

  .md\:even\:rounded-tr-none:nth-child(even) {
    border-top-right-radius: 0;
  }

  .md\:even\:rounded-br-none:nth-child(even) {
    border-bottom-right-radius: 0;
  }

  .md\:even\:rounded-bl-none:nth-child(even) {
    border-bottom-left-radius: 0;
  }

  .md\:even\:rounded-tl-sm:nth-child(even) {
    border-top-left-radius: 0.125rem;
  }

  .md\:even\:rounded-tr-sm:nth-child(even) {
    border-top-right-radius: 0.125rem;
  }

  .md\:even\:rounded-br-sm:nth-child(even) {
    border-bottom-right-radius: 0.125rem;
  }

  .md\:even\:rounded-bl-sm:nth-child(even) {
    border-bottom-left-radius: 0.125rem;
  }

  .md\:even\:rounded-tl:nth-child(even) {
    border-top-left-radius: 0.25rem;
  }

  .md\:even\:rounded-tr:nth-child(even) {
    border-top-right-radius: 0.25rem;
  }

  .md\:even\:rounded-br:nth-child(even) {
    border-bottom-right-radius: 0.25rem;
  }

  .md\:even\:rounded-bl:nth-child(even) {
    border-bottom-left-radius: 0.25rem;
  }

  .md\:even\:rounded-tl-lg:nth-child(even) {
    border-top-left-radius: 0.5rem;
  }

  .md\:even\:rounded-tr-lg:nth-child(even) {
    border-top-right-radius: 0.5rem;
  }

  .md\:even\:rounded-br-lg:nth-child(even) {
    border-bottom-right-radius: 0.5rem;
  }

  .md\:even\:rounded-bl-lg:nth-child(even) {
    border-bottom-left-radius: 0.5rem;
  }

  .md\:even\:rounded-tl-full:nth-child(even) {
    border-top-left-radius: 9999px;
  }

  .md\:even\:rounded-tr-full:nth-child(even) {
    border-top-right-radius: 9999px;
  }

  .md\:even\:rounded-br-full:nth-child(even) {
    border-bottom-right-radius: 9999px;
  }

  .md\:even\:rounded-bl-full:nth-child(even) {
    border-bottom-left-radius: 9999px;
  }

  .md\:hover\:rounded-none:hover {
    border-radius: 0;
  }

  .md\:hover\:rounded-sm:hover {
    border-radius: 0.125rem;
  }

  .md\:hover\:rounded:hover {
    border-radius: 0.25rem;
  }

  .md\:hover\:rounded-lg:hover {
    border-radius: 0.5rem;
  }

  .md\:hover\:rounded-full:hover {
    border-radius: 9999px;
  }

  .md\:hover\:rounded-t-none:hover {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .md\:hover\:rounded-r-none:hover {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .md\:hover\:rounded-b-none:hover {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:hover\:rounded-l-none:hover {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:hover\:rounded-t-sm:hover {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .md\:hover\:rounded-r-sm:hover {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .md\:hover\:rounded-b-sm:hover {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:hover\:rounded-l-sm:hover {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:hover\:rounded-t:hover {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .md\:hover\:rounded-r:hover {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .md\:hover\:rounded-b:hover {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:hover\:rounded-l:hover {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:hover\:rounded-t-lg:hover {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .md\:hover\:rounded-r-lg:hover {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .md\:hover\:rounded-b-lg:hover {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:hover\:rounded-l-lg:hover {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:hover\:rounded-t-full:hover {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md\:hover\:rounded-r-full:hover {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md\:hover\:rounded-b-full:hover {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:hover\:rounded-l-full:hover {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:hover\:rounded-tl-none:hover {
    border-top-left-radius: 0;
  }

  .md\:hover\:rounded-tr-none:hover {
    border-top-right-radius: 0;
  }

  .md\:hover\:rounded-br-none:hover {
    border-bottom-right-radius: 0;
  }

  .md\:hover\:rounded-bl-none:hover {
    border-bottom-left-radius: 0;
  }

  .md\:hover\:rounded-tl-sm:hover {
    border-top-left-radius: 0.125rem;
  }

  .md\:hover\:rounded-tr-sm:hover {
    border-top-right-radius: 0.125rem;
  }

  .md\:hover\:rounded-br-sm:hover {
    border-bottom-right-radius: 0.125rem;
  }

  .md\:hover\:rounded-bl-sm:hover {
    border-bottom-left-radius: 0.125rem;
  }

  .md\:hover\:rounded-tl:hover {
    border-top-left-radius: 0.25rem;
  }

  .md\:hover\:rounded-tr:hover {
    border-top-right-radius: 0.25rem;
  }

  .md\:hover\:rounded-br:hover {
    border-bottom-right-radius: 0.25rem;
  }

  .md\:hover\:rounded-bl:hover {
    border-bottom-left-radius: 0.25rem;
  }

  .md\:hover\:rounded-tl-lg:hover {
    border-top-left-radius: 0.5rem;
  }

  .md\:hover\:rounded-tr-lg:hover {
    border-top-right-radius: 0.5rem;
  }

  .md\:hover\:rounded-br-lg:hover {
    border-bottom-right-radius: 0.5rem;
  }

  .md\:hover\:rounded-bl-lg:hover {
    border-bottom-left-radius: 0.5rem;
  }

  .md\:hover\:rounded-tl-full:hover {
    border-top-left-radius: 9999px;
  }

  .md\:hover\:rounded-tr-full:hover {
    border-top-right-radius: 9999px;
  }

  .md\:hover\:rounded-br-full:hover {
    border-bottom-right-radius: 9999px;
  }

  .md\:hover\:rounded-bl-full:hover {
    border-bottom-left-radius: 9999px;
  }

  .md\:focus\:rounded-none:focus {
    border-radius: 0;
  }

  .md\:focus\:rounded-sm:focus {
    border-radius: 0.125rem;
  }

  .md\:focus\:rounded:focus {
    border-radius: 0.25rem;
  }

  .md\:focus\:rounded-lg:focus {
    border-radius: 0.5rem;
  }

  .md\:focus\:rounded-full:focus {
    border-radius: 9999px;
  }

  .md\:focus\:rounded-t-none:focus {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .md\:focus\:rounded-r-none:focus {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .md\:focus\:rounded-b-none:focus {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:focus\:rounded-l-none:focus {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:focus\:rounded-t-sm:focus {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .md\:focus\:rounded-r-sm:focus {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .md\:focus\:rounded-b-sm:focus {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:focus\:rounded-l-sm:focus {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:focus\:rounded-t:focus {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .md\:focus\:rounded-r:focus {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .md\:focus\:rounded-b:focus {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:focus\:rounded-l:focus {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:focus\:rounded-t-lg:focus {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .md\:focus\:rounded-r-lg:focus {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .md\:focus\:rounded-b-lg:focus {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:focus\:rounded-l-lg:focus {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:focus\:rounded-t-full:focus {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md\:focus\:rounded-r-full:focus {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md\:focus\:rounded-b-full:focus {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:focus\:rounded-l-full:focus {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:focus\:rounded-tl-none:focus {
    border-top-left-radius: 0;
  }

  .md\:focus\:rounded-tr-none:focus {
    border-top-right-radius: 0;
  }

  .md\:focus\:rounded-br-none:focus {
    border-bottom-right-radius: 0;
  }

  .md\:focus\:rounded-bl-none:focus {
    border-bottom-left-radius: 0;
  }

  .md\:focus\:rounded-tl-sm:focus {
    border-top-left-radius: 0.125rem;
  }

  .md\:focus\:rounded-tr-sm:focus {
    border-top-right-radius: 0.125rem;
  }

  .md\:focus\:rounded-br-sm:focus {
    border-bottom-right-radius: 0.125rem;
  }

  .md\:focus\:rounded-bl-sm:focus {
    border-bottom-left-radius: 0.125rem;
  }

  .md\:focus\:rounded-tl:focus {
    border-top-left-radius: 0.25rem;
  }

  .md\:focus\:rounded-tr:focus {
    border-top-right-radius: 0.25rem;
  }

  .md\:focus\:rounded-br:focus {
    border-bottom-right-radius: 0.25rem;
  }

  .md\:focus\:rounded-bl:focus {
    border-bottom-left-radius: 0.25rem;
  }

  .md\:focus\:rounded-tl-lg:focus {
    border-top-left-radius: 0.5rem;
  }

  .md\:focus\:rounded-tr-lg:focus {
    border-top-right-radius: 0.5rem;
  }

  .md\:focus\:rounded-br-lg:focus {
    border-bottom-right-radius: 0.5rem;
  }

  .md\:focus\:rounded-bl-lg:focus {
    border-bottom-left-radius: 0.5rem;
  }

  .md\:focus\:rounded-tl-full:focus {
    border-top-left-radius: 9999px;
  }

  .md\:focus\:rounded-tr-full:focus {
    border-top-right-radius: 9999px;
  }

  .md\:focus\:rounded-br-full:focus {
    border-bottom-right-radius: 9999px;
  }

  .md\:focus\:rounded-bl-full:focus {
    border-bottom-left-radius: 9999px;
  }

  .md\:active\:rounded-none:active {
    border-radius: 0;
  }

  .md\:active\:rounded-sm:active {
    border-radius: 0.125rem;
  }

  .md\:active\:rounded:active {
    border-radius: 0.25rem;
  }

  .md\:active\:rounded-lg:active {
    border-radius: 0.5rem;
  }

  .md\:active\:rounded-full:active {
    border-radius: 9999px;
  }

  .md\:active\:rounded-t-none:active {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .md\:active\:rounded-r-none:active {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .md\:active\:rounded-b-none:active {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:active\:rounded-l-none:active {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:active\:rounded-t-sm:active {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .md\:active\:rounded-r-sm:active {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .md\:active\:rounded-b-sm:active {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:active\:rounded-l-sm:active {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:active\:rounded-t:active {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .md\:active\:rounded-r:active {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .md\:active\:rounded-b:active {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:active\:rounded-l:active {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:active\:rounded-t-lg:active {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .md\:active\:rounded-r-lg:active {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .md\:active\:rounded-b-lg:active {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:active\:rounded-l-lg:active {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:active\:rounded-t-full:active {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md\:active\:rounded-r-full:active {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md\:active\:rounded-b-full:active {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:active\:rounded-l-full:active {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:active\:rounded-tl-none:active {
    border-top-left-radius: 0;
  }

  .md\:active\:rounded-tr-none:active {
    border-top-right-radius: 0;
  }

  .md\:active\:rounded-br-none:active {
    border-bottom-right-radius: 0;
  }

  .md\:active\:rounded-bl-none:active {
    border-bottom-left-radius: 0;
  }

  .md\:active\:rounded-tl-sm:active {
    border-top-left-radius: 0.125rem;
  }

  .md\:active\:rounded-tr-sm:active {
    border-top-right-radius: 0.125rem;
  }

  .md\:active\:rounded-br-sm:active {
    border-bottom-right-radius: 0.125rem;
  }

  .md\:active\:rounded-bl-sm:active {
    border-bottom-left-radius: 0.125rem;
  }

  .md\:active\:rounded-tl:active {
    border-top-left-radius: 0.25rem;
  }

  .md\:active\:rounded-tr:active {
    border-top-right-radius: 0.25rem;
  }

  .md\:active\:rounded-br:active {
    border-bottom-right-radius: 0.25rem;
  }

  .md\:active\:rounded-bl:active {
    border-bottom-left-radius: 0.25rem;
  }

  .md\:active\:rounded-tl-lg:active {
    border-top-left-radius: 0.5rem;
  }

  .md\:active\:rounded-tr-lg:active {
    border-top-right-radius: 0.5rem;
  }

  .md\:active\:rounded-br-lg:active {
    border-bottom-right-radius: 0.5rem;
  }

  .md\:active\:rounded-bl-lg:active {
    border-bottom-left-radius: 0.5rem;
  }

  .md\:active\:rounded-tl-full:active {
    border-top-left-radius: 9999px;
  }

  .md\:active\:rounded-tr-full:active {
    border-top-right-radius: 9999px;
  }

  .md\:active\:rounded-br-full:active {
    border-bottom-right-radius: 9999px;
  }

  .md\:active\:rounded-bl-full:active {
    border-bottom-left-radius: 9999px;
  }

  .md\:visited\:rounded-none:visited {
    border-radius: 0;
  }

  .md\:visited\:rounded-sm:visited {
    border-radius: 0.125rem;
  }

  .md\:visited\:rounded:visited {
    border-radius: 0.25rem;
  }

  .md\:visited\:rounded-lg:visited {
    border-radius: 0.5rem;
  }

  .md\:visited\:rounded-full:visited {
    border-radius: 9999px;
  }

  .md\:visited\:rounded-t-none:visited {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .md\:visited\:rounded-r-none:visited {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .md\:visited\:rounded-b-none:visited {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:visited\:rounded-l-none:visited {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:visited\:rounded-t-sm:visited {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .md\:visited\:rounded-r-sm:visited {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .md\:visited\:rounded-b-sm:visited {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:visited\:rounded-l-sm:visited {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:visited\:rounded-t:visited {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .md\:visited\:rounded-r:visited {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .md\:visited\:rounded-b:visited {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:visited\:rounded-l:visited {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:visited\:rounded-t-lg:visited {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .md\:visited\:rounded-r-lg:visited {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .md\:visited\:rounded-b-lg:visited {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:visited\:rounded-l-lg:visited {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:visited\:rounded-t-full:visited {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md\:visited\:rounded-r-full:visited {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md\:visited\:rounded-b-full:visited {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:visited\:rounded-l-full:visited {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:visited\:rounded-tl-none:visited {
    border-top-left-radius: 0;
  }

  .md\:visited\:rounded-tr-none:visited {
    border-top-right-radius: 0;
  }

  .md\:visited\:rounded-br-none:visited {
    border-bottom-right-radius: 0;
  }

  .md\:visited\:rounded-bl-none:visited {
    border-bottom-left-radius: 0;
  }

  .md\:visited\:rounded-tl-sm:visited {
    border-top-left-radius: 0.125rem;
  }

  .md\:visited\:rounded-tr-sm:visited {
    border-top-right-radius: 0.125rem;
  }

  .md\:visited\:rounded-br-sm:visited {
    border-bottom-right-radius: 0.125rem;
  }

  .md\:visited\:rounded-bl-sm:visited {
    border-bottom-left-radius: 0.125rem;
  }

  .md\:visited\:rounded-tl:visited {
    border-top-left-radius: 0.25rem;
  }

  .md\:visited\:rounded-tr:visited {
    border-top-right-radius: 0.25rem;
  }

  .md\:visited\:rounded-br:visited {
    border-bottom-right-radius: 0.25rem;
  }

  .md\:visited\:rounded-bl:visited {
    border-bottom-left-radius: 0.25rem;
  }

  .md\:visited\:rounded-tl-lg:visited {
    border-top-left-radius: 0.5rem;
  }

  .md\:visited\:rounded-tr-lg:visited {
    border-top-right-radius: 0.5rem;
  }

  .md\:visited\:rounded-br-lg:visited {
    border-bottom-right-radius: 0.5rem;
  }

  .md\:visited\:rounded-bl-lg:visited {
    border-bottom-left-radius: 0.5rem;
  }

  .md\:visited\:rounded-tl-full:visited {
    border-top-left-radius: 9999px;
  }

  .md\:visited\:rounded-tr-full:visited {
    border-top-right-radius: 9999px;
  }

  .md\:visited\:rounded-br-full:visited {
    border-bottom-right-radius: 9999px;
  }

  .md\:visited\:rounded-bl-full:visited {
    border-bottom-left-radius: 9999px;
  }

  .md\:disabled\:rounded-none:disabled {
    border-radius: 0;
  }

  .md\:disabled\:rounded-sm:disabled {
    border-radius: 0.125rem;
  }

  .md\:disabled\:rounded:disabled {
    border-radius: 0.25rem;
  }

  .md\:disabled\:rounded-lg:disabled {
    border-radius: 0.5rem;
  }

  .md\:disabled\:rounded-full:disabled {
    border-radius: 9999px;
  }

  .md\:disabled\:rounded-t-none:disabled {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .md\:disabled\:rounded-r-none:disabled {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .md\:disabled\:rounded-b-none:disabled {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:disabled\:rounded-l-none:disabled {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:disabled\:rounded-t-sm:disabled {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .md\:disabled\:rounded-r-sm:disabled {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .md\:disabled\:rounded-b-sm:disabled {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:disabled\:rounded-l-sm:disabled {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:disabled\:rounded-t:disabled {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .md\:disabled\:rounded-r:disabled {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .md\:disabled\:rounded-b:disabled {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:disabled\:rounded-l:disabled {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:disabled\:rounded-t-lg:disabled {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .md\:disabled\:rounded-r-lg:disabled {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .md\:disabled\:rounded-b-lg:disabled {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:disabled\:rounded-l-lg:disabled {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:disabled\:rounded-t-full:disabled {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md\:disabled\:rounded-r-full:disabled {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md\:disabled\:rounded-b-full:disabled {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:disabled\:rounded-l-full:disabled {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:disabled\:rounded-tl-none:disabled {
    border-top-left-radius: 0;
  }

  .md\:disabled\:rounded-tr-none:disabled {
    border-top-right-radius: 0;
  }

  .md\:disabled\:rounded-br-none:disabled {
    border-bottom-right-radius: 0;
  }

  .md\:disabled\:rounded-bl-none:disabled {
    border-bottom-left-radius: 0;
  }

  .md\:disabled\:rounded-tl-sm:disabled {
    border-top-left-radius: 0.125rem;
  }

  .md\:disabled\:rounded-tr-sm:disabled {
    border-top-right-radius: 0.125rem;
  }

  .md\:disabled\:rounded-br-sm:disabled {
    border-bottom-right-radius: 0.125rem;
  }

  .md\:disabled\:rounded-bl-sm:disabled {
    border-bottom-left-radius: 0.125rem;
  }

  .md\:disabled\:rounded-tl:disabled {
    border-top-left-radius: 0.25rem;
  }

  .md\:disabled\:rounded-tr:disabled {
    border-top-right-radius: 0.25rem;
  }

  .md\:disabled\:rounded-br:disabled {
    border-bottom-right-radius: 0.25rem;
  }

  .md\:disabled\:rounded-bl:disabled {
    border-bottom-left-radius: 0.25rem;
  }

  .md\:disabled\:rounded-tl-lg:disabled {
    border-top-left-radius: 0.5rem;
  }

  .md\:disabled\:rounded-tr-lg:disabled {
    border-top-right-radius: 0.5rem;
  }

  .md\:disabled\:rounded-br-lg:disabled {
    border-bottom-right-radius: 0.5rem;
  }

  .md\:disabled\:rounded-bl-lg:disabled {
    border-bottom-left-radius: 0.5rem;
  }

  .md\:disabled\:rounded-tl-full:disabled {
    border-top-left-radius: 9999px;
  }

  .md\:disabled\:rounded-tr-full:disabled {
    border-top-right-radius: 9999px;
  }

  .md\:disabled\:rounded-br-full:disabled {
    border-bottom-right-radius: 9999px;
  }

  .md\:disabled\:rounded-bl-full:disabled {
    border-bottom-left-radius: 9999px;
  }

  .md\:border-solid {
    border-style: solid;
  }

  .md\:border-dashed {
    border-style: dashed;
  }

  .md\:border-dotted {
    border-style: dotted;
  }

  .md\:border-double {
    border-style: double;
  }

  .md\:border-none {
    border-style: none;
  }

  .group:hover .md\:group-hover\:border-solid {
    border-style: solid;
  }

  .group:hover .md\:group-hover\:border-dashed {
    border-style: dashed;
  }

  .group:hover .md\:group-hover\:border-dotted {
    border-style: dotted;
  }

  .group:hover .md\:group-hover\:border-double {
    border-style: double;
  }

  .group:hover .md\:group-hover\:border-none {
    border-style: none;
  }

  .md\:focus-within\:border-solid:focus-within {
    border-style: solid;
  }

  .md\:focus-within\:border-dashed:focus-within {
    border-style: dashed;
  }

  .md\:focus-within\:border-dotted:focus-within {
    border-style: dotted;
  }

  .md\:focus-within\:border-double:focus-within {
    border-style: double;
  }

  .md\:focus-within\:border-none:focus-within {
    border-style: none;
  }

  .md\:first\:border-solid:first-child {
    border-style: solid;
  }

  .md\:first\:border-dashed:first-child {
    border-style: dashed;
  }

  .md\:first\:border-dotted:first-child {
    border-style: dotted;
  }

  .md\:first\:border-double:first-child {
    border-style: double;
  }

  .md\:first\:border-none:first-child {
    border-style: none;
  }

  .md\:last\:border-solid:last-child {
    border-style: solid;
  }

  .md\:last\:border-dashed:last-child {
    border-style: dashed;
  }

  .md\:last\:border-dotted:last-child {
    border-style: dotted;
  }

  .md\:last\:border-double:last-child {
    border-style: double;
  }

  .md\:last\:border-none:last-child {
    border-style: none;
  }

  .md\:odd\:border-solid:nth-child(odd) {
    border-style: solid;
  }

  .md\:odd\:border-dashed:nth-child(odd) {
    border-style: dashed;
  }

  .md\:odd\:border-dotted:nth-child(odd) {
    border-style: dotted;
  }

  .md\:odd\:border-double:nth-child(odd) {
    border-style: double;
  }

  .md\:odd\:border-none:nth-child(odd) {
    border-style: none;
  }

  .md\:even\:border-solid:nth-child(even) {
    border-style: solid;
  }

  .md\:even\:border-dashed:nth-child(even) {
    border-style: dashed;
  }

  .md\:even\:border-dotted:nth-child(even) {
    border-style: dotted;
  }

  .md\:even\:border-double:nth-child(even) {
    border-style: double;
  }

  .md\:even\:border-none:nth-child(even) {
    border-style: none;
  }

  .md\:hover\:border-solid:hover {
    border-style: solid;
  }

  .md\:hover\:border-dashed:hover {
    border-style: dashed;
  }

  .md\:hover\:border-dotted:hover {
    border-style: dotted;
  }

  .md\:hover\:border-double:hover {
    border-style: double;
  }

  .md\:hover\:border-none:hover {
    border-style: none;
  }

  .md\:focus\:border-solid:focus {
    border-style: solid;
  }

  .md\:focus\:border-dashed:focus {
    border-style: dashed;
  }

  .md\:focus\:border-dotted:focus {
    border-style: dotted;
  }

  .md\:focus\:border-double:focus {
    border-style: double;
  }

  .md\:focus\:border-none:focus {
    border-style: none;
  }

  .md\:active\:border-solid:active {
    border-style: solid;
  }

  .md\:active\:border-dashed:active {
    border-style: dashed;
  }

  .md\:active\:border-dotted:active {
    border-style: dotted;
  }

  .md\:active\:border-double:active {
    border-style: double;
  }

  .md\:active\:border-none:active {
    border-style: none;
  }

  .md\:visited\:border-solid:visited {
    border-style: solid;
  }

  .md\:visited\:border-dashed:visited {
    border-style: dashed;
  }

  .md\:visited\:border-dotted:visited {
    border-style: dotted;
  }

  .md\:visited\:border-double:visited {
    border-style: double;
  }

  .md\:visited\:border-none:visited {
    border-style: none;
  }

  .md\:disabled\:border-solid:disabled {
    border-style: solid;
  }

  .md\:disabled\:border-dashed:disabled {
    border-style: dashed;
  }

  .md\:disabled\:border-dotted:disabled {
    border-style: dotted;
  }

  .md\:disabled\:border-double:disabled {
    border-style: double;
  }

  .md\:disabled\:border-none:disabled {
    border-style: none;
  }

  .md\:border-0 {
    border-width: 0;
  }

  .md\:border-2 {
    border-width: 2px;
  }

  .md\:border-4 {
    border-width: 4px;
  }

  .md\:border-8 {
    border-width: 8px;
  }

  .md\:border {
    border-width: 1px;
  }

  .md\:border-t-0 {
    border-top-width: 0;
  }

  .md\:border-r-0 {
    border-right-width: 0;
  }

  .md\:border-b-0 {
    border-bottom-width: 0;
  }

  .md\:border-l-0 {
    border-left-width: 0;
  }

  .md\:border-t-2 {
    border-top-width: 2px;
  }

  .md\:border-r-2 {
    border-right-width: 2px;
  }

  .md\:border-b-2 {
    border-bottom-width: 2px;
  }

  .md\:border-l-2 {
    border-left-width: 2px;
  }

  .md\:border-t-4 {
    border-top-width: 4px;
  }

  .md\:border-r-4 {
    border-right-width: 4px;
  }

  .md\:border-b-4 {
    border-bottom-width: 4px;
  }

  .md\:border-l-4 {
    border-left-width: 4px;
  }

  .md\:border-t-8 {
    border-top-width: 8px;
  }

  .md\:border-r-8 {
    border-right-width: 8px;
  }

  .md\:border-b-8 {
    border-bottom-width: 8px;
  }

  .md\:border-l-8 {
    border-left-width: 8px;
  }

  .md\:border-t {
    border-top-width: 1px;
  }

  .md\:border-r {
    border-right-width: 1px;
  }

  .md\:border-b {
    border-bottom-width: 1px;
  }

  .md\:border-l {
    border-left-width: 1px;
  }

  .group:hover .md\:group-hover\:border-0 {
    border-width: 0;
  }

  .group:hover .md\:group-hover\:border-2 {
    border-width: 2px;
  }

  .group:hover .md\:group-hover\:border-4 {
    border-width: 4px;
  }

  .group:hover .md\:group-hover\:border-8 {
    border-width: 8px;
  }

  .group:hover .md\:group-hover\:border {
    border-width: 1px;
  }

  .group:hover .md\:group-hover\:border-t-0 {
    border-top-width: 0;
  }

  .group:hover .md\:group-hover\:border-r-0 {
    border-right-width: 0;
  }

  .group:hover .md\:group-hover\:border-b-0 {
    border-bottom-width: 0;
  }

  .group:hover .md\:group-hover\:border-l-0 {
    border-left-width: 0;
  }

  .group:hover .md\:group-hover\:border-t-2 {
    border-top-width: 2px;
  }

  .group:hover .md\:group-hover\:border-r-2 {
    border-right-width: 2px;
  }

  .group:hover .md\:group-hover\:border-b-2 {
    border-bottom-width: 2px;
  }

  .group:hover .md\:group-hover\:border-l-2 {
    border-left-width: 2px;
  }

  .group:hover .md\:group-hover\:border-t-4 {
    border-top-width: 4px;
  }

  .group:hover .md\:group-hover\:border-r-4 {
    border-right-width: 4px;
  }

  .group:hover .md\:group-hover\:border-b-4 {
    border-bottom-width: 4px;
  }

  .group:hover .md\:group-hover\:border-l-4 {
    border-left-width: 4px;
  }

  .group:hover .md\:group-hover\:border-t-8 {
    border-top-width: 8px;
  }

  .group:hover .md\:group-hover\:border-r-8 {
    border-right-width: 8px;
  }

  .group:hover .md\:group-hover\:border-b-8 {
    border-bottom-width: 8px;
  }

  .group:hover .md\:group-hover\:border-l-8 {
    border-left-width: 8px;
  }

  .group:hover .md\:group-hover\:border-t {
    border-top-width: 1px;
  }

  .group:hover .md\:group-hover\:border-r {
    border-right-width: 1px;
  }

  .group:hover .md\:group-hover\:border-b {
    border-bottom-width: 1px;
  }

  .group:hover .md\:group-hover\:border-l {
    border-left-width: 1px;
  }

  .md\:focus-within\:border-0:focus-within {
    border-width: 0;
  }

  .md\:focus-within\:border-2:focus-within {
    border-width: 2px;
  }

  .md\:focus-within\:border-4:focus-within {
    border-width: 4px;
  }

  .md\:focus-within\:border-8:focus-within {
    border-width: 8px;
  }

  .md\:focus-within\:border:focus-within {
    border-width: 1px;
  }

  .md\:focus-within\:border-t-0:focus-within {
    border-top-width: 0;
  }

  .md\:focus-within\:border-r-0:focus-within {
    border-right-width: 0;
  }

  .md\:focus-within\:border-b-0:focus-within {
    border-bottom-width: 0;
  }

  .md\:focus-within\:border-l-0:focus-within {
    border-left-width: 0;
  }

  .md\:focus-within\:border-t-2:focus-within {
    border-top-width: 2px;
  }

  .md\:focus-within\:border-r-2:focus-within {
    border-right-width: 2px;
  }

  .md\:focus-within\:border-b-2:focus-within {
    border-bottom-width: 2px;
  }

  .md\:focus-within\:border-l-2:focus-within {
    border-left-width: 2px;
  }

  .md\:focus-within\:border-t-4:focus-within {
    border-top-width: 4px;
  }

  .md\:focus-within\:border-r-4:focus-within {
    border-right-width: 4px;
  }

  .md\:focus-within\:border-b-4:focus-within {
    border-bottom-width: 4px;
  }

  .md\:focus-within\:border-l-4:focus-within {
    border-left-width: 4px;
  }

  .md\:focus-within\:border-t-8:focus-within {
    border-top-width: 8px;
  }

  .md\:focus-within\:border-r-8:focus-within {
    border-right-width: 8px;
  }

  .md\:focus-within\:border-b-8:focus-within {
    border-bottom-width: 8px;
  }

  .md\:focus-within\:border-l-8:focus-within {
    border-left-width: 8px;
  }

  .md\:focus-within\:border-t:focus-within {
    border-top-width: 1px;
  }

  .md\:focus-within\:border-r:focus-within {
    border-right-width: 1px;
  }

  .md\:focus-within\:border-b:focus-within {
    border-bottom-width: 1px;
  }

  .md\:focus-within\:border-l:focus-within {
    border-left-width: 1px;
  }

  .md\:first\:border-0:first-child {
    border-width: 0;
  }

  .md\:first\:border-2:first-child {
    border-width: 2px;
  }

  .md\:first\:border-4:first-child {
    border-width: 4px;
  }

  .md\:first\:border-8:first-child {
    border-width: 8px;
  }

  .md\:first\:border:first-child {
    border-width: 1px;
  }

  .md\:first\:border-t-0:first-child {
    border-top-width: 0;
  }

  .md\:first\:border-r-0:first-child {
    border-right-width: 0;
  }

  .md\:first\:border-b-0:first-child {
    border-bottom-width: 0;
  }

  .md\:first\:border-l-0:first-child {
    border-left-width: 0;
  }

  .md\:first\:border-t-2:first-child {
    border-top-width: 2px;
  }

  .md\:first\:border-r-2:first-child {
    border-right-width: 2px;
  }

  .md\:first\:border-b-2:first-child {
    border-bottom-width: 2px;
  }

  .md\:first\:border-l-2:first-child {
    border-left-width: 2px;
  }

  .md\:first\:border-t-4:first-child {
    border-top-width: 4px;
  }

  .md\:first\:border-r-4:first-child {
    border-right-width: 4px;
  }

  .md\:first\:border-b-4:first-child {
    border-bottom-width: 4px;
  }

  .md\:first\:border-l-4:first-child {
    border-left-width: 4px;
  }

  .md\:first\:border-t-8:first-child {
    border-top-width: 8px;
  }

  .md\:first\:border-r-8:first-child {
    border-right-width: 8px;
  }

  .md\:first\:border-b-8:first-child {
    border-bottom-width: 8px;
  }

  .md\:first\:border-l-8:first-child {
    border-left-width: 8px;
  }

  .md\:first\:border-t:first-child {
    border-top-width: 1px;
  }

  .md\:first\:border-r:first-child {
    border-right-width: 1px;
  }

  .md\:first\:border-b:first-child {
    border-bottom-width: 1px;
  }

  .md\:first\:border-l:first-child {
    border-left-width: 1px;
  }

  .md\:last\:border-0:last-child {
    border-width: 0;
  }

  .md\:last\:border-2:last-child {
    border-width: 2px;
  }

  .md\:last\:border-4:last-child {
    border-width: 4px;
  }

  .md\:last\:border-8:last-child {
    border-width: 8px;
  }

  .md\:last\:border:last-child {
    border-width: 1px;
  }

  .md\:last\:border-t-0:last-child {
    border-top-width: 0;
  }

  .md\:last\:border-r-0:last-child {
    border-right-width: 0;
  }

  .md\:last\:border-b-0:last-child {
    border-bottom-width: 0;
  }

  .md\:last\:border-l-0:last-child {
    border-left-width: 0;
  }

  .md\:last\:border-t-2:last-child {
    border-top-width: 2px;
  }

  .md\:last\:border-r-2:last-child {
    border-right-width: 2px;
  }

  .md\:last\:border-b-2:last-child {
    border-bottom-width: 2px;
  }

  .md\:last\:border-l-2:last-child {
    border-left-width: 2px;
  }

  .md\:last\:border-t-4:last-child {
    border-top-width: 4px;
  }

  .md\:last\:border-r-4:last-child {
    border-right-width: 4px;
  }

  .md\:last\:border-b-4:last-child {
    border-bottom-width: 4px;
  }

  .md\:last\:border-l-4:last-child {
    border-left-width: 4px;
  }

  .md\:last\:border-t-8:last-child {
    border-top-width: 8px;
  }

  .md\:last\:border-r-8:last-child {
    border-right-width: 8px;
  }

  .md\:last\:border-b-8:last-child {
    border-bottom-width: 8px;
  }

  .md\:last\:border-l-8:last-child {
    border-left-width: 8px;
  }

  .md\:last\:border-t:last-child {
    border-top-width: 1px;
  }

  .md\:last\:border-r:last-child {
    border-right-width: 1px;
  }

  .md\:last\:border-b:last-child {
    border-bottom-width: 1px;
  }

  .md\:last\:border-l:last-child {
    border-left-width: 1px;
  }

  .md\:odd\:border-0:nth-child(odd) {
    border-width: 0;
  }

  .md\:odd\:border-2:nth-child(odd) {
    border-width: 2px;
  }

  .md\:odd\:border-4:nth-child(odd) {
    border-width: 4px;
  }

  .md\:odd\:border-8:nth-child(odd) {
    border-width: 8px;
  }

  .md\:odd\:border:nth-child(odd) {
    border-width: 1px;
  }

  .md\:odd\:border-t-0:nth-child(odd) {
    border-top-width: 0;
  }

  .md\:odd\:border-r-0:nth-child(odd) {
    border-right-width: 0;
  }

  .md\:odd\:border-b-0:nth-child(odd) {
    border-bottom-width: 0;
  }

  .md\:odd\:border-l-0:nth-child(odd) {
    border-left-width: 0;
  }

  .md\:odd\:border-t-2:nth-child(odd) {
    border-top-width: 2px;
  }

  .md\:odd\:border-r-2:nth-child(odd) {
    border-right-width: 2px;
  }

  .md\:odd\:border-b-2:nth-child(odd) {
    border-bottom-width: 2px;
  }

  .md\:odd\:border-l-2:nth-child(odd) {
    border-left-width: 2px;
  }

  .md\:odd\:border-t-4:nth-child(odd) {
    border-top-width: 4px;
  }

  .md\:odd\:border-r-4:nth-child(odd) {
    border-right-width: 4px;
  }

  .md\:odd\:border-b-4:nth-child(odd) {
    border-bottom-width: 4px;
  }

  .md\:odd\:border-l-4:nth-child(odd) {
    border-left-width: 4px;
  }

  .md\:odd\:border-t-8:nth-child(odd) {
    border-top-width: 8px;
  }

  .md\:odd\:border-r-8:nth-child(odd) {
    border-right-width: 8px;
  }

  .md\:odd\:border-b-8:nth-child(odd) {
    border-bottom-width: 8px;
  }

  .md\:odd\:border-l-8:nth-child(odd) {
    border-left-width: 8px;
  }

  .md\:odd\:border-t:nth-child(odd) {
    border-top-width: 1px;
  }

  .md\:odd\:border-r:nth-child(odd) {
    border-right-width: 1px;
  }

  .md\:odd\:border-b:nth-child(odd) {
    border-bottom-width: 1px;
  }

  .md\:odd\:border-l:nth-child(odd) {
    border-left-width: 1px;
  }

  .md\:even\:border-0:nth-child(even) {
    border-width: 0;
  }

  .md\:even\:border-2:nth-child(even) {
    border-width: 2px;
  }

  .md\:even\:border-4:nth-child(even) {
    border-width: 4px;
  }

  .md\:even\:border-8:nth-child(even) {
    border-width: 8px;
  }

  .md\:even\:border:nth-child(even) {
    border-width: 1px;
  }

  .md\:even\:border-t-0:nth-child(even) {
    border-top-width: 0;
  }

  .md\:even\:border-r-0:nth-child(even) {
    border-right-width: 0;
  }

  .md\:even\:border-b-0:nth-child(even) {
    border-bottom-width: 0;
  }

  .md\:even\:border-l-0:nth-child(even) {
    border-left-width: 0;
  }

  .md\:even\:border-t-2:nth-child(even) {
    border-top-width: 2px;
  }

  .md\:even\:border-r-2:nth-child(even) {
    border-right-width: 2px;
  }

  .md\:even\:border-b-2:nth-child(even) {
    border-bottom-width: 2px;
  }

  .md\:even\:border-l-2:nth-child(even) {
    border-left-width: 2px;
  }

  .md\:even\:border-t-4:nth-child(even) {
    border-top-width: 4px;
  }

  .md\:even\:border-r-4:nth-child(even) {
    border-right-width: 4px;
  }

  .md\:even\:border-b-4:nth-child(even) {
    border-bottom-width: 4px;
  }

  .md\:even\:border-l-4:nth-child(even) {
    border-left-width: 4px;
  }

  .md\:even\:border-t-8:nth-child(even) {
    border-top-width: 8px;
  }

  .md\:even\:border-r-8:nth-child(even) {
    border-right-width: 8px;
  }

  .md\:even\:border-b-8:nth-child(even) {
    border-bottom-width: 8px;
  }

  .md\:even\:border-l-8:nth-child(even) {
    border-left-width: 8px;
  }

  .md\:even\:border-t:nth-child(even) {
    border-top-width: 1px;
  }

  .md\:even\:border-r:nth-child(even) {
    border-right-width: 1px;
  }

  .md\:even\:border-b:nth-child(even) {
    border-bottom-width: 1px;
  }

  .md\:even\:border-l:nth-child(even) {
    border-left-width: 1px;
  }

  .md\:hover\:border-0:hover {
    border-width: 0;
  }

  .md\:hover\:border-2:hover {
    border-width: 2px;
  }

  .md\:hover\:border-4:hover {
    border-width: 4px;
  }

  .md\:hover\:border-8:hover {
    border-width: 8px;
  }

  .md\:hover\:border:hover {
    border-width: 1px;
  }

  .md\:hover\:border-t-0:hover {
    border-top-width: 0;
  }

  .md\:hover\:border-r-0:hover {
    border-right-width: 0;
  }

  .md\:hover\:border-b-0:hover {
    border-bottom-width: 0;
  }

  .md\:hover\:border-l-0:hover {
    border-left-width: 0;
  }

  .md\:hover\:border-t-2:hover {
    border-top-width: 2px;
  }

  .md\:hover\:border-r-2:hover {
    border-right-width: 2px;
  }

  .md\:hover\:border-b-2:hover {
    border-bottom-width: 2px;
  }

  .md\:hover\:border-l-2:hover {
    border-left-width: 2px;
  }

  .md\:hover\:border-t-4:hover {
    border-top-width: 4px;
  }

  .md\:hover\:border-r-4:hover {
    border-right-width: 4px;
  }

  .md\:hover\:border-b-4:hover {
    border-bottom-width: 4px;
  }

  .md\:hover\:border-l-4:hover {
    border-left-width: 4px;
  }

  .md\:hover\:border-t-8:hover {
    border-top-width: 8px;
  }

  .md\:hover\:border-r-8:hover {
    border-right-width: 8px;
  }

  .md\:hover\:border-b-8:hover {
    border-bottom-width: 8px;
  }

  .md\:hover\:border-l-8:hover {
    border-left-width: 8px;
  }

  .md\:hover\:border-t:hover {
    border-top-width: 1px;
  }

  .md\:hover\:border-r:hover {
    border-right-width: 1px;
  }

  .md\:hover\:border-b:hover {
    border-bottom-width: 1px;
  }

  .md\:hover\:border-l:hover {
    border-left-width: 1px;
  }

  .md\:focus\:border-0:focus {
    border-width: 0;
  }

  .md\:focus\:border-2:focus {
    border-width: 2px;
  }

  .md\:focus\:border-4:focus {
    border-width: 4px;
  }

  .md\:focus\:border-8:focus {
    border-width: 8px;
  }

  .md\:focus\:border:focus {
    border-width: 1px;
  }

  .md\:focus\:border-t-0:focus {
    border-top-width: 0;
  }

  .md\:focus\:border-r-0:focus {
    border-right-width: 0;
  }

  .md\:focus\:border-b-0:focus {
    border-bottom-width: 0;
  }

  .md\:focus\:border-l-0:focus {
    border-left-width: 0;
  }

  .md\:focus\:border-t-2:focus {
    border-top-width: 2px;
  }

  .md\:focus\:border-r-2:focus {
    border-right-width: 2px;
  }

  .md\:focus\:border-b-2:focus {
    border-bottom-width: 2px;
  }

  .md\:focus\:border-l-2:focus {
    border-left-width: 2px;
  }

  .md\:focus\:border-t-4:focus {
    border-top-width: 4px;
  }

  .md\:focus\:border-r-4:focus {
    border-right-width: 4px;
  }

  .md\:focus\:border-b-4:focus {
    border-bottom-width: 4px;
  }

  .md\:focus\:border-l-4:focus {
    border-left-width: 4px;
  }

  .md\:focus\:border-t-8:focus {
    border-top-width: 8px;
  }

  .md\:focus\:border-r-8:focus {
    border-right-width: 8px;
  }

  .md\:focus\:border-b-8:focus {
    border-bottom-width: 8px;
  }

  .md\:focus\:border-l-8:focus {
    border-left-width: 8px;
  }

  .md\:focus\:border-t:focus {
    border-top-width: 1px;
  }

  .md\:focus\:border-r:focus {
    border-right-width: 1px;
  }

  .md\:focus\:border-b:focus {
    border-bottom-width: 1px;
  }

  .md\:focus\:border-l:focus {
    border-left-width: 1px;
  }

  .md\:active\:border-0:active {
    border-width: 0;
  }

  .md\:active\:border-2:active {
    border-width: 2px;
  }

  .md\:active\:border-4:active {
    border-width: 4px;
  }

  .md\:active\:border-8:active {
    border-width: 8px;
  }

  .md\:active\:border:active {
    border-width: 1px;
  }

  .md\:active\:border-t-0:active {
    border-top-width: 0;
  }

  .md\:active\:border-r-0:active {
    border-right-width: 0;
  }

  .md\:active\:border-b-0:active {
    border-bottom-width: 0;
  }

  .md\:active\:border-l-0:active {
    border-left-width: 0;
  }

  .md\:active\:border-t-2:active {
    border-top-width: 2px;
  }

  .md\:active\:border-r-2:active {
    border-right-width: 2px;
  }

  .md\:active\:border-b-2:active {
    border-bottom-width: 2px;
  }

  .md\:active\:border-l-2:active {
    border-left-width: 2px;
  }

  .md\:active\:border-t-4:active {
    border-top-width: 4px;
  }

  .md\:active\:border-r-4:active {
    border-right-width: 4px;
  }

  .md\:active\:border-b-4:active {
    border-bottom-width: 4px;
  }

  .md\:active\:border-l-4:active {
    border-left-width: 4px;
  }

  .md\:active\:border-t-8:active {
    border-top-width: 8px;
  }

  .md\:active\:border-r-8:active {
    border-right-width: 8px;
  }

  .md\:active\:border-b-8:active {
    border-bottom-width: 8px;
  }

  .md\:active\:border-l-8:active {
    border-left-width: 8px;
  }

  .md\:active\:border-t:active {
    border-top-width: 1px;
  }

  .md\:active\:border-r:active {
    border-right-width: 1px;
  }

  .md\:active\:border-b:active {
    border-bottom-width: 1px;
  }

  .md\:active\:border-l:active {
    border-left-width: 1px;
  }

  .md\:visited\:border-0:visited {
    border-width: 0;
  }

  .md\:visited\:border-2:visited {
    border-width: 2px;
  }

  .md\:visited\:border-4:visited {
    border-width: 4px;
  }

  .md\:visited\:border-8:visited {
    border-width: 8px;
  }

  .md\:visited\:border:visited {
    border-width: 1px;
  }

  .md\:visited\:border-t-0:visited {
    border-top-width: 0;
  }

  .md\:visited\:border-r-0:visited {
    border-right-width: 0;
  }

  .md\:visited\:border-b-0:visited {
    border-bottom-width: 0;
  }

  .md\:visited\:border-l-0:visited {
    border-left-width: 0;
  }

  .md\:visited\:border-t-2:visited {
    border-top-width: 2px;
  }

  .md\:visited\:border-r-2:visited {
    border-right-width: 2px;
  }

  .md\:visited\:border-b-2:visited {
    border-bottom-width: 2px;
  }

  .md\:visited\:border-l-2:visited {
    border-left-width: 2px;
  }

  .md\:visited\:border-t-4:visited {
    border-top-width: 4px;
  }

  .md\:visited\:border-r-4:visited {
    border-right-width: 4px;
  }

  .md\:visited\:border-b-4:visited {
    border-bottom-width: 4px;
  }

  .md\:visited\:border-l-4:visited {
    border-left-width: 4px;
  }

  .md\:visited\:border-t-8:visited {
    border-top-width: 8px;
  }

  .md\:visited\:border-r-8:visited {
    border-right-width: 8px;
  }

  .md\:visited\:border-b-8:visited {
    border-bottom-width: 8px;
  }

  .md\:visited\:border-l-8:visited {
    border-left-width: 8px;
  }

  .md\:visited\:border-t:visited {
    border-top-width: 1px;
  }

  .md\:visited\:border-r:visited {
    border-right-width: 1px;
  }

  .md\:visited\:border-b:visited {
    border-bottom-width: 1px;
  }

  .md\:visited\:border-l:visited {
    border-left-width: 1px;
  }

  .md\:disabled\:border-0:disabled {
    border-width: 0;
  }

  .md\:disabled\:border-2:disabled {
    border-width: 2px;
  }

  .md\:disabled\:border-4:disabled {
    border-width: 4px;
  }

  .md\:disabled\:border-8:disabled {
    border-width: 8px;
  }

  .md\:disabled\:border:disabled {
    border-width: 1px;
  }

  .md\:disabled\:border-t-0:disabled {
    border-top-width: 0;
  }

  .md\:disabled\:border-r-0:disabled {
    border-right-width: 0;
  }

  .md\:disabled\:border-b-0:disabled {
    border-bottom-width: 0;
  }

  .md\:disabled\:border-l-0:disabled {
    border-left-width: 0;
  }

  .md\:disabled\:border-t-2:disabled {
    border-top-width: 2px;
  }

  .md\:disabled\:border-r-2:disabled {
    border-right-width: 2px;
  }

  .md\:disabled\:border-b-2:disabled {
    border-bottom-width: 2px;
  }

  .md\:disabled\:border-l-2:disabled {
    border-left-width: 2px;
  }

  .md\:disabled\:border-t-4:disabled {
    border-top-width: 4px;
  }

  .md\:disabled\:border-r-4:disabled {
    border-right-width: 4px;
  }

  .md\:disabled\:border-b-4:disabled {
    border-bottom-width: 4px;
  }

  .md\:disabled\:border-l-4:disabled {
    border-left-width: 4px;
  }

  .md\:disabled\:border-t-8:disabled {
    border-top-width: 8px;
  }

  .md\:disabled\:border-r-8:disabled {
    border-right-width: 8px;
  }

  .md\:disabled\:border-b-8:disabled {
    border-bottom-width: 8px;
  }

  .md\:disabled\:border-l-8:disabled {
    border-left-width: 8px;
  }

  .md\:disabled\:border-t:disabled {
    border-top-width: 1px;
  }

  .md\:disabled\:border-r:disabled {
    border-right-width: 1px;
  }

  .md\:disabled\:border-b:disabled {
    border-bottom-width: 1px;
  }

  .md\:disabled\:border-l:disabled {
    border-left-width: 1px;
  }

  .md\:cursor-auto {
    cursor: auto;
  }

  .md\:cursor-default {
    cursor: default;
  }

  .md\:cursor-pointer {
    cursor: pointer;
  }

  .md\:cursor-wait {
    cursor: wait;
  }

  .md\:cursor-text {
    cursor: text;
  }

  .md\:cursor-move {
    cursor: move;
  }

  .md\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .group:hover .md\:group-hover\:cursor-auto {
    cursor: auto;
  }

  .group:hover .md\:group-hover\:cursor-default {
    cursor: default;
  }

  .group:hover .md\:group-hover\:cursor-pointer {
    cursor: pointer;
  }

  .group:hover .md\:group-hover\:cursor-wait {
    cursor: wait;
  }

  .group:hover .md\:group-hover\:cursor-text {
    cursor: text;
  }

  .group:hover .md\:group-hover\:cursor-move {
    cursor: move;
  }

  .group:hover .md\:group-hover\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .md\:focus-within\:cursor-auto:focus-within {
    cursor: auto;
  }

  .md\:focus-within\:cursor-default:focus-within {
    cursor: default;
  }

  .md\:focus-within\:cursor-pointer:focus-within {
    cursor: pointer;
  }

  .md\:focus-within\:cursor-wait:focus-within {
    cursor: wait;
  }

  .md\:focus-within\:cursor-text:focus-within {
    cursor: text;
  }

  .md\:focus-within\:cursor-move:focus-within {
    cursor: move;
  }

  .md\:focus-within\:cursor-not-allowed:focus-within {
    cursor: not-allowed;
  }

  .md\:first\:cursor-auto:first-child {
    cursor: auto;
  }

  .md\:first\:cursor-default:first-child {
    cursor: default;
  }

  .md\:first\:cursor-pointer:first-child {
    cursor: pointer;
  }

  .md\:first\:cursor-wait:first-child {
    cursor: wait;
  }

  .md\:first\:cursor-text:first-child {
    cursor: text;
  }

  .md\:first\:cursor-move:first-child {
    cursor: move;
  }

  .md\:first\:cursor-not-allowed:first-child {
    cursor: not-allowed;
  }

  .md\:last\:cursor-auto:last-child {
    cursor: auto;
  }

  .md\:last\:cursor-default:last-child {
    cursor: default;
  }

  .md\:last\:cursor-pointer:last-child {
    cursor: pointer;
  }

  .md\:last\:cursor-wait:last-child {
    cursor: wait;
  }

  .md\:last\:cursor-text:last-child {
    cursor: text;
  }

  .md\:last\:cursor-move:last-child {
    cursor: move;
  }

  .md\:last\:cursor-not-allowed:last-child {
    cursor: not-allowed;
  }

  .md\:odd\:cursor-auto:nth-child(odd) {
    cursor: auto;
  }

  .md\:odd\:cursor-default:nth-child(odd) {
    cursor: default;
  }

  .md\:odd\:cursor-pointer:nth-child(odd) {
    cursor: pointer;
  }

  .md\:odd\:cursor-wait:nth-child(odd) {
    cursor: wait;
  }

  .md\:odd\:cursor-text:nth-child(odd) {
    cursor: text;
  }

  .md\:odd\:cursor-move:nth-child(odd) {
    cursor: move;
  }

  .md\:odd\:cursor-not-allowed:nth-child(odd) {
    cursor: not-allowed;
  }

  .md\:even\:cursor-auto:nth-child(even) {
    cursor: auto;
  }

  .md\:even\:cursor-default:nth-child(even) {
    cursor: default;
  }

  .md\:even\:cursor-pointer:nth-child(even) {
    cursor: pointer;
  }

  .md\:even\:cursor-wait:nth-child(even) {
    cursor: wait;
  }

  .md\:even\:cursor-text:nth-child(even) {
    cursor: text;
  }

  .md\:even\:cursor-move:nth-child(even) {
    cursor: move;
  }

  .md\:even\:cursor-not-allowed:nth-child(even) {
    cursor: not-allowed;
  }

  .md\:hover\:cursor-auto:hover {
    cursor: auto;
  }

  .md\:hover\:cursor-default:hover {
    cursor: default;
  }

  .md\:hover\:cursor-pointer:hover {
    cursor: pointer;
  }

  .md\:hover\:cursor-wait:hover {
    cursor: wait;
  }

  .md\:hover\:cursor-text:hover {
    cursor: text;
  }

  .md\:hover\:cursor-move:hover {
    cursor: move;
  }

  .md\:hover\:cursor-not-allowed:hover {
    cursor: not-allowed;
  }

  .md\:focus\:cursor-auto:focus {
    cursor: auto;
  }

  .md\:focus\:cursor-default:focus {
    cursor: default;
  }

  .md\:focus\:cursor-pointer:focus {
    cursor: pointer;
  }

  .md\:focus\:cursor-wait:focus {
    cursor: wait;
  }

  .md\:focus\:cursor-text:focus {
    cursor: text;
  }

  .md\:focus\:cursor-move:focus {
    cursor: move;
  }

  .md\:focus\:cursor-not-allowed:focus {
    cursor: not-allowed;
  }

  .md\:active\:cursor-auto:active {
    cursor: auto;
  }

  .md\:active\:cursor-default:active {
    cursor: default;
  }

  .md\:active\:cursor-pointer:active {
    cursor: pointer;
  }

  .md\:active\:cursor-wait:active {
    cursor: wait;
  }

  .md\:active\:cursor-text:active {
    cursor: text;
  }

  .md\:active\:cursor-move:active {
    cursor: move;
  }

  .md\:active\:cursor-not-allowed:active {
    cursor: not-allowed;
  }

  .md\:visited\:cursor-auto:visited {
    cursor: auto;
  }

  .md\:visited\:cursor-default:visited {
    cursor: default;
  }

  .md\:visited\:cursor-pointer:visited {
    cursor: pointer;
  }

  .md\:visited\:cursor-wait:visited {
    cursor: wait;
  }

  .md\:visited\:cursor-text:visited {
    cursor: text;
  }

  .md\:visited\:cursor-move:visited {
    cursor: move;
  }

  .md\:visited\:cursor-not-allowed:visited {
    cursor: not-allowed;
  }

  .md\:disabled\:cursor-auto:disabled {
    cursor: auto;
  }

  .md\:disabled\:cursor-default:disabled {
    cursor: default;
  }

  .md\:disabled\:cursor-pointer:disabled {
    cursor: pointer;
  }

  .md\:disabled\:cursor-wait:disabled {
    cursor: wait;
  }

  .md\:disabled\:cursor-text:disabled {
    cursor: text;
  }

  .md\:disabled\:cursor-move:disabled {
    cursor: move;
  }

  .md\:disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed;
  }

  .md\:block {
    display: block;
  }

  .md\:inline-block {
    display: inline-block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: -webkit-box;
    display: flex;
  }

  .md\:inline-flex {
    display: -webkit-inline-box;
    display: inline-flex;
  }

  .md\:table {
    display: table;
  }

  .md\:table-row {
    display: table-row;
  }

  .md\:table-cell {
    display: table-cell;
  }

  .md\:hidden {
    display: none;
  }

  .group:hover .md\:group-hover\:block {
    display: block;
  }

  .group:hover .md\:group-hover\:inline-block {
    display: inline-block;
  }

  .group:hover .md\:group-hover\:inline {
    display: inline;
  }

  .group:hover .md\:group-hover\:flex {
    display: -webkit-box;
    display: flex;
  }

  .group:hover .md\:group-hover\:inline-flex {
    display: -webkit-inline-box;
    display: inline-flex;
  }

  .group:hover .md\:group-hover\:table {
    display: table;
  }

  .group:hover .md\:group-hover\:table-row {
    display: table-row;
  }

  .group:hover .md\:group-hover\:table-cell {
    display: table-cell;
  }

  .group:hover .md\:group-hover\:hidden {
    display: none;
  }

  .md\:focus-within\:block:focus-within {
    display: block;
  }

  .md\:focus-within\:inline-block:focus-within {
    display: inline-block;
  }

  .md\:focus-within\:inline:focus-within {
    display: inline;
  }

  .md\:focus-within\:flex:focus-within {
    display: -webkit-box;
    display: flex;
  }

  .md\:focus-within\:inline-flex:focus-within {
    display: -webkit-inline-box;
    display: inline-flex;
  }

  .md\:focus-within\:table:focus-within {
    display: table;
  }

  .md\:focus-within\:table-row:focus-within {
    display: table-row;
  }

  .md\:focus-within\:table-cell:focus-within {
    display: table-cell;
  }

  .md\:focus-within\:hidden:focus-within {
    display: none;
  }

  .md\:first\:block:first-child {
    display: block;
  }

  .md\:first\:inline-block:first-child {
    display: inline-block;
  }

  .md\:first\:inline:first-child {
    display: inline;
  }

  .md\:first\:flex:first-child {
    display: -webkit-box;
    display: flex;
  }

  .md\:first\:inline-flex:first-child {
    display: -webkit-inline-box;
    display: inline-flex;
  }

  .md\:first\:table:first-child {
    display: table;
  }

  .md\:first\:table-row:first-child {
    display: table-row;
  }

  .md\:first\:table-cell:first-child {
    display: table-cell;
  }

  .md\:first\:hidden:first-child {
    display: none;
  }

  .md\:last\:block:last-child {
    display: block;
  }

  .md\:last\:inline-block:last-child {
    display: inline-block;
  }

  .md\:last\:inline:last-child {
    display: inline;
  }

  .md\:last\:flex:last-child {
    display: -webkit-box;
    display: flex;
  }

  .md\:last\:inline-flex:last-child {
    display: -webkit-inline-box;
    display: inline-flex;
  }

  .md\:last\:table:last-child {
    display: table;
  }

  .md\:last\:table-row:last-child {
    display: table-row;
  }

  .md\:last\:table-cell:last-child {
    display: table-cell;
  }

  .md\:last\:hidden:last-child {
    display: none;
  }

  .md\:odd\:block:nth-child(odd) {
    display: block;
  }

  .md\:odd\:inline-block:nth-child(odd) {
    display: inline-block;
  }

  .md\:odd\:inline:nth-child(odd) {
    display: inline;
  }

  .md\:odd\:flex:nth-child(odd) {
    display: -webkit-box;
    display: flex;
  }

  .md\:odd\:inline-flex:nth-child(odd) {
    display: -webkit-inline-box;
    display: inline-flex;
  }

  .md\:odd\:table:nth-child(odd) {
    display: table;
  }

  .md\:odd\:table-row:nth-child(odd) {
    display: table-row;
  }

  .md\:odd\:table-cell:nth-child(odd) {
    display: table-cell;
  }

  .md\:odd\:hidden:nth-child(odd) {
    display: none;
  }

  .md\:even\:block:nth-child(even) {
    display: block;
  }

  .md\:even\:inline-block:nth-child(even) {
    display: inline-block;
  }

  .md\:even\:inline:nth-child(even) {
    display: inline;
  }

  .md\:even\:flex:nth-child(even) {
    display: -webkit-box;
    display: flex;
  }

  .md\:even\:inline-flex:nth-child(even) {
    display: -webkit-inline-box;
    display: inline-flex;
  }

  .md\:even\:table:nth-child(even) {
    display: table;
  }

  .md\:even\:table-row:nth-child(even) {
    display: table-row;
  }

  .md\:even\:table-cell:nth-child(even) {
    display: table-cell;
  }

  .md\:even\:hidden:nth-child(even) {
    display: none;
  }

  .md\:hover\:block:hover {
    display: block;
  }

  .md\:hover\:inline-block:hover {
    display: inline-block;
  }

  .md\:hover\:inline:hover {
    display: inline;
  }

  .md\:hover\:flex:hover {
    display: -webkit-box;
    display: flex;
  }

  .md\:hover\:inline-flex:hover {
    display: -webkit-inline-box;
    display: inline-flex;
  }

  .md\:hover\:table:hover {
    display: table;
  }

  .md\:hover\:table-row:hover {
    display: table-row;
  }

  .md\:hover\:table-cell:hover {
    display: table-cell;
  }

  .md\:hover\:hidden:hover {
    display: none;
  }

  .md\:focus\:block:focus {
    display: block;
  }

  .md\:focus\:inline-block:focus {
    display: inline-block;
  }

  .md\:focus\:inline:focus {
    display: inline;
  }

  .md\:focus\:flex:focus {
    display: -webkit-box;
    display: flex;
  }

  .md\:focus\:inline-flex:focus {
    display: -webkit-inline-box;
    display: inline-flex;
  }

  .md\:focus\:table:focus {
    display: table;
  }

  .md\:focus\:table-row:focus {
    display: table-row;
  }

  .md\:focus\:table-cell:focus {
    display: table-cell;
  }

  .md\:focus\:hidden:focus {
    display: none;
  }

  .md\:active\:block:active {
    display: block;
  }

  .md\:active\:inline-block:active {
    display: inline-block;
  }

  .md\:active\:inline:active {
    display: inline;
  }

  .md\:active\:flex:active {
    display: -webkit-box;
    display: flex;
  }

  .md\:active\:inline-flex:active {
    display: -webkit-inline-box;
    display: inline-flex;
  }

  .md\:active\:table:active {
    display: table;
  }

  .md\:active\:table-row:active {
    display: table-row;
  }

  .md\:active\:table-cell:active {
    display: table-cell;
  }

  .md\:active\:hidden:active {
    display: none;
  }

  .md\:visited\:block:visited {
    display: block;
  }

  .md\:visited\:inline-block:visited {
    display: inline-block;
  }

  .md\:visited\:inline:visited {
    display: inline;
  }

  .md\:visited\:flex:visited {
    display: -webkit-box;
    display: flex;
  }

  .md\:visited\:inline-flex:visited {
    display: -webkit-inline-box;
    display: inline-flex;
  }

  .md\:visited\:table:visited {
    display: table;
  }

  .md\:visited\:table-row:visited {
    display: table-row;
  }

  .md\:visited\:table-cell:visited {
    display: table-cell;
  }

  .md\:visited\:hidden:visited {
    display: none;
  }

  .md\:disabled\:block:disabled {
    display: block;
  }

  .md\:disabled\:inline-block:disabled {
    display: inline-block;
  }

  .md\:disabled\:inline:disabled {
    display: inline;
  }

  .md\:disabled\:flex:disabled {
    display: -webkit-box;
    display: flex;
  }

  .md\:disabled\:inline-flex:disabled {
    display: -webkit-inline-box;
    display: inline-flex;
  }

  .md\:disabled\:table:disabled {
    display: table;
  }

  .md\:disabled\:table-row:disabled {
    display: table-row;
  }

  .md\:disabled\:table-cell:disabled {
    display: table-cell;
  }

  .md\:disabled\:hidden:disabled {
    display: none;
  }

  .md\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .md\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }

  .md\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .md\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }

  .group:hover .md\:group-hover\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .group:hover .md\:group-hover\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }

  .group:hover .md\:group-hover\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .group:hover .md\:group-hover\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }

  .md\:focus-within\:flex-row:focus-within {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .md\:focus-within\:flex-row-reverse:focus-within {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }

  .md\:focus-within\:flex-col:focus-within {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .md\:focus-within\:flex-col-reverse:focus-within {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }

  .md\:first\:flex-row:first-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .md\:first\:flex-row-reverse:first-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }

  .md\:first\:flex-col:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .md\:first\:flex-col-reverse:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }

  .md\:last\:flex-row:last-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .md\:last\:flex-row-reverse:last-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }

  .md\:last\:flex-col:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .md\:last\:flex-col-reverse:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }

  .md\:odd\:flex-row:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .md\:odd\:flex-row-reverse:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }

  .md\:odd\:flex-col:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .md\:odd\:flex-col-reverse:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }

  .md\:even\:flex-row:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .md\:even\:flex-row-reverse:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }

  .md\:even\:flex-col:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .md\:even\:flex-col-reverse:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }

  .md\:hover\:flex-row:hover {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .md\:hover\:flex-row-reverse:hover {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }

  .md\:hover\:flex-col:hover {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .md\:hover\:flex-col-reverse:hover {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }

  .md\:focus\:flex-row:focus {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .md\:focus\:flex-row-reverse:focus {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }

  .md\:focus\:flex-col:focus {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .md\:focus\:flex-col-reverse:focus {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }

  .md\:active\:flex-row:active {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .md\:active\:flex-row-reverse:active {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }

  .md\:active\:flex-col:active {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .md\:active\:flex-col-reverse:active {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }

  .md\:visited\:flex-row:visited {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .md\:visited\:flex-row-reverse:visited {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }

  .md\:visited\:flex-col:visited {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .md\:visited\:flex-col-reverse:visited {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }

  .md\:disabled\:flex-row:disabled {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .md\:disabled\:flex-row-reverse:disabled {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }

  .md\:disabled\:flex-col:disabled {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .md\:disabled\:flex-col-reverse:disabled {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }

  .md\:flex-wrap {
    flex-wrap: wrap;
  }

  .md\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .md\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .group:hover .md\:group-hover\:flex-wrap {
    flex-wrap: wrap;
  }

  .group:hover .md\:group-hover\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .group:hover .md\:group-hover\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .md\:focus-within\:flex-wrap:focus-within {
    flex-wrap: wrap;
  }

  .md\:focus-within\:flex-wrap-reverse:focus-within {
    flex-wrap: wrap-reverse;
  }

  .md\:focus-within\:flex-no-wrap:focus-within {
    flex-wrap: nowrap;
  }

  .md\:first\:flex-wrap:first-child {
    flex-wrap: wrap;
  }

  .md\:first\:flex-wrap-reverse:first-child {
    flex-wrap: wrap-reverse;
  }

  .md\:first\:flex-no-wrap:first-child {
    flex-wrap: nowrap;
  }

  .md\:last\:flex-wrap:last-child {
    flex-wrap: wrap;
  }

  .md\:last\:flex-wrap-reverse:last-child {
    flex-wrap: wrap-reverse;
  }

  .md\:last\:flex-no-wrap:last-child {
    flex-wrap: nowrap;
  }

  .md\:odd\:flex-wrap:nth-child(odd) {
    flex-wrap: wrap;
  }

  .md\:odd\:flex-wrap-reverse:nth-child(odd) {
    flex-wrap: wrap-reverse;
  }

  .md\:odd\:flex-no-wrap:nth-child(odd) {
    flex-wrap: nowrap;
  }

  .md\:even\:flex-wrap:nth-child(even) {
    flex-wrap: wrap;
  }

  .md\:even\:flex-wrap-reverse:nth-child(even) {
    flex-wrap: wrap-reverse;
  }

  .md\:even\:flex-no-wrap:nth-child(even) {
    flex-wrap: nowrap;
  }

  .md\:hover\:flex-wrap:hover {
    flex-wrap: wrap;
  }

  .md\:hover\:flex-wrap-reverse:hover {
    flex-wrap: wrap-reverse;
  }

  .md\:hover\:flex-no-wrap:hover {
    flex-wrap: nowrap;
  }

  .md\:focus\:flex-wrap:focus {
    flex-wrap: wrap;
  }

  .md\:focus\:flex-wrap-reverse:focus {
    flex-wrap: wrap-reverse;
  }

  .md\:focus\:flex-no-wrap:focus {
    flex-wrap: nowrap;
  }

  .md\:active\:flex-wrap:active {
    flex-wrap: wrap;
  }

  .md\:active\:flex-wrap-reverse:active {
    flex-wrap: wrap-reverse;
  }

  .md\:active\:flex-no-wrap:active {
    flex-wrap: nowrap;
  }

  .md\:visited\:flex-wrap:visited {
    flex-wrap: wrap;
  }

  .md\:visited\:flex-wrap-reverse:visited {
    flex-wrap: wrap-reverse;
  }

  .md\:visited\:flex-no-wrap:visited {
    flex-wrap: nowrap;
  }

  .md\:disabled\:flex-wrap:disabled {
    flex-wrap: wrap;
  }

  .md\:disabled\:flex-wrap-reverse:disabled {
    flex-wrap: wrap-reverse;
  }

  .md\:disabled\:flex-no-wrap:disabled {
    flex-wrap: nowrap;
  }

  .md\:items-start {
    -webkit-box-align: start;
            align-items: flex-start;
  }

  .md\:items-end {
    -webkit-box-align: end;
            align-items: flex-end;
  }

  .md\:items-center {
    -webkit-box-align: center;
            align-items: center;
  }

  .md\:items-baseline {
    -webkit-box-align: baseline;
            align-items: baseline;
  }

  .md\:items-stretch {
    -webkit-box-align: stretch;
            align-items: stretch;
  }

  .group:hover .md\:group-hover\:items-start {
    -webkit-box-align: start;
            align-items: flex-start;
  }

  .group:hover .md\:group-hover\:items-end {
    -webkit-box-align: end;
            align-items: flex-end;
  }

  .group:hover .md\:group-hover\:items-center {
    -webkit-box-align: center;
            align-items: center;
  }

  .group:hover .md\:group-hover\:items-baseline {
    -webkit-box-align: baseline;
            align-items: baseline;
  }

  .group:hover .md\:group-hover\:items-stretch {
    -webkit-box-align: stretch;
            align-items: stretch;
  }

  .md\:focus-within\:items-start:focus-within {
    -webkit-box-align: start;
            align-items: flex-start;
  }

  .md\:focus-within\:items-end:focus-within {
    -webkit-box-align: end;
            align-items: flex-end;
  }

  .md\:focus-within\:items-center:focus-within {
    -webkit-box-align: center;
            align-items: center;
  }

  .md\:focus-within\:items-baseline:focus-within {
    -webkit-box-align: baseline;
            align-items: baseline;
  }

  .md\:focus-within\:items-stretch:focus-within {
    -webkit-box-align: stretch;
            align-items: stretch;
  }

  .md\:first\:items-start:first-child {
    -webkit-box-align: start;
            align-items: flex-start;
  }

  .md\:first\:items-end:first-child {
    -webkit-box-align: end;
            align-items: flex-end;
  }

  .md\:first\:items-center:first-child {
    -webkit-box-align: center;
            align-items: center;
  }

  .md\:first\:items-baseline:first-child {
    -webkit-box-align: baseline;
            align-items: baseline;
  }

  .md\:first\:items-stretch:first-child {
    -webkit-box-align: stretch;
            align-items: stretch;
  }

  .md\:last\:items-start:last-child {
    -webkit-box-align: start;
            align-items: flex-start;
  }

  .md\:last\:items-end:last-child {
    -webkit-box-align: end;
            align-items: flex-end;
  }

  .md\:last\:items-center:last-child {
    -webkit-box-align: center;
            align-items: center;
  }

  .md\:last\:items-baseline:last-child {
    -webkit-box-align: baseline;
            align-items: baseline;
  }

  .md\:last\:items-stretch:last-child {
    -webkit-box-align: stretch;
            align-items: stretch;
  }

  .md\:odd\:items-start:nth-child(odd) {
    -webkit-box-align: start;
            align-items: flex-start;
  }

  .md\:odd\:items-end:nth-child(odd) {
    -webkit-box-align: end;
            align-items: flex-end;
  }

  .md\:odd\:items-center:nth-child(odd) {
    -webkit-box-align: center;
            align-items: center;
  }

  .md\:odd\:items-baseline:nth-child(odd) {
    -webkit-box-align: baseline;
            align-items: baseline;
  }

  .md\:odd\:items-stretch:nth-child(odd) {
    -webkit-box-align: stretch;
            align-items: stretch;
  }

  .md\:even\:items-start:nth-child(even) {
    -webkit-box-align: start;
            align-items: flex-start;
  }

  .md\:even\:items-end:nth-child(even) {
    -webkit-box-align: end;
            align-items: flex-end;
  }

  .md\:even\:items-center:nth-child(even) {
    -webkit-box-align: center;
            align-items: center;
  }

  .md\:even\:items-baseline:nth-child(even) {
    -webkit-box-align: baseline;
            align-items: baseline;
  }

  .md\:even\:items-stretch:nth-child(even) {
    -webkit-box-align: stretch;
            align-items: stretch;
  }

  .md\:hover\:items-start:hover {
    -webkit-box-align: start;
            align-items: flex-start;
  }

  .md\:hover\:items-end:hover {
    -webkit-box-align: end;
            align-items: flex-end;
  }

  .md\:hover\:items-center:hover {
    -webkit-box-align: center;
            align-items: center;
  }

  .md\:hover\:items-baseline:hover {
    -webkit-box-align: baseline;
            align-items: baseline;
  }

  .md\:hover\:items-stretch:hover {
    -webkit-box-align: stretch;
            align-items: stretch;
  }

  .md\:focus\:items-start:focus {
    -webkit-box-align: start;
            align-items: flex-start;
  }

  .md\:focus\:items-end:focus {
    -webkit-box-align: end;
            align-items: flex-end;
  }

  .md\:focus\:items-center:focus {
    -webkit-box-align: center;
            align-items: center;
  }

  .md\:focus\:items-baseline:focus {
    -webkit-box-align: baseline;
            align-items: baseline;
  }

  .md\:focus\:items-stretch:focus {
    -webkit-box-align: stretch;
            align-items: stretch;
  }

  .md\:active\:items-start:active {
    -webkit-box-align: start;
            align-items: flex-start;
  }

  .md\:active\:items-end:active {
    -webkit-box-align: end;
            align-items: flex-end;
  }

  .md\:active\:items-center:active {
    -webkit-box-align: center;
            align-items: center;
  }

  .md\:active\:items-baseline:active {
    -webkit-box-align: baseline;
            align-items: baseline;
  }

  .md\:active\:items-stretch:active {
    -webkit-box-align: stretch;
            align-items: stretch;
  }

  .md\:visited\:items-start:visited {
    -webkit-box-align: start;
            align-items: flex-start;
  }

  .md\:visited\:items-end:visited {
    -webkit-box-align: end;
            align-items: flex-end;
  }

  .md\:visited\:items-center:visited {
    -webkit-box-align: center;
            align-items: center;
  }

  .md\:visited\:items-baseline:visited {
    -webkit-box-align: baseline;
            align-items: baseline;
  }

  .md\:visited\:items-stretch:visited {
    -webkit-box-align: stretch;
            align-items: stretch;
  }

  .md\:disabled\:items-start:disabled {
    -webkit-box-align: start;
            align-items: flex-start;
  }

  .md\:disabled\:items-end:disabled {
    -webkit-box-align: end;
            align-items: flex-end;
  }

  .md\:disabled\:items-center:disabled {
    -webkit-box-align: center;
            align-items: center;
  }

  .md\:disabled\:items-baseline:disabled {
    -webkit-box-align: baseline;
            align-items: baseline;
  }

  .md\:disabled\:items-stretch:disabled {
    -webkit-box-align: stretch;
            align-items: stretch;
  }

  .md\:self-auto {
    align-self: auto;
  }

  .md\:self-start {
    align-self: flex-start;
  }

  .md\:self-end {
    align-self: flex-end;
  }

  .md\:self-center {
    align-self: center;
  }

  .md\:self-stretch {
    align-self: stretch;
  }

  .group:hover .md\:group-hover\:self-auto {
    align-self: auto;
  }

  .group:hover .md\:group-hover\:self-start {
    align-self: flex-start;
  }

  .group:hover .md\:group-hover\:self-end {
    align-self: flex-end;
  }

  .group:hover .md\:group-hover\:self-center {
    align-self: center;
  }

  .group:hover .md\:group-hover\:self-stretch {
    align-self: stretch;
  }

  .md\:focus-within\:self-auto:focus-within {
    align-self: auto;
  }

  .md\:focus-within\:self-start:focus-within {
    align-self: flex-start;
  }

  .md\:focus-within\:self-end:focus-within {
    align-self: flex-end;
  }

  .md\:focus-within\:self-center:focus-within {
    align-self: center;
  }

  .md\:focus-within\:self-stretch:focus-within {
    align-self: stretch;
  }

  .md\:first\:self-auto:first-child {
    align-self: auto;
  }

  .md\:first\:self-start:first-child {
    align-self: flex-start;
  }

  .md\:first\:self-end:first-child {
    align-self: flex-end;
  }

  .md\:first\:self-center:first-child {
    align-self: center;
  }

  .md\:first\:self-stretch:first-child {
    align-self: stretch;
  }

  .md\:last\:self-auto:last-child {
    align-self: auto;
  }

  .md\:last\:self-start:last-child {
    align-self: flex-start;
  }

  .md\:last\:self-end:last-child {
    align-self: flex-end;
  }

  .md\:last\:self-center:last-child {
    align-self: center;
  }

  .md\:last\:self-stretch:last-child {
    align-self: stretch;
  }

  .md\:odd\:self-auto:nth-child(odd) {
    align-self: auto;
  }

  .md\:odd\:self-start:nth-child(odd) {
    align-self: flex-start;
  }

  .md\:odd\:self-end:nth-child(odd) {
    align-self: flex-end;
  }

  .md\:odd\:self-center:nth-child(odd) {
    align-self: center;
  }

  .md\:odd\:self-stretch:nth-child(odd) {
    align-self: stretch;
  }

  .md\:even\:self-auto:nth-child(even) {
    align-self: auto;
  }

  .md\:even\:self-start:nth-child(even) {
    align-self: flex-start;
  }

  .md\:even\:self-end:nth-child(even) {
    align-self: flex-end;
  }

  .md\:even\:self-center:nth-child(even) {
    align-self: center;
  }

  .md\:even\:self-stretch:nth-child(even) {
    align-self: stretch;
  }

  .md\:hover\:self-auto:hover {
    align-self: auto;
  }

  .md\:hover\:self-start:hover {
    align-self: flex-start;
  }

  .md\:hover\:self-end:hover {
    align-self: flex-end;
  }

  .md\:hover\:self-center:hover {
    align-self: center;
  }

  .md\:hover\:self-stretch:hover {
    align-self: stretch;
  }

  .md\:focus\:self-auto:focus {
    align-self: auto;
  }

  .md\:focus\:self-start:focus {
    align-self: flex-start;
  }

  .md\:focus\:self-end:focus {
    align-self: flex-end;
  }

  .md\:focus\:self-center:focus {
    align-self: center;
  }

  .md\:focus\:self-stretch:focus {
    align-self: stretch;
  }

  .md\:active\:self-auto:active {
    align-self: auto;
  }

  .md\:active\:self-start:active {
    align-self: flex-start;
  }

  .md\:active\:self-end:active {
    align-self: flex-end;
  }

  .md\:active\:self-center:active {
    align-self: center;
  }

  .md\:active\:self-stretch:active {
    align-self: stretch;
  }

  .md\:visited\:self-auto:visited {
    align-self: auto;
  }

  .md\:visited\:self-start:visited {
    align-self: flex-start;
  }

  .md\:visited\:self-end:visited {
    align-self: flex-end;
  }

  .md\:visited\:self-center:visited {
    align-self: center;
  }

  .md\:visited\:self-stretch:visited {
    align-self: stretch;
  }

  .md\:disabled\:self-auto:disabled {
    align-self: auto;
  }

  .md\:disabled\:self-start:disabled {
    align-self: flex-start;
  }

  .md\:disabled\:self-end:disabled {
    align-self: flex-end;
  }

  .md\:disabled\:self-center:disabled {
    align-self: center;
  }

  .md\:disabled\:self-stretch:disabled {
    align-self: stretch;
  }

  .md\:justify-start {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .md\:justify-end {
    -webkit-box-pack: end;
            justify-content: flex-end;
  }

  .md\:justify-center {
    -webkit-box-pack: center;
            justify-content: center;
  }

  .md\:justify-between {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .md\:justify-around {
    justify-content: space-around;
  }

  .group:hover .md\:group-hover\:justify-start {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .group:hover .md\:group-hover\:justify-end {
    -webkit-box-pack: end;
            justify-content: flex-end;
  }

  .group:hover .md\:group-hover\:justify-center {
    -webkit-box-pack: center;
            justify-content: center;
  }

  .group:hover .md\:group-hover\:justify-between {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .group:hover .md\:group-hover\:justify-around {
    justify-content: space-around;
  }

  .md\:focus-within\:justify-start:focus-within {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .md\:focus-within\:justify-end:focus-within {
    -webkit-box-pack: end;
            justify-content: flex-end;
  }

  .md\:focus-within\:justify-center:focus-within {
    -webkit-box-pack: center;
            justify-content: center;
  }

  .md\:focus-within\:justify-between:focus-within {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .md\:focus-within\:justify-around:focus-within {
    justify-content: space-around;
  }

  .md\:first\:justify-start:first-child {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .md\:first\:justify-end:first-child {
    -webkit-box-pack: end;
            justify-content: flex-end;
  }

  .md\:first\:justify-center:first-child {
    -webkit-box-pack: center;
            justify-content: center;
  }

  .md\:first\:justify-between:first-child {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .md\:first\:justify-around:first-child {
    justify-content: space-around;
  }

  .md\:last\:justify-start:last-child {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .md\:last\:justify-end:last-child {
    -webkit-box-pack: end;
            justify-content: flex-end;
  }

  .md\:last\:justify-center:last-child {
    -webkit-box-pack: center;
            justify-content: center;
  }

  .md\:last\:justify-between:last-child {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .md\:last\:justify-around:last-child {
    justify-content: space-around;
  }

  .md\:odd\:justify-start:nth-child(odd) {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .md\:odd\:justify-end:nth-child(odd) {
    -webkit-box-pack: end;
            justify-content: flex-end;
  }

  .md\:odd\:justify-center:nth-child(odd) {
    -webkit-box-pack: center;
            justify-content: center;
  }

  .md\:odd\:justify-between:nth-child(odd) {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .md\:odd\:justify-around:nth-child(odd) {
    justify-content: space-around;
  }

  .md\:even\:justify-start:nth-child(even) {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .md\:even\:justify-end:nth-child(even) {
    -webkit-box-pack: end;
            justify-content: flex-end;
  }

  .md\:even\:justify-center:nth-child(even) {
    -webkit-box-pack: center;
            justify-content: center;
  }

  .md\:even\:justify-between:nth-child(even) {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .md\:even\:justify-around:nth-child(even) {
    justify-content: space-around;
  }

  .md\:hover\:justify-start:hover {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .md\:hover\:justify-end:hover {
    -webkit-box-pack: end;
            justify-content: flex-end;
  }

  .md\:hover\:justify-center:hover {
    -webkit-box-pack: center;
            justify-content: center;
  }

  .md\:hover\:justify-between:hover {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .md\:hover\:justify-around:hover {
    justify-content: space-around;
  }

  .md\:focus\:justify-start:focus {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .md\:focus\:justify-end:focus {
    -webkit-box-pack: end;
            justify-content: flex-end;
  }

  .md\:focus\:justify-center:focus {
    -webkit-box-pack: center;
            justify-content: center;
  }

  .md\:focus\:justify-between:focus {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .md\:focus\:justify-around:focus {
    justify-content: space-around;
  }

  .md\:active\:justify-start:active {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .md\:active\:justify-end:active {
    -webkit-box-pack: end;
            justify-content: flex-end;
  }

  .md\:active\:justify-center:active {
    -webkit-box-pack: center;
            justify-content: center;
  }

  .md\:active\:justify-between:active {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .md\:active\:justify-around:active {
    justify-content: space-around;
  }

  .md\:visited\:justify-start:visited {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .md\:visited\:justify-end:visited {
    -webkit-box-pack: end;
            justify-content: flex-end;
  }

  .md\:visited\:justify-center:visited {
    -webkit-box-pack: center;
            justify-content: center;
  }

  .md\:visited\:justify-between:visited {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .md\:visited\:justify-around:visited {
    justify-content: space-around;
  }

  .md\:disabled\:justify-start:disabled {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .md\:disabled\:justify-end:disabled {
    -webkit-box-pack: end;
            justify-content: flex-end;
  }

  .md\:disabled\:justify-center:disabled {
    -webkit-box-pack: center;
            justify-content: center;
  }

  .md\:disabled\:justify-between:disabled {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .md\:disabled\:justify-around:disabled {
    justify-content: space-around;
  }

  .md\:content-center {
    align-content: center;
  }

  .md\:content-start {
    align-content: flex-start;
  }

  .md\:content-end {
    align-content: flex-end;
  }

  .md\:content-between {
    align-content: space-between;
  }

  .md\:content-around {
    align-content: space-around;
  }

  .group:hover .md\:group-hover\:content-center {
    align-content: center;
  }

  .group:hover .md\:group-hover\:content-start {
    align-content: flex-start;
  }

  .group:hover .md\:group-hover\:content-end {
    align-content: flex-end;
  }

  .group:hover .md\:group-hover\:content-between {
    align-content: space-between;
  }

  .group:hover .md\:group-hover\:content-around {
    align-content: space-around;
  }

  .md\:focus-within\:content-center:focus-within {
    align-content: center;
  }

  .md\:focus-within\:content-start:focus-within {
    align-content: flex-start;
  }

  .md\:focus-within\:content-end:focus-within {
    align-content: flex-end;
  }

  .md\:focus-within\:content-between:focus-within {
    align-content: space-between;
  }

  .md\:focus-within\:content-around:focus-within {
    align-content: space-around;
  }

  .md\:first\:content-center:first-child {
    align-content: center;
  }

  .md\:first\:content-start:first-child {
    align-content: flex-start;
  }

  .md\:first\:content-end:first-child {
    align-content: flex-end;
  }

  .md\:first\:content-between:first-child {
    align-content: space-between;
  }

  .md\:first\:content-around:first-child {
    align-content: space-around;
  }

  .md\:last\:content-center:last-child {
    align-content: center;
  }

  .md\:last\:content-start:last-child {
    align-content: flex-start;
  }

  .md\:last\:content-end:last-child {
    align-content: flex-end;
  }

  .md\:last\:content-between:last-child {
    align-content: space-between;
  }

  .md\:last\:content-around:last-child {
    align-content: space-around;
  }

  .md\:odd\:content-center:nth-child(odd) {
    align-content: center;
  }

  .md\:odd\:content-start:nth-child(odd) {
    align-content: flex-start;
  }

  .md\:odd\:content-end:nth-child(odd) {
    align-content: flex-end;
  }

  .md\:odd\:content-between:nth-child(odd) {
    align-content: space-between;
  }

  .md\:odd\:content-around:nth-child(odd) {
    align-content: space-around;
  }

  .md\:even\:content-center:nth-child(even) {
    align-content: center;
  }

  .md\:even\:content-start:nth-child(even) {
    align-content: flex-start;
  }

  .md\:even\:content-end:nth-child(even) {
    align-content: flex-end;
  }

  .md\:even\:content-between:nth-child(even) {
    align-content: space-between;
  }

  .md\:even\:content-around:nth-child(even) {
    align-content: space-around;
  }

  .md\:hover\:content-center:hover {
    align-content: center;
  }

  .md\:hover\:content-start:hover {
    align-content: flex-start;
  }

  .md\:hover\:content-end:hover {
    align-content: flex-end;
  }

  .md\:hover\:content-between:hover {
    align-content: space-between;
  }

  .md\:hover\:content-around:hover {
    align-content: space-around;
  }

  .md\:focus\:content-center:focus {
    align-content: center;
  }

  .md\:focus\:content-start:focus {
    align-content: flex-start;
  }

  .md\:focus\:content-end:focus {
    align-content: flex-end;
  }

  .md\:focus\:content-between:focus {
    align-content: space-between;
  }

  .md\:focus\:content-around:focus {
    align-content: space-around;
  }

  .md\:active\:content-center:active {
    align-content: center;
  }

  .md\:active\:content-start:active {
    align-content: flex-start;
  }

  .md\:active\:content-end:active {
    align-content: flex-end;
  }

  .md\:active\:content-between:active {
    align-content: space-between;
  }

  .md\:active\:content-around:active {
    align-content: space-around;
  }

  .md\:visited\:content-center:visited {
    align-content: center;
  }

  .md\:visited\:content-start:visited {
    align-content: flex-start;
  }

  .md\:visited\:content-end:visited {
    align-content: flex-end;
  }

  .md\:visited\:content-between:visited {
    align-content: space-between;
  }

  .md\:visited\:content-around:visited {
    align-content: space-around;
  }

  .md\:disabled\:content-center:disabled {
    align-content: center;
  }

  .md\:disabled\:content-start:disabled {
    align-content: flex-start;
  }

  .md\:disabled\:content-end:disabled {
    align-content: flex-end;
  }

  .md\:disabled\:content-between:disabled {
    align-content: space-between;
  }

  .md\:disabled\:content-around:disabled {
    align-content: space-around;
  }

  .md\:flex-1 {
    -webkit-box-flex: 1;
            flex: 1 1 0%;
  }

  .md\:flex-auto {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
  }

  .md\:flex-initial {
    -webkit-box-flex: 0;
            flex: 0 1 auto;
  }

  .md\:flex-none {
    -webkit-box-flex: 0;
            flex: none;
  }

  .group:hover .md\:group-hover\:flex-1 {
    -webkit-box-flex: 1;
            flex: 1 1 0%;
  }

  .group:hover .md\:group-hover\:flex-auto {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
  }

  .group:hover .md\:group-hover\:flex-initial {
    -webkit-box-flex: 0;
            flex: 0 1 auto;
  }

  .group:hover .md\:group-hover\:flex-none {
    -webkit-box-flex: 0;
            flex: none;
  }

  .md\:focus-within\:flex-1:focus-within {
    -webkit-box-flex: 1;
            flex: 1 1 0%;
  }

  .md\:focus-within\:flex-auto:focus-within {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
  }

  .md\:focus-within\:flex-initial:focus-within {
    -webkit-box-flex: 0;
            flex: 0 1 auto;
  }

  .md\:focus-within\:flex-none:focus-within {
    -webkit-box-flex: 0;
            flex: none;
  }

  .md\:first\:flex-1:first-child {
    -webkit-box-flex: 1;
            flex: 1 1 0%;
  }

  .md\:first\:flex-auto:first-child {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
  }

  .md\:first\:flex-initial:first-child {
    -webkit-box-flex: 0;
            flex: 0 1 auto;
  }

  .md\:first\:flex-none:first-child {
    -webkit-box-flex: 0;
            flex: none;
  }

  .md\:last\:flex-1:last-child {
    -webkit-box-flex: 1;
            flex: 1 1 0%;
  }

  .md\:last\:flex-auto:last-child {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
  }

  .md\:last\:flex-initial:last-child {
    -webkit-box-flex: 0;
            flex: 0 1 auto;
  }

  .md\:last\:flex-none:last-child {
    -webkit-box-flex: 0;
            flex: none;
  }

  .md\:odd\:flex-1:nth-child(odd) {
    -webkit-box-flex: 1;
            flex: 1 1 0%;
  }

  .md\:odd\:flex-auto:nth-child(odd) {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
  }

  .md\:odd\:flex-initial:nth-child(odd) {
    -webkit-box-flex: 0;
            flex: 0 1 auto;
  }

  .md\:odd\:flex-none:nth-child(odd) {
    -webkit-box-flex: 0;
            flex: none;
  }

  .md\:even\:flex-1:nth-child(even) {
    -webkit-box-flex: 1;
            flex: 1 1 0%;
  }

  .md\:even\:flex-auto:nth-child(even) {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
  }

  .md\:even\:flex-initial:nth-child(even) {
    -webkit-box-flex: 0;
            flex: 0 1 auto;
  }

  .md\:even\:flex-none:nth-child(even) {
    -webkit-box-flex: 0;
            flex: none;
  }

  .md\:hover\:flex-1:hover {
    -webkit-box-flex: 1;
            flex: 1 1 0%;
  }

  .md\:hover\:flex-auto:hover {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
  }

  .md\:hover\:flex-initial:hover {
    -webkit-box-flex: 0;
            flex: 0 1 auto;
  }

  .md\:hover\:flex-none:hover {
    -webkit-box-flex: 0;
            flex: none;
  }

  .md\:focus\:flex-1:focus {
    -webkit-box-flex: 1;
            flex: 1 1 0%;
  }

  .md\:focus\:flex-auto:focus {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
  }

  .md\:focus\:flex-initial:focus {
    -webkit-box-flex: 0;
            flex: 0 1 auto;
  }

  .md\:focus\:flex-none:focus {
    -webkit-box-flex: 0;
            flex: none;
  }

  .md\:active\:flex-1:active {
    -webkit-box-flex: 1;
            flex: 1 1 0%;
  }

  .md\:active\:flex-auto:active {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
  }

  .md\:active\:flex-initial:active {
    -webkit-box-flex: 0;
            flex: 0 1 auto;
  }

  .md\:active\:flex-none:active {
    -webkit-box-flex: 0;
            flex: none;
  }

  .md\:visited\:flex-1:visited {
    -webkit-box-flex: 1;
            flex: 1 1 0%;
  }

  .md\:visited\:flex-auto:visited {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
  }

  .md\:visited\:flex-initial:visited {
    -webkit-box-flex: 0;
            flex: 0 1 auto;
  }

  .md\:visited\:flex-none:visited {
    -webkit-box-flex: 0;
            flex: none;
  }

  .md\:disabled\:flex-1:disabled {
    -webkit-box-flex: 1;
            flex: 1 1 0%;
  }

  .md\:disabled\:flex-auto:disabled {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
  }

  .md\:disabled\:flex-initial:disabled {
    -webkit-box-flex: 0;
            flex: 0 1 auto;
  }

  .md\:disabled\:flex-none:disabled {
    -webkit-box-flex: 0;
            flex: none;
  }

  .md\:flex-grow-0 {
    -webkit-box-flex: 0;
            flex-grow: 0;
  }

  .md\:flex-grow {
    -webkit-box-flex: 1;
            flex-grow: 1;
  }

  .group:hover .md\:group-hover\:flex-grow-0 {
    -webkit-box-flex: 0;
            flex-grow: 0;
  }

  .group:hover .md\:group-hover\:flex-grow {
    -webkit-box-flex: 1;
            flex-grow: 1;
  }

  .md\:focus-within\:flex-grow-0:focus-within {
    -webkit-box-flex: 0;
            flex-grow: 0;
  }

  .md\:focus-within\:flex-grow:focus-within {
    -webkit-box-flex: 1;
            flex-grow: 1;
  }

  .md\:first\:flex-grow-0:first-child {
    -webkit-box-flex: 0;
            flex-grow: 0;
  }

  .md\:first\:flex-grow:first-child {
    -webkit-box-flex: 1;
            flex-grow: 1;
  }

  .md\:last\:flex-grow-0:last-child {
    -webkit-box-flex: 0;
            flex-grow: 0;
  }

  .md\:last\:flex-grow:last-child {
    -webkit-box-flex: 1;
            flex-grow: 1;
  }

  .md\:odd\:flex-grow-0:nth-child(odd) {
    -webkit-box-flex: 0;
            flex-grow: 0;
  }

  .md\:odd\:flex-grow:nth-child(odd) {
    -webkit-box-flex: 1;
            flex-grow: 1;
  }

  .md\:even\:flex-grow-0:nth-child(even) {
    -webkit-box-flex: 0;
            flex-grow: 0;
  }

  .md\:even\:flex-grow:nth-child(even) {
    -webkit-box-flex: 1;
            flex-grow: 1;
  }

  .md\:hover\:flex-grow-0:hover {
    -webkit-box-flex: 0;
            flex-grow: 0;
  }

  .md\:hover\:flex-grow:hover {
    -webkit-box-flex: 1;
            flex-grow: 1;
  }

  .md\:focus\:flex-grow-0:focus {
    -webkit-box-flex: 0;
            flex-grow: 0;
  }

  .md\:focus\:flex-grow:focus {
    -webkit-box-flex: 1;
            flex-grow: 1;
  }

  .md\:active\:flex-grow-0:active {
    -webkit-box-flex: 0;
            flex-grow: 0;
  }

  .md\:active\:flex-grow:active {
    -webkit-box-flex: 1;
            flex-grow: 1;
  }

  .md\:visited\:flex-grow-0:visited {
    -webkit-box-flex: 0;
            flex-grow: 0;
  }

  .md\:visited\:flex-grow:visited {
    -webkit-box-flex: 1;
            flex-grow: 1;
  }

  .md\:disabled\:flex-grow-0:disabled {
    -webkit-box-flex: 0;
            flex-grow: 0;
  }

  .md\:disabled\:flex-grow:disabled {
    -webkit-box-flex: 1;
            flex-grow: 1;
  }

  .md\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .md\:flex-shrink {
    flex-shrink: 1;
  }

  .group:hover .md\:group-hover\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .group:hover .md\:group-hover\:flex-shrink {
    flex-shrink: 1;
  }

  .md\:focus-within\:flex-shrink-0:focus-within {
    flex-shrink: 0;
  }

  .md\:focus-within\:flex-shrink:focus-within {
    flex-shrink: 1;
  }

  .md\:first\:flex-shrink-0:first-child {
    flex-shrink: 0;
  }

  .md\:first\:flex-shrink:first-child {
    flex-shrink: 1;
  }

  .md\:last\:flex-shrink-0:last-child {
    flex-shrink: 0;
  }

  .md\:last\:flex-shrink:last-child {
    flex-shrink: 1;
  }

  .md\:odd\:flex-shrink-0:nth-child(odd) {
    flex-shrink: 0;
  }

  .md\:odd\:flex-shrink:nth-child(odd) {
    flex-shrink: 1;
  }

  .md\:even\:flex-shrink-0:nth-child(even) {
    flex-shrink: 0;
  }

  .md\:even\:flex-shrink:nth-child(even) {
    flex-shrink: 1;
  }

  .md\:hover\:flex-shrink-0:hover {
    flex-shrink: 0;
  }

  .md\:hover\:flex-shrink:hover {
    flex-shrink: 1;
  }

  .md\:focus\:flex-shrink-0:focus {
    flex-shrink: 0;
  }

  .md\:focus\:flex-shrink:focus {
    flex-shrink: 1;
  }

  .md\:active\:flex-shrink-0:active {
    flex-shrink: 0;
  }

  .md\:active\:flex-shrink:active {
    flex-shrink: 1;
  }

  .md\:visited\:flex-shrink-0:visited {
    flex-shrink: 0;
  }

  .md\:visited\:flex-shrink:visited {
    flex-shrink: 1;
  }

  .md\:disabled\:flex-shrink-0:disabled {
    flex-shrink: 0;
  }

  .md\:disabled\:flex-shrink:disabled {
    flex-shrink: 1;
  }

  .md\:order-1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .md\:order-2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .md\:order-3 {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .md\:order-4 {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .md\:order-5 {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .md\:order-6 {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .md\:order-7 {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .md\:order-8 {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .md\:order-9 {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .md\:order-10 {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .md\:order-11 {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .md\:order-12 {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .md\:order-first {
    -webkit-box-ordinal-group: -9998;
            order: -9999;
  }

  .md\:order-last {
    -webkit-box-ordinal-group: 10000;
            order: 9999;
  }

  .md\:order-none {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .group:hover .md\:group-hover\:order-1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .group:hover .md\:group-hover\:order-2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .group:hover .md\:group-hover\:order-3 {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .group:hover .md\:group-hover\:order-4 {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .group:hover .md\:group-hover\:order-5 {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .group:hover .md\:group-hover\:order-6 {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .group:hover .md\:group-hover\:order-7 {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .group:hover .md\:group-hover\:order-8 {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .group:hover .md\:group-hover\:order-9 {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .group:hover .md\:group-hover\:order-10 {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .group:hover .md\:group-hover\:order-11 {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .group:hover .md\:group-hover\:order-12 {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .group:hover .md\:group-hover\:order-first {
    -webkit-box-ordinal-group: -9998;
            order: -9999;
  }

  .group:hover .md\:group-hover\:order-last {
    -webkit-box-ordinal-group: 10000;
            order: 9999;
  }

  .group:hover .md\:group-hover\:order-none {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .md\:focus-within\:order-1:focus-within {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .md\:focus-within\:order-2:focus-within {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .md\:focus-within\:order-3:focus-within {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .md\:focus-within\:order-4:focus-within {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .md\:focus-within\:order-5:focus-within {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .md\:focus-within\:order-6:focus-within {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .md\:focus-within\:order-7:focus-within {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .md\:focus-within\:order-8:focus-within {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .md\:focus-within\:order-9:focus-within {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .md\:focus-within\:order-10:focus-within {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .md\:focus-within\:order-11:focus-within {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .md\:focus-within\:order-12:focus-within {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .md\:focus-within\:order-first:focus-within {
    -webkit-box-ordinal-group: -9998;
            order: -9999;
  }

  .md\:focus-within\:order-last:focus-within {
    -webkit-box-ordinal-group: 10000;
            order: 9999;
  }

  .md\:focus-within\:order-none:focus-within {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .md\:first\:order-1:first-child {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .md\:first\:order-2:first-child {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .md\:first\:order-3:first-child {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .md\:first\:order-4:first-child {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .md\:first\:order-5:first-child {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .md\:first\:order-6:first-child {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .md\:first\:order-7:first-child {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .md\:first\:order-8:first-child {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .md\:first\:order-9:first-child {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .md\:first\:order-10:first-child {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .md\:first\:order-11:first-child {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .md\:first\:order-12:first-child {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .md\:first\:order-first:first-child {
    -webkit-box-ordinal-group: -9998;
            order: -9999;
  }

  .md\:first\:order-last:first-child {
    -webkit-box-ordinal-group: 10000;
            order: 9999;
  }

  .md\:first\:order-none:first-child {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .md\:last\:order-1:last-child {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .md\:last\:order-2:last-child {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .md\:last\:order-3:last-child {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .md\:last\:order-4:last-child {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .md\:last\:order-5:last-child {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .md\:last\:order-6:last-child {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .md\:last\:order-7:last-child {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .md\:last\:order-8:last-child {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .md\:last\:order-9:last-child {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .md\:last\:order-10:last-child {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .md\:last\:order-11:last-child {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .md\:last\:order-12:last-child {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .md\:last\:order-first:last-child {
    -webkit-box-ordinal-group: -9998;
            order: -9999;
  }

  .md\:last\:order-last:last-child {
    -webkit-box-ordinal-group: 10000;
            order: 9999;
  }

  .md\:last\:order-none:last-child {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .md\:odd\:order-1:nth-child(odd) {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .md\:odd\:order-2:nth-child(odd) {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .md\:odd\:order-3:nth-child(odd) {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .md\:odd\:order-4:nth-child(odd) {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .md\:odd\:order-5:nth-child(odd) {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .md\:odd\:order-6:nth-child(odd) {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .md\:odd\:order-7:nth-child(odd) {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .md\:odd\:order-8:nth-child(odd) {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .md\:odd\:order-9:nth-child(odd) {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .md\:odd\:order-10:nth-child(odd) {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .md\:odd\:order-11:nth-child(odd) {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .md\:odd\:order-12:nth-child(odd) {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .md\:odd\:order-first:nth-child(odd) {
    -webkit-box-ordinal-group: -9998;
            order: -9999;
  }

  .md\:odd\:order-last:nth-child(odd) {
    -webkit-box-ordinal-group: 10000;
            order: 9999;
  }

  .md\:odd\:order-none:nth-child(odd) {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .md\:even\:order-1:nth-child(even) {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .md\:even\:order-2:nth-child(even) {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .md\:even\:order-3:nth-child(even) {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .md\:even\:order-4:nth-child(even) {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .md\:even\:order-5:nth-child(even) {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .md\:even\:order-6:nth-child(even) {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .md\:even\:order-7:nth-child(even) {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .md\:even\:order-8:nth-child(even) {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .md\:even\:order-9:nth-child(even) {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .md\:even\:order-10:nth-child(even) {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .md\:even\:order-11:nth-child(even) {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .md\:even\:order-12:nth-child(even) {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .md\:even\:order-first:nth-child(even) {
    -webkit-box-ordinal-group: -9998;
            order: -9999;
  }

  .md\:even\:order-last:nth-child(even) {
    -webkit-box-ordinal-group: 10000;
            order: 9999;
  }

  .md\:even\:order-none:nth-child(even) {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .md\:hover\:order-1:hover {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .md\:hover\:order-2:hover {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .md\:hover\:order-3:hover {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .md\:hover\:order-4:hover {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .md\:hover\:order-5:hover {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .md\:hover\:order-6:hover {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .md\:hover\:order-7:hover {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .md\:hover\:order-8:hover {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .md\:hover\:order-9:hover {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .md\:hover\:order-10:hover {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .md\:hover\:order-11:hover {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .md\:hover\:order-12:hover {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .md\:hover\:order-first:hover {
    -webkit-box-ordinal-group: -9998;
            order: -9999;
  }

  .md\:hover\:order-last:hover {
    -webkit-box-ordinal-group: 10000;
            order: 9999;
  }

  .md\:hover\:order-none:hover {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .md\:focus\:order-1:focus {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .md\:focus\:order-2:focus {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .md\:focus\:order-3:focus {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .md\:focus\:order-4:focus {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .md\:focus\:order-5:focus {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .md\:focus\:order-6:focus {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .md\:focus\:order-7:focus {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .md\:focus\:order-8:focus {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .md\:focus\:order-9:focus {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .md\:focus\:order-10:focus {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .md\:focus\:order-11:focus {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .md\:focus\:order-12:focus {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .md\:focus\:order-first:focus {
    -webkit-box-ordinal-group: -9998;
            order: -9999;
  }

  .md\:focus\:order-last:focus {
    -webkit-box-ordinal-group: 10000;
            order: 9999;
  }

  .md\:focus\:order-none:focus {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .md\:active\:order-1:active {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .md\:active\:order-2:active {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .md\:active\:order-3:active {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .md\:active\:order-4:active {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .md\:active\:order-5:active {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .md\:active\:order-6:active {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .md\:active\:order-7:active {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .md\:active\:order-8:active {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .md\:active\:order-9:active {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .md\:active\:order-10:active {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .md\:active\:order-11:active {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .md\:active\:order-12:active {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .md\:active\:order-first:active {
    -webkit-box-ordinal-group: -9998;
            order: -9999;
  }

  .md\:active\:order-last:active {
    -webkit-box-ordinal-group: 10000;
            order: 9999;
  }

  .md\:active\:order-none:active {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .md\:visited\:order-1:visited {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .md\:visited\:order-2:visited {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .md\:visited\:order-3:visited {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .md\:visited\:order-4:visited {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .md\:visited\:order-5:visited {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .md\:visited\:order-6:visited {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .md\:visited\:order-7:visited {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .md\:visited\:order-8:visited {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .md\:visited\:order-9:visited {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .md\:visited\:order-10:visited {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .md\:visited\:order-11:visited {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .md\:visited\:order-12:visited {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .md\:visited\:order-first:visited {
    -webkit-box-ordinal-group: -9998;
            order: -9999;
  }

  .md\:visited\:order-last:visited {
    -webkit-box-ordinal-group: 10000;
            order: 9999;
  }

  .md\:visited\:order-none:visited {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .md\:disabled\:order-1:disabled {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .md\:disabled\:order-2:disabled {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .md\:disabled\:order-3:disabled {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .md\:disabled\:order-4:disabled {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .md\:disabled\:order-5:disabled {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .md\:disabled\:order-6:disabled {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .md\:disabled\:order-7:disabled {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .md\:disabled\:order-8:disabled {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .md\:disabled\:order-9:disabled {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .md\:disabled\:order-10:disabled {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .md\:disabled\:order-11:disabled {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .md\:disabled\:order-12:disabled {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .md\:disabled\:order-first:disabled {
    -webkit-box-ordinal-group: -9998;
            order: -9999;
  }

  .md\:disabled\:order-last:disabled {
    -webkit-box-ordinal-group: 10000;
            order: 9999;
  }

  .md\:disabled\:order-none:disabled {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .md\:float-right {
    float: right;
  }

  .md\:float-left {
    float: left;
  }

  .md\:float-none {
    float: none;
  }

  .md\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .group:hover .md\:group-hover\:float-right {
    float: right;
  }

  .group:hover .md\:group-hover\:float-left {
    float: left;
  }

  .group:hover .md\:group-hover\:float-none {
    float: none;
  }

  .group:hover .md\:group-hover\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .md\:focus-within\:float-right:focus-within {
    float: right;
  }

  .md\:focus-within\:float-left:focus-within {
    float: left;
  }

  .md\:focus-within\:float-none:focus-within {
    float: none;
  }

  .md\:focus-within\:clearfix:focus-within:after {
    content: "";
    display: table;
    clear: both;
  }

  .md\:first\:float-right:first-child {
    float: right;
  }

  .md\:first\:float-left:first-child {
    float: left;
  }

  .md\:first\:float-none:first-child {
    float: none;
  }

  .md\:first\:clearfix:first-child:after {
    content: "";
    display: table;
    clear: both;
  }

  .md\:last\:float-right:last-child {
    float: right;
  }

  .md\:last\:float-left:last-child {
    float: left;
  }

  .md\:last\:float-none:last-child {
    float: none;
  }

  .md\:last\:clearfix:last-child:after {
    content: "";
    display: table;
    clear: both;
  }

  .md\:odd\:float-right:nth-child(odd) {
    float: right;
  }

  .md\:odd\:float-left:nth-child(odd) {
    float: left;
  }

  .md\:odd\:float-none:nth-child(odd) {
    float: none;
  }

  .md\:odd\:clearfix:nth-child(odd):after {
    content: "";
    display: table;
    clear: both;
  }

  .md\:even\:float-right:nth-child(even) {
    float: right;
  }

  .md\:even\:float-left:nth-child(even) {
    float: left;
  }

  .md\:even\:float-none:nth-child(even) {
    float: none;
  }

  .md\:even\:clearfix:nth-child(even):after {
    content: "";
    display: table;
    clear: both;
  }

  .md\:hover\:float-right:hover {
    float: right;
  }

  .md\:hover\:float-left:hover {
    float: left;
  }

  .md\:hover\:float-none:hover {
    float: none;
  }

  .md\:hover\:clearfix:hover:after {
    content: "";
    display: table;
    clear: both;
  }

  .md\:focus\:float-right:focus {
    float: right;
  }

  .md\:focus\:float-left:focus {
    float: left;
  }

  .md\:focus\:float-none:focus {
    float: none;
  }

  .md\:focus\:clearfix:focus:after {
    content: "";
    display: table;
    clear: both;
  }

  .md\:active\:float-right:active {
    float: right;
  }

  .md\:active\:float-left:active {
    float: left;
  }

  .md\:active\:float-none:active {
    float: none;
  }

  .md\:active\:clearfix:active:after {
    content: "";
    display: table;
    clear: both;
  }

  .md\:visited\:float-right:visited {
    float: right;
  }

  .md\:visited\:float-left:visited {
    float: left;
  }

  .md\:visited\:float-none:visited {
    float: none;
  }

  .md\:visited\:clearfix:visited:after {
    content: "";
    display: table;
    clear: both;
  }

  .md\:disabled\:float-right:disabled {
    float: right;
  }

  .md\:disabled\:float-left:disabled {
    float: left;
  }

  .md\:disabled\:float-none:disabled {
    float: none;
  }

  .md\:disabled\:clearfix:disabled:after {
    content: "";
    display: table;
    clear: both;
  }

  .md\:font-sans {
    font-family: -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\:font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .md\:font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .group:hover .md\:group-hover\:font-sans {
    font-family: -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";
  }

  .group:hover .md\:group-hover\:font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .group:hover .md\:group-hover\:font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .md\:focus-within\:font-sans:focus-within {
    font-family: -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\:focus-within\:font-serif:focus-within {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .md\:focus-within\:font-mono:focus-within {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .md\:first\:font-sans:first-child {
    font-family: -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\:first\:font-serif:first-child {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .md\:first\:font-mono:first-child {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .md\:last\:font-sans:last-child {
    font-family: -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\:last\:font-serif:last-child {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .md\:last\:font-mono:last-child {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .md\:odd\:font-sans:nth-child(odd) {
    font-family: -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\:odd\:font-serif:nth-child(odd) {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .md\:odd\:font-mono:nth-child(odd) {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .md\:even\:font-sans:nth-child(even) {
    font-family: -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\:even\:font-serif:nth-child(even) {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .md\:even\:font-mono:nth-child(even) {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .md\:hover\:font-sans:hover {
    font-family: -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\:hover\:font-serif:hover {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .md\:hover\:font-mono:hover {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .md\:focus\:font-sans:focus {
    font-family: -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\:focus\:font-serif:focus {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .md\:focus\:font-mono:focus {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .md\:active\:font-sans:active {
    font-family: -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\:active\:font-serif:active {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .md\:active\:font-mono:active {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .md\:visited\:font-sans:visited {
    font-family: -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\:visited\:font-serif:visited {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .md\:visited\:font-mono:visited {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .md\:disabled\:font-sans:disabled {
    font-family: -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\:disabled\:font-serif:disabled {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .md\:disabled\:font-mono:disabled {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .md\:font-hairline {
    font-weight: 100;
  }

  .md\:font-thin {
    font-weight: 200;
  }

  .md\:font-light {
    font-weight: 300;
  }

  .md\:font-normal {
    font-weight: 400;
  }

  .md\:font-medium {
    font-weight: 500;
  }

  .md\:font-semibold {
    font-weight: 600;
  }

  .md\:font-bold {
    font-weight: 700;
  }

  .md\:font-extrabold {
    font-weight: 800;
  }

  .md\:font-black {
    font-weight: 900;
  }

  .group:hover .md\:group-hover\:font-hairline {
    font-weight: 100;
  }

  .group:hover .md\:group-hover\:font-thin {
    font-weight: 200;
  }

  .group:hover .md\:group-hover\:font-light {
    font-weight: 300;
  }

  .group:hover .md\:group-hover\:font-normal {
    font-weight: 400;
  }

  .group:hover .md\:group-hover\:font-medium {
    font-weight: 500;
  }

  .group:hover .md\:group-hover\:font-semibold {
    font-weight: 600;
  }

  .group:hover .md\:group-hover\:font-bold {
    font-weight: 700;
  }

  .group:hover .md\:group-hover\:font-extrabold {
    font-weight: 800;
  }

  .group:hover .md\:group-hover\:font-black {
    font-weight: 900;
  }

  .md\:focus-within\:font-hairline:focus-within {
    font-weight: 100;
  }

  .md\:focus-within\:font-thin:focus-within {
    font-weight: 200;
  }

  .md\:focus-within\:font-light:focus-within {
    font-weight: 300;
  }

  .md\:focus-within\:font-normal:focus-within {
    font-weight: 400;
  }

  .md\:focus-within\:font-medium:focus-within {
    font-weight: 500;
  }

  .md\:focus-within\:font-semibold:focus-within {
    font-weight: 600;
  }

  .md\:focus-within\:font-bold:focus-within {
    font-weight: 700;
  }

  .md\:focus-within\:font-extrabold:focus-within {
    font-weight: 800;
  }

  .md\:focus-within\:font-black:focus-within {
    font-weight: 900;
  }

  .md\:first\:font-hairline:first-child {
    font-weight: 100;
  }

  .md\:first\:font-thin:first-child {
    font-weight: 200;
  }

  .md\:first\:font-light:first-child {
    font-weight: 300;
  }

  .md\:first\:font-normal:first-child {
    font-weight: 400;
  }

  .md\:first\:font-medium:first-child {
    font-weight: 500;
  }

  .md\:first\:font-semibold:first-child {
    font-weight: 600;
  }

  .md\:first\:font-bold:first-child {
    font-weight: 700;
  }

  .md\:first\:font-extrabold:first-child {
    font-weight: 800;
  }

  .md\:first\:font-black:first-child {
    font-weight: 900;
  }

  .md\:last\:font-hairline:last-child {
    font-weight: 100;
  }

  .md\:last\:font-thin:last-child {
    font-weight: 200;
  }

  .md\:last\:font-light:last-child {
    font-weight: 300;
  }

  .md\:last\:font-normal:last-child {
    font-weight: 400;
  }

  .md\:last\:font-medium:last-child {
    font-weight: 500;
  }

  .md\:last\:font-semibold:last-child {
    font-weight: 600;
  }

  .md\:last\:font-bold:last-child {
    font-weight: 700;
  }

  .md\:last\:font-extrabold:last-child {
    font-weight: 800;
  }

  .md\:last\:font-black:last-child {
    font-weight: 900;
  }

  .md\:odd\:font-hairline:nth-child(odd) {
    font-weight: 100;
  }

  .md\:odd\:font-thin:nth-child(odd) {
    font-weight: 200;
  }

  .md\:odd\:font-light:nth-child(odd) {
    font-weight: 300;
  }

  .md\:odd\:font-normal:nth-child(odd) {
    font-weight: 400;
  }

  .md\:odd\:font-medium:nth-child(odd) {
    font-weight: 500;
  }

  .md\:odd\:font-semibold:nth-child(odd) {
    font-weight: 600;
  }

  .md\:odd\:font-bold:nth-child(odd) {
    font-weight: 700;
  }

  .md\:odd\:font-extrabold:nth-child(odd) {
    font-weight: 800;
  }

  .md\:odd\:font-black:nth-child(odd) {
    font-weight: 900;
  }

  .md\:even\:font-hairline:nth-child(even) {
    font-weight: 100;
  }

  .md\:even\:font-thin:nth-child(even) {
    font-weight: 200;
  }

  .md\:even\:font-light:nth-child(even) {
    font-weight: 300;
  }

  .md\:even\:font-normal:nth-child(even) {
    font-weight: 400;
  }

  .md\:even\:font-medium:nth-child(even) {
    font-weight: 500;
  }

  .md\:even\:font-semibold:nth-child(even) {
    font-weight: 600;
  }

  .md\:even\:font-bold:nth-child(even) {
    font-weight: 700;
  }

  .md\:even\:font-extrabold:nth-child(even) {
    font-weight: 800;
  }

  .md\:even\:font-black:nth-child(even) {
    font-weight: 900;
  }

  .md\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .md\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .md\:hover\:font-light:hover {
    font-weight: 300;
  }

  .md\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .md\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .md\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .md\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .md\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .md\:hover\:font-black:hover {
    font-weight: 900;
  }

  .md\:focus\:font-hairline:focus {
    font-weight: 100;
  }

  .md\:focus\:font-thin:focus {
    font-weight: 200;
  }

  .md\:focus\:font-light:focus {
    font-weight: 300;
  }

  .md\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .md\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .md\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .md\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .md\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .md\:focus\:font-black:focus {
    font-weight: 900;
  }

  .md\:active\:font-hairline:active {
    font-weight: 100;
  }

  .md\:active\:font-thin:active {
    font-weight: 200;
  }

  .md\:active\:font-light:active {
    font-weight: 300;
  }

  .md\:active\:font-normal:active {
    font-weight: 400;
  }

  .md\:active\:font-medium:active {
    font-weight: 500;
  }

  .md\:active\:font-semibold:active {
    font-weight: 600;
  }

  .md\:active\:font-bold:active {
    font-weight: 700;
  }

  .md\:active\:font-extrabold:active {
    font-weight: 800;
  }

  .md\:active\:font-black:active {
    font-weight: 900;
  }

  .md\:visited\:font-hairline:visited {
    font-weight: 100;
  }

  .md\:visited\:font-thin:visited {
    font-weight: 200;
  }

  .md\:visited\:font-light:visited {
    font-weight: 300;
  }

  .md\:visited\:font-normal:visited {
    font-weight: 400;
  }

  .md\:visited\:font-medium:visited {
    font-weight: 500;
  }

  .md\:visited\:font-semibold:visited {
    font-weight: 600;
  }

  .md\:visited\:font-bold:visited {
    font-weight: 700;
  }

  .md\:visited\:font-extrabold:visited {
    font-weight: 800;
  }

  .md\:visited\:font-black:visited {
    font-weight: 900;
  }

  .md\:disabled\:font-hairline:disabled {
    font-weight: 100;
  }

  .md\:disabled\:font-thin:disabled {
    font-weight: 200;
  }

  .md\:disabled\:font-light:disabled {
    font-weight: 300;
  }

  .md\:disabled\:font-normal:disabled {
    font-weight: 400;
  }

  .md\:disabled\:font-medium:disabled {
    font-weight: 500;
  }

  .md\:disabled\:font-semibold:disabled {
    font-weight: 600;
  }

  .md\:disabled\:font-bold:disabled {
    font-weight: 700;
  }

  .md\:disabled\:font-extrabold:disabled {
    font-weight: 800;
  }

  .md\:disabled\:font-black:disabled {
    font-weight: 900;
  }

  .md\:h-0 {
    height: 0;
  }

  .md\:h-1 {
    height: 0.25rem;
  }

  .md\:h-2 {
    height: 0.5rem;
  }

  .md\:h-3 {
    height: 0.75rem;
  }

  .md\:h-4 {
    height: 1rem;
  }

  .md\:h-5 {
    height: 1.25rem;
  }

  .md\:h-6 {
    height: 1.5rem;
  }

  .md\:h-8 {
    height: 2rem;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:h-12 {
    height: 3rem;
  }

  .md\:h-16 {
    height: 4rem;
  }

  .md\:h-20 {
    height: 5rem;
  }

  .md\:h-24 {
    height: 6rem;
  }

  .md\:h-32 {
    height: 8rem;
  }

  .md\:h-40 {
    height: 10rem;
  }

  .md\:h-48 {
    height: 12rem;
  }

  .md\:h-56 {
    height: 14rem;
  }

  .md\:h-64 {
    height: 16rem;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:h-px {
    height: 1px;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:h-screen {
    height: 100vh;
  }

  .group:hover .md\:group-hover\:h-0 {
    height: 0;
  }

  .group:hover .md\:group-hover\:h-1 {
    height: 0.25rem;
  }

  .group:hover .md\:group-hover\:h-2 {
    height: 0.5rem;
  }

  .group:hover .md\:group-hover\:h-3 {
    height: 0.75rem;
  }

  .group:hover .md\:group-hover\:h-4 {
    height: 1rem;
  }

  .group:hover .md\:group-hover\:h-5 {
    height: 1.25rem;
  }

  .group:hover .md\:group-hover\:h-6 {
    height: 1.5rem;
  }

  .group:hover .md\:group-hover\:h-8 {
    height: 2rem;
  }

  .group:hover .md\:group-hover\:h-10 {
    height: 2.5rem;
  }

  .group:hover .md\:group-hover\:h-12 {
    height: 3rem;
  }

  .group:hover .md\:group-hover\:h-16 {
    height: 4rem;
  }

  .group:hover .md\:group-hover\:h-20 {
    height: 5rem;
  }

  .group:hover .md\:group-hover\:h-24 {
    height: 6rem;
  }

  .group:hover .md\:group-hover\:h-32 {
    height: 8rem;
  }

  .group:hover .md\:group-hover\:h-40 {
    height: 10rem;
  }

  .group:hover .md\:group-hover\:h-48 {
    height: 12rem;
  }

  .group:hover .md\:group-hover\:h-56 {
    height: 14rem;
  }

  .group:hover .md\:group-hover\:h-64 {
    height: 16rem;
  }

  .group:hover .md\:group-hover\:h-auto {
    height: auto;
  }

  .group:hover .md\:group-hover\:h-px {
    height: 1px;
  }

  .group:hover .md\:group-hover\:h-full {
    height: 100%;
  }

  .group:hover .md\:group-hover\:h-screen {
    height: 100vh;
  }

  .md\:focus-within\:h-0:focus-within {
    height: 0;
  }

  .md\:focus-within\:h-1:focus-within {
    height: 0.25rem;
  }

  .md\:focus-within\:h-2:focus-within {
    height: 0.5rem;
  }

  .md\:focus-within\:h-3:focus-within {
    height: 0.75rem;
  }

  .md\:focus-within\:h-4:focus-within {
    height: 1rem;
  }

  .md\:focus-within\:h-5:focus-within {
    height: 1.25rem;
  }

  .md\:focus-within\:h-6:focus-within {
    height: 1.5rem;
  }

  .md\:focus-within\:h-8:focus-within {
    height: 2rem;
  }

  .md\:focus-within\:h-10:focus-within {
    height: 2.5rem;
  }

  .md\:focus-within\:h-12:focus-within {
    height: 3rem;
  }

  .md\:focus-within\:h-16:focus-within {
    height: 4rem;
  }

  .md\:focus-within\:h-20:focus-within {
    height: 5rem;
  }

  .md\:focus-within\:h-24:focus-within {
    height: 6rem;
  }

  .md\:focus-within\:h-32:focus-within {
    height: 8rem;
  }

  .md\:focus-within\:h-40:focus-within {
    height: 10rem;
  }

  .md\:focus-within\:h-48:focus-within {
    height: 12rem;
  }

  .md\:focus-within\:h-56:focus-within {
    height: 14rem;
  }

  .md\:focus-within\:h-64:focus-within {
    height: 16rem;
  }

  .md\:focus-within\:h-auto:focus-within {
    height: auto;
  }

  .md\:focus-within\:h-px:focus-within {
    height: 1px;
  }

  .md\:focus-within\:h-full:focus-within {
    height: 100%;
  }

  .md\:focus-within\:h-screen:focus-within {
    height: 100vh;
  }

  .md\:first\:h-0:first-child {
    height: 0;
  }

  .md\:first\:h-1:first-child {
    height: 0.25rem;
  }

  .md\:first\:h-2:first-child {
    height: 0.5rem;
  }

  .md\:first\:h-3:first-child {
    height: 0.75rem;
  }

  .md\:first\:h-4:first-child {
    height: 1rem;
  }

  .md\:first\:h-5:first-child {
    height: 1.25rem;
  }

  .md\:first\:h-6:first-child {
    height: 1.5rem;
  }

  .md\:first\:h-8:first-child {
    height: 2rem;
  }

  .md\:first\:h-10:first-child {
    height: 2.5rem;
  }

  .md\:first\:h-12:first-child {
    height: 3rem;
  }

  .md\:first\:h-16:first-child {
    height: 4rem;
  }

  .md\:first\:h-20:first-child {
    height: 5rem;
  }

  .md\:first\:h-24:first-child {
    height: 6rem;
  }

  .md\:first\:h-32:first-child {
    height: 8rem;
  }

  .md\:first\:h-40:first-child {
    height: 10rem;
  }

  .md\:first\:h-48:first-child {
    height: 12rem;
  }

  .md\:first\:h-56:first-child {
    height: 14rem;
  }

  .md\:first\:h-64:first-child {
    height: 16rem;
  }

  .md\:first\:h-auto:first-child {
    height: auto;
  }

  .md\:first\:h-px:first-child {
    height: 1px;
  }

  .md\:first\:h-full:first-child {
    height: 100%;
  }

  .md\:first\:h-screen:first-child {
    height: 100vh;
  }

  .md\:last\:h-0:last-child {
    height: 0;
  }

  .md\:last\:h-1:last-child {
    height: 0.25rem;
  }

  .md\:last\:h-2:last-child {
    height: 0.5rem;
  }

  .md\:last\:h-3:last-child {
    height: 0.75rem;
  }

  .md\:last\:h-4:last-child {
    height: 1rem;
  }

  .md\:last\:h-5:last-child {
    height: 1.25rem;
  }

  .md\:last\:h-6:last-child {
    height: 1.5rem;
  }

  .md\:last\:h-8:last-child {
    height: 2rem;
  }

  .md\:last\:h-10:last-child {
    height: 2.5rem;
  }

  .md\:last\:h-12:last-child {
    height: 3rem;
  }

  .md\:last\:h-16:last-child {
    height: 4rem;
  }

  .md\:last\:h-20:last-child {
    height: 5rem;
  }

  .md\:last\:h-24:last-child {
    height: 6rem;
  }

  .md\:last\:h-32:last-child {
    height: 8rem;
  }

  .md\:last\:h-40:last-child {
    height: 10rem;
  }

  .md\:last\:h-48:last-child {
    height: 12rem;
  }

  .md\:last\:h-56:last-child {
    height: 14rem;
  }

  .md\:last\:h-64:last-child {
    height: 16rem;
  }

  .md\:last\:h-auto:last-child {
    height: auto;
  }

  .md\:last\:h-px:last-child {
    height: 1px;
  }

  .md\:last\:h-full:last-child {
    height: 100%;
  }

  .md\:last\:h-screen:last-child {
    height: 100vh;
  }

  .md\:odd\:h-0:nth-child(odd) {
    height: 0;
  }

  .md\:odd\:h-1:nth-child(odd) {
    height: 0.25rem;
  }

  .md\:odd\:h-2:nth-child(odd) {
    height: 0.5rem;
  }

  .md\:odd\:h-3:nth-child(odd) {
    height: 0.75rem;
  }

  .md\:odd\:h-4:nth-child(odd) {
    height: 1rem;
  }

  .md\:odd\:h-5:nth-child(odd) {
    height: 1.25rem;
  }

  .md\:odd\:h-6:nth-child(odd) {
    height: 1.5rem;
  }

  .md\:odd\:h-8:nth-child(odd) {
    height: 2rem;
  }

  .md\:odd\:h-10:nth-child(odd) {
    height: 2.5rem;
  }

  .md\:odd\:h-12:nth-child(odd) {
    height: 3rem;
  }

  .md\:odd\:h-16:nth-child(odd) {
    height: 4rem;
  }

  .md\:odd\:h-20:nth-child(odd) {
    height: 5rem;
  }

  .md\:odd\:h-24:nth-child(odd) {
    height: 6rem;
  }

  .md\:odd\:h-32:nth-child(odd) {
    height: 8rem;
  }

  .md\:odd\:h-40:nth-child(odd) {
    height: 10rem;
  }

  .md\:odd\:h-48:nth-child(odd) {
    height: 12rem;
  }

  .md\:odd\:h-56:nth-child(odd) {
    height: 14rem;
  }

  .md\:odd\:h-64:nth-child(odd) {
    height: 16rem;
  }

  .md\:odd\:h-auto:nth-child(odd) {
    height: auto;
  }

  .md\:odd\:h-px:nth-child(odd) {
    height: 1px;
  }

  .md\:odd\:h-full:nth-child(odd) {
    height: 100%;
  }

  .md\:odd\:h-screen:nth-child(odd) {
    height: 100vh;
  }

  .md\:even\:h-0:nth-child(even) {
    height: 0;
  }

  .md\:even\:h-1:nth-child(even) {
    height: 0.25rem;
  }

  .md\:even\:h-2:nth-child(even) {
    height: 0.5rem;
  }

  .md\:even\:h-3:nth-child(even) {
    height: 0.75rem;
  }

  .md\:even\:h-4:nth-child(even) {
    height: 1rem;
  }

  .md\:even\:h-5:nth-child(even) {
    height: 1.25rem;
  }

  .md\:even\:h-6:nth-child(even) {
    height: 1.5rem;
  }

  .md\:even\:h-8:nth-child(even) {
    height: 2rem;
  }

  .md\:even\:h-10:nth-child(even) {
    height: 2.5rem;
  }

  .md\:even\:h-12:nth-child(even) {
    height: 3rem;
  }

  .md\:even\:h-16:nth-child(even) {
    height: 4rem;
  }

  .md\:even\:h-20:nth-child(even) {
    height: 5rem;
  }

  .md\:even\:h-24:nth-child(even) {
    height: 6rem;
  }

  .md\:even\:h-32:nth-child(even) {
    height: 8rem;
  }

  .md\:even\:h-40:nth-child(even) {
    height: 10rem;
  }

  .md\:even\:h-48:nth-child(even) {
    height: 12rem;
  }

  .md\:even\:h-56:nth-child(even) {
    height: 14rem;
  }

  .md\:even\:h-64:nth-child(even) {
    height: 16rem;
  }

  .md\:even\:h-auto:nth-child(even) {
    height: auto;
  }

  .md\:even\:h-px:nth-child(even) {
    height: 1px;
  }

  .md\:even\:h-full:nth-child(even) {
    height: 100%;
  }

  .md\:even\:h-screen:nth-child(even) {
    height: 100vh;
  }

  .md\:hover\:h-0:hover {
    height: 0;
  }

  .md\:hover\:h-1:hover {
    height: 0.25rem;
  }

  .md\:hover\:h-2:hover {
    height: 0.5rem;
  }

  .md\:hover\:h-3:hover {
    height: 0.75rem;
  }

  .md\:hover\:h-4:hover {
    height: 1rem;
  }

  .md\:hover\:h-5:hover {
    height: 1.25rem;
  }

  .md\:hover\:h-6:hover {
    height: 1.5rem;
  }

  .md\:hover\:h-8:hover {
    height: 2rem;
  }

  .md\:hover\:h-10:hover {
    height: 2.5rem;
  }

  .md\:hover\:h-12:hover {
    height: 3rem;
  }

  .md\:hover\:h-16:hover {
    height: 4rem;
  }

  .md\:hover\:h-20:hover {
    height: 5rem;
  }

  .md\:hover\:h-24:hover {
    height: 6rem;
  }

  .md\:hover\:h-32:hover {
    height: 8rem;
  }

  .md\:hover\:h-40:hover {
    height: 10rem;
  }

  .md\:hover\:h-48:hover {
    height: 12rem;
  }

  .md\:hover\:h-56:hover {
    height: 14rem;
  }

  .md\:hover\:h-64:hover {
    height: 16rem;
  }

  .md\:hover\:h-auto:hover {
    height: auto;
  }

  .md\:hover\:h-px:hover {
    height: 1px;
  }

  .md\:hover\:h-full:hover {
    height: 100%;
  }

  .md\:hover\:h-screen:hover {
    height: 100vh;
  }

  .md\:focus\:h-0:focus {
    height: 0;
  }

  .md\:focus\:h-1:focus {
    height: 0.25rem;
  }

  .md\:focus\:h-2:focus {
    height: 0.5rem;
  }

  .md\:focus\:h-3:focus {
    height: 0.75rem;
  }

  .md\:focus\:h-4:focus {
    height: 1rem;
  }

  .md\:focus\:h-5:focus {
    height: 1.25rem;
  }

  .md\:focus\:h-6:focus {
    height: 1.5rem;
  }

  .md\:focus\:h-8:focus {
    height: 2rem;
  }

  .md\:focus\:h-10:focus {
    height: 2.5rem;
  }

  .md\:focus\:h-12:focus {
    height: 3rem;
  }

  .md\:focus\:h-16:focus {
    height: 4rem;
  }

  .md\:focus\:h-20:focus {
    height: 5rem;
  }

  .md\:focus\:h-24:focus {
    height: 6rem;
  }

  .md\:focus\:h-32:focus {
    height: 8rem;
  }

  .md\:focus\:h-40:focus {
    height: 10rem;
  }

  .md\:focus\:h-48:focus {
    height: 12rem;
  }

  .md\:focus\:h-56:focus {
    height: 14rem;
  }

  .md\:focus\:h-64:focus {
    height: 16rem;
  }

  .md\:focus\:h-auto:focus {
    height: auto;
  }

  .md\:focus\:h-px:focus {
    height: 1px;
  }

  .md\:focus\:h-full:focus {
    height: 100%;
  }

  .md\:focus\:h-screen:focus {
    height: 100vh;
  }

  .md\:active\:h-0:active {
    height: 0;
  }

  .md\:active\:h-1:active {
    height: 0.25rem;
  }

  .md\:active\:h-2:active {
    height: 0.5rem;
  }

  .md\:active\:h-3:active {
    height: 0.75rem;
  }

  .md\:active\:h-4:active {
    height: 1rem;
  }

  .md\:active\:h-5:active {
    height: 1.25rem;
  }

  .md\:active\:h-6:active {
    height: 1.5rem;
  }

  .md\:active\:h-8:active {
    height: 2rem;
  }

  .md\:active\:h-10:active {
    height: 2.5rem;
  }

  .md\:active\:h-12:active {
    height: 3rem;
  }

  .md\:active\:h-16:active {
    height: 4rem;
  }

  .md\:active\:h-20:active {
    height: 5rem;
  }

  .md\:active\:h-24:active {
    height: 6rem;
  }

  .md\:active\:h-32:active {
    height: 8rem;
  }

  .md\:active\:h-40:active {
    height: 10rem;
  }

  .md\:active\:h-48:active {
    height: 12rem;
  }

  .md\:active\:h-56:active {
    height: 14rem;
  }

  .md\:active\:h-64:active {
    height: 16rem;
  }

  .md\:active\:h-auto:active {
    height: auto;
  }

  .md\:active\:h-px:active {
    height: 1px;
  }

  .md\:active\:h-full:active {
    height: 100%;
  }

  .md\:active\:h-screen:active {
    height: 100vh;
  }

  .md\:visited\:h-0:visited {
    height: 0;
  }

  .md\:visited\:h-1:visited {
    height: 0.25rem;
  }

  .md\:visited\:h-2:visited {
    height: 0.5rem;
  }

  .md\:visited\:h-3:visited {
    height: 0.75rem;
  }

  .md\:visited\:h-4:visited {
    height: 1rem;
  }

  .md\:visited\:h-5:visited {
    height: 1.25rem;
  }

  .md\:visited\:h-6:visited {
    height: 1.5rem;
  }

  .md\:visited\:h-8:visited {
    height: 2rem;
  }

  .md\:visited\:h-10:visited {
    height: 2.5rem;
  }

  .md\:visited\:h-12:visited {
    height: 3rem;
  }

  .md\:visited\:h-16:visited {
    height: 4rem;
  }

  .md\:visited\:h-20:visited {
    height: 5rem;
  }

  .md\:visited\:h-24:visited {
    height: 6rem;
  }

  .md\:visited\:h-32:visited {
    height: 8rem;
  }

  .md\:visited\:h-40:visited {
    height: 10rem;
  }

  .md\:visited\:h-48:visited {
    height: 12rem;
  }

  .md\:visited\:h-56:visited {
    height: 14rem;
  }

  .md\:visited\:h-64:visited {
    height: 16rem;
  }

  .md\:visited\:h-auto:visited {
    height: auto;
  }

  .md\:visited\:h-px:visited {
    height: 1px;
  }

  .md\:visited\:h-full:visited {
    height: 100%;
  }

  .md\:visited\:h-screen:visited {
    height: 100vh;
  }

  .md\:disabled\:h-0:disabled {
    height: 0;
  }

  .md\:disabled\:h-1:disabled {
    height: 0.25rem;
  }

  .md\:disabled\:h-2:disabled {
    height: 0.5rem;
  }

  .md\:disabled\:h-3:disabled {
    height: 0.75rem;
  }

  .md\:disabled\:h-4:disabled {
    height: 1rem;
  }

  .md\:disabled\:h-5:disabled {
    height: 1.25rem;
  }

  .md\:disabled\:h-6:disabled {
    height: 1.5rem;
  }

  .md\:disabled\:h-8:disabled {
    height: 2rem;
  }

  .md\:disabled\:h-10:disabled {
    height: 2.5rem;
  }

  .md\:disabled\:h-12:disabled {
    height: 3rem;
  }

  .md\:disabled\:h-16:disabled {
    height: 4rem;
  }

  .md\:disabled\:h-20:disabled {
    height: 5rem;
  }

  .md\:disabled\:h-24:disabled {
    height: 6rem;
  }

  .md\:disabled\:h-32:disabled {
    height: 8rem;
  }

  .md\:disabled\:h-40:disabled {
    height: 10rem;
  }

  .md\:disabled\:h-48:disabled {
    height: 12rem;
  }

  .md\:disabled\:h-56:disabled {
    height: 14rem;
  }

  .md\:disabled\:h-64:disabled {
    height: 16rem;
  }

  .md\:disabled\:h-auto:disabled {
    height: auto;
  }

  .md\:disabled\:h-px:disabled {
    height: 1px;
  }

  .md\:disabled\:h-full:disabled {
    height: 100%;
  }

  .md\:disabled\:h-screen:disabled {
    height: 100vh;
  }

  .md\:leading-none {
    line-height: 1;
  }

  .md\:leading-tight {
    line-height: 1.25;
  }

  .md\:leading-snug {
    line-height: 1.375;
  }

  .md\:leading-normal {
    line-height: 1.5;
  }

  .md\:leading-relaxed {
    line-height: 1.625;
  }

  .md\:leading-loose {
    line-height: 2;
  }

  .group:hover .md\:group-hover\:leading-none {
    line-height: 1;
  }

  .group:hover .md\:group-hover\:leading-tight {
    line-height: 1.25;
  }

  .group:hover .md\:group-hover\:leading-snug {
    line-height: 1.375;
  }

  .group:hover .md\:group-hover\:leading-normal {
    line-height: 1.5;
  }

  .group:hover .md\:group-hover\:leading-relaxed {
    line-height: 1.625;
  }

  .group:hover .md\:group-hover\:leading-loose {
    line-height: 2;
  }

  .md\:focus-within\:leading-none:focus-within {
    line-height: 1;
  }

  .md\:focus-within\:leading-tight:focus-within {
    line-height: 1.25;
  }

  .md\:focus-within\:leading-snug:focus-within {
    line-height: 1.375;
  }

  .md\:focus-within\:leading-normal:focus-within {
    line-height: 1.5;
  }

  .md\:focus-within\:leading-relaxed:focus-within {
    line-height: 1.625;
  }

  .md\:focus-within\:leading-loose:focus-within {
    line-height: 2;
  }

  .md\:first\:leading-none:first-child {
    line-height: 1;
  }

  .md\:first\:leading-tight:first-child {
    line-height: 1.25;
  }

  .md\:first\:leading-snug:first-child {
    line-height: 1.375;
  }

  .md\:first\:leading-normal:first-child {
    line-height: 1.5;
  }

  .md\:first\:leading-relaxed:first-child {
    line-height: 1.625;
  }

  .md\:first\:leading-loose:first-child {
    line-height: 2;
  }

  .md\:last\:leading-none:last-child {
    line-height: 1;
  }

  .md\:last\:leading-tight:last-child {
    line-height: 1.25;
  }

  .md\:last\:leading-snug:last-child {
    line-height: 1.375;
  }

  .md\:last\:leading-normal:last-child {
    line-height: 1.5;
  }

  .md\:last\:leading-relaxed:last-child {
    line-height: 1.625;
  }

  .md\:last\:leading-loose:last-child {
    line-height: 2;
  }

  .md\:odd\:leading-none:nth-child(odd) {
    line-height: 1;
  }

  .md\:odd\:leading-tight:nth-child(odd) {
    line-height: 1.25;
  }

  .md\:odd\:leading-snug:nth-child(odd) {
    line-height: 1.375;
  }

  .md\:odd\:leading-normal:nth-child(odd) {
    line-height: 1.5;
  }

  .md\:odd\:leading-relaxed:nth-child(odd) {
    line-height: 1.625;
  }

  .md\:odd\:leading-loose:nth-child(odd) {
    line-height: 2;
  }

  .md\:even\:leading-none:nth-child(even) {
    line-height: 1;
  }

  .md\:even\:leading-tight:nth-child(even) {
    line-height: 1.25;
  }

  .md\:even\:leading-snug:nth-child(even) {
    line-height: 1.375;
  }

  .md\:even\:leading-normal:nth-child(even) {
    line-height: 1.5;
  }

  .md\:even\:leading-relaxed:nth-child(even) {
    line-height: 1.625;
  }

  .md\:even\:leading-loose:nth-child(even) {
    line-height: 2;
  }

  .md\:hover\:leading-none:hover {
    line-height: 1;
  }

  .md\:hover\:leading-tight:hover {
    line-height: 1.25;
  }

  .md\:hover\:leading-snug:hover {
    line-height: 1.375;
  }

  .md\:hover\:leading-normal:hover {
    line-height: 1.5;
  }

  .md\:hover\:leading-relaxed:hover {
    line-height: 1.625;
  }

  .md\:hover\:leading-loose:hover {
    line-height: 2;
  }

  .md\:focus\:leading-none:focus {
    line-height: 1;
  }

  .md\:focus\:leading-tight:focus {
    line-height: 1.25;
  }

  .md\:focus\:leading-snug:focus {
    line-height: 1.375;
  }

  .md\:focus\:leading-normal:focus {
    line-height: 1.5;
  }

  .md\:focus\:leading-relaxed:focus {
    line-height: 1.625;
  }

  .md\:focus\:leading-loose:focus {
    line-height: 2;
  }

  .md\:active\:leading-none:active {
    line-height: 1;
  }

  .md\:active\:leading-tight:active {
    line-height: 1.25;
  }

  .md\:active\:leading-snug:active {
    line-height: 1.375;
  }

  .md\:active\:leading-normal:active {
    line-height: 1.5;
  }

  .md\:active\:leading-relaxed:active {
    line-height: 1.625;
  }

  .md\:active\:leading-loose:active {
    line-height: 2;
  }

  .md\:visited\:leading-none:visited {
    line-height: 1;
  }

  .md\:visited\:leading-tight:visited {
    line-height: 1.25;
  }

  .md\:visited\:leading-snug:visited {
    line-height: 1.375;
  }

  .md\:visited\:leading-normal:visited {
    line-height: 1.5;
  }

  .md\:visited\:leading-relaxed:visited {
    line-height: 1.625;
  }

  .md\:visited\:leading-loose:visited {
    line-height: 2;
  }

  .md\:disabled\:leading-none:disabled {
    line-height: 1;
  }

  .md\:disabled\:leading-tight:disabled {
    line-height: 1.25;
  }

  .md\:disabled\:leading-snug:disabled {
    line-height: 1.375;
  }

  .md\:disabled\:leading-normal:disabled {
    line-height: 1.5;
  }

  .md\:disabled\:leading-relaxed:disabled {
    line-height: 1.625;
  }

  .md\:disabled\:leading-loose:disabled {
    line-height: 2;
  }

  .md\:list-inside {
    list-style-position: inside;
  }

  .md\:list-outside {
    list-style-position: outside;
  }

  .group:hover .md\:group-hover\:list-inside {
    list-style-position: inside;
  }

  .group:hover .md\:group-hover\:list-outside {
    list-style-position: outside;
  }

  .md\:focus-within\:list-inside:focus-within {
    list-style-position: inside;
  }

  .md\:focus-within\:list-outside:focus-within {
    list-style-position: outside;
  }

  .md\:first\:list-inside:first-child {
    list-style-position: inside;
  }

  .md\:first\:list-outside:first-child {
    list-style-position: outside;
  }

  .md\:last\:list-inside:last-child {
    list-style-position: inside;
  }

  .md\:last\:list-outside:last-child {
    list-style-position: outside;
  }

  .md\:odd\:list-inside:nth-child(odd) {
    list-style-position: inside;
  }

  .md\:odd\:list-outside:nth-child(odd) {
    list-style-position: outside;
  }

  .md\:even\:list-inside:nth-child(even) {
    list-style-position: inside;
  }

  .md\:even\:list-outside:nth-child(even) {
    list-style-position: outside;
  }

  .md\:hover\:list-inside:hover {
    list-style-position: inside;
  }

  .md\:hover\:list-outside:hover {
    list-style-position: outside;
  }

  .md\:focus\:list-inside:focus {
    list-style-position: inside;
  }

  .md\:focus\:list-outside:focus {
    list-style-position: outside;
  }

  .md\:active\:list-inside:active {
    list-style-position: inside;
  }

  .md\:active\:list-outside:active {
    list-style-position: outside;
  }

  .md\:visited\:list-inside:visited {
    list-style-position: inside;
  }

  .md\:visited\:list-outside:visited {
    list-style-position: outside;
  }

  .md\:disabled\:list-inside:disabled {
    list-style-position: inside;
  }

  .md\:disabled\:list-outside:disabled {
    list-style-position: outside;
  }

  .md\:list-none {
    list-style-type: none;
  }

  .md\:list-disc {
    list-style-type: disc;
  }

  .md\:list-decimal {
    list-style-type: decimal;
  }

  .group:hover .md\:group-hover\:list-none {
    list-style-type: none;
  }

  .group:hover .md\:group-hover\:list-disc {
    list-style-type: disc;
  }

  .group:hover .md\:group-hover\:list-decimal {
    list-style-type: decimal;
  }

  .md\:focus-within\:list-none:focus-within {
    list-style-type: none;
  }

  .md\:focus-within\:list-disc:focus-within {
    list-style-type: disc;
  }

  .md\:focus-within\:list-decimal:focus-within {
    list-style-type: decimal;
  }

  .md\:first\:list-none:first-child {
    list-style-type: none;
  }

  .md\:first\:list-disc:first-child {
    list-style-type: disc;
  }

  .md\:first\:list-decimal:first-child {
    list-style-type: decimal;
  }

  .md\:last\:list-none:last-child {
    list-style-type: none;
  }

  .md\:last\:list-disc:last-child {
    list-style-type: disc;
  }

  .md\:last\:list-decimal:last-child {
    list-style-type: decimal;
  }

  .md\:odd\:list-none:nth-child(odd) {
    list-style-type: none;
  }

  .md\:odd\:list-disc:nth-child(odd) {
    list-style-type: disc;
  }

  .md\:odd\:list-decimal:nth-child(odd) {
    list-style-type: decimal;
  }

  .md\:even\:list-none:nth-child(even) {
    list-style-type: none;
  }

  .md\:even\:list-disc:nth-child(even) {
    list-style-type: disc;
  }

  .md\:even\:list-decimal:nth-child(even) {
    list-style-type: decimal;
  }

  .md\:hover\:list-none:hover {
    list-style-type: none;
  }

  .md\:hover\:list-disc:hover {
    list-style-type: disc;
  }

  .md\:hover\:list-decimal:hover {
    list-style-type: decimal;
  }

  .md\:focus\:list-none:focus {
    list-style-type: none;
  }

  .md\:focus\:list-disc:focus {
    list-style-type: disc;
  }

  .md\:focus\:list-decimal:focus {
    list-style-type: decimal;
  }

  .md\:active\:list-none:active {
    list-style-type: none;
  }

  .md\:active\:list-disc:active {
    list-style-type: disc;
  }

  .md\:active\:list-decimal:active {
    list-style-type: decimal;
  }

  .md\:visited\:list-none:visited {
    list-style-type: none;
  }

  .md\:visited\:list-disc:visited {
    list-style-type: disc;
  }

  .md\:visited\:list-decimal:visited {
    list-style-type: decimal;
  }

  .md\:disabled\:list-none:disabled {
    list-style-type: none;
  }

  .md\:disabled\:list-disc:disabled {
    list-style-type: disc;
  }

  .md\:disabled\:list-decimal:disabled {
    list-style-type: decimal;
  }

  .md\:m-0 {
    margin: 0;
  }

  .md\:m-1 {
    margin: 0.25rem;
  }

  .md\:m-2 {
    margin: 0.5rem;
  }

  .md\:m-3 {
    margin: 0.75rem;
  }

  .md\:m-4 {
    margin: 1rem;
  }

  .md\:m-5 {
    margin: 1.25rem;
  }

  .md\:m-6 {
    margin: 1.5rem;
  }

  .md\:m-8 {
    margin: 2rem;
  }

  .md\:m-10 {
    margin: 2.5rem;
  }

  .md\:m-12 {
    margin: 3rem;
  }

  .md\:m-16 {
    margin: 4rem;
  }

  .md\:m-20 {
    margin: 5rem;
  }

  .md\:m-24 {
    margin: 6rem;
  }

  .md\:m-32 {
    margin: 8rem;
  }

  .md\:m-40 {
    margin: 10rem;
  }

  .md\:m-48 {
    margin: 12rem;
  }

  .md\:m-56 {
    margin: 14rem;
  }

  .md\:m-64 {
    margin: 16rem;
  }

  .md\:m-auto {
    margin: auto;
  }

  .md\:m-px {
    margin: 1px;
  }

  .md\:-m-1 {
    margin: -0.25rem;
  }

  .md\:-m-2 {
    margin: -0.5rem;
  }

  .md\:-m-3 {
    margin: -0.75rem;
  }

  .md\:-m-4 {
    margin: -1rem;
  }

  .md\:-m-5 {
    margin: -1.25rem;
  }

  .md\:-m-6 {
    margin: -1.5rem;
  }

  .md\:-m-8 {
    margin: -2rem;
  }

  .md\:-m-10 {
    margin: -2.5rem;
  }

  .md\:-m-12 {
    margin: -3rem;
  }

  .md\:-m-16 {
    margin: -4rem;
  }

  .md\:-m-20 {
    margin: -5rem;
  }

  .md\:-m-24 {
    margin: -6rem;
  }

  .md\:-m-32 {
    margin: -8rem;
  }

  .md\:-m-40 {
    margin: -10rem;
  }

  .md\:-m-48 {
    margin: -12rem;
  }

  .md\:-m-56 {
    margin: -14rem;
  }

  .md\:-m-64 {
    margin: -16rem;
  }

  .md\:-m-px {
    margin: -1px;
  }

  .md\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .md\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .md\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .md\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .md\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .md\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .md\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .md\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .md\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .md\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:mt-0 {
    margin-top: 0;
  }

  .md\:mr-0 {
    margin-right: 0;
  }

  .md\:mb-0 {
    margin-bottom: 0;
  }

  .md\:ml-0 {
    margin-left: 0;
  }

  .md\:mt-1 {
    margin-top: 0.25rem;
  }

  .md\:mr-1 {
    margin-right: 0.25rem;
  }

  .md\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .md\:ml-1 {
    margin-left: 0.25rem;
  }

  .md\:mt-2 {
    margin-top: 0.5rem;
  }

  .md\:mr-2 {
    margin-right: 0.5rem;
  }

  .md\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .md\:ml-2 {
    margin-left: 0.5rem;
  }

  .md\:mt-3 {
    margin-top: 0.75rem;
  }

  .md\:mr-3 {
    margin-right: 0.75rem;
  }

  .md\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .md\:ml-3 {
    margin-left: 0.75rem;
  }

  .md\:mt-4 {
    margin-top: 1rem;
  }

  .md\:mr-4 {
    margin-right: 1rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:ml-4 {
    margin-left: 1rem;
  }

  .md\:mt-5 {
    margin-top: 1.25rem;
  }

  .md\:mr-5 {
    margin-right: 1.25rem;
  }

  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .md\:ml-5 {
    margin-left: 1.25rem;
  }

  .md\:mt-6 {
    margin-top: 1.5rem;
  }

  .md\:mr-6 {
    margin-right: 1.5rem;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:ml-6 {
    margin-left: 1.5rem;
  }

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:mr-8 {
    margin-right: 2rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:ml-8 {
    margin-left: 2rem;
  }

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:mr-10 {
    margin-right: 2.5rem;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:ml-10 {
    margin-left: 2.5rem;
  }

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:mr-12 {
    margin-right: 3rem;
  }

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

  .md\:ml-12 {
    margin-left: 3rem;
  }

  .md\:mt-16 {
    margin-top: 4rem;
  }

  .md\:mr-16 {
    margin-right: 4rem;
  }

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

  .md\:ml-16 {
    margin-left: 4rem;
  }

  .md\:mt-20 {
    margin-top: 5rem;
  }

  .md\:mr-20 {
    margin-right: 5rem;
  }

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

  .md\:ml-20 {
    margin-left: 5rem;
  }

  .md\:mt-24 {
    margin-top: 6rem;
  }

  .md\:mr-24 {
    margin-right: 6rem;
  }

  .md\:mb-24 {
    margin-bottom: 6rem;
  }

  .md\:ml-24 {
    margin-left: 6rem;
  }

  .md\:mt-32 {
    margin-top: 8rem;
  }

  .md\:mr-32 {
    margin-right: 8rem;
  }

  .md\:mb-32 {
    margin-bottom: 8rem;
  }

  .md\:ml-32 {
    margin-left: 8rem;
  }

  .md\:mt-40 {
    margin-top: 10rem;
  }

  .md\:mr-40 {
    margin-right: 10rem;
  }

  .md\:mb-40 {
    margin-bottom: 10rem;
  }

  .md\:ml-40 {
    margin-left: 10rem;
  }

  .md\:mt-48 {
    margin-top: 12rem;
  }

  .md\:mr-48 {
    margin-right: 12rem;
  }

  .md\:mb-48 {
    margin-bottom: 12rem;
  }

  .md\:ml-48 {
    margin-left: 12rem;
  }

  .md\:mt-56 {
    margin-top: 14rem;
  }

  .md\:mr-56 {
    margin-right: 14rem;
  }

  .md\:mb-56 {
    margin-bottom: 14rem;
  }

  .md\:ml-56 {
    margin-left: 14rem;
  }

  .md\:mt-64 {
    margin-top: 16rem;
  }

  .md\:mr-64 {
    margin-right: 16rem;
  }

  .md\:mb-64 {
    margin-bottom: 16rem;
  }

  .md\:ml-64 {
    margin-left: 16rem;
  }

  .md\:mt-auto {
    margin-top: auto;
  }

  .md\:mr-auto {
    margin-right: auto;
  }

  .md\:mb-auto {
    margin-bottom: auto;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:mt-px {
    margin-top: 1px;
  }

  .md\:mr-px {
    margin-right: 1px;
  }

  .md\:mb-px {
    margin-bottom: 1px;
  }

  .md\:ml-px {
    margin-left: 1px;
  }

  .md\:-mt-1 {
    margin-top: -0.25rem;
  }

  .md\:-mr-1 {
    margin-right: -0.25rem;
  }

  .md\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .md\:-ml-1 {
    margin-left: -0.25rem;
  }

  .md\:-mt-2 {
    margin-top: -0.5rem;
  }

  .md\:-mr-2 {
    margin-right: -0.5rem;
  }

  .md\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .md\:-ml-2 {
    margin-left: -0.5rem;
  }

  .md\:-mt-3 {
    margin-top: -0.75rem;
  }

  .md\:-mr-3 {
    margin-right: -0.75rem;
  }

  .md\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .md\:-ml-3 {
    margin-left: -0.75rem;
  }

  .md\:-mt-4 {
    margin-top: -1rem;
  }

  .md\:-mr-4 {
    margin-right: -1rem;
  }

  .md\:-mb-4 {
    margin-bottom: -1rem;
  }

  .md\:-ml-4 {
    margin-left: -1rem;
  }

  .md\:-mt-5 {
    margin-top: -1.25rem;
  }

  .md\:-mr-5 {
    margin-right: -1.25rem;
  }

  .md\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .md\:-ml-5 {
    margin-left: -1.25rem;
  }

  .md\:-mt-6 {
    margin-top: -1.5rem;
  }

  .md\:-mr-6 {
    margin-right: -1.5rem;
  }

  .md\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .md\:-ml-6 {
    margin-left: -1.5rem;
  }

  .md\:-mt-8 {
    margin-top: -2rem;
  }

  .md\:-mr-8 {
    margin-right: -2rem;
  }

  .md\:-mb-8 {
    margin-bottom: -2rem;
  }

  .md\:-ml-8 {
    margin-left: -2rem;
  }

  .md\:-mt-10 {
    margin-top: -2.5rem;
  }

  .md\:-mr-10 {
    margin-right: -2.5rem;
  }

  .md\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .md\:-ml-10 {
    margin-left: -2.5rem;
  }

  .md\:-mt-12 {
    margin-top: -3rem;
  }

  .md\:-mr-12 {
    margin-right: -3rem;
  }

  .md\:-mb-12 {
    margin-bottom: -3rem;
  }

  .md\:-ml-12 {
    margin-left: -3rem;
  }

  .md\:-mt-16 {
    margin-top: -4rem;
  }

  .md\:-mr-16 {
    margin-right: -4rem;
  }

  .md\:-mb-16 {
    margin-bottom: -4rem;
  }

  .md\:-ml-16 {
    margin-left: -4rem;
  }

  .md\:-mt-20 {
    margin-top: -5rem;
  }

  .md\:-mr-20 {
    margin-right: -5rem;
  }

  .md\:-mb-20 {
    margin-bottom: -5rem;
  }

  .md\:-ml-20 {
    margin-left: -5rem;
  }

  .md\:-mt-24 {
    margin-top: -6rem;
  }

  .md\:-mr-24 {
    margin-right: -6rem;
  }

  .md\:-mb-24 {
    margin-bottom: -6rem;
  }

  .md\:-ml-24 {
    margin-left: -6rem;
  }

  .md\:-mt-32 {
    margin-top: -8rem;
  }

  .md\:-mr-32 {
    margin-right: -8rem;
  }

  .md\:-mb-32 {
    margin-bottom: -8rem;
  }

  .md\:-ml-32 {
    margin-left: -8rem;
  }

  .md\:-mt-40 {
    margin-top: -10rem;
  }

  .md\:-mr-40 {
    margin-right: -10rem;
  }

  .md\:-mb-40 {
    margin-bottom: -10rem;
  }

  .md\:-ml-40 {
    margin-left: -10rem;
  }

  .md\:-mt-48 {
    margin-top: -12rem;
  }

  .md\:-mr-48 {
    margin-right: -12rem;
  }

  .md\:-mb-48 {
    margin-bottom: -12rem;
  }

  .md\:-ml-48 {
    margin-left: -12rem;
  }

  .md\:-mt-56 {
    margin-top: -14rem;
  }

  .md\:-mr-56 {
    margin-right: -14rem;
  }

  .md\:-mb-56 {
    margin-bottom: -14rem;
  }

  .md\:-ml-56 {
    margin-left: -14rem;
  }

  .md\:-mt-64 {
    margin-top: -16rem;
  }

  .md\:-mr-64 {
    margin-right: -16rem;
  }

  .md\:-mb-64 {
    margin-bottom: -16rem;
  }

  .md\:-ml-64 {
    margin-left: -16rem;
  }

  .md\:-mt-px {
    margin-top: -1px;
  }

  .md\:-mr-px {
    margin-right: -1px;
  }

  .md\:-mb-px {
    margin-bottom: -1px;
  }

  .md\:-ml-px {
    margin-left: -1px;
  }

  .group:hover .md\:group-hover\:m-0 {
    margin: 0;
  }

  .group:hover .md\:group-hover\:m-1 {
    margin: 0.25rem;
  }

  .group:hover .md\:group-hover\:m-2 {
    margin: 0.5rem;
  }

  .group:hover .md\:group-hover\:m-3 {
    margin: 0.75rem;
  }

  .group:hover .md\:group-hover\:m-4 {
    margin: 1rem;
  }

  .group:hover .md\:group-hover\:m-5 {
    margin: 1.25rem;
  }

  .group:hover .md\:group-hover\:m-6 {
    margin: 1.5rem;
  }

  .group:hover .md\:group-hover\:m-8 {
    margin: 2rem;
  }

  .group:hover .md\:group-hover\:m-10 {
    margin: 2.5rem;
  }

  .group:hover .md\:group-hover\:m-12 {
    margin: 3rem;
  }

  .group:hover .md\:group-hover\:m-16 {
    margin: 4rem;
  }

  .group:hover .md\:group-hover\:m-20 {
    margin: 5rem;
  }

  .group:hover .md\:group-hover\:m-24 {
    margin: 6rem;
  }

  .group:hover .md\:group-hover\:m-32 {
    margin: 8rem;
  }

  .group:hover .md\:group-hover\:m-40 {
    margin: 10rem;
  }

  .group:hover .md\:group-hover\:m-48 {
    margin: 12rem;
  }

  .group:hover .md\:group-hover\:m-56 {
    margin: 14rem;
  }

  .group:hover .md\:group-hover\:m-64 {
    margin: 16rem;
  }

  .group:hover .md\:group-hover\:m-auto {
    margin: auto;
  }

  .group:hover .md\:group-hover\:m-px {
    margin: 1px;
  }

  .group:hover .md\:group-hover\:-m-1 {
    margin: -0.25rem;
  }

  .group:hover .md\:group-hover\:-m-2 {
    margin: -0.5rem;
  }

  .group:hover .md\:group-hover\:-m-3 {
    margin: -0.75rem;
  }

  .group:hover .md\:group-hover\:-m-4 {
    margin: -1rem;
  }

  .group:hover .md\:group-hover\:-m-5 {
    margin: -1.25rem;
  }

  .group:hover .md\:group-hover\:-m-6 {
    margin: -1.5rem;
  }

  .group:hover .md\:group-hover\:-m-8 {
    margin: -2rem;
  }

  .group:hover .md\:group-hover\:-m-10 {
    margin: -2.5rem;
  }

  .group:hover .md\:group-hover\:-m-12 {
    margin: -3rem;
  }

  .group:hover .md\:group-hover\:-m-16 {
    margin: -4rem;
  }

  .group:hover .md\:group-hover\:-m-20 {
    margin: -5rem;
  }

  .group:hover .md\:group-hover\:-m-24 {
    margin: -6rem;
  }

  .group:hover .md\:group-hover\:-m-32 {
    margin: -8rem;
  }

  .group:hover .md\:group-hover\:-m-40 {
    margin: -10rem;
  }

  .group:hover .md\:group-hover\:-m-48 {
    margin: -12rem;
  }

  .group:hover .md\:group-hover\:-m-56 {
    margin: -14rem;
  }

  .group:hover .md\:group-hover\:-m-64 {
    margin: -16rem;
  }

  .group:hover .md\:group-hover\:-m-px {
    margin: -1px;
  }

  .group:hover .md\:group-hover\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .group:hover .md\:group-hover\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .group:hover .md\:group-hover\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .group:hover .md\:group-hover\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .group:hover .md\:group-hover\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .group:hover .md\:group-hover\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .group:hover .md\:group-hover\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .group:hover .md\:group-hover\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .group:hover .md\:group-hover\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .group:hover .md\:group-hover\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .group:hover .md\:group-hover\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .group:hover .md\:group-hover\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .group:hover .md\:group-hover\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .group:hover .md\:group-hover\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .group:hover .md\:group-hover\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .group:hover .md\:group-hover\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .group:hover .md\:group-hover\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .group:hover .md\:group-hover\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .group:hover .md\:group-hover\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .group:hover .md\:group-hover\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .group:hover .md\:group-hover\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .group:hover .md\:group-hover\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .group:hover .md\:group-hover\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .group:hover .md\:group-hover\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .group:hover .md\:group-hover\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .group:hover .md\:group-hover\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .group:hover .md\:group-hover\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .group:hover .md\:group-hover\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .group:hover .md\:group-hover\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .group:hover .md\:group-hover\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .group:hover .md\:group-hover\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .group:hover .md\:group-hover\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .group:hover .md\:group-hover\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .group:hover .md\:group-hover\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .group:hover .md\:group-hover\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .group:hover .md\:group-hover\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .group:hover .md\:group-hover\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .group:hover .md\:group-hover\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .group:hover .md\:group-hover\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .group:hover .md\:group-hover\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .group:hover .md\:group-hover\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .group:hover .md\:group-hover\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .group:hover .md\:group-hover\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .group:hover .md\:group-hover\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .group:hover .md\:group-hover\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .group:hover .md\:group-hover\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .group:hover .md\:group-hover\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .group:hover .md\:group-hover\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .group:hover .md\:group-hover\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .group:hover .md\:group-hover\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .group:hover .md\:group-hover\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .group:hover .md\:group-hover\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .group:hover .md\:group-hover\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .group:hover .md\:group-hover\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .group:hover .md\:group-hover\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .group:hover .md\:group-hover\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .group:hover .md\:group-hover\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .group:hover .md\:group-hover\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .group:hover .md\:group-hover\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .group:hover .md\:group-hover\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .group:hover .md\:group-hover\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .group:hover .md\:group-hover\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .group:hover .md\:group-hover\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .group:hover .md\:group-hover\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .group:hover .md\:group-hover\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .group:hover .md\:group-hover\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .group:hover .md\:group-hover\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .group:hover .md\:group-hover\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .group:hover .md\:group-hover\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .group:hover .md\:group-hover\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .group:hover .md\:group-hover\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .group:hover .md\:group-hover\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .group:hover .md\:group-hover\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .group:hover .md\:group-hover\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .group:hover .md\:group-hover\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .group:hover .md\:group-hover\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .group:hover .md\:group-hover\:mt-0 {
    margin-top: 0;
  }

  .group:hover .md\:group-hover\:mr-0 {
    margin-right: 0;
  }

  .group:hover .md\:group-hover\:mb-0 {
    margin-bottom: 0;
  }

  .group:hover .md\:group-hover\:ml-0 {
    margin-left: 0;
  }

  .group:hover .md\:group-hover\:mt-1 {
    margin-top: 0.25rem;
  }

  .group:hover .md\:group-hover\:mr-1 {
    margin-right: 0.25rem;
  }

  .group:hover .md\:group-hover\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .group:hover .md\:group-hover\:ml-1 {
    margin-left: 0.25rem;
  }

  .group:hover .md\:group-hover\:mt-2 {
    margin-top: 0.5rem;
  }

  .group:hover .md\:group-hover\:mr-2 {
    margin-right: 0.5rem;
  }

  .group:hover .md\:group-hover\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .group:hover .md\:group-hover\:ml-2 {
    margin-left: 0.5rem;
  }

  .group:hover .md\:group-hover\:mt-3 {
    margin-top: 0.75rem;
  }

  .group:hover .md\:group-hover\:mr-3 {
    margin-right: 0.75rem;
  }

  .group:hover .md\:group-hover\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .group:hover .md\:group-hover\:ml-3 {
    margin-left: 0.75rem;
  }

  .group:hover .md\:group-hover\:mt-4 {
    margin-top: 1rem;
  }

  .group:hover .md\:group-hover\:mr-4 {
    margin-right: 1rem;
  }

  .group:hover .md\:group-hover\:mb-4 {
    margin-bottom: 1rem;
  }

  .group:hover .md\:group-hover\:ml-4 {
    margin-left: 1rem;
  }

  .group:hover .md\:group-hover\:mt-5 {
    margin-top: 1.25rem;
  }

  .group:hover .md\:group-hover\:mr-5 {
    margin-right: 1.25rem;
  }

  .group:hover .md\:group-hover\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .group:hover .md\:group-hover\:ml-5 {
    margin-left: 1.25rem;
  }

  .group:hover .md\:group-hover\:mt-6 {
    margin-top: 1.5rem;
  }

  .group:hover .md\:group-hover\:mr-6 {
    margin-right: 1.5rem;
  }

  .group:hover .md\:group-hover\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .group:hover .md\:group-hover\:ml-6 {
    margin-left: 1.5rem;
  }

  .group:hover .md\:group-hover\:mt-8 {
    margin-top: 2rem;
  }

  .group:hover .md\:group-hover\:mr-8 {
    margin-right: 2rem;
  }

  .group:hover .md\:group-hover\:mb-8 {
    margin-bottom: 2rem;
  }

  .group:hover .md\:group-hover\:ml-8 {
    margin-left: 2rem;
  }

  .group:hover .md\:group-hover\:mt-10 {
    margin-top: 2.5rem;
  }

  .group:hover .md\:group-hover\:mr-10 {
    margin-right: 2.5rem;
  }

  .group:hover .md\:group-hover\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .group:hover .md\:group-hover\:ml-10 {
    margin-left: 2.5rem;
  }

  .group:hover .md\:group-hover\:mt-12 {
    margin-top: 3rem;
  }

  .group:hover .md\:group-hover\:mr-12 {
    margin-right: 3rem;
  }

  .group:hover .md\:group-hover\:mb-12 {
    margin-bottom: 3rem;
  }

  .group:hover .md\:group-hover\:ml-12 {
    margin-left: 3rem;
  }

  .group:hover .md\:group-hover\:mt-16 {
    margin-top: 4rem;
  }

  .group:hover .md\:group-hover\:mr-16 {
    margin-right: 4rem;
  }

  .group:hover .md\:group-hover\:mb-16 {
    margin-bottom: 4rem;
  }

  .group:hover .md\:group-hover\:ml-16 {
    margin-left: 4rem;
  }

  .group:hover .md\:group-hover\:mt-20 {
    margin-top: 5rem;
  }

  .group:hover .md\:group-hover\:mr-20 {
    margin-right: 5rem;
  }

  .group:hover .md\:group-hover\:mb-20 {
    margin-bottom: 5rem;
  }

  .group:hover .md\:group-hover\:ml-20 {
    margin-left: 5rem;
  }

  .group:hover .md\:group-hover\:mt-24 {
    margin-top: 6rem;
  }

  .group:hover .md\:group-hover\:mr-24 {
    margin-right: 6rem;
  }

  .group:hover .md\:group-hover\:mb-24 {
    margin-bottom: 6rem;
  }

  .group:hover .md\:group-hover\:ml-24 {
    margin-left: 6rem;
  }

  .group:hover .md\:group-hover\:mt-32 {
    margin-top: 8rem;
  }

  .group:hover .md\:group-hover\:mr-32 {
    margin-right: 8rem;
  }

  .group:hover .md\:group-hover\:mb-32 {
    margin-bottom: 8rem;
  }

  .group:hover .md\:group-hover\:ml-32 {
    margin-left: 8rem;
  }

  .group:hover .md\:group-hover\:mt-40 {
    margin-top: 10rem;
  }

  .group:hover .md\:group-hover\:mr-40 {
    margin-right: 10rem;
  }

  .group:hover .md\:group-hover\:mb-40 {
    margin-bottom: 10rem;
  }

  .group:hover .md\:group-hover\:ml-40 {
    margin-left: 10rem;
  }

  .group:hover .md\:group-hover\:mt-48 {
    margin-top: 12rem;
  }

  .group:hover .md\:group-hover\:mr-48 {
    margin-right: 12rem;
  }

  .group:hover .md\:group-hover\:mb-48 {
    margin-bottom: 12rem;
  }

  .group:hover .md\:group-hover\:ml-48 {
    margin-left: 12rem;
  }

  .group:hover .md\:group-hover\:mt-56 {
    margin-top: 14rem;
  }

  .group:hover .md\:group-hover\:mr-56 {
    margin-right: 14rem;
  }

  .group:hover .md\:group-hover\:mb-56 {
    margin-bottom: 14rem;
  }

  .group:hover .md\:group-hover\:ml-56 {
    margin-left: 14rem;
  }

  .group:hover .md\:group-hover\:mt-64 {
    margin-top: 16rem;
  }

  .group:hover .md\:group-hover\:mr-64 {
    margin-right: 16rem;
  }

  .group:hover .md\:group-hover\:mb-64 {
    margin-bottom: 16rem;
  }

  .group:hover .md\:group-hover\:ml-64 {
    margin-left: 16rem;
  }

  .group:hover .md\:group-hover\:mt-auto {
    margin-top: auto;
  }

  .group:hover .md\:group-hover\:mr-auto {
    margin-right: auto;
  }

  .group:hover .md\:group-hover\:mb-auto {
    margin-bottom: auto;
  }

  .group:hover .md\:group-hover\:ml-auto {
    margin-left: auto;
  }

  .group:hover .md\:group-hover\:mt-px {
    margin-top: 1px;
  }

  .group:hover .md\:group-hover\:mr-px {
    margin-right: 1px;
  }

  .group:hover .md\:group-hover\:mb-px {
    margin-bottom: 1px;
  }

  .group:hover .md\:group-hover\:ml-px {
    margin-left: 1px;
  }

  .group:hover .md\:group-hover\:-mt-1 {
    margin-top: -0.25rem;
  }

  .group:hover .md\:group-hover\:-mr-1 {
    margin-right: -0.25rem;
  }

  .group:hover .md\:group-hover\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .group:hover .md\:group-hover\:-ml-1 {
    margin-left: -0.25rem;
  }

  .group:hover .md\:group-hover\:-mt-2 {
    margin-top: -0.5rem;
  }

  .group:hover .md\:group-hover\:-mr-2 {
    margin-right: -0.5rem;
  }

  .group:hover .md\:group-hover\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .group:hover .md\:group-hover\:-ml-2 {
    margin-left: -0.5rem;
  }

  .group:hover .md\:group-hover\:-mt-3 {
    margin-top: -0.75rem;
  }

  .group:hover .md\:group-hover\:-mr-3 {
    margin-right: -0.75rem;
  }

  .group:hover .md\:group-hover\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .group:hover .md\:group-hover\:-ml-3 {
    margin-left: -0.75rem;
  }

  .group:hover .md\:group-hover\:-mt-4 {
    margin-top: -1rem;
  }

  .group:hover .md\:group-hover\:-mr-4 {
    margin-right: -1rem;
  }

  .group:hover .md\:group-hover\:-mb-4 {
    margin-bottom: -1rem;
  }

  .group:hover .md\:group-hover\:-ml-4 {
    margin-left: -1rem;
  }

  .group:hover .md\:group-hover\:-mt-5 {
    margin-top: -1.25rem;
  }

  .group:hover .md\:group-hover\:-mr-5 {
    margin-right: -1.25rem;
  }

  .group:hover .md\:group-hover\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .group:hover .md\:group-hover\:-ml-5 {
    margin-left: -1.25rem;
  }

  .group:hover .md\:group-hover\:-mt-6 {
    margin-top: -1.5rem;
  }

  .group:hover .md\:group-hover\:-mr-6 {
    margin-right: -1.5rem;
  }

  .group:hover .md\:group-hover\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .group:hover .md\:group-hover\:-ml-6 {
    margin-left: -1.5rem;
  }

  .group:hover .md\:group-hover\:-mt-8 {
    margin-top: -2rem;
  }

  .group:hover .md\:group-hover\:-mr-8 {
    margin-right: -2rem;
  }

  .group:hover .md\:group-hover\:-mb-8 {
    margin-bottom: -2rem;
  }

  .group:hover .md\:group-hover\:-ml-8 {
    margin-left: -2rem;
  }

  .group:hover .md\:group-hover\:-mt-10 {
    margin-top: -2.5rem;
  }

  .group:hover .md\:group-hover\:-mr-10 {
    margin-right: -2.5rem;
  }

  .group:hover .md\:group-hover\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .group:hover .md\:group-hover\:-ml-10 {
    margin-left: -2.5rem;
  }

  .group:hover .md\:group-hover\:-mt-12 {
    margin-top: -3rem;
  }

  .group:hover .md\:group-hover\:-mr-12 {
    margin-right: -3rem;
  }

  .group:hover .md\:group-hover\:-mb-12 {
    margin-bottom: -3rem;
  }

  .group:hover .md\:group-hover\:-ml-12 {
    margin-left: -3rem;
  }

  .group:hover .md\:group-hover\:-mt-16 {
    margin-top: -4rem;
  }

  .group:hover .md\:group-hover\:-mr-16 {
    margin-right: -4rem;
  }

  .group:hover .md\:group-hover\:-mb-16 {
    margin-bottom: -4rem;
  }

  .group:hover .md\:group-hover\:-ml-16 {
    margin-left: -4rem;
  }

  .group:hover .md\:group-hover\:-mt-20 {
    margin-top: -5rem;
  }

  .group:hover .md\:group-hover\:-mr-20 {
    margin-right: -5rem;
  }

  .group:hover .md\:group-hover\:-mb-20 {
    margin-bottom: -5rem;
  }

  .group:hover .md\:group-hover\:-ml-20 {
    margin-left: -5rem;
  }

  .group:hover .md\:group-hover\:-mt-24 {
    margin-top: -6rem;
  }

  .group:hover .md\:group-hover\:-mr-24 {
    margin-right: -6rem;
  }

  .group:hover .md\:group-hover\:-mb-24 {
    margin-bottom: -6rem;
  }

  .group:hover .md\:group-hover\:-ml-24 {
    margin-left: -6rem;
  }

  .group:hover .md\:group-hover\:-mt-32 {
    margin-top: -8rem;
  }

  .group:hover .md\:group-hover\:-mr-32 {
    margin-right: -8rem;
  }

  .group:hover .md\:group-hover\:-mb-32 {
    margin-bottom: -8rem;
  }

  .group:hover .md\:group-hover\:-ml-32 {
    margin-left: -8rem;
  }

  .group:hover .md\:group-hover\:-mt-40 {
    margin-top: -10rem;
  }

  .group:hover .md\:group-hover\:-mr-40 {
    margin-right: -10rem;
  }

  .group:hover .md\:group-hover\:-mb-40 {
    margin-bottom: -10rem;
  }

  .group:hover .md\:group-hover\:-ml-40 {
    margin-left: -10rem;
  }

  .group:hover .md\:group-hover\:-mt-48 {
    margin-top: -12rem;
  }

  .group:hover .md\:group-hover\:-mr-48 {
    margin-right: -12rem;
  }

  .group:hover .md\:group-hover\:-mb-48 {
    margin-bottom: -12rem;
  }

  .group:hover .md\:group-hover\:-ml-48 {
    margin-left: -12rem;
  }

  .group:hover .md\:group-hover\:-mt-56 {
    margin-top: -14rem;
  }

  .group:hover .md\:group-hover\:-mr-56 {
    margin-right: -14rem;
  }

  .group:hover .md\:group-hover\:-mb-56 {
    margin-bottom: -14rem;
  }

  .group:hover .md\:group-hover\:-ml-56 {
    margin-left: -14rem;
  }

  .group:hover .md\:group-hover\:-mt-64 {
    margin-top: -16rem;
  }

  .group:hover .md\:group-hover\:-mr-64 {
    margin-right: -16rem;
  }

  .group:hover .md\:group-hover\:-mb-64 {
    margin-bottom: -16rem;
  }

  .group:hover .md\:group-hover\:-ml-64 {
    margin-left: -16rem;
  }

  .group:hover .md\:group-hover\:-mt-px {
    margin-top: -1px;
  }

  .group:hover .md\:group-hover\:-mr-px {
    margin-right: -1px;
  }

  .group:hover .md\:group-hover\:-mb-px {
    margin-bottom: -1px;
  }

  .group:hover .md\:group-hover\:-ml-px {
    margin-left: -1px;
  }

  .md\:focus-within\:m-0:focus-within {
    margin: 0;
  }

  .md\:focus-within\:m-1:focus-within {
    margin: 0.25rem;
  }

  .md\:focus-within\:m-2:focus-within {
    margin: 0.5rem;
  }

  .md\:focus-within\:m-3:focus-within {
    margin: 0.75rem;
  }

  .md\:focus-within\:m-4:focus-within {
    margin: 1rem;
  }

  .md\:focus-within\:m-5:focus-within {
    margin: 1.25rem;
  }

  .md\:focus-within\:m-6:focus-within {
    margin: 1.5rem;
  }

  .md\:focus-within\:m-8:focus-within {
    margin: 2rem;
  }

  .md\:focus-within\:m-10:focus-within {
    margin: 2.5rem;
  }

  .md\:focus-within\:m-12:focus-within {
    margin: 3rem;
  }

  .md\:focus-within\:m-16:focus-within {
    margin: 4rem;
  }

  .md\:focus-within\:m-20:focus-within {
    margin: 5rem;
  }

  .md\:focus-within\:m-24:focus-within {
    margin: 6rem;
  }

  .md\:focus-within\:m-32:focus-within {
    margin: 8rem;
  }

  .md\:focus-within\:m-40:focus-within {
    margin: 10rem;
  }

  .md\:focus-within\:m-48:focus-within {
    margin: 12rem;
  }

  .md\:focus-within\:m-56:focus-within {
    margin: 14rem;
  }

  .md\:focus-within\:m-64:focus-within {
    margin: 16rem;
  }

  .md\:focus-within\:m-auto:focus-within {
    margin: auto;
  }

  .md\:focus-within\:m-px:focus-within {
    margin: 1px;
  }

  .md\:focus-within\:-m-1:focus-within {
    margin: -0.25rem;
  }

  .md\:focus-within\:-m-2:focus-within {
    margin: -0.5rem;
  }

  .md\:focus-within\:-m-3:focus-within {
    margin: -0.75rem;
  }

  .md\:focus-within\:-m-4:focus-within {
    margin: -1rem;
  }

  .md\:focus-within\:-m-5:focus-within {
    margin: -1.25rem;
  }

  .md\:focus-within\:-m-6:focus-within {
    margin: -1.5rem;
  }

  .md\:focus-within\:-m-8:focus-within {
    margin: -2rem;
  }

  .md\:focus-within\:-m-10:focus-within {
    margin: -2.5rem;
  }

  .md\:focus-within\:-m-12:focus-within {
    margin: -3rem;
  }

  .md\:focus-within\:-m-16:focus-within {
    margin: -4rem;
  }

  .md\:focus-within\:-m-20:focus-within {
    margin: -5rem;
  }

  .md\:focus-within\:-m-24:focus-within {
    margin: -6rem;
  }

  .md\:focus-within\:-m-32:focus-within {
    margin: -8rem;
  }

  .md\:focus-within\:-m-40:focus-within {
    margin: -10rem;
  }

  .md\:focus-within\:-m-48:focus-within {
    margin: -12rem;
  }

  .md\:focus-within\:-m-56:focus-within {
    margin: -14rem;
  }

  .md\:focus-within\:-m-64:focus-within {
    margin: -16rem;
  }

  .md\:focus-within\:-m-px:focus-within {
    margin: -1px;
  }

  .md\:focus-within\:my-0:focus-within {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:focus-within\:mx-0:focus-within {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:focus-within\:my-1:focus-within {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:focus-within\:mx-1:focus-within {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:focus-within\:my-2:focus-within {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:focus-within\:mx-2:focus-within {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:focus-within\:my-3:focus-within {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:focus-within\:mx-3:focus-within {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:focus-within\:my-4:focus-within {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:focus-within\:mx-4:focus-within {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:focus-within\:my-5:focus-within {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:focus-within\:mx-5:focus-within {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:focus-within\:my-6:focus-within {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:focus-within\:mx-6:focus-within {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:focus-within\:my-8:focus-within {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:focus-within\:mx-8:focus-within {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:focus-within\:my-10:focus-within {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:focus-within\:mx-10:focus-within {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:focus-within\:my-12:focus-within {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:focus-within\:mx-12:focus-within {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:focus-within\:my-16:focus-within {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:focus-within\:mx-16:focus-within {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:focus-within\:my-20:focus-within {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:focus-within\:mx-20:focus-within {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:focus-within\:my-24:focus-within {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:focus-within\:mx-24:focus-within {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:focus-within\:my-32:focus-within {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:focus-within\:mx-32:focus-within {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:focus-within\:my-40:focus-within {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:focus-within\:mx-40:focus-within {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md\:focus-within\:my-48:focus-within {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .md\:focus-within\:mx-48:focus-within {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md\:focus-within\:my-56:focus-within {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md\:focus-within\:mx-56:focus-within {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .md\:focus-within\:my-64:focus-within {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md\:focus-within\:mx-64:focus-within {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md\:focus-within\:my-auto:focus-within {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:focus-within\:mx-auto:focus-within {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:focus-within\:my-px:focus-within {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:focus-within\:mx-px:focus-within {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:focus-within\:-my-1:focus-within {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:focus-within\:-mx-1:focus-within {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:focus-within\:-my-2:focus-within {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:focus-within\:-mx-2:focus-within {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:focus-within\:-my-3:focus-within {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:focus-within\:-mx-3:focus-within {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:focus-within\:-my-4:focus-within {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:focus-within\:-mx-4:focus-within {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:focus-within\:-my-5:focus-within {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:focus-within\:-mx-5:focus-within {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:focus-within\:-my-6:focus-within {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:focus-within\:-mx-6:focus-within {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:focus-within\:-my-8:focus-within {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:focus-within\:-mx-8:focus-within {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:focus-within\:-my-10:focus-within {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:focus-within\:-mx-10:focus-within {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:focus-within\:-my-12:focus-within {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:focus-within\:-mx-12:focus-within {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:focus-within\:-my-16:focus-within {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:focus-within\:-mx-16:focus-within {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:focus-within\:-my-20:focus-within {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:focus-within\:-mx-20:focus-within {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:focus-within\:-my-24:focus-within {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:focus-within\:-mx-24:focus-within {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:focus-within\:-my-32:focus-within {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:focus-within\:-mx-32:focus-within {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:focus-within\:-my-40:focus-within {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md\:focus-within\:-mx-40:focus-within {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .md\:focus-within\:-my-48:focus-within {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .md\:focus-within\:-mx-48:focus-within {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .md\:focus-within\:-my-56:focus-within {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .md\:focus-within\:-mx-56:focus-within {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .md\:focus-within\:-my-64:focus-within {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .md\:focus-within\:-mx-64:focus-within {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .md\:focus-within\:-my-px:focus-within {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:focus-within\:-mx-px:focus-within {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:focus-within\:mt-0:focus-within {
    margin-top: 0;
  }

  .md\:focus-within\:mr-0:focus-within {
    margin-right: 0;
  }

  .md\:focus-within\:mb-0:focus-within {
    margin-bottom: 0;
  }

  .md\:focus-within\:ml-0:focus-within {
    margin-left: 0;
  }

  .md\:focus-within\:mt-1:focus-within {
    margin-top: 0.25rem;
  }

  .md\:focus-within\:mr-1:focus-within {
    margin-right: 0.25rem;
  }

  .md\:focus-within\:mb-1:focus-within {
    margin-bottom: 0.25rem;
  }

  .md\:focus-within\:ml-1:focus-within {
    margin-left: 0.25rem;
  }

  .md\:focus-within\:mt-2:focus-within {
    margin-top: 0.5rem;
  }

  .md\:focus-within\:mr-2:focus-within {
    margin-right: 0.5rem;
  }

  .md\:focus-within\:mb-2:focus-within {
    margin-bottom: 0.5rem;
  }

  .md\:focus-within\:ml-2:focus-within {
    margin-left: 0.5rem;
  }

  .md\:focus-within\:mt-3:focus-within {
    margin-top: 0.75rem;
  }

  .md\:focus-within\:mr-3:focus-within {
    margin-right: 0.75rem;
  }

  .md\:focus-within\:mb-3:focus-within {
    margin-bottom: 0.75rem;
  }

  .md\:focus-within\:ml-3:focus-within {
    margin-left: 0.75rem;
  }

  .md\:focus-within\:mt-4:focus-within {
    margin-top: 1rem;
  }

  .md\:focus-within\:mr-4:focus-within {
    margin-right: 1rem;
  }

  .md\:focus-within\:mb-4:focus-within {
    margin-bottom: 1rem;
  }

  .md\:focus-within\:ml-4:focus-within {
    margin-left: 1rem;
  }

  .md\:focus-within\:mt-5:focus-within {
    margin-top: 1.25rem;
  }

  .md\:focus-within\:mr-5:focus-within {
    margin-right: 1.25rem;
  }

  .md\:focus-within\:mb-5:focus-within {
    margin-bottom: 1.25rem;
  }

  .md\:focus-within\:ml-5:focus-within {
    margin-left: 1.25rem;
  }

  .md\:focus-within\:mt-6:focus-within {
    margin-top: 1.5rem;
  }

  .md\:focus-within\:mr-6:focus-within {
    margin-right: 1.5rem;
  }

  .md\:focus-within\:mb-6:focus-within {
    margin-bottom: 1.5rem;
  }

  .md\:focus-within\:ml-6:focus-within {
    margin-left: 1.5rem;
  }

  .md\:focus-within\:mt-8:focus-within {
    margin-top: 2rem;
  }

  .md\:focus-within\:mr-8:focus-within {
    margin-right: 2rem;
  }

  .md\:focus-within\:mb-8:focus-within {
    margin-bottom: 2rem;
  }

  .md\:focus-within\:ml-8:focus-within {
    margin-left: 2rem;
  }

  .md\:focus-within\:mt-10:focus-within {
    margin-top: 2.5rem;
  }

  .md\:focus-within\:mr-10:focus-within {
    margin-right: 2.5rem;
  }

  .md\:focus-within\:mb-10:focus-within {
    margin-bottom: 2.5rem;
  }

  .md\:focus-within\:ml-10:focus-within {
    margin-left: 2.5rem;
  }

  .md\:focus-within\:mt-12:focus-within {
    margin-top: 3rem;
  }

  .md\:focus-within\:mr-12:focus-within {
    margin-right: 3rem;
  }

  .md\:focus-within\:mb-12:focus-within {
    margin-bottom: 3rem;
  }

  .md\:focus-within\:ml-12:focus-within {
    margin-left: 3rem;
  }

  .md\:focus-within\:mt-16:focus-within {
    margin-top: 4rem;
  }

  .md\:focus-within\:mr-16:focus-within {
    margin-right: 4rem;
  }

  .md\:focus-within\:mb-16:focus-within {
    margin-bottom: 4rem;
  }

  .md\:focus-within\:ml-16:focus-within {
    margin-left: 4rem;
  }

  .md\:focus-within\:mt-20:focus-within {
    margin-top: 5rem;
  }

  .md\:focus-within\:mr-20:focus-within {
    margin-right: 5rem;
  }

  .md\:focus-within\:mb-20:focus-within {
    margin-bottom: 5rem;
  }

  .md\:focus-within\:ml-20:focus-within {
    margin-left: 5rem;
  }

  .md\:focus-within\:mt-24:focus-within {
    margin-top: 6rem;
  }

  .md\:focus-within\:mr-24:focus-within {
    margin-right: 6rem;
  }

  .md\:focus-within\:mb-24:focus-within {
    margin-bottom: 6rem;
  }

  .md\:focus-within\:ml-24:focus-within {
    margin-left: 6rem;
  }

  .md\:focus-within\:mt-32:focus-within {
    margin-top: 8rem;
  }

  .md\:focus-within\:mr-32:focus-within {
    margin-right: 8rem;
  }

  .md\:focus-within\:mb-32:focus-within {
    margin-bottom: 8rem;
  }

  .md\:focus-within\:ml-32:focus-within {
    margin-left: 8rem;
  }

  .md\:focus-within\:mt-40:focus-within {
    margin-top: 10rem;
  }

  .md\:focus-within\:mr-40:focus-within {
    margin-right: 10rem;
  }

  .md\:focus-within\:mb-40:focus-within {
    margin-bottom: 10rem;
  }

  .md\:focus-within\:ml-40:focus-within {
    margin-left: 10rem;
  }

  .md\:focus-within\:mt-48:focus-within {
    margin-top: 12rem;
  }

  .md\:focus-within\:mr-48:focus-within {
    margin-right: 12rem;
  }

  .md\:focus-within\:mb-48:focus-within {
    margin-bottom: 12rem;
  }

  .md\:focus-within\:ml-48:focus-within {
    margin-left: 12rem;
  }

  .md\:focus-within\:mt-56:focus-within {
    margin-top: 14rem;
  }

  .md\:focus-within\:mr-56:focus-within {
    margin-right: 14rem;
  }

  .md\:focus-within\:mb-56:focus-within {
    margin-bottom: 14rem;
  }

  .md\:focus-within\:ml-56:focus-within {
    margin-left: 14rem;
  }

  .md\:focus-within\:mt-64:focus-within {
    margin-top: 16rem;
  }

  .md\:focus-within\:mr-64:focus-within {
    margin-right: 16rem;
  }

  .md\:focus-within\:mb-64:focus-within {
    margin-bottom: 16rem;
  }

  .md\:focus-within\:ml-64:focus-within {
    margin-left: 16rem;
  }

  .md\:focus-within\:mt-auto:focus-within {
    margin-top: auto;
  }

  .md\:focus-within\:mr-auto:focus-within {
    margin-right: auto;
  }

  .md\:focus-within\:mb-auto:focus-within {
    margin-bottom: auto;
  }

  .md\:focus-within\:ml-auto:focus-within {
    margin-left: auto;
  }

  .md\:focus-within\:mt-px:focus-within {
    margin-top: 1px;
  }

  .md\:focus-within\:mr-px:focus-within {
    margin-right: 1px;
  }

  .md\:focus-within\:mb-px:focus-within {
    margin-bottom: 1px;
  }

  .md\:focus-within\:ml-px:focus-within {
    margin-left: 1px;
  }

  .md\:focus-within\:-mt-1:focus-within {
    margin-top: -0.25rem;
  }

  .md\:focus-within\:-mr-1:focus-within {
    margin-right: -0.25rem;
  }

  .md\:focus-within\:-mb-1:focus-within {
    margin-bottom: -0.25rem;
  }

  .md\:focus-within\:-ml-1:focus-within {
    margin-left: -0.25rem;
  }

  .md\:focus-within\:-mt-2:focus-within {
    margin-top: -0.5rem;
  }

  .md\:focus-within\:-mr-2:focus-within {
    margin-right: -0.5rem;
  }

  .md\:focus-within\:-mb-2:focus-within {
    margin-bottom: -0.5rem;
  }

  .md\:focus-within\:-ml-2:focus-within {
    margin-left: -0.5rem;
  }

  .md\:focus-within\:-mt-3:focus-within {
    margin-top: -0.75rem;
  }

  .md\:focus-within\:-mr-3:focus-within {
    margin-right: -0.75rem;
  }

  .md\:focus-within\:-mb-3:focus-within {
    margin-bottom: -0.75rem;
  }

  .md\:focus-within\:-ml-3:focus-within {
    margin-left: -0.75rem;
  }

  .md\:focus-within\:-mt-4:focus-within {
    margin-top: -1rem;
  }

  .md\:focus-within\:-mr-4:focus-within {
    margin-right: -1rem;
  }

  .md\:focus-within\:-mb-4:focus-within {
    margin-bottom: -1rem;
  }

  .md\:focus-within\:-ml-4:focus-within {
    margin-left: -1rem;
  }

  .md\:focus-within\:-mt-5:focus-within {
    margin-top: -1.25rem;
  }

  .md\:focus-within\:-mr-5:focus-within {
    margin-right: -1.25rem;
  }

  .md\:focus-within\:-mb-5:focus-within {
    margin-bottom: -1.25rem;
  }

  .md\:focus-within\:-ml-5:focus-within {
    margin-left: -1.25rem;
  }

  .md\:focus-within\:-mt-6:focus-within {
    margin-top: -1.5rem;
  }

  .md\:focus-within\:-mr-6:focus-within {
    margin-right: -1.5rem;
  }

  .md\:focus-within\:-mb-6:focus-within {
    margin-bottom: -1.5rem;
  }

  .md\:focus-within\:-ml-6:focus-within {
    margin-left: -1.5rem;
  }

  .md\:focus-within\:-mt-8:focus-within {
    margin-top: -2rem;
  }

  .md\:focus-within\:-mr-8:focus-within {
    margin-right: -2rem;
  }

  .md\:focus-within\:-mb-8:focus-within {
    margin-bottom: -2rem;
  }

  .md\:focus-within\:-ml-8:focus-within {
    margin-left: -2rem;
  }

  .md\:focus-within\:-mt-10:focus-within {
    margin-top: -2.5rem;
  }

  .md\:focus-within\:-mr-10:focus-within {
    margin-right: -2.5rem;
  }

  .md\:focus-within\:-mb-10:focus-within {
    margin-bottom: -2.5rem;
  }

  .md\:focus-within\:-ml-10:focus-within {
    margin-left: -2.5rem;
  }

  .md\:focus-within\:-mt-12:focus-within {
    margin-top: -3rem;
  }

  .md\:focus-within\:-mr-12:focus-within {
    margin-right: -3rem;
  }

  .md\:focus-within\:-mb-12:focus-within {
    margin-bottom: -3rem;
  }

  .md\:focus-within\:-ml-12:focus-within {
    margin-left: -3rem;
  }

  .md\:focus-within\:-mt-16:focus-within {
    margin-top: -4rem;
  }

  .md\:focus-within\:-mr-16:focus-within {
    margin-right: -4rem;
  }

  .md\:focus-within\:-mb-16:focus-within {
    margin-bottom: -4rem;
  }

  .md\:focus-within\:-ml-16:focus-within {
    margin-left: -4rem;
  }

  .md\:focus-within\:-mt-20:focus-within {
    margin-top: -5rem;
  }

  .md\:focus-within\:-mr-20:focus-within {
    margin-right: -5rem;
  }

  .md\:focus-within\:-mb-20:focus-within {
    margin-bottom: -5rem;
  }

  .md\:focus-within\:-ml-20:focus-within {
    margin-left: -5rem;
  }

  .md\:focus-within\:-mt-24:focus-within {
    margin-top: -6rem;
  }

  .md\:focus-within\:-mr-24:focus-within {
    margin-right: -6rem;
  }

  .md\:focus-within\:-mb-24:focus-within {
    margin-bottom: -6rem;
  }

  .md\:focus-within\:-ml-24:focus-within {
    margin-left: -6rem;
  }

  .md\:focus-within\:-mt-32:focus-within {
    margin-top: -8rem;
  }

  .md\:focus-within\:-mr-32:focus-within {
    margin-right: -8rem;
  }

  .md\:focus-within\:-mb-32:focus-within {
    margin-bottom: -8rem;
  }

  .md\:focus-within\:-ml-32:focus-within {
    margin-left: -8rem;
  }

  .md\:focus-within\:-mt-40:focus-within {
    margin-top: -10rem;
  }

  .md\:focus-within\:-mr-40:focus-within {
    margin-right: -10rem;
  }

  .md\:focus-within\:-mb-40:focus-within {
    margin-bottom: -10rem;
  }

  .md\:focus-within\:-ml-40:focus-within {
    margin-left: -10rem;
  }

  .md\:focus-within\:-mt-48:focus-within {
    margin-top: -12rem;
  }

  .md\:focus-within\:-mr-48:focus-within {
    margin-right: -12rem;
  }

  .md\:focus-within\:-mb-48:focus-within {
    margin-bottom: -12rem;
  }

  .md\:focus-within\:-ml-48:focus-within {
    margin-left: -12rem;
  }

  .md\:focus-within\:-mt-56:focus-within {
    margin-top: -14rem;
  }

  .md\:focus-within\:-mr-56:focus-within {
    margin-right: -14rem;
  }

  .md\:focus-within\:-mb-56:focus-within {
    margin-bottom: -14rem;
  }

  .md\:focus-within\:-ml-56:focus-within {
    margin-left: -14rem;
  }

  .md\:focus-within\:-mt-64:focus-within {
    margin-top: -16rem;
  }

  .md\:focus-within\:-mr-64:focus-within {
    margin-right: -16rem;
  }

  .md\:focus-within\:-mb-64:focus-within {
    margin-bottom: -16rem;
  }

  .md\:focus-within\:-ml-64:focus-within {
    margin-left: -16rem;
  }

  .md\:focus-within\:-mt-px:focus-within {
    margin-top: -1px;
  }

  .md\:focus-within\:-mr-px:focus-within {
    margin-right: -1px;
  }

  .md\:focus-within\:-mb-px:focus-within {
    margin-bottom: -1px;
  }

  .md\:focus-within\:-ml-px:focus-within {
    margin-left: -1px;
  }

  .md\:first\:m-0:first-child {
    margin: 0;
  }

  .md\:first\:m-1:first-child {
    margin: 0.25rem;
  }

  .md\:first\:m-2:first-child {
    margin: 0.5rem;
  }

  .md\:first\:m-3:first-child {
    margin: 0.75rem;
  }

  .md\:first\:m-4:first-child {
    margin: 1rem;
  }

  .md\:first\:m-5:first-child {
    margin: 1.25rem;
  }

  .md\:first\:m-6:first-child {
    margin: 1.5rem;
  }

  .md\:first\:m-8:first-child {
    margin: 2rem;
  }

  .md\:first\:m-10:first-child {
    margin: 2.5rem;
  }

  .md\:first\:m-12:first-child {
    margin: 3rem;
  }

  .md\:first\:m-16:first-child {
    margin: 4rem;
  }

  .md\:first\:m-20:first-child {
    margin: 5rem;
  }

  .md\:first\:m-24:first-child {
    margin: 6rem;
  }

  .md\:first\:m-32:first-child {
    margin: 8rem;
  }

  .md\:first\:m-40:first-child {
    margin: 10rem;
  }

  .md\:first\:m-48:first-child {
    margin: 12rem;
  }

  .md\:first\:m-56:first-child {
    margin: 14rem;
  }

  .md\:first\:m-64:first-child {
    margin: 16rem;
  }

  .md\:first\:m-auto:first-child {
    margin: auto;
  }

  .md\:first\:m-px:first-child {
    margin: 1px;
  }

  .md\:first\:-m-1:first-child {
    margin: -0.25rem;
  }

  .md\:first\:-m-2:first-child {
    margin: -0.5rem;
  }

  .md\:first\:-m-3:first-child {
    margin: -0.75rem;
  }

  .md\:first\:-m-4:first-child {
    margin: -1rem;
  }

  .md\:first\:-m-5:first-child {
    margin: -1.25rem;
  }

  .md\:first\:-m-6:first-child {
    margin: -1.5rem;
  }

  .md\:first\:-m-8:first-child {
    margin: -2rem;
  }

  .md\:first\:-m-10:first-child {
    margin: -2.5rem;
  }

  .md\:first\:-m-12:first-child {
    margin: -3rem;
  }

  .md\:first\:-m-16:first-child {
    margin: -4rem;
  }

  .md\:first\:-m-20:first-child {
    margin: -5rem;
  }

  .md\:first\:-m-24:first-child {
    margin: -6rem;
  }

  .md\:first\:-m-32:first-child {
    margin: -8rem;
  }

  .md\:first\:-m-40:first-child {
    margin: -10rem;
  }

  .md\:first\:-m-48:first-child {
    margin: -12rem;
  }

  .md\:first\:-m-56:first-child {
    margin: -14rem;
  }

  .md\:first\:-m-64:first-child {
    margin: -16rem;
  }

  .md\:first\:-m-px:first-child {
    margin: -1px;
  }

  .md\:first\:my-0:first-child {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:first\:mx-0:first-child {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:first\:my-1:first-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:first\:mx-1:first-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:first\:my-2:first-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:first\:mx-2:first-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:first\:my-3:first-child {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:first\:mx-3:first-child {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:first\:my-4:first-child {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:first\:mx-4:first-child {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:first\:my-5:first-child {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:first\:mx-5:first-child {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:first\:my-6:first-child {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:first\:mx-6:first-child {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:first\:my-8:first-child {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:first\:mx-8:first-child {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:first\:my-10:first-child {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:first\:mx-10:first-child {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:first\:my-12:first-child {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:first\:mx-12:first-child {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:first\:my-16:first-child {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:first\:mx-16:first-child {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:first\:my-20:first-child {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:first\:mx-20:first-child {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:first\:my-24:first-child {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:first\:mx-24:first-child {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:first\:my-32:first-child {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:first\:mx-32:first-child {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:first\:my-40:first-child {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:first\:mx-40:first-child {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md\:first\:my-48:first-child {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .md\:first\:mx-48:first-child {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md\:first\:my-56:first-child {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md\:first\:mx-56:first-child {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .md\:first\:my-64:first-child {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md\:first\:mx-64:first-child {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md\:first\:my-auto:first-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:first\:mx-auto:first-child {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:first\:my-px:first-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:first\:mx-px:first-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:first\:-my-1:first-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:first\:-mx-1:first-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:first\:-my-2:first-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:first\:-mx-2:first-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:first\:-my-3:first-child {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:first\:-mx-3:first-child {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:first\:-my-4:first-child {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:first\:-mx-4:first-child {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:first\:-my-5:first-child {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:first\:-mx-5:first-child {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:first\:-my-6:first-child {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:first\:-mx-6:first-child {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:first\:-my-8:first-child {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:first\:-mx-8:first-child {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:first\:-my-10:first-child {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:first\:-mx-10:first-child {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:first\:-my-12:first-child {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:first\:-mx-12:first-child {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:first\:-my-16:first-child {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:first\:-mx-16:first-child {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:first\:-my-20:first-child {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:first\:-mx-20:first-child {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:first\:-my-24:first-child {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:first\:-mx-24:first-child {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:first\:-my-32:first-child {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:first\:-mx-32:first-child {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:first\:-my-40:first-child {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md\:first\:-mx-40:first-child {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .md\:first\:-my-48:first-child {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .md\:first\:-mx-48:first-child {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .md\:first\:-my-56:first-child {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .md\:first\:-mx-56:first-child {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .md\:first\:-my-64:first-child {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .md\:first\:-mx-64:first-child {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .md\:first\:-my-px:first-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:first\:-mx-px:first-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:first\:mt-0:first-child {
    margin-top: 0;
  }

  .md\:first\:mr-0:first-child {
    margin-right: 0;
  }

  .md\:first\:mb-0:first-child {
    margin-bottom: 0;
  }

  .md\:first\:ml-0:first-child {
    margin-left: 0;
  }

  .md\:first\:mt-1:first-child {
    margin-top: 0.25rem;
  }

  .md\:first\:mr-1:first-child {
    margin-right: 0.25rem;
  }

  .md\:first\:mb-1:first-child {
    margin-bottom: 0.25rem;
  }

  .md\:first\:ml-1:first-child {
    margin-left: 0.25rem;
  }

  .md\:first\:mt-2:first-child {
    margin-top: 0.5rem;
  }

  .md\:first\:mr-2:first-child {
    margin-right: 0.5rem;
  }

  .md\:first\:mb-2:first-child {
    margin-bottom: 0.5rem;
  }

  .md\:first\:ml-2:first-child {
    margin-left: 0.5rem;
  }

  .md\:first\:mt-3:first-child {
    margin-top: 0.75rem;
  }

  .md\:first\:mr-3:first-child {
    margin-right: 0.75rem;
  }

  .md\:first\:mb-3:first-child {
    margin-bottom: 0.75rem;
  }

  .md\:first\:ml-3:first-child {
    margin-left: 0.75rem;
  }

  .md\:first\:mt-4:first-child {
    margin-top: 1rem;
  }

  .md\:first\:mr-4:first-child {
    margin-right: 1rem;
  }

  .md\:first\:mb-4:first-child {
    margin-bottom: 1rem;
  }

  .md\:first\:ml-4:first-child {
    margin-left: 1rem;
  }

  .md\:first\:mt-5:first-child {
    margin-top: 1.25rem;
  }

  .md\:first\:mr-5:first-child {
    margin-right: 1.25rem;
  }

  .md\:first\:mb-5:first-child {
    margin-bottom: 1.25rem;
  }

  .md\:first\:ml-5:first-child {
    margin-left: 1.25rem;
  }

  .md\:first\:mt-6:first-child {
    margin-top: 1.5rem;
  }

  .md\:first\:mr-6:first-child {
    margin-right: 1.5rem;
  }

  .md\:first\:mb-6:first-child {
    margin-bottom: 1.5rem;
  }

  .md\:first\:ml-6:first-child {
    margin-left: 1.5rem;
  }

  .md\:first\:mt-8:first-child {
    margin-top: 2rem;
  }

  .md\:first\:mr-8:first-child {
    margin-right: 2rem;
  }

  .md\:first\:mb-8:first-child {
    margin-bottom: 2rem;
  }

  .md\:first\:ml-8:first-child {
    margin-left: 2rem;
  }

  .md\:first\:mt-10:first-child {
    margin-top: 2.5rem;
  }

  .md\:first\:mr-10:first-child {
    margin-right: 2.5rem;
  }

  .md\:first\:mb-10:first-child {
    margin-bottom: 2.5rem;
  }

  .md\:first\:ml-10:first-child {
    margin-left: 2.5rem;
  }

  .md\:first\:mt-12:first-child {
    margin-top: 3rem;
  }

  .md\:first\:mr-12:first-child {
    margin-right: 3rem;
  }

  .md\:first\:mb-12:first-child {
    margin-bottom: 3rem;
  }

  .md\:first\:ml-12:first-child {
    margin-left: 3rem;
  }

  .md\:first\:mt-16:first-child {
    margin-top: 4rem;
  }

  .md\:first\:mr-16:first-child {
    margin-right: 4rem;
  }

  .md\:first\:mb-16:first-child {
    margin-bottom: 4rem;
  }

  .md\:first\:ml-16:first-child {
    margin-left: 4rem;
  }

  .md\:first\:mt-20:first-child {
    margin-top: 5rem;
  }

  .md\:first\:mr-20:first-child {
    margin-right: 5rem;
  }

  .md\:first\:mb-20:first-child {
    margin-bottom: 5rem;
  }

  .md\:first\:ml-20:first-child {
    margin-left: 5rem;
  }

  .md\:first\:mt-24:first-child {
    margin-top: 6rem;
  }

  .md\:first\:mr-24:first-child {
    margin-right: 6rem;
  }

  .md\:first\:mb-24:first-child {
    margin-bottom: 6rem;
  }

  .md\:first\:ml-24:first-child {
    margin-left: 6rem;
  }

  .md\:first\:mt-32:first-child {
    margin-top: 8rem;
  }

  .md\:first\:mr-32:first-child {
    margin-right: 8rem;
  }

  .md\:first\:mb-32:first-child {
    margin-bottom: 8rem;
  }

  .md\:first\:ml-32:first-child {
    margin-left: 8rem;
  }

  .md\:first\:mt-40:first-child {
    margin-top: 10rem;
  }

  .md\:first\:mr-40:first-child {
    margin-right: 10rem;
  }

  .md\:first\:mb-40:first-child {
    margin-bottom: 10rem;
  }

  .md\:first\:ml-40:first-child {
    margin-left: 10rem;
  }

  .md\:first\:mt-48:first-child {
    margin-top: 12rem;
  }

  .md\:first\:mr-48:first-child {
    margin-right: 12rem;
  }

  .md\:first\:mb-48:first-child {
    margin-bottom: 12rem;
  }

  .md\:first\:ml-48:first-child {
    margin-left: 12rem;
  }

  .md\:first\:mt-56:first-child {
    margin-top: 14rem;
  }

  .md\:first\:mr-56:first-child {
    margin-right: 14rem;
  }

  .md\:first\:mb-56:first-child {
    margin-bottom: 14rem;
  }

  .md\:first\:ml-56:first-child {
    margin-left: 14rem;
  }

  .md\:first\:mt-64:first-child {
    margin-top: 16rem;
  }

  .md\:first\:mr-64:first-child {
    margin-right: 16rem;
  }

  .md\:first\:mb-64:first-child {
    margin-bottom: 16rem;
  }

  .md\:first\:ml-64:first-child {
    margin-left: 16rem;
  }

  .md\:first\:mt-auto:first-child {
    margin-top: auto;
  }

  .md\:first\:mr-auto:first-child {
    margin-right: auto;
  }

  .md\:first\:mb-auto:first-child {
    margin-bottom: auto;
  }

  .md\:first\:ml-auto:first-child {
    margin-left: auto;
  }

  .md\:first\:mt-px:first-child {
    margin-top: 1px;
  }

  .md\:first\:mr-px:first-child {
    margin-right: 1px;
  }

  .md\:first\:mb-px:first-child {
    margin-bottom: 1px;
  }

  .md\:first\:ml-px:first-child {
    margin-left: 1px;
  }

  .md\:first\:-mt-1:first-child {
    margin-top: -0.25rem;
  }

  .md\:first\:-mr-1:first-child {
    margin-right: -0.25rem;
  }

  .md\:first\:-mb-1:first-child {
    margin-bottom: -0.25rem;
  }

  .md\:first\:-ml-1:first-child {
    margin-left: -0.25rem;
  }

  .md\:first\:-mt-2:first-child {
    margin-top: -0.5rem;
  }

  .md\:first\:-mr-2:first-child {
    margin-right: -0.5rem;
  }

  .md\:first\:-mb-2:first-child {
    margin-bottom: -0.5rem;
  }

  .md\:first\:-ml-2:first-child {
    margin-left: -0.5rem;
  }

  .md\:first\:-mt-3:first-child {
    margin-top: -0.75rem;
  }

  .md\:first\:-mr-3:first-child {
    margin-right: -0.75rem;
  }

  .md\:first\:-mb-3:first-child {
    margin-bottom: -0.75rem;
  }

  .md\:first\:-ml-3:first-child {
    margin-left: -0.75rem;
  }

  .md\:first\:-mt-4:first-child {
    margin-top: -1rem;
  }

  .md\:first\:-mr-4:first-child {
    margin-right: -1rem;
  }

  .md\:first\:-mb-4:first-child {
    margin-bottom: -1rem;
  }

  .md\:first\:-ml-4:first-child {
    margin-left: -1rem;
  }

  .md\:first\:-mt-5:first-child {
    margin-top: -1.25rem;
  }

  .md\:first\:-mr-5:first-child {
    margin-right: -1.25rem;
  }

  .md\:first\:-mb-5:first-child {
    margin-bottom: -1.25rem;
  }

  .md\:first\:-ml-5:first-child {
    margin-left: -1.25rem;
  }

  .md\:first\:-mt-6:first-child {
    margin-top: -1.5rem;
  }

  .md\:first\:-mr-6:first-child {
    margin-right: -1.5rem;
  }

  .md\:first\:-mb-6:first-child {
    margin-bottom: -1.5rem;
  }

  .md\:first\:-ml-6:first-child {
    margin-left: -1.5rem;
  }

  .md\:first\:-mt-8:first-child {
    margin-top: -2rem;
  }

  .md\:first\:-mr-8:first-child {
    margin-right: -2rem;
  }

  .md\:first\:-mb-8:first-child {
    margin-bottom: -2rem;
  }

  .md\:first\:-ml-8:first-child {
    margin-left: -2rem;
  }

  .md\:first\:-mt-10:first-child {
    margin-top: -2.5rem;
  }

  .md\:first\:-mr-10:first-child {
    margin-right: -2.5rem;
  }

  .md\:first\:-mb-10:first-child {
    margin-bottom: -2.5rem;
  }

  .md\:first\:-ml-10:first-child {
    margin-left: -2.5rem;
  }

  .md\:first\:-mt-12:first-child {
    margin-top: -3rem;
  }

  .md\:first\:-mr-12:first-child {
    margin-right: -3rem;
  }

  .md\:first\:-mb-12:first-child {
    margin-bottom: -3rem;
  }

  .md\:first\:-ml-12:first-child {
    margin-left: -3rem;
  }

  .md\:first\:-mt-16:first-child {
    margin-top: -4rem;
  }

  .md\:first\:-mr-16:first-child {
    margin-right: -4rem;
  }

  .md\:first\:-mb-16:first-child {
    margin-bottom: -4rem;
  }

  .md\:first\:-ml-16:first-child {
    margin-left: -4rem;
  }

  .md\:first\:-mt-20:first-child {
    margin-top: -5rem;
  }

  .md\:first\:-mr-20:first-child {
    margin-right: -5rem;
  }

  .md\:first\:-mb-20:first-child {
    margin-bottom: -5rem;
  }

  .md\:first\:-ml-20:first-child {
    margin-left: -5rem;
  }

  .md\:first\:-mt-24:first-child {
    margin-top: -6rem;
  }

  .md\:first\:-mr-24:first-child {
    margin-right: -6rem;
  }

  .md\:first\:-mb-24:first-child {
    margin-bottom: -6rem;
  }

  .md\:first\:-ml-24:first-child {
    margin-left: -6rem;
  }

  .md\:first\:-mt-32:first-child {
    margin-top: -8rem;
  }

  .md\:first\:-mr-32:first-child {
    margin-right: -8rem;
  }

  .md\:first\:-mb-32:first-child {
    margin-bottom: -8rem;
  }

  .md\:first\:-ml-32:first-child {
    margin-left: -8rem;
  }

  .md\:first\:-mt-40:first-child {
    margin-top: -10rem;
  }

  .md\:first\:-mr-40:first-child {
    margin-right: -10rem;
  }

  .md\:first\:-mb-40:first-child {
    margin-bottom: -10rem;
  }

  .md\:first\:-ml-40:first-child {
    margin-left: -10rem;
  }

  .md\:first\:-mt-48:first-child {
    margin-top: -12rem;
  }

  .md\:first\:-mr-48:first-child {
    margin-right: -12rem;
  }

  .md\:first\:-mb-48:first-child {
    margin-bottom: -12rem;
  }

  .md\:first\:-ml-48:first-child {
    margin-left: -12rem;
  }

  .md\:first\:-mt-56:first-child {
    margin-top: -14rem;
  }

  .md\:first\:-mr-56:first-child {
    margin-right: -14rem;
  }

  .md\:first\:-mb-56:first-child {
    margin-bottom: -14rem;
  }

  .md\:first\:-ml-56:first-child {
    margin-left: -14rem;
  }

  .md\:first\:-mt-64:first-child {
    margin-top: -16rem;
  }

  .md\:first\:-mr-64:first-child {
    margin-right: -16rem;
  }

  .md\:first\:-mb-64:first-child {
    margin-bottom: -16rem;
  }

  .md\:first\:-ml-64:first-child {
    margin-left: -16rem;
  }

  .md\:first\:-mt-px:first-child {
    margin-top: -1px;
  }

  .md\:first\:-mr-px:first-child {
    margin-right: -1px;
  }

  .md\:first\:-mb-px:first-child {
    margin-bottom: -1px;
  }

  .md\:first\:-ml-px:first-child {
    margin-left: -1px;
  }

  .md\:last\:m-0:last-child {
    margin: 0;
  }

  .md\:last\:m-1:last-child {
    margin: 0.25rem;
  }

  .md\:last\:m-2:last-child {
    margin: 0.5rem;
  }

  .md\:last\:m-3:last-child {
    margin: 0.75rem;
  }

  .md\:last\:m-4:last-child {
    margin: 1rem;
  }

  .md\:last\:m-5:last-child {
    margin: 1.25rem;
  }

  .md\:last\:m-6:last-child {
    margin: 1.5rem;
  }

  .md\:last\:m-8:last-child {
    margin: 2rem;
  }

  .md\:last\:m-10:last-child {
    margin: 2.5rem;
  }

  .md\:last\:m-12:last-child {
    margin: 3rem;
  }

  .md\:last\:m-16:last-child {
    margin: 4rem;
  }

  .md\:last\:m-20:last-child {
    margin: 5rem;
  }

  .md\:last\:m-24:last-child {
    margin: 6rem;
  }

  .md\:last\:m-32:last-child {
    margin: 8rem;
  }

  .md\:last\:m-40:last-child {
    margin: 10rem;
  }

  .md\:last\:m-48:last-child {
    margin: 12rem;
  }

  .md\:last\:m-56:last-child {
    margin: 14rem;
  }

  .md\:last\:m-64:last-child {
    margin: 16rem;
  }

  .md\:last\:m-auto:last-child {
    margin: auto;
  }

  .md\:last\:m-px:last-child {
    margin: 1px;
  }

  .md\:last\:-m-1:last-child {
    margin: -0.25rem;
  }

  .md\:last\:-m-2:last-child {
    margin: -0.5rem;
  }

  .md\:last\:-m-3:last-child {
    margin: -0.75rem;
  }

  .md\:last\:-m-4:last-child {
    margin: -1rem;
  }

  .md\:last\:-m-5:last-child {
    margin: -1.25rem;
  }

  .md\:last\:-m-6:last-child {
    margin: -1.5rem;
  }

  .md\:last\:-m-8:last-child {
    margin: -2rem;
  }

  .md\:last\:-m-10:last-child {
    margin: -2.5rem;
  }

  .md\:last\:-m-12:last-child {
    margin: -3rem;
  }

  .md\:last\:-m-16:last-child {
    margin: -4rem;
  }

  .md\:last\:-m-20:last-child {
    margin: -5rem;
  }

  .md\:last\:-m-24:last-child {
    margin: -6rem;
  }

  .md\:last\:-m-32:last-child {
    margin: -8rem;
  }

  .md\:last\:-m-40:last-child {
    margin: -10rem;
  }

  .md\:last\:-m-48:last-child {
    margin: -12rem;
  }

  .md\:last\:-m-56:last-child {
    margin: -14rem;
  }

  .md\:last\:-m-64:last-child {
    margin: -16rem;
  }

  .md\:last\:-m-px:last-child {
    margin: -1px;
  }

  .md\:last\:my-0:last-child {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:last\:mx-0:last-child {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:last\:my-1:last-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:last\:mx-1:last-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:last\:my-2:last-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:last\:mx-2:last-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:last\:my-3:last-child {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:last\:mx-3:last-child {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:last\:my-4:last-child {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:last\:mx-4:last-child {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:last\:my-5:last-child {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:last\:mx-5:last-child {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:last\:my-6:last-child {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:last\:mx-6:last-child {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:last\:my-8:last-child {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:last\:mx-8:last-child {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:last\:my-10:last-child {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:last\:mx-10:last-child {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:last\:my-12:last-child {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:last\:mx-12:last-child {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:last\:my-16:last-child {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:last\:mx-16:last-child {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:last\:my-20:last-child {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:last\:mx-20:last-child {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:last\:my-24:last-child {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:last\:mx-24:last-child {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:last\:my-32:last-child {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:last\:mx-32:last-child {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:last\:my-40:last-child {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:last\:mx-40:last-child {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md\:last\:my-48:last-child {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .md\:last\:mx-48:last-child {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md\:last\:my-56:last-child {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md\:last\:mx-56:last-child {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .md\:last\:my-64:last-child {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md\:last\:mx-64:last-child {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md\:last\:my-auto:last-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:last\:mx-auto:last-child {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:last\:my-px:last-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:last\:mx-px:last-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:last\:-my-1:last-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:last\:-mx-1:last-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:last\:-my-2:last-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:last\:-mx-2:last-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:last\:-my-3:last-child {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:last\:-mx-3:last-child {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:last\:-my-4:last-child {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:last\:-mx-4:last-child {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:last\:-my-5:last-child {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:last\:-mx-5:last-child {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:last\:-my-6:last-child {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:last\:-mx-6:last-child {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:last\:-my-8:last-child {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:last\:-mx-8:last-child {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:last\:-my-10:last-child {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:last\:-mx-10:last-child {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:last\:-my-12:last-child {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:last\:-mx-12:last-child {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:last\:-my-16:last-child {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:last\:-mx-16:last-child {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:last\:-my-20:last-child {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:last\:-mx-20:last-child {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:last\:-my-24:last-child {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:last\:-mx-24:last-child {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:last\:-my-32:last-child {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:last\:-mx-32:last-child {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:last\:-my-40:last-child {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md\:last\:-mx-40:last-child {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .md\:last\:-my-48:last-child {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .md\:last\:-mx-48:last-child {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .md\:last\:-my-56:last-child {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .md\:last\:-mx-56:last-child {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .md\:last\:-my-64:last-child {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .md\:last\:-mx-64:last-child {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .md\:last\:-my-px:last-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:last\:-mx-px:last-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:last\:mt-0:last-child {
    margin-top: 0;
  }

  .md\:last\:mr-0:last-child {
    margin-right: 0;
  }

  .md\:last\:mb-0:last-child {
    margin-bottom: 0;
  }

  .md\:last\:ml-0:last-child {
    margin-left: 0;
  }

  .md\:last\:mt-1:last-child {
    margin-top: 0.25rem;
  }

  .md\:last\:mr-1:last-child {
    margin-right: 0.25rem;
  }

  .md\:last\:mb-1:last-child {
    margin-bottom: 0.25rem;
  }

  .md\:last\:ml-1:last-child {
    margin-left: 0.25rem;
  }

  .md\:last\:mt-2:last-child {
    margin-top: 0.5rem;
  }

  .md\:last\:mr-2:last-child {
    margin-right: 0.5rem;
  }

  .md\:last\:mb-2:last-child {
    margin-bottom: 0.5rem;
  }

  .md\:last\:ml-2:last-child {
    margin-left: 0.5rem;
  }

  .md\:last\:mt-3:last-child {
    margin-top: 0.75rem;
  }

  .md\:last\:mr-3:last-child {
    margin-right: 0.75rem;
  }

  .md\:last\:mb-3:last-child {
    margin-bottom: 0.75rem;
  }

  .md\:last\:ml-3:last-child {
    margin-left: 0.75rem;
  }

  .md\:last\:mt-4:last-child {
    margin-top: 1rem;
  }

  .md\:last\:mr-4:last-child {
    margin-right: 1rem;
  }

  .md\:last\:mb-4:last-child {
    margin-bottom: 1rem;
  }

  .md\:last\:ml-4:last-child {
    margin-left: 1rem;
  }

  .md\:last\:mt-5:last-child {
    margin-top: 1.25rem;
  }

  .md\:last\:mr-5:last-child {
    margin-right: 1.25rem;
  }

  .md\:last\:mb-5:last-child {
    margin-bottom: 1.25rem;
  }

  .md\:last\:ml-5:last-child {
    margin-left: 1.25rem;
  }

  .md\:last\:mt-6:last-child {
    margin-top: 1.5rem;
  }

  .md\:last\:mr-6:last-child {
    margin-right: 1.5rem;
  }

  .md\:last\:mb-6:last-child {
    margin-bottom: 1.5rem;
  }

  .md\:last\:ml-6:last-child {
    margin-left: 1.5rem;
  }

  .md\:last\:mt-8:last-child {
    margin-top: 2rem;
  }

  .md\:last\:mr-8:last-child {
    margin-right: 2rem;
  }

  .md\:last\:mb-8:last-child {
    margin-bottom: 2rem;
  }

  .md\:last\:ml-8:last-child {
    margin-left: 2rem;
  }

  .md\:last\:mt-10:last-child {
    margin-top: 2.5rem;
  }

  .md\:last\:mr-10:last-child {
    margin-right: 2.5rem;
  }

  .md\:last\:mb-10:last-child {
    margin-bottom: 2.5rem;
  }

  .md\:last\:ml-10:last-child {
    margin-left: 2.5rem;
  }

  .md\:last\:mt-12:last-child {
    margin-top: 3rem;
  }

  .md\:last\:mr-12:last-child {
    margin-right: 3rem;
  }

  .md\:last\:mb-12:last-child {
    margin-bottom: 3rem;
  }

  .md\:last\:ml-12:last-child {
    margin-left: 3rem;
  }

  .md\:last\:mt-16:last-child {
    margin-top: 4rem;
  }

  .md\:last\:mr-16:last-child {
    margin-right: 4rem;
  }

  .md\:last\:mb-16:last-child {
    margin-bottom: 4rem;
  }

  .md\:last\:ml-16:last-child {
    margin-left: 4rem;
  }

  .md\:last\:mt-20:last-child {
    margin-top: 5rem;
  }

  .md\:last\:mr-20:last-child {
    margin-right: 5rem;
  }

  .md\:last\:mb-20:last-child {
    margin-bottom: 5rem;
  }

  .md\:last\:ml-20:last-child {
    margin-left: 5rem;
  }

  .md\:last\:mt-24:last-child {
    margin-top: 6rem;
  }

  .md\:last\:mr-24:last-child {
    margin-right: 6rem;
  }

  .md\:last\:mb-24:last-child {
    margin-bottom: 6rem;
  }

  .md\:last\:ml-24:last-child {
    margin-left: 6rem;
  }

  .md\:last\:mt-32:last-child {
    margin-top: 8rem;
  }

  .md\:last\:mr-32:last-child {
    margin-right: 8rem;
  }

  .md\:last\:mb-32:last-child {
    margin-bottom: 8rem;
  }

  .md\:last\:ml-32:last-child {
    margin-left: 8rem;
  }

  .md\:last\:mt-40:last-child {
    margin-top: 10rem;
  }

  .md\:last\:mr-40:last-child {
    margin-right: 10rem;
  }

  .md\:last\:mb-40:last-child {
    margin-bottom: 10rem;
  }

  .md\:last\:ml-40:last-child {
    margin-left: 10rem;
  }

  .md\:last\:mt-48:last-child {
    margin-top: 12rem;
  }

  .md\:last\:mr-48:last-child {
    margin-right: 12rem;
  }

  .md\:last\:mb-48:last-child {
    margin-bottom: 12rem;
  }

  .md\:last\:ml-48:last-child {
    margin-left: 12rem;
  }

  .md\:last\:mt-56:last-child {
    margin-top: 14rem;
  }

  .md\:last\:mr-56:last-child {
    margin-right: 14rem;
  }

  .md\:last\:mb-56:last-child {
    margin-bottom: 14rem;
  }

  .md\:last\:ml-56:last-child {
    margin-left: 14rem;
  }

  .md\:last\:mt-64:last-child {
    margin-top: 16rem;
  }

  .md\:last\:mr-64:last-child {
    margin-right: 16rem;
  }

  .md\:last\:mb-64:last-child {
    margin-bottom: 16rem;
  }

  .md\:last\:ml-64:last-child {
    margin-left: 16rem;
  }

  .md\:last\:mt-auto:last-child {
    margin-top: auto;
  }

  .md\:last\:mr-auto:last-child {
    margin-right: auto;
  }

  .md\:last\:mb-auto:last-child {
    margin-bottom: auto;
  }

  .md\:last\:ml-auto:last-child {
    margin-left: auto;
  }

  .md\:last\:mt-px:last-child {
    margin-top: 1px;
  }

  .md\:last\:mr-px:last-child {
    margin-right: 1px;
  }

  .md\:last\:mb-px:last-child {
    margin-bottom: 1px;
  }

  .md\:last\:ml-px:last-child {
    margin-left: 1px;
  }

  .md\:last\:-mt-1:last-child {
    margin-top: -0.25rem;
  }

  .md\:last\:-mr-1:last-child {
    margin-right: -0.25rem;
  }

  .md\:last\:-mb-1:last-child {
    margin-bottom: -0.25rem;
  }

  .md\:last\:-ml-1:last-child {
    margin-left: -0.25rem;
  }

  .md\:last\:-mt-2:last-child {
    margin-top: -0.5rem;
  }

  .md\:last\:-mr-2:last-child {
    margin-right: -0.5rem;
  }

  .md\:last\:-mb-2:last-child {
    margin-bottom: -0.5rem;
  }

  .md\:last\:-ml-2:last-child {
    margin-left: -0.5rem;
  }

  .md\:last\:-mt-3:last-child {
    margin-top: -0.75rem;
  }

  .md\:last\:-mr-3:last-child {
    margin-right: -0.75rem;
  }

  .md\:last\:-mb-3:last-child {
    margin-bottom: -0.75rem;
  }

  .md\:last\:-ml-3:last-child {
    margin-left: -0.75rem;
  }

  .md\:last\:-mt-4:last-child {
    margin-top: -1rem;
  }

  .md\:last\:-mr-4:last-child {
    margin-right: -1rem;
  }

  .md\:last\:-mb-4:last-child {
    margin-bottom: -1rem;
  }

  .md\:last\:-ml-4:last-child {
    margin-left: -1rem;
  }

  .md\:last\:-mt-5:last-child {
    margin-top: -1.25rem;
  }

  .md\:last\:-mr-5:last-child {
    margin-right: -1.25rem;
  }

  .md\:last\:-mb-5:last-child {
    margin-bottom: -1.25rem;
  }

  .md\:last\:-ml-5:last-child {
    margin-left: -1.25rem;
  }

  .md\:last\:-mt-6:last-child {
    margin-top: -1.5rem;
  }

  .md\:last\:-mr-6:last-child {
    margin-right: -1.5rem;
  }

  .md\:last\:-mb-6:last-child {
    margin-bottom: -1.5rem;
  }

  .md\:last\:-ml-6:last-child {
    margin-left: -1.5rem;
  }

  .md\:last\:-mt-8:last-child {
    margin-top: -2rem;
  }

  .md\:last\:-mr-8:last-child {
    margin-right: -2rem;
  }

  .md\:last\:-mb-8:last-child {
    margin-bottom: -2rem;
  }

  .md\:last\:-ml-8:last-child {
    margin-left: -2rem;
  }

  .md\:last\:-mt-10:last-child {
    margin-top: -2.5rem;
  }

  .md\:last\:-mr-10:last-child {
    margin-right: -2.5rem;
  }

  .md\:last\:-mb-10:last-child {
    margin-bottom: -2.5rem;
  }

  .md\:last\:-ml-10:last-child {
    margin-left: -2.5rem;
  }

  .md\:last\:-mt-12:last-child {
    margin-top: -3rem;
  }

  .md\:last\:-mr-12:last-child {
    margin-right: -3rem;
  }

  .md\:last\:-mb-12:last-child {
    margin-bottom: -3rem;
  }

  .md\:last\:-ml-12:last-child {
    margin-left: -3rem;
  }

  .md\:last\:-mt-16:last-child {
    margin-top: -4rem;
  }

  .md\:last\:-mr-16:last-child {
    margin-right: -4rem;
  }

  .md\:last\:-mb-16:last-child {
    margin-bottom: -4rem;
  }

  .md\:last\:-ml-16:last-child {
    margin-left: -4rem;
  }

  .md\:last\:-mt-20:last-child {
    margin-top: -5rem;
  }

  .md\:last\:-mr-20:last-child {
    margin-right: -5rem;
  }

  .md\:last\:-mb-20:last-child {
    margin-bottom: -5rem;
  }

  .md\:last\:-ml-20:last-child {
    margin-left: -5rem;
  }

  .md\:last\:-mt-24:last-child {
    margin-top: -6rem;
  }

  .md\:last\:-mr-24:last-child {
    margin-right: -6rem;
  }

  .md\:last\:-mb-24:last-child {
    margin-bottom: -6rem;
  }

  .md\:last\:-ml-24:last-child {
    margin-left: -6rem;
  }

  .md\:last\:-mt-32:last-child {
    margin-top: -8rem;
  }

  .md\:last\:-mr-32:last-child {
    margin-right: -8rem;
  }

  .md\:last\:-mb-32:last-child {
    margin-bottom: -8rem;
  }

  .md\:last\:-ml-32:last-child {
    margin-left: -8rem;
  }

  .md\:last\:-mt-40:last-child {
    margin-top: -10rem;
  }

  .md\:last\:-mr-40:last-child {
    margin-right: -10rem;
  }

  .md\:last\:-mb-40:last-child {
    margin-bottom: -10rem;
  }

  .md\:last\:-ml-40:last-child {
    margin-left: -10rem;
  }

  .md\:last\:-mt-48:last-child {
    margin-top: -12rem;
  }

  .md\:last\:-mr-48:last-child {
    margin-right: -12rem;
  }

  .md\:last\:-mb-48:last-child {
    margin-bottom: -12rem;
  }

  .md\:last\:-ml-48:last-child {
    margin-left: -12rem;
  }

  .md\:last\:-mt-56:last-child {
    margin-top: -14rem;
  }

  .md\:last\:-mr-56:last-child {
    margin-right: -14rem;
  }

  .md\:last\:-mb-56:last-child {
    margin-bottom: -14rem;
  }

  .md\:last\:-ml-56:last-child {
    margin-left: -14rem;
  }

  .md\:last\:-mt-64:last-child {
    margin-top: -16rem;
  }

  .md\:last\:-mr-64:last-child {
    margin-right: -16rem;
  }

  .md\:last\:-mb-64:last-child {
    margin-bottom: -16rem;
  }

  .md\:last\:-ml-64:last-child {
    margin-left: -16rem;
  }

  .md\:last\:-mt-px:last-child {
    margin-top: -1px;
  }

  .md\:last\:-mr-px:last-child {
    margin-right: -1px;
  }

  .md\:last\:-mb-px:last-child {
    margin-bottom: -1px;
  }

  .md\:last\:-ml-px:last-child {
    margin-left: -1px;
  }

  .md\:odd\:m-0:nth-child(odd) {
    margin: 0;
  }

  .md\:odd\:m-1:nth-child(odd) {
    margin: 0.25rem;
  }

  .md\:odd\:m-2:nth-child(odd) {
    margin: 0.5rem;
  }

  .md\:odd\:m-3:nth-child(odd) {
    margin: 0.75rem;
  }

  .md\:odd\:m-4:nth-child(odd) {
    margin: 1rem;
  }

  .md\:odd\:m-5:nth-child(odd) {
    margin: 1.25rem;
  }

  .md\:odd\:m-6:nth-child(odd) {
    margin: 1.5rem;
  }

  .md\:odd\:m-8:nth-child(odd) {
    margin: 2rem;
  }

  .md\:odd\:m-10:nth-child(odd) {
    margin: 2.5rem;
  }

  .md\:odd\:m-12:nth-child(odd) {
    margin: 3rem;
  }

  .md\:odd\:m-16:nth-child(odd) {
    margin: 4rem;
  }

  .md\:odd\:m-20:nth-child(odd) {
    margin: 5rem;
  }

  .md\:odd\:m-24:nth-child(odd) {
    margin: 6rem;
  }

  .md\:odd\:m-32:nth-child(odd) {
    margin: 8rem;
  }

  .md\:odd\:m-40:nth-child(odd) {
    margin: 10rem;
  }

  .md\:odd\:m-48:nth-child(odd) {
    margin: 12rem;
  }

  .md\:odd\:m-56:nth-child(odd) {
    margin: 14rem;
  }

  .md\:odd\:m-64:nth-child(odd) {
    margin: 16rem;
  }

  .md\:odd\:m-auto:nth-child(odd) {
    margin: auto;
  }

  .md\:odd\:m-px:nth-child(odd) {
    margin: 1px;
  }

  .md\:odd\:-m-1:nth-child(odd) {
    margin: -0.25rem;
  }

  .md\:odd\:-m-2:nth-child(odd) {
    margin: -0.5rem;
  }

  .md\:odd\:-m-3:nth-child(odd) {
    margin: -0.75rem;
  }

  .md\:odd\:-m-4:nth-child(odd) {
    margin: -1rem;
  }

  .md\:odd\:-m-5:nth-child(odd) {
    margin: -1.25rem;
  }

  .md\:odd\:-m-6:nth-child(odd) {
    margin: -1.5rem;
  }

  .md\:odd\:-m-8:nth-child(odd) {
    margin: -2rem;
  }

  .md\:odd\:-m-10:nth-child(odd) {
    margin: -2.5rem;
  }

  .md\:odd\:-m-12:nth-child(odd) {
    margin: -3rem;
  }

  .md\:odd\:-m-16:nth-child(odd) {
    margin: -4rem;
  }

  .md\:odd\:-m-20:nth-child(odd) {
    margin: -5rem;
  }

  .md\:odd\:-m-24:nth-child(odd) {
    margin: -6rem;
  }

  .md\:odd\:-m-32:nth-child(odd) {
    margin: -8rem;
  }

  .md\:odd\:-m-40:nth-child(odd) {
    margin: -10rem;
  }

  .md\:odd\:-m-48:nth-child(odd) {
    margin: -12rem;
  }

  .md\:odd\:-m-56:nth-child(odd) {
    margin: -14rem;
  }

  .md\:odd\:-m-64:nth-child(odd) {
    margin: -16rem;
  }

  .md\:odd\:-m-px:nth-child(odd) {
    margin: -1px;
  }

  .md\:odd\:my-0:nth-child(odd) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:odd\:mx-0:nth-child(odd) {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:odd\:my-1:nth-child(odd) {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:odd\:mx-1:nth-child(odd) {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:odd\:my-2:nth-child(odd) {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:odd\:mx-2:nth-child(odd) {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:odd\:my-3:nth-child(odd) {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:odd\:mx-3:nth-child(odd) {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:odd\:my-4:nth-child(odd) {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:odd\:mx-4:nth-child(odd) {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:odd\:my-5:nth-child(odd) {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:odd\:mx-5:nth-child(odd) {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:odd\:my-6:nth-child(odd) {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:odd\:mx-6:nth-child(odd) {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:odd\:my-8:nth-child(odd) {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:odd\:mx-8:nth-child(odd) {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:odd\:my-10:nth-child(odd) {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:odd\:mx-10:nth-child(odd) {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:odd\:my-12:nth-child(odd) {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:odd\:mx-12:nth-child(odd) {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:odd\:my-16:nth-child(odd) {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:odd\:mx-16:nth-child(odd) {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:odd\:my-20:nth-child(odd) {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:odd\:mx-20:nth-child(odd) {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:odd\:my-24:nth-child(odd) {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:odd\:mx-24:nth-child(odd) {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:odd\:my-32:nth-child(odd) {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:odd\:mx-32:nth-child(odd) {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:odd\:my-40:nth-child(odd) {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:odd\:mx-40:nth-child(odd) {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md\:odd\:my-48:nth-child(odd) {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .md\:odd\:mx-48:nth-child(odd) {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md\:odd\:my-56:nth-child(odd) {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md\:odd\:mx-56:nth-child(odd) {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .md\:odd\:my-64:nth-child(odd) {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md\:odd\:mx-64:nth-child(odd) {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md\:odd\:my-auto:nth-child(odd) {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:odd\:mx-auto:nth-child(odd) {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:odd\:my-px:nth-child(odd) {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:odd\:mx-px:nth-child(odd) {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:odd\:-my-1:nth-child(odd) {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:odd\:-mx-1:nth-child(odd) {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:odd\:-my-2:nth-child(odd) {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:odd\:-mx-2:nth-child(odd) {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:odd\:-my-3:nth-child(odd) {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:odd\:-mx-3:nth-child(odd) {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:odd\:-my-4:nth-child(odd) {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:odd\:-mx-4:nth-child(odd) {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:odd\:-my-5:nth-child(odd) {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:odd\:-mx-5:nth-child(odd) {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:odd\:-my-6:nth-child(odd) {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:odd\:-mx-6:nth-child(odd) {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:odd\:-my-8:nth-child(odd) {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:odd\:-mx-8:nth-child(odd) {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:odd\:-my-10:nth-child(odd) {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:odd\:-mx-10:nth-child(odd) {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:odd\:-my-12:nth-child(odd) {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:odd\:-mx-12:nth-child(odd) {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:odd\:-my-16:nth-child(odd) {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:odd\:-mx-16:nth-child(odd) {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:odd\:-my-20:nth-child(odd) {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:odd\:-mx-20:nth-child(odd) {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:odd\:-my-24:nth-child(odd) {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:odd\:-mx-24:nth-child(odd) {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:odd\:-my-32:nth-child(odd) {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:odd\:-mx-32:nth-child(odd) {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:odd\:-my-40:nth-child(odd) {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md\:odd\:-mx-40:nth-child(odd) {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .md\:odd\:-my-48:nth-child(odd) {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .md\:odd\:-mx-48:nth-child(odd) {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .md\:odd\:-my-56:nth-child(odd) {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .md\:odd\:-mx-56:nth-child(odd) {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .md\:odd\:-my-64:nth-child(odd) {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .md\:odd\:-mx-64:nth-child(odd) {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .md\:odd\:-my-px:nth-child(odd) {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:odd\:-mx-px:nth-child(odd) {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:odd\:mt-0:nth-child(odd) {
    margin-top: 0;
  }

  .md\:odd\:mr-0:nth-child(odd) {
    margin-right: 0;
  }

  .md\:odd\:mb-0:nth-child(odd) {
    margin-bottom: 0;
  }

  .md\:odd\:ml-0:nth-child(odd) {
    margin-left: 0;
  }

  .md\:odd\:mt-1:nth-child(odd) {
    margin-top: 0.25rem;
  }

  .md\:odd\:mr-1:nth-child(odd) {
    margin-right: 0.25rem;
  }

  .md\:odd\:mb-1:nth-child(odd) {
    margin-bottom: 0.25rem;
  }

  .md\:odd\:ml-1:nth-child(odd) {
    margin-left: 0.25rem;
  }

  .md\:odd\:mt-2:nth-child(odd) {
    margin-top: 0.5rem;
  }

  .md\:odd\:mr-2:nth-child(odd) {
    margin-right: 0.5rem;
  }

  .md\:odd\:mb-2:nth-child(odd) {
    margin-bottom: 0.5rem;
  }

  .md\:odd\:ml-2:nth-child(odd) {
    margin-left: 0.5rem;
  }

  .md\:odd\:mt-3:nth-child(odd) {
    margin-top: 0.75rem;
  }

  .md\:odd\:mr-3:nth-child(odd) {
    margin-right: 0.75rem;
  }

  .md\:odd\:mb-3:nth-child(odd) {
    margin-bottom: 0.75rem;
  }

  .md\:odd\:ml-3:nth-child(odd) {
    margin-left: 0.75rem;
  }

  .md\:odd\:mt-4:nth-child(odd) {
    margin-top: 1rem;
  }

  .md\:odd\:mr-4:nth-child(odd) {
    margin-right: 1rem;
  }

  .md\:odd\:mb-4:nth-child(odd) {
    margin-bottom: 1rem;
  }

  .md\:odd\:ml-4:nth-child(odd) {
    margin-left: 1rem;
  }

  .md\:odd\:mt-5:nth-child(odd) {
    margin-top: 1.25rem;
  }

  .md\:odd\:mr-5:nth-child(odd) {
    margin-right: 1.25rem;
  }

  .md\:odd\:mb-5:nth-child(odd) {
    margin-bottom: 1.25rem;
  }

  .md\:odd\:ml-5:nth-child(odd) {
    margin-left: 1.25rem;
  }

  .md\:odd\:mt-6:nth-child(odd) {
    margin-top: 1.5rem;
  }

  .md\:odd\:mr-6:nth-child(odd) {
    margin-right: 1.5rem;
  }

  .md\:odd\:mb-6:nth-child(odd) {
    margin-bottom: 1.5rem;
  }

  .md\:odd\:ml-6:nth-child(odd) {
    margin-left: 1.5rem;
  }

  .md\:odd\:mt-8:nth-child(odd) {
    margin-top: 2rem;
  }

  .md\:odd\:mr-8:nth-child(odd) {
    margin-right: 2rem;
  }

  .md\:odd\:mb-8:nth-child(odd) {
    margin-bottom: 2rem;
  }

  .md\:odd\:ml-8:nth-child(odd) {
    margin-left: 2rem;
  }

  .md\:odd\:mt-10:nth-child(odd) {
    margin-top: 2.5rem;
  }

  .md\:odd\:mr-10:nth-child(odd) {
    margin-right: 2.5rem;
  }

  .md\:odd\:mb-10:nth-child(odd) {
    margin-bottom: 2.5rem;
  }

  .md\:odd\:ml-10:nth-child(odd) {
    margin-left: 2.5rem;
  }

  .md\:odd\:mt-12:nth-child(odd) {
    margin-top: 3rem;
  }

  .md\:odd\:mr-12:nth-child(odd) {
    margin-right: 3rem;
  }

  .md\:odd\:mb-12:nth-child(odd) {
    margin-bottom: 3rem;
  }

  .md\:odd\:ml-12:nth-child(odd) {
    margin-left: 3rem;
  }

  .md\:odd\:mt-16:nth-child(odd) {
    margin-top: 4rem;
  }

  .md\:odd\:mr-16:nth-child(odd) {
    margin-right: 4rem;
  }

  .md\:odd\:mb-16:nth-child(odd) {
    margin-bottom: 4rem;
  }

  .md\:odd\:ml-16:nth-child(odd) {
    margin-left: 4rem;
  }

  .md\:odd\:mt-20:nth-child(odd) {
    margin-top: 5rem;
  }

  .md\:odd\:mr-20:nth-child(odd) {
    margin-right: 5rem;
  }

  .md\:odd\:mb-20:nth-child(odd) {
    margin-bottom: 5rem;
  }

  .md\:odd\:ml-20:nth-child(odd) {
    margin-left: 5rem;
  }

  .md\:odd\:mt-24:nth-child(odd) {
    margin-top: 6rem;
  }

  .md\:odd\:mr-24:nth-child(odd) {
    margin-right: 6rem;
  }

  .md\:odd\:mb-24:nth-child(odd) {
    margin-bottom: 6rem;
  }

  .md\:odd\:ml-24:nth-child(odd) {
    margin-left: 6rem;
  }

  .md\:odd\:mt-32:nth-child(odd) {
    margin-top: 8rem;
  }

  .md\:odd\:mr-32:nth-child(odd) {
    margin-right: 8rem;
  }

  .md\:odd\:mb-32:nth-child(odd) {
    margin-bottom: 8rem;
  }

  .md\:odd\:ml-32:nth-child(odd) {
    margin-left: 8rem;
  }

  .md\:odd\:mt-40:nth-child(odd) {
    margin-top: 10rem;
  }

  .md\:odd\:mr-40:nth-child(odd) {
    margin-right: 10rem;
  }

  .md\:odd\:mb-40:nth-child(odd) {
    margin-bottom: 10rem;
  }

  .md\:odd\:ml-40:nth-child(odd) {
    margin-left: 10rem;
  }

  .md\:odd\:mt-48:nth-child(odd) {
    margin-top: 12rem;
  }

  .md\:odd\:mr-48:nth-child(odd) {
    margin-right: 12rem;
  }

  .md\:odd\:mb-48:nth-child(odd) {
    margin-bottom: 12rem;
  }

  .md\:odd\:ml-48:nth-child(odd) {
    margin-left: 12rem;
  }

  .md\:odd\:mt-56:nth-child(odd) {
    margin-top: 14rem;
  }

  .md\:odd\:mr-56:nth-child(odd) {
    margin-right: 14rem;
  }

  .md\:odd\:mb-56:nth-child(odd) {
    margin-bottom: 14rem;
  }

  .md\:odd\:ml-56:nth-child(odd) {
    margin-left: 14rem;
  }

  .md\:odd\:mt-64:nth-child(odd) {
    margin-top: 16rem;
  }

  .md\:odd\:mr-64:nth-child(odd) {
    margin-right: 16rem;
  }

  .md\:odd\:mb-64:nth-child(odd) {
    margin-bottom: 16rem;
  }

  .md\:odd\:ml-64:nth-child(odd) {
    margin-left: 16rem;
  }

  .md\:odd\:mt-auto:nth-child(odd) {
    margin-top: auto;
  }

  .md\:odd\:mr-auto:nth-child(odd) {
    margin-right: auto;
  }

  .md\:odd\:mb-auto:nth-child(odd) {
    margin-bottom: auto;
  }

  .md\:odd\:ml-auto:nth-child(odd) {
    margin-left: auto;
  }

  .md\:odd\:mt-px:nth-child(odd) {
    margin-top: 1px;
  }

  .md\:odd\:mr-px:nth-child(odd) {
    margin-right: 1px;
  }

  .md\:odd\:mb-px:nth-child(odd) {
    margin-bottom: 1px;
  }

  .md\:odd\:ml-px:nth-child(odd) {
    margin-left: 1px;
  }

  .md\:odd\:-mt-1:nth-child(odd) {
    margin-top: -0.25rem;
  }

  .md\:odd\:-mr-1:nth-child(odd) {
    margin-right: -0.25rem;
  }

  .md\:odd\:-mb-1:nth-child(odd) {
    margin-bottom: -0.25rem;
  }

  .md\:odd\:-ml-1:nth-child(odd) {
    margin-left: -0.25rem;
  }

  .md\:odd\:-mt-2:nth-child(odd) {
    margin-top: -0.5rem;
  }

  .md\:odd\:-mr-2:nth-child(odd) {
    margin-right: -0.5rem;
  }

  .md\:odd\:-mb-2:nth-child(odd) {
    margin-bottom: -0.5rem;
  }

  .md\:odd\:-ml-2:nth-child(odd) {
    margin-left: -0.5rem;
  }

  .md\:odd\:-mt-3:nth-child(odd) {
    margin-top: -0.75rem;
  }

  .md\:odd\:-mr-3:nth-child(odd) {
    margin-right: -0.75rem;
  }

  .md\:odd\:-mb-3:nth-child(odd) {
    margin-bottom: -0.75rem;
  }

  .md\:odd\:-ml-3:nth-child(odd) {
    margin-left: -0.75rem;
  }

  .md\:odd\:-mt-4:nth-child(odd) {
    margin-top: -1rem;
  }

  .md\:odd\:-mr-4:nth-child(odd) {
    margin-right: -1rem;
  }

  .md\:odd\:-mb-4:nth-child(odd) {
    margin-bottom: -1rem;
  }

  .md\:odd\:-ml-4:nth-child(odd) {
    margin-left: -1rem;
  }

  .md\:odd\:-mt-5:nth-child(odd) {
    margin-top: -1.25rem;
  }

  .md\:odd\:-mr-5:nth-child(odd) {
    margin-right: -1.25rem;
  }

  .md\:odd\:-mb-5:nth-child(odd) {
    margin-bottom: -1.25rem;
  }

  .md\:odd\:-ml-5:nth-child(odd) {
    margin-left: -1.25rem;
  }

  .md\:odd\:-mt-6:nth-child(odd) {
    margin-top: -1.5rem;
  }

  .md\:odd\:-mr-6:nth-child(odd) {
    margin-right: -1.5rem;
  }

  .md\:odd\:-mb-6:nth-child(odd) {
    margin-bottom: -1.5rem;
  }

  .md\:odd\:-ml-6:nth-child(odd) {
    margin-left: -1.5rem;
  }

  .md\:odd\:-mt-8:nth-child(odd) {
    margin-top: -2rem;
  }

  .md\:odd\:-mr-8:nth-child(odd) {
    margin-right: -2rem;
  }

  .md\:odd\:-mb-8:nth-child(odd) {
    margin-bottom: -2rem;
  }

  .md\:odd\:-ml-8:nth-child(odd) {
    margin-left: -2rem;
  }

  .md\:odd\:-mt-10:nth-child(odd) {
    margin-top: -2.5rem;
  }

  .md\:odd\:-mr-10:nth-child(odd) {
    margin-right: -2.5rem;
  }

  .md\:odd\:-mb-10:nth-child(odd) {
    margin-bottom: -2.5rem;
  }

  .md\:odd\:-ml-10:nth-child(odd) {
    margin-left: -2.5rem;
  }

  .md\:odd\:-mt-12:nth-child(odd) {
    margin-top: -3rem;
  }

  .md\:odd\:-mr-12:nth-child(odd) {
    margin-right: -3rem;
  }

  .md\:odd\:-mb-12:nth-child(odd) {
    margin-bottom: -3rem;
  }

  .md\:odd\:-ml-12:nth-child(odd) {
    margin-left: -3rem;
  }

  .md\:odd\:-mt-16:nth-child(odd) {
    margin-top: -4rem;
  }

  .md\:odd\:-mr-16:nth-child(odd) {
    margin-right: -4rem;
  }

  .md\:odd\:-mb-16:nth-child(odd) {
    margin-bottom: -4rem;
  }

  .md\:odd\:-ml-16:nth-child(odd) {
    margin-left: -4rem;
  }

  .md\:odd\:-mt-20:nth-child(odd) {
    margin-top: -5rem;
  }

  .md\:odd\:-mr-20:nth-child(odd) {
    margin-right: -5rem;
  }

  .md\:odd\:-mb-20:nth-child(odd) {
    margin-bottom: -5rem;
  }

  .md\:odd\:-ml-20:nth-child(odd) {
    margin-left: -5rem;
  }

  .md\:odd\:-mt-24:nth-child(odd) {
    margin-top: -6rem;
  }

  .md\:odd\:-mr-24:nth-child(odd) {
    margin-right: -6rem;
  }

  .md\:odd\:-mb-24:nth-child(odd) {
    margin-bottom: -6rem;
  }

  .md\:odd\:-ml-24:nth-child(odd) {
    margin-left: -6rem;
  }

  .md\:odd\:-mt-32:nth-child(odd) {
    margin-top: -8rem;
  }

  .md\:odd\:-mr-32:nth-child(odd) {
    margin-right: -8rem;
  }

  .md\:odd\:-mb-32:nth-child(odd) {
    margin-bottom: -8rem;
  }

  .md\:odd\:-ml-32:nth-child(odd) {
    margin-left: -8rem;
  }

  .md\:odd\:-mt-40:nth-child(odd) {
    margin-top: -10rem;
  }

  .md\:odd\:-mr-40:nth-child(odd) {
    margin-right: -10rem;
  }

  .md\:odd\:-mb-40:nth-child(odd) {
    margin-bottom: -10rem;
  }

  .md\:odd\:-ml-40:nth-child(odd) {
    margin-left: -10rem;
  }

  .md\:odd\:-mt-48:nth-child(odd) {
    margin-top: -12rem;
  }

  .md\:odd\:-mr-48:nth-child(odd) {
    margin-right: -12rem;
  }

  .md\:odd\:-mb-48:nth-child(odd) {
    margin-bottom: -12rem;
  }

  .md\:odd\:-ml-48:nth-child(odd) {
    margin-left: -12rem;
  }

  .md\:odd\:-mt-56:nth-child(odd) {
    margin-top: -14rem;
  }

  .md\:odd\:-mr-56:nth-child(odd) {
    margin-right: -14rem;
  }

  .md\:odd\:-mb-56:nth-child(odd) {
    margin-bottom: -14rem;
  }

  .md\:odd\:-ml-56:nth-child(odd) {
    margin-left: -14rem;
  }

  .md\:odd\:-mt-64:nth-child(odd) {
    margin-top: -16rem;
  }

  .md\:odd\:-mr-64:nth-child(odd) {
    margin-right: -16rem;
  }

  .md\:odd\:-mb-64:nth-child(odd) {
    margin-bottom: -16rem;
  }

  .md\:odd\:-ml-64:nth-child(odd) {
    margin-left: -16rem;
  }

  .md\:odd\:-mt-px:nth-child(odd) {
    margin-top: -1px;
  }

  .md\:odd\:-mr-px:nth-child(odd) {
    margin-right: -1px;
  }

  .md\:odd\:-mb-px:nth-child(odd) {
    margin-bottom: -1px;
  }

  .md\:odd\:-ml-px:nth-child(odd) {
    margin-left: -1px;
  }

  .md\:even\:m-0:nth-child(even) {
    margin: 0;
  }

  .md\:even\:m-1:nth-child(even) {
    margin: 0.25rem;
  }

  .md\:even\:m-2:nth-child(even) {
    margin: 0.5rem;
  }

  .md\:even\:m-3:nth-child(even) {
    margin: 0.75rem;
  }

  .md\:even\:m-4:nth-child(even) {
    margin: 1rem;
  }

  .md\:even\:m-5:nth-child(even) {
    margin: 1.25rem;
  }

  .md\:even\:m-6:nth-child(even) {
    margin: 1.5rem;
  }

  .md\:even\:m-8:nth-child(even) {
    margin: 2rem;
  }

  .md\:even\:m-10:nth-child(even) {
    margin: 2.5rem;
  }

  .md\:even\:m-12:nth-child(even) {
    margin: 3rem;
  }

  .md\:even\:m-16:nth-child(even) {
    margin: 4rem;
  }

  .md\:even\:m-20:nth-child(even) {
    margin: 5rem;
  }

  .md\:even\:m-24:nth-child(even) {
    margin: 6rem;
  }

  .md\:even\:m-32:nth-child(even) {
    margin: 8rem;
  }

  .md\:even\:m-40:nth-child(even) {
    margin: 10rem;
  }

  .md\:even\:m-48:nth-child(even) {
    margin: 12rem;
  }

  .md\:even\:m-56:nth-child(even) {
    margin: 14rem;
  }

  .md\:even\:m-64:nth-child(even) {
    margin: 16rem;
  }

  .md\:even\:m-auto:nth-child(even) {
    margin: auto;
  }

  .md\:even\:m-px:nth-child(even) {
    margin: 1px;
  }

  .md\:even\:-m-1:nth-child(even) {
    margin: -0.25rem;
  }

  .md\:even\:-m-2:nth-child(even) {
    margin: -0.5rem;
  }

  .md\:even\:-m-3:nth-child(even) {
    margin: -0.75rem;
  }

  .md\:even\:-m-4:nth-child(even) {
    margin: -1rem;
  }

  .md\:even\:-m-5:nth-child(even) {
    margin: -1.25rem;
  }

  .md\:even\:-m-6:nth-child(even) {
    margin: -1.5rem;
  }

  .md\:even\:-m-8:nth-child(even) {
    margin: -2rem;
  }

  .md\:even\:-m-10:nth-child(even) {
    margin: -2.5rem;
  }

  .md\:even\:-m-12:nth-child(even) {
    margin: -3rem;
  }

  .md\:even\:-m-16:nth-child(even) {
    margin: -4rem;
  }

  .md\:even\:-m-20:nth-child(even) {
    margin: -5rem;
  }

  .md\:even\:-m-24:nth-child(even) {
    margin: -6rem;
  }

  .md\:even\:-m-32:nth-child(even) {
    margin: -8rem;
  }

  .md\:even\:-m-40:nth-child(even) {
    margin: -10rem;
  }

  .md\:even\:-m-48:nth-child(even) {
    margin: -12rem;
  }

  .md\:even\:-m-56:nth-child(even) {
    margin: -14rem;
  }

  .md\:even\:-m-64:nth-child(even) {
    margin: -16rem;
  }

  .md\:even\:-m-px:nth-child(even) {
    margin: -1px;
  }

  .md\:even\:my-0:nth-child(even) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:even\:mx-0:nth-child(even) {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:even\:my-1:nth-child(even) {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:even\:mx-1:nth-child(even) {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:even\:my-2:nth-child(even) {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:even\:mx-2:nth-child(even) {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:even\:my-3:nth-child(even) {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:even\:mx-3:nth-child(even) {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:even\:my-4:nth-child(even) {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:even\:mx-4:nth-child(even) {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:even\:my-5:nth-child(even) {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:even\:mx-5:nth-child(even) {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:even\:my-6:nth-child(even) {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:even\:mx-6:nth-child(even) {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:even\:my-8:nth-child(even) {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:even\:mx-8:nth-child(even) {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:even\:my-10:nth-child(even) {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:even\:mx-10:nth-child(even) {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:even\:my-12:nth-child(even) {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:even\:mx-12:nth-child(even) {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:even\:my-16:nth-child(even) {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:even\:mx-16:nth-child(even) {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:even\:my-20:nth-child(even) {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:even\:mx-20:nth-child(even) {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:even\:my-24:nth-child(even) {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:even\:mx-24:nth-child(even) {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:even\:my-32:nth-child(even) {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:even\:mx-32:nth-child(even) {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:even\:my-40:nth-child(even) {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:even\:mx-40:nth-child(even) {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md\:even\:my-48:nth-child(even) {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .md\:even\:mx-48:nth-child(even) {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md\:even\:my-56:nth-child(even) {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md\:even\:mx-56:nth-child(even) {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .md\:even\:my-64:nth-child(even) {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md\:even\:mx-64:nth-child(even) {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md\:even\:my-auto:nth-child(even) {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:even\:mx-auto:nth-child(even) {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:even\:my-px:nth-child(even) {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:even\:mx-px:nth-child(even) {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:even\:-my-1:nth-child(even) {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:even\:-mx-1:nth-child(even) {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:even\:-my-2:nth-child(even) {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:even\:-mx-2:nth-child(even) {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:even\:-my-3:nth-child(even) {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:even\:-mx-3:nth-child(even) {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:even\:-my-4:nth-child(even) {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:even\:-mx-4:nth-child(even) {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:even\:-my-5:nth-child(even) {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:even\:-mx-5:nth-child(even) {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:even\:-my-6:nth-child(even) {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:even\:-mx-6:nth-child(even) {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:even\:-my-8:nth-child(even) {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:even\:-mx-8:nth-child(even) {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:even\:-my-10:nth-child(even) {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:even\:-mx-10:nth-child(even) {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:even\:-my-12:nth-child(even) {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:even\:-mx-12:nth-child(even) {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:even\:-my-16:nth-child(even) {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:even\:-mx-16:nth-child(even) {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:even\:-my-20:nth-child(even) {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:even\:-mx-20:nth-child(even) {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:even\:-my-24:nth-child(even) {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:even\:-mx-24:nth-child(even) {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:even\:-my-32:nth-child(even) {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:even\:-mx-32:nth-child(even) {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:even\:-my-40:nth-child(even) {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md\:even\:-mx-40:nth-child(even) {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .md\:even\:-my-48:nth-child(even) {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .md\:even\:-mx-48:nth-child(even) {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .md\:even\:-my-56:nth-child(even) {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .md\:even\:-mx-56:nth-child(even) {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .md\:even\:-my-64:nth-child(even) {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .md\:even\:-mx-64:nth-child(even) {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .md\:even\:-my-px:nth-child(even) {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:even\:-mx-px:nth-child(even) {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:even\:mt-0:nth-child(even) {
    margin-top: 0;
  }

  .md\:even\:mr-0:nth-child(even) {
    margin-right: 0;
  }

  .md\:even\:mb-0:nth-child(even) {
    margin-bottom: 0;
  }

  .md\:even\:ml-0:nth-child(even) {
    margin-left: 0;
  }

  .md\:even\:mt-1:nth-child(even) {
    margin-top: 0.25rem;
  }

  .md\:even\:mr-1:nth-child(even) {
    margin-right: 0.25rem;
  }

  .md\:even\:mb-1:nth-child(even) {
    margin-bottom: 0.25rem;
  }

  .md\:even\:ml-1:nth-child(even) {
    margin-left: 0.25rem;
  }

  .md\:even\:mt-2:nth-child(even) {
    margin-top: 0.5rem;
  }

  .md\:even\:mr-2:nth-child(even) {
    margin-right: 0.5rem;
  }

  .md\:even\:mb-2:nth-child(even) {
    margin-bottom: 0.5rem;
  }

  .md\:even\:ml-2:nth-child(even) {
    margin-left: 0.5rem;
  }

  .md\:even\:mt-3:nth-child(even) {
    margin-top: 0.75rem;
  }

  .md\:even\:mr-3:nth-child(even) {
    margin-right: 0.75rem;
  }

  .md\:even\:mb-3:nth-child(even) {
    margin-bottom: 0.75rem;
  }

  .md\:even\:ml-3:nth-child(even) {
    margin-left: 0.75rem;
  }

  .md\:even\:mt-4:nth-child(even) {
    margin-top: 1rem;
  }

  .md\:even\:mr-4:nth-child(even) {
    margin-right: 1rem;
  }

  .md\:even\:mb-4:nth-child(even) {
    margin-bottom: 1rem;
  }

  .md\:even\:ml-4:nth-child(even) {
    margin-left: 1rem;
  }

  .md\:even\:mt-5:nth-child(even) {
    margin-top: 1.25rem;
  }

  .md\:even\:mr-5:nth-child(even) {
    margin-right: 1.25rem;
  }

  .md\:even\:mb-5:nth-child(even) {
    margin-bottom: 1.25rem;
  }

  .md\:even\:ml-5:nth-child(even) {
    margin-left: 1.25rem;
  }

  .md\:even\:mt-6:nth-child(even) {
    margin-top: 1.5rem;
  }

  .md\:even\:mr-6:nth-child(even) {
    margin-right: 1.5rem;
  }

  .md\:even\:mb-6:nth-child(even) {
    margin-bottom: 1.5rem;
  }

  .md\:even\:ml-6:nth-child(even) {
    margin-left: 1.5rem;
  }

  .md\:even\:mt-8:nth-child(even) {
    margin-top: 2rem;
  }

  .md\:even\:mr-8:nth-child(even) {
    margin-right: 2rem;
  }

  .md\:even\:mb-8:nth-child(even) {
    margin-bottom: 2rem;
  }

  .md\:even\:ml-8:nth-child(even) {
    margin-left: 2rem;
  }

  .md\:even\:mt-10:nth-child(even) {
    margin-top: 2.5rem;
  }

  .md\:even\:mr-10:nth-child(even) {
    margin-right: 2.5rem;
  }

  .md\:even\:mb-10:nth-child(even) {
    margin-bottom: 2.5rem;
  }

  .md\:even\:ml-10:nth-child(even) {
    margin-left: 2.5rem;
  }

  .md\:even\:mt-12:nth-child(even) {
    margin-top: 3rem;
  }

  .md\:even\:mr-12:nth-child(even) {
    margin-right: 3rem;
  }

  .md\:even\:mb-12:nth-child(even) {
    margin-bottom: 3rem;
  }

  .md\:even\:ml-12:nth-child(even) {
    margin-left: 3rem;
  }

  .md\:even\:mt-16:nth-child(even) {
    margin-top: 4rem;
  }

  .md\:even\:mr-16:nth-child(even) {
    margin-right: 4rem;
  }

  .md\:even\:mb-16:nth-child(even) {
    margin-bottom: 4rem;
  }

  .md\:even\:ml-16:nth-child(even) {
    margin-left: 4rem;
  }

  .md\:even\:mt-20:nth-child(even) {
    margin-top: 5rem;
  }

  .md\:even\:mr-20:nth-child(even) {
    margin-right: 5rem;
  }

  .md\:even\:mb-20:nth-child(even) {
    margin-bottom: 5rem;
  }

  .md\:even\:ml-20:nth-child(even) {
    margin-left: 5rem;
  }

  .md\:even\:mt-24:nth-child(even) {
    margin-top: 6rem;
  }

  .md\:even\:mr-24:nth-child(even) {
    margin-right: 6rem;
  }

  .md\:even\:mb-24:nth-child(even) {
    margin-bottom: 6rem;
  }

  .md\:even\:ml-24:nth-child(even) {
    margin-left: 6rem;
  }

  .md\:even\:mt-32:nth-child(even) {
    margin-top: 8rem;
  }

  .md\:even\:mr-32:nth-child(even) {
    margin-right: 8rem;
  }

  .md\:even\:mb-32:nth-child(even) {
    margin-bottom: 8rem;
  }

  .md\:even\:ml-32:nth-child(even) {
    margin-left: 8rem;
  }

  .md\:even\:mt-40:nth-child(even) {
    margin-top: 10rem;
  }

  .md\:even\:mr-40:nth-child(even) {
    margin-right: 10rem;
  }

  .md\:even\:mb-40:nth-child(even) {
    margin-bottom: 10rem;
  }

  .md\:even\:ml-40:nth-child(even) {
    margin-left: 10rem;
  }

  .md\:even\:mt-48:nth-child(even) {
    margin-top: 12rem;
  }

  .md\:even\:mr-48:nth-child(even) {
    margin-right: 12rem;
  }

  .md\:even\:mb-48:nth-child(even) {
    margin-bottom: 12rem;
  }

  .md\:even\:ml-48:nth-child(even) {
    margin-left: 12rem;
  }

  .md\:even\:mt-56:nth-child(even) {
    margin-top: 14rem;
  }

  .md\:even\:mr-56:nth-child(even) {
    margin-right: 14rem;
  }

  .md\:even\:mb-56:nth-child(even) {
    margin-bottom: 14rem;
  }

  .md\:even\:ml-56:nth-child(even) {
    margin-left: 14rem;
  }

  .md\:even\:mt-64:nth-child(even) {
    margin-top: 16rem;
  }

  .md\:even\:mr-64:nth-child(even) {
    margin-right: 16rem;
  }

  .md\:even\:mb-64:nth-child(even) {
    margin-bottom: 16rem;
  }

  .md\:even\:ml-64:nth-child(even) {
    margin-left: 16rem;
  }

  .md\:even\:mt-auto:nth-child(even) {
    margin-top: auto;
  }

  .md\:even\:mr-auto:nth-child(even) {
    margin-right: auto;
  }

  .md\:even\:mb-auto:nth-child(even) {
    margin-bottom: auto;
  }

  .md\:even\:ml-auto:nth-child(even) {
    margin-left: auto;
  }

  .md\:even\:mt-px:nth-child(even) {
    margin-top: 1px;
  }

  .md\:even\:mr-px:nth-child(even) {
    margin-right: 1px;
  }

  .md\:even\:mb-px:nth-child(even) {
    margin-bottom: 1px;
  }

  .md\:even\:ml-px:nth-child(even) {
    margin-left: 1px;
  }

  .md\:even\:-mt-1:nth-child(even) {
    margin-top: -0.25rem;
  }

  .md\:even\:-mr-1:nth-child(even) {
    margin-right: -0.25rem;
  }

  .md\:even\:-mb-1:nth-child(even) {
    margin-bottom: -0.25rem;
  }

  .md\:even\:-ml-1:nth-child(even) {
    margin-left: -0.25rem;
  }

  .md\:even\:-mt-2:nth-child(even) {
    margin-top: -0.5rem;
  }

  .md\:even\:-mr-2:nth-child(even) {
    margin-right: -0.5rem;
  }

  .md\:even\:-mb-2:nth-child(even) {
    margin-bottom: -0.5rem;
  }

  .md\:even\:-ml-2:nth-child(even) {
    margin-left: -0.5rem;
  }

  .md\:even\:-mt-3:nth-child(even) {
    margin-top: -0.75rem;
  }

  .md\:even\:-mr-3:nth-child(even) {
    margin-right: -0.75rem;
  }

  .md\:even\:-mb-3:nth-child(even) {
    margin-bottom: -0.75rem;
  }

  .md\:even\:-ml-3:nth-child(even) {
    margin-left: -0.75rem;
  }

  .md\:even\:-mt-4:nth-child(even) {
    margin-top: -1rem;
  }

  .md\:even\:-mr-4:nth-child(even) {
    margin-right: -1rem;
  }

  .md\:even\:-mb-4:nth-child(even) {
    margin-bottom: -1rem;
  }

  .md\:even\:-ml-4:nth-child(even) {
    margin-left: -1rem;
  }

  .md\:even\:-mt-5:nth-child(even) {
    margin-top: -1.25rem;
  }

  .md\:even\:-mr-5:nth-child(even) {
    margin-right: -1.25rem;
  }

  .md\:even\:-mb-5:nth-child(even) {
    margin-bottom: -1.25rem;
  }

  .md\:even\:-ml-5:nth-child(even) {
    margin-left: -1.25rem;
  }

  .md\:even\:-mt-6:nth-child(even) {
    margin-top: -1.5rem;
  }

  .md\:even\:-mr-6:nth-child(even) {
    margin-right: -1.5rem;
  }

  .md\:even\:-mb-6:nth-child(even) {
    margin-bottom: -1.5rem;
  }

  .md\:even\:-ml-6:nth-child(even) {
    margin-left: -1.5rem;
  }

  .md\:even\:-mt-8:nth-child(even) {
    margin-top: -2rem;
  }

  .md\:even\:-mr-8:nth-child(even) {
    margin-right: -2rem;
  }

  .md\:even\:-mb-8:nth-child(even) {
    margin-bottom: -2rem;
  }

  .md\:even\:-ml-8:nth-child(even) {
    margin-left: -2rem;
  }

  .md\:even\:-mt-10:nth-child(even) {
    margin-top: -2.5rem;
  }

  .md\:even\:-mr-10:nth-child(even) {
    margin-right: -2.5rem;
  }

  .md\:even\:-mb-10:nth-child(even) {
    margin-bottom: -2.5rem;
  }

  .md\:even\:-ml-10:nth-child(even) {
    margin-left: -2.5rem;
  }

  .md\:even\:-mt-12:nth-child(even) {
    margin-top: -3rem;
  }

  .md\:even\:-mr-12:nth-child(even) {
    margin-right: -3rem;
  }

  .md\:even\:-mb-12:nth-child(even) {
    margin-bottom: -3rem;
  }

  .md\:even\:-ml-12:nth-child(even) {
    margin-left: -3rem;
  }

  .md\:even\:-mt-16:nth-child(even) {
    margin-top: -4rem;
  }

  .md\:even\:-mr-16:nth-child(even) {
    margin-right: -4rem;
  }

  .md\:even\:-mb-16:nth-child(even) {
    margin-bottom: -4rem;
  }

  .md\:even\:-ml-16:nth-child(even) {
    margin-left: -4rem;
  }

  .md\:even\:-mt-20:nth-child(even) {
    margin-top: -5rem;
  }

  .md\:even\:-mr-20:nth-child(even) {
    margin-right: -5rem;
  }

  .md\:even\:-mb-20:nth-child(even) {
    margin-bottom: -5rem;
  }

  .md\:even\:-ml-20:nth-child(even) {
    margin-left: -5rem;
  }

  .md\:even\:-mt-24:nth-child(even) {
    margin-top: -6rem;
  }

  .md\:even\:-mr-24:nth-child(even) {
    margin-right: -6rem;
  }

  .md\:even\:-mb-24:nth-child(even) {
    margin-bottom: -6rem;
  }

  .md\:even\:-ml-24:nth-child(even) {
    margin-left: -6rem;
  }

  .md\:even\:-mt-32:nth-child(even) {
    margin-top: -8rem;
  }

  .md\:even\:-mr-32:nth-child(even) {
    margin-right: -8rem;
  }

  .md\:even\:-mb-32:nth-child(even) {
    margin-bottom: -8rem;
  }

  .md\:even\:-ml-32:nth-child(even) {
    margin-left: -8rem;
  }

  .md\:even\:-mt-40:nth-child(even) {
    margin-top: -10rem;
  }

  .md\:even\:-mr-40:nth-child(even) {
    margin-right: -10rem;
  }

  .md\:even\:-mb-40:nth-child(even) {
    margin-bottom: -10rem;
  }

  .md\:even\:-ml-40:nth-child(even) {
    margin-left: -10rem;
  }

  .md\:even\:-mt-48:nth-child(even) {
    margin-top: -12rem;
  }

  .md\:even\:-mr-48:nth-child(even) {
    margin-right: -12rem;
  }

  .md\:even\:-mb-48:nth-child(even) {
    margin-bottom: -12rem;
  }

  .md\:even\:-ml-48:nth-child(even) {
    margin-left: -12rem;
  }

  .md\:even\:-mt-56:nth-child(even) {
    margin-top: -14rem;
  }

  .md\:even\:-mr-56:nth-child(even) {
    margin-right: -14rem;
  }

  .md\:even\:-mb-56:nth-child(even) {
    margin-bottom: -14rem;
  }

  .md\:even\:-ml-56:nth-child(even) {
    margin-left: -14rem;
  }

  .md\:even\:-mt-64:nth-child(even) {
    margin-top: -16rem;
  }

  .md\:even\:-mr-64:nth-child(even) {
    margin-right: -16rem;
  }

  .md\:even\:-mb-64:nth-child(even) {
    margin-bottom: -16rem;
  }

  .md\:even\:-ml-64:nth-child(even) {
    margin-left: -16rem;
  }

  .md\:even\:-mt-px:nth-child(even) {
    margin-top: -1px;
  }

  .md\:even\:-mr-px:nth-child(even) {
    margin-right: -1px;
  }

  .md\:even\:-mb-px:nth-child(even) {
    margin-bottom: -1px;
  }

  .md\:even\:-ml-px:nth-child(even) {
    margin-left: -1px;
  }

  .md\:hover\:m-0:hover {
    margin: 0;
  }

  .md\:hover\:m-1:hover {
    margin: 0.25rem;
  }

  .md\:hover\:m-2:hover {
    margin: 0.5rem;
  }

  .md\:hover\:m-3:hover {
    margin: 0.75rem;
  }

  .md\:hover\:m-4:hover {
    margin: 1rem;
  }

  .md\:hover\:m-5:hover {
    margin: 1.25rem;
  }

  .md\:hover\:m-6:hover {
    margin: 1.5rem;
  }

  .md\:hover\:m-8:hover {
    margin: 2rem;
  }

  .md\:hover\:m-10:hover {
    margin: 2.5rem;
  }

  .md\:hover\:m-12:hover {
    margin: 3rem;
  }

  .md\:hover\:m-16:hover {
    margin: 4rem;
  }

  .md\:hover\:m-20:hover {
    margin: 5rem;
  }

  .md\:hover\:m-24:hover {
    margin: 6rem;
  }

  .md\:hover\:m-32:hover {
    margin: 8rem;
  }

  .md\:hover\:m-40:hover {
    margin: 10rem;
  }

  .md\:hover\:m-48:hover {
    margin: 12rem;
  }

  .md\:hover\:m-56:hover {
    margin: 14rem;
  }

  .md\:hover\:m-64:hover {
    margin: 16rem;
  }

  .md\:hover\:m-auto:hover {
    margin: auto;
  }

  .md\:hover\:m-px:hover {
    margin: 1px;
  }

  .md\:hover\:-m-1:hover {
    margin: -0.25rem;
  }

  .md\:hover\:-m-2:hover {
    margin: -0.5rem;
  }

  .md\:hover\:-m-3:hover {
    margin: -0.75rem;
  }

  .md\:hover\:-m-4:hover {
    margin: -1rem;
  }

  .md\:hover\:-m-5:hover {
    margin: -1.25rem;
  }

  .md\:hover\:-m-6:hover {
    margin: -1.5rem;
  }

  .md\:hover\:-m-8:hover {
    margin: -2rem;
  }

  .md\:hover\:-m-10:hover {
    margin: -2.5rem;
  }

  .md\:hover\:-m-12:hover {
    margin: -3rem;
  }

  .md\:hover\:-m-16:hover {
    margin: -4rem;
  }

  .md\:hover\:-m-20:hover {
    margin: -5rem;
  }

  .md\:hover\:-m-24:hover {
    margin: -6rem;
  }

  .md\:hover\:-m-32:hover {
    margin: -8rem;
  }

  .md\:hover\:-m-40:hover {
    margin: -10rem;
  }

  .md\:hover\:-m-48:hover {
    margin: -12rem;
  }

  .md\:hover\:-m-56:hover {
    margin: -14rem;
  }

  .md\:hover\:-m-64:hover {
    margin: -16rem;
  }

  .md\:hover\:-m-px:hover {
    margin: -1px;
  }

  .md\:hover\:my-0:hover {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:hover\:mx-0:hover {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:hover\:my-1:hover {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:hover\:mx-1:hover {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:hover\:my-2:hover {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:hover\:mx-2:hover {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:hover\:my-3:hover {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:hover\:mx-3:hover {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:hover\:my-4:hover {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:hover\:mx-4:hover {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:hover\:my-5:hover {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:hover\:mx-5:hover {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:hover\:my-6:hover {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:hover\:mx-6:hover {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:hover\:my-8:hover {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:hover\:mx-8:hover {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:hover\:my-10:hover {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:hover\:mx-10:hover {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:hover\:my-12:hover {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:hover\:mx-12:hover {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:hover\:my-16:hover {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:hover\:mx-16:hover {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:hover\:my-20:hover {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:hover\:mx-20:hover {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:hover\:my-24:hover {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:hover\:mx-24:hover {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:hover\:my-32:hover {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:hover\:mx-32:hover {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:hover\:my-40:hover {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:hover\:mx-40:hover {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md\:hover\:my-48:hover {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .md\:hover\:mx-48:hover {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md\:hover\:my-56:hover {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md\:hover\:mx-56:hover {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .md\:hover\:my-64:hover {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md\:hover\:mx-64:hover {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md\:hover\:my-auto:hover {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:hover\:mx-auto:hover {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:hover\:my-px:hover {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:hover\:mx-px:hover {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:hover\:-my-1:hover {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:hover\:-mx-1:hover {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:hover\:-my-2:hover {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:hover\:-mx-2:hover {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:hover\:-my-3:hover {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:hover\:-mx-3:hover {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:hover\:-my-4:hover {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:hover\:-mx-4:hover {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:hover\:-my-5:hover {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:hover\:-mx-5:hover {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:hover\:-my-6:hover {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:hover\:-mx-6:hover {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:hover\:-my-8:hover {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:hover\:-mx-8:hover {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:hover\:-my-10:hover {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:hover\:-mx-10:hover {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:hover\:-my-12:hover {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:hover\:-mx-12:hover {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:hover\:-my-16:hover {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:hover\:-mx-16:hover {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:hover\:-my-20:hover {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:hover\:-mx-20:hover {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:hover\:-my-24:hover {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:hover\:-mx-24:hover {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:hover\:-my-32:hover {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:hover\:-mx-32:hover {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:hover\:-my-40:hover {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md\:hover\:-mx-40:hover {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .md\:hover\:-my-48:hover {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .md\:hover\:-mx-48:hover {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .md\:hover\:-my-56:hover {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .md\:hover\:-mx-56:hover {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .md\:hover\:-my-64:hover {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .md\:hover\:-mx-64:hover {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .md\:hover\:-my-px:hover {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:hover\:-mx-px:hover {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:hover\:mt-0:hover {
    margin-top: 0;
  }

  .md\:hover\:mr-0:hover {
    margin-right: 0;
  }

  .md\:hover\:mb-0:hover {
    margin-bottom: 0;
  }

  .md\:hover\:ml-0:hover {
    margin-left: 0;
  }

  .md\:hover\:mt-1:hover {
    margin-top: 0.25rem;
  }

  .md\:hover\:mr-1:hover {
    margin-right: 0.25rem;
  }

  .md\:hover\:mb-1:hover {
    margin-bottom: 0.25rem;
  }

  .md\:hover\:ml-1:hover {
    margin-left: 0.25rem;
  }

  .md\:hover\:mt-2:hover {
    margin-top: 0.5rem;
  }

  .md\:hover\:mr-2:hover {
    margin-right: 0.5rem;
  }

  .md\:hover\:mb-2:hover {
    margin-bottom: 0.5rem;
  }

  .md\:hover\:ml-2:hover {
    margin-left: 0.5rem;
  }

  .md\:hover\:mt-3:hover {
    margin-top: 0.75rem;
  }

  .md\:hover\:mr-3:hover {
    margin-right: 0.75rem;
  }

  .md\:hover\:mb-3:hover {
    margin-bottom: 0.75rem;
  }

  .md\:hover\:ml-3:hover {
    margin-left: 0.75rem;
  }

  .md\:hover\:mt-4:hover {
    margin-top: 1rem;
  }

  .md\:hover\:mr-4:hover {
    margin-right: 1rem;
  }

  .md\:hover\:mb-4:hover {
    margin-bottom: 1rem;
  }

  .md\:hover\:ml-4:hover {
    margin-left: 1rem;
  }

  .md\:hover\:mt-5:hover {
    margin-top: 1.25rem;
  }

  .md\:hover\:mr-5:hover {
    margin-right: 1.25rem;
  }

  .md\:hover\:mb-5:hover {
    margin-bottom: 1.25rem;
  }

  .md\:hover\:ml-5:hover {
    margin-left: 1.25rem;
  }

  .md\:hover\:mt-6:hover {
    margin-top: 1.5rem;
  }

  .md\:hover\:mr-6:hover {
    margin-right: 1.5rem;
  }

  .md\:hover\:mb-6:hover {
    margin-bottom: 1.5rem;
  }

  .md\:hover\:ml-6:hover {
    margin-left: 1.5rem;
  }

  .md\:hover\:mt-8:hover {
    margin-top: 2rem;
  }

  .md\:hover\:mr-8:hover {
    margin-right: 2rem;
  }

  .md\:hover\:mb-8:hover {
    margin-bottom: 2rem;
  }

  .md\:hover\:ml-8:hover {
    margin-left: 2rem;
  }

  .md\:hover\:mt-10:hover {
    margin-top: 2.5rem;
  }

  .md\:hover\:mr-10:hover {
    margin-right: 2.5rem;
  }

  .md\:hover\:mb-10:hover {
    margin-bottom: 2.5rem;
  }

  .md\:hover\:ml-10:hover {
    margin-left: 2.5rem;
  }

  .md\:hover\:mt-12:hover {
    margin-top: 3rem;
  }

  .md\:hover\:mr-12:hover {
    margin-right: 3rem;
  }

  .md\:hover\:mb-12:hover {
    margin-bottom: 3rem;
  }

  .md\:hover\:ml-12:hover {
    margin-left: 3rem;
  }

  .md\:hover\:mt-16:hover {
    margin-top: 4rem;
  }

  .md\:hover\:mr-16:hover {
    margin-right: 4rem;
  }

  .md\:hover\:mb-16:hover {
    margin-bottom: 4rem;
  }

  .md\:hover\:ml-16:hover {
    margin-left: 4rem;
  }

  .md\:hover\:mt-20:hover {
    margin-top: 5rem;
  }

  .md\:hover\:mr-20:hover {
    margin-right: 5rem;
  }

  .md\:hover\:mb-20:hover {
    margin-bottom: 5rem;
  }

  .md\:hover\:ml-20:hover {
    margin-left: 5rem;
  }

  .md\:hover\:mt-24:hover {
    margin-top: 6rem;
  }

  .md\:hover\:mr-24:hover {
    margin-right: 6rem;
  }

  .md\:hover\:mb-24:hover {
    margin-bottom: 6rem;
  }

  .md\:hover\:ml-24:hover {
    margin-left: 6rem;
  }

  .md\:hover\:mt-32:hover {
    margin-top: 8rem;
  }

  .md\:hover\:mr-32:hover {
    margin-right: 8rem;
  }

  .md\:hover\:mb-32:hover {
    margin-bottom: 8rem;
  }

  .md\:hover\:ml-32:hover {
    margin-left: 8rem;
  }

  .md\:hover\:mt-40:hover {
    margin-top: 10rem;
  }

  .md\:hover\:mr-40:hover {
    margin-right: 10rem;
  }

  .md\:hover\:mb-40:hover {
    margin-bottom: 10rem;
  }

  .md\:hover\:ml-40:hover {
    margin-left: 10rem;
  }

  .md\:hover\:mt-48:hover {
    margin-top: 12rem;
  }

  .md\:hover\:mr-48:hover {
    margin-right: 12rem;
  }

  .md\:hover\:mb-48:hover {
    margin-bottom: 12rem;
  }

  .md\:hover\:ml-48:hover {
    margin-left: 12rem;
  }

  .md\:hover\:mt-56:hover {
    margin-top: 14rem;
  }

  .md\:hover\:mr-56:hover {
    margin-right: 14rem;
  }

  .md\:hover\:mb-56:hover {
    margin-bottom: 14rem;
  }

  .md\:hover\:ml-56:hover {
    margin-left: 14rem;
  }

  .md\:hover\:mt-64:hover {
    margin-top: 16rem;
  }

  .md\:hover\:mr-64:hover {
    margin-right: 16rem;
  }

  .md\:hover\:mb-64:hover {
    margin-bottom: 16rem;
  }

  .md\:hover\:ml-64:hover {
    margin-left: 16rem;
  }

  .md\:hover\:mt-auto:hover {
    margin-top: auto;
  }

  .md\:hover\:mr-auto:hover {
    margin-right: auto;
  }

  .md\:hover\:mb-auto:hover {
    margin-bottom: auto;
  }

  .md\:hover\:ml-auto:hover {
    margin-left: auto;
  }

  .md\:hover\:mt-px:hover {
    margin-top: 1px;
  }

  .md\:hover\:mr-px:hover {
    margin-right: 1px;
  }

  .md\:hover\:mb-px:hover {
    margin-bottom: 1px;
  }

  .md\:hover\:ml-px:hover {
    margin-left: 1px;
  }

  .md\:hover\:-mt-1:hover {
    margin-top: -0.25rem;
  }

  .md\:hover\:-mr-1:hover {
    margin-right: -0.25rem;
  }

  .md\:hover\:-mb-1:hover {
    margin-bottom: -0.25rem;
  }

  .md\:hover\:-ml-1:hover {
    margin-left: -0.25rem;
  }

  .md\:hover\:-mt-2:hover {
    margin-top: -0.5rem;
  }

  .md\:hover\:-mr-2:hover {
    margin-right: -0.5rem;
  }

  .md\:hover\:-mb-2:hover {
    margin-bottom: -0.5rem;
  }

  .md\:hover\:-ml-2:hover {
    margin-left: -0.5rem;
  }

  .md\:hover\:-mt-3:hover {
    margin-top: -0.75rem;
  }

  .md\:hover\:-mr-3:hover {
    margin-right: -0.75rem;
  }

  .md\:hover\:-mb-3:hover {
    margin-bottom: -0.75rem;
  }

  .md\:hover\:-ml-3:hover {
    margin-left: -0.75rem;
  }

  .md\:hover\:-mt-4:hover {
    margin-top: -1rem;
  }

  .md\:hover\:-mr-4:hover {
    margin-right: -1rem;
  }

  .md\:hover\:-mb-4:hover {
    margin-bottom: -1rem;
  }

  .md\:hover\:-ml-4:hover {
    margin-left: -1rem;
  }

  .md\:hover\:-mt-5:hover {
    margin-top: -1.25rem;
  }

  .md\:hover\:-mr-5:hover {
    margin-right: -1.25rem;
  }

  .md\:hover\:-mb-5:hover {
    margin-bottom: -1.25rem;
  }

  .md\:hover\:-ml-5:hover {
    margin-left: -1.25rem;
  }

  .md\:hover\:-mt-6:hover {
    margin-top: -1.5rem;
  }

  .md\:hover\:-mr-6:hover {
    margin-right: -1.5rem;
  }

  .md\:hover\:-mb-6:hover {
    margin-bottom: -1.5rem;
  }

  .md\:hover\:-ml-6:hover {
    margin-left: -1.5rem;
  }

  .md\:hover\:-mt-8:hover {
    margin-top: -2rem;
  }

  .md\:hover\:-mr-8:hover {
    margin-right: -2rem;
  }

  .md\:hover\:-mb-8:hover {
    margin-bottom: -2rem;
  }

  .md\:hover\:-ml-8:hover {
    margin-left: -2rem;
  }

  .md\:hover\:-mt-10:hover {
    margin-top: -2.5rem;
  }

  .md\:hover\:-mr-10:hover {
    margin-right: -2.5rem;
  }

  .md\:hover\:-mb-10:hover {
    margin-bottom: -2.5rem;
  }

  .md\:hover\:-ml-10:hover {
    margin-left: -2.5rem;
  }

  .md\:hover\:-mt-12:hover {
    margin-top: -3rem;
  }

  .md\:hover\:-mr-12:hover {
    margin-right: -3rem;
  }

  .md\:hover\:-mb-12:hover {
    margin-bottom: -3rem;
  }

  .md\:hover\:-ml-12:hover {
    margin-left: -3rem;
  }

  .md\:hover\:-mt-16:hover {
    margin-top: -4rem;
  }

  .md\:hover\:-mr-16:hover {
    margin-right: -4rem;
  }

  .md\:hover\:-mb-16:hover {
    margin-bottom: -4rem;
  }

  .md\:hover\:-ml-16:hover {
    margin-left: -4rem;
  }

  .md\:hover\:-mt-20:hover {
    margin-top: -5rem;
  }

  .md\:hover\:-mr-20:hover {
    margin-right: -5rem;
  }

  .md\:hover\:-mb-20:hover {
    margin-bottom: -5rem;
  }

  .md\:hover\:-ml-20:hover {
    margin-left: -5rem;
  }

  .md\:hover\:-mt-24:hover {
    margin-top: -6rem;
  }

  .md\:hover\:-mr-24:hover {
    margin-right: -6rem;
  }

  .md\:hover\:-mb-24:hover {
    margin-bottom: -6rem;
  }

  .md\:hover\:-ml-24:hover {
    margin-left: -6rem;
  }

  .md\:hover\:-mt-32:hover {
    margin-top: -8rem;
  }

  .md\:hover\:-mr-32:hover {
    margin-right: -8rem;
  }

  .md\:hover\:-mb-32:hover {
    margin-bottom: -8rem;
  }

  .md\:hover\:-ml-32:hover {
    margin-left: -8rem;
  }

  .md\:hover\:-mt-40:hover {
    margin-top: -10rem;
  }

  .md\:hover\:-mr-40:hover {
    margin-right: -10rem;
  }

  .md\:hover\:-mb-40:hover {
    margin-bottom: -10rem;
  }

  .md\:hover\:-ml-40:hover {
    margin-left: -10rem;
  }

  .md\:hover\:-mt-48:hover {
    margin-top: -12rem;
  }

  .md\:hover\:-mr-48:hover {
    margin-right: -12rem;
  }

  .md\:hover\:-mb-48:hover {
    margin-bottom: -12rem;
  }

  .md\:hover\:-ml-48:hover {
    margin-left: -12rem;
  }

  .md\:hover\:-mt-56:hover {
    margin-top: -14rem;
  }

  .md\:hover\:-mr-56:hover {
    margin-right: -14rem;
  }

  .md\:hover\:-mb-56:hover {
    margin-bottom: -14rem;
  }

  .md\:hover\:-ml-56:hover {
    margin-left: -14rem;
  }

  .md\:hover\:-mt-64:hover {
    margin-top: -16rem;
  }

  .md\:hover\:-mr-64:hover {
    margin-right: -16rem;
  }

  .md\:hover\:-mb-64:hover {
    margin-bottom: -16rem;
  }

  .md\:hover\:-ml-64:hover {
    margin-left: -16rem;
  }

  .md\:hover\:-mt-px:hover {
    margin-top: -1px;
  }

  .md\:hover\:-mr-px:hover {
    margin-right: -1px;
  }

  .md\:hover\:-mb-px:hover {
    margin-bottom: -1px;
  }

  .md\:hover\:-ml-px:hover {
    margin-left: -1px;
  }

  .md\:focus\:m-0:focus {
    margin: 0;
  }

  .md\:focus\:m-1:focus {
    margin: 0.25rem;
  }

  .md\:focus\:m-2:focus {
    margin: 0.5rem;
  }

  .md\:focus\:m-3:focus {
    margin: 0.75rem;
  }

  .md\:focus\:m-4:focus {
    margin: 1rem;
  }

  .md\:focus\:m-5:focus {
    margin: 1.25rem;
  }

  .md\:focus\:m-6:focus {
    margin: 1.5rem;
  }

  .md\:focus\:m-8:focus {
    margin: 2rem;
  }

  .md\:focus\:m-10:focus {
    margin: 2.5rem;
  }

  .md\:focus\:m-12:focus {
    margin: 3rem;
  }

  .md\:focus\:m-16:focus {
    margin: 4rem;
  }

  .md\:focus\:m-20:focus {
    margin: 5rem;
  }

  .md\:focus\:m-24:focus {
    margin: 6rem;
  }

  .md\:focus\:m-32:focus {
    margin: 8rem;
  }

  .md\:focus\:m-40:focus {
    margin: 10rem;
  }

  .md\:focus\:m-48:focus {
    margin: 12rem;
  }

  .md\:focus\:m-56:focus {
    margin: 14rem;
  }

  .md\:focus\:m-64:focus {
    margin: 16rem;
  }

  .md\:focus\:m-auto:focus {
    margin: auto;
  }

  .md\:focus\:m-px:focus {
    margin: 1px;
  }

  .md\:focus\:-m-1:focus {
    margin: -0.25rem;
  }

  .md\:focus\:-m-2:focus {
    margin: -0.5rem;
  }

  .md\:focus\:-m-3:focus {
    margin: -0.75rem;
  }

  .md\:focus\:-m-4:focus {
    margin: -1rem;
  }

  .md\:focus\:-m-5:focus {
    margin: -1.25rem;
  }

  .md\:focus\:-m-6:focus {
    margin: -1.5rem;
  }

  .md\:focus\:-m-8:focus {
    margin: -2rem;
  }

  .md\:focus\:-m-10:focus {
    margin: -2.5rem;
  }

  .md\:focus\:-m-12:focus {
    margin: -3rem;
  }

  .md\:focus\:-m-16:focus {
    margin: -4rem;
  }

  .md\:focus\:-m-20:focus {
    margin: -5rem;
  }

  .md\:focus\:-m-24:focus {
    margin: -6rem;
  }

  .md\:focus\:-m-32:focus {
    margin: -8rem;
  }

  .md\:focus\:-m-40:focus {
    margin: -10rem;
  }

  .md\:focus\:-m-48:focus {
    margin: -12rem;
  }

  .md\:focus\:-m-56:focus {
    margin: -14rem;
  }

  .md\:focus\:-m-64:focus {
    margin: -16rem;
  }

  .md\:focus\:-m-px:focus {
    margin: -1px;
  }

  .md\:focus\:my-0:focus {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:focus\:mx-0:focus {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:focus\:my-1:focus {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:focus\:mx-1:focus {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:focus\:my-2:focus {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:focus\:mx-2:focus {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:focus\:my-3:focus {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:focus\:mx-3:focus {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:focus\:my-4:focus {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:focus\:mx-4:focus {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:focus\:my-5:focus {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:focus\:mx-5:focus {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:focus\:my-6:focus {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:focus\:mx-6:focus {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:focus\:my-8:focus {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:focus\:mx-8:focus {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:focus\:my-10:focus {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:focus\:mx-10:focus {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:focus\:my-12:focus {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:focus\:mx-12:focus {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:focus\:my-16:focus {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:focus\:mx-16:focus {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:focus\:my-20:focus {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:focus\:mx-20:focus {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:focus\:my-24:focus {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:focus\:mx-24:focus {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:focus\:my-32:focus {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:focus\:mx-32:focus {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:focus\:my-40:focus {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:focus\:mx-40:focus {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md\:focus\:my-48:focus {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .md\:focus\:mx-48:focus {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md\:focus\:my-56:focus {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md\:focus\:mx-56:focus {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .md\:focus\:my-64:focus {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md\:focus\:mx-64:focus {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md\:focus\:my-auto:focus {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:focus\:mx-auto:focus {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:focus\:my-px:focus {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:focus\:mx-px:focus {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:focus\:-my-1:focus {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:focus\:-mx-1:focus {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:focus\:-my-2:focus {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:focus\:-mx-2:focus {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:focus\:-my-3:focus {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:focus\:-mx-3:focus {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:focus\:-my-4:focus {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:focus\:-mx-4:focus {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:focus\:-my-5:focus {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:focus\:-mx-5:focus {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:focus\:-my-6:focus {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:focus\:-mx-6:focus {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:focus\:-my-8:focus {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:focus\:-mx-8:focus {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:focus\:-my-10:focus {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:focus\:-mx-10:focus {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:focus\:-my-12:focus {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:focus\:-mx-12:focus {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:focus\:-my-16:focus {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:focus\:-mx-16:focus {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:focus\:-my-20:focus {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:focus\:-mx-20:focus {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:focus\:-my-24:focus {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:focus\:-mx-24:focus {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:focus\:-my-32:focus {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:focus\:-mx-32:focus {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:focus\:-my-40:focus {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md\:focus\:-mx-40:focus {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .md\:focus\:-my-48:focus {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .md\:focus\:-mx-48:focus {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .md\:focus\:-my-56:focus {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .md\:focus\:-mx-56:focus {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .md\:focus\:-my-64:focus {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .md\:focus\:-mx-64:focus {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .md\:focus\:-my-px:focus {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:focus\:-mx-px:focus {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:focus\:mt-0:focus {
    margin-top: 0;
  }

  .md\:focus\:mr-0:focus {
    margin-right: 0;
  }

  .md\:focus\:mb-0:focus {
    margin-bottom: 0;
  }

  .md\:focus\:ml-0:focus {
    margin-left: 0;
  }

  .md\:focus\:mt-1:focus {
    margin-top: 0.25rem;
  }

  .md\:focus\:mr-1:focus {
    margin-right: 0.25rem;
  }

  .md\:focus\:mb-1:focus {
    margin-bottom: 0.25rem;
  }

  .md\:focus\:ml-1:focus {
    margin-left: 0.25rem;
  }

  .md\:focus\:mt-2:focus {
    margin-top: 0.5rem;
  }

  .md\:focus\:mr-2:focus {
    margin-right: 0.5rem;
  }

  .md\:focus\:mb-2:focus {
    margin-bottom: 0.5rem;
  }

  .md\:focus\:ml-2:focus {
    margin-left: 0.5rem;
  }

  .md\:focus\:mt-3:focus {
    margin-top: 0.75rem;
  }

  .md\:focus\:mr-3:focus {
    margin-right: 0.75rem;
  }

  .md\:focus\:mb-3:focus {
    margin-bottom: 0.75rem;
  }

  .md\:focus\:ml-3:focus {
    margin-left: 0.75rem;
  }

  .md\:focus\:mt-4:focus {
    margin-top: 1rem;
  }

  .md\:focus\:mr-4:focus {
    margin-right: 1rem;
  }

  .md\:focus\:mb-4:focus {
    margin-bottom: 1rem;
  }

  .md\:focus\:ml-4:focus {
    margin-left: 1rem;
  }

  .md\:focus\:mt-5:focus {
    margin-top: 1.25rem;
  }

  .md\:focus\:mr-5:focus {
    margin-right: 1.25rem;
  }

  .md\:focus\:mb-5:focus {
    margin-bottom: 1.25rem;
  }

  .md\:focus\:ml-5:focus {
    margin-left: 1.25rem;
  }

  .md\:focus\:mt-6:focus {
    margin-top: 1.5rem;
  }

  .md\:focus\:mr-6:focus {
    margin-right: 1.5rem;
  }

  .md\:focus\:mb-6:focus {
    margin-bottom: 1.5rem;
  }

  .md\:focus\:ml-6:focus {
    margin-left: 1.5rem;
  }

  .md\:focus\:mt-8:focus {
    margin-top: 2rem;
  }

  .md\:focus\:mr-8:focus {
    margin-right: 2rem;
  }

  .md\:focus\:mb-8:focus {
    margin-bottom: 2rem;
  }

  .md\:focus\:ml-8:focus {
    margin-left: 2rem;
  }

  .md\:focus\:mt-10:focus {
    margin-top: 2.5rem;
  }

  .md\:focus\:mr-10:focus {
    margin-right: 2.5rem;
  }

  .md\:focus\:mb-10:focus {
    margin-bottom: 2.5rem;
  }

  .md\:focus\:ml-10:focus {
    margin-left: 2.5rem;
  }

  .md\:focus\:mt-12:focus {
    margin-top: 3rem;
  }

  .md\:focus\:mr-12:focus {
    margin-right: 3rem;
  }

  .md\:focus\:mb-12:focus {
    margin-bottom: 3rem;
  }

  .md\:focus\:ml-12:focus {
    margin-left: 3rem;
  }

  .md\:focus\:mt-16:focus {
    margin-top: 4rem;
  }

  .md\:focus\:mr-16:focus {
    margin-right: 4rem;
  }

  .md\:focus\:mb-16:focus {
    margin-bottom: 4rem;
  }

  .md\:focus\:ml-16:focus {
    margin-left: 4rem;
  }

  .md\:focus\:mt-20:focus {
    margin-top: 5rem;
  }

  .md\:focus\:mr-20:focus {
    margin-right: 5rem;
  }

  .md\:focus\:mb-20:focus {
    margin-bottom: 5rem;
  }

  .md\:focus\:ml-20:focus {
    margin-left: 5rem;
  }

  .md\:focus\:mt-24:focus {
    margin-top: 6rem;
  }

  .md\:focus\:mr-24:focus {
    margin-right: 6rem;
  }

  .md\:focus\:mb-24:focus {
    margin-bottom: 6rem;
  }

  .md\:focus\:ml-24:focus {
    margin-left: 6rem;
  }

  .md\:focus\:mt-32:focus {
    margin-top: 8rem;
  }

  .md\:focus\:mr-32:focus {
    margin-right: 8rem;
  }

  .md\:focus\:mb-32:focus {
    margin-bottom: 8rem;
  }

  .md\:focus\:ml-32:focus {
    margin-left: 8rem;
  }

  .md\:focus\:mt-40:focus {
    margin-top: 10rem;
  }

  .md\:focus\:mr-40:focus {
    margin-right: 10rem;
  }

  .md\:focus\:mb-40:focus {
    margin-bottom: 10rem;
  }

  .md\:focus\:ml-40:focus {
    margin-left: 10rem;
  }

  .md\:focus\:mt-48:focus {
    margin-top: 12rem;
  }

  .md\:focus\:mr-48:focus {
    margin-right: 12rem;
  }

  .md\:focus\:mb-48:focus {
    margin-bottom: 12rem;
  }

  .md\:focus\:ml-48:focus {
    margin-left: 12rem;
  }

  .md\:focus\:mt-56:focus {
    margin-top: 14rem;
  }

  .md\:focus\:mr-56:focus {
    margin-right: 14rem;
  }

  .md\:focus\:mb-56:focus {
    margin-bottom: 14rem;
  }

  .md\:focus\:ml-56:focus {
    margin-left: 14rem;
  }

  .md\:focus\:mt-64:focus {
    margin-top: 16rem;
  }

  .md\:focus\:mr-64:focus {
    margin-right: 16rem;
  }

  .md\:focus\:mb-64:focus {
    margin-bottom: 16rem;
  }

  .md\:focus\:ml-64:focus {
    margin-left: 16rem;
  }

  .md\:focus\:mt-auto:focus {
    margin-top: auto;
  }

  .md\:focus\:mr-auto:focus {
    margin-right: auto;
  }

  .md\:focus\:mb-auto:focus {
    margin-bottom: auto;
  }

  .md\:focus\:ml-auto:focus {
    margin-left: auto;
  }

  .md\:focus\:mt-px:focus {
    margin-top: 1px;
  }

  .md\:focus\:mr-px:focus {
    margin-right: 1px;
  }

  .md\:focus\:mb-px:focus {
    margin-bottom: 1px;
  }

  .md\:focus\:ml-px:focus {
    margin-left: 1px;
  }

  .md\:focus\:-mt-1:focus {
    margin-top: -0.25rem;
  }

  .md\:focus\:-mr-1:focus {
    margin-right: -0.25rem;
  }

  .md\:focus\:-mb-1:focus {
    margin-bottom: -0.25rem;
  }

  .md\:focus\:-ml-1:focus {
    margin-left: -0.25rem;
  }

  .md\:focus\:-mt-2:focus {
    margin-top: -0.5rem;
  }

  .md\:focus\:-mr-2:focus {
    margin-right: -0.5rem;
  }

  .md\:focus\:-mb-2:focus {
    margin-bottom: -0.5rem;
  }

  .md\:focus\:-ml-2:focus {
    margin-left: -0.5rem;
  }

  .md\:focus\:-mt-3:focus {
    margin-top: -0.75rem;
  }

  .md\:focus\:-mr-3:focus {
    margin-right: -0.75rem;
  }

  .md\:focus\:-mb-3:focus {
    margin-bottom: -0.75rem;
  }

  .md\:focus\:-ml-3:focus {
    margin-left: -0.75rem;
  }

  .md\:focus\:-mt-4:focus {
    margin-top: -1rem;
  }

  .md\:focus\:-mr-4:focus {
    margin-right: -1rem;
  }

  .md\:focus\:-mb-4:focus {
    margin-bottom: -1rem;
  }

  .md\:focus\:-ml-4:focus {
    margin-left: -1rem;
  }

  .md\:focus\:-mt-5:focus {
    margin-top: -1.25rem;
  }

  .md\:focus\:-mr-5:focus {
    margin-right: -1.25rem;
  }

  .md\:focus\:-mb-5:focus {
    margin-bottom: -1.25rem;
  }

  .md\:focus\:-ml-5:focus {
    margin-left: -1.25rem;
  }

  .md\:focus\:-mt-6:focus {
    margin-top: -1.5rem;
  }

  .md\:focus\:-mr-6:focus {
    margin-right: -1.5rem;
  }

  .md\:focus\:-mb-6:focus {
    margin-bottom: -1.5rem;
  }

  .md\:focus\:-ml-6:focus {
    margin-left: -1.5rem;
  }

  .md\:focus\:-mt-8:focus {
    margin-top: -2rem;
  }

  .md\:focus\:-mr-8:focus {
    margin-right: -2rem;
  }

  .md\:focus\:-mb-8:focus {
    margin-bottom: -2rem;
  }

  .md\:focus\:-ml-8:focus {
    margin-left: -2rem;
  }

  .md\:focus\:-mt-10:focus {
    margin-top: -2.5rem;
  }

  .md\:focus\:-mr-10:focus {
    margin-right: -2.5rem;
  }

  .md\:focus\:-mb-10:focus {
    margin-bottom: -2.5rem;
  }

  .md\:focus\:-ml-10:focus {
    margin-left: -2.5rem;
  }

  .md\:focus\:-mt-12:focus {
    margin-top: -3rem;
  }

  .md\:focus\:-mr-12:focus {
    margin-right: -3rem;
  }

  .md\:focus\:-mb-12:focus {
    margin-bottom: -3rem;
  }

  .md\:focus\:-ml-12:focus {
    margin-left: -3rem;
  }

  .md\:focus\:-mt-16:focus {
    margin-top: -4rem;
  }

  .md\:focus\:-mr-16:focus {
    margin-right: -4rem;
  }

  .md\:focus\:-mb-16:focus {
    margin-bottom: -4rem;
  }

  .md\:focus\:-ml-16:focus {
    margin-left: -4rem;
  }

  .md\:focus\:-mt-20:focus {
    margin-top: -5rem;
  }

  .md\:focus\:-mr-20:focus {
    margin-right: -5rem;
  }

  .md\:focus\:-mb-20:focus {
    margin-bottom: -5rem;
  }

  .md\:focus\:-ml-20:focus {
    margin-left: -5rem;
  }

  .md\:focus\:-mt-24:focus {
    margin-top: -6rem;
  }

  .md\:focus\:-mr-24:focus {
    margin-right: -6rem;
  }

  .md\:focus\:-mb-24:focus {
    margin-bottom: -6rem;
  }

  .md\:focus\:-ml-24:focus {
    margin-left: -6rem;
  }

  .md\:focus\:-mt-32:focus {
    margin-top: -8rem;
  }

  .md\:focus\:-mr-32:focus {
    margin-right: -8rem;
  }

  .md\:focus\:-mb-32:focus {
    margin-bottom: -8rem;
  }

  .md\:focus\:-ml-32:focus {
    margin-left: -8rem;
  }

  .md\:focus\:-mt-40:focus {
    margin-top: -10rem;
  }

  .md\:focus\:-mr-40:focus {
    margin-right: -10rem;
  }

  .md\:focus\:-mb-40:focus {
    margin-bottom: -10rem;
  }

  .md\:focus\:-ml-40:focus {
    margin-left: -10rem;
  }

  .md\:focus\:-mt-48:focus {
    margin-top: -12rem;
  }

  .md\:focus\:-mr-48:focus {
    margin-right: -12rem;
  }

  .md\:focus\:-mb-48:focus {
    margin-bottom: -12rem;
  }

  .md\:focus\:-ml-48:focus {
    margin-left: -12rem;
  }

  .md\:focus\:-mt-56:focus {
    margin-top: -14rem;
  }

  .md\:focus\:-mr-56:focus {
    margin-right: -14rem;
  }

  .md\:focus\:-mb-56:focus {
    margin-bottom: -14rem;
  }

  .md\:focus\:-ml-56:focus {
    margin-left: -14rem;
  }

  .md\:focus\:-mt-64:focus {
    margin-top: -16rem;
  }

  .md\:focus\:-mr-64:focus {
    margin-right: -16rem;
  }

  .md\:focus\:-mb-64:focus {
    margin-bottom: -16rem;
  }

  .md\:focus\:-ml-64:focus {
    margin-left: -16rem;
  }

  .md\:focus\:-mt-px:focus {
    margin-top: -1px;
  }

  .md\:focus\:-mr-px:focus {
    margin-right: -1px;
  }

  .md\:focus\:-mb-px:focus {
    margin-bottom: -1px;
  }

  .md\:focus\:-ml-px:focus {
    margin-left: -1px;
  }

  .md\:active\:m-0:active {
    margin: 0;
  }

  .md\:active\:m-1:active {
    margin: 0.25rem;
  }

  .md\:active\:m-2:active {
    margin: 0.5rem;
  }

  .md\:active\:m-3:active {
    margin: 0.75rem;
  }

  .md\:active\:m-4:active {
    margin: 1rem;
  }

  .md\:active\:m-5:active {
    margin: 1.25rem;
  }

  .md\:active\:m-6:active {
    margin: 1.5rem;
  }

  .md\:active\:m-8:active {
    margin: 2rem;
  }

  .md\:active\:m-10:active {
    margin: 2.5rem;
  }

  .md\:active\:m-12:active {
    margin: 3rem;
  }

  .md\:active\:m-16:active {
    margin: 4rem;
  }

  .md\:active\:m-20:active {
    margin: 5rem;
  }

  .md\:active\:m-24:active {
    margin: 6rem;
  }

  .md\:active\:m-32:active {
    margin: 8rem;
  }

  .md\:active\:m-40:active {
    margin: 10rem;
  }

  .md\:active\:m-48:active {
    margin: 12rem;
  }

  .md\:active\:m-56:active {
    margin: 14rem;
  }

  .md\:active\:m-64:active {
    margin: 16rem;
  }

  .md\:active\:m-auto:active {
    margin: auto;
  }

  .md\:active\:m-px:active {
    margin: 1px;
  }

  .md\:active\:-m-1:active {
    margin: -0.25rem;
  }

  .md\:active\:-m-2:active {
    margin: -0.5rem;
  }

  .md\:active\:-m-3:active {
    margin: -0.75rem;
  }

  .md\:active\:-m-4:active {
    margin: -1rem;
  }

  .md\:active\:-m-5:active {
    margin: -1.25rem;
  }

  .md\:active\:-m-6:active {
    margin: -1.5rem;
  }

  .md\:active\:-m-8:active {
    margin: -2rem;
  }

  .md\:active\:-m-10:active {
    margin: -2.5rem;
  }

  .md\:active\:-m-12:active {
    margin: -3rem;
  }

  .md\:active\:-m-16:active {
    margin: -4rem;
  }

  .md\:active\:-m-20:active {
    margin: -5rem;
  }

  .md\:active\:-m-24:active {
    margin: -6rem;
  }

  .md\:active\:-m-32:active {
    margin: -8rem;
  }

  .md\:active\:-m-40:active {
    margin: -10rem;
  }

  .md\:active\:-m-48:active {
    margin: -12rem;
  }

  .md\:active\:-m-56:active {
    margin: -14rem;
  }

  .md\:active\:-m-64:active {
    margin: -16rem;
  }

  .md\:active\:-m-px:active {
    margin: -1px;
  }

  .md\:active\:my-0:active {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:active\:mx-0:active {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:active\:my-1:active {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:active\:mx-1:active {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:active\:my-2:active {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:active\:mx-2:active {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:active\:my-3:active {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:active\:mx-3:active {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:active\:my-4:active {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:active\:mx-4:active {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:active\:my-5:active {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:active\:mx-5:active {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:active\:my-6:active {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:active\:mx-6:active {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:active\:my-8:active {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:active\:mx-8:active {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:active\:my-10:active {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:active\:mx-10:active {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:active\:my-12:active {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:active\:mx-12:active {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:active\:my-16:active {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:active\:mx-16:active {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:active\:my-20:active {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:active\:mx-20:active {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:active\:my-24:active {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:active\:mx-24:active {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:active\:my-32:active {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:active\:mx-32:active {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:active\:my-40:active {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:active\:mx-40:active {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md\:active\:my-48:active {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .md\:active\:mx-48:active {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md\:active\:my-56:active {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md\:active\:mx-56:active {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .md\:active\:my-64:active {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md\:active\:mx-64:active {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md\:active\:my-auto:active {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:active\:mx-auto:active {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:active\:my-px:active {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:active\:mx-px:active {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:active\:-my-1:active {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:active\:-mx-1:active {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:active\:-my-2:active {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:active\:-mx-2:active {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:active\:-my-3:active {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:active\:-mx-3:active {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:active\:-my-4:active {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:active\:-mx-4:active {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:active\:-my-5:active {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:active\:-mx-5:active {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:active\:-my-6:active {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:active\:-mx-6:active {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:active\:-my-8:active {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:active\:-mx-8:active {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:active\:-my-10:active {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:active\:-mx-10:active {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:active\:-my-12:active {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:active\:-mx-12:active {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:active\:-my-16:active {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:active\:-mx-16:active {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:active\:-my-20:active {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:active\:-mx-20:active {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:active\:-my-24:active {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:active\:-mx-24:active {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:active\:-my-32:active {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:active\:-mx-32:active {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:active\:-my-40:active {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md\:active\:-mx-40:active {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .md\:active\:-my-48:active {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .md\:active\:-mx-48:active {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .md\:active\:-my-56:active {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .md\:active\:-mx-56:active {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .md\:active\:-my-64:active {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .md\:active\:-mx-64:active {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .md\:active\:-my-px:active {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:active\:-mx-px:active {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:active\:mt-0:active {
    margin-top: 0;
  }

  .md\:active\:mr-0:active {
    margin-right: 0;
  }

  .md\:active\:mb-0:active {
    margin-bottom: 0;
  }

  .md\:active\:ml-0:active {
    margin-left: 0;
  }

  .md\:active\:mt-1:active {
    margin-top: 0.25rem;
  }

  .md\:active\:mr-1:active {
    margin-right: 0.25rem;
  }

  .md\:active\:mb-1:active {
    margin-bottom: 0.25rem;
  }

  .md\:active\:ml-1:active {
    margin-left: 0.25rem;
  }

  .md\:active\:mt-2:active {
    margin-top: 0.5rem;
  }

  .md\:active\:mr-2:active {
    margin-right: 0.5rem;
  }

  .md\:active\:mb-2:active {
    margin-bottom: 0.5rem;
  }

  .md\:active\:ml-2:active {
    margin-left: 0.5rem;
  }

  .md\:active\:mt-3:active {
    margin-top: 0.75rem;
  }

  .md\:active\:mr-3:active {
    margin-right: 0.75rem;
  }

  .md\:active\:mb-3:active {
    margin-bottom: 0.75rem;
  }

  .md\:active\:ml-3:active {
    margin-left: 0.75rem;
  }

  .md\:active\:mt-4:active {
    margin-top: 1rem;
  }

  .md\:active\:mr-4:active {
    margin-right: 1rem;
  }

  .md\:active\:mb-4:active {
    margin-bottom: 1rem;
  }

  .md\:active\:ml-4:active {
    margin-left: 1rem;
  }

  .md\:active\:mt-5:active {
    margin-top: 1.25rem;
  }

  .md\:active\:mr-5:active {
    margin-right: 1.25rem;
  }

  .md\:active\:mb-5:active {
    margin-bottom: 1.25rem;
  }

  .md\:active\:ml-5:active {
    margin-left: 1.25rem;
  }

  .md\:active\:mt-6:active {
    margin-top: 1.5rem;
  }

  .md\:active\:mr-6:active {
    margin-right: 1.5rem;
  }

  .md\:active\:mb-6:active {
    margin-bottom: 1.5rem;
  }

  .md\:active\:ml-6:active {
    margin-left: 1.5rem;
  }

  .md\:active\:mt-8:active {
    margin-top: 2rem;
  }

  .md\:active\:mr-8:active {
    margin-right: 2rem;
  }

  .md\:active\:mb-8:active {
    margin-bottom: 2rem;
  }

  .md\:active\:ml-8:active {
    margin-left: 2rem;
  }

  .md\:active\:mt-10:active {
    margin-top: 2.5rem;
  }

  .md\:active\:mr-10:active {
    margin-right: 2.5rem;
  }

  .md\:active\:mb-10:active {
    margin-bottom: 2.5rem;
  }

  .md\:active\:ml-10:active {
    margin-left: 2.5rem;
  }

  .md\:active\:mt-12:active {
    margin-top: 3rem;
  }

  .md\:active\:mr-12:active {
    margin-right: 3rem;
  }

  .md\:active\:mb-12:active {
    margin-bottom: 3rem;
  }

  .md\:active\:ml-12:active {
    margin-left: 3rem;
  }

  .md\:active\:mt-16:active {
    margin-top: 4rem;
  }

  .md\:active\:mr-16:active {
    margin-right: 4rem;
  }

  .md\:active\:mb-16:active {
    margin-bottom: 4rem;
  }

  .md\:active\:ml-16:active {
    margin-left: 4rem;
  }

  .md\:active\:mt-20:active {
    margin-top: 5rem;
  }

  .md\:active\:mr-20:active {
    margin-right: 5rem;
  }

  .md\:active\:mb-20:active {
    margin-bottom: 5rem;
  }

  .md\:active\:ml-20:active {
    margin-left: 5rem;
  }

  .md\:active\:mt-24:active {
    margin-top: 6rem;
  }

  .md\:active\:mr-24:active {
    margin-right: 6rem;
  }

  .md\:active\:mb-24:active {
    margin-bottom: 6rem;
  }

  .md\:active\:ml-24:active {
    margin-left: 6rem;
  }

  .md\:active\:mt-32:active {
    margin-top: 8rem;
  }

  .md\:active\:mr-32:active {
    margin-right: 8rem;
  }

  .md\:active\:mb-32:active {
    margin-bottom: 8rem;
  }

  .md\:active\:ml-32:active {
    margin-left: 8rem;
  }

  .md\:active\:mt-40:active {
    margin-top: 10rem;
  }

  .md\:active\:mr-40:active {
    margin-right: 10rem;
  }

  .md\:active\:mb-40:active {
    margin-bottom: 10rem;
  }

  .md\:active\:ml-40:active {
    margin-left: 10rem;
  }

  .md\:active\:mt-48:active {
    margin-top: 12rem;
  }

  .md\:active\:mr-48:active {
    margin-right: 12rem;
  }

  .md\:active\:mb-48:active {
    margin-bottom: 12rem;
  }

  .md\:active\:ml-48:active {
    margin-left: 12rem;
  }

  .md\:active\:mt-56:active {
    margin-top: 14rem;
  }

  .md\:active\:mr-56:active {
    margin-right: 14rem;
  }

  .md\:active\:mb-56:active {
    margin-bottom: 14rem;
  }

  .md\:active\:ml-56:active {
    margin-left: 14rem;
  }

  .md\:active\:mt-64:active {
    margin-top: 16rem;
  }

  .md\:active\:mr-64:active {
    margin-right: 16rem;
  }

  .md\:active\:mb-64:active {
    margin-bottom: 16rem;
  }

  .md\:active\:ml-64:active {
    margin-left: 16rem;
  }

  .md\:active\:mt-auto:active {
    margin-top: auto;
  }

  .md\:active\:mr-auto:active {
    margin-right: auto;
  }

  .md\:active\:mb-auto:active {
    margin-bottom: auto;
  }

  .md\:active\:ml-auto:active {
    margin-left: auto;
  }

  .md\:active\:mt-px:active {
    margin-top: 1px;
  }

  .md\:active\:mr-px:active {
    margin-right: 1px;
  }

  .md\:active\:mb-px:active {
    margin-bottom: 1px;
  }

  .md\:active\:ml-px:active {
    margin-left: 1px;
  }

  .md\:active\:-mt-1:active {
    margin-top: -0.25rem;
  }

  .md\:active\:-mr-1:active {
    margin-right: -0.25rem;
  }

  .md\:active\:-mb-1:active {
    margin-bottom: -0.25rem;
  }

  .md\:active\:-ml-1:active {
    margin-left: -0.25rem;
  }

  .md\:active\:-mt-2:active {
    margin-top: -0.5rem;
  }

  .md\:active\:-mr-2:active {
    margin-right: -0.5rem;
  }

  .md\:active\:-mb-2:active {
    margin-bottom: -0.5rem;
  }

  .md\:active\:-ml-2:active {
    margin-left: -0.5rem;
  }

  .md\:active\:-mt-3:active {
    margin-top: -0.75rem;
  }

  .md\:active\:-mr-3:active {
    margin-right: -0.75rem;
  }

  .md\:active\:-mb-3:active {
    margin-bottom: -0.75rem;
  }

  .md\:active\:-ml-3:active {
    margin-left: -0.75rem;
  }

  .md\:active\:-mt-4:active {
    margin-top: -1rem;
  }

  .md\:active\:-mr-4:active {
    margin-right: -1rem;
  }

  .md\:active\:-mb-4:active {
    margin-bottom: -1rem;
  }

  .md\:active\:-ml-4:active {
    margin-left: -1rem;
  }

  .md\:active\:-mt-5:active {
    margin-top: -1.25rem;
  }

  .md\:active\:-mr-5:active {
    margin-right: -1.25rem;
  }

  .md\:active\:-mb-5:active {
    margin-bottom: -1.25rem;
  }

  .md\:active\:-ml-5:active {
    margin-left: -1.25rem;
  }

  .md\:active\:-mt-6:active {
    margin-top: -1.5rem;
  }

  .md\:active\:-mr-6:active {
    margin-right: -1.5rem;
  }

  .md\:active\:-mb-6:active {
    margin-bottom: -1.5rem;
  }

  .md\:active\:-ml-6:active {
    margin-left: -1.5rem;
  }

  .md\:active\:-mt-8:active {
    margin-top: -2rem;
  }

  .md\:active\:-mr-8:active {
    margin-right: -2rem;
  }

  .md\:active\:-mb-8:active {
    margin-bottom: -2rem;
  }

  .md\:active\:-ml-8:active {
    margin-left: -2rem;
  }

  .md\:active\:-mt-10:active {
    margin-top: -2.5rem;
  }

  .md\:active\:-mr-10:active {
    margin-right: -2.5rem;
  }

  .md\:active\:-mb-10:active {
    margin-bottom: -2.5rem;
  }

  .md\:active\:-ml-10:active {
    margin-left: -2.5rem;
  }

  .md\:active\:-mt-12:active {
    margin-top: -3rem;
  }

  .md\:active\:-mr-12:active {
    margin-right: -3rem;
  }

  .md\:active\:-mb-12:active {
    margin-bottom: -3rem;
  }

  .md\:active\:-ml-12:active {
    margin-left: -3rem;
  }

  .md\:active\:-mt-16:active {
    margin-top: -4rem;
  }

  .md\:active\:-mr-16:active {
    margin-right: -4rem;
  }

  .md\:active\:-mb-16:active {
    margin-bottom: -4rem;
  }

  .md\:active\:-ml-16:active {
    margin-left: -4rem;
  }

  .md\:active\:-mt-20:active {
    margin-top: -5rem;
  }

  .md\:active\:-mr-20:active {
    margin-right: -5rem;
  }

  .md\:active\:-mb-20:active {
    margin-bottom: -5rem;
  }

  .md\:active\:-ml-20:active {
    margin-left: -5rem;
  }

  .md\:active\:-mt-24:active {
    margin-top: -6rem;
  }

  .md\:active\:-mr-24:active {
    margin-right: -6rem;
  }

  .md\:active\:-mb-24:active {
    margin-bottom: -6rem;
  }

  .md\:active\:-ml-24:active {
    margin-left: -6rem;
  }

  .md\:active\:-mt-32:active {
    margin-top: -8rem;
  }

  .md\:active\:-mr-32:active {
    margin-right: -8rem;
  }

  .md\:active\:-mb-32:active {
    margin-bottom: -8rem;
  }

  .md\:active\:-ml-32:active {
    margin-left: -8rem;
  }

  .md\:active\:-mt-40:active {
    margin-top: -10rem;
  }

  .md\:active\:-mr-40:active {
    margin-right: -10rem;
  }

  .md\:active\:-mb-40:active {
    margin-bottom: -10rem;
  }

  .md\:active\:-ml-40:active {
    margin-left: -10rem;
  }

  .md\:active\:-mt-48:active {
    margin-top: -12rem;
  }

  .md\:active\:-mr-48:active {
    margin-right: -12rem;
  }

  .md\:active\:-mb-48:active {
    margin-bottom: -12rem;
  }

  .md\:active\:-ml-48:active {
    margin-left: -12rem;
  }

  .md\:active\:-mt-56:active {
    margin-top: -14rem;
  }

  .md\:active\:-mr-56:active {
    margin-right: -14rem;
  }

  .md\:active\:-mb-56:active {
    margin-bottom: -14rem;
  }

  .md\:active\:-ml-56:active {
    margin-left: -14rem;
  }

  .md\:active\:-mt-64:active {
    margin-top: -16rem;
  }

  .md\:active\:-mr-64:active {
    margin-right: -16rem;
  }

  .md\:active\:-mb-64:active {
    margin-bottom: -16rem;
  }

  .md\:active\:-ml-64:active {
    margin-left: -16rem;
  }

  .md\:active\:-mt-px:active {
    margin-top: -1px;
  }

  .md\:active\:-mr-px:active {
    margin-right: -1px;
  }

  .md\:active\:-mb-px:active {
    margin-bottom: -1px;
  }

  .md\:active\:-ml-px:active {
    margin-left: -1px;
  }

  .md\:visited\:m-0:visited {
    margin: 0;
  }

  .md\:visited\:m-1:visited {
    margin: 0.25rem;
  }

  .md\:visited\:m-2:visited {
    margin: 0.5rem;
  }

  .md\:visited\:m-3:visited {
    margin: 0.75rem;
  }

  .md\:visited\:m-4:visited {
    margin: 1rem;
  }

  .md\:visited\:m-5:visited {
    margin: 1.25rem;
  }

  .md\:visited\:m-6:visited {
    margin: 1.5rem;
  }

  .md\:visited\:m-8:visited {
    margin: 2rem;
  }

  .md\:visited\:m-10:visited {
    margin: 2.5rem;
  }

  .md\:visited\:m-12:visited {
    margin: 3rem;
  }

  .md\:visited\:m-16:visited {
    margin: 4rem;
  }

  .md\:visited\:m-20:visited {
    margin: 5rem;
  }

  .md\:visited\:m-24:visited {
    margin: 6rem;
  }

  .md\:visited\:m-32:visited {
    margin: 8rem;
  }

  .md\:visited\:m-40:visited {
    margin: 10rem;
  }

  .md\:visited\:m-48:visited {
    margin: 12rem;
  }

  .md\:visited\:m-56:visited {
    margin: 14rem;
  }

  .md\:visited\:m-64:visited {
    margin: 16rem;
  }

  .md\:visited\:m-auto:visited {
    margin: auto;
  }

  .md\:visited\:m-px:visited {
    margin: 1px;
  }

  .md\:visited\:-m-1:visited {
    margin: -0.25rem;
  }

  .md\:visited\:-m-2:visited {
    margin: -0.5rem;
  }

  .md\:visited\:-m-3:visited {
    margin: -0.75rem;
  }

  .md\:visited\:-m-4:visited {
    margin: -1rem;
  }

  .md\:visited\:-m-5:visited {
    margin: -1.25rem;
  }

  .md\:visited\:-m-6:visited {
    margin: -1.5rem;
  }

  .md\:visited\:-m-8:visited {
    margin: -2rem;
  }

  .md\:visited\:-m-10:visited {
    margin: -2.5rem;
  }

  .md\:visited\:-m-12:visited {
    margin: -3rem;
  }

  .md\:visited\:-m-16:visited {
    margin: -4rem;
  }

  .md\:visited\:-m-20:visited {
    margin: -5rem;
  }

  .md\:visited\:-m-24:visited {
    margin: -6rem;
  }

  .md\:visited\:-m-32:visited {
    margin: -8rem;
  }

  .md\:visited\:-m-40:visited {
    margin: -10rem;
  }

  .md\:visited\:-m-48:visited {
    margin: -12rem;
  }

  .md\:visited\:-m-56:visited {
    margin: -14rem;
  }

  .md\:visited\:-m-64:visited {
    margin: -16rem;
  }

  .md\:visited\:-m-px:visited {
    margin: -1px;
  }

  .md\:visited\:my-0:visited {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:visited\:mx-0:visited {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:visited\:my-1:visited {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:visited\:mx-1:visited {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:visited\:my-2:visited {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:visited\:mx-2:visited {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:visited\:my-3:visited {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:visited\:mx-3:visited {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:visited\:my-4:visited {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:visited\:mx-4:visited {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:visited\:my-5:visited {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:visited\:mx-5:visited {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:visited\:my-6:visited {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:visited\:mx-6:visited {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:visited\:my-8:visited {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:visited\:mx-8:visited {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:visited\:my-10:visited {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:visited\:mx-10:visited {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:visited\:my-12:visited {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:visited\:mx-12:visited {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:visited\:my-16:visited {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:visited\:mx-16:visited {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:visited\:my-20:visited {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:visited\:mx-20:visited {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:visited\:my-24:visited {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:visited\:mx-24:visited {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:visited\:my-32:visited {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:visited\:mx-32:visited {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:visited\:my-40:visited {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:visited\:mx-40:visited {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md\:visited\:my-48:visited {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .md\:visited\:mx-48:visited {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md\:visited\:my-56:visited {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md\:visited\:mx-56:visited {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .md\:visited\:my-64:visited {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md\:visited\:mx-64:visited {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md\:visited\:my-auto:visited {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:visited\:mx-auto:visited {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:visited\:my-px:visited {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:visited\:mx-px:visited {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:visited\:-my-1:visited {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:visited\:-mx-1:visited {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:visited\:-my-2:visited {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:visited\:-mx-2:visited {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:visited\:-my-3:visited {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:visited\:-mx-3:visited {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:visited\:-my-4:visited {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:visited\:-mx-4:visited {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:visited\:-my-5:visited {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:visited\:-mx-5:visited {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:visited\:-my-6:visited {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:visited\:-mx-6:visited {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:visited\:-my-8:visited {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:visited\:-mx-8:visited {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:visited\:-my-10:visited {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:visited\:-mx-10:visited {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:visited\:-my-12:visited {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:visited\:-mx-12:visited {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:visited\:-my-16:visited {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:visited\:-mx-16:visited {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:visited\:-my-20:visited {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:visited\:-mx-20:visited {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:visited\:-my-24:visited {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:visited\:-mx-24:visited {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:visited\:-my-32:visited {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:visited\:-mx-32:visited {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:visited\:-my-40:visited {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md\:visited\:-mx-40:visited {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .md\:visited\:-my-48:visited {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .md\:visited\:-mx-48:visited {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .md\:visited\:-my-56:visited {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .md\:visited\:-mx-56:visited {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .md\:visited\:-my-64:visited {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .md\:visited\:-mx-64:visited {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .md\:visited\:-my-px:visited {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:visited\:-mx-px:visited {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:visited\:mt-0:visited {
    margin-top: 0;
  }

  .md\:visited\:mr-0:visited {
    margin-right: 0;
  }

  .md\:visited\:mb-0:visited {
    margin-bottom: 0;
  }

  .md\:visited\:ml-0:visited {
    margin-left: 0;
  }

  .md\:visited\:mt-1:visited {
    margin-top: 0.25rem;
  }

  .md\:visited\:mr-1:visited {
    margin-right: 0.25rem;
  }

  .md\:visited\:mb-1:visited {
    margin-bottom: 0.25rem;
  }

  .md\:visited\:ml-1:visited {
    margin-left: 0.25rem;
  }

  .md\:visited\:mt-2:visited {
    margin-top: 0.5rem;
  }

  .md\:visited\:mr-2:visited {
    margin-right: 0.5rem;
  }

  .md\:visited\:mb-2:visited {
    margin-bottom: 0.5rem;
  }

  .md\:visited\:ml-2:visited {
    margin-left: 0.5rem;
  }

  .md\:visited\:mt-3:visited {
    margin-top: 0.75rem;
  }

  .md\:visited\:mr-3:visited {
    margin-right: 0.75rem;
  }

  .md\:visited\:mb-3:visited {
    margin-bottom: 0.75rem;
  }

  .md\:visited\:ml-3:visited {
    margin-left: 0.75rem;
  }

  .md\:visited\:mt-4:visited {
    margin-top: 1rem;
  }

  .md\:visited\:mr-4:visited {
    margin-right: 1rem;
  }

  .md\:visited\:mb-4:visited {
    margin-bottom: 1rem;
  }

  .md\:visited\:ml-4:visited {
    margin-left: 1rem;
  }

  .md\:visited\:mt-5:visited {
    margin-top: 1.25rem;
  }

  .md\:visited\:mr-5:visited {
    margin-right: 1.25rem;
  }

  .md\:visited\:mb-5:visited {
    margin-bottom: 1.25rem;
  }

  .md\:visited\:ml-5:visited {
    margin-left: 1.25rem;
  }

  .md\:visited\:mt-6:visited {
    margin-top: 1.5rem;
  }

  .md\:visited\:mr-6:visited {
    margin-right: 1.5rem;
  }

  .md\:visited\:mb-6:visited {
    margin-bottom: 1.5rem;
  }

  .md\:visited\:ml-6:visited {
    margin-left: 1.5rem;
  }

  .md\:visited\:mt-8:visited {
    margin-top: 2rem;
  }

  .md\:visited\:mr-8:visited {
    margin-right: 2rem;
  }

  .md\:visited\:mb-8:visited {
    margin-bottom: 2rem;
  }

  .md\:visited\:ml-8:visited {
    margin-left: 2rem;
  }

  .md\:visited\:mt-10:visited {
    margin-top: 2.5rem;
  }

  .md\:visited\:mr-10:visited {
    margin-right: 2.5rem;
  }

  .md\:visited\:mb-10:visited {
    margin-bottom: 2.5rem;
  }

  .md\:visited\:ml-10:visited {
    margin-left: 2.5rem;
  }

  .md\:visited\:mt-12:visited {
    margin-top: 3rem;
  }

  .md\:visited\:mr-12:visited {
    margin-right: 3rem;
  }

  .md\:visited\:mb-12:visited {
    margin-bottom: 3rem;
  }

  .md\:visited\:ml-12:visited {
    margin-left: 3rem;
  }

  .md\:visited\:mt-16:visited {
    margin-top: 4rem;
  }

  .md\:visited\:mr-16:visited {
    margin-right: 4rem;
  }

  .md\:visited\:mb-16:visited {
    margin-bottom: 4rem;
  }

  .md\:visited\:ml-16:visited {
    margin-left: 4rem;
  }

  .md\:visited\:mt-20:visited {
    margin-top: 5rem;
  }

  .md\:visited\:mr-20:visited {
    margin-right: 5rem;
  }

  .md\:visited\:mb-20:visited {
    margin-bottom: 5rem;
  }

  .md\:visited\:ml-20:visited {
    margin-left: 5rem;
  }

  .md\:visited\:mt-24:visited {
    margin-top: 6rem;
  }

  .md\:visited\:mr-24:visited {
    margin-right: 6rem;
  }

  .md\:visited\:mb-24:visited {
    margin-bottom: 6rem;
  }

  .md\:visited\:ml-24:visited {
    margin-left: 6rem;
  }

  .md\:visited\:mt-32:visited {
    margin-top: 8rem;
  }

  .md\:visited\:mr-32:visited {
    margin-right: 8rem;
  }

  .md\:visited\:mb-32:visited {
    margin-bottom: 8rem;
  }

  .md\:visited\:ml-32:visited {
    margin-left: 8rem;
  }

  .md\:visited\:mt-40:visited {
    margin-top: 10rem;
  }

  .md\:visited\:mr-40:visited {
    margin-right: 10rem;
  }

  .md\:visited\:mb-40:visited {
    margin-bottom: 10rem;
  }

  .md\:visited\:ml-40:visited {
    margin-left: 10rem;
  }

  .md\:visited\:mt-48:visited {
    margin-top: 12rem;
  }

  .md\:visited\:mr-48:visited {
    margin-right: 12rem;
  }

  .md\:visited\:mb-48:visited {
    margin-bottom: 12rem;
  }

  .md\:visited\:ml-48:visited {
    margin-left: 12rem;
  }

  .md\:visited\:mt-56:visited {
    margin-top: 14rem;
  }

  .md\:visited\:mr-56:visited {
    margin-right: 14rem;
  }

  .md\:visited\:mb-56:visited {
    margin-bottom: 14rem;
  }

  .md\:visited\:ml-56:visited {
    margin-left: 14rem;
  }

  .md\:visited\:mt-64:visited {
    margin-top: 16rem;
  }

  .md\:visited\:mr-64:visited {
    margin-right: 16rem;
  }

  .md\:visited\:mb-64:visited {
    margin-bottom: 16rem;
  }

  .md\:visited\:ml-64:visited {
    margin-left: 16rem;
  }

  .md\:visited\:mt-auto:visited {
    margin-top: auto;
  }

  .md\:visited\:mr-auto:visited {
    margin-right: auto;
  }

  .md\:visited\:mb-auto:visited {
    margin-bottom: auto;
  }

  .md\:visited\:ml-auto:visited {
    margin-left: auto;
  }

  .md\:visited\:mt-px:visited {
    margin-top: 1px;
  }

  .md\:visited\:mr-px:visited {
    margin-right: 1px;
  }

  .md\:visited\:mb-px:visited {
    margin-bottom: 1px;
  }

  .md\:visited\:ml-px:visited {
    margin-left: 1px;
  }

  .md\:visited\:-mt-1:visited {
    margin-top: -0.25rem;
  }

  .md\:visited\:-mr-1:visited {
    margin-right: -0.25rem;
  }

  .md\:visited\:-mb-1:visited {
    margin-bottom: -0.25rem;
  }

  .md\:visited\:-ml-1:visited {
    margin-left: -0.25rem;
  }

  .md\:visited\:-mt-2:visited {
    margin-top: -0.5rem;
  }

  .md\:visited\:-mr-2:visited {
    margin-right: -0.5rem;
  }

  .md\:visited\:-mb-2:visited {
    margin-bottom: -0.5rem;
  }

  .md\:visited\:-ml-2:visited {
    margin-left: -0.5rem;
  }

  .md\:visited\:-mt-3:visited {
    margin-top: -0.75rem;
  }

  .md\:visited\:-mr-3:visited {
    margin-right: -0.75rem;
  }

  .md\:visited\:-mb-3:visited {
    margin-bottom: -0.75rem;
  }

  .md\:visited\:-ml-3:visited {
    margin-left: -0.75rem;
  }

  .md\:visited\:-mt-4:visited {
    margin-top: -1rem;
  }

  .md\:visited\:-mr-4:visited {
    margin-right: -1rem;
  }

  .md\:visited\:-mb-4:visited {
    margin-bottom: -1rem;
  }

  .md\:visited\:-ml-4:visited {
    margin-left: -1rem;
  }

  .md\:visited\:-mt-5:visited {
    margin-top: -1.25rem;
  }

  .md\:visited\:-mr-5:visited {
    margin-right: -1.25rem;
  }

  .md\:visited\:-mb-5:visited {
    margin-bottom: -1.25rem;
  }

  .md\:visited\:-ml-5:visited {
    margin-left: -1.25rem;
  }

  .md\:visited\:-mt-6:visited {
    margin-top: -1.5rem;
  }

  .md\:visited\:-mr-6:visited {
    margin-right: -1.5rem;
  }

  .md\:visited\:-mb-6:visited {
    margin-bottom: -1.5rem;
  }

  .md\:visited\:-ml-6:visited {
    margin-left: -1.5rem;
  }

  .md\:visited\:-mt-8:visited {
    margin-top: -2rem;
  }

  .md\:visited\:-mr-8:visited {
    margin-right: -2rem;
  }

  .md\:visited\:-mb-8:visited {
    margin-bottom: -2rem;
  }

  .md\:visited\:-ml-8:visited {
    margin-left: -2rem;
  }

  .md\:visited\:-mt-10:visited {
    margin-top: -2.5rem;
  }

  .md\:visited\:-mr-10:visited {
    margin-right: -2.5rem;
  }

  .md\:visited\:-mb-10:visited {
    margin-bottom: -2.5rem;
  }

  .md\:visited\:-ml-10:visited {
    margin-left: -2.5rem;
  }

  .md\:visited\:-mt-12:visited {
    margin-top: -3rem;
  }

  .md\:visited\:-mr-12:visited {
    margin-right: -3rem;
  }

  .md\:visited\:-mb-12:visited {
    margin-bottom: -3rem;
  }

  .md\:visited\:-ml-12:visited {
    margin-left: -3rem;
  }

  .md\:visited\:-mt-16:visited {
    margin-top: -4rem;
  }

  .md\:visited\:-mr-16:visited {
    margin-right: -4rem;
  }

  .md\:visited\:-mb-16:visited {
    margin-bottom: -4rem;
  }

  .md\:visited\:-ml-16:visited {
    margin-left: -4rem;
  }

  .md\:visited\:-mt-20:visited {
    margin-top: -5rem;
  }

  .md\:visited\:-mr-20:visited {
    margin-right: -5rem;
  }

  .md\:visited\:-mb-20:visited {
    margin-bottom: -5rem;
  }

  .md\:visited\:-ml-20:visited {
    margin-left: -5rem;
  }

  .md\:visited\:-mt-24:visited {
    margin-top: -6rem;
  }

  .md\:visited\:-mr-24:visited {
    margin-right: -6rem;
  }

  .md\:visited\:-mb-24:visited {
    margin-bottom: -6rem;
  }

  .md\:visited\:-ml-24:visited {
    margin-left: -6rem;
  }

  .md\:visited\:-mt-32:visited {
    margin-top: -8rem;
  }

  .md\:visited\:-mr-32:visited {
    margin-right: -8rem;
  }

  .md\:visited\:-mb-32:visited {
    margin-bottom: -8rem;
  }

  .md\:visited\:-ml-32:visited {
    margin-left: -8rem;
  }

  .md\:visited\:-mt-40:visited {
    margin-top: -10rem;
  }

  .md\:visited\:-mr-40:visited {
    margin-right: -10rem;
  }

  .md\:visited\:-mb-40:visited {
    margin-bottom: -10rem;
  }

  .md\:visited\:-ml-40:visited {
    margin-left: -10rem;
  }

  .md\:visited\:-mt-48:visited {
    margin-top: -12rem;
  }

  .md\:visited\:-mr-48:visited {
    margin-right: -12rem;
  }

  .md\:visited\:-mb-48:visited {
    margin-bottom: -12rem;
  }

  .md\:visited\:-ml-48:visited {
    margin-left: -12rem;
  }

  .md\:visited\:-mt-56:visited {
    margin-top: -14rem;
  }

  .md\:visited\:-mr-56:visited {
    margin-right: -14rem;
  }

  .md\:visited\:-mb-56:visited {
    margin-bottom: -14rem;
  }

  .md\:visited\:-ml-56:visited {
    margin-left: -14rem;
  }

  .md\:visited\:-mt-64:visited {
    margin-top: -16rem;
  }

  .md\:visited\:-mr-64:visited {
    margin-right: -16rem;
  }

  .md\:visited\:-mb-64:visited {
    margin-bottom: -16rem;
  }

  .md\:visited\:-ml-64:visited {
    margin-left: -16rem;
  }

  .md\:visited\:-mt-px:visited {
    margin-top: -1px;
  }

  .md\:visited\:-mr-px:visited {
    margin-right: -1px;
  }

  .md\:visited\:-mb-px:visited {
    margin-bottom: -1px;
  }

  .md\:visited\:-ml-px:visited {
    margin-left: -1px;
  }

  .md\:disabled\:m-0:disabled {
    margin: 0;
  }

  .md\:disabled\:m-1:disabled {
    margin: 0.25rem;
  }

  .md\:disabled\:m-2:disabled {
    margin: 0.5rem;
  }

  .md\:disabled\:m-3:disabled {
    margin: 0.75rem;
  }

  .md\:disabled\:m-4:disabled {
    margin: 1rem;
  }

  .md\:disabled\:m-5:disabled {
    margin: 1.25rem;
  }

  .md\:disabled\:m-6:disabled {
    margin: 1.5rem;
  }

  .md\:disabled\:m-8:disabled {
    margin: 2rem;
  }

  .md\:disabled\:m-10:disabled {
    margin: 2.5rem;
  }

  .md\:disabled\:m-12:disabled {
    margin: 3rem;
  }

  .md\:disabled\:m-16:disabled {
    margin: 4rem;
  }

  .md\:disabled\:m-20:disabled {
    margin: 5rem;
  }

  .md\:disabled\:m-24:disabled {
    margin: 6rem;
  }

  .md\:disabled\:m-32:disabled {
    margin: 8rem;
  }

  .md\:disabled\:m-40:disabled {
    margin: 10rem;
  }

  .md\:disabled\:m-48:disabled {
    margin: 12rem;
  }

  .md\:disabled\:m-56:disabled {
    margin: 14rem;
  }

  .md\:disabled\:m-64:disabled {
    margin: 16rem;
  }

  .md\:disabled\:m-auto:disabled {
    margin: auto;
  }

  .md\:disabled\:m-px:disabled {
    margin: 1px;
  }

  .md\:disabled\:-m-1:disabled {
    margin: -0.25rem;
  }

  .md\:disabled\:-m-2:disabled {
    margin: -0.5rem;
  }

  .md\:disabled\:-m-3:disabled {
    margin: -0.75rem;
  }

  .md\:disabled\:-m-4:disabled {
    margin: -1rem;
  }

  .md\:disabled\:-m-5:disabled {
    margin: -1.25rem;
  }

  .md\:disabled\:-m-6:disabled {
    margin: -1.5rem;
  }

  .md\:disabled\:-m-8:disabled {
    margin: -2rem;
  }

  .md\:disabled\:-m-10:disabled {
    margin: -2.5rem;
  }

  .md\:disabled\:-m-12:disabled {
    margin: -3rem;
  }

  .md\:disabled\:-m-16:disabled {
    margin: -4rem;
  }

  .md\:disabled\:-m-20:disabled {
    margin: -5rem;
  }

  .md\:disabled\:-m-24:disabled {
    margin: -6rem;
  }

  .md\:disabled\:-m-32:disabled {
    margin: -8rem;
  }

  .md\:disabled\:-m-40:disabled {
    margin: -10rem;
  }

  .md\:disabled\:-m-48:disabled {
    margin: -12rem;
  }

  .md\:disabled\:-m-56:disabled {
    margin: -14rem;
  }

  .md\:disabled\:-m-64:disabled {
    margin: -16rem;
  }

  .md\:disabled\:-m-px:disabled {
    margin: -1px;
  }

  .md\:disabled\:my-0:disabled {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:disabled\:mx-0:disabled {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:disabled\:my-1:disabled {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:disabled\:mx-1:disabled {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:disabled\:my-2:disabled {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:disabled\:mx-2:disabled {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:disabled\:my-3:disabled {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:disabled\:mx-3:disabled {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:disabled\:my-4:disabled {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:disabled\:mx-4:disabled {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:disabled\:my-5:disabled {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:disabled\:mx-5:disabled {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:disabled\:my-6:disabled {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:disabled\:mx-6:disabled {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:disabled\:my-8:disabled {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:disabled\:mx-8:disabled {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:disabled\:my-10:disabled {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:disabled\:mx-10:disabled {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:disabled\:my-12:disabled {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:disabled\:mx-12:disabled {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:disabled\:my-16:disabled {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:disabled\:mx-16:disabled {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:disabled\:my-20:disabled {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:disabled\:mx-20:disabled {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:disabled\:my-24:disabled {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:disabled\:mx-24:disabled {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:disabled\:my-32:disabled {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:disabled\:mx-32:disabled {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:disabled\:my-40:disabled {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:disabled\:mx-40:disabled {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md\:disabled\:my-48:disabled {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .md\:disabled\:mx-48:disabled {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md\:disabled\:my-56:disabled {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md\:disabled\:mx-56:disabled {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .md\:disabled\:my-64:disabled {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md\:disabled\:mx-64:disabled {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md\:disabled\:my-auto:disabled {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:disabled\:mx-auto:disabled {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:disabled\:my-px:disabled {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:disabled\:mx-px:disabled {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:disabled\:-my-1:disabled {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:disabled\:-mx-1:disabled {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:disabled\:-my-2:disabled {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:disabled\:-mx-2:disabled {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:disabled\:-my-3:disabled {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:disabled\:-mx-3:disabled {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:disabled\:-my-4:disabled {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:disabled\:-mx-4:disabled {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:disabled\:-my-5:disabled {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:disabled\:-mx-5:disabled {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:disabled\:-my-6:disabled {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:disabled\:-mx-6:disabled {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:disabled\:-my-8:disabled {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:disabled\:-mx-8:disabled {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:disabled\:-my-10:disabled {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:disabled\:-mx-10:disabled {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:disabled\:-my-12:disabled {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:disabled\:-mx-12:disabled {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:disabled\:-my-16:disabled {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:disabled\:-mx-16:disabled {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:disabled\:-my-20:disabled {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:disabled\:-mx-20:disabled {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:disabled\:-my-24:disabled {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:disabled\:-mx-24:disabled {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:disabled\:-my-32:disabled {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:disabled\:-mx-32:disabled {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:disabled\:-my-40:disabled {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md\:disabled\:-mx-40:disabled {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .md\:disabled\:-my-48:disabled {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .md\:disabled\:-mx-48:disabled {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .md\:disabled\:-my-56:disabled {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .md\:disabled\:-mx-56:disabled {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .md\:disabled\:-my-64:disabled {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .md\:disabled\:-mx-64:disabled {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .md\:disabled\:-my-px:disabled {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:disabled\:-mx-px:disabled {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:disabled\:mt-0:disabled {
    margin-top: 0;
  }

  .md\:disabled\:mr-0:disabled {
    margin-right: 0;
  }

  .md\:disabled\:mb-0:disabled {
    margin-bottom: 0;
  }

  .md\:disabled\:ml-0:disabled {
    margin-left: 0;
  }

  .md\:disabled\:mt-1:disabled {
    margin-top: 0.25rem;
  }

  .md\:disabled\:mr-1:disabled {
    margin-right: 0.25rem;
  }

  .md\:disabled\:mb-1:disabled {
    margin-bottom: 0.25rem;
  }

  .md\:disabled\:ml-1:disabled {
    margin-left: 0.25rem;
  }

  .md\:disabled\:mt-2:disabled {
    margin-top: 0.5rem;
  }

  .md\:disabled\:mr-2:disabled {
    margin-right: 0.5rem;
  }

  .md\:disabled\:mb-2:disabled {
    margin-bottom: 0.5rem;
  }

  .md\:disabled\:ml-2:disabled {
    margin-left: 0.5rem;
  }

  .md\:disabled\:mt-3:disabled {
    margin-top: 0.75rem;
  }

  .md\:disabled\:mr-3:disabled {
    margin-right: 0.75rem;
  }

  .md\:disabled\:mb-3:disabled {
    margin-bottom: 0.75rem;
  }

  .md\:disabled\:ml-3:disabled {
    margin-left: 0.75rem;
  }

  .md\:disabled\:mt-4:disabled {
    margin-top: 1rem;
  }

  .md\:disabled\:mr-4:disabled {
    margin-right: 1rem;
  }

  .md\:disabled\:mb-4:disabled {
    margin-bottom: 1rem;
  }

  .md\:disabled\:ml-4:disabled {
    margin-left: 1rem;
  }

  .md\:disabled\:mt-5:disabled {
    margin-top: 1.25rem;
  }

  .md\:disabled\:mr-5:disabled {
    margin-right: 1.25rem;
  }

  .md\:disabled\:mb-5:disabled {
    margin-bottom: 1.25rem;
  }

  .md\:disabled\:ml-5:disabled {
    margin-left: 1.25rem;
  }

  .md\:disabled\:mt-6:disabled {
    margin-top: 1.5rem;
  }

  .md\:disabled\:mr-6:disabled {
    margin-right: 1.5rem;
  }

  .md\:disabled\:mb-6:disabled {
    margin-bottom: 1.5rem;
  }

  .md\:disabled\:ml-6:disabled {
    margin-left: 1.5rem;
  }

  .md\:disabled\:mt-8:disabled {
    margin-top: 2rem;
  }

  .md\:disabled\:mr-8:disabled {
    margin-right: 2rem;
  }

  .md\:disabled\:mb-8:disabled {
    margin-bottom: 2rem;
  }

  .md\:disabled\:ml-8:disabled {
    margin-left: 2rem;
  }

  .md\:disabled\:mt-10:disabled {
    margin-top: 2.5rem;
  }

  .md\:disabled\:mr-10:disabled {
    margin-right: 2.5rem;
  }

  .md\:disabled\:mb-10:disabled {
    margin-bottom: 2.5rem;
  }

  .md\:disabled\:ml-10:disabled {
    margin-left: 2.5rem;
  }

  .md\:disabled\:mt-12:disabled {
    margin-top: 3rem;
  }

  .md\:disabled\:mr-12:disabled {
    margin-right: 3rem;
  }

  .md\:disabled\:mb-12:disabled {
    margin-bottom: 3rem;
  }

  .md\:disabled\:ml-12:disabled {
    margin-left: 3rem;
  }

  .md\:disabled\:mt-16:disabled {
    margin-top: 4rem;
  }

  .md\:disabled\:mr-16:disabled {
    margin-right: 4rem;
  }

  .md\:disabled\:mb-16:disabled {
    margin-bottom: 4rem;
  }

  .md\:disabled\:ml-16:disabled {
    margin-left: 4rem;
  }

  .md\:disabled\:mt-20:disabled {
    margin-top: 5rem;
  }

  .md\:disabled\:mr-20:disabled {
    margin-right: 5rem;
  }

  .md\:disabled\:mb-20:disabled {
    margin-bottom: 5rem;
  }

  .md\:disabled\:ml-20:disabled {
    margin-left: 5rem;
  }

  .md\:disabled\:mt-24:disabled {
    margin-top: 6rem;
  }

  .md\:disabled\:mr-24:disabled {
    margin-right: 6rem;
  }

  .md\:disabled\:mb-24:disabled {
    margin-bottom: 6rem;
  }

  .md\:disabled\:ml-24:disabled {
    margin-left: 6rem;
  }

  .md\:disabled\:mt-32:disabled {
    margin-top: 8rem;
  }

  .md\:disabled\:mr-32:disabled {
    margin-right: 8rem;
  }

  .md\:disabled\:mb-32:disabled {
    margin-bottom: 8rem;
  }

  .md\:disabled\:ml-32:disabled {
    margin-left: 8rem;
  }

  .md\:disabled\:mt-40:disabled {
    margin-top: 10rem;
  }

  .md\:disabled\:mr-40:disabled {
    margin-right: 10rem;
  }

  .md\:disabled\:mb-40:disabled {
    margin-bottom: 10rem;
  }

  .md\:disabled\:ml-40:disabled {
    margin-left: 10rem;
  }

  .md\:disabled\:mt-48:disabled {
    margin-top: 12rem;
  }

  .md\:disabled\:mr-48:disabled {
    margin-right: 12rem;
  }

  .md\:disabled\:mb-48:disabled {
    margin-bottom: 12rem;
  }

  .md\:disabled\:ml-48:disabled {
    margin-left: 12rem;
  }

  .md\:disabled\:mt-56:disabled {
    margin-top: 14rem;
  }

  .md\:disabled\:mr-56:disabled {
    margin-right: 14rem;
  }

  .md\:disabled\:mb-56:disabled {
    margin-bottom: 14rem;
  }

  .md\:disabled\:ml-56:disabled {
    margin-left: 14rem;
  }

  .md\:disabled\:mt-64:disabled {
    margin-top: 16rem;
  }

  .md\:disabled\:mr-64:disabled {
    margin-right: 16rem;
  }

  .md\:disabled\:mb-64:disabled {
    margin-bottom: 16rem;
  }

  .md\:disabled\:ml-64:disabled {
    margin-left: 16rem;
  }

  .md\:disabled\:mt-auto:disabled {
    margin-top: auto;
  }

  .md\:disabled\:mr-auto:disabled {
    margin-right: auto;
  }

  .md\:disabled\:mb-auto:disabled {
    margin-bottom: auto;
  }

  .md\:disabled\:ml-auto:disabled {
    margin-left: auto;
  }

  .md\:disabled\:mt-px:disabled {
    margin-top: 1px;
  }

  .md\:disabled\:mr-px:disabled {
    margin-right: 1px;
  }

  .md\:disabled\:mb-px:disabled {
    margin-bottom: 1px;
  }

  .md\:disabled\:ml-px:disabled {
    margin-left: 1px;
  }

  .md\:disabled\:-mt-1:disabled {
    margin-top: -0.25rem;
  }

  .md\:disabled\:-mr-1:disabled {
    margin-right: -0.25rem;
  }

  .md\:disabled\:-mb-1:disabled {
    margin-bottom: -0.25rem;
  }

  .md\:disabled\:-ml-1:disabled {
    margin-left: -0.25rem;
  }

  .md\:disabled\:-mt-2:disabled {
    margin-top: -0.5rem;
  }

  .md\:disabled\:-mr-2:disabled {
    margin-right: -0.5rem;
  }

  .md\:disabled\:-mb-2:disabled {
    margin-bottom: -0.5rem;
  }

  .md\:disabled\:-ml-2:disabled {
    margin-left: -0.5rem;
  }

  .md\:disabled\:-mt-3:disabled {
    margin-top: -0.75rem;
  }

  .md\:disabled\:-mr-3:disabled {
    margin-right: -0.75rem;
  }

  .md\:disabled\:-mb-3:disabled {
    margin-bottom: -0.75rem;
  }

  .md\:disabled\:-ml-3:disabled {
    margin-left: -0.75rem;
  }

  .md\:disabled\:-mt-4:disabled {
    margin-top: -1rem;
  }

  .md\:disabled\:-mr-4:disabled {
    margin-right: -1rem;
  }

  .md\:disabled\:-mb-4:disabled {
    margin-bottom: -1rem;
  }

  .md\:disabled\:-ml-4:disabled {
    margin-left: -1rem;
  }

  .md\:disabled\:-mt-5:disabled {
    margin-top: -1.25rem;
  }

  .md\:disabled\:-mr-5:disabled {
    margin-right: -1.25rem;
  }

  .md\:disabled\:-mb-5:disabled {
    margin-bottom: -1.25rem;
  }

  .md\:disabled\:-ml-5:disabled {
    margin-left: -1.25rem;
  }

  .md\:disabled\:-mt-6:disabled {
    margin-top: -1.5rem;
  }

  .md\:disabled\:-mr-6:disabled {
    margin-right: -1.5rem;
  }

  .md\:disabled\:-mb-6:disabled {
    margin-bottom: -1.5rem;
  }

  .md\:disabled\:-ml-6:disabled {
    margin-left: -1.5rem;
  }

  .md\:disabled\:-mt-8:disabled {
    margin-top: -2rem;
  }

  .md\:disabled\:-mr-8:disabled {
    margin-right: -2rem;
  }

  .md\:disabled\:-mb-8:disabled {
    margin-bottom: -2rem;
  }

  .md\:disabled\:-ml-8:disabled {
    margin-left: -2rem;
  }

  .md\:disabled\:-mt-10:disabled {
    margin-top: -2.5rem;
  }

  .md\:disabled\:-mr-10:disabled {
    margin-right: -2.5rem;
  }

  .md\:disabled\:-mb-10:disabled {
    margin-bottom: -2.5rem;
  }

  .md\:disabled\:-ml-10:disabled {
    margin-left: -2.5rem;
  }

  .md\:disabled\:-mt-12:disabled {
    margin-top: -3rem;
  }

  .md\:disabled\:-mr-12:disabled {
    margin-right: -3rem;
  }

  .md\:disabled\:-mb-12:disabled {
    margin-bottom: -3rem;
  }

  .md\:disabled\:-ml-12:disabled {
    margin-left: -3rem;
  }

  .md\:disabled\:-mt-16:disabled {
    margin-top: -4rem;
  }

  .md\:disabled\:-mr-16:disabled {
    margin-right: -4rem;
  }

  .md\:disabled\:-mb-16:disabled {
    margin-bottom: -4rem;
  }

  .md\:disabled\:-ml-16:disabled {
    margin-left: -4rem;
  }

  .md\:disabled\:-mt-20:disabled {
    margin-top: -5rem;
  }

  .md\:disabled\:-mr-20:disabled {
    margin-right: -5rem;
  }

  .md\:disabled\:-mb-20:disabled {
    margin-bottom: -5rem;
  }

  .md\:disabled\:-ml-20:disabled {
    margin-left: -5rem;
  }

  .md\:disabled\:-mt-24:disabled {
    margin-top: -6rem;
  }

  .md\:disabled\:-mr-24:disabled {
    margin-right: -6rem;
  }

  .md\:disabled\:-mb-24:disabled {
    margin-bottom: -6rem;
  }

  .md\:disabled\:-ml-24:disabled {
    margin-left: -6rem;
  }

  .md\:disabled\:-mt-32:disabled {
    margin-top: -8rem;
  }

  .md\:disabled\:-mr-32:disabled {
    margin-right: -8rem;
  }

  .md\:disabled\:-mb-32:disabled {
    margin-bottom: -8rem;
  }

  .md\:disabled\:-ml-32:disabled {
    margin-left: -8rem;
  }

  .md\:disabled\:-mt-40:disabled {
    margin-top: -10rem;
  }

  .md\:disabled\:-mr-40:disabled {
    margin-right: -10rem;
  }

  .md\:disabled\:-mb-40:disabled {
    margin-bottom: -10rem;
  }

  .md\:disabled\:-ml-40:disabled {
    margin-left: -10rem;
  }

  .md\:disabled\:-mt-48:disabled {
    margin-top: -12rem;
  }

  .md\:disabled\:-mr-48:disabled {
    margin-right: -12rem;
  }

  .md\:disabled\:-mb-48:disabled {
    margin-bottom: -12rem;
  }

  .md\:disabled\:-ml-48:disabled {
    margin-left: -12rem;
  }

  .md\:disabled\:-mt-56:disabled {
    margin-top: -14rem;
  }

  .md\:disabled\:-mr-56:disabled {
    margin-right: -14rem;
  }

  .md\:disabled\:-mb-56:disabled {
    margin-bottom: -14rem;
  }

  .md\:disabled\:-ml-56:disabled {
    margin-left: -14rem;
  }

  .md\:disabled\:-mt-64:disabled {
    margin-top: -16rem;
  }

  .md\:disabled\:-mr-64:disabled {
    margin-right: -16rem;
  }

  .md\:disabled\:-mb-64:disabled {
    margin-bottom: -16rem;
  }

  .md\:disabled\:-ml-64:disabled {
    margin-left: -16rem;
  }

  .md\:disabled\:-mt-px:disabled {
    margin-top: -1px;
  }

  .md\:disabled\:-mr-px:disabled {
    margin-right: -1px;
  }

  .md\:disabled\:-mb-px:disabled {
    margin-bottom: -1px;
  }

  .md\:disabled\:-ml-px:disabled {
    margin-left: -1px;
  }

  .md\:max-h-full {
    max-height: 100%;
  }

  .md\:max-h-screen {
    max-height: 100vh;
  }

  .group:hover .md\:group-hover\:max-h-full {
    max-height: 100%;
  }

  .group:hover .md\:group-hover\:max-h-screen {
    max-height: 100vh;
  }

  .md\:focus-within\:max-h-full:focus-within {
    max-height: 100%;
  }

  .md\:focus-within\:max-h-screen:focus-within {
    max-height: 100vh;
  }

  .md\:first\:max-h-full:first-child {
    max-height: 100%;
  }

  .md\:first\:max-h-screen:first-child {
    max-height: 100vh;
  }

  .md\:last\:max-h-full:last-child {
    max-height: 100%;
  }

  .md\:last\:max-h-screen:last-child {
    max-height: 100vh;
  }

  .md\:odd\:max-h-full:nth-child(odd) {
    max-height: 100%;
  }

  .md\:odd\:max-h-screen:nth-child(odd) {
    max-height: 100vh;
  }

  .md\:even\:max-h-full:nth-child(even) {
    max-height: 100%;
  }

  .md\:even\:max-h-screen:nth-child(even) {
    max-height: 100vh;
  }

  .md\:hover\:max-h-full:hover {
    max-height: 100%;
  }

  .md\:hover\:max-h-screen:hover {
    max-height: 100vh;
  }

  .md\:focus\:max-h-full:focus {
    max-height: 100%;
  }

  .md\:focus\:max-h-screen:focus {
    max-height: 100vh;
  }

  .md\:active\:max-h-full:active {
    max-height: 100%;
  }

  .md\:active\:max-h-screen:active {
    max-height: 100vh;
  }

  .md\:visited\:max-h-full:visited {
    max-height: 100%;
  }

  .md\:visited\:max-h-screen:visited {
    max-height: 100vh;
  }

  .md\:disabled\:max-h-full:disabled {
    max-height: 100%;
  }

  .md\:disabled\:max-h-screen:disabled {
    max-height: 100vh;
  }

  .md\:max-w-xs {
    max-width: 20rem;
  }

  .md\:max-w-sm {
    max-width: 24rem;
  }

  .md\:max-w-md {
    max-width: 28rem;
  }

  .md\:max-w-lg {
    max-width: 32rem;
  }

  .md\:max-w-xl {
    max-width: 36rem;
  }

  .md\:max-w-2xl {
    max-width: 42rem;
  }

  .md\:max-w-3xl {
    max-width: 48rem;
  }

  .md\:max-w-4xl {
    max-width: 56rem;
  }

  .md\:max-w-5xl {
    max-width: 64rem;
  }

  .md\:max-w-6xl {
    max-width: 72rem;
  }

  .md\:max-w-full {
    max-width: 100%;
  }

  .group:hover .md\:group-hover\:max-w-xs {
    max-width: 20rem;
  }

  .group:hover .md\:group-hover\:max-w-sm {
    max-width: 24rem;
  }

  .group:hover .md\:group-hover\:max-w-md {
    max-width: 28rem;
  }

  .group:hover .md\:group-hover\:max-w-lg {
    max-width: 32rem;
  }

  .group:hover .md\:group-hover\:max-w-xl {
    max-width: 36rem;
  }

  .group:hover .md\:group-hover\:max-w-2xl {
    max-width: 42rem;
  }

  .group:hover .md\:group-hover\:max-w-3xl {
    max-width: 48rem;
  }

  .group:hover .md\:group-hover\:max-w-4xl {
    max-width: 56rem;
  }

  .group:hover .md\:group-hover\:max-w-5xl {
    max-width: 64rem;
  }

  .group:hover .md\:group-hover\:max-w-6xl {
    max-width: 72rem;
  }

  .group:hover .md\:group-hover\:max-w-full {
    max-width: 100%;
  }

  .md\:focus-within\:max-w-xs:focus-within {
    max-width: 20rem;
  }

  .md\:focus-within\:max-w-sm:focus-within {
    max-width: 24rem;
  }

  .md\:focus-within\:max-w-md:focus-within {
    max-width: 28rem;
  }

  .md\:focus-within\:max-w-lg:focus-within {
    max-width: 32rem;
  }

  .md\:focus-within\:max-w-xl:focus-within {
    max-width: 36rem;
  }

  .md\:focus-within\:max-w-2xl:focus-within {
    max-width: 42rem;
  }

  .md\:focus-within\:max-w-3xl:focus-within {
    max-width: 48rem;
  }

  .md\:focus-within\:max-w-4xl:focus-within {
    max-width: 56rem;
  }

  .md\:focus-within\:max-w-5xl:focus-within {
    max-width: 64rem;
  }

  .md\:focus-within\:max-w-6xl:focus-within {
    max-width: 72rem;
  }

  .md\:focus-within\:max-w-full:focus-within {
    max-width: 100%;
  }

  .md\:first\:max-w-xs:first-child {
    max-width: 20rem;
  }

  .md\:first\:max-w-sm:first-child {
    max-width: 24rem;
  }

  .md\:first\:max-w-md:first-child {
    max-width: 28rem;
  }

  .md\:first\:max-w-lg:first-child {
    max-width: 32rem;
  }

  .md\:first\:max-w-xl:first-child {
    max-width: 36rem;
  }

  .md\:first\:max-w-2xl:first-child {
    max-width: 42rem;
  }

  .md\:first\:max-w-3xl:first-child {
    max-width: 48rem;
  }

  .md\:first\:max-w-4xl:first-child {
    max-width: 56rem;
  }

  .md\:first\:max-w-5xl:first-child {
    max-width: 64rem;
  }

  .md\:first\:max-w-6xl:first-child {
    max-width: 72rem;
  }

  .md\:first\:max-w-full:first-child {
    max-width: 100%;
  }

  .md\:last\:max-w-xs:last-child {
    max-width: 20rem;
  }

  .md\:last\:max-w-sm:last-child {
    max-width: 24rem;
  }

  .md\:last\:max-w-md:last-child {
    max-width: 28rem;
  }

  .md\:last\:max-w-lg:last-child {
    max-width: 32rem;
  }

  .md\:last\:max-w-xl:last-child {
    max-width: 36rem;
  }

  .md\:last\:max-w-2xl:last-child {
    max-width: 42rem;
  }

  .md\:last\:max-w-3xl:last-child {
    max-width: 48rem;
  }

  .md\:last\:max-w-4xl:last-child {
    max-width: 56rem;
  }

  .md\:last\:max-w-5xl:last-child {
    max-width: 64rem;
  }

  .md\:last\:max-w-6xl:last-child {
    max-width: 72rem;
  }

  .md\:last\:max-w-full:last-child {
    max-width: 100%;
  }

  .md\:odd\:max-w-xs:nth-child(odd) {
    max-width: 20rem;
  }

  .md\:odd\:max-w-sm:nth-child(odd) {
    max-width: 24rem;
  }

  .md\:odd\:max-w-md:nth-child(odd) {
    max-width: 28rem;
  }

  .md\:odd\:max-w-lg:nth-child(odd) {
    max-width: 32rem;
  }

  .md\:odd\:max-w-xl:nth-child(odd) {
    max-width: 36rem;
  }

  .md\:odd\:max-w-2xl:nth-child(odd) {
    max-width: 42rem;
  }

  .md\:odd\:max-w-3xl:nth-child(odd) {
    max-width: 48rem;
  }

  .md\:odd\:max-w-4xl:nth-child(odd) {
    max-width: 56rem;
  }

  .md\:odd\:max-w-5xl:nth-child(odd) {
    max-width: 64rem;
  }

  .md\:odd\:max-w-6xl:nth-child(odd) {
    max-width: 72rem;
  }

  .md\:odd\:max-w-full:nth-child(odd) {
    max-width: 100%;
  }

  .md\:even\:max-w-xs:nth-child(even) {
    max-width: 20rem;
  }

  .md\:even\:max-w-sm:nth-child(even) {
    max-width: 24rem;
  }

  .md\:even\:max-w-md:nth-child(even) {
    max-width: 28rem;
  }

  .md\:even\:max-w-lg:nth-child(even) {
    max-width: 32rem;
  }

  .md\:even\:max-w-xl:nth-child(even) {
    max-width: 36rem;
  }

  .md\:even\:max-w-2xl:nth-child(even) {
    max-width: 42rem;
  }

  .md\:even\:max-w-3xl:nth-child(even) {
    max-width: 48rem;
  }

  .md\:even\:max-w-4xl:nth-child(even) {
    max-width: 56rem;
  }

  .md\:even\:max-w-5xl:nth-child(even) {
    max-width: 64rem;
  }

  .md\:even\:max-w-6xl:nth-child(even) {
    max-width: 72rem;
  }

  .md\:even\:max-w-full:nth-child(even) {
    max-width: 100%;
  }

  .md\:hover\:max-w-xs:hover {
    max-width: 20rem;
  }

  .md\:hover\:max-w-sm:hover {
    max-width: 24rem;
  }

  .md\:hover\:max-w-md:hover {
    max-width: 28rem;
  }

  .md\:hover\:max-w-lg:hover {
    max-width: 32rem;
  }

  .md\:hover\:max-w-xl:hover {
    max-width: 36rem;
  }

  .md\:hover\:max-w-2xl:hover {
    max-width: 42rem;
  }

  .md\:hover\:max-w-3xl:hover {
    max-width: 48rem;
  }

  .md\:hover\:max-w-4xl:hover {
    max-width: 56rem;
  }

  .md\:hover\:max-w-5xl:hover {
    max-width: 64rem;
  }

  .md\:hover\:max-w-6xl:hover {
    max-width: 72rem;
  }

  .md\:hover\:max-w-full:hover {
    max-width: 100%;
  }

  .md\:focus\:max-w-xs:focus {
    max-width: 20rem;
  }

  .md\:focus\:max-w-sm:focus {
    max-width: 24rem;
  }

  .md\:focus\:max-w-md:focus {
    max-width: 28rem;
  }

  .md\:focus\:max-w-lg:focus {
    max-width: 32rem;
  }

  .md\:focus\:max-w-xl:focus {
    max-width: 36rem;
  }

  .md\:focus\:max-w-2xl:focus {
    max-width: 42rem;
  }

  .md\:focus\:max-w-3xl:focus {
    max-width: 48rem;
  }

  .md\:focus\:max-w-4xl:focus {
    max-width: 56rem;
  }

  .md\:focus\:max-w-5xl:focus {
    max-width: 64rem;
  }

  .md\:focus\:max-w-6xl:focus {
    max-width: 72rem;
  }

  .md\:focus\:max-w-full:focus {
    max-width: 100%;
  }

  .md\:active\:max-w-xs:active {
    max-width: 20rem;
  }

  .md\:active\:max-w-sm:active {
    max-width: 24rem;
  }

  .md\:active\:max-w-md:active {
    max-width: 28rem;
  }

  .md\:active\:max-w-lg:active {
    max-width: 32rem;
  }

  .md\:active\:max-w-xl:active {
    max-width: 36rem;
  }

  .md\:active\:max-w-2xl:active {
    max-width: 42rem;
  }

  .md\:active\:max-w-3xl:active {
    max-width: 48rem;
  }

  .md\:active\:max-w-4xl:active {
    max-width: 56rem;
  }

  .md\:active\:max-w-5xl:active {
    max-width: 64rem;
  }

  .md\:active\:max-w-6xl:active {
    max-width: 72rem;
  }

  .md\:active\:max-w-full:active {
    max-width: 100%;
  }

  .md\:visited\:max-w-xs:visited {
    max-width: 20rem;
  }

  .md\:visited\:max-w-sm:visited {
    max-width: 24rem;
  }

  .md\:visited\:max-w-md:visited {
    max-width: 28rem;
  }

  .md\:visited\:max-w-lg:visited {
    max-width: 32rem;
  }

  .md\:visited\:max-w-xl:visited {
    max-width: 36rem;
  }

  .md\:visited\:max-w-2xl:visited {
    max-width: 42rem;
  }

  .md\:visited\:max-w-3xl:visited {
    max-width: 48rem;
  }

  .md\:visited\:max-w-4xl:visited {
    max-width: 56rem;
  }

  .md\:visited\:max-w-5xl:visited {
    max-width: 64rem;
  }

  .md\:visited\:max-w-6xl:visited {
    max-width: 72rem;
  }

  .md\:visited\:max-w-full:visited {
    max-width: 100%;
  }

  .md\:disabled\:max-w-xs:disabled {
    max-width: 20rem;
  }

  .md\:disabled\:max-w-sm:disabled {
    max-width: 24rem;
  }

  .md\:disabled\:max-w-md:disabled {
    max-width: 28rem;
  }

  .md\:disabled\:max-w-lg:disabled {
    max-width: 32rem;
  }

  .md\:disabled\:max-w-xl:disabled {
    max-width: 36rem;
  }

  .md\:disabled\:max-w-2xl:disabled {
    max-width: 42rem;
  }

  .md\:disabled\:max-w-3xl:disabled {
    max-width: 48rem;
  }

  .md\:disabled\:max-w-4xl:disabled {
    max-width: 56rem;
  }

  .md\:disabled\:max-w-5xl:disabled {
    max-width: 64rem;
  }

  .md\:disabled\:max-w-6xl:disabled {
    max-width: 72rem;
  }

  .md\:disabled\:max-w-full:disabled {
    max-width: 100%;
  }

  .md\:min-h-0 {
    min-height: 0;
  }

  .md\:min-h-full {
    min-height: 100%;
  }

  .md\:min-h-screen {
    min-height: 100vh;
  }

  .group:hover .md\:group-hover\:min-h-0 {
    min-height: 0;
  }

  .group:hover .md\:group-hover\:min-h-full {
    min-height: 100%;
  }

  .group:hover .md\:group-hover\:min-h-screen {
    min-height: 100vh;
  }

  .md\:focus-within\:min-h-0:focus-within {
    min-height: 0;
  }

  .md\:focus-within\:min-h-full:focus-within {
    min-height: 100%;
  }

  .md\:focus-within\:min-h-screen:focus-within {
    min-height: 100vh;
  }

  .md\:first\:min-h-0:first-child {
    min-height: 0;
  }

  .md\:first\:min-h-full:first-child {
    min-height: 100%;
  }

  .md\:first\:min-h-screen:first-child {
    min-height: 100vh;
  }

  .md\:last\:min-h-0:last-child {
    min-height: 0;
  }

  .md\:last\:min-h-full:last-child {
    min-height: 100%;
  }

  .md\:last\:min-h-screen:last-child {
    min-height: 100vh;
  }

  .md\:odd\:min-h-0:nth-child(odd) {
    min-height: 0;
  }

  .md\:odd\:min-h-full:nth-child(odd) {
    min-height: 100%;
  }

  .md\:odd\:min-h-screen:nth-child(odd) {
    min-height: 100vh;
  }

  .md\:even\:min-h-0:nth-child(even) {
    min-height: 0;
  }

  .md\:even\:min-h-full:nth-child(even) {
    min-height: 100%;
  }

  .md\:even\:min-h-screen:nth-child(even) {
    min-height: 100vh;
  }

  .md\:hover\:min-h-0:hover {
    min-height: 0;
  }

  .md\:hover\:min-h-full:hover {
    min-height: 100%;
  }

  .md\:hover\:min-h-screen:hover {
    min-height: 100vh;
  }

  .md\:focus\:min-h-0:focus {
    min-height: 0;
  }

  .md\:focus\:min-h-full:focus {
    min-height: 100%;
  }

  .md\:focus\:min-h-screen:focus {
    min-height: 100vh;
  }

  .md\:active\:min-h-0:active {
    min-height: 0;
  }

  .md\:active\:min-h-full:active {
    min-height: 100%;
  }

  .md\:active\:min-h-screen:active {
    min-height: 100vh;
  }

  .md\:visited\:min-h-0:visited {
    min-height: 0;
  }

  .md\:visited\:min-h-full:visited {
    min-height: 100%;
  }

  .md\:visited\:min-h-screen:visited {
    min-height: 100vh;
  }

  .md\:disabled\:min-h-0:disabled {
    min-height: 0;
  }

  .md\:disabled\:min-h-full:disabled {
    min-height: 100%;
  }

  .md\:disabled\:min-h-screen:disabled {
    min-height: 100vh;
  }

  .md\:min-w-0 {
    min-width: 0;
  }

  .md\:min-w-full {
    min-width: 100%;
  }

  .group:hover .md\:group-hover\:min-w-0 {
    min-width: 0;
  }

  .group:hover .md\:group-hover\:min-w-full {
    min-width: 100%;
  }

  .md\:focus-within\:min-w-0:focus-within {
    min-width: 0;
  }

  .md\:focus-within\:min-w-full:focus-within {
    min-width: 100%;
  }

  .md\:first\:min-w-0:first-child {
    min-width: 0;
  }

  .md\:first\:min-w-full:first-child {
    min-width: 100%;
  }

  .md\:last\:min-w-0:last-child {
    min-width: 0;
  }

  .md\:last\:min-w-full:last-child {
    min-width: 100%;
  }

  .md\:odd\:min-w-0:nth-child(odd) {
    min-width: 0;
  }

  .md\:odd\:min-w-full:nth-child(odd) {
    min-width: 100%;
  }

  .md\:even\:min-w-0:nth-child(even) {
    min-width: 0;
  }

  .md\:even\:min-w-full:nth-child(even) {
    min-width: 100%;
  }

  .md\:hover\:min-w-0:hover {
    min-width: 0;
  }

  .md\:hover\:min-w-full:hover {
    min-width: 100%;
  }

  .md\:focus\:min-w-0:focus {
    min-width: 0;
  }

  .md\:focus\:min-w-full:focus {
    min-width: 100%;
  }

  .md\:active\:min-w-0:active {
    min-width: 0;
  }

  .md\:active\:min-w-full:active {
    min-width: 100%;
  }

  .md\:visited\:min-w-0:visited {
    min-width: 0;
  }

  .md\:visited\:min-w-full:visited {
    min-width: 100%;
  }

  .md\:disabled\:min-w-0:disabled {
    min-width: 0;
  }

  .md\:disabled\:min-w-full:disabled {
    min-width: 100%;
  }

  .md\:object-contain {
    object-fit: contain;
  }

  .md\:object-cover {
    object-fit: cover;
  }

  .md\:object-fill {
    object-fit: fill;
  }

  .md\:object-none {
    object-fit: none;
  }

  .md\:object-scale-down {
    object-fit: scale-down;
  }

  .group:hover .md\:group-hover\:object-contain {
    object-fit: contain;
  }

  .group:hover .md\:group-hover\:object-cover {
    object-fit: cover;
  }

  .group:hover .md\:group-hover\:object-fill {
    object-fit: fill;
  }

  .group:hover .md\:group-hover\:object-none {
    object-fit: none;
  }

  .group:hover .md\:group-hover\:object-scale-down {
    object-fit: scale-down;
  }

  .md\:focus-within\:object-contain:focus-within {
    object-fit: contain;
  }

  .md\:focus-within\:object-cover:focus-within {
    object-fit: cover;
  }

  .md\:focus-within\:object-fill:focus-within {
    object-fit: fill;
  }

  .md\:focus-within\:object-none:focus-within {
    object-fit: none;
  }

  .md\:focus-within\:object-scale-down:focus-within {
    object-fit: scale-down;
  }

  .md\:first\:object-contain:first-child {
    object-fit: contain;
  }

  .md\:first\:object-cover:first-child {
    object-fit: cover;
  }

  .md\:first\:object-fill:first-child {
    object-fit: fill;
  }

  .md\:first\:object-none:first-child {
    object-fit: none;
  }

  .md\:first\:object-scale-down:first-child {
    object-fit: scale-down;
  }

  .md\:last\:object-contain:last-child {
    object-fit: contain;
  }

  .md\:last\:object-cover:last-child {
    object-fit: cover;
  }

  .md\:last\:object-fill:last-child {
    object-fit: fill;
  }

  .md\:last\:object-none:last-child {
    object-fit: none;
  }

  .md\:last\:object-scale-down:last-child {
    object-fit: scale-down;
  }

  .md\:odd\:object-contain:nth-child(odd) {
    object-fit: contain;
  }

  .md\:odd\:object-cover:nth-child(odd) {
    object-fit: cover;
  }

  .md\:odd\:object-fill:nth-child(odd) {
    object-fit: fill;
  }

  .md\:odd\:object-none:nth-child(odd) {
    object-fit: none;
  }

  .md\:odd\:object-scale-down:nth-child(odd) {
    object-fit: scale-down;
  }

  .md\:even\:object-contain:nth-child(even) {
    object-fit: contain;
  }

  .md\:even\:object-cover:nth-child(even) {
    object-fit: cover;
  }

  .md\:even\:object-fill:nth-child(even) {
    object-fit: fill;
  }

  .md\:even\:object-none:nth-child(even) {
    object-fit: none;
  }

  .md\:even\:object-scale-down:nth-child(even) {
    object-fit: scale-down;
  }

  .md\:hover\:object-contain:hover {
    object-fit: contain;
  }

  .md\:hover\:object-cover:hover {
    object-fit: cover;
  }

  .md\:hover\:object-fill:hover {
    object-fit: fill;
  }

  .md\:hover\:object-none:hover {
    object-fit: none;
  }

  .md\:hover\:object-scale-down:hover {
    object-fit: scale-down;
  }

  .md\:focus\:object-contain:focus {
    object-fit: contain;
  }

  .md\:focus\:object-cover:focus {
    object-fit: cover;
  }

  .md\:focus\:object-fill:focus {
    object-fit: fill;
  }

  .md\:focus\:object-none:focus {
    object-fit: none;
  }

  .md\:focus\:object-scale-down:focus {
    object-fit: scale-down;
  }

  .md\:active\:object-contain:active {
    object-fit: contain;
  }

  .md\:active\:object-cover:active {
    object-fit: cover;
  }

  .md\:active\:object-fill:active {
    object-fit: fill;
  }

  .md\:active\:object-none:active {
    object-fit: none;
  }

  .md\:active\:object-scale-down:active {
    object-fit: scale-down;
  }

  .md\:visited\:object-contain:visited {
    object-fit: contain;
  }

  .md\:visited\:object-cover:visited {
    object-fit: cover;
  }

  .md\:visited\:object-fill:visited {
    object-fit: fill;
  }

  .md\:visited\:object-none:visited {
    object-fit: none;
  }

  .md\:visited\:object-scale-down:visited {
    object-fit: scale-down;
  }

  .md\:disabled\:object-contain:disabled {
    object-fit: contain;
  }

  .md\:disabled\:object-cover:disabled {
    object-fit: cover;
  }

  .md\:disabled\:object-fill:disabled {
    object-fit: fill;
  }

  .md\:disabled\:object-none:disabled {
    object-fit: none;
  }

  .md\:disabled\:object-scale-down:disabled {
    object-fit: scale-down;
  }

  .md\:object-bottom {
    object-position: bottom;
  }

  .md\:object-center {
    object-position: center;
  }

  .md\:object-left {
    object-position: left;
  }

  .md\:object-left-bottom {
    object-position: left bottom;
  }

  .md\:object-left-top {
    object-position: left top;
  }

  .md\:object-right {
    object-position: right;
  }

  .md\:object-right-bottom {
    object-position: right bottom;
  }

  .md\:object-right-top {
    object-position: right top;
  }

  .md\:object-top {
    object-position: top;
  }

  .group:hover .md\:group-hover\:object-bottom {
    object-position: bottom;
  }

  .group:hover .md\:group-hover\:object-center {
    object-position: center;
  }

  .group:hover .md\:group-hover\:object-left {
    object-position: left;
  }

  .group:hover .md\:group-hover\:object-left-bottom {
    object-position: left bottom;
  }

  .group:hover .md\:group-hover\:object-left-top {
    object-position: left top;
  }

  .group:hover .md\:group-hover\:object-right {
    object-position: right;
  }

  .group:hover .md\:group-hover\:object-right-bottom {
    object-position: right bottom;
  }

  .group:hover .md\:group-hover\:object-right-top {
    object-position: right top;
  }

  .group:hover .md\:group-hover\:object-top {
    object-position: top;
  }

  .md\:focus-within\:object-bottom:focus-within {
    object-position: bottom;
  }

  .md\:focus-within\:object-center:focus-within {
    object-position: center;
  }

  .md\:focus-within\:object-left:focus-within {
    object-position: left;
  }

  .md\:focus-within\:object-left-bottom:focus-within {
    object-position: left bottom;
  }

  .md\:focus-within\:object-left-top:focus-within {
    object-position: left top;
  }

  .md\:focus-within\:object-right:focus-within {
    object-position: right;
  }

  .md\:focus-within\:object-right-bottom:focus-within {
    object-position: right bottom;
  }

  .md\:focus-within\:object-right-top:focus-within {
    object-position: right top;
  }

  .md\:focus-within\:object-top:focus-within {
    object-position: top;
  }

  .md\:first\:object-bottom:first-child {
    object-position: bottom;
  }

  .md\:first\:object-center:first-child {
    object-position: center;
  }

  .md\:first\:object-left:first-child {
    object-position: left;
  }

  .md\:first\:object-left-bottom:first-child {
    object-position: left bottom;
  }

  .md\:first\:object-left-top:first-child {
    object-position: left top;
  }

  .md\:first\:object-right:first-child {
    object-position: right;
  }

  .md\:first\:object-right-bottom:first-child {
    object-position: right bottom;
  }

  .md\:first\:object-right-top:first-child {
    object-position: right top;
  }

  .md\:first\:object-top:first-child {
    object-position: top;
  }

  .md\:last\:object-bottom:last-child {
    object-position: bottom;
  }

  .md\:last\:object-center:last-child {
    object-position: center;
  }

  .md\:last\:object-left:last-child {
    object-position: left;
  }

  .md\:last\:object-left-bottom:last-child {
    object-position: left bottom;
  }

  .md\:last\:object-left-top:last-child {
    object-position: left top;
  }

  .md\:last\:object-right:last-child {
    object-position: right;
  }

  .md\:last\:object-right-bottom:last-child {
    object-position: right bottom;
  }

  .md\:last\:object-right-top:last-child {
    object-position: right top;
  }

  .md\:last\:object-top:last-child {
    object-position: top;
  }

  .md\:odd\:object-bottom:nth-child(odd) {
    object-position: bottom;
  }

  .md\:odd\:object-center:nth-child(odd) {
    object-position: center;
  }

  .md\:odd\:object-left:nth-child(odd) {
    object-position: left;
  }

  .md\:odd\:object-left-bottom:nth-child(odd) {
    object-position: left bottom;
  }

  .md\:odd\:object-left-top:nth-child(odd) {
    object-position: left top;
  }

  .md\:odd\:object-right:nth-child(odd) {
    object-position: right;
  }

  .md\:odd\:object-right-bottom:nth-child(odd) {
    object-position: right bottom;
  }

  .md\:odd\:object-right-top:nth-child(odd) {
    object-position: right top;
  }

  .md\:odd\:object-top:nth-child(odd) {
    object-position: top;
  }

  .md\:even\:object-bottom:nth-child(even) {
    object-position: bottom;
  }

  .md\:even\:object-center:nth-child(even) {
    object-position: center;
  }

  .md\:even\:object-left:nth-child(even) {
    object-position: left;
  }

  .md\:even\:object-left-bottom:nth-child(even) {
    object-position: left bottom;
  }

  .md\:even\:object-left-top:nth-child(even) {
    object-position: left top;
  }

  .md\:even\:object-right:nth-child(even) {
    object-position: right;
  }

  .md\:even\:object-right-bottom:nth-child(even) {
    object-position: right bottom;
  }

  .md\:even\:object-right-top:nth-child(even) {
    object-position: right top;
  }

  .md\:even\:object-top:nth-child(even) {
    object-position: top;
  }

  .md\:hover\:object-bottom:hover {
    object-position: bottom;
  }

  .md\:hover\:object-center:hover {
    object-position: center;
  }

  .md\:hover\:object-left:hover {
    object-position: left;
  }

  .md\:hover\:object-left-bottom:hover {
    object-position: left bottom;
  }

  .md\:hover\:object-left-top:hover {
    object-position: left top;
  }

  .md\:hover\:object-right:hover {
    object-position: right;
  }

  .md\:hover\:object-right-bottom:hover {
    object-position: right bottom;
  }

  .md\:hover\:object-right-top:hover {
    object-position: right top;
  }

  .md\:hover\:object-top:hover {
    object-position: top;
  }

  .md\:focus\:object-bottom:focus {
    object-position: bottom;
  }

  .md\:focus\:object-center:focus {
    object-position: center;
  }

  .md\:focus\:object-left:focus {
    object-position: left;
  }

  .md\:focus\:object-left-bottom:focus {
    object-position: left bottom;
  }

  .md\:focus\:object-left-top:focus {
    object-position: left top;
  }

  .md\:focus\:object-right:focus {
    object-position: right;
  }

  .md\:focus\:object-right-bottom:focus {
    object-position: right bottom;
  }

  .md\:focus\:object-right-top:focus {
    object-position: right top;
  }

  .md\:focus\:object-top:focus {
    object-position: top;
  }

  .md\:active\:object-bottom:active {
    object-position: bottom;
  }

  .md\:active\:object-center:active {
    object-position: center;
  }

  .md\:active\:object-left:active {
    object-position: left;
  }

  .md\:active\:object-left-bottom:active {
    object-position: left bottom;
  }

  .md\:active\:object-left-top:active {
    object-position: left top;
  }

  .md\:active\:object-right:active {
    object-position: right;
  }

  .md\:active\:object-right-bottom:active {
    object-position: right bottom;
  }

  .md\:active\:object-right-top:active {
    object-position: right top;
  }

  .md\:active\:object-top:active {
    object-position: top;
  }

  .md\:visited\:object-bottom:visited {
    object-position: bottom;
  }

  .md\:visited\:object-center:visited {
    object-position: center;
  }

  .md\:visited\:object-left:visited {
    object-position: left;
  }

  .md\:visited\:object-left-bottom:visited {
    object-position: left bottom;
  }

  .md\:visited\:object-left-top:visited {
    object-position: left top;
  }

  .md\:visited\:object-right:visited {
    object-position: right;
  }

  .md\:visited\:object-right-bottom:visited {
    object-position: right bottom;
  }

  .md\:visited\:object-right-top:visited {
    object-position: right top;
  }

  .md\:visited\:object-top:visited {
    object-position: top;
  }

  .md\:disabled\:object-bottom:disabled {
    object-position: bottom;
  }

  .md\:disabled\:object-center:disabled {
    object-position: center;
  }

  .md\:disabled\:object-left:disabled {
    object-position: left;
  }

  .md\:disabled\:object-left-bottom:disabled {
    object-position: left bottom;
  }

  .md\:disabled\:object-left-top:disabled {
    object-position: left top;
  }

  .md\:disabled\:object-right:disabled {
    object-position: right;
  }

  .md\:disabled\:object-right-bottom:disabled {
    object-position: right bottom;
  }

  .md\:disabled\:object-right-top:disabled {
    object-position: right top;
  }

  .md\:disabled\:object-top:disabled {
    object-position: top;
  }

  .md\:opacity-0 {
    opacity: 0;
  }

  .md\:opacity-25 {
    opacity: 0.25;
  }

  .md\:opacity-50 {
    opacity: 0.5;
  }

  .md\:opacity-75 {
    opacity: 0.75;
  }

  .md\:opacity-100 {
    opacity: 1;
  }

  .group:hover .md\:group-hover\:opacity-0 {
    opacity: 0;
  }

  .group:hover .md\:group-hover\:opacity-25 {
    opacity: 0.25;
  }

  .group:hover .md\:group-hover\:opacity-50 {
    opacity: 0.5;
  }

  .group:hover .md\:group-hover\:opacity-75 {
    opacity: 0.75;
  }

  .group:hover .md\:group-hover\:opacity-100 {
    opacity: 1;
  }

  .md\:focus-within\:opacity-0:focus-within {
    opacity: 0;
  }

  .md\:focus-within\:opacity-25:focus-within {
    opacity: 0.25;
  }

  .md\:focus-within\:opacity-50:focus-within {
    opacity: 0.5;
  }

  .md\:focus-within\:opacity-75:focus-within {
    opacity: 0.75;
  }

  .md\:focus-within\:opacity-100:focus-within {
    opacity: 1;
  }

  .md\:first\:opacity-0:first-child {
    opacity: 0;
  }

  .md\:first\:opacity-25:first-child {
    opacity: 0.25;
  }

  .md\:first\:opacity-50:first-child {
    opacity: 0.5;
  }

  .md\:first\:opacity-75:first-child {
    opacity: 0.75;
  }

  .md\:first\:opacity-100:first-child {
    opacity: 1;
  }

  .md\:last\:opacity-0:last-child {
    opacity: 0;
  }

  .md\:last\:opacity-25:last-child {
    opacity: 0.25;
  }

  .md\:last\:opacity-50:last-child {
    opacity: 0.5;
  }

  .md\:last\:opacity-75:last-child {
    opacity: 0.75;
  }

  .md\:last\:opacity-100:last-child {
    opacity: 1;
  }

  .md\:odd\:opacity-0:nth-child(odd) {
    opacity: 0;
  }

  .md\:odd\:opacity-25:nth-child(odd) {
    opacity: 0.25;
  }

  .md\:odd\:opacity-50:nth-child(odd) {
    opacity: 0.5;
  }

  .md\:odd\:opacity-75:nth-child(odd) {
    opacity: 0.75;
  }

  .md\:odd\:opacity-100:nth-child(odd) {
    opacity: 1;
  }

  .md\:even\:opacity-0:nth-child(even) {
    opacity: 0;
  }

  .md\:even\:opacity-25:nth-child(even) {
    opacity: 0.25;
  }

  .md\:even\:opacity-50:nth-child(even) {
    opacity: 0.5;
  }

  .md\:even\:opacity-75:nth-child(even) {
    opacity: 0.75;
  }

  .md\:even\:opacity-100:nth-child(even) {
    opacity: 1;
  }

  .md\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .md\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .md\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .md\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .md\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .md\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .md\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .md\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .md\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .md\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .md\:active\:opacity-0:active {
    opacity: 0;
  }

  .md\:active\:opacity-25:active {
    opacity: 0.25;
  }

  .md\:active\:opacity-50:active {
    opacity: 0.5;
  }

  .md\:active\:opacity-75:active {
    opacity: 0.75;
  }

  .md\:active\:opacity-100:active {
    opacity: 1;
  }

  .md\:visited\:opacity-0:visited {
    opacity: 0;
  }

  .md\:visited\:opacity-25:visited {
    opacity: 0.25;
  }

  .md\:visited\:opacity-50:visited {
    opacity: 0.5;
  }

  .md\:visited\:opacity-75:visited {
    opacity: 0.75;
  }

  .md\:visited\:opacity-100:visited {
    opacity: 1;
  }

  .md\:disabled\:opacity-0:disabled {
    opacity: 0;
  }

  .md\:disabled\:opacity-25:disabled {
    opacity: 0.25;
  }

  .md\:disabled\:opacity-50:disabled {
    opacity: 0.5;
  }

  .md\:disabled\:opacity-75:disabled {
    opacity: 0.75;
  }

  .md\:disabled\:opacity-100:disabled {
    opacity: 1;
  }

  .md\:outline-none {
    outline: 0;
  }

  .group:hover .md\:group-hover\:outline-none {
    outline: 0;
  }

  .md\:focus-within\:outline-none:focus-within {
    outline: 0;
  }

  .md\:first\:outline-none:first-child {
    outline: 0;
  }

  .md\:last\:outline-none:last-child {
    outline: 0;
  }

  .md\:odd\:outline-none:nth-child(odd) {
    outline: 0;
  }

  .md\:even\:outline-none:nth-child(even) {
    outline: 0;
  }

  .md\:hover\:outline-none:hover {
    outline: 0;
  }

  .md\:focus\:outline-none:focus {
    outline: 0;
  }

  .md\:active\:outline-none:active {
    outline: 0;
  }

  .md\:visited\:outline-none:visited {
    outline: 0;
  }

  .md\:disabled\:outline-none:disabled {
    outline: 0;
  }

  .md\:overflow-auto {
    overflow: auto;
  }

  .md\:overflow-hidden {
    overflow: hidden;
  }

  .md\:overflow-visible {
    overflow: visible;
  }

  .md\:overflow-scroll {
    overflow: scroll;
  }

  .md\:overflow-x-auto {
    overflow-x: auto;
  }

  .md\:overflow-y-auto {
    overflow-y: auto;
  }

  .md\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .md\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .md\:overflow-x-visible {
    overflow-x: visible;
  }

  .md\:overflow-y-visible {
    overflow-y: visible;
  }

  .md\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .md\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .md\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .md\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .group:hover .md\:group-hover\:overflow-auto {
    overflow: auto;
  }

  .group:hover .md\:group-hover\:overflow-hidden {
    overflow: hidden;
  }

  .group:hover .md\:group-hover\:overflow-visible {
    overflow: visible;
  }

  .group:hover .md\:group-hover\:overflow-scroll {
    overflow: scroll;
  }

  .group:hover .md\:group-hover\:overflow-x-auto {
    overflow-x: auto;
  }

  .group:hover .md\:group-hover\:overflow-y-auto {
    overflow-y: auto;
  }

  .group:hover .md\:group-hover\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .group:hover .md\:group-hover\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .group:hover .md\:group-hover\:overflow-x-visible {
    overflow-x: visible;
  }

  .group:hover .md\:group-hover\:overflow-y-visible {
    overflow-y: visible;
  }

  .group:hover .md\:group-hover\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .group:hover .md\:group-hover\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .group:hover .md\:group-hover\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .group:hover .md\:group-hover\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .md\:focus-within\:overflow-auto:focus-within {
    overflow: auto;
  }

  .md\:focus-within\:overflow-hidden:focus-within {
    overflow: hidden;
  }

  .md\:focus-within\:overflow-visible:focus-within {
    overflow: visible;
  }

  .md\:focus-within\:overflow-scroll:focus-within {
    overflow: scroll;
  }

  .md\:focus-within\:overflow-x-auto:focus-within {
    overflow-x: auto;
  }

  .md\:focus-within\:overflow-y-auto:focus-within {
    overflow-y: auto;
  }

  .md\:focus-within\:overflow-x-hidden:focus-within {
    overflow-x: hidden;
  }

  .md\:focus-within\:overflow-y-hidden:focus-within {
    overflow-y: hidden;
  }

  .md\:focus-within\:overflow-x-visible:focus-within {
    overflow-x: visible;
  }

  .md\:focus-within\:overflow-y-visible:focus-within {
    overflow-y: visible;
  }

  .md\:focus-within\:overflow-x-scroll:focus-within {
    overflow-x: scroll;
  }

  .md\:focus-within\:overflow-y-scroll:focus-within {
    overflow-y: scroll;
  }

  .md\:focus-within\:scrolling-touch:focus-within {
    -webkit-overflow-scrolling: touch;
  }

  .md\:focus-within\:scrolling-auto:focus-within {
    -webkit-overflow-scrolling: auto;
  }

  .md\:first\:overflow-auto:first-child {
    overflow: auto;
  }

  .md\:first\:overflow-hidden:first-child {
    overflow: hidden;
  }

  .md\:first\:overflow-visible:first-child {
    overflow: visible;
  }

  .md\:first\:overflow-scroll:first-child {
    overflow: scroll;
  }

  .md\:first\:overflow-x-auto:first-child {
    overflow-x: auto;
  }

  .md\:first\:overflow-y-auto:first-child {
    overflow-y: auto;
  }

  .md\:first\:overflow-x-hidden:first-child {
    overflow-x: hidden;
  }

  .md\:first\:overflow-y-hidden:first-child {
    overflow-y: hidden;
  }

  .md\:first\:overflow-x-visible:first-child {
    overflow-x: visible;
  }

  .md\:first\:overflow-y-visible:first-child {
    overflow-y: visible;
  }

  .md\:first\:overflow-x-scroll:first-child {
    overflow-x: scroll;
  }

  .md\:first\:overflow-y-scroll:first-child {
    overflow-y: scroll;
  }

  .md\:first\:scrolling-touch:first-child {
    -webkit-overflow-scrolling: touch;
  }

  .md\:first\:scrolling-auto:first-child {
    -webkit-overflow-scrolling: auto;
  }

  .md\:last\:overflow-auto:last-child {
    overflow: auto;
  }

  .md\:last\:overflow-hidden:last-child {
    overflow: hidden;
  }

  .md\:last\:overflow-visible:last-child {
    overflow: visible;
  }

  .md\:last\:overflow-scroll:last-child {
    overflow: scroll;
  }

  .md\:last\:overflow-x-auto:last-child {
    overflow-x: auto;
  }

  .md\:last\:overflow-y-auto:last-child {
    overflow-y: auto;
  }

  .md\:last\:overflow-x-hidden:last-child {
    overflow-x: hidden;
  }

  .md\:last\:overflow-y-hidden:last-child {
    overflow-y: hidden;
  }

  .md\:last\:overflow-x-visible:last-child {
    overflow-x: visible;
  }

  .md\:last\:overflow-y-visible:last-child {
    overflow-y: visible;
  }

  .md\:last\:overflow-x-scroll:last-child {
    overflow-x: scroll;
  }

  .md\:last\:overflow-y-scroll:last-child {
    overflow-y: scroll;
  }

  .md\:last\:scrolling-touch:last-child {
    -webkit-overflow-scrolling: touch;
  }

  .md\:last\:scrolling-auto:last-child {
    -webkit-overflow-scrolling: auto;
  }

  .md\:odd\:overflow-auto:nth-child(odd) {
    overflow: auto;
  }

  .md\:odd\:overflow-hidden:nth-child(odd) {
    overflow: hidden;
  }

  .md\:odd\:overflow-visible:nth-child(odd) {
    overflow: visible;
  }

  .md\:odd\:overflow-scroll:nth-child(odd) {
    overflow: scroll;
  }

  .md\:odd\:overflow-x-auto:nth-child(odd) {
    overflow-x: auto;
  }

  .md\:odd\:overflow-y-auto:nth-child(odd) {
    overflow-y: auto;
  }

  .md\:odd\:overflow-x-hidden:nth-child(odd) {
    overflow-x: hidden;
  }

  .md\:odd\:overflow-y-hidden:nth-child(odd) {
    overflow-y: hidden;
  }

  .md\:odd\:overflow-x-visible:nth-child(odd) {
    overflow-x: visible;
  }

  .md\:odd\:overflow-y-visible:nth-child(odd) {
    overflow-y: visible;
  }

  .md\:odd\:overflow-x-scroll:nth-child(odd) {
    overflow-x: scroll;
  }

  .md\:odd\:overflow-y-scroll:nth-child(odd) {
    overflow-y: scroll;
  }

  .md\:odd\:scrolling-touch:nth-child(odd) {
    -webkit-overflow-scrolling: touch;
  }

  .md\:odd\:scrolling-auto:nth-child(odd) {
    -webkit-overflow-scrolling: auto;
  }

  .md\:even\:overflow-auto:nth-child(even) {
    overflow: auto;
  }

  .md\:even\:overflow-hidden:nth-child(even) {
    overflow: hidden;
  }

  .md\:even\:overflow-visible:nth-child(even) {
    overflow: visible;
  }

  .md\:even\:overflow-scroll:nth-child(even) {
    overflow: scroll;
  }

  .md\:even\:overflow-x-auto:nth-child(even) {
    overflow-x: auto;
  }

  .md\:even\:overflow-y-auto:nth-child(even) {
    overflow-y: auto;
  }

  .md\:even\:overflow-x-hidden:nth-child(even) {
    overflow-x: hidden;
  }

  .md\:even\:overflow-y-hidden:nth-child(even) {
    overflow-y: hidden;
  }

  .md\:even\:overflow-x-visible:nth-child(even) {
    overflow-x: visible;
  }

  .md\:even\:overflow-y-visible:nth-child(even) {
    overflow-y: visible;
  }

  .md\:even\:overflow-x-scroll:nth-child(even) {
    overflow-x: scroll;
  }

  .md\:even\:overflow-y-scroll:nth-child(even) {
    overflow-y: scroll;
  }

  .md\:even\:scrolling-touch:nth-child(even) {
    -webkit-overflow-scrolling: touch;
  }

  .md\:even\:scrolling-auto:nth-child(even) {
    -webkit-overflow-scrolling: auto;
  }

  .md\:hover\:overflow-auto:hover {
    overflow: auto;
  }

  .md\:hover\:overflow-hidden:hover {
    overflow: hidden;
  }

  .md\:hover\:overflow-visible:hover {
    overflow: visible;
  }

  .md\:hover\:overflow-scroll:hover {
    overflow: scroll;
  }

  .md\:hover\:overflow-x-auto:hover {
    overflow-x: auto;
  }

  .md\:hover\:overflow-y-auto:hover {
    overflow-y: auto;
  }

  .md\:hover\:overflow-x-hidden:hover {
    overflow-x: hidden;
  }

  .md\:hover\:overflow-y-hidden:hover {
    overflow-y: hidden;
  }

  .md\:hover\:overflow-x-visible:hover {
    overflow-x: visible;
  }

  .md\:hover\:overflow-y-visible:hover {
    overflow-y: visible;
  }

  .md\:hover\:overflow-x-scroll:hover {
    overflow-x: scroll;
  }

  .md\:hover\:overflow-y-scroll:hover {
    overflow-y: scroll;
  }

  .md\:hover\:scrolling-touch:hover {
    -webkit-overflow-scrolling: touch;
  }

  .md\:hover\:scrolling-auto:hover {
    -webkit-overflow-scrolling: auto;
  }

  .md\:focus\:overflow-auto:focus {
    overflow: auto;
  }

  .md\:focus\:overflow-hidden:focus {
    overflow: hidden;
  }

  .md\:focus\:overflow-visible:focus {
    overflow: visible;
  }

  .md\:focus\:overflow-scroll:focus {
    overflow: scroll;
  }

  .md\:focus\:overflow-x-auto:focus {
    overflow-x: auto;
  }

  .md\:focus\:overflow-y-auto:focus {
    overflow-y: auto;
  }

  .md\:focus\:overflow-x-hidden:focus {
    overflow-x: hidden;
  }

  .md\:focus\:overflow-y-hidden:focus {
    overflow-y: hidden;
  }

  .md\:focus\:overflow-x-visible:focus {
    overflow-x: visible;
  }

  .md\:focus\:overflow-y-visible:focus {
    overflow-y: visible;
  }

  .md\:focus\:overflow-x-scroll:focus {
    overflow-x: scroll;
  }

  .md\:focus\:overflow-y-scroll:focus {
    overflow-y: scroll;
  }

  .md\:focus\:scrolling-touch:focus {
    -webkit-overflow-scrolling: touch;
  }

  .md\:focus\:scrolling-auto:focus {
    -webkit-overflow-scrolling: auto;
  }

  .md\:active\:overflow-auto:active {
    overflow: auto;
  }

  .md\:active\:overflow-hidden:active {
    overflow: hidden;
  }

  .md\:active\:overflow-visible:active {
    overflow: visible;
  }

  .md\:active\:overflow-scroll:active {
    overflow: scroll;
  }

  .md\:active\:overflow-x-auto:active {
    overflow-x: auto;
  }

  .md\:active\:overflow-y-auto:active {
    overflow-y: auto;
  }

  .md\:active\:overflow-x-hidden:active {
    overflow-x: hidden;
  }

  .md\:active\:overflow-y-hidden:active {
    overflow-y: hidden;
  }

  .md\:active\:overflow-x-visible:active {
    overflow-x: visible;
  }

  .md\:active\:overflow-y-visible:active {
    overflow-y: visible;
  }

  .md\:active\:overflow-x-scroll:active {
    overflow-x: scroll;
  }

  .md\:active\:overflow-y-scroll:active {
    overflow-y: scroll;
  }

  .md\:active\:scrolling-touch:active {
    -webkit-overflow-scrolling: touch;
  }

  .md\:active\:scrolling-auto:active {
    -webkit-overflow-scrolling: auto;
  }

  .md\:visited\:overflow-auto:visited {
    overflow: auto;
  }

  .md\:visited\:overflow-hidden:visited {
    overflow: hidden;
  }

  .md\:visited\:overflow-visible:visited {
    overflow: visible;
  }

  .md\:visited\:overflow-scroll:visited {
    overflow: scroll;
  }

  .md\:visited\:overflow-x-auto:visited {
    overflow-x: auto;
  }

  .md\:visited\:overflow-y-auto:visited {
    overflow-y: auto;
  }

  .md\:visited\:overflow-x-hidden:visited {
    overflow-x: hidden;
  }

  .md\:visited\:overflow-y-hidden:visited {
    overflow-y: hidden;
  }

  .md\:visited\:overflow-x-visible:visited {
    overflow-x: visible;
  }

  .md\:visited\:overflow-y-visible:visited {
    overflow-y: visible;
  }

  .md\:visited\:overflow-x-scroll:visited {
    overflow-x: scroll;
  }

  .md\:visited\:overflow-y-scroll:visited {
    overflow-y: scroll;
  }

  .md\:visited\:scrolling-touch:visited {
    -webkit-overflow-scrolling: touch;
  }

  .md\:visited\:scrolling-auto:visited {
    -webkit-overflow-scrolling: auto;
  }

  .md\:disabled\:overflow-auto:disabled {
    overflow: auto;
  }

  .md\:disabled\:overflow-hidden:disabled {
    overflow: hidden;
  }

  .md\:disabled\:overflow-visible:disabled {
    overflow: visible;
  }

  .md\:disabled\:overflow-scroll:disabled {
    overflow: scroll;
  }

  .md\:disabled\:overflow-x-auto:disabled {
    overflow-x: auto;
  }

  .md\:disabled\:overflow-y-auto:disabled {
    overflow-y: auto;
  }

  .md\:disabled\:overflow-x-hidden:disabled {
    overflow-x: hidden;
  }

  .md\:disabled\:overflow-y-hidden:disabled {
    overflow-y: hidden;
  }

  .md\:disabled\:overflow-x-visible:disabled {
    overflow-x: visible;
  }

  .md\:disabled\:overflow-y-visible:disabled {
    overflow-y: visible;
  }

  .md\:disabled\:overflow-x-scroll:disabled {
    overflow-x: scroll;
  }

  .md\:disabled\:overflow-y-scroll:disabled {
    overflow-y: scroll;
  }

  .md\:disabled\:scrolling-touch:disabled {
    -webkit-overflow-scrolling: touch;
  }

  .md\:disabled\:scrolling-auto:disabled {
    -webkit-overflow-scrolling: auto;
  }

  .md\:p-0 {
    padding: 0;
  }

  .md\:p-1 {
    padding: 0.25rem;
  }

  .md\:p-2 {
    padding: 0.5rem;
  }

  .md\:p-3 {
    padding: 0.75rem;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:p-5 {
    padding: 1.25rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:p-16 {
    padding: 4rem;
  }

  .md\:p-20 {
    padding: 5rem;
  }

  .md\:p-24 {
    padding: 6rem;
  }

  .md\:p-32 {
    padding: 8rem;
  }

  .md\:p-40 {
    padding: 10rem;
  }

  .md\:p-48 {
    padding: 12rem;
  }

  .md\:p-56 {
    padding: 14rem;
  }

  .md\:p-64 {
    padding: 16rem;
  }

  .md\:p-px {
    padding: 1px;
  }

  .md\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .md\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .md\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:pt-0 {
    padding-top: 0;
  }

  .md\:pr-0 {
    padding-right: 0;
  }

  .md\:pb-0 {
    padding-bottom: 0;
  }

  .md\:pl-0 {
    padding-left: 0;
  }

  .md\:pt-1 {
    padding-top: 0.25rem;
  }

  .md\:pr-1 {
    padding-right: 0.25rem;
  }

  .md\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .md\:pl-1 {
    padding-left: 0.25rem;
  }

  .md\:pt-2 {
    padding-top: 0.5rem;
  }

  .md\:pr-2 {
    padding-right: 0.5rem;
  }

  .md\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .md\:pl-2 {
    padding-left: 0.5rem;
  }

  .md\:pt-3 {
    padding-top: 0.75rem;
  }

  .md\:pr-3 {
    padding-right: 0.75rem;
  }

  .md\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .md\:pl-3 {
    padding-left: 0.75rem;
  }

  .md\:pt-4 {
    padding-top: 1rem;
  }

  .md\:pr-4 {
    padding-right: 1rem;
  }

  .md\:pb-4 {
    padding-bottom: 1rem;
  }

  .md\:pl-4 {
    padding-left: 1rem;
  }

  .md\:pt-5 {
    padding-top: 1.25rem;
  }

  .md\:pr-5 {
    padding-right: 1.25rem;
  }

  .md\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .md\:pl-5 {
    padding-left: 1.25rem;
  }

  .md\:pt-6 {
    padding-top: 1.5rem;
  }

  .md\:pr-6 {
    padding-right: 1.5rem;
  }

  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .md\:pl-6 {
    padding-left: 1.5rem;
  }

  .md\:pt-8 {
    padding-top: 2rem;
  }

  .md\:pr-8 {
    padding-right: 2rem;
  }

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

  .md\:pr-10 {
    padding-right: 2.5rem;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .md\:pl-10 {
    padding-left: 2.5rem;
  }

  .md\:pt-12 {
    padding-top: 3rem;
  }

  .md\:pr-12 {
    padding-right: 3rem;
  }

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

  .md\:pl-12 {
    padding-left: 3rem;
  }

  .md\:pt-16 {
    padding-top: 4rem;
  }

  .md\:pr-16 {
    padding-right: 4rem;
  }

  .md\:pb-16 {
    padding-bottom: 4rem;
  }

  .md\:pl-16 {
    padding-left: 4rem;
  }

  .md\:pt-20 {
    padding-top: 5rem;
  }

  .md\:pr-20 {
    padding-right: 5rem;
  }

  .md\:pb-20 {
    padding-bottom: 5rem;
  }

  .md\:pl-20 {
    padding-left: 5rem;
  }

  .md\:pt-24 {
    padding-top: 6rem;
  }

  .md\:pr-24 {
    padding-right: 6rem;
  }

  .md\:pb-24 {
    padding-bottom: 6rem;
  }

  .md\:pl-24 {
    padding-left: 6rem;
  }

  .md\:pt-32 {
    padding-top: 8rem;
  }

  .md\:pr-32 {
    padding-right: 8rem;
  }

  .md\:pb-32 {
    padding-bottom: 8rem;
  }

  .md\:pl-32 {
    padding-left: 8rem;
  }

  .md\:pt-40 {
    padding-top: 10rem;
  }

  .md\:pr-40 {
    padding-right: 10rem;
  }

  .md\:pb-40 {
    padding-bottom: 10rem;
  }

  .md\:pl-40 {
    padding-left: 10rem;
  }

  .md\:pt-48 {
    padding-top: 12rem;
  }

  .md\:pr-48 {
    padding-right: 12rem;
  }

  .md\:pb-48 {
    padding-bottom: 12rem;
  }

  .md\:pl-48 {
    padding-left: 12rem;
  }

  .md\:pt-56 {
    padding-top: 14rem;
  }

  .md\:pr-56 {
    padding-right: 14rem;
  }

  .md\:pb-56 {
    padding-bottom: 14rem;
  }

  .md\:pl-56 {
    padding-left: 14rem;
  }

  .md\:pt-64 {
    padding-top: 16rem;
  }

  .md\:pr-64 {
    padding-right: 16rem;
  }

  .md\:pb-64 {
    padding-bottom: 16rem;
  }

  .md\:pl-64 {
    padding-left: 16rem;
  }

  .md\:pt-px {
    padding-top: 1px;
  }

  .md\:pr-px {
    padding-right: 1px;
  }

  .md\:pb-px {
    padding-bottom: 1px;
  }

  .md\:pl-px {
    padding-left: 1px;
  }

  .group:hover .md\:group-hover\:p-0 {
    padding: 0;
  }

  .group:hover .md\:group-hover\:p-1 {
    padding: 0.25rem;
  }

  .group:hover .md\:group-hover\:p-2 {
    padding: 0.5rem;
  }

  .group:hover .md\:group-hover\:p-3 {
    padding: 0.75rem;
  }

  .group:hover .md\:group-hover\:p-4 {
    padding: 1rem;
  }

  .group:hover .md\:group-hover\:p-5 {
    padding: 1.25rem;
  }

  .group:hover .md\:group-hover\:p-6 {
    padding: 1.5rem;
  }

  .group:hover .md\:group-hover\:p-8 {
    padding: 2rem;
  }

  .group:hover .md\:group-hover\:p-10 {
    padding: 2.5rem;
  }

  .group:hover .md\:group-hover\:p-12 {
    padding: 3rem;
  }

  .group:hover .md\:group-hover\:p-16 {
    padding: 4rem;
  }

  .group:hover .md\:group-hover\:p-20 {
    padding: 5rem;
  }

  .group:hover .md\:group-hover\:p-24 {
    padding: 6rem;
  }

  .group:hover .md\:group-hover\:p-32 {
    padding: 8rem;
  }

  .group:hover .md\:group-hover\:p-40 {
    padding: 10rem;
  }

  .group:hover .md\:group-hover\:p-48 {
    padding: 12rem;
  }

  .group:hover .md\:group-hover\:p-56 {
    padding: 14rem;
  }

  .group:hover .md\:group-hover\:p-64 {
    padding: 16rem;
  }

  .group:hover .md\:group-hover\:p-px {
    padding: 1px;
  }

  .group:hover .md\:group-hover\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .group:hover .md\:group-hover\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .group:hover .md\:group-hover\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .group:hover .md\:group-hover\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .group:hover .md\:group-hover\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .group:hover .md\:group-hover\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .group:hover .md\:group-hover\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .group:hover .md\:group-hover\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .group:hover .md\:group-hover\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .group:hover .md\:group-hover\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .group:hover .md\:group-hover\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .group:hover .md\:group-hover\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .group:hover .md\:group-hover\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .group:hover .md\:group-hover\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .group:hover .md\:group-hover\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .group:hover .md\:group-hover\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .group:hover .md\:group-hover\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .group:hover .md\:group-hover\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .group:hover .md\:group-hover\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .group:hover .md\:group-hover\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .group:hover .md\:group-hover\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .group:hover .md\:group-hover\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .group:hover .md\:group-hover\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .group:hover .md\:group-hover\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .group:hover .md\:group-hover\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .group:hover .md\:group-hover\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .group:hover .md\:group-hover\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .group:hover .md\:group-hover\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .group:hover .md\:group-hover\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .group:hover .md\:group-hover\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .group:hover .md\:group-hover\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .group:hover .md\:group-hover\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .group:hover .md\:group-hover\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .group:hover .md\:group-hover\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .group:hover .md\:group-hover\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .group:hover .md\:group-hover\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .group:hover .md\:group-hover\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .group:hover .md\:group-hover\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .group:hover .md\:group-hover\:pt-0 {
    padding-top: 0;
  }

  .group:hover .md\:group-hover\:pr-0 {
    padding-right: 0;
  }

  .group:hover .md\:group-hover\:pb-0 {
    padding-bottom: 0;
  }

  .group:hover .md\:group-hover\:pl-0 {
    padding-left: 0;
  }

  .group:hover .md\:group-hover\:pt-1 {
    padding-top: 0.25rem;
  }

  .group:hover .md\:group-hover\:pr-1 {
    padding-right: 0.25rem;
  }

  .group:hover .md\:group-hover\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .group:hover .md\:group-hover\:pl-1 {
    padding-left: 0.25rem;
  }

  .group:hover .md\:group-hover\:pt-2 {
    padding-top: 0.5rem;
  }

  .group:hover .md\:group-hover\:pr-2 {
    padding-right: 0.5rem;
  }

  .group:hover .md\:group-hover\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .group:hover .md\:group-hover\:pl-2 {
    padding-left: 0.5rem;
  }

  .group:hover .md\:group-hover\:pt-3 {
    padding-top: 0.75rem;
  }

  .group:hover .md\:group-hover\:pr-3 {
    padding-right: 0.75rem;
  }

  .group:hover .md\:group-hover\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .group:hover .md\:group-hover\:pl-3 {
    padding-left: 0.75rem;
  }

  .group:hover .md\:group-hover\:pt-4 {
    padding-top: 1rem;
  }

  .group:hover .md\:group-hover\:pr-4 {
    padding-right: 1rem;
  }

  .group:hover .md\:group-hover\:pb-4 {
    padding-bottom: 1rem;
  }

  .group:hover .md\:group-hover\:pl-4 {
    padding-left: 1rem;
  }

  .group:hover .md\:group-hover\:pt-5 {
    padding-top: 1.25rem;
  }

  .group:hover .md\:group-hover\:pr-5 {
    padding-right: 1.25rem;
  }

  .group:hover .md\:group-hover\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .group:hover .md\:group-hover\:pl-5 {
    padding-left: 1.25rem;
  }

  .group:hover .md\:group-hover\:pt-6 {
    padding-top: 1.5rem;
  }

  .group:hover .md\:group-hover\:pr-6 {
    padding-right: 1.5rem;
  }

  .group:hover .md\:group-hover\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .group:hover .md\:group-hover\:pl-6 {
    padding-left: 1.5rem;
  }

  .group:hover .md\:group-hover\:pt-8 {
    padding-top: 2rem;
  }

  .group:hover .md\:group-hover\:pr-8 {
    padding-right: 2rem;
  }

  .group:hover .md\:group-hover\:pb-8 {
    padding-bottom: 2rem;
  }

  .group:hover .md\:group-hover\:pl-8 {
    padding-left: 2rem;
  }

  .group:hover .md\:group-hover\:pt-10 {
    padding-top: 2.5rem;
  }

  .group:hover .md\:group-hover\:pr-10 {
    padding-right: 2.5rem;
  }

  .group:hover .md\:group-hover\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .group:hover .md\:group-hover\:pl-10 {
    padding-left: 2.5rem;
  }

  .group:hover .md\:group-hover\:pt-12 {
    padding-top: 3rem;
  }

  .group:hover .md\:group-hover\:pr-12 {
    padding-right: 3rem;
  }

  .group:hover .md\:group-hover\:pb-12 {
    padding-bottom: 3rem;
  }

  .group:hover .md\:group-hover\:pl-12 {
    padding-left: 3rem;
  }

  .group:hover .md\:group-hover\:pt-16 {
    padding-top: 4rem;
  }

  .group:hover .md\:group-hover\:pr-16 {
    padding-right: 4rem;
  }

  .group:hover .md\:group-hover\:pb-16 {
    padding-bottom: 4rem;
  }

  .group:hover .md\:group-hover\:pl-16 {
    padding-left: 4rem;
  }

  .group:hover .md\:group-hover\:pt-20 {
    padding-top: 5rem;
  }

  .group:hover .md\:group-hover\:pr-20 {
    padding-right: 5rem;
  }

  .group:hover .md\:group-hover\:pb-20 {
    padding-bottom: 5rem;
  }

  .group:hover .md\:group-hover\:pl-20 {
    padding-left: 5rem;
  }

  .group:hover .md\:group-hover\:pt-24 {
    padding-top: 6rem;
  }

  .group:hover .md\:group-hover\:pr-24 {
    padding-right: 6rem;
  }

  .group:hover .md\:group-hover\:pb-24 {
    padding-bottom: 6rem;
  }

  .group:hover .md\:group-hover\:pl-24 {
    padding-left: 6rem;
  }

  .group:hover .md\:group-hover\:pt-32 {
    padding-top: 8rem;
  }

  .group:hover .md\:group-hover\:pr-32 {
    padding-right: 8rem;
  }

  .group:hover .md\:group-hover\:pb-32 {
    padding-bottom: 8rem;
  }

  .group:hover .md\:group-hover\:pl-32 {
    padding-left: 8rem;
  }

  .group:hover .md\:group-hover\:pt-40 {
    padding-top: 10rem;
  }

  .group:hover .md\:group-hover\:pr-40 {
    padding-right: 10rem;
  }

  .group:hover .md\:group-hover\:pb-40 {
    padding-bottom: 10rem;
  }

  .group:hover .md\:group-hover\:pl-40 {
    padding-left: 10rem;
  }

  .group:hover .md\:group-hover\:pt-48 {
    padding-top: 12rem;
  }

  .group:hover .md\:group-hover\:pr-48 {
    padding-right: 12rem;
  }

  .group:hover .md\:group-hover\:pb-48 {
    padding-bottom: 12rem;
  }

  .group:hover .md\:group-hover\:pl-48 {
    padding-left: 12rem;
  }

  .group:hover .md\:group-hover\:pt-56 {
    padding-top: 14rem;
  }

  .group:hover .md\:group-hover\:pr-56 {
    padding-right: 14rem;
  }

  .group:hover .md\:group-hover\:pb-56 {
    padding-bottom: 14rem;
  }

  .group:hover .md\:group-hover\:pl-56 {
    padding-left: 14rem;
  }

  .group:hover .md\:group-hover\:pt-64 {
    padding-top: 16rem;
  }

  .group:hover .md\:group-hover\:pr-64 {
    padding-right: 16rem;
  }

  .group:hover .md\:group-hover\:pb-64 {
    padding-bottom: 16rem;
  }

  .group:hover .md\:group-hover\:pl-64 {
    padding-left: 16rem;
  }

  .group:hover .md\:group-hover\:pt-px {
    padding-top: 1px;
  }

  .group:hover .md\:group-hover\:pr-px {
    padding-right: 1px;
  }

  .group:hover .md\:group-hover\:pb-px {
    padding-bottom: 1px;
  }

  .group:hover .md\:group-hover\:pl-px {
    padding-left: 1px;
  }

  .md\:focus-within\:p-0:focus-within {
    padding: 0;
  }

  .md\:focus-within\:p-1:focus-within {
    padding: 0.25rem;
  }

  .md\:focus-within\:p-2:focus-within {
    padding: 0.5rem;
  }

  .md\:focus-within\:p-3:focus-within {
    padding: 0.75rem;
  }

  .md\:focus-within\:p-4:focus-within {
    padding: 1rem;
  }

  .md\:focus-within\:p-5:focus-within {
    padding: 1.25rem;
  }

  .md\:focus-within\:p-6:focus-within {
    padding: 1.5rem;
  }

  .md\:focus-within\:p-8:focus-within {
    padding: 2rem;
  }

  .md\:focus-within\:p-10:focus-within {
    padding: 2.5rem;
  }

  .md\:focus-within\:p-12:focus-within {
    padding: 3rem;
  }

  .md\:focus-within\:p-16:focus-within {
    padding: 4rem;
  }

  .md\:focus-within\:p-20:focus-within {
    padding: 5rem;
  }

  .md\:focus-within\:p-24:focus-within {
    padding: 6rem;
  }

  .md\:focus-within\:p-32:focus-within {
    padding: 8rem;
  }

  .md\:focus-within\:p-40:focus-within {
    padding: 10rem;
  }

  .md\:focus-within\:p-48:focus-within {
    padding: 12rem;
  }

  .md\:focus-within\:p-56:focus-within {
    padding: 14rem;
  }

  .md\:focus-within\:p-64:focus-within {
    padding: 16rem;
  }

  .md\:focus-within\:p-px:focus-within {
    padding: 1px;
  }

  .md\:focus-within\:py-0:focus-within {
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:focus-within\:px-0:focus-within {
    padding-left: 0;
    padding-right: 0;
  }

  .md\:focus-within\:py-1:focus-within {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:focus-within\:px-1:focus-within {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:focus-within\:py-2:focus-within {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:focus-within\:px-2:focus-within {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:focus-within\:py-3:focus-within {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:focus-within\:px-3:focus-within {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:focus-within\:py-4:focus-within {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:focus-within\:px-4:focus-within {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:focus-within\:py-5:focus-within {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:focus-within\:px-5:focus-within {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:focus-within\:py-6:focus-within {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:focus-within\:px-6:focus-within {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:focus-within\:py-8:focus-within {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:focus-within\:px-8:focus-within {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:focus-within\:py-10:focus-within {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:focus-within\:px-10:focus-within {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:focus-within\:py-12:focus-within {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:focus-within\:px-12:focus-within {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:focus-within\:py-16:focus-within {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:focus-within\:px-16:focus-within {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:focus-within\:py-20:focus-within {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:focus-within\:px-20:focus-within {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:focus-within\:py-24:focus-within {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:focus-within\:px-24:focus-within {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:focus-within\:py-32:focus-within {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:focus-within\:px-32:focus-within {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:focus-within\:py-40:focus-within {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:focus-within\:px-40:focus-within {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:focus-within\:py-48:focus-within {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:focus-within\:px-48:focus-within {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:focus-within\:py-56:focus-within {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md\:focus-within\:px-56:focus-within {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .md\:focus-within\:py-64:focus-within {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:focus-within\:px-64:focus-within {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md\:focus-within\:py-px:focus-within {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:focus-within\:px-px:focus-within {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:focus-within\:pt-0:focus-within {
    padding-top: 0;
  }

  .md\:focus-within\:pr-0:focus-within {
    padding-right: 0;
  }

  .md\:focus-within\:pb-0:focus-within {
    padding-bottom: 0;
  }

  .md\:focus-within\:pl-0:focus-within {
    padding-left: 0;
  }

  .md\:focus-within\:pt-1:focus-within {
    padding-top: 0.25rem;
  }

  .md\:focus-within\:pr-1:focus-within {
    padding-right: 0.25rem;
  }

  .md\:focus-within\:pb-1:focus-within {
    padding-bottom: 0.25rem;
  }

  .md\:focus-within\:pl-1:focus-within {
    padding-left: 0.25rem;
  }

  .md\:focus-within\:pt-2:focus-within {
    padding-top: 0.5rem;
  }

  .md\:focus-within\:pr-2:focus-within {
    padding-right: 0.5rem;
  }

  .md\:focus-within\:pb-2:focus-within {
    padding-bottom: 0.5rem;
  }

  .md\:focus-within\:pl-2:focus-within {
    padding-left: 0.5rem;
  }

  .md\:focus-within\:pt-3:focus-within {
    padding-top: 0.75rem;
  }

  .md\:focus-within\:pr-3:focus-within {
    padding-right: 0.75rem;
  }

  .md\:focus-within\:pb-3:focus-within {
    padding-bottom: 0.75rem;
  }

  .md\:focus-within\:pl-3:focus-within {
    padding-left: 0.75rem;
  }

  .md\:focus-within\:pt-4:focus-within {
    padding-top: 1rem;
  }

  .md\:focus-within\:pr-4:focus-within {
    padding-right: 1rem;
  }

  .md\:focus-within\:pb-4:focus-within {
    padding-bottom: 1rem;
  }

  .md\:focus-within\:pl-4:focus-within {
    padding-left: 1rem;
  }

  .md\:focus-within\:pt-5:focus-within {
    padding-top: 1.25rem;
  }

  .md\:focus-within\:pr-5:focus-within {
    padding-right: 1.25rem;
  }

  .md\:focus-within\:pb-5:focus-within {
    padding-bottom: 1.25rem;
  }

  .md\:focus-within\:pl-5:focus-within {
    padding-left: 1.25rem;
  }

  .md\:focus-within\:pt-6:focus-within {
    padding-top: 1.5rem;
  }

  .md\:focus-within\:pr-6:focus-within {
    padding-right: 1.5rem;
  }

  .md\:focus-within\:pb-6:focus-within {
    padding-bottom: 1.5rem;
  }

  .md\:focus-within\:pl-6:focus-within {
    padding-left: 1.5rem;
  }

  .md\:focus-within\:pt-8:focus-within {
    padding-top: 2rem;
  }

  .md\:focus-within\:pr-8:focus-within {
    padding-right: 2rem;
  }

  .md\:focus-within\:pb-8:focus-within {
    padding-bottom: 2rem;
  }

  .md\:focus-within\:pl-8:focus-within {
    padding-left: 2rem;
  }

  .md\:focus-within\:pt-10:focus-within {
    padding-top: 2.5rem;
  }

  .md\:focus-within\:pr-10:focus-within {
    padding-right: 2.5rem;
  }

  .md\:focus-within\:pb-10:focus-within {
    padding-bottom: 2.5rem;
  }

  .md\:focus-within\:pl-10:focus-within {
    padding-left: 2.5rem;
  }

  .md\:focus-within\:pt-12:focus-within {
    padding-top: 3rem;
  }

  .md\:focus-within\:pr-12:focus-within {
    padding-right: 3rem;
  }

  .md\:focus-within\:pb-12:focus-within {
    padding-bottom: 3rem;
  }

  .md\:focus-within\:pl-12:focus-within {
    padding-left: 3rem;
  }

  .md\:focus-within\:pt-16:focus-within {
    padding-top: 4rem;
  }

  .md\:focus-within\:pr-16:focus-within {
    padding-right: 4rem;
  }

  .md\:focus-within\:pb-16:focus-within {
    padding-bottom: 4rem;
  }

  .md\:focus-within\:pl-16:focus-within {
    padding-left: 4rem;
  }

  .md\:focus-within\:pt-20:focus-within {
    padding-top: 5rem;
  }

  .md\:focus-within\:pr-20:focus-within {
    padding-right: 5rem;
  }

  .md\:focus-within\:pb-20:focus-within {
    padding-bottom: 5rem;
  }

  .md\:focus-within\:pl-20:focus-within {
    padding-left: 5rem;
  }

  .md\:focus-within\:pt-24:focus-within {
    padding-top: 6rem;
  }

  .md\:focus-within\:pr-24:focus-within {
    padding-right: 6rem;
  }

  .md\:focus-within\:pb-24:focus-within {
    padding-bottom: 6rem;
  }

  .md\:focus-within\:pl-24:focus-within {
    padding-left: 6rem;
  }

  .md\:focus-within\:pt-32:focus-within {
    padding-top: 8rem;
  }

  .md\:focus-within\:pr-32:focus-within {
    padding-right: 8rem;
  }

  .md\:focus-within\:pb-32:focus-within {
    padding-bottom: 8rem;
  }

  .md\:focus-within\:pl-32:focus-within {
    padding-left: 8rem;
  }

  .md\:focus-within\:pt-40:focus-within {
    padding-top: 10rem;
  }

  .md\:focus-within\:pr-40:focus-within {
    padding-right: 10rem;
  }

  .md\:focus-within\:pb-40:focus-within {
    padding-bottom: 10rem;
  }

  .md\:focus-within\:pl-40:focus-within {
    padding-left: 10rem;
  }

  .md\:focus-within\:pt-48:focus-within {
    padding-top: 12rem;
  }

  .md\:focus-within\:pr-48:focus-within {
    padding-right: 12rem;
  }

  .md\:focus-within\:pb-48:focus-within {
    padding-bottom: 12rem;
  }

  .md\:focus-within\:pl-48:focus-within {
    padding-left: 12rem;
  }

  .md\:focus-within\:pt-56:focus-within {
    padding-top: 14rem;
  }

  .md\:focus-within\:pr-56:focus-within {
    padding-right: 14rem;
  }

  .md\:focus-within\:pb-56:focus-within {
    padding-bottom: 14rem;
  }

  .md\:focus-within\:pl-56:focus-within {
    padding-left: 14rem;
  }

  .md\:focus-within\:pt-64:focus-within {
    padding-top: 16rem;
  }

  .md\:focus-within\:pr-64:focus-within {
    padding-right: 16rem;
  }

  .md\:focus-within\:pb-64:focus-within {
    padding-bottom: 16rem;
  }

  .md\:focus-within\:pl-64:focus-within {
    padding-left: 16rem;
  }

  .md\:focus-within\:pt-px:focus-within {
    padding-top: 1px;
  }

  .md\:focus-within\:pr-px:focus-within {
    padding-right: 1px;
  }

  .md\:focus-within\:pb-px:focus-within {
    padding-bottom: 1px;
  }

  .md\:focus-within\:pl-px:focus-within {
    padding-left: 1px;
  }

  .md\:first\:p-0:first-child {
    padding: 0;
  }

  .md\:first\:p-1:first-child {
    padding: 0.25rem;
  }

  .md\:first\:p-2:first-child {
    padding: 0.5rem;
  }

  .md\:first\:p-3:first-child {
    padding: 0.75rem;
  }

  .md\:first\:p-4:first-child {
    padding: 1rem;
  }

  .md\:first\:p-5:first-child {
    padding: 1.25rem;
  }

  .md\:first\:p-6:first-child {
    padding: 1.5rem;
  }

  .md\:first\:p-8:first-child {
    padding: 2rem;
  }

  .md\:first\:p-10:first-child {
    padding: 2.5rem;
  }

  .md\:first\:p-12:first-child {
    padding: 3rem;
  }

  .md\:first\:p-16:first-child {
    padding: 4rem;
  }

  .md\:first\:p-20:first-child {
    padding: 5rem;
  }

  .md\:first\:p-24:first-child {
    padding: 6rem;
  }

  .md\:first\:p-32:first-child {
    padding: 8rem;
  }

  .md\:first\:p-40:first-child {
    padding: 10rem;
  }

  .md\:first\:p-48:first-child {
    padding: 12rem;
  }

  .md\:first\:p-56:first-child {
    padding: 14rem;
  }

  .md\:first\:p-64:first-child {
    padding: 16rem;
  }

  .md\:first\:p-px:first-child {
    padding: 1px;
  }

  .md\:first\:py-0:first-child {
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:first\:px-0:first-child {
    padding-left: 0;
    padding-right: 0;
  }

  .md\:first\:py-1:first-child {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:first\:px-1:first-child {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:first\:py-2:first-child {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:first\:px-2:first-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:first\:py-3:first-child {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:first\:px-3:first-child {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:first\:py-4:first-child {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:first\:px-4:first-child {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:first\:py-5:first-child {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:first\:px-5:first-child {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:first\:py-6:first-child {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:first\:px-6:first-child {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:first\:py-8:first-child {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:first\:px-8:first-child {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:first\:py-10:first-child {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:first\:px-10:first-child {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:first\:py-12:first-child {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:first\:px-12:first-child {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:first\:py-16:first-child {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:first\:px-16:first-child {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:first\:py-20:first-child {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:first\:px-20:first-child {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:first\:py-24:first-child {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:first\:px-24:first-child {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:first\:py-32:first-child {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:first\:px-32:first-child {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:first\:py-40:first-child {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:first\:px-40:first-child {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:first\:py-48:first-child {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:first\:px-48:first-child {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:first\:py-56:first-child {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md\:first\:px-56:first-child {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .md\:first\:py-64:first-child {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:first\:px-64:first-child {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md\:first\:py-px:first-child {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:first\:px-px:first-child {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:first\:pt-0:first-child {
    padding-top: 0;
  }

  .md\:first\:pr-0:first-child {
    padding-right: 0;
  }

  .md\:first\:pb-0:first-child {
    padding-bottom: 0;
  }

  .md\:first\:pl-0:first-child {
    padding-left: 0;
  }

  .md\:first\:pt-1:first-child {
    padding-top: 0.25rem;
  }

  .md\:first\:pr-1:first-child {
    padding-right: 0.25rem;
  }

  .md\:first\:pb-1:first-child {
    padding-bottom: 0.25rem;
  }

  .md\:first\:pl-1:first-child {
    padding-left: 0.25rem;
  }

  .md\:first\:pt-2:first-child {
    padding-top: 0.5rem;
  }

  .md\:first\:pr-2:first-child {
    padding-right: 0.5rem;
  }

  .md\:first\:pb-2:first-child {
    padding-bottom: 0.5rem;
  }

  .md\:first\:pl-2:first-child {
    padding-left: 0.5rem;
  }

  .md\:first\:pt-3:first-child {
    padding-top: 0.75rem;
  }

  .md\:first\:pr-3:first-child {
    padding-right: 0.75rem;
  }

  .md\:first\:pb-3:first-child {
    padding-bottom: 0.75rem;
  }

  .md\:first\:pl-3:first-child {
    padding-left: 0.75rem;
  }

  .md\:first\:pt-4:first-child {
    padding-top: 1rem;
  }

  .md\:first\:pr-4:first-child {
    padding-right: 1rem;
  }

  .md\:first\:pb-4:first-child {
    padding-bottom: 1rem;
  }

  .md\:first\:pl-4:first-child {
    padding-left: 1rem;
  }

  .md\:first\:pt-5:first-child {
    padding-top: 1.25rem;
  }

  .md\:first\:pr-5:first-child {
    padding-right: 1.25rem;
  }

  .md\:first\:pb-5:first-child {
    padding-bottom: 1.25rem;
  }

  .md\:first\:pl-5:first-child {
    padding-left: 1.25rem;
  }

  .md\:first\:pt-6:first-child {
    padding-top: 1.5rem;
  }

  .md\:first\:pr-6:first-child {
    padding-right: 1.5rem;
  }

  .md\:first\:pb-6:first-child {
    padding-bottom: 1.5rem;
  }

  .md\:first\:pl-6:first-child {
    padding-left: 1.5rem;
  }

  .md\:first\:pt-8:first-child {
    padding-top: 2rem;
  }

  .md\:first\:pr-8:first-child {
    padding-right: 2rem;
  }

  .md\:first\:pb-8:first-child {
    padding-bottom: 2rem;
  }

  .md\:first\:pl-8:first-child {
    padding-left: 2rem;
  }

  .md\:first\:pt-10:first-child {
    padding-top: 2.5rem;
  }

  .md\:first\:pr-10:first-child {
    padding-right: 2.5rem;
  }

  .md\:first\:pb-10:first-child {
    padding-bottom: 2.5rem;
  }

  .md\:first\:pl-10:first-child {
    padding-left: 2.5rem;
  }

  .md\:first\:pt-12:first-child {
    padding-top: 3rem;
  }

  .md\:first\:pr-12:first-child {
    padding-right: 3rem;
  }

  .md\:first\:pb-12:first-child {
    padding-bottom: 3rem;
  }

  .md\:first\:pl-12:first-child {
    padding-left: 3rem;
  }

  .md\:first\:pt-16:first-child {
    padding-top: 4rem;
  }

  .md\:first\:pr-16:first-child {
    padding-right: 4rem;
  }

  .md\:first\:pb-16:first-child {
    padding-bottom: 4rem;
  }

  .md\:first\:pl-16:first-child {
    padding-left: 4rem;
  }

  .md\:first\:pt-20:first-child {
    padding-top: 5rem;
  }

  .md\:first\:pr-20:first-child {
    padding-right: 5rem;
  }

  .md\:first\:pb-20:first-child {
    padding-bottom: 5rem;
  }

  .md\:first\:pl-20:first-child {
    padding-left: 5rem;
  }

  .md\:first\:pt-24:first-child {
    padding-top: 6rem;
  }

  .md\:first\:pr-24:first-child {
    padding-right: 6rem;
  }

  .md\:first\:pb-24:first-child {
    padding-bottom: 6rem;
  }

  .md\:first\:pl-24:first-child {
    padding-left: 6rem;
  }

  .md\:first\:pt-32:first-child {
    padding-top: 8rem;
  }

  .md\:first\:pr-32:first-child {
    padding-right: 8rem;
  }

  .md\:first\:pb-32:first-child {
    padding-bottom: 8rem;
  }

  .md\:first\:pl-32:first-child {
    padding-left: 8rem;
  }

  .md\:first\:pt-40:first-child {
    padding-top: 10rem;
  }

  .md\:first\:pr-40:first-child {
    padding-right: 10rem;
  }

  .md\:first\:pb-40:first-child {
    padding-bottom: 10rem;
  }

  .md\:first\:pl-40:first-child {
    padding-left: 10rem;
  }

  .md\:first\:pt-48:first-child {
    padding-top: 12rem;
  }

  .md\:first\:pr-48:first-child {
    padding-right: 12rem;
  }

  .md\:first\:pb-48:first-child {
    padding-bottom: 12rem;
  }

  .md\:first\:pl-48:first-child {
    padding-left: 12rem;
  }

  .md\:first\:pt-56:first-child {
    padding-top: 14rem;
  }

  .md\:first\:pr-56:first-child {
    padding-right: 14rem;
  }

  .md\:first\:pb-56:first-child {
    padding-bottom: 14rem;
  }

  .md\:first\:pl-56:first-child {
    padding-left: 14rem;
  }

  .md\:first\:pt-64:first-child {
    padding-top: 16rem;
  }

  .md\:first\:pr-64:first-child {
    padding-right: 16rem;
  }

  .md\:first\:pb-64:first-child {
    padding-bottom: 16rem;
  }

  .md\:first\:pl-64:first-child {
    padding-left: 16rem;
  }

  .md\:first\:pt-px:first-child {
    padding-top: 1px;
  }

  .md\:first\:pr-px:first-child {
    padding-right: 1px;
  }

  .md\:first\:pb-px:first-child {
    padding-bottom: 1px;
  }

  .md\:first\:pl-px:first-child {
    padding-left: 1px;
  }

  .md\:last\:p-0:last-child {
    padding: 0;
  }

  .md\:last\:p-1:last-child {
    padding: 0.25rem;
  }

  .md\:last\:p-2:last-child {
    padding: 0.5rem;
  }

  .md\:last\:p-3:last-child {
    padding: 0.75rem;
  }

  .md\:last\:p-4:last-child {
    padding: 1rem;
  }

  .md\:last\:p-5:last-child {
    padding: 1.25rem;
  }

  .md\:last\:p-6:last-child {
    padding: 1.5rem;
  }

  .md\:last\:p-8:last-child {
    padding: 2rem;
  }

  .md\:last\:p-10:last-child {
    padding: 2.5rem;
  }

  .md\:last\:p-12:last-child {
    padding: 3rem;
  }

  .md\:last\:p-16:last-child {
    padding: 4rem;
  }

  .md\:last\:p-20:last-child {
    padding: 5rem;
  }

  .md\:last\:p-24:last-child {
    padding: 6rem;
  }

  .md\:last\:p-32:last-child {
    padding: 8rem;
  }

  .md\:last\:p-40:last-child {
    padding: 10rem;
  }

  .md\:last\:p-48:last-child {
    padding: 12rem;
  }

  .md\:last\:p-56:last-child {
    padding: 14rem;
  }

  .md\:last\:p-64:last-child {
    padding: 16rem;
  }

  .md\:last\:p-px:last-child {
    padding: 1px;
  }

  .md\:last\:py-0:last-child {
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:last\:px-0:last-child {
    padding-left: 0;
    padding-right: 0;
  }

  .md\:last\:py-1:last-child {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:last\:px-1:last-child {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:last\:py-2:last-child {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:last\:px-2:last-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:last\:py-3:last-child {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:last\:px-3:last-child {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:last\:py-4:last-child {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:last\:px-4:last-child {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:last\:py-5:last-child {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:last\:px-5:last-child {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:last\:py-6:last-child {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:last\:px-6:last-child {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:last\:py-8:last-child {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:last\:px-8:last-child {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:last\:py-10:last-child {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:last\:px-10:last-child {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:last\:py-12:last-child {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:last\:px-12:last-child {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:last\:py-16:last-child {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:last\:px-16:last-child {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:last\:py-20:last-child {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:last\:px-20:last-child {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:last\:py-24:last-child {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:last\:px-24:last-child {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:last\:py-32:last-child {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:last\:px-32:last-child {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:last\:py-40:last-child {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:last\:px-40:last-child {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:last\:py-48:last-child {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:last\:px-48:last-child {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:last\:py-56:last-child {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md\:last\:px-56:last-child {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .md\:last\:py-64:last-child {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:last\:px-64:last-child {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md\:last\:py-px:last-child {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:last\:px-px:last-child {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:last\:pt-0:last-child {
    padding-top: 0;
  }

  .md\:last\:pr-0:last-child {
    padding-right: 0;
  }

  .md\:last\:pb-0:last-child {
    padding-bottom: 0;
  }

  .md\:last\:pl-0:last-child {
    padding-left: 0;
  }

  .md\:last\:pt-1:last-child {
    padding-top: 0.25rem;
  }

  .md\:last\:pr-1:last-child {
    padding-right: 0.25rem;
  }

  .md\:last\:pb-1:last-child {
    padding-bottom: 0.25rem;
  }

  .md\:last\:pl-1:last-child {
    padding-left: 0.25rem;
  }

  .md\:last\:pt-2:last-child {
    padding-top: 0.5rem;
  }

  .md\:last\:pr-2:last-child {
    padding-right: 0.5rem;
  }

  .md\:last\:pb-2:last-child {
    padding-bottom: 0.5rem;
  }

  .md\:last\:pl-2:last-child {
    padding-left: 0.5rem;
  }

  .md\:last\:pt-3:last-child {
    padding-top: 0.75rem;
  }

  .md\:last\:pr-3:last-child {
    padding-right: 0.75rem;
  }

  .md\:last\:pb-3:last-child {
    padding-bottom: 0.75rem;
  }

  .md\:last\:pl-3:last-child {
    padding-left: 0.75rem;
  }

  .md\:last\:pt-4:last-child {
    padding-top: 1rem;
  }

  .md\:last\:pr-4:last-child {
    padding-right: 1rem;
  }

  .md\:last\:pb-4:last-child {
    padding-bottom: 1rem;
  }

  .md\:last\:pl-4:last-child {
    padding-left: 1rem;
  }

  .md\:last\:pt-5:last-child {
    padding-top: 1.25rem;
  }

  .md\:last\:pr-5:last-child {
    padding-right: 1.25rem;
  }

  .md\:last\:pb-5:last-child {
    padding-bottom: 1.25rem;
  }

  .md\:last\:pl-5:last-child {
    padding-left: 1.25rem;
  }

  .md\:last\:pt-6:last-child {
    padding-top: 1.5rem;
  }

  .md\:last\:pr-6:last-child {
    padding-right: 1.5rem;
  }

  .md\:last\:pb-6:last-child {
    padding-bottom: 1.5rem;
  }

  .md\:last\:pl-6:last-child {
    padding-left: 1.5rem;
  }

  .md\:last\:pt-8:last-child {
    padding-top: 2rem;
  }

  .md\:last\:pr-8:last-child {
    padding-right: 2rem;
  }

  .md\:last\:pb-8:last-child {
    padding-bottom: 2rem;
  }

  .md\:last\:pl-8:last-child {
    padding-left: 2rem;
  }

  .md\:last\:pt-10:last-child {
    padding-top: 2.5rem;
  }

  .md\:last\:pr-10:last-child {
    padding-right: 2.5rem;
  }

  .md\:last\:pb-10:last-child {
    padding-bottom: 2.5rem;
  }

  .md\:last\:pl-10:last-child {
    padding-left: 2.5rem;
  }

  .md\:last\:pt-12:last-child {
    padding-top: 3rem;
  }

  .md\:last\:pr-12:last-child {
    padding-right: 3rem;
  }

  .md\:last\:pb-12:last-child {
    padding-bottom: 3rem;
  }

  .md\:last\:pl-12:last-child {
    padding-left: 3rem;
  }

  .md\:last\:pt-16:last-child {
    padding-top: 4rem;
  }

  .md\:last\:pr-16:last-child {
    padding-right: 4rem;
  }

  .md\:last\:pb-16:last-child {
    padding-bottom: 4rem;
  }

  .md\:last\:pl-16:last-child {
    padding-left: 4rem;
  }

  .md\:last\:pt-20:last-child {
    padding-top: 5rem;
  }

  .md\:last\:pr-20:last-child {
    padding-right: 5rem;
  }

  .md\:last\:pb-20:last-child {
    padding-bottom: 5rem;
  }

  .md\:last\:pl-20:last-child {
    padding-left: 5rem;
  }

  .md\:last\:pt-24:last-child {
    padding-top: 6rem;
  }

  .md\:last\:pr-24:last-child {
    padding-right: 6rem;
  }

  .md\:last\:pb-24:last-child {
    padding-bottom: 6rem;
  }

  .md\:last\:pl-24:last-child {
    padding-left: 6rem;
  }

  .md\:last\:pt-32:last-child {
    padding-top: 8rem;
  }

  .md\:last\:pr-32:last-child {
    padding-right: 8rem;
  }

  .md\:last\:pb-32:last-child {
    padding-bottom: 8rem;
  }

  .md\:last\:pl-32:last-child {
    padding-left: 8rem;
  }

  .md\:last\:pt-40:last-child {
    padding-top: 10rem;
  }

  .md\:last\:pr-40:last-child {
    padding-right: 10rem;
  }

  .md\:last\:pb-40:last-child {
    padding-bottom: 10rem;
  }

  .md\:last\:pl-40:last-child {
    padding-left: 10rem;
  }

  .md\:last\:pt-48:last-child {
    padding-top: 12rem;
  }

  .md\:last\:pr-48:last-child {
    padding-right: 12rem;
  }

  .md\:last\:pb-48:last-child {
    padding-bottom: 12rem;
  }

  .md\:last\:pl-48:last-child {
    padding-left: 12rem;
  }

  .md\:last\:pt-56:last-child {
    padding-top: 14rem;
  }

  .md\:last\:pr-56:last-child {
    padding-right: 14rem;
  }

  .md\:last\:pb-56:last-child {
    padding-bottom: 14rem;
  }

  .md\:last\:pl-56:last-child {
    padding-left: 14rem;
  }

  .md\:last\:pt-64:last-child {
    padding-top: 16rem;
  }

  .md\:last\:pr-64:last-child {
    padding-right: 16rem;
  }

  .md\:last\:pb-64:last-child {
    padding-bottom: 16rem;
  }

  .md\:last\:pl-64:last-child {
    padding-left: 16rem;
  }

  .md\:last\:pt-px:last-child {
    padding-top: 1px;
  }

  .md\:last\:pr-px:last-child {
    padding-right: 1px;
  }

  .md\:last\:pb-px:last-child {
    padding-bottom: 1px;
  }

  .md\:last\:pl-px:last-child {
    padding-left: 1px;
  }

  .md\:odd\:p-0:nth-child(odd) {
    padding: 0;
  }

  .md\:odd\:p-1:nth-child(odd) {
    padding: 0.25rem;
  }

  .md\:odd\:p-2:nth-child(odd) {
    padding: 0.5rem;
  }

  .md\:odd\:p-3:nth-child(odd) {
    padding: 0.75rem;
  }

  .md\:odd\:p-4:nth-child(odd) {
    padding: 1rem;
  }

  .md\:odd\:p-5:nth-child(odd) {
    padding: 1.25rem;
  }

  .md\:odd\:p-6:nth-child(odd) {
    padding: 1.5rem;
  }

  .md\:odd\:p-8:nth-child(odd) {
    padding: 2rem;
  }

  .md\:odd\:p-10:nth-child(odd) {
    padding: 2.5rem;
  }

  .md\:odd\:p-12:nth-child(odd) {
    padding: 3rem;
  }

  .md\:odd\:p-16:nth-child(odd) {
    padding: 4rem;
  }

  .md\:odd\:p-20:nth-child(odd) {
    padding: 5rem;
  }

  .md\:odd\:p-24:nth-child(odd) {
    padding: 6rem;
  }

  .md\:odd\:p-32:nth-child(odd) {
    padding: 8rem;
  }

  .md\:odd\:p-40:nth-child(odd) {
    padding: 10rem;
  }

  .md\:odd\:p-48:nth-child(odd) {
    padding: 12rem;
  }

  .md\:odd\:p-56:nth-child(odd) {
    padding: 14rem;
  }

  .md\:odd\:p-64:nth-child(odd) {
    padding: 16rem;
  }

  .md\:odd\:p-px:nth-child(odd) {
    padding: 1px;
  }

  .md\:odd\:py-0:nth-child(odd) {
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:odd\:px-0:nth-child(odd) {
    padding-left: 0;
    padding-right: 0;
  }

  .md\:odd\:py-1:nth-child(odd) {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:odd\:px-1:nth-child(odd) {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:odd\:py-2:nth-child(odd) {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:odd\:px-2:nth-child(odd) {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:odd\:py-3:nth-child(odd) {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:odd\:px-3:nth-child(odd) {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:odd\:py-4:nth-child(odd) {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:odd\:px-4:nth-child(odd) {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:odd\:py-5:nth-child(odd) {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:odd\:px-5:nth-child(odd) {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:odd\:py-6:nth-child(odd) {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:odd\:px-6:nth-child(odd) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:odd\:py-8:nth-child(odd) {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:odd\:px-8:nth-child(odd) {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:odd\:py-10:nth-child(odd) {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:odd\:px-10:nth-child(odd) {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:odd\:py-12:nth-child(odd) {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:odd\:px-12:nth-child(odd) {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:odd\:py-16:nth-child(odd) {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:odd\:px-16:nth-child(odd) {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:odd\:py-20:nth-child(odd) {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:odd\:px-20:nth-child(odd) {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:odd\:py-24:nth-child(odd) {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:odd\:px-24:nth-child(odd) {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:odd\:py-32:nth-child(odd) {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:odd\:px-32:nth-child(odd) {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:odd\:py-40:nth-child(odd) {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:odd\:px-40:nth-child(odd) {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:odd\:py-48:nth-child(odd) {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:odd\:px-48:nth-child(odd) {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:odd\:py-56:nth-child(odd) {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md\:odd\:px-56:nth-child(odd) {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .md\:odd\:py-64:nth-child(odd) {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:odd\:px-64:nth-child(odd) {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md\:odd\:py-px:nth-child(odd) {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:odd\:px-px:nth-child(odd) {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:odd\:pt-0:nth-child(odd) {
    padding-top: 0;
  }

  .md\:odd\:pr-0:nth-child(odd) {
    padding-right: 0;
  }

  .md\:odd\:pb-0:nth-child(odd) {
    padding-bottom: 0;
  }

  .md\:odd\:pl-0:nth-child(odd) {
    padding-left: 0;
  }

  .md\:odd\:pt-1:nth-child(odd) {
    padding-top: 0.25rem;
  }

  .md\:odd\:pr-1:nth-child(odd) {
    padding-right: 0.25rem;
  }

  .md\:odd\:pb-1:nth-child(odd) {
    padding-bottom: 0.25rem;
  }

  .md\:odd\:pl-1:nth-child(odd) {
    padding-left: 0.25rem;
  }

  .md\:odd\:pt-2:nth-child(odd) {
    padding-top: 0.5rem;
  }

  .md\:odd\:pr-2:nth-child(odd) {
    padding-right: 0.5rem;
  }

  .md\:odd\:pb-2:nth-child(odd) {
    padding-bottom: 0.5rem;
  }

  .md\:odd\:pl-2:nth-child(odd) {
    padding-left: 0.5rem;
  }

  .md\:odd\:pt-3:nth-child(odd) {
    padding-top: 0.75rem;
  }

  .md\:odd\:pr-3:nth-child(odd) {
    padding-right: 0.75rem;
  }

  .md\:odd\:pb-3:nth-child(odd) {
    padding-bottom: 0.75rem;
  }

  .md\:odd\:pl-3:nth-child(odd) {
    padding-left: 0.75rem;
  }

  .md\:odd\:pt-4:nth-child(odd) {
    padding-top: 1rem;
  }

  .md\:odd\:pr-4:nth-child(odd) {
    padding-right: 1rem;
  }

  .md\:odd\:pb-4:nth-child(odd) {
    padding-bottom: 1rem;
  }

  .md\:odd\:pl-4:nth-child(odd) {
    padding-left: 1rem;
  }

  .md\:odd\:pt-5:nth-child(odd) {
    padding-top: 1.25rem;
  }

  .md\:odd\:pr-5:nth-child(odd) {
    padding-right: 1.25rem;
  }

  .md\:odd\:pb-5:nth-child(odd) {
    padding-bottom: 1.25rem;
  }

  .md\:odd\:pl-5:nth-child(odd) {
    padding-left: 1.25rem;
  }

  .md\:odd\:pt-6:nth-child(odd) {
    padding-top: 1.5rem;
  }

  .md\:odd\:pr-6:nth-child(odd) {
    padding-right: 1.5rem;
  }

  .md\:odd\:pb-6:nth-child(odd) {
    padding-bottom: 1.5rem;
  }

  .md\:odd\:pl-6:nth-child(odd) {
    padding-left: 1.5rem;
  }

  .md\:odd\:pt-8:nth-child(odd) {
    padding-top: 2rem;
  }

  .md\:odd\:pr-8:nth-child(odd) {
    padding-right: 2rem;
  }

  .md\:odd\:pb-8:nth-child(odd) {
    padding-bottom: 2rem;
  }

  .md\:odd\:pl-8:nth-child(odd) {
    padding-left: 2rem;
  }

  .md\:odd\:pt-10:nth-child(odd) {
    padding-top: 2.5rem;
  }

  .md\:odd\:pr-10:nth-child(odd) {
    padding-right: 2.5rem;
  }

  .md\:odd\:pb-10:nth-child(odd) {
    padding-bottom: 2.5rem;
  }

  .md\:odd\:pl-10:nth-child(odd) {
    padding-left: 2.5rem;
  }

  .md\:odd\:pt-12:nth-child(odd) {
    padding-top: 3rem;
  }

  .md\:odd\:pr-12:nth-child(odd) {
    padding-right: 3rem;
  }

  .md\:odd\:pb-12:nth-child(odd) {
    padding-bottom: 3rem;
  }

  .md\:odd\:pl-12:nth-child(odd) {
    padding-left: 3rem;
  }

  .md\:odd\:pt-16:nth-child(odd) {
    padding-top: 4rem;
  }

  .md\:odd\:pr-16:nth-child(odd) {
    padding-right: 4rem;
  }

  .md\:odd\:pb-16:nth-child(odd) {
    padding-bottom: 4rem;
  }

  .md\:odd\:pl-16:nth-child(odd) {
    padding-left: 4rem;
  }

  .md\:odd\:pt-20:nth-child(odd) {
    padding-top: 5rem;
  }

  .md\:odd\:pr-20:nth-child(odd) {
    padding-right: 5rem;
  }

  .md\:odd\:pb-20:nth-child(odd) {
    padding-bottom: 5rem;
  }

  .md\:odd\:pl-20:nth-child(odd) {
    padding-left: 5rem;
  }

  .md\:odd\:pt-24:nth-child(odd) {
    padding-top: 6rem;
  }

  .md\:odd\:pr-24:nth-child(odd) {
    padding-right: 6rem;
  }

  .md\:odd\:pb-24:nth-child(odd) {
    padding-bottom: 6rem;
  }

  .md\:odd\:pl-24:nth-child(odd) {
    padding-left: 6rem;
  }

  .md\:odd\:pt-32:nth-child(odd) {
    padding-top: 8rem;
  }

  .md\:odd\:pr-32:nth-child(odd) {
    padding-right: 8rem;
  }

  .md\:odd\:pb-32:nth-child(odd) {
    padding-bottom: 8rem;
  }

  .md\:odd\:pl-32:nth-child(odd) {
    padding-left: 8rem;
  }

  .md\:odd\:pt-40:nth-child(odd) {
    padding-top: 10rem;
  }

  .md\:odd\:pr-40:nth-child(odd) {
    padding-right: 10rem;
  }

  .md\:odd\:pb-40:nth-child(odd) {
    padding-bottom: 10rem;
  }

  .md\:odd\:pl-40:nth-child(odd) {
    padding-left: 10rem;
  }

  .md\:odd\:pt-48:nth-child(odd) {
    padding-top: 12rem;
  }

  .md\:odd\:pr-48:nth-child(odd) {
    padding-right: 12rem;
  }

  .md\:odd\:pb-48:nth-child(odd) {
    padding-bottom: 12rem;
  }

  .md\:odd\:pl-48:nth-child(odd) {
    padding-left: 12rem;
  }

  .md\:odd\:pt-56:nth-child(odd) {
    padding-top: 14rem;
  }

  .md\:odd\:pr-56:nth-child(odd) {
    padding-right: 14rem;
  }

  .md\:odd\:pb-56:nth-child(odd) {
    padding-bottom: 14rem;
  }

  .md\:odd\:pl-56:nth-child(odd) {
    padding-left: 14rem;
  }

  .md\:odd\:pt-64:nth-child(odd) {
    padding-top: 16rem;
  }

  .md\:odd\:pr-64:nth-child(odd) {
    padding-right: 16rem;
  }

  .md\:odd\:pb-64:nth-child(odd) {
    padding-bottom: 16rem;
  }

  .md\:odd\:pl-64:nth-child(odd) {
    padding-left: 16rem;
  }

  .md\:odd\:pt-px:nth-child(odd) {
    padding-top: 1px;
  }

  .md\:odd\:pr-px:nth-child(odd) {
    padding-right: 1px;
  }

  .md\:odd\:pb-px:nth-child(odd) {
    padding-bottom: 1px;
  }

  .md\:odd\:pl-px:nth-child(odd) {
    padding-left: 1px;
  }

  .md\:even\:p-0:nth-child(even) {
    padding: 0;
  }

  .md\:even\:p-1:nth-child(even) {
    padding: 0.25rem;
  }

  .md\:even\:p-2:nth-child(even) {
    padding: 0.5rem;
  }

  .md\:even\:p-3:nth-child(even) {
    padding: 0.75rem;
  }

  .md\:even\:p-4:nth-child(even) {
    padding: 1rem;
  }

  .md\:even\:p-5:nth-child(even) {
    padding: 1.25rem;
  }

  .md\:even\:p-6:nth-child(even) {
    padding: 1.5rem;
  }

  .md\:even\:p-8:nth-child(even) {
    padding: 2rem;
  }

  .md\:even\:p-10:nth-child(even) {
    padding: 2.5rem;
  }

  .md\:even\:p-12:nth-child(even) {
    padding: 3rem;
  }

  .md\:even\:p-16:nth-child(even) {
    padding: 4rem;
  }

  .md\:even\:p-20:nth-child(even) {
    padding: 5rem;
  }

  .md\:even\:p-24:nth-child(even) {
    padding: 6rem;
  }

  .md\:even\:p-32:nth-child(even) {
    padding: 8rem;
  }

  .md\:even\:p-40:nth-child(even) {
    padding: 10rem;
  }

  .md\:even\:p-48:nth-child(even) {
    padding: 12rem;
  }

  .md\:even\:p-56:nth-child(even) {
    padding: 14rem;
  }

  .md\:even\:p-64:nth-child(even) {
    padding: 16rem;
  }

  .md\:even\:p-px:nth-child(even) {
    padding: 1px;
  }

  .md\:even\:py-0:nth-child(even) {
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:even\:px-0:nth-child(even) {
    padding-left: 0;
    padding-right: 0;
  }

  .md\:even\:py-1:nth-child(even) {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:even\:px-1:nth-child(even) {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:even\:py-2:nth-child(even) {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:even\:px-2:nth-child(even) {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:even\:py-3:nth-child(even) {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:even\:px-3:nth-child(even) {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:even\:py-4:nth-child(even) {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:even\:px-4:nth-child(even) {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:even\:py-5:nth-child(even) {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:even\:px-5:nth-child(even) {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:even\:py-6:nth-child(even) {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:even\:px-6:nth-child(even) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:even\:py-8:nth-child(even) {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:even\:px-8:nth-child(even) {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:even\:py-10:nth-child(even) {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:even\:px-10:nth-child(even) {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:even\:py-12:nth-child(even) {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:even\:px-12:nth-child(even) {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:even\:py-16:nth-child(even) {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:even\:px-16:nth-child(even) {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:even\:py-20:nth-child(even) {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:even\:px-20:nth-child(even) {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:even\:py-24:nth-child(even) {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:even\:px-24:nth-child(even) {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:even\:py-32:nth-child(even) {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:even\:px-32:nth-child(even) {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:even\:py-40:nth-child(even) {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:even\:px-40:nth-child(even) {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:even\:py-48:nth-child(even) {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:even\:px-48:nth-child(even) {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:even\:py-56:nth-child(even) {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md\:even\:px-56:nth-child(even) {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .md\:even\:py-64:nth-child(even) {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:even\:px-64:nth-child(even) {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md\:even\:py-px:nth-child(even) {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:even\:px-px:nth-child(even) {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:even\:pt-0:nth-child(even) {
    padding-top: 0;
  }

  .md\:even\:pr-0:nth-child(even) {
    padding-right: 0;
  }

  .md\:even\:pb-0:nth-child(even) {
    padding-bottom: 0;
  }

  .md\:even\:pl-0:nth-child(even) {
    padding-left: 0;
  }

  .md\:even\:pt-1:nth-child(even) {
    padding-top: 0.25rem;
  }

  .md\:even\:pr-1:nth-child(even) {
    padding-right: 0.25rem;
  }

  .md\:even\:pb-1:nth-child(even) {
    padding-bottom: 0.25rem;
  }

  .md\:even\:pl-1:nth-child(even) {
    padding-left: 0.25rem;
  }

  .md\:even\:pt-2:nth-child(even) {
    padding-top: 0.5rem;
  }

  .md\:even\:pr-2:nth-child(even) {
    padding-right: 0.5rem;
  }

  .md\:even\:pb-2:nth-child(even) {
    padding-bottom: 0.5rem;
  }

  .md\:even\:pl-2:nth-child(even) {
    padding-left: 0.5rem;
  }

  .md\:even\:pt-3:nth-child(even) {
    padding-top: 0.75rem;
  }

  .md\:even\:pr-3:nth-child(even) {
    padding-right: 0.75rem;
  }

  .md\:even\:pb-3:nth-child(even) {
    padding-bottom: 0.75rem;
  }

  .md\:even\:pl-3:nth-child(even) {
    padding-left: 0.75rem;
  }

  .md\:even\:pt-4:nth-child(even) {
    padding-top: 1rem;
  }

  .md\:even\:pr-4:nth-child(even) {
    padding-right: 1rem;
  }

  .md\:even\:pb-4:nth-child(even) {
    padding-bottom: 1rem;
  }

  .md\:even\:pl-4:nth-child(even) {
    padding-left: 1rem;
  }

  .md\:even\:pt-5:nth-child(even) {
    padding-top: 1.25rem;
  }

  .md\:even\:pr-5:nth-child(even) {
    padding-right: 1.25rem;
  }

  .md\:even\:pb-5:nth-child(even) {
    padding-bottom: 1.25rem;
  }

  .md\:even\:pl-5:nth-child(even) {
    padding-left: 1.25rem;
  }

  .md\:even\:pt-6:nth-child(even) {
    padding-top: 1.5rem;
  }

  .md\:even\:pr-6:nth-child(even) {
    padding-right: 1.5rem;
  }

  .md\:even\:pb-6:nth-child(even) {
    padding-bottom: 1.5rem;
  }

  .md\:even\:pl-6:nth-child(even) {
    padding-left: 1.5rem;
  }

  .md\:even\:pt-8:nth-child(even) {
    padding-top: 2rem;
  }

  .md\:even\:pr-8:nth-child(even) {
    padding-right: 2rem;
  }

  .md\:even\:pb-8:nth-child(even) {
    padding-bottom: 2rem;
  }

  .md\:even\:pl-8:nth-child(even) {
    padding-left: 2rem;
  }

  .md\:even\:pt-10:nth-child(even) {
    padding-top: 2.5rem;
  }

  .md\:even\:pr-10:nth-child(even) {
    padding-right: 2.5rem;
  }

  .md\:even\:pb-10:nth-child(even) {
    padding-bottom: 2.5rem;
  }

  .md\:even\:pl-10:nth-child(even) {
    padding-left: 2.5rem;
  }

  .md\:even\:pt-12:nth-child(even) {
    padding-top: 3rem;
  }

  .md\:even\:pr-12:nth-child(even) {
    padding-right: 3rem;
  }

  .md\:even\:pb-12:nth-child(even) {
    padding-bottom: 3rem;
  }

  .md\:even\:pl-12:nth-child(even) {
    padding-left: 3rem;
  }

  .md\:even\:pt-16:nth-child(even) {
    padding-top: 4rem;
  }

  .md\:even\:pr-16:nth-child(even) {
    padding-right: 4rem;
  }

  .md\:even\:pb-16:nth-child(even) {
    padding-bottom: 4rem;
  }

  .md\:even\:pl-16:nth-child(even) {
    padding-left: 4rem;
  }

  .md\:even\:pt-20:nth-child(even) {
    padding-top: 5rem;
  }

  .md\:even\:pr-20:nth-child(even) {
    padding-right: 5rem;
  }

  .md\:even\:pb-20:nth-child(even) {
    padding-bottom: 5rem;
  }

  .md\:even\:pl-20:nth-child(even) {
    padding-left: 5rem;
  }

  .md\:even\:pt-24:nth-child(even) {
    padding-top: 6rem;
  }

  .md\:even\:pr-24:nth-child(even) {
    padding-right: 6rem;
  }

  .md\:even\:pb-24:nth-child(even) {
    padding-bottom: 6rem;
  }

  .md\:even\:pl-24:nth-child(even) {
    padding-left: 6rem;
  }

  .md\:even\:pt-32:nth-child(even) {
    padding-top: 8rem;
  }

  .md\:even\:pr-32:nth-child(even) {
    padding-right: 8rem;
  }

  .md\:even\:pb-32:nth-child(even) {
    padding-bottom: 8rem;
  }

  .md\:even\:pl-32:nth-child(even) {
    padding-left: 8rem;
  }

  .md\:even\:pt-40:nth-child(even) {
    padding-top: 10rem;
  }

  .md\:even\:pr-40:nth-child(even) {
    padding-right: 10rem;
  }

  .md\:even\:pb-40:nth-child(even) {
    padding-bottom: 10rem;
  }

  .md\:even\:pl-40:nth-child(even) {
    padding-left: 10rem;
  }

  .md\:even\:pt-48:nth-child(even) {
    padding-top: 12rem;
  }

  .md\:even\:pr-48:nth-child(even) {
    padding-right: 12rem;
  }

  .md\:even\:pb-48:nth-child(even) {
    padding-bottom: 12rem;
  }

  .md\:even\:pl-48:nth-child(even) {
    padding-left: 12rem;
  }

  .md\:even\:pt-56:nth-child(even) {
    padding-top: 14rem;
  }

  .md\:even\:pr-56:nth-child(even) {
    padding-right: 14rem;
  }

  .md\:even\:pb-56:nth-child(even) {
    padding-bottom: 14rem;
  }

  .md\:even\:pl-56:nth-child(even) {
    padding-left: 14rem;
  }

  .md\:even\:pt-64:nth-child(even) {
    padding-top: 16rem;
  }

  .md\:even\:pr-64:nth-child(even) {
    padding-right: 16rem;
  }

  .md\:even\:pb-64:nth-child(even) {
    padding-bottom: 16rem;
  }

  .md\:even\:pl-64:nth-child(even) {
    padding-left: 16rem;
  }

  .md\:even\:pt-px:nth-child(even) {
    padding-top: 1px;
  }

  .md\:even\:pr-px:nth-child(even) {
    padding-right: 1px;
  }

  .md\:even\:pb-px:nth-child(even) {
    padding-bottom: 1px;
  }

  .md\:even\:pl-px:nth-child(even) {
    padding-left: 1px;
  }

  .md\:hover\:p-0:hover {
    padding: 0;
  }

  .md\:hover\:p-1:hover {
    padding: 0.25rem;
  }

  .md\:hover\:p-2:hover {
    padding: 0.5rem;
  }

  .md\:hover\:p-3:hover {
    padding: 0.75rem;
  }

  .md\:hover\:p-4:hover {
    padding: 1rem;
  }

  .md\:hover\:p-5:hover {
    padding: 1.25rem;
  }

  .md\:hover\:p-6:hover {
    padding: 1.5rem;
  }

  .md\:hover\:p-8:hover {
    padding: 2rem;
  }

  .md\:hover\:p-10:hover {
    padding: 2.5rem;
  }

  .md\:hover\:p-12:hover {
    padding: 3rem;
  }

  .md\:hover\:p-16:hover {
    padding: 4rem;
  }

  .md\:hover\:p-20:hover {
    padding: 5rem;
  }

  .md\:hover\:p-24:hover {
    padding: 6rem;
  }

  .md\:hover\:p-32:hover {
    padding: 8rem;
  }

  .md\:hover\:p-40:hover {
    padding: 10rem;
  }

  .md\:hover\:p-48:hover {
    padding: 12rem;
  }

  .md\:hover\:p-56:hover {
    padding: 14rem;
  }

  .md\:hover\:p-64:hover {
    padding: 16rem;
  }

  .md\:hover\:p-px:hover {
    padding: 1px;
  }

  .md\:hover\:py-0:hover {
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:hover\:px-0:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .md\:hover\:py-1:hover {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:hover\:px-1:hover {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:hover\:py-2:hover {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:hover\:px-2:hover {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:hover\:py-3:hover {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:hover\:px-3:hover {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:hover\:py-4:hover {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:hover\:px-4:hover {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:hover\:py-5:hover {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:hover\:px-5:hover {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:hover\:py-6:hover {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:hover\:px-6:hover {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:hover\:py-8:hover {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:hover\:px-8:hover {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:hover\:py-10:hover {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:hover\:px-10:hover {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:hover\:py-12:hover {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:hover\:px-12:hover {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:hover\:py-16:hover {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:hover\:px-16:hover {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:hover\:py-20:hover {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:hover\:px-20:hover {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:hover\:py-24:hover {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:hover\:px-24:hover {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:hover\:py-32:hover {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:hover\:px-32:hover {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:hover\:py-40:hover {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:hover\:px-40:hover {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:hover\:py-48:hover {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:hover\:px-48:hover {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:hover\:py-56:hover {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md\:hover\:px-56:hover {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .md\:hover\:py-64:hover {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:hover\:px-64:hover {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md\:hover\:py-px:hover {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:hover\:px-px:hover {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:hover\:pt-0:hover {
    padding-top: 0;
  }

  .md\:hover\:pr-0:hover {
    padding-right: 0;
  }

  .md\:hover\:pb-0:hover {
    padding-bottom: 0;
  }

  .md\:hover\:pl-0:hover {
    padding-left: 0;
  }

  .md\:hover\:pt-1:hover {
    padding-top: 0.25rem;
  }

  .md\:hover\:pr-1:hover {
    padding-right: 0.25rem;
  }

  .md\:hover\:pb-1:hover {
    padding-bottom: 0.25rem;
  }

  .md\:hover\:pl-1:hover {
    padding-left: 0.25rem;
  }

  .md\:hover\:pt-2:hover {
    padding-top: 0.5rem;
  }

  .md\:hover\:pr-2:hover {
    padding-right: 0.5rem;
  }

  .md\:hover\:pb-2:hover {
    padding-bottom: 0.5rem;
  }

  .md\:hover\:pl-2:hover {
    padding-left: 0.5rem;
  }

  .md\:hover\:pt-3:hover {
    padding-top: 0.75rem;
  }

  .md\:hover\:pr-3:hover {
    padding-right: 0.75rem;
  }

  .md\:hover\:pb-3:hover {
    padding-bottom: 0.75rem;
  }

  .md\:hover\:pl-3:hover {
    padding-left: 0.75rem;
  }

  .md\:hover\:pt-4:hover {
    padding-top: 1rem;
  }

  .md\:hover\:pr-4:hover {
    padding-right: 1rem;
  }

  .md\:hover\:pb-4:hover {
    padding-bottom: 1rem;
  }

  .md\:hover\:pl-4:hover {
    padding-left: 1rem;
  }

  .md\:hover\:pt-5:hover {
    padding-top: 1.25rem;
  }

  .md\:hover\:pr-5:hover {
    padding-right: 1.25rem;
  }

  .md\:hover\:pb-5:hover {
    padding-bottom: 1.25rem;
  }

  .md\:hover\:pl-5:hover {
    padding-left: 1.25rem;
  }

  .md\:hover\:pt-6:hover {
    padding-top: 1.5rem;
  }

  .md\:hover\:pr-6:hover {
    padding-right: 1.5rem;
  }

  .md\:hover\:pb-6:hover {
    padding-bottom: 1.5rem;
  }

  .md\:hover\:pl-6:hover {
    padding-left: 1.5rem;
  }

  .md\:hover\:pt-8:hover {
    padding-top: 2rem;
  }

  .md\:hover\:pr-8:hover {
    padding-right: 2rem;
  }

  .md\:hover\:pb-8:hover {
    padding-bottom: 2rem;
  }

  .md\:hover\:pl-8:hover {
    padding-left: 2rem;
  }

  .md\:hover\:pt-10:hover {
    padding-top: 2.5rem;
  }

  .md\:hover\:pr-10:hover {
    padding-right: 2.5rem;
  }

  .md\:hover\:pb-10:hover {
    padding-bottom: 2.5rem;
  }

  .md\:hover\:pl-10:hover {
    padding-left: 2.5rem;
  }

  .md\:hover\:pt-12:hover {
    padding-top: 3rem;
  }

  .md\:hover\:pr-12:hover {
    padding-right: 3rem;
  }

  .md\:hover\:pb-12:hover {
    padding-bottom: 3rem;
  }

  .md\:hover\:pl-12:hover {
    padding-left: 3rem;
  }

  .md\:hover\:pt-16:hover {
    padding-top: 4rem;
  }

  .md\:hover\:pr-16:hover {
    padding-right: 4rem;
  }

  .md\:hover\:pb-16:hover {
    padding-bottom: 4rem;
  }

  .md\:hover\:pl-16:hover {
    padding-left: 4rem;
  }

  .md\:hover\:pt-20:hover {
    padding-top: 5rem;
  }

  .md\:hover\:pr-20:hover {
    padding-right: 5rem;
  }

  .md\:hover\:pb-20:hover {
    padding-bottom: 5rem;
  }

  .md\:hover\:pl-20:hover {
    padding-left: 5rem;
  }

  .md\:hover\:pt-24:hover {
    padding-top: 6rem;
  }

  .md\:hover\:pr-24:hover {
    padding-right: 6rem;
  }

  .md\:hover\:pb-24:hover {
    padding-bottom: 6rem;
  }

  .md\:hover\:pl-24:hover {
    padding-left: 6rem;
  }

  .md\:hover\:pt-32:hover {
    padding-top: 8rem;
  }

  .md\:hover\:pr-32:hover {
    padding-right: 8rem;
  }

  .md\:hover\:pb-32:hover {
    padding-bottom: 8rem;
  }

  .md\:hover\:pl-32:hover {
    padding-left: 8rem;
  }

  .md\:hover\:pt-40:hover {
    padding-top: 10rem;
  }

  .md\:hover\:pr-40:hover {
    padding-right: 10rem;
  }

  .md\:hover\:pb-40:hover {
    padding-bottom: 10rem;
  }

  .md\:hover\:pl-40:hover {
    padding-left: 10rem;
  }

  .md\:hover\:pt-48:hover {
    padding-top: 12rem;
  }

  .md\:hover\:pr-48:hover {
    padding-right: 12rem;
  }

  .md\:hover\:pb-48:hover {
    padding-bottom: 12rem;
  }

  .md\:hover\:pl-48:hover {
    padding-left: 12rem;
  }

  .md\:hover\:pt-56:hover {
    padding-top: 14rem;
  }

  .md\:hover\:pr-56:hover {
    padding-right: 14rem;
  }

  .md\:hover\:pb-56:hover {
    padding-bottom: 14rem;
  }

  .md\:hover\:pl-56:hover {
    padding-left: 14rem;
  }

  .md\:hover\:pt-64:hover {
    padding-top: 16rem;
  }

  .md\:hover\:pr-64:hover {
    padding-right: 16rem;
  }

  .md\:hover\:pb-64:hover {
    padding-bottom: 16rem;
  }

  .md\:hover\:pl-64:hover {
    padding-left: 16rem;
  }

  .md\:hover\:pt-px:hover {
    padding-top: 1px;
  }

  .md\:hover\:pr-px:hover {
    padding-right: 1px;
  }

  .md\:hover\:pb-px:hover {
    padding-bottom: 1px;
  }

  .md\:hover\:pl-px:hover {
    padding-left: 1px;
  }

  .md\:focus\:p-0:focus {
    padding: 0;
  }

  .md\:focus\:p-1:focus {
    padding: 0.25rem;
  }

  .md\:focus\:p-2:focus {
    padding: 0.5rem;
  }

  .md\:focus\:p-3:focus {
    padding: 0.75rem;
  }

  .md\:focus\:p-4:focus {
    padding: 1rem;
  }

  .md\:focus\:p-5:focus {
    padding: 1.25rem;
  }

  .md\:focus\:p-6:focus {
    padding: 1.5rem;
  }

  .md\:focus\:p-8:focus {
    padding: 2rem;
  }

  .md\:focus\:p-10:focus {
    padding: 2.5rem;
  }

  .md\:focus\:p-12:focus {
    padding: 3rem;
  }

  .md\:focus\:p-16:focus {
    padding: 4rem;
  }

  .md\:focus\:p-20:focus {
    padding: 5rem;
  }

  .md\:focus\:p-24:focus {
    padding: 6rem;
  }

  .md\:focus\:p-32:focus {
    padding: 8rem;
  }

  .md\:focus\:p-40:focus {
    padding: 10rem;
  }

  .md\:focus\:p-48:focus {
    padding: 12rem;
  }

  .md\:focus\:p-56:focus {
    padding: 14rem;
  }

  .md\:focus\:p-64:focus {
    padding: 16rem;
  }

  .md\:focus\:p-px:focus {
    padding: 1px;
  }

  .md\:focus\:py-0:focus {
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:focus\:px-0:focus {
    padding-left: 0;
    padding-right: 0;
  }

  .md\:focus\:py-1:focus {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:focus\:px-1:focus {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:focus\:py-2:focus {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:focus\:px-2:focus {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:focus\:py-3:focus {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:focus\:px-3:focus {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:focus\:py-4:focus {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:focus\:px-4:focus {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:focus\:py-5:focus {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:focus\:px-5:focus {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:focus\:py-6:focus {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:focus\:px-6:focus {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:focus\:py-8:focus {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:focus\:px-8:focus {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:focus\:py-10:focus {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:focus\:px-10:focus {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:focus\:py-12:focus {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:focus\:px-12:focus {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:focus\:py-16:focus {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:focus\:px-16:focus {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:focus\:py-20:focus {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:focus\:px-20:focus {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:focus\:py-24:focus {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:focus\:px-24:focus {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:focus\:py-32:focus {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:focus\:px-32:focus {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:focus\:py-40:focus {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:focus\:px-40:focus {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:focus\:py-48:focus {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:focus\:px-48:focus {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:focus\:py-56:focus {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md\:focus\:px-56:focus {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .md\:focus\:py-64:focus {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:focus\:px-64:focus {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md\:focus\:py-px:focus {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:focus\:px-px:focus {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:focus\:pt-0:focus {
    padding-top: 0;
  }

  .md\:focus\:pr-0:focus {
    padding-right: 0;
  }

  .md\:focus\:pb-0:focus {
    padding-bottom: 0;
  }

  .md\:focus\:pl-0:focus {
    padding-left: 0;
  }

  .md\:focus\:pt-1:focus {
    padding-top: 0.25rem;
  }

  .md\:focus\:pr-1:focus {
    padding-right: 0.25rem;
  }

  .md\:focus\:pb-1:focus {
    padding-bottom: 0.25rem;
  }

  .md\:focus\:pl-1:focus {
    padding-left: 0.25rem;
  }

  .md\:focus\:pt-2:focus {
    padding-top: 0.5rem;
  }

  .md\:focus\:pr-2:focus {
    padding-right: 0.5rem;
  }

  .md\:focus\:pb-2:focus {
    padding-bottom: 0.5rem;
  }

  .md\:focus\:pl-2:focus {
    padding-left: 0.5rem;
  }

  .md\:focus\:pt-3:focus {
    padding-top: 0.75rem;
  }

  .md\:focus\:pr-3:focus {
    padding-right: 0.75rem;
  }

  .md\:focus\:pb-3:focus {
    padding-bottom: 0.75rem;
  }

  .md\:focus\:pl-3:focus {
    padding-left: 0.75rem;
  }

  .md\:focus\:pt-4:focus {
    padding-top: 1rem;
  }

  .md\:focus\:pr-4:focus {
    padding-right: 1rem;
  }

  .md\:focus\:pb-4:focus {
    padding-bottom: 1rem;
  }

  .md\:focus\:pl-4:focus {
    padding-left: 1rem;
  }

  .md\:focus\:pt-5:focus {
    padding-top: 1.25rem;
  }

  .md\:focus\:pr-5:focus {
    padding-right: 1.25rem;
  }

  .md\:focus\:pb-5:focus {
    padding-bottom: 1.25rem;
  }

  .md\:focus\:pl-5:focus {
    padding-left: 1.25rem;
  }

  .md\:focus\:pt-6:focus {
    padding-top: 1.5rem;
  }

  .md\:focus\:pr-6:focus {
    padding-right: 1.5rem;
  }

  .md\:focus\:pb-6:focus {
    padding-bottom: 1.5rem;
  }

  .md\:focus\:pl-6:focus {
    padding-left: 1.5rem;
  }

  .md\:focus\:pt-8:focus {
    padding-top: 2rem;
  }

  .md\:focus\:pr-8:focus {
    padding-right: 2rem;
  }

  .md\:focus\:pb-8:focus {
    padding-bottom: 2rem;
  }

  .md\:focus\:pl-8:focus {
    padding-left: 2rem;
  }

  .md\:focus\:pt-10:focus {
    padding-top: 2.5rem;
  }

  .md\:focus\:pr-10:focus {
    padding-right: 2.5rem;
  }

  .md\:focus\:pb-10:focus {
    padding-bottom: 2.5rem;
  }

  .md\:focus\:pl-10:focus {
    padding-left: 2.5rem;
  }

  .md\:focus\:pt-12:focus {
    padding-top: 3rem;
  }

  .md\:focus\:pr-12:focus {
    padding-right: 3rem;
  }

  .md\:focus\:pb-12:focus {
    padding-bottom: 3rem;
  }

  .md\:focus\:pl-12:focus {
    padding-left: 3rem;
  }

  .md\:focus\:pt-16:focus {
    padding-top: 4rem;
  }

  .md\:focus\:pr-16:focus {
    padding-right: 4rem;
  }

  .md\:focus\:pb-16:focus {
    padding-bottom: 4rem;
  }

  .md\:focus\:pl-16:focus {
    padding-left: 4rem;
  }

  .md\:focus\:pt-20:focus {
    padding-top: 5rem;
  }

  .md\:focus\:pr-20:focus {
    padding-right: 5rem;
  }

  .md\:focus\:pb-20:focus {
    padding-bottom: 5rem;
  }

  .md\:focus\:pl-20:focus {
    padding-left: 5rem;
  }

  .md\:focus\:pt-24:focus {
    padding-top: 6rem;
  }

  .md\:focus\:pr-24:focus {
    padding-right: 6rem;
  }

  .md\:focus\:pb-24:focus {
    padding-bottom: 6rem;
  }

  .md\:focus\:pl-24:focus {
    padding-left: 6rem;
  }

  .md\:focus\:pt-32:focus {
    padding-top: 8rem;
  }

  .md\:focus\:pr-32:focus {
    padding-right: 8rem;
  }

  .md\:focus\:pb-32:focus {
    padding-bottom: 8rem;
  }

  .md\:focus\:pl-32:focus {
    padding-left: 8rem;
  }

  .md\:focus\:pt-40:focus {
    padding-top: 10rem;
  }

  .md\:focus\:pr-40:focus {
    padding-right: 10rem;
  }

  .md\:focus\:pb-40:focus {
    padding-bottom: 10rem;
  }

  .md\:focus\:pl-40:focus {
    padding-left: 10rem;
  }

  .md\:focus\:pt-48:focus {
    padding-top: 12rem;
  }

  .md\:focus\:pr-48:focus {
    padding-right: 12rem;
  }

  .md\:focus\:pb-48:focus {
    padding-bottom: 12rem;
  }

  .md\:focus\:pl-48:focus {
    padding-left: 12rem;
  }

  .md\:focus\:pt-56:focus {
    padding-top: 14rem;
  }

  .md\:focus\:pr-56:focus {
    padding-right: 14rem;
  }

  .md\:focus\:pb-56:focus {
    padding-bottom: 14rem;
  }

  .md\:focus\:pl-56:focus {
    padding-left: 14rem;
  }

  .md\:focus\:pt-64:focus {
    padding-top: 16rem;
  }

  .md\:focus\:pr-64:focus {
    padding-right: 16rem;
  }

  .md\:focus\:pb-64:focus {
    padding-bottom: 16rem;
  }

  .md\:focus\:pl-64:focus {
    padding-left: 16rem;
  }

  .md\:focus\:pt-px:focus {
    padding-top: 1px;
  }

  .md\:focus\:pr-px:focus {
    padding-right: 1px;
  }

  .md\:focus\:pb-px:focus {
    padding-bottom: 1px;
  }

  .md\:focus\:pl-px:focus {
    padding-left: 1px;
  }

  .md\:active\:p-0:active {
    padding: 0;
  }

  .md\:active\:p-1:active {
    padding: 0.25rem;
  }

  .md\:active\:p-2:active {
    padding: 0.5rem;
  }

  .md\:active\:p-3:active {
    padding: 0.75rem;
  }

  .md\:active\:p-4:active {
    padding: 1rem;
  }

  .md\:active\:p-5:active {
    padding: 1.25rem;
  }

  .md\:active\:p-6:active {
    padding: 1.5rem;
  }

  .md\:active\:p-8:active {
    padding: 2rem;
  }

  .md\:active\:p-10:active {
    padding: 2.5rem;
  }

  .md\:active\:p-12:active {
    padding: 3rem;
  }

  .md\:active\:p-16:active {
    padding: 4rem;
  }

  .md\:active\:p-20:active {
    padding: 5rem;
  }

  .md\:active\:p-24:active {
    padding: 6rem;
  }

  .md\:active\:p-32:active {
    padding: 8rem;
  }

  .md\:active\:p-40:active {
    padding: 10rem;
  }

  .md\:active\:p-48:active {
    padding: 12rem;
  }

  .md\:active\:p-56:active {
    padding: 14rem;
  }

  .md\:active\:p-64:active {
    padding: 16rem;
  }

  .md\:active\:p-px:active {
    padding: 1px;
  }

  .md\:active\:py-0:active {
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:active\:px-0:active {
    padding-left: 0;
    padding-right: 0;
  }

  .md\:active\:py-1:active {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:active\:px-1:active {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:active\:py-2:active {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:active\:px-2:active {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:active\:py-3:active {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:active\:px-3:active {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:active\:py-4:active {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:active\:px-4:active {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:active\:py-5:active {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:active\:px-5:active {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:active\:py-6:active {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:active\:px-6:active {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:active\:py-8:active {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:active\:px-8:active {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:active\:py-10:active {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:active\:px-10:active {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:active\:py-12:active {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:active\:px-12:active {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:active\:py-16:active {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:active\:px-16:active {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:active\:py-20:active {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:active\:px-20:active {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:active\:py-24:active {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:active\:px-24:active {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:active\:py-32:active {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:active\:px-32:active {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:active\:py-40:active {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:active\:px-40:active {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:active\:py-48:active {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:active\:px-48:active {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:active\:py-56:active {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md\:active\:px-56:active {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .md\:active\:py-64:active {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:active\:px-64:active {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md\:active\:py-px:active {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:active\:px-px:active {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:active\:pt-0:active {
    padding-top: 0;
  }

  .md\:active\:pr-0:active {
    padding-right: 0;
  }

  .md\:active\:pb-0:active {
    padding-bottom: 0;
  }

  .md\:active\:pl-0:active {
    padding-left: 0;
  }

  .md\:active\:pt-1:active {
    padding-top: 0.25rem;
  }

  .md\:active\:pr-1:active {
    padding-right: 0.25rem;
  }

  .md\:active\:pb-1:active {
    padding-bottom: 0.25rem;
  }

  .md\:active\:pl-1:active {
    padding-left: 0.25rem;
  }

  .md\:active\:pt-2:active {
    padding-top: 0.5rem;
  }

  .md\:active\:pr-2:active {
    padding-right: 0.5rem;
  }

  .md\:active\:pb-2:active {
    padding-bottom: 0.5rem;
  }

  .md\:active\:pl-2:active {
    padding-left: 0.5rem;
  }

  .md\:active\:pt-3:active {
    padding-top: 0.75rem;
  }

  .md\:active\:pr-3:active {
    padding-right: 0.75rem;
  }

  .md\:active\:pb-3:active {
    padding-bottom: 0.75rem;
  }

  .md\:active\:pl-3:active {
    padding-left: 0.75rem;
  }

  .md\:active\:pt-4:active {
    padding-top: 1rem;
  }

  .md\:active\:pr-4:active {
    padding-right: 1rem;
  }

  .md\:active\:pb-4:active {
    padding-bottom: 1rem;
  }

  .md\:active\:pl-4:active {
    padding-left: 1rem;
  }

  .md\:active\:pt-5:active {
    padding-top: 1.25rem;
  }

  .md\:active\:pr-5:active {
    padding-right: 1.25rem;
  }

  .md\:active\:pb-5:active {
    padding-bottom: 1.25rem;
  }

  .md\:active\:pl-5:active {
    padding-left: 1.25rem;
  }

  .md\:active\:pt-6:active {
    padding-top: 1.5rem;
  }

  .md\:active\:pr-6:active {
    padding-right: 1.5rem;
  }

  .md\:active\:pb-6:active {
    padding-bottom: 1.5rem;
  }

  .md\:active\:pl-6:active {
    padding-left: 1.5rem;
  }

  .md\:active\:pt-8:active {
    padding-top: 2rem;
  }

  .md\:active\:pr-8:active {
    padding-right: 2rem;
  }

  .md\:active\:pb-8:active {
    padding-bottom: 2rem;
  }

  .md\:active\:pl-8:active {
    padding-left: 2rem;
  }

  .md\:active\:pt-10:active {
    padding-top: 2.5rem;
  }

  .md\:active\:pr-10:active {
    padding-right: 2.5rem;
  }

  .md\:active\:pb-10:active {
    padding-bottom: 2.5rem;
  }

  .md\:active\:pl-10:active {
    padding-left: 2.5rem;
  }

  .md\:active\:pt-12:active {
    padding-top: 3rem;
  }

  .md\:active\:pr-12:active {
    padding-right: 3rem;
  }

  .md\:active\:pb-12:active {
    padding-bottom: 3rem;
  }

  .md\:active\:pl-12:active {
    padding-left: 3rem;
  }

  .md\:active\:pt-16:active {
    padding-top: 4rem;
  }

  .md\:active\:pr-16:active {
    padding-right: 4rem;
  }

  .md\:active\:pb-16:active {
    padding-bottom: 4rem;
  }

  .md\:active\:pl-16:active {
    padding-left: 4rem;
  }

  .md\:active\:pt-20:active {
    padding-top: 5rem;
  }

  .md\:active\:pr-20:active {
    padding-right: 5rem;
  }

  .md\:active\:pb-20:active {
    padding-bottom: 5rem;
  }

  .md\:active\:pl-20:active {
    padding-left: 5rem;
  }

  .md\:active\:pt-24:active {
    padding-top: 6rem;
  }

  .md\:active\:pr-24:active {
    padding-right: 6rem;
  }

  .md\:active\:pb-24:active {
    padding-bottom: 6rem;
  }

  .md\:active\:pl-24:active {
    padding-left: 6rem;
  }

  .md\:active\:pt-32:active {
    padding-top: 8rem;
  }

  .md\:active\:pr-32:active {
    padding-right: 8rem;
  }

  .md\:active\:pb-32:active {
    padding-bottom: 8rem;
  }

  .md\:active\:pl-32:active {
    padding-left: 8rem;
  }

  .md\:active\:pt-40:active {
    padding-top: 10rem;
  }

  .md\:active\:pr-40:active {
    padding-right: 10rem;
  }

  .md\:active\:pb-40:active {
    padding-bottom: 10rem;
  }

  .md\:active\:pl-40:active {
    padding-left: 10rem;
  }

  .md\:active\:pt-48:active {
    padding-top: 12rem;
  }

  .md\:active\:pr-48:active {
    padding-right: 12rem;
  }

  .md\:active\:pb-48:active {
    padding-bottom: 12rem;
  }

  .md\:active\:pl-48:active {
    padding-left: 12rem;
  }

  .md\:active\:pt-56:active {
    padding-top: 14rem;
  }

  .md\:active\:pr-56:active {
    padding-right: 14rem;
  }

  .md\:active\:pb-56:active {
    padding-bottom: 14rem;
  }

  .md\:active\:pl-56:active {
    padding-left: 14rem;
  }

  .md\:active\:pt-64:active {
    padding-top: 16rem;
  }

  .md\:active\:pr-64:active {
    padding-right: 16rem;
  }

  .md\:active\:pb-64:active {
    padding-bottom: 16rem;
  }

  .md\:active\:pl-64:active {
    padding-left: 16rem;
  }

  .md\:active\:pt-px:active {
    padding-top: 1px;
  }

  .md\:active\:pr-px:active {
    padding-right: 1px;
  }

  .md\:active\:pb-px:active {
    padding-bottom: 1px;
  }

  .md\:active\:pl-px:active {
    padding-left: 1px;
  }

  .md\:visited\:p-0:visited {
    padding: 0;
  }

  .md\:visited\:p-1:visited {
    padding: 0.25rem;
  }

  .md\:visited\:p-2:visited {
    padding: 0.5rem;
  }

  .md\:visited\:p-3:visited {
    padding: 0.75rem;
  }

  .md\:visited\:p-4:visited {
    padding: 1rem;
  }

  .md\:visited\:p-5:visited {
    padding: 1.25rem;
  }

  .md\:visited\:p-6:visited {
    padding: 1.5rem;
  }

  .md\:visited\:p-8:visited {
    padding: 2rem;
  }

  .md\:visited\:p-10:visited {
    padding: 2.5rem;
  }

  .md\:visited\:p-12:visited {
    padding: 3rem;
  }

  .md\:visited\:p-16:visited {
    padding: 4rem;
  }

  .md\:visited\:p-20:visited {
    padding: 5rem;
  }

  .md\:visited\:p-24:visited {
    padding: 6rem;
  }

  .md\:visited\:p-32:visited {
    padding: 8rem;
  }

  .md\:visited\:p-40:visited {
    padding: 10rem;
  }

  .md\:visited\:p-48:visited {
    padding: 12rem;
  }

  .md\:visited\:p-56:visited {
    padding: 14rem;
  }

  .md\:visited\:p-64:visited {
    padding: 16rem;
  }

  .md\:visited\:p-px:visited {
    padding: 1px;
  }

  .md\:visited\:py-0:visited {
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:visited\:px-0:visited {
    padding-left: 0;
    padding-right: 0;
  }

  .md\:visited\:py-1:visited {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:visited\:px-1:visited {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:visited\:py-2:visited {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:visited\:px-2:visited {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:visited\:py-3:visited {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:visited\:px-3:visited {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:visited\:py-4:visited {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:visited\:px-4:visited {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:visited\:py-5:visited {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:visited\:px-5:visited {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:visited\:py-6:visited {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:visited\:px-6:visited {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:visited\:py-8:visited {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:visited\:px-8:visited {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:visited\:py-10:visited {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:visited\:px-10:visited {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:visited\:py-12:visited {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:visited\:px-12:visited {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:visited\:py-16:visited {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:visited\:px-16:visited {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:visited\:py-20:visited {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:visited\:px-20:visited {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:visited\:py-24:visited {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:visited\:px-24:visited {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:visited\:py-32:visited {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:visited\:px-32:visited {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:visited\:py-40:visited {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:visited\:px-40:visited {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:visited\:py-48:visited {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:visited\:px-48:visited {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:visited\:py-56:visited {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md\:visited\:px-56:visited {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .md\:visited\:py-64:visited {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:visited\:px-64:visited {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md\:visited\:py-px:visited {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:visited\:px-px:visited {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:visited\:pt-0:visited {
    padding-top: 0;
  }

  .md\:visited\:pr-0:visited {
    padding-right: 0;
  }

  .md\:visited\:pb-0:visited {
    padding-bottom: 0;
  }

  .md\:visited\:pl-0:visited {
    padding-left: 0;
  }

  .md\:visited\:pt-1:visited {
    padding-top: 0.25rem;
  }

  .md\:visited\:pr-1:visited {
    padding-right: 0.25rem;
  }

  .md\:visited\:pb-1:visited {
    padding-bottom: 0.25rem;
  }

  .md\:visited\:pl-1:visited {
    padding-left: 0.25rem;
  }

  .md\:visited\:pt-2:visited {
    padding-top: 0.5rem;
  }

  .md\:visited\:pr-2:visited {
    padding-right: 0.5rem;
  }

  .md\:visited\:pb-2:visited {
    padding-bottom: 0.5rem;
  }

  .md\:visited\:pl-2:visited {
    padding-left: 0.5rem;
  }

  .md\:visited\:pt-3:visited {
    padding-top: 0.75rem;
  }

  .md\:visited\:pr-3:visited {
    padding-right: 0.75rem;
  }

  .md\:visited\:pb-3:visited {
    padding-bottom: 0.75rem;
  }

  .md\:visited\:pl-3:visited {
    padding-left: 0.75rem;
  }

  .md\:visited\:pt-4:visited {
    padding-top: 1rem;
  }

  .md\:visited\:pr-4:visited {
    padding-right: 1rem;
  }

  .md\:visited\:pb-4:visited {
    padding-bottom: 1rem;
  }

  .md\:visited\:pl-4:visited {
    padding-left: 1rem;
  }

  .md\:visited\:pt-5:visited {
    padding-top: 1.25rem;
  }

  .md\:visited\:pr-5:visited {
    padding-right: 1.25rem;
  }

  .md\:visited\:pb-5:visited {
    padding-bottom: 1.25rem;
  }

  .md\:visited\:pl-5:visited {
    padding-left: 1.25rem;
  }

  .md\:visited\:pt-6:visited {
    padding-top: 1.5rem;
  }

  .md\:visited\:pr-6:visited {
    padding-right: 1.5rem;
  }

  .md\:visited\:pb-6:visited {
    padding-bottom: 1.5rem;
  }

  .md\:visited\:pl-6:visited {
    padding-left: 1.5rem;
  }

  .md\:visited\:pt-8:visited {
    padding-top: 2rem;
  }

  .md\:visited\:pr-8:visited {
    padding-right: 2rem;
  }

  .md\:visited\:pb-8:visited {
    padding-bottom: 2rem;
  }

  .md\:visited\:pl-8:visited {
    padding-left: 2rem;
  }

  .md\:visited\:pt-10:visited {
    padding-top: 2.5rem;
  }

  .md\:visited\:pr-10:visited {
    padding-right: 2.5rem;
  }

  .md\:visited\:pb-10:visited {
    padding-bottom: 2.5rem;
  }

  .md\:visited\:pl-10:visited {
    padding-left: 2.5rem;
  }

  .md\:visited\:pt-12:visited {
    padding-top: 3rem;
  }

  .md\:visited\:pr-12:visited {
    padding-right: 3rem;
  }

  .md\:visited\:pb-12:visited {
    padding-bottom: 3rem;
  }

  .md\:visited\:pl-12:visited {
    padding-left: 3rem;
  }

  .md\:visited\:pt-16:visited {
    padding-top: 4rem;
  }

  .md\:visited\:pr-16:visited {
    padding-right: 4rem;
  }

  .md\:visited\:pb-16:visited {
    padding-bottom: 4rem;
  }

  .md\:visited\:pl-16:visited {
    padding-left: 4rem;
  }

  .md\:visited\:pt-20:visited {
    padding-top: 5rem;
  }

  .md\:visited\:pr-20:visited {
    padding-right: 5rem;
  }

  .md\:visited\:pb-20:visited {
    padding-bottom: 5rem;
  }

  .md\:visited\:pl-20:visited {
    padding-left: 5rem;
  }

  .md\:visited\:pt-24:visited {
    padding-top: 6rem;
  }

  .md\:visited\:pr-24:visited {
    padding-right: 6rem;
  }

  .md\:visited\:pb-24:visited {
    padding-bottom: 6rem;
  }

  .md\:visited\:pl-24:visited {
    padding-left: 6rem;
  }

  .md\:visited\:pt-32:visited {
    padding-top: 8rem;
  }

  .md\:visited\:pr-32:visited {
    padding-right: 8rem;
  }

  .md\:visited\:pb-32:visited {
    padding-bottom: 8rem;
  }

  .md\:visited\:pl-32:visited {
    padding-left: 8rem;
  }

  .md\:visited\:pt-40:visited {
    padding-top: 10rem;
  }

  .md\:visited\:pr-40:visited {
    padding-right: 10rem;
  }

  .md\:visited\:pb-40:visited {
    padding-bottom: 10rem;
  }

  .md\:visited\:pl-40:visited {
    padding-left: 10rem;
  }

  .md\:visited\:pt-48:visited {
    padding-top: 12rem;
  }

  .md\:visited\:pr-48:visited {
    padding-right: 12rem;
  }

  .md\:visited\:pb-48:visited {
    padding-bottom: 12rem;
  }

  .md\:visited\:pl-48:visited {
    padding-left: 12rem;
  }

  .md\:visited\:pt-56:visited {
    padding-top: 14rem;
  }

  .md\:visited\:pr-56:visited {
    padding-right: 14rem;
  }

  .md\:visited\:pb-56:visited {
    padding-bottom: 14rem;
  }

  .md\:visited\:pl-56:visited {
    padding-left: 14rem;
  }

  .md\:visited\:pt-64:visited {
    padding-top: 16rem;
  }

  .md\:visited\:pr-64:visited {
    padding-right: 16rem;
  }

  .md\:visited\:pb-64:visited {
    padding-bottom: 16rem;
  }

  .md\:visited\:pl-64:visited {
    padding-left: 16rem;
  }

  .md\:visited\:pt-px:visited {
    padding-top: 1px;
  }

  .md\:visited\:pr-px:visited {
    padding-right: 1px;
  }

  .md\:visited\:pb-px:visited {
    padding-bottom: 1px;
  }

  .md\:visited\:pl-px:visited {
    padding-left: 1px;
  }

  .md\:disabled\:p-0:disabled {
    padding: 0;
  }

  .md\:disabled\:p-1:disabled {
    padding: 0.25rem;
  }

  .md\:disabled\:p-2:disabled {
    padding: 0.5rem;
  }

  .md\:disabled\:p-3:disabled {
    padding: 0.75rem;
  }

  .md\:disabled\:p-4:disabled {
    padding: 1rem;
  }

  .md\:disabled\:p-5:disabled {
    padding: 1.25rem;
  }

  .md\:disabled\:p-6:disabled {
    padding: 1.5rem;
  }

  .md\:disabled\:p-8:disabled {
    padding: 2rem;
  }

  .md\:disabled\:p-10:disabled {
    padding: 2.5rem;
  }

  .md\:disabled\:p-12:disabled {
    padding: 3rem;
  }

  .md\:disabled\:p-16:disabled {
    padding: 4rem;
  }

  .md\:disabled\:p-20:disabled {
    padding: 5rem;
  }

  .md\:disabled\:p-24:disabled {
    padding: 6rem;
  }

  .md\:disabled\:p-32:disabled {
    padding: 8rem;
  }

  .md\:disabled\:p-40:disabled {
    padding: 10rem;
  }

  .md\:disabled\:p-48:disabled {
    padding: 12rem;
  }

  .md\:disabled\:p-56:disabled {
    padding: 14rem;
  }

  .md\:disabled\:p-64:disabled {
    padding: 16rem;
  }

  .md\:disabled\:p-px:disabled {
    padding: 1px;
  }

  .md\:disabled\:py-0:disabled {
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:disabled\:px-0:disabled {
    padding-left: 0;
    padding-right: 0;
  }

  .md\:disabled\:py-1:disabled {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:disabled\:px-1:disabled {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:disabled\:py-2:disabled {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:disabled\:px-2:disabled {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:disabled\:py-3:disabled {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:disabled\:px-3:disabled {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:disabled\:py-4:disabled {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:disabled\:px-4:disabled {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:disabled\:py-5:disabled {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:disabled\:px-5:disabled {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:disabled\:py-6:disabled {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:disabled\:px-6:disabled {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:disabled\:py-8:disabled {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:disabled\:px-8:disabled {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:disabled\:py-10:disabled {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:disabled\:px-10:disabled {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:disabled\:py-12:disabled {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:disabled\:px-12:disabled {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:disabled\:py-16:disabled {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:disabled\:px-16:disabled {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:disabled\:py-20:disabled {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:disabled\:px-20:disabled {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:disabled\:py-24:disabled {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:disabled\:px-24:disabled {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:disabled\:py-32:disabled {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:disabled\:px-32:disabled {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:disabled\:py-40:disabled {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:disabled\:px-40:disabled {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:disabled\:py-48:disabled {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:disabled\:px-48:disabled {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:disabled\:py-56:disabled {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md\:disabled\:px-56:disabled {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .md\:disabled\:py-64:disabled {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:disabled\:px-64:disabled {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md\:disabled\:py-px:disabled {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:disabled\:px-px:disabled {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:disabled\:pt-0:disabled {
    padding-top: 0;
  }

  .md\:disabled\:pr-0:disabled {
    padding-right: 0;
  }

  .md\:disabled\:pb-0:disabled {
    padding-bottom: 0;
  }

  .md\:disabled\:pl-0:disabled {
    padding-left: 0;
  }

  .md\:disabled\:pt-1:disabled {
    padding-top: 0.25rem;
  }

  .md\:disabled\:pr-1:disabled {
    padding-right: 0.25rem;
  }

  .md\:disabled\:pb-1:disabled {
    padding-bottom: 0.25rem;
  }

  .md\:disabled\:pl-1:disabled {
    padding-left: 0.25rem;
  }

  .md\:disabled\:pt-2:disabled {
    padding-top: 0.5rem;
  }

  .md\:disabled\:pr-2:disabled {
    padding-right: 0.5rem;
  }

  .md\:disabled\:pb-2:disabled {
    padding-bottom: 0.5rem;
  }

  .md\:disabled\:pl-2:disabled {
    padding-left: 0.5rem;
  }

  .md\:disabled\:pt-3:disabled {
    padding-top: 0.75rem;
  }

  .md\:disabled\:pr-3:disabled {
    padding-right: 0.75rem;
  }

  .md\:disabled\:pb-3:disabled {
    padding-bottom: 0.75rem;
  }

  .md\:disabled\:pl-3:disabled {
    padding-left: 0.75rem;
  }

  .md\:disabled\:pt-4:disabled {
    padding-top: 1rem;
  }

  .md\:disabled\:pr-4:disabled {
    padding-right: 1rem;
  }

  .md\:disabled\:pb-4:disabled {
    padding-bottom: 1rem;
  }

  .md\:disabled\:pl-4:disabled {
    padding-left: 1rem;
  }

  .md\:disabled\:pt-5:disabled {
    padding-top: 1.25rem;
  }

  .md\:disabled\:pr-5:disabled {
    padding-right: 1.25rem;
  }

  .md\:disabled\:pb-5:disabled {
    padding-bottom: 1.25rem;
  }

  .md\:disabled\:pl-5:disabled {
    padding-left: 1.25rem;
  }

  .md\:disabled\:pt-6:disabled {
    padding-top: 1.5rem;
  }

  .md\:disabled\:pr-6:disabled {
    padding-right: 1.5rem;
  }

  .md\:disabled\:pb-6:disabled {
    padding-bottom: 1.5rem;
  }

  .md\:disabled\:pl-6:disabled {
    padding-left: 1.5rem;
  }

  .md\:disabled\:pt-8:disabled {
    padding-top: 2rem;
  }

  .md\:disabled\:pr-8:disabled {
    padding-right: 2rem;
  }

  .md\:disabled\:pb-8:disabled {
    padding-bottom: 2rem;
  }

  .md\:disabled\:pl-8:disabled {
    padding-left: 2rem;
  }

  .md\:disabled\:pt-10:disabled {
    padding-top: 2.5rem;
  }

  .md\:disabled\:pr-10:disabled {
    padding-right: 2.5rem;
  }

  .md\:disabled\:pb-10:disabled {
    padding-bottom: 2.5rem;
  }

  .md\:disabled\:pl-10:disabled {
    padding-left: 2.5rem;
  }

  .md\:disabled\:pt-12:disabled {
    padding-top: 3rem;
  }

  .md\:disabled\:pr-12:disabled {
    padding-right: 3rem;
  }

  .md\:disabled\:pb-12:disabled {
    padding-bottom: 3rem;
  }

  .md\:disabled\:pl-12:disabled {
    padding-left: 3rem;
  }

  .md\:disabled\:pt-16:disabled {
    padding-top: 4rem;
  }

  .md\:disabled\:pr-16:disabled {
    padding-right: 4rem;
  }

  .md\:disabled\:pb-16:disabled {
    padding-bottom: 4rem;
  }

  .md\:disabled\:pl-16:disabled {
    padding-left: 4rem;
  }

  .md\:disabled\:pt-20:disabled {
    padding-top: 5rem;
  }

  .md\:disabled\:pr-20:disabled {
    padding-right: 5rem;
  }

  .md\:disabled\:pb-20:disabled {
    padding-bottom: 5rem;
  }

  .md\:disabled\:pl-20:disabled {
    padding-left: 5rem;
  }

  .md\:disabled\:pt-24:disabled {
    padding-top: 6rem;
  }

  .md\:disabled\:pr-24:disabled {
    padding-right: 6rem;
  }

  .md\:disabled\:pb-24:disabled {
    padding-bottom: 6rem;
  }

  .md\:disabled\:pl-24:disabled {
    padding-left: 6rem;
  }

  .md\:disabled\:pt-32:disabled {
    padding-top: 8rem;
  }

  .md\:disabled\:pr-32:disabled {
    padding-right: 8rem;
  }

  .md\:disabled\:pb-32:disabled {
    padding-bottom: 8rem;
  }

  .md\:disabled\:pl-32:disabled {
    padding-left: 8rem;
  }

  .md\:disabled\:pt-40:disabled {
    padding-top: 10rem;
  }

  .md\:disabled\:pr-40:disabled {
    padding-right: 10rem;
  }

  .md\:disabled\:pb-40:disabled {
    padding-bottom: 10rem;
  }

  .md\:disabled\:pl-40:disabled {
    padding-left: 10rem;
  }

  .md\:disabled\:pt-48:disabled {
    padding-top: 12rem;
  }

  .md\:disabled\:pr-48:disabled {
    padding-right: 12rem;
  }

  .md\:disabled\:pb-48:disabled {
    padding-bottom: 12rem;
  }

  .md\:disabled\:pl-48:disabled {
    padding-left: 12rem;
  }

  .md\:disabled\:pt-56:disabled {
    padding-top: 14rem;
  }

  .md\:disabled\:pr-56:disabled {
    padding-right: 14rem;
  }

  .md\:disabled\:pb-56:disabled {
    padding-bottom: 14rem;
  }

  .md\:disabled\:pl-56:disabled {
    padding-left: 14rem;
  }

  .md\:disabled\:pt-64:disabled {
    padding-top: 16rem;
  }

  .md\:disabled\:pr-64:disabled {
    padding-right: 16rem;
  }

  .md\:disabled\:pb-64:disabled {
    padding-bottom: 16rem;
  }

  .md\:disabled\:pl-64:disabled {
    padding-left: 16rem;
  }

  .md\:disabled\:pt-px:disabled {
    padding-top: 1px;
  }

  .md\:disabled\:pr-px:disabled {
    padding-right: 1px;
  }

  .md\:disabled\:pb-px:disabled {
    padding-bottom: 1px;
  }

  .md\:disabled\:pl-px:disabled {
    padding-left: 1px;
  }

  .md\:placeholder-transparent::-webkit-input-placeholder {
    color: transparent;
  }

  .md\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .md\:placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .md\:placeholder-transparent::-ms-input-placeholder {
    color: transparent;
  }

  .md\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .md\:placeholder-black::-webkit-input-placeholder {
    color: #000;
  }

  .md\:placeholder-black::-moz-placeholder {
    color: #000;
  }

  .md\:placeholder-black:-ms-input-placeholder {
    color: #000;
  }

  .md\:placeholder-black::-ms-input-placeholder {
    color: #000;
  }

  .md\:placeholder-black::placeholder {
    color: #000;
  }

  .md\:placeholder-white::-webkit-input-placeholder {
    color: #fff;
  }

  .md\:placeholder-white::-moz-placeholder {
    color: #fff;
  }

  .md\:placeholder-white:-ms-input-placeholder {
    color: #fff;
  }

  .md\:placeholder-white::-ms-input-placeholder {
    color: #fff;
  }

  .md\:placeholder-white::placeholder {
    color: #fff;
  }

  .md\:placeholder-gray-100::-webkit-input-placeholder {
    color: #f7fafc;
  }

  .md\:placeholder-gray-100::-moz-placeholder {
    color: #f7fafc;
  }

  .md\:placeholder-gray-100:-ms-input-placeholder {
    color: #f7fafc;
  }

  .md\:placeholder-gray-100::-ms-input-placeholder {
    color: #f7fafc;
  }

  .md\:placeholder-gray-100::placeholder {
    color: #f7fafc;
  }

  .md\:placeholder-gray-200::-webkit-input-placeholder {
    color: #edf2f7;
  }

  .md\:placeholder-gray-200::-moz-placeholder {
    color: #edf2f7;
  }

  .md\:placeholder-gray-200:-ms-input-placeholder {
    color: #edf2f7;
  }

  .md\:placeholder-gray-200::-ms-input-placeholder {
    color: #edf2f7;
  }

  .md\:placeholder-gray-200::placeholder {
    color: #edf2f7;
  }

  .md\:placeholder-gray-300::-webkit-input-placeholder {
    color: #e2e8f0;
  }

  .md\:placeholder-gray-300::-moz-placeholder {
    color: #e2e8f0;
  }

  .md\:placeholder-gray-300:-ms-input-placeholder {
    color: #e2e8f0;
  }

  .md\:placeholder-gray-300::-ms-input-placeholder {
    color: #e2e8f0;
  }

  .md\:placeholder-gray-300::placeholder {
    color: #e2e8f0;
  }

  .md\:placeholder-gray-400::-webkit-input-placeholder {
    color: #cbd5e0;
  }

  .md\:placeholder-gray-400::-moz-placeholder {
    color: #cbd5e0;
  }

  .md\:placeholder-gray-400:-ms-input-placeholder {
    color: #cbd5e0;
  }

  .md\:placeholder-gray-400::-ms-input-placeholder {
    color: #cbd5e0;
  }

  .md\:placeholder-gray-400::placeholder {
    color: #cbd5e0;
  }

  .md\:placeholder-gray-500::-webkit-input-placeholder {
    color: #a0aec0;
  }

  .md\:placeholder-gray-500::-moz-placeholder {
    color: #a0aec0;
  }

  .md\:placeholder-gray-500:-ms-input-placeholder {
    color: #a0aec0;
  }

  .md\:placeholder-gray-500::-ms-input-placeholder {
    color: #a0aec0;
  }

  .md\:placeholder-gray-500::placeholder {
    color: #a0aec0;
  }

  .md\:placeholder-gray-600::-webkit-input-placeholder {
    color: #718096;
  }

  .md\:placeholder-gray-600::-moz-placeholder {
    color: #718096;
  }

  .md\:placeholder-gray-600:-ms-input-placeholder {
    color: #718096;
  }

  .md\:placeholder-gray-600::-ms-input-placeholder {
    color: #718096;
  }

  .md\:placeholder-gray-600::placeholder {
    color: #718096;
  }

  .md\:placeholder-gray-700::-webkit-input-placeholder {
    color: #4a5568;
  }

  .md\:placeholder-gray-700::-moz-placeholder {
    color: #4a5568;
  }

  .md\:placeholder-gray-700:-ms-input-placeholder {
    color: #4a5568;
  }

  .md\:placeholder-gray-700::-ms-input-placeholder {
    color: #4a5568;
  }

  .md\:placeholder-gray-700::placeholder {
    color: #4a5568;
  }

  .md\:placeholder-gray-800::-webkit-input-placeholder {
    color: #2d3748;
  }

  .md\:placeholder-gray-800::-moz-placeholder {
    color: #2d3748;
  }

  .md\:placeholder-gray-800:-ms-input-placeholder {
    color: #2d3748;
  }

  .md\:placeholder-gray-800::-ms-input-placeholder {
    color: #2d3748;
  }

  .md\:placeholder-gray-800::placeholder {
    color: #2d3748;
  }

  .md\:placeholder-gray-900::-webkit-input-placeholder {
    color: #1a202c;
  }

  .md\:placeholder-gray-900::-moz-placeholder {
    color: #1a202c;
  }

  .md\:placeholder-gray-900:-ms-input-placeholder {
    color: #1a202c;
  }

  .md\:placeholder-gray-900::-ms-input-placeholder {
    color: #1a202c;
  }

  .md\:placeholder-gray-900::placeholder {
    color: #1a202c;
  }

  .md\:placeholder-red-100::-webkit-input-placeholder {
    color: #fff5f5;
  }

  .md\:placeholder-red-100::-moz-placeholder {
    color: #fff5f5;
  }

  .md\:placeholder-red-100:-ms-input-placeholder {
    color: #fff5f5;
  }

  .md\:placeholder-red-100::-ms-input-placeholder {
    color: #fff5f5;
  }

  .md\:placeholder-red-100::placeholder {
    color: #fff5f5;
  }

  .md\:placeholder-red-200::-webkit-input-placeholder {
    color: #fed7d7;
  }

  .md\:placeholder-red-200::-moz-placeholder {
    color: #fed7d7;
  }

  .md\:placeholder-red-200:-ms-input-placeholder {
    color: #fed7d7;
  }

  .md\:placeholder-red-200::-ms-input-placeholder {
    color: #fed7d7;
  }

  .md\:placeholder-red-200::placeholder {
    color: #fed7d7;
  }

  .md\:placeholder-red-300::-webkit-input-placeholder {
    color: #feb2b2;
  }

  .md\:placeholder-red-300::-moz-placeholder {
    color: #feb2b2;
  }

  .md\:placeholder-red-300:-ms-input-placeholder {
    color: #feb2b2;
  }

  .md\:placeholder-red-300::-ms-input-placeholder {
    color: #feb2b2;
  }

  .md\:placeholder-red-300::placeholder {
    color: #feb2b2;
  }

  .md\:placeholder-red-400::-webkit-input-placeholder {
    color: #fc8181;
  }

  .md\:placeholder-red-400::-moz-placeholder {
    color: #fc8181;
  }

  .md\:placeholder-red-400:-ms-input-placeholder {
    color: #fc8181;
  }

  .md\:placeholder-red-400::-ms-input-placeholder {
    color: #fc8181;
  }

  .md\:placeholder-red-400::placeholder {
    color: #fc8181;
  }

  .md\:placeholder-red-500::-webkit-input-placeholder {
    color: #f56565;
  }

  .md\:placeholder-red-500::-moz-placeholder {
    color: #f56565;
  }

  .md\:placeholder-red-500:-ms-input-placeholder {
    color: #f56565;
  }

  .md\:placeholder-red-500::-ms-input-placeholder {
    color: #f56565;
  }

  .md\:placeholder-red-500::placeholder {
    color: #f56565;
  }

  .md\:placeholder-red-600::-webkit-input-placeholder {
    color: #e53e3e;
  }

  .md\:placeholder-red-600::-moz-placeholder {
    color: #e53e3e;
  }

  .md\:placeholder-red-600:-ms-input-placeholder {
    color: #e53e3e;
  }

  .md\:placeholder-red-600::-ms-input-placeholder {
    color: #e53e3e;
  }

  .md\:placeholder-red-600::placeholder {
    color: #e53e3e;
  }

  .md\:placeholder-red-700::-webkit-input-placeholder {
    color: #c53030;
  }

  .md\:placeholder-red-700::-moz-placeholder {
    color: #c53030;
  }

  .md\:placeholder-red-700:-ms-input-placeholder {
    color: #c53030;
  }

  .md\:placeholder-red-700::-ms-input-placeholder {
    color: #c53030;
  }

  .md\:placeholder-red-700::placeholder {
    color: #c53030;
  }

  .md\:placeholder-red-800::-webkit-input-placeholder {
    color: #9b2c2c;
  }

  .md\:placeholder-red-800::-moz-placeholder {
    color: #9b2c2c;
  }

  .md\:placeholder-red-800:-ms-input-placeholder {
    color: #9b2c2c;
  }

  .md\:placeholder-red-800::-ms-input-placeholder {
    color: #9b2c2c;
  }

  .md\:placeholder-red-800::placeholder {
    color: #9b2c2c;
  }

  .md\:placeholder-red-900::-webkit-input-placeholder {
    color: #742a2a;
  }

  .md\:placeholder-red-900::-moz-placeholder {
    color: #742a2a;
  }

  .md\:placeholder-red-900:-ms-input-placeholder {
    color: #742a2a;
  }

  .md\:placeholder-red-900::-ms-input-placeholder {
    color: #742a2a;
  }

  .md\:placeholder-red-900::placeholder {
    color: #742a2a;
  }

  .md\:placeholder-orange-100::-webkit-input-placeholder {
    color: #fffaf0;
  }

  .md\:placeholder-orange-100::-moz-placeholder {
    color: #fffaf0;
  }

  .md\:placeholder-orange-100:-ms-input-placeholder {
    color: #fffaf0;
  }

  .md\:placeholder-orange-100::-ms-input-placeholder {
    color: #fffaf0;
  }

  .md\:placeholder-orange-100::placeholder {
    color: #fffaf0;
  }

  .md\:placeholder-orange-200::-webkit-input-placeholder {
    color: #feebc8;
  }

  .md\:placeholder-orange-200::-moz-placeholder {
    color: #feebc8;
  }

  .md\:placeholder-orange-200:-ms-input-placeholder {
    color: #feebc8;
  }

  .md\:placeholder-orange-200::-ms-input-placeholder {
    color: #feebc8;
  }

  .md\:placeholder-orange-200::placeholder {
    color: #feebc8;
  }

  .md\:placeholder-orange-300::-webkit-input-placeholder {
    color: #fbd38d;
  }

  .md\:placeholder-orange-300::-moz-placeholder {
    color: #fbd38d;
  }

  .md\:placeholder-orange-300:-ms-input-placeholder {
    color: #fbd38d;
  }

  .md\:placeholder-orange-300::-ms-input-placeholder {
    color: #fbd38d;
  }

  .md\:placeholder-orange-300::placeholder {
    color: #fbd38d;
  }

  .md\:placeholder-orange-400::-webkit-input-placeholder {
    color: #f6ad55;
  }

  .md\:placeholder-orange-400::-moz-placeholder {
    color: #f6ad55;
  }

  .md\:placeholder-orange-400:-ms-input-placeholder {
    color: #f6ad55;
  }

  .md\:placeholder-orange-400::-ms-input-placeholder {
    color: #f6ad55;
  }

  .md\:placeholder-orange-400::placeholder {
    color: #f6ad55;
  }

  .md\:placeholder-orange-500::-webkit-input-placeholder {
    color: #ed8936;
  }

  .md\:placeholder-orange-500::-moz-placeholder {
    color: #ed8936;
  }

  .md\:placeholder-orange-500:-ms-input-placeholder {
    color: #ed8936;
  }

  .md\:placeholder-orange-500::-ms-input-placeholder {
    color: #ed8936;
  }

  .md\:placeholder-orange-500::placeholder {
    color: #ed8936;
  }

  .md\:placeholder-orange-600::-webkit-input-placeholder {
    color: #dd6b20;
  }

  .md\:placeholder-orange-600::-moz-placeholder {
    color: #dd6b20;
  }

  .md\:placeholder-orange-600:-ms-input-placeholder {
    color: #dd6b20;
  }

  .md\:placeholder-orange-600::-ms-input-placeholder {
    color: #dd6b20;
  }

  .md\:placeholder-orange-600::placeholder {
    color: #dd6b20;
  }

  .md\:placeholder-orange-700::-webkit-input-placeholder {
    color: #c05621;
  }

  .md\:placeholder-orange-700::-moz-placeholder {
    color: #c05621;
  }

  .md\:placeholder-orange-700:-ms-input-placeholder {
    color: #c05621;
  }

  .md\:placeholder-orange-700::-ms-input-placeholder {
    color: #c05621;
  }

  .md\:placeholder-orange-700::placeholder {
    color: #c05621;
  }

  .md\:placeholder-orange-800::-webkit-input-placeholder {
    color: #9c4221;
  }

  .md\:placeholder-orange-800::-moz-placeholder {
    color: #9c4221;
  }

  .md\:placeholder-orange-800:-ms-input-placeholder {
    color: #9c4221;
  }

  .md\:placeholder-orange-800::-ms-input-placeholder {
    color: #9c4221;
  }

  .md\:placeholder-orange-800::placeholder {
    color: #9c4221;
  }

  .md\:placeholder-orange-900::-webkit-input-placeholder {
    color: #7b341e;
  }

  .md\:placeholder-orange-900::-moz-placeholder {
    color: #7b341e;
  }

  .md\:placeholder-orange-900:-ms-input-placeholder {
    color: #7b341e;
  }

  .md\:placeholder-orange-900::-ms-input-placeholder {
    color: #7b341e;
  }

  .md\:placeholder-orange-900::placeholder {
    color: #7b341e;
  }

  .md\:placeholder-yellow-100::-webkit-input-placeholder {
    color: #fffff0;
  }

  .md\:placeholder-yellow-100::-moz-placeholder {
    color: #fffff0;
  }

  .md\:placeholder-yellow-100:-ms-input-placeholder {
    color: #fffff0;
  }

  .md\:placeholder-yellow-100::-ms-input-placeholder {
    color: #fffff0;
  }

  .md\:placeholder-yellow-100::placeholder {
    color: #fffff0;
  }

  .md\:placeholder-yellow-200::-webkit-input-placeholder {
    color: #fefcbf;
  }

  .md\:placeholder-yellow-200::-moz-placeholder {
    color: #fefcbf;
  }

  .md\:placeholder-yellow-200:-ms-input-placeholder {
    color: #fefcbf;
  }

  .md\:placeholder-yellow-200::-ms-input-placeholder {
    color: #fefcbf;
  }

  .md\:placeholder-yellow-200::placeholder {
    color: #fefcbf;
  }

  .md\:placeholder-yellow-300::-webkit-input-placeholder {
    color: #faf089;
  }

  .md\:placeholder-yellow-300::-moz-placeholder {
    color: #faf089;
  }

  .md\:placeholder-yellow-300:-ms-input-placeholder {
    color: #faf089;
  }

  .md\:placeholder-yellow-300::-ms-input-placeholder {
    color: #faf089;
  }

  .md\:placeholder-yellow-300::placeholder {
    color: #faf089;
  }

  .md\:placeholder-yellow-400::-webkit-input-placeholder {
    color: #f6e05e;
  }

  .md\:placeholder-yellow-400::-moz-placeholder {
    color: #f6e05e;
  }

  .md\:placeholder-yellow-400:-ms-input-placeholder {
    color: #f6e05e;
  }

  .md\:placeholder-yellow-400::-ms-input-placeholder {
    color: #f6e05e;
  }

  .md\:placeholder-yellow-400::placeholder {
    color: #f6e05e;
  }

  .md\:placeholder-yellow-500::-webkit-input-placeholder {
    color: #ecc94b;
  }

  .md\:placeholder-yellow-500::-moz-placeholder {
    color: #ecc94b;
  }

  .md\:placeholder-yellow-500:-ms-input-placeholder {
    color: #ecc94b;
  }

  .md\:placeholder-yellow-500::-ms-input-placeholder {
    color: #ecc94b;
  }

  .md\:placeholder-yellow-500::placeholder {
    color: #ecc94b;
  }

  .md\:placeholder-yellow-600::-webkit-input-placeholder {
    color: #d69e2e;
  }

  .md\:placeholder-yellow-600::-moz-placeholder {
    color: #d69e2e;
  }

  .md\:placeholder-yellow-600:-ms-input-placeholder {
    color: #d69e2e;
  }

  .md\:placeholder-yellow-600::-ms-input-placeholder {
    color: #d69e2e;
  }

  .md\:placeholder-yellow-600::placeholder {
    color: #d69e2e;
  }

  .md\:placeholder-yellow-700::-webkit-input-placeholder {
    color: #b7791f;
  }

  .md\:placeholder-yellow-700::-moz-placeholder {
    color: #b7791f;
  }

  .md\:placeholder-yellow-700:-ms-input-placeholder {
    color: #b7791f;
  }

  .md\:placeholder-yellow-700::-ms-input-placeholder {
    color: #b7791f;
  }

  .md\:placeholder-yellow-700::placeholder {
    color: #b7791f;
  }

  .md\:placeholder-yellow-800::-webkit-input-placeholder {
    color: #975a16;
  }

  .md\:placeholder-yellow-800::-moz-placeholder {
    color: #975a16;
  }

  .md\:placeholder-yellow-800:-ms-input-placeholder {
    color: #975a16;
  }

  .md\:placeholder-yellow-800::-ms-input-placeholder {
    color: #975a16;
  }

  .md\:placeholder-yellow-800::placeholder {
    color: #975a16;
  }

  .md\:placeholder-yellow-900::-webkit-input-placeholder {
    color: #744210;
  }

  .md\:placeholder-yellow-900::-moz-placeholder {
    color: #744210;
  }

  .md\:placeholder-yellow-900:-ms-input-placeholder {
    color: #744210;
  }

  .md\:placeholder-yellow-900::-ms-input-placeholder {
    color: #744210;
  }

  .md\:placeholder-yellow-900::placeholder {
    color: #744210;
  }

  .md\:placeholder-green-100::-webkit-input-placeholder {
    color: #f0fff4;
  }

  .md\:placeholder-green-100::-moz-placeholder {
    color: #f0fff4;
  }

  .md\:placeholder-green-100:-ms-input-placeholder {
    color: #f0fff4;
  }

  .md\:placeholder-green-100::-ms-input-placeholder {
    color: #f0fff4;
  }

  .md\:placeholder-green-100::placeholder {
    color: #f0fff4;
  }

  .md\:placeholder-green-200::-webkit-input-placeholder {
    color: #c6f6d5;
  }

  .md\:placeholder-green-200::-moz-placeholder {
    color: #c6f6d5;
  }

  .md\:placeholder-green-200:-ms-input-placeholder {
    color: #c6f6d5;
  }

  .md\:placeholder-green-200::-ms-input-placeholder {
    color: #c6f6d5;
  }

  .md\:placeholder-green-200::placeholder {
    color: #c6f6d5;
  }

  .md\:placeholder-green-300::-webkit-input-placeholder {
    color: #9ae6b4;
  }

  .md\:placeholder-green-300::-moz-placeholder {
    color: #9ae6b4;
  }

  .md\:placeholder-green-300:-ms-input-placeholder {
    color: #9ae6b4;
  }

  .md\:placeholder-green-300::-ms-input-placeholder {
    color: #9ae6b4;
  }

  .md\:placeholder-green-300::placeholder {
    color: #9ae6b4;
  }

  .md\:placeholder-green-400::-webkit-input-placeholder {
    color: #68d391;
  }

  .md\:placeholder-green-400::-moz-placeholder {
    color: #68d391;
  }

  .md\:placeholder-green-400:-ms-input-placeholder {
    color: #68d391;
  }

  .md\:placeholder-green-400::-ms-input-placeholder {
    color: #68d391;
  }

  .md\:placeholder-green-400::placeholder {
    color: #68d391;
  }

  .md\:placeholder-green-500::-webkit-input-placeholder {
    color: #48bb78;
  }

  .md\:placeholder-green-500::-moz-placeholder {
    color: #48bb78;
  }

  .md\:placeholder-green-500:-ms-input-placeholder {
    color: #48bb78;
  }

  .md\:placeholder-green-500::-ms-input-placeholder {
    color: #48bb78;
  }

  .md\:placeholder-green-500::placeholder {
    color: #48bb78;
  }

  .md\:placeholder-green-600::-webkit-input-placeholder {
    color: #38a169;
  }

  .md\:placeholder-green-600::-moz-placeholder {
    color: #38a169;
  }

  .md\:placeholder-green-600:-ms-input-placeholder {
    color: #38a169;
  }

  .md\:placeholder-green-600::-ms-input-placeholder {
    color: #38a169;
  }

  .md\:placeholder-green-600::placeholder {
    color: #38a169;
  }

  .md\:placeholder-green-700::-webkit-input-placeholder {
    color: #2f855a;
  }

  .md\:placeholder-green-700::-moz-placeholder {
    color: #2f855a;
  }

  .md\:placeholder-green-700:-ms-input-placeholder {
    color: #2f855a;
  }

  .md\:placeholder-green-700::-ms-input-placeholder {
    color: #2f855a;
  }

  .md\:placeholder-green-700::placeholder {
    color: #2f855a;
  }

  .md\:placeholder-green-800::-webkit-input-placeholder {
    color: #276749;
  }

  .md\:placeholder-green-800::-moz-placeholder {
    color: #276749;
  }

  .md\:placeholder-green-800:-ms-input-placeholder {
    color: #276749;
  }

  .md\:placeholder-green-800::-ms-input-placeholder {
    color: #276749;
  }

  .md\:placeholder-green-800::placeholder {
    color: #276749;
  }

  .md\:placeholder-green-900::-webkit-input-placeholder {
    color: #22543d;
  }

  .md\:placeholder-green-900::-moz-placeholder {
    color: #22543d;
  }

  .md\:placeholder-green-900:-ms-input-placeholder {
    color: #22543d;
  }

  .md\:placeholder-green-900::-ms-input-placeholder {
    color: #22543d;
  }

  .md\:placeholder-green-900::placeholder {
    color: #22543d;
  }

  .md\:placeholder-teal-100::-webkit-input-placeholder {
    color: #e6fffa;
  }

  .md\:placeholder-teal-100::-moz-placeholder {
    color: #e6fffa;
  }

  .md\:placeholder-teal-100:-ms-input-placeholder {
    color: #e6fffa;
  }

  .md\:placeholder-teal-100::-ms-input-placeholder {
    color: #e6fffa;
  }

  .md\:placeholder-teal-100::placeholder {
    color: #e6fffa;
  }

  .md\:placeholder-teal-200::-webkit-input-placeholder {
    color: #b2f5ea;
  }

  .md\:placeholder-teal-200::-moz-placeholder {
    color: #b2f5ea;
  }

  .md\:placeholder-teal-200:-ms-input-placeholder {
    color: #b2f5ea;
  }

  .md\:placeholder-teal-200::-ms-input-placeholder {
    color: #b2f5ea;
  }

  .md\:placeholder-teal-200::placeholder {
    color: #b2f5ea;
  }

  .md\:placeholder-teal-300::-webkit-input-placeholder {
    color: #81e6d9;
  }

  .md\:placeholder-teal-300::-moz-placeholder {
    color: #81e6d9;
  }

  .md\:placeholder-teal-300:-ms-input-placeholder {
    color: #81e6d9;
  }

  .md\:placeholder-teal-300::-ms-input-placeholder {
    color: #81e6d9;
  }

  .md\:placeholder-teal-300::placeholder {
    color: #81e6d9;
  }

  .md\:placeholder-teal-400::-webkit-input-placeholder {
    color: #4fd1c5;
  }

  .md\:placeholder-teal-400::-moz-placeholder {
    color: #4fd1c5;
  }

  .md\:placeholder-teal-400:-ms-input-placeholder {
    color: #4fd1c5;
  }

  .md\:placeholder-teal-400::-ms-input-placeholder {
    color: #4fd1c5;
  }

  .md\:placeholder-teal-400::placeholder {
    color: #4fd1c5;
  }

  .md\:placeholder-teal-500::-webkit-input-placeholder {
    color: #38b2ac;
  }

  .md\:placeholder-teal-500::-moz-placeholder {
    color: #38b2ac;
  }

  .md\:placeholder-teal-500:-ms-input-placeholder {
    color: #38b2ac;
  }

  .md\:placeholder-teal-500::-ms-input-placeholder {
    color: #38b2ac;
  }

  .md\:placeholder-teal-500::placeholder {
    color: #38b2ac;
  }

  .md\:placeholder-teal-600::-webkit-input-placeholder {
    color: #319795;
  }

  .md\:placeholder-teal-600::-moz-placeholder {
    color: #319795;
  }

  .md\:placeholder-teal-600:-ms-input-placeholder {
    color: #319795;
  }

  .md\:placeholder-teal-600::-ms-input-placeholder {
    color: #319795;
  }

  .md\:placeholder-teal-600::placeholder {
    color: #319795;
  }

  .md\:placeholder-teal-700::-webkit-input-placeholder {
    color: #2c7a7b;
  }

  .md\:placeholder-teal-700::-moz-placeholder {
    color: #2c7a7b;
  }

  .md\:placeholder-teal-700:-ms-input-placeholder {
    color: #2c7a7b;
  }

  .md\:placeholder-teal-700::-ms-input-placeholder {
    color: #2c7a7b;
  }

  .md\:placeholder-teal-700::placeholder {
    color: #2c7a7b;
  }

  .md\:placeholder-teal-800::-webkit-input-placeholder {
    color: #285e61;
  }

  .md\:placeholder-teal-800::-moz-placeholder {
    color: #285e61;
  }

  .md\:placeholder-teal-800:-ms-input-placeholder {
    color: #285e61;
  }

  .md\:placeholder-teal-800::-ms-input-placeholder {
    color: #285e61;
  }

  .md\:placeholder-teal-800::placeholder {
    color: #285e61;
  }

  .md\:placeholder-teal-900::-webkit-input-placeholder {
    color: #234e52;
  }

  .md\:placeholder-teal-900::-moz-placeholder {
    color: #234e52;
  }

  .md\:placeholder-teal-900:-ms-input-placeholder {
    color: #234e52;
  }

  .md\:placeholder-teal-900::-ms-input-placeholder {
    color: #234e52;
  }

  .md\:placeholder-teal-900::placeholder {
    color: #234e52;
  }

  .md\:placeholder-blue-100::-webkit-input-placeholder {
    color: #ebf8ff;
  }

  .md\:placeholder-blue-100::-moz-placeholder {
    color: #ebf8ff;
  }

  .md\:placeholder-blue-100:-ms-input-placeholder {
    color: #ebf8ff;
  }

  .md\:placeholder-blue-100::-ms-input-placeholder {
    color: #ebf8ff;
  }

  .md\:placeholder-blue-100::placeholder {
    color: #ebf8ff;
  }

  .md\:placeholder-blue-200::-webkit-input-placeholder {
    color: #bee3f8;
  }

  .md\:placeholder-blue-200::-moz-placeholder {
    color: #bee3f8;
  }

  .md\:placeholder-blue-200:-ms-input-placeholder {
    color: #bee3f8;
  }

  .md\:placeholder-blue-200::-ms-input-placeholder {
    color: #bee3f8;
  }

  .md\:placeholder-blue-200::placeholder {
    color: #bee3f8;
  }

  .md\:placeholder-blue-300::-webkit-input-placeholder {
    color: #90cdf4;
  }

  .md\:placeholder-blue-300::-moz-placeholder {
    color: #90cdf4;
  }

  .md\:placeholder-blue-300:-ms-input-placeholder {
    color: #90cdf4;
  }

  .md\:placeholder-blue-300::-ms-input-placeholder {
    color: #90cdf4;
  }

  .md\:placeholder-blue-300::placeholder {
    color: #90cdf4;
  }

  .md\:placeholder-blue-400::-webkit-input-placeholder {
    color: #63b3ed;
  }

  .md\:placeholder-blue-400::-moz-placeholder {
    color: #63b3ed;
  }

  .md\:placeholder-blue-400:-ms-input-placeholder {
    color: #63b3ed;
  }

  .md\:placeholder-blue-400::-ms-input-placeholder {
    color: #63b3ed;
  }

  .md\:placeholder-blue-400::placeholder {
    color: #63b3ed;
  }

  .md\:placeholder-blue-500::-webkit-input-placeholder {
    color: #4299e1;
  }

  .md\:placeholder-blue-500::-moz-placeholder {
    color: #4299e1;
  }

  .md\:placeholder-blue-500:-ms-input-placeholder {
    color: #4299e1;
  }

  .md\:placeholder-blue-500::-ms-input-placeholder {
    color: #4299e1;
  }

  .md\:placeholder-blue-500::placeholder {
    color: #4299e1;
  }

  .md\:placeholder-blue-600::-webkit-input-placeholder {
    color: #3182ce;
  }

  .md\:placeholder-blue-600::-moz-placeholder {
    color: #3182ce;
  }

  .md\:placeholder-blue-600:-ms-input-placeholder {
    color: #3182ce;
  }

  .md\:placeholder-blue-600::-ms-input-placeholder {
    color: #3182ce;
  }

  .md\:placeholder-blue-600::placeholder {
    color: #3182ce;
  }

  .md\:placeholder-blue-700::-webkit-input-placeholder {
    color: #2b6cb0;
  }

  .md\:placeholder-blue-700::-moz-placeholder {
    color: #2b6cb0;
  }

  .md\:placeholder-blue-700:-ms-input-placeholder {
    color: #2b6cb0;
  }

  .md\:placeholder-blue-700::-ms-input-placeholder {
    color: #2b6cb0;
  }

  .md\:placeholder-blue-700::placeholder {
    color: #2b6cb0;
  }

  .md\:placeholder-blue-800::-webkit-input-placeholder {
    color: #2c5282;
  }

  .md\:placeholder-blue-800::-moz-placeholder {
    color: #2c5282;
  }

  .md\:placeholder-blue-800:-ms-input-placeholder {
    color: #2c5282;
  }

  .md\:placeholder-blue-800::-ms-input-placeholder {
    color: #2c5282;
  }

  .md\:placeholder-blue-800::placeholder {
    color: #2c5282;
  }

  .md\:placeholder-blue-900::-webkit-input-placeholder {
    color: #2a4365;
  }

  .md\:placeholder-blue-900::-moz-placeholder {
    color: #2a4365;
  }

  .md\:placeholder-blue-900:-ms-input-placeholder {
    color: #2a4365;
  }

  .md\:placeholder-blue-900::-ms-input-placeholder {
    color: #2a4365;
  }

  .md\:placeholder-blue-900::placeholder {
    color: #2a4365;
  }

  .md\:placeholder-indigo-100::-webkit-input-placeholder {
    color: #ebf4ff;
  }

  .md\:placeholder-indigo-100::-moz-placeholder {
    color: #ebf4ff;
  }

  .md\:placeholder-indigo-100:-ms-input-placeholder {
    color: #ebf4ff;
  }

  .md\:placeholder-indigo-100::-ms-input-placeholder {
    color: #ebf4ff;
  }

  .md\:placeholder-indigo-100::placeholder {
    color: #ebf4ff;
  }

  .md\:placeholder-indigo-200::-webkit-input-placeholder {
    color: #c3dafe;
  }

  .md\:placeholder-indigo-200::-moz-placeholder {
    color: #c3dafe;
  }

  .md\:placeholder-indigo-200:-ms-input-placeholder {
    color: #c3dafe;
  }

  .md\:placeholder-indigo-200::-ms-input-placeholder {
    color: #c3dafe;
  }

  .md\:placeholder-indigo-200::placeholder {
    color: #c3dafe;
  }

  .md\:placeholder-indigo-300::-webkit-input-placeholder {
    color: #a3bffa;
  }

  .md\:placeholder-indigo-300::-moz-placeholder {
    color: #a3bffa;
  }

  .md\:placeholder-indigo-300:-ms-input-placeholder {
    color: #a3bffa;
  }

  .md\:placeholder-indigo-300::-ms-input-placeholder {
    color: #a3bffa;
  }

  .md\:placeholder-indigo-300::placeholder {
    color: #a3bffa;
  }

  .md\:placeholder-indigo-400::-webkit-input-placeholder {
    color: #7f9cf5;
  }

  .md\:placeholder-indigo-400::-moz-placeholder {
    color: #7f9cf5;
  }

  .md\:placeholder-indigo-400:-ms-input-placeholder {
    color: #7f9cf5;
  }

  .md\:placeholder-indigo-400::-ms-input-placeholder {
    color: #7f9cf5;
  }

  .md\:placeholder-indigo-400::placeholder {
    color: #7f9cf5;
  }

  .md\:placeholder-indigo-500::-webkit-input-placeholder {
    color: #667eea;
  }

  .md\:placeholder-indigo-500::-moz-placeholder {
    color: #667eea;
  }

  .md\:placeholder-indigo-500:-ms-input-placeholder {
    color: #667eea;
  }

  .md\:placeholder-indigo-500::-ms-input-placeholder {
    color: #667eea;
  }

  .md\:placeholder-indigo-500::placeholder {
    color: #667eea;
  }

  .md\:placeholder-indigo-600::-webkit-input-placeholder {
    color: #5a67d8;
  }

  .md\:placeholder-indigo-600::-moz-placeholder {
    color: #5a67d8;
  }

  .md\:placeholder-indigo-600:-ms-input-placeholder {
    color: #5a67d8;
  }

  .md\:placeholder-indigo-600::-ms-input-placeholder {
    color: #5a67d8;
  }

  .md\:placeholder-indigo-600::placeholder {
    color: #5a67d8;
  }

  .md\:placeholder-indigo-700::-webkit-input-placeholder {
    color: #4c51bf;
  }

  .md\:placeholder-indigo-700::-moz-placeholder {
    color: #4c51bf;
  }

  .md\:placeholder-indigo-700:-ms-input-placeholder {
    color: #4c51bf;
  }

  .md\:placeholder-indigo-700::-ms-input-placeholder {
    color: #4c51bf;
  }

  .md\:placeholder-indigo-700::placeholder {
    color: #4c51bf;
  }

  .md\:placeholder-indigo-800::-webkit-input-placeholder {
    color: #434190;
  }

  .md\:placeholder-indigo-800::-moz-placeholder {
    color: #434190;
  }

  .md\:placeholder-indigo-800:-ms-input-placeholder {
    color: #434190;
  }

  .md\:placeholder-indigo-800::-ms-input-placeholder {
    color: #434190;
  }

  .md\:placeholder-indigo-800::placeholder {
    color: #434190;
  }

  .md\:placeholder-indigo-900::-webkit-input-placeholder {
    color: #3c366b;
  }

  .md\:placeholder-indigo-900::-moz-placeholder {
    color: #3c366b;
  }

  .md\:placeholder-indigo-900:-ms-input-placeholder {
    color: #3c366b;
  }

  .md\:placeholder-indigo-900::-ms-input-placeholder {
    color: #3c366b;
  }

  .md\:placeholder-indigo-900::placeholder {
    color: #3c366b;
  }

  .md\:placeholder-purple-100::-webkit-input-placeholder {
    color: #faf5ff;
  }

  .md\:placeholder-purple-100::-moz-placeholder {
    color: #faf5ff;
  }

  .md\:placeholder-purple-100:-ms-input-placeholder {
    color: #faf5ff;
  }

  .md\:placeholder-purple-100::-ms-input-placeholder {
    color: #faf5ff;
  }

  .md\:placeholder-purple-100::placeholder {
    color: #faf5ff;
  }

  .md\:placeholder-purple-200::-webkit-input-placeholder {
    color: #e9d8fd;
  }

  .md\:placeholder-purple-200::-moz-placeholder {
    color: #e9d8fd;
  }

  .md\:placeholder-purple-200:-ms-input-placeholder {
    color: #e9d8fd;
  }

  .md\:placeholder-purple-200::-ms-input-placeholder {
    color: #e9d8fd;
  }

  .md\:placeholder-purple-200::placeholder {
    color: #e9d8fd;
  }

  .md\:placeholder-purple-300::-webkit-input-placeholder {
    color: #d6bcfa;
  }

  .md\:placeholder-purple-300::-moz-placeholder {
    color: #d6bcfa;
  }

  .md\:placeholder-purple-300:-ms-input-placeholder {
    color: #d6bcfa;
  }

  .md\:placeholder-purple-300::-ms-input-placeholder {
    color: #d6bcfa;
  }

  .md\:placeholder-purple-300::placeholder {
    color: #d6bcfa;
  }

  .md\:placeholder-purple-400::-webkit-input-placeholder {
    color: #b794f4;
  }

  .md\:placeholder-purple-400::-moz-placeholder {
    color: #b794f4;
  }

  .md\:placeholder-purple-400:-ms-input-placeholder {
    color: #b794f4;
  }

  .md\:placeholder-purple-400::-ms-input-placeholder {
    color: #b794f4;
  }

  .md\:placeholder-purple-400::placeholder {
    color: #b794f4;
  }

  .md\:placeholder-purple-500::-webkit-input-placeholder {
    color: #9f7aea;
  }

  .md\:placeholder-purple-500::-moz-placeholder {
    color: #9f7aea;
  }

  .md\:placeholder-purple-500:-ms-input-placeholder {
    color: #9f7aea;
  }

  .md\:placeholder-purple-500::-ms-input-placeholder {
    color: #9f7aea;
  }

  .md\:placeholder-purple-500::placeholder {
    color: #9f7aea;
  }

  .md\:placeholder-purple-600::-webkit-input-placeholder {
    color: #805ad5;
  }

  .md\:placeholder-purple-600::-moz-placeholder {
    color: #805ad5;
  }

  .md\:placeholder-purple-600:-ms-input-placeholder {
    color: #805ad5;
  }

  .md\:placeholder-purple-600::-ms-input-placeholder {
    color: #805ad5;
  }

  .md\:placeholder-purple-600::placeholder {
    color: #805ad5;
  }

  .md\:placeholder-purple-700::-webkit-input-placeholder {
    color: #6b46c1;
  }

  .md\:placeholder-purple-700::-moz-placeholder {
    color: #6b46c1;
  }

  .md\:placeholder-purple-700:-ms-input-placeholder {
    color: #6b46c1;
  }

  .md\:placeholder-purple-700::-ms-input-placeholder {
    color: #6b46c1;
  }

  .md\:placeholder-purple-700::placeholder {
    color: #6b46c1;
  }

  .md\:placeholder-purple-800::-webkit-input-placeholder {
    color: #553c9a;
  }

  .md\:placeholder-purple-800::-moz-placeholder {
    color: #553c9a;
  }

  .md\:placeholder-purple-800:-ms-input-placeholder {
    color: #553c9a;
  }

  .md\:placeholder-purple-800::-ms-input-placeholder {
    color: #553c9a;
  }

  .md\:placeholder-purple-800::placeholder {
    color: #553c9a;
  }

  .md\:placeholder-purple-900::-webkit-input-placeholder {
    color: #44337a;
  }

  .md\:placeholder-purple-900::-moz-placeholder {
    color: #44337a;
  }

  .md\:placeholder-purple-900:-ms-input-placeholder {
    color: #44337a;
  }

  .md\:placeholder-purple-900::-ms-input-placeholder {
    color: #44337a;
  }

  .md\:placeholder-purple-900::placeholder {
    color: #44337a;
  }

  .md\:placeholder-pink-100::-webkit-input-placeholder {
    color: #fff5f7;
  }

  .md\:placeholder-pink-100::-moz-placeholder {
    color: #fff5f7;
  }

  .md\:placeholder-pink-100:-ms-input-placeholder {
    color: #fff5f7;
  }

  .md\:placeholder-pink-100::-ms-input-placeholder {
    color: #fff5f7;
  }

  .md\:placeholder-pink-100::placeholder {
    color: #fff5f7;
  }

  .md\:placeholder-pink-200::-webkit-input-placeholder {
    color: #fed7e2;
  }

  .md\:placeholder-pink-200::-moz-placeholder {
    color: #fed7e2;
  }

  .md\:placeholder-pink-200:-ms-input-placeholder {
    color: #fed7e2;
  }

  .md\:placeholder-pink-200::-ms-input-placeholder {
    color: #fed7e2;
  }

  .md\:placeholder-pink-200::placeholder {
    color: #fed7e2;
  }

  .md\:placeholder-pink-300::-webkit-input-placeholder {
    color: #fbb6ce;
  }

  .md\:placeholder-pink-300::-moz-placeholder {
    color: #fbb6ce;
  }

  .md\:placeholder-pink-300:-ms-input-placeholder {
    color: #fbb6ce;
  }

  .md\:placeholder-pink-300::-ms-input-placeholder {
    color: #fbb6ce;
  }

  .md\:placeholder-pink-300::placeholder {
    color: #fbb6ce;
  }

  .md\:placeholder-pink-400::-webkit-input-placeholder {
    color: #f687b3;
  }

  .md\:placeholder-pink-400::-moz-placeholder {
    color: #f687b3;
  }

  .md\:placeholder-pink-400:-ms-input-placeholder {
    color: #f687b3;
  }

  .md\:placeholder-pink-400::-ms-input-placeholder {
    color: #f687b3;
  }

  .md\:placeholder-pink-400::placeholder {
    color: #f687b3;
  }

  .md\:placeholder-pink-500::-webkit-input-placeholder {
    color: #ed64a6;
  }

  .md\:placeholder-pink-500::-moz-placeholder {
    color: #ed64a6;
  }

  .md\:placeholder-pink-500:-ms-input-placeholder {
    color: #ed64a6;
  }

  .md\:placeholder-pink-500::-ms-input-placeholder {
    color: #ed64a6;
  }

  .md\:placeholder-pink-500::placeholder {
    color: #ed64a6;
  }

  .md\:placeholder-pink-600::-webkit-input-placeholder {
    color: #d53f8c;
  }

  .md\:placeholder-pink-600::-moz-placeholder {
    color: #d53f8c;
  }

  .md\:placeholder-pink-600:-ms-input-placeholder {
    color: #d53f8c;
  }

  .md\:placeholder-pink-600::-ms-input-placeholder {
    color: #d53f8c;
  }

  .md\:placeholder-pink-600::placeholder {
    color: #d53f8c;
  }

  .md\:placeholder-pink-700::-webkit-input-placeholder {
    color: #b83280;
  }

  .md\:placeholder-pink-700::-moz-placeholder {
    color: #b83280;
  }

  .md\:placeholder-pink-700:-ms-input-placeholder {
    color: #b83280;
  }

  .md\:placeholder-pink-700::-ms-input-placeholder {
    color: #b83280;
  }

  .md\:placeholder-pink-700::placeholder {
    color: #b83280;
  }

  .md\:placeholder-pink-800::-webkit-input-placeholder {
    color: #97266d;
  }

  .md\:placeholder-pink-800::-moz-placeholder {
    color: #97266d;
  }

  .md\:placeholder-pink-800:-ms-input-placeholder {
    color: #97266d;
  }

  .md\:placeholder-pink-800::-ms-input-placeholder {
    color: #97266d;
  }

  .md\:placeholder-pink-800::placeholder {
    color: #97266d;
  }

  .md\:placeholder-pink-900::-webkit-input-placeholder {
    color: #702459;
  }

  .md\:placeholder-pink-900::-moz-placeholder {
    color: #702459;
  }

  .md\:placeholder-pink-900:-ms-input-placeholder {
    color: #702459;
  }

  .md\:placeholder-pink-900::-ms-input-placeholder {
    color: #702459;
  }

  .md\:placeholder-pink-900::placeholder {
    color: #702459;
  }

  .group:hover .md\:group-hover\:placeholder-transparent::-webkit-input-placeholder {
    color: transparent;
  }

  .group:hover .md\:group-hover\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .group:hover .md\:group-hover\:placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .group:hover .md\:group-hover\:placeholder-transparent::-ms-input-placeholder {
    color: transparent;
  }

  .group:hover .md\:group-hover\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .group:hover .md\:group-hover\:placeholder-black::-webkit-input-placeholder {
    color: #000;
  }

  .group:hover .md\:group-hover\:placeholder-black::-moz-placeholder {
    color: #000;
  }

  .group:hover .md\:group-hover\:placeholder-black:-ms-input-placeholder {
    color: #000;
  }

  .group:hover .md\:group-hover\:placeholder-black::-ms-input-placeholder {
    color: #000;
  }

  .group:hover .md\:group-hover\:placeholder-black::placeholder {
    color: #000;
  }

  .group:hover .md\:group-hover\:placeholder-white::-webkit-input-placeholder {
    color: #fff;
  }

  .group:hover .md\:group-hover\:placeholder-white::-moz-placeholder {
    color: #fff;
  }

  .group:hover .md\:group-hover\:placeholder-white:-ms-input-placeholder {
    color: #fff;
  }

  .group:hover .md\:group-hover\:placeholder-white::-ms-input-placeholder {
    color: #fff;
  }

  .group:hover .md\:group-hover\:placeholder-white::placeholder {
    color: #fff;
  }

  .group:hover .md\:group-hover\:placeholder-gray-100::-webkit-input-placeholder {
    color: #f7fafc;
  }

  .group:hover .md\:group-hover\:placeholder-gray-100::-moz-placeholder {
    color: #f7fafc;
  }

  .group:hover .md\:group-hover\:placeholder-gray-100:-ms-input-placeholder {
    color: #f7fafc;
  }

  .group:hover .md\:group-hover\:placeholder-gray-100::-ms-input-placeholder {
    color: #f7fafc;
  }

  .group:hover .md\:group-hover\:placeholder-gray-100::placeholder {
    color: #f7fafc;
  }

  .group:hover .md\:group-hover\:placeholder-gray-200::-webkit-input-placeholder {
    color: #edf2f7;
  }

  .group:hover .md\:group-hover\:placeholder-gray-200::-moz-placeholder {
    color: #edf2f7;
  }

  .group:hover .md\:group-hover\:placeholder-gray-200:-ms-input-placeholder {
    color: #edf2f7;
  }

  .group:hover .md\:group-hover\:placeholder-gray-200::-ms-input-placeholder {
    color: #edf2f7;
  }

  .group:hover .md\:group-hover\:placeholder-gray-200::placeholder {
    color: #edf2f7;
  }

  .group:hover .md\:group-hover\:placeholder-gray-300::-webkit-input-placeholder {
    color: #e2e8f0;
  }

  .group:hover .md\:group-hover\:placeholder-gray-300::-moz-placeholder {
    color: #e2e8f0;
  }

  .group:hover .md\:group-hover\:placeholder-gray-300:-ms-input-placeholder {
    color: #e2e8f0;
  }

  .group:hover .md\:group-hover\:placeholder-gray-300::-ms-input-placeholder {
    color: #e2e8f0;
  }

  .group:hover .md\:group-hover\:placeholder-gray-300::placeholder {
    color: #e2e8f0;
  }

  .group:hover .md\:group-hover\:placeholder-gray-400::-webkit-input-placeholder {
    color: #cbd5e0;
  }

  .group:hover .md\:group-hover\:placeholder-gray-400::-moz-placeholder {
    color: #cbd5e0;
  }

  .group:hover .md\:group-hover\:placeholder-gray-400:-ms-input-placeholder {
    color: #cbd5e0;
  }

  .group:hover .md\:group-hover\:placeholder-gray-400::-ms-input-placeholder {
    color: #cbd5e0;
  }

  .group:hover .md\:group-hover\:placeholder-gray-400::placeholder {
    color: #cbd5e0;
  }

  .group:hover .md\:group-hover\:placeholder-gray-500::-webkit-input-placeholder {
    color: #a0aec0;
  }

  .group:hover .md\:group-hover\:placeholder-gray-500::-moz-placeholder {
    color: #a0aec0;
  }

  .group:hover .md\:group-hover\:placeholder-gray-500:-ms-input-placeholder {
    color: #a0aec0;
  }

  .group:hover .md\:group-hover\:placeholder-gray-500::-ms-input-placeholder {
    color: #a0aec0;
  }

  .group:hover .md\:group-hover\:placeholder-gray-500::placeholder {
    color: #a0aec0;
  }

  .group:hover .md\:group-hover\:placeholder-gray-600::-webkit-input-placeholder {
    color: #718096;
  }

  .group:hover .md\:group-hover\:placeholder-gray-600::-moz-placeholder {
    color: #718096;
  }

  .group:hover .md\:group-hover\:placeholder-gray-600:-ms-input-placeholder {
    color: #718096;
  }

  .group:hover .md\:group-hover\:placeholder-gray-600::-ms-input-placeholder {
    color: #718096;
  }

  .group:hover .md\:group-hover\:placeholder-gray-600::placeholder {
    color: #718096;
  }

  .group:hover .md\:group-hover\:placeholder-gray-700::-webkit-input-placeholder {
    color: #4a5568;
  }

  .group:hover .md\:group-hover\:placeholder-gray-700::-moz-placeholder {
    color: #4a5568;
  }

  .group:hover .md\:group-hover\:placeholder-gray-700:-ms-input-placeholder {
    color: #4a5568;
  }

  .group:hover .md\:group-hover\:placeholder-gray-700::-ms-input-placeholder {
    color: #4a5568;
  }

  .group:hover .md\:group-hover\:placeholder-gray-700::placeholder {
    color: #4a5568;
  }

  .group:hover .md\:group-hover\:placeholder-gray-800::-webkit-input-placeholder {
    color: #2d3748;
  }

  .group:hover .md\:group-hover\:placeholder-gray-800::-moz-placeholder {
    color: #2d3748;
  }

  .group:hover .md\:group-hover\:placeholder-gray-800:-ms-input-placeholder {
    color: #2d3748;
  }

  .group:hover .md\:group-hover\:placeholder-gray-800::-ms-input-placeholder {
    color: #2d3748;
  }

  .group:hover .md\:group-hover\:placeholder-gray-800::placeholder {
    color: #2d3748;
  }

  .group:hover .md\:group-hover\:placeholder-gray-900::-webkit-input-placeholder {
    color: #1a202c;
  }

  .group:hover .md\:group-hover\:placeholder-gray-900::-moz-placeholder {
    color: #1a202c;
  }

  .group:hover .md\:group-hover\:placeholder-gray-900:-ms-input-placeholder {
    color: #1a202c;
  }

  .group:hover .md\:group-hover\:placeholder-gray-900::-ms-input-placeholder {
    color: #1a202c;
  }

  .group:hover .md\:group-hover\:placeholder-gray-900::placeholder {
    color: #1a202c;
  }

  .group:hover .md\:group-hover\:placeholder-red-100::-webkit-input-placeholder {
    color: #fff5f5;
  }

  .group:hover .md\:group-hover\:placeholder-red-100::-moz-placeholder {
    color: #fff5f5;
  }

  .group:hover .md\:group-hover\:placeholder-red-100:-ms-input-placeholder {
    color: #fff5f5;
  }

  .group:hover .md\:group-hover\:placeholder-red-100::-ms-input-placeholder {
    color: #fff5f5;
  }

  .group:hover .md\:group-hover\:placeholder-red-100::placeholder {
    color: #fff5f5;
  }

  .group:hover .md\:group-hover\:placeholder-red-200::-webkit-input-placeholder {
    color: #fed7d7;
  }

  .group:hover .md\:group-hover\:placeholder-red-200::-moz-placeholder {
    color: #fed7d7;
  }

  .group:hover .md\:group-hover\:placeholder-red-200:-ms-input-placeholder {
    color: #fed7d7;
  }

  .group:hover .md\:group-hover\:placeholder-red-200::-ms-input-placeholder {
    color: #fed7d7;
  }

  .group:hover .md\:group-hover\:placeholder-red-200::placeholder {
    color: #fed7d7;
  }

  .group:hover .md\:group-hover\:placeholder-red-300::-webkit-input-placeholder {
    color: #feb2b2;
  }

  .group:hover .md\:group-hover\:placeholder-red-300::-moz-placeholder {
    color: #feb2b2;
  }

  .group:hover .md\:group-hover\:placeholder-red-300:-ms-input-placeholder {
    color: #feb2b2;
  }

  .group:hover .md\:group-hover\:placeholder-red-300::-ms-input-placeholder {
    color: #feb2b2;
  }

  .group:hover .md\:group-hover\:placeholder-red-300::placeholder {
    color: #feb2b2;
  }

  .group:hover .md\:group-hover\:placeholder-red-400::-webkit-input-placeholder {
    color: #fc8181;
  }

  .group:hover .md\:group-hover\:placeholder-red-400::-moz-placeholder {
    color: #fc8181;
  }

  .group:hover .md\:group-hover\:placeholder-red-400:-ms-input-placeholder {
    color: #fc8181;
  }

  .group:hover .md\:group-hover\:placeholder-red-400::-ms-input-placeholder {
    color: #fc8181;
  }

  .group:hover .md\:group-hover\:placeholder-red-400::placeholder {
    color: #fc8181;
  }

  .group:hover .md\:group-hover\:placeholder-red-500::-webkit-input-placeholder {
    color: #f56565;
  }

  .group:hover .md\:group-hover\:placeholder-red-500::-moz-placeholder {
    color: #f56565;
  }

  .group:hover .md\:group-hover\:placeholder-red-500:-ms-input-placeholder {
    color: #f56565;
  }

  .group:hover .md\:group-hover\:placeholder-red-500::-ms-input-placeholder {
    color: #f56565;
  }

  .group:hover .md\:group-hover\:placeholder-red-500::placeholder {
    color: #f56565;
  }

  .group:hover .md\:group-hover\:placeholder-red-600::-webkit-input-placeholder {
    color: #e53e3e;
  }

  .group:hover .md\:group-hover\:placeholder-red-600::-moz-placeholder {
    color: #e53e3e;
  }

  .group:hover .md\:group-hover\:placeholder-red-600:-ms-input-placeholder {
    color: #e53e3e;
  }

  .group:hover .md\:group-hover\:placeholder-red-600::-ms-input-placeholder {
    color: #e53e3e;
  }

  .group:hover .md\:group-hover\:placeholder-red-600::placeholder {
    color: #e53e3e;
  }

  .group:hover .md\:group-hover\:placeholder-red-700::-webkit-input-placeholder {
    color: #c53030;
  }

  .group:hover .md\:group-hover\:placeholder-red-700::-moz-placeholder {
    color: #c53030;
  }

  .group:hover .md\:group-hover\:placeholder-red-700:-ms-input-placeholder {
    color: #c53030;
  }

  .group:hover .md\:group-hover\:placeholder-red-700::-ms-input-placeholder {
    color: #c53030;
  }

  .group:hover .md\:group-hover\:placeholder-red-700::placeholder {
    color: #c53030;
  }

  .group:hover .md\:group-hover\:placeholder-red-800::-webkit-input-placeholder {
    color: #9b2c2c;
  }

  .group:hover .md\:group-hover\:placeholder-red-800::-moz-placeholder {
    color: #9b2c2c;
  }

  .group:hover .md\:group-hover\:placeholder-red-800:-ms-input-placeholder {
    color: #9b2c2c;
  }

  .group:hover .md\:group-hover\:placeholder-red-800::-ms-input-placeholder {
    color: #9b2c2c;
  }

  .group:hover .md\:group-hover\:placeholder-red-800::placeholder {
    color: #9b2c2c;
  }

  .group:hover .md\:group-hover\:placeholder-red-900::-webkit-input-placeholder {
    color: #742a2a;
  }

  .group:hover .md\:group-hover\:placeholder-red-900::-moz-placeholder {
    color: #742a2a;
  }

  .group:hover .md\:group-hover\:placeholder-red-900:-ms-input-placeholder {
    color: #742a2a;
  }

  .group:hover .md\:group-hover\:placeholder-red-900::-ms-input-placeholder {
    color: #742a2a;
  }

  .group:hover .md\:group-hover\:placeholder-red-900::placeholder {
    color: #742a2a;
  }

  .group:hover .md\:group-hover\:placeholder-orange-100::-webkit-input-placeholder {
    color: #fffaf0;
  }

  .group:hover .md\:group-hover\:placeholder-orange-100::-moz-placeholder {
    color: #fffaf0;
  }

  .group:hover .md\:group-hover\:placeholder-orange-100:-ms-input-placeholder {
    color: #fffaf0;
  }

  .group:hover .md\:group-hover\:placeholder-orange-100::-ms-input-placeholder {
    color: #fffaf0;
  }

  .group:hover .md\:group-hover\:placeholder-orange-100::placeholder {
    color: #fffaf0;
  }

  .group:hover .md\:group-hover\:placeholder-orange-200::-webkit-input-placeholder {
    color: #feebc8;
  }

  .group:hover .md\:group-hover\:placeholder-orange-200::-moz-placeholder {
    color: #feebc8;
  }

  .group:hover .md\:group-hover\:placeholder-orange-200:-ms-input-placeholder {
    color: #feebc8;
  }

  .group:hover .md\:group-hover\:placeholder-orange-200::-ms-input-placeholder {
    color: #feebc8;
  }

  .group:hover .md\:group-hover\:placeholder-orange-200::placeholder {
    color: #feebc8;
  }

  .group:hover .md\:group-hover\:placeholder-orange-300::-webkit-input-placeholder {
    color: #fbd38d;
  }

  .group:hover .md\:group-hover\:placeholder-orange-300::-moz-placeholder {
    color: #fbd38d;
  }

  .group:hover .md\:group-hover\:placeholder-orange-300:-ms-input-placeholder {
    color: #fbd38d;
  }

  .group:hover .md\:group-hover\:placeholder-orange-300::-ms-input-placeholder {
    color: #fbd38d;
  }

  .group:hover .md\:group-hover\:placeholder-orange-300::placeholder {
    color: #fbd38d;
  }

  .group:hover .md\:group-hover\:placeholder-orange-400::-webkit-input-placeholder {
    color: #f6ad55;
  }

  .group:hover .md\:group-hover\:placeholder-orange-400::-moz-placeholder {
    color: #f6ad55;
  }

  .group:hover .md\:group-hover\:placeholder-orange-400:-ms-input-placeholder {
    color: #f6ad55;
  }

  .group:hover .md\:group-hover\:placeholder-orange-400::-ms-input-placeholder {
    color: #f6ad55;
  }

  .group:hover .md\:group-hover\:placeholder-orange-400::placeholder {
    color: #f6ad55;
  }

  .group:hover .md\:group-hover\:placeholder-orange-500::-webkit-input-placeholder {
    color: #ed8936;
  }

  .group:hover .md\:group-hover\:placeholder-orange-500::-moz-placeholder {
    color: #ed8936;
  }

  .group:hover .md\:group-hover\:placeholder-orange-500:-ms-input-placeholder {
    color: #ed8936;
  }

  .group:hover .md\:group-hover\:placeholder-orange-500::-ms-input-placeholder {
    color: #ed8936;
  }

  .group:hover .md\:group-hover\:placeholder-orange-500::placeholder {
    color: #ed8936;
  }

  .group:hover .md\:group-hover\:placeholder-orange-600::-webkit-input-placeholder {
    color: #dd6b20;
  }

  .group:hover .md\:group-hover\:placeholder-orange-600::-moz-placeholder {
    color: #dd6b20;
  }

  .group:hover .md\:group-hover\:placeholder-orange-600:-ms-input-placeholder {
    color: #dd6b20;
  }

  .group:hover .md\:group-hover\:placeholder-orange-600::-ms-input-placeholder {
    color: #dd6b20;
  }

  .group:hover .md\:group-hover\:placeholder-orange-600::placeholder {
    color: #dd6b20;
  }

  .group:hover .md\:group-hover\:placeholder-orange-700::-webkit-input-placeholder {
    color: #c05621;
  }

  .group:hover .md\:group-hover\:placeholder-orange-700::-moz-placeholder {
    color: #c05621;
  }

  .group:hover .md\:group-hover\:placeholder-orange-700:-ms-input-placeholder {
    color: #c05621;
  }

  .group:hover .md\:group-hover\:placeholder-orange-700::-ms-input-placeholder {
    color: #c05621;
  }

  .group:hover .md\:group-hover\:placeholder-orange-700::placeholder {
    color: #c05621;
  }

  .group:hover .md\:group-hover\:placeholder-orange-800::-webkit-input-placeholder {
    color: #9c4221;
  }

  .group:hover .md\:group-hover\:placeholder-orange-800::-moz-placeholder {
    color: #9c4221;
  }

  .group:hover .md\:group-hover\:placeholder-orange-800:-ms-input-placeholder {
    color: #9c4221;
  }

  .group:hover .md\:group-hover\:placeholder-orange-800::-ms-input-placeholder {
    color: #9c4221;
  }

  .group:hover .md\:group-hover\:placeholder-orange-800::placeholder {
    color: #9c4221;
  }

  .group:hover .md\:group-hover\:placeholder-orange-900::-webkit-input-placeholder {
    color: #7b341e;
  }

  .group:hover .md\:group-hover\:placeholder-orange-900::-moz-placeholder {
    color: #7b341e;
  }

  .group:hover .md\:group-hover\:placeholder-orange-900:-ms-input-placeholder {
    color: #7b341e;
  }

  .group:hover .md\:group-hover\:placeholder-orange-900::-ms-input-placeholder {
    color: #7b341e;
  }

  .group:hover .md\:group-hover\:placeholder-orange-900::placeholder {
    color: #7b341e;
  }

  .group:hover .md\:group-hover\:placeholder-yellow-100::-webkit-input-placeholder {
    color: #fffff0;
  }

  .group:hover .md\:group-hover\:placeholder-yellow-100::-moz-placeholder {
    color: #fffff0;
  }

  .group:hover .md\:group-hover\:placeholder-yellow-100:-ms-input-placeholder {
    color: #fffff0;
  }

  .group:hover .md\:group-hover\:placeholder-yellow-100::-ms-input-placeholder {
    color: #fffff0;
  }

  .group:hover .md\:group-hover\:placeholder-yellow-100::placeholder {
    color: #fffff0;
  }

  .group:hover .md\:group-hover\:placeholder-yellow-200::-webkit-input-placeholder {
    color: #fefcbf;
  }

  .group:hover .md\:group-hover\:placeholder-yellow-200::-moz-placeholder {
    color: #fefcbf;
  }

  .group:hover .md\:group-hover\:placeholder-yellow-200:-ms-input-placeholder {
    color: #fefcbf;
  }

  .group:hover .md\:group-hover\:placeholder-yellow-200::-ms-input-placeholder {
    color: #fefcbf;
  }

  .group:hover .md\:group-hover\:placeholder-yellow-200::placeholder {
    color: #fefcbf;
  }

  .group:hover .md\:group-hover\:placeholder-yellow-300::-webkit-input-placeholder {
    color: #faf089;
  }

  .group:hover .md\:group-hover\:placeholder-yellow-300::-moz-placeholder {
    color: #faf089;
  }

  .group:hover .md\:group-hover\:placeholder-yellow-300:-ms-input-placeholder {
    color: #faf089;
  }

  .group:hover .md\:group-hover\:placeholder-yellow-300::-ms-input-placeholder {
    color: #faf089;
  }

  .group:hover .md\:group-hover\:placeholder-yellow-300::placeholder {
    color: #faf089;
  }

  .group:hover .md\:group-hover\:placeholder-yellow-400::-webkit-input-placeholder {
    color: #f6e05e;
  }

  .group:hover .md\:group-hover\:placeholder-yellow-400::-moz-placeholder {
    color: #f6e05e;
  }

  .group:hover .md\:group-hover\:placeholder-yellow-400:-ms-input-placeholder {
    color: #f6e05e;
  }

  .group:hover .md\:group-hover\:placeholder-yellow-400::-ms-input-placeholder {
    color: #f6e05e;
  }

  .group:hover .md\:group-hover\:placeholder-yellow-400::placeholder {
    color: #f6e05e;
  }

  .group:hover .md\:group-hover\:placeholder-yellow-500::-webkit-input-placeholder {
    color: #ecc94b;
  }

  .group:hover .md\:group-hover\:placeholder-yellow-500::-moz-placeholder {
    color: #ecc94b;
  }

  .group:hover .md\:group-hover\:placeholder-yellow-500:-ms-input-placeholder {
    color: #ecc94b;
  }

  .group:hover .md\:group-hover\:placeholder-yellow-500::-ms-input-placeholder {
    color: #ecc94b;
  }

  .group:hover .md\:group-hover\:placeholder-yellow-500::placeholder {
    color: #ecc94b;
  }

  .group:hover .md\:group-hover\:placeholder-yellow-600::-webkit-input-placeholder {
    color: #d69e2e;
  }

  .group:hover .md\:group-hover\:placeholder-yellow-600::-moz-placeholder {
    color: #d69e2e;
  }

  .group:hover .md\:group-hover\:placeholder-yellow-600:-ms-input-placeholder {
    color: #d69e2e;
  }

  .group:hover .md\:group-hover\:placeholder-yellow-600::-ms-input-placeholder {
    color: #d69e2e;
  }

  .group:hover .md\:group-hover\:placeholder-yellow-600::placeholder {
    color: #d69e2e;
  }

  .group:hover .md\:group-hover\:placeholder-yellow-700::-webkit-input-placeholder {
    color: #b7791f;
  }

  .group:hover .md\:group-hover\:placeholder-yellow-700::-moz-placeholder {
    color: #b7791f;
  }

  .group:hover .md\:group-hover\:placeholder-yellow-700:-ms-input-placeholder {
    color: #b7791f;
  }

  .group:hover .md\:group-hover\:placeholder-yellow-700::-ms-input-placeholder {
    color: #b7791f;
  }

  .group:hover .md\:group-hover\:placeholder-yellow-700::placeholder {
    color: #b7791f;
  }

  .group:hover .md\:group-hover\:placeholder-yellow-800::-webkit-input-placeholder {
    color: #975a16;
  }

  .group:hover .md\:group-hover\:placeholder-yellow-800::-moz-placeholder {
    color: #975a16;
  }

  .group:hover .md\:group-hover\:placeholder-yellow-800:-ms-input-placeholder {
    color: #975a16;
  }

  .group:hover .md\:group-hover\:placeholder-yellow-800::-ms-input-placeholder {
    color: #975a16;
  }

  .group:hover .md\:group-hover\:placeholder-yellow-800::placeholder {
    color: #975a16;
  }

  .group:hover .md\:group-hover\:placeholder-yellow-900::-webkit-input-placeholder {
    color: #744210;
  }

  .group:hover .md\:group-hover\:placeholder-yellow-900::-moz-placeholder {
    color: #744210;
  }

  .group:hover .md\:group-hover\:placeholder-yellow-900:-ms-input-placeholder {
    color: #744210;
  }

  .group:hover .md\:group-hover\:placeholder-yellow-900::-ms-input-placeholder {
    color: #744210;
  }

  .group:hover .md\:group-hover\:placeholder-yellow-900::placeholder {
    color: #744210;
  }

  .group:hover .md\:group-hover\:placeholder-green-100::-webkit-input-placeholder {
    color: #f0fff4;
  }

  .group:hover .md\:group-hover\:placeholder-green-100::-moz-placeholder {
    color: #f0fff4;
  }

  .group:hover .md\:group-hover\:placeholder-green-100:-ms-input-placeholder {
    color: #f0fff4;
  }

  .group:hover .md\:group-hover\:placeholder-green-100::-ms-input-placeholder {
    color: #f0fff4;
  }

  .group:hover .md\:group-hover\:placeholder-green-100::placeholder {
    color: #f0fff4;
  }

  .group:hover .md\:group-hover\:placeholder-green-200::-webkit-input-placeholder {
    color: #c6f6d5;
  }

  .group:hover .md\:group-hover\:placeholder-green-200::-moz-placeholder {
    color: #c6f6d5;
  }

  .group:hover .md\:group-hover\:placeholder-green-200:-ms-input-placeholder {
    color: #c6f6d5;
  }

  .group:hover .md\:group-hover\:placeholder-green-200::-ms-input-placeholder {
    color: #c6f6d5;
  }

  .group:hover .md\:group-hover\:placeholder-green-200::placeholder {
    color: #c6f6d5;
  }

  .group:hover .md\:group-hover\:placeholder-green-300::-webkit-input-placeholder {
    color: #9ae6b4;
  }

  .group:hover .md\:group-hover\:placeholder-green-300::-moz-placeholder {
    color: #9ae6b4;
  }

  .group:hover .md\:group-hover\:placeholder-green-300:-ms-input-placeholder {
    color: #9ae6b4;
  }

  .group:hover .md\:group-hover\:placeholder-green-300::-ms-input-placeholder {
    color: #9ae6b4;
  }

  .group:hover .md\:group-hover\:placeholder-green-300::placeholder {
    color: #9ae6b4;
  }

  .group:hover .md\:group-hover\:placeholder-green-400::-webkit-input-placeholder {
    color: #68d391;
  }

  .group:hover .md\:group-hover\:placeholder-green-400::-moz-placeholder {
    color: #68d391;
  }

  .group:hover .md\:group-hover\:placeholder-green-400:-ms-input-placeholder {
    color: #68d391;
  }

  .group:hover .md\:group-hover\:placeholder-green-400::-ms-input-placeholder {
    color: #68d391;
  }

  .group:hover .md\:group-hover\:placeholder-green-400::placeholder {
    color: #68d391;
  }

  .group:hover .md\:group-hover\:placeholder-green-500::-webkit-input-placeholder {
    color: #48bb78;
  }

  .group:hover .md\:group-hover\:placeholder-green-500::-moz-placeholder {
    color: #48bb78;
  }

  .group:hover .md\:group-hover\:placeholder-green-500:-ms-input-placeholder {
    color: #48bb78;
  }

  .group:hover .md\:group-hover\:placeholder-green-500::-ms-input-placeholder {
    color: #48bb78;
  }

  .group:hover .md\:group-hover\:placeholder-green-500::placeholder {
    color: #48bb78;
  }

  .group:hover .md\:group-hover\:placeholder-green-600::-webkit-input-placeholder {
    color: #38a169;
  }

  .group:hover .md\:group-hover\:placeholder-green-600::-moz-placeholder {
    color: #38a169;
  }

  .group:hover .md\:group-hover\:placeholder-green-600:-ms-input-placeholder {
    color: #38a169;
  }

  .group:hover .md\:group-hover\:placeholder-green-600::-ms-input-placeholder {
    color: #38a169;
  }

  .group:hover .md\:group-hover\:placeholder-green-600::placeholder {
    color: #38a169;
  }

  .group:hover .md\:group-hover\:placeholder-green-700::-webkit-input-placeholder {
    color: #2f855a;
  }

  .group:hover .md\:group-hover\:placeholder-green-700::-moz-placeholder {
    color: #2f855a;
  }

  .group:hover .md\:group-hover\:placeholder-green-700:-ms-input-placeholder {
    color: #2f855a;
  }

  .group:hover .md\:group-hover\:placeholder-green-700::-ms-input-placeholder {
    color: #2f855a;
  }

  .group:hover .md\:group-hover\:placeholder-green-700::placeholder {
    color: #2f855a;
  }

  .group:hover .md\:group-hover\:placeholder-green-800::-webkit-input-placeholder {
    color: #276749;
  }

  .group:hover .md\:group-hover\:placeholder-green-800::-moz-placeholder {
    color: #276749;
  }

  .group:hover .md\:group-hover\:placeholder-green-800:-ms-input-placeholder {
    color: #276749;
  }

  .group:hover .md\:group-hover\:placeholder-green-800::-ms-input-placeholder {
    color: #276749;
  }

  .group:hover .md\:group-hover\:placeholder-green-800::placeholder {
    color: #276749;
  }

  .group:hover .md\:group-hover\:placeholder-green-900::-webkit-input-placeholder {
    color: #22543d;
  }

  .group:hover .md\:group-hover\:placeholder-green-900::-moz-placeholder {
    color: #22543d;
  }

  .group:hover .md\:group-hover\:placeholder-green-900:-ms-input-placeholder {
    color: #22543d;
  }

  .group:hover .md\:group-hover\:placeholder-green-900::-ms-input-placeholder {
    color: #22543d;
  }

  .group:hover .md\:group-hover\:placeholder-green-900::placeholder {
    color: #22543d;
  }

  .group:hover .md\:group-hover\:placeholder-teal-100::-webkit-input-placeholder {
    color: #e6fffa;
  }

  .group:hover .md\:group-hover\:placeholder-teal-100::-moz-placeholder {
    color: #e6fffa;
  }

  .group:hover .md\:group-hover\:placeholder-teal-100:-ms-input-placeholder {
    color: #e6fffa;
  }

  .group:hover .md\:group-hover\:placeholder-teal-100::-ms-input-placeholder {
    color: #e6fffa;
  }

  .group:hover .md\:group-hover\:placeholder-teal-100::placeholder {
    color: #e6fffa;
  }

  .group:hover .md\:group-hover\:placeholder-teal-200::-webkit-input-placeholder {
    color: #b2f5ea;
  }

  .group:hover .md\:group-hover\:placeholder-teal-200::-moz-placeholder {
    color: #b2f5ea;
  }

  .group:hover .md\:group-hover\:placeholder-teal-200:-ms-input-placeholder {
    color: #b2f5ea;
  }

  .group:hover .md\:group-hover\:placeholder-teal-200::-ms-input-placeholder {
    color: #b2f5ea;
  }

  .group:hover .md\:group-hover\:placeholder-teal-200::placeholder {
    color: #b2f5ea;
  }

  .group:hover .md\:group-hover\:placeholder-teal-300::-webkit-input-placeholder {
    color: #81e6d9;
  }

  .group:hover .md\:group-hover\:placeholder-teal-300::-moz-placeholder {
    color: #81e6d9;
  }

  .group:hover .md\:group-hover\:placeholder-teal-300:-ms-input-placeholder {
    color: #81e6d9;
  }

  .group:hover .md\:group-hover\:placeholder-teal-300::-ms-input-placeholder {
    color: #81e6d9;
  }

  .group:hover .md\:group-hover\:placeholder-teal-300::placeholder {
    color: #81e6d9;
  }

  .group:hover .md\:group-hover\:placeholder-teal-400::-webkit-input-placeholder {
    color: #4fd1c5;
  }

  .group:hover .md\:group-hover\:placeholder-teal-400::-moz-placeholder {
    color: #4fd1c5;
  }

  .group:hover .md\:group-hover\:placeholder-teal-400:-ms-input-placeholder {
    color: #4fd1c5;
  }

  .group:hover .md\:group-hover\:placeholder-teal-400::-ms-input-placeholder {
    color: #4fd1c5;
  }

  .group:hover .md\:group-hover\:placeholder-teal-400::placeholder {
    color: #4fd1c5;
  }

  .group:hover .md\:group-hover\:placeholder-teal-500::-webkit-input-placeholder {
    color: #38b2ac;
  }

  .group:hover .md\:group-hover\:placeholder-teal-500::-moz-placeholder {
    color: #38b2ac;
  }

  .group:hover .md\:group-hover\:placeholder-teal-500:-ms-input-placeholder {
    color: #38b2ac;
  }

  .group:hover .md\:group-hover\:placeholder-teal-500::-ms-input-placeholder {
    color: #38b2ac;
  }

  .group:hover .md\:group-hover\:placeholder-teal-500::placeholder {
    color: #38b2ac;
  }

  .group:hover .md\:group-hover\:placeholder-teal-600::-webkit-input-placeholder {
    color: #319795;
  }

  .group:hover .md\:group-hover\:placeholder-teal-600::-moz-placeholder {
    color: #319795;
  }

  .group:hover .md\:group-hover\:placeholder-teal-600:-ms-input-placeholder {
    color: #319795;
  }

  .group:hover .md\:group-hover\:placeholder-teal-600::-ms-input-placeholder {
    color: #319795;
  }

  .group:hover .md\:group-hover\:placeholder-teal-600::placeholder {
    color: #319795;
  }

  .group:hover .md\:group-hover\:placeholder-teal-700::-webkit-input-placeholder {
    color: #2c7a7b;
  }

  .group:hover .md\:group-hover\:placeholder-teal-700::-moz-placeholder {
    color: #2c7a7b;
  }

  .group:hover .md\:group-hover\:placeholder-teal-700:-ms-input-placeholder {
    color: #2c7a7b;
  }

  .group:hover .md\:group-hover\:placeholder-teal-700::-ms-input-placeholder {
    color: #2c7a7b;
  }

  .group:hover .md\:group-hover\:placeholder-teal-700::placeholder {
    color: #2c7a7b;
  }

  .group:hover .md\:group-hover\:placeholder-teal-800::-webkit-input-placeholder {
    color: #285e61;
  }

  .group:hover .md\:group-hover\:placeholder-teal-800::-moz-placeholder {
    color: #285e61;
  }

  .group:hover .md\:group-hover\:placeholder-teal-800:-ms-input-placeholder {
    color: #285e61;
  }

  .group:hover .md\:group-hover\:placeholder-teal-800::-ms-input-placeholder {
    color: #285e61;
  }

  .group:hover .md\:group-hover\:placeholder-teal-800::placeholder {
    color: #285e61;
  }

  .group:hover .md\:group-hover\:placeholder-teal-900::-webkit-input-placeholder {
    color: #234e52;
  }

  .group:hover .md\:group-hover\:placeholder-teal-900::-moz-placeholder {
    color: #234e52;
  }

  .group:hover .md\:group-hover\:placeholder-teal-900:-ms-input-placeholder {
    color: #234e52;
  }

  .group:hover .md\:group-hover\:placeholder-teal-900::-ms-input-placeholder {
    color: #234e52;
  }

  .group:hover .md\:group-hover\:placeholder-teal-900::placeholder {
    color: #234e52;
  }

  .group:hover .md\:group-hover\:placeholder-blue-100::-webkit-input-placeholder {
    color: #ebf8ff;
  }

  .group:hover .md\:group-hover\:placeholder-blue-100::-moz-placeholder {
    color: #ebf8ff;
  }

  .group:hover .md\:group-hover\:placeholder-blue-100:-ms-input-placeholder {
    color: #ebf8ff;
  }

  .group:hover .md\:group-hover\:placeholder-blue-100::-ms-input-placeholder {
    color: #ebf8ff;
  }

  .group:hover .md\:group-hover\:placeholder-blue-100::placeholder {
    color: #ebf8ff;
  }

  .group:hover .md\:group-hover\:placeholder-blue-200::-webkit-input-placeholder {
    color: #bee3f8;
  }

  .group:hover .md\:group-hover\:placeholder-blue-200::-moz-placeholder {
    color: #bee3f8;
  }

  .group:hover .md\:group-hover\:placeholder-blue-200:-ms-input-placeholder {
    color: #bee3f8;
  }

  .group:hover .md\:group-hover\:placeholder-blue-200::-ms-input-placeholder {
    color: #bee3f8;
  }

  .group:hover .md\:group-hover\:placeholder-blue-200::placeholder {
    color: #bee3f8;
  }

  .group:hover .md\:group-hover\:placeholder-blue-300::-webkit-input-placeholder {
    color: #90cdf4;
  }

  .group:hover .md\:group-hover\:placeholder-blue-300::-moz-placeholder {
    color: #90cdf4;
  }

  .group:hover .md\:group-hover\:placeholder-blue-300:-ms-input-placeholder {
    color: #90cdf4;
  }

  .group:hover .md\:group-hover\:placeholder-blue-300::-ms-input-placeholder {
    color: #90cdf4;
  }

  .group:hover .md\:group-hover\:placeholder-blue-300::placeholder {
    color: #90cdf4;
  }

  .group:hover .md\:group-hover\:placeholder-blue-400::-webkit-input-placeholder {
    color: #63b3ed;
  }

  .group:hover .md\:group-hover\:placeholder-blue-400::-moz-placeholder {
    color: #63b3ed;
  }

  .group:hover .md\:group-hover\:placeholder-blue-400:-ms-input-placeholder {
    color: #63b3ed;
  }

  .group:hover .md\:group-hover\:placeholder-blue-400::-ms-input-placeholder {
    color: #63b3ed;
  }

  .group:hover .md\:group-hover\:placeholder-blue-400::placeholder {
    color: #63b3ed;
  }

  .group:hover .md\:group-hover\:placeholder-blue-500::-webkit-input-placeholder {
    color: #4299e1;
  }

  .group:hover .md\:group-hover\:placeholder-blue-500::-moz-placeholder {
    color: #4299e1;
  }

  .group:hover .md\:group-hover\:placeholder-blue-500:-ms-input-placeholder {
    color: #4299e1;
  }

  .group:hover .md\:group-hover\:placeholder-blue-500::-ms-input-placeholder {
    color: #4299e1;
  }

  .group:hover .md\:group-hover\:placeholder-blue-500::placeholder {
    color: #4299e1;
  }

  .group:hover .md\:group-hover\:placeholder-blue-600::-webkit-input-placeholder {
    color: #3182ce;
  }

  .group:hover .md\:group-hover\:placeholder-blue-600::-moz-placeholder {
    color: #3182ce;
  }

  .group:hover .md\:group-hover\:placeholder-blue-600:-ms-input-placeholder {
    color: #3182ce;
  }

  .group:hover .md\:group-hover\:placeholder-blue-600::-ms-input-placeholder {
    color: #3182ce;
  }

  .group:hover .md\:group-hover\:placeholder-blue-600::placeholder {
    color: #3182ce;
  }

  .group:hover .md\:group-hover\:placeholder-blue-700::-webkit-input-placeholder {
    color: #2b6cb0;
  }

  .group:hover .md\:group-hover\:placeholder-blue-700::-moz-placeholder {
    color: #2b6cb0;
  }

  .group:hover .md\:group-hover\:placeholder-blue-700:-ms-input-placeholder {
    color: #2b6cb0;
  }

  .group:hover .md\:group-hover\:placeholder-blue-700::-ms-input-placeholder {
    color: #2b6cb0;
  }

  .group:hover .md\:group-hover\:placeholder-blue-700::placeholder {
    color: #2b6cb0;
  }

  .group:hover .md\:group-hover\:placeholder-blue-800::-webkit-input-placeholder {
    color: #2c5282;
  }

  .group:hover .md\:group-hover\:placeholder-blue-800::-moz-placeholder {
    color: #2c5282;
  }

  .group:hover .md\:group-hover\:placeholder-blue-800:-ms-input-placeholder {
    color: #2c5282;
  }

  .group:hover .md\:group-hover\:placeholder-blue-800::-ms-input-placeholder {
    color: #2c5282;
  }

  .group:hover .md\:group-hover\:placeholder-blue-800::placeholder {
    color: #2c5282;
  }

  .group:hover .md\:group-hover\:placeholder-blue-900::-webkit-input-placeholder {
    color: #2a4365;
  }

  .group:hover .md\:group-hover\:placeholder-blue-900::-moz-placeholder {
    color: #2a4365;
  }

  .group:hover .md\:group-hover\:placeholder-blue-900:-ms-input-placeholder {
    color: #2a4365;
  }

  .group:hover .md\:group-hover\:placeholder-blue-900::-ms-input-placeholder {
    color: #2a4365;
  }

  .group:hover .md\:group-hover\:placeholder-blue-900::placeholder {
    color: #2a4365;
  }

  .group:hover .md\:group-hover\:placeholder-indigo-100::-webkit-input-placeholder {
    color: #ebf4ff;
  }

  .group:hover .md\:group-hover\:placeholder-indigo-100::-moz-placeholder {
    color: #ebf4ff;
  }

  .group:hover .md\:group-hover\:placeholder-indigo-100:-ms-input-placeholder {
    color: #ebf4ff;
  }

  .group:hover .md\:group-hover\:placeholder-indigo-100::-ms-input-placeholder {
    color: #ebf4ff;
  }

  .group:hover .md\:group-hover\:placeholder-indigo-100::placeholder {
    color: #ebf4ff;
  }

  .group:hover .md\:group-hover\:placeholder-indigo-200::-webkit-input-placeholder {
    color: #c3dafe;
  }

  .group:hover .md\:group-hover\:placeholder-indigo-200::-moz-placeholder {
    color: #c3dafe;
  }

  .group:hover .md\:group-hover\:placeholder-indigo-200:-ms-input-placeholder {
    color: #c3dafe;
  }

  .group:hover .md\:group-hover\:placeholder-indigo-200::-ms-input-placeholder {
    color: #c3dafe;
  }

  .group:hover .md\:group-hover\:placeholder-indigo-200::placeholder {
    color: #c3dafe;
  }

  .group:hover .md\:group-hover\:placeholder-indigo-300::-webkit-input-placeholder {
    color: #a3bffa;
  }

  .group:hover .md\:group-hover\:placeholder-indigo-300::-moz-placeholder {
    color: #a3bffa;
  }

  .group:hover .md\:group-hover\:placeholder-indigo-300:-ms-input-placeholder {
    color: #a3bffa;
  }

  .group:hover .md\:group-hover\:placeholder-indigo-300::-ms-input-placeholder {
    color: #a3bffa;
  }

  .group:hover .md\:group-hover\:placeholder-indigo-300::placeholder {
    color: #a3bffa;
  }

  .group:hover .md\:group-hover\:placeholder-indigo-400::-webkit-input-placeholder {
    color: #7f9cf5;
  }

  .group:hover .md\:group-hover\:placeholder-indigo-400::-moz-placeholder {
    color: #7f9cf5;
  }

  .group:hover .md\:group-hover\:placeholder-indigo-400:-ms-input-placeholder {
    color: #7f9cf5;
  }

  .group:hover .md\:group-hover\:placeholder-indigo-400::-ms-input-placeholder {
    color: #7f9cf5;
  }

  .group:hover .md\:group-hover\:placeholder-indigo-400::placeholder {
    color: #7f9cf5;
  }

  .group:hover .md\:group-hover\:placeholder-indigo-500::-webkit-input-placeholder {
    color: #667eea;
  }

  .group:hover .md\:group-hover\:placeholder-indigo-500::-moz-placeholder {
    color: #667eea;
  }

  .group:hover .md\:group-hover\:placeholder-indigo-500:-ms-input-placeholder {
    color: #667eea;
  }

  .group:hover .md\:group-hover\:placeholder-indigo-500::-ms-input-placeholder {
    color: #667eea;
  }

  .group:hover .md\:group-hover\:placeholder-indigo-500::placeholder {
    color: #667eea;
  }

  .group:hover .md\:group-hover\:placeholder-indigo-600::-webkit-input-placeholder {
    color: #5a67d8;
  }

  .group:hover .md\:group-hover\:placeholder-indigo-600::-moz-placeholder {
    color: #5a67d8;
  }

  .group:hover .md\:group-hover\:placeholder-indigo-600:-ms-input-placeholder {
    color: #5a67d8;
  }

  .group:hover .md\:group-hover\:placeholder-indigo-600::-ms-input-placeholder {
    color: #5a67d8;
  }

  .group:hover .md\:group-hover\:placeholder-indigo-600::placeholder {
    color: #5a67d8;
  }

  .group:hover .md\:group-hover\:placeholder-indigo-700::-webkit-input-placeholder {
    color: #4c51bf;
  }

  .group:hover .md\:group-hover\:placeholder-indigo-700::-moz-placeholder {
    color: #4c51bf;
  }

  .group:hover .md\:group-hover\:placeholder-indigo-700:-ms-input-placeholder {
    color: #4c51bf;
  }

  .group:hover .md\:group-hover\:placeholder-indigo-700::-ms-input-placeholder {
    color: #4c51bf;
  }

  .group:hover .md\:group-hover\:placeholder-indigo-700::placeholder {
    color: #4c51bf;
  }

  .group:hover .md\:group-hover\:placeholder-indigo-800::-webkit-input-placeholder {
    color: #434190;
  }

  .group:hover .md\:group-hover\:placeholder-indigo-800::-moz-placeholder {
    color: #434190;
  }

  .group:hover .md\:group-hover\:placeholder-indigo-800:-ms-input-placeholder {
    color: #434190;
  }

  .group:hover .md\:group-hover\:placeholder-indigo-800::-ms-input-placeholder {
    color: #434190;
  }

  .group:hover .md\:group-hover\:placeholder-indigo-800::placeholder {
    color: #434190;
  }

  .group:hover .md\:group-hover\:placeholder-indigo-900::-webkit-input-placeholder {
    color: #3c366b;
  }

  .group:hover .md\:group-hover\:placeholder-indigo-900::-moz-placeholder {
    color: #3c366b;
  }

  .group:hover .md\:group-hover\:placeholder-indigo-900:-ms-input-placeholder {
    color: #3c366b;
  }

  .group:hover .md\:group-hover\:placeholder-indigo-900::-ms-input-placeholder {
    color: #3c366b;
  }

  .group:hover .md\:group-hover\:placeholder-indigo-900::placeholder {
    color: #3c366b;
  }

  .group:hover .md\:group-hover\:placeholder-purple-100::-webkit-input-placeholder {
    color: #faf5ff;
  }

  .group:hover .md\:group-hover\:placeholder-purple-100::-moz-placeholder {
    color: #faf5ff;
  }

  .group:hover .md\:group-hover\:placeholder-purple-100:-ms-input-placeholder {
    color: #faf5ff;
  }

  .group:hover .md\:group-hover\:placeholder-purple-100::-ms-input-placeholder {
    color: #faf5ff;
  }

  .group:hover .md\:group-hover\:placeholder-purple-100::placeholder {
    color: #faf5ff;
  }

  .group:hover .md\:group-hover\:placeholder-purple-200::-webkit-input-placeholder {
    color: #e9d8fd;
  }

  .group:hover .md\:group-hover\:placeholder-purple-200::-moz-placeholder {
    color: #e9d8fd;
  }

  .group:hover .md\:group-hover\:placeholder-purple-200:-ms-input-placeholder {
    color: #e9d8fd;
  }

  .group:hover .md\:group-hover\:placeholder-purple-200::-ms-input-placeholder {
    color: #e9d8fd;
  }

  .group:hover .md\:group-hover\:placeholder-purple-200::placeholder {
    color: #e9d8fd;
  }

  .group:hover .md\:group-hover\:placeholder-purple-300::-webkit-input-placeholder {
    color: #d6bcfa;
  }

  .group:hover .md\:group-hover\:placeholder-purple-300::-moz-placeholder {
    color: #d6bcfa;
  }

  .group:hover .md\:group-hover\:placeholder-purple-300:-ms-input-placeholder {
    color: #d6bcfa;
  }

  .group:hover .md\:group-hover\:placeholder-purple-300::-ms-input-placeholder {
    color: #d6bcfa;
  }

  .group:hover .md\:group-hover\:placeholder-purple-300::placeholder {
    color: #d6bcfa;
  }

  .group:hover .md\:group-hover\:placeholder-purple-400::-webkit-input-placeholder {
    color: #b794f4;
  }

  .group:hover .md\:group-hover\:placeholder-purple-400::-moz-placeholder {
    color: #b794f4;
  }

  .group:hover .md\:group-hover\:placeholder-purple-400:-ms-input-placeholder {
    color: #b794f4;
  }

  .group:hover .md\:group-hover\:placeholder-purple-400::-ms-input-placeholder {
    color: #b794f4;
  }

  .group:hover .md\:group-hover\:placeholder-purple-400::placeholder {
    color: #b794f4;
  }

  .group:hover .md\:group-hover\:placeholder-purple-500::-webkit-input-placeholder {
    color: #9f7aea;
  }

  .group:hover .md\:group-hover\:placeholder-purple-500::-moz-placeholder {
    color: #9f7aea;
  }

  .group:hover .md\:group-hover\:placeholder-purple-500:-ms-input-placeholder {
    color: #9f7aea;
  }

  .group:hover .md\:group-hover\:placeholder-purple-500::-ms-input-placeholder {
    color: #9f7aea;
  }

  .group:hover .md\:group-hover\:placeholder-purple-500::placeholder {
    color: #9f7aea;
  }

  .group:hover .md\:group-hover\:placeholder-purple-600::-webkit-input-placeholder {
    color: #805ad5;
  }

  .group:hover .md\:group-hover\:placeholder-purple-600::-moz-placeholder {
    color: #805ad5;
  }

  .group:hover .md\:group-hover\:placeholder-purple-600:-ms-input-placeholder {
    color: #805ad5;
  }

  .group:hover .md\:group-hover\:placeholder-purple-600::-ms-input-placeholder {
    color: #805ad5;
  }

  .group:hover .md\:group-hover\:placeholder-purple-600::placeholder {
    color: #805ad5;
  }

  .group:hover .md\:group-hover\:placeholder-purple-700::-webkit-input-placeholder {
    color: #6b46c1;
  }

  .group:hover .md\:group-hover\:placeholder-purple-700::-moz-placeholder {
    color: #6b46c1;
  }

  .group:hover .md\:group-hover\:placeholder-purple-700:-ms-input-placeholder {
    color: #6b46c1;
  }

  .group:hover .md\:group-hover\:placeholder-purple-700::-ms-input-placeholder {
    color: #6b46c1;
  }

  .group:hover .md\:group-hover\:placeholder-purple-700::placeholder {
    color: #6b46c1;
  }

  .group:hover .md\:group-hover\:placeholder-purple-800::-webkit-input-placeholder {
    color: #553c9a;
  }

  .group:hover .md\:group-hover\:placeholder-purple-800::-moz-placeholder {
    color: #553c9a;
  }

  .group:hover .md\:group-hover\:placeholder-purple-800:-ms-input-placeholder {
    color: #553c9a;
  }

  .group:hover .md\:group-hover\:placeholder-purple-800::-ms-input-placeholder {
    color: #553c9a;
  }

  .group:hover .md\:group-hover\:placeholder-purple-800::placeholder {
    color: #553c9a;
  }

  .group:hover .md\:group-hover\:placeholder-purple-900::-webkit-input-placeholder {
    color: #44337a;
  }

  .group:hover .md\:group-hover\:placeholder-purple-900::-moz-placeholder {
    color: #44337a;
  }

  .group:hover .md\:group-hover\:placeholder-purple-900:-ms-input-placeholder {
    color: #44337a;
  }

  .group:hover .md\:group-hover\:placeholder-purple-900::-ms-input-placeholder {
    color: #44337a;
  }

  .group:hover .md\:group-hover\:placeholder-purple-900::placeholder {
    color: #44337a;
  }

  .group:hover .md\:group-hover\:placeholder-pink-100::-webkit-input-placeholder {
    color: #fff5f7;
  }

  .group:hover .md\:group-hover\:placeholder-pink-100::-moz-placeholder {
    color: #fff5f7;
  }

  .group:hover .md\:group-hover\:placeholder-pink-100:-ms-input-placeholder {
    color: #fff5f7;
  }

  .group:hover .md\:group-hover\:placeholder-pink-100::-ms-input-placeholder {
    color: #fff5f7;
  }

  .group:hover .md\:group-hover\:placeholder-pink-100::placeholder {
    color: #fff5f7;
  }

  .group:hover .md\:group-hover\:placeholder-pink-200::-webkit-input-placeholder {
    color: #fed7e2;
  }

  .group:hover .md\:group-hover\:placeholder-pink-200::-moz-placeholder {
    color: #fed7e2;
  }

  .group:hover .md\:group-hover\:placeholder-pink-200:-ms-input-placeholder {
    color: #fed7e2;
  }

  .group:hover .md\:group-hover\:placeholder-pink-200::-ms-input-placeholder {
    color: #fed7e2;
  }

  .group:hover .md\:group-hover\:placeholder-pink-200::placeholder {
    color: #fed7e2;
  }

  .group:hover .md\:group-hover\:placeholder-pink-300::-webkit-input-placeholder {
    color: #fbb6ce;
  }

  .group:hover .md\:group-hover\:placeholder-pink-300::-moz-placeholder {
    color: #fbb6ce;
  }

  .group:hover .md\:group-hover\:placeholder-pink-300:-ms-input-placeholder {
    color: #fbb6ce;
  }

  .group:hover .md\:group-hover\:placeholder-pink-300::-ms-input-placeholder {
    color: #fbb6ce;
  }

  .group:hover .md\:group-hover\:placeholder-pink-300::placeholder {
    color: #fbb6ce;
  }

  .group:hover .md\:group-hover\:placeholder-pink-400::-webkit-input-placeholder {
    color: #f687b3;
  }

  .group:hover .md\:group-hover\:placeholder-pink-400::-moz-placeholder {
    color: #f687b3;
  }

  .group:hover .md\:group-hover\:placeholder-pink-400:-ms-input-placeholder {
    color: #f687b3;
  }

  .group:hover .md\:group-hover\:placeholder-pink-400::-ms-input-placeholder {
    color: #f687b3;
  }

  .group:hover .md\:group-hover\:placeholder-pink-400::placeholder {
    color: #f687b3;
  }

  .group:hover .md\:group-hover\:placeholder-pink-500::-webkit-input-placeholder {
    color: #ed64a6;
  }

  .group:hover .md\:group-hover\:placeholder-pink-500::-moz-placeholder {
    color: #ed64a6;
  }

  .group:hover .md\:group-hover\:placeholder-pink-500:-ms-input-placeholder {
    color: #ed64a6;
  }

  .group:hover .md\:group-hover\:placeholder-pink-500::-ms-input-placeholder {
    color: #ed64a6;
  }

  .group:hover .md\:group-hover\:placeholder-pink-500::placeholder {
    color: #ed64a6;
  }

  .group:hover .md\:group-hover\:placeholder-pink-600::-webkit-input-placeholder {
    color: #d53f8c;
  }

  .group:hover .md\:group-hover\:placeholder-pink-600::-moz-placeholder {
    color: #d53f8c;
  }

  .group:hover .md\:group-hover\:placeholder-pink-600:-ms-input-placeholder {
    color: #d53f8c;
  }

  .group:hover .md\:group-hover\:placeholder-pink-600::-ms-input-placeholder {
    color: #d53f8c;
  }

  .group:hover .md\:group-hover\:placeholder-pink-600::placeholder {
    color: #d53f8c;
  }

  .group:hover .md\:group-hover\:placeholder-pink-700::-webkit-input-placeholder {
    color: #b83280;
  }

  .group:hover .md\:group-hover\:placeholder-pink-700::-moz-placeholder {
    color: #b83280;
  }

  .group:hover .md\:group-hover\:placeholder-pink-700:-ms-input-placeholder {
    color: #b83280;
  }

  .group:hover .md\:group-hover\:placeholder-pink-700::-ms-input-placeholder {
    color: #b83280;
  }

  .group:hover .md\:group-hover\:placeholder-pink-700::placeholder {
    color: #b83280;
  }

  .group:hover .md\:group-hover\:placeholder-pink-800::-webkit-input-placeholder {
    color: #97266d;
  }

  .group:hover .md\:group-hover\:placeholder-pink-800::-moz-placeholder {
    color: #97266d;
  }

  .group:hover .md\:group-hover\:placeholder-pink-800:-ms-input-placeholder {
    color: #97266d;
  }

  .group:hover .md\:group-hover\:placeholder-pink-800::-ms-input-placeholder {
    color: #97266d;
  }

  .group:hover .md\:group-hover\:placeholder-pink-800::placeholder {
    color: #97266d;
  }

  .group:hover .md\:group-hover\:placeholder-pink-900::-webkit-input-placeholder {
    color: #702459;
  }

  .group:hover .md\:group-hover\:placeholder-pink-900::-moz-placeholder {
    color: #702459;
  }

  .group:hover .md\:group-hover\:placeholder-pink-900:-ms-input-placeholder {
    color: #702459;
  }

  .group:hover .md\:group-hover\:placeholder-pink-900::-ms-input-placeholder {
    color: #702459;
  }

  .group:hover .md\:group-hover\:placeholder-pink-900::placeholder {
    color: #702459;
  }

  .md\:focus-within\:placeholder-transparent:focus-within::-webkit-input-placeholder {
    color: transparent;
  }

  .md\:focus-within\:placeholder-transparent:focus-within::-moz-placeholder {
    color: transparent;
  }

  .md\:focus-within\:placeholder-transparent:focus-within:-ms-input-placeholder {
    color: transparent;
  }

  .md\:focus-within\:placeholder-transparent:focus-within::-ms-input-placeholder {
    color: transparent;
  }

  .md\:focus-within\:placeholder-transparent:focus-within::placeholder {
    color: transparent;
  }

  .md\:focus-within\:placeholder-black:focus-within::-webkit-input-placeholder {
    color: #000;
  }

  .md\:focus-within\:placeholder-black:focus-within::-moz-placeholder {
    color: #000;
  }

  .md\:focus-within\:placeholder-black:focus-within:-ms-input-placeholder {
    color: #000;
  }

  .md\:focus-within\:placeholder-black:focus-within::-ms-input-placeholder {
    color: #000;
  }

  .md\:focus-within\:placeholder-black:focus-within::placeholder {
    color: #000;
  }

  .md\:focus-within\:placeholder-white:focus-within::-webkit-input-placeholder {
    color: #fff;
  }

  .md\:focus-within\:placeholder-white:focus-within::-moz-placeholder {
    color: #fff;
  }

  .md\:focus-within\:placeholder-white:focus-within:-ms-input-placeholder {
    color: #fff;
  }

  .md\:focus-within\:placeholder-white:focus-within::-ms-input-placeholder {
    color: #fff;
  }

  .md\:focus-within\:placeholder-white:focus-within::placeholder {
    color: #fff;
  }

  .md\:focus-within\:placeholder-gray-100:focus-within::-webkit-input-placeholder {
    color: #f7fafc;
  }

  .md\:focus-within\:placeholder-gray-100:focus-within::-moz-placeholder {
    color: #f7fafc;
  }

  .md\:focus-within\:placeholder-gray-100:focus-within:-ms-input-placeholder {
    color: #f7fafc;
  }

  .md\:focus-within\:placeholder-gray-100:focus-within::-ms-input-placeholder {
    color: #f7fafc;
  }

  .md\:focus-within\:placeholder-gray-100:focus-within::placeholder {
    color: #f7fafc;
  }

  .md\:focus-within\:placeholder-gray-200:focus-within::-webkit-input-placeholder {
    color: #edf2f7;
  }

  .md\:focus-within\:placeholder-gray-200:focus-within::-moz-placeholder {
    color: #edf2f7;
  }

  .md\:focus-within\:placeholder-gray-200:focus-within:-ms-input-placeholder {
    color: #edf2f7;
  }

  .md\:focus-within\:placeholder-gray-200:focus-within::-ms-input-placeholder {
    color: #edf2f7;
  }

  .md\:focus-within\:placeholder-gray-200:focus-within::placeholder {
    color: #edf2f7;
  }

  .md\:focus-within\:placeholder-gray-300:focus-within::-webkit-input-placeholder {
    color: #e2e8f0;
  }

  .md\:focus-within\:placeholder-gray-300:focus-within::-moz-placeholder {
    color: #e2e8f0;
  }

  .md\:focus-within\:placeholder-gray-300:focus-within:-ms-input-placeholder {
    color: #e2e8f0;
  }

  .md\:focus-within\:placeholder-gray-300:focus-within::-ms-input-placeholder {
    color: #e2e8f0;
  }

  .md\:focus-within\:placeholder-gray-300:focus-within::placeholder {
    color: #e2e8f0;
  }

  .md\:focus-within\:placeholder-gray-400:focus-within::-webkit-input-placeholder {
    color: #cbd5e0;
  }

  .md\:focus-within\:placeholder-gray-400:focus-within::-moz-placeholder {
    color: #cbd5e0;
  }

  .md\:focus-within\:placeholder-gray-400:focus-within:-ms-input-placeholder {
    color: #cbd5e0;
  }

  .md\:focus-within\:placeholder-gray-400:focus-within::-ms-input-placeholder {
    color: #cbd5e0;
  }

  .md\:focus-within\:placeholder-gray-400:focus-within::placeholder {
    color: #cbd5e0;
  }

  .md\:focus-within\:placeholder-gray-500:focus-within::-webkit-input-placeholder {
    color: #a0aec0;
  }

  .md\:focus-within\:placeholder-gray-500:focus-within::-moz-placeholder {
    color: #a0aec0;
  }

  .md\:focus-within\:placeholder-gray-500:focus-within:-ms-input-placeholder {
    color: #a0aec0;
  }

  .md\:focus-within\:placeholder-gray-500:focus-within::-ms-input-placeholder {
    color: #a0aec0;
  }

  .md\:focus-within\:placeholder-gray-500:focus-within::placeholder {
    color: #a0aec0;
  }

  .md\:focus-within\:placeholder-gray-600:focus-within::-webkit-input-placeholder {
    color: #718096;
  }

  .md\:focus-within\:placeholder-gray-600:focus-within::-moz-placeholder {
    color: #718096;
  }

  .md\:focus-within\:placeholder-gray-600:focus-within:-ms-input-placeholder {
    color: #718096;
  }

  .md\:focus-within\:placeholder-gray-600:focus-within::-ms-input-placeholder {
    color: #718096;
  }

  .md\:focus-within\:placeholder-gray-600:focus-within::placeholder {
    color: #718096;
  }

  .md\:focus-within\:placeholder-gray-700:focus-within::-webkit-input-placeholder {
    color: #4a5568;
  }

  .md\:focus-within\:placeholder-gray-700:focus-within::-moz-placeholder {
    color: #4a5568;
  }

  .md\:focus-within\:placeholder-gray-700:focus-within:-ms-input-placeholder {
    color: #4a5568;
  }

  .md\:focus-within\:placeholder-gray-700:focus-within::-ms-input-placeholder {
    color: #4a5568;
  }

  .md\:focus-within\:placeholder-gray-700:focus-within::placeholder {
    color: #4a5568;
  }

  .md\:focus-within\:placeholder-gray-800:focus-within::-webkit-input-placeholder {
    color: #2d3748;
  }

  .md\:focus-within\:placeholder-gray-800:focus-within::-moz-placeholder {
    color: #2d3748;
  }

  .md\:focus-within\:placeholder-gray-800:focus-within:-ms-input-placeholder {
    color: #2d3748;
  }

  .md\:focus-within\:placeholder-gray-800:focus-within::-ms-input-placeholder {
    color: #2d3748;
  }

  .md\:focus-within\:placeholder-gray-800:focus-within::placeholder {
    color: #2d3748;
  }

  .md\:focus-within\:placeholder-gray-900:focus-within::-webkit-input-placeholder {
    color: #1a202c;
  }

  .md\:focus-within\:placeholder-gray-900:focus-within::-moz-placeholder {
    color: #1a202c;
  }

  .md\:focus-within\:placeholder-gray-900:focus-within:-ms-input-placeholder {
    color: #1a202c;
  }

  .md\:focus-within\:placeholder-gray-900:focus-within::-ms-input-placeholder {
    color: #1a202c;
  }

  .md\:focus-within\:placeholder-gray-900:focus-within::placeholder {
    color: #1a202c;
  }

  .md\:focus-within\:placeholder-red-100:focus-within::-webkit-input-placeholder {
    color: #fff5f5;
  }

  .md\:focus-within\:placeholder-red-100:focus-within::-moz-placeholder {
    color: #fff5f5;
  }

  .md\:focus-within\:placeholder-red-100:focus-within:-ms-input-placeholder {
    color: #fff5f5;
  }

  .md\:focus-within\:placeholder-red-100:focus-within::-ms-input-placeholder {
    color: #fff5f5;
  }

  .md\:focus-within\:placeholder-red-100:focus-within::placeholder {
    color: #fff5f5;
  }

  .md\:focus-within\:placeholder-red-200:focus-within::-webkit-input-placeholder {
    color: #fed7d7;
  }

  .md\:focus-within\:placeholder-red-200:focus-within::-moz-placeholder {
    color: #fed7d7;
  }

  .md\:focus-within\:placeholder-red-200:focus-within:-ms-input-placeholder {
    color: #fed7d7;
  }

  .md\:focus-within\:placeholder-red-200:focus-within::-ms-input-placeholder {
    color: #fed7d7;
  }

  .md\:focus-within\:placeholder-red-200:focus-within::placeholder {
    color: #fed7d7;
  }

  .md\:focus-within\:placeholder-red-300:focus-within::-webkit-input-placeholder {
    color: #feb2b2;
  }

  .md\:focus-within\:placeholder-red-300:focus-within::-moz-placeholder {
    color: #feb2b2;
  }

  .md\:focus-within\:placeholder-red-300:focus-within:-ms-input-placeholder {
    color: #feb2b2;
  }

  .md\:focus-within\:placeholder-red-300:focus-within::-ms-input-placeholder {
    color: #feb2b2;
  }

  .md\:focus-within\:placeholder-red-300:focus-within::placeholder {
    color: #feb2b2;
  }

  .md\:focus-within\:placeholder-red-400:focus-within::-webkit-input-placeholder {
    color: #fc8181;
  }

  .md\:focus-within\:placeholder-red-400:focus-within::-moz-placeholder {
    color: #fc8181;
  }

  .md\:focus-within\:placeholder-red-400:focus-within:-ms-input-placeholder {
    color: #fc8181;
  }

  .md\:focus-within\:placeholder-red-400:focus-within::-ms-input-placeholder {
    color: #fc8181;
  }

  .md\:focus-within\:placeholder-red-400:focus-within::placeholder {
    color: #fc8181;
  }

  .md\:focus-within\:placeholder-red-500:focus-within::-webkit-input-placeholder {
    color: #f56565;
  }

  .md\:focus-within\:placeholder-red-500:focus-within::-moz-placeholder {
    color: #f56565;
  }

  .md\:focus-within\:placeholder-red-500:focus-within:-ms-input-placeholder {
    color: #f56565;
  }

  .md\:focus-within\:placeholder-red-500:focus-within::-ms-input-placeholder {
    color: #f56565;
  }

  .md\:focus-within\:placeholder-red-500:focus-within::placeholder {
    color: #f56565;
  }

  .md\:focus-within\:placeholder-red-600:focus-within::-webkit-input-placeholder {
    color: #e53e3e;
  }

  .md\:focus-within\:placeholder-red-600:focus-within::-moz-placeholder {
    color: #e53e3e;
  }

  .md\:focus-within\:placeholder-red-600:focus-within:-ms-input-placeholder {
    color: #e53e3e;
  }

  .md\:focus-within\:placeholder-red-600:focus-within::-ms-input-placeholder {
    color: #e53e3e;
  }

  .md\:focus-within\:placeholder-red-600:focus-within::placeholder {
    color: #e53e3e;
  }

  .md\:focus-within\:placeholder-red-700:focus-within::-webkit-input-placeholder {
    color: #c53030;
  }

  .md\:focus-within\:placeholder-red-700:focus-within::-moz-placeholder {
    color: #c53030;
  }

  .md\:focus-within\:placeholder-red-700:focus-within:-ms-input-placeholder {
    color: #c53030;
  }

  .md\:focus-within\:placeholder-red-700:focus-within::-ms-input-placeholder {
    color: #c53030;
  }

  .md\:focus-within\:placeholder-red-700:focus-within::placeholder {
    color: #c53030;
  }

  .md\:focus-within\:placeholder-red-800:focus-within::-webkit-input-placeholder {
    color: #9b2c2c;
  }

  .md\:focus-within\:placeholder-red-800:focus-within::-moz-placeholder {
    color: #9b2c2c;
  }

  .md\:focus-within\:placeholder-red-800:focus-within:-ms-input-placeholder {
    color: #9b2c2c;
  }

  .md\:focus-within\:placeholder-red-800:focus-within::-ms-input-placeholder {
    color: #9b2c2c;
  }

  .md\:focus-within\:placeholder-red-800:focus-within::placeholder {
    color: #9b2c2c;
  }

  .md\:focus-within\:placeholder-red-900:focus-within::-webkit-input-placeholder {
    color: #742a2a;
  }

  .md\:focus-within\:placeholder-red-900:focus-within::-moz-placeholder {
    color: #742a2a;
  }

  .md\:focus-within\:placeholder-red-900:focus-within:-ms-input-placeholder {
    color: #742a2a;
  }

  .md\:focus-within\:placeholder-red-900:focus-within::-ms-input-placeholder {
    color: #742a2a;
  }

  .md\:focus-within\:placeholder-red-900:focus-within::placeholder {
    color: #742a2a;
  }

  .md\:focus-within\:placeholder-orange-100:focus-within::-webkit-input-placeholder {
    color: #fffaf0;
  }

  .md\:focus-within\:placeholder-orange-100:focus-within::-moz-placeholder {
    color: #fffaf0;
  }

  .md\:focus-within\:placeholder-orange-100:focus-within:-ms-input-placeholder {
    color: #fffaf0;
  }

  .md\:focus-within\:placeholder-orange-100:focus-within::-ms-input-placeholder {
    color: #fffaf0;
  }

  .md\:focus-within\:placeholder-orange-100:focus-within::placeholder {
    color: #fffaf0;
  }

  .md\:focus-within\:placeholder-orange-200:focus-within::-webkit-input-placeholder {
    color: #feebc8;
  }

  .md\:focus-within\:placeholder-orange-200:focus-within::-moz-placeholder {
    color: #feebc8;
  }

  .md\:focus-within\:placeholder-orange-200:focus-within:-ms-input-placeholder {
    color: #feebc8;
  }

  .md\:focus-within\:placeholder-orange-200:focus-within::-ms-input-placeholder {
    color: #feebc8;
  }

  .md\:focus-within\:placeholder-orange-200:focus-within::placeholder {
    color: #feebc8;
  }

  .md\:focus-within\:placeholder-orange-300:focus-within::-webkit-input-placeholder {
    color: #fbd38d;
  }

  .md\:focus-within\:placeholder-orange-300:focus-within::-moz-placeholder {
    color: #fbd38d;
  }

  .md\:focus-within\:placeholder-orange-300:focus-within:-ms-input-placeholder {
    color: #fbd38d;
  }

  .md\:focus-within\:placeholder-orange-300:focus-within::-ms-input-placeholder {
    color: #fbd38d;
  }

  .md\:focus-within\:placeholder-orange-300:focus-within::placeholder {
    color: #fbd38d;
  }

  .md\:focus-within\:placeholder-orange-400:focus-within::-webkit-input-placeholder {
    color: #f6ad55;
  }

  .md\:focus-within\:placeholder-orange-400:focus-within::-moz-placeholder {
    color: #f6ad55;
  }

  .md\:focus-within\:placeholder-orange-400:focus-within:-ms-input-placeholder {
    color: #f6ad55;
  }

  .md\:focus-within\:placeholder-orange-400:focus-within::-ms-input-placeholder {
    color: #f6ad55;
  }

  .md\:focus-within\:placeholder-orange-400:focus-within::placeholder {
    color: #f6ad55;
  }

  .md\:focus-within\:placeholder-orange-500:focus-within::-webkit-input-placeholder {
    color: #ed8936;
  }

  .md\:focus-within\:placeholder-orange-500:focus-within::-moz-placeholder {
    color: #ed8936;
  }

  .md\:focus-within\:placeholder-orange-500:focus-within:-ms-input-placeholder {
    color: #ed8936;
  }

  .md\:focus-within\:placeholder-orange-500:focus-within::-ms-input-placeholder {
    color: #ed8936;
  }

  .md\:focus-within\:placeholder-orange-500:focus-within::placeholder {
    color: #ed8936;
  }

  .md\:focus-within\:placeholder-orange-600:focus-within::-webkit-input-placeholder {
    color: #dd6b20;
  }

  .md\:focus-within\:placeholder-orange-600:focus-within::-moz-placeholder {
    color: #dd6b20;
  }

  .md\:focus-within\:placeholder-orange-600:focus-within:-ms-input-placeholder {
    color: #dd6b20;
  }

  .md\:focus-within\:placeholder-orange-600:focus-within::-ms-input-placeholder {
    color: #dd6b20;
  }

  .md\:focus-within\:placeholder-orange-600:focus-within::placeholder {
    color: #dd6b20;
  }

  .md\:focus-within\:placeholder-orange-700:focus-within::-webkit-input-placeholder {
    color: #c05621;
  }

  .md\:focus-within\:placeholder-orange-700:focus-within::-moz-placeholder {
    color: #c05621;
  }

  .md\:focus-within\:placeholder-orange-700:focus-within:-ms-input-placeholder {
    color: #c05621;
  }

  .md\:focus-within\:placeholder-orange-700:focus-within::-ms-input-placeholder {
    color: #c05621;
  }

  .md\:focus-within\:placeholder-orange-700:focus-within::placeholder {
    color: #c05621;
  }

  .md\:focus-within\:placeholder-orange-800:focus-within::-webkit-input-placeholder {
    color: #9c4221;
  }

  .md\:focus-within\:placeholder-orange-800:focus-within::-moz-placeholder {
    color: #9c4221;
  }

  .md\:focus-within\:placeholder-orange-800:focus-within:-ms-input-placeholder {
    color: #9c4221;
  }

  .md\:focus-within\:placeholder-orange-800:focus-within::-ms-input-placeholder {
    color: #9c4221;
  }

  .md\:focus-within\:placeholder-orange-800:focus-within::placeholder {
    color: #9c4221;
  }

  .md\:focus-within\:placeholder-orange-900:focus-within::-webkit-input-placeholder {
    color: #7b341e;
  }

  .md\:focus-within\:placeholder-orange-900:focus-within::-moz-placeholder {
    color: #7b341e;
  }

  .md\:focus-within\:placeholder-orange-900:focus-within:-ms-input-placeholder {
    color: #7b341e;
  }

  .md\:focus-within\:placeholder-orange-900:focus-within::-ms-input-placeholder {
    color: #7b341e;
  }

  .md\:focus-within\:placeholder-orange-900:focus-within::placeholder {
    color: #7b341e;
  }

  .md\:focus-within\:placeholder-yellow-100:focus-within::-webkit-input-placeholder {
    color: #fffff0;
  }

  .md\:focus-within\:placeholder-yellow-100:focus-within::-moz-placeholder {
    color: #fffff0;
  }

  .md\:focus-within\:placeholder-yellow-100:focus-within:-ms-input-placeholder {
    color: #fffff0;
  }

  .md\:focus-within\:placeholder-yellow-100:focus-within::-ms-input-placeholder {
    color: #fffff0;
  }

  .md\:focus-within\:placeholder-yellow-100:focus-within::placeholder {
    color: #fffff0;
  }

  .md\:focus-within\:placeholder-yellow-200:focus-within::-webkit-input-placeholder {
    color: #fefcbf;
  }

  .md\:focus-within\:placeholder-yellow-200:focus-within::-moz-placeholder {
    color: #fefcbf;
  }

  .md\:focus-within\:placeholder-yellow-200:focus-within:-ms-input-placeholder {
    color: #fefcbf;
  }

  .md\:focus-within\:placeholder-yellow-200:focus-within::-ms-input-placeholder {
    color: #fefcbf;
  }

  .md\:focus-within\:placeholder-yellow-200:focus-within::placeholder {
    color: #fefcbf;
  }

  .md\:focus-within\:placeholder-yellow-300:focus-within::-webkit-input-placeholder {
    color: #faf089;
  }

  .md\:focus-within\:placeholder-yellow-300:focus-within::-moz-placeholder {
    color: #faf089;
  }

  .md\:focus-within\:placeholder-yellow-300:focus-within:-ms-input-placeholder {
    color: #faf089;
  }

  .md\:focus-within\:placeholder-yellow-300:focus-within::-ms-input-placeholder {
    color: #faf089;
  }

  .md\:focus-within\:placeholder-yellow-300:focus-within::placeholder {
    color: #faf089;
  }

  .md\:focus-within\:placeholder-yellow-400:focus-within::-webkit-input-placeholder {
    color: #f6e05e;
  }

  .md\:focus-within\:placeholder-yellow-400:focus-within::-moz-placeholder {
    color: #f6e05e;
  }

  .md\:focus-within\:placeholder-yellow-400:focus-within:-ms-input-placeholder {
    color: #f6e05e;
  }

  .md\:focus-within\:placeholder-yellow-400:focus-within::-ms-input-placeholder {
    color: #f6e05e;
  }

  .md\:focus-within\:placeholder-yellow-400:focus-within::placeholder {
    color: #f6e05e;
  }

  .md\:focus-within\:placeholder-yellow-500:focus-within::-webkit-input-placeholder {
    color: #ecc94b;
  }

  .md\:focus-within\:placeholder-yellow-500:focus-within::-moz-placeholder {
    color: #ecc94b;
  }

  .md\:focus-within\:placeholder-yellow-500:focus-within:-ms-input-placeholder {
    color: #ecc94b;
  }

  .md\:focus-within\:placeholder-yellow-500:focus-within::-ms-input-placeholder {
    color: #ecc94b;
  }

  .md\:focus-within\:placeholder-yellow-500:focus-within::placeholder {
    color: #ecc94b;
  }

  .md\:focus-within\:placeholder-yellow-600:focus-within::-webkit-input-placeholder {
    color: #d69e2e;
  }

  .md\:focus-within\:placeholder-yellow-600:focus-within::-moz-placeholder {
    color: #d69e2e;
  }

  .md\:focus-within\:placeholder-yellow-600:focus-within:-ms-input-placeholder {
    color: #d69e2e;
  }

  .md\:focus-within\:placeholder-yellow-600:focus-within::-ms-input-placeholder {
    color: #d69e2e;
  }

  .md\:focus-within\:placeholder-yellow-600:focus-within::placeholder {
    color: #d69e2e;
  }

  .md\:focus-within\:placeholder-yellow-700:focus-within::-webkit-input-placeholder {
    color: #b7791f;
  }

  .md\:focus-within\:placeholder-yellow-700:focus-within::-moz-placeholder {
    color: #b7791f;
  }

  .md\:focus-within\:placeholder-yellow-700:focus-within:-ms-input-placeholder {
    color: #b7791f;
  }

  .md\:focus-within\:placeholder-yellow-700:focus-within::-ms-input-placeholder {
    color: #b7791f;
  }

  .md\:focus-within\:placeholder-yellow-700:focus-within::placeholder {
    color: #b7791f;
  }

  .md\:focus-within\:placeholder-yellow-800:focus-within::-webkit-input-placeholder {
    color: #975a16;
  }

  .md\:focus-within\:placeholder-yellow-800:focus-within::-moz-placeholder {
    color: #975a16;
  }

  .md\:focus-within\:placeholder-yellow-800:focus-within:-ms-input-placeholder {
    color: #975a16;
  }

  .md\:focus-within\:placeholder-yellow-800:focus-within::-ms-input-placeholder {
    color: #975a16;
  }

  .md\:focus-within\:placeholder-yellow-800:focus-within::placeholder {
    color: #975a16;
  }

  .md\:focus-within\:placeholder-yellow-900:focus-within::-webkit-input-placeholder {
    color: #744210;
  }

  .md\:focus-within\:placeholder-yellow-900:focus-within::-moz-placeholder {
    color: #744210;
  }

  .md\:focus-within\:placeholder-yellow-900:focus-within:-ms-input-placeholder {
    color: #744210;
  }

  .md\:focus-within\:placeholder-yellow-900:focus-within::-ms-input-placeholder {
    color: #744210;
  }

  .md\:focus-within\:placeholder-yellow-900:focus-within::placeholder {
    color: #744210;
  }

  .md\:focus-within\:placeholder-green-100:focus-within::-webkit-input-placeholder {
    color: #f0fff4;
  }

  .md\:focus-within\:placeholder-green-100:focus-within::-moz-placeholder {
    color: #f0fff4;
  }

  .md\:focus-within\:placeholder-green-100:focus-within:-ms-input-placeholder {
    color: #f0fff4;
  }

  .md\:focus-within\:placeholder-green-100:focus-within::-ms-input-placeholder {
    color: #f0fff4;
  }

  .md\:focus-within\:placeholder-green-100:focus-within::placeholder {
    color: #f0fff4;
  }

  .md\:focus-within\:placeholder-green-200:focus-within::-webkit-input-placeholder {
    color: #c6f6d5;
  }

  .md\:focus-within\:placeholder-green-200:focus-within::-moz-placeholder {
    color: #c6f6d5;
  }

  .md\:focus-within\:placeholder-green-200:focus-within:-ms-input-placeholder {
    color: #c6f6d5;
  }

  .md\:focus-within\:placeholder-green-200:focus-within::-ms-input-placeholder {
    color: #c6f6d5;
  }

  .md\:focus-within\:placeholder-green-200:focus-within::placeholder {
    color: #c6f6d5;
  }

  .md\:focus-within\:placeholder-green-300:focus-within::-webkit-input-placeholder {
    color: #9ae6b4;
  }

  .md\:focus-within\:placeholder-green-300:focus-within::-moz-placeholder {
    color: #9ae6b4;
  }

  .md\:focus-within\:placeholder-green-300:focus-within:-ms-input-placeholder {
    color: #9ae6b4;
  }

  .md\:focus-within\:placeholder-green-300:focus-within::-ms-input-placeholder {
    color: #9ae6b4;
  }

  .md\:focus-within\:placeholder-green-300:focus-within::placeholder {
    color: #9ae6b4;
  }

  .md\:focus-within\:placeholder-green-400:focus-within::-webkit-input-placeholder {
    color: #68d391;
  }

  .md\:focus-within\:placeholder-green-400:focus-within::-moz-placeholder {
    color: #68d391;
  }

  .md\:focus-within\:placeholder-green-400:focus-within:-ms-input-placeholder {
    color: #68d391;
  }

  .md\:focus-within\:placeholder-green-400:focus-within::-ms-input-placeholder {
    color: #68d391;
  }

  .md\:focus-within\:placeholder-green-400:focus-within::placeholder {
    color: #68d391;
  }

  .md\:focus-within\:placeholder-green-500:focus-within::-webkit-input-placeholder {
    color: #48bb78;
  }

  .md\:focus-within\:placeholder-green-500:focus-within::-moz-placeholder {
    color: #48bb78;
  }

  .md\:focus-within\:placeholder-green-500:focus-within:-ms-input-placeholder {
    color: #48bb78;
  }

  .md\:focus-within\:placeholder-green-500:focus-within::-ms-input-placeholder {
    color: #48bb78;
  }

  .md\:focus-within\:placeholder-green-500:focus-within::placeholder {
    color: #48bb78;
  }

  .md\:focus-within\:placeholder-green-600:focus-within::-webkit-input-placeholder {
    color: #38a169;
  }

  .md\:focus-within\:placeholder-green-600:focus-within::-moz-placeholder {
    color: #38a169;
  }

  .md\:focus-within\:placeholder-green-600:focus-within:-ms-input-placeholder {
    color: #38a169;
  }

  .md\:focus-within\:placeholder-green-600:focus-within::-ms-input-placeholder {
    color: #38a169;
  }

  .md\:focus-within\:placeholder-green-600:focus-within::placeholder {
    color: #38a169;
  }

  .md\:focus-within\:placeholder-green-700:focus-within::-webkit-input-placeholder {
    color: #2f855a;
  }

  .md\:focus-within\:placeholder-green-700:focus-within::-moz-placeholder {
    color: #2f855a;
  }

  .md\:focus-within\:placeholder-green-700:focus-within:-ms-input-placeholder {
    color: #2f855a;
  }

  .md\:focus-within\:placeholder-green-700:focus-within::-ms-input-placeholder {
    color: #2f855a;
  }

  .md\:focus-within\:placeholder-green-700:focus-within::placeholder {
    color: #2f855a;
  }

  .md\:focus-within\:placeholder-green-800:focus-within::-webkit-input-placeholder {
    color: #276749;
  }

  .md\:focus-within\:placeholder-green-800:focus-within::-moz-placeholder {
    color: #276749;
  }

  .md\:focus-within\:placeholder-green-800:focus-within:-ms-input-placeholder {
    color: #276749;
  }

  .md\:focus-within\:placeholder-green-800:focus-within::-ms-input-placeholder {
    color: #276749;
  }

  .md\:focus-within\:placeholder-green-800:focus-within::placeholder {
    color: #276749;
  }

  .md\:focus-within\:placeholder-green-900:focus-within::-webkit-input-placeholder {
    color: #22543d;
  }

  .md\:focus-within\:placeholder-green-900:focus-within::-moz-placeholder {
    color: #22543d;
  }

  .md\:focus-within\:placeholder-green-900:focus-within:-ms-input-placeholder {
    color: #22543d;
  }

  .md\:focus-within\:placeholder-green-900:focus-within::-ms-input-placeholder {
    color: #22543d;
  }

  .md\:focus-within\:placeholder-green-900:focus-within::placeholder {
    color: #22543d;
  }

  .md\:focus-within\:placeholder-teal-100:focus-within::-webkit-input-placeholder {
    color: #e6fffa;
  }

  .md\:focus-within\:placeholder-teal-100:focus-within::-moz-placeholder {
    color: #e6fffa;
  }

  .md\:focus-within\:placeholder-teal-100:focus-within:-ms-input-placeholder {
    color: #e6fffa;
  }

  .md\:focus-within\:placeholder-teal-100:focus-within::-ms-input-placeholder {
    color: #e6fffa;
  }

  .md\:focus-within\:placeholder-teal-100:focus-within::placeholder {
    color: #e6fffa;
  }

  .md\:focus-within\:placeholder-teal-200:focus-within::-webkit-input-placeholder {
    color: #b2f5ea;
  }

  .md\:focus-within\:placeholder-teal-200:focus-within::-moz-placeholder {
    color: #b2f5ea;
  }

  .md\:focus-within\:placeholder-teal-200:focus-within:-ms-input-placeholder {
    color: #b2f5ea;
  }

  .md\:focus-within\:placeholder-teal-200:focus-within::-ms-input-placeholder {
    color: #b2f5ea;
  }

  .md\:focus-within\:placeholder-teal-200:focus-within::placeholder {
    color: #b2f5ea;
  }

  .md\:focus-within\:placeholder-teal-300:focus-within::-webkit-input-placeholder {
    color: #81e6d9;
  }

  .md\:focus-within\:placeholder-teal-300:focus-within::-moz-placeholder {
    color: #81e6d9;
  }

  .md\:focus-within\:placeholder-teal-300:focus-within:-ms-input-placeholder {
    color: #81e6d9;
  }

  .md\:focus-within\:placeholder-teal-300:focus-within::-ms-input-placeholder {
    color: #81e6d9;
  }

  .md\:focus-within\:placeholder-teal-300:focus-within::placeholder {
    color: #81e6d9;
  }

  .md\:focus-within\:placeholder-teal-400:focus-within::-webkit-input-placeholder {
    color: #4fd1c5;
  }

  .md\:focus-within\:placeholder-teal-400:focus-within::-moz-placeholder {
    color: #4fd1c5;
  }

  .md\:focus-within\:placeholder-teal-400:focus-within:-ms-input-placeholder {
    color: #4fd1c5;
  }

  .md\:focus-within\:placeholder-teal-400:focus-within::-ms-input-placeholder {
    color: #4fd1c5;
  }

  .md\:focus-within\:placeholder-teal-400:focus-within::placeholder {
    color: #4fd1c5;
  }

  .md\:focus-within\:placeholder-teal-500:focus-within::-webkit-input-placeholder {
    color: #38b2ac;
  }

  .md\:focus-within\:placeholder-teal-500:focus-within::-moz-placeholder {
    color: #38b2ac;
  }

  .md\:focus-within\:placeholder-teal-500:focus-within:-ms-input-placeholder {
    color: #38b2ac;
  }

  .md\:focus-within\:placeholder-teal-500:focus-within::-ms-input-placeholder {
    color: #38b2ac;
  }

  .md\:focus-within\:placeholder-teal-500:focus-within::placeholder {
    color: #38b2ac;
  }

  .md\:focus-within\:placeholder-teal-600:focus-within::-webkit-input-placeholder {
    color: #319795;
  }

  .md\:focus-within\:placeholder-teal-600:focus-within::-moz-placeholder {
    color: #319795;
  }

  .md\:focus-within\:placeholder-teal-600:focus-within:-ms-input-placeholder {
    color: #319795;
  }

  .md\:focus-within\:placeholder-teal-600:focus-within::-ms-input-placeholder {
    color: #319795;
  }

  .md\:focus-within\:placeholder-teal-600:focus-within::placeholder {
    color: #319795;
  }

  .md\:focus-within\:placeholder-teal-700:focus-within::-webkit-input-placeholder {
    color: #2c7a7b;
  }

  .md\:focus-within\:placeholder-teal-700:focus-within::-moz-placeholder {
    color: #2c7a7b;
  }

  .md\:focus-within\:placeholder-teal-700:focus-within:-ms-input-placeholder {
    color: #2c7a7b;
  }

  .md\:focus-within\:placeholder-teal-700:focus-within::-ms-input-placeholder {
    color: #2c7a7b;
  }

  .md\:focus-within\:placeholder-teal-700:focus-within::placeholder {
    color: #2c7a7b;
  }

  .md\:focus-within\:placeholder-teal-800:focus-within::-webkit-input-placeholder {
    color: #285e61;
  }

  .md\:focus-within\:placeholder-teal-800:focus-within::-moz-placeholder {
    color: #285e61;
  }

  .md\:focus-within\:placeholder-teal-800:focus-within:-ms-input-placeholder {
    color: #285e61;
  }

  .md\:focus-within\:placeholder-teal-800:focus-within::-ms-input-placeholder {
    color: #285e61;
  }

  .md\:focus-within\:placeholder-teal-800:focus-within::placeholder {
    color: #285e61;
  }

  .md\:focus-within\:placeholder-teal-900:focus-within::-webkit-input-placeholder {
    color: #234e52;
  }

  .md\:focus-within\:placeholder-teal-900:focus-within::-moz-placeholder {
    color: #234e52;
  }

  .md\:focus-within\:placeholder-teal-900:focus-within:-ms-input-placeholder {
    color: #234e52;
  }

  .md\:focus-within\:placeholder-teal-900:focus-within::-ms-input-placeholder {
    color: #234e52;
  }

  .md\:focus-within\:placeholder-teal-900:focus-within::placeholder {
    color: #234e52;
  }

  .md\:focus-within\:placeholder-blue-100:focus-within::-webkit-input-placeholder {
    color: #ebf8ff;
  }

  .md\:focus-within\:placeholder-blue-100:focus-within::-moz-placeholder {
    color: #ebf8ff;
  }

  .md\:focus-within\:placeholder-blue-100:focus-within:-ms-input-placeholder {
    color: #ebf8ff;
  }

  .md\:focus-within\:placeholder-blue-100:focus-within::-ms-input-placeholder {
    color: #ebf8ff;
  }

  .md\:focus-within\:placeholder-blue-100:focus-within::placeholder {
    color: #ebf8ff;
  }

  .md\:focus-within\:placeholder-blue-200:focus-within::-webkit-input-placeholder {
    color: #bee3f8;
  }

  .md\:focus-within\:placeholder-blue-200:focus-within::-moz-placeholder {
    color: #bee3f8;
  }

  .md\:focus-within\:placeholder-blue-200:focus-within:-ms-input-placeholder {
    color: #bee3f8;
  }

  .md\:focus-within\:placeholder-blue-200:focus-within::-ms-input-placeholder {
    color: #bee3f8;
  }

  .md\:focus-within\:placeholder-blue-200:focus-within::placeholder {
    color: #bee3f8;
  }

  .md\:focus-within\:placeholder-blue-300:focus-within::-webkit-input-placeholder {
    color: #90cdf4;
  }

  .md\:focus-within\:placeholder-blue-300:focus-within::-moz-placeholder {
    color: #90cdf4;
  }

  .md\:focus-within\:placeholder-blue-300:focus-within:-ms-input-placeholder {
    color: #90cdf4;
  }

  .md\:focus-within\:placeholder-blue-300:focus-within::-ms-input-placeholder {
    color: #90cdf4;
  }

  .md\:focus-within\:placeholder-blue-300:focus-within::placeholder {
    color: #90cdf4;
  }

  .md\:focus-within\:placeholder-blue-400:focus-within::-webkit-input-placeholder {
    color: #63b3ed;
  }

  .md\:focus-within\:placeholder-blue-400:focus-within::-moz-placeholder {
    color: #63b3ed;
  }

  .md\:focus-within\:placeholder-blue-400:focus-within:-ms-input-placeholder {
    color: #63b3ed;
  }

  .md\:focus-within\:placeholder-blue-400:focus-within::-ms-input-placeholder {
    color: #63b3ed;
  }

  .md\:focus-within\:placeholder-blue-400:focus-within::placeholder {
    color: #63b3ed;
  }

  .md\:focus-within\:placeholder-blue-500:focus-within::-webkit-input-placeholder {
    color: #4299e1;
  }

  .md\:focus-within\:placeholder-blue-500:focus-within::-moz-placeholder {
    color: #4299e1;
  }

  .md\:focus-within\:placeholder-blue-500:focus-within:-ms-input-placeholder {
    color: #4299e1;
  }

  .md\:focus-within\:placeholder-blue-500:focus-within::-ms-input-placeholder {
    color: #4299e1;
  }

  .md\:focus-within\:placeholder-blue-500:focus-within::placeholder {
    color: #4299e1;
  }

  .md\:focus-within\:placeholder-blue-600:focus-within::-webkit-input-placeholder {
    color: #3182ce;
  }

  .md\:focus-within\:placeholder-blue-600:focus-within::-moz-placeholder {
    color: #3182ce;
  }

  .md\:focus-within\:placeholder-blue-600:focus-within:-ms-input-placeholder {
    color: #3182ce;
  }

  .md\:focus-within\:placeholder-blue-600:focus-within::-ms-input-placeholder {
    color: #3182ce;
  }

  .md\:focus-within\:placeholder-blue-600:focus-within::placeholder {
    color: #3182ce;
  }

  .md\:focus-within\:placeholder-blue-700:focus-within::-webkit-input-placeholder {
    color: #2b6cb0;
  }

  .md\:focus-within\:placeholder-blue-700:focus-within::-moz-placeholder {
    color: #2b6cb0;
  }

  .md\:focus-within\:placeholder-blue-700:focus-within:-ms-input-placeholder {
    color: #2b6cb0;
  }

  .md\:focus-within\:placeholder-blue-700:focus-within::-ms-input-placeholder {
    color: #2b6cb0;
  }

  .md\:focus-within\:placeholder-blue-700:focus-within::placeholder {
    color: #2b6cb0;
  }

  .md\:focus-within\:placeholder-blue-800:focus-within::-webkit-input-placeholder {
    color: #2c5282;
  }

  .md\:focus-within\:placeholder-blue-800:focus-within::-moz-placeholder {
    color: #2c5282;
  }

  .md\:focus-within\:placeholder-blue-800:focus-within:-ms-input-placeholder {
    color: #2c5282;
  }

  .md\:focus-within\:placeholder-blue-800:focus-within::-ms-input-placeholder {
    color: #2c5282;
  }

  .md\:focus-within\:placeholder-blue-800:focus-within::placeholder {
    color: #2c5282;
  }

  .md\:focus-within\:placeholder-blue-900:focus-within::-webkit-input-placeholder {
    color: #2a4365;
  }

  .md\:focus-within\:placeholder-blue-900:focus-within::-moz-placeholder {
    color: #2a4365;
  }

  .md\:focus-within\:placeholder-blue-900:focus-within:-ms-input-placeholder {
    color: #2a4365;
  }

  .md\:focus-within\:placeholder-blue-900:focus-within::-ms-input-placeholder {
    color: #2a4365;
  }

  .md\:focus-within\:placeholder-blue-900:focus-within::placeholder {
    color: #2a4365;
  }

  .md\:focus-within\:placeholder-indigo-100:focus-within::-webkit-input-placeholder {
    color: #ebf4ff;
  }

  .md\:focus-within\:placeholder-indigo-100:focus-within::-moz-placeholder {
    color: #ebf4ff;
  }

  .md\:focus-within\:placeholder-indigo-100:focus-within:-ms-input-placeholder {
    color: #ebf4ff;
  }

  .md\:focus-within\:placeholder-indigo-100:focus-within::-ms-input-placeholder {
    color: #ebf4ff;
  }

  .md\:focus-within\:placeholder-indigo-100:focus-within::placeholder {
    color: #ebf4ff;
  }

  .md\:focus-within\:placeholder-indigo-200:focus-within::-webkit-input-placeholder {
    color: #c3dafe;
  }

  .md\:focus-within\:placeholder-indigo-200:focus-within::-moz-placeholder {
    color: #c3dafe;
  }

  .md\:focus-within\:placeholder-indigo-200:focus-within:-ms-input-placeholder {
    color: #c3dafe;
  }

  .md\:focus-within\:placeholder-indigo-200:focus-within::-ms-input-placeholder {
    color: #c3dafe;
  }

  .md\:focus-within\:placeholder-indigo-200:focus-within::placeholder {
    color: #c3dafe;
  }

  .md\:focus-within\:placeholder-indigo-300:focus-within::-webkit-input-placeholder {
    color: #a3bffa;
  }

  .md\:focus-within\:placeholder-indigo-300:focus-within::-moz-placeholder {
    color: #a3bffa;
  }

  .md\:focus-within\:placeholder-indigo-300:focus-within:-ms-input-placeholder {
    color: #a3bffa;
  }

  .md\:focus-within\:placeholder-indigo-300:focus-within::-ms-input-placeholder {
    color: #a3bffa;
  }

  .md\:focus-within\:placeholder-indigo-300:focus-within::placeholder {
    color: #a3bffa;
  }

  .md\:focus-within\:placeholder-indigo-400:focus-within::-webkit-input-placeholder {
    color: #7f9cf5;
  }

  .md\:focus-within\:placeholder-indigo-400:focus-within::-moz-placeholder {
    color: #7f9cf5;
  }

  .md\:focus-within\:placeholder-indigo-400:focus-within:-ms-input-placeholder {
    color: #7f9cf5;
  }

  .md\:focus-within\:placeholder-indigo-400:focus-within::-ms-input-placeholder {
    color: #7f9cf5;
  }

  .md\:focus-within\:placeholder-indigo-400:focus-within::placeholder {
    color: #7f9cf5;
  }

  .md\:focus-within\:placeholder-indigo-500:focus-within::-webkit-input-placeholder {
    color: #667eea;
  }

  .md\:focus-within\:placeholder-indigo-500:focus-within::-moz-placeholder {
    color: #667eea;
  }

  .md\:focus-within\:placeholder-indigo-500:focus-within:-ms-input-placeholder {
    color: #667eea;
  }

  .md\:focus-within\:placeholder-indigo-500:focus-within::-ms-input-placeholder {
    color: #667eea;
  }

  .md\:focus-within\:placeholder-indigo-500:focus-within::placeholder {
    color: #667eea;
  }

  .md\:focus-within\:placeholder-indigo-600:focus-within::-webkit-input-placeholder {
    color: #5a67d8;
  }

  .md\:focus-within\:placeholder-indigo-600:focus-within::-moz-placeholder {
    color: #5a67d8;
  }

  .md\:focus-within\:placeholder-indigo-600:focus-within:-ms-input-placeholder {
    color: #5a67d8;
  }

  .md\:focus-within\:placeholder-indigo-600:focus-within::-ms-input-placeholder {
    color: #5a67d8;
  }

  .md\:focus-within\:placeholder-indigo-600:focus-within::placeholder {
    color: #5a67d8;
  }

  .md\:focus-within\:placeholder-indigo-700:focus-within::-webkit-input-placeholder {
    color: #4c51bf;
  }

  .md\:focus-within\:placeholder-indigo-700:focus-within::-moz-placeholder {
    color: #4c51bf;
  }

  .md\:focus-within\:placeholder-indigo-700:focus-within:-ms-input-placeholder {
    color: #4c51bf;
  }

  .md\:focus-within\:placeholder-indigo-700:focus-within::-ms-input-placeholder {
    color: #4c51bf;
  }

  .md\:focus-within\:placeholder-indigo-700:focus-within::placeholder {
    color: #4c51bf;
  }

  .md\:focus-within\:placeholder-indigo-800:focus-within::-webkit-input-placeholder {
    color: #434190;
  }

  .md\:focus-within\:placeholder-indigo-800:focus-within::-moz-placeholder {
    color: #434190;
  }

  .md\:focus-within\:placeholder-indigo-800:focus-within:-ms-input-placeholder {
    color: #434190;
  }

  .md\:focus-within\:placeholder-indigo-800:focus-within::-ms-input-placeholder {
    color: #434190;
  }

  .md\:focus-within\:placeholder-indigo-800:focus-within::placeholder {
    color: #434190;
  }

  .md\:focus-within\:placeholder-indigo-900:focus-within::-webkit-input-placeholder {
    color: #3c366b;
  }

  .md\:focus-within\:placeholder-indigo-900:focus-within::-moz-placeholder {
    color: #3c366b;
  }

  .md\:focus-within\:placeholder-indigo-900:focus-within:-ms-input-placeholder {
    color: #3c366b;
  }

  .md\:focus-within\:placeholder-indigo-900:focus-within::-ms-input-placeholder {
    color: #3c366b;
  }

  .md\:focus-within\:placeholder-indigo-900:focus-within::placeholder {
    color: #3c366b;
  }

  .md\:focus-within\:placeholder-purple-100:focus-within::-webkit-input-placeholder {
    color: #faf5ff;
  }

  .md\:focus-within\:placeholder-purple-100:focus-within::-moz-placeholder {
    color: #faf5ff;
  }

  .md\:focus-within\:placeholder-purple-100:focus-within:-ms-input-placeholder {
    color: #faf5ff;
  }

  .md\:focus-within\:placeholder-purple-100:focus-within::-ms-input-placeholder {
    color: #faf5ff;
  }

  .md\:focus-within\:placeholder-purple-100:focus-within::placeholder {
    color: #faf5ff;
  }

  .md\:focus-within\:placeholder-purple-200:focus-within::-webkit-input-placeholder {
    color: #e9d8fd;
  }

  .md\:focus-within\:placeholder-purple-200:focus-within::-moz-placeholder {
    color: #e9d8fd;
  }

  .md\:focus-within\:placeholder-purple-200:focus-within:-ms-input-placeholder {
    color: #e9d8fd;
  }

  .md\:focus-within\:placeholder-purple-200:focus-within::-ms-input-placeholder {
    color: #e9d8fd;
  }

  .md\:focus-within\:placeholder-purple-200:focus-within::placeholder {
    color: #e9d8fd;
  }

  .md\:focus-within\:placeholder-purple-300:focus-within::-webkit-input-placeholder {
    color: #d6bcfa;
  }

  .md\:focus-within\:placeholder-purple-300:focus-within::-moz-placeholder {
    color: #d6bcfa;
  }

  .md\:focus-within\:placeholder-purple-300:focus-within:-ms-input-placeholder {
    color: #d6bcfa;
  }

  .md\:focus-within\:placeholder-purple-300:focus-within::-ms-input-placeholder {
    color: #d6bcfa;
  }

  .md\:focus-within\:placeholder-purple-300:focus-within::placeholder {
    color: #d6bcfa;
  }

  .md\:focus-within\:placeholder-purple-400:focus-within::-webkit-input-placeholder {
    color: #b794f4;
  }

  .md\:focus-within\:placeholder-purple-400:focus-within::-moz-placeholder {
    color: #b794f4;
  }

  .md\:focus-within\:placeholder-purple-400:focus-within:-ms-input-placeholder {
    color: #b794f4;
  }

  .md\:focus-within\:placeholder-purple-400:focus-within::-ms-input-placeholder {
    color: #b794f4;
  }

  .md\:focus-within\:placeholder-purple-400:focus-within::placeholder {
    color: #b794f4;
  }

  .md\:focus-within\:placeholder-purple-500:focus-within::-webkit-input-placeholder {
    color: #9f7aea;
  }

  .md\:focus-within\:placeholder-purple-500:focus-within::-moz-placeholder {
    color: #9f7aea;
  }

  .md\:focus-within\:placeholder-purple-500:focus-within:-ms-input-placeholder {
    color: #9f7aea;
  }

  .md\:focus-within\:placeholder-purple-500:focus-within::-ms-input-placeholder {
    color: #9f7aea;
  }

  .md\:focus-within\:placeholder-purple-500:focus-within::placeholder {
    color: #9f7aea;
  }

  .md\:focus-within\:placeholder-purple-600:focus-within::-webkit-input-placeholder {
    color: #805ad5;
  }

  .md\:focus-within\:placeholder-purple-600:focus-within::-moz-placeholder {
    color: #805ad5;
  }

  .md\:focus-within\:placeholder-purple-600:focus-within:-ms-input-placeholder {
    color: #805ad5;
  }

  .md\:focus-within\:placeholder-purple-600:focus-within::-ms-input-placeholder {
    color: #805ad5;
  }

  .md\:focus-within\:placeholder-purple-600:focus-within::placeholder {
    color: #805ad5;
  }

  .md\:focus-within\:placeholder-purple-700:focus-within::-webkit-input-placeholder {
    color: #6b46c1;
  }

  .md\:focus-within\:placeholder-purple-700:focus-within::-moz-placeholder {
    color: #6b46c1;
  }

  .md\:focus-within\:placeholder-purple-700:focus-within:-ms-input-placeholder {
    color: #6b46c1;
  }

  .md\:focus-within\:placeholder-purple-700:focus-within::-ms-input-placeholder {
    color: #6b46c1;
  }

  .md\:focus-within\:placeholder-purple-700:focus-within::placeholder {
    color: #6b46c1;
  }

  .md\:focus-within\:placeholder-purple-800:focus-within::-webkit-input-placeholder {
    color: #553c9a;
  }

  .md\:focus-within\:placeholder-purple-800:focus-within::-moz-placeholder {
    color: #553c9a;
  }

  .md\:focus-within\:placeholder-purple-800:focus-within:-ms-input-placeholder {
    color: #553c9a;
  }

  .md\:focus-within\:placeholder-purple-800:focus-within::-ms-input-placeholder {
    color: #553c9a;
  }

  .md\:focus-within\:placeholder-purple-800:focus-within::placeholder {
    color: #553c9a;
  }

  .md\:focus-within\:placeholder-purple-900:focus-within::-webkit-input-placeholder {
    color: #44337a;
  }

  .md\:focus-within\:placeholder-purple-900:focus-within::-moz-placeholder {
    color: #44337a;
  }

  .md\:focus-within\:placeholder-purple-900:focus-within:-ms-input-placeholder {
    color: #44337a;
  }

  .md\:focus-within\:placeholder-purple-900:focus-within::-ms-input-placeholder {
    color: #44337a;
  }

  .md\:focus-within\:placeholder-purple-900:focus-within::placeholder {
    color: #44337a;
  }

  .md\:focus-within\:placeholder-pink-100:focus-within::-webkit-input-placeholder {
    color: #fff5f7;
  }

  .md\:focus-within\:placeholder-pink-100:focus-within::-moz-placeholder {
    color: #fff5f7;
  }

  .md\:focus-within\:placeholder-pink-100:focus-within:-ms-input-placeholder {
    color: #fff5f7;
  }

  .md\:focus-within\:placeholder-pink-100:focus-within::-ms-input-placeholder {
    color: #fff5f7;
  }

  .md\:focus-within\:placeholder-pink-100:focus-within::placeholder {
    color: #fff5f7;
  }

  .md\:focus-within\:placeholder-pink-200:focus-within::-webkit-input-placeholder {
    color: #fed7e2;
  }

  .md\:focus-within\:placeholder-pink-200:focus-within::-moz-placeholder {
    color: #fed7e2;
  }

  .md\:focus-within\:placeholder-pink-200:focus-within:-ms-input-placeholder {
    color: #fed7e2;
  }

  .md\:focus-within\:placeholder-pink-200:focus-within::-ms-input-placeholder {
    color: #fed7e2;
  }

  .md\:focus-within\:placeholder-pink-200:focus-within::placeholder {
    color: #fed7e2;
  }

  .md\:focus-within\:placeholder-pink-300:focus-within::-webkit-input-placeholder {
    color: #fbb6ce;
  }

  .md\:focus-within\:placeholder-pink-300:focus-within::-moz-placeholder {
    color: #fbb6ce;
  }

  .md\:focus-within\:placeholder-pink-300:focus-within:-ms-input-placeholder {
    color: #fbb6ce;
  }

  .md\:focus-within\:placeholder-pink-300:focus-within::-ms-input-placeholder {
    color: #fbb6ce;
  }

  .md\:focus-within\:placeholder-pink-300:focus-within::placeholder {
    color: #fbb6ce;
  }

  .md\:focus-within\:placeholder-pink-400:focus-within::-webkit-input-placeholder {
    color: #f687b3;
  }

  .md\:focus-within\:placeholder-pink-400:focus-within::-moz-placeholder {
    color: #f687b3;
  }

  .md\:focus-within\:placeholder-pink-400:focus-within:-ms-input-placeholder {
    color: #f687b3;
  }

  .md\:focus-within\:placeholder-pink-400:focus-within::-ms-input-placeholder {
    color: #f687b3;
  }

  .md\:focus-within\:placeholder-pink-400:focus-within::placeholder {
    color: #f687b3;
  }

  .md\:focus-within\:placeholder-pink-500:focus-within::-webkit-input-placeholder {
    color: #ed64a6;
  }

  .md\:focus-within\:placeholder-pink-500:focus-within::-moz-placeholder {
    color: #ed64a6;
  }

  .md\:focus-within\:placeholder-pink-500:focus-within:-ms-input-placeholder {
    color: #ed64a6;
  }

  .md\:focus-within\:placeholder-pink-500:focus-within::-ms-input-placeholder {
    color: #ed64a6;
  }

  .md\:focus-within\:placeholder-pink-500:focus-within::placeholder {
    color: #ed64a6;
  }

  .md\:focus-within\:placeholder-pink-600:focus-within::-webkit-input-placeholder {
    color: #d53f8c;
  }

  .md\:focus-within\:placeholder-pink-600:focus-within::-moz-placeholder {
    color: #d53f8c;
  }

  .md\:focus-within\:placeholder-pink-600:focus-within:-ms-input-placeholder {
    color: #d53f8c;
  }

  .md\:focus-within\:placeholder-pink-600:focus-within::-ms-input-placeholder {
    color: #d53f8c;
  }

  .md\:focus-within\:placeholder-pink-600:focus-within::placeholder {
    color: #d53f8c;
  }

  .md\:focus-within\:placeholder-pink-700:focus-within::-webkit-input-placeholder {
    color: #b83280;
  }

  .md\:focus-within\:placeholder-pink-700:focus-within::-moz-placeholder {
    color: #b83280;
  }

  .md\:focus-within\:placeholder-pink-700:focus-within:-ms-input-placeholder {
    color: #b83280;
  }

  .md\:focus-within\:placeholder-pink-700:focus-within::-ms-input-placeholder {
    color: #b83280;
  }

  .md\:focus-within\:placeholder-pink-700:focus-within::placeholder {
    color: #b83280;
  }

  .md\:focus-within\:placeholder-pink-800:focus-within::-webkit-input-placeholder {
    color: #97266d;
  }

  .md\:focus-within\:placeholder-pink-800:focus-within::-moz-placeholder {
    color: #97266d;
  }

  .md\:focus-within\:placeholder-pink-800:focus-within:-ms-input-placeholder {
    color: #97266d;
  }

  .md\:focus-within\:placeholder-pink-800:focus-within::-ms-input-placeholder {
    color: #97266d;
  }

  .md\:focus-within\:placeholder-pink-800:focus-within::placeholder {
    color: #97266d;
  }

  .md\:focus-within\:placeholder-pink-900:focus-within::-webkit-input-placeholder {
    color: #702459;
  }

  .md\:focus-within\:placeholder-pink-900:focus-within::-moz-placeholder {
    color: #702459;
  }

  .md\:focus-within\:placeholder-pink-900:focus-within:-ms-input-placeholder {
    color: #702459;
  }

  .md\:focus-within\:placeholder-pink-900:focus-within::-ms-input-placeholder {
    color: #702459;
  }

  .md\:focus-within\:placeholder-pink-900:focus-within::placeholder {
    color: #702459;
  }

  .md\:first\:placeholder-transparent:first-child::-webkit-input-placeholder {
    color: transparent;
  }

  .md\:first\:placeholder-transparent:first-child::-moz-placeholder {
    color: transparent;
  }

  .md\:first\:placeholder-transparent:first-child:-ms-input-placeholder {
    color: transparent;
  }

  .md\:first\:placeholder-transparent:first-child::-ms-input-placeholder {
    color: transparent;
  }

  .md\:first\:placeholder-transparent:first-child::placeholder {
    color: transparent;
  }

  .md\:first\:placeholder-black:first-child::-webkit-input-placeholder {
    color: #000;
  }

  .md\:first\:placeholder-black:first-child::-moz-placeholder {
    color: #000;
  }

  .md\:first\:placeholder-black:first-child:-ms-input-placeholder {
    color: #000;
  }

  .md\:first\:placeholder-black:first-child::-ms-input-placeholder {
    color: #000;
  }

  .md\:first\:placeholder-black:first-child::placeholder {
    color: #000;
  }

  .md\:first\:placeholder-white:first-child::-webkit-input-placeholder {
    color: #fff;
  }

  .md\:first\:placeholder-white:first-child::-moz-placeholder {
    color: #fff;
  }

  .md\:first\:placeholder-white:first-child:-ms-input-placeholder {
    color: #fff;
  }

  .md\:first\:placeholder-white:first-child::-ms-input-placeholder {
    color: #fff;
  }

  .md\:first\:placeholder-white:first-child::placeholder {
    color: #fff;
  }

  .md\:first\:placeholder-gray-100:first-child::-webkit-input-placeholder {
    color: #f7fafc;
  }

  .md\:first\:placeholder-gray-100:first-child::-moz-placeholder {
    color: #f7fafc;
  }

  .md\:first\:placeholder-gray-100:first-child:-ms-input-placeholder {
    color: #f7fafc;
  }

  .md\:first\:placeholder-gray-100:first-child::-ms-input-placeholder {
    color: #f7fafc;
  }

  .md\:first\:placeholder-gray-100:first-child::placeholder {
    color: #f7fafc;
  }

  .md\:first\:placeholder-gray-200:first-child::-webkit-input-placeholder {
    color: #edf2f7;
  }

  .md\:first\:placeholder-gray-200:first-child::-moz-placeholder {
    color: #edf2f7;
  }

  .md\:first\:placeholder-gray-200:first-child:-ms-input-placeholder {
    color: #edf2f7;
  }

  .md\:first\:placeholder-gray-200:first-child::-ms-input-placeholder {
    color: #edf2f7;
  }

  .md\:first\:placeholder-gray-200:first-child::placeholder {
    color: #edf2f7;
  }

  .md\:first\:placeholder-gray-300:first-child::-webkit-input-placeholder {
    color: #e2e8f0;
  }

  .md\:first\:placeholder-gray-300:first-child::-moz-placeholder {
    color: #e2e8f0;
  }

  .md\:first\:placeholder-gray-300:first-child:-ms-input-placeholder {
    color: #e2e8f0;
  }

  .md\:first\:placeholder-gray-300:first-child::-ms-input-placeholder {
    color: #e2e8f0;
  }

  .md\:first\:placeholder-gray-300:first-child::placeholder {
    color: #e2e8f0;
  }

  .md\:first\:placeholder-gray-400:first-child::-webkit-input-placeholder {
    color: #cbd5e0;
  }

  .md\:first\:placeholder-gray-400:first-child::-moz-placeholder {
    color: #cbd5e0;
  }

  .md\:first\:placeholder-gray-400:first-child:-ms-input-placeholder {
    color: #cbd5e0;
  }

  .md\:first\:placeholder-gray-400:first-child::-ms-input-placeholder {
    color: #cbd5e0;
  }

  .md\:first\:placeholder-gray-400:first-child::placeholder {
    color: #cbd5e0;
  }

  .md\:first\:placeholder-gray-500:first-child::-webkit-input-placeholder {
    color: #a0aec0;
  }

  .md\:first\:placeholder-gray-500:first-child::-moz-placeholder {
    color: #a0aec0;
  }

  .md\:first\:placeholder-gray-500:first-child:-ms-input-placeholder {
    color: #a0aec0;
  }

  .md\:first\:placeholder-gray-500:first-child::-ms-input-placeholder {
    color: #a0aec0;
  }

  .md\:first\:placeholder-gray-500:first-child::placeholder {
    color: #a0aec0;
  }

  .md\:first\:placeholder-gray-600:first-child::-webkit-input-placeholder {
    color: #718096;
  }

  .md\:first\:placeholder-gray-600:first-child::-moz-placeholder {
    color: #718096;
  }

  .md\:first\:placeholder-gray-600:first-child:-ms-input-placeholder {
    color: #718096;
  }

  .md\:first\:placeholder-gray-600:first-child::-ms-input-placeholder {
    color: #718096;
  }

  .md\:first\:placeholder-gray-600:first-child::placeholder {
    color: #718096;
  }

  .md\:first\:placeholder-gray-700:first-child::-webkit-input-placeholder {
    color: #4a5568;
  }

  .md\:first\:placeholder-gray-700:first-child::-moz-placeholder {
    color: #4a5568;
  }

  .md\:first\:placeholder-gray-700:first-child:-ms-input-placeholder {
    color: #4a5568;
  }

  .md\:first\:placeholder-gray-700:first-child::-ms-input-placeholder {
    color: #4a5568;
  }

  .md\:first\:placeholder-gray-700:first-child::placeholder {
    color: #4a5568;
  }

  .md\:first\:placeholder-gray-800:first-child::-webkit-input-placeholder {
    color: #2d3748;
  }

  .md\:first\:placeholder-gray-800:first-child::-moz-placeholder {
    color: #2d3748;
  }

  .md\:first\:placeholder-gray-800:first-child:-ms-input-placeholder {
    color: #2d3748;
  }

  .md\:first\:placeholder-gray-800:first-child::-ms-input-placeholder {
    color: #2d3748;
  }

  .md\:first\:placeholder-gray-800:first-child::placeholder {
    color: #2d3748;
  }

  .md\:first\:placeholder-gray-900:first-child::-webkit-input-placeholder {
    color: #1a202c;
  }

  .md\:first\:placeholder-gray-900:first-child::-moz-placeholder {
    color: #1a202c;
  }

  .md\:first\:placeholder-gray-900:first-child:-ms-input-placeholder {
    color: #1a202c;
  }

  .md\:first\:placeholder-gray-900:first-child::-ms-input-placeholder {
    color: #1a202c;
  }

  .md\:first\:placeholder-gray-900:first-child::placeholder {
    color: #1a202c;
  }

  .md\:first\:placeholder-red-100:first-child::-webkit-input-placeholder {
    color: #fff5f5;
  }

  .md\:first\:placeholder-red-100:first-child::-moz-placeholder {
    color: #fff5f5;
  }

  .md\:first\:placeholder-red-100:first-child:-ms-input-placeholder {
    color: #fff5f5;
  }

  .md\:first\:placeholder-red-100:first-child::-ms-input-placeholder {
    color: #fff5f5;
  }

  .md\:first\:placeholder-red-100:first-child::placeholder {
    color: #fff5f5;
  }

  .md\:first\:placeholder-red-200:first-child::-webkit-input-placeholder {
    color: #fed7d7;
  }

  .md\:first\:placeholder-red-200:first-child::-moz-placeholder {
    color: #fed7d7;
  }

  .md\:first\:placeholder-red-200:first-child:-ms-input-placeholder {
    color: #fed7d7;
  }

  .md\:first\:placeholder-red-200:first-child::-ms-input-placeholder {
    color: #fed7d7;
  }

  .md\:first\:placeholder-red-200:first-child::placeholder {
    color: #fed7d7;
  }

  .md\:first\:placeholder-red-300:first-child::-webkit-input-placeholder {
    color: #feb2b2;
  }

  .md\:first\:placeholder-red-300:first-child::-moz-placeholder {
    color: #feb2b2;
  }

  .md\:first\:placeholder-red-300:first-child:-ms-input-placeholder {
    color: #feb2b2;
  }

  .md\:first\:placeholder-red-300:first-child::-ms-input-placeholder {
    color: #feb2b2;
  }

  .md\:first\:placeholder-red-300:first-child::placeholder {
    color: #feb2b2;
  }

  .md\:first\:placeholder-red-400:first-child::-webkit-input-placeholder {
    color: #fc8181;
  }

  .md\:first\:placeholder-red-400:first-child::-moz-placeholder {
    color: #fc8181;
  }

  .md\:first\:placeholder-red-400:first-child:-ms-input-placeholder {
    color: #fc8181;
  }

  .md\:first\:placeholder-red-400:first-child::-ms-input-placeholder {
    color: #fc8181;
  }

  .md\:first\:placeholder-red-400:first-child::placeholder {
    color: #fc8181;
  }

  .md\:first\:placeholder-red-500:first-child::-webkit-input-placeholder {
    color: #f56565;
  }

  .md\:first\:placeholder-red-500:first-child::-moz-placeholder {
    color: #f56565;
  }

  .md\:first\:placeholder-red-500:first-child:-ms-input-placeholder {
    color: #f56565;
  }

  .md\:first\:placeholder-red-500:first-child::-ms-input-placeholder {
    color: #f56565;
  }

  .md\:first\:placeholder-red-500:first-child::placeholder {
    color: #f56565;
  }

  .md\:first\:placeholder-red-600:first-child::-webkit-input-placeholder {
    color: #e53e3e;
  }

  .md\:first\:placeholder-red-600:first-child::-moz-placeholder {
    color: #e53e3e;
  }

  .md\:first\:placeholder-red-600:first-child:-ms-input-placeholder {
    color: #e53e3e;
  }

  .md\:first\:placeholder-red-600:first-child::-ms-input-placeholder {
    color: #e53e3e;
  }

  .md\:first\:placeholder-red-600:first-child::placeholder {
    color: #e53e3e;
  }

  .md\:first\:placeholder-red-700:first-child::-webkit-input-placeholder {
    color: #c53030;
  }

  .md\:first\:placeholder-red-700:first-child::-moz-placeholder {
    color: #c53030;
  }

  .md\:first\:placeholder-red-700:first-child:-ms-input-placeholder {
    color: #c53030;
  }

  .md\:first\:placeholder-red-700:first-child::-ms-input-placeholder {
    color: #c53030;
  }

  .md\:first\:placeholder-red-700:first-child::placeholder {
    color: #c53030;
  }

  .md\:first\:placeholder-red-800:first-child::-webkit-input-placeholder {
    color: #9b2c2c;
  }

  .md\:first\:placeholder-red-800:first-child::-moz-placeholder {
    color: #9b2c2c;
  }

  .md\:first\:placeholder-red-800:first-child:-ms-input-placeholder {
    color: #9b2c2c;
  }

  .md\:first\:placeholder-red-800:first-child::-ms-input-placeholder {
    color: #9b2c2c;
  }

  .md\:first\:placeholder-red-800:first-child::placeholder {
    color: #9b2c2c;
  }

  .md\:first\:placeholder-red-900:first-child::-webkit-input-placeholder {
    color: #742a2a;
  }

  .md\:first\:placeholder-red-900:first-child::-moz-placeholder {
    color: #742a2a;
  }

  .md\:first\:placeholder-red-900:first-child:-ms-input-placeholder {
    color: #742a2a;
  }

  .md\:first\:placeholder-red-900:first-child::-ms-input-placeholder {
    color: #742a2a;
  }

  .md\:first\:placeholder-red-900:first-child::placeholder {
    color: #742a2a;
  }

  .md\:first\:placeholder-orange-100:first-child::-webkit-input-placeholder {
    color: #fffaf0;
  }

  .md\:first\:placeholder-orange-100:first-child::-moz-placeholder {
    color: #fffaf0;
  }

  .md\:first\:placeholder-orange-100:first-child:-ms-input-placeholder {
    color: #fffaf0;
  }

  .md\:first\:placeholder-orange-100:first-child::-ms-input-placeholder {
    color: #fffaf0;
  }

  .md\:first\:placeholder-orange-100:first-child::placeholder {
    color: #fffaf0;
  }

  .md\:first\:placeholder-orange-200:first-child::-webkit-input-placeholder {
    color: #feebc8;
  }

  .md\:first\:placeholder-orange-200:first-child::-moz-placeholder {
    color: #feebc8;
  }

  .md\:first\:placeholder-orange-200:first-child:-ms-input-placeholder {
    color: #feebc8;
  }

  .md\:first\:placeholder-orange-200:first-child::-ms-input-placeholder {
    color: #feebc8;
  }

  .md\:first\:placeholder-orange-200:first-child::placeholder {
    color: #feebc8;
  }

  .md\:first\:placeholder-orange-300:first-child::-webkit-input-placeholder {
    color: #fbd38d;
  }

  .md\:first\:placeholder-orange-300:first-child::-moz-placeholder {
    color: #fbd38d;
  }

  .md\:first\:placeholder-orange-300:first-child:-ms-input-placeholder {
    color: #fbd38d;
  }

  .md\:first\:placeholder-orange-300:first-child::-ms-input-placeholder {
    color: #fbd38d;
  }

  .md\:first\:placeholder-orange-300:first-child::placeholder {
    color: #fbd38d;
  }

  .md\:first\:placeholder-orange-400:first-child::-webkit-input-placeholder {
    color: #f6ad55;
  }

  .md\:first\:placeholder-orange-400:first-child::-moz-placeholder {
    color: #f6ad55;
  }

  .md\:first\:placeholder-orange-400:first-child:-ms-input-placeholder {
    color: #f6ad55;
  }

  .md\:first\:placeholder-orange-400:first-child::-ms-input-placeholder {
    color: #f6ad55;
  }

  .md\:first\:placeholder-orange-400:first-child::placeholder {
    color: #f6ad55;
  }

  .md\:first\:placeholder-orange-500:first-child::-webkit-input-placeholder {
    color: #ed8936;
  }

  .md\:first\:placeholder-orange-500:first-child::-moz-placeholder {
    color: #ed8936;
  }

  .md\:first\:placeholder-orange-500:first-child:-ms-input-placeholder {
    color: #ed8936;
  }

  .md\:first\:placeholder-orange-500:first-child::-ms-input-placeholder {
    color: #ed8936;
  }

  .md\:first\:placeholder-orange-500:first-child::placeholder {
    color: #ed8936;
  }

  .md\:first\:placeholder-orange-600:first-child::-webkit-input-placeholder {
    color: #dd6b20;
  }

  .md\:first\:placeholder-orange-600:first-child::-moz-placeholder {
    color: #dd6b20;
  }

  .md\:first\:placeholder-orange-600:first-child:-ms-input-placeholder {
    color: #dd6b20;
  }

  .md\:first\:placeholder-orange-600:first-child::-ms-input-placeholder {
    color: #dd6b20;
  }

  .md\:first\:placeholder-orange-600:first-child::placeholder {
    color: #dd6b20;
  }

  .md\:first\:placeholder-orange-700:first-child::-webkit-input-placeholder {
    color: #c05621;
  }

  .md\:first\:placeholder-orange-700:first-child::-moz-placeholder {
    color: #c05621;
  }

  .md\:first\:placeholder-orange-700:first-child:-ms-input-placeholder {
    color: #c05621;
  }

  .md\:first\:placeholder-orange-700:first-child::-ms-input-placeholder {
    color: #c05621;
  }

  .md\:first\:placeholder-orange-700:first-child::placeholder {
    color: #c05621;
  }

  .md\:first\:placeholder-orange-800:first-child::-webkit-input-placeholder {
    color: #9c4221;
  }

  .md\:first\:placeholder-orange-800:first-child::-moz-placeholder {
    color: #9c4221;
  }

  .md\:first\:placeholder-orange-800:first-child:-ms-input-placeholder {
    color: #9c4221;
  }

  .md\:first\:placeholder-orange-800:first-child::-ms-input-placeholder {
    color: #9c4221;
  }

  .md\:first\:placeholder-orange-800:first-child::placeholder {
    color: #9c4221;
  }

  .md\:first\:placeholder-orange-900:first-child::-webkit-input-placeholder {
    color: #7b341e;
  }

  .md\:first\:placeholder-orange-900:first-child::-moz-placeholder {
    color: #7b341e;
  }

  .md\:first\:placeholder-orange-900:first-child:-ms-input-placeholder {
    color: #7b341e;
  }

  .md\:first\:placeholder-orange-900:first-child::-ms-input-placeholder {
    color: #7b341e;
  }

  .md\:first\:placeholder-orange-900:first-child::placeholder {
    color: #7b341e;
  }

  .md\:first\:placeholder-yellow-100:first-child::-webkit-input-placeholder {
    color: #fffff0;
  }

  .md\:first\:placeholder-yellow-100:first-child::-moz-placeholder {
    color: #fffff0;
  }

  .md\:first\:placeholder-yellow-100:first-child:-ms-input-placeholder {
    color: #fffff0;
  }

  .md\:first\:placeholder-yellow-100:first-child::-ms-input-placeholder {
    color: #fffff0;
  }

  .md\:first\:placeholder-yellow-100:first-child::placeholder {
    color: #fffff0;
  }

  .md\:first\:placeholder-yellow-200:first-child::-webkit-input-placeholder {
    color: #fefcbf;
  }

  .md\:first\:placeholder-yellow-200:first-child::-moz-placeholder {
    color: #fefcbf;
  }

  .md\:first\:placeholder-yellow-200:first-child:-ms-input-placeholder {
    color: #fefcbf;
  }

  .md\:first\:placeholder-yellow-200:first-child::-ms-input-placeholder {
    color: #fefcbf;
  }

  .md\:first\:placeholder-yellow-200:first-child::placeholder {
    color: #fefcbf;
  }

  .md\:first\:placeholder-yellow-300:first-child::-webkit-input-placeholder {
    color: #faf089;
  }

  .md\:first\:placeholder-yellow-300:first-child::-moz-placeholder {
    color: #faf089;
  }

  .md\:first\:placeholder-yellow-300:first-child:-ms-input-placeholder {
    color: #faf089;
  }

  .md\:first\:placeholder-yellow-300:first-child::-ms-input-placeholder {
    color: #faf089;
  }

  .md\:first\:placeholder-yellow-300:first-child::placeholder {
    color: #faf089;
  }

  .md\:first\:placeholder-yellow-400:first-child::-webkit-input-placeholder {
    color: #f6e05e;
  }

  .md\:first\:placeholder-yellow-400:first-child::-moz-placeholder {
    color: #f6e05e;
  }

  .md\:first\:placeholder-yellow-400:first-child:-ms-input-placeholder {
    color: #f6e05e;
  }

  .md\:first\:placeholder-yellow-400:first-child::-ms-input-placeholder {
    color: #f6e05e;
  }

  .md\:first\:placeholder-yellow-400:first-child::placeholder {
    color: #f6e05e;
  }

  .md\:first\:placeholder-yellow-500:first-child::-webkit-input-placeholder {
    color: #ecc94b;
  }

  .md\:first\:placeholder-yellow-500:first-child::-moz-placeholder {
    color: #ecc94b;
  }

  .md\:first\:placeholder-yellow-500:first-child:-ms-input-placeholder {
    color: #ecc94b;
  }

  .md\:first\:placeholder-yellow-500:first-child::-ms-input-placeholder {
    color: #ecc94b;
  }

  .md\:first\:placeholder-yellow-500:first-child::placeholder {
    color: #ecc94b;
  }

  .md\:first\:placeholder-yellow-600:first-child::-webkit-input-placeholder {
    color: #d69e2e;
  }

  .md\:first\:placeholder-yellow-600:first-child::-moz-placeholder {
    color: #d69e2e;
  }

  .md\:first\:placeholder-yellow-600:first-child:-ms-input-placeholder {
    color: #d69e2e;
  }

  .md\:first\:placeholder-yellow-600:first-child::-ms-input-placeholder {
    color: #d69e2e;
  }

  .md\:first\:placeholder-yellow-600:first-child::placeholder {
    color: #d69e2e;
  }

  .md\:first\:placeholder-yellow-700:first-child::-webkit-input-placeholder {
    color: #b7791f;
  }

  .md\:first\:placeholder-yellow-700:first-child::-moz-placeholder {
    color: #b7791f;
  }

  .md\:first\:placeholder-yellow-700:first-child:-ms-input-placeholder {
    color: #b7791f;
  }

  .md\:first\:placeholder-yellow-700:first-child::-ms-input-placeholder {
    color: #b7791f;
  }

  .md\:first\:placeholder-yellow-700:first-child::placeholder {
    color: #b7791f;
  }

  .md\:first\:placeholder-yellow-800:first-child::-webkit-input-placeholder {
    color: #975a16;
  }

  .md\:first\:placeholder-yellow-800:first-child::-moz-placeholder {
    color: #975a16;
  }

  .md\:first\:placeholder-yellow-800:first-child:-ms-input-placeholder {
    color: #975a16;
  }

  .md\:first\:placeholder-yellow-800:first-child::-ms-input-placeholder {
    color: #975a16;
  }

  .md\:first\:placeholder-yellow-800:first-child::placeholder {
    color: #975a16;
  }

  .md\:first\:placeholder-yellow-900:first-child::-webkit-input-placeholder {
    color: #744210;
  }

  .md\:first\:placeholder-yellow-900:first-child::-moz-placeholder {
    color: #744210;
  }

  .md\:first\:placeholder-yellow-900:first-child:-ms-input-placeholder {
    color: #744210;
  }

  .md\:first\:placeholder-yellow-900:first-child::-ms-input-placeholder {
    color: #744210;
  }

  .md\:first\:placeholder-yellow-900:first-child::placeholder {
    color: #744210;
  }

  .md\:first\:placeholder-green-100:first-child::-webkit-input-placeholder {
    color: #f0fff4;
  }

  .md\:first\:placeholder-green-100:first-child::-moz-placeholder {
    color: #f0fff4;
  }

  .md\:first\:placeholder-green-100:first-child:-ms-input-placeholder {
    color: #f0fff4;
  }

  .md\:first\:placeholder-green-100:first-child::-ms-input-placeholder {
    color: #f0fff4;
  }

  .md\:first\:placeholder-green-100:first-child::placeholder {
    color: #f0fff4;
  }

  .md\:first\:placeholder-green-200:first-child::-webkit-input-placeholder {
    color: #c6f6d5;
  }

  .md\:first\:placeholder-green-200:first-child::-moz-placeholder {
    color: #c6f6d5;
  }

  .md\:first\:placeholder-green-200:first-child:-ms-input-placeholder {
    color: #c6f6d5;
  }

  .md\:first\:placeholder-green-200:first-child::-ms-input-placeholder {
    color: #c6f6d5;
  }

  .md\:first\:placeholder-green-200:first-child::placeholder {
    color: #c6f6d5;
  }

  .md\:first\:placeholder-green-300:first-child::-webkit-input-placeholder {
    color: #9ae6b4;
  }

  .md\:first\:placeholder-green-300:first-child::-moz-placeholder {
    color: #9ae6b4;
  }

  .md\:first\:placeholder-green-300:first-child:-ms-input-placeholder {
    color: #9ae6b4;
  }

  .md\:first\:placeholder-green-300:first-child::-ms-input-placeholder {
    color: #9ae6b4;
  }

  .md\:first\:placeholder-green-300:first-child::placeholder {
    color: #9ae6b4;
  }

  .md\:first\:placeholder-green-400:first-child::-webkit-input-placeholder {
    color: #68d391;
  }

  .md\:first\:placeholder-green-400:first-child::-moz-placeholder {
    color: #68d391;
  }

  .md\:first\:placeholder-green-400:first-child:-ms-input-placeholder {
    color: #68d391;
  }

  .md\:first\:placeholder-green-400:first-child::-ms-input-placeholder {
    color: #68d391;
  }

  .md\:first\:placeholder-green-400:first-child::placeholder {
    color: #68d391;
  }

  .md\:first\:placeholder-green-500:first-child::-webkit-input-placeholder {
    color: #48bb78;
  }

  .md\:first\:placeholder-green-500:first-child::-moz-placeholder {
    color: #48bb78;
  }

  .md\:first\:placeholder-green-500:first-child:-ms-input-placeholder {
    color: #48bb78;
  }

  .md\:first\:placeholder-green-500:first-child::-ms-input-placeholder {
    color: #48bb78;
  }

  .md\:first\:placeholder-green-500:first-child::placeholder {
    color: #48bb78;
  }

  .md\:first\:placeholder-green-600:first-child::-webkit-input-placeholder {
    color: #38a169;
  }

  .md\:first\:placeholder-green-600:first-child::-moz-placeholder {
    color: #38a169;
  }

  .md\:first\:placeholder-green-600:first-child:-ms-input-placeholder {
    color: #38a169;
  }

  .md\:first\:placeholder-green-600:first-child::-ms-input-placeholder {
    color: #38a169;
  }

  .md\:first\:placeholder-green-600:first-child::placeholder {
    color: #38a169;
  }

  .md\:first\:placeholder-green-700:first-child::-webkit-input-placeholder {
    color: #2f855a;
  }

  .md\:first\:placeholder-green-700:first-child::-moz-placeholder {
    color: #2f855a;
  }

  .md\:first\:placeholder-green-700:first-child:-ms-input-placeholder {
    color: #2f855a;
  }

  .md\:first\:placeholder-green-700:first-child::-ms-input-placeholder {
    color: #2f855a;
  }

  .md\:first\:placeholder-green-700:first-child::placeholder {
    color: #2f855a;
  }

  .md\:first\:placeholder-green-800:first-child::-webkit-input-placeholder {
    color: #276749;
  }

  .md\:first\:placeholder-green-800:first-child::-moz-placeholder {
    color: #276749;
  }

  .md\:first\:placeholder-green-800:first-child:-ms-input-placeholder {
    color: #276749;
  }

  .md\:first\:placeholder-green-800:first-child::-ms-input-placeholder {
    color: #276749;
  }

  .md\:first\:placeholder-green-800:first-child::placeholder {
    color: #276749;
  }

  .md\:first\:placeholder-green-900:first-child::-webkit-input-placeholder {
    color: #22543d;
  }

  .md\:first\:placeholder-green-900:first-child::-moz-placeholder {
    color: #22543d;
  }

  .md\:first\:placeholder-green-900:first-child:-ms-input-placeholder {
    color: #22543d;
  }

  .md\:first\:placeholder-green-900:first-child::-ms-input-placeholder {
    color: #22543d;
  }

  .md\:first\:placeholder-green-900:first-child::placeholder {
    color: #22543d;
  }

  .md\:first\:placeholder-teal-100:first-child::-webkit-input-placeholder {
    color: #e6fffa;
  }

  .md\:first\:placeholder-teal-100:first-child::-moz-placeholder {
    color: #e6fffa;
  }

  .md\:first\:placeholder-teal-100:first-child:-ms-input-placeholder {
    color: #e6fffa;
  }

  .md\:first\:placeholder-teal-100:first-child::-ms-input-placeholder {
    color: #e6fffa;
  }

  .md\:first\:placeholder-teal-100:first-child::placeholder {
    color: #e6fffa;
  }

  .md\:first\:placeholder-teal-200:first-child::-webkit-input-placeholder {
    color: #b2f5ea;
  }

  .md\:first\:placeholder-teal-200:first-child::-moz-placeholder {
    color: #b2f5ea;
  }

  .md\:first\:placeholder-teal-200:first-child:-ms-input-placeholder {
    color: #b2f5ea;
  }

  .md\:first\:placeholder-teal-200:first-child::-ms-input-placeholder {
    color: #b2f5ea;
  }

  .md\:first\:placeholder-teal-200:first-child::placeholder {
    color: #b2f5ea;
  }

  .md\:first\:placeholder-teal-300:first-child::-webkit-input-placeholder {
    color: #81e6d9;
  }

  .md\:first\:placeholder-teal-300:first-child::-moz-placeholder {
    color: #81e6d9;
  }

  .md\:first\:placeholder-teal-300:first-child:-ms-input-placeholder {
    color: #81e6d9;
  }

  .md\:first\:placeholder-teal-300:first-child::-ms-input-placeholder {
    color: #81e6d9;
  }

  .md\:first\:placeholder-teal-300:first-child::placeholder {
    color: #81e6d9;
  }

  .md\:first\:placeholder-teal-400:first-child::-webkit-input-placeholder {
    color: #4fd1c5;
  }

  .md\:first\:placeholder-teal-400:first-child::-moz-placeholder {
    color: #4fd1c5;
  }

  .md\:first\:placeholder-teal-400:first-child:-ms-input-placeholder {
    color: #4fd1c5;
  }

  .md\:first\:placeholder-teal-400:first-child::-ms-input-placeholder {
    color: #4fd1c5;
  }

  .md\:first\:placeholder-teal-400:first-child::placeholder {
    color: #4fd1c5;
  }

  .md\:first\:placeholder-teal-500:first-child::-webkit-input-placeholder {
    color: #38b2ac;
  }

  .md\:first\:placeholder-teal-500:first-child::-moz-placeholder {
    color: #38b2ac;
  }

  .md\:first\:placeholder-teal-500:first-child:-ms-input-placeholder {
    color: #38b2ac;
  }

  .md\:first\:placeholder-teal-500:first-child::-ms-input-placeholder {
    color: #38b2ac;
  }

  .md\:first\:placeholder-teal-500:first-child::placeholder {
    color: #38b2ac;
  }

  .md\:first\:placeholder-teal-600:first-child::-webkit-input-placeholder {
    color: #319795;
  }

  .md\:first\:placeholder-teal-600:first-child::-moz-placeholder {
    color: #319795;
  }

  .md\:first\:placeholder-teal-600:first-child:-ms-input-placeholder {
    color: #319795;
  }

  .md\:first\:placeholder-teal-600:first-child::-ms-input-placeholder {
    color: #319795;
  }

  .md\:first\:placeholder-teal-600:first-child::placeholder {
    color: #319795;
  }

  .md\:first\:placeholder-teal-700:first-child::-webkit-input-placeholder {
    color: #2c7a7b;
  }

  .md\:first\:placeholder-teal-700:first-child::-moz-placeholder {
    color: #2c7a7b;
  }

  .md\:first\:placeholder-teal-700:first-child:-ms-input-placeholder {
    color: #2c7a7b;
  }

  .md\:first\:placeholder-teal-700:first-child::-ms-input-placeholder {
    color: #2c7a7b;
  }

  .md\:first\:placeholder-teal-700:first-child::placeholder {
    color: #2c7a7b;
  }

  .md\:first\:placeholder-teal-800:first-child::-webkit-input-placeholder {
    color: #285e61;
  }

  .md\:first\:placeholder-teal-800:first-child::-moz-placeholder {
    color: #285e61;
  }

  .md\:first\:placeholder-teal-800:first-child:-ms-input-placeholder {
    color: #285e61;
  }

  .md\:first\:placeholder-teal-800:first-child::-ms-input-placeholder {
    color: #285e61;
  }

  .md\:first\:placeholder-teal-800:first-child::placeholder {
    color: #285e61;
  }

  .md\:first\:placeholder-teal-900:first-child::-webkit-input-placeholder {
    color: #234e52;
  }

  .md\:first\:placeholder-teal-900:first-child::-moz-placeholder {
    color: #234e52;
  }

  .md\:first\:placeholder-teal-900:first-child:-ms-input-placeholder {
    color: #234e52;
  }

  .md\:first\:placeholder-teal-900:first-child::-ms-input-placeholder {
    color: #234e52;
  }

  .md\:first\:placeholder-teal-900:first-child::placeholder {
    color: #234e52;
  }

  .md\:first\:placeholder-blue-100:first-child::-webkit-input-placeholder {
    color: #ebf8ff;
  }

  .md\:first\:placeholder-blue-100:first-child::-moz-placeholder {
    color: #ebf8ff;
  }

  .md\:first\:placeholder-blue-100:first-child:-ms-input-placeholder {
    color: #ebf8ff;
  }

  .md\:first\:placeholder-blue-100:first-child::-ms-input-placeholder {
    color: #ebf8ff;
  }

  .md\:first\:placeholder-blue-100:first-child::placeholder {
    color: #ebf8ff;
  }

  .md\:first\:placeholder-blue-200:first-child::-webkit-input-placeholder {
    color: #bee3f8;
  }

  .md\:first\:placeholder-blue-200:first-child::-moz-placeholder {
    color: #bee3f8;
  }

  .md\:first\:placeholder-blue-200:first-child:-ms-input-placeholder {
    color: #bee3f8;
  }

  .md\:first\:placeholder-blue-200:first-child::-ms-input-placeholder {
    color: #bee3f8;
  }

  .md\:first\:placeholder-blue-200:first-child::placeholder {
    color: #bee3f8;
  }

  .md\:first\:placeholder-blue-300:first-child::-webkit-input-placeholder {
    color: #90cdf4;
  }

  .md\:first\:placeholder-blue-300:first-child::-moz-placeholder {
    color: #90cdf4;
  }

  .md\:first\:placeholder-blue-300:first-child:-ms-input-placeholder {
    color: #90cdf4;
  }

  .md\:first\:placeholder-blue-300:first-child::-ms-input-placeholder {
    color: #90cdf4;
  }

  .md\:first\:placeholder-blue-300:first-child::placeholder {
    color: #90cdf4;
  }

  .md\:first\:placeholder-blue-400:first-child::-webkit-input-placeholder {
    color: #63b3ed;
  }

  .md\:first\:placeholder-blue-400:first-child::-moz-placeholder {
    color: #63b3ed;
  }

  .md\:first\:placeholder-blue-400:first-child:-ms-input-placeholder {
    color: #63b3ed;
  }

  .md\:first\:placeholder-blue-400:first-child::-ms-input-placeholder {
    color: #63b3ed;
  }

  .md\:first\:placeholder-blue-400:first-child::placeholder {
    color: #63b3ed;
  }

  .md\:first\:placeholder-blue-500:first-child::-webkit-input-placeholder {
    color: #4299e1;
  }

  .md\:first\:placeholder-blue-500:first-child::-moz-placeholder {
    color: #4299e1;
  }

  .md\:first\:placeholder-blue-500:first-child:-ms-input-placeholder {
    color: #4299e1;
  }

  .md\:first\:placeholder-blue-500:first-child::-ms-input-placeholder {
    color: #4299e1;
  }

  .md\:first\:placeholder-blue-500:first-child::placeholder {
    color: #4299e1;
  }

  .md\:first\:placeholder-blue-600:first-child::-webkit-input-placeholder {
    color: #3182ce;
  }

  .md\:first\:placeholder-blue-600:first-child::-moz-placeholder {
    color: #3182ce;
  }

  .md\:first\:placeholder-blue-600:first-child:-ms-input-placeholder {
    color: #3182ce;
  }

  .md\:first\:placeholder-blue-600:first-child::-ms-input-placeholder {
    color: #3182ce;
  }

  .md\:first\:placeholder-blue-600:first-child::placeholder {
    color: #3182ce;
  }

  .md\:first\:placeholder-blue-700:first-child::-webkit-input-placeholder {
    color: #2b6cb0;
  }

  .md\:first\:placeholder-blue-700:first-child::-moz-placeholder {
    color: #2b6cb0;
  }

  .md\:first\:placeholder-blue-700:first-child:-ms-input-placeholder {
    color: #2b6cb0;
  }

  .md\:first\:placeholder-blue-700:first-child::-ms-input-placeholder {
    color: #2b6cb0;
  }

  .md\:first\:placeholder-blue-700:first-child::placeholder {
    color: #2b6cb0;
  }

  .md\:first\:placeholder-blue-800:first-child::-webkit-input-placeholder {
    color: #2c5282;
  }

  .md\:first\:placeholder-blue-800:first-child::-moz-placeholder {
    color: #2c5282;
  }

  .md\:first\:placeholder-blue-800:first-child:-ms-input-placeholder {
    color: #2c5282;
  }

  .md\:first\:placeholder-blue-800:first-child::-ms-input-placeholder {
    color: #2c5282;
  }

  .md\:first\:placeholder-blue-800:first-child::placeholder {
    color: #2c5282;
  }

  .md\:first\:placeholder-blue-900:first-child::-webkit-input-placeholder {
    color: #2a4365;
  }

  .md\:first\:placeholder-blue-900:first-child::-moz-placeholder {
    color: #2a4365;
  }

  .md\:first\:placeholder-blue-900:first-child:-ms-input-placeholder {
    color: #2a4365;
  }

  .md\:first\:placeholder-blue-900:first-child::-ms-input-placeholder {
    color: #2a4365;
  }

  .md\:first\:placeholder-blue-900:first-child::placeholder {
    color: #2a4365;
  }

  .md\:first\:placeholder-indigo-100:first-child::-webkit-input-placeholder {
    color: #ebf4ff;
  }

  .md\:first\:placeholder-indigo-100:first-child::-moz-placeholder {
    color: #ebf4ff;
  }

  .md\:first\:placeholder-indigo-100:first-child:-ms-input-placeholder {
    color: #ebf4ff;
  }

  .md\:first\:placeholder-indigo-100:first-child::-ms-input-placeholder {
    color: #ebf4ff;
  }

  .md\:first\:placeholder-indigo-100:first-child::placeholder {
    color: #ebf4ff;
  }

  .md\:first\:placeholder-indigo-200:first-child::-webkit-input-placeholder {
    color: #c3dafe;
  }

  .md\:first\:placeholder-indigo-200:first-child::-moz-placeholder {
    color: #c3dafe;
  }

  .md\:first\:placeholder-indigo-200:first-child:-ms-input-placeholder {
    color: #c3dafe;
  }

  .md\:first\:placeholder-indigo-200:first-child::-ms-input-placeholder {
    color: #c3dafe;
  }

  .md\:first\:placeholder-indigo-200:first-child::placeholder {
    color: #c3dafe;
  }

  .md\:first\:placeholder-indigo-300:first-child::-webkit-input-placeholder {
    color: #a3bffa;
  }

  .md\:first\:placeholder-indigo-300:first-child::-moz-placeholder {
    color: #a3bffa;
  }

  .md\:first\:placeholder-indigo-300:first-child:-ms-input-placeholder {
    color: #a3bffa;
  }

  .md\:first\:placeholder-indigo-300:first-child::-ms-input-placeholder {
    color: #a3bffa;
  }

  .md\:first\:placeholder-indigo-300:first-child::placeholder {
    color: #a3bffa;
  }

  .md\:first\:placeholder-indigo-400:first-child::-webkit-input-placeholder {
    color: #7f9cf5;
  }

  .md\:first\:placeholder-indigo-400:first-child::-moz-placeholder {
    color: #7f9cf5;
  }

  .md\:first\:placeholder-indigo-400:first-child:-ms-input-placeholder {
    color: #7f9cf5;
  }

  .md\:first\:placeholder-indigo-400:first-child::-ms-input-placeholder {
    color: #7f9cf5;
  }

  .md\:first\:placeholder-indigo-400:first-child::placeholder {
    color: #7f9cf5;
  }

  .md\:first\:placeholder-indigo-500:first-child::-webkit-input-placeholder {
    color: #667eea;
  }

  .md\:first\:placeholder-indigo-500:first-child::-moz-placeholder {
    color: #667eea;
  }

  .md\:first\:placeholder-indigo-500:first-child:-ms-input-placeholder {
    color: #667eea;
  }

  .md\:first\:placeholder-indigo-500:first-child::-ms-input-placeholder {
    color: #667eea;
  }

  .md\:first\:placeholder-indigo-500:first-child::placeholder {
    color: #667eea;
  }

  .md\:first\:placeholder-indigo-600:first-child::-webkit-input-placeholder {
    color: #5a67d8;
  }

  .md\:first\:placeholder-indigo-600:first-child::-moz-placeholder {
    color: #5a67d8;
  }

  .md\:first\:placeholder-indigo-600:first-child:-ms-input-placeholder {
    color: #5a67d8;
  }

  .md\:first\:placeholder-indigo-600:first-child::-ms-input-placeholder {
    color: #5a67d8;
  }

  .md\:first\:placeholder-indigo-600:first-child::placeholder {
    color: #5a67d8;
  }

  .md\:first\:placeholder-indigo-700:first-child::-webkit-input-placeholder {
    color: #4c51bf;
  }

  .md\:first\:placeholder-indigo-700:first-child::-moz-placeholder {
    color: #4c51bf;
  }

  .md\:first\:placeholder-indigo-700:first-child:-ms-input-placeholder {
    color: #4c51bf;
  }

  .md\:first\:placeholder-indigo-700:first-child::-ms-input-placeholder {
    color: #4c51bf;
  }

  .md\:first\:placeholder-indigo-700:first-child::placeholder {
    color: #4c51bf;
  }

  .md\:first\:placeholder-indigo-800:first-child::-webkit-input-placeholder {
    color: #434190;
  }

  .md\:first\:placeholder-indigo-800:first-child::-moz-placeholder {
    color: #434190;
  }

  .md\:first\:placeholder-indigo-800:first-child:-ms-input-placeholder {
    color: #434190;
  }

  .md\:first\:placeholder-indigo-800:first-child::-ms-input-placeholder {
    color: #434190;
  }

  .md\:first\:placeholder-indigo-800:first-child::placeholder {
    color: #434190;
  }

  .md\:first\:placeholder-indigo-900:first-child::-webkit-input-placeholder {
    color: #3c366b;
  }

  .md\:first\:placeholder-indigo-900:first-child::-moz-placeholder {
    color: #3c366b;
  }

  .md\:first\:placeholder-indigo-900:first-child:-ms-input-placeholder {
    color: #3c366b;
  }

  .md\:first\:placeholder-indigo-900:first-child::-ms-input-placeholder {
    color: #3c366b;
  }

  .md\:first\:placeholder-indigo-900:first-child::placeholder {
    color: #3c366b;
  }

  .md\:first\:placeholder-purple-100:first-child::-webkit-input-placeholder {
    color: #faf5ff;
  }

  .md\:first\:placeholder-purple-100:first-child::-moz-placeholder {
    color: #faf5ff;
  }

  .md\:first\:placeholder-purple-100:first-child:-ms-input-placeholder {
    color: #faf5ff;
  }

  .md\:first\:placeholder-purple-100:first-child::-ms-input-placeholder {
    color: #faf5ff;
  }

  .md\:first\:placeholder-purple-100:first-child::placeholder {
    color: #faf5ff;
  }

  .md\:first\:placeholder-purple-200:first-child::-webkit-input-placeholder {
    color: #e9d8fd;
  }

  .md\:first\:placeholder-purple-200:first-child::-moz-placeholder {
    color: #e9d8fd;
  }

  .md\:first\:placeholder-purple-200:first-child:-ms-input-placeholder {
    color: #e9d8fd;
  }

  .md\:first\:placeholder-purple-200:first-child::-ms-input-placeholder {
    color: #e9d8fd;
  }

  .md\:first\:placeholder-purple-200:first-child::placeholder {
    color: #e9d8fd;
  }

  .md\:first\:placeholder-purple-300:first-child::-webkit-input-placeholder {
    color: #d6bcfa;
  }

  .md\:first\:placeholder-purple-300:first-child::-moz-placeholder {
    color: #d6bcfa;
  }

  .md\:first\:placeholder-purple-300:first-child:-ms-input-placeholder {
    color: #d6bcfa;
  }

  .md\:first\:placeholder-purple-300:first-child::-ms-input-placeholder {
    color: #d6bcfa;
  }

  .md\:first\:placeholder-purple-300:first-child::placeholder {
    color: #d6bcfa;
  }

  .md\:first\:placeholder-purple-400:first-child::-webkit-input-placeholder {
    color: #b794f4;
  }

  .md\:first\:placeholder-purple-400:first-child::-moz-placeholder {
    color: #b794f4;
  }

  .md\:first\:placeholder-purple-400:first-child:-ms-input-placeholder {
    color: #b794f4;
  }

  .md\:first\:placeholder-purple-400:first-child::-ms-input-placeholder {
    color: #b794f4;
  }

  .md\:first\:placeholder-purple-400:first-child::placeholder {
    color: #b794f4;
  }

  .md\:first\:placeholder-purple-500:first-child::-webkit-input-placeholder {
    color: #9f7aea;
  }

  .md\:first\:placeholder-purple-500:first-child::-moz-placeholder {
    color: #9f7aea;
  }

  .md\:first\:placeholder-purple-500:first-child:-ms-input-placeholder {
    color: #9f7aea;
  }

  .md\:first\:placeholder-purple-500:first-child::-ms-input-placeholder {
    color: #9f7aea;
  }

  .md\:first\:placeholder-purple-500:first-child::placeholder {
    color: #9f7aea;
  }

  .md\:first\:placeholder-purple-600:first-child::-webkit-input-placeholder {
    color: #805ad5;
  }

  .md\:first\:placeholder-purple-600:first-child::-moz-placeholder {
    color: #805ad5;
  }

  .md\:first\:placeholder-purple-600:first-child:-ms-input-placeholder {
    color: #805ad5;
  }

  .md\:first\:placeholder-purple-600:first-child::-ms-input-placeholder {
    color: #805ad5;
  }

  .md\:first\:placeholder-purple-600:first-child::placeholder {
    color: #805ad5;
  }

  .md\:first\:placeholder-purple-700:first-child::-webkit-input-placeholder {
    color: #6b46c1;
  }

  .md\:first\:placeholder-purple-700:first-child::-moz-placeholder {
    color: #6b46c1;
  }

  .md\:first\:placeholder-purple-700:first-child:-ms-input-placeholder {
    color: #6b46c1;
  }

  .md\:first\:placeholder-purple-700:first-child::-ms-input-placeholder {
    color: #6b46c1;
  }

  .md\:first\:placeholder-purple-700:first-child::placeholder {
    color: #6b46c1;
  }

  .md\:first\:placeholder-purple-800:first-child::-webkit-input-placeholder {
    color: #553c9a;
  }

  .md\:first\:placeholder-purple-800:first-child::-moz-placeholder {
    color: #553c9a;
  }

  .md\:first\:placeholder-purple-800:first-child:-ms-input-placeholder {
    color: #553c9a;
  }

  .md\:first\:placeholder-purple-800:first-child::-ms-input-placeholder {
    color: #553c9a;
  }

  .md\:first\:placeholder-purple-800:first-child::placeholder {
    color: #553c9a;
  }

  .md\:first\:placeholder-purple-900:first-child::-webkit-input-placeholder {
    color: #44337a;
  }

  .md\:first\:placeholder-purple-900:first-child::-moz-placeholder {
    color: #44337a;
  }

  .md\:first\:placeholder-purple-900:first-child:-ms-input-placeholder {
    color: #44337a;
  }

  .md\:first\:placeholder-purple-900:first-child::-ms-input-placeholder {
    color: #44337a;
  }

  .md\:first\:placeholder-purple-900:first-child::placeholder {
    color: #44337a;
  }

  .md\:first\:placeholder-pink-100:first-child::-webkit-input-placeholder {
    color: #fff5f7;
  }

  .md\:first\:placeholder-pink-100:first-child::-moz-placeholder {
    color: #fff5f7;
  }

  .md\:first\:placeholder-pink-100:first-child:-ms-input-placeholder {
    color: #fff5f7;
  }

  .md\:first\:placeholder-pink-100:first-child::-ms-input-placeholder {
    color: #fff5f7;
  }

  .md\:first\:placeholder-pink-100:first-child::placeholder {
    color: #fff5f7;
  }

  .md\:first\:placeholder-pink-200:first-child::-webkit-input-placeholder {
    color: #fed7e2;
  }

  .md\:first\:placeholder-pink-200:first-child::-moz-placeholder {
    color: #fed7e2;
  }

  .md\:first\:placeholder-pink-200:first-child:-ms-input-placeholder {
    color: #fed7e2;
  }

  .md\:first\:placeholder-pink-200:first-child::-ms-input-placeholder {
    color: #fed7e2;
  }

  .md\:first\:placeholder-pink-200:first-child::placeholder {
    color: #fed7e2;
  }

  .md\:first\:placeholder-pink-300:first-child::-webkit-input-placeholder {
    color: #fbb6ce;
  }

  .md\:first\:placeholder-pink-300:first-child::-moz-placeholder {
    color: #fbb6ce;
  }

  .md\:first\:placeholder-pink-300:first-child:-ms-input-placeholder {
    color: #fbb6ce;
  }

  .md\:first\:placeholder-pink-300:first-child::-ms-input-placeholder {
    color: #fbb6ce;
  }

  .md\:first\:placeholder-pink-300:first-child::placeholder {
    color: #fbb6ce;
  }

  .md\:first\:placeholder-pink-400:first-child::-webkit-input-placeholder {
    color: #f687b3;
  }

  .md\:first\:placeholder-pink-400:first-child::-moz-placeholder {
    color: #f687b3;
  }

  .md\:first\:placeholder-pink-400:first-child:-ms-input-placeholder {
    color: #f687b3;
  }

  .md\:first\:placeholder-pink-400:first-child::-ms-input-placeholder {
    color: #f687b3;
  }

  .md\:first\:placeholder-pink-400:first-child::placeholder {
    color: #f687b3;
  }

  .md\:first\:placeholder-pink-500:first-child::-webkit-input-placeholder {
    color: #ed64a6;
  }

  .md\:first\:placeholder-pink-500:first-child::-moz-placeholder {
    color: #ed64a6;
  }

  .md\:first\:placeholder-pink-500:first-child:-ms-input-placeholder {
    color: #ed64a6;
  }

  .md\:first\:placeholder-pink-500:first-child::-ms-input-placeholder {
    color: #ed64a6;
  }

  .md\:first\:placeholder-pink-500:first-child::placeholder {
    color: #ed64a6;
  }

  .md\:first\:placeholder-pink-600:first-child::-webkit-input-placeholder {
    color: #d53f8c;
  }

  .md\:first\:placeholder-pink-600:first-child::-moz-placeholder {
    color: #d53f8c;
  }

  .md\:first\:placeholder-pink-600:first-child:-ms-input-placeholder {
    color: #d53f8c;
  }

  .md\:first\:placeholder-pink-600:first-child::-ms-input-placeholder {
    color: #d53f8c;
  }

  .md\:first\:placeholder-pink-600:first-child::placeholder {
    color: #d53f8c;
  }

  .md\:first\:placeholder-pink-700:first-child::-webkit-input-placeholder {
    color: #b83280;
  }

  .md\:first\:placeholder-pink-700:first-child::-moz-placeholder {
    color: #b83280;
  }

  .md\:first\:placeholder-pink-700:first-child:-ms-input-placeholder {
    color: #b83280;
  }

  .md\:first\:placeholder-pink-700:first-child::-ms-input-placeholder {
    color: #b83280;
  }

  .md\:first\:placeholder-pink-700:first-child::placeholder {
    color: #b83280;
  }

  .md\:first\:placeholder-pink-800:first-child::-webkit-input-placeholder {
    color: #97266d;
  }

  .md\:first\:placeholder-pink-800:first-child::-moz-placeholder {
    color: #97266d;
  }

  .md\:first\:placeholder-pink-800:first-child:-ms-input-placeholder {
    color: #97266d;
  }

  .md\:first\:placeholder-pink-800:first-child::-ms-input-placeholder {
    color: #97266d;
  }

  .md\:first\:placeholder-pink-800:first-child::placeholder {
    color: #97266d;
  }

  .md\:first\:placeholder-pink-900:first-child::-webkit-input-placeholder {
    color: #702459;
  }

  .md\:first\:placeholder-pink-900:first-child::-moz-placeholder {
    color: #702459;
  }

  .md\:first\:placeholder-pink-900:first-child:-ms-input-placeholder {
    color: #702459;
  }

  .md\:first\:placeholder-pink-900:first-child::-ms-input-placeholder {
    color: #702459;
  }

  .md\:first\:placeholder-pink-900:first-child::placeholder {
    color: #702459;
  }

  .md\:last\:placeholder-transparent:last-child::-webkit-input-placeholder {
    color: transparent;
  }

  .md\:last\:placeholder-transparent:last-child::-moz-placeholder {
    color: transparent;
  }

  .md\:last\:placeholder-transparent:last-child:-ms-input-placeholder {
    color: transparent;
  }

  .md\:last\:placeholder-transparent:last-child::-ms-input-placeholder {
    color: transparent;
  }

  .md\:last\:placeholder-transparent:last-child::placeholder {
    color: transparent;
  }

  .md\:last\:placeholder-black:last-child::-webkit-input-placeholder {
    color: #000;
  }

  .md\:last\:placeholder-black:last-child::-moz-placeholder {
    color: #000;
  }

  .md\:last\:placeholder-black:last-child:-ms-input-placeholder {
    color: #000;
  }

  .md\:last\:placeholder-black:last-child::-ms-input-placeholder {
    color: #000;
  }

  .md\:last\:placeholder-black:last-child::placeholder {
    color: #000;
  }

  .md\:last\:placeholder-white:last-child::-webkit-input-placeholder {
    color: #fff;
  }

  .md\:last\:placeholder-white:last-child::-moz-placeholder {
    color: #fff;
  }

  .md\:last\:placeholder-white:last-child:-ms-input-placeholder {
    color: #fff;
  }

  .md\:last\:placeholder-white:last-child::-ms-input-placeholder {
    color: #fff;
  }

  .md\:last\:placeholder-white:last-child::placeholder {
    color: #fff;
  }

  .md\:last\:placeholder-gray-100:last-child::-webkit-input-placeholder {
    color: #f7fafc;
  }

  .md\:last\:placeholder-gray-100:last-child::-moz-placeholder {
    color: #f7fafc;
  }

  .md\:last\:placeholder-gray-100:last-child:-ms-input-placeholder {
    color: #f7fafc;
  }

  .md\:last\:placeholder-gray-100:last-child::-ms-input-placeholder {
    color: #f7fafc;
  }

  .md\:last\:placeholder-gray-100:last-child::placeholder {
    color: #f7fafc;
  }

  .md\:last\:placeholder-gray-200:last-child::-webkit-input-placeholder {
    color: #edf2f7;
  }

  .md\:last\:placeholder-gray-200:last-child::-moz-placeholder {
    color: #edf2f7;
  }

  .md\:last\:placeholder-gray-200:last-child:-ms-input-placeholder {
    color: #edf2f7;
  }

  .md\:last\:placeholder-gray-200:last-child::-ms-input-placeholder {
    color: #edf2f7;
  }

  .md\:last\:placeholder-gray-200:last-child::placeholder {
    color: #edf2f7;
  }

  .md\:last\:placeholder-gray-300:last-child::-webkit-input-placeholder {
    color: #e2e8f0;
  }

  .md\:last\:placeholder-gray-300:last-child::-moz-placeholder {
    color: #e2e8f0;
  }

  .md\:last\:placeholder-gray-300:last-child:-ms-input-placeholder {
    color: #e2e8f0;
  }

  .md\:last\:placeholder-gray-300:last-child::-ms-input-placeholder {
    color: #e2e8f0;
  }

  .md\:last\:placeholder-gray-300:last-child::placeholder {
    color: #e2e8f0;
  }

  .md\:last\:placeholder-gray-400:last-child::-webkit-input-placeholder {
    color: #cbd5e0;
  }

  .md\:last\:placeholder-gray-400:last-child::-moz-placeholder {
    color: #cbd5e0;
  }

  .md\:last\:placeholder-gray-400:last-child:-ms-input-placeholder {
    color: #cbd5e0;
  }

  .md\:last\:placeholder-gray-400:last-child::-ms-input-placeholder {
    color: #cbd5e0;
  }

  .md\:last\:placeholder-gray-400:last-child::placeholder {
    color: #cbd5e0;
  }

  .md\:last\:placeholder-gray-500:last-child::-webkit-input-placeholder {
    color: #a0aec0;
  }

  .md\:last\:placeholder-gray-500:last-child::-moz-placeholder {
    color: #a0aec0;
  }

  .md\:last\:placeholder-gray-500:last-child:-ms-input-placeholder {
    color: #a0aec0;
  }

  .md\:last\:placeholder-gray-500:last-child::-ms-input-placeholder {
    color: #a0aec0;
  }

  .md\:last\:placeholder-gray-500:last-child::placeholder {
    color: #a0aec0;
  }

  .md\:last\:placeholder-gray-600:last-child::-webkit-input-placeholder {
    color: #718096;
  }

  .md\:last\:placeholder-gray-600:last-child::-moz-placeholder {
    color: #718096;
  }

  .md\:last\:placeholder-gray-600:last-child:-ms-input-placeholder {
    color: #718096;
  }

  .md\:last\:placeholder-gray-600:last-child::-ms-input-placeholder {
    color: #718096;
  }

  .md\:last\:placeholder-gray-600:last-child::placeholder {
    color: #718096;
  }

  .md\:last\:placeholder-gray-700:last-child::-webkit-input-placeholder {
    color: #4a5568;
  }

  .md\:last\:placeholder-gray-700:last-child::-moz-placeholder {
    color: #4a5568;
  }

  .md\:last\:placeholder-gray-700:last-child:-ms-input-placeholder {
    color: #4a5568;
  }

  .md\:last\:placeholder-gray-700:last-child::-ms-input-placeholder {
    color: #4a5568;
  }

  .md\:last\:placeholder-gray-700:last-child::placeholder {
    color: #4a5568;
  }

  .md\:last\:placeholder-gray-800:last-child::-webkit-input-placeholder {
    color: #2d3748;
  }

  .md\:last\:placeholder-gray-800:last-child::-moz-placeholder {
    color: #2d3748;
  }

  .md\:last\:placeholder-gray-800:last-child:-ms-input-placeholder {
    color: #2d3748;
  }

  .md\:last\:placeholder-gray-800:last-child::-ms-input-placeholder {
    color: #2d3748;
  }

  .md\:last\:placeholder-gray-800:last-child::placeholder {
    color: #2d3748;
  }

  .md\:last\:placeholder-gray-900:last-child::-webkit-input-placeholder {
    color: #1a202c;
  }

  .md\:last\:placeholder-gray-900:last-child::-moz-placeholder {
    color: #1a202c;
  }

  .md\:last\:placeholder-gray-900:last-child:-ms-input-placeholder {
    color: #1a202c;
  }

  .md\:last\:placeholder-gray-900:last-child::-ms-input-placeholder {
    color: #1a202c;
  }

  .md\:last\:placeholder-gray-900:last-child::placeholder {
    color: #1a202c;
  }

  .md\:last\:placeholder-red-100:last-child::-webkit-input-placeholder {
    color: #fff5f5;
  }

  .md\:last\:placeholder-red-100:last-child::-moz-placeholder {
    color: #fff5f5;
  }

  .md\:last\:placeholder-red-100:last-child:-ms-input-placeholder {
    color: #fff5f5;
  }

  .md\:last\:placeholder-red-100:last-child::-ms-input-placeholder {
    color: #fff5f5;
  }

  .md\:last\:placeholder-red-100:last-child::placeholder {
    color: #fff5f5;
  }

  .md\:last\:placeholder-red-200:last-child::-webkit-input-placeholder {
    color: #fed7d7;
  }

  .md\:last\:placeholder-red-200:last-child::-moz-placeholder {
    color: #fed7d7;
  }

  .md\:last\:placeholder-red-200:last-child:-ms-input-placeholder {
    color: #fed7d7;
  }

  .md\:last\:placeholder-red-200:last-child::-ms-input-placeholder {
    color: #fed7d7;
  }

  .md\:last\:placeholder-red-200:last-child::placeholder {
    color: #fed7d7;
  }

  .md\:last\:placeholder-red-300:last-child::-webkit-input-placeholder {
    color: #feb2b2;
  }

  .md\:last\:placeholder-red-300:last-child::-moz-placeholder {
    color: #feb2b2;
  }

  .md\:last\:placeholder-red-300:last-child:-ms-input-placeholder {
    color: #feb2b2;
  }

  .md\:last\:placeholder-red-300:last-child::-ms-input-placeholder {
    color: #feb2b2;
  }

  .md\:last\:placeholder-red-300:last-child::placeholder {
    color: #feb2b2;
  }

  .md\:last\:placeholder-red-400:last-child::-webkit-input-placeholder {
    color: #fc8181;
  }

  .md\:last\:placeholder-red-400:last-child::-moz-placeholder {
    color: #fc8181;
  }

  .md\:last\:placeholder-red-400:last-child:-ms-input-placeholder {
    color: #fc8181;
  }

  .md\:last\:placeholder-red-400:last-child::-ms-input-placeholder {
    color: #fc8181;
  }

  .md\:last\:placeholder-red-400:last-child::placeholder {
    color: #fc8181;
  }

  .md\:last\:placeholder-red-500:last-child::-webkit-input-placeholder {
    color: #f56565;
  }

  .md\:last\:placeholder-red-500:last-child::-moz-placeholder {
    color: #f56565;
  }

  .md\:last\:placeholder-red-500:last-child:-ms-input-placeholder {
    color: #f56565;
  }

  .md\:last\:placeholder-red-500:last-child::-ms-input-placeholder {
    color: #f56565;
  }

  .md\:last\:placeholder-red-500:last-child::placeholder {
    color: #f56565;
  }

  .md\:last\:placeholder-red-600:last-child::-webkit-input-placeholder {
    color: #e53e3e;
  }

  .md\:last\:placeholder-red-600:last-child::-moz-placeholder {
    color: #e53e3e;
  }

  .md\:last\:placeholder-red-600:last-child:-ms-input-placeholder {
    color: #e53e3e;
  }

  .md\:last\:placeholder-red-600:last-child::-ms-input-placeholder {
    color: #e53e3e;
  }

  .md\:last\:placeholder-red-600:last-child::placeholder {
    color: #e53e3e;
  }

  .md\:last\:placeholder-red-700:last-child::-webkit-input-placeholder {
    color: #c53030;
  }

  .md\:last\:placeholder-red-700:last-child::-moz-placeholder {
    color: #c53030;
  }

  .md\:last\:placeholder-red-700:last-child:-ms-input-placeholder {
    color: #c53030;
  }

  .md\:last\:placeholder-red-700:last-child::-ms-input-placeholder {
    color: #c53030;
  }

  .md\:last\:placeholder-red-700:last-child::placeholder {
    color: #c53030;
  }

  .md\:last\:placeholder-red-800:last-child::-webkit-input-placeholder {
    color: #9b2c2c;
  }

  .md\:last\:placeholder-red-800:last-child::-moz-placeholder {
    color: #9b2c2c;
  }

  .md\:last\:placeholder-red-800:last-child:-ms-input-placeholder {
    color: #9b2c2c;
  }

  .md\:last\:placeholder-red-800:last-child::-ms-input-placeholder {
    color: #9b2c2c;
  }

  .md\:last\:placeholder-red-800:last-child::placeholder {
    color: #9b2c2c;
  }

  .md\:last\:placeholder-red-900:last-child::-webkit-input-placeholder {
    color: #742a2a;
  }

  .md\:last\:placeholder-red-900:last-child::-moz-placeholder {
    color: #742a2a;
  }

  .md\:last\:placeholder-red-900:last-child:-ms-input-placeholder {
    color: #742a2a;
  }

  .md\:last\:placeholder-red-900:last-child::-ms-input-placeholder {
    color: #742a2a;
  }

  .md\:last\:placeholder-red-900:last-child::placeholder {
    color: #742a2a;
  }

  .md\:last\:placeholder-orange-100:last-child::-webkit-input-placeholder {
    color: #fffaf0;
  }

  .md\:last\:placeholder-orange-100:last-child::-moz-placeholder {
    color: #fffaf0;
  }

  .md\:last\:placeholder-orange-100:last-child:-ms-input-placeholder {
    color: #fffaf0;
  }

  .md\:last\:placeholder-orange-100:last-child::-ms-input-placeholder {
    color: #fffaf0;
  }

  .md\:last\:placeholder-orange-100:last-child::placeholder {
    color: #fffaf0;
  }

  .md\:last\:placeholder-orange-200:last-child::-webkit-input-placeholder {
    color: #feebc8;
  }

  .md\:last\:placeholder-orange-200:last-child::-moz-placeholder {
    color: #feebc8;
  }

  .md\:last\:placeholder-orange-200:last-child:-ms-input-placeholder {
    color: #feebc8;
  }

  .md\:last\:placeholder-orange-200:last-child::-ms-input-placeholder {
    color: #feebc8;
  }

  .md\:last\:placeholder-orange-200:last-child::placeholder {
    color: #feebc8;
  }

  .md\:last\:placeholder-orange-300:last-child::-webkit-input-placeholder {
    color: #fbd38d;
  }

  .md\:last\:placeholder-orange-300:last-child::-moz-placeholder {
    color: #fbd38d;
  }

  .md\:last\:placeholder-orange-300:last-child:-ms-input-placeholder {
    color: #fbd38d;
  }

  .md\:last\:placeholder-orange-300:last-child::-ms-input-placeholder {
    color: #fbd38d;
  }

  .md\:last\:placeholder-orange-300:last-child::placeholder {
    color: #fbd38d;
  }

  .md\:last\:placeholder-orange-400:last-child::-webkit-input-placeholder {
    color: #f6ad55;
  }

  .md\:last\:placeholder-orange-400:last-child::-moz-placeholder {
    color: #f6ad55;
  }

  .md\:last\:placeholder-orange-400:last-child:-ms-input-placeholder {
    color: #f6ad55;
  }

  .md\:last\:placeholder-orange-400:last-child::-ms-input-placeholder {
    color: #f6ad55;
  }

  .md\:last\:placeholder-orange-400:last-child::placeholder {
    color: #f6ad55;
  }

  .md\:last\:placeholder-orange-500:last-child::-webkit-input-placeholder {
    color: #ed8936;
  }

  .md\:last\:placeholder-orange-500:last-child::-moz-placeholder {
    color: #ed8936;
  }

  .md\:last\:placeholder-orange-500:last-child:-ms-input-placeholder {
    color: #ed8936;
  }

  .md\:last\:placeholder-orange-500:last-child::-ms-input-placeholder {
    color: #ed8936;
  }

  .md\:last\:placeholder-orange-500:last-child::placeholder {
    color: #ed8936;
  }

  .md\:last\:placeholder-orange-600:last-child::-webkit-input-placeholder {
    color: #dd6b20;
  }

  .md\:last\:placeholder-orange-600:last-child::-moz-placeholder {
    color: #dd6b20;
  }

  .md\:last\:placeholder-orange-600:last-child:-ms-input-placeholder {
    color: #dd6b20;
  }

  .md\:last\:placeholder-orange-600:last-child::-ms-input-placeholder {
    color: #dd6b20;
  }

  .md\:last\:placeholder-orange-600:last-child::placeholder {
    color: #dd6b20;
  }

  .md\:last\:placeholder-orange-700:last-child::-webkit-input-placeholder {
    color: #c05621;
  }

  .md\:last\:placeholder-orange-700:last-child::-moz-placeholder {
    color: #c05621;
  }

  .md\:last\:placeholder-orange-700:last-child:-ms-input-placeholder {
    color: #c05621;
  }

  .md\:last\:placeholder-orange-700:last-child::-ms-input-placeholder {
    color: #c05621;
  }

  .md\:last\:placeholder-orange-700:last-child::placeholder {
    color: #c05621;
  }

  .md\:last\:placeholder-orange-800:last-child::-webkit-input-placeholder {
    color: #9c4221;
  }

  .md\:last\:placeholder-orange-800:last-child::-moz-placeholder {
    color: #9c4221;
  }

  .md\:last\:placeholder-orange-800:last-child:-ms-input-placeholder {
    color: #9c4221;
  }

  .md\:last\:placeholder-orange-800:last-child::-ms-input-placeholder {
    color: #9c4221;
  }

  .md\:last\:placeholder-orange-800:last-child::placeholder {
    color: #9c4221;
  }

  .md\:last\:placeholder-orange-900:last-child::-webkit-input-placeholder {
    color: #7b341e;
  }

  .md\:last\:placeholder-orange-900:last-child::-moz-placeholder {
    color: #7b341e;
  }

  .md\:last\:placeholder-orange-900:last-child:-ms-input-placeholder {
    color: #7b341e;
  }

  .md\:last\:placeholder-orange-900:last-child::-ms-input-placeholder {
    color: #7b341e;
  }

  .md\:last\:placeholder-orange-900:last-child::placeholder {
    color: #7b341e;
  }

  .md\:last\:placeholder-yellow-100:last-child::-webkit-input-placeholder {
    color: #fffff0;
  }

  .md\:last\:placeholder-yellow-100:last-child::-moz-placeholder {
    color: #fffff0;
  }

  .md\:last\:placeholder-yellow-100:last-child:-ms-input-placeholder {
    color: #fffff0;
  }

  .md\:last\:placeholder-yellow-100:last-child::-ms-input-placeholder {
    color: #fffff0;
  }

  .md\:last\:placeholder-yellow-100:last-child::placeholder {
    color: #fffff0;
  }

  .md\:last\:placeholder-yellow-200:last-child::-webkit-input-placeholder {
    color: #fefcbf;
  }

  .md\:last\:placeholder-yellow-200:last-child::-moz-placeholder {
    color: #fefcbf;
  }

  .md\:last\:placeholder-yellow-200:last-child:-ms-input-placeholder {
    color: #fefcbf;
  }

  .md\:last\:placeholder-yellow-200:last-child::-ms-input-placeholder {
    color: #fefcbf;
  }

  .md\:last\:placeholder-yellow-200:last-child::placeholder {
    color: #fefcbf;
  }

  .md\:last\:placeholder-yellow-300:last-child::-webkit-input-placeholder {
    color: #faf089;
  }

  .md\:last\:placeholder-yellow-300:last-child::-moz-placeholder {
    color: #faf089;
  }

  .md\:last\:placeholder-yellow-300:last-child:-ms-input-placeholder {
    color: #faf089;
  }

  .md\:last\:placeholder-yellow-300:last-child::-ms-input-placeholder {
    color: #faf089;
  }

  .md\:last\:placeholder-yellow-300:last-child::placeholder {
    color: #faf089;
  }

  .md\:last\:placeholder-yellow-400:last-child::-webkit-input-placeholder {
    color: #f6e05e;
  }

  .md\:last\:placeholder-yellow-400:last-child::-moz-placeholder {
    color: #f6e05e;
  }

  .md\:last\:placeholder-yellow-400:last-child:-ms-input-placeholder {
    color: #f6e05e;
  }

  .md\:last\:placeholder-yellow-400:last-child::-ms-input-placeholder {
    color: #f6e05e;
  }

  .md\:last\:placeholder-yellow-400:last-child::placeholder {
    color: #f6e05e;
  }

  .md\:last\:placeholder-yellow-500:last-child::-webkit-input-placeholder {
    color: #ecc94b;
  }

  .md\:last\:placeholder-yellow-500:last-child::-moz-placeholder {
    color: #ecc94b;
  }

  .md\:last\:placeholder-yellow-500:last-child:-ms-input-placeholder {
    color: #ecc94b;
  }

  .md\:last\:placeholder-yellow-500:last-child::-ms-input-placeholder {
    color: #ecc94b;
  }

  .md\:last\:placeholder-yellow-500:last-child::placeholder {
    color: #ecc94b;
  }

  .md\:last\:placeholder-yellow-600:last-child::-webkit-input-placeholder {
    color: #d69e2e;
  }

  .md\:last\:placeholder-yellow-600:last-child::-moz-placeholder {
    color: #d69e2e;
  }

  .md\:last\:placeholder-yellow-600:last-child:-ms-input-placeholder {
    color: #d69e2e;
  }

  .md\:last\:placeholder-yellow-600:last-child::-ms-input-placeholder {
    color: #d69e2e;
  }

  .md\:last\:placeholder-yellow-600:last-child::placeholder {
    color: #d69e2e;
  }

  .md\:last\:placeholder-yellow-700:last-child::-webkit-input-placeholder {
    color: #b7791f;
  }

  .md\:last\:placeholder-yellow-700:last-child::-moz-placeholder {
    color: #b7791f;
  }

  .md\:last\:placeholder-yellow-700:last-child:-ms-input-placeholder {
    color: #b7791f;
  }

  .md\:last\:placeholder-yellow-700:last-child::-ms-input-placeholder {
    color: #b7791f;
  }

  .md\:last\:placeholder-yellow-700:last-child::placeholder {
    color: #b7791f;
  }

  .md\:last\:placeholder-yellow-800:last-child::-webkit-input-placeholder {
    color: #975a16;
  }

  .md\:last\:placeholder-yellow-800:last-child::-moz-placeholder {
    color: #975a16;
  }

  .md\:last\:placeholder-yellow-800:last-child:-ms-input-placeholder {
    color: #975a16;
  }

  .md\:last\:placeholder-yellow-800:last-child::-ms-input-placeholder {
    color: #975a16;
  }

  .md\:last\:placeholder-yellow-800:last-child::placeholder {
    color: #975a16;
  }

  .md\:last\:placeholder-yellow-900:last-child::-webkit-input-placeholder {
    color: #744210;
  }

  .md\:last\:placeholder-yellow-900:last-child::-moz-placeholder {
    color: #744210;
  }

  .md\:last\:placeholder-yellow-900:last-child:-ms-input-placeholder {
    color: #744210;
  }

  .md\:last\:placeholder-yellow-900:last-child::-ms-input-placeholder {
    color: #744210;
  }

  .md\:last\:placeholder-yellow-900:last-child::placeholder {
    color: #744210;
  }

  .md\:last\:placeholder-green-100:last-child::-webkit-input-placeholder {
    color: #f0fff4;
  }

  .md\:last\:placeholder-green-100:last-child::-moz-placeholder {
    color: #f0fff4;
  }

  .md\:last\:placeholder-green-100:last-child:-ms-input-placeholder {
    color: #f0fff4;
  }

  .md\:last\:placeholder-green-100:last-child::-ms-input-placeholder {
    color: #f0fff4;
  }

  .md\:last\:placeholder-green-100:last-child::placeholder {
    color: #f0fff4;
  }

  .md\:last\:placeholder-green-200:last-child::-webkit-input-placeholder {
    color: #c6f6d5;
  }

  .md\:last\:placeholder-green-200:last-child::-moz-placeholder {
    color: #c6f6d5;
  }

  .md\:last\:placeholder-green-200:last-child:-ms-input-placeholder {
    color: #c6f6d5;
  }

  .md\:last\:placeholder-green-200:last-child::-ms-input-placeholder {
    color: #c6f6d5;
  }

  .md\:last\:placeholder-green-200:last-child::placeholder {
    color: #c6f6d5;
  }

  .md\:last\:placeholder-green-300:last-child::-webkit-input-placeholder {
    color: #9ae6b4;
  }

  .md\:last\:placeholder-green-300:last-child::-moz-placeholder {
    color: #9ae6b4;
  }

  .md\:last\:placeholder-green-300:last-child:-ms-input-placeholder {
    color: #9ae6b4;
  }

  .md\:last\:placeholder-green-300:last-child::-ms-input-placeholder {
    color: #9ae6b4;
  }

  .md\:last\:placeholder-green-300:last-child::placeholder {
    color: #9ae6b4;
  }

  .md\:last\:placeholder-green-400:last-child::-webkit-input-placeholder {
    color: #68d391;
  }

  .md\:last\:placeholder-green-400:last-child::-moz-placeholder {
    color: #68d391;
  }

  .md\:last\:placeholder-green-400:last-child:-ms-input-placeholder {
    color: #68d391;
  }

  .md\:last\:placeholder-green-400:last-child::-ms-input-placeholder {
    color: #68d391;
  }

  .md\:last\:placeholder-green-400:last-child::placeholder {
    color: #68d391;
  }

  .md\:last\:placeholder-green-500:last-child::-webkit-input-placeholder {
    color: #48bb78;
  }

  .md\:last\:placeholder-green-500:last-child::-moz-placeholder {
    color: #48bb78;
  }

  .md\:last\:placeholder-green-500:last-child:-ms-input-placeholder {
    color: #48bb78;
  }

  .md\:last\:placeholder-green-500:last-child::-ms-input-placeholder {
    color: #48bb78;
  }

  .md\:last\:placeholder-green-500:last-child::placeholder {
    color: #48bb78;
  }

  .md\:last\:placeholder-green-600:last-child::-webkit-input-placeholder {
    color: #38a169;
  }

  .md\:last\:placeholder-green-600:last-child::-moz-placeholder {
    color: #38a169;
  }

  .md\:last\:placeholder-green-600:last-child:-ms-input-placeholder {
    color: #38a169;
  }

  .md\:last\:placeholder-green-600:last-child::-ms-input-placeholder {
    color: #38a169;
  }

  .md\:last\:placeholder-green-600:last-child::placeholder {
    color: #38a169;
  }

  .md\:last\:placeholder-green-700:last-child::-webkit-input-placeholder {
    color: #2f855a;
  }

  .md\:last\:placeholder-green-700:last-child::-moz-placeholder {
    color: #2f855a;
  }

  .md\:last\:placeholder-green-700:last-child:-ms-input-placeholder {
    color: #2f855a;
  }

  .md\:last\:placeholder-green-700:last-child::-ms-input-placeholder {
    color: #2f855a;
  }

  .md\:last\:placeholder-green-700:last-child::placeholder {
    color: #2f855a;
  }

  .md\:last\:placeholder-green-800:last-child::-webkit-input-placeholder {
    color: #276749;
  }

  .md\:last\:placeholder-green-800:last-child::-moz-placeholder {
    color: #276749;
  }

  .md\:last\:placeholder-green-800:last-child:-ms-input-placeholder {
    color: #276749;
  }

  .md\:last\:placeholder-green-800:last-child::-ms-input-placeholder {
    color: #276749;
  }

  .md\:last\:placeholder-green-800:last-child::placeholder {
    color: #276749;
  }

  .md\:last\:placeholder-green-900:last-child::-webkit-input-placeholder {
    color: #22543d;
  }

  .md\:last\:placeholder-green-900:last-child::-moz-placeholder {
    color: #22543d;
  }

  .md\:last\:placeholder-green-900:last-child:-ms-input-placeholder {
    color: #22543d;
  }

  .md\:last\:placeholder-green-900:last-child::-ms-input-placeholder {
    color: #22543d;
  }

  .md\:last\:placeholder-green-900:last-child::placeholder {
    color: #22543d;
  }

  .md\:last\:placeholder-teal-100:last-child::-webkit-input-placeholder {
    color: #e6fffa;
  }

  .md\:last\:placeholder-teal-100:last-child::-moz-placeholder {
    color: #e6fffa;
  }

  .md\:last\:placeholder-teal-100:last-child:-ms-input-placeholder {
    color: #e6fffa;
  }

  .md\:last\:placeholder-teal-100:last-child::-ms-input-placeholder {
    color: #e6fffa;
  }

  .md\:last\:placeholder-teal-100:last-child::placeholder {
    color: #e6fffa;
  }

  .md\:last\:placeholder-teal-200:last-child::-webkit-input-placeholder {
    color: #b2f5ea;
  }

  .md\:last\:placeholder-teal-200:last-child::-moz-placeholder {
    color: #b2f5ea;
  }

  .md\:last\:placeholder-teal-200:last-child:-ms-input-placeholder {
    color: #b2f5ea;
  }

  .md\:last\:placeholder-teal-200:last-child::-ms-input-placeholder {
    color: #b2f5ea;
  }

  .md\:last\:placeholder-teal-200:last-child::placeholder {
    color: #b2f5ea;
  }

  .md\:last\:placeholder-teal-300:last-child::-webkit-input-placeholder {
    color: #81e6d9;
  }

  .md\:last\:placeholder-teal-300:last-child::-moz-placeholder {
    color: #81e6d9;
  }

  .md\:last\:placeholder-teal-300:last-child:-ms-input-placeholder {
    color: #81e6d9;
  }

  .md\:last\:placeholder-teal-300:last-child::-ms-input-placeholder {
    color: #81e6d9;
  }

  .md\:last\:placeholder-teal-300:last-child::placeholder {
    color: #81e6d9;
  }

  .md\:last\:placeholder-teal-400:last-child::-webkit-input-placeholder {
    color: #4fd1c5;
  }

  .md\:last\:placeholder-teal-400:last-child::-moz-placeholder {
    color: #4fd1c5;
  }

  .md\:last\:placeholder-teal-400:last-child:-ms-input-placeholder {
    color: #4fd1c5;
  }

  .md\:last\:placeholder-teal-400:last-child::-ms-input-placeholder {
    color: #4fd1c5;
  }

  .md\:last\:placeholder-teal-400:last-child::placeholder {
    color: #4fd1c5;
  }

  .md\:last\:placeholder-teal-500:last-child::-webkit-input-placeholder {
    color: #38b2ac;
  }

  .md\:last\:placeholder-teal-500:last-child::-moz-placeholder {
    color: #38b2ac;
  }

  .md\:last\:placeholder-teal-500:last-child:-ms-input-placeholder {
    color: #38b2ac;
  }

  .md\:last\:placeholder-teal-500:last-child::-ms-input-placeholder {
    color: #38b2ac;
  }

  .md\:last\:placeholder-teal-500:last-child::placeholder {
    color: #38b2ac;
  }

  .md\:last\:placeholder-teal-600:last-child::-webkit-input-placeholder {
    color: #319795;
  }

  .md\:last\:placeholder-teal-600:last-child::-moz-placeholder {
    color: #319795;
  }

  .md\:last\:placeholder-teal-600:last-child:-ms-input-placeholder {
    color: #319795;
  }

  .md\:last\:placeholder-teal-600:last-child::-ms-input-placeholder {
    color: #319795;
  }

  .md\:last\:placeholder-teal-600:last-child::placeholder {
    color: #319795;
  }

  .md\:last\:placeholder-teal-700:last-child::-webkit-input-placeholder {
    color: #2c7a7b;
  }

  .md\:last\:placeholder-teal-700:last-child::-moz-placeholder {
    color: #2c7a7b;
  }

  .md\:last\:placeholder-teal-700:last-child:-ms-input-placeholder {
    color: #2c7a7b;
  }

  .md\:last\:placeholder-teal-700:last-child::-ms-input-placeholder {
    color: #2c7a7b;
  }

  .md\:last\:placeholder-teal-700:last-child::placeholder {
    color: #2c7a7b;
  }

  .md\:last\:placeholder-teal-800:last-child::-webkit-input-placeholder {
    color: #285e61;
  }

  .md\:last\:placeholder-teal-800:last-child::-moz-placeholder {
    color: #285e61;
  }

  .md\:last\:placeholder-teal-800:last-child:-ms-input-placeholder {
    color: #285e61;
  }

  .md\:last\:placeholder-teal-800:last-child::-ms-input-placeholder {
    color: #285e61;
  }

  .md\:last\:placeholder-teal-800:last-child::placeholder {
    color: #285e61;
  }

  .md\:last\:placeholder-teal-900:last-child::-webkit-input-placeholder {
    color: #234e52;
  }

  .md\:last\:placeholder-teal-900:last-child::-moz-placeholder {
    color: #234e52;
  }

  .md\:last\:placeholder-teal-900:last-child:-ms-input-placeholder {
    color: #234e52;
  }

  .md\:last\:placeholder-teal-900:last-child::-ms-input-placeholder {
    color: #234e52;
  }

  .md\:last\:placeholder-teal-900:last-child::placeholder {
    color: #234e52;
  }

  .md\:last\:placeholder-blue-100:last-child::-webkit-input-placeholder {
    color: #ebf8ff;
  }

  .md\:last\:placeholder-blue-100:last-child::-moz-placeholder {
    color: #ebf8ff;
  }

  .md\:last\:placeholder-blue-100:last-child:-ms-input-placeholder {
    color: #ebf8ff;
  }

  .md\:last\:placeholder-blue-100:last-child::-ms-input-placeholder {
    color: #ebf8ff;
  }

  .md\:last\:placeholder-blue-100:last-child::placeholder {
    color: #ebf8ff;
  }

  .md\:last\:placeholder-blue-200:last-child::-webkit-input-placeholder {
    color: #bee3f8;
  }

  .md\:last\:placeholder-blue-200:last-child::-moz-placeholder {
    color: #bee3f8;
  }

  .md\:last\:placeholder-blue-200:last-child:-ms-input-placeholder {
    color: #bee3f8;
  }

  .md\:last\:placeholder-blue-200:last-child::-ms-input-placeholder {
    color: #bee3f8;
  }

  .md\:last\:placeholder-blue-200:last-child::placeholder {
    color: #bee3f8;
  }

  .md\:last\:placeholder-blue-300:last-child::-webkit-input-placeholder {
    color: #90cdf4;
  }

  .md\:last\:placeholder-blue-300:last-child::-moz-placeholder {
    color: #90cdf4;
  }

  .md\:last\:placeholder-blue-300:last-child:-ms-input-placeholder {
    color: #90cdf4;
  }

  .md\:last\:placeholder-blue-300:last-child::-ms-input-placeholder {
    color: #90cdf4;
  }

  .md\:last\:placeholder-blue-300:last-child::placeholder {
    color: #90cdf4;
  }

  .md\:last\:placeholder-blue-400:last-child::-webkit-input-placeholder {
    color: #63b3ed;
  }

  .md\:last\:placeholder-blue-400:last-child::-moz-placeholder {
    color: #63b3ed;
  }

  .md\:last\:placeholder-blue-400:last-child:-ms-input-placeholder {
    color: #63b3ed;
  }

  .md\:last\:placeholder-blue-400:last-child::-ms-input-placeholder {
    color: #63b3ed;
  }

  .md\:last\:placeholder-blue-400:last-child::placeholder {
    color: #63b3ed;
  }

  .md\:last\:placeholder-blue-500:last-child::-webkit-input-placeholder {
    color: #4299e1;
  }

  .md\:last\:placeholder-blue-500:last-child::-moz-placeholder {
    color: #4299e1;
  }

  .md\:last\:placeholder-blue-500:last-child:-ms-input-placeholder {
    color: #4299e1;
  }

  .md\:last\:placeholder-blue-500:last-child::-ms-input-placeholder {
    color: #4299e1;
  }

  .md\:last\:placeholder-blue-500:last-child::placeholder {
    color: #4299e1;
  }

  .md\:last\:placeholder-blue-600:last-child::-webkit-input-placeholder {
    color: #3182ce;
  }

  .md\:last\:placeholder-blue-600:last-child::-moz-placeholder {
    color: #3182ce;
  }

  .md\:last\:placeholder-blue-600:last-child:-ms-input-placeholder {
    color: #3182ce;
  }

  .md\:last\:placeholder-blue-600:last-child::-ms-input-placeholder {
    color: #3182ce;
  }

  .md\:last\:placeholder-blue-600:last-child::placeholder {
    color: #3182ce;
  }

  .md\:last\:placeholder-blue-700:last-child::-webkit-input-placeholder {
    color: #2b6cb0;
  }

  .md\:last\:placeholder-blue-700:last-child::-moz-placeholder {
    color: #2b6cb0;
  }

  .md\:last\:placeholder-blue-700:last-child:-ms-input-placeholder {
    color: #2b6cb0;
  }

  .md\:last\:placeholder-blue-700:last-child::-ms-input-placeholder {
    color: #2b6cb0;
  }

  .md\:last\:placeholder-blue-700:last-child::placeholder {
    color: #2b6cb0;
  }

  .md\:last\:placeholder-blue-800:last-child::-webkit-input-placeholder {
    color: #2c5282;
  }

  .md\:last\:placeholder-blue-800:last-child::-moz-placeholder {
    color: #2c5282;
  }

  .md\:last\:placeholder-blue-800:last-child:-ms-input-placeholder {
    color: #2c5282;
  }

  .md\:last\:placeholder-blue-800:last-child::-ms-input-placeholder {
    color: #2c5282;
  }

  .md\:last\:placeholder-blue-800:last-child::placeholder {
    color: #2c5282;
  }

  .md\:last\:placeholder-blue-900:last-child::-webkit-input-placeholder {
    color: #2a4365;
  }

  .md\:last\:placeholder-blue-900:last-child::-moz-placeholder {
    color: #2a4365;
  }

  .md\:last\:placeholder-blue-900:last-child:-ms-input-placeholder {
    color: #2a4365;
  }

  .md\:last\:placeholder-blue-900:last-child::-ms-input-placeholder {
    color: #2a4365;
  }

  .md\:last\:placeholder-blue-900:last-child::placeholder {
    color: #2a4365;
  }

  .md\:last\:placeholder-indigo-100:last-child::-webkit-input-placeholder {
    color: #ebf4ff;
  }

  .md\:last\:placeholder-indigo-100:last-child::-moz-placeholder {
    color: #ebf4ff;
  }

  .md\:last\:placeholder-indigo-100:last-child:-ms-input-placeholder {
    color: #ebf4ff;
  }

  .md\:last\:placeholder-indigo-100:last-child::-ms-input-placeholder {
    color: #ebf4ff;
  }

  .md\:last\:placeholder-indigo-100:last-child::placeholder {
    color: #ebf4ff;
  }

  .md\:last\:placeholder-indigo-200:last-child::-webkit-input-placeholder {
    color: #c3dafe;
  }

  .md\:last\:placeholder-indigo-200:last-child::-moz-placeholder {
    color: #c3dafe;
  }

  .md\:last\:placeholder-indigo-200:last-child:-ms-input-placeholder {
    color: #c3dafe;
  }

  .md\:last\:placeholder-indigo-200:last-child::-ms-input-placeholder {
    color: #c3dafe;
  }

  .md\:last\:placeholder-indigo-200:last-child::placeholder {
    color: #c3dafe;
  }

  .md\:last\:placeholder-indigo-300:last-child::-webkit-input-placeholder {
    color: #a3bffa;
  }

  .md\:last\:placeholder-indigo-300:last-child::-moz-placeholder {
    color: #a3bffa;
  }

  .md\:last\:placeholder-indigo-300:last-child:-ms-input-placeholder {
    color: #a3bffa;
  }

  .md\:last\:placeholder-indigo-300:last-child::-ms-input-placeholder {
    color: #a3bffa;
  }

  .md\:last\:placeholder-indigo-300:last-child::placeholder {
    color: #a3bffa;
  }

  .md\:last\:placeholder-indigo-400:last-child::-webkit-input-placeholder {
    color: #7f9cf5;
  }

  .md\:last\:placeholder-indigo-400:last-child::-moz-placeholder {
    color: #7f9cf5;
  }

  .md\:last\:placeholder-indigo-400:last-child:-ms-input-placeholder {
    color: #7f9cf5;
  }

  .md\:last\:placeholder-indigo-400:last-child::-ms-input-placeholder {
    color: #7f9cf5;
  }

  .md\:last\:placeholder-indigo-400:last-child::placeholder {
    color: #7f9cf5;
  }

  .md\:last\:placeholder-indigo-500:last-child::-webkit-input-placeholder {
    color: #667eea;
  }

  .md\:last\:placeholder-indigo-500:last-child::-moz-placeholder {
    color: #667eea;
  }

  .md\:last\:placeholder-indigo-500:last-child:-ms-input-placeholder {
    color: #667eea;
  }

  .md\:last\:placeholder-indigo-500:last-child::-ms-input-placeholder {
    color: #667eea;
  }

  .md\:last\:placeholder-indigo-500:last-child::placeholder {
    color: #667eea;
  }

  .md\:last\:placeholder-indigo-600:last-child::-webkit-input-placeholder {
    color: #5a67d8;
  }

  .md\:last\:placeholder-indigo-600:last-child::-moz-placeholder {
    color: #5a67d8;
  }

  .md\:last\:placeholder-indigo-600:last-child:-ms-input-placeholder {
    color: #5a67d8;
  }

  .md\:last\:placeholder-indigo-600:last-child::-ms-input-placeholder {
    color: #5a67d8;
  }

  .md\:last\:placeholder-indigo-600:last-child::placeholder {
    color: #5a67d8;
  }

  .md\:last\:placeholder-indigo-700:last-child::-webkit-input-placeholder {
    color: #4c51bf;
  }

  .md\:last\:placeholder-indigo-700:last-child::-moz-placeholder {
    color: #4c51bf;
  }

  .md\:last\:placeholder-indigo-700:last-child:-ms-input-placeholder {
    color: #4c51bf;
  }

  .md\:last\:placeholder-indigo-700:last-child::-ms-input-placeholder {
    color: #4c51bf;
  }

  .md\:last\:placeholder-indigo-700:last-child::placeholder {
    color: #4c51bf;
  }

  .md\:last\:placeholder-indigo-800:last-child::-webkit-input-placeholder {
    color: #434190;
  }

  .md\:last\:placeholder-indigo-800:last-child::-moz-placeholder {
    color: #434190;
  }

  .md\:last\:placeholder-indigo-800:last-child:-ms-input-placeholder {
    color: #434190;
  }

  .md\:last\:placeholder-indigo-800:last-child::-ms-input-placeholder {
    color: #434190;
  }

  .md\:last\:placeholder-indigo-800:last-child::placeholder {
    color: #434190;
  }

  .md\:last\:placeholder-indigo-900:last-child::-webkit-input-placeholder {
    color: #3c366b;
  }

  .md\:last\:placeholder-indigo-900:last-child::-moz-placeholder {
    color: #3c366b;
  }

  .md\:last\:placeholder-indigo-900:last-child:-ms-input-placeholder {
    color: #3c366b;
  }

  .md\:last\:placeholder-indigo-900:last-child::-ms-input-placeholder {
    color: #3c366b;
  }

  .md\:last\:placeholder-indigo-900:last-child::placeholder {
    color: #3c366b;
  }

  .md\:last\:placeholder-purple-100:last-child::-webkit-input-placeholder {
    color: #faf5ff;
  }

  .md\:last\:placeholder-purple-100:last-child::-moz-placeholder {
    color: #faf5ff;
  }

  .md\:last\:placeholder-purple-100:last-child:-ms-input-placeholder {
    color: #faf5ff;
  }

  .md\:last\:placeholder-purple-100:last-child::-ms-input-placeholder {
    color: #faf5ff;
  }

  .md\:last\:placeholder-purple-100:last-child::placeholder {
    color: #faf5ff;
  }

  .md\:last\:placeholder-purple-200:last-child::-webkit-input-placeholder {
    color: #e9d8fd;
  }

  .md\:last\:placeholder-purple-200:last-child::-moz-placeholder {
    color: #e9d8fd;
  }

  .md\:last\:placeholder-purple-200:last-child:-ms-input-placeholder {
    color: #e9d8fd;
  }

  .md\:last\:placeholder-purple-200:last-child::-ms-input-placeholder {
    color: #e9d8fd;
  }

  .md\:last\:placeholder-purple-200:last-child::placeholder {
    color: #e9d8fd;
  }

  .md\:last\:placeholder-purple-300:last-child::-webkit-input-placeholder {
    color: #d6bcfa;
  }

  .md\:last\:placeholder-purple-300:last-child::-moz-placeholder {
    color: #d6bcfa;
  }

  .md\:last\:placeholder-purple-300:last-child:-ms-input-placeholder {
    color: #d6bcfa;
  }

  .md\:last\:placeholder-purple-300:last-child::-ms-input-placeholder {
    color: #d6bcfa;
  }

  .md\:last\:placeholder-purple-300:last-child::placeholder {
    color: #d6bcfa;
  }

  .md\:last\:placeholder-purple-400:last-child::-webkit-input-placeholder {
    color: #b794f4;
  }

  .md\:last\:placeholder-purple-400:last-child::-moz-placeholder {
    color: #b794f4;
  }

  .md\:last\:placeholder-purple-400:last-child:-ms-input-placeholder {
    color: #b794f4;
  }

  .md\:last\:placeholder-purple-400:last-child::-ms-input-placeholder {
    color: #b794f4;
  }

  .md\:last\:placeholder-purple-400:last-child::placeholder {
    color: #b794f4;
  }

  .md\:last\:placeholder-purple-500:last-child::-webkit-input-placeholder {
    color: #9f7aea;
  }

  .md\:last\:placeholder-purple-500:last-child::-moz-placeholder {
    color: #9f7aea;
  }

  .md\:last\:placeholder-purple-500:last-child:-ms-input-placeholder {
    color: #9f7aea;
  }

  .md\:last\:placeholder-purple-500:last-child::-ms-input-placeholder {
    color: #9f7aea;
  }

  .md\:last\:placeholder-purple-500:last-child::placeholder {
    color: #9f7aea;
  }

  .md\:last\:placeholder-purple-600:last-child::-webkit-input-placeholder {
    color: #805ad5;
  }

  .md\:last\:placeholder-purple-600:last-child::-moz-placeholder {
    color: #805ad5;
  }

  .md\:last\:placeholder-purple-600:last-child:-ms-input-placeholder {
    color: #805ad5;
  }

  .md\:last\:placeholder-purple-600:last-child::-ms-input-placeholder {
    color: #805ad5;
  }

  .md\:last\:placeholder-purple-600:last-child::placeholder {
    color: #805ad5;
  }

  .md\:last\:placeholder-purple-700:last-child::-webkit-input-placeholder {
    color: #6b46c1;
  }

  .md\:last\:placeholder-purple-700:last-child::-moz-placeholder {
    color: #6b46c1;
  }

  .md\:last\:placeholder-purple-700:last-child:-ms-input-placeholder {
    color: #6b46c1;
  }

  .md\:last\:placeholder-purple-700:last-child::-ms-input-placeholder {
    color: #6b46c1;
  }

  .md\:last\:placeholder-purple-700:last-child::placeholder {
    color: #6b46c1;
  }

  .md\:last\:placeholder-purple-800:last-child::-webkit-input-placeholder {
    color: #553c9a;
  }

  .md\:last\:placeholder-purple-800:last-child::-moz-placeholder {
    color: #553c9a;
  }

  .md\:last\:placeholder-purple-800:last-child:-ms-input-placeholder {
    color: #553c9a;
  }

  .md\:last\:placeholder-purple-800:last-child::-ms-input-placeholder {
    color: #553c9a;
  }

  .md\:last\:placeholder-purple-800:last-child::placeholder {
    color: #553c9a;
  }

  .md\:last\:placeholder-purple-900:last-child::-webkit-input-placeholder {
    color: #44337a;
  }

  .md\:last\:placeholder-purple-900:last-child::-moz-placeholder {
    color: #44337a;
  }

  .md\:last\:placeholder-purple-900:last-child:-ms-input-placeholder {
    color: #44337a;
  }

  .md\:last\:placeholder-purple-900:last-child::-ms-input-placeholder {
    color: #44337a;
  }

  .md\:last\:placeholder-purple-900:last-child::placeholder {
    color: #44337a;
  }

  .md\:last\:placeholder-pink-100:last-child::-webkit-input-placeholder {
    color: #fff5f7;
  }

  .md\:last\:placeholder-pink-100:last-child::-moz-placeholder {
    color: #fff5f7;
  }

  .md\:last\:placeholder-pink-100:last-child:-ms-input-placeholder {
    color: #fff5f7;
  }

  .md\:last\:placeholder-pink-100:last-child::-ms-input-placeholder {
    color: #fff5f7;
  }

  .md\:last\:placeholder-pink-100:last-child::placeholder {
    color: #fff5f7;
  }

  .md\:last\:placeholder-pink-200:last-child::-webkit-input-placeholder {
    color: #fed7e2;
  }

  .md\:last\:placeholder-pink-200:last-child::-moz-placeholder {
    color: #fed7e2;
  }

  .md\:last\:placeholder-pink-200:last-child:-ms-input-placeholder {
    color: #fed7e2;
  }

  .md\:last\:placeholder-pink-200:last-child::-ms-input-placeholder {
    color: #fed7e2;
  }

  .md\:last\:placeholder-pink-200:last-child::placeholder {
    color: #fed7e2;
  }

  .md\:last\:placeholder-pink-300:last-child::-webkit-input-placeholder {
    color: #fbb6ce;
  }

  .md\:last\:placeholder-pink-300:last-child::-moz-placeholder {
    color: #fbb6ce;
  }

  .md\:last\:placeholder-pink-300:last-child:-ms-input-placeholder {
    color: #fbb6ce;
  }

  .md\:last\:placeholder-pink-300:last-child::-ms-input-placeholder {
    color: #fbb6ce;
  }

  .md\:last\:placeholder-pink-300:last-child::placeholder {
    color: #fbb6ce;
  }

  .md\:last\:placeholder-pink-400:last-child::-webkit-input-placeholder {
    color: #f687b3;
  }

  .md\:last\:placeholder-pink-400:last-child::-moz-placeholder {
    color: #f687b3;
  }

  .md\:last\:placeholder-pink-400:last-child:-ms-input-placeholder {
    color: #f687b3;
  }

  .md\:last\:placeholder-pink-400:last-child::-ms-input-placeholder {
    color: #f687b3;
  }

  .md\:last\:placeholder-pink-400:last-child::placeholder {
    color: #f687b3;
  }

  .md\:last\:placeholder-pink-500:last-child::-webkit-input-placeholder {
    color: #ed64a6;
  }

  .md\:last\:placeholder-pink-500:last-child::-moz-placeholder {
    color: #ed64a6;
  }

  .md\:last\:placeholder-pink-500:last-child:-ms-input-placeholder {
    color: #ed64a6;
  }

  .md\:last\:placeholder-pink-500:last-child::-ms-input-placeholder {
    color: #ed64a6;
  }

  .md\:last\:placeholder-pink-500:last-child::placeholder {
    color: #ed64a6;
  }

  .md\:last\:placeholder-pink-600:last-child::-webkit-input-placeholder {
    color: #d53f8c;
  }

  .md\:last\:placeholder-pink-600:last-child::-moz-placeholder {
    color: #d53f8c;
  }

  .md\:last\:placeholder-pink-600:last-child:-ms-input-placeholder {
    color: #d53f8c;
  }

  .md\:last\:placeholder-pink-600:last-child::-ms-input-placeholder {
    color: #d53f8c;
  }

  .md\:last\:placeholder-pink-600:last-child::placeholder {
    color: #d53f8c;
  }

  .md\:last\:placeholder-pink-700:last-child::-webkit-input-placeholder {
    color: #b83280;
  }

  .md\:last\:placeholder-pink-700:last-child::-moz-placeholder {
    color: #b83280;
  }

  .md\:last\:placeholder-pink-700:last-child:-ms-input-placeholder {
    color: #b83280;
  }

  .md\:last\:placeholder-pink-700:last-child::-ms-input-placeholder {
    color: #b83280;
  }

  .md\:last\:placeholder-pink-700:last-child::placeholder {
    color: #b83280;
  }

  .md\:last\:placeholder-pink-800:last-child::-webkit-input-placeholder {
    color: #97266d;
  }

  .md\:last\:placeholder-pink-800:last-child::-moz-placeholder {
    color: #97266d;
  }

  .md\:last\:placeholder-pink-800:last-child:-ms-input-placeholder {
    color: #97266d;
  }

  .md\:last\:placeholder-pink-800:last-child::-ms-input-placeholder {
    color: #97266d;
  }

  .md\:last\:placeholder-pink-800:last-child::placeholder {
    color: #97266d;
  }

  .md\:last\:placeholder-pink-900:last-child::-webkit-input-placeholder {
    color: #702459;
  }

  .md\:last\:placeholder-pink-900:last-child::-moz-placeholder {
    color: #702459;
  }

  .md\:last\:placeholder-pink-900:last-child:-ms-input-placeholder {
    color: #702459;
  }

  .md\:last\:placeholder-pink-900:last-child::-ms-input-placeholder {
    color: #702459;
  }

  .md\:last\:placeholder-pink-900:last-child::placeholder {
    color: #702459;
  }

  .md\:odd\:placeholder-transparent:nth-child(odd)::-webkit-input-placeholder {
    color: transparent;
  }

  .md\:odd\:placeholder-transparent:nth-child(odd)::-moz-placeholder {
    color: transparent;
  }

  .md\:odd\:placeholder-transparent:nth-child(odd):-ms-input-placeholder {
    color: transparent;
  }

  .md\:odd\:placeholder-transparent:nth-child(odd)::-ms-input-placeholder {
    color: transparent;
  }

  .md\:odd\:placeholder-transparent:nth-child(odd)::placeholder {
    color: transparent;
  }

  .md\:odd\:placeholder-black:nth-child(odd)::-webkit-input-placeholder {
    color: #000;
  }

  .md\:odd\:placeholder-black:nth-child(odd)::-moz-placeholder {
    color: #000;
  }

  .md\:odd\:placeholder-black:nth-child(odd):-ms-input-placeholder {
    color: #000;
  }

  .md\:odd\:placeholder-black:nth-child(odd)::-ms-input-placeholder {
    color: #000;
  }

  .md\:odd\:placeholder-black:nth-child(odd)::placeholder {
    color: #000;
  }

  .md\:odd\:placeholder-white:nth-child(odd)::-webkit-input-placeholder {
    color: #fff;
  }

  .md\:odd\:placeholder-white:nth-child(odd)::-moz-placeholder {
    color: #fff;
  }

  .md\:odd\:placeholder-white:nth-child(odd):-ms-input-placeholder {
    color: #fff;
  }

  .md\:odd\:placeholder-white:nth-child(odd)::-ms-input-placeholder {
    color: #fff;
  }

  .md\:odd\:placeholder-white:nth-child(odd)::placeholder {
    color: #fff;
  }

  .md\:odd\:placeholder-gray-100:nth-child(odd)::-webkit-input-placeholder {
    color: #f7fafc;
  }

  .md\:odd\:placeholder-gray-100:nth-child(odd)::-moz-placeholder {
    color: #f7fafc;
  }

  .md\:odd\:placeholder-gray-100:nth-child(odd):-ms-input-placeholder {
    color: #f7fafc;
  }

  .md\:odd\:placeholder-gray-100:nth-child(odd)::-ms-input-placeholder {
    color: #f7fafc;
  }

  .md\:odd\:placeholder-gray-100:nth-child(odd)::placeholder {
    color: #f7fafc;
  }

  .md\:odd\:placeholder-gray-200:nth-child(odd)::-webkit-input-placeholder {
    color: #edf2f7;
  }

  .md\:odd\:placeholder-gray-200:nth-child(odd)::-moz-placeholder {
    color: #edf2f7;
  }

  .md\:odd\:placeholder-gray-200:nth-child(odd):-ms-input-placeholder {
    color: #edf2f7;
  }

  .md\:odd\:placeholder-gray-200:nth-child(odd)::-ms-input-placeholder {
    color: #edf2f7;
  }

  .md\:odd\:placeholder-gray-200:nth-child(odd)::placeholder {
    color: #edf2f7;
  }

  .md\:odd\:placeholder-gray-300:nth-child(odd)::-webkit-input-placeholder {
    color: #e2e8f0;
  }

  .md\:odd\:placeholder-gray-300:nth-child(odd)::-moz-placeholder {
    color: #e2e8f0;
  }

  .md\:odd\:placeholder-gray-300:nth-child(odd):-ms-input-placeholder {
    color: #e2e8f0;
  }

  .md\:odd\:placeholder-gray-300:nth-child(odd)::-ms-input-placeholder {
    color: #e2e8f0;
  }

  .md\:odd\:placeholder-gray-300:nth-child(odd)::placeholder {
    color: #e2e8f0;
  }

  .md\:odd\:placeholder-gray-400:nth-child(odd)::-webkit-input-placeholder {
    color: #cbd5e0;
  }

  .md\:odd\:placeholder-gray-400:nth-child(odd)::-moz-placeholder {
    color: #cbd5e0;
  }

  .md\:odd\:placeholder-gray-400:nth-child(odd):-ms-input-placeholder {
    color: #cbd5e0;
  }

  .md\:odd\:placeholder-gray-400:nth-child(odd)::-ms-input-placeholder {
    color: #cbd5e0;
  }

  .md\:odd\:placeholder-gray-400:nth-child(odd)::placeholder {
    color: #cbd5e0;
  }

  .md\:odd\:placeholder-gray-500:nth-child(odd)::-webkit-input-placeholder {
    color: #a0aec0;
  }

  .md\:odd\:placeholder-gray-500:nth-child(odd)::-moz-placeholder {
    color: #a0aec0;
  }

  .md\:odd\:placeholder-gray-500:nth-child(odd):-ms-input-placeholder {
    color: #a0aec0;
  }

  .md\:odd\:placeholder-gray-500:nth-child(odd)::-ms-input-placeholder {
    color: #a0aec0;
  }

  .md\:odd\:placeholder-gray-500:nth-child(odd)::placeholder {
    color: #a0aec0;
  }

  .md\:odd\:placeholder-gray-600:nth-child(odd)::-webkit-input-placeholder {
    color: #718096;
  }

  .md\:odd\:placeholder-gray-600:nth-child(odd)::-moz-placeholder {
    color: #718096;
  }

  .md\:odd\:placeholder-gray-600:nth-child(odd):-ms-input-placeholder {
    color: #718096;
  }

  .md\:odd\:placeholder-gray-600:nth-child(odd)::-ms-input-placeholder {
    color: #718096;
  }

  .md\:odd\:placeholder-gray-600:nth-child(odd)::placeholder {
    color: #718096;
  }

  .md\:odd\:placeholder-gray-700:nth-child(odd)::-webkit-input-placeholder {
    color: #4a5568;
  }

  .md\:odd\:placeholder-gray-700:nth-child(odd)::-moz-placeholder {
    color: #4a5568;
  }

  .md\:odd\:placeholder-gray-700:nth-child(odd):-ms-input-placeholder {
    color: #4a5568;
  }

  .md\:odd\:placeholder-gray-700:nth-child(odd)::-ms-input-placeholder {
    color: #4a5568;
  }

  .md\:odd\:placeholder-gray-700:nth-child(odd)::placeholder {
    color: #4a5568;
  }

  .md\:odd\:placeholder-gray-800:nth-child(odd)::-webkit-input-placeholder {
    color: #2d3748;
  }

  .md\:odd\:placeholder-gray-800:nth-child(odd)::-moz-placeholder {
    color: #2d3748;
  }

  .md\:odd\:placeholder-gray-800:nth-child(odd):-ms-input-placeholder {
    color: #2d3748;
  }

  .md\:odd\:placeholder-gray-800:nth-child(odd)::-ms-input-placeholder {
    color: #2d3748;
  }

  .md\:odd\:placeholder-gray-800:nth-child(odd)::placeholder {
    color: #2d3748;
  }

  .md\:odd\:placeholder-gray-900:nth-child(odd)::-webkit-input-placeholder {
    color: #1a202c;
  }

  .md\:odd\:placeholder-gray-900:nth-child(odd)::-moz-placeholder {
    color: #1a202c;
  }

  .md\:odd\:placeholder-gray-900:nth-child(odd):-ms-input-placeholder {
    color: #1a202c;
  }

  .md\:odd\:placeholder-gray-900:nth-child(odd)::-ms-input-placeholder {
    color: #1a202c;
  }

  .md\:odd\:placeholder-gray-900:nth-child(odd)::placeholder {
    color: #1a202c;
  }

  .md\:odd\:placeholder-red-100:nth-child(odd)::-webkit-input-placeholder {
    color: #fff5f5;
  }

  .md\:odd\:placeholder-red-100:nth-child(odd)::-moz-placeholder {
    color: #fff5f5;
  }

  .md\:odd\:placeholder-red-100:nth-child(odd):-ms-input-placeholder {
    color: #fff5f5;
  }

  .md\:odd\:placeholder-red-100:nth-child(odd)::-ms-input-placeholder {
    color: #fff5f5;
  }

  .md\:odd\:placeholder-red-100:nth-child(odd)::placeholder {
    color: #fff5f5;
  }

  .md\:odd\:placeholder-red-200:nth-child(odd)::-webkit-input-placeholder {
    color: #fed7d7;
  }

  .md\:odd\:placeholder-red-200:nth-child(odd)::-moz-placeholder {
    color: #fed7d7;
  }

  .md\:odd\:placeholder-red-200:nth-child(odd):-ms-input-placeholder {
    color: #fed7d7;
  }

  .md\:odd\:placeholder-red-200:nth-child(odd)::-ms-input-placeholder {
    color: #fed7d7;
  }

  .md\:odd\:placeholder-red-200:nth-child(odd)::placeholder {
    color: #fed7d7;
  }

  .md\:odd\:placeholder-red-300:nth-child(odd)::-webkit-input-placeholder {
    color: #feb2b2;
  }

  .md\:odd\:placeholder-red-300:nth-child(odd)::-moz-placeholder {
    color: #feb2b2;
  }

  .md\:odd\:placeholder-red-300:nth-child(odd):-ms-input-placeholder {
    color: #feb2b2;
  }

  .md\:odd\:placeholder-red-300:nth-child(odd)::-ms-input-placeholder {
    color: #feb2b2;
  }

  .md\:odd\:placeholder-red-300:nth-child(odd)::placeholder {
    color: #feb2b2;
  }

  .md\:odd\:placeholder-red-400:nth-child(odd)::-webkit-input-placeholder {
    color: #fc8181;
  }

  .md\:odd\:placeholder-red-400:nth-child(odd)::-moz-placeholder {
    color: #fc8181;
  }

  .md\:odd\:placeholder-red-400:nth-child(odd):-ms-input-placeholder {
    color: #fc8181;
  }

  .md\:odd\:placeholder-red-400:nth-child(odd)::-ms-input-placeholder {
    color: #fc8181;
  }

  .md\:odd\:placeholder-red-400:nth-child(odd)::placeholder {
    color: #fc8181;
  }

  .md\:odd\:placeholder-red-500:nth-child(odd)::-webkit-input-placeholder {
    color: #f56565;
  }

  .md\:odd\:placeholder-red-500:nth-child(odd)::-moz-placeholder {
    color: #f56565;
  }

  .md\:odd\:placeholder-red-500:nth-child(odd):-ms-input-placeholder {
    color: #f56565;
  }

  .md\:odd\:placeholder-red-500:nth-child(odd)::-ms-input-placeholder {
    color: #f56565;
  }

  .md\:odd\:placeholder-red-500:nth-child(odd)::placeholder {
    color: #f56565;
  }

  .md\:odd\:placeholder-red-600:nth-child(odd)::-webkit-input-placeholder {
    color: #e53e3e;
  }

  .md\:odd\:placeholder-red-600:nth-child(odd)::-moz-placeholder {
    color: #e53e3e;
  }

  .md\:odd\:placeholder-red-600:nth-child(odd):-ms-input-placeholder {
    color: #e53e3e;
  }

  .md\:odd\:placeholder-red-600:nth-child(odd)::-ms-input-placeholder {
    color: #e53e3e;
  }

  .md\:odd\:placeholder-red-600:nth-child(odd)::placeholder {
    color: #e53e3e;
  }

  .md\:odd\:placeholder-red-700:nth-child(odd)::-webkit-input-placeholder {
    color: #c53030;
  }

  .md\:odd\:placeholder-red-700:nth-child(odd)::-moz-placeholder {
    color: #c53030;
  }

  .md\:odd\:placeholder-red-700:nth-child(odd):-ms-input-placeholder {
    color: #c53030;
  }

  .md\:odd\:placeholder-red-700:nth-child(odd)::-ms-input-placeholder {
    color: #c53030;
  }

  .md\:odd\:placeholder-red-700:nth-child(odd)::placeholder {
    color: #c53030;
  }

  .md\:odd\:placeholder-red-800:nth-child(odd)::-webkit-input-placeholder {
    color: #9b2c2c;
  }

  .md\:odd\:placeholder-red-800:nth-child(odd)::-moz-placeholder {
    color: #9b2c2c;
  }

  .md\:odd\:placeholder-red-800:nth-child(odd):-ms-input-placeholder {
    color: #9b2c2c;
  }

  .md\:odd\:placeholder-red-800:nth-child(odd)::-ms-input-placeholder {
    color: #9b2c2c;
  }

  .md\:odd\:placeholder-red-800:nth-child(odd)::placeholder {
    color: #9b2c2c;
  }

  .md\:odd\:placeholder-red-900:nth-child(odd)::-webkit-input-placeholder {
    color: #742a2a;
  }

  .md\:odd\:placeholder-red-900:nth-child(odd)::-moz-placeholder {
    color: #742a2a;
  }

  .md\:odd\:placeholder-red-900:nth-child(odd):-ms-input-placeholder {
    color: #742a2a;
  }

  .md\:odd\:placeholder-red-900:nth-child(odd)::-ms-input-placeholder {
    color: #742a2a;
  }

  .md\:odd\:placeholder-red-900:nth-child(odd)::placeholder {
    color: #742a2a;
  }

  .md\:odd\:placeholder-orange-100:nth-child(odd)::-webkit-input-placeholder {
    color: #fffaf0;
  }

  .md\:odd\:placeholder-orange-100:nth-child(odd)::-moz-placeholder {
    color: #fffaf0;
  }

  .md\:odd\:placeholder-orange-100:nth-child(odd):-ms-input-placeholder {
    color: #fffaf0;
  }

  .md\:odd\:placeholder-orange-100:nth-child(odd)::-ms-input-placeholder {
    color: #fffaf0;
  }

  .md\:odd\:placeholder-orange-100:nth-child(odd)::placeholder {
    color: #fffaf0;
  }

  .md\:odd\:placeholder-orange-200:nth-child(odd)::-webkit-input-placeholder {
    color: #feebc8;
  }

  .md\:odd\:placeholder-orange-200:nth-child(odd)::-moz-placeholder {
    color: #feebc8;
  }

  .md\:odd\:placeholder-orange-200:nth-child(odd):-ms-input-placeholder {
    color: #feebc8;
  }

  .md\:odd\:placeholder-orange-200:nth-child(odd)::-ms-input-placeholder {
    color: #feebc8;
  }

  .md\:odd\:placeholder-orange-200:nth-child(odd)::placeholder {
    color: #feebc8;
  }

  .md\:odd\:placeholder-orange-300:nth-child(odd)::-webkit-input-placeholder {
    color: #fbd38d;
  }

  .md\:odd\:placeholder-orange-300:nth-child(odd)::-moz-placeholder {
    color: #fbd38d;
  }

  .md\:odd\:placeholder-orange-300:nth-child(odd):-ms-input-placeholder {
    color: #fbd38d;
  }

  .md\:odd\:placeholder-orange-300:nth-child(odd)::-ms-input-placeholder {
    color: #fbd38d;
  }

  .md\:odd\:placeholder-orange-300:nth-child(odd)::placeholder {
    color: #fbd38d;
  }

  .md\:odd\:placeholder-orange-400:nth-child(odd)::-webkit-input-placeholder {
    color: #f6ad55;
  }

  .md\:odd\:placeholder-orange-400:nth-child(odd)::-moz-placeholder {
    color: #f6ad55;
  }

  .md\:odd\:placeholder-orange-400:nth-child(odd):-ms-input-placeholder {
    color: #f6ad55;
  }

  .md\:odd\:placeholder-orange-400:nth-child(odd)::-ms-input-placeholder {
    color: #f6ad55;
  }

  .md\:odd\:placeholder-orange-400:nth-child(odd)::placeholder {
    color: #f6ad55;
  }

  .md\:odd\:placeholder-orange-500:nth-child(odd)::-webkit-input-placeholder {
    color: #ed8936;
  }

  .md\:odd\:placeholder-orange-500:nth-child(odd)::-moz-placeholder {
    color: #ed8936;
  }

  .md\:odd\:placeholder-orange-500:nth-child(odd):-ms-input-placeholder {
    color: #ed8936;
  }

  .md\:odd\:placeholder-orange-500:nth-child(odd)::-ms-input-placeholder {
    color: #ed8936;
  }

  .md\:odd\:placeholder-orange-500:nth-child(odd)::placeholder {
    color: #ed8936;
  }

  .md\:odd\:placeholder-orange-600:nth-child(odd)::-webkit-input-placeholder {
    color: #dd6b20;
  }

  .md\:odd\:placeholder-orange-600:nth-child(odd)::-moz-placeholder {
    color: #dd6b20;
  }

  .md\:odd\:placeholder-orange-600:nth-child(odd):-ms-input-placeholder {
    color: #dd6b20;
  }

  .md\:odd\:placeholder-orange-600:nth-child(odd)::-ms-input-placeholder {
    color: #dd6b20;
  }

  .md\:odd\:placeholder-orange-600:nth-child(odd)::placeholder {
    color: #dd6b20;
  }

  .md\:odd\:placeholder-orange-700:nth-child(odd)::-webkit-input-placeholder {
    color: #c05621;
  }

  .md\:odd\:placeholder-orange-700:nth-child(odd)::-moz-placeholder {
    color: #c05621;
  }

  .md\:odd\:placeholder-orange-700:nth-child(odd):-ms-input-placeholder {
    color: #c05621;
  }

  .md\:odd\:placeholder-orange-700:nth-child(odd)::-ms-input-placeholder {
    color: #c05621;
  }

  .md\:odd\:placeholder-orange-700:nth-child(odd)::placeholder {
    color: #c05621;
  }

  .md\:odd\:placeholder-orange-800:nth-child(odd)::-webkit-input-placeholder {
    color: #9c4221;
  }

  .md\:odd\:placeholder-orange-800:nth-child(odd)::-moz-placeholder {
    color: #9c4221;
  }

  .md\:odd\:placeholder-orange-800:nth-child(odd):-ms-input-placeholder {
    color: #9c4221;
  }

  .md\:odd\:placeholder-orange-800:nth-child(odd)::-ms-input-placeholder {
    color: #9c4221;
  }

  .md\:odd\:placeholder-orange-800:nth-child(odd)::placeholder {
    color: #9c4221;
  }

  .md\:odd\:placeholder-orange-900:nth-child(odd)::-webkit-input-placeholder {
    color: #7b341e;
  }

  .md\:odd\:placeholder-orange-900:nth-child(odd)::-moz-placeholder {
    color: #7b341e;
  }

  .md\:odd\:placeholder-orange-900:nth-child(odd):-ms-input-placeholder {
    color: #7b341e;
  }

  .md\:odd\:placeholder-orange-900:nth-child(odd)::-ms-input-placeholder {
    color: #7b341e;
  }

  .md\:odd\:placeholder-orange-900:nth-child(odd)::placeholder {
    color: #7b341e;
  }

  .md\:odd\:placeholder-yellow-100:nth-child(odd)::-webkit-input-placeholder {
    color: #fffff0;
  }

  .md\:odd\:placeholder-yellow-100:nth-child(odd)::-moz-placeholder {
    color: #fffff0;
  }

  .md\:odd\:placeholder-yellow-100:nth-child(odd):-ms-input-placeholder {
    color: #fffff0;
  }

  .md\:odd\:placeholder-yellow-100:nth-child(odd)::-ms-input-placeholder {
    color: #fffff0;
  }

  .md\:odd\:placeholder-yellow-100:nth-child(odd)::placeholder {
    color: #fffff0;
  }

  .md\:odd\:placeholder-yellow-200:nth-child(odd)::-webkit-input-placeholder {
    color: #fefcbf;
  }

  .md\:odd\:placeholder-yellow-200:nth-child(odd)::-moz-placeholder {
    color: #fefcbf;
  }

  .md\:odd\:placeholder-yellow-200:nth-child(odd):-ms-input-placeholder {
    color: #fefcbf;
  }

  .md\:odd\:placeholder-yellow-200:nth-child(odd)::-ms-input-placeholder {
    color: #fefcbf;
  }

  .md\:odd\:placeholder-yellow-200:nth-child(odd)::placeholder {
    color: #fefcbf;
  }

  .md\:odd\:placeholder-yellow-300:nth-child(odd)::-webkit-input-placeholder {
    color: #faf089;
  }

  .md\:odd\:placeholder-yellow-300:nth-child(odd)::-moz-placeholder {
    color: #faf089;
  }

  .md\:odd\:placeholder-yellow-300:nth-child(odd):-ms-input-placeholder {
    color: #faf089;
  }

  .md\:odd\:placeholder-yellow-300:nth-child(odd)::-ms-input-placeholder {
    color: #faf089;
  }

  .md\:odd\:placeholder-yellow-300:nth-child(odd)::placeholder {
    color: #faf089;
  }

  .md\:odd\:placeholder-yellow-400:nth-child(odd)::-webkit-input-placeholder {
    color: #f6e05e;
  }

  .md\:odd\:placeholder-yellow-400:nth-child(odd)::-moz-placeholder {
    color: #f6e05e;
  }

  .md\:odd\:placeholder-yellow-400:nth-child(odd):-ms-input-placeholder {
    color: #f6e05e;
  }

  .md\:odd\:placeholder-yellow-400:nth-child(odd)::-ms-input-placeholder {
    color: #f6e05e;
  }

  .md\:odd\:placeholder-yellow-400:nth-child(odd)::placeholder {
    color: #f6e05e;
  }

  .md\:odd\:placeholder-yellow-500:nth-child(odd)::-webkit-input-placeholder {
    color: #ecc94b;
  }

  .md\:odd\:placeholder-yellow-500:nth-child(odd)::-moz-placeholder {
    color: #ecc94b;
  }

  .md\:odd\:placeholder-yellow-500:nth-child(odd):-ms-input-placeholder {
    color: #ecc94b;
  }

  .md\:odd\:placeholder-yellow-500:nth-child(odd)::-ms-input-placeholder {
    color: #ecc94b;
  }

  .md\:odd\:placeholder-yellow-500:nth-child(odd)::placeholder {
    color: #ecc94b;
  }

  .md\:odd\:placeholder-yellow-600:nth-child(odd)::-webkit-input-placeholder {
    color: #d69e2e;
  }

  .md\:odd\:placeholder-yellow-600:nth-child(odd)::-moz-placeholder {
    color: #d69e2e;
  }

  .md\:odd\:placeholder-yellow-600:nth-child(odd):-ms-input-placeholder {
    color: #d69e2e;
  }

  .md\:odd\:placeholder-yellow-600:nth-child(odd)::-ms-input-placeholder {
    color: #d69e2e;
  }

  .md\:odd\:placeholder-yellow-600:nth-child(odd)::placeholder {
    color: #d69e2e;
  }

  .md\:odd\:placeholder-yellow-700:nth-child(odd)::-webkit-input-placeholder {
    color: #b7791f;
  }

  .md\:odd\:placeholder-yellow-700:nth-child(odd)::-moz-placeholder {
    color: #b7791f;
  }

  .md\:odd\:placeholder-yellow-700:nth-child(odd):-ms-input-placeholder {
    color: #b7791f;
  }

  .md\:odd\:placeholder-yellow-700:nth-child(odd)::-ms-input-placeholder {
    color: #b7791f;
  }

  .md\:odd\:placeholder-yellow-700:nth-child(odd)::placeholder {
    color: #b7791f;
  }

  .md\:odd\:placeholder-yellow-800:nth-child(odd)::-webkit-input-placeholder {
    color: #975a16;
  }

  .md\:odd\:placeholder-yellow-800:nth-child(odd)::-moz-placeholder {
    color: #975a16;
  }

  .md\:odd\:placeholder-yellow-800:nth-child(odd):-ms-input-placeholder {
    color: #975a16;
  }

  .md\:odd\:placeholder-yellow-800:nth-child(odd)::-ms-input-placeholder {
    color: #975a16;
  }

  .md\:odd\:placeholder-yellow-800:nth-child(odd)::placeholder {
    color: #975a16;
  }

  .md\:odd\:placeholder-yellow-900:nth-child(odd)::-webkit-input-placeholder {
    color: #744210;
  }

  .md\:odd\:placeholder-yellow-900:nth-child(odd)::-moz-placeholder {
    color: #744210;
  }

  .md\:odd\:placeholder-yellow-900:nth-child(odd):-ms-input-placeholder {
    color: #744210;
  }

  .md\:odd\:placeholder-yellow-900:nth-child(odd)::-ms-input-placeholder {
    color: #744210;
  }

  .md\:odd\:placeholder-yellow-900:nth-child(odd)::placeholder {
    color: #744210;
  }

  .md\:odd\:placeholder-green-100:nth-child(odd)::-webkit-input-placeholder {
    color: #f0fff4;
  }

  .md\:odd\:placeholder-green-100:nth-child(odd)::-moz-placeholder {
    color: #f0fff4;
  }

  .md\:odd\:placeholder-green-100:nth-child(odd):-ms-input-placeholder {
    color: #f0fff4;
  }

  .md\:odd\:placeholder-green-100:nth-child(odd)::-ms-input-placeholder {
    color: #f0fff4;
  }

  .md\:odd\:placeholder-green-100:nth-child(odd)::placeholder {
    color: #f0fff4;
  }

  .md\:odd\:placeholder-green-200:nth-child(odd)::-webkit-input-placeholder {
    color: #c6f6d5;
  }

  .md\:odd\:placeholder-green-200:nth-child(odd)::-moz-placeholder {
    color: #c6f6d5;
  }

  .md\:odd\:placeholder-green-200:nth-child(odd):-ms-input-placeholder {
    color: #c6f6d5;
  }

  .md\:odd\:placeholder-green-200:nth-child(odd)::-ms-input-placeholder {
    color: #c6f6d5;
  }

  .md\:odd\:placeholder-green-200:nth-child(odd)::placeholder {
    color: #c6f6d5;
  }

  .md\:odd\:placeholder-green-300:nth-child(odd)::-webkit-input-placeholder {
    color: #9ae6b4;
  }

  .md\:odd\:placeholder-green-300:nth-child(odd)::-moz-placeholder {
    color: #9ae6b4;
  }

  .md\:odd\:placeholder-green-300:nth-child(odd):-ms-input-placeholder {
    color: #9ae6b4;
  }

  .md\:odd\:placeholder-green-300:nth-child(odd)::-ms-input-placeholder {
    color: #9ae6b4;
  }

  .md\:odd\:placeholder-green-300:nth-child(odd)::placeholder {
    color: #9ae6b4;
  }

  .md\:odd\:placeholder-green-400:nth-child(odd)::-webkit-input-placeholder {
    color: #68d391;
  }

  .md\:odd\:placeholder-green-400:nth-child(odd)::-moz-placeholder {
    color: #68d391;
  }

  .md\:odd\:placeholder-green-400:nth-child(odd):-ms-input-placeholder {
    color: #68d391;
  }

  .md\:odd\:placeholder-green-400:nth-child(odd)::-ms-input-placeholder {
    color: #68d391;
  }

  .md\:odd\:placeholder-green-400:nth-child(odd)::placeholder {
    color: #68d391;
  }

  .md\:odd\:placeholder-green-500:nth-child(odd)::-webkit-input-placeholder {
    color: #48bb78;
  }

  .md\:odd\:placeholder-green-500:nth-child(odd)::-moz-placeholder {
    color: #48bb78;
  }

  .md\:odd\:placeholder-green-500:nth-child(odd):-ms-input-placeholder {
    color: #48bb78;
  }

  .md\:odd\:placeholder-green-500:nth-child(odd)::-ms-input-placeholder {
    color: #48bb78;
  }

  .md\:odd\:placeholder-green-500:nth-child(odd)::placeholder {
    color: #48bb78;
  }

  .md\:odd\:placeholder-green-600:nth-child(odd)::-webkit-input-placeholder {
    color: #38a169;
  }

  .md\:odd\:placeholder-green-600:nth-child(odd)::-moz-placeholder {
    color: #38a169;
  }

  .md\:odd\:placeholder-green-600:nth-child(odd):-ms-input-placeholder {
    color: #38a169;
  }

  .md\:odd\:placeholder-green-600:nth-child(odd)::-ms-input-placeholder {
    color: #38a169;
  }

  .md\:odd\:placeholder-green-600:nth-child(odd)::placeholder {
    color: #38a169;
  }

  .md\:odd\:placeholder-green-700:nth-child(odd)::-webkit-input-placeholder {
    color: #2f855a;
  }

  .md\:odd\:placeholder-green-700:nth-child(odd)::-moz-placeholder {
    color: #2f855a;
  }

  .md\:odd\:placeholder-green-700:nth-child(odd):-ms-input-placeholder {
    color: #2f855a;
  }

  .md\:odd\:placeholder-green-700:nth-child(odd)::-ms-input-placeholder {
    color: #2f855a;
  }

  .md\:odd\:placeholder-green-700:nth-child(odd)::placeholder {
    color: #2f855a;
  }

  .md\:odd\:placeholder-green-800:nth-child(odd)::-webkit-input-placeholder {
    color: #276749;
  }

  .md\:odd\:placeholder-green-800:nth-child(odd)::-moz-placeholder {
    color: #276749;
  }

  .md\:odd\:placeholder-green-800:nth-child(odd):-ms-input-placeholder {
    color: #276749;
  }

  .md\:odd\:placeholder-green-800:nth-child(odd)::-ms-input-placeholder {
    color: #276749;
  }

  .md\:odd\:placeholder-green-800:nth-child(odd)::placeholder {
    color: #276749;
  }

  .md\:odd\:placeholder-green-900:nth-child(odd)::-webkit-input-placeholder {
    color: #22543d;
  }

  .md\:odd\:placeholder-green-900:nth-child(odd)::-moz-placeholder {
    color: #22543d;
  }

  .md\:odd\:placeholder-green-900:nth-child(odd):-ms-input-placeholder {
    color: #22543d;
  }

  .md\:odd\:placeholder-green-900:nth-child(odd)::-ms-input-placeholder {
    color: #22543d;
  }

  .md\:odd\:placeholder-green-900:nth-child(odd)::placeholder {
    color: #22543d;
  }

  .md\:odd\:placeholder-teal-100:nth-child(odd)::-webkit-input-placeholder {
    color: #e6fffa;
  }

  .md\:odd\:placeholder-teal-100:nth-child(odd)::-moz-placeholder {
    color: #e6fffa;
  }

  .md\:odd\:placeholder-teal-100:nth-child(odd):-ms-input-placeholder {
    color: #e6fffa;
  }

  .md\:odd\:placeholder-teal-100:nth-child(odd)::-ms-input-placeholder {
    color: #e6fffa;
  }

  .md\:odd\:placeholder-teal-100:nth-child(odd)::placeholder {
    color: #e6fffa;
  }

  .md\:odd\:placeholder-teal-200:nth-child(odd)::-webkit-input-placeholder {
    color: #b2f5ea;
  }

  .md\:odd\:placeholder-teal-200:nth-child(odd)::-moz-placeholder {
    color: #b2f5ea;
  }

  .md\:odd\:placeholder-teal-200:nth-child(odd):-ms-input-placeholder {
    color: #b2f5ea;
  }

  .md\:odd\:placeholder-teal-200:nth-child(odd)::-ms-input-placeholder {
    color: #b2f5ea;
  }

  .md\:odd\:placeholder-teal-200:nth-child(odd)::placeholder {
    color: #b2f5ea;
  }

  .md\:odd\:placeholder-teal-300:nth-child(odd)::-webkit-input-placeholder {
    color: #81e6d9;
  }

  .md\:odd\:placeholder-teal-300:nth-child(odd)::-moz-placeholder {
    color: #81e6d9;
  }

  .md\:odd\:placeholder-teal-300:nth-child(odd):-ms-input-placeholder {
    color: #81e6d9;
  }

  .md\:odd\:placeholder-teal-300:nth-child(odd)::-ms-input-placeholder {
    color: #81e6d9;
  }

  .md\:odd\:placeholder-teal-300:nth-child(odd)::placeholder {
    color: #81e6d9;
  }

  .md\:odd\:placeholder-teal-400:nth-child(odd)::-webkit-input-placeholder {
    color: #4fd1c5;
  }

  .md\:odd\:placeholder-teal-400:nth-child(odd)::-moz-placeholder {
    color: #4fd1c5;
  }

  .md\:odd\:placeholder-teal-400:nth-child(odd):-ms-input-placeholder {
    color: #4fd1c5;
  }

  .md\:odd\:placeholder-teal-400:nth-child(odd)::-ms-input-placeholder {
    color: #4fd1c5;
  }

  .md\:odd\:placeholder-teal-400:nth-child(odd)::placeholder {
    color: #4fd1c5;
  }

  .md\:odd\:placeholder-teal-500:nth-child(odd)::-webkit-input-placeholder {
    color: #38b2ac;
  }

  .md\:odd\:placeholder-teal-500:nth-child(odd)::-moz-placeholder {
    color: #38b2ac;
  }

  .md\:odd\:placeholder-teal-500:nth-child(odd):-ms-input-placeholder {
    color: #38b2ac;
  }

  .md\:odd\:placeholder-teal-500:nth-child(odd)::-ms-input-placeholder {
    color: #38b2ac;
  }

  .md\:odd\:placeholder-teal-500:nth-child(odd)::placeholder {
    color: #38b2ac;
  }

  .md\:odd\:placeholder-teal-600:nth-child(odd)::-webkit-input-placeholder {
    color: #319795;
  }

  .md\:odd\:placeholder-teal-600:nth-child(odd)::-moz-placeholder {
    color: #319795;
  }

  .md\:odd\:placeholder-teal-600:nth-child(odd):-ms-input-placeholder {
    color: #319795;
  }

  .md\:odd\:placeholder-teal-600:nth-child(odd)::-ms-input-placeholder {
    color: #319795;
  }

  .md\:odd\:placeholder-teal-600:nth-child(odd)::placeholder {
    color: #319795;
  }

  .md\:odd\:placeholder-teal-700:nth-child(odd)::-webkit-input-placeholder {
    color: #2c7a7b;
  }

  .md\:odd\:placeholder-teal-700:nth-child(odd)::-moz-placeholder {
    color: #2c7a7b;
  }

  .md\:odd\:placeholder-teal-700:nth-child(odd):-ms-input-placeholder {
    color: #2c7a7b;
  }

  .md\:odd\:placeholder-teal-700:nth-child(odd)::-ms-input-placeholder {
    color: #2c7a7b;
  }

  .md\:odd\:placeholder-teal-700:nth-child(odd)::placeholder {
    color: #2c7a7b;
  }

  .md\:odd\:placeholder-teal-800:nth-child(odd)::-webkit-input-placeholder {
    color: #285e61;
  }

  .md\:odd\:placeholder-teal-800:nth-child(odd)::-moz-placeholder {
    color: #285e61;
  }

  .md\:odd\:placeholder-teal-800:nth-child(odd):-ms-input-placeholder {
    color: #285e61;
  }

  .md\:odd\:placeholder-teal-800:nth-child(odd)::-ms-input-placeholder {
    color: #285e61;
  }

  .md\:odd\:placeholder-teal-800:nth-child(odd)::placeholder {
    color: #285e61;
  }

  .md\:odd\:placeholder-teal-900:nth-child(odd)::-webkit-input-placeholder {
    color: #234e52;
  }

  .md\:odd\:placeholder-teal-900:nth-child(odd)::-moz-placeholder {
    color: #234e52;
  }

  .md\:odd\:placeholder-teal-900:nth-child(odd):-ms-input-placeholder {
    color: #234e52;
  }

  .md\:odd\:placeholder-teal-900:nth-child(odd)::-ms-input-placeholder {
    color: #234e52;
  }

  .md\:odd\:placeholder-teal-900:nth-child(odd)::placeholder {
    color: #234e52;
  }

  .md\:odd\:placeholder-blue-100:nth-child(odd)::-webkit-input-placeholder {
    color: #ebf8ff;
  }

  .md\:odd\:placeholder-blue-100:nth-child(odd)::-moz-placeholder {
    color: #ebf8ff;
  }

  .md\:odd\:placeholder-blue-100:nth-child(odd):-ms-input-placeholder {
    color: #ebf8ff;
  }

  .md\:odd\:placeholder-blue-100:nth-child(odd)::-ms-input-placeholder {
    color: #ebf8ff;
  }

  .md\:odd\:placeholder-blue-100:nth-child(odd)::placeholder {
    color: #ebf8ff;
  }

  .md\:odd\:placeholder-blue-200:nth-child(odd)::-webkit-input-placeholder {
    color: #bee3f8;
  }

  .md\:odd\:placeholder-blue-200:nth-child(odd)::-moz-placeholder {
    color: #bee3f8;
  }

  .md\:odd\:placeholder-blue-200:nth-child(odd):-ms-input-placeholder {
    color: #bee3f8;
  }

  .md\:odd\:placeholder-blue-200:nth-child(odd)::-ms-input-placeholder {
    color: #bee3f8;
  }

  .md\:odd\:placeholder-blue-200:nth-child(odd)::placeholder {
    color: #bee3f8;
  }

  .md\:odd\:placeholder-blue-300:nth-child(odd)::-webkit-input-placeholder {
    color: #90cdf4;
  }

  .md\:odd\:placeholder-blue-300:nth-child(odd)::-moz-placeholder {
    color: #90cdf4;
  }

  .md\:odd\:placeholder-blue-300:nth-child(odd):-ms-input-placeholder {
    color: #90cdf4;
  }

  .md\:odd\:placeholder-blue-300:nth-child(odd)::-ms-input-placeholder {
    color: #90cdf4;
  }

  .md\:odd\:placeholder-blue-300:nth-child(odd)::placeholder {
    color: #90cdf4;
  }

  .md\:odd\:placeholder-blue-400:nth-child(odd)::-webkit-input-placeholder {
    color: #63b3ed;
  }

  .md\:odd\:placeholder-blue-400:nth-child(odd)::-moz-placeholder {
    color: #63b3ed;
  }

  .md\:odd\:placeholder-blue-400:nth-child(odd):-ms-input-placeholder {
    color: #63b3ed;
  }

  .md\:odd\:placeholder-blue-400:nth-child(odd)::-ms-input-placeholder {
    color: #63b3ed;
  }

  .md\:odd\:placeholder-blue-400:nth-child(odd)::placeholder {
    color: #63b3ed;
  }

  .md\:odd\:placeholder-blue-500:nth-child(odd)::-webkit-input-placeholder {
    color: #4299e1;
  }

  .md\:odd\:placeholder-blue-500:nth-child(odd)::-moz-placeholder {
    color: #4299e1;
  }

  .md\:odd\:placeholder-blue-500:nth-child(odd):-ms-input-placeholder {
    color: #4299e1;
  }

  .md\:odd\:placeholder-blue-500:nth-child(odd)::-ms-input-placeholder {
    color: #4299e1;
  }

  .md\:odd\:placeholder-blue-500:nth-child(odd)::placeholder {
    color: #4299e1;
  }

  .md\:odd\:placeholder-blue-600:nth-child(odd)::-webkit-input-placeholder {
    color: #3182ce;
  }

  .md\:odd\:placeholder-blue-600:nth-child(odd)::-moz-placeholder {
    color: #3182ce;
  }

  .md\:odd\:placeholder-blue-600:nth-child(odd):-ms-input-placeholder {
    color: #3182ce;
  }

  .md\:odd\:placeholder-blue-600:nth-child(odd)::-ms-input-placeholder {
    color: #3182ce;
  }

  .md\:odd\:placeholder-blue-600:nth-child(odd)::placeholder {
    color: #3182ce;
  }

  .md\:odd\:placeholder-blue-700:nth-child(odd)::-webkit-input-placeholder {
    color: #2b6cb0;
  }

  .md\:odd\:placeholder-blue-700:nth-child(odd)::-moz-placeholder {
    color: #2b6cb0;
  }

  .md\:odd\:placeholder-blue-700:nth-child(odd):-ms-input-placeholder {
    color: #2b6cb0;
  }

  .md\:odd\:placeholder-blue-700:nth-child(odd)::-ms-input-placeholder {
    color: #2b6cb0;
  }

  .md\:odd\:placeholder-blue-700:nth-child(odd)::placeholder {
    color: #2b6cb0;
  }

  .md\:odd\:placeholder-blue-800:nth-child(odd)::-webkit-input-placeholder {
    color: #2c5282;
  }

  .md\:odd\:placeholder-blue-800:nth-child(odd)::-moz-placeholder {
    color: #2c5282;
  }

  .md\:odd\:placeholder-blue-800:nth-child(odd):-ms-input-placeholder {
    color: #2c5282;
  }

  .md\:odd\:placeholder-blue-800:nth-child(odd)::-ms-input-placeholder {
    color: #2c5282;
  }

  .md\:odd\:placeholder-blue-800:nth-child(odd)::placeholder {
    color: #2c5282;
  }

  .md\:odd\:placeholder-blue-900:nth-child(odd)::-webkit-input-placeholder {
    color: #2a4365;
  }

  .md\:odd\:placeholder-blue-900:nth-child(odd)::-moz-placeholder {
    color: #2a4365;
  }

  .md\:odd\:placeholder-blue-900:nth-child(odd):-ms-input-placeholder {
    color: #2a4365;
  }

  .md\:odd\:placeholder-blue-900:nth-child(odd)::-ms-input-placeholder {
    color: #2a4365;
  }

  .md\:odd\:placeholder-blue-900:nth-child(odd)::placeholder {
    color: #2a4365;
  }

  .md\:odd\:placeholder-indigo-100:nth-child(odd)::-webkit-input-placeholder {
    color: #ebf4ff;
  }

  .md\:odd\:placeholder-indigo-100:nth-child(odd)::-moz-placeholder {
    color: #ebf4ff;
  }

  .md\:odd\:placeholder-indigo-100:nth-child(odd):-ms-input-placeholder {
    color: #ebf4ff;
  }

  .md\:odd\:placeholder-indigo-100:nth-child(odd)::-ms-input-placeholder {
    color: #ebf4ff;
  }

  .md\:odd\:placeholder-indigo-100:nth-child(odd)::placeholder {
    color: #ebf4ff;
  }

  .md\:odd\:placeholder-indigo-200:nth-child(odd)::-webkit-input-placeholder {
    color: #c3dafe;
  }

  .md\:odd\:placeholder-indigo-200:nth-child(odd)::-moz-placeholder {
    color: #c3dafe;
  }

  .md\:odd\:placeholder-indigo-200:nth-child(odd):-ms-input-placeholder {
    color: #c3dafe;
  }

  .md\:odd\:placeholder-indigo-200:nth-child(odd)::-ms-input-placeholder {
    color: #c3dafe;
  }

  .md\:odd\:placeholder-indigo-200:nth-child(odd)::placeholder {
    color: #c3dafe;
  }

  .md\:odd\:placeholder-indigo-300:nth-child(odd)::-webkit-input-placeholder {
    color: #a3bffa;
  }

  .md\:odd\:placeholder-indigo-300:nth-child(odd)::-moz-placeholder {
    color: #a3bffa;
  }

  .md\:odd\:placeholder-indigo-300:nth-child(odd):-ms-input-placeholder {
    color: #a3bffa;
  }

  .md\:odd\:placeholder-indigo-300:nth-child(odd)::-ms-input-placeholder {
    color: #a3bffa;
  }

  .md\:odd\:placeholder-indigo-300:nth-child(odd)::placeholder {
    color: #a3bffa;
  }

  .md\:odd\:placeholder-indigo-400:nth-child(odd)::-webkit-input-placeholder {
    color: #7f9cf5;
  }

  .md\:odd\:placeholder-indigo-400:nth-child(odd)::-moz-placeholder {
    color: #7f9cf5;
  }

  .md\:odd\:placeholder-indigo-400:nth-child(odd):-ms-input-placeholder {
    color: #7f9cf5;
  }

  .md\:odd\:placeholder-indigo-400:nth-child(odd)::-ms-input-placeholder {
    color: #7f9cf5;
  }

  .md\:odd\:placeholder-indigo-400:nth-child(odd)::placeholder {
    color: #7f9cf5;
  }

  .md\:odd\:placeholder-indigo-500:nth-child(odd)::-webkit-input-placeholder {
    color: #667eea;
  }

  .md\:odd\:placeholder-indigo-500:nth-child(odd)::-moz-placeholder {
    color: #667eea;
  }

  .md\:odd\:placeholder-indigo-500:nth-child(odd):-ms-input-placeholder {
    color: #667eea;
  }

  .md\:odd\:placeholder-indigo-500:nth-child(odd)::-ms-input-placeholder {
    color: #667eea;
  }

  .md\:odd\:placeholder-indigo-500:nth-child(odd)::placeholder {
    color: #667eea;
  }

  .md\:odd\:placeholder-indigo-600:nth-child(odd)::-webkit-input-placeholder {
    color: #5a67d8;
  }

  .md\:odd\:placeholder-indigo-600:nth-child(odd)::-moz-placeholder {
    color: #5a67d8;
  }

  .md\:odd\:placeholder-indigo-600:nth-child(odd):-ms-input-placeholder {
    color: #5a67d8;
  }

  .md\:odd\:placeholder-indigo-600:nth-child(odd)::-ms-input-placeholder {
    color: #5a67d8;
  }

  .md\:odd\:placeholder-indigo-600:nth-child(odd)::placeholder {
    color: #5a67d8;
  }

  .md\:odd\:placeholder-indigo-700:nth-child(odd)::-webkit-input-placeholder {
    color: #4c51bf;
  }

  .md\:odd\:placeholder-indigo-700:nth-child(odd)::-moz-placeholder {
    color: #4c51bf;
  }

  .md\:odd\:placeholder-indigo-700:nth-child(odd):-ms-input-placeholder {
    color: #4c51bf;
  }

  .md\:odd\:placeholder-indigo-700:nth-child(odd)::-ms-input-placeholder {
    color: #4c51bf;
  }

  .md\:odd\:placeholder-indigo-700:nth-child(odd)::placeholder {
    color: #4c51bf;
  }

  .md\:odd\:placeholder-indigo-800:nth-child(odd)::-webkit-input-placeholder {
    color: #434190;
  }

  .md\:odd\:placeholder-indigo-800:nth-child(odd)::-moz-placeholder {
    color: #434190;
  }

  .md\:odd\:placeholder-indigo-800:nth-child(odd):-ms-input-placeholder {
    color: #434190;
  }

  .md\:odd\:placeholder-indigo-800:nth-child(odd)::-ms-input-placeholder {
    color: #434190;
  }

  .md\:odd\:placeholder-indigo-800:nth-child(odd)::placeholder {
    color: #434190;
  }

  .md\:odd\:placeholder-indigo-900:nth-child(odd)::-webkit-input-placeholder {
    color: #3c366b;
  }

  .md\:odd\:placeholder-indigo-900:nth-child(odd)::-moz-placeholder {
    color: #3c366b;
  }

  .md\:odd\:placeholder-indigo-900:nth-child(odd):-ms-input-placeholder {
    color: #3c366b;
  }

  .md\:odd\:placeholder-indigo-900:nth-child(odd)::-ms-input-placeholder {
    color: #3c366b;
  }

  .md\:odd\:placeholder-indigo-900:nth-child(odd)::placeholder {
    color: #3c366b;
  }

  .md\:odd\:placeholder-purple-100:nth-child(odd)::-webkit-input-placeholder {
    color: #faf5ff;
  }

  .md\:odd\:placeholder-purple-100:nth-child(odd)::-moz-placeholder {
    color: #faf5ff;
  }

  .md\:odd\:placeholder-purple-100:nth-child(odd):-ms-input-placeholder {
    color: #faf5ff;
  }

  .md\:odd\:placeholder-purple-100:nth-child(odd)::-ms-input-placeholder {
    color: #faf5ff;
  }

  .md\:odd\:placeholder-purple-100:nth-child(odd)::placeholder {
    color: #faf5ff;
  }

  .md\:odd\:placeholder-purple-200:nth-child(odd)::-webkit-input-placeholder {
    color: #e9d8fd;
  }

  .md\:odd\:placeholder-purple-200:nth-child(odd)::-moz-placeholder {
    color: #e9d8fd;
  }

  .md\:odd\:placeholder-purple-200:nth-child(odd):-ms-input-placeholder {
    color: #e9d8fd;
  }

  .md\:odd\:placeholder-purple-200:nth-child(odd)::-ms-input-placeholder {
    color: #e9d8fd;
  }

  .md\:odd\:placeholder-purple-200:nth-child(odd)::placeholder {
    color: #e9d8fd;
  }

  .md\:odd\:placeholder-purple-300:nth-child(odd)::-webkit-input-placeholder {
    color: #d6bcfa;
  }

  .md\:odd\:placeholder-purple-300:nth-child(odd)::-moz-placeholder {
    color: #d6bcfa;
  }

  .md\:odd\:placeholder-purple-300:nth-child(odd):-ms-input-placeholder {
    color: #d6bcfa;
  }

  .md\:odd\:placeholder-purple-300:nth-child(odd)::-ms-input-placeholder {
    color: #d6bcfa;
  }

  .md\:odd\:placeholder-purple-300:nth-child(odd)::placeholder {
    color: #d6bcfa;
  }

  .md\:odd\:placeholder-purple-400:nth-child(odd)::-webkit-input-placeholder {
    color: #b794f4;
  }

  .md\:odd\:placeholder-purple-400:nth-child(odd)::-moz-placeholder {
    color: #b794f4;
  }

  .md\:odd\:placeholder-purple-400:nth-child(odd):-ms-input-placeholder {
    color: #b794f4;
  }

  .md\:odd\:placeholder-purple-400:nth-child(odd)::-ms-input-placeholder {
    color: #b794f4;
  }

  .md\:odd\:placeholder-purple-400:nth-child(odd)::placeholder {
    color: #b794f4;
  }

  .md\:odd\:placeholder-purple-500:nth-child(odd)::-webkit-input-placeholder {
    color: #9f7aea;
  }

  .md\:odd\:placeholder-purple-500:nth-child(odd)::-moz-placeholder {
    color: #9f7aea;
  }

  .md\:odd\:placeholder-purple-500:nth-child(odd):-ms-input-placeholder {
    color: #9f7aea;
  }

  .md\:odd\:placeholder-purple-500:nth-child(odd)::-ms-input-placeholder {
    color: #9f7aea;
  }

  .md\:odd\:placeholder-purple-500:nth-child(odd)::placeholder {
    color: #9f7aea;
  }

  .md\:odd\:placeholder-purple-600:nth-child(odd)::-webkit-input-placeholder {
    color: #805ad5;
  }

  .md\:odd\:placeholder-purple-600:nth-child(odd)::-moz-placeholder {
    color: #805ad5;
  }

  .md\:odd\:placeholder-purple-600:nth-child(odd):-ms-input-placeholder {
    color: #805ad5;
  }

  .md\:odd\:placeholder-purple-600:nth-child(odd)::-ms-input-placeholder {
    color: #805ad5;
  }

  .md\:odd\:placeholder-purple-600:nth-child(odd)::placeholder {
    color: #805ad5;
  }

  .md\:odd\:placeholder-purple-700:nth-child(odd)::-webkit-input-placeholder {
    color: #6b46c1;
  }

  .md\:odd\:placeholder-purple-700:nth-child(odd)::-moz-placeholder {
    color: #6b46c1;
  }

  .md\:odd\:placeholder-purple-700:nth-child(odd):-ms-input-placeholder {
    color: #6b46c1;
  }

  .md\:odd\:placeholder-purple-700:nth-child(odd)::-ms-input-placeholder {
    color: #6b46c1;
  }

  .md\:odd\:placeholder-purple-700:nth-child(odd)::placeholder {
    color: #6b46c1;
  }

  .md\:odd\:placeholder-purple-800:nth-child(odd)::-webkit-input-placeholder {
    color: #553c9a;
  }

  .md\:odd\:placeholder-purple-800:nth-child(odd)::-moz-placeholder {
    color: #553c9a;
  }

  .md\:odd\:placeholder-purple-800:nth-child(odd):-ms-input-placeholder {
    color: #553c9a;
  }

  .md\:odd\:placeholder-purple-800:nth-child(odd)::-ms-input-placeholder {
    color: #553c9a;
  }

  .md\:odd\:placeholder-purple-800:nth-child(odd)::placeholder {
    color: #553c9a;
  }

  .md\:odd\:placeholder-purple-900:nth-child(odd)::-webkit-input-placeholder {
    color: #44337a;
  }

  .md\:odd\:placeholder-purple-900:nth-child(odd)::-moz-placeholder {
    color: #44337a;
  }

  .md\:odd\:placeholder-purple-900:nth-child(odd):-ms-input-placeholder {
    color: #44337a;
  }

  .md\:odd\:placeholder-purple-900:nth-child(odd)::-ms-input-placeholder {
    color: #44337a;
  }

  .md\:odd\:placeholder-purple-900:nth-child(odd)::placeholder {
    color: #44337a;
  }

  .md\:odd\:placeholder-pink-100:nth-child(odd)::-webkit-input-placeholder {
    color: #fff5f7;
  }

  .md\:odd\:placeholder-pink-100:nth-child(odd)::-moz-placeholder {
    color: #fff5f7;
  }

  .md\:odd\:placeholder-pink-100:nth-child(odd):-ms-input-placeholder {
    color: #fff5f7;
  }

  .md\:odd\:placeholder-pink-100:nth-child(odd)::-ms-input-placeholder {
    color: #fff5f7;
  }

  .md\:odd\:placeholder-pink-100:nth-child(odd)::placeholder {
    color: #fff5f7;
  }

  .md\:odd\:placeholder-pink-200:nth-child(odd)::-webkit-input-placeholder {
    color: #fed7e2;
  }

  .md\:odd\:placeholder-pink-200:nth-child(odd)::-moz-placeholder {
    color: #fed7e2;
  }

  .md\:odd\:placeholder-pink-200:nth-child(odd):-ms-input-placeholder {
    color: #fed7e2;
  }

  .md\:odd\:placeholder-pink-200:nth-child(odd)::-ms-input-placeholder {
    color: #fed7e2;
  }

  .md\:odd\:placeholder-pink-200:nth-child(odd)::placeholder {
    color: #fed7e2;
  }

  .md\:odd\:placeholder-pink-300:nth-child(odd)::-webkit-input-placeholder {
    color: #fbb6ce;
  }

  .md\:odd\:placeholder-pink-300:nth-child(odd)::-moz-placeholder {
    color: #fbb6ce;
  }

  .md\:odd\:placeholder-pink-300:nth-child(odd):-ms-input-placeholder {
    color: #fbb6ce;
  }

  .md\:odd\:placeholder-pink-300:nth-child(odd)::-ms-input-placeholder {
    color: #fbb6ce;
  }

  .md\:odd\:placeholder-pink-300:nth-child(odd)::placeholder {
    color: #fbb6ce;
  }

  .md\:odd\:placeholder-pink-400:nth-child(odd)::-webkit-input-placeholder {
    color: #f687b3;
  }

  .md\:odd\:placeholder-pink-400:nth-child(odd)::-moz-placeholder {
    color: #f687b3;
  }

  .md\:odd\:placeholder-pink-400:nth-child(odd):-ms-input-placeholder {
    color: #f687b3;
  }

  .md\:odd\:placeholder-pink-400:nth-child(odd)::-ms-input-placeholder {
    color: #f687b3;
  }

  .md\:odd\:placeholder-pink-400:nth-child(odd)::placeholder {
    color: #f687b3;
  }

  .md\:odd\:placeholder-pink-500:nth-child(odd)::-webkit-input-placeholder {
    color: #ed64a6;
  }

  .md\:odd\:placeholder-pink-500:nth-child(odd)::-moz-placeholder {
    color: #ed64a6;
  }

  .md\:odd\:placeholder-pink-500:nth-child(odd):-ms-input-placeholder {
    color: #ed64a6;
  }

  .md\:odd\:placeholder-pink-500:nth-child(odd)::-ms-input-placeholder {
    color: #ed64a6;
  }

  .md\:odd\:placeholder-pink-500:nth-child(odd)::placeholder {
    color: #ed64a6;
  }

  .md\:odd\:placeholder-pink-600:nth-child(odd)::-webkit-input-placeholder {
    color: #d53f8c;
  }

  .md\:odd\:placeholder-pink-600:nth-child(odd)::-moz-placeholder {
    color: #d53f8c;
  }

  .md\:odd\:placeholder-pink-600:nth-child(odd):-ms-input-placeholder {
    color: #d53f8c;
  }

  .md\:odd\:placeholder-pink-600:nth-child(odd)::-ms-input-placeholder {
    color: #d53f8c;
  }

  .md\:odd\:placeholder-pink-600:nth-child(odd)::placeholder {
    color: #d53f8c;
  }

  .md\:odd\:placeholder-pink-700:nth-child(odd)::-webkit-input-placeholder {
    color: #b83280;
  }

  .md\:odd\:placeholder-pink-700:nth-child(odd)::-moz-placeholder {
    color: #b83280;
  }

  .md\:odd\:placeholder-pink-700:nth-child(odd):-ms-input-placeholder {
    color: #b83280;
  }

  .md\:odd\:placeholder-pink-700:nth-child(odd)::-ms-input-placeholder {
    color: #b83280;
  }

  .md\:odd\:placeholder-pink-700:nth-child(odd)::placeholder {
    color: #b83280;
  }

  .md\:odd\:placeholder-pink-800:nth-child(odd)::-webkit-input-placeholder {
    color: #97266d;
  }

  .md\:odd\:placeholder-pink-800:nth-child(odd)::-moz-placeholder {
    color: #97266d;
  }

  .md\:odd\:placeholder-pink-800:nth-child(odd):-ms-input-placeholder {
    color: #97266d;
  }

  .md\:odd\:placeholder-pink-800:nth-child(odd)::-ms-input-placeholder {
    color: #97266d;
  }

  .md\:odd\:placeholder-pink-800:nth-child(odd)::placeholder {
    color: #97266d;
  }

  .md\:odd\:placeholder-pink-900:nth-child(odd)::-webkit-input-placeholder {
    color: #702459;
  }

  .md\:odd\:placeholder-pink-900:nth-child(odd)::-moz-placeholder {
    color: #702459;
  }

  .md\:odd\:placeholder-pink-900:nth-child(odd):-ms-input-placeholder {
    color: #702459;
  }

  .md\:odd\:placeholder-pink-900:nth-child(odd)::-ms-input-placeholder {
    color: #702459;
  }

  .md\:odd\:placeholder-pink-900:nth-child(odd)::placeholder {
    color: #702459;
  }

  .md\:even\:placeholder-transparent:nth-child(even)::-webkit-input-placeholder {
    color: transparent;
  }

  .md\:even\:placeholder-transparent:nth-child(even)::-moz-placeholder {
    color: transparent;
  }

  .md\:even\:placeholder-transparent:nth-child(even):-ms-input-placeholder {
    color: transparent;
  }

  .md\:even\:placeholder-transparent:nth-child(even)::-ms-input-placeholder {
    color: transparent;
  }

  .md\:even\:placeholder-transparent:nth-child(even)::placeholder {
    color: transparent;
  }

  .md\:even\:placeholder-black:nth-child(even)::-webkit-input-placeholder {
    color: #000;
  }

  .md\:even\:placeholder-black:nth-child(even)::-moz-placeholder {
    color: #000;
  }

  .md\:even\:placeholder-black:nth-child(even):-ms-input-placeholder {
    color: #000;
  }

  .md\:even\:placeholder-black:nth-child(even)::-ms-input-placeholder {
    color: #000;
  }

  .md\:even\:placeholder-black:nth-child(even)::placeholder {
    color: #000;
  }

  .md\:even\:placeholder-white:nth-child(even)::-webkit-input-placeholder {
    color: #fff;
  }

  .md\:even\:placeholder-white:nth-child(even)::-moz-placeholder {
    color: #fff;
  }

  .md\:even\:placeholder-white:nth-child(even):-ms-input-placeholder {
    color: #fff;
  }

  .md\:even\:placeholder-white:nth-child(even)::-ms-input-placeholder {
    color: #fff;
  }

  .md\:even\:placeholder-white:nth-child(even)::placeholder {
    color: #fff;
  }

  .md\:even\:placeholder-gray-100:nth-child(even)::-webkit-input-placeholder {
    color: #f7fafc;
  }

  .md\:even\:placeholder-gray-100:nth-child(even)::-moz-placeholder {
    color: #f7fafc;
  }

  .md\:even\:placeholder-gray-100:nth-child(even):-ms-input-placeholder {
    color: #f7fafc;
  }

  .md\:even\:placeholder-gray-100:nth-child(even)::-ms-input-placeholder {
    color: #f7fafc;
  }

  .md\:even\:placeholder-gray-100:nth-child(even)::placeholder {
    color: #f7fafc;
  }

  .md\:even\:placeholder-gray-200:nth-child(even)::-webkit-input-placeholder {
    color: #edf2f7;
  }

  .md\:even\:placeholder-gray-200:nth-child(even)::-moz-placeholder {
    color: #edf2f7;
  }

  .md\:even\:placeholder-gray-200:nth-child(even):-ms-input-placeholder {
    color: #edf2f7;
  }

  .md\:even\:placeholder-gray-200:nth-child(even)::-ms-input-placeholder {
    color: #edf2f7;
  }

  .md\:even\:placeholder-gray-200:nth-child(even)::placeholder {
    color: #edf2f7;
  }

  .md\:even\:placeholder-gray-300:nth-child(even)::-webkit-input-placeholder {
    color: #e2e8f0;
  }

  .md\:even\:placeholder-gray-300:nth-child(even)::-moz-placeholder {
    color: #e2e8f0;
  }

  .md\:even\:placeholder-gray-300:nth-child(even):-ms-input-placeholder {
    color: #e2e8f0;
  }

  .md\:even\:placeholder-gray-300:nth-child(even)::-ms-input-placeholder {
    color: #e2e8f0;
  }

  .md\:even\:placeholder-gray-300:nth-child(even)::placeholder {
    color: #e2e8f0;
  }

  .md\:even\:placeholder-gray-400:nth-child(even)::-webkit-input-placeholder {
    color: #cbd5e0;
  }

  .md\:even\:placeholder-gray-400:nth-child(even)::-moz-placeholder {
    color: #cbd5e0;
  }

  .md\:even\:placeholder-gray-400:nth-child(even):-ms-input-placeholder {
    color: #cbd5e0;
  }

  .md\:even\:placeholder-gray-400:nth-child(even)::-ms-input-placeholder {
    color: #cbd5e0;
  }

  .md\:even\:placeholder-gray-400:nth-child(even)::placeholder {
    color: #cbd5e0;
  }

  .md\:even\:placeholder-gray-500:nth-child(even)::-webkit-input-placeholder {
    color: #a0aec0;
  }

  .md\:even\:placeholder-gray-500:nth-child(even)::-moz-placeholder {
    color: #a0aec0;
  }

  .md\:even\:placeholder-gray-500:nth-child(even):-ms-input-placeholder {
    color: #a0aec0;
  }

  .md\:even\:placeholder-gray-500:nth-child(even)::-ms-input-placeholder {
    color: #a0aec0;
  }

  .md\:even\:placeholder-gray-500:nth-child(even)::placeholder {
    color: #a0aec0;
  }

  .md\:even\:placeholder-gray-600:nth-child(even)::-webkit-input-placeholder {
    color: #718096;
  }

  .md\:even\:placeholder-gray-600:nth-child(even)::-moz-placeholder {
    color: #718096;
  }

  .md\:even\:placeholder-gray-600:nth-child(even):-ms-input-placeholder {
    color: #718096;
  }

  .md\:even\:placeholder-gray-600:nth-child(even)::-ms-input-placeholder {
    color: #718096;
  }

  .md\:even\:placeholder-gray-600:nth-child(even)::placeholder {
    color: #718096;
  }

  .md\:even\:placeholder-gray-700:nth-child(even)::-webkit-input-placeholder {
    color: #4a5568;
  }

  .md\:even\:placeholder-gray-700:nth-child(even)::-moz-placeholder {
    color: #4a5568;
  }

  .md\:even\:placeholder-gray-700:nth-child(even):-ms-input-placeholder {
    color: #4a5568;
  }

  .md\:even\:placeholder-gray-700:nth-child(even)::-ms-input-placeholder {
    color: #4a5568;
  }

  .md\:even\:placeholder-gray-700:nth-child(even)::placeholder {
    color: #4a5568;
  }

  .md\:even\:placeholder-gray-800:nth-child(even)::-webkit-input-placeholder {
    color: #2d3748;
  }

  .md\:even\:placeholder-gray-800:nth-child(even)::-moz-placeholder {
    color: #2d3748;
  }

  .md\:even\:placeholder-gray-800:nth-child(even):-ms-input-placeholder {
    color: #2d3748;
  }

  .md\:even\:placeholder-gray-800:nth-child(even)::-ms-input-placeholder {
    color: #2d3748;
  }

  .md\:even\:placeholder-gray-800:nth-child(even)::placeholder {
    color: #2d3748;
  }

  .md\:even\:placeholder-gray-900:nth-child(even)::-webkit-input-placeholder {
    color: #1a202c;
  }

  .md\:even\:placeholder-gray-900:nth-child(even)::-moz-placeholder {
    color: #1a202c;
  }

  .md\:even\:placeholder-gray-900:nth-child(even):-ms-input-placeholder {
    color: #1a202c;
  }

  .md\:even\:placeholder-gray-900:nth-child(even)::-ms-input-placeholder {
    color: #1a202c;
  }

  .md\:even\:placeholder-gray-900:nth-child(even)::placeholder {
    color: #1a202c;
  }

  .md\:even\:placeholder-red-100:nth-child(even)::-webkit-input-placeholder {
    color: #fff5f5;
  }

  .md\:even\:placeholder-red-100:nth-child(even)::-moz-placeholder {
    color: #fff5f5;
  }

  .md\:even\:placeholder-red-100:nth-child(even):-ms-input-placeholder {
    color: #fff5f5;
  }

  .md\:even\:placeholder-red-100:nth-child(even)::-ms-input-placeholder {
    color: #fff5f5;
  }

  .md\:even\:placeholder-red-100:nth-child(even)::placeholder {
    color: #fff5f5;
  }

  .md\:even\:placeholder-red-200:nth-child(even)::-webkit-input-placeholder {
    color: #fed7d7;
  }

  .md\:even\:placeholder-red-200:nth-child(even)::-moz-placeholder {
    color: #fed7d7;
  }

  .md\:even\:placeholder-red-200:nth-child(even):-ms-input-placeholder {
    color: #fed7d7;
  }

  .md\:even\:placeholder-red-200:nth-child(even)::-ms-input-placeholder {
    color: #fed7d7;
  }

  .md\:even\:placeholder-red-200:nth-child(even)::placeholder {
    color: #fed7d7;
  }

  .md\:even\:placeholder-red-300:nth-child(even)::-webkit-input-placeholder {
    color: #feb2b2;
  }

  .md\:even\:placeholder-red-300:nth-child(even)::-moz-placeholder {
    color: #feb2b2;
  }

  .md\:even\:placeholder-red-300:nth-child(even):-ms-input-placeholder {
    color: #feb2b2;
  }

  .md\:even\:placeholder-red-300:nth-child(even)::-ms-input-placeholder {
    color: #feb2b2;
  }

  .md\:even\:placeholder-red-300:nth-child(even)::placeholder {
    color: #feb2b2;
  }

  .md\:even\:placeholder-red-400:nth-child(even)::-webkit-input-placeholder {
    color: #fc8181;
  }

  .md\:even\:placeholder-red-400:nth-child(even)::-moz-placeholder {
    color: #fc8181;
  }

  .md\:even\:placeholder-red-400:nth-child(even):-ms-input-placeholder {
    color: #fc8181;
  }

  .md\:even\:placeholder-red-400:nth-child(even)::-ms-input-placeholder {
    color: #fc8181;
  }

  .md\:even\:placeholder-red-400:nth-child(even)::placeholder {
    color: #fc8181;
  }

  .md\:even\:placeholder-red-500:nth-child(even)::-webkit-input-placeholder {
    color: #f56565;
  }

  .md\:even\:placeholder-red-500:nth-child(even)::-moz-placeholder {
    color: #f56565;
  }

  .md\:even\:placeholder-red-500:nth-child(even):-ms-input-placeholder {
    color: #f56565;
  }

  .md\:even\:placeholder-red-500:nth-child(even)::-ms-input-placeholder {
    color: #f56565;
  }

  .md\:even\:placeholder-red-500:nth-child(even)::placeholder {
    color: #f56565;
  }

  .md\:even\:placeholder-red-600:nth-child(even)::-webkit-input-placeholder {
    color: #e53e3e;
  }

  .md\:even\:placeholder-red-600:nth-child(even)::-moz-placeholder {
    color: #e53e3e;
  }

  .md\:even\:placeholder-red-600:nth-child(even):-ms-input-placeholder {
    color: #e53e3e;
  }

  .md\:even\:placeholder-red-600:nth-child(even)::-ms-input-placeholder {
    color: #e53e3e;
  }

  .md\:even\:placeholder-red-600:nth-child(even)::placeholder {
    color: #e53e3e;
  }

  .md\:even\:placeholder-red-700:nth-child(even)::-webkit-input-placeholder {
    color: #c53030;
  }

  .md\:even\:placeholder-red-700:nth-child(even)::-moz-placeholder {
    color: #c53030;
  }

  .md\:even\:placeholder-red-700:nth-child(even):-ms-input-placeholder {
    color: #c53030;
  }

  .md\:even\:placeholder-red-700:nth-child(even)::-ms-input-placeholder {
    color: #c53030;
  }

  .md\:even\:placeholder-red-700:nth-child(even)::placeholder {
    color: #c53030;
  }

  .md\:even\:placeholder-red-800:nth-child(even)::-webkit-input-placeholder {
    color: #9b2c2c;
  }

  .md\:even\:placeholder-red-800:nth-child(even)::-moz-placeholder {
    color: #9b2c2c;
  }

  .md\:even\:placeholder-red-800:nth-child(even):-ms-input-placeholder {
    color: #9b2c2c;
  }

  .md\:even\:placeholder-red-800:nth-child(even)::-ms-input-placeholder {
    color: #9b2c2c;
  }

  .md\:even\:placeholder-red-800:nth-child(even)::placeholder {
    color: #9b2c2c;
  }

  .md\:even\:placeholder-red-900:nth-child(even)::-webkit-input-placeholder {
    color: #742a2a;
  }

  .md\:even\:placeholder-red-900:nth-child(even)::-moz-placeholder {
    color: #742a2a;
  }

  .md\:even\:placeholder-red-900:nth-child(even):-ms-input-placeholder {
    color: #742a2a;
  }

  .md\:even\:placeholder-red-900:nth-child(even)::-ms-input-placeholder {
    color: #742a2a;
  }

  .md\:even\:placeholder-red-900:nth-child(even)::placeholder {
    color: #742a2a;
  }

  .md\:even\:placeholder-orange-100:nth-child(even)::-webkit-input-placeholder {
    color: #fffaf0;
  }

  .md\:even\:placeholder-orange-100:nth-child(even)::-moz-placeholder {
    color: #fffaf0;
  }

  .md\:even\:placeholder-orange-100:nth-child(even):-ms-input-placeholder {
    color: #fffaf0;
  }

  .md\:even\:placeholder-orange-100:nth-child(even)::-ms-input-placeholder {
    color: #fffaf0;
  }

  .md\:even\:placeholder-orange-100:nth-child(even)::placeholder {
    color: #fffaf0;
  }

  .md\:even\:placeholder-orange-200:nth-child(even)::-webkit-input-placeholder {
    color: #feebc8;
  }

  .md\:even\:placeholder-orange-200:nth-child(even)::-moz-placeholder {
    color: #feebc8;
  }

  .md\:even\:placeholder-orange-200:nth-child(even):-ms-input-placeholder {
    color: #feebc8;
  }

  .md\:even\:placeholder-orange-200:nth-child(even)::-ms-input-placeholder {
    color: #feebc8;
  }

  .md\:even\:placeholder-orange-200:nth-child(even)::placeholder {
    color: #feebc8;
  }

  .md\:even\:placeholder-orange-300:nth-child(even)::-webkit-input-placeholder {
    color: #fbd38d;
  }

  .md\:even\:placeholder-orange-300:nth-child(even)::-moz-placeholder {
    color: #fbd38d;
  }

  .md\:even\:placeholder-orange-300:nth-child(even):-ms-input-placeholder {
    color: #fbd38d;
  }

  .md\:even\:placeholder-orange-300:nth-child(even)::-ms-input-placeholder {
    color: #fbd38d;
  }

  .md\:even\:placeholder-orange-300:nth-child(even)::placeholder {
    color: #fbd38d;
  }

  .md\:even\:placeholder-orange-400:nth-child(even)::-webkit-input-placeholder {
    color: #f6ad55;
  }

  .md\:even\:placeholder-orange-400:nth-child(even)::-moz-placeholder {
    color: #f6ad55;
  }

  .md\:even\:placeholder-orange-400:nth-child(even):-ms-input-placeholder {
    color: #f6ad55;
  }

  .md\:even\:placeholder-orange-400:nth-child(even)::-ms-input-placeholder {
    color: #f6ad55;
  }

  .md\:even\:placeholder-orange-400:nth-child(even)::placeholder {
    color: #f6ad55;
  }

  .md\:even\:placeholder-orange-500:nth-child(even)::-webkit-input-placeholder {
    color: #ed8936;
  }

  .md\:even\:placeholder-orange-500:nth-child(even)::-moz-placeholder {
    color: #ed8936;
  }

  .md\:even\:placeholder-orange-500:nth-child(even):-ms-input-placeholder {
    color: #ed8936;
  }

  .md\:even\:placeholder-orange-500:nth-child(even)::-ms-input-placeholder {
    color: #ed8936;
  }

  .md\:even\:placeholder-orange-500:nth-child(even)::placeholder {
    color: #ed8936;
  }

  .md\:even\:placeholder-orange-600:nth-child(even)::-webkit-input-placeholder {
    color: #dd6b20;
  }

  .md\:even\:placeholder-orange-600:nth-child(even)::-moz-placeholder {
    color: #dd6b20;
  }

  .md\:even\:placeholder-orange-600:nth-child(even):-ms-input-placeholder {
    color: #dd6b20;
  }

  .md\:even\:placeholder-orange-600:nth-child(even)::-ms-input-placeholder {
    color: #dd6b20;
  }

  .md\:even\:placeholder-orange-600:nth-child(even)::placeholder {
    color: #dd6b20;
  }

  .md\:even\:placeholder-orange-700:nth-child(even)::-webkit-input-placeholder {
    color: #c05621;
  }

  .md\:even\:placeholder-orange-700:nth-child(even)::-moz-placeholder {
    color: #c05621;
  }

  .md\:even\:placeholder-orange-700:nth-child(even):-ms-input-placeholder {
    color: #c05621;
  }

  .md\:even\:placeholder-orange-700:nth-child(even)::-ms-input-placeholder {
    color: #c05621;
  }

  .md\:even\:placeholder-orange-700:nth-child(even)::placeholder {
    color: #c05621;
  }

  .md\:even\:placeholder-orange-800:nth-child(even)::-webkit-input-placeholder {
    color: #9c4221;
  }

  .md\:even\:placeholder-orange-800:nth-child(even)::-moz-placeholder {
    color: #9c4221;
  }

  .md\:even\:placeholder-orange-800:nth-child(even):-ms-input-placeholder {
    color: #9c4221;
  }

  .md\:even\:placeholder-orange-800:nth-child(even)::-ms-input-placeholder {
    color: #9c4221;
  }

  .md\:even\:placeholder-orange-800:nth-child(even)::placeholder {
    color: #9c4221;
  }

  .md\:even\:placeholder-orange-900:nth-child(even)::-webkit-input-placeholder {
    color: #7b341e;
  }

  .md\:even\:placeholder-orange-900:nth-child(even)::-moz-placeholder {
    color: #7b341e;
  }

  .md\:even\:placeholder-orange-900:nth-child(even):-ms-input-placeholder {
    color: #7b341e;
  }

  .md\:even\:placeholder-orange-900:nth-child(even)::-ms-input-placeholder {
    color: #7b341e;
  }

  .md\:even\:placeholder-orange-900:nth-child(even)::placeholder {
    color: #7b341e;
  }

  .md\:even\:placeholder-yellow-100:nth-child(even)::-webkit-input-placeholder {
    color: #fffff0;
  }

  .md\:even\:placeholder-yellow-100:nth-child(even)::-moz-placeholder {
    color: #fffff0;
  }

  .md\:even\:placeholder-yellow-100:nth-child(even):-ms-input-placeholder {
    color: #fffff0;
  }

  .md\:even\:placeholder-yellow-100:nth-child(even)::-ms-input-placeholder {
    color: #fffff0;
  }

  .md\:even\:placeholder-yellow-100:nth-child(even)::placeholder {
    color: #fffff0;
  }

  .md\:even\:placeholder-yellow-200:nth-child(even)::-webkit-input-placeholder {
    color: #fefcbf;
  }

  .md\:even\:placeholder-yellow-200:nth-child(even)::-moz-placeholder {
    color: #fefcbf;
  }

  .md\:even\:placeholder-yellow-200:nth-child(even):-ms-input-placeholder {
    color: #fefcbf;
  }

  .md\:even\:placeholder-yellow-200:nth-child(even)::-ms-input-placeholder {
    color: #fefcbf;
  }

  .md\:even\:placeholder-yellow-200:nth-child(even)::placeholder {
    color: #fefcbf;
  }

  .md\:even\:placeholder-yellow-300:nth-child(even)::-webkit-input-placeholder {
    color: #faf089;
  }

  .md\:even\:placeholder-yellow-300:nth-child(even)::-moz-placeholder {
    color: #faf089;
  }

  .md\:even\:placeholder-yellow-300:nth-child(even):-ms-input-placeholder {
    color: #faf089;
  }

  .md\:even\:placeholder-yellow-300:nth-child(even)::-ms-input-placeholder {
    color: #faf089;
  }

  .md\:even\:placeholder-yellow-300:nth-child(even)::placeholder {
    color: #faf089;
  }

  .md\:even\:placeholder-yellow-400:nth-child(even)::-webkit-input-placeholder {
    color: #f6e05e;
  }

  .md\:even\:placeholder-yellow-400:nth-child(even)::-moz-placeholder {
    color: #f6e05e;
  }

  .md\:even\:placeholder-yellow-400:nth-child(even):-ms-input-placeholder {
    color: #f6e05e;
  }

  .md\:even\:placeholder-yellow-400:nth-child(even)::-ms-input-placeholder {
    color: #f6e05e;
  }

  .md\:even\:placeholder-yellow-400:nth-child(even)::placeholder {
    color: #f6e05e;
  }

  .md\:even\:placeholder-yellow-500:nth-child(even)::-webkit-input-placeholder {
    color: #ecc94b;
  }

  .md\:even\:placeholder-yellow-500:nth-child(even)::-moz-placeholder {
    color: #ecc94b;
  }

  .md\:even\:placeholder-yellow-500:nth-child(even):-ms-input-placeholder {
    color: #ecc94b;
  }

  .md\:even\:placeholder-yellow-500:nth-child(even)::-ms-input-placeholder {
    color: #ecc94b;
  }

  .md\:even\:placeholder-yellow-500:nth-child(even)::placeholder {
    color: #ecc94b;
  }

  .md\:even\:placeholder-yellow-600:nth-child(even)::-webkit-input-placeholder {
    color: #d69e2e;
  }

  .md\:even\:placeholder-yellow-600:nth-child(even)::-moz-placeholder {
    color: #d69e2e;
  }

  .md\:even\:placeholder-yellow-600:nth-child(even):-ms-input-placeholder {
    color: #d69e2e;
  }

  .md\:even\:placeholder-yellow-600:nth-child(even)::-ms-input-placeholder {
    color: #d69e2e;
  }

  .md\:even\:placeholder-yellow-600:nth-child(even)::placeholder {
    color: #d69e2e;
  }

  .md\:even\:placeholder-yellow-700:nth-child(even)::-webkit-input-placeholder {
    color: #b7791f;
  }

  .md\:even\:placeholder-yellow-700:nth-child(even)::-moz-placeholder {
    color: #b7791f;
  }

  .md\:even\:placeholder-yellow-700:nth-child(even):-ms-input-placeholder {
    color: #b7791f;
  }

  .md\:even\:placeholder-yellow-700:nth-child(even)::-ms-input-placeholder {
    color: #b7791f;
  }

  .md\:even\:placeholder-yellow-700:nth-child(even)::placeholder {
    color: #b7791f;
  }

  .md\:even\:placeholder-yellow-800:nth-child(even)::-webkit-input-placeholder {
    color: #975a16;
  }

  .md\:even\:placeholder-yellow-800:nth-child(even)::-moz-placeholder {
    color: #975a16;
  }

  .md\:even\:placeholder-yellow-800:nth-child(even):-ms-input-placeholder {
    color: #975a16;
  }

  .md\:even\:placeholder-yellow-800:nth-child(even)::-ms-input-placeholder {
    color: #975a16;
  }

  .md\:even\:placeholder-yellow-800:nth-child(even)::placeholder {
    color: #975a16;
  }

  .md\:even\:placeholder-yellow-900:nth-child(even)::-webkit-input-placeholder {
    color: #744210;
  }

  .md\:even\:placeholder-yellow-900:nth-child(even)::-moz-placeholder {
    color: #744210;
  }

  .md\:even\:placeholder-yellow-900:nth-child(even):-ms-input-placeholder {
    color: #744210;
  }

  .md\:even\:placeholder-yellow-900:nth-child(even)::-ms-input-placeholder {
    color: #744210;
  }

  .md\:even\:placeholder-yellow-900:nth-child(even)::placeholder {
    color: #744210;
  }

  .md\:even\:placeholder-green-100:nth-child(even)::-webkit-input-placeholder {
    color: #f0fff4;
  }

  .md\:even\:placeholder-green-100:nth-child(even)::-moz-placeholder {
    color: #f0fff4;
  }

  .md\:even\:placeholder-green-100:nth-child(even):-ms-input-placeholder {
    color: #f0fff4;
  }

  .md\:even\:placeholder-green-100:nth-child(even)::-ms-input-placeholder {
    color: #f0fff4;
  }

  .md\:even\:placeholder-green-100:nth-child(even)::placeholder {
    color: #f0fff4;
  }

  .md\:even\:placeholder-green-200:nth-child(even)::-webkit-input-placeholder {
    color: #c6f6d5;
  }

  .md\:even\:placeholder-green-200:nth-child(even)::-moz-placeholder {
    color: #c6f6d5;
  }

  .md\:even\:placeholder-green-200:nth-child(even):-ms-input-placeholder {
    color: #c6f6d5;
  }

  .md\:even\:placeholder-green-200:nth-child(even)::-ms-input-placeholder {
    color: #c6f6d5;
  }

  .md\:even\:placeholder-green-200:nth-child(even)::placeholder {
    color: #c6f6d5;
  }

  .md\:even\:placeholder-green-300:nth-child(even)::-webkit-input-placeholder {
    color: #9ae6b4;
  }

  .md\:even\:placeholder-green-300:nth-child(even)::-moz-placeholder {
    color: #9ae6b4;
  }

  .md\:even\:placeholder-green-300:nth-child(even):-ms-input-placeholder {
    color: #9ae6b4;
  }

  .md\:even\:placeholder-green-300:nth-child(even)::-ms-input-placeholder {
    color: #9ae6b4;
  }

  .md\:even\:placeholder-green-300:nth-child(even)::placeholder {
    color: #9ae6b4;
  }

  .md\:even\:placeholder-green-400:nth-child(even)::-webkit-input-placeholder {
    color: #68d391;
  }

  .md\:even\:placeholder-green-400:nth-child(even)::-moz-placeholder {
    color: #68d391;
  }

  .md\:even\:placeholder-green-400:nth-child(even):-ms-input-placeholder {
    color: #68d391;
  }

  .md\:even\:placeholder-green-400:nth-child(even)::-ms-input-placeholder {
    color: #68d391;
  }

  .md\:even\:placeholder-green-400:nth-child(even)::placeholder {
    color: #68d391;
  }

  .md\:even\:placeholder-green-500:nth-child(even)::-webkit-input-placeholder {
    color: #48bb78;
  }

  .md\:even\:placeholder-green-500:nth-child(even)::-moz-placeholder {
    color: #48bb78;
  }

  .md\:even\:placeholder-green-500:nth-child(even):-ms-input-placeholder {
    color: #48bb78;
  }

  .md\:even\:placeholder-green-500:nth-child(even)::-ms-input-placeholder {
    color: #48bb78;
  }

  .md\:even\:placeholder-green-500:nth-child(even)::placeholder {
    color: #48bb78;
  }

  .md\:even\:placeholder-green-600:nth-child(even)::-webkit-input-placeholder {
    color: #38a169;
  }

  .md\:even\:placeholder-green-600:nth-child(even)::-moz-placeholder {
    color: #38a169;
  }

  .md\:even\:placeholder-green-600:nth-child(even):-ms-input-placeholder {
    color: #38a169;
  }

  .md\:even\:placeholder-green-600:nth-child(even)::-ms-input-placeholder {
    color: #38a169;
  }

  .md\:even\:placeholder-green-600:nth-child(even)::placeholder {
    color: #38a169;
  }

  .md\:even\:placeholder-green-700:nth-child(even)::-webkit-input-placeholder {
    color: #2f855a;
  }

  .md\:even\:placeholder-green-700:nth-child(even)::-moz-placeholder {
    color: #2f855a;
  }

  .md\:even\:placeholder-green-700:nth-child(even):-ms-input-placeholder {
    color: #2f855a;
  }

  .md\:even\:placeholder-green-700:nth-child(even)::-ms-input-placeholder {
    color: #2f855a;
  }

  .md\:even\:placeholder-green-700:nth-child(even)::placeholder {
    color: #2f855a;
  }

  .md\:even\:placeholder-green-800:nth-child(even)::-webkit-input-placeholder {
    color: #276749;
  }

  .md\:even\:placeholder-green-800:nth-child(even)::-moz-placeholder {
    color: #276749;
  }

  .md\:even\:placeholder-green-800:nth-child(even):-ms-input-placeholder {
    color: #276749;
  }

  .md\:even\:placeholder-green-800:nth-child(even)::-ms-input-placeholder {
    color: #276749;
  }

  .md\:even\:placeholder-green-800:nth-child(even)::placeholder {
    color: #276749;
  }

  .md\:even\:placeholder-green-900:nth-child(even)::-webkit-input-placeholder {
    color: #22543d;
  }

  .md\:even\:placeholder-green-900:nth-child(even)::-moz-placeholder {
    color: #22543d;
  }

  .md\:even\:placeholder-green-900:nth-child(even):-ms-input-placeholder {
    color: #22543d;
  }

  .md\:even\:placeholder-green-900:nth-child(even)::-ms-input-placeholder {
    color: #22543d;
  }

  .md\:even\:placeholder-green-900:nth-child(even)::placeholder {
    color: #22543d;
  }

  .md\:even\:placeholder-teal-100:nth-child(even)::-webkit-input-placeholder {
    color: #e6fffa;
  }

  .md\:even\:placeholder-teal-100:nth-child(even)::-moz-placeholder {
    color: #e6fffa;
  }

  .md\:even\:placeholder-teal-100:nth-child(even):-ms-input-placeholder {
    color: #e6fffa;
  }

  .md\:even\:placeholder-teal-100:nth-child(even)::-ms-input-placeholder {
    color: #e6fffa;
  }

  .md\:even\:placeholder-teal-100:nth-child(even)::placeholder {
    color: #e6fffa;
  }

  .md\:even\:placeholder-teal-200:nth-child(even)::-webkit-input-placeholder {
    color: #b2f5ea;
  }

  .md\:even\:placeholder-teal-200:nth-child(even)::-moz-placeholder {
    color: #b2f5ea;
  }

  .md\:even\:placeholder-teal-200:nth-child(even):-ms-input-placeholder {
    color: #b2f5ea;
  }

  .md\:even\:placeholder-teal-200:nth-child(even)::-ms-input-placeholder {
    color: #b2f5ea;
  }

  .md\:even\:placeholder-teal-200:nth-child(even)::placeholder {
    color: #b2f5ea;
  }

  .md\:even\:placeholder-teal-300:nth-child(even)::-webkit-input-placeholder {
    color: #81e6d9;
  }

  .md\:even\:placeholder-teal-300:nth-child(even)::-moz-placeholder {
    color: #81e6d9;
  }

  .md\:even\:placeholder-teal-300:nth-child(even):-ms-input-placeholder {
    color: #81e6d9;
  }

  .md\:even\:placeholder-teal-300:nth-child(even)::-ms-input-placeholder {
    color: #81e6d9;
  }

  .md\:even\:placeholder-teal-300:nth-child(even)::placeholder {
    color: #81e6d9;
  }

  .md\:even\:placeholder-teal-400:nth-child(even)::-webkit-input-placeholder {
    color: #4fd1c5;
  }

  .md\:even\:placeholder-teal-400:nth-child(even)::-moz-placeholder {
    color: #4fd1c5;
  }

  .md\:even\:placeholder-teal-400:nth-child(even):-ms-input-placeholder {
    color: #4fd1c5;
  }

  .md\:even\:placeholder-teal-400:nth-child(even)::-ms-input-placeholder {
    color: #4fd1c5;
  }

  .md\:even\:placeholder-teal-400:nth-child(even)::placeholder {
    color: #4fd1c5;
  }

  .md\:even\:placeholder-teal-500:nth-child(even)::-webkit-input-placeholder {
    color: #38b2ac;
  }

  .md\:even\:placeholder-teal-500:nth-child(even)::-moz-placeholder {
    color: #38b2ac;
  }

  .md\:even\:placeholder-teal-500:nth-child(even):-ms-input-placeholder {
    color: #38b2ac;
  }

  .md\:even\:placeholder-teal-500:nth-child(even)::-ms-input-placeholder {
    color: #38b2ac;
  }

  .md\:even\:placeholder-teal-500:nth-child(even)::placeholder {
    color: #38b2ac;
  }

  .md\:even\:placeholder-teal-600:nth-child(even)::-webkit-input-placeholder {
    color: #319795;
  }

  .md\:even\:placeholder-teal-600:nth-child(even)::-moz-placeholder {
    color: #319795;
  }

  .md\:even\:placeholder-teal-600:nth-child(even):-ms-input-placeholder {
    color: #319795;
  }

  .md\:even\:placeholder-teal-600:nth-child(even)::-ms-input-placeholder {
    color: #319795;
  }

  .md\:even\:placeholder-teal-600:nth-child(even)::placeholder {
    color: #319795;
  }

  .md\:even\:placeholder-teal-700:nth-child(even)::-webkit-input-placeholder {
    color: #2c7a7b;
  }

  .md\:even\:placeholder-teal-700:nth-child(even)::-moz-placeholder {
    color: #2c7a7b;
  }

  .md\:even\:placeholder-teal-700:nth-child(even):-ms-input-placeholder {
    color: #2c7a7b;
  }

  .md\:even\:placeholder-teal-700:nth-child(even)::-ms-input-placeholder {
    color: #2c7a7b;
  }

  .md\:even\:placeholder-teal-700:nth-child(even)::placeholder {
    color: #2c7a7b;
  }

  .md\:even\:placeholder-teal-800:nth-child(even)::-webkit-input-placeholder {
    color: #285e61;
  }

  .md\:even\:placeholder-teal-800:nth-child(even)::-moz-placeholder {
    color: #285e61;
  }

  .md\:even\:placeholder-teal-800:nth-child(even):-ms-input-placeholder {
    color: #285e61;
  }

  .md\:even\:placeholder-teal-800:nth-child(even)::-ms-input-placeholder {
    color: #285e61;
  }

  .md\:even\:placeholder-teal-800:nth-child(even)::placeholder {
    color: #285e61;
  }

  .md\:even\:placeholder-teal-900:nth-child(even)::-webkit-input-placeholder {
    color: #234e52;
  }

  .md\:even\:placeholder-teal-900:nth-child(even)::-moz-placeholder {
    color: #234e52;
  }

  .md\:even\:placeholder-teal-900:nth-child(even):-ms-input-placeholder {
    color: #234e52;
  }

  .md\:even\:placeholder-teal-900:nth-child(even)::-ms-input-placeholder {
    color: #234e52;
  }

  .md\:even\:placeholder-teal-900:nth-child(even)::placeholder {
    color: #234e52;
  }

  .md\:even\:placeholder-blue-100:nth-child(even)::-webkit-input-placeholder {
    color: #ebf8ff;
  }

  .md\:even\:placeholder-blue-100:nth-child(even)::-moz-placeholder {
    color: #ebf8ff;
  }

  .md\:even\:placeholder-blue-100:nth-child(even):-ms-input-placeholder {
    color: #ebf8ff;
  }

  .md\:even\:placeholder-blue-100:nth-child(even)::-ms-input-placeholder {
    color: #ebf8ff;
  }

  .md\:even\:placeholder-blue-100:nth-child(even)::placeholder {
    color: #ebf8ff;
  }

  .md\:even\:placeholder-blue-200:nth-child(even)::-webkit-input-placeholder {
    color: #bee3f8;
  }

  .md\:even\:placeholder-blue-200:nth-child(even)::-moz-placeholder {
    color: #bee3f8;
  }

  .md\:even\:placeholder-blue-200:nth-child(even):-ms-input-placeholder {
    color: #bee3f8;
  }

  .md\:even\:placeholder-blue-200:nth-child(even)::-ms-input-placeholder {
    color: #bee3f8;
  }

  .md\:even\:placeholder-blue-200:nth-child(even)::placeholder {
    color: #bee3f8;
  }

  .md\:even\:placeholder-blue-300:nth-child(even)::-webkit-input-placeholder {
    color: #90cdf4;
  }

  .md\:even\:placeholder-blue-300:nth-child(even)::-moz-placeholder {
    color: #90cdf4;
  }

  .md\:even\:placeholder-blue-300:nth-child(even):-ms-input-placeholder {
    color: #90cdf4;
  }

  .md\:even\:placeholder-blue-300:nth-child(even)::-ms-input-placeholder {
    color: #90cdf4;
  }

  .md\:even\:placeholder-blue-300:nth-child(even)::placeholder {
    color: #90cdf4;
  }

  .md\:even\:placeholder-blue-400:nth-child(even)::-webkit-input-placeholder {
    color: #63b3ed;
  }

  .md\:even\:placeholder-blue-400:nth-child(even)::-moz-placeholder {
    color: #63b3ed;
  }

  .md\:even\:placeholder-blue-400:nth-child(even):-ms-input-placeholder {
    color: #63b3ed;
  }

  .md\:even\:placeholder-blue-400:nth-child(even)::-ms-input-placeholder {
    color: #63b3ed;
  }

  .md\:even\:placeholder-blue-400:nth-child(even)::placeholder {
    color: #63b3ed;
  }

  .md\:even\:placeholder-blue-500:nth-child(even)::-webkit-input-placeholder {
    color: #4299e1;
  }

  .md\:even\:placeholder-blue-500:nth-child(even)::-moz-placeholder {
    color: #4299e1;
  }

  .md\:even\:placeholder-blue-500:nth-child(even):-ms-input-placeholder {
    color: #4299e1;
  }

  .md\:even\:placeholder-blue-500:nth-child(even)::-ms-input-placeholder {
    color: #4299e1;
  }

  .md\:even\:placeholder-blue-500:nth-child(even)::placeholder {
    color: #4299e1;
  }

  .md\:even\:placeholder-blue-600:nth-child(even)::-webkit-input-placeholder {
    color: #3182ce;
  }

  .md\:even\:placeholder-blue-600:nth-child(even)::-moz-placeholder {
    color: #3182ce;
  }

  .md\:even\:placeholder-blue-600:nth-child(even):-ms-input-placeholder {
    color: #3182ce;
  }

  .md\:even\:placeholder-blue-600:nth-child(even)::-ms-input-placeholder {
    color: #3182ce;
  }

  .md\:even\:placeholder-blue-600:nth-child(even)::placeholder {
    color: #3182ce;
  }

  .md\:even\:placeholder-blue-700:nth-child(even)::-webkit-input-placeholder {
    color: #2b6cb0;
  }

  .md\:even\:placeholder-blue-700:nth-child(even)::-moz-placeholder {
    color: #2b6cb0;
  }

  .md\:even\:placeholder-blue-700:nth-child(even):-ms-input-placeholder {
    color: #2b6cb0;
  }

  .md\:even\:placeholder-blue-700:nth-child(even)::-ms-input-placeholder {
    color: #2b6cb0;
  }

  .md\:even\:placeholder-blue-700:nth-child(even)::placeholder {
    color: #2b6cb0;
  }

  .md\:even\:placeholder-blue-800:nth-child(even)::-webkit-input-placeholder {
    color: #2c5282;
  }

  .md\:even\:placeholder-blue-800:nth-child(even)::-moz-placeholder {
    color: #2c5282;
  }

  .md\:even\:placeholder-blue-800:nth-child(even):-ms-input-placeholder {
    color: #2c5282;
  }

  .md\:even\:placeholder-blue-800:nth-child(even)::-ms-input-placeholder {
    color: #2c5282;
  }

  .md\:even\:placeholder-blue-800:nth-child(even)::placeholder {
    color: #2c5282;
  }

  .md\:even\:placeholder-blue-900:nth-child(even)::-webkit-input-placeholder {
    color: #2a4365;
  }

  .md\:even\:placeholder-blue-900:nth-child(even)::-moz-placeholder {
    color: #2a4365;
  }

  .md\:even\:placeholder-blue-900:nth-child(even):-ms-input-placeholder {
    color: #2a4365;
  }

  .md\:even\:placeholder-blue-900:nth-child(even)::-ms-input-placeholder {
    color: #2a4365;
  }

  .md\:even\:placeholder-blue-900:nth-child(even)::placeholder {
    color: #2a4365;
  }

  .md\:even\:placeholder-indigo-100:nth-child(even)::-webkit-input-placeholder {
    color: #ebf4ff;
  }

  .md\:even\:placeholder-indigo-100:nth-child(even)::-moz-placeholder {
    color: #ebf4ff;
  }

  .md\:even\:placeholder-indigo-100:nth-child(even):-ms-input-placeholder {
    color: #ebf4ff;
  }

  .md\:even\:placeholder-indigo-100:nth-child(even)::-ms-input-placeholder {
    color: #ebf4ff;
  }

  .md\:even\:placeholder-indigo-100:nth-child(even)::placeholder {
    color: #ebf4ff;
  }

  .md\:even\:placeholder-indigo-200:nth-child(even)::-webkit-input-placeholder {
    color: #c3dafe;
  }

  .md\:even\:placeholder-indigo-200:nth-child(even)::-moz-placeholder {
    color: #c3dafe;
  }

  .md\:even\:placeholder-indigo-200:nth-child(even):-ms-input-placeholder {
    color: #c3dafe;
  }

  .md\:even\:placeholder-indigo-200:nth-child(even)::-ms-input-placeholder {
    color: #c3dafe;
  }

  .md\:even\:placeholder-indigo-200:nth-child(even)::placeholder {
    color: #c3dafe;
  }

  .md\:even\:placeholder-indigo-300:nth-child(even)::-webkit-input-placeholder {
    color: #a3bffa;
  }

  .md\:even\:placeholder-indigo-300:nth-child(even)::-moz-placeholder {
    color: #a3bffa;
  }

  .md\:even\:placeholder-indigo-300:nth-child(even):-ms-input-placeholder {
    color: #a3bffa;
  }

  .md\:even\:placeholder-indigo-300:nth-child(even)::-ms-input-placeholder {
    color: #a3bffa;
  }

  .md\:even\:placeholder-indigo-300:nth-child(even)::placeholder {
    color: #a3bffa;
  }

  .md\:even\:placeholder-indigo-400:nth-child(even)::-webkit-input-placeholder {
    color: #7f9cf5;
  }

  .md\:even\:placeholder-indigo-400:nth-child(even)::-moz-placeholder {
    color: #7f9cf5;
  }

  .md\:even\:placeholder-indigo-400:nth-child(even):-ms-input-placeholder {
    color: #7f9cf5;
  }

  .md\:even\:placeholder-indigo-400:nth-child(even)::-ms-input-placeholder {
    color: #7f9cf5;
  }

  .md\:even\:placeholder-indigo-400:nth-child(even)::placeholder {
    color: #7f9cf5;
  }

  .md\:even\:placeholder-indigo-500:nth-child(even)::-webkit-input-placeholder {
    color: #667eea;
  }

  .md\:even\:placeholder-indigo-500:nth-child(even)::-moz-placeholder {
    color: #667eea;
  }

  .md\:even\:placeholder-indigo-500:nth-child(even):-ms-input-placeholder {
    color: #667eea;
  }

  .md\:even\:placeholder-indigo-500:nth-child(even)::-ms-input-placeholder {
    color: #667eea;
  }

  .md\:even\:placeholder-indigo-500:nth-child(even)::placeholder {
    color: #667eea;
  }

  .md\:even\:placeholder-indigo-600:nth-child(even)::-webkit-input-placeholder {
    color: #5a67d8;
  }

  .md\:even\:placeholder-indigo-600:nth-child(even)::-moz-placeholder {
    color: #5a67d8;
  }

  .md\:even\:placeholder-indigo-600:nth-child(even):-ms-input-placeholder {
    color: #5a67d8;
  }

  .md\:even\:placeholder-indigo-600:nth-child(even)::-ms-input-placeholder {
    color: #5a67d8;
  }

  .md\:even\:placeholder-indigo-600:nth-child(even)::placeholder {
    color: #5a67d8;
  }

  .md\:even\:placeholder-indigo-700:nth-child(even)::-webkit-input-placeholder {
    color: #4c51bf;
  }

  .md\:even\:placeholder-indigo-700:nth-child(even)::-moz-placeholder {
    color: #4c51bf;
  }

  .md\:even\:placeholder-indigo-700:nth-child(even):-ms-input-placeholder {
    color: #4c51bf;
  }

  .md\:even\:placeholder-indigo-700:nth-child(even)::-ms-input-placeholder {
    color: #4c51bf;
  }

  .md\:even\:placeholder-indigo-700:nth-child(even)::placeholder {
    color: #4c51bf;
  }

  .md\:even\:placeholder-indigo-800:nth-child(even)::-webkit-input-placeholder {
    color: #434190;
  }

  .md\:even\:placeholder-indigo-800:nth-child(even)::-moz-placeholder {
    color: #434190;
  }

  .md\:even\:placeholder-indigo-800:nth-child(even):-ms-input-placeholder {
    color: #434190;
  }

  .md\:even\:placeholder-indigo-800:nth-child(even)::-ms-input-placeholder {
    color: #434190;
  }

  .md\:even\:placeholder-indigo-800:nth-child(even)::placeholder {
    color: #434190;
  }

  .md\:even\:placeholder-indigo-900:nth-child(even)::-webkit-input-placeholder {
    color: #3c366b;
  }

  .md\:even\:placeholder-indigo-900:nth-child(even)::-moz-placeholder {
    color: #3c366b;
  }

  .md\:even\:placeholder-indigo-900:nth-child(even):-ms-input-placeholder {
    color: #3c366b;
  }

  .md\:even\:placeholder-indigo-900:nth-child(even)::-ms-input-placeholder {
    color: #3c366b;
  }

  .md\:even\:placeholder-indigo-900:nth-child(even)::placeholder {
    color: #3c366b;
  }

  .md\:even\:placeholder-purple-100:nth-child(even)::-webkit-input-placeholder {
    color: #faf5ff;
  }

  .md\:even\:placeholder-purple-100:nth-child(even)::-moz-placeholder {
    color: #faf5ff;
  }

  .md\:even\:placeholder-purple-100:nth-child(even):-ms-input-placeholder {
    color: #faf5ff;
  }

  .md\:even\:placeholder-purple-100:nth-child(even)::-ms-input-placeholder {
    color: #faf5ff;
  }

  .md\:even\:placeholder-purple-100:nth-child(even)::placeholder {
    color: #faf5ff;
  }

  .md\:even\:placeholder-purple-200:nth-child(even)::-webkit-input-placeholder {
    color: #e9d8fd;
  }

  .md\:even\:placeholder-purple-200:nth-child(even)::-moz-placeholder {
    color: #e9d8fd;
  }

  .md\:even\:placeholder-purple-200:nth-child(even):-ms-input-placeholder {
    color: #e9d8fd;
  }

  .md\:even\:placeholder-purple-200:nth-child(even)::-ms-input-placeholder {
    color: #e9d8fd;
  }

  .md\:even\:placeholder-purple-200:nth-child(even)::placeholder {
    color: #e9d8fd;
  }

  .md\:even\:placeholder-purple-300:nth-child(even)::-webkit-input-placeholder {
    color: #d6bcfa;
  }

  .md\:even\:placeholder-purple-300:nth-child(even)::-moz-placeholder {
    color: #d6bcfa;
  }

  .md\:even\:placeholder-purple-300:nth-child(even):-ms-input-placeholder {
    color: #d6bcfa;
  }

  .md\:even\:placeholder-purple-300:nth-child(even)::-ms-input-placeholder {
    color: #d6bcfa;
  }

  .md\:even\:placeholder-purple-300:nth-child(even)::placeholder {
    color: #d6bcfa;
  }

  .md\:even\:placeholder-purple-400:nth-child(even)::-webkit-input-placeholder {
    color: #b794f4;
  }

  .md\:even\:placeholder-purple-400:nth-child(even)::-moz-placeholder {
    color: #b794f4;
  }

  .md\:even\:placeholder-purple-400:nth-child(even):-ms-input-placeholder {
    color: #b794f4;
  }

  .md\:even\:placeholder-purple-400:nth-child(even)::-ms-input-placeholder {
    color: #b794f4;
  }

  .md\:even\:placeholder-purple-400:nth-child(even)::placeholder {
    color: #b794f4;
  }

  .md\:even\:placeholder-purple-500:nth-child(even)::-webkit-input-placeholder {
    color: #9f7aea;
  }

  .md\:even\:placeholder-purple-500:nth-child(even)::-moz-placeholder {
    color: #9f7aea;
  }

  .md\:even\:placeholder-purple-500:nth-child(even):-ms-input-placeholder {
    color: #9f7aea;
  }

  .md\:even\:placeholder-purple-500:nth-child(even)::-ms-input-placeholder {
    color: #9f7aea;
  }

  .md\:even\:placeholder-purple-500:nth-child(even)::placeholder {
    color: #9f7aea;
  }

  .md\:even\:placeholder-purple-600:nth-child(even)::-webkit-input-placeholder {
    color: #805ad5;
  }

  .md\:even\:placeholder-purple-600:nth-child(even)::-moz-placeholder {
    color: #805ad5;
  }

  .md\:even\:placeholder-purple-600:nth-child(even):-ms-input-placeholder {
    color: #805ad5;
  }

  .md\:even\:placeholder-purple-600:nth-child(even)::-ms-input-placeholder {
    color: #805ad5;
  }

  .md\:even\:placeholder-purple-600:nth-child(even)::placeholder {
    color: #805ad5;
  }

  .md\:even\:placeholder-purple-700:nth-child(even)::-webkit-input-placeholder {
    color: #6b46c1;
  }

  .md\:even\:placeholder-purple-700:nth-child(even)::-moz-placeholder {
    color: #6b46c1;
  }

  .md\:even\:placeholder-purple-700:nth-child(even):-ms-input-placeholder {
    color: #6b46c1;
  }

  .md\:even\:placeholder-purple-700:nth-child(even)::-ms-input-placeholder {
    color: #6b46c1;
  }

  .md\:even\:placeholder-purple-700:nth-child(even)::placeholder {
    color: #6b46c1;
  }

  .md\:even\:placeholder-purple-800:nth-child(even)::-webkit-input-placeholder {
    color: #553c9a;
  }

  .md\:even\:placeholder-purple-800:nth-child(even)::-moz-placeholder {
    color: #553c9a;
  }

  .md\:even\:placeholder-purple-800:nth-child(even):-ms-input-placeholder {
    color: #553c9a;
  }

  .md\:even\:placeholder-purple-800:nth-child(even)::-ms-input-placeholder {
    color: #553c9a;
  }

  .md\:even\:placeholder-purple-800:nth-child(even)::placeholder {
    color: #553c9a;
  }

  .md\:even\:placeholder-purple-900:nth-child(even)::-webkit-input-placeholder {
    color: #44337a;
  }

  .md\:even\:placeholder-purple-900:nth-child(even)::-moz-placeholder {
    color: #44337a;
  }

  .md\:even\:placeholder-purple-900:nth-child(even):-ms-input-placeholder {
    color: #44337a;
  }

  .md\:even\:placeholder-purple-900:nth-child(even)::-ms-input-placeholder {
    color: #44337a;
  }

  .md\:even\:placeholder-purple-900:nth-child(even)::placeholder {
    color: #44337a;
  }

  .md\:even\:placeholder-pink-100:nth-child(even)::-webkit-input-placeholder {
    color: #fff5f7;
  }

  .md\:even\:placeholder-pink-100:nth-child(even)::-moz-placeholder {
    color: #fff5f7;
  }

  .md\:even\:placeholder-pink-100:nth-child(even):-ms-input-placeholder {
    color: #fff5f7;
  }

  .md\:even\:placeholder-pink-100:nth-child(even)::-ms-input-placeholder {
    color: #fff5f7;
  }

  .md\:even\:placeholder-pink-100:nth-child(even)::placeholder {
    color: #fff5f7;
  }

  .md\:even\:placeholder-pink-200:nth-child(even)::-webkit-input-placeholder {
    color: #fed7e2;
  }

  .md\:even\:placeholder-pink-200:nth-child(even)::-moz-placeholder {
    color: #fed7e2;
  }

  .md\:even\:placeholder-pink-200:nth-child(even):-ms-input-placeholder {
    color: #fed7e2;
  }

  .md\:even\:placeholder-pink-200:nth-child(even)::-ms-input-placeholder {
    color: #fed7e2;
  }

  .md\:even\:placeholder-pink-200:nth-child(even)::placeholder {
    color: #fed7e2;
  }

  .md\:even\:placeholder-pink-300:nth-child(even)::-webkit-input-placeholder {
    color: #fbb6ce;
  }

  .md\:even\:placeholder-pink-300:nth-child(even)::-moz-placeholder {
    color: #fbb6ce;
  }

  .md\:even\:placeholder-pink-300:nth-child(even):-ms-input-placeholder {
    color: #fbb6ce;
  }

  .md\:even\:placeholder-pink-300:nth-child(even)::-ms-input-placeholder {
    color: #fbb6ce;
  }

  .md\:even\:placeholder-pink-300:nth-child(even)::placeholder {
    color: #fbb6ce;
  }

  .md\:even\:placeholder-pink-400:nth-child(even)::-webkit-input-placeholder {
    color: #f687b3;
  }

  .md\:even\:placeholder-pink-400:nth-child(even)::-moz-placeholder {
    color: #f687b3;
  }

  .md\:even\:placeholder-pink-400:nth-child(even):-ms-input-placeholder {
    color: #f687b3;
  }

  .md\:even\:placeholder-pink-400:nth-child(even)::-ms-input-placeholder {
    color: #f687b3;
  }

  .md\:even\:placeholder-pink-400:nth-child(even)::placeholder {
    color: #f687b3;
  }

  .md\:even\:placeholder-pink-500:nth-child(even)::-webkit-input-placeholder {
    color: #ed64a6;
  }

  .md\:even\:placeholder-pink-500:nth-child(even)::-moz-placeholder {
    color: #ed64a6;
  }

  .md\:even\:placeholder-pink-500:nth-child(even):-ms-input-placeholder {
    color: #ed64a6;
  }

  .md\:even\:placeholder-pink-500:nth-child(even)::-ms-input-placeholder {
    color: #ed64a6;
  }

  .md\:even\:placeholder-pink-500:nth-child(even)::placeholder {
    color: #ed64a6;
  }

  .md\:even\:placeholder-pink-600:nth-child(even)::-webkit-input-placeholder {
    color: #d53f8c;
  }

  .md\:even\:placeholder-pink-600:nth-child(even)::-moz-placeholder {
    color: #d53f8c;
  }

  .md\:even\:placeholder-pink-600:nth-child(even):-ms-input-placeholder {
    color: #d53f8c;
  }

  .md\:even\:placeholder-pink-600:nth-child(even)::-ms-input-placeholder {
    color: #d53f8c;
  }

  .md\:even\:placeholder-pink-600:nth-child(even)::placeholder {
    color: #d53f8c;
  }

  .md\:even\:placeholder-pink-700:nth-child(even)::-webkit-input-placeholder {
    color: #b83280;
  }

  .md\:even\:placeholder-pink-700:nth-child(even)::-moz-placeholder {
    color: #b83280;
  }

  .md\:even\:placeholder-pink-700:nth-child(even):-ms-input-placeholder {
    color: #b83280;
  }

  .md\:even\:placeholder-pink-700:nth-child(even)::-ms-input-placeholder {
    color: #b83280;
  }

  .md\:even\:placeholder-pink-700:nth-child(even)::placeholder {
    color: #b83280;
  }

  .md\:even\:placeholder-pink-800:nth-child(even)::-webkit-input-placeholder {
    color: #97266d;
  }

  .md\:even\:placeholder-pink-800:nth-child(even)::-moz-placeholder {
    color: #97266d;
  }

  .md\:even\:placeholder-pink-800:nth-child(even):-ms-input-placeholder {
    color: #97266d;
  }

  .md\:even\:placeholder-pink-800:nth-child(even)::-ms-input-placeholder {
    color: #97266d;
  }

  .md\:even\:placeholder-pink-800:nth-child(even)::placeholder {
    color: #97266d;
  }

  .md\:even\:placeholder-pink-900:nth-child(even)::-webkit-input-placeholder {
    color: #702459;
  }

  .md\:even\:placeholder-pink-900:nth-child(even)::-moz-placeholder {
    color: #702459;
  }

  .md\:even\:placeholder-pink-900:nth-child(even):-ms-input-placeholder {
    color: #702459;
  }

  .md\:even\:placeholder-pink-900:nth-child(even)::-ms-input-placeholder {
    color: #702459;
  }

  .md\:even\:placeholder-pink-900:nth-child(even)::placeholder {
    color: #702459;
  }

  .md\:hover\:placeholder-transparent:hover::-webkit-input-placeholder {
    color: transparent;
  }

  .md\:hover\:placeholder-transparent:hover::-moz-placeholder {
    color: transparent;
  }

  .md\:hover\:placeholder-transparent:hover:-ms-input-placeholder {
    color: transparent;
  }

  .md\:hover\:placeholder-transparent:hover::-ms-input-placeholder {
    color: transparent;
  }

  .md\:hover\:placeholder-transparent:hover::placeholder {
    color: transparent;
  }

  .md\:hover\:placeholder-black:hover::-webkit-input-placeholder {
    color: #000;
  }

  .md\:hover\:placeholder-black:hover::-moz-placeholder {
    color: #000;
  }

  .md\:hover\:placeholder-black:hover:-ms-input-placeholder {
    color: #000;
  }

  .md\:hover\:placeholder-black:hover::-ms-input-placeholder {
    color: #000;
  }

  .md\:hover\:placeholder-black:hover::placeholder {
    color: #000;
  }

  .md\:hover\:placeholder-white:hover::-webkit-input-placeholder {
    color: #fff;
  }

  .md\:hover\:placeholder-white:hover::-moz-placeholder {
    color: #fff;
  }

  .md\:hover\:placeholder-white:hover:-ms-input-placeholder {
    color: #fff;
  }

  .md\:hover\:placeholder-white:hover::-ms-input-placeholder {
    color: #fff;
  }

  .md\:hover\:placeholder-white:hover::placeholder {
    color: #fff;
  }

  .md\:hover\:placeholder-gray-100:hover::-webkit-input-placeholder {
    color: #f7fafc;
  }

  .md\:hover\:placeholder-gray-100:hover::-moz-placeholder {
    color: #f7fafc;
  }

  .md\:hover\:placeholder-gray-100:hover:-ms-input-placeholder {
    color: #f7fafc;
  }

  .md\:hover\:placeholder-gray-100:hover::-ms-input-placeholder {
    color: #f7fafc;
  }

  .md\:hover\:placeholder-gray-100:hover::placeholder {
    color: #f7fafc;
  }

  .md\:hover\:placeholder-gray-200:hover::-webkit-input-placeholder {
    color: #edf2f7;
  }

  .md\:hover\:placeholder-gray-200:hover::-moz-placeholder {
    color: #edf2f7;
  }

  .md\:hover\:placeholder-gray-200:hover:-ms-input-placeholder {
    color: #edf2f7;
  }

  .md\:hover\:placeholder-gray-200:hover::-ms-input-placeholder {
    color: #edf2f7;
  }

  .md\:hover\:placeholder-gray-200:hover::placeholder {
    color: #edf2f7;
  }

  .md\:hover\:placeholder-gray-300:hover::-webkit-input-placeholder {
    color: #e2e8f0;
  }

  .md\:hover\:placeholder-gray-300:hover::-moz-placeholder {
    color: #e2e8f0;
  }

  .md\:hover\:placeholder-gray-300:hover:-ms-input-placeholder {
    color: #e2e8f0;
  }

  .md\:hover\:placeholder-gray-300:hover::-ms-input-placeholder {
    color: #e2e8f0;
  }

  .md\:hover\:placeholder-gray-300:hover::placeholder {
    color: #e2e8f0;
  }

  .md\:hover\:placeholder-gray-400:hover::-webkit-input-placeholder {
    color: #cbd5e0;
  }

  .md\:hover\:placeholder-gray-400:hover::-moz-placeholder {
    color: #cbd5e0;
  }

  .md\:hover\:placeholder-gray-400:hover:-ms-input-placeholder {
    color: #cbd5e0;
  }

  .md\:hover\:placeholder-gray-400:hover::-ms-input-placeholder {
    color: #cbd5e0;
  }

  .md\:hover\:placeholder-gray-400:hover::placeholder {
    color: #cbd5e0;
  }

  .md\:hover\:placeholder-gray-500:hover::-webkit-input-placeholder {
    color: #a0aec0;
  }

  .md\:hover\:placeholder-gray-500:hover::-moz-placeholder {
    color: #a0aec0;
  }

  .md\:hover\:placeholder-gray-500:hover:-ms-input-placeholder {
    color: #a0aec0;
  }

  .md\:hover\:placeholder-gray-500:hover::-ms-input-placeholder {
    color: #a0aec0;
  }

  .md\:hover\:placeholder-gray-500:hover::placeholder {
    color: #a0aec0;
  }

  .md\:hover\:placeholder-gray-600:hover::-webkit-input-placeholder {
    color: #718096;
  }

  .md\:hover\:placeholder-gray-600:hover::-moz-placeholder {
    color: #718096;
  }

  .md\:hover\:placeholder-gray-600:hover:-ms-input-placeholder {
    color: #718096;
  }

  .md\:hover\:placeholder-gray-600:hover::-ms-input-placeholder {
    color: #718096;
  }

  .md\:hover\:placeholder-gray-600:hover::placeholder {
    color: #718096;
  }

  .md\:hover\:placeholder-gray-700:hover::-webkit-input-placeholder {
    color: #4a5568;
  }

  .md\:hover\:placeholder-gray-700:hover::-moz-placeholder {
    color: #4a5568;
  }

  .md\:hover\:placeholder-gray-700:hover:-ms-input-placeholder {
    color: #4a5568;
  }

  .md\:hover\:placeholder-gray-700:hover::-ms-input-placeholder {
    color: #4a5568;
  }

  .md\:hover\:placeholder-gray-700:hover::placeholder {
    color: #4a5568;
  }

  .md\:hover\:placeholder-gray-800:hover::-webkit-input-placeholder {
    color: #2d3748;
  }

  .md\:hover\:placeholder-gray-800:hover::-moz-placeholder {
    color: #2d3748;
  }

  .md\:hover\:placeholder-gray-800:hover:-ms-input-placeholder {
    color: #2d3748;
  }

  .md\:hover\:placeholder-gray-800:hover::-ms-input-placeholder {
    color: #2d3748;
  }

  .md\:hover\:placeholder-gray-800:hover::placeholder {
    color: #2d3748;
  }

  .md\:hover\:placeholder-gray-900:hover::-webkit-input-placeholder {
    color: #1a202c;
  }

  .md\:hover\:placeholder-gray-900:hover::-moz-placeholder {
    color: #1a202c;
  }

  .md\:hover\:placeholder-gray-900:hover:-ms-input-placeholder {
    color: #1a202c;
  }

  .md\:hover\:placeholder-gray-900:hover::-ms-input-placeholder {
    color: #1a202c;
  }

  .md\:hover\:placeholder-gray-900:hover::placeholder {
    color: #1a202c;
  }

  .md\:hover\:placeholder-red-100:hover::-webkit-input-placeholder {
    color: #fff5f5;
  }

  .md\:hover\:placeholder-red-100:hover::-moz-placeholder {
    color: #fff5f5;
  }

  .md\:hover\:placeholder-red-100:hover:-ms-input-placeholder {
    color: #fff5f5;
  }

  .md\:hover\:placeholder-red-100:hover::-ms-input-placeholder {
    color: #fff5f5;
  }

  .md\:hover\:placeholder-red-100:hover::placeholder {
    color: #fff5f5;
  }

  .md\:hover\:placeholder-red-200:hover::-webkit-input-placeholder {
    color: #fed7d7;
  }

  .md\:hover\:placeholder-red-200:hover::-moz-placeholder {
    color: #fed7d7;
  }

  .md\:hover\:placeholder-red-200:hover:-ms-input-placeholder {
    color: #fed7d7;
  }

  .md\:hover\:placeholder-red-200:hover::-ms-input-placeholder {
    color: #fed7d7;
  }

  .md\:hover\:placeholder-red-200:hover::placeholder {
    color: #fed7d7;
  }

  .md\:hover\:placeholder-red-300:hover::-webkit-input-placeholder {
    color: #feb2b2;
  }

  .md\:hover\:placeholder-red-300:hover::-moz-placeholder {
    color: #feb2b2;
  }

  .md\:hover\:placeholder-red-300:hover:-ms-input-placeholder {
    color: #feb2b2;
  }

  .md\:hover\:placeholder-red-300:hover::-ms-input-placeholder {
    color: #feb2b2;
  }

  .md\:hover\:placeholder-red-300:hover::placeholder {
    color: #feb2b2;
  }

  .md\:hover\:placeholder-red-400:hover::-webkit-input-placeholder {
    color: #fc8181;
  }

  .md\:hover\:placeholder-red-400:hover::-moz-placeholder {
    color: #fc8181;
  }

  .md\:hover\:placeholder-red-400:hover:-ms-input-placeholder {
    color: #fc8181;
  }

  .md\:hover\:placeholder-red-400:hover::-ms-input-placeholder {
    color: #fc8181;
  }

  .md\:hover\:placeholder-red-400:hover::placeholder {
    color: #fc8181;
  }

  .md\:hover\:placeholder-red-500:hover::-webkit-input-placeholder {
    color: #f56565;
  }

  .md\:hover\:placeholder-red-500:hover::-moz-placeholder {
    color: #f56565;
  }

  .md\:hover\:placeholder-red-500:hover:-ms-input-placeholder {
    color: #f56565;
  }

  .md\:hover\:placeholder-red-500:hover::-ms-input-placeholder {
    color: #f56565;
  }

  .md\:hover\:placeholder-red-500:hover::placeholder {
    color: #f56565;
  }

  .md\:hover\:placeholder-red-600:hover::-webkit-input-placeholder {
    color: #e53e3e;
  }

  .md\:hover\:placeholder-red-600:hover::-moz-placeholder {
    color: #e53e3e;
  }

  .md\:hover\:placeholder-red-600:hover:-ms-input-placeholder {
    color: #e53e3e;
  }

  .md\:hover\:placeholder-red-600:hover::-ms-input-placeholder {
    color: #e53e3e;
  }

  .md\:hover\:placeholder-red-600:hover::placeholder {
    color: #e53e3e;
  }

  .md\:hover\:placeholder-red-700:hover::-webkit-input-placeholder {
    color: #c53030;
  }

  .md\:hover\:placeholder-red-700:hover::-moz-placeholder {
    color: #c53030;
  }

  .md\:hover\:placeholder-red-700:hover:-ms-input-placeholder {
    color: #c53030;
  }

  .md\:hover\:placeholder-red-700:hover::-ms-input-placeholder {
    color: #c53030;
  }

  .md\:hover\:placeholder-red-700:hover::placeholder {
    color: #c53030;
  }

  .md\:hover\:placeholder-red-800:hover::-webkit-input-placeholder {
    color: #9b2c2c;
  }

  .md\:hover\:placeholder-red-800:hover::-moz-placeholder {
    color: #9b2c2c;
  }

  .md\:hover\:placeholder-red-800:hover:-ms-input-placeholder {
    color: #9b2c2c;
  }

  .md\:hover\:placeholder-red-800:hover::-ms-input-placeholder {
    color: #9b2c2c;
  }

  .md\:hover\:placeholder-red-800:hover::placeholder {
    color: #9b2c2c;
  }

  .md\:hover\:placeholder-red-900:hover::-webkit-input-placeholder {
    color: #742a2a;
  }

  .md\:hover\:placeholder-red-900:hover::-moz-placeholder {
    color: #742a2a;
  }

  .md\:hover\:placeholder-red-900:hover:-ms-input-placeholder {
    color: #742a2a;
  }

  .md\:hover\:placeholder-red-900:hover::-ms-input-placeholder {
    color: #742a2a;
  }

  .md\:hover\:placeholder-red-900:hover::placeholder {
    color: #742a2a;
  }

  .md\:hover\:placeholder-orange-100:hover::-webkit-input-placeholder {
    color: #fffaf0;
  }

  .md\:hover\:placeholder-orange-100:hover::-moz-placeholder {
    color: #fffaf0;
  }

  .md\:hover\:placeholder-orange-100:hover:-ms-input-placeholder {
    color: #fffaf0;
  }

  .md\:hover\:placeholder-orange-100:hover::-ms-input-placeholder {
    color: #fffaf0;
  }

  .md\:hover\:placeholder-orange-100:hover::placeholder {
    color: #fffaf0;
  }

  .md\:hover\:placeholder-orange-200:hover::-webkit-input-placeholder {
    color: #feebc8;
  }

  .md\:hover\:placeholder-orange-200:hover::-moz-placeholder {
    color: #feebc8;
  }

  .md\:hover\:placeholder-orange-200:hover:-ms-input-placeholder {
    color: #feebc8;
  }

  .md\:hover\:placeholder-orange-200:hover::-ms-input-placeholder {
    color: #feebc8;
  }

  .md\:hover\:placeholder-orange-200:hover::placeholder {
    color: #feebc8;
  }

  .md\:hover\:placeholder-orange-300:hover::-webkit-input-placeholder {
    color: #fbd38d;
  }

  .md\:hover\:placeholder-orange-300:hover::-moz-placeholder {
    color: #fbd38d;
  }

  .md\:hover\:placeholder-orange-300:hover:-ms-input-placeholder {
    color: #fbd38d;
  }

  .md\:hover\:placeholder-orange-300:hover::-ms-input-placeholder {
    color: #fbd38d;
  }

  .md\:hover\:placeholder-orange-300:hover::placeholder {
    color: #fbd38d;
  }

  .md\:hover\:placeholder-orange-400:hover::-webkit-input-placeholder {
    color: #f6ad55;
  }

  .md\:hover\:placeholder-orange-400:hover::-moz-placeholder {
    color: #f6ad55;
  }

  .md\:hover\:placeholder-orange-400:hover:-ms-input-placeholder {
    color: #f6ad55;
  }

  .md\:hover\:placeholder-orange-400:hover::-ms-input-placeholder {
    color: #f6ad55;
  }

  .md\:hover\:placeholder-orange-400:hover::placeholder {
    color: #f6ad55;
  }

  .md\:hover\:placeholder-orange-500:hover::-webkit-input-placeholder {
    color: #ed8936;
  }

  .md\:hover\:placeholder-orange-500:hover::-moz-placeholder {
    color: #ed8936;
  }

  .md\:hover\:placeholder-orange-500:hover:-ms-input-placeholder {
    color: #ed8936;
  }

  .md\:hover\:placeholder-orange-500:hover::-ms-input-placeholder {
    color: #ed8936;
  }

  .md\:hover\:placeholder-orange-500:hover::placeholder {
    color: #ed8936;
  }

  .md\:hover\:placeholder-orange-600:hover::-webkit-input-placeholder {
    color: #dd6b20;
  }

  .md\:hover\:placeholder-orange-600:hover::-moz-placeholder {
    color: #dd6b20;
  }

  .md\:hover\:placeholder-orange-600:hover:-ms-input-placeholder {
    color: #dd6b20;
  }

  .md\:hover\:placeholder-orange-600:hover::-ms-input-placeholder {
    color: #dd6b20;
  }

  .md\:hover\:placeholder-orange-600:hover::placeholder {
    color: #dd6b20;
  }

  .md\:hover\:placeholder-orange-700:hover::-webkit-input-placeholder {
    color: #c05621;
  }

  .md\:hover\:placeholder-orange-700:hover::-moz-placeholder {
    color: #c05621;
  }

  .md\:hover\:placeholder-orange-700:hover:-ms-input-placeholder {
    color: #c05621;
  }

  .md\:hover\:placeholder-orange-700:hover::-ms-input-placeholder {
    color: #c05621;
  }

  .md\:hover\:placeholder-orange-700:hover::placeholder {
    color: #c05621;
  }

  .md\:hover\:placeholder-orange-800:hover::-webkit-input-placeholder {
    color: #9c4221;
  }

  .md\:hover\:placeholder-orange-800:hover::-moz-placeholder {
    color: #9c4221;
  }

  .md\:hover\:placeholder-orange-800:hover:-ms-input-placeholder {
    color: #9c4221;
  }

  .md\:hover\:placeholder-orange-800:hover::-ms-input-placeholder {
    color: #9c4221;
  }

  .md\:hover\:placeholder-orange-800:hover::placeholder {
    color: #9c4221;
  }

  .md\:hover\:placeholder-orange-900:hover::-webkit-input-placeholder {
    color: #7b341e;
  }

  .md\:hover\:placeholder-orange-900:hover::-moz-placeholder {
    color: #7b341e;
  }

  .md\:hover\:placeholder-orange-900:hover:-ms-input-placeholder {
    color: #7b341e;
  }

  .md\:hover\:placeholder-orange-900:hover::-ms-input-placeholder {
    color: #7b341e;
  }

  .md\:hover\:placeholder-orange-900:hover::placeholder {
    color: #7b341e;
  }

  .md\:hover\:placeholder-yellow-100:hover::-webkit-input-placeholder {
    color: #fffff0;
  }

  .md\:hover\:placeholder-yellow-100:hover::-moz-placeholder {
    color: #fffff0;
  }

  .md\:hover\:placeholder-yellow-100:hover:-ms-input-placeholder {
    color: #fffff0;
  }

  .md\:hover\:placeholder-yellow-100:hover::-ms-input-placeholder {
    color: #fffff0;
  }

  .md\:hover\:placeholder-yellow-100:hover::placeholder {
    color: #fffff0;
  }

  .md\:hover\:placeholder-yellow-200:hover::-webkit-input-placeholder {
    color: #fefcbf;
  }

  .md\:hover\:placeholder-yellow-200:hover::-moz-placeholder {
    color: #fefcbf;
  }

  .md\:hover\:placeholder-yellow-200:hover:-ms-input-placeholder {
    color: #fefcbf;
  }

  .md\:hover\:placeholder-yellow-200:hover::-ms-input-placeholder {
    color: #fefcbf;
  }

  .md\:hover\:placeholder-yellow-200:hover::placeholder {
    color: #fefcbf;
  }

  .md\:hover\:placeholder-yellow-300:hover::-webkit-input-placeholder {
    color: #faf089;
  }

  .md\:hover\:placeholder-yellow-300:hover::-moz-placeholder {
    color: #faf089;
  }

  .md\:hover\:placeholder-yellow-300:hover:-ms-input-placeholder {
    color: #faf089;
  }

  .md\:hover\:placeholder-yellow-300:hover::-ms-input-placeholder {
    color: #faf089;
  }

  .md\:hover\:placeholder-yellow-300:hover::placeholder {
    color: #faf089;
  }

  .md\:hover\:placeholder-yellow-400:hover::-webkit-input-placeholder {
    color: #f6e05e;
  }

  .md\:hover\:placeholder-yellow-400:hover::-moz-placeholder {
    color: #f6e05e;
  }

  .md\:hover\:placeholder-yellow-400:hover:-ms-input-placeholder {
    color: #f6e05e;
  }

  .md\:hover\:placeholder-yellow-400:hover::-ms-input-placeholder {
    color: #f6e05e;
  }

  .md\:hover\:placeholder-yellow-400:hover::placeholder {
    color: #f6e05e;
  }

  .md\:hover\:placeholder-yellow-500:hover::-webkit-input-placeholder {
    color: #ecc94b;
  }

  .md\:hover\:placeholder-yellow-500:hover::-moz-placeholder {
    color: #ecc94b;
  }

  .md\:hover\:placeholder-yellow-500:hover:-ms-input-placeholder {
    color: #ecc94b;
  }

  .md\:hover\:placeholder-yellow-500:hover::-ms-input-placeholder {
    color: #ecc94b;
  }

  .md\:hover\:placeholder-yellow-500:hover::placeholder {
    color: #ecc94b;
  }

  .md\:hover\:placeholder-yellow-600:hover::-webkit-input-placeholder {
    color: #d69e2e;
  }

  .md\:hover\:placeholder-yellow-600:hover::-moz-placeholder {
    color: #d69e2e;
  }

  .md\:hover\:placeholder-yellow-600:hover:-ms-input-placeholder {
    color: #d69e2e;
  }

  .md\:hover\:placeholder-yellow-600:hover::-ms-input-placeholder {
    color: #d69e2e;
  }

  .md\:hover\:placeholder-yellow-600:hover::placeholder {
    color: #d69e2e;
  }

  .md\:hover\:placeholder-yellow-700:hover::-webkit-input-placeholder {
    color: #b7791f;
  }

  .md\:hover\:placeholder-yellow-700:hover::-moz-placeholder {
    color: #b7791f;
  }

  .md\:hover\:placeholder-yellow-700:hover:-ms-input-placeholder {
    color: #b7791f;
  }

  .md\:hover\:placeholder-yellow-700:hover::-ms-input-placeholder {
    color: #b7791f;
  }

  .md\:hover\:placeholder-yellow-700:hover::placeholder {
    color: #b7791f;
  }

  .md\:hover\:placeholder-yellow-800:hover::-webkit-input-placeholder {
    color: #975a16;
  }

  .md\:hover\:placeholder-yellow-800:hover::-moz-placeholder {
    color: #975a16;
  }

  .md\:hover\:placeholder-yellow-800:hover:-ms-input-placeholder {
    color: #975a16;
  }

  .md\:hover\:placeholder-yellow-800:hover::-ms-input-placeholder {
    color: #975a16;
  }

  .md\:hover\:placeholder-yellow-800:hover::placeholder {
    color: #975a16;
  }

  .md\:hover\:placeholder-yellow-900:hover::-webkit-input-placeholder {
    color: #744210;
  }

  .md\:hover\:placeholder-yellow-900:hover::-moz-placeholder {
    color: #744210;
  }

  .md\:hover\:placeholder-yellow-900:hover:-ms-input-placeholder {
    color: #744210;
  }

  .md\:hover\:placeholder-yellow-900:hover::-ms-input-placeholder {
    color: #744210;
  }

  .md\:hover\:placeholder-yellow-900:hover::placeholder {
    color: #744210;
  }

  .md\:hover\:placeholder-green-100:hover::-webkit-input-placeholder {
    color: #f0fff4;
  }

  .md\:hover\:placeholder-green-100:hover::-moz-placeholder {
    color: #f0fff4;
  }

  .md\:hover\:placeholder-green-100:hover:-ms-input-placeholder {
    color: #f0fff4;
  }

  .md\:hover\:placeholder-green-100:hover::-ms-input-placeholder {
    color: #f0fff4;
  }

  .md\:hover\:placeholder-green-100:hover::placeholder {
    color: #f0fff4;
  }

  .md\:hover\:placeholder-green-200:hover::-webkit-input-placeholder {
    color: #c6f6d5;
  }

  .md\:hover\:placeholder-green-200:hover::-moz-placeholder {
    color: #c6f6d5;
  }

  .md\:hover\:placeholder-green-200:hover:-ms-input-placeholder {
    color: #c6f6d5;
  }

  .md\:hover\:placeholder-green-200:hover::-ms-input-placeholder {
    color: #c6f6d5;
  }

  .md\:hover\:placeholder-green-200:hover::placeholder {
    color: #c6f6d5;
  }

  .md\:hover\:placeholder-green-300:hover::-webkit-input-placeholder {
    color: #9ae6b4;
  }

  .md\:hover\:placeholder-green-300:hover::-moz-placeholder {
    color: #9ae6b4;
  }

  .md\:hover\:placeholder-green-300:hover:-ms-input-placeholder {
    color: #9ae6b4;
  }

  .md\:hover\:placeholder-green-300:hover::-ms-input-placeholder {
    color: #9ae6b4;
  }

  .md\:hover\:placeholder-green-300:hover::placeholder {
    color: #9ae6b4;
  }

  .md\:hover\:placeholder-green-400:hover::-webkit-input-placeholder {
    color: #68d391;
  }

  .md\:hover\:placeholder-green-400:hover::-moz-placeholder {
    color: #68d391;
  }

  .md\:hover\:placeholder-green-400:hover:-ms-input-placeholder {
    color: #68d391;
  }

  .md\:hover\:placeholder-green-400:hover::-ms-input-placeholder {
    color: #68d391;
  }

  .md\:hover\:placeholder-green-400:hover::placeholder {
    color: #68d391;
  }

  .md\:hover\:placeholder-green-500:hover::-webkit-input-placeholder {
    color: #48bb78;
  }

  .md\:hover\:placeholder-green-500:hover::-moz-placeholder {
    color: #48bb78;
  }

  .md\:hover\:placeholder-green-500:hover:-ms-input-placeholder {
    color: #48bb78;
  }

  .md\:hover\:placeholder-green-500:hover::-ms-input-placeholder {
    color: #48bb78;
  }

  .md\:hover\:placeholder-green-500:hover::placeholder {
    color: #48bb78;
  }

  .md\:hover\:placeholder-green-600:hover::-webkit-input-placeholder {
    color: #38a169;
  }

  .md\:hover\:placeholder-green-600:hover::-moz-placeholder {
    color: #38a169;
  }

  .md\:hover\:placeholder-green-600:hover:-ms-input-placeholder {
    color: #38a169;
  }

  .md\:hover\:placeholder-green-600:hover::-ms-input-placeholder {
    color: #38a169;
  }

  .md\:hover\:placeholder-green-600:hover::placeholder {
    color: #38a169;
  }

  .md\:hover\:placeholder-green-700:hover::-webkit-input-placeholder {
    color: #2f855a;
  }

  .md\:hover\:placeholder-green-700:hover::-moz-placeholder {
    color: #2f855a;
  }

  .md\:hover\:placeholder-green-700:hover:-ms-input-placeholder {
    color: #2f855a;
  }

  .md\:hover\:placeholder-green-700:hover::-ms-input-placeholder {
    color: #2f855a;
  }

  .md\:hover\:placeholder-green-700:hover::placeholder {
    color: #2f855a;
  }

  .md\:hover\:placeholder-green-800:hover::-webkit-input-placeholder {
    color: #276749;
  }

  .md\:hover\:placeholder-green-800:hover::-moz-placeholder {
    color: #276749;
  }

  .md\:hover\:placeholder-green-800:hover:-ms-input-placeholder {
    color: #276749;
  }

  .md\:hover\:placeholder-green-800:hover::-ms-input-placeholder {
    color: #276749;
  }

  .md\:hover\:placeholder-green-800:hover::placeholder {
    color: #276749;
  }

  .md\:hover\:placeholder-green-900:hover::-webkit-input-placeholder {
    color: #22543d;
  }

  .md\:hover\:placeholder-green-900:hover::-moz-placeholder {
    color: #22543d;
  }

  .md\:hover\:placeholder-green-900:hover:-ms-input-placeholder {
    color: #22543d;
  }

  .md\:hover\:placeholder-green-900:hover::-ms-input-placeholder {
    color: #22543d;
  }

  .md\:hover\:placeholder-green-900:hover::placeholder {
    color: #22543d;
  }

  .md\:hover\:placeholder-teal-100:hover::-webkit-input-placeholder {
    color: #e6fffa;
  }

  .md\:hover\:placeholder-teal-100:hover::-moz-placeholder {
    color: #e6fffa;
  }

  .md\:hover\:placeholder-teal-100:hover:-ms-input-placeholder {
    color: #e6fffa;
  }

  .md\:hover\:placeholder-teal-100:hover::-ms-input-placeholder {
    color: #e6fffa;
  }

  .md\:hover\:placeholder-teal-100:hover::placeholder {
    color: #e6fffa;
  }

  .md\:hover\:placeholder-teal-200:hover::-webkit-input-placeholder {
    color: #b2f5ea;
  }

  .md\:hover\:placeholder-teal-200:hover::-moz-placeholder {
    color: #b2f5ea;
  }

  .md\:hover\:placeholder-teal-200:hover:-ms-input-placeholder {
    color: #b2f5ea;
  }

  .md\:hover\:placeholder-teal-200:hover::-ms-input-placeholder {
    color: #b2f5ea;
  }

  .md\:hover\:placeholder-teal-200:hover::placeholder {
    color: #b2f5ea;
  }

  .md\:hover\:placeholder-teal-300:hover::-webkit-input-placeholder {
    color: #81e6d9;
  }

  .md\:hover\:placeholder-teal-300:hover::-moz-placeholder {
    color: #81e6d9;
  }

  .md\:hover\:placeholder-teal-300:hover:-ms-input-placeholder {
    color: #81e6d9;
  }

  .md\:hover\:placeholder-teal-300:hover::-ms-input-placeholder {
    color: #81e6d9;
  }

  .md\:hover\:placeholder-teal-300:hover::placeholder {
    color: #81e6d9;
  }

  .md\:hover\:placeholder-teal-400:hover::-webkit-input-placeholder {
    color: #4fd1c5;
  }

  .md\:hover\:placeholder-teal-400:hover::-moz-placeholder {
    color: #4fd1c5;
  }

  .md\:hover\:placeholder-teal-400:hover:-ms-input-placeholder {
    color: #4fd1c5;
  }

  .md\:hover\:placeholder-teal-400:hover::-ms-input-placeholder {
    color: #4fd1c5;
  }

  .md\:hover\:placeholder-teal-400:hover::placeholder {
    color: #4fd1c5;
  }

  .md\:hover\:placeholder-teal-500:hover::-webkit-input-placeholder {
    color: #38b2ac;
  }

  .md\:hover\:placeholder-teal-500:hover::-moz-placeholder {
    color: #38b2ac;
  }

  .md\:hover\:placeholder-teal-500:hover:-ms-input-placeholder {
    color: #38b2ac;
  }

  .md\:hover\:placeholder-teal-500:hover::-ms-input-placeholder {
    color: #38b2ac;
  }

  .md\:hover\:placeholder-teal-500:hover::placeholder {
    color: #38b2ac;
  }

  .md\:hover\:placeholder-teal-600:hover::-webkit-input-placeholder {
    color: #319795;
  }

  .md\:hover\:placeholder-teal-600:hover::-moz-placeholder {
    color: #319795;
  }

  .md\:hover\:placeholder-teal-600:hover:-ms-input-placeholder {
    color: #319795;
  }

  .md\:hover\:placeholder-teal-600:hover::-ms-input-placeholder {
    color: #319795;
  }

  .md\:hover\:placeholder-teal-600:hover::placeholder {
    color: #319795;
  }

  .md\:hover\:placeholder-teal-700:hover::-webkit-input-placeholder {
    color: #2c7a7b;
  }

  .md\:hover\:placeholder-teal-700:hover::-moz-placeholder {
    color: #2c7a7b;
  }

  .md\:hover\:placeholder-teal-700:hover:-ms-input-placeholder {
    color: #2c7a7b;
  }

  .md\:hover\:placeholder-teal-700:hover::-ms-input-placeholder {
    color: #2c7a7b;
  }

  .md\:hover\:placeholder-teal-700:hover::placeholder {
    color: #2c7a7b;
  }

  .md\:hover\:placeholder-teal-800:hover::-webkit-input-placeholder {
    color: #285e61;
  }

  .md\:hover\:placeholder-teal-800:hover::-moz-placeholder {
    color: #285e61;
  }

  .md\:hover\:placeholder-teal-800:hover:-ms-input-placeholder {
    color: #285e61;
  }

  .md\:hover\:placeholder-teal-800:hover::-ms-input-placeholder {
    color: #285e61;
  }

  .md\:hover\:placeholder-teal-800:hover::placeholder {
    color: #285e61;
  }

  .md\:hover\:placeholder-teal-900:hover::-webkit-input-placeholder {
    color: #234e52;
  }

  .md\:hover\:placeholder-teal-900:hover::-moz-placeholder {
    color: #234e52;
  }

  .md\:hover\:placeholder-teal-900:hover:-ms-input-placeholder {
    color: #234e52;
  }

  .md\:hover\:placeholder-teal-900:hover::-ms-input-placeholder {
    color: #234e52;
  }

  .md\:hover\:placeholder-teal-900:hover::placeholder {
    color: #234e52;
  }

  .md\:hover\:placeholder-blue-100:hover::-webkit-input-placeholder {
    color: #ebf8ff;
  }

  .md\:hover\:placeholder-blue-100:hover::-moz-placeholder {
    color: #ebf8ff;
  }

  .md\:hover\:placeholder-blue-100:hover:-ms-input-placeholder {
    color: #ebf8ff;
  }

  .md\:hover\:placeholder-blue-100:hover::-ms-input-placeholder {
    color: #ebf8ff;
  }

  .md\:hover\:placeholder-blue-100:hover::placeholder {
    color: #ebf8ff;
  }

  .md\:hover\:placeholder-blue-200:hover::-webkit-input-placeholder {
    color: #bee3f8;
  }

  .md\:hover\:placeholder-blue-200:hover::-moz-placeholder {
    color: #bee3f8;
  }

  .md\:hover\:placeholder-blue-200:hover:-ms-input-placeholder {
    color: #bee3f8;
  }

  .md\:hover\:placeholder-blue-200:hover::-ms-input-placeholder {
    color: #bee3f8;
  }

  .md\:hover\:placeholder-blue-200:hover::placeholder {
    color: #bee3f8;
  }

  .md\:hover\:placeholder-blue-300:hover::-webkit-input-placeholder {
    color: #90cdf4;
  }

  .md\:hover\:placeholder-blue-300:hover::-moz-placeholder {
    color: #90cdf4;
  }

  .md\:hover\:placeholder-blue-300:hover:-ms-input-placeholder {
    color: #90cdf4;
  }

  .md\:hover\:placeholder-blue-300:hover::-ms-input-placeholder {
    color: #90cdf4;
  }

  .md\:hover\:placeholder-blue-300:hover::placeholder {
    color: #90cdf4;
  }

  .md\:hover\:placeholder-blue-400:hover::-webkit-input-placeholder {
    color: #63b3ed;
  }

  .md\:hover\:placeholder-blue-400:hover::-moz-placeholder {
    color: #63b3ed;
  }

  .md\:hover\:placeholder-blue-400:hover:-ms-input-placeholder {
    color: #63b3ed;
  }

  .md\:hover\:placeholder-blue-400:hover::-ms-input-placeholder {
    color: #63b3ed;
  }

  .md\:hover\:placeholder-blue-400:hover::placeholder {
    color: #63b3ed;
  }

  .md\:hover\:placeholder-blue-500:hover::-webkit-input-placeholder {
    color: #4299e1;
  }

  .md\:hover\:placeholder-blue-500:hover::-moz-placeholder {
    color: #4299e1;
  }

  .md\:hover\:placeholder-blue-500:hover:-ms-input-placeholder {
    color: #4299e1;
  }

  .md\:hover\:placeholder-blue-500:hover::-ms-input-placeholder {
    color: #4299e1;
  }

  .md\:hover\:placeholder-blue-500:hover::placeholder {
    color: #4299e1;
  }

  .md\:hover\:placeholder-blue-600:hover::-webkit-input-placeholder {
    color: #3182ce;
  }

  .md\:hover\:placeholder-blue-600:hover::-moz-placeholder {
    color: #3182ce;
  }

  .md\:hover\:placeholder-blue-600:hover:-ms-input-placeholder {
    color: #3182ce;
  }

  .md\:hover\:placeholder-blue-600:hover::-ms-input-placeholder {
    color: #3182ce;
  }

  .md\:hover\:placeholder-blue-600:hover::placeholder {
    color: #3182ce;
  }

  .md\:hover\:placeholder-blue-700:hover::-webkit-input-placeholder {
    color: #2b6cb0;
  }

  .md\:hover\:placeholder-blue-700:hover::-moz-placeholder {
    color: #2b6cb0;
  }

  .md\:hover\:placeholder-blue-700:hover:-ms-input-placeholder {
    color: #2b6cb0;
  }

  .md\:hover\:placeholder-blue-700:hover::-ms-input-placeholder {
    color: #2b6cb0;
  }

  .md\:hover\:placeholder-blue-700:hover::placeholder {
    color: #2b6cb0;
  }

  .md\:hover\:placeholder-blue-800:hover::-webkit-input-placeholder {
    color: #2c5282;
  }

  .md\:hover\:placeholder-blue-800:hover::-moz-placeholder {
    color: #2c5282;
  }

  .md\:hover\:placeholder-blue-800:hover:-ms-input-placeholder {
    color: #2c5282;
  }

  .md\:hover\:placeholder-blue-800:hover::-ms-input-placeholder {
    color: #2c5282;
  }

  .md\:hover\:placeholder-blue-800:hover::placeholder {
    color: #2c5282;
  }

  .md\:hover\:placeholder-blue-900:hover::-webkit-input-placeholder {
    color: #2a4365;
  }

  .md\:hover\:placeholder-blue-900:hover::-moz-placeholder {
    color: #2a4365;
  }

  .md\:hover\:placeholder-blue-900:hover:-ms-input-placeholder {
    color: #2a4365;
  }

  .md\:hover\:placeholder-blue-900:hover::-ms-input-placeholder {
    color: #2a4365;
  }

  .md\:hover\:placeholder-blue-900:hover::placeholder {
    color: #2a4365;
  }

  .md\:hover\:placeholder-indigo-100:hover::-webkit-input-placeholder {
    color: #ebf4ff;
  }

  .md\:hover\:placeholder-indigo-100:hover::-moz-placeholder {
    color: #ebf4ff;
  }

  .md\:hover\:placeholder-indigo-100:hover:-ms-input-placeholder {
    color: #ebf4ff;
  }

  .md\:hover\:placeholder-indigo-100:hover::-ms-input-placeholder {
    color: #ebf4ff;
  }

  .md\:hover\:placeholder-indigo-100:hover::placeholder {
    color: #ebf4ff;
  }

  .md\:hover\:placeholder-indigo-200:hover::-webkit-input-placeholder {
    color: #c3dafe;
  }

  .md\:hover\:placeholder-indigo-200:hover::-moz-placeholder {
    color: #c3dafe;
  }

  .md\:hover\:placeholder-indigo-200:hover:-ms-input-placeholder {
    color: #c3dafe;
  }

  .md\:hover\:placeholder-indigo-200:hover::-ms-input-placeholder {
    color: #c3dafe;
  }

  .md\:hover\:placeholder-indigo-200:hover::placeholder {
    color: #c3dafe;
  }

  .md\:hover\:placeholder-indigo-300:hover::-webkit-input-placeholder {
    color: #a3bffa;
  }

  .md\:hover\:placeholder-indigo-300:hover::-moz-placeholder {
    color: #a3bffa;
  }

  .md\:hover\:placeholder-indigo-300:hover:-ms-input-placeholder {
    color: #a3bffa;
  }

  .md\:hover\:placeholder-indigo-300:hover::-ms-input-placeholder {
    color: #a3bffa;
  }

  .md\:hover\:placeholder-indigo-300:hover::placeholder {
    color: #a3bffa;
  }

  .md\:hover\:placeholder-indigo-400:hover::-webkit-input-placeholder {
    color: #7f9cf5;
  }

  .md\:hover\:placeholder-indigo-400:hover::-moz-placeholder {
    color: #7f9cf5;
  }

  .md\:hover\:placeholder-indigo-400:hover:-ms-input-placeholder {
    color: #7f9cf5;
  }

  .md\:hover\:placeholder-indigo-400:hover::-ms-input-placeholder {
    color: #7f9cf5;
  }

  .md\:hover\:placeholder-indigo-400:hover::placeholder {
    color: #7f9cf5;
  }

  .md\:hover\:placeholder-indigo-500:hover::-webkit-input-placeholder {
    color: #667eea;
  }

  .md\:hover\:placeholder-indigo-500:hover::-moz-placeholder {
    color: #667eea;
  }

  .md\:hover\:placeholder-indigo-500:hover:-ms-input-placeholder {
    color: #667eea;
  }

  .md\:hover\:placeholder-indigo-500:hover::-ms-input-placeholder {
    color: #667eea;
  }

  .md\:hover\:placeholder-indigo-500:hover::placeholder {
    color: #667eea;
  }

  .md\:hover\:placeholder-indigo-600:hover::-webkit-input-placeholder {
    color: #5a67d8;
  }

  .md\:hover\:placeholder-indigo-600:hover::-moz-placeholder {
    color: #5a67d8;
  }

  .md\:hover\:placeholder-indigo-600:hover:-ms-input-placeholder {
    color: #5a67d8;
  }

  .md\:hover\:placeholder-indigo-600:hover::-ms-input-placeholder {
    color: #5a67d8;
  }

  .md\:hover\:placeholder-indigo-600:hover::placeholder {
    color: #5a67d8;
  }

  .md\:hover\:placeholder-indigo-700:hover::-webkit-input-placeholder {
    color: #4c51bf;
  }

  .md\:hover\:placeholder-indigo-700:hover::-moz-placeholder {
    color: #4c51bf;
  }

  .md\:hover\:placeholder-indigo-700:hover:-ms-input-placeholder {
    color: #4c51bf;
  }

  .md\:hover\:placeholder-indigo-700:hover::-ms-input-placeholder {
    color: #4c51bf;
  }

  .md\:hover\:placeholder-indigo-700:hover::placeholder {
    color: #4c51bf;
  }

  .md\:hover\:placeholder-indigo-800:hover::-webkit-input-placeholder {
    color: #434190;
  }

  .md\:hover\:placeholder-indigo-800:hover::-moz-placeholder {
    color: #434190;
  }

  .md\:hover\:placeholder-indigo-800:hover:-ms-input-placeholder {
    color: #434190;
  }

  .md\:hover\:placeholder-indigo-800:hover::-ms-input-placeholder {
    color: #434190;
  }

  .md\:hover\:placeholder-indigo-800:hover::placeholder {
    color: #434190;
  }

  .md\:hover\:placeholder-indigo-900:hover::-webkit-input-placeholder {
    color: #3c366b;
  }

  .md\:hover\:placeholder-indigo-900:hover::-moz-placeholder {
    color: #3c366b;
  }

  .md\:hover\:placeholder-indigo-900:hover:-ms-input-placeholder {
    color: #3c366b;
  }

  .md\:hover\:placeholder-indigo-900:hover::-ms-input-placeholder {
    color: #3c366b;
  }

  .md\:hover\:placeholder-indigo-900:hover::placeholder {
    color: #3c366b;
  }

  .md\:hover\:placeholder-purple-100:hover::-webkit-input-placeholder {
    color: #faf5ff;
  }

  .md\:hover\:placeholder-purple-100:hover::-moz-placeholder {
    color: #faf5ff;
  }

  .md\:hover\:placeholder-purple-100:hover:-ms-input-placeholder {
    color: #faf5ff;
  }

  .md\:hover\:placeholder-purple-100:hover::-ms-input-placeholder {
    color: #faf5ff;
  }

  .md\:hover\:placeholder-purple-100:hover::placeholder {
    color: #faf5ff;
  }

  .md\:hover\:placeholder-purple-200:hover::-webkit-input-placeholder {
    color: #e9d8fd;
  }

  .md\:hover\:placeholder-purple-200:hover::-moz-placeholder {
    color: #e9d8fd;
  }

  .md\:hover\:placeholder-purple-200:hover:-ms-input-placeholder {
    color: #e9d8fd;
  }

  .md\:hover\:placeholder-purple-200:hover::-ms-input-placeholder {
    color: #e9d8fd;
  }

  .md\:hover\:placeholder-purple-200:hover::placeholder {
    color: #e9d8fd;
  }

  .md\:hover\:placeholder-purple-300:hover::-webkit-input-placeholder {
    color: #d6bcfa;
  }

  .md\:hover\:placeholder-purple-300:hover::-moz-placeholder {
    color: #d6bcfa;
  }

  .md\:hover\:placeholder-purple-300:hover:-ms-input-placeholder {
    color: #d6bcfa;
  }

  .md\:hover\:placeholder-purple-300:hover::-ms-input-placeholder {
    color: #d6bcfa;
  }

  .md\:hover\:placeholder-purple-300:hover::placeholder {
    color: #d6bcfa;
  }

  .md\:hover\:placeholder-purple-400:hover::-webkit-input-placeholder {
    color: #b794f4;
  }

  .md\:hover\:placeholder-purple-400:hover::-moz-placeholder {
    color: #b794f4;
  }

  .md\:hover\:placeholder-purple-400:hover:-ms-input-placeholder {
    color: #b794f4;
  }

  .md\:hover\:placeholder-purple-400:hover::-ms-input-placeholder {
    color: #b794f4;
  }

  .md\:hover\:placeholder-purple-400:hover::placeholder {
    color: #b794f4;
  }

  .md\:hover\:placeholder-purple-500:hover::-webkit-input-placeholder {
    color: #9f7aea;
  }

  .md\:hover\:placeholder-purple-500:hover::-moz-placeholder {
    color: #9f7aea;
  }

  .md\:hover\:placeholder-purple-500:hover:-ms-input-placeholder {
    color: #9f7aea;
  }

  .md\:hover\:placeholder-purple-500:hover::-ms-input-placeholder {
    color: #9f7aea;
  }

  .md\:hover\:placeholder-purple-500:hover::placeholder {
    color: #9f7aea;
  }

  .md\:hover\:placeholder-purple-600:hover::-webkit-input-placeholder {
    color: #805ad5;
  }

  .md\:hover\:placeholder-purple-600:hover::-moz-placeholder {
    color: #805ad5;
  }

  .md\:hover\:placeholder-purple-600:hover:-ms-input-placeholder {
    color: #805ad5;
  }

  .md\:hover\:placeholder-purple-600:hover::-ms-input-placeholder {
    color: #805ad5;
  }

  .md\:hover\:placeholder-purple-600:hover::placeholder {
    color: #805ad5;
  }

  .md\:hover\:placeholder-purple-700:hover::-webkit-input-placeholder {
    color: #6b46c1;
  }

  .md\:hover\:placeholder-purple-700:hover::-moz-placeholder {
    color: #6b46c1;
  }

  .md\:hover\:placeholder-purple-700:hover:-ms-input-placeholder {
    color: #6b46c1;
  }

  .md\:hover\:placeholder-purple-700:hover::-ms-input-placeholder {
    color: #6b46c1;
  }

  .md\:hover\:placeholder-purple-700:hover::placeholder {
    color: #6b46c1;
  }

  .md\:hover\:placeholder-purple-800:hover::-webkit-input-placeholder {
    color: #553c9a;
  }

  .md\:hover\:placeholder-purple-800:hover::-moz-placeholder {
    color: #553c9a;
  }

  .md\:hover\:placeholder-purple-800:hover:-ms-input-placeholder {
    color: #553c9a;
  }

  .md\:hover\:placeholder-purple-800:hover::-ms-input-placeholder {
    color: #553c9a;
  }

  .md\:hover\:placeholder-purple-800:hover::placeholder {
    color: #553c9a;
  }

  .md\:hover\:placeholder-purple-900:hover::-webkit-input-placeholder {
    color: #44337a;
  }

  .md\:hover\:placeholder-purple-900:hover::-moz-placeholder {
    color: #44337a;
  }

  .md\:hover\:placeholder-purple-900:hover:-ms-input-placeholder {
    color: #44337a;
  }

  .md\:hover\:placeholder-purple-900:hover::-ms-input-placeholder {
    color: #44337a;
  }

  .md\:hover\:placeholder-purple-900:hover::placeholder {
    color: #44337a;
  }

  .md\:hover\:placeholder-pink-100:hover::-webkit-input-placeholder {
    color: #fff5f7;
  }

  .md\:hover\:placeholder-pink-100:hover::-moz-placeholder {
    color: #fff5f7;
  }

  .md\:hover\:placeholder-pink-100:hover:-ms-input-placeholder {
    color: #fff5f7;
  }

  .md\:hover\:placeholder-pink-100:hover::-ms-input-placeholder {
    color: #fff5f7;
  }

  .md\:hover\:placeholder-pink-100:hover::placeholder {
    color: #fff5f7;
  }

  .md\:hover\:placeholder-pink-200:hover::-webkit-input-placeholder {
    color: #fed7e2;
  }

  .md\:hover\:placeholder-pink-200:hover::-moz-placeholder {
    color: #fed7e2;
  }

  .md\:hover\:placeholder-pink-200:hover:-ms-input-placeholder {
    color: #fed7e2;
  }

  .md\:hover\:placeholder-pink-200:hover::-ms-input-placeholder {
    color: #fed7e2;
  }

  .md\:hover\:placeholder-pink-200:hover::placeholder {
    color: #fed7e2;
  }

  .md\:hover\:placeholder-pink-300:hover::-webkit-input-placeholder {
    color: #fbb6ce;
  }

  .md\:hover\:placeholder-pink-300:hover::-moz-placeholder {
    color: #fbb6ce;
  }

  .md\:hover\:placeholder-pink-300:hover:-ms-input-placeholder {
    color: #fbb6ce;
  }

  .md\:hover\:placeholder-pink-300:hover::-ms-input-placeholder {
    color: #fbb6ce;
  }

  .md\:hover\:placeholder-pink-300:hover::placeholder {
    color: #fbb6ce;
  }

  .md\:hover\:placeholder-pink-400:hover::-webkit-input-placeholder {
    color: #f687b3;
  }

  .md\:hover\:placeholder-pink-400:hover::-moz-placeholder {
    color: #f687b3;
  }

  .md\:hover\:placeholder-pink-400:hover:-ms-input-placeholder {
    color: #f687b3;
  }

  .md\:hover\:placeholder-pink-400:hover::-ms-input-placeholder {
    color: #f687b3;
  }

  .md\:hover\:placeholder-pink-400:hover::placeholder {
    color: #f687b3;
  }

  .md\:hover\:placeholder-pink-500:hover::-webkit-input-placeholder {
    color: #ed64a6;
  }

  .md\:hover\:placeholder-pink-500:hover::-moz-placeholder {
    color: #ed64a6;
  }

  .md\:hover\:placeholder-pink-500:hover:-ms-input-placeholder {
    color: #ed64a6;
  }

  .md\:hover\:placeholder-pink-500:hover::-ms-input-placeholder {
    color: #ed64a6;
  }

  .md\:hover\:placeholder-pink-500:hover::placeholder {
    color: #ed64a6;
  }

  .md\:hover\:placeholder-pink-600:hover::-webkit-input-placeholder {
    color: #d53f8c;
  }

  .md\:hover\:placeholder-pink-600:hover::-moz-placeholder {
    color: #d53f8c;
  }

  .md\:hover\:placeholder-pink-600:hover:-ms-input-placeholder {
    color: #d53f8c;
  }

  .md\:hover\:placeholder-pink-600:hover::-ms-input-placeholder {
    color: #d53f8c;
  }

  .md\:hover\:placeholder-pink-600:hover::placeholder {
    color: #d53f8c;
  }

  .md\:hover\:placeholder-pink-700:hover::-webkit-input-placeholder {
    color: #b83280;
  }

  .md\:hover\:placeholder-pink-700:hover::-moz-placeholder {
    color: #b83280;
  }

  .md\:hover\:placeholder-pink-700:hover:-ms-input-placeholder {
    color: #b83280;
  }

  .md\:hover\:placeholder-pink-700:hover::-ms-input-placeholder {
    color: #b83280;
  }

  .md\:hover\:placeholder-pink-700:hover::placeholder {
    color: #b83280;
  }

  .md\:hover\:placeholder-pink-800:hover::-webkit-input-placeholder {
    color: #97266d;
  }

  .md\:hover\:placeholder-pink-800:hover::-moz-placeholder {
    color: #97266d;
  }

  .md\:hover\:placeholder-pink-800:hover:-ms-input-placeholder {
    color: #97266d;
  }

  .md\:hover\:placeholder-pink-800:hover::-ms-input-placeholder {
    color: #97266d;
  }

  .md\:hover\:placeholder-pink-800:hover::placeholder {
    color: #97266d;
  }

  .md\:hover\:placeholder-pink-900:hover::-webkit-input-placeholder {
    color: #702459;
  }

  .md\:hover\:placeholder-pink-900:hover::-moz-placeholder {
    color: #702459;
  }

  .md\:hover\:placeholder-pink-900:hover:-ms-input-placeholder {
    color: #702459;
  }

  .md\:hover\:placeholder-pink-900:hover::-ms-input-placeholder {
    color: #702459;
  }

  .md\:hover\:placeholder-pink-900:hover::placeholder {
    color: #702459;
  }

  .md\:focus\:placeholder-transparent:focus::-webkit-input-placeholder {
    color: transparent;
  }

  .md\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .md\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent;
  }

  .md\:focus\:placeholder-transparent:focus::-ms-input-placeholder {
    color: transparent;
  }

  .md\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .md\:focus\:placeholder-black:focus::-webkit-input-placeholder {
    color: #000;
  }

  .md\:focus\:placeholder-black:focus::-moz-placeholder {
    color: #000;
  }

  .md\:focus\:placeholder-black:focus:-ms-input-placeholder {
    color: #000;
  }

  .md\:focus\:placeholder-black:focus::-ms-input-placeholder {
    color: #000;
  }

  .md\:focus\:placeholder-black:focus::placeholder {
    color: #000;
  }

  .md\:focus\:placeholder-white:focus::-webkit-input-placeholder {
    color: #fff;
  }

  .md\:focus\:placeholder-white:focus::-moz-placeholder {
    color: #fff;
  }

  .md\:focus\:placeholder-white:focus:-ms-input-placeholder {
    color: #fff;
  }

  .md\:focus\:placeholder-white:focus::-ms-input-placeholder {
    color: #fff;
  }

  .md\:focus\:placeholder-white:focus::placeholder {
    color: #fff;
  }

  .md\:focus\:placeholder-gray-100:focus::-webkit-input-placeholder {
    color: #f7fafc;
  }

  .md\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    color: #f7fafc;
  }

  .md\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
    color: #f7fafc;
  }

  .md\:focus\:placeholder-gray-100:focus::-ms-input-placeholder {
    color: #f7fafc;
  }

  .md\:focus\:placeholder-gray-100:focus::placeholder {
    color: #f7fafc;
  }

  .md\:focus\:placeholder-gray-200:focus::-webkit-input-placeholder {
    color: #edf2f7;
  }

  .md\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    color: #edf2f7;
  }

  .md\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
    color: #edf2f7;
  }

  .md\:focus\:placeholder-gray-200:focus::-ms-input-placeholder {
    color: #edf2f7;
  }

  .md\:focus\:placeholder-gray-200:focus::placeholder {
    color: #edf2f7;
  }

  .md\:focus\:placeholder-gray-300:focus::-webkit-input-placeholder {
    color: #e2e8f0;
  }

  .md\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    color: #e2e8f0;
  }

  .md\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
    color: #e2e8f0;
  }

  .md\:focus\:placeholder-gray-300:focus::-ms-input-placeholder {
    color: #e2e8f0;
  }

  .md\:focus\:placeholder-gray-300:focus::placeholder {
    color: #e2e8f0;
  }

  .md\:focus\:placeholder-gray-400:focus::-webkit-input-placeholder {
    color: #cbd5e0;
  }

  .md\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    color: #cbd5e0;
  }

  .md\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
    color: #cbd5e0;
  }

  .md\:focus\:placeholder-gray-400:focus::-ms-input-placeholder {
    color: #cbd5e0;
  }

  .md\:focus\:placeholder-gray-400:focus::placeholder {
    color: #cbd5e0;
  }

  .md\:focus\:placeholder-gray-500:focus::-webkit-input-placeholder {
    color: #a0aec0;
  }

  .md\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    color: #a0aec0;
  }

  .md\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
    color: #a0aec0;
  }

  .md\:focus\:placeholder-gray-500:focus::-ms-input-placeholder {
    color: #a0aec0;
  }

  .md\:focus\:placeholder-gray-500:focus::placeholder {
    color: #a0aec0;
  }

  .md\:focus\:placeholder-gray-600:focus::-webkit-input-placeholder {
    color: #718096;
  }

  .md\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    color: #718096;
  }

  .md\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
    color: #718096;
  }

  .md\:focus\:placeholder-gray-600:focus::-ms-input-placeholder {
    color: #718096;
  }

  .md\:focus\:placeholder-gray-600:focus::placeholder {
    color: #718096;
  }

  .md\:focus\:placeholder-gray-700:focus::-webkit-input-placeholder {
    color: #4a5568;
  }

  .md\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    color: #4a5568;
  }

  .md\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
    color: #4a5568;
  }

  .md\:focus\:placeholder-gray-700:focus::-ms-input-placeholder {
    color: #4a5568;
  }

  .md\:focus\:placeholder-gray-700:focus::placeholder {
    color: #4a5568;
  }

  .md\:focus\:placeholder-gray-800:focus::-webkit-input-placeholder {
    color: #2d3748;
  }

  .md\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    color: #2d3748;
  }

  .md\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
    color: #2d3748;
  }

  .md\:focus\:placeholder-gray-800:focus::-ms-input-placeholder {
    color: #2d3748;
  }

  .md\:focus\:placeholder-gray-800:focus::placeholder {
    color: #2d3748;
  }

  .md\:focus\:placeholder-gray-900:focus::-webkit-input-placeholder {
    color: #1a202c;
  }

  .md\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    color: #1a202c;
  }

  .md\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
    color: #1a202c;
  }

  .md\:focus\:placeholder-gray-900:focus::-ms-input-placeholder {
    color: #1a202c;
  }

  .md\:focus\:placeholder-gray-900:focus::placeholder {
    color: #1a202c;
  }

  .md\:focus\:placeholder-red-100:focus::-webkit-input-placeholder {
    color: #fff5f5;
  }

  .md\:focus\:placeholder-red-100:focus::-moz-placeholder {
    color: #fff5f5;
  }

  .md\:focus\:placeholder-red-100:focus:-ms-input-placeholder {
    color: #fff5f5;
  }

  .md\:focus\:placeholder-red-100:focus::-ms-input-placeholder {
    color: #fff5f5;
  }

  .md\:focus\:placeholder-red-100:focus::placeholder {
    color: #fff5f5;
  }

  .md\:focus\:placeholder-red-200:focus::-webkit-input-placeholder {
    color: #fed7d7;
  }

  .md\:focus\:placeholder-red-200:focus::-moz-placeholder {
    color: #fed7d7;
  }

  .md\:focus\:placeholder-red-200:focus:-ms-input-placeholder {
    color: #fed7d7;
  }

  .md\:focus\:placeholder-red-200:focus::-ms-input-placeholder {
    color: #fed7d7;
  }

  .md\:focus\:placeholder-red-200:focus::placeholder {
    color: #fed7d7;
  }

  .md\:focus\:placeholder-red-300:focus::-webkit-input-placeholder {
    color: #feb2b2;
  }

  .md\:focus\:placeholder-red-300:focus::-moz-placeholder {
    color: #feb2b2;
  }

  .md\:focus\:placeholder-red-300:focus:-ms-input-placeholder {
    color: #feb2b2;
  }

  .md\:focus\:placeholder-red-300:focus::-ms-input-placeholder {
    color: #feb2b2;
  }

  .md\:focus\:placeholder-red-300:focus::placeholder {
    color: #feb2b2;
  }

  .md\:focus\:placeholder-red-400:focus::-webkit-input-placeholder {
    color: #fc8181;
  }

  .md\:focus\:placeholder-red-400:focus::-moz-placeholder {
    color: #fc8181;
  }

  .md\:focus\:placeholder-red-400:focus:-ms-input-placeholder {
    color: #fc8181;
  }

  .md\:focus\:placeholder-red-400:focus::-ms-input-placeholder {
    color: #fc8181;
  }

  .md\:focus\:placeholder-red-400:focus::placeholder {
    color: #fc8181;
  }

  .md\:focus\:placeholder-red-500:focus::-webkit-input-placeholder {
    color: #f56565;
  }

  .md\:focus\:placeholder-red-500:focus::-moz-placeholder {
    color: #f56565;
  }

  .md\:focus\:placeholder-red-500:focus:-ms-input-placeholder {
    color: #f56565;
  }

  .md\:focus\:placeholder-red-500:focus::-ms-input-placeholder {
    color: #f56565;
  }

  .md\:focus\:placeholder-red-500:focus::placeholder {
    color: #f56565;
  }

  .md\:focus\:placeholder-red-600:focus::-webkit-input-placeholder {
    color: #e53e3e;
  }

  .md\:focus\:placeholder-red-600:focus::-moz-placeholder {
    color: #e53e3e;
  }

  .md\:focus\:placeholder-red-600:focus:-ms-input-placeholder {
    color: #e53e3e;
  }

  .md\:focus\:placeholder-red-600:focus::-ms-input-placeholder {
    color: #e53e3e;
  }

  .md\:focus\:placeholder-red-600:focus::placeholder {
    color: #e53e3e;
  }

  .md\:focus\:placeholder-red-700:focus::-webkit-input-placeholder {
    color: #c53030;
  }

  .md\:focus\:placeholder-red-700:focus::-moz-placeholder {
    color: #c53030;
  }

  .md\:focus\:placeholder-red-700:focus:-ms-input-placeholder {
    color: #c53030;
  }

  .md\:focus\:placeholder-red-700:focus::-ms-input-placeholder {
    color: #c53030;
  }

  .md\:focus\:placeholder-red-700:focus::placeholder {
    color: #c53030;
  }

  .md\:focus\:placeholder-red-800:focus::-webkit-input-placeholder {
    color: #9b2c2c;
  }

  .md\:focus\:placeholder-red-800:focus::-moz-placeholder {
    color: #9b2c2c;
  }

  .md\:focus\:placeholder-red-800:focus:-ms-input-placeholder {
    color: #9b2c2c;
  }

  .md\:focus\:placeholder-red-800:focus::-ms-input-placeholder {
    color: #9b2c2c;
  }

  .md\:focus\:placeholder-red-800:focus::placeholder {
    color: #9b2c2c;
  }

  .md\:focus\:placeholder-red-900:focus::-webkit-input-placeholder {
    color: #742a2a;
  }

  .md\:focus\:placeholder-red-900:focus::-moz-placeholder {
    color: #742a2a;
  }

  .md\:focus\:placeholder-red-900:focus:-ms-input-placeholder {
    color: #742a2a;
  }

  .md\:focus\:placeholder-red-900:focus::-ms-input-placeholder {
    color: #742a2a;
  }

  .md\:focus\:placeholder-red-900:focus::placeholder {
    color: #742a2a;
  }

  .md\:focus\:placeholder-orange-100:focus::-webkit-input-placeholder {
    color: #fffaf0;
  }

  .md\:focus\:placeholder-orange-100:focus::-moz-placeholder {
    color: #fffaf0;
  }

  .md\:focus\:placeholder-orange-100:focus:-ms-input-placeholder {
    color: #fffaf0;
  }

  .md\:focus\:placeholder-orange-100:focus::-ms-input-placeholder {
    color: #fffaf0;
  }

  .md\:focus\:placeholder-orange-100:focus::placeholder {
    color: #fffaf0;
  }

  .md\:focus\:placeholder-orange-200:focus::-webkit-input-placeholder {
    color: #feebc8;
  }

  .md\:focus\:placeholder-orange-200:focus::-moz-placeholder {
    color: #feebc8;
  }

  .md\:focus\:placeholder-orange-200:focus:-ms-input-placeholder {
    color: #feebc8;
  }

  .md\:focus\:placeholder-orange-200:focus::-ms-input-placeholder {
    color: #feebc8;
  }

  .md\:focus\:placeholder-orange-200:focus::placeholder {
    color: #feebc8;
  }

  .md\:focus\:placeholder-orange-300:focus::-webkit-input-placeholder {
    color: #fbd38d;
  }

  .md\:focus\:placeholder-orange-300:focus::-moz-placeholder {
    color: #fbd38d;
  }

  .md\:focus\:placeholder-orange-300:focus:-ms-input-placeholder {
    color: #fbd38d;
  }

  .md\:focus\:placeholder-orange-300:focus::-ms-input-placeholder {
    color: #fbd38d;
  }

  .md\:focus\:placeholder-orange-300:focus::placeholder {
    color: #fbd38d;
  }

  .md\:focus\:placeholder-orange-400:focus::-webkit-input-placeholder {
    color: #f6ad55;
  }

  .md\:focus\:placeholder-orange-400:focus::-moz-placeholder {
    color: #f6ad55;
  }

  .md\:focus\:placeholder-orange-400:focus:-ms-input-placeholder {
    color: #f6ad55;
  }

  .md\:focus\:placeholder-orange-400:focus::-ms-input-placeholder {
    color: #f6ad55;
  }

  .md\:focus\:placeholder-orange-400:focus::placeholder {
    color: #f6ad55;
  }

  .md\:focus\:placeholder-orange-500:focus::-webkit-input-placeholder {
    color: #ed8936;
  }

  .md\:focus\:placeholder-orange-500:focus::-moz-placeholder {
    color: #ed8936;
  }

  .md\:focus\:placeholder-orange-500:focus:-ms-input-placeholder {
    color: #ed8936;
  }

  .md\:focus\:placeholder-orange-500:focus::-ms-input-placeholder {
    color: #ed8936;
  }

  .md\:focus\:placeholder-orange-500:focus::placeholder {
    color: #ed8936;
  }

  .md\:focus\:placeholder-orange-600:focus::-webkit-input-placeholder {
    color: #dd6b20;
  }

  .md\:focus\:placeholder-orange-600:focus::-moz-placeholder {
    color: #dd6b20;
  }

  .md\:focus\:placeholder-orange-600:focus:-ms-input-placeholder {
    color: #dd6b20;
  }

  .md\:focus\:placeholder-orange-600:focus::-ms-input-placeholder {
    color: #dd6b20;
  }

  .md\:focus\:placeholder-orange-600:focus::placeholder {
    color: #dd6b20;
  }

  .md\:focus\:placeholder-orange-700:focus::-webkit-input-placeholder {
    color: #c05621;
  }

  .md\:focus\:placeholder-orange-700:focus::-moz-placeholder {
    color: #c05621;
  }

  .md\:focus\:placeholder-orange-700:focus:-ms-input-placeholder {
    color: #c05621;
  }

  .md\:focus\:placeholder-orange-700:focus::-ms-input-placeholder {
    color: #c05621;
  }

  .md\:focus\:placeholder-orange-700:focus::placeholder {
    color: #c05621;
  }

  .md\:focus\:placeholder-orange-800:focus::-webkit-input-placeholder {
    color: #9c4221;
  }

  .md\:focus\:placeholder-orange-800:focus::-moz-placeholder {
    color: #9c4221;
  }

  .md\:focus\:placeholder-orange-800:focus:-ms-input-placeholder {
    color: #9c4221;
  }

  .md\:focus\:placeholder-orange-800:focus::-ms-input-placeholder {
    color: #9c4221;
  }

  .md\:focus\:placeholder-orange-800:focus::placeholder {
    color: #9c4221;
  }

  .md\:focus\:placeholder-orange-900:focus::-webkit-input-placeholder {
    color: #7b341e;
  }

  .md\:focus\:placeholder-orange-900:focus::-moz-placeholder {
    color: #7b341e;
  }

  .md\:focus\:placeholder-orange-900:focus:-ms-input-placeholder {
    color: #7b341e;
  }

  .md\:focus\:placeholder-orange-900:focus::-ms-input-placeholder {
    color: #7b341e;
  }

  .md\:focus\:placeholder-orange-900:focus::placeholder {
    color: #7b341e;
  }

  .md\:focus\:placeholder-yellow-100:focus::-webkit-input-placeholder {
    color: #fffff0;
  }

  .md\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
    color: #fffff0;
  }

  .md\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
    color: #fffff0;
  }

  .md\:focus\:placeholder-yellow-100:focus::-ms-input-placeholder {
    color: #fffff0;
  }

  .md\:focus\:placeholder-yellow-100:focus::placeholder {
    color: #fffff0;
  }

  .md\:focus\:placeholder-yellow-200:focus::-webkit-input-placeholder {
    color: #fefcbf;
  }

  .md\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    color: #fefcbf;
  }

  .md\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
    color: #fefcbf;
  }

  .md\:focus\:placeholder-yellow-200:focus::-ms-input-placeholder {
    color: #fefcbf;
  }

  .md\:focus\:placeholder-yellow-200:focus::placeholder {
    color: #fefcbf;
  }

  .md\:focus\:placeholder-yellow-300:focus::-webkit-input-placeholder {
    color: #faf089;
  }

  .md\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
    color: #faf089;
  }

  .md\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
    color: #faf089;
  }

  .md\:focus\:placeholder-yellow-300:focus::-ms-input-placeholder {
    color: #faf089;
  }

  .md\:focus\:placeholder-yellow-300:focus::placeholder {
    color: #faf089;
  }

  .md\:focus\:placeholder-yellow-400:focus::-webkit-input-placeholder {
    color: #f6e05e;
  }

  .md\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
    color: #f6e05e;
  }

  .md\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
    color: #f6e05e;
  }

  .md\:focus\:placeholder-yellow-400:focus::-ms-input-placeholder {
    color: #f6e05e;
  }

  .md\:focus\:placeholder-yellow-400:focus::placeholder {
    color: #f6e05e;
  }

  .md\:focus\:placeholder-yellow-500:focus::-webkit-input-placeholder {
    color: #ecc94b;
  }

  .md\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    color: #ecc94b;
  }

  .md\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
    color: #ecc94b;
  }

  .md\:focus\:placeholder-yellow-500:focus::-ms-input-placeholder {
    color: #ecc94b;
  }

  .md\:focus\:placeholder-yellow-500:focus::placeholder {
    color: #ecc94b;
  }

  .md\:focus\:placeholder-yellow-600:focus::-webkit-input-placeholder {
    color: #d69e2e;
  }

  .md\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
    color: #d69e2e;
  }

  .md\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
    color: #d69e2e;
  }

  .md\:focus\:placeholder-yellow-600:focus::-ms-input-placeholder {
    color: #d69e2e;
  }

  .md\:focus\:placeholder-yellow-600:focus::placeholder {
    color: #d69e2e;
  }

  .md\:focus\:placeholder-yellow-700:focus::-webkit-input-placeholder {
    color: #b7791f;
  }

  .md\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
    color: #b7791f;
  }

  .md\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
    color: #b7791f;
  }

  .md\:focus\:placeholder-yellow-700:focus::-ms-input-placeholder {
    color: #b7791f;
  }

  .md\:focus\:placeholder-yellow-700:focus::placeholder {
    color: #b7791f;
  }

  .md\:focus\:placeholder-yellow-800:focus::-webkit-input-placeholder {
    color: #975a16;
  }

  .md\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
    color: #975a16;
  }

  .md\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
    color: #975a16;
  }

  .md\:focus\:placeholder-yellow-800:focus::-ms-input-placeholder {
    color: #975a16;
  }

  .md\:focus\:placeholder-yellow-800:focus::placeholder {
    color: #975a16;
  }

  .md\:focus\:placeholder-yellow-900:focus::-webkit-input-placeholder {
    color: #744210;
  }

  .md\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
    color: #744210;
  }

  .md\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
    color: #744210;
  }

  .md\:focus\:placeholder-yellow-900:focus::-ms-input-placeholder {
    color: #744210;
  }

  .md\:focus\:placeholder-yellow-900:focus::placeholder {
    color: #744210;
  }

  .md\:focus\:placeholder-green-100:focus::-webkit-input-placeholder {
    color: #f0fff4;
  }

  .md\:focus\:placeholder-green-100:focus::-moz-placeholder {
    color: #f0fff4;
  }

  .md\:focus\:placeholder-green-100:focus:-ms-input-placeholder {
    color: #f0fff4;
  }

  .md\:focus\:placeholder-green-100:focus::-ms-input-placeholder {
    color: #f0fff4;
  }

  .md\:focus\:placeholder-green-100:focus::placeholder {
    color: #f0fff4;
  }

  .md\:focus\:placeholder-green-200:focus::-webkit-input-placeholder {
    color: #c6f6d5;
  }

  .md\:focus\:placeholder-green-200:focus::-moz-placeholder {
    color: #c6f6d5;
  }

  .md\:focus\:placeholder-green-200:focus:-ms-input-placeholder {
    color: #c6f6d5;
  }

  .md\:focus\:placeholder-green-200:focus::-ms-input-placeholder {
    color: #c6f6d5;
  }

  .md\:focus\:placeholder-green-200:focus::placeholder {
    color: #c6f6d5;
  }

  .md\:focus\:placeholder-green-300:focus::-webkit-input-placeholder {
    color: #9ae6b4;
  }

  .md\:focus\:placeholder-green-300:focus::-moz-placeholder {
    color: #9ae6b4;
  }

  .md\:focus\:placeholder-green-300:focus:-ms-input-placeholder {
    color: #9ae6b4;
  }

  .md\:focus\:placeholder-green-300:focus::-ms-input-placeholder {
    color: #9ae6b4;
  }

  .md\:focus\:placeholder-green-300:focus::placeholder {
    color: #9ae6b4;
  }

  .md\:focus\:placeholder-green-400:focus::-webkit-input-placeholder {
    color: #68d391;
  }

  .md\:focus\:placeholder-green-400:focus::-moz-placeholder {
    color: #68d391;
  }

  .md\:focus\:placeholder-green-400:focus:-ms-input-placeholder {
    color: #68d391;
  }

  .md\:focus\:placeholder-green-400:focus::-ms-input-placeholder {
    color: #68d391;
  }

  .md\:focus\:placeholder-green-400:focus::placeholder {
    color: #68d391;
  }

  .md\:focus\:placeholder-green-500:focus::-webkit-input-placeholder {
    color: #48bb78;
  }

  .md\:focus\:placeholder-green-500:focus::-moz-placeholder {
    color: #48bb78;
  }

  .md\:focus\:placeholder-green-500:focus:-ms-input-placeholder {
    color: #48bb78;
  }

  .md\:focus\:placeholder-green-500:focus::-ms-input-placeholder {
    color: #48bb78;
  }

  .md\:focus\:placeholder-green-500:focus::placeholder {
    color: #48bb78;
  }

  .md\:focus\:placeholder-green-600:focus::-webkit-input-placeholder {
    color: #38a169;
  }

  .md\:focus\:placeholder-green-600:focus::-moz-placeholder {
    color: #38a169;
  }

  .md\:focus\:placeholder-green-600:focus:-ms-input-placeholder {
    color: #38a169;
  }

  .md\:focus\:placeholder-green-600:focus::-ms-input-placeholder {
    color: #38a169;
  }

  .md\:focus\:placeholder-green-600:focus::placeholder {
    color: #38a169;
  }

  .md\:focus\:placeholder-green-700:focus::-webkit-input-placeholder {
    color: #2f855a;
  }

  .md\:focus\:placeholder-green-700:focus::-moz-placeholder {
    color: #2f855a;
  }

  .md\:focus\:placeholder-green-700:focus:-ms-input-placeholder {
    color: #2f855a;
  }

  .md\:focus\:placeholder-green-700:focus::-ms-input-placeholder {
    color: #2f855a;
  }

  .md\:focus\:placeholder-green-700:focus::placeholder {
    color: #2f855a;
  }

  .md\:focus\:placeholder-green-800:focus::-webkit-input-placeholder {
    color: #276749;
  }

  .md\:focus\:placeholder-green-800:focus::-moz-placeholder {
    color: #276749;
  }

  .md\:focus\:placeholder-green-800:focus:-ms-input-placeholder {
    color: #276749;
  }

  .md\:focus\:placeholder-green-800:focus::-ms-input-placeholder {
    color: #276749;
  }

  .md\:focus\:placeholder-green-800:focus::placeholder {
    color: #276749;
  }

  .md\:focus\:placeholder-green-900:focus::-webkit-input-placeholder {
    color: #22543d;
  }

  .md\:focus\:placeholder-green-900:focus::-moz-placeholder {
    color: #22543d;
  }

  .md\:focus\:placeholder-green-900:focus:-ms-input-placeholder {
    color: #22543d;
  }

  .md\:focus\:placeholder-green-900:focus::-ms-input-placeholder {
    color: #22543d;
  }

  .md\:focus\:placeholder-green-900:focus::placeholder {
    color: #22543d;
  }

  .md\:focus\:placeholder-teal-100:focus::-webkit-input-placeholder {
    color: #e6fffa;
  }

  .md\:focus\:placeholder-teal-100:focus::-moz-placeholder {
    color: #e6fffa;
  }

  .md\:focus\:placeholder-teal-100:focus:-ms-input-placeholder {
    color: #e6fffa;
  }

  .md\:focus\:placeholder-teal-100:focus::-ms-input-placeholder {
    color: #e6fffa;
  }

  .md\:focus\:placeholder-teal-100:focus::placeholder {
    color: #e6fffa;
  }

  .md\:focus\:placeholder-teal-200:focus::-webkit-input-placeholder {
    color: #b2f5ea;
  }

  .md\:focus\:placeholder-teal-200:focus::-moz-placeholder {
    color: #b2f5ea;
  }

  .md\:focus\:placeholder-teal-200:focus:-ms-input-placeholder {
    color: #b2f5ea;
  }

  .md\:focus\:placeholder-teal-200:focus::-ms-input-placeholder {
    color: #b2f5ea;
  }

  .md\:focus\:placeholder-teal-200:focus::placeholder {
    color: #b2f5ea;
  }

  .md\:focus\:placeholder-teal-300:focus::-webkit-input-placeholder {
    color: #81e6d9;
  }

  .md\:focus\:placeholder-teal-300:focus::-moz-placeholder {
    color: #81e6d9;
  }

  .md\:focus\:placeholder-teal-300:focus:-ms-input-placeholder {
    color: #81e6d9;
  }

  .md\:focus\:placeholder-teal-300:focus::-ms-input-placeholder {
    color: #81e6d9;
  }

  .md\:focus\:placeholder-teal-300:focus::placeholder {
    color: #81e6d9;
  }

  .md\:focus\:placeholder-teal-400:focus::-webkit-input-placeholder {
    color: #4fd1c5;
  }

  .md\:focus\:placeholder-teal-400:focus::-moz-placeholder {
    color: #4fd1c5;
  }

  .md\:focus\:placeholder-teal-400:focus:-ms-input-placeholder {
    color: #4fd1c5;
  }

  .md\:focus\:placeholder-teal-400:focus::-ms-input-placeholder {
    color: #4fd1c5;
  }

  .md\:focus\:placeholder-teal-400:focus::placeholder {
    color: #4fd1c5;
  }

  .md\:focus\:placeholder-teal-500:focus::-webkit-input-placeholder {
    color: #38b2ac;
  }

  .md\:focus\:placeholder-teal-500:focus::-moz-placeholder {
    color: #38b2ac;
  }

  .md\:focus\:placeholder-teal-500:focus:-ms-input-placeholder {
    color: #38b2ac;
  }

  .md\:focus\:placeholder-teal-500:focus::-ms-input-placeholder {
    color: #38b2ac;
  }

  .md\:focus\:placeholder-teal-500:focus::placeholder {
    color: #38b2ac;
  }

  .md\:focus\:placeholder-teal-600:focus::-webkit-input-placeholder {
    color: #319795;
  }

  .md\:focus\:placeholder-teal-600:focus::-moz-placeholder {
    color: #319795;
  }

  .md\:focus\:placeholder-teal-600:focus:-ms-input-placeholder {
    color: #319795;
  }

  .md\:focus\:placeholder-teal-600:focus::-ms-input-placeholder {
    color: #319795;
  }

  .md\:focus\:placeholder-teal-600:focus::placeholder {
    color: #319795;
  }

  .md\:focus\:placeholder-teal-700:focus::-webkit-input-placeholder {
    color: #2c7a7b;
  }

  .md\:focus\:placeholder-teal-700:focus::-moz-placeholder {
    color: #2c7a7b;
  }

  .md\:focus\:placeholder-teal-700:focus:-ms-input-placeholder {
    color: #2c7a7b;
  }

  .md\:focus\:placeholder-teal-700:focus::-ms-input-placeholder {
    color: #2c7a7b;
  }

  .md\:focus\:placeholder-teal-700:focus::placeholder {
    color: #2c7a7b;
  }

  .md\:focus\:placeholder-teal-800:focus::-webkit-input-placeholder {
    color: #285e61;
  }

  .md\:focus\:placeholder-teal-800:focus::-moz-placeholder {
    color: #285e61;
  }

  .md\:focus\:placeholder-teal-800:focus:-ms-input-placeholder {
    color: #285e61;
  }

  .md\:focus\:placeholder-teal-800:focus::-ms-input-placeholder {
    color: #285e61;
  }

  .md\:focus\:placeholder-teal-800:focus::placeholder {
    color: #285e61;
  }

  .md\:focus\:placeholder-teal-900:focus::-webkit-input-placeholder {
    color: #234e52;
  }

  .md\:focus\:placeholder-teal-900:focus::-moz-placeholder {
    color: #234e52;
  }

  .md\:focus\:placeholder-teal-900:focus:-ms-input-placeholder {
    color: #234e52;
  }

  .md\:focus\:placeholder-teal-900:focus::-ms-input-placeholder {
    color: #234e52;
  }

  .md\:focus\:placeholder-teal-900:focus::placeholder {
    color: #234e52;
  }

  .md\:focus\:placeholder-blue-100:focus::-webkit-input-placeholder {
    color: #ebf8ff;
  }

  .md\:focus\:placeholder-blue-100:focus::-moz-placeholder {
    color: #ebf8ff;
  }

  .md\:focus\:placeholder-blue-100:focus:-ms-input-placeholder {
    color: #ebf8ff;
  }

  .md\:focus\:placeholder-blue-100:focus::-ms-input-placeholder {
    color: #ebf8ff;
  }

  .md\:focus\:placeholder-blue-100:focus::placeholder {
    color: #ebf8ff;
  }

  .md\:focus\:placeholder-blue-200:focus::-webkit-input-placeholder {
    color: #bee3f8;
  }

  .md\:focus\:placeholder-blue-200:focus::-moz-placeholder {
    color: #bee3f8;
  }

  .md\:focus\:placeholder-blue-200:focus:-ms-input-placeholder {
    color: #bee3f8;
  }

  .md\:focus\:placeholder-blue-200:focus::-ms-input-placeholder {
    color: #bee3f8;
  }

  .md\:focus\:placeholder-blue-200:focus::placeholder {
    color: #bee3f8;
  }

  .md\:focus\:placeholder-blue-300:focus::-webkit-input-placeholder {
    color: #90cdf4;
  }

  .md\:focus\:placeholder-blue-300:focus::-moz-placeholder {
    color: #90cdf4;
  }

  .md\:focus\:placeholder-blue-300:focus:-ms-input-placeholder {
    color: #90cdf4;
  }

  .md\:focus\:placeholder-blue-300:focus::-ms-input-placeholder {
    color: #90cdf4;
  }

  .md\:focus\:placeholder-blue-300:focus::placeholder {
    color: #90cdf4;
  }

  .md\:focus\:placeholder-blue-400:focus::-webkit-input-placeholder {
    color: #63b3ed;
  }

  .md\:focus\:placeholder-blue-400:focus::-moz-placeholder {
    color: #63b3ed;
  }

  .md\:focus\:placeholder-blue-400:focus:-ms-input-placeholder {
    color: #63b3ed;
  }

  .md\:focus\:placeholder-blue-400:focus::-ms-input-placeholder {
    color: #63b3ed;
  }

  .md\:focus\:placeholder-blue-400:focus::placeholder {
    color: #63b3ed;
  }

  .md\:focus\:placeholder-blue-500:focus::-webkit-input-placeholder {
    color: #4299e1;
  }

  .md\:focus\:placeholder-blue-500:focus::-moz-placeholder {
    color: #4299e1;
  }

  .md\:focus\:placeholder-blue-500:focus:-ms-input-placeholder {
    color: #4299e1;
  }

  .md\:focus\:placeholder-blue-500:focus::-ms-input-placeholder {
    color: #4299e1;
  }

  .md\:focus\:placeholder-blue-500:focus::placeholder {
    color: #4299e1;
  }

  .md\:focus\:placeholder-blue-600:focus::-webkit-input-placeholder {
    color: #3182ce;
  }

  .md\:focus\:placeholder-blue-600:focus::-moz-placeholder {
    color: #3182ce;
  }

  .md\:focus\:placeholder-blue-600:focus:-ms-input-placeholder {
    color: #3182ce;
  }

  .md\:focus\:placeholder-blue-600:focus::-ms-input-placeholder {
    color: #3182ce;
  }

  .md\:focus\:placeholder-blue-600:focus::placeholder {
    color: #3182ce;
  }

  .md\:focus\:placeholder-blue-700:focus::-webkit-input-placeholder {
    color: #2b6cb0;
  }

  .md\:focus\:placeholder-blue-700:focus::-moz-placeholder {
    color: #2b6cb0;
  }

  .md\:focus\:placeholder-blue-700:focus:-ms-input-placeholder {
    color: #2b6cb0;
  }

  .md\:focus\:placeholder-blue-700:focus::-ms-input-placeholder {
    color: #2b6cb0;
  }

  .md\:focus\:placeholder-blue-700:focus::placeholder {
    color: #2b6cb0;
  }

  .md\:focus\:placeholder-blue-800:focus::-webkit-input-placeholder {
    color: #2c5282;
  }

  .md\:focus\:placeholder-blue-800:focus::-moz-placeholder {
    color: #2c5282;
  }

  .md\:focus\:placeholder-blue-800:focus:-ms-input-placeholder {
    color: #2c5282;
  }

  .md\:focus\:placeholder-blue-800:focus::-ms-input-placeholder {
    color: #2c5282;
  }

  .md\:focus\:placeholder-blue-800:focus::placeholder {
    color: #2c5282;
  }

  .md\:focus\:placeholder-blue-900:focus::-webkit-input-placeholder {
    color: #2a4365;
  }

  .md\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    color: #2a4365;
  }

  .md\:focus\:placeholder-blue-900:focus:-ms-input-placeholder {
    color: #2a4365;
  }

  .md\:focus\:placeholder-blue-900:focus::-ms-input-placeholder {
    color: #2a4365;
  }

  .md\:focus\:placeholder-blue-900:focus::placeholder {
    color: #2a4365;
  }

  .md\:focus\:placeholder-indigo-100:focus::-webkit-input-placeholder {
    color: #ebf4ff;
  }

  .md\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    color: #ebf4ff;
  }

  .md\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
    color: #ebf4ff;
  }

  .md\:focus\:placeholder-indigo-100:focus::-ms-input-placeholder {
    color: #ebf4ff;
  }

  .md\:focus\:placeholder-indigo-100:focus::placeholder {
    color: #ebf4ff;
  }

  .md\:focus\:placeholder-indigo-200:focus::-webkit-input-placeholder {
    color: #c3dafe;
  }

  .md\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    color: #c3dafe;
  }

  .md\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
    color: #c3dafe;
  }

  .md\:focus\:placeholder-indigo-200:focus::-ms-input-placeholder {
    color: #c3dafe;
  }

  .md\:focus\:placeholder-indigo-200:focus::placeholder {
    color: #c3dafe;
  }

  .md\:focus\:placeholder-indigo-300:focus::-webkit-input-placeholder {
    color: #a3bffa;
  }

  .md\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    color: #a3bffa;
  }

  .md\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
    color: #a3bffa;
  }

  .md\:focus\:placeholder-indigo-300:focus::-ms-input-placeholder {
    color: #a3bffa;
  }

  .md\:focus\:placeholder-indigo-300:focus::placeholder {
    color: #a3bffa;
  }

  .md\:focus\:placeholder-indigo-400:focus::-webkit-input-placeholder {
    color: #7f9cf5;
  }

  .md\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    color: #7f9cf5;
  }

  .md\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
    color: #7f9cf5;
  }

  .md\:focus\:placeholder-indigo-400:focus::-ms-input-placeholder {
    color: #7f9cf5;
  }

  .md\:focus\:placeholder-indigo-400:focus::placeholder {
    color: #7f9cf5;
  }

  .md\:focus\:placeholder-indigo-500:focus::-webkit-input-placeholder {
    color: #667eea;
  }

  .md\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    color: #667eea;
  }

  .md\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
    color: #667eea;
  }

  .md\:focus\:placeholder-indigo-500:focus::-ms-input-placeholder {
    color: #667eea;
  }

  .md\:focus\:placeholder-indigo-500:focus::placeholder {
    color: #667eea;
  }

  .md\:focus\:placeholder-indigo-600:focus::-webkit-input-placeholder {
    color: #5a67d8;
  }

  .md\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    color: #5a67d8;
  }

  .md\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
    color: #5a67d8;
  }

  .md\:focus\:placeholder-indigo-600:focus::-ms-input-placeholder {
    color: #5a67d8;
  }

  .md\:focus\:placeholder-indigo-600:focus::placeholder {
    color: #5a67d8;
  }

  .md\:focus\:placeholder-indigo-700:focus::-webkit-input-placeholder {
    color: #4c51bf;
  }

  .md\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    color: #4c51bf;
  }

  .md\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
    color: #4c51bf;
  }

  .md\:focus\:placeholder-indigo-700:focus::-ms-input-placeholder {
    color: #4c51bf;
  }

  .md\:focus\:placeholder-indigo-700:focus::placeholder {
    color: #4c51bf;
  }

  .md\:focus\:placeholder-indigo-800:focus::-webkit-input-placeholder {
    color: #434190;
  }

  .md\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    color: #434190;
  }

  .md\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
    color: #434190;
  }

  .md\:focus\:placeholder-indigo-800:focus::-ms-input-placeholder {
    color: #434190;
  }

  .md\:focus\:placeholder-indigo-800:focus::placeholder {
    color: #434190;
  }

  .md\:focus\:placeholder-indigo-900:focus::-webkit-input-placeholder {
    color: #3c366b;
  }

  .md\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    color: #3c366b;
  }

  .md\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
    color: #3c366b;
  }

  .md\:focus\:placeholder-indigo-900:focus::-ms-input-placeholder {
    color: #3c366b;
  }

  .md\:focus\:placeholder-indigo-900:focus::placeholder {
    color: #3c366b;
  }

  .md\:focus\:placeholder-purple-100:focus::-webkit-input-placeholder {
    color: #faf5ff;
  }

  .md\:focus\:placeholder-purple-100:focus::-moz-placeholder {
    color: #faf5ff;
  }

  .md\:focus\:placeholder-purple-100:focus:-ms-input-placeholder {
    color: #faf5ff;
  }

  .md\:focus\:placeholder-purple-100:focus::-ms-input-placeholder {
    color: #faf5ff;
  }

  .md\:focus\:placeholder-purple-100:focus::placeholder {
    color: #faf5ff;
  }

  .md\:focus\:placeholder-purple-200:focus::-webkit-input-placeholder {
    color: #e9d8fd;
  }

  .md\:focus\:placeholder-purple-200:focus::-moz-placeholder {
    color: #e9d8fd;
  }

  .md\:focus\:placeholder-purple-200:focus:-ms-input-placeholder {
    color: #e9d8fd;
  }

  .md\:focus\:placeholder-purple-200:focus::-ms-input-placeholder {
    color: #e9d8fd;
  }

  .md\:focus\:placeholder-purple-200:focus::placeholder {
    color: #e9d8fd;
  }

  .md\:focus\:placeholder-purple-300:focus::-webkit-input-placeholder {
    color: #d6bcfa;
  }

  .md\:focus\:placeholder-purple-300:focus::-moz-placeholder {
    color: #d6bcfa;
  }

  .md\:focus\:placeholder-purple-300:focus:-ms-input-placeholder {
    color: #d6bcfa;
  }

  .md\:focus\:placeholder-purple-300:focus::-ms-input-placeholder {
    color: #d6bcfa;
  }

  .md\:focus\:placeholder-purple-300:focus::placeholder {
    color: #d6bcfa;
  }

  .md\:focus\:placeholder-purple-400:focus::-webkit-input-placeholder {
    color: #b794f4;
  }

  .md\:focus\:placeholder-purple-400:focus::-moz-placeholder {
    color: #b794f4;
  }

  .md\:focus\:placeholder-purple-400:focus:-ms-input-placeholder {
    color: #b794f4;
  }

  .md\:focus\:placeholder-purple-400:focus::-ms-input-placeholder {
    color: #b794f4;
  }

  .md\:focus\:placeholder-purple-400:focus::placeholder {
    color: #b794f4;
  }

  .md\:focus\:placeholder-purple-500:focus::-webkit-input-placeholder {
    color: #9f7aea;
  }

  .md\:focus\:placeholder-purple-500:focus::-moz-placeholder {
    color: #9f7aea;
  }

  .md\:focus\:placeholder-purple-500:focus:-ms-input-placeholder {
    color: #9f7aea;
  }

  .md\:focus\:placeholder-purple-500:focus::-ms-input-placeholder {
    color: #9f7aea;
  }

  .md\:focus\:placeholder-purple-500:focus::placeholder {
    color: #9f7aea;
  }

  .md\:focus\:placeholder-purple-600:focus::-webkit-input-placeholder {
    color: #805ad5;
  }

  .md\:focus\:placeholder-purple-600:focus::-moz-placeholder {
    color: #805ad5;
  }

  .md\:focus\:placeholder-purple-600:focus:-ms-input-placeholder {
    color: #805ad5;
  }

  .md\:focus\:placeholder-purple-600:focus::-ms-input-placeholder {
    color: #805ad5;
  }

  .md\:focus\:placeholder-purple-600:focus::placeholder {
    color: #805ad5;
  }

  .md\:focus\:placeholder-purple-700:focus::-webkit-input-placeholder {
    color: #6b46c1;
  }

  .md\:focus\:placeholder-purple-700:focus::-moz-placeholder {
    color: #6b46c1;
  }

  .md\:focus\:placeholder-purple-700:focus:-ms-input-placeholder {
    color: #6b46c1;
  }

  .md\:focus\:placeholder-purple-700:focus::-ms-input-placeholder {
    color: #6b46c1;
  }

  .md\:focus\:placeholder-purple-700:focus::placeholder {
    color: #6b46c1;
  }

  .md\:focus\:placeholder-purple-800:focus::-webkit-input-placeholder {
    color: #553c9a;
  }

  .md\:focus\:placeholder-purple-800:focus::-moz-placeholder {
    color: #553c9a;
  }

  .md\:focus\:placeholder-purple-800:focus:-ms-input-placeholder {
    color: #553c9a;
  }

  .md\:focus\:placeholder-purple-800:focus::-ms-input-placeholder {
    color: #553c9a;
  }

  .md\:focus\:placeholder-purple-800:focus::placeholder {
    color: #553c9a;
  }

  .md\:focus\:placeholder-purple-900:focus::-webkit-input-placeholder {
    color: #44337a;
  }

  .md\:focus\:placeholder-purple-900:focus::-moz-placeholder {
    color: #44337a;
  }

  .md\:focus\:placeholder-purple-900:focus:-ms-input-placeholder {
    color: #44337a;
  }

  .md\:focus\:placeholder-purple-900:focus::-ms-input-placeholder {
    color: #44337a;
  }

  .md\:focus\:placeholder-purple-900:focus::placeholder {
    color: #44337a;
  }

  .md\:focus\:placeholder-pink-100:focus::-webkit-input-placeholder {
    color: #fff5f7;
  }

  .md\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    color: #fff5f7;
  }

  .md\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
    color: #fff5f7;
  }

  .md\:focus\:placeholder-pink-100:focus::-ms-input-placeholder {
    color: #fff5f7;
  }

  .md\:focus\:placeholder-pink-100:focus::placeholder {
    color: #fff5f7;
  }

  .md\:focus\:placeholder-pink-200:focus::-webkit-input-placeholder {
    color: #fed7e2;
  }

  .md\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    color: #fed7e2;
  }

  .md\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
    color: #fed7e2;
  }

  .md\:focus\:placeholder-pink-200:focus::-ms-input-placeholder {
    color: #fed7e2;
  }

  .md\:focus\:placeholder-pink-200:focus::placeholder {
    color: #fed7e2;
  }

  .md\:focus\:placeholder-pink-300:focus::-webkit-input-placeholder {
    color: #fbb6ce;
  }

  .md\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    color: #fbb6ce;
  }

  .md\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
    color: #fbb6ce;
  }

  .md\:focus\:placeholder-pink-300:focus::-ms-input-placeholder {
    color: #fbb6ce;
  }

  .md\:focus\:placeholder-pink-300:focus::placeholder {
    color: #fbb6ce;
  }

  .md\:focus\:placeholder-pink-400:focus::-webkit-input-placeholder {
    color: #f687b3;
  }

  .md\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    color: #f687b3;
  }

  .md\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
    color: #f687b3;
  }

  .md\:focus\:placeholder-pink-400:focus::-ms-input-placeholder {
    color: #f687b3;
  }

  .md\:focus\:placeholder-pink-400:focus::placeholder {
    color: #f687b3;
  }

  .md\:focus\:placeholder-pink-500:focus::-webkit-input-placeholder {
    color: #ed64a6;
  }

  .md\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    color: #ed64a6;
  }

  .md\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
    color: #ed64a6;
  }

  .md\:focus\:placeholder-pink-500:focus::-ms-input-placeholder {
    color: #ed64a6;
  }

  .md\:focus\:placeholder-pink-500:focus::placeholder {
    color: #ed64a6;
  }

  .md\:focus\:placeholder-pink-600:focus::-webkit-input-placeholder {
    color: #d53f8c;
  }

  .md\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    color: #d53f8c;
  }

  .md\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
    color: #d53f8c;
  }

  .md\:focus\:placeholder-pink-600:focus::-ms-input-placeholder {
    color: #d53f8c;
  }

  .md\:focus\:placeholder-pink-600:focus::placeholder {
    color: #d53f8c;
  }

  .md\:focus\:placeholder-pink-700:focus::-webkit-input-placeholder {
    color: #b83280;
  }

  .md\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    color: #b83280;
  }

  .md\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
    color: #b83280;
  }

  .md\:focus\:placeholder-pink-700:focus::-ms-input-placeholder {
    color: #b83280;
  }

  .md\:focus\:placeholder-pink-700:focus::placeholder {
    color: #b83280;
  }

  .md\:focus\:placeholder-pink-800:focus::-webkit-input-placeholder {
    color: #97266d;
  }

  .md\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    color: #97266d;
  }

  .md\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
    color: #97266d;
  }

  .md\:focus\:placeholder-pink-800:focus::-ms-input-placeholder {
    color: #97266d;
  }

  .md\:focus\:placeholder-pink-800:focus::placeholder {
    color: #97266d;
  }

  .md\:focus\:placeholder-pink-900:focus::-webkit-input-placeholder {
    color: #702459;
  }

  .md\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    color: #702459;
  }

  .md\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
    color: #702459;
  }

  .md\:focus\:placeholder-pink-900:focus::-ms-input-placeholder {
    color: #702459;
  }

  .md\:focus\:placeholder-pink-900:focus::placeholder {
    color: #702459;
  }

  .md\:active\:placeholder-transparent:active::-webkit-input-placeholder {
    color: transparent;
  }

  .md\:active\:placeholder-transparent:active::-moz-placeholder {
    color: transparent;
  }

  .md\:active\:placeholder-transparent:active:-ms-input-placeholder {
    color: transparent;
  }

  .md\:active\:placeholder-transparent:active::-ms-input-placeholder {
    color: transparent;
  }

  .md\:active\:placeholder-transparent:active::placeholder {
    color: transparent;
  }

  .md\:active\:placeholder-black:active::-webkit-input-placeholder {
    color: #000;
  }

  .md\:active\:placeholder-black:active::-moz-placeholder {
    color: #000;
  }

  .md\:active\:placeholder-black:active:-ms-input-placeholder {
    color: #000;
  }

  .md\:active\:placeholder-black:active::-ms-input-placeholder {
    color: #000;
  }

  .md\:active\:placeholder-black:active::placeholder {
    color: #000;
  }

  .md\:active\:placeholder-white:active::-webkit-input-placeholder {
    color: #fff;
  }

  .md\:active\:placeholder-white:active::-moz-placeholder {
    color: #fff;
  }

  .md\:active\:placeholder-white:active:-ms-input-placeholder {
    color: #fff;
  }

  .md\:active\:placeholder-white:active::-ms-input-placeholder {
    color: #fff;
  }

  .md\:active\:placeholder-white:active::placeholder {
    color: #fff;
  }

  .md\:active\:placeholder-gray-100:active::-webkit-input-placeholder {
    color: #f7fafc;
  }

  .md\:active\:placeholder-gray-100:active::-moz-placeholder {
    color: #f7fafc;
  }

  .md\:active\:placeholder-gray-100:active:-ms-input-placeholder {
    color: #f7fafc;
  }

  .md\:active\:placeholder-gray-100:active::-ms-input-placeholder {
    color: #f7fafc;
  }

  .md\:active\:placeholder-gray-100:active::placeholder {
    color: #f7fafc;
  }

  .md\:active\:placeholder-gray-200:active::-webkit-input-placeholder {
    color: #edf2f7;
  }

  .md\:active\:placeholder-gray-200:active::-moz-placeholder {
    color: #edf2f7;
  }

  .md\:active\:placeholder-gray-200:active:-ms-input-placeholder {
    color: #edf2f7;
  }

  .md\:active\:placeholder-gray-200:active::-ms-input-placeholder {
    color: #edf2f7;
  }

  .md\:active\:placeholder-gray-200:active::placeholder {
    color: #edf2f7;
  }

  .md\:active\:placeholder-gray-300:active::-webkit-input-placeholder {
    color: #e2e8f0;
  }

  .md\:active\:placeholder-gray-300:active::-moz-placeholder {
    color: #e2e8f0;
  }

  .md\:active\:placeholder-gray-300:active:-ms-input-placeholder {
    color: #e2e8f0;
  }

  .md\:active\:placeholder-gray-300:active::-ms-input-placeholder {
    color: #e2e8f0;
  }

  .md\:active\:placeholder-gray-300:active::placeholder {
    color: #e2e8f0;
  }

  .md\:active\:placeholder-gray-400:active::-webkit-input-placeholder {
    color: #cbd5e0;
  }

  .md\:active\:placeholder-gray-400:active::-moz-placeholder {
    color: #cbd5e0;
  }

  .md\:active\:placeholder-gray-400:active:-ms-input-placeholder {
    color: #cbd5e0;
  }

  .md\:active\:placeholder-gray-400:active::-ms-input-placeholder {
    color: #cbd5e0;
  }

  .md\:active\:placeholder-gray-400:active::placeholder {
    color: #cbd5e0;
  }

  .md\:active\:placeholder-gray-500:active::-webkit-input-placeholder {
    color: #a0aec0;
  }

  .md\:active\:placeholder-gray-500:active::-moz-placeholder {
    color: #a0aec0;
  }

  .md\:active\:placeholder-gray-500:active:-ms-input-placeholder {
    color: #a0aec0;
  }

  .md\:active\:placeholder-gray-500:active::-ms-input-placeholder {
    color: #a0aec0;
  }

  .md\:active\:placeholder-gray-500:active::placeholder {
    color: #a0aec0;
  }

  .md\:active\:placeholder-gray-600:active::-webkit-input-placeholder {
    color: #718096;
  }

  .md\:active\:placeholder-gray-600:active::-moz-placeholder {
    color: #718096;
  }

  .md\:active\:placeholder-gray-600:active:-ms-input-placeholder {
    color: #718096;
  }

  .md\:active\:placeholder-gray-600:active::-ms-input-placeholder {
    color: #718096;
  }

  .md\:active\:placeholder-gray-600:active::placeholder {
    color: #718096;
  }

  .md\:active\:placeholder-gray-700:active::-webkit-input-placeholder {
    color: #4a5568;
  }

  .md\:active\:placeholder-gray-700:active::-moz-placeholder {
    color: #4a5568;
  }

  .md\:active\:placeholder-gray-700:active:-ms-input-placeholder {
    color: #4a5568;
  }

  .md\:active\:placeholder-gray-700:active::-ms-input-placeholder {
    color: #4a5568;
  }

  .md\:active\:placeholder-gray-700:active::placeholder {
    color: #4a5568;
  }

  .md\:active\:placeholder-gray-800:active::-webkit-input-placeholder {
    color: #2d3748;
  }

  .md\:active\:placeholder-gray-800:active::-moz-placeholder {
    color: #2d3748;
  }

  .md\:active\:placeholder-gray-800:active:-ms-input-placeholder {
    color: #2d3748;
  }

  .md\:active\:placeholder-gray-800:active::-ms-input-placeholder {
    color: #2d3748;
  }

  .md\:active\:placeholder-gray-800:active::placeholder {
    color: #2d3748;
  }

  .md\:active\:placeholder-gray-900:active::-webkit-input-placeholder {
    color: #1a202c;
  }

  .md\:active\:placeholder-gray-900:active::-moz-placeholder {
    color: #1a202c;
  }

  .md\:active\:placeholder-gray-900:active:-ms-input-placeholder {
    color: #1a202c;
  }

  .md\:active\:placeholder-gray-900:active::-ms-input-placeholder {
    color: #1a202c;
  }

  .md\:active\:placeholder-gray-900:active::placeholder {
    color: #1a202c;
  }

  .md\:active\:placeholder-red-100:active::-webkit-input-placeholder {
    color: #fff5f5;
  }

  .md\:active\:placeholder-red-100:active::-moz-placeholder {
    color: #fff5f5;
  }

  .md\:active\:placeholder-red-100:active:-ms-input-placeholder {
    color: #fff5f5;
  }

  .md\:active\:placeholder-red-100:active::-ms-input-placeholder {
    color: #fff5f5;
  }

  .md\:active\:placeholder-red-100:active::placeholder {
    color: #fff5f5;
  }

  .md\:active\:placeholder-red-200:active::-webkit-input-placeholder {
    color: #fed7d7;
  }

  .md\:active\:placeholder-red-200:active::-moz-placeholder {
    color: #fed7d7;
  }

  .md\:active\:placeholder-red-200:active:-ms-input-placeholder {
    color: #fed7d7;
  }

  .md\:active\:placeholder-red-200:active::-ms-input-placeholder {
    color: #fed7d7;
  }

  .md\:active\:placeholder-red-200:active::placeholder {
    color: #fed7d7;
  }

  .md\:active\:placeholder-red-300:active::-webkit-input-placeholder {
    color: #feb2b2;
  }

  .md\:active\:placeholder-red-300:active::-moz-placeholder {
    color: #feb2b2;
  }

  .md\:active\:placeholder-red-300:active:-ms-input-placeholder {
    color: #feb2b2;
  }

  .md\:active\:placeholder-red-300:active::-ms-input-placeholder {
    color: #feb2b2;
  }

  .md\:active\:placeholder-red-300:active::placeholder {
    color: #feb2b2;
  }

  .md\:active\:placeholder-red-400:active::-webkit-input-placeholder {
    color: #fc8181;
  }

  .md\:active\:placeholder-red-400:active::-moz-placeholder {
    color: #fc8181;
  }

  .md\:active\:placeholder-red-400:active:-ms-input-placeholder {
    color: #fc8181;
  }

  .md\:active\:placeholder-red-400:active::-ms-input-placeholder {
    color: #fc8181;
  }

  .md\:active\:placeholder-red-400:active::placeholder {
    color: #fc8181;
  }

  .md\:active\:placeholder-red-500:active::-webkit-input-placeholder {
    color: #f56565;
  }

  .md\:active\:placeholder-red-500:active::-moz-placeholder {
    color: #f56565;
  }

  .md\:active\:placeholder-red-500:active:-ms-input-placeholder {
    color: #f56565;
  }

  .md\:active\:placeholder-red-500:active::-ms-input-placeholder {
    color: #f56565;
  }

  .md\:active\:placeholder-red-500:active::placeholder {
    color: #f56565;
  }

  .md\:active\:placeholder-red-600:active::-webkit-input-placeholder {
    color: #e53e3e;
  }

  .md\:active\:placeholder-red-600:active::-moz-placeholder {
    color: #e53e3e;
  }

  .md\:active\:placeholder-red-600:active:-ms-input-placeholder {
    color: #e53e3e;
  }

  .md\:active\:placeholder-red-600:active::-ms-input-placeholder {
    color: #e53e3e;
  }

  .md\:active\:placeholder-red-600:active::placeholder {
    color: #e53e3e;
  }

  .md\:active\:placeholder-red-700:active::-webkit-input-placeholder {
    color: #c53030;
  }

  .md\:active\:placeholder-red-700:active::-moz-placeholder {
    color: #c53030;
  }

  .md\:active\:placeholder-red-700:active:-ms-input-placeholder {
    color: #c53030;
  }

  .md\:active\:placeholder-red-700:active::-ms-input-placeholder {
    color: #c53030;
  }

  .md\:active\:placeholder-red-700:active::placeholder {
    color: #c53030;
  }

  .md\:active\:placeholder-red-800:active::-webkit-input-placeholder {
    color: #9b2c2c;
  }

  .md\:active\:placeholder-red-800:active::-moz-placeholder {
    color: #9b2c2c;
  }

  .md\:active\:placeholder-red-800:active:-ms-input-placeholder {
    color: #9b2c2c;
  }

  .md\:active\:placeholder-red-800:active::-ms-input-placeholder {
    color: #9b2c2c;
  }

  .md\:active\:placeholder-red-800:active::placeholder {
    color: #9b2c2c;
  }

  .md\:active\:placeholder-red-900:active::-webkit-input-placeholder {
    color: #742a2a;
  }

  .md\:active\:placeholder-red-900:active::-moz-placeholder {
    color: #742a2a;
  }

  .md\:active\:placeholder-red-900:active:-ms-input-placeholder {
    color: #742a2a;
  }

  .md\:active\:placeholder-red-900:active::-ms-input-placeholder {
    color: #742a2a;
  }

  .md\:active\:placeholder-red-900:active::placeholder {
    color: #742a2a;
  }

  .md\:active\:placeholder-orange-100:active::-webkit-input-placeholder {
    color: #fffaf0;
  }

  .md\:active\:placeholder-orange-100:active::-moz-placeholder {
    color: #fffaf0;
  }

  .md\:active\:placeholder-orange-100:active:-ms-input-placeholder {
    color: #fffaf0;
  }

  .md\:active\:placeholder-orange-100:active::-ms-input-placeholder {
    color: #fffaf0;
  }

  .md\:active\:placeholder-orange-100:active::placeholder {
    color: #fffaf0;
  }

  .md\:active\:placeholder-orange-200:active::-webkit-input-placeholder {
    color: #feebc8;
  }

  .md\:active\:placeholder-orange-200:active::-moz-placeholder {
    color: #feebc8;
  }

  .md\:active\:placeholder-orange-200:active:-ms-input-placeholder {
    color: #feebc8;
  }

  .md\:active\:placeholder-orange-200:active::-ms-input-placeholder {
    color: #feebc8;
  }

  .md\:active\:placeholder-orange-200:active::placeholder {
    color: #feebc8;
  }

  .md\:active\:placeholder-orange-300:active::-webkit-input-placeholder {
    color: #fbd38d;
  }

  .md\:active\:placeholder-orange-300:active::-moz-placeholder {
    color: #fbd38d;
  }

  .md\:active\:placeholder-orange-300:active:-ms-input-placeholder {
    color: #fbd38d;
  }

  .md\:active\:placeholder-orange-300:active::-ms-input-placeholder {
    color: #fbd38d;
  }

  .md\:active\:placeholder-orange-300:active::placeholder {
    color: #fbd38d;
  }

  .md\:active\:placeholder-orange-400:active::-webkit-input-placeholder {
    color: #f6ad55;
  }

  .md\:active\:placeholder-orange-400:active::-moz-placeholder {
    color: #f6ad55;
  }

  .md\:active\:placeholder-orange-400:active:-ms-input-placeholder {
    color: #f6ad55;
  }

  .md\:active\:placeholder-orange-400:active::-ms-input-placeholder {
    color: #f6ad55;
  }

  .md\:active\:placeholder-orange-400:active::placeholder {
    color: #f6ad55;
  }

  .md\:active\:placeholder-orange-500:active::-webkit-input-placeholder {
    color: #ed8936;
  }

  .md\:active\:placeholder-orange-500:active::-moz-placeholder {
    color: #ed8936;
  }

  .md\:active\:placeholder-orange-500:active:-ms-input-placeholder {
    color: #ed8936;
  }

  .md\:active\:placeholder-orange-500:active::-ms-input-placeholder {
    color: #ed8936;
  }

  .md\:active\:placeholder-orange-500:active::placeholder {
    color: #ed8936;
  }

  .md\:active\:placeholder-orange-600:active::-webkit-input-placeholder {
    color: #dd6b20;
  }

  .md\:active\:placeholder-orange-600:active::-moz-placeholder {
    color: #dd6b20;
  }

  .md\:active\:placeholder-orange-600:active:-ms-input-placeholder {
    color: #dd6b20;
  }

  .md\:active\:placeholder-orange-600:active::-ms-input-placeholder {
    color: #dd6b20;
  }

  .md\:active\:placeholder-orange-600:active::placeholder {
    color: #dd6b20;
  }

  .md\:active\:placeholder-orange-700:active::-webkit-input-placeholder {
    color: #c05621;
  }

  .md\:active\:placeholder-orange-700:active::-moz-placeholder {
    color: #c05621;
  }

  .md\:active\:placeholder-orange-700:active:-ms-input-placeholder {
    color: #c05621;
  }

  .md\:active\:placeholder-orange-700:active::-ms-input-placeholder {
    color: #c05621;
  }

  .md\:active\:placeholder-orange-700:active::placeholder {
    color: #c05621;
  }

  .md\:active\:placeholder-orange-800:active::-webkit-input-placeholder {
    color: #9c4221;
  }

  .md\:active\:placeholder-orange-800:active::-moz-placeholder {
    color: #9c4221;
  }

  .md\:active\:placeholder-orange-800:active:-ms-input-placeholder {
    color: #9c4221;
  }

  .md\:active\:placeholder-orange-800:active::-ms-input-placeholder {
    color: #9c4221;
  }

  .md\:active\:placeholder-orange-800:active::placeholder {
    color: #9c4221;
  }

  .md\:active\:placeholder-orange-900:active::-webkit-input-placeholder {
    color: #7b341e;
  }

  .md\:active\:placeholder-orange-900:active::-moz-placeholder {
    color: #7b341e;
  }

  .md\:active\:placeholder-orange-900:active:-ms-input-placeholder {
    color: #7b341e;
  }

  .md\:active\:placeholder-orange-900:active::-ms-input-placeholder {
    color: #7b341e;
  }

  .md\:active\:placeholder-orange-900:active::placeholder {
    color: #7b341e;
  }

  .md\:active\:placeholder-yellow-100:active::-webkit-input-placeholder {
    color: #fffff0;
  }

  .md\:active\:placeholder-yellow-100:active::-moz-placeholder {
    color: #fffff0;
  }

  .md\:active\:placeholder-yellow-100:active:-ms-input-placeholder {
    color: #fffff0;
  }

  .md\:active\:placeholder-yellow-100:active::-ms-input-placeholder {
    color: #fffff0;
  }

  .md\:active\:placeholder-yellow-100:active::placeholder {
    color: #fffff0;
  }

  .md\:active\:placeholder-yellow-200:active::-webkit-input-placeholder {
    color: #fefcbf;
  }

  .md\:active\:placeholder-yellow-200:active::-moz-placeholder {
    color: #fefcbf;
  }

  .md\:active\:placeholder-yellow-200:active:-ms-input-placeholder {
    color: #fefcbf;
  }

  .md\:active\:placeholder-yellow-200:active::-ms-input-placeholder {
    color: #fefcbf;
  }

  .md\:active\:placeholder-yellow-200:active::placeholder {
    color: #fefcbf;
  }

  .md\:active\:placeholder-yellow-300:active::-webkit-input-placeholder {
    color: #faf089;
  }

  .md\:active\:placeholder-yellow-300:active::-moz-placeholder {
    color: #faf089;
  }

  .md\:active\:placeholder-yellow-300:active:-ms-input-placeholder {
    color: #faf089;
  }

  .md\:active\:placeholder-yellow-300:active::-ms-input-placeholder {
    color: #faf089;
  }

  .md\:active\:placeholder-yellow-300:active::placeholder {
    color: #faf089;
  }

  .md\:active\:placeholder-yellow-400:active::-webkit-input-placeholder {
    color: #f6e05e;
  }

  .md\:active\:placeholder-yellow-400:active::-moz-placeholder {
    color: #f6e05e;
  }

  .md\:active\:placeholder-yellow-400:active:-ms-input-placeholder {
    color: #f6e05e;
  }

  .md\:active\:placeholder-yellow-400:active::-ms-input-placeholder {
    color: #f6e05e;
  }

  .md\:active\:placeholder-yellow-400:active::placeholder {
    color: #f6e05e;
  }

  .md\:active\:placeholder-yellow-500:active::-webkit-input-placeholder {
    color: #ecc94b;
  }

  .md\:active\:placeholder-yellow-500:active::-moz-placeholder {
    color: #ecc94b;
  }

  .md\:active\:placeholder-yellow-500:active:-ms-input-placeholder {
    color: #ecc94b;
  }

  .md\:active\:placeholder-yellow-500:active::-ms-input-placeholder {
    color: #ecc94b;
  }

  .md\:active\:placeholder-yellow-500:active::placeholder {
    color: #ecc94b;
  }

  .md\:active\:placeholder-yellow-600:active::-webkit-input-placeholder {
    color: #d69e2e;
  }

  .md\:active\:placeholder-yellow-600:active::-moz-placeholder {
    color: #d69e2e;
  }

  .md\:active\:placeholder-yellow-600:active:-ms-input-placeholder {
    color: #d69e2e;
  }

  .md\:active\:placeholder-yellow-600:active::-ms-input-placeholder {
    color: #d69e2e;
  }

  .md\:active\:placeholder-yellow-600:active::placeholder {
    color: #d69e2e;
  }

  .md\:active\:placeholder-yellow-700:active::-webkit-input-placeholder {
    color: #b7791f;
  }

  .md\:active\:placeholder-yellow-700:active::-moz-placeholder {
    color: #b7791f;
  }

  .md\:active\:placeholder-yellow-700:active:-ms-input-placeholder {
    color: #b7791f;
  }

  .md\:active\:placeholder-yellow-700:active::-ms-input-placeholder {
    color: #b7791f;
  }

  .md\:active\:placeholder-yellow-700:active::placeholder {
    color: #b7791f;
  }

  .md\:active\:placeholder-yellow-800:active::-webkit-input-placeholder {
    color: #975a16;
  }

  .md\:active\:placeholder-yellow-800:active::-moz-placeholder {
    color: #975a16;
  }

  .md\:active\:placeholder-yellow-800:active:-ms-input-placeholder {
    color: #975a16;
  }

  .md\:active\:placeholder-yellow-800:active::-ms-input-placeholder {
    color: #975a16;
  }

  .md\:active\:placeholder-yellow-800:active::placeholder {
    color: #975a16;
  }

  .md\:active\:placeholder-yellow-900:active::-webkit-input-placeholder {
    color: #744210;
  }

  .md\:active\:placeholder-yellow-900:active::-moz-placeholder {
    color: #744210;
  }

  .md\:active\:placeholder-yellow-900:active:-ms-input-placeholder {
    color: #744210;
  }

  .md\:active\:placeholder-yellow-900:active::-ms-input-placeholder {
    color: #744210;
  }

  .md\:active\:placeholder-yellow-900:active::placeholder {
    color: #744210;
  }

  .md\:active\:placeholder-green-100:active::-webkit-input-placeholder {
    color: #f0fff4;
  }

  .md\:active\:placeholder-green-100:active::-moz-placeholder {
    color: #f0fff4;
  }

  .md\:active\:placeholder-green-100:active:-ms-input-placeholder {
    color: #f0fff4;
  }

  .md\:active\:placeholder-green-100:active::-ms-input-placeholder {
    color: #f0fff4;
  }

  .md\:active\:placeholder-green-100:active::placeholder {
    color: #f0fff4;
  }

  .md\:active\:placeholder-green-200:active::-webkit-input-placeholder {
    color: #c6f6d5;
  }

  .md\:active\:placeholder-green-200:active::-moz-placeholder {
    color: #c6f6d5;
  }

  .md\:active\:placeholder-green-200:active:-ms-input-placeholder {
    color: #c6f6d5;
  }

  .md\:active\:placeholder-green-200:active::-ms-input-placeholder {
    color: #c6f6d5;
  }

  .md\:active\:placeholder-green-200:active::placeholder {
    color: #c6f6d5;
  }

  .md\:active\:placeholder-green-300:active::-webkit-input-placeholder {
    color: #9ae6b4;
  }

  .md\:active\:placeholder-green-300:active::-moz-placeholder {
    color: #9ae6b4;
  }

  .md\:active\:placeholder-green-300:active:-ms-input-placeholder {
    color: #9ae6b4;
  }

  .md\:active\:placeholder-green-300:active::-ms-input-placeholder {
    color: #9ae6b4;
  }

  .md\:active\:placeholder-green-300:active::placeholder {
    color: #9ae6b4;
  }

  .md\:active\:placeholder-green-400:active::-webkit-input-placeholder {
    color: #68d391;
  }

  .md\:active\:placeholder-green-400:active::-moz-placeholder {
    color: #68d391;
  }

  .md\:active\:placeholder-green-400:active:-ms-input-placeholder {
    color: #68d391;
  }

  .md\:active\:placeholder-green-400:active::-ms-input-placeholder {
    color: #68d391;
  }

  .md\:active\:placeholder-green-400:active::placeholder {
    color: #68d391;
  }

  .md\:active\:placeholder-green-500:active::-webkit-input-placeholder {
    color: #48bb78;
  }

  .md\:active\:placeholder-green-500:active::-moz-placeholder {
    color: #48bb78;
  }

  .md\:active\:placeholder-green-500:active:-ms-input-placeholder {
    color: #48bb78;
  }

  .md\:active\:placeholder-green-500:active::-ms-input-placeholder {
    color: #48bb78;
  }

  .md\:active\:placeholder-green-500:active::placeholder {
    color: #48bb78;
  }

  .md\:active\:placeholder-green-600:active::-webkit-input-placeholder {
    color: #38a169;
  }

  .md\:active\:placeholder-green-600:active::-moz-placeholder {
    color: #38a169;
  }

  .md\:active\:placeholder-green-600:active:-ms-input-placeholder {
    color: #38a169;
  }

  .md\:active\:placeholder-green-600:active::-ms-input-placeholder {
    color: #38a169;
  }

  .md\:active\:placeholder-green-600:active::placeholder {
    color: #38a169;
  }

  .md\:active\:placeholder-green-700:active::-webkit-input-placeholder {
    color: #2f855a;
  }

  .md\:active\:placeholder-green-700:active::-moz-placeholder {
    color: #2f855a;
  }

  .md\:active\:placeholder-green-700:active:-ms-input-placeholder {
    color: #2f855a;
  }

  .md\:active\:placeholder-green-700:active::-ms-input-placeholder {
    color: #2f855a;
  }

  .md\:active\:placeholder-green-700:active::placeholder {
    color: #2f855a;
  }

  .md\:active\:placeholder-green-800:active::-webkit-input-placeholder {
    color: #276749;
  }

  .md\:active\:placeholder-green-800:active::-moz-placeholder {
    color: #276749;
  }

  .md\:active\:placeholder-green-800:active:-ms-input-placeholder {
    color: #276749;
  }

  .md\:active\:placeholder-green-800:active::-ms-input-placeholder {
    color: #276749;
  }

  .md\:active\:placeholder-green-800:active::placeholder {
    color: #276749;
  }

  .md\:active\:placeholder-green-900:active::-webkit-input-placeholder {
    color: #22543d;
  }

  .md\:active\:placeholder-green-900:active::-moz-placeholder {
    color: #22543d;
  }

  .md\:active\:placeholder-green-900:active:-ms-input-placeholder {
    color: #22543d;
  }

  .md\:active\:placeholder-green-900:active::-ms-input-placeholder {
    color: #22543d;
  }

  .md\:active\:placeholder-green-900:active::placeholder {
    color: #22543d;
  }

  .md\:active\:placeholder-teal-100:active::-webkit-input-placeholder {
    color: #e6fffa;
  }

  .md\:active\:placeholder-teal-100:active::-moz-placeholder {
    color: #e6fffa;
  }

  .md\:active\:placeholder-teal-100:active:-ms-input-placeholder {
    color: #e6fffa;
  }

  .md\:active\:placeholder-teal-100:active::-ms-input-placeholder {
    color: #e6fffa;
  }

  .md\:active\:placeholder-teal-100:active::placeholder {
    color: #e6fffa;
  }

  .md\:active\:placeholder-teal-200:active::-webkit-input-placeholder {
    color: #b2f5ea;
  }

  .md\:active\:placeholder-teal-200:active::-moz-placeholder {
    color: #b2f5ea;
  }

  .md\:active\:placeholder-teal-200:active:-ms-input-placeholder {
    color: #b2f5ea;
  }

  .md\:active\:placeholder-teal-200:active::-ms-input-placeholder {
    color: #b2f5ea;
  }

  .md\:active\:placeholder-teal-200:active::placeholder {
    color: #b2f5ea;
  }

  .md\:active\:placeholder-teal-300:active::-webkit-input-placeholder {
    color: #81e6d9;
  }

  .md\:active\:placeholder-teal-300:active::-moz-placeholder {
    color: #81e6d9;
  }

  .md\:active\:placeholder-teal-300:active:-ms-input-placeholder {
    color: #81e6d9;
  }

  .md\:active\:placeholder-teal-300:active::-ms-input-placeholder {
    color: #81e6d9;
  }

  .md\:active\:placeholder-teal-300:active::placeholder {
    color: #81e6d9;
  }

  .md\:active\:placeholder-teal-400:active::-webkit-input-placeholder {
    color: #4fd1c5;
  }

  .md\:active\:placeholder-teal-400:active::-moz-placeholder {
    color: #4fd1c5;
  }

  .md\:active\:placeholder-teal-400:active:-ms-input-placeholder {
    color: #4fd1c5;
  }

  .md\:active\:placeholder-teal-400:active::-ms-input-placeholder {
    color: #4fd1c5;
  }

  .md\:active\:placeholder-teal-400:active::placeholder {
    color: #4fd1c5;
  }

  .md\:active\:placeholder-teal-500:active::-webkit-input-placeholder {
    color: #38b2ac;
  }

  .md\:active\:placeholder-teal-500:active::-moz-placeholder {
    color: #38b2ac;
  }

  .md\:active\:placeholder-teal-500:active:-ms-input-placeholder {
    color: #38b2ac;
  }

  .md\:active\:placeholder-teal-500:active::-ms-input-placeholder {
    color: #38b2ac;
  }

  .md\:active\:placeholder-teal-500:active::placeholder {
    color: #38b2ac;
  }

  .md\:active\:placeholder-teal-600:active::-webkit-input-placeholder {
    color: #319795;
  }

  .md\:active\:placeholder-teal-600:active::-moz-placeholder {
    color: #319795;
  }

  .md\:active\:placeholder-teal-600:active:-ms-input-placeholder {
    color: #319795;
  }

  .md\:active\:placeholder-teal-600:active::-ms-input-placeholder {
    color: #319795;
  }

  .md\:active\:placeholder-teal-600:active::placeholder {
    color: #319795;
  }

  .md\:active\:placeholder-teal-700:active::-webkit-input-placeholder {
    color: #2c7a7b;
  }

  .md\:active\:placeholder-teal-700:active::-moz-placeholder {
    color: #2c7a7b;
  }

  .md\:active\:placeholder-teal-700:active:-ms-input-placeholder {
    color: #2c7a7b;
  }

  .md\:active\:placeholder-teal-700:active::-ms-input-placeholder {
    color: #2c7a7b;
  }

  .md\:active\:placeholder-teal-700:active::placeholder {
    color: #2c7a7b;
  }

  .md\:active\:placeholder-teal-800:active::-webkit-input-placeholder {
    color: #285e61;
  }

  .md\:active\:placeholder-teal-800:active::-moz-placeholder {
    color: #285e61;
  }

  .md\:active\:placeholder-teal-800:active:-ms-input-placeholder {
    color: #285e61;
  }

  .md\:active\:placeholder-teal-800:active::-ms-input-placeholder {
    color: #285e61;
  }

  .md\:active\:placeholder-teal-800:active::placeholder {
    color: #285e61;
  }

  .md\:active\:placeholder-teal-900:active::-webkit-input-placeholder {
    color: #234e52;
  }

  .md\:active\:placeholder-teal-900:active::-moz-placeholder {
    color: #234e52;
  }

  .md\:active\:placeholder-teal-900:active:-ms-input-placeholder {
    color: #234e52;
  }

  .md\:active\:placeholder-teal-900:active::-ms-input-placeholder {
    color: #234e52;
  }

  .md\:active\:placeholder-teal-900:active::placeholder {
    color: #234e52;
  }

  .md\:active\:placeholder-blue-100:active::-webkit-input-placeholder {
    color: #ebf8ff;
  }

  .md\:active\:placeholder-blue-100:active::-moz-placeholder {
    color: #ebf8ff;
  }

  .md\:active\:placeholder-blue-100:active:-ms-input-placeholder {
    color: #ebf8ff;
  }

  .md\:active\:placeholder-blue-100:active::-ms-input-placeholder {
    color: #ebf8ff;
  }

  .md\:active\:placeholder-blue-100:active::placeholder {
    color: #ebf8ff;
  }

  .md\:active\:placeholder-blue-200:active::-webkit-input-placeholder {
    color: #bee3f8;
  }

  .md\:active\:placeholder-blue-200:active::-moz-placeholder {
    color: #bee3f8;
  }

  .md\:active\:placeholder-blue-200:active:-ms-input-placeholder {
    color: #bee3f8;
  }

  .md\:active\:placeholder-blue-200:active::-ms-input-placeholder {
    color: #bee3f8;
  }

  .md\:active\:placeholder-blue-200:active::placeholder {
    color: #bee3f8;
  }

  .md\:active\:placeholder-blue-300:active::-webkit-input-placeholder {
    color: #90cdf4;
  }

  .md\:active\:placeholder-blue-300:active::-moz-placeholder {
    color: #90cdf4;
  }

  .md\:active\:placeholder-blue-300:active:-ms-input-placeholder {
    color: #90cdf4;
  }

  .md\:active\:placeholder-blue-300:active::-ms-input-placeholder {
    color: #90cdf4;
  }

  .md\:active\:placeholder-blue-300:active::placeholder {
    color: #90cdf4;
  }

  .md\:active\:placeholder-blue-400:active::-webkit-input-placeholder {
    color: #63b3ed;
  }

  .md\:active\:placeholder-blue-400:active::-moz-placeholder {
    color: #63b3ed;
  }

  .md\:active\:placeholder-blue-400:active:-ms-input-placeholder {
    color: #63b3ed;
  }

  .md\:active\:placeholder-blue-400:active::-ms-input-placeholder {
    color: #63b3ed;
  }

  .md\:active\:placeholder-blue-400:active::placeholder {
    color: #63b3ed;
  }

  .md\:active\:placeholder-blue-500:active::-webkit-input-placeholder {
    color: #4299e1;
  }

  .md\:active\:placeholder-blue-500:active::-moz-placeholder {
    color: #4299e1;
  }

  .md\:active\:placeholder-blue-500:active:-ms-input-placeholder {
    color: #4299e1;
  }

  .md\:active\:placeholder-blue-500:active::-ms-input-placeholder {
    color: #4299e1;
  }

  .md\:active\:placeholder-blue-500:active::placeholder {
    color: #4299e1;
  }

  .md\:active\:placeholder-blue-600:active::-webkit-input-placeholder {
    color: #3182ce;
  }

  .md\:active\:placeholder-blue-600:active::-moz-placeholder {
    color: #3182ce;
  }

  .md\:active\:placeholder-blue-600:active:-ms-input-placeholder {
    color: #3182ce;
  }

  .md\:active\:placeholder-blue-600:active::-ms-input-placeholder {
    color: #3182ce;
  }

  .md\:active\:placeholder-blue-600:active::placeholder {
    color: #3182ce;
  }

  .md\:active\:placeholder-blue-700:active::-webkit-input-placeholder {
    color: #2b6cb0;
  }

  .md\:active\:placeholder-blue-700:active::-moz-placeholder {
    color: #2b6cb0;
  }

  .md\:active\:placeholder-blue-700:active:-ms-input-placeholder {
    color: #2b6cb0;
  }

  .md\:active\:placeholder-blue-700:active::-ms-input-placeholder {
    color: #2b6cb0;
  }

  .md\:active\:placeholder-blue-700:active::placeholder {
    color: #2b6cb0;
  }

  .md\:active\:placeholder-blue-800:active::-webkit-input-placeholder {
    color: #2c5282;
  }

  .md\:active\:placeholder-blue-800:active::-moz-placeholder {
    color: #2c5282;
  }

  .md\:active\:placeholder-blue-800:active:-ms-input-placeholder {
    color: #2c5282;
  }

  .md\:active\:placeholder-blue-800:active::-ms-input-placeholder {
    color: #2c5282;
  }

  .md\:active\:placeholder-blue-800:active::placeholder {
    color: #2c5282;
  }

  .md\:active\:placeholder-blue-900:active::-webkit-input-placeholder {
    color: #2a4365;
  }

  .md\:active\:placeholder-blue-900:active::-moz-placeholder {
    color: #2a4365;
  }

  .md\:active\:placeholder-blue-900:active:-ms-input-placeholder {
    color: #2a4365;
  }

  .md\:active\:placeholder-blue-900:active::-ms-input-placeholder {
    color: #2a4365;
  }

  .md\:active\:placeholder-blue-900:active::placeholder {
    color: #2a4365;
  }

  .md\:active\:placeholder-indigo-100:active::-webkit-input-placeholder {
    color: #ebf4ff;
  }

  .md\:active\:placeholder-indigo-100:active::-moz-placeholder {
    color: #ebf4ff;
  }

  .md\:active\:placeholder-indigo-100:active:-ms-input-placeholder {
    color: #ebf4ff;
  }

  .md\:active\:placeholder-indigo-100:active::-ms-input-placeholder {
    color: #ebf4ff;
  }

  .md\:active\:placeholder-indigo-100:active::placeholder {
    color: #ebf4ff;
  }

  .md\:active\:placeholder-indigo-200:active::-webkit-input-placeholder {
    color: #c3dafe;
  }

  .md\:active\:placeholder-indigo-200:active::-moz-placeholder {
    color: #c3dafe;
  }

  .md\:active\:placeholder-indigo-200:active:-ms-input-placeholder {
    color: #c3dafe;
  }

  .md\:active\:placeholder-indigo-200:active::-ms-input-placeholder {
    color: #c3dafe;
  }

  .md\:active\:placeholder-indigo-200:active::placeholder {
    color: #c3dafe;
  }

  .md\:active\:placeholder-indigo-300:active::-webkit-input-placeholder {
    color: #a3bffa;
  }

  .md\:active\:placeholder-indigo-300:active::-moz-placeholder {
    color: #a3bffa;
  }

  .md\:active\:placeholder-indigo-300:active:-ms-input-placeholder {
    color: #a3bffa;
  }

  .md\:active\:placeholder-indigo-300:active::-ms-input-placeholder {
    color: #a3bffa;
  }

  .md\:active\:placeholder-indigo-300:active::placeholder {
    color: #a3bffa;
  }

  .md\:active\:placeholder-indigo-400:active::-webkit-input-placeholder {
    color: #7f9cf5;
  }

  .md\:active\:placeholder-indigo-400:active::-moz-placeholder {
    color: #7f9cf5;
  }

  .md\:active\:placeholder-indigo-400:active:-ms-input-placeholder {
    color: #7f9cf5;
  }

  .md\:active\:placeholder-indigo-400:active::-ms-input-placeholder {
    color: #7f9cf5;
  }

  .md\:active\:placeholder-indigo-400:active::placeholder {
    color: #7f9cf5;
  }

  .md\:active\:placeholder-indigo-500:active::-webkit-input-placeholder {
    color: #667eea;
  }

  .md\:active\:placeholder-indigo-500:active::-moz-placeholder {
    color: #667eea;
  }

  .md\:active\:placeholder-indigo-500:active:-ms-input-placeholder {
    color: #667eea;
  }

  .md\:active\:placeholder-indigo-500:active::-ms-input-placeholder {
    color: #667eea;
  }

  .md\:active\:placeholder-indigo-500:active::placeholder {
    color: #667eea;
  }

  .md\:active\:placeholder-indigo-600:active::-webkit-input-placeholder {
    color: #5a67d8;
  }

  .md\:active\:placeholder-indigo-600:active::-moz-placeholder {
    color: #5a67d8;
  }

  .md\:active\:placeholder-indigo-600:active:-ms-input-placeholder {
    color: #5a67d8;
  }

  .md\:active\:placeholder-indigo-600:active::-ms-input-placeholder {
    color: #5a67d8;
  }

  .md\:active\:placeholder-indigo-600:active::placeholder {
    color: #5a67d8;
  }

  .md\:active\:placeholder-indigo-700:active::-webkit-input-placeholder {
    color: #4c51bf;
  }

  .md\:active\:placeholder-indigo-700:active::-moz-placeholder {
    color: #4c51bf;
  }

  .md\:active\:placeholder-indigo-700:active:-ms-input-placeholder {
    color: #4c51bf;
  }

  .md\:active\:placeholder-indigo-700:active::-ms-input-placeholder {
    color: #4c51bf;
  }

  .md\:active\:placeholder-indigo-700:active::placeholder {
    color: #4c51bf;
  }

  .md\:active\:placeholder-indigo-800:active::-webkit-input-placeholder {
    color: #434190;
  }

  .md\:active\:placeholder-indigo-800:active::-moz-placeholder {
    color: #434190;
  }

  .md\:active\:placeholder-indigo-800:active:-ms-input-placeholder {
    color: #434190;
  }

  .md\:active\:placeholder-indigo-800:active::-ms-input-placeholder {
    color: #434190;
  }

  .md\:active\:placeholder-indigo-800:active::placeholder {
    color: #434190;
  }

  .md\:active\:placeholder-indigo-900:active::-webkit-input-placeholder {
    color: #3c366b;
  }

  .md\:active\:placeholder-indigo-900:active::-moz-placeholder {
    color: #3c366b;
  }

  .md\:active\:placeholder-indigo-900:active:-ms-input-placeholder {
    color: #3c366b;
  }

  .md\:active\:placeholder-indigo-900:active::-ms-input-placeholder {
    color: #3c366b;
  }

  .md\:active\:placeholder-indigo-900:active::placeholder {
    color: #3c366b;
  }

  .md\:active\:placeholder-purple-100:active::-webkit-input-placeholder {
    color: #faf5ff;
  }

  .md\:active\:placeholder-purple-100:active::-moz-placeholder {
    color: #faf5ff;
  }

  .md\:active\:placeholder-purple-100:active:-ms-input-placeholder {
    color: #faf5ff;
  }

  .md\:active\:placeholder-purple-100:active::-ms-input-placeholder {
    color: #faf5ff;
  }

  .md\:active\:placeholder-purple-100:active::placeholder {
    color: #faf5ff;
  }

  .md\:active\:placeholder-purple-200:active::-webkit-input-placeholder {
    color: #e9d8fd;
  }

  .md\:active\:placeholder-purple-200:active::-moz-placeholder {
    color: #e9d8fd;
  }

  .md\:active\:placeholder-purple-200:active:-ms-input-placeholder {
    color: #e9d8fd;
  }

  .md\:active\:placeholder-purple-200:active::-ms-input-placeholder {
    color: #e9d8fd;
  }

  .md\:active\:placeholder-purple-200:active::placeholder {
    color: #e9d8fd;
  }

  .md\:active\:placeholder-purple-300:active::-webkit-input-placeholder {
    color: #d6bcfa;
  }

  .md\:active\:placeholder-purple-300:active::-moz-placeholder {
    color: #d6bcfa;
  }

  .md\:active\:placeholder-purple-300:active:-ms-input-placeholder {
    color: #d6bcfa;
  }

  .md\:active\:placeholder-purple-300:active::-ms-input-placeholder {
    color: #d6bcfa;
  }

  .md\:active\:placeholder-purple-300:active::placeholder {
    color: #d6bcfa;
  }

  .md\:active\:placeholder-purple-400:active::-webkit-input-placeholder {
    color: #b794f4;
  }

  .md\:active\:placeholder-purple-400:active::-moz-placeholder {
    color: #b794f4;
  }

  .md\:active\:placeholder-purple-400:active:-ms-input-placeholder {
    color: #b794f4;
  }

  .md\:active\:placeholder-purple-400:active::-ms-input-placeholder {
    color: #b794f4;
  }

  .md\:active\:placeholder-purple-400:active::placeholder {
    color: #b794f4;
  }

  .md\:active\:placeholder-purple-500:active::-webkit-input-placeholder {
    color: #9f7aea;
  }

  .md\:active\:placeholder-purple-500:active::-moz-placeholder {
    color: #9f7aea;
  }

  .md\:active\:placeholder-purple-500:active:-ms-input-placeholder {
    color: #9f7aea;
  }

  .md\:active\:placeholder-purple-500:active::-ms-input-placeholder {
    color: #9f7aea;
  }

  .md\:active\:placeholder-purple-500:active::placeholder {
    color: #9f7aea;
  }

  .md\:active\:placeholder-purple-600:active::-webkit-input-placeholder {
    color: #805ad5;
  }

  .md\:active\:placeholder-purple-600:active::-moz-placeholder {
    color: #805ad5;
  }

  .md\:active\:placeholder-purple-600:active:-ms-input-placeholder {
    color: #805ad5;
  }

  .md\:active\:placeholder-purple-600:active::-ms-input-placeholder {
    color: #805ad5;
  }

  .md\:active\:placeholder-purple-600:active::placeholder {
    color: #805ad5;
  }

  .md\:active\:placeholder-purple-700:active::-webkit-input-placeholder {
    color: #6b46c1;
  }

  .md\:active\:placeholder-purple-700:active::-moz-placeholder {
    color: #6b46c1;
  }

  .md\:active\:placeholder-purple-700:active:-ms-input-placeholder {
    color: #6b46c1;
  }

  .md\:active\:placeholder-purple-700:active::-ms-input-placeholder {
    color: #6b46c1;
  }

  .md\:active\:placeholder-purple-700:active::placeholder {
    color: #6b46c1;
  }

  .md\:active\:placeholder-purple-800:active::-webkit-input-placeholder {
    color: #553c9a;
  }

  .md\:active\:placeholder-purple-800:active::-moz-placeholder {
    color: #553c9a;
  }

  .md\:active\:placeholder-purple-800:active:-ms-input-placeholder {
    color: #553c9a;
  }

  .md\:active\:placeholder-purple-800:active::-ms-input-placeholder {
    color: #553c9a;
  }

  .md\:active\:placeholder-purple-800:active::placeholder {
    color: #553c9a;
  }

  .md\:active\:placeholder-purple-900:active::-webkit-input-placeholder {
    color: #44337a;
  }

  .md\:active\:placeholder-purple-900:active::-moz-placeholder {
    color: #44337a;
  }

  .md\:active\:placeholder-purple-900:active:-ms-input-placeholder {
    color: #44337a;
  }

  .md\:active\:placeholder-purple-900:active::-ms-input-placeholder {
    color: #44337a;
  }

  .md\:active\:placeholder-purple-900:active::placeholder {
    color: #44337a;
  }

  .md\:active\:placeholder-pink-100:active::-webkit-input-placeholder {
    color: #fff5f7;
  }

  .md\:active\:placeholder-pink-100:active::-moz-placeholder {
    color: #fff5f7;
  }

  .md\:active\:placeholder-pink-100:active:-ms-input-placeholder {
    color: #fff5f7;
  }

  .md\:active\:placeholder-pink-100:active::-ms-input-placeholder {
    color: #fff5f7;
  }

  .md\:active\:placeholder-pink-100:active::placeholder {
    color: #fff5f7;
  }

  .md\:active\:placeholder-pink-200:active::-webkit-input-placeholder {
    color: #fed7e2;
  }

  .md\:active\:placeholder-pink-200:active::-moz-placeholder {
    color: #fed7e2;
  }

  .md\:active\:placeholder-pink-200:active:-ms-input-placeholder {
    color: #fed7e2;
  }

  .md\:active\:placeholder-pink-200:active::-ms-input-placeholder {
    color: #fed7e2;
  }

  .md\:active\:placeholder-pink-200:active::placeholder {
    color: #fed7e2;
  }

  .md\:active\:placeholder-pink-300:active::-webkit-input-placeholder {
    color: #fbb6ce;
  }

  .md\:active\:placeholder-pink-300:active::-moz-placeholder {
    color: #fbb6ce;
  }

  .md\:active\:placeholder-pink-300:active:-ms-input-placeholder {
    color: #fbb6ce;
  }

  .md\:active\:placeholder-pink-300:active::-ms-input-placeholder {
    color: #fbb6ce;
  }

  .md\:active\:placeholder-pink-300:active::placeholder {
    color: #fbb6ce;
  }

  .md\:active\:placeholder-pink-400:active::-webkit-input-placeholder {
    color: #f687b3;
  }

  .md\:active\:placeholder-pink-400:active::-moz-placeholder {
    color: #f687b3;
  }

  .md\:active\:placeholder-pink-400:active:-ms-input-placeholder {
    color: #f687b3;
  }

  .md\:active\:placeholder-pink-400:active::-ms-input-placeholder {
    color: #f687b3;
  }

  .md\:active\:placeholder-pink-400:active::placeholder {
    color: #f687b3;
  }

  .md\:active\:placeholder-pink-500:active::-webkit-input-placeholder {
    color: #ed64a6;
  }

  .md\:active\:placeholder-pink-500:active::-moz-placeholder {
    color: #ed64a6;
  }

  .md\:active\:placeholder-pink-500:active:-ms-input-placeholder {
    color: #ed64a6;
  }

  .md\:active\:placeholder-pink-500:active::-ms-input-placeholder {
    color: #ed64a6;
  }

  .md\:active\:placeholder-pink-500:active::placeholder {
    color: #ed64a6;
  }

  .md\:active\:placeholder-pink-600:active::-webkit-input-placeholder {
    color: #d53f8c;
  }

  .md\:active\:placeholder-pink-600:active::-moz-placeholder {
    color: #d53f8c;
  }

  .md\:active\:placeholder-pink-600:active:-ms-input-placeholder {
    color: #d53f8c;
  }

  .md\:active\:placeholder-pink-600:active::-ms-input-placeholder {
    color: #d53f8c;
  }

  .md\:active\:placeholder-pink-600:active::placeholder {
    color: #d53f8c;
  }

  .md\:active\:placeholder-pink-700:active::-webkit-input-placeholder {
    color: #b83280;
  }

  .md\:active\:placeholder-pink-700:active::-moz-placeholder {
    color: #b83280;
  }

  .md\:active\:placeholder-pink-700:active:-ms-input-placeholder {
    color: #b83280;
  }

  .md\:active\:placeholder-pink-700:active::-ms-input-placeholder {
    color: #b83280;
  }

  .md\:active\:placeholder-pink-700:active::placeholder {
    color: #b83280;
  }

  .md\:active\:placeholder-pink-800:active::-webkit-input-placeholder {
    color: #97266d;
  }

  .md\:active\:placeholder-pink-800:active::-moz-placeholder {
    color: #97266d;
  }

  .md\:active\:placeholder-pink-800:active:-ms-input-placeholder {
    color: #97266d;
  }

  .md\:active\:placeholder-pink-800:active::-ms-input-placeholder {
    color: #97266d;
  }

  .md\:active\:placeholder-pink-800:active::placeholder {
    color: #97266d;
  }

  .md\:active\:placeholder-pink-900:active::-webkit-input-placeholder {
    color: #702459;
  }

  .md\:active\:placeholder-pink-900:active::-moz-placeholder {
    color: #702459;
  }

  .md\:active\:placeholder-pink-900:active:-ms-input-placeholder {
    color: #702459;
  }

  .md\:active\:placeholder-pink-900:active::-ms-input-placeholder {
    color: #702459;
  }

  .md\:active\:placeholder-pink-900:active::placeholder {
    color: #702459;
  }

  .md\:visited\:placeholder-transparent:visited::-webkit-input-placeholder {
    color: transparent;
  }

  .md\:visited\:placeholder-transparent:visited::-moz-placeholder {
    color: transparent;
  }

  .md\:visited\:placeholder-transparent:visited:-ms-input-placeholder {
    color: transparent;
  }

  .md\:visited\:placeholder-transparent:visited::-ms-input-placeholder {
    color: transparent;
  }

  .md\:visited\:placeholder-transparent:visited::placeholder {
    color: transparent;
  }

  .md\:visited\:placeholder-black:visited::-webkit-input-placeholder {
    color: #000;
  }

  .md\:visited\:placeholder-black:visited::-moz-placeholder {
    color: #000;
  }

  .md\:visited\:placeholder-black:visited:-ms-input-placeholder {
    color: #000;
  }

  .md\:visited\:placeholder-black:visited::-ms-input-placeholder {
    color: #000;
  }

  .md\:visited\:placeholder-black:visited::placeholder {
    color: #000;
  }

  .md\:visited\:placeholder-white:visited::-webkit-input-placeholder {
    color: #fff;
  }

  .md\:visited\:placeholder-white:visited::-moz-placeholder {
    color: #fff;
  }

  .md\:visited\:placeholder-white:visited:-ms-input-placeholder {
    color: #fff;
  }

  .md\:visited\:placeholder-white:visited::-ms-input-placeholder {
    color: #fff;
  }

  .md\:visited\:placeholder-white:visited::placeholder {
    color: #fff;
  }

  .md\:visited\:placeholder-gray-100:visited::-webkit-input-placeholder {
    color: #f7fafc;
  }

  .md\:visited\:placeholder-gray-100:visited::-moz-placeholder {
    color: #f7fafc;
  }

  .md\:visited\:placeholder-gray-100:visited:-ms-input-placeholder {
    color: #f7fafc;
  }

  .md\:visited\:placeholder-gray-100:visited::-ms-input-placeholder {
    color: #f7fafc;
  }

  .md\:visited\:placeholder-gray-100:visited::placeholder {
    color: #f7fafc;
  }

  .md\:visited\:placeholder-gray-200:visited::-webkit-input-placeholder {
    color: #edf2f7;
  }

  .md\:visited\:placeholder-gray-200:visited::-moz-placeholder {
    color: #edf2f7;
  }

  .md\:visited\:placeholder-gray-200:visited:-ms-input-placeholder {
    color: #edf2f7;
  }

  .md\:visited\:placeholder-gray-200:visited::-ms-input-placeholder {
    color: #edf2f7;
  }

  .md\:visited\:placeholder-gray-200:visited::placeholder {
    color: #edf2f7;
  }

  .md\:visited\:placeholder-gray-300:visited::-webkit-input-placeholder {
    color: #e2e8f0;
  }

  .md\:visited\:placeholder-gray-300:visited::-moz-placeholder {
    color: #e2e8f0;
  }

  .md\:visited\:placeholder-gray-300:visited:-ms-input-placeholder {
    color: #e2e8f0;
  }

  .md\:visited\:placeholder-gray-300:visited::-ms-input-placeholder {
    color: #e2e8f0;
  }

  .md\:visited\:placeholder-gray-300:visited::placeholder {
    color: #e2e8f0;
  }

  .md\:visited\:placeholder-gray-400:visited::-webkit-input-placeholder {
    color: #cbd5e0;
  }

  .md\:visited\:placeholder-gray-400:visited::-moz-placeholder {
    color: #cbd5e0;
  }

  .md\:visited\:placeholder-gray-400:visited:-ms-input-placeholder {
    color: #cbd5e0;
  }

  .md\:visited\:placeholder-gray-400:visited::-ms-input-placeholder {
    color: #cbd5e0;
  }

  .md\:visited\:placeholder-gray-400:visited::placeholder {
    color: #cbd5e0;
  }

  .md\:visited\:placeholder-gray-500:visited::-webkit-input-placeholder {
    color: #a0aec0;
  }

  .md\:visited\:placeholder-gray-500:visited::-moz-placeholder {
    color: #a0aec0;
  }

  .md\:visited\:placeholder-gray-500:visited:-ms-input-placeholder {
    color: #a0aec0;
  }

  .md\:visited\:placeholder-gray-500:visited::-ms-input-placeholder {
    color: #a0aec0;
  }

  .md\:visited\:placeholder-gray-500:visited::placeholder {
    color: #a0aec0;
  }

  .md\:visited\:placeholder-gray-600:visited::-webkit-input-placeholder {
    color: #718096;
  }

  .md\:visited\:placeholder-gray-600:visited::-moz-placeholder {
    color: #718096;
  }

  .md\:visited\:placeholder-gray-600:visited:-ms-input-placeholder {
    color: #718096;
  }

  .md\:visited\:placeholder-gray-600:visited::-ms-input-placeholder {
    color: #718096;
  }

  .md\:visited\:placeholder-gray-600:visited::placeholder {
    color: #718096;
  }

  .md\:visited\:placeholder-gray-700:visited::-webkit-input-placeholder {
    color: #4a5568;
  }

  .md\:visited\:placeholder-gray-700:visited::-moz-placeholder {
    color: #4a5568;
  }

  .md\:visited\:placeholder-gray-700:visited:-ms-input-placeholder {
    color: #4a5568;
  }

  .md\:visited\:placeholder-gray-700:visited::-ms-input-placeholder {
    color: #4a5568;
  }

  .md\:visited\:placeholder-gray-700:visited::placeholder {
    color: #4a5568;
  }

  .md\:visited\:placeholder-gray-800:visited::-webkit-input-placeholder {
    color: #2d3748;
  }

  .md\:visited\:placeholder-gray-800:visited::-moz-placeholder {
    color: #2d3748;
  }

  .md\:visited\:placeholder-gray-800:visited:-ms-input-placeholder {
    color: #2d3748;
  }

  .md\:visited\:placeholder-gray-800:visited::-ms-input-placeholder {
    color: #2d3748;
  }

  .md\:visited\:placeholder-gray-800:visited::placeholder {
    color: #2d3748;
  }

  .md\:visited\:placeholder-gray-900:visited::-webkit-input-placeholder {
    color: #1a202c;
  }

  .md\:visited\:placeholder-gray-900:visited::-moz-placeholder {
    color: #1a202c;
  }

  .md\:visited\:placeholder-gray-900:visited:-ms-input-placeholder {
    color: #1a202c;
  }

  .md\:visited\:placeholder-gray-900:visited::-ms-input-placeholder {
    color: #1a202c;
  }

  .md\:visited\:placeholder-gray-900:visited::placeholder {
    color: #1a202c;
  }

  .md\:visited\:placeholder-red-100:visited::-webkit-input-placeholder {
    color: #fff5f5;
  }

  .md\:visited\:placeholder-red-100:visited::-moz-placeholder {
    color: #fff5f5;
  }

  .md\:visited\:placeholder-red-100:visited:-ms-input-placeholder {
    color: #fff5f5;
  }

  .md\:visited\:placeholder-red-100:visited::-ms-input-placeholder {
    color: #fff5f5;
  }

  .md\:visited\:placeholder-red-100:visited::placeholder {
    color: #fff5f5;
  }

  .md\:visited\:placeholder-red-200:visited::-webkit-input-placeholder {
    color: #fed7d7;
  }

  .md\:visited\:placeholder-red-200:visited::-moz-placeholder {
    color: #fed7d7;
  }

  .md\:visited\:placeholder-red-200:visited:-ms-input-placeholder {
    color: #fed7d7;
  }

  .md\:visited\:placeholder-red-200:visited::-ms-input-placeholder {
    color: #fed7d7;
  }

  .md\:visited\:placeholder-red-200:visited::placeholder {
    color: #fed7d7;
  }

  .md\:visited\:placeholder-red-300:visited::-webkit-input-placeholder {
    color: #feb2b2;
  }

  .md\:visited\:placeholder-red-300:visited::-moz-placeholder {
    color: #feb2b2;
  }

  .md\:visited\:placeholder-red-300:visited:-ms-input-placeholder {
    color: #feb2b2;
  }

  .md\:visited\:placeholder-red-300:visited::-ms-input-placeholder {
    color: #feb2b2;
  }

  .md\:visited\:placeholder-red-300:visited::placeholder {
    color: #feb2b2;
  }

  .md\:visited\:placeholder-red-400:visited::-webkit-input-placeholder {
    color: #fc8181;
  }

  .md\:visited\:placeholder-red-400:visited::-moz-placeholder {
    color: #fc8181;
  }

  .md\:visited\:placeholder-red-400:visited:-ms-input-placeholder {
    color: #fc8181;
  }

  .md\:visited\:placeholder-red-400:visited::-ms-input-placeholder {
    color: #fc8181;
  }

  .md\:visited\:placeholder-red-400:visited::placeholder {
    color: #fc8181;
  }

  .md\:visited\:placeholder-red-500:visited::-webkit-input-placeholder {
    color: #f56565;
  }

  .md\:visited\:placeholder-red-500:visited::-moz-placeholder {
    color: #f56565;
  }

  .md\:visited\:placeholder-red-500:visited:-ms-input-placeholder {
    color: #f56565;
  }

  .md\:visited\:placeholder-red-500:visited::-ms-input-placeholder {
    color: #f56565;
  }

  .md\:visited\:placeholder-red-500:visited::placeholder {
    color: #f56565;
  }

  .md\:visited\:placeholder-red-600:visited::-webkit-input-placeholder {
    color: #e53e3e;
  }

  .md\:visited\:placeholder-red-600:visited::-moz-placeholder {
    color: #e53e3e;
  }

  .md\:visited\:placeholder-red-600:visited:-ms-input-placeholder {
    color: #e53e3e;
  }

  .md\:visited\:placeholder-red-600:visited::-ms-input-placeholder {
    color: #e53e3e;
  }

  .md\:visited\:placeholder-red-600:visited::placeholder {
    color: #e53e3e;
  }

  .md\:visited\:placeholder-red-700:visited::-webkit-input-placeholder {
    color: #c53030;
  }

  .md\:visited\:placeholder-red-700:visited::-moz-placeholder {
    color: #c53030;
  }

  .md\:visited\:placeholder-red-700:visited:-ms-input-placeholder {
    color: #c53030;
  }

  .md\:visited\:placeholder-red-700:visited::-ms-input-placeholder {
    color: #c53030;
  }

  .md\:visited\:placeholder-red-700:visited::placeholder {
    color: #c53030;
  }

  .md\:visited\:placeholder-red-800:visited::-webkit-input-placeholder {
    color: #9b2c2c;
  }

  .md\:visited\:placeholder-red-800:visited::-moz-placeholder {
    color: #9b2c2c;
  }

  .md\:visited\:placeholder-red-800:visited:-ms-input-placeholder {
    color: #9b2c2c;
  }

  .md\:visited\:placeholder-red-800:visited::-ms-input-placeholder {
    color: #9b2c2c;
  }

  .md\:visited\:placeholder-red-800:visited::placeholder {
    color: #9b2c2c;
  }

  .md\:visited\:placeholder-red-900:visited::-webkit-input-placeholder {
    color: #742a2a;
  }

  .md\:visited\:placeholder-red-900:visited::-moz-placeholder {
    color: #742a2a;
  }

  .md\:visited\:placeholder-red-900:visited:-ms-input-placeholder {
    color: #742a2a;
  }

  .md\:visited\:placeholder-red-900:visited::-ms-input-placeholder {
    color: #742a2a;
  }

  .md\:visited\:placeholder-red-900:visited::placeholder {
    color: #742a2a;
  }

  .md\:visited\:placeholder-orange-100:visited::-webkit-input-placeholder {
    color: #fffaf0;
  }

  .md\:visited\:placeholder-orange-100:visited::-moz-placeholder {
    color: #fffaf0;
  }

  .md\:visited\:placeholder-orange-100:visited:-ms-input-placeholder {
    color: #fffaf0;
  }

  .md\:visited\:placeholder-orange-100:visited::-ms-input-placeholder {
    color: #fffaf0;
  }

  .md\:visited\:placeholder-orange-100:visited::placeholder {
    color: #fffaf0;
  }

  .md\:visited\:placeholder-orange-200:visited::-webkit-input-placeholder {
    color: #feebc8;
  }

  .md\:visited\:placeholder-orange-200:visited::-moz-placeholder {
    color: #feebc8;
  }

  .md\:visited\:placeholder-orange-200:visited:-ms-input-placeholder {
    color: #feebc8;
  }

  .md\:visited\:placeholder-orange-200:visited::-ms-input-placeholder {
    color: #feebc8;
  }

  .md\:visited\:placeholder-orange-200:visited::placeholder {
    color: #feebc8;
  }

  .md\:visited\:placeholder-orange-300:visited::-webkit-input-placeholder {
    color: #fbd38d;
  }

  .md\:visited\:placeholder-orange-300:visited::-moz-placeholder {
    color: #fbd38d;
  }

  .md\:visited\:placeholder-orange-300:visited:-ms-input-placeholder {
    color: #fbd38d;
  }

  .md\:visited\:placeholder-orange-300:visited::-ms-input-placeholder {
    color: #fbd38d;
  }

  .md\:visited\:placeholder-orange-300:visited::placeholder {
    color: #fbd38d;
  }

  .md\:visited\:placeholder-orange-400:visited::-webkit-input-placeholder {
    color: #f6ad55;
  }

  .md\:visited\:placeholder-orange-400:visited::-moz-placeholder {
    color: #f6ad55;
  }

  .md\:visited\:placeholder-orange-400:visited:-ms-input-placeholder {
    color: #f6ad55;
  }

  .md\:visited\:placeholder-orange-400:visited::-ms-input-placeholder {
    color: #f6ad55;
  }

  .md\:visited\:placeholder-orange-400:visited::placeholder {
    color: #f6ad55;
  }

  .md\:visited\:placeholder-orange-500:visited::-webkit-input-placeholder {
    color: #ed8936;
  }

  .md\:visited\:placeholder-orange-500:visited::-moz-placeholder {
    color: #ed8936;
  }

  .md\:visited\:placeholder-orange-500:visited:-ms-input-placeholder {
    color: #ed8936;
  }

  .md\:visited\:placeholder-orange-500:visited::-ms-input-placeholder {
    color: #ed8936;
  }

  .md\:visited\:placeholder-orange-500:visited::placeholder {
    color: #ed8936;
  }

  .md\:visited\:placeholder-orange-600:visited::-webkit-input-placeholder {
    color: #dd6b20;
  }

  .md\:visited\:placeholder-orange-600:visited::-moz-placeholder {
    color: #dd6b20;
  }

  .md\:visited\:placeholder-orange-600:visited:-ms-input-placeholder {
    color: #dd6b20;
  }

  .md\:visited\:placeholder-orange-600:visited::-ms-input-placeholder {
    color: #dd6b20;
  }

  .md\:visited\:placeholder-orange-600:visited::placeholder {
    color: #dd6b20;
  }

  .md\:visited\:placeholder-orange-700:visited::-webkit-input-placeholder {
    color: #c05621;
  }

  .md\:visited\:placeholder-orange-700:visited::-moz-placeholder {
    color: #c05621;
  }

  .md\:visited\:placeholder-orange-700:visited:-ms-input-placeholder {
    color: #c05621;
  }

  .md\:visited\:placeholder-orange-700:visited::-ms-input-placeholder {
    color: #c05621;
  }

  .md\:visited\:placeholder-orange-700:visited::placeholder {
    color: #c05621;
  }

  .md\:visited\:placeholder-orange-800:visited::-webkit-input-placeholder {
    color: #9c4221;
  }

  .md\:visited\:placeholder-orange-800:visited::-moz-placeholder {
    color: #9c4221;
  }

  .md\:visited\:placeholder-orange-800:visited:-ms-input-placeholder {
    color: #9c4221;
  }

  .md\:visited\:placeholder-orange-800:visited::-ms-input-placeholder {
    color: #9c4221;
  }

  .md\:visited\:placeholder-orange-800:visited::placeholder {
    color: #9c4221;
  }

  .md\:visited\:placeholder-orange-900:visited::-webkit-input-placeholder {
    color: #7b341e;
  }

  .md\:visited\:placeholder-orange-900:visited::-moz-placeholder {
    color: #7b341e;
  }

  .md\:visited\:placeholder-orange-900:visited:-ms-input-placeholder {
    color: #7b341e;
  }

  .md\:visited\:placeholder-orange-900:visited::-ms-input-placeholder {
    color: #7b341e;
  }

  .md\:visited\:placeholder-orange-900:visited::placeholder {
    color: #7b341e;
  }

  .md\:visited\:placeholder-yellow-100:visited::-webkit-input-placeholder {
    color: #fffff0;
  }

  .md\:visited\:placeholder-yellow-100:visited::-moz-placeholder {
    color: #fffff0;
  }

  .md\:visited\:placeholder-yellow-100:visited:-ms-input-placeholder {
    color: #fffff0;
  }

  .md\:visited\:placeholder-yellow-100:visited::-ms-input-placeholder {
    color: #fffff0;
  }

  .md\:visited\:placeholder-yellow-100:visited::placeholder {
    color: #fffff0;
  }

  .md\:visited\:placeholder-yellow-200:visited::-webkit-input-placeholder {
    color: #fefcbf;
  }

  .md\:visited\:placeholder-yellow-200:visited::-moz-placeholder {
    color: #fefcbf;
  }

  .md\:visited\:placeholder-yellow-200:visited:-ms-input-placeholder {
    color: #fefcbf;
  }

  .md\:visited\:placeholder-yellow-200:visited::-ms-input-placeholder {
    color: #fefcbf;
  }

  .md\:visited\:placeholder-yellow-200:visited::placeholder {
    color: #fefcbf;
  }

  .md\:visited\:placeholder-yellow-300:visited::-webkit-input-placeholder {
    color: #faf089;
  }

  .md\:visited\:placeholder-yellow-300:visited::-moz-placeholder {
    color: #faf089;
  }

  .md\:visited\:placeholder-yellow-300:visited:-ms-input-placeholder {
    color: #faf089;
  }

  .md\:visited\:placeholder-yellow-300:visited::-ms-input-placeholder {
    color: #faf089;
  }

  .md\:visited\:placeholder-yellow-300:visited::placeholder {
    color: #faf089;
  }

  .md\:visited\:placeholder-yellow-400:visited::-webkit-input-placeholder {
    color: #f6e05e;
  }

  .md\:visited\:placeholder-yellow-400:visited::-moz-placeholder {
    color: #f6e05e;
  }

  .md\:visited\:placeholder-yellow-400:visited:-ms-input-placeholder {
    color: #f6e05e;
  }

  .md\:visited\:placeholder-yellow-400:visited::-ms-input-placeholder {
    color: #f6e05e;
  }

  .md\:visited\:placeholder-yellow-400:visited::placeholder {
    color: #f6e05e;
  }

  .md\:visited\:placeholder-yellow-500:visited::-webkit-input-placeholder {
    color: #ecc94b;
  }

  .md\:visited\:placeholder-yellow-500:visited::-moz-placeholder {
    color: #ecc94b;
  }

  .md\:visited\:placeholder-yellow-500:visited:-ms-input-placeholder {
    color: #ecc94b;
  }

  .md\:visited\:placeholder-yellow-500:visited::-ms-input-placeholder {
    color: #ecc94b;
  }

  .md\:visited\:placeholder-yellow-500:visited::placeholder {
    color: #ecc94b;
  }

  .md\:visited\:placeholder-yellow-600:visited::-webkit-input-placeholder {
    color: #d69e2e;
  }

  .md\:visited\:placeholder-yellow-600:visited::-moz-placeholder {
    color: #d69e2e;
  }

  .md\:visited\:placeholder-yellow-600:visited:-ms-input-placeholder {
    color: #d69e2e;
  }

  .md\:visited\:placeholder-yellow-600:visited::-ms-input-placeholder {
    color: #d69e2e;
  }

  .md\:visited\:placeholder-yellow-600:visited::placeholder {
    color: #d69e2e;
  }

  .md\:visited\:placeholder-yellow-700:visited::-webkit-input-placeholder {
    color: #b7791f;
  }

  .md\:visited\:placeholder-yellow-700:visited::-moz-placeholder {
    color: #b7791f;
  }

  .md\:visited\:placeholder-yellow-700:visited:-ms-input-placeholder {
    color: #b7791f;
  }

  .md\:visited\:placeholder-yellow-700:visited::-ms-input-placeholder {
    color: #b7791f;
  }

  .md\:visited\:placeholder-yellow-700:visited::placeholder {
    color: #b7791f;
  }

  .md\:visited\:placeholder-yellow-800:visited::-webkit-input-placeholder {
    color: #975a16;
  }

  .md\:visited\:placeholder-yellow-800:visited::-moz-placeholder {
    color: #975a16;
  }

  .md\:visited\:placeholder-yellow-800:visited:-ms-input-placeholder {
    color: #975a16;
  }

  .md\:visited\:placeholder-yellow-800:visited::-ms-input-placeholder {
    color: #975a16;
  }

  .md\:visited\:placeholder-yellow-800:visited::placeholder {
    color: #975a16;
  }

  .md\:visited\:placeholder-yellow-900:visited::-webkit-input-placeholder {
    color: #744210;
  }

  .md\:visited\:placeholder-yellow-900:visited::-moz-placeholder {
    color: #744210;
  }

  .md\:visited\:placeholder-yellow-900:visited:-ms-input-placeholder {
    color: #744210;
  }

  .md\:visited\:placeholder-yellow-900:visited::-ms-input-placeholder {
    color: #744210;
  }

  .md\:visited\:placeholder-yellow-900:visited::placeholder {
    color: #744210;
  }

  .md\:visited\:placeholder-green-100:visited::-webkit-input-placeholder {
    color: #f0fff4;
  }

  .md\:visited\:placeholder-green-100:visited::-moz-placeholder {
    color: #f0fff4;
  }

  .md\:visited\:placeholder-green-100:visited:-ms-input-placeholder {
    color: #f0fff4;
  }

  .md\:visited\:placeholder-green-100:visited::-ms-input-placeholder {
    color: #f0fff4;
  }

  .md\:visited\:placeholder-green-100:visited::placeholder {
    color: #f0fff4;
  }

  .md\:visited\:placeholder-green-200:visited::-webkit-input-placeholder {
    color: #c6f6d5;
  }

  .md\:visited\:placeholder-green-200:visited::-moz-placeholder {
    color: #c6f6d5;
  }

  .md\:visited\:placeholder-green-200:visited:-ms-input-placeholder {
    color: #c6f6d5;
  }

  .md\:visited\:placeholder-green-200:visited::-ms-input-placeholder {
    color: #c6f6d5;
  }

  .md\:visited\:placeholder-green-200:visited::placeholder {
    color: #c6f6d5;
  }

  .md\:visited\:placeholder-green-300:visited::-webkit-input-placeholder {
    color: #9ae6b4;
  }

  .md\:visited\:placeholder-green-300:visited::-moz-placeholder {
    color: #9ae6b4;
  }

  .md\:visited\:placeholder-green-300:visited:-ms-input-placeholder {
    color: #9ae6b4;
  }

  .md\:visited\:placeholder-green-300:visited::-ms-input-placeholder {
    color: #9ae6b4;
  }

  .md\:visited\:placeholder-green-300:visited::placeholder {
    color: #9ae6b4;
  }

  .md\:visited\:placeholder-green-400:visited::-webkit-input-placeholder {
    color: #68d391;
  }

  .md\:visited\:placeholder-green-400:visited::-moz-placeholder {
    color: #68d391;
  }

  .md\:visited\:placeholder-green-400:visited:-ms-input-placeholder {
    color: #68d391;
  }

  .md\:visited\:placeholder-green-400:visited::-ms-input-placeholder {
    color: #68d391;
  }

  .md\:visited\:placeholder-green-400:visited::placeholder {
    color: #68d391;
  }

  .md\:visited\:placeholder-green-500:visited::-webkit-input-placeholder {
    color: #48bb78;
  }

  .md\:visited\:placeholder-green-500:visited::-moz-placeholder {
    color: #48bb78;
  }

  .md\:visited\:placeholder-green-500:visited:-ms-input-placeholder {
    color: #48bb78;
  }

  .md\:visited\:placeholder-green-500:visited::-ms-input-placeholder {
    color: #48bb78;
  }

  .md\:visited\:placeholder-green-500:visited::placeholder {
    color: #48bb78;
  }

  .md\:visited\:placeholder-green-600:visited::-webkit-input-placeholder {
    color: #38a169;
  }

  .md\:visited\:placeholder-green-600:visited::-moz-placeholder {
    color: #38a169;
  }

  .md\:visited\:placeholder-green-600:visited:-ms-input-placeholder {
    color: #38a169;
  }

  .md\:visited\:placeholder-green-600:visited::-ms-input-placeholder {
    color: #38a169;
  }

  .md\:visited\:placeholder-green-600:visited::placeholder {
    color: #38a169;
  }

  .md\:visited\:placeholder-green-700:visited::-webkit-input-placeholder {
    color: #2f855a;
  }

  .md\:visited\:placeholder-green-700:visited::-moz-placeholder {
    color: #2f855a;
  }

  .md\:visited\:placeholder-green-700:visited:-ms-input-placeholder {
    color: #2f855a;
  }

  .md\:visited\:placeholder-green-700:visited::-ms-input-placeholder {
    color: #2f855a;
  }

  .md\:visited\:placeholder-green-700:visited::placeholder {
    color: #2f855a;
  }

  .md\:visited\:placeholder-green-800:visited::-webkit-input-placeholder {
    color: #276749;
  }

  .md\:visited\:placeholder-green-800:visited::-moz-placeholder {
    color: #276749;
  }

  .md\:visited\:placeholder-green-800:visited:-ms-input-placeholder {
    color: #276749;
  }

  .md\:visited\:placeholder-green-800:visited::-ms-input-placeholder {
    color: #276749;
  }

  .md\:visited\:placeholder-green-800:visited::placeholder {
    color: #276749;
  }

  .md\:visited\:placeholder-green-900:visited::-webkit-input-placeholder {
    color: #22543d;
  }

  .md\:visited\:placeholder-green-900:visited::-moz-placeholder {
    color: #22543d;
  }

  .md\:visited\:placeholder-green-900:visited:-ms-input-placeholder {
    color: #22543d;
  }

  .md\:visited\:placeholder-green-900:visited::-ms-input-placeholder {
    color: #22543d;
  }

  .md\:visited\:placeholder-green-900:visited::placeholder {
    color: #22543d;
  }

  .md\:visited\:placeholder-teal-100:visited::-webkit-input-placeholder {
    color: #e6fffa;
  }

  .md\:visited\:placeholder-teal-100:visited::-moz-placeholder {
    color: #e6fffa;
  }

  .md\:visited\:placeholder-teal-100:visited:-ms-input-placeholder {
    color: #e6fffa;
  }

  .md\:visited\:placeholder-teal-100:visited::-ms-input-placeholder {
    color: #e6fffa;
  }

  .md\:visited\:placeholder-teal-100:visited::placeholder {
    color: #e6fffa;
  }

  .md\:visited\:placeholder-teal-200:visited::-webkit-input-placeholder {
    color: #b2f5ea;
  }

  .md\:visited\:placeholder-teal-200:visited::-moz-placeholder {
    color: #b2f5ea;
  }

  .md\:visited\:placeholder-teal-200:visited:-ms-input-placeholder {
    color: #b2f5ea;
  }

  .md\:visited\:placeholder-teal-200:visited::-ms-input-placeholder {
    color: #b2f5ea;
  }

  .md\:visited\:placeholder-teal-200:visited::placeholder {
    color: #b2f5ea;
  }

  .md\:visited\:placeholder-teal-300:visited::-webkit-input-placeholder {
    color: #81e6d9;
  }

  .md\:visited\:placeholder-teal-300:visited::-moz-placeholder {
    color: #81e6d9;
  }

  .md\:visited\:placeholder-teal-300:visited:-ms-input-placeholder {
    color: #81e6d9;
  }

  .md\:visited\:placeholder-teal-300:visited::-ms-input-placeholder {
    color: #81e6d9;
  }

  .md\:visited\:placeholder-teal-300:visited::placeholder {
    color: #81e6d9;
  }

  .md\:visited\:placeholder-teal-400:visited::-webkit-input-placeholder {
    color: #4fd1c5;
  }

  .md\:visited\:placeholder-teal-400:visited::-moz-placeholder {
    color: #4fd1c5;
  }

  .md\:visited\:placeholder-teal-400:visited:-ms-input-placeholder {
    color: #4fd1c5;
  }

  .md\:visited\:placeholder-teal-400:visited::-ms-input-placeholder {
    color: #4fd1c5;
  }

  .md\:visited\:placeholder-teal-400:visited::placeholder {
    color: #4fd1c5;
  }

  .md\:visited\:placeholder-teal-500:visited::-webkit-input-placeholder {
    color: #38b2ac;
  }

  .md\:visited\:placeholder-teal-500:visited::-moz-placeholder {
    color: #38b2ac;
  }

  .md\:visited\:placeholder-teal-500:visited:-ms-input-placeholder {
    color: #38b2ac;
  }

  .md\:visited\:placeholder-teal-500:visited::-ms-input-placeholder {
    color: #38b2ac;
  }

  .md\:visited\:placeholder-teal-500:visited::placeholder {
    color: #38b2ac;
  }

  .md\:visited\:placeholder-teal-600:visited::-webkit-input-placeholder {
    color: #319795;
  }

  .md\:visited\:placeholder-teal-600:visited::-moz-placeholder {
    color: #319795;
  }

  .md\:visited\:placeholder-teal-600:visited:-ms-input-placeholder {
    color: #319795;
  }

  .md\:visited\:placeholder-teal-600:visited::-ms-input-placeholder {
    color: #319795;
  }

  .md\:visited\:placeholder-teal-600:visited::placeholder {
    color: #319795;
  }

  .md\:visited\:placeholder-teal-700:visited::-webkit-input-placeholder {
    color: #2c7a7b;
  }

  .md\:visited\:placeholder-teal-700:visited::-moz-placeholder {
    color: #2c7a7b;
  }

  .md\:visited\:placeholder-teal-700:visited:-ms-input-placeholder {
    color: #2c7a7b;
  }

  .md\:visited\:placeholder-teal-700:visited::-ms-input-placeholder {
    color: #2c7a7b;
  }

  .md\:visited\:placeholder-teal-700:visited::placeholder {
    color: #2c7a7b;
  }

  .md\:visited\:placeholder-teal-800:visited::-webkit-input-placeholder {
    color: #285e61;
  }

  .md\:visited\:placeholder-teal-800:visited::-moz-placeholder {
    color: #285e61;
  }

  .md\:visited\:placeholder-teal-800:visited:-ms-input-placeholder {
    color: #285e61;
  }

  .md\:visited\:placeholder-teal-800:visited::-ms-input-placeholder {
    color: #285e61;
  }

  .md\:visited\:placeholder-teal-800:visited::placeholder {
    color: #285e61;
  }

  .md\:visited\:placeholder-teal-900:visited::-webkit-input-placeholder {
    color: #234e52;
  }

  .md\:visited\:placeholder-teal-900:visited::-moz-placeholder {
    color: #234e52;
  }

  .md\:visited\:placeholder-teal-900:visited:-ms-input-placeholder {
    color: #234e52;
  }

  .md\:visited\:placeholder-teal-900:visited::-ms-input-placeholder {
    color: #234e52;
  }

  .md\:visited\:placeholder-teal-900:visited::placeholder {
    color: #234e52;
  }

  .md\:visited\:placeholder-blue-100:visited::-webkit-input-placeholder {
    color: #ebf8ff;
  }

  .md\:visited\:placeholder-blue-100:visited::-moz-placeholder {
    color: #ebf8ff;
  }

  .md\:visited\:placeholder-blue-100:visited:-ms-input-placeholder {
    color: #ebf8ff;
  }

  .md\:visited\:placeholder-blue-100:visited::-ms-input-placeholder {
    color: #ebf8ff;
  }

  .md\:visited\:placeholder-blue-100:visited::placeholder {
    color: #ebf8ff;
  }

  .md\:visited\:placeholder-blue-200:visited::-webkit-input-placeholder {
    color: #bee3f8;
  }

  .md\:visited\:placeholder-blue-200:visited::-moz-placeholder {
    color: #bee3f8;
  }

  .md\:visited\:placeholder-blue-200:visited:-ms-input-placeholder {
    color: #bee3f8;
  }

  .md\:visited\:placeholder-blue-200:visited::-ms-input-placeholder {
    color: #bee3f8;
  }

  .md\:visited\:placeholder-blue-200:visited::placeholder {
    color: #bee3f8;
  }

  .md\:visited\:placeholder-blue-300:visited::-webkit-input-placeholder {
    color: #90cdf4;
  }

  .md\:visited\:placeholder-blue-300:visited::-moz-placeholder {
    color: #90cdf4;
  }

  .md\:visited\:placeholder-blue-300:visited:-ms-input-placeholder {
    color: #90cdf4;
  }

  .md\:visited\:placeholder-blue-300:visited::-ms-input-placeholder {
    color: #90cdf4;
  }

  .md\:visited\:placeholder-blue-300:visited::placeholder {
    color: #90cdf4;
  }

  .md\:visited\:placeholder-blue-400:visited::-webkit-input-placeholder {
    color: #63b3ed;
  }

  .md\:visited\:placeholder-blue-400:visited::-moz-placeholder {
    color: #63b3ed;
  }

  .md\:visited\:placeholder-blue-400:visited:-ms-input-placeholder {
    color: #63b3ed;
  }

  .md\:visited\:placeholder-blue-400:visited::-ms-input-placeholder {
    color: #63b3ed;
  }

  .md\:visited\:placeholder-blue-400:visited::placeholder {
    color: #63b3ed;
  }

  .md\:visited\:placeholder-blue-500:visited::-webkit-input-placeholder {
    color: #4299e1;
  }

  .md\:visited\:placeholder-blue-500:visited::-moz-placeholder {
    color: #4299e1;
  }

  .md\:visited\:placeholder-blue-500:visited:-ms-input-placeholder {
    color: #4299e1;
  }

  .md\:visited\:placeholder-blue-500:visited::-ms-input-placeholder {
    color: #4299e1;
  }

  .md\:visited\:placeholder-blue-500:visited::placeholder {
    color: #4299e1;
  }

  .md\:visited\:placeholder-blue-600:visited::-webkit-input-placeholder {
    color: #3182ce;
  }

  .md\:visited\:placeholder-blue-600:visited::-moz-placeholder {
    color: #3182ce;
  }

  .md\:visited\:placeholder-blue-600:visited:-ms-input-placeholder {
    color: #3182ce;
  }

  .md\:visited\:placeholder-blue-600:visited::-ms-input-placeholder {
    color: #3182ce;
  }

  .md\:visited\:placeholder-blue-600:visited::placeholder {
    color: #3182ce;
  }

  .md\:visited\:placeholder-blue-700:visited::-webkit-input-placeholder {
    color: #2b6cb0;
  }

  .md\:visited\:placeholder-blue-700:visited::-moz-placeholder {
    color: #2b6cb0;
  }

  .md\:visited\:placeholder-blue-700:visited:-ms-input-placeholder {
    color: #2b6cb0;
  }

  .md\:visited\:placeholder-blue-700:visited::-ms-input-placeholder {
    color: #2b6cb0;
  }

  .md\:visited\:placeholder-blue-700:visited::placeholder {
    color: #2b6cb0;
  }

  .md\:visited\:placeholder-blue-800:visited::-webkit-input-placeholder {
    color: #2c5282;
  }

  .md\:visited\:placeholder-blue-800:visited::-moz-placeholder {
    color: #2c5282;
  }

  .md\:visited\:placeholder-blue-800:visited:-ms-input-placeholder {
    color: #2c5282;
  }

  .md\:visited\:placeholder-blue-800:visited::-ms-input-placeholder {
    color: #2c5282;
  }

  .md\:visited\:placeholder-blue-800:visited::placeholder {
    color: #2c5282;
  }

  .md\:visited\:placeholder-blue-900:visited::-webkit-input-placeholder {
    color: #2a4365;
  }

  .md\:visited\:placeholder-blue-900:visited::-moz-placeholder {
    color: #2a4365;
  }

  .md\:visited\:placeholder-blue-900:visited:-ms-input-placeholder {
    color: #2a4365;
  }

  .md\:visited\:placeholder-blue-900:visited::-ms-input-placeholder {
    color: #2a4365;
  }

  .md\:visited\:placeholder-blue-900:visited::placeholder {
    color: #2a4365;
  }

  .md\:visited\:placeholder-indigo-100:visited::-webkit-input-placeholder {
    color: #ebf4ff;
  }

  .md\:visited\:placeholder-indigo-100:visited::-moz-placeholder {
    color: #ebf4ff;
  }

  .md\:visited\:placeholder-indigo-100:visited:-ms-input-placeholder {
    color: #ebf4ff;
  }

  .md\:visited\:placeholder-indigo-100:visited::-ms-input-placeholder {
    color: #ebf4ff;
  }

  .md\:visited\:placeholder-indigo-100:visited::placeholder {
    color: #ebf4ff;
  }

  .md\:visited\:placeholder-indigo-200:visited::-webkit-input-placeholder {
    color: #c3dafe;
  }

  .md\:visited\:placeholder-indigo-200:visited::-moz-placeholder {
    color: #c3dafe;
  }

  .md\:visited\:placeholder-indigo-200:visited:-ms-input-placeholder {
    color: #c3dafe;
  }

  .md\:visited\:placeholder-indigo-200:visited::-ms-input-placeholder {
    color: #c3dafe;
  }

  .md\:visited\:placeholder-indigo-200:visited::placeholder {
    color: #c3dafe;
  }

  .md\:visited\:placeholder-indigo-300:visited::-webkit-input-placeholder {
    color: #a3bffa;
  }

  .md\:visited\:placeholder-indigo-300:visited::-moz-placeholder {
    color: #a3bffa;
  }

  .md\:visited\:placeholder-indigo-300:visited:-ms-input-placeholder {
    color: #a3bffa;
  }

  .md\:visited\:placeholder-indigo-300:visited::-ms-input-placeholder {
    color: #a3bffa;
  }

  .md\:visited\:placeholder-indigo-300:visited::placeholder {
    color: #a3bffa;
  }

  .md\:visited\:placeholder-indigo-400:visited::-webkit-input-placeholder {
    color: #7f9cf5;
  }

  .md\:visited\:placeholder-indigo-400:visited::-moz-placeholder {
    color: #7f9cf5;
  }

  .md\:visited\:placeholder-indigo-400:visited:-ms-input-placeholder {
    color: #7f9cf5;
  }

  .md\:visited\:placeholder-indigo-400:visited::-ms-input-placeholder {
    color: #7f9cf5;
  }

  .md\:visited\:placeholder-indigo-400:visited::placeholder {
    color: #7f9cf5;
  }

  .md\:visited\:placeholder-indigo-500:visited::-webkit-input-placeholder {
    color: #667eea;
  }

  .md\:visited\:placeholder-indigo-500:visited::-moz-placeholder {
    color: #667eea;
  }

  .md\:visited\:placeholder-indigo-500:visited:-ms-input-placeholder {
    color: #667eea;
  }

  .md\:visited\:placeholder-indigo-500:visited::-ms-input-placeholder {
    color: #667eea;
  }

  .md\:visited\:placeholder-indigo-500:visited::placeholder {
    color: #667eea;
  }

  .md\:visited\:placeholder-indigo-600:visited::-webkit-input-placeholder {
    color: #5a67d8;
  }

  .md\:visited\:placeholder-indigo-600:visited::-moz-placeholder {
    color: #5a67d8;
  }

  .md\:visited\:placeholder-indigo-600:visited:-ms-input-placeholder {
    color: #5a67d8;
  }

  .md\:visited\:placeholder-indigo-600:visited::-ms-input-placeholder {
    color: #5a67d8;
  }

  .md\:visited\:placeholder-indigo-600:visited::placeholder {
    color: #5a67d8;
  }

  .md\:visited\:placeholder-indigo-700:visited::-webkit-input-placeholder {
    color: #4c51bf;
  }

  .md\:visited\:placeholder-indigo-700:visited::-moz-placeholder {
    color: #4c51bf;
  }

  .md\:visited\:placeholder-indigo-700:visited:-ms-input-placeholder {
    color: #4c51bf;
  }

  .md\:visited\:placeholder-indigo-700:visited::-ms-input-placeholder {
    color: #4c51bf;
  }

  .md\:visited\:placeholder-indigo-700:visited::placeholder {
    color: #4c51bf;
  }

  .md\:visited\:placeholder-indigo-800:visited::-webkit-input-placeholder {
    color: #434190;
  }

  .md\:visited\:placeholder-indigo-800:visited::-moz-placeholder {
    color: #434190;
  }

  .md\:visited\:placeholder-indigo-800:visited:-ms-input-placeholder {
    color: #434190;
  }

  .md\:visited\:placeholder-indigo-800:visited::-ms-input-placeholder {
    color: #434190;
  }

  .md\:visited\:placeholder-indigo-800:visited::placeholder {
    color: #434190;
  }

  .md\:visited\:placeholder-indigo-900:visited::-webkit-input-placeholder {
    color: #3c366b;
  }

  .md\:visited\:placeholder-indigo-900:visited::-moz-placeholder {
    color: #3c366b;
  }

  .md\:visited\:placeholder-indigo-900:visited:-ms-input-placeholder {
    color: #3c366b;
  }

  .md\:visited\:placeholder-indigo-900:visited::-ms-input-placeholder {
    color: #3c366b;
  }

  .md\:visited\:placeholder-indigo-900:visited::placeholder {
    color: #3c366b;
  }

  .md\:visited\:placeholder-purple-100:visited::-webkit-input-placeholder {
    color: #faf5ff;
  }

  .md\:visited\:placeholder-purple-100:visited::-moz-placeholder {
    color: #faf5ff;
  }

  .md\:visited\:placeholder-purple-100:visited:-ms-input-placeholder {
    color: #faf5ff;
  }

  .md\:visited\:placeholder-purple-100:visited::-ms-input-placeholder {
    color: #faf5ff;
  }

  .md\:visited\:placeholder-purple-100:visited::placeholder {
    color: #faf5ff;
  }

  .md\:visited\:placeholder-purple-200:visited::-webkit-input-placeholder {
    color: #e9d8fd;
  }

  .md\:visited\:placeholder-purple-200:visited::-moz-placeholder {
    color: #e9d8fd;
  }

  .md\:visited\:placeholder-purple-200:visited:-ms-input-placeholder {
    color: #e9d8fd;
  }

  .md\:visited\:placeholder-purple-200:visited::-ms-input-placeholder {
    color: #e9d8fd;
  }

  .md\:visited\:placeholder-purple-200:visited::placeholder {
    color: #e9d8fd;
  }

  .md\:visited\:placeholder-purple-300:visited::-webkit-input-placeholder {
    color: #d6bcfa;
  }

  .md\:visited\:placeholder-purple-300:visited::-moz-placeholder {
    color: #d6bcfa;
  }

  .md\:visited\:placeholder-purple-300:visited:-ms-input-placeholder {
    color: #d6bcfa;
  }

  .md\:visited\:placeholder-purple-300:visited::-ms-input-placeholder {
    color: #d6bcfa;
  }

  .md\:visited\:placeholder-purple-300:visited::placeholder {
    color: #d6bcfa;
  }

  .md\:visited\:placeholder-purple-400:visited::-webkit-input-placeholder {
    color: #b794f4;
  }

  .md\:visited\:placeholder-purple-400:visited::-moz-placeholder {
    color: #b794f4;
  }

  .md\:visited\:placeholder-purple-400:visited:-ms-input-placeholder {
    color: #b794f4;
  }

  .md\:visited\:placeholder-purple-400:visited::-ms-input-placeholder {
    color: #b794f4;
  }

  .md\:visited\:placeholder-purple-400:visited::placeholder {
    color: #b794f4;
  }

  .md\:visited\:placeholder-purple-500:visited::-webkit-input-placeholder {
    color: #9f7aea;
  }

  .md\:visited\:placeholder-purple-500:visited::-moz-placeholder {
    color: #9f7aea;
  }

  .md\:visited\:placeholder-purple-500:visited:-ms-input-placeholder {
    color: #9f7aea;
  }

  .md\:visited\:placeholder-purple-500:visited::-ms-input-placeholder {
    color: #9f7aea;
  }

  .md\:visited\:placeholder-purple-500:visited::placeholder {
    color: #9f7aea;
  }

  .md\:visited\:placeholder-purple-600:visited::-webkit-input-placeholder {
    color: #805ad5;
  }

  .md\:visited\:placeholder-purple-600:visited::-moz-placeholder {
    color: #805ad5;
  }

  .md\:visited\:placeholder-purple-600:visited:-ms-input-placeholder {
    color: #805ad5;
  }

  .md\:visited\:placeholder-purple-600:visited::-ms-input-placeholder {
    color: #805ad5;
  }

  .md\:visited\:placeholder-purple-600:visited::placeholder {
    color: #805ad5;
  }

  .md\:visited\:placeholder-purple-700:visited::-webkit-input-placeholder {
    color: #6b46c1;
  }

  .md\:visited\:placeholder-purple-700:visited::-moz-placeholder {
    color: #6b46c1;
  }

  .md\:visited\:placeholder-purple-700:visited:-ms-input-placeholder {
    color: #6b46c1;
  }

  .md\:visited\:placeholder-purple-700:visited::-ms-input-placeholder {
    color: #6b46c1;
  }

  .md\:visited\:placeholder-purple-700:visited::placeholder {
    color: #6b46c1;
  }

  .md\:visited\:placeholder-purple-800:visited::-webkit-input-placeholder {
    color: #553c9a;
  }

  .md\:visited\:placeholder-purple-800:visited::-moz-placeholder {
    color: #553c9a;
  }

  .md\:visited\:placeholder-purple-800:visited:-ms-input-placeholder {
    color: #553c9a;
  }

  .md\:visited\:placeholder-purple-800:visited::-ms-input-placeholder {
    color: #553c9a;
  }

  .md\:visited\:placeholder-purple-800:visited::placeholder {
    color: #553c9a;
  }

  .md\:visited\:placeholder-purple-900:visited::-webkit-input-placeholder {
    color: #44337a;
  }

  .md\:visited\:placeholder-purple-900:visited::-moz-placeholder {
    color: #44337a;
  }

  .md\:visited\:placeholder-purple-900:visited:-ms-input-placeholder {
    color: #44337a;
  }

  .md\:visited\:placeholder-purple-900:visited::-ms-input-placeholder {
    color: #44337a;
  }

  .md\:visited\:placeholder-purple-900:visited::placeholder {
    color: #44337a;
  }

  .md\:visited\:placeholder-pink-100:visited::-webkit-input-placeholder {
    color: #fff5f7;
  }

  .md\:visited\:placeholder-pink-100:visited::-moz-placeholder {
    color: #fff5f7;
  }

  .md\:visited\:placeholder-pink-100:visited:-ms-input-placeholder {
    color: #fff5f7;
  }

  .md\:visited\:placeholder-pink-100:visited::-ms-input-placeholder {
    color: #fff5f7;
  }

  .md\:visited\:placeholder-pink-100:visited::placeholder {
    color: #fff5f7;
  }

  .md\:visited\:placeholder-pink-200:visited::-webkit-input-placeholder {
    color: #fed7e2;
  }

  .md\:visited\:placeholder-pink-200:visited::-moz-placeholder {
    color: #fed7e2;
  }

  .md\:visited\:placeholder-pink-200:visited:-ms-input-placeholder {
    color: #fed7e2;
  }

  .md\:visited\:placeholder-pink-200:visited::-ms-input-placeholder {
    color: #fed7e2;
  }

  .md\:visited\:placeholder-pink-200:visited::placeholder {
    color: #fed7e2;
  }

  .md\:visited\:placeholder-pink-300:visited::-webkit-input-placeholder {
    color: #fbb6ce;
  }

  .md\:visited\:placeholder-pink-300:visited::-moz-placeholder {
    color: #fbb6ce;
  }

  .md\:visited\:placeholder-pink-300:visited:-ms-input-placeholder {
    color: #fbb6ce;
  }

  .md\:visited\:placeholder-pink-300:visited::-ms-input-placeholder {
    color: #fbb6ce;
  }

  .md\:visited\:placeholder-pink-300:visited::placeholder {
    color: #fbb6ce;
  }

  .md\:visited\:placeholder-pink-400:visited::-webkit-input-placeholder {
    color: #f687b3;
  }

  .md\:visited\:placeholder-pink-400:visited::-moz-placeholder {
    color: #f687b3;
  }

  .md\:visited\:placeholder-pink-400:visited:-ms-input-placeholder {
    color: #f687b3;
  }

  .md\:visited\:placeholder-pink-400:visited::-ms-input-placeholder {
    color: #f687b3;
  }

  .md\:visited\:placeholder-pink-400:visited::placeholder {
    color: #f687b3;
  }

  .md\:visited\:placeholder-pink-500:visited::-webkit-input-placeholder {
    color: #ed64a6;
  }

  .md\:visited\:placeholder-pink-500:visited::-moz-placeholder {
    color: #ed64a6;
  }

  .md\:visited\:placeholder-pink-500:visited:-ms-input-placeholder {
    color: #ed64a6;
  }

  .md\:visited\:placeholder-pink-500:visited::-ms-input-placeholder {
    color: #ed64a6;
  }

  .md\:visited\:placeholder-pink-500:visited::placeholder {
    color: #ed64a6;
  }

  .md\:visited\:placeholder-pink-600:visited::-webkit-input-placeholder {
    color: #d53f8c;
  }

  .md\:visited\:placeholder-pink-600:visited::-moz-placeholder {
    color: #d53f8c;
  }

  .md\:visited\:placeholder-pink-600:visited:-ms-input-placeholder {
    color: #d53f8c;
  }

  .md\:visited\:placeholder-pink-600:visited::-ms-input-placeholder {
    color: #d53f8c;
  }

  .md\:visited\:placeholder-pink-600:visited::placeholder {
    color: #d53f8c;
  }

  .md\:visited\:placeholder-pink-700:visited::-webkit-input-placeholder {
    color: #b83280;
  }

  .md\:visited\:placeholder-pink-700:visited::-moz-placeholder {
    color: #b83280;
  }

  .md\:visited\:placeholder-pink-700:visited:-ms-input-placeholder {
    color: #b83280;
  }

  .md\:visited\:placeholder-pink-700:visited::-ms-input-placeholder {
    color: #b83280;
  }

  .md\:visited\:placeholder-pink-700:visited::placeholder {
    color: #b83280;
  }

  .md\:visited\:placeholder-pink-800:visited::-webkit-input-placeholder {
    color: #97266d;
  }

  .md\:visited\:placeholder-pink-800:visited::-moz-placeholder {
    color: #97266d;
  }

  .md\:visited\:placeholder-pink-800:visited:-ms-input-placeholder {
    color: #97266d;
  }

  .md\:visited\:placeholder-pink-800:visited::-ms-input-placeholder {
    color: #97266d;
  }

  .md\:visited\:placeholder-pink-800:visited::placeholder {
    color: #97266d;
  }

  .md\:visited\:placeholder-pink-900:visited::-webkit-input-placeholder {
    color: #702459;
  }

  .md\:visited\:placeholder-pink-900:visited::-moz-placeholder {
    color: #702459;
  }

  .md\:visited\:placeholder-pink-900:visited:-ms-input-placeholder {
    color: #702459;
  }

  .md\:visited\:placeholder-pink-900:visited::-ms-input-placeholder {
    color: #702459;
  }

  .md\:visited\:placeholder-pink-900:visited::placeholder {
    color: #702459;
  }

  .md\:disabled\:placeholder-transparent:disabled::-webkit-input-placeholder {
    color: transparent;
  }

  .md\:disabled\:placeholder-transparent:disabled::-moz-placeholder {
    color: transparent;
  }

  .md\:disabled\:placeholder-transparent:disabled:-ms-input-placeholder {
    color: transparent;
  }

  .md\:disabled\:placeholder-transparent:disabled::-ms-input-placeholder {
    color: transparent;
  }

  .md\:disabled\:placeholder-transparent:disabled::placeholder {
    color: transparent;
  }

  .md\:disabled\:placeholder-black:disabled::-webkit-input-placeholder {
    color: #000;
  }

  .md\:disabled\:placeholder-black:disabled::-moz-placeholder {
    color: #000;
  }

  .md\:disabled\:placeholder-black:disabled:-ms-input-placeholder {
    color: #000;
  }

  .md\:disabled\:placeholder-black:disabled::-ms-input-placeholder {
    color: #000;
  }

  .md\:disabled\:placeholder-black:disabled::placeholder {
    color: #000;
  }

  .md\:disabled\:placeholder-white:disabled::-webkit-input-placeholder {
    color: #fff;
  }

  .md\:disabled\:placeholder-white:disabled::-moz-placeholder {
    color: #fff;
  }

  .md\:disabled\:placeholder-white:disabled:-ms-input-placeholder {
    color: #fff;
  }

  .md\:disabled\:placeholder-white:disabled::-ms-input-placeholder {
    color: #fff;
  }

  .md\:disabled\:placeholder-white:disabled::placeholder {
    color: #fff;
  }

  .md\:disabled\:placeholder-gray-100:disabled::-webkit-input-placeholder {
    color: #f7fafc;
  }

  .md\:disabled\:placeholder-gray-100:disabled::-moz-placeholder {
    color: #f7fafc;
  }

  .md\:disabled\:placeholder-gray-100:disabled:-ms-input-placeholder {
    color: #f7fafc;
  }

  .md\:disabled\:placeholder-gray-100:disabled::-ms-input-placeholder {
    color: #f7fafc;
  }

  .md\:disabled\:placeholder-gray-100:disabled::placeholder {
    color: #f7fafc;
  }

  .md\:disabled\:placeholder-gray-200:disabled::-webkit-input-placeholder {
    color: #edf2f7;
  }

  .md\:disabled\:placeholder-gray-200:disabled::-moz-placeholder {
    color: #edf2f7;
  }

  .md\:disabled\:placeholder-gray-200:disabled:-ms-input-placeholder {
    color: #edf2f7;
  }

  .md\:disabled\:placeholder-gray-200:disabled::-ms-input-placeholder {
    color: #edf2f7;
  }

  .md\:disabled\:placeholder-gray-200:disabled::placeholder {
    color: #edf2f7;
  }

  .md\:disabled\:placeholder-gray-300:disabled::-webkit-input-placeholder {
    color: #e2e8f0;
  }

  .md\:disabled\:placeholder-gray-300:disabled::-moz-placeholder {
    color: #e2e8f0;
  }

  .md\:disabled\:placeholder-gray-300:disabled:-ms-input-placeholder {
    color: #e2e8f0;
  }

  .md\:disabled\:placeholder-gray-300:disabled::-ms-input-placeholder {
    color: #e2e8f0;
  }

  .md\:disabled\:placeholder-gray-300:disabled::placeholder {
    color: #e2e8f0;
  }

  .md\:disabled\:placeholder-gray-400:disabled::-webkit-input-placeholder {
    color: #cbd5e0;
  }

  .md\:disabled\:placeholder-gray-400:disabled::-moz-placeholder {
    color: #cbd5e0;
  }

  .md\:disabled\:placeholder-gray-400:disabled:-ms-input-placeholder {
    color: #cbd5e0;
  }

  .md\:disabled\:placeholder-gray-400:disabled::-ms-input-placeholder {
    color: #cbd5e0;
  }

  .md\:disabled\:placeholder-gray-400:disabled::placeholder {
    color: #cbd5e0;
  }

  .md\:disabled\:placeholder-gray-500:disabled::-webkit-input-placeholder {
    color: #a0aec0;
  }

  .md\:disabled\:placeholder-gray-500:disabled::-moz-placeholder {
    color: #a0aec0;
  }

  .md\:disabled\:placeholder-gray-500:disabled:-ms-input-placeholder {
    color: #a0aec0;
  }

  .md\:disabled\:placeholder-gray-500:disabled::-ms-input-placeholder {
    color: #a0aec0;
  }

  .md\:disabled\:placeholder-gray-500:disabled::placeholder {
    color: #a0aec0;
  }

  .md\:disabled\:placeholder-gray-600:disabled::-webkit-input-placeholder {
    color: #718096;
  }

  .md\:disabled\:placeholder-gray-600:disabled::-moz-placeholder {
    color: #718096;
  }

  .md\:disabled\:placeholder-gray-600:disabled:-ms-input-placeholder {
    color: #718096;
  }

  .md\:disabled\:placeholder-gray-600:disabled::-ms-input-placeholder {
    color: #718096;
  }

  .md\:disabled\:placeholder-gray-600:disabled::placeholder {
    color: #718096;
  }

  .md\:disabled\:placeholder-gray-700:disabled::-webkit-input-placeholder {
    color: #4a5568;
  }

  .md\:disabled\:placeholder-gray-700:disabled::-moz-placeholder {
    color: #4a5568;
  }

  .md\:disabled\:placeholder-gray-700:disabled:-ms-input-placeholder {
    color: #4a5568;
  }

  .md\:disabled\:placeholder-gray-700:disabled::-ms-input-placeholder {
    color: #4a5568;
  }

  .md\:disabled\:placeholder-gray-700:disabled::placeholder {
    color: #4a5568;
  }

  .md\:disabled\:placeholder-gray-800:disabled::-webkit-input-placeholder {
    color: #2d3748;
  }

  .md\:disabled\:placeholder-gray-800:disabled::-moz-placeholder {
    color: #2d3748;
  }

  .md\:disabled\:placeholder-gray-800:disabled:-ms-input-placeholder {
    color: #2d3748;
  }

  .md\:disabled\:placeholder-gray-800:disabled::-ms-input-placeholder {
    color: #2d3748;
  }

  .md\:disabled\:placeholder-gray-800:disabled::placeholder {
    color: #2d3748;
  }

  .md\:disabled\:placeholder-gray-900:disabled::-webkit-input-placeholder {
    color: #1a202c;
  }

  .md\:disabled\:placeholder-gray-900:disabled::-moz-placeholder {
    color: #1a202c;
  }

  .md\:disabled\:placeholder-gray-900:disabled:-ms-input-placeholder {
    color: #1a202c;
  }

  .md\:disabled\:placeholder-gray-900:disabled::-ms-input-placeholder {
    color: #1a202c;
  }

  .md\:disabled\:placeholder-gray-900:disabled::placeholder {
    color: #1a202c;
  }

  .md\:disabled\:placeholder-red-100:disabled::-webkit-input-placeholder {
    color: #fff5f5;
  }

  .md\:disabled\:placeholder-red-100:disabled::-moz-placeholder {
    color: #fff5f5;
  }

  .md\:disabled\:placeholder-red-100:disabled:-ms-input-placeholder {
    color: #fff5f5;
  }

  .md\:disabled\:placeholder-red-100:disabled::-ms-input-placeholder {
    color: #fff5f5;
  }

  .md\:disabled\:placeholder-red-100:disabled::placeholder {
    color: #fff5f5;
  }

  .md\:disabled\:placeholder-red-200:disabled::-webkit-input-placeholder {
    color: #fed7d7;
  }

  .md\:disabled\:placeholder-red-200:disabled::-moz-placeholder {
    color: #fed7d7;
  }

  .md\:disabled\:placeholder-red-200:disabled:-ms-input-placeholder {
    color: #fed7d7;
  }

  .md\:disabled\:placeholder-red-200:disabled::-ms-input-placeholder {
    color: #fed7d7;
  }

  .md\:disabled\:placeholder-red-200:disabled::placeholder {
    color: #fed7d7;
  }

  .md\:disabled\:placeholder-red-300:disabled::-webkit-input-placeholder {
    color: #feb2b2;
  }

  .md\:disabled\:placeholder-red-300:disabled::-moz-placeholder {
    color: #feb2b2;
  }

  .md\:disabled\:placeholder-red-300:disabled:-ms-input-placeholder {
    color: #feb2b2;
  }

  .md\:disabled\:placeholder-red-300:disabled::-ms-input-placeholder {
    color: #feb2b2;
  }

  .md\:disabled\:placeholder-red-300:disabled::placeholder {
    color: #feb2b2;
  }

  .md\:disabled\:placeholder-red-400:disabled::-webkit-input-placeholder {
    color: #fc8181;
  }

  .md\:disabled\:placeholder-red-400:disabled::-moz-placeholder {
    color: #fc8181;
  }

  .md\:disabled\:placeholder-red-400:disabled:-ms-input-placeholder {
    color: #fc8181;
  }

  .md\:disabled\:placeholder-red-400:disabled::-ms-input-placeholder {
    color: #fc8181;
  }

  .md\:disabled\:placeholder-red-400:disabled::placeholder {
    color: #fc8181;
  }

  .md\:disabled\:placeholder-red-500:disabled::-webkit-input-placeholder {
    color: #f56565;
  }

  .md\:disabled\:placeholder-red-500:disabled::-moz-placeholder {
    color: #f56565;
  }

  .md\:disabled\:placeholder-red-500:disabled:-ms-input-placeholder {
    color: #f56565;
  }

  .md\:disabled\:placeholder-red-500:disabled::-ms-input-placeholder {
    color: #f56565;
  }

  .md\:disabled\:placeholder-red-500:disabled::placeholder {
    color: #f56565;
  }

  .md\:disabled\:placeholder-red-600:disabled::-webkit-input-placeholder {
    color: #e53e3e;
  }

  .md\:disabled\:placeholder-red-600:disabled::-moz-placeholder {
    color: #e53e3e;
  }

  .md\:disabled\:placeholder-red-600:disabled:-ms-input-placeholder {
    color: #e53e3e;
  }

  .md\:disabled\:placeholder-red-600:disabled::-ms-input-placeholder {
    color: #e53e3e;
  }

  .md\:disabled\:placeholder-red-600:disabled::placeholder {
    color: #e53e3e;
  }

  .md\:disabled\:placeholder-red-700:disabled::-webkit-input-placeholder {
    color: #c53030;
  }

  .md\:disabled\:placeholder-red-700:disabled::-moz-placeholder {
    color: #c53030;
  }

  .md\:disabled\:placeholder-red-700:disabled:-ms-input-placeholder {
    color: #c53030;
  }

  .md\:disabled\:placeholder-red-700:disabled::-ms-input-placeholder {
    color: #c53030;
  }

  .md\:disabled\:placeholder-red-700:disabled::placeholder {
    color: #c53030;
  }

  .md\:disabled\:placeholder-red-800:disabled::-webkit-input-placeholder {
    color: #9b2c2c;
  }

  .md\:disabled\:placeholder-red-800:disabled::-moz-placeholder {
    color: #9b2c2c;
  }

  .md\:disabled\:placeholder-red-800:disabled:-ms-input-placeholder {
    color: #9b2c2c;
  }

  .md\:disabled\:placeholder-red-800:disabled::-ms-input-placeholder {
    color: #9b2c2c;
  }

  .md\:disabled\:placeholder-red-800:disabled::placeholder {
    color: #9b2c2c;
  }

  .md\:disabled\:placeholder-red-900:disabled::-webkit-input-placeholder {
    color: #742a2a;
  }

  .md\:disabled\:placeholder-red-900:disabled::-moz-placeholder {
    color: #742a2a;
  }

  .md\:disabled\:placeholder-red-900:disabled:-ms-input-placeholder {
    color: #742a2a;
  }

  .md\:disabled\:placeholder-red-900:disabled::-ms-input-placeholder {
    color: #742a2a;
  }

  .md\:disabled\:placeholder-red-900:disabled::placeholder {
    color: #742a2a;
  }

  .md\:disabled\:placeholder-orange-100:disabled::-webkit-input-placeholder {
    color: #fffaf0;
  }

  .md\:disabled\:placeholder-orange-100:disabled::-moz-placeholder {
    color: #fffaf0;
  }

  .md\:disabled\:placeholder-orange-100:disabled:-ms-input-placeholder {
    color: #fffaf0;
  }

  .md\:disabled\:placeholder-orange-100:disabled::-ms-input-placeholder {
    color: #fffaf0;
  }

  .md\:disabled\:placeholder-orange-100:disabled::placeholder {
    color: #fffaf0;
  }

  .md\:disabled\:placeholder-orange-200:disabled::-webkit-input-placeholder {
    color: #feebc8;
  }

  .md\:disabled\:placeholder-orange-200:disabled::-moz-placeholder {
    color: #feebc8;
  }

  .md\:disabled\:placeholder-orange-200:disabled:-ms-input-placeholder {
    color: #feebc8;
  }

  .md\:disabled\:placeholder-orange-200:disabled::-ms-input-placeholder {
    color: #feebc8;
  }

  .md\:disabled\:placeholder-orange-200:disabled::placeholder {
    color: #feebc8;
  }

  .md\:disabled\:placeholder-orange-300:disabled::-webkit-input-placeholder {
    color: #fbd38d;
  }

  .md\:disabled\:placeholder-orange-300:disabled::-moz-placeholder {
    color: #fbd38d;
  }

  .md\:disabled\:placeholder-orange-300:disabled:-ms-input-placeholder {
    color: #fbd38d;
  }

  .md\:disabled\:placeholder-orange-300:disabled::-ms-input-placeholder {
    color: #fbd38d;
  }

  .md\:disabled\:placeholder-orange-300:disabled::placeholder {
    color: #fbd38d;
  }

  .md\:disabled\:placeholder-orange-400:disabled::-webkit-input-placeholder {
    color: #f6ad55;
  }

  .md\:disabled\:placeholder-orange-400:disabled::-moz-placeholder {
    color: #f6ad55;
  }

  .md\:disabled\:placeholder-orange-400:disabled:-ms-input-placeholder {
    color: #f6ad55;
  }

  .md\:disabled\:placeholder-orange-400:disabled::-ms-input-placeholder {
    color: #f6ad55;
  }

  .md\:disabled\:placeholder-orange-400:disabled::placeholder {
    color: #f6ad55;
  }

  .md\:disabled\:placeholder-orange-500:disabled::-webkit-input-placeholder {
    color: #ed8936;
  }

  .md\:disabled\:placeholder-orange-500:disabled::-moz-placeholder {
    color: #ed8936;
  }

  .md\:disabled\:placeholder-orange-500:disabled:-ms-input-placeholder {
    color: #ed8936;
  }

  .md\:disabled\:placeholder-orange-500:disabled::-ms-input-placeholder {
    color: #ed8936;
  }

  .md\:disabled\:placeholder-orange-500:disabled::placeholder {
    color: #ed8936;
  }

  .md\:disabled\:placeholder-orange-600:disabled::-webkit-input-placeholder {
    color: #dd6b20;
  }

  .md\:disabled\:placeholder-orange-600:disabled::-moz-placeholder {
    color: #dd6b20;
  }

  .md\:disabled\:placeholder-orange-600:disabled:-ms-input-placeholder {
    color: #dd6b20;
  }

  .md\:disabled\:placeholder-orange-600:disabled::-ms-input-placeholder {
    color: #dd6b20;
  }

  .md\:disabled\:placeholder-orange-600:disabled::placeholder {
    color: #dd6b20;
  }

  .md\:disabled\:placeholder-orange-700:disabled::-webkit-input-placeholder {
    color: #c05621;
  }

  .md\:disabled\:placeholder-orange-700:disabled::-moz-placeholder {
    color: #c05621;
  }

  .md\:disabled\:placeholder-orange-700:disabled:-ms-input-placeholder {
    color: #c05621;
  }

  .md\:disabled\:placeholder-orange-700:disabled::-ms-input-placeholder {
    color: #c05621;
  }

  .md\:disabled\:placeholder-orange-700:disabled::placeholder {
    color: #c05621;
  }

  .md\:disabled\:placeholder-orange-800:disabled::-webkit-input-placeholder {
    color: #9c4221;
  }

  .md\:disabled\:placeholder-orange-800:disabled::-moz-placeholder {
    color: #9c4221;
  }

  .md\:disabled\:placeholder-orange-800:disabled:-ms-input-placeholder {
    color: #9c4221;
  }

  .md\:disabled\:placeholder-orange-800:disabled::-ms-input-placeholder {
    color: #9c4221;
  }

  .md\:disabled\:placeholder-orange-800:disabled::placeholder {
    color: #9c4221;
  }

  .md\:disabled\:placeholder-orange-900:disabled::-webkit-input-placeholder {
    color: #7b341e;
  }

  .md\:disabled\:placeholder-orange-900:disabled::-moz-placeholder {
    color: #7b341e;
  }

  .md\:disabled\:placeholder-orange-900:disabled:-ms-input-placeholder {
    color: #7b341e;
  }

  .md\:disabled\:placeholder-orange-900:disabled::-ms-input-placeholder {
    color: #7b341e;
  }

  .md\:disabled\:placeholder-orange-900:disabled::placeholder {
    color: #7b341e;
  }

  .md\:disabled\:placeholder-yellow-100:disabled::-webkit-input-placeholder {
    color: #fffff0;
  }

  .md\:disabled\:placeholder-yellow-100:disabled::-moz-placeholder {
    color: #fffff0;
  }

  .md\:disabled\:placeholder-yellow-100:disabled:-ms-input-placeholder {
    color: #fffff0;
  }

  .md\:disabled\:placeholder-yellow-100:disabled::-ms-input-placeholder {
    color: #fffff0;
  }

  .md\:disabled\:placeholder-yellow-100:disabled::placeholder {
    color: #fffff0;
  }

  .md\:disabled\:placeholder-yellow-200:disabled::-webkit-input-placeholder {
    color: #fefcbf;
  }

  .md\:disabled\:placeholder-yellow-200:disabled::-moz-placeholder {
    color: #fefcbf;
  }

  .md\:disabled\:placeholder-yellow-200:disabled:-ms-input-placeholder {
    color: #fefcbf;
  }

  .md\:disabled\:placeholder-yellow-200:disabled::-ms-input-placeholder {
    color: #fefcbf;
  }

  .md\:disabled\:placeholder-yellow-200:disabled::placeholder {
    color: #fefcbf;
  }

  .md\:disabled\:placeholder-yellow-300:disabled::-webkit-input-placeholder {
    color: #faf089;
  }

  .md\:disabled\:placeholder-yellow-300:disabled::-moz-placeholder {
    color: #faf089;
  }

  .md\:disabled\:placeholder-yellow-300:disabled:-ms-input-placeholder {
    color: #faf089;
  }

  .md\:disabled\:placeholder-yellow-300:disabled::-ms-input-placeholder {
    color: #faf089;
  }

  .md\:disabled\:placeholder-yellow-300:disabled::placeholder {
    color: #faf089;
  }

  .md\:disabled\:placeholder-yellow-400:disabled::-webkit-input-placeholder {
    color: #f6e05e;
  }

  .md\:disabled\:placeholder-yellow-400:disabled::-moz-placeholder {
    color: #f6e05e;
  }

  .md\:disabled\:placeholder-yellow-400:disabled:-ms-input-placeholder {
    color: #f6e05e;
  }

  .md\:disabled\:placeholder-yellow-400:disabled::-ms-input-placeholder {
    color: #f6e05e;
  }

  .md\:disabled\:placeholder-yellow-400:disabled::placeholder {
    color: #f6e05e;
  }

  .md\:disabled\:placeholder-yellow-500:disabled::-webkit-input-placeholder {
    color: #ecc94b;
  }

  .md\:disabled\:placeholder-yellow-500:disabled::-moz-placeholder {
    color: #ecc94b;
  }

  .md\:disabled\:placeholder-yellow-500:disabled:-ms-input-placeholder {
    color: #ecc94b;
  }

  .md\:disabled\:placeholder-yellow-500:disabled::-ms-input-placeholder {
    color: #ecc94b;
  }

  .md\:disabled\:placeholder-yellow-500:disabled::placeholder {
    color: #ecc94b;
  }

  .md\:disabled\:placeholder-yellow-600:disabled::-webkit-input-placeholder {
    color: #d69e2e;
  }

  .md\:disabled\:placeholder-yellow-600:disabled::-moz-placeholder {
    color: #d69e2e;
  }

  .md\:disabled\:placeholder-yellow-600:disabled:-ms-input-placeholder {
    color: #d69e2e;
  }

  .md\:disabled\:placeholder-yellow-600:disabled::-ms-input-placeholder {
    color: #d69e2e;
  }

  .md\:disabled\:placeholder-yellow-600:disabled::placeholder {
    color: #d69e2e;
  }

  .md\:disabled\:placeholder-yellow-700:disabled::-webkit-input-placeholder {
    color: #b7791f;
  }

  .md\:disabled\:placeholder-yellow-700:disabled::-moz-placeholder {
    color: #b7791f;
  }

  .md\:disabled\:placeholder-yellow-700:disabled:-ms-input-placeholder {
    color: #b7791f;
  }

  .md\:disabled\:placeholder-yellow-700:disabled::-ms-input-placeholder {
    color: #b7791f;
  }

  .md\:disabled\:placeholder-yellow-700:disabled::placeholder {
    color: #b7791f;
  }

  .md\:disabled\:placeholder-yellow-800:disabled::-webkit-input-placeholder {
    color: #975a16;
  }

  .md\:disabled\:placeholder-yellow-800:disabled::-moz-placeholder {
    color: #975a16;
  }

  .md\:disabled\:placeholder-yellow-800:disabled:-ms-input-placeholder {
    color: #975a16;
  }

  .md\:disabled\:placeholder-yellow-800:disabled::-ms-input-placeholder {
    color: #975a16;
  }

  .md\:disabled\:placeholder-yellow-800:disabled::placeholder {
    color: #975a16;
  }

  .md\:disabled\:placeholder-yellow-900:disabled::-webkit-input-placeholder {
    color: #744210;
  }

  .md\:disabled\:placeholder-yellow-900:disabled::-moz-placeholder {
    color: #744210;
  }

  .md\:disabled\:placeholder-yellow-900:disabled:-ms-input-placeholder {
    color: #744210;
  }

  .md\:disabled\:placeholder-yellow-900:disabled::-ms-input-placeholder {
    color: #744210;
  }

  .md\:disabled\:placeholder-yellow-900:disabled::placeholder {
    color: #744210;
  }

  .md\:disabled\:placeholder-green-100:disabled::-webkit-input-placeholder {
    color: #f0fff4;
  }

  .md\:disabled\:placeholder-green-100:disabled::-moz-placeholder {
    color: #f0fff4;
  }

  .md\:disabled\:placeholder-green-100:disabled:-ms-input-placeholder {
    color: #f0fff4;
  }

  .md\:disabled\:placeholder-green-100:disabled::-ms-input-placeholder {
    color: #f0fff4;
  }

  .md\:disabled\:placeholder-green-100:disabled::placeholder {
    color: #f0fff4;
  }

  .md\:disabled\:placeholder-green-200:disabled::-webkit-input-placeholder {
    color: #c6f6d5;
  }

  .md\:disabled\:placeholder-green-200:disabled::-moz-placeholder {
    color: #c6f6d5;
  }

  .md\:disabled\:placeholder-green-200:disabled:-ms-input-placeholder {
    color: #c6f6d5;
  }

  .md\:disabled\:placeholder-green-200:disabled::-ms-input-placeholder {
    color: #c6f6d5;
  }

  .md\:disabled\:placeholder-green-200:disabled::placeholder {
    color: #c6f6d5;
  }

  .md\:disabled\:placeholder-green-300:disabled::-webkit-input-placeholder {
    color: #9ae6b4;
  }

  .md\:disabled\:placeholder-green-300:disabled::-moz-placeholder {
    color: #9ae6b4;
  }

  .md\:disabled\:placeholder-green-300:disabled:-ms-input-placeholder {
    color: #9ae6b4;
  }

  .md\:disabled\:placeholder-green-300:disabled::-ms-input-placeholder {
    color: #9ae6b4;
  }

  .md\:disabled\:placeholder-green-300:disabled::placeholder {
    color: #9ae6b4;
  }

  .md\:disabled\:placeholder-green-400:disabled::-webkit-input-placeholder {
    color: #68d391;
  }

  .md\:disabled\:placeholder-green-400:disabled::-moz-placeholder {
    color: #68d391;
  }

  .md\:disabled\:placeholder-green-400:disabled:-ms-input-placeholder {
    color: #68d391;
  }

  .md\:disabled\:placeholder-green-400:disabled::-ms-input-placeholder {
    color: #68d391;
  }

  .md\:disabled\:placeholder-green-400:disabled::placeholder {
    color: #68d391;
  }

  .md\:disabled\:placeholder-green-500:disabled::-webkit-input-placeholder {
    color: #48bb78;
  }

  .md\:disabled\:placeholder-green-500:disabled::-moz-placeholder {
    color: #48bb78;
  }

  .md\:disabled\:placeholder-green-500:disabled:-ms-input-placeholder {
    color: #48bb78;
  }

  .md\:disabled\:placeholder-green-500:disabled::-ms-input-placeholder {
    color: #48bb78;
  }

  .md\:disabled\:placeholder-green-500:disabled::placeholder {
    color: #48bb78;
  }

  .md\:disabled\:placeholder-green-600:disabled::-webkit-input-placeholder {
    color: #38a169;
  }

  .md\:disabled\:placeholder-green-600:disabled::-moz-placeholder {
    color: #38a169;
  }

  .md\:disabled\:placeholder-green-600:disabled:-ms-input-placeholder {
    color: #38a169;
  }

  .md\:disabled\:placeholder-green-600:disabled::-ms-input-placeholder {
    color: #38a169;
  }

  .md\:disabled\:placeholder-green-600:disabled::placeholder {
    color: #38a169;
  }

  .md\:disabled\:placeholder-green-700:disabled::-webkit-input-placeholder {
    color: #2f855a;
  }

  .md\:disabled\:placeholder-green-700:disabled::-moz-placeholder {
    color: #2f855a;
  }

  .md\:disabled\:placeholder-green-700:disabled:-ms-input-placeholder {
    color: #2f855a;
  }

  .md\:disabled\:placeholder-green-700:disabled::-ms-input-placeholder {
    color: #2f855a;
  }

  .md\:disabled\:placeholder-green-700:disabled::placeholder {
    color: #2f855a;
  }

  .md\:disabled\:placeholder-green-800:disabled::-webkit-input-placeholder {
    color: #276749;
  }

  .md\:disabled\:placeholder-green-800:disabled::-moz-placeholder {
    color: #276749;
  }

  .md\:disabled\:placeholder-green-800:disabled:-ms-input-placeholder {
    color: #276749;
  }

  .md\:disabled\:placeholder-green-800:disabled::-ms-input-placeholder {
    color: #276749;
  }

  .md\:disabled\:placeholder-green-800:disabled::placeholder {
    color: #276749;
  }

  .md\:disabled\:placeholder-green-900:disabled::-webkit-input-placeholder {
    color: #22543d;
  }

  .md\:disabled\:placeholder-green-900:disabled::-moz-placeholder {
    color: #22543d;
  }

  .md\:disabled\:placeholder-green-900:disabled:-ms-input-placeholder {
    color: #22543d;
  }

  .md\:disabled\:placeholder-green-900:disabled::-ms-input-placeholder {
    color: #22543d;
  }

  .md\:disabled\:placeholder-green-900:disabled::placeholder {
    color: #22543d;
  }

  .md\:disabled\:placeholder-teal-100:disabled::-webkit-input-placeholder {
    color: #e6fffa;
  }

  .md\:disabled\:placeholder-teal-100:disabled::-moz-placeholder {
    color: #e6fffa;
  }

  .md\:disabled\:placeholder-teal-100:disabled:-ms-input-placeholder {
    color: #e6fffa;
  }

  .md\:disabled\:placeholder-teal-100:disabled::-ms-input-placeholder {
    color: #e6fffa;
  }

  .md\:disabled\:placeholder-teal-100:disabled::placeholder {
    color: #e6fffa;
  }

  .md\:disabled\:placeholder-teal-200:disabled::-webkit-input-placeholder {
    color: #b2f5ea;
  }

  .md\:disabled\:placeholder-teal-200:disabled::-moz-placeholder {
    color: #b2f5ea;
  }

  .md\:disabled\:placeholder-teal-200:disabled:-ms-input-placeholder {
    color: #b2f5ea;
  }

  .md\:disabled\:placeholder-teal-200:disabled::-ms-input-placeholder {
    color: #b2f5ea;
  }

  .md\:disabled\:placeholder-teal-200:disabled::placeholder {
    color: #b2f5ea;
  }

  .md\:disabled\:placeholder-teal-300:disabled::-webkit-input-placeholder {
    color: #81e6d9;
  }

  .md\:disabled\:placeholder-teal-300:disabled::-moz-placeholder {
    color: #81e6d9;
  }

  .md\:disabled\:placeholder-teal-300:disabled:-ms-input-placeholder {
    color: #81e6d9;
  }

  .md\:disabled\:placeholder-teal-300:disabled::-ms-input-placeholder {
    color: #81e6d9;
  }

  .md\:disabled\:placeholder-teal-300:disabled::placeholder {
    color: #81e6d9;
  }

  .md\:disabled\:placeholder-teal-400:disabled::-webkit-input-placeholder {
    color: #4fd1c5;
  }

  .md\:disabled\:placeholder-teal-400:disabled::-moz-placeholder {
    color: #4fd1c5;
  }

  .md\:disabled\:placeholder-teal-400:disabled:-ms-input-placeholder {
    color: #4fd1c5;
  }

  .md\:disabled\:placeholder-teal-400:disabled::-ms-input-placeholder {
    color: #4fd1c5;
  }

  .md\:disabled\:placeholder-teal-400:disabled::placeholder {
    color: #4fd1c5;
  }

  .md\:disabled\:placeholder-teal-500:disabled::-webkit-input-placeholder {
    color: #38b2ac;
  }

  .md\:disabled\:placeholder-teal-500:disabled::-moz-placeholder {
    color: #38b2ac;
  }

  .md\:disabled\:placeholder-teal-500:disabled:-ms-input-placeholder {
    color: #38b2ac;
  }

  .md\:disabled\:placeholder-teal-500:disabled::-ms-input-placeholder {
    color: #38b2ac;
  }

  .md\:disabled\:placeholder-teal-500:disabled::placeholder {
    color: #38b2ac;
  }

  .md\:disabled\:placeholder-teal-600:disabled::-webkit-input-placeholder {
    color: #319795;
  }

  .md\:disabled\:placeholder-teal-600:disabled::-moz-placeholder {
    color: #319795;
  }

  .md\:disabled\:placeholder-teal-600:disabled:-ms-input-placeholder {
    color: #319795;
  }

  .md\:disabled\:placeholder-teal-600:disabled::-ms-input-placeholder {
    color: #319795;
  }

  .md\:disabled\:placeholder-teal-600:disabled::placeholder {
    color: #319795;
  }

  .md\:disabled\:placeholder-teal-700:disabled::-webkit-input-placeholder {
    color: #2c7a7b;
  }

  .md\:disabled\:placeholder-teal-700:disabled::-moz-placeholder {
    color: #2c7a7b;
  }

  .md\:disabled\:placeholder-teal-700:disabled:-ms-input-placeholder {
    color: #2c7a7b;
  }

  .md\:disabled\:placeholder-teal-700:disabled::-ms-input-placeholder {
    color: #2c7a7b;
  }

  .md\:disabled\:placeholder-teal-700:disabled::placeholder {
    color: #2c7a7b;
  }

  .md\:disabled\:placeholder-teal-800:disabled::-webkit-input-placeholder {
    color: #285e61;
  }

  .md\:disabled\:placeholder-teal-800:disabled::-moz-placeholder {
    color: #285e61;
  }

  .md\:disabled\:placeholder-teal-800:disabled:-ms-input-placeholder {
    color: #285e61;
  }

  .md\:disabled\:placeholder-teal-800:disabled::-ms-input-placeholder {
    color: #285e61;
  }

  .md\:disabled\:placeholder-teal-800:disabled::placeholder {
    color: #285e61;
  }

  .md\:disabled\:placeholder-teal-900:disabled::-webkit-input-placeholder {
    color: #234e52;
  }

  .md\:disabled\:placeholder-teal-900:disabled::-moz-placeholder {
    color: #234e52;
  }

  .md\:disabled\:placeholder-teal-900:disabled:-ms-input-placeholder {
    color: #234e52;
  }

  .md\:disabled\:placeholder-teal-900:disabled::-ms-input-placeholder {
    color: #234e52;
  }

  .md\:disabled\:placeholder-teal-900:disabled::placeholder {
    color: #234e52;
  }

  .md\:disabled\:placeholder-blue-100:disabled::-webkit-input-placeholder {
    color: #ebf8ff;
  }

  .md\:disabled\:placeholder-blue-100:disabled::-moz-placeholder {
    color: #ebf8ff;
  }

  .md\:disabled\:placeholder-blue-100:disabled:-ms-input-placeholder {
    color: #ebf8ff;
  }

  .md\:disabled\:placeholder-blue-100:disabled::-ms-input-placeholder {
    color: #ebf8ff;
  }

  .md\:disabled\:placeholder-blue-100:disabled::placeholder {
    color: #ebf8ff;
  }

  .md\:disabled\:placeholder-blue-200:disabled::-webkit-input-placeholder {
    color: #bee3f8;
  }

  .md\:disabled\:placeholder-blue-200:disabled::-moz-placeholder {
    color: #bee3f8;
  }

  .md\:disabled\:placeholder-blue-200:disabled:-ms-input-placeholder {
    color: #bee3f8;
  }

  .md\:disabled\:placeholder-blue-200:disabled::-ms-input-placeholder {
    color: #bee3f8;
  }

  .md\:disabled\:placeholder-blue-200:disabled::placeholder {
    color: #bee3f8;
  }

  .md\:disabled\:placeholder-blue-300:disabled::-webkit-input-placeholder {
    color: #90cdf4;
  }

  .md\:disabled\:placeholder-blue-300:disabled::-moz-placeholder {
    color: #90cdf4;
  }

  .md\:disabled\:placeholder-blue-300:disabled:-ms-input-placeholder {
    color: #90cdf4;
  }

  .md\:disabled\:placeholder-blue-300:disabled::-ms-input-placeholder {
    color: #90cdf4;
  }

  .md\:disabled\:placeholder-blue-300:disabled::placeholder {
    color: #90cdf4;
  }

  .md\:disabled\:placeholder-blue-400:disabled::-webkit-input-placeholder {
    color: #63b3ed;
  }

  .md\:disabled\:placeholder-blue-400:disabled::-moz-placeholder {
    color: #63b3ed;
  }

  .md\:disabled\:placeholder-blue-400:disabled:-ms-input-placeholder {
    color: #63b3ed;
  }

  .md\:disabled\:placeholder-blue-400:disabled::-ms-input-placeholder {
    color: #63b3ed;
  }

  .md\:disabled\:placeholder-blue-400:disabled::placeholder {
    color: #63b3ed;
  }

  .md\:disabled\:placeholder-blue-500:disabled::-webkit-input-placeholder {
    color: #4299e1;
  }

  .md\:disabled\:placeholder-blue-500:disabled::-moz-placeholder {
    color: #4299e1;
  }

  .md\:disabled\:placeholder-blue-500:disabled:-ms-input-placeholder {
    color: #4299e1;
  }

  .md\:disabled\:placeholder-blue-500:disabled::-ms-input-placeholder {
    color: #4299e1;
  }

  .md\:disabled\:placeholder-blue-500:disabled::placeholder {
    color: #4299e1;
  }

  .md\:disabled\:placeholder-blue-600:disabled::-webkit-input-placeholder {
    color: #3182ce;
  }

  .md\:disabled\:placeholder-blue-600:disabled::-moz-placeholder {
    color: #3182ce;
  }

  .md\:disabled\:placeholder-blue-600:disabled:-ms-input-placeholder {
    color: #3182ce;
  }

  .md\:disabled\:placeholder-blue-600:disabled::-ms-input-placeholder {
    color: #3182ce;
  }

  .md\:disabled\:placeholder-blue-600:disabled::placeholder {
    color: #3182ce;
  }

  .md\:disabled\:placeholder-blue-700:disabled::-webkit-input-placeholder {
    color: #2b6cb0;
  }

  .md\:disabled\:placeholder-blue-700:disabled::-moz-placeholder {
    color: #2b6cb0;
  }

  .md\:disabled\:placeholder-blue-700:disabled:-ms-input-placeholder {
    color: #2b6cb0;
  }

  .md\:disabled\:placeholder-blue-700:disabled::-ms-input-placeholder {
    color: #2b6cb0;
  }

  .md\:disabled\:placeholder-blue-700:disabled::placeholder {
    color: #2b6cb0;
  }

  .md\:disabled\:placeholder-blue-800:disabled::-webkit-input-placeholder {
    color: #2c5282;
  }

  .md\:disabled\:placeholder-blue-800:disabled::-moz-placeholder {
    color: #2c5282;
  }

  .md\:disabled\:placeholder-blue-800:disabled:-ms-input-placeholder {
    color: #2c5282;
  }

  .md\:disabled\:placeholder-blue-800:disabled::-ms-input-placeholder {
    color: #2c5282;
  }

  .md\:disabled\:placeholder-blue-800:disabled::placeholder {
    color: #2c5282;
  }

  .md\:disabled\:placeholder-blue-900:disabled::-webkit-input-placeholder {
    color: #2a4365;
  }

  .md\:disabled\:placeholder-blue-900:disabled::-moz-placeholder {
    color: #2a4365;
  }

  .md\:disabled\:placeholder-blue-900:disabled:-ms-input-placeholder {
    color: #2a4365;
  }

  .md\:disabled\:placeholder-blue-900:disabled::-ms-input-placeholder {
    color: #2a4365;
  }

  .md\:disabled\:placeholder-blue-900:disabled::placeholder {
    color: #2a4365;
  }

  .md\:disabled\:placeholder-indigo-100:disabled::-webkit-input-placeholder {
    color: #ebf4ff;
  }

  .md\:disabled\:placeholder-indigo-100:disabled::-moz-placeholder {
    color: #ebf4ff;
  }

  .md\:disabled\:placeholder-indigo-100:disabled:-ms-input-placeholder {
    color: #ebf4ff;
  }

  .md\:disabled\:placeholder-indigo-100:disabled::-ms-input-placeholder {
    color: #ebf4ff;
  }

  .md\:disabled\:placeholder-indigo-100:disabled::placeholder {
    color: #ebf4ff;
  }

  .md\:disabled\:placeholder-indigo-200:disabled::-webkit-input-placeholder {
    color: #c3dafe;
  }

  .md\:disabled\:placeholder-indigo-200:disabled::-moz-placeholder {
    color: #c3dafe;
  }

  .md\:disabled\:placeholder-indigo-200:disabled:-ms-input-placeholder {
    color: #c3dafe;
  }

  .md\:disabled\:placeholder-indigo-200:disabled::-ms-input-placeholder {
    color: #c3dafe;
  }

  .md\:disabled\:placeholder-indigo-200:disabled::placeholder {
    color: #c3dafe;
  }

  .md\:disabled\:placeholder-indigo-300:disabled::-webkit-input-placeholder {
    color: #a3bffa;
  }

  .md\:disabled\:placeholder-indigo-300:disabled::-moz-placeholder {
    color: #a3bffa;
  }

  .md\:disabled\:placeholder-indigo-300:disabled:-ms-input-placeholder {
    color: #a3bffa;
  }

  .md\:disabled\:placeholder-indigo-300:disabled::-ms-input-placeholder {
    color: #a3bffa;
  }

  .md\:disabled\:placeholder-indigo-300:disabled::placeholder {
    color: #a3bffa;
  }

  .md\:disabled\:placeholder-indigo-400:disabled::-webkit-input-placeholder {
    color: #7f9cf5;
  }

  .md\:disabled\:placeholder-indigo-400:disabled::-moz-placeholder {
    color: #7f9cf5;
  }

  .md\:disabled\:placeholder-indigo-400:disabled:-ms-input-placeholder {
    color: #7f9cf5;
  }

  .md\:disabled\:placeholder-indigo-400:disabled::-ms-input-placeholder {
    color: #7f9cf5;
  }

  .md\:disabled\:placeholder-indigo-400:disabled::placeholder {
    color: #7f9cf5;
  }

  .md\:disabled\:placeholder-indigo-500:disabled::-webkit-input-placeholder {
    color: #667eea;
  }

  .md\:disabled\:placeholder-indigo-500:disabled::-moz-placeholder {
    color: #667eea;
  }

  .md\:disabled\:placeholder-indigo-500:disabled:-ms-input-placeholder {
    color: #667eea;
  }

  .md\:disabled\:placeholder-indigo-500:disabled::-ms-input-placeholder {
    color: #667eea;
  }

  .md\:disabled\:placeholder-indigo-500:disabled::placeholder {
    color: #667eea;
  }

  .md\:disabled\:placeholder-indigo-600:disabled::-webkit-input-placeholder {
    color: #5a67d8;
  }

  .md\:disabled\:placeholder-indigo-600:disabled::-moz-placeholder {
    color: #5a67d8;
  }

  .md\:disabled\:placeholder-indigo-600:disabled:-ms-input-placeholder {
    color: #5a67d8;
  }

  .md\:disabled\:placeholder-indigo-600:disabled::-ms-input-placeholder {
    color: #5a67d8;
  }

  .md\:disabled\:placeholder-indigo-600:disabled::placeholder {
    color: #5a67d8;
  }

  .md\:disabled\:placeholder-indigo-700:disabled::-webkit-input-placeholder {
    color: #4c51bf;
  }

  .md\:disabled\:placeholder-indigo-700:disabled::-moz-placeholder {
    color: #4c51bf;
  }

  .md\:disabled\:placeholder-indigo-700:disabled:-ms-input-placeholder {
    color: #4c51bf;
  }

  .md\:disabled\:placeholder-indigo-700:disabled::-ms-input-placeholder {
    color: #4c51bf;
  }

  .md\:disabled\:placeholder-indigo-700:disabled::placeholder {
    color: #4c51bf;
  }

  .md\:disabled\:placeholder-indigo-800:disabled::-webkit-input-placeholder {
    color: #434190;
  }

  .md\:disabled\:placeholder-indigo-800:disabled::-moz-placeholder {
    color: #434190;
  }

  .md\:disabled\:placeholder-indigo-800:disabled:-ms-input-placeholder {
    color: #434190;
  }

  .md\:disabled\:placeholder-indigo-800:disabled::-ms-input-placeholder {
    color: #434190;
  }

  .md\:disabled\:placeholder-indigo-800:disabled::placeholder {
    color: #434190;
  }

  .md\:disabled\:placeholder-indigo-900:disabled::-webkit-input-placeholder {
    color: #3c366b;
  }

  .md\:disabled\:placeholder-indigo-900:disabled::-moz-placeholder {
    color: #3c366b;
  }

  .md\:disabled\:placeholder-indigo-900:disabled:-ms-input-placeholder {
    color: #3c366b;
  }

  .md\:disabled\:placeholder-indigo-900:disabled::-ms-input-placeholder {
    color: #3c366b;
  }

  .md\:disabled\:placeholder-indigo-900:disabled::placeholder {
    color: #3c366b;
  }

  .md\:disabled\:placeholder-purple-100:disabled::-webkit-input-placeholder {
    color: #faf5ff;
  }

  .md\:disabled\:placeholder-purple-100:disabled::-moz-placeholder {
    color: #faf5ff;
  }

  .md\:disabled\:placeholder-purple-100:disabled:-ms-input-placeholder {
    color: #faf5ff;
  }

  .md\:disabled\:placeholder-purple-100:disabled::-ms-input-placeholder {
    color: #faf5ff;
  }

  .md\:disabled\:placeholder-purple-100:disabled::placeholder {
    color: #faf5ff;
  }

  .md\:disabled\:placeholder-purple-200:disabled::-webkit-input-placeholder {
    color: #e9d8fd;
  }

  .md\:disabled\:placeholder-purple-200:disabled::-moz-placeholder {
    color: #e9d8fd;
  }

  .md\:disabled\:placeholder-purple-200:disabled:-ms-input-placeholder {
    color: #e9d8fd;
  }

  .md\:disabled\:placeholder-purple-200:disabled::-ms-input-placeholder {
    color: #e9d8fd;
  }

  .md\:disabled\:placeholder-purple-200:disabled::placeholder {
    color: #e9d8fd;
  }

  .md\:disabled\:placeholder-purple-300:disabled::-webkit-input-placeholder {
    color: #d6bcfa;
  }

  .md\:disabled\:placeholder-purple-300:disabled::-moz-placeholder {
    color: #d6bcfa;
  }

  .md\:disabled\:placeholder-purple-300:disabled:-ms-input-placeholder {
    color: #d6bcfa;
  }

  .md\:disabled\:placeholder-purple-300:disabled::-ms-input-placeholder {
    color: #d6bcfa;
  }

  .md\:disabled\:placeholder-purple-300:disabled::placeholder {
    color: #d6bcfa;
  }

  .md\:disabled\:placeholder-purple-400:disabled::-webkit-input-placeholder {
    color: #b794f4;
  }

  .md\:disabled\:placeholder-purple-400:disabled::-moz-placeholder {
    color: #b794f4;
  }

  .md\:disabled\:placeholder-purple-400:disabled:-ms-input-placeholder {
    color: #b794f4;
  }

  .md\:disabled\:placeholder-purple-400:disabled::-ms-input-placeholder {
    color: #b794f4;
  }

  .md\:disabled\:placeholder-purple-400:disabled::placeholder {
    color: #b794f4;
  }

  .md\:disabled\:placeholder-purple-500:disabled::-webkit-input-placeholder {
    color: #9f7aea;
  }

  .md\:disabled\:placeholder-purple-500:disabled::-moz-placeholder {
    color: #9f7aea;
  }

  .md\:disabled\:placeholder-purple-500:disabled:-ms-input-placeholder {
    color: #9f7aea;
  }

  .md\:disabled\:placeholder-purple-500:disabled::-ms-input-placeholder {
    color: #9f7aea;
  }

  .md\:disabled\:placeholder-purple-500:disabled::placeholder {
    color: #9f7aea;
  }

  .md\:disabled\:placeholder-purple-600:disabled::-webkit-input-placeholder {
    color: #805ad5;
  }

  .md\:disabled\:placeholder-purple-600:disabled::-moz-placeholder {
    color: #805ad5;
  }

  .md\:disabled\:placeholder-purple-600:disabled:-ms-input-placeholder {
    color: #805ad5;
  }

  .md\:disabled\:placeholder-purple-600:disabled::-ms-input-placeholder {
    color: #805ad5;
  }

  .md\:disabled\:placeholder-purple-600:disabled::placeholder {
    color: #805ad5;
  }

  .md\:disabled\:placeholder-purple-700:disabled::-webkit-input-placeholder {
    color: #6b46c1;
  }

  .md\:disabled\:placeholder-purple-700:disabled::-moz-placeholder {
    color: #6b46c1;
  }

  .md\:disabled\:placeholder-purple-700:disabled:-ms-input-placeholder {
    color: #6b46c1;
  }

  .md\:disabled\:placeholder-purple-700:disabled::-ms-input-placeholder {
    color: #6b46c1;
  }

  .md\:disabled\:placeholder-purple-700:disabled::placeholder {
    color: #6b46c1;
  }

  .md\:disabled\:placeholder-purple-800:disabled::-webkit-input-placeholder {
    color: #553c9a;
  }

  .md\:disabled\:placeholder-purple-800:disabled::-moz-placeholder {
    color: #553c9a;
  }

  .md\:disabled\:placeholder-purple-800:disabled:-ms-input-placeholder {
    color: #553c9a;
  }

  .md\:disabled\:placeholder-purple-800:disabled::-ms-input-placeholder {
    color: #553c9a;
  }

  .md\:disabled\:placeholder-purple-800:disabled::placeholder {
    color: #553c9a;
  }

  .md\:disabled\:placeholder-purple-900:disabled::-webkit-input-placeholder {
    color: #44337a;
  }

  .md\:disabled\:placeholder-purple-900:disabled::-moz-placeholder {
    color: #44337a;
  }

  .md\:disabled\:placeholder-purple-900:disabled:-ms-input-placeholder {
    color: #44337a;
  }

  .md\:disabled\:placeholder-purple-900:disabled::-ms-input-placeholder {
    color: #44337a;
  }

  .md\:disabled\:placeholder-purple-900:disabled::placeholder {
    color: #44337a;
  }

  .md\:disabled\:placeholder-pink-100:disabled::-webkit-input-placeholder {
    color: #fff5f7;
  }

  .md\:disabled\:placeholder-pink-100:disabled::-moz-placeholder {
    color: #fff5f7;
  }

  .md\:disabled\:placeholder-pink-100:disabled:-ms-input-placeholder {
    color: #fff5f7;
  }

  .md\:disabled\:placeholder-pink-100:disabled::-ms-input-placeholder {
    color: #fff5f7;
  }

  .md\:disabled\:placeholder-pink-100:disabled::placeholder {
    color: #fff5f7;
  }

  .md\:disabled\:placeholder-pink-200:disabled::-webkit-input-placeholder {
    color: #fed7e2;
  }

  .md\:disabled\:placeholder-pink-200:disabled::-moz-placeholder {
    color: #fed7e2;
  }

  .md\:disabled\:placeholder-pink-200:disabled:-ms-input-placeholder {
    color: #fed7e2;
  }

  .md\:disabled\:placeholder-pink-200:disabled::-ms-input-placeholder {
    color: #fed7e2;
  }

  .md\:disabled\:placeholder-pink-200:disabled::placeholder {
    color: #fed7e2;
  }

  .md\:disabled\:placeholder-pink-300:disabled::-webkit-input-placeholder {
    color: #fbb6ce;
  }

  .md\:disabled\:placeholder-pink-300:disabled::-moz-placeholder {
    color: #fbb6ce;
  }

  .md\:disabled\:placeholder-pink-300:disabled:-ms-input-placeholder {
    color: #fbb6ce;
  }

  .md\:disabled\:placeholder-pink-300:disabled::-ms-input-placeholder {
    color: #fbb6ce;
  }

  .md\:disabled\:placeholder-pink-300:disabled::placeholder {
    color: #fbb6ce;
  }

  .md\:disabled\:placeholder-pink-400:disabled::-webkit-input-placeholder {
    color: #f687b3;
  }

  .md\:disabled\:placeholder-pink-400:disabled::-moz-placeholder {
    color: #f687b3;
  }

  .md\:disabled\:placeholder-pink-400:disabled:-ms-input-placeholder {
    color: #f687b3;
  }

  .md\:disabled\:placeholder-pink-400:disabled::-ms-input-placeholder {
    color: #f687b3;
  }

  .md\:disabled\:placeholder-pink-400:disabled::placeholder {
    color: #f687b3;
  }

  .md\:disabled\:placeholder-pink-500:disabled::-webkit-input-placeholder {
    color: #ed64a6;
  }

  .md\:disabled\:placeholder-pink-500:disabled::-moz-placeholder {
    color: #ed64a6;
  }

  .md\:disabled\:placeholder-pink-500:disabled:-ms-input-placeholder {
    color: #ed64a6;
  }

  .md\:disabled\:placeholder-pink-500:disabled::-ms-input-placeholder {
    color: #ed64a6;
  }

  .md\:disabled\:placeholder-pink-500:disabled::placeholder {
    color: #ed64a6;
  }

  .md\:disabled\:placeholder-pink-600:disabled::-webkit-input-placeholder {
    color: #d53f8c;
  }

  .md\:disabled\:placeholder-pink-600:disabled::-moz-placeholder {
    color: #d53f8c;
  }

  .md\:disabled\:placeholder-pink-600:disabled:-ms-input-placeholder {
    color: #d53f8c;
  }

  .md\:disabled\:placeholder-pink-600:disabled::-ms-input-placeholder {
    color: #d53f8c;
  }

  .md\:disabled\:placeholder-pink-600:disabled::placeholder {
    color: #d53f8c;
  }

  .md\:disabled\:placeholder-pink-700:disabled::-webkit-input-placeholder {
    color: #b83280;
  }

  .md\:disabled\:placeholder-pink-700:disabled::-moz-placeholder {
    color: #b83280;
  }

  .md\:disabled\:placeholder-pink-700:disabled:-ms-input-placeholder {
    color: #b83280;
  }

  .md\:disabled\:placeholder-pink-700:disabled::-ms-input-placeholder {
    color: #b83280;
  }

  .md\:disabled\:placeholder-pink-700:disabled::placeholder {
    color: #b83280;
  }

  .md\:disabled\:placeholder-pink-800:disabled::-webkit-input-placeholder {
    color: #97266d;
  }

  .md\:disabled\:placeholder-pink-800:disabled::-moz-placeholder {
    color: #97266d;
  }

  .md\:disabled\:placeholder-pink-800:disabled:-ms-input-placeholder {
    color: #97266d;
  }

  .md\:disabled\:placeholder-pink-800:disabled::-ms-input-placeholder {
    color: #97266d;
  }

  .md\:disabled\:placeholder-pink-800:disabled::placeholder {
    color: #97266d;
  }

  .md\:disabled\:placeholder-pink-900:disabled::-webkit-input-placeholder {
    color: #702459;
  }

  .md\:disabled\:placeholder-pink-900:disabled::-moz-placeholder {
    color: #702459;
  }

  .md\:disabled\:placeholder-pink-900:disabled:-ms-input-placeholder {
    color: #702459;
  }

  .md\:disabled\:placeholder-pink-900:disabled::-ms-input-placeholder {
    color: #702459;
  }

  .md\:disabled\:placeholder-pink-900:disabled::placeholder {
    color: #702459;
  }

  .md\:pointer-events-none {
    pointer-events: none;
  }

  .md\:pointer-events-auto {
    pointer-events: auto;
  }

  .group:hover .md\:group-hover\:pointer-events-none {
    pointer-events: none;
  }

  .group:hover .md\:group-hover\:pointer-events-auto {
    pointer-events: auto;
  }

  .md\:focus-within\:pointer-events-none:focus-within {
    pointer-events: none;
  }

  .md\:focus-within\:pointer-events-auto:focus-within {
    pointer-events: auto;
  }

  .md\:first\:pointer-events-none:first-child {
    pointer-events: none;
  }

  .md\:first\:pointer-events-auto:first-child {
    pointer-events: auto;
  }

  .md\:last\:pointer-events-none:last-child {
    pointer-events: none;
  }

  .md\:last\:pointer-events-auto:last-child {
    pointer-events: auto;
  }

  .md\:odd\:pointer-events-none:nth-child(odd) {
    pointer-events: none;
  }

  .md\:odd\:pointer-events-auto:nth-child(odd) {
    pointer-events: auto;
  }

  .md\:even\:pointer-events-none:nth-child(even) {
    pointer-events: none;
  }

  .md\:even\:pointer-events-auto:nth-child(even) {
    pointer-events: auto;
  }

  .md\:hover\:pointer-events-none:hover {
    pointer-events: none;
  }

  .md\:hover\:pointer-events-auto:hover {
    pointer-events: auto;
  }

  .md\:focus\:pointer-events-none:focus {
    pointer-events: none;
  }

  .md\:focus\:pointer-events-auto:focus {
    pointer-events: auto;
  }

  .md\:active\:pointer-events-none:active {
    pointer-events: none;
  }

  .md\:active\:pointer-events-auto:active {
    pointer-events: auto;
  }

  .md\:visited\:pointer-events-none:visited {
    pointer-events: none;
  }

  .md\:visited\:pointer-events-auto:visited {
    pointer-events: auto;
  }

  .md\:disabled\:pointer-events-none:disabled {
    pointer-events: none;
  }

  .md\:disabled\:pointer-events-auto:disabled {
    pointer-events: auto;
  }

  .md\:static {
    position: static;
  }

  .md\:fixed {
    position: fixed;
  }

  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .group:hover .md\:group-hover\:static {
    position: static;
  }

  .group:hover .md\:group-hover\:fixed {
    position: fixed;
  }

  .group:hover .md\:group-hover\:absolute {
    position: absolute;
  }

  .group:hover .md\:group-hover\:relative {
    position: relative;
  }

  .group:hover .md\:group-hover\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .md\:focus-within\:static:focus-within {
    position: static;
  }

  .md\:focus-within\:fixed:focus-within {
    position: fixed;
  }

  .md\:focus-within\:absolute:focus-within {
    position: absolute;
  }

  .md\:focus-within\:relative:focus-within {
    position: relative;
  }

  .md\:focus-within\:sticky:focus-within {
    position: -webkit-sticky;
    position: sticky;
  }

  .md\:first\:static:first-child {
    position: static;
  }

  .md\:first\:fixed:first-child {
    position: fixed;
  }

  .md\:first\:absolute:first-child {
    position: absolute;
  }

  .md\:first\:relative:first-child {
    position: relative;
  }

  .md\:first\:sticky:first-child {
    position: -webkit-sticky;
    position: sticky;
  }

  .md\:last\:static:last-child {
    position: static;
  }

  .md\:last\:fixed:last-child {
    position: fixed;
  }

  .md\:last\:absolute:last-child {
    position: absolute;
  }

  .md\:last\:relative:last-child {
    position: relative;
  }

  .md\:last\:sticky:last-child {
    position: -webkit-sticky;
    position: sticky;
  }

  .md\:odd\:static:nth-child(odd) {
    position: static;
  }

  .md\:odd\:fixed:nth-child(odd) {
    position: fixed;
  }

  .md\:odd\:absolute:nth-child(odd) {
    position: absolute;
  }

  .md\:odd\:relative:nth-child(odd) {
    position: relative;
  }

  .md\:odd\:sticky:nth-child(odd) {
    position: -webkit-sticky;
    position: sticky;
  }

  .md\:even\:static:nth-child(even) {
    position: static;
  }

  .md\:even\:fixed:nth-child(even) {
    position: fixed;
  }

  .md\:even\:absolute:nth-child(even) {
    position: absolute;
  }

  .md\:even\:relative:nth-child(even) {
    position: relative;
  }

  .md\:even\:sticky:nth-child(even) {
    position: -webkit-sticky;
    position: sticky;
  }

  .md\:hover\:static:hover {
    position: static;
  }

  .md\:hover\:fixed:hover {
    position: fixed;
  }

  .md\:hover\:absolute:hover {
    position: absolute;
  }

  .md\:hover\:relative:hover {
    position: relative;
  }

  .md\:hover\:sticky:hover {
    position: -webkit-sticky;
    position: sticky;
  }

  .md\:focus\:static:focus {
    position: static;
  }

  .md\:focus\:fixed:focus {
    position: fixed;
  }

  .md\:focus\:absolute:focus {
    position: absolute;
  }

  .md\:focus\:relative:focus {
    position: relative;
  }

  .md\:focus\:sticky:focus {
    position: -webkit-sticky;
    position: sticky;
  }

  .md\:active\:static:active {
    position: static;
  }

  .md\:active\:fixed:active {
    position: fixed;
  }

  .md\:active\:absolute:active {
    position: absolute;
  }

  .md\:active\:relative:active {
    position: relative;
  }

  .md\:active\:sticky:active {
    position: -webkit-sticky;
    position: sticky;
  }

  .md\:visited\:static:visited {
    position: static;
  }

  .md\:visited\:fixed:visited {
    position: fixed;
  }

  .md\:visited\:absolute:visited {
    position: absolute;
  }

  .md\:visited\:relative:visited {
    position: relative;
  }

  .md\:visited\:sticky:visited {
    position: -webkit-sticky;
    position: sticky;
  }

  .md\:disabled\:static:disabled {
    position: static;
  }

  .md\:disabled\:fixed:disabled {
    position: fixed;
  }

  .md\:disabled\:absolute:disabled {
    position: absolute;
  }

  .md\:disabled\:relative:disabled {
    position: relative;
  }

  .md\:disabled\:sticky:disabled {
    position: -webkit-sticky;
    position: sticky;
  }

  .md\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .md\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .md\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .md\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .md\:top-0 {
    top: 0;
  }

  .md\:right-0 {
    right: 0;
  }

  .md\:bottom-0 {
    bottom: 0;
  }

  .md\:left-0 {
    left: 0;
  }

  .md\:top-auto {
    top: auto;
  }

  .md\:right-auto {
    right: auto;
  }

  .md\:bottom-auto {
    bottom: auto;
  }

  .md\:left-auto {
    left: auto;
  }

  .group:hover .md\:group-hover\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .group:hover .md\:group-hover\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .group:hover .md\:group-hover\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .group:hover .md\:group-hover\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .group:hover .md\:group-hover\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .group:hover .md\:group-hover\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .group:hover .md\:group-hover\:top-0 {
    top: 0;
  }

  .group:hover .md\:group-hover\:right-0 {
    right: 0;
  }

  .group:hover .md\:group-hover\:bottom-0 {
    bottom: 0;
  }

  .group:hover .md\:group-hover\:left-0 {
    left: 0;
  }

  .group:hover .md\:group-hover\:top-auto {
    top: auto;
  }

  .group:hover .md\:group-hover\:right-auto {
    right: auto;
  }

  .group:hover .md\:group-hover\:bottom-auto {
    bottom: auto;
  }

  .group:hover .md\:group-hover\:left-auto {
    left: auto;
  }

  .md\:focus-within\:inset-0:focus-within {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md\:focus-within\:inset-auto:focus-within {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:focus-within\:inset-y-0:focus-within {
    top: 0;
    bottom: 0;
  }

  .md\:focus-within\:inset-x-0:focus-within {
    right: 0;
    left: 0;
  }

  .md\:focus-within\:inset-y-auto:focus-within {
    top: auto;
    bottom: auto;
  }

  .md\:focus-within\:inset-x-auto:focus-within {
    right: auto;
    left: auto;
  }

  .md\:focus-within\:top-0:focus-within {
    top: 0;
  }

  .md\:focus-within\:right-0:focus-within {
    right: 0;
  }

  .md\:focus-within\:bottom-0:focus-within {
    bottom: 0;
  }

  .md\:focus-within\:left-0:focus-within {
    left: 0;
  }

  .md\:focus-within\:top-auto:focus-within {
    top: auto;
  }

  .md\:focus-within\:right-auto:focus-within {
    right: auto;
  }

  .md\:focus-within\:bottom-auto:focus-within {
    bottom: auto;
  }

  .md\:focus-within\:left-auto:focus-within {
    left: auto;
  }

  .md\:first\:inset-0:first-child {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md\:first\:inset-auto:first-child {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:first\:inset-y-0:first-child {
    top: 0;
    bottom: 0;
  }

  .md\:first\:inset-x-0:first-child {
    right: 0;
    left: 0;
  }

  .md\:first\:inset-y-auto:first-child {
    top: auto;
    bottom: auto;
  }

  .md\:first\:inset-x-auto:first-child {
    right: auto;
    left: auto;
  }

  .md\:first\:top-0:first-child {
    top: 0;
  }

  .md\:first\:right-0:first-child {
    right: 0;
  }

  .md\:first\:bottom-0:first-child {
    bottom: 0;
  }

  .md\:first\:left-0:first-child {
    left: 0;
  }

  .md\:first\:top-auto:first-child {
    top: auto;
  }

  .md\:first\:right-auto:first-child {
    right: auto;
  }

  .md\:first\:bottom-auto:first-child {
    bottom: auto;
  }

  .md\:first\:left-auto:first-child {
    left: auto;
  }

  .md\:last\:inset-0:last-child {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md\:last\:inset-auto:last-child {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:last\:inset-y-0:last-child {
    top: 0;
    bottom: 0;
  }

  .md\:last\:inset-x-0:last-child {
    right: 0;
    left: 0;
  }

  .md\:last\:inset-y-auto:last-child {
    top: auto;
    bottom: auto;
  }

  .md\:last\:inset-x-auto:last-child {
    right: auto;
    left: auto;
  }

  .md\:last\:top-0:last-child {
    top: 0;
  }

  .md\:last\:right-0:last-child {
    right: 0;
  }

  .md\:last\:bottom-0:last-child {
    bottom: 0;
  }

  .md\:last\:left-0:last-child {
    left: 0;
  }

  .md\:last\:top-auto:last-child {
    top: auto;
  }

  .md\:last\:right-auto:last-child {
    right: auto;
  }

  .md\:last\:bottom-auto:last-child {
    bottom: auto;
  }

  .md\:last\:left-auto:last-child {
    left: auto;
  }

  .md\:odd\:inset-0:nth-child(odd) {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md\:odd\:inset-auto:nth-child(odd) {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:odd\:inset-y-0:nth-child(odd) {
    top: 0;
    bottom: 0;
  }

  .md\:odd\:inset-x-0:nth-child(odd) {
    right: 0;
    left: 0;
  }

  .md\:odd\:inset-y-auto:nth-child(odd) {
    top: auto;
    bottom: auto;
  }

  .md\:odd\:inset-x-auto:nth-child(odd) {
    right: auto;
    left: auto;
  }

  .md\:odd\:top-0:nth-child(odd) {
    top: 0;
  }

  .md\:odd\:right-0:nth-child(odd) {
    right: 0;
  }

  .md\:odd\:bottom-0:nth-child(odd) {
    bottom: 0;
  }

  .md\:odd\:left-0:nth-child(odd) {
    left: 0;
  }

  .md\:odd\:top-auto:nth-child(odd) {
    top: auto;
  }

  .md\:odd\:right-auto:nth-child(odd) {
    right: auto;
  }

  .md\:odd\:bottom-auto:nth-child(odd) {
    bottom: auto;
  }

  .md\:odd\:left-auto:nth-child(odd) {
    left: auto;
  }

  .md\:even\:inset-0:nth-child(even) {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md\:even\:inset-auto:nth-child(even) {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:even\:inset-y-0:nth-child(even) {
    top: 0;
    bottom: 0;
  }

  .md\:even\:inset-x-0:nth-child(even) {
    right: 0;
    left: 0;
  }

  .md\:even\:inset-y-auto:nth-child(even) {
    top: auto;
    bottom: auto;
  }

  .md\:even\:inset-x-auto:nth-child(even) {
    right: auto;
    left: auto;
  }

  .md\:even\:top-0:nth-child(even) {
    top: 0;
  }

  .md\:even\:right-0:nth-child(even) {
    right: 0;
  }

  .md\:even\:bottom-0:nth-child(even) {
    bottom: 0;
  }

  .md\:even\:left-0:nth-child(even) {
    left: 0;
  }

  .md\:even\:top-auto:nth-child(even) {
    top: auto;
  }

  .md\:even\:right-auto:nth-child(even) {
    right: auto;
  }

  .md\:even\:bottom-auto:nth-child(even) {
    bottom: auto;
  }

  .md\:even\:left-auto:nth-child(even) {
    left: auto;
  }

  .md\:hover\:inset-0:hover {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md\:hover\:inset-auto:hover {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:hover\:inset-y-0:hover {
    top: 0;
    bottom: 0;
  }

  .md\:hover\:inset-x-0:hover {
    right: 0;
    left: 0;
  }

  .md\:hover\:inset-y-auto:hover {
    top: auto;
    bottom: auto;
  }

  .md\:hover\:inset-x-auto:hover {
    right: auto;
    left: auto;
  }

  .md\:hover\:top-0:hover {
    top: 0;
  }

  .md\:hover\:right-0:hover {
    right: 0;
  }

  .md\:hover\:bottom-0:hover {
    bottom: 0;
  }

  .md\:hover\:left-0:hover {
    left: 0;
  }

  .md\:hover\:top-auto:hover {
    top: auto;
  }

  .md\:hover\:right-auto:hover {
    right: auto;
  }

  .md\:hover\:bottom-auto:hover {
    bottom: auto;
  }

  .md\:hover\:left-auto:hover {
    left: auto;
  }

  .md\:focus\:inset-0:focus {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md\:focus\:inset-auto:focus {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:focus\:inset-y-0:focus {
    top: 0;
    bottom: 0;
  }

  .md\:focus\:inset-x-0:focus {
    right: 0;
    left: 0;
  }

  .md\:focus\:inset-y-auto:focus {
    top: auto;
    bottom: auto;
  }

  .md\:focus\:inset-x-auto:focus {
    right: auto;
    left: auto;
  }

  .md\:focus\:top-0:focus {
    top: 0;
  }

  .md\:focus\:right-0:focus {
    right: 0;
  }

  .md\:focus\:bottom-0:focus {
    bottom: 0;
  }

  .md\:focus\:left-0:focus {
    left: 0;
  }

  .md\:focus\:top-auto:focus {
    top: auto;
  }

  .md\:focus\:right-auto:focus {
    right: auto;
  }

  .md\:focus\:bottom-auto:focus {
    bottom: auto;
  }

  .md\:focus\:left-auto:focus {
    left: auto;
  }

  .md\:active\:inset-0:active {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md\:active\:inset-auto:active {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:active\:inset-y-0:active {
    top: 0;
    bottom: 0;
  }

  .md\:active\:inset-x-0:active {
    right: 0;
    left: 0;
  }

  .md\:active\:inset-y-auto:active {
    top: auto;
    bottom: auto;
  }

  .md\:active\:inset-x-auto:active {
    right: auto;
    left: auto;
  }

  .md\:active\:top-0:active {
    top: 0;
  }

  .md\:active\:right-0:active {
    right: 0;
  }

  .md\:active\:bottom-0:active {
    bottom: 0;
  }

  .md\:active\:left-0:active {
    left: 0;
  }

  .md\:active\:top-auto:active {
    top: auto;
  }

  .md\:active\:right-auto:active {
    right: auto;
  }

  .md\:active\:bottom-auto:active {
    bottom: auto;
  }

  .md\:active\:left-auto:active {
    left: auto;
  }

  .md\:visited\:inset-0:visited {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md\:visited\:inset-auto:visited {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:visited\:inset-y-0:visited {
    top: 0;
    bottom: 0;
  }

  .md\:visited\:inset-x-0:visited {
    right: 0;
    left: 0;
  }

  .md\:visited\:inset-y-auto:visited {
    top: auto;
    bottom: auto;
  }

  .md\:visited\:inset-x-auto:visited {
    right: auto;
    left: auto;
  }

  .md\:visited\:top-0:visited {
    top: 0;
  }

  .md\:visited\:right-0:visited {
    right: 0;
  }

  .md\:visited\:bottom-0:visited {
    bottom: 0;
  }

  .md\:visited\:left-0:visited {
    left: 0;
  }

  .md\:visited\:top-auto:visited {
    top: auto;
  }

  .md\:visited\:right-auto:visited {
    right: auto;
  }

  .md\:visited\:bottom-auto:visited {
    bottom: auto;
  }

  .md\:visited\:left-auto:visited {
    left: auto;
  }

  .md\:disabled\:inset-0:disabled {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md\:disabled\:inset-auto:disabled {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:disabled\:inset-y-0:disabled {
    top: 0;
    bottom: 0;
  }

  .md\:disabled\:inset-x-0:disabled {
    right: 0;
    left: 0;
  }

  .md\:disabled\:inset-y-auto:disabled {
    top: auto;
    bottom: auto;
  }

  .md\:disabled\:inset-x-auto:disabled {
    right: auto;
    left: auto;
  }

  .md\:disabled\:top-0:disabled {
    top: 0;
  }

  .md\:disabled\:right-0:disabled {
    right: 0;
  }

  .md\:disabled\:bottom-0:disabled {
    bottom: 0;
  }

  .md\:disabled\:left-0:disabled {
    left: 0;
  }

  .md\:disabled\:top-auto:disabled {
    top: auto;
  }

  .md\:disabled\:right-auto:disabled {
    right: auto;
  }

  .md\:disabled\:bottom-auto:disabled {
    bottom: auto;
  }

  .md\:disabled\:left-auto:disabled {
    left: auto;
  }

  .md\:resize-none {
    resize: none;
  }

  .md\:resize-y {
    resize: vertical;
  }

  .md\:resize-x {
    resize: horizontal;
  }

  .md\:resize {
    resize: both;
  }

  .group:hover .md\:group-hover\:resize-none {
    resize: none;
  }

  .group:hover .md\:group-hover\:resize-y {
    resize: vertical;
  }

  .group:hover .md\:group-hover\:resize-x {
    resize: horizontal;
  }

  .group:hover .md\:group-hover\:resize {
    resize: both;
  }

  .md\:focus-within\:resize-none:focus-within {
    resize: none;
  }

  .md\:focus-within\:resize-y:focus-within {
    resize: vertical;
  }

  .md\:focus-within\:resize-x:focus-within {
    resize: horizontal;
  }

  .md\:focus-within\:resize:focus-within {
    resize: both;
  }

  .md\:first\:resize-none:first-child {
    resize: none;
  }

  .md\:first\:resize-y:first-child {
    resize: vertical;
  }

  .md\:first\:resize-x:first-child {
    resize: horizontal;
  }

  .md\:first\:resize:first-child {
    resize: both;
  }

  .md\:last\:resize-none:last-child {
    resize: none;
  }

  .md\:last\:resize-y:last-child {
    resize: vertical;
  }

  .md\:last\:resize-x:last-child {
    resize: horizontal;
  }

  .md\:last\:resize:last-child {
    resize: both;
  }

  .md\:odd\:resize-none:nth-child(odd) {
    resize: none;
  }

  .md\:odd\:resize-y:nth-child(odd) {
    resize: vertical;
  }

  .md\:odd\:resize-x:nth-child(odd) {
    resize: horizontal;
  }

  .md\:odd\:resize:nth-child(odd) {
    resize: both;
  }

  .md\:even\:resize-none:nth-child(even) {
    resize: none;
  }

  .md\:even\:resize-y:nth-child(even) {
    resize: vertical;
  }

  .md\:even\:resize-x:nth-child(even) {
    resize: horizontal;
  }

  .md\:even\:resize:nth-child(even) {
    resize: both;
  }

  .md\:hover\:resize-none:hover {
    resize: none;
  }

  .md\:hover\:resize-y:hover {
    resize: vertical;
  }

  .md\:hover\:resize-x:hover {
    resize: horizontal;
  }

  .md\:hover\:resize:hover {
    resize: both;
  }

  .md\:focus\:resize-none:focus {
    resize: none;
  }

  .md\:focus\:resize-y:focus {
    resize: vertical;
  }

  .md\:focus\:resize-x:focus {
    resize: horizontal;
  }

  .md\:focus\:resize:focus {
    resize: both;
  }

  .md\:active\:resize-none:active {
    resize: none;
  }

  .md\:active\:resize-y:active {
    resize: vertical;
  }

  .md\:active\:resize-x:active {
    resize: horizontal;
  }

  .md\:active\:resize:active {
    resize: both;
  }

  .md\:visited\:resize-none:visited {
    resize: none;
  }

  .md\:visited\:resize-y:visited {
    resize: vertical;
  }

  .md\:visited\:resize-x:visited {
    resize: horizontal;
  }

  .md\:visited\:resize:visited {
    resize: both;
  }

  .md\:disabled\:resize-none:disabled {
    resize: none;
  }

  .md\:disabled\:resize-y:disabled {
    resize: vertical;
  }

  .md\:disabled\:resize-x:disabled {
    resize: horizontal;
  }

  .md\:disabled\:resize:disabled {
    resize: both;
  }

  .md\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .md\: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\: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\: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\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .md\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .md\:shadow-none {
    box-shadow: none;
  }

  .group:hover .md\:group-hover\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .group:hover .md\:group-hover\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .group:hover .md\:group-hover\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .group:hover .md\:group-hover\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .group:hover .md\:group-hover\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .group:hover .md\:group-hover\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .group:hover .md\:group-hover\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .group:hover .md\:group-hover\:shadow-none {
    box-shadow: none;
  }

  .md\:focus-within\:shadow:focus-within {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:focus-within\:shadow-md:focus-within {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .md\:focus-within\:shadow-lg:focus-within {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .md\:focus-within\:shadow-xl:focus-within {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .md\:focus-within\:shadow-2xl:focus-within {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .md\:focus-within\:shadow-inner:focus-within {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:focus-within\:shadow-outline:focus-within {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .md\:focus-within\:shadow-none:focus-within {
    box-shadow: none;
  }

  .md\:first\:shadow:first-child {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:first\:shadow-md:first-child {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .md\:first\:shadow-lg:first-child {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .md\:first\:shadow-xl:first-child {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .md\:first\:shadow-2xl:first-child {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .md\:first\:shadow-inner:first-child {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:first\:shadow-outline:first-child {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .md\:first\:shadow-none:first-child {
    box-shadow: none;
  }

  .md\:last\:shadow:last-child {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:last\:shadow-md:last-child {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .md\:last\:shadow-lg:last-child {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .md\:last\:shadow-xl:last-child {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .md\:last\:shadow-2xl:last-child {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .md\:last\:shadow-inner:last-child {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:last\:shadow-outline:last-child {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .md\:last\:shadow-none:last-child {
    box-shadow: none;
  }

  .md\:odd\:shadow:nth-child(odd) {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:odd\:shadow-md:nth-child(odd) {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .md\:odd\:shadow-lg:nth-child(odd) {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .md\:odd\:shadow-xl:nth-child(odd) {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .md\:odd\:shadow-2xl:nth-child(odd) {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .md\:odd\:shadow-inner:nth-child(odd) {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:odd\:shadow-outline:nth-child(odd) {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .md\:odd\:shadow-none:nth-child(odd) {
    box-shadow: none;
  }

  .md\:even\:shadow:nth-child(even) {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:even\:shadow-md:nth-child(even) {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .md\:even\:shadow-lg:nth-child(even) {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .md\:even\:shadow-xl:nth-child(even) {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .md\:even\:shadow-2xl:nth-child(even) {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .md\:even\:shadow-inner:nth-child(even) {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:even\:shadow-outline:nth-child(even) {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .md\:even\:shadow-none:nth-child(even) {
    box-shadow: none;
  }

  .md\:hover\: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\: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\: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\: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\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .md\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .md\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  .md\:focus\: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\: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\: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\: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\:shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .md\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .md\:focus\:shadow-none:focus {
    box-shadow: none;
  }

  .md\:active\:shadow:active {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:active\:shadow-md:active {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .md\:active\:shadow-lg:active {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .md\:active\:shadow-xl:active {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .md\:active\:shadow-2xl:active {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .md\:active\:shadow-inner:active {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:active\:shadow-outline:active {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .md\:active\:shadow-none:active {
    box-shadow: none;
  }

  .md\:visited\:shadow:visited {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:visited\:shadow-md:visited {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .md\:visited\:shadow-lg:visited {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .md\:visited\:shadow-xl:visited {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .md\:visited\:shadow-2xl:visited {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .md\:visited\:shadow-inner:visited {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:visited\:shadow-outline:visited {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .md\:visited\:shadow-none:visited {
    box-shadow: none;
  }

  .md\:disabled\:shadow:disabled {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:disabled\:shadow-md:disabled {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .md\:disabled\:shadow-lg:disabled {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .md\:disabled\:shadow-xl:disabled {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .md\:disabled\:shadow-2xl:disabled {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .md\:disabled\:shadow-inner:disabled {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:disabled\:shadow-outline:disabled {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .md\:disabled\:shadow-none:disabled {
    box-shadow: none;
  }

  .md\:fill-current {
    fill: currentColor;
  }

  .group:hover .md\:group-hover\:fill-current {
    fill: currentColor;
  }

  .md\:focus-within\:fill-current:focus-within {
    fill: currentColor;
  }

  .md\:first\:fill-current:first-child {
    fill: currentColor;
  }

  .md\:last\:fill-current:last-child {
    fill: currentColor;
  }

  .md\:odd\:fill-current:nth-child(odd) {
    fill: currentColor;
  }

  .md\:even\:fill-current:nth-child(even) {
    fill: currentColor;
  }

  .md\:hover\:fill-current:hover {
    fill: currentColor;
  }

  .md\:focus\:fill-current:focus {
    fill: currentColor;
  }

  .md\:active\:fill-current:active {
    fill: currentColor;
  }

  .md\:visited\:fill-current:visited {
    fill: currentColor;
  }

  .md\:disabled\:fill-current:disabled {
    fill: currentColor;
  }

  .md\:stroke-current {
    stroke: currentColor;
  }

  .group:hover .md\:group-hover\:stroke-current {
    stroke: currentColor;
  }

  .md\:focus-within\:stroke-current:focus-within {
    stroke: currentColor;
  }

  .md\:first\:stroke-current:first-child {
    stroke: currentColor;
  }

  .md\:last\:stroke-current:last-child {
    stroke: currentColor;
  }

  .md\:odd\:stroke-current:nth-child(odd) {
    stroke: currentColor;
  }

  .md\:even\:stroke-current:nth-child(even) {
    stroke: currentColor;
  }

  .md\:hover\:stroke-current:hover {
    stroke: currentColor;
  }

  .md\:focus\:stroke-current:focus {
    stroke: currentColor;
  }

  .md\:active\:stroke-current:active {
    stroke: currentColor;
  }

  .md\:visited\:stroke-current:visited {
    stroke: currentColor;
  }

  .md\:disabled\:stroke-current:disabled {
    stroke: currentColor;
  }

  .md\:table-auto {
    table-layout: auto;
  }

  .md\:table-fixed {
    table-layout: fixed;
  }

  .group:hover .md\:group-hover\:table-auto {
    table-layout: auto;
  }

  .group:hover .md\:group-hover\:table-fixed {
    table-layout: fixed;
  }

  .md\:focus-within\:table-auto:focus-within {
    table-layout: auto;
  }

  .md\:focus-within\:table-fixed:focus-within {
    table-layout: fixed;
  }

  .md\:first\:table-auto:first-child {
    table-layout: auto;
  }

  .md\:first\:table-fixed:first-child {
    table-layout: fixed;
  }

  .md\:last\:table-auto:last-child {
    table-layout: auto;
  }

  .md\:last\:table-fixed:last-child {
    table-layout: fixed;
  }

  .md\:odd\:table-auto:nth-child(odd) {
    table-layout: auto;
  }

  .md\:odd\:table-fixed:nth-child(odd) {
    table-layout: fixed;
  }

  .md\:even\:table-auto:nth-child(even) {
    table-layout: auto;
  }

  .md\:even\:table-fixed:nth-child(even) {
    table-layout: fixed;
  }

  .md\:hover\:table-auto:hover {
    table-layout: auto;
  }

  .md\:hover\:table-fixed:hover {
    table-layout: fixed;
  }

  .md\:focus\:table-auto:focus {
    table-layout: auto;
  }

  .md\:focus\:table-fixed:focus {
    table-layout: fixed;
  }

  .md\:active\:table-auto:active {
    table-layout: auto;
  }

  .md\:active\:table-fixed:active {
    table-layout: fixed;
  }

  .md\:visited\:table-auto:visited {
    table-layout: auto;
  }

  .md\:visited\:table-fixed:visited {
    table-layout: fixed;
  }

  .md\:disabled\:table-auto:disabled {
    table-layout: auto;
  }

  .md\:disabled\:table-fixed:disabled {
    table-layout: fixed;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-center {
    text-align: center;
  }

  .md\:text-right {
    text-align: right;
  }

  .md\:text-justify {
    text-align: justify;
  }

  .group:hover .md\:group-hover\:text-left {
    text-align: left;
  }

  .group:hover .md\:group-hover\:text-center {
    text-align: center;
  }

  .group:hover .md\:group-hover\:text-right {
    text-align: right;
  }

  .group:hover .md\:group-hover\:text-justify {
    text-align: justify;
  }

  .md\:focus-within\:text-left:focus-within {
    text-align: left;
  }

  .md\:focus-within\:text-center:focus-within {
    text-align: center;
  }

  .md\:focus-within\:text-right:focus-within {
    text-align: right;
  }

  .md\:focus-within\:text-justify:focus-within {
    text-align: justify;
  }

  .md\:first\:text-left:first-child {
    text-align: left;
  }

  .md\:first\:text-center:first-child {
    text-align: center;
  }

  .md\:first\:text-right:first-child {
    text-align: right;
  }

  .md\:first\:text-justify:first-child {
    text-align: justify;
  }

  .md\:last\:text-left:last-child {
    text-align: left;
  }

  .md\:last\:text-center:last-child {
    text-align: center;
  }

  .md\:last\:text-right:last-child {
    text-align: right;
  }

  .md\:last\:text-justify:last-child {
    text-align: justify;
  }

  .md\:odd\:text-left:nth-child(odd) {
    text-align: left;
  }

  .md\:odd\:text-center:nth-child(odd) {
    text-align: center;
  }

  .md\:odd\:text-right:nth-child(odd) {
    text-align: right;
  }

  .md\:odd\:text-justify:nth-child(odd) {
    text-align: justify;
  }

  .md\:even\:text-left:nth-child(even) {
    text-align: left;
  }

  .md\:even\:text-center:nth-child(even) {
    text-align: center;
  }

  .md\:even\:text-right:nth-child(even) {
    text-align: right;
  }

  .md\:even\:text-justify:nth-child(even) {
    text-align: justify;
  }

  .md\:hover\:text-left:hover {
    text-align: left;
  }

  .md\:hover\:text-center:hover {
    text-align: center;
  }

  .md\:hover\:text-right:hover {
    text-align: right;
  }

  .md\:hover\:text-justify:hover {
    text-align: justify;
  }

  .md\:focus\:text-left:focus {
    text-align: left;
  }

  .md\:focus\:text-center:focus {
    text-align: center;
  }

  .md\:focus\:text-right:focus {
    text-align: right;
  }

  .md\:focus\:text-justify:focus {
    text-align: justify;
  }

  .md\:active\:text-left:active {
    text-align: left;
  }

  .md\:active\:text-center:active {
    text-align: center;
  }

  .md\:active\:text-right:active {
    text-align: right;
  }

  .md\:active\:text-justify:active {
    text-align: justify;
  }

  .md\:visited\:text-left:visited {
    text-align: left;
  }

  .md\:visited\:text-center:visited {
    text-align: center;
  }

  .md\:visited\:text-right:visited {
    text-align: right;
  }

  .md\:visited\:text-justify:visited {
    text-align: justify;
  }

  .md\:disabled\:text-left:disabled {
    text-align: left;
  }

  .md\:disabled\:text-center:disabled {
    text-align: center;
  }

  .md\:disabled\:text-right:disabled {
    text-align: right;
  }

  .md\:disabled\:text-justify:disabled {
    text-align: justify;
  }

  .md\:text-transparent {
    color: transparent;
  }

  .md\:text-black {
    color: #000;
  }

  .md\:text-white {
    color: #fff;
  }

  .md\:text-gray-100 {
    color: #f7fafc;
  }

  .md\:text-gray-200 {
    color: #edf2f7;
  }

  .md\:text-gray-300 {
    color: #e2e8f0;
  }

  .md\:text-gray-400 {
    color: #cbd5e0;
  }

  .md\:text-gray-500 {
    color: #a0aec0;
  }

  .md\:text-gray-600 {
    color: #718096;
  }

  .md\:text-gray-700 {
    color: #4a5568;
  }

  .md\:text-gray-800 {
    color: #2d3748;
  }

  .md\:text-gray-900 {
    color: #1a202c;
  }

  .md\:text-red-100 {
    color: #fff5f5;
  }

  .md\:text-red-200 {
    color: #fed7d7;
  }

  .md\:text-red-300 {
    color: #feb2b2;
  }

  .md\:text-red-400 {
    color: #fc8181;
  }

  .md\:text-red-500 {
    color: #f56565;
  }

  .md\:text-red-600 {
    color: #e53e3e;
  }

  .md\:text-red-700 {
    color: #c53030;
  }

  .md\:text-red-800 {
    color: #9b2c2c;
  }

  .md\:text-red-900 {
    color: #742a2a;
  }

  .md\:text-orange-100 {
    color: #fffaf0;
  }

  .md\:text-orange-200 {
    color: #feebc8;
  }

  .md\:text-orange-300 {
    color: #fbd38d;
  }

  .md\:text-orange-400 {
    color: #f6ad55;
  }

  .md\:text-orange-500 {
    color: #ed8936;
  }

  .md\:text-orange-600 {
    color: #dd6b20;
  }

  .md\:text-orange-700 {
    color: #c05621;
  }

  .md\:text-orange-800 {
    color: #9c4221;
  }

  .md\:text-orange-900 {
    color: #7b341e;
  }

  .md\:text-yellow-100 {
    color: #fffff0;
  }

  .md\:text-yellow-200 {
    color: #fefcbf;
  }

  .md\:text-yellow-300 {
    color: #faf089;
  }

  .md\:text-yellow-400 {
    color: #f6e05e;
  }

  .md\:text-yellow-500 {
    color: #ecc94b;
  }

  .md\:text-yellow-600 {
    color: #d69e2e;
  }

  .md\:text-yellow-700 {
    color: #b7791f;
  }

  .md\:text-yellow-800 {
    color: #975a16;
  }

  .md\:text-yellow-900 {
    color: #744210;
  }

  .md\:text-green-100 {
    color: #f0fff4;
  }

  .md\:text-green-200 {
    color: #c6f6d5;
  }

  .md\:text-green-300 {
    color: #9ae6b4;
  }

  .md\:text-green-400 {
    color: #68d391;
  }

  .md\:text-green-500 {
    color: #48bb78;
  }

  .md\:text-green-600 {
    color: #38a169;
  }

  .md\:text-green-700 {
    color: #2f855a;
  }

  .md\:text-green-800 {
    color: #276749;
  }

  .md\:text-green-900 {
    color: #22543d;
  }

  .md\:text-teal-100 {
    color: #e6fffa;
  }

  .md\:text-teal-200 {
    color: #b2f5ea;
  }

  .md\:text-teal-300 {
    color: #81e6d9;
  }

  .md\:text-teal-400 {
    color: #4fd1c5;
  }

  .md\:text-teal-500 {
    color: #38b2ac;
  }

  .md\:text-teal-600 {
    color: #319795;
  }

  .md\:text-teal-700 {
    color: #2c7a7b;
  }

  .md\:text-teal-800 {
    color: #285e61;
  }

  .md\:text-teal-900 {
    color: #234e52;
  }

  .md\:text-blue-100 {
    color: #ebf8ff;
  }

  .md\:text-blue-200 {
    color: #bee3f8;
  }

  .md\:text-blue-300 {
    color: #90cdf4;
  }

  .md\:text-blue-400 {
    color: #63b3ed;
  }

  .md\:text-blue-500 {
    color: #4299e1;
  }

  .md\:text-blue-600 {
    color: #3182ce;
  }

  .md\:text-blue-700 {
    color: #2b6cb0;
  }

  .md\:text-blue-800 {
    color: #2c5282;
  }

  .md\:text-blue-900 {
    color: #2a4365;
  }

  .md\:text-indigo-100 {
    color: #ebf4ff;
  }

  .md\:text-indigo-200 {
    color: #c3dafe;
  }

  .md\:text-indigo-300 {
    color: #a3bffa;
  }

  .md\:text-indigo-400 {
    color: #7f9cf5;
  }

  .md\:text-indigo-500 {
    color: #667eea;
  }

  .md\:text-indigo-600 {
    color: #5a67d8;
  }

  .md\:text-indigo-700 {
    color: #4c51bf;
  }

  .md\:text-indigo-800 {
    color: #434190;
  }

  .md\:text-indigo-900 {
    color: #3c366b;
  }

  .md\:text-purple-100 {
    color: #faf5ff;
  }

  .md\:text-purple-200 {
    color: #e9d8fd;
  }

  .md\:text-purple-300 {
    color: #d6bcfa;
  }

  .md\:text-purple-400 {
    color: #b794f4;
  }

  .md\:text-purple-500 {
    color: #9f7aea;
  }

  .md\:text-purple-600 {
    color: #805ad5;
  }

  .md\:text-purple-700 {
    color: #6b46c1;
  }

  .md\:text-purple-800 {
    color: #553c9a;
  }

  .md\:text-purple-900 {
    color: #44337a;
  }

  .md\:text-pink-100 {
    color: #fff5f7;
  }

  .md\:text-pink-200 {
    color: #fed7e2;
  }

  .md\:text-pink-300 {
    color: #fbb6ce;
  }

  .md\:text-pink-400 {
    color: #f687b3;
  }

  .md\:text-pink-500 {
    color: #ed64a6;
  }

  .md\:text-pink-600 {
    color: #d53f8c;
  }

  .md\:text-pink-700 {
    color: #b83280;
  }

  .md\:text-pink-800 {
    color: #97266d;
  }

  .md\:text-pink-900 {
    color: #702459;
  }

  .group:hover .md\:group-hover\:text-transparent {
    color: transparent;
  }

  .group:hover .md\:group-hover\:text-black {
    color: #000;
  }

  .group:hover .md\:group-hover\:text-white {
    color: #fff;
  }

  .group:hover .md\:group-hover\:text-gray-100 {
    color: #f7fafc;
  }

  .group:hover .md\:group-hover\:text-gray-200 {
    color: #edf2f7;
  }

  .group:hover .md\:group-hover\:text-gray-300 {
    color: #e2e8f0;
  }

  .group:hover .md\:group-hover\:text-gray-400 {
    color: #cbd5e0;
  }

  .group:hover .md\:group-hover\:text-gray-500 {
    color: #a0aec0;
  }

  .group:hover .md\:group-hover\:text-gray-600 {
    color: #718096;
  }

  .group:hover .md\:group-hover\:text-gray-700 {
    color: #4a5568;
  }

  .group:hover .md\:group-hover\:text-gray-800 {
    color: #2d3748;
  }

  .group:hover .md\:group-hover\:text-gray-900 {
    color: #1a202c;
  }

  .group:hover .md\:group-hover\:text-red-100 {
    color: #fff5f5;
  }

  .group:hover .md\:group-hover\:text-red-200 {
    color: #fed7d7;
  }

  .group:hover .md\:group-hover\:text-red-300 {
    color: #feb2b2;
  }

  .group:hover .md\:group-hover\:text-red-400 {
    color: #fc8181;
  }

  .group:hover .md\:group-hover\:text-red-500 {
    color: #f56565;
  }

  .group:hover .md\:group-hover\:text-red-600 {
    color: #e53e3e;
  }

  .group:hover .md\:group-hover\:text-red-700 {
    color: #c53030;
  }

  .group:hover .md\:group-hover\:text-red-800 {
    color: #9b2c2c;
  }

  .group:hover .md\:group-hover\:text-red-900 {
    color: #742a2a;
  }

  .group:hover .md\:group-hover\:text-orange-100 {
    color: #fffaf0;
  }

  .group:hover .md\:group-hover\:text-orange-200 {
    color: #feebc8;
  }

  .group:hover .md\:group-hover\:text-orange-300 {
    color: #fbd38d;
  }

  .group:hover .md\:group-hover\:text-orange-400 {
    color: #f6ad55;
  }

  .group:hover .md\:group-hover\:text-orange-500 {
    color: #ed8936;
  }

  .group:hover .md\:group-hover\:text-orange-600 {
    color: #dd6b20;
  }

  .group:hover .md\:group-hover\:text-orange-700 {
    color: #c05621;
  }

  .group:hover .md\:group-hover\:text-orange-800 {
    color: #9c4221;
  }

  .group:hover .md\:group-hover\:text-orange-900 {
    color: #7b341e;
  }

  .group:hover .md\:group-hover\:text-yellow-100 {
    color: #fffff0;
  }

  .group:hover .md\:group-hover\:text-yellow-200 {
    color: #fefcbf;
  }

  .group:hover .md\:group-hover\:text-yellow-300 {
    color: #faf089;
  }

  .group:hover .md\:group-hover\:text-yellow-400 {
    color: #f6e05e;
  }

  .group:hover .md\:group-hover\:text-yellow-500 {
    color: #ecc94b;
  }

  .group:hover .md\:group-hover\:text-yellow-600 {
    color: #d69e2e;
  }

  .group:hover .md\:group-hover\:text-yellow-700 {
    color: #b7791f;
  }

  .group:hover .md\:group-hover\:text-yellow-800 {
    color: #975a16;
  }

  .group:hover .md\:group-hover\:text-yellow-900 {
    color: #744210;
  }

  .group:hover .md\:group-hover\:text-green-100 {
    color: #f0fff4;
  }

  .group:hover .md\:group-hover\:text-green-200 {
    color: #c6f6d5;
  }

  .group:hover .md\:group-hover\:text-green-300 {
    color: #9ae6b4;
  }

  .group:hover .md\:group-hover\:text-green-400 {
    color: #68d391;
  }

  .group:hover .md\:group-hover\:text-green-500 {
    color: #48bb78;
  }

  .group:hover .md\:group-hover\:text-green-600 {
    color: #38a169;
  }

  .group:hover .md\:group-hover\:text-green-700 {
    color: #2f855a;
  }

  .group:hover .md\:group-hover\:text-green-800 {
    color: #276749;
  }

  .group:hover .md\:group-hover\:text-green-900 {
    color: #22543d;
  }

  .group:hover .md\:group-hover\:text-teal-100 {
    color: #e6fffa;
  }

  .group:hover .md\:group-hover\:text-teal-200 {
    color: #b2f5ea;
  }

  .group:hover .md\:group-hover\:text-teal-300 {
    color: #81e6d9;
  }

  .group:hover .md\:group-hover\:text-teal-400 {
    color: #4fd1c5;
  }

  .group:hover .md\:group-hover\:text-teal-500 {
    color: #38b2ac;
  }

  .group:hover .md\:group-hover\:text-teal-600 {
    color: #319795;
  }

  .group:hover .md\:group-hover\:text-teal-700 {
    color: #2c7a7b;
  }

  .group:hover .md\:group-hover\:text-teal-800 {
    color: #285e61;
  }

  .group:hover .md\:group-hover\:text-teal-900 {
    color: #234e52;
  }

  .group:hover .md\:group-hover\:text-blue-100 {
    color: #ebf8ff;
  }

  .group:hover .md\:group-hover\:text-blue-200 {
    color: #bee3f8;
  }

  .group:hover .md\:group-hover\:text-blue-300 {
    color: #90cdf4;
  }

  .group:hover .md\:group-hover\:text-blue-400 {
    color: #63b3ed;
  }

  .group:hover .md\:group-hover\:text-blue-500 {
    color: #4299e1;
  }

  .group:hover .md\:group-hover\:text-blue-600 {
    color: #3182ce;
  }

  .group:hover .md\:group-hover\:text-blue-700 {
    color: #2b6cb0;
  }

  .group:hover .md\:group-hover\:text-blue-800 {
    color: #2c5282;
  }

  .group:hover .md\:group-hover\:text-blue-900 {
    color: #2a4365;
  }

  .group:hover .md\:group-hover\:text-indigo-100 {
    color: #ebf4ff;
  }

  .group:hover .md\:group-hover\:text-indigo-200 {
    color: #c3dafe;
  }

  .group:hover .md\:group-hover\:text-indigo-300 {
    color: #a3bffa;
  }

  .group:hover .md\:group-hover\:text-indigo-400 {
    color: #7f9cf5;
  }

  .group:hover .md\:group-hover\:text-indigo-500 {
    color: #667eea;
  }

  .group:hover .md\:group-hover\:text-indigo-600 {
    color: #5a67d8;
  }

  .group:hover .md\:group-hover\:text-indigo-700 {
    color: #4c51bf;
  }

  .group:hover .md\:group-hover\:text-indigo-800 {
    color: #434190;
  }

  .group:hover .md\:group-hover\:text-indigo-900 {
    color: #3c366b;
  }

  .group:hover .md\:group-hover\:text-purple-100 {
    color: #faf5ff;
  }

  .group:hover .md\:group-hover\:text-purple-200 {
    color: #e9d8fd;
  }

  .group:hover .md\:group-hover\:text-purple-300 {
    color: #d6bcfa;
  }

  .group:hover .md\:group-hover\:text-purple-400 {
    color: #b794f4;
  }

  .group:hover .md\:group-hover\:text-purple-500 {
    color: #9f7aea;
  }

  .group:hover .md\:group-hover\:text-purple-600 {
    color: #805ad5;
  }

  .group:hover .md\:group-hover\:text-purple-700 {
    color: #6b46c1;
  }

  .group:hover .md\:group-hover\:text-purple-800 {
    color: #553c9a;
  }

  .group:hover .md\:group-hover\:text-purple-900 {
    color: #44337a;
  }

  .group:hover .md\:group-hover\:text-pink-100 {
    color: #fff5f7;
  }

  .group:hover .md\:group-hover\:text-pink-200 {
    color: #fed7e2;
  }

  .group:hover .md\:group-hover\:text-pink-300 {
    color: #fbb6ce;
  }

  .group:hover .md\:group-hover\:text-pink-400 {
    color: #f687b3;
  }

  .group:hover .md\:group-hover\:text-pink-500 {
    color: #ed64a6;
  }

  .group:hover .md\:group-hover\:text-pink-600 {
    color: #d53f8c;
  }

  .group:hover .md\:group-hover\:text-pink-700 {
    color: #b83280;
  }

  .group:hover .md\:group-hover\:text-pink-800 {
    color: #97266d;
  }

  .group:hover .md\:group-hover\:text-pink-900 {
    color: #702459;
  }

  .md\:focus-within\:text-transparent:focus-within {
    color: transparent;
  }

  .md\:focus-within\:text-black:focus-within {
    color: #000;
  }

  .md\:focus-within\:text-white:focus-within {
    color: #fff;
  }

  .md\:focus-within\:text-gray-100:focus-within {
    color: #f7fafc;
  }

  .md\:focus-within\:text-gray-200:focus-within {
    color: #edf2f7;
  }

  .md\:focus-within\:text-gray-300:focus-within {
    color: #e2e8f0;
  }

  .md\:focus-within\:text-gray-400:focus-within {
    color: #cbd5e0;
  }

  .md\:focus-within\:text-gray-500:focus-within {
    color: #a0aec0;
  }

  .md\:focus-within\:text-gray-600:focus-within {
    color: #718096;
  }

  .md\:focus-within\:text-gray-700:focus-within {
    color: #4a5568;
  }

  .md\:focus-within\:text-gray-800:focus-within {
    color: #2d3748;
  }

  .md\:focus-within\:text-gray-900:focus-within {
    color: #1a202c;
  }

  .md\:focus-within\:text-red-100:focus-within {
    color: #fff5f5;
  }

  .md\:focus-within\:text-red-200:focus-within {
    color: #fed7d7;
  }

  .md\:focus-within\:text-red-300:focus-within {
    color: #feb2b2;
  }

  .md\:focus-within\:text-red-400:focus-within {
    color: #fc8181;
  }

  .md\:focus-within\:text-red-500:focus-within {
    color: #f56565;
  }

  .md\:focus-within\:text-red-600:focus-within {
    color: #e53e3e;
  }

  .md\:focus-within\:text-red-700:focus-within {
    color: #c53030;
  }

  .md\:focus-within\:text-red-800:focus-within {
    color: #9b2c2c;
  }

  .md\:focus-within\:text-red-900:focus-within {
    color: #742a2a;
  }

  .md\:focus-within\:text-orange-100:focus-within {
    color: #fffaf0;
  }

  .md\:focus-within\:text-orange-200:focus-within {
    color: #feebc8;
  }

  .md\:focus-within\:text-orange-300:focus-within {
    color: #fbd38d;
  }

  .md\:focus-within\:text-orange-400:focus-within {
    color: #f6ad55;
  }

  .md\:focus-within\:text-orange-500:focus-within {
    color: #ed8936;
  }

  .md\:focus-within\:text-orange-600:focus-within {
    color: #dd6b20;
  }

  .md\:focus-within\:text-orange-700:focus-within {
    color: #c05621;
  }

  .md\:focus-within\:text-orange-800:focus-within {
    color: #9c4221;
  }

  .md\:focus-within\:text-orange-900:focus-within {
    color: #7b341e;
  }

  .md\:focus-within\:text-yellow-100:focus-within {
    color: #fffff0;
  }

  .md\:focus-within\:text-yellow-200:focus-within {
    color: #fefcbf;
  }

  .md\:focus-within\:text-yellow-300:focus-within {
    color: #faf089;
  }

  .md\:focus-within\:text-yellow-400:focus-within {
    color: #f6e05e;
  }

  .md\:focus-within\:text-yellow-500:focus-within {
    color: #ecc94b;
  }

  .md\:focus-within\:text-yellow-600:focus-within {
    color: #d69e2e;
  }

  .md\:focus-within\:text-yellow-700:focus-within {
    color: #b7791f;
  }

  .md\:focus-within\:text-yellow-800:focus-within {
    color: #975a16;
  }

  .md\:focus-within\:text-yellow-900:focus-within {
    color: #744210;
  }

  .md\:focus-within\:text-green-100:focus-within {
    color: #f0fff4;
  }

  .md\:focus-within\:text-green-200:focus-within {
    color: #c6f6d5;
  }

  .md\:focus-within\:text-green-300:focus-within {
    color: #9ae6b4;
  }

  .md\:focus-within\:text-green-400:focus-within {
    color: #68d391;
  }

  .md\:focus-within\:text-green-500:focus-within {
    color: #48bb78;
  }

  .md\:focus-within\:text-green-600:focus-within {
    color: #38a169;
  }

  .md\:focus-within\:text-green-700:focus-within {
    color: #2f855a;
  }

  .md\:focus-within\:text-green-800:focus-within {
    color: #276749;
  }

  .md\:focus-within\:text-green-900:focus-within {
    color: #22543d;
  }

  .md\:focus-within\:text-teal-100:focus-within {
    color: #e6fffa;
  }

  .md\:focus-within\:text-teal-200:focus-within {
    color: #b2f5ea;
  }

  .md\:focus-within\:text-teal-300:focus-within {
    color: #81e6d9;
  }

  .md\:focus-within\:text-teal-400:focus-within {
    color: #4fd1c5;
  }

  .md\:focus-within\:text-teal-500:focus-within {
    color: #38b2ac;
  }

  .md\:focus-within\:text-teal-600:focus-within {
    color: #319795;
  }

  .md\:focus-within\:text-teal-700:focus-within {
    color: #2c7a7b;
  }

  .md\:focus-within\:text-teal-800:focus-within {
    color: #285e61;
  }

  .md\:focus-within\:text-teal-900:focus-within {
    color: #234e52;
  }

  .md\:focus-within\:text-blue-100:focus-within {
    color: #ebf8ff;
  }

  .md\:focus-within\:text-blue-200:focus-within {
    color: #bee3f8;
  }

  .md\:focus-within\:text-blue-300:focus-within {
    color: #90cdf4;
  }

  .md\:focus-within\:text-blue-400:focus-within {
    color: #63b3ed;
  }

  .md\:focus-within\:text-blue-500:focus-within {
    color: #4299e1;
  }

  .md\:focus-within\:text-blue-600:focus-within {
    color: #3182ce;
  }

  .md\:focus-within\:text-blue-700:focus-within {
    color: #2b6cb0;
  }

  .md\:focus-within\:text-blue-800:focus-within {
    color: #2c5282;
  }

  .md\:focus-within\:text-blue-900:focus-within {
    color: #2a4365;
  }

  .md\:focus-within\:text-indigo-100:focus-within {
    color: #ebf4ff;
  }

  .md\:focus-within\:text-indigo-200:focus-within {
    color: #c3dafe;
  }

  .md\:focus-within\:text-indigo-300:focus-within {
    color: #a3bffa;
  }

  .md\:focus-within\:text-indigo-400:focus-within {
    color: #7f9cf5;
  }

  .md\:focus-within\:text-indigo-500:focus-within {
    color: #667eea;
  }

  .md\:focus-within\:text-indigo-600:focus-within {
    color: #5a67d8;
  }

  .md\:focus-within\:text-indigo-700:focus-within {
    color: #4c51bf;
  }

  .md\:focus-within\:text-indigo-800:focus-within {
    color: #434190;
  }

  .md\:focus-within\:text-indigo-900:focus-within {
    color: #3c366b;
  }

  .md\:focus-within\:text-purple-100:focus-within {
    color: #faf5ff;
  }

  .md\:focus-within\:text-purple-200:focus-within {
    color: #e9d8fd;
  }

  .md\:focus-within\:text-purple-300:focus-within {
    color: #d6bcfa;
  }

  .md\:focus-within\:text-purple-400:focus-within {
    color: #b794f4;
  }

  .md\:focus-within\:text-purple-500:focus-within {
    color: #9f7aea;
  }

  .md\:focus-within\:text-purple-600:focus-within {
    color: #805ad5;
  }

  .md\:focus-within\:text-purple-700:focus-within {
    color: #6b46c1;
  }

  .md\:focus-within\:text-purple-800:focus-within {
    color: #553c9a;
  }

  .md\:focus-within\:text-purple-900:focus-within {
    color: #44337a;
  }

  .md\:focus-within\:text-pink-100:focus-within {
    color: #fff5f7;
  }

  .md\:focus-within\:text-pink-200:focus-within {
    color: #fed7e2;
  }

  .md\:focus-within\:text-pink-300:focus-within {
    color: #fbb6ce;
  }

  .md\:focus-within\:text-pink-400:focus-within {
    color: #f687b3;
  }

  .md\:focus-within\:text-pink-500:focus-within {
    color: #ed64a6;
  }

  .md\:focus-within\:text-pink-600:focus-within {
    color: #d53f8c;
  }

  .md\:focus-within\:text-pink-700:focus-within {
    color: #b83280;
  }

  .md\:focus-within\:text-pink-800:focus-within {
    color: #97266d;
  }

  .md\:focus-within\:text-pink-900:focus-within {
    color: #702459;
  }

  .md\:first\:text-transparent:first-child {
    color: transparent;
  }

  .md\:first\:text-black:first-child {
    color: #000;
  }

  .md\:first\:text-white:first-child {
    color: #fff;
  }

  .md\:first\:text-gray-100:first-child {
    color: #f7fafc;
  }

  .md\:first\:text-gray-200:first-child {
    color: #edf2f7;
  }

  .md\:first\:text-gray-300:first-child {
    color: #e2e8f0;
  }

  .md\:first\:text-gray-400:first-child {
    color: #cbd5e0;
  }

  .md\:first\:text-gray-500:first-child {
    color: #a0aec0;
  }

  .md\:first\:text-gray-600:first-child {
    color: #718096;
  }

  .md\:first\:text-gray-700:first-child {
    color: #4a5568;
  }

  .md\:first\:text-gray-800:first-child {
    color: #2d3748;
  }

  .md\:first\:text-gray-900:first-child {
    color: #1a202c;
  }

  .md\:first\:text-red-100:first-child {
    color: #fff5f5;
  }

  .md\:first\:text-red-200:first-child {
    color: #fed7d7;
  }

  .md\:first\:text-red-300:first-child {
    color: #feb2b2;
  }

  .md\:first\:text-red-400:first-child {
    color: #fc8181;
  }

  .md\:first\:text-red-500:first-child {
    color: #f56565;
  }

  .md\:first\:text-red-600:first-child {
    color: #e53e3e;
  }

  .md\:first\:text-red-700:first-child {
    color: #c53030;
  }

  .md\:first\:text-red-800:first-child {
    color: #9b2c2c;
  }

  .md\:first\:text-red-900:first-child {
    color: #742a2a;
  }

  .md\:first\:text-orange-100:first-child {
    color: #fffaf0;
  }

  .md\:first\:text-orange-200:first-child {
    color: #feebc8;
  }

  .md\:first\:text-orange-300:first-child {
    color: #fbd38d;
  }

  .md\:first\:text-orange-400:first-child {
    color: #f6ad55;
  }

  .md\:first\:text-orange-500:first-child {
    color: #ed8936;
  }

  .md\:first\:text-orange-600:first-child {
    color: #dd6b20;
  }

  .md\:first\:text-orange-700:first-child {
    color: #c05621;
  }

  .md\:first\:text-orange-800:first-child {
    color: #9c4221;
  }

  .md\:first\:text-orange-900:first-child {
    color: #7b341e;
  }

  .md\:first\:text-yellow-100:first-child {
    color: #fffff0;
  }

  .md\:first\:text-yellow-200:first-child {
    color: #fefcbf;
  }

  .md\:first\:text-yellow-300:first-child {
    color: #faf089;
  }

  .md\:first\:text-yellow-400:first-child {
    color: #f6e05e;
  }

  .md\:first\:text-yellow-500:first-child {
    color: #ecc94b;
  }

  .md\:first\:text-yellow-600:first-child {
    color: #d69e2e;
  }

  .md\:first\:text-yellow-700:first-child {
    color: #b7791f;
  }

  .md\:first\:text-yellow-800:first-child {
    color: #975a16;
  }

  .md\:first\:text-yellow-900:first-child {
    color: #744210;
  }

  .md\:first\:text-green-100:first-child {
    color: #f0fff4;
  }

  .md\:first\:text-green-200:first-child {
    color: #c6f6d5;
  }

  .md\:first\:text-green-300:first-child {
    color: #9ae6b4;
  }

  .md\:first\:text-green-400:first-child {
    color: #68d391;
  }

  .md\:first\:text-green-500:first-child {
    color: #48bb78;
  }

  .md\:first\:text-green-600:first-child {
    color: #38a169;
  }

  .md\:first\:text-green-700:first-child {
    color: #2f855a;
  }

  .md\:first\:text-green-800:first-child {
    color: #276749;
  }

  .md\:first\:text-green-900:first-child {
    color: #22543d;
  }

  .md\:first\:text-teal-100:first-child {
    color: #e6fffa;
  }

  .md\:first\:text-teal-200:first-child {
    color: #b2f5ea;
  }

  .md\:first\:text-teal-300:first-child {
    color: #81e6d9;
  }

  .md\:first\:text-teal-400:first-child {
    color: #4fd1c5;
  }

  .md\:first\:text-teal-500:first-child {
    color: #38b2ac;
  }

  .md\:first\:text-teal-600:first-child {
    color: #319795;
  }

  .md\:first\:text-teal-700:first-child {
    color: #2c7a7b;
  }

  .md\:first\:text-teal-800:first-child {
    color: #285e61;
  }

  .md\:first\:text-teal-900:first-child {
    color: #234e52;
  }

  .md\:first\:text-blue-100:first-child {
    color: #ebf8ff;
  }

  .md\:first\:text-blue-200:first-child {
    color: #bee3f8;
  }

  .md\:first\:text-blue-300:first-child {
    color: #90cdf4;
  }

  .md\:first\:text-blue-400:first-child {
    color: #63b3ed;
  }

  .md\:first\:text-blue-500:first-child {
    color: #4299e1;
  }

  .md\:first\:text-blue-600:first-child {
    color: #3182ce;
  }

  .md\:first\:text-blue-700:first-child {
    color: #2b6cb0;
  }

  .md\:first\:text-blue-800:first-child {
    color: #2c5282;
  }

  .md\:first\:text-blue-900:first-child {
    color: #2a4365;
  }

  .md\:first\:text-indigo-100:first-child {
    color: #ebf4ff;
  }

  .md\:first\:text-indigo-200:first-child {
    color: #c3dafe;
  }

  .md\:first\:text-indigo-300:first-child {
    color: #a3bffa;
  }

  .md\:first\:text-indigo-400:first-child {
    color: #7f9cf5;
  }

  .md\:first\:text-indigo-500:first-child {
    color: #667eea;
  }

  .md\:first\:text-indigo-600:first-child {
    color: #5a67d8;
  }

  .md\:first\:text-indigo-700:first-child {
    color: #4c51bf;
  }

  .md\:first\:text-indigo-800:first-child {
    color: #434190;
  }

  .md\:first\:text-indigo-900:first-child {
    color: #3c366b;
  }

  .md\:first\:text-purple-100:first-child {
    color: #faf5ff;
  }

  .md\:first\:text-purple-200:first-child {
    color: #e9d8fd;
  }

  .md\:first\:text-purple-300:first-child {
    color: #d6bcfa;
  }

  .md\:first\:text-purple-400:first-child {
    color: #b794f4;
  }

  .md\:first\:text-purple-500:first-child {
    color: #9f7aea;
  }

  .md\:first\:text-purple-600:first-child {
    color: #805ad5;
  }

  .md\:first\:text-purple-700:first-child {
    color: #6b46c1;
  }

  .md\:first\:text-purple-800:first-child {
    color: #553c9a;
  }

  .md\:first\:text-purple-900:first-child {
    color: #44337a;
  }

  .md\:first\:text-pink-100:first-child {
    color: #fff5f7;
  }

  .md\:first\:text-pink-200:first-child {
    color: #fed7e2;
  }

  .md\:first\:text-pink-300:first-child {
    color: #fbb6ce;
  }

  .md\:first\:text-pink-400:first-child {
    color: #f687b3;
  }

  .md\:first\:text-pink-500:first-child {
    color: #ed64a6;
  }

  .md\:first\:text-pink-600:first-child {
    color: #d53f8c;
  }

  .md\:first\:text-pink-700:first-child {
    color: #b83280;
  }

  .md\:first\:text-pink-800:first-child {
    color: #97266d;
  }

  .md\:first\:text-pink-900:first-child {
    color: #702459;
  }

  .md\:last\:text-transparent:last-child {
    color: transparent;
  }

  .md\:last\:text-black:last-child {
    color: #000;
  }

  .md\:last\:text-white:last-child {
    color: #fff;
  }

  .md\:last\:text-gray-100:last-child {
    color: #f7fafc;
  }

  .md\:last\:text-gray-200:last-child {
    color: #edf2f7;
  }

  .md\:last\:text-gray-300:last-child {
    color: #e2e8f0;
  }

  .md\:last\:text-gray-400:last-child {
    color: #cbd5e0;
  }

  .md\:last\:text-gray-500:last-child {
    color: #a0aec0;
  }

  .md\:last\:text-gray-600:last-child {
    color: #718096;
  }

  .md\:last\:text-gray-700:last-child {
    color: #4a5568;
  }

  .md\:last\:text-gray-800:last-child {
    color: #2d3748;
  }

  .md\:last\:text-gray-900:last-child {
    color: #1a202c;
  }

  .md\:last\:text-red-100:last-child {
    color: #fff5f5;
  }

  .md\:last\:text-red-200:last-child {
    color: #fed7d7;
  }

  .md\:last\:text-red-300:last-child {
    color: #feb2b2;
  }

  .md\:last\:text-red-400:last-child {
    color: #fc8181;
  }

  .md\:last\:text-red-500:last-child {
    color: #f56565;
  }

  .md\:last\:text-red-600:last-child {
    color: #e53e3e;
  }

  .md\:last\:text-red-700:last-child {
    color: #c53030;
  }

  .md\:last\:text-red-800:last-child {
    color: #9b2c2c;
  }

  .md\:last\:text-red-900:last-child {
    color: #742a2a;
  }

  .md\:last\:text-orange-100:last-child {
    color: #fffaf0;
  }

  .md\:last\:text-orange-200:last-child {
    color: #feebc8;
  }

  .md\:last\:text-orange-300:last-child {
    color: #fbd38d;
  }

  .md\:last\:text-orange-400:last-child {
    color: #f6ad55;
  }

  .md\:last\:text-orange-500:last-child {
    color: #ed8936;
  }

  .md\:last\:text-orange-600:last-child {
    color: #dd6b20;
  }

  .md\:last\:text-orange-700:last-child {
    color: #c05621;
  }

  .md\:last\:text-orange-800:last-child {
    color: #9c4221;
  }

  .md\:last\:text-orange-900:last-child {
    color: #7b341e;
  }

  .md\:last\:text-yellow-100:last-child {
    color: #fffff0;
  }

  .md\:last\:text-yellow-200:last-child {
    color: #fefcbf;
  }

  .md\:last\:text-yellow-300:last-child {
    color: #faf089;
  }

  .md\:last\:text-yellow-400:last-child {
    color: #f6e05e;
  }

  .md\:last\:text-yellow-500:last-child {
    color: #ecc94b;
  }

  .md\:last\:text-yellow-600:last-child {
    color: #d69e2e;
  }

  .md\:last\:text-yellow-700:last-child {
    color: #b7791f;
  }

  .md\:last\:text-yellow-800:last-child {
    color: #975a16;
  }

  .md\:last\:text-yellow-900:last-child {
    color: #744210;
  }

  .md\:last\:text-green-100:last-child {
    color: #f0fff4;
  }

  .md\:last\:text-green-200:last-child {
    color: #c6f6d5;
  }

  .md\:last\:text-green-300:last-child {
    color: #9ae6b4;
  }

  .md\:last\:text-green-400:last-child {
    color: #68d391;
  }

  .md\:last\:text-green-500:last-child {
    color: #48bb78;
  }

  .md\:last\:text-green-600:last-child {
    color: #38a169;
  }

  .md\:last\:text-green-700:last-child {
    color: #2f855a;
  }

  .md\:last\:text-green-800:last-child {
    color: #276749;
  }

  .md\:last\:text-green-900:last-child {
    color: #22543d;
  }

  .md\:last\:text-teal-100:last-child {
    color: #e6fffa;
  }

  .md\:last\:text-teal-200:last-child {
    color: #b2f5ea;
  }

  .md\:last\:text-teal-300:last-child {
    color: #81e6d9;
  }

  .md\:last\:text-teal-400:last-child {
    color: #4fd1c5;
  }

  .md\:last\:text-teal-500:last-child {
    color: #38b2ac;
  }

  .md\:last\:text-teal-600:last-child {
    color: #319795;
  }

  .md\:last\:text-teal-700:last-child {
    color: #2c7a7b;
  }

  .md\:last\:text-teal-800:last-child {
    color: #285e61;
  }

  .md\:last\:text-teal-900:last-child {
    color: #234e52;
  }

  .md\:last\:text-blue-100:last-child {
    color: #ebf8ff;
  }

  .md\:last\:text-blue-200:last-child {
    color: #bee3f8;
  }

  .md\:last\:text-blue-300:last-child {
    color: #90cdf4;
  }

  .md\:last\:text-blue-400:last-child {
    color: #63b3ed;
  }

  .md\:last\:text-blue-500:last-child {
    color: #4299e1;
  }

  .md\:last\:text-blue-600:last-child {
    color: #3182ce;
  }

  .md\:last\:text-blue-700:last-child {
    color: #2b6cb0;
  }

  .md\:last\:text-blue-800:last-child {
    color: #2c5282;
  }

  .md\:last\:text-blue-900:last-child {
    color: #2a4365;
  }

  .md\:last\:text-indigo-100:last-child {
    color: #ebf4ff;
  }

  .md\:last\:text-indigo-200:last-child {
    color: #c3dafe;
  }

  .md\:last\:text-indigo-300:last-child {
    color: #a3bffa;
  }

  .md\:last\:text-indigo-400:last-child {
    color: #7f9cf5;
  }

  .md\:last\:text-indigo-500:last-child {
    color: #667eea;
  }

  .md\:last\:text-indigo-600:last-child {
    color: #5a67d8;
  }

  .md\:last\:text-indigo-700:last-child {
    color: #4c51bf;
  }

  .md\:last\:text-indigo-800:last-child {
    color: #434190;
  }

  .md\:last\:text-indigo-900:last-child {
    color: #3c366b;
  }

  .md\:last\:text-purple-100:last-child {
    color: #faf5ff;
  }

  .md\:last\:text-purple-200:last-child {
    color: #e9d8fd;
  }

  .md\:last\:text-purple-300:last-child {
    color: #d6bcfa;
  }

  .md\:last\:text-purple-400:last-child {
    color: #b794f4;
  }

  .md\:last\:text-purple-500:last-child {
    color: #9f7aea;
  }

  .md\:last\:text-purple-600:last-child {
    color: #805ad5;
  }

  .md\:last\:text-purple-700:last-child {
    color: #6b46c1;
  }

  .md\:last\:text-purple-800:last-child {
    color: #553c9a;
  }

  .md\:last\:text-purple-900:last-child {
    color: #44337a;
  }

  .md\:last\:text-pink-100:last-child {
    color: #fff5f7;
  }

  .md\:last\:text-pink-200:last-child {
    color: #fed7e2;
  }

  .md\:last\:text-pink-300:last-child {
    color: #fbb6ce;
  }

  .md\:last\:text-pink-400:last-child {
    color: #f687b3;
  }

  .md\:last\:text-pink-500:last-child {
    color: #ed64a6;
  }

  .md\:last\:text-pink-600:last-child {
    color: #d53f8c;
  }

  .md\:last\:text-pink-700:last-child {
    color: #b83280;
  }

  .md\:last\:text-pink-800:last-child {
    color: #97266d;
  }

  .md\:last\:text-pink-900:last-child {
    color: #702459;
  }

  .md\:odd\:text-transparent:nth-child(odd) {
    color: transparent;
  }

  .md\:odd\:text-black:nth-child(odd) {
    color: #000;
  }

  .md\:odd\:text-white:nth-child(odd) {
    color: #fff;
  }

  .md\:odd\:text-gray-100:nth-child(odd) {
    color: #f7fafc;
  }

  .md\:odd\:text-gray-200:nth-child(odd) {
    color: #edf2f7;
  }

  .md\:odd\:text-gray-300:nth-child(odd) {
    color: #e2e8f0;
  }

  .md\:odd\:text-gray-400:nth-child(odd) {
    color: #cbd5e0;
  }

  .md\:odd\:text-gray-500:nth-child(odd) {
    color: #a0aec0;
  }

  .md\:odd\:text-gray-600:nth-child(odd) {
    color: #718096;
  }

  .md\:odd\:text-gray-700:nth-child(odd) {
    color: #4a5568;
  }

  .md\:odd\:text-gray-800:nth-child(odd) {
    color: #2d3748;
  }

  .md\:odd\:text-gray-900:nth-child(odd) {
    color: #1a202c;
  }

  .md\:odd\:text-red-100:nth-child(odd) {
    color: #fff5f5;
  }

  .md\:odd\:text-red-200:nth-child(odd) {
    color: #fed7d7;
  }

  .md\:odd\:text-red-300:nth-child(odd) {
    color: #feb2b2;
  }

  .md\:odd\:text-red-400:nth-child(odd) {
    color: #fc8181;
  }

  .md\:odd\:text-red-500:nth-child(odd) {
    color: #f56565;
  }

  .md\:odd\:text-red-600:nth-child(odd) {
    color: #e53e3e;
  }

  .md\:odd\:text-red-700:nth-child(odd) {
    color: #c53030;
  }

  .md\:odd\:text-red-800:nth-child(odd) {
    color: #9b2c2c;
  }

  .md\:odd\:text-red-900:nth-child(odd) {
    color: #742a2a;
  }

  .md\:odd\:text-orange-100:nth-child(odd) {
    color: #fffaf0;
  }

  .md\:odd\:text-orange-200:nth-child(odd) {
    color: #feebc8;
  }

  .md\:odd\:text-orange-300:nth-child(odd) {
    color: #fbd38d;
  }

  .md\:odd\:text-orange-400:nth-child(odd) {
    color: #f6ad55;
  }

  .md\:odd\:text-orange-500:nth-child(odd) {
    color: #ed8936;
  }

  .md\:odd\:text-orange-600:nth-child(odd) {
    color: #dd6b20;
  }

  .md\:odd\:text-orange-700:nth-child(odd) {
    color: #c05621;
  }

  .md\:odd\:text-orange-800:nth-child(odd) {
    color: #9c4221;
  }

  .md\:odd\:text-orange-900:nth-child(odd) {
    color: #7b341e;
  }

  .md\:odd\:text-yellow-100:nth-child(odd) {
    color: #fffff0;
  }

  .md\:odd\:text-yellow-200:nth-child(odd) {
    color: #fefcbf;
  }

  .md\:odd\:text-yellow-300:nth-child(odd) {
    color: #faf089;
  }

  .md\:odd\:text-yellow-400:nth-child(odd) {
    color: #f6e05e;
  }

  .md\:odd\:text-yellow-500:nth-child(odd) {
    color: #ecc94b;
  }

  .md\:odd\:text-yellow-600:nth-child(odd) {
    color: #d69e2e;
  }

  .md\:odd\:text-yellow-700:nth-child(odd) {
    color: #b7791f;
  }

  .md\:odd\:text-yellow-800:nth-child(odd) {
    color: #975a16;
  }

  .md\:odd\:text-yellow-900:nth-child(odd) {
    color: #744210;
  }

  .md\:odd\:text-green-100:nth-child(odd) {
    color: #f0fff4;
  }

  .md\:odd\:text-green-200:nth-child(odd) {
    color: #c6f6d5;
  }

  .md\:odd\:text-green-300:nth-child(odd) {
    color: #9ae6b4;
  }

  .md\:odd\:text-green-400:nth-child(odd) {
    color: #68d391;
  }

  .md\:odd\:text-green-500:nth-child(odd) {
    color: #48bb78;
  }

  .md\:odd\:text-green-600:nth-child(odd) {
    color: #38a169;
  }

  .md\:odd\:text-green-700:nth-child(odd) {
    color: #2f855a;
  }

  .md\:odd\:text-green-800:nth-child(odd) {
    color: #276749;
  }

  .md\:odd\:text-green-900:nth-child(odd) {
    color: #22543d;
  }

  .md\:odd\:text-teal-100:nth-child(odd) {
    color: #e6fffa;
  }

  .md\:odd\:text-teal-200:nth-child(odd) {
    color: #b2f5ea;
  }

  .md\:odd\:text-teal-300:nth-child(odd) {
    color: #81e6d9;
  }

  .md\:odd\:text-teal-400:nth-child(odd) {
    color: #4fd1c5;
  }

  .md\:odd\:text-teal-500:nth-child(odd) {
    color: #38b2ac;
  }

  .md\:odd\:text-teal-600:nth-child(odd) {
    color: #319795;
  }

  .md\:odd\:text-teal-700:nth-child(odd) {
    color: #2c7a7b;
  }

  .md\:odd\:text-teal-800:nth-child(odd) {
    color: #285e61;
  }

  .md\:odd\:text-teal-900:nth-child(odd) {
    color: #234e52;
  }

  .md\:odd\:text-blue-100:nth-child(odd) {
    color: #ebf8ff;
  }

  .md\:odd\:text-blue-200:nth-child(odd) {
    color: #bee3f8;
  }

  .md\:odd\:text-blue-300:nth-child(odd) {
    color: #90cdf4;
  }

  .md\:odd\:text-blue-400:nth-child(odd) {
    color: #63b3ed;
  }

  .md\:odd\:text-blue-500:nth-child(odd) {
    color: #4299e1;
  }

  .md\:odd\:text-blue-600:nth-child(odd) {
    color: #3182ce;
  }

  .md\:odd\:text-blue-700:nth-child(odd) {
    color: #2b6cb0;
  }

  .md\:odd\:text-blue-800:nth-child(odd) {
    color: #2c5282;
  }

  .md\:odd\:text-blue-900:nth-child(odd) {
    color: #2a4365;
  }

  .md\:odd\:text-indigo-100:nth-child(odd) {
    color: #ebf4ff;
  }

  .md\:odd\:text-indigo-200:nth-child(odd) {
    color: #c3dafe;
  }

  .md\:odd\:text-indigo-300:nth-child(odd) {
    color: #a3bffa;
  }

  .md\:odd\:text-indigo-400:nth-child(odd) {
    color: #7f9cf5;
  }

  .md\:odd\:text-indigo-500:nth-child(odd) {
    color: #667eea;
  }

  .md\:odd\:text-indigo-600:nth-child(odd) {
    color: #5a67d8;
  }

  .md\:odd\:text-indigo-700:nth-child(odd) {
    color: #4c51bf;
  }

  .md\:odd\:text-indigo-800:nth-child(odd) {
    color: #434190;
  }

  .md\:odd\:text-indigo-900:nth-child(odd) {
    color: #3c366b;
  }

  .md\:odd\:text-purple-100:nth-child(odd) {
    color: #faf5ff;
  }

  .md\:odd\:text-purple-200:nth-child(odd) {
    color: #e9d8fd;
  }

  .md\:odd\:text-purple-300:nth-child(odd) {
    color: #d6bcfa;
  }

  .md\:odd\:text-purple-400:nth-child(odd) {
    color: #b794f4;
  }

  .md\:odd\:text-purple-500:nth-child(odd) {
    color: #9f7aea;
  }

  .md\:odd\:text-purple-600:nth-child(odd) {
    color: #805ad5;
  }

  .md\:odd\:text-purple-700:nth-child(odd) {
    color: #6b46c1;
  }

  .md\:odd\:text-purple-800:nth-child(odd) {
    color: #553c9a;
  }

  .md\:odd\:text-purple-900:nth-child(odd) {
    color: #44337a;
  }

  .md\:odd\:text-pink-100:nth-child(odd) {
    color: #fff5f7;
  }

  .md\:odd\:text-pink-200:nth-child(odd) {
    color: #fed7e2;
  }

  .md\:odd\:text-pink-300:nth-child(odd) {
    color: #fbb6ce;
  }

  .md\:odd\:text-pink-400:nth-child(odd) {
    color: #f687b3;
  }

  .md\:odd\:text-pink-500:nth-child(odd) {
    color: #ed64a6;
  }

  .md\:odd\:text-pink-600:nth-child(odd) {
    color: #d53f8c;
  }

  .md\:odd\:text-pink-700:nth-child(odd) {
    color: #b83280;
  }

  .md\:odd\:text-pink-800:nth-child(odd) {
    color: #97266d;
  }

  .md\:odd\:text-pink-900:nth-child(odd) {
    color: #702459;
  }

  .md\:even\:text-transparent:nth-child(even) {
    color: transparent;
  }

  .md\:even\:text-black:nth-child(even) {
    color: #000;
  }

  .md\:even\:text-white:nth-child(even) {
    color: #fff;
  }

  .md\:even\:text-gray-100:nth-child(even) {
    color: #f7fafc;
  }

  .md\:even\:text-gray-200:nth-child(even) {
    color: #edf2f7;
  }

  .md\:even\:text-gray-300:nth-child(even) {
    color: #e2e8f0;
  }

  .md\:even\:text-gray-400:nth-child(even) {
    color: #cbd5e0;
  }

  .md\:even\:text-gray-500:nth-child(even) {
    color: #a0aec0;
  }

  .md\:even\:text-gray-600:nth-child(even) {
    color: #718096;
  }

  .md\:even\:text-gray-700:nth-child(even) {
    color: #4a5568;
  }

  .md\:even\:text-gray-800:nth-child(even) {
    color: #2d3748;
  }

  .md\:even\:text-gray-900:nth-child(even) {
    color: #1a202c;
  }

  .md\:even\:text-red-100:nth-child(even) {
    color: #fff5f5;
  }

  .md\:even\:text-red-200:nth-child(even) {
    color: #fed7d7;
  }

  .md\:even\:text-red-300:nth-child(even) {
    color: #feb2b2;
  }

  .md\:even\:text-red-400:nth-child(even) {
    color: #fc8181;
  }

  .md\:even\:text-red-500:nth-child(even) {
    color: #f56565;
  }

  .md\:even\:text-red-600:nth-child(even) {
    color: #e53e3e;
  }

  .md\:even\:text-red-700:nth-child(even) {
    color: #c53030;
  }

  .md\:even\:text-red-800:nth-child(even) {
    color: #9b2c2c;
  }

  .md\:even\:text-red-900:nth-child(even) {
    color: #742a2a;
  }

  .md\:even\:text-orange-100:nth-child(even) {
    color: #fffaf0;
  }

  .md\:even\:text-orange-200:nth-child(even) {
    color: #feebc8;
  }

  .md\:even\:text-orange-300:nth-child(even) {
    color: #fbd38d;
  }

  .md\:even\:text-orange-400:nth-child(even) {
    color: #f6ad55;
  }

  .md\:even\:text-orange-500:nth-child(even) {
    color: #ed8936;
  }

  .md\:even\:text-orange-600:nth-child(even) {
    color: #dd6b20;
  }

  .md\:even\:text-orange-700:nth-child(even) {
    color: #c05621;
  }

  .md\:even\:text-orange-800:nth-child(even) {
    color: #9c4221;
  }

  .md\:even\:text-orange-900:nth-child(even) {
    color: #7b341e;
  }

  .md\:even\:text-yellow-100:nth-child(even) {
    color: #fffff0;
  }

  .md\:even\:text-yellow-200:nth-child(even) {
    color: #fefcbf;
  }

  .md\:even\:text-yellow-300:nth-child(even) {
    color: #faf089;
  }

  .md\:even\:text-yellow-400:nth-child(even) {
    color: #f6e05e;
  }

  .md\:even\:text-yellow-500:nth-child(even) {
    color: #ecc94b;
  }

  .md\:even\:text-yellow-600:nth-child(even) {
    color: #d69e2e;
  }

  .md\:even\:text-yellow-700:nth-child(even) {
    color: #b7791f;
  }

  .md\:even\:text-yellow-800:nth-child(even) {
    color: #975a16;
  }

  .md\:even\:text-yellow-900:nth-child(even) {
    color: #744210;
  }

  .md\:even\:text-green-100:nth-child(even) {
    color: #f0fff4;
  }

  .md\:even\:text-green-200:nth-child(even) {
    color: #c6f6d5;
  }

  .md\:even\:text-green-300:nth-child(even) {
    color: #9ae6b4;
  }

  .md\:even\:text-green-400:nth-child(even) {
    color: #68d391;
  }

  .md\:even\:text-green-500:nth-child(even) {
    color: #48bb78;
  }

  .md\:even\:text-green-600:nth-child(even) {
    color: #38a169;
  }

  .md\:even\:text-green-700:nth-child(even) {
    color: #2f855a;
  }

  .md\:even\:text-green-800:nth-child(even) {
    color: #276749;
  }

  .md\:even\:text-green-900:nth-child(even) {
    color: #22543d;
  }

  .md\:even\:text-teal-100:nth-child(even) {
    color: #e6fffa;
  }

  .md\:even\:text-teal-200:nth-child(even) {
    color: #b2f5ea;
  }

  .md\:even\:text-teal-300:nth-child(even) {
    color: #81e6d9;
  }

  .md\:even\:text-teal-400:nth-child(even) {
    color: #4fd1c5;
  }

  .md\:even\:text-teal-500:nth-child(even) {
    color: #38b2ac;
  }

  .md\:even\:text-teal-600:nth-child(even) {
    color: #319795;
  }

  .md\:even\:text-teal-700:nth-child(even) {
    color: #2c7a7b;
  }

  .md\:even\:text-teal-800:nth-child(even) {
    color: #285e61;
  }

  .md\:even\:text-teal-900:nth-child(even) {
    color: #234e52;
  }

  .md\:even\:text-blue-100:nth-child(even) {
    color: #ebf8ff;
  }

  .md\:even\:text-blue-200:nth-child(even) {
    color: #bee3f8;
  }

  .md\:even\:text-blue-300:nth-child(even) {
    color: #90cdf4;
  }

  .md\:even\:text-blue-400:nth-child(even) {
    color: #63b3ed;
  }

  .md\:even\:text-blue-500:nth-child(even) {
    color: #4299e1;
  }

  .md\:even\:text-blue-600:nth-child(even) {
    color: #3182ce;
  }

  .md\:even\:text-blue-700:nth-child(even) {
    color: #2b6cb0;
  }

  .md\:even\:text-blue-800:nth-child(even) {
    color: #2c5282;
  }

  .md\:even\:text-blue-900:nth-child(even) {
    color: #2a4365;
  }

  .md\:even\:text-indigo-100:nth-child(even) {
    color: #ebf4ff;
  }

  .md\:even\:text-indigo-200:nth-child(even) {
    color: #c3dafe;
  }

  .md\:even\:text-indigo-300:nth-child(even) {
    color: #a3bffa;
  }

  .md\:even\:text-indigo-400:nth-child(even) {
    color: #7f9cf5;
  }

  .md\:even\:text-indigo-500:nth-child(even) {
    color: #667eea;
  }

  .md\:even\:text-indigo-600:nth-child(even) {
    color: #5a67d8;
  }

  .md\:even\:text-indigo-700:nth-child(even) {
    color: #4c51bf;
  }

  .md\:even\:text-indigo-800:nth-child(even) {
    color: #434190;
  }

  .md\:even\:text-indigo-900:nth-child(even) {
    color: #3c366b;
  }

  .md\:even\:text-purple-100:nth-child(even) {
    color: #faf5ff;
  }

  .md\:even\:text-purple-200:nth-child(even) {
    color: #e9d8fd;
  }

  .md\:even\:text-purple-300:nth-child(even) {
    color: #d6bcfa;
  }

  .md\:even\:text-purple-400:nth-child(even) {
    color: #b794f4;
  }

  .md\:even\:text-purple-500:nth-child(even) {
    color: #9f7aea;
  }

  .md\:even\:text-purple-600:nth-child(even) {
    color: #805ad5;
  }

  .md\:even\:text-purple-700:nth-child(even) {
    color: #6b46c1;
  }

  .md\:even\:text-purple-800:nth-child(even) {
    color: #553c9a;
  }

  .md\:even\:text-purple-900:nth-child(even) {
    color: #44337a;
  }

  .md\:even\:text-pink-100:nth-child(even) {
    color: #fff5f7;
  }

  .md\:even\:text-pink-200:nth-child(even) {
    color: #fed7e2;
  }

  .md\:even\:text-pink-300:nth-child(even) {
    color: #fbb6ce;
  }

  .md\:even\:text-pink-400:nth-child(even) {
    color: #f687b3;
  }

  .md\:even\:text-pink-500:nth-child(even) {
    color: #ed64a6;
  }

  .md\:even\:text-pink-600:nth-child(even) {
    color: #d53f8c;
  }

  .md\:even\:text-pink-700:nth-child(even) {
    color: #b83280;
  }

  .md\:even\:text-pink-800:nth-child(even) {
    color: #97266d;
  }

  .md\:even\:text-pink-900:nth-child(even) {
    color: #702459;
  }

  .md\:hover\:text-transparent:hover {
    color: transparent;
  }

  .md\:hover\:text-black:hover {
    color: #000;
  }

  .md\:hover\:text-white:hover {
    color: #fff;
  }

  .md\:hover\:text-gray-100:hover {
    color: #f7fafc;
  }

  .md\:hover\:text-gray-200:hover {
    color: #edf2f7;
  }

  .md\:hover\:text-gray-300:hover {
    color: #e2e8f0;
  }

  .md\:hover\:text-gray-400:hover {
    color: #cbd5e0;
  }

  .md\:hover\:text-gray-500:hover {
    color: #a0aec0;
  }

  .md\:hover\:text-gray-600:hover {
    color: #718096;
  }

  .md\:hover\:text-gray-700:hover {
    color: #4a5568;
  }

  .md\:hover\:text-gray-800:hover {
    color: #2d3748;
  }

  .md\:hover\:text-gray-900:hover {
    color: #1a202c;
  }

  .md\:hover\:text-red-100:hover {
    color: #fff5f5;
  }

  .md\:hover\:text-red-200:hover {
    color: #fed7d7;
  }

  .md\:hover\:text-red-300:hover {
    color: #feb2b2;
  }

  .md\:hover\:text-red-400:hover {
    color: #fc8181;
  }

  .md\:hover\:text-red-500:hover {
    color: #f56565;
  }

  .md\:hover\:text-red-600:hover {
    color: #e53e3e;
  }

  .md\:hover\:text-red-700:hover {
    color: #c53030;
  }

  .md\:hover\:text-red-800:hover {
    color: #9b2c2c;
  }

  .md\:hover\:text-red-900:hover {
    color: #742a2a;
  }

  .md\:hover\:text-orange-100:hover {
    color: #fffaf0;
  }

  .md\:hover\:text-orange-200:hover {
    color: #feebc8;
  }

  .md\:hover\:text-orange-300:hover {
    color: #fbd38d;
  }

  .md\:hover\:text-orange-400:hover {
    color: #f6ad55;
  }

  .md\:hover\:text-orange-500:hover {
    color: #ed8936;
  }

  .md\:hover\:text-orange-600:hover {
    color: #dd6b20;
  }

  .md\:hover\:text-orange-700:hover {
    color: #c05621;
  }

  .md\:hover\:text-orange-800:hover {
    color: #9c4221;
  }

  .md\:hover\:text-orange-900:hover {
    color: #7b341e;
  }

  .md\:hover\:text-yellow-100:hover {
    color: #fffff0;
  }

  .md\:hover\:text-yellow-200:hover {
    color: #fefcbf;
  }

  .md\:hover\:text-yellow-300:hover {
    color: #faf089;
  }

  .md\:hover\:text-yellow-400:hover {
    color: #f6e05e;
  }

  .md\:hover\:text-yellow-500:hover {
    color: #ecc94b;
  }

  .md\:hover\:text-yellow-600:hover {
    color: #d69e2e;
  }

  .md\:hover\:text-yellow-700:hover {
    color: #b7791f;
  }

  .md\:hover\:text-yellow-800:hover {
    color: #975a16;
  }

  .md\:hover\:text-yellow-900:hover {
    color: #744210;
  }

  .md\:hover\:text-green-100:hover {
    color: #f0fff4;
  }

  .md\:hover\:text-green-200:hover {
    color: #c6f6d5;
  }

  .md\:hover\:text-green-300:hover {
    color: #9ae6b4;
  }

  .md\:hover\:text-green-400:hover {
    color: #68d391;
  }

  .md\:hover\:text-green-500:hover {
    color: #48bb78;
  }

  .md\:hover\:text-green-600:hover {
    color: #38a169;
  }

  .md\:hover\:text-green-700:hover {
    color: #2f855a;
  }

  .md\:hover\:text-green-800:hover {
    color: #276749;
  }

  .md\:hover\:text-green-900:hover {
    color: #22543d;
  }

  .md\:hover\:text-teal-100:hover {
    color: #e6fffa;
  }

  .md\:hover\:text-teal-200:hover {
    color: #b2f5ea;
  }

  .md\:hover\:text-teal-300:hover {
    color: #81e6d9;
  }

  .md\:hover\:text-teal-400:hover {
    color: #4fd1c5;
  }

  .md\:hover\:text-teal-500:hover {
    color: #38b2ac;
  }

  .md\:hover\:text-teal-600:hover {
    color: #319795;
  }

  .md\:hover\:text-teal-700:hover {
    color: #2c7a7b;
  }

  .md\:hover\:text-teal-800:hover {
    color: #285e61;
  }

  .md\:hover\:text-teal-900:hover {
    color: #234e52;
  }

  .md\:hover\:text-blue-100:hover {
    color: #ebf8ff;
  }

  .md\:hover\:text-blue-200:hover {
    color: #bee3f8;
  }

  .md\:hover\:text-blue-300:hover {
    color: #90cdf4;
  }

  .md\:hover\:text-blue-400:hover {
    color: #63b3ed;
  }

  .md\:hover\:text-blue-500:hover {
    color: #4299e1;
  }

  .md\:hover\:text-blue-600:hover {
    color: #3182ce;
  }

  .md\:hover\:text-blue-700:hover {
    color: #2b6cb0;
  }

  .md\:hover\:text-blue-800:hover {
    color: #2c5282;
  }

  .md\:hover\:text-blue-900:hover {
    color: #2a4365;
  }

  .md\:hover\:text-indigo-100:hover {
    color: #ebf4ff;
  }

  .md\:hover\:text-indigo-200:hover {
    color: #c3dafe;
  }

  .md\:hover\:text-indigo-300:hover {
    color: #a3bffa;
  }

  .md\:hover\:text-indigo-400:hover {
    color: #7f9cf5;
  }

  .md\:hover\:text-indigo-500:hover {
    color: #667eea;
  }

  .md\:hover\:text-indigo-600:hover {
    color: #5a67d8;
  }

  .md\:hover\:text-indigo-700:hover {
    color: #4c51bf;
  }

  .md\:hover\:text-indigo-800:hover {
    color: #434190;
  }

  .md\:hover\:text-indigo-900:hover {
    color: #3c366b;
  }

  .md\:hover\:text-purple-100:hover {
    color: #faf5ff;
  }

  .md\:hover\:text-purple-200:hover {
    color: #e9d8fd;
  }

  .md\:hover\:text-purple-300:hover {
    color: #d6bcfa;
  }

  .md\:hover\:text-purple-400:hover {
    color: #b794f4;
  }

  .md\:hover\:text-purple-500:hover {
    color: #9f7aea;
  }

  .md\:hover\:text-purple-600:hover {
    color: #805ad5;
  }

  .md\:hover\:text-purple-700:hover {
    color: #6b46c1;
  }

  .md\:hover\:text-purple-800:hover {
    color: #553c9a;
  }

  .md\:hover\:text-purple-900:hover {
    color: #44337a;
  }

  .md\:hover\:text-pink-100:hover {
    color: #fff5f7;
  }

  .md\:hover\:text-pink-200:hover {
    color: #fed7e2;
  }

  .md\:hover\:text-pink-300:hover {
    color: #fbb6ce;
  }

  .md\:hover\:text-pink-400:hover {
    color: #f687b3;
  }

  .md\:hover\:text-pink-500:hover {
    color: #ed64a6;
  }

  .md\:hover\:text-pink-600:hover {
    color: #d53f8c;
  }

  .md\:hover\:text-pink-700:hover {
    color: #b83280;
  }

  .md\:hover\:text-pink-800:hover {
    color: #97266d;
  }

  .md\:hover\:text-pink-900:hover {
    color: #702459;
  }

  .md\:focus\:text-transparent:focus {
    color: transparent;
  }

  .md\:focus\:text-black:focus {
    color: #000;
  }

  .md\:focus\:text-white:focus {
    color: #fff;
  }

  .md\:focus\:text-gray-100:focus {
    color: #f7fafc;
  }

  .md\:focus\:text-gray-200:focus {
    color: #edf2f7;
  }

  .md\:focus\:text-gray-300:focus {
    color: #e2e8f0;
  }

  .md\:focus\:text-gray-400:focus {
    color: #cbd5e0;
  }

  .md\:focus\:text-gray-500:focus {
    color: #a0aec0;
  }

  .md\:focus\:text-gray-600:focus {
    color: #718096;
  }

  .md\:focus\:text-gray-700:focus {
    color: #4a5568;
  }

  .md\:focus\:text-gray-800:focus {
    color: #2d3748;
  }

  .md\:focus\:text-gray-900:focus {
    color: #1a202c;
  }

  .md\:focus\:text-red-100:focus {
    color: #fff5f5;
  }

  .md\:focus\:text-red-200:focus {
    color: #fed7d7;
  }

  .md\:focus\:text-red-300:focus {
    color: #feb2b2;
  }

  .md\:focus\:text-red-400:focus {
    color: #fc8181;
  }

  .md\:focus\:text-red-500:focus {
    color: #f56565;
  }

  .md\:focus\:text-red-600:focus {
    color: #e53e3e;
  }

  .md\:focus\:text-red-700:focus {
    color: #c53030;
  }

  .md\:focus\:text-red-800:focus {
    color: #9b2c2c;
  }

  .md\:focus\:text-red-900:focus {
    color: #742a2a;
  }

  .md\:focus\:text-orange-100:focus {
    color: #fffaf0;
  }

  .md\:focus\:text-orange-200:focus {
    color: #feebc8;
  }

  .md\:focus\:text-orange-300:focus {
    color: #fbd38d;
  }

  .md\:focus\:text-orange-400:focus {
    color: #f6ad55;
  }

  .md\:focus\:text-orange-500:focus {
    color: #ed8936;
  }

  .md\:focus\:text-orange-600:focus {
    color: #dd6b20;
  }

  .md\:focus\:text-orange-700:focus {
    color: #c05621;
  }

  .md\:focus\:text-orange-800:focus {
    color: #9c4221;
  }

  .md\:focus\:text-orange-900:focus {
    color: #7b341e;
  }

  .md\:focus\:text-yellow-100:focus {
    color: #fffff0;
  }

  .md\:focus\:text-yellow-200:focus {
    color: #fefcbf;
  }

  .md\:focus\:text-yellow-300:focus {
    color: #faf089;
  }

  .md\:focus\:text-yellow-400:focus {
    color: #f6e05e;
  }

  .md\:focus\:text-yellow-500:focus {
    color: #ecc94b;
  }

  .md\:focus\:text-yellow-600:focus {
    color: #d69e2e;
  }

  .md\:focus\:text-yellow-700:focus {
    color: #b7791f;
  }

  .md\:focus\:text-yellow-800:focus {
    color: #975a16;
  }

  .md\:focus\:text-yellow-900:focus {
    color: #744210;
  }

  .md\:focus\:text-green-100:focus {
    color: #f0fff4;
  }

  .md\:focus\:text-green-200:focus {
    color: #c6f6d5;
  }

  .md\:focus\:text-green-300:focus {
    color: #9ae6b4;
  }

  .md\:focus\:text-green-400:focus {
    color: #68d391;
  }

  .md\:focus\:text-green-500:focus {
    color: #48bb78;
  }

  .md\:focus\:text-green-600:focus {
    color: #38a169;
  }

  .md\:focus\:text-green-700:focus {
    color: #2f855a;
  }

  .md\:focus\:text-green-800:focus {
    color: #276749;
  }

  .md\:focus\:text-green-900:focus {
    color: #22543d;
  }

  .md\:focus\:text-teal-100:focus {
    color: #e6fffa;
  }

  .md\:focus\:text-teal-200:focus {
    color: #b2f5ea;
  }

  .md\:focus\:text-teal-300:focus {
    color: #81e6d9;
  }

  .md\:focus\:text-teal-400:focus {
    color: #4fd1c5;
  }

  .md\:focus\:text-teal-500:focus {
    color: #38b2ac;
  }

  .md\:focus\:text-teal-600:focus {
    color: #319795;
  }

  .md\:focus\:text-teal-700:focus {
    color: #2c7a7b;
  }

  .md\:focus\:text-teal-800:focus {
    color: #285e61;
  }

  .md\:focus\:text-teal-900:focus {
    color: #234e52;
  }

  .md\:focus\:text-blue-100:focus {
    color: #ebf8ff;
  }

  .md\:focus\:text-blue-200:focus {
    color: #bee3f8;
  }

  .md\:focus\:text-blue-300:focus {
    color: #90cdf4;
  }

  .md\:focus\:text-blue-400:focus {
    color: #63b3ed;
  }

  .md\:focus\:text-blue-500:focus {
    color: #4299e1;
  }

  .md\:focus\:text-blue-600:focus {
    color: #3182ce;
  }

  .md\:focus\:text-blue-700:focus {
    color: #2b6cb0;
  }

  .md\:focus\:text-blue-800:focus {
    color: #2c5282;
  }

  .md\:focus\:text-blue-900:focus {
    color: #2a4365;
  }

  .md\:focus\:text-indigo-100:focus {
    color: #ebf4ff;
  }

  .md\:focus\:text-indigo-200:focus {
    color: #c3dafe;
  }

  .md\:focus\:text-indigo-300:focus {
    color: #a3bffa;
  }

  .md\:focus\:text-indigo-400:focus {
    color: #7f9cf5;
  }

  .md\:focus\:text-indigo-500:focus {
    color: #667eea;
  }

  .md\:focus\:text-indigo-600:focus {
    color: #5a67d8;
  }

  .md\:focus\:text-indigo-700:focus {
    color: #4c51bf;
  }

  .md\:focus\:text-indigo-800:focus {
    color: #434190;
  }

  .md\:focus\:text-indigo-900:focus {
    color: #3c366b;
  }

  .md\:focus\:text-purple-100:focus {
    color: #faf5ff;
  }

  .md\:focus\:text-purple-200:focus {
    color: #e9d8fd;
  }

  .md\:focus\:text-purple-300:focus {
    color: #d6bcfa;
  }

  .md\:focus\:text-purple-400:focus {
    color: #b794f4;
  }

  .md\:focus\:text-purple-500:focus {
    color: #9f7aea;
  }

  .md\:focus\:text-purple-600:focus {
    color: #805ad5;
  }

  .md\:focus\:text-purple-700:focus {
    color: #6b46c1;
  }

  .md\:focus\:text-purple-800:focus {
    color: #553c9a;
  }

  .md\:focus\:text-purple-900:focus {
    color: #44337a;
  }

  .md\:focus\:text-pink-100:focus {
    color: #fff5f7;
  }

  .md\:focus\:text-pink-200:focus {
    color: #fed7e2;
  }

  .md\:focus\:text-pink-300:focus {
    color: #fbb6ce;
  }

  .md\:focus\:text-pink-400:focus {
    color: #f687b3;
  }

  .md\:focus\:text-pink-500:focus {
    color: #ed64a6;
  }

  .md\:focus\:text-pink-600:focus {
    color: #d53f8c;
  }

  .md\:focus\:text-pink-700:focus {
    color: #b83280;
  }

  .md\:focus\:text-pink-800:focus {
    color: #97266d;
  }

  .md\:focus\:text-pink-900:focus {
    color: #702459;
  }

  .md\:active\:text-transparent:active {
    color: transparent;
  }

  .md\:active\:text-black:active {
    color: #000;
  }

  .md\:active\:text-white:active {
    color: #fff;
  }

  .md\:active\:text-gray-100:active {
    color: #f7fafc;
  }

  .md\:active\:text-gray-200:active {
    color: #edf2f7;
  }

  .md\:active\:text-gray-300:active {
    color: #e2e8f0;
  }

  .md\:active\:text-gray-400:active {
    color: #cbd5e0;
  }

  .md\:active\:text-gray-500:active {
    color: #a0aec0;
  }

  .md\:active\:text-gray-600:active {
    color: #718096;
  }

  .md\:active\:text-gray-700:active {
    color: #4a5568;
  }

  .md\:active\:text-gray-800:active {
    color: #2d3748;
  }

  .md\:active\:text-gray-900:active {
    color: #1a202c;
  }

  .md\:active\:text-red-100:active {
    color: #fff5f5;
  }

  .md\:active\:text-red-200:active {
    color: #fed7d7;
  }

  .md\:active\:text-red-300:active {
    color: #feb2b2;
  }

  .md\:active\:text-red-400:active {
    color: #fc8181;
  }

  .md\:active\:text-red-500:active {
    color: #f56565;
  }

  .md\:active\:text-red-600:active {
    color: #e53e3e;
  }

  .md\:active\:text-red-700:active {
    color: #c53030;
  }

  .md\:active\:text-red-800:active {
    color: #9b2c2c;
  }

  .md\:active\:text-red-900:active {
    color: #742a2a;
  }

  .md\:active\:text-orange-100:active {
    color: #fffaf0;
  }

  .md\:active\:text-orange-200:active {
    color: #feebc8;
  }

  .md\:active\:text-orange-300:active {
    color: #fbd38d;
  }

  .md\:active\:text-orange-400:active {
    color: #f6ad55;
  }

  .md\:active\:text-orange-500:active {
    color: #ed8936;
  }

  .md\:active\:text-orange-600:active {
    color: #dd6b20;
  }

  .md\:active\:text-orange-700:active {
    color: #c05621;
  }

  .md\:active\:text-orange-800:active {
    color: #9c4221;
  }

  .md\:active\:text-orange-900:active {
    color: #7b341e;
  }

  .md\:active\:text-yellow-100:active {
    color: #fffff0;
  }

  .md\:active\:text-yellow-200:active {
    color: #fefcbf;
  }

  .md\:active\:text-yellow-300:active {
    color: #faf089;
  }

  .md\:active\:text-yellow-400:active {
    color: #f6e05e;
  }

  .md\:active\:text-yellow-500:active {
    color: #ecc94b;
  }

  .md\:active\:text-yellow-600:active {
    color: #d69e2e;
  }

  .md\:active\:text-yellow-700:active {
    color: #b7791f;
  }

  .md\:active\:text-yellow-800:active {
    color: #975a16;
  }

  .md\:active\:text-yellow-900:active {
    color: #744210;
  }

  .md\:active\:text-green-100:active {
    color: #f0fff4;
  }

  .md\:active\:text-green-200:active {
    color: #c6f6d5;
  }

  .md\:active\:text-green-300:active {
    color: #9ae6b4;
  }

  .md\:active\:text-green-400:active {
    color: #68d391;
  }

  .md\:active\:text-green-500:active {
    color: #48bb78;
  }

  .md\:active\:text-green-600:active {
    color: #38a169;
  }

  .md\:active\:text-green-700:active {
    color: #2f855a;
  }

  .md\:active\:text-green-800:active {
    color: #276749;
  }

  .md\:active\:text-green-900:active {
    color: #22543d;
  }

  .md\:active\:text-teal-100:active {
    color: #e6fffa;
  }

  .md\:active\:text-teal-200:active {
    color: #b2f5ea;
  }

  .md\:active\:text-teal-300:active {
    color: #81e6d9;
  }

  .md\:active\:text-teal-400:active {
    color: #4fd1c5;
  }

  .md\:active\:text-teal-500:active {
    color: #38b2ac;
  }

  .md\:active\:text-teal-600:active {
    color: #319795;
  }

  .md\:active\:text-teal-700:active {
    color: #2c7a7b;
  }

  .md\:active\:text-teal-800:active {
    color: #285e61;
  }

  .md\:active\:text-teal-900:active {
    color: #234e52;
  }

  .md\:active\:text-blue-100:active {
    color: #ebf8ff;
  }

  .md\:active\:text-blue-200:active {
    color: #bee3f8;
  }

  .md\:active\:text-blue-300:active {
    color: #90cdf4;
  }

  .md\:active\:text-blue-400:active {
    color: #63b3ed;
  }

  .md\:active\:text-blue-500:active {
    color: #4299e1;
  }

  .md\:active\:text-blue-600:active {
    color: #3182ce;
  }

  .md\:active\:text-blue-700:active {
    color: #2b6cb0;
  }

  .md\:active\:text-blue-800:active {
    color: #2c5282;
  }

  .md\:active\:text-blue-900:active {
    color: #2a4365;
  }

  .md\:active\:text-indigo-100:active {
    color: #ebf4ff;
  }

  .md\:active\:text-indigo-200:active {
    color: #c3dafe;
  }

  .md\:active\:text-indigo-300:active {
    color: #a3bffa;
  }

  .md\:active\:text-indigo-400:active {
    color: #7f9cf5;
  }

  .md\:active\:text-indigo-500:active {
    color: #667eea;
  }

  .md\:active\:text-indigo-600:active {
    color: #5a67d8;
  }

  .md\:active\:text-indigo-700:active {
    color: #4c51bf;
  }

  .md\:active\:text-indigo-800:active {
    color: #434190;
  }

  .md\:active\:text-indigo-900:active {
    color: #3c366b;
  }

  .md\:active\:text-purple-100:active {
    color: #faf5ff;
  }

  .md\:active\:text-purple-200:active {
    color: #e9d8fd;
  }

  .md\:active\:text-purple-300:active {
    color: #d6bcfa;
  }

  .md\:active\:text-purple-400:active {
    color: #b794f4;
  }

  .md\:active\:text-purple-500:active {
    color: #9f7aea;
  }

  .md\:active\:text-purple-600:active {
    color: #805ad5;
  }

  .md\:active\:text-purple-700:active {
    color: #6b46c1;
  }

  .md\:active\:text-purple-800:active {
    color: #553c9a;
  }

  .md\:active\:text-purple-900:active {
    color: #44337a;
  }

  .md\:active\:text-pink-100:active {
    color: #fff5f7;
  }

  .md\:active\:text-pink-200:active {
    color: #fed7e2;
  }

  .md\:active\:text-pink-300:active {
    color: #fbb6ce;
  }

  .md\:active\:text-pink-400:active {
    color: #f687b3;
  }

  .md\:active\:text-pink-500:active {
    color: #ed64a6;
  }

  .md\:active\:text-pink-600:active {
    color: #d53f8c;
  }

  .md\:active\:text-pink-700:active {
    color: #b83280;
  }

  .md\:active\:text-pink-800:active {
    color: #97266d;
  }

  .md\:active\:text-pink-900:active {
    color: #702459;
  }

  .md\:visited\:text-transparent:visited {
    color: transparent;
  }

  .md\:visited\:text-black:visited {
    color: #000;
  }

  .md\:visited\:text-white:visited {
    color: #fff;
  }

  .md\:visited\:text-gray-100:visited {
    color: #f7fafc;
  }

  .md\:visited\:text-gray-200:visited {
    color: #edf2f7;
  }

  .md\:visited\:text-gray-300:visited {
    color: #e2e8f0;
  }

  .md\:visited\:text-gray-400:visited {
    color: #cbd5e0;
  }

  .md\:visited\:text-gray-500:visited {
    color: #a0aec0;
  }

  .md\:visited\:text-gray-600:visited {
    color: #718096;
  }

  .md\:visited\:text-gray-700:visited {
    color: #4a5568;
  }

  .md\:visited\:text-gray-800:visited {
    color: #2d3748;
  }

  .md\:visited\:text-gray-900:visited {
    color: #1a202c;
  }

  .md\:visited\:text-red-100:visited {
    color: #fff5f5;
  }

  .md\:visited\:text-red-200:visited {
    color: #fed7d7;
  }

  .md\:visited\:text-red-300:visited {
    color: #feb2b2;
  }

  .md\:visited\:text-red-400:visited {
    color: #fc8181;
  }

  .md\:visited\:text-red-500:visited {
    color: #f56565;
  }

  .md\:visited\:text-red-600:visited {
    color: #e53e3e;
  }

  .md\:visited\:text-red-700:visited {
    color: #c53030;
  }

  .md\:visited\:text-red-800:visited {
    color: #9b2c2c;
  }

  .md\:visited\:text-red-900:visited {
    color: #742a2a;
  }

  .md\:visited\:text-orange-100:visited {
    color: #fffaf0;
  }

  .md\:visited\:text-orange-200:visited {
    color: #feebc8;
  }

  .md\:visited\:text-orange-300:visited {
    color: #fbd38d;
  }

  .md\:visited\:text-orange-400:visited {
    color: #f6ad55;
  }

  .md\:visited\:text-orange-500:visited {
    color: #ed8936;
  }

  .md\:visited\:text-orange-600:visited {
    color: #dd6b20;
  }

  .md\:visited\:text-orange-700:visited {
    color: #c05621;
  }

  .md\:visited\:text-orange-800:visited {
    color: #9c4221;
  }

  .md\:visited\:text-orange-900:visited {
    color: #7b341e;
  }

  .md\:visited\:text-yellow-100:visited {
    color: #fffff0;
  }

  .md\:visited\:text-yellow-200:visited {
    color: #fefcbf;
  }

  .md\:visited\:text-yellow-300:visited {
    color: #faf089;
  }

  .md\:visited\:text-yellow-400:visited {
    color: #f6e05e;
  }

  .md\:visited\:text-yellow-500:visited {
    color: #ecc94b;
  }

  .md\:visited\:text-yellow-600:visited {
    color: #d69e2e;
  }

  .md\:visited\:text-yellow-700:visited {
    color: #b7791f;
  }

  .md\:visited\:text-yellow-800:visited {
    color: #975a16;
  }

  .md\:visited\:text-yellow-900:visited {
    color: #744210;
  }

  .md\:visited\:text-green-100:visited {
    color: #f0fff4;
  }

  .md\:visited\:text-green-200:visited {
    color: #c6f6d5;
  }

  .md\:visited\:text-green-300:visited {
    color: #9ae6b4;
  }

  .md\:visited\:text-green-400:visited {
    color: #68d391;
  }

  .md\:visited\:text-green-500:visited {
    color: #48bb78;
  }

  .md\:visited\:text-green-600:visited {
    color: #38a169;
  }

  .md\:visited\:text-green-700:visited {
    color: #2f855a;
  }

  .md\:visited\:text-green-800:visited {
    color: #276749;
  }

  .md\:visited\:text-green-900:visited {
    color: #22543d;
  }

  .md\:visited\:text-teal-100:visited {
    color: #e6fffa;
  }

  .md\:visited\:text-teal-200:visited {
    color: #b2f5ea;
  }

  .md\:visited\:text-teal-300:visited {
    color: #81e6d9;
  }

  .md\:visited\:text-teal-400:visited {
    color: #4fd1c5;
  }

  .md\:visited\:text-teal-500:visited {
    color: #38b2ac;
  }

  .md\:visited\:text-teal-600:visited {
    color: #319795;
  }

  .md\:visited\:text-teal-700:visited {
    color: #2c7a7b;
  }

  .md\:visited\:text-teal-800:visited {
    color: #285e61;
  }

  .md\:visited\:text-teal-900:visited {
    color: #234e52;
  }

  .md\:visited\:text-blue-100:visited {
    color: #ebf8ff;
  }

  .md\:visited\:text-blue-200:visited {
    color: #bee3f8;
  }

  .md\:visited\:text-blue-300:visited {
    color: #90cdf4;
  }

  .md\:visited\:text-blue-400:visited {
    color: #63b3ed;
  }

  .md\:visited\:text-blue-500:visited {
    color: #4299e1;
  }

  .md\:visited\:text-blue-600:visited {
    color: #3182ce;
  }

  .md\:visited\:text-blue-700:visited {
    color: #2b6cb0;
  }

  .md\:visited\:text-blue-800:visited {
    color: #2c5282;
  }

  .md\:visited\:text-blue-900:visited {
    color: #2a4365;
  }

  .md\:visited\:text-indigo-100:visited {
    color: #ebf4ff;
  }

  .md\:visited\:text-indigo-200:visited {
    color: #c3dafe;
  }

  .md\:visited\:text-indigo-300:visited {
    color: #a3bffa;
  }

  .md\:visited\:text-indigo-400:visited {
    color: #7f9cf5;
  }

  .md\:visited\:text-indigo-500:visited {
    color: #667eea;
  }

  .md\:visited\:text-indigo-600:visited {
    color: #5a67d8;
  }

  .md\:visited\:text-indigo-700:visited {
    color: #4c51bf;
  }

  .md\:visited\:text-indigo-800:visited {
    color: #434190;
  }

  .md\:visited\:text-indigo-900:visited {
    color: #3c366b;
  }

  .md\:visited\:text-purple-100:visited {
    color: #faf5ff;
  }

  .md\:visited\:text-purple-200:visited {
    color: #e9d8fd;
  }

  .md\:visited\:text-purple-300:visited {
    color: #d6bcfa;
  }

  .md\:visited\:text-purple-400:visited {
    color: #b794f4;
  }

  .md\:visited\:text-purple-500:visited {
    color: #9f7aea;
  }

  .md\:visited\:text-purple-600:visited {
    color: #805ad5;
  }

  .md\:visited\:text-purple-700:visited {
    color: #6b46c1;
  }

  .md\:visited\:text-purple-800:visited {
    color: #553c9a;
  }

  .md\:visited\:text-purple-900:visited {
    color: #44337a;
  }

  .md\:visited\:text-pink-100:visited {
    color: #fff5f7;
  }

  .md\:visited\:text-pink-200:visited {
    color: #fed7e2;
  }

  .md\:visited\:text-pink-300:visited {
    color: #fbb6ce;
  }

  .md\:visited\:text-pink-400:visited {
    color: #f687b3;
  }

  .md\:visited\:text-pink-500:visited {
    color: #ed64a6;
  }

  .md\:visited\:text-pink-600:visited {
    color: #d53f8c;
  }

  .md\:visited\:text-pink-700:visited {
    color: #b83280;
  }

  .md\:visited\:text-pink-800:visited {
    color: #97266d;
  }

  .md\:visited\:text-pink-900:visited {
    color: #702459;
  }

  .md\:disabled\:text-transparent:disabled {
    color: transparent;
  }

  .md\:disabled\:text-black:disabled {
    color: #000;
  }

  .md\:disabled\:text-white:disabled {
    color: #fff;
  }

  .md\:disabled\:text-gray-100:disabled {
    color: #f7fafc;
  }

  .md\:disabled\:text-gray-200:disabled {
    color: #edf2f7;
  }

  .md\:disabled\:text-gray-300:disabled {
    color: #e2e8f0;
  }

  .md\:disabled\:text-gray-400:disabled {
    color: #cbd5e0;
  }

  .md\:disabled\:text-gray-500:disabled {
    color: #a0aec0;
  }

  .md\:disabled\:text-gray-600:disabled {
    color: #718096;
  }

  .md\:disabled\:text-gray-700:disabled {
    color: #4a5568;
  }

  .md\:disabled\:text-gray-800:disabled {
    color: #2d3748;
  }

  .md\:disabled\:text-gray-900:disabled {
    color: #1a202c;
  }

  .md\:disabled\:text-red-100:disabled {
    color: #fff5f5;
  }

  .md\:disabled\:text-red-200:disabled {
    color: #fed7d7;
  }

  .md\:disabled\:text-red-300:disabled {
    color: #feb2b2;
  }

  .md\:disabled\:text-red-400:disabled {
    color: #fc8181;
  }

  .md\:disabled\:text-red-500:disabled {
    color: #f56565;
  }

  .md\:disabled\:text-red-600:disabled {
    color: #e53e3e;
  }

  .md\:disabled\:text-red-700:disabled {
    color: #c53030;
  }

  .md\:disabled\:text-red-800:disabled {
    color: #9b2c2c;
  }

  .md\:disabled\:text-red-900:disabled {
    color: #742a2a;
  }

  .md\:disabled\:text-orange-100:disabled {
    color: #fffaf0;
  }

  .md\:disabled\:text-orange-200:disabled {
    color: #feebc8;
  }

  .md\:disabled\:text-orange-300:disabled {
    color: #fbd38d;
  }

  .md\:disabled\:text-orange-400:disabled {
    color: #f6ad55;
  }

  .md\:disabled\:text-orange-500:disabled {
    color: #ed8936;
  }

  .md\:disabled\:text-orange-600:disabled {
    color: #dd6b20;
  }

  .md\:disabled\:text-orange-700:disabled {
    color: #c05621;
  }

  .md\:disabled\:text-orange-800:disabled {
    color: #9c4221;
  }

  .md\:disabled\:text-orange-900:disabled {
    color: #7b341e;
  }

  .md\:disabled\:text-yellow-100:disabled {
    color: #fffff0;
  }

  .md\:disabled\:text-yellow-200:disabled {
    color: #fefcbf;
  }

  .md\:disabled\:text-yellow-300:disabled {
    color: #faf089;
  }

  .md\:disabled\:text-yellow-400:disabled {
    color: #f6e05e;
  }

  .md\:disabled\:text-yellow-500:disabled {
    color: #ecc94b;
  }

  .md\:disabled\:text-yellow-600:disabled {
    color: #d69e2e;
  }

  .md\:disabled\:text-yellow-700:disabled {
    color: #b7791f;
  }

  .md\:disabled\:text-yellow-800:disabled {
    color: #975a16;
  }

  .md\:disabled\:text-yellow-900:disabled {
    color: #744210;
  }

  .md\:disabled\:text-green-100:disabled {
    color: #f0fff4;
  }

  .md\:disabled\:text-green-200:disabled {
    color: #c6f6d5;
  }

  .md\:disabled\:text-green-300:disabled {
    color: #9ae6b4;
  }

  .md\:disabled\:text-green-400:disabled {
    color: #68d391;
  }

  .md\:disabled\:text-green-500:disabled {
    color: #48bb78;
  }

  .md\:disabled\:text-green-600:disabled {
    color: #38a169;
  }

  .md\:disabled\:text-green-700:disabled {
    color: #2f855a;
  }

  .md\:disabled\:text-green-800:disabled {
    color: #276749;
  }

  .md\:disabled\:text-green-900:disabled {
    color: #22543d;
  }

  .md\:disabled\:text-teal-100:disabled {
    color: #e6fffa;
  }

  .md\:disabled\:text-teal-200:disabled {
    color: #b2f5ea;
  }

  .md\:disabled\:text-teal-300:disabled {
    color: #81e6d9;
  }

  .md\:disabled\:text-teal-400:disabled {
    color: #4fd1c5;
  }

  .md\:disabled\:text-teal-500:disabled {
    color: #38b2ac;
  }

  .md\:disabled\:text-teal-600:disabled {
    color: #319795;
  }

  .md\:disabled\:text-teal-700:disabled {
    color: #2c7a7b;
  }

  .md\:disabled\:text-teal-800:disabled {
    color: #285e61;
  }

  .md\:disabled\:text-teal-900:disabled {
    color: #234e52;
  }

  .md\:disabled\:text-blue-100:disabled {
    color: #ebf8ff;
  }

  .md\:disabled\:text-blue-200:disabled {
    color: #bee3f8;
  }

  .md\:disabled\:text-blue-300:disabled {
    color: #90cdf4;
  }

  .md\:disabled\:text-blue-400:disabled {
    color: #63b3ed;
  }

  .md\:disabled\:text-blue-500:disabled {
    color: #4299e1;
  }

  .md\:disabled\:text-blue-600:disabled {
    color: #3182ce;
  }

  .md\:disabled\:text-blue-700:disabled {
    color: #2b6cb0;
  }

  .md\:disabled\:text-blue-800:disabled {
    color: #2c5282;
  }

  .md\:disabled\:text-blue-900:disabled {
    color: #2a4365;
  }

  .md\:disabled\:text-indigo-100:disabled {
    color: #ebf4ff;
  }

  .md\:disabled\:text-indigo-200:disabled {
    color: #c3dafe;
  }

  .md\:disabled\:text-indigo-300:disabled {
    color: #a3bffa;
  }

  .md\:disabled\:text-indigo-400:disabled {
    color: #7f9cf5;
  }

  .md\:disabled\:text-indigo-500:disabled {
    color: #667eea;
  }

  .md\:disabled\:text-indigo-600:disabled {
    color: #5a67d8;
  }

  .md\:disabled\:text-indigo-700:disabled {
    color: #4c51bf;
  }

  .md\:disabled\:text-indigo-800:disabled {
    color: #434190;
  }

  .md\:disabled\:text-indigo-900:disabled {
    color: #3c366b;
  }

  .md\:disabled\:text-purple-100:disabled {
    color: #faf5ff;
  }

  .md\:disabled\:text-purple-200:disabled {
    color: #e9d8fd;
  }

  .md\:disabled\:text-purple-300:disabled {
    color: #d6bcfa;
  }

  .md\:disabled\:text-purple-400:disabled {
    color: #b794f4;
  }

  .md\:disabled\:text-purple-500:disabled {
    color: #9f7aea;
  }

  .md\:disabled\:text-purple-600:disabled {
    color: #805ad5;
  }

  .md\:disabled\:text-purple-700:disabled {
    color: #6b46c1;
  }

  .md\:disabled\:text-purple-800:disabled {
    color: #553c9a;
  }

  .md\:disabled\:text-purple-900:disabled {
    color: #44337a;
  }

  .md\:disabled\:text-pink-100:disabled {
    color: #fff5f7;
  }

  .md\:disabled\:text-pink-200:disabled {
    color: #fed7e2;
  }

  .md\:disabled\:text-pink-300:disabled {
    color: #fbb6ce;
  }

  .md\:disabled\:text-pink-400:disabled {
    color: #f687b3;
  }

  .md\:disabled\:text-pink-500:disabled {
    color: #ed64a6;
  }

  .md\:disabled\:text-pink-600:disabled {
    color: #d53f8c;
  }

  .md\:disabled\:text-pink-700:disabled {
    color: #b83280;
  }

  .md\:disabled\:text-pink-800:disabled {
    color: #97266d;
  }

  .md\:disabled\:text-pink-900:disabled {
    color: #702459;
  }

  .md\:text-xs {
    font-size: 0.75rem;
  }

  .md\:text-sm {
    font-size: 0.875rem;
  }

  .md\:text-base {
    font-size: 1rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
  }

  .md\:text-6xl {
    font-size: 4rem;
  }

  .group:hover .md\:group-hover\:text-xs {
    font-size: 0.75rem;
  }

  .group:hover .md\:group-hover\:text-sm {
    font-size: 0.875rem;
  }

  .group:hover .md\:group-hover\:text-base {
    font-size: 1rem;
  }

  .group:hover .md\:group-hover\:text-lg {
    font-size: 1.125rem;
  }

  .group:hover .md\:group-hover\:text-xl {
    font-size: 1.25rem;
  }

  .group:hover .md\:group-hover\:text-2xl {
    font-size: 1.5rem;
  }

  .group:hover .md\:group-hover\:text-3xl {
    font-size: 1.875rem;
  }

  .group:hover .md\:group-hover\:text-4xl {
    font-size: 2.25rem;
  }

  .group:hover .md\:group-hover\:text-5xl {
    font-size: 3rem;
  }

  .group:hover .md\:group-hover\:text-6xl {
    font-size: 4rem;
  }

  .md\:focus-within\:text-xs:focus-within {
    font-size: 0.75rem;
  }

  .md\:focus-within\:text-sm:focus-within {
    font-size: 0.875rem;
  }

  .md\:focus-within\:text-base:focus-within {
    font-size: 1rem;
  }

  .md\:focus-within\:text-lg:focus-within {
    font-size: 1.125rem;
  }

  .md\:focus-within\:text-xl:focus-within {
    font-size: 1.25rem;
  }

  .md\:focus-within\:text-2xl:focus-within {
    font-size: 1.5rem;
  }

  .md\:focus-within\:text-3xl:focus-within {
    font-size: 1.875rem;
  }

  .md\:focus-within\:text-4xl:focus-within {
    font-size: 2.25rem;
  }

  .md\:focus-within\:text-5xl:focus-within {
    font-size: 3rem;
  }

  .md\:focus-within\:text-6xl:focus-within {
    font-size: 4rem;
  }

  .md\:first\:text-xs:first-child {
    font-size: 0.75rem;
  }

  .md\:first\:text-sm:first-child {
    font-size: 0.875rem;
  }

  .md\:first\:text-base:first-child {
    font-size: 1rem;
  }

  .md\:first\:text-lg:first-child {
    font-size: 1.125rem;
  }

  .md\:first\:text-xl:first-child {
    font-size: 1.25rem;
  }

  .md\:first\:text-2xl:first-child {
    font-size: 1.5rem;
  }

  .md\:first\:text-3xl:first-child {
    font-size: 1.875rem;
  }

  .md\:first\:text-4xl:first-child {
    font-size: 2.25rem;
  }

  .md\:first\:text-5xl:first-child {
    font-size: 3rem;
  }

  .md\:first\:text-6xl:first-child {
    font-size: 4rem;
  }

  .md\:last\:text-xs:last-child {
    font-size: 0.75rem;
  }

  .md\:last\:text-sm:last-child {
    font-size: 0.875rem;
  }

  .md\:last\:text-base:last-child {
    font-size: 1rem;
  }

  .md\:last\:text-lg:last-child {
    font-size: 1.125rem;
  }

  .md\:last\:text-xl:last-child {
    font-size: 1.25rem;
  }

  .md\:last\:text-2xl:last-child {
    font-size: 1.5rem;
  }

  .md\:last\:text-3xl:last-child {
    font-size: 1.875rem;
  }

  .md\:last\:text-4xl:last-child {
    font-size: 2.25rem;
  }

  .md\:last\:text-5xl:last-child {
    font-size: 3rem;
  }

  .md\:last\:text-6xl:last-child {
    font-size: 4rem;
  }

  .md\:odd\:text-xs:nth-child(odd) {
    font-size: 0.75rem;
  }

  .md\:odd\:text-sm:nth-child(odd) {
    font-size: 0.875rem;
  }

  .md\:odd\:text-base:nth-child(odd) {
    font-size: 1rem;
  }

  .md\:odd\:text-lg:nth-child(odd) {
    font-size: 1.125rem;
  }

  .md\:odd\:text-xl:nth-child(odd) {
    font-size: 1.25rem;
  }

  .md\:odd\:text-2xl:nth-child(odd) {
    font-size: 1.5rem;
  }

  .md\:odd\:text-3xl:nth-child(odd) {
    font-size: 1.875rem;
  }

  .md\:odd\:text-4xl:nth-child(odd) {
    font-size: 2.25rem;
  }

  .md\:odd\:text-5xl:nth-child(odd) {
    font-size: 3rem;
  }

  .md\:odd\:text-6xl:nth-child(odd) {
    font-size: 4rem;
  }

  .md\:even\:text-xs:nth-child(even) {
    font-size: 0.75rem;
  }

  .md\:even\:text-sm:nth-child(even) {
    font-size: 0.875rem;
  }

  .md\:even\:text-base:nth-child(even) {
    font-size: 1rem;
  }

  .md\:even\:text-lg:nth-child(even) {
    font-size: 1.125rem;
  }

  .md\:even\:text-xl:nth-child(even) {
    font-size: 1.25rem;
  }

  .md\:even\:text-2xl:nth-child(even) {
    font-size: 1.5rem;
  }

  .md\:even\:text-3xl:nth-child(even) {
    font-size: 1.875rem;
  }

  .md\:even\:text-4xl:nth-child(even) {
    font-size: 2.25rem;
  }

  .md\:even\:text-5xl:nth-child(even) {
    font-size: 3rem;
  }

  .md\:even\:text-6xl:nth-child(even) {
    font-size: 4rem;
  }

  .md\:hover\:text-xs:hover {
    font-size: 0.75rem;
  }

  .md\:hover\:text-sm:hover {
    font-size: 0.875rem;
  }

  .md\:hover\:text-base:hover {
    font-size: 1rem;
  }

  .md\:hover\:text-lg:hover {
    font-size: 1.125rem;
  }

  .md\:hover\:text-xl:hover {
    font-size: 1.25rem;
  }

  .md\:hover\:text-2xl:hover {
    font-size: 1.5rem;
  }

  .md\:hover\:text-3xl:hover {
    font-size: 1.875rem;
  }

  .md\:hover\:text-4xl:hover {
    font-size: 2.25rem;
  }

  .md\:hover\:text-5xl:hover {
    font-size: 3rem;
  }

  .md\:hover\:text-6xl:hover {
    font-size: 4rem;
  }

  .md\:focus\:text-xs:focus {
    font-size: 0.75rem;
  }

  .md\:focus\:text-sm:focus {
    font-size: 0.875rem;
  }

  .md\:focus\:text-base:focus {
    font-size: 1rem;
  }

  .md\:focus\:text-lg:focus {
    font-size: 1.125rem;
  }

  .md\:focus\:text-xl:focus {
    font-size: 1.25rem;
  }

  .md\:focus\:text-2xl:focus {
    font-size: 1.5rem;
  }

  .md\:focus\:text-3xl:focus {
    font-size: 1.875rem;
  }

  .md\:focus\:text-4xl:focus {
    font-size: 2.25rem;
  }

  .md\:focus\:text-5xl:focus {
    font-size: 3rem;
  }

  .md\:focus\:text-6xl:focus {
    font-size: 4rem;
  }

  .md\:active\:text-xs:active {
    font-size: 0.75rem;
  }

  .md\:active\:text-sm:active {
    font-size: 0.875rem;
  }

  .md\:active\:text-base:active {
    font-size: 1rem;
  }

  .md\:active\:text-lg:active {
    font-size: 1.125rem;
  }

  .md\:active\:text-xl:active {
    font-size: 1.25rem;
  }

  .md\:active\:text-2xl:active {
    font-size: 1.5rem;
  }

  .md\:active\:text-3xl:active {
    font-size: 1.875rem;
  }

  .md\:active\:text-4xl:active {
    font-size: 2.25rem;
  }

  .md\:active\:text-5xl:active {
    font-size: 3rem;
  }

  .md\:active\:text-6xl:active {
    font-size: 4rem;
  }

  .md\:visited\:text-xs:visited {
    font-size: 0.75rem;
  }

  .md\:visited\:text-sm:visited {
    font-size: 0.875rem;
  }

  .md\:visited\:text-base:visited {
    font-size: 1rem;
  }

  .md\:visited\:text-lg:visited {
    font-size: 1.125rem;
  }

  .md\:visited\:text-xl:visited {
    font-size: 1.25rem;
  }

  .md\:visited\:text-2xl:visited {
    font-size: 1.5rem;
  }

  .md\:visited\:text-3xl:visited {
    font-size: 1.875rem;
  }

  .md\:visited\:text-4xl:visited {
    font-size: 2.25rem;
  }

  .md\:visited\:text-5xl:visited {
    font-size: 3rem;
  }

  .md\:visited\:text-6xl:visited {
    font-size: 4rem;
  }

  .md\:disabled\:text-xs:disabled {
    font-size: 0.75rem;
  }

  .md\:disabled\:text-sm:disabled {
    font-size: 0.875rem;
  }

  .md\:disabled\:text-base:disabled {
    font-size: 1rem;
  }

  .md\:disabled\:text-lg:disabled {
    font-size: 1.125rem;
  }

  .md\:disabled\:text-xl:disabled {
    font-size: 1.25rem;
  }

  .md\:disabled\:text-2xl:disabled {
    font-size: 1.5rem;
  }

  .md\:disabled\:text-3xl:disabled {
    font-size: 1.875rem;
  }

  .md\:disabled\:text-4xl:disabled {
    font-size: 2.25rem;
  }

  .md\:disabled\:text-5xl:disabled {
    font-size: 3rem;
  }

  .md\:disabled\:text-6xl:disabled {
    font-size: 4rem;
  }

  .md\:italic {
    font-style: italic;
  }

  .md\:not-italic {
    font-style: normal;
  }

  .group:hover .md\:group-hover\:italic {
    font-style: italic;
  }

  .group:hover .md\:group-hover\:not-italic {
    font-style: normal;
  }

  .md\:focus-within\:italic:focus-within {
    font-style: italic;
  }

  .md\:focus-within\:not-italic:focus-within {
    font-style: normal;
  }

  .md\:first\:italic:first-child {
    font-style: italic;
  }

  .md\:first\:not-italic:first-child {
    font-style: normal;
  }

  .md\:last\:italic:last-child {
    font-style: italic;
  }

  .md\:last\:not-italic:last-child {
    font-style: normal;
  }

  .md\:odd\:italic:nth-child(odd) {
    font-style: italic;
  }

  .md\:odd\:not-italic:nth-child(odd) {
    font-style: normal;
  }

  .md\:even\:italic:nth-child(even) {
    font-style: italic;
  }

  .md\:even\:not-italic:nth-child(even) {
    font-style: normal;
  }

  .md\:hover\:italic:hover {
    font-style: italic;
  }

  .md\:hover\:not-italic:hover {
    font-style: normal;
  }

  .md\:focus\:italic:focus {
    font-style: italic;
  }

  .md\:focus\:not-italic:focus {
    font-style: normal;
  }

  .md\:active\:italic:active {
    font-style: italic;
  }

  .md\:active\:not-italic:active {
    font-style: normal;
  }

  .md\:visited\:italic:visited {
    font-style: italic;
  }

  .md\:visited\:not-italic:visited {
    font-style: normal;
  }

  .md\:disabled\:italic:disabled {
    font-style: italic;
  }

  .md\:disabled\:not-italic:disabled {
    font-style: normal;
  }

  .md\:uppercase {
    text-transform: uppercase;
  }

  .md\:lowercase {
    text-transform: lowercase;
  }

  .md\:capitalize {
    text-transform: capitalize;
  }

  .md\:normal-case {
    text-transform: none;
  }

  .group:hover .md\:group-hover\:uppercase {
    text-transform: uppercase;
  }

  .group:hover .md\:group-hover\:lowercase {
    text-transform: lowercase;
  }

  .group:hover .md\:group-hover\:capitalize {
    text-transform: capitalize;
  }

  .group:hover .md\:group-hover\:normal-case {
    text-transform: none;
  }

  .md\:focus-within\:uppercase:focus-within {
    text-transform: uppercase;
  }

  .md\:focus-within\:lowercase:focus-within {
    text-transform: lowercase;
  }

  .md\:focus-within\:capitalize:focus-within {
    text-transform: capitalize;
  }

  .md\:focus-within\:normal-case:focus-within {
    text-transform: none;
  }

  .md\:first\:uppercase:first-child {
    text-transform: uppercase;
  }

  .md\:first\:lowercase:first-child {
    text-transform: lowercase;
  }

  .md\:first\:capitalize:first-child {
    text-transform: capitalize;
  }

  .md\:first\:normal-case:first-child {
    text-transform: none;
  }

  .md\:last\:uppercase:last-child {
    text-transform: uppercase;
  }

  .md\:last\:lowercase:last-child {
    text-transform: lowercase;
  }

  .md\:last\:capitalize:last-child {
    text-transform: capitalize;
  }

  .md\:last\:normal-case:last-child {
    text-transform: none;
  }

  .md\:odd\:uppercase:nth-child(odd) {
    text-transform: uppercase;
  }

  .md\:odd\:lowercase:nth-child(odd) {
    text-transform: lowercase;
  }

  .md\:odd\:capitalize:nth-child(odd) {
    text-transform: capitalize;
  }

  .md\:odd\:normal-case:nth-child(odd) {
    text-transform: none;
  }

  .md\:even\:uppercase:nth-child(even) {
    text-transform: uppercase;
  }

  .md\:even\:lowercase:nth-child(even) {
    text-transform: lowercase;
  }

  .md\:even\:capitalize:nth-child(even) {
    text-transform: capitalize;
  }

  .md\:even\:normal-case:nth-child(even) {
    text-transform: none;
  }

  .md\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .md\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .md\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .md\:hover\:normal-case:hover {
    text-transform: none;
  }

  .md\:focus\:uppercase:focus {
    text-transform: uppercase;
  }

  .md\:focus\:lowercase:focus {
    text-transform: lowercase;
  }

  .md\:focus\:capitalize:focus {
    text-transform: capitalize;
  }

  .md\:focus\:normal-case:focus {
    text-transform: none;
  }

  .md\:active\:uppercase:active {
    text-transform: uppercase;
  }

  .md\:active\:lowercase:active {
    text-transform: lowercase;
  }

  .md\:active\:capitalize:active {
    text-transform: capitalize;
  }

  .md\:active\:normal-case:active {
    text-transform: none;
  }

  .md\:visited\:uppercase:visited {
    text-transform: uppercase;
  }

  .md\:visited\:lowercase:visited {
    text-transform: lowercase;
  }

  .md\:visited\:capitalize:visited {
    text-transform: capitalize;
  }

  .md\:visited\:normal-case:visited {
    text-transform: none;
  }

  .md\:disabled\:uppercase:disabled {
    text-transform: uppercase;
  }

  .md\:disabled\:lowercase:disabled {
    text-transform: lowercase;
  }

  .md\:disabled\:capitalize:disabled {
    text-transform: capitalize;
  }

  .md\:disabled\:normal-case:disabled {
    text-transform: none;
  }

  .md\:underline {
    text-decoration: underline;
  }

  .md\:line-through {
    text-decoration: line-through;
  }

  .md\:no-underline {
    text-decoration: none;
  }

  .group:hover .md\:group-hover\:underline {
    text-decoration: underline;
  }

  .group:hover .md\:group-hover\:line-through {
    text-decoration: line-through;
  }

  .group:hover .md\:group-hover\:no-underline {
    text-decoration: none;
  }

  .md\:focus-within\:underline:focus-within {
    text-decoration: underline;
  }

  .md\:focus-within\:line-through:focus-within {
    text-decoration: line-through;
  }

  .md\:focus-within\:no-underline:focus-within {
    text-decoration: none;
  }

  .md\:first\:underline:first-child {
    text-decoration: underline;
  }

  .md\:first\:line-through:first-child {
    text-decoration: line-through;
  }

  .md\:first\:no-underline:first-child {
    text-decoration: none;
  }

  .md\:last\:underline:last-child {
    text-decoration: underline;
  }

  .md\:last\:line-through:last-child {
    text-decoration: line-through;
  }

  .md\:last\:no-underline:last-child {
    text-decoration: none;
  }

  .md\:odd\:underline:nth-child(odd) {
    text-decoration: underline;
  }

  .md\:odd\:line-through:nth-child(odd) {
    text-decoration: line-through;
  }

  .md\:odd\:no-underline:nth-child(odd) {
    text-decoration: none;
  }

  .md\:even\:underline:nth-child(even) {
    text-decoration: underline;
  }

  .md\:even\:line-through:nth-child(even) {
    text-decoration: line-through;
  }

  .md\:even\:no-underline:nth-child(even) {
    text-decoration: none;
  }

  .md\:hover\:underline:hover {
    text-decoration: underline;
  }

  .md\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .md\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .md\:focus\:underline:focus {
    text-decoration: underline;
  }

  .md\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .md\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .md\:active\:underline:active {
    text-decoration: underline;
  }

  .md\:active\:line-through:active {
    text-decoration: line-through;
  }

  .md\:active\:no-underline:active {
    text-decoration: none;
  }

  .md\:visited\:underline:visited {
    text-decoration: underline;
  }

  .md\:visited\:line-through:visited {
    text-decoration: line-through;
  }

  .md\:visited\:no-underline:visited {
    text-decoration: none;
  }

  .md\:disabled\:underline:disabled {
    text-decoration: underline;
  }

  .md\:disabled\:line-through:disabled {
    text-decoration: line-through;
  }

  .md\:disabled\:no-underline:disabled {
    text-decoration: none;
  }

  .md\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .group:hover .md\:group-hover\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .group:hover .md\:group-hover\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:focus-within\:antialiased:focus-within {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:focus-within\:subpixel-antialiased:focus-within {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:first\:antialiased:first-child {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:first\:subpixel-antialiased:first-child {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:last\:antialiased:last-child {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:last\:subpixel-antialiased:last-child {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:odd\:antialiased:nth-child(odd) {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:odd\:subpixel-antialiased:nth-child(odd) {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:even\:antialiased:nth-child(even) {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:even\:subpixel-antialiased:nth-child(even) {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:focus\:antialiased:focus {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:focus\:subpixel-antialiased:focus {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:active\:antialiased:active {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:active\:subpixel-antialiased:active {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:visited\:antialiased:visited {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:visited\:subpixel-antialiased:visited {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:disabled\:antialiased:disabled {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:disabled\:subpixel-antialiased:disabled {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .md\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .md\:tracking-normal {
    letter-spacing: 0;
  }

  .md\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .md\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .md\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .group:hover .md\:group-hover\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .group:hover .md\:group-hover\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .group:hover .md\:group-hover\:tracking-normal {
    letter-spacing: 0;
  }

  .group:hover .md\:group-hover\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .group:hover .md\:group-hover\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .group:hover .md\:group-hover\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .md\:focus-within\:tracking-tighter:focus-within {
    letter-spacing: -0.05em;
  }

  .md\:focus-within\:tracking-tight:focus-within {
    letter-spacing: -0.025em;
  }

  .md\:focus-within\:tracking-normal:focus-within {
    letter-spacing: 0;
  }

  .md\:focus-within\:tracking-wide:focus-within {
    letter-spacing: 0.025em;
  }

  .md\:focus-within\:tracking-wider:focus-within {
    letter-spacing: 0.05em;
  }

  .md\:focus-within\:tracking-widest:focus-within {
    letter-spacing: 0.1em;
  }

  .md\:first\:tracking-tighter:first-child {
    letter-spacing: -0.05em;
  }

  .md\:first\:tracking-tight:first-child {
    letter-spacing: -0.025em;
  }

  .md\:first\:tracking-normal:first-child {
    letter-spacing: 0;
  }

  .md\:first\:tracking-wide:first-child {
    letter-spacing: 0.025em;
  }

  .md\:first\:tracking-wider:first-child {
    letter-spacing: 0.05em;
  }

  .md\:first\:tracking-widest:first-child {
    letter-spacing: 0.1em;
  }

  .md\:last\:tracking-tighter:last-child {
    letter-spacing: -0.05em;
  }

  .md\:last\:tracking-tight:last-child {
    letter-spacing: -0.025em;
  }

  .md\:last\:tracking-normal:last-child {
    letter-spacing: 0;
  }

  .md\:last\:tracking-wide:last-child {
    letter-spacing: 0.025em;
  }

  .md\:last\:tracking-wider:last-child {
    letter-spacing: 0.05em;
  }

  .md\:last\:tracking-widest:last-child {
    letter-spacing: 0.1em;
  }

  .md\:odd\:tracking-tighter:nth-child(odd) {
    letter-spacing: -0.05em;
  }

  .md\:odd\:tracking-tight:nth-child(odd) {
    letter-spacing: -0.025em;
  }

  .md\:odd\:tracking-normal:nth-child(odd) {
    letter-spacing: 0;
  }

  .md\:odd\:tracking-wide:nth-child(odd) {
    letter-spacing: 0.025em;
  }

  .md\:odd\:tracking-wider:nth-child(odd) {
    letter-spacing: 0.05em;
  }

  .md\:odd\:tracking-widest:nth-child(odd) {
    letter-spacing: 0.1em;
  }

  .md\:even\:tracking-tighter:nth-child(even) {
    letter-spacing: -0.05em;
  }

  .md\:even\:tracking-tight:nth-child(even) {
    letter-spacing: -0.025em;
  }

  .md\:even\:tracking-normal:nth-child(even) {
    letter-spacing: 0;
  }

  .md\:even\:tracking-wide:nth-child(even) {
    letter-spacing: 0.025em;
  }

  .md\:even\:tracking-wider:nth-child(even) {
    letter-spacing: 0.05em;
  }

  .md\:even\:tracking-widest:nth-child(even) {
    letter-spacing: 0.1em;
  }

  .md\:hover\:tracking-tighter:hover {
    letter-spacing: -0.05em;
  }

  .md\:hover\:tracking-tight:hover {
    letter-spacing: -0.025em;
  }

  .md\:hover\:tracking-normal:hover {
    letter-spacing: 0;
  }

  .md\:hover\:tracking-wide:hover {
    letter-spacing: 0.025em;
  }

  .md\:hover\:tracking-wider:hover {
    letter-spacing: 0.05em;
  }

  .md\:hover\:tracking-widest:hover {
    letter-spacing: 0.1em;
  }

  .md\:focus\:tracking-tighter:focus {
    letter-spacing: -0.05em;
  }

  .md\:focus\:tracking-tight:focus {
    letter-spacing: -0.025em;
  }

  .md\:focus\:tracking-normal:focus {
    letter-spacing: 0;
  }

  .md\:focus\:tracking-wide:focus {
    letter-spacing: 0.025em;
  }

  .md\:focus\:tracking-wider:focus {
    letter-spacing: 0.05em;
  }

  .md\:focus\:tracking-widest:focus {
    letter-spacing: 0.1em;
  }

  .md\:active\:tracking-tighter:active {
    letter-spacing: -0.05em;
  }

  .md\:active\:tracking-tight:active {
    letter-spacing: -0.025em;
  }

  .md\:active\:tracking-normal:active {
    letter-spacing: 0;
  }

  .md\:active\:tracking-wide:active {
    letter-spacing: 0.025em;
  }

  .md\:active\:tracking-wider:active {
    letter-spacing: 0.05em;
  }

  .md\:active\:tracking-widest:active {
    letter-spacing: 0.1em;
  }

  .md\:visited\:tracking-tighter:visited {
    letter-spacing: -0.05em;
  }

  .md\:visited\:tracking-tight:visited {
    letter-spacing: -0.025em;
  }

  .md\:visited\:tracking-normal:visited {
    letter-spacing: 0;
  }

  .md\:visited\:tracking-wide:visited {
    letter-spacing: 0.025em;
  }

  .md\:visited\:tracking-wider:visited {
    letter-spacing: 0.05em;
  }

  .md\:visited\:tracking-widest:visited {
    letter-spacing: 0.1em;
  }

  .md\:disabled\:tracking-tighter:disabled {
    letter-spacing: -0.05em;
  }

  .md\:disabled\:tracking-tight:disabled {
    letter-spacing: -0.025em;
  }

  .md\:disabled\:tracking-normal:disabled {
    letter-spacing: 0;
  }

  .md\:disabled\:tracking-wide:disabled {
    letter-spacing: 0.025em;
  }

  .md\:disabled\:tracking-wider:disabled {
    letter-spacing: 0.05em;
  }

  .md\:disabled\:tracking-widest:disabled {
    letter-spacing: 0.1em;
  }

  .md\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .md\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .md\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .md\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .group:hover .md\:group-hover\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .group:hover .md\:group-hover\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .group:hover .md\:group-hover\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .group:hover .md\:group-hover\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .md\:focus-within\:select-none:focus-within {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .md\:focus-within\:select-text:focus-within {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .md\:focus-within\:select-all:focus-within {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .md\:focus-within\:select-auto:focus-within {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .md\:first\:select-none:first-child {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .md\:first\:select-text:first-child {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .md\:first\:select-all:first-child {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .md\:first\:select-auto:first-child {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .md\:last\:select-none:last-child {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .md\:last\:select-text:last-child {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .md\:last\:select-all:last-child {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .md\:last\:select-auto:last-child {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .md\:odd\:select-none:nth-child(odd) {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .md\:odd\:select-text:nth-child(odd) {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .md\:odd\:select-all:nth-child(odd) {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .md\:odd\:select-auto:nth-child(odd) {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .md\:even\:select-none:nth-child(even) {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .md\:even\:select-text:nth-child(even) {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .md\:even\:select-all:nth-child(even) {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .md\:even\:select-auto:nth-child(even) {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .md\:hover\:select-none:hover {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .md\:hover\:select-text:hover {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .md\:hover\:select-all:hover {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .md\:hover\:select-auto:hover {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .md\:focus\:select-none:focus {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .md\:focus\:select-text:focus {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .md\:focus\:select-all:focus {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .md\:focus\:select-auto:focus {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .md\:active\:select-none:active {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .md\:active\:select-text:active {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .md\:active\:select-all:active {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .md\:active\:select-auto:active {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .md\:visited\:select-none:visited {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .md\:visited\:select-text:visited {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .md\:visited\:select-all:visited {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .md\:visited\:select-auto:visited {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .md\:disabled\:select-none:disabled {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .md\:disabled\:select-text:disabled {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .md\:disabled\:select-all:disabled {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .md\:disabled\:select-auto:disabled {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .md\:align-baseline {
    vertical-align: baseline;
  }

  .md\:align-top {
    vertical-align: top;
  }

  .md\:align-middle {
    vertical-align: middle;
  }

  .md\:align-bottom {
    vertical-align: bottom;
  }

  .md\:align-text-top {
    vertical-align: text-top;
  }

  .md\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .group:hover .md\:group-hover\:align-baseline {
    vertical-align: baseline;
  }

  .group:hover .md\:group-hover\:align-top {
    vertical-align: top;
  }

  .group:hover .md\:group-hover\:align-middle {
    vertical-align: middle;
  }

  .group:hover .md\:group-hover\:align-bottom {
    vertical-align: bottom;
  }

  .group:hover .md\:group-hover\:align-text-top {
    vertical-align: text-top;
  }

  .group:hover .md\:group-hover\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .md\:focus-within\:align-baseline:focus-within {
    vertical-align: baseline;
  }

  .md\:focus-within\:align-top:focus-within {
    vertical-align: top;
  }

  .md\:focus-within\:align-middle:focus-within {
    vertical-align: middle;
  }

  .md\:focus-within\:align-bottom:focus-within {
    vertical-align: bottom;
  }

  .md\:focus-within\:align-text-top:focus-within {
    vertical-align: text-top;
  }

  .md\:focus-within\:align-text-bottom:focus-within {
    vertical-align: text-bottom;
  }

  .md\:first\:align-baseline:first-child {
    vertical-align: baseline;
  }

  .md\:first\:align-top:first-child {
    vertical-align: top;
  }

  .md\:first\:align-middle:first-child {
    vertical-align: middle;
  }

  .md\:first\:align-bottom:first-child {
    vertical-align: bottom;
  }

  .md\:first\:align-text-top:first-child {
    vertical-align: text-top;
  }

  .md\:first\:align-text-bottom:first-child {
    vertical-align: text-bottom;
  }

  .md\:last\:align-baseline:last-child {
    vertical-align: baseline;
  }

  .md\:last\:align-top:last-child {
    vertical-align: top;
  }

  .md\:last\:align-middle:last-child {
    vertical-align: middle;
  }

  .md\:last\:align-bottom:last-child {
    vertical-align: bottom;
  }

  .md\:last\:align-text-top:last-child {
    vertical-align: text-top;
  }

  .md\:last\:align-text-bottom:last-child {
    vertical-align: text-bottom;
  }

  .md\:odd\:align-baseline:nth-child(odd) {
    vertical-align: baseline;
  }

  .md\:odd\:align-top:nth-child(odd) {
    vertical-align: top;
  }

  .md\:odd\:align-middle:nth-child(odd) {
    vertical-align: middle;
  }

  .md\:odd\:align-bottom:nth-child(odd) {
    vertical-align: bottom;
  }

  .md\:odd\:align-text-top:nth-child(odd) {
    vertical-align: text-top;
  }

  .md\:odd\:align-text-bottom:nth-child(odd) {
    vertical-align: text-bottom;
  }

  .md\:even\:align-baseline:nth-child(even) {
    vertical-align: baseline;
  }

  .md\:even\:align-top:nth-child(even) {
    vertical-align: top;
  }

  .md\:even\:align-middle:nth-child(even) {
    vertical-align: middle;
  }

  .md\:even\:align-bottom:nth-child(even) {
    vertical-align: bottom;
  }

  .md\:even\:align-text-top:nth-child(even) {
    vertical-align: text-top;
  }

  .md\:even\:align-text-bottom:nth-child(even) {
    vertical-align: text-bottom;
  }

  .md\:hover\:align-baseline:hover {
    vertical-align: baseline;
  }

  .md\:hover\:align-top:hover {
    vertical-align: top;
  }

  .md\:hover\:align-middle:hover {
    vertical-align: middle;
  }

  .md\:hover\:align-bottom:hover {
    vertical-align: bottom;
  }

  .md\:hover\:align-text-top:hover {
    vertical-align: text-top;
  }

  .md\:hover\:align-text-bottom:hover {
    vertical-align: text-bottom;
  }

  .md\:focus\:align-baseline:focus {
    vertical-align: baseline;
  }

  .md\:focus\:align-top:focus {
    vertical-align: top;
  }

  .md\:focus\:align-middle:focus {
    vertical-align: middle;
  }

  .md\:focus\:align-bottom:focus {
    vertical-align: bottom;
  }

  .md\:focus\:align-text-top:focus {
    vertical-align: text-top;
  }

  .md\:focus\:align-text-bottom:focus {
    vertical-align: text-bottom;
  }

  .md\:active\:align-baseline:active {
    vertical-align: baseline;
  }

  .md\:active\:align-top:active {
    vertical-align: top;
  }

  .md\:active\:align-middle:active {
    vertical-align: middle;
  }

  .md\:active\:align-bottom:active {
    vertical-align: bottom;
  }

  .md\:active\:align-text-top:active {
    vertical-align: text-top;
  }

  .md\:active\:align-text-bottom:active {
    vertical-align: text-bottom;
  }

  .md\:visited\:align-baseline:visited {
    vertical-align: baseline;
  }

  .md\:visited\:align-top:visited {
    vertical-align: top;
  }

  .md\:visited\:align-middle:visited {
    vertical-align: middle;
  }

  .md\:visited\:align-bottom:visited {
    vertical-align: bottom;
  }

  .md\:visited\:align-text-top:visited {
    vertical-align: text-top;
  }

  .md\:visited\:align-text-bottom:visited {
    vertical-align: text-bottom;
  }

  .md\:disabled\:align-baseline:disabled {
    vertical-align: baseline;
  }

  .md\:disabled\:align-top:disabled {
    vertical-align: top;
  }

  .md\:disabled\:align-middle:disabled {
    vertical-align: middle;
  }

  .md\:disabled\:align-bottom:disabled {
    vertical-align: bottom;
  }

  .md\:disabled\:align-text-top:disabled {
    vertical-align: text-top;
  }

  .md\:disabled\:align-text-bottom:disabled {
    vertical-align: text-bottom;
  }

  .md\:visible {
    visibility: visible;
  }

  .md\:invisible {
    visibility: hidden;
  }

  .group:hover .md\:group-hover\:visible {
    visibility: visible;
  }

  .group:hover .md\:group-hover\:invisible {
    visibility: hidden;
  }

  .md\:focus-within\:visible:focus-within {
    visibility: visible;
  }

  .md\:focus-within\:invisible:focus-within {
    visibility: hidden;
  }

  .md\:first\:visible:first-child {
    visibility: visible;
  }

  .md\:first\:invisible:first-child {
    visibility: hidden;
  }

  .md\:last\:visible:last-child {
    visibility: visible;
  }

  .md\:last\:invisible:last-child {
    visibility: hidden;
  }

  .md\:odd\:visible:nth-child(odd) {
    visibility: visible;
  }

  .md\:odd\:invisible:nth-child(odd) {
    visibility: hidden;
  }

  .md\:even\:visible:nth-child(even) {
    visibility: visible;
  }

  .md\:even\:invisible:nth-child(even) {
    visibility: hidden;
  }

  .md\:hover\:visible:hover {
    visibility: visible;
  }

  .md\:hover\:invisible:hover {
    visibility: hidden;
  }

  .md\:focus\:visible:focus {
    visibility: visible;
  }

  .md\:focus\:invisible:focus {
    visibility: hidden;
  }

  .md\:active\:visible:active {
    visibility: visible;
  }

  .md\:active\:invisible:active {
    visibility: hidden;
  }

  .md\:visited\:visible:visited {
    visibility: visible;
  }

  .md\:visited\:invisible:visited {
    visibility: hidden;
  }

  .md\:disabled\:visible:disabled {
    visibility: visible;
  }

  .md\:disabled\:invisible:disabled {
    visibility: hidden;
  }

  .md\:whitespace-normal {
    white-space: normal;
  }

  .md\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .md\:whitespace-pre {
    white-space: pre;
  }

  .md\:whitespace-pre-line {
    white-space: pre-line;
  }

  .md\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .group:hover .md\:group-hover\:whitespace-normal {
    white-space: normal;
  }

  .group:hover .md\:group-hover\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .group:hover .md\:group-hover\:whitespace-pre {
    white-space: pre;
  }

  .group:hover .md\:group-hover\:whitespace-pre-line {
    white-space: pre-line;
  }

  .group:hover .md\:group-hover\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .md\:focus-within\:whitespace-normal:focus-within {
    white-space: normal;
  }

  .md\:focus-within\:whitespace-no-wrap:focus-within {
    white-space: nowrap;
  }

  .md\:focus-within\:whitespace-pre:focus-within {
    white-space: pre;
  }

  .md\:focus-within\:whitespace-pre-line:focus-within {
    white-space: pre-line;
  }

  .md\:focus-within\:whitespace-pre-wrap:focus-within {
    white-space: pre-wrap;
  }

  .md\:first\:whitespace-normal:first-child {
    white-space: normal;
  }

  .md\:first\:whitespace-no-wrap:first-child {
    white-space: nowrap;
  }

  .md\:first\:whitespace-pre:first-child {
    white-space: pre;
  }

  .md\:first\:whitespace-pre-line:first-child {
    white-space: pre-line;
  }

  .md\:first\:whitespace-pre-wrap:first-child {
    white-space: pre-wrap;
  }

  .md\:last\:whitespace-normal:last-child {
    white-space: normal;
  }

  .md\:last\:whitespace-no-wrap:last-child {
    white-space: nowrap;
  }

  .md\:last\:whitespace-pre:last-child {
    white-space: pre;
  }

  .md\:last\:whitespace-pre-line:last-child {
    white-space: pre-line;
  }

  .md\:last\:whitespace-pre-wrap:last-child {
    white-space: pre-wrap;
  }

  .md\:odd\:whitespace-normal:nth-child(odd) {
    white-space: normal;
  }

  .md\:odd\:whitespace-no-wrap:nth-child(odd) {
    white-space: nowrap;
  }

  .md\:odd\:whitespace-pre:nth-child(odd) {
    white-space: pre;
  }

  .md\:odd\:whitespace-pre-line:nth-child(odd) {
    white-space: pre-line;
  }

  .md\:odd\:whitespace-pre-wrap:nth-child(odd) {
    white-space: pre-wrap;
  }

  .md\:even\:whitespace-normal:nth-child(even) {
    white-space: normal;
  }

  .md\:even\:whitespace-no-wrap:nth-child(even) {
    white-space: nowrap;
  }

  .md\:even\:whitespace-pre:nth-child(even) {
    white-space: pre;
  }

  .md\:even\:whitespace-pre-line:nth-child(even) {
    white-space: pre-line;
  }

  .md\:even\:whitespace-pre-wrap:nth-child(even) {
    white-space: pre-wrap;
  }

  .md\:hover\:whitespace-normal:hover {
    white-space: normal;
  }

  .md\:hover\:whitespace-no-wrap:hover {
    white-space: nowrap;
  }

  .md\:hover\:whitespace-pre:hover {
    white-space: pre;
  }

  .md\:hover\:whitespace-pre-line:hover {
    white-space: pre-line;
  }

  .md\:hover\:whitespace-pre-wrap:hover {
    white-space: pre-wrap;
  }

  .md\:focus\:whitespace-normal:focus {
    white-space: normal;
  }

  .md\:focus\:whitespace-no-wrap:focus {
    white-space: nowrap;
  }

  .md\:focus\:whitespace-pre:focus {
    white-space: pre;
  }

  .md\:focus\:whitespace-pre-line:focus {
    white-space: pre-line;
  }

  .md\:focus\:whitespace-pre-wrap:focus {
    white-space: pre-wrap;
  }

  .md\:active\:whitespace-normal:active {
    white-space: normal;
  }

  .md\:active\:whitespace-no-wrap:active {
    white-space: nowrap;
  }

  .md\:active\:whitespace-pre:active {
    white-space: pre;
  }

  .md\:active\:whitespace-pre-line:active {
    white-space: pre-line;
  }

  .md\:active\:whitespace-pre-wrap:active {
    white-space: pre-wrap;
  }

  .md\:visited\:whitespace-normal:visited {
    white-space: normal;
  }

  .md\:visited\:whitespace-no-wrap:visited {
    white-space: nowrap;
  }

  .md\:visited\:whitespace-pre:visited {
    white-space: pre;
  }

  .md\:visited\:whitespace-pre-line:visited {
    white-space: pre-line;
  }

  .md\:visited\:whitespace-pre-wrap:visited {
    white-space: pre-wrap;
  }

  .md\:disabled\:whitespace-normal:disabled {
    white-space: normal;
  }

  .md\:disabled\:whitespace-no-wrap:disabled {
    white-space: nowrap;
  }

  .md\:disabled\:whitespace-pre:disabled {
    white-space: pre;
  }

  .md\:disabled\:whitespace-pre-line:disabled {
    white-space: pre-line;
  }

  .md\:disabled\:whitespace-pre-wrap:disabled {
    white-space: pre-wrap;
  }

  .md\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .md\:break-words {
    overflow-wrap: break-word;
  }

  .md\:break-all {
    word-break: break-all;
  }

  .md\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .group:hover .md\:group-hover\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .group:hover .md\:group-hover\:break-words {
    overflow-wrap: break-word;
  }

  .group:hover .md\:group-hover\:break-all {
    word-break: break-all;
  }

  .group:hover .md\:group-hover\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md\:focus-within\:break-normal:focus-within {
    overflow-wrap: normal;
    word-break: normal;
  }

  .md\:focus-within\:break-words:focus-within {
    overflow-wrap: break-word;
  }

  .md\:focus-within\:break-all:focus-within {
    word-break: break-all;
  }

  .md\:focus-within\:truncate:focus-within {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md\:first\:break-normal:first-child {
    overflow-wrap: normal;
    word-break: normal;
  }

  .md\:first\:break-words:first-child {
    overflow-wrap: break-word;
  }

  .md\:first\:break-all:first-child {
    word-break: break-all;
  }

  .md\:first\:truncate:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md\:last\:break-normal:last-child {
    overflow-wrap: normal;
    word-break: normal;
  }

  .md\:last\:break-words:last-child {
    overflow-wrap: break-word;
  }

  .md\:last\:break-all:last-child {
    word-break: break-all;
  }

  .md\:last\:truncate:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md\:odd\:break-normal:nth-child(odd) {
    overflow-wrap: normal;
    word-break: normal;
  }

  .md\:odd\:break-words:nth-child(odd) {
    overflow-wrap: break-word;
  }

  .md\:odd\:break-all:nth-child(odd) {
    word-break: break-all;
  }

  .md\:odd\:truncate:nth-child(odd) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md\:even\:break-normal:nth-child(even) {
    overflow-wrap: normal;
    word-break: normal;
  }

  .md\:even\:break-words:nth-child(even) {
    overflow-wrap: break-word;
  }

  .md\:even\:break-all:nth-child(even) {
    word-break: break-all;
  }

  .md\:even\:truncate:nth-child(even) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md\:hover\:break-normal:hover {
    overflow-wrap: normal;
    word-break: normal;
  }

  .md\:hover\:break-words:hover {
    overflow-wrap: break-word;
  }

  .md\:hover\:break-all:hover {
    word-break: break-all;
  }

  .md\:hover\:truncate:hover {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md\:focus\:break-normal:focus {
    overflow-wrap: normal;
    word-break: normal;
  }

  .md\:focus\:break-words:focus {
    overflow-wrap: break-word;
  }

  .md\:focus\:break-all:focus {
    word-break: break-all;
  }

  .md\:focus\:truncate:focus {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md\:active\:break-normal:active {
    overflow-wrap: normal;
    word-break: normal;
  }

  .md\:active\:break-words:active {
    overflow-wrap: break-word;
  }

  .md\:active\:break-all:active {
    word-break: break-all;
  }

  .md\:active\:truncate:active {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md\:visited\:break-normal:visited {
    overflow-wrap: normal;
    word-break: normal;
  }

  .md\:visited\:break-words:visited {
    overflow-wrap: break-word;
  }

  .md\:visited\:break-all:visited {
    word-break: break-all;
  }

  .md\:visited\:truncate:visited {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md\:disabled\:break-normal:disabled {
    overflow-wrap: normal;
    word-break: normal;
  }

  .md\:disabled\:break-words:disabled {
    overflow-wrap: break-word;
  }

  .md\:disabled\:break-all:disabled {
    word-break: break-all;
  }

  .md\:disabled\:truncate:disabled {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md\:w-0 {
    width: 0;
  }

  .md\:w-1 {
    width: 0.25rem;
  }

  .md\:w-2 {
    width: 0.5rem;
  }

  .md\:w-3 {
    width: 0.75rem;
  }

  .md\:w-4 {
    width: 1rem;
  }

  .md\:w-5 {
    width: 1.25rem;
  }

  .md\:w-6 {
    width: 1.5rem;
  }

  .md\:w-8 {
    width: 2rem;
  }

  .md\:w-10 {
    width: 2.5rem;
  }

  .md\:w-12 {
    width: 3rem;
  }

  .md\:w-16 {
    width: 4rem;
  }

  .md\:w-20 {
    width: 5rem;
  }

  .md\:w-24 {
    width: 6rem;
  }

  .md\:w-32 {
    width: 8rem;
  }

  .md\:w-40 {
    width: 10rem;
  }

  .md\:w-48 {
    width: 12rem;
  }

  .md\:w-56 {
    width: 14rem;
  }

  .md\:w-64 {
    width: 16rem;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-px {
    width: 1px;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-2\/4 {
    width: 50%;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-1\/5 {
    width: 20%;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:w-4\/5 {
    width: 80%;
  }

  .md\:w-1\/6 {
    width: 16.666667%;
  }

  .md\:w-2\/6 {
    width: 33.333333%;
  }

  .md\:w-3\/6 {
    width: 50%;
  }

  .md\:w-4\/6 {
    width: 66.666667%;
  }

  .md\:w-5\/6 {
    width: 83.333333%;
  }

  .md\:w-1\/12 {
    width: 8.333333%;
  }

  .md\:w-2\/12 {
    width: 16.666667%;
  }

  .md\:w-3\/12 {
    width: 25%;
  }

  .md\:w-4\/12 {
    width: 33.333333%;
  }

  .md\:w-5\/12 {
    width: 41.666667%;
  }

  .md\:w-6\/12 {
    width: 50%;
  }

  .md\:w-7\/12 {
    width: 58.333333%;
  }

  .md\:w-8\/12 {
    width: 66.666667%;
  }

  .md\:w-9\/12 {
    width: 75%;
  }

  .md\:w-10\/12 {
    width: 83.333333%;
  }

  .md\:w-11\/12 {
    width: 91.666667%;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:w-screen {
    width: 100vw;
  }

  .group:hover .md\:group-hover\:w-0 {
    width: 0;
  }

  .group:hover .md\:group-hover\:w-1 {
    width: 0.25rem;
  }

  .group:hover .md\:group-hover\:w-2 {
    width: 0.5rem;
  }

  .group:hover .md\:group-hover\:w-3 {
    width: 0.75rem;
  }

  .group:hover .md\:group-hover\:w-4 {
    width: 1rem;
  }

  .group:hover .md\:group-hover\:w-5 {
    width: 1.25rem;
  }

  .group:hover .md\:group-hover\:w-6 {
    width: 1.5rem;
  }

  .group:hover .md\:group-hover\:w-8 {
    width: 2rem;
  }

  .group:hover .md\:group-hover\:w-10 {
    width: 2.5rem;
  }

  .group:hover .md\:group-hover\:w-12 {
    width: 3rem;
  }

  .group:hover .md\:group-hover\:w-16 {
    width: 4rem;
  }

  .group:hover .md\:group-hover\:w-20 {
    width: 5rem;
  }

  .group:hover .md\:group-hover\:w-24 {
    width: 6rem;
  }

  .group:hover .md\:group-hover\:w-32 {
    width: 8rem;
  }

  .group:hover .md\:group-hover\:w-40 {
    width: 10rem;
  }

  .group:hover .md\:group-hover\:w-48 {
    width: 12rem;
  }

  .group:hover .md\:group-hover\:w-56 {
    width: 14rem;
  }

  .group:hover .md\:group-hover\:w-64 {
    width: 16rem;
  }

  .group:hover .md\:group-hover\:w-auto {
    width: auto;
  }

  .group:hover .md\:group-hover\:w-px {
    width: 1px;
  }

  .group:hover .md\:group-hover\:w-1\/2 {
    width: 50%;
  }

  .group:hover .md\:group-hover\:w-1\/3 {
    width: 33.333333%;
  }

  .group:hover .md\:group-hover\:w-2\/3 {
    width: 66.666667%;
  }

  .group:hover .md\:group-hover\:w-1\/4 {
    width: 25%;
  }

  .group:hover .md\:group-hover\:w-2\/4 {
    width: 50%;
  }

  .group:hover .md\:group-hover\:w-3\/4 {
    width: 75%;
  }

  .group:hover .md\:group-hover\:w-1\/5 {
    width: 20%;
  }

  .group:hover .md\:group-hover\:w-2\/5 {
    width: 40%;
  }

  .group:hover .md\:group-hover\:w-3\/5 {
    width: 60%;
  }

  .group:hover .md\:group-hover\:w-4\/5 {
    width: 80%;
  }

  .group:hover .md\:group-hover\:w-1\/6 {
    width: 16.666667%;
  }

  .group:hover .md\:group-hover\:w-2\/6 {
    width: 33.333333%;
  }

  .group:hover .md\:group-hover\:w-3\/6 {
    width: 50%;
  }

  .group:hover .md\:group-hover\:w-4\/6 {
    width: 66.666667%;
  }

  .group:hover .md\:group-hover\:w-5\/6 {
    width: 83.333333%;
  }

  .group:hover .md\:group-hover\:w-1\/12 {
    width: 8.333333%;
  }

  .group:hover .md\:group-hover\:w-2\/12 {
    width: 16.666667%;
  }

  .group:hover .md\:group-hover\:w-3\/12 {
    width: 25%;
  }

  .group:hover .md\:group-hover\:w-4\/12 {
    width: 33.333333%;
  }

  .group:hover .md\:group-hover\:w-5\/12 {
    width: 41.666667%;
  }

  .group:hover .md\:group-hover\:w-6\/12 {
    width: 50%;
  }

  .group:hover .md\:group-hover\:w-7\/12 {
    width: 58.333333%;
  }

  .group:hover .md\:group-hover\:w-8\/12 {
    width: 66.666667%;
  }

  .group:hover .md\:group-hover\:w-9\/12 {
    width: 75%;
  }

  .group:hover .md\:group-hover\:w-10\/12 {
    width: 83.333333%;
  }

  .group:hover .md\:group-hover\:w-11\/12 {
    width: 91.666667%;
  }

  .group:hover .md\:group-hover\:w-full {
    width: 100%;
  }

  .group:hover .md\:group-hover\:w-screen {
    width: 100vw;
  }

  .md\:focus-within\:w-0:focus-within {
    width: 0;
  }

  .md\:focus-within\:w-1:focus-within {
    width: 0.25rem;
  }

  .md\:focus-within\:w-2:focus-within {
    width: 0.5rem;
  }

  .md\:focus-within\:w-3:focus-within {
    width: 0.75rem;
  }

  .md\:focus-within\:w-4:focus-within {
    width: 1rem;
  }

  .md\:focus-within\:w-5:focus-within {
    width: 1.25rem;
  }

  .md\:focus-within\:w-6:focus-within {
    width: 1.5rem;
  }

  .md\:focus-within\:w-8:focus-within {
    width: 2rem;
  }

  .md\:focus-within\:w-10:focus-within {
    width: 2.5rem;
  }

  .md\:focus-within\:w-12:focus-within {
    width: 3rem;
  }

  .md\:focus-within\:w-16:focus-within {
    width: 4rem;
  }

  .md\:focus-within\:w-20:focus-within {
    width: 5rem;
  }

  .md\:focus-within\:w-24:focus-within {
    width: 6rem;
  }

  .md\:focus-within\:w-32:focus-within {
    width: 8rem;
  }

  .md\:focus-within\:w-40:focus-within {
    width: 10rem;
  }

  .md\:focus-within\:w-48:focus-within {
    width: 12rem;
  }

  .md\:focus-within\:w-56:focus-within {
    width: 14rem;
  }

  .md\:focus-within\:w-64:focus-within {
    width: 16rem;
  }

  .md\:focus-within\:w-auto:focus-within {
    width: auto;
  }

  .md\:focus-within\:w-px:focus-within {
    width: 1px;
  }

  .md\:focus-within\:w-1\/2:focus-within {
    width: 50%;
  }

  .md\:focus-within\:w-1\/3:focus-within {
    width: 33.333333%;
  }

  .md\:focus-within\:w-2\/3:focus-within {
    width: 66.666667%;
  }

  .md\:focus-within\:w-1\/4:focus-within {
    width: 25%;
  }

  .md\:focus-within\:w-2\/4:focus-within {
    width: 50%;
  }

  .md\:focus-within\:w-3\/4:focus-within {
    width: 75%;
  }

  .md\:focus-within\:w-1\/5:focus-within {
    width: 20%;
  }

  .md\:focus-within\:w-2\/5:focus-within {
    width: 40%;
  }

  .md\:focus-within\:w-3\/5:focus-within {
    width: 60%;
  }

  .md\:focus-within\:w-4\/5:focus-within {
    width: 80%;
  }

  .md\:focus-within\:w-1\/6:focus-within {
    width: 16.666667%;
  }

  .md\:focus-within\:w-2\/6:focus-within {
    width: 33.333333%;
  }

  .md\:focus-within\:w-3\/6:focus-within {
    width: 50%;
  }

  .md\:focus-within\:w-4\/6:focus-within {
    width: 66.666667%;
  }

  .md\:focus-within\:w-5\/6:focus-within {
    width: 83.333333%;
  }

  .md\:focus-within\:w-1\/12:focus-within {
    width: 8.333333%;
  }

  .md\:focus-within\:w-2\/12:focus-within {
    width: 16.666667%;
  }

  .md\:focus-within\:w-3\/12:focus-within {
    width: 25%;
  }

  .md\:focus-within\:w-4\/12:focus-within {
    width: 33.333333%;
  }

  .md\:focus-within\:w-5\/12:focus-within {
    width: 41.666667%;
  }

  .md\:focus-within\:w-6\/12:focus-within {
    width: 50%;
  }

  .md\:focus-within\:w-7\/12:focus-within {
    width: 58.333333%;
  }

  .md\:focus-within\:w-8\/12:focus-within {
    width: 66.666667%;
  }

  .md\:focus-within\:w-9\/12:focus-within {
    width: 75%;
  }

  .md\:focus-within\:w-10\/12:focus-within {
    width: 83.333333%;
  }

  .md\:focus-within\:w-11\/12:focus-within {
    width: 91.666667%;
  }

  .md\:focus-within\:w-full:focus-within {
    width: 100%;
  }

  .md\:focus-within\:w-screen:focus-within {
    width: 100vw;
  }

  .md\:first\:w-0:first-child {
    width: 0;
  }

  .md\:first\:w-1:first-child {
    width: 0.25rem;
  }

  .md\:first\:w-2:first-child {
    width: 0.5rem;
  }

  .md\:first\:w-3:first-child {
    width: 0.75rem;
  }

  .md\:first\:w-4:first-child {
    width: 1rem;
  }

  .md\:first\:w-5:first-child {
    width: 1.25rem;
  }

  .md\:first\:w-6:first-child {
    width: 1.5rem;
  }

  .md\:first\:w-8:first-child {
    width: 2rem;
  }

  .md\:first\:w-10:first-child {
    width: 2.5rem;
  }

  .md\:first\:w-12:first-child {
    width: 3rem;
  }

  .md\:first\:w-16:first-child {
    width: 4rem;
  }

  .md\:first\:w-20:first-child {
    width: 5rem;
  }

  .md\:first\:w-24:first-child {
    width: 6rem;
  }

  .md\:first\:w-32:first-child {
    width: 8rem;
  }

  .md\:first\:w-40:first-child {
    width: 10rem;
  }

  .md\:first\:w-48:first-child {
    width: 12rem;
  }

  .md\:first\:w-56:first-child {
    width: 14rem;
  }

  .md\:first\:w-64:first-child {
    width: 16rem;
  }

  .md\:first\:w-auto:first-child {
    width: auto;
  }

  .md\:first\:w-px:first-child {
    width: 1px;
  }

  .md\:first\:w-1\/2:first-child {
    width: 50%;
  }

  .md\:first\:w-1\/3:first-child {
    width: 33.333333%;
  }

  .md\:first\:w-2\/3:first-child {
    width: 66.666667%;
  }

  .md\:first\:w-1\/4:first-child {
    width: 25%;
  }

  .md\:first\:w-2\/4:first-child {
    width: 50%;
  }

  .md\:first\:w-3\/4:first-child {
    width: 75%;
  }

  .md\:first\:w-1\/5:first-child {
    width: 20%;
  }

  .md\:first\:w-2\/5:first-child {
    width: 40%;
  }

  .md\:first\:w-3\/5:first-child {
    width: 60%;
  }

  .md\:first\:w-4\/5:first-child {
    width: 80%;
  }

  .md\:first\:w-1\/6:first-child {
    width: 16.666667%;
  }

  .md\:first\:w-2\/6:first-child {
    width: 33.333333%;
  }

  .md\:first\:w-3\/6:first-child {
    width: 50%;
  }

  .md\:first\:w-4\/6:first-child {
    width: 66.666667%;
  }

  .md\:first\:w-5\/6:first-child {
    width: 83.333333%;
  }

  .md\:first\:w-1\/12:first-child {
    width: 8.333333%;
  }

  .md\:first\:w-2\/12:first-child {
    width: 16.666667%;
  }

  .md\:first\:w-3\/12:first-child {
    width: 25%;
  }

  .md\:first\:w-4\/12:first-child {
    width: 33.333333%;
  }

  .md\:first\:w-5\/12:first-child {
    width: 41.666667%;
  }

  .md\:first\:w-6\/12:first-child {
    width: 50%;
  }

  .md\:first\:w-7\/12:first-child {
    width: 58.333333%;
  }

  .md\:first\:w-8\/12:first-child {
    width: 66.666667%;
  }

  .md\:first\:w-9\/12:first-child {
    width: 75%;
  }

  .md\:first\:w-10\/12:first-child {
    width: 83.333333%;
  }

  .md\:first\:w-11\/12:first-child {
    width: 91.666667%;
  }

  .md\:first\:w-full:first-child {
    width: 100%;
  }

  .md\:first\:w-screen:first-child {
    width: 100vw;
  }

  .md\:last\:w-0:last-child {
    width: 0;
  }

  .md\:last\:w-1:last-child {
    width: 0.25rem;
  }

  .md\:last\:w-2:last-child {
    width: 0.5rem;
  }

  .md\:last\:w-3:last-child {
    width: 0.75rem;
  }

  .md\:last\:w-4:last-child {
    width: 1rem;
  }

  .md\:last\:w-5:last-child {
    width: 1.25rem;
  }

  .md\:last\:w-6:last-child {
    width: 1.5rem;
  }

  .md\:last\:w-8:last-child {
    width: 2rem;
  }

  .md\:last\:w-10:last-child {
    width: 2.5rem;
  }

  .md\:last\:w-12:last-child {
    width: 3rem;
  }

  .md\:last\:w-16:last-child {
    width: 4rem;
  }

  .md\:last\:w-20:last-child {
    width: 5rem;
  }

  .md\:last\:w-24:last-child {
    width: 6rem;
  }

  .md\:last\:w-32:last-child {
    width: 8rem;
  }

  .md\:last\:w-40:last-child {
    width: 10rem;
  }

  .md\:last\:w-48:last-child {
    width: 12rem;
  }

  .md\:last\:w-56:last-child {
    width: 14rem;
  }

  .md\:last\:w-64:last-child {
    width: 16rem;
  }

  .md\:last\:w-auto:last-child {
    width: auto;
  }

  .md\:last\:w-px:last-child {
    width: 1px;
  }

  .md\:last\:w-1\/2:last-child {
    width: 50%;
  }

  .md\:last\:w-1\/3:last-child {
    width: 33.333333%;
  }

  .md\:last\:w-2\/3:last-child {
    width: 66.666667%;
  }

  .md\:last\:w-1\/4:last-child {
    width: 25%;
  }

  .md\:last\:w-2\/4:last-child {
    width: 50%;
  }

  .md\:last\:w-3\/4:last-child {
    width: 75%;
  }

  .md\:last\:w-1\/5:last-child {
    width: 20%;
  }

  .md\:last\:w-2\/5:last-child {
    width: 40%;
  }

  .md\:last\:w-3\/5:last-child {
    width: 60%;
  }

  .md\:last\:w-4\/5:last-child {
    width: 80%;
  }

  .md\:last\:w-1\/6:last-child {
    width: 16.666667%;
  }

  .md\:last\:w-2\/6:last-child {
    width: 33.333333%;
  }

  .md\:last\:w-3\/6:last-child {
    width: 50%;
  }

  .md\:last\:w-4\/6:last-child {
    width: 66.666667%;
  }

  .md\:last\:w-5\/6:last-child {
    width: 83.333333%;
  }

  .md\:last\:w-1\/12:last-child {
    width: 8.333333%;
  }

  .md\:last\:w-2\/12:last-child {
    width: 16.666667%;
  }

  .md\:last\:w-3\/12:last-child {
    width: 25%;
  }

  .md\:last\:w-4\/12:last-child {
    width: 33.333333%;
  }

  .md\:last\:w-5\/12:last-child {
    width: 41.666667%;
  }

  .md\:last\:w-6\/12:last-child {
    width: 50%;
  }

  .md\:last\:w-7\/12:last-child {
    width: 58.333333%;
  }

  .md\:last\:w-8\/12:last-child {
    width: 66.666667%;
  }

  .md\:last\:w-9\/12:last-child {
    width: 75%;
  }

  .md\:last\:w-10\/12:last-child {
    width: 83.333333%;
  }

  .md\:last\:w-11\/12:last-child {
    width: 91.666667%;
  }

  .md\:last\:w-full:last-child {
    width: 100%;
  }

  .md\:last\:w-screen:last-child {
    width: 100vw;
  }

  .md\:odd\:w-0:nth-child(odd) {
    width: 0;
  }

  .md\:odd\:w-1:nth-child(odd) {
    width: 0.25rem;
  }

  .md\:odd\:w-2:nth-child(odd) {
    width: 0.5rem;
  }

  .md\:odd\:w-3:nth-child(odd) {
    width: 0.75rem;
  }

  .md\:odd\:w-4:nth-child(odd) {
    width: 1rem;
  }

  .md\:odd\:w-5:nth-child(odd) {
    width: 1.25rem;
  }

  .md\:odd\:w-6:nth-child(odd) {
    width: 1.5rem;
  }

  .md\:odd\:w-8:nth-child(odd) {
    width: 2rem;
  }

  .md\:odd\:w-10:nth-child(odd) {
    width: 2.5rem;
  }

  .md\:odd\:w-12:nth-child(odd) {
    width: 3rem;
  }

  .md\:odd\:w-16:nth-child(odd) {
    width: 4rem;
  }

  .md\:odd\:w-20:nth-child(odd) {
    width: 5rem;
  }

  .md\:odd\:w-24:nth-child(odd) {
    width: 6rem;
  }

  .md\:odd\:w-32:nth-child(odd) {
    width: 8rem;
  }

  .md\:odd\:w-40:nth-child(odd) {
    width: 10rem;
  }

  .md\:odd\:w-48:nth-child(odd) {
    width: 12rem;
  }

  .md\:odd\:w-56:nth-child(odd) {
    width: 14rem;
  }

  .md\:odd\:w-64:nth-child(odd) {
    width: 16rem;
  }

  .md\:odd\:w-auto:nth-child(odd) {
    width: auto;
  }

  .md\:odd\:w-px:nth-child(odd) {
    width: 1px;
  }

  .md\:odd\:w-1\/2:nth-child(odd) {
    width: 50%;
  }

  .md\:odd\:w-1\/3:nth-child(odd) {
    width: 33.333333%;
  }

  .md\:odd\:w-2\/3:nth-child(odd) {
    width: 66.666667%;
  }

  .md\:odd\:w-1\/4:nth-child(odd) {
    width: 25%;
  }

  .md\:odd\:w-2\/4:nth-child(odd) {
    width: 50%;
  }

  .md\:odd\:w-3\/4:nth-child(odd) {
    width: 75%;
  }

  .md\:odd\:w-1\/5:nth-child(odd) {
    width: 20%;
  }

  .md\:odd\:w-2\/5:nth-child(odd) {
    width: 40%;
  }

  .md\:odd\:w-3\/5:nth-child(odd) {
    width: 60%;
  }

  .md\:odd\:w-4\/5:nth-child(odd) {
    width: 80%;
  }

  .md\:odd\:w-1\/6:nth-child(odd) {
    width: 16.666667%;
  }

  .md\:odd\:w-2\/6:nth-child(odd) {
    width: 33.333333%;
  }

  .md\:odd\:w-3\/6:nth-child(odd) {
    width: 50%;
  }

  .md\:odd\:w-4\/6:nth-child(odd) {
    width: 66.666667%;
  }

  .md\:odd\:w-5\/6:nth-child(odd) {
    width: 83.333333%;
  }

  .md\:odd\:w-1\/12:nth-child(odd) {
    width: 8.333333%;
  }

  .md\:odd\:w-2\/12:nth-child(odd) {
    width: 16.666667%;
  }

  .md\:odd\:w-3\/12:nth-child(odd) {
    width: 25%;
  }

  .md\:odd\:w-4\/12:nth-child(odd) {
    width: 33.333333%;
  }

  .md\:odd\:w-5\/12:nth-child(odd) {
    width: 41.666667%;
  }

  .md\:odd\:w-6\/12:nth-child(odd) {
    width: 50%;
  }

  .md\:odd\:w-7\/12:nth-child(odd) {
    width: 58.333333%;
  }

  .md\:odd\:w-8\/12:nth-child(odd) {
    width: 66.666667%;
  }

  .md\:odd\:w-9\/12:nth-child(odd) {
    width: 75%;
  }

  .md\:odd\:w-10\/12:nth-child(odd) {
    width: 83.333333%;
  }

  .md\:odd\:w-11\/12:nth-child(odd) {
    width: 91.666667%;
  }

  .md\:odd\:w-full:nth-child(odd) {
    width: 100%;
  }

  .md\:odd\:w-screen:nth-child(odd) {
    width: 100vw;
  }

  .md\:even\:w-0:nth-child(even) {
    width: 0;
  }

  .md\:even\:w-1:nth-child(even) {
    width: 0.25rem;
  }

  .md\:even\:w-2:nth-child(even) {
    width: 0.5rem;
  }

  .md\:even\:w-3:nth-child(even) {
    width: 0.75rem;
  }

  .md\:even\:w-4:nth-child(even) {
    width: 1rem;
  }

  .md\:even\:w-5:nth-child(even) {
    width: 1.25rem;
  }

  .md\:even\:w-6:nth-child(even) {
    width: 1.5rem;
  }

  .md\:even\:w-8:nth-child(even) {
    width: 2rem;
  }

  .md\:even\:w-10:nth-child(even) {
    width: 2.5rem;
  }

  .md\:even\:w-12:nth-child(even) {
    width: 3rem;
  }

  .md\:even\:w-16:nth-child(even) {
    width: 4rem;
  }

  .md\:even\:w-20:nth-child(even) {
    width: 5rem;
  }

  .md\:even\:w-24:nth-child(even) {
    width: 6rem;
  }

  .md\:even\:w-32:nth-child(even) {
    width: 8rem;
  }

  .md\:even\:w-40:nth-child(even) {
    width: 10rem;
  }

  .md\:even\:w-48:nth-child(even) {
    width: 12rem;
  }

  .md\:even\:w-56:nth-child(even) {
    width: 14rem;
  }

  .md\:even\:w-64:nth-child(even) {
    width: 16rem;
  }

  .md\:even\:w-auto:nth-child(even) {
    width: auto;
  }

  .md\:even\:w-px:nth-child(even) {
    width: 1px;
  }

  .md\:even\:w-1\/2:nth-child(even) {
    width: 50%;
  }

  .md\:even\:w-1\/3:nth-child(even) {
    width: 33.333333%;
  }

  .md\:even\:w-2\/3:nth-child(even) {
    width: 66.666667%;
  }

  .md\:even\:w-1\/4:nth-child(even) {
    width: 25%;
  }

  .md\:even\:w-2\/4:nth-child(even) {
    width: 50%;
  }

  .md\:even\:w-3\/4:nth-child(even) {
    width: 75%;
  }

  .md\:even\:w-1\/5:nth-child(even) {
    width: 20%;
  }

  .md\:even\:w-2\/5:nth-child(even) {
    width: 40%;
  }

  .md\:even\:w-3\/5:nth-child(even) {
    width: 60%;
  }

  .md\:even\:w-4\/5:nth-child(even) {
    width: 80%;
  }

  .md\:even\:w-1\/6:nth-child(even) {
    width: 16.666667%;
  }

  .md\:even\:w-2\/6:nth-child(even) {
    width: 33.333333%;
  }

  .md\:even\:w-3\/6:nth-child(even) {
    width: 50%;
  }

  .md\:even\:w-4\/6:nth-child(even) {
    width: 66.666667%;
  }

  .md\:even\:w-5\/6:nth-child(even) {
    width: 83.333333%;
  }

  .md\:even\:w-1\/12:nth-child(even) {
    width: 8.333333%;
  }

  .md\:even\:w-2\/12:nth-child(even) {
    width: 16.666667%;
  }

  .md\:even\:w-3\/12:nth-child(even) {
    width: 25%;
  }

  .md\:even\:w-4\/12:nth-child(even) {
    width: 33.333333%;
  }

  .md\:even\:w-5\/12:nth-child(even) {
    width: 41.666667%;
  }

  .md\:even\:w-6\/12:nth-child(even) {
    width: 50%;
  }

  .md\:even\:w-7\/12:nth-child(even) {
    width: 58.333333%;
  }

  .md\:even\:w-8\/12:nth-child(even) {
    width: 66.666667%;
  }

  .md\:even\:w-9\/12:nth-child(even) {
    width: 75%;
  }

  .md\:even\:w-10\/12:nth-child(even) {
    width: 83.333333%;
  }

  .md\:even\:w-11\/12:nth-child(even) {
    width: 91.666667%;
  }

  .md\:even\:w-full:nth-child(even) {
    width: 100%;
  }

  .md\:even\:w-screen:nth-child(even) {
    width: 100vw;
  }

  .md\:hover\:w-0:hover {
    width: 0;
  }

  .md\:hover\:w-1:hover {
    width: 0.25rem;
  }

  .md\:hover\:w-2:hover {
    width: 0.5rem;
  }

  .md\:hover\:w-3:hover {
    width: 0.75rem;
  }

  .md\:hover\:w-4:hover {
    width: 1rem;
  }

  .md\:hover\:w-5:hover {
    width: 1.25rem;
  }

  .md\:hover\:w-6:hover {
    width: 1.5rem;
  }

  .md\:hover\:w-8:hover {
    width: 2rem;
  }

  .md\:hover\:w-10:hover {
    width: 2.5rem;
  }

  .md\:hover\:w-12:hover {
    width: 3rem;
  }

  .md\:hover\:w-16:hover {
    width: 4rem;
  }

  .md\:hover\:w-20:hover {
    width: 5rem;
  }

  .md\:hover\:w-24:hover {
    width: 6rem;
  }

  .md\:hover\:w-32:hover {
    width: 8rem;
  }

  .md\:hover\:w-40:hover {
    width: 10rem;
  }

  .md\:hover\:w-48:hover {
    width: 12rem;
  }

  .md\:hover\:w-56:hover {
    width: 14rem;
  }

  .md\:hover\:w-64:hover {
    width: 16rem;
  }

  .md\:hover\:w-auto:hover {
    width: auto;
  }

  .md\:hover\:w-px:hover {
    width: 1px;
  }

  .md\:hover\:w-1\/2:hover {
    width: 50%;
  }

  .md\:hover\:w-1\/3:hover {
    width: 33.333333%;
  }

  .md\:hover\:w-2\/3:hover {
    width: 66.666667%;
  }

  .md\:hover\:w-1\/4:hover {
    width: 25%;
  }

  .md\:hover\:w-2\/4:hover {
    width: 50%;
  }

  .md\:hover\:w-3\/4:hover {
    width: 75%;
  }

  .md\:hover\:w-1\/5:hover {
    width: 20%;
  }

  .md\:hover\:w-2\/5:hover {
    width: 40%;
  }

  .md\:hover\:w-3\/5:hover {
    width: 60%;
  }

  .md\:hover\:w-4\/5:hover {
    width: 80%;
  }

  .md\:hover\:w-1\/6:hover {
    width: 16.666667%;
  }

  .md\:hover\:w-2\/6:hover {
    width: 33.333333%;
  }

  .md\:hover\:w-3\/6:hover {
    width: 50%;
  }

  .md\:hover\:w-4\/6:hover {
    width: 66.666667%;
  }

  .md\:hover\:w-5\/6:hover {
    width: 83.333333%;
  }

  .md\:hover\:w-1\/12:hover {
    width: 8.333333%;
  }

  .md\:hover\:w-2\/12:hover {
    width: 16.666667%;
  }

  .md\:hover\:w-3\/12:hover {
    width: 25%;
  }

  .md\:hover\:w-4\/12:hover {
    width: 33.333333%;
  }

  .md\:hover\:w-5\/12:hover {
    width: 41.666667%;
  }

  .md\:hover\:w-6\/12:hover {
    width: 50%;
  }

  .md\:hover\:w-7\/12:hover {
    width: 58.333333%;
  }

  .md\:hover\:w-8\/12:hover {
    width: 66.666667%;
  }

  .md\:hover\:w-9\/12:hover {
    width: 75%;
  }

  .md\:hover\:w-10\/12:hover {
    width: 83.333333%;
  }

  .md\:hover\:w-11\/12:hover {
    width: 91.666667%;
  }

  .md\:hover\:w-full:hover {
    width: 100%;
  }

  .md\:hover\:w-screen:hover {
    width: 100vw;
  }

  .md\:focus\:w-0:focus {
    width: 0;
  }

  .md\:focus\:w-1:focus {
    width: 0.25rem;
  }

  .md\:focus\:w-2:focus {
    width: 0.5rem;
  }

  .md\:focus\:w-3:focus {
    width: 0.75rem;
  }

  .md\:focus\:w-4:focus {
    width: 1rem;
  }

  .md\:focus\:w-5:focus {
    width: 1.25rem;
  }

  .md\:focus\:w-6:focus {
    width: 1.5rem;
  }

  .md\:focus\:w-8:focus {
    width: 2rem;
  }

  .md\:focus\:w-10:focus {
    width: 2.5rem;
  }

  .md\:focus\:w-12:focus {
    width: 3rem;
  }

  .md\:focus\:w-16:focus {
    width: 4rem;
  }

  .md\:focus\:w-20:focus {
    width: 5rem;
  }

  .md\:focus\:w-24:focus {
    width: 6rem;
  }

  .md\:focus\:w-32:focus {
    width: 8rem;
  }

  .md\:focus\:w-40:focus {
    width: 10rem;
  }

  .md\:focus\:w-48:focus {
    width: 12rem;
  }

  .md\:focus\:w-56:focus {
    width: 14rem;
  }

  .md\:focus\:w-64:focus {
    width: 16rem;
  }

  .md\:focus\:w-auto:focus {
    width: auto;
  }

  .md\:focus\:w-px:focus {
    width: 1px;
  }

  .md\:focus\:w-1\/2:focus {
    width: 50%;
  }

  .md\:focus\:w-1\/3:focus {
    width: 33.333333%;
  }

  .md\:focus\:w-2\/3:focus {
    width: 66.666667%;
  }

  .md\:focus\:w-1\/4:focus {
    width: 25%;
  }

  .md\:focus\:w-2\/4:focus {
    width: 50%;
  }

  .md\:focus\:w-3\/4:focus {
    width: 75%;
  }

  .md\:focus\:w-1\/5:focus {
    width: 20%;
  }

  .md\:focus\:w-2\/5:focus {
    width: 40%;
  }

  .md\:focus\:w-3\/5:focus {
    width: 60%;
  }

  .md\:focus\:w-4\/5:focus {
    width: 80%;
  }

  .md\:focus\:w-1\/6:focus {
    width: 16.666667%;
  }

  .md\:focus\:w-2\/6:focus {
    width: 33.333333%;
  }

  .md\:focus\:w-3\/6:focus {
    width: 50%;
  }

  .md\:focus\:w-4\/6:focus {
    width: 66.666667%;
  }

  .md\:focus\:w-5\/6:focus {
    width: 83.333333%;
  }

  .md\:focus\:w-1\/12:focus {
    width: 8.333333%;
  }

  .md\:focus\:w-2\/12:focus {
    width: 16.666667%;
  }

  .md\:focus\:w-3\/12:focus {
    width: 25%;
  }

  .md\:focus\:w-4\/12:focus {
    width: 33.333333%;
  }

  .md\:focus\:w-5\/12:focus {
    width: 41.666667%;
  }

  .md\:focus\:w-6\/12:focus {
    width: 50%;
  }

  .md\:focus\:w-7\/12:focus {
    width: 58.333333%;
  }

  .md\:focus\:w-8\/12:focus {
    width: 66.666667%;
  }

  .md\:focus\:w-9\/12:focus {
    width: 75%;
  }

  .md\:focus\:w-10\/12:focus {
    width: 83.333333%;
  }

  .md\:focus\:w-11\/12:focus {
    width: 91.666667%;
  }

  .md\:focus\:w-full:focus {
    width: 100%;
  }

  .md\:focus\:w-screen:focus {
    width: 100vw;
  }

  .md\:active\:w-0:active {
    width: 0;
  }

  .md\:active\:w-1:active {
    width: 0.25rem;
  }

  .md\:active\:w-2:active {
    width: 0.5rem;
  }

  .md\:active\:w-3:active {
    width: 0.75rem;
  }

  .md\:active\:w-4:active {
    width: 1rem;
  }

  .md\:active\:w-5:active {
    width: 1.25rem;
  }

  .md\:active\:w-6:active {
    width: 1.5rem;
  }

  .md\:active\:w-8:active {
    width: 2rem;
  }

  .md\:active\:w-10:active {
    width: 2.5rem;
  }

  .md\:active\:w-12:active {
    width: 3rem;
  }

  .md\:active\:w-16:active {
    width: 4rem;
  }

  .md\:active\:w-20:active {
    width: 5rem;
  }

  .md\:active\:w-24:active {
    width: 6rem;
  }

  .md\:active\:w-32:active {
    width: 8rem;
  }

  .md\:active\:w-40:active {
    width: 10rem;
  }

  .md\:active\:w-48:active {
    width: 12rem;
  }

  .md\:active\:w-56:active {
    width: 14rem;
  }

  .md\:active\:w-64:active {
    width: 16rem;
  }

  .md\:active\:w-auto:active {
    width: auto;
  }

  .md\:active\:w-px:active {
    width: 1px;
  }

  .md\:active\:w-1\/2:active {
    width: 50%;
  }

  .md\:active\:w-1\/3:active {
    width: 33.333333%;
  }

  .md\:active\:w-2\/3:active {
    width: 66.666667%;
  }

  .md\:active\:w-1\/4:active {
    width: 25%;
  }

  .md\:active\:w-2\/4:active {
    width: 50%;
  }

  .md\:active\:w-3\/4:active {
    width: 75%;
  }

  .md\:active\:w-1\/5:active {
    width: 20%;
  }

  .md\:active\:w-2\/5:active {
    width: 40%;
  }

  .md\:active\:w-3\/5:active {
    width: 60%;
  }

  .md\:active\:w-4\/5:active {
    width: 80%;
  }

  .md\:active\:w-1\/6:active {
    width: 16.666667%;
  }

  .md\:active\:w-2\/6:active {
    width: 33.333333%;
  }

  .md\:active\:w-3\/6:active {
    width: 50%;
  }

  .md\:active\:w-4\/6:active {
    width: 66.666667%;
  }

  .md\:active\:w-5\/6:active {
    width: 83.333333%;
  }

  .md\:active\:w-1\/12:active {
    width: 8.333333%;
  }

  .md\:active\:w-2\/12:active {
    width: 16.666667%;
  }

  .md\:active\:w-3\/12:active {
    width: 25%;
  }

  .md\:active\:w-4\/12:active {
    width: 33.333333%;
  }

  .md\:active\:w-5\/12:active {
    width: 41.666667%;
  }

  .md\:active\:w-6\/12:active {
    width: 50%;
  }

  .md\:active\:w-7\/12:active {
    width: 58.333333%;
  }

  .md\:active\:w-8\/12:active {
    width: 66.666667%;
  }

  .md\:active\:w-9\/12:active {
    width: 75%;
  }

  .md\:active\:w-10\/12:active {
    width: 83.333333%;
  }

  .md\:active\:w-11\/12:active {
    width: 91.666667%;
  }

  .md\:active\:w-full:active {
    width: 100%;
  }

  .md\:active\:w-screen:active {
    width: 100vw;
  }

  .md\:visited\:w-0:visited {
    width: 0;
  }

  .md\:visited\:w-1:visited {
    width: 0.25rem;
  }

  .md\:visited\:w-2:visited {
    width: 0.5rem;
  }

  .md\:visited\:w-3:visited {
    width: 0.75rem;
  }

  .md\:visited\:w-4:visited {
    width: 1rem;
  }

  .md\:visited\:w-5:visited {
    width: 1.25rem;
  }

  .md\:visited\:w-6:visited {
    width: 1.5rem;
  }

  .md\:visited\:w-8:visited {
    width: 2rem;
  }

  .md\:visited\:w-10:visited {
    width: 2.5rem;
  }

  .md\:visited\:w-12:visited {
    width: 3rem;
  }

  .md\:visited\:w-16:visited {
    width: 4rem;
  }

  .md\:visited\:w-20:visited {
    width: 5rem;
  }

  .md\:visited\:w-24:visited {
    width: 6rem;
  }

  .md\:visited\:w-32:visited {
    width: 8rem;
  }

  .md\:visited\:w-40:visited {
    width: 10rem;
  }

  .md\:visited\:w-48:visited {
    width: 12rem;
  }

  .md\:visited\:w-56:visited {
    width: 14rem;
  }

  .md\:visited\:w-64:visited {
    width: 16rem;
  }

  .md\:visited\:w-auto:visited {
    width: auto;
  }

  .md\:visited\:w-px:visited {
    width: 1px;
  }

  .md\:visited\:w-1\/2:visited {
    width: 50%;
  }

  .md\:visited\:w-1\/3:visited {
    width: 33.333333%;
  }

  .md\:visited\:w-2\/3:visited {
    width: 66.666667%;
  }

  .md\:visited\:w-1\/4:visited {
    width: 25%;
  }

  .md\:visited\:w-2\/4:visited {
    width: 50%;
  }

  .md\:visited\:w-3\/4:visited {
    width: 75%;
  }

  .md\:visited\:w-1\/5:visited {
    width: 20%;
  }

  .md\:visited\:w-2\/5:visited {
    width: 40%;
  }

  .md\:visited\:w-3\/5:visited {
    width: 60%;
  }

  .md\:visited\:w-4\/5:visited {
    width: 80%;
  }

  .md\:visited\:w-1\/6:visited {
    width: 16.666667%;
  }

  .md\:visited\:w-2\/6:visited {
    width: 33.333333%;
  }

  .md\:visited\:w-3\/6:visited {
    width: 50%;
  }

  .md\:visited\:w-4\/6:visited {
    width: 66.666667%;
  }

  .md\:visited\:w-5\/6:visited {
    width: 83.333333%;
  }

  .md\:visited\:w-1\/12:visited {
    width: 8.333333%;
  }

  .md\:visited\:w-2\/12:visited {
    width: 16.666667%;
  }

  .md\:visited\:w-3\/12:visited {
    width: 25%;
  }

  .md\:visited\:w-4\/12:visited {
    width: 33.333333%;
  }

  .md\:visited\:w-5\/12:visited {
    width: 41.666667%;
  }

  .md\:visited\:w-6\/12:visited {
    width: 50%;
  }

  .md\:visited\:w-7\/12:visited {
    width: 58.333333%;
  }

  .md\:visited\:w-8\/12:visited {
    width: 66.666667%;
  }

  .md\:visited\:w-9\/12:visited {
    width: 75%;
  }

  .md\:visited\:w-10\/12:visited {
    width: 83.333333%;
  }

  .md\:visited\:w-11\/12:visited {
    width: 91.666667%;
  }

  .md\:visited\:w-full:visited {
    width: 100%;
  }

  .md\:visited\:w-screen:visited {
    width: 100vw;
  }

  .md\:disabled\:w-0:disabled {
    width: 0;
  }

  .md\:disabled\:w-1:disabled {
    width: 0.25rem;
  }

  .md\:disabled\:w-2:disabled {
    width: 0.5rem;
  }

  .md\:disabled\:w-3:disabled {
    width: 0.75rem;
  }

  .md\:disabled\:w-4:disabled {
    width: 1rem;
  }

  .md\:disabled\:w-5:disabled {
    width: 1.25rem;
  }

  .md\:disabled\:w-6:disabled {
    width: 1.5rem;
  }

  .md\:disabled\:w-8:disabled {
    width: 2rem;
  }

  .md\:disabled\:w-10:disabled {
    width: 2.5rem;
  }

  .md\:disabled\:w-12:disabled {
    width: 3rem;
  }

  .md\:disabled\:w-16:disabled {
    width: 4rem;
  }

  .md\:disabled\:w-20:disabled {
    width: 5rem;
  }

  .md\:disabled\:w-24:disabled {
    width: 6rem;
  }

  .md\:disabled\:w-32:disabled {
    width: 8rem;
  }

  .md\:disabled\:w-40:disabled {
    width: 10rem;
  }

  .md\:disabled\:w-48:disabled {
    width: 12rem;
  }

  .md\:disabled\:w-56:disabled {
    width: 14rem;
  }

  .md\:disabled\:w-64:disabled {
    width: 16rem;
  }

  .md\:disabled\:w-auto:disabled {
    width: auto;
  }

  .md\:disabled\:w-px:disabled {
    width: 1px;
  }

  .md\:disabled\:w-1\/2:disabled {
    width: 50%;
  }

  .md\:disabled\:w-1\/3:disabled {
    width: 33.333333%;
  }

  .md\:disabled\:w-2\/3:disabled {
    width: 66.666667%;
  }

  .md\:disabled\:w-1\/4:disabled {
    width: 25%;
  }

  .md\:disabled\:w-2\/4:disabled {
    width: 50%;
  }

  .md\:disabled\:w-3\/4:disabled {
    width: 75%;
  }

  .md\:disabled\:w-1\/5:disabled {
    width: 20%;
  }

  .md\:disabled\:w-2\/5:disabled {
    width: 40%;
  }

  .md\:disabled\:w-3\/5:disabled {
    width: 60%;
  }

  .md\:disabled\:w-4\/5:disabled {
    width: 80%;
  }

  .md\:disabled\:w-1\/6:disabled {
    width: 16.666667%;
  }

  .md\:disabled\:w-2\/6:disabled {
    width: 33.333333%;
  }

  .md\:disabled\:w-3\/6:disabled {
    width: 50%;
  }

  .md\:disabled\:w-4\/6:disabled {
    width: 66.666667%;
  }

  .md\:disabled\:w-5\/6:disabled {
    width: 83.333333%;
  }

  .md\:disabled\:w-1\/12:disabled {
    width: 8.333333%;
  }

  .md\:disabled\:w-2\/12:disabled {
    width: 16.666667%;
  }

  .md\:disabled\:w-3\/12:disabled {
    width: 25%;
  }

  .md\:disabled\:w-4\/12:disabled {
    width: 33.333333%;
  }

  .md\:disabled\:w-5\/12:disabled {
    width: 41.666667%;
  }

  .md\:disabled\:w-6\/12:disabled {
    width: 50%;
  }

  .md\:disabled\:w-7\/12:disabled {
    width: 58.333333%;
  }

  .md\:disabled\:w-8\/12:disabled {
    width: 66.666667%;
  }

  .md\:disabled\:w-9\/12:disabled {
    width: 75%;
  }

  .md\:disabled\:w-10\/12:disabled {
    width: 83.333333%;
  }

  .md\:disabled\:w-11\/12:disabled {
    width: 91.666667%;
  }

  .md\:disabled\:w-full:disabled {
    width: 100%;
  }

  .md\:disabled\:w-screen:disabled {
    width: 100vw;
  }

  .md\:z-0 {
    z-index: 0;
  }

  .md\:z-10 {
    z-index: 10;
  }

  .md\:z-20 {
    z-index: 20;
  }

  .md\:z-30 {
    z-index: 30;
  }

  .md\:z-40 {
    z-index: 40;
  }

  .md\:z-50 {
    z-index: 50;
  }

  .md\:z-auto {
    z-index: auto;
  }

  .group:hover .md\:group-hover\:z-0 {
    z-index: 0;
  }

  .group:hover .md\:group-hover\:z-10 {
    z-index: 10;
  }

  .group:hover .md\:group-hover\:z-20 {
    z-index: 20;
  }

  .group:hover .md\:group-hover\:z-30 {
    z-index: 30;
  }

  .group:hover .md\:group-hover\:z-40 {
    z-index: 40;
  }

  .group:hover .md\:group-hover\:z-50 {
    z-index: 50;
  }

  .group:hover .md\:group-hover\:z-auto {
    z-index: auto;
  }

  .md\:focus-within\:z-0:focus-within {
    z-index: 0;
  }

  .md\:focus-within\:z-10:focus-within {
    z-index: 10;
  }

  .md\:focus-within\:z-20:focus-within {
    z-index: 20;
  }

  .md\:focus-within\:z-30:focus-within {
    z-index: 30;
  }

  .md\:focus-within\:z-40:focus-within {
    z-index: 40;
  }

  .md\:focus-within\:z-50:focus-within {
    z-index: 50;
  }

  .md\:focus-within\:z-auto:focus-within {
    z-index: auto;
  }

  .md\:first\:z-0:first-child {
    z-index: 0;
  }

  .md\:first\:z-10:first-child {
    z-index: 10;
  }

  .md\:first\:z-20:first-child {
    z-index: 20;
  }

  .md\:first\:z-30:first-child {
    z-index: 30;
  }

  .md\:first\:z-40:first-child {
    z-index: 40;
  }

  .md\:first\:z-50:first-child {
    z-index: 50;
  }

  .md\:first\:z-auto:first-child {
    z-index: auto;
  }

  .md\:last\:z-0:last-child {
    z-index: 0;
  }

  .md\:last\:z-10:last-child {
    z-index: 10;
  }

  .md\:last\:z-20:last-child {
    z-index: 20;
  }

  .md\:last\:z-30:last-child {
    z-index: 30;
  }

  .md\:last\:z-40:last-child {
    z-index: 40;
  }

  .md\:last\:z-50:last-child {
    z-index: 50;
  }

  .md\:last\:z-auto:last-child {
    z-index: auto;
  }

  .md\:odd\:z-0:nth-child(odd) {
    z-index: 0;
  }

  .md\:odd\:z-10:nth-child(odd) {
    z-index: 10;
  }

  .md\:odd\:z-20:nth-child(odd) {
    z-index: 20;
  }

  .md\:odd\:z-30:nth-child(odd) {
    z-index: 30;
  }

  .md\:odd\:z-40:nth-child(odd) {
    z-index: 40;
  }

  .md\:odd\:z-50:nth-child(odd) {
    z-index: 50;
  }

  .md\:odd\:z-auto:nth-child(odd) {
    z-index: auto;
  }

  .md\:even\:z-0:nth-child(even) {
    z-index: 0;
  }

  .md\:even\:z-10:nth-child(even) {
    z-index: 10;
  }

  .md\:even\:z-20:nth-child(even) {
    z-index: 20;
  }

  .md\:even\:z-30:nth-child(even) {
    z-index: 30;
  }

  .md\:even\:z-40:nth-child(even) {
    z-index: 40;
  }

  .md\:even\:z-50:nth-child(even) {
    z-index: 50;
  }

  .md\:even\:z-auto:nth-child(even) {
    z-index: auto;
  }

  .md\:hover\:z-0:hover {
    z-index: 0;
  }

  .md\:hover\:z-10:hover {
    z-index: 10;
  }

  .md\:hover\:z-20:hover {
    z-index: 20;
  }

  .md\:hover\:z-30:hover {
    z-index: 30;
  }

  .md\:hover\:z-40:hover {
    z-index: 40;
  }

  .md\:hover\:z-50:hover {
    z-index: 50;
  }

  .md\:hover\:z-auto:hover {
    z-index: auto;
  }

  .md\:focus\:z-0:focus {
    z-index: 0;
  }

  .md\:focus\:z-10:focus {
    z-index: 10;
  }

  .md\:focus\:z-20:focus {
    z-index: 20;
  }

  .md\:focus\:z-30:focus {
    z-index: 30;
  }

  .md\:focus\:z-40:focus {
    z-index: 40;
  }

  .md\:focus\:z-50:focus {
    z-index: 50;
  }

  .md\:focus\:z-auto:focus {
    z-index: auto;
  }

  .md\:active\:z-0:active {
    z-index: 0;
  }

  .md\:active\:z-10:active {
    z-index: 10;
  }

  .md\:active\:z-20:active {
    z-index: 20;
  }

  .md\:active\:z-30:active {
    z-index: 30;
  }

  .md\:active\:z-40:active {
    z-index: 40;
  }

  .md\:active\:z-50:active {
    z-index: 50;
  }

  .md\:active\:z-auto:active {
    z-index: auto;
  }

  .md\:visited\:z-0:visited {
    z-index: 0;
  }

  .md\:visited\:z-10:visited {
    z-index: 10;
  }

  .md\:visited\:z-20:visited {
    z-index: 20;
  }

  .md\:visited\:z-30:visited {
    z-index: 30;
  }

  .md\:visited\:z-40:visited {
    z-index: 40;
  }

  .md\:visited\:z-50:visited {
    z-index: 50;
  }

  .md\:visited\:z-auto:visited {
    z-index: auto;
  }

  .md\:disabled\:z-0:disabled {
    z-index: 0;
  }

  .md\:disabled\:z-10:disabled {
    z-index: 10;
  }

  .md\:disabled\:z-20:disabled {
    z-index: 20;
  }

  .md\:disabled\:z-30:disabled {
    z-index: 30;
  }

  .md\:disabled\:z-40:disabled {
    z-index: 40;
  }

  .md\:disabled\:z-50:disabled {
    z-index: 50;
  }

  .md\:disabled\:z-auto:disabled {
    z-index: auto;
  }
}

@media (min-width: 1024px) {
  .lg\: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\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

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

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

  .lg\:focus-within\:sr-only:focus-within {
    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-within\:not-sr-only:focus-within {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\:first\:sr-only:first-child {
    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\:first\:not-sr-only:first-child {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\:last\:sr-only:last-child {
    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\:last\:not-sr-only:last-child {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\:odd\:sr-only:nth-child(odd) {
    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\:odd\:not-sr-only:nth-child(odd) {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\:even\:sr-only:nth-child(even) {
    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\:even\:not-sr-only:nth-child(even) {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\:hover\:sr-only:hover {
    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\:hover\:not-sr-only:hover {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\:focus\: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\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\:active\:sr-only:active {
    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\:active\:not-sr-only:active {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\:visited\:sr-only:visited {
    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\:visited\:not-sr-only:visited {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\:disabled\:sr-only:disabled {
    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\:disabled\:not-sr-only:disabled {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .group:hover .lg\:group-hover\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .lg\:focus-within\:appearance-none:focus-within {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .lg\:first\:appearance-none:first-child {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .lg\:last\:appearance-none:last-child {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .lg\:odd\:appearance-none:nth-child(odd) {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .lg\:even\:appearance-none:nth-child(even) {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .lg\:hover\:appearance-none:hover {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .lg\:focus\:appearance-none:focus {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .lg\:active\:appearance-none:active {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .lg\:visited\:appearance-none:visited {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .lg\:disabled\:appearance-none:disabled {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .lg\:bg-fixed {
    background-attachment: fixed;
  }

  .lg\:bg-local {
    background-attachment: local;
  }

  .lg\:bg-scroll {
    background-attachment: scroll;
  }

  .group:hover .lg\:group-hover\:bg-fixed {
    background-attachment: fixed;
  }

  .group:hover .lg\:group-hover\:bg-local {
    background-attachment: local;
  }

  .group:hover .lg\:group-hover\:bg-scroll {
    background-attachment: scroll;
  }

  .lg\:focus-within\:bg-fixed:focus-within {
    background-attachment: fixed;
  }

  .lg\:focus-within\:bg-local:focus-within {
    background-attachment: local;
  }

  .lg\:focus-within\:bg-scroll:focus-within {
    background-attachment: scroll;
  }

  .lg\:first\:bg-fixed:first-child {
    background-attachment: fixed;
  }

  .lg\:first\:bg-local:first-child {
    background-attachment: local;
  }

  .lg\:first\:bg-scroll:first-child {
    background-attachment: scroll;
  }

  .lg\:last\:bg-fixed:last-child {
    background-attachment: fixed;
  }

  .lg\:last\:bg-local:last-child {
    background-attachment: local;
  }

  .lg\:last\:bg-scroll:last-child {
    background-attachment: scroll;
  }

  .lg\:odd\:bg-fixed:nth-child(odd) {
    background-attachment: fixed;
  }

  .lg\:odd\:bg-local:nth-child(odd) {
    background-attachment: local;
  }

  .lg\:odd\:bg-scroll:nth-child(odd) {
    background-attachment: scroll;
  }

  .lg\:even\:bg-fixed:nth-child(even) {
    background-attachment: fixed;
  }

  .lg\:even\:bg-local:nth-child(even) {
    background-attachment: local;
  }

  .lg\:even\:bg-scroll:nth-child(even) {
    background-attachment: scroll;
  }

  .lg\:hover\:bg-fixed:hover {
    background-attachment: fixed;
  }

  .lg\:hover\:bg-local:hover {
    background-attachment: local;
  }

  .lg\:hover\:bg-scroll:hover {
    background-attachment: scroll;
  }

  .lg\:focus\:bg-fixed:focus {
    background-attachment: fixed;
  }

  .lg\:focus\:bg-local:focus {
    background-attachment: local;
  }

  .lg\:focus\:bg-scroll:focus {
    background-attachment: scroll;
  }

  .lg\:active\:bg-fixed:active {
    background-attachment: fixed;
  }

  .lg\:active\:bg-local:active {
    background-attachment: local;
  }

  .lg\:active\:bg-scroll:active {
    background-attachment: scroll;
  }

  .lg\:visited\:bg-fixed:visited {
    background-attachment: fixed;
  }

  .lg\:visited\:bg-local:visited {
    background-attachment: local;
  }

  .lg\:visited\:bg-scroll:visited {
    background-attachment: scroll;
  }

  .lg\:disabled\:bg-fixed:disabled {
    background-attachment: fixed;
  }

  .lg\:disabled\:bg-local:disabled {
    background-attachment: local;
  }

  .lg\:disabled\:bg-scroll:disabled {
    background-attachment: scroll;
  }

  .lg\:bg-transparent {
    background-color: transparent;
  }

  .lg\:bg-black {
    background-color: #000;
  }

  .lg\:bg-white {
    background-color: #fff;
  }

  .lg\:bg-gray-100 {
    background-color: #f7fafc;
  }

  .lg\:bg-gray-200 {
    background-color: #edf2f7;
  }

  .lg\:bg-gray-300 {
    background-color: #e2e8f0;
  }

  .lg\:bg-gray-400 {
    background-color: #cbd5e0;
  }

  .lg\:bg-gray-500 {
    background-color: #a0aec0;
  }

  .lg\:bg-gray-600 {
    background-color: #718096;
  }

  .lg\:bg-gray-700 {
    background-color: #4a5568;
  }

  .lg\:bg-gray-800 {
    background-color: #2d3748;
  }

  .lg\:bg-gray-900 {
    background-color: #1a202c;
  }

  .lg\:bg-red-100 {
    background-color: #fff5f5;
  }

  .lg\:bg-red-200 {
    background-color: #fed7d7;
  }

  .lg\:bg-red-300 {
    background-color: #feb2b2;
  }

  .lg\:bg-red-400 {
    background-color: #fc8181;
  }

  .lg\:bg-red-500 {
    background-color: #f56565;
  }

  .lg\:bg-red-600 {
    background-color: #e53e3e;
  }

  .lg\:bg-red-700 {
    background-color: #c53030;
  }

  .lg\:bg-red-800 {
    background-color: #9b2c2c;
  }

  .lg\:bg-red-900 {
    background-color: #742a2a;
  }

  .lg\:bg-orange-100 {
    background-color: #fffaf0;
  }

  .lg\:bg-orange-200 {
    background-color: #feebc8;
  }

  .lg\:bg-orange-300 {
    background-color: #fbd38d;
  }

  .lg\:bg-orange-400 {
    background-color: #f6ad55;
  }

  .lg\:bg-orange-500 {
    background-color: #ed8936;
  }

  .lg\:bg-orange-600 {
    background-color: #dd6b20;
  }

  .lg\:bg-orange-700 {
    background-color: #c05621;
  }

  .lg\:bg-orange-800 {
    background-color: #9c4221;
  }

  .lg\:bg-orange-900 {
    background-color: #7b341e;
  }

  .lg\:bg-yellow-100 {
    background-color: #fffff0;
  }

  .lg\:bg-yellow-200 {
    background-color: #fefcbf;
  }

  .lg\:bg-yellow-300 {
    background-color: #faf089;
  }

  .lg\:bg-yellow-400 {
    background-color: #f6e05e;
  }

  .lg\:bg-yellow-500 {
    background-color: #ecc94b;
  }

  .lg\:bg-yellow-600 {
    background-color: #d69e2e;
  }

  .lg\:bg-yellow-700 {
    background-color: #b7791f;
  }

  .lg\:bg-yellow-800 {
    background-color: #975a16;
  }

  .lg\:bg-yellow-900 {
    background-color: #744210;
  }

  .lg\:bg-green-100 {
    background-color: #f0fff4;
  }

  .lg\:bg-green-200 {
    background-color: #c6f6d5;
  }

  .lg\:bg-green-300 {
    background-color: #9ae6b4;
  }

  .lg\:bg-green-400 {
    background-color: #68d391;
  }

  .lg\:bg-green-500 {
    background-color: #48bb78;
  }

  .lg\:bg-green-600 {
    background-color: #38a169;
  }

  .lg\:bg-green-700 {
    background-color: #2f855a;
  }

  .lg\:bg-green-800 {
    background-color: #276749;
  }

  .lg\:bg-green-900 {
    background-color: #22543d;
  }

  .lg\:bg-teal-100 {
    background-color: #e6fffa;
  }

  .lg\:bg-teal-200 {
    background-color: #b2f5ea;
  }

  .lg\:bg-teal-300 {
    background-color: #81e6d9;
  }

  .lg\:bg-teal-400 {
    background-color: #4fd1c5;
  }

  .lg\:bg-teal-500 {
    background-color: #38b2ac;
  }

  .lg\:bg-teal-600 {
    background-color: #319795;
  }

  .lg\:bg-teal-700 {
    background-color: #2c7a7b;
  }

  .lg\:bg-teal-800 {
    background-color: #285e61;
  }

  .lg\:bg-teal-900 {
    background-color: #234e52;
  }

  .lg\:bg-blue-100 {
    background-color: #ebf8ff;
  }

  .lg\:bg-blue-200 {
    background-color: #bee3f8;
  }

  .lg\:bg-blue-300 {
    background-color: #90cdf4;
  }

  .lg\:bg-blue-400 {
    background-color: #63b3ed;
  }

  .lg\:bg-blue-500 {
    background-color: #4299e1;
  }

  .lg\:bg-blue-600 {
    background-color: #3182ce;
  }

  .lg\:bg-blue-700 {
    background-color: #2b6cb0;
  }

  .lg\:bg-blue-800 {
    background-color: #2c5282;
  }

  .lg\:bg-blue-900 {
    background-color: #2a4365;
  }

  .lg\:bg-indigo-100 {
    background-color: #ebf4ff;
  }

  .lg\:bg-indigo-200 {
    background-color: #c3dafe;
  }

  .lg\:bg-indigo-300 {
    background-color: #a3bffa;
  }

  .lg\:bg-indigo-400 {
    background-color: #7f9cf5;
  }

  .lg\:bg-indigo-500 {
    background-color: #667eea;
  }

  .lg\:bg-indigo-600 {
    background-color: #5a67d8;
  }

  .lg\:bg-indigo-700 {
    background-color: #4c51bf;
  }

  .lg\:bg-indigo-800 {
    background-color: #434190;
  }

  .lg\:bg-indigo-900 {
    background-color: #3c366b;
  }

  .lg\:bg-purple-100 {
    background-color: #faf5ff;
  }

  .lg\:bg-purple-200 {
    background-color: #e9d8fd;
  }

  .lg\:bg-purple-300 {
    background-color: #d6bcfa;
  }

  .lg\:bg-purple-400 {
    background-color: #b794f4;
  }

  .lg\:bg-purple-500 {
    background-color: #9f7aea;
  }

  .lg\:bg-purple-600 {
    background-color: #805ad5;
  }

  .lg\:bg-purple-700 {
    background-color: #6b46c1;
  }

  .lg\:bg-purple-800 {
    background-color: #553c9a;
  }

  .lg\:bg-purple-900 {
    background-color: #44337a;
  }

  .lg\:bg-pink-100 {
    background-color: #fff5f7;
  }

  .lg\:bg-pink-200 {
    background-color: #fed7e2;
  }

  .lg\:bg-pink-300 {
    background-color: #fbb6ce;
  }

  .lg\:bg-pink-400 {
    background-color: #f687b3;
  }

  .lg\:bg-pink-500 {
    background-color: #ed64a6;
  }

  .lg\:bg-pink-600 {
    background-color: #d53f8c;
  }

  .lg\:bg-pink-700 {
    background-color: #b83280;
  }

  .lg\:bg-pink-800 {
    background-color: #97266d;
  }

  .lg\:bg-pink-900 {
    background-color: #702459;
  }

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

  .group:hover .lg\:group-hover\:bg-black {
    background-color: #000;
  }

  .group:hover .lg\:group-hover\:bg-white {
    background-color: #fff;
  }

  .group:hover .lg\:group-hover\:bg-gray-100 {
    background-color: #f7fafc;
  }

  .group:hover .lg\:group-hover\:bg-gray-200 {
    background-color: #edf2f7;
  }

  .group:hover .lg\:group-hover\:bg-gray-300 {
    background-color: #e2e8f0;
  }

  .group:hover .lg\:group-hover\:bg-gray-400 {
    background-color: #cbd5e0;
  }

  .group:hover .lg\:group-hover\:bg-gray-500 {
    background-color: #a0aec0;
  }

  .group:hover .lg\:group-hover\:bg-gray-600 {
    background-color: #718096;
  }

  .group:hover .lg\:group-hover\:bg-gray-700 {
    background-color: #4a5568;
  }

  .group:hover .lg\:group-hover\:bg-gray-800 {
    background-color: #2d3748;
  }

  .group:hover .lg\:group-hover\:bg-gray-900 {
    background-color: #1a202c;
  }

  .group:hover .lg\:group-hover\:bg-red-100 {
    background-color: #fff5f5;
  }

  .group:hover .lg\:group-hover\:bg-red-200 {
    background-color: #fed7d7;
  }

  .group:hover .lg\:group-hover\:bg-red-300 {
    background-color: #feb2b2;
  }

  .group:hover .lg\:group-hover\:bg-red-400 {
    background-color: #fc8181;
  }

  .group:hover .lg\:group-hover\:bg-red-500 {
    background-color: #f56565;
  }

  .group:hover .lg\:group-hover\:bg-red-600 {
    background-color: #e53e3e;
  }

  .group:hover .lg\:group-hover\:bg-red-700 {
    background-color: #c53030;
  }

  .group:hover .lg\:group-hover\:bg-red-800 {
    background-color: #9b2c2c;
  }

  .group:hover .lg\:group-hover\:bg-red-900 {
    background-color: #742a2a;
  }

  .group:hover .lg\:group-hover\:bg-orange-100 {
    background-color: #fffaf0;
  }

  .group:hover .lg\:group-hover\:bg-orange-200 {
    background-color: #feebc8;
  }

  .group:hover .lg\:group-hover\:bg-orange-300 {
    background-color: #fbd38d;
  }

  .group:hover .lg\:group-hover\:bg-orange-400 {
    background-color: #f6ad55;
  }

  .group:hover .lg\:group-hover\:bg-orange-500 {
    background-color: #ed8936;
  }

  .group:hover .lg\:group-hover\:bg-orange-600 {
    background-color: #dd6b20;
  }

  .group:hover .lg\:group-hover\:bg-orange-700 {
    background-color: #c05621;
  }

  .group:hover .lg\:group-hover\:bg-orange-800 {
    background-color: #9c4221;
  }

  .group:hover .lg\:group-hover\:bg-orange-900 {
    background-color: #7b341e;
  }

  .group:hover .lg\:group-hover\:bg-yellow-100 {
    background-color: #fffff0;
  }

  .group:hover .lg\:group-hover\:bg-yellow-200 {
    background-color: #fefcbf;
  }

  .group:hover .lg\:group-hover\:bg-yellow-300 {
    background-color: #faf089;
  }

  .group:hover .lg\:group-hover\:bg-yellow-400 {
    background-color: #f6e05e;
  }

  .group:hover .lg\:group-hover\:bg-yellow-500 {
    background-color: #ecc94b;
  }

  .group:hover .lg\:group-hover\:bg-yellow-600 {
    background-color: #d69e2e;
  }

  .group:hover .lg\:group-hover\:bg-yellow-700 {
    background-color: #b7791f;
  }

  .group:hover .lg\:group-hover\:bg-yellow-800 {
    background-color: #975a16;
  }

  .group:hover .lg\:group-hover\:bg-yellow-900 {
    background-color: #744210;
  }

  .group:hover .lg\:group-hover\:bg-green-100 {
    background-color: #f0fff4;
  }

  .group:hover .lg\:group-hover\:bg-green-200 {
    background-color: #c6f6d5;
  }

  .group:hover .lg\:group-hover\:bg-green-300 {
    background-color: #9ae6b4;
  }

  .group:hover .lg\:group-hover\:bg-green-400 {
    background-color: #68d391;
  }

  .group:hover .lg\:group-hover\:bg-green-500 {
    background-color: #48bb78;
  }

  .group:hover .lg\:group-hover\:bg-green-600 {
    background-color: #38a169;
  }

  .group:hover .lg\:group-hover\:bg-green-700 {
    background-color: #2f855a;
  }

  .group:hover .lg\:group-hover\:bg-green-800 {
    background-color: #276749;
  }

  .group:hover .lg\:group-hover\:bg-green-900 {
    background-color: #22543d;
  }

  .group:hover .lg\:group-hover\:bg-teal-100 {
    background-color: #e6fffa;
  }

  .group:hover .lg\:group-hover\:bg-teal-200 {
    background-color: #b2f5ea;
  }

  .group:hover .lg\:group-hover\:bg-teal-300 {
    background-color: #81e6d9;
  }

  .group:hover .lg\:group-hover\:bg-teal-400 {
    background-color: #4fd1c5;
  }

  .group:hover .lg\:group-hover\:bg-teal-500 {
    background-color: #38b2ac;
  }

  .group:hover .lg\:group-hover\:bg-teal-600 {
    background-color: #319795;
  }

  .group:hover .lg\:group-hover\:bg-teal-700 {
    background-color: #2c7a7b;
  }

  .group:hover .lg\:group-hover\:bg-teal-800 {
    background-color: #285e61;
  }

  .group:hover .lg\:group-hover\:bg-teal-900 {
    background-color: #234e52;
  }

  .group:hover .lg\:group-hover\:bg-blue-100 {
    background-color: #ebf8ff;
  }

  .group:hover .lg\:group-hover\:bg-blue-200 {
    background-color: #bee3f8;
  }

  .group:hover .lg\:group-hover\:bg-blue-300 {
    background-color: #90cdf4;
  }

  .group:hover .lg\:group-hover\:bg-blue-400 {
    background-color: #63b3ed;
  }

  .group:hover .lg\:group-hover\:bg-blue-500 {
    background-color: #4299e1;
  }

  .group:hover .lg\:group-hover\:bg-blue-600 {
    background-color: #3182ce;
  }

  .group:hover .lg\:group-hover\:bg-blue-700 {
    background-color: #2b6cb0;
  }

  .group:hover .lg\:group-hover\:bg-blue-800 {
    background-color: #2c5282;
  }

  .group:hover .lg\:group-hover\:bg-blue-900 {
    background-color: #2a4365;
  }

  .group:hover .lg\:group-hover\:bg-indigo-100 {
    background-color: #ebf4ff;
  }

  .group:hover .lg\:group-hover\:bg-indigo-200 {
    background-color: #c3dafe;
  }

  .group:hover .lg\:group-hover\:bg-indigo-300 {
    background-color: #a3bffa;
  }

  .group:hover .lg\:group-hover\:bg-indigo-400 {
    background-color: #7f9cf5;
  }

  .group:hover .lg\:group-hover\:bg-indigo-500 {
    background-color: #667eea;
  }

  .group:hover .lg\:group-hover\:bg-indigo-600 {
    background-color: #5a67d8;
  }

  .group:hover .lg\:group-hover\:bg-indigo-700 {
    background-color: #4c51bf;
  }

  .group:hover .lg\:group-hover\:bg-indigo-800 {
    background-color: #434190;
  }

  .group:hover .lg\:group-hover\:bg-indigo-900 {
    background-color: #3c366b;
  }

  .group:hover .lg\:group-hover\:bg-purple-100 {
    background-color: #faf5ff;
  }

  .group:hover .lg\:group-hover\:bg-purple-200 {
    background-color: #e9d8fd;
  }

  .group:hover .lg\:group-hover\:bg-purple-300 {
    background-color: #d6bcfa;
  }

  .group:hover .lg\:group-hover\:bg-purple-400 {
    background-color: #b794f4;
  }

  .group:hover .lg\:group-hover\:bg-purple-500 {
    background-color: #9f7aea;
  }

  .group:hover .lg\:group-hover\:bg-purple-600 {
    background-color: #805ad5;
  }

  .group:hover .lg\:group-hover\:bg-purple-700 {
    background-color: #6b46c1;
  }

  .group:hover .lg\:group-hover\:bg-purple-800 {
    background-color: #553c9a;
  }

  .group:hover .lg\:group-hover\:bg-purple-900 {
    background-color: #44337a;
  }

  .group:hover .lg\:group-hover\:bg-pink-100 {
    background-color: #fff5f7;
  }

  .group:hover .lg\:group-hover\:bg-pink-200 {
    background-color: #fed7e2;
  }

  .group:hover .lg\:group-hover\:bg-pink-300 {
    background-color: #fbb6ce;
  }

  .group:hover .lg\:group-hover\:bg-pink-400 {
    background-color: #f687b3;
  }

  .group:hover .lg\:group-hover\:bg-pink-500 {
    background-color: #ed64a6;
  }

  .group:hover .lg\:group-hover\:bg-pink-600 {
    background-color: #d53f8c;
  }

  .group:hover .lg\:group-hover\:bg-pink-700 {
    background-color: #b83280;
  }

  .group:hover .lg\:group-hover\:bg-pink-800 {
    background-color: #97266d;
  }

  .group:hover .lg\:group-hover\:bg-pink-900 {
    background-color: #702459;
  }

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

  .lg\:focus-within\:bg-black:focus-within {
    background-color: #000;
  }

  .lg\:focus-within\:bg-white:focus-within {
    background-color: #fff;
  }

  .lg\:focus-within\:bg-gray-100:focus-within {
    background-color: #f7fafc;
  }

  .lg\:focus-within\:bg-gray-200:focus-within {
    background-color: #edf2f7;
  }

  .lg\:focus-within\:bg-gray-300:focus-within {
    background-color: #e2e8f0;
  }

  .lg\:focus-within\:bg-gray-400:focus-within {
    background-color: #cbd5e0;
  }

  .lg\:focus-within\:bg-gray-500:focus-within {
    background-color: #a0aec0;
  }

  .lg\:focus-within\:bg-gray-600:focus-within {
    background-color: #718096;
  }

  .lg\:focus-within\:bg-gray-700:focus-within {
    background-color: #4a5568;
  }

  .lg\:focus-within\:bg-gray-800:focus-within {
    background-color: #2d3748;
  }

  .lg\:focus-within\:bg-gray-900:focus-within {
    background-color: #1a202c;
  }

  .lg\:focus-within\:bg-red-100:focus-within {
    background-color: #fff5f5;
  }

  .lg\:focus-within\:bg-red-200:focus-within {
    background-color: #fed7d7;
  }

  .lg\:focus-within\:bg-red-300:focus-within {
    background-color: #feb2b2;
  }

  .lg\:focus-within\:bg-red-400:focus-within {
    background-color: #fc8181;
  }

  .lg\:focus-within\:bg-red-500:focus-within {
    background-color: #f56565;
  }

  .lg\:focus-within\:bg-red-600:focus-within {
    background-color: #e53e3e;
  }

  .lg\:focus-within\:bg-red-700:focus-within {
    background-color: #c53030;
  }

  .lg\:focus-within\:bg-red-800:focus-within {
    background-color: #9b2c2c;
  }

  .lg\:focus-within\:bg-red-900:focus-within {
    background-color: #742a2a;
  }

  .lg\:focus-within\:bg-orange-100:focus-within {
    background-color: #fffaf0;
  }

  .lg\:focus-within\:bg-orange-200:focus-within {
    background-color: #feebc8;
  }

  .lg\:focus-within\:bg-orange-300:focus-within {
    background-color: #fbd38d;
  }

  .lg\:focus-within\:bg-orange-400:focus-within {
    background-color: #f6ad55;
  }

  .lg\:focus-within\:bg-orange-500:focus-within {
    background-color: #ed8936;
  }

  .lg\:focus-within\:bg-orange-600:focus-within {
    background-color: #dd6b20;
  }

  .lg\:focus-within\:bg-orange-700:focus-within {
    background-color: #c05621;
  }

  .lg\:focus-within\:bg-orange-800:focus-within {
    background-color: #9c4221;
  }

  .lg\:focus-within\:bg-orange-900:focus-within {
    background-color: #7b341e;
  }

  .lg\:focus-within\:bg-yellow-100:focus-within {
    background-color: #fffff0;
  }

  .lg\:focus-within\:bg-yellow-200:focus-within {
    background-color: #fefcbf;
  }

  .lg\:focus-within\:bg-yellow-300:focus-within {
    background-color: #faf089;
  }

  .lg\:focus-within\:bg-yellow-400:focus-within {
    background-color: #f6e05e;
  }

  .lg\:focus-within\:bg-yellow-500:focus-within {
    background-color: #ecc94b;
  }

  .lg\:focus-within\:bg-yellow-600:focus-within {
    background-color: #d69e2e;
  }

  .lg\:focus-within\:bg-yellow-700:focus-within {
    background-color: #b7791f;
  }

  .lg\:focus-within\:bg-yellow-800:focus-within {
    background-color: #975a16;
  }

  .lg\:focus-within\:bg-yellow-900:focus-within {
    background-color: #744210;
  }

  .lg\:focus-within\:bg-green-100:focus-within {
    background-color: #f0fff4;
  }

  .lg\:focus-within\:bg-green-200:focus-within {
    background-color: #c6f6d5;
  }

  .lg\:focus-within\:bg-green-300:focus-within {
    background-color: #9ae6b4;
  }

  .lg\:focus-within\:bg-green-400:focus-within {
    background-color: #68d391;
  }

  .lg\:focus-within\:bg-green-500:focus-within {
    background-color: #48bb78;
  }

  .lg\:focus-within\:bg-green-600:focus-within {
    background-color: #38a169;
  }

  .lg\:focus-within\:bg-green-700:focus-within {
    background-color: #2f855a;
  }

  .lg\:focus-within\:bg-green-800:focus-within {
    background-color: #276749;
  }

  .lg\:focus-within\:bg-green-900:focus-within {
    background-color: #22543d;
  }

  .lg\:focus-within\:bg-teal-100:focus-within {
    background-color: #e6fffa;
  }

  .lg\:focus-within\:bg-teal-200:focus-within {
    background-color: #b2f5ea;
  }

  .lg\:focus-within\:bg-teal-300:focus-within {
    background-color: #81e6d9;
  }

  .lg\:focus-within\:bg-teal-400:focus-within {
    background-color: #4fd1c5;
  }

  .lg\:focus-within\:bg-teal-500:focus-within {
    background-color: #38b2ac;
  }

  .lg\:focus-within\:bg-teal-600:focus-within {
    background-color: #319795;
  }

  .lg\:focus-within\:bg-teal-700:focus-within {
    background-color: #2c7a7b;
  }

  .lg\:focus-within\:bg-teal-800:focus-within {
    background-color: #285e61;
  }

  .lg\:focus-within\:bg-teal-900:focus-within {
    background-color: #234e52;
  }

  .lg\:focus-within\:bg-blue-100:focus-within {
    background-color: #ebf8ff;
  }

  .lg\:focus-within\:bg-blue-200:focus-within {
    background-color: #bee3f8;
  }

  .lg\:focus-within\:bg-blue-300:focus-within {
    background-color: #90cdf4;
  }

  .lg\:focus-within\:bg-blue-400:focus-within {
    background-color: #63b3ed;
  }

  .lg\:focus-within\:bg-blue-500:focus-within {
    background-color: #4299e1;
  }

  .lg\:focus-within\:bg-blue-600:focus-within {
    background-color: #3182ce;
  }

  .lg\:focus-within\:bg-blue-700:focus-within {
    background-color: #2b6cb0;
  }

  .lg\:focus-within\:bg-blue-800:focus-within {
    background-color: #2c5282;
  }

  .lg\:focus-within\:bg-blue-900:focus-within {
    background-color: #2a4365;
  }

  .lg\:focus-within\:bg-indigo-100:focus-within {
    background-color: #ebf4ff;
  }

  .lg\:focus-within\:bg-indigo-200:focus-within {
    background-color: #c3dafe;
  }

  .lg\:focus-within\:bg-indigo-300:focus-within {
    background-color: #a3bffa;
  }

  .lg\:focus-within\:bg-indigo-400:focus-within {
    background-color: #7f9cf5;
  }

  .lg\:focus-within\:bg-indigo-500:focus-within {
    background-color: #667eea;
  }

  .lg\:focus-within\:bg-indigo-600:focus-within {
    background-color: #5a67d8;
  }

  .lg\:focus-within\:bg-indigo-700:focus-within {
    background-color: #4c51bf;
  }

  .lg\:focus-within\:bg-indigo-800:focus-within {
    background-color: #434190;
  }

  .lg\:focus-within\:bg-indigo-900:focus-within {
    background-color: #3c366b;
  }

  .lg\:focus-within\:bg-purple-100:focus-within {
    background-color: #faf5ff;
  }

  .lg\:focus-within\:bg-purple-200:focus-within {
    background-color: #e9d8fd;
  }

  .lg\:focus-within\:bg-purple-300:focus-within {
    background-color: #d6bcfa;
  }

  .lg\:focus-within\:bg-purple-400:focus-within {
    background-color: #b794f4;
  }

  .lg\:focus-within\:bg-purple-500:focus-within {
    background-color: #9f7aea;
  }

  .lg\:focus-within\:bg-purple-600:focus-within {
    background-color: #805ad5;
  }

  .lg\:focus-within\:bg-purple-700:focus-within {
    background-color: #6b46c1;
  }

  .lg\:focus-within\:bg-purple-800:focus-within {
    background-color: #553c9a;
  }

  .lg\:focus-within\:bg-purple-900:focus-within {
    background-color: #44337a;
  }

  .lg\:focus-within\:bg-pink-100:focus-within {
    background-color: #fff5f7;
  }

  .lg\:focus-within\:bg-pink-200:focus-within {
    background-color: #fed7e2;
  }

  .lg\:focus-within\:bg-pink-300:focus-within {
    background-color: #fbb6ce;
  }

  .lg\:focus-within\:bg-pink-400:focus-within {
    background-color: #f687b3;
  }

  .lg\:focus-within\:bg-pink-500:focus-within {
    background-color: #ed64a6;
  }

  .lg\:focus-within\:bg-pink-600:focus-within {
    background-color: #d53f8c;
  }

  .lg\:focus-within\:bg-pink-700:focus-within {
    background-color: #b83280;
  }

  .lg\:focus-within\:bg-pink-800:focus-within {
    background-color: #97266d;
  }

  .lg\:focus-within\:bg-pink-900:focus-within {
    background-color: #702459;
  }

  .lg\:first\:bg-transparent:first-child {
    background-color: transparent;
  }

  .lg\:first\:bg-black:first-child {
    background-color: #000;
  }

  .lg\:first\:bg-white:first-child {
    background-color: #fff;
  }

  .lg\:first\:bg-gray-100:first-child {
    background-color: #f7fafc;
  }

  .lg\:first\:bg-gray-200:first-child {
    background-color: #edf2f7;
  }

  .lg\:first\:bg-gray-300:first-child {
    background-color: #e2e8f0;
  }

  .lg\:first\:bg-gray-400:first-child {
    background-color: #cbd5e0;
  }

  .lg\:first\:bg-gray-500:first-child {
    background-color: #a0aec0;
  }

  .lg\:first\:bg-gray-600:first-child {
    background-color: #718096;
  }

  .lg\:first\:bg-gray-700:first-child {
    background-color: #4a5568;
  }

  .lg\:first\:bg-gray-800:first-child {
    background-color: #2d3748;
  }

  .lg\:first\:bg-gray-900:first-child {
    background-color: #1a202c;
  }

  .lg\:first\:bg-red-100:first-child {
    background-color: #fff5f5;
  }

  .lg\:first\:bg-red-200:first-child {
    background-color: #fed7d7;
  }

  .lg\:first\:bg-red-300:first-child {
    background-color: #feb2b2;
  }

  .lg\:first\:bg-red-400:first-child {
    background-color: #fc8181;
  }

  .lg\:first\:bg-red-500:first-child {
    background-color: #f56565;
  }

  .lg\:first\:bg-red-600:first-child {
    background-color: #e53e3e;
  }

  .lg\:first\:bg-red-700:first-child {
    background-color: #c53030;
  }

  .lg\:first\:bg-red-800:first-child {
    background-color: #9b2c2c;
  }

  .lg\:first\:bg-red-900:first-child {
    background-color: #742a2a;
  }

  .lg\:first\:bg-orange-100:first-child {
    background-color: #fffaf0;
  }

  .lg\:first\:bg-orange-200:first-child {
    background-color: #feebc8;
  }

  .lg\:first\:bg-orange-300:first-child {
    background-color: #fbd38d;
  }

  .lg\:first\:bg-orange-400:first-child {
    background-color: #f6ad55;
  }

  .lg\:first\:bg-orange-500:first-child {
    background-color: #ed8936;
  }

  .lg\:first\:bg-orange-600:first-child {
    background-color: #dd6b20;
  }

  .lg\:first\:bg-orange-700:first-child {
    background-color: #c05621;
  }

  .lg\:first\:bg-orange-800:first-child {
    background-color: #9c4221;
  }

  .lg\:first\:bg-orange-900:first-child {
    background-color: #7b341e;
  }

  .lg\:first\:bg-yellow-100:first-child {
    background-color: #fffff0;
  }

  .lg\:first\:bg-yellow-200:first-child {
    background-color: #fefcbf;
  }

  .lg\:first\:bg-yellow-300:first-child {
    background-color: #faf089;
  }

  .lg\:first\:bg-yellow-400:first-child {
    background-color: #f6e05e;
  }

  .lg\:first\:bg-yellow-500:first-child {
    background-color: #ecc94b;
  }

  .lg\:first\:bg-yellow-600:first-child {
    background-color: #d69e2e;
  }

  .lg\:first\:bg-yellow-700:first-child {
    background-color: #b7791f;
  }

  .lg\:first\:bg-yellow-800:first-child {
    background-color: #975a16;
  }

  .lg\:first\:bg-yellow-900:first-child {
    background-color: #744210;
  }

  .lg\:first\:bg-green-100:first-child {
    background-color: #f0fff4;
  }

  .lg\:first\:bg-green-200:first-child {
    background-color: #c6f6d5;
  }

  .lg\:first\:bg-green-300:first-child {
    background-color: #9ae6b4;
  }

  .lg\:first\:bg-green-400:first-child {
    background-color: #68d391;
  }

  .lg\:first\:bg-green-500:first-child {
    background-color: #48bb78;
  }

  .lg\:first\:bg-green-600:first-child {
    background-color: #38a169;
  }

  .lg\:first\:bg-green-700:first-child {
    background-color: #2f855a;
  }

  .lg\:first\:bg-green-800:first-child {
    background-color: #276749;
  }

  .lg\:first\:bg-green-900:first-child {
    background-color: #22543d;
  }

  .lg\:first\:bg-teal-100:first-child {
    background-color: #e6fffa;
  }

  .lg\:first\:bg-teal-200:first-child {
    background-color: #b2f5ea;
  }

  .lg\:first\:bg-teal-300:first-child {
    background-color: #81e6d9;
  }

  .lg\:first\:bg-teal-400:first-child {
    background-color: #4fd1c5;
  }

  .lg\:first\:bg-teal-500:first-child {
    background-color: #38b2ac;
  }

  .lg\:first\:bg-teal-600:first-child {
    background-color: #319795;
  }

  .lg\:first\:bg-teal-700:first-child {
    background-color: #2c7a7b;
  }

  .lg\:first\:bg-teal-800:first-child {
    background-color: #285e61;
  }

  .lg\:first\:bg-teal-900:first-child {
    background-color: #234e52;
  }

  .lg\:first\:bg-blue-100:first-child {
    background-color: #ebf8ff;
  }

  .lg\:first\:bg-blue-200:first-child {
    background-color: #bee3f8;
  }

  .lg\:first\:bg-blue-300:first-child {
    background-color: #90cdf4;
  }

  .lg\:first\:bg-blue-400:first-child {
    background-color: #63b3ed;
  }

  .lg\:first\:bg-blue-500:first-child {
    background-color: #4299e1;
  }

  .lg\:first\:bg-blue-600:first-child {
    background-color: #3182ce;
  }

  .lg\:first\:bg-blue-700:first-child {
    background-color: #2b6cb0;
  }

  .lg\:first\:bg-blue-800:first-child {
    background-color: #2c5282;
  }

  .lg\:first\:bg-blue-900:first-child {
    background-color: #2a4365;
  }

  .lg\:first\:bg-indigo-100:first-child {
    background-color: #ebf4ff;
  }

  .lg\:first\:bg-indigo-200:first-child {
    background-color: #c3dafe;
  }

  .lg\:first\:bg-indigo-300:first-child {
    background-color: #a3bffa;
  }

  .lg\:first\:bg-indigo-400:first-child {
    background-color: #7f9cf5;
  }

  .lg\:first\:bg-indigo-500:first-child {
    background-color: #667eea;
  }

  .lg\:first\:bg-indigo-600:first-child {
    background-color: #5a67d8;
  }

  .lg\:first\:bg-indigo-700:first-child {
    background-color: #4c51bf;
  }

  .lg\:first\:bg-indigo-800:first-child {
    background-color: #434190;
  }

  .lg\:first\:bg-indigo-900:first-child {
    background-color: #3c366b;
  }

  .lg\:first\:bg-purple-100:first-child {
    background-color: #faf5ff;
  }

  .lg\:first\:bg-purple-200:first-child {
    background-color: #e9d8fd;
  }

  .lg\:first\:bg-purple-300:first-child {
    background-color: #d6bcfa;
  }

  .lg\:first\:bg-purple-400:first-child {
    background-color: #b794f4;
  }

  .lg\:first\:bg-purple-500:first-child {
    background-color: #9f7aea;
  }

  .lg\:first\:bg-purple-600:first-child {
    background-color: #805ad5;
  }

  .lg\:first\:bg-purple-700:first-child {
    background-color: #6b46c1;
  }

  .lg\:first\:bg-purple-800:first-child {
    background-color: #553c9a;
  }

  .lg\:first\:bg-purple-900:first-child {
    background-color: #44337a;
  }

  .lg\:first\:bg-pink-100:first-child {
    background-color: #fff5f7;
  }

  .lg\:first\:bg-pink-200:first-child {
    background-color: #fed7e2;
  }

  .lg\:first\:bg-pink-300:first-child {
    background-color: #fbb6ce;
  }

  .lg\:first\:bg-pink-400:first-child {
    background-color: #f687b3;
  }

  .lg\:first\:bg-pink-500:first-child {
    background-color: #ed64a6;
  }

  .lg\:first\:bg-pink-600:first-child {
    background-color: #d53f8c;
  }

  .lg\:first\:bg-pink-700:first-child {
    background-color: #b83280;
  }

  .lg\:first\:bg-pink-800:first-child {
    background-color: #97266d;
  }

  .lg\:first\:bg-pink-900:first-child {
    background-color: #702459;
  }

  .lg\:last\:bg-transparent:last-child {
    background-color: transparent;
  }

  .lg\:last\:bg-black:last-child {
    background-color: #000;
  }

  .lg\:last\:bg-white:last-child {
    background-color: #fff;
  }

  .lg\:last\:bg-gray-100:last-child {
    background-color: #f7fafc;
  }

  .lg\:last\:bg-gray-200:last-child {
    background-color: #edf2f7;
  }

  .lg\:last\:bg-gray-300:last-child {
    background-color: #e2e8f0;
  }

  .lg\:last\:bg-gray-400:last-child {
    background-color: #cbd5e0;
  }

  .lg\:last\:bg-gray-500:last-child {
    background-color: #a0aec0;
  }

  .lg\:last\:bg-gray-600:last-child {
    background-color: #718096;
  }

  .lg\:last\:bg-gray-700:last-child {
    background-color: #4a5568;
  }

  .lg\:last\:bg-gray-800:last-child {
    background-color: #2d3748;
  }

  .lg\:last\:bg-gray-900:last-child {
    background-color: #1a202c;
  }

  .lg\:last\:bg-red-100:last-child {
    background-color: #fff5f5;
  }

  .lg\:last\:bg-red-200:last-child {
    background-color: #fed7d7;
  }

  .lg\:last\:bg-red-300:last-child {
    background-color: #feb2b2;
  }

  .lg\:last\:bg-red-400:last-child {
    background-color: #fc8181;
  }

  .lg\:last\:bg-red-500:last-child {
    background-color: #f56565;
  }

  .lg\:last\:bg-red-600:last-child {
    background-color: #e53e3e;
  }

  .lg\:last\:bg-red-700:last-child {
    background-color: #c53030;
  }

  .lg\:last\:bg-red-800:last-child {
    background-color: #9b2c2c;
  }

  .lg\:last\:bg-red-900:last-child {
    background-color: #742a2a;
  }

  .lg\:last\:bg-orange-100:last-child {
    background-color: #fffaf0;
  }

  .lg\:last\:bg-orange-200:last-child {
    background-color: #feebc8;
  }

  .lg\:last\:bg-orange-300:last-child {
    background-color: #fbd38d;
  }

  .lg\:last\:bg-orange-400:last-child {
    background-color: #f6ad55;
  }

  .lg\:last\:bg-orange-500:last-child {
    background-color: #ed8936;
  }

  .lg\:last\:bg-orange-600:last-child {
    background-color: #dd6b20;
  }

  .lg\:last\:bg-orange-700:last-child {
    background-color: #c05621;
  }

  .lg\:last\:bg-orange-800:last-child {
    background-color: #9c4221;
  }

  .lg\:last\:bg-orange-900:last-child {
    background-color: #7b341e;
  }

  .lg\:last\:bg-yellow-100:last-child {
    background-color: #fffff0;
  }

  .lg\:last\:bg-yellow-200:last-child {
    background-color: #fefcbf;
  }

  .lg\:last\:bg-yellow-300:last-child {
    background-color: #faf089;
  }

  .lg\:last\:bg-yellow-400:last-child {
    background-color: #f6e05e;
  }

  .lg\:last\:bg-yellow-500:last-child {
    background-color: #ecc94b;
  }

  .lg\:last\:bg-yellow-600:last-child {
    background-color: #d69e2e;
  }

  .lg\:last\:bg-yellow-700:last-child {
    background-color: #b7791f;
  }

  .lg\:last\:bg-yellow-800:last-child {
    background-color: #975a16;
  }

  .lg\:last\:bg-yellow-900:last-child {
    background-color: #744210;
  }

  .lg\:last\:bg-green-100:last-child {
    background-color: #f0fff4;
  }

  .lg\:last\:bg-green-200:last-child {
    background-color: #c6f6d5;
  }

  .lg\:last\:bg-green-300:last-child {
    background-color: #9ae6b4;
  }

  .lg\:last\:bg-green-400:last-child {
    background-color: #68d391;
  }

  .lg\:last\:bg-green-500:last-child {
    background-color: #48bb78;
  }

  .lg\:last\:bg-green-600:last-child {
    background-color: #38a169;
  }

  .lg\:last\:bg-green-700:last-child {
    background-color: #2f855a;
  }

  .lg\:last\:bg-green-800:last-child {
    background-color: #276749;
  }

  .lg\:last\:bg-green-900:last-child {
    background-color: #22543d;
  }

  .lg\:last\:bg-teal-100:last-child {
    background-color: #e6fffa;
  }

  .lg\:last\:bg-teal-200:last-child {
    background-color: #b2f5ea;
  }

  .lg\:last\:bg-teal-300:last-child {
    background-color: #81e6d9;
  }

  .lg\:last\:bg-teal-400:last-child {
    background-color: #4fd1c5;
  }

  .lg\:last\:bg-teal-500:last-child {
    background-color: #38b2ac;
  }

  .lg\:last\:bg-teal-600:last-child {
    background-color: #319795;
  }

  .lg\:last\:bg-teal-700:last-child {
    background-color: #2c7a7b;
  }

  .lg\:last\:bg-teal-800:last-child {
    background-color: #285e61;
  }

  .lg\:last\:bg-teal-900:last-child {
    background-color: #234e52;
  }

  .lg\:last\:bg-blue-100:last-child {
    background-color: #ebf8ff;
  }

  .lg\:last\:bg-blue-200:last-child {
    background-color: #bee3f8;
  }

  .lg\:last\:bg-blue-300:last-child {
    background-color: #90cdf4;
  }

  .lg\:last\:bg-blue-400:last-child {
    background-color: #63b3ed;
  }

  .lg\:last\:bg-blue-500:last-child {
    background-color: #4299e1;
  }

  .lg\:last\:bg-blue-600:last-child {
    background-color: #3182ce;
  }

  .lg\:last\:bg-blue-700:last-child {
    background-color: #2b6cb0;
  }

  .lg\:last\:bg-blue-800:last-child {
    background-color: #2c5282;
  }

  .lg\:last\:bg-blue-900:last-child {
    background-color: #2a4365;
  }

  .lg\:last\:bg-indigo-100:last-child {
    background-color: #ebf4ff;
  }

  .lg\:last\:bg-indigo-200:last-child {
    background-color: #c3dafe;
  }

  .lg\:last\:bg-indigo-300:last-child {
    background-color: #a3bffa;
  }

  .lg\:last\:bg-indigo-400:last-child {
    background-color: #7f9cf5;
  }

  .lg\:last\:bg-indigo-500:last-child {
    background-color: #667eea;
  }

  .lg\:last\:bg-indigo-600:last-child {
    background-color: #5a67d8;
  }

  .lg\:last\:bg-indigo-700:last-child {
    background-color: #4c51bf;
  }

  .lg\:last\:bg-indigo-800:last-child {
    background-color: #434190;
  }

  .lg\:last\:bg-indigo-900:last-child {
    background-color: #3c366b;
  }

  .lg\:last\:bg-purple-100:last-child {
    background-color: #faf5ff;
  }

  .lg\:last\:bg-purple-200:last-child {
    background-color: #e9d8fd;
  }

  .lg\:last\:bg-purple-300:last-child {
    background-color: #d6bcfa;
  }

  .lg\:last\:bg-purple-400:last-child {
    background-color: #b794f4;
  }

  .lg\:last\:bg-purple-500:last-child {
    background-color: #9f7aea;
  }

  .lg\:last\:bg-purple-600:last-child {
    background-color: #805ad5;
  }

  .lg\:last\:bg-purple-700:last-child {
    background-color: #6b46c1;
  }

  .lg\:last\:bg-purple-800:last-child {
    background-color: #553c9a;
  }

  .lg\:last\:bg-purple-900:last-child {
    background-color: #44337a;
  }

  .lg\:last\:bg-pink-100:last-child {
    background-color: #fff5f7;
  }

  .lg\:last\:bg-pink-200:last-child {
    background-color: #fed7e2;
  }

  .lg\:last\:bg-pink-300:last-child {
    background-color: #fbb6ce;
  }

  .lg\:last\:bg-pink-400:last-child {
    background-color: #f687b3;
  }

  .lg\:last\:bg-pink-500:last-child {
    background-color: #ed64a6;
  }

  .lg\:last\:bg-pink-600:last-child {
    background-color: #d53f8c;
  }

  .lg\:last\:bg-pink-700:last-child {
    background-color: #b83280;
  }

  .lg\:last\:bg-pink-800:last-child {
    background-color: #97266d;
  }

  .lg\:last\:bg-pink-900:last-child {
    background-color: #702459;
  }

  .lg\:odd\:bg-transparent:nth-child(odd) {
    background-color: transparent;
  }

  .lg\:odd\:bg-black:nth-child(odd) {
    background-color: #000;
  }

  .lg\:odd\:bg-white:nth-child(odd) {
    background-color: #fff;
  }

  .lg\:odd\:bg-gray-100:nth-child(odd) {
    background-color: #f7fafc;
  }

  .lg\:odd\:bg-gray-200:nth-child(odd) {
    background-color: #edf2f7;
  }

  .lg\:odd\:bg-gray-300:nth-child(odd) {
    background-color: #e2e8f0;
  }

  .lg\:odd\:bg-gray-400:nth-child(odd) {
    background-color: #cbd5e0;
  }

  .lg\:odd\:bg-gray-500:nth-child(odd) {
    background-color: #a0aec0;
  }

  .lg\:odd\:bg-gray-600:nth-child(odd) {
    background-color: #718096;
  }

  .lg\:odd\:bg-gray-700:nth-child(odd) {
    background-color: #4a5568;
  }

  .lg\:odd\:bg-gray-800:nth-child(odd) {
    background-color: #2d3748;
  }

  .lg\:odd\:bg-gray-900:nth-child(odd) {
    background-color: #1a202c;
  }

  .lg\:odd\:bg-red-100:nth-child(odd) {
    background-color: #fff5f5;
  }

  .lg\:odd\:bg-red-200:nth-child(odd) {
    background-color: #fed7d7;
  }

  .lg\:odd\:bg-red-300:nth-child(odd) {
    background-color: #feb2b2;
  }

  .lg\:odd\:bg-red-400:nth-child(odd) {
    background-color: #fc8181;
  }

  .lg\:odd\:bg-red-500:nth-child(odd) {
    background-color: #f56565;
  }

  .lg\:odd\:bg-red-600:nth-child(odd) {
    background-color: #e53e3e;
  }

  .lg\:odd\:bg-red-700:nth-child(odd) {
    background-color: #c53030;
  }

  .lg\:odd\:bg-red-800:nth-child(odd) {
    background-color: #9b2c2c;
  }

  .lg\:odd\:bg-red-900:nth-child(odd) {
    background-color: #742a2a;
  }

  .lg\:odd\:bg-orange-100:nth-child(odd) {
    background-color: #fffaf0;
  }

  .lg\:odd\:bg-orange-200:nth-child(odd) {
    background-color: #feebc8;
  }

  .lg\:odd\:bg-orange-300:nth-child(odd) {
    background-color: #fbd38d;
  }

  .lg\:odd\:bg-orange-400:nth-child(odd) {
    background-color: #f6ad55;
  }

  .lg\:odd\:bg-orange-500:nth-child(odd) {
    background-color: #ed8936;
  }

  .lg\:odd\:bg-orange-600:nth-child(odd) {
    background-color: #dd6b20;
  }

  .lg\:odd\:bg-orange-700:nth-child(odd) {
    background-color: #c05621;
  }

  .lg\:odd\:bg-orange-800:nth-child(odd) {
    background-color: #9c4221;
  }

  .lg\:odd\:bg-orange-900:nth-child(odd) {
    background-color: #7b341e;
  }

  .lg\:odd\:bg-yellow-100:nth-child(odd) {
    background-color: #fffff0;
  }

  .lg\:odd\:bg-yellow-200:nth-child(odd) {
    background-color: #fefcbf;
  }

  .lg\:odd\:bg-yellow-300:nth-child(odd) {
    background-color: #faf089;
  }

  .lg\:odd\:bg-yellow-400:nth-child(odd) {
    background-color: #f6e05e;
  }

  .lg\:odd\:bg-yellow-500:nth-child(odd) {
    background-color: #ecc94b;
  }

  .lg\:odd\:bg-yellow-600:nth-child(odd) {
    background-color: #d69e2e;
  }

  .lg\:odd\:bg-yellow-700:nth-child(odd) {
    background-color: #b7791f;
  }

  .lg\:odd\:bg-yellow-800:nth-child(odd) {
    background-color: #975a16;
  }

  .lg\:odd\:bg-yellow-900:nth-child(odd) {
    background-color: #744210;
  }

  .lg\:odd\:bg-green-100:nth-child(odd) {
    background-color: #f0fff4;
  }

  .lg\:odd\:bg-green-200:nth-child(odd) {
    background-color: #c6f6d5;
  }

  .lg\:odd\:bg-green-300:nth-child(odd) {
    background-color: #9ae6b4;
  }

  .lg\:odd\:bg-green-400:nth-child(odd) {
    background-color: #68d391;
  }

  .lg\:odd\:bg-green-500:nth-child(odd) {
    background-color: #48bb78;
  }

  .lg\:odd\:bg-green-600:nth-child(odd) {
    background-color: #38a169;
  }

  .lg\:odd\:bg-green-700:nth-child(odd) {
    background-color: #2f855a;
  }

  .lg\:odd\:bg-green-800:nth-child(odd) {
    background-color: #276749;
  }

  .lg\:odd\:bg-green-900:nth-child(odd) {
    background-color: #22543d;
  }

  .lg\:odd\:bg-teal-100:nth-child(odd) {
    background-color: #e6fffa;
  }

  .lg\:odd\:bg-teal-200:nth-child(odd) {
    background-color: #b2f5ea;
  }

  .lg\:odd\:bg-teal-300:nth-child(odd) {
    background-color: #81e6d9;
  }

  .lg\:odd\:bg-teal-400:nth-child(odd) {
    background-color: #4fd1c5;
  }

  .lg\:odd\:bg-teal-500:nth-child(odd) {
    background-color: #38b2ac;
  }

  .lg\:odd\:bg-teal-600:nth-child(odd) {
    background-color: #319795;
  }

  .lg\:odd\:bg-teal-700:nth-child(odd) {
    background-color: #2c7a7b;
  }

  .lg\:odd\:bg-teal-800:nth-child(odd) {
    background-color: #285e61;
  }

  .lg\:odd\:bg-teal-900:nth-child(odd) {
    background-color: #234e52;
  }

  .lg\:odd\:bg-blue-100:nth-child(odd) {
    background-color: #ebf8ff;
  }

  .lg\:odd\:bg-blue-200:nth-child(odd) {
    background-color: #bee3f8;
  }

  .lg\:odd\:bg-blue-300:nth-child(odd) {
    background-color: #90cdf4;
  }

  .lg\:odd\:bg-blue-400:nth-child(odd) {
    background-color: #63b3ed;
  }

  .lg\:odd\:bg-blue-500:nth-child(odd) {
    background-color: #4299e1;
  }

  .lg\:odd\:bg-blue-600:nth-child(odd) {
    background-color: #3182ce;
  }

  .lg\:odd\:bg-blue-700:nth-child(odd) {
    background-color: #2b6cb0;
  }

  .lg\:odd\:bg-blue-800:nth-child(odd) {
    background-color: #2c5282;
  }

  .lg\:odd\:bg-blue-900:nth-child(odd) {
    background-color: #2a4365;
  }

  .lg\:odd\:bg-indigo-100:nth-child(odd) {
    background-color: #ebf4ff;
  }

  .lg\:odd\:bg-indigo-200:nth-child(odd) {
    background-color: #c3dafe;
  }

  .lg\:odd\:bg-indigo-300:nth-child(odd) {
    background-color: #a3bffa;
  }

  .lg\:odd\:bg-indigo-400:nth-child(odd) {
    background-color: #7f9cf5;
  }

  .lg\:odd\:bg-indigo-500:nth-child(odd) {
    background-color: #667eea;
  }

  .lg\:odd\:bg-indigo-600:nth-child(odd) {
    background-color: #5a67d8;
  }

  .lg\:odd\:bg-indigo-700:nth-child(odd) {
    background-color: #4c51bf;
  }

  .lg\:odd\:bg-indigo-800:nth-child(odd) {
    background-color: #434190;
  }

  .lg\:odd\:bg-indigo-900:nth-child(odd) {
    background-color: #3c366b;
  }

  .lg\:odd\:bg-purple-100:nth-child(odd) {
    background-color: #faf5ff;
  }

  .lg\:odd\:bg-purple-200:nth-child(odd) {
    background-color: #e9d8fd;
  }

  .lg\:odd\:bg-purple-300:nth-child(odd) {
    background-color: #d6bcfa;
  }

  .lg\:odd\:bg-purple-400:nth-child(odd) {
    background-color: #b794f4;
  }

  .lg\:odd\:bg-purple-500:nth-child(odd) {
    background-color: #9f7aea;
  }

  .lg\:odd\:bg-purple-600:nth-child(odd) {
    background-color: #805ad5;
  }

  .lg\:odd\:bg-purple-700:nth-child(odd) {
    background-color: #6b46c1;
  }

  .lg\:odd\:bg-purple-800:nth-child(odd) {
    background-color: #553c9a;
  }

  .lg\:odd\:bg-purple-900:nth-child(odd) {
    background-color: #44337a;
  }

  .lg\:odd\:bg-pink-100:nth-child(odd) {
    background-color: #fff5f7;
  }

  .lg\:odd\:bg-pink-200:nth-child(odd) {
    background-color: #fed7e2;
  }

  .lg\:odd\:bg-pink-300:nth-child(odd) {
    background-color: #fbb6ce;
  }

  .lg\:odd\:bg-pink-400:nth-child(odd) {
    background-color: #f687b3;
  }

  .lg\:odd\:bg-pink-500:nth-child(odd) {
    background-color: #ed64a6;
  }

  .lg\:odd\:bg-pink-600:nth-child(odd) {
    background-color: #d53f8c;
  }

  .lg\:odd\:bg-pink-700:nth-child(odd) {
    background-color: #b83280;
  }

  .lg\:odd\:bg-pink-800:nth-child(odd) {
    background-color: #97266d;
  }

  .lg\:odd\:bg-pink-900:nth-child(odd) {
    background-color: #702459;
  }

  .lg\:even\:bg-transparent:nth-child(even) {
    background-color: transparent;
  }

  .lg\:even\:bg-black:nth-child(even) {
    background-color: #000;
  }

  .lg\:even\:bg-white:nth-child(even) {
    background-color: #fff;
  }

  .lg\:even\:bg-gray-100:nth-child(even) {
    background-color: #f7fafc;
  }

  .lg\:even\:bg-gray-200:nth-child(even) {
    background-color: #edf2f7;
  }

  .lg\:even\:bg-gray-300:nth-child(even) {
    background-color: #e2e8f0;
  }

  .lg\:even\:bg-gray-400:nth-child(even) {
    background-color: #cbd5e0;
  }

  .lg\:even\:bg-gray-500:nth-child(even) {
    background-color: #a0aec0;
  }

  .lg\:even\:bg-gray-600:nth-child(even) {
    background-color: #718096;
  }

  .lg\:even\:bg-gray-700:nth-child(even) {
    background-color: #4a5568;
  }

  .lg\:even\:bg-gray-800:nth-child(even) {
    background-color: #2d3748;
  }

  .lg\:even\:bg-gray-900:nth-child(even) {
    background-color: #1a202c;
  }

  .lg\:even\:bg-red-100:nth-child(even) {
    background-color: #fff5f5;
  }

  .lg\:even\:bg-red-200:nth-child(even) {
    background-color: #fed7d7;
  }

  .lg\:even\:bg-red-300:nth-child(even) {
    background-color: #feb2b2;
  }

  .lg\:even\:bg-red-400:nth-child(even) {
    background-color: #fc8181;
  }

  .lg\:even\:bg-red-500:nth-child(even) {
    background-color: #f56565;
  }

  .lg\:even\:bg-red-600:nth-child(even) {
    background-color: #e53e3e;
  }

  .lg\:even\:bg-red-700:nth-child(even) {
    background-color: #c53030;
  }

  .lg\:even\:bg-red-800:nth-child(even) {
    background-color: #9b2c2c;
  }

  .lg\:even\:bg-red-900:nth-child(even) {
    background-color: #742a2a;
  }

  .lg\:even\:bg-orange-100:nth-child(even) {
    background-color: #fffaf0;
  }

  .lg\:even\:bg-orange-200:nth-child(even) {
    background-color: #feebc8;
  }

  .lg\:even\:bg-orange-300:nth-child(even) {
    background-color: #fbd38d;
  }

  .lg\:even\:bg-orange-400:nth-child(even) {
    background-color: #f6ad55;
  }

  .lg\:even\:bg-orange-500:nth-child(even) {
    background-color: #ed8936;
  }

  .lg\:even\:bg-orange-600:nth-child(even) {
    background-color: #dd6b20;
  }

  .lg\:even\:bg-orange-700:nth-child(even) {
    background-color: #c05621;
  }

  .lg\:even\:bg-orange-800:nth-child(even) {
    background-color: #9c4221;
  }

  .lg\:even\:bg-orange-900:nth-child(even) {
    background-color: #7b341e;
  }

  .lg\:even\:bg-yellow-100:nth-child(even) {
    background-color: #fffff0;
  }

  .lg\:even\:bg-yellow-200:nth-child(even) {
    background-color: #fefcbf;
  }

  .lg\:even\:bg-yellow-300:nth-child(even) {
    background-color: #faf089;
  }

  .lg\:even\:bg-yellow-400:nth-child(even) {
    background-color: #f6e05e;
  }

  .lg\:even\:bg-yellow-500:nth-child(even) {
    background-color: #ecc94b;
  }

  .lg\:even\:bg-yellow-600:nth-child(even) {
    background-color: #d69e2e;
  }

  .lg\:even\:bg-yellow-700:nth-child(even) {
    background-color: #b7791f;
  }

  .lg\:even\:bg-yellow-800:nth-child(even) {
    background-color: #975a16;
  }

  .lg\:even\:bg-yellow-900:nth-child(even) {
    background-color: #744210;
  }

  .lg\:even\:bg-green-100:nth-child(even) {
    background-color: #f0fff4;
  }

  .lg\:even\:bg-green-200:nth-child(even) {
    background-color: #c6f6d5;
  }

  .lg\:even\:bg-green-300:nth-child(even) {
    background-color: #9ae6b4;
  }

  .lg\:even\:bg-green-400:nth-child(even) {
    background-color: #68d391;
  }

  .lg\:even\:bg-green-500:nth-child(even) {
    background-color: #48bb78;
  }

  .lg\:even\:bg-green-600:nth-child(even) {
    background-color: #38a169;
  }

  .lg\:even\:bg-green-700:nth-child(even) {
    background-color: #2f855a;
  }

  .lg\:even\:bg-green-800:nth-child(even) {
    background-color: #276749;
  }

  .lg\:even\:bg-green-900:nth-child(even) {
    background-color: #22543d;
  }

  .lg\:even\:bg-teal-100:nth-child(even) {
    background-color: #e6fffa;
  }

  .lg\:even\:bg-teal-200:nth-child(even) {
    background-color: #b2f5ea;
  }

  .lg\:even\:bg-teal-300:nth-child(even) {
    background-color: #81e6d9;
  }

  .lg\:even\:bg-teal-400:nth-child(even) {
    background-color: #4fd1c5;
  }

  .lg\:even\:bg-teal-500:nth-child(even) {
    background-color: #38b2ac;
  }

  .lg\:even\:bg-teal-600:nth-child(even) {
    background-color: #319795;
  }

  .lg\:even\:bg-teal-700:nth-child(even) {
    background-color: #2c7a7b;
  }

  .lg\:even\:bg-teal-800:nth-child(even) {
    background-color: #285e61;
  }

  .lg\:even\:bg-teal-900:nth-child(even) {
    background-color: #234e52;
  }

  .lg\:even\:bg-blue-100:nth-child(even) {
    background-color: #ebf8ff;
  }

  .lg\:even\:bg-blue-200:nth-child(even) {
    background-color: #bee3f8;
  }

  .lg\:even\:bg-blue-300:nth-child(even) {
    background-color: #90cdf4;
  }

  .lg\:even\:bg-blue-400:nth-child(even) {
    background-color: #63b3ed;
  }

  .lg\:even\:bg-blue-500:nth-child(even) {
    background-color: #4299e1;
  }

  .lg\:even\:bg-blue-600:nth-child(even) {
    background-color: #3182ce;
  }

  .lg\:even\:bg-blue-700:nth-child(even) {
    background-color: #2b6cb0;
  }

  .lg\:even\:bg-blue-800:nth-child(even) {
    background-color: #2c5282;
  }

  .lg\:even\:bg-blue-900:nth-child(even) {
    background-color: #2a4365;
  }

  .lg\:even\:bg-indigo-100:nth-child(even) {
    background-color: #ebf4ff;
  }

  .lg\:even\:bg-indigo-200:nth-child(even) {
    background-color: #c3dafe;
  }

  .lg\:even\:bg-indigo-300:nth-child(even) {
    background-color: #a3bffa;
  }

  .lg\:even\:bg-indigo-400:nth-child(even) {
    background-color: #7f9cf5;
  }

  .lg\:even\:bg-indigo-500:nth-child(even) {
    background-color: #667eea;
  }

  .lg\:even\:bg-indigo-600:nth-child(even) {
    background-color: #5a67d8;
  }

  .lg\:even\:bg-indigo-700:nth-child(even) {
    background-color: #4c51bf;
  }

  .lg\:even\:bg-indigo-800:nth-child(even) {
    background-color: #434190;
  }

  .lg\:even\:bg-indigo-900:nth-child(even) {
    background-color: #3c366b;
  }

  .lg\:even\:bg-purple-100:nth-child(even) {
    background-color: #faf5ff;
  }

  .lg\:even\:bg-purple-200:nth-child(even) {
    background-color: #e9d8fd;
  }

  .lg\:even\:bg-purple-300:nth-child(even) {
    background-color: #d6bcfa;
  }

  .lg\:even\:bg-purple-400:nth-child(even) {
    background-color: #b794f4;
  }

  .lg\:even\:bg-purple-500:nth-child(even) {
    background-color: #9f7aea;
  }

  .lg\:even\:bg-purple-600:nth-child(even) {
    background-color: #805ad5;
  }

  .lg\:even\:bg-purple-700:nth-child(even) {
    background-color: #6b46c1;
  }

  .lg\:even\:bg-purple-800:nth-child(even) {
    background-color: #553c9a;
  }

  .lg\:even\:bg-purple-900:nth-child(even) {
    background-color: #44337a;
  }

  .lg\:even\:bg-pink-100:nth-child(even) {
    background-color: #fff5f7;
  }

  .lg\:even\:bg-pink-200:nth-child(even) {
    background-color: #fed7e2;
  }

  .lg\:even\:bg-pink-300:nth-child(even) {
    background-color: #fbb6ce;
  }

  .lg\:even\:bg-pink-400:nth-child(even) {
    background-color: #f687b3;
  }

  .lg\:even\:bg-pink-500:nth-child(even) {
    background-color: #ed64a6;
  }

  .lg\:even\:bg-pink-600:nth-child(even) {
    background-color: #d53f8c;
  }

  .lg\:even\:bg-pink-700:nth-child(even) {
    background-color: #b83280;
  }

  .lg\:even\:bg-pink-800:nth-child(even) {
    background-color: #97266d;
  }

  .lg\:even\:bg-pink-900:nth-child(even) {
    background-color: #702459;
  }

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

  .lg\:hover\:bg-black:hover {
    background-color: #000;
  }

  .lg\:hover\:bg-white:hover {
    background-color: #fff;
  }

  .lg\:hover\:bg-gray-100:hover {
    background-color: #f7fafc;
  }

  .lg\:hover\:bg-gray-200:hover {
    background-color: #edf2f7;
  }

  .lg\:hover\:bg-gray-300:hover {
    background-color: #e2e8f0;
  }

  .lg\:hover\:bg-gray-400:hover {
    background-color: #cbd5e0;
  }

  .lg\:hover\:bg-gray-500:hover {
    background-color: #a0aec0;
  }

  .lg\:hover\:bg-gray-600:hover {
    background-color: #718096;
  }

  .lg\:hover\:bg-gray-700:hover {
    background-color: #4a5568;
  }

  .lg\:hover\:bg-gray-800:hover {
    background-color: #2d3748;
  }

  .lg\:hover\:bg-gray-900:hover {
    background-color: #1a202c;
  }

  .lg\:hover\:bg-red-100:hover {
    background-color: #fff5f5;
  }

  .lg\:hover\:bg-red-200:hover {
    background-color: #fed7d7;
  }

  .lg\:hover\:bg-red-300:hover {
    background-color: #feb2b2;
  }

  .lg\:hover\:bg-red-400:hover {
    background-color: #fc8181;
  }

  .lg\:hover\:bg-red-500:hover {
    background-color: #f56565;
  }

  .lg\:hover\:bg-red-600:hover {
    background-color: #e53e3e;
  }

  .lg\:hover\:bg-red-700:hover {
    background-color: #c53030;
  }

  .lg\:hover\:bg-red-800:hover {
    background-color: #9b2c2c;
  }

  .lg\:hover\:bg-red-900:hover {
    background-color: #742a2a;
  }

  .lg\:hover\:bg-orange-100:hover {
    background-color: #fffaf0;
  }

  .lg\:hover\:bg-orange-200:hover {
    background-color: #feebc8;
  }

  .lg\:hover\:bg-orange-300:hover {
    background-color: #fbd38d;
  }

  .lg\:hover\:bg-orange-400:hover {
    background-color: #f6ad55;
  }

  .lg\:hover\:bg-orange-500:hover {
    background-color: #ed8936;
  }

  .lg\:hover\:bg-orange-600:hover {
    background-color: #dd6b20;
  }

  .lg\:hover\:bg-orange-700:hover {
    background-color: #c05621;
  }

  .lg\:hover\:bg-orange-800:hover {
    background-color: #9c4221;
  }

  .lg\:hover\:bg-orange-900:hover {
    background-color: #7b341e;
  }

  .lg\:hover\:bg-yellow-100:hover {
    background-color: #fffff0;
  }

  .lg\:hover\:bg-yellow-200:hover {
    background-color: #fefcbf;
  }

  .lg\:hover\:bg-yellow-300:hover {
    background-color: #faf089;
  }

  .lg\:hover\:bg-yellow-400:hover {
    background-color: #f6e05e;
  }

  .lg\:hover\:bg-yellow-500:hover {
    background-color: #ecc94b;
  }

  .lg\:hover\:bg-yellow-600:hover {
    background-color: #d69e2e;
  }

  .lg\:hover\:bg-yellow-700:hover {
    background-color: #b7791f;
  }

  .lg\:hover\:bg-yellow-800:hover {
    background-color: #975a16;
  }

  .lg\:hover\:bg-yellow-900:hover {
    background-color: #744210;
  }

  .lg\:hover\:bg-green-100:hover {
    background-color: #f0fff4;
  }

  .lg\:hover\:bg-green-200:hover {
    background-color: #c6f6d5;
  }

  .lg\:hover\:bg-green-300:hover {
    background-color: #9ae6b4;
  }

  .lg\:hover\:bg-green-400:hover {
    background-color: #68d391;
  }

  .lg\:hover\:bg-green-500:hover {
    background-color: #48bb78;
  }

  .lg\:hover\:bg-green-600:hover {
    background-color: #38a169;
  }

  .lg\:hover\:bg-green-700:hover {
    background-color: #2f855a;
  }

  .lg\:hover\:bg-green-800:hover {
    background-color: #276749;
  }

  .lg\:hover\:bg-green-900:hover {
    background-color: #22543d;
  }

  .lg\:hover\:bg-teal-100:hover {
    background-color: #e6fffa;
  }

  .lg\:hover\:bg-teal-200:hover {
    background-color: #b2f5ea;
  }

  .lg\:hover\:bg-teal-300:hover {
    background-color: #81e6d9;
  }

  .lg\:hover\:bg-teal-400:hover {
    background-color: #4fd1c5;
  }

  .lg\:hover\:bg-teal-500:hover {
    background-color: #38b2ac;
  }

  .lg\:hover\:bg-teal-600:hover {
    background-color: #319795;
  }

  .lg\:hover\:bg-teal-700:hover {
    background-color: #2c7a7b;
  }

  .lg\:hover\:bg-teal-800:hover {
    background-color: #285e61;
  }

  .lg\:hover\:bg-teal-900:hover {
    background-color: #234e52;
  }

  .lg\:hover\:bg-blue-100:hover {
    background-color: #ebf8ff;
  }

  .lg\:hover\:bg-blue-200:hover {
    background-color: #bee3f8;
  }

  .lg\:hover\:bg-blue-300:hover {
    background-color: #90cdf4;
  }

  .lg\:hover\:bg-blue-400:hover {
    background-color: #63b3ed;
  }

  .lg\:hover\:bg-blue-500:hover {
    background-color: #4299e1;
  }

  .lg\:hover\:bg-blue-600:hover {
    background-color: #3182ce;
  }

  .lg\:hover\:bg-blue-700:hover {
    background-color: #2b6cb0;
  }

  .lg\:hover\:bg-blue-800:hover {
    background-color: #2c5282;
  }

  .lg\:hover\:bg-blue-900:hover {
    background-color: #2a4365;
  }

  .lg\:hover\:bg-indigo-100:hover {
    background-color: #ebf4ff;
  }

  .lg\:hover\:bg-indigo-200:hover {
    background-color: #c3dafe;
  }

  .lg\:hover\:bg-indigo-300:hover {
    background-color: #a3bffa;
  }

  .lg\:hover\:bg-indigo-400:hover {
    background-color: #7f9cf5;
  }

  .lg\:hover\:bg-indigo-500:hover {
    background-color: #667eea;
  }

  .lg\:hover\:bg-indigo-600:hover {
    background-color: #5a67d8;
  }

  .lg\:hover\:bg-indigo-700:hover {
    background-color: #4c51bf;
  }

  .lg\:hover\:bg-indigo-800:hover {
    background-color: #434190;
  }

  .lg\:hover\:bg-indigo-900:hover {
    background-color: #3c366b;
  }

  .lg\:hover\:bg-purple-100:hover {
    background-color: #faf5ff;
  }

  .lg\:hover\:bg-purple-200:hover {
    background-color: #e9d8fd;
  }

  .lg\:hover\:bg-purple-300:hover {
    background-color: #d6bcfa;
  }

  .lg\:hover\:bg-purple-400:hover {
    background-color: #b794f4;
  }

  .lg\:hover\:bg-purple-500:hover {
    background-color: #9f7aea;
  }

  .lg\:hover\:bg-purple-600:hover {
    background-color: #805ad5;
  }

  .lg\:hover\:bg-purple-700:hover {
    background-color: #6b46c1;
  }

  .lg\:hover\:bg-purple-800:hover {
    background-color: #553c9a;
  }

  .lg\:hover\:bg-purple-900:hover {
    background-color: #44337a;
  }

  .lg\:hover\:bg-pink-100:hover {
    background-color: #fff5f7;
  }

  .lg\:hover\:bg-pink-200:hover {
    background-color: #fed7e2;
  }

  .lg\:hover\:bg-pink-300:hover {
    background-color: #fbb6ce;
  }

  .lg\:hover\:bg-pink-400:hover {
    background-color: #f687b3;
  }

  .lg\:hover\:bg-pink-500:hover {
    background-color: #ed64a6;
  }

  .lg\:hover\:bg-pink-600:hover {
    background-color: #d53f8c;
  }

  .lg\:hover\:bg-pink-700:hover {
    background-color: #b83280;
  }

  .lg\:hover\:bg-pink-800:hover {
    background-color: #97266d;
  }

  .lg\:hover\:bg-pink-900:hover {
    background-color: #702459;
  }

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

  .lg\:focus\:bg-black:focus {
    background-color: #000;
  }

  .lg\:focus\:bg-white:focus {
    background-color: #fff;
  }

  .lg\:focus\:bg-gray-100:focus {
    background-color: #f7fafc;
  }

  .lg\:focus\:bg-gray-200:focus {
    background-color: #edf2f7;
  }

  .lg\:focus\:bg-gray-300:focus {
    background-color: #e2e8f0;
  }

  .lg\:focus\:bg-gray-400:focus {
    background-color: #cbd5e0;
  }

  .lg\:focus\:bg-gray-500:focus {
    background-color: #a0aec0;
  }

  .lg\:focus\:bg-gray-600:focus {
    background-color: #718096;
  }

  .lg\:focus\:bg-gray-700:focus {
    background-color: #4a5568;
  }

  .lg\:focus\:bg-gray-800:focus {
    background-color: #2d3748;
  }

  .lg\:focus\:bg-gray-900:focus {
    background-color: #1a202c;
  }

  .lg\:focus\:bg-red-100:focus {
    background-color: #fff5f5;
  }

  .lg\:focus\:bg-red-200:focus {
    background-color: #fed7d7;
  }

  .lg\:focus\:bg-red-300:focus {
    background-color: #feb2b2;
  }

  .lg\:focus\:bg-red-400:focus {
    background-color: #fc8181;
  }

  .lg\:focus\:bg-red-500:focus {
    background-color: #f56565;
  }

  .lg\:focus\:bg-red-600:focus {
    background-color: #e53e3e;
  }

  .lg\:focus\:bg-red-700:focus {
    background-color: #c53030;
  }

  .lg\:focus\:bg-red-800:focus {
    background-color: #9b2c2c;
  }

  .lg\:focus\:bg-red-900:focus {
    background-color: #742a2a;
  }

  .lg\:focus\:bg-orange-100:focus {
    background-color: #fffaf0;
  }

  .lg\:focus\:bg-orange-200:focus {
    background-color: #feebc8;
  }

  .lg\:focus\:bg-orange-300:focus {
    background-color: #fbd38d;
  }

  .lg\:focus\:bg-orange-400:focus {
    background-color: #f6ad55;
  }

  .lg\:focus\:bg-orange-500:focus {
    background-color: #ed8936;
  }

  .lg\:focus\:bg-orange-600:focus {
    background-color: #dd6b20;
  }

  .lg\:focus\:bg-orange-700:focus {
    background-color: #c05621;
  }

  .lg\:focus\:bg-orange-800:focus {
    background-color: #9c4221;
  }

  .lg\:focus\:bg-orange-900:focus {
    background-color: #7b341e;
  }

  .lg\:focus\:bg-yellow-100:focus {
    background-color: #fffff0;
  }

  .lg\:focus\:bg-yellow-200:focus {
    background-color: #fefcbf;
  }

  .lg\:focus\:bg-yellow-300:focus {
    background-color: #faf089;
  }

  .lg\:focus\:bg-yellow-400:focus {
    background-color: #f6e05e;
  }

  .lg\:focus\:bg-yellow-500:focus {
    background-color: #ecc94b;
  }

  .lg\:focus\:bg-yellow-600:focus {
    background-color: #d69e2e;
  }

  .lg\:focus\:bg-yellow-700:focus {
    background-color: #b7791f;
  }

  .lg\:focus\:bg-yellow-800:focus {
    background-color: #975a16;
  }

  .lg\:focus\:bg-yellow-900:focus {
    background-color: #744210;
  }

  .lg\:focus\:bg-green-100:focus {
    background-color: #f0fff4;
  }

  .lg\:focus\:bg-green-200:focus {
    background-color: #c6f6d5;
  }

  .lg\:focus\:bg-green-300:focus {
    background-color: #9ae6b4;
  }

  .lg\:focus\:bg-green-400:focus {
    background-color: #68d391;
  }

  .lg\:focus\:bg-green-500:focus {
    background-color: #48bb78;
  }

  .lg\:focus\:bg-green-600:focus {
    background-color: #38a169;
  }

  .lg\:focus\:bg-green-700:focus {
    background-color: #2f855a;
  }

  .lg\:focus\:bg-green-800:focus {
    background-color: #276749;
  }

  .lg\:focus\:bg-green-900:focus {
    background-color: #22543d;
  }

  .lg\:focus\:bg-teal-100:focus {
    background-color: #e6fffa;
  }

  .lg\:focus\:bg-teal-200:focus {
    background-color: #b2f5ea;
  }

  .lg\:focus\:bg-teal-300:focus {
    background-color: #81e6d9;
  }

  .lg\:focus\:bg-teal-400:focus {
    background-color: #4fd1c5;
  }

  .lg\:focus\:bg-teal-500:focus {
    background-color: #38b2ac;
  }

  .lg\:focus\:bg-teal-600:focus {
    background-color: #319795;
  }

  .lg\:focus\:bg-teal-700:focus {
    background-color: #2c7a7b;
  }

  .lg\:focus\:bg-teal-800:focus {
    background-color: #285e61;
  }

  .lg\:focus\:bg-teal-900:focus {
    background-color: #234e52;
  }

  .lg\:focus\:bg-blue-100:focus {
    background-color: #ebf8ff;
  }

  .lg\:focus\:bg-blue-200:focus {
    background-color: #bee3f8;
  }

  .lg\:focus\:bg-blue-300:focus {
    background-color: #90cdf4;
  }

  .lg\:focus\:bg-blue-400:focus {
    background-color: #63b3ed;
  }

  .lg\:focus\:bg-blue-500:focus {
    background-color: #4299e1;
  }

  .lg\:focus\:bg-blue-600:focus {
    background-color: #3182ce;
  }

  .lg\:focus\:bg-blue-700:focus {
    background-color: #2b6cb0;
  }

  .lg\:focus\:bg-blue-800:focus {
    background-color: #2c5282;
  }

  .lg\:focus\:bg-blue-900:focus {
    background-color: #2a4365;
  }

  .lg\:focus\:bg-indigo-100:focus {
    background-color: #ebf4ff;
  }

  .lg\:focus\:bg-indigo-200:focus {
    background-color: #c3dafe;
  }

  .lg\:focus\:bg-indigo-300:focus {
    background-color: #a3bffa;
  }

  .lg\:focus\:bg-indigo-400:focus {
    background-color: #7f9cf5;
  }

  .lg\:focus\:bg-indigo-500:focus {
    background-color: #667eea;
  }

  .lg\:focus\:bg-indigo-600:focus {
    background-color: #5a67d8;
  }

  .lg\:focus\:bg-indigo-700:focus {
    background-color: #4c51bf;
  }

  .lg\:focus\:bg-indigo-800:focus {
    background-color: #434190;
  }

  .lg\:focus\:bg-indigo-900:focus {
    background-color: #3c366b;
  }

  .lg\:focus\:bg-purple-100:focus {
    background-color: #faf5ff;
  }

  .lg\:focus\:bg-purple-200:focus {
    background-color: #e9d8fd;
  }

  .lg\:focus\:bg-purple-300:focus {
    background-color: #d6bcfa;
  }

  .lg\:focus\:bg-purple-400:focus {
    background-color: #b794f4;
  }

  .lg\:focus\:bg-purple-500:focus {
    background-color: #9f7aea;
  }

  .lg\:focus\:bg-purple-600:focus {
    background-color: #805ad5;
  }

  .lg\:focus\:bg-purple-700:focus {
    background-color: #6b46c1;
  }

  .lg\:focus\:bg-purple-800:focus {
    background-color: #553c9a;
  }

  .lg\:focus\:bg-purple-900:focus {
    background-color: #44337a;
  }

  .lg\:focus\:bg-pink-100:focus {
    background-color: #fff5f7;
  }

  .lg\:focus\:bg-pink-200:focus {
    background-color: #fed7e2;
  }

  .lg\:focus\:bg-pink-300:focus {
    background-color: #fbb6ce;
  }

  .lg\:focus\:bg-pink-400:focus {
    background-color: #f687b3;
  }

  .lg\:focus\:bg-pink-500:focus {
    background-color: #ed64a6;
  }

  .lg\:focus\:bg-pink-600:focus {
    background-color: #d53f8c;
  }

  .lg\:focus\:bg-pink-700:focus {
    background-color: #b83280;
  }

  .lg\:focus\:bg-pink-800:focus {
    background-color: #97266d;
  }

  .lg\:focus\:bg-pink-900:focus {
    background-color: #702459;
  }

  .lg\:active\:bg-transparent:active {
    background-color: transparent;
  }

  .lg\:active\:bg-black:active {
    background-color: #000;
  }

  .lg\:active\:bg-white:active {
    background-color: #fff;
  }

  .lg\:active\:bg-gray-100:active {
    background-color: #f7fafc;
  }

  .lg\:active\:bg-gray-200:active {
    background-color: #edf2f7;
  }

  .lg\:active\:bg-gray-300:active {
    background-color: #e2e8f0;
  }

  .lg\:active\:bg-gray-400:active {
    background-color: #cbd5e0;
  }

  .lg\:active\:bg-gray-500:active {
    background-color: #a0aec0;
  }

  .lg\:active\:bg-gray-600:active {
    background-color: #718096;
  }

  .lg\:active\:bg-gray-700:active {
    background-color: #4a5568;
  }

  .lg\:active\:bg-gray-800:active {
    background-color: #2d3748;
  }

  .lg\:active\:bg-gray-900:active {
    background-color: #1a202c;
  }

  .lg\:active\:bg-red-100:active {
    background-color: #fff5f5;
  }

  .lg\:active\:bg-red-200:active {
    background-color: #fed7d7;
  }

  .lg\:active\:bg-red-300:active {
    background-color: #feb2b2;
  }

  .lg\:active\:bg-red-400:active {
    background-color: #fc8181;
  }

  .lg\:active\:bg-red-500:active {
    background-color: #f56565;
  }

  .lg\:active\:bg-red-600:active {
    background-color: #e53e3e;
  }

  .lg\:active\:bg-red-700:active {
    background-color: #c53030;
  }

  .lg\:active\:bg-red-800:active {
    background-color: #9b2c2c;
  }

  .lg\:active\:bg-red-900:active {
    background-color: #742a2a;
  }

  .lg\:active\:bg-orange-100:active {
    background-color: #fffaf0;
  }

  .lg\:active\:bg-orange-200:active {
    background-color: #feebc8;
  }

  .lg\:active\:bg-orange-300:active {
    background-color: #fbd38d;
  }

  .lg\:active\:bg-orange-400:active {
    background-color: #f6ad55;
  }

  .lg\:active\:bg-orange-500:active {
    background-color: #ed8936;
  }

  .lg\:active\:bg-orange-600:active {
    background-color: #dd6b20;
  }

  .lg\:active\:bg-orange-700:active {
    background-color: #c05621;
  }

  .lg\:active\:bg-orange-800:active {
    background-color: #9c4221;
  }

  .lg\:active\:bg-orange-900:active {
    background-color: #7b341e;
  }

  .lg\:active\:bg-yellow-100:active {
    background-color: #fffff0;
  }

  .lg\:active\:bg-yellow-200:active {
    background-color: #fefcbf;
  }

  .lg\:active\:bg-yellow-300:active {
    background-color: #faf089;
  }

  .lg\:active\:bg-yellow-400:active {
    background-color: #f6e05e;
  }

  .lg\:active\:bg-yellow-500:active {
    background-color: #ecc94b;
  }

  .lg\:active\:bg-yellow-600:active {
    background-color: #d69e2e;
  }

  .lg\:active\:bg-yellow-700:active {
    background-color: #b7791f;
  }

  .lg\:active\:bg-yellow-800:active {
    background-color: #975a16;
  }

  .lg\:active\:bg-yellow-900:active {
    background-color: #744210;
  }

  .lg\:active\:bg-green-100:active {
    background-color: #f0fff4;
  }

  .lg\:active\:bg-green-200:active {
    background-color: #c6f6d5;
  }

  .lg\:active\:bg-green-300:active {
    background-color: #9ae6b4;
  }

  .lg\:active\:bg-green-400:active {
    background-color: #68d391;
  }

  .lg\:active\:bg-green-500:active {
    background-color: #48bb78;
  }

  .lg\:active\:bg-green-600:active {
    background-color: #38a169;
  }

  .lg\:active\:bg-green-700:active {
    background-color: #2f855a;
  }

  .lg\:active\:bg-green-800:active {
    background-color: #276749;
  }

  .lg\:active\:bg-green-900:active {
    background-color: #22543d;
  }

  .lg\:active\:bg-teal-100:active {
    background-color: #e6fffa;
  }

  .lg\:active\:bg-teal-200:active {
    background-color: #b2f5ea;
  }

  .lg\:active\:bg-teal-300:active {
    background-color: #81e6d9;
  }

  .lg\:active\:bg-teal-400:active {
    background-color: #4fd1c5;
  }

  .lg\:active\:bg-teal-500:active {
    background-color: #38b2ac;
  }

  .lg\:active\:bg-teal-600:active {
    background-color: #319795;
  }

  .lg\:active\:bg-teal-700:active {
    background-color: #2c7a7b;
  }

  .lg\:active\:bg-teal-800:active {
    background-color: #285e61;
  }

  .lg\:active\:bg-teal-900:active {
    background-color: #234e52;
  }

  .lg\:active\:bg-blue-100:active {
    background-color: #ebf8ff;
  }

  .lg\:active\:bg-blue-200:active {
    background-color: #bee3f8;
  }

  .lg\:active\:bg-blue-300:active {
    background-color: #90cdf4;
  }

  .lg\:active\:bg-blue-400:active {
    background-color: #63b3ed;
  }

  .lg\:active\:bg-blue-500:active {
    background-color: #4299e1;
  }

  .lg\:active\:bg-blue-600:active {
    background-color: #3182ce;
  }

  .lg\:active\:bg-blue-700:active {
    background-color: #2b6cb0;
  }

  .lg\:active\:bg-blue-800:active {
    background-color: #2c5282;
  }

  .lg\:active\:bg-blue-900:active {
    background-color: #2a4365;
  }

  .lg\:active\:bg-indigo-100:active {
    background-color: #ebf4ff;
  }

  .lg\:active\:bg-indigo-200:active {
    background-color: #c3dafe;
  }

  .lg\:active\:bg-indigo-300:active {
    background-color: #a3bffa;
  }

  .lg\:active\:bg-indigo-400:active {
    background-color: #7f9cf5;
  }

  .lg\:active\:bg-indigo-500:active {
    background-color: #667eea;
  }

  .lg\:active\:bg-indigo-600:active {
    background-color: #5a67d8;
  }

  .lg\:active\:bg-indigo-700:active {
    background-color: #4c51bf;
  }

  .lg\:active\:bg-indigo-800:active {
    background-color: #434190;
  }

  .lg\:active\:bg-indigo-900:active {
    background-color: #3c366b;
  }

  .lg\:active\:bg-purple-100:active {
    background-color: #faf5ff;
  }

  .lg\:active\:bg-purple-200:active {
    background-color: #e9d8fd;
  }

  .lg\:active\:bg-purple-300:active {
    background-color: #d6bcfa;
  }

  .lg\:active\:bg-purple-400:active {
    background-color: #b794f4;
  }

  .lg\:active\:bg-purple-500:active {
    background-color: #9f7aea;
  }

  .lg\:active\:bg-purple-600:active {
    background-color: #805ad5;
  }

  .lg\:active\:bg-purple-700:active {
    background-color: #6b46c1;
  }

  .lg\:active\:bg-purple-800:active {
    background-color: #553c9a;
  }

  .lg\:active\:bg-purple-900:active {
    background-color: #44337a;
  }

  .lg\:active\:bg-pink-100:active {
    background-color: #fff5f7;
  }

  .lg\:active\:bg-pink-200:active {
    background-color: #fed7e2;
  }

  .lg\:active\:bg-pink-300:active {
    background-color: #fbb6ce;
  }

  .lg\:active\:bg-pink-400:active {
    background-color: #f687b3;
  }

  .lg\:active\:bg-pink-500:active {
    background-color: #ed64a6;
  }

  .lg\:active\:bg-pink-600:active {
    background-color: #d53f8c;
  }

  .lg\:active\:bg-pink-700:active {
    background-color: #b83280;
  }

  .lg\:active\:bg-pink-800:active {
    background-color: #97266d;
  }

  .lg\:active\:bg-pink-900:active {
    background-color: #702459;
  }

  .lg\:visited\:bg-transparent:visited {
    background-color: transparent;
  }

  .lg\:visited\:bg-black:visited {
    background-color: #000;
  }

  .lg\:visited\:bg-white:visited {
    background-color: #fff;
  }

  .lg\:visited\:bg-gray-100:visited {
    background-color: #f7fafc;
  }

  .lg\:visited\:bg-gray-200:visited {
    background-color: #edf2f7;
  }

  .lg\:visited\:bg-gray-300:visited {
    background-color: #e2e8f0;
  }

  .lg\:visited\:bg-gray-400:visited {
    background-color: #cbd5e0;
  }

  .lg\:visited\:bg-gray-500:visited {
    background-color: #a0aec0;
  }

  .lg\:visited\:bg-gray-600:visited {
    background-color: #718096;
  }

  .lg\:visited\:bg-gray-700:visited {
    background-color: #4a5568;
  }

  .lg\:visited\:bg-gray-800:visited {
    background-color: #2d3748;
  }

  .lg\:visited\:bg-gray-900:visited {
    background-color: #1a202c;
  }

  .lg\:visited\:bg-red-100:visited {
    background-color: #fff5f5;
  }

  .lg\:visited\:bg-red-200:visited {
    background-color: #fed7d7;
  }

  .lg\:visited\:bg-red-300:visited {
    background-color: #feb2b2;
  }

  .lg\:visited\:bg-red-400:visited {
    background-color: #fc8181;
  }

  .lg\:visited\:bg-red-500:visited {
    background-color: #f56565;
  }

  .lg\:visited\:bg-red-600:visited {
    background-color: #e53e3e;
  }

  .lg\:visited\:bg-red-700:visited {
    background-color: #c53030;
  }

  .lg\:visited\:bg-red-800:visited {
    background-color: #9b2c2c;
  }

  .lg\:visited\:bg-red-900:visited {
    background-color: #742a2a;
  }

  .lg\:visited\:bg-orange-100:visited {
    background-color: #fffaf0;
  }

  .lg\:visited\:bg-orange-200:visited {
    background-color: #feebc8;
  }

  .lg\:visited\:bg-orange-300:visited {
    background-color: #fbd38d;
  }

  .lg\:visited\:bg-orange-400:visited {
    background-color: #f6ad55;
  }

  .lg\:visited\:bg-orange-500:visited {
    background-color: #ed8936;
  }

  .lg\:visited\:bg-orange-600:visited {
    background-color: #dd6b20;
  }

  .lg\:visited\:bg-orange-700:visited {
    background-color: #c05621;
  }

  .lg\:visited\:bg-orange-800:visited {
    background-color: #9c4221;
  }

  .lg\:visited\:bg-orange-900:visited {
    background-color: #7b341e;
  }

  .lg\:visited\:bg-yellow-100:visited {
    background-color: #fffff0;
  }

  .lg\:visited\:bg-yellow-200:visited {
    background-color: #fefcbf;
  }

  .lg\:visited\:bg-yellow-300:visited {
    background-color: #faf089;
  }

  .lg\:visited\:bg-yellow-400:visited {
    background-color: #f6e05e;
  }

  .lg\:visited\:bg-yellow-500:visited {
    background-color: #ecc94b;
  }

  .lg\:visited\:bg-yellow-600:visited {
    background-color: #d69e2e;
  }

  .lg\:visited\:bg-yellow-700:visited {
    background-color: #b7791f;
  }

  .lg\:visited\:bg-yellow-800:visited {
    background-color: #975a16;
  }

  .lg\:visited\:bg-yellow-900:visited {
    background-color: #744210;
  }

  .lg\:visited\:bg-green-100:visited {
    background-color: #f0fff4;
  }

  .lg\:visited\:bg-green-200:visited {
    background-color: #c6f6d5;
  }

  .lg\:visited\:bg-green-300:visited {
    background-color: #9ae6b4;
  }

  .lg\:visited\:bg-green-400:visited {
    background-color: #68d391;
  }

  .lg\:visited\:bg-green-500:visited {
    background-color: #48bb78;
  }

  .lg\:visited\:bg-green-600:visited {
    background-color: #38a169;
  }

  .lg\:visited\:bg-green-700:visited {
    background-color: #2f855a;
  }

  .lg\:visited\:bg-green-800:visited {
    background-color: #276749;
  }

  .lg\:visited\:bg-green-900:visited {
    background-color: #22543d;
  }

  .lg\:visited\:bg-teal-100:visited {
    background-color: #e6fffa;
  }

  .lg\:visited\:bg-teal-200:visited {
    background-color: #b2f5ea;
  }

  .lg\:visited\:bg-teal-300:visited {
    background-color: #81e6d9;
  }

  .lg\:visited\:bg-teal-400:visited {
    background-color: #4fd1c5;
  }

  .lg\:visited\:bg-teal-500:visited {
    background-color: #38b2ac;
  }

  .lg\:visited\:bg-teal-600:visited {
    background-color: #319795;
  }

  .lg\:visited\:bg-teal-700:visited {
    background-color: #2c7a7b;
  }

  .lg\:visited\:bg-teal-800:visited {
    background-color: #285e61;
  }

  .lg\:visited\:bg-teal-900:visited {
    background-color: #234e52;
  }

  .lg\:visited\:bg-blue-100:visited {
    background-color: #ebf8ff;
  }

  .lg\:visited\:bg-blue-200:visited {
    background-color: #bee3f8;
  }

  .lg\:visited\:bg-blue-300:visited {
    background-color: #90cdf4;
  }

  .lg\:visited\:bg-blue-400:visited {
    background-color: #63b3ed;
  }

  .lg\:visited\:bg-blue-500:visited {
    background-color: #4299e1;
  }

  .lg\:visited\:bg-blue-600:visited {
    background-color: #3182ce;
  }

  .lg\:visited\:bg-blue-700:visited {
    background-color: #2b6cb0;
  }

  .lg\:visited\:bg-blue-800:visited {
    background-color: #2c5282;
  }

  .lg\:visited\:bg-blue-900:visited {
    background-color: #2a4365;
  }

  .lg\:visited\:bg-indigo-100:visited {
    background-color: #ebf4ff;
  }

  .lg\:visited\:bg-indigo-200:visited {
    background-color: #c3dafe;
  }

  .lg\:visited\:bg-indigo-300:visited {
    background-color: #a3bffa;
  }

  .lg\:visited\:bg-indigo-400:visited {
    background-color: #7f9cf5;
  }

  .lg\:visited\:bg-indigo-500:visited {
    background-color: #667eea;
  }

  .lg\:visited\:bg-indigo-600:visited {
    background-color: #5a67d8;
  }

  .lg\:visited\:bg-indigo-700:visited {
    background-color: #4c51bf;
  }

  .lg\:visited\:bg-indigo-800:visited {
    background-color: #434190;
  }

  .lg\:visited\:bg-indigo-900:visited {
    background-color: #3c366b;
  }

  .lg\:visited\:bg-purple-100:visited {
    background-color: #faf5ff;
  }

  .lg\:visited\:bg-purple-200:visited {
    background-color: #e9d8fd;
  }

  .lg\:visited\:bg-purple-300:visited {
    background-color: #d6bcfa;
  }

  .lg\:visited\:bg-purple-400:visited {
    background-color: #b794f4;
  }

  .lg\:visited\:bg-purple-500:visited {
    background-color: #9f7aea;
  }

  .lg\:visited\:bg-purple-600:visited {
    background-color: #805ad5;
  }

  .lg\:visited\:bg-purple-700:visited {
    background-color: #6b46c1;
  }

  .lg\:visited\:bg-purple-800:visited {
    background-color: #553c9a;
  }

  .lg\:visited\:bg-purple-900:visited {
    background-color: #44337a;
  }

  .lg\:visited\:bg-pink-100:visited {
    background-color: #fff5f7;
  }

  .lg\:visited\:bg-pink-200:visited {
    background-color: #fed7e2;
  }

  .lg\:visited\:bg-pink-300:visited {
    background-color: #fbb6ce;
  }

  .lg\:visited\:bg-pink-400:visited {
    background-color: #f687b3;
  }

  .lg\:visited\:bg-pink-500:visited {
    background-color: #ed64a6;
  }

  .lg\:visited\:bg-pink-600:visited {
    background-color: #d53f8c;
  }

  .lg\:visited\:bg-pink-700:visited {
    background-color: #b83280;
  }

  .lg\:visited\:bg-pink-800:visited {
    background-color: #97266d;
  }

  .lg\:visited\:bg-pink-900:visited {
    background-color: #702459;
  }

  .lg\:disabled\:bg-transparent:disabled {
    background-color: transparent;
  }

  .lg\:disabled\:bg-black:disabled {
    background-color: #000;
  }

  .lg\:disabled\:bg-white:disabled {
    background-color: #fff;
  }

  .lg\:disabled\:bg-gray-100:disabled {
    background-color: #f7fafc;
  }

  .lg\:disabled\:bg-gray-200:disabled {
    background-color: #edf2f7;
  }

  .lg\:disabled\:bg-gray-300:disabled {
    background-color: #e2e8f0;
  }

  .lg\:disabled\:bg-gray-400:disabled {
    background-color: #cbd5e0;
  }

  .lg\:disabled\:bg-gray-500:disabled {
    background-color: #a0aec0;
  }

  .lg\:disabled\:bg-gray-600:disabled {
    background-color: #718096;
  }

  .lg\:disabled\:bg-gray-700:disabled {
    background-color: #4a5568;
  }

  .lg\:disabled\:bg-gray-800:disabled {
    background-color: #2d3748;
  }

  .lg\:disabled\:bg-gray-900:disabled {
    background-color: #1a202c;
  }

  .lg\:disabled\:bg-red-100:disabled {
    background-color: #fff5f5;
  }

  .lg\:disabled\:bg-red-200:disabled {
    background-color: #fed7d7;
  }

  .lg\:disabled\:bg-red-300:disabled {
    background-color: #feb2b2;
  }

  .lg\:disabled\:bg-red-400:disabled {
    background-color: #fc8181;
  }

  .lg\:disabled\:bg-red-500:disabled {
    background-color: #f56565;
  }

  .lg\:disabled\:bg-red-600:disabled {
    background-color: #e53e3e;
  }

  .lg\:disabled\:bg-red-700:disabled {
    background-color: #c53030;
  }

  .lg\:disabled\:bg-red-800:disabled {
    background-color: #9b2c2c;
  }

  .lg\:disabled\:bg-red-900:disabled {
    background-color: #742a2a;
  }

  .lg\:disabled\:bg-orange-100:disabled {
    background-color: #fffaf0;
  }

  .lg\:disabled\:bg-orange-200:disabled {
    background-color: #feebc8;
  }

  .lg\:disabled\:bg-orange-300:disabled {
    background-color: #fbd38d;
  }

  .lg\:disabled\:bg-orange-400:disabled {
    background-color: #f6ad55;
  }

  .lg\:disabled\:bg-orange-500:disabled {
    background-color: #ed8936;
  }

  .lg\:disabled\:bg-orange-600:disabled {
    background-color: #dd6b20;
  }

  .lg\:disabled\:bg-orange-700:disabled {
    background-color: #c05621;
  }

  .lg\:disabled\:bg-orange-800:disabled {
    background-color: #9c4221;
  }

  .lg\:disabled\:bg-orange-900:disabled {
    background-color: #7b341e;
  }

  .lg\:disabled\:bg-yellow-100:disabled {
    background-color: #fffff0;
  }

  .lg\:disabled\:bg-yellow-200:disabled {
    background-color: #fefcbf;
  }

  .lg\:disabled\:bg-yellow-300:disabled {
    background-color: #faf089;
  }

  .lg\:disabled\:bg-yellow-400:disabled {
    background-color: #f6e05e;
  }

  .lg\:disabled\:bg-yellow-500:disabled {
    background-color: #ecc94b;
  }

  .lg\:disabled\:bg-yellow-600:disabled {
    background-color: #d69e2e;
  }

  .lg\:disabled\:bg-yellow-700:disabled {
    background-color: #b7791f;
  }

  .lg\:disabled\:bg-yellow-800:disabled {
    background-color: #975a16;
  }

  .lg\:disabled\:bg-yellow-900:disabled {
    background-color: #744210;
  }

  .lg\:disabled\:bg-green-100:disabled {
    background-color: #f0fff4;
  }

  .lg\:disabled\:bg-green-200:disabled {
    background-color: #c6f6d5;
  }

  .lg\:disabled\:bg-green-300:disabled {
    background-color: #9ae6b4;
  }

  .lg\:disabled\:bg-green-400:disabled {
    background-color: #68d391;
  }

  .lg\:disabled\:bg-green-500:disabled {
    background-color: #48bb78;
  }

  .lg\:disabled\:bg-green-600:disabled {
    background-color: #38a169;
  }

  .lg\:disabled\:bg-green-700:disabled {
    background-color: #2f855a;
  }

  .lg\:disabled\:bg-green-800:disabled {
    background-color: #276749;
  }

  .lg\:disabled\:bg-green-900:disabled {
    background-color: #22543d;
  }

  .lg\:disabled\:bg-teal-100:disabled {
    background-color: #e6fffa;
  }

  .lg\:disabled\:bg-teal-200:disabled {
    background-color: #b2f5ea;
  }

  .lg\:disabled\:bg-teal-300:disabled {
    background-color: #81e6d9;
  }

  .lg\:disabled\:bg-teal-400:disabled {
    background-color: #4fd1c5;
  }

  .lg\:disabled\:bg-teal-500:disabled {
    background-color: #38b2ac;
  }

  .lg\:disabled\:bg-teal-600:disabled {
    background-color: #319795;
  }

  .lg\:disabled\:bg-teal-700:disabled {
    background-color: #2c7a7b;
  }

  .lg\:disabled\:bg-teal-800:disabled {
    background-color: #285e61;
  }

  .lg\:disabled\:bg-teal-900:disabled {
    background-color: #234e52;
  }

  .lg\:disabled\:bg-blue-100:disabled {
    background-color: #ebf8ff;
  }

  .lg\:disabled\:bg-blue-200:disabled {
    background-color: #bee3f8;
  }

  .lg\:disabled\:bg-blue-300:disabled {
    background-color: #90cdf4;
  }

  .lg\:disabled\:bg-blue-400:disabled {
    background-color: #63b3ed;
  }

  .lg\:disabled\:bg-blue-500:disabled {
    background-color: #4299e1;
  }

  .lg\:disabled\:bg-blue-600:disabled {
    background-color: #3182ce;
  }

  .lg\:disabled\:bg-blue-700:disabled {
    background-color: #2b6cb0;
  }

  .lg\:disabled\:bg-blue-800:disabled {
    background-color: #2c5282;
  }

  .lg\:disabled\:bg-blue-900:disabled {
    background-color: #2a4365;
  }

  .lg\:disabled\:bg-indigo-100:disabled {
    background-color: #ebf4ff;
  }

  .lg\:disabled\:bg-indigo-200:disabled {
    background-color: #c3dafe;
  }

  .lg\:disabled\:bg-indigo-300:disabled {
    background-color: #a3bffa;
  }

  .lg\:disabled\:bg-indigo-400:disabled {
    background-color: #7f9cf5;
  }

  .lg\:disabled\:bg-indigo-500:disabled {
    background-color: #667eea;
  }

  .lg\:disabled\:bg-indigo-600:disabled {
    background-color: #5a67d8;
  }

  .lg\:disabled\:bg-indigo-700:disabled {
    background-color: #4c51bf;
  }

  .lg\:disabled\:bg-indigo-800:disabled {
    background-color: #434190;
  }

  .lg\:disabled\:bg-indigo-900:disabled {
    background-color: #3c366b;
  }

  .lg\:disabled\:bg-purple-100:disabled {
    background-color: #faf5ff;
  }

  .lg\:disabled\:bg-purple-200:disabled {
    background-color: #e9d8fd;
  }

  .lg\:disabled\:bg-purple-300:disabled {
    background-color: #d6bcfa;
  }

  .lg\:disabled\:bg-purple-400:disabled {
    background-color: #b794f4;
  }

  .lg\:disabled\:bg-purple-500:disabled {
    background-color: #9f7aea;
  }

  .lg\:disabled\:bg-purple-600:disabled {
    background-color: #805ad5;
  }

  .lg\:disabled\:bg-purple-700:disabled {
    background-color: #6b46c1;
  }

  .lg\:disabled\:bg-purple-800:disabled {
    background-color: #553c9a;
  }

  .lg\:disabled\:bg-purple-900:disabled {
    background-color: #44337a;
  }

  .lg\:disabled\:bg-pink-100:disabled {
    background-color: #fff5f7;
  }

  .lg\:disabled\:bg-pink-200:disabled {
    background-color: #fed7e2;
  }

  .lg\:disabled\:bg-pink-300:disabled {
    background-color: #fbb6ce;
  }

  .lg\:disabled\:bg-pink-400:disabled {
    background-color: #f687b3;
  }

  .lg\:disabled\:bg-pink-500:disabled {
    background-color: #ed64a6;
  }

  .lg\:disabled\:bg-pink-600:disabled {
    background-color: #d53f8c;
  }

  .lg\:disabled\:bg-pink-700:disabled {
    background-color: #b83280;
  }

  .lg\:disabled\:bg-pink-800:disabled {
    background-color: #97266d;
  }

  .lg\:disabled\:bg-pink-900:disabled {
    background-color: #702459;
  }

  .lg\:bg-bottom {
    background-position: bottom;
  }

  .lg\:bg-center {
    background-position: center;
  }

  .lg\:bg-left {
    background-position: left;
  }

  .lg\:bg-left-bottom {
    background-position: left bottom;
  }

  .lg\:bg-left-top {
    background-position: left top;
  }

  .lg\:bg-right {
    background-position: right;
  }

  .lg\:bg-right-bottom {
    background-position: right bottom;
  }

  .lg\:bg-right-top {
    background-position: right top;
  }

  .lg\:bg-top {
    background-position: top;
  }

  .group:hover .lg\:group-hover\:bg-bottom {
    background-position: bottom;
  }

  .group:hover .lg\:group-hover\:bg-center {
    background-position: center;
  }

  .group:hover .lg\:group-hover\:bg-left {
    background-position: left;
  }

  .group:hover .lg\:group-hover\:bg-left-bottom {
    background-position: left bottom;
  }

  .group:hover .lg\:group-hover\:bg-left-top {
    background-position: left top;
  }

  .group:hover .lg\:group-hover\:bg-right {
    background-position: right;
  }

  .group:hover .lg\:group-hover\:bg-right-bottom {
    background-position: right bottom;
  }

  .group:hover .lg\:group-hover\:bg-right-top {
    background-position: right top;
  }

  .group:hover .lg\:group-hover\:bg-top {
    background-position: top;
  }

  .lg\:focus-within\:bg-bottom:focus-within {
    background-position: bottom;
  }

  .lg\:focus-within\:bg-center:focus-within {
    background-position: center;
  }

  .lg\:focus-within\:bg-left:focus-within {
    background-position: left;
  }

  .lg\:focus-within\:bg-left-bottom:focus-within {
    background-position: left bottom;
  }

  .lg\:focus-within\:bg-left-top:focus-within {
    background-position: left top;
  }

  .lg\:focus-within\:bg-right:focus-within {
    background-position: right;
  }

  .lg\:focus-within\:bg-right-bottom:focus-within {
    background-position: right bottom;
  }

  .lg\:focus-within\:bg-right-top:focus-within {
    background-position: right top;
  }

  .lg\:focus-within\:bg-top:focus-within {
    background-position: top;
  }

  .lg\:first\:bg-bottom:first-child {
    background-position: bottom;
  }

  .lg\:first\:bg-center:first-child {
    background-position: center;
  }

  .lg\:first\:bg-left:first-child {
    background-position: left;
  }

  .lg\:first\:bg-left-bottom:first-child {
    background-position: left bottom;
  }

  .lg\:first\:bg-left-top:first-child {
    background-position: left top;
  }

  .lg\:first\:bg-right:first-child {
    background-position: right;
  }

  .lg\:first\:bg-right-bottom:first-child {
    background-position: right bottom;
  }

  .lg\:first\:bg-right-top:first-child {
    background-position: right top;
  }

  .lg\:first\:bg-top:first-child {
    background-position: top;
  }

  .lg\:last\:bg-bottom:last-child {
    background-position: bottom;
  }

  .lg\:last\:bg-center:last-child {
    background-position: center;
  }

  .lg\:last\:bg-left:last-child {
    background-position: left;
  }

  .lg\:last\:bg-left-bottom:last-child {
    background-position: left bottom;
  }

  .lg\:last\:bg-left-top:last-child {
    background-position: left top;
  }

  .lg\:last\:bg-right:last-child {
    background-position: right;
  }

  .lg\:last\:bg-right-bottom:last-child {
    background-position: right bottom;
  }

  .lg\:last\:bg-right-top:last-child {
    background-position: right top;
  }

  .lg\:last\:bg-top:last-child {
    background-position: top;
  }

  .lg\:odd\:bg-bottom:nth-child(odd) {
    background-position: bottom;
  }

  .lg\:odd\:bg-center:nth-child(odd) {
    background-position: center;
  }

  .lg\:odd\:bg-left:nth-child(odd) {
    background-position: left;
  }

  .lg\:odd\:bg-left-bottom:nth-child(odd) {
    background-position: left bottom;
  }

  .lg\:odd\:bg-left-top:nth-child(odd) {
    background-position: left top;
  }

  .lg\:odd\:bg-right:nth-child(odd) {
    background-position: right;
  }

  .lg\:odd\:bg-right-bottom:nth-child(odd) {
    background-position: right bottom;
  }

  .lg\:odd\:bg-right-top:nth-child(odd) {
    background-position: right top;
  }

  .lg\:odd\:bg-top:nth-child(odd) {
    background-position: top;
  }

  .lg\:even\:bg-bottom:nth-child(even) {
    background-position: bottom;
  }

  .lg\:even\:bg-center:nth-child(even) {
    background-position: center;
  }

  .lg\:even\:bg-left:nth-child(even) {
    background-position: left;
  }

  .lg\:even\:bg-left-bottom:nth-child(even) {
    background-position: left bottom;
  }

  .lg\:even\:bg-left-top:nth-child(even) {
    background-position: left top;
  }

  .lg\:even\:bg-right:nth-child(even) {
    background-position: right;
  }

  .lg\:even\:bg-right-bottom:nth-child(even) {
    background-position: right bottom;
  }

  .lg\:even\:bg-right-top:nth-child(even) {
    background-position: right top;
  }

  .lg\:even\:bg-top:nth-child(even) {
    background-position: top;
  }

  .lg\:hover\:bg-bottom:hover {
    background-position: bottom;
  }

  .lg\:hover\:bg-center:hover {
    background-position: center;
  }

  .lg\:hover\:bg-left:hover {
    background-position: left;
  }

  .lg\:hover\:bg-left-bottom:hover {
    background-position: left bottom;
  }

  .lg\:hover\:bg-left-top:hover {
    background-position: left top;
  }

  .lg\:hover\:bg-right:hover {
    background-position: right;
  }

  .lg\:hover\:bg-right-bottom:hover {
    background-position: right bottom;
  }

  .lg\:hover\:bg-right-top:hover {
    background-position: right top;
  }

  .lg\:hover\:bg-top:hover {
    background-position: top;
  }

  .lg\:focus\:bg-bottom:focus {
    background-position: bottom;
  }

  .lg\:focus\:bg-center:focus {
    background-position: center;
  }

  .lg\:focus\:bg-left:focus {
    background-position: left;
  }

  .lg\:focus\:bg-left-bottom:focus {
    background-position: left bottom;
  }

  .lg\:focus\:bg-left-top:focus {
    background-position: left top;
  }

  .lg\:focus\:bg-right:focus {
    background-position: right;
  }

  .lg\:focus\:bg-right-bottom:focus {
    background-position: right bottom;
  }

  .lg\:focus\:bg-right-top:focus {
    background-position: right top;
  }

  .lg\:focus\:bg-top:focus {
    background-position: top;
  }

  .lg\:active\:bg-bottom:active {
    background-position: bottom;
  }

  .lg\:active\:bg-center:active {
    background-position: center;
  }

  .lg\:active\:bg-left:active {
    background-position: left;
  }

  .lg\:active\:bg-left-bottom:active {
    background-position: left bottom;
  }

  .lg\:active\:bg-left-top:active {
    background-position: left top;
  }

  .lg\:active\:bg-right:active {
    background-position: right;
  }

  .lg\:active\:bg-right-bottom:active {
    background-position: right bottom;
  }

  .lg\:active\:bg-right-top:active {
    background-position: right top;
  }

  .lg\:active\:bg-top:active {
    background-position: top;
  }

  .lg\:visited\:bg-bottom:visited {
    background-position: bottom;
  }

  .lg\:visited\:bg-center:visited {
    background-position: center;
  }

  .lg\:visited\:bg-left:visited {
    background-position: left;
  }

  .lg\:visited\:bg-left-bottom:visited {
    background-position: left bottom;
  }

  .lg\:visited\:bg-left-top:visited {
    background-position: left top;
  }

  .lg\:visited\:bg-right:visited {
    background-position: right;
  }

  .lg\:visited\:bg-right-bottom:visited {
    background-position: right bottom;
  }

  .lg\:visited\:bg-right-top:visited {
    background-position: right top;
  }

  .lg\:visited\:bg-top:visited {
    background-position: top;
  }

  .lg\:disabled\:bg-bottom:disabled {
    background-position: bottom;
  }

  .lg\:disabled\:bg-center:disabled {
    background-position: center;
  }

  .lg\:disabled\:bg-left:disabled {
    background-position: left;
  }

  .lg\:disabled\:bg-left-bottom:disabled {
    background-position: left bottom;
  }

  .lg\:disabled\:bg-left-top:disabled {
    background-position: left top;
  }

  .lg\:disabled\:bg-right:disabled {
    background-position: right;
  }

  .lg\:disabled\:bg-right-bottom:disabled {
    background-position: right bottom;
  }

  .lg\:disabled\:bg-right-top:disabled {
    background-position: right top;
  }

  .lg\:disabled\:bg-top:disabled {
    background-position: top;
  }

  .lg\:bg-repeat {
    background-repeat: repeat;
  }

  .lg\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .lg\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .lg\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .lg\:bg-repeat-round {
    background-repeat: round;
  }

  .lg\:bg-repeat-space {
    background-repeat: space;
  }

  .group:hover .lg\:group-hover\:bg-repeat {
    background-repeat: repeat;
  }

  .group:hover .lg\:group-hover\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .group:hover .lg\:group-hover\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .group:hover .lg\:group-hover\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .group:hover .lg\:group-hover\:bg-repeat-round {
    background-repeat: round;
  }

  .group:hover .lg\:group-hover\:bg-repeat-space {
    background-repeat: space;
  }

  .lg\:focus-within\:bg-repeat:focus-within {
    background-repeat: repeat;
  }

  .lg\:focus-within\:bg-no-repeat:focus-within {
    background-repeat: no-repeat;
  }

  .lg\:focus-within\:bg-repeat-x:focus-within {
    background-repeat: repeat-x;
  }

  .lg\:focus-within\:bg-repeat-y:focus-within {
    background-repeat: repeat-y;
  }

  .lg\:focus-within\:bg-repeat-round:focus-within {
    background-repeat: round;
  }

  .lg\:focus-within\:bg-repeat-space:focus-within {
    background-repeat: space;
  }

  .lg\:first\:bg-repeat:first-child {
    background-repeat: repeat;
  }

  .lg\:first\:bg-no-repeat:first-child {
    background-repeat: no-repeat;
  }

  .lg\:first\:bg-repeat-x:first-child {
    background-repeat: repeat-x;
  }

  .lg\:first\:bg-repeat-y:first-child {
    background-repeat: repeat-y;
  }

  .lg\:first\:bg-repeat-round:first-child {
    background-repeat: round;
  }

  .lg\:first\:bg-repeat-space:first-child {
    background-repeat: space;
  }

  .lg\:last\:bg-repeat:last-child {
    background-repeat: repeat;
  }

  .lg\:last\:bg-no-repeat:last-child {
    background-repeat: no-repeat;
  }

  .lg\:last\:bg-repeat-x:last-child {
    background-repeat: repeat-x;
  }

  .lg\:last\:bg-repeat-y:last-child {
    background-repeat: repeat-y;
  }

  .lg\:last\:bg-repeat-round:last-child {
    background-repeat: round;
  }

  .lg\:last\:bg-repeat-space:last-child {
    background-repeat: space;
  }

  .lg\:odd\:bg-repeat:nth-child(odd) {
    background-repeat: repeat;
  }

  .lg\:odd\:bg-no-repeat:nth-child(odd) {
    background-repeat: no-repeat;
  }

  .lg\:odd\:bg-repeat-x:nth-child(odd) {
    background-repeat: repeat-x;
  }

  .lg\:odd\:bg-repeat-y:nth-child(odd) {
    background-repeat: repeat-y;
  }

  .lg\:odd\:bg-repeat-round:nth-child(odd) {
    background-repeat: round;
  }

  .lg\:odd\:bg-repeat-space:nth-child(odd) {
    background-repeat: space;
  }

  .lg\:even\:bg-repeat:nth-child(even) {
    background-repeat: repeat;
  }

  .lg\:even\:bg-no-repeat:nth-child(even) {
    background-repeat: no-repeat;
  }

  .lg\:even\:bg-repeat-x:nth-child(even) {
    background-repeat: repeat-x;
  }

  .lg\:even\:bg-repeat-y:nth-child(even) {
    background-repeat: repeat-y;
  }

  .lg\:even\:bg-repeat-round:nth-child(even) {
    background-repeat: round;
  }

  .lg\:even\:bg-repeat-space:nth-child(even) {
    background-repeat: space;
  }

  .lg\:hover\:bg-repeat:hover {
    background-repeat: repeat;
  }

  .lg\:hover\:bg-no-repeat:hover {
    background-repeat: no-repeat;
  }

  .lg\:hover\:bg-repeat-x:hover {
    background-repeat: repeat-x;
  }

  .lg\:hover\:bg-repeat-y:hover {
    background-repeat: repeat-y;
  }

  .lg\:hover\:bg-repeat-round:hover {
    background-repeat: round;
  }

  .lg\:hover\:bg-repeat-space:hover {
    background-repeat: space;
  }

  .lg\:focus\:bg-repeat:focus {
    background-repeat: repeat;
  }

  .lg\:focus\:bg-no-repeat:focus {
    background-repeat: no-repeat;
  }

  .lg\:focus\:bg-repeat-x:focus {
    background-repeat: repeat-x;
  }

  .lg\:focus\:bg-repeat-y:focus {
    background-repeat: repeat-y;
  }

  .lg\:focus\:bg-repeat-round:focus {
    background-repeat: round;
  }

  .lg\:focus\:bg-repeat-space:focus {
    background-repeat: space;
  }

  .lg\:active\:bg-repeat:active {
    background-repeat: repeat;
  }

  .lg\:active\:bg-no-repeat:active {
    background-repeat: no-repeat;
  }

  .lg\:active\:bg-repeat-x:active {
    background-repeat: repeat-x;
  }

  .lg\:active\:bg-repeat-y:active {
    background-repeat: repeat-y;
  }

  .lg\:active\:bg-repeat-round:active {
    background-repeat: round;
  }

  .lg\:active\:bg-repeat-space:active {
    background-repeat: space;
  }

  .lg\:visited\:bg-repeat:visited {
    background-repeat: repeat;
  }

  .lg\:visited\:bg-no-repeat:visited {
    background-repeat: no-repeat;
  }

  .lg\:visited\:bg-repeat-x:visited {
    background-repeat: repeat-x;
  }

  .lg\:visited\:bg-repeat-y:visited {
    background-repeat: repeat-y;
  }

  .lg\:visited\:bg-repeat-round:visited {
    background-repeat: round;
  }

  .lg\:visited\:bg-repeat-space:visited {
    background-repeat: space;
  }

  .lg\:disabled\:bg-repeat:disabled {
    background-repeat: repeat;
  }

  .lg\:disabled\:bg-no-repeat:disabled {
    background-repeat: no-repeat;
  }

  .lg\:disabled\:bg-repeat-x:disabled {
    background-repeat: repeat-x;
  }

  .lg\:disabled\:bg-repeat-y:disabled {
    background-repeat: repeat-y;
  }

  .lg\:disabled\:bg-repeat-round:disabled {
    background-repeat: round;
  }

  .lg\:disabled\:bg-repeat-space:disabled {
    background-repeat: space;
  }

  .lg\:bg-auto {
    background-size: auto;
  }

  .lg\:bg-cover {
    background-size: cover;
  }

  .lg\:bg-contain {
    background-size: contain;
  }

  .group:hover .lg\:group-hover\:bg-auto {
    background-size: auto;
  }

  .group:hover .lg\:group-hover\:bg-cover {
    background-size: cover;
  }

  .group:hover .lg\:group-hover\:bg-contain {
    background-size: contain;
  }

  .lg\:focus-within\:bg-auto:focus-within {
    background-size: auto;
  }

  .lg\:focus-within\:bg-cover:focus-within {
    background-size: cover;
  }

  .lg\:focus-within\:bg-contain:focus-within {
    background-size: contain;
  }

  .lg\:first\:bg-auto:first-child {
    background-size: auto;
  }

  .lg\:first\:bg-cover:first-child {
    background-size: cover;
  }

  .lg\:first\:bg-contain:first-child {
    background-size: contain;
  }

  .lg\:last\:bg-auto:last-child {
    background-size: auto;
  }

  .lg\:last\:bg-cover:last-child {
    background-size: cover;
  }

  .lg\:last\:bg-contain:last-child {
    background-size: contain;
  }

  .lg\:odd\:bg-auto:nth-child(odd) {
    background-size: auto;
  }

  .lg\:odd\:bg-cover:nth-child(odd) {
    background-size: cover;
  }

  .lg\:odd\:bg-contain:nth-child(odd) {
    background-size: contain;
  }

  .lg\:even\:bg-auto:nth-child(even) {
    background-size: auto;
  }

  .lg\:even\:bg-cover:nth-child(even) {
    background-size: cover;
  }

  .lg\:even\:bg-contain:nth-child(even) {
    background-size: contain;
  }

  .lg\:hover\:bg-auto:hover {
    background-size: auto;
  }

  .lg\:hover\:bg-cover:hover {
    background-size: cover;
  }

  .lg\:hover\:bg-contain:hover {
    background-size: contain;
  }

  .lg\:focus\:bg-auto:focus {
    background-size: auto;
  }

  .lg\:focus\:bg-cover:focus {
    background-size: cover;
  }

  .lg\:focus\:bg-contain:focus {
    background-size: contain;
  }

  .lg\:active\:bg-auto:active {
    background-size: auto;
  }

  .lg\:active\:bg-cover:active {
    background-size: cover;
  }

  .lg\:active\:bg-contain:active {
    background-size: contain;
  }

  .lg\:visited\:bg-auto:visited {
    background-size: auto;
  }

  .lg\:visited\:bg-cover:visited {
    background-size: cover;
  }

  .lg\:visited\:bg-contain:visited {
    background-size: contain;
  }

  .lg\:disabled\:bg-auto:disabled {
    background-size: auto;
  }

  .lg\:disabled\:bg-cover:disabled {
    background-size: cover;
  }

  .lg\:disabled\:bg-contain:disabled {
    background-size: contain;
  }

  .lg\:border-collapse {
    border-collapse: collapse;
  }

  .lg\:border-separate {
    border-collapse: separate;
  }

  .group:hover .lg\:group-hover\:border-collapse {
    border-collapse: collapse;
  }

  .group:hover .lg\:group-hover\:border-separate {
    border-collapse: separate;
  }

  .lg\:focus-within\:border-collapse:focus-within {
    border-collapse: collapse;
  }

  .lg\:focus-within\:border-separate:focus-within {
    border-collapse: separate;
  }

  .lg\:first\:border-collapse:first-child {
    border-collapse: collapse;
  }

  .lg\:first\:border-separate:first-child {
    border-collapse: separate;
  }

  .lg\:last\:border-collapse:last-child {
    border-collapse: collapse;
  }

  .lg\:last\:border-separate:last-child {
    border-collapse: separate;
  }

  .lg\:odd\:border-collapse:nth-child(odd) {
    border-collapse: collapse;
  }

  .lg\:odd\:border-separate:nth-child(odd) {
    border-collapse: separate;
  }

  .lg\:even\:border-collapse:nth-child(even) {
    border-collapse: collapse;
  }

  .lg\:even\:border-separate:nth-child(even) {
    border-collapse: separate;
  }

  .lg\:hover\:border-collapse:hover {
    border-collapse: collapse;
  }

  .lg\:hover\:border-separate:hover {
    border-collapse: separate;
  }

  .lg\:focus\:border-collapse:focus {
    border-collapse: collapse;
  }

  .lg\:focus\:border-separate:focus {
    border-collapse: separate;
  }

  .lg\:active\:border-collapse:active {
    border-collapse: collapse;
  }

  .lg\:active\:border-separate:active {
    border-collapse: separate;
  }

  .lg\:visited\:border-collapse:visited {
    border-collapse: collapse;
  }

  .lg\:visited\:border-separate:visited {
    border-collapse: separate;
  }

  .lg\:disabled\:border-collapse:disabled {
    border-collapse: collapse;
  }

  .lg\:disabled\:border-separate:disabled {
    border-collapse: separate;
  }

  .lg\:border-transparent {
    border-color: transparent;
  }

  .lg\:border-black {
    border-color: #000;
  }

  .lg\:border-white {
    border-color: #fff;
  }

  .lg\:border-gray-100 {
    border-color: #f7fafc;
  }

  .lg\:border-gray-200 {
    border-color: #edf2f7;
  }

  .lg\:border-gray-300 {
    border-color: #e2e8f0;
  }

  .lg\:border-gray-400 {
    border-color: #cbd5e0;
  }

  .lg\:border-gray-500 {
    border-color: #a0aec0;
  }

  .lg\:border-gray-600 {
    border-color: #718096;
  }

  .lg\:border-gray-700 {
    border-color: #4a5568;
  }

  .lg\:border-gray-800 {
    border-color: #2d3748;
  }

  .lg\:border-gray-900 {
    border-color: #1a202c;
  }

  .lg\:border-red-100 {
    border-color: #fff5f5;
  }

  .lg\:border-red-200 {
    border-color: #fed7d7;
  }

  .lg\:border-red-300 {
    border-color: #feb2b2;
  }

  .lg\:border-red-400 {
    border-color: #fc8181;
  }

  .lg\:border-red-500 {
    border-color: #f56565;
  }

  .lg\:border-red-600 {
    border-color: #e53e3e;
  }

  .lg\:border-red-700 {
    border-color: #c53030;
  }

  .lg\:border-red-800 {
    border-color: #9b2c2c;
  }

  .lg\:border-red-900 {
    border-color: #742a2a;
  }

  .lg\:border-orange-100 {
    border-color: #fffaf0;
  }

  .lg\:border-orange-200 {
    border-color: #feebc8;
  }

  .lg\:border-orange-300 {
    border-color: #fbd38d;
  }

  .lg\:border-orange-400 {
    border-color: #f6ad55;
  }

  .lg\:border-orange-500 {
    border-color: #ed8936;
  }

  .lg\:border-orange-600 {
    border-color: #dd6b20;
  }

  .lg\:border-orange-700 {
    border-color: #c05621;
  }

  .lg\:border-orange-800 {
    border-color: #9c4221;
  }

  .lg\:border-orange-900 {
    border-color: #7b341e;
  }

  .lg\:border-yellow-100 {
    border-color: #fffff0;
  }

  .lg\:border-yellow-200 {
    border-color: #fefcbf;
  }

  .lg\:border-yellow-300 {
    border-color: #faf089;
  }

  .lg\:border-yellow-400 {
    border-color: #f6e05e;
  }

  .lg\:border-yellow-500 {
    border-color: #ecc94b;
  }

  .lg\:border-yellow-600 {
    border-color: #d69e2e;
  }

  .lg\:border-yellow-700 {
    border-color: #b7791f;
  }

  .lg\:border-yellow-800 {
    border-color: #975a16;
  }

  .lg\:border-yellow-900 {
    border-color: #744210;
  }

  .lg\:border-green-100 {
    border-color: #f0fff4;
  }

  .lg\:border-green-200 {
    border-color: #c6f6d5;
  }

  .lg\:border-green-300 {
    border-color: #9ae6b4;
  }

  .lg\:border-green-400 {
    border-color: #68d391;
  }

  .lg\:border-green-500 {
    border-color: #48bb78;
  }

  .lg\:border-green-600 {
    border-color: #38a169;
  }

  .lg\:border-green-700 {
    border-color: #2f855a;
  }

  .lg\:border-green-800 {
    border-color: #276749;
  }

  .lg\:border-green-900 {
    border-color: #22543d;
  }

  .lg\:border-teal-100 {
    border-color: #e6fffa;
  }

  .lg\:border-teal-200 {
    border-color: #b2f5ea;
  }

  .lg\:border-teal-300 {
    border-color: #81e6d9;
  }

  .lg\:border-teal-400 {
    border-color: #4fd1c5;
  }

  .lg\:border-teal-500 {
    border-color: #38b2ac;
  }

  .lg\:border-teal-600 {
    border-color: #319795;
  }

  .lg\:border-teal-700 {
    border-color: #2c7a7b;
  }

  .lg\:border-teal-800 {
    border-color: #285e61;
  }

  .lg\:border-teal-900 {
    border-color: #234e52;
  }

  .lg\:border-blue-100 {
    border-color: #ebf8ff;
  }

  .lg\:border-blue-200 {
    border-color: #bee3f8;
  }

  .lg\:border-blue-300 {
    border-color: #90cdf4;
  }

  .lg\:border-blue-400 {
    border-color: #63b3ed;
  }

  .lg\:border-blue-500 {
    border-color: #4299e1;
  }

  .lg\:border-blue-600 {
    border-color: #3182ce;
  }

  .lg\:border-blue-700 {
    border-color: #2b6cb0;
  }

  .lg\:border-blue-800 {
    border-color: #2c5282;
  }

  .lg\:border-blue-900 {
    border-color: #2a4365;
  }

  .lg\:border-indigo-100 {
    border-color: #ebf4ff;
  }

  .lg\:border-indigo-200 {
    border-color: #c3dafe;
  }

  .lg\:border-indigo-300 {
    border-color: #a3bffa;
  }

  .lg\:border-indigo-400 {
    border-color: #7f9cf5;
  }

  .lg\:border-indigo-500 {
    border-color: #667eea;
  }

  .lg\:border-indigo-600 {
    border-color: #5a67d8;
  }

  .lg\:border-indigo-700 {
    border-color: #4c51bf;
  }

  .lg\:border-indigo-800 {
    border-color: #434190;
  }

  .lg\:border-indigo-900 {
    border-color: #3c366b;
  }

  .lg\:border-purple-100 {
    border-color: #faf5ff;
  }

  .lg\:border-purple-200 {
    border-color: #e9d8fd;
  }

  .lg\:border-purple-300 {
    border-color: #d6bcfa;
  }

  .lg\:border-purple-400 {
    border-color: #b794f4;
  }

  .lg\:border-purple-500 {
    border-color: #9f7aea;
  }

  .lg\:border-purple-600 {
    border-color: #805ad5;
  }

  .lg\:border-purple-700 {
    border-color: #6b46c1;
  }

  .lg\:border-purple-800 {
    border-color: #553c9a;
  }

  .lg\:border-purple-900 {
    border-color: #44337a;
  }

  .lg\:border-pink-100 {
    border-color: #fff5f7;
  }

  .lg\:border-pink-200 {
    border-color: #fed7e2;
  }

  .lg\:border-pink-300 {
    border-color: #fbb6ce;
  }

  .lg\:border-pink-400 {
    border-color: #f687b3;
  }

  .lg\:border-pink-500 {
    border-color: #ed64a6;
  }

  .lg\:border-pink-600 {
    border-color: #d53f8c;
  }

  .lg\:border-pink-700 {
    border-color: #b83280;
  }

  .lg\:border-pink-800 {
    border-color: #97266d;
  }

  .lg\:border-pink-900 {
    border-color: #702459;
  }

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

  .group:hover .lg\:group-hover\:border-black {
    border-color: #000;
  }

  .group:hover .lg\:group-hover\:border-white {
    border-color: #fff;
  }

  .group:hover .lg\:group-hover\:border-gray-100 {
    border-color: #f7fafc;
  }

  .group:hover .lg\:group-hover\:border-gray-200 {
    border-color: #edf2f7;
  }

  .group:hover .lg\:group-hover\:border-gray-300 {
    border-color: #e2e8f0;
  }

  .group:hover .lg\:group-hover\:border-gray-400 {
    border-color: #cbd5e0;
  }

  .group:hover .lg\:group-hover\:border-gray-500 {
    border-color: #a0aec0;
  }

  .group:hover .lg\:group-hover\:border-gray-600 {
    border-color: #718096;
  }

  .group:hover .lg\:group-hover\:border-gray-700 {
    border-color: #4a5568;
  }

  .group:hover .lg\:group-hover\:border-gray-800 {
    border-color: #2d3748;
  }

  .group:hover .lg\:group-hover\:border-gray-900 {
    border-color: #1a202c;
  }

  .group:hover .lg\:group-hover\:border-red-100 {
    border-color: #fff5f5;
  }

  .group:hover .lg\:group-hover\:border-red-200 {
    border-color: #fed7d7;
  }

  .group:hover .lg\:group-hover\:border-red-300 {
    border-color: #feb2b2;
  }

  .group:hover .lg\:group-hover\:border-red-400 {
    border-color: #fc8181;
  }

  .group:hover .lg\:group-hover\:border-red-500 {
    border-color: #f56565;
  }

  .group:hover .lg\:group-hover\:border-red-600 {
    border-color: #e53e3e;
  }

  .group:hover .lg\:group-hover\:border-red-700 {
    border-color: #c53030;
  }

  .group:hover .lg\:group-hover\:border-red-800 {
    border-color: #9b2c2c;
  }

  .group:hover .lg\:group-hover\:border-red-900 {
    border-color: #742a2a;
  }

  .group:hover .lg\:group-hover\:border-orange-100 {
    border-color: #fffaf0;
  }

  .group:hover .lg\:group-hover\:border-orange-200 {
    border-color: #feebc8;
  }

  .group:hover .lg\:group-hover\:border-orange-300 {
    border-color: #fbd38d;
  }

  .group:hover .lg\:group-hover\:border-orange-400 {
    border-color: #f6ad55;
  }

  .group:hover .lg\:group-hover\:border-orange-500 {
    border-color: #ed8936;
  }

  .group:hover .lg\:group-hover\:border-orange-600 {
    border-color: #dd6b20;
  }

  .group:hover .lg\:group-hover\:border-orange-700 {
    border-color: #c05621;
  }

  .group:hover .lg\:group-hover\:border-orange-800 {
    border-color: #9c4221;
  }

  .group:hover .lg\:group-hover\:border-orange-900 {
    border-color: #7b341e;
  }

  .group:hover .lg\:group-hover\:border-yellow-100 {
    border-color: #fffff0;
  }

  .group:hover .lg\:group-hover\:border-yellow-200 {
    border-color: #fefcbf;
  }

  .group:hover .lg\:group-hover\:border-yellow-300 {
    border-color: #faf089;
  }

  .group:hover .lg\:group-hover\:border-yellow-400 {
    border-color: #f6e05e;
  }

  .group:hover .lg\:group-hover\:border-yellow-500 {
    border-color: #ecc94b;
  }

  .group:hover .lg\:group-hover\:border-yellow-600 {
    border-color: #d69e2e;
  }

  .group:hover .lg\:group-hover\:border-yellow-700 {
    border-color: #b7791f;
  }

  .group:hover .lg\:group-hover\:border-yellow-800 {
    border-color: #975a16;
  }

  .group:hover .lg\:group-hover\:border-yellow-900 {
    border-color: #744210;
  }

  .group:hover .lg\:group-hover\:border-green-100 {
    border-color: #f0fff4;
  }

  .group:hover .lg\:group-hover\:border-green-200 {
    border-color: #c6f6d5;
  }

  .group:hover .lg\:group-hover\:border-green-300 {
    border-color: #9ae6b4;
  }

  .group:hover .lg\:group-hover\:border-green-400 {
    border-color: #68d391;
  }

  .group:hover .lg\:group-hover\:border-green-500 {
    border-color: #48bb78;
  }

  .group:hover .lg\:group-hover\:border-green-600 {
    border-color: #38a169;
  }

  .group:hover .lg\:group-hover\:border-green-700 {
    border-color: #2f855a;
  }

  .group:hover .lg\:group-hover\:border-green-800 {
    border-color: #276749;
  }

  .group:hover .lg\:group-hover\:border-green-900 {
    border-color: #22543d;
  }

  .group:hover .lg\:group-hover\:border-teal-100 {
    border-color: #e6fffa;
  }

  .group:hover .lg\:group-hover\:border-teal-200 {
    border-color: #b2f5ea;
  }

  .group:hover .lg\:group-hover\:border-teal-300 {
    border-color: #81e6d9;
  }

  .group:hover .lg\:group-hover\:border-teal-400 {
    border-color: #4fd1c5;
  }

  .group:hover .lg\:group-hover\:border-teal-500 {
    border-color: #38b2ac;
  }

  .group:hover .lg\:group-hover\:border-teal-600 {
    border-color: #319795;
  }

  .group:hover .lg\:group-hover\:border-teal-700 {
    border-color: #2c7a7b;
  }

  .group:hover .lg\:group-hover\:border-teal-800 {
    border-color: #285e61;
  }

  .group:hover .lg\:group-hover\:border-teal-900 {
    border-color: #234e52;
  }

  .group:hover .lg\:group-hover\:border-blue-100 {
    border-color: #ebf8ff;
  }

  .group:hover .lg\:group-hover\:border-blue-200 {
    border-color: #bee3f8;
  }

  .group:hover .lg\:group-hover\:border-blue-300 {
    border-color: #90cdf4;
  }

  .group:hover .lg\:group-hover\:border-blue-400 {
    border-color: #63b3ed;
  }

  .group:hover .lg\:group-hover\:border-blue-500 {
    border-color: #4299e1;
  }

  .group:hover .lg\:group-hover\:border-blue-600 {
    border-color: #3182ce;
  }

  .group:hover .lg\:group-hover\:border-blue-700 {
    border-color: #2b6cb0;
  }

  .group:hover .lg\:group-hover\:border-blue-800 {
    border-color: #2c5282;
  }

  .group:hover .lg\:group-hover\:border-blue-900 {
    border-color: #2a4365;
  }

  .group:hover .lg\:group-hover\:border-indigo-100 {
    border-color: #ebf4ff;
  }

  .group:hover .lg\:group-hover\:border-indigo-200 {
    border-color: #c3dafe;
  }

  .group:hover .lg\:group-hover\:border-indigo-300 {
    border-color: #a3bffa;
  }

  .group:hover .lg\:group-hover\:border-indigo-400 {
    border-color: #7f9cf5;
  }

  .group:hover .lg\:group-hover\:border-indigo-500 {
    border-color: #667eea;
  }

  .group:hover .lg\:group-hover\:border-indigo-600 {
    border-color: #5a67d8;
  }

  .group:hover .lg\:group-hover\:border-indigo-700 {
    border-color: #4c51bf;
  }

  .group:hover .lg\:group-hover\:border-indigo-800 {
    border-color: #434190;
  }

  .group:hover .lg\:group-hover\:border-indigo-900 {
    border-color: #3c366b;
  }

  .group:hover .lg\:group-hover\:border-purple-100 {
    border-color: #faf5ff;
  }

  .group:hover .lg\:group-hover\:border-purple-200 {
    border-color: #e9d8fd;
  }

  .group:hover .lg\:group-hover\:border-purple-300 {
    border-color: #d6bcfa;
  }

  .group:hover .lg\:group-hover\:border-purple-400 {
    border-color: #b794f4;
  }

  .group:hover .lg\:group-hover\:border-purple-500 {
    border-color: #9f7aea;
  }

  .group:hover .lg\:group-hover\:border-purple-600 {
    border-color: #805ad5;
  }

  .group:hover .lg\:group-hover\:border-purple-700 {
    border-color: #6b46c1;
  }

  .group:hover .lg\:group-hover\:border-purple-800 {
    border-color: #553c9a;
  }

  .group:hover .lg\:group-hover\:border-purple-900 {
    border-color: #44337a;
  }

  .group:hover .lg\:group-hover\:border-pink-100 {
    border-color: #fff5f7;
  }

  .group:hover .lg\:group-hover\:border-pink-200 {
    border-color: #fed7e2;
  }

  .group:hover .lg\:group-hover\:border-pink-300 {
    border-color: #fbb6ce;
  }

  .group:hover .lg\:group-hover\:border-pink-400 {
    border-color: #f687b3;
  }

  .group:hover .lg\:group-hover\:border-pink-500 {
    border-color: #ed64a6;
  }

  .group:hover .lg\:group-hover\:border-pink-600 {
    border-color: #d53f8c;
  }

  .group:hover .lg\:group-hover\:border-pink-700 {
    border-color: #b83280;
  }

  .group:hover .lg\:group-hover\:border-pink-800 {
    border-color: #97266d;
  }

  .group:hover .lg\:group-hover\:border-pink-900 {
    border-color: #702459;
  }

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

  .lg\:focus-within\:border-black:focus-within {
    border-color: #000;
  }

  .lg\:focus-within\:border-white:focus-within {
    border-color: #fff;
  }

  .lg\:focus-within\:border-gray-100:focus-within {
    border-color: #f7fafc;
  }

  .lg\:focus-within\:border-gray-200:focus-within {
    border-color: #edf2f7;
  }

  .lg\:focus-within\:border-gray-300:focus-within {
    border-color: #e2e8f0;
  }

  .lg\:focus-within\:border-gray-400:focus-within {
    border-color: #cbd5e0;
  }

  .lg\:focus-within\:border-gray-500:focus-within {
    border-color: #a0aec0;
  }

  .lg\:focus-within\:border-gray-600:focus-within {
    border-color: #718096;
  }

  .lg\:focus-within\:border-gray-700:focus-within {
    border-color: #4a5568;
  }

  .lg\:focus-within\:border-gray-800:focus-within {
    border-color: #2d3748;
  }

  .lg\:focus-within\:border-gray-900:focus-within {
    border-color: #1a202c;
  }

  .lg\:focus-within\:border-red-100:focus-within {
    border-color: #fff5f5;
  }

  .lg\:focus-within\:border-red-200:focus-within {
    border-color: #fed7d7;
  }

  .lg\:focus-within\:border-red-300:focus-within {
    border-color: #feb2b2;
  }

  .lg\:focus-within\:border-red-400:focus-within {
    border-color: #fc8181;
  }

  .lg\:focus-within\:border-red-500:focus-within {
    border-color: #f56565;
  }

  .lg\:focus-within\:border-red-600:focus-within {
    border-color: #e53e3e;
  }

  .lg\:focus-within\:border-red-700:focus-within {
    border-color: #c53030;
  }

  .lg\:focus-within\:border-red-800:focus-within {
    border-color: #9b2c2c;
  }

  .lg\:focus-within\:border-red-900:focus-within {
    border-color: #742a2a;
  }

  .lg\:focus-within\:border-orange-100:focus-within {
    border-color: #fffaf0;
  }

  .lg\:focus-within\:border-orange-200:focus-within {
    border-color: #feebc8;
  }

  .lg\:focus-within\:border-orange-300:focus-within {
    border-color: #fbd38d;
  }

  .lg\:focus-within\:border-orange-400:focus-within {
    border-color: #f6ad55;
  }

  .lg\:focus-within\:border-orange-500:focus-within {
    border-color: #ed8936;
  }

  .lg\:focus-within\:border-orange-600:focus-within {
    border-color: #dd6b20;
  }

  .lg\:focus-within\:border-orange-700:focus-within {
    border-color: #c05621;
  }

  .lg\:focus-within\:border-orange-800:focus-within {
    border-color: #9c4221;
  }

  .lg\:focus-within\:border-orange-900:focus-within {
    border-color: #7b341e;
  }

  .lg\:focus-within\:border-yellow-100:focus-within {
    border-color: #fffff0;
  }

  .lg\:focus-within\:border-yellow-200:focus-within {
    border-color: #fefcbf;
  }

  .lg\:focus-within\:border-yellow-300:focus-within {
    border-color: #faf089;
  }

  .lg\:focus-within\:border-yellow-400:focus-within {
    border-color: #f6e05e;
  }

  .lg\:focus-within\:border-yellow-500:focus-within {
    border-color: #ecc94b;
  }

  .lg\:focus-within\:border-yellow-600:focus-within {
    border-color: #d69e2e;
  }

  .lg\:focus-within\:border-yellow-700:focus-within {
    border-color: #b7791f;
  }

  .lg\:focus-within\:border-yellow-800:focus-within {
    border-color: #975a16;
  }

  .lg\:focus-within\:border-yellow-900:focus-within {
    border-color: #744210;
  }

  .lg\:focus-within\:border-green-100:focus-within {
    border-color: #f0fff4;
  }

  .lg\:focus-within\:border-green-200:focus-within {
    border-color: #c6f6d5;
  }

  .lg\:focus-within\:border-green-300:focus-within {
    border-color: #9ae6b4;
  }

  .lg\:focus-within\:border-green-400:focus-within {
    border-color: #68d391;
  }

  .lg\:focus-within\:border-green-500:focus-within {
    border-color: #48bb78;
  }

  .lg\:focus-within\:border-green-600:focus-within {
    border-color: #38a169;
  }

  .lg\:focus-within\:border-green-700:focus-within {
    border-color: #2f855a;
  }

  .lg\:focus-within\:border-green-800:focus-within {
    border-color: #276749;
  }

  .lg\:focus-within\:border-green-900:focus-within {
    border-color: #22543d;
  }

  .lg\:focus-within\:border-teal-100:focus-within {
    border-color: #e6fffa;
  }

  .lg\:focus-within\:border-teal-200:focus-within {
    border-color: #b2f5ea;
  }

  .lg\:focus-within\:border-teal-300:focus-within {
    border-color: #81e6d9;
  }

  .lg\:focus-within\:border-teal-400:focus-within {
    border-color: #4fd1c5;
  }

  .lg\:focus-within\:border-teal-500:focus-within {
    border-color: #38b2ac;
  }

  .lg\:focus-within\:border-teal-600:focus-within {
    border-color: #319795;
  }

  .lg\:focus-within\:border-teal-700:focus-within {
    border-color: #2c7a7b;
  }

  .lg\:focus-within\:border-teal-800:focus-within {
    border-color: #285e61;
  }

  .lg\:focus-within\:border-teal-900:focus-within {
    border-color: #234e52;
  }

  .lg\:focus-within\:border-blue-100:focus-within {
    border-color: #ebf8ff;
  }

  .lg\:focus-within\:border-blue-200:focus-within {
    border-color: #bee3f8;
  }

  .lg\:focus-within\:border-blue-300:focus-within {
    border-color: #90cdf4;
  }

  .lg\:focus-within\:border-blue-400:focus-within {
    border-color: #63b3ed;
  }

  .lg\:focus-within\:border-blue-500:focus-within {
    border-color: #4299e1;
  }

  .lg\:focus-within\:border-blue-600:focus-within {
    border-color: #3182ce;
  }

  .lg\:focus-within\:border-blue-700:focus-within {
    border-color: #2b6cb0;
  }

  .lg\:focus-within\:border-blue-800:focus-within {
    border-color: #2c5282;
  }

  .lg\:focus-within\:border-blue-900:focus-within {
    border-color: #2a4365;
  }

  .lg\:focus-within\:border-indigo-100:focus-within {
    border-color: #ebf4ff;
  }

  .lg\:focus-within\:border-indigo-200:focus-within {
    border-color: #c3dafe;
  }

  .lg\:focus-within\:border-indigo-300:focus-within {
    border-color: #a3bffa;
  }

  .lg\:focus-within\:border-indigo-400:focus-within {
    border-color: #7f9cf5;
  }

  .lg\:focus-within\:border-indigo-500:focus-within {
    border-color: #667eea;
  }

  .lg\:focus-within\:border-indigo-600:focus-within {
    border-color: #5a67d8;
  }

  .lg\:focus-within\:border-indigo-700:focus-within {
    border-color: #4c51bf;
  }

  .lg\:focus-within\:border-indigo-800:focus-within {
    border-color: #434190;
  }

  .lg\:focus-within\:border-indigo-900:focus-within {
    border-color: #3c366b;
  }

  .lg\:focus-within\:border-purple-100:focus-within {
    border-color: #faf5ff;
  }

  .lg\:focus-within\:border-purple-200:focus-within {
    border-color: #e9d8fd;
  }

  .lg\:focus-within\:border-purple-300:focus-within {
    border-color: #d6bcfa;
  }

  .lg\:focus-within\:border-purple-400:focus-within {
    border-color: #b794f4;
  }

  .lg\:focus-within\:border-purple-500:focus-within {
    border-color: #9f7aea;
  }

  .lg\:focus-within\:border-purple-600:focus-within {
    border-color: #805ad5;
  }

  .lg\:focus-within\:border-purple-700:focus-within {
    border-color: #6b46c1;
  }

  .lg\:focus-within\:border-purple-800:focus-within {
    border-color: #553c9a;
  }

  .lg\:focus-within\:border-purple-900:focus-within {
    border-color: #44337a;
  }

  .lg\:focus-within\:border-pink-100:focus-within {
    border-color: #fff5f7;
  }

  .lg\:focus-within\:border-pink-200:focus-within {
    border-color: #fed7e2;
  }

  .lg\:focus-within\:border-pink-300:focus-within {
    border-color: #fbb6ce;
  }

  .lg\:focus-within\:border-pink-400:focus-within {
    border-color: #f687b3;
  }

  .lg\:focus-within\:border-pink-500:focus-within {
    border-color: #ed64a6;
  }

  .lg\:focus-within\:border-pink-600:focus-within {
    border-color: #d53f8c;
  }

  .lg\:focus-within\:border-pink-700:focus-within {
    border-color: #b83280;
  }

  .lg\:focus-within\:border-pink-800:focus-within {
    border-color: #97266d;
  }

  .lg\:focus-within\:border-pink-900:focus-within {
    border-color: #702459;
  }

  .lg\:first\:border-transparent:first-child {
    border-color: transparent;
  }

  .lg\:first\:border-black:first-child {
    border-color: #000;
  }

  .lg\:first\:border-white:first-child {
    border-color: #fff;
  }

  .lg\:first\:border-gray-100:first-child {
    border-color: #f7fafc;
  }

  .lg\:first\:border-gray-200:first-child {
    border-color: #edf2f7;
  }

  .lg\:first\:border-gray-300:first-child {
    border-color: #e2e8f0;
  }

  .lg\:first\:border-gray-400:first-child {
    border-color: #cbd5e0;
  }

  .lg\:first\:border-gray-500:first-child {
    border-color: #a0aec0;
  }

  .lg\:first\:border-gray-600:first-child {
    border-color: #718096;
  }

  .lg\:first\:border-gray-700:first-child {
    border-color: #4a5568;
  }

  .lg\:first\:border-gray-800:first-child {
    border-color: #2d3748;
  }

  .lg\:first\:border-gray-900:first-child {
    border-color: #1a202c;
  }

  .lg\:first\:border-red-100:first-child {
    border-color: #fff5f5;
  }

  .lg\:first\:border-red-200:first-child {
    border-color: #fed7d7;
  }

  .lg\:first\:border-red-300:first-child {
    border-color: #feb2b2;
  }

  .lg\:first\:border-red-400:first-child {
    border-color: #fc8181;
  }

  .lg\:first\:border-red-500:first-child {
    border-color: #f56565;
  }

  .lg\:first\:border-red-600:first-child {
    border-color: #e53e3e;
  }

  .lg\:first\:border-red-700:first-child {
    border-color: #c53030;
  }

  .lg\:first\:border-red-800:first-child {
    border-color: #9b2c2c;
  }

  .lg\:first\:border-red-900:first-child {
    border-color: #742a2a;
  }

  .lg\:first\:border-orange-100:first-child {
    border-color: #fffaf0;
  }

  .lg\:first\:border-orange-200:first-child {
    border-color: #feebc8;
  }

  .lg\:first\:border-orange-300:first-child {
    border-color: #fbd38d;
  }

  .lg\:first\:border-orange-400:first-child {
    border-color: #f6ad55;
  }

  .lg\:first\:border-orange-500:first-child {
    border-color: #ed8936;
  }

  .lg\:first\:border-orange-600:first-child {
    border-color: #dd6b20;
  }

  .lg\:first\:border-orange-700:first-child {
    border-color: #c05621;
  }

  .lg\:first\:border-orange-800:first-child {
    border-color: #9c4221;
  }

  .lg\:first\:border-orange-900:first-child {
    border-color: #7b341e;
  }

  .lg\:first\:border-yellow-100:first-child {
    border-color: #fffff0;
  }

  .lg\:first\:border-yellow-200:first-child {
    border-color: #fefcbf;
  }

  .lg\:first\:border-yellow-300:first-child {
    border-color: #faf089;
  }

  .lg\:first\:border-yellow-400:first-child {
    border-color: #f6e05e;
  }

  .lg\:first\:border-yellow-500:first-child {
    border-color: #ecc94b;
  }

  .lg\:first\:border-yellow-600:first-child {
    border-color: #d69e2e;
  }

  .lg\:first\:border-yellow-700:first-child {
    border-color: #b7791f;
  }

  .lg\:first\:border-yellow-800:first-child {
    border-color: #975a16;
  }

  .lg\:first\:border-yellow-900:first-child {
    border-color: #744210;
  }

  .lg\:first\:border-green-100:first-child {
    border-color: #f0fff4;
  }

  .lg\:first\:border-green-200:first-child {
    border-color: #c6f6d5;
  }

  .lg\:first\:border-green-300:first-child {
    border-color: #9ae6b4;
  }

  .lg\:first\:border-green-400:first-child {
    border-color: #68d391;
  }

  .lg\:first\:border-green-500:first-child {
    border-color: #48bb78;
  }

  .lg\:first\:border-green-600:first-child {
    border-color: #38a169;
  }

  .lg\:first\:border-green-700:first-child {
    border-color: #2f855a;
  }

  .lg\:first\:border-green-800:first-child {
    border-color: #276749;
  }

  .lg\:first\:border-green-900:first-child {
    border-color: #22543d;
  }

  .lg\:first\:border-teal-100:first-child {
    border-color: #e6fffa;
  }

  .lg\:first\:border-teal-200:first-child {
    border-color: #b2f5ea;
  }

  .lg\:first\:border-teal-300:first-child {
    border-color: #81e6d9;
  }

  .lg\:first\:border-teal-400:first-child {
    border-color: #4fd1c5;
  }

  .lg\:first\:border-teal-500:first-child {
    border-color: #38b2ac;
  }

  .lg\:first\:border-teal-600:first-child {
    border-color: #319795;
  }

  .lg\:first\:border-teal-700:first-child {
    border-color: #2c7a7b;
  }

  .lg\:first\:border-teal-800:first-child {
    border-color: #285e61;
  }

  .lg\:first\:border-teal-900:first-child {
    border-color: #234e52;
  }

  .lg\:first\:border-blue-100:first-child {
    border-color: #ebf8ff;
  }

  .lg\:first\:border-blue-200:first-child {
    border-color: #bee3f8;
  }

  .lg\:first\:border-blue-300:first-child {
    border-color: #90cdf4;
  }

  .lg\:first\:border-blue-400:first-child {
    border-color: #63b3ed;
  }

  .lg\:first\:border-blue-500:first-child {
    border-color: #4299e1;
  }

  .lg\:first\:border-blue-600:first-child {
    border-color: #3182ce;
  }

  .lg\:first\:border-blue-700:first-child {
    border-color: #2b6cb0;
  }

  .lg\:first\:border-blue-800:first-child {
    border-color: #2c5282;
  }

  .lg\:first\:border-blue-900:first-child {
    border-color: #2a4365;
  }

  .lg\:first\:border-indigo-100:first-child {
    border-color: #ebf4ff;
  }

  .lg\:first\:border-indigo-200:first-child {
    border-color: #c3dafe;
  }

  .lg\:first\:border-indigo-300:first-child {
    border-color: #a3bffa;
  }

  .lg\:first\:border-indigo-400:first-child {
    border-color: #7f9cf5;
  }

  .lg\:first\:border-indigo-500:first-child {
    border-color: #667eea;
  }

  .lg\:first\:border-indigo-600:first-child {
    border-color: #5a67d8;
  }

  .lg\:first\:border-indigo-700:first-child {
    border-color: #4c51bf;
  }

  .lg\:first\:border-indigo-800:first-child {
    border-color: #434190;
  }

  .lg\:first\:border-indigo-900:first-child {
    border-color: #3c366b;
  }

  .lg\:first\:border-purple-100:first-child {
    border-color: #faf5ff;
  }

  .lg\:first\:border-purple-200:first-child {
    border-color: #e9d8fd;
  }

  .lg\:first\:border-purple-300:first-child {
    border-color: #d6bcfa;
  }

  .lg\:first\:border-purple-400:first-child {
    border-color: #b794f4;
  }

  .lg\:first\:border-purple-500:first-child {
    border-color: #9f7aea;
  }

  .lg\:first\:border-purple-600:first-child {
    border-color: #805ad5;
  }

  .lg\:first\:border-purple-700:first-child {
    border-color: #6b46c1;
  }

  .lg\:first\:border-purple-800:first-child {
    border-color: #553c9a;
  }

  .lg\:first\:border-purple-900:first-child {
    border-color: #44337a;
  }

  .lg\:first\:border-pink-100:first-child {
    border-color: #fff5f7;
  }

  .lg\:first\:border-pink-200:first-child {
    border-color: #fed7e2;
  }

  .lg\:first\:border-pink-300:first-child {
    border-color: #fbb6ce;
  }

  .lg\:first\:border-pink-400:first-child {
    border-color: #f687b3;
  }

  .lg\:first\:border-pink-500:first-child {
    border-color: #ed64a6;
  }

  .lg\:first\:border-pink-600:first-child {
    border-color: #d53f8c;
  }

  .lg\:first\:border-pink-700:first-child {
    border-color: #b83280;
  }

  .lg\:first\:border-pink-800:first-child {
    border-color: #97266d;
  }

  .lg\:first\:border-pink-900:first-child {
    border-color: #702459;
  }

  .lg\:last\:border-transparent:last-child {
    border-color: transparent;
  }

  .lg\:last\:border-black:last-child {
    border-color: #000;
  }

  .lg\:last\:border-white:last-child {
    border-color: #fff;
  }

  .lg\:last\:border-gray-100:last-child {
    border-color: #f7fafc;
  }

  .lg\:last\:border-gray-200:last-child {
    border-color: #edf2f7;
  }

  .lg\:last\:border-gray-300:last-child {
    border-color: #e2e8f0;
  }

  .lg\:last\:border-gray-400:last-child {
    border-color: #cbd5e0;
  }

  .lg\:last\:border-gray-500:last-child {
    border-color: #a0aec0;
  }

  .lg\:last\:border-gray-600:last-child {
    border-color: #718096;
  }

  .lg\:last\:border-gray-700:last-child {
    border-color: #4a5568;
  }

  .lg\:last\:border-gray-800:last-child {
    border-color: #2d3748;
  }

  .lg\:last\:border-gray-900:last-child {
    border-color: #1a202c;
  }

  .lg\:last\:border-red-100:last-child {
    border-color: #fff5f5;
  }

  .lg\:last\:border-red-200:last-child {
    border-color: #fed7d7;
  }

  .lg\:last\:border-red-300:last-child {
    border-color: #feb2b2;
  }

  .lg\:last\:border-red-400:last-child {
    border-color: #fc8181;
  }

  .lg\:last\:border-red-500:last-child {
    border-color: #f56565;
  }

  .lg\:last\:border-red-600:last-child {
    border-color: #e53e3e;
  }

  .lg\:last\:border-red-700:last-child {
    border-color: #c53030;
  }

  .lg\:last\:border-red-800:last-child {
    border-color: #9b2c2c;
  }

  .lg\:last\:border-red-900:last-child {
    border-color: #742a2a;
  }

  .lg\:last\:border-orange-100:last-child {
    border-color: #fffaf0;
  }

  .lg\:last\:border-orange-200:last-child {
    border-color: #feebc8;
  }

  .lg\:last\:border-orange-300:last-child {
    border-color: #fbd38d;
  }

  .lg\:last\:border-orange-400:last-child {
    border-color: #f6ad55;
  }

  .lg\:last\:border-orange-500:last-child {
    border-color: #ed8936;
  }

  .lg\:last\:border-orange-600:last-child {
    border-color: #dd6b20;
  }

  .lg\:last\:border-orange-700:last-child {
    border-color: #c05621;
  }

  .lg\:last\:border-orange-800:last-child {
    border-color: #9c4221;
  }

  .lg\:last\:border-orange-900:last-child {
    border-color: #7b341e;
  }

  .lg\:last\:border-yellow-100:last-child {
    border-color: #fffff0;
  }

  .lg\:last\:border-yellow-200:last-child {
    border-color: #fefcbf;
  }

  .lg\:last\:border-yellow-300:last-child {
    border-color: #faf089;
  }

  .lg\:last\:border-yellow-400:last-child {
    border-color: #f6e05e;
  }

  .lg\:last\:border-yellow-500:last-child {
    border-color: #ecc94b;
  }

  .lg\:last\:border-yellow-600:last-child {
    border-color: #d69e2e;
  }

  .lg\:last\:border-yellow-700:last-child {
    border-color: #b7791f;
  }

  .lg\:last\:border-yellow-800:last-child {
    border-color: #975a16;
  }

  .lg\:last\:border-yellow-900:last-child {
    border-color: #744210;
  }

  .lg\:last\:border-green-100:last-child {
    border-color: #f0fff4;
  }

  .lg\:last\:border-green-200:last-child {
    border-color: #c6f6d5;
  }

  .lg\:last\:border-green-300:last-child {
    border-color: #9ae6b4;
  }

  .lg\:last\:border-green-400:last-child {
    border-color: #68d391;
  }

  .lg\:last\:border-green-500:last-child {
    border-color: #48bb78;
  }

  .lg\:last\:border-green-600:last-child {
    border-color: #38a169;
  }

  .lg\:last\:border-green-700:last-child {
    border-color: #2f855a;
  }

  .lg\:last\:border-green-800:last-child {
    border-color: #276749;
  }

  .lg\:last\:border-green-900:last-child {
    border-color: #22543d;
  }

  .lg\:last\:border-teal-100:last-child {
    border-color: #e6fffa;
  }

  .lg\:last\:border-teal-200:last-child {
    border-color: #b2f5ea;
  }

  .lg\:last\:border-teal-300:last-child {
    border-color: #81e6d9;
  }

  .lg\:last\:border-teal-400:last-child {
    border-color: #4fd1c5;
  }

  .lg\:last\:border-teal-500:last-child {
    border-color: #38b2ac;
  }

  .lg\:last\:border-teal-600:last-child {
    border-color: #319795;
  }

  .lg\:last\:border-teal-700:last-child {
    border-color: #2c7a7b;
  }

  .lg\:last\:border-teal-800:last-child {
    border-color: #285e61;
  }

  .lg\:last\:border-teal-900:last-child {
    border-color: #234e52;
  }

  .lg\:last\:border-blue-100:last-child {
    border-color: #ebf8ff;
  }

  .lg\:last\:border-blue-200:last-child {
    border-color: #bee3f8;
  }

  .lg\:last\:border-blue-300:last-child {
    border-color: #90cdf4;
  }

  .lg\:last\:border-blue-400:last-child {
    border-color: #63b3ed;
  }

  .lg\:last\:border-blue-500:last-child {
    border-color: #4299e1;
  }

  .lg\:last\:border-blue-600:last-child {
    border-color: #3182ce;
  }

  .lg\:last\:border-blue-700:last-child {
    border-color: #2b6cb0;
  }

  .lg\:last\:border-blue-800:last-child {
    border-color: #2c5282;
  }

  .lg\:last\:border-blue-900:last-child {
    border-color: #2a4365;
  }

  .lg\:last\:border-indigo-100:last-child {
    border-color: #ebf4ff;
  }

  .lg\:last\:border-indigo-200:last-child {
    border-color: #c3dafe;
  }

  .lg\:last\:border-indigo-300:last-child {
    border-color: #a3bffa;
  }

  .lg\:last\:border-indigo-400:last-child {
    border-color: #7f9cf5;
  }

  .lg\:last\:border-indigo-500:last-child {
    border-color: #667eea;
  }

  .lg\:last\:border-indigo-600:last-child {
    border-color: #5a67d8;
  }

  .lg\:last\:border-indigo-700:last-child {
    border-color: #4c51bf;
  }

  .lg\:last\:border-indigo-800:last-child {
    border-color: #434190;
  }

  .lg\:last\:border-indigo-900:last-child {
    border-color: #3c366b;
  }

  .lg\:last\:border-purple-100:last-child {
    border-color: #faf5ff;
  }

  .lg\:last\:border-purple-200:last-child {
    border-color: #e9d8fd;
  }

  .lg\:last\:border-purple-300:last-child {
    border-color: #d6bcfa;
  }

  .lg\:last\:border-purple-400:last-child {
    border-color: #b794f4;
  }

  .lg\:last\:border-purple-500:last-child {
    border-color: #9f7aea;
  }

  .lg\:last\:border-purple-600:last-child {
    border-color: #805ad5;
  }

  .lg\:last\:border-purple-700:last-child {
    border-color: #6b46c1;
  }

  .lg\:last\:border-purple-800:last-child {
    border-color: #553c9a;
  }

  .lg\:last\:border-purple-900:last-child {
    border-color: #44337a;
  }

  .lg\:last\:border-pink-100:last-child {
    border-color: #fff5f7;
  }

  .lg\:last\:border-pink-200:last-child {
    border-color: #fed7e2;
  }

  .lg\:last\:border-pink-300:last-child {
    border-color: #fbb6ce;
  }

  .lg\:last\:border-pink-400:last-child {
    border-color: #f687b3;
  }

  .lg\:last\:border-pink-500:last-child {
    border-color: #ed64a6;
  }

  .lg\:last\:border-pink-600:last-child {
    border-color: #d53f8c;
  }

  .lg\:last\:border-pink-700:last-child {
    border-color: #b83280;
  }

  .lg\:last\:border-pink-800:last-child {
    border-color: #97266d;
  }

  .lg\:last\:border-pink-900:last-child {
    border-color: #702459;
  }

  .lg\:odd\:border-transparent:nth-child(odd) {
    border-color: transparent;
  }

  .lg\:odd\:border-black:nth-child(odd) {
    border-color: #000;
  }

  .lg\:odd\:border-white:nth-child(odd) {
    border-color: #fff;
  }

  .lg\:odd\:border-gray-100:nth-child(odd) {
    border-color: #f7fafc;
  }

  .lg\:odd\:border-gray-200:nth-child(odd) {
    border-color: #edf2f7;
  }

  .lg\:odd\:border-gray-300:nth-child(odd) {
    border-color: #e2e8f0;
  }

  .lg\:odd\:border-gray-400:nth-child(odd) {
    border-color: #cbd5e0;
  }

  .lg\:odd\:border-gray-500:nth-child(odd) {
    border-color: #a0aec0;
  }

  .lg\:odd\:border-gray-600:nth-child(odd) {
    border-color: #718096;
  }

  .lg\:odd\:border-gray-700:nth-child(odd) {
    border-color: #4a5568;
  }

  .lg\:odd\:border-gray-800:nth-child(odd) {
    border-color: #2d3748;
  }

  .lg\:odd\:border-gray-900:nth-child(odd) {
    border-color: #1a202c;
  }

  .lg\:odd\:border-red-100:nth-child(odd) {
    border-color: #fff5f5;
  }

  .lg\:odd\:border-red-200:nth-child(odd) {
    border-color: #fed7d7;
  }

  .lg\:odd\:border-red-300:nth-child(odd) {
    border-color: #feb2b2;
  }

  .lg\:odd\:border-red-400:nth-child(odd) {
    border-color: #fc8181;
  }

  .lg\:odd\:border-red-500:nth-child(odd) {
    border-color: #f56565;
  }

  .lg\:odd\:border-red-600:nth-child(odd) {
    border-color: #e53e3e;
  }

  .lg\:odd\:border-red-700:nth-child(odd) {
    border-color: #c53030;
  }

  .lg\:odd\:border-red-800:nth-child(odd) {
    border-color: #9b2c2c;
  }

  .lg\:odd\:border-red-900:nth-child(odd) {
    border-color: #742a2a;
  }

  .lg\:odd\:border-orange-100:nth-child(odd) {
    border-color: #fffaf0;
  }

  .lg\:odd\:border-orange-200:nth-child(odd) {
    border-color: #feebc8;
  }

  .lg\:odd\:border-orange-300:nth-child(odd) {
    border-color: #fbd38d;
  }

  .lg\:odd\:border-orange-400:nth-child(odd) {
    border-color: #f6ad55;
  }

  .lg\:odd\:border-orange-500:nth-child(odd) {
    border-color: #ed8936;
  }

  .lg\:odd\:border-orange-600:nth-child(odd) {
    border-color: #dd6b20;
  }

  .lg\:odd\:border-orange-700:nth-child(odd) {
    border-color: #c05621;
  }

  .lg\:odd\:border-orange-800:nth-child(odd) {
    border-color: #9c4221;
  }

  .lg\:odd\:border-orange-900:nth-child(odd) {
    border-color: #7b341e;
  }

  .lg\:odd\:border-yellow-100:nth-child(odd) {
    border-color: #fffff0;
  }

  .lg\:odd\:border-yellow-200:nth-child(odd) {
    border-color: #fefcbf;
  }

  .lg\:odd\:border-yellow-300:nth-child(odd) {
    border-color: #faf089;
  }

  .lg\:odd\:border-yellow-400:nth-child(odd) {
    border-color: #f6e05e;
  }

  .lg\:odd\:border-yellow-500:nth-child(odd) {
    border-color: #ecc94b;
  }

  .lg\:odd\:border-yellow-600:nth-child(odd) {
    border-color: #d69e2e;
  }

  .lg\:odd\:border-yellow-700:nth-child(odd) {
    border-color: #b7791f;
  }

  .lg\:odd\:border-yellow-800:nth-child(odd) {
    border-color: #975a16;
  }

  .lg\:odd\:border-yellow-900:nth-child(odd) {
    border-color: #744210;
  }

  .lg\:odd\:border-green-100:nth-child(odd) {
    border-color: #f0fff4;
  }

  .lg\:odd\:border-green-200:nth-child(odd) {
    border-color: #c6f6d5;
  }

  .lg\:odd\:border-green-300:nth-child(odd) {
    border-color: #9ae6b4;
  }

  .lg\:odd\:border-green-400:nth-child(odd) {
    border-color: #68d391;
  }

  .lg\:odd\:border-green-500:nth-child(odd) {
    border-color: #48bb78;
  }

  .lg\:odd\:border-green-600:nth-child(odd) {
    border-color: #38a169;
  }

  .lg\:odd\:border-green-700:nth-child(odd) {
    border-color: #2f855a;
  }

  .lg\:odd\:border-green-800:nth-child(odd) {
    border-color: #276749;
  }

  .lg\:odd\:border-green-900:nth-child(odd) {
    border-color: #22543d;
  }

  .lg\:odd\:border-teal-100:nth-child(odd) {
    border-color: #e6fffa;
  }

  .lg\:odd\:border-teal-200:nth-child(odd) {
    border-color: #b2f5ea;
  }

  .lg\:odd\:border-teal-300:nth-child(odd) {
    border-color: #81e6d9;
  }

  .lg\:odd\:border-teal-400:nth-child(odd) {
    border-color: #4fd1c5;
  }

  .lg\:odd\:border-teal-500:nth-child(odd) {
    border-color: #38b2ac;
  }

  .lg\:odd\:border-teal-600:nth-child(odd) {
    border-color: #319795;
  }

  .lg\:odd\:border-teal-700:nth-child(odd) {
    border-color: #2c7a7b;
  }

  .lg\:odd\:border-teal-800:nth-child(odd) {
    border-color: #285e61;
  }

  .lg\:odd\:border-teal-900:nth-child(odd) {
    border-color: #234e52;
  }

  .lg\:odd\:border-blue-100:nth-child(odd) {
    border-color: #ebf8ff;
  }

  .lg\:odd\:border-blue-200:nth-child(odd) {
    border-color: #bee3f8;
  }

  .lg\:odd\:border-blue-300:nth-child(odd) {
    border-color: #90cdf4;
  }

  .lg\:odd\:border-blue-400:nth-child(odd) {
    border-color: #63b3ed;
  }

  .lg\:odd\:border-blue-500:nth-child(odd) {
    border-color: #4299e1;
  }

  .lg\:odd\:border-blue-600:nth-child(odd) {
    border-color: #3182ce;
  }

  .lg\:odd\:border-blue-700:nth-child(odd) {
    border-color: #2b6cb0;
  }

  .lg\:odd\:border-blue-800:nth-child(odd) {
    border-color: #2c5282;
  }

  .lg\:odd\:border-blue-900:nth-child(odd) {
    border-color: #2a4365;
  }

  .lg\:odd\:border-indigo-100:nth-child(odd) {
    border-color: #ebf4ff;
  }

  .lg\:odd\:border-indigo-200:nth-child(odd) {
    border-color: #c3dafe;
  }

  .lg\:odd\:border-indigo-300:nth-child(odd) {
    border-color: #a3bffa;
  }

  .lg\:odd\:border-indigo-400:nth-child(odd) {
    border-color: #7f9cf5;
  }

  .lg\:odd\:border-indigo-500:nth-child(odd) {
    border-color: #667eea;
  }

  .lg\:odd\:border-indigo-600:nth-child(odd) {
    border-color: #5a67d8;
  }

  .lg\:odd\:border-indigo-700:nth-child(odd) {
    border-color: #4c51bf;
  }

  .lg\:odd\:border-indigo-800:nth-child(odd) {
    border-color: #434190;
  }

  .lg\:odd\:border-indigo-900:nth-child(odd) {
    border-color: #3c366b;
  }

  .lg\:odd\:border-purple-100:nth-child(odd) {
    border-color: #faf5ff;
  }

  .lg\:odd\:border-purple-200:nth-child(odd) {
    border-color: #e9d8fd;
  }

  .lg\:odd\:border-purple-300:nth-child(odd) {
    border-color: #d6bcfa;
  }

  .lg\:odd\:border-purple-400:nth-child(odd) {
    border-color: #b794f4;
  }

  .lg\:odd\:border-purple-500:nth-child(odd) {
    border-color: #9f7aea;
  }

  .lg\:odd\:border-purple-600:nth-child(odd) {
    border-color: #805ad5;
  }

  .lg\:odd\:border-purple-700:nth-child(odd) {
    border-color: #6b46c1;
  }

  .lg\:odd\:border-purple-800:nth-child(odd) {
    border-color: #553c9a;
  }

  .lg\:odd\:border-purple-900:nth-child(odd) {
    border-color: #44337a;
  }

  .lg\:odd\:border-pink-100:nth-child(odd) {
    border-color: #fff5f7;
  }

  .lg\:odd\:border-pink-200:nth-child(odd) {
    border-color: #fed7e2;
  }

  .lg\:odd\:border-pink-300:nth-child(odd) {
    border-color: #fbb6ce;
  }

  .lg\:odd\:border-pink-400:nth-child(odd) {
    border-color: #f687b3;
  }

  .lg\:odd\:border-pink-500:nth-child(odd) {
    border-color: #ed64a6;
  }

  .lg\:odd\:border-pink-600:nth-child(odd) {
    border-color: #d53f8c;
  }

  .lg\:odd\:border-pink-700:nth-child(odd) {
    border-color: #b83280;
  }

  .lg\:odd\:border-pink-800:nth-child(odd) {
    border-color: #97266d;
  }

  .lg\:odd\:border-pink-900:nth-child(odd) {
    border-color: #702459;
  }

  .lg\:even\:border-transparent:nth-child(even) {
    border-color: transparent;
  }

  .lg\:even\:border-black:nth-child(even) {
    border-color: #000;
  }

  .lg\:even\:border-white:nth-child(even) {
    border-color: #fff;
  }

  .lg\:even\:border-gray-100:nth-child(even) {
    border-color: #f7fafc;
  }

  .lg\:even\:border-gray-200:nth-child(even) {
    border-color: #edf2f7;
  }

  .lg\:even\:border-gray-300:nth-child(even) {
    border-color: #e2e8f0;
  }

  .lg\:even\:border-gray-400:nth-child(even) {
    border-color: #cbd5e0;
  }

  .lg\:even\:border-gray-500:nth-child(even) {
    border-color: #a0aec0;
  }

  .lg\:even\:border-gray-600:nth-child(even) {
    border-color: #718096;
  }

  .lg\:even\:border-gray-700:nth-child(even) {
    border-color: #4a5568;
  }

  .lg\:even\:border-gray-800:nth-child(even) {
    border-color: #2d3748;
  }

  .lg\:even\:border-gray-900:nth-child(even) {
    border-color: #1a202c;
  }

  .lg\:even\:border-red-100:nth-child(even) {
    border-color: #fff5f5;
  }

  .lg\:even\:border-red-200:nth-child(even) {
    border-color: #fed7d7;
  }

  .lg\:even\:border-red-300:nth-child(even) {
    border-color: #feb2b2;
  }

  .lg\:even\:border-red-400:nth-child(even) {
    border-color: #fc8181;
  }

  .lg\:even\:border-red-500:nth-child(even) {
    border-color: #f56565;
  }

  .lg\:even\:border-red-600:nth-child(even) {
    border-color: #e53e3e;
  }

  .lg\:even\:border-red-700:nth-child(even) {
    border-color: #c53030;
  }

  .lg\:even\:border-red-800:nth-child(even) {
    border-color: #9b2c2c;
  }

  .lg\:even\:border-red-900:nth-child(even) {
    border-color: #742a2a;
  }

  .lg\:even\:border-orange-100:nth-child(even) {
    border-color: #fffaf0;
  }

  .lg\:even\:border-orange-200:nth-child(even) {
    border-color: #feebc8;
  }

  .lg\:even\:border-orange-300:nth-child(even) {
    border-color: #fbd38d;
  }

  .lg\:even\:border-orange-400:nth-child(even) {
    border-color: #f6ad55;
  }

  .lg\:even\:border-orange-500:nth-child(even) {
    border-color: #ed8936;
  }

  .lg\:even\:border-orange-600:nth-child(even) {
    border-color: #dd6b20;
  }

  .lg\:even\:border-orange-700:nth-child(even) {
    border-color: #c05621;
  }

  .lg\:even\:border-orange-800:nth-child(even) {
    border-color: #9c4221;
  }

  .lg\:even\:border-orange-900:nth-child(even) {
    border-color: #7b341e;
  }

  .lg\:even\:border-yellow-100:nth-child(even) {
    border-color: #fffff0;
  }

  .lg\:even\:border-yellow-200:nth-child(even) {
    border-color: #fefcbf;
  }

  .lg\:even\:border-yellow-300:nth-child(even) {
    border-color: #faf089;
  }

  .lg\:even\:border-yellow-400:nth-child(even) {
    border-color: #f6e05e;
  }

  .lg\:even\:border-yellow-500:nth-child(even) {
    border-color: #ecc94b;
  }

  .lg\:even\:border-yellow-600:nth-child(even) {
    border-color: #d69e2e;
  }

  .lg\:even\:border-yellow-700:nth-child(even) {
    border-color: #b7791f;
  }

  .lg\:even\:border-yellow-800:nth-child(even) {
    border-color: #975a16;
  }

  .lg\:even\:border-yellow-900:nth-child(even) {
    border-color: #744210;
  }

  .lg\:even\:border-green-100:nth-child(even) {
    border-color: #f0fff4;
  }

  .lg\:even\:border-green-200:nth-child(even) {
    border-color: #c6f6d5;
  }

  .lg\:even\:border-green-300:nth-child(even) {
    border-color: #9ae6b4;
  }

  .lg\:even\:border-green-400:nth-child(even) {
    border-color: #68d391;
  }

  .lg\:even\:border-green-500:nth-child(even) {
    border-color: #48bb78;
  }

  .lg\:even\:border-green-600:nth-child(even) {
    border-color: #38a169;
  }

  .lg\:even\:border-green-700:nth-child(even) {
    border-color: #2f855a;
  }

  .lg\:even\:border-green-800:nth-child(even) {
    border-color: #276749;
  }

  .lg\:even\:border-green-900:nth-child(even) {
    border-color: #22543d;
  }

  .lg\:even\:border-teal-100:nth-child(even) {
    border-color: #e6fffa;
  }

  .lg\:even\:border-teal-200:nth-child(even) {
    border-color: #b2f5ea;
  }

  .lg\:even\:border-teal-300:nth-child(even) {
    border-color: #81e6d9;
  }

  .lg\:even\:border-teal-400:nth-child(even) {
    border-color: #4fd1c5;
  }

  .lg\:even\:border-teal-500:nth-child(even) {
    border-color: #38b2ac;
  }

  .lg\:even\:border-teal-600:nth-child(even) {
    border-color: #319795;
  }

  .lg\:even\:border-teal-700:nth-child(even) {
    border-color: #2c7a7b;
  }

  .lg\:even\:border-teal-800:nth-child(even) {
    border-color: #285e61;
  }

  .lg\:even\:border-teal-900:nth-child(even) {
    border-color: #234e52;
  }

  .lg\:even\:border-blue-100:nth-child(even) {
    border-color: #ebf8ff;
  }

  .lg\:even\:border-blue-200:nth-child(even) {
    border-color: #bee3f8;
  }

  .lg\:even\:border-blue-300:nth-child(even) {
    border-color: #90cdf4;
  }

  .lg\:even\:border-blue-400:nth-child(even) {
    border-color: #63b3ed;
  }

  .lg\:even\:border-blue-500:nth-child(even) {
    border-color: #4299e1;
  }

  .lg\:even\:border-blue-600:nth-child(even) {
    border-color: #3182ce;
  }

  .lg\:even\:border-blue-700:nth-child(even) {
    border-color: #2b6cb0;
  }

  .lg\:even\:border-blue-800:nth-child(even) {
    border-color: #2c5282;
  }

  .lg\:even\:border-blue-900:nth-child(even) {
    border-color: #2a4365;
  }

  .lg\:even\:border-indigo-100:nth-child(even) {
    border-color: #ebf4ff;
  }

  .lg\:even\:border-indigo-200:nth-child(even) {
    border-color: #c3dafe;
  }

  .lg\:even\:border-indigo-300:nth-child(even) {
    border-color: #a3bffa;
  }

  .lg\:even\:border-indigo-400:nth-child(even) {
    border-color: #7f9cf5;
  }

  .lg\:even\:border-indigo-500:nth-child(even) {
    border-color: #667eea;
  }

  .lg\:even\:border-indigo-600:nth-child(even) {
    border-color: #5a67d8;
  }

  .lg\:even\:border-indigo-700:nth-child(even) {
    border-color: #4c51bf;
  }

  .lg\:even\:border-indigo-800:nth-child(even) {
    border-color: #434190;
  }

  .lg\:even\:border-indigo-900:nth-child(even) {
    border-color: #3c366b;
  }

  .lg\:even\:border-purple-100:nth-child(even) {
    border-color: #faf5ff;
  }

  .lg\:even\:border-purple-200:nth-child(even) {
    border-color: #e9d8fd;
  }

  .lg\:even\:border-purple-300:nth-child(even) {
    border-color: #d6bcfa;
  }

  .lg\:even\:border-purple-400:nth-child(even) {
    border-color: #b794f4;
  }

  .lg\:even\:border-purple-500:nth-child(even) {
    border-color: #9f7aea;
  }

  .lg\:even\:border-purple-600:nth-child(even) {
    border-color: #805ad5;
  }

  .lg\:even\:border-purple-700:nth-child(even) {
    border-color: #6b46c1;
  }

  .lg\:even\:border-purple-800:nth-child(even) {
    border-color: #553c9a;
  }

  .lg\:even\:border-purple-900:nth-child(even) {
    border-color: #44337a;
  }

  .lg\:even\:border-pink-100:nth-child(even) {
    border-color: #fff5f7;
  }

  .lg\:even\:border-pink-200:nth-child(even) {
    border-color: #fed7e2;
  }

  .lg\:even\:border-pink-300:nth-child(even) {
    border-color: #fbb6ce;
  }

  .lg\:even\:border-pink-400:nth-child(even) {
    border-color: #f687b3;
  }

  .lg\:even\:border-pink-500:nth-child(even) {
    border-color: #ed64a6;
  }

  .lg\:even\:border-pink-600:nth-child(even) {
    border-color: #d53f8c;
  }

  .lg\:even\:border-pink-700:nth-child(even) {
    border-color: #b83280;
  }

  .lg\:even\:border-pink-800:nth-child(even) {
    border-color: #97266d;
  }

  .lg\:even\:border-pink-900:nth-child(even) {
    border-color: #702459;
  }

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

  .lg\:hover\:border-black:hover {
    border-color: #000;
  }

  .lg\:hover\:border-white:hover {
    border-color: #fff;
  }

  .lg\:hover\:border-gray-100:hover {
    border-color: #f7fafc;
  }

  .lg\:hover\:border-gray-200:hover {
    border-color: #edf2f7;
  }

  .lg\:hover\:border-gray-300:hover {
    border-color: #e2e8f0;
  }

  .lg\:hover\:border-gray-400:hover {
    border-color: #cbd5e0;
  }

  .lg\:hover\:border-gray-500:hover {
    border-color: #a0aec0;
  }

  .lg\:hover\:border-gray-600:hover {
    border-color: #718096;
  }

  .lg\:hover\:border-gray-700:hover {
    border-color: #4a5568;
  }

  .lg\:hover\:border-gray-800:hover {
    border-color: #2d3748;
  }

  .lg\:hover\:border-gray-900:hover {
    border-color: #1a202c;
  }

  .lg\:hover\:border-red-100:hover {
    border-color: #fff5f5;
  }

  .lg\:hover\:border-red-200:hover {
    border-color: #fed7d7;
  }

  .lg\:hover\:border-red-300:hover {
    border-color: #feb2b2;
  }

  .lg\:hover\:border-red-400:hover {
    border-color: #fc8181;
  }

  .lg\:hover\:border-red-500:hover {
    border-color: #f56565;
  }

  .lg\:hover\:border-red-600:hover {
    border-color: #e53e3e;
  }

  .lg\:hover\:border-red-700:hover {
    border-color: #c53030;
  }

  .lg\:hover\:border-red-800:hover {
    border-color: #9b2c2c;
  }

  .lg\:hover\:border-red-900:hover {
    border-color: #742a2a;
  }

  .lg\:hover\:border-orange-100:hover {
    border-color: #fffaf0;
  }

  .lg\:hover\:border-orange-200:hover {
    border-color: #feebc8;
  }

  .lg\:hover\:border-orange-300:hover {
    border-color: #fbd38d;
  }

  .lg\:hover\:border-orange-400:hover {
    border-color: #f6ad55;
  }

  .lg\:hover\:border-orange-500:hover {
    border-color: #ed8936;
  }

  .lg\:hover\:border-orange-600:hover {
    border-color: #dd6b20;
  }

  .lg\:hover\:border-orange-700:hover {
    border-color: #c05621;
  }

  .lg\:hover\:border-orange-800:hover {
    border-color: #9c4221;
  }

  .lg\:hover\:border-orange-900:hover {
    border-color: #7b341e;
  }

  .lg\:hover\:border-yellow-100:hover {
    border-color: #fffff0;
  }

  .lg\:hover\:border-yellow-200:hover {
    border-color: #fefcbf;
  }

  .lg\:hover\:border-yellow-300:hover {
    border-color: #faf089;
  }

  .lg\:hover\:border-yellow-400:hover {
    border-color: #f6e05e;
  }

  .lg\:hover\:border-yellow-500:hover {
    border-color: #ecc94b;
  }

  .lg\:hover\:border-yellow-600:hover {
    border-color: #d69e2e;
  }

  .lg\:hover\:border-yellow-700:hover {
    border-color: #b7791f;
  }

  .lg\:hover\:border-yellow-800:hover {
    border-color: #975a16;
  }

  .lg\:hover\:border-yellow-900:hover {
    border-color: #744210;
  }

  .lg\:hover\:border-green-100:hover {
    border-color: #f0fff4;
  }

  .lg\:hover\:border-green-200:hover {
    border-color: #c6f6d5;
  }

  .lg\:hover\:border-green-300:hover {
    border-color: #9ae6b4;
  }

  .lg\:hover\:border-green-400:hover {
    border-color: #68d391;
  }

  .lg\:hover\:border-green-500:hover {
    border-color: #48bb78;
  }

  .lg\:hover\:border-green-600:hover {
    border-color: #38a169;
  }

  .lg\:hover\:border-green-700:hover {
    border-color: #2f855a;
  }

  .lg\:hover\:border-green-800:hover {
    border-color: #276749;
  }

  .lg\:hover\:border-green-900:hover {
    border-color: #22543d;
  }

  .lg\:hover\:border-teal-100:hover {
    border-color: #e6fffa;
  }

  .lg\:hover\:border-teal-200:hover {
    border-color: #b2f5ea;
  }

  .lg\:hover\:border-teal-300:hover {
    border-color: #81e6d9;
  }

  .lg\:hover\:border-teal-400:hover {
    border-color: #4fd1c5;
  }

  .lg\:hover\:border-teal-500:hover {
    border-color: #38b2ac;
  }

  .lg\:hover\:border-teal-600:hover {
    border-color: #319795;
  }

  .lg\:hover\:border-teal-700:hover {
    border-color: #2c7a7b;
  }

  .lg\:hover\:border-teal-800:hover {
    border-color: #285e61;
  }

  .lg\:hover\:border-teal-900:hover {
    border-color: #234e52;
  }

  .lg\:hover\:border-blue-100:hover {
    border-color: #ebf8ff;
  }

  .lg\:hover\:border-blue-200:hover {
    border-color: #bee3f8;
  }

  .lg\:hover\:border-blue-300:hover {
    border-color: #90cdf4;
  }

  .lg\:hover\:border-blue-400:hover {
    border-color: #63b3ed;
  }

  .lg\:hover\:border-blue-500:hover {
    border-color: #4299e1;
  }

  .lg\:hover\:border-blue-600:hover {
    border-color: #3182ce;
  }

  .lg\:hover\:border-blue-700:hover {
    border-color: #2b6cb0;
  }

  .lg\:hover\:border-blue-800:hover {
    border-color: #2c5282;
  }

  .lg\:hover\:border-blue-900:hover {
    border-color: #2a4365;
  }

  .lg\:hover\:border-indigo-100:hover {
    border-color: #ebf4ff;
  }

  .lg\:hover\:border-indigo-200:hover {
    border-color: #c3dafe;
  }

  .lg\:hover\:border-indigo-300:hover {
    border-color: #a3bffa;
  }

  .lg\:hover\:border-indigo-400:hover {
    border-color: #7f9cf5;
  }

  .lg\:hover\:border-indigo-500:hover {
    border-color: #667eea;
  }

  .lg\:hover\:border-indigo-600:hover {
    border-color: #5a67d8;
  }

  .lg\:hover\:border-indigo-700:hover {
    border-color: #4c51bf;
  }

  .lg\:hover\:border-indigo-800:hover {
    border-color: #434190;
  }

  .lg\:hover\:border-indigo-900:hover {
    border-color: #3c366b;
  }

  .lg\:hover\:border-purple-100:hover {
    border-color: #faf5ff;
  }

  .lg\:hover\:border-purple-200:hover {
    border-color: #e9d8fd;
  }

  .lg\:hover\:border-purple-300:hover {
    border-color: #d6bcfa;
  }

  .lg\:hover\:border-purple-400:hover {
    border-color: #b794f4;
  }

  .lg\:hover\:border-purple-500:hover {
    border-color: #9f7aea;
  }

  .lg\:hover\:border-purple-600:hover {
    border-color: #805ad5;
  }

  .lg\:hover\:border-purple-700:hover {
    border-color: #6b46c1;
  }

  .lg\:hover\:border-purple-800:hover {
    border-color: #553c9a;
  }

  .lg\:hover\:border-purple-900:hover {
    border-color: #44337a;
  }

  .lg\:hover\:border-pink-100:hover {
    border-color: #fff5f7;
  }

  .lg\:hover\:border-pink-200:hover {
    border-color: #fed7e2;
  }

  .lg\:hover\:border-pink-300:hover {
    border-color: #fbb6ce;
  }

  .lg\:hover\:border-pink-400:hover {
    border-color: #f687b3;
  }

  .lg\:hover\:border-pink-500:hover {
    border-color: #ed64a6;
  }

  .lg\:hover\:border-pink-600:hover {
    border-color: #d53f8c;
  }

  .lg\:hover\:border-pink-700:hover {
    border-color: #b83280;
  }

  .lg\:hover\:border-pink-800:hover {
    border-color: #97266d;
  }

  .lg\:hover\:border-pink-900:hover {
    border-color: #702459;
  }

  .lg\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .lg\:focus\:border-black:focus {
    border-color: #000;
  }

  .lg\:focus\:border-white:focus {
    border-color: #fff;
  }

  .lg\:focus\:border-gray-100:focus {
    border-color: #f7fafc;
  }

  .lg\:focus\:border-gray-200:focus {
    border-color: #edf2f7;
  }

  .lg\:focus\:border-gray-300:focus {
    border-color: #e2e8f0;
  }

  .lg\:focus\:border-gray-400:focus {
    border-color: #cbd5e0;
  }

  .lg\:focus\:border-gray-500:focus {
    border-color: #a0aec0;
  }

  .lg\:focus\:border-gray-600:focus {
    border-color: #718096;
  }

  .lg\:focus\:border-gray-700:focus {
    border-color: #4a5568;
  }

  .lg\:focus\:border-gray-800:focus {
    border-color: #2d3748;
  }

  .lg\:focus\:border-gray-900:focus {
    border-color: #1a202c;
  }

  .lg\:focus\:border-red-100:focus {
    border-color: #fff5f5;
  }

  .lg\:focus\:border-red-200:focus {
    border-color: #fed7d7;
  }

  .lg\:focus\:border-red-300:focus {
    border-color: #feb2b2;
  }

  .lg\:focus\:border-red-400:focus {
    border-color: #fc8181;
  }

  .lg\:focus\:border-red-500:focus {
    border-color: #f56565;
  }

  .lg\:focus\:border-red-600:focus {
    border-color: #e53e3e;
  }

  .lg\:focus\:border-red-700:focus {
    border-color: #c53030;
  }

  .lg\:focus\:border-red-800:focus {
    border-color: #9b2c2c;
  }

  .lg\:focus\:border-red-900:focus {
    border-color: #742a2a;
  }

  .lg\:focus\:border-orange-100:focus {
    border-color: #fffaf0;
  }

  .lg\:focus\:border-orange-200:focus {
    border-color: #feebc8;
  }

  .lg\:focus\:border-orange-300:focus {
    border-color: #fbd38d;
  }

  .lg\:focus\:border-orange-400:focus {
    border-color: #f6ad55;
  }

  .lg\:focus\:border-orange-500:focus {
    border-color: #ed8936;
  }

  .lg\:focus\:border-orange-600:focus {
    border-color: #dd6b20;
  }

  .lg\:focus\:border-orange-700:focus {
    border-color: #c05621;
  }

  .lg\:focus\:border-orange-800:focus {
    border-color: #9c4221;
  }

  .lg\:focus\:border-orange-900:focus {
    border-color: #7b341e;
  }

  .lg\:focus\:border-yellow-100:focus {
    border-color: #fffff0;
  }

  .lg\:focus\:border-yellow-200:focus {
    border-color: #fefcbf;
  }

  .lg\:focus\:border-yellow-300:focus {
    border-color: #faf089;
  }

  .lg\:focus\:border-yellow-400:focus {
    border-color: #f6e05e;
  }

  .lg\:focus\:border-yellow-500:focus {
    border-color: #ecc94b;
  }

  .lg\:focus\:border-yellow-600:focus {
    border-color: #d69e2e;
  }

  .lg\:focus\:border-yellow-700:focus {
    border-color: #b7791f;
  }

  .lg\:focus\:border-yellow-800:focus {
    border-color: #975a16;
  }

  .lg\:focus\:border-yellow-900:focus {
    border-color: #744210;
  }

  .lg\:focus\:border-green-100:focus {
    border-color: #f0fff4;
  }

  .lg\:focus\:border-green-200:focus {
    border-color: #c6f6d5;
  }

  .lg\:focus\:border-green-300:focus {
    border-color: #9ae6b4;
  }

  .lg\:focus\:border-green-400:focus {
    border-color: #68d391;
  }

  .lg\:focus\:border-green-500:focus {
    border-color: #48bb78;
  }

  .lg\:focus\:border-green-600:focus {
    border-color: #38a169;
  }

  .lg\:focus\:border-green-700:focus {
    border-color: #2f855a;
  }

  .lg\:focus\:border-green-800:focus {
    border-color: #276749;
  }

  .lg\:focus\:border-green-900:focus {
    border-color: #22543d;
  }

  .lg\:focus\:border-teal-100:focus {
    border-color: #e6fffa;
  }

  .lg\:focus\:border-teal-200:focus {
    border-color: #b2f5ea;
  }

  .lg\:focus\:border-teal-300:focus {
    border-color: #81e6d9;
  }

  .lg\:focus\:border-teal-400:focus {
    border-color: #4fd1c5;
  }

  .lg\:focus\:border-teal-500:focus {
    border-color: #38b2ac;
  }

  .lg\:focus\:border-teal-600:focus {
    border-color: #319795;
  }

  .lg\:focus\:border-teal-700:focus {
    border-color: #2c7a7b;
  }

  .lg\:focus\:border-teal-800:focus {
    border-color: #285e61;
  }

  .lg\:focus\:border-teal-900:focus {
    border-color: #234e52;
  }

  .lg\:focus\:border-blue-100:focus {
    border-color: #ebf8ff;
  }

  .lg\:focus\:border-blue-200:focus {
    border-color: #bee3f8;
  }

  .lg\:focus\:border-blue-300:focus {
    border-color: #90cdf4;
  }

  .lg\:focus\:border-blue-400:focus {
    border-color: #63b3ed;
  }

  .lg\:focus\:border-blue-500:focus {
    border-color: #4299e1;
  }

  .lg\:focus\:border-blue-600:focus {
    border-color: #3182ce;
  }

  .lg\:focus\:border-blue-700:focus {
    border-color: #2b6cb0;
  }

  .lg\:focus\:border-blue-800:focus {
    border-color: #2c5282;
  }

  .lg\:focus\:border-blue-900:focus {
    border-color: #2a4365;
  }

  .lg\:focus\:border-indigo-100:focus {
    border-color: #ebf4ff;
  }

  .lg\:focus\:border-indigo-200:focus {
    border-color: #c3dafe;
  }

  .lg\:focus\:border-indigo-300:focus {
    border-color: #a3bffa;
  }

  .lg\:focus\:border-indigo-400:focus {
    border-color: #7f9cf5;
  }

  .lg\:focus\:border-indigo-500:focus {
    border-color: #667eea;
  }

  .lg\:focus\:border-indigo-600:focus {
    border-color: #5a67d8;
  }

  .lg\:focus\:border-indigo-700:focus {
    border-color: #4c51bf;
  }

  .lg\:focus\:border-indigo-800:focus {
    border-color: #434190;
  }

  .lg\:focus\:border-indigo-900:focus {
    border-color: #3c366b;
  }

  .lg\:focus\:border-purple-100:focus {
    border-color: #faf5ff;
  }

  .lg\:focus\:border-purple-200:focus {
    border-color: #e9d8fd;
  }

  .lg\:focus\:border-purple-300:focus {
    border-color: #d6bcfa;
  }

  .lg\:focus\:border-purple-400:focus {
    border-color: #b794f4;
  }

  .lg\:focus\:border-purple-500:focus {
    border-color: #9f7aea;
  }

  .lg\:focus\:border-purple-600:focus {
    border-color: #805ad5;
  }

  .lg\:focus\:border-purple-700:focus {
    border-color: #6b46c1;
  }

  .lg\:focus\:border-purple-800:focus {
    border-color: #553c9a;
  }

  .lg\:focus\:border-purple-900:focus {
    border-color: #44337a;
  }

  .lg\:focus\:border-pink-100:focus {
    border-color: #fff5f7;
  }

  .lg\:focus\:border-pink-200:focus {
    border-color: #fed7e2;
  }

  .lg\:focus\:border-pink-300:focus {
    border-color: #fbb6ce;
  }

  .lg\:focus\:border-pink-400:focus {
    border-color: #f687b3;
  }

  .lg\:focus\:border-pink-500:focus {
    border-color: #ed64a6;
  }

  .lg\:focus\:border-pink-600:focus {
    border-color: #d53f8c;
  }

  .lg\:focus\:border-pink-700:focus {
    border-color: #b83280;
  }

  .lg\:focus\:border-pink-800:focus {
    border-color: #97266d;
  }

  .lg\:focus\:border-pink-900:focus {
    border-color: #702459;
  }

  .lg\:active\:border-transparent:active {
    border-color: transparent;
  }

  .lg\:active\:border-black:active {
    border-color: #000;
  }

  .lg\:active\:border-white:active {
    border-color: #fff;
  }

  .lg\:active\:border-gray-100:active {
    border-color: #f7fafc;
  }

  .lg\:active\:border-gray-200:active {
    border-color: #edf2f7;
  }

  .lg\:active\:border-gray-300:active {
    border-color: #e2e8f0;
  }

  .lg\:active\:border-gray-400:active {
    border-color: #cbd5e0;
  }

  .lg\:active\:border-gray-500:active {
    border-color: #a0aec0;
  }

  .lg\:active\:border-gray-600:active {
    border-color: #718096;
  }

  .lg\:active\:border-gray-700:active {
    border-color: #4a5568;
  }

  .lg\:active\:border-gray-800:active {
    border-color: #2d3748;
  }

  .lg\:active\:border-gray-900:active {
    border-color: #1a202c;
  }

  .lg\:active\:border-red-100:active {
    border-color: #fff5f5;
  }

  .lg\:active\:border-red-200:active {
    border-color: #fed7d7;
  }

  .lg\:active\:border-red-300:active {
    border-color: #feb2b2;
  }

  .lg\:active\:border-red-400:active {
    border-color: #fc8181;
  }

  .lg\:active\:border-red-500:active {
    border-color: #f56565;
  }

  .lg\:active\:border-red-600:active {
    border-color: #e53e3e;
  }

  .lg\:active\:border-red-700:active {
    border-color: #c53030;
  }

  .lg\:active\:border-red-800:active {
    border-color: #9b2c2c;
  }

  .lg\:active\:border-red-900:active {
    border-color: #742a2a;
  }

  .lg\:active\:border-orange-100:active {
    border-color: #fffaf0;
  }

  .lg\:active\:border-orange-200:active {
    border-color: #feebc8;
  }

  .lg\:active\:border-orange-300:active {
    border-color: #fbd38d;
  }

  .lg\:active\:border-orange-400:active {
    border-color: #f6ad55;
  }

  .lg\:active\:border-orange-500:active {
    border-color: #ed8936;
  }

  .lg\:active\:border-orange-600:active {
    border-color: #dd6b20;
  }

  .lg\:active\:border-orange-700:active {
    border-color: #c05621;
  }

  .lg\:active\:border-orange-800:active {
    border-color: #9c4221;
  }

  .lg\:active\:border-orange-900:active {
    border-color: #7b341e;
  }

  .lg\:active\:border-yellow-100:active {
    border-color: #fffff0;
  }

  .lg\:active\:border-yellow-200:active {
    border-color: #fefcbf;
  }

  .lg\:active\:border-yellow-300:active {
    border-color: #faf089;
  }

  .lg\:active\:border-yellow-400:active {
    border-color: #f6e05e;
  }

  .lg\:active\:border-yellow-500:active {
    border-color: #ecc94b;
  }

  .lg\:active\:border-yellow-600:active {
    border-color: #d69e2e;
  }

  .lg\:active\:border-yellow-700:active {
    border-color: #b7791f;
  }

  .lg\:active\:border-yellow-800:active {
    border-color: #975a16;
  }

  .lg\:active\:border-yellow-900:active {
    border-color: #744210;
  }

  .lg\:active\:border-green-100:active {
    border-color: #f0fff4;
  }

  .lg\:active\:border-green-200:active {
    border-color: #c6f6d5;
  }

  .lg\:active\:border-green-300:active {
    border-color: #9ae6b4;
  }

  .lg\:active\:border-green-400:active {
    border-color: #68d391;
  }

  .lg\:active\:border-green-500:active {
    border-color: #48bb78;
  }

  .lg\:active\:border-green-600:active {
    border-color: #38a169;
  }

  .lg\:active\:border-green-700:active {
    border-color: #2f855a;
  }

  .lg\:active\:border-green-800:active {
    border-color: #276749;
  }

  .lg\:active\:border-green-900:active {
    border-color: #22543d;
  }

  .lg\:active\:border-teal-100:active {
    border-color: #e6fffa;
  }

  .lg\:active\:border-teal-200:active {
    border-color: #b2f5ea;
  }

  .lg\:active\:border-teal-300:active {
    border-color: #81e6d9;
  }

  .lg\:active\:border-teal-400:active {
    border-color: #4fd1c5;
  }

  .lg\:active\:border-teal-500:active {
    border-color: #38b2ac;
  }

  .lg\:active\:border-teal-600:active {
    border-color: #319795;
  }

  .lg\:active\:border-teal-700:active {
    border-color: #2c7a7b;
  }

  .lg\:active\:border-teal-800:active {
    border-color: #285e61;
  }

  .lg\:active\:border-teal-900:active {
    border-color: #234e52;
  }

  .lg\:active\:border-blue-100:active {
    border-color: #ebf8ff;
  }

  .lg\:active\:border-blue-200:active {
    border-color: #bee3f8;
  }

  .lg\:active\:border-blue-300:active {
    border-color: #90cdf4;
  }

  .lg\:active\:border-blue-400:active {
    border-color: #63b3ed;
  }

  .lg\:active\:border-blue-500:active {
    border-color: #4299e1;
  }

  .lg\:active\:border-blue-600:active {
    border-color: #3182ce;
  }

  .lg\:active\:border-blue-700:active {
    border-color: #2b6cb0;
  }

  .lg\:active\:border-blue-800:active {
    border-color: #2c5282;
  }

  .lg\:active\:border-blue-900:active {
    border-color: #2a4365;
  }

  .lg\:active\:border-indigo-100:active {
    border-color: #ebf4ff;
  }

  .lg\:active\:border-indigo-200:active {
    border-color: #c3dafe;
  }

  .lg\:active\:border-indigo-300:active {
    border-color: #a3bffa;
  }

  .lg\:active\:border-indigo-400:active {
    border-color: #7f9cf5;
  }

  .lg\:active\:border-indigo-500:active {
    border-color: #667eea;
  }

  .lg\:active\:border-indigo-600:active {
    border-color: #5a67d8;
  }

  .lg\:active\:border-indigo-700:active {
    border-color: #4c51bf;
  }

  .lg\:active\:border-indigo-800:active {
    border-color: #434190;
  }

  .lg\:active\:border-indigo-900:active {
    border-color: #3c366b;
  }

  .lg\:active\:border-purple-100:active {
    border-color: #faf5ff;
  }

  .lg\:active\:border-purple-200:active {
    border-color: #e9d8fd;
  }

  .lg\:active\:border-purple-300:active {
    border-color: #d6bcfa;
  }

  .lg\:active\:border-purple-400:active {
    border-color: #b794f4;
  }

  .lg\:active\:border-purple-500:active {
    border-color: #9f7aea;
  }

  .lg\:active\:border-purple-600:active {
    border-color: #805ad5;
  }

  .lg\:active\:border-purple-700:active {
    border-color: #6b46c1;
  }

  .lg\:active\:border-purple-800:active {
    border-color: #553c9a;
  }

  .lg\:active\:border-purple-900:active {
    border-color: #44337a;
  }

  .lg\:active\:border-pink-100:active {
    border-color: #fff5f7;
  }

  .lg\:active\:border-pink-200:active {
    border-color: #fed7e2;
  }

  .lg\:active\:border-pink-300:active {
    border-color: #fbb6ce;
  }

  .lg\:active\:border-pink-400:active {
    border-color: #f687b3;
  }

  .lg\:active\:border-pink-500:active {
    border-color: #ed64a6;
  }

  .lg\:active\:border-pink-600:active {
    border-color: #d53f8c;
  }

  .lg\:active\:border-pink-700:active {
    border-color: #b83280;
  }

  .lg\:active\:border-pink-800:active {
    border-color: #97266d;
  }

  .lg\:active\:border-pink-900:active {
    border-color: #702459;
  }

  .lg\:visited\:border-transparent:visited {
    border-color: transparent;
  }

  .lg\:visited\:border-black:visited {
    border-color: #000;
  }

  .lg\:visited\:border-white:visited {
    border-color: #fff;
  }

  .lg\:visited\:border-gray-100:visited {
    border-color: #f7fafc;
  }

  .lg\:visited\:border-gray-200:visited {
    border-color: #edf2f7;
  }

  .lg\:visited\:border-gray-300:visited {
    border-color: #e2e8f0;
  }

  .lg\:visited\:border-gray-400:visited {
    border-color: #cbd5e0;
  }

  .lg\:visited\:border-gray-500:visited {
    border-color: #a0aec0;
  }

  .lg\:visited\:border-gray-600:visited {
    border-color: #718096;
  }

  .lg\:visited\:border-gray-700:visited {
    border-color: #4a5568;
  }

  .lg\:visited\:border-gray-800:visited {
    border-color: #2d3748;
  }

  .lg\:visited\:border-gray-900:visited {
    border-color: #1a202c;
  }

  .lg\:visited\:border-red-100:visited {
    border-color: #fff5f5;
  }

  .lg\:visited\:border-red-200:visited {
    border-color: #fed7d7;
  }

  .lg\:visited\:border-red-300:visited {
    border-color: #feb2b2;
  }

  .lg\:visited\:border-red-400:visited {
    border-color: #fc8181;
  }

  .lg\:visited\:border-red-500:visited {
    border-color: #f56565;
  }

  .lg\:visited\:border-red-600:visited {
    border-color: #e53e3e;
  }

  .lg\:visited\:border-red-700:visited {
    border-color: #c53030;
  }

  .lg\:visited\:border-red-800:visited {
    border-color: #9b2c2c;
  }

  .lg\:visited\:border-red-900:visited {
    border-color: #742a2a;
  }

  .lg\:visited\:border-orange-100:visited {
    border-color: #fffaf0;
  }

  .lg\:visited\:border-orange-200:visited {
    border-color: #feebc8;
  }

  .lg\:visited\:border-orange-300:visited {
    border-color: #fbd38d;
  }

  .lg\:visited\:border-orange-400:visited {
    border-color: #f6ad55;
  }

  .lg\:visited\:border-orange-500:visited {
    border-color: #ed8936;
  }

  .lg\:visited\:border-orange-600:visited {
    border-color: #dd6b20;
  }

  .lg\:visited\:border-orange-700:visited {
    border-color: #c05621;
  }

  .lg\:visited\:border-orange-800:visited {
    border-color: #9c4221;
  }

  .lg\:visited\:border-orange-900:visited {
    border-color: #7b341e;
  }

  .lg\:visited\:border-yellow-100:visited {
    border-color: #fffff0;
  }

  .lg\:visited\:border-yellow-200:visited {
    border-color: #fefcbf;
  }

  .lg\:visited\:border-yellow-300:visited {
    border-color: #faf089;
  }

  .lg\:visited\:border-yellow-400:visited {
    border-color: #f6e05e;
  }

  .lg\:visited\:border-yellow-500:visited {
    border-color: #ecc94b;
  }

  .lg\:visited\:border-yellow-600:visited {
    border-color: #d69e2e;
  }

  .lg\:visited\:border-yellow-700:visited {
    border-color: #b7791f;
  }

  .lg\:visited\:border-yellow-800:visited {
    border-color: #975a16;
  }

  .lg\:visited\:border-yellow-900:visited {
    border-color: #744210;
  }

  .lg\:visited\:border-green-100:visited {
    border-color: #f0fff4;
  }

  .lg\:visited\:border-green-200:visited {
    border-color: #c6f6d5;
  }

  .lg\:visited\:border-green-300:visited {
    border-color: #9ae6b4;
  }

  .lg\:visited\:border-green-400:visited {
    border-color: #68d391;
  }

  .lg\:visited\:border-green-500:visited {
    border-color: #48bb78;
  }

  .lg\:visited\:border-green-600:visited {
    border-color: #38a169;
  }

  .lg\:visited\:border-green-700:visited {
    border-color: #2f855a;
  }

  .lg\:visited\:border-green-800:visited {
    border-color: #276749;
  }

  .lg\:visited\:border-green-900:visited {
    border-color: #22543d;
  }

  .lg\:visited\:border-teal-100:visited {
    border-color: #e6fffa;
  }

  .lg\:visited\:border-teal-200:visited {
    border-color: #b2f5ea;
  }

  .lg\:visited\:border-teal-300:visited {
    border-color: #81e6d9;
  }

  .lg\:visited\:border-teal-400:visited {
    border-color: #4fd1c5;
  }

  .lg\:visited\:border-teal-500:visited {
    border-color: #38b2ac;
  }

  .lg\:visited\:border-teal-600:visited {
    border-color: #319795;
  }

  .lg\:visited\:border-teal-700:visited {
    border-color: #2c7a7b;
  }

  .lg\:visited\:border-teal-800:visited {
    border-color: #285e61;
  }

  .lg\:visited\:border-teal-900:visited {
    border-color: #234e52;
  }

  .lg\:visited\:border-blue-100:visited {
    border-color: #ebf8ff;
  }

  .lg\:visited\:border-blue-200:visited {
    border-color: #bee3f8;
  }

  .lg\:visited\:border-blue-300:visited {
    border-color: #90cdf4;
  }

  .lg\:visited\:border-blue-400:visited {
    border-color: #63b3ed;
  }

  .lg\:visited\:border-blue-500:visited {
    border-color: #4299e1;
  }

  .lg\:visited\:border-blue-600:visited {
    border-color: #3182ce;
  }

  .lg\:visited\:border-blue-700:visited {
    border-color: #2b6cb0;
  }

  .lg\:visited\:border-blue-800:visited {
    border-color: #2c5282;
  }

  .lg\:visited\:border-blue-900:visited {
    border-color: #2a4365;
  }

  .lg\:visited\:border-indigo-100:visited {
    border-color: #ebf4ff;
  }

  .lg\:visited\:border-indigo-200:visited {
    border-color: #c3dafe;
  }

  .lg\:visited\:border-indigo-300:visited {
    border-color: #a3bffa;
  }

  .lg\:visited\:border-indigo-400:visited {
    border-color: #7f9cf5;
  }

  .lg\:visited\:border-indigo-500:visited {
    border-color: #667eea;
  }

  .lg\:visited\:border-indigo-600:visited {
    border-color: #5a67d8;
  }

  .lg\:visited\:border-indigo-700:visited {
    border-color: #4c51bf;
  }

  .lg\:visited\:border-indigo-800:visited {
    border-color: #434190;
  }

  .lg\:visited\:border-indigo-900:visited {
    border-color: #3c366b;
  }

  .lg\:visited\:border-purple-100:visited {
    border-color: #faf5ff;
  }

  .lg\:visited\:border-purple-200:visited {
    border-color: #e9d8fd;
  }

  .lg\:visited\:border-purple-300:visited {
    border-color: #d6bcfa;
  }

  .lg\:visited\:border-purple-400:visited {
    border-color: #b794f4;
  }

  .lg\:visited\:border-purple-500:visited {
    border-color: #9f7aea;
  }

  .lg\:visited\:border-purple-600:visited {
    border-color: #805ad5;
  }

  .lg\:visited\:border-purple-700:visited {
    border-color: #6b46c1;
  }

  .lg\:visited\:border-purple-800:visited {
    border-color: #553c9a;
  }

  .lg\:visited\:border-purple-900:visited {
    border-color: #44337a;
  }

  .lg\:visited\:border-pink-100:visited {
    border-color: #fff5f7;
  }

  .lg\:visited\:border-pink-200:visited {
    border-color: #fed7e2;
  }

  .lg\:visited\:border-pink-300:visited {
    border-color: #fbb6ce;
  }

  .lg\:visited\:border-pink-400:visited {
    border-color: #f687b3;
  }

  .lg\:visited\:border-pink-500:visited {
    border-color: #ed64a6;
  }

  .lg\:visited\:border-pink-600:visited {
    border-color: #d53f8c;
  }

  .lg\:visited\:border-pink-700:visited {
    border-color: #b83280;
  }

  .lg\:visited\:border-pink-800:visited {
    border-color: #97266d;
  }

  .lg\:visited\:border-pink-900:visited {
    border-color: #702459;
  }

  .lg\:disabled\:border-transparent:disabled {
    border-color: transparent;
  }

  .lg\:disabled\:border-black:disabled {
    border-color: #000;
  }

  .lg\:disabled\:border-white:disabled {
    border-color: #fff;
  }

  .lg\:disabled\:border-gray-100:disabled {
    border-color: #f7fafc;
  }

  .lg\:disabled\:border-gray-200:disabled {
    border-color: #edf2f7;
  }

  .lg\:disabled\:border-gray-300:disabled {
    border-color: #e2e8f0;
  }

  .lg\:disabled\:border-gray-400:disabled {
    border-color: #cbd5e0;
  }

  .lg\:disabled\:border-gray-500:disabled {
    border-color: #a0aec0;
  }

  .lg\:disabled\:border-gray-600:disabled {
    border-color: #718096;
  }

  .lg\:disabled\:border-gray-700:disabled {
    border-color: #4a5568;
  }

  .lg\:disabled\:border-gray-800:disabled {
    border-color: #2d3748;
  }

  .lg\:disabled\:border-gray-900:disabled {
    border-color: #1a202c;
  }

  .lg\:disabled\:border-red-100:disabled {
    border-color: #fff5f5;
  }

  .lg\:disabled\:border-red-200:disabled {
    border-color: #fed7d7;
  }

  .lg\:disabled\:border-red-300:disabled {
    border-color: #feb2b2;
  }

  .lg\:disabled\:border-red-400:disabled {
    border-color: #fc8181;
  }

  .lg\:disabled\:border-red-500:disabled {
    border-color: #f56565;
  }

  .lg\:disabled\:border-red-600:disabled {
    border-color: #e53e3e;
  }

  .lg\:disabled\:border-red-700:disabled {
    border-color: #c53030;
  }

  .lg\:disabled\:border-red-800:disabled {
    border-color: #9b2c2c;
  }

  .lg\:disabled\:border-red-900:disabled {
    border-color: #742a2a;
  }

  .lg\:disabled\:border-orange-100:disabled {
    border-color: #fffaf0;
  }

  .lg\:disabled\:border-orange-200:disabled {
    border-color: #feebc8;
  }

  .lg\:disabled\:border-orange-300:disabled {
    border-color: #fbd38d;
  }

  .lg\:disabled\:border-orange-400:disabled {
    border-color: #f6ad55;
  }

  .lg\:disabled\:border-orange-500:disabled {
    border-color: #ed8936;
  }

  .lg\:disabled\:border-orange-600:disabled {
    border-color: #dd6b20;
  }

  .lg\:disabled\:border-orange-700:disabled {
    border-color: #c05621;
  }

  .lg\:disabled\:border-orange-800:disabled {
    border-color: #9c4221;
  }

  .lg\:disabled\:border-orange-900:disabled {
    border-color: #7b341e;
  }

  .lg\:disabled\:border-yellow-100:disabled {
    border-color: #fffff0;
  }

  .lg\:disabled\:border-yellow-200:disabled {
    border-color: #fefcbf;
  }

  .lg\:disabled\:border-yellow-300:disabled {
    border-color: #faf089;
  }

  .lg\:disabled\:border-yellow-400:disabled {
    border-color: #f6e05e;
  }

  .lg\:disabled\:border-yellow-500:disabled {
    border-color: #ecc94b;
  }

  .lg\:disabled\:border-yellow-600:disabled {
    border-color: #d69e2e;
  }

  .lg\:disabled\:border-yellow-700:disabled {
    border-color: #b7791f;
  }

  .lg\:disabled\:border-yellow-800:disabled {
    border-color: #975a16;
  }

  .lg\:disabled\:border-yellow-900:disabled {
    border-color: #744210;
  }

  .lg\:disabled\:border-green-100:disabled {
    border-color: #f0fff4;
  }

  .lg\:disabled\:border-green-200:disabled {
    border-color: #c6f6d5;
  }

  .lg\:disabled\:border-green-300:disabled {
    border-color: #9ae6b4;
  }

  .lg\:disabled\:border-green-400:disabled {
    border-color: #68d391;
  }

  .lg\:disabled\:border-green-500:disabled {
    border-color: #48bb78;
  }

  .lg\:disabled\:border-green-600:disabled {
    border-color: #38a169;
  }

  .lg\:disabled\:border-green-700:disabled {
    border-color: #2f855a;
  }

  .lg\:disabled\:border-green-800:disabled {
    border-color: #276749;
  }

  .lg\:disabled\:border-green-900:disabled {
    border-color: #22543d;
  }

  .lg\:disabled\:border-teal-100:disabled {
    border-color: #e6fffa;
  }

  .lg\:disabled\:border-teal-200:disabled {
    border-color: #b2f5ea;
  }

  .lg\:disabled\:border-teal-300:disabled {
    border-color: #81e6d9;
  }

  .lg\:disabled\:border-teal-400:disabled {
    border-color: #4fd1c5;
  }

  .lg\:disabled\:border-teal-500:disabled {
    border-color: #38b2ac;
  }

  .lg\:disabled\:border-teal-600:disabled {
    border-color: #319795;
  }

  .lg\:disabled\:border-teal-700:disabled {
    border-color: #2c7a7b;
  }

  .lg\:disabled\:border-teal-800:disabled {
    border-color: #285e61;
  }

  .lg\:disabled\:border-teal-900:disabled {
    border-color: #234e52;
  }

  .lg\:disabled\:border-blue-100:disabled {
    border-color: #ebf8ff;
  }

  .lg\:disabled\:border-blue-200:disabled {
    border-color: #bee3f8;
  }

  .lg\:disabled\:border-blue-300:disabled {
    border-color: #90cdf4;
  }

  .lg\:disabled\:border-blue-400:disabled {
    border-color: #63b3ed;
  }

  .lg\:disabled\:border-blue-500:disabled {
    border-color: #4299e1;
  }

  .lg\:disabled\:border-blue-600:disabled {
    border-color: #3182ce;
  }

  .lg\:disabled\:border-blue-700:disabled {
    border-color: #2b6cb0;
  }

  .lg\:disabled\:border-blue-800:disabled {
    border-color: #2c5282;
  }

  .lg\:disabled\:border-blue-900:disabled {
    border-color: #2a4365;
  }

  .lg\:disabled\:border-indigo-100:disabled {
    border-color: #ebf4ff;
  }

  .lg\:disabled\:border-indigo-200:disabled {
    border-color: #c3dafe;
  }

  .lg\:disabled\:border-indigo-300:disabled {
    border-color: #a3bffa;
  }

  .lg\:disabled\:border-indigo-400:disabled {
    border-color: #7f9cf5;
  }

  .lg\:disabled\:border-indigo-500:disabled {
    border-color: #667eea;
  }

  .lg\:disabled\:border-indigo-600:disabled {
    border-color: #5a67d8;
  }

  .lg\:disabled\:border-indigo-700:disabled {
    border-color: #4c51bf;
  }

  .lg\:disabled\:border-indigo-800:disabled {
    border-color: #434190;
  }

  .lg\:disabled\:border-indigo-900:disabled {
    border-color: #3c366b;
  }

  .lg\:disabled\:border-purple-100:disabled {
    border-color: #faf5ff;
  }

  .lg\:disabled\:border-purple-200:disabled {
    border-color: #e9d8fd;
  }

  .lg\:disabled\:border-purple-300:disabled {
    border-color: #d6bcfa;
  }

  .lg\:disabled\:border-purple-400:disabled {
    border-color: #b794f4;
  }

  .lg\:disabled\:border-purple-500:disabled {
    border-color: #9f7aea;
  }

  .lg\:disabled\:border-purple-600:disabled {
    border-color: #805ad5;
  }

  .lg\:disabled\:border-purple-700:disabled {
    border-color: #6b46c1;
  }

  .lg\:disabled\:border-purple-800:disabled {
    border-color: #553c9a;
  }

  .lg\:disabled\:border-purple-900:disabled {
    border-color: #44337a;
  }

  .lg\:disabled\:border-pink-100:disabled {
    border-color: #fff5f7;
  }

  .lg\:disabled\:border-pink-200:disabled {
    border-color: #fed7e2;
  }

  .lg\:disabled\:border-pink-300:disabled {
    border-color: #fbb6ce;
  }

  .lg\:disabled\:border-pink-400:disabled {
    border-color: #f687b3;
  }

  .lg\:disabled\:border-pink-500:disabled {
    border-color: #ed64a6;
  }

  .lg\:disabled\:border-pink-600:disabled {
    border-color: #d53f8c;
  }

  .lg\:disabled\:border-pink-700:disabled {
    border-color: #b83280;
  }

  .lg\:disabled\:border-pink-800:disabled {
    border-color: #97266d;
  }

  .lg\:disabled\:border-pink-900:disabled {
    border-color: #702459;
  }

  .lg\:rounded-none {
    border-radius: 0;
  }

  .lg\:rounded-sm {
    border-radius: 0.125rem;
  }

  .lg\:rounded {
    border-radius: 0.25rem;
  }

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

  .lg\:rounded-full {
    border-radius: 9999px;
  }

  .lg\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .lg\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .lg\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .lg\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .lg\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .lg\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .lg\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .lg\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .lg\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .lg\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .lg\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .lg\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .lg\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .lg\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .lg\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .lg\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .lg\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .lg\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .lg\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .lg\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .group:hover .lg\:group-hover\:rounded-none {
    border-radius: 0;
  }

  .group:hover .lg\:group-hover\:rounded-sm {
    border-radius: 0.125rem;
  }

  .group:hover .lg\:group-hover\:rounded {
    border-radius: 0.25rem;
  }

  .group:hover .lg\:group-hover\:rounded-lg {
    border-radius: 0.5rem;
  }

  .group:hover .lg\:group-hover\:rounded-full {
    border-radius: 9999px;
  }

  .group:hover .lg\:group-hover\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .group:hover .lg\:group-hover\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .group:hover .lg\:group-hover\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .group:hover .lg\:group-hover\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .group:hover .lg\:group-hover\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .group:hover .lg\:group-hover\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .group:hover .lg\:group-hover\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .group:hover .lg\:group-hover\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .group:hover .lg\:group-hover\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .group:hover .lg\:group-hover\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .group:hover .lg\:group-hover\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .group:hover .lg\:group-hover\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .group:hover .lg\:group-hover\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .group:hover .lg\:group-hover\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .group:hover .lg\:group-hover\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .group:hover .lg\:group-hover\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .group:hover .lg\:group-hover\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .group:hover .lg\:group-hover\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .group:hover .lg\:group-hover\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .group:hover .lg\:group-hover\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .group:hover .lg\:group-hover\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .group:hover .lg\:group-hover\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .group:hover .lg\:group-hover\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .group:hover .lg\:group-hover\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .group:hover .lg\:group-hover\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .group:hover .lg\:group-hover\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .group:hover .lg\:group-hover\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .group:hover .lg\:group-hover\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .group:hover .lg\:group-hover\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .group:hover .lg\:group-hover\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .group:hover .lg\:group-hover\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .group:hover .lg\:group-hover\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .group:hover .lg\:group-hover\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .group:hover .lg\:group-hover\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .group:hover .lg\:group-hover\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .group:hover .lg\:group-hover\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .group:hover .lg\:group-hover\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .group:hover .lg\:group-hover\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .group:hover .lg\:group-hover\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .group:hover .lg\:group-hover\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .lg\:focus-within\:rounded-none:focus-within {
    border-radius: 0;
  }

  .lg\:focus-within\:rounded-sm:focus-within {
    border-radius: 0.125rem;
  }

  .lg\:focus-within\:rounded:focus-within {
    border-radius: 0.25rem;
  }

  .lg\:focus-within\:rounded-lg:focus-within {
    border-radius: 0.5rem;
  }

  .lg\:focus-within\:rounded-full:focus-within {
    border-radius: 9999px;
  }

  .lg\:focus-within\:rounded-t-none:focus-within {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .lg\:focus-within\:rounded-r-none:focus-within {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .lg\:focus-within\:rounded-b-none:focus-within {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:focus-within\:rounded-l-none:focus-within {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:focus-within\:rounded-t-sm:focus-within {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .lg\:focus-within\:rounded-r-sm:focus-within {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:focus-within\:rounded-b-sm:focus-within {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:focus-within\:rounded-l-sm:focus-within {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:focus-within\:rounded-t:focus-within {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .lg\:focus-within\:rounded-r:focus-within {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:focus-within\:rounded-b:focus-within {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:focus-within\:rounded-l:focus-within {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:focus-within\:rounded-t-lg:focus-within {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .lg\:focus-within\:rounded-r-lg:focus-within {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:focus-within\:rounded-b-lg:focus-within {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:focus-within\:rounded-l-lg:focus-within {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:focus-within\:rounded-t-full:focus-within {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .lg\:focus-within\:rounded-r-full:focus-within {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .lg\:focus-within\:rounded-b-full:focus-within {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:focus-within\:rounded-l-full:focus-within {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:focus-within\:rounded-tl-none:focus-within {
    border-top-left-radius: 0;
  }

  .lg\:focus-within\:rounded-tr-none:focus-within {
    border-top-right-radius: 0;
  }

  .lg\:focus-within\:rounded-br-none:focus-within {
    border-bottom-right-radius: 0;
  }

  .lg\:focus-within\:rounded-bl-none:focus-within {
    border-bottom-left-radius: 0;
  }

  .lg\:focus-within\:rounded-tl-sm:focus-within {
    border-top-left-radius: 0.125rem;
  }

  .lg\:focus-within\:rounded-tr-sm:focus-within {
    border-top-right-radius: 0.125rem;
  }

  .lg\:focus-within\:rounded-br-sm:focus-within {
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:focus-within\:rounded-bl-sm:focus-within {
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:focus-within\:rounded-tl:focus-within {
    border-top-left-radius: 0.25rem;
  }

  .lg\:focus-within\:rounded-tr:focus-within {
    border-top-right-radius: 0.25rem;
  }

  .lg\:focus-within\:rounded-br:focus-within {
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:focus-within\:rounded-bl:focus-within {
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:focus-within\:rounded-tl-lg:focus-within {
    border-top-left-radius: 0.5rem;
  }

  .lg\:focus-within\:rounded-tr-lg:focus-within {
    border-top-right-radius: 0.5rem;
  }

  .lg\:focus-within\:rounded-br-lg:focus-within {
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:focus-within\:rounded-bl-lg:focus-within {
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:focus-within\:rounded-tl-full:focus-within {
    border-top-left-radius: 9999px;
  }

  .lg\:focus-within\:rounded-tr-full:focus-within {
    border-top-right-radius: 9999px;
  }

  .lg\:focus-within\:rounded-br-full:focus-within {
    border-bottom-right-radius: 9999px;
  }

  .lg\:focus-within\:rounded-bl-full:focus-within {
    border-bottom-left-radius: 9999px;
  }

  .lg\:first\:rounded-none:first-child {
    border-radius: 0;
  }

  .lg\:first\:rounded-sm:first-child {
    border-radius: 0.125rem;
  }

  .lg\:first\:rounded:first-child {
    border-radius: 0.25rem;
  }

  .lg\:first\:rounded-lg:first-child {
    border-radius: 0.5rem;
  }

  .lg\:first\:rounded-full:first-child {
    border-radius: 9999px;
  }

  .lg\:first\:rounded-t-none:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .lg\:first\:rounded-r-none:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .lg\:first\:rounded-b-none:first-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:first\:rounded-l-none:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:first\:rounded-t-sm:first-child {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .lg\:first\:rounded-r-sm:first-child {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:first\:rounded-b-sm:first-child {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:first\:rounded-l-sm:first-child {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:first\:rounded-t:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .lg\:first\:rounded-r:first-child {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:first\:rounded-b:first-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:first\:rounded-l:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:first\:rounded-t-lg:first-child {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .lg\:first\:rounded-r-lg:first-child {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:first\:rounded-b-lg:first-child {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:first\:rounded-l-lg:first-child {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:first\:rounded-t-full:first-child {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .lg\:first\:rounded-r-full:first-child {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .lg\:first\:rounded-b-full:first-child {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:first\:rounded-l-full:first-child {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:first\:rounded-tl-none:first-child {
    border-top-left-radius: 0;
  }

  .lg\:first\:rounded-tr-none:first-child {
    border-top-right-radius: 0;
  }

  .lg\:first\:rounded-br-none:first-child {
    border-bottom-right-radius: 0;
  }

  .lg\:first\:rounded-bl-none:first-child {
    border-bottom-left-radius: 0;
  }

  .lg\:first\:rounded-tl-sm:first-child {
    border-top-left-radius: 0.125rem;
  }

  .lg\:first\:rounded-tr-sm:first-child {
    border-top-right-radius: 0.125rem;
  }

  .lg\:first\:rounded-br-sm:first-child {
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:first\:rounded-bl-sm:first-child {
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:first\:rounded-tl:first-child {
    border-top-left-radius: 0.25rem;
  }

  .lg\:first\:rounded-tr:first-child {
    border-top-right-radius: 0.25rem;
  }

  .lg\:first\:rounded-br:first-child {
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:first\:rounded-bl:first-child {
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:first\:rounded-tl-lg:first-child {
    border-top-left-radius: 0.5rem;
  }

  .lg\:first\:rounded-tr-lg:first-child {
    border-top-right-radius: 0.5rem;
  }

  .lg\:first\:rounded-br-lg:first-child {
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:first\:rounded-bl-lg:first-child {
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:first\:rounded-tl-full:first-child {
    border-top-left-radius: 9999px;
  }

  .lg\:first\:rounded-tr-full:first-child {
    border-top-right-radius: 9999px;
  }

  .lg\:first\:rounded-br-full:first-child {
    border-bottom-right-radius: 9999px;
  }

  .lg\:first\:rounded-bl-full:first-child {
    border-bottom-left-radius: 9999px;
  }

  .lg\:last\:rounded-none:last-child {
    border-radius: 0;
  }

  .lg\:last\:rounded-sm:last-child {
    border-radius: 0.125rem;
  }

  .lg\:last\:rounded:last-child {
    border-radius: 0.25rem;
  }

  .lg\:last\:rounded-lg:last-child {
    border-radius: 0.5rem;
  }

  .lg\:last\:rounded-full:last-child {
    border-radius: 9999px;
  }

  .lg\:last\:rounded-t-none:last-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .lg\:last\:rounded-r-none:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .lg\:last\:rounded-b-none:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:last\:rounded-l-none:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:last\:rounded-t-sm:last-child {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .lg\:last\:rounded-r-sm:last-child {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:last\:rounded-b-sm:last-child {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:last\:rounded-l-sm:last-child {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:last\:rounded-t:last-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .lg\:last\:rounded-r:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:last\:rounded-b:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:last\:rounded-l:last-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:last\:rounded-t-lg:last-child {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .lg\:last\:rounded-r-lg:last-child {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:last\:rounded-b-lg:last-child {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:last\:rounded-l-lg:last-child {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:last\:rounded-t-full:last-child {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .lg\:last\:rounded-r-full:last-child {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .lg\:last\:rounded-b-full:last-child {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:last\:rounded-l-full:last-child {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:last\:rounded-tl-none:last-child {
    border-top-left-radius: 0;
  }

  .lg\:last\:rounded-tr-none:last-child {
    border-top-right-radius: 0;
  }

  .lg\:last\:rounded-br-none:last-child {
    border-bottom-right-radius: 0;
  }

  .lg\:last\:rounded-bl-none:last-child {
    border-bottom-left-radius: 0;
  }

  .lg\:last\:rounded-tl-sm:last-child {
    border-top-left-radius: 0.125rem;
  }

  .lg\:last\:rounded-tr-sm:last-child {
    border-top-right-radius: 0.125rem;
  }

  .lg\:last\:rounded-br-sm:last-child {
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:last\:rounded-bl-sm:last-child {
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:last\:rounded-tl:last-child {
    border-top-left-radius: 0.25rem;
  }

  .lg\:last\:rounded-tr:last-child {
    border-top-right-radius: 0.25rem;
  }

  .lg\:last\:rounded-br:last-child {
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:last\:rounded-bl:last-child {
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:last\:rounded-tl-lg:last-child {
    border-top-left-radius: 0.5rem;
  }

  .lg\:last\:rounded-tr-lg:last-child {
    border-top-right-radius: 0.5rem;
  }

  .lg\:last\:rounded-br-lg:last-child {
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:last\:rounded-bl-lg:last-child {
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:last\:rounded-tl-full:last-child {
    border-top-left-radius: 9999px;
  }

  .lg\:last\:rounded-tr-full:last-child {
    border-top-right-radius: 9999px;
  }

  .lg\:last\:rounded-br-full:last-child {
    border-bottom-right-radius: 9999px;
  }

  .lg\:last\:rounded-bl-full:last-child {
    border-bottom-left-radius: 9999px;
  }

  .lg\:odd\:rounded-none:nth-child(odd) {
    border-radius: 0;
  }

  .lg\:odd\:rounded-sm:nth-child(odd) {
    border-radius: 0.125rem;
  }

  .lg\:odd\:rounded:nth-child(odd) {
    border-radius: 0.25rem;
  }

  .lg\:odd\:rounded-lg:nth-child(odd) {
    border-radius: 0.5rem;
  }

  .lg\:odd\:rounded-full:nth-child(odd) {
    border-radius: 9999px;
  }

  .lg\:odd\:rounded-t-none:nth-child(odd) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .lg\:odd\:rounded-r-none:nth-child(odd) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .lg\:odd\:rounded-b-none:nth-child(odd) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:odd\:rounded-l-none:nth-child(odd) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:odd\:rounded-t-sm:nth-child(odd) {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .lg\:odd\:rounded-r-sm:nth-child(odd) {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:odd\:rounded-b-sm:nth-child(odd) {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:odd\:rounded-l-sm:nth-child(odd) {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:odd\:rounded-t:nth-child(odd) {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .lg\:odd\:rounded-r:nth-child(odd) {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:odd\:rounded-b:nth-child(odd) {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:odd\:rounded-l:nth-child(odd) {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:odd\:rounded-t-lg:nth-child(odd) {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .lg\:odd\:rounded-r-lg:nth-child(odd) {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:odd\:rounded-b-lg:nth-child(odd) {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:odd\:rounded-l-lg:nth-child(odd) {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:odd\:rounded-t-full:nth-child(odd) {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .lg\:odd\:rounded-r-full:nth-child(odd) {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .lg\:odd\:rounded-b-full:nth-child(odd) {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:odd\:rounded-l-full:nth-child(odd) {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:odd\:rounded-tl-none:nth-child(odd) {
    border-top-left-radius: 0;
  }

  .lg\:odd\:rounded-tr-none:nth-child(odd) {
    border-top-right-radius: 0;
  }

  .lg\:odd\:rounded-br-none:nth-child(odd) {
    border-bottom-right-radius: 0;
  }

  .lg\:odd\:rounded-bl-none:nth-child(odd) {
    border-bottom-left-radius: 0;
  }

  .lg\:odd\:rounded-tl-sm:nth-child(odd) {
    border-top-left-radius: 0.125rem;
  }

  .lg\:odd\:rounded-tr-sm:nth-child(odd) {
    border-top-right-radius: 0.125rem;
  }

  .lg\:odd\:rounded-br-sm:nth-child(odd) {
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:odd\:rounded-bl-sm:nth-child(odd) {
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:odd\:rounded-tl:nth-child(odd) {
    border-top-left-radius: 0.25rem;
  }

  .lg\:odd\:rounded-tr:nth-child(odd) {
    border-top-right-radius: 0.25rem;
  }

  .lg\:odd\:rounded-br:nth-child(odd) {
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:odd\:rounded-bl:nth-child(odd) {
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:odd\:rounded-tl-lg:nth-child(odd) {
    border-top-left-radius: 0.5rem;
  }

  .lg\:odd\:rounded-tr-lg:nth-child(odd) {
    border-top-right-radius: 0.5rem;
  }

  .lg\:odd\:rounded-br-lg:nth-child(odd) {
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:odd\:rounded-bl-lg:nth-child(odd) {
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:odd\:rounded-tl-full:nth-child(odd) {
    border-top-left-radius: 9999px;
  }

  .lg\:odd\:rounded-tr-full:nth-child(odd) {
    border-top-right-radius: 9999px;
  }

  .lg\:odd\:rounded-br-full:nth-child(odd) {
    border-bottom-right-radius: 9999px;
  }

  .lg\:odd\:rounded-bl-full:nth-child(odd) {
    border-bottom-left-radius: 9999px;
  }

  .lg\:even\:rounded-none:nth-child(even) {
    border-radius: 0;
  }

  .lg\:even\:rounded-sm:nth-child(even) {
    border-radius: 0.125rem;
  }

  .lg\:even\:rounded:nth-child(even) {
    border-radius: 0.25rem;
  }

  .lg\:even\:rounded-lg:nth-child(even) {
    border-radius: 0.5rem;
  }

  .lg\:even\:rounded-full:nth-child(even) {
    border-radius: 9999px;
  }

  .lg\:even\:rounded-t-none:nth-child(even) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .lg\:even\:rounded-r-none:nth-child(even) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .lg\:even\:rounded-b-none:nth-child(even) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:even\:rounded-l-none:nth-child(even) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:even\:rounded-t-sm:nth-child(even) {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .lg\:even\:rounded-r-sm:nth-child(even) {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:even\:rounded-b-sm:nth-child(even) {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:even\:rounded-l-sm:nth-child(even) {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:even\:rounded-t:nth-child(even) {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .lg\:even\:rounded-r:nth-child(even) {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:even\:rounded-b:nth-child(even) {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:even\:rounded-l:nth-child(even) {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:even\:rounded-t-lg:nth-child(even) {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .lg\:even\:rounded-r-lg:nth-child(even) {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:even\:rounded-b-lg:nth-child(even) {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:even\:rounded-l-lg:nth-child(even) {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:even\:rounded-t-full:nth-child(even) {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .lg\:even\:rounded-r-full:nth-child(even) {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .lg\:even\:rounded-b-full:nth-child(even) {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:even\:rounded-l-full:nth-child(even) {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:even\:rounded-tl-none:nth-child(even) {
    border-top-left-radius: 0;
  }

  .lg\:even\:rounded-tr-none:nth-child(even) {
    border-top-right-radius: 0;
  }

  .lg\:even\:rounded-br-none:nth-child(even) {
    border-bottom-right-radius: 0;
  }

  .lg\:even\:rounded-bl-none:nth-child(even) {
    border-bottom-left-radius: 0;
  }

  .lg\:even\:rounded-tl-sm:nth-child(even) {
    border-top-left-radius: 0.125rem;
  }

  .lg\:even\:rounded-tr-sm:nth-child(even) {
    border-top-right-radius: 0.125rem;
  }

  .lg\:even\:rounded-br-sm:nth-child(even) {
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:even\:rounded-bl-sm:nth-child(even) {
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:even\:rounded-tl:nth-child(even) {
    border-top-left-radius: 0.25rem;
  }

  .lg\:even\:rounded-tr:nth-child(even) {
    border-top-right-radius: 0.25rem;
  }

  .lg\:even\:rounded-br:nth-child(even) {
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:even\:rounded-bl:nth-child(even) {
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:even\:rounded-tl-lg:nth-child(even) {
    border-top-left-radius: 0.5rem;
  }

  .lg\:even\:rounded-tr-lg:nth-child(even) {
    border-top-right-radius: 0.5rem;
  }

  .lg\:even\:rounded-br-lg:nth-child(even) {
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:even\:rounded-bl-lg:nth-child(even) {
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:even\:rounded-tl-full:nth-child(even) {
    border-top-left-radius: 9999px;
  }

  .lg\:even\:rounded-tr-full:nth-child(even) {
    border-top-right-radius: 9999px;
  }

  .lg\:even\:rounded-br-full:nth-child(even) {
    border-bottom-right-radius: 9999px;
  }

  .lg\:even\:rounded-bl-full:nth-child(even) {
    border-bottom-left-radius: 9999px;
  }

  .lg\:hover\:rounded-none:hover {
    border-radius: 0;
  }

  .lg\:hover\:rounded-sm:hover {
    border-radius: 0.125rem;
  }

  .lg\:hover\:rounded:hover {
    border-radius: 0.25rem;
  }

  .lg\:hover\:rounded-lg:hover {
    border-radius: 0.5rem;
  }

  .lg\:hover\:rounded-full:hover {
    border-radius: 9999px;
  }

  .lg\:hover\:rounded-t-none:hover {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .lg\:hover\:rounded-r-none:hover {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .lg\:hover\:rounded-b-none:hover {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:hover\:rounded-l-none:hover {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:hover\:rounded-t-sm:hover {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .lg\:hover\:rounded-r-sm:hover {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:hover\:rounded-b-sm:hover {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:hover\:rounded-l-sm:hover {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:hover\:rounded-t:hover {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .lg\:hover\:rounded-r:hover {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:hover\:rounded-b:hover {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:hover\:rounded-l:hover {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:hover\:rounded-t-lg:hover {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .lg\:hover\:rounded-r-lg:hover {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:hover\:rounded-b-lg:hover {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:hover\:rounded-l-lg:hover {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:hover\:rounded-t-full:hover {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .lg\:hover\:rounded-r-full:hover {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .lg\:hover\:rounded-b-full:hover {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:hover\:rounded-l-full:hover {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:hover\:rounded-tl-none:hover {
    border-top-left-radius: 0;
  }

  .lg\:hover\:rounded-tr-none:hover {
    border-top-right-radius: 0;
  }

  .lg\:hover\:rounded-br-none:hover {
    border-bottom-right-radius: 0;
  }

  .lg\:hover\:rounded-bl-none:hover {
    border-bottom-left-radius: 0;
  }

  .lg\:hover\:rounded-tl-sm:hover {
    border-top-left-radius: 0.125rem;
  }

  .lg\:hover\:rounded-tr-sm:hover {
    border-top-right-radius: 0.125rem;
  }

  .lg\:hover\:rounded-br-sm:hover {
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:hover\:rounded-bl-sm:hover {
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:hover\:rounded-tl:hover {
    border-top-left-radius: 0.25rem;
  }

  .lg\:hover\:rounded-tr:hover {
    border-top-right-radius: 0.25rem;
  }

  .lg\:hover\:rounded-br:hover {
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:hover\:rounded-bl:hover {
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:hover\:rounded-tl-lg:hover {
    border-top-left-radius: 0.5rem;
  }

  .lg\:hover\:rounded-tr-lg:hover {
    border-top-right-radius: 0.5rem;
  }

  .lg\:hover\:rounded-br-lg:hover {
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:hover\:rounded-bl-lg:hover {
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:hover\:rounded-tl-full:hover {
    border-top-left-radius: 9999px;
  }

  .lg\:hover\:rounded-tr-full:hover {
    border-top-right-radius: 9999px;
  }

  .lg\:hover\:rounded-br-full:hover {
    border-bottom-right-radius: 9999px;
  }

  .lg\:hover\:rounded-bl-full:hover {
    border-bottom-left-radius: 9999px;
  }

  .lg\:focus\:rounded-none:focus {
    border-radius: 0;
  }

  .lg\:focus\:rounded-sm:focus {
    border-radius: 0.125rem;
  }

  .lg\:focus\:rounded:focus {
    border-radius: 0.25rem;
  }

  .lg\:focus\:rounded-lg:focus {
    border-radius: 0.5rem;
  }

  .lg\:focus\:rounded-full:focus {
    border-radius: 9999px;
  }

  .lg\:focus\:rounded-t-none:focus {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .lg\:focus\:rounded-r-none:focus {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .lg\:focus\:rounded-b-none:focus {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:focus\:rounded-l-none:focus {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:focus\:rounded-t-sm:focus {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .lg\:focus\:rounded-r-sm:focus {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:focus\:rounded-b-sm:focus {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:focus\:rounded-l-sm:focus {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:focus\:rounded-t:focus {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .lg\:focus\:rounded-r:focus {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:focus\:rounded-b:focus {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:focus\:rounded-l:focus {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:focus\:rounded-t-lg:focus {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .lg\:focus\:rounded-r-lg:focus {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:focus\:rounded-b-lg:focus {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:focus\:rounded-l-lg:focus {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:focus\:rounded-t-full:focus {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .lg\:focus\:rounded-r-full:focus {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .lg\:focus\:rounded-b-full:focus {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:focus\:rounded-l-full:focus {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:focus\:rounded-tl-none:focus {
    border-top-left-radius: 0;
  }

  .lg\:focus\:rounded-tr-none:focus {
    border-top-right-radius: 0;
  }

  .lg\:focus\:rounded-br-none:focus {
    border-bottom-right-radius: 0;
  }

  .lg\:focus\:rounded-bl-none:focus {
    border-bottom-left-radius: 0;
  }

  .lg\:focus\:rounded-tl-sm:focus {
    border-top-left-radius: 0.125rem;
  }

  .lg\:focus\:rounded-tr-sm:focus {
    border-top-right-radius: 0.125rem;
  }

  .lg\:focus\:rounded-br-sm:focus {
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:focus\:rounded-bl-sm:focus {
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:focus\:rounded-tl:focus {
    border-top-left-radius: 0.25rem;
  }

  .lg\:focus\:rounded-tr:focus {
    border-top-right-radius: 0.25rem;
  }

  .lg\:focus\:rounded-br:focus {
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:focus\:rounded-bl:focus {
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:focus\:rounded-tl-lg:focus {
    border-top-left-radius: 0.5rem;
  }

  .lg\:focus\:rounded-tr-lg:focus {
    border-top-right-radius: 0.5rem;
  }

  .lg\:focus\:rounded-br-lg:focus {
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:focus\:rounded-bl-lg:focus {
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:focus\:rounded-tl-full:focus {
    border-top-left-radius: 9999px;
  }

  .lg\:focus\:rounded-tr-full:focus {
    border-top-right-radius: 9999px;
  }

  .lg\:focus\:rounded-br-full:focus {
    border-bottom-right-radius: 9999px;
  }

  .lg\:focus\:rounded-bl-full:focus {
    border-bottom-left-radius: 9999px;
  }

  .lg\:active\:rounded-none:active {
    border-radius: 0;
  }

  .lg\:active\:rounded-sm:active {
    border-radius: 0.125rem;
  }

  .lg\:active\:rounded:active {
    border-radius: 0.25rem;
  }

  .lg\:active\:rounded-lg:active {
    border-radius: 0.5rem;
  }

  .lg\:active\:rounded-full:active {
    border-radius: 9999px;
  }

  .lg\:active\:rounded-t-none:active {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .lg\:active\:rounded-r-none:active {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .lg\:active\:rounded-b-none:active {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:active\:rounded-l-none:active {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:active\:rounded-t-sm:active {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .lg\:active\:rounded-r-sm:active {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:active\:rounded-b-sm:active {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:active\:rounded-l-sm:active {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:active\:rounded-t:active {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .lg\:active\:rounded-r:active {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:active\:rounded-b:active {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:active\:rounded-l:active {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:active\:rounded-t-lg:active {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .lg\:active\:rounded-r-lg:active {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:active\:rounded-b-lg:active {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:active\:rounded-l-lg:active {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:active\:rounded-t-full:active {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .lg\:active\:rounded-r-full:active {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .lg\:active\:rounded-b-full:active {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:active\:rounded-l-full:active {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:active\:rounded-tl-none:active {
    border-top-left-radius: 0;
  }

  .lg\:active\:rounded-tr-none:active {
    border-top-right-radius: 0;
  }

  .lg\:active\:rounded-br-none:active {
    border-bottom-right-radius: 0;
  }

  .lg\:active\:rounded-bl-none:active {
    border-bottom-left-radius: 0;
  }

  .lg\:active\:rounded-tl-sm:active {
    border-top-left-radius: 0.125rem;
  }

  .lg\:active\:rounded-tr-sm:active {
    border-top-right-radius: 0.125rem;
  }

  .lg\:active\:rounded-br-sm:active {
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:active\:rounded-bl-sm:active {
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:active\:rounded-tl:active {
    border-top-left-radius: 0.25rem;
  }

  .lg\:active\:rounded-tr:active {
    border-top-right-radius: 0.25rem;
  }

  .lg\:active\:rounded-br:active {
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:active\:rounded-bl:active {
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:active\:rounded-tl-lg:active {
    border-top-left-radius: 0.5rem;
  }

  .lg\:active\:rounded-tr-lg:active {
    border-top-right-radius: 0.5rem;
  }

  .lg\:active\:rounded-br-lg:active {
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:active\:rounded-bl-lg:active {
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:active\:rounded-tl-full:active {
    border-top-left-radius: 9999px;
  }

  .lg\:active\:rounded-tr-full:active {
    border-top-right-radius: 9999px;
  }

  .lg\:active\:rounded-br-full:active {
    border-bottom-right-radius: 9999px;
  }

  .lg\:active\:rounded-bl-full:active {
    border-bottom-left-radius: 9999px;
  }

  .lg\:visited\:rounded-none:visited {
    border-radius: 0;
  }

  .lg\:visited\:rounded-sm:visited {
    border-radius: 0.125rem;
  }

  .lg\:visited\:rounded:visited {
    border-radius: 0.25rem;
  }

  .lg\:visited\:rounded-lg:visited {
    border-radius: 0.5rem;
  }

  .lg\:visited\:rounded-full:visited {
    border-radius: 9999px;
  }

  .lg\:visited\:rounded-t-none:visited {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .lg\:visited\:rounded-r-none:visited {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .lg\:visited\:rounded-b-none:visited {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:visited\:rounded-l-none:visited {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:visited\:rounded-t-sm:visited {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .lg\:visited\:rounded-r-sm:visited {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:visited\:rounded-b-sm:visited {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:visited\:rounded-l-sm:visited {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:visited\:rounded-t:visited {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .lg\:visited\:rounded-r:visited {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:visited\:rounded-b:visited {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:visited\:rounded-l:visited {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:visited\:rounded-t-lg:visited {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .lg\:visited\:rounded-r-lg:visited {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:visited\:rounded-b-lg:visited {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:visited\:rounded-l-lg:visited {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:visited\:rounded-t-full:visited {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .lg\:visited\:rounded-r-full:visited {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .lg\:visited\:rounded-b-full:visited {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:visited\:rounded-l-full:visited {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:visited\:rounded-tl-none:visited {
    border-top-left-radius: 0;
  }

  .lg\:visited\:rounded-tr-none:visited {
    border-top-right-radius: 0;
  }

  .lg\:visited\:rounded-br-none:visited {
    border-bottom-right-radius: 0;
  }

  .lg\:visited\:rounded-bl-none:visited {
    border-bottom-left-radius: 0;
  }

  .lg\:visited\:rounded-tl-sm:visited {
    border-top-left-radius: 0.125rem;
  }

  .lg\:visited\:rounded-tr-sm:visited {
    border-top-right-radius: 0.125rem;
  }

  .lg\:visited\:rounded-br-sm:visited {
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:visited\:rounded-bl-sm:visited {
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:visited\:rounded-tl:visited {
    border-top-left-radius: 0.25rem;
  }

  .lg\:visited\:rounded-tr:visited {
    border-top-right-radius: 0.25rem;
  }

  .lg\:visited\:rounded-br:visited {
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:visited\:rounded-bl:visited {
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:visited\:rounded-tl-lg:visited {
    border-top-left-radius: 0.5rem;
  }

  .lg\:visited\:rounded-tr-lg:visited {
    border-top-right-radius: 0.5rem;
  }

  .lg\:visited\:rounded-br-lg:visited {
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:visited\:rounded-bl-lg:visited {
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:visited\:rounded-tl-full:visited {
    border-top-left-radius: 9999px;
  }

  .lg\:visited\:rounded-tr-full:visited {
    border-top-right-radius: 9999px;
  }

  .lg\:visited\:rounded-br-full:visited {
    border-bottom-right-radius: 9999px;
  }

  .lg\:visited\:rounded-bl-full:visited {
    border-bottom-left-radius: 9999px;
  }

  .lg\:disabled\:rounded-none:disabled {
    border-radius: 0;
  }

  .lg\:disabled\:rounded-sm:disabled {
    border-radius: 0.125rem;
  }

  .lg\:disabled\:rounded:disabled {
    border-radius: 0.25rem;
  }

  .lg\:disabled\:rounded-lg:disabled {
    border-radius: 0.5rem;
  }

  .lg\:disabled\:rounded-full:disabled {
    border-radius: 9999px;
  }

  .lg\:disabled\:rounded-t-none:disabled {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .lg\:disabled\:rounded-r-none:disabled {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .lg\:disabled\:rounded-b-none:disabled {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:disabled\:rounded-l-none:disabled {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:disabled\:rounded-t-sm:disabled {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .lg\:disabled\:rounded-r-sm:disabled {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:disabled\:rounded-b-sm:disabled {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:disabled\:rounded-l-sm:disabled {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:disabled\:rounded-t:disabled {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .lg\:disabled\:rounded-r:disabled {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:disabled\:rounded-b:disabled {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:disabled\:rounded-l:disabled {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:disabled\:rounded-t-lg:disabled {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .lg\:disabled\:rounded-r-lg:disabled {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:disabled\:rounded-b-lg:disabled {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:disabled\:rounded-l-lg:disabled {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:disabled\:rounded-t-full:disabled {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .lg\:disabled\:rounded-r-full:disabled {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .lg\:disabled\:rounded-b-full:disabled {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:disabled\:rounded-l-full:disabled {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:disabled\:rounded-tl-none:disabled {
    border-top-left-radius: 0;
  }

  .lg\:disabled\:rounded-tr-none:disabled {
    border-top-right-radius: 0;
  }

  .lg\:disabled\:rounded-br-none:disabled {
    border-bottom-right-radius: 0;
  }

  .lg\:disabled\:rounded-bl-none:disabled {
    border-bottom-left-radius: 0;
  }

  .lg\:disabled\:rounded-tl-sm:disabled {
    border-top-left-radius: 0.125rem;
  }

  .lg\:disabled\:rounded-tr-sm:disabled {
    border-top-right-radius: 0.125rem;
  }

  .lg\:disabled\:rounded-br-sm:disabled {
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:disabled\:rounded-bl-sm:disabled {
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:disabled\:rounded-tl:disabled {
    border-top-left-radius: 0.25rem;
  }

  .lg\:disabled\:rounded-tr:disabled {
    border-top-right-radius: 0.25rem;
  }

  .lg\:disabled\:rounded-br:disabled {
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:disabled\:rounded-bl:disabled {
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:disabled\:rounded-tl-lg:disabled {
    border-top-left-radius: 0.5rem;
  }

  .lg\:disabled\:rounded-tr-lg:disabled {
    border-top-right-radius: 0.5rem;
  }

  .lg\:disabled\:rounded-br-lg:disabled {
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:disabled\:rounded-bl-lg:disabled {
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:disabled\:rounded-tl-full:disabled {
    border-top-left-radius: 9999px;
  }

  .lg\:disabled\:rounded-tr-full:disabled {
    border-top-right-radius: 9999px;
  }

  .lg\:disabled\:rounded-br-full:disabled {
    border-bottom-right-radius: 9999px;
  }

  .lg\:disabled\:rounded-bl-full:disabled {
    border-bottom-left-radius: 9999px;
  }

  .lg\:border-solid {
    border-style: solid;
  }

  .lg\:border-dashed {
    border-style: dashed;
  }

  .lg\:border-dotted {
    border-style: dotted;
  }

  .lg\:border-double {
    border-style: double;
  }

  .lg\:border-none {
    border-style: none;
  }

  .group:hover .lg\:group-hover\:border-solid {
    border-style: solid;
  }

  .group:hover .lg\:group-hover\:border-dashed {
    border-style: dashed;
  }

  .group:hover .lg\:group-hover\:border-dotted {
    border-style: dotted;
  }

  .group:hover .lg\:group-hover\:border-double {
    border-style: double;
  }

  .group:hover .lg\:group-hover\:border-none {
    border-style: none;
  }

  .lg\:focus-within\:border-solid:focus-within {
    border-style: solid;
  }

  .lg\:focus-within\:border-dashed:focus-within {
    border-style: dashed;
  }

  .lg\:focus-within\:border-dotted:focus-within {
    border-style: dotted;
  }

  .lg\:focus-within\:border-double:focus-within {
    border-style: double;
  }

  .lg\:focus-within\:border-none:focus-within {
    border-style: none;
  }

  .lg\:first\:border-solid:first-child {
    border-style: solid;
  }

  .lg\:first\:border-dashed:first-child {
    border-style: dashed;
  }

  .lg\:first\:border-dotted:first-child {
    border-style: dotted;
  }

  .lg\:first\:border-double:first-child {
    border-style: double;
  }

  .lg\:first\:border-none:first-child {
    border-style: none;
  }

  .lg\:last\:border-solid:last-child {
    border-style: solid;
  }

  .lg\:last\:border-dashed:last-child {
    border-style: dashed;
  }

  .lg\:last\:border-dotted:last-child {
    border-style: dotted;
  }

  .lg\:last\:border-double:last-child {
    border-style: double;
  }

  .lg\:last\:border-none:last-child {
    border-style: none;
  }

  .lg\:odd\:border-solid:nth-child(odd) {
    border-style: solid;
  }

  .lg\:odd\:border-dashed:nth-child(odd) {
    border-style: dashed;
  }

  .lg\:odd\:border-dotted:nth-child(odd) {
    border-style: dotted;
  }

  .lg\:odd\:border-double:nth-child(odd) {
    border-style: double;
  }

  .lg\:odd\:border-none:nth-child(odd) {
    border-style: none;
  }

  .lg\:even\:border-solid:nth-child(even) {
    border-style: solid;
  }

  .lg\:even\:border-dashed:nth-child(even) {
    border-style: dashed;
  }

  .lg\:even\:border-dotted:nth-child(even) {
    border-style: dotted;
  }

  .lg\:even\:border-double:nth-child(even) {
    border-style: double;
  }

  .lg\:even\:border-none:nth-child(even) {
    border-style: none;
  }

  .lg\:hover\:border-solid:hover {
    border-style: solid;
  }

  .lg\:hover\:border-dashed:hover {
    border-style: dashed;
  }

  .lg\:hover\:border-dotted:hover {
    border-style: dotted;
  }

  .lg\:hover\:border-double:hover {
    border-style: double;
  }

  .lg\:hover\:border-none:hover {
    border-style: none;
  }

  .lg\:focus\:border-solid:focus {
    border-style: solid;
  }

  .lg\:focus\:border-dashed:focus {
    border-style: dashed;
  }

  .lg\:focus\:border-dotted:focus {
    border-style: dotted;
  }

  .lg\:focus\:border-double:focus {
    border-style: double;
  }

  .lg\:focus\:border-none:focus {
    border-style: none;
  }

  .lg\:active\:border-solid:active {
    border-style: solid;
  }

  .lg\:active\:border-dashed:active {
    border-style: dashed;
  }

  .lg\:active\:border-dotted:active {
    border-style: dotted;
  }

  .lg\:active\:border-double:active {
    border-style: double;
  }

  .lg\:active\:border-none:active {
    border-style: none;
  }

  .lg\:visited\:border-solid:visited {
    border-style: solid;
  }

  .lg\:visited\:border-dashed:visited {
    border-style: dashed;
  }

  .lg\:visited\:border-dotted:visited {
    border-style: dotted;
  }

  .lg\:visited\:border-double:visited {
    border-style: double;
  }

  .lg\:visited\:border-none:visited {
    border-style: none;
  }

  .lg\:disabled\:border-solid:disabled {
    border-style: solid;
  }

  .lg\:disabled\:border-dashed:disabled {
    border-style: dashed;
  }

  .lg\:disabled\:border-dotted:disabled {
    border-style: dotted;
  }

  .lg\:disabled\:border-double:disabled {
    border-style: double;
  }

  .lg\:disabled\:border-none:disabled {
    border-style: none;
  }

  .lg\:border-0 {
    border-width: 0;
  }

  .lg\:border-2 {
    border-width: 2px;
  }

  .lg\:border-4 {
    border-width: 4px;
  }

  .lg\:border-8 {
    border-width: 8px;
  }

  .lg\:border {
    border-width: 1px;
  }

  .lg\:border-t-0 {
    border-top-width: 0;
  }

  .lg\:border-r-0 {
    border-right-width: 0;
  }

  .lg\:border-b-0 {
    border-bottom-width: 0;
  }

  .lg\:border-l-0 {
    border-left-width: 0;
  }

  .lg\:border-t-2 {
    border-top-width: 2px;
  }

  .lg\:border-r-2 {
    border-right-width: 2px;
  }

  .lg\:border-b-2 {
    border-bottom-width: 2px;
  }

  .lg\:border-l-2 {
    border-left-width: 2px;
  }

  .lg\:border-t-4 {
    border-top-width: 4px;
  }

  .lg\:border-r-4 {
    border-right-width: 4px;
  }

  .lg\:border-b-4 {
    border-bottom-width: 4px;
  }

  .lg\:border-l-4 {
    border-left-width: 4px;
  }

  .lg\:border-t-8 {
    border-top-width: 8px;
  }

  .lg\:border-r-8 {
    border-right-width: 8px;
  }

  .lg\:border-b-8 {
    border-bottom-width: 8px;
  }

  .lg\:border-l-8 {
    border-left-width: 8px;
  }

  .lg\:border-t {
    border-top-width: 1px;
  }

  .lg\:border-r {
    border-right-width: 1px;
  }

  .lg\:border-b {
    border-bottom-width: 1px;
  }

  .lg\:border-l {
    border-left-width: 1px;
  }

  .group:hover .lg\:group-hover\:border-0 {
    border-width: 0;
  }

  .group:hover .lg\:group-hover\:border-2 {
    border-width: 2px;
  }

  .group:hover .lg\:group-hover\:border-4 {
    border-width: 4px;
  }

  .group:hover .lg\:group-hover\:border-8 {
    border-width: 8px;
  }

  .group:hover .lg\:group-hover\:border {
    border-width: 1px;
  }

  .group:hover .lg\:group-hover\:border-t-0 {
    border-top-width: 0;
  }

  .group:hover .lg\:group-hover\:border-r-0 {
    border-right-width: 0;
  }

  .group:hover .lg\:group-hover\:border-b-0 {
    border-bottom-width: 0;
  }

  .group:hover .lg\:group-hover\:border-l-0 {
    border-left-width: 0;
  }

  .group:hover .lg\:group-hover\:border-t-2 {
    border-top-width: 2px;
  }

  .group:hover .lg\:group-hover\:border-r-2 {
    border-right-width: 2px;
  }

  .group:hover .lg\:group-hover\:border-b-2 {
    border-bottom-width: 2px;
  }

  .group:hover .lg\:group-hover\:border-l-2 {
    border-left-width: 2px;
  }

  .group:hover .lg\:group-hover\:border-t-4 {
    border-top-width: 4px;
  }

  .group:hover .lg\:group-hover\:border-r-4 {
    border-right-width: 4px;
  }

  .group:hover .lg\:group-hover\:border-b-4 {
    border-bottom-width: 4px;
  }

  .group:hover .lg\:group-hover\:border-l-4 {
    border-left-width: 4px;
  }

  .group:hover .lg\:group-hover\:border-t-8 {
    border-top-width: 8px;
  }

  .group:hover .lg\:group-hover\:border-r-8 {
    border-right-width: 8px;
  }

  .group:hover .lg\:group-hover\:border-b-8 {
    border-bottom-width: 8px;
  }

  .group:hover .lg\:group-hover\:border-l-8 {
    border-left-width: 8px;
  }

  .group:hover .lg\:group-hover\:border-t {
    border-top-width: 1px;
  }

  .group:hover .lg\:group-hover\:border-r {
    border-right-width: 1px;
  }

  .group:hover .lg\:group-hover\:border-b {
    border-bottom-width: 1px;
  }

  .group:hover .lg\:group-hover\:border-l {
    border-left-width: 1px;
  }

  .lg\:focus-within\:border-0:focus-within {
    border-width: 0;
  }

  .lg\:focus-within\:border-2:focus-within {
    border-width: 2px;
  }

  .lg\:focus-within\:border-4:focus-within {
    border-width: 4px;
  }

  .lg\:focus-within\:border-8:focus-within {
    border-width: 8px;
  }

  .lg\:focus-within\:border:focus-within {
    border-width: 1px;
  }

  .lg\:focus-within\:border-t-0:focus-within {
    border-top-width: 0;
  }

  .lg\:focus-within\:border-r-0:focus-within {
    border-right-width: 0;
  }

  .lg\:focus-within\:border-b-0:focus-within {
    border-bottom-width: 0;
  }

  .lg\:focus-within\:border-l-0:focus-within {
    border-left-width: 0;
  }

  .lg\:focus-within\:border-t-2:focus-within {
    border-top-width: 2px;
  }

  .lg\:focus-within\:border-r-2:focus-within {
    border-right-width: 2px;
  }

  .lg\:focus-within\:border-b-2:focus-within {
    border-bottom-width: 2px;
  }

  .lg\:focus-within\:border-l-2:focus-within {
    border-left-width: 2px;
  }

  .lg\:focus-within\:border-t-4:focus-within {
    border-top-width: 4px;
  }

  .lg\:focus-within\:border-r-4:focus-within {
    border-right-width: 4px;
  }

  .lg\:focus-within\:border-b-4:focus-within {
    border-bottom-width: 4px;
  }

  .lg\:focus-within\:border-l-4:focus-within {
    border-left-width: 4px;
  }

  .lg\:focus-within\:border-t-8:focus-within {
    border-top-width: 8px;
  }

  .lg\:focus-within\:border-r-8:focus-within {
    border-right-width: 8px;
  }

  .lg\:focus-within\:border-b-8:focus-within {
    border-bottom-width: 8px;
  }

  .lg\:focus-within\:border-l-8:focus-within {
    border-left-width: 8px;
  }

  .lg\:focus-within\:border-t:focus-within {
    border-top-width: 1px;
  }

  .lg\:focus-within\:border-r:focus-within {
    border-right-width: 1px;
  }

  .lg\:focus-within\:border-b:focus-within {
    border-bottom-width: 1px;
  }

  .lg\:focus-within\:border-l:focus-within {
    border-left-width: 1px;
  }

  .lg\:first\:border-0:first-child {
    border-width: 0;
  }

  .lg\:first\:border-2:first-child {
    border-width: 2px;
  }

  .lg\:first\:border-4:first-child {
    border-width: 4px;
  }

  .lg\:first\:border-8:first-child {
    border-width: 8px;
  }

  .lg\:first\:border:first-child {
    border-width: 1px;
  }

  .lg\:first\:border-t-0:first-child {
    border-top-width: 0;
  }

  .lg\:first\:border-r-0:first-child {
    border-right-width: 0;
  }

  .lg\:first\:border-b-0:first-child {
    border-bottom-width: 0;
  }

  .lg\:first\:border-l-0:first-child {
    border-left-width: 0;
  }

  .lg\:first\:border-t-2:first-child {
    border-top-width: 2px;
  }

  .lg\:first\:border-r-2:first-child {
    border-right-width: 2px;
  }

  .lg\:first\:border-b-2:first-child {
    border-bottom-width: 2px;
  }

  .lg\:first\:border-l-2:first-child {
    border-left-width: 2px;
  }

  .lg\:first\:border-t-4:first-child {
    border-top-width: 4px;
  }

  .lg\:first\:border-r-4:first-child {
    border-right-width: 4px;
  }

  .lg\:first\:border-b-4:first-child {
    border-bottom-width: 4px;
  }

  .lg\:first\:border-l-4:first-child {
    border-left-width: 4px;
  }

  .lg\:first\:border-t-8:first-child {
    border-top-width: 8px;
  }

  .lg\:first\:border-r-8:first-child {
    border-right-width: 8px;
  }

  .lg\:first\:border-b-8:first-child {
    border-bottom-width: 8px;
  }

  .lg\:first\:border-l-8:first-child {
    border-left-width: 8px;
  }

  .lg\:first\:border-t:first-child {
    border-top-width: 1px;
  }

  .lg\:first\:border-r:first-child {
    border-right-width: 1px;
  }

  .lg\:first\:border-b:first-child {
    border-bottom-width: 1px;
  }

  .lg\:first\:border-l:first-child {
    border-left-width: 1px;
  }

  .lg\:last\:border-0:last-child {
    border-width: 0;
  }

  .lg\:last\:border-2:last-child {
    border-width: 2px;
  }

  .lg\:last\:border-4:last-child {
    border-width: 4px;
  }

  .lg\:last\:border-8:last-child {
    border-width: 8px;
  }

  .lg\:last\:border:last-child {
    border-width: 1px;
  }

  .lg\:last\:border-t-0:last-child {
    border-top-width: 0;
  }

  .lg\:last\:border-r-0:last-child {
    border-right-width: 0;
  }

  .lg\:last\:border-b-0:last-child {
    border-bottom-width: 0;
  }

  .lg\:last\:border-l-0:last-child {
    border-left-width: 0;
  }

  .lg\:last\:border-t-2:last-child {
    border-top-width: 2px;
  }

  .lg\:last\:border-r-2:last-child {
    border-right-width: 2px;
  }

  .lg\:last\:border-b-2:last-child {
    border-bottom-width: 2px;
  }

  .lg\:last\:border-l-2:last-child {
    border-left-width: 2px;
  }

  .lg\:last\:border-t-4:last-child {
    border-top-width: 4px;
  }

  .lg\:last\:border-r-4:last-child {
    border-right-width: 4px;
  }

  .lg\:last\:border-b-4:last-child {
    border-bottom-width: 4px;
  }

  .lg\:last\:border-l-4:last-child {
    border-left-width: 4px;
  }

  .lg\:last\:border-t-8:last-child {
    border-top-width: 8px;
  }

  .lg\:last\:border-r-8:last-child {
    border-right-width: 8px;
  }

  .lg\:last\:border-b-8:last-child {
    border-bottom-width: 8px;
  }

  .lg\:last\:border-l-8:last-child {
    border-left-width: 8px;
  }

  .lg\:last\:border-t:last-child {
    border-top-width: 1px;
  }

  .lg\:last\:border-r:last-child {
    border-right-width: 1px;
  }

  .lg\:last\:border-b:last-child {
    border-bottom-width: 1px;
  }

  .lg\:last\:border-l:last-child {
    border-left-width: 1px;
  }

  .lg\:odd\:border-0:nth-child(odd) {
    border-width: 0;
  }

  .lg\:odd\:border-2:nth-child(odd) {
    border-width: 2px;
  }

  .lg\:odd\:border-4:nth-child(odd) {
    border-width: 4px;
  }

  .lg\:odd\:border-8:nth-child(odd) {
    border-width: 8px;
  }

  .lg\:odd\:border:nth-child(odd) {
    border-width: 1px;
  }

  .lg\:odd\:border-t-0:nth-child(odd) {
    border-top-width: 0;
  }

  .lg\:odd\:border-r-0:nth-child(odd) {
    border-right-width: 0;
  }

  .lg\:odd\:border-b-0:nth-child(odd) {
    border-bottom-width: 0;
  }

  .lg\:odd\:border-l-0:nth-child(odd) {
    border-left-width: 0;
  }

  .lg\:odd\:border-t-2:nth-child(odd) {
    border-top-width: 2px;
  }

  .lg\:odd\:border-r-2:nth-child(odd) {
    border-right-width: 2px;
  }

  .lg\:odd\:border-b-2:nth-child(odd) {
    border-bottom-width: 2px;
  }

  .lg\:odd\:border-l-2:nth-child(odd) {
    border-left-width: 2px;
  }

  .lg\:odd\:border-t-4:nth-child(odd) {
    border-top-width: 4px;
  }

  .lg\:odd\:border-r-4:nth-child(odd) {
    border-right-width: 4px;
  }

  .lg\:odd\:border-b-4:nth-child(odd) {
    border-bottom-width: 4px;
  }

  .lg\:odd\:border-l-4:nth-child(odd) {
    border-left-width: 4px;
  }

  .lg\:odd\:border-t-8:nth-child(odd) {
    border-top-width: 8px;
  }

  .lg\:odd\:border-r-8:nth-child(odd) {
    border-right-width: 8px;
  }

  .lg\:odd\:border-b-8:nth-child(odd) {
    border-bottom-width: 8px;
  }

  .lg\:odd\:border-l-8:nth-child(odd) {
    border-left-width: 8px;
  }

  .lg\:odd\:border-t:nth-child(odd) {
    border-top-width: 1px;
  }

  .lg\:odd\:border-r:nth-child(odd) {
    border-right-width: 1px;
  }

  .lg\:odd\:border-b:nth-child(odd) {
    border-bottom-width: 1px;
  }

  .lg\:odd\:border-l:nth-child(odd) {
    border-left-width: 1px;
  }

  .lg\:even\:border-0:nth-child(even) {
    border-width: 0;
  }

  .lg\:even\:border-2:nth-child(even) {
    border-width: 2px;
  }

  .lg\:even\:border-4:nth-child(even) {
    border-width: 4px;
  }

  .lg\:even\:border-8:nth-child(even) {
    border-width: 8px;
  }

  .lg\:even\:border:nth-child(even) {
    border-width: 1px;
  }

  .lg\:even\:border-t-0:nth-child(even) {
    border-top-width: 0;
  }

  .lg\:even\:border-r-0:nth-child(even) {
    border-right-width: 0;
  }

  .lg\:even\:border-b-0:nth-child(even) {
    border-bottom-width: 0;
  }

  .lg\:even\:border-l-0:nth-child(even) {
    border-left-width: 0;
  }

  .lg\:even\:border-t-2:nth-child(even) {
    border-top-width: 2px;
  }

  .lg\:even\:border-r-2:nth-child(even) {
    border-right-width: 2px;
  }

  .lg\:even\:border-b-2:nth-child(even) {
    border-bottom-width: 2px;
  }

  .lg\:even\:border-l-2:nth-child(even) {
    border-left-width: 2px;
  }

  .lg\:even\:border-t-4:nth-child(even) {
    border-top-width: 4px;
  }

  .lg\:even\:border-r-4:nth-child(even) {
    border-right-width: 4px;
  }

  .lg\:even\:border-b-4:nth-child(even) {
    border-bottom-width: 4px;
  }

  .lg\:even\:border-l-4:nth-child(even) {
    border-left-width: 4px;
  }

  .lg\:even\:border-t-8:nth-child(even) {
    border-top-width: 8px;
  }

  .lg\:even\:border-r-8:nth-child(even) {
    border-right-width: 8px;
  }

  .lg\:even\:border-b-8:nth-child(even) {
    border-bottom-width: 8px;
  }

  .lg\:even\:border-l-8:nth-child(even) {
    border-left-width: 8px;
  }

  .lg\:even\:border-t:nth-child(even) {
    border-top-width: 1px;
  }

  .lg\:even\:border-r:nth-child(even) {
    border-right-width: 1px;
  }

  .lg\:even\:border-b:nth-child(even) {
    border-bottom-width: 1px;
  }

  .lg\:even\:border-l:nth-child(even) {
    border-left-width: 1px;
  }

  .lg\:hover\:border-0:hover {
    border-width: 0;
  }

  .lg\:hover\:border-2:hover {
    border-width: 2px;
  }

  .lg\:hover\:border-4:hover {
    border-width: 4px;
  }

  .lg\:hover\:border-8:hover {
    border-width: 8px;
  }

  .lg\:hover\:border:hover {
    border-width: 1px;
  }

  .lg\:hover\:border-t-0:hover {
    border-top-width: 0;
  }

  .lg\:hover\:border-r-0:hover {
    border-right-width: 0;
  }

  .lg\:hover\:border-b-0:hover {
    border-bottom-width: 0;
  }

  .lg\:hover\:border-l-0:hover {
    border-left-width: 0;
  }

  .lg\:hover\:border-t-2:hover {
    border-top-width: 2px;
  }

  .lg\:hover\:border-r-2:hover {
    border-right-width: 2px;
  }

  .lg\:hover\:border-b-2:hover {
    border-bottom-width: 2px;
  }

  .lg\:hover\:border-l-2:hover {
    border-left-width: 2px;
  }

  .lg\:hover\:border-t-4:hover {
    border-top-width: 4px;
  }

  .lg\:hover\:border-r-4:hover {
    border-right-width: 4px;
  }

  .lg\:hover\:border-b-4:hover {
    border-bottom-width: 4px;
  }

  .lg\:hover\:border-l-4:hover {
    border-left-width: 4px;
  }

  .lg\:hover\:border-t-8:hover {
    border-top-width: 8px;
  }

  .lg\:hover\:border-r-8:hover {
    border-right-width: 8px;
  }

  .lg\:hover\:border-b-8:hover {
    border-bottom-width: 8px;
  }

  .lg\:hover\:border-l-8:hover {
    border-left-width: 8px;
  }

  .lg\:hover\:border-t:hover {
    border-top-width: 1px;
  }

  .lg\:hover\:border-r:hover {
    border-right-width: 1px;
  }

  .lg\:hover\:border-b:hover {
    border-bottom-width: 1px;
  }

  .lg\:hover\:border-l:hover {
    border-left-width: 1px;
  }

  .lg\:focus\:border-0:focus {
    border-width: 0;
  }

  .lg\:focus\:border-2:focus {
    border-width: 2px;
  }

  .lg\:focus\:border-4:focus {
    border-width: 4px;
  }

  .lg\:focus\:border-8:focus {
    border-width: 8px;
  }

  .lg\:focus\:border:focus {
    border-width: 1px;
  }

  .lg\:focus\:border-t-0:focus {
    border-top-width: 0;
  }

  .lg\:focus\:border-r-0:focus {
    border-right-width: 0;
  }

  .lg\:focus\:border-b-0:focus {
    border-bottom-width: 0;
  }

  .lg\:focus\:border-l-0:focus {
    border-left-width: 0;
  }

  .lg\:focus\:border-t-2:focus {
    border-top-width: 2px;
  }

  .lg\:focus\:border-r-2:focus {
    border-right-width: 2px;
  }

  .lg\:focus\:border-b-2:focus {
    border-bottom-width: 2px;
  }

  .lg\:focus\:border-l-2:focus {
    border-left-width: 2px;
  }

  .lg\:focus\:border-t-4:focus {
    border-top-width: 4px;
  }

  .lg\:focus\:border-r-4:focus {
    border-right-width: 4px;
  }

  .lg\:focus\:border-b-4:focus {
    border-bottom-width: 4px;
  }

  .lg\:focus\:border-l-4:focus {
    border-left-width: 4px;
  }

  .lg\:focus\:border-t-8:focus {
    border-top-width: 8px;
  }

  .lg\:focus\:border-r-8:focus {
    border-right-width: 8px;
  }

  .lg\:focus\:border-b-8:focus {
    border-bottom-width: 8px;
  }

  .lg\:focus\:border-l-8:focus {
    border-left-width: 8px;
  }

  .lg\:focus\:border-t:focus {
    border-top-width: 1px;
  }

  .lg\:focus\:border-r:focus {
    border-right-width: 1px;
  }

  .lg\:focus\:border-b:focus {
    border-bottom-width: 1px;
  }

  .lg\:focus\:border-l:focus {
    border-left-width: 1px;
  }

  .lg\:active\:border-0:active {
    border-width: 0;
  }

  .lg\:active\:border-2:active {
    border-width: 2px;
  }

  .lg\:active\:border-4:active {
    border-width: 4px;
  }

  .lg\:active\:border-8:active {
    border-width: 8px;
  }

  .lg\:active\:border:active {
    border-width: 1px;
  }

  .lg\:active\:border-t-0:active {
    border-top-width: 0;
  }

  .lg\:active\:border-r-0:active {
    border-right-width: 0;
  }

  .lg\:active\:border-b-0:active {
    border-bottom-width: 0;
  }

  .lg\:active\:border-l-0:active {
    border-left-width: 0;
  }

  .lg\:active\:border-t-2:active {
    border-top-width: 2px;
  }

  .lg\:active\:border-r-2:active {
    border-right-width: 2px;
  }

  .lg\:active\:border-b-2:active {
    border-bottom-width: 2px;
  }

  .lg\:active\:border-l-2:active {
    border-left-width: 2px;
  }

  .lg\:active\:border-t-4:active {
    border-top-width: 4px;
  }

  .lg\:active\:border-r-4:active {
    border-right-width: 4px;
  }

  .lg\:active\:border-b-4:active {
    border-bottom-width: 4px;
  }

  .lg\:active\:border-l-4:active {
    border-left-width: 4px;
  }

  .lg\:active\:border-t-8:active {
    border-top-width: 8px;
  }

  .lg\:active\:border-r-8:active {
    border-right-width: 8px;
  }

  .lg\:active\:border-b-8:active {
    border-bottom-width: 8px;
  }

  .lg\:active\:border-l-8:active {
    border-left-width: 8px;
  }

  .lg\:active\:border-t:active {
    border-top-width: 1px;
  }

  .lg\:active\:border-r:active {
    border-right-width: 1px;
  }

  .lg\:active\:border-b:active {
    border-bottom-width: 1px;
  }

  .lg\:active\:border-l:active {
    border-left-width: 1px;
  }

  .lg\:visited\:border-0:visited {
    border-width: 0;
  }

  .lg\:visited\:border-2:visited {
    border-width: 2px;
  }

  .lg\:visited\:border-4:visited {
    border-width: 4px;
  }

  .lg\:visited\:border-8:visited {
    border-width: 8px;
  }

  .lg\:visited\:border:visited {
    border-width: 1px;
  }

  .lg\:visited\:border-t-0:visited {
    border-top-width: 0;
  }

  .lg\:visited\:border-r-0:visited {
    border-right-width: 0;
  }

  .lg\:visited\:border-b-0:visited {
    border-bottom-width: 0;
  }

  .lg\:visited\:border-l-0:visited {
    border-left-width: 0;
  }

  .lg\:visited\:border-t-2:visited {
    border-top-width: 2px;
  }

  .lg\:visited\:border-r-2:visited {
    border-right-width: 2px;
  }

  .lg\:visited\:border-b-2:visited {
    border-bottom-width: 2px;
  }

  .lg\:visited\:border-l-2:visited {
    border-left-width: 2px;
  }

  .lg\:visited\:border-t-4:visited {
    border-top-width: 4px;
  }

  .lg\:visited\:border-r-4:visited {
    border-right-width: 4px;
  }

  .lg\:visited\:border-b-4:visited {
    border-bottom-width: 4px;
  }

  .lg\:visited\:border-l-4:visited {
    border-left-width: 4px;
  }

  .lg\:visited\:border-t-8:visited {
    border-top-width: 8px;
  }

  .lg\:visited\:border-r-8:visited {
    border-right-width: 8px;
  }

  .lg\:visited\:border-b-8:visited {
    border-bottom-width: 8px;
  }

  .lg\:visited\:border-l-8:visited {
    border-left-width: 8px;
  }

  .lg\:visited\:border-t:visited {
    border-top-width: 1px;
  }

  .lg\:visited\:border-r:visited {
    border-right-width: 1px;
  }

  .lg\:visited\:border-b:visited {
    border-bottom-width: 1px;
  }

  .lg\:visited\:border-l:visited {
    border-left-width: 1px;
  }

  .lg\:disabled\:border-0:disabled {
    border-width: 0;
  }

  .lg\:disabled\:border-2:disabled {
    border-width: 2px;
  }

  .lg\:disabled\:border-4:disabled {
    border-width: 4px;
  }

  .lg\:disabled\:border-8:disabled {
    border-width: 8px;
  }

  .lg\:disabled\:border:disabled {
    border-width: 1px;
  }

  .lg\:disabled\:border-t-0:disabled {
    border-top-width: 0;
  }

  .lg\:disabled\:border-r-0:disabled {
    border-right-width: 0;
  }

  .lg\:disabled\:border-b-0:disabled {
    border-bottom-width: 0;
  }

  .lg\:disabled\:border-l-0:disabled {
    border-left-width: 0;
  }

  .lg\:disabled\:border-t-2:disabled {
    border-top-width: 2px;
  }

  .lg\:disabled\:border-r-2:disabled {
    border-right-width: 2px;
  }

  .lg\:disabled\:border-b-2:disabled {
    border-bottom-width: 2px;
  }

  .lg\:disabled\:border-l-2:disabled {
    border-left-width: 2px;
  }

  .lg\:disabled\:border-t-4:disabled {
    border-top-width: 4px;
  }

  .lg\:disabled\:border-r-4:disabled {
    border-right-width: 4px;
  }

  .lg\:disabled\:border-b-4:disabled {
    border-bottom-width: 4px;
  }

  .lg\:disabled\:border-l-4:disabled {
    border-left-width: 4px;
  }

  .lg\:disabled\:border-t-8:disabled {
    border-top-width: 8px;
  }

  .lg\:disabled\:border-r-8:disabled {
    border-right-width: 8px;
  }

  .lg\:disabled\:border-b-8:disabled {
    border-bottom-width: 8px;
  }

  .lg\:disabled\:border-l-8:disabled {
    border-left-width: 8px;
  }

  .lg\:disabled\:border-t:disabled {
    border-top-width: 1px;
  }

  .lg\:disabled\:border-r:disabled {
    border-right-width: 1px;
  }

  .lg\:disabled\:border-b:disabled {
    border-bottom-width: 1px;
  }

  .lg\:disabled\:border-l:disabled {
    border-left-width: 1px;
  }

  .lg\:cursor-auto {
    cursor: auto;
  }

  .lg\:cursor-default {
    cursor: default;
  }

  .lg\:cursor-pointer {
    cursor: pointer;
  }

  .lg\:cursor-wait {
    cursor: wait;
  }

  .lg\:cursor-text {
    cursor: text;
  }

  .lg\:cursor-move {
    cursor: move;
  }

  .lg\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .group:hover .lg\:group-hover\:cursor-auto {
    cursor: auto;
  }

  .group:hover .lg\:group-hover\:cursor-default {
    cursor: default;
  }

  .group:hover .lg\:group-hover\:cursor-pointer {
    cursor: pointer;
  }

  .group:hover .lg\:group-hover\:cursor-wait {
    cursor: wait;
  }

  .group:hover .lg\:group-hover\:cursor-text {
    cursor: text;
  }

  .group:hover .lg\:group-hover\:cursor-move {
    cursor: move;
  }

  .group:hover .lg\:group-hover\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .lg\:focus-within\:cursor-auto:focus-within {
    cursor: auto;
  }

  .lg\:focus-within\:cursor-default:focus-within {
    cursor: default;
  }

  .lg\:focus-within\:cursor-pointer:focus-within {
    cursor: pointer;
  }

  .lg\:focus-within\:cursor-wait:focus-within {
    cursor: wait;
  }

  .lg\:focus-within\:cursor-text:focus-within {
    cursor: text;
  }

  .lg\:focus-within\:cursor-move:focus-within {
    cursor: move;
  }

  .lg\:focus-within\:cursor-not-allowed:focus-within {
    cursor: not-allowed;
  }

  .lg\:first\:cursor-auto:first-child {
    cursor: auto;
  }

  .lg\:first\:cursor-default:first-child {
    cursor: default;
  }

  .lg\:first\:cursor-pointer:first-child {
    cursor: pointer;
  }

  .lg\:first\:cursor-wait:first-child {
    cursor: wait;
  }

  .lg\:first\:cursor-text:first-child {
    cursor: text;
  }

  .lg\:first\:cursor-move:first-child {
    cursor: move;
  }

  .lg\:first\:cursor-not-allowed:first-child {
    cursor: not-allowed;
  }

  .lg\:last\:cursor-auto:last-child {
    cursor: auto;
  }

  .lg\:last\:cursor-default:last-child {
    cursor: default;
  }

  .lg\:last\:cursor-pointer:last-child {
    cursor: pointer;
  }

  .lg\:last\:cursor-wait:last-child {
    cursor: wait;
  }

  .lg\:last\:cursor-text:last-child {
    cursor: text;
  }

  .lg\:last\:cursor-move:last-child {
    cursor: move;
  }

  .lg\:last\:cursor-not-allowed:last-child {
    cursor: not-allowed;
  }

  .lg\:odd\:cursor-auto:nth-child(odd) {
    cursor: auto;
  }

  .lg\:odd\:cursor-default:nth-child(odd) {
    cursor: default;
  }

  .lg\:odd\:cursor-pointer:nth-child(odd) {
    cursor: pointer;
  }

  .lg\:odd\:cursor-wait:nth-child(odd) {
    cursor: wait;
  }

  .lg\:odd\:cursor-text:nth-child(odd) {
    cursor: text;
  }

  .lg\:odd\:cursor-move:nth-child(odd) {
    cursor: move;
  }

  .lg\:odd\:cursor-not-allowed:nth-child(odd) {
    cursor: not-allowed;
  }

  .lg\:even\:cursor-auto:nth-child(even) {
    cursor: auto;
  }

  .lg\:even\:cursor-default:nth-child(even) {
    cursor: default;
  }

  .lg\:even\:cursor-pointer:nth-child(even) {
    cursor: pointer;
  }

  .lg\:even\:cursor-wait:nth-child(even) {
    cursor: wait;
  }

  .lg\:even\:cursor-text:nth-child(even) {
    cursor: text;
  }

  .lg\:even\:cursor-move:nth-child(even) {
    cursor: move;
  }

  .lg\:even\:cursor-not-allowed:nth-child(even) {
    cursor: not-allowed;
  }

  .lg\:hover\:cursor-auto:hover {
    cursor: auto;
  }

  .lg\:hover\:cursor-default:hover {
    cursor: default;
  }

  .lg\:hover\:cursor-pointer:hover {
    cursor: pointer;
  }

  .lg\:hover\:cursor-wait:hover {
    cursor: wait;
  }

  .lg\:hover\:cursor-text:hover {
    cursor: text;
  }

  .lg\:hover\:cursor-move:hover {
    cursor: move;
  }

  .lg\:hover\:cursor-not-allowed:hover {
    cursor: not-allowed;
  }

  .lg\:focus\:cursor-auto:focus {
    cursor: auto;
  }

  .lg\:focus\:cursor-default:focus {
    cursor: default;
  }

  .lg\:focus\:cursor-pointer:focus {
    cursor: pointer;
  }

  .lg\:focus\:cursor-wait:focus {
    cursor: wait;
  }

  .lg\:focus\:cursor-text:focus {
    cursor: text;
  }

  .lg\:focus\:cursor-move:focus {
    cursor: move;
  }

  .lg\:focus\:cursor-not-allowed:focus {
    cursor: not-allowed;
  }

  .lg\:active\:cursor-auto:active {
    cursor: auto;
  }

  .lg\:active\:cursor-default:active {
    cursor: default;
  }

  .lg\:active\:cursor-pointer:active {
    cursor: pointer;
  }

  .lg\:active\:cursor-wait:active {
    cursor: wait;
  }

  .lg\:active\:cursor-text:active {
    cursor: text;
  }

  .lg\:active\:cursor-move:active {
    cursor: move;
  }

  .lg\:active\:cursor-not-allowed:active {
    cursor: not-allowed;
  }

  .lg\:visited\:cursor-auto:visited {
    cursor: auto;
  }

  .lg\:visited\:cursor-default:visited {
    cursor: default;
  }

  .lg\:visited\:cursor-pointer:visited {
    cursor: pointer;
  }

  .lg\:visited\:cursor-wait:visited {
    cursor: wait;
  }

  .lg\:visited\:cursor-text:visited {
    cursor: text;
  }

  .lg\:visited\:cursor-move:visited {
    cursor: move;
  }

  .lg\:visited\:cursor-not-allowed:visited {
    cursor: not-allowed;
  }

  .lg\:disabled\:cursor-auto:disabled {
    cursor: auto;
  }

  .lg\:disabled\:cursor-default:disabled {
    cursor: default;
  }

  .lg\:disabled\:cursor-pointer:disabled {
    cursor: pointer;
  }

  .lg\:disabled\:cursor-wait:disabled {
    cursor: wait;
  }

  .lg\:disabled\:cursor-text:disabled {
    cursor: text;
  }

  .lg\:disabled\:cursor-move:disabled {
    cursor: move;
  }

  .lg\:disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline-block {
    display: inline-block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: -webkit-box;
    display: flex;
  }

  .lg\:inline-flex {
    display: -webkit-inline-box;
    display: inline-flex;
  }

  .lg\:table {
    display: table;
  }

  .lg\:table-row {
    display: table-row;
  }

  .lg\:table-cell {
    display: table-cell;
  }

  .lg\:hidden {
    display: none;
  }

  .group:hover .lg\:group-hover\:block {
    display: block;
  }

  .group:hover .lg\:group-hover\:inline-block {
    display: inline-block;
  }

  .group:hover .lg\:group-hover\:inline {
    display: inline;
  }

  .group:hover .lg\:group-hover\:flex {
    display: -webkit-box;
    display: flex;
  }

  .group:hover .lg\:group-hover\:inline-flex {
    display: -webkit-inline-box;
    display: inline-flex;
  }

  .group:hover .lg\:group-hover\:table {
    display: table;
  }

  .group:hover .lg\:group-hover\:table-row {
    display: table-row;
  }

  .group:hover .lg\:group-hover\:table-cell {
    display: table-cell;
  }

  .group:hover .lg\:group-hover\:hidden {
    display: none;
  }

  .lg\:focus-within\:block:focus-within {
    display: block;
  }

  .lg\:focus-within\:inline-block:focus-within {
    display: inline-block;
  }

  .lg\:focus-within\:inline:focus-within {
    display: inline;
  }

  .lg\:focus-within\:flex:focus-within {
    display: -webkit-box;
    display: flex;
  }

  .lg\:focus-within\:inline-flex:focus-within {
    display: -webkit-inline-box;
    display: inline-flex;
  }

  .lg\:focus-within\:table:focus-within {
    display: table;
  }

  .lg\:focus-within\:table-row:focus-within {
    display: table-row;
  }

  .lg\:focus-within\:table-cell:focus-within {
    display: table-cell;
  }

  .lg\:focus-within\:hidden:focus-within {
    display: none;
  }

  .lg\:first\:block:first-child {
    display: block;
  }

  .lg\:first\:inline-block:first-child {
    display: inline-block;
  }

  .lg\:first\:inline:first-child {
    display: inline;
  }

  .lg\:first\:flex:first-child {
    display: -webkit-box;
    display: flex;
  }

  .lg\:first\:inline-flex:first-child {
    display: -webkit-inline-box;
    display: inline-flex;
  }

  .lg\:first\:table:first-child {
    display: table;
  }

  .lg\:first\:table-row:first-child {
    display: table-row;
  }

  .lg\:first\:table-cell:first-child {
    display: table-cell;
  }

  .lg\:first\:hidden:first-child {
    display: none;
  }

  .lg\:last\:block:last-child {
    display: block;
  }

  .lg\:last\:inline-block:last-child {
    display: inline-block;
  }

  .lg\:last\:inline:last-child {
    display: inline;
  }

  .lg\:last\:flex:last-child {
    display: -webkit-box;
    display: flex;
  }

  .lg\:last\:inline-flex:last-child {
    display: -webkit-inline-box;
    display: inline-flex;
  }

  .lg\:last\:table:last-child {
    display: table;
  }

  .lg\:last\:table-row:last-child {
    display: table-row;
  }

  .lg\:last\:table-cell:last-child {
    display: table-cell;
  }

  .lg\:last\:hidden:last-child {
    display: none;
  }

  .lg\:odd\:block:nth-child(odd) {
    display: block;
  }

  .lg\:odd\:inline-block:nth-child(odd) {
    display: inline-block;
  }

  .lg\:odd\:inline:nth-child(odd) {
    display: inline;
  }

  .lg\:odd\:flex:nth-child(odd) {
    display: -webkit-box;
    display: flex;
  }

  .lg\:odd\:inline-flex:nth-child(odd) {
    display: -webkit-inline-box;
    display: inline-flex;
  }

  .lg\:odd\:table:nth-child(odd) {
    display: table;
  }

  .lg\:odd\:table-row:nth-child(odd) {
    display: table-row;
  }

  .lg\:odd\:table-cell:nth-child(odd) {
    display: table-cell;
  }

  .lg\:odd\:hidden:nth-child(odd) {
    display: none;
  }

  .lg\:even\:block:nth-child(even) {
    display: block;
  }

  .lg\:even\:inline-block:nth-child(even) {
    display: inline-block;
  }

  .lg\:even\:inline:nth-child(even) {
    display: inline;
  }

  .lg\:even\:flex:nth-child(even) {
    display: -webkit-box;
    display: flex;
  }

  .lg\:even\:inline-flex:nth-child(even) {
    display: -webkit-inline-box;
    display: inline-flex;
  }

  .lg\:even\:table:nth-child(even) {
    display: table;
  }

  .lg\:even\:table-row:nth-child(even) {
    display: table-row;
  }

  .lg\:even\:table-cell:nth-child(even) {
    display: table-cell;
  }

  .lg\:even\:hidden:nth-child(even) {
    display: none;
  }

  .lg\:hover\:block:hover {
    display: block;
  }

  .lg\:hover\:inline-block:hover {
    display: inline-block;
  }

  .lg\:hover\:inline:hover {
    display: inline;
  }

  .lg\:hover\:flex:hover {
    display: -webkit-box;
    display: flex;
  }

  .lg\:hover\:inline-flex:hover {
    display: -webkit-inline-box;
    display: inline-flex;
  }

  .lg\:hover\:table:hover {
    display: table;
  }

  .lg\:hover\:table-row:hover {
    display: table-row;
  }

  .lg\:hover\:table-cell:hover {
    display: table-cell;
  }

  .lg\:hover\:hidden:hover {
    display: none;
  }

  .lg\:focus\:block:focus {
    display: block;
  }

  .lg\:focus\:inline-block:focus {
    display: inline-block;
  }

  .lg\:focus\:inline:focus {
    display: inline;
  }

  .lg\:focus\:flex:focus {
    display: -webkit-box;
    display: flex;
  }

  .lg\:focus\:inline-flex:focus {
    display: -webkit-inline-box;
    display: inline-flex;
  }

  .lg\:focus\:table:focus {
    display: table;
  }

  .lg\:focus\:table-row:focus {
    display: table-row;
  }

  .lg\:focus\:table-cell:focus {
    display: table-cell;
  }

  .lg\:focus\:hidden:focus {
    display: none;
  }

  .lg\:active\:block:active {
    display: block;
  }

  .lg\:active\:inline-block:active {
    display: inline-block;
  }

  .lg\:active\:inline:active {
    display: inline;
  }

  .lg\:active\:flex:active {
    display: -webkit-box;
    display: flex;
  }

  .lg\:active\:inline-flex:active {
    display: -webkit-inline-box;
    display: inline-flex;
  }

  .lg\:active\:table:active {
    display: table;
  }

  .lg\:active\:table-row:active {
    display: table-row;
  }

  .lg\:active\:table-cell:active {
    display: table-cell;
  }

  .lg\:active\:hidden:active {
    display: none;
  }

  .lg\:visited\:block:visited {
    display: block;
  }

  .lg\:visited\:inline-block:visited {
    display: inline-block;
  }

  .lg\:visited\:inline:visited {
    display: inline;
  }

  .lg\:visited\:flex:visited {
    display: -webkit-box;
    display: flex;
  }

  .lg\:visited\:inline-flex:visited {
    display: -webkit-inline-box;
    display: inline-flex;
  }

  .lg\:visited\:table:visited {
    display: table;
  }

  .lg\:visited\:table-row:visited {
    display: table-row;
  }

  .lg\:visited\:table-cell:visited {
    display: table-cell;
  }

  .lg\:visited\:hidden:visited {
    display: none;
  }

  .lg\:disabled\:block:disabled {
    display: block;
  }

  .lg\:disabled\:inline-block:disabled {
    display: inline-block;
  }

  .lg\:disabled\:inline:disabled {
    display: inline;
  }

  .lg\:disabled\:flex:disabled {
    display: -webkit-box;
    display: flex;
  }

  .lg\:disabled\:inline-flex:disabled {
    display: -webkit-inline-box;
    display: inline-flex;
  }

  .lg\:disabled\:table:disabled {
    display: table;
  }

  .lg\:disabled\:table-row:disabled {
    display: table-row;
  }

  .lg\:disabled\:table-cell:disabled {
    display: table-cell;
  }

  .lg\:disabled\:hidden:disabled {
    display: none;
  }

  .lg\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .lg\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }

  .lg\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .lg\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }

  .group:hover .lg\:group-hover\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .group:hover .lg\:group-hover\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }

  .group:hover .lg\:group-hover\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .group:hover .lg\:group-hover\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }

  .lg\:focus-within\:flex-row:focus-within {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .lg\:focus-within\:flex-row-reverse:focus-within {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }

  .lg\:focus-within\:flex-col:focus-within {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .lg\:focus-within\:flex-col-reverse:focus-within {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }

  .lg\:first\:flex-row:first-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .lg\:first\:flex-row-reverse:first-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }

  .lg\:first\:flex-col:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .lg\:first\:flex-col-reverse:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }

  .lg\:last\:flex-row:last-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .lg\:last\:flex-row-reverse:last-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }

  .lg\:last\:flex-col:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .lg\:last\:flex-col-reverse:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }

  .lg\:odd\:flex-row:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .lg\:odd\:flex-row-reverse:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }

  .lg\:odd\:flex-col:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .lg\:odd\:flex-col-reverse:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }

  .lg\:even\:flex-row:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .lg\:even\:flex-row-reverse:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }

  .lg\:even\:flex-col:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .lg\:even\:flex-col-reverse:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }

  .lg\:hover\:flex-row:hover {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .lg\:hover\:flex-row-reverse:hover {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }

  .lg\:hover\:flex-col:hover {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .lg\:hover\:flex-col-reverse:hover {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }

  .lg\:focus\:flex-row:focus {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .lg\:focus\:flex-row-reverse:focus {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }

  .lg\:focus\:flex-col:focus {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .lg\:focus\:flex-col-reverse:focus {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }

  .lg\:active\:flex-row:active {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .lg\:active\:flex-row-reverse:active {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }

  .lg\:active\:flex-col:active {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .lg\:active\:flex-col-reverse:active {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }

  .lg\:visited\:flex-row:visited {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .lg\:visited\:flex-row-reverse:visited {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }

  .lg\:visited\:flex-col:visited {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .lg\:visited\:flex-col-reverse:visited {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }

  .lg\:disabled\:flex-row:disabled {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .lg\:disabled\:flex-row-reverse:disabled {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }

  .lg\:disabled\:flex-col:disabled {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .lg\:disabled\:flex-col-reverse:disabled {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }

  .lg\:flex-wrap {
    flex-wrap: wrap;
  }

  .lg\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .lg\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .group:hover .lg\:group-hover\:flex-wrap {
    flex-wrap: wrap;
  }

  .group:hover .lg\:group-hover\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .group:hover .lg\:group-hover\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .lg\:focus-within\:flex-wrap:focus-within {
    flex-wrap: wrap;
  }

  .lg\:focus-within\:flex-wrap-reverse:focus-within {
    flex-wrap: wrap-reverse;
  }

  .lg\:focus-within\:flex-no-wrap:focus-within {
    flex-wrap: nowrap;
  }

  .lg\:first\:flex-wrap:first-child {
    flex-wrap: wrap;
  }

  .lg\:first\:flex-wrap-reverse:first-child {
    flex-wrap: wrap-reverse;
  }

  .lg\:first\:flex-no-wrap:first-child {
    flex-wrap: nowrap;
  }

  .lg\:last\:flex-wrap:last-child {
    flex-wrap: wrap;
  }

  .lg\:last\:flex-wrap-reverse:last-child {
    flex-wrap: wrap-reverse;
  }

  .lg\:last\:flex-no-wrap:last-child {
    flex-wrap: nowrap;
  }

  .lg\:odd\:flex-wrap:nth-child(odd) {
    flex-wrap: wrap;
  }

  .lg\:odd\:flex-wrap-reverse:nth-child(odd) {
    flex-wrap: wrap-reverse;
  }

  .lg\:odd\:flex-no-wrap:nth-child(odd) {
    flex-wrap: nowrap;
  }

  .lg\:even\:flex-wrap:nth-child(even) {
    flex-wrap: wrap;
  }

  .lg\:even\:flex-wrap-reverse:nth-child(even) {
    flex-wrap: wrap-reverse;
  }

  .lg\:even\:flex-no-wrap:nth-child(even) {
    flex-wrap: nowrap;
  }

  .lg\:hover\:flex-wrap:hover {
    flex-wrap: wrap;
  }

  .lg\:hover\:flex-wrap-reverse:hover {
    flex-wrap: wrap-reverse;
  }

  .lg\:hover\:flex-no-wrap:hover {
    flex-wrap: nowrap;
  }

  .lg\:focus\:flex-wrap:focus {
    flex-wrap: wrap;
  }

  .lg\:focus\:flex-wrap-reverse:focus {
    flex-wrap: wrap-reverse;
  }

  .lg\:focus\:flex-no-wrap:focus {
    flex-wrap: nowrap;
  }

  .lg\:active\:flex-wrap:active {
    flex-wrap: wrap;
  }

  .lg\:active\:flex-wrap-reverse:active {
    flex-wrap: wrap-reverse;
  }

  .lg\:active\:flex-no-wrap:active {
    flex-wrap: nowrap;
  }

  .lg\:visited\:flex-wrap:visited {
    flex-wrap: wrap;
  }

  .lg\:visited\:flex-wrap-reverse:visited {
    flex-wrap: wrap-reverse;
  }

  .lg\:visited\:flex-no-wrap:visited {
    flex-wrap: nowrap;
  }

  .lg\:disabled\:flex-wrap:disabled {
    flex-wrap: wrap;
  }

  .lg\:disabled\:flex-wrap-reverse:disabled {
    flex-wrap: wrap-reverse;
  }

  .lg\:disabled\:flex-no-wrap:disabled {
    flex-wrap: nowrap;
  }

  .lg\:items-start {
    -webkit-box-align: start;
            align-items: flex-start;
  }

  .lg\:items-end {
    -webkit-box-align: end;
            align-items: flex-end;
  }

  .lg\:items-center {
    -webkit-box-align: center;
            align-items: center;
  }

  .lg\:items-baseline {
    -webkit-box-align: baseline;
            align-items: baseline;
  }

  .lg\:items-stretch {
    -webkit-box-align: stretch;
            align-items: stretch;
  }

  .group:hover .lg\:group-hover\:items-start {
    -webkit-box-align: start;
            align-items: flex-start;
  }

  .group:hover .lg\:group-hover\:items-end {
    -webkit-box-align: end;
            align-items: flex-end;
  }

  .group:hover .lg\:group-hover\:items-center {
    -webkit-box-align: center;
            align-items: center;
  }

  .group:hover .lg\:group-hover\:items-baseline {
    -webkit-box-align: baseline;
            align-items: baseline;
  }

  .group:hover .lg\:group-hover\:items-stretch {
    -webkit-box-align: stretch;
            align-items: stretch;
  }

  .lg\:focus-within\:items-start:focus-within {
    -webkit-box-align: start;
            align-items: flex-start;
  }

  .lg\:focus-within\:items-end:focus-within {
    -webkit-box-align: end;
            align-items: flex-end;
  }

  .lg\:focus-within\:items-center:focus-within {
    -webkit-box-align: center;
            align-items: center;
  }

  .lg\:focus-within\:items-baseline:focus-within {
    -webkit-box-align: baseline;
            align-items: baseline;
  }

  .lg\:focus-within\:items-stretch:focus-within {
    -webkit-box-align: stretch;
            align-items: stretch;
  }

  .lg\:first\:items-start:first-child {
    -webkit-box-align: start;
            align-items: flex-start;
  }

  .lg\:first\:items-end:first-child {
    -webkit-box-align: end;
            align-items: flex-end;
  }

  .lg\:first\:items-center:first-child {
    -webkit-box-align: center;
            align-items: center;
  }

  .lg\:first\:items-baseline:first-child {
    -webkit-box-align: baseline;
            align-items: baseline;
  }

  .lg\:first\:items-stretch:first-child {
    -webkit-box-align: stretch;
            align-items: stretch;
  }

  .lg\:last\:items-start:last-child {
    -webkit-box-align: start;
            align-items: flex-start;
  }

  .lg\:last\:items-end:last-child {
    -webkit-box-align: end;
            align-items: flex-end;
  }

  .lg\:last\:items-center:last-child {
    -webkit-box-align: center;
            align-items: center;
  }

  .lg\:last\:items-baseline:last-child {
    -webkit-box-align: baseline;
            align-items: baseline;
  }

  .lg\:last\:items-stretch:last-child {
    -webkit-box-align: stretch;
            align-items: stretch;
  }

  .lg\:odd\:items-start:nth-child(odd) {
    -webkit-box-align: start;
            align-items: flex-start;
  }

  .lg\:odd\:items-end:nth-child(odd) {
    -webkit-box-align: end;
            align-items: flex-end;
  }

  .lg\:odd\:items-center:nth-child(odd) {
    -webkit-box-align: center;
            align-items: center;
  }

  .lg\:odd\:items-baseline:nth-child(odd) {
    -webkit-box-align: baseline;
            align-items: baseline;
  }

  .lg\:odd\:items-stretch:nth-child(odd) {
    -webkit-box-align: stretch;
            align-items: stretch;
  }

  .lg\:even\:items-start:nth-child(even) {
    -webkit-box-align: start;
            align-items: flex-start;
  }

  .lg\:even\:items-end:nth-child(even) {
    -webkit-box-align: end;
            align-items: flex-end;
  }

  .lg\:even\:items-center:nth-child(even) {
    -webkit-box-align: center;
            align-items: center;
  }

  .lg\:even\:items-baseline:nth-child(even) {
    -webkit-box-align: baseline;
            align-items: baseline;
  }

  .lg\:even\:items-stretch:nth-child(even) {
    -webkit-box-align: stretch;
            align-items: stretch;
  }

  .lg\:hover\:items-start:hover {
    -webkit-box-align: start;
            align-items: flex-start;
  }

  .lg\:hover\:items-end:hover {
    -webkit-box-align: end;
            align-items: flex-end;
  }

  .lg\:hover\:items-center:hover {
    -webkit-box-align: center;
            align-items: center;
  }

  .lg\:hover\:items-baseline:hover {
    -webkit-box-align: baseline;
            align-items: baseline;
  }

  .lg\:hover\:items-stretch:hover {
    -webkit-box-align: stretch;
            align-items: stretch;
  }

  .lg\:focus\:items-start:focus {
    -webkit-box-align: start;
            align-items: flex-start;
  }

  .lg\:focus\:items-end:focus {
    -webkit-box-align: end;
            align-items: flex-end;
  }

  .lg\:focus\:items-center:focus {
    -webkit-box-align: center;
            align-items: center;
  }

  .lg\:focus\:items-baseline:focus {
    -webkit-box-align: baseline;
            align-items: baseline;
  }

  .lg\:focus\:items-stretch:focus {
    -webkit-box-align: stretch;
            align-items: stretch;
  }

  .lg\:active\:items-start:active {
    -webkit-box-align: start;
            align-items: flex-start;
  }

  .lg\:active\:items-end:active {
    -webkit-box-align: end;
            align-items: flex-end;
  }

  .lg\:active\:items-center:active {
    -webkit-box-align: center;
            align-items: center;
  }

  .lg\:active\:items-baseline:active {
    -webkit-box-align: baseline;
            align-items: baseline;
  }

  .lg\:active\:items-stretch:active {
    -webkit-box-align: stretch;
            align-items: stretch;
  }

  .lg\:visited\:items-start:visited {
    -webkit-box-align: start;
            align-items: flex-start;
  }

  .lg\:visited\:items-end:visited {
    -webkit-box-align: end;
            align-items: flex-end;
  }

  .lg\:visited\:items-center:visited {
    -webkit-box-align: center;
            align-items: center;
  }

  .lg\:visited\:items-baseline:visited {
    -webkit-box-align: baseline;
            align-items: baseline;
  }

  .lg\:visited\:items-stretch:visited {
    -webkit-box-align: stretch;
            align-items: stretch;
  }

  .lg\:disabled\:items-start:disabled {
    -webkit-box-align: start;
            align-items: flex-start;
  }

  .lg\:disabled\:items-end:disabled {
    -webkit-box-align: end;
            align-items: flex-end;
  }

  .lg\:disabled\:items-center:disabled {
    -webkit-box-align: center;
            align-items: center;
  }

  .lg\:disabled\:items-baseline:disabled {
    -webkit-box-align: baseline;
            align-items: baseline;
  }

  .lg\:disabled\:items-stretch:disabled {
    -webkit-box-align: stretch;
            align-items: stretch;
  }

  .lg\:self-auto {
    align-self: auto;
  }

  .lg\:self-start {
    align-self: flex-start;
  }

  .lg\:self-end {
    align-self: flex-end;
  }

  .lg\:self-center {
    align-self: center;
  }

  .lg\:self-stretch {
    align-self: stretch;
  }

  .group:hover .lg\:group-hover\:self-auto {
    align-self: auto;
  }

  .group:hover .lg\:group-hover\:self-start {
    align-self: flex-start;
  }

  .group:hover .lg\:group-hover\:self-end {
    align-self: flex-end;
  }

  .group:hover .lg\:group-hover\:self-center {
    align-self: center;
  }

  .group:hover .lg\:group-hover\:self-stretch {
    align-self: stretch;
  }

  .lg\:focus-within\:self-auto:focus-within {
    align-self: auto;
  }

  .lg\:focus-within\:self-start:focus-within {
    align-self: flex-start;
  }

  .lg\:focus-within\:self-end:focus-within {
    align-self: flex-end;
  }

  .lg\:focus-within\:self-center:focus-within {
    align-self: center;
  }

  .lg\:focus-within\:self-stretch:focus-within {
    align-self: stretch;
  }

  .lg\:first\:self-auto:first-child {
    align-self: auto;
  }

  .lg\:first\:self-start:first-child {
    align-self: flex-start;
  }

  .lg\:first\:self-end:first-child {
    align-self: flex-end;
  }

  .lg\:first\:self-center:first-child {
    align-self: center;
  }

  .lg\:first\:self-stretch:first-child {
    align-self: stretch;
  }

  .lg\:last\:self-auto:last-child {
    align-self: auto;
  }

  .lg\:last\:self-start:last-child {
    align-self: flex-start;
  }

  .lg\:last\:self-end:last-child {
    align-self: flex-end;
  }

  .lg\:last\:self-center:last-child {
    align-self: center;
  }

  .lg\:last\:self-stretch:last-child {
    align-self: stretch;
  }

  .lg\:odd\:self-auto:nth-child(odd) {
    align-self: auto;
  }

  .lg\:odd\:self-start:nth-child(odd) {
    align-self: flex-start;
  }

  .lg\:odd\:self-end:nth-child(odd) {
    align-self: flex-end;
  }

  .lg\:odd\:self-center:nth-child(odd) {
    align-self: center;
  }

  .lg\:odd\:self-stretch:nth-child(odd) {
    align-self: stretch;
  }

  .lg\:even\:self-auto:nth-child(even) {
    align-self: auto;
  }

  .lg\:even\:self-start:nth-child(even) {
    align-self: flex-start;
  }

  .lg\:even\:self-end:nth-child(even) {
    align-self: flex-end;
  }

  .lg\:even\:self-center:nth-child(even) {
    align-self: center;
  }

  .lg\:even\:self-stretch:nth-child(even) {
    align-self: stretch;
  }

  .lg\:hover\:self-auto:hover {
    align-self: auto;
  }

  .lg\:hover\:self-start:hover {
    align-self: flex-start;
  }

  .lg\:hover\:self-end:hover {
    align-self: flex-end;
  }

  .lg\:hover\:self-center:hover {
    align-self: center;
  }

  .lg\:hover\:self-stretch:hover {
    align-self: stretch;
  }

  .lg\:focus\:self-auto:focus {
    align-self: auto;
  }

  .lg\:focus\:self-start:focus {
    align-self: flex-start;
  }

  .lg\:focus\:self-end:focus {
    align-self: flex-end;
  }

  .lg\:focus\:self-center:focus {
    align-self: center;
  }

  .lg\:focus\:self-stretch:focus {
    align-self: stretch;
  }

  .lg\:active\:self-auto:active {
    align-self: auto;
  }

  .lg\:active\:self-start:active {
    align-self: flex-start;
  }

  .lg\:active\:self-end:active {
    align-self: flex-end;
  }

  .lg\:active\:self-center:active {
    align-self: center;
  }

  .lg\:active\:self-stretch:active {
    align-self: stretch;
  }

  .lg\:visited\:self-auto:visited {
    align-self: auto;
  }

  .lg\:visited\:self-start:visited {
    align-self: flex-start;
  }

  .lg\:visited\:self-end:visited {
    align-self: flex-end;
  }

  .lg\:visited\:self-center:visited {
    align-self: center;
  }

  .lg\:visited\:self-stretch:visited {
    align-self: stretch;
  }

  .lg\:disabled\:self-auto:disabled {
    align-self: auto;
  }

  .lg\:disabled\:self-start:disabled {
    align-self: flex-start;
  }

  .lg\:disabled\:self-end:disabled {
    align-self: flex-end;
  }

  .lg\:disabled\:self-center:disabled {
    align-self: center;
  }

  .lg\:disabled\:self-stretch:disabled {
    align-self: stretch;
  }

  .lg\:justify-start {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .lg\:justify-end {
    -webkit-box-pack: end;
            justify-content: flex-end;
  }

  .lg\:justify-center {
    -webkit-box-pack: center;
            justify-content: center;
  }

  .lg\:justify-between {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .lg\:justify-around {
    justify-content: space-around;
  }

  .group:hover .lg\:group-hover\:justify-start {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .group:hover .lg\:group-hover\:justify-end {
    -webkit-box-pack: end;
            justify-content: flex-end;
  }

  .group:hover .lg\:group-hover\:justify-center {
    -webkit-box-pack: center;
            justify-content: center;
  }

  .group:hover .lg\:group-hover\:justify-between {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .group:hover .lg\:group-hover\:justify-around {
    justify-content: space-around;
  }

  .lg\:focus-within\:justify-start:focus-within {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .lg\:focus-within\:justify-end:focus-within {
    -webkit-box-pack: end;
            justify-content: flex-end;
  }

  .lg\:focus-within\:justify-center:focus-within {
    -webkit-box-pack: center;
            justify-content: center;
  }

  .lg\:focus-within\:justify-between:focus-within {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .lg\:focus-within\:justify-around:focus-within {
    justify-content: space-around;
  }

  .lg\:first\:justify-start:first-child {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .lg\:first\:justify-end:first-child {
    -webkit-box-pack: end;
            justify-content: flex-end;
  }

  .lg\:first\:justify-center:first-child {
    -webkit-box-pack: center;
            justify-content: center;
  }

  .lg\:first\:justify-between:first-child {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .lg\:first\:justify-around:first-child {
    justify-content: space-around;
  }

  .lg\:last\:justify-start:last-child {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .lg\:last\:justify-end:last-child {
    -webkit-box-pack: end;
            justify-content: flex-end;
  }

  .lg\:last\:justify-center:last-child {
    -webkit-box-pack: center;
            justify-content: center;
  }

  .lg\:last\:justify-between:last-child {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .lg\:last\:justify-around:last-child {
    justify-content: space-around;
  }

  .lg\:odd\:justify-start:nth-child(odd) {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .lg\:odd\:justify-end:nth-child(odd) {
    -webkit-box-pack: end;
            justify-content: flex-end;
  }

  .lg\:odd\:justify-center:nth-child(odd) {
    -webkit-box-pack: center;
            justify-content: center;
  }

  .lg\:odd\:justify-between:nth-child(odd) {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .lg\:odd\:justify-around:nth-child(odd) {
    justify-content: space-around;
  }

  .lg\:even\:justify-start:nth-child(even) {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .lg\:even\:justify-end:nth-child(even) {
    -webkit-box-pack: end;
            justify-content: flex-end;
  }

  .lg\:even\:justify-center:nth-child(even) {
    -webkit-box-pack: center;
            justify-content: center;
  }

  .lg\:even\:justify-between:nth-child(even) {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .lg\:even\:justify-around:nth-child(even) {
    justify-content: space-around;
  }

  .lg\:hover\:justify-start:hover {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .lg\:hover\:justify-end:hover {
    -webkit-box-pack: end;
            justify-content: flex-end;
  }

  .lg\:hover\:justify-center:hover {
    -webkit-box-pack: center;
            justify-content: center;
  }

  .lg\:hover\:justify-between:hover {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .lg\:hover\:justify-around:hover {
    justify-content: space-around;
  }

  .lg\:focus\:justify-start:focus {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .lg\:focus\:justify-end:focus {
    -webkit-box-pack: end;
            justify-content: flex-end;
  }

  .lg\:focus\:justify-center:focus {
    -webkit-box-pack: center;
            justify-content: center;
  }

  .lg\:focus\:justify-between:focus {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .lg\:focus\:justify-around:focus {
    justify-content: space-around;
  }

  .lg\:active\:justify-start:active {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .lg\:active\:justify-end:active {
    -webkit-box-pack: end;
            justify-content: flex-end;
  }

  .lg\:active\:justify-center:active {
    -webkit-box-pack: center;
            justify-content: center;
  }

  .lg\:active\:justify-between:active {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .lg\:active\:justify-around:active {
    justify-content: space-around;
  }

  .lg\:visited\:justify-start:visited {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .lg\:visited\:justify-end:visited {
    -webkit-box-pack: end;
            justify-content: flex-end;
  }

  .lg\:visited\:justify-center:visited {
    -webkit-box-pack: center;
            justify-content: center;
  }

  .lg\:visited\:justify-between:visited {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .lg\:visited\:justify-around:visited {
    justify-content: space-around;
  }

  .lg\:disabled\:justify-start:disabled {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .lg\:disabled\:justify-end:disabled {
    -webkit-box-pack: end;
            justify-content: flex-end;
  }

  .lg\:disabled\:justify-center:disabled {
    -webkit-box-pack: center;
            justify-content: center;
  }

  .lg\:disabled\:justify-between:disabled {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .lg\:disabled\:justify-around:disabled {
    justify-content: space-around;
  }

  .lg\:content-center {
    align-content: center;
  }

  .lg\:content-start {
    align-content: flex-start;
  }

  .lg\:content-end {
    align-content: flex-end;
  }

  .lg\:content-between {
    align-content: space-between;
  }

  .lg\:content-around {
    align-content: space-around;
  }

  .group:hover .lg\:group-hover\:content-center {
    align-content: center;
  }

  .group:hover .lg\:group-hover\:content-start {
    align-content: flex-start;
  }

  .group:hover .lg\:group-hover\:content-end {
    align-content: flex-end;
  }

  .group:hover .lg\:group-hover\:content-between {
    align-content: space-between;
  }

  .group:hover .lg\:group-hover\:content-around {
    align-content: space-around;
  }

  .lg\:focus-within\:content-center:focus-within {
    align-content: center;
  }

  .lg\:focus-within\:content-start:focus-within {
    align-content: flex-start;
  }

  .lg\:focus-within\:content-end:focus-within {
    align-content: flex-end;
  }

  .lg\:focus-within\:content-between:focus-within {
    align-content: space-between;
  }

  .lg\:focus-within\:content-around:focus-within {
    align-content: space-around;
  }

  .lg\:first\:content-center:first-child {
    align-content: center;
  }

  .lg\:first\:content-start:first-child {
    align-content: flex-start;
  }

  .lg\:first\:content-end:first-child {
    align-content: flex-end;
  }

  .lg\:first\:content-between:first-child {
    align-content: space-between;
  }

  .lg\:first\:content-around:first-child {
    align-content: space-around;
  }

  .lg\:last\:content-center:last-child {
    align-content: center;
  }

  .lg\:last\:content-start:last-child {
    align-content: flex-start;
  }

  .lg\:last\:content-end:last-child {
    align-content: flex-end;
  }

  .lg\:last\:content-between:last-child {
    align-content: space-between;
  }

  .lg\:last\:content-around:last-child {
    align-content: space-around;
  }

  .lg\:odd\:content-center:nth-child(odd) {
    align-content: center;
  }

  .lg\:odd\:content-start:nth-child(odd) {
    align-content: flex-start;
  }

  .lg\:odd\:content-end:nth-child(odd) {
    align-content: flex-end;
  }

  .lg\:odd\:content-between:nth-child(odd) {
    align-content: space-between;
  }

  .lg\:odd\:content-around:nth-child(odd) {
    align-content: space-around;
  }

  .lg\:even\:content-center:nth-child(even) {
    align-content: center;
  }

  .lg\:even\:content-start:nth-child(even) {
    align-content: flex-start;
  }

  .lg\:even\:content-end:nth-child(even) {
    align-content: flex-end;
  }

  .lg\:even\:content-between:nth-child(even) {
    align-content: space-between;
  }

  .lg\:even\:content-around:nth-child(even) {
    align-content: space-around;
  }

  .lg\:hover\:content-center:hover {
    align-content: center;
  }

  .lg\:hover\:content-start:hover {
    align-content: flex-start;
  }

  .lg\:hover\:content-end:hover {
    align-content: flex-end;
  }

  .lg\:hover\:content-between:hover {
    align-content: space-between;
  }

  .lg\:hover\:content-around:hover {
    align-content: space-around;
  }

  .lg\:focus\:content-center:focus {
    align-content: center;
  }

  .lg\:focus\:content-start:focus {
    align-content: flex-start;
  }

  .lg\:focus\:content-end:focus {
    align-content: flex-end;
  }

  .lg\:focus\:content-between:focus {
    align-content: space-between;
  }

  .lg\:focus\:content-around:focus {
    align-content: space-around;
  }

  .lg\:active\:content-center:active {
    align-content: center;
  }

  .lg\:active\:content-start:active {
    align-content: flex-start;
  }

  .lg\:active\:content-end:active {
    align-content: flex-end;
  }

  .lg\:active\:content-between:active {
    align-content: space-between;
  }

  .lg\:active\:content-around:active {
    align-content: space-around;
  }

  .lg\:visited\:content-center:visited {
    align-content: center;
  }

  .lg\:visited\:content-start:visited {
    align-content: flex-start;
  }

  .lg\:visited\:content-end:visited {
    align-content: flex-end;
  }

  .lg\:visited\:content-between:visited {
    align-content: space-between;
  }

  .lg\:visited\:content-around:visited {
    align-content: space-around;
  }

  .lg\:disabled\:content-center:disabled {
    align-content: center;
  }

  .lg\:disabled\:content-start:disabled {
    align-content: flex-start;
  }

  .lg\:disabled\:content-end:disabled {
    align-content: flex-end;
  }

  .lg\:disabled\:content-between:disabled {
    align-content: space-between;
  }

  .lg\:disabled\:content-around:disabled {
    align-content: space-around;
  }

  .lg\:flex-1 {
    -webkit-box-flex: 1;
            flex: 1 1 0%;
  }

  .lg\:flex-auto {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
  }

  .lg\:flex-initial {
    -webkit-box-flex: 0;
            flex: 0 1 auto;
  }

  .lg\:flex-none {
    -webkit-box-flex: 0;
            flex: none;
  }

  .group:hover .lg\:group-hover\:flex-1 {
    -webkit-box-flex: 1;
            flex: 1 1 0%;
  }

  .group:hover .lg\:group-hover\:flex-auto {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
  }

  .group:hover .lg\:group-hover\:flex-initial {
    -webkit-box-flex: 0;
            flex: 0 1 auto;
  }

  .group:hover .lg\:group-hover\:flex-none {
    -webkit-box-flex: 0;
            flex: none;
  }

  .lg\:focus-within\:flex-1:focus-within {
    -webkit-box-flex: 1;
            flex: 1 1 0%;
  }

  .lg\:focus-within\:flex-auto:focus-within {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
  }

  .lg\:focus-within\:flex-initial:focus-within {
    -webkit-box-flex: 0;
            flex: 0 1 auto;
  }

  .lg\:focus-within\:flex-none:focus-within {
    -webkit-box-flex: 0;
            flex: none;
  }

  .lg\:first\:flex-1:first-child {
    -webkit-box-flex: 1;
            flex: 1 1 0%;
  }

  .lg\:first\:flex-auto:first-child {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
  }

  .lg\:first\:flex-initial:first-child {
    -webkit-box-flex: 0;
            flex: 0 1 auto;
  }

  .lg\:first\:flex-none:first-child {
    -webkit-box-flex: 0;
            flex: none;
  }

  .lg\:last\:flex-1:last-child {
    -webkit-box-flex: 1;
            flex: 1 1 0%;
  }

  .lg\:last\:flex-auto:last-child {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
  }

  .lg\:last\:flex-initial:last-child {
    -webkit-box-flex: 0;
            flex: 0 1 auto;
  }

  .lg\:last\:flex-none:last-child {
    -webkit-box-flex: 0;
            flex: none;
  }

  .lg\:odd\:flex-1:nth-child(odd) {
    -webkit-box-flex: 1;
            flex: 1 1 0%;
  }

  .lg\:odd\:flex-auto:nth-child(odd) {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
  }

  .lg\:odd\:flex-initial:nth-child(odd) {
    -webkit-box-flex: 0;
            flex: 0 1 auto;
  }

  .lg\:odd\:flex-none:nth-child(odd) {
    -webkit-box-flex: 0;
            flex: none;
  }

  .lg\:even\:flex-1:nth-child(even) {
    -webkit-box-flex: 1;
            flex: 1 1 0%;
  }

  .lg\:even\:flex-auto:nth-child(even) {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
  }

  .lg\:even\:flex-initial:nth-child(even) {
    -webkit-box-flex: 0;
            flex: 0 1 auto;
  }

  .lg\:even\:flex-none:nth-child(even) {
    -webkit-box-flex: 0;
            flex: none;
  }

  .lg\:hover\:flex-1:hover {
    -webkit-box-flex: 1;
            flex: 1 1 0%;
  }

  .lg\:hover\:flex-auto:hover {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
  }

  .lg\:hover\:flex-initial:hover {
    -webkit-box-flex: 0;
            flex: 0 1 auto;
  }

  .lg\:hover\:flex-none:hover {
    -webkit-box-flex: 0;
            flex: none;
  }

  .lg\:focus\:flex-1:focus {
    -webkit-box-flex: 1;
            flex: 1 1 0%;
  }

  .lg\:focus\:flex-auto:focus {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
  }

  .lg\:focus\:flex-initial:focus {
    -webkit-box-flex: 0;
            flex: 0 1 auto;
  }

  .lg\:focus\:flex-none:focus {
    -webkit-box-flex: 0;
            flex: none;
  }

  .lg\:active\:flex-1:active {
    -webkit-box-flex: 1;
            flex: 1 1 0%;
  }

  .lg\:active\:flex-auto:active {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
  }

  .lg\:active\:flex-initial:active {
    -webkit-box-flex: 0;
            flex: 0 1 auto;
  }

  .lg\:active\:flex-none:active {
    -webkit-box-flex: 0;
            flex: none;
  }

  .lg\:visited\:flex-1:visited {
    -webkit-box-flex: 1;
            flex: 1 1 0%;
  }

  .lg\:visited\:flex-auto:visited {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
  }

  .lg\:visited\:flex-initial:visited {
    -webkit-box-flex: 0;
            flex: 0 1 auto;
  }

  .lg\:visited\:flex-none:visited {
    -webkit-box-flex: 0;
            flex: none;
  }

  .lg\:disabled\:flex-1:disabled {
    -webkit-box-flex: 1;
            flex: 1 1 0%;
  }

  .lg\:disabled\:flex-auto:disabled {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
  }

  .lg\:disabled\:flex-initial:disabled {
    -webkit-box-flex: 0;
            flex: 0 1 auto;
  }

  .lg\:disabled\:flex-none:disabled {
    -webkit-box-flex: 0;
            flex: none;
  }

  .lg\:flex-grow-0 {
    -webkit-box-flex: 0;
            flex-grow: 0;
  }

  .lg\:flex-grow {
    -webkit-box-flex: 1;
            flex-grow: 1;
  }

  .group:hover .lg\:group-hover\:flex-grow-0 {
    -webkit-box-flex: 0;
            flex-grow: 0;
  }

  .group:hover .lg\:group-hover\:flex-grow {
    -webkit-box-flex: 1;
            flex-grow: 1;
  }

  .lg\:focus-within\:flex-grow-0:focus-within {
    -webkit-box-flex: 0;
            flex-grow: 0;
  }

  .lg\:focus-within\:flex-grow:focus-within {
    -webkit-box-flex: 1;
            flex-grow: 1;
  }

  .lg\:first\:flex-grow-0:first-child {
    -webkit-box-flex: 0;
            flex-grow: 0;
  }

  .lg\:first\:flex-grow:first-child {
    -webkit-box-flex: 1;
            flex-grow: 1;
  }

  .lg\:last\:flex-grow-0:last-child {
    -webkit-box-flex: 0;
            flex-grow: 0;
  }

  .lg\:last\:flex-grow:last-child {
    -webkit-box-flex: 1;
            flex-grow: 1;
  }

  .lg\:odd\:flex-grow-0:nth-child(odd) {
    -webkit-box-flex: 0;
            flex-grow: 0;
  }

  .lg\:odd\:flex-grow:nth-child(odd) {
    -webkit-box-flex: 1;
            flex-grow: 1;
  }

  .lg\:even\:flex-grow-0:nth-child(even) {
    -webkit-box-flex: 0;
            flex-grow: 0;
  }

  .lg\:even\:flex-grow:nth-child(even) {
    -webkit-box-flex: 1;
            flex-grow: 1;
  }

  .lg\:hover\:flex-grow-0:hover {
    -webkit-box-flex: 0;
            flex-grow: 0;
  }

  .lg\:hover\:flex-grow:hover {
    -webkit-box-flex: 1;
            flex-grow: 1;
  }

  .lg\:focus\:flex-grow-0:focus {
    -webkit-box-flex: 0;
            flex-grow: 0;
  }

  .lg\:focus\:flex-grow:focus {
    -webkit-box-flex: 1;
            flex-grow: 1;
  }

  .lg\:active\:flex-grow-0:active {
    -webkit-box-flex: 0;
            flex-grow: 0;
  }

  .lg\:active\:flex-grow:active {
    -webkit-box-flex: 1;
            flex-grow: 1;
  }

  .lg\:visited\:flex-grow-0:visited {
    -webkit-box-flex: 0;
            flex-grow: 0;
  }

  .lg\:visited\:flex-grow:visited {
    -webkit-box-flex: 1;
            flex-grow: 1;
  }

  .lg\:disabled\:flex-grow-0:disabled {
    -webkit-box-flex: 0;
            flex-grow: 0;
  }

  .lg\:disabled\:flex-grow:disabled {
    -webkit-box-flex: 1;
            flex-grow: 1;
  }

  .lg\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .lg\:flex-shrink {
    flex-shrink: 1;
  }

  .group:hover .lg\:group-hover\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .group:hover .lg\:group-hover\:flex-shrink {
    flex-shrink: 1;
  }

  .lg\:focus-within\:flex-shrink-0:focus-within {
    flex-shrink: 0;
  }

  .lg\:focus-within\:flex-shrink:focus-within {
    flex-shrink: 1;
  }

  .lg\:first\:flex-shrink-0:first-child {
    flex-shrink: 0;
  }

  .lg\:first\:flex-shrink:first-child {
    flex-shrink: 1;
  }

  .lg\:last\:flex-shrink-0:last-child {
    flex-shrink: 0;
  }

  .lg\:last\:flex-shrink:last-child {
    flex-shrink: 1;
  }

  .lg\:odd\:flex-shrink-0:nth-child(odd) {
    flex-shrink: 0;
  }

  .lg\:odd\:flex-shrink:nth-child(odd) {
    flex-shrink: 1;
  }

  .lg\:even\:flex-shrink-0:nth-child(even) {
    flex-shrink: 0;
  }

  .lg\:even\:flex-shrink:nth-child(even) {
    flex-shrink: 1;
  }

  .lg\:hover\:flex-shrink-0:hover {
    flex-shrink: 0;
  }

  .lg\:hover\:flex-shrink:hover {
    flex-shrink: 1;
  }

  .lg\:focus\:flex-shrink-0:focus {
    flex-shrink: 0;
  }

  .lg\:focus\:flex-shrink:focus {
    flex-shrink: 1;
  }

  .lg\:active\:flex-shrink-0:active {
    flex-shrink: 0;
  }

  .lg\:active\:flex-shrink:active {
    flex-shrink: 1;
  }

  .lg\:visited\:flex-shrink-0:visited {
    flex-shrink: 0;
  }

  .lg\:visited\:flex-shrink:visited {
    flex-shrink: 1;
  }

  .lg\:disabled\:flex-shrink-0:disabled {
    flex-shrink: 0;
  }

  .lg\:disabled\:flex-shrink:disabled {
    flex-shrink: 1;
  }

  .lg\:order-1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .lg\:order-2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .lg\:order-3 {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .lg\:order-4 {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .lg\:order-5 {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .lg\:order-6 {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .lg\:order-7 {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .lg\:order-8 {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .lg\:order-9 {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .lg\:order-10 {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .lg\:order-11 {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .lg\:order-12 {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .lg\:order-first {
    -webkit-box-ordinal-group: -9998;
            order: -9999;
  }

  .lg\:order-last {
    -webkit-box-ordinal-group: 10000;
            order: 9999;
  }

  .lg\:order-none {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .group:hover .lg\:group-hover\:order-1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .group:hover .lg\:group-hover\:order-2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .group:hover .lg\:group-hover\:order-3 {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .group:hover .lg\:group-hover\:order-4 {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .group:hover .lg\:group-hover\:order-5 {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .group:hover .lg\:group-hover\:order-6 {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .group:hover .lg\:group-hover\:order-7 {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .group:hover .lg\:group-hover\:order-8 {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .group:hover .lg\:group-hover\:order-9 {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .group:hover .lg\:group-hover\:order-10 {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .group:hover .lg\:group-hover\:order-11 {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .group:hover .lg\:group-hover\:order-12 {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .group:hover .lg\:group-hover\:order-first {
    -webkit-box-ordinal-group: -9998;
            order: -9999;
  }

  .group:hover .lg\:group-hover\:order-last {
    -webkit-box-ordinal-group: 10000;
            order: 9999;
  }

  .group:hover .lg\:group-hover\:order-none {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .lg\:focus-within\:order-1:focus-within {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .lg\:focus-within\:order-2:focus-within {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .lg\:focus-within\:order-3:focus-within {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .lg\:focus-within\:order-4:focus-within {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .lg\:focus-within\:order-5:focus-within {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .lg\:focus-within\:order-6:focus-within {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .lg\:focus-within\:order-7:focus-within {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .lg\:focus-within\:order-8:focus-within {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .lg\:focus-within\:order-9:focus-within {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .lg\:focus-within\:order-10:focus-within {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .lg\:focus-within\:order-11:focus-within {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .lg\:focus-within\:order-12:focus-within {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .lg\:focus-within\:order-first:focus-within {
    -webkit-box-ordinal-group: -9998;
            order: -9999;
  }

  .lg\:focus-within\:order-last:focus-within {
    -webkit-box-ordinal-group: 10000;
            order: 9999;
  }

  .lg\:focus-within\:order-none:focus-within {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .lg\:first\:order-1:first-child {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .lg\:first\:order-2:first-child {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .lg\:first\:order-3:first-child {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .lg\:first\:order-4:first-child {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .lg\:first\:order-5:first-child {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .lg\:first\:order-6:first-child {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .lg\:first\:order-7:first-child {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .lg\:first\:order-8:first-child {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .lg\:first\:order-9:first-child {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .lg\:first\:order-10:first-child {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .lg\:first\:order-11:first-child {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .lg\:first\:order-12:first-child {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .lg\:first\:order-first:first-child {
    -webkit-box-ordinal-group: -9998;
            order: -9999;
  }

  .lg\:first\:order-last:first-child {
    -webkit-box-ordinal-group: 10000;
            order: 9999;
  }

  .lg\:first\:order-none:first-child {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .lg\:last\:order-1:last-child {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .lg\:last\:order-2:last-child {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .lg\:last\:order-3:last-child {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .lg\:last\:order-4:last-child {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .lg\:last\:order-5:last-child {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .lg\:last\:order-6:last-child {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .lg\:last\:order-7:last-child {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .lg\:last\:order-8:last-child {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .lg\:last\:order-9:last-child {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .lg\:last\:order-10:last-child {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .lg\:last\:order-11:last-child {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .lg\:last\:order-12:last-child {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .lg\:last\:order-first:last-child {
    -webkit-box-ordinal-group: -9998;
            order: -9999;
  }

  .lg\:last\:order-last:last-child {
    -webkit-box-ordinal-group: 10000;
            order: 9999;
  }

  .lg\:last\:order-none:last-child {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .lg\:odd\:order-1:nth-child(odd) {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .lg\:odd\:order-2:nth-child(odd) {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .lg\:odd\:order-3:nth-child(odd) {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .lg\:odd\:order-4:nth-child(odd) {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .lg\:odd\:order-5:nth-child(odd) {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .lg\:odd\:order-6:nth-child(odd) {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .lg\:odd\:order-7:nth-child(odd) {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .lg\:odd\:order-8:nth-child(odd) {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .lg\:odd\:order-9:nth-child(odd) {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .lg\:odd\:order-10:nth-child(odd) {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .lg\:odd\:order-11:nth-child(odd) {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .lg\:odd\:order-12:nth-child(odd) {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .lg\:odd\:order-first:nth-child(odd) {
    -webkit-box-ordinal-group: -9998;
            order: -9999;
  }

  .lg\:odd\:order-last:nth-child(odd) {
    -webkit-box-ordinal-group: 10000;
            order: 9999;
  }

  .lg\:odd\:order-none:nth-child(odd) {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .lg\:even\:order-1:nth-child(even) {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .lg\:even\:order-2:nth-child(even) {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .lg\:even\:order-3:nth-child(even) {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .lg\:even\:order-4:nth-child(even) {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .lg\:even\:order-5:nth-child(even) {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .lg\:even\:order-6:nth-child(even) {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .lg\:even\:order-7:nth-child(even) {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .lg\:even\:order-8:nth-child(even) {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .lg\:even\:order-9:nth-child(even) {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .lg\:even\:order-10:nth-child(even) {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .lg\:even\:order-11:nth-child(even) {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .lg\:even\:order-12:nth-child(even) {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .lg\:even\:order-first:nth-child(even) {
    -webkit-box-ordinal-group: -9998;
            order: -9999;
  }

  .lg\:even\:order-last:nth-child(even) {
    -webkit-box-ordinal-group: 10000;
            order: 9999;
  }

  .lg\:even\:order-none:nth-child(even) {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .lg\:hover\:order-1:hover {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .lg\:hover\:order-2:hover {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .lg\:hover\:order-3:hover {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .lg\:hover\:order-4:hover {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .lg\:hover\:order-5:hover {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .lg\:hover\:order-6:hover {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .lg\:hover\:order-7:hover {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .lg\:hover\:order-8:hover {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .lg\:hover\:order-9:hover {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .lg\:hover\:order-10:hover {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .lg\:hover\:order-11:hover {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .lg\:hover\:order-12:hover {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .lg\:hover\:order-first:hover {
    -webkit-box-ordinal-group: -9998;
            order: -9999;
  }

  .lg\:hover\:order-last:hover {
    -webkit-box-ordinal-group: 10000;
            order: 9999;
  }

  .lg\:hover\:order-none:hover {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .lg\:focus\:order-1:focus {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .lg\:focus\:order-2:focus {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .lg\:focus\:order-3:focus {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .lg\:focus\:order-4:focus {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .lg\:focus\:order-5:focus {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .lg\:focus\:order-6:focus {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .lg\:focus\:order-7:focus {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .lg\:focus\:order-8:focus {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .lg\:focus\:order-9:focus {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .lg\:focus\:order-10:focus {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .lg\:focus\:order-11:focus {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .lg\:focus\:order-12:focus {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .lg\:focus\:order-first:focus {
    -webkit-box-ordinal-group: -9998;
            order: -9999;
  }

  .lg\:focus\:order-last:focus {
    -webkit-box-ordinal-group: 10000;
            order: 9999;
  }

  .lg\:focus\:order-none:focus {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .lg\:active\:order-1:active {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .lg\:active\:order-2:active {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .lg\:active\:order-3:active {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .lg\:active\:order-4:active {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .lg\:active\:order-5:active {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .lg\:active\:order-6:active {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .lg\:active\:order-7:active {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .lg\:active\:order-8:active {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .lg\:active\:order-9:active {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .lg\:active\:order-10:active {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .lg\:active\:order-11:active {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .lg\:active\:order-12:active {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .lg\:active\:order-first:active {
    -webkit-box-ordinal-group: -9998;
            order: -9999;
  }

  .lg\:active\:order-last:active {
    -webkit-box-ordinal-group: 10000;
            order: 9999;
  }

  .lg\:active\:order-none:active {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .lg\:visited\:order-1:visited {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .lg\:visited\:order-2:visited {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .lg\:visited\:order-3:visited {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .lg\:visited\:order-4:visited {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .lg\:visited\:order-5:visited {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .lg\:visited\:order-6:visited {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .lg\:visited\:order-7:visited {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .lg\:visited\:order-8:visited {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .lg\:visited\:order-9:visited {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .lg\:visited\:order-10:visited {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .lg\:visited\:order-11:visited {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .lg\:visited\:order-12:visited {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .lg\:visited\:order-first:visited {
    -webkit-box-ordinal-group: -9998;
            order: -9999;
  }

  .lg\:visited\:order-last:visited {
    -webkit-box-ordinal-group: 10000;
            order: 9999;
  }

  .lg\:visited\:order-none:visited {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .lg\:disabled\:order-1:disabled {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .lg\:disabled\:order-2:disabled {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .lg\:disabled\:order-3:disabled {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .lg\:disabled\:order-4:disabled {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .lg\:disabled\:order-5:disabled {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .lg\:disabled\:order-6:disabled {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .lg\:disabled\:order-7:disabled {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .lg\:disabled\:order-8:disabled {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .lg\:disabled\:order-9:disabled {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .lg\:disabled\:order-10:disabled {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .lg\:disabled\:order-11:disabled {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .lg\:disabled\:order-12:disabled {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .lg\:disabled\:order-first:disabled {
    -webkit-box-ordinal-group: -9998;
            order: -9999;
  }

  .lg\:disabled\:order-last:disabled {
    -webkit-box-ordinal-group: 10000;
            order: 9999;
  }

  .lg\:disabled\:order-none:disabled {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .lg\:float-right {
    float: right;
  }

  .lg\:float-left {
    float: left;
  }

  .lg\:float-none {
    float: none;
  }

  .lg\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .group:hover .lg\:group-hover\:float-right {
    float: right;
  }

  .group:hover .lg\:group-hover\:float-left {
    float: left;
  }

  .group:hover .lg\:group-hover\:float-none {
    float: none;
  }

  .group:hover .lg\:group-hover\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .lg\:focus-within\:float-right:focus-within {
    float: right;
  }

  .lg\:focus-within\:float-left:focus-within {
    float: left;
  }

  .lg\:focus-within\:float-none:focus-within {
    float: none;
  }

  .lg\:focus-within\:clearfix:focus-within:after {
    content: "";
    display: table;
    clear: both;
  }

  .lg\:first\:float-right:first-child {
    float: right;
  }

  .lg\:first\:float-left:first-child {
    float: left;
  }

  .lg\:first\:float-none:first-child {
    float: none;
  }

  .lg\:first\:clearfix:first-child:after {
    content: "";
    display: table;
    clear: both;
  }

  .lg\:last\:float-right:last-child {
    float: right;
  }

  .lg\:last\:float-left:last-child {
    float: left;
  }

  .lg\:last\:float-none:last-child {
    float: none;
  }

  .lg\:last\:clearfix:last-child:after {
    content: "";
    display: table;
    clear: both;
  }

  .lg\:odd\:float-right:nth-child(odd) {
    float: right;
  }

  .lg\:odd\:float-left:nth-child(odd) {
    float: left;
  }

  .lg\:odd\:float-none:nth-child(odd) {
    float: none;
  }

  .lg\:odd\:clearfix:nth-child(odd):after {
    content: "";
    display: table;
    clear: both;
  }

  .lg\:even\:float-right:nth-child(even) {
    float: right;
  }

  .lg\:even\:float-left:nth-child(even) {
    float: left;
  }

  .lg\:even\:float-none:nth-child(even) {
    float: none;
  }

  .lg\:even\:clearfix:nth-child(even):after {
    content: "";
    display: table;
    clear: both;
  }

  .lg\:hover\:float-right:hover {
    float: right;
  }

  .lg\:hover\:float-left:hover {
    float: left;
  }

  .lg\:hover\:float-none:hover {
    float: none;
  }

  .lg\:hover\:clearfix:hover:after {
    content: "";
    display: table;
    clear: both;
  }

  .lg\:focus\:float-right:focus {
    float: right;
  }

  .lg\:focus\:float-left:focus {
    float: left;
  }

  .lg\:focus\:float-none:focus {
    float: none;
  }

  .lg\:focus\:clearfix:focus:after {
    content: "";
    display: table;
    clear: both;
  }

  .lg\:active\:float-right:active {
    float: right;
  }

  .lg\:active\:float-left:active {
    float: left;
  }

  .lg\:active\:float-none:active {
    float: none;
  }

  .lg\:active\:clearfix:active:after {
    content: "";
    display: table;
    clear: both;
  }

  .lg\:visited\:float-right:visited {
    float: right;
  }

  .lg\:visited\:float-left:visited {
    float: left;
  }

  .lg\:visited\:float-none:visited {
    float: none;
  }

  .lg\:visited\:clearfix:visited:after {
    content: "";
    display: table;
    clear: both;
  }

  .lg\:disabled\:float-right:disabled {
    float: right;
  }

  .lg\:disabled\:float-left:disabled {
    float: left;
  }

  .lg\:disabled\:float-none:disabled {
    float: none;
  }

  .lg\:disabled\:clearfix:disabled:after {
    content: "";
    display: table;
    clear: both;
  }

  .lg\:font-sans {
    font-family: -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\:font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .lg\:font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .group:hover .lg\:group-hover\:font-sans {
    font-family: -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";
  }

  .group:hover .lg\:group-hover\:font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .group:hover .lg\:group-hover\:font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .lg\:focus-within\:font-sans:focus-within {
    font-family: -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\:focus-within\:font-serif:focus-within {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .lg\:focus-within\:font-mono:focus-within {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .lg\:first\:font-sans:first-child {
    font-family: -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\:first\:font-serif:first-child {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .lg\:first\:font-mono:first-child {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .lg\:last\:font-sans:last-child {
    font-family: -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\:last\:font-serif:last-child {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .lg\:last\:font-mono:last-child {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .lg\:odd\:font-sans:nth-child(odd) {
    font-family: -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\:odd\:font-serif:nth-child(odd) {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .lg\:odd\:font-mono:nth-child(odd) {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .lg\:even\:font-sans:nth-child(even) {
    font-family: -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\:even\:font-serif:nth-child(even) {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .lg\:even\:font-mono:nth-child(even) {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .lg\:hover\:font-sans:hover {
    font-family: -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\:hover\:font-serif:hover {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .lg\:hover\:font-mono:hover {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .lg\:focus\:font-sans:focus {
    font-family: -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\:focus\:font-serif:focus {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .lg\:focus\:font-mono:focus {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .lg\:active\:font-sans:active {
    font-family: -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\:active\:font-serif:active {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .lg\:active\:font-mono:active {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .lg\:visited\:font-sans:visited {
    font-family: -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\:visited\:font-serif:visited {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .lg\:visited\:font-mono:visited {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .lg\:disabled\:font-sans:disabled {
    font-family: -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\:disabled\:font-serif:disabled {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .lg\:disabled\:font-mono:disabled {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .lg\:font-hairline {
    font-weight: 100;
  }

  .lg\:font-thin {
    font-weight: 200;
  }

  .lg\:font-light {
    font-weight: 300;
  }

  .lg\:font-normal {
    font-weight: 400;
  }

  .lg\:font-medium {
    font-weight: 500;
  }

  .lg\:font-semibold {
    font-weight: 600;
  }

  .lg\:font-bold {
    font-weight: 700;
  }

  .lg\:font-extrabold {
    font-weight: 800;
  }

  .lg\:font-black {
    font-weight: 900;
  }

  .group:hover .lg\:group-hover\:font-hairline {
    font-weight: 100;
  }

  .group:hover .lg\:group-hover\:font-thin {
    font-weight: 200;
  }

  .group:hover .lg\:group-hover\:font-light {
    font-weight: 300;
  }

  .group:hover .lg\:group-hover\:font-normal {
    font-weight: 400;
  }

  .group:hover .lg\:group-hover\:font-medium {
    font-weight: 500;
  }

  .group:hover .lg\:group-hover\:font-semibold {
    font-weight: 600;
  }

  .group:hover .lg\:group-hover\:font-bold {
    font-weight: 700;
  }

  .group:hover .lg\:group-hover\:font-extrabold {
    font-weight: 800;
  }

  .group:hover .lg\:group-hover\:font-black {
    font-weight: 900;
  }

  .lg\:focus-within\:font-hairline:focus-within {
    font-weight: 100;
  }

  .lg\:focus-within\:font-thin:focus-within {
    font-weight: 200;
  }

  .lg\:focus-within\:font-light:focus-within {
    font-weight: 300;
  }

  .lg\:focus-within\:font-normal:focus-within {
    font-weight: 400;
  }

  .lg\:focus-within\:font-medium:focus-within {
    font-weight: 500;
  }

  .lg\:focus-within\:font-semibold:focus-within {
    font-weight: 600;
  }

  .lg\:focus-within\:font-bold:focus-within {
    font-weight: 700;
  }

  .lg\:focus-within\:font-extrabold:focus-within {
    font-weight: 800;
  }

  .lg\:focus-within\:font-black:focus-within {
    font-weight: 900;
  }

  .lg\:first\:font-hairline:first-child {
    font-weight: 100;
  }

  .lg\:first\:font-thin:first-child {
    font-weight: 200;
  }

  .lg\:first\:font-light:first-child {
    font-weight: 300;
  }

  .lg\:first\:font-normal:first-child {
    font-weight: 400;
  }

  .lg\:first\:font-medium:first-child {
    font-weight: 500;
  }

  .lg\:first\:font-semibold:first-child {
    font-weight: 600;
  }

  .lg\:first\:font-bold:first-child {
    font-weight: 700;
  }

  .lg\:first\:font-extrabold:first-child {
    font-weight: 800;
  }

  .lg\:first\:font-black:first-child {
    font-weight: 900;
  }

  .lg\:last\:font-hairline:last-child {
    font-weight: 100;
  }

  .lg\:last\:font-thin:last-child {
    font-weight: 200;
  }

  .lg\:last\:font-light:last-child {
    font-weight: 300;
  }

  .lg\:last\:font-normal:last-child {
    font-weight: 400;
  }

  .lg\:last\:font-medium:last-child {
    font-weight: 500;
  }

  .lg\:last\:font-semibold:last-child {
    font-weight: 600;
  }

  .lg\:last\:font-bold:last-child {
    font-weight: 700;
  }

  .lg\:last\:font-extrabold:last-child {
    font-weight: 800;
  }

  .lg\:last\:font-black:last-child {
    font-weight: 900;
  }

  .lg\:odd\:font-hairline:nth-child(odd) {
    font-weight: 100;
  }

  .lg\:odd\:font-thin:nth-child(odd) {
    font-weight: 200;
  }

  .lg\:odd\:font-light:nth-child(odd) {
    font-weight: 300;
  }

  .lg\:odd\:font-normal:nth-child(odd) {
    font-weight: 400;
  }

  .lg\:odd\:font-medium:nth-child(odd) {
    font-weight: 500;
  }

  .lg\:odd\:font-semibold:nth-child(odd) {
    font-weight: 600;
  }

  .lg\:odd\:font-bold:nth-child(odd) {
    font-weight: 700;
  }

  .lg\:odd\:font-extrabold:nth-child(odd) {
    font-weight: 800;
  }

  .lg\:odd\:font-black:nth-child(odd) {
    font-weight: 900;
  }

  .lg\:even\:font-hairline:nth-child(even) {
    font-weight: 100;
  }

  .lg\:even\:font-thin:nth-child(even) {
    font-weight: 200;
  }

  .lg\:even\:font-light:nth-child(even) {
    font-weight: 300;
  }

  .lg\:even\:font-normal:nth-child(even) {
    font-weight: 400;
  }

  .lg\:even\:font-medium:nth-child(even) {
    font-weight: 500;
  }

  .lg\:even\:font-semibold:nth-child(even) {
    font-weight: 600;
  }

  .lg\:even\:font-bold:nth-child(even) {
    font-weight: 700;
  }

  .lg\:even\:font-extrabold:nth-child(even) {
    font-weight: 800;
  }

  .lg\:even\:font-black:nth-child(even) {
    font-weight: 900;
  }

  .lg\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .lg\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .lg\:hover\:font-light:hover {
    font-weight: 300;
  }

  .lg\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .lg\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .lg\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .lg\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .lg\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .lg\:hover\:font-black:hover {
    font-weight: 900;
  }

  .lg\:focus\:font-hairline:focus {
    font-weight: 100;
  }

  .lg\:focus\:font-thin:focus {
    font-weight: 200;
  }

  .lg\:focus\:font-light:focus {
    font-weight: 300;
  }

  .lg\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .lg\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .lg\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .lg\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .lg\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .lg\:focus\:font-black:focus {
    font-weight: 900;
  }

  .lg\:active\:font-hairline:active {
    font-weight: 100;
  }

  .lg\:active\:font-thin:active {
    font-weight: 200;
  }

  .lg\:active\:font-light:active {
    font-weight: 300;
  }

  .lg\:active\:font-normal:active {
    font-weight: 400;
  }

  .lg\:active\:font-medium:active {
    font-weight: 500;
  }

  .lg\:active\:font-semibold:active {
    font-weight: 600;
  }

  .lg\:active\:font-bold:active {
    font-weight: 700;
  }

  .lg\:active\:font-extrabold:active {
    font-weight: 800;
  }

  .lg\:active\:font-black:active {
    font-weight: 900;
  }

  .lg\:visited\:font-hairline:visited {
    font-weight: 100;
  }

  .lg\:visited\:font-thin:visited {
    font-weight: 200;
  }

  .lg\:visited\:font-light:visited {
    font-weight: 300;
  }

  .lg\:visited\:font-normal:visited {
    font-weight: 400;
  }

  .lg\:visited\:font-medium:visited {
    font-weight: 500;
  }

  .lg\:visited\:font-semibold:visited {
    font-weight: 600;
  }

  .lg\:visited\:font-bold:visited {
    font-weight: 700;
  }

  .lg\:visited\:font-extrabold:visited {
    font-weight: 800;
  }

  .lg\:visited\:font-black:visited {
    font-weight: 900;
  }

  .lg\:disabled\:font-hairline:disabled {
    font-weight: 100;
  }

  .lg\:disabled\:font-thin:disabled {
    font-weight: 200;
  }

  .lg\:disabled\:font-light:disabled {
    font-weight: 300;
  }

  .lg\:disabled\:font-normal:disabled {
    font-weight: 400;
  }

  .lg\:disabled\:font-medium:disabled {
    font-weight: 500;
  }

  .lg\:disabled\:font-semibold:disabled {
    font-weight: 600;
  }

  .lg\:disabled\:font-bold:disabled {
    font-weight: 700;
  }

  .lg\:disabled\:font-extrabold:disabled {
    font-weight: 800;
  }

  .lg\:disabled\:font-black:disabled {
    font-weight: 900;
  }

  .lg\:h-0 {
    height: 0;
  }

  .lg\:h-1 {
    height: 0.25rem;
  }

  .lg\:h-2 {
    height: 0.5rem;
  }

  .lg\:h-3 {
    height: 0.75rem;
  }

  .lg\:h-4 {
    height: 1rem;
  }

  .lg\:h-5 {
    height: 1.25rem;
  }

  .lg\:h-6 {
    height: 1.5rem;
  }

  .lg\:h-8 {
    height: 2rem;
  }

  .lg\:h-10 {
    height: 2.5rem;
  }

  .lg\:h-12 {
    height: 3rem;
  }

  .lg\:h-16 {
    height: 4rem;
  }

  .lg\:h-20 {
    height: 5rem;
  }

  .lg\:h-24 {
    height: 6rem;
  }

  .lg\:h-32 {
    height: 8rem;
  }

  .lg\:h-40 {
    height: 10rem;
  }

  .lg\:h-48 {
    height: 12rem;
  }

  .lg\:h-56 {
    height: 14rem;
  }

  .lg\:h-64 {
    height: 16rem;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-px {
    height: 1px;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:h-screen {
    height: 100vh;
  }

  .group:hover .lg\:group-hover\:h-0 {
    height: 0;
  }

  .group:hover .lg\:group-hover\:h-1 {
    height: 0.25rem;
  }

  .group:hover .lg\:group-hover\:h-2 {
    height: 0.5rem;
  }

  .group:hover .lg\:group-hover\:h-3 {
    height: 0.75rem;
  }

  .group:hover .lg\:group-hover\:h-4 {
    height: 1rem;
  }

  .group:hover .lg\:group-hover\:h-5 {
    height: 1.25rem;
  }

  .group:hover .lg\:group-hover\:h-6 {
    height: 1.5rem;
  }

  .group:hover .lg\:group-hover\:h-8 {
    height: 2rem;
  }

  .group:hover .lg\:group-hover\:h-10 {
    height: 2.5rem;
  }

  .group:hover .lg\:group-hover\:h-12 {
    height: 3rem;
  }

  .group:hover .lg\:group-hover\:h-16 {
    height: 4rem;
  }

  .group:hover .lg\:group-hover\:h-20 {
    height: 5rem;
  }

  .group:hover .lg\:group-hover\:h-24 {
    height: 6rem;
  }

  .group:hover .lg\:group-hover\:h-32 {
    height: 8rem;
  }

  .group:hover .lg\:group-hover\:h-40 {
    height: 10rem;
  }

  .group:hover .lg\:group-hover\:h-48 {
    height: 12rem;
  }

  .group:hover .lg\:group-hover\:h-56 {
    height: 14rem;
  }

  .group:hover .lg\:group-hover\:h-64 {
    height: 16rem;
  }

  .group:hover .lg\:group-hover\:h-auto {
    height: auto;
  }

  .group:hover .lg\:group-hover\:h-px {
    height: 1px;
  }

  .group:hover .lg\:group-hover\:h-full {
    height: 100%;
  }

  .group:hover .lg\:group-hover\:h-screen {
    height: 100vh;
  }

  .lg\:focus-within\:h-0:focus-within {
    height: 0;
  }

  .lg\:focus-within\:h-1:focus-within {
    height: 0.25rem;
  }

  .lg\:focus-within\:h-2:focus-within {
    height: 0.5rem;
  }

  .lg\:focus-within\:h-3:focus-within {
    height: 0.75rem;
  }

  .lg\:focus-within\:h-4:focus-within {
    height: 1rem;
  }

  .lg\:focus-within\:h-5:focus-within {
    height: 1.25rem;
  }

  .lg\:focus-within\:h-6:focus-within {
    height: 1.5rem;
  }

  .lg\:focus-within\:h-8:focus-within {
    height: 2rem;
  }

  .lg\:focus-within\:h-10:focus-within {
    height: 2.5rem;
  }

  .lg\:focus-within\:h-12:focus-within {
    height: 3rem;
  }

  .lg\:focus-within\:h-16:focus-within {
    height: 4rem;
  }

  .lg\:focus-within\:h-20:focus-within {
    height: 5rem;
  }

  .lg\:focus-within\:h-24:focus-within {
    height: 6rem;
  }

  .lg\:focus-within\:h-32:focus-within {
    height: 8rem;
  }

  .lg\:focus-within\:h-40:focus-within {
    height: 10rem;
  }

  .lg\:focus-within\:h-48:focus-within {
    height: 12rem;
  }

  .lg\:focus-within\:h-56:focus-within {
    height: 14rem;
  }

  .lg\:focus-within\:h-64:focus-within {
    height: 16rem;
  }

  .lg\:focus-within\:h-auto:focus-within {
    height: auto;
  }

  .lg\:focus-within\:h-px:focus-within {
    height: 1px;
  }

  .lg\:focus-within\:h-full:focus-within {
    height: 100%;
  }

  .lg\:focus-within\:h-screen:focus-within {
    height: 100vh;
  }

  .lg\:first\:h-0:first-child {
    height: 0;
  }

  .lg\:first\:h-1:first-child {
    height: 0.25rem;
  }

  .lg\:first\:h-2:first-child {
    height: 0.5rem;
  }

  .lg\:first\:h-3:first-child {
    height: 0.75rem;
  }

  .lg\:first\:h-4:first-child {
    height: 1rem;
  }

  .lg\:first\:h-5:first-child {
    height: 1.25rem;
  }

  .lg\:first\:h-6:first-child {
    height: 1.5rem;
  }

  .lg\:first\:h-8:first-child {
    height: 2rem;
  }

  .lg\:first\:h-10:first-child {
    height: 2.5rem;
  }

  .lg\:first\:h-12:first-child {
    height: 3rem;
  }

  .lg\:first\:h-16:first-child {
    height: 4rem;
  }

  .lg\:first\:h-20:first-child {
    height: 5rem;
  }

  .lg\:first\:h-24:first-child {
    height: 6rem;
  }

  .lg\:first\:h-32:first-child {
    height: 8rem;
  }

  .lg\:first\:h-40:first-child {
    height: 10rem;
  }

  .lg\:first\:h-48:first-child {
    height: 12rem;
  }

  .lg\:first\:h-56:first-child {
    height: 14rem;
  }

  .lg\:first\:h-64:first-child {
    height: 16rem;
  }

  .lg\:first\:h-auto:first-child {
    height: auto;
  }

  .lg\:first\:h-px:first-child {
    height: 1px;
  }

  .lg\:first\:h-full:first-child {
    height: 100%;
  }

  .lg\:first\:h-screen:first-child {
    height: 100vh;
  }

  .lg\:last\:h-0:last-child {
    height: 0;
  }

  .lg\:last\:h-1:last-child {
    height: 0.25rem;
  }

  .lg\:last\:h-2:last-child {
    height: 0.5rem;
  }

  .lg\:last\:h-3:last-child {
    height: 0.75rem;
  }

  .lg\:last\:h-4:last-child {
    height: 1rem;
  }

  .lg\:last\:h-5:last-child {
    height: 1.25rem;
  }

  .lg\:last\:h-6:last-child {
    height: 1.5rem;
  }

  .lg\:last\:h-8:last-child {
    height: 2rem;
  }

  .lg\:last\:h-10:last-child {
    height: 2.5rem;
  }

  .lg\:last\:h-12:last-child {
    height: 3rem;
  }

  .lg\:last\:h-16:last-child {
    height: 4rem;
  }

  .lg\:last\:h-20:last-child {
    height: 5rem;
  }

  .lg\:last\:h-24:last-child {
    height: 6rem;
  }

  .lg\:last\:h-32:last-child {
    height: 8rem;
  }

  .lg\:last\:h-40:last-child {
    height: 10rem;
  }

  .lg\:last\:h-48:last-child {
    height: 12rem;
  }

  .lg\:last\:h-56:last-child {
    height: 14rem;
  }

  .lg\:last\:h-64:last-child {
    height: 16rem;
  }

  .lg\:last\:h-auto:last-child {
    height: auto;
  }

  .lg\:last\:h-px:last-child {
    height: 1px;
  }

  .lg\:last\:h-full:last-child {
    height: 100%;
  }

  .lg\:last\:h-screen:last-child {
    height: 100vh;
  }

  .lg\:odd\:h-0:nth-child(odd) {
    height: 0;
  }

  .lg\:odd\:h-1:nth-child(odd) {
    height: 0.25rem;
  }

  .lg\:odd\:h-2:nth-child(odd) {
    height: 0.5rem;
  }

  .lg\:odd\:h-3:nth-child(odd) {
    height: 0.75rem;
  }

  .lg\:odd\:h-4:nth-child(odd) {
    height: 1rem;
  }

  .lg\:odd\:h-5:nth-child(odd) {
    height: 1.25rem;
  }

  .lg\:odd\:h-6:nth-child(odd) {
    height: 1.5rem;
  }

  .lg\:odd\:h-8:nth-child(odd) {
    height: 2rem;
  }

  .lg\:odd\:h-10:nth-child(odd) {
    height: 2.5rem;
  }

  .lg\:odd\:h-12:nth-child(odd) {
    height: 3rem;
  }

  .lg\:odd\:h-16:nth-child(odd) {
    height: 4rem;
  }

  .lg\:odd\:h-20:nth-child(odd) {
    height: 5rem;
  }

  .lg\:odd\:h-24:nth-child(odd) {
    height: 6rem;
  }

  .lg\:odd\:h-32:nth-child(odd) {
    height: 8rem;
  }

  .lg\:odd\:h-40:nth-child(odd) {
    height: 10rem;
  }

  .lg\:odd\:h-48:nth-child(odd) {
    height: 12rem;
  }

  .lg\:odd\:h-56:nth-child(odd) {
    height: 14rem;
  }

  .lg\:odd\:h-64:nth-child(odd) {
    height: 16rem;
  }

  .lg\:odd\:h-auto:nth-child(odd) {
    height: auto;
  }

  .lg\:odd\:h-px:nth-child(odd) {
    height: 1px;
  }

  .lg\:odd\:h-full:nth-child(odd) {
    height: 100%;
  }

  .lg\:odd\:h-screen:nth-child(odd) {
    height: 100vh;
  }

  .lg\:even\:h-0:nth-child(even) {
    height: 0;
  }

  .lg\:even\:h-1:nth-child(even) {
    height: 0.25rem;
  }

  .lg\:even\:h-2:nth-child(even) {
    height: 0.5rem;
  }

  .lg\:even\:h-3:nth-child(even) {
    height: 0.75rem;
  }

  .lg\:even\:h-4:nth-child(even) {
    height: 1rem;
  }

  .lg\:even\:h-5:nth-child(even) {
    height: 1.25rem;
  }

  .lg\:even\:h-6:nth-child(even) {
    height: 1.5rem;
  }

  .lg\:even\:h-8:nth-child(even) {
    height: 2rem;
  }

  .lg\:even\:h-10:nth-child(even) {
    height: 2.5rem;
  }

  .lg\:even\:h-12:nth-child(even) {
    height: 3rem;
  }

  .lg\:even\:h-16:nth-child(even) {
    height: 4rem;
  }

  .lg\:even\:h-20:nth-child(even) {
    height: 5rem;
  }

  .lg\:even\:h-24:nth-child(even) {
    height: 6rem;
  }

  .lg\:even\:h-32:nth-child(even) {
    height: 8rem;
  }

  .lg\:even\:h-40:nth-child(even) {
    height: 10rem;
  }

  .lg\:even\:h-48:nth-child(even) {
    height: 12rem;
  }

  .lg\:even\:h-56:nth-child(even) {
    height: 14rem;
  }

  .lg\:even\:h-64:nth-child(even) {
    height: 16rem;
  }

  .lg\:even\:h-auto:nth-child(even) {
    height: auto;
  }

  .lg\:even\:h-px:nth-child(even) {
    height: 1px;
  }

  .lg\:even\:h-full:nth-child(even) {
    height: 100%;
  }

  .lg\:even\:h-screen:nth-child(even) {
    height: 100vh;
  }

  .lg\:hover\:h-0:hover {
    height: 0;
  }

  .lg\:hover\:h-1:hover {
    height: 0.25rem;
  }

  .lg\:hover\:h-2:hover {
    height: 0.5rem;
  }

  .lg\:hover\:h-3:hover {
    height: 0.75rem;
  }

  .lg\:hover\:h-4:hover {
    height: 1rem;
  }

  .lg\:hover\:h-5:hover {
    height: 1.25rem;
  }

  .lg\:hover\:h-6:hover {
    height: 1.5rem;
  }

  .lg\:hover\:h-8:hover {
    height: 2rem;
  }

  .lg\:hover\:h-10:hover {
    height: 2.5rem;
  }

  .lg\:hover\:h-12:hover {
    height: 3rem;
  }

  .lg\:hover\:h-16:hover {
    height: 4rem;
  }

  .lg\:hover\:h-20:hover {
    height: 5rem;
  }

  .lg\:hover\:h-24:hover {
    height: 6rem;
  }

  .lg\:hover\:h-32:hover {
    height: 8rem;
  }

  .lg\:hover\:h-40:hover {
    height: 10rem;
  }

  .lg\:hover\:h-48:hover {
    height: 12rem;
  }

  .lg\:hover\:h-56:hover {
    height: 14rem;
  }

  .lg\:hover\:h-64:hover {
    height: 16rem;
  }

  .lg\:hover\:h-auto:hover {
    height: auto;
  }

  .lg\:hover\:h-px:hover {
    height: 1px;
  }

  .lg\:hover\:h-full:hover {
    height: 100%;
  }

  .lg\:hover\:h-screen:hover {
    height: 100vh;
  }

  .lg\:focus\:h-0:focus {
    height: 0;
  }

  .lg\:focus\:h-1:focus {
    height: 0.25rem;
  }

  .lg\:focus\:h-2:focus {
    height: 0.5rem;
  }

  .lg\:focus\:h-3:focus {
    height: 0.75rem;
  }

  .lg\:focus\:h-4:focus {
    height: 1rem;
  }

  .lg\:focus\:h-5:focus {
    height: 1.25rem;
  }

  .lg\:focus\:h-6:focus {
    height: 1.5rem;
  }

  .lg\:focus\:h-8:focus {
    height: 2rem;
  }

  .lg\:focus\:h-10:focus {
    height: 2.5rem;
  }

  .lg\:focus\:h-12:focus {
    height: 3rem;
  }

  .lg\:focus\:h-16:focus {
    height: 4rem;
  }

  .lg\:focus\:h-20:focus {
    height: 5rem;
  }

  .lg\:focus\:h-24:focus {
    height: 6rem;
  }

  .lg\:focus\:h-32:focus {
    height: 8rem;
  }

  .lg\:focus\:h-40:focus {
    height: 10rem;
  }

  .lg\:focus\:h-48:focus {
    height: 12rem;
  }

  .lg\:focus\:h-56:focus {
    height: 14rem;
  }

  .lg\:focus\:h-64:focus {
    height: 16rem;
  }

  .lg\:focus\:h-auto:focus {
    height: auto;
  }

  .lg\:focus\:h-px:focus {
    height: 1px;
  }

  .lg\:focus\:h-full:focus {
    height: 100%;
  }

  .lg\:focus\:h-screen:focus {
    height: 100vh;
  }

  .lg\:active\:h-0:active {
    height: 0;
  }

  .lg\:active\:h-1:active {
    height: 0.25rem;
  }

  .lg\:active\:h-2:active {
    height: 0.5rem;
  }

  .lg\:active\:h-3:active {
    height: 0.75rem;
  }

  .lg\:active\:h-4:active {
    height: 1rem;
  }

  .lg\:active\:h-5:active {
    height: 1.25rem;
  }

  .lg\:active\:h-6:active {
    height: 1.5rem;
  }

  .lg\:active\:h-8:active {
    height: 2rem;
  }

  .lg\:active\:h-10:active {
    height: 2.5rem;
  }

  .lg\:active\:h-12:active {
    height: 3rem;
  }

  .lg\:active\:h-16:active {
    height: 4rem;
  }

  .lg\:active\:h-20:active {
    height: 5rem;
  }

  .lg\:active\:h-24:active {
    height: 6rem;
  }

  .lg\:active\:h-32:active {
    height: 8rem;
  }

  .lg\:active\:h-40:active {
    height: 10rem;
  }

  .lg\:active\:h-48:active {
    height: 12rem;
  }

  .lg\:active\:h-56:active {
    height: 14rem;
  }

  .lg\:active\:h-64:active {
    height: 16rem;
  }

  .lg\:active\:h-auto:active {
    height: auto;
  }

  .lg\:active\:h-px:active {
    height: 1px;
  }

  .lg\:active\:h-full:active {
    height: 100%;
  }

  .lg\:active\:h-screen:active {
    height: 100vh;
  }

  .lg\:visited\:h-0:visited {
    height: 0;
  }

  .lg\:visited\:h-1:visited {
    height: 0.25rem;
  }

  .lg\:visited\:h-2:visited {
    height: 0.5rem;
  }

  .lg\:visited\:h-3:visited {
    height: 0.75rem;
  }

  .lg\:visited\:h-4:visited {
    height: 1rem;
  }

  .lg\:visited\:h-5:visited {
    height: 1.25rem;
  }

  .lg\:visited\:h-6:visited {
    height: 1.5rem;
  }

  .lg\:visited\:h-8:visited {
    height: 2rem;
  }

  .lg\:visited\:h-10:visited {
    height: 2.5rem;
  }

  .lg\:visited\:h-12:visited {
    height: 3rem;
  }

  .lg\:visited\:h-16:visited {
    height: 4rem;
  }

  .lg\:visited\:h-20:visited {
    height: 5rem;
  }

  .lg\:visited\:h-24:visited {
    height: 6rem;
  }

  .lg\:visited\:h-32:visited {
    height: 8rem;
  }

  .lg\:visited\:h-40:visited {
    height: 10rem;
  }

  .lg\:visited\:h-48:visited {
    height: 12rem;
  }

  .lg\:visited\:h-56:visited {
    height: 14rem;
  }

  .lg\:visited\:h-64:visited {
    height: 16rem;
  }

  .lg\:visited\:h-auto:visited {
    height: auto;
  }

  .lg\:visited\:h-px:visited {
    height: 1px;
  }

  .lg\:visited\:h-full:visited {
    height: 100%;
  }

  .lg\:visited\:h-screen:visited {
    height: 100vh;
  }

  .lg\:disabled\:h-0:disabled {
    height: 0;
  }

  .lg\:disabled\:h-1:disabled {
    height: 0.25rem;
  }

  .lg\:disabled\:h-2:disabled {
    height: 0.5rem;
  }

  .lg\:disabled\:h-3:disabled {
    height: 0.75rem;
  }

  .lg\:disabled\:h-4:disabled {
    height: 1rem;
  }

  .lg\:disabled\:h-5:disabled {
    height: 1.25rem;
  }

  .lg\:disabled\:h-6:disabled {
    height: 1.5rem;
  }

  .lg\:disabled\:h-8:disabled {
    height: 2rem;
  }

  .lg\:disabled\:h-10:disabled {
    height: 2.5rem;
  }

  .lg\:disabled\:h-12:disabled {
    height: 3rem;
  }

  .lg\:disabled\:h-16:disabled {
    height: 4rem;
  }

  .lg\:disabled\:h-20:disabled {
    height: 5rem;
  }

  .lg\:disabled\:h-24:disabled {
    height: 6rem;
  }

  .lg\:disabled\:h-32:disabled {
    height: 8rem;
  }

  .lg\:disabled\:h-40:disabled {
    height: 10rem;
  }

  .lg\:disabled\:h-48:disabled {
    height: 12rem;
  }

  .lg\:disabled\:h-56:disabled {
    height: 14rem;
  }

  .lg\:disabled\:h-64:disabled {
    height: 16rem;
  }

  .lg\:disabled\:h-auto:disabled {
    height: auto;
  }

  .lg\:disabled\:h-px:disabled {
    height: 1px;
  }

  .lg\:disabled\:h-full:disabled {
    height: 100%;
  }

  .lg\:disabled\:h-screen:disabled {
    height: 100vh;
  }

  .lg\:leading-none {
    line-height: 1;
  }

  .lg\:leading-tight {
    line-height: 1.25;
  }

  .lg\:leading-snug {
    line-height: 1.375;
  }

  .lg\:leading-normal {
    line-height: 1.5;
  }

  .lg\:leading-relaxed {
    line-height: 1.625;
  }

  .lg\:leading-loose {
    line-height: 2;
  }

  .group:hover .lg\:group-hover\:leading-none {
    line-height: 1;
  }

  .group:hover .lg\:group-hover\:leading-tight {
    line-height: 1.25;
  }

  .group:hover .lg\:group-hover\:leading-snug {
    line-height: 1.375;
  }

  .group:hover .lg\:group-hover\:leading-normal {
    line-height: 1.5;
  }

  .group:hover .lg\:group-hover\:leading-relaxed {
    line-height: 1.625;
  }

  .group:hover .lg\:group-hover\:leading-loose {
    line-height: 2;
  }

  .lg\:focus-within\:leading-none:focus-within {
    line-height: 1;
  }

  .lg\:focus-within\:leading-tight:focus-within {
    line-height: 1.25;
  }

  .lg\:focus-within\:leading-snug:focus-within {
    line-height: 1.375;
  }

  .lg\:focus-within\:leading-normal:focus-within {
    line-height: 1.5;
  }

  .lg\:focus-within\:leading-relaxed:focus-within {
    line-height: 1.625;
  }

  .lg\:focus-within\:leading-loose:focus-within {
    line-height: 2;
  }

  .lg\:first\:leading-none:first-child {
    line-height: 1;
  }

  .lg\:first\:leading-tight:first-child {
    line-height: 1.25;
  }

  .lg\:first\:leading-snug:first-child {
    line-height: 1.375;
  }

  .lg\:first\:leading-normal:first-child {
    line-height: 1.5;
  }

  .lg\:first\:leading-relaxed:first-child {
    line-height: 1.625;
  }

  .lg\:first\:leading-loose:first-child {
    line-height: 2;
  }

  .lg\:last\:leading-none:last-child {
    line-height: 1;
  }

  .lg\:last\:leading-tight:last-child {
    line-height: 1.25;
  }

  .lg\:last\:leading-snug:last-child {
    line-height: 1.375;
  }

  .lg\:last\:leading-normal:last-child {
    line-height: 1.5;
  }

  .lg\:last\:leading-relaxed:last-child {
    line-height: 1.625;
  }

  .lg\:last\:leading-loose:last-child {
    line-height: 2;
  }

  .lg\:odd\:leading-none:nth-child(odd) {
    line-height: 1;
  }

  .lg\:odd\:leading-tight:nth-child(odd) {
    line-height: 1.25;
  }

  .lg\:odd\:leading-snug:nth-child(odd) {
    line-height: 1.375;
  }

  .lg\:odd\:leading-normal:nth-child(odd) {
    line-height: 1.5;
  }

  .lg\:odd\:leading-relaxed:nth-child(odd) {
    line-height: 1.625;
  }

  .lg\:odd\:leading-loose:nth-child(odd) {
    line-height: 2;
  }

  .lg\:even\:leading-none:nth-child(even) {
    line-height: 1;
  }

  .lg\:even\:leading-tight:nth-child(even) {
    line-height: 1.25;
  }

  .lg\:even\:leading-snug:nth-child(even) {
    line-height: 1.375;
  }

  .lg\:even\:leading-normal:nth-child(even) {
    line-height: 1.5;
  }

  .lg\:even\:leading-relaxed:nth-child(even) {
    line-height: 1.625;
  }

  .lg\:even\:leading-loose:nth-child(even) {
    line-height: 2;
  }

  .lg\:hover\:leading-none:hover {
    line-height: 1;
  }

  .lg\:hover\:leading-tight:hover {
    line-height: 1.25;
  }

  .lg\:hover\:leading-snug:hover {
    line-height: 1.375;
  }

  .lg\:hover\:leading-normal:hover {
    line-height: 1.5;
  }

  .lg\:hover\:leading-relaxed:hover {
    line-height: 1.625;
  }

  .lg\:hover\:leading-loose:hover {
    line-height: 2;
  }

  .lg\:focus\:leading-none:focus {
    line-height: 1;
  }

  .lg\:focus\:leading-tight:focus {
    line-height: 1.25;
  }

  .lg\:focus\:leading-snug:focus {
    line-height: 1.375;
  }

  .lg\:focus\:leading-normal:focus {
    line-height: 1.5;
  }

  .lg\:focus\:leading-relaxed:focus {
    line-height: 1.625;
  }

  .lg\:focus\:leading-loose:focus {
    line-height: 2;
  }

  .lg\:active\:leading-none:active {
    line-height: 1;
  }

  .lg\:active\:leading-tight:active {
    line-height: 1.25;
  }

  .lg\:active\:leading-snug:active {
    line-height: 1.375;
  }

  .lg\:active\:leading-normal:active {
    line-height: 1.5;
  }

  .lg\:active\:leading-relaxed:active {
    line-height: 1.625;
  }

  .lg\:active\:leading-loose:active {
    line-height: 2;
  }

  .lg\:visited\:leading-none:visited {
    line-height: 1;
  }

  .lg\:visited\:leading-tight:visited {
    line-height: 1.25;
  }

  .lg\:visited\:leading-snug:visited {
    line-height: 1.375;
  }

  .lg\:visited\:leading-normal:visited {
    line-height: 1.5;
  }

  .lg\:visited\:leading-relaxed:visited {
    line-height: 1.625;
  }

  .lg\:visited\:leading-loose:visited {
    line-height: 2;
  }

  .lg\:disabled\:leading-none:disabled {
    line-height: 1;
  }

  .lg\:disabled\:leading-tight:disabled {
    line-height: 1.25;
  }

  .lg\:disabled\:leading-snug:disabled {
    line-height: 1.375;
  }

  .lg\:disabled\:leading-normal:disabled {
    line-height: 1.5;
  }

  .lg\:disabled\:leading-relaxed:disabled {
    line-height: 1.625;
  }

  .lg\:disabled\:leading-loose:disabled {
    line-height: 2;
  }

  .lg\:list-inside {
    list-style-position: inside;
  }

  .lg\:list-outside {
    list-style-position: outside;
  }

  .group:hover .lg\:group-hover\:list-inside {
    list-style-position: inside;
  }

  .group:hover .lg\:group-hover\:list-outside {
    list-style-position: outside;
  }

  .lg\:focus-within\:list-inside:focus-within {
    list-style-position: inside;
  }

  .lg\:focus-within\:list-outside:focus-within {
    list-style-position: outside;
  }

  .lg\:first\:list-inside:first-child {
    list-style-position: inside;
  }

  .lg\:first\:list-outside:first-child {
    list-style-position: outside;
  }

  .lg\:last\:list-inside:last-child {
    list-style-position: inside;
  }

  .lg\:last\:list-outside:last-child {
    list-style-position: outside;
  }

  .lg\:odd\:list-inside:nth-child(odd) {
    list-style-position: inside;
  }

  .lg\:odd\:list-outside:nth-child(odd) {
    list-style-position: outside;
  }

  .lg\:even\:list-inside:nth-child(even) {
    list-style-position: inside;
  }

  .lg\:even\:list-outside:nth-child(even) {
    list-style-position: outside;
  }

  .lg\:hover\:list-inside:hover {
    list-style-position: inside;
  }

  .lg\:hover\:list-outside:hover {
    list-style-position: outside;
  }

  .lg\:focus\:list-inside:focus {
    list-style-position: inside;
  }

  .lg\:focus\:list-outside:focus {
    list-style-position: outside;
  }

  .lg\:active\:list-inside:active {
    list-style-position: inside;
  }

  .lg\:active\:list-outside:active {
    list-style-position: outside;
  }

  .lg\:visited\:list-inside:visited {
    list-style-position: inside;
  }

  .lg\:visited\:list-outside:visited {
    list-style-position: outside;
  }

  .lg\:disabled\:list-inside:disabled {
    list-style-position: inside;
  }

  .lg\:disabled\:list-outside:disabled {
    list-style-position: outside;
  }

  .lg\:list-none {
    list-style-type: none;
  }

  .lg\:list-disc {
    list-style-type: disc;
  }

  .lg\:list-decimal {
    list-style-type: decimal;
  }

  .group:hover .lg\:group-hover\:list-none {
    list-style-type: none;
  }

  .group:hover .lg\:group-hover\:list-disc {
    list-style-type: disc;
  }

  .group:hover .lg\:group-hover\:list-decimal {
    list-style-type: decimal;
  }

  .lg\:focus-within\:list-none:focus-within {
    list-style-type: none;
  }

  .lg\:focus-within\:list-disc:focus-within {
    list-style-type: disc;
  }

  .lg\:focus-within\:list-decimal:focus-within {
    list-style-type: decimal;
  }

  .lg\:first\:list-none:first-child {
    list-style-type: none;
  }

  .lg\:first\:list-disc:first-child {
    list-style-type: disc;
  }

  .lg\:first\:list-decimal:first-child {
    list-style-type: decimal;
  }

  .lg\:last\:list-none:last-child {
    list-style-type: none;
  }

  .lg\:last\:list-disc:last-child {
    list-style-type: disc;
  }

  .lg\:last\:list-decimal:last-child {
    list-style-type: decimal;
  }

  .lg\:odd\:list-none:nth-child(odd) {
    list-style-type: none;
  }

  .lg\:odd\:list-disc:nth-child(odd) {
    list-style-type: disc;
  }

  .lg\:odd\:list-decimal:nth-child(odd) {
    list-style-type: decimal;
  }

  .lg\:even\:list-none:nth-child(even) {
    list-style-type: none;
  }

  .lg\:even\:list-disc:nth-child(even) {
    list-style-type: disc;
  }

  .lg\:even\:list-decimal:nth-child(even) {
    list-style-type: decimal;
  }

  .lg\:hover\:list-none:hover {
    list-style-type: none;
  }

  .lg\:hover\:list-disc:hover {
    list-style-type: disc;
  }

  .lg\:hover\:list-decimal:hover {
    list-style-type: decimal;
  }

  .lg\:focus\:list-none:focus {
    list-style-type: none;
  }

  .lg\:focus\:list-disc:focus {
    list-style-type: disc;
  }

  .lg\:focus\:list-decimal:focus {
    list-style-type: decimal;
  }

  .lg\:active\:list-none:active {
    list-style-type: none;
  }

  .lg\:active\:list-disc:active {
    list-style-type: disc;
  }

  .lg\:active\:list-decimal:active {
    list-style-type: decimal;
  }

  .lg\:visited\:list-none:visited {
    list-style-type: none;
  }

  .lg\:visited\:list-disc:visited {
    list-style-type: disc;
  }

  .lg\:visited\:list-decimal:visited {
    list-style-type: decimal;
  }

  .lg\:disabled\:list-none:disabled {
    list-style-type: none;
  }

  .lg\:disabled\:list-disc:disabled {
    list-style-type: disc;
  }

  .lg\:disabled\:list-decimal:disabled {
    list-style-type: decimal;
  }

  .lg\:m-0 {
    margin: 0;
  }

  .lg\:m-1 {
    margin: 0.25rem;
  }

  .lg\:m-2 {
    margin: 0.5rem;
  }

  .lg\:m-3 {
    margin: 0.75rem;
  }

  .lg\:m-4 {
    margin: 1rem;
  }

  .lg\:m-5 {
    margin: 1.25rem;
  }

  .lg\:m-6 {
    margin: 1.5rem;
  }

  .lg\:m-8 {
    margin: 2rem;
  }

  .lg\:m-10 {
    margin: 2.5rem;
  }

  .lg\:m-12 {
    margin: 3rem;
  }

  .lg\:m-16 {
    margin: 4rem;
  }

  .lg\:m-20 {
    margin: 5rem;
  }

  .lg\:m-24 {
    margin: 6rem;
  }

  .lg\:m-32 {
    margin: 8rem;
  }

  .lg\:m-40 {
    margin: 10rem;
  }

  .lg\:m-48 {
    margin: 12rem;
  }

  .lg\:m-56 {
    margin: 14rem;
  }

  .lg\:m-64 {
    margin: 16rem;
  }

  .lg\:m-auto {
    margin: auto;
  }

  .lg\:m-px {
    margin: 1px;
  }

  .lg\:-m-1 {
    margin: -0.25rem;
  }

  .lg\:-m-2 {
    margin: -0.5rem;
  }

  .lg\:-m-3 {
    margin: -0.75rem;
  }

  .lg\:-m-4 {
    margin: -1rem;
  }

  .lg\:-m-5 {
    margin: -1.25rem;
  }

  .lg\:-m-6 {
    margin: -1.5rem;
  }

  .lg\:-m-8 {
    margin: -2rem;
  }

  .lg\:-m-10 {
    margin: -2.5rem;
  }

  .lg\:-m-12 {
    margin: -3rem;
  }

  .lg\:-m-16 {
    margin: -4rem;
  }

  .lg\:-m-20 {
    margin: -5rem;
  }

  .lg\:-m-24 {
    margin: -6rem;
  }

  .lg\:-m-32 {
    margin: -8rem;
  }

  .lg\:-m-40 {
    margin: -10rem;
  }

  .lg\:-m-48 {
    margin: -12rem;
  }

  .lg\:-m-56 {
    margin: -14rem;
  }

  .lg\:-m-64 {
    margin: -16rem;
  }

  .lg\:-m-px {
    margin: -1px;
  }

  .lg\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lg\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .lg\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .lg\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .lg\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .lg\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .lg\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .lg\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .lg\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .lg\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .lg\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .lg\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .lg\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .lg\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .lg\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .lg\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:mt-0 {
    margin-top: 0;
  }

  .lg\:mr-0 {
    margin-right: 0;
  }

  .lg\:mb-0 {
    margin-bottom: 0;
  }

  .lg\:ml-0 {
    margin-left: 0;
  }

  .lg\:mt-1 {
    margin-top: 0.25rem;
  }

  .lg\:mr-1 {
    margin-right: 0.25rem;
  }

  .lg\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .lg\:ml-1 {
    margin-left: 0.25rem;
  }

  .lg\:mt-2 {
    margin-top: 0.5rem;
  }

  .lg\:mr-2 {
    margin-right: 0.5rem;
  }

  .lg\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .lg\:ml-2 {
    margin-left: 0.5rem;
  }

  .lg\:mt-3 {
    margin-top: 0.75rem;
  }

  .lg\:mr-3 {
    margin-right: 0.75rem;
  }

  .lg\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .lg\:ml-3 {
    margin-left: 0.75rem;
  }

  .lg\:mt-4 {
    margin-top: 1rem;
  }

  .lg\:mr-4 {
    margin-right: 1rem;
  }

  .lg\:mb-4 {
    margin-bottom: 1rem;
  }

  .lg\:ml-4 {
    margin-left: 1rem;
  }

  .lg\:mt-5 {
    margin-top: 1.25rem;
  }

  .lg\:mr-5 {
    margin-right: 1.25rem;
  }

  .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .lg\:ml-5 {
    margin-left: 1.25rem;
  }

  .lg\:mt-6 {
    margin-top: 1.5rem;
  }

  .lg\:mr-6 {
    margin-right: 1.5rem;
  }

  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .lg\:ml-6 {
    margin-left: 1.5rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:mr-8 {
    margin-right: 2rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:ml-8 {
    margin-left: 2rem;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:mr-10 {
    margin-right: 2.5rem;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:ml-10 {
    margin-left: 2.5rem;
  }

  .lg\:mt-12 {
    margin-top: 3rem;
  }

  .lg\:mr-12 {
    margin-right: 3rem;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:ml-12 {
    margin-left: 3rem;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

  .lg\:mr-16 {
    margin-right: 4rem;
  }

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:ml-16 {
    margin-left: 4rem;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:mr-20 {
    margin-right: 5rem;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

  .lg\:ml-20 {
    margin-left: 5rem;
  }

  .lg\:mt-24 {
    margin-top: 6rem;
  }

  .lg\:mr-24 {
    margin-right: 6rem;
  }

  .lg\:mb-24 {
    margin-bottom: 6rem;
  }

  .lg\:ml-24 {
    margin-left: 6rem;
  }

  .lg\:mt-32 {
    margin-top: 8rem;
  }

  .lg\:mr-32 {
    margin-right: 8rem;
  }

  .lg\:mb-32 {
    margin-bottom: 8rem;
  }

  .lg\:ml-32 {
    margin-left: 8rem;
  }

  .lg\:mt-40 {
    margin-top: 10rem;
  }

  .lg\:mr-40 {
    margin-right: 10rem;
  }

  .lg\:mb-40 {
    margin-bottom: 10rem;
  }

  .lg\:ml-40 {
    margin-left: 10rem;
  }

  .lg\:mt-48 {
    margin-top: 12rem;
  }

  .lg\:mr-48 {
    margin-right: 12rem;
  }

  .lg\:mb-48 {
    margin-bottom: 12rem;
  }

  .lg\:ml-48 {
    margin-left: 12rem;
  }

  .lg\:mt-56 {
    margin-top: 14rem;
  }

  .lg\:mr-56 {
    margin-right: 14rem;
  }

  .lg\:mb-56 {
    margin-bottom: 14rem;
  }

  .lg\:ml-56 {
    margin-left: 14rem;
  }

  .lg\:mt-64 {
    margin-top: 16rem;
  }

  .lg\:mr-64 {
    margin-right: 16rem;
  }

  .lg\:mb-64 {
    margin-bottom: 16rem;
  }

  .lg\:ml-64 {
    margin-left: 16rem;
  }

  .lg\:mt-auto {
    margin-top: auto;
  }

  .lg\:mr-auto {
    margin-right: auto;
  }

  .lg\:mb-auto {
    margin-bottom: auto;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:mt-px {
    margin-top: 1px;
  }

  .lg\:mr-px {
    margin-right: 1px;
  }

  .lg\:mb-px {
    margin-bottom: 1px;
  }

  .lg\:ml-px {
    margin-left: 1px;
  }

  .lg\:-mt-1 {
    margin-top: -0.25rem;
  }

  .lg\:-mr-1 {
    margin-right: -0.25rem;
  }

  .lg\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .lg\:-ml-1 {
    margin-left: -0.25rem;
  }

  .lg\:-mt-2 {
    margin-top: -0.5rem;
  }

  .lg\:-mr-2 {
    margin-right: -0.5rem;
  }

  .lg\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .lg\:-ml-2 {
    margin-left: -0.5rem;
  }

  .lg\:-mt-3 {
    margin-top: -0.75rem;
  }

  .lg\:-mr-3 {
    margin-right: -0.75rem;
  }

  .lg\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .lg\:-ml-3 {
    margin-left: -0.75rem;
  }

  .lg\:-mt-4 {
    margin-top: -1rem;
  }

  .lg\:-mr-4 {
    margin-right: -1rem;
  }

  .lg\:-mb-4 {
    margin-bottom: -1rem;
  }

  .lg\:-ml-4 {
    margin-left: -1rem;
  }

  .lg\:-mt-5 {
    margin-top: -1.25rem;
  }

  .lg\:-mr-5 {
    margin-right: -1.25rem;
  }

  .lg\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .lg\:-ml-5 {
    margin-left: -1.25rem;
  }

  .lg\:-mt-6 {
    margin-top: -1.5rem;
  }

  .lg\:-mr-6 {
    margin-right: -1.5rem;
  }

  .lg\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .lg\:-ml-6 {
    margin-left: -1.5rem;
  }

  .lg\:-mt-8 {
    margin-top: -2rem;
  }

  .lg\:-mr-8 {
    margin-right: -2rem;
  }

  .lg\:-mb-8 {
    margin-bottom: -2rem;
  }

  .lg\:-ml-8 {
    margin-left: -2rem;
  }

  .lg\:-mt-10 {
    margin-top: -2.5rem;
  }

  .lg\:-mr-10 {
    margin-right: -2.5rem;
  }

  .lg\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .lg\:-ml-10 {
    margin-left: -2.5rem;
  }

  .lg\:-mt-12 {
    margin-top: -3rem;
  }

  .lg\:-mr-12 {
    margin-right: -3rem;
  }

  .lg\:-mb-12 {
    margin-bottom: -3rem;
  }

  .lg\:-ml-12 {
    margin-left: -3rem;
  }

  .lg\:-mt-16 {
    margin-top: -4rem;
  }

  .lg\:-mr-16 {
    margin-right: -4rem;
  }

  .lg\:-mb-16 {
    margin-bottom: -4rem;
  }

  .lg\:-ml-16 {
    margin-left: -4rem;
  }

  .lg\:-mt-20 {
    margin-top: -5rem;
  }

  .lg\:-mr-20 {
    margin-right: -5rem;
  }

  .lg\:-mb-20 {
    margin-bottom: -5rem;
  }

  .lg\:-ml-20 {
    margin-left: -5rem;
  }

  .lg\:-mt-24 {
    margin-top: -6rem;
  }

  .lg\:-mr-24 {
    margin-right: -6rem;
  }

  .lg\:-mb-24 {
    margin-bottom: -6rem;
  }

  .lg\:-ml-24 {
    margin-left: -6rem;
  }

  .lg\:-mt-32 {
    margin-top: -8rem;
  }

  .lg\:-mr-32 {
    margin-right: -8rem;
  }

  .lg\:-mb-32 {
    margin-bottom: -8rem;
  }

  .lg\:-ml-32 {
    margin-left: -8rem;
  }

  .lg\:-mt-40 {
    margin-top: -10rem;
  }

  .lg\:-mr-40 {
    margin-right: -10rem;
  }

  .lg\:-mb-40 {
    margin-bottom: -10rem;
  }

  .lg\:-ml-40 {
    margin-left: -10rem;
  }

  .lg\:-mt-48 {
    margin-top: -12rem;
  }

  .lg\:-mr-48 {
    margin-right: -12rem;
  }

  .lg\:-mb-48 {
    margin-bottom: -12rem;
  }

  .lg\:-ml-48 {
    margin-left: -12rem;
  }

  .lg\:-mt-56 {
    margin-top: -14rem;
  }

  .lg\:-mr-56 {
    margin-right: -14rem;
  }

  .lg\:-mb-56 {
    margin-bottom: -14rem;
  }

  .lg\:-ml-56 {
    margin-left: -14rem;
  }

  .lg\:-mt-64 {
    margin-top: -16rem;
  }

  .lg\:-mr-64 {
    margin-right: -16rem;
  }

  .lg\:-mb-64 {
    margin-bottom: -16rem;
  }

  .lg\:-ml-64 {
    margin-left: -16rem;
  }

  .lg\:-mt-px {
    margin-top: -1px;
  }

  .lg\:-mr-px {
    margin-right: -1px;
  }

  .lg\:-mb-px {
    margin-bottom: -1px;
  }

  .lg\:-ml-px {
    margin-left: -1px;
  }

  .group:hover .lg\:group-hover\:m-0 {
    margin: 0;
  }

  .group:hover .lg\:group-hover\:m-1 {
    margin: 0.25rem;
  }

  .group:hover .lg\:group-hover\:m-2 {
    margin: 0.5rem;
  }

  .group:hover .lg\:group-hover\:m-3 {
    margin: 0.75rem;
  }

  .group:hover .lg\:group-hover\:m-4 {
    margin: 1rem;
  }

  .group:hover .lg\:group-hover\:m-5 {
    margin: 1.25rem;
  }

  .group:hover .lg\:group-hover\:m-6 {
    margin: 1.5rem;
  }

  .group:hover .lg\:group-hover\:m-8 {
    margin: 2rem;
  }

  .group:hover .lg\:group-hover\:m-10 {
    margin: 2.5rem;
  }

  .group:hover .lg\:group-hover\:m-12 {
    margin: 3rem;
  }

  .group:hover .lg\:group-hover\:m-16 {
    margin: 4rem;
  }

  .group:hover .lg\:group-hover\:m-20 {
    margin: 5rem;
  }

  .group:hover .lg\:group-hover\:m-24 {
    margin: 6rem;
  }

  .group:hover .lg\:group-hover\:m-32 {
    margin: 8rem;
  }

  .group:hover .lg\:group-hover\:m-40 {
    margin: 10rem;
  }

  .group:hover .lg\:group-hover\:m-48 {
    margin: 12rem;
  }

  .group:hover .lg\:group-hover\:m-56 {
    margin: 14rem;
  }

  .group:hover .lg\:group-hover\:m-64 {
    margin: 16rem;
  }

  .group:hover .lg\:group-hover\:m-auto {
    margin: auto;
  }

  .group:hover .lg\:group-hover\:m-px {
    margin: 1px;
  }

  .group:hover .lg\:group-hover\:-m-1 {
    margin: -0.25rem;
  }

  .group:hover .lg\:group-hover\:-m-2 {
    margin: -0.5rem;
  }

  .group:hover .lg\:group-hover\:-m-3 {
    margin: -0.75rem;
  }

  .group:hover .lg\:group-hover\:-m-4 {
    margin: -1rem;
  }

  .group:hover .lg\:group-hover\:-m-5 {
    margin: -1.25rem;
  }

  .group:hover .lg\:group-hover\:-m-6 {
    margin: -1.5rem;
  }

  .group:hover .lg\:group-hover\:-m-8 {
    margin: -2rem;
  }

  .group:hover .lg\:group-hover\:-m-10 {
    margin: -2.5rem;
  }

  .group:hover .lg\:group-hover\:-m-12 {
    margin: -3rem;
  }

  .group:hover .lg\:group-hover\:-m-16 {
    margin: -4rem;
  }

  .group:hover .lg\:group-hover\:-m-20 {
    margin: -5rem;
  }

  .group:hover .lg\:group-hover\:-m-24 {
    margin: -6rem;
  }

  .group:hover .lg\:group-hover\:-m-32 {
    margin: -8rem;
  }

  .group:hover .lg\:group-hover\:-m-40 {
    margin: -10rem;
  }

  .group:hover .lg\:group-hover\:-m-48 {
    margin: -12rem;
  }

  .group:hover .lg\:group-hover\:-m-56 {
    margin: -14rem;
  }

  .group:hover .lg\:group-hover\:-m-64 {
    margin: -16rem;
  }

  .group:hover .lg\:group-hover\:-m-px {
    margin: -1px;
  }

  .group:hover .lg\:group-hover\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .group:hover .lg\:group-hover\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .group:hover .lg\:group-hover\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .group:hover .lg\:group-hover\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .group:hover .lg\:group-hover\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .group:hover .lg\:group-hover\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .group:hover .lg\:group-hover\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .group:hover .lg\:group-hover\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .group:hover .lg\:group-hover\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .group:hover .lg\:group-hover\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .group:hover .lg\:group-hover\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .group:hover .lg\:group-hover\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .group:hover .lg\:group-hover\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .group:hover .lg\:group-hover\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .group:hover .lg\:group-hover\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .group:hover .lg\:group-hover\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .group:hover .lg\:group-hover\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .group:hover .lg\:group-hover\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .group:hover .lg\:group-hover\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .group:hover .lg\:group-hover\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .group:hover .lg\:group-hover\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .group:hover .lg\:group-hover\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .group:hover .lg\:group-hover\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .group:hover .lg\:group-hover\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .group:hover .lg\:group-hover\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .group:hover .lg\:group-hover\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .group:hover .lg\:group-hover\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .group:hover .lg\:group-hover\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .group:hover .lg\:group-hover\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .group:hover .lg\:group-hover\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .group:hover .lg\:group-hover\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .group:hover .lg\:group-hover\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .group:hover .lg\:group-hover\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .group:hover .lg\:group-hover\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .group:hover .lg\:group-hover\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .group:hover .lg\:group-hover\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .group:hover .lg\:group-hover\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .group:hover .lg\:group-hover\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .group:hover .lg\:group-hover\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .group:hover .lg\:group-hover\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .group:hover .lg\:group-hover\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .group:hover .lg\:group-hover\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .group:hover .lg\:group-hover\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .group:hover .lg\:group-hover\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .group:hover .lg\:group-hover\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .group:hover .lg\:group-hover\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .group:hover .lg\:group-hover\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .group:hover .lg\:group-hover\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .group:hover .lg\:group-hover\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .group:hover .lg\:group-hover\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .group:hover .lg\:group-hover\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .group:hover .lg\:group-hover\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .group:hover .lg\:group-hover\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .group:hover .lg\:group-hover\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .group:hover .lg\:group-hover\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .group:hover .lg\:group-hover\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .group:hover .lg\:group-hover\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .group:hover .lg\:group-hover\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .group:hover .lg\:group-hover\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .group:hover .lg\:group-hover\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .group:hover .lg\:group-hover\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .group:hover .lg\:group-hover\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .group:hover .lg\:group-hover\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .group:hover .lg\:group-hover\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .group:hover .lg\:group-hover\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .group:hover .lg\:group-hover\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .group:hover .lg\:group-hover\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .group:hover .lg\:group-hover\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .group:hover .lg\:group-hover\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .group:hover .lg\:group-hover\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .group:hover .lg\:group-hover\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .group:hover .lg\:group-hover\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .group:hover .lg\:group-hover\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .group:hover .lg\:group-hover\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .group:hover .lg\:group-hover\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .group:hover .lg\:group-hover\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .group:hover .lg\:group-hover\:mt-0 {
    margin-top: 0;
  }

  .group:hover .lg\:group-hover\:mr-0 {
    margin-right: 0;
  }

  .group:hover .lg\:group-hover\:mb-0 {
    margin-bottom: 0;
  }

  .group:hover .lg\:group-hover\:ml-0 {
    margin-left: 0;
  }

  .group:hover .lg\:group-hover\:mt-1 {
    margin-top: 0.25rem;
  }

  .group:hover .lg\:group-hover\:mr-1 {
    margin-right: 0.25rem;
  }

  .group:hover .lg\:group-hover\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .group:hover .lg\:group-hover\:ml-1 {
    margin-left: 0.25rem;
  }

  .group:hover .lg\:group-hover\:mt-2 {
    margin-top: 0.5rem;
  }

  .group:hover .lg\:group-hover\:mr-2 {
    margin-right: 0.5rem;
  }

  .group:hover .lg\:group-hover\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .group:hover .lg\:group-hover\:ml-2 {
    margin-left: 0.5rem;
  }

  .group:hover .lg\:group-hover\:mt-3 {
    margin-top: 0.75rem;
  }

  .group:hover .lg\:group-hover\:mr-3 {
    margin-right: 0.75rem;
  }

  .group:hover .lg\:group-hover\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .group:hover .lg\:group-hover\:ml-3 {
    margin-left: 0.75rem;
  }

  .group:hover .lg\:group-hover\:mt-4 {
    margin-top: 1rem;
  }

  .group:hover .lg\:group-hover\:mr-4 {
    margin-right: 1rem;
  }

  .group:hover .lg\:group-hover\:mb-4 {
    margin-bottom: 1rem;
  }

  .group:hover .lg\:group-hover\:ml-4 {
    margin-left: 1rem;
  }

  .group:hover .lg\:group-hover\:mt-5 {
    margin-top: 1.25rem;
  }

  .group:hover .lg\:group-hover\:mr-5 {
    margin-right: 1.25rem;
  }

  .group:hover .lg\:group-hover\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .group:hover .lg\:group-hover\:ml-5 {
    margin-left: 1.25rem;
  }

  .group:hover .lg\:group-hover\:mt-6 {
    margin-top: 1.5rem;
  }

  .group:hover .lg\:group-hover\:mr-6 {
    margin-right: 1.5rem;
  }

  .group:hover .lg\:group-hover\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .group:hover .lg\:group-hover\:ml-6 {
    margin-left: 1.5rem;
  }

  .group:hover .lg\:group-hover\:mt-8 {
    margin-top: 2rem;
  }

  .group:hover .lg\:group-hover\:mr-8 {
    margin-right: 2rem;
  }

  .group:hover .lg\:group-hover\:mb-8 {
    margin-bottom: 2rem;
  }

  .group:hover .lg\:group-hover\:ml-8 {
    margin-left: 2rem;
  }

  .group:hover .lg\:group-hover\:mt-10 {
    margin-top: 2.5rem;
  }

  .group:hover .lg\:group-hover\:mr-10 {
    margin-right: 2.5rem;
  }

  .group:hover .lg\:group-hover\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .group:hover .lg\:group-hover\:ml-10 {
    margin-left: 2.5rem;
  }

  .group:hover .lg\:group-hover\:mt-12 {
    margin-top: 3rem;
  }

  .group:hover .lg\:group-hover\:mr-12 {
    margin-right: 3rem;
  }

  .group:hover .lg\:group-hover\:mb-12 {
    margin-bottom: 3rem;
  }

  .group:hover .lg\:group-hover\:ml-12 {
    margin-left: 3rem;
  }

  .group:hover .lg\:group-hover\:mt-16 {
    margin-top: 4rem;
  }

  .group:hover .lg\:group-hover\:mr-16 {
    margin-right: 4rem;
  }

  .group:hover .lg\:group-hover\:mb-16 {
    margin-bottom: 4rem;
  }

  .group:hover .lg\:group-hover\:ml-16 {
    margin-left: 4rem;
  }

  .group:hover .lg\:group-hover\:mt-20 {
    margin-top: 5rem;
  }

  .group:hover .lg\:group-hover\:mr-20 {
    margin-right: 5rem;
  }

  .group:hover .lg\:group-hover\:mb-20 {
    margin-bottom: 5rem;
  }

  .group:hover .lg\:group-hover\:ml-20 {
    margin-left: 5rem;
  }

  .group:hover .lg\:group-hover\:mt-24 {
    margin-top: 6rem;
  }

  .group:hover .lg\:group-hover\:mr-24 {
    margin-right: 6rem;
  }

  .group:hover .lg\:group-hover\:mb-24 {
    margin-bottom: 6rem;
  }

  .group:hover .lg\:group-hover\:ml-24 {
    margin-left: 6rem;
  }

  .group:hover .lg\:group-hover\:mt-32 {
    margin-top: 8rem;
  }

  .group:hover .lg\:group-hover\:mr-32 {
    margin-right: 8rem;
  }

  .group:hover .lg\:group-hover\:mb-32 {
    margin-bottom: 8rem;
  }

  .group:hover .lg\:group-hover\:ml-32 {
    margin-left: 8rem;
  }

  .group:hover .lg\:group-hover\:mt-40 {
    margin-top: 10rem;
  }

  .group:hover .lg\:group-hover\:mr-40 {
    margin-right: 10rem;
  }

  .group:hover .lg\:group-hover\:mb-40 {
    margin-bottom: 10rem;
  }

  .group:hover .lg\:group-hover\:ml-40 {
    margin-left: 10rem;
  }

  .group:hover .lg\:group-hover\:mt-48 {
    margin-top: 12rem;
  }

  .group:hover .lg\:group-hover\:mr-48 {
    margin-right: 12rem;
  }

  .group:hover .lg\:group-hover\:mb-48 {
    margin-bottom: 12rem;
  }

  .group:hover .lg\:group-hover\:ml-48 {
    margin-left: 12rem;
  }

  .group:hover .lg\:group-hover\:mt-56 {
    margin-top: 14rem;
  }

  .group:hover .lg\:group-hover\:mr-56 {
    margin-right: 14rem;
  }

  .group:hover .lg\:group-hover\:mb-56 {
    margin-bottom: 14rem;
  }

  .group:hover .lg\:group-hover\:ml-56 {
    margin-left: 14rem;
  }

  .group:hover .lg\:group-hover\:mt-64 {
    margin-top: 16rem;
  }

  .group:hover .lg\:group-hover\:mr-64 {
    margin-right: 16rem;
  }

  .group:hover .lg\:group-hover\:mb-64 {
    margin-bottom: 16rem;
  }

  .group:hover .lg\:group-hover\:ml-64 {
    margin-left: 16rem;
  }

  .group:hover .lg\:group-hover\:mt-auto {
    margin-top: auto;
  }

  .group:hover .lg\:group-hover\:mr-auto {
    margin-right: auto;
  }

  .group:hover .lg\:group-hover\:mb-auto {
    margin-bottom: auto;
  }

  .group:hover .lg\:group-hover\:ml-auto {
    margin-left: auto;
  }

  .group:hover .lg\:group-hover\:mt-px {
    margin-top: 1px;
  }

  .group:hover .lg\:group-hover\:mr-px {
    margin-right: 1px;
  }

  .group:hover .lg\:group-hover\:mb-px {
    margin-bottom: 1px;
  }

  .group:hover .lg\:group-hover\:ml-px {
    margin-left: 1px;
  }

  .group:hover .lg\:group-hover\:-mt-1 {
    margin-top: -0.25rem;
  }

  .group:hover .lg\:group-hover\:-mr-1 {
    margin-right: -0.25rem;
  }

  .group:hover .lg\:group-hover\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .group:hover .lg\:group-hover\:-ml-1 {
    margin-left: -0.25rem;
  }

  .group:hover .lg\:group-hover\:-mt-2 {
    margin-top: -0.5rem;
  }

  .group:hover .lg\:group-hover\:-mr-2 {
    margin-right: -0.5rem;
  }

  .group:hover .lg\:group-hover\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .group:hover .lg\:group-hover\:-ml-2 {
    margin-left: -0.5rem;
  }

  .group:hover .lg\:group-hover\:-mt-3 {
    margin-top: -0.75rem;
  }

  .group:hover .lg\:group-hover\:-mr-3 {
    margin-right: -0.75rem;
  }

  .group:hover .lg\:group-hover\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .group:hover .lg\:group-hover\:-ml-3 {
    margin-left: -0.75rem;
  }

  .group:hover .lg\:group-hover\:-mt-4 {
    margin-top: -1rem;
  }

  .group:hover .lg\:group-hover\:-mr-4 {
    margin-right: -1rem;
  }

  .group:hover .lg\:group-hover\:-mb-4 {
    margin-bottom: -1rem;
  }

  .group:hover .lg\:group-hover\:-ml-4 {
    margin-left: -1rem;
  }

  .group:hover .lg\:group-hover\:-mt-5 {
    margin-top: -1.25rem;
  }

  .group:hover .lg\:group-hover\:-mr-5 {
    margin-right: -1.25rem;
  }

  .group:hover .lg\:group-hover\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .group:hover .lg\:group-hover\:-ml-5 {
    margin-left: -1.25rem;
  }

  .group:hover .lg\:group-hover\:-mt-6 {
    margin-top: -1.5rem;
  }

  .group:hover .lg\:group-hover\:-mr-6 {
    margin-right: -1.5rem;
  }

  .group:hover .lg\:group-hover\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .group:hover .lg\:group-hover\:-ml-6 {
    margin-left: -1.5rem;
  }

  .group:hover .lg\:group-hover\:-mt-8 {
    margin-top: -2rem;
  }

  .group:hover .lg\:group-hover\:-mr-8 {
    margin-right: -2rem;
  }

  .group:hover .lg\:group-hover\:-mb-8 {
    margin-bottom: -2rem;
  }

  .group:hover .lg\:group-hover\:-ml-8 {
    margin-left: -2rem;
  }

  .group:hover .lg\:group-hover\:-mt-10 {
    margin-top: -2.5rem;
  }

  .group:hover .lg\:group-hover\:-mr-10 {
    margin-right: -2.5rem;
  }

  .group:hover .lg\:group-hover\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .group:hover .lg\:group-hover\:-ml-10 {
    margin-left: -2.5rem;
  }

  .group:hover .lg\:group-hover\:-mt-12 {
    margin-top: -3rem;
  }

  .group:hover .lg\:group-hover\:-mr-12 {
    margin-right: -3rem;
  }

  .group:hover .lg\:group-hover\:-mb-12 {
    margin-bottom: -3rem;
  }

  .group:hover .lg\:group-hover\:-ml-12 {
    margin-left: -3rem;
  }

  .group:hover .lg\:group-hover\:-mt-16 {
    margin-top: -4rem;
  }

  .group:hover .lg\:group-hover\:-mr-16 {
    margin-right: -4rem;
  }

  .group:hover .lg\:group-hover\:-mb-16 {
    margin-bottom: -4rem;
  }

  .group:hover .lg\:group-hover\:-ml-16 {
    margin-left: -4rem;
  }

  .group:hover .lg\:group-hover\:-mt-20 {
    margin-top: -5rem;
  }

  .group:hover .lg\:group-hover\:-mr-20 {
    margin-right: -5rem;
  }

  .group:hover .lg\:group-hover\:-mb-20 {
    margin-bottom: -5rem;
  }

  .group:hover .lg\:group-hover\:-ml-20 {
    margin-left: -5rem;
  }

  .group:hover .lg\:group-hover\:-mt-24 {
    margin-top: -6rem;
  }

  .group:hover .lg\:group-hover\:-mr-24 {
    margin-right: -6rem;
  }

  .group:hover .lg\:group-hover\:-mb-24 {
    margin-bottom: -6rem;
  }

  .group:hover .lg\:group-hover\:-ml-24 {
    margin-left: -6rem;
  }

  .group:hover .lg\:group-hover\:-mt-32 {
    margin-top: -8rem;
  }

  .group:hover .lg\:group-hover\:-mr-32 {
    margin-right: -8rem;
  }

  .group:hover .lg\:group-hover\:-mb-32 {
    margin-bottom: -8rem;
  }

  .group:hover .lg\:group-hover\:-ml-32 {
    margin-left: -8rem;
  }

  .group:hover .lg\:group-hover\:-mt-40 {
    margin-top: -10rem;
  }

  .group:hover .lg\:group-hover\:-mr-40 {
    margin-right: -10rem;
  }

  .group:hover .lg\:group-hover\:-mb-40 {
    margin-bottom: -10rem;
  }

  .group:hover .lg\:group-hover\:-ml-40 {
    margin-left: -10rem;
  }

  .group:hover .lg\:group-hover\:-mt-48 {
    margin-top: -12rem;
  }

  .group:hover .lg\:group-hover\:-mr-48 {
    margin-right: -12rem;
  }

  .group:hover .lg\:group-hover\:-mb-48 {
    margin-bottom: -12rem;
  }

  .group:hover .lg\:group-hover\:-ml-48 {
    margin-left: -12rem;
  }

  .group:hover .lg\:group-hover\:-mt-56 {
    margin-top: -14rem;
  }

  .group:hover .lg\:group-hover\:-mr-56 {
    margin-right: -14rem;
  }

  .group:hover .lg\:group-hover\:-mb-56 {
    margin-bottom: -14rem;
  }

  .group:hover .lg\:group-hover\:-ml-56 {
    margin-left: -14rem;
  }

  .group:hover .lg\:group-hover\:-mt-64 {
    margin-top: -16rem;
  }

  .group:hover .lg\:group-hover\:-mr-64 {
    margin-right: -16rem;
  }

  .group:hover .lg\:group-hover\:-mb-64 {
    margin-bottom: -16rem;
  }

  .group:hover .lg\:group-hover\:-ml-64 {
    margin-left: -16rem;
  }

  .group:hover .lg\:group-hover\:-mt-px {
    margin-top: -1px;
  }

  .group:hover .lg\:group-hover\:-mr-px {
    margin-right: -1px;
  }

  .group:hover .lg\:group-hover\:-mb-px {
    margin-bottom: -1px;
  }

  .group:hover .lg\:group-hover\:-ml-px {
    margin-left: -1px;
  }

  .lg\:focus-within\:m-0:focus-within {
    margin: 0;
  }

  .lg\:focus-within\:m-1:focus-within {
    margin: 0.25rem;
  }

  .lg\:focus-within\:m-2:focus-within {
    margin: 0.5rem;
  }

  .lg\:focus-within\:m-3:focus-within {
    margin: 0.75rem;
  }

  .lg\:focus-within\:m-4:focus-within {
    margin: 1rem;
  }

  .lg\:focus-within\:m-5:focus-within {
    margin: 1.25rem;
  }

  .lg\:focus-within\:m-6:focus-within {
    margin: 1.5rem;
  }

  .lg\:focus-within\:m-8:focus-within {
    margin: 2rem;
  }

  .lg\:focus-within\:m-10:focus-within {
    margin: 2.5rem;
  }

  .lg\:focus-within\:m-12:focus-within {
    margin: 3rem;
  }

  .lg\:focus-within\:m-16:focus-within {
    margin: 4rem;
  }

  .lg\:focus-within\:m-20:focus-within {
    margin: 5rem;
  }

  .lg\:focus-within\:m-24:focus-within {
    margin: 6rem;
  }

  .lg\:focus-within\:m-32:focus-within {
    margin: 8rem;
  }

  .lg\:focus-within\:m-40:focus-within {
    margin: 10rem;
  }

  .lg\:focus-within\:m-48:focus-within {
    margin: 12rem;
  }

  .lg\:focus-within\:m-56:focus-within {
    margin: 14rem;
  }

  .lg\:focus-within\:m-64:focus-within {
    margin: 16rem;
  }

  .lg\:focus-within\:m-auto:focus-within {
    margin: auto;
  }

  .lg\:focus-within\:m-px:focus-within {
    margin: 1px;
  }

  .lg\:focus-within\:-m-1:focus-within {
    margin: -0.25rem;
  }

  .lg\:focus-within\:-m-2:focus-within {
    margin: -0.5rem;
  }

  .lg\:focus-within\:-m-3:focus-within {
    margin: -0.75rem;
  }

  .lg\:focus-within\:-m-4:focus-within {
    margin: -1rem;
  }

  .lg\:focus-within\:-m-5:focus-within {
    margin: -1.25rem;
  }

  .lg\:focus-within\:-m-6:focus-within {
    margin: -1.5rem;
  }

  .lg\:focus-within\:-m-8:focus-within {
    margin: -2rem;
  }

  .lg\:focus-within\:-m-10:focus-within {
    margin: -2.5rem;
  }

  .lg\:focus-within\:-m-12:focus-within {
    margin: -3rem;
  }

  .lg\:focus-within\:-m-16:focus-within {
    margin: -4rem;
  }

  .lg\:focus-within\:-m-20:focus-within {
    margin: -5rem;
  }

  .lg\:focus-within\:-m-24:focus-within {
    margin: -6rem;
  }

  .lg\:focus-within\:-m-32:focus-within {
    margin: -8rem;
  }

  .lg\:focus-within\:-m-40:focus-within {
    margin: -10rem;
  }

  .lg\:focus-within\:-m-48:focus-within {
    margin: -12rem;
  }

  .lg\:focus-within\:-m-56:focus-within {
    margin: -14rem;
  }

  .lg\:focus-within\:-m-64:focus-within {
    margin: -16rem;
  }

  .lg\:focus-within\:-m-px:focus-within {
    margin: -1px;
  }

  .lg\:focus-within\:my-0:focus-within {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:focus-within\:mx-0:focus-within {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:focus-within\:my-1:focus-within {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:focus-within\:mx-1:focus-within {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:focus-within\:my-2:focus-within {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:focus-within\:mx-2:focus-within {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:focus-within\:my-3:focus-within {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lg\:focus-within\:mx-3:focus-within {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:focus-within\:my-4:focus-within {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:focus-within\:mx-4:focus-within {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:focus-within\:my-5:focus-within {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:focus-within\:mx-5:focus-within {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:focus-within\:my-6:focus-within {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:focus-within\:mx-6:focus-within {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:focus-within\:my-8:focus-within {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:focus-within\:mx-8:focus-within {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:focus-within\:my-10:focus-within {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:focus-within\:mx-10:focus-within {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:focus-within\:my-12:focus-within {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:focus-within\:mx-12:focus-within {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:focus-within\:my-16:focus-within {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:focus-within\:mx-16:focus-within {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:focus-within\:my-20:focus-within {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:focus-within\:mx-20:focus-within {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:focus-within\:my-24:focus-within {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:focus-within\:mx-24:focus-within {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:focus-within\:my-32:focus-within {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:focus-within\:mx-32:focus-within {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:focus-within\:my-40:focus-within {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:focus-within\:mx-40:focus-within {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .lg\:focus-within\:my-48:focus-within {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .lg\:focus-within\:mx-48:focus-within {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .lg\:focus-within\:my-56:focus-within {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .lg\:focus-within\:mx-56:focus-within {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .lg\:focus-within\:my-64:focus-within {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg\:focus-within\:mx-64:focus-within {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .lg\:focus-within\:my-auto:focus-within {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:focus-within\:mx-auto:focus-within {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:focus-within\:my-px:focus-within {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:focus-within\:mx-px:focus-within {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:focus-within\:-my-1:focus-within {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:focus-within\:-mx-1:focus-within {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:focus-within\:-my-2:focus-within {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:focus-within\:-mx-2:focus-within {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:focus-within\:-my-3:focus-within {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:focus-within\:-mx-3:focus-within {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:focus-within\:-my-4:focus-within {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:focus-within\:-mx-4:focus-within {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:focus-within\:-my-5:focus-within {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:focus-within\:-mx-5:focus-within {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:focus-within\:-my-6:focus-within {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:focus-within\:-mx-6:focus-within {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:focus-within\:-my-8:focus-within {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:focus-within\:-mx-8:focus-within {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:focus-within\:-my-10:focus-within {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:focus-within\:-mx-10:focus-within {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:focus-within\:-my-12:focus-within {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:focus-within\:-mx-12:focus-within {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:focus-within\:-my-16:focus-within {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:focus-within\:-mx-16:focus-within {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:focus-within\:-my-20:focus-within {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:focus-within\:-mx-20:focus-within {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:focus-within\:-my-24:focus-within {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:focus-within\:-mx-24:focus-within {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg\:focus-within\:-my-32:focus-within {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:focus-within\:-mx-32:focus-within {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:focus-within\:-my-40:focus-within {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .lg\:focus-within\:-mx-40:focus-within {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .lg\:focus-within\:-my-48:focus-within {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .lg\:focus-within\:-mx-48:focus-within {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .lg\:focus-within\:-my-56:focus-within {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .lg\:focus-within\:-mx-56:focus-within {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .lg\:focus-within\:-my-64:focus-within {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .lg\:focus-within\:-mx-64:focus-within {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .lg\:focus-within\:-my-px:focus-within {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:focus-within\:-mx-px:focus-within {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:focus-within\:mt-0:focus-within {
    margin-top: 0;
  }

  .lg\:focus-within\:mr-0:focus-within {
    margin-right: 0;
  }

  .lg\:focus-within\:mb-0:focus-within {
    margin-bottom: 0;
  }

  .lg\:focus-within\:ml-0:focus-within {
    margin-left: 0;
  }

  .lg\:focus-within\:mt-1:focus-within {
    margin-top: 0.25rem;
  }

  .lg\:focus-within\:mr-1:focus-within {
    margin-right: 0.25rem;
  }

  .lg\:focus-within\:mb-1:focus-within {
    margin-bottom: 0.25rem;
  }

  .lg\:focus-within\:ml-1:focus-within {
    margin-left: 0.25rem;
  }

  .lg\:focus-within\:mt-2:focus-within {
    margin-top: 0.5rem;
  }

  .lg\:focus-within\:mr-2:focus-within {
    margin-right: 0.5rem;
  }

  .lg\:focus-within\:mb-2:focus-within {
    margin-bottom: 0.5rem;
  }

  .lg\:focus-within\:ml-2:focus-within {
    margin-left: 0.5rem;
  }

  .lg\:focus-within\:mt-3:focus-within {
    margin-top: 0.75rem;
  }

  .lg\:focus-within\:mr-3:focus-within {
    margin-right: 0.75rem;
  }

  .lg\:focus-within\:mb-3:focus-within {
    margin-bottom: 0.75rem;
  }

  .lg\:focus-within\:ml-3:focus-within {
    margin-left: 0.75rem;
  }

  .lg\:focus-within\:mt-4:focus-within {
    margin-top: 1rem;
  }

  .lg\:focus-within\:mr-4:focus-within {
    margin-right: 1rem;
  }

  .lg\:focus-within\:mb-4:focus-within {
    margin-bottom: 1rem;
  }

  .lg\:focus-within\:ml-4:focus-within {
    margin-left: 1rem;
  }

  .lg\:focus-within\:mt-5:focus-within {
    margin-top: 1.25rem;
  }

  .lg\:focus-within\:mr-5:focus-within {
    margin-right: 1.25rem;
  }

  .lg\:focus-within\:mb-5:focus-within {
    margin-bottom: 1.25rem;
  }

  .lg\:focus-within\:ml-5:focus-within {
    margin-left: 1.25rem;
  }

  .lg\:focus-within\:mt-6:focus-within {
    margin-top: 1.5rem;
  }

  .lg\:focus-within\:mr-6:focus-within {
    margin-right: 1.5rem;
  }

  .lg\:focus-within\:mb-6:focus-within {
    margin-bottom: 1.5rem;
  }

  .lg\:focus-within\:ml-6:focus-within {
    margin-left: 1.5rem;
  }

  .lg\:focus-within\:mt-8:focus-within {
    margin-top: 2rem;
  }

  .lg\:focus-within\:mr-8:focus-within {
    margin-right: 2rem;
  }

  .lg\:focus-within\:mb-8:focus-within {
    margin-bottom: 2rem;
  }

  .lg\:focus-within\:ml-8:focus-within {
    margin-left: 2rem;
  }

  .lg\:focus-within\:mt-10:focus-within {
    margin-top: 2.5rem;
  }

  .lg\:focus-within\:mr-10:focus-within {
    margin-right: 2.5rem;
  }

  .lg\:focus-within\:mb-10:focus-within {
    margin-bottom: 2.5rem;
  }

  .lg\:focus-within\:ml-10:focus-within {
    margin-left: 2.5rem;
  }

  .lg\:focus-within\:mt-12:focus-within {
    margin-top: 3rem;
  }

  .lg\:focus-within\:mr-12:focus-within {
    margin-right: 3rem;
  }

  .lg\:focus-within\:mb-12:focus-within {
    margin-bottom: 3rem;
  }

  .lg\:focus-within\:ml-12:focus-within {
    margin-left: 3rem;
  }

  .lg\:focus-within\:mt-16:focus-within {
    margin-top: 4rem;
  }

  .lg\:focus-within\:mr-16:focus-within {
    margin-right: 4rem;
  }

  .lg\:focus-within\:mb-16:focus-within {
    margin-bottom: 4rem;
  }

  .lg\:focus-within\:ml-16:focus-within {
    margin-left: 4rem;
  }

  .lg\:focus-within\:mt-20:focus-within {
    margin-top: 5rem;
  }

  .lg\:focus-within\:mr-20:focus-within {
    margin-right: 5rem;
  }

  .lg\:focus-within\:mb-20:focus-within {
    margin-bottom: 5rem;
  }

  .lg\:focus-within\:ml-20:focus-within {
    margin-left: 5rem;
  }

  .lg\:focus-within\:mt-24:focus-within {
    margin-top: 6rem;
  }

  .lg\:focus-within\:mr-24:focus-within {
    margin-right: 6rem;
  }

  .lg\:focus-within\:mb-24:focus-within {
    margin-bottom: 6rem;
  }

  .lg\:focus-within\:ml-24:focus-within {
    margin-left: 6rem;
  }

  .lg\:focus-within\:mt-32:focus-within {
    margin-top: 8rem;
  }

  .lg\:focus-within\:mr-32:focus-within {
    margin-right: 8rem;
  }

  .lg\:focus-within\:mb-32:focus-within {
    margin-bottom: 8rem;
  }

  .lg\:focus-within\:ml-32:focus-within {
    margin-left: 8rem;
  }

  .lg\:focus-within\:mt-40:focus-within {
    margin-top: 10rem;
  }

  .lg\:focus-within\:mr-40:focus-within {
    margin-right: 10rem;
  }

  .lg\:focus-within\:mb-40:focus-within {
    margin-bottom: 10rem;
  }

  .lg\:focus-within\:ml-40:focus-within {
    margin-left: 10rem;
  }

  .lg\:focus-within\:mt-48:focus-within {
    margin-top: 12rem;
  }

  .lg\:focus-within\:mr-48:focus-within {
    margin-right: 12rem;
  }

  .lg\:focus-within\:mb-48:focus-within {
    margin-bottom: 12rem;
  }

  .lg\:focus-within\:ml-48:focus-within {
    margin-left: 12rem;
  }

  .lg\:focus-within\:mt-56:focus-within {
    margin-top: 14rem;
  }

  .lg\:focus-within\:mr-56:focus-within {
    margin-right: 14rem;
  }

  .lg\:focus-within\:mb-56:focus-within {
    margin-bottom: 14rem;
  }

  .lg\:focus-within\:ml-56:focus-within {
    margin-left: 14rem;
  }

  .lg\:focus-within\:mt-64:focus-within {
    margin-top: 16rem;
  }

  .lg\:focus-within\:mr-64:focus-within {
    margin-right: 16rem;
  }

  .lg\:focus-within\:mb-64:focus-within {
    margin-bottom: 16rem;
  }

  .lg\:focus-within\:ml-64:focus-within {
    margin-left: 16rem;
  }

  .lg\:focus-within\:mt-auto:focus-within {
    margin-top: auto;
  }

  .lg\:focus-within\:mr-auto:focus-within {
    margin-right: auto;
  }

  .lg\:focus-within\:mb-auto:focus-within {
    margin-bottom: auto;
  }

  .lg\:focus-within\:ml-auto:focus-within {
    margin-left: auto;
  }

  .lg\:focus-within\:mt-px:focus-within {
    margin-top: 1px;
  }

  .lg\:focus-within\:mr-px:focus-within {
    margin-right: 1px;
  }

  .lg\:focus-within\:mb-px:focus-within {
    margin-bottom: 1px;
  }

  .lg\:focus-within\:ml-px:focus-within {
    margin-left: 1px;
  }

  .lg\:focus-within\:-mt-1:focus-within {
    margin-top: -0.25rem;
  }

  .lg\:focus-within\:-mr-1:focus-within {
    margin-right: -0.25rem;
  }

  .lg\:focus-within\:-mb-1:focus-within {
    margin-bottom: -0.25rem;
  }

  .lg\:focus-within\:-ml-1:focus-within {
    margin-left: -0.25rem;
  }

  .lg\:focus-within\:-mt-2:focus-within {
    margin-top: -0.5rem;
  }

  .lg\:focus-within\:-mr-2:focus-within {
    margin-right: -0.5rem;
  }

  .lg\:focus-within\:-mb-2:focus-within {
    margin-bottom: -0.5rem;
  }

  .lg\:focus-within\:-ml-2:focus-within {
    margin-left: -0.5rem;
  }

  .lg\:focus-within\:-mt-3:focus-within {
    margin-top: -0.75rem;
  }

  .lg\:focus-within\:-mr-3:focus-within {
    margin-right: -0.75rem;
  }

  .lg\:focus-within\:-mb-3:focus-within {
    margin-bottom: -0.75rem;
  }

  .lg\:focus-within\:-ml-3:focus-within {
    margin-left: -0.75rem;
  }

  .lg\:focus-within\:-mt-4:focus-within {
    margin-top: -1rem;
  }

  .lg\:focus-within\:-mr-4:focus-within {
    margin-right: -1rem;
  }

  .lg\:focus-within\:-mb-4:focus-within {
    margin-bottom: -1rem;
  }

  .lg\:focus-within\:-ml-4:focus-within {
    margin-left: -1rem;
  }

  .lg\:focus-within\:-mt-5:focus-within {
    margin-top: -1.25rem;
  }

  .lg\:focus-within\:-mr-5:focus-within {
    margin-right: -1.25rem;
  }

  .lg\:focus-within\:-mb-5:focus-within {
    margin-bottom: -1.25rem;
  }

  .lg\:focus-within\:-ml-5:focus-within {
    margin-left: -1.25rem;
  }

  .lg\:focus-within\:-mt-6:focus-within {
    margin-top: -1.5rem;
  }

  .lg\:focus-within\:-mr-6:focus-within {
    margin-right: -1.5rem;
  }

  .lg\:focus-within\:-mb-6:focus-within {
    margin-bottom: -1.5rem;
  }

  .lg\:focus-within\:-ml-6:focus-within {
    margin-left: -1.5rem;
  }

  .lg\:focus-within\:-mt-8:focus-within {
    margin-top: -2rem;
  }

  .lg\:focus-within\:-mr-8:focus-within {
    margin-right: -2rem;
  }

  .lg\:focus-within\:-mb-8:focus-within {
    margin-bottom: -2rem;
  }

  .lg\:focus-within\:-ml-8:focus-within {
    margin-left: -2rem;
  }

  .lg\:focus-within\:-mt-10:focus-within {
    margin-top: -2.5rem;
  }

  .lg\:focus-within\:-mr-10:focus-within {
    margin-right: -2.5rem;
  }

  .lg\:focus-within\:-mb-10:focus-within {
    margin-bottom: -2.5rem;
  }

  .lg\:focus-within\:-ml-10:focus-within {
    margin-left: -2.5rem;
  }

  .lg\:focus-within\:-mt-12:focus-within {
    margin-top: -3rem;
  }

  .lg\:focus-within\:-mr-12:focus-within {
    margin-right: -3rem;
  }

  .lg\:focus-within\:-mb-12:focus-within {
    margin-bottom: -3rem;
  }

  .lg\:focus-within\:-ml-12:focus-within {
    margin-left: -3rem;
  }

  .lg\:focus-within\:-mt-16:focus-within {
    margin-top: -4rem;
  }

  .lg\:focus-within\:-mr-16:focus-within {
    margin-right: -4rem;
  }

  .lg\:focus-within\:-mb-16:focus-within {
    margin-bottom: -4rem;
  }

  .lg\:focus-within\:-ml-16:focus-within {
    margin-left: -4rem;
  }

  .lg\:focus-within\:-mt-20:focus-within {
    margin-top: -5rem;
  }

  .lg\:focus-within\:-mr-20:focus-within {
    margin-right: -5rem;
  }

  .lg\:focus-within\:-mb-20:focus-within {
    margin-bottom: -5rem;
  }

  .lg\:focus-within\:-ml-20:focus-within {
    margin-left: -5rem;
  }

  .lg\:focus-within\:-mt-24:focus-within {
    margin-top: -6rem;
  }

  .lg\:focus-within\:-mr-24:focus-within {
    margin-right: -6rem;
  }

  .lg\:focus-within\:-mb-24:focus-within {
    margin-bottom: -6rem;
  }

  .lg\:focus-within\:-ml-24:focus-within {
    margin-left: -6rem;
  }

  .lg\:focus-within\:-mt-32:focus-within {
    margin-top: -8rem;
  }

  .lg\:focus-within\:-mr-32:focus-within {
    margin-right: -8rem;
  }

  .lg\:focus-within\:-mb-32:focus-within {
    margin-bottom: -8rem;
  }

  .lg\:focus-within\:-ml-32:focus-within {
    margin-left: -8rem;
  }

  .lg\:focus-within\:-mt-40:focus-within {
    margin-top: -10rem;
  }

  .lg\:focus-within\:-mr-40:focus-within {
    margin-right: -10rem;
  }

  .lg\:focus-within\:-mb-40:focus-within {
    margin-bottom: -10rem;
  }

  .lg\:focus-within\:-ml-40:focus-within {
    margin-left: -10rem;
  }

  .lg\:focus-within\:-mt-48:focus-within {
    margin-top: -12rem;
  }

  .lg\:focus-within\:-mr-48:focus-within {
    margin-right: -12rem;
  }

  .lg\:focus-within\:-mb-48:focus-within {
    margin-bottom: -12rem;
  }

  .lg\:focus-within\:-ml-48:focus-within {
    margin-left: -12rem;
  }

  .lg\:focus-within\:-mt-56:focus-within {
    margin-top: -14rem;
  }

  .lg\:focus-within\:-mr-56:focus-within {
    margin-right: -14rem;
  }

  .lg\:focus-within\:-mb-56:focus-within {
    margin-bottom: -14rem;
  }

  .lg\:focus-within\:-ml-56:focus-within {
    margin-left: -14rem;
  }

  .lg\:focus-within\:-mt-64:focus-within {
    margin-top: -16rem;
  }

  .lg\:focus-within\:-mr-64:focus-within {
    margin-right: -16rem;
  }

  .lg\:focus-within\:-mb-64:focus-within {
    margin-bottom: -16rem;
  }

  .lg\:focus-within\:-ml-64:focus-within {
    margin-left: -16rem;
  }

  .lg\:focus-within\:-mt-px:focus-within {
    margin-top: -1px;
  }

  .lg\:focus-within\:-mr-px:focus-within {
    margin-right: -1px;
  }

  .lg\:focus-within\:-mb-px:focus-within {
    margin-bottom: -1px;
  }

  .lg\:focus-within\:-ml-px:focus-within {
    margin-left: -1px;
  }

  .lg\:first\:m-0:first-child {
    margin: 0;
  }

  .lg\:first\:m-1:first-child {
    margin: 0.25rem;
  }

  .lg\:first\:m-2:first-child {
    margin: 0.5rem;
  }

  .lg\:first\:m-3:first-child {
    margin: 0.75rem;
  }

  .lg\:first\:m-4:first-child {
    margin: 1rem;
  }

  .lg\:first\:m-5:first-child {
    margin: 1.25rem;
  }

  .lg\:first\:m-6:first-child {
    margin: 1.5rem;
  }

  .lg\:first\:m-8:first-child {
    margin: 2rem;
  }

  .lg\:first\:m-10:first-child {
    margin: 2.5rem;
  }

  .lg\:first\:m-12:first-child {
    margin: 3rem;
  }

  .lg\:first\:m-16:first-child {
    margin: 4rem;
  }

  .lg\:first\:m-20:first-child {
    margin: 5rem;
  }

  .lg\:first\:m-24:first-child {
    margin: 6rem;
  }

  .lg\:first\:m-32:first-child {
    margin: 8rem;
  }

  .lg\:first\:m-40:first-child {
    margin: 10rem;
  }

  .lg\:first\:m-48:first-child {
    margin: 12rem;
  }

  .lg\:first\:m-56:first-child {
    margin: 14rem;
  }

  .lg\:first\:m-64:first-child {
    margin: 16rem;
  }

  .lg\:first\:m-auto:first-child {
    margin: auto;
  }

  .lg\:first\:m-px:first-child {
    margin: 1px;
  }

  .lg\:first\:-m-1:first-child {
    margin: -0.25rem;
  }

  .lg\:first\:-m-2:first-child {
    margin: -0.5rem;
  }

  .lg\:first\:-m-3:first-child {
    margin: -0.75rem;
  }

  .lg\:first\:-m-4:first-child {
    margin: -1rem;
  }

  .lg\:first\:-m-5:first-child {
    margin: -1.25rem;
  }

  .lg\:first\:-m-6:first-child {
    margin: -1.5rem;
  }

  .lg\:first\:-m-8:first-child {
    margin: -2rem;
  }

  .lg\:first\:-m-10:first-child {
    margin: -2.5rem;
  }

  .lg\:first\:-m-12:first-child {
    margin: -3rem;
  }

  .lg\:first\:-m-16:first-child {
    margin: -4rem;
  }

  .lg\:first\:-m-20:first-child {
    margin: -5rem;
  }

  .lg\:first\:-m-24:first-child {
    margin: -6rem;
  }

  .lg\:first\:-m-32:first-child {
    margin: -8rem;
  }

  .lg\:first\:-m-40:first-child {
    margin: -10rem;
  }

  .lg\:first\:-m-48:first-child {
    margin: -12rem;
  }

  .lg\:first\:-m-56:first-child {
    margin: -14rem;
  }

  .lg\:first\:-m-64:first-child {
    margin: -16rem;
  }

  .lg\:first\:-m-px:first-child {
    margin: -1px;
  }

  .lg\:first\:my-0:first-child {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:first\:mx-0:first-child {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:first\:my-1:first-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:first\:mx-1:first-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:first\:my-2:first-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:first\:mx-2:first-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:first\:my-3:first-child {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lg\:first\:mx-3:first-child {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:first\:my-4:first-child {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:first\:mx-4:first-child {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:first\:my-5:first-child {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:first\:mx-5:first-child {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:first\:my-6:first-child {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:first\:mx-6:first-child {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:first\:my-8:first-child {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:first\:mx-8:first-child {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:first\:my-10:first-child {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:first\:mx-10:first-child {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:first\:my-12:first-child {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:first\:mx-12:first-child {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:first\:my-16:first-child {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:first\:mx-16:first-child {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:first\:my-20:first-child {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:first\:mx-20:first-child {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:first\:my-24:first-child {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:first\:mx-24:first-child {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:first\:my-32:first-child {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:first\:mx-32:first-child {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:first\:my-40:first-child {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:first\:mx-40:first-child {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .lg\:first\:my-48:first-child {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .lg\:first\:mx-48:first-child {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .lg\:first\:my-56:first-child {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .lg\:first\:mx-56:first-child {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .lg\:first\:my-64:first-child {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg\:first\:mx-64:first-child {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .lg\:first\:my-auto:first-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:first\:mx-auto:first-child {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:first\:my-px:first-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:first\:mx-px:first-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:first\:-my-1:first-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:first\:-mx-1:first-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:first\:-my-2:first-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:first\:-mx-2:first-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:first\:-my-3:first-child {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:first\:-mx-3:first-child {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:first\:-my-4:first-child {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:first\:-mx-4:first-child {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:first\:-my-5:first-child {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:first\:-mx-5:first-child {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:first\:-my-6:first-child {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:first\:-mx-6:first-child {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:first\:-my-8:first-child {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:first\:-mx-8:first-child {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:first\:-my-10:first-child {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:first\:-mx-10:first-child {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:first\:-my-12:first-child {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:first\:-mx-12:first-child {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:first\:-my-16:first-child {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:first\:-mx-16:first-child {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:first\:-my-20:first-child {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:first\:-mx-20:first-child {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:first\:-my-24:first-child {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:first\:-mx-24:first-child {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg\:first\:-my-32:first-child {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:first\:-mx-32:first-child {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:first\:-my-40:first-child {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .lg\:first\:-mx-40:first-child {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .lg\:first\:-my-48:first-child {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .lg\:first\:-mx-48:first-child {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .lg\:first\:-my-56:first-child {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .lg\:first\:-mx-56:first-child {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .lg\:first\:-my-64:first-child {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .lg\:first\:-mx-64:first-child {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .lg\:first\:-my-px:first-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:first\:-mx-px:first-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:first\:mt-0:first-child {
    margin-top: 0;
  }

  .lg\:first\:mr-0:first-child {
    margin-right: 0;
  }

  .lg\:first\:mb-0:first-child {
    margin-bottom: 0;
  }

  .lg\:first\:ml-0:first-child {
    margin-left: 0;
  }

  .lg\:first\:mt-1:first-child {
    margin-top: 0.25rem;
  }

  .lg\:first\:mr-1:first-child {
    margin-right: 0.25rem;
  }

  .lg\:first\:mb-1:first-child {
    margin-bottom: 0.25rem;
  }

  .lg\:first\:ml-1:first-child {
    margin-left: 0.25rem;
  }

  .lg\:first\:mt-2:first-child {
    margin-top: 0.5rem;
  }

  .lg\:first\:mr-2:first-child {
    margin-right: 0.5rem;
  }

  .lg\:first\:mb-2:first-child {
    margin-bottom: 0.5rem;
  }

  .lg\:first\:ml-2:first-child {
    margin-left: 0.5rem;
  }

  .lg\:first\:mt-3:first-child {
    margin-top: 0.75rem;
  }

  .lg\:first\:mr-3:first-child {
    margin-right: 0.75rem;
  }

  .lg\:first\:mb-3:first-child {
    margin-bottom: 0.75rem;
  }

  .lg\:first\:ml-3:first-child {
    margin-left: 0.75rem;
  }

  .lg\:first\:mt-4:first-child {
    margin-top: 1rem;
  }

  .lg\:first\:mr-4:first-child {
    margin-right: 1rem;
  }

  .lg\:first\:mb-4:first-child {
    margin-bottom: 1rem;
  }

  .lg\:first\:ml-4:first-child {
    margin-left: 1rem;
  }

  .lg\:first\:mt-5:first-child {
    margin-top: 1.25rem;
  }

  .lg\:first\:mr-5:first-child {
    margin-right: 1.25rem;
  }

  .lg\:first\:mb-5:first-child {
    margin-bottom: 1.25rem;
  }

  .lg\:first\:ml-5:first-child {
    margin-left: 1.25rem;
  }

  .lg\:first\:mt-6:first-child {
    margin-top: 1.5rem;
  }

  .lg\:first\:mr-6:first-child {
    margin-right: 1.5rem;
  }

  .lg\:first\:mb-6:first-child {
    margin-bottom: 1.5rem;
  }

  .lg\:first\:ml-6:first-child {
    margin-left: 1.5rem;
  }

  .lg\:first\:mt-8:first-child {
    margin-top: 2rem;
  }

  .lg\:first\:mr-8:first-child {
    margin-right: 2rem;
  }

  .lg\:first\:mb-8:first-child {
    margin-bottom: 2rem;
  }

  .lg\:first\:ml-8:first-child {
    margin-left: 2rem;
  }

  .lg\:first\:mt-10:first-child {
    margin-top: 2.5rem;
  }

  .lg\:first\:mr-10:first-child {
    margin-right: 2.5rem;
  }

  .lg\:first\:mb-10:first-child {
    margin-bottom: 2.5rem;
  }

  .lg\:first\:ml-10:first-child {
    margin-left: 2.5rem;
  }

  .lg\:first\:mt-12:first-child {
    margin-top: 3rem;
  }

  .lg\:first\:mr-12:first-child {
    margin-right: 3rem;
  }

  .lg\:first\:mb-12:first-child {
    margin-bottom: 3rem;
  }

  .lg\:first\:ml-12:first-child {
    margin-left: 3rem;
  }

  .lg\:first\:mt-16:first-child {
    margin-top: 4rem;
  }

  .lg\:first\:mr-16:first-child {
    margin-right: 4rem;
  }

  .lg\:first\:mb-16:first-child {
    margin-bottom: 4rem;
  }

  .lg\:first\:ml-16:first-child {
    margin-left: 4rem;
  }

  .lg\:first\:mt-20:first-child {
    margin-top: 5rem;
  }

  .lg\:first\:mr-20:first-child {
    margin-right: 5rem;
  }

  .lg\:first\:mb-20:first-child {
    margin-bottom: 5rem;
  }

  .lg\:first\:ml-20:first-child {
    margin-left: 5rem;
  }

  .lg\:first\:mt-24:first-child {
    margin-top: 6rem;
  }

  .lg\:first\:mr-24:first-child {
    margin-right: 6rem;
  }

  .lg\:first\:mb-24:first-child {
    margin-bottom: 6rem;
  }

  .lg\:first\:ml-24:first-child {
    margin-left: 6rem;
  }

  .lg\:first\:mt-32:first-child {
    margin-top: 8rem;
  }

  .lg\:first\:mr-32:first-child {
    margin-right: 8rem;
  }

  .lg\:first\:mb-32:first-child {
    margin-bottom: 8rem;
  }

  .lg\:first\:ml-32:first-child {
    margin-left: 8rem;
  }

  .lg\:first\:mt-40:first-child {
    margin-top: 10rem;
  }

  .lg\:first\:mr-40:first-child {
    margin-right: 10rem;
  }

  .lg\:first\:mb-40:first-child {
    margin-bottom: 10rem;
  }

  .lg\:first\:ml-40:first-child {
    margin-left: 10rem;
  }

  .lg\:first\:mt-48:first-child {
    margin-top: 12rem;
  }

  .lg\:first\:mr-48:first-child {
    margin-right: 12rem;
  }

  .lg\:first\:mb-48:first-child {
    margin-bottom: 12rem;
  }

  .lg\:first\:ml-48:first-child {
    margin-left: 12rem;
  }

  .lg\:first\:mt-56:first-child {
    margin-top: 14rem;
  }

  .lg\:first\:mr-56:first-child {
    margin-right: 14rem;
  }

  .lg\:first\:mb-56:first-child {
    margin-bottom: 14rem;
  }

  .lg\:first\:ml-56:first-child {
    margin-left: 14rem;
  }

  .lg\:first\:mt-64:first-child {
    margin-top: 16rem;
  }

  .lg\:first\:mr-64:first-child {
    margin-right: 16rem;
  }

  .lg\:first\:mb-64:first-child {
    margin-bottom: 16rem;
  }

  .lg\:first\:ml-64:first-child {
    margin-left: 16rem;
  }

  .lg\:first\:mt-auto:first-child {
    margin-top: auto;
  }

  .lg\:first\:mr-auto:first-child {
    margin-right: auto;
  }

  .lg\:first\:mb-auto:first-child {
    margin-bottom: auto;
  }

  .lg\:first\:ml-auto:first-child {
    margin-left: auto;
  }

  .lg\:first\:mt-px:first-child {
    margin-top: 1px;
  }

  .lg\:first\:mr-px:first-child {
    margin-right: 1px;
  }

  .lg\:first\:mb-px:first-child {
    margin-bottom: 1px;
  }

  .lg\:first\:ml-px:first-child {
    margin-left: 1px;
  }

  .lg\:first\:-mt-1:first-child {
    margin-top: -0.25rem;
  }

  .lg\:first\:-mr-1:first-child {
    margin-right: -0.25rem;
  }

  .lg\:first\:-mb-1:first-child {
    margin-bottom: -0.25rem;
  }

  .lg\:first\:-ml-1:first-child {
    margin-left: -0.25rem;
  }

  .lg\:first\:-mt-2:first-child {
    margin-top: -0.5rem;
  }

  .lg\:first\:-mr-2:first-child {
    margin-right: -0.5rem;
  }

  .lg\:first\:-mb-2:first-child {
    margin-bottom: -0.5rem;
  }

  .lg\:first\:-ml-2:first-child {
    margin-left: -0.5rem;
  }

  .lg\:first\:-mt-3:first-child {
    margin-top: -0.75rem;
  }

  .lg\:first\:-mr-3:first-child {
    margin-right: -0.75rem;
  }

  .lg\:first\:-mb-3:first-child {
    margin-bottom: -0.75rem;
  }

  .lg\:first\:-ml-3:first-child {
    margin-left: -0.75rem;
  }

  .lg\:first\:-mt-4:first-child {
    margin-top: -1rem;
  }

  .lg\:first\:-mr-4:first-child {
    margin-right: -1rem;
  }

  .lg\:first\:-mb-4:first-child {
    margin-bottom: -1rem;
  }

  .lg\:first\:-ml-4:first-child {
    margin-left: -1rem;
  }

  .lg\:first\:-mt-5:first-child {
    margin-top: -1.25rem;
  }

  .lg\:first\:-mr-5:first-child {
    margin-right: -1.25rem;
  }

  .lg\:first\:-mb-5:first-child {
    margin-bottom: -1.25rem;
  }

  .lg\:first\:-ml-5:first-child {
    margin-left: -1.25rem;
  }

  .lg\:first\:-mt-6:first-child {
    margin-top: -1.5rem;
  }

  .lg\:first\:-mr-6:first-child {
    margin-right: -1.5rem;
  }

  .lg\:first\:-mb-6:first-child {
    margin-bottom: -1.5rem;
  }

  .lg\:first\:-ml-6:first-child {
    margin-left: -1.5rem;
  }

  .lg\:first\:-mt-8:first-child {
    margin-top: -2rem;
  }

  .lg\:first\:-mr-8:first-child {
    margin-right: -2rem;
  }

  .lg\:first\:-mb-8:first-child {
    margin-bottom: -2rem;
  }

  .lg\:first\:-ml-8:first-child {
    margin-left: -2rem;
  }

  .lg\:first\:-mt-10:first-child {
    margin-top: -2.5rem;
  }

  .lg\:first\:-mr-10:first-child {
    margin-right: -2.5rem;
  }

  .lg\:first\:-mb-10:first-child {
    margin-bottom: -2.5rem;
  }

  .lg\:first\:-ml-10:first-child {
    margin-left: -2.5rem;
  }

  .lg\:first\:-mt-12:first-child {
    margin-top: -3rem;
  }

  .lg\:first\:-mr-12:first-child {
    margin-right: -3rem;
  }

  .lg\:first\:-mb-12:first-child {
    margin-bottom: -3rem;
  }

  .lg\:first\:-ml-12:first-child {
    margin-left: -3rem;
  }

  .lg\:first\:-mt-16:first-child {
    margin-top: -4rem;
  }

  .lg\:first\:-mr-16:first-child {
    margin-right: -4rem;
  }

  .lg\:first\:-mb-16:first-child {
    margin-bottom: -4rem;
  }

  .lg\:first\:-ml-16:first-child {
    margin-left: -4rem;
  }

  .lg\:first\:-mt-20:first-child {
    margin-top: -5rem;
  }

  .lg\:first\:-mr-20:first-child {
    margin-right: -5rem;
  }

  .lg\:first\:-mb-20:first-child {
    margin-bottom: -5rem;
  }

  .lg\:first\:-ml-20:first-child {
    margin-left: -5rem;
  }

  .lg\:first\:-mt-24:first-child {
    margin-top: -6rem;
  }

  .lg\:first\:-mr-24:first-child {
    margin-right: -6rem;
  }

  .lg\:first\:-mb-24:first-child {
    margin-bottom: -6rem;
  }

  .lg\:first\:-ml-24:first-child {
    margin-left: -6rem;
  }

  .lg\:first\:-mt-32:first-child {
    margin-top: -8rem;
  }

  .lg\:first\:-mr-32:first-child {
    margin-right: -8rem;
  }

  .lg\:first\:-mb-32:first-child {
    margin-bottom: -8rem;
  }

  .lg\:first\:-ml-32:first-child {
    margin-left: -8rem;
  }

  .lg\:first\:-mt-40:first-child {
    margin-top: -10rem;
  }

  .lg\:first\:-mr-40:first-child {
    margin-right: -10rem;
  }

  .lg\:first\:-mb-40:first-child {
    margin-bottom: -10rem;
  }

  .lg\:first\:-ml-40:first-child {
    margin-left: -10rem;
  }

  .lg\:first\:-mt-48:first-child {
    margin-top: -12rem;
  }

  .lg\:first\:-mr-48:first-child {
    margin-right: -12rem;
  }

  .lg\:first\:-mb-48:first-child {
    margin-bottom: -12rem;
  }

  .lg\:first\:-ml-48:first-child {
    margin-left: -12rem;
  }

  .lg\:first\:-mt-56:first-child {
    margin-top: -14rem;
  }

  .lg\:first\:-mr-56:first-child {
    margin-right: -14rem;
  }

  .lg\:first\:-mb-56:first-child {
    margin-bottom: -14rem;
  }

  .lg\:first\:-ml-56:first-child {
    margin-left: -14rem;
  }

  .lg\:first\:-mt-64:first-child {
    margin-top: -16rem;
  }

  .lg\:first\:-mr-64:first-child {
    margin-right: -16rem;
  }

  .lg\:first\:-mb-64:first-child {
    margin-bottom: -16rem;
  }

  .lg\:first\:-ml-64:first-child {
    margin-left: -16rem;
  }

  .lg\:first\:-mt-px:first-child {
    margin-top: -1px;
  }

  .lg\:first\:-mr-px:first-child {
    margin-right: -1px;
  }

  .lg\:first\:-mb-px:first-child {
    margin-bottom: -1px;
  }

  .lg\:first\:-ml-px:first-child {
    margin-left: -1px;
  }

  .lg\:last\:m-0:last-child {
    margin: 0;
  }

  .lg\:last\:m-1:last-child {
    margin: 0.25rem;
  }

  .lg\:last\:m-2:last-child {
    margin: 0.5rem;
  }

  .lg\:last\:m-3:last-child {
    margin: 0.75rem;
  }

  .lg\:last\:m-4:last-child {
    margin: 1rem;
  }

  .lg\:last\:m-5:last-child {
    margin: 1.25rem;
  }

  .lg\:last\:m-6:last-child {
    margin: 1.5rem;
  }

  .lg\:last\:m-8:last-child {
    margin: 2rem;
  }

  .lg\:last\:m-10:last-child {
    margin: 2.5rem;
  }

  .lg\:last\:m-12:last-child {
    margin: 3rem;
  }

  .lg\:last\:m-16:last-child {
    margin: 4rem;
  }

  .lg\:last\:m-20:last-child {
    margin: 5rem;
  }

  .lg\:last\:m-24:last-child {
    margin: 6rem;
  }

  .lg\:last\:m-32:last-child {
    margin: 8rem;
  }

  .lg\:last\:m-40:last-child {
    margin: 10rem;
  }

  .lg\:last\:m-48:last-child {
    margin: 12rem;
  }

  .lg\:last\:m-56:last-child {
    margin: 14rem;
  }

  .lg\:last\:m-64:last-child {
    margin: 16rem;
  }

  .lg\:last\:m-auto:last-child {
    margin: auto;
  }

  .lg\:last\:m-px:last-child {
    margin: 1px;
  }

  .lg\:last\:-m-1:last-child {
    margin: -0.25rem;
  }

  .lg\:last\:-m-2:last-child {
    margin: -0.5rem;
  }

  .lg\:last\:-m-3:last-child {
    margin: -0.75rem;
  }

  .lg\:last\:-m-4:last-child {
    margin: -1rem;
  }

  .lg\:last\:-m-5:last-child {
    margin: -1.25rem;
  }

  .lg\:last\:-m-6:last-child {
    margin: -1.5rem;
  }

  .lg\:last\:-m-8:last-child {
    margin: -2rem;
  }

  .lg\:last\:-m-10:last-child {
    margin: -2.5rem;
  }

  .lg\:last\:-m-12:last-child {
    margin: -3rem;
  }

  .lg\:last\:-m-16:last-child {
    margin: -4rem;
  }

  .lg\:last\:-m-20:last-child {
    margin: -5rem;
  }

  .lg\:last\:-m-24:last-child {
    margin: -6rem;
  }

  .lg\:last\:-m-32:last-child {
    margin: -8rem;
  }

  .lg\:last\:-m-40:last-child {
    margin: -10rem;
  }

  .lg\:last\:-m-48:last-child {
    margin: -12rem;
  }

  .lg\:last\:-m-56:last-child {
    margin: -14rem;
  }

  .lg\:last\:-m-64:last-child {
    margin: -16rem;
  }

  .lg\:last\:-m-px:last-child {
    margin: -1px;
  }

  .lg\:last\:my-0:last-child {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:last\:mx-0:last-child {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:last\:my-1:last-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:last\:mx-1:last-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:last\:my-2:last-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:last\:mx-2:last-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:last\:my-3:last-child {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lg\:last\:mx-3:last-child {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:last\:my-4:last-child {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:last\:mx-4:last-child {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:last\:my-5:last-child {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:last\:mx-5:last-child {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:last\:my-6:last-child {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:last\:mx-6:last-child {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:last\:my-8:last-child {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:last\:mx-8:last-child {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:last\:my-10:last-child {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:last\:mx-10:last-child {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:last\:my-12:last-child {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:last\:mx-12:last-child {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:last\:my-16:last-child {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:last\:mx-16:last-child {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:last\:my-20:last-child {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:last\:mx-20:last-child {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:last\:my-24:last-child {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:last\:mx-24:last-child {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:last\:my-32:last-child {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:last\:mx-32:last-child {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:last\:my-40:last-child {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:last\:mx-40:last-child {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .lg\:last\:my-48:last-child {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .lg\:last\:mx-48:last-child {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .lg\:last\:my-56:last-child {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .lg\:last\:mx-56:last-child {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .lg\:last\:my-64:last-child {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg\:last\:mx-64:last-child {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .lg\:last\:my-auto:last-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:last\:mx-auto:last-child {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:last\:my-px:last-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:last\:mx-px:last-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:last\:-my-1:last-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:last\:-mx-1:last-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:last\:-my-2:last-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:last\:-mx-2:last-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:last\:-my-3:last-child {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:last\:-mx-3:last-child {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:last\:-my-4:last-child {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:last\:-mx-4:last-child {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:last\:-my-5:last-child {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:last\:-mx-5:last-child {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:last\:-my-6:last-child {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:last\:-mx-6:last-child {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:last\:-my-8:last-child {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:last\:-mx-8:last-child {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:last\:-my-10:last-child {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:last\:-mx-10:last-child {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:last\:-my-12:last-child {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:last\:-mx-12:last-child {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:last\:-my-16:last-child {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:last\:-mx-16:last-child {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:last\:-my-20:last-child {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:last\:-mx-20:last-child {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:last\:-my-24:last-child {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:last\:-mx-24:last-child {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg\:last\:-my-32:last-child {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:last\:-mx-32:last-child {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:last\:-my-40:last-child {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .lg\:last\:-mx-40:last-child {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .lg\:last\:-my-48:last-child {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .lg\:last\:-mx-48:last-child {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .lg\:last\:-my-56:last-child {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .lg\:last\:-mx-56:last-child {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .lg\:last\:-my-64:last-child {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .lg\:last\:-mx-64:last-child {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .lg\:last\:-my-px:last-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:last\:-mx-px:last-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:last\:mt-0:last-child {
    margin-top: 0;
  }

  .lg\:last\:mr-0:last-child {
    margin-right: 0;
  }

  .lg\:last\:mb-0:last-child {
    margin-bottom: 0;
  }

  .lg\:last\:ml-0:last-child {
    margin-left: 0;
  }

  .lg\:last\:mt-1:last-child {
    margin-top: 0.25rem;
  }

  .lg\:last\:mr-1:last-child {
    margin-right: 0.25rem;
  }

  .lg\:last\:mb-1:last-child {
    margin-bottom: 0.25rem;
  }

  .lg\:last\:ml-1:last-child {
    margin-left: 0.25rem;
  }

  .lg\:last\:mt-2:last-child {
    margin-top: 0.5rem;
  }

  .lg\:last\:mr-2:last-child {
    margin-right: 0.5rem;
  }

  .lg\:last\:mb-2:last-child {
    margin-bottom: 0.5rem;
  }

  .lg\:last\:ml-2:last-child {
    margin-left: 0.5rem;
  }

  .lg\:last\:mt-3:last-child {
    margin-top: 0.75rem;
  }

  .lg\:last\:mr-3:last-child {
    margin-right: 0.75rem;
  }

  .lg\:last\:mb-3:last-child {
    margin-bottom: 0.75rem;
  }

  .lg\:last\:ml-3:last-child {
    margin-left: 0.75rem;
  }

  .lg\:last\:mt-4:last-child {
    margin-top: 1rem;
  }

  .lg\:last\:mr-4:last-child {
    margin-right: 1rem;
  }

  .lg\:last\:mb-4:last-child {
    margin-bottom: 1rem;
  }

  .lg\:last\:ml-4:last-child {
    margin-left: 1rem;
  }

  .lg\:last\:mt-5:last-child {
    margin-top: 1.25rem;
  }

  .lg\:last\:mr-5:last-child {
    margin-right: 1.25rem;
  }

  .lg\:last\:mb-5:last-child {
    margin-bottom: 1.25rem;
  }

  .lg\:last\:ml-5:last-child {
    margin-left: 1.25rem;
  }

  .lg\:last\:mt-6:last-child {
    margin-top: 1.5rem;
  }

  .lg\:last\:mr-6:last-child {
    margin-right: 1.5rem;
  }

  .lg\:last\:mb-6:last-child {
    margin-bottom: 1.5rem;
  }

  .lg\:last\:ml-6:last-child {
    margin-left: 1.5rem;
  }

  .lg\:last\:mt-8:last-child {
    margin-top: 2rem;
  }

  .lg\:last\:mr-8:last-child {
    margin-right: 2rem;
  }

  .lg\:last\:mb-8:last-child {
    margin-bottom: 2rem;
  }

  .lg\:last\:ml-8:last-child {
    margin-left: 2rem;
  }

  .lg\:last\:mt-10:last-child {
    margin-top: 2.5rem;
  }

  .lg\:last\:mr-10:last-child {
    margin-right: 2.5rem;
  }

  .lg\:last\:mb-10:last-child {
    margin-bottom: 2.5rem;
  }

  .lg\:last\:ml-10:last-child {
    margin-left: 2.5rem;
  }

  .lg\:last\:mt-12:last-child {
    margin-top: 3rem;
  }

  .lg\:last\:mr-12:last-child {
    margin-right: 3rem;
  }

  .lg\:last\:mb-12:last-child {
    margin-bottom: 3rem;
  }

  .lg\:last\:ml-12:last-child {
    margin-left: 3rem;
  }

  .lg\:last\:mt-16:last-child {
    margin-top: 4rem;
  }

  .lg\:last\:mr-16:last-child {
    margin-right: 4rem;
  }

  .lg\:last\:mb-16:last-child {
    margin-bottom: 4rem;
  }

  .lg\:last\:ml-16:last-child {
    margin-left: 4rem;
  }

  .lg\:last\:mt-20:last-child {
    margin-top: 5rem;
  }

  .lg\:last\:mr-20:last-child {
    margin-right: 5rem;
  }

  .lg\:last\:mb-20:last-child {
    margin-bottom: 5rem;
  }

  .lg\:last\:ml-20:last-child {
    margin-left: 5rem;
  }

  .lg\:last\:mt-24:last-child {
    margin-top: 6rem;
  }

  .lg\:last\:mr-24:last-child {
    margin-right: 6rem;
  }

  .lg\:last\:mb-24:last-child {
    margin-bottom: 6rem;
  }

  .lg\:last\:ml-24:last-child {
    margin-left: 6rem;
  }

  .lg\:last\:mt-32:last-child {
    margin-top: 8rem;
  }

  .lg\:last\:mr-32:last-child {
    margin-right: 8rem;
  }

  .lg\:last\:mb-32:last-child {
    margin-bottom: 8rem;
  }

  .lg\:last\:ml-32:last-child {
    margin-left: 8rem;
  }

  .lg\:last\:mt-40:last-child {
    margin-top: 10rem;
  }

  .lg\:last\:mr-40:last-child {
    margin-right: 10rem;
  }

  .lg\:last\:mb-40:last-child {
    margin-bottom: 10rem;
  }

  .lg\:last\:ml-40:last-child {
    margin-left: 10rem;
  }

  .lg\:last\:mt-48:last-child {
    margin-top: 12rem;
  }

  .lg\:last\:mr-48:last-child {
    margin-right: 12rem;
  }

  .lg\:last\:mb-48:last-child {
    margin-bottom: 12rem;
  }

  .lg\:last\:ml-48:last-child {
    margin-left: 12rem;
  }

  .lg\:last\:mt-56:last-child {
    margin-top: 14rem;
  }

  .lg\:last\:mr-56:last-child {
    margin-right: 14rem;
  }

  .lg\:last\:mb-56:last-child {
    margin-bottom: 14rem;
  }

  .lg\:last\:ml-56:last-child {
    margin-left: 14rem;
  }

  .lg\:last\:mt-64:last-child {
    margin-top: 16rem;
  }

  .lg\:last\:mr-64:last-child {
    margin-right: 16rem;
  }

  .lg\:last\:mb-64:last-child {
    margin-bottom: 16rem;
  }

  .lg\:last\:ml-64:last-child {
    margin-left: 16rem;
  }

  .lg\:last\:mt-auto:last-child {
    margin-top: auto;
  }

  .lg\:last\:mr-auto:last-child {
    margin-right: auto;
  }

  .lg\:last\:mb-auto:last-child {
    margin-bottom: auto;
  }

  .lg\:last\:ml-auto:last-child {
    margin-left: auto;
  }

  .lg\:last\:mt-px:last-child {
    margin-top: 1px;
  }

  .lg\:last\:mr-px:last-child {
    margin-right: 1px;
  }

  .lg\:last\:mb-px:last-child {
    margin-bottom: 1px;
  }

  .lg\:last\:ml-px:last-child {
    margin-left: 1px;
  }

  .lg\:last\:-mt-1:last-child {
    margin-top: -0.25rem;
  }

  .lg\:last\:-mr-1:last-child {
    margin-right: -0.25rem;
  }

  .lg\:last\:-mb-1:last-child {
    margin-bottom: -0.25rem;
  }

  .lg\:last\:-ml-1:last-child {
    margin-left: -0.25rem;
  }

  .lg\:last\:-mt-2:last-child {
    margin-top: -0.5rem;
  }

  .lg\:last\:-mr-2:last-child {
    margin-right: -0.5rem;
  }

  .lg\:last\:-mb-2:last-child {
    margin-bottom: -0.5rem;
  }

  .lg\:last\:-ml-2:last-child {
    margin-left: -0.5rem;
  }

  .lg\:last\:-mt-3:last-child {
    margin-top: -0.75rem;
  }

  .lg\:last\:-mr-3:last-child {
    margin-right: -0.75rem;
  }

  .lg\:last\:-mb-3:last-child {
    margin-bottom: -0.75rem;
  }

  .lg\:last\:-ml-3:last-child {
    margin-left: -0.75rem;
  }

  .lg\:last\:-mt-4:last-child {
    margin-top: -1rem;
  }

  .lg\:last\:-mr-4:last-child {
    margin-right: -1rem;
  }

  .lg\:last\:-mb-4:last-child {
    margin-bottom: -1rem;
  }

  .lg\:last\:-ml-4:last-child {
    margin-left: -1rem;
  }

  .lg\:last\:-mt-5:last-child {
    margin-top: -1.25rem;
  }

  .lg\:last\:-mr-5:last-child {
    margin-right: -1.25rem;
  }

  .lg\:last\:-mb-5:last-child {
    margin-bottom: -1.25rem;
  }

  .lg\:last\:-ml-5:last-child {
    margin-left: -1.25rem;
  }

  .lg\:last\:-mt-6:last-child {
    margin-top: -1.5rem;
  }

  .lg\:last\:-mr-6:last-child {
    margin-right: -1.5rem;
  }

  .lg\:last\:-mb-6:last-child {
    margin-bottom: -1.5rem;
  }

  .lg\:last\:-ml-6:last-child {
    margin-left: -1.5rem;
  }

  .lg\:last\:-mt-8:last-child {
    margin-top: -2rem;
  }

  .lg\:last\:-mr-8:last-child {
    margin-right: -2rem;
  }

  .lg\:last\:-mb-8:last-child {
    margin-bottom: -2rem;
  }

  .lg\:last\:-ml-8:last-child {
    margin-left: -2rem;
  }

  .lg\:last\:-mt-10:last-child {
    margin-top: -2.5rem;
  }

  .lg\:last\:-mr-10:last-child {
    margin-right: -2.5rem;
  }

  .lg\:last\:-mb-10:last-child {
    margin-bottom: -2.5rem;
  }

  .lg\:last\:-ml-10:last-child {
    margin-left: -2.5rem;
  }

  .lg\:last\:-mt-12:last-child {
    margin-top: -3rem;
  }

  .lg\:last\:-mr-12:last-child {
    margin-right: -3rem;
  }

  .lg\:last\:-mb-12:last-child {
    margin-bottom: -3rem;
  }

  .lg\:last\:-ml-12:last-child {
    margin-left: -3rem;
  }

  .lg\:last\:-mt-16:last-child {
    margin-top: -4rem;
  }

  .lg\:last\:-mr-16:last-child {
    margin-right: -4rem;
  }

  .lg\:last\:-mb-16:last-child {
    margin-bottom: -4rem;
  }

  .lg\:last\:-ml-16:last-child {
    margin-left: -4rem;
  }

  .lg\:last\:-mt-20:last-child {
    margin-top: -5rem;
  }

  .lg\:last\:-mr-20:last-child {
    margin-right: -5rem;
  }

  .lg\:last\:-mb-20:last-child {
    margin-bottom: -5rem;
  }

  .lg\:last\:-ml-20:last-child {
    margin-left: -5rem;
  }

  .lg\:last\:-mt-24:last-child {
    margin-top: -6rem;
  }

  .lg\:last\:-mr-24:last-child {
    margin-right: -6rem;
  }

  .lg\:last\:-mb-24:last-child {
    margin-bottom: -6rem;
  }

  .lg\:last\:-ml-24:last-child {
    margin-left: -6rem;
  }

  .lg\:last\:-mt-32:last-child {
    margin-top: -8rem;
  }

  .lg\:last\:-mr-32:last-child {
    margin-right: -8rem;
  }

  .lg\:last\:-mb-32:last-child {
    margin-bottom: -8rem;
  }

  .lg\:last\:-ml-32:last-child {
    margin-left: -8rem;
  }

  .lg\:last\:-mt-40:last-child {
    margin-top: -10rem;
  }

  .lg\:last\:-mr-40:last-child {
    margin-right: -10rem;
  }

  .lg\:last\:-mb-40:last-child {
    margin-bottom: -10rem;
  }

  .lg\:last\:-ml-40:last-child {
    margin-left: -10rem;
  }

  .lg\:last\:-mt-48:last-child {
    margin-top: -12rem;
  }

  .lg\:last\:-mr-48:last-child {
    margin-right: -12rem;
  }

  .lg\:last\:-mb-48:last-child {
    margin-bottom: -12rem;
  }

  .lg\:last\:-ml-48:last-child {
    margin-left: -12rem;
  }

  .lg\:last\:-mt-56:last-child {
    margin-top: -14rem;
  }

  .lg\:last\:-mr-56:last-child {
    margin-right: -14rem;
  }

  .lg\:last\:-mb-56:last-child {
    margin-bottom: -14rem;
  }

  .lg\:last\:-ml-56:last-child {
    margin-left: -14rem;
  }

  .lg\:last\:-mt-64:last-child {
    margin-top: -16rem;
  }

  .lg\:last\:-mr-64:last-child {
    margin-right: -16rem;
  }

  .lg\:last\:-mb-64:last-child {
    margin-bottom: -16rem;
  }

  .lg\:last\:-ml-64:last-child {
    margin-left: -16rem;
  }

  .lg\:last\:-mt-px:last-child {
    margin-top: -1px;
  }

  .lg\:last\:-mr-px:last-child {
    margin-right: -1px;
  }

  .lg\:last\:-mb-px:last-child {
    margin-bottom: -1px;
  }

  .lg\:last\:-ml-px:last-child {
    margin-left: -1px;
  }

  .lg\:odd\:m-0:nth-child(odd) {
    margin: 0;
  }

  .lg\:odd\:m-1:nth-child(odd) {
    margin: 0.25rem;
  }

  .lg\:odd\:m-2:nth-child(odd) {
    margin: 0.5rem;
  }

  .lg\:odd\:m-3:nth-child(odd) {
    margin: 0.75rem;
  }

  .lg\:odd\:m-4:nth-child(odd) {
    margin: 1rem;
  }

  .lg\:odd\:m-5:nth-child(odd) {
    margin: 1.25rem;
  }

  .lg\:odd\:m-6:nth-child(odd) {
    margin: 1.5rem;
  }

  .lg\:odd\:m-8:nth-child(odd) {
    margin: 2rem;
  }

  .lg\:odd\:m-10:nth-child(odd) {
    margin: 2.5rem;
  }

  .lg\:odd\:m-12:nth-child(odd) {
    margin: 3rem;
  }

  .lg\:odd\:m-16:nth-child(odd) {
    margin: 4rem;
  }

  .lg\:odd\:m-20:nth-child(odd) {
    margin: 5rem;
  }

  .lg\:odd\:m-24:nth-child(odd) {
    margin: 6rem;
  }

  .lg\:odd\:m-32:nth-child(odd) {
    margin: 8rem;
  }

  .lg\:odd\:m-40:nth-child(odd) {
    margin: 10rem;
  }

  .lg\:odd\:m-48:nth-child(odd) {
    margin: 12rem;
  }

  .lg\:odd\:m-56:nth-child(odd) {
    margin: 14rem;
  }

  .lg\:odd\:m-64:nth-child(odd) {
    margin: 16rem;
  }

  .lg\:odd\:m-auto:nth-child(odd) {
    margin: auto;
  }

  .lg\:odd\:m-px:nth-child(odd) {
    margin: 1px;
  }

  .lg\:odd\:-m-1:nth-child(odd) {
    margin: -0.25rem;
  }

  .lg\:odd\:-m-2:nth-child(odd) {
    margin: -0.5rem;
  }

  .lg\:odd\:-m-3:nth-child(odd) {
    margin: -0.75rem;
  }

  .lg\:odd\:-m-4:nth-child(odd) {
    margin: -1rem;
  }

  .lg\:odd\:-m-5:nth-child(odd) {
    margin: -1.25rem;
  }

  .lg\:odd\:-m-6:nth-child(odd) {
    margin: -1.5rem;
  }

  .lg\:odd\:-m-8:nth-child(odd) {
    margin: -2rem;
  }

  .lg\:odd\:-m-10:nth-child(odd) {
    margin: -2.5rem;
  }

  .lg\:odd\:-m-12:nth-child(odd) {
    margin: -3rem;
  }

  .lg\:odd\:-m-16:nth-child(odd) {
    margin: -4rem;
  }

  .lg\:odd\:-m-20:nth-child(odd) {
    margin: -5rem;
  }

  .lg\:odd\:-m-24:nth-child(odd) {
    margin: -6rem;
  }

  .lg\:odd\:-m-32:nth-child(odd) {
    margin: -8rem;
  }

  .lg\:odd\:-m-40:nth-child(odd) {
    margin: -10rem;
  }

  .lg\:odd\:-m-48:nth-child(odd) {
    margin: -12rem;
  }

  .lg\:odd\:-m-56:nth-child(odd) {
    margin: -14rem;
  }

  .lg\:odd\:-m-64:nth-child(odd) {
    margin: -16rem;
  }

  .lg\:odd\:-m-px:nth-child(odd) {
    margin: -1px;
  }

  .lg\:odd\:my-0:nth-child(odd) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:odd\:mx-0:nth-child(odd) {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:odd\:my-1:nth-child(odd) {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:odd\:mx-1:nth-child(odd) {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:odd\:my-2:nth-child(odd) {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:odd\:mx-2:nth-child(odd) {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:odd\:my-3:nth-child(odd) {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lg\:odd\:mx-3:nth-child(odd) {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:odd\:my-4:nth-child(odd) {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:odd\:mx-4:nth-child(odd) {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:odd\:my-5:nth-child(odd) {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:odd\:mx-5:nth-child(odd) {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:odd\:my-6:nth-child(odd) {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:odd\:mx-6:nth-child(odd) {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:odd\:my-8:nth-child(odd) {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:odd\:mx-8:nth-child(odd) {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:odd\:my-10:nth-child(odd) {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:odd\:mx-10:nth-child(odd) {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:odd\:my-12:nth-child(odd) {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:odd\:mx-12:nth-child(odd) {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:odd\:my-16:nth-child(odd) {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:odd\:mx-16:nth-child(odd) {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:odd\:my-20:nth-child(odd) {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:odd\:mx-20:nth-child(odd) {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:odd\:my-24:nth-child(odd) {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:odd\:mx-24:nth-child(odd) {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:odd\:my-32:nth-child(odd) {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:odd\:mx-32:nth-child(odd) {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:odd\:my-40:nth-child(odd) {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:odd\:mx-40:nth-child(odd) {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .lg\:odd\:my-48:nth-child(odd) {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .lg\:odd\:mx-48:nth-child(odd) {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .lg\:odd\:my-56:nth-child(odd) {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .lg\:odd\:mx-56:nth-child(odd) {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .lg\:odd\:my-64:nth-child(odd) {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg\:odd\:mx-64:nth-child(odd) {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .lg\:odd\:my-auto:nth-child(odd) {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:odd\:mx-auto:nth-child(odd) {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:odd\:my-px:nth-child(odd) {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:odd\:mx-px:nth-child(odd) {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:odd\:-my-1:nth-child(odd) {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:odd\:-mx-1:nth-child(odd) {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:odd\:-my-2:nth-child(odd) {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:odd\:-mx-2:nth-child(odd) {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:odd\:-my-3:nth-child(odd) {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:odd\:-mx-3:nth-child(odd) {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:odd\:-my-4:nth-child(odd) {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:odd\:-mx-4:nth-child(odd) {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:odd\:-my-5:nth-child(odd) {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:odd\:-mx-5:nth-child(odd) {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:odd\:-my-6:nth-child(odd) {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:odd\:-mx-6:nth-child(odd) {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:odd\:-my-8:nth-child(odd) {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:odd\:-mx-8:nth-child(odd) {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:odd\:-my-10:nth-child(odd) {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:odd\:-mx-10:nth-child(odd) {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:odd\:-my-12:nth-child(odd) {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:odd\:-mx-12:nth-child(odd) {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:odd\:-my-16:nth-child(odd) {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:odd\:-mx-16:nth-child(odd) {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:odd\:-my-20:nth-child(odd) {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:odd\:-mx-20:nth-child(odd) {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:odd\:-my-24:nth-child(odd) {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:odd\:-mx-24:nth-child(odd) {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg\:odd\:-my-32:nth-child(odd) {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:odd\:-mx-32:nth-child(odd) {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:odd\:-my-40:nth-child(odd) {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .lg\:odd\:-mx-40:nth-child(odd) {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .lg\:odd\:-my-48:nth-child(odd) {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .lg\:odd\:-mx-48:nth-child(odd) {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .lg\:odd\:-my-56:nth-child(odd) {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .lg\:odd\:-mx-56:nth-child(odd) {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .lg\:odd\:-my-64:nth-child(odd) {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .lg\:odd\:-mx-64:nth-child(odd) {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .lg\:odd\:-my-px:nth-child(odd) {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:odd\:-mx-px:nth-child(odd) {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:odd\:mt-0:nth-child(odd) {
    margin-top: 0;
  }

  .lg\:odd\:mr-0:nth-child(odd) {
    margin-right: 0;
  }

  .lg\:odd\:mb-0:nth-child(odd) {
    margin-bottom: 0;
  }

  .lg\:odd\:ml-0:nth-child(odd) {
    margin-left: 0;
  }

  .lg\:odd\:mt-1:nth-child(odd) {
    margin-top: 0.25rem;
  }

  .lg\:odd\:mr-1:nth-child(odd) {
    margin-right: 0.25rem;
  }

  .lg\:odd\:mb-1:nth-child(odd) {
    margin-bottom: 0.25rem;
  }

  .lg\:odd\:ml-1:nth-child(odd) {
    margin-left: 0.25rem;
  }

  .lg\:odd\:mt-2:nth-child(odd) {
    margin-top: 0.5rem;
  }

  .lg\:odd\:mr-2:nth-child(odd) {
    margin-right: 0.5rem;
  }

  .lg\:odd\:mb-2:nth-child(odd) {
    margin-bottom: 0.5rem;
  }

  .lg\:odd\:ml-2:nth-child(odd) {
    margin-left: 0.5rem;
  }

  .lg\:odd\:mt-3:nth-child(odd) {
    margin-top: 0.75rem;
  }

  .lg\:odd\:mr-3:nth-child(odd) {
    margin-right: 0.75rem;
  }

  .lg\:odd\:mb-3:nth-child(odd) {
    margin-bottom: 0.75rem;
  }

  .lg\:odd\:ml-3:nth-child(odd) {
    margin-left: 0.75rem;
  }

  .lg\:odd\:mt-4:nth-child(odd) {
    margin-top: 1rem;
  }

  .lg\:odd\:mr-4:nth-child(odd) {
    margin-right: 1rem;
  }

  .lg\:odd\:mb-4:nth-child(odd) {
    margin-bottom: 1rem;
  }

  .lg\:odd\:ml-4:nth-child(odd) {
    margin-left: 1rem;
  }

  .lg\:odd\:mt-5:nth-child(odd) {
    margin-top: 1.25rem;
  }

  .lg\:odd\:mr-5:nth-child(odd) {
    margin-right: 1.25rem;
  }

  .lg\:odd\:mb-5:nth-child(odd) {
    margin-bottom: 1.25rem;
  }

  .lg\:odd\:ml-5:nth-child(odd) {
    margin-left: 1.25rem;
  }

  .lg\:odd\:mt-6:nth-child(odd) {
    margin-top: 1.5rem;
  }

  .lg\:odd\:mr-6:nth-child(odd) {
    margin-right: 1.5rem;
  }

  .lg\:odd\:mb-6:nth-child(odd) {
    margin-bottom: 1.5rem;
  }

  .lg\:odd\:ml-6:nth-child(odd) {
    margin-left: 1.5rem;
  }

  .lg\:odd\:mt-8:nth-child(odd) {
    margin-top: 2rem;
  }

  .lg\:odd\:mr-8:nth-child(odd) {
    margin-right: 2rem;
  }

  .lg\:odd\:mb-8:nth-child(odd) {
    margin-bottom: 2rem;
  }

  .lg\:odd\:ml-8:nth-child(odd) {
    margin-left: 2rem;
  }

  .lg\:odd\:mt-10:nth-child(odd) {
    margin-top: 2.5rem;
  }

  .lg\:odd\:mr-10:nth-child(odd) {
    margin-right: 2.5rem;
  }

  .lg\:odd\:mb-10:nth-child(odd) {
    margin-bottom: 2.5rem;
  }

  .lg\:odd\:ml-10:nth-child(odd) {
    margin-left: 2.5rem;
  }

  .lg\:odd\:mt-12:nth-child(odd) {
    margin-top: 3rem;
  }

  .lg\:odd\:mr-12:nth-child(odd) {
    margin-right: 3rem;
  }

  .lg\:odd\:mb-12:nth-child(odd) {
    margin-bottom: 3rem;
  }

  .lg\:odd\:ml-12:nth-child(odd) {
    margin-left: 3rem;
  }

  .lg\:odd\:mt-16:nth-child(odd) {
    margin-top: 4rem;
  }

  .lg\:odd\:mr-16:nth-child(odd) {
    margin-right: 4rem;
  }

  .lg\:odd\:mb-16:nth-child(odd) {
    margin-bottom: 4rem;
  }

  .lg\:odd\:ml-16:nth-child(odd) {
    margin-left: 4rem;
  }

  .lg\:odd\:mt-20:nth-child(odd) {
    margin-top: 5rem;
  }

  .lg\:odd\:mr-20:nth-child(odd) {
    margin-right: 5rem;
  }

  .lg\:odd\:mb-20:nth-child(odd) {
    margin-bottom: 5rem;
  }

  .lg\:odd\:ml-20:nth-child(odd) {
    margin-left: 5rem;
  }

  .lg\:odd\:mt-24:nth-child(odd) {
    margin-top: 6rem;
  }

  .lg\:odd\:mr-24:nth-child(odd) {
    margin-right: 6rem;
  }

  .lg\:odd\:mb-24:nth-child(odd) {
    margin-bottom: 6rem;
  }

  .lg\:odd\:ml-24:nth-child(odd) {
    margin-left: 6rem;
  }

  .lg\:odd\:mt-32:nth-child(odd) {
    margin-top: 8rem;
  }

  .lg\:odd\:mr-32:nth-child(odd) {
    margin-right: 8rem;
  }

  .lg\:odd\:mb-32:nth-child(odd) {
    margin-bottom: 8rem;
  }

  .lg\:odd\:ml-32:nth-child(odd) {
    margin-left: 8rem;
  }

  .lg\:odd\:mt-40:nth-child(odd) {
    margin-top: 10rem;
  }

  .lg\:odd\:mr-40:nth-child(odd) {
    margin-right: 10rem;
  }

  .lg\:odd\:mb-40:nth-child(odd) {
    margin-bottom: 10rem;
  }

  .lg\:odd\:ml-40:nth-child(odd) {
    margin-left: 10rem;
  }

  .lg\:odd\:mt-48:nth-child(odd) {
    margin-top: 12rem;
  }

  .lg\:odd\:mr-48:nth-child(odd) {
    margin-right: 12rem;
  }

  .lg\:odd\:mb-48:nth-child(odd) {
    margin-bottom: 12rem;
  }

  .lg\:odd\:ml-48:nth-child(odd) {
    margin-left: 12rem;
  }

  .lg\:odd\:mt-56:nth-child(odd) {
    margin-top: 14rem;
  }

  .lg\:odd\:mr-56:nth-child(odd) {
    margin-right: 14rem;
  }

  .lg\:odd\:mb-56:nth-child(odd) {
    margin-bottom: 14rem;
  }

  .lg\:odd\:ml-56:nth-child(odd) {
    margin-left: 14rem;
  }

  .lg\:odd\:mt-64:nth-child(odd) {
    margin-top: 16rem;
  }

  .lg\:odd\:mr-64:nth-child(odd) {
    margin-right: 16rem;
  }

  .lg\:odd\:mb-64:nth-child(odd) {
    margin-bottom: 16rem;
  }

  .lg\:odd\:ml-64:nth-child(odd) {
    margin-left: 16rem;
  }

  .lg\:odd\:mt-auto:nth-child(odd) {
    margin-top: auto;
  }

  .lg\:odd\:mr-auto:nth-child(odd) {
    margin-right: auto;
  }

  .lg\:odd\:mb-auto:nth-child(odd) {
    margin-bottom: auto;
  }

  .lg\:odd\:ml-auto:nth-child(odd) {
    margin-left: auto;
  }

  .lg\:odd\:mt-px:nth-child(odd) {
    margin-top: 1px;
  }

  .lg\:odd\:mr-px:nth-child(odd) {
    margin-right: 1px;
  }

  .lg\:odd\:mb-px:nth-child(odd) {
    margin-bottom: 1px;
  }

  .lg\:odd\:ml-px:nth-child(odd) {
    margin-left: 1px;
  }

  .lg\:odd\:-mt-1:nth-child(odd) {
    margin-top: -0.25rem;
  }

  .lg\:odd\:-mr-1:nth-child(odd) {
    margin-right: -0.25rem;
  }

  .lg\:odd\:-mb-1:nth-child(odd) {
    margin-bottom: -0.25rem;
  }

  .lg\:odd\:-ml-1:nth-child(odd) {
    margin-left: -0.25rem;
  }

  .lg\:odd\:-mt-2:nth-child(odd) {
    margin-top: -0.5rem;
  }

  .lg\:odd\:-mr-2:nth-child(odd) {
    margin-right: -0.5rem;
  }

  .lg\:odd\:-mb-2:nth-child(odd) {
    margin-bottom: -0.5rem;
  }

  .lg\:odd\:-ml-2:nth-child(odd) {
    margin-left: -0.5rem;
  }

  .lg\:odd\:-mt-3:nth-child(odd) {
    margin-top: -0.75rem;
  }

  .lg\:odd\:-mr-3:nth-child(odd) {
    margin-right: -0.75rem;
  }

  .lg\:odd\:-mb-3:nth-child(odd) {
    margin-bottom: -0.75rem;
  }

  .lg\:odd\:-ml-3:nth-child(odd) {
    margin-left: -0.75rem;
  }

  .lg\:odd\:-mt-4:nth-child(odd) {
    margin-top: -1rem;
  }

  .lg\:odd\:-mr-4:nth-child(odd) {
    margin-right: -1rem;
  }

  .lg\:odd\:-mb-4:nth-child(odd) {
    margin-bottom: -1rem;
  }

  .lg\:odd\:-ml-4:nth-child(odd) {
    margin-left: -1rem;
  }

  .lg\:odd\:-mt-5:nth-child(odd) {
    margin-top: -1.25rem;
  }

  .lg\:odd\:-mr-5:nth-child(odd) {
    margin-right: -1.25rem;
  }

  .lg\:odd\:-mb-5:nth-child(odd) {
    margin-bottom: -1.25rem;
  }

  .lg\:odd\:-ml-5:nth-child(odd) {
    margin-left: -1.25rem;
  }

  .lg\:odd\:-mt-6:nth-child(odd) {
    margin-top: -1.5rem;
  }

  .lg\:odd\:-mr-6:nth-child(odd) {
    margin-right: -1.5rem;
  }

  .lg\:odd\:-mb-6:nth-child(odd) {
    margin-bottom: -1.5rem;
  }

  .lg\:odd\:-ml-6:nth-child(odd) {
    margin-left: -1.5rem;
  }

  .lg\:odd\:-mt-8:nth-child(odd) {
    margin-top: -2rem;
  }

  .lg\:odd\:-mr-8:nth-child(odd) {
    margin-right: -2rem;
  }

  .lg\:odd\:-mb-8:nth-child(odd) {
    margin-bottom: -2rem;
  }

  .lg\:odd\:-ml-8:nth-child(odd) {
    margin-left: -2rem;
  }

  .lg\:odd\:-mt-10:nth-child(odd) {
    margin-top: -2.5rem;
  }

  .lg\:odd\:-mr-10:nth-child(odd) {
    margin-right: -2.5rem;
  }

  .lg\:odd\:-mb-10:nth-child(odd) {
    margin-bottom: -2.5rem;
  }

  .lg\:odd\:-ml-10:nth-child(odd) {
    margin-left: -2.5rem;
  }

  .lg\:odd\:-mt-12:nth-child(odd) {
    margin-top: -3rem;
  }

  .lg\:odd\:-mr-12:nth-child(odd) {
    margin-right: -3rem;
  }

  .lg\:odd\:-mb-12:nth-child(odd) {
    margin-bottom: -3rem;
  }

  .lg\:odd\:-ml-12:nth-child(odd) {
    margin-left: -3rem;
  }

  .lg\:odd\:-mt-16:nth-child(odd) {
    margin-top: -4rem;
  }

  .lg\:odd\:-mr-16:nth-child(odd) {
    margin-right: -4rem;
  }

  .lg\:odd\:-mb-16:nth-child(odd) {
    margin-bottom: -4rem;
  }

  .lg\:odd\:-ml-16:nth-child(odd) {
    margin-left: -4rem;
  }

  .lg\:odd\:-mt-20:nth-child(odd) {
    margin-top: -5rem;
  }

  .lg\:odd\:-mr-20:nth-child(odd) {
    margin-right: -5rem;
  }

  .lg\:odd\:-mb-20:nth-child(odd) {
    margin-bottom: -5rem;
  }

  .lg\:odd\:-ml-20:nth-child(odd) {
    margin-left: -5rem;
  }

  .lg\:odd\:-mt-24:nth-child(odd) {
    margin-top: -6rem;
  }

  .lg\:odd\:-mr-24:nth-child(odd) {
    margin-right: -6rem;
  }

  .lg\:odd\:-mb-24:nth-child(odd) {
    margin-bottom: -6rem;
  }

  .lg\:odd\:-ml-24:nth-child(odd) {
    margin-left: -6rem;
  }

  .lg\:odd\:-mt-32:nth-child(odd) {
    margin-top: -8rem;
  }

  .lg\:odd\:-mr-32:nth-child(odd) {
    margin-right: -8rem;
  }

  .lg\:odd\:-mb-32:nth-child(odd) {
    margin-bottom: -8rem;
  }

  .lg\:odd\:-ml-32:nth-child(odd) {
    margin-left: -8rem;
  }

  .lg\:odd\:-mt-40:nth-child(odd) {
    margin-top: -10rem;
  }

  .lg\:odd\:-mr-40:nth-child(odd) {
    margin-right: -10rem;
  }

  .lg\:odd\:-mb-40:nth-child(odd) {
    margin-bottom: -10rem;
  }

  .lg\:odd\:-ml-40:nth-child(odd) {
    margin-left: -10rem;
  }

  .lg\:odd\:-mt-48:nth-child(odd) {
    margin-top: -12rem;
  }

  .lg\:odd\:-mr-48:nth-child(odd) {
    margin-right: -12rem;
  }

  .lg\:odd\:-mb-48:nth-child(odd) {
    margin-bottom: -12rem;
  }

  .lg\:odd\:-ml-48:nth-child(odd) {
    margin-left: -12rem;
  }

  .lg\:odd\:-mt-56:nth-child(odd) {
    margin-top: -14rem;
  }

  .lg\:odd\:-mr-56:nth-child(odd) {
    margin-right: -14rem;
  }

  .lg\:odd\:-mb-56:nth-child(odd) {
    margin-bottom: -14rem;
  }

  .lg\:odd\:-ml-56:nth-child(odd) {
    margin-left: -14rem;
  }

  .lg\:odd\:-mt-64:nth-child(odd) {
    margin-top: -16rem;
  }

  .lg\:odd\:-mr-64:nth-child(odd) {
    margin-right: -16rem;
  }

  .lg\:odd\:-mb-64:nth-child(odd) {
    margin-bottom: -16rem;
  }

  .lg\:odd\:-ml-64:nth-child(odd) {
    margin-left: -16rem;
  }

  .lg\:odd\:-mt-px:nth-child(odd) {
    margin-top: -1px;
  }

  .lg\:odd\:-mr-px:nth-child(odd) {
    margin-right: -1px;
  }

  .lg\:odd\:-mb-px:nth-child(odd) {
    margin-bottom: -1px;
  }

  .lg\:odd\:-ml-px:nth-child(odd) {
    margin-left: -1px;
  }

  .lg\:even\:m-0:nth-child(even) {
    margin: 0;
  }

  .lg\:even\:m-1:nth-child(even) {
    margin: 0.25rem;
  }

  .lg\:even\:m-2:nth-child(even) {
    margin: 0.5rem;
  }

  .lg\:even\:m-3:nth-child(even) {
    margin: 0.75rem;
  }

  .lg\:even\:m-4:nth-child(even) {
    margin: 1rem;
  }

  .lg\:even\:m-5:nth-child(even) {
    margin: 1.25rem;
  }

  .lg\:even\:m-6:nth-child(even) {
    margin: 1.5rem;
  }

  .lg\:even\:m-8:nth-child(even) {
    margin: 2rem;
  }

  .lg\:even\:m-10:nth-child(even) {
    margin: 2.5rem;
  }

  .lg\:even\:m-12:nth-child(even) {
    margin: 3rem;
  }

  .lg\:even\:m-16:nth-child(even) {
    margin: 4rem;
  }

  .lg\:even\:m-20:nth-child(even) {
    margin: 5rem;
  }

  .lg\:even\:m-24:nth-child(even) {
    margin: 6rem;
  }

  .lg\:even\:m-32:nth-child(even) {
    margin: 8rem;
  }

  .lg\:even\:m-40:nth-child(even) {
    margin: 10rem;
  }

  .lg\:even\:m-48:nth-child(even) {
    margin: 12rem;
  }

  .lg\:even\:m-56:nth-child(even) {
    margin: 14rem;
  }

  .lg\:even\:m-64:nth-child(even) {
    margin: 16rem;
  }

  .lg\:even\:m-auto:nth-child(even) {
    margin: auto;
  }

  .lg\:even\:m-px:nth-child(even) {
    margin: 1px;
  }

  .lg\:even\:-m-1:nth-child(even) {
    margin: -0.25rem;
  }

  .lg\:even\:-m-2:nth-child(even) {
    margin: -0.5rem;
  }

  .lg\:even\:-m-3:nth-child(even) {
    margin: -0.75rem;
  }

  .lg\:even\:-m-4:nth-child(even) {
    margin: -1rem;
  }

  .lg\:even\:-m-5:nth-child(even) {
    margin: -1.25rem;
  }

  .lg\:even\:-m-6:nth-child(even) {
    margin: -1.5rem;
  }

  .lg\:even\:-m-8:nth-child(even) {
    margin: -2rem;
  }

  .lg\:even\:-m-10:nth-child(even) {
    margin: -2.5rem;
  }

  .lg\:even\:-m-12:nth-child(even) {
    margin: -3rem;
  }

  .lg\:even\:-m-16:nth-child(even) {
    margin: -4rem;
  }

  .lg\:even\:-m-20:nth-child(even) {
    margin: -5rem;
  }

  .lg\:even\:-m-24:nth-child(even) {
    margin: -6rem;
  }

  .lg\:even\:-m-32:nth-child(even) {
    margin: -8rem;
  }

  .lg\:even\:-m-40:nth-child(even) {
    margin: -10rem;
  }

  .lg\:even\:-m-48:nth-child(even) {
    margin: -12rem;
  }

  .lg\:even\:-m-56:nth-child(even) {
    margin: -14rem;
  }

  .lg\:even\:-m-64:nth-child(even) {
    margin: -16rem;
  }

  .lg\:even\:-m-px:nth-child(even) {
    margin: -1px;
  }

  .lg\:even\:my-0:nth-child(even) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:even\:mx-0:nth-child(even) {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:even\:my-1:nth-child(even) {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:even\:mx-1:nth-child(even) {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:even\:my-2:nth-child(even) {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:even\:mx-2:nth-child(even) {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:even\:my-3:nth-child(even) {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lg\:even\:mx-3:nth-child(even) {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:even\:my-4:nth-child(even) {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:even\:mx-4:nth-child(even) {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:even\:my-5:nth-child(even) {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:even\:mx-5:nth-child(even) {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:even\:my-6:nth-child(even) {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:even\:mx-6:nth-child(even) {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:even\:my-8:nth-child(even) {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:even\:mx-8:nth-child(even) {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:even\:my-10:nth-child(even) {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:even\:mx-10:nth-child(even) {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:even\:my-12:nth-child(even) {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:even\:mx-12:nth-child(even) {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:even\:my-16:nth-child(even) {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:even\:mx-16:nth-child(even) {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:even\:my-20:nth-child(even) {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:even\:mx-20:nth-child(even) {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:even\:my-24:nth-child(even) {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:even\:mx-24:nth-child(even) {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:even\:my-32:nth-child(even) {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:even\:mx-32:nth-child(even) {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:even\:my-40:nth-child(even) {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:even\:mx-40:nth-child(even) {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .lg\:even\:my-48:nth-child(even) {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .lg\:even\:mx-48:nth-child(even) {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .lg\:even\:my-56:nth-child(even) {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .lg\:even\:mx-56:nth-child(even) {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .lg\:even\:my-64:nth-child(even) {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg\:even\:mx-64:nth-child(even) {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .lg\:even\:my-auto:nth-child(even) {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:even\:mx-auto:nth-child(even) {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:even\:my-px:nth-child(even) {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:even\:mx-px:nth-child(even) {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:even\:-my-1:nth-child(even) {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:even\:-mx-1:nth-child(even) {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:even\:-my-2:nth-child(even) {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:even\:-mx-2:nth-child(even) {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:even\:-my-3:nth-child(even) {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:even\:-mx-3:nth-child(even) {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:even\:-my-4:nth-child(even) {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:even\:-mx-4:nth-child(even) {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:even\:-my-5:nth-child(even) {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:even\:-mx-5:nth-child(even) {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:even\:-my-6:nth-child(even) {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:even\:-mx-6:nth-child(even) {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:even\:-my-8:nth-child(even) {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:even\:-mx-8:nth-child(even) {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:even\:-my-10:nth-child(even) {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:even\:-mx-10:nth-child(even) {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:even\:-my-12:nth-child(even) {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:even\:-mx-12:nth-child(even) {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:even\:-my-16:nth-child(even) {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:even\:-mx-16:nth-child(even) {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:even\:-my-20:nth-child(even) {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:even\:-mx-20:nth-child(even) {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:even\:-my-24:nth-child(even) {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:even\:-mx-24:nth-child(even) {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg\:even\:-my-32:nth-child(even) {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:even\:-mx-32:nth-child(even) {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:even\:-my-40:nth-child(even) {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .lg\:even\:-mx-40:nth-child(even) {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .lg\:even\:-my-48:nth-child(even) {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .lg\:even\:-mx-48:nth-child(even) {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .lg\:even\:-my-56:nth-child(even) {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .lg\:even\:-mx-56:nth-child(even) {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .lg\:even\:-my-64:nth-child(even) {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .lg\:even\:-mx-64:nth-child(even) {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .lg\:even\:-my-px:nth-child(even) {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:even\:-mx-px:nth-child(even) {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:even\:mt-0:nth-child(even) {
    margin-top: 0;
  }

  .lg\:even\:mr-0:nth-child(even) {
    margin-right: 0;
  }

  .lg\:even\:mb-0:nth-child(even) {
    margin-bottom: 0;
  }

  .lg\:even\:ml-0:nth-child(even) {
    margin-left: 0;
  }

  .lg\:even\:mt-1:nth-child(even) {
    margin-top: 0.25rem;
  }

  .lg\:even\:mr-1:nth-child(even) {
    margin-right: 0.25rem;
  }

  .lg\:even\:mb-1:nth-child(even) {
    margin-bottom: 0.25rem;
  }

  .lg\:even\:ml-1:nth-child(even) {
    margin-left: 0.25rem;
  }

  .lg\:even\:mt-2:nth-child(even) {
    margin-top: 0.5rem;
  }

  .lg\:even\:mr-2:nth-child(even) {
    margin-right: 0.5rem;
  }

  .lg\:even\:mb-2:nth-child(even) {
    margin-bottom: 0.5rem;
  }

  .lg\:even\:ml-2:nth-child(even) {
    margin-left: 0.5rem;
  }

  .lg\:even\:mt-3:nth-child(even) {
    margin-top: 0.75rem;
  }

  .lg\:even\:mr-3:nth-child(even) {
    margin-right: 0.75rem;
  }

  .lg\:even\:mb-3:nth-child(even) {
    margin-bottom: 0.75rem;
  }

  .lg\:even\:ml-3:nth-child(even) {
    margin-left: 0.75rem;
  }

  .lg\:even\:mt-4:nth-child(even) {
    margin-top: 1rem;
  }

  .lg\:even\:mr-4:nth-child(even) {
    margin-right: 1rem;
  }

  .lg\:even\:mb-4:nth-child(even) {
    margin-bottom: 1rem;
  }

  .lg\:even\:ml-4:nth-child(even) {
    margin-left: 1rem;
  }

  .lg\:even\:mt-5:nth-child(even) {
    margin-top: 1.25rem;
  }

  .lg\:even\:mr-5:nth-child(even) {
    margin-right: 1.25rem;
  }

  .lg\:even\:mb-5:nth-child(even) {
    margin-bottom: 1.25rem;
  }

  .lg\:even\:ml-5:nth-child(even) {
    margin-left: 1.25rem;
  }

  .lg\:even\:mt-6:nth-child(even) {
    margin-top: 1.5rem;
  }

  .lg\:even\:mr-6:nth-child(even) {
    margin-right: 1.5rem;
  }

  .lg\:even\:mb-6:nth-child(even) {
    margin-bottom: 1.5rem;
  }

  .lg\:even\:ml-6:nth-child(even) {
    margin-left: 1.5rem;
  }

  .lg\:even\:mt-8:nth-child(even) {
    margin-top: 2rem;
  }

  .lg\:even\:mr-8:nth-child(even) {
    margin-right: 2rem;
  }

  .lg\:even\:mb-8:nth-child(even) {
    margin-bottom: 2rem;
  }

  .lg\:even\:ml-8:nth-child(even) {
    margin-left: 2rem;
  }

  .lg\:even\:mt-10:nth-child(even) {
    margin-top: 2.5rem;
  }

  .lg\:even\:mr-10:nth-child(even) {
    margin-right: 2.5rem;
  }

  .lg\:even\:mb-10:nth-child(even) {
    margin-bottom: 2.5rem;
  }

  .lg\:even\:ml-10:nth-child(even) {
    margin-left: 2.5rem;
  }

  .lg\:even\:mt-12:nth-child(even) {
    margin-top: 3rem;
  }

  .lg\:even\:mr-12:nth-child(even) {
    margin-right: 3rem;
  }

  .lg\:even\:mb-12:nth-child(even) {
    margin-bottom: 3rem;
  }

  .lg\:even\:ml-12:nth-child(even) {
    margin-left: 3rem;
  }

  .lg\:even\:mt-16:nth-child(even) {
    margin-top: 4rem;
  }

  .lg\:even\:mr-16:nth-child(even) {
    margin-right: 4rem;
  }

  .lg\:even\:mb-16:nth-child(even) {
    margin-bottom: 4rem;
  }

  .lg\:even\:ml-16:nth-child(even) {
    margin-left: 4rem;
  }

  .lg\:even\:mt-20:nth-child(even) {
    margin-top: 5rem;
  }

  .lg\:even\:mr-20:nth-child(even) {
    margin-right: 5rem;
  }

  .lg\:even\:mb-20:nth-child(even) {
    margin-bottom: 5rem;
  }

  .lg\:even\:ml-20:nth-child(even) {
    margin-left: 5rem;
  }

  .lg\:even\:mt-24:nth-child(even) {
    margin-top: 6rem;
  }

  .lg\:even\:mr-24:nth-child(even) {
    margin-right: 6rem;
  }

  .lg\:even\:mb-24:nth-child(even) {
    margin-bottom: 6rem;
  }

  .lg\:even\:ml-24:nth-child(even) {
    margin-left: 6rem;
  }

  .lg\:even\:mt-32:nth-child(even) {
    margin-top: 8rem;
  }

  .lg\:even\:mr-32:nth-child(even) {
    margin-right: 8rem;
  }

  .lg\:even\:mb-32:nth-child(even) {
    margin-bottom: 8rem;
  }

  .lg\:even\:ml-32:nth-child(even) {
    margin-left: 8rem;
  }

  .lg\:even\:mt-40:nth-child(even) {
    margin-top: 10rem;
  }

  .lg\:even\:mr-40:nth-child(even) {
    margin-right: 10rem;
  }

  .lg\:even\:mb-40:nth-child(even) {
    margin-bottom: 10rem;
  }

  .lg\:even\:ml-40:nth-child(even) {
    margin-left: 10rem;
  }

  .lg\:even\:mt-48:nth-child(even) {
    margin-top: 12rem;
  }

  .lg\:even\:mr-48:nth-child(even) {
    margin-right: 12rem;
  }

  .lg\:even\:mb-48:nth-child(even) {
    margin-bottom: 12rem;
  }

  .lg\:even\:ml-48:nth-child(even) {
    margin-left: 12rem;
  }

  .lg\:even\:mt-56:nth-child(even) {
    margin-top: 14rem;
  }

  .lg\:even\:mr-56:nth-child(even) {
    margin-right: 14rem;
  }

  .lg\:even\:mb-56:nth-child(even) {
    margin-bottom: 14rem;
  }

  .lg\:even\:ml-56:nth-child(even) {
    margin-left: 14rem;
  }

  .lg\:even\:mt-64:nth-child(even) {
    margin-top: 16rem;
  }

  .lg\:even\:mr-64:nth-child(even) {
    margin-right: 16rem;
  }

  .lg\:even\:mb-64:nth-child(even) {
    margin-bottom: 16rem;
  }

  .lg\:even\:ml-64:nth-child(even) {
    margin-left: 16rem;
  }

  .lg\:even\:mt-auto:nth-child(even) {
    margin-top: auto;
  }

  .lg\:even\:mr-auto:nth-child(even) {
    margin-right: auto;
  }

  .lg\:even\:mb-auto:nth-child(even) {
    margin-bottom: auto;
  }

  .lg\:even\:ml-auto:nth-child(even) {
    margin-left: auto;
  }

  .lg\:even\:mt-px:nth-child(even) {
    margin-top: 1px;
  }

  .lg\:even\:mr-px:nth-child(even) {
    margin-right: 1px;
  }

  .lg\:even\:mb-px:nth-child(even) {
    margin-bottom: 1px;
  }

  .lg\:even\:ml-px:nth-child(even) {
    margin-left: 1px;
  }

  .lg\:even\:-mt-1:nth-child(even) {
    margin-top: -0.25rem;
  }

  .lg\:even\:-mr-1:nth-child(even) {
    margin-right: -0.25rem;
  }

  .lg\:even\:-mb-1:nth-child(even) {
    margin-bottom: -0.25rem;
  }

  .lg\:even\:-ml-1:nth-child(even) {
    margin-left: -0.25rem;
  }

  .lg\:even\:-mt-2:nth-child(even) {
    margin-top: -0.5rem;
  }

  .lg\:even\:-mr-2:nth-child(even) {
    margin-right: -0.5rem;
  }

  .lg\:even\:-mb-2:nth-child(even) {
    margin-bottom: -0.5rem;
  }

  .lg\:even\:-ml-2:nth-child(even) {
    margin-left: -0.5rem;
  }

  .lg\:even\:-mt-3:nth-child(even) {
    margin-top: -0.75rem;
  }

  .lg\:even\:-mr-3:nth-child(even) {
    margin-right: -0.75rem;
  }

  .lg\:even\:-mb-3:nth-child(even) {
    margin-bottom: -0.75rem;
  }

  .lg\:even\:-ml-3:nth-child(even) {
    margin-left: -0.75rem;
  }

  .lg\:even\:-mt-4:nth-child(even) {
    margin-top: -1rem;
  }

  .lg\:even\:-mr-4:nth-child(even) {
    margin-right: -1rem;
  }

  .lg\:even\:-mb-4:nth-child(even) {
    margin-bottom: -1rem;
  }

  .lg\:even\:-ml-4:nth-child(even) {
    margin-left: -1rem;
  }

  .lg\:even\:-mt-5:nth-child(even) {
    margin-top: -1.25rem;
  }

  .lg\:even\:-mr-5:nth-child(even) {
    margin-right: -1.25rem;
  }

  .lg\:even\:-mb-5:nth-child(even) {
    margin-bottom: -1.25rem;
  }

  .lg\:even\:-ml-5:nth-child(even) {
    margin-left: -1.25rem;
  }

  .lg\:even\:-mt-6:nth-child(even) {
    margin-top: -1.5rem;
  }

  .lg\:even\:-mr-6:nth-child(even) {
    margin-right: -1.5rem;
  }

  .lg\:even\:-mb-6:nth-child(even) {
    margin-bottom: -1.5rem;
  }

  .lg\:even\:-ml-6:nth-child(even) {
    margin-left: -1.5rem;
  }

  .lg\:even\:-mt-8:nth-child(even) {
    margin-top: -2rem;
  }

  .lg\:even\:-mr-8:nth-child(even) {
    margin-right: -2rem;
  }

  .lg\:even\:-mb-8:nth-child(even) {
    margin-bottom: -2rem;
  }

  .lg\:even\:-ml-8:nth-child(even) {
    margin-left: -2rem;
  }

  .lg\:even\:-mt-10:nth-child(even) {
    margin-top: -2.5rem;
  }

  .lg\:even\:-mr-10:nth-child(even) {
    margin-right: -2.5rem;
  }

  .lg\:even\:-mb-10:nth-child(even) {
    margin-bottom: -2.5rem;
  }

  .lg\:even\:-ml-10:nth-child(even) {
    margin-left: -2.5rem;
  }

  .lg\:even\:-mt-12:nth-child(even) {
    margin-top: -3rem;
  }

  .lg\:even\:-mr-12:nth-child(even) {
    margin-right: -3rem;
  }

  .lg\:even\:-mb-12:nth-child(even) {
    margin-bottom: -3rem;
  }

  .lg\:even\:-ml-12:nth-child(even) {
    margin-left: -3rem;
  }

  .lg\:even\:-mt-16:nth-child(even) {
    margin-top: -4rem;
  }

  .lg\:even\:-mr-16:nth-child(even) {
    margin-right: -4rem;
  }

  .lg\:even\:-mb-16:nth-child(even) {
    margin-bottom: -4rem;
  }

  .lg\:even\:-ml-16:nth-child(even) {
    margin-left: -4rem;
  }

  .lg\:even\:-mt-20:nth-child(even) {
    margin-top: -5rem;
  }

  .lg\:even\:-mr-20:nth-child(even) {
    margin-right: -5rem;
  }

  .lg\:even\:-mb-20:nth-child(even) {
    margin-bottom: -5rem;
  }

  .lg\:even\:-ml-20:nth-child(even) {
    margin-left: -5rem;
  }

  .lg\:even\:-mt-24:nth-child(even) {
    margin-top: -6rem;
  }

  .lg\:even\:-mr-24:nth-child(even) {
    margin-right: -6rem;
  }

  .lg\:even\:-mb-24:nth-child(even) {
    margin-bottom: -6rem;
  }

  .lg\:even\:-ml-24:nth-child(even) {
    margin-left: -6rem;
  }

  .lg\:even\:-mt-32:nth-child(even) {
    margin-top: -8rem;
  }

  .lg\:even\:-mr-32:nth-child(even) {
    margin-right: -8rem;
  }

  .lg\:even\:-mb-32:nth-child(even) {
    margin-bottom: -8rem;
  }

  .lg\:even\:-ml-32:nth-child(even) {
    margin-left: -8rem;
  }

  .lg\:even\:-mt-40:nth-child(even) {
    margin-top: -10rem;
  }

  .lg\:even\:-mr-40:nth-child(even) {
    margin-right: -10rem;
  }

  .lg\:even\:-mb-40:nth-child(even) {
    margin-bottom: -10rem;
  }

  .lg\:even\:-ml-40:nth-child(even) {
    margin-left: -10rem;
  }

  .lg\:even\:-mt-48:nth-child(even) {
    margin-top: -12rem;
  }

  .lg\:even\:-mr-48:nth-child(even) {
    margin-right: -12rem;
  }

  .lg\:even\:-mb-48:nth-child(even) {
    margin-bottom: -12rem;
  }

  .lg\:even\:-ml-48:nth-child(even) {
    margin-left: -12rem;
  }

  .lg\:even\:-mt-56:nth-child(even) {
    margin-top: -14rem;
  }

  .lg\:even\:-mr-56:nth-child(even) {
    margin-right: -14rem;
  }

  .lg\:even\:-mb-56:nth-child(even) {
    margin-bottom: -14rem;
  }

  .lg\:even\:-ml-56:nth-child(even) {
    margin-left: -14rem;
  }

  .lg\:even\:-mt-64:nth-child(even) {
    margin-top: -16rem;
  }

  .lg\:even\:-mr-64:nth-child(even) {
    margin-right: -16rem;
  }

  .lg\:even\:-mb-64:nth-child(even) {
    margin-bottom: -16rem;
  }

  .lg\:even\:-ml-64:nth-child(even) {
    margin-left: -16rem;
  }

  .lg\:even\:-mt-px:nth-child(even) {
    margin-top: -1px;
  }

  .lg\:even\:-mr-px:nth-child(even) {
    margin-right: -1px;
  }

  .lg\:even\:-mb-px:nth-child(even) {
    margin-bottom: -1px;
  }

  .lg\:even\:-ml-px:nth-child(even) {
    margin-left: -1px;
  }

  .lg\:hover\:m-0:hover {
    margin: 0;
  }

  .lg\:hover\:m-1:hover {
    margin: 0.25rem;
  }

  .lg\:hover\:m-2:hover {
    margin: 0.5rem;
  }

  .lg\:hover\:m-3:hover {
    margin: 0.75rem;
  }

  .lg\:hover\:m-4:hover {
    margin: 1rem;
  }

  .lg\:hover\:m-5:hover {
    margin: 1.25rem;
  }

  .lg\:hover\:m-6:hover {
    margin: 1.5rem;
  }

  .lg\:hover\:m-8:hover {
    margin: 2rem;
  }

  .lg\:hover\:m-10:hover {
    margin: 2.5rem;
  }

  .lg\:hover\:m-12:hover {
    margin: 3rem;
  }

  .lg\:hover\:m-16:hover {
    margin: 4rem;
  }

  .lg\:hover\:m-20:hover {
    margin: 5rem;
  }

  .lg\:hover\:m-24:hover {
    margin: 6rem;
  }

  .lg\:hover\:m-32:hover {
    margin: 8rem;
  }

  .lg\:hover\:m-40:hover {
    margin: 10rem;
  }

  .lg\:hover\:m-48:hover {
    margin: 12rem;
  }

  .lg\:hover\:m-56:hover {
    margin: 14rem;
  }

  .lg\:hover\:m-64:hover {
    margin: 16rem;
  }

  .lg\:hover\:m-auto:hover {
    margin: auto;
  }

  .lg\:hover\:m-px:hover {
    margin: 1px;
  }

  .lg\:hover\:-m-1:hover {
    margin: -0.25rem;
  }

  .lg\:hover\:-m-2:hover {
    margin: -0.5rem;
  }

  .lg\:hover\:-m-3:hover {
    margin: -0.75rem;
  }

  .lg\:hover\:-m-4:hover {
    margin: -1rem;
  }

  .lg\:hover\:-m-5:hover {
    margin: -1.25rem;
  }

  .lg\:hover\:-m-6:hover {
    margin: -1.5rem;
  }

  .lg\:hover\:-m-8:hover {
    margin: -2rem;
  }

  .lg\:hover\:-m-10:hover {
    margin: -2.5rem;
  }

  .lg\:hover\:-m-12:hover {
    margin: -3rem;
  }

  .lg\:hover\:-m-16:hover {
    margin: -4rem;
  }

  .lg\:hover\:-m-20:hover {
    margin: -5rem;
  }

  .lg\:hover\:-m-24:hover {
    margin: -6rem;
  }

  .lg\:hover\:-m-32:hover {
    margin: -8rem;
  }

  .lg\:hover\:-m-40:hover {
    margin: -10rem;
  }

  .lg\:hover\:-m-48:hover {
    margin: -12rem;
  }

  .lg\:hover\:-m-56:hover {
    margin: -14rem;
  }

  .lg\:hover\:-m-64:hover {
    margin: -16rem;
  }

  .lg\:hover\:-m-px:hover {
    margin: -1px;
  }

  .lg\:hover\:my-0:hover {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:hover\:mx-0:hover {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:hover\:my-1:hover {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:hover\:mx-1:hover {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:hover\:my-2:hover {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:hover\:mx-2:hover {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:hover\:my-3:hover {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lg\:hover\:mx-3:hover {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:hover\:my-4:hover {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:hover\:mx-4:hover {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:hover\:my-5:hover {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:hover\:mx-5:hover {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:hover\:my-6:hover {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:hover\:mx-6:hover {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:hover\:my-8:hover {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:hover\:mx-8:hover {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:hover\:my-10:hover {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:hover\:mx-10:hover {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:hover\:my-12:hover {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:hover\:mx-12:hover {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:hover\:my-16:hover {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:hover\:mx-16:hover {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:hover\:my-20:hover {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:hover\:mx-20:hover {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:hover\:my-24:hover {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:hover\:mx-24:hover {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:hover\:my-32:hover {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:hover\:mx-32:hover {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:hover\:my-40:hover {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:hover\:mx-40:hover {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .lg\:hover\:my-48:hover {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .lg\:hover\:mx-48:hover {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .lg\:hover\:my-56:hover {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .lg\:hover\:mx-56:hover {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .lg\:hover\:my-64:hover {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg\:hover\:mx-64:hover {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .lg\:hover\:my-auto:hover {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:hover\:mx-auto:hover {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:hover\:my-px:hover {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:hover\:mx-px:hover {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:hover\:-my-1:hover {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:hover\:-mx-1:hover {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:hover\:-my-2:hover {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:hover\:-mx-2:hover {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:hover\:-my-3:hover {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:hover\:-mx-3:hover {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:hover\:-my-4:hover {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:hover\:-mx-4:hover {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:hover\:-my-5:hover {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:hover\:-mx-5:hover {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:hover\:-my-6:hover {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:hover\:-mx-6:hover {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:hover\:-my-8:hover {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:hover\:-mx-8:hover {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:hover\:-my-10:hover {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:hover\:-mx-10:hover {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:hover\:-my-12:hover {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:hover\:-mx-12:hover {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:hover\:-my-16:hover {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:hover\:-mx-16:hover {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:hover\:-my-20:hover {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:hover\:-mx-20:hover {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:hover\:-my-24:hover {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:hover\:-mx-24:hover {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg\:hover\:-my-32:hover {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:hover\:-mx-32:hover {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:hover\:-my-40:hover {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .lg\:hover\:-mx-40:hover {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .lg\:hover\:-my-48:hover {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .lg\:hover\:-mx-48:hover {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .lg\:hover\:-my-56:hover {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .lg\:hover\:-mx-56:hover {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .lg\:hover\:-my-64:hover {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .lg\:hover\:-mx-64:hover {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .lg\:hover\:-my-px:hover {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:hover\:-mx-px:hover {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:hover\:mt-0:hover {
    margin-top: 0;
  }

  .lg\:hover\:mr-0:hover {
    margin-right: 0;
  }

  .lg\:hover\:mb-0:hover {
    margin-bottom: 0;
  }

  .lg\:hover\:ml-0:hover {
    margin-left: 0;
  }

  .lg\:hover\:mt-1:hover {
    margin-top: 0.25rem;
  }

  .lg\:hover\:mr-1:hover {
    margin-right: 0.25rem;
  }

  .lg\:hover\:mb-1:hover {
    margin-bottom: 0.25rem;
  }

  .lg\:hover\:ml-1:hover {
    margin-left: 0.25rem;
  }

  .lg\:hover\:mt-2:hover {
    margin-top: 0.5rem;
  }

  .lg\:hover\:mr-2:hover {
    margin-right: 0.5rem;
  }

  .lg\:hover\:mb-2:hover {
    margin-bottom: 0.5rem;
  }

  .lg\:hover\:ml-2:hover {
    margin-left: 0.5rem;
  }

  .lg\:hover\:mt-3:hover {
    margin-top: 0.75rem;
  }

  .lg\:hover\:mr-3:hover {
    margin-right: 0.75rem;
  }

  .lg\:hover\:mb-3:hover {
    margin-bottom: 0.75rem;
  }

  .lg\:hover\:ml-3:hover {
    margin-left: 0.75rem;
  }

  .lg\:hover\:mt-4:hover {
    margin-top: 1rem;
  }

  .lg\:hover\:mr-4:hover {
    margin-right: 1rem;
  }

  .lg\:hover\:mb-4:hover {
    margin-bottom: 1rem;
  }

  .lg\:hover\:ml-4:hover {
    margin-left: 1rem;
  }

  .lg\:hover\:mt-5:hover {
    margin-top: 1.25rem;
  }

  .lg\:hover\:mr-5:hover {
    margin-right: 1.25rem;
  }

  .lg\:hover\:mb-5:hover {
    margin-bottom: 1.25rem;
  }

  .lg\:hover\:ml-5:hover {
    margin-left: 1.25rem;
  }

  .lg\:hover\:mt-6:hover {
    margin-top: 1.5rem;
  }

  .lg\:hover\:mr-6:hover {
    margin-right: 1.5rem;
  }

  .lg\:hover\:mb-6:hover {
    margin-bottom: 1.5rem;
  }

  .lg\:hover\:ml-6:hover {
    margin-left: 1.5rem;
  }

  .lg\:hover\:mt-8:hover {
    margin-top: 2rem;
  }

  .lg\:hover\:mr-8:hover {
    margin-right: 2rem;
  }

  .lg\:hover\:mb-8:hover {
    margin-bottom: 2rem;
  }

  .lg\:hover\:ml-8:hover {
    margin-left: 2rem;
  }

  .lg\:hover\:mt-10:hover {
    margin-top: 2.5rem;
  }

  .lg\:hover\:mr-10:hover {
    margin-right: 2.5rem;
  }

  .lg\:hover\:mb-10:hover {
    margin-bottom: 2.5rem;
  }

  .lg\:hover\:ml-10:hover {
    margin-left: 2.5rem;
  }

  .lg\:hover\:mt-12:hover {
    margin-top: 3rem;
  }

  .lg\:hover\:mr-12:hover {
    margin-right: 3rem;
  }

  .lg\:hover\:mb-12:hover {
    margin-bottom: 3rem;
  }

  .lg\:hover\:ml-12:hover {
    margin-left: 3rem;
  }

  .lg\:hover\:mt-16:hover {
    margin-top: 4rem;
  }

  .lg\:hover\:mr-16:hover {
    margin-right: 4rem;
  }

  .lg\:hover\:mb-16:hover {
    margin-bottom: 4rem;
  }

  .lg\:hover\:ml-16:hover {
    margin-left: 4rem;
  }

  .lg\:hover\:mt-20:hover {
    margin-top: 5rem;
  }

  .lg\:hover\:mr-20:hover {
    margin-right: 5rem;
  }

  .lg\:hover\:mb-20:hover {
    margin-bottom: 5rem;
  }

  .lg\:hover\:ml-20:hover {
    margin-left: 5rem;
  }

  .lg\:hover\:mt-24:hover {
    margin-top: 6rem;
  }

  .lg\:hover\:mr-24:hover {
    margin-right: 6rem;
  }

  .lg\:hover\:mb-24:hover {
    margin-bottom: 6rem;
  }

  .lg\:hover\:ml-24:hover {
    margin-left: 6rem;
  }

  .lg\:hover\:mt-32:hover {
    margin-top: 8rem;
  }

  .lg\:hover\:mr-32:hover {
    margin-right: 8rem;
  }

  .lg\:hover\:mb-32:hover {
    margin-bottom: 8rem;
  }

  .lg\:hover\:ml-32:hover {
    margin-left: 8rem;
  }

  .lg\:hover\:mt-40:hover {
    margin-top: 10rem;
  }

  .lg\:hover\:mr-40:hover {
    margin-right: 10rem;
  }

  .lg\:hover\:mb-40:hover {
    margin-bottom: 10rem;
  }

  .lg\:hover\:ml-40:hover {
    margin-left: 10rem;
  }

  .lg\:hover\:mt-48:hover {
    margin-top: 12rem;
  }

  .lg\:hover\:mr-48:hover {
    margin-right: 12rem;
  }

  .lg\:hover\:mb-48:hover {
    margin-bottom: 12rem;
  }

  .lg\:hover\:ml-48:hover {
    margin-left: 12rem;
  }

  .lg\:hover\:mt-56:hover {
    margin-top: 14rem;
  }

  .lg\:hover\:mr-56:hover {
    margin-right: 14rem;
  }

  .lg\:hover\:mb-56:hover {
    margin-bottom: 14rem;
  }

  .lg\:hover\:ml-56:hover {
    margin-left: 14rem;
  }

  .lg\:hover\:mt-64:hover {
    margin-top: 16rem;
  }

  .lg\:hover\:mr-64:hover {
    margin-right: 16rem;
  }

  .lg\:hover\:mb-64:hover {
    margin-bottom: 16rem;
  }

  .lg\:hover\:ml-64:hover {
    margin-left: 16rem;
  }

  .lg\:hover\:mt-auto:hover {
    margin-top: auto;
  }

  .lg\:hover\:mr-auto:hover {
    margin-right: auto;
  }

  .lg\:hover\:mb-auto:hover {
    margin-bottom: auto;
  }

  .lg\:hover\:ml-auto:hover {
    margin-left: auto;
  }

  .lg\:hover\:mt-px:hover {
    margin-top: 1px;
  }

  .lg\:hover\:mr-px:hover {
    margin-right: 1px;
  }

  .lg\:hover\:mb-px:hover {
    margin-bottom: 1px;
  }

  .lg\:hover\:ml-px:hover {
    margin-left: 1px;
  }

  .lg\:hover\:-mt-1:hover {
    margin-top: -0.25rem;
  }

  .lg\:hover\:-mr-1:hover {
    margin-right: -0.25rem;
  }

  .lg\:hover\:-mb-1:hover {
    margin-bottom: -0.25rem;
  }

  .lg\:hover\:-ml-1:hover {
    margin-left: -0.25rem;
  }

  .lg\:hover\:-mt-2:hover {
    margin-top: -0.5rem;
  }

  .lg\:hover\:-mr-2:hover {
    margin-right: -0.5rem;
  }

  .lg\:hover\:-mb-2:hover {
    margin-bottom: -0.5rem;
  }

  .lg\:hover\:-ml-2:hover {
    margin-left: -0.5rem;
  }

  .lg\:hover\:-mt-3:hover {
    margin-top: -0.75rem;
  }

  .lg\:hover\:-mr-3:hover {
    margin-right: -0.75rem;
  }

  .lg\:hover\:-mb-3:hover {
    margin-bottom: -0.75rem;
  }

  .lg\:hover\:-ml-3:hover {
    margin-left: -0.75rem;
  }

  .lg\:hover\:-mt-4:hover {
    margin-top: -1rem;
  }

  .lg\:hover\:-mr-4:hover {
    margin-right: -1rem;
  }

  .lg\:hover\:-mb-4:hover {
    margin-bottom: -1rem;
  }

  .lg\:hover\:-ml-4:hover {
    margin-left: -1rem;
  }

  .lg\:hover\:-mt-5:hover {
    margin-top: -1.25rem;
  }

  .lg\:hover\:-mr-5:hover {
    margin-right: -1.25rem;
  }

  .lg\:hover\:-mb-5:hover {
    margin-bottom: -1.25rem;
  }

  .lg\:hover\:-ml-5:hover {
    margin-left: -1.25rem;
  }

  .lg\:hover\:-mt-6:hover {
    margin-top: -1.5rem;
  }

  .lg\:hover\:-mr-6:hover {
    margin-right: -1.5rem;
  }

  .lg\:hover\:-mb-6:hover {
    margin-bottom: -1.5rem;
  }

  .lg\:hover\:-ml-6:hover {
    margin-left: -1.5rem;
  }

  .lg\:hover\:-mt-8:hover {
    margin-top: -2rem;
  }

  .lg\:hover\:-mr-8:hover {
    margin-right: -2rem;
  }

  .lg\:hover\:-mb-8:hover {
    margin-bottom: -2rem;
  }

  .lg\:hover\:-ml-8:hover {
    margin-left: -2rem;
  }

  .lg\:hover\:-mt-10:hover {
    margin-top: -2.5rem;
  }

  .lg\:hover\:-mr-10:hover {
    margin-right: -2.5rem;
  }

  .lg\:hover\:-mb-10:hover {
    margin-bottom: -2.5rem;
  }

  .lg\:hover\:-ml-10:hover {
    margin-left: -2.5rem;
  }

  .lg\:hover\:-mt-12:hover {
    margin-top: -3rem;
  }

  .lg\:hover\:-mr-12:hover {
    margin-right: -3rem;
  }

  .lg\:hover\:-mb-12:hover {
    margin-bottom: -3rem;
  }

  .lg\:hover\:-ml-12:hover {
    margin-left: -3rem;
  }

  .lg\:hover\:-mt-16:hover {
    margin-top: -4rem;
  }

  .lg\:hover\:-mr-16:hover {
    margin-right: -4rem;
  }

  .lg\:hover\:-mb-16:hover {
    margin-bottom: -4rem;
  }

  .lg\:hover\:-ml-16:hover {
    margin-left: -4rem;
  }

  .lg\:hover\:-mt-20:hover {
    margin-top: -5rem;
  }

  .lg\:hover\:-mr-20:hover {
    margin-right: -5rem;
  }

  .lg\:hover\:-mb-20:hover {
    margin-bottom: -5rem;
  }

  .lg\:hover\:-ml-20:hover {
    margin-left: -5rem;
  }

  .lg\:hover\:-mt-24:hover {
    margin-top: -6rem;
  }

  .lg\:hover\:-mr-24:hover {
    margin-right: -6rem;
  }

  .lg\:hover\:-mb-24:hover {
    margin-bottom: -6rem;
  }

  .lg\:hover\:-ml-24:hover {
    margin-left: -6rem;
  }

  .lg\:hover\:-mt-32:hover {
    margin-top: -8rem;
  }

  .lg\:hover\:-mr-32:hover {
    margin-right: -8rem;
  }

  .lg\:hover\:-mb-32:hover {
    margin-bottom: -8rem;
  }

  .lg\:hover\:-ml-32:hover {
    margin-left: -8rem;
  }

  .lg\:hover\:-mt-40:hover {
    margin-top: -10rem;
  }

  .lg\:hover\:-mr-40:hover {
    margin-right: -10rem;
  }

  .lg\:hover\:-mb-40:hover {
    margin-bottom: -10rem;
  }

  .lg\:hover\:-ml-40:hover {
    margin-left: -10rem;
  }

  .lg\:hover\:-mt-48:hover {
    margin-top: -12rem;
  }

  .lg\:hover\:-mr-48:hover {
    margin-right: -12rem;
  }

  .lg\:hover\:-mb-48:hover {
    margin-bottom: -12rem;
  }

  .lg\:hover\:-ml-48:hover {
    margin-left: -12rem;
  }

  .lg\:hover\:-mt-56:hover {
    margin-top: -14rem;
  }

  .lg\:hover\:-mr-56:hover {
    margin-right: -14rem;
  }

  .lg\:hover\:-mb-56:hover {
    margin-bottom: -14rem;
  }

  .lg\:hover\:-ml-56:hover {
    margin-left: -14rem;
  }

  .lg\:hover\:-mt-64:hover {
    margin-top: -16rem;
  }

  .lg\:hover\:-mr-64:hover {
    margin-right: -16rem;
  }

  .lg\:hover\:-mb-64:hover {
    margin-bottom: -16rem;
  }

  .lg\:hover\:-ml-64:hover {
    margin-left: -16rem;
  }

  .lg\:hover\:-mt-px:hover {
    margin-top: -1px;
  }

  .lg\:hover\:-mr-px:hover {
    margin-right: -1px;
  }

  .lg\:hover\:-mb-px:hover {
    margin-bottom: -1px;
  }

  .lg\:hover\:-ml-px:hover {
    margin-left: -1px;
  }

  .lg\:focus\:m-0:focus {
    margin: 0;
  }

  .lg\:focus\:m-1:focus {
    margin: 0.25rem;
  }

  .lg\:focus\:m-2:focus {
    margin: 0.5rem;
  }

  .lg\:focus\:m-3:focus {
    margin: 0.75rem;
  }

  .lg\:focus\:m-4:focus {
    margin: 1rem;
  }

  .lg\:focus\:m-5:focus {
    margin: 1.25rem;
  }

  .lg\:focus\:m-6:focus {
    margin: 1.5rem;
  }

  .lg\:focus\:m-8:focus {
    margin: 2rem;
  }

  .lg\:focus\:m-10:focus {
    margin: 2.5rem;
  }

  .lg\:focus\:m-12:focus {
    margin: 3rem;
  }

  .lg\:focus\:m-16:focus {
    margin: 4rem;
  }

  .lg\:focus\:m-20:focus {
    margin: 5rem;
  }

  .lg\:focus\:m-24:focus {
    margin: 6rem;
  }

  .lg\:focus\:m-32:focus {
    margin: 8rem;
  }

  .lg\:focus\:m-40:focus {
    margin: 10rem;
  }

  .lg\:focus\:m-48:focus {
    margin: 12rem;
  }

  .lg\:focus\:m-56:focus {
    margin: 14rem;
  }

  .lg\:focus\:m-64:focus {
    margin: 16rem;
  }

  .lg\:focus\:m-auto:focus {
    margin: auto;
  }

  .lg\:focus\:m-px:focus {
    margin: 1px;
  }

  .lg\:focus\:-m-1:focus {
    margin: -0.25rem;
  }

  .lg\:focus\:-m-2:focus {
    margin: -0.5rem;
  }

  .lg\:focus\:-m-3:focus {
    margin: -0.75rem;
  }

  .lg\:focus\:-m-4:focus {
    margin: -1rem;
  }

  .lg\:focus\:-m-5:focus {
    margin: -1.25rem;
  }

  .lg\:focus\:-m-6:focus {
    margin: -1.5rem;
  }

  .lg\:focus\:-m-8:focus {
    margin: -2rem;
  }

  .lg\:focus\:-m-10:focus {
    margin: -2.5rem;
  }

  .lg\:focus\:-m-12:focus {
    margin: -3rem;
  }

  .lg\:focus\:-m-16:focus {
    margin: -4rem;
  }

  .lg\:focus\:-m-20:focus {
    margin: -5rem;
  }

  .lg\:focus\:-m-24:focus {
    margin: -6rem;
  }

  .lg\:focus\:-m-32:focus {
    margin: -8rem;
  }

  .lg\:focus\:-m-40:focus {
    margin: -10rem;
  }

  .lg\:focus\:-m-48:focus {
    margin: -12rem;
  }

  .lg\:focus\:-m-56:focus {
    margin: -14rem;
  }

  .lg\:focus\:-m-64:focus {
    margin: -16rem;
  }

  .lg\:focus\:-m-px:focus {
    margin: -1px;
  }

  .lg\:focus\:my-0:focus {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:focus\:mx-0:focus {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:focus\:my-1:focus {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:focus\:mx-1:focus {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:focus\:my-2:focus {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:focus\:mx-2:focus {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:focus\:my-3:focus {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lg\:focus\:mx-3:focus {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:focus\:my-4:focus {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:focus\:mx-4:focus {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:focus\:my-5:focus {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:focus\:mx-5:focus {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:focus\:my-6:focus {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:focus\:mx-6:focus {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:focus\:my-8:focus {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:focus\:mx-8:focus {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:focus\:my-10:focus {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:focus\:mx-10:focus {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:focus\:my-12:focus {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:focus\:mx-12:focus {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:focus\:my-16:focus {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:focus\:mx-16:focus {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:focus\:my-20:focus {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:focus\:mx-20:focus {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:focus\:my-24:focus {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:focus\:mx-24:focus {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:focus\:my-32:focus {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:focus\:mx-32:focus {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:focus\:my-40:focus {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:focus\:mx-40:focus {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .lg\:focus\:my-48:focus {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .lg\:focus\:mx-48:focus {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .lg\:focus\:my-56:focus {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .lg\:focus\:mx-56:focus {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .lg\:focus\:my-64:focus {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg\:focus\:mx-64:focus {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .lg\:focus\:my-auto:focus {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:focus\:mx-auto:focus {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:focus\:my-px:focus {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:focus\:mx-px:focus {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:focus\:-my-1:focus {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:focus\:-mx-1:focus {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:focus\:-my-2:focus {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:focus\:-mx-2:focus {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:focus\:-my-3:focus {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:focus\:-mx-3:focus {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:focus\:-my-4:focus {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:focus\:-mx-4:focus {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:focus\:-my-5:focus {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:focus\:-mx-5:focus {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:focus\:-my-6:focus {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:focus\:-mx-6:focus {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:focus\:-my-8:focus {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:focus\:-mx-8:focus {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:focus\:-my-10:focus {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:focus\:-mx-10:focus {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:focus\:-my-12:focus {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:focus\:-mx-12:focus {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:focus\:-my-16:focus {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:focus\:-mx-16:focus {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:focus\:-my-20:focus {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:focus\:-mx-20:focus {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:focus\:-my-24:focus {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:focus\:-mx-24:focus {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg\:focus\:-my-32:focus {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:focus\:-mx-32:focus {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:focus\:-my-40:focus {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .lg\:focus\:-mx-40:focus {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .lg\:focus\:-my-48:focus {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .lg\:focus\:-mx-48:focus {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .lg\:focus\:-my-56:focus {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .lg\:focus\:-mx-56:focus {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .lg\:focus\:-my-64:focus {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .lg\:focus\:-mx-64:focus {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .lg\:focus\:-my-px:focus {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:focus\:-mx-px:focus {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:focus\:mt-0:focus {
    margin-top: 0;
  }

  .lg\:focus\:mr-0:focus {
    margin-right: 0;
  }

  .lg\:focus\:mb-0:focus {
    margin-bottom: 0;
  }

  .lg\:focus\:ml-0:focus {
    margin-left: 0;
  }

  .lg\:focus\:mt-1:focus {
    margin-top: 0.25rem;
  }

  .lg\:focus\:mr-1:focus {
    margin-right: 0.25rem;
  }

  .lg\:focus\:mb-1:focus {
    margin-bottom: 0.25rem;
  }

  .lg\:focus\:ml-1:focus {
    margin-left: 0.25rem;
  }

  .lg\:focus\:mt-2:focus {
    margin-top: 0.5rem;
  }

  .lg\:focus\:mr-2:focus {
    margin-right: 0.5rem;
  }

  .lg\:focus\:mb-2:focus {
    margin-bottom: 0.5rem;
  }

  .lg\:focus\:ml-2:focus {
    margin-left: 0.5rem;
  }

  .lg\:focus\:mt-3:focus {
    margin-top: 0.75rem;
  }

  .lg\:focus\:mr-3:focus {
    margin-right: 0.75rem;
  }

  .lg\:focus\:mb-3:focus {
    margin-bottom: 0.75rem;
  }

  .lg\:focus\:ml-3:focus {
    margin-left: 0.75rem;
  }

  .lg\:focus\:mt-4:focus {
    margin-top: 1rem;
  }

  .lg\:focus\:mr-4:focus {
    margin-right: 1rem;
  }

  .lg\:focus\:mb-4:focus {
    margin-bottom: 1rem;
  }

  .lg\:focus\:ml-4:focus {
    margin-left: 1rem;
  }

  .lg\:focus\:mt-5:focus {
    margin-top: 1.25rem;
  }

  .lg\:focus\:mr-5:focus {
    margin-right: 1.25rem;
  }

  .lg\:focus\:mb-5:focus {
    margin-bottom: 1.25rem;
  }

  .lg\:focus\:ml-5:focus {
    margin-left: 1.25rem;
  }

  .lg\:focus\:mt-6:focus {
    margin-top: 1.5rem;
  }

  .lg\:focus\:mr-6:focus {
    margin-right: 1.5rem;
  }

  .lg\:focus\:mb-6:focus {
    margin-bottom: 1.5rem;
  }

  .lg\:focus\:ml-6:focus {
    margin-left: 1.5rem;
  }

  .lg\:focus\:mt-8:focus {
    margin-top: 2rem;
  }

  .lg\:focus\:mr-8:focus {
    margin-right: 2rem;
  }

  .lg\:focus\:mb-8:focus {
    margin-bottom: 2rem;
  }

  .lg\:focus\:ml-8:focus {
    margin-left: 2rem;
  }

  .lg\:focus\:mt-10:focus {
    margin-top: 2.5rem;
  }

  .lg\:focus\:mr-10:focus {
    margin-right: 2.5rem;
  }

  .lg\:focus\:mb-10:focus {
    margin-bottom: 2.5rem;
  }

  .lg\:focus\:ml-10:focus {
    margin-left: 2.5rem;
  }

  .lg\:focus\:mt-12:focus {
    margin-top: 3rem;
  }

  .lg\:focus\:mr-12:focus {
    margin-right: 3rem;
  }

  .lg\:focus\:mb-12:focus {
    margin-bottom: 3rem;
  }

  .lg\:focus\:ml-12:focus {
    margin-left: 3rem;
  }

  .lg\:focus\:mt-16:focus {
    margin-top: 4rem;
  }

  .lg\:focus\:mr-16:focus {
    margin-right: 4rem;
  }

  .lg\:focus\:mb-16:focus {
    margin-bottom: 4rem;
  }

  .lg\:focus\:ml-16:focus {
    margin-left: 4rem;
  }

  .lg\:focus\:mt-20:focus {
    margin-top: 5rem;
  }

  .lg\:focus\:mr-20:focus {
    margin-right: 5rem;
  }

  .lg\:focus\:mb-20:focus {
    margin-bottom: 5rem;
  }

  .lg\:focus\:ml-20:focus {
    margin-left: 5rem;
  }

  .lg\:focus\:mt-24:focus {
    margin-top: 6rem;
  }

  .lg\:focus\:mr-24:focus {
    margin-right: 6rem;
  }

  .lg\:focus\:mb-24:focus {
    margin-bottom: 6rem;
  }

  .lg\:focus\:ml-24:focus {
    margin-left: 6rem;
  }

  .lg\:focus\:mt-32:focus {
    margin-top: 8rem;
  }

  .lg\:focus\:mr-32:focus {
    margin-right: 8rem;
  }

  .lg\:focus\:mb-32:focus {
    margin-bottom: 8rem;
  }

  .lg\:focus\:ml-32:focus {
    margin-left: 8rem;
  }

  .lg\:focus\:mt-40:focus {
    margin-top: 10rem;
  }

  .lg\:focus\:mr-40:focus {
    margin-right: 10rem;
  }

  .lg\:focus\:mb-40:focus {
    margin-bottom: 10rem;
  }

  .lg\:focus\:ml-40:focus {
    margin-left: 10rem;
  }

  .lg\:focus\:mt-48:focus {
    margin-top: 12rem;
  }

  .lg\:focus\:mr-48:focus {
    margin-right: 12rem;
  }

  .lg\:focus\:mb-48:focus {
    margin-bottom: 12rem;
  }

  .lg\:focus\:ml-48:focus {
    margin-left: 12rem;
  }

  .lg\:focus\:mt-56:focus {
    margin-top: 14rem;
  }

  .lg\:focus\:mr-56:focus {
    margin-right: 14rem;
  }

  .lg\:focus\:mb-56:focus {
    margin-bottom: 14rem;
  }

  .lg\:focus\:ml-56:focus {
    margin-left: 14rem;
  }

  .lg\:focus\:mt-64:focus {
    margin-top: 16rem;
  }

  .lg\:focus\:mr-64:focus {
    margin-right: 16rem;
  }

  .lg\:focus\:mb-64:focus {
    margin-bottom: 16rem;
  }

  .lg\:focus\:ml-64:focus {
    margin-left: 16rem;
  }

  .lg\:focus\:mt-auto:focus {
    margin-top: auto;
  }

  .lg\:focus\:mr-auto:focus {
    margin-right: auto;
  }

  .lg\:focus\:mb-auto:focus {
    margin-bottom: auto;
  }

  .lg\:focus\:ml-auto:focus {
    margin-left: auto;
  }

  .lg\:focus\:mt-px:focus {
    margin-top: 1px;
  }

  .lg\:focus\:mr-px:focus {
    margin-right: 1px;
  }

  .lg\:focus\:mb-px:focus {
    margin-bottom: 1px;
  }

  .lg\:focus\:ml-px:focus {
    margin-left: 1px;
  }

  .lg\:focus\:-mt-1:focus {
    margin-top: -0.25rem;
  }

  .lg\:focus\:-mr-1:focus {
    margin-right: -0.25rem;
  }

  .lg\:focus\:-mb-1:focus {
    margin-bottom: -0.25rem;
  }

  .lg\:focus\:-ml-1:focus {
    margin-left: -0.25rem;
  }

  .lg\:focus\:-mt-2:focus {
    margin-top: -0.5rem;
  }

  .lg\:focus\:-mr-2:focus {
    margin-right: -0.5rem;
  }

  .lg\:focus\:-mb-2:focus {
    margin-bottom: -0.5rem;
  }

  .lg\:focus\:-ml-2:focus {
    margin-left: -0.5rem;
  }

  .lg\:focus\:-mt-3:focus {
    margin-top: -0.75rem;
  }

  .lg\:focus\:-mr-3:focus {
    margin-right: -0.75rem;
  }

  .lg\:focus\:-mb-3:focus {
    margin-bottom: -0.75rem;
  }

  .lg\:focus\:-ml-3:focus {
    margin-left: -0.75rem;
  }

  .lg\:focus\:-mt-4:focus {
    margin-top: -1rem;
  }

  .lg\:focus\:-mr-4:focus {
    margin-right: -1rem;
  }

  .lg\:focus\:-mb-4:focus {
    margin-bottom: -1rem;
  }

  .lg\:focus\:-ml-4:focus {
    margin-left: -1rem;
  }

  .lg\:focus\:-mt-5:focus {
    margin-top: -1.25rem;
  }

  .lg\:focus\:-mr-5:focus {
    margin-right: -1.25rem;
  }

  .lg\:focus\:-mb-5:focus {
    margin-bottom: -1.25rem;
  }

  .lg\:focus\:-ml-5:focus {
    margin-left: -1.25rem;
  }

  .lg\:focus\:-mt-6:focus {
    margin-top: -1.5rem;
  }

  .lg\:focus\:-mr-6:focus {
    margin-right: -1.5rem;
  }

  .lg\:focus\:-mb-6:focus {
    margin-bottom: -1.5rem;
  }

  .lg\:focus\:-ml-6:focus {
    margin-left: -1.5rem;
  }

  .lg\:focus\:-mt-8:focus {
    margin-top: -2rem;
  }

  .lg\:focus\:-mr-8:focus {
    margin-right: -2rem;
  }

  .lg\:focus\:-mb-8:focus {
    margin-bottom: -2rem;
  }

  .lg\:focus\:-ml-8:focus {
    margin-left: -2rem;
  }

  .lg\:focus\:-mt-10:focus {
    margin-top: -2.5rem;
  }

  .lg\:focus\:-mr-10:focus {
    margin-right: -2.5rem;
  }

  .lg\:focus\:-mb-10:focus {
    margin-bottom: -2.5rem;
  }

  .lg\:focus\:-ml-10:focus {
    margin-left: -2.5rem;
  }

  .lg\:focus\:-mt-12:focus {
    margin-top: -3rem;
  }

  .lg\:focus\:-mr-12:focus {
    margin-right: -3rem;
  }

  .lg\:focus\:-mb-12:focus {
    margin-bottom: -3rem;
  }

  .lg\:focus\:-ml-12:focus {
    margin-left: -3rem;
  }

  .lg\:focus\:-mt-16:focus {
    margin-top: -4rem;
  }

  .lg\:focus\:-mr-16:focus {
    margin-right: -4rem;
  }

  .lg\:focus\:-mb-16:focus {
    margin-bottom: -4rem;
  }

  .lg\:focus\:-ml-16:focus {
    margin-left: -4rem;
  }

  .lg\:focus\:-mt-20:focus {
    margin-top: -5rem;
  }

  .lg\:focus\:-mr-20:focus {
    margin-right: -5rem;
  }

  .lg\:focus\:-mb-20:focus {
    margin-bottom: -5rem;
  }

  .lg\:focus\:-ml-20:focus {
    margin-left: -5rem;
  }

  .lg\:focus\:-mt-24:focus {
    margin-top: -6rem;
  }

  .lg\:focus\:-mr-24:focus {
    margin-right: -6rem;
  }

  .lg\:focus\:-mb-24:focus {
    margin-bottom: -6rem;
  }

  .lg\:focus\:-ml-24:focus {
    margin-left: -6rem;
  }

  .lg\:focus\:-mt-32:focus {
    margin-top: -8rem;
  }

  .lg\:focus\:-mr-32:focus {
    margin-right: -8rem;
  }

  .lg\:focus\:-mb-32:focus {
    margin-bottom: -8rem;
  }

  .lg\:focus\:-ml-32:focus {
    margin-left: -8rem;
  }

  .lg\:focus\:-mt-40:focus {
    margin-top: -10rem;
  }

  .lg\:focus\:-mr-40:focus {
    margin-right: -10rem;
  }

  .lg\:focus\:-mb-40:focus {
    margin-bottom: -10rem;
  }

  .lg\:focus\:-ml-40:focus {
    margin-left: -10rem;
  }

  .lg\:focus\:-mt-48:focus {
    margin-top: -12rem;
  }

  .lg\:focus\:-mr-48:focus {
    margin-right: -12rem;
  }

  .lg\:focus\:-mb-48:focus {
    margin-bottom: -12rem;
  }

  .lg\:focus\:-ml-48:focus {
    margin-left: -12rem;
  }

  .lg\:focus\:-mt-56:focus {
    margin-top: -14rem;
  }

  .lg\:focus\:-mr-56:focus {
    margin-right: -14rem;
  }

  .lg\:focus\:-mb-56:focus {
    margin-bottom: -14rem;
  }

  .lg\:focus\:-ml-56:focus {
    margin-left: -14rem;
  }

  .lg\:focus\:-mt-64:focus {
    margin-top: -16rem;
  }

  .lg\:focus\:-mr-64:focus {
    margin-right: -16rem;
  }

  .lg\:focus\:-mb-64:focus {
    margin-bottom: -16rem;
  }

  .lg\:focus\:-ml-64:focus {
    margin-left: -16rem;
  }

  .lg\:focus\:-mt-px:focus {
    margin-top: -1px;
  }

  .lg\:focus\:-mr-px:focus {
    margin-right: -1px;
  }

  .lg\:focus\:-mb-px:focus {
    margin-bottom: -1px;
  }

  .lg\:focus\:-ml-px:focus {
    margin-left: -1px;
  }

  .lg\:active\:m-0:active {
    margin: 0;
  }

  .lg\:active\:m-1:active {
    margin: 0.25rem;
  }

  .lg\:active\:m-2:active {
    margin: 0.5rem;
  }

  .lg\:active\:m-3:active {
    margin: 0.75rem;
  }

  .lg\:active\:m-4:active {
    margin: 1rem;
  }

  .lg\:active\:m-5:active {
    margin: 1.25rem;
  }

  .lg\:active\:m-6:active {
    margin: 1.5rem;
  }

  .lg\:active\:m-8:active {
    margin: 2rem;
  }

  .lg\:active\:m-10:active {
    margin: 2.5rem;
  }

  .lg\:active\:m-12:active {
    margin: 3rem;
  }

  .lg\:active\:m-16:active {
    margin: 4rem;
  }

  .lg\:active\:m-20:active {
    margin: 5rem;
  }

  .lg\:active\:m-24:active {
    margin: 6rem;
  }

  .lg\:active\:m-32:active {
    margin: 8rem;
  }

  .lg\:active\:m-40:active {
    margin: 10rem;
  }

  .lg\:active\:m-48:active {
    margin: 12rem;
  }

  .lg\:active\:m-56:active {
    margin: 14rem;
  }

  .lg\:active\:m-64:active {
    margin: 16rem;
  }

  .lg\:active\:m-auto:active {
    margin: auto;
  }

  .lg\:active\:m-px:active {
    margin: 1px;
  }

  .lg\:active\:-m-1:active {
    margin: -0.25rem;
  }

  .lg\:active\:-m-2:active {
    margin: -0.5rem;
  }

  .lg\:active\:-m-3:active {
    margin: -0.75rem;
  }

  .lg\:active\:-m-4:active {
    margin: -1rem;
  }

  .lg\:active\:-m-5:active {
    margin: -1.25rem;
  }

  .lg\:active\:-m-6:active {
    margin: -1.5rem;
  }

  .lg\:active\:-m-8:active {
    margin: -2rem;
  }

  .lg\:active\:-m-10:active {
    margin: -2.5rem;
  }

  .lg\:active\:-m-12:active {
    margin: -3rem;
  }

  .lg\:active\:-m-16:active {
    margin: -4rem;
  }

  .lg\:active\:-m-20:active {
    margin: -5rem;
  }

  .lg\:active\:-m-24:active {
    margin: -6rem;
  }

  .lg\:active\:-m-32:active {
    margin: -8rem;
  }

  .lg\:active\:-m-40:active {
    margin: -10rem;
  }

  .lg\:active\:-m-48:active {
    margin: -12rem;
  }

  .lg\:active\:-m-56:active {
    margin: -14rem;
  }

  .lg\:active\:-m-64:active {
    margin: -16rem;
  }

  .lg\:active\:-m-px:active {
    margin: -1px;
  }

  .lg\:active\:my-0:active {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:active\:mx-0:active {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:active\:my-1:active {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:active\:mx-1:active {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:active\:my-2:active {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:active\:mx-2:active {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:active\:my-3:active {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lg\:active\:mx-3:active {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:active\:my-4:active {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:active\:mx-4:active {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:active\:my-5:active {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:active\:mx-5:active {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:active\:my-6:active {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:active\:mx-6:active {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:active\:my-8:active {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:active\:mx-8:active {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:active\:my-10:active {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:active\:mx-10:active {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:active\:my-12:active {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:active\:mx-12:active {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:active\:my-16:active {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:active\:mx-16:active {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:active\:my-20:active {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:active\:mx-20:active {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:active\:my-24:active {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:active\:mx-24:active {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:active\:my-32:active {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:active\:mx-32:active {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:active\:my-40:active {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:active\:mx-40:active {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .lg\:active\:my-48:active {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .lg\:active\:mx-48:active {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .lg\:active\:my-56:active {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .lg\:active\:mx-56:active {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .lg\:active\:my-64:active {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg\:active\:mx-64:active {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .lg\:active\:my-auto:active {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:active\:mx-auto:active {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:active\:my-px:active {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:active\:mx-px:active {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:active\:-my-1:active {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:active\:-mx-1:active {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:active\:-my-2:active {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:active\:-mx-2:active {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:active\:-my-3:active {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:active\:-mx-3:active {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:active\:-my-4:active {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:active\:-mx-4:active {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:active\:-my-5:active {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:active\:-mx-5:active {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:active\:-my-6:active {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:active\:-mx-6:active {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:active\:-my-8:active {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:active\:-mx-8:active {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:active\:-my-10:active {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:active\:-mx-10:active {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:active\:-my-12:active {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:active\:-mx-12:active {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:active\:-my-16:active {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:active\:-mx-16:active {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:active\:-my-20:active {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:active\:-mx-20:active {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:active\:-my-24:active {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:active\:-mx-24:active {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg\:active\:-my-32:active {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:active\:-mx-32:active {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:active\:-my-40:active {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .lg\:active\:-mx-40:active {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .lg\:active\:-my-48:active {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .lg\:active\:-mx-48:active {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .lg\:active\:-my-56:active {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .lg\:active\:-mx-56:active {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .lg\:active\:-my-64:active {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .lg\:active\:-mx-64:active {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .lg\:active\:-my-px:active {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:active\:-mx-px:active {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:active\:mt-0:active {
    margin-top: 0;
  }

  .lg\:active\:mr-0:active {
    margin-right: 0;
  }

  .lg\:active\:mb-0:active {
    margin-bottom: 0;
  }

  .lg\:active\:ml-0:active {
    margin-left: 0;
  }

  .lg\:active\:mt-1:active {
    margin-top: 0.25rem;
  }

  .lg\:active\:mr-1:active {
    margin-right: 0.25rem;
  }

  .lg\:active\:mb-1:active {
    margin-bottom: 0.25rem;
  }

  .lg\:active\:ml-1:active {
    margin-left: 0.25rem;
  }

  .lg\:active\:mt-2:active {
    margin-top: 0.5rem;
  }

  .lg\:active\:mr-2:active {
    margin-right: 0.5rem;
  }

  .lg\:active\:mb-2:active {
    margin-bottom: 0.5rem;
  }

  .lg\:active\:ml-2:active {
    margin-left: 0.5rem;
  }

  .lg\:active\:mt-3:active {
    margin-top: 0.75rem;
  }

  .lg\:active\:mr-3:active {
    margin-right: 0.75rem;
  }

  .lg\:active\:mb-3:active {
    margin-bottom: 0.75rem;
  }

  .lg\:active\:ml-3:active {
    margin-left: 0.75rem;
  }

  .lg\:active\:mt-4:active {
    margin-top: 1rem;
  }

  .lg\:active\:mr-4:active {
    margin-right: 1rem;
  }

  .lg\:active\:mb-4:active {
    margin-bottom: 1rem;
  }

  .lg\:active\:ml-4:active {
    margin-left: 1rem;
  }

  .lg\:active\:mt-5:active {
    margin-top: 1.25rem;
  }

  .lg\:active\:mr-5:active {
    margin-right: 1.25rem;
  }

  .lg\:active\:mb-5:active {
    margin-bottom: 1.25rem;
  }

  .lg\:active\:ml-5:active {
    margin-left: 1.25rem;
  }

  .lg\:active\:mt-6:active {
    margin-top: 1.5rem;
  }

  .lg\:active\:mr-6:active {
    margin-right: 1.5rem;
  }

  .lg\:active\:mb-6:active {
    margin-bottom: 1.5rem;
  }

  .lg\:active\:ml-6:active {
    margin-left: 1.5rem;
  }

  .lg\:active\:mt-8:active {
    margin-top: 2rem;
  }

  .lg\:active\:mr-8:active {
    margin-right: 2rem;
  }

  .lg\:active\:mb-8:active {
    margin-bottom: 2rem;
  }

  .lg\:active\:ml-8:active {
    margin-left: 2rem;
  }

  .lg\:active\:mt-10:active {
    margin-top: 2.5rem;
  }

  .lg\:active\:mr-10:active {
    margin-right: 2.5rem;
  }

  .lg\:active\:mb-10:active {
    margin-bottom: 2.5rem;
  }

  .lg\:active\:ml-10:active {
    margin-left: 2.5rem;
  }

  .lg\:active\:mt-12:active {
    margin-top: 3rem;
  }

  .lg\:active\:mr-12:active {
    margin-right: 3rem;
  }

  .lg\:active\:mb-12:active {
    margin-bottom: 3rem;
  }

  .lg\:active\:ml-12:active {
    margin-left: 3rem;
  }

  .lg\:active\:mt-16:active {
    margin-top: 4rem;
  }

  .lg\:active\:mr-16:active {
    margin-right: 4rem;
  }

  .lg\:active\:mb-16:active {
    margin-bottom: 4rem;
  }

  .lg\:active\:ml-16:active {
    margin-left: 4rem;
  }

  .lg\:active\:mt-20:active {
    margin-top: 5rem;
  }

  .lg\:active\:mr-20:active {
    margin-right: 5rem;
  }

  .lg\:active\:mb-20:active {
    margin-bottom: 5rem;
  }

  .lg\:active\:ml-20:active {
    margin-left: 5rem;
  }

  .lg\:active\:mt-24:active {
    margin-top: 6rem;
  }

  .lg\:active\:mr-24:active {
    margin-right: 6rem;
  }

  .lg\:active\:mb-24:active {
    margin-bottom: 6rem;
  }

  .lg\:active\:ml-24:active {
    margin-left: 6rem;
  }

  .lg\:active\:mt-32:active {
    margin-top: 8rem;
  }

  .lg\:active\:mr-32:active {
    margin-right: 8rem;
  }

  .lg\:active\:mb-32:active {
    margin-bottom: 8rem;
  }

  .lg\:active\:ml-32:active {
    margin-left: 8rem;
  }

  .lg\:active\:mt-40:active {
    margin-top: 10rem;
  }

  .lg\:active\:mr-40:active {
    margin-right: 10rem;
  }

  .lg\:active\:mb-40:active {
    margin-bottom: 10rem;
  }

  .lg\:active\:ml-40:active {
    margin-left: 10rem;
  }

  .lg\:active\:mt-48:active {
    margin-top: 12rem;
  }

  .lg\:active\:mr-48:active {
    margin-right: 12rem;
  }

  .lg\:active\:mb-48:active {
    margin-bottom: 12rem;
  }

  .lg\:active\:ml-48:active {
    margin-left: 12rem;
  }

  .lg\:active\:mt-56:active {
    margin-top: 14rem;
  }

  .lg\:active\:mr-56:active {
    margin-right: 14rem;
  }

  .lg\:active\:mb-56:active {
    margin-bottom: 14rem;
  }

  .lg\:active\:ml-56:active {
    margin-left: 14rem;
  }

  .lg\:active\:mt-64:active {
    margin-top: 16rem;
  }

  .lg\:active\:mr-64:active {
    margin-right: 16rem;
  }

  .lg\:active\:mb-64:active {
    margin-bottom: 16rem;
  }

  .lg\:active\:ml-64:active {
    margin-left: 16rem;
  }

  .lg\:active\:mt-auto:active {
    margin-top: auto;
  }

  .lg\:active\:mr-auto:active {
    margin-right: auto;
  }

  .lg\:active\:mb-auto:active {
    margin-bottom: auto;
  }

  .lg\:active\:ml-auto:active {
    margin-left: auto;
  }

  .lg\:active\:mt-px:active {
    margin-top: 1px;
  }

  .lg\:active\:mr-px:active {
    margin-right: 1px;
  }

  .lg\:active\:mb-px:active {
    margin-bottom: 1px;
  }

  .lg\:active\:ml-px:active {
    margin-left: 1px;
  }

  .lg\:active\:-mt-1:active {
    margin-top: -0.25rem;
  }

  .lg\:active\:-mr-1:active {
    margin-right: -0.25rem;
  }

  .lg\:active\:-mb-1:active {
    margin-bottom: -0.25rem;
  }

  .lg\:active\:-ml-1:active {
    margin-left: -0.25rem;
  }

  .lg\:active\:-mt-2:active {
    margin-top: -0.5rem;
  }

  .lg\:active\:-mr-2:active {
    margin-right: -0.5rem;
  }

  .lg\:active\:-mb-2:active {
    margin-bottom: -0.5rem;
  }

  .lg\:active\:-ml-2:active {
    margin-left: -0.5rem;
  }

  .lg\:active\:-mt-3:active {
    margin-top: -0.75rem;
  }

  .lg\:active\:-mr-3:active {
    margin-right: -0.75rem;
  }

  .lg\:active\:-mb-3:active {
    margin-bottom: -0.75rem;
  }

  .lg\:active\:-ml-3:active {
    margin-left: -0.75rem;
  }

  .lg\:active\:-mt-4:active {
    margin-top: -1rem;
  }

  .lg\:active\:-mr-4:active {
    margin-right: -1rem;
  }

  .lg\:active\:-mb-4:active {
    margin-bottom: -1rem;
  }

  .lg\:active\:-ml-4:active {
    margin-left: -1rem;
  }

  .lg\:active\:-mt-5:active {
    margin-top: -1.25rem;
  }

  .lg\:active\:-mr-5:active {
    margin-right: -1.25rem;
  }

  .lg\:active\:-mb-5:active {
    margin-bottom: -1.25rem;
  }

  .lg\:active\:-ml-5:active {
    margin-left: -1.25rem;
  }

  .lg\:active\:-mt-6:active {
    margin-top: -1.5rem;
  }

  .lg\:active\:-mr-6:active {
    margin-right: -1.5rem;
  }

  .lg\:active\:-mb-6:active {
    margin-bottom: -1.5rem;
  }

  .lg\:active\:-ml-6:active {
    margin-left: -1.5rem;
  }

  .lg\:active\:-mt-8:active {
    margin-top: -2rem;
  }

  .lg\:active\:-mr-8:active {
    margin-right: -2rem;
  }

  .lg\:active\:-mb-8:active {
    margin-bottom: -2rem;
  }

  .lg\:active\:-ml-8:active {
    margin-left: -2rem;
  }

  .lg\:active\:-mt-10:active {
    margin-top: -2.5rem;
  }

  .lg\:active\:-mr-10:active {
    margin-right: -2.5rem;
  }

  .lg\:active\:-mb-10:active {
    margin-bottom: -2.5rem;
  }

  .lg\:active\:-ml-10:active {
    margin-left: -2.5rem;
  }

  .lg\:active\:-mt-12:active {
    margin-top: -3rem;
  }

  .lg\:active\:-mr-12:active {
    margin-right: -3rem;
  }

  .lg\:active\:-mb-12:active {
    margin-bottom: -3rem;
  }

  .lg\:active\:-ml-12:active {
    margin-left: -3rem;
  }

  .lg\:active\:-mt-16:active {
    margin-top: -4rem;
  }

  .lg\:active\:-mr-16:active {
    margin-right: -4rem;
  }

  .lg\:active\:-mb-16:active {
    margin-bottom: -4rem;
  }

  .lg\:active\:-ml-16:active {
    margin-left: -4rem;
  }

  .lg\:active\:-mt-20:active {
    margin-top: -5rem;
  }

  .lg\:active\:-mr-20:active {
    margin-right: -5rem;
  }

  .lg\:active\:-mb-20:active {
    margin-bottom: -5rem;
  }

  .lg\:active\:-ml-20:active {
    margin-left: -5rem;
  }

  .lg\:active\:-mt-24:active {
    margin-top: -6rem;
  }

  .lg\:active\:-mr-24:active {
    margin-right: -6rem;
  }

  .lg\:active\:-mb-24:active {
    margin-bottom: -6rem;
  }

  .lg\:active\:-ml-24:active {
    margin-left: -6rem;
  }

  .lg\:active\:-mt-32:active {
    margin-top: -8rem;
  }

  .lg\:active\:-mr-32:active {
    margin-right: -8rem;
  }

  .lg\:active\:-mb-32:active {
    margin-bottom: -8rem;
  }

  .lg\:active\:-ml-32:active {
    margin-left: -8rem;
  }

  .lg\:active\:-mt-40:active {
    margin-top: -10rem;
  }

  .lg\:active\:-mr-40:active {
    margin-right: -10rem;
  }

  .lg\:active\:-mb-40:active {
    margin-bottom: -10rem;
  }

  .lg\:active\:-ml-40:active {
    margin-left: -10rem;
  }

  .lg\:active\:-mt-48:active {
    margin-top: -12rem;
  }

  .lg\:active\:-mr-48:active {
    margin-right: -12rem;
  }

  .lg\:active\:-mb-48:active {
    margin-bottom: -12rem;
  }

  .lg\:active\:-ml-48:active {
    margin-left: -12rem;
  }

  .lg\:active\:-mt-56:active {
    margin-top: -14rem;
  }

  .lg\:active\:-mr-56:active {
    margin-right: -14rem;
  }

  .lg\:active\:-mb-56:active {
    margin-bottom: -14rem;
  }

  .lg\:active\:-ml-56:active {
    margin-left: -14rem;
  }

  .lg\:active\:-mt-64:active {
    margin-top: -16rem;
  }

  .lg\:active\:-mr-64:active {
    margin-right: -16rem;
  }

  .lg\:active\:-mb-64:active {
    margin-bottom: -16rem;
  }

  .lg\:active\:-ml-64:active {
    margin-left: -16rem;
  }

  .lg\:active\:-mt-px:active {
    margin-top: -1px;
  }

  .lg\:active\:-mr-px:active {
    margin-right: -1px;
  }

  .lg\:active\:-mb-px:active {
    margin-bottom: -1px;
  }

  .lg\:active\:-ml-px:active {
    margin-left: -1px;
  }

  .lg\:visited\:m-0:visited {
    margin: 0;
  }

  .lg\:visited\:m-1:visited {
    margin: 0.25rem;
  }

  .lg\:visited\:m-2:visited {
    margin: 0.5rem;
  }

  .lg\:visited\:m-3:visited {
    margin: 0.75rem;
  }

  .lg\:visited\:m-4:visited {
    margin: 1rem;
  }

  .lg\:visited\:m-5:visited {
    margin: 1.25rem;
  }

  .lg\:visited\:m-6:visited {
    margin: 1.5rem;
  }

  .lg\:visited\:m-8:visited {
    margin: 2rem;
  }

  .lg\:visited\:m-10:visited {
    margin: 2.5rem;
  }

  .lg\:visited\:m-12:visited {
    margin: 3rem;
  }

  .lg\:visited\:m-16:visited {
    margin: 4rem;
  }

  .lg\:visited\:m-20:visited {
    margin: 5rem;
  }

  .lg\:visited\:m-24:visited {
    margin: 6rem;
  }

  .lg\:visited\:m-32:visited {
    margin: 8rem;
  }

  .lg\:visited\:m-40:visited {
    margin: 10rem;
  }

  .lg\:visited\:m-48:visited {
    margin: 12rem;
  }

  .lg\:visited\:m-56:visited {
    margin: 14rem;
  }

  .lg\:visited\:m-64:visited {
    margin: 16rem;
  }

  .lg\:visited\:m-auto:visited {
    margin: auto;
  }

  .lg\:visited\:m-px:visited {
    margin: 1px;
  }

  .lg\:visited\:-m-1:visited {
    margin: -0.25rem;
  }

  .lg\:visited\:-m-2:visited {
    margin: -0.5rem;
  }

  .lg\:visited\:-m-3:visited {
    margin: -0.75rem;
  }

  .lg\:visited\:-m-4:visited {
    margin: -1rem;
  }

  .lg\:visited\:-m-5:visited {
    margin: -1.25rem;
  }

  .lg\:visited\:-m-6:visited {
    margin: -1.5rem;
  }

  .lg\:visited\:-m-8:visited {
    margin: -2rem;
  }

  .lg\:visited\:-m-10:visited {
    margin: -2.5rem;
  }

  .lg\:visited\:-m-12:visited {
    margin: -3rem;
  }

  .lg\:visited\:-m-16:visited {
    margin: -4rem;
  }

  .lg\:visited\:-m-20:visited {
    margin: -5rem;
  }

  .lg\:visited\:-m-24:visited {
    margin: -6rem;
  }

  .lg\:visited\:-m-32:visited {
    margin: -8rem;
  }

  .lg\:visited\:-m-40:visited {
    margin: -10rem;
  }

  .lg\:visited\:-m-48:visited {
    margin: -12rem;
  }

  .lg\:visited\:-m-56:visited {
    margin: -14rem;
  }

  .lg\:visited\:-m-64:visited {
    margin: -16rem;
  }

  .lg\:visited\:-m-px:visited {
    margin: -1px;
  }

  .lg\:visited\:my-0:visited {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:visited\:mx-0:visited {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:visited\:my-1:visited {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:visited\:mx-1:visited {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:visited\:my-2:visited {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:visited\:mx-2:visited {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:visited\:my-3:visited {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lg\:visited\:mx-3:visited {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:visited\:my-4:visited {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:visited\:mx-4:visited {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:visited\:my-5:visited {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:visited\:mx-5:visited {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:visited\:my-6:visited {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:visited\:mx-6:visited {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:visited\:my-8:visited {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:visited\:mx-8:visited {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:visited\:my-10:visited {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:visited\:mx-10:visited {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:visited\:my-12:visited {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:visited\:mx-12:visited {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:visited\:my-16:visited {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:visited\:mx-16:visited {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:visited\:my-20:visited {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:visited\:mx-20:visited {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:visited\:my-24:visited {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:visited\:mx-24:visited {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:visited\:my-32:visited {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:visited\:mx-32:visited {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:visited\:my-40:visited {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:visited\:mx-40:visited {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .lg\:visited\:my-48:visited {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .lg\:visited\:mx-48:visited {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .lg\:visited\:my-56:visited {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .lg\:visited\:mx-56:visited {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .lg\:visited\:my-64:visited {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg\:visited\:mx-64:visited {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .lg\:visited\:my-auto:visited {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:visited\:mx-auto:visited {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:visited\:my-px:visited {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:visited\:mx-px:visited {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:visited\:-my-1:visited {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:visited\:-mx-1:visited {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:visited\:-my-2:visited {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:visited\:-mx-2:visited {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:visited\:-my-3:visited {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:visited\:-mx-3:visited {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:visited\:-my-4:visited {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:visited\:-mx-4:visited {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:visited\:-my-5:visited {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:visited\:-mx-5:visited {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:visited\:-my-6:visited {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:visited\:-mx-6:visited {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:visited\:-my-8:visited {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:visited\:-mx-8:visited {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:visited\:-my-10:visited {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:visited\:-mx-10:visited {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:visited\:-my-12:visited {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:visited\:-mx-12:visited {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:visited\:-my-16:visited {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:visited\:-mx-16:visited {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:visited\:-my-20:visited {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:visited\:-mx-20:visited {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:visited\:-my-24:visited {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:visited\:-mx-24:visited {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg\:visited\:-my-32:visited {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:visited\:-mx-32:visited {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:visited\:-my-40:visited {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .lg\:visited\:-mx-40:visited {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .lg\:visited\:-my-48:visited {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .lg\:visited\:-mx-48:visited {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .lg\:visited\:-my-56:visited {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .lg\:visited\:-mx-56:visited {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .lg\:visited\:-my-64:visited {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .lg\:visited\:-mx-64:visited {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .lg\:visited\:-my-px:visited {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:visited\:-mx-px:visited {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:visited\:mt-0:visited {
    margin-top: 0;
  }

  .lg\:visited\:mr-0:visited {
    margin-right: 0;
  }

  .lg\:visited\:mb-0:visited {
    margin-bottom: 0;
  }

  .lg\:visited\:ml-0:visited {
    margin-left: 0;
  }

  .lg\:visited\:mt-1:visited {
    margin-top: 0.25rem;
  }

  .lg\:visited\:mr-1:visited {
    margin-right: 0.25rem;
  }

  .lg\:visited\:mb-1:visited {
    margin-bottom: 0.25rem;
  }

  .lg\:visited\:ml-1:visited {
    margin-left: 0.25rem;
  }

  .lg\:visited\:mt-2:visited {
    margin-top: 0.5rem;
  }

  .lg\:visited\:mr-2:visited {
    margin-right: 0.5rem;
  }

  .lg\:visited\:mb-2:visited {
    margin-bottom: 0.5rem;
  }

  .lg\:visited\:ml-2:visited {
    margin-left: 0.5rem;
  }

  .lg\:visited\:mt-3:visited {
    margin-top: 0.75rem;
  }

  .lg\:visited\:mr-3:visited {
    margin-right: 0.75rem;
  }

  .lg\:visited\:mb-3:visited {
    margin-bottom: 0.75rem;
  }

  .lg\:visited\:ml-3:visited {
    margin-left: 0.75rem;
  }

  .lg\:visited\:mt-4:visited {
    margin-top: 1rem;
  }

  .lg\:visited\:mr-4:visited {
    margin-right: 1rem;
  }

  .lg\:visited\:mb-4:visited {
    margin-bottom: 1rem;
  }

  .lg\:visited\:ml-4:visited {
    margin-left: 1rem;
  }

  .lg\:visited\:mt-5:visited {
    margin-top: 1.25rem;
  }

  .lg\:visited\:mr-5:visited {
    margin-right: 1.25rem;
  }

  .lg\:visited\:mb-5:visited {
    margin-bottom: 1.25rem;
  }

  .lg\:visited\:ml-5:visited {
    margin-left: 1.25rem;
  }

  .lg\:visited\:mt-6:visited {
    margin-top: 1.5rem;
  }

  .lg\:visited\:mr-6:visited {
    margin-right: 1.5rem;
  }

  .lg\:visited\:mb-6:visited {
    margin-bottom: 1.5rem;
  }

  .lg\:visited\:ml-6:visited {
    margin-left: 1.5rem;
  }

  .lg\:visited\:mt-8:visited {
    margin-top: 2rem;
  }

  .lg\:visited\:mr-8:visited {
    margin-right: 2rem;
  }

  .lg\:visited\:mb-8:visited {
    margin-bottom: 2rem;
  }

  .lg\:visited\:ml-8:visited {
    margin-left: 2rem;
  }

  .lg\:visited\:mt-10:visited {
    margin-top: 2.5rem;
  }

  .lg\:visited\:mr-10:visited {
    margin-right: 2.5rem;
  }

  .lg\:visited\:mb-10:visited {
    margin-bottom: 2.5rem;
  }

  .lg\:visited\:ml-10:visited {
    margin-left: 2.5rem;
  }

  .lg\:visited\:mt-12:visited {
    margin-top: 3rem;
  }

  .lg\:visited\:mr-12:visited {
    margin-right: 3rem;
  }

  .lg\:visited\:mb-12:visited {
    margin-bottom: 3rem;
  }

  .lg\:visited\:ml-12:visited {
    margin-left: 3rem;
  }

  .lg\:visited\:mt-16:visited {
    margin-top: 4rem;
  }

  .lg\:visited\:mr-16:visited {
    margin-right: 4rem;
  }

  .lg\:visited\:mb-16:visited {
    margin-bottom: 4rem;
  }

  .lg\:visited\:ml-16:visited {
    margin-left: 4rem;
  }

  .lg\:visited\:mt-20:visited {
    margin-top: 5rem;
  }

  .lg\:visited\:mr-20:visited {
    margin-right: 5rem;
  }

  .lg\:visited\:mb-20:visited {
    margin-bottom: 5rem;
  }

  .lg\:visited\:ml-20:visited {
    margin-left: 5rem;
  }

  .lg\:visited\:mt-24:visited {
    margin-top: 6rem;
  }

  .lg\:visited\:mr-24:visited {
    margin-right: 6rem;
  }

  .lg\:visited\:mb-24:visited {
    margin-bottom: 6rem;
  }

  .lg\:visited\:ml-24:visited {
    margin-left: 6rem;
  }

  .lg\:visited\:mt-32:visited {
    margin-top: 8rem;
  }

  .lg\:visited\:mr-32:visited {
    margin-right: 8rem;
  }

  .lg\:visited\:mb-32:visited {
    margin-bottom: 8rem;
  }

  .lg\:visited\:ml-32:visited {
    margin-left: 8rem;
  }

  .lg\:visited\:mt-40:visited {
    margin-top: 10rem;
  }

  .lg\:visited\:mr-40:visited {
    margin-right: 10rem;
  }

  .lg\:visited\:mb-40:visited {
    margin-bottom: 10rem;
  }

  .lg\:visited\:ml-40:visited {
    margin-left: 10rem;
  }

  .lg\:visited\:mt-48:visited {
    margin-top: 12rem;
  }

  .lg\:visited\:mr-48:visited {
    margin-right: 12rem;
  }

  .lg\:visited\:mb-48:visited {
    margin-bottom: 12rem;
  }

  .lg\:visited\:ml-48:visited {
    margin-left: 12rem;
  }

  .lg\:visited\:mt-56:visited {
    margin-top: 14rem;
  }

  .lg\:visited\:mr-56:visited {
    margin-right: 14rem;
  }

  .lg\:visited\:mb-56:visited {
    margin-bottom: 14rem;
  }

  .lg\:visited\:ml-56:visited {
    margin-left: 14rem;
  }

  .lg\:visited\:mt-64:visited {
    margin-top: 16rem;
  }

  .lg\:visited\:mr-64:visited {
    margin-right: 16rem;
  }

  .lg\:visited\:mb-64:visited {
    margin-bottom: 16rem;
  }

  .lg\:visited\:ml-64:visited {
    margin-left: 16rem;
  }

  .lg\:visited\:mt-auto:visited {
    margin-top: auto;
  }

  .lg\:visited\:mr-auto:visited {
    margin-right: auto;
  }

  .lg\:visited\:mb-auto:visited {
    margin-bottom: auto;
  }

  .lg\:visited\:ml-auto:visited {
    margin-left: auto;
  }

  .lg\:visited\:mt-px:visited {
    margin-top: 1px;
  }

  .lg\:visited\:mr-px:visited {
    margin-right: 1px;
  }

  .lg\:visited\:mb-px:visited {
    margin-bottom: 1px;
  }

  .lg\:visited\:ml-px:visited {
    margin-left: 1px;
  }

  .lg\:visited\:-mt-1:visited {
    margin-top: -0.25rem;
  }

  .lg\:visited\:-mr-1:visited {
    margin-right: -0.25rem;
  }

  .lg\:visited\:-mb-1:visited {
    margin-bottom: -0.25rem;
  }

  .lg\:visited\:-ml-1:visited {
    margin-left: -0.25rem;
  }

  .lg\:visited\:-mt-2:visited {
    margin-top: -0.5rem;
  }

  .lg\:visited\:-mr-2:visited {
    margin-right: -0.5rem;
  }

  .lg\:visited\:-mb-2:visited {
    margin-bottom: -0.5rem;
  }

  .lg\:visited\:-ml-2:visited {
    margin-left: -0.5rem;
  }

  .lg\:visited\:-mt-3:visited {
    margin-top: -0.75rem;
  }

  .lg\:visited\:-mr-3:visited {
    margin-right: -0.75rem;
  }

  .lg\:visited\:-mb-3:visited {
    margin-bottom: -0.75rem;
  }

  .lg\:visited\:-ml-3:visited {
    margin-left: -0.75rem;
  }

  .lg\:visited\:-mt-4:visited {
    margin-top: -1rem;
  }

  .lg\:visited\:-mr-4:visited {
    margin-right: -1rem;
  }

  .lg\:visited\:-mb-4:visited {
    margin-bottom: -1rem;
  }

  .lg\:visited\:-ml-4:visited {
    margin-left: -1rem;
  }

  .lg\:visited\:-mt-5:visited {
    margin-top: -1.25rem;
  }

  .lg\:visited\:-mr-5:visited {
    margin-right: -1.25rem;
  }

  .lg\:visited\:-mb-5:visited {
    margin-bottom: -1.25rem;
  }

  .lg\:visited\:-ml-5:visited {
    margin-left: -1.25rem;
  }

  .lg\:visited\:-mt-6:visited {
    margin-top: -1.5rem;
  }

  .lg\:visited\:-mr-6:visited {
    margin-right: -1.5rem;
  }

  .lg\:visited\:-mb-6:visited {
    margin-bottom: -1.5rem;
  }

  .lg\:visited\:-ml-6:visited {
    margin-left: -1.5rem;
  }

  .lg\:visited\:-mt-8:visited {
    margin-top: -2rem;
  }

  .lg\:visited\:-mr-8:visited {
    margin-right: -2rem;
  }

  .lg\:visited\:-mb-8:visited {
    margin-bottom: -2rem;
  }

  .lg\:visited\:-ml-8:visited {
    margin-left: -2rem;
  }

  .lg\:visited\:-mt-10:visited {
    margin-top: -2.5rem;
  }

  .lg\:visited\:-mr-10:visited {
    margin-right: -2.5rem;
  }

  .lg\:visited\:-mb-10:visited {
    margin-bottom: -2.5rem;
  }

  .lg\:visited\:-ml-10:visited {
    margin-left: -2.5rem;
  }

  .lg\:visited\:-mt-12:visited {
    margin-top: -3rem;
  }

  .lg\:visited\:-mr-12:visited {
    margin-right: -3rem;
  }

  .lg\:visited\:-mb-12:visited {
    margin-bottom: -3rem;
  }

  .lg\:visited\:-ml-12:visited {
    margin-left: -3rem;
  }

  .lg\:visited\:-mt-16:visited {
    margin-top: -4rem;
  }

  .lg\:visited\:-mr-16:visited {
    margin-right: -4rem;
  }

  .lg\:visited\:-mb-16:visited {
    margin-bottom: -4rem;
  }

  .lg\:visited\:-ml-16:visited {
    margin-left: -4rem;
  }

  .lg\:visited\:-mt-20:visited {
    margin-top: -5rem;
  }

  .lg\:visited\:-mr-20:visited {
    margin-right: -5rem;
  }

  .lg\:visited\:-mb-20:visited {
    margin-bottom: -5rem;
  }

  .lg\:visited\:-ml-20:visited {
    margin-left: -5rem;
  }

  .lg\:visited\:-mt-24:visited {
    margin-top: -6rem;
  }

  .lg\:visited\:-mr-24:visited {
    margin-right: -6rem;
  }

  .lg\:visited\:-mb-24:visited {
    margin-bottom: -6rem;
  }

  .lg\:visited\:-ml-24:visited {
    margin-left: -6rem;
  }

  .lg\:visited\:-mt-32:visited {
    margin-top: -8rem;
  }

  .lg\:visited\:-mr-32:visited {
    margin-right: -8rem;
  }

  .lg\:visited\:-mb-32:visited {
    margin-bottom: -8rem;
  }

  .lg\:visited\:-ml-32:visited {
    margin-left: -8rem;
  }

  .lg\:visited\:-mt-40:visited {
    margin-top: -10rem;
  }

  .lg\:visited\:-mr-40:visited {
    margin-right: -10rem;
  }

  .lg\:visited\:-mb-40:visited {
    margin-bottom: -10rem;
  }

  .lg\:visited\:-ml-40:visited {
    margin-left: -10rem;
  }

  .lg\:visited\:-mt-48:visited {
    margin-top: -12rem;
  }

  .lg\:visited\:-mr-48:visited {
    margin-right: -12rem;
  }

  .lg\:visited\:-mb-48:visited {
    margin-bottom: -12rem;
  }

  .lg\:visited\:-ml-48:visited {
    margin-left: -12rem;
  }

  .lg\:visited\:-mt-56:visited {
    margin-top: -14rem;
  }

  .lg\:visited\:-mr-56:visited {
    margin-right: -14rem;
  }

  .lg\:visited\:-mb-56:visited {
    margin-bottom: -14rem;
  }

  .lg\:visited\:-ml-56:visited {
    margin-left: -14rem;
  }

  .lg\:visited\:-mt-64:visited {
    margin-top: -16rem;
  }

  .lg\:visited\:-mr-64:visited {
    margin-right: -16rem;
  }

  .lg\:visited\:-mb-64:visited {
    margin-bottom: -16rem;
  }

  .lg\:visited\:-ml-64:visited {
    margin-left: -16rem;
  }

  .lg\:visited\:-mt-px:visited {
    margin-top: -1px;
  }

  .lg\:visited\:-mr-px:visited {
    margin-right: -1px;
  }

  .lg\:visited\:-mb-px:visited {
    margin-bottom: -1px;
  }

  .lg\:visited\:-ml-px:visited {
    margin-left: -1px;
  }

  .lg\:disabled\:m-0:disabled {
    margin: 0;
  }

  .lg\:disabled\:m-1:disabled {
    margin: 0.25rem;
  }

  .lg\:disabled\:m-2:disabled {
    margin: 0.5rem;
  }

  .lg\:disabled\:m-3:disabled {
    margin: 0.75rem;
  }

  .lg\:disabled\:m-4:disabled {
    margin: 1rem;
  }

  .lg\:disabled\:m-5:disabled {
    margin: 1.25rem;
  }

  .lg\:disabled\:m-6:disabled {
    margin: 1.5rem;
  }

  .lg\:disabled\:m-8:disabled {
    margin: 2rem;
  }

  .lg\:disabled\:m-10:disabled {
    margin: 2.5rem;
  }

  .lg\:disabled\:m-12:disabled {
    margin: 3rem;
  }

  .lg\:disabled\:m-16:disabled {
    margin: 4rem;
  }

  .lg\:disabled\:m-20:disabled {
    margin: 5rem;
  }

  .lg\:disabled\:m-24:disabled {
    margin: 6rem;
  }

  .lg\:disabled\:m-32:disabled {
    margin: 8rem;
  }

  .lg\:disabled\:m-40:disabled {
    margin: 10rem;
  }

  .lg\:disabled\:m-48:disabled {
    margin: 12rem;
  }

  .lg\:disabled\:m-56:disabled {
    margin: 14rem;
  }

  .lg\:disabled\:m-64:disabled {
    margin: 16rem;
  }

  .lg\:disabled\:m-auto:disabled {
    margin: auto;
  }

  .lg\:disabled\:m-px:disabled {
    margin: 1px;
  }

  .lg\:disabled\:-m-1:disabled {
    margin: -0.25rem;
  }

  .lg\:disabled\:-m-2:disabled {
    margin: -0.5rem;
  }

  .lg\:disabled\:-m-3:disabled {
    margin: -0.75rem;
  }

  .lg\:disabled\:-m-4:disabled {
    margin: -1rem;
  }

  .lg\:disabled\:-m-5:disabled {
    margin: -1.25rem;
  }

  .lg\:disabled\:-m-6:disabled {
    margin: -1.5rem;
  }

  .lg\:disabled\:-m-8:disabled {
    margin: -2rem;
  }

  .lg\:disabled\:-m-10:disabled {
    margin: -2.5rem;
  }

  .lg\:disabled\:-m-12:disabled {
    margin: -3rem;
  }

  .lg\:disabled\:-m-16:disabled {
    margin: -4rem;
  }

  .lg\:disabled\:-m-20:disabled {
    margin: -5rem;
  }

  .lg\:disabled\:-m-24:disabled {
    margin: -6rem;
  }

  .lg\:disabled\:-m-32:disabled {
    margin: -8rem;
  }

  .lg\:disabled\:-m-40:disabled {
    margin: -10rem;
  }

  .lg\:disabled\:-m-48:disabled {
    margin: -12rem;
  }

  .lg\:disabled\:-m-56:disabled {
    margin: -14rem;
  }

  .lg\:disabled\:-m-64:disabled {
    margin: -16rem;
  }

  .lg\:disabled\:-m-px:disabled {
    margin: -1px;
  }

  .lg\:disabled\:my-0:disabled {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:disabled\:mx-0:disabled {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:disabled\:my-1:disabled {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:disabled\:mx-1:disabled {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:disabled\:my-2:disabled {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:disabled\:mx-2:disabled {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:disabled\:my-3:disabled {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lg\:disabled\:mx-3:disabled {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:disabled\:my-4:disabled {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:disabled\:mx-4:disabled {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:disabled\:my-5:disabled {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:disabled\:mx-5:disabled {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:disabled\:my-6:disabled {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:disabled\:mx-6:disabled {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:disabled\:my-8:disabled {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:disabled\:mx-8:disabled {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:disabled\:my-10:disabled {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:disabled\:mx-10:disabled {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:disabled\:my-12:disabled {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:disabled\:mx-12:disabled {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:disabled\:my-16:disabled {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:disabled\:mx-16:disabled {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:disabled\:my-20:disabled {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:disabled\:mx-20:disabled {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:disabled\:my-24:disabled {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:disabled\:mx-24:disabled {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:disabled\:my-32:disabled {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:disabled\:mx-32:disabled {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:disabled\:my-40:disabled {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:disabled\:mx-40:disabled {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .lg\:disabled\:my-48:disabled {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .lg\:disabled\:mx-48:disabled {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .lg\:disabled\:my-56:disabled {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .lg\:disabled\:mx-56:disabled {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .lg\:disabled\:my-64:disabled {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg\:disabled\:mx-64:disabled {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .lg\:disabled\:my-auto:disabled {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:disabled\:mx-auto:disabled {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:disabled\:my-px:disabled {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:disabled\:mx-px:disabled {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:disabled\:-my-1:disabled {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:disabled\:-mx-1:disabled {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:disabled\:-my-2:disabled {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:disabled\:-mx-2:disabled {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:disabled\:-my-3:disabled {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:disabled\:-mx-3:disabled {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:disabled\:-my-4:disabled {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:disabled\:-mx-4:disabled {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:disabled\:-my-5:disabled {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:disabled\:-mx-5:disabled {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:disabled\:-my-6:disabled {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:disabled\:-mx-6:disabled {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:disabled\:-my-8:disabled {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:disabled\:-mx-8:disabled {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:disabled\:-my-10:disabled {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:disabled\:-mx-10:disabled {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:disabled\:-my-12:disabled {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:disabled\:-mx-12:disabled {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:disabled\:-my-16:disabled {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:disabled\:-mx-16:disabled {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:disabled\:-my-20:disabled {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:disabled\:-mx-20:disabled {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:disabled\:-my-24:disabled {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:disabled\:-mx-24:disabled {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg\:disabled\:-my-32:disabled {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:disabled\:-mx-32:disabled {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:disabled\:-my-40:disabled {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .lg\:disabled\:-mx-40:disabled {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .lg\:disabled\:-my-48:disabled {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .lg\:disabled\:-mx-48:disabled {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .lg\:disabled\:-my-56:disabled {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .lg\:disabled\:-mx-56:disabled {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .lg\:disabled\:-my-64:disabled {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .lg\:disabled\:-mx-64:disabled {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .lg\:disabled\:-my-px:disabled {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:disabled\:-mx-px:disabled {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:disabled\:mt-0:disabled {
    margin-top: 0;
  }

  .lg\:disabled\:mr-0:disabled {
    margin-right: 0;
  }

  .lg\:disabled\:mb-0:disabled {
    margin-bottom: 0;
  }

  .lg\:disabled\:ml-0:disabled {
    margin-left: 0;
  }

  .lg\:disabled\:mt-1:disabled {
    margin-top: 0.25rem;
  }

  .lg\:disabled\:mr-1:disabled {
    margin-right: 0.25rem;
  }

  .lg\:disabled\:mb-1:disabled {
    margin-bottom: 0.25rem;
  }

  .lg\:disabled\:ml-1:disabled {
    margin-left: 0.25rem;
  }

  .lg\:disabled\:mt-2:disabled {
    margin-top: 0.5rem;
  }

  .lg\:disabled\:mr-2:disabled {
    margin-right: 0.5rem;
  }

  .lg\:disabled\:mb-2:disabled {
    margin-bottom: 0.5rem;
  }

  .lg\:disabled\:ml-2:disabled {
    margin-left: 0.5rem;
  }

  .lg\:disabled\:mt-3:disabled {
    margin-top: 0.75rem;
  }

  .lg\:disabled\:mr-3:disabled {
    margin-right: 0.75rem;
  }

  .lg\:disabled\:mb-3:disabled {
    margin-bottom: 0.75rem;
  }

  .lg\:disabled\:ml-3:disabled {
    margin-left: 0.75rem;
  }

  .lg\:disabled\:mt-4:disabled {
    margin-top: 1rem;
  }

  .lg\:disabled\:mr-4:disabled {
    margin-right: 1rem;
  }

  .lg\:disabled\:mb-4:disabled {
    margin-bottom: 1rem;
  }

  .lg\:disabled\:ml-4:disabled {
    margin-left: 1rem;
  }

  .lg\:disabled\:mt-5:disabled {
    margin-top: 1.25rem;
  }

  .lg\:disabled\:mr-5:disabled {
    margin-right: 1.25rem;
  }

  .lg\:disabled\:mb-5:disabled {
    margin-bottom: 1.25rem;
  }

  .lg\:disabled\:ml-5:disabled {
    margin-left: 1.25rem;
  }

  .lg\:disabled\:mt-6:disabled {
    margin-top: 1.5rem;
  }

  .lg\:disabled\:mr-6:disabled {
    margin-right: 1.5rem;
  }

  .lg\:disabled\:mb-6:disabled {
    margin-bottom: 1.5rem;
  }

  .lg\:disabled\:ml-6:disabled {
    margin-left: 1.5rem;
  }

  .lg\:disabled\:mt-8:disabled {
    margin-top: 2rem;
  }

  .lg\:disabled\:mr-8:disabled {
    margin-right: 2rem;
  }

  .lg\:disabled\:mb-8:disabled {
    margin-bottom: 2rem;
  }

  .lg\:disabled\:ml-8:disabled {
    margin-left: 2rem;
  }

  .lg\:disabled\:mt-10:disabled {
    margin-top: 2.5rem;
  }

  .lg\:disabled\:mr-10:disabled {
    margin-right: 2.5rem;
  }

  .lg\:disabled\:mb-10:disabled {
    margin-bottom: 2.5rem;
  }

  .lg\:disabled\:ml-10:disabled {
    margin-left: 2.5rem;
  }

  .lg\:disabled\:mt-12:disabled {
    margin-top: 3rem;
  }

  .lg\:disabled\:mr-12:disabled {
    margin-right: 3rem;
  }

  .lg\:disabled\:mb-12:disabled {
    margin-bottom: 3rem;
  }

  .lg\:disabled\:ml-12:disabled {
    margin-left: 3rem;
  }

  .lg\:disabled\:mt-16:disabled {
    margin-top: 4rem;
  }

  .lg\:disabled\:mr-16:disabled {
    margin-right: 4rem;
  }

  .lg\:disabled\:mb-16:disabled {
    margin-bottom: 4rem;
  }

  .lg\:disabled\:ml-16:disabled {
    margin-left: 4rem;
  }

  .lg\:disabled\:mt-20:disabled {
    margin-top: 5rem;
  }

  .lg\:disabled\:mr-20:disabled {
    margin-right: 5rem;
  }

  .lg\:disabled\:mb-20:disabled {
    margin-bottom: 5rem;
  }

  .lg\:disabled\:ml-20:disabled {
    margin-left: 5rem;
  }

  .lg\:disabled\:mt-24:disabled {
    margin-top: 6rem;
  }

  .lg\:disabled\:mr-24:disabled {
    margin-right: 6rem;
  }

  .lg\:disabled\:mb-24:disabled {
    margin-bottom: 6rem;
  }

  .lg\:disabled\:ml-24:disabled {
    margin-left: 6rem;
  }

  .lg\:disabled\:mt-32:disabled {
    margin-top: 8rem;
  }

  .lg\:disabled\:mr-32:disabled {
    margin-right: 8rem;
  }

  .lg\:disabled\:mb-32:disabled {
    margin-bottom: 8rem;
  }

  .lg\:disabled\:ml-32:disabled {
    margin-left: 8rem;
  }

  .lg\:disabled\:mt-40:disabled {
    margin-top: 10rem;
  }

  .lg\:disabled\:mr-40:disabled {
    margin-right: 10rem;
  }

  .lg\:disabled\:mb-40:disabled {
    margin-bottom: 10rem;
  }

  .lg\:disabled\:ml-40:disabled {
    margin-left: 10rem;
  }

  .lg\:disabled\:mt-48:disabled {
    margin-top: 12rem;
  }

  .lg\:disabled\:mr-48:disabled {
    margin-right: 12rem;
  }

  .lg\:disabled\:mb-48:disabled {
    margin-bottom: 12rem;
  }

  .lg\:disabled\:ml-48:disabled {
    margin-left: 12rem;
  }

  .lg\:disabled\:mt-56:disabled {
    margin-top: 14rem;
  }

  .lg\:disabled\:mr-56:disabled {
    margin-right: 14rem;
  }

  .lg\:disabled\:mb-56:disabled {
    margin-bottom: 14rem;
  }

  .lg\:disabled\:ml-56:disabled {
    margin-left: 14rem;
  }

  .lg\:disabled\:mt-64:disabled {
    margin-top: 16rem;
  }

  .lg\:disabled\:mr-64:disabled {
    margin-right: 16rem;
  }

  .lg\:disabled\:mb-64:disabled {
    margin-bottom: 16rem;
  }

  .lg\:disabled\:ml-64:disabled {
    margin-left: 16rem;
  }

  .lg\:disabled\:mt-auto:disabled {
    margin-top: auto;
  }

  .lg\:disabled\:mr-auto:disabled {
    margin-right: auto;
  }

  .lg\:disabled\:mb-auto:disabled {
    margin-bottom: auto;
  }

  .lg\:disabled\:ml-auto:disabled {
    margin-left: auto;
  }

  .lg\:disabled\:mt-px:disabled {
    margin-top: 1px;
  }

  .lg\:disabled\:mr-px:disabled {
    margin-right: 1px;
  }

  .lg\:disabled\:mb-px:disabled {
    margin-bottom: 1px;
  }

  .lg\:disabled\:ml-px:disabled {
    margin-left: 1px;
  }

  .lg\:disabled\:-mt-1:disabled {
    margin-top: -0.25rem;
  }

  .lg\:disabled\:-mr-1:disabled {
    margin-right: -0.25rem;
  }

  .lg\:disabled\:-mb-1:disabled {
    margin-bottom: -0.25rem;
  }

  .lg\:disabled\:-ml-1:disabled {
    margin-left: -0.25rem;
  }

  .lg\:disabled\:-mt-2:disabled {
    margin-top: -0.5rem;
  }

  .lg\:disabled\:-mr-2:disabled {
    margin-right: -0.5rem;
  }

  .lg\:disabled\:-mb-2:disabled {
    margin-bottom: -0.5rem;
  }

  .lg\:disabled\:-ml-2:disabled {
    margin-left: -0.5rem;
  }

  .lg\:disabled\:-mt-3:disabled {
    margin-top: -0.75rem;
  }

  .lg\:disabled\:-mr-3:disabled {
    margin-right: -0.75rem;
  }

  .lg\:disabled\:-mb-3:disabled {
    margin-bottom: -0.75rem;
  }

  .lg\:disabled\:-ml-3:disabled {
    margin-left: -0.75rem;
  }

  .lg\:disabled\:-mt-4:disabled {
    margin-top: -1rem;
  }

  .lg\:disabled\:-mr-4:disabled {
    margin-right: -1rem;
  }

  .lg\:disabled\:-mb-4:disabled {
    margin-bottom: -1rem;
  }

  .lg\:disabled\:-ml-4:disabled {
    margin-left: -1rem;
  }

  .lg\:disabled\:-mt-5:disabled {
    margin-top: -1.25rem;
  }

  .lg\:disabled\:-mr-5:disabled {
    margin-right: -1.25rem;
  }

  .lg\:disabled\:-mb-5:disabled {
    margin-bottom: -1.25rem;
  }

  .lg\:disabled\:-ml-5:disabled {
    margin-left: -1.25rem;
  }

  .lg\:disabled\:-mt-6:disabled {
    margin-top: -1.5rem;
  }

  .lg\:disabled\:-mr-6:disabled {
    margin-right: -1.5rem;
  }

  .lg\:disabled\:-mb-6:disabled {
    margin-bottom: -1.5rem;
  }

  .lg\:disabled\:-ml-6:disabled {
    margin-left: -1.5rem;
  }

  .lg\:disabled\:-mt-8:disabled {
    margin-top: -2rem;
  }

  .lg\:disabled\:-mr-8:disabled {
    margin-right: -2rem;
  }

  .lg\:disabled\:-mb-8:disabled {
    margin-bottom: -2rem;
  }

  .lg\:disabled\:-ml-8:disabled {
    margin-left: -2rem;
  }

  .lg\:disabled\:-mt-10:disabled {
    margin-top: -2.5rem;
  }

  .lg\:disabled\:-mr-10:disabled {
    margin-right: -2.5rem;
  }

  .lg\:disabled\:-mb-10:disabled {
    margin-bottom: -2.5rem;
  }

  .lg\:disabled\:-ml-10:disabled {
    margin-left: -2.5rem;
  }

  .lg\:disabled\:-mt-12:disabled {
    margin-top: -3rem;
  }

  .lg\:disabled\:-mr-12:disabled {
    margin-right: -3rem;
  }

  .lg\:disabled\:-mb-12:disabled {
    margin-bottom: -3rem;
  }

  .lg\:disabled\:-ml-12:disabled {
    margin-left: -3rem;
  }

  .lg\:disabled\:-mt-16:disabled {
    margin-top: -4rem;
  }

  .lg\:disabled\:-mr-16:disabled {
    margin-right: -4rem;
  }

  .lg\:disabled\:-mb-16:disabled {
    margin-bottom: -4rem;
  }

  .lg\:disabled\:-ml-16:disabled {
    margin-left: -4rem;
  }

  .lg\:disabled\:-mt-20:disabled {
    margin-top: -5rem;
  }

  .lg\:disabled\:-mr-20:disabled {
    margin-right: -5rem;
  }

  .lg\:disabled\:-mb-20:disabled {
    margin-bottom: -5rem;
  }

  .lg\:disabled\:-ml-20:disabled {
    margin-left: -5rem;
  }

  .lg\:disabled\:-mt-24:disabled {
    margin-top: -6rem;
  }

  .lg\:disabled\:-mr-24:disabled {
    margin-right: -6rem;
  }

  .lg\:disabled\:-mb-24:disabled {
    margin-bottom: -6rem;
  }

  .lg\:disabled\:-ml-24:disabled {
    margin-left: -6rem;
  }

  .lg\:disabled\:-mt-32:disabled {
    margin-top: -8rem;
  }

  .lg\:disabled\:-mr-32:disabled {
    margin-right: -8rem;
  }

  .lg\:disabled\:-mb-32:disabled {
    margin-bottom: -8rem;
  }

  .lg\:disabled\:-ml-32:disabled {
    margin-left: -8rem;
  }

  .lg\:disabled\:-mt-40:disabled {
    margin-top: -10rem;
  }

  .lg\:disabled\:-mr-40:disabled {
    margin-right: -10rem;
  }

  .lg\:disabled\:-mb-40:disabled {
    margin-bottom: -10rem;
  }

  .lg\:disabled\:-ml-40:disabled {
    margin-left: -10rem;
  }

  .lg\:disabled\:-mt-48:disabled {
    margin-top: -12rem;
  }

  .lg\:disabled\:-mr-48:disabled {
    margin-right: -12rem;
  }

  .lg\:disabled\:-mb-48:disabled {
    margin-bottom: -12rem;
  }

  .lg\:disabled\:-ml-48:disabled {
    margin-left: -12rem;
  }

  .lg\:disabled\:-mt-56:disabled {
    margin-top: -14rem;
  }

  .lg\:disabled\:-mr-56:disabled {
    margin-right: -14rem;
  }

  .lg\:disabled\:-mb-56:disabled {
    margin-bottom: -14rem;
  }

  .lg\:disabled\:-ml-56:disabled {
    margin-left: -14rem;
  }

  .lg\:disabled\:-mt-64:disabled {
    margin-top: -16rem;
  }

  .lg\:disabled\:-mr-64:disabled {
    margin-right: -16rem;
  }

  .lg\:disabled\:-mb-64:disabled {
    margin-bottom: -16rem;
  }

  .lg\:disabled\:-ml-64:disabled {
    margin-left: -16rem;
  }

  .lg\:disabled\:-mt-px:disabled {
    margin-top: -1px;
  }

  .lg\:disabled\:-mr-px:disabled {
    margin-right: -1px;
  }

  .lg\:disabled\:-mb-px:disabled {
    margin-bottom: -1px;
  }

  .lg\:disabled\:-ml-px:disabled {
    margin-left: -1px;
  }

  .lg\:max-h-full {
    max-height: 100%;
  }

  .lg\:max-h-screen {
    max-height: 100vh;
  }

  .group:hover .lg\:group-hover\:max-h-full {
    max-height: 100%;
  }

  .group:hover .lg\:group-hover\:max-h-screen {
    max-height: 100vh;
  }

  .lg\:focus-within\:max-h-full:focus-within {
    max-height: 100%;
  }

  .lg\:focus-within\:max-h-screen:focus-within {
    max-height: 100vh;
  }

  .lg\:first\:max-h-full:first-child {
    max-height: 100%;
  }

  .lg\:first\:max-h-screen:first-child {
    max-height: 100vh;
  }

  .lg\:last\:max-h-full:last-child {
    max-height: 100%;
  }

  .lg\:last\:max-h-screen:last-child {
    max-height: 100vh;
  }

  .lg\:odd\:max-h-full:nth-child(odd) {
    max-height: 100%;
  }

  .lg\:odd\:max-h-screen:nth-child(odd) {
    max-height: 100vh;
  }

  .lg\:even\:max-h-full:nth-child(even) {
    max-height: 100%;
  }

  .lg\:even\:max-h-screen:nth-child(even) {
    max-height: 100vh;
  }

  .lg\:hover\:max-h-full:hover {
    max-height: 100%;
  }

  .lg\:hover\:max-h-screen:hover {
    max-height: 100vh;
  }

  .lg\:focus\:max-h-full:focus {
    max-height: 100%;
  }

  .lg\:focus\:max-h-screen:focus {
    max-height: 100vh;
  }

  .lg\:active\:max-h-full:active {
    max-height: 100%;
  }

  .lg\:active\:max-h-screen:active {
    max-height: 100vh;
  }

  .lg\:visited\:max-h-full:visited {
    max-height: 100%;
  }

  .lg\:visited\:max-h-screen:visited {
    max-height: 100vh;
  }

  .lg\:disabled\:max-h-full:disabled {
    max-height: 100%;
  }

  .lg\:disabled\:max-h-screen:disabled {
    max-height: 100vh;
  }

  .lg\:max-w-xs {
    max-width: 20rem;
  }

  .lg\:max-w-sm {
    max-width: 24rem;
  }

  .lg\:max-w-md {
    max-width: 28rem;
  }

  .lg\:max-w-lg {
    max-width: 32rem;
  }

  .lg\:max-w-xl {
    max-width: 36rem;
  }

  .lg\:max-w-2xl {
    max-width: 42rem;
  }

  .lg\:max-w-3xl {
    max-width: 48rem;
  }

  .lg\:max-w-4xl {
    max-width: 56rem;
  }

  .lg\:max-w-5xl {
    max-width: 64rem;
  }

  .lg\:max-w-6xl {
    max-width: 72rem;
  }

  .lg\:max-w-full {
    max-width: 100%;
  }

  .group:hover .lg\:group-hover\:max-w-xs {
    max-width: 20rem;
  }

  .group:hover .lg\:group-hover\:max-w-sm {
    max-width: 24rem;
  }

  .group:hover .lg\:group-hover\:max-w-md {
    max-width: 28rem;
  }

  .group:hover .lg\:group-hover\:max-w-lg {
    max-width: 32rem;
  }

  .group:hover .lg\:group-hover\:max-w-xl {
    max-width: 36rem;
  }

  .group:hover .lg\:group-hover\:max-w-2xl {
    max-width: 42rem;
  }

  .group:hover .lg\:group-hover\:max-w-3xl {
    max-width: 48rem;
  }

  .group:hover .lg\:group-hover\:max-w-4xl {
    max-width: 56rem;
  }

  .group:hover .lg\:group-hover\:max-w-5xl {
    max-width: 64rem;
  }

  .group:hover .lg\:group-hover\:max-w-6xl {
    max-width: 72rem;
  }

  .group:hover .lg\:group-hover\:max-w-full {
    max-width: 100%;
  }

  .lg\:focus-within\:max-w-xs:focus-within {
    max-width: 20rem;
  }

  .lg\:focus-within\:max-w-sm:focus-within {
    max-width: 24rem;
  }

  .lg\:focus-within\:max-w-md:focus-within {
    max-width: 28rem;
  }

  .lg\:focus-within\:max-w-lg:focus-within {
    max-width: 32rem;
  }

  .lg\:focus-within\:max-w-xl:focus-within {
    max-width: 36rem;
  }

  .lg\:focus-within\:max-w-2xl:focus-within {
    max-width: 42rem;
  }

  .lg\:focus-within\:max-w-3xl:focus-within {
    max-width: 48rem;
  }

  .lg\:focus-within\:max-w-4xl:focus-within {
    max-width: 56rem;
  }

  .lg\:focus-within\:max-w-5xl:focus-within {
    max-width: 64rem;
  }

  .lg\:focus-within\:max-w-6xl:focus-within {
    max-width: 72rem;
  }

  .lg\:focus-within\:max-w-full:focus-within {
    max-width: 100%;
  }

  .lg\:first\:max-w-xs:first-child {
    max-width: 20rem;
  }

  .lg\:first\:max-w-sm:first-child {
    max-width: 24rem;
  }

  .lg\:first\:max-w-md:first-child {
    max-width: 28rem;
  }

  .lg\:first\:max-w-lg:first-child {
    max-width: 32rem;
  }

  .lg\:first\:max-w-xl:first-child {
    max-width: 36rem;
  }

  .lg\:first\:max-w-2xl:first-child {
    max-width: 42rem;
  }

  .lg\:first\:max-w-3xl:first-child {
    max-width: 48rem;
  }

  .lg\:first\:max-w-4xl:first-child {
    max-width: 56rem;
  }

  .lg\:first\:max-w-5xl:first-child {
    max-width: 64rem;
  }

  .lg\:first\:max-w-6xl:first-child {
    max-width: 72rem;
  }

  .lg\:first\:max-w-full:first-child {
    max-width: 100%;
  }

  .lg\:last\:max-w-xs:last-child {
    max-width: 20rem;
  }

  .lg\:last\:max-w-sm:last-child {
    max-width: 24rem;
  }

  .lg\:last\:max-w-md:last-child {
    max-width: 28rem;
  }

  .lg\:last\:max-w-lg:last-child {
    max-width: 32rem;
  }

  .lg\:last\:max-w-xl:last-child {
    max-width: 36rem;
  }

  .lg\:last\:max-w-2xl:last-child {
    max-width: 42rem;
  }

  .lg\:last\:max-w-3xl:last-child {
    max-width: 48rem;
  }

  .lg\:last\:max-w-4xl:last-child {
    max-width: 56rem;
  }

  .lg\:last\:max-w-5xl:last-child {
    max-width: 64rem;
  }

  .lg\:last\:max-w-6xl:last-child {
    max-width: 72rem;
  }

  .lg\:last\:max-w-full:last-child {
    max-width: 100%;
  }

  .lg\:odd\:max-w-xs:nth-child(odd) {
    max-width: 20rem;
  }

  .lg\:odd\:max-w-sm:nth-child(odd) {
    max-width: 24rem;
  }

  .lg\:odd\:max-w-md:nth-child(odd) {
    max-width: 28rem;
  }

  .lg\:odd\:max-w-lg:nth-child(odd) {
    max-width: 32rem;
  }

  .lg\:odd\:max-w-xl:nth-child(odd) {
    max-width: 36rem;
  }

  .lg\:odd\:max-w-2xl:nth-child(odd) {
    max-width: 42rem;
  }

  .lg\:odd\:max-w-3xl:nth-child(odd) {
    max-width: 48rem;
  }

  .lg\:odd\:max-w-4xl:nth-child(odd) {
    max-width: 56rem;
  }

  .lg\:odd\:max-w-5xl:nth-child(odd) {
    max-width: 64rem;
  }

  .lg\:odd\:max-w-6xl:nth-child(odd) {
    max-width: 72rem;
  }

  .lg\:odd\:max-w-full:nth-child(odd) {
    max-width: 100%;
  }

  .lg\:even\:max-w-xs:nth-child(even) {
    max-width: 20rem;
  }

  .lg\:even\:max-w-sm:nth-child(even) {
    max-width: 24rem;
  }

  .lg\:even\:max-w-md:nth-child(even) {
    max-width: 28rem;
  }

  .lg\:even\:max-w-lg:nth-child(even) {
    max-width: 32rem;
  }

  .lg\:even\:max-w-xl:nth-child(even) {
    max-width: 36rem;
  }

  .lg\:even\:max-w-2xl:nth-child(even) {
    max-width: 42rem;
  }

  .lg\:even\:max-w-3xl:nth-child(even) {
    max-width: 48rem;
  }

  .lg\:even\:max-w-4xl:nth-child(even) {
    max-width: 56rem;
  }

  .lg\:even\:max-w-5xl:nth-child(even) {
    max-width: 64rem;
  }

  .lg\:even\:max-w-6xl:nth-child(even) {
    max-width: 72rem;
  }

  .lg\:even\:max-w-full:nth-child(even) {
    max-width: 100%;
  }

  .lg\:hover\:max-w-xs:hover {
    max-width: 20rem;
  }

  .lg\:hover\:max-w-sm:hover {
    max-width: 24rem;
  }

  .lg\:hover\:max-w-md:hover {
    max-width: 28rem;
  }

  .lg\:hover\:max-w-lg:hover {
    max-width: 32rem;
  }

  .lg\:hover\:max-w-xl:hover {
    max-width: 36rem;
  }

  .lg\:hover\:max-w-2xl:hover {
    max-width: 42rem;
  }

  .lg\:hover\:max-w-3xl:hover {
    max-width: 48rem;
  }

  .lg\:hover\:max-w-4xl:hover {
    max-width: 56rem;
  }

  .lg\:hover\:max-w-5xl:hover {
    max-width: 64rem;
  }

  .lg\:hover\:max-w-6xl:hover {
    max-width: 72rem;
  }

  .lg\:hover\:max-w-full:hover {
    max-width: 100%;
  }

  .lg\:focus\:max-w-xs:focus {
    max-width: 20rem;
  }

  .lg\:focus\:max-w-sm:focus {
    max-width: 24rem;
  }

  .lg\:focus\:max-w-md:focus {
    max-width: 28rem;
  }

  .lg\:focus\:max-w-lg:focus {
    max-width: 32rem;
  }

  .lg\:focus\:max-w-xl:focus {
    max-width: 36rem;
  }

  .lg\:focus\:max-w-2xl:focus {
    max-width: 42rem;
  }

  .lg\:focus\:max-w-3xl:focus {
    max-width: 48rem;
  }

  .lg\:focus\:max-w-4xl:focus {
    max-width: 56rem;
  }

  .lg\:focus\:max-w-5xl:focus {
    max-width: 64rem;
  }

  .lg\:focus\:max-w-6xl:focus {
    max-width: 72rem;
  }

  .lg\:focus\:max-w-full:focus {
    max-width: 100%;
  }

  .lg\:active\:max-w-xs:active {
    max-width: 20rem;
  }

  .lg\:active\:max-w-sm:active {
    max-width: 24rem;
  }

  .lg\:active\:max-w-md:active {
    max-width: 28rem;
  }

  .lg\:active\:max-w-lg:active {
    max-width: 32rem;
  }

  .lg\:active\:max-w-xl:active {
    max-width: 36rem;
  }

  .lg\:active\:max-w-2xl:active {
    max-width: 42rem;
  }

  .lg\:active\:max-w-3xl:active {
    max-width: 48rem;
  }

  .lg\:active\:max-w-4xl:active {
    max-width: 56rem;
  }

  .lg\:active\:max-w-5xl:active {
    max-width: 64rem;
  }

  .lg\:active\:max-w-6xl:active {
    max-width: 72rem;
  }

  .lg\:active\:max-w-full:active {
    max-width: 100%;
  }

  .lg\:visited\:max-w-xs:visited {
    max-width: 20rem;
  }

  .lg\:visited\:max-w-sm:visited {
    max-width: 24rem;
  }

  .lg\:visited\:max-w-md:visited {
    max-width: 28rem;
  }

  .lg\:visited\:max-w-lg:visited {
    max-width: 32rem;
  }

  .lg\:visited\:max-w-xl:visited {
    max-width: 36rem;
  }

  .lg\:visited\:max-w-2xl:visited {
    max-width: 42rem;
  }

  .lg\:visited\:max-w-3xl:visited {
    max-width: 48rem;
  }

  .lg\:visited\:max-w-4xl:visited {
    max-width: 56rem;
  }

  .lg\:visited\:max-w-5xl:visited {
    max-width: 64rem;
  }

  .lg\:visited\:max-w-6xl:visited {
    max-width: 72rem;
  }

  .lg\:visited\:max-w-full:visited {
    max-width: 100%;
  }

  .lg\:disabled\:max-w-xs:disabled {
    max-width: 20rem;
  }

  .lg\:disabled\:max-w-sm:disabled {
    max-width: 24rem;
  }

  .lg\:disabled\:max-w-md:disabled {
    max-width: 28rem;
  }

  .lg\:disabled\:max-w-lg:disabled {
    max-width: 32rem;
  }

  .lg\:disabled\:max-w-xl:disabled {
    max-width: 36rem;
  }

  .lg\:disabled\:max-w-2xl:disabled {
    max-width: 42rem;
  }

  .lg\:disabled\:max-w-3xl:disabled {
    max-width: 48rem;
  }

  .lg\:disabled\:max-w-4xl:disabled {
    max-width: 56rem;
  }

  .lg\:disabled\:max-w-5xl:disabled {
    max-width: 64rem;
  }

  .lg\:disabled\:max-w-6xl:disabled {
    max-width: 72rem;
  }

  .lg\:disabled\:max-w-full:disabled {
    max-width: 100%;
  }

  .lg\:min-h-0 {
    min-height: 0;
  }

  .lg\:min-h-full {
    min-height: 100%;
  }

  .lg\:min-h-screen {
    min-height: 100vh;
  }

  .group:hover .lg\:group-hover\:min-h-0 {
    min-height: 0;
  }

  .group:hover .lg\:group-hover\:min-h-full {
    min-height: 100%;
  }

  .group:hover .lg\:group-hover\:min-h-screen {
    min-height: 100vh;
  }

  .lg\:focus-within\:min-h-0:focus-within {
    min-height: 0;
  }

  .lg\:focus-within\:min-h-full:focus-within {
    min-height: 100%;
  }

  .lg\:focus-within\:min-h-screen:focus-within {
    min-height: 100vh;
  }

  .lg\:first\:min-h-0:first-child {
    min-height: 0;
  }

  .lg\:first\:min-h-full:first-child {
    min-height: 100%;
  }

  .lg\:first\:min-h-screen:first-child {
    min-height: 100vh;
  }

  .lg\:last\:min-h-0:last-child {
    min-height: 0;
  }

  .lg\:last\:min-h-full:last-child {
    min-height: 100%;
  }

  .lg\:last\:min-h-screen:last-child {
    min-height: 100vh;
  }

  .lg\:odd\:min-h-0:nth-child(odd) {
    min-height: 0;
  }

  .lg\:odd\:min-h-full:nth-child(odd) {
    min-height: 100%;
  }

  .lg\:odd\:min-h-screen:nth-child(odd) {
    min-height: 100vh;
  }

  .lg\:even\:min-h-0:nth-child(even) {
    min-height: 0;
  }

  .lg\:even\:min-h-full:nth-child(even) {
    min-height: 100%;
  }

  .lg\:even\:min-h-screen:nth-child(even) {
    min-height: 100vh;
  }

  .lg\:hover\:min-h-0:hover {
    min-height: 0;
  }

  .lg\:hover\:min-h-full:hover {
    min-height: 100%;
  }

  .lg\:hover\:min-h-screen:hover {
    min-height: 100vh;
  }

  .lg\:focus\:min-h-0:focus {
    min-height: 0;
  }

  .lg\:focus\:min-h-full:focus {
    min-height: 100%;
  }

  .lg\:focus\:min-h-screen:focus {
    min-height: 100vh;
  }

  .lg\:active\:min-h-0:active {
    min-height: 0;
  }

  .lg\:active\:min-h-full:active {
    min-height: 100%;
  }

  .lg\:active\:min-h-screen:active {
    min-height: 100vh;
  }

  .lg\:visited\:min-h-0:visited {
    min-height: 0;
  }

  .lg\:visited\:min-h-full:visited {
    min-height: 100%;
  }

  .lg\:visited\:min-h-screen:visited {
    min-height: 100vh;
  }

  .lg\:disabled\:min-h-0:disabled {
    min-height: 0;
  }

  .lg\:disabled\:min-h-full:disabled {
    min-height: 100%;
  }

  .lg\:disabled\:min-h-screen:disabled {
    min-height: 100vh;
  }

  .lg\:min-w-0 {
    min-width: 0;
  }

  .lg\:min-w-full {
    min-width: 100%;
  }

  .group:hover .lg\:group-hover\:min-w-0 {
    min-width: 0;
  }

  .group:hover .lg\:group-hover\:min-w-full {
    min-width: 100%;
  }

  .lg\:focus-within\:min-w-0:focus-within {
    min-width: 0;
  }

  .lg\:focus-within\:min-w-full:focus-within {
    min-width: 100%;
  }

  .lg\:first\:min-w-0:first-child {
    min-width: 0;
  }

  .lg\:first\:min-w-full:first-child {
    min-width: 100%;
  }

  .lg\:last\:min-w-0:last-child {
    min-width: 0;
  }

  .lg\:last\:min-w-full:last-child {
    min-width: 100%;
  }

  .lg\:odd\:min-w-0:nth-child(odd) {
    min-width: 0;
  }

  .lg\:odd\:min-w-full:nth-child(odd) {
    min-width: 100%;
  }

  .lg\:even\:min-w-0:nth-child(even) {
    min-width: 0;
  }

  .lg\:even\:min-w-full:nth-child(even) {
    min-width: 100%;
  }

  .lg\:hover\:min-w-0:hover {
    min-width: 0;
  }

  .lg\:hover\:min-w-full:hover {
    min-width: 100%;
  }

  .lg\:focus\:min-w-0:focus {
    min-width: 0;
  }

  .lg\:focus\:min-w-full:focus {
    min-width: 100%;
  }

  .lg\:active\:min-w-0:active {
    min-width: 0;
  }

  .lg\:active\:min-w-full:active {
    min-width: 100%;
  }

  .lg\:visited\:min-w-0:visited {
    min-width: 0;
  }

  .lg\:visited\:min-w-full:visited {
    min-width: 100%;
  }

  .lg\:disabled\:min-w-0:disabled {
    min-width: 0;
  }

  .lg\:disabled\:min-w-full:disabled {
    min-width: 100%;
  }

  .lg\:object-contain {
    object-fit: contain;
  }

  .lg\:object-cover {
    object-fit: cover;
  }

  .lg\:object-fill {
    object-fit: fill;
  }

  .lg\:object-none {
    object-fit: none;
  }

  .lg\:object-scale-down {
    object-fit: scale-down;
  }

  .group:hover .lg\:group-hover\:object-contain {
    object-fit: contain;
  }

  .group:hover .lg\:group-hover\:object-cover {
    object-fit: cover;
  }

  .group:hover .lg\:group-hover\:object-fill {
    object-fit: fill;
  }

  .group:hover .lg\:group-hover\:object-none {
    object-fit: none;
  }

  .group:hover .lg\:group-hover\:object-scale-down {
    object-fit: scale-down;
  }

  .lg\:focus-within\:object-contain:focus-within {
    object-fit: contain;
  }

  .lg\:focus-within\:object-cover:focus-within {
    object-fit: cover;
  }

  .lg\:focus-within\:object-fill:focus-within {
    object-fit: fill;
  }

  .lg\:focus-within\:object-none:focus-within {
    object-fit: none;
  }

  .lg\:focus-within\:object-scale-down:focus-within {
    object-fit: scale-down;
  }

  .lg\:first\:object-contain:first-child {
    object-fit: contain;
  }

  .lg\:first\:object-cover:first-child {
    object-fit: cover;
  }

  .lg\:first\:object-fill:first-child {
    object-fit: fill;
  }

  .lg\:first\:object-none:first-child {
    object-fit: none;
  }

  .lg\:first\:object-scale-down:first-child {
    object-fit: scale-down;
  }

  .lg\:last\:object-contain:last-child {
    object-fit: contain;
  }

  .lg\:last\:object-cover:last-child {
    object-fit: cover;
  }

  .lg\:last\:object-fill:last-child {
    object-fit: fill;
  }

  .lg\:last\:object-none:last-child {
    object-fit: none;
  }

  .lg\:last\:object-scale-down:last-child {
    object-fit: scale-down;
  }

  .lg\:odd\:object-contain:nth-child(odd) {
    object-fit: contain;
  }

  .lg\:odd\:object-cover:nth-child(odd) {
    object-fit: cover;
  }

  .lg\:odd\:object-fill:nth-child(odd) {
    object-fit: fill;
  }

  .lg\:odd\:object-none:nth-child(odd) {
    object-fit: none;
  }

  .lg\:odd\:object-scale-down:nth-child(odd) {
    object-fit: scale-down;
  }

  .lg\:even\:object-contain:nth-child(even) {
    object-fit: contain;
  }

  .lg\:even\:object-cover:nth-child(even) {
    object-fit: cover;
  }

  .lg\:even\:object-fill:nth-child(even) {
    object-fit: fill;
  }

  .lg\:even\:object-none:nth-child(even) {
    object-fit: none;
  }

  .lg\:even\:object-scale-down:nth-child(even) {
    object-fit: scale-down;
  }

  .lg\:hover\:object-contain:hover {
    object-fit: contain;
  }

  .lg\:hover\:object-cover:hover {
    object-fit: cover;
  }

  .lg\:hover\:object-fill:hover {
    object-fit: fill;
  }

  .lg\:hover\:object-none:hover {
    object-fit: none;
  }

  .lg\:hover\:object-scale-down:hover {
    object-fit: scale-down;
  }

  .lg\:focus\:object-contain:focus {
    object-fit: contain;
  }

  .lg\:focus\:object-cover:focus {
    object-fit: cover;
  }

  .lg\:focus\:object-fill:focus {
    object-fit: fill;
  }

  .lg\:focus\:object-none:focus {
    object-fit: none;
  }

  .lg\:focus\:object-scale-down:focus {
    object-fit: scale-down;
  }

  .lg\:active\:object-contain:active {
    object-fit: contain;
  }

  .lg\:active\:object-cover:active {
    object-fit: cover;
  }

  .lg\:active\:object-fill:active {
    object-fit: fill;
  }

  .lg\:active\:object-none:active {
    object-fit: none;
  }

  .lg\:active\:object-scale-down:active {
    object-fit: scale-down;
  }

  .lg\:visited\:object-contain:visited {
    object-fit: contain;
  }

  .lg\:visited\:object-cover:visited {
    object-fit: cover;
  }

  .lg\:visited\:object-fill:visited {
    object-fit: fill;
  }

  .lg\:visited\:object-none:visited {
    object-fit: none;
  }

  .lg\:visited\:object-scale-down:visited {
    object-fit: scale-down;
  }

  .lg\:disabled\:object-contain:disabled {
    object-fit: contain;
  }

  .lg\:disabled\:object-cover:disabled {
    object-fit: cover;
  }

  .lg\:disabled\:object-fill:disabled {
    object-fit: fill;
  }

  .lg\:disabled\:object-none:disabled {
    object-fit: none;
  }

  .lg\:disabled\:object-scale-down:disabled {
    object-fit: scale-down;
  }

  .lg\:object-bottom {
    object-position: bottom;
  }

  .lg\:object-center {
    object-position: center;
  }

  .lg\:object-left {
    object-position: left;
  }

  .lg\:object-left-bottom {
    object-position: left bottom;
  }

  .lg\:object-left-top {
    object-position: left top;
  }

  .lg\:object-right {
    object-position: right;
  }

  .lg\:object-right-bottom {
    object-position: right bottom;
  }

  .lg\:object-right-top {
    object-position: right top;
  }

  .lg\:object-top {
    object-position: top;
  }

  .group:hover .lg\:group-hover\:object-bottom {
    object-position: bottom;
  }

  .group:hover .lg\:group-hover\:object-center {
    object-position: center;
  }

  .group:hover .lg\:group-hover\:object-left {
    object-position: left;
  }

  .group:hover .lg\:group-hover\:object-left-bottom {
    object-position: left bottom;
  }

  .group:hover .lg\:group-hover\:object-left-top {
    object-position: left top;
  }

  .group:hover .lg\:group-hover\:object-right {
    object-position: right;
  }

  .group:hover .lg\:group-hover\:object-right-bottom {
    object-position: right bottom;
  }

  .group:hover .lg\:group-hover\:object-right-top {
    object-position: right top;
  }

  .group:hover .lg\:group-hover\:object-top {
    object-position: top;
  }

  .lg\:focus-within\:object-bottom:focus-within {
    object-position: bottom;
  }

  .lg\:focus-within\:object-center:focus-within {
    object-position: center;
  }

  .lg\:focus-within\:object-left:focus-within {
    object-position: left;
  }

  .lg\:focus-within\:object-left-bottom:focus-within {
    object-position: left bottom;
  }

  .lg\:focus-within\:object-left-top:focus-within {
    object-position: left top;
  }

  .lg\:focus-within\:object-right:focus-within {
    object-position: right;
  }

  .lg\:focus-within\:object-right-bottom:focus-within {
    object-position: right bottom;
  }

  .lg\:focus-within\:object-right-top:focus-within {
    object-position: right top;
  }

  .lg\:focus-within\:object-top:focus-within {
    object-position: top;
  }

  .lg\:first\:object-bottom:first-child {
    object-position: bottom;
  }

  .lg\:first\:object-center:first-child {
    object-position: center;
  }

  .lg\:first\:object-left:first-child {
    object-position: left;
  }

  .lg\:first\:object-left-bottom:first-child {
    object-position: left bottom;
  }

  .lg\:first\:object-left-top:first-child {
    object-position: left top;
  }

  .lg\:first\:object-right:first-child {
    object-position: right;
  }

  .lg\:first\:object-right-bottom:first-child {
    object-position: right bottom;
  }

  .lg\:first\:object-right-top:first-child {
    object-position: right top;
  }

  .lg\:first\:object-top:first-child {
    object-position: top;
  }

  .lg\:last\:object-bottom:last-child {
    object-position: bottom;
  }

  .lg\:last\:object-center:last-child {
    object-position: center;
  }

  .lg\:last\:object-left:last-child {
    object-position: left;
  }

  .lg\:last\:object-left-bottom:last-child {
    object-position: left bottom;
  }

  .lg\:last\:object-left-top:last-child {
    object-position: left top;
  }

  .lg\:last\:object-right:last-child {
    object-position: right;
  }

  .lg\:last\:object-right-bottom:last-child {
    object-position: right bottom;
  }

  .lg\:last\:object-right-top:last-child {
    object-position: right top;
  }

  .lg\:last\:object-top:last-child {
    object-position: top;
  }

  .lg\:odd\:object-bottom:nth-child(odd) {
    object-position: bottom;
  }

  .lg\:odd\:object-center:nth-child(odd) {
    object-position: center;
  }

  .lg\:odd\:object-left:nth-child(odd) {
    object-position: left;
  }

  .lg\:odd\:object-left-bottom:nth-child(odd) {
    object-position: left bottom;
  }

  .lg\:odd\:object-left-top:nth-child(odd) {
    object-position: left top;
  }

  .lg\:odd\:object-right:nth-child(odd) {
    object-position: right;
  }

  .lg\:odd\:object-right-bottom:nth-child(odd) {
    object-position: right bottom;
  }

  .lg\:odd\:object-right-top:nth-child(odd) {
    object-position: right top;
  }

  .lg\:odd\:object-top:nth-child(odd) {
    object-position: top;
  }

  .lg\:even\:object-bottom:nth-child(even) {
    object-position: bottom;
  }

  .lg\:even\:object-center:nth-child(even) {
    object-position: center;
  }

  .lg\:even\:object-left:nth-child(even) {
    object-position: left;
  }

  .lg\:even\:object-left-bottom:nth-child(even) {
    object-position: left bottom;
  }

  .lg\:even\:object-left-top:nth-child(even) {
    object-position: left top;
  }

  .lg\:even\:object-right:nth-child(even) {
    object-position: right;
  }

  .lg\:even\:object-right-bottom:nth-child(even) {
    object-position: right bottom;
  }

  .lg\:even\:object-right-top:nth-child(even) {
    object-position: right top;
  }

  .lg\:even\:object-top:nth-child(even) {
    object-position: top;
  }

  .lg\:hover\:object-bottom:hover {
    object-position: bottom;
  }

  .lg\:hover\:object-center:hover {
    object-position: center;
  }

  .lg\:hover\:object-left:hover {
    object-position: left;
  }

  .lg\:hover\:object-left-bottom:hover {
    object-position: left bottom;
  }

  .lg\:hover\:object-left-top:hover {
    object-position: left top;
  }

  .lg\:hover\:object-right:hover {
    object-position: right;
  }

  .lg\:hover\:object-right-bottom:hover {
    object-position: right bottom;
  }

  .lg\:hover\:object-right-top:hover {
    object-position: right top;
  }

  .lg\:hover\:object-top:hover {
    object-position: top;
  }

  .lg\:focus\:object-bottom:focus {
    object-position: bottom;
  }

  .lg\:focus\:object-center:focus {
    object-position: center;
  }

  .lg\:focus\:object-left:focus {
    object-position: left;
  }

  .lg\:focus\:object-left-bottom:focus {
    object-position: left bottom;
  }

  .lg\:focus\:object-left-top:focus {
    object-position: left top;
  }

  .lg\:focus\:object-right:focus {
    object-position: right;
  }

  .lg\:focus\:object-right-bottom:focus {
    object-position: right bottom;
  }

  .lg\:focus\:object-right-top:focus {
    object-position: right top;
  }

  .lg\:focus\:object-top:focus {
    object-position: top;
  }

  .lg\:active\:object-bottom:active {
    object-position: bottom;
  }

  .lg\:active\:object-center:active {
    object-position: center;
  }

  .lg\:active\:object-left:active {
    object-position: left;
  }

  .lg\:active\:object-left-bottom:active {
    object-position: left bottom;
  }

  .lg\:active\:object-left-top:active {
    object-position: left top;
  }

  .lg\:active\:object-right:active {
    object-position: right;
  }

  .lg\:active\:object-right-bottom:active {
    object-position: right bottom;
  }

  .lg\:active\:object-right-top:active {
    object-position: right top;
  }

  .lg\:active\:object-top:active {
    object-position: top;
  }

  .lg\:visited\:object-bottom:visited {
    object-position: bottom;
  }

  .lg\:visited\:object-center:visited {
    object-position: center;
  }

  .lg\:visited\:object-left:visited {
    object-position: left;
  }

  .lg\:visited\:object-left-bottom:visited {
    object-position: left bottom;
  }

  .lg\:visited\:object-left-top:visited {
    object-position: left top;
  }

  .lg\:visited\:object-right:visited {
    object-position: right;
  }

  .lg\:visited\:object-right-bottom:visited {
    object-position: right bottom;
  }

  .lg\:visited\:object-right-top:visited {
    object-position: right top;
  }

  .lg\:visited\:object-top:visited {
    object-position: top;
  }

  .lg\:disabled\:object-bottom:disabled {
    object-position: bottom;
  }

  .lg\:disabled\:object-center:disabled {
    object-position: center;
  }

  .lg\:disabled\:object-left:disabled {
    object-position: left;
  }

  .lg\:disabled\:object-left-bottom:disabled {
    object-position: left bottom;
  }

  .lg\:disabled\:object-left-top:disabled {
    object-position: left top;
  }

  .lg\:disabled\:object-right:disabled {
    object-position: right;
  }

  .lg\:disabled\:object-right-bottom:disabled {
    object-position: right bottom;
  }

  .lg\:disabled\:object-right-top:disabled {
    object-position: right top;
  }

  .lg\:disabled\:object-top:disabled {
    object-position: top;
  }

  .lg\:opacity-0 {
    opacity: 0;
  }

  .lg\:opacity-25 {
    opacity: 0.25;
  }

  .lg\:opacity-50 {
    opacity: 0.5;
  }

  .lg\:opacity-75 {
    opacity: 0.75;
  }

  .lg\:opacity-100 {
    opacity: 1;
  }

  .group:hover .lg\:group-hover\:opacity-0 {
    opacity: 0;
  }

  .group:hover .lg\:group-hover\:opacity-25 {
    opacity: 0.25;
  }

  .group:hover .lg\:group-hover\:opacity-50 {
    opacity: 0.5;
  }

  .group:hover .lg\:group-hover\:opacity-75 {
    opacity: 0.75;
  }

  .group:hover .lg\:group-hover\:opacity-100 {
    opacity: 1;
  }

  .lg\:focus-within\:opacity-0:focus-within {
    opacity: 0;
  }

  .lg\:focus-within\:opacity-25:focus-within {
    opacity: 0.25;
  }

  .lg\:focus-within\:opacity-50:focus-within {
    opacity: 0.5;
  }

  .lg\:focus-within\:opacity-75:focus-within {
    opacity: 0.75;
  }

  .lg\:focus-within\:opacity-100:focus-within {
    opacity: 1;
  }

  .lg\:first\:opacity-0:first-child {
    opacity: 0;
  }

  .lg\:first\:opacity-25:first-child {
    opacity: 0.25;
  }

  .lg\:first\:opacity-50:first-child {
    opacity: 0.5;
  }

  .lg\:first\:opacity-75:first-child {
    opacity: 0.75;
  }

  .lg\:first\:opacity-100:first-child {
    opacity: 1;
  }

  .lg\:last\:opacity-0:last-child {
    opacity: 0;
  }

  .lg\:last\:opacity-25:last-child {
    opacity: 0.25;
  }

  .lg\:last\:opacity-50:last-child {
    opacity: 0.5;
  }

  .lg\:last\:opacity-75:last-child {
    opacity: 0.75;
  }

  .lg\:last\:opacity-100:last-child {
    opacity: 1;
  }

  .lg\:odd\:opacity-0:nth-child(odd) {
    opacity: 0;
  }

  .lg\:odd\:opacity-25:nth-child(odd) {
    opacity: 0.25;
  }

  .lg\:odd\:opacity-50:nth-child(odd) {
    opacity: 0.5;
  }

  .lg\:odd\:opacity-75:nth-child(odd) {
    opacity: 0.75;
  }

  .lg\:odd\:opacity-100:nth-child(odd) {
    opacity: 1;
  }

  .lg\:even\:opacity-0:nth-child(even) {
    opacity: 0;
  }

  .lg\:even\:opacity-25:nth-child(even) {
    opacity: 0.25;
  }

  .lg\:even\:opacity-50:nth-child(even) {
    opacity: 0.5;
  }

  .lg\:even\:opacity-75:nth-child(even) {
    opacity: 0.75;
  }

  .lg\:even\:opacity-100:nth-child(even) {
    opacity: 1;
  }

  .lg\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .lg\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .lg\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .lg\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .lg\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .lg\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .lg\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .lg\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .lg\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .lg\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .lg\:active\:opacity-0:active {
    opacity: 0;
  }

  .lg\:active\:opacity-25:active {
    opacity: 0.25;
  }

  .lg\:active\:opacity-50:active {
    opacity: 0.5;
  }

  .lg\:active\:opacity-75:active {
    opacity: 0.75;
  }

  .lg\:active\:opacity-100:active {
    opacity: 1;
  }

  .lg\:visited\:opacity-0:visited {
    opacity: 0;
  }

  .lg\:visited\:opacity-25:visited {
    opacity: 0.25;
  }

  .lg\:visited\:opacity-50:visited {
    opacity: 0.5;
  }

  .lg\:visited\:opacity-75:visited {
    opacity: 0.75;
  }

  .lg\:visited\:opacity-100:visited {
    opacity: 1;
  }

  .lg\:disabled\:opacity-0:disabled {
    opacity: 0;
  }

  .lg\:disabled\:opacity-25:disabled {
    opacity: 0.25;
  }

  .lg\:disabled\:opacity-50:disabled {
    opacity: 0.5;
  }

  .lg\:disabled\:opacity-75:disabled {
    opacity: 0.75;
  }

  .lg\:disabled\:opacity-100:disabled {
    opacity: 1;
  }

  .lg\:outline-none {
    outline: 0;
  }

  .group:hover .lg\:group-hover\:outline-none {
    outline: 0;
  }

  .lg\:focus-within\:outline-none:focus-within {
    outline: 0;
  }

  .lg\:first\:outline-none:first-child {
    outline: 0;
  }

  .lg\:last\:outline-none:last-child {
    outline: 0;
  }

  .lg\:odd\:outline-none:nth-child(odd) {
    outline: 0;
  }

  .lg\:even\:outline-none:nth-child(even) {
    outline: 0;
  }

  .lg\:hover\:outline-none:hover {
    outline: 0;
  }

  .lg\:focus\:outline-none:focus {
    outline: 0;
  }

  .lg\:active\:outline-none:active {
    outline: 0;
  }

  .lg\:visited\:outline-none:visited {
    outline: 0;
  }

  .lg\:disabled\:outline-none:disabled {
    outline: 0;
  }

  .lg\:overflow-auto {
    overflow: auto;
  }

  .lg\:overflow-hidden {
    overflow: hidden;
  }

  .lg\:overflow-visible {
    overflow: visible;
  }

  .lg\:overflow-scroll {
    overflow: scroll;
  }

  .lg\:overflow-x-auto {
    overflow-x: auto;
  }

  .lg\:overflow-y-auto {
    overflow-y: auto;
  }

  .lg\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .lg\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .lg\:overflow-x-visible {
    overflow-x: visible;
  }

  .lg\:overflow-y-visible {
    overflow-y: visible;
  }

  .lg\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .lg\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .lg\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .lg\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .group:hover .lg\:group-hover\:overflow-auto {
    overflow: auto;
  }

  .group:hover .lg\:group-hover\:overflow-hidden {
    overflow: hidden;
  }

  .group:hover .lg\:group-hover\:overflow-visible {
    overflow: visible;
  }

  .group:hover .lg\:group-hover\:overflow-scroll {
    overflow: scroll;
  }

  .group:hover .lg\:group-hover\:overflow-x-auto {
    overflow-x: auto;
  }

  .group:hover .lg\:group-hover\:overflow-y-auto {
    overflow-y: auto;
  }

  .group:hover .lg\:group-hover\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .group:hover .lg\:group-hover\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .group:hover .lg\:group-hover\:overflow-x-visible {
    overflow-x: visible;
  }

  .group:hover .lg\:group-hover\:overflow-y-visible {
    overflow-y: visible;
  }

  .group:hover .lg\:group-hover\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .group:hover .lg\:group-hover\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .group:hover .lg\:group-hover\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .group:hover .lg\:group-hover\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .lg\:focus-within\:overflow-auto:focus-within {
    overflow: auto;
  }

  .lg\:focus-within\:overflow-hidden:focus-within {
    overflow: hidden;
  }

  .lg\:focus-within\:overflow-visible:focus-within {
    overflow: visible;
  }

  .lg\:focus-within\:overflow-scroll:focus-within {
    overflow: scroll;
  }

  .lg\:focus-within\:overflow-x-auto:focus-within {
    overflow-x: auto;
  }

  .lg\:focus-within\:overflow-y-auto:focus-within {
    overflow-y: auto;
  }

  .lg\:focus-within\:overflow-x-hidden:focus-within {
    overflow-x: hidden;
  }

  .lg\:focus-within\:overflow-y-hidden:focus-within {
    overflow-y: hidden;
  }

  .lg\:focus-within\:overflow-x-visible:focus-within {
    overflow-x: visible;
  }

  .lg\:focus-within\:overflow-y-visible:focus-within {
    overflow-y: visible;
  }

  .lg\:focus-within\:overflow-x-scroll:focus-within {
    overflow-x: scroll;
  }

  .lg\:focus-within\:overflow-y-scroll:focus-within {
    overflow-y: scroll;
  }

  .lg\:focus-within\:scrolling-touch:focus-within {
    -webkit-overflow-scrolling: touch;
  }

  .lg\:focus-within\:scrolling-auto:focus-within {
    -webkit-overflow-scrolling: auto;
  }

  .lg\:first\:overflow-auto:first-child {
    overflow: auto;
  }

  .lg\:first\:overflow-hidden:first-child {
    overflow: hidden;
  }

  .lg\:first\:overflow-visible:first-child {
    overflow: visible;
  }

  .lg\:first\:overflow-scroll:first-child {
    overflow: scroll;
  }

  .lg\:first\:overflow-x-auto:first-child {
    overflow-x: auto;
  }

  .lg\:first\:overflow-y-auto:first-child {
    overflow-y: auto;
  }

  .lg\:first\:overflow-x-hidden:first-child {
    overflow-x: hidden;
  }

  .lg\:first\:overflow-y-hidden:first-child {
    overflow-y: hidden;
  }

  .lg\:first\:overflow-x-visible:first-child {
    overflow-x: visible;
  }

  .lg\:first\:overflow-y-visible:first-child {
    overflow-y: visible;
  }

  .lg\:first\:overflow-x-scroll:first-child {
    overflow-x: scroll;
  }

  .lg\:first\:overflow-y-scroll:first-child {
    overflow-y: scroll;
  }

  .lg\:first\:scrolling-touch:first-child {
    -webkit-overflow-scrolling: touch;
  }

  .lg\:first\:scrolling-auto:first-child {
    -webkit-overflow-scrolling: auto;
  }

  .lg\:last\:overflow-auto:last-child {
    overflow: auto;
  }

  .lg\:last\:overflow-hidden:last-child {
    overflow: hidden;
  }

  .lg\:last\:overflow-visible:last-child {
    overflow: visible;
  }

  .lg\:last\:overflow-scroll:last-child {
    overflow: scroll;
  }

  .lg\:last\:overflow-x-auto:last-child {
    overflow-x: auto;
  }

  .lg\:last\:overflow-y-auto:last-child {
    overflow-y: auto;
  }

  .lg\:last\:overflow-x-hidden:last-child {
    overflow-x: hidden;
  }

  .lg\:last\:overflow-y-hidden:last-child {
    overflow-y: hidden;
  }

  .lg\:last\:overflow-x-visible:last-child {
    overflow-x: visible;
  }

  .lg\:last\:overflow-y-visible:last-child {
    overflow-y: visible;
  }

  .lg\:last\:overflow-x-scroll:last-child {
    overflow-x: scroll;
  }

  .lg\:last\:overflow-y-scroll:last-child {
    overflow-y: scroll;
  }

  .lg\:last\:scrolling-touch:last-child {
    -webkit-overflow-scrolling: touch;
  }

  .lg\:last\:scrolling-auto:last-child {
    -webkit-overflow-scrolling: auto;
  }

  .lg\:odd\:overflow-auto:nth-child(odd) {
    overflow: auto;
  }

  .lg\:odd\:overflow-hidden:nth-child(odd) {
    overflow: hidden;
  }

  .lg\:odd\:overflow-visible:nth-child(odd) {
    overflow: visible;
  }

  .lg\:odd\:overflow-scroll:nth-child(odd) {
    overflow: scroll;
  }

  .lg\:odd\:overflow-x-auto:nth-child(odd) {
    overflow-x: auto;
  }

  .lg\:odd\:overflow-y-auto:nth-child(odd) {
    overflow-y: auto;
  }

  .lg\:odd\:overflow-x-hidden:nth-child(odd) {
    overflow-x: hidden;
  }

  .lg\:odd\:overflow-y-hidden:nth-child(odd) {
    overflow-y: hidden;
  }

  .lg\:odd\:overflow-x-visible:nth-child(odd) {
    overflow-x: visible;
  }

  .lg\:odd\:overflow-y-visible:nth-child(odd) {
    overflow-y: visible;
  }

  .lg\:odd\:overflow-x-scroll:nth-child(odd) {
    overflow-x: scroll;
  }

  .lg\:odd\:overflow-y-scroll:nth-child(odd) {
    overflow-y: scroll;
  }

  .lg\:odd\:scrolling-touch:nth-child(odd) {
    -webkit-overflow-scrolling: touch;
  }

  .lg\:odd\:scrolling-auto:nth-child(odd) {
    -webkit-overflow-scrolling: auto;
  }

  .lg\:even\:overflow-auto:nth-child(even) {
    overflow: auto;
  }

  .lg\:even\:overflow-hidden:nth-child(even) {
    overflow: hidden;
  }

  .lg\:even\:overflow-visible:nth-child(even) {
    overflow: visible;
  }

  .lg\:even\:overflow-scroll:nth-child(even) {
    overflow: scroll;
  }

  .lg\:even\:overflow-x-auto:nth-child(even) {
    overflow-x: auto;
  }

  .lg\:even\:overflow-y-auto:nth-child(even) {
    overflow-y: auto;
  }

  .lg\:even\:overflow-x-hidden:nth-child(even) {
    overflow-x: hidden;
  }

  .lg\:even\:overflow-y-hidden:nth-child(even) {
    overflow-y: hidden;
  }

  .lg\:even\:overflow-x-visible:nth-child(even) {
    overflow-x: visible;
  }

  .lg\:even\:overflow-y-visible:nth-child(even) {
    overflow-y: visible;
  }

  .lg\:even\:overflow-x-scroll:nth-child(even) {
    overflow-x: scroll;
  }

  .lg\:even\:overflow-y-scroll:nth-child(even) {
    overflow-y: scroll;
  }

  .lg\:even\:scrolling-touch:nth-child(even) {
    -webkit-overflow-scrolling: touch;
  }

  .lg\:even\:scrolling-auto:nth-child(even) {
    -webkit-overflow-scrolling: auto;
  }

  .lg\:hover\:overflow-auto:hover {
    overflow: auto;
  }

  .lg\:hover\:overflow-hidden:hover {
    overflow: hidden;
  }

  .lg\:hover\:overflow-visible:hover {
    overflow: visible;
  }

  .lg\:hover\:overflow-scroll:hover {
    overflow: scroll;
  }

  .lg\:hover\:overflow-x-auto:hover {
    overflow-x: auto;
  }

  .lg\:hover\:overflow-y-auto:hover {
    overflow-y: auto;
  }

  .lg\:hover\:overflow-x-hidden:hover {
    overflow-x: hidden;
  }

  .lg\:hover\:overflow-y-hidden:hover {
    overflow-y: hidden;
  }

  .lg\:hover\:overflow-x-visible:hover {
    overflow-x: visible;
  }

  .lg\:hover\:overflow-y-visible:hover {
    overflow-y: visible;
  }

  .lg\:hover\:overflow-x-scroll:hover {
    overflow-x: scroll;
  }

  .lg\:hover\:overflow-y-scroll:hover {
    overflow-y: scroll;
  }

  .lg\:hover\:scrolling-touch:hover {
    -webkit-overflow-scrolling: touch;
  }

  .lg\:hover\:scrolling-auto:hover {
    -webkit-overflow-scrolling: auto;
  }

  .lg\:focus\:overflow-auto:focus {
    overflow: auto;
  }

  .lg\:focus\:overflow-hidden:focus {
    overflow: hidden;
  }

  .lg\:focus\:overflow-visible:focus {
    overflow: visible;
  }

  .lg\:focus\:overflow-scroll:focus {
    overflow: scroll;
  }

  .lg\:focus\:overflow-x-auto:focus {
    overflow-x: auto;
  }

  .lg\:focus\:overflow-y-auto:focus {
    overflow-y: auto;
  }

  .lg\:focus\:overflow-x-hidden:focus {
    overflow-x: hidden;
  }

  .lg\:focus\:overflow-y-hidden:focus {
    overflow-y: hidden;
  }

  .lg\:focus\:overflow-x-visible:focus {
    overflow-x: visible;
  }

  .lg\:focus\:overflow-y-visible:focus {
    overflow-y: visible;
  }

  .lg\:focus\:overflow-x-scroll:focus {
    overflow-x: scroll;
  }

  .lg\:focus\:overflow-y-scroll:focus {
    overflow-y: scroll;
  }

  .lg\:focus\:scrolling-touch:focus {
    -webkit-overflow-scrolling: touch;
  }

  .lg\:focus\:scrolling-auto:focus {
    -webkit-overflow-scrolling: auto;
  }

  .lg\:active\:overflow-auto:active {
    overflow: auto;
  }

  .lg\:active\:overflow-hidden:active {
    overflow: hidden;
  }

  .lg\:active\:overflow-visible:active {
    overflow: visible;
  }

  .lg\:active\:overflow-scroll:active {
    overflow: scroll;
  }

  .lg\:active\:overflow-x-auto:active {
    overflow-x: auto;
  }

  .lg\:active\:overflow-y-auto:active {
    overflow-y: auto;
  }

  .lg\:active\:overflow-x-hidden:active {
    overflow-x: hidden;
  }

  .lg\:active\:overflow-y-hidden:active {
    overflow-y: hidden;
  }

  .lg\:active\:overflow-x-visible:active {
    overflow-x: visible;
  }

  .lg\:active\:overflow-y-visible:active {
    overflow-y: visible;
  }

  .lg\:active\:overflow-x-scroll:active {
    overflow-x: scroll;
  }

  .lg\:active\:overflow-y-scroll:active {
    overflow-y: scroll;
  }

  .lg\:active\:scrolling-touch:active {
    -webkit-overflow-scrolling: touch;
  }

  .lg\:active\:scrolling-auto:active {
    -webkit-overflow-scrolling: auto;
  }

  .lg\:visited\:overflow-auto:visited {
    overflow: auto;
  }

  .lg\:visited\:overflow-hidden:visited {
    overflow: hidden;
  }

  .lg\:visited\:overflow-visible:visited {
    overflow: visible;
  }

  .lg\:visited\:overflow-scroll:visited {
    overflow: scroll;
  }

  .lg\:visited\:overflow-x-auto:visited {
    overflow-x: auto;
  }

  .lg\:visited\:overflow-y-auto:visited {
    overflow-y: auto;
  }

  .lg\:visited\:overflow-x-hidden:visited {
    overflow-x: hidden;
  }

  .lg\:visited\:overflow-y-hidden:visited {
    overflow-y: hidden;
  }

  .lg\:visited\:overflow-x-visible:visited {
    overflow-x: visible;
  }

  .lg\:visited\:overflow-y-visible:visited {
    overflow-y: visible;
  }

  .lg\:visited\:overflow-x-scroll:visited {
    overflow-x: scroll;
  }

  .lg\:visited\:overflow-y-scroll:visited {
    overflow-y: scroll;
  }

  .lg\:visited\:scrolling-touch:visited {
    -webkit-overflow-scrolling: touch;
  }

  .lg\:visited\:scrolling-auto:visited {
    -webkit-overflow-scrolling: auto;
  }

  .lg\:disabled\:overflow-auto:disabled {
    overflow: auto;
  }

  .lg\:disabled\:overflow-hidden:disabled {
    overflow: hidden;
  }

  .lg\:disabled\:overflow-visible:disabled {
    overflow: visible;
  }

  .lg\:disabled\:overflow-scroll:disabled {
    overflow: scroll;
  }

  .lg\:disabled\:overflow-x-auto:disabled {
    overflow-x: auto;
  }

  .lg\:disabled\:overflow-y-auto:disabled {
    overflow-y: auto;
  }

  .lg\:disabled\:overflow-x-hidden:disabled {
    overflow-x: hidden;
  }

  .lg\:disabled\:overflow-y-hidden:disabled {
    overflow-y: hidden;
  }

  .lg\:disabled\:overflow-x-visible:disabled {
    overflow-x: visible;
  }

  .lg\:disabled\:overflow-y-visible:disabled {
    overflow-y: visible;
  }

  .lg\:disabled\:overflow-x-scroll:disabled {
    overflow-x: scroll;
  }

  .lg\:disabled\:overflow-y-scroll:disabled {
    overflow-y: scroll;
  }

  .lg\:disabled\:scrolling-touch:disabled {
    -webkit-overflow-scrolling: touch;
  }

  .lg\:disabled\:scrolling-auto:disabled {
    -webkit-overflow-scrolling: auto;
  }

  .lg\:p-0 {
    padding: 0;
  }

  .lg\:p-1 {
    padding: 0.25rem;
  }

  .lg\:p-2 {
    padding: 0.5rem;
  }

  .lg\:p-3 {
    padding: 0.75rem;
  }

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:p-5 {
    padding: 1.25rem;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:p-12 {
    padding: 3rem;
  }

  .lg\:p-16 {
    padding: 4rem;
  }

  .lg\:p-20 {
    padding: 5rem;
  }

  .lg\:p-24 {
    padding: 6rem;
  }

  .lg\:p-32 {
    padding: 8rem;
  }

  .lg\:p-40 {
    padding: 10rem;
  }

  .lg\:p-48 {
    padding: 12rem;
  }

  .lg\:p-56 {
    padding: 14rem;
  }

  .lg\:p-64 {
    padding: 16rem;
  }

  .lg\:p-px {
    padding: 1px;
  }

  .lg\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .lg\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .lg\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:pt-0 {
    padding-top: 0;
  }

  .lg\:pr-0 {
    padding-right: 0;
  }

  .lg\:pb-0 {
    padding-bottom: 0;
  }

  .lg\:pl-0 {
    padding-left: 0;
  }

  .lg\:pt-1 {
    padding-top: 0.25rem;
  }

  .lg\:pr-1 {
    padding-right: 0.25rem;
  }

  .lg\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .lg\:pl-1 {
    padding-left: 0.25rem;
  }

  .lg\:pt-2 {
    padding-top: 0.5rem;
  }

  .lg\:pr-2 {
    padding-right: 0.5rem;
  }

  .lg\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .lg\:pl-2 {
    padding-left: 0.5rem;
  }

  .lg\:pt-3 {
    padding-top: 0.75rem;
  }

  .lg\:pr-3 {
    padding-right: 0.75rem;
  }

  .lg\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .lg\:pl-3 {
    padding-left: 0.75rem;
  }

  .lg\:pt-4 {
    padding-top: 1rem;
  }

  .lg\:pr-4 {
    padding-right: 1rem;
  }

  .lg\:pb-4 {
    padding-bottom: 1rem;
  }

  .lg\:pl-4 {
    padding-left: 1rem;
  }

  .lg\:pt-5 {
    padding-top: 1.25rem;
  }

  .lg\:pr-5 {
    padding-right: 1.25rem;
  }

  .lg\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .lg\:pl-5 {
    padding-left: 1.25rem;
  }

  .lg\:pt-6 {
    padding-top: 1.5rem;
  }

  .lg\:pr-6 {
    padding-right: 1.5rem;
  }

  .lg\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .lg\:pl-6 {
    padding-left: 1.5rem;
  }

  .lg\:pt-8 {
    padding-top: 2rem;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

  .lg\:pb-8 {
    padding-bottom: 2rem;
  }

  .lg\:pl-8 {
    padding-left: 2rem;
  }

  .lg\:pt-10 {
    padding-top: 2.5rem;
  }

  .lg\:pr-10 {
    padding-right: 2.5rem;
  }

  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .lg\:pl-10 {
    padding-left: 2.5rem;
  }

  .lg\:pt-12 {
    padding-top: 3rem;
  }

  .lg\:pr-12 {
    padding-right: 3rem;
  }

  .lg\:pb-12 {
    padding-bottom: 3rem;
  }

  .lg\:pl-12 {
    padding-left: 3rem;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

  .lg\:pr-16 {
    padding-right: 4rem;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem;
  }

  .lg\:pl-16 {
    padding-left: 4rem;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:pr-20 {
    padding-right: 5rem;
  }

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

  .lg\:pl-20 {
    padding-left: 5rem;
  }

  .lg\:pt-24 {
    padding-top: 6rem;
  }

  .lg\:pr-24 {
    padding-right: 6rem;
  }

  .lg\:pb-24 {
    padding-bottom: 6rem;
  }

  .lg\:pl-24 {
    padding-left: 6rem;
  }

  .lg\:pt-32 {
    padding-top: 8rem;
  }

  .lg\:pr-32 {
    padding-right: 8rem;
  }

  .lg\:pb-32 {
    padding-bottom: 8rem;
  }

  .lg\:pl-32 {
    padding-left: 8rem;
  }

  .lg\:pt-40 {
    padding-top: 10rem;
  }

  .lg\:pr-40 {
    padding-right: 10rem;
  }

  .lg\:pb-40 {
    padding-bottom: 10rem;
  }

  .lg\:pl-40 {
    padding-left: 10rem;
  }

  .lg\:pt-48 {
    padding-top: 12rem;
  }

  .lg\:pr-48 {
    padding-right: 12rem;
  }

  .lg\:pb-48 {
    padding-bottom: 12rem;
  }

  .lg\:pl-48 {
    padding-left: 12rem;
  }

  .lg\:pt-56 {
    padding-top: 14rem;
  }

  .lg\:pr-56 {
    padding-right: 14rem;
  }

  .lg\:pb-56 {
    padding-bottom: 14rem;
  }

  .lg\:pl-56 {
    padding-left: 14rem;
  }

  .lg\:pt-64 {
    padding-top: 16rem;
  }

  .lg\:pr-64 {
    padding-right: 16rem;
  }

  .lg\:pb-64 {
    padding-bottom: 16rem;
  }

  .lg\:pl-64 {
    padding-left: 16rem;
  }

  .lg\:pt-px {
    padding-top: 1px;
  }

  .lg\:pr-px {
    padding-right: 1px;
  }

  .lg\:pb-px {
    padding-bottom: 1px;
  }

  .lg\:pl-px {
    padding-left: 1px;
  }

  .group:hover .lg\:group-hover\:p-0 {
    padding: 0;
  }

  .group:hover .lg\:group-hover\:p-1 {
    padding: 0.25rem;
  }

  .group:hover .lg\:group-hover\:p-2 {
    padding: 0.5rem;
  }

  .group:hover .lg\:group-hover\:p-3 {
    padding: 0.75rem;
  }

  .group:hover .lg\:group-hover\:p-4 {
    padding: 1rem;
  }

  .group:hover .lg\:group-hover\:p-5 {
    padding: 1.25rem;
  }

  .group:hover .lg\:group-hover\:p-6 {
    padding: 1.5rem;
  }

  .group:hover .lg\:group-hover\:p-8 {
    padding: 2rem;
  }

  .group:hover .lg\:group-hover\:p-10 {
    padding: 2.5rem;
  }

  .group:hover .lg\:group-hover\:p-12 {
    padding: 3rem;
  }

  .group:hover .lg\:group-hover\:p-16 {
    padding: 4rem;
  }

  .group:hover .lg\:group-hover\:p-20 {
    padding: 5rem;
  }

  .group:hover .lg\:group-hover\:p-24 {
    padding: 6rem;
  }

  .group:hover .lg\:group-hover\:p-32 {
    padding: 8rem;
  }

  .group:hover .lg\:group-hover\:p-40 {
    padding: 10rem;
  }

  .group:hover .lg\:group-hover\:p-48 {
    padding: 12rem;
  }

  .group:hover .lg\:group-hover\:p-56 {
    padding: 14rem;
  }

  .group:hover .lg\:group-hover\:p-64 {
    padding: 16rem;
  }

  .group:hover .lg\:group-hover\:p-px {
    padding: 1px;
  }

  .group:hover .lg\:group-hover\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .group:hover .lg\:group-hover\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .group:hover .lg\:group-hover\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .group:hover .lg\:group-hover\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .group:hover .lg\:group-hover\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .group:hover .lg\:group-hover\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .group:hover .lg\:group-hover\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .group:hover .lg\:group-hover\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .group:hover .lg\:group-hover\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .group:hover .lg\:group-hover\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .group:hover .lg\:group-hover\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .group:hover .lg\:group-hover\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .group:hover .lg\:group-hover\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .group:hover .lg\:group-hover\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .group:hover .lg\:group-hover\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .group:hover .lg\:group-hover\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .group:hover .lg\:group-hover\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .group:hover .lg\:group-hover\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .group:hover .lg\:group-hover\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .group:hover .lg\:group-hover\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .group:hover .lg\:group-hover\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .group:hover .lg\:group-hover\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .group:hover .lg\:group-hover\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .group:hover .lg\:group-hover\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .group:hover .lg\:group-hover\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .group:hover .lg\:group-hover\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .group:hover .lg\:group-hover\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .group:hover .lg\:group-hover\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .group:hover .lg\:group-hover\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .group:hover .lg\:group-hover\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .group:hover .lg\:group-hover\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .group:hover .lg\:group-hover\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .group:hover .lg\:group-hover\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .group:hover .lg\:group-hover\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .group:hover .lg\:group-hover\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .group:hover .lg\:group-hover\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .group:hover .lg\:group-hover\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .group:hover .lg\:group-hover\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .group:hover .lg\:group-hover\:pt-0 {
    padding-top: 0;
  }

  .group:hover .lg\:group-hover\:pr-0 {
    padding-right: 0;
  }

  .group:hover .lg\:group-hover\:pb-0 {
    padding-bottom: 0;
  }

  .group:hover .lg\:group-hover\:pl-0 {
    padding-left: 0;
  }

  .group:hover .lg\:group-hover\:pt-1 {
    padding-top: 0.25rem;
  }

  .group:hover .lg\:group-hover\:pr-1 {
    padding-right: 0.25rem;
  }

  .group:hover .lg\:group-hover\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .group:hover .lg\:group-hover\:pl-1 {
    padding-left: 0.25rem;
  }

  .group:hover .lg\:group-hover\:pt-2 {
    padding-top: 0.5rem;
  }

  .group:hover .lg\:group-hover\:pr-2 {
    padding-right: 0.5rem;
  }

  .group:hover .lg\:group-hover\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .group:hover .lg\:group-hover\:pl-2 {
    padding-left: 0.5rem;
  }

  .group:hover .lg\:group-hover\:pt-3 {
    padding-top: 0.75rem;
  }

  .group:hover .lg\:group-hover\:pr-3 {
    padding-right: 0.75rem;
  }

  .group:hover .lg\:group-hover\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .group:hover .lg\:group-hover\:pl-3 {
    padding-left: 0.75rem;
  }

  .group:hover .lg\:group-hover\:pt-4 {
    padding-top: 1rem;
  }

  .group:hover .lg\:group-hover\:pr-4 {
    padding-right: 1rem;
  }

  .group:hover .lg\:group-hover\:pb-4 {
    padding-bottom: 1rem;
  }

  .group:hover .lg\:group-hover\:pl-4 {
    padding-left: 1rem;
  }

  .group:hover .lg\:group-hover\:pt-5 {
    padding-top: 1.25rem;
  }

  .group:hover .lg\:group-hover\:pr-5 {
    padding-right: 1.25rem;
  }

  .group:hover .lg\:group-hover\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .group:hover .lg\:group-hover\:pl-5 {
    padding-left: 1.25rem;
  }

  .group:hover .lg\:group-hover\:pt-6 {
    padding-top: 1.5rem;
  }

  .group:hover .lg\:group-hover\:pr-6 {
    padding-right: 1.5rem;
  }

  .group:hover .lg\:group-hover\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .group:hover .lg\:group-hover\:pl-6 {
    padding-left: 1.5rem;
  }

  .group:hover .lg\:group-hover\:pt-8 {
    padding-top: 2rem;
  }

  .group:hover .lg\:group-hover\:pr-8 {
    padding-right: 2rem;
  }

  .group:hover .lg\:group-hover\:pb-8 {
    padding-bottom: 2rem;
  }

  .group:hover .lg\:group-hover\:pl-8 {
    padding-left: 2rem;
  }

  .group:hover .lg\:group-hover\:pt-10 {
    padding-top: 2.5rem;
  }

  .group:hover .lg\:group-hover\:pr-10 {
    padding-right: 2.5rem;
  }

  .group:hover .lg\:group-hover\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .group:hover .lg\:group-hover\:pl-10 {
    padding-left: 2.5rem;
  }

  .group:hover .lg\:group-hover\:pt-12 {
    padding-top: 3rem;
  }

  .group:hover .lg\:group-hover\:pr-12 {
    padding-right: 3rem;
  }

  .group:hover .lg\:group-hover\:pb-12 {
    padding-bottom: 3rem;
  }

  .group:hover .lg\:group-hover\:pl-12 {
    padding-left: 3rem;
  }

  .group:hover .lg\:group-hover\:pt-16 {
    padding-top: 4rem;
  }

  .group:hover .lg\:group-hover\:pr-16 {
    padding-right: 4rem;
  }

  .group:hover .lg\:group-hover\:pb-16 {
    padding-bottom: 4rem;
  }

  .group:hover .lg\:group-hover\:pl-16 {
    padding-left: 4rem;
  }

  .group:hover .lg\:group-hover\:pt-20 {
    padding-top: 5rem;
  }

  .group:hover .lg\:group-hover\:pr-20 {
    padding-right: 5rem;
  }

  .group:hover .lg\:group-hover\:pb-20 {
    padding-bottom: 5rem;
  }

  .group:hover .lg\:group-hover\:pl-20 {
    padding-left: 5rem;
  }

  .group:hover .lg\:group-hover\:pt-24 {
    padding-top: 6rem;
  }

  .group:hover .lg\:group-hover\:pr-24 {
    padding-right: 6rem;
  }

  .group:hover .lg\:group-hover\:pb-24 {
    padding-bottom: 6rem;
  }

  .group:hover .lg\:group-hover\:pl-24 {
    padding-left: 6rem;
  }

  .group:hover .lg\:group-hover\:pt-32 {
    padding-top: 8rem;
  }

  .group:hover .lg\:group-hover\:pr-32 {
    padding-right: 8rem;
  }

  .group:hover .lg\:group-hover\:pb-32 {
    padding-bottom: 8rem;
  }

  .group:hover .lg\:group-hover\:pl-32 {
    padding-left: 8rem;
  }

  .group:hover .lg\:group-hover\:pt-40 {
    padding-top: 10rem;
  }

  .group:hover .lg\:group-hover\:pr-40 {
    padding-right: 10rem;
  }

  .group:hover .lg\:group-hover\:pb-40 {
    padding-bottom: 10rem;
  }

  .group:hover .lg\:group-hover\:pl-40 {
    padding-left: 10rem;
  }

  .group:hover .lg\:group-hover\:pt-48 {
    padding-top: 12rem;
  }

  .group:hover .lg\:group-hover\:pr-48 {
    padding-right: 12rem;
  }

  .group:hover .lg\:group-hover\:pb-48 {
    padding-bottom: 12rem;
  }

  .group:hover .lg\:group-hover\:pl-48 {
    padding-left: 12rem;
  }

  .group:hover .lg\:group-hover\:pt-56 {
    padding-top: 14rem;
  }

  .group:hover .lg\:group-hover\:pr-56 {
    padding-right: 14rem;
  }

  .group:hover .lg\:group-hover\:pb-56 {
    padding-bottom: 14rem;
  }

  .group:hover .lg\:group-hover\:pl-56 {
    padding-left: 14rem;
  }

  .group:hover .lg\:group-hover\:pt-64 {
    padding-top: 16rem;
  }

  .group:hover .lg\:group-hover\:pr-64 {
    padding-right: 16rem;
  }

  .group:hover .lg\:group-hover\:pb-64 {
    padding-bottom: 16rem;
  }

  .group:hover .lg\:group-hover\:pl-64 {
    padding-left: 16rem;
  }

  .group:hover .lg\:group-hover\:pt-px {
    padding-top: 1px;
  }

  .group:hover .lg\:group-hover\:pr-px {
    padding-right: 1px;
  }

  .group:hover .lg\:group-hover\:pb-px {
    padding-bottom: 1px;
  }

  .group:hover .lg\:group-hover\:pl-px {
    padding-left: 1px;
  }

  .lg\:focus-within\:p-0:focus-within {
    padding: 0;
  }

  .lg\:focus-within\:p-1:focus-within {
    padding: 0.25rem;
  }

  .lg\:focus-within\:p-2:focus-within {
    padding: 0.5rem;
  }

  .lg\:focus-within\:p-3:focus-within {
    padding: 0.75rem;
  }

  .lg\:focus-within\:p-4:focus-within {
    padding: 1rem;
  }

  .lg\:focus-within\:p-5:focus-within {
    padding: 1.25rem;
  }

  .lg\:focus-within\:p-6:focus-within {
    padding: 1.5rem;
  }

  .lg\:focus-within\:p-8:focus-within {
    padding: 2rem;
  }

  .lg\:focus-within\:p-10:focus-within {
    padding: 2.5rem;
  }

  .lg\:focus-within\:p-12:focus-within {
    padding: 3rem;
  }

  .lg\:focus-within\:p-16:focus-within {
    padding: 4rem;
  }

  .lg\:focus-within\:p-20:focus-within {
    padding: 5rem;
  }

  .lg\:focus-within\:p-24:focus-within {
    padding: 6rem;
  }

  .lg\:focus-within\:p-32:focus-within {
    padding: 8rem;
  }

  .lg\:focus-within\:p-40:focus-within {
    padding: 10rem;
  }

  .lg\:focus-within\:p-48:focus-within {
    padding: 12rem;
  }

  .lg\:focus-within\:p-56:focus-within {
    padding: 14rem;
  }

  .lg\:focus-within\:p-64:focus-within {
    padding: 16rem;
  }

  .lg\:focus-within\:p-px:focus-within {
    padding: 1px;
  }

  .lg\:focus-within\:py-0:focus-within {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:focus-within\:px-0:focus-within {
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:focus-within\:py-1:focus-within {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:focus-within\:px-1:focus-within {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:focus-within\:py-2:focus-within {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:focus-within\:px-2:focus-within {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:focus-within\:py-3:focus-within {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:focus-within\:px-3:focus-within {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:focus-within\:py-4:focus-within {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:focus-within\:px-4:focus-within {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:focus-within\:py-5:focus-within {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:focus-within\:px-5:focus-within {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:focus-within\:py-6:focus-within {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:focus-within\:px-6:focus-within {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:focus-within\:py-8:focus-within {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:focus-within\:px-8:focus-within {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:focus-within\:py-10:focus-within {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:focus-within\:px-10:focus-within {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:focus-within\:py-12:focus-within {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:focus-within\:px-12:focus-within {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:focus-within\:py-16:focus-within {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:focus-within\:px-16:focus-within {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:focus-within\:py-20:focus-within {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:focus-within\:px-20:focus-within {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:focus-within\:py-24:focus-within {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:focus-within\:px-24:focus-within {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:focus-within\:py-32:focus-within {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:focus-within\:px-32:focus-within {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:focus-within\:py-40:focus-within {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:focus-within\:px-40:focus-within {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:focus-within\:py-48:focus-within {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:focus-within\:px-48:focus-within {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:focus-within\:py-56:focus-within {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .lg\:focus-within\:px-56:focus-within {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .lg\:focus-within\:py-64:focus-within {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg\:focus-within\:px-64:focus-within {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg\:focus-within\:py-px:focus-within {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:focus-within\:px-px:focus-within {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:focus-within\:pt-0:focus-within {
    padding-top: 0;
  }

  .lg\:focus-within\:pr-0:focus-within {
    padding-right: 0;
  }

  .lg\:focus-within\:pb-0:focus-within {
    padding-bottom: 0;
  }

  .lg\:focus-within\:pl-0:focus-within {
    padding-left: 0;
  }

  .lg\:focus-within\:pt-1:focus-within {
    padding-top: 0.25rem;
  }

  .lg\:focus-within\:pr-1:focus-within {
    padding-right: 0.25rem;
  }

  .lg\:focus-within\:pb-1:focus-within {
    padding-bottom: 0.25rem;
  }

  .lg\:focus-within\:pl-1:focus-within {
    padding-left: 0.25rem;
  }

  .lg\:focus-within\:pt-2:focus-within {
    padding-top: 0.5rem;
  }

  .lg\:focus-within\:pr-2:focus-within {
    padding-right: 0.5rem;
  }

  .lg\:focus-within\:pb-2:focus-within {
    padding-bottom: 0.5rem;
  }

  .lg\:focus-within\:pl-2:focus-within {
    padding-left: 0.5rem;
  }

  .lg\:focus-within\:pt-3:focus-within {
    padding-top: 0.75rem;
  }

  .lg\:focus-within\:pr-3:focus-within {
    padding-right: 0.75rem;
  }

  .lg\:focus-within\:pb-3:focus-within {
    padding-bottom: 0.75rem;
  }

  .lg\:focus-within\:pl-3:focus-within {
    padding-left: 0.75rem;
  }

  .lg\:focus-within\:pt-4:focus-within {
    padding-top: 1rem;
  }

  .lg\:focus-within\:pr-4:focus-within {
    padding-right: 1rem;
  }

  .lg\:focus-within\:pb-4:focus-within {
    padding-bottom: 1rem;
  }

  .lg\:focus-within\:pl-4:focus-within {
    padding-left: 1rem;
  }

  .lg\:focus-within\:pt-5:focus-within {
    padding-top: 1.25rem;
  }

  .lg\:focus-within\:pr-5:focus-within {
    padding-right: 1.25rem;
  }

  .lg\:focus-within\:pb-5:focus-within {
    padding-bottom: 1.25rem;
  }

  .lg\:focus-within\:pl-5:focus-within {
    padding-left: 1.25rem;
  }

  .lg\:focus-within\:pt-6:focus-within {
    padding-top: 1.5rem;
  }

  .lg\:focus-within\:pr-6:focus-within {
    padding-right: 1.5rem;
  }

  .lg\:focus-within\:pb-6:focus-within {
    padding-bottom: 1.5rem;
  }

  .lg\:focus-within\:pl-6:focus-within {
    padding-left: 1.5rem;
  }

  .lg\:focus-within\:pt-8:focus-within {
    padding-top: 2rem;
  }

  .lg\:focus-within\:pr-8:focus-within {
    padding-right: 2rem;
  }

  .lg\:focus-within\:pb-8:focus-within {
    padding-bottom: 2rem;
  }

  .lg\:focus-within\:pl-8:focus-within {
    padding-left: 2rem;
  }

  .lg\:focus-within\:pt-10:focus-within {
    padding-top: 2.5rem;
  }

  .lg\:focus-within\:pr-10:focus-within {
    padding-right: 2.5rem;
  }

  .lg\:focus-within\:pb-10:focus-within {
    padding-bottom: 2.5rem;
  }

  .lg\:focus-within\:pl-10:focus-within {
    padding-left: 2.5rem;
  }

  .lg\:focus-within\:pt-12:focus-within {
    padding-top: 3rem;
  }

  .lg\:focus-within\:pr-12:focus-within {
    padding-right: 3rem;
  }

  .lg\:focus-within\:pb-12:focus-within {
    padding-bottom: 3rem;
  }

  .lg\:focus-within\:pl-12:focus-within {
    padding-left: 3rem;
  }

  .lg\:focus-within\:pt-16:focus-within {
    padding-top: 4rem;
  }

  .lg\:focus-within\:pr-16:focus-within {
    padding-right: 4rem;
  }

  .lg\:focus-within\:pb-16:focus-within {
    padding-bottom: 4rem;
  }

  .lg\:focus-within\:pl-16:focus-within {
    padding-left: 4rem;
  }

  .lg\:focus-within\:pt-20:focus-within {
    padding-top: 5rem;
  }

  .lg\:focus-within\:pr-20:focus-within {
    padding-right: 5rem;
  }

  .lg\:focus-within\:pb-20:focus-within {
    padding-bottom: 5rem;
  }

  .lg\:focus-within\:pl-20:focus-within {
    padding-left: 5rem;
  }

  .lg\:focus-within\:pt-24:focus-within {
    padding-top: 6rem;
  }

  .lg\:focus-within\:pr-24:focus-within {
    padding-right: 6rem;
  }

  .lg\:focus-within\:pb-24:focus-within {
    padding-bottom: 6rem;
  }

  .lg\:focus-within\:pl-24:focus-within {
    padding-left: 6rem;
  }

  .lg\:focus-within\:pt-32:focus-within {
    padding-top: 8rem;
  }

  .lg\:focus-within\:pr-32:focus-within {
    padding-right: 8rem;
  }

  .lg\:focus-within\:pb-32:focus-within {
    padding-bottom: 8rem;
  }

  .lg\:focus-within\:pl-32:focus-within {
    padding-left: 8rem;
  }

  .lg\:focus-within\:pt-40:focus-within {
    padding-top: 10rem;
  }

  .lg\:focus-within\:pr-40:focus-within {
    padding-right: 10rem;
  }

  .lg\:focus-within\:pb-40:focus-within {
    padding-bottom: 10rem;
  }

  .lg\:focus-within\:pl-40:focus-within {
    padding-left: 10rem;
  }

  .lg\:focus-within\:pt-48:focus-within {
    padding-top: 12rem;
  }

  .lg\:focus-within\:pr-48:focus-within {
    padding-right: 12rem;
  }

  .lg\:focus-within\:pb-48:focus-within {
    padding-bottom: 12rem;
  }

  .lg\:focus-within\:pl-48:focus-within {
    padding-left: 12rem;
  }

  .lg\:focus-within\:pt-56:focus-within {
    padding-top: 14rem;
  }

  .lg\:focus-within\:pr-56:focus-within {
    padding-right: 14rem;
  }

  .lg\:focus-within\:pb-56:focus-within {
    padding-bottom: 14rem;
  }

  .lg\:focus-within\:pl-56:focus-within {
    padding-left: 14rem;
  }

  .lg\:focus-within\:pt-64:focus-within {
    padding-top: 16rem;
  }

  .lg\:focus-within\:pr-64:focus-within {
    padding-right: 16rem;
  }

  .lg\:focus-within\:pb-64:focus-within {
    padding-bottom: 16rem;
  }

  .lg\:focus-within\:pl-64:focus-within {
    padding-left: 16rem;
  }

  .lg\:focus-within\:pt-px:focus-within {
    padding-top: 1px;
  }

  .lg\:focus-within\:pr-px:focus-within {
    padding-right: 1px;
  }

  .lg\:focus-within\:pb-px:focus-within {
    padding-bottom: 1px;
  }

  .lg\:focus-within\:pl-px:focus-within {
    padding-left: 1px;
  }

  .lg\:first\:p-0:first-child {
    padding: 0;
  }

  .lg\:first\:p-1:first-child {
    padding: 0.25rem;
  }

  .lg\:first\:p-2:first-child {
    padding: 0.5rem;
  }

  .lg\:first\:p-3:first-child {
    padding: 0.75rem;
  }

  .lg\:first\:p-4:first-child {
    padding: 1rem;
  }

  .lg\:first\:p-5:first-child {
    padding: 1.25rem;
  }

  .lg\:first\:p-6:first-child {
    padding: 1.5rem;
  }

  .lg\:first\:p-8:first-child {
    padding: 2rem;
  }

  .lg\:first\:p-10:first-child {
    padding: 2.5rem;
  }

  .lg\:first\:p-12:first-child {
    padding: 3rem;
  }

  .lg\:first\:p-16:first-child {
    padding: 4rem;
  }

  .lg\:first\:p-20:first-child {
    padding: 5rem;
  }

  .lg\:first\:p-24:first-child {
    padding: 6rem;
  }

  .lg\:first\:p-32:first-child {
    padding: 8rem;
  }

  .lg\:first\:p-40:first-child {
    padding: 10rem;
  }

  .lg\:first\:p-48:first-child {
    padding: 12rem;
  }

  .lg\:first\:p-56:first-child {
    padding: 14rem;
  }

  .lg\:first\:p-64:first-child {
    padding: 16rem;
  }

  .lg\:first\:p-px:first-child {
    padding: 1px;
  }

  .lg\:first\:py-0:first-child {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:first\:px-0:first-child {
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:first\:py-1:first-child {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:first\:px-1:first-child {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:first\:py-2:first-child {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:first\:px-2:first-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:first\:py-3:first-child {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:first\:px-3:first-child {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:first\:py-4:first-child {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:first\:px-4:first-child {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:first\:py-5:first-child {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:first\:px-5:first-child {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:first\:py-6:first-child {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:first\:px-6:first-child {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:first\:py-8:first-child {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:first\:px-8:first-child {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:first\:py-10:first-child {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:first\:px-10:first-child {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:first\:py-12:first-child {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:first\:px-12:first-child {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:first\:py-16:first-child {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:first\:px-16:first-child {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:first\:py-20:first-child {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:first\:px-20:first-child {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:first\:py-24:first-child {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:first\:px-24:first-child {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:first\:py-32:first-child {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:first\:px-32:first-child {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:first\:py-40:first-child {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:first\:px-40:first-child {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:first\:py-48:first-child {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:first\:px-48:first-child {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:first\:py-56:first-child {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .lg\:first\:px-56:first-child {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .lg\:first\:py-64:first-child {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg\:first\:px-64:first-child {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg\:first\:py-px:first-child {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:first\:px-px:first-child {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:first\:pt-0:first-child {
    padding-top: 0;
  }

  .lg\:first\:pr-0:first-child {
    padding-right: 0;
  }

  .lg\:first\:pb-0:first-child {
    padding-bottom: 0;
  }

  .lg\:first\:pl-0:first-child {
    padding-left: 0;
  }

  .lg\:first\:pt-1:first-child {
    padding-top: 0.25rem;
  }

  .lg\:first\:pr-1:first-child {
    padding-right: 0.25rem;
  }

  .lg\:first\:pb-1:first-child {
    padding-bottom: 0.25rem;
  }

  .lg\:first\:pl-1:first-child {
    padding-left: 0.25rem;
  }

  .lg\:first\:pt-2:first-child {
    padding-top: 0.5rem;
  }

  .lg\:first\:pr-2:first-child {
    padding-right: 0.5rem;
  }

  .lg\:first\:pb-2:first-child {
    padding-bottom: 0.5rem;
  }

  .lg\:first\:pl-2:first-child {
    padding-left: 0.5rem;
  }

  .lg\:first\:pt-3:first-child {
    padding-top: 0.75rem;
  }

  .lg\:first\:pr-3:first-child {
    padding-right: 0.75rem;
  }

  .lg\:first\:pb-3:first-child {
    padding-bottom: 0.75rem;
  }

  .lg\:first\:pl-3:first-child {
    padding-left: 0.75rem;
  }

  .lg\:first\:pt-4:first-child {
    padding-top: 1rem;
  }

  .lg\:first\:pr-4:first-child {
    padding-right: 1rem;
  }

  .lg\:first\:pb-4:first-child {
    padding-bottom: 1rem;
  }

  .lg\:first\:pl-4:first-child {
    padding-left: 1rem;
  }

  .lg\:first\:pt-5:first-child {
    padding-top: 1.25rem;
  }

  .lg\:first\:pr-5:first-child {
    padding-right: 1.25rem;
  }

  .lg\:first\:pb-5:first-child {
    padding-bottom: 1.25rem;
  }

  .lg\:first\:pl-5:first-child {
    padding-left: 1.25rem;
  }

  .lg\:first\:pt-6:first-child {
    padding-top: 1.5rem;
  }

  .lg\:first\:pr-6:first-child {
    padding-right: 1.5rem;
  }

  .lg\:first\:pb-6:first-child {
    padding-bottom: 1.5rem;
  }

  .lg\:first\:pl-6:first-child {
    padding-left: 1.5rem;
  }

  .lg\:first\:pt-8:first-child {
    padding-top: 2rem;
  }

  .lg\:first\:pr-8:first-child {
    padding-right: 2rem;
  }

  .lg\:first\:pb-8:first-child {
    padding-bottom: 2rem;
  }

  .lg\:first\:pl-8:first-child {
    padding-left: 2rem;
  }

  .lg\:first\:pt-10:first-child {
    padding-top: 2.5rem;
  }

  .lg\:first\:pr-10:first-child {
    padding-right: 2.5rem;
  }

  .lg\:first\:pb-10:first-child {
    padding-bottom: 2.5rem;
  }

  .lg\:first\:pl-10:first-child {
    padding-left: 2.5rem;
  }

  .lg\:first\:pt-12:first-child {
    padding-top: 3rem;
  }

  .lg\:first\:pr-12:first-child {
    padding-right: 3rem;
  }

  .lg\:first\:pb-12:first-child {
    padding-bottom: 3rem;
  }

  .lg\:first\:pl-12:first-child {
    padding-left: 3rem;
  }

  .lg\:first\:pt-16:first-child {
    padding-top: 4rem;
  }

  .lg\:first\:pr-16:first-child {
    padding-right: 4rem;
  }

  .lg\:first\:pb-16:first-child {
    padding-bottom: 4rem;
  }

  .lg\:first\:pl-16:first-child {
    padding-left: 4rem;
  }

  .lg\:first\:pt-20:first-child {
    padding-top: 5rem;
  }

  .lg\:first\:pr-20:first-child {
    padding-right: 5rem;
  }

  .lg\:first\:pb-20:first-child {
    padding-bottom: 5rem;
  }

  .lg\:first\:pl-20:first-child {
    padding-left: 5rem;
  }

  .lg\:first\:pt-24:first-child {
    padding-top: 6rem;
  }

  .lg\:first\:pr-24:first-child {
    padding-right: 6rem;
  }

  .lg\:first\:pb-24:first-child {
    padding-bottom: 6rem;
  }

  .lg\:first\:pl-24:first-child {
    padding-left: 6rem;
  }

  .lg\:first\:pt-32:first-child {
    padding-top: 8rem;
  }

  .lg\:first\:pr-32:first-child {
    padding-right: 8rem;
  }

  .lg\:first\:pb-32:first-child {
    padding-bottom: 8rem;
  }

  .lg\:first\:pl-32:first-child {
    padding-left: 8rem;
  }

  .lg\:first\:pt-40:first-child {
    padding-top: 10rem;
  }

  .lg\:first\:pr-40:first-child {
    padding-right: 10rem;
  }

  .lg\:first\:pb-40:first-child {
    padding-bottom: 10rem;
  }

  .lg\:first\:pl-40:first-child {
    padding-left: 10rem;
  }

  .lg\:first\:pt-48:first-child {
    padding-top: 12rem;
  }

  .lg\:first\:pr-48:first-child {
    padding-right: 12rem;
  }

  .lg\:first\:pb-48:first-child {
    padding-bottom: 12rem;
  }

  .lg\:first\:pl-48:first-child {
    padding-left: 12rem;
  }

  .lg\:first\:pt-56:first-child {
    padding-top: 14rem;
  }

  .lg\:first\:pr-56:first-child {
    padding-right: 14rem;
  }

  .lg\:first\:pb-56:first-child {
    padding-bottom: 14rem;
  }

  .lg\:first\:pl-56:first-child {
    padding-left: 14rem;
  }

  .lg\:first\:pt-64:first-child {
    padding-top: 16rem;
  }

  .lg\:first\:pr-64:first-child {
    padding-right: 16rem;
  }

  .lg\:first\:pb-64:first-child {
    padding-bottom: 16rem;
  }

  .lg\:first\:pl-64:first-child {
    padding-left: 16rem;
  }

  .lg\:first\:pt-px:first-child {
    padding-top: 1px;
  }

  .lg\:first\:pr-px:first-child {
    padding-right: 1px;
  }

  .lg\:first\:pb-px:first-child {
    padding-bottom: 1px;
  }

  .lg\:first\:pl-px:first-child {
    padding-left: 1px;
  }

  .lg\:last\:p-0:last-child {
    padding: 0;
  }

  .lg\:last\:p-1:last-child {
    padding: 0.25rem;
  }

  .lg\:last\:p-2:last-child {
    padding: 0.5rem;
  }

  .lg\:last\:p-3:last-child {
    padding: 0.75rem;
  }

  .lg\:last\:p-4:last-child {
    padding: 1rem;
  }

  .lg\:last\:p-5:last-child {
    padding: 1.25rem;
  }

  .lg\:last\:p-6:last-child {
    padding: 1.5rem;
  }

  .lg\:last\:p-8:last-child {
    padding: 2rem;
  }

  .lg\:last\:p-10:last-child {
    padding: 2.5rem;
  }

  .lg\:last\:p-12:last-child {
    padding: 3rem;
  }

  .lg\:last\:p-16:last-child {
    padding: 4rem;
  }

  .lg\:last\:p-20:last-child {
    padding: 5rem;
  }

  .lg\:last\:p-24:last-child {
    padding: 6rem;
  }

  .lg\:last\:p-32:last-child {
    padding: 8rem;
  }

  .lg\:last\:p-40:last-child {
    padding: 10rem;
  }

  .lg\:last\:p-48:last-child {
    padding: 12rem;
  }

  .lg\:last\:p-56:last-child {
    padding: 14rem;
  }

  .lg\:last\:p-64:last-child {
    padding: 16rem;
  }

  .lg\:last\:p-px:last-child {
    padding: 1px;
  }

  .lg\:last\:py-0:last-child {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:last\:px-0:last-child {
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:last\:py-1:last-child {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:last\:px-1:last-child {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:last\:py-2:last-child {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:last\:px-2:last-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:last\:py-3:last-child {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:last\:px-3:last-child {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:last\:py-4:last-child {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:last\:px-4:last-child {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:last\:py-5:last-child {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:last\:px-5:last-child {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:last\:py-6:last-child {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:last\:px-6:last-child {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:last\:py-8:last-child {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:last\:px-8:last-child {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:last\:py-10:last-child {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:last\:px-10:last-child {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:last\:py-12:last-child {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:last\:px-12:last-child {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:last\:py-16:last-child {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:last\:px-16:last-child {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:last\:py-20:last-child {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:last\:px-20:last-child {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:last\:py-24:last-child {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:last\:px-24:last-child {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:last\:py-32:last-child {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:last\:px-32:last-child {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:last\:py-40:last-child {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:last\:px-40:last-child {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:last\:py-48:last-child {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:last\:px-48:last-child {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:last\:py-56:last-child {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .lg\:last\:px-56:last-child {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .lg\:last\:py-64:last-child {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg\:last\:px-64:last-child {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg\:last\:py-px:last-child {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:last\:px-px:last-child {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:last\:pt-0:last-child {
    padding-top: 0;
  }

  .lg\:last\:pr-0:last-child {
    padding-right: 0;
  }

  .lg\:last\:pb-0:last-child {
    padding-bottom: 0;
  }

  .lg\:last\:pl-0:last-child {
    padding-left: 0;
  }

  .lg\:last\:pt-1:last-child {
    padding-top: 0.25rem;
  }

  .lg\:last\:pr-1:last-child {
    padding-right: 0.25rem;
  }

  .lg\:last\:pb-1:last-child {
    padding-bottom: 0.25rem;
  }

  .lg\:last\:pl-1:last-child {
    padding-left: 0.25rem;
  }

  .lg\:last\:pt-2:last-child {
    padding-top: 0.5rem;
  }

  .lg\:last\:pr-2:last-child {
    padding-right: 0.5rem;
  }

  .lg\:last\:pb-2:last-child {
    padding-bottom: 0.5rem;
  }

  .lg\:last\:pl-2:last-child {
    padding-left: 0.5rem;
  }

  .lg\:last\:pt-3:last-child {
    padding-top: 0.75rem;
  }

  .lg\:last\:pr-3:last-child {
    padding-right: 0.75rem;
  }

  .lg\:last\:pb-3:last-child {
    padding-bottom: 0.75rem;
  }

  .lg\:last\:pl-3:last-child {
    padding-left: 0.75rem;
  }

  .lg\:last\:pt-4:last-child {
    padding-top: 1rem;
  }

  .lg\:last\:pr-4:last-child {
    padding-right: 1rem;
  }

  .lg\:last\:pb-4:last-child {
    padding-bottom: 1rem;
  }

  .lg\:last\:pl-4:last-child {
    padding-left: 1rem;
  }

  .lg\:last\:pt-5:last-child {
    padding-top: 1.25rem;
  }

  .lg\:last\:pr-5:last-child {
    padding-right: 1.25rem;
  }

  .lg\:last\:pb-5:last-child {
    padding-bottom: 1.25rem;
  }

  .lg\:last\:pl-5:last-child {
    padding-left: 1.25rem;
  }

  .lg\:last\:pt-6:last-child {
    padding-top: 1.5rem;
  }

  .lg\:last\:pr-6:last-child {
    padding-right: 1.5rem;
  }

  .lg\:last\:pb-6:last-child {
    padding-bottom: 1.5rem;
  }

  .lg\:last\:pl-6:last-child {
    padding-left: 1.5rem;
  }

  .lg\:last\:pt-8:last-child {
    padding-top: 2rem;
  }

  .lg\:last\:pr-8:last-child {
    padding-right: 2rem;
  }

  .lg\:last\:pb-8:last-child {
    padding-bottom: 2rem;
  }

  .lg\:last\:pl-8:last-child {
    padding-left: 2rem;
  }

  .lg\:last\:pt-10:last-child {
    padding-top: 2.5rem;
  }

  .lg\:last\:pr-10:last-child {
    padding-right: 2.5rem;
  }

  .lg\:last\:pb-10:last-child {
    padding-bottom: 2.5rem;
  }

  .lg\:last\:pl-10:last-child {
    padding-left: 2.5rem;
  }

  .lg\:last\:pt-12:last-child {
    padding-top: 3rem;
  }

  .lg\:last\:pr-12:last-child {
    padding-right: 3rem;
  }

  .lg\:last\:pb-12:last-child {
    padding-bottom: 3rem;
  }

  .lg\:last\:pl-12:last-child {
    padding-left: 3rem;
  }

  .lg\:last\:pt-16:last-child {
    padding-top: 4rem;
  }

  .lg\:last\:pr-16:last-child {
    padding-right: 4rem;
  }

  .lg\:last\:pb-16:last-child {
    padding-bottom: 4rem;
  }

  .lg\:last\:pl-16:last-child {
    padding-left: 4rem;
  }

  .lg\:last\:pt-20:last-child {
    padding-top: 5rem;
  }

  .lg\:last\:pr-20:last-child {
    padding-right: 5rem;
  }

  .lg\:last\:pb-20:last-child {
    padding-bottom: 5rem;
  }

  .lg\:last\:pl-20:last-child {
    padding-left: 5rem;
  }

  .lg\:last\:pt-24:last-child {
    padding-top: 6rem;
  }

  .lg\:last\:pr-24:last-child {
    padding-right: 6rem;
  }

  .lg\:last\:pb-24:last-child {
    padding-bottom: 6rem;
  }

  .lg\:last\:pl-24:last-child {
    padding-left: 6rem;
  }

  .lg\:last\:pt-32:last-child {
    padding-top: 8rem;
  }

  .lg\:last\:pr-32:last-child {
    padding-right: 8rem;
  }

  .lg\:last\:pb-32:last-child {
    padding-bottom: 8rem;
  }

  .lg\:last\:pl-32:last-child {
    padding-left: 8rem;
  }

  .lg\:last\:pt-40:last-child {
    padding-top: 10rem;
  }

  .lg\:last\:pr-40:last-child {
    padding-right: 10rem;
  }

  .lg\:last\:pb-40:last-child {
    padding-bottom: 10rem;
  }

  .lg\:last\:pl-40:last-child {
    padding-left: 10rem;
  }

  .lg\:last\:pt-48:last-child {
    padding-top: 12rem;
  }

  .lg\:last\:pr-48:last-child {
    padding-right: 12rem;
  }

  .lg\:last\:pb-48:last-child {
    padding-bottom: 12rem;
  }

  .lg\:last\:pl-48:last-child {
    padding-left: 12rem;
  }

  .lg\:last\:pt-56:last-child {
    padding-top: 14rem;
  }

  .lg\:last\:pr-56:last-child {
    padding-right: 14rem;
  }

  .lg\:last\:pb-56:last-child {
    padding-bottom: 14rem;
  }

  .lg\:last\:pl-56:last-child {
    padding-left: 14rem;
  }

  .lg\:last\:pt-64:last-child {
    padding-top: 16rem;
  }

  .lg\:last\:pr-64:last-child {
    padding-right: 16rem;
  }

  .lg\:last\:pb-64:last-child {
    padding-bottom: 16rem;
  }

  .lg\:last\:pl-64:last-child {
    padding-left: 16rem;
  }

  .lg\:last\:pt-px:last-child {
    padding-top: 1px;
  }

  .lg\:last\:pr-px:last-child {
    padding-right: 1px;
  }

  .lg\:last\:pb-px:last-child {
    padding-bottom: 1px;
  }

  .lg\:last\:pl-px:last-child {
    padding-left: 1px;
  }

  .lg\:odd\:p-0:nth-child(odd) {
    padding: 0;
  }

  .lg\:odd\:p-1:nth-child(odd) {
    padding: 0.25rem;
  }

  .lg\:odd\:p-2:nth-child(odd) {
    padding: 0.5rem;
  }

  .lg\:odd\:p-3:nth-child(odd) {
    padding: 0.75rem;
  }

  .lg\:odd\:p-4:nth-child(odd) {
    padding: 1rem;
  }

  .lg\:odd\:p-5:nth-child(odd) {
    padding: 1.25rem;
  }

  .lg\:odd\:p-6:nth-child(odd) {
    padding: 1.5rem;
  }

  .lg\:odd\:p-8:nth-child(odd) {
    padding: 2rem;
  }

  .lg\:odd\:p-10:nth-child(odd) {
    padding: 2.5rem;
  }

  .lg\:odd\:p-12:nth-child(odd) {
    padding: 3rem;
  }

  .lg\:odd\:p-16:nth-child(odd) {
    padding: 4rem;
  }

  .lg\:odd\:p-20:nth-child(odd) {
    padding: 5rem;
  }

  .lg\:odd\:p-24:nth-child(odd) {
    padding: 6rem;
  }

  .lg\:odd\:p-32:nth-child(odd) {
    padding: 8rem;
  }

  .lg\:odd\:p-40:nth-child(odd) {
    padding: 10rem;
  }

  .lg\:odd\:p-48:nth-child(odd) {
    padding: 12rem;
  }

  .lg\:odd\:p-56:nth-child(odd) {
    padding: 14rem;
  }

  .lg\:odd\:p-64:nth-child(odd) {
    padding: 16rem;
  }

  .lg\:odd\:p-px:nth-child(odd) {
    padding: 1px;
  }

  .lg\:odd\:py-0:nth-child(odd) {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:odd\:px-0:nth-child(odd) {
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:odd\:py-1:nth-child(odd) {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:odd\:px-1:nth-child(odd) {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:odd\:py-2:nth-child(odd) {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:odd\:px-2:nth-child(odd) {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:odd\:py-3:nth-child(odd) {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:odd\:px-3:nth-child(odd) {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:odd\:py-4:nth-child(odd) {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:odd\:px-4:nth-child(odd) {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:odd\:py-5:nth-child(odd) {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:odd\:px-5:nth-child(odd) {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:odd\:py-6:nth-child(odd) {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:odd\:px-6:nth-child(odd) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:odd\:py-8:nth-child(odd) {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:odd\:px-8:nth-child(odd) {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:odd\:py-10:nth-child(odd) {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:odd\:px-10:nth-child(odd) {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:odd\:py-12:nth-child(odd) {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:odd\:px-12:nth-child(odd) {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:odd\:py-16:nth-child(odd) {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:odd\:px-16:nth-child(odd) {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:odd\:py-20:nth-child(odd) {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:odd\:px-20:nth-child(odd) {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:odd\:py-24:nth-child(odd) {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:odd\:px-24:nth-child(odd) {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:odd\:py-32:nth-child(odd) {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:odd\:px-32:nth-child(odd) {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:odd\:py-40:nth-child(odd) {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:odd\:px-40:nth-child(odd) {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:odd\:py-48:nth-child(odd) {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:odd\:px-48:nth-child(odd) {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:odd\:py-56:nth-child(odd) {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .lg\:odd\:px-56:nth-child(odd) {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .lg\:odd\:py-64:nth-child(odd) {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg\:odd\:px-64:nth-child(odd) {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg\:odd\:py-px:nth-child(odd) {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:odd\:px-px:nth-child(odd) {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:odd\:pt-0:nth-child(odd) {
    padding-top: 0;
  }

  .lg\:odd\:pr-0:nth-child(odd) {
    padding-right: 0;
  }

  .lg\:odd\:pb-0:nth-child(odd) {
    padding-bottom: 0;
  }

  .lg\:odd\:pl-0:nth-child(odd) {
    padding-left: 0;
  }

  .lg\:odd\:pt-1:nth-child(odd) {
    padding-top: 0.25rem;
  }

  .lg\:odd\:pr-1:nth-child(odd) {
    padding-right: 0.25rem;
  }

  .lg\:odd\:pb-1:nth-child(odd) {
    padding-bottom: 0.25rem;
  }

  .lg\:odd\:pl-1:nth-child(odd) {
    padding-left: 0.25rem;
  }

  .lg\:odd\:pt-2:nth-child(odd) {
    padding-top: 0.5rem;
  }

  .lg\:odd\:pr-2:nth-child(odd) {
    padding-right: 0.5rem;
  }

  .lg\:odd\:pb-2:nth-child(odd) {
    padding-bottom: 0.5rem;
  }

  .lg\:odd\:pl-2:nth-child(odd) {
    padding-left: 0.5rem;
  }

  .lg\:odd\:pt-3:nth-child(odd) {
    padding-top: 0.75rem;
  }

  .lg\:odd\:pr-3:nth-child(odd) {
    padding-right: 0.75rem;
  }

  .lg\:odd\:pb-3:nth-child(odd) {
    padding-bottom: 0.75rem;
  }

  .lg\:odd\:pl-3:nth-child(odd) {
    padding-left: 0.75rem;
  }

  .lg\:odd\:pt-4:nth-child(odd) {
    padding-top: 1rem;
  }

  .lg\:odd\:pr-4:nth-child(odd) {
    padding-right: 1rem;
  }

  .lg\:odd\:pb-4:nth-child(odd) {
    padding-bottom: 1rem;
  }

  .lg\:odd\:pl-4:nth-child(odd) {
    padding-left: 1rem;
  }

  .lg\:odd\:pt-5:nth-child(odd) {
    padding-top: 1.25rem;
  }

  .lg\:odd\:pr-5:nth-child(odd) {
    padding-right: 1.25rem;
  }

  .lg\:odd\:pb-5:nth-child(odd) {
    padding-bottom: 1.25rem;
  }

  .lg\:odd\:pl-5:nth-child(odd) {
    padding-left: 1.25rem;
  }

  .lg\:odd\:pt-6:nth-child(odd) {
    padding-top: 1.5rem;
  }

  .lg\:odd\:pr-6:nth-child(odd) {
    padding-right: 1.5rem;
  }

  .lg\:odd\:pb-6:nth-child(odd) {
    padding-bottom: 1.5rem;
  }

  .lg\:odd\:pl-6:nth-child(odd) {
    padding-left: 1.5rem;
  }

  .lg\:odd\:pt-8:nth-child(odd) {
    padding-top: 2rem;
  }

  .lg\:odd\:pr-8:nth-child(odd) {
    padding-right: 2rem;
  }

  .lg\:odd\:pb-8:nth-child(odd) {
    padding-bottom: 2rem;
  }

  .lg\:odd\:pl-8:nth-child(odd) {
    padding-left: 2rem;
  }

  .lg\:odd\:pt-10:nth-child(odd) {
    padding-top: 2.5rem;
  }

  .lg\:odd\:pr-10:nth-child(odd) {
    padding-right: 2.5rem;
  }

  .lg\:odd\:pb-10:nth-child(odd) {
    padding-bottom: 2.5rem;
  }

  .lg\:odd\:pl-10:nth-child(odd) {
    padding-left: 2.5rem;
  }

  .lg\:odd\:pt-12:nth-child(odd) {
    padding-top: 3rem;
  }

  .lg\:odd\:pr-12:nth-child(odd) {
    padding-right: 3rem;
  }

  .lg\:odd\:pb-12:nth-child(odd) {
    padding-bottom: 3rem;
  }

  .lg\:odd\:pl-12:nth-child(odd) {
    padding-left: 3rem;
  }

  .lg\:odd\:pt-16:nth-child(odd) {
    padding-top: 4rem;
  }

  .lg\:odd\:pr-16:nth-child(odd) {
    padding-right: 4rem;
  }

  .lg\:odd\:pb-16:nth-child(odd) {
    padding-bottom: 4rem;
  }

  .lg\:odd\:pl-16:nth-child(odd) {
    padding-left: 4rem;
  }

  .lg\:odd\:pt-20:nth-child(odd) {
    padding-top: 5rem;
  }

  .lg\:odd\:pr-20:nth-child(odd) {
    padding-right: 5rem;
  }

  .lg\:odd\:pb-20:nth-child(odd) {
    padding-bottom: 5rem;
  }

  .lg\:odd\:pl-20:nth-child(odd) {
    padding-left: 5rem;
  }

  .lg\:odd\:pt-24:nth-child(odd) {
    padding-top: 6rem;
  }

  .lg\:odd\:pr-24:nth-child(odd) {
    padding-right: 6rem;
  }

  .lg\:odd\:pb-24:nth-child(odd) {
    padding-bottom: 6rem;
  }

  .lg\:odd\:pl-24:nth-child(odd) {
    padding-left: 6rem;
  }

  .lg\:odd\:pt-32:nth-child(odd) {
    padding-top: 8rem;
  }

  .lg\:odd\:pr-32:nth-child(odd) {
    padding-right: 8rem;
  }

  .lg\:odd\:pb-32:nth-child(odd) {
    padding-bottom: 8rem;
  }

  .lg\:odd\:pl-32:nth-child(odd) {
    padding-left: 8rem;
  }

  .lg\:odd\:pt-40:nth-child(odd) {
    padding-top: 10rem;
  }

  .lg\:odd\:pr-40:nth-child(odd) {
    padding-right: 10rem;
  }

  .lg\:odd\:pb-40:nth-child(odd) {
    padding-bottom: 10rem;
  }

  .lg\:odd\:pl-40:nth-child(odd) {
    padding-left: 10rem;
  }

  .lg\:odd\:pt-48:nth-child(odd) {
    padding-top: 12rem;
  }

  .lg\:odd\:pr-48:nth-child(odd) {
    padding-right: 12rem;
  }

  .lg\:odd\:pb-48:nth-child(odd) {
    padding-bottom: 12rem;
  }

  .lg\:odd\:pl-48:nth-child(odd) {
    padding-left: 12rem;
  }

  .lg\:odd\:pt-56:nth-child(odd) {
    padding-top: 14rem;
  }

  .lg\:odd\:pr-56:nth-child(odd) {
    padding-right: 14rem;
  }

  .lg\:odd\:pb-56:nth-child(odd) {
    padding-bottom: 14rem;
  }

  .lg\:odd\:pl-56:nth-child(odd) {
    padding-left: 14rem;
  }

  .lg\:odd\:pt-64:nth-child(odd) {
    padding-top: 16rem;
  }

  .lg\:odd\:pr-64:nth-child(odd) {
    padding-right: 16rem;
  }

  .lg\:odd\:pb-64:nth-child(odd) {
    padding-bottom: 16rem;
  }

  .lg\:odd\:pl-64:nth-child(odd) {
    padding-left: 16rem;
  }

  .lg\:odd\:pt-px:nth-child(odd) {
    padding-top: 1px;
  }

  .lg\:odd\:pr-px:nth-child(odd) {
    padding-right: 1px;
  }

  .lg\:odd\:pb-px:nth-child(odd) {
    padding-bottom: 1px;
  }

  .lg\:odd\:pl-px:nth-child(odd) {
    padding-left: 1px;
  }

  .lg\:even\:p-0:nth-child(even) {
    padding: 0;
  }

  .lg\:even\:p-1:nth-child(even) {
    padding: 0.25rem;
  }

  .lg\:even\:p-2:nth-child(even) {
    padding: 0.5rem;
  }

  .lg\:even\:p-3:nth-child(even) {
    padding: 0.75rem;
  }

  .lg\:even\:p-4:nth-child(even) {
    padding: 1rem;
  }

  .lg\:even\:p-5:nth-child(even) {
    padding: 1.25rem;
  }

  .lg\:even\:p-6:nth-child(even) {
    padding: 1.5rem;
  }

  .lg\:even\:p-8:nth-child(even) {
    padding: 2rem;
  }

  .lg\:even\:p-10:nth-child(even) {
    padding: 2.5rem;
  }

  .lg\:even\:p-12:nth-child(even) {
    padding: 3rem;
  }

  .lg\:even\:p-16:nth-child(even) {
    padding: 4rem;
  }

  .lg\:even\:p-20:nth-child(even) {
    padding: 5rem;
  }

  .lg\:even\:p-24:nth-child(even) {
    padding: 6rem;
  }

  .lg\:even\:p-32:nth-child(even) {
    padding: 8rem;
  }

  .lg\:even\:p-40:nth-child(even) {
    padding: 10rem;
  }

  .lg\:even\:p-48:nth-child(even) {
    padding: 12rem;
  }

  .lg\:even\:p-56:nth-child(even) {
    padding: 14rem;
  }

  .lg\:even\:p-64:nth-child(even) {
    padding: 16rem;
  }

  .lg\:even\:p-px:nth-child(even) {
    padding: 1px;
  }

  .lg\:even\:py-0:nth-child(even) {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:even\:px-0:nth-child(even) {
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:even\:py-1:nth-child(even) {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:even\:px-1:nth-child(even) {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:even\:py-2:nth-child(even) {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:even\:px-2:nth-child(even) {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:even\:py-3:nth-child(even) {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:even\:px-3:nth-child(even) {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:even\:py-4:nth-child(even) {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:even\:px-4:nth-child(even) {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:even\:py-5:nth-child(even) {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:even\:px-5:nth-child(even) {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:even\:py-6:nth-child(even) {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:even\:px-6:nth-child(even) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:even\:py-8:nth-child(even) {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:even\:px-8:nth-child(even) {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:even\:py-10:nth-child(even) {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:even\:px-10:nth-child(even) {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:even\:py-12:nth-child(even) {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:even\:px-12:nth-child(even) {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:even\:py-16:nth-child(even) {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:even\:px-16:nth-child(even) {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:even\:py-20:nth-child(even) {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:even\:px-20:nth-child(even) {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:even\:py-24:nth-child(even) {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:even\:px-24:nth-child(even) {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:even\:py-32:nth-child(even) {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:even\:px-32:nth-child(even) {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:even\:py-40:nth-child(even) {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:even\:px-40:nth-child(even) {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:even\:py-48:nth-child(even) {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:even\:px-48:nth-child(even) {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:even\:py-56:nth-child(even) {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .lg\:even\:px-56:nth-child(even) {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .lg\:even\:py-64:nth-child(even) {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg\:even\:px-64:nth-child(even) {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg\:even\:py-px:nth-child(even) {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:even\:px-px:nth-child(even) {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:even\:pt-0:nth-child(even) {
    padding-top: 0;
  }

  .lg\:even\:pr-0:nth-child(even) {
    padding-right: 0;
  }

  .lg\:even\:pb-0:nth-child(even) {
    padding-bottom: 0;
  }

  .lg\:even\:pl-0:nth-child(even) {
    padding-left: 0;
  }

  .lg\:even\:pt-1:nth-child(even) {
    padding-top: 0.25rem;
  }

  .lg\:even\:pr-1:nth-child(even) {
    padding-right: 0.25rem;
  }

  .lg\:even\:pb-1:nth-child(even) {
    padding-bottom: 0.25rem;
  }

  .lg\:even\:pl-1:nth-child(even) {
    padding-left: 0.25rem;
  }

  .lg\:even\:pt-2:nth-child(even) {
    padding-top: 0.5rem;
  }

  .lg\:even\:pr-2:nth-child(even) {
    padding-right: 0.5rem;
  }

  .lg\:even\:pb-2:nth-child(even) {
    padding-bottom: 0.5rem;
  }

  .lg\:even\:pl-2:nth-child(even) {
    padding-left: 0.5rem;
  }

  .lg\:even\:pt-3:nth-child(even) {
    padding-top: 0.75rem;
  }

  .lg\:even\:pr-3:nth-child(even) {
    padding-right: 0.75rem;
  }

  .lg\:even\:pb-3:nth-child(even) {
    padding-bottom: 0.75rem;
  }

  .lg\:even\:pl-3:nth-child(even) {
    padding-left: 0.75rem;
  }

  .lg\:even\:pt-4:nth-child(even) {
    padding-top: 1rem;
  }

  .lg\:even\:pr-4:nth-child(even) {
    padding-right: 1rem;
  }

  .lg\:even\:pb-4:nth-child(even) {
    padding-bottom: 1rem;
  }

  .lg\:even\:pl-4:nth-child(even) {
    padding-left: 1rem;
  }

  .lg\:even\:pt-5:nth-child(even) {
    padding-top: 1.25rem;
  }

  .lg\:even\:pr-5:nth-child(even) {
    padding-right: 1.25rem;
  }

  .lg\:even\:pb-5:nth-child(even) {
    padding-bottom: 1.25rem;
  }

  .lg\:even\:pl-5:nth-child(even) {
    padding-left: 1.25rem;
  }

  .lg\:even\:pt-6:nth-child(even) {
    padding-top: 1.5rem;
  }

  .lg\:even\:pr-6:nth-child(even) {
    padding-right: 1.5rem;
  }

  .lg\:even\:pb-6:nth-child(even) {
    padding-bottom: 1.5rem;
  }

  .lg\:even\:pl-6:nth-child(even) {
    padding-left: 1.5rem;
  }

  .lg\:even\:pt-8:nth-child(even) {
    padding-top: 2rem;
  }

  .lg\:even\:pr-8:nth-child(even) {
    padding-right: 2rem;
  }

  .lg\:even\:pb-8:nth-child(even) {
    padding-bottom: 2rem;
  }

  .lg\:even\:pl-8:nth-child(even) {
    padding-left: 2rem;
  }

  .lg\:even\:pt-10:nth-child(even) {
    padding-top: 2.5rem;
  }

  .lg\:even\:pr-10:nth-child(even) {
    padding-right: 2.5rem;
  }

  .lg\:even\:pb-10:nth-child(even) {
    padding-bottom: 2.5rem;
  }

  .lg\:even\:pl-10:nth-child(even) {
    padding-left: 2.5rem;
  }

  .lg\:even\:pt-12:nth-child(even) {
    padding-top: 3rem;
  }

  .lg\:even\:pr-12:nth-child(even) {
    padding-right: 3rem;
  }

  .lg\:even\:pb-12:nth-child(even) {
    padding-bottom: 3rem;
  }

  .lg\:even\:pl-12:nth-child(even) {
    padding-left: 3rem;
  }

  .lg\:even\:pt-16:nth-child(even) {
    padding-top: 4rem;
  }

  .lg\:even\:pr-16:nth-child(even) {
    padding-right: 4rem;
  }

  .lg\:even\:pb-16:nth-child(even) {
    padding-bottom: 4rem;
  }

  .lg\:even\:pl-16:nth-child(even) {
    padding-left: 4rem;
  }

  .lg\:even\:pt-20:nth-child(even) {
    padding-top: 5rem;
  }

  .lg\:even\:pr-20:nth-child(even) {
    padding-right: 5rem;
  }

  .lg\:even\:pb-20:nth-child(even) {
    padding-bottom: 5rem;
  }

  .lg\:even\:pl-20:nth-child(even) {
    padding-left: 5rem;
  }

  .lg\:even\:pt-24:nth-child(even) {
    padding-top: 6rem;
  }

  .lg\:even\:pr-24:nth-child(even) {
    padding-right: 6rem;
  }

  .lg\:even\:pb-24:nth-child(even) {
    padding-bottom: 6rem;
  }

  .lg\:even\:pl-24:nth-child(even) {
    padding-left: 6rem;
  }

  .lg\:even\:pt-32:nth-child(even) {
    padding-top: 8rem;
  }

  .lg\:even\:pr-32:nth-child(even) {
    padding-right: 8rem;
  }

  .lg\:even\:pb-32:nth-child(even) {
    padding-bottom: 8rem;
  }

  .lg\:even\:pl-32:nth-child(even) {
    padding-left: 8rem;
  }

  .lg\:even\:pt-40:nth-child(even) {
    padding-top: 10rem;
  }

  .lg\:even\:pr-40:nth-child(even) {
    padding-right: 10rem;
  }

  .lg\:even\:pb-40:nth-child(even) {
    padding-bottom: 10rem;
  }

  .lg\:even\:pl-40:nth-child(even) {
    padding-left: 10rem;
  }

  .lg\:even\:pt-48:nth-child(even) {
    padding-top: 12rem;
  }

  .lg\:even\:pr-48:nth-child(even) {
    padding-right: 12rem;
  }

  .lg\:even\:pb-48:nth-child(even) {
    padding-bottom: 12rem;
  }

  .lg\:even\:pl-48:nth-child(even) {
    padding-left: 12rem;
  }

  .lg\:even\:pt-56:nth-child(even) {
    padding-top: 14rem;
  }

  .lg\:even\:pr-56:nth-child(even) {
    padding-right: 14rem;
  }

  .lg\:even\:pb-56:nth-child(even) {
    padding-bottom: 14rem;
  }

  .lg\:even\:pl-56:nth-child(even) {
    padding-left: 14rem;
  }

  .lg\:even\:pt-64:nth-child(even) {
    padding-top: 16rem;
  }

  .lg\:even\:pr-64:nth-child(even) {
    padding-right: 16rem;
  }

  .lg\:even\:pb-64:nth-child(even) {
    padding-bottom: 16rem;
  }

  .lg\:even\:pl-64:nth-child(even) {
    padding-left: 16rem;
  }

  .lg\:even\:pt-px:nth-child(even) {
    padding-top: 1px;
  }

  .lg\:even\:pr-px:nth-child(even) {
    padding-right: 1px;
  }

  .lg\:even\:pb-px:nth-child(even) {
    padding-bottom: 1px;
  }

  .lg\:even\:pl-px:nth-child(even) {
    padding-left: 1px;
  }

  .lg\:hover\:p-0:hover {
    padding: 0;
  }

  .lg\:hover\:p-1:hover {
    padding: 0.25rem;
  }

  .lg\:hover\:p-2:hover {
    padding: 0.5rem;
  }

  .lg\:hover\:p-3:hover {
    padding: 0.75rem;
  }

  .lg\:hover\:p-4:hover {
    padding: 1rem;
  }

  .lg\:hover\:p-5:hover {
    padding: 1.25rem;
  }

  .lg\:hover\:p-6:hover {
    padding: 1.5rem;
  }

  .lg\:hover\:p-8:hover {
    padding: 2rem;
  }

  .lg\:hover\:p-10:hover {
    padding: 2.5rem;
  }

  .lg\:hover\:p-12:hover {
    padding: 3rem;
  }

  .lg\:hover\:p-16:hover {
    padding: 4rem;
  }

  .lg\:hover\:p-20:hover {
    padding: 5rem;
  }

  .lg\:hover\:p-24:hover {
    padding: 6rem;
  }

  .lg\:hover\:p-32:hover {
    padding: 8rem;
  }

  .lg\:hover\:p-40:hover {
    padding: 10rem;
  }

  .lg\:hover\:p-48:hover {
    padding: 12rem;
  }

  .lg\:hover\:p-56:hover {
    padding: 14rem;
  }

  .lg\:hover\:p-64:hover {
    padding: 16rem;
  }

  .lg\:hover\:p-px:hover {
    padding: 1px;
  }

  .lg\:hover\:py-0:hover {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:hover\:px-0:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:hover\:py-1:hover {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:hover\:px-1:hover {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:hover\:py-2:hover {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:hover\:px-2:hover {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:hover\:py-3:hover {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:hover\:px-3:hover {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:hover\:py-4:hover {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:hover\:px-4:hover {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:hover\:py-5:hover {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:hover\:px-5:hover {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:hover\:py-6:hover {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:hover\:px-6:hover {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:hover\:py-8:hover {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:hover\:px-8:hover {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:hover\:py-10:hover {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:hover\:px-10:hover {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:hover\:py-12:hover {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:hover\:px-12:hover {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:hover\:py-16:hover {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:hover\:px-16:hover {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:hover\:py-20:hover {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:hover\:px-20:hover {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:hover\:py-24:hover {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:hover\:px-24:hover {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:hover\:py-32:hover {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:hover\:px-32:hover {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:hover\:py-40:hover {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:hover\:px-40:hover {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:hover\:py-48:hover {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:hover\:px-48:hover {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:hover\:py-56:hover {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .lg\:hover\:px-56:hover {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .lg\:hover\:py-64:hover {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg\:hover\:px-64:hover {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg\:hover\:py-px:hover {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:hover\:px-px:hover {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:hover\:pt-0:hover {
    padding-top: 0;
  }

  .lg\:hover\:pr-0:hover {
    padding-right: 0;
  }

  .lg\:hover\:pb-0:hover {
    padding-bottom: 0;
  }

  .lg\:hover\:pl-0:hover {
    padding-left: 0;
  }

  .lg\:hover\:pt-1:hover {
    padding-top: 0.25rem;
  }

  .lg\:hover\:pr-1:hover {
    padding-right: 0.25rem;
  }

  .lg\:hover\:pb-1:hover {
    padding-bottom: 0.25rem;
  }

  .lg\:hover\:pl-1:hover {
    padding-left: 0.25rem;
  }

  .lg\:hover\:pt-2:hover {
    padding-top: 0.5rem;
  }

  .lg\:hover\:pr-2:hover {
    padding-right: 0.5rem;
  }

  .lg\:hover\:pb-2:hover {
    padding-bottom: 0.5rem;
  }

  .lg\:hover\:pl-2:hover {
    padding-left: 0.5rem;
  }

  .lg\:hover\:pt-3:hover {
    padding-top: 0.75rem;
  }

  .lg\:hover\:pr-3:hover {
    padding-right: 0.75rem;
  }

  .lg\:hover\:pb-3:hover {
    padding-bottom: 0.75rem;
  }

  .lg\:hover\:pl-3:hover {
    padding-left: 0.75rem;
  }

  .lg\:hover\:pt-4:hover {
    padding-top: 1rem;
  }

  .lg\:hover\:pr-4:hover {
    padding-right: 1rem;
  }

  .lg\:hover\:pb-4:hover {
    padding-bottom: 1rem;
  }

  .lg\:hover\:pl-4:hover {
    padding-left: 1rem;
  }

  .lg\:hover\:pt-5:hover {
    padding-top: 1.25rem;
  }

  .lg\:hover\:pr-5:hover {
    padding-right: 1.25rem;
  }

  .lg\:hover\:pb-5:hover {
    padding-bottom: 1.25rem;
  }

  .lg\:hover\:pl-5:hover {
    padding-left: 1.25rem;
  }

  .lg\:hover\:pt-6:hover {
    padding-top: 1.5rem;
  }

  .lg\:hover\:pr-6:hover {
    padding-right: 1.5rem;
  }

  .lg\:hover\:pb-6:hover {
    padding-bottom: 1.5rem;
  }

  .lg\:hover\:pl-6:hover {
    padding-left: 1.5rem;
  }

  .lg\:hover\:pt-8:hover {
    padding-top: 2rem;
  }

  .lg\:hover\:pr-8:hover {
    padding-right: 2rem;
  }

  .lg\:hover\:pb-8:hover {
    padding-bottom: 2rem;
  }

  .lg\:hover\:pl-8:hover {
    padding-left: 2rem;
  }

  .lg\:hover\:pt-10:hover {
    padding-top: 2.5rem;
  }

  .lg\:hover\:pr-10:hover {
    padding-right: 2.5rem;
  }

  .lg\:hover\:pb-10:hover {
    padding-bottom: 2.5rem;
  }

  .lg\:hover\:pl-10:hover {
    padding-left: 2.5rem;
  }

  .lg\:hover\:pt-12:hover {
    padding-top: 3rem;
  }

  .lg\:hover\:pr-12:hover {
    padding-right: 3rem;
  }

  .lg\:hover\:pb-12:hover {
    padding-bottom: 3rem;
  }

  .lg\:hover\:pl-12:hover {
    padding-left: 3rem;
  }

  .lg\:hover\:pt-16:hover {
    padding-top: 4rem;
  }

  .lg\:hover\:pr-16:hover {
    padding-right: 4rem;
  }

  .lg\:hover\:pb-16:hover {
    padding-bottom: 4rem;
  }

  .lg\:hover\:pl-16:hover {
    padding-left: 4rem;
  }

  .lg\:hover\:pt-20:hover {
    padding-top: 5rem;
  }

  .lg\:hover\:pr-20:hover {
    padding-right: 5rem;
  }

  .lg\:hover\:pb-20:hover {
    padding-bottom: 5rem;
  }

  .lg\:hover\:pl-20:hover {
    padding-left: 5rem;
  }

  .lg\:hover\:pt-24:hover {
    padding-top: 6rem;
  }

  .lg\:hover\:pr-24:hover {
    padding-right: 6rem;
  }

  .lg\:hover\:pb-24:hover {
    padding-bottom: 6rem;
  }

  .lg\:hover\:pl-24:hover {
    padding-left: 6rem;
  }

  .lg\:hover\:pt-32:hover {
    padding-top: 8rem;
  }

  .lg\:hover\:pr-32:hover {
    padding-right: 8rem;
  }

  .lg\:hover\:pb-32:hover {
    padding-bottom: 8rem;
  }

  .lg\:hover\:pl-32:hover {
    padding-left: 8rem;
  }

  .lg\:hover\:pt-40:hover {
    padding-top: 10rem;
  }

  .lg\:hover\:pr-40:hover {
    padding-right: 10rem;
  }

  .lg\:hover\:pb-40:hover {
    padding-bottom: 10rem;
  }

  .lg\:hover\:pl-40:hover {
    padding-left: 10rem;
  }

  .lg\:hover\:pt-48:hover {
    padding-top: 12rem;
  }

  .lg\:hover\:pr-48:hover {
    padding-right: 12rem;
  }

  .lg\:hover\:pb-48:hover {
    padding-bottom: 12rem;
  }

  .lg\:hover\:pl-48:hover {
    padding-left: 12rem;
  }

  .lg\:hover\:pt-56:hover {
    padding-top: 14rem;
  }

  .lg\:hover\:pr-56:hover {
    padding-right: 14rem;
  }

  .lg\:hover\:pb-56:hover {
    padding-bottom: 14rem;
  }

  .lg\:hover\:pl-56:hover {
    padding-left: 14rem;
  }

  .lg\:hover\:pt-64:hover {
    padding-top: 16rem;
  }

  .lg\:hover\:pr-64:hover {
    padding-right: 16rem;
  }

  .lg\:hover\:pb-64:hover {
    padding-bottom: 16rem;
  }

  .lg\:hover\:pl-64:hover {
    padding-left: 16rem;
  }

  .lg\:hover\:pt-px:hover {
    padding-top: 1px;
  }

  .lg\:hover\:pr-px:hover {
    padding-right: 1px;
  }

  .lg\:hover\:pb-px:hover {
    padding-bottom: 1px;
  }

  .lg\:hover\:pl-px:hover {
    padding-left: 1px;
  }

  .lg\:focus\:p-0:focus {
    padding: 0;
  }

  .lg\:focus\:p-1:focus {
    padding: 0.25rem;
  }

  .lg\:focus\:p-2:focus {
    padding: 0.5rem;
  }

  .lg\:focus\:p-3:focus {
    padding: 0.75rem;
  }

  .lg\:focus\:p-4:focus {
    padding: 1rem;
  }

  .lg\:focus\:p-5:focus {
    padding: 1.25rem;
  }

  .lg\:focus\:p-6:focus {
    padding: 1.5rem;
  }

  .lg\:focus\:p-8:focus {
    padding: 2rem;
  }

  .lg\:focus\:p-10:focus {
    padding: 2.5rem;
  }

  .lg\:focus\:p-12:focus {
    padding: 3rem;
  }

  .lg\:focus\:p-16:focus {
    padding: 4rem;
  }

  .lg\:focus\:p-20:focus {
    padding: 5rem;
  }

  .lg\:focus\:p-24:focus {
    padding: 6rem;
  }

  .lg\:focus\:p-32:focus {
    padding: 8rem;
  }

  .lg\:focus\:p-40:focus {
    padding: 10rem;
  }

  .lg\:focus\:p-48:focus {
    padding: 12rem;
  }

  .lg\:focus\:p-56:focus {
    padding: 14rem;
  }

  .lg\:focus\:p-64:focus {
    padding: 16rem;
  }

  .lg\:focus\:p-px:focus {
    padding: 1px;
  }

  .lg\:focus\:py-0:focus {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:focus\:px-0:focus {
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:focus\:py-1:focus {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:focus\:px-1:focus {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:focus\:py-2:focus {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:focus\:px-2:focus {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:focus\:py-3:focus {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:focus\:px-3:focus {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:focus\:py-4:focus {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:focus\:px-4:focus {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:focus\:py-5:focus {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:focus\:px-5:focus {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:focus\:py-6:focus {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:focus\:px-6:focus {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:focus\:py-8:focus {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:focus\:px-8:focus {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:focus\:py-10:focus {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:focus\:px-10:focus {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:focus\:py-12:focus {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:focus\:px-12:focus {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:focus\:py-16:focus {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:focus\:px-16:focus {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:focus\:py-20:focus {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:focus\:px-20:focus {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:focus\:py-24:focus {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:focus\:px-24:focus {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:focus\:py-32:focus {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:focus\:px-32:focus {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:focus\:py-40:focus {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:focus\:px-40:focus {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:focus\:py-48:focus {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:focus\:px-48:focus {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:focus\:py-56:focus {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .lg\:focus\:px-56:focus {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .lg\:focus\:py-64:focus {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg\:focus\:px-64:focus {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg\:focus\:py-px:focus {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:focus\:px-px:focus {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:focus\:pt-0:focus {
    padding-top: 0;
  }

  .lg\:focus\:pr-0:focus {
    padding-right: 0;
  }

  .lg\:focus\:pb-0:focus {
    padding-bottom: 0;
  }

  .lg\:focus\:pl-0:focus {
    padding-left: 0;
  }

  .lg\:focus\:pt-1:focus {
    padding-top: 0.25rem;
  }

  .lg\:focus\:pr-1:focus {
    padding-right: 0.25rem;
  }

  .lg\:focus\:pb-1:focus {
    padding-bottom: 0.25rem;
  }

  .lg\:focus\:pl-1:focus {
    padding-left: 0.25rem;
  }

  .lg\:focus\:pt-2:focus {
    padding-top: 0.5rem;
  }

  .lg\:focus\:pr-2:focus {
    padding-right: 0.5rem;
  }

  .lg\:focus\:pb-2:focus {
    padding-bottom: 0.5rem;
  }

  .lg\:focus\:pl-2:focus {
    padding-left: 0.5rem;
  }

  .lg\:focus\:pt-3:focus {
    padding-top: 0.75rem;
  }

  .lg\:focus\:pr-3:focus {
    padding-right: 0.75rem;
  }

  .lg\:focus\:pb-3:focus {
    padding-bottom: 0.75rem;
  }

  .lg\:focus\:pl-3:focus {
    padding-left: 0.75rem;
  }

  .lg\:focus\:pt-4:focus {
    padding-top: 1rem;
  }

  .lg\:focus\:pr-4:focus {
    padding-right: 1rem;
  }

  .lg\:focus\:pb-4:focus {
    padding-bottom: 1rem;
  }

  .lg\:focus\:pl-4:focus {
    padding-left: 1rem;
  }

  .lg\:focus\:pt-5:focus {
    padding-top: 1.25rem;
  }

  .lg\:focus\:pr-5:focus {
    padding-right: 1.25rem;
  }

  .lg\:focus\:pb-5:focus {
    padding-bottom: 1.25rem;
  }

  .lg\:focus\:pl-5:focus {
    padding-left: 1.25rem;
  }

  .lg\:focus\:pt-6:focus {
    padding-top: 1.5rem;
  }

  .lg\:focus\:pr-6:focus {
    padding-right: 1.5rem;
  }

  .lg\:focus\:pb-6:focus {
    padding-bottom: 1.5rem;
  }

  .lg\:focus\:pl-6:focus {
    padding-left: 1.5rem;
  }

  .lg\:focus\:pt-8:focus {
    padding-top: 2rem;
  }

  .lg\:focus\:pr-8:focus {
    padding-right: 2rem;
  }

  .lg\:focus\:pb-8:focus {
    padding-bottom: 2rem;
  }

  .lg\:focus\:pl-8:focus {
    padding-left: 2rem;
  }

  .lg\:focus\:pt-10:focus {
    padding-top: 2.5rem;
  }

  .lg\:focus\:pr-10:focus {
    padding-right: 2.5rem;
  }

  .lg\:focus\:pb-10:focus {
    padding-bottom: 2.5rem;
  }

  .lg\:focus\:pl-10:focus {
    padding-left: 2.5rem;
  }

  .lg\:focus\:pt-12:focus {
    padding-top: 3rem;
  }

  .lg\:focus\:pr-12:focus {
    padding-right: 3rem;
  }

  .lg\:focus\:pb-12:focus {
    padding-bottom: 3rem;
  }

  .lg\:focus\:pl-12:focus {
    padding-left: 3rem;
  }

  .lg\:focus\:pt-16:focus {
    padding-top: 4rem;
  }

  .lg\:focus\:pr-16:focus {
    padding-right: 4rem;
  }

  .lg\:focus\:pb-16:focus {
    padding-bottom: 4rem;
  }

  .lg\:focus\:pl-16:focus {
    padding-left: 4rem;
  }

  .lg\:focus\:pt-20:focus {
    padding-top: 5rem;
  }

  .lg\:focus\:pr-20:focus {
    padding-right: 5rem;
  }

  .lg\:focus\:pb-20:focus {
    padding-bottom: 5rem;
  }

  .lg\:focus\:pl-20:focus {
    padding-left: 5rem;
  }

  .lg\:focus\:pt-24:focus {
    padding-top: 6rem;
  }

  .lg\:focus\:pr-24:focus {
    padding-right: 6rem;
  }

  .lg\:focus\:pb-24:focus {
    padding-bottom: 6rem;
  }

  .lg\:focus\:pl-24:focus {
    padding-left: 6rem;
  }

  .lg\:focus\:pt-32:focus {
    padding-top: 8rem;
  }

  .lg\:focus\:pr-32:focus {
    padding-right: 8rem;
  }

  .lg\:focus\:pb-32:focus {
    padding-bottom: 8rem;
  }

  .lg\:focus\:pl-32:focus {
    padding-left: 8rem;
  }

  .lg\:focus\:pt-40:focus {
    padding-top: 10rem;
  }

  .lg\:focus\:pr-40:focus {
    padding-right: 10rem;
  }

  .lg\:focus\:pb-40:focus {
    padding-bottom: 10rem;
  }

  .lg\:focus\:pl-40:focus {
    padding-left: 10rem;
  }

  .lg\:focus\:pt-48:focus {
    padding-top: 12rem;
  }

  .lg\:focus\:pr-48:focus {
    padding-right: 12rem;
  }

  .lg\:focus\:pb-48:focus {
    padding-bottom: 12rem;
  }

  .lg\:focus\:pl-48:focus {
    padding-left: 12rem;
  }

  .lg\:focus\:pt-56:focus {
    padding-top: 14rem;
  }

  .lg\:focus\:pr-56:focus {
    padding-right: 14rem;
  }

  .lg\:focus\:pb-56:focus {
    padding-bottom: 14rem;
  }

  .lg\:focus\:pl-56:focus {
    padding-left: 14rem;
  }

  .lg\:focus\:pt-64:focus {
    padding-top: 16rem;
  }

  .lg\:focus\:pr-64:focus {
    padding-right: 16rem;
  }

  .lg\:focus\:pb-64:focus {
    padding-bottom: 16rem;
  }

  .lg\:focus\:pl-64:focus {
    padding-left: 16rem;
  }

  .lg\:focus\:pt-px:focus {
    padding-top: 1px;
  }

  .lg\:focus\:pr-px:focus {
    padding-right: 1px;
  }

  .lg\:focus\:pb-px:focus {
    padding-bottom: 1px;
  }

  .lg\:focus\:pl-px:focus {
    padding-left: 1px;
  }

  .lg\:active\:p-0:active {
    padding: 0;
  }

  .lg\:active\:p-1:active {
    padding: 0.25rem;
  }

  .lg\:active\:p-2:active {
    padding: 0.5rem;
  }

  .lg\:active\:p-3:active {
    padding: 0.75rem;
  }

  .lg\:active\:p-4:active {
    padding: 1rem;
  }

  .lg\:active\:p-5:active {
    padding: 1.25rem;
  }

  .lg\:active\:p-6:active {
    padding: 1.5rem;
  }

  .lg\:active\:p-8:active {
    padding: 2rem;
  }

  .lg\:active\:p-10:active {
    padding: 2.5rem;
  }

  .lg\:active\:p-12:active {
    padding: 3rem;
  }

  .lg\:active\:p-16:active {
    padding: 4rem;
  }

  .lg\:active\:p-20:active {
    padding: 5rem;
  }

  .lg\:active\:p-24:active {
    padding: 6rem;
  }

  .lg\:active\:p-32:active {
    padding: 8rem;
  }

  .lg\:active\:p-40:active {
    padding: 10rem;
  }

  .lg\:active\:p-48:active {
    padding: 12rem;
  }

  .lg\:active\:p-56:active {
    padding: 14rem;
  }

  .lg\:active\:p-64:active {
    padding: 16rem;
  }

  .lg\:active\:p-px:active {
    padding: 1px;
  }

  .lg\:active\:py-0:active {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:active\:px-0:active {
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:active\:py-1:active {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:active\:px-1:active {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:active\:py-2:active {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:active\:px-2:active {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:active\:py-3:active {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:active\:px-3:active {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:active\:py-4:active {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:active\:px-4:active {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:active\:py-5:active {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:active\:px-5:active {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:active\:py-6:active {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:active\:px-6:active {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:active\:py-8:active {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:active\:px-8:active {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:active\:py-10:active {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:active\:px-10:active {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:active\:py-12:active {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:active\:px-12:active {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:active\:py-16:active {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:active\:px-16:active {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:active\:py-20:active {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:active\:px-20:active {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:active\:py-24:active {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:active\:px-24:active {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:active\:py-32:active {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:active\:px-32:active {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:active\:py-40:active {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:active\:px-40:active {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:active\:py-48:active {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:active\:px-48:active {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:active\:py-56:active {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .lg\:active\:px-56:active {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .lg\:active\:py-64:active {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg\:active\:px-64:active {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg\:active\:py-px:active {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:active\:px-px:active {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:active\:pt-0:active {
    padding-top: 0;
  }

  .lg\:active\:pr-0:active {
    padding-right: 0;
  }

  .lg\:active\:pb-0:active {
    padding-bottom: 0;
  }

  .lg\:active\:pl-0:active {
    padding-left: 0;
  }

  .lg\:active\:pt-1:active {
    padding-top: 0.25rem;
  }

  .lg\:active\:pr-1:active {
    padding-right: 0.25rem;
  }

  .lg\:active\:pb-1:active {
    padding-bottom: 0.25rem;
  }

  .lg\:active\:pl-1:active {
    padding-left: 0.25rem;
  }

  .lg\:active\:pt-2:active {
    padding-top: 0.5rem;
  }

  .lg\:active\:pr-2:active {
    padding-right: 0.5rem;
  }

  .lg\:active\:pb-2:active {
    padding-bottom: 0.5rem;
  }

  .lg\:active\:pl-2:active {
    padding-left: 0.5rem;
  }

  .lg\:active\:pt-3:active {
    padding-top: 0.75rem;
  }

  .lg\:active\:pr-3:active {
    padding-right: 0.75rem;
  }

  .lg\:active\:pb-3:active {
    padding-bottom: 0.75rem;
  }

  .lg\:active\:pl-3:active {
    padding-left: 0.75rem;
  }

  .lg\:active\:pt-4:active {
    padding-top: 1rem;
  }

  .lg\:active\:pr-4:active {
    padding-right: 1rem;
  }

  .lg\:active\:pb-4:active {
    padding-bottom: 1rem;
  }

  .lg\:active\:pl-4:active {
    padding-left: 1rem;
  }

  .lg\:active\:pt-5:active {
    padding-top: 1.25rem;
  }

  .lg\:active\:pr-5:active {
    padding-right: 1.25rem;
  }

  .lg\:active\:pb-5:active {
    padding-bottom: 1.25rem;
  }

  .lg\:active\:pl-5:active {
    padding-left: 1.25rem;
  }

  .lg\:active\:pt-6:active {
    padding-top: 1.5rem;
  }

  .lg\:active\:pr-6:active {
    padding-right: 1.5rem;
  }

  .lg\:active\:pb-6:active {
    padding-bottom: 1.5rem;
  }

  .lg\:active\:pl-6:active {
    padding-left: 1.5rem;
  }

  .lg\:active\:pt-8:active {
    padding-top: 2rem;
  }

  .lg\:active\:pr-8:active {
    padding-right: 2rem;
  }

  .lg\:active\:pb-8:active {
    padding-bottom: 2rem;
  }

  .lg\:active\:pl-8:active {
    padding-left: 2rem;
  }

  .lg\:active\:pt-10:active {
    padding-top: 2.5rem;
  }

  .lg\:active\:pr-10:active {
    padding-right: 2.5rem;
  }

  .lg\:active\:pb-10:active {
    padding-bottom: 2.5rem;
  }

  .lg\:active\:pl-10:active {
    padding-left: 2.5rem;
  }

  .lg\:active\:pt-12:active {
    padding-top: 3rem;
  }

  .lg\:active\:pr-12:active {
    padding-right: 3rem;
  }

  .lg\:active\:pb-12:active {
    padding-bottom: 3rem;
  }

  .lg\:active\:pl-12:active {
    padding-left: 3rem;
  }

  .lg\:active\:pt-16:active {
    padding-top: 4rem;
  }

  .lg\:active\:pr-16:active {
    padding-right: 4rem;
  }

  .lg\:active\:pb-16:active {
    padding-bottom: 4rem;
  }

  .lg\:active\:pl-16:active {
    padding-left: 4rem;
  }

  .lg\:active\:pt-20:active {
    padding-top: 5rem;
  }

  .lg\:active\:pr-20:active {
    padding-right: 5rem;
  }

  .lg\:active\:pb-20:active {
    padding-bottom: 5rem;
  }

  .lg\:active\:pl-20:active {
    padding-left: 5rem;
  }

  .lg\:active\:pt-24:active {
    padding-top: 6rem;
  }

  .lg\:active\:pr-24:active {
    padding-right: 6rem;
  }

  .lg\:active\:pb-24:active {
    padding-bottom: 6rem;
  }

  .lg\:active\:pl-24:active {
    padding-left: 6rem;
  }

  .lg\:active\:pt-32:active {
    padding-top: 8rem;
  }

  .lg\:active\:pr-32:active {
    padding-right: 8rem;
  }

  .lg\:active\:pb-32:active {
    padding-bottom: 8rem;
  }

  .lg\:active\:pl-32:active {
    padding-left: 8rem;
  }

  .lg\:active\:pt-40:active {
    padding-top: 10rem;
  }

  .lg\:active\:pr-40:active {
    padding-right: 10rem;
  }

  .lg\:active\:pb-40:active {
    padding-bottom: 10rem;
  }

  .lg\:active\:pl-40:active {
    padding-left: 10rem;
  }

  .lg\:active\:pt-48:active {
    padding-top: 12rem;
  }

  .lg\:active\:pr-48:active {
    padding-right: 12rem;
  }

  .lg\:active\:pb-48:active {
    padding-bottom: 12rem;
  }

  .lg\:active\:pl-48:active {
    padding-left: 12rem;
  }

  .lg\:active\:pt-56:active {
    padding-top: 14rem;
  }

  .lg\:active\:pr-56:active {
    padding-right: 14rem;
  }

  .lg\:active\:pb-56:active {
    padding-bottom: 14rem;
  }

  .lg\:active\:pl-56:active {
    padding-left: 14rem;
  }

  .lg\:active\:pt-64:active {
    padding-top: 16rem;
  }

  .lg\:active\:pr-64:active {
    padding-right: 16rem;
  }

  .lg\:active\:pb-64:active {
    padding-bottom: 16rem;
  }

  .lg\:active\:pl-64:active {
    padding-left: 16rem;
  }

  .lg\:active\:pt-px:active {
    padding-top: 1px;
  }

  .lg\:active\:pr-px:active {
    padding-right: 1px;
  }

  .lg\:active\:pb-px:active {
    padding-bottom: 1px;
  }

  .lg\:active\:pl-px:active {
    padding-left: 1px;
  }

  .lg\:visited\:p-0:visited {
    padding: 0;
  }

  .lg\:visited\:p-1:visited {
    padding: 0.25rem;
  }

  .lg\:visited\:p-2:visited {
    padding: 0.5rem;
  }

  .lg\:visited\:p-3:visited {
    padding: 0.75rem;
  }

  .lg\:visited\:p-4:visited {
    padding: 1rem;
  }

  .lg\:visited\:p-5:visited {
    padding: 1.25rem;
  }

  .lg\:visited\:p-6:visited {
    padding: 1.5rem;
  }

  .lg\:visited\:p-8:visited {
    padding: 2rem;
  }

  .lg\:visited\:p-10:visited {
    padding: 2.5rem;
  }

  .lg\:visited\:p-12:visited {
    padding: 3rem;
  }

  .lg\:visited\:p-16:visited {
    padding: 4rem;
  }

  .lg\:visited\:p-20:visited {
    padding: 5rem;
  }

  .lg\:visited\:p-24:visited {
    padding: 6rem;
  }

  .lg\:visited\:p-32:visited {
    padding: 8rem;
  }

  .lg\:visited\:p-40:visited {
    padding: 10rem;
  }

  .lg\:visited\:p-48:visited {
    padding: 12rem;
  }

  .lg\:visited\:p-56:visited {
    padding: 14rem;
  }

  .lg\:visited\:p-64:visited {
    padding: 16rem;
  }

  .lg\:visited\:p-px:visited {
    padding: 1px;
  }

  .lg\:visited\:py-0:visited {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:visited\:px-0:visited {
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:visited\:py-1:visited {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:visited\:px-1:visited {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:visited\:py-2:visited {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:visited\:px-2:visited {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:visited\:py-3:visited {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:visited\:px-3:visited {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:visited\:py-4:visited {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:visited\:px-4:visited {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:visited\:py-5:visited {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:visited\:px-5:visited {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:visited\:py-6:visited {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:visited\:px-6:visited {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:visited\:py-8:visited {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:visited\:px-8:visited {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:visited\:py-10:visited {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:visited\:px-10:visited {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:visited\:py-12:visited {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:visited\:px-12:visited {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:visited\:py-16:visited {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:visited\:px-16:visited {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:visited\:py-20:visited {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:visited\:px-20:visited {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:visited\:py-24:visited {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:visited\:px-24:visited {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:visited\:py-32:visited {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:visited\:px-32:visited {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:visited\:py-40:visited {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:visited\:px-40:visited {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:visited\:py-48:visited {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:visited\:px-48:visited {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:visited\:py-56:visited {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .lg\:visited\:px-56:visited {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .lg\:visited\:py-64:visited {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg\:visited\:px-64:visited {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg\:visited\:py-px:visited {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:visited\:px-px:visited {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:visited\:pt-0:visited {
    padding-top: 0;
  }

  .lg\:visited\:pr-0:visited {
    padding-right: 0;
  }

  .lg\:visited\:pb-0:visited {
    padding-bottom: 0;
  }

  .lg\:visited\:pl-0:visited {
    padding-left: 0;
  }

  .lg\:visited\:pt-1:visited {
    padding-top: 0.25rem;
  }

  .lg\:visited\:pr-1:visited {
    padding-right: 0.25rem;
  }

  .lg\:visited\:pb-1:visited {
    padding-bottom: 0.25rem;
  }

  .lg\:visited\:pl-1:visited {
    padding-left: 0.25rem;
  }

  .lg\:visited\:pt-2:visited {
    padding-top: 0.5rem;
  }

  .lg\:visited\:pr-2:visited {
    padding-right: 0.5rem;
  }

  .lg\:visited\:pb-2:visited {
    padding-bottom: 0.5rem;
  }

  .lg\:visited\:pl-2:visited {
    padding-left: 0.5rem;
  }

  .lg\:visited\:pt-3:visited {
    padding-top: 0.75rem;
  }

  .lg\:visited\:pr-3:visited {
    padding-right: 0.75rem;
  }

  .lg\:visited\:pb-3:visited {
    padding-bottom: 0.75rem;
  }

  .lg\:visited\:pl-3:visited {
    padding-left: 0.75rem;
  }

  .lg\:visited\:pt-4:visited {
    padding-top: 1rem;
  }

  .lg\:visited\:pr-4:visited {
    padding-right: 1rem;
  }

  .lg\:visited\:pb-4:visited {
    padding-bottom: 1rem;
  }

  .lg\:visited\:pl-4:visited {
    padding-left: 1rem;
  }

  .lg\:visited\:pt-5:visited {
    padding-top: 1.25rem;
  }

  .lg\:visited\:pr-5:visited {
    padding-right: 1.25rem;
  }

  .lg\:visited\:pb-5:visited {
    padding-bottom: 1.25rem;
  }

  .lg\:visited\:pl-5:visited {
    padding-left: 1.25rem;
  }

  .lg\:visited\:pt-6:visited {
    padding-top: 1.5rem;
  }

  .lg\:visited\:pr-6:visited {
    padding-right: 1.5rem;
  }

  .lg\:visited\:pb-6:visited {
    padding-bottom: 1.5rem;
  }

  .lg\:visited\:pl-6:visited {
    padding-left: 1.5rem;
  }

  .lg\:visited\:pt-8:visited {
    padding-top: 2rem;
  }

  .lg\:visited\:pr-8:visited {
    padding-right: 2rem;
  }

  .lg\:visited\:pb-8:visited {
    padding-bottom: 2rem;
  }

  .lg\:visited\:pl-8:visited {
    padding-left: 2rem;
  }

  .lg\:visited\:pt-10:visited {
    padding-top: 2.5rem;
  }

  .lg\:visited\:pr-10:visited {
    padding-right: 2.5rem;
  }

  .lg\:visited\:pb-10:visited {
    padding-bottom: 2.5rem;
  }

  .lg\:visited\:pl-10:visited {
    padding-left: 2.5rem;
  }

  .lg\:visited\:pt-12:visited {
    padding-top: 3rem;
  }

  .lg\:visited\:pr-12:visited {
    padding-right: 3rem;
  }

  .lg\:visited\:pb-12:visited {
    padding-bottom: 3rem;
  }

  .lg\:visited\:pl-12:visited {
    padding-left: 3rem;
  }

  .lg\:visited\:pt-16:visited {
    padding-top: 4rem;
  }

  .lg\:visited\:pr-16:visited {
    padding-right: 4rem;
  }

  .lg\:visited\:pb-16:visited {
    padding-bottom: 4rem;
  }

  .lg\:visited\:pl-16:visited {
    padding-left: 4rem;
  }

  .lg\:visited\:pt-20:visited {
    padding-top: 5rem;
  }

  .lg\:visited\:pr-20:visited {
    padding-right: 5rem;
  }

  .lg\:visited\:pb-20:visited {
    padding-bottom: 5rem;
  }

  .lg\:visited\:pl-20:visited {
    padding-left: 5rem;
  }

  .lg\:visited\:pt-24:visited {
    padding-top: 6rem;
  }

  .lg\:visited\:pr-24:visited {
    padding-right: 6rem;
  }

  .lg\:visited\:pb-24:visited {
    padding-bottom: 6rem;
  }

  .lg\:visited\:pl-24:visited {
    padding-left: 6rem;
  }

  .lg\:visited\:pt-32:visited {
    padding-top: 8rem;
  }

  .lg\:visited\:pr-32:visited {
    padding-right: 8rem;
  }

  .lg\:visited\:pb-32:visited {
    padding-bottom: 8rem;
  }

  .lg\:visited\:pl-32:visited {
    padding-left: 8rem;
  }

  .lg\:visited\:pt-40:visited {
    padding-top: 10rem;
  }

  .lg\:visited\:pr-40:visited {
    padding-right: 10rem;
  }

  .lg\:visited\:pb-40:visited {
    padding-bottom: 10rem;
  }

  .lg\:visited\:pl-40:visited {
    padding-left: 10rem;
  }

  .lg\:visited\:pt-48:visited {
    padding-top: 12rem;
  }

  .lg\:visited\:pr-48:visited {
    padding-right: 12rem;
  }

  .lg\:visited\:pb-48:visited {
    padding-bottom: 12rem;
  }

  .lg\:visited\:pl-48:visited {
    padding-left: 12rem;
  }

  .lg\:visited\:pt-56:visited {
    padding-top: 14rem;
  }

  .lg\:visited\:pr-56:visited {
    padding-right: 14rem;
  }

  .lg\:visited\:pb-56:visited {
    padding-bottom: 14rem;
  }

  .lg\:visited\:pl-56:visited {
    padding-left: 14rem;
  }

  .lg\:visited\:pt-64:visited {
    padding-top: 16rem;
  }

  .lg\:visited\:pr-64:visited {
    padding-right: 16rem;
  }

  .lg\:visited\:pb-64:visited {
    padding-bottom: 16rem;
  }

  .lg\:visited\:pl-64:visited {
    padding-left: 16rem;
  }

  .lg\:visited\:pt-px:visited {
    padding-top: 1px;
  }

  .lg\:visited\:pr-px:visited {
    padding-right: 1px;
  }

  .lg\:visited\:pb-px:visited {
    padding-bottom: 1px;
  }

  .lg\:visited\:pl-px:visited {
    padding-left: 1px;
  }

  .lg\:disabled\:p-0:disabled {
    padding: 0;
  }

  .lg\:disabled\:p-1:disabled {
    padding: 0.25rem;
  }

  .lg\:disabled\:p-2:disabled {
    padding: 0.5rem;
  }

  .lg\:disabled\:p-3:disabled {
    padding: 0.75rem;
  }

  .lg\:disabled\:p-4:disabled {
    padding: 1rem;
  }

  .lg\:disabled\:p-5:disabled {
    padding: 1.25rem;
  }

  .lg\:disabled\:p-6:disabled {
    padding: 1.5rem;
  }

  .lg\:disabled\:p-8:disabled {
    padding: 2rem;
  }

  .lg\:disabled\:p-10:disabled {
    padding: 2.5rem;
  }

  .lg\:disabled\:p-12:disabled {
    padding: 3rem;
  }

  .lg\:disabled\:p-16:disabled {
    padding: 4rem;
  }

  .lg\:disabled\:p-20:disabled {
    padding: 5rem;
  }

  .lg\:disabled\:p-24:disabled {
    padding: 6rem;
  }

  .lg\:disabled\:p-32:disabled {
    padding: 8rem;
  }

  .lg\:disabled\:p-40:disabled {
    padding: 10rem;
  }

  .lg\:disabled\:p-48:disabled {
    padding: 12rem;
  }

  .lg\:disabled\:p-56:disabled {
    padding: 14rem;
  }

  .lg\:disabled\:p-64:disabled {
    padding: 16rem;
  }

  .lg\:disabled\:p-px:disabled {
    padding: 1px;
  }

  .lg\:disabled\:py-0:disabled {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:disabled\:px-0:disabled {
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:disabled\:py-1:disabled {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:disabled\:px-1:disabled {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:disabled\:py-2:disabled {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:disabled\:px-2:disabled {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:disabled\:py-3:disabled {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:disabled\:px-3:disabled {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:disabled\:py-4:disabled {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:disabled\:px-4:disabled {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:disabled\:py-5:disabled {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:disabled\:px-5:disabled {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:disabled\:py-6:disabled {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:disabled\:px-6:disabled {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:disabled\:py-8:disabled {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:disabled\:px-8:disabled {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:disabled\:py-10:disabled {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:disabled\:px-10:disabled {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:disabled\:py-12:disabled {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:disabled\:px-12:disabled {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:disabled\:py-16:disabled {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:disabled\:px-16:disabled {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:disabled\:py-20:disabled {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:disabled\:px-20:disabled {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:disabled\:py-24:disabled {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:disabled\:px-24:disabled {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:disabled\:py-32:disabled {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:disabled\:px-32:disabled {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:disabled\:py-40:disabled {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:disabled\:px-40:disabled {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:disabled\:py-48:disabled {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:disabled\:px-48:disabled {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:disabled\:py-56:disabled {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .lg\:disabled\:px-56:disabled {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .lg\:disabled\:py-64:disabled {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg\:disabled\:px-64:disabled {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg\:disabled\:py-px:disabled {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:disabled\:px-px:disabled {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:disabled\:pt-0:disabled {
    padding-top: 0;
  }

  .lg\:disabled\:pr-0:disabled {
    padding-right: 0;
  }

  .lg\:disabled\:pb-0:disabled {
    padding-bottom: 0;
  }

  .lg\:disabled\:pl-0:disabled {
    padding-left: 0;
  }

  .lg\:disabled\:pt-1:disabled {
    padding-top: 0.25rem;
  }

  .lg\:disabled\:pr-1:disabled {
    padding-right: 0.25rem;
  }

  .lg\:disabled\:pb-1:disabled {
    padding-bottom: 0.25rem;
  }

  .lg\:disabled\:pl-1:disabled {
    padding-left: 0.25rem;
  }

  .lg\:disabled\:pt-2:disabled {
    padding-top: 0.5rem;
  }

  .lg\:disabled\:pr-2:disabled {
    padding-right: 0.5rem;
  }

  .lg\:disabled\:pb-2:disabled {
    padding-bottom: 0.5rem;
  }

  .lg\:disabled\:pl-2:disabled {
    padding-left: 0.5rem;
  }

  .lg\:disabled\:pt-3:disabled {
    padding-top: 0.75rem;
  }

  .lg\:disabled\:pr-3:disabled {
    padding-right: 0.75rem;
  }

  .lg\:disabled\:pb-3:disabled {
    padding-bottom: 0.75rem;
  }

  .lg\:disabled\:pl-3:disabled {
    padding-left: 0.75rem;
  }

  .lg\:disabled\:pt-4:disabled {
    padding-top: 1rem;
  }

  .lg\:disabled\:pr-4:disabled {
    padding-right: 1rem;
  }

  .lg\:disabled\:pb-4:disabled {
    padding-bottom: 1rem;
  }

  .lg\:disabled\:pl-4:disabled {
    padding-left: 1rem;
  }

  .lg\:disabled\:pt-5:disabled {
    padding-top: 1.25rem;
  }

  .lg\:disabled\:pr-5:disabled {
    padding-right: 1.25rem;
  }

  .lg\:disabled\:pb-5:disabled {
    padding-bottom: 1.25rem;
  }

  .lg\:disabled\:pl-5:disabled {
    padding-left: 1.25rem;
  }

  .lg\:disabled\:pt-6:disabled {
    padding-top: 1.5rem;
  }

  .lg\:disabled\:pr-6:disabled {
    padding-right: 1.5rem;
  }

  .lg\:disabled\:pb-6:disabled {
    padding-bottom: 1.5rem;
  }

  .lg\:disabled\:pl-6:disabled {
    padding-left: 1.5rem;
  }

  .lg\:disabled\:pt-8:disabled {
    padding-top: 2rem;
  }

  .lg\:disabled\:pr-8:disabled {
    padding-right: 2rem;
  }

  .lg\:disabled\:pb-8:disabled {
    padding-bottom: 2rem;
  }

  .lg\:disabled\:pl-8:disabled {
    padding-left: 2rem;
  }

  .lg\:disabled\:pt-10:disabled {
    padding-top: 2.5rem;
  }

  .lg\:disabled\:pr-10:disabled {
    padding-right: 2.5rem;
  }

  .lg\:disabled\:pb-10:disabled {
    padding-bottom: 2.5rem;
  }

  .lg\:disabled\:pl-10:disabled {
    padding-left: 2.5rem;
  }

  .lg\:disabled\:pt-12:disabled {
    padding-top: 3rem;
  }

  .lg\:disabled\:pr-12:disabled {
    padding-right: 3rem;
  }

  .lg\:disabled\:pb-12:disabled {
    padding-bottom: 3rem;
  }

  .lg\:disabled\:pl-12:disabled {
    padding-left: 3rem;
  }

  .lg\:disabled\:pt-16:disabled {
    padding-top: 4rem;
  }

  .lg\:disabled\:pr-16:disabled {
    padding-right: 4rem;
  }

  .lg\:disabled\:pb-16:disabled {
    padding-bottom: 4rem;
  }

  .lg\:disabled\:pl-16:disabled {
    padding-left: 4rem;
  }

  .lg\:disabled\:pt-20:disabled {
    padding-top: 5rem;
  }

  .lg\:disabled\:pr-20:disabled {
    padding-right: 5rem;
  }

  .lg\:disabled\:pb-20:disabled {
    padding-bottom: 5rem;
  }

  .lg\:disabled\:pl-20:disabled {
    padding-left: 5rem;
  }

  .lg\:disabled\:pt-24:disabled {
    padding-top: 6rem;
  }

  .lg\:disabled\:pr-24:disabled {
    padding-right: 6rem;
  }

  .lg\:disabled\:pb-24:disabled {
    padding-bottom: 6rem;
  }

  .lg\:disabled\:pl-24:disabled {
    padding-left: 6rem;
  }

  .lg\:disabled\:pt-32:disabled {
    padding-top: 8rem;
  }

  .lg\:disabled\:pr-32:disabled {
    padding-right: 8rem;
  }

  .lg\:disabled\:pb-32:disabled {
    padding-bottom: 8rem;
  }

  .lg\:disabled\:pl-32:disabled {
    padding-left: 8rem;
  }

  .lg\:disabled\:pt-40:disabled {
    padding-top: 10rem;
  }

  .lg\:disabled\:pr-40:disabled {
    padding-right: 10rem;
  }

  .lg\:disabled\:pb-40:disabled {
    padding-bottom: 10rem;
  }

  .lg\:disabled\:pl-40:disabled {
    padding-left: 10rem;
  }

  .lg\:disabled\:pt-48:disabled {
    padding-top: 12rem;
  }

  .lg\:disabled\:pr-48:disabled {
    padding-right: 12rem;
  }

  .lg\:disabled\:pb-48:disabled {
    padding-bottom: 12rem;
  }

  .lg\:disabled\:pl-48:disabled {
    padding-left: 12rem;
  }

  .lg\:disabled\:pt-56:disabled {
    padding-top: 14rem;
  }

  .lg\:disabled\:pr-56:disabled {
    padding-right: 14rem;
  }

  .lg\:disabled\:pb-56:disabled {
    padding-bottom: 14rem;
  }

  .lg\:disabled\:pl-56:disabled {
    padding-left: 14rem;
  }

  .lg\:disabled\:pt-64:disabled {
    padding-top: 16rem;
  }

  .lg\:disabled\:pr-64:disabled {
    padding-right: 16rem;
  }

  .lg\:disabled\:pb-64:disabled {
    padding-bottom: 16rem;
  }

  .lg\:disabled\:pl-64:disabled {
    padding-left: 16rem;
  }

  .lg\:disabled\:pt-px:disabled {
    padding-top: 1px;
  }

  .lg\:disabled\:pr-px:disabled {
    padding-right: 1px;
  }

  .lg\:disabled\:pb-px:disabled {
    padding-bottom: 1px;
  }

  .lg\:disabled\:pl-px:disabled {
    padding-left: 1px;
  }

  .lg\:placeholder-transparent::-webkit-input-placeholder {
    color: transparent;
  }

  .lg\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .lg\:placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .lg\:placeholder-transparent::-ms-input-placeholder {
    color: transparent;
  }

  .lg\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .lg\:placeholder-black::-webkit-input-placeholder {
    color: #000;
  }

  .lg\:placeholder-black::-moz-placeholder {
    color: #000;
  }

  .lg\:placeholder-black:-ms-input-placeholder {
    color: #000;
  }

  .lg\:placeholder-black::-ms-input-placeholder {
    color: #000;
  }

  .lg\:placeholder-black::placeholder {
    color: #000;
  }

  .lg\:placeholder-white::-webkit-input-placeholder {
    color: #fff;
  }

  .lg\:placeholder-white::-moz-placeholder {
    color: #fff;
  }

  .lg\:placeholder-white:-ms-input-placeholder {
    color: #fff;
  }

  .lg\:placeholder-white::-ms-input-placeholder {
    color: #fff;
  }

  .lg\:placeholder-white::placeholder {
    color: #fff;
  }

  .lg\:placeholder-gray-100::-webkit-input-placeholder {
    color: #f7fafc;
  }

  .lg\:placeholder-gray-100::-moz-placeholder {
    color: #f7fafc;
  }

  .lg\:placeholder-gray-100:-ms-input-placeholder {
    color: #f7fafc;
  }

  .lg\:placeholder-gray-100::-ms-input-placeholder {
    color: #f7fafc;
  }

  .lg\:placeholder-gray-100::placeholder {
    color: #f7fafc;
  }

  .lg\:placeholder-gray-200::-webkit-input-placeholder {
    color: #edf2f7;
  }

  .lg\:placeholder-gray-200::-moz-placeholder {
    color: #edf2f7;
  }

  .lg\:placeholder-gray-200:-ms-input-placeholder {
    color: #edf2f7;
  }

  .lg\:placeholder-gray-200::-ms-input-placeholder {
    color: #edf2f7;
  }

  .lg\:placeholder-gray-200::placeholder {
    color: #edf2f7;
  }

  .lg\:placeholder-gray-300::-webkit-input-placeholder {
    color: #e2e8f0;
  }

  .lg\:placeholder-gray-300::-moz-placeholder {
    color: #e2e8f0;
  }

  .lg\:placeholder-gray-300:-ms-input-placeholder {
    color: #e2e8f0;
  }

  .lg\:placeholder-gray-300::-ms-input-placeholder {
    color: #e2e8f0;
  }

  .lg\:placeholder-gray-300::placeholder {
    color: #e2e8f0;
  }

  .lg\:placeholder-gray-400::-webkit-input-placeholder {
    color: #cbd5e0;
  }

  .lg\:placeholder-gray-400::-moz-placeholder {
    color: #cbd5e0;
  }

  .lg\:placeholder-gray-400:-ms-input-placeholder {
    color: #cbd5e0;
  }

  .lg\:placeholder-gray-400::-ms-input-placeholder {
    color: #cbd5e0;
  }

  .lg\:placeholder-gray-400::placeholder {
    color: #cbd5e0;
  }

  .lg\:placeholder-gray-500::-webkit-input-placeholder {
    color: #a0aec0;
  }

  .lg\:placeholder-gray-500::-moz-placeholder {
    color: #a0aec0;
  }

  .lg\:placeholder-gray-500:-ms-input-placeholder {
    color: #a0aec0;
  }

  .lg\:placeholder-gray-500::-ms-input-placeholder {
    color: #a0aec0;
  }

  .lg\:placeholder-gray-500::placeholder {
    color: #a0aec0;
  }

  .lg\:placeholder-gray-600::-webkit-input-placeholder {
    color: #718096;
  }

  .lg\:placeholder-gray-600::-moz-placeholder {
    color: #718096;
  }

  .lg\:placeholder-gray-600:-ms-input-placeholder {
    color: #718096;
  }

  .lg\:placeholder-gray-600::-ms-input-placeholder {
    color: #718096;
  }

  .lg\:placeholder-gray-600::placeholder {
    color: #718096;
  }

  .lg\:placeholder-gray-700::-webkit-input-placeholder {
    color: #4a5568;
  }

  .lg\:placeholder-gray-700::-moz-placeholder {
    color: #4a5568;
  }

  .lg\:placeholder-gray-700:-ms-input-placeholder {
    color: #4a5568;
  }

  .lg\:placeholder-gray-700::-ms-input-placeholder {
    color: #4a5568;
  }

  .lg\:placeholder-gray-700::placeholder {
    color: #4a5568;
  }

  .lg\:placeholder-gray-800::-webkit-input-placeholder {
    color: #2d3748;
  }

  .lg\:placeholder-gray-800::-moz-placeholder {
    color: #2d3748;
  }

  .lg\:placeholder-gray-800:-ms-input-placeholder {
    color: #2d3748;
  }

  .lg\:placeholder-gray-800::-ms-input-placeholder {
    color: #2d3748;
  }

  .lg\:placeholder-gray-800::placeholder {
    color: #2d3748;
  }

  .lg\:placeholder-gray-900::-webkit-input-placeholder {
    color: #1a202c;
  }

  .lg\:placeholder-gray-900::-moz-placeholder {
    color: #1a202c;
  }

  .lg\:placeholder-gray-900:-ms-input-placeholder {
    color: #1a202c;
  }

  .lg\:placeholder-gray-900::-ms-input-placeholder {
    color: #1a202c;
  }

  .lg\:placeholder-gray-900::placeholder {
    color: #1a202c;
  }

  .lg\:placeholder-red-100::-webkit-input-placeholder {
    color: #fff5f5;
  }

  .lg\:placeholder-red-100::-moz-placeholder {
    color: #fff5f5;
  }

  .lg\:placeholder-red-100:-ms-input-placeholder {
    color: #fff5f5;
  }

  .lg\:placeholder-red-100::-ms-input-placeholder {
    color: #fff5f5;
  }

  .lg\:placeholder-red-100::placeholder {
    color: #fff5f5;
  }

  .lg\:placeholder-red-200::-webkit-input-placeholder {
    color: #fed7d7;
  }

  .lg\:placeholder-red-200::-moz-placeholder {
    color: #fed7d7;
  }

  .lg\:placeholder-red-200:-ms-input-placeholder {
    color: #fed7d7;
  }

  .lg\:placeholder-red-200::-ms-input-placeholder {
    color: #fed7d7;
  }

  .lg\:placeholder-red-200::placeholder {
    color: #fed7d7;
  }

  .lg\:placeholder-red-300::-webkit-input-placeholder {
    color: #feb2b2;
  }

  .lg\:placeholder-red-300::-moz-placeholder {
    color: #feb2b2;
  }

  .lg\:placeholder-red-300:-ms-input-placeholder {
    color: #feb2b2;
  }

  .lg\:placeholder-red-300::-ms-input-placeholder {
    color: #feb2b2;
  }

  .lg\:placeholder-red-300::placeholder {
    color: #feb2b2;
  }

  .lg\:placeholder-red-400::-webkit-input-placeholder {
    color: #fc8181;
  }

  .lg\:placeholder-red-400::-moz-placeholder {
    color: #fc8181;
  }

  .lg\:placeholder-red-400:-ms-input-placeholder {
    color: #fc8181;
  }

  .lg\:placeholder-red-400::-ms-input-placeholder {
    color: #fc8181;
  }

  .lg\:placeholder-red-400::placeholder {
    color: #fc8181;
  }

  .lg\:placeholder-red-500::-webkit-input-placeholder {
    color: #f56565;
  }

  .lg\:placeholder-red-500::-moz-placeholder {
    color: #f56565;
  }

  .lg\:placeholder-red-500:-ms-input-placeholder {
    color: #f56565;
  }

  .lg\:placeholder-red-500::-ms-input-placeholder {
    color: #f56565;
  }

  .lg\:placeholder-red-500::placeholder {
    color: #f56565;
  }

  .lg\:placeholder-red-600::-webkit-input-placeholder {
    color: #e53e3e;
  }

  .lg\:placeholder-red-600::-moz-placeholder {
    color: #e53e3e;
  }

  .lg\:placeholder-red-600:-ms-input-placeholder {
    color: #e53e3e;
  }

  .lg\:placeholder-red-600::-ms-input-placeholder {
    color: #e53e3e;
  }

  .lg\:placeholder-red-600::placeholder {
    color: #e53e3e;
  }

  .lg\:placeholder-red-700::-webkit-input-placeholder {
    color: #c53030;
  }

  .lg\:placeholder-red-700::-moz-placeholder {
    color: #c53030;
  }

  .lg\:placeholder-red-700:-ms-input-placeholder {
    color: #c53030;
  }

  .lg\:placeholder-red-700::-ms-input-placeholder {
    color: #c53030;
  }

  .lg\:placeholder-red-700::placeholder {
    color: #c53030;
  }

  .lg\:placeholder-red-800::-webkit-input-placeholder {
    color: #9b2c2c;
  }

  .lg\:placeholder-red-800::-moz-placeholder {
    color: #9b2c2c;
  }

  .lg\:placeholder-red-800:-ms-input-placeholder {
    color: #9b2c2c;
  }

  .lg\:placeholder-red-800::-ms-input-placeholder {
    color: #9b2c2c;
  }

  .lg\:placeholder-red-800::placeholder {
    color: #9b2c2c;
  }

  .lg\:placeholder-red-900::-webkit-input-placeholder {
    color: #742a2a;
  }

  .lg\:placeholder-red-900::-moz-placeholder {
    color: #742a2a;
  }

  .lg\:placeholder-red-900:-ms-input-placeholder {
    color: #742a2a;
  }

  .lg\:placeholder-red-900::-ms-input-placeholder {
    color: #742a2a;
  }

  .lg\:placeholder-red-900::placeholder {
    color: #742a2a;
  }

  .lg\:placeholder-orange-100::-webkit-input-placeholder {
    color: #fffaf0;
  }

  .lg\:placeholder-orange-100::-moz-placeholder {
    color: #fffaf0;
  }

  .lg\:placeholder-orange-100:-ms-input-placeholder {
    color: #fffaf0;
  }

  .lg\:placeholder-orange-100::-ms-input-placeholder {
    color: #fffaf0;
  }

  .lg\:placeholder-orange-100::placeholder {
    color: #fffaf0;
  }

  .lg\:placeholder-orange-200::-webkit-input-placeholder {
    color: #feebc8;
  }

  .lg\:placeholder-orange-200::-moz-placeholder {
    color: #feebc8;
  }

  .lg\:placeholder-orange-200:-ms-input-placeholder {
    color: #feebc8;
  }

  .lg\:placeholder-orange-200::-ms-input-placeholder {
    color: #feebc8;
  }

  .lg\:placeholder-orange-200::placeholder {
    color: #feebc8;
  }

  .lg\:placeholder-orange-300::-webkit-input-placeholder {
    color: #fbd38d;
  }

  .lg\:placeholder-orange-300::-moz-placeholder {
    color: #fbd38d;
  }

  .lg\:placeholder-orange-300:-ms-input-placeholder {
    color: #fbd38d;
  }

  .lg\:placeholder-orange-300::-ms-input-placeholder {
    color: #fbd38d;
  }

  .lg\:placeholder-orange-300::placeholder {
    color: #fbd38d;
  }

  .lg\:placeholder-orange-400::-webkit-input-placeholder {
    color: #f6ad55;
  }

  .lg\:placeholder-orange-400::-moz-placeholder {
    color: #f6ad55;
  }

  .lg\:placeholder-orange-400:-ms-input-placeholder {
    color: #f6ad55;
  }

  .lg\:placeholder-orange-400::-ms-input-placeholder {
    color: #f6ad55;
  }

  .lg\:placeholder-orange-400::placeholder {
    color: #f6ad55;
  }

  .lg\:placeholder-orange-500::-webkit-input-placeholder {
    color: #ed8936;
  }

  .lg\:placeholder-orange-500::-moz-placeholder {
    color: #ed8936;
  }

  .lg\:placeholder-orange-500:-ms-input-placeholder {
    color: #ed8936;
  }

  .lg\:placeholder-orange-500::-ms-input-placeholder {
    color: #ed8936;
  }

  .lg\:placeholder-orange-500::placeholder {
    color: #ed8936;
  }

  .lg\:placeholder-orange-600::-webkit-input-placeholder {
    color: #dd6b20;
  }

  .lg\:placeholder-orange-600::-moz-placeholder {
    color: #dd6b20;
  }

  .lg\:placeholder-orange-600:-ms-input-placeholder {
    color: #dd6b20;
  }

  .lg\:placeholder-orange-600::-ms-input-placeholder {
    color: #dd6b20;
  }

  .lg\:placeholder-orange-600::placeholder {
    color: #dd6b20;
  }

  .lg\:placeholder-orange-700::-webkit-input-placeholder {
    color: #c05621;
  }

  .lg\:placeholder-orange-700::-moz-placeholder {
    color: #c05621;
  }

  .lg\:placeholder-orange-700:-ms-input-placeholder {
    color: #c05621;
  }

  .lg\:placeholder-orange-700::-ms-input-placeholder {
    color: #c05621;
  }

  .lg\:placeholder-orange-700::placeholder {
    color: #c05621;
  }

  .lg\:placeholder-orange-800::-webkit-input-placeholder {
    color: #9c4221;
  }

  .lg\:placeholder-orange-800::-moz-placeholder {
    color: #9c4221;
  }

  .lg\:placeholder-orange-800:-ms-input-placeholder {
    color: #9c4221;
  }

  .lg\:placeholder-orange-800::-ms-input-placeholder {
    color: #9c4221;
  }

  .lg\:placeholder-orange-800::placeholder {
    color: #9c4221;
  }

  .lg\:placeholder-orange-900::-webkit-input-placeholder {
    color: #7b341e;
  }

  .lg\:placeholder-orange-900::-moz-placeholder {
    color: #7b341e;
  }

  .lg\:placeholder-orange-900:-ms-input-placeholder {
    color: #7b341e;
  }

  .lg\:placeholder-orange-900::-ms-input-placeholder {
    color: #7b341e;
  }

  .lg\:placeholder-orange-900::placeholder {
    color: #7b341e;
  }

  .lg\:placeholder-yellow-100::-webkit-input-placeholder {
    color: #fffff0;
  }

  .lg\:placeholder-yellow-100::-moz-placeholder {
    color: #fffff0;
  }

  .lg\:placeholder-yellow-100:-ms-input-placeholder {
    color: #fffff0;
  }

  .lg\:placeholder-yellow-100::-ms-input-placeholder {
    color: #fffff0;
  }

  .lg\:placeholder-yellow-100::placeholder {
    color: #fffff0;
  }

  .lg\:placeholder-yellow-200::-webkit-input-placeholder {
    color: #fefcbf;
  }

  .lg\:placeholder-yellow-200::-moz-placeholder {
    color: #fefcbf;
  }

  .lg\:placeholder-yellow-200:-ms-input-placeholder {
    color: #fefcbf;
  }

  .lg\:placeholder-yellow-200::-ms-input-placeholder {
    color: #fefcbf;
  }

  .lg\:placeholder-yellow-200::placeholder {
    color: #fefcbf;
  }

  .lg\:placeholder-yellow-300::-webkit-input-placeholder {
    color: #faf089;
  }

  .lg\:placeholder-yellow-300::-moz-placeholder {
    color: #faf089;
  }

  .lg\:placeholder-yellow-300:-ms-input-placeholder {
    color: #faf089;
  }

  .lg\:placeholder-yellow-300::-ms-input-placeholder {
    color: #faf089;
  }

  .lg\:placeholder-yellow-300::placeholder {
    color: #faf089;
  }

  .lg\:placeholder-yellow-400::-webkit-input-placeholder {
    color: #f6e05e;
  }

  .lg\:placeholder-yellow-400::-moz-placeholder {
    color: #f6e05e;
  }

  .lg\:placeholder-yellow-400:-ms-input-placeholder {
    color: #f6e05e;
  }

  .lg\:placeholder-yellow-400::-ms-input-placeholder {
    color: #f6e05e;
  }

  .lg\:placeholder-yellow-400::placeholder {
    color: #f6e05e;
  }

  .lg\:placeholder-yellow-500::-webkit-input-placeholder {
    color: #ecc94b;
  }

  .lg\:placeholder-yellow-500::-moz-placeholder {
    color: #ecc94b;
  }

  .lg\:placeholder-yellow-500:-ms-input-placeholder {
    color: #ecc94b;
  }

  .lg\:placeholder-yellow-500::-ms-input-placeholder {
    color: #ecc94b;
  }

  .lg\:placeholder-yellow-500::placeholder {
    color: #ecc94b;
  }

  .lg\:placeholder-yellow-600::-webkit-input-placeholder {
    color: #d69e2e;
  }

  .lg\:placeholder-yellow-600::-moz-placeholder {
    color: #d69e2e;
  }

  .lg\:placeholder-yellow-600:-ms-input-placeholder {
    color: #d69e2e;
  }

  .lg\:placeholder-yellow-600::-ms-input-placeholder {
    color: #d69e2e;
  }

  .lg\:placeholder-yellow-600::placeholder {
    color: #d69e2e;
  }

  .lg\:placeholder-yellow-700::-webkit-input-placeholder {
    color: #b7791f;
  }

  .lg\:placeholder-yellow-700::-moz-placeholder {
    color: #b7791f;
  }

  .lg\:placeholder-yellow-700:-ms-input-placeholder {
    color: #b7791f;
  }

  .lg\:placeholder-yellow-700::-ms-input-placeholder {
    color: #b7791f;
  }

  .lg\:placeholder-yellow-700::placeholder {
    color: #b7791f;
  }

  .lg\:placeholder-yellow-800::-webkit-input-placeholder {
    color: #975a16;
  }

  .lg\:placeholder-yellow-800::-moz-placeholder {
    color: #975a16;
  }

  .lg\:placeholder-yellow-800:-ms-input-placeholder {
    color: #975a16;
  }

  .lg\:placeholder-yellow-800::-ms-input-placeholder {
    color: #975a16;
  }

  .lg\:placeholder-yellow-800::placeholder {
    color: #975a16;
  }

  .lg\:placeholder-yellow-900::-webkit-input-placeholder {
    color: #744210;
  }

  .lg\:placeholder-yellow-900::-moz-placeholder {
    color: #744210;
  }

  .lg\:placeholder-yellow-900:-ms-input-placeholder {
    color: #744210;
  }

  .lg\:placeholder-yellow-900::-ms-input-placeholder {
    color: #744210;
  }

  .lg\:placeholder-yellow-900::placeholder {
    color: #744210;
  }

  .lg\:placeholder-green-100::-webkit-input-placeholder {
    color: #f0fff4;
  }

  .lg\:placeholder-green-100::-moz-placeholder {
    color: #f0fff4;
  }

  .lg\:placeholder-green-100:-ms-input-placeholder {
    color: #f0fff4;
  }

  .lg\:placeholder-green-100::-ms-input-placeholder {
    color: #f0fff4;
  }

  .lg\:placeholder-green-100::placeholder {
    color: #f0fff4;
  }

  .lg\:placeholder-green-200::-webkit-input-placeholder {
    color: #c6f6d5;
  }

  .lg\:placeholder-green-200::-moz-placeholder {
    color: #c6f6d5;
  }

  .lg\:placeholder-green-200:-ms-input-placeholder {
    color: #c6f6d5;
  }

  .lg\:placeholder-green-200::-ms-input-placeholder {
    color: #c6f6d5;
  }

  .lg\:placeholder-green-200::placeholder {
    color: #c6f6d5;
  }

  .lg\:placeholder-green-300::-webkit-input-placeholder {
    color: #9ae6b4;
  }

  .lg\:placeholder-green-300::-moz-placeholder {
    color: #9ae6b4;
  }

  .lg\:placeholder-green-300:-ms-input-placeholder {
    color: #9ae6b4;
  }

  .lg\:placeholder-green-300::-ms-input-placeholder {
    color: #9ae6b4;
  }

  .lg\:placeholder-green-300::placeholder {
    color: #9ae6b4;
  }

  .lg\:placeholder-green-400::-webkit-input-placeholder {
    color: #68d391;
  }

  .lg\:placeholder-green-400::-moz-placeholder {
    color: #68d391;
  }

  .lg\:placeholder-green-400:-ms-input-placeholder {
    color: #68d391;
  }

  .lg\:placeholder-green-400::-ms-input-placeholder {
    color: #68d391;
  }

  .lg\:placeholder-green-400::placeholder {
    color: #68d391;
  }

  .lg\:placeholder-green-500::-webkit-input-placeholder {
    color: #48bb78;
  }

  .lg\:placeholder-green-500::-moz-placeholder {
    color: #48bb78;
  }

  .lg\:placeholder-green-500:-ms-input-placeholder {
    color: #48bb78;
  }

  .lg\:placeholder-green-500::-ms-input-placeholder {
    color: #48bb78;
  }

  .lg\:placeholder-green-500::placeholder {
    color: #48bb78;
  }

  .lg\:placeholder-green-600::-webkit-input-placeholder {
    color: #38a169;
  }

  .lg\:placeholder-green-600::-moz-placeholder {
    color: #38a169;
  }

  .lg\:placeholder-green-600:-ms-input-placeholder {
    color: #38a169;
  }

  .lg\:placeholder-green-600::-ms-input-placeholder {
    color: #38a169;
  }

  .lg\:placeholder-green-600::placeholder {
    color: #38a169;
  }

  .lg\:placeholder-green-700::-webkit-input-placeholder {
    color: #2f855a;
  }

  .lg\:placeholder-green-700::-moz-placeholder {
    color: #2f855a;
  }

  .lg\:placeholder-green-700:-ms-input-placeholder {
    color: #2f855a;
  }

  .lg\:placeholder-green-700::-ms-input-placeholder {
    color: #2f855a;
  }

  .lg\:placeholder-green-700::placeholder {
    color: #2f855a;
  }

  .lg\:placeholder-green-800::-webkit-input-placeholder {
    color: #276749;
  }

  .lg\:placeholder-green-800::-moz-placeholder {
    color: #276749;
  }

  .lg\:placeholder-green-800:-ms-input-placeholder {
    color: #276749;
  }

  .lg\:placeholder-green-800::-ms-input-placeholder {
    color: #276749;
  }

  .lg\:placeholder-green-800::placeholder {
    color: #276749;
  }

  .lg\:placeholder-green-900::-webkit-input-placeholder {
    color: #22543d;
  }

  .lg\:placeholder-green-900::-moz-placeholder {
    color: #22543d;
  }

  .lg\:placeholder-green-900:-ms-input-placeholder {
    color: #22543d;
  }

  .lg\:placeholder-green-900::-ms-input-placeholder {
    color: #22543d;
  }

  .lg\:placeholder-green-900::placeholder {
    color: #22543d;
  }

  .lg\:placeholder-teal-100::-webkit-input-placeholder {
    color: #e6fffa;
  }

  .lg\:placeholder-teal-100::-moz-placeholder {
    color: #e6fffa;
  }

  .lg\:placeholder-teal-100:-ms-input-placeholder {
    color: #e6fffa;
  }

  .lg\:placeholder-teal-100::-ms-input-placeholder {
    color: #e6fffa;
  }

  .lg\:placeholder-teal-100::placeholder {
    color: #e6fffa;
  }

  .lg\:placeholder-teal-200::-webkit-input-placeholder {
    color: #b2f5ea;
  }

  .lg\:placeholder-teal-200::-moz-placeholder {
    color: #b2f5ea;
  }

  .lg\:placeholder-teal-200:-ms-input-placeholder {
    color: #b2f5ea;
  }

  .lg\:placeholder-teal-200::-ms-input-placeholder {
    color: #b2f5ea;
  }

  .lg\:placeholder-teal-200::placeholder {
    color: #b2f5ea;
  }

  .lg\:placeholder-teal-300::-webkit-input-placeholder {
    color: #81e6d9;
  }

  .lg\:placeholder-teal-300::-moz-placeholder {
    color: #81e6d9;
  }

  .lg\:placeholder-teal-300:-ms-input-placeholder {
    color: #81e6d9;
  }

  .lg\:placeholder-teal-300::-ms-input-placeholder {
    color: #81e6d9;
  }

  .lg\:placeholder-teal-300::placeholder {
    color: #81e6d9;
  }

  .lg\:placeholder-teal-400::-webkit-input-placeholder {
    color: #4fd1c5;
  }

  .lg\:placeholder-teal-400::-moz-placeholder {
    color: #4fd1c5;
  }

  .lg\:placeholder-teal-400:-ms-input-placeholder {
    color: #4fd1c5;
  }

  .lg\:placeholder-teal-400::-ms-input-placeholder {
    color: #4fd1c5;
  }

  .lg\:placeholder-teal-400::placeholder {
    color: #4fd1c5;
  }

  .lg\:placeholder-teal-500::-webkit-input-placeholder {
    color: #38b2ac;
  }

  .lg\:placeholder-teal-500::-moz-placeholder {
    color: #38b2ac;
  }

  .lg\:placeholder-teal-500:-ms-input-placeholder {
    color: #38b2ac;
  }

  .lg\:placeholder-teal-500::-ms-input-placeholder {
    color: #38b2ac;
  }

  .lg\:placeholder-teal-500::placeholder {
    color: #38b2ac;
  }

  .lg\:placeholder-teal-600::-webkit-input-placeholder {
    color: #319795;
  }

  .lg\:placeholder-teal-600::-moz-placeholder {
    color: #319795;
  }

  .lg\:placeholder-teal-600:-ms-input-placeholder {
    color: #319795;
  }

  .lg\:placeholder-teal-600::-ms-input-placeholder {
    color: #319795;
  }

  .lg\:placeholder-teal-600::placeholder {
    color: #319795;
  }

  .lg\:placeholder-teal-700::-webkit-input-placeholder {
    color: #2c7a7b;
  }

  .lg\:placeholder-teal-700::-moz-placeholder {
    color: #2c7a7b;
  }

  .lg\:placeholder-teal-700:-ms-input-placeholder {
    color: #2c7a7b;
  }

  .lg\:placeholder-teal-700::-ms-input-placeholder {
    color: #2c7a7b;
  }

  .lg\:placeholder-teal-700::placeholder {
    color: #2c7a7b;
  }

  .lg\:placeholder-teal-800::-webkit-input-placeholder {
    color: #285e61;
  }

  .lg\:placeholder-teal-800::-moz-placeholder {
    color: #285e61;
  }

  .lg\:placeholder-teal-800:-ms-input-placeholder {
    color: #285e61;
  }

  .lg\:placeholder-teal-800::-ms-input-placeholder {
    color: #285e61;
  }

  .lg\:placeholder-teal-800::placeholder {
    color: #285e61;
  }

  .lg\:placeholder-teal-900::-webkit-input-placeholder {
    color: #234e52;
  }

  .lg\:placeholder-teal-900::-moz-placeholder {
    color: #234e52;
  }

  .lg\:placeholder-teal-900:-ms-input-placeholder {
    color: #234e52;
  }

  .lg\:placeholder-teal-900::-ms-input-placeholder {
    color: #234e52;
  }

  .lg\:placeholder-teal-900::placeholder {
    color: #234e52;
  }

  .lg\:placeholder-blue-100::-webkit-input-placeholder {
    color: #ebf8ff;
  }

  .lg\:placeholder-blue-100::-moz-placeholder {
    color: #ebf8ff;
  }

  .lg\:placeholder-blue-100:-ms-input-placeholder {
    color: #ebf8ff;
  }

  .lg\:placeholder-blue-100::-ms-input-placeholder {
    color: #ebf8ff;
  }

  .lg\:placeholder-blue-100::placeholder {
    color: #ebf8ff;
  }

  .lg\:placeholder-blue-200::-webkit-input-placeholder {
    color: #bee3f8;
  }

  .lg\:placeholder-blue-200::-moz-placeholder {
    color: #bee3f8;
  }

  .lg\:placeholder-blue-200:-ms-input-placeholder {
    color: #bee3f8;
  }

  .lg\:placeholder-blue-200::-ms-input-placeholder {
    color: #bee3f8;
  }

  .lg\:placeholder-blue-200::placeholder {
    color: #bee3f8;
  }

  .lg\:placeholder-blue-300::-webkit-input-placeholder {
    color: #90cdf4;
  }

  .lg\:placeholder-blue-300::-moz-placeholder {
    color: #90cdf4;
  }

  .lg\:placeholder-blue-300:-ms-input-placeholder {
    color: #90cdf4;
  }

  .lg\:placeholder-blue-300::-ms-input-placeholder {
    color: #90cdf4;
  }

  .lg\:placeholder-blue-300::placeholder {
    color: #90cdf4;
  }

  .lg\:placeholder-blue-400::-webkit-input-placeholder {
    color: #63b3ed;
  }

  .lg\:placeholder-blue-400::-moz-placeholder {
    color: #63b3ed;
  }

  .lg\:placeholder-blue-400:-ms-input-placeholder {
    color: #63b3ed;
  }

  .lg\:placeholder-blue-400::-ms-input-placeholder {
    color: #63b3ed;
  }

  .lg\:placeholder-blue-400::placeholder {
    color: #63b3ed;
  }

  .lg\:placeholder-blue-500::-webkit-input-placeholder {
    color: #4299e1;
  }

  .lg\:placeholder-blue-500::-moz-placeholder {
    color: #4299e1;
  }

  .lg\:placeholder-blue-500:-ms-input-placeholder {
    color: #4299e1;
  }

  .lg\:placeholder-blue-500::-ms-input-placeholder {
    color: #4299e1;
  }

  .lg\:placeholder-blue-500::placeholder {
    color: #4299e1;
  }

  .lg\:placeholder-blue-600::-webkit-input-placeholder {
    color: #3182ce;
  }

  .lg\:placeholder-blue-600::-moz-placeholder {
    color: #3182ce;
  }

  .lg\:placeholder-blue-600:-ms-input-placeholder {
    color: #3182ce;
  }

  .lg\:placeholder-blue-600::-ms-input-placeholder {
    color: #3182ce;
  }

  .lg\:placeholder-blue-600::placeholder {
    color: #3182ce;
  }

  .lg\:placeholder-blue-700::-webkit-input-placeholder {
    color: #2b6cb0;
  }

  .lg\:placeholder-blue-700::-moz-placeholder {
    color: #2b6cb0;
  }

  .lg\:placeholder-blue-700:-ms-input-placeholder {
    color: #2b6cb0;
  }

  .lg\:placeholder-blue-700::-ms-input-placeholder {
    color: #2b6cb0;
  }

  .lg\:placeholder-blue-700::placeholder {
    color: #2b6cb0;
  }

  .lg\:placeholder-blue-800::-webkit-input-placeholder {
    color: #2c5282;
  }

  .lg\:placeholder-blue-800::-moz-placeholder {
    color: #2c5282;
  }

  .lg\:placeholder-blue-800:-ms-input-placeholder {
    color: #2c5282;
  }

  .lg\:placeholder-blue-800::-ms-input-placeholder {
    color: #2c5282;
  }

  .lg\:placeholder-blue-800::placeholder {
    color: #2c5282;
  }

  .lg\:placeholder-blue-900::-webkit-input-placeholder {
    color: #2a4365;
  }

  .lg\:placeholder-blue-900::-moz-placeholder {
    color: #2a4365;
  }

  .lg\:placeholder-blue-900:-ms-input-placeholder {
    color: #2a4365;
  }

  .lg\:placeholder-blue-900::-ms-input-placeholder {
    color: #2a4365;
  }

  .lg\:placeholder-blue-900::placeholder {
    color: #2a4365;
  }

  .lg\:placeholder-indigo-100::-webkit-input-placeholder {
    color: #ebf4ff;
  }

  .lg\:placeholder-indigo-100::-moz-placeholder {
    color: #ebf4ff;
  }

  .lg\:placeholder-indigo-100:-ms-input-placeholder {
    color: #ebf4ff;
  }

  .lg\:placeholder-indigo-100::-ms-input-placeholder {
    color: #ebf4ff;
  }

  .lg\:placeholder-indigo-100::placeholder {
    color: #ebf4ff;
  }

  .lg\:placeholder-indigo-200::-webkit-input-placeholder {
    color: #c3dafe;
  }

  .lg\:placeholder-indigo-200::-moz-placeholder {
    color: #c3dafe;
  }

  .lg\:placeholder-indigo-200:-ms-input-placeholder {
    color: #c3dafe;
  }

  .lg\:placeholder-indigo-200::-ms-input-placeholder {
    color: #c3dafe;
  }

  .lg\:placeholder-indigo-200::placeholder {
    color: #c3dafe;
  }

  .lg\:placeholder-indigo-300::-webkit-input-placeholder {
    color: #a3bffa;
  }

  .lg\:placeholder-indigo-300::-moz-placeholder {
    color: #a3bffa;
  }

  .lg\:placeholder-indigo-300:-ms-input-placeholder {
    color: #a3bffa;
  }

  .lg\:placeholder-indigo-300::-ms-input-placeholder {
    color: #a3bffa;
  }

  .lg\:placeholder-indigo-300::placeholder {
    color: #a3bffa;
  }

  .lg\:placeholder-indigo-400::-webkit-input-placeholder {
    color: #7f9cf5;
  }

  .lg\:placeholder-indigo-400::-moz-placeholder {
    color: #7f9cf5;
  }

  .lg\:placeholder-indigo-400:-ms-input-placeholder {
    color: #7f9cf5;
  }

  .lg\:placeholder-indigo-400::-ms-input-placeholder {
    color: #7f9cf5;
  }

  .lg\:placeholder-indigo-400::placeholder {
    color: #7f9cf5;
  }

  .lg\:placeholder-indigo-500::-webkit-input-placeholder {
    color: #667eea;
  }

  .lg\:placeholder-indigo-500::-moz-placeholder {
    color: #667eea;
  }

  .lg\:placeholder-indigo-500:-ms-input-placeholder {
    color: #667eea;
  }

  .lg\:placeholder-indigo-500::-ms-input-placeholder {
    color: #667eea;
  }

  .lg\:placeholder-indigo-500::placeholder {
    color: #667eea;
  }

  .lg\:placeholder-indigo-600::-webkit-input-placeholder {
    color: #5a67d8;
  }

  .lg\:placeholder-indigo-600::-moz-placeholder {
    color: #5a67d8;
  }

  .lg\:placeholder-indigo-600:-ms-input-placeholder {
    color: #5a67d8;
  }

  .lg\:placeholder-indigo-600::-ms-input-placeholder {
    color: #5a67d8;
  }

  .lg\:placeholder-indigo-600::placeholder {
    color: #5a67d8;
  }

  .lg\:placeholder-indigo-700::-webkit-input-placeholder {
    color: #4c51bf;
  }

  .lg\:placeholder-indigo-700::-moz-placeholder {
    color: #4c51bf;
  }

  .lg\:placeholder-indigo-700:-ms-input-placeholder {
    color: #4c51bf;
  }

  .lg\:placeholder-indigo-700::-ms-input-placeholder {
    color: #4c51bf;
  }

  .lg\:placeholder-indigo-700::placeholder {
    color: #4c51bf;
  }

  .lg\:placeholder-indigo-800::-webkit-input-placeholder {
    color: #434190;
  }

  .lg\:placeholder-indigo-800::-moz-placeholder {
    color: #434190;
  }

  .lg\:placeholder-indigo-800:-ms-input-placeholder {
    color: #434190;
  }

  .lg\:placeholder-indigo-800::-ms-input-placeholder {
    color: #434190;
  }

  .lg\:placeholder-indigo-800::placeholder {
    color: #434190;
  }

  .lg\:placeholder-indigo-900::-webkit-input-placeholder {
    color: #3c366b;
  }

  .lg\:placeholder-indigo-900::-moz-placeholder {
    color: #3c366b;
  }

  .lg\:placeholder-indigo-900:-ms-input-placeholder {
    color: #3c366b;
  }

  .lg\:placeholder-indigo-900::-ms-input-placeholder {
    color: #3c366b;
  }

  .lg\:placeholder-indigo-900::placeholder {
    color: #3c366b;
  }

  .lg\:placeholder-purple-100::-webkit-input-placeholder {
    color: #faf5ff;
  }

  .lg\:placeholder-purple-100::-moz-placeholder {
    color: #faf5ff;
  }

  .lg\:placeholder-purple-100:-ms-input-placeholder {
    color: #faf5ff;
  }

  .lg\:placeholder-purple-100::-ms-input-placeholder {
    color: #faf5ff;
  }

  .lg\:placeholder-purple-100::placeholder {
    color: #faf5ff;
  }

  .lg\:placeholder-purple-200::-webkit-input-placeholder {
    color: #e9d8fd;
  }

  .lg\:placeholder-purple-200::-moz-placeholder {
    color: #e9d8fd;
  }

  .lg\:placeholder-purple-200:-ms-input-placeholder {
    color: #e9d8fd;
  }

  .lg\:placeholder-purple-200::-ms-input-placeholder {
    color: #e9d8fd;
  }

  .lg\:placeholder-purple-200::placeholder {
    color: #e9d8fd;
  }

  .lg\:placeholder-purple-300::-webkit-input-placeholder {
    color: #d6bcfa;
  }

  .lg\:placeholder-purple-300::-moz-placeholder {
    color: #d6bcfa;
  }

  .lg\:placeholder-purple-300:-ms-input-placeholder {
    color: #d6bcfa;
  }

  .lg\:placeholder-purple-300::-ms-input-placeholder {
    color: #d6bcfa;
  }

  .lg\:placeholder-purple-300::placeholder {
    color: #d6bcfa;
  }

  .lg\:placeholder-purple-400::-webkit-input-placeholder {
    color: #b794f4;
  }

  .lg\:placeholder-purple-400::-moz-placeholder {
    color: #b794f4;
  }

  .lg\:placeholder-purple-400:-ms-input-placeholder {
    color: #b794f4;
  }

  .lg\:placeholder-purple-400::-ms-input-placeholder {
    color: #b794f4;
  }

  .lg\:placeholder-purple-400::placeholder {
    color: #b794f4;
  }

  .lg\:placeholder-purple-500::-webkit-input-placeholder {
    color: #9f7aea;
  }

  .lg\:placeholder-purple-500::-moz-placeholder {
    color: #9f7aea;
  }

  .lg\:placeholder-purple-500:-ms-input-placeholder {
    color: #9f7aea;
  }

  .lg\:placeholder-purple-500::-ms-input-placeholder {
    color: #9f7aea;
  }

  .lg\:placeholder-purple-500::placeholder {
    color: #9f7aea;
  }

  .lg\:placeholder-purple-600::-webkit-input-placeholder {
    color: #805ad5;
  }

  .lg\:placeholder-purple-600::-moz-placeholder {
    color: #805ad5;
  }

  .lg\:placeholder-purple-600:-ms-input-placeholder {
    color: #805ad5;
  }

  .lg\:placeholder-purple-600::-ms-input-placeholder {
    color: #805ad5;
  }

  .lg\:placeholder-purple-600::placeholder {
    color: #805ad5;
  }

  .lg\:placeholder-purple-700::-webkit-input-placeholder {
    color: #6b46c1;
  }

  .lg\:placeholder-purple-700::-moz-placeholder {
    color: #6b46c1;
  }

  .lg\:placeholder-purple-700:-ms-input-placeholder {
    color: #6b46c1;
  }

  .lg\:placeholder-purple-700::-ms-input-placeholder {
    color: #6b46c1;
  }

  .lg\:placeholder-purple-700::placeholder {
    color: #6b46c1;
  }

  .lg\:placeholder-purple-800::-webkit-input-placeholder {
    color: #553c9a;
  }

  .lg\:placeholder-purple-800::-moz-placeholder {
    color: #553c9a;
  }

  .lg\:placeholder-purple-800:-ms-input-placeholder {
    color: #553c9a;
  }

  .lg\:placeholder-purple-800::-ms-input-placeholder {
    color: #553c9a;
  }

  .lg\:placeholder-purple-800::placeholder {
    color: #553c9a;
  }

  .lg\:placeholder-purple-900::-webkit-input-placeholder {
    color: #44337a;
  }

  .lg\:placeholder-purple-900::-moz-placeholder {
    color: #44337a;
  }

  .lg\:placeholder-purple-900:-ms-input-placeholder {
    color: #44337a;
  }

  .lg\:placeholder-purple-900::-ms-input-placeholder {
    color: #44337a;
  }

  .lg\:placeholder-purple-900::placeholder {
    color: #44337a;
  }

  .lg\:placeholder-pink-100::-webkit-input-placeholder {
    color: #fff5f7;
  }

  .lg\:placeholder-pink-100::-moz-placeholder {
    color: #fff5f7;
  }

  .lg\:placeholder-pink-100:-ms-input-placeholder {
    color: #fff5f7;
  }

  .lg\:placeholder-pink-100::-ms-input-placeholder {
    color: #fff5f7;
  }

  .lg\:placeholder-pink-100::placeholder {
    color: #fff5f7;
  }

  .lg\:placeholder-pink-200::-webkit-input-placeholder {
    color: #fed7e2;
  }

  .lg\:placeholder-pink-200::-moz-placeholder {
    color: #fed7e2;
  }

  .lg\:placeholder-pink-200:-ms-input-placeholder {
    color: #fed7e2;
  }

  .lg\:placeholder-pink-200::-ms-input-placeholder {
    color: #fed7e2;
  }

  .lg\:placeholder-pink-200::placeholder {
    color: #fed7e2;
  }

  .lg\:placeholder-pink-300::-webkit-input-placeholder {
    color: #fbb6ce;
  }

  .lg\:placeholder-pink-300::-moz-placeholder {
    color: #fbb6ce;
  }

  .lg\:placeholder-pink-300:-ms-input-placeholder {
    color: #fbb6ce;
  }

  .lg\:placeholder-pink-300::-ms-input-placeholder {
    color: #fbb6ce;
  }

  .lg\:placeholder-pink-300::placeholder {
    color: #fbb6ce;
  }

  .lg\:placeholder-pink-400::-webkit-input-placeholder {
    color: #f687b3;
  }

  .lg\:placeholder-pink-400::-moz-placeholder {
    color: #f687b3;
  }

  .lg\:placeholder-pink-400:-ms-input-placeholder {
    color: #f687b3;
  }

  .lg\:placeholder-pink-400::-ms-input-placeholder {
    color: #f687b3;
  }

  .lg\:placeholder-pink-400::placeholder {
    color: #f687b3;
  }

  .lg\:placeholder-pink-500::-webkit-input-placeholder {
    color: #ed64a6;
  }

  .lg\:placeholder-pink-500::-moz-placeholder {
    color: #ed64a6;
  }

  .lg\:placeholder-pink-500:-ms-input-placeholder {
    color: #ed64a6;
  }

  .lg\:placeholder-pink-500::-ms-input-placeholder {
    color: #ed64a6;
  }

  .lg\:placeholder-pink-500::placeholder {
    color: #ed64a6;
  }

  .lg\:placeholder-pink-600::-webkit-input-placeholder {
    color: #d53f8c;
  }

  .lg\:placeholder-pink-600::-moz-placeholder {
    color: #d53f8c;
  }

  .lg\:placeholder-pink-600:-ms-input-placeholder {
    color: #d53f8c;
  }

  .lg\:placeholder-pink-600::-ms-input-placeholder {
    color: #d53f8c;
  }

  .lg\:placeholder-pink-600::placeholder {
    color: #d53f8c;
  }

  .lg\:placeholder-pink-700::-webkit-input-placeholder {
    color: #b83280;
  }

  .lg\:placeholder-pink-700::-moz-placeholder {
    color: #b83280;
  }

  .lg\:placeholder-pink-700:-ms-input-placeholder {
    color: #b83280;
  }

  .lg\:placeholder-pink-700::-ms-input-placeholder {
    color: #b83280;
  }

  .lg\:placeholder-pink-700::placeholder {
    color: #b83280;
  }

  .lg\:placeholder-pink-800::-webkit-input-placeholder {
    color: #97266d;
  }

  .lg\:placeholder-pink-800::-moz-placeholder {
    color: #97266d;
  }

  .lg\:placeholder-pink-800:-ms-input-placeholder {
    color: #97266d;
  }

  .lg\:placeholder-pink-800::-ms-input-placeholder {
    color: #97266d;
  }

  .lg\:placeholder-pink-800::placeholder {
    color: #97266d;
  }

  .lg\:placeholder-pink-900::-webkit-input-placeholder {
    color: #702459;
  }

  .lg\:placeholder-pink-900::-moz-placeholder {
    color: #702459;
  }

  .lg\:placeholder-pink-900:-ms-input-placeholder {
    color: #702459;
  }

  .lg\:placeholder-pink-900::-ms-input-placeholder {
    color: #702459;
  }

  .lg\:placeholder-pink-900::placeholder {
    color: #702459;
  }

  .group:hover .lg\:group-hover\:placeholder-transparent::-webkit-input-placeholder {
    color: transparent;
  }

  .group:hover .lg\:group-hover\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .group:hover .lg\:group-hover\:placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .group:hover .lg\:group-hover\:placeholder-transparent::-ms-input-placeholder {
    color: transparent;
  }

  .group:hover .lg\:group-hover\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .group:hover .lg\:group-hover\:placeholder-black::-webkit-input-placeholder {
    color: #000;
  }

  .group:hover .lg\:group-hover\:placeholder-black::-moz-placeholder {
    color: #000;
  }

  .group:hover .lg\:group-hover\:placeholder-black:-ms-input-placeholder {
    color: #000;
  }

  .group:hover .lg\:group-hover\:placeholder-black::-ms-input-placeholder {
    color: #000;
  }

  .group:hover .lg\:group-hover\:placeholder-black::placeholder {
    color: #000;
  }

  .group:hover .lg\:group-hover\:placeholder-white::-webkit-input-placeholder {
    color: #fff;
  }

  .group:hover .lg\:group-hover\:placeholder-white::-moz-placeholder {
    color: #fff;
  }

  .group:hover .lg\:group-hover\:placeholder-white:-ms-input-placeholder {
    color: #fff;
  }

  .group:hover .lg\:group-hover\:placeholder-white::-ms-input-placeholder {
    color: #fff;
  }

  .group:hover .lg\:group-hover\:placeholder-white::placeholder {
    color: #fff;
  }

  .group:hover .lg\:group-hover\:placeholder-gray-100::-webkit-input-placeholder {
    color: #f7fafc;
  }

  .group:hover .lg\:group-hover\:placeholder-gray-100::-moz-placeholder {
    color: #f7fafc;
  }

  .group:hover .lg\:group-hover\:placeholder-gray-100:-ms-input-placeholder {
    color: #f7fafc;
  }

  .group:hover .lg\:group-hover\:placeholder-gray-100::-ms-input-placeholder {
    color: #f7fafc;
  }

  .group:hover .lg\:group-hover\:placeholder-gray-100::placeholder {
    color: #f7fafc;
  }

  .group:hover .lg\:group-hover\:placeholder-gray-200::-webkit-input-placeholder {
    color: #edf2f7;
  }

  .group:hover .lg\:group-hover\:placeholder-gray-200::-moz-placeholder {
    color: #edf2f7;
  }

  .group:hover .lg\:group-hover\:placeholder-gray-200:-ms-input-placeholder {
    color: #edf2f7;
  }

  .group:hover .lg\:group-hover\:placeholder-gray-200::-ms-input-placeholder {
    color: #edf2f7;
  }

  .group:hover .lg\:group-hover\:placeholder-gray-200::placeholder {
    color: #edf2f7;
  }

  .group:hover .lg\:group-hover\:placeholder-gray-300::-webkit-input-placeholder {
    color: #e2e8f0;
  }

  .group:hover .lg\:group-hover\:placeholder-gray-300::-moz-placeholder {
    color: #e2e8f0;
  }

  .group:hover .lg\:group-hover\:placeholder-gray-300:-ms-input-placeholder {
    color: #e2e8f0;
  }

  .group:hover .lg\:group-hover\:placeholder-gray-300::-ms-input-placeholder {
    color: #e2e8f0;
  }

  .group:hover .lg\:group-hover\:placeholder-gray-300::placeholder {
    color: #e2e8f0;
  }

  .group:hover .lg\:group-hover\:placeholder-gray-400::-webkit-input-placeholder {
    color: #cbd5e0;
  }

  .group:hover .lg\:group-hover\:placeholder-gray-400::-moz-placeholder {
    color: #cbd5e0;
  }

  .group:hover .lg\:group-hover\:placeholder-gray-400:-ms-input-placeholder {
    color: #cbd5e0;
  }

  .group:hover .lg\:group-hover\:placeholder-gray-400::-ms-input-placeholder {
    color: #cbd5e0;
  }

  .group:hover .lg\:group-hover\:placeholder-gray-400::placeholder {
    color: #cbd5e0;
  }

  .group:hover .lg\:group-hover\:placeholder-gray-500::-webkit-input-placeholder {
    color: #a0aec0;
  }

  .group:hover .lg\:group-hover\:placeholder-gray-500::-moz-placeholder {
    color: #a0aec0;
  }

  .group:hover .lg\:group-hover\:placeholder-gray-500:-ms-input-placeholder {
    color: #a0aec0;
  }

  .group:hover .lg\:group-hover\:placeholder-gray-500::-ms-input-placeholder {
    color: #a0aec0;
  }

  .group:hover .lg\:group-hover\:placeholder-gray-500::placeholder {
    color: #a0aec0;
  }

  .group:hover .lg\:group-hover\:placeholder-gray-600::-webkit-input-placeholder {
    color: #718096;
  }

  .group:hover .lg\:group-hover\:placeholder-gray-600::-moz-placeholder {
    color: #718096;
  }

  .group:hover .lg\:group-hover\:placeholder-gray-600:-ms-input-placeholder {
    color: #718096;
  }

  .group:hover .lg\:group-hover\:placeholder-gray-600::-ms-input-placeholder {
    color: #718096;
  }

  .group:hover .lg\:group-hover\:placeholder-gray-600::placeholder {
    color: #718096;
  }

  .group:hover .lg\:group-hover\:placeholder-gray-700::-webkit-input-placeholder {
    color: #4a5568;
  }

  .group:hover .lg\:group-hover\:placeholder-gray-700::-moz-placeholder {
    color: #4a5568;
  }

  .group:hover .lg\:group-hover\:placeholder-gray-700:-ms-input-placeholder {
    color: #4a5568;
  }

  .group:hover .lg\:group-hover\:placeholder-gray-700::-ms-input-placeholder {
    color: #4a5568;
  }

  .group:hover .lg\:group-hover\:placeholder-gray-700::placeholder {
    color: #4a5568;
  }

  .group:hover .lg\:group-hover\:placeholder-gray-800::-webkit-input-placeholder {
    color: #2d3748;
  }

  .group:hover .lg\:group-hover\:placeholder-gray-800::-moz-placeholder {
    color: #2d3748;
  }

  .group:hover .lg\:group-hover\:placeholder-gray-800:-ms-input-placeholder {
    color: #2d3748;
  }

  .group:hover .lg\:group-hover\:placeholder-gray-800::-ms-input-placeholder {
    color: #2d3748;
  }

  .group:hover .lg\:group-hover\:placeholder-gray-800::placeholder {
    color: #2d3748;
  }

  .group:hover .lg\:group-hover\:placeholder-gray-900::-webkit-input-placeholder {
    color: #1a202c;
  }

  .group:hover .lg\:group-hover\:placeholder-gray-900::-moz-placeholder {
    color: #1a202c;
  }

  .group:hover .lg\:group-hover\:placeholder-gray-900:-ms-input-placeholder {
    color: #1a202c;
  }

  .group:hover .lg\:group-hover\:placeholder-gray-900::-ms-input-placeholder {
    color: #1a202c;
  }

  .group:hover .lg\:group-hover\:placeholder-gray-900::placeholder {
    color: #1a202c;
  }

  .group:hover .lg\:group-hover\:placeholder-red-100::-webkit-input-placeholder {
    color: #fff5f5;
  }

  .group:hover .lg\:group-hover\:placeholder-red-100::-moz-placeholder {
    color: #fff5f5;
  }

  .group:hover .lg\:group-hover\:placeholder-red-100:-ms-input-placeholder {
    color: #fff5f5;
  }

  .group:hover .lg\:group-hover\:placeholder-red-100::-ms-input-placeholder {
    color: #fff5f5;
  }

  .group:hover .lg\:group-hover\:placeholder-red-100::placeholder {
    color: #fff5f5;
  }

  .group:hover .lg\:group-hover\:placeholder-red-200::-webkit-input-placeholder {
    color: #fed7d7;
  }

  .group:hover .lg\:group-hover\:placeholder-red-200::-moz-placeholder {
    color: #fed7d7;
  }

  .group:hover .lg\:group-hover\:placeholder-red-200:-ms-input-placeholder {
    color: #fed7d7;
  }

  .group:hover .lg\:group-hover\:placeholder-red-200::-ms-input-placeholder {
    color: #fed7d7;
  }

  .group:hover .lg\:group-hover\:placeholder-red-200::placeholder {
    color: #fed7d7;
  }

  .group:hover .lg\:group-hover\:placeholder-red-300::-webkit-input-placeholder {
    color: #feb2b2;
  }

  .group:hover .lg\:group-hover\:placeholder-red-300::-moz-placeholder {
    color: #feb2b2;
  }

  .group:hover .lg\:group-hover\:placeholder-red-300:-ms-input-placeholder {
    color: #feb2b2;
  }

  .group:hover .lg\:group-hover\:placeholder-red-300::-ms-input-placeholder {
    color: #feb2b2;
  }

  .group:hover .lg\:group-hover\:placeholder-red-300::placeholder {
    color: #feb2b2;
  }

  .group:hover .lg\:group-hover\:placeholder-red-400::-webkit-input-placeholder {
    color: #fc8181;
  }

  .group:hover .lg\:group-hover\:placeholder-red-400::-moz-placeholder {
    color: #fc8181;
  }

  .group:hover .lg\:group-hover\:placeholder-red-400:-ms-input-placeholder {
    color: #fc8181;
  }

  .group:hover .lg\:group-hover\:placeholder-red-400::-ms-input-placeholder {
    color: #fc8181;
  }

  .group:hover .lg\:group-hover\:placeholder-red-400::placeholder {
    color: #fc8181;
  }

  .group:hover .lg\:group-hover\:placeholder-red-500::-webkit-input-placeholder {
    color: #f56565;
  }

  .group:hover .lg\:group-hover\:placeholder-red-500::-moz-placeholder {
    color: #f56565;
  }

  .group:hover .lg\:group-hover\:placeholder-red-500:-ms-input-placeholder {
    color: #f56565;
  }

  .group:hover .lg\:group-hover\:placeholder-red-500::-ms-input-placeholder {
    color: #f56565;
  }

  .group:hover .lg\:group-hover\:placeholder-red-500::placeholder {
    color: #f56565;
  }

  .group:hover .lg\:group-hover\:placeholder-red-600::-webkit-input-placeholder {
    color: #e53e3e;
  }

  .group:hover .lg\:group-hover\:placeholder-red-600::-moz-placeholder {
    color: #e53e3e;
  }

  .group:hover .lg\:group-hover\:placeholder-red-600:-ms-input-placeholder {
    color: #e53e3e;
  }

  .group:hover .lg\:group-hover\:placeholder-red-600::-ms-input-placeholder {
    color: #e53e3e;
  }

  .group:hover .lg\:group-hover\:placeholder-red-600::placeholder {
    color: #e53e3e;
  }

  .group:hover .lg\:group-hover\:placeholder-red-700::-webkit-input-placeholder {
    color: #c53030;
  }

  .group:hover .lg\:group-hover\:placeholder-red-700::-moz-placeholder {
    color: #c53030;
  }

  .group:hover .lg\:group-hover\:placeholder-red-700:-ms-input-placeholder {
    color: #c53030;
  }

  .group:hover .lg\:group-hover\:placeholder-red-700::-ms-input-placeholder {
    color: #c53030;
  }

  .group:hover .lg\:group-hover\:placeholder-red-700::placeholder {
    color: #c53030;
  }

  .group:hover .lg\:group-hover\:placeholder-red-800::-webkit-input-placeholder {
    color: #9b2c2c;
  }

  .group:hover .lg\:group-hover\:placeholder-red-800::-moz-placeholder {
    color: #9b2c2c;
  }

  .group:hover .lg\:group-hover\:placeholder-red-800:-ms-input-placeholder {
    color: #9b2c2c;
  }

  .group:hover .lg\:group-hover\:placeholder-red-800::-ms-input-placeholder {
    color: #9b2c2c;
  }

  .group:hover .lg\:group-hover\:placeholder-red-800::placeholder {
    color: #9b2c2c;
  }

  .group:hover .lg\:group-hover\:placeholder-red-900::-webkit-input-placeholder {
    color: #742a2a;
  }

  .group:hover .lg\:group-hover\:placeholder-red-900::-moz-placeholder {
    color: #742a2a;
  }

  .group:hover .lg\:group-hover\:placeholder-red-900:-ms-input-placeholder {
    color: #742a2a;
  }

  .group:hover .lg\:group-hover\:placeholder-red-900::-ms-input-placeholder {
    color: #742a2a;
  }

  .group:hover .lg\:group-hover\:placeholder-red-900::placeholder {
    color: #742a2a;
  }

  .group:hover .lg\:group-hover\:placeholder-orange-100::-webkit-input-placeholder {
    color: #fffaf0;
  }

  .group:hover .lg\:group-hover\:placeholder-orange-100::-moz-placeholder {
    color: #fffaf0;
  }

  .group:hover .lg\:group-hover\:placeholder-orange-100:-ms-input-placeholder {
    color: #fffaf0;
  }

  .group:hover .lg\:group-hover\:placeholder-orange-100::-ms-input-placeholder {
    color: #fffaf0;
  }

  .group:hover .lg\:group-hover\:placeholder-orange-100::placeholder {
    color: #fffaf0;
  }

  .group:hover .lg\:group-hover\:placeholder-orange-200::-webkit-input-placeholder {
    color: #feebc8;
  }

  .group:hover .lg\:group-hover\:placeholder-orange-200::-moz-placeholder {
    color: #feebc8;
  }

  .group:hover .lg\:group-hover\:placeholder-orange-200:-ms-input-placeholder {
    color: #feebc8;
  }

  .group:hover .lg\:group-hover\:placeholder-orange-200::-ms-input-placeholder {
    color: #feebc8;
  }

  .group:hover .lg\:group-hover\:placeholder-orange-200::placeholder {
    color: #feebc8;
  }

  .group:hover .lg\:group-hover\:placeholder-orange-300::-webkit-input-placeholder {
    color: #fbd38d;
  }

  .group:hover .lg\:group-hover\:placeholder-orange-300::-moz-placeholder {
    color: #fbd38d;
  }

  .group:hover .lg\:group-hover\:placeholder-orange-300:-ms-input-placeholder {
    color: #fbd38d;
  }

  .group:hover .lg\:group-hover\:placeholder-orange-300::-ms-input-placeholder {
    color: #fbd38d;
  }

  .group:hover .lg\:group-hover\:placeholder-orange-300::placeholder {
    color: #fbd38d;
  }

  .group:hover .lg\:group-hover\:placeholder-orange-400::-webkit-input-placeholder {
    color: #f6ad55;
  }

  .group:hover .lg\:group-hover\:placeholder-orange-400::-moz-placeholder {
    color: #f6ad55;
  }

  .group:hover .lg\:group-hover\:placeholder-orange-400:-ms-input-placeholder {
    color: #f6ad55;
  }

  .group:hover .lg\:group-hover\:placeholder-orange-400::-ms-input-placeholder {
    color: #f6ad55;
  }

  .group:hover .lg\:group-hover\:placeholder-orange-400::placeholder {
    color: #f6ad55;
  }

  .group:hover .lg\:group-hover\:placeholder-orange-500::-webkit-input-placeholder {
    color: #ed8936;
  }

  .group:hover .lg\:group-hover\:placeholder-orange-500::-moz-placeholder {
    color: #ed8936;
  }

  .group:hover .lg\:group-hover\:placeholder-orange-500:-ms-input-placeholder {
    color: #ed8936;
  }

  .group:hover .lg\:group-hover\:placeholder-orange-500::-ms-input-placeholder {
    color: #ed8936;
  }

  .group:hover .lg\:group-hover\:placeholder-orange-500::placeholder {
    color: #ed8936;
  }

  .group:hover .lg\:group-hover\:placeholder-orange-600::-webkit-input-placeholder {
    color: #dd6b20;
  }

  .group:hover .lg\:group-hover\:placeholder-orange-600::-moz-placeholder {
    color: #dd6b20;
  }

  .group:hover .lg\:group-hover\:placeholder-orange-600:-ms-input-placeholder {
    color: #dd6b20;
  }

  .group:hover .lg\:group-hover\:placeholder-orange-600::-ms-input-placeholder {
    color: #dd6b20;
  }

  .group:hover .lg\:group-hover\:placeholder-orange-600::placeholder {
    color: #dd6b20;
  }

  .group:hover .lg\:group-hover\:placeholder-orange-700::-webkit-input-placeholder {
    color: #c05621;
  }

  .group:hover .lg\:group-hover\:placeholder-orange-700::-moz-placeholder {
    color: #c05621;
  }

  .group:hover .lg\:group-hover\:placeholder-orange-700:-ms-input-placeholder {
    color: #c05621;
  }

  .group:hover .lg\:group-hover\:placeholder-orange-700::-ms-input-placeholder {
    color: #c05621;
  }

  .group:hover .lg\:group-hover\:placeholder-orange-700::placeholder {
    color: #c05621;
  }

  .group:hover .lg\:group-hover\:placeholder-orange-800::-webkit-input-placeholder {
    color: #9c4221;
  }

  .group:hover .lg\:group-hover\:placeholder-orange-800::-moz-placeholder {
    color: #9c4221;
  }

  .group:hover .lg\:group-hover\:placeholder-orange-800:-ms-input-placeholder {
    color: #9c4221;
  }

  .group:hover .lg\:group-hover\:placeholder-orange-800::-ms-input-placeholder {
    color: #9c4221;
  }

  .group:hover .lg\:group-hover\:placeholder-orange-800::placeholder {
    color: #9c4221;
  }

  .group:hover .lg\:group-hover\:placeholder-orange-900::-webkit-input-placeholder {
    color: #7b341e;
  }

  .group:hover .lg\:group-hover\:placeholder-orange-900::-moz-placeholder {
    color: #7b341e;
  }

  .group:hover .lg\:group-hover\:placeholder-orange-900:-ms-input-placeholder {
    color: #7b341e;
  }

  .group:hover .lg\:group-hover\:placeholder-orange-900::-ms-input-placeholder {
    color: #7b341e;
  }

  .group:hover .lg\:group-hover\:placeholder-orange-900::placeholder {
    color: #7b341e;
  }

  .group:hover .lg\:group-hover\:placeholder-yellow-100::-webkit-input-placeholder {
    color: #fffff0;
  }

  .group:hover .lg\:group-hover\:placeholder-yellow-100::-moz-placeholder {
    color: #fffff0;
  }

  .group:hover .lg\:group-hover\:placeholder-yellow-100:-ms-input-placeholder {
    color: #fffff0;
  }

  .group:hover .lg\:group-hover\:placeholder-yellow-100::-ms-input-placeholder {
    color: #fffff0;
  }

  .group:hover .lg\:group-hover\:placeholder-yellow-100::placeholder {
    color: #fffff0;
  }

  .group:hover .lg\:group-hover\:placeholder-yellow-200::-webkit-input-placeholder {
    color: #fefcbf;
  }

  .group:hover .lg\:group-hover\:placeholder-yellow-200::-moz-placeholder {
    color: #fefcbf;
  }

  .group:hover .lg\:group-hover\:placeholder-yellow-200:-ms-input-placeholder {
    color: #fefcbf;
  }

  .group:hover .lg\:group-hover\:placeholder-yellow-200::-ms-input-placeholder {
    color: #fefcbf;
  }

  .group:hover .lg\:group-hover\:placeholder-yellow-200::placeholder {
    color: #fefcbf;
  }

  .group:hover .lg\:group-hover\:placeholder-yellow-300::-webkit-input-placeholder {
    color: #faf089;
  }

  .group:hover .lg\:group-hover\:placeholder-yellow-300::-moz-placeholder {
    color: #faf089;
  }

  .group:hover .lg\:group-hover\:placeholder-yellow-300:-ms-input-placeholder {
    color: #faf089;
  }

  .group:hover .lg\:group-hover\:placeholder-yellow-300::-ms-input-placeholder {
    color: #faf089;
  }

  .group:hover .lg\:group-hover\:placeholder-yellow-300::placeholder {
    color: #faf089;
  }

  .group:hover .lg\:group-hover\:placeholder-yellow-400::-webkit-input-placeholder {
    color: #f6e05e;
  }

  .group:hover .lg\:group-hover\:placeholder-yellow-400::-moz-placeholder {
    color: #f6e05e;
  }

  .group:hover .lg\:group-hover\:placeholder-yellow-400:-ms-input-placeholder {
    color: #f6e05e;
  }

  .group:hover .lg\:group-hover\:placeholder-yellow-400::-ms-input-placeholder {
    color: #f6e05e;
  }

  .group:hover .lg\:group-hover\:placeholder-yellow-400::placeholder {
    color: #f6e05e;
  }

  .group:hover .lg\:group-hover\:placeholder-yellow-500::-webkit-input-placeholder {
    color: #ecc94b;
  }

  .group:hover .lg\:group-hover\:placeholder-yellow-500::-moz-placeholder {
    color: #ecc94b;
  }

  .group:hover .lg\:group-hover\:placeholder-yellow-500:-ms-input-placeholder {
    color: #ecc94b;
  }

  .group:hover .lg\:group-hover\:placeholder-yellow-500::-ms-input-placeholder {
    color: #ecc94b;
  }

  .group:hover .lg\:group-hover\:placeholder-yellow-500::placeholder {
    color: #ecc94b;
  }

  .group:hover .lg\:group-hover\:placeholder-yellow-600::-webkit-input-placeholder {
    color: #d69e2e;
  }

  .group:hover .lg\:group-hover\:placeholder-yellow-600::-moz-placeholder {
    color: #d69e2e;
  }

  .group:hover .lg\:group-hover\:placeholder-yellow-600:-ms-input-placeholder {
    color: #d69e2e;
  }

  .group:hover .lg\:group-hover\:placeholder-yellow-600::-ms-input-placeholder {
    color: #d69e2e;
  }

  .group:hover .lg\:group-hover\:placeholder-yellow-600::placeholder {
    color: #d69e2e;
  }

  .group:hover .lg\:group-hover\:placeholder-yellow-700::-webkit-input-placeholder {
    color: #b7791f;
  }

  .group:hover .lg\:group-hover\:placeholder-yellow-700::-moz-placeholder {
    color: #b7791f;
  }

  .group:hover .lg\:group-hover\:placeholder-yellow-700:-ms-input-placeholder {
    color: #b7791f;
  }

  .group:hover .lg\:group-hover\:placeholder-yellow-700::-ms-input-placeholder {
    color: #b7791f;
  }

  .group:hover .lg\:group-hover\:placeholder-yellow-700::placeholder {
    color: #b7791f;
  }

  .group:hover .lg\:group-hover\:placeholder-yellow-800::-webkit-input-placeholder {
    color: #975a16;
  }

  .group:hover .lg\:group-hover\:placeholder-yellow-800::-moz-placeholder {
    color: #975a16;
  }

  .group:hover .lg\:group-hover\:placeholder-yellow-800:-ms-input-placeholder {
    color: #975a16;
  }

  .group:hover .lg\:group-hover\:placeholder-yellow-800::-ms-input-placeholder {
    color: #975a16;
  }

  .group:hover .lg\:group-hover\:placeholder-yellow-800::placeholder {
    color: #975a16;
  }

  .group:hover .lg\:group-hover\:placeholder-yellow-900::-webkit-input-placeholder {
    color: #744210;
  }

  .group:hover .lg\:group-hover\:placeholder-yellow-900::-moz-placeholder {
    color: #744210;
  }

  .group:hover .lg\:group-hover\:placeholder-yellow-900:-ms-input-placeholder {
    color: #744210;
  }

  .group:hover .lg\:group-hover\:placeholder-yellow-900::-ms-input-placeholder {
    color: #744210;
  }

  .group:hover .lg\:group-hover\:placeholder-yellow-900::placeholder {
    color: #744210;
  }

  .group:hover .lg\:group-hover\:placeholder-green-100::-webkit-input-placeholder {
    color: #f0fff4;
  }

  .group:hover .lg\:group-hover\:placeholder-green-100::-moz-placeholder {
    color: #f0fff4;
  }

  .group:hover .lg\:group-hover\:placeholder-green-100:-ms-input-placeholder {
    color: #f0fff4;
  }

  .group:hover .lg\:group-hover\:placeholder-green-100::-ms-input-placeholder {
    color: #f0fff4;
  }

  .group:hover .lg\:group-hover\:placeholder-green-100::placeholder {
    color: #f0fff4;
  }

  .group:hover .lg\:group-hover\:placeholder-green-200::-webkit-input-placeholder {
    color: #c6f6d5;
  }

  .group:hover .lg\:group-hover\:placeholder-green-200::-moz-placeholder {
    color: #c6f6d5;
  }

  .group:hover .lg\:group-hover\:placeholder-green-200:-ms-input-placeholder {
    color: #c6f6d5;
  }

  .group:hover .lg\:group-hover\:placeholder-green-200::-ms-input-placeholder {
    color: #c6f6d5;
  }

  .group:hover .lg\:group-hover\:placeholder-green-200::placeholder {
    color: #c6f6d5;
  }

  .group:hover .lg\:group-hover\:placeholder-green-300::-webkit-input-placeholder {
    color: #9ae6b4;
  }

  .group:hover .lg\:group-hover\:placeholder-green-300::-moz-placeholder {
    color: #9ae6b4;
  }

  .group:hover .lg\:group-hover\:placeholder-green-300:-ms-input-placeholder {
    color: #9ae6b4;
  }

  .group:hover .lg\:group-hover\:placeholder-green-300::-ms-input-placeholder {
    color: #9ae6b4;
  }

  .group:hover .lg\:group-hover\:placeholder-green-300::placeholder {
    color: #9ae6b4;
  }

  .group:hover .lg\:group-hover\:placeholder-green-400::-webkit-input-placeholder {
    color: #68d391;
  }

  .group:hover .lg\:group-hover\:placeholder-green-400::-moz-placeholder {
    color: #68d391;
  }

  .group:hover .lg\:group-hover\:placeholder-green-400:-ms-input-placeholder {
    color: #68d391;
  }

  .group:hover .lg\:group-hover\:placeholder-green-400::-ms-input-placeholder {
    color: #68d391;
  }

  .group:hover .lg\:group-hover\:placeholder-green-400::placeholder {
    color: #68d391;
  }

  .group:hover .lg\:group-hover\:placeholder-green-500::-webkit-input-placeholder {
    color: #48bb78;
  }

  .group:hover .lg\:group-hover\:placeholder-green-500::-moz-placeholder {
    color: #48bb78;
  }

  .group:hover .lg\:group-hover\:placeholder-green-500:-ms-input-placeholder {
    color: #48bb78;
  }

  .group:hover .lg\:group-hover\:placeholder-green-500::-ms-input-placeholder {
    color: #48bb78;
  }

  .group:hover .lg\:group-hover\:placeholder-green-500::placeholder {
    color: #48bb78;
  }

  .group:hover .lg\:group-hover\:placeholder-green-600::-webkit-input-placeholder {
    color: #38a169;
  }

  .group:hover .lg\:group-hover\:placeholder-green-600::-moz-placeholder {
    color: #38a169;
  }

  .group:hover .lg\:group-hover\:placeholder-green-600:-ms-input-placeholder {
    color: #38a169;
  }

  .group:hover .lg\:group-hover\:placeholder-green-600::-ms-input-placeholder {
    color: #38a169;
  }

  .group:hover .lg\:group-hover\:placeholder-green-600::placeholder {
    color: #38a169;
  }

  .group:hover .lg\:group-hover\:placeholder-green-700::-webkit-input-placeholder {
    color: #2f855a;
  }

  .group:hover .lg\:group-hover\:placeholder-green-700::-moz-placeholder {
    color: #2f855a;
  }

  .group:hover .lg\:group-hover\:placeholder-green-700:-ms-input-placeholder {
    color: #2f855a;
  }

  .group:hover .lg\:group-hover\:placeholder-green-700::-ms-input-placeholder {
    color: #2f855a;
  }

  .group:hover .lg\:group-hover\:placeholder-green-700::placeholder {
    color: #2f855a;
  }

  .group:hover .lg\:group-hover\:placeholder-green-800::-webkit-input-placeholder {
    color: #276749;
  }

  .group:hover .lg\:group-hover\:placeholder-green-800::-moz-placeholder {
    color: #276749;
  }

  .group:hover .lg\:group-hover\:placeholder-green-800:-ms-input-placeholder {
    color: #276749;
  }

  .group:hover .lg\:group-hover\:placeholder-green-800::-ms-input-placeholder {
    color: #276749;
  }

  .group:hover .lg\:group-hover\:placeholder-green-800::placeholder {
    color: #276749;
  }

  .group:hover .lg\:group-hover\:placeholder-green-900::-webkit-input-placeholder {
    color: #22543d;
  }

  .group:hover .lg\:group-hover\:placeholder-green-900::-moz-placeholder {
    color: #22543d;
  }

  .group:hover .lg\:group-hover\:placeholder-green-900:-ms-input-placeholder {
    color: #22543d;
  }

  .group:hover .lg\:group-hover\:placeholder-green-900::-ms-input-placeholder {
    color: #22543d;
  }

  .group:hover .lg\:group-hover\:placeholder-green-900::placeholder {
    color: #22543d;
  }

  .group:hover .lg\:group-hover\:placeholder-teal-100::-webkit-input-placeholder {
    color: #e6fffa;
  }

  .group:hover .lg\:group-hover\:placeholder-teal-100::-moz-placeholder {
    color: #e6fffa;
  }

  .group:hover .lg\:group-hover\:placeholder-teal-100:-ms-input-placeholder {
    color: #e6fffa;
  }

  .group:hover .lg\:group-hover\:placeholder-teal-100::-ms-input-placeholder {
    color: #e6fffa;
  }

  .group:hover .lg\:group-hover\:placeholder-teal-100::placeholder {
    color: #e6fffa;
  }

  .group:hover .lg\:group-hover\:placeholder-teal-200::-webkit-input-placeholder {
    color: #b2f5ea;
  }

  .group:hover .lg\:group-hover\:placeholder-teal-200::-moz-placeholder {
    color: #b2f5ea;
  }

  .group:hover .lg\:group-hover\:placeholder-teal-200:-ms-input-placeholder {
    color: #b2f5ea;
  }

  .group:hover .lg\:group-hover\:placeholder-teal-200::-ms-input-placeholder {
    color: #b2f5ea;
  }

  .group:hover .lg\:group-hover\:placeholder-teal-200::placeholder {
    color: #b2f5ea;
  }

  .group:hover .lg\:group-hover\:placeholder-teal-300::-webkit-input-placeholder {
    color: #81e6d9;
  }

  .group:hover .lg\:group-hover\:placeholder-teal-300::-moz-placeholder {
    color: #81e6d9;
  }

  .group:hover .lg\:group-hover\:placeholder-teal-300:-ms-input-placeholder {
    color: #81e6d9;
  }

  .group:hover .lg\:group-hover\:placeholder-teal-300::-ms-input-placeholder {
    color: #81e6d9;
  }

  .group:hover .lg\:group-hover\:placeholder-teal-300::placeholder {
    color: #81e6d9;
  }

  .group:hover .lg\:group-hover\:placeholder-teal-400::-webkit-input-placeholder {
    color: #4fd1c5;
  }

  .group:hover .lg\:group-hover\:placeholder-teal-400::-moz-placeholder {
    color: #4fd1c5;
  }

  .group:hover .lg\:group-hover\:placeholder-teal-400:-ms-input-placeholder {
    color: #4fd1c5;
  }

  .group:hover .lg\:group-hover\:placeholder-teal-400::-ms-input-placeholder {
    color: #4fd1c5;
  }

  .group:hover .lg\:group-hover\:placeholder-teal-400::placeholder {
    color: #4fd1c5;
  }

  .group:hover .lg\:group-hover\:placeholder-teal-500::-webkit-input-placeholder {
    color: #38b2ac;
  }

  .group:hover .lg\:group-hover\:placeholder-teal-500::-moz-placeholder {
    color: #38b2ac;
  }

  .group:hover .lg\:group-hover\:placeholder-teal-500:-ms-input-placeholder {
    color: #38b2ac;
  }

  .group:hover .lg\:group-hover\:placeholder-teal-500::-ms-input-placeholder {
    color: #38b2ac;
  }

  .group:hover .lg\:group-hover\:placeholder-teal-500::placeholder {
    color: #38b2ac;
  }

  .group:hover .lg\:group-hover\:placeholder-teal-600::-webkit-input-placeholder {
    color: #319795;
  }

  .group:hover .lg\:group-hover\:placeholder-teal-600::-moz-placeholder {
    color: #319795;
  }

  .group:hover .lg\:group-hover\:placeholder-teal-600:-ms-input-placeholder {
    color: #319795;
  }

  .group:hover .lg\:group-hover\:placeholder-teal-600::-ms-input-placeholder {
    color: #319795;
  }

  .group:hover .lg\:group-hover\:placeholder-teal-600::placeholder {
    color: #319795;
  }

  .group:hover .lg\:group-hover\:placeholder-teal-700::-webkit-input-placeholder {
    color: #2c7a7b;
  }

  .group:hover .lg\:group-hover\:placeholder-teal-700::-moz-placeholder {
    color: #2c7a7b;
  }

  .group:hover .lg\:group-hover\:placeholder-teal-700:-ms-input-placeholder {
    color: #2c7a7b;
  }

  .group:hover .lg\:group-hover\:placeholder-teal-700::-ms-input-placeholder {
    color: #2c7a7b;
  }

  .group:hover .lg\:group-hover\:placeholder-teal-700::placeholder {
    color: #2c7a7b;
  }

  .group:hover .lg\:group-hover\:placeholder-teal-800::-webkit-input-placeholder {
    color: #285e61;
  }

  .group:hover .lg\:group-hover\:placeholder-teal-800::-moz-placeholder {
    color: #285e61;
  }

  .group:hover .lg\:group-hover\:placeholder-teal-800:-ms-input-placeholder {
    color: #285e61;
  }

  .group:hover .lg\:group-hover\:placeholder-teal-800::-ms-input-placeholder {
    color: #285e61;
  }

  .group:hover .lg\:group-hover\:placeholder-teal-800::placeholder {
    color: #285e61;
  }

  .group:hover .lg\:group-hover\:placeholder-teal-900::-webkit-input-placeholder {
    color: #234e52;
  }

  .group:hover .lg\:group-hover\:placeholder-teal-900::-moz-placeholder {
    color: #234e52;
  }

  .group:hover .lg\:group-hover\:placeholder-teal-900:-ms-input-placeholder {
    color: #234e52;
  }

  .group:hover .lg\:group-hover\:placeholder-teal-900::-ms-input-placeholder {
    color: #234e52;
  }

  .group:hover .lg\:group-hover\:placeholder-teal-900::placeholder {
    color: #234e52;
  }

  .group:hover .lg\:group-hover\:placeholder-blue-100::-webkit-input-placeholder {
    color: #ebf8ff;
  }

  .group:hover .lg\:group-hover\:placeholder-blue-100::-moz-placeholder {
    color: #ebf8ff;
  }

  .group:hover .lg\:group-hover\:placeholder-blue-100:-ms-input-placeholder {
    color: #ebf8ff;
  }

  .group:hover .lg\:group-hover\:placeholder-blue-100::-ms-input-placeholder {
    color: #ebf8ff;
  }

  .group:hover .lg\:group-hover\:placeholder-blue-100::placeholder {
    color: #ebf8ff;
  }

  .group:hover .lg\:group-hover\:placeholder-blue-200::-webkit-input-placeholder {
    color: #bee3f8;
  }

  .group:hover .lg\:group-hover\:placeholder-blue-200::-moz-placeholder {
    color: #bee3f8;
  }

  .group:hover .lg\:group-hover\:placeholder-blue-200:-ms-input-placeholder {
    color: #bee3f8;
  }

  .group:hover .lg\:group-hover\:placeholder-blue-200::-ms-input-placeholder {
    color: #bee3f8;
  }

  .group:hover .lg\:group-hover\:placeholder-blue-200::placeholder {
    color: #bee3f8;
  }

  .group:hover .lg\:group-hover\:placeholder-blue-300::-webkit-input-placeholder {
    color: #90cdf4;
  }

  .group:hover .lg\:group-hover\:placeholder-blue-300::-moz-placeholder {
    color: #90cdf4;
  }

  .group:hover .lg\:group-hover\:placeholder-blue-300:-ms-input-placeholder {
    color: #90cdf4;
  }

  .group:hover .lg\:group-hover\:placeholder-blue-300::-ms-input-placeholder {
    color: #90cdf4;
  }

  .group:hover .lg\:group-hover\:placeholder-blue-300::placeholder {
    color: #90cdf4;
  }

  .group:hover .lg\:group-hover\:placeholder-blue-400::-webkit-input-placeholder {
    color: #63b3ed;
  }

  .group:hover .lg\:group-hover\:placeholder-blue-400::-moz-placeholder {
    color: #63b3ed;
  }

  .group:hover .lg\:group-hover\:placeholder-blue-400:-ms-input-placeholder {
    color: #63b3ed;
  }

  .group:hover .lg\:group-hover\:placeholder-blue-400::-ms-input-placeholder {
    color: #63b3ed;
  }

  .group:hover .lg\:group-hover\:placeholder-blue-400::placeholder {
    color: #63b3ed;
  }

  .group:hover .lg\:group-hover\:placeholder-blue-500::-webkit-input-placeholder {
    color: #4299e1;
  }

  .group:hover .lg\:group-hover\:placeholder-blue-500::-moz-placeholder {
    color: #4299e1;
  }

  .group:hover .lg\:group-hover\:placeholder-blue-500:-ms-input-placeholder {
    color: #4299e1;
  }

  .group:hover .lg\:group-hover\:placeholder-blue-500::-ms-input-placeholder {
    color: #4299e1;
  }

  .group:hover .lg\:group-hover\:placeholder-blue-500::placeholder {
    color: #4299e1;
  }

  .group:hover .lg\:group-hover\:placeholder-blue-600::-webkit-input-placeholder {
    color: #3182ce;
  }

  .group:hover .lg\:group-hover\:placeholder-blue-600::-moz-placeholder {
    color: #3182ce;
  }

  .group:hover .lg\:group-hover\:placeholder-blue-600:-ms-input-placeholder {
    color: #3182ce;
  }

  .group:hover .lg\:group-hover\:placeholder-blue-600::-ms-input-placeholder {
    color: #3182ce;
  }

  .group:hover .lg\:group-hover\:placeholder-blue-600::placeholder {
    color: #3182ce;
  }

  .group:hover .lg\:group-hover\:placeholder-blue-700::-webkit-input-placeholder {
    color: #2b6cb0;
  }

  .group:hover .lg\:group-hover\:placeholder-blue-700::-moz-placeholder {
    color: #2b6cb0;
  }

  .group:hover .lg\:group-hover\:placeholder-blue-700:-ms-input-placeholder {
    color: #2b6cb0;
  }

  .group:hover .lg\:group-hover\:placeholder-blue-700::-ms-input-placeholder {
    color: #2b6cb0;
  }

  .group:hover .lg\:group-hover\:placeholder-blue-700::placeholder {
    color: #2b6cb0;
  }

  .group:hover .lg\:group-hover\:placeholder-blue-800::-webkit-input-placeholder {
    color: #2c5282;
  }

  .group:hover .lg\:group-hover\:placeholder-blue-800::-moz-placeholder {
    color: #2c5282;
  }

  .group:hover .lg\:group-hover\:placeholder-blue-800:-ms-input-placeholder {
    color: #2c5282;
  }

  .group:hover .lg\:group-hover\:placeholder-blue-800::-ms-input-placeholder {
    color: #2c5282;
  }

  .group:hover .lg\:group-hover\:placeholder-blue-800::placeholder {
    color: #2c5282;
  }

  .group:hover .lg\:group-hover\:placeholder-blue-900::-webkit-input-placeholder {
    color: #2a4365;
  }

  .group:hover .lg\:group-hover\:placeholder-blue-900::-moz-placeholder {
    color: #2a4365;
  }

  .group:hover .lg\:group-hover\:placeholder-blue-900:-ms-input-placeholder {
    color: #2a4365;
  }

  .group:hover .lg\:group-hover\:placeholder-blue-900::-ms-input-placeholder {
    color: #2a4365;
  }

  .group:hover .lg\:group-hover\:placeholder-blue-900::placeholder {
    color: #2a4365;
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-100::-webkit-input-placeholder {
    color: #ebf4ff;
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-100::-moz-placeholder {
    color: #ebf4ff;
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-100:-ms-input-placeholder {
    color: #ebf4ff;
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-100::-ms-input-placeholder {
    color: #ebf4ff;
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-100::placeholder {
    color: #ebf4ff;
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-200::-webkit-input-placeholder {
    color: #c3dafe;
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-200::-moz-placeholder {
    color: #c3dafe;
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-200:-ms-input-placeholder {
    color: #c3dafe;
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-200::-ms-input-placeholder {
    color: #c3dafe;
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-200::placeholder {
    color: #c3dafe;
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-300::-webkit-input-placeholder {
    color: #a3bffa;
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-300::-moz-placeholder {
    color: #a3bffa;
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-300:-ms-input-placeholder {
    color: #a3bffa;
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-300::-ms-input-placeholder {
    color: #a3bffa;
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-300::placeholder {
    color: #a3bffa;
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-400::-webkit-input-placeholder {
    color: #7f9cf5;
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-400::-moz-placeholder {
    color: #7f9cf5;
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-400:-ms-input-placeholder {
    color: #7f9cf5;
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-400::-ms-input-placeholder {
    color: #7f9cf5;
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-400::placeholder {
    color: #7f9cf5;
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-500::-webkit-input-placeholder {
    color: #667eea;
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-500::-moz-placeholder {
    color: #667eea;
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-500:-ms-input-placeholder {
    color: #667eea;
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-500::-ms-input-placeholder {
    color: #667eea;
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-500::placeholder {
    color: #667eea;
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-600::-webkit-input-placeholder {
    color: #5a67d8;
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-600::-moz-placeholder {
    color: #5a67d8;
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-600:-ms-input-placeholder {
    color: #5a67d8;
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-600::-ms-input-placeholder {
    color: #5a67d8;
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-600::placeholder {
    color: #5a67d8;
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-700::-webkit-input-placeholder {
    color: #4c51bf;
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-700::-moz-placeholder {
    color: #4c51bf;
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-700:-ms-input-placeholder {
    color: #4c51bf;
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-700::-ms-input-placeholder {
    color: #4c51bf;
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-700::placeholder {
    color: #4c51bf;
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-800::-webkit-input-placeholder {
    color: #434190;
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-800::-moz-placeholder {
    color: #434190;
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-800:-ms-input-placeholder {
    color: #434190;
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-800::-ms-input-placeholder {
    color: #434190;
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-800::placeholder {
    color: #434190;
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-900::-webkit-input-placeholder {
    color: #3c366b;
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-900::-moz-placeholder {
    color: #3c366b;
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-900:-ms-input-placeholder {
    color: #3c366b;
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-900::-ms-input-placeholder {
    color: #3c366b;
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-900::placeholder {
    color: #3c366b;
  }

  .group:hover .lg\:group-hover\:placeholder-purple-100::-webkit-input-placeholder {
    color: #faf5ff;
  }

  .group:hover .lg\:group-hover\:placeholder-purple-100::-moz-placeholder {
    color: #faf5ff;
  }

  .group:hover .lg\:group-hover\:placeholder-purple-100:-ms-input-placeholder {
    color: #faf5ff;
  }

  .group:hover .lg\:group-hover\:placeholder-purple-100::-ms-input-placeholder {
    color: #faf5ff;
  }

  .group:hover .lg\:group-hover\:placeholder-purple-100::placeholder {
    color: #faf5ff;
  }

  .group:hover .lg\:group-hover\:placeholder-purple-200::-webkit-input-placeholder {
    color: #e9d8fd;
  }

  .group:hover .lg\:group-hover\:placeholder-purple-200::-moz-placeholder {
    color: #e9d8fd;
  }

  .group:hover .lg\:group-hover\:placeholder-purple-200:-ms-input-placeholder {
    color: #e9d8fd;
  }

  .group:hover .lg\:group-hover\:placeholder-purple-200::-ms-input-placeholder {
    color: #e9d8fd;
  }

  .group:hover .lg\:group-hover\:placeholder-purple-200::placeholder {
    color: #e9d8fd;
  }

  .group:hover .lg\:group-hover\:placeholder-purple-300::-webkit-input-placeholder {
    color: #d6bcfa;
  }

  .group:hover .lg\:group-hover\:placeholder-purple-300::-moz-placeholder {
    color: #d6bcfa;
  }

  .group:hover .lg\:group-hover\:placeholder-purple-300:-ms-input-placeholder {
    color: #d6bcfa;
  }

  .group:hover .lg\:group-hover\:placeholder-purple-300::-ms-input-placeholder {
    color: #d6bcfa;
  }

  .group:hover .lg\:group-hover\:placeholder-purple-300::placeholder {
    color: #d6bcfa;
  }

  .group:hover .lg\:group-hover\:placeholder-purple-400::-webkit-input-placeholder {
    color: #b794f4;
  }

  .group:hover .lg\:group-hover\:placeholder-purple-400::-moz-placeholder {
    color: #b794f4;
  }

  .group:hover .lg\:group-hover\:placeholder-purple-400:-ms-input-placeholder {
    color: #b794f4;
  }

  .group:hover .lg\:group-hover\:placeholder-purple-400::-ms-input-placeholder {
    color: #b794f4;
  }

  .group:hover .lg\:group-hover\:placeholder-purple-400::placeholder {
    color: #b794f4;
  }

  .group:hover .lg\:group-hover\:placeholder-purple-500::-webkit-input-placeholder {
    color: #9f7aea;
  }

  .group:hover .lg\:group-hover\:placeholder-purple-500::-moz-placeholder {
    color: #9f7aea;
  }

  .group:hover .lg\:group-hover\:placeholder-purple-500:-ms-input-placeholder {
    color: #9f7aea;
  }

  .group:hover .lg\:group-hover\:placeholder-purple-500::-ms-input-placeholder {
    color: #9f7aea;
  }

  .group:hover .lg\:group-hover\:placeholder-purple-500::placeholder {
    color: #9f7aea;
  }

  .group:hover .lg\:group-hover\:placeholder-purple-600::-webkit-input-placeholder {
    color: #805ad5;
  }

  .group:hover .lg\:group-hover\:placeholder-purple-600::-moz-placeholder {
    color: #805ad5;
  }

  .group:hover .lg\:group-hover\:placeholder-purple-600:-ms-input-placeholder {
    color: #805ad5;
  }

  .group:hover .lg\:group-hover\:placeholder-purple-600::-ms-input-placeholder {
    color: #805ad5;
  }

  .group:hover .lg\:group-hover\:placeholder-purple-600::placeholder {
    color: #805ad5;
  }

  .group:hover .lg\:group-hover\:placeholder-purple-700::-webkit-input-placeholder {
    color: #6b46c1;
  }

  .group:hover .lg\:group-hover\:placeholder-purple-700::-moz-placeholder {
    color: #6b46c1;
  }

  .group:hover .lg\:group-hover\:placeholder-purple-700:-ms-input-placeholder {
    color: #6b46c1;
  }

  .group:hover .lg\:group-hover\:placeholder-purple-700::-ms-input-placeholder {
    color: #6b46c1;
  }

  .group:hover .lg\:group-hover\:placeholder-purple-700::placeholder {
    color: #6b46c1;
  }

  .group:hover .lg\:group-hover\:placeholder-purple-800::-webkit-input-placeholder {
    color: #553c9a;
  }

  .group:hover .lg\:group-hover\:placeholder-purple-800::-moz-placeholder {
    color: #553c9a;
  }

  .group:hover .lg\:group-hover\:placeholder-purple-800:-ms-input-placeholder {
    color: #553c9a;
  }

  .group:hover .lg\:group-hover\:placeholder-purple-800::-ms-input-placeholder {
    color: #553c9a;
  }

  .group:hover .lg\:group-hover\:placeholder-purple-800::placeholder {
    color: #553c9a;
  }

  .group:hover .lg\:group-hover\:placeholder-purple-900::-webkit-input-placeholder {
    color: #44337a;
  }

  .group:hover .lg\:group-hover\:placeholder-purple-900::-moz-placeholder {
    color: #44337a;
  }

  .group:hover .lg\:group-hover\:placeholder-purple-900:-ms-input-placeholder {
    color: #44337a;
  }

  .group:hover .lg\:group-hover\:placeholder-purple-900::-ms-input-placeholder {
    color: #44337a;
  }

  .group:hover .lg\:group-hover\:placeholder-purple-900::placeholder {
    color: #44337a;
  }

  .group:hover .lg\:group-hover\:placeholder-pink-100::-webkit-input-placeholder {
    color: #fff5f7;
  }

  .group:hover .lg\:group-hover\:placeholder-pink-100::-moz-placeholder {
    color: #fff5f7;
  }

  .group:hover .lg\:group-hover\:placeholder-pink-100:-ms-input-placeholder {
    color: #fff5f7;
  }

  .group:hover .lg\:group-hover\:placeholder-pink-100::-ms-input-placeholder {
    color: #fff5f7;
  }

  .group:hover .lg\:group-hover\:placeholder-pink-100::placeholder {
    color: #fff5f7;
  }

  .group:hover .lg\:group-hover\:placeholder-pink-200::-webkit-input-placeholder {
    color: #fed7e2;
  }

  .group:hover .lg\:group-hover\:placeholder-pink-200::-moz-placeholder {
    color: #fed7e2;
  }

  .group:hover .lg\:group-hover\:placeholder-pink-200:-ms-input-placeholder {
    color: #fed7e2;
  }

  .group:hover .lg\:group-hover\:placeholder-pink-200::-ms-input-placeholder {
    color: #fed7e2;
  }

  .group:hover .lg\:group-hover\:placeholder-pink-200::placeholder {
    color: #fed7e2;
  }

  .group:hover .lg\:group-hover\:placeholder-pink-300::-webkit-input-placeholder {
    color: #fbb6ce;
  }

  .group:hover .lg\:group-hover\:placeholder-pink-300::-moz-placeholder {
    color: #fbb6ce;
  }

  .group:hover .lg\:group-hover\:placeholder-pink-300:-ms-input-placeholder {
    color: #fbb6ce;
  }

  .group:hover .lg\:group-hover\:placeholder-pink-300::-ms-input-placeholder {
    color: #fbb6ce;
  }

  .group:hover .lg\:group-hover\:placeholder-pink-300::placeholder {
    color: #fbb6ce;
  }

  .group:hover .lg\:group-hover\:placeholder-pink-400::-webkit-input-placeholder {
    color: #f687b3;
  }

  .group:hover .lg\:group-hover\:placeholder-pink-400::-moz-placeholder {
    color: #f687b3;
  }

  .group:hover .lg\:group-hover\:placeholder-pink-400:-ms-input-placeholder {
    color: #f687b3;
  }

  .group:hover .lg\:group-hover\:placeholder-pink-400::-ms-input-placeholder {
    color: #f687b3;
  }

  .group:hover .lg\:group-hover\:placeholder-pink-400::placeholder {
    color: #f687b3;
  }

  .group:hover .lg\:group-hover\:placeholder-pink-500::-webkit-input-placeholder {
    color: #ed64a6;
  }

  .group:hover .lg\:group-hover\:placeholder-pink-500::-moz-placeholder {
    color: #ed64a6;
  }

  .group:hover .lg\:group-hover\:placeholder-pink-500:-ms-input-placeholder {
    color: #ed64a6;
  }

  .group:hover .lg\:group-hover\:placeholder-pink-500::-ms-input-placeholder {
    color: #ed64a6;
  }

  .group:hover .lg\:group-hover\:placeholder-pink-500::placeholder {
    color: #ed64a6;
  }

  .group:hover .lg\:group-hover\:placeholder-pink-600::-webkit-input-placeholder {
    color: #d53f8c;
  }

  .group:hover .lg\:group-hover\:placeholder-pink-600::-moz-placeholder {
    color: #d53f8c;
  }

  .group:hover .lg\:group-hover\:placeholder-pink-600:-ms-input-placeholder {
    color: #d53f8c;
  }

  .group:hover .lg\:group-hover\:placeholder-pink-600::-ms-input-placeholder {
    color: #d53f8c;
  }

  .group:hover .lg\:group-hover\:placeholder-pink-600::placeholder {
    color: #d53f8c;
  }

  .group:hover .lg\:group-hover\:placeholder-pink-700::-webkit-input-placeholder {
    color: #b83280;
  }

  .group:hover .lg\:group-hover\:placeholder-pink-700::-moz-placeholder {
    color: #b83280;
  }

  .group:hover .lg\:group-hover\:placeholder-pink-700:-ms-input-placeholder {
    color: #b83280;
  }

  .group:hover .lg\:group-hover\:placeholder-pink-700::-ms-input-placeholder {
    color: #b83280;
  }

  .group:hover .lg\:group-hover\:placeholder-pink-700::placeholder {
    color: #b83280;
  }

  .group:hover .lg\:group-hover\:placeholder-pink-800::-webkit-input-placeholder {
    color: #97266d;
  }

  .group:hover .lg\:group-hover\:placeholder-pink-800::-moz-placeholder {
    color: #97266d;
  }

  .group:hover .lg\:group-hover\:placeholder-pink-800:-ms-input-placeholder {
    color: #97266d;
  }

  .group:hover .lg\:group-hover\:placeholder-pink-800::-ms-input-placeholder {
    color: #97266d;
  }

  .group:hover .lg\:group-hover\:placeholder-pink-800::placeholder {
    color: #97266d;
  }

  .group:hover .lg\:group-hover\:placeholder-pink-900::-webkit-input-placeholder {
    color: #702459;
  }

  .group:hover .lg\:group-hover\:placeholder-pink-900::-moz-placeholder {
    color: #702459;
  }

  .group:hover .lg\:group-hover\:placeholder-pink-900:-ms-input-placeholder {
    color: #702459;
  }

  .group:hover .lg\:group-hover\:placeholder-pink-900::-ms-input-placeholder {
    color: #702459;
  }

  .group:hover .lg\:group-hover\:placeholder-pink-900::placeholder {
    color: #702459;
  }

  .lg\:focus-within\:placeholder-transparent:focus-within::-webkit-input-placeholder {
    color: transparent;
  }

  .lg\:focus-within\:placeholder-transparent:focus-within::-moz-placeholder {
    color: transparent;
  }

  .lg\:focus-within\:placeholder-transparent:focus-within:-ms-input-placeholder {
    color: transparent;
  }

  .lg\:focus-within\:placeholder-transparent:focus-within::-ms-input-placeholder {
    color: transparent;
  }

  .lg\:focus-within\:placeholder-transparent:focus-within::placeholder {
    color: transparent;
  }

  .lg\:focus-within\:placeholder-black:focus-within::-webkit-input-placeholder {
    color: #000;
  }

  .lg\:focus-within\:placeholder-black:focus-within::-moz-placeholder {
    color: #000;
  }

  .lg\:focus-within\:placeholder-black:focus-within:-ms-input-placeholder {
    color: #000;
  }

  .lg\:focus-within\:placeholder-black:focus-within::-ms-input-placeholder {
    color: #000;
  }

  .lg\:focus-within\:placeholder-black:focus-within::placeholder {
    color: #000;
  }

  .lg\:focus-within\:placeholder-white:focus-within::-webkit-input-placeholder {
    color: #fff;
  }

  .lg\:focus-within\:placeholder-white:focus-within::-moz-placeholder {
    color: #fff;
  }

  .lg\:focus-within\:placeholder-white:focus-within:-ms-input-placeholder {
    color: #fff;
  }

  .lg\:focus-within\:placeholder-white:focus-within::-ms-input-placeholder {
    color: #fff;
  }

  .lg\:focus-within\:placeholder-white:focus-within::placeholder {
    color: #fff;
  }

  .lg\:focus-within\:placeholder-gray-100:focus-within::-webkit-input-placeholder {
    color: #f7fafc;
  }

  .lg\:focus-within\:placeholder-gray-100:focus-within::-moz-placeholder {
    color: #f7fafc;
  }

  .lg\:focus-within\:placeholder-gray-100:focus-within:-ms-input-placeholder {
    color: #f7fafc;
  }

  .lg\:focus-within\:placeholder-gray-100:focus-within::-ms-input-placeholder {
    color: #f7fafc;
  }

  .lg\:focus-within\:placeholder-gray-100:focus-within::placeholder {
    color: #f7fafc;
  }

  .lg\:focus-within\:placeholder-gray-200:focus-within::-webkit-input-placeholder {
    color: #edf2f7;
  }

  .lg\:focus-within\:placeholder-gray-200:focus-within::-moz-placeholder {
    color: #edf2f7;
  }

  .lg\:focus-within\:placeholder-gray-200:focus-within:-ms-input-placeholder {
    color: #edf2f7;
  }

  .lg\:focus-within\:placeholder-gray-200:focus-within::-ms-input-placeholder {
    color: #edf2f7;
  }

  .lg\:focus-within\:placeholder-gray-200:focus-within::placeholder {
    color: #edf2f7;
  }

  .lg\:focus-within\:placeholder-gray-300:focus-within::-webkit-input-placeholder {
    color: #e2e8f0;
  }

  .lg\:focus-within\:placeholder-gray-300:focus-within::-moz-placeholder {
    color: #e2e8f0;
  }

  .lg\:focus-within\:placeholder-gray-300:focus-within:-ms-input-placeholder {
    color: #e2e8f0;
  }

  .lg\:focus-within\:placeholder-gray-300:focus-within::-ms-input-placeholder {
    color: #e2e8f0;
  }

  .lg\:focus-within\:placeholder-gray-300:focus-within::placeholder {
    color: #e2e8f0;
  }

  .lg\:focus-within\:placeholder-gray-400:focus-within::-webkit-input-placeholder {
    color: #cbd5e0;
  }

  .lg\:focus-within\:placeholder-gray-400:focus-within::-moz-placeholder {
    color: #cbd5e0;
  }

  .lg\:focus-within\:placeholder-gray-400:focus-within:-ms-input-placeholder {
    color: #cbd5e0;
  }

  .lg\:focus-within\:placeholder-gray-400:focus-within::-ms-input-placeholder {
    color: #cbd5e0;
  }

  .lg\:focus-within\:placeholder-gray-400:focus-within::placeholder {
    color: #cbd5e0;
  }

  .lg\:focus-within\:placeholder-gray-500:focus-within::-webkit-input-placeholder {
    color: #a0aec0;
  }

  .lg\:focus-within\:placeholder-gray-500:focus-within::-moz-placeholder {
    color: #a0aec0;
  }

  .lg\:focus-within\:placeholder-gray-500:focus-within:-ms-input-placeholder {
    color: #a0aec0;
  }

  .lg\:focus-within\:placeholder-gray-500:focus-within::-ms-input-placeholder {
    color: #a0aec0;
  }

  .lg\:focus-within\:placeholder-gray-500:focus-within::placeholder {
    color: #a0aec0;
  }

  .lg\:focus-within\:placeholder-gray-600:focus-within::-webkit-input-placeholder {
    color: #718096;
  }

  .lg\:focus-within\:placeholder-gray-600:focus-within::-moz-placeholder {
    color: #718096;
  }

  .lg\:focus-within\:placeholder-gray-600:focus-within:-ms-input-placeholder {
    color: #718096;
  }

  .lg\:focus-within\:placeholder-gray-600:focus-within::-ms-input-placeholder {
    color: #718096;
  }

  .lg\:focus-within\:placeholder-gray-600:focus-within::placeholder {
    color: #718096;
  }

  .lg\:focus-within\:placeholder-gray-700:focus-within::-webkit-input-placeholder {
    color: #4a5568;
  }

  .lg\:focus-within\:placeholder-gray-700:focus-within::-moz-placeholder {
    color: #4a5568;
  }

  .lg\:focus-within\:placeholder-gray-700:focus-within:-ms-input-placeholder {
    color: #4a5568;
  }

  .lg\:focus-within\:placeholder-gray-700:focus-within::-ms-input-placeholder {
    color: #4a5568;
  }

  .lg\:focus-within\:placeholder-gray-700:focus-within::placeholder {
    color: #4a5568;
  }

  .lg\:focus-within\:placeholder-gray-800:focus-within::-webkit-input-placeholder {
    color: #2d3748;
  }

  .lg\:focus-within\:placeholder-gray-800:focus-within::-moz-placeholder {
    color: #2d3748;
  }

  .lg\:focus-within\:placeholder-gray-800:focus-within:-ms-input-placeholder {
    color: #2d3748;
  }

  .lg\:focus-within\:placeholder-gray-800:focus-within::-ms-input-placeholder {
    color: #2d3748;
  }

  .lg\:focus-within\:placeholder-gray-800:focus-within::placeholder {
    color: #2d3748;
  }

  .lg\:focus-within\:placeholder-gray-900:focus-within::-webkit-input-placeholder {
    color: #1a202c;
  }

  .lg\:focus-within\:placeholder-gray-900:focus-within::-moz-placeholder {
    color: #1a202c;
  }

  .lg\:focus-within\:placeholder-gray-900:focus-within:-ms-input-placeholder {
    color: #1a202c;
  }

  .lg\:focus-within\:placeholder-gray-900:focus-within::-ms-input-placeholder {
    color: #1a202c;
  }

  .lg\:focus-within\:placeholder-gray-900:focus-within::placeholder {
    color: #1a202c;
  }

  .lg\:focus-within\:placeholder-red-100:focus-within::-webkit-input-placeholder {
    color: #fff5f5;
  }

  .lg\:focus-within\:placeholder-red-100:focus-within::-moz-placeholder {
    color: #fff5f5;
  }

  .lg\:focus-within\:placeholder-red-100:focus-within:-ms-input-placeholder {
    color: #fff5f5;
  }

  .lg\:focus-within\:placeholder-red-100:focus-within::-ms-input-placeholder {
    color: #fff5f5;
  }

  .lg\:focus-within\:placeholder-red-100:focus-within::placeholder {
    color: #fff5f5;
  }

  .lg\:focus-within\:placeholder-red-200:focus-within::-webkit-input-placeholder {
    color: #fed7d7;
  }

  .lg\:focus-within\:placeholder-red-200:focus-within::-moz-placeholder {
    color: #fed7d7;
  }

  .lg\:focus-within\:placeholder-red-200:focus-within:-ms-input-placeholder {
    color: #fed7d7;
  }

  .lg\:focus-within\:placeholder-red-200:focus-within::-ms-input-placeholder {
    color: #fed7d7;
  }

  .lg\:focus-within\:placeholder-red-200:focus-within::placeholder {
    color: #fed7d7;
  }

  .lg\:focus-within\:placeholder-red-300:focus-within::-webkit-input-placeholder {
    color: #feb2b2;
  }

  .lg\:focus-within\:placeholder-red-300:focus-within::-moz-placeholder {
    color: #feb2b2;
  }

  .lg\:focus-within\:placeholder-red-300:focus-within:-ms-input-placeholder {
    color: #feb2b2;
  }

  .lg\:focus-within\:placeholder-red-300:focus-within::-ms-input-placeholder {
    color: #feb2b2;
  }

  .lg\:focus-within\:placeholder-red-300:focus-within::placeholder {
    color: #feb2b2;
  }

  .lg\:focus-within\:placeholder-red-400:focus-within::-webkit-input-placeholder {
    color: #fc8181;
  }

  .lg\:focus-within\:placeholder-red-400:focus-within::-moz-placeholder {
    color: #fc8181;
  }

  .lg\:focus-within\:placeholder-red-400:focus-within:-ms-input-placeholder {
    color: #fc8181;
  }

  .lg\:focus-within\:placeholder-red-400:focus-within::-ms-input-placeholder {
    color: #fc8181;
  }

  .lg\:focus-within\:placeholder-red-400:focus-within::placeholder {
    color: #fc8181;
  }

  .lg\:focus-within\:placeholder-red-500:focus-within::-webkit-input-placeholder {
    color: #f56565;
  }

  .lg\:focus-within\:placeholder-red-500:focus-within::-moz-placeholder {
    color: #f56565;
  }

  .lg\:focus-within\:placeholder-red-500:focus-within:-ms-input-placeholder {
    color: #f56565;
  }

  .lg\:focus-within\:placeholder-red-500:focus-within::-ms-input-placeholder {
    color: #f56565;
  }

  .lg\:focus-within\:placeholder-red-500:focus-within::placeholder {
    color: #f56565;
  }

  .lg\:focus-within\:placeholder-red-600:focus-within::-webkit-input-placeholder {
    color: #e53e3e;
  }

  .lg\:focus-within\:placeholder-red-600:focus-within::-moz-placeholder {
    color: #e53e3e;
  }

  .lg\:focus-within\:placeholder-red-600:focus-within:-ms-input-placeholder {
    color: #e53e3e;
  }

  .lg\:focus-within\:placeholder-red-600:focus-within::-ms-input-placeholder {
    color: #e53e3e;
  }

  .lg\:focus-within\:placeholder-red-600:focus-within::placeholder {
    color: #e53e3e;
  }

  .lg\:focus-within\:placeholder-red-700:focus-within::-webkit-input-placeholder {
    color: #c53030;
  }

  .lg\:focus-within\:placeholder-red-700:focus-within::-moz-placeholder {
    color: #c53030;
  }

  .lg\:focus-within\:placeholder-red-700:focus-within:-ms-input-placeholder {
    color: #c53030;
  }

  .lg\:focus-within\:placeholder-red-700:focus-within::-ms-input-placeholder {
    color: #c53030;
  }

  .lg\:focus-within\:placeholder-red-700:focus-within::placeholder {
    color: #c53030;
  }

  .lg\:focus-within\:placeholder-red-800:focus-within::-webkit-input-placeholder {
    color: #9b2c2c;
  }

  .lg\:focus-within\:placeholder-red-800:focus-within::-moz-placeholder {
    color: #9b2c2c;
  }

  .lg\:focus-within\:placeholder-red-800:focus-within:-ms-input-placeholder {
    color: #9b2c2c;
  }

  .lg\:focus-within\:placeholder-red-800:focus-within::-ms-input-placeholder {
    color: #9b2c2c;
  }

  .lg\:focus-within\:placeholder-red-800:focus-within::placeholder {
    color: #9b2c2c;
  }

  .lg\:focus-within\:placeholder-red-900:focus-within::-webkit-input-placeholder {
    color: #742a2a;
  }

  .lg\:focus-within\:placeholder-red-900:focus-within::-moz-placeholder {
    color: #742a2a;
  }

  .lg\:focus-within\:placeholder-red-900:focus-within:-ms-input-placeholder {
    color: #742a2a;
  }

  .lg\:focus-within\:placeholder-red-900:focus-within::-ms-input-placeholder {
    color: #742a2a;
  }

  .lg\:focus-within\:placeholder-red-900:focus-within::placeholder {
    color: #742a2a;
  }

  .lg\:focus-within\:placeholder-orange-100:focus-within::-webkit-input-placeholder {
    color: #fffaf0;
  }

  .lg\:focus-within\:placeholder-orange-100:focus-within::-moz-placeholder {
    color: #fffaf0;
  }

  .lg\:focus-within\:placeholder-orange-100:focus-within:-ms-input-placeholder {
    color: #fffaf0;
  }

  .lg\:focus-within\:placeholder-orange-100:focus-within::-ms-input-placeholder {
    color: #fffaf0;
  }

  .lg\:focus-within\:placeholder-orange-100:focus-within::placeholder {
    color: #fffaf0;
  }

  .lg\:focus-within\:placeholder-orange-200:focus-within::-webkit-input-placeholder {
    color: #feebc8;
  }

  .lg\:focus-within\:placeholder-orange-200:focus-within::-moz-placeholder {
    color: #feebc8;
  }

  .lg\:focus-within\:placeholder-orange-200:focus-within:-ms-input-placeholder {
    color: #feebc8;
  }

  .lg\:focus-within\:placeholder-orange-200:focus-within::-ms-input-placeholder {
    color: #feebc8;
  }

  .lg\:focus-within\:placeholder-orange-200:focus-within::placeholder {
    color: #feebc8;
  }

  .lg\:focus-within\:placeholder-orange-300:focus-within::-webkit-input-placeholder {
    color: #fbd38d;
  }

  .lg\:focus-within\:placeholder-orange-300:focus-within::-moz-placeholder {
    color: #fbd38d;
  }

  .lg\:focus-within\:placeholder-orange-300:focus-within:-ms-input-placeholder {
    color: #fbd38d;
  }

  .lg\:focus-within\:placeholder-orange-300:focus-within::-ms-input-placeholder {
    color: #fbd38d;
  }

  .lg\:focus-within\:placeholder-orange-300:focus-within::placeholder {
    color: #fbd38d;
  }

  .lg\:focus-within\:placeholder-orange-400:focus-within::-webkit-input-placeholder {
    color: #f6ad55;
  }

  .lg\:focus-within\:placeholder-orange-400:focus-within::-moz-placeholder {
    color: #f6ad55;
  }

  .lg\:focus-within\:placeholder-orange-400:focus-within:-ms-input-placeholder {
    color: #f6ad55;
  }

  .lg\:focus-within\:placeholder-orange-400:focus-within::-ms-input-placeholder {
    color: #f6ad55;
  }

  .lg\:focus-within\:placeholder-orange-400:focus-within::placeholder {
    color: #f6ad55;
  }

  .lg\:focus-within\:placeholder-orange-500:focus-within::-webkit-input-placeholder {
    color: #ed8936;
  }

  .lg\:focus-within\:placeholder-orange-500:focus-within::-moz-placeholder {
    color: #ed8936;
  }

  .lg\:focus-within\:placeholder-orange-500:focus-within:-ms-input-placeholder {
    color: #ed8936;
  }

  .lg\:focus-within\:placeholder-orange-500:focus-within::-ms-input-placeholder {
    color: #ed8936;
  }

  .lg\:focus-within\:placeholder-orange-500:focus-within::placeholder {
    color: #ed8936;
  }

  .lg\:focus-within\:placeholder-orange-600:focus-within::-webkit-input-placeholder {
    color: #dd6b20;
  }

  .lg\:focus-within\:placeholder-orange-600:focus-within::-moz-placeholder {
    color: #dd6b20;
  }

  .lg\:focus-within\:placeholder-orange-600:focus-within:-ms-input-placeholder {
    color: #dd6b20;
  }

  .lg\:focus-within\:placeholder-orange-600:focus-within::-ms-input-placeholder {
    color: #dd6b20;
  }

  .lg\:focus-within\:placeholder-orange-600:focus-within::placeholder {
    color: #dd6b20;
  }

  .lg\:focus-within\:placeholder-orange-700:focus-within::-webkit-input-placeholder {
    color: #c05621;
  }

  .lg\:focus-within\:placeholder-orange-700:focus-within::-moz-placeholder {
    color: #c05621;
  }

  .lg\:focus-within\:placeholder-orange-700:focus-within:-ms-input-placeholder {
    color: #c05621;
  }

  .lg\:focus-within\:placeholder-orange-700:focus-within::-ms-input-placeholder {
    color: #c05621;
  }

  .lg\:focus-within\:placeholder-orange-700:focus-within::placeholder {
    color: #c05621;
  }

  .lg\:focus-within\:placeholder-orange-800:focus-within::-webkit-input-placeholder {
    color: #9c4221;
  }

  .lg\:focus-within\:placeholder-orange-800:focus-within::-moz-placeholder {
    color: #9c4221;
  }

  .lg\:focus-within\:placeholder-orange-800:focus-within:-ms-input-placeholder {
    color: #9c4221;
  }

  .lg\:focus-within\:placeholder-orange-800:focus-within::-ms-input-placeholder {
    color: #9c4221;
  }

  .lg\:focus-within\:placeholder-orange-800:focus-within::placeholder {
    color: #9c4221;
  }

  .lg\:focus-within\:placeholder-orange-900:focus-within::-webkit-input-placeholder {
    color: #7b341e;
  }

  .lg\:focus-within\:placeholder-orange-900:focus-within::-moz-placeholder {
    color: #7b341e;
  }

  .lg\:focus-within\:placeholder-orange-900:focus-within:-ms-input-placeholder {
    color: #7b341e;
  }

  .lg\:focus-within\:placeholder-orange-900:focus-within::-ms-input-placeholder {
    color: #7b341e;
  }

  .lg\:focus-within\:placeholder-orange-900:focus-within::placeholder {
    color: #7b341e;
  }

  .lg\:focus-within\:placeholder-yellow-100:focus-within::-webkit-input-placeholder {
    color: #fffff0;
  }

  .lg\:focus-within\:placeholder-yellow-100:focus-within::-moz-placeholder {
    color: #fffff0;
  }

  .lg\:focus-within\:placeholder-yellow-100:focus-within:-ms-input-placeholder {
    color: #fffff0;
  }

  .lg\:focus-within\:placeholder-yellow-100:focus-within::-ms-input-placeholder {
    color: #fffff0;
  }

  .lg\:focus-within\:placeholder-yellow-100:focus-within::placeholder {
    color: #fffff0;
  }

  .lg\:focus-within\:placeholder-yellow-200:focus-within::-webkit-input-placeholder {
    color: #fefcbf;
  }

  .lg\:focus-within\:placeholder-yellow-200:focus-within::-moz-placeholder {
    color: #fefcbf;
  }

  .lg\:focus-within\:placeholder-yellow-200:focus-within:-ms-input-placeholder {
    color: #fefcbf;
  }

  .lg\:focus-within\:placeholder-yellow-200:focus-within::-ms-input-placeholder {
    color: #fefcbf;
  }

  .lg\:focus-within\:placeholder-yellow-200:focus-within::placeholder {
    color: #fefcbf;
  }

  .lg\:focus-within\:placeholder-yellow-300:focus-within::-webkit-input-placeholder {
    color: #faf089;
  }

  .lg\:focus-within\:placeholder-yellow-300:focus-within::-moz-placeholder {
    color: #faf089;
  }

  .lg\:focus-within\:placeholder-yellow-300:focus-within:-ms-input-placeholder {
    color: #faf089;
  }

  .lg\:focus-within\:placeholder-yellow-300:focus-within::-ms-input-placeholder {
    color: #faf089;
  }

  .lg\:focus-within\:placeholder-yellow-300:focus-within::placeholder {
    color: #faf089;
  }

  .lg\:focus-within\:placeholder-yellow-400:focus-within::-webkit-input-placeholder {
    color: #f6e05e;
  }

  .lg\:focus-within\:placeholder-yellow-400:focus-within::-moz-placeholder {
    color: #f6e05e;
  }

  .lg\:focus-within\:placeholder-yellow-400:focus-within:-ms-input-placeholder {
    color: #f6e05e;
  }

  .lg\:focus-within\:placeholder-yellow-400:focus-within::-ms-input-placeholder {
    color: #f6e05e;
  }

  .lg\:focus-within\:placeholder-yellow-400:focus-within::placeholder {
    color: #f6e05e;
  }

  .lg\:focus-within\:placeholder-yellow-500:focus-within::-webkit-input-placeholder {
    color: #ecc94b;
  }

  .lg\:focus-within\:placeholder-yellow-500:focus-within::-moz-placeholder {
    color: #ecc94b;
  }

  .lg\:focus-within\:placeholder-yellow-500:focus-within:-ms-input-placeholder {
    color: #ecc94b;
  }

  .lg\:focus-within\:placeholder-yellow-500:focus-within::-ms-input-placeholder {
    color: #ecc94b;
  }

  .lg\:focus-within\:placeholder-yellow-500:focus-within::placeholder {
    color: #ecc94b;
  }

  .lg\:focus-within\:placeholder-yellow-600:focus-within::-webkit-input-placeholder {
    color: #d69e2e;
  }

  .lg\:focus-within\:placeholder-yellow-600:focus-within::-moz-placeholder {
    color: #d69e2e;
  }

  .lg\:focus-within\:placeholder-yellow-600:focus-within:-ms-input-placeholder {
    color: #d69e2e;
  }

  .lg\:focus-within\:placeholder-yellow-600:focus-within::-ms-input-placeholder {
    color: #d69e2e;
  }

  .lg\:focus-within\:placeholder-yellow-600:focus-within::placeholder {
    color: #d69e2e;
  }

  .lg\:focus-within\:placeholder-yellow-700:focus-within::-webkit-input-placeholder {
    color: #b7791f;
  }

  .lg\:focus-within\:placeholder-yellow-700:focus-within::-moz-placeholder {
    color: #b7791f;
  }

  .lg\:focus-within\:placeholder-yellow-700:focus-within:-ms-input-placeholder {
    color: #b7791f;
  }

  .lg\:focus-within\:placeholder-yellow-700:focus-within::-ms-input-placeholder {
    color: #b7791f;
  }

  .lg\:focus-within\:placeholder-yellow-700:focus-within::placeholder {
    color: #b7791f;
  }

  .lg\:focus-within\:placeholder-yellow-800:focus-within::-webkit-input-placeholder {
    color: #975a16;
  }

  .lg\:focus-within\:placeholder-yellow-800:focus-within::-moz-placeholder {
    color: #975a16;
  }

  .lg\:focus-within\:placeholder-yellow-800:focus-within:-ms-input-placeholder {
    color: #975a16;
  }

  .lg\:focus-within\:placeholder-yellow-800:focus-within::-ms-input-placeholder {
    color: #975a16;
  }

  .lg\:focus-within\:placeholder-yellow-800:focus-within::placeholder {
    color: #975a16;
  }

  .lg\:focus-within\:placeholder-yellow-900:focus-within::-webkit-input-placeholder {
    color: #744210;
  }

  .lg\:focus-within\:placeholder-yellow-900:focus-within::-moz-placeholder {
    color: #744210;
  }

  .lg\:focus-within\:placeholder-yellow-900:focus-within:-ms-input-placeholder {
    color: #744210;
  }

  .lg\:focus-within\:placeholder-yellow-900:focus-within::-ms-input-placeholder {
    color: #744210;
  }

  .lg\:focus-within\:placeholder-yellow-900:focus-within::placeholder {
    color: #744210;
  }

  .lg\:focus-within\:placeholder-green-100:focus-within::-webkit-input-placeholder {
    color: #f0fff4;
  }

  .lg\:focus-within\:placeholder-green-100:focus-within::-moz-placeholder {
    color: #f0fff4;
  }

  .lg\:focus-within\:placeholder-green-100:focus-within:-ms-input-placeholder {
    color: #f0fff4;
  }

  .lg\:focus-within\:placeholder-green-100:focus-within::-ms-input-placeholder {
    color: #f0fff4;
  }

  .lg\:focus-within\:placeholder-green-100:focus-within::placeholder {
    color: #f0fff4;
  }

  .lg\:focus-within\:placeholder-green-200:focus-within::-webkit-input-placeholder {
    color: #c6f6d5;
  }

  .lg\:focus-within\:placeholder-green-200:focus-within::-moz-placeholder {
    color: #c6f6d5;
  }

  .lg\:focus-within\:placeholder-green-200:focus-within:-ms-input-placeholder {
    color: #c6f6d5;
  }

  .lg\:focus-within\:placeholder-green-200:focus-within::-ms-input-placeholder {
    color: #c6f6d5;
  }

  .lg\:focus-within\:placeholder-green-200:focus-within::placeholder {
    color: #c6f6d5;
  }

  .lg\:focus-within\:placeholder-green-300:focus-within::-webkit-input-placeholder {
    color: #9ae6b4;
  }

  .lg\:focus-within\:placeholder-green-300:focus-within::-moz-placeholder {
    color: #9ae6b4;
  }

  .lg\:focus-within\:placeholder-green-300:focus-within:-ms-input-placeholder {
    color: #9ae6b4;
  }

  .lg\:focus-within\:placeholder-green-300:focus-within::-ms-input-placeholder {
    color: #9ae6b4;
  }

  .lg\:focus-within\:placeholder-green-300:focus-within::placeholder {
    color: #9ae6b4;
  }

  .lg\:focus-within\:placeholder-green-400:focus-within::-webkit-input-placeholder {
    color: #68d391;
  }

  .lg\:focus-within\:placeholder-green-400:focus-within::-moz-placeholder {
    color: #68d391;
  }

  .lg\:focus-within\:placeholder-green-400:focus-within:-ms-input-placeholder {
    color: #68d391;
  }

  .lg\:focus-within\:placeholder-green-400:focus-within::-ms-input-placeholder {
    color: #68d391;
  }

  .lg\:focus-within\:placeholder-green-400:focus-within::placeholder {
    color: #68d391;
  }

  .lg\:focus-within\:placeholder-green-500:focus-within::-webkit-input-placeholder {
    color: #48bb78;
  }

  .lg\:focus-within\:placeholder-green-500:focus-within::-moz-placeholder {
    color: #48bb78;
  }

  .lg\:focus-within\:placeholder-green-500:focus-within:-ms-input-placeholder {
    color: #48bb78;
  }

  .lg\:focus-within\:placeholder-green-500:focus-within::-ms-input-placeholder {
    color: #48bb78;
  }

  .lg\:focus-within\:placeholder-green-500:focus-within::placeholder {
    color: #48bb78;
  }

  .lg\:focus-within\:placeholder-green-600:focus-within::-webkit-input-placeholder {
    color: #38a169;
  }

  .lg\:focus-within\:placeholder-green-600:focus-within::-moz-placeholder {
    color: #38a169;
  }

  .lg\:focus-within\:placeholder-green-600:focus-within:-ms-input-placeholder {
    color: #38a169;
  }

  .lg\:focus-within\:placeholder-green-600:focus-within::-ms-input-placeholder {
    color: #38a169;
  }

  .lg\:focus-within\:placeholder-green-600:focus-within::placeholder {
    color: #38a169;
  }

  .lg\:focus-within\:placeholder-green-700:focus-within::-webkit-input-placeholder {
    color: #2f855a;
  }

  .lg\:focus-within\:placeholder-green-700:focus-within::-moz-placeholder {
    color: #2f855a;
  }

  .lg\:focus-within\:placeholder-green-700:focus-within:-ms-input-placeholder {
    color: #2f855a;
  }

  .lg\:focus-within\:placeholder-green-700:focus-within::-ms-input-placeholder {
    color: #2f855a;
  }

  .lg\:focus-within\:placeholder-green-700:focus-within::placeholder {
    color: #2f855a;
  }

  .lg\:focus-within\:placeholder-green-800:focus-within::-webkit-input-placeholder {
    color: #276749;
  }

  .lg\:focus-within\:placeholder-green-800:focus-within::-moz-placeholder {
    color: #276749;
  }

  .lg\:focus-within\:placeholder-green-800:focus-within:-ms-input-placeholder {
    color: #276749;
  }

  .lg\:focus-within\:placeholder-green-800:focus-within::-ms-input-placeholder {
    color: #276749;
  }

  .lg\:focus-within\:placeholder-green-800:focus-within::placeholder {
    color: #276749;
  }

  .lg\:focus-within\:placeholder-green-900:focus-within::-webkit-input-placeholder {
    color: #22543d;
  }

  .lg\:focus-within\:placeholder-green-900:focus-within::-moz-placeholder {
    color: #22543d;
  }

  .lg\:focus-within\:placeholder-green-900:focus-within:-ms-input-placeholder {
    color: #22543d;
  }

  .lg\:focus-within\:placeholder-green-900:focus-within::-ms-input-placeholder {
    color: #22543d;
  }

  .lg\:focus-within\:placeholder-green-900:focus-within::placeholder {
    color: #22543d;
  }

  .lg\:focus-within\:placeholder-teal-100:focus-within::-webkit-input-placeholder {
    color: #e6fffa;
  }

  .lg\:focus-within\:placeholder-teal-100:focus-within::-moz-placeholder {
    color: #e6fffa;
  }

  .lg\:focus-within\:placeholder-teal-100:focus-within:-ms-input-placeholder {
    color: #e6fffa;
  }

  .lg\:focus-within\:placeholder-teal-100:focus-within::-ms-input-placeholder {
    color: #e6fffa;
  }

  .lg\:focus-within\:placeholder-teal-100:focus-within::placeholder {
    color: #e6fffa;
  }

  .lg\:focus-within\:placeholder-teal-200:focus-within::-webkit-input-placeholder {
    color: #b2f5ea;
  }

  .lg\:focus-within\:placeholder-teal-200:focus-within::-moz-placeholder {
    color: #b2f5ea;
  }

  .lg\:focus-within\:placeholder-teal-200:focus-within:-ms-input-placeholder {
    color: #b2f5ea;
  }

  .lg\:focus-within\:placeholder-teal-200:focus-within::-ms-input-placeholder {
    color: #b2f5ea;
  }

  .lg\:focus-within\:placeholder-teal-200:focus-within::placeholder {
    color: #b2f5ea;
  }

  .lg\:focus-within\:placeholder-teal-300:focus-within::-webkit-input-placeholder {
    color: #81e6d9;
  }

  .lg\:focus-within\:placeholder-teal-300:focus-within::-moz-placeholder {
    color: #81e6d9;
  }

  .lg\:focus-within\:placeholder-teal-300:focus-within:-ms-input-placeholder {
    color: #81e6d9;
  }

  .lg\:focus-within\:placeholder-teal-300:focus-within::-ms-input-placeholder {
    color: #81e6d9;
  }

  .lg\:focus-within\:placeholder-teal-300:focus-within::placeholder {
    color: #81e6d9;
  }

  .lg\:focus-within\:placeholder-teal-400:focus-within::-webkit-input-placeholder {
    color: #4fd1c5;
  }

  .lg\:focus-within\:placeholder-teal-400:focus-within::-moz-placeholder {
    color: #4fd1c5;
  }

  .lg\:focus-within\:placeholder-teal-400:focus-within:-ms-input-placeholder {
    color: #4fd1c5;
  }

  .lg\:focus-within\:placeholder-teal-400:focus-within::-ms-input-placeholder {
    color: #4fd1c5;
  }

  .lg\:focus-within\:placeholder-teal-400:focus-within::placeholder {
    color: #4fd1c5;
  }

  .lg\:focus-within\:placeholder-teal-500:focus-within::-webkit-input-placeholder {
    color: #38b2ac;
  }

  .lg\:focus-within\:placeholder-teal-500:focus-within::-moz-placeholder {
    color: #38b2ac;
  }

  .lg\:focus-within\:placeholder-teal-500:focus-within:-ms-input-placeholder {
    color: #38b2ac;
  }

  .lg\:focus-within\:placeholder-teal-500:focus-within::-ms-input-placeholder {
    color: #38b2ac;
  }

  .lg\:focus-within\:placeholder-teal-500:focus-within::placeholder {
    color: #38b2ac;
  }

  .lg\:focus-within\:placeholder-teal-600:focus-within::-webkit-input-placeholder {
    color: #319795;
  }

  .lg\:focus-within\:placeholder-teal-600:focus-within::-moz-placeholder {
    color: #319795;
  }

  .lg\:focus-within\:placeholder-teal-600:focus-within:-ms-input-placeholder {
    color: #319795;
  }

  .lg\:focus-within\:placeholder-teal-600:focus-within::-ms-input-placeholder {
    color: #319795;
  }

  .lg\:focus-within\:placeholder-teal-600:focus-within::placeholder {
    color: #319795;
  }

  .lg\:focus-within\:placeholder-teal-700:focus-within::-webkit-input-placeholder {
    color: #2c7a7b;
  }

  .lg\:focus-within\:placeholder-teal-700:focus-within::-moz-placeholder {
    color: #2c7a7b;
  }

  .lg\:focus-within\:placeholder-teal-700:focus-within:-ms-input-placeholder {
    color: #2c7a7b;
  }

  .lg\:focus-within\:placeholder-teal-700:focus-within::-ms-input-placeholder {
    color: #2c7a7b;
  }

  .lg\:focus-within\:placeholder-teal-700:focus-within::placeholder {
    color: #2c7a7b;
  }

  .lg\:focus-within\:placeholder-teal-800:focus-within::-webkit-input-placeholder {
    color: #285e61;
  }

  .lg\:focus-within\:placeholder-teal-800:focus-within::-moz-placeholder {
    color: #285e61;
  }

  .lg\:focus-within\:placeholder-teal-800:focus-within:-ms-input-placeholder {
    color: #285e61;
  }

  .lg\:focus-within\:placeholder-teal-800:focus-within::-ms-input-placeholder {
    color: #285e61;
  }

  .lg\:focus-within\:placeholder-teal-800:focus-within::placeholder {
    color: #285e61;
  }

  .lg\:focus-within\:placeholder-teal-900:focus-within::-webkit-input-placeholder {
    color: #234e52;
  }

  .lg\:focus-within\:placeholder-teal-900:focus-within::-moz-placeholder {
    color: #234e52;
  }

  .lg\:focus-within\:placeholder-teal-900:focus-within:-ms-input-placeholder {
    color: #234e52;
  }

  .lg\:focus-within\:placeholder-teal-900:focus-within::-ms-input-placeholder {
    color: #234e52;
  }

  .lg\:focus-within\:placeholder-teal-900:focus-within::placeholder {
    color: #234e52;
  }

  .lg\:focus-within\:placeholder-blue-100:focus-within::-webkit-input-placeholder {
    color: #ebf8ff;
  }

  .lg\:focus-within\:placeholder-blue-100:focus-within::-moz-placeholder {
    color: #ebf8ff;
  }

  .lg\:focus-within\:placeholder-blue-100:focus-within:-ms-input-placeholder {
    color: #ebf8ff;
  }

  .lg\:focus-within\:placeholder-blue-100:focus-within::-ms-input-placeholder {
    color: #ebf8ff;
  }

  .lg\:focus-within\:placeholder-blue-100:focus-within::placeholder {
    color: #ebf8ff;
  }

  .lg\:focus-within\:placeholder-blue-200:focus-within::-webkit-input-placeholder {
    color: #bee3f8;
  }

  .lg\:focus-within\:placeholder-blue-200:focus-within::-moz-placeholder {
    color: #bee3f8;
  }

  .lg\:focus-within\:placeholder-blue-200:focus-within:-ms-input-placeholder {
    color: #bee3f8;
  }

  .lg\:focus-within\:placeholder-blue-200:focus-within::-ms-input-placeholder {
    color: #bee3f8;
  }

  .lg\:focus-within\:placeholder-blue-200:focus-within::placeholder {
    color: #bee3f8;
  }

  .lg\:focus-within\:placeholder-blue-300:focus-within::-webkit-input-placeholder {
    color: #90cdf4;
  }

  .lg\:focus-within\:placeholder-blue-300:focus-within::-moz-placeholder {
    color: #90cdf4;
  }

  .lg\:focus-within\:placeholder-blue-300:focus-within:-ms-input-placeholder {
    color: #90cdf4;
  }

  .lg\:focus-within\:placeholder-blue-300:focus-within::-ms-input-placeholder {
    color: #90cdf4;
  }

  .lg\:focus-within\:placeholder-blue-300:focus-within::placeholder {
    color: #90cdf4;
  }

  .lg\:focus-within\:placeholder-blue-400:focus-within::-webkit-input-placeholder {
    color: #63b3ed;
  }

  .lg\:focus-within\:placeholder-blue-400:focus-within::-moz-placeholder {
    color: #63b3ed;
  }

  .lg\:focus-within\:placeholder-blue-400:focus-within:-ms-input-placeholder {
    color: #63b3ed;
  }

  .lg\:focus-within\:placeholder-blue-400:focus-within::-ms-input-placeholder {
    color: #63b3ed;
  }

  .lg\:focus-within\:placeholder-blue-400:focus-within::placeholder {
    color: #63b3ed;
  }

  .lg\:focus-within\:placeholder-blue-500:focus-within::-webkit-input-placeholder {
    color: #4299e1;
  }

  .lg\:focus-within\:placeholder-blue-500:focus-within::-moz-placeholder {
    color: #4299e1;
  }

  .lg\:focus-within\:placeholder-blue-500:focus-within:-ms-input-placeholder {
    color: #4299e1;
  }

  .lg\:focus-within\:placeholder-blue-500:focus-within::-ms-input-placeholder {
    color: #4299e1;
  }

  .lg\:focus-within\:placeholder-blue-500:focus-within::placeholder {
    color: #4299e1;
  }

  .lg\:focus-within\:placeholder-blue-600:focus-within::-webkit-input-placeholder {
    color: #3182ce;
  }

  .lg\:focus-within\:placeholder-blue-600:focus-within::-moz-placeholder {
    color: #3182ce;
  }

  .lg\:focus-within\:placeholder-blue-600:focus-within:-ms-input-placeholder {
    color: #3182ce;
  }

  .lg\:focus-within\:placeholder-blue-600:focus-within::-ms-input-placeholder {
    color: #3182ce;
  }

  .lg\:focus-within\:placeholder-blue-600:focus-within::placeholder {
    color: #3182ce;
  }

  .lg\:focus-within\:placeholder-blue-700:focus-within::-webkit-input-placeholder {
    color: #2b6cb0;
  }

  .lg\:focus-within\:placeholder-blue-700:focus-within::-moz-placeholder {
    color: #2b6cb0;
  }

  .lg\:focus-within\:placeholder-blue-700:focus-within:-ms-input-placeholder {
    color: #2b6cb0;
  }

  .lg\:focus-within\:placeholder-blue-700:focus-within::-ms-input-placeholder {
    color: #2b6cb0;
  }

  .lg\:focus-within\:placeholder-blue-700:focus-within::placeholder {
    color: #2b6cb0;
  }

  .lg\:focus-within\:placeholder-blue-800:focus-within::-webkit-input-placeholder {
    color: #2c5282;
  }

  .lg\:focus-within\:placeholder-blue-800:focus-within::-moz-placeholder {
    color: #2c5282;
  }

  .lg\:focus-within\:placeholder-blue-800:focus-within:-ms-input-placeholder {
    color: #2c5282;
  }

  .lg\:focus-within\:placeholder-blue-800:focus-within::-ms-input-placeholder {
    color: #2c5282;
  }

  .lg\:focus-within\:placeholder-blue-800:focus-within::placeholder {
    color: #2c5282;
  }

  .lg\:focus-within\:placeholder-blue-900:focus-within::-webkit-input-placeholder {
    color: #2a4365;
  }

  .lg\:focus-within\:placeholder-blue-900:focus-within::-moz-placeholder {
    color: #2a4365;
  }

  .lg\:focus-within\:placeholder-blue-900:focus-within:-ms-input-placeholder {
    color: #2a4365;
  }

  .lg\:focus-within\:placeholder-blue-900:focus-within::-ms-input-placeholder {
    color: #2a4365;
  }

  .lg\:focus-within\:placeholder-blue-900:focus-within::placeholder {
    color: #2a4365;
  }

  .lg\:focus-within\:placeholder-indigo-100:focus-within::-webkit-input-placeholder {
    color: #ebf4ff;
  }

  .lg\:focus-within\:placeholder-indigo-100:focus-within::-moz-placeholder {
    color: #ebf4ff;
  }

  .lg\:focus-within\:placeholder-indigo-100:focus-within:-ms-input-placeholder {
    color: #ebf4ff;
  }

  .lg\:focus-within\:placeholder-indigo-100:focus-within::-ms-input-placeholder {
    color: #ebf4ff;
  }

  .lg\:focus-within\:placeholder-indigo-100:focus-within::placeholder {
    color: #ebf4ff;
  }

  .lg\:focus-within\:placeholder-indigo-200:focus-within::-webkit-input-placeholder {
    color: #c3dafe;
  }

  .lg\:focus-within\:placeholder-indigo-200:focus-within::-moz-placeholder {
    color: #c3dafe;
  }

  .lg\:focus-within\:placeholder-indigo-200:focus-within:-ms-input-placeholder {
    color: #c3dafe;
  }

  .lg\:focus-within\:placeholder-indigo-200:focus-within::-ms-input-placeholder {
    color: #c3dafe;
  }

  .lg\:focus-within\:placeholder-indigo-200:focus-within::placeholder {
    color: #c3dafe;
  }

  .lg\:focus-within\:placeholder-indigo-300:focus-within::-webkit-input-placeholder {
    color: #a3bffa;
  }

  .lg\:focus-within\:placeholder-indigo-300:focus-within::-moz-placeholder {
    color: #a3bffa;
  }

  .lg\:focus-within\:placeholder-indigo-300:focus-within:-ms-input-placeholder {
    color: #a3bffa;
  }

  .lg\:focus-within\:placeholder-indigo-300:focus-within::-ms-input-placeholder {
    color: #a3bffa;
  }

  .lg\:focus-within\:placeholder-indigo-300:focus-within::placeholder {
    color: #a3bffa;
  }

  .lg\:focus-within\:placeholder-indigo-400:focus-within::-webkit-input-placeholder {
    color: #7f9cf5;
  }

  .lg\:focus-within\:placeholder-indigo-400:focus-within::-moz-placeholder {
    color: #7f9cf5;
  }

  .lg\:focus-within\:placeholder-indigo-400:focus-within:-ms-input-placeholder {
    color: #7f9cf5;
  }

  .lg\:focus-within\:placeholder-indigo-400:focus-within::-ms-input-placeholder {
    color: #7f9cf5;
  }

  .lg\:focus-within\:placeholder-indigo-400:focus-within::placeholder {
    color: #7f9cf5;
  }

  .lg\:focus-within\:placeholder-indigo-500:focus-within::-webkit-input-placeholder {
    color: #667eea;
  }

  .lg\:focus-within\:placeholder-indigo-500:focus-within::-moz-placeholder {
    color: #667eea;
  }

  .lg\:focus-within\:placeholder-indigo-500:focus-within:-ms-input-placeholder {
    color: #667eea;
  }

  .lg\:focus-within\:placeholder-indigo-500:focus-within::-ms-input-placeholder {
    color: #667eea;
  }

  .lg\:focus-within\:placeholder-indigo-500:focus-within::placeholder {
    color: #667eea;
  }

  .lg\:focus-within\:placeholder-indigo-600:focus-within::-webkit-input-placeholder {
    color: #5a67d8;
  }

  .lg\:focus-within\:placeholder-indigo-600:focus-within::-moz-placeholder {
    color: #5a67d8;
  }

  .lg\:focus-within\:placeholder-indigo-600:focus-within:-ms-input-placeholder {
    color: #5a67d8;
  }

  .lg\:focus-within\:placeholder-indigo-600:focus-within::-ms-input-placeholder {
    color: #5a67d8;
  }

  .lg\:focus-within\:placeholder-indigo-600:focus-within::placeholder {
    color: #5a67d8;
  }

  .lg\:focus-within\:placeholder-indigo-700:focus-within::-webkit-input-placeholder {
    color: #4c51bf;
  }

  .lg\:focus-within\:placeholder-indigo-700:focus-within::-moz-placeholder {
    color: #4c51bf;
  }

  .lg\:focus-within\:placeholder-indigo-700:focus-within:-ms-input-placeholder {
    color: #4c51bf;
  }

  .lg\:focus-within\:placeholder-indigo-700:focus-within::-ms-input-placeholder {
    color: #4c51bf;
  }

  .lg\:focus-within\:placeholder-indigo-700:focus-within::placeholder {
    color: #4c51bf;
  }

  .lg\:focus-within\:placeholder-indigo-800:focus-within::-webkit-input-placeholder {
    color: #434190;
  }

  .lg\:focus-within\:placeholder-indigo-800:focus-within::-moz-placeholder {
    color: #434190;
  }

  .lg\:focus-within\:placeholder-indigo-800:focus-within:-ms-input-placeholder {
    color: #434190;
  }

  .lg\:focus-within\:placeholder-indigo-800:focus-within::-ms-input-placeholder {
    color: #434190;
  }

  .lg\:focus-within\:placeholder-indigo-800:focus-within::placeholder {
    color: #434190;
  }

  .lg\:focus-within\:placeholder-indigo-900:focus-within::-webkit-input-placeholder {
    color: #3c366b;
  }

  .lg\:focus-within\:placeholder-indigo-900:focus-within::-moz-placeholder {
    color: #3c366b;
  }

  .lg\:focus-within\:placeholder-indigo-900:focus-within:-ms-input-placeholder {
    color: #3c366b;
  }

  .lg\:focus-within\:placeholder-indigo-900:focus-within::-ms-input-placeholder {
    color: #3c366b;
  }

  .lg\:focus-within\:placeholder-indigo-900:focus-within::placeholder {
    color: #3c366b;
  }

  .lg\:focus-within\:placeholder-purple-100:focus-within::-webkit-input-placeholder {
    color: #faf5ff;
  }

  .lg\:focus-within\:placeholder-purple-100:focus-within::-moz-placeholder {
    color: #faf5ff;
  }

  .lg\:focus-within\:placeholder-purple-100:focus-within:-ms-input-placeholder {
    color: #faf5ff;
  }

  .lg\:focus-within\:placeholder-purple-100:focus-within::-ms-input-placeholder {
    color: #faf5ff;
  }

  .lg\:focus-within\:placeholder-purple-100:focus-within::placeholder {
    color: #faf5ff;
  }

  .lg\:focus-within\:placeholder-purple-200:focus-within::-webkit-input-placeholder {
    color: #e9d8fd;
  }

  .lg\:focus-within\:placeholder-purple-200:focus-within::-moz-placeholder {
    color: #e9d8fd;
  }

  .lg\:focus-within\:placeholder-purple-200:focus-within:-ms-input-placeholder {
    color: #e9d8fd;
  }

  .lg\:focus-within\:placeholder-purple-200:focus-within::-ms-input-placeholder {
    color: #e9d8fd;
  }

  .lg\:focus-within\:placeholder-purple-200:focus-within::placeholder {
    color: #e9d8fd;
  }

  .lg\:focus-within\:placeholder-purple-300:focus-within::-webkit-input-placeholder {
    color: #d6bcfa;
  }

  .lg\:focus-within\:placeholder-purple-300:focus-within::-moz-placeholder {
    color: #d6bcfa;
  }

  .lg\:focus-within\:placeholder-purple-300:focus-within:-ms-input-placeholder {
    color: #d6bcfa;
  }

  .lg\:focus-within\:placeholder-purple-300:focus-within::-ms-input-placeholder {
    color: #d6bcfa;
  }

  .lg\:focus-within\:placeholder-purple-300:focus-within::placeholder {
    color: #d6bcfa;
  }

  .lg\:focus-within\:placeholder-purple-400:focus-within::-webkit-input-placeholder {
    color: #b794f4;
  }

  .lg\:focus-within\:placeholder-purple-400:focus-within::-moz-placeholder {
    color: #b794f4;
  }

  .lg\:focus-within\:placeholder-purple-400:focus-within:-ms-input-placeholder {
    color: #b794f4;
  }

  .lg\:focus-within\:placeholder-purple-400:focus-within::-ms-input-placeholder {
    color: #b794f4;
  }

  .lg\:focus-within\:placeholder-purple-400:focus-within::placeholder {
    color: #b794f4;
  }

  .lg\:focus-within\:placeholder-purple-500:focus-within::-webkit-input-placeholder {
    color: #9f7aea;
  }

  .lg\:focus-within\:placeholder-purple-500:focus-within::-moz-placeholder {
    color: #9f7aea;
  }

  .lg\:focus-within\:placeholder-purple-500:focus-within:-ms-input-placeholder {
    color: #9f7aea;
  }

  .lg\:focus-within\:placeholder-purple-500:focus-within::-ms-input-placeholder {
    color: #9f7aea;
  }

  .lg\:focus-within\:placeholder-purple-500:focus-within::placeholder {
    color: #9f7aea;
  }

  .lg\:focus-within\:placeholder-purple-600:focus-within::-webkit-input-placeholder {
    color: #805ad5;
  }

  .lg\:focus-within\:placeholder-purple-600:focus-within::-moz-placeholder {
    color: #805ad5;
  }

  .lg\:focus-within\:placeholder-purple-600:focus-within:-ms-input-placeholder {
    color: #805ad5;
  }

  .lg\:focus-within\:placeholder-purple-600:focus-within::-ms-input-placeholder {
    color: #805ad5;
  }

  .lg\:focus-within\:placeholder-purple-600:focus-within::placeholder {
    color: #805ad5;
  }

  .lg\:focus-within\:placeholder-purple-700:focus-within::-webkit-input-placeholder {
    color: #6b46c1;
  }

  .lg\:focus-within\:placeholder-purple-700:focus-within::-moz-placeholder {
    color: #6b46c1;
  }

  .lg\:focus-within\:placeholder-purple-700:focus-within:-ms-input-placeholder {
    color: #6b46c1;
  }

  .lg\:focus-within\:placeholder-purple-700:focus-within::-ms-input-placeholder {
    color: #6b46c1;
  }

  .lg\:focus-within\:placeholder-purple-700:focus-within::placeholder {
    color: #6b46c1;
  }

  .lg\:focus-within\:placeholder-purple-800:focus-within::-webkit-input-placeholder {
    color: #553c9a;
  }

  .lg\:focus-within\:placeholder-purple-800:focus-within::-moz-placeholder {
    color: #553c9a;
  }

  .lg\:focus-within\:placeholder-purple-800:focus-within:-ms-input-placeholder {
    color: #553c9a;
  }

  .lg\:focus-within\:placeholder-purple-800:focus-within::-ms-input-placeholder {
    color: #553c9a;
  }

  .lg\:focus-within\:placeholder-purple-800:focus-within::placeholder {
    color: #553c9a;
  }

  .lg\:focus-within\:placeholder-purple-900:focus-within::-webkit-input-placeholder {
    color: #44337a;
  }

  .lg\:focus-within\:placeholder-purple-900:focus-within::-moz-placeholder {
    color: #44337a;
  }

  .lg\:focus-within\:placeholder-purple-900:focus-within:-ms-input-placeholder {
    color: #44337a;
  }

  .lg\:focus-within\:placeholder-purple-900:focus-within::-ms-input-placeholder {
    color: #44337a;
  }

  .lg\:focus-within\:placeholder-purple-900:focus-within::placeholder {
    color: #44337a;
  }

  .lg\:focus-within\:placeholder-pink-100:focus-within::-webkit-input-placeholder {
    color: #fff5f7;
  }

  .lg\:focus-within\:placeholder-pink-100:focus-within::-moz-placeholder {
    color: #fff5f7;
  }

  .lg\:focus-within\:placeholder-pink-100:focus-within:-ms-input-placeholder {
    color: #fff5f7;
  }

  .lg\:focus-within\:placeholder-pink-100:focus-within::-ms-input-placeholder {
    color: #fff5f7;
  }

  .lg\:focus-within\:placeholder-pink-100:focus-within::placeholder {
    color: #fff5f7;
  }

  .lg\:focus-within\:placeholder-pink-200:focus-within::-webkit-input-placeholder {
    color: #fed7e2;
  }

  .lg\:focus-within\:placeholder-pink-200:focus-within::-moz-placeholder {
    color: #fed7e2;
  }

  .lg\:focus-within\:placeholder-pink-200:focus-within:-ms-input-placeholder {
    color: #fed7e2;
  }

  .lg\:focus-within\:placeholder-pink-200:focus-within::-ms-input-placeholder {
    color: #fed7e2;
  }

  .lg\:focus-within\:placeholder-pink-200:focus-within::placeholder {
    color: #fed7e2;
  }

  .lg\:focus-within\:placeholder-pink-300:focus-within::-webkit-input-placeholder {
    color: #fbb6ce;
  }

  .lg\:focus-within\:placeholder-pink-300:focus-within::-moz-placeholder {
    color: #fbb6ce;
  }

  .lg\:focus-within\:placeholder-pink-300:focus-within:-ms-input-placeholder {
    color: #fbb6ce;
  }

  .lg\:focus-within\:placeholder-pink-300:focus-within::-ms-input-placeholder {
    color: #fbb6ce;
  }

  .lg\:focus-within\:placeholder-pink-300:focus-within::placeholder {
    color: #fbb6ce;
  }

  .lg\:focus-within\:placeholder-pink-400:focus-within::-webkit-input-placeholder {
    color: #f687b3;
  }

  .lg\:focus-within\:placeholder-pink-400:focus-within::-moz-placeholder {
    color: #f687b3;
  }

  .lg\:focus-within\:placeholder-pink-400:focus-within:-ms-input-placeholder {
    color: #f687b3;
  }

  .lg\:focus-within\:placeholder-pink-400:focus-within::-ms-input-placeholder {
    color: #f687b3;
  }

  .lg\:focus-within\:placeholder-pink-400:focus-within::placeholder {
    color: #f687b3;
  }

  .lg\:focus-within\:placeholder-pink-500:focus-within::-webkit-input-placeholder {
    color: #ed64a6;
  }

  .lg\:focus-within\:placeholder-pink-500:focus-within::-moz-placeholder {
    color: #ed64a6;
  }

  .lg\:focus-within\:placeholder-pink-500:focus-within:-ms-input-placeholder {
    color: #ed64a6;
  }

  .lg\:focus-within\:placeholder-pink-500:focus-within::-ms-input-placeholder {
    color: #ed64a6;
  }

  .lg\:focus-within\:placeholder-pink-500:focus-within::placeholder {
    color: #ed64a6;
  }

  .lg\:focus-within\:placeholder-pink-600:focus-within::-webkit-input-placeholder {
    color: #d53f8c;
  }

  .lg\:focus-within\:placeholder-pink-600:focus-within::-moz-placeholder {
    color: #d53f8c;
  }

  .lg\:focus-within\:placeholder-pink-600:focus-within:-ms-input-placeholder {
    color: #d53f8c;
  }

  .lg\:focus-within\:placeholder-pink-600:focus-within::-ms-input-placeholder {
    color: #d53f8c;
  }

  .lg\:focus-within\:placeholder-pink-600:focus-within::placeholder {
    color: #d53f8c;
  }

  .lg\:focus-within\:placeholder-pink-700:focus-within::-webkit-input-placeholder {
    color: #b83280;
  }

  .lg\:focus-within\:placeholder-pink-700:focus-within::-moz-placeholder {
    color: #b83280;
  }

  .lg\:focus-within\:placeholder-pink-700:focus-within:-ms-input-placeholder {
    color: #b83280;
  }

  .lg\:focus-within\:placeholder-pink-700:focus-within::-ms-input-placeholder {
    color: #b83280;
  }

  .lg\:focus-within\:placeholder-pink-700:focus-within::placeholder {
    color: #b83280;
  }

  .lg\:focus-within\:placeholder-pink-800:focus-within::-webkit-input-placeholder {
    color: #97266d;
  }

  .lg\:focus-within\:placeholder-pink-800:focus-within::-moz-placeholder {
    color: #97266d;
  }

  .lg\:focus-within\:placeholder-pink-800:focus-within:-ms-input-placeholder {
    color: #97266d;
  }

  .lg\:focus-within\:placeholder-pink-800:focus-within::-ms-input-placeholder {
    color: #97266d;
  }

  .lg\:focus-within\:placeholder-pink-800:focus-within::placeholder {
    color: #97266d;
  }

  .lg\:focus-within\:placeholder-pink-900:focus-within::-webkit-input-placeholder {
    color: #702459;
  }

  .lg\:focus-within\:placeholder-pink-900:focus-within::-moz-placeholder {
    color: #702459;
  }

  .lg\:focus-within\:placeholder-pink-900:focus-within:-ms-input-placeholder {
    color: #702459;
  }

  .lg\:focus-within\:placeholder-pink-900:focus-within::-ms-input-placeholder {
    color: #702459;
  }

  .lg\:focus-within\:placeholder-pink-900:focus-within::placeholder {
    color: #702459;
  }

  .lg\:first\:placeholder-transparent:first-child::-webkit-input-placeholder {
    color: transparent;
  }

  .lg\:first\:placeholder-transparent:first-child::-moz-placeholder {
    color: transparent;
  }

  .lg\:first\:placeholder-transparent:first-child:-ms-input-placeholder {
    color: transparent;
  }

  .lg\:first\:placeholder-transparent:first-child::-ms-input-placeholder {
    color: transparent;
  }

  .lg\:first\:placeholder-transparent:first-child::placeholder {
    color: transparent;
  }

  .lg\:first\:placeholder-black:first-child::-webkit-input-placeholder {
    color: #000;
  }

  .lg\:first\:placeholder-black:first-child::-moz-placeholder {
    color: #000;
  }

  .lg\:first\:placeholder-black:first-child:-ms-input-placeholder {
    color: #000;
  }

  .lg\:first\:placeholder-black:first-child::-ms-input-placeholder {
    color: #000;
  }

  .lg\:first\:placeholder-black:first-child::placeholder {
    color: #000;
  }

  .lg\:first\:placeholder-white:first-child::-webkit-input-placeholder {
    color: #fff;
  }

  .lg\:first\:placeholder-white:first-child::-moz-placeholder {
    color: #fff;
  }

  .lg\:first\:placeholder-white:first-child:-ms-input-placeholder {
    color: #fff;
  }

  .lg\:first\:placeholder-white:first-child::-ms-input-placeholder {
    color: #fff;
  }

  .lg\:first\:placeholder-white:first-child::placeholder {
    color: #fff;
  }

  .lg\:first\:placeholder-gray-100:first-child::-webkit-input-placeholder {
    color: #f7fafc;
  }

  .lg\:first\:placeholder-gray-100:first-child::-moz-placeholder {
    color: #f7fafc;
  }

  .lg\:first\:placeholder-gray-100:first-child:-ms-input-placeholder {
    color: #f7fafc;
  }

  .lg\:first\:placeholder-gray-100:first-child::-ms-input-placeholder {
    color: #f7fafc;
  }

  .lg\:first\:placeholder-gray-100:first-child::placeholder {
    color: #f7fafc;
  }

  .lg\:first\:placeholder-gray-200:first-child::-webkit-input-placeholder {
    color: #edf2f7;
  }

  .lg\:first\:placeholder-gray-200:first-child::-moz-placeholder {
    color: #edf2f7;
  }

  .lg\:first\:placeholder-gray-200:first-child:-ms-input-placeholder {
    color: #edf2f7;
  }

  .lg\:first\:placeholder-gray-200:first-child::-ms-input-placeholder {
    color: #edf2f7;
  }

  .lg\:first\:placeholder-gray-200:first-child::placeholder {
    color: #edf2f7;
  }

  .lg\:first\:placeholder-gray-300:first-child::-webkit-input-placeholder {
    color: #e2e8f0;
  }

  .lg\:first\:placeholder-gray-300:first-child::-moz-placeholder {
    color: #e2e8f0;
  }

  .lg\:first\:placeholder-gray-300:first-child:-ms-input-placeholder {
    color: #e2e8f0;
  }

  .lg\:first\:placeholder-gray-300:first-child::-ms-input-placeholder {
    color: #e2e8f0;
  }

  .lg\:first\:placeholder-gray-300:first-child::placeholder {
    color: #e2e8f0;
  }

  .lg\:first\:placeholder-gray-400:first-child::-webkit-input-placeholder {
    color: #cbd5e0;
  }

  .lg\:first\:placeholder-gray-400:first-child::-moz-placeholder {
    color: #cbd5e0;
  }

  .lg\:first\:placeholder-gray-400:first-child:-ms-input-placeholder {
    color: #cbd5e0;
  }

  .lg\:first\:placeholder-gray-400:first-child::-ms-input-placeholder {
    color: #cbd5e0;
  }

  .lg\:first\:placeholder-gray-400:first-child::placeholder {
    color: #cbd5e0;
  }

  .lg\:first\:placeholder-gray-500:first-child::-webkit-input-placeholder {
    color: #a0aec0;
  }

  .lg\:first\:placeholder-gray-500:first-child::-moz-placeholder {
    color: #a0aec0;
  }

  .lg\:first\:placeholder-gray-500:first-child:-ms-input-placeholder {
    color: #a0aec0;
  }

  .lg\:first\:placeholder-gray-500:first-child::-ms-input-placeholder {
    color: #a0aec0;
  }

  .lg\:first\:placeholder-gray-500:first-child::placeholder {
    color: #a0aec0;
  }

  .lg\:first\:placeholder-gray-600:first-child::-webkit-input-placeholder {
    color: #718096;
  }

  .lg\:first\:placeholder-gray-600:first-child::-moz-placeholder {
    color: #718096;
  }

  .lg\:first\:placeholder-gray-600:first-child:-ms-input-placeholder {
    color: #718096;
  }

  .lg\:first\:placeholder-gray-600:first-child::-ms-input-placeholder {
    color: #718096;
  }

  .lg\:first\:placeholder-gray-600:first-child::placeholder {
    color: #718096;
  }

  .lg\:first\:placeholder-gray-700:first-child::-webkit-input-placeholder {
    color: #4a5568;
  }

  .lg\:first\:placeholder-gray-700:first-child::-moz-placeholder {
    color: #4a5568;
  }

  .lg\:first\:placeholder-gray-700:first-child:-ms-input-placeholder {
    color: #4a5568;
  }

  .lg\:first\:placeholder-gray-700:first-child::-ms-input-placeholder {
    color: #4a5568;
  }

  .lg\:first\:placeholder-gray-700:first-child::placeholder {
    color: #4a5568;
  }

  .lg\:first\:placeholder-gray-800:first-child::-webkit-input-placeholder {
    color: #2d3748;
  }

  .lg\:first\:placeholder-gray-800:first-child::-moz-placeholder {
    color: #2d3748;
  }

  .lg\:first\:placeholder-gray-800:first-child:-ms-input-placeholder {
    color: #2d3748;
  }

  .lg\:first\:placeholder-gray-800:first-child::-ms-input-placeholder {
    color: #2d3748;
  }

  .lg\:first\:placeholder-gray-800:first-child::placeholder {
    color: #2d3748;
  }

  .lg\:first\:placeholder-gray-900:first-child::-webkit-input-placeholder {
    color: #1a202c;
  }

  .lg\:first\:placeholder-gray-900:first-child::-moz-placeholder {
    color: #1a202c;
  }

  .lg\:first\:placeholder-gray-900:first-child:-ms-input-placeholder {
    color: #1a202c;
  }

  .lg\:first\:placeholder-gray-900:first-child::-ms-input-placeholder {
    color: #1a202c;
  }

  .lg\:first\:placeholder-gray-900:first-child::placeholder {
    color: #1a202c;
  }

  .lg\:first\:placeholder-red-100:first-child::-webkit-input-placeholder {
    color: #fff5f5;
  }

  .lg\:first\:placeholder-red-100:first-child::-moz-placeholder {
    color: #fff5f5;
  }

  .lg\:first\:placeholder-red-100:first-child:-ms-input-placeholder {
    color: #fff5f5;
  }

  .lg\:first\:placeholder-red-100:first-child::-ms-input-placeholder {
    color: #fff5f5;
  }

  .lg\:first\:placeholder-red-100:first-child::placeholder {
    color: #fff5f5;
  }

  .lg\:first\:placeholder-red-200:first-child::-webkit-input-placeholder {
    color: #fed7d7;
  }

  .lg\:first\:placeholder-red-200:first-child::-moz-placeholder {
    color: #fed7d7;
  }

  .lg\:first\:placeholder-red-200:first-child:-ms-input-placeholder {
    color: #fed7d7;
  }

  .lg\:first\:placeholder-red-200:first-child::-ms-input-placeholder {
    color: #fed7d7;
  }

  .lg\:first\:placeholder-red-200:first-child::placeholder {
    color: #fed7d7;
  }

  .lg\:first\:placeholder-red-300:first-child::-webkit-input-placeholder {
    color: #feb2b2;
  }

  .lg\:first\:placeholder-red-300:first-child::-moz-placeholder {
    color: #feb2b2;
  }

  .lg\:first\:placeholder-red-300:first-child:-ms-input-placeholder {
    color: #feb2b2;
  }

  .lg\:first\:placeholder-red-300:first-child::-ms-input-placeholder {
    color: #feb2b2;
  }

  .lg\:first\:placeholder-red-300:first-child::placeholder {
    color: #feb2b2;
  }

  .lg\:first\:placeholder-red-400:first-child::-webkit-input-placeholder {
    color: #fc8181;
  }

  .lg\:first\:placeholder-red-400:first-child::-moz-placeholder {
    color: #fc8181;
  }

  .lg\:first\:placeholder-red-400:first-child:-ms-input-placeholder {
    color: #fc8181;
  }

  .lg\:first\:placeholder-red-400:first-child::-ms-input-placeholder {
    color: #fc8181;
  }

  .lg\:first\:placeholder-red-400:first-child::placeholder {
    color: #fc8181;
  }

  .lg\:first\:placeholder-red-500:first-child::-webkit-input-placeholder {
    color: #f56565;
  }

  .lg\:first\:placeholder-red-500:first-child::-moz-placeholder {
    color: #f56565;
  }

  .lg\:first\:placeholder-red-500:first-child:-ms-input-placeholder {
    color: #f56565;
  }

  .lg\:first\:placeholder-red-500:first-child::-ms-input-placeholder {
    color: #f56565;
  }

  .lg\:first\:placeholder-red-500:first-child::placeholder {
    color: #f56565;
  }

  .lg\:first\:placeholder-red-600:first-child::-webkit-input-placeholder {
    color: #e53e3e;
  }

  .lg\:first\:placeholder-red-600:first-child::-moz-placeholder {
    color: #e53e3e;
  }

  .lg\:first\:placeholder-red-600:first-child:-ms-input-placeholder {
    color: #e53e3e;
  }

  .lg\:first\:placeholder-red-600:first-child::-ms-input-placeholder {
    color: #e53e3e;
  }

  .lg\:first\:placeholder-red-600:first-child::placeholder {
    color: #e53e3e;
  }

  .lg\:first\:placeholder-red-700:first-child::-webkit-input-placeholder {
    color: #c53030;
  }

  .lg\:first\:placeholder-red-700:first-child::-moz-placeholder {
    color: #c53030;
  }

  .lg\:first\:placeholder-red-700:first-child:-ms-input-placeholder {
    color: #c53030;
  }

  .lg\:first\:placeholder-red-700:first-child::-ms-input-placeholder {
    color: #c53030;
  }

  .lg\:first\:placeholder-red-700:first-child::placeholder {
    color: #c53030;
  }

  .lg\:first\:placeholder-red-800:first-child::-webkit-input-placeholder {
    color: #9b2c2c;
  }

  .lg\:first\:placeholder-red-800:first-child::-moz-placeholder {
    color: #9b2c2c;
  }

  .lg\:first\:placeholder-red-800:first-child:-ms-input-placeholder {
    color: #9b2c2c;
  }

  .lg\:first\:placeholder-red-800:first-child::-ms-input-placeholder {
    color: #9b2c2c;
  }

  .lg\:first\:placeholder-red-800:first-child::placeholder {
    color: #9b2c2c;
  }

  .lg\:first\:placeholder-red-900:first-child::-webkit-input-placeholder {
    color: #742a2a;
  }

  .lg\:first\:placeholder-red-900:first-child::-moz-placeholder {
    color: #742a2a;
  }

  .lg\:first\:placeholder-red-900:first-child:-ms-input-placeholder {
    color: #742a2a;
  }

  .lg\:first\:placeholder-red-900:first-child::-ms-input-placeholder {
    color: #742a2a;
  }

  .lg\:first\:placeholder-red-900:first-child::placeholder {
    color: #742a2a;
  }

  .lg\:first\:placeholder-orange-100:first-child::-webkit-input-placeholder {
    color: #fffaf0;
  }

  .lg\:first\:placeholder-orange-100:first-child::-moz-placeholder {
    color: #fffaf0;
  }

  .lg\:first\:placeholder-orange-100:first-child:-ms-input-placeholder {
    color: #fffaf0;
  }

  .lg\:first\:placeholder-orange-100:first-child::-ms-input-placeholder {
    color: #fffaf0;
  }

  .lg\:first\:placeholder-orange-100:first-child::placeholder {
    color: #fffaf0;
  }

  .lg\:first\:placeholder-orange-200:first-child::-webkit-input-placeholder {
    color: #feebc8;
  }

  .lg\:first\:placeholder-orange-200:first-child::-moz-placeholder {
    color: #feebc8;
  }

  .lg\:first\:placeholder-orange-200:first-child:-ms-input-placeholder {
    color: #feebc8;
  }

  .lg\:first\:placeholder-orange-200:first-child::-ms-input-placeholder {
    color: #feebc8;
  }

  .lg\:first\:placeholder-orange-200:first-child::placeholder {
    color: #feebc8;
  }

  .lg\:first\:placeholder-orange-300:first-child::-webkit-input-placeholder {
    color: #fbd38d;
  }

  .lg\:first\:placeholder-orange-300:first-child::-moz-placeholder {
    color: #fbd38d;
  }

  .lg\:first\:placeholder-orange-300:first-child:-ms-input-placeholder {
    color: #fbd38d;
  }

  .lg\:first\:placeholder-orange-300:first-child::-ms-input-placeholder {
    color: #fbd38d;
  }

  .lg\:first\:placeholder-orange-300:first-child::placeholder {
    color: #fbd38d;
  }

  .lg\:first\:placeholder-orange-400:first-child::-webkit-input-placeholder {
    color: #f6ad55;
  }

  .lg\:first\:placeholder-orange-400:first-child::-moz-placeholder {
    color: #f6ad55;
  }

  .lg\:first\:placeholder-orange-400:first-child:-ms-input-placeholder {
    color: #f6ad55;
  }

  .lg\:first\:placeholder-orange-400:first-child::-ms-input-placeholder {
    color: #f6ad55;
  }

  .lg\:first\:placeholder-orange-400:first-child::placeholder {
    color: #f6ad55;
  }

  .lg\:first\:placeholder-orange-500:first-child::-webkit-input-placeholder {
    color: #ed8936;
  }

  .lg\:first\:placeholder-orange-500:first-child::-moz-placeholder {
    color: #ed8936;
  }

  .lg\:first\:placeholder-orange-500:first-child:-ms-input-placeholder {
    color: #ed8936;
  }

  .lg\:first\:placeholder-orange-500:first-child::-ms-input-placeholder {
    color: #ed8936;
  }

  .lg\:first\:placeholder-orange-500:first-child::placeholder {
    color: #ed8936;
  }

  .lg\:first\:placeholder-orange-600:first-child::-webkit-input-placeholder {
    color: #dd6b20;
  }

  .lg\:first\:placeholder-orange-600:first-child::-moz-placeholder {
    color: #dd6b20;
  }

  .lg\:first\:placeholder-orange-600:first-child:-ms-input-placeholder {
    color: #dd6b20;
  }

  .lg\:first\:placeholder-orange-600:first-child::-ms-input-placeholder {
    color: #dd6b20;
  }

  .lg\:first\:placeholder-orange-600:first-child::placeholder {
    color: #dd6b20;
  }

  .lg\:first\:placeholder-orange-700:first-child::-webkit-input-placeholder {
    color: #c05621;
  }

  .lg\:first\:placeholder-orange-700:first-child::-moz-placeholder {
    color: #c05621;
  }

  .lg\:first\:placeholder-orange-700:first-child:-ms-input-placeholder {
    color: #c05621;
  }

  .lg\:first\:placeholder-orange-700:first-child::-ms-input-placeholder {
    color: #c05621;
  }

  .lg\:first\:placeholder-orange-700:first-child::placeholder {
    color: #c05621;
  }

  .lg\:first\:placeholder-orange-800:first-child::-webkit-input-placeholder {
    color: #9c4221;
  }

  .lg\:first\:placeholder-orange-800:first-child::-moz-placeholder {
    color: #9c4221;
  }

  .lg\:first\:placeholder-orange-800:first-child:-ms-input-placeholder {
    color: #9c4221;
  }

  .lg\:first\:placeholder-orange-800:first-child::-ms-input-placeholder {
    color: #9c4221;
  }

  .lg\:first\:placeholder-orange-800:first-child::placeholder {
    color: #9c4221;
  }

  .lg\:first\:placeholder-orange-900:first-child::-webkit-input-placeholder {
    color: #7b341e;
  }

  .lg\:first\:placeholder-orange-900:first-child::-moz-placeholder {
    color: #7b341e;
  }

  .lg\:first\:placeholder-orange-900:first-child:-ms-input-placeholder {
    color: #7b341e;
  }

  .lg\:first\:placeholder-orange-900:first-child::-ms-input-placeholder {
    color: #7b341e;
  }

  .lg\:first\:placeholder-orange-900:first-child::placeholder {
    color: #7b341e;
  }

  .lg\:first\:placeholder-yellow-100:first-child::-webkit-input-placeholder {
    color: #fffff0;
  }

  .lg\:first\:placeholder-yellow-100:first-child::-moz-placeholder {
    color: #fffff0;
  }

  .lg\:first\:placeholder-yellow-100:first-child:-ms-input-placeholder {
    color: #fffff0;
  }

  .lg\:first\:placeholder-yellow-100:first-child::-ms-input-placeholder {
    color: #fffff0;
  }

  .lg\:first\:placeholder-yellow-100:first-child::placeholder {
    color: #fffff0;
  }

  .lg\:first\:placeholder-yellow-200:first-child::-webkit-input-placeholder {
    color: #fefcbf;
  }

  .lg\:first\:placeholder-yellow-200:first-child::-moz-placeholder {
    color: #fefcbf;
  }

  .lg\:first\:placeholder-yellow-200:first-child:-ms-input-placeholder {
    color: #fefcbf;
  }

  .lg\:first\:placeholder-yellow-200:first-child::-ms-input-placeholder {
    color: #fefcbf;
  }

  .lg\:first\:placeholder-yellow-200:first-child::placeholder {
    color: #fefcbf;
  }

  .lg\:first\:placeholder-yellow-300:first-child::-webkit-input-placeholder {
    color: #faf089;
  }

  .lg\:first\:placeholder-yellow-300:first-child::-moz-placeholder {
    color: #faf089;
  }

  .lg\:first\:placeholder-yellow-300:first-child:-ms-input-placeholder {
    color: #faf089;
  }

  .lg\:first\:placeholder-yellow-300:first-child::-ms-input-placeholder {
    color: #faf089;
  }

  .lg\:first\:placeholder-yellow-300:first-child::placeholder {
    color: #faf089;
  }

  .lg\:first\:placeholder-yellow-400:first-child::-webkit-input-placeholder {
    color: #f6e05e;
  }

  .lg\:first\:placeholder-yellow-400:first-child::-moz-placeholder {
    color: #f6e05e;
  }

  .lg\:first\:placeholder-yellow-400:first-child:-ms-input-placeholder {
    color: #f6e05e;
  }

  .lg\:first\:placeholder-yellow-400:first-child::-ms-input-placeholder {
    color: #f6e05e;
  }

  .lg\:first\:placeholder-yellow-400:first-child::placeholder {
    color: #f6e05e;
  }

  .lg\:first\:placeholder-yellow-500:first-child::-webkit-input-placeholder {
    color: #ecc94b;
  }

  .lg\:first\:placeholder-yellow-500:first-child::-moz-placeholder {
    color: #ecc94b;
  }

  .lg\:first\:placeholder-yellow-500:first-child:-ms-input-placeholder {
    color: #ecc94b;
  }

  .lg\:first\:placeholder-yellow-500:first-child::-ms-input-placeholder {
    color: #ecc94b;
  }

  .lg\:first\:placeholder-yellow-500:first-child::placeholder {
    color: #ecc94b;
  }

  .lg\:first\:placeholder-yellow-600:first-child::-webkit-input-placeholder {
    color: #d69e2e;
  }

  .lg\:first\:placeholder-yellow-600:first-child::-moz-placeholder {
    color: #d69e2e;
  }

  .lg\:first\:placeholder-yellow-600:first-child:-ms-input-placeholder {
    color: #d69e2e;
  }

  .lg\:first\:placeholder-yellow-600:first-child::-ms-input-placeholder {
    color: #d69e2e;
  }

  .lg\:first\:placeholder-yellow-600:first-child::placeholder {
    color: #d69e2e;
  }

  .lg\:first\:placeholder-yellow-700:first-child::-webkit-input-placeholder {
    color: #b7791f;
  }

  .lg\:first\:placeholder-yellow-700:first-child::-moz-placeholder {
    color: #b7791f;
  }

  .lg\:first\:placeholder-yellow-700:first-child:-ms-input-placeholder {
    color: #b7791f;
  }

  .lg\:first\:placeholder-yellow-700:first-child::-ms-input-placeholder {
    color: #b7791f;
  }

  .lg\:first\:placeholder-yellow-700:first-child::placeholder {
    color: #b7791f;
  }

  .lg\:first\:placeholder-yellow-800:first-child::-webkit-input-placeholder {
    color: #975a16;
  }

  .lg\:first\:placeholder-yellow-800:first-child::-moz-placeholder {
    color: #975a16;
  }

  .lg\:first\:placeholder-yellow-800:first-child:-ms-input-placeholder {
    color: #975a16;
  }

  .lg\:first\:placeholder-yellow-800:first-child::-ms-input-placeholder {
    color: #975a16;
  }

  .lg\:first\:placeholder-yellow-800:first-child::placeholder {
    color: #975a16;
  }

  .lg\:first\:placeholder-yellow-900:first-child::-webkit-input-placeholder {
    color: #744210;
  }

  .lg\:first\:placeholder-yellow-900:first-child::-moz-placeholder {
    color: #744210;
  }

  .lg\:first\:placeholder-yellow-900:first-child:-ms-input-placeholder {
    color: #744210;
  }

  .lg\:first\:placeholder-yellow-900:first-child::-ms-input-placeholder {
    color: #744210;
  }

  .lg\:first\:placeholder-yellow-900:first-child::placeholder {
    color: #744210;
  }

  .lg\:first\:placeholder-green-100:first-child::-webkit-input-placeholder {
    color: #f0fff4;
  }

  .lg\:first\:placeholder-green-100:first-child::-moz-placeholder {
    color: #f0fff4;
  }

  .lg\:first\:placeholder-green-100:first-child:-ms-input-placeholder {
    color: #f0fff4;
  }

  .lg\:first\:placeholder-green-100:first-child::-ms-input-placeholder {
    color: #f0fff4;
  }

  .lg\:first\:placeholder-green-100:first-child::placeholder {
    color: #f0fff4;
  }

  .lg\:first\:placeholder-green-200:first-child::-webkit-input-placeholder {
    color: #c6f6d5;
  }

  .lg\:first\:placeholder-green-200:first-child::-moz-placeholder {
    color: #c6f6d5;
  }

  .lg\:first\:placeholder-green-200:first-child:-ms-input-placeholder {
    color: #c6f6d5;
  }

  .lg\:first\:placeholder-green-200:first-child::-ms-input-placeholder {
    color: #c6f6d5;
  }

  .lg\:first\:placeholder-green-200:first-child::placeholder {
    color: #c6f6d5;
  }

  .lg\:first\:placeholder-green-300:first-child::-webkit-input-placeholder {
    color: #9ae6b4;
  }

  .lg\:first\:placeholder-green-300:first-child::-moz-placeholder {
    color: #9ae6b4;
  }

  .lg\:first\:placeholder-green-300:first-child:-ms-input-placeholder {
    color: #9ae6b4;
  }

  .lg\:first\:placeholder-green-300:first-child::-ms-input-placeholder {
    color: #9ae6b4;
  }

  .lg\:first\:placeholder-green-300:first-child::placeholder {
    color: #9ae6b4;
  }

  .lg\:first\:placeholder-green-400:first-child::-webkit-input-placeholder {
    color: #68d391;
  }

  .lg\:first\:placeholder-green-400:first-child::-moz-placeholder {
    color: #68d391;
  }

  .lg\:first\:placeholder-green-400:first-child:-ms-input-placeholder {
    color: #68d391;
  }

  .lg\:first\:placeholder-green-400:first-child::-ms-input-placeholder {
    color: #68d391;
  }

  .lg\:first\:placeholder-green-400:first-child::placeholder {
    color: #68d391;
  }

  .lg\:first\:placeholder-green-500:first-child::-webkit-input-placeholder {
    color: #48bb78;
  }

  .lg\:first\:placeholder-green-500:first-child::-moz-placeholder {
    color: #48bb78;
  }

  .lg\:first\:placeholder-green-500:first-child:-ms-input-placeholder {
    color: #48bb78;
  }

  .lg\:first\:placeholder-green-500:first-child::-ms-input-placeholder {
    color: #48bb78;
  }

  .lg\:first\:placeholder-green-500:first-child::placeholder {
    color: #48bb78;
  }

  .lg\:first\:placeholder-green-600:first-child::-webkit-input-placeholder {
    color: #38a169;
  }

  .lg\:first\:placeholder-green-600:first-child::-moz-placeholder {
    color: #38a169;
  }

  .lg\:first\:placeholder-green-600:first-child:-ms-input-placeholder {
    color: #38a169;
  }

  .lg\:first\:placeholder-green-600:first-child::-ms-input-placeholder {
    color: #38a169;
  }

  .lg\:first\:placeholder-green-600:first-child::placeholder {
    color: #38a169;
  }

  .lg\:first\:placeholder-green-700:first-child::-webkit-input-placeholder {
    color: #2f855a;
  }

  .lg\:first\:placeholder-green-700:first-child::-moz-placeholder {
    color: #2f855a;
  }

  .lg\:first\:placeholder-green-700:first-child:-ms-input-placeholder {
    color: #2f855a;
  }

  .lg\:first\:placeholder-green-700:first-child::-ms-input-placeholder {
    color: #2f855a;
  }

  .lg\:first\:placeholder-green-700:first-child::placeholder {
    color: #2f855a;
  }

  .lg\:first\:placeholder-green-800:first-child::-webkit-input-placeholder {
    color: #276749;
  }

  .lg\:first\:placeholder-green-800:first-child::-moz-placeholder {
    color: #276749;
  }

  .lg\:first\:placeholder-green-800:first-child:-ms-input-placeholder {
    color: #276749;
  }

  .lg\:first\:placeholder-green-800:first-child::-ms-input-placeholder {
    color: #276749;
  }

  .lg\:first\:placeholder-green-800:first-child::placeholder {
    color: #276749;
  }

  .lg\:first\:placeholder-green-900:first-child::-webkit-input-placeholder {
    color: #22543d;
  }

  .lg\:first\:placeholder-green-900:first-child::-moz-placeholder {
    color: #22543d;
  }

  .lg\:first\:placeholder-green-900:first-child:-ms-input-placeholder {
    color: #22543d;
  }

  .lg\:first\:placeholder-green-900:first-child::-ms-input-placeholder {
    color: #22543d;
  }

  .lg\:first\:placeholder-green-900:first-child::placeholder {
    color: #22543d;
  }

  .lg\:first\:placeholder-teal-100:first-child::-webkit-input-placeholder {
    color: #e6fffa;
  }

  .lg\:first\:placeholder-teal-100:first-child::-moz-placeholder {
    color: #e6fffa;
  }

  .lg\:first\:placeholder-teal-100:first-child:-ms-input-placeholder {
    color: #e6fffa;
  }

  .lg\:first\:placeholder-teal-100:first-child::-ms-input-placeholder {
    color: #e6fffa;
  }

  .lg\:first\:placeholder-teal-100:first-child::placeholder {
    color: #e6fffa;
  }

  .lg\:first\:placeholder-teal-200:first-child::-webkit-input-placeholder {
    color: #b2f5ea;
  }

  .lg\:first\:placeholder-teal-200:first-child::-moz-placeholder {
    color: #b2f5ea;
  }

  .lg\:first\:placeholder-teal-200:first-child:-ms-input-placeholder {
    color: #b2f5ea;
  }

  .lg\:first\:placeholder-teal-200:first-child::-ms-input-placeholder {
    color: #b2f5ea;
  }

  .lg\:first\:placeholder-teal-200:first-child::placeholder {
    color: #b2f5ea;
  }

  .lg\:first\:placeholder-teal-300:first-child::-webkit-input-placeholder {
    color: #81e6d9;
  }

  .lg\:first\:placeholder-teal-300:first-child::-moz-placeholder {
    color: #81e6d9;
  }

  .lg\:first\:placeholder-teal-300:first-child:-ms-input-placeholder {
    color: #81e6d9;
  }

  .lg\:first\:placeholder-teal-300:first-child::-ms-input-placeholder {
    color: #81e6d9;
  }

  .lg\:first\:placeholder-teal-300:first-child::placeholder {
    color: #81e6d9;
  }

  .lg\:first\:placeholder-teal-400:first-child::-webkit-input-placeholder {
    color: #4fd1c5;
  }

  .lg\:first\:placeholder-teal-400:first-child::-moz-placeholder {
    color: #4fd1c5;
  }

  .lg\:first\:placeholder-teal-400:first-child:-ms-input-placeholder {
    color: #4fd1c5;
  }

  .lg\:first\:placeholder-teal-400:first-child::-ms-input-placeholder {
    color: #4fd1c5;
  }

  .lg\:first\:placeholder-teal-400:first-child::placeholder {
    color: #4fd1c5;
  }

  .lg\:first\:placeholder-teal-500:first-child::-webkit-input-placeholder {
    color: #38b2ac;
  }

  .lg\:first\:placeholder-teal-500:first-child::-moz-placeholder {
    color: #38b2ac;
  }

  .lg\:first\:placeholder-teal-500:first-child:-ms-input-placeholder {
    color: #38b2ac;
  }

  .lg\:first\:placeholder-teal-500:first-child::-ms-input-placeholder {
    color: #38b2ac;
  }

  .lg\:first\:placeholder-teal-500:first-child::placeholder {
    color: #38b2ac;
  }

  .lg\:first\:placeholder-teal-600:first-child::-webkit-input-placeholder {
    color: #319795;
  }

  .lg\:first\:placeholder-teal-600:first-child::-moz-placeholder {
    color: #319795;
  }

  .lg\:first\:placeholder-teal-600:first-child:-ms-input-placeholder {
    color: #319795;
  }

  .lg\:first\:placeholder-teal-600:first-child::-ms-input-placeholder {
    color: #319795;
  }

  .lg\:first\:placeholder-teal-600:first-child::placeholder {
    color: #319795;
  }

  .lg\:first\:placeholder-teal-700:first-child::-webkit-input-placeholder {
    color: #2c7a7b;
  }

  .lg\:first\:placeholder-teal-700:first-child::-moz-placeholder {
    color: #2c7a7b;
  }

  .lg\:first\:placeholder-teal-700:first-child:-ms-input-placeholder {
    color: #2c7a7b;
  }

  .lg\:first\:placeholder-teal-700:first-child::-ms-input-placeholder {
    color: #2c7a7b;
  }

  .lg\:first\:placeholder-teal-700:first-child::placeholder {
    color: #2c7a7b;
  }

  .lg\:first\:placeholder-teal-800:first-child::-webkit-input-placeholder {
    color: #285e61;
  }

  .lg\:first\:placeholder-teal-800:first-child::-moz-placeholder {
    color: #285e61;
  }

  .lg\:first\:placeholder-teal-800:first-child:-ms-input-placeholder {
    color: #285e61;
  }

  .lg\:first\:placeholder-teal-800:first-child::-ms-input-placeholder {
    color: #285e61;
  }

  .lg\:first\:placeholder-teal-800:first-child::placeholder {
    color: #285e61;
  }

  .lg\:first\:placeholder-teal-900:first-child::-webkit-input-placeholder {
    color: #234e52;
  }

  .lg\:first\:placeholder-teal-900:first-child::-moz-placeholder {
    color: #234e52;
  }

  .lg\:first\:placeholder-teal-900:first-child:-ms-input-placeholder {
    color: #234e52;
  }

  .lg\:first\:placeholder-teal-900:first-child::-ms-input-placeholder {
    color: #234e52;
  }

  .lg\:first\:placeholder-teal-900:first-child::placeholder {
    color: #234e52;
  }

  .lg\:first\:placeholder-blue-100:first-child::-webkit-input-placeholder {
    color: #ebf8ff;
  }

  .lg\:first\:placeholder-blue-100:first-child::-moz-placeholder {
    color: #ebf8ff;
  }

  .lg\:first\:placeholder-blue-100:first-child:-ms-input-placeholder {
    color: #ebf8ff;
  }

  .lg\:first\:placeholder-blue-100:first-child::-ms-input-placeholder {
    color: #ebf8ff;
  }

  .lg\:first\:placeholder-blue-100:first-child::placeholder {
    color: #ebf8ff;
  }

  .lg\:first\:placeholder-blue-200:first-child::-webkit-input-placeholder {
    color: #bee3f8;
  }

  .lg\:first\:placeholder-blue-200:first-child::-moz-placeholder {
    color: #bee3f8;
  }

  .lg\:first\:placeholder-blue-200:first-child:-ms-input-placeholder {
    color: #bee3f8;
  }

  .lg\:first\:placeholder-blue-200:first-child::-ms-input-placeholder {
    color: #bee3f8;
  }

  .lg\:first\:placeholder-blue-200:first-child::placeholder {
    color: #bee3f8;
  }

  .lg\:first\:placeholder-blue-300:first-child::-webkit-input-placeholder {
    color: #90cdf4;
  }

  .lg\:first\:placeholder-blue-300:first-child::-moz-placeholder {
    color: #90cdf4;
  }

  .lg\:first\:placeholder-blue-300:first-child:-ms-input-placeholder {
    color: #90cdf4;
  }

  .lg\:first\:placeholder-blue-300:first-child::-ms-input-placeholder {
    color: #90cdf4;
  }

  .lg\:first\:placeholder-blue-300:first-child::placeholder {
    color: #90cdf4;
  }

  .lg\:first\:placeholder-blue-400:first-child::-webkit-input-placeholder {
    color: #63b3ed;
  }

  .lg\:first\:placeholder-blue-400:first-child::-moz-placeholder {
    color: #63b3ed;
  }

  .lg\:first\:placeholder-blue-400:first-child:-ms-input-placeholder {
    color: #63b3ed;
  }

  .lg\:first\:placeholder-blue-400:first-child::-ms-input-placeholder {
    color: #63b3ed;
  }

  .lg\:first\:placeholder-blue-400:first-child::placeholder {
    color: #63b3ed;
  }

  .lg\:first\:placeholder-blue-500:first-child::-webkit-input-placeholder {
    color: #4299e1;
  }

  .lg\:first\:placeholder-blue-500:first-child::-moz-placeholder {
    color: #4299e1;
  }

  .lg\:first\:placeholder-blue-500:first-child:-ms-input-placeholder {
    color: #4299e1;
  }

  .lg\:first\:placeholder-blue-500:first-child::-ms-input-placeholder {
    color: #4299e1;
  }

  .lg\:first\:placeholder-blue-500:first-child::placeholder {
    color: #4299e1;
  }

  .lg\:first\:placeholder-blue-600:first-child::-webkit-input-placeholder {
    color: #3182ce;
  }

  .lg\:first\:placeholder-blue-600:first-child::-moz-placeholder {
    color: #3182ce;
  }

  .lg\:first\:placeholder-blue-600:first-child:-ms-input-placeholder {
    color: #3182ce;
  }

  .lg\:first\:placeholder-blue-600:first-child::-ms-input-placeholder {
    color: #3182ce;
  }

  .lg\:first\:placeholder-blue-600:first-child::placeholder {
    color: #3182ce;
  }

  .lg\:first\:placeholder-blue-700:first-child::-webkit-input-placeholder {
    color: #2b6cb0;
  }

  .lg\:first\:placeholder-blue-700:first-child::-moz-placeholder {
    color: #2b6cb0;
  }

  .lg\:first\:placeholder-blue-700:first-child:-ms-input-placeholder {
    color: #2b6cb0;
  }

  .lg\:first\:placeholder-blue-700:first-child::-ms-input-placeholder {
    color: #2b6cb0;
  }

  .lg\:first\:placeholder-blue-700:first-child::placeholder {
    color: #2b6cb0;
  }

  .lg\:first\:placeholder-blue-800:first-child::-webkit-input-placeholder {
    color: #2c5282;
  }

  .lg\:first\:placeholder-blue-800:first-child::-moz-placeholder {
    color: #2c5282;
  }

  .lg\:first\:placeholder-blue-800:first-child:-ms-input-placeholder {
    color: #2c5282;
  }

  .lg\:first\:placeholder-blue-800:first-child::-ms-input-placeholder {
    color: #2c5282;
  }

  .lg\:first\:placeholder-blue-800:first-child::placeholder {
    color: #2c5282;
  }

  .lg\:first\:placeholder-blue-900:first-child::-webkit-input-placeholder {
    color: #2a4365;
  }

  .lg\:first\:placeholder-blue-900:first-child::-moz-placeholder {
    color: #2a4365;
  }

  .lg\:first\:placeholder-blue-900:first-child:-ms-input-placeholder {
    color: #2a4365;
  }

  .lg\:first\:placeholder-blue-900:first-child::-ms-input-placeholder {
    color: #2a4365;
  }

  .lg\:first\:placeholder-blue-900:first-child::placeholder {
    color: #2a4365;
  }

  .lg\:first\:placeholder-indigo-100:first-child::-webkit-input-placeholder {
    color: #ebf4ff;
  }

  .lg\:first\:placeholder-indigo-100:first-child::-moz-placeholder {
    color: #ebf4ff;
  }

  .lg\:first\:placeholder-indigo-100:first-child:-ms-input-placeholder {
    color: #ebf4ff;
  }

  .lg\:first\:placeholder-indigo-100:first-child::-ms-input-placeholder {
    color: #ebf4ff;
  }

  .lg\:first\:placeholder-indigo-100:first-child::placeholder {
    color: #ebf4ff;
  }

  .lg\:first\:placeholder-indigo-200:first-child::-webkit-input-placeholder {
    color: #c3dafe;
  }

  .lg\:first\:placeholder-indigo-200:first-child::-moz-placeholder {
    color: #c3dafe;
  }

  .lg\:first\:placeholder-indigo-200:first-child:-ms-input-placeholder {
    color: #c3dafe;
  }

  .lg\:first\:placeholder-indigo-200:first-child::-ms-input-placeholder {
    color: #c3dafe;
  }

  .lg\:first\:placeholder-indigo-200:first-child::placeholder {
    color: #c3dafe;
  }

  .lg\:first\:placeholder-indigo-300:first-child::-webkit-input-placeholder {
    color: #a3bffa;
  }

  .lg\:first\:placeholder-indigo-300:first-child::-moz-placeholder {
    color: #a3bffa;
  }

  .lg\:first\:placeholder-indigo-300:first-child:-ms-input-placeholder {
    color: #a3bffa;
  }

  .lg\:first\:placeholder-indigo-300:first-child::-ms-input-placeholder {
    color: #a3bffa;
  }

  .lg\:first\:placeholder-indigo-300:first-child::placeholder {
    color: #a3bffa;
  }

  .lg\:first\:placeholder-indigo-400:first-child::-webkit-input-placeholder {
    color: #7f9cf5;
  }

  .lg\:first\:placeholder-indigo-400:first-child::-moz-placeholder {
    color: #7f9cf5;
  }

  .lg\:first\:placeholder-indigo-400:first-child:-ms-input-placeholder {
    color: #7f9cf5;
  }

  .lg\:first\:placeholder-indigo-400:first-child::-ms-input-placeholder {
    color: #7f9cf5;
  }

  .lg\:first\:placeholder-indigo-400:first-child::placeholder {
    color: #7f9cf5;
  }

  .lg\:first\:placeholder-indigo-500:first-child::-webkit-input-placeholder {
    color: #667eea;
  }

  .lg\:first\:placeholder-indigo-500:first-child::-moz-placeholder {
    color: #667eea;
  }

  .lg\:first\:placeholder-indigo-500:first-child:-ms-input-placeholder {
    color: #667eea;
  }

  .lg\:first\:placeholder-indigo-500:first-child::-ms-input-placeholder {
    color: #667eea;
  }

  .lg\:first\:placeholder-indigo-500:first-child::placeholder {
    color: #667eea;
  }

  .lg\:first\:placeholder-indigo-600:first-child::-webkit-input-placeholder {
    color: #5a67d8;
  }

  .lg\:first\:placeholder-indigo-600:first-child::-moz-placeholder {
    color: #5a67d8;
  }

  .lg\:first\:placeholder-indigo-600:first-child:-ms-input-placeholder {
    color: #5a67d8;
  }

  .lg\:first\:placeholder-indigo-600:first-child::-ms-input-placeholder {
    color: #5a67d8;
  }

  .lg\:first\:placeholder-indigo-600:first-child::placeholder {
    color: #5a67d8;
  }

  .lg\:first\:placeholder-indigo-700:first-child::-webkit-input-placeholder {
    color: #4c51bf;
  }

  .lg\:first\:placeholder-indigo-700:first-child::-moz-placeholder {
    color: #4c51bf;
  }

  .lg\:first\:placeholder-indigo-700:first-child:-ms-input-placeholder {
    color: #4c51bf;
  }

  .lg\:first\:placeholder-indigo-700:first-child::-ms-input-placeholder {
    color: #4c51bf;
  }

  .lg\:first\:placeholder-indigo-700:first-child::placeholder {
    color: #4c51bf;
  }

  .lg\:first\:placeholder-indigo-800:first-child::-webkit-input-placeholder {
    color: #434190;
  }

  .lg\:first\:placeholder-indigo-800:first-child::-moz-placeholder {
    color: #434190;
  }

  .lg\:first\:placeholder-indigo-800:first-child:-ms-input-placeholder {
    color: #434190;
  }

  .lg\:first\:placeholder-indigo-800:first-child::-ms-input-placeholder {
    color: #434190;
  }

  .lg\:first\:placeholder-indigo-800:first-child::placeholder {
    color: #434190;
  }

  .lg\:first\:placeholder-indigo-900:first-child::-webkit-input-placeholder {
    color: #3c366b;
  }

  .lg\:first\:placeholder-indigo-900:first-child::-moz-placeholder {
    color: #3c366b;
  }

  .lg\:first\:placeholder-indigo-900:first-child:-ms-input-placeholder {
    color: #3c366b;
  }

  .lg\:first\:placeholder-indigo-900:first-child::-ms-input-placeholder {
    color: #3c366b;
  }

  .lg\:first\:placeholder-indigo-900:first-child::placeholder {
    color: #3c366b;
  }

  .lg\:first\:placeholder-purple-100:first-child::-webkit-input-placeholder {
    color: #faf5ff;
  }

  .lg\:first\:placeholder-purple-100:first-child::-moz-placeholder {
    color: #faf5ff;
  }

  .lg\:first\:placeholder-purple-100:first-child:-ms-input-placeholder {
    color: #faf5ff;
  }

  .lg\:first\:placeholder-purple-100:first-child::-ms-input-placeholder {
    color: #faf5ff;
  }

  .lg\:first\:placeholder-purple-100:first-child::placeholder {
    color: #faf5ff;
  }

  .lg\:first\:placeholder-purple-200:first-child::-webkit-input-placeholder {
    color: #e9d8fd;
  }

  .lg\:first\:placeholder-purple-200:first-child::-moz-placeholder {
    color: #e9d8fd;
  }

  .lg\:first\:placeholder-purple-200:first-child:-ms-input-placeholder {
    color: #e9d8fd;
  }

  .lg\:first\:placeholder-purple-200:first-child::-ms-input-placeholder {
    color: #e9d8fd;
  }

  .lg\:first\:placeholder-purple-200:first-child::placeholder {
    color: #e9d8fd;
  }

  .lg\:first\:placeholder-purple-300:first-child::-webkit-input-placeholder {
    color: #d6bcfa;
  }

  .lg\:first\:placeholder-purple-300:first-child::-moz-placeholder {
    color: #d6bcfa;
  }

  .lg\:first\:placeholder-purple-300:first-child:-ms-input-placeholder {
    color: #d6bcfa;
  }

  .lg\:first\:placeholder-purple-300:first-child::-ms-input-placeholder {
    color: #d6bcfa;
  }

  .lg\:first\:placeholder-purple-300:first-child::placeholder {
    color: #d6bcfa;
  }

  .lg\:first\:placeholder-purple-400:first-child::-webkit-input-placeholder {
    color: #b794f4;
  }

  .lg\:first\:placeholder-purple-400:first-child::-moz-placeholder {
    color: #b794f4;
  }

  .lg\:first\:placeholder-purple-400:first-child:-ms-input-placeholder {
    color: #b794f4;
  }

  .lg\:first\:placeholder-purple-400:first-child::-ms-input-placeholder {
    color: #b794f4;
  }

  .lg\:first\:placeholder-purple-400:first-child::placeholder {
    color: #b794f4;
  }

  .lg\:first\:placeholder-purple-500:first-child::-webkit-input-placeholder {
    color: #9f7aea;
  }

  .lg\:first\:placeholder-purple-500:first-child::-moz-placeholder {
    color: #9f7aea;
  }

  .lg\:first\:placeholder-purple-500:first-child:-ms-input-placeholder {
    color: #9f7aea;
  }

  .lg\:first\:placeholder-purple-500:first-child::-ms-input-placeholder {
    color: #9f7aea;
  }

  .lg\:first\:placeholder-purple-500:first-child::placeholder {
    color: #9f7aea;
  }

  .lg\:first\:placeholder-purple-600:first-child::-webkit-input-placeholder {
    color: #805ad5;
  }

  .lg\:first\:placeholder-purple-600:first-child::-moz-placeholder {
    color: #805ad5;
  }

  .lg\:first\:placeholder-purple-600:first-child:-ms-input-placeholder {
    color: #805ad5;
  }

  .lg\:first\:placeholder-purple-600:first-child::-ms-input-placeholder {
    color: #805ad5;
  }

  .lg\:first\:placeholder-purple-600:first-child::placeholder {
    color: #805ad5;
  }

  .lg\:first\:placeholder-purple-700:first-child::-webkit-input-placeholder {
    color: #6b46c1;
  }

  .lg\:first\:placeholder-purple-700:first-child::-moz-placeholder {
    color: #6b46c1;
  }

  .lg\:first\:placeholder-purple-700:first-child:-ms-input-placeholder {
    color: #6b46c1;
  }

  .lg\:first\:placeholder-purple-700:first-child::-ms-input-placeholder {
    color: #6b46c1;
  }

  .lg\:first\:placeholder-purple-700:first-child::placeholder {
    color: #6b46c1;
  }

  .lg\:first\:placeholder-purple-800:first-child::-webkit-input-placeholder {
    color: #553c9a;
  }

  .lg\:first\:placeholder-purple-800:first-child::-moz-placeholder {
    color: #553c9a;
  }

  .lg\:first\:placeholder-purple-800:first-child:-ms-input-placeholder {
    color: #553c9a;
  }

  .lg\:first\:placeholder-purple-800:first-child::-ms-input-placeholder {
    color: #553c9a;
  }

  .lg\:first\:placeholder-purple-800:first-child::placeholder {
    color: #553c9a;
  }

  .lg\:first\:placeholder-purple-900:first-child::-webkit-input-placeholder {
    color: #44337a;
  }

  .lg\:first\:placeholder-purple-900:first-child::-moz-placeholder {
    color: #44337a;
  }

  .lg\:first\:placeholder-purple-900:first-child:-ms-input-placeholder {
    color: #44337a;
  }

  .lg\:first\:placeholder-purple-900:first-child::-ms-input-placeholder {
    color: #44337a;
  }

  .lg\:first\:placeholder-purple-900:first-child::placeholder {
    color: #44337a;
  }

  .lg\:first\:placeholder-pink-100:first-child::-webkit-input-placeholder {
    color: #fff5f7;
  }

  .lg\:first\:placeholder-pink-100:first-child::-moz-placeholder {
    color: #fff5f7;
  }

  .lg\:first\:placeholder-pink-100:first-child:-ms-input-placeholder {
    color: #fff5f7;
  }

  .lg\:first\:placeholder-pink-100:first-child::-ms-input-placeholder {
    color: #fff5f7;
  }

  .lg\:first\:placeholder-pink-100:first-child::placeholder {
    color: #fff5f7;
  }

  .lg\:first\:placeholder-pink-200:first-child::-webkit-input-placeholder {
    color: #fed7e2;
  }

  .lg\:first\:placeholder-pink-200:first-child::-moz-placeholder {
    color: #fed7e2;
  }

  .lg\:first\:placeholder-pink-200:first-child:-ms-input-placeholder {
    color: #fed7e2;
  }

  .lg\:first\:placeholder-pink-200:first-child::-ms-input-placeholder {
    color: #fed7e2;
  }

  .lg\:first\:placeholder-pink-200:first-child::placeholder {
    color: #fed7e2;
  }

  .lg\:first\:placeholder-pink-300:first-child::-webkit-input-placeholder {
    color: #fbb6ce;
  }

  .lg\:first\:placeholder-pink-300:first-child::-moz-placeholder {
    color: #fbb6ce;
  }

  .lg\:first\:placeholder-pink-300:first-child:-ms-input-placeholder {
    color: #fbb6ce;
  }

  .lg\:first\:placeholder-pink-300:first-child::-ms-input-placeholder {
    color: #fbb6ce;
  }

  .lg\:first\:placeholder-pink-300:first-child::placeholder {
    color: #fbb6ce;
  }

  .lg\:first\:placeholder-pink-400:first-child::-webkit-input-placeholder {
    color: #f687b3;
  }

  .lg\:first\:placeholder-pink-400:first-child::-moz-placeholder {
    color: #f687b3;
  }

  .lg\:first\:placeholder-pink-400:first-child:-ms-input-placeholder {
    color: #f687b3;
  }

  .lg\:first\:placeholder-pink-400:first-child::-ms-input-placeholder {
    color: #f687b3;
  }

  .lg\:first\:placeholder-pink-400:first-child::placeholder {
    color: #f687b3;
  }

  .lg\:first\:placeholder-pink-500:first-child::-webkit-input-placeholder {
    color: #ed64a6;
  }

  .lg\:first\:placeholder-pink-500:first-child::-moz-placeholder {
    color: #ed64a6;
  }

  .lg\:first\:placeholder-pink-500:first-child:-ms-input-placeholder {
    color: #ed64a6;
  }

  .lg\:first\:placeholder-pink-500:first-child::-ms-input-placeholder {
    color: #ed64a6;
  }

  .lg\:first\:placeholder-pink-500:first-child::placeholder {
    color: #ed64a6;
  }

  .lg\:first\:placeholder-pink-600:first-child::-webkit-input-placeholder {
    color: #d53f8c;
  }

  .lg\:first\:placeholder-pink-600:first-child::-moz-placeholder {
    color: #d53f8c;
  }

  .lg\:first\:placeholder-pink-600:first-child:-ms-input-placeholder {
    color: #d53f8c;
  }

  .lg\:first\:placeholder-pink-600:first-child::-ms-input-placeholder {
    color: #d53f8c;
  }

  .lg\:first\:placeholder-pink-600:first-child::placeholder {
    color: #d53f8c;
  }

  .lg\:first\:placeholder-pink-700:first-child::-webkit-input-placeholder {
    color: #b83280;
  }

  .lg\:first\:placeholder-pink-700:first-child::-moz-placeholder {
    color: #b83280;
  }

  .lg\:first\:placeholder-pink-700:first-child:-ms-input-placeholder {
    color: #b83280;
  }

  .lg\:first\:placeholder-pink-700:first-child::-ms-input-placeholder {
    color: #b83280;
  }

  .lg\:first\:placeholder-pink-700:first-child::placeholder {
    color: #b83280;
  }

  .lg\:first\:placeholder-pink-800:first-child::-webkit-input-placeholder {
    color: #97266d;
  }

  .lg\:first\:placeholder-pink-800:first-child::-moz-placeholder {
    color: #97266d;
  }

  .lg\:first\:placeholder-pink-800:first-child:-ms-input-placeholder {
    color: #97266d;
  }

  .lg\:first\:placeholder-pink-800:first-child::-ms-input-placeholder {
    color: #97266d;
  }

  .lg\:first\:placeholder-pink-800:first-child::placeholder {
    color: #97266d;
  }

  .lg\:first\:placeholder-pink-900:first-child::-webkit-input-placeholder {
    color: #702459;
  }

  .lg\:first\:placeholder-pink-900:first-child::-moz-placeholder {
    color: #702459;
  }

  .lg\:first\:placeholder-pink-900:first-child:-ms-input-placeholder {
    color: #702459;
  }

  .lg\:first\:placeholder-pink-900:first-child::-ms-input-placeholder {
    color: #702459;
  }

  .lg\:first\:placeholder-pink-900:first-child::placeholder {
    color: #702459;
  }

  .lg\:last\:placeholder-transparent:last-child::-webkit-input-placeholder {
    color: transparent;
  }

  .lg\:last\:placeholder-transparent:last-child::-moz-placeholder {
    color: transparent;
  }

  .lg\:last\:placeholder-transparent:last-child:-ms-input-placeholder {
    color: transparent;
  }

  .lg\:last\:placeholder-transparent:last-child::-ms-input-placeholder {
    color: transparent;
  }

  .lg\:last\:placeholder-transparent:last-child::placeholder {
    color: transparent;
  }

  .lg\:last\:placeholder-black:last-child::-webkit-input-placeholder {
    color: #000;
  }

  .lg\:last\:placeholder-black:last-child::-moz-placeholder {
    color: #000;
  }

  .lg\:last\:placeholder-black:last-child:-ms-input-placeholder {
    color: #000;
  }

  .lg\:last\:placeholder-black:last-child::-ms-input-placeholder {
    color: #000;
  }

  .lg\:last\:placeholder-black:last-child::placeholder {
    color: #000;
  }

  .lg\:last\:placeholder-white:last-child::-webkit-input-placeholder {
    color: #fff;
  }

  .lg\:last\:placeholder-white:last-child::-moz-placeholder {
    color: #fff;
  }

  .lg\:last\:placeholder-white:last-child:-ms-input-placeholder {
    color: #fff;
  }

  .lg\:last\:placeholder-white:last-child::-ms-input-placeholder {
    color: #fff;
  }

  .lg\:last\:placeholder-white:last-child::placeholder {
    color: #fff;
  }

  .lg\:last\:placeholder-gray-100:last-child::-webkit-input-placeholder {
    color: #f7fafc;
  }

  .lg\:last\:placeholder-gray-100:last-child::-moz-placeholder {
    color: #f7fafc;
  }

  .lg\:last\:placeholder-gray-100:last-child:-ms-input-placeholder {
    color: #f7fafc;
  }

  .lg\:last\:placeholder-gray-100:last-child::-ms-input-placeholder {
    color: #f7fafc;
  }

  .lg\:last\:placeholder-gray-100:last-child::placeholder {
    color: #f7fafc;
  }

  .lg\:last\:placeholder-gray-200:last-child::-webkit-input-placeholder {
    color: #edf2f7;
  }

  .lg\:last\:placeholder-gray-200:last-child::-moz-placeholder {
    color: #edf2f7;
  }

  .lg\:last\:placeholder-gray-200:last-child:-ms-input-placeholder {
    color: #edf2f7;
  }

  .lg\:last\:placeholder-gray-200:last-child::-ms-input-placeholder {
    color: #edf2f7;
  }

  .lg\:last\:placeholder-gray-200:last-child::placeholder {
    color: #edf2f7;
  }

  .lg\:last\:placeholder-gray-300:last-child::-webkit-input-placeholder {
    color: #e2e8f0;
  }

  .lg\:last\:placeholder-gray-300:last-child::-moz-placeholder {
    color: #e2e8f0;
  }

  .lg\:last\:placeholder-gray-300:last-child:-ms-input-placeholder {
    color: #e2e8f0;
  }

  .lg\:last\:placeholder-gray-300:last-child::-ms-input-placeholder {
    color: #e2e8f0;
  }

  .lg\:last\:placeholder-gray-300:last-child::placeholder {
    color: #e2e8f0;
  }

  .lg\:last\:placeholder-gray-400:last-child::-webkit-input-placeholder {
    color: #cbd5e0;
  }

  .lg\:last\:placeholder-gray-400:last-child::-moz-placeholder {
    color: #cbd5e0;
  }

  .lg\:last\:placeholder-gray-400:last-child:-ms-input-placeholder {
    color: #cbd5e0;
  }

  .lg\:last\:placeholder-gray-400:last-child::-ms-input-placeholder {
    color: #cbd5e0;
  }

  .lg\:last\:placeholder-gray-400:last-child::placeholder {
    color: #cbd5e0;
  }

  .lg\:last\:placeholder-gray-500:last-child::-webkit-input-placeholder {
    color: #a0aec0;
  }

  .lg\:last\:placeholder-gray-500:last-child::-moz-placeholder {
    color: #a0aec0;
  }

  .lg\:last\:placeholder-gray-500:last-child:-ms-input-placeholder {
    color: #a0aec0;
  }

  .lg\:last\:placeholder-gray-500:last-child::-ms-input-placeholder {
    color: #a0aec0;
  }

  .lg\:last\:placeholder-gray-500:last-child::placeholder {
    color: #a0aec0;
  }

  .lg\:last\:placeholder-gray-600:last-child::-webkit-input-placeholder {
    color: #718096;
  }

  .lg\:last\:placeholder-gray-600:last-child::-moz-placeholder {
    color: #718096;
  }

  .lg\:last\:placeholder-gray-600:last-child:-ms-input-placeholder {
    color: #718096;
  }

  .lg\:last\:placeholder-gray-600:last-child::-ms-input-placeholder {
    color: #718096;
  }

  .lg\:last\:placeholder-gray-600:last-child::placeholder {
    color: #718096;
  }

  .lg\:last\:placeholder-gray-700:last-child::-webkit-input-placeholder {
    color: #4a5568;
  }

  .lg\:last\:placeholder-gray-700:last-child::-moz-placeholder {
    color: #4a5568;
  }

  .lg\:last\:placeholder-gray-700:last-child:-ms-input-placeholder {
    color: #4a5568;
  }

  .lg\:last\:placeholder-gray-700:last-child::-ms-input-placeholder {
    color: #4a5568;
  }

  .lg\:last\:placeholder-gray-700:last-child::placeholder {
    color: #4a5568;
  }

  .lg\:last\:placeholder-gray-800:last-child::-webkit-input-placeholder {
    color: #2d3748;
  }

  .lg\:last\:placeholder-gray-800:last-child::-moz-placeholder {
    color: #2d3748;
  }

  .lg\:last\:placeholder-gray-800:last-child:-ms-input-placeholder {
    color: #2d3748;
  }

  .lg\:last\:placeholder-gray-800:last-child::-ms-input-placeholder {
    color: #2d3748;
  }

  .lg\:last\:placeholder-gray-800:last-child::placeholder {
    color: #2d3748;
  }

  .lg\:last\:placeholder-gray-900:last-child::-webkit-input-placeholder {
    color: #1a202c;
  }

  .lg\:last\:placeholder-gray-900:last-child::-moz-placeholder {
    color: #1a202c;
  }

  .lg\:last\:placeholder-gray-900:last-child:-ms-input-placeholder {
    color: #1a202c;
  }

  .lg\:last\:placeholder-gray-900:last-child::-ms-input-placeholder {
    color: #1a202c;
  }

  .lg\:last\:placeholder-gray-900:last-child::placeholder {
    color: #1a202c;
  }

  .lg\:last\:placeholder-red-100:last-child::-webkit-input-placeholder {
    color: #fff5f5;
  }

  .lg\:last\:placeholder-red-100:last-child::-moz-placeholder {
    color: #fff5f5;
  }

  .lg\:last\:placeholder-red-100:last-child:-ms-input-placeholder {
    color: #fff5f5;
  }

  .lg\:last\:placeholder-red-100:last-child::-ms-input-placeholder {
    color: #fff5f5;
  }

  .lg\:last\:placeholder-red-100:last-child::placeholder {
    color: #fff5f5;
  }

  .lg\:last\:placeholder-red-200:last-child::-webkit-input-placeholder {
    color: #fed7d7;
  }

  .lg\:last\:placeholder-red-200:last-child::-moz-placeholder {
    color: #fed7d7;
  }

  .lg\:last\:placeholder-red-200:last-child:-ms-input-placeholder {
    color: #fed7d7;
  }

  .lg\:last\:placeholder-red-200:last-child::-ms-input-placeholder {
    color: #fed7d7;
  }

  .lg\:last\:placeholder-red-200:last-child::placeholder {
    color: #fed7d7;
  }

  .lg\:last\:placeholder-red-300:last-child::-webkit-input-placeholder {
    color: #feb2b2;
  }

  .lg\:last\:placeholder-red-300:last-child::-moz-placeholder {
    color: #feb2b2;
  }

  .lg\:last\:placeholder-red-300:last-child:-ms-input-placeholder {
    color: #feb2b2;
  }

  .lg\:last\:placeholder-red-300:last-child::-ms-input-placeholder {
    color: #feb2b2;
  }

  .lg\:last\:placeholder-red-300:last-child::placeholder {
    color: #feb2b2;
  }

  .lg\:last\:placeholder-red-400:last-child::-webkit-input-placeholder {
    color: #fc8181;
  }

  .lg\:last\:placeholder-red-400:last-child::-moz-placeholder {
    color: #fc8181;
  }

  .lg\:last\:placeholder-red-400:last-child:-ms-input-placeholder {
    color: #fc8181;
  }

  .lg\:last\:placeholder-red-400:last-child::-ms-input-placeholder {
    color: #fc8181;
  }

  .lg\:last\:placeholder-red-400:last-child::placeholder {
    color: #fc8181;
  }

  .lg\:last\:placeholder-red-500:last-child::-webkit-input-placeholder {
    color: #f56565;
  }

  .lg\:last\:placeholder-red-500:last-child::-moz-placeholder {
    color: #f56565;
  }

  .lg\:last\:placeholder-red-500:last-child:-ms-input-placeholder {
    color: #f56565;
  }

  .lg\:last\:placeholder-red-500:last-child::-ms-input-placeholder {
    color: #f56565;
  }

  .lg\:last\:placeholder-red-500:last-child::placeholder {
    color: #f56565;
  }

  .lg\:last\:placeholder-red-600:last-child::-webkit-input-placeholder {
    color: #e53e3e;
  }

  .lg\:last\:placeholder-red-600:last-child::-moz-placeholder {
    color: #e53e3e;
  }

  .lg\:last\:placeholder-red-600:last-child:-ms-input-placeholder {
    color: #e53e3e;
  }

  .lg\:last\:placeholder-red-600:last-child::-ms-input-placeholder {
    color: #e53e3e;
  }

  .lg\:last\:placeholder-red-600:last-child::placeholder {
    color: #e53e3e;
  }

  .lg\:last\:placeholder-red-700:last-child::-webkit-input-placeholder {
    color: #c53030;
  }

  .lg\:last\:placeholder-red-700:last-child::-moz-placeholder {
    color: #c53030;
  }

  .lg\:last\:placeholder-red-700:last-child:-ms-input-placeholder {
    color: #c53030;
  }

  .lg\:last\:placeholder-red-700:last-child::-ms-input-placeholder {
    color: #c53030;
  }

  .lg\:last\:placeholder-red-700:last-child::placeholder {
    color: #c53030;
  }

  .lg\:last\:placeholder-red-800:last-child::-webkit-input-placeholder {
    color: #9b2c2c;
  }

  .lg\:last\:placeholder-red-800:last-child::-moz-placeholder {
    color: #9b2c2c;
  }

  .lg\:last\:placeholder-red-800:last-child:-ms-input-placeholder {
    color: #9b2c2c;
  }

  .lg\:last\:placeholder-red-800:last-child::-ms-input-placeholder {
    color: #9b2c2c;
  }

  .lg\:last\:placeholder-red-800:last-child::placeholder {
    color: #9b2c2c;
  }

  .lg\:last\:placeholder-red-900:last-child::-webkit-input-placeholder {
    color: #742a2a;
  }

  .lg\:last\:placeholder-red-900:last-child::-moz-placeholder {
    color: #742a2a;
  }

  .lg\:last\:placeholder-red-900:last-child:-ms-input-placeholder {
    color: #742a2a;
  }

  .lg\:last\:placeholder-red-900:last-child::-ms-input-placeholder {
    color: #742a2a;
  }

  .lg\:last\:placeholder-red-900:last-child::placeholder {
    color: #742a2a;
  }

  .lg\:last\:placeholder-orange-100:last-child::-webkit-input-placeholder {
    color: #fffaf0;
  }

  .lg\:last\:placeholder-orange-100:last-child::-moz-placeholder {
    color: #fffaf0;
  }

  .lg\:last\:placeholder-orange-100:last-child:-ms-input-placeholder {
    color: #fffaf0;
  }

  .lg\:last\:placeholder-orange-100:last-child::-ms-input-placeholder {
    color: #fffaf0;
  }

  .lg\:last\:placeholder-orange-100:last-child::placeholder {
    color: #fffaf0;
  }

  .lg\:last\:placeholder-orange-200:last-child::-webkit-input-placeholder {
    color: #feebc8;
  }

  .lg\:last\:placeholder-orange-200:last-child::-moz-placeholder {
    color: #feebc8;
  }

  .lg\:last\:placeholder-orange-200:last-child:-ms-input-placeholder {
    color: #feebc8;
  }

  .lg\:last\:placeholder-orange-200:last-child::-ms-input-placeholder {
    color: #feebc8;
  }

  .lg\:last\:placeholder-orange-200:last-child::placeholder {
    color: #feebc8;
  }

  .lg\:last\:placeholder-orange-300:last-child::-webkit-input-placeholder {
    color: #fbd38d;
  }

  .lg\:last\:placeholder-orange-300:last-child::-moz-placeholder {
    color: #fbd38d;
  }

  .lg\:last\:placeholder-orange-300:last-child:-ms-input-placeholder {
    color: #fbd38d;
  }

  .lg\:last\:placeholder-orange-300:last-child::-ms-input-placeholder {
    color: #fbd38d;
  }

  .lg\:last\:placeholder-orange-300:last-child::placeholder {
    color: #fbd38d;
  }

  .lg\:last\:placeholder-orange-400:last-child::-webkit-input-placeholder {
    color: #f6ad55;
  }

  .lg\:last\:placeholder-orange-400:last-child::-moz-placeholder {
    color: #f6ad55;
  }

  .lg\:last\:placeholder-orange-400:last-child:-ms-input-placeholder {
    color: #f6ad55;
  }

  .lg\:last\:placeholder-orange-400:last-child::-ms-input-placeholder {
    color: #f6ad55;
  }

  .lg\:last\:placeholder-orange-400:last-child::placeholder {
    color: #f6ad55;
  }

  .lg\:last\:placeholder-orange-500:last-child::-webkit-input-placeholder {
    color: #ed8936;
  }

  .lg\:last\:placeholder-orange-500:last-child::-moz-placeholder {
    color: #ed8936;
  }

  .lg\:last\:placeholder-orange-500:last-child:-ms-input-placeholder {
    color: #ed8936;
  }

  .lg\:last\:placeholder-orange-500:last-child::-ms-input-placeholder {
    color: #ed8936;
  }

  .lg\:last\:placeholder-orange-500:last-child::placeholder {
    color: #ed8936;
  }

  .lg\:last\:placeholder-orange-600:last-child::-webkit-input-placeholder {
    color: #dd6b20;
  }

  .lg\:last\:placeholder-orange-600:last-child::-moz-placeholder {
    color: #dd6b20;
  }

  .lg\:last\:placeholder-orange-600:last-child:-ms-input-placeholder {
    color: #dd6b20;
  }

  .lg\:last\:placeholder-orange-600:last-child::-ms-input-placeholder {
    color: #dd6b20;
  }

  .lg\:last\:placeholder-orange-600:last-child::placeholder {
    color: #dd6b20;
  }

  .lg\:last\:placeholder-orange-700:last-child::-webkit-input-placeholder {
    color: #c05621;
  }

  .lg\:last\:placeholder-orange-700:last-child::-moz-placeholder {
    color: #c05621;
  }

  .lg\:last\:placeholder-orange-700:last-child:-ms-input-placeholder {
    color: #c05621;
  }

  .lg\:last\:placeholder-orange-700:last-child::-ms-input-placeholder {
    color: #c05621;
  }

  .lg\:last\:placeholder-orange-700:last-child::placeholder {
    color: #c05621;
  }

  .lg\:last\:placeholder-orange-800:last-child::-webkit-input-placeholder {
    color: #9c4221;
  }

  .lg\:last\:placeholder-orange-800:last-child::-moz-placeholder {
    color: #9c4221;
  }

  .lg\:last\:placeholder-orange-800:last-child:-ms-input-placeholder {
    color: #9c4221;
  }

  .lg\:last\:placeholder-orange-800:last-child::-ms-input-placeholder {
    color: #9c4221;
  }

  .lg\:last\:placeholder-orange-800:last-child::placeholder {
    color: #9c4221;
  }

  .lg\:last\:placeholder-orange-900:last-child::-webkit-input-placeholder {
    color: #7b341e;
  }

  .lg\:last\:placeholder-orange-900:last-child::-moz-placeholder {
    color: #7b341e;
  }

  .lg\:last\:placeholder-orange-900:last-child:-ms-input-placeholder {
    color: #7b341e;
  }

  .lg\:last\:placeholder-orange-900:last-child::-ms-input-placeholder {
    color: #7b341e;
  }

  .lg\:last\:placeholder-orange-900:last-child::placeholder {
    color: #7b341e;
  }

  .lg\:last\:placeholder-yellow-100:last-child::-webkit-input-placeholder {
    color: #fffff0;
  }

  .lg\:last\:placeholder-yellow-100:last-child::-moz-placeholder {
    color: #fffff0;
  }

  .lg\:last\:placeholder-yellow-100:last-child:-ms-input-placeholder {
    color: #fffff0;
  }

  .lg\:last\:placeholder-yellow-100:last-child::-ms-input-placeholder {
    color: #fffff0;
  }

  .lg\:last\:placeholder-yellow-100:last-child::placeholder {
    color: #fffff0;
  }

  .lg\:last\:placeholder-yellow-200:last-child::-webkit-input-placeholder {
    color: #fefcbf;
  }

  .lg\:last\:placeholder-yellow-200:last-child::-moz-placeholder {
    color: #fefcbf;
  }

  .lg\:last\:placeholder-yellow-200:last-child:-ms-input-placeholder {
    color: #fefcbf;
  }

  .lg\:last\:placeholder-yellow-200:last-child::-ms-input-placeholder {
    color: #fefcbf;
  }

  .lg\:last\:placeholder-yellow-200:last-child::placeholder {
    color: #fefcbf;
  }

  .lg\:last\:placeholder-yellow-300:last-child::-webkit-input-placeholder {
    color: #faf089;
  }

  .lg\:last\:placeholder-yellow-300:last-child::-moz-placeholder {
    color: #faf089;
  }

  .lg\:last\:placeholder-yellow-300:last-child:-ms-input-placeholder {
    color: #faf089;
  }

  .lg\:last\:placeholder-yellow-300:last-child::-ms-input-placeholder {
    color: #faf089;
  }

  .lg\:last\:placeholder-yellow-300:last-child::placeholder {
    color: #faf089;
  }

  .lg\:last\:placeholder-yellow-400:last-child::-webkit-input-placeholder {
    color: #f6e05e;
  }

  .lg\:last\:placeholder-yellow-400:last-child::-moz-placeholder {
    color: #f6e05e;
  }

  .lg\:last\:placeholder-yellow-400:last-child:-ms-input-placeholder {
    color: #f6e05e;
  }

  .lg\:last\:placeholder-yellow-400:last-child::-ms-input-placeholder {
    color: #f6e05e;
  }

  .lg\:last\:placeholder-yellow-400:last-child::placeholder {
    color: #f6e05e;
  }

  .lg\:last\:placeholder-yellow-500:last-child::-webkit-input-placeholder {
    color: #ecc94b;
  }

  .lg\:last\:placeholder-yellow-500:last-child::-moz-placeholder {
    color: #ecc94b;
  }

  .lg\:last\:placeholder-yellow-500:last-child:-ms-input-placeholder {
    color: #ecc94b;
  }

  .lg\:last\:placeholder-yellow-500:last-child::-ms-input-placeholder {
    color: #ecc94b;
  }

  .lg\:last\:placeholder-yellow-500:last-child::placeholder {
    color: #ecc94b;
  }

  .lg\:last\:placeholder-yellow-600:last-child::-webkit-input-placeholder {
    color: #d69e2e;
  }

  .lg\:last\:placeholder-yellow-600:last-child::-moz-placeholder {
    color: #d69e2e;
  }

  .lg\:last\:placeholder-yellow-600:last-child:-ms-input-placeholder {
    color: #d69e2e;
  }

  .lg\:last\:placeholder-yellow-600:last-child::-ms-input-placeholder {
    color: #d69e2e;
  }

  .lg\:last\:placeholder-yellow-600:last-child::placeholder {
    color: #d69e2e;
  }

  .lg\:last\:placeholder-yellow-700:last-child::-webkit-input-placeholder {
    color: #b7791f;
  }

  .lg\:last\:placeholder-yellow-700:last-child::-moz-placeholder {
    color: #b7791f;
  }

  .lg\:last\:placeholder-yellow-700:last-child:-ms-input-placeholder {
    color: #b7791f;
  }

  .lg\:last\:placeholder-yellow-700:last-child::-ms-input-placeholder {
    color: #b7791f;
  }

  .lg\:last\:placeholder-yellow-700:last-child::placeholder {
    color: #b7791f;
  }

  .lg\:last\:placeholder-yellow-800:last-child::-webkit-input-placeholder {
    color: #975a16;
  }

  .lg\:last\:placeholder-yellow-800:last-child::-moz-placeholder {
    color: #975a16;
  }

  .lg\:last\:placeholder-yellow-800:last-child:-ms-input-placeholder {
    color: #975a16;
  }

  .lg\:last\:placeholder-yellow-800:last-child::-ms-input-placeholder {
    color: #975a16;
  }

  .lg\:last\:placeholder-yellow-800:last-child::placeholder {
    color: #975a16;
  }

  .lg\:last\:placeholder-yellow-900:last-child::-webkit-input-placeholder {
    color: #744210;
  }

  .lg\:last\:placeholder-yellow-900:last-child::-moz-placeholder {
    color: #744210;
  }

  .lg\:last\:placeholder-yellow-900:last-child:-ms-input-placeholder {
    color: #744210;
  }

  .lg\:last\:placeholder-yellow-900:last-child::-ms-input-placeholder {
    color: #744210;
  }

  .lg\:last\:placeholder-yellow-900:last-child::placeholder {
    color: #744210;
  }

  .lg\:last\:placeholder-green-100:last-child::-webkit-input-placeholder {
    color: #f0fff4;
  }

  .lg\:last\:placeholder-green-100:last-child::-moz-placeholder {
    color: #f0fff4;
  }

  .lg\:last\:placeholder-green-100:last-child:-ms-input-placeholder {
    color: #f0fff4;
  }

  .lg\:last\:placeholder-green-100:last-child::-ms-input-placeholder {
    color: #f0fff4;
  }

  .lg\:last\:placeholder-green-100:last-child::placeholder {
    color: #f0fff4;
  }

  .lg\:last\:placeholder-green-200:last-child::-webkit-input-placeholder {
    color: #c6f6d5;
  }

  .lg\:last\:placeholder-green-200:last-child::-moz-placeholder {
    color: #c6f6d5;
  }

  .lg\:last\:placeholder-green-200:last-child:-ms-input-placeholder {
    color: #c6f6d5;
  }

  .lg\:last\:placeholder-green-200:last-child::-ms-input-placeholder {
    color: #c6f6d5;
  }

  .lg\:last\:placeholder-green-200:last-child::placeholder {
    color: #c6f6d5;
  }

  .lg\:last\:placeholder-green-300:last-child::-webkit-input-placeholder {
    color: #9ae6b4;
  }

  .lg\:last\:placeholder-green-300:last-child::-moz-placeholder {
    color: #9ae6b4;
  }

  .lg\:last\:placeholder-green-300:last-child:-ms-input-placeholder {
    color: #9ae6b4;
  }

  .lg\:last\:placeholder-green-300:last-child::-ms-input-placeholder {
    color: #9ae6b4;
  }

  .lg\:last\:placeholder-green-300:last-child::placeholder {
    color: #9ae6b4;
  }

  .lg\:last\:placeholder-green-400:last-child::-webkit-input-placeholder {
    color: #68d391;
  }

  .lg\:last\:placeholder-green-400:last-child::-moz-placeholder {
    color: #68d391;
  }

  .lg\:last\:placeholder-green-400:last-child:-ms-input-placeholder {
    color: #68d391;
  }

  .lg\:last\:placeholder-green-400:last-child::-ms-input-placeholder {
    color: #68d391;
  }

  .lg\:last\:placeholder-green-400:last-child::placeholder {
    color: #68d391;
  }

  .lg\:last\:placeholder-green-500:last-child::-webkit-input-placeholder {
    color: #48bb78;
  }

  .lg\:last\:placeholder-green-500:last-child::-moz-placeholder {
    color: #48bb78;
  }

  .lg\:last\:placeholder-green-500:last-child:-ms-input-placeholder {
    color: #48bb78;
  }

  .lg\:last\:placeholder-green-500:last-child::-ms-input-placeholder {
    color: #48bb78;
  }

  .lg\:last\:placeholder-green-500:last-child::placeholder {
    color: #48bb78;
  }

  .lg\:last\:placeholder-green-600:last-child::-webkit-input-placeholder {
    color: #38a169;
  }

  .lg\:last\:placeholder-green-600:last-child::-moz-placeholder {
    color: #38a169;
  }

  .lg\:last\:placeholder-green-600:last-child:-ms-input-placeholder {
    color: #38a169;
  }

  .lg\:last\:placeholder-green-600:last-child::-ms-input-placeholder {
    color: #38a169;
  }

  .lg\:last\:placeholder-green-600:last-child::placeholder {
    color: #38a169;
  }

  .lg\:last\:placeholder-green-700:last-child::-webkit-input-placeholder {
    color: #2f855a;
  }

  .lg\:last\:placeholder-green-700:last-child::-moz-placeholder {
    color: #2f855a;
  }

  .lg\:last\:placeholder-green-700:last-child:-ms-input-placeholder {
    color: #2f855a;
  }

  .lg\:last\:placeholder-green-700:last-child::-ms-input-placeholder {
    color: #2f855a;
  }

  .lg\:last\:placeholder-green-700:last-child::placeholder {
    color: #2f855a;
  }

  .lg\:last\:placeholder-green-800:last-child::-webkit-input-placeholder {
    color: #276749;
  }

  .lg\:last\:placeholder-green-800:last-child::-moz-placeholder {
    color: #276749;
  }

  .lg\:last\:placeholder-green-800:last-child:-ms-input-placeholder {
    color: #276749;
  }

  .lg\:last\:placeholder-green-800:last-child::-ms-input-placeholder {
    color: #276749;
  }

  .lg\:last\:placeholder-green-800:last-child::placeholder {
    color: #276749;
  }

  .lg\:last\:placeholder-green-900:last-child::-webkit-input-placeholder {
    color: #22543d;
  }

  .lg\:last\:placeholder-green-900:last-child::-moz-placeholder {
    color: #22543d;
  }

  .lg\:last\:placeholder-green-900:last-child:-ms-input-placeholder {
    color: #22543d;
  }

  .lg\:last\:placeholder-green-900:last-child::-ms-input-placeholder {
    color: #22543d;
  }

  .lg\:last\:placeholder-green-900:last-child::placeholder {
    color: #22543d;
  }

  .lg\:last\:placeholder-teal-100:last-child::-webkit-input-placeholder {
    color: #e6fffa;
  }

  .lg\:last\:placeholder-teal-100:last-child::-moz-placeholder {
    color: #e6fffa;
  }

  .lg\:last\:placeholder-teal-100:last-child:-ms-input-placeholder {
    color: #e6fffa;
  }

  .lg\:last\:placeholder-teal-100:last-child::-ms-input-placeholder {
    color: #e6fffa;
  }

  .lg\:last\:placeholder-teal-100:last-child::placeholder {
    color: #e6fffa;
  }

  .lg\:last\:placeholder-teal-200:last-child::-webkit-input-placeholder {
    color: #b2f5ea;
  }

  .lg\:last\:placeholder-teal-200:last-child::-moz-placeholder {
    color: #b2f5ea;
  }

  .lg\:last\:placeholder-teal-200:last-child:-ms-input-placeholder {
    color: #b2f5ea;
  }

  .lg\:last\:placeholder-teal-200:last-child::-ms-input-placeholder {
    color: #b2f5ea;
  }

  .lg\:last\:placeholder-teal-200:last-child::placeholder {
    color: #b2f5ea;
  }

  .lg\:last\:placeholder-teal-300:last-child::-webkit-input-placeholder {
    color: #81e6d9;
  }

  .lg\:last\:placeholder-teal-300:last-child::-moz-placeholder {
    color: #81e6d9;
  }

  .lg\:last\:placeholder-teal-300:last-child:-ms-input-placeholder {
    color: #81e6d9;
  }

  .lg\:last\:placeholder-teal-300:last-child::-ms-input-placeholder {
    color: #81e6d9;
  }

  .lg\:last\:placeholder-teal-300:last-child::placeholder {
    color: #81e6d9;
  }

  .lg\:last\:placeholder-teal-400:last-child::-webkit-input-placeholder {
    color: #4fd1c5;
  }

  .lg\:last\:placeholder-teal-400:last-child::-moz-placeholder {
    color: #4fd1c5;
  }

  .lg\:last\:placeholder-teal-400:last-child:-ms-input-placeholder {
    color: #4fd1c5;
  }

  .lg\:last\:placeholder-teal-400:last-child::-ms-input-placeholder {
    color: #4fd1c5;
  }

  .lg\:last\:placeholder-teal-400:last-child::placeholder {
    color: #4fd1c5;
  }

  .lg\:last\:placeholder-teal-500:last-child::-webkit-input-placeholder {
    color: #38b2ac;
  }

  .lg\:last\:placeholder-teal-500:last-child::-moz-placeholder {
    color: #38b2ac;
  }

  .lg\:last\:placeholder-teal-500:last-child:-ms-input-placeholder {
    color: #38b2ac;
  }

  .lg\:last\:placeholder-teal-500:last-child::-ms-input-placeholder {
    color: #38b2ac;
  }

  .lg\:last\:placeholder-teal-500:last-child::placeholder {
    color: #38b2ac;
  }

  .lg\:last\:placeholder-teal-600:last-child::-webkit-input-placeholder {
    color: #319795;
  }

  .lg\:last\:placeholder-teal-600:last-child::-moz-placeholder {
    color: #319795;
  }

  .lg\:last\:placeholder-teal-600:last-child:-ms-input-placeholder {
    color: #319795;
  }

  .lg\:last\:placeholder-teal-600:last-child::-ms-input-placeholder {
    color: #319795;
  }

  .lg\:last\:placeholder-teal-600:last-child::placeholder {
    color: #319795;
  }

  .lg\:last\:placeholder-teal-700:last-child::-webkit-input-placeholder {
    color: #2c7a7b;
  }

  .lg\:last\:placeholder-teal-700:last-child::-moz-placeholder {
    color: #2c7a7b;
  }

  .lg\:last\:placeholder-teal-700:last-child:-ms-input-placeholder {
    color: #2c7a7b;
  }

  .lg\:last\:placeholder-teal-700:last-child::-ms-input-placeholder {
    color: #2c7a7b;
  }

  .lg\:last\:placeholder-teal-700:last-child::placeholder {
    color: #2c7a7b;
  }

  .lg\:last\:placeholder-teal-800:last-child::-webkit-input-placeholder {
    color: #285e61;
  }

  .lg\:last\:placeholder-teal-800:last-child::-moz-placeholder {
    color: #285e61;
  }

  .lg\:last\:placeholder-teal-800:last-child:-ms-input-placeholder {
    color: #285e61;
  }

  .lg\:last\:placeholder-teal-800:last-child::-ms-input-placeholder {
    color: #285e61;
  }

  .lg\:last\:placeholder-teal-800:last-child::placeholder {
    color: #285e61;
  }

  .lg\:last\:placeholder-teal-900:last-child::-webkit-input-placeholder {
    color: #234e52;
  }

  .lg\:last\:placeholder-teal-900:last-child::-moz-placeholder {
    color: #234e52;
  }

  .lg\:last\:placeholder-teal-900:last-child:-ms-input-placeholder {
    color: #234e52;
  }

  .lg\:last\:placeholder-teal-900:last-child::-ms-input-placeholder {
    color: #234e52;
  }

  .lg\:last\:placeholder-teal-900:last-child::placeholder {
    color: #234e52;
  }

  .lg\:last\:placeholder-blue-100:last-child::-webkit-input-placeholder {
    color: #ebf8ff;
  }

  .lg\:last\:placeholder-blue-100:last-child::-moz-placeholder {
    color: #ebf8ff;
  }

  .lg\:last\:placeholder-blue-100:last-child:-ms-input-placeholder {
    color: #ebf8ff;
  }

  .lg\:last\:placeholder-blue-100:last-child::-ms-input-placeholder {
    color: #ebf8ff;
  }

  .lg\:last\:placeholder-blue-100:last-child::placeholder {
    color: #ebf8ff;
  }

  .lg\:last\:placeholder-blue-200:last-child::-webkit-input-placeholder {
    color: #bee3f8;
  }

  .lg\:last\:placeholder-blue-200:last-child::-moz-placeholder {
    color: #bee3f8;
  }

  .lg\:last\:placeholder-blue-200:last-child:-ms-input-placeholder {
    color: #bee3f8;
  }

  .lg\:last\:placeholder-blue-200:last-child::-ms-input-placeholder {
    color: #bee3f8;
  }

  .lg\:last\:placeholder-blue-200:last-child::placeholder {
    color: #bee3f8;
  }

  .lg\:last\:placeholder-blue-300:last-child::-webkit-input-placeholder {
    color: #90cdf4;
  }

  .lg\:last\:placeholder-blue-300:last-child::-moz-placeholder {
    color: #90cdf4;
  }

  .lg\:last\:placeholder-blue-300:last-child:-ms-input-placeholder {
    color: #90cdf4;
  }

  .lg\:last\:placeholder-blue-300:last-child::-ms-input-placeholder {
    color: #90cdf4;
  }

  .lg\:last\:placeholder-blue-300:last-child::placeholder {
    color: #90cdf4;
  }

  .lg\:last\:placeholder-blue-400:last-child::-webkit-input-placeholder {
    color: #63b3ed;
  }

  .lg\:last\:placeholder-blue-400:last-child::-moz-placeholder {
    color: #63b3ed;
  }

  .lg\:last\:placeholder-blue-400:last-child:-ms-input-placeholder {
    color: #63b3ed;
  }

  .lg\:last\:placeholder-blue-400:last-child::-ms-input-placeholder {
    color: #63b3ed;
  }

  .lg\:last\:placeholder-blue-400:last-child::placeholder {
    color: #63b3ed;
  }

  .lg\:last\:placeholder-blue-500:last-child::-webkit-input-placeholder {
    color: #4299e1;
  }

  .lg\:last\:placeholder-blue-500:last-child::-moz-placeholder {
    color: #4299e1;
  }

  .lg\:last\:placeholder-blue-500:last-child:-ms-input-placeholder {
    color: #4299e1;
  }

  .lg\:last\:placeholder-blue-500:last-child::-ms-input-placeholder {
    color: #4299e1;
  }

  .lg\:last\:placeholder-blue-500:last-child::placeholder {
    color: #4299e1;
  }

  .lg\:last\:placeholder-blue-600:last-child::-webkit-input-placeholder {
    color: #3182ce;
  }

  .lg\:last\:placeholder-blue-600:last-child::-moz-placeholder {
    color: #3182ce;
  }

  .lg\:last\:placeholder-blue-600:last-child:-ms-input-placeholder {
    color: #3182ce;
  }

  .lg\:last\:placeholder-blue-600:last-child::-ms-input-placeholder {
    color: #3182ce;
  }

  .lg\:last\:placeholder-blue-600:last-child::placeholder {
    color: #3182ce;
  }

  .lg\:last\:placeholder-blue-700:last-child::-webkit-input-placeholder {
    color: #2b6cb0;
  }

  .lg\:last\:placeholder-blue-700:last-child::-moz-placeholder {
    color: #2b6cb0;
  }

  .lg\:last\:placeholder-blue-700:last-child:-ms-input-placeholder {
    color: #2b6cb0;
  }

  .lg\:last\:placeholder-blue-700:last-child::-ms-input-placeholder {
    color: #2b6cb0;
  }

  .lg\:last\:placeholder-blue-700:last-child::placeholder {
    color: #2b6cb0;
  }

  .lg\:last\:placeholder-blue-800:last-child::-webkit-input-placeholder {
    color: #2c5282;
  }

  .lg\:last\:placeholder-blue-800:last-child::-moz-placeholder {
    color: #2c5282;
  }

  .lg\:last\:placeholder-blue-800:last-child:-ms-input-placeholder {
    color: #2c5282;
  }

  .lg\:last\:placeholder-blue-800:last-child::-ms-input-placeholder {
    color: #2c5282;
  }

  .lg\:last\:placeholder-blue-800:last-child::placeholder {
    color: #2c5282;
  }

  .lg\:last\:placeholder-blue-900:last-child::-webkit-input-placeholder {
    color: #2a4365;
  }

  .lg\:last\:placeholder-blue-900:last-child::-moz-placeholder {
    color: #2a4365;
  }

  .lg\:last\:placeholder-blue-900:last-child:-ms-input-placeholder {
    color: #2a4365;
  }

  .lg\:last\:placeholder-blue-900:last-child::-ms-input-placeholder {
    color: #2a4365;
  }

  .lg\:last\:placeholder-blue-900:last-child::placeholder {
    color: #2a4365;
  }

  .lg\:last\:placeholder-indigo-100:last-child::-webkit-input-placeholder {
    color: #ebf4ff;
  }

  .lg\:last\:placeholder-indigo-100:last-child::-moz-placeholder {
    color: #ebf4ff;
  }

  .lg\:last\:placeholder-indigo-100:last-child:-ms-input-placeholder {
    color: #ebf4ff;
  }

  .lg\:last\:placeholder-indigo-100:last-child::-ms-input-placeholder {
    color: #ebf4ff;
  }

  .lg\:last\:placeholder-indigo-100:last-child::placeholder {
    color: #ebf4ff;
  }

  .lg\:last\:placeholder-indigo-200:last-child::-webkit-input-placeholder {
    color: #c3dafe;
  }

  .lg\:last\:placeholder-indigo-200:last-child::-moz-placeholder {
    color: #c3dafe;
  }

  .lg\:last\:placeholder-indigo-200:last-child:-ms-input-placeholder {
    color: #c3dafe;
  }

  .lg\:last\:placeholder-indigo-200:last-child::-ms-input-placeholder {
    color: #c3dafe;
  }

  .lg\:last\:placeholder-indigo-200:last-child::placeholder {
    color: #c3dafe;
  }

  .lg\:last\:placeholder-indigo-300:last-child::-webkit-input-placeholder {
    color: #a3bffa;
  }

  .lg\:last\:placeholder-indigo-300:last-child::-moz-placeholder {
    color: #a3bffa;
  }

  .lg\:last\:placeholder-indigo-300:last-child:-ms-input-placeholder {
    color: #a3bffa;
  }

  .lg\:last\:placeholder-indigo-300:last-child::-ms-input-placeholder {
    color: #a3bffa;
  }

  .lg\:last\:placeholder-indigo-300:last-child::placeholder {
    color: #a3bffa;
  }

  .lg\:last\:placeholder-indigo-400:last-child::-webkit-input-placeholder {
    color: #7f9cf5;
  }

  .lg\:last\:placeholder-indigo-400:last-child::-moz-placeholder {
    color: #7f9cf5;
  }

  .lg\:last\:placeholder-indigo-400:last-child:-ms-input-placeholder {
    color: #7f9cf5;
  }

  .lg\:last\:placeholder-indigo-400:last-child::-ms-input-placeholder {
    color: #7f9cf5;
  }

  .lg\:last\:placeholder-indigo-400:last-child::placeholder {
    color: #7f9cf5;
  }

  .lg\:last\:placeholder-indigo-500:last-child::-webkit-input-placeholder {
    color: #667eea;
  }

  .lg\:last\:placeholder-indigo-500:last-child::-moz-placeholder {
    color: #667eea;
  }

  .lg\:last\:placeholder-indigo-500:last-child:-ms-input-placeholder {
    color: #667eea;
  }

  .lg\:last\:placeholder-indigo-500:last-child::-ms-input-placeholder {
    color: #667eea;
  }

  .lg\:last\:placeholder-indigo-500:last-child::placeholder {
    color: #667eea;
  }

  .lg\:last\:placeholder-indigo-600:last-child::-webkit-input-placeholder {
    color: #5a67d8;
  }

  .lg\:last\:placeholder-indigo-600:last-child::-moz-placeholder {
    color: #5a67d8;
  }

  .lg\:last\:placeholder-indigo-600:last-child:-ms-input-placeholder {
    color: #5a67d8;
  }

  .lg\:last\:placeholder-indigo-600:last-child::-ms-input-placeholder {
    color: #5a67d8;
  }

  .lg\:last\:placeholder-indigo-600:last-child::placeholder {
    color: #5a67d8;
  }

  .lg\:last\:placeholder-indigo-700:last-child::-webkit-input-placeholder {
    color: #4c51bf;
  }

  .lg\:last\:placeholder-indigo-700:last-child::-moz-placeholder {
    color: #4c51bf;
  }

  .lg\:last\:placeholder-indigo-700:last-child:-ms-input-placeholder {
    color: #4c51bf;
  }

  .lg\:last\:placeholder-indigo-700:last-child::-ms-input-placeholder {
    color: #4c51bf;
  }

  .lg\:last\:placeholder-indigo-700:last-child::placeholder {
    color: #4c51bf;
  }

  .lg\:last\:placeholder-indigo-800:last-child::-webkit-input-placeholder {
    color: #434190;
  }

  .lg\:last\:placeholder-indigo-800:last-child::-moz-placeholder {
    color: #434190;
  }

  .lg\:last\:placeholder-indigo-800:last-child:-ms-input-placeholder {
    color: #434190;
  }

  .lg\:last\:placeholder-indigo-800:last-child::-ms-input-placeholder {
    color: #434190;
  }

  .lg\:last\:placeholder-indigo-800:last-child::placeholder {
    color: #434190;
  }

  .lg\:last\:placeholder-indigo-900:last-child::-webkit-input-placeholder {
    color: #3c366b;
  }

  .lg\:last\:placeholder-indigo-900:last-child::-moz-placeholder {
    color: #3c366b;
  }

  .lg\:last\:placeholder-indigo-900:last-child:-ms-input-placeholder {
    color: #3c366b;
  }

  .lg\:last\:placeholder-indigo-900:last-child::-ms-input-placeholder {
    color: #3c366b;
  }

  .lg\:last\:placeholder-indigo-900:last-child::placeholder {
    color: #3c366b;
  }

  .lg\:last\:placeholder-purple-100:last-child::-webkit-input-placeholder {
    color: #faf5ff;
  }

  .lg\:last\:placeholder-purple-100:last-child::-moz-placeholder {
    color: #faf5ff;
  }

  .lg\:last\:placeholder-purple-100:last-child:-ms-input-placeholder {
    color: #faf5ff;
  }

  .lg\:last\:placeholder-purple-100:last-child::-ms-input-placeholder {
    color: #faf5ff;
  }

  .lg\:last\:placeholder-purple-100:last-child::placeholder {
    color: #faf5ff;
  }

  .lg\:last\:placeholder-purple-200:last-child::-webkit-input-placeholder {
    color: #e9d8fd;
  }

  .lg\:last\:placeholder-purple-200:last-child::-moz-placeholder {
    color: #e9d8fd;
  }

  .lg\:last\:placeholder-purple-200:last-child:-ms-input-placeholder {
    color: #e9d8fd;
  }

  .lg\:last\:placeholder-purple-200:last-child::-ms-input-placeholder {
    color: #e9d8fd;
  }

  .lg\:last\:placeholder-purple-200:last-child::placeholder {
    color: #e9d8fd;
  }

  .lg\:last\:placeholder-purple-300:last-child::-webkit-input-placeholder {
    color: #d6bcfa;
  }

  .lg\:last\:placeholder-purple-300:last-child::-moz-placeholder {
    color: #d6bcfa;
  }

  .lg\:last\:placeholder-purple-300:last-child:-ms-input-placeholder {
    color: #d6bcfa;
  }

  .lg\:last\:placeholder-purple-300:last-child::-ms-input-placeholder {
    color: #d6bcfa;
  }

  .lg\:last\:placeholder-purple-300:last-child::placeholder {
    color: #d6bcfa;
  }

  .lg\:last\:placeholder-purple-400:last-child::-webkit-input-placeholder {
    color: #b794f4;
  }

  .lg\:last\:placeholder-purple-400:last-child::-moz-placeholder {
    color: #b794f4;
  }

  .lg\:last\:placeholder-purple-400:last-child:-ms-input-placeholder {
    color: #b794f4;
  }

  .lg\:last\:placeholder-purple-400:last-child::-ms-input-placeholder {
    color: #b794f4;
  }

  .lg\:last\:placeholder-purple-400:last-child::placeholder {
    color: #b794f4;
  }

  .lg\:last\:placeholder-purple-500:last-child::-webkit-input-placeholder {
    color: #9f7aea;
  }

  .lg\:last\:placeholder-purple-500:last-child::-moz-placeholder {
    color: #9f7aea;
  }

  .lg\:last\:placeholder-purple-500:last-child:-ms-input-placeholder {
    color: #9f7aea;
  }

  .lg\:last\:placeholder-purple-500:last-child::-ms-input-placeholder {
    color: #9f7aea;
  }

  .lg\:last\:placeholder-purple-500:last-child::placeholder {
    color: #9f7aea;
  }

  .lg\:last\:placeholder-purple-600:last-child::-webkit-input-placeholder {
    color: #805ad5;
  }

  .lg\:last\:placeholder-purple-600:last-child::-moz-placeholder {
    color: #805ad5;
  }

  .lg\:last\:placeholder-purple-600:last-child:-ms-input-placeholder {
    color: #805ad5;
  }

  .lg\:last\:placeholder-purple-600:last-child::-ms-input-placeholder {
    color: #805ad5;
  }

  .lg\:last\:placeholder-purple-600:last-child::placeholder {
    color: #805ad5;
  }

  .lg\:last\:placeholder-purple-700:last-child::-webkit-input-placeholder {
    color: #6b46c1;
  }

  .lg\:last\:placeholder-purple-700:last-child::-moz-placeholder {
    color: #6b46c1;
  }

  .lg\:last\:placeholder-purple-700:last-child:-ms-input-placeholder {
    color: #6b46c1;
  }

  .lg\:last\:placeholder-purple-700:last-child::-ms-input-placeholder {
    color: #6b46c1;
  }

  .lg\:last\:placeholder-purple-700:last-child::placeholder {
    color: #6b46c1;
  }

  .lg\:last\:placeholder-purple-800:last-child::-webkit-input-placeholder {
    color: #553c9a;
  }

  .lg\:last\:placeholder-purple-800:last-child::-moz-placeholder {
    color: #553c9a;
  }

  .lg\:last\:placeholder-purple-800:last-child:-ms-input-placeholder {
    color: #553c9a;
  }

  .lg\:last\:placeholder-purple-800:last-child::-ms-input-placeholder {
    color: #553c9a;
  }

  .lg\:last\:placeholder-purple-800:last-child::placeholder {
    color: #553c9a;
  }

  .lg\:last\:placeholder-purple-900:last-child::-webkit-input-placeholder {
    color: #44337a;
  }

  .lg\:last\:placeholder-purple-900:last-child::-moz-placeholder {
    color: #44337a;
  }

  .lg\:last\:placeholder-purple-900:last-child:-ms-input-placeholder {
    color: #44337a;
  }

  .lg\:last\:placeholder-purple-900:last-child::-ms-input-placeholder {
    color: #44337a;
  }

  .lg\:last\:placeholder-purple-900:last-child::placeholder {
    color: #44337a;
  }

  .lg\:last\:placeholder-pink-100:last-child::-webkit-input-placeholder {
    color: #fff5f7;
  }

  .lg\:last\:placeholder-pink-100:last-child::-moz-placeholder {
    color: #fff5f7;
  }

  .lg\:last\:placeholder-pink-100:last-child:-ms-input-placeholder {
    color: #fff5f7;
  }

  .lg\:last\:placeholder-pink-100:last-child::-ms-input-placeholder {
    color: #fff5f7;
  }

  .lg\:last\:placeholder-pink-100:last-child::placeholder {
    color: #fff5f7;
  }

  .lg\:last\:placeholder-pink-200:last-child::-webkit-input-placeholder {
    color: #fed7e2;
  }

  .lg\:last\:placeholder-pink-200:last-child::-moz-placeholder {
    color: #fed7e2;
  }

  .lg\:last\:placeholder-pink-200:last-child:-ms-input-placeholder {
    color: #fed7e2;
  }

  .lg\:last\:placeholder-pink-200:last-child::-ms-input-placeholder {
    color: #fed7e2;
  }

  .lg\:last\:placeholder-pink-200:last-child::placeholder {
    color: #fed7e2;
  }

  .lg\:last\:placeholder-pink-300:last-child::-webkit-input-placeholder {
    color: #fbb6ce;
  }

  .lg\:last\:placeholder-pink-300:last-child::-moz-placeholder {
    color: #fbb6ce;
  }

  .lg\:last\:placeholder-pink-300:last-child:-ms-input-placeholder {
    color: #fbb6ce;
  }

  .lg\:last\:placeholder-pink-300:last-child::-ms-input-placeholder {
    color: #fbb6ce;
  }

  .lg\:last\:placeholder-pink-300:last-child::placeholder {
    color: #fbb6ce;
  }

  .lg\:last\:placeholder-pink-400:last-child::-webkit-input-placeholder {
    color: #f687b3;
  }

  .lg\:last\:placeholder-pink-400:last-child::-moz-placeholder {
    color: #f687b3;
  }

  .lg\:last\:placeholder-pink-400:last-child:-ms-input-placeholder {
    color: #f687b3;
  }

  .lg\:last\:placeholder-pink-400:last-child::-ms-input-placeholder {
    color: #f687b3;
  }

  .lg\:last\:placeholder-pink-400:last-child::placeholder {
    color: #f687b3;
  }

  .lg\:last\:placeholder-pink-500:last-child::-webkit-input-placeholder {
    color: #ed64a6;
  }

  .lg\:last\:placeholder-pink-500:last-child::-moz-placeholder {
    color: #ed64a6;
  }

  .lg\:last\:placeholder-pink-500:last-child:-ms-input-placeholder {
    color: #ed64a6;
  }

  .lg\:last\:placeholder-pink-500:last-child::-ms-input-placeholder {
    color: #ed64a6;
  }

  .lg\:last\:placeholder-pink-500:last-child::placeholder {
    color: #ed64a6;
  }

  .lg\:last\:placeholder-pink-600:last-child::-webkit-input-placeholder {
    color: #d53f8c;
  }

  .lg\:last\:placeholder-pink-600:last-child::-moz-placeholder {
    color: #d53f8c;
  }

  .lg\:last\:placeholder-pink-600:last-child:-ms-input-placeholder {
    color: #d53f8c;
  }

  .lg\:last\:placeholder-pink-600:last-child::-ms-input-placeholder {
    color: #d53f8c;
  }

  .lg\:last\:placeholder-pink-600:last-child::placeholder {
    color: #d53f8c;
  }

  .lg\:last\:placeholder-pink-700:last-child::-webkit-input-placeholder {
    color: #b83280;
  }

  .lg\:last\:placeholder-pink-700:last-child::-moz-placeholder {
    color: #b83280;
  }

  .lg\:last\:placeholder-pink-700:last-child:-ms-input-placeholder {
    color: #b83280;
  }

  .lg\:last\:placeholder-pink-700:last-child::-ms-input-placeholder {
    color: #b83280;
  }

  .lg\:last\:placeholder-pink-700:last-child::placeholder {
    color: #b83280;
  }

  .lg\:last\:placeholder-pink-800:last-child::-webkit-input-placeholder {
    color: #97266d;
  }

  .lg\:last\:placeholder-pink-800:last-child::-moz-placeholder {
    color: #97266d;
  }

  .lg\:last\:placeholder-pink-800:last-child:-ms-input-placeholder {
    color: #97266d;
  }

  .lg\:last\:placeholder-pink-800:last-child::-ms-input-placeholder {
    color: #97266d;
  }

  .lg\:last\:placeholder-pink-800:last-child::placeholder {
    color: #97266d;
  }

  .lg\:last\:placeholder-pink-900:last-child::-webkit-input-placeholder {
    color: #702459;
  }

  .lg\:last\:placeholder-pink-900:last-child::-moz-placeholder {
    color: #702459;
  }

  .lg\:last\:placeholder-pink-900:last-child:-ms-input-placeholder {
    color: #702459;
  }

  .lg\:last\:placeholder-pink-900:last-child::-ms-input-placeholder {
    color: #702459;
  }

  .lg\:last\:placeholder-pink-900:last-child::placeholder {
    color: #702459;
  }

  .lg\:odd\:placeholder-transparent:nth-child(odd)::-webkit-input-placeholder {
    color: transparent;
  }

  .lg\:odd\:placeholder-transparent:nth-child(odd)::-moz-placeholder {
    color: transparent;
  }

  .lg\:odd\:placeholder-transparent:nth-child(odd):-ms-input-placeholder {
    color: transparent;
  }

  .lg\:odd\:placeholder-transparent:nth-child(odd)::-ms-input-placeholder {
    color: transparent;
  }

  .lg\:odd\:placeholder-transparent:nth-child(odd)::placeholder {
    color: transparent;
  }

  .lg\:odd\:placeholder-black:nth-child(odd)::-webkit-input-placeholder {
    color: #000;
  }

  .lg\:odd\:placeholder-black:nth-child(odd)::-moz-placeholder {
    color: #000;
  }

  .lg\:odd\:placeholder-black:nth-child(odd):-ms-input-placeholder {
    color: #000;
  }

  .lg\:odd\:placeholder-black:nth-child(odd)::-ms-input-placeholder {
    color: #000;
  }

  .lg\:odd\:placeholder-black:nth-child(odd)::placeholder {
    color: #000;
  }

  .lg\:odd\:placeholder-white:nth-child(odd)::-webkit-input-placeholder {
    color: #fff;
  }

  .lg\:odd\:placeholder-white:nth-child(odd)::-moz-placeholder {
    color: #fff;
  }

  .lg\:odd\:placeholder-white:nth-child(odd):-ms-input-placeholder {
    color: #fff;
  }

  .lg\:odd\:placeholder-white:nth-child(odd)::-ms-input-placeholder {
    color: #fff;
  }

  .lg\:odd\:placeholder-white:nth-child(odd)::placeholder {
    color: #fff;
  }

  .lg\:odd\:placeholder-gray-100:nth-child(odd)::-webkit-input-placeholder {
    color: #f7fafc;
  }

  .lg\:odd\:placeholder-gray-100:nth-child(odd)::-moz-placeholder {
    color: #f7fafc;
  }

  .lg\:odd\:placeholder-gray-100:nth-child(odd):-ms-input-placeholder {
    color: #f7fafc;
  }

  .lg\:odd\:placeholder-gray-100:nth-child(odd)::-ms-input-placeholder {
    color: #f7fafc;
  }

  .lg\:odd\:placeholder-gray-100:nth-child(odd)::placeholder {
    color: #f7fafc;
  }

  .lg\:odd\:placeholder-gray-200:nth-child(odd)::-webkit-input-placeholder {
    color: #edf2f7;
  }

  .lg\:odd\:placeholder-gray-200:nth-child(odd)::-moz-placeholder {
    color: #edf2f7;
  }

  .lg\:odd\:placeholder-gray-200:nth-child(odd):-ms-input-placeholder {
    color: #edf2f7;
  }

  .lg\:odd\:placeholder-gray-200:nth-child(odd)::-ms-input-placeholder {
    color: #edf2f7;
  }

  .lg\:odd\:placeholder-gray-200:nth-child(odd)::placeholder {
    color: #edf2f7;
  }

  .lg\:odd\:placeholder-gray-300:nth-child(odd)::-webkit-input-placeholder {
    color: #e2e8f0;
  }

  .lg\:odd\:placeholder-gray-300:nth-child(odd)::-moz-placeholder {
    color: #e2e8f0;
  }

  .lg\:odd\:placeholder-gray-300:nth-child(odd):-ms-input-placeholder {
    color: #e2e8f0;
  }

  .lg\:odd\:placeholder-gray-300:nth-child(odd)::-ms-input-placeholder {
    color: #e2e8f0;
  }

  .lg\:odd\:placeholder-gray-300:nth-child(odd)::placeholder {
    color: #e2e8f0;
  }

  .lg\:odd\:placeholder-gray-400:nth-child(odd)::-webkit-input-placeholder {
    color: #cbd5e0;
  }

  .lg\:odd\:placeholder-gray-400:nth-child(odd)::-moz-placeholder {
    color: #cbd5e0;
  }

  .lg\:odd\:placeholder-gray-400:nth-child(odd):-ms-input-placeholder {
    color: #cbd5e0;
  }

  .lg\:odd\:placeholder-gray-400:nth-child(odd)::-ms-input-placeholder {
    color: #cbd5e0;
  }

  .lg\:odd\:placeholder-gray-400:nth-child(odd)::placeholder {
    color: #cbd5e0;
  }

  .lg\:odd\:placeholder-gray-500:nth-child(odd)::-webkit-input-placeholder {
    color: #a0aec0;
  }

  .lg\:odd\:placeholder-gray-500:nth-child(odd)::-moz-placeholder {
    color: #a0aec0;
  }

  .lg\:odd\:placeholder-gray-500:nth-child(odd):-ms-input-placeholder {
    color: #a0aec0;
  }

  .lg\:odd\:placeholder-gray-500:nth-child(odd)::-ms-input-placeholder {
    color: #a0aec0;
  }

  .lg\:odd\:placeholder-gray-500:nth-child(odd)::placeholder {
    color: #a0aec0;
  }

  .lg\:odd\:placeholder-gray-600:nth-child(odd)::-webkit-input-placeholder {
    color: #718096;
  }

  .lg\:odd\:placeholder-gray-600:nth-child(odd)::-moz-placeholder {
    color: #718096;
  }

  .lg\:odd\:placeholder-gray-600:nth-child(odd):-ms-input-placeholder {
    color: #718096;
  }

  .lg\:odd\:placeholder-gray-600:nth-child(odd)::-ms-input-placeholder {
    color: #718096;
  }

  .lg\:odd\:placeholder-gray-600:nth-child(odd)::placeholder {
    color: #718096;
  }

  .lg\:odd\:placeholder-gray-700:nth-child(odd)::-webkit-input-placeholder {
    color: #4a5568;
  }

  .lg\:odd\:placeholder-gray-700:nth-child(odd)::-moz-placeholder {
    color: #4a5568;
  }

  .lg\:odd\:placeholder-gray-700:nth-child(odd):-ms-input-placeholder {
    color: #4a5568;
  }

  .lg\:odd\:placeholder-gray-700:nth-child(odd)::-ms-input-placeholder {
    color: #4a5568;
  }

  .lg\:odd\:placeholder-gray-700:nth-child(odd)::placeholder {
    color: #4a5568;
  }

  .lg\:odd\:placeholder-gray-800:nth-child(odd)::-webkit-input-placeholder {
    color: #2d3748;
  }

  .lg\:odd\:placeholder-gray-800:nth-child(odd)::-moz-placeholder {
    color: #2d3748;
  }

  .lg\:odd\:placeholder-gray-800:nth-child(odd):-ms-input-placeholder {
    color: #2d3748;
  }

  .lg\:odd\:placeholder-gray-800:nth-child(odd)::-ms-input-placeholder {
    color: #2d3748;
  }

  .lg\:odd\:placeholder-gray-800:nth-child(odd)::placeholder {
    color: #2d3748;
  }

  .lg\:odd\:placeholder-gray-900:nth-child(odd)::-webkit-input-placeholder {
    color: #1a202c;
  }

  .lg\:odd\:placeholder-gray-900:nth-child(odd)::-moz-placeholder {
    color: #1a202c;
  }

  .lg\:odd\:placeholder-gray-900:nth-child(odd):-ms-input-placeholder {
    color: #1a202c;
  }

  .lg\:odd\:placeholder-gray-900:nth-child(odd)::-ms-input-placeholder {
    color: #1a202c;
  }

  .lg\:odd\:placeholder-gray-900:nth-child(odd)::placeholder {
    color: #1a202c;
  }

  .lg\:odd\:placeholder-red-100:nth-child(odd)::-webkit-input-placeholder {
    color: #fff5f5;
  }

  .lg\:odd\:placeholder-red-100:nth-child(odd)::-moz-placeholder {
    color: #fff5f5;
  }

  .lg\:odd\:placeholder-red-100:nth-child(odd):-ms-input-placeholder {
    color: #fff5f5;
  }

  .lg\:odd\:placeholder-red-100:nth-child(odd)::-ms-input-placeholder {
    color: #fff5f5;
  }

  .lg\:odd\:placeholder-red-100:nth-child(odd)::placeholder {
    color: #fff5f5;
  }

  .lg\:odd\:placeholder-red-200:nth-child(odd)::-webkit-input-placeholder {
    color: #fed7d7;
  }

  .lg\:odd\:placeholder-red-200:nth-child(odd)::-moz-placeholder {
    color: #fed7d7;
  }

  .lg\:odd\:placeholder-red-200:nth-child(odd):-ms-input-placeholder {
    color: #fed7d7;
  }

  .lg\:odd\:placeholder-red-200:nth-child(odd)::-ms-input-placeholder {
    color: #fed7d7;
  }

  .lg\:odd\:placeholder-red-200:nth-child(odd)::placeholder {
    color: #fed7d7;
  }

  .lg\:odd\:placeholder-red-300:nth-child(odd)::-webkit-input-placeholder {
    color: #feb2b2;
  }

  .lg\:odd\:placeholder-red-300:nth-child(odd)::-moz-placeholder {
    color: #feb2b2;
  }

  .lg\:odd\:placeholder-red-300:nth-child(odd):-ms-input-placeholder {
    color: #feb2b2;
  }

  .lg\:odd\:placeholder-red-300:nth-child(odd)::-ms-input-placeholder {
    color: #feb2b2;
  }

  .lg\:odd\:placeholder-red-300:nth-child(odd)::placeholder {
    color: #feb2b2;
  }

  .lg\:odd\:placeholder-red-400:nth-child(odd)::-webkit-input-placeholder {
    color: #fc8181;
  }

  .lg\:odd\:placeholder-red-400:nth-child(odd)::-moz-placeholder {
    color: #fc8181;
  }

  .lg\:odd\:placeholder-red-400:nth-child(odd):-ms-input-placeholder {
    color: #fc8181;
  }

  .lg\:odd\:placeholder-red-400:nth-child(odd)::-ms-input-placeholder {
    color: #fc8181;
  }

  .lg\:odd\:placeholder-red-400:nth-child(odd)::placeholder {
    color: #fc8181;
  }

  .lg\:odd\:placeholder-red-500:nth-child(odd)::-webkit-input-placeholder {
    color: #f56565;
  }

  .lg\:odd\:placeholder-red-500:nth-child(odd)::-moz-placeholder {
    color: #f56565;
  }

  .lg\:odd\:placeholder-red-500:nth-child(odd):-ms-input-placeholder {
    color: #f56565;
  }

  .lg\:odd\:placeholder-red-500:nth-child(odd)::-ms-input-placeholder {
    color: #f56565;
  }

  .lg\:odd\:placeholder-red-500:nth-child(odd)::placeholder {
    color: #f56565;
  }

  .lg\:odd\:placeholder-red-600:nth-child(odd)::-webkit-input-placeholder {
    color: #e53e3e;
  }

  .lg\:odd\:placeholder-red-600:nth-child(odd)::-moz-placeholder {
    color: #e53e3e;
  }

  .lg\:odd\:placeholder-red-600:nth-child(odd):-ms-input-placeholder {
    color: #e53e3e;
  }

  .lg\:odd\:placeholder-red-600:nth-child(odd)::-ms-input-placeholder {
    color: #e53e3e;
  }

  .lg\:odd\:placeholder-red-600:nth-child(odd)::placeholder {
    color: #e53e3e;
  }

  .lg\:odd\:placeholder-red-700:nth-child(odd)::-webkit-input-placeholder {
    color: #c53030;
  }

  .lg\:odd\:placeholder-red-700:nth-child(odd)::-moz-placeholder {
    color: #c53030;
  }

  .lg\:odd\:placeholder-red-700:nth-child(odd):-ms-input-placeholder {
    color: #c53030;
  }

  .lg\:odd\:placeholder-red-700:nth-child(odd)::-ms-input-placeholder {
    color: #c53030;
  }

  .lg\:odd\:placeholder-red-700:nth-child(odd)::placeholder {
    color: #c53030;
  }

  .lg\:odd\:placeholder-red-800:nth-child(odd)::-webkit-input-placeholder {
    color: #9b2c2c;
  }

  .lg\:odd\:placeholder-red-800:nth-child(odd)::-moz-placeholder {
    color: #9b2c2c;
  }

  .lg\:odd\:placeholder-red-800:nth-child(odd):-ms-input-placeholder {
    color: #9b2c2c;
  }

  .lg\:odd\:placeholder-red-800:nth-child(odd)::-ms-input-placeholder {
    color: #9b2c2c;
  }

  .lg\:odd\:placeholder-red-800:nth-child(odd)::placeholder {
    color: #9b2c2c;
  }

  .lg\:odd\:placeholder-red-900:nth-child(odd)::-webkit-input-placeholder {
    color: #742a2a;
  }

  .lg\:odd\:placeholder-red-900:nth-child(odd)::-moz-placeholder {
    color: #742a2a;
  }

  .lg\:odd\:placeholder-red-900:nth-child(odd):-ms-input-placeholder {
    color: #742a2a;
  }

  .lg\:odd\:placeholder-red-900:nth-child(odd)::-ms-input-placeholder {
    color: #742a2a;
  }

  .lg\:odd\:placeholder-red-900:nth-child(odd)::placeholder {
    color: #742a2a;
  }

  .lg\:odd\:placeholder-orange-100:nth-child(odd)::-webkit-input-placeholder {
    color: #fffaf0;
  }

  .lg\:odd\:placeholder-orange-100:nth-child(odd)::-moz-placeholder {
    color: #fffaf0;
  }

  .lg\:odd\:placeholder-orange-100:nth-child(odd):-ms-input-placeholder {
    color: #fffaf0;
  }

  .lg\:odd\:placeholder-orange-100:nth-child(odd)::-ms-input-placeholder {
    color: #fffaf0;
  }

  .lg\:odd\:placeholder-orange-100:nth-child(odd)::placeholder {
    color: #fffaf0;
  }

  .lg\:odd\:placeholder-orange-200:nth-child(odd)::-webkit-input-placeholder {
    color: #feebc8;
  }

  .lg\:odd\:placeholder-orange-200:nth-child(odd)::-moz-placeholder {
    color: #feebc8;
  }

  .lg\:odd\:placeholder-orange-200:nth-child(odd):-ms-input-placeholder {
    color: #feebc8;
  }

  .lg\:odd\:placeholder-orange-200:nth-child(odd)::-ms-input-placeholder {
    color: #feebc8;
  }

  .lg\:odd\:placeholder-orange-200:nth-child(odd)::placeholder {
    color: #feebc8;
  }

  .lg\:odd\:placeholder-orange-300:nth-child(odd)::-webkit-input-placeholder {
    color: #fbd38d;
  }

  .lg\:odd\:placeholder-orange-300:nth-child(odd)::-moz-placeholder {
    color: #fbd38d;
  }

  .lg\:odd\:placeholder-orange-300:nth-child(odd):-ms-input-placeholder {
    color: #fbd38d;
  }

  .lg\:odd\:placeholder-orange-300:nth-child(odd)::-ms-input-placeholder {
    color: #fbd38d;
  }

  .lg\:odd\:placeholder-orange-300:nth-child(odd)::placeholder {
    color: #fbd38d;
  }

  .lg\:odd\:placeholder-orange-400:nth-child(odd)::-webkit-input-placeholder {
    color: #f6ad55;
  }

  .lg\:odd\:placeholder-orange-400:nth-child(odd)::-moz-placeholder {
    color: #f6ad55;
  }

  .lg\:odd\:placeholder-orange-400:nth-child(odd):-ms-input-placeholder {
    color: #f6ad55;
  }

  .lg\:odd\:placeholder-orange-400:nth-child(odd)::-ms-input-placeholder {
    color: #f6ad55;
  }

  .lg\:odd\:placeholder-orange-400:nth-child(odd)::placeholder {
    color: #f6ad55;
  }

  .lg\:odd\:placeholder-orange-500:nth-child(odd)::-webkit-input-placeholder {
    color: #ed8936;
  }

  .lg\:odd\:placeholder-orange-500:nth-child(odd)::-moz-placeholder {
    color: #ed8936;
  }

  .lg\:odd\:placeholder-orange-500:nth-child(odd):-ms-input-placeholder {
    color: #ed8936;
  }

  .lg\:odd\:placeholder-orange-500:nth-child(odd)::-ms-input-placeholder {
    color: #ed8936;
  }

  .lg\:odd\:placeholder-orange-500:nth-child(odd)::placeholder {
    color: #ed8936;
  }

  .lg\:odd\:placeholder-orange-600:nth-child(odd)::-webkit-input-placeholder {
    color: #dd6b20;
  }

  .lg\:odd\:placeholder-orange-600:nth-child(odd)::-moz-placeholder {
    color: #dd6b20;
  }

  .lg\:odd\:placeholder-orange-600:nth-child(odd):-ms-input-placeholder {
    color: #dd6b20;
  }

  .lg\:odd\:placeholder-orange-600:nth-child(odd)::-ms-input-placeholder {
    color: #dd6b20;
  }

  .lg\:odd\:placeholder-orange-600:nth-child(odd)::placeholder {
    color: #dd6b20;
  }

  .lg\:odd\:placeholder-orange-700:nth-child(odd)::-webkit-input-placeholder {
    color: #c05621;
  }

  .lg\:odd\:placeholder-orange-700:nth-child(odd)::-moz-placeholder {
    color: #c05621;
  }

  .lg\:odd\:placeholder-orange-700:nth-child(odd):-ms-input-placeholder {
    color: #c05621;
  }

  .lg\:odd\:placeholder-orange-700:nth-child(odd)::-ms-input-placeholder {
    color: #c05621;
  }

  .lg\:odd\:placeholder-orange-700:nth-child(odd)::placeholder {
    color: #c05621;
  }

  .lg\:odd\:placeholder-orange-800:nth-child(odd)::-webkit-input-placeholder {
    color: #9c4221;
  }

  .lg\:odd\:placeholder-orange-800:nth-child(odd)::-moz-placeholder {
    color: #9c4221;
  }

  .lg\:odd\:placeholder-orange-800:nth-child(odd):-ms-input-placeholder {
    color: #9c4221;
  }

  .lg\:odd\:placeholder-orange-800:nth-child(odd)::-ms-input-placeholder {
    color: #9c4221;
  }

  .lg\:odd\:placeholder-orange-800:nth-child(odd)::placeholder {
    color: #9c4221;
  }

  .lg\:odd\:placeholder-orange-900:nth-child(odd)::-webkit-input-placeholder {
    color: #7b341e;
  }

  .lg\:odd\:placeholder-orange-900:nth-child(odd)::-moz-placeholder {
    color: #7b341e;
  }

  .lg\:odd\:placeholder-orange-900:nth-child(odd):-ms-input-placeholder {
    color: #7b341e;
  }

  .lg\:odd\:placeholder-orange-900:nth-child(odd)::-ms-input-placeholder {
    color: #7b341e;
  }

  .lg\:odd\:placeholder-orange-900:nth-child(odd)::placeholder {
    color: #7b341e;
  }

  .lg\:odd\:placeholder-yellow-100:nth-child(odd)::-webkit-input-placeholder {
    color: #fffff0;
  }

  .lg\:odd\:placeholder-yellow-100:nth-child(odd)::-moz-placeholder {
    color: #fffff0;
  }

  .lg\:odd\:placeholder-yellow-100:nth-child(odd):-ms-input-placeholder {
    color: #fffff0;
  }

  .lg\:odd\:placeholder-yellow-100:nth-child(odd)::-ms-input-placeholder {
    color: #fffff0;
  }

  .lg\:odd\:placeholder-yellow-100:nth-child(odd)::placeholder {
    color: #fffff0;
  }

  .lg\:odd\:placeholder-yellow-200:nth-child(odd)::-webkit-input-placeholder {
    color: #fefcbf;
  }

  .lg\:odd\:placeholder-yellow-200:nth-child(odd)::-moz-placeholder {
    color: #fefcbf;
  }

  .lg\:odd\:placeholder-yellow-200:nth-child(odd):-ms-input-placeholder {
    color: #fefcbf;
  }

  .lg\:odd\:placeholder-yellow-200:nth-child(odd)::-ms-input-placeholder {
    color: #fefcbf;
  }

  .lg\:odd\:placeholder-yellow-200:nth-child(odd)::placeholder {
    color: #fefcbf;
  }

  .lg\:odd\:placeholder-yellow-300:nth-child(odd)::-webkit-input-placeholder {
    color: #faf089;
  }

  .lg\:odd\:placeholder-yellow-300:nth-child(odd)::-moz-placeholder {
    color: #faf089;
  }

  .lg\:odd\:placeholder-yellow-300:nth-child(odd):-ms-input-placeholder {
    color: #faf089;
  }

  .lg\:odd\:placeholder-yellow-300:nth-child(odd)::-ms-input-placeholder {
    color: #faf089;
  }

  .lg\:odd\:placeholder-yellow-300:nth-child(odd)::placeholder {
    color: #faf089;
  }

  .lg\:odd\:placeholder-yellow-400:nth-child(odd)::-webkit-input-placeholder {
    color: #f6e05e;
  }

  .lg\:odd\:placeholder-yellow-400:nth-child(odd)::-moz-placeholder {
    color: #f6e05e;
  }

  .lg\:odd\:placeholder-yellow-400:nth-child(odd):-ms-input-placeholder {
    color: #f6e05e;
  }

  .lg\:odd\:placeholder-yellow-400:nth-child(odd)::-ms-input-placeholder {
    color: #f6e05e;
  }

  .lg\:odd\:placeholder-yellow-400:nth-child(odd)::placeholder {
    color: #f6e05e;
  }

  .lg\:odd\:placeholder-yellow-500:nth-child(odd)::-webkit-input-placeholder {
    color: #ecc94b;
  }

  .lg\:odd\:placeholder-yellow-500:nth-child(odd)::-moz-placeholder {
    color: #ecc94b;
  }

  .lg\:odd\:placeholder-yellow-500:nth-child(odd):-ms-input-placeholder {
    color: #ecc94b;
  }

  .lg\:odd\:placeholder-yellow-500:nth-child(odd)::-ms-input-placeholder {
    color: #ecc94b;
  }

  .lg\:odd\:placeholder-yellow-500:nth-child(odd)::placeholder {
    color: #ecc94b;
  }

  .lg\:odd\:placeholder-yellow-600:nth-child(odd)::-webkit-input-placeholder {
    color: #d69e2e;
  }

  .lg\:odd\:placeholder-yellow-600:nth-child(odd)::-moz-placeholder {
    color: #d69e2e;
  }

  .lg\:odd\:placeholder-yellow-600:nth-child(odd):-ms-input-placeholder {
    color: #d69e2e;
  }

  .lg\:odd\:placeholder-yellow-600:nth-child(odd)::-ms-input-placeholder {
    color: #d69e2e;
  }

  .lg\:odd\:placeholder-yellow-600:nth-child(odd)::placeholder {
    color: #d69e2e;
  }

  .lg\:odd\:placeholder-yellow-700:nth-child(odd)::-webkit-input-placeholder {
    color: #b7791f;
  }

  .lg\:odd\:placeholder-yellow-700:nth-child(odd)::-moz-placeholder {
    color: #b7791f;
  }

  .lg\:odd\:placeholder-yellow-700:nth-child(odd):-ms-input-placeholder {
    color: #b7791f;
  }

  .lg\:odd\:placeholder-yellow-700:nth-child(odd)::-ms-input-placeholder {
    color: #b7791f;
  }

  .lg\:odd\:placeholder-yellow-700:nth-child(odd)::placeholder {
    color: #b7791f;
  }

  .lg\:odd\:placeholder-yellow-800:nth-child(odd)::-webkit-input-placeholder {
    color: #975a16;
  }

  .lg\:odd\:placeholder-yellow-800:nth-child(odd)::-moz-placeholder {
    color: #975a16;
  }

  .lg\:odd\:placeholder-yellow-800:nth-child(odd):-ms-input-placeholder {
    color: #975a16;
  }

  .lg\:odd\:placeholder-yellow-800:nth-child(odd)::-ms-input-placeholder {
    color: #975a16;
  }

  .lg\:odd\:placeholder-yellow-800:nth-child(odd)::placeholder {
    color: #975a16;
  }

  .lg\:odd\:placeholder-yellow-900:nth-child(odd)::-webkit-input-placeholder {
    color: #744210;
  }

  .lg\:odd\:placeholder-yellow-900:nth-child(odd)::-moz-placeholder {
    color: #744210;
  }

  .lg\:odd\:placeholder-yellow-900:nth-child(odd):-ms-input-placeholder {
    color: #744210;
  }

  .lg\:odd\:placeholder-yellow-900:nth-child(odd)::-ms-input-placeholder {
    color: #744210;
  }

  .lg\:odd\:placeholder-yellow-900:nth-child(odd)::placeholder {
    color: #744210;
  }

  .lg\:odd\:placeholder-green-100:nth-child(odd)::-webkit-input-placeholder {
    color: #f0fff4;
  }

  .lg\:odd\:placeholder-green-100:nth-child(odd)::-moz-placeholder {
    color: #f0fff4;
  }

  .lg\:odd\:placeholder-green-100:nth-child(odd):-ms-input-placeholder {
    color: #f0fff4;
  }

  .lg\:odd\:placeholder-green-100:nth-child(odd)::-ms-input-placeholder {
    color: #f0fff4;
  }

  .lg\:odd\:placeholder-green-100:nth-child(odd)::placeholder {
    color: #f0fff4;
  }

  .lg\:odd\:placeholder-green-200:nth-child(odd)::-webkit-input-placeholder {
    color: #c6f6d5;
  }

  .lg\:odd\:placeholder-green-200:nth-child(odd)::-moz-placeholder {
    color: #c6f6d5;
  }

  .lg\:odd\:placeholder-green-200:nth-child(odd):-ms-input-placeholder {
    color: #c6f6d5;
  }

  .lg\:odd\:placeholder-green-200:nth-child(odd)::-ms-input-placeholder {
    color: #c6f6d5;
  }

  .lg\:odd\:placeholder-green-200:nth-child(odd)::placeholder {
    color: #c6f6d5;
  }

  .lg\:odd\:placeholder-green-300:nth-child(odd)::-webkit-input-placeholder {
    color: #9ae6b4;
  }

  .lg\:odd\:placeholder-green-300:nth-child(odd)::-moz-placeholder {
    color: #9ae6b4;
  }

  .lg\:odd\:placeholder-green-300:nth-child(odd):-ms-input-placeholder {
    color: #9ae6b4;
  }

  .lg\:odd\:placeholder-green-300:nth-child(odd)::-ms-input-placeholder {
    color: #9ae6b4;
  }

  .lg\:odd\:placeholder-green-300:nth-child(odd)::placeholder {
    color: #9ae6b4;
  }

  .lg\:odd\:placeholder-green-400:nth-child(odd)::-webkit-input-placeholder {
    color: #68d391;
  }

  .lg\:odd\:placeholder-green-400:nth-child(odd)::-moz-placeholder {
    color: #68d391;
  }

  .lg\:odd\:placeholder-green-400:nth-child(odd):-ms-input-placeholder {
    color: #68d391;
  }

  .lg\:odd\:placeholder-green-400:nth-child(odd)::-ms-input-placeholder {
    color: #68d391;
  }

  .lg\:odd\:placeholder-green-400:nth-child(odd)::placeholder {
    color: #68d391;
  }

  .lg\:odd\:placeholder-green-500:nth-child(odd)::-webkit-input-placeholder {
    color: #48bb78;
  }

  .lg\:odd\:placeholder-green-500:nth-child(odd)::-moz-placeholder {
    color: #48bb78;
  }

  .lg\:odd\:placeholder-green-500:nth-child(odd):-ms-input-placeholder {
    color: #48bb78;
  }

  .lg\:odd\:placeholder-green-500:nth-child(odd)::-ms-input-placeholder {
    color: #48bb78;
  }

  .lg\:odd\:placeholder-green-500:nth-child(odd)::placeholder {
    color: #48bb78;
  }

  .lg\:odd\:placeholder-green-600:nth-child(odd)::-webkit-input-placeholder {
    color: #38a169;
  }

  .lg\:odd\:placeholder-green-600:nth-child(odd)::-moz-placeholder {
    color: #38a169;
  }

  .lg\:odd\:placeholder-green-600:nth-child(odd):-ms-input-placeholder {
    color: #38a169;
  }

  .lg\:odd\:placeholder-green-600:nth-child(odd)::-ms-input-placeholder {
    color: #38a169;
  }

  .lg\:odd\:placeholder-green-600:nth-child(odd)::placeholder {
    color: #38a169;
  }

  .lg\:odd\:placeholder-green-700:nth-child(odd)::-webkit-input-placeholder {
    color: #2f855a;
  }

  .lg\:odd\:placeholder-green-700:nth-child(odd)::-moz-placeholder {
    color: #2f855a;
  }

  .lg\:odd\:placeholder-green-700:nth-child(odd):-ms-input-placeholder {
    color: #2f855a;
  }

  .lg\:odd\:placeholder-green-700:nth-child(odd)::-ms-input-placeholder {
    color: #2f855a;
  }

  .lg\:odd\:placeholder-green-700:nth-child(odd)::placeholder {
    color: #2f855a;
  }

  .lg\:odd\:placeholder-green-800:nth-child(odd)::-webkit-input-placeholder {
    color: #276749;
  }

  .lg\:odd\:placeholder-green-800:nth-child(odd)::-moz-placeholder {
    color: #276749;
  }

  .lg\:odd\:placeholder-green-800:nth-child(odd):-ms-input-placeholder {
    color: #276749;
  }

  .lg\:odd\:placeholder-green-800:nth-child(odd)::-ms-input-placeholder {
    color: #276749;
  }

  .lg\:odd\:placeholder-green-800:nth-child(odd)::placeholder {
    color: #276749;
  }

  .lg\:odd\:placeholder-green-900:nth-child(odd)::-webkit-input-placeholder {
    color: #22543d;
  }

  .lg\:odd\:placeholder-green-900:nth-child(odd)::-moz-placeholder {
    color: #22543d;
  }

  .lg\:odd\:placeholder-green-900:nth-child(odd):-ms-input-placeholder {
    color: #22543d;
  }

  .lg\:odd\:placeholder-green-900:nth-child(odd)::-ms-input-placeholder {
    color: #22543d;
  }

  .lg\:odd\:placeholder-green-900:nth-child(odd)::placeholder {
    color: #22543d;
  }

  .lg\:odd\:placeholder-teal-100:nth-child(odd)::-webkit-input-placeholder {
    color: #e6fffa;
  }

  .lg\:odd\:placeholder-teal-100:nth-child(odd)::-moz-placeholder {
    color: #e6fffa;
  }

  .lg\:odd\:placeholder-teal-100:nth-child(odd):-ms-input-placeholder {
    color: #e6fffa;
  }

  .lg\:odd\:placeholder-teal-100:nth-child(odd)::-ms-input-placeholder {
    color: #e6fffa;
  }

  .lg\:odd\:placeholder-teal-100:nth-child(odd)::placeholder {
    color: #e6fffa;
  }

  .lg\:odd\:placeholder-teal-200:nth-child(odd)::-webkit-input-placeholder {
    color: #b2f5ea;
  }

  .lg\:odd\:placeholder-teal-200:nth-child(odd)::-moz-placeholder {
    color: #b2f5ea;
  }

  .lg\:odd\:placeholder-teal-200:nth-child(odd):-ms-input-placeholder {
    color: #b2f5ea;
  }

  .lg\:odd\:placeholder-teal-200:nth-child(odd)::-ms-input-placeholder {
    color: #b2f5ea;
  }

  .lg\:odd\:placeholder-teal-200:nth-child(odd)::placeholder {
    color: #b2f5ea;
  }

  .lg\:odd\:placeholder-teal-300:nth-child(odd)::-webkit-input-placeholder {
    color: #81e6d9;
  }

  .lg\:odd\:placeholder-teal-300:nth-child(odd)::-moz-placeholder {
    color: #81e6d9;
  }

  .lg\:odd\:placeholder-teal-300:nth-child(odd):-ms-input-placeholder {
    color: #81e6d9;
  }

  .lg\:odd\:placeholder-teal-300:nth-child(odd)::-ms-input-placeholder {
    color: #81e6d9;
  }

  .lg\:odd\:placeholder-teal-300:nth-child(odd)::placeholder {
    color: #81e6d9;
  }

  .lg\:odd\:placeholder-teal-400:nth-child(odd)::-webkit-input-placeholder {
    color: #4fd1c5;
  }

  .lg\:odd\:placeholder-teal-400:nth-child(odd)::-moz-placeholder {
    color: #4fd1c5;
  }

  .lg\:odd\:placeholder-teal-400:nth-child(odd):-ms-input-placeholder {
    color: #4fd1c5;
  }

  .lg\:odd\:placeholder-teal-400:nth-child(odd)::-ms-input-placeholder {
    color: #4fd1c5;
  }

  .lg\:odd\:placeholder-teal-400:nth-child(odd)::placeholder {
    color: #4fd1c5;
  }

  .lg\:odd\:placeholder-teal-500:nth-child(odd)::-webkit-input-placeholder {
    color: #38b2ac;
  }

  .lg\:odd\:placeholder-teal-500:nth-child(odd)::-moz-placeholder {
    color: #38b2ac;
  }

  .lg\:odd\:placeholder-teal-500:nth-child(odd):-ms-input-placeholder {
    color: #38b2ac;
  }

  .lg\:odd\:placeholder-teal-500:nth-child(odd)::-ms-input-placeholder {
    color: #38b2ac;
  }

  .lg\:odd\:placeholder-teal-500:nth-child(odd)::placeholder {
    color: #38b2ac;
  }

  .lg\:odd\:placeholder-teal-600:nth-child(odd)::-webkit-input-placeholder {
    color: #319795;
  }

  .lg\:odd\:placeholder-teal-600:nth-child(odd)::-moz-placeholder {
    color: #319795;
  }

  .lg\:odd\:placeholder-teal-600:nth-child(odd):-ms-input-placeholder {
    color: #319795;
  }

  .lg\:odd\:placeholder-teal-600:nth-child(odd)::-ms-input-placeholder {
    color: #319795;
  }

  .lg\:odd\:placeholder-teal-600:nth-child(odd)::placeholder {
    color: #319795;
  }

  .lg\:odd\:placeholder-teal-700:nth-child(odd)::-webkit-input-placeholder {
    color: #2c7a7b;
  }

  .lg\:odd\:placeholder-teal-700:nth-child(odd)::-moz-placeholder {
    color: #2c7a7b;
  }

  .lg\:odd\:placeholder-teal-700:nth-child(odd):-ms-input-placeholder {
    color: #2c7a7b;
  }

  .lg\:odd\:placeholder-teal-700:nth-child(odd)::-ms-input-placeholder {
    color: #2c7a7b;
  }

  .lg\:odd\:placeholder-teal-700:nth-child(odd)::placeholder {
    color: #2c7a7b;
  }

  .lg\:odd\:placeholder-teal-800:nth-child(odd)::-webkit-input-placeholder {
    color: #285e61;
  }

  .lg\:odd\:placeholder-teal-800:nth-child(odd)::-moz-placeholder {
    color: #285e61;
  }

  .lg\:odd\:placeholder-teal-800:nth-child(odd):-ms-input-placeholder {
    color: #285e61;
  }

  .lg\:odd\:placeholder-teal-800:nth-child(odd)::-ms-input-placeholder {
    color: #285e61;
  }

  .lg\:odd\:placeholder-teal-800:nth-child(odd)::placeholder {
    color: #285e61;
  }

  .lg\:odd\:placeholder-teal-900:nth-child(odd)::-webkit-input-placeholder {
    color: #234e52;
  }

  .lg\:odd\:placeholder-teal-900:nth-child(odd)::-moz-placeholder {
    color: #234e52;
  }

  .lg\:odd\:placeholder-teal-900:nth-child(odd):-ms-input-placeholder {
    color: #234e52;
  }

  .lg\:odd\:placeholder-teal-900:nth-child(odd)::-ms-input-placeholder {
    color: #234e52;
  }

  .lg\:odd\:placeholder-teal-900:nth-child(odd)::placeholder {
    color: #234e52;
  }

  .lg\:odd\:placeholder-blue-100:nth-child(odd)::-webkit-input-placeholder {
    color: #ebf8ff;
  }

  .lg\:odd\:placeholder-blue-100:nth-child(odd)::-moz-placeholder {
    color: #ebf8ff;
  }

  .lg\:odd\:placeholder-blue-100:nth-child(odd):-ms-input-placeholder {
    color: #ebf8ff;
  }

  .lg\:odd\:placeholder-blue-100:nth-child(odd)::-ms-input-placeholder {
    color: #ebf8ff;
  }

  .lg\:odd\:placeholder-blue-100:nth-child(odd)::placeholder {
    color: #ebf8ff;
  }

  .lg\:odd\:placeholder-blue-200:nth-child(odd)::-webkit-input-placeholder {
    color: #bee3f8;
  }

  .lg\:odd\:placeholder-blue-200:nth-child(odd)::-moz-placeholder {
    color: #bee3f8;
  }

  .lg\:odd\:placeholder-blue-200:nth-child(odd):-ms-input-placeholder {
    color: #bee3f8;
  }

  .lg\:odd\:placeholder-blue-200:nth-child(odd)::-ms-input-placeholder {
    color: #bee3f8;
  }

  .lg\:odd\:placeholder-blue-200:nth-child(odd)::placeholder {
    color: #bee3f8;
  }

  .lg\:odd\:placeholder-blue-300:nth-child(odd)::-webkit-input-placeholder {
    color: #90cdf4;
  }

  .lg\:odd\:placeholder-blue-300:nth-child(odd)::-moz-placeholder {
    color: #90cdf4;
  }

  .lg\:odd\:placeholder-blue-300:nth-child(odd):-ms-input-placeholder {
    color: #90cdf4;
  }

  .lg\:odd\:placeholder-blue-300:nth-child(odd)::-ms-input-placeholder {
    color: #90cdf4;
  }

  .lg\:odd\:placeholder-blue-300:nth-child(odd)::placeholder {
    color: #90cdf4;
  }

  .lg\:odd\:placeholder-blue-400:nth-child(odd)::-webkit-input-placeholder {
    color: #63b3ed;
  }

  .lg\:odd\:placeholder-blue-400:nth-child(odd)::-moz-placeholder {
    color: #63b3ed;
  }

  .lg\:odd\:placeholder-blue-400:nth-child(odd):-ms-input-placeholder {
    color: #63b3ed;
  }

  .lg\:odd\:placeholder-blue-400:nth-child(odd)::-ms-input-placeholder {
    color: #63b3ed;
  }

  .lg\:odd\:placeholder-blue-400:nth-child(odd)::placeholder {
    color: #63b3ed;
  }

  .lg\:odd\:placeholder-blue-500:nth-child(odd)::-webkit-input-placeholder {
    color: #4299e1;
  }

  .lg\:odd\:placeholder-blue-500:nth-child(odd)::-moz-placeholder {
    color: #4299e1;
  }

  .lg\:odd\:placeholder-blue-500:nth-child(odd):-ms-input-placeholder {
    color: #4299e1;
  }

  .lg\:odd\:placeholder-blue-500:nth-child(odd)::-ms-input-placeholder {
    color: #4299e1;
  }

  .lg\:odd\:placeholder-blue-500:nth-child(odd)::placeholder {
    color: #4299e1;
  }

  .lg\:odd\:placeholder-blue-600:nth-child(odd)::-webkit-input-placeholder {
    color: #3182ce;
  }

  .lg\:odd\:placeholder-blue-600:nth-child(odd)::-moz-placeholder {
    color: #3182ce;
  }

  .lg\:odd\:placeholder-blue-600:nth-child(odd):-ms-input-placeholder {
    color: #3182ce;
  }

  .lg\:odd\:placeholder-blue-600:nth-child(odd)::-ms-input-placeholder {
    color: #3182ce;
  }

  .lg\:odd\:placeholder-blue-600:nth-child(odd)::placeholder {
    color: #3182ce;
  }

  .lg\:odd\:placeholder-blue-700:nth-child(odd)::-webkit-input-placeholder {
    color: #2b6cb0;
  }

  .lg\:odd\:placeholder-blue-700:nth-child(odd)::-moz-placeholder {
    color: #2b6cb0;
  }

  .lg\:odd\:placeholder-blue-700:nth-child(odd):-ms-input-placeholder {
    color: #2b6cb0;
  }

  .lg\:odd\:placeholder-blue-700:nth-child(odd)::-ms-input-placeholder {
    color: #2b6cb0;
  }

  .lg\:odd\:placeholder-blue-700:nth-child(odd)::placeholder {
    color: #2b6cb0;
  }

  .lg\:odd\:placeholder-blue-800:nth-child(odd)::-webkit-input-placeholder {
    color: #2c5282;
  }

  .lg\:odd\:placeholder-blue-800:nth-child(odd)::-moz-placeholder {
    color: #2c5282;
  }

  .lg\:odd\:placeholder-blue-800:nth-child(odd):-ms-input-placeholder {
    color: #2c5282;
  }

  .lg\:odd\:placeholder-blue-800:nth-child(odd)::-ms-input-placeholder {
    color: #2c5282;
  }

  .lg\:odd\:placeholder-blue-800:nth-child(odd)::placeholder {
    color: #2c5282;
  }

  .lg\:odd\:placeholder-blue-900:nth-child(odd)::-webkit-input-placeholder {
    color: #2a4365;
  }

  .lg\:odd\:placeholder-blue-900:nth-child(odd)::-moz-placeholder {
    color: #2a4365;
  }

  .lg\:odd\:placeholder-blue-900:nth-child(odd):-ms-input-placeholder {
    color: #2a4365;
  }

  .lg\:odd\:placeholder-blue-900:nth-child(odd)::-ms-input-placeholder {
    color: #2a4365;
  }

  .lg\:odd\:placeholder-blue-900:nth-child(odd)::placeholder {
    color: #2a4365;
  }

  .lg\:odd\:placeholder-indigo-100:nth-child(odd)::-webkit-input-placeholder {
    color: #ebf4ff;
  }

  .lg\:odd\:placeholder-indigo-100:nth-child(odd)::-moz-placeholder {
    color: #ebf4ff;
  }

  .lg\:odd\:placeholder-indigo-100:nth-child(odd):-ms-input-placeholder {
    color: #ebf4ff;
  }

  .lg\:odd\:placeholder-indigo-100:nth-child(odd)::-ms-input-placeholder {
    color: #ebf4ff;
  }

  .lg\:odd\:placeholder-indigo-100:nth-child(odd)::placeholder {
    color: #ebf4ff;
  }

  .lg\:odd\:placeholder-indigo-200:nth-child(odd)::-webkit-input-placeholder {
    color: #c3dafe;
  }

  .lg\:odd\:placeholder-indigo-200:nth-child(odd)::-moz-placeholder {
    color: #c3dafe;
  }

  .lg\:odd\:placeholder-indigo-200:nth-child(odd):-ms-input-placeholder {
    color: #c3dafe;
  }

  .lg\:odd\:placeholder-indigo-200:nth-child(odd)::-ms-input-placeholder {
    color: #c3dafe;
  }

  .lg\:odd\:placeholder-indigo-200:nth-child(odd)::placeholder {
    color: #c3dafe;
  }

  .lg\:odd\:placeholder-indigo-300:nth-child(odd)::-webkit-input-placeholder {
    color: #a3bffa;
  }

  .lg\:odd\:placeholder-indigo-300:nth-child(odd)::-moz-placeholder {
    color: #a3bffa;
  }

  .lg\:odd\:placeholder-indigo-300:nth-child(odd):-ms-input-placeholder {
    color: #a3bffa;
  }

  .lg\:odd\:placeholder-indigo-300:nth-child(odd)::-ms-input-placeholder {
    color: #a3bffa;
  }

  .lg\:odd\:placeholder-indigo-300:nth-child(odd)::placeholder {
    color: #a3bffa;
  }

  .lg\:odd\:placeholder-indigo-400:nth-child(odd)::-webkit-input-placeholder {
    color: #7f9cf5;
  }

  .lg\:odd\:placeholder-indigo-400:nth-child(odd)::-moz-placeholder {
    color: #7f9cf5;
  }

  .lg\:odd\:placeholder-indigo-400:nth-child(odd):-ms-input-placeholder {
    color: #7f9cf5;
  }

  .lg\:odd\:placeholder-indigo-400:nth-child(odd)::-ms-input-placeholder {
    color: #7f9cf5;
  }

  .lg\:odd\:placeholder-indigo-400:nth-child(odd)::placeholder {
    color: #7f9cf5;
  }

  .lg\:odd\:placeholder-indigo-500:nth-child(odd)::-webkit-input-placeholder {
    color: #667eea;
  }

  .lg\:odd\:placeholder-indigo-500:nth-child(odd)::-moz-placeholder {
    color: #667eea;
  }

  .lg\:odd\:placeholder-indigo-500:nth-child(odd):-ms-input-placeholder {
    color: #667eea;
  }

  .lg\:odd\:placeholder-indigo-500:nth-child(odd)::-ms-input-placeholder {
    color: #667eea;
  }

  .lg\:odd\:placeholder-indigo-500:nth-child(odd)::placeholder {
    color: #667eea;
  }

  .lg\:odd\:placeholder-indigo-600:nth-child(odd)::-webkit-input-placeholder {
    color: #5a67d8;
  }

  .lg\:odd\:placeholder-indigo-600:nth-child(odd)::-moz-placeholder {
    color: #5a67d8;
  }

  .lg\:odd\:placeholder-indigo-600:nth-child(odd):-ms-input-placeholder {
    color: #5a67d8;
  }

  .lg\:odd\:placeholder-indigo-600:nth-child(odd)::-ms-input-placeholder {
    color: #5a67d8;
  }

  .lg\:odd\:placeholder-indigo-600:nth-child(odd)::placeholder {
    color: #5a67d8;
  }

  .lg\:odd\:placeholder-indigo-700:nth-child(odd)::-webkit-input-placeholder {
    color: #4c51bf;
  }

  .lg\:odd\:placeholder-indigo-700:nth-child(odd)::-moz-placeholder {
    color: #4c51bf;
  }

  .lg\:odd\:placeholder-indigo-700:nth-child(odd):-ms-input-placeholder {
    color: #4c51bf;
  }

  .lg\:odd\:placeholder-indigo-700:nth-child(odd)::-ms-input-placeholder {
    color: #4c51bf;
  }

  .lg\:odd\:placeholder-indigo-700:nth-child(odd)::placeholder {
    color: #4c51bf;
  }

  .lg\:odd\:placeholder-indigo-800:nth-child(odd)::-webkit-input-placeholder {
    color: #434190;
  }

  .lg\:odd\:placeholder-indigo-800:nth-child(odd)::-moz-placeholder {
    color: #434190;
  }

  .lg\:odd\:placeholder-indigo-800:nth-child(odd):-ms-input-placeholder {
    color: #434190;
  }

  .lg\:odd\:placeholder-indigo-800:nth-child(odd)::-ms-input-placeholder {
    color: #434190;
  }

  .lg\:odd\:placeholder-indigo-800:nth-child(odd)::placeholder {
    color: #434190;
  }

  .lg\:odd\:placeholder-indigo-900:nth-child(odd)::-webkit-input-placeholder {
    color: #3c366b;
  }

  .lg\:odd\:placeholder-indigo-900:nth-child(odd)::-moz-placeholder {
    color: #3c366b;
  }

  .lg\:odd\:placeholder-indigo-900:nth-child(odd):-ms-input-placeholder {
    color: #3c366b;
  }

  .lg\:odd\:placeholder-indigo-900:nth-child(odd)::-ms-input-placeholder {
    color: #3c366b;
  }

  .lg\:odd\:placeholder-indigo-900:nth-child(odd)::placeholder {
    color: #3c366b;
  }

  .lg\:odd\:placeholder-purple-100:nth-child(odd)::-webkit-input-placeholder {
    color: #faf5ff;
  }

  .lg\:odd\:placeholder-purple-100:nth-child(odd)::-moz-placeholder {
    color: #faf5ff;
  }

  .lg\:odd\:placeholder-purple-100:nth-child(odd):-ms-input-placeholder {
    color: #faf5ff;
  }

  .lg\:odd\:placeholder-purple-100:nth-child(odd)::-ms-input-placeholder {
    color: #faf5ff;
  }

  .lg\:odd\:placeholder-purple-100:nth-child(odd)::placeholder {
    color: #faf5ff;
  }

  .lg\:odd\:placeholder-purple-200:nth-child(odd)::-webkit-input-placeholder {
    color: #e9d8fd;
  }

  .lg\:odd\:placeholder-purple-200:nth-child(odd)::-moz-placeholder {
    color: #e9d8fd;
  }

  .lg\:odd\:placeholder-purple-200:nth-child(odd):-ms-input-placeholder {
    color: #e9d8fd;
  }

  .lg\:odd\:placeholder-purple-200:nth-child(odd)::-ms-input-placeholder {
    color: #e9d8fd;
  }

  .lg\:odd\:placeholder-purple-200:nth-child(odd)::placeholder {
    color: #e9d8fd;
  }

  .lg\:odd\:placeholder-purple-300:nth-child(odd)::-webkit-input-placeholder {
    color: #d6bcfa;
  }

  .lg\:odd\:placeholder-purple-300:nth-child(odd)::-moz-placeholder {
    color: #d6bcfa;
  }

  .lg\:odd\:placeholder-purple-300:nth-child(odd):-ms-input-placeholder {
    color: #d6bcfa;
  }

  .lg\:odd\:placeholder-purple-300:nth-child(odd)::-ms-input-placeholder {
    color: #d6bcfa;
  }

  .lg\:odd\:placeholder-purple-300:nth-child(odd)::placeholder {
    color: #d6bcfa;
  }

  .lg\:odd\:placeholder-purple-400:nth-child(odd)::-webkit-input-placeholder {
    color: #b794f4;
  }

  .lg\:odd\:placeholder-purple-400:nth-child(odd)::-moz-placeholder {
    color: #b794f4;
  }

  .lg\:odd\:placeholder-purple-400:nth-child(odd):-ms-input-placeholder {
    color: #b794f4;
  }

  .lg\:odd\:placeholder-purple-400:nth-child(odd)::-ms-input-placeholder {
    color: #b794f4;
  }

  .lg\:odd\:placeholder-purple-400:nth-child(odd)::placeholder {
    color: #b794f4;
  }

  .lg\:odd\:placeholder-purple-500:nth-child(odd)::-webkit-input-placeholder {
    color: #9f7aea;
  }

  .lg\:odd\:placeholder-purple-500:nth-child(odd)::-moz-placeholder {
    color: #9f7aea;
  }

  .lg\:odd\:placeholder-purple-500:nth-child(odd):-ms-input-placeholder {
    color: #9f7aea;
  }

  .lg\:odd\:placeholder-purple-500:nth-child(odd)::-ms-input-placeholder {
    color: #9f7aea;
  }

  .lg\:odd\:placeholder-purple-500:nth-child(odd)::placeholder {
    color: #9f7aea;
  }

  .lg\:odd\:placeholder-purple-600:nth-child(odd)::-webkit-input-placeholder {
    color: #805ad5;
  }

  .lg\:odd\:placeholder-purple-600:nth-child(odd)::-moz-placeholder {
    color: #805ad5;
  }

  .lg\:odd\:placeholder-purple-600:nth-child(odd):-ms-input-placeholder {
    color: #805ad5;
  }

  .lg\:odd\:placeholder-purple-600:nth-child(odd)::-ms-input-placeholder {
    color: #805ad5;
  }

  .lg\:odd\:placeholder-purple-600:nth-child(odd)::placeholder {
    color: #805ad5;
  }

  .lg\:odd\:placeholder-purple-700:nth-child(odd)::-webkit-input-placeholder {
    color: #6b46c1;
  }

  .lg\:odd\:placeholder-purple-700:nth-child(odd)::-moz-placeholder {
    color: #6b46c1;
  }

  .lg\:odd\:placeholder-purple-700:nth-child(odd):-ms-input-placeholder {
    color: #6b46c1;
  }

  .lg\:odd\:placeholder-purple-700:nth-child(odd)::-ms-input-placeholder {
    color: #6b46c1;
  }

  .lg\:odd\:placeholder-purple-700:nth-child(odd)::placeholder {
    color: #6b46c1;
  }

  .lg\:odd\:placeholder-purple-800:nth-child(odd)::-webkit-input-placeholder {
    color: #553c9a;
  }

  .lg\:odd\:placeholder-purple-800:nth-child(odd)::-moz-placeholder {
    color: #553c9a;
  }

  .lg\:odd\:placeholder-purple-800:nth-child(odd):-ms-input-placeholder {
    color: #553c9a;
  }

  .lg\:odd\:placeholder-purple-800:nth-child(odd)::-ms-input-placeholder {
    color: #553c9a;
  }

  .lg\:odd\:placeholder-purple-800:nth-child(odd)::placeholder {
    color: #553c9a;
  }

  .lg\:odd\:placeholder-purple-900:nth-child(odd)::-webkit-input-placeholder {
    color: #44337a;
  }

  .lg\:odd\:placeholder-purple-900:nth-child(odd)::-moz-placeholder {
    color: #44337a;
  }

  .lg\:odd\:placeholder-purple-900:nth-child(odd):-ms-input-placeholder {
    color: #44337a;
  }

  .lg\:odd\:placeholder-purple-900:nth-child(odd)::-ms-input-placeholder {
    color: #44337a;
  }

  .lg\:odd\:placeholder-purple-900:nth-child(odd)::placeholder {
    color: #44337a;
  }

  .lg\:odd\:placeholder-pink-100:nth-child(odd)::-webkit-input-placeholder {
    color: #fff5f7;
  }

  .lg\:odd\:placeholder-pink-100:nth-child(odd)::-moz-placeholder {
    color: #fff5f7;
  }

  .lg\:odd\:placeholder-pink-100:nth-child(odd):-ms-input-placeholder {
    color: #fff5f7;
  }

  .lg\:odd\:placeholder-pink-100:nth-child(odd)::-ms-input-placeholder {
    color: #fff5f7;
  }

  .lg\:odd\:placeholder-pink-100:nth-child(odd)::placeholder {
    color: #fff5f7;
  }

  .lg\:odd\:placeholder-pink-200:nth-child(odd)::-webkit-input-placeholder {
    color: #fed7e2;
  }

  .lg\:odd\:placeholder-pink-200:nth-child(odd)::-moz-placeholder {
    color: #fed7e2;
  }

  .lg\:odd\:placeholder-pink-200:nth-child(odd):-ms-input-placeholder {
    color: #fed7e2;
  }

  .lg\:odd\:placeholder-pink-200:nth-child(odd)::-ms-input-placeholder {
    color: #fed7e2;
  }

  .lg\:odd\:placeholder-pink-200:nth-child(odd)::placeholder {
    color: #fed7e2;
  }

  .lg\:odd\:placeholder-pink-300:nth-child(odd)::-webkit-input-placeholder {
    color: #fbb6ce;
  }

  .lg\:odd\:placeholder-pink-300:nth-child(odd)::-moz-placeholder {
    color: #fbb6ce;
  }

  .lg\:odd\:placeholder-pink-300:nth-child(odd):-ms-input-placeholder {
    color: #fbb6ce;
  }

  .lg\:odd\:placeholder-pink-300:nth-child(odd)::-ms-input-placeholder {
    color: #fbb6ce;
  }

  .lg\:odd\:placeholder-pink-300:nth-child(odd)::placeholder {
    color: #fbb6ce;
  }

  .lg\:odd\:placeholder-pink-400:nth-child(odd)::-webkit-input-placeholder {
    color: #f687b3;
  }

  .lg\:odd\:placeholder-pink-400:nth-child(odd)::-moz-placeholder {
    color: #f687b3;
  }

  .lg\:odd\:placeholder-pink-400:nth-child(odd):-ms-input-placeholder {
    color: #f687b3;
  }

  .lg\:odd\:placeholder-pink-400:nth-child(odd)::-ms-input-placeholder {
    color: #f687b3;
  }

  .lg\:odd\:placeholder-pink-400:nth-child(odd)::placeholder {
    color: #f687b3;
  }

  .lg\:odd\:placeholder-pink-500:nth-child(odd)::-webkit-input-placeholder {
    color: #ed64a6;
  }

  .lg\:odd\:placeholder-pink-500:nth-child(odd)::-moz-placeholder {
    color: #ed64a6;
  }

  .lg\:odd\:placeholder-pink-500:nth-child(odd):-ms-input-placeholder {
    color: #ed64a6;
  }

  .lg\:odd\:placeholder-pink-500:nth-child(odd)::-ms-input-placeholder {
    color: #ed64a6;
  }

  .lg\:odd\:placeholder-pink-500:nth-child(odd)::placeholder {
    color: #ed64a6;
  }

  .lg\:odd\:placeholder-pink-600:nth-child(odd)::-webkit-input-placeholder {
    color: #d53f8c;
  }

  .lg\:odd\:placeholder-pink-600:nth-child(odd)::-moz-placeholder {
    color: #d53f8c;
  }

  .lg\:odd\:placeholder-pink-600:nth-child(odd):-ms-input-placeholder {
    color: #d53f8c;
  }

  .lg\:odd\:placeholder-pink-600:nth-child(odd)::-ms-input-placeholder {
    color: #d53f8c;
  }

  .lg\:odd\:placeholder-pink-600:nth-child(odd)::placeholder {
    color: #d53f8c;
  }

  .lg\:odd\:placeholder-pink-700:nth-child(odd)::-webkit-input-placeholder {
    color: #b83280;
  }

  .lg\:odd\:placeholder-pink-700:nth-child(odd)::-moz-placeholder {
    color: #b83280;
  }

  .lg\:odd\:placeholder-pink-700:nth-child(odd):-ms-input-placeholder {
    color: #b83280;
  }

  .lg\:odd\:placeholder-pink-700:nth-child(odd)::-ms-input-placeholder {
    color: #b83280;
  }

  .lg\:odd\:placeholder-pink-700:nth-child(odd)::placeholder {
    color: #b83280;
  }

  .lg\:odd\:placeholder-pink-800:nth-child(odd)::-webkit-input-placeholder {
    color: #97266d;
  }

  .lg\:odd\:placeholder-pink-800:nth-child(odd)::-moz-placeholder {
    color: #97266d;
  }

  .lg\:odd\:placeholder-pink-800:nth-child(odd):-ms-input-placeholder {
    color: #97266d;
  }

  .lg\:odd\:placeholder-pink-800:nth-child(odd)::-ms-input-placeholder {
    color: #97266d;
  }

  .lg\:odd\:placeholder-pink-800:nth-child(odd)::placeholder {
    color: #97266d;
  }

  .lg\:odd\:placeholder-pink-900:nth-child(odd)::-webkit-input-placeholder {
    color: #702459;
  }

  .lg\:odd\:placeholder-pink-900:nth-child(odd)::-moz-placeholder {
    color: #702459;
  }

  .lg\:odd\:placeholder-pink-900:nth-child(odd):-ms-input-placeholder {
    color: #702459;
  }

  .lg\:odd\:placeholder-pink-900:nth-child(odd)::-ms-input-placeholder {
    color: #702459;
  }

  .lg\:odd\:placeholder-pink-900:nth-child(odd)::placeholder {
    color: #702459;
  }

  .lg\:even\:placeholder-transparent:nth-child(even)::-webkit-input-placeholder {
    color: transparent;
  }

  .lg\:even\:placeholder-transparent:nth-child(even)::-moz-placeholder {
    color: transparent;
  }

  .lg\:even\:placeholder-transparent:nth-child(even):-ms-input-placeholder {
    color: transparent;
  }

  .lg\:even\:placeholder-transparent:nth-child(even)::-ms-input-placeholder {
    color: transparent;
  }

  .lg\:even\:placeholder-transparent:nth-child(even)::placeholder {
    color: transparent;
  }

  .lg\:even\:placeholder-black:nth-child(even)::-webkit-input-placeholder {
    color: #000;
  }

  .lg\:even\:placeholder-black:nth-child(even)::-moz-placeholder {
    color: #000;
  }

  .lg\:even\:placeholder-black:nth-child(even):-ms-input-placeholder {
    color: #000;
  }

  .lg\:even\:placeholder-black:nth-child(even)::-ms-input-placeholder {
    color: #000;
  }

  .lg\:even\:placeholder-black:nth-child(even)::placeholder {
    color: #000;
  }

  .lg\:even\:placeholder-white:nth-child(even)::-webkit-input-placeholder {
    color: #fff;
  }

  .lg\:even\:placeholder-white:nth-child(even)::-moz-placeholder {
    color: #fff;
  }

  .lg\:even\:placeholder-white:nth-child(even):-ms-input-placeholder {
    color: #fff;
  }

  .lg\:even\:placeholder-white:nth-child(even)::-ms-input-placeholder {
    color: #fff;
  }

  .lg\:even\:placeholder-white:nth-child(even)::placeholder {
    color: #fff;
  }

  .lg\:even\:placeholder-gray-100:nth-child(even)::-webkit-input-placeholder {
    color: #f7fafc;
  }

  .lg\:even\:placeholder-gray-100:nth-child(even)::-moz-placeholder {
    color: #f7fafc;
  }

  .lg\:even\:placeholder-gray-100:nth-child(even):-ms-input-placeholder {
    color: #f7fafc;
  }

  .lg\:even\:placeholder-gray-100:nth-child(even)::-ms-input-placeholder {
    color: #f7fafc;
  }

  .lg\:even\:placeholder-gray-100:nth-child(even)::placeholder {
    color: #f7fafc;
  }

  .lg\:even\:placeholder-gray-200:nth-child(even)::-webkit-input-placeholder {
    color: #edf2f7;
  }

  .lg\:even\:placeholder-gray-200:nth-child(even)::-moz-placeholder {
    color: #edf2f7;
  }

  .lg\:even\:placeholder-gray-200:nth-child(even):-ms-input-placeholder {
    color: #edf2f7;
  }

  .lg\:even\:placeholder-gray-200:nth-child(even)::-ms-input-placeholder {
    color: #edf2f7;
  }

  .lg\:even\:placeholder-gray-200:nth-child(even)::placeholder {
    color: #edf2f7;
  }

  .lg\:even\:placeholder-gray-300:nth-child(even)::-webkit-input-placeholder {
    color: #e2e8f0;
  }

  .lg\:even\:placeholder-gray-300:nth-child(even)::-moz-placeholder {
    color: #e2e8f0;
  }

  .lg\:even\:placeholder-gray-300:nth-child(even):-ms-input-placeholder {
    color: #e2e8f0;
  }

  .lg\:even\:placeholder-gray-300:nth-child(even)::-ms-input-placeholder {
    color: #e2e8f0;
  }

  .lg\:even\:placeholder-gray-300:nth-child(even)::placeholder {
    color: #e2e8f0;
  }

  .lg\:even\:placeholder-gray-400:nth-child(even)::-webkit-input-placeholder {
    color: #cbd5e0;
  }

  .lg\:even\:placeholder-gray-400:nth-child(even)::-moz-placeholder {
    color: #cbd5e0;
  }

  .lg\:even\:placeholder-gray-400:nth-child(even):-ms-input-placeholder {
    color: #cbd5e0;
  }

  .lg\:even\:placeholder-gray-400:nth-child(even)::-ms-input-placeholder {
    color: #cbd5e0;
  }

  .lg\:even\:placeholder-gray-400:nth-child(even)::placeholder {
    color: #cbd5e0;
  }

  .lg\:even\:placeholder-gray-500:nth-child(even)::-webkit-input-placeholder {
    color: #a0aec0;
  }

  .lg\:even\:placeholder-gray-500:nth-child(even)::-moz-placeholder {
    color: #a0aec0;
  }

  .lg\:even\:placeholder-gray-500:nth-child(even):-ms-input-placeholder {
    color: #a0aec0;
  }

  .lg\:even\:placeholder-gray-500:nth-child(even)::-ms-input-placeholder {
    color: #a0aec0;
  }

  .lg\:even\:placeholder-gray-500:nth-child(even)::placeholder {
    color: #a0aec0;
  }

  .lg\:even\:placeholder-gray-600:nth-child(even)::-webkit-input-placeholder {
    color: #718096;
  }

  .lg\:even\:placeholder-gray-600:nth-child(even)::-moz-placeholder {
    color: #718096;
  }

  .lg\:even\:placeholder-gray-600:nth-child(even):-ms-input-placeholder {
    color: #718096;
  }

  .lg\:even\:placeholder-gray-600:nth-child(even)::-ms-input-placeholder {
    color: #718096;
  }

  .lg\:even\:placeholder-gray-600:nth-child(even)::placeholder {
    color: #718096;
  }

  .lg\:even\:placeholder-gray-700:nth-child(even)::-webkit-input-placeholder {
    color: #4a5568;
  }

  .lg\:even\:placeholder-gray-700:nth-child(even)::-moz-placeholder {
    color: #4a5568;
  }

  .lg\:even\:placeholder-gray-700:nth-child(even):-ms-input-placeholder {
    color: #4a5568;
  }

  .lg\:even\:placeholder-gray-700:nth-child(even)::-ms-input-placeholder {
    color: #4a5568;
  }

  .lg\:even\:placeholder-gray-700:nth-child(even)::placeholder {
    color: #4a5568;
  }

  .lg\:even\:placeholder-gray-800:nth-child(even)::-webkit-input-placeholder {
    color: #2d3748;
  }

  .lg\:even\:placeholder-gray-800:nth-child(even)::-moz-placeholder {
    color: #2d3748;
  }

  .lg\:even\:placeholder-gray-800:nth-child(even):-ms-input-placeholder {
    color: #2d3748;
  }

  .lg\:even\:placeholder-gray-800:nth-child(even)::-ms-input-placeholder {
    color: #2d3748;
  }

  .lg\:even\:placeholder-gray-800:nth-child(even)::placeholder {
    color: #2d3748;
  }

  .lg\:even\:placeholder-gray-900:nth-child(even)::-webkit-input-placeholder {
    color: #1a202c;
  }

  .lg\:even\:placeholder-gray-900:nth-child(even)::-moz-placeholder {
    color: #1a202c;
  }

  .lg\:even\:placeholder-gray-900:nth-child(even):-ms-input-placeholder {
    color: #1a202c;
  }

  .lg\:even\:placeholder-gray-900:nth-child(even)::-ms-input-placeholder {
    color: #1a202c;
  }

  .lg\:even\:placeholder-gray-900:nth-child(even)::placeholder {
    color: #1a202c;
  }

  .lg\:even\:placeholder-red-100:nth-child(even)::-webkit-input-placeholder {
    color: #fff5f5;
  }

  .lg\:even\:placeholder-red-100:nth-child(even)::-moz-placeholder {
    color: #fff5f5;
  }

  .lg\:even\:placeholder-red-100:nth-child(even):-ms-input-placeholder {
    color: #fff5f5;
  }

  .lg\:even\:placeholder-red-100:nth-child(even)::-ms-input-placeholder {
    color: #fff5f5;
  }

  .lg\:even\:placeholder-red-100:nth-child(even)::placeholder {
    color: #fff5f5;
  }

  .lg\:even\:placeholder-red-200:nth-child(even)::-webkit-input-placeholder {
    color: #fed7d7;
  }

  .lg\:even\:placeholder-red-200:nth-child(even)::-moz-placeholder {
    color: #fed7d7;
  }

  .lg\:even\:placeholder-red-200:nth-child(even):-ms-input-placeholder {
    color: #fed7d7;
  }

  .lg\:even\:placeholder-red-200:nth-child(even)::-ms-input-placeholder {
    color: #fed7d7;
  }

  .lg\:even\:placeholder-red-200:nth-child(even)::placeholder {
    color: #fed7d7;
  }

  .lg\:even\:placeholder-red-300:nth-child(even)::-webkit-input-placeholder {
    color: #feb2b2;
  }

  .lg\:even\:placeholder-red-300:nth-child(even)::-moz-placeholder {
    color: #feb2b2;
  }

  .lg\:even\:placeholder-red-300:nth-child(even):-ms-input-placeholder {
    color: #feb2b2;
  }

  .lg\:even\:placeholder-red-300:nth-child(even)::-ms-input-placeholder {
    color: #feb2b2;
  }

  .lg\:even\:placeholder-red-300:nth-child(even)::placeholder {
    color: #feb2b2;
  }

  .lg\:even\:placeholder-red-400:nth-child(even)::-webkit-input-placeholder {
    color: #fc8181;
  }

  .lg\:even\:placeholder-red-400:nth-child(even)::-moz-placeholder {
    color: #fc8181;
  }

  .lg\:even\:placeholder-red-400:nth-child(even):-ms-input-placeholder {
    color: #fc8181;
  }

  .lg\:even\:placeholder-red-400:nth-child(even)::-ms-input-placeholder {
    color: #fc8181;
  }

  .lg\:even\:placeholder-red-400:nth-child(even)::placeholder {
    color: #fc8181;
  }

  .lg\:even\:placeholder-red-500:nth-child(even)::-webkit-input-placeholder {
    color: #f56565;
  }

  .lg\:even\:placeholder-red-500:nth-child(even)::-moz-placeholder {
    color: #f56565;
  }

  .lg\:even\:placeholder-red-500:nth-child(even):-ms-input-placeholder {
    color: #f56565;
  }

  .lg\:even\:placeholder-red-500:nth-child(even)::-ms-input-placeholder {
    color: #f56565;
  }

  .lg\:even\:placeholder-red-500:nth-child(even)::placeholder {
    color: #f56565;
  }

  .lg\:even\:placeholder-red-600:nth-child(even)::-webkit-input-placeholder {
    color: #e53e3e;
  }

  .lg\:even\:placeholder-red-600:nth-child(even)::-moz-placeholder {
    color: #e53e3e;
  }

  .lg\:even\:placeholder-red-600:nth-child(even):-ms-input-placeholder {
    color: #e53e3e;
  }

  .lg\:even\:placeholder-red-600:nth-child(even)::-ms-input-placeholder {
    color: #e53e3e;
  }

  .lg\:even\:placeholder-red-600:nth-child(even)::placeholder {
    color: #e53e3e;
  }

  .lg\:even\:placeholder-red-700:nth-child(even)::-webkit-input-placeholder {
    color: #c53030;
  }

  .lg\:even\:placeholder-red-700:nth-child(even)::-moz-placeholder {
    color: #c53030;
  }

  .lg\:even\:placeholder-red-700:nth-child(even):-ms-input-placeholder {
    color: #c53030;
  }

  .lg\:even\:placeholder-red-700:nth-child(even)::-ms-input-placeholder {
    color: #c53030;
  }

  .lg\:even\:placeholder-red-700:nth-child(even)::placeholder {
    color: #c53030;
  }

  .lg\:even\:placeholder-red-800:nth-child(even)::-webkit-input-placeholder {
    color: #9b2c2c;
  }

  .lg\:even\:placeholder-red-800:nth-child(even)::-moz-placeholder {
    color: #9b2c2c;
  }

  .lg\:even\:placeholder-red-800:nth-child(even):-ms-input-placeholder {
    color: #9b2c2c;
  }

  .lg\:even\:placeholder-red-800:nth-child(even)::-ms-input-placeholder {
    color: #9b2c2c;
  }

  .lg\:even\:placeholder-red-800:nth-child(even)::placeholder {
    color: #9b2c2c;
  }

  .lg\:even\:placeholder-red-900:nth-child(even)::-webkit-input-placeholder {
    color: #742a2a;
  }

  .lg\:even\:placeholder-red-900:nth-child(even)::-moz-placeholder {
    color: #742a2a;
  }

  .lg\:even\:placeholder-red-900:nth-child(even):-ms-input-placeholder {
    color: #742a2a;
  }

  .lg\:even\:placeholder-red-900:nth-child(even)::-ms-input-placeholder {
    color: #742a2a;
  }

  .lg\:even\:placeholder-red-900:nth-child(even)::placeholder {
    color: #742a2a;
  }

  .lg\:even\:placeholder-orange-100:nth-child(even)::-webkit-input-placeholder {
    color: #fffaf0;
  }

  .lg\:even\:placeholder-orange-100:nth-child(even)::-moz-placeholder {
    color: #fffaf0;
  }

  .lg\:even\:placeholder-orange-100:nth-child(even):-ms-input-placeholder {
    color: #fffaf0;
  }

  .lg\:even\:placeholder-orange-100:nth-child(even)::-ms-input-placeholder {
    color: #fffaf0;
  }

  .lg\:even\:placeholder-orange-100:nth-child(even)::placeholder {
    color: #fffaf0;
  }

  .lg\:even\:placeholder-orange-200:nth-child(even)::-webkit-input-placeholder {
    color: #feebc8;
  }

  .lg\:even\:placeholder-orange-200:nth-child(even)::-moz-placeholder {
    color: #feebc8;
  }

  .lg\:even\:placeholder-orange-200:nth-child(even):-ms-input-placeholder {
    color: #feebc8;
  }

  .lg\:even\:placeholder-orange-200:nth-child(even)::-ms-input-placeholder {
    color: #feebc8;
  }

  .lg\:even\:placeholder-orange-200:nth-child(even)::placeholder {
    color: #feebc8;
  }

  .lg\:even\:placeholder-orange-300:nth-child(even)::-webkit-input-placeholder {
    color: #fbd38d;
  }

  .lg\:even\:placeholder-orange-300:nth-child(even)::-moz-placeholder {
    color: #fbd38d;
  }

  .lg\:even\:placeholder-orange-300:nth-child(even):-ms-input-placeholder {
    color: #fbd38d;
  }

  .lg\:even\:placeholder-orange-300:nth-child(even)::-ms-input-placeholder {
    color: #fbd38d;
  }

  .lg\:even\:placeholder-orange-300:nth-child(even)::placeholder {
    color: #fbd38d;
  }

  .lg\:even\:placeholder-orange-400:nth-child(even)::-webkit-input-placeholder {
    color: #f6ad55;
  }

  .lg\:even\:placeholder-orange-400:nth-child(even)::-moz-placeholder {
    color: #f6ad55;
  }

  .lg\:even\:placeholder-orange-400:nth-child(even):-ms-input-placeholder {
    color: #f6ad55;
  }

  .lg\:even\:placeholder-orange-400:nth-child(even)::-ms-input-placeholder {
    color: #f6ad55;
  }

  .lg\:even\:placeholder-orange-400:nth-child(even)::placeholder {
    color: #f6ad55;
  }

  .lg\:even\:placeholder-orange-500:nth-child(even)::-webkit-input-placeholder {
    color: #ed8936;
  }

  .lg\:even\:placeholder-orange-500:nth-child(even)::-moz-placeholder {
    color: #ed8936;
  }

  .lg\:even\:placeholder-orange-500:nth-child(even):-ms-input-placeholder {
    color: #ed8936;
  }

  .lg\:even\:placeholder-orange-500:nth-child(even)::-ms-input-placeholder {
    color: #ed8936;
  }

  .lg\:even\:placeholder-orange-500:nth-child(even)::placeholder {
    color: #ed8936;
  }

  .lg\:even\:placeholder-orange-600:nth-child(even)::-webkit-input-placeholder {
    color: #dd6b20;
  }

  .lg\:even\:placeholder-orange-600:nth-child(even)::-moz-placeholder {
    color: #dd6b20;
  }

  .lg\:even\:placeholder-orange-600:nth-child(even):-ms-input-placeholder {
    color: #dd6b20;
  }

  .lg\:even\:placeholder-orange-600:nth-child(even)::-ms-input-placeholder {
    color: #dd6b20;
  }

  .lg\:even\:placeholder-orange-600:nth-child(even)::placeholder {
    color: #dd6b20;
  }

  .lg\:even\:placeholder-orange-700:nth-child(even)::-webkit-input-placeholder {
    color: #c05621;
  }

  .lg\:even\:placeholder-orange-700:nth-child(even)::-moz-placeholder {
    color: #c05621;
  }

  .lg\:even\:placeholder-orange-700:nth-child(even):-ms-input-placeholder {
    color: #c05621;
  }

  .lg\:even\:placeholder-orange-700:nth-child(even)::-ms-input-placeholder {
    color: #c05621;
  }

  .lg\:even\:placeholder-orange-700:nth-child(even)::placeholder {
    color: #c05621;
  }

  .lg\:even\:placeholder-orange-800:nth-child(even)::-webkit-input-placeholder {
    color: #9c4221;
  }

  .lg\:even\:placeholder-orange-800:nth-child(even)::-moz-placeholder {
    color: #9c4221;
  }

  .lg\:even\:placeholder-orange-800:nth-child(even):-ms-input-placeholder {
    color: #9c4221;
  }

  .lg\:even\:placeholder-orange-800:nth-child(even)::-ms-input-placeholder {
    color: #9c4221;
  }

  .lg\:even\:placeholder-orange-800:nth-child(even)::placeholder {
    color: #9c4221;
  }

  .lg\:even\:placeholder-orange-900:nth-child(even)::-webkit-input-placeholder {
    color: #7b341e;
  }

  .lg\:even\:placeholder-orange-900:nth-child(even)::-moz-placeholder {
    color: #7b341e;
  }

  .lg\:even\:placeholder-orange-900:nth-child(even):-ms-input-placeholder {
    color: #7b341e;
  }

  .lg\:even\:placeholder-orange-900:nth-child(even)::-ms-input-placeholder {
    color: #7b341e;
  }

  .lg\:even\:placeholder-orange-900:nth-child(even)::placeholder {
    color: #7b341e;
  }

  .lg\:even\:placeholder-yellow-100:nth-child(even)::-webkit-input-placeholder {
    color: #fffff0;
  }

  .lg\:even\:placeholder-yellow-100:nth-child(even)::-moz-placeholder {
    color: #fffff0;
  }

  .lg\:even\:placeholder-yellow-100:nth-child(even):-ms-input-placeholder {
    color: #fffff0;
  }

  .lg\:even\:placeholder-yellow-100:nth-child(even)::-ms-input-placeholder {
    color: #fffff0;
  }

  .lg\:even\:placeholder-yellow-100:nth-child(even)::placeholder {
    color: #fffff0;
  }

  .lg\:even\:placeholder-yellow-200:nth-child(even)::-webkit-input-placeholder {
    color: #fefcbf;
  }

  .lg\:even\:placeholder-yellow-200:nth-child(even)::-moz-placeholder {
    color: #fefcbf;
  }

  .lg\:even\:placeholder-yellow-200:nth-child(even):-ms-input-placeholder {
    color: #fefcbf;
  }

  .lg\:even\:placeholder-yellow-200:nth-child(even)::-ms-input-placeholder {
    color: #fefcbf;
  }

  .lg\:even\:placeholder-yellow-200:nth-child(even)::placeholder {
    color: #fefcbf;
  }

  .lg\:even\:placeholder-yellow-300:nth-child(even)::-webkit-input-placeholder {
    color: #faf089;
  }

  .lg\:even\:placeholder-yellow-300:nth-child(even)::-moz-placeholder {
    color: #faf089;
  }

  .lg\:even\:placeholder-yellow-300:nth-child(even):-ms-input-placeholder {
    color: #faf089;
  }

  .lg\:even\:placeholder-yellow-300:nth-child(even)::-ms-input-placeholder {
    color: #faf089;
  }

  .lg\:even\:placeholder-yellow-300:nth-child(even)::placeholder {
    color: #faf089;
  }

  .lg\:even\:placeholder-yellow-400:nth-child(even)::-webkit-input-placeholder {
    color: #f6e05e;
  }

  .lg\:even\:placeholder-yellow-400:nth-child(even)::-moz-placeholder {
    color: #f6e05e;
  }

  .lg\:even\:placeholder-yellow-400:nth-child(even):-ms-input-placeholder {
    color: #f6e05e;
  }

  .lg\:even\:placeholder-yellow-400:nth-child(even)::-ms-input-placeholder {
    color: #f6e05e;
  }

  .lg\:even\:placeholder-yellow-400:nth-child(even)::placeholder {
    color: #f6e05e;
  }

  .lg\:even\:placeholder-yellow-500:nth-child(even)::-webkit-input-placeholder {
    color: #ecc94b;
  }

  .lg\:even\:placeholder-yellow-500:nth-child(even)::-moz-placeholder {
    color: #ecc94b;
  }

  .lg\:even\:placeholder-yellow-500:nth-child(even):-ms-input-placeholder {
    color: #ecc94b;
  }

  .lg\:even\:placeholder-yellow-500:nth-child(even)::-ms-input-placeholder {
    color: #ecc94b;
  }

  .lg\:even\:placeholder-yellow-500:nth-child(even)::placeholder {
    color: #ecc94b;
  }

  .lg\:even\:placeholder-yellow-600:nth-child(even)::-webkit-input-placeholder {
    color: #d69e2e;
  }

  .lg\:even\:placeholder-yellow-600:nth-child(even)::-moz-placeholder {
    color: #d69e2e;
  }

  .lg\:even\:placeholder-yellow-600:nth-child(even):-ms-input-placeholder {
    color: #d69e2e;
  }

  .lg\:even\:placeholder-yellow-600:nth-child(even)::-ms-input-placeholder {
    color: #d69e2e;
  }

  .lg\:even\:placeholder-yellow-600:nth-child(even)::placeholder {
    color: #d69e2e;
  }

  .lg\:even\:placeholder-yellow-700:nth-child(even)::-webkit-input-placeholder {
    color: #b7791f;
  }

  .lg\:even\:placeholder-yellow-700:nth-child(even)::-moz-placeholder {
    color: #b7791f;
  }

  .lg\:even\:placeholder-yellow-700:nth-child(even):-ms-input-placeholder {
    color: #b7791f;
  }

  .lg\:even\:placeholder-yellow-700:nth-child(even)::-ms-input-placeholder {
    color: #b7791f;
  }

  .lg\:even\:placeholder-yellow-700:nth-child(even)::placeholder {
    color: #b7791f;
  }

  .lg\:even\:placeholder-yellow-800:nth-child(even)::-webkit-input-placeholder {
    color: #975a16;
  }

  .lg\:even\:placeholder-yellow-800:nth-child(even)::-moz-placeholder {
    color: #975a16;
  }

  .lg\:even\:placeholder-yellow-800:nth-child(even):-ms-input-placeholder {
    color: #975a16;
  }

  .lg\:even\:placeholder-yellow-800:nth-child(even)::-ms-input-placeholder {
    color: #975a16;
  }

  .lg\:even\:placeholder-yellow-800:nth-child(even)::placeholder {
    color: #975a16;
  }

  .lg\:even\:placeholder-yellow-900:nth-child(even)::-webkit-input-placeholder {
    color: #744210;
  }

  .lg\:even\:placeholder-yellow-900:nth-child(even)::-moz-placeholder {
    color: #744210;
  }

  .lg\:even\:placeholder-yellow-900:nth-child(even):-ms-input-placeholder {
    color: #744210;
  }

  .lg\:even\:placeholder-yellow-900:nth-child(even)::-ms-input-placeholder {
    color: #744210;
  }

  .lg\:even\:placeholder-yellow-900:nth-child(even)::placeholder {
    color: #744210;
  }

  .lg\:even\:placeholder-green-100:nth-child(even)::-webkit-input-placeholder {
    color: #f0fff4;
  }

  .lg\:even\:placeholder-green-100:nth-child(even)::-moz-placeholder {
    color: #f0fff4;
  }

  .lg\:even\:placeholder-green-100:nth-child(even):-ms-input-placeholder {
    color: #f0fff4;
  }

  .lg\:even\:placeholder-green-100:nth-child(even)::-ms-input-placeholder {
    color: #f0fff4;
  }

  .lg\:even\:placeholder-green-100:nth-child(even)::placeholder {
    color: #f0fff4;
  }

  .lg\:even\:placeholder-green-200:nth-child(even)::-webkit-input-placeholder {
    color: #c6f6d5;
  }

  .lg\:even\:placeholder-green-200:nth-child(even)::-moz-placeholder {
    color: #c6f6d5;
  }

  .lg\:even\:placeholder-green-200:nth-child(even):-ms-input-placeholder {
    color: #c6f6d5;
  }

  .lg\:even\:placeholder-green-200:nth-child(even)::-ms-input-placeholder {
    color: #c6f6d5;
  }

  .lg\:even\:placeholder-green-200:nth-child(even)::placeholder {
    color: #c6f6d5;
  }

  .lg\:even\:placeholder-green-300:nth-child(even)::-webkit-input-placeholder {
    color: #9ae6b4;
  }

  .lg\:even\:placeholder-green-300:nth-child(even)::-moz-placeholder {
    color: #9ae6b4;
  }

  .lg\:even\:placeholder-green-300:nth-child(even):-ms-input-placeholder {
    color: #9ae6b4;
  }

  .lg\:even\:placeholder-green-300:nth-child(even)::-ms-input-placeholder {
    color: #9ae6b4;
  }

  .lg\:even\:placeholder-green-300:nth-child(even)::placeholder {
    color: #9ae6b4;
  }

  .lg\:even\:placeholder-green-400:nth-child(even)::-webkit-input-placeholder {
    color: #68d391;
  }

  .lg\:even\:placeholder-green-400:nth-child(even)::-moz-placeholder {
    color: #68d391;
  }

  .lg\:even\:placeholder-green-400:nth-child(even):-ms-input-placeholder {
    color: #68d391;
  }

  .lg\:even\:placeholder-green-400:nth-child(even)::-ms-input-placeholder {
    color: #68d391;
  }

  .lg\:even\:placeholder-green-400:nth-child(even)::placeholder {
    color: #68d391;
  }

  .lg\:even\:placeholder-green-500:nth-child(even)::-webkit-input-placeholder {
    color: #48bb78;
  }

  .lg\:even\:placeholder-green-500:nth-child(even)::-moz-placeholder {
    color: #48bb78;
  }

  .lg\:even\:placeholder-green-500:nth-child(even):-ms-input-placeholder {
    color: #48bb78;
  }

  .lg\:even\:placeholder-green-500:nth-child(even)::-ms-input-placeholder {
    color: #48bb78;
  }

  .lg\:even\:placeholder-green-500:nth-child(even)::placeholder {
    color: #48bb78;
  }

  .lg\:even\:placeholder-green-600:nth-child(even)::-webkit-input-placeholder {
    color: #38a169;
  }

  .lg\:even\:placeholder-green-600:nth-child(even)::-moz-placeholder {
    color: #38a169;
  }

  .lg\:even\:placeholder-green-600:nth-child(even):-ms-input-placeholder {
    color: #38a169;
  }

  .lg\:even\:placeholder-green-600:nth-child(even)::-ms-input-placeholder {
    color: #38a169;
  }

  .lg\:even\:placeholder-green-600:nth-child(even)::placeholder {
    color: #38a169;
  }

  .lg\:even\:placeholder-green-700:nth-child(even)::-webkit-input-placeholder {
    color: #2f855a;
  }

  .lg\:even\:placeholder-green-700:nth-child(even)::-moz-placeholder {
    color: #2f855a;
  }

  .lg\:even\:placeholder-green-700:nth-child(even):-ms-input-placeholder {
    color: #2f855a;
  }

  .lg\:even\:placeholder-green-700:nth-child(even)::-ms-input-placeholder {
    color: #2f855a;
  }

  .lg\:even\:placeholder-green-700:nth-child(even)::placeholder {
    color: #2f855a;
  }

  .lg\:even\:placeholder-green-800:nth-child(even)::-webkit-input-placeholder {
    color: #276749;
  }

  .lg\:even\:placeholder-green-800:nth-child(even)::-moz-placeholder {
    color: #276749;
  }

  .lg\:even\:placeholder-green-800:nth-child(even):-ms-input-placeholder {
    color: #276749;
  }

  .lg\:even\:placeholder-green-800:nth-child(even)::-ms-input-placeholder {
    color: #276749;
  }

  .lg\:even\:placeholder-green-800:nth-child(even)::placeholder {
    color: #276749;
  }

  .lg\:even\:placeholder-green-900:nth-child(even)::-webkit-input-placeholder {
    color: #22543d;
  }

  .lg\:even\:placeholder-green-900:nth-child(even)::-moz-placeholder {
    color: #22543d;
  }

  .lg\:even\:placeholder-green-900:nth-child(even):-ms-input-placeholder {
    color: #22543d;
  }

  .lg\:even\:placeholder-green-900:nth-child(even)::-ms-input-placeholder {
    color: #22543d;
  }

  .lg\:even\:placeholder-green-900:nth-child(even)::placeholder {
    color: #22543d;
  }

  .lg\:even\:placeholder-teal-100:nth-child(even)::-webkit-input-placeholder {
    color: #e6fffa;
  }

  .lg\:even\:placeholder-teal-100:nth-child(even)::-moz-placeholder {
    color: #e6fffa;
  }

  .lg\:even\:placeholder-teal-100:nth-child(even):-ms-input-placeholder {
    color: #e6fffa;
  }

  .lg\:even\:placeholder-teal-100:nth-child(even)::-ms-input-placeholder {
    color: #e6fffa;
  }

  .lg\:even\:placeholder-teal-100:nth-child(even)::placeholder {
    color: #e6fffa;
  }

  .lg\:even\:placeholder-teal-200:nth-child(even)::-webkit-input-placeholder {
    color: #b2f5ea;
  }

  .lg\:even\:placeholder-teal-200:nth-child(even)::-moz-placeholder {
    color: #b2f5ea;
  }

  .lg\:even\:placeholder-teal-200:nth-child(even):-ms-input-placeholder {
    color: #b2f5ea;
  }

  .lg\:even\:placeholder-teal-200:nth-child(even)::-ms-input-placeholder {
    color: #b2f5ea;
  }

  .lg\:even\:placeholder-teal-200:nth-child(even)::placeholder {
    color: #b2f5ea;
  }

  .lg\:even\:placeholder-teal-300:nth-child(even)::-webkit-input-placeholder {
    color: #81e6d9;
  }

  .lg\:even\:placeholder-teal-300:nth-child(even)::-moz-placeholder {
    color: #81e6d9;
  }

  .lg\:even\:placeholder-teal-300:nth-child(even):-ms-input-placeholder {
    color: #81e6d9;
  }

  .lg\:even\:placeholder-teal-300:nth-child(even)::-ms-input-placeholder {
    color: #81e6d9;
  }

  .lg\:even\:placeholder-teal-300:nth-child(even)::placeholder {
    color: #81e6d9;
  }

  .lg\:even\:placeholder-teal-400:nth-child(even)::-webkit-input-placeholder {
    color: #4fd1c5;
  }

  .lg\:even\:placeholder-teal-400:nth-child(even)::-moz-placeholder {
    color: #4fd1c5;
  }

  .lg\:even\:placeholder-teal-400:nth-child(even):-ms-input-placeholder {
    color: #4fd1c5;
  }

  .lg\:even\:placeholder-teal-400:nth-child(even)::-ms-input-placeholder {
    color: #4fd1c5;
  }

  .lg\:even\:placeholder-teal-400:nth-child(even)::placeholder {
    color: #4fd1c5;
  }

  .lg\:even\:placeholder-teal-500:nth-child(even)::-webkit-input-placeholder {
    color: #38b2ac;
  }

  .lg\:even\:placeholder-teal-500:nth-child(even)::-moz-placeholder {
    color: #38b2ac;
  }

  .lg\:even\:placeholder-teal-500:nth-child(even):-ms-input-placeholder {
    color: #38b2ac;
  }

  .lg\:even\:placeholder-teal-500:nth-child(even)::-ms-input-placeholder {
    color: #38b2ac;
  }

  .lg\:even\:placeholder-teal-500:nth-child(even)::placeholder {
    color: #38b2ac;
  }

  .lg\:even\:placeholder-teal-600:nth-child(even)::-webkit-input-placeholder {
    color: #319795;
  }

  .lg\:even\:placeholder-teal-600:nth-child(even)::-moz-placeholder {
    color: #319795;
  }

  .lg\:even\:placeholder-teal-600:nth-child(even):-ms-input-placeholder {
    color: #319795;
  }

  .lg\:even\:placeholder-teal-600:nth-child(even)::-ms-input-placeholder {
    color: #319795;
  }

  .lg\:even\:placeholder-teal-600:nth-child(even)::placeholder {
    color: #319795;
  }

  .lg\:even\:placeholder-teal-700:nth-child(even)::-webkit-input-placeholder {
    color: #2c7a7b;
  }

  .lg\:even\:placeholder-teal-700:nth-child(even)::-moz-placeholder {
    color: #2c7a7b;
  }

  .lg\:even\:placeholder-teal-700:nth-child(even):-ms-input-placeholder {
    color: #2c7a7b;
  }

  .lg\:even\:placeholder-teal-700:nth-child(even)::-ms-input-placeholder {
    color: #2c7a7b;
  }

  .lg\:even\:placeholder-teal-700:nth-child(even)::placeholder {
    color: #2c7a7b;
  }

  .lg\:even\:placeholder-teal-800:nth-child(even)::-webkit-input-placeholder {
    color: #285e61;
  }

  .lg\:even\:placeholder-teal-800:nth-child(even)::-moz-placeholder {
    color: #285e61;
  }

  .lg\:even\:placeholder-teal-800:nth-child(even):-ms-input-placeholder {
    color: #285e61;
  }

  .lg\:even\:placeholder-teal-800:nth-child(even)::-ms-input-placeholder {
    color: #285e61;
  }

  .lg\:even\:placeholder-teal-800:nth-child(even)::placeholder {
    color: #285e61;
  }

  .lg\:even\:placeholder-teal-900:nth-child(even)::-webkit-input-placeholder {
    color: #234e52;
  }

  .lg\:even\:placeholder-teal-900:nth-child(even)::-moz-placeholder {
    color: #234e52;
  }

  .lg\:even\:placeholder-teal-900:nth-child(even):-ms-input-placeholder {
    color: #234e52;
  }

  .lg\:even\:placeholder-teal-900:nth-child(even)::-ms-input-placeholder {
    color: #234e52;
  }

  .lg\:even\:placeholder-teal-900:nth-child(even)::placeholder {
    color: #234e52;
  }

  .lg\:even\:placeholder-blue-100:nth-child(even)::-webkit-input-placeholder {
    color: #ebf8ff;
  }

  .lg\:even\:placeholder-blue-100:nth-child(even)::-moz-placeholder {
    color: #ebf8ff;
  }

  .lg\:even\:placeholder-blue-100:nth-child(even):-ms-input-placeholder {
    color: #ebf8ff;
  }

  .lg\:even\:placeholder-blue-100:nth-child(even)::-ms-input-placeholder {
    color: #ebf8ff;
  }

  .lg\:even\:placeholder-blue-100:nth-child(even)::placeholder {
    color: #ebf8ff;
  }

  .lg\:even\:placeholder-blue-200:nth-child(even)::-webkit-input-placeholder {
    color: #bee3f8;
  }

  .lg\:even\:placeholder-blue-200:nth-child(even)::-moz-placeholder {
    color: #bee3f8;
  }

  .lg\:even\:placeholder-blue-200:nth-child(even):-ms-input-placeholder {
    color: #bee3f8;
  }

  .lg\:even\:placeholder-blue-200:nth-child(even)::-ms-input-placeholder {
    color: #bee3f8;
  }

  .lg\:even\:placeholder-blue-200:nth-child(even)::placeholder {
    color: #bee3f8;
  }

  .lg\:even\:placeholder-blue-300:nth-child(even)::-webkit-input-placeholder {
    color: #90cdf4;
  }

  .lg\:even\:placeholder-blue-300:nth-child(even)::-moz-placeholder {
    color: #90cdf4;
  }

  .lg\:even\:placeholder-blue-300:nth-child(even):-ms-input-placeholder {
    color: #90cdf4;
  }

  .lg\:even\:placeholder-blue-300:nth-child(even)::-ms-input-placeholder {
    color: #90cdf4;
  }

  .lg\:even\:placeholder-blue-300:nth-child(even)::placeholder {
    color: #90cdf4;
  }

  .lg\:even\:placeholder-blue-400:nth-child(even)::-webkit-input-placeholder {
    color: #63b3ed;
  }

  .lg\:even\:placeholder-blue-400:nth-child(even)::-moz-placeholder {
    color: #63b3ed;
  }

  .lg\:even\:placeholder-blue-400:nth-child(even):-ms-input-placeholder {
    color: #63b3ed;
  }

  .lg\:even\:placeholder-blue-400:nth-child(even)::-ms-input-placeholder {
    color: #63b3ed;
  }

  .lg\:even\:placeholder-blue-400:nth-child(even)::placeholder {
    color: #63b3ed;
  }

  .lg\:even\:placeholder-blue-500:nth-child(even)::-webkit-input-placeholder {
    color: #4299e1;
  }

  .lg\:even\:placeholder-blue-500:nth-child(even)::-moz-placeholder {
    color: #4299e1;
  }

  .lg\:even\:placeholder-blue-500:nth-child(even):-ms-input-placeholder {
    color: #4299e1;
  }

  .lg\:even\:placeholder-blue-500:nth-child(even)::-ms-input-placeholder {
    color: #4299e1;
  }

  .lg\:even\:placeholder-blue-500:nth-child(even)::placeholder {
    color: #4299e1;
  }

  .lg\:even\:placeholder-blue-600:nth-child(even)::-webkit-input-placeholder {
    color: #3182ce;
  }

  .lg\:even\:placeholder-blue-600:nth-child(even)::-moz-placeholder {
    color: #3182ce;
  }

  .lg\:even\:placeholder-blue-600:nth-child(even):-ms-input-placeholder {
    color: #3182ce;
  }

  .lg\:even\:placeholder-blue-600:nth-child(even)::-ms-input-placeholder {
    color: #3182ce;
  }

  .lg\:even\:placeholder-blue-600:nth-child(even)::placeholder {
    color: #3182ce;
  }

  .lg\:even\:placeholder-blue-700:nth-child(even)::-webkit-input-placeholder {
    color: #2b6cb0;
  }

  .lg\:even\:placeholder-blue-700:nth-child(even)::-moz-placeholder {
    color: #2b6cb0;
  }

  .lg\:even\:placeholder-blue-700:nth-child(even):-ms-input-placeholder {
    color: #2b6cb0;
  }

  .lg\:even\:placeholder-blue-700:nth-child(even)::-ms-input-placeholder {
    color: #2b6cb0;
  }

  .lg\:even\:placeholder-blue-700:nth-child(even)::placeholder {
    color: #2b6cb0;
  }

  .lg\:even\:placeholder-blue-800:nth-child(even)::-webkit-input-placeholder {
    color: #2c5282;
  }

  .lg\:even\:placeholder-blue-800:nth-child(even)::-moz-placeholder {
    color: #2c5282;
  }

  .lg\:even\:placeholder-blue-800:nth-child(even):-ms-input-placeholder {
    color: #2c5282;
  }

  .lg\:even\:placeholder-blue-800:nth-child(even)::-ms-input-placeholder {
    color: #2c5282;
  }

  .lg\:even\:placeholder-blue-800:nth-child(even)::placeholder {
    color: #2c5282;
  }

  .lg\:even\:placeholder-blue-900:nth-child(even)::-webkit-input-placeholder {
    color: #2a4365;
  }

  .lg\:even\:placeholder-blue-900:nth-child(even)::-moz-placeholder {
    color: #2a4365;
  }

  .lg\:even\:placeholder-blue-900:nth-child(even):-ms-input-placeholder {
    color: #2a4365;
  }

  .lg\:even\:placeholder-blue-900:nth-child(even)::-ms-input-placeholder {
    color: #2a4365;
  }

  .lg\:even\:placeholder-blue-900:nth-child(even)::placeholder {
    color: #2a4365;
  }

  .lg\:even\:placeholder-indigo-100:nth-child(even)::-webkit-input-placeholder {
    color: #ebf4ff;
  }

  .lg\:even\:placeholder-indigo-100:nth-child(even)::-moz-placeholder {
    color: #ebf4ff;
  }

  .lg\:even\:placeholder-indigo-100:nth-child(even):-ms-input-placeholder {
    color: #ebf4ff;
  }

  .lg\:even\:placeholder-indigo-100:nth-child(even)::-ms-input-placeholder {
    color: #ebf4ff;
  }

  .lg\:even\:placeholder-indigo-100:nth-child(even)::placeholder {
    color: #ebf4ff;
  }

  .lg\:even\:placeholder-indigo-200:nth-child(even)::-webkit-input-placeholder {
    color: #c3dafe;
  }

  .lg\:even\:placeholder-indigo-200:nth-child(even)::-moz-placeholder {
    color: #c3dafe;
  }

  .lg\:even\:placeholder-indigo-200:nth-child(even):-ms-input-placeholder {
    color: #c3dafe;
  }

  .lg\:even\:placeholder-indigo-200:nth-child(even)::-ms-input-placeholder {
    color: #c3dafe;
  }

  .lg\:even\:placeholder-indigo-200:nth-child(even)::placeholder {
    color: #c3dafe;
  }

  .lg\:even\:placeholder-indigo-300:nth-child(even)::-webkit-input-placeholder {
    color: #a3bffa;
  }

  .lg\:even\:placeholder-indigo-300:nth-child(even)::-moz-placeholder {
    color: #a3bffa;
  }

  .lg\:even\:placeholder-indigo-300:nth-child(even):-ms-input-placeholder {
    color: #a3bffa;
  }

  .lg\:even\:placeholder-indigo-300:nth-child(even)::-ms-input-placeholder {
    color: #a3bffa;
  }

  .lg\:even\:placeholder-indigo-300:nth-child(even)::placeholder {
    color: #a3bffa;
  }

  .lg\:even\:placeholder-indigo-400:nth-child(even)::-webkit-input-placeholder {
    color: #7f9cf5;
  }

  .lg\:even\:placeholder-indigo-400:nth-child(even)::-moz-placeholder {
    color: #7f9cf5;
  }

  .lg\:even\:placeholder-indigo-400:nth-child(even):-ms-input-placeholder {
    color: #7f9cf5;
  }

  .lg\:even\:placeholder-indigo-400:nth-child(even)::-ms-input-placeholder {
    color: #7f9cf5;
  }

  .lg\:even\:placeholder-indigo-400:nth-child(even)::placeholder {
    color: #7f9cf5;
  }

  .lg\:even\:placeholder-indigo-500:nth-child(even)::-webkit-input-placeholder {
    color: #667eea;
  }

  .lg\:even\:placeholder-indigo-500:nth-child(even)::-moz-placeholder {
    color: #667eea;
  }

  .lg\:even\:placeholder-indigo-500:nth-child(even):-ms-input-placeholder {
    color: #667eea;
  }

  .lg\:even\:placeholder-indigo-500:nth-child(even)::-ms-input-placeholder {
    color: #667eea;
  }

  .lg\:even\:placeholder-indigo-500:nth-child(even)::placeholder {
    color: #667eea;
  }

  .lg\:even\:placeholder-indigo-600:nth-child(even)::-webkit-input-placeholder {
    color: #5a67d8;
  }

  .lg\:even\:placeholder-indigo-600:nth-child(even)::-moz-placeholder {
    color: #5a67d8;
  }

  .lg\:even\:placeholder-indigo-600:nth-child(even):-ms-input-placeholder {
    color: #5a67d8;
  }

  .lg\:even\:placeholder-indigo-600:nth-child(even)::-ms-input-placeholder {
    color: #5a67d8;
  }

  .lg\:even\:placeholder-indigo-600:nth-child(even)::placeholder {
    color: #5a67d8;
  }

  .lg\:even\:placeholder-indigo-700:nth-child(even)::-webkit-input-placeholder {
    color: #4c51bf;
  }

  .lg\:even\:placeholder-indigo-700:nth-child(even)::-moz-placeholder {
    color: #4c51bf;
  }

  .lg\:even\:placeholder-indigo-700:nth-child(even):-ms-input-placeholder {
    color: #4c51bf;
  }

  .lg\:even\:placeholder-indigo-700:nth-child(even)::-ms-input-placeholder {
    color: #4c51bf;
  }

  .lg\:even\:placeholder-indigo-700:nth-child(even)::placeholder {
    color: #4c51bf;
  }

  .lg\:even\:placeholder-indigo-800:nth-child(even)::-webkit-input-placeholder {
    color: #434190;
  }

  .lg\:even\:placeholder-indigo-800:nth-child(even)::-moz-placeholder {
    color: #434190;
  }

  .lg\:even\:placeholder-indigo-800:nth-child(even):-ms-input-placeholder {
    color: #434190;
  }

  .lg\:even\:placeholder-indigo-800:nth-child(even)::-ms-input-placeholder {
    color: #434190;
  }

  .lg\:even\:placeholder-indigo-800:nth-child(even)::placeholder {
    color: #434190;
  }

  .lg\:even\:placeholder-indigo-900:nth-child(even)::-webkit-input-placeholder {
    color: #3c366b;
  }

  .lg\:even\:placeholder-indigo-900:nth-child(even)::-moz-placeholder {
    color: #3c366b;
  }

  .lg\:even\:placeholder-indigo-900:nth-child(even):-ms-input-placeholder {
    color: #3c366b;
  }

  .lg\:even\:placeholder-indigo-900:nth-child(even)::-ms-input-placeholder {
    color: #3c366b;
  }

  .lg\:even\:placeholder-indigo-900:nth-child(even)::placeholder {
    color: #3c366b;
  }

  .lg\:even\:placeholder-purple-100:nth-child(even)::-webkit-input-placeholder {
    color: #faf5ff;
  }

  .lg\:even\:placeholder-purple-100:nth-child(even)::-moz-placeholder {
    color: #faf5ff;
  }

  .lg\:even\:placeholder-purple-100:nth-child(even):-ms-input-placeholder {
    color: #faf5ff;
  }

  .lg\:even\:placeholder-purple-100:nth-child(even)::-ms-input-placeholder {
    color: #faf5ff;
  }

  .lg\:even\:placeholder-purple-100:nth-child(even)::placeholder {
    color: #faf5ff;
  }

  .lg\:even\:placeholder-purple-200:nth-child(even)::-webkit-input-placeholder {
    color: #e9d8fd;
  }

  .lg\:even\:placeholder-purple-200:nth-child(even)::-moz-placeholder {
    color: #e9d8fd;
  }

  .lg\:even\:placeholder-purple-200:nth-child(even):-ms-input-placeholder {
    color: #e9d8fd;
  }

  .lg\:even\:placeholder-purple-200:nth-child(even)::-ms-input-placeholder {
    color: #e9d8fd;
  }

  .lg\:even\:placeholder-purple-200:nth-child(even)::placeholder {
    color: #e9d8fd;
  }

  .lg\:even\:placeholder-purple-300:nth-child(even)::-webkit-input-placeholder {
    color: #d6bcfa;
  }

  .lg\:even\:placeholder-purple-300:nth-child(even)::-moz-placeholder {
    color: #d6bcfa;
  }

  .lg\:even\:placeholder-purple-300:nth-child(even):-ms-input-placeholder {
    color: #d6bcfa;
  }

  .lg\:even\:placeholder-purple-300:nth-child(even)::-ms-input-placeholder {
    color: #d6bcfa;
  }

  .lg\:even\:placeholder-purple-300:nth-child(even)::placeholder {
    color: #d6bcfa;
  }

  .lg\:even\:placeholder-purple-400:nth-child(even)::-webkit-input-placeholder {
    color: #b794f4;
  }

  .lg\:even\:placeholder-purple-400:nth-child(even)::-moz-placeholder {
    color: #b794f4;
  }

  .lg\:even\:placeholder-purple-400:nth-child(even):-ms-input-placeholder {
    color: #b794f4;
  }

  .lg\:even\:placeholder-purple-400:nth-child(even)::-ms-input-placeholder {
    color: #b794f4;
  }

  .lg\:even\:placeholder-purple-400:nth-child(even)::placeholder {
    color: #b794f4;
  }

  .lg\:even\:placeholder-purple-500:nth-child(even)::-webkit-input-placeholder {
    color: #9f7aea;
  }

  .lg\:even\:placeholder-purple-500:nth-child(even)::-moz-placeholder {
    color: #9f7aea;
  }

  .lg\:even\:placeholder-purple-500:nth-child(even):-ms-input-placeholder {
    color: #9f7aea;
  }

  .lg\:even\:placeholder-purple-500:nth-child(even)::-ms-input-placeholder {
    color: #9f7aea;
  }

  .lg\:even\:placeholder-purple-500:nth-child(even)::placeholder {
    color: #9f7aea;
  }

  .lg\:even\:placeholder-purple-600:nth-child(even)::-webkit-input-placeholder {
    color: #805ad5;
  }

  .lg\:even\:placeholder-purple-600:nth-child(even)::-moz-placeholder {
    color: #805ad5;
  }

  .lg\:even\:placeholder-purple-600:nth-child(even):-ms-input-placeholder {
    color: #805ad5;
  }

  .lg\:even\:placeholder-purple-600:nth-child(even)::-ms-input-placeholder {
    color: #805ad5;
  }

  .lg\:even\:placeholder-purple-600:nth-child(even)::placeholder {
    color: #805ad5;
  }

  .lg\:even\:placeholder-purple-700:nth-child(even)::-webkit-input-placeholder {
    color: #6b46c1;
  }

  .lg\:even\:placeholder-purple-700:nth-child(even)::-moz-placeholder {
    color: #6b46c1;
  }

  .lg\:even\:placeholder-purple-700:nth-child(even):-ms-input-placeholder {
    color: #6b46c1;
  }

  .lg\:even\:placeholder-purple-700:nth-child(even)::-ms-input-placeholder {
    color: #6b46c1;
  }

  .lg\:even\:placeholder-purple-700:nth-child(even)::placeholder {
    color: #6b46c1;
  }

  .lg\:even\:placeholder-purple-800:nth-child(even)::-webkit-input-placeholder {
    color: #553c9a;
  }

  .lg\:even\:placeholder-purple-800:nth-child(even)::-moz-placeholder {
    color: #553c9a;
  }

  .lg\:even\:placeholder-purple-800:nth-child(even):-ms-input-placeholder {
    color: #553c9a;
  }

  .lg\:even\:placeholder-purple-800:nth-child(even)::-ms-input-placeholder {
    color: #553c9a;
  }

  .lg\:even\:placeholder-purple-800:nth-child(even)::placeholder {
    color: #553c9a;
  }

  .lg\:even\:placeholder-purple-900:nth-child(even)::-webkit-input-placeholder {
    color: #44337a;
  }

  .lg\:even\:placeholder-purple-900:nth-child(even)::-moz-placeholder {
    color: #44337a;
  }

  .lg\:even\:placeholder-purple-900:nth-child(even):-ms-input-placeholder {
    color: #44337a;
  }

  .lg\:even\:placeholder-purple-900:nth-child(even)::-ms-input-placeholder {
    color: #44337a;
  }

  .lg\:even\:placeholder-purple-900:nth-child(even)::placeholder {
    color: #44337a;
  }

  .lg\:even\:placeholder-pink-100:nth-child(even)::-webkit-input-placeholder {
    color: #fff5f7;
  }

  .lg\:even\:placeholder-pink-100:nth-child(even)::-moz-placeholder {
    color: #fff5f7;
  }

  .lg\:even\:placeholder-pink-100:nth-child(even):-ms-input-placeholder {
    color: #fff5f7;
  }

  .lg\:even\:placeholder-pink-100:nth-child(even)::-ms-input-placeholder {
    color: #fff5f7;
  }

  .lg\:even\:placeholder-pink-100:nth-child(even)::placeholder {
    color: #fff5f7;
  }

  .lg\:even\:placeholder-pink-200:nth-child(even)::-webkit-input-placeholder {
    color: #fed7e2;
  }

  .lg\:even\:placeholder-pink-200:nth-child(even)::-moz-placeholder {
    color: #fed7e2;
  }

  .lg\:even\:placeholder-pink-200:nth-child(even):-ms-input-placeholder {
    color: #fed7e2;
  }

  .lg\:even\:placeholder-pink-200:nth-child(even)::-ms-input-placeholder {
    color: #fed7e2;
  }

  .lg\:even\:placeholder-pink-200:nth-child(even)::placeholder {
    color: #fed7e2;
  }

  .lg\:even\:placeholder-pink-300:nth-child(even)::-webkit-input-placeholder {
    color: #fbb6ce;
  }

  .lg\:even\:placeholder-pink-300:nth-child(even)::-moz-placeholder {
    color: #fbb6ce;
  }

  .lg\:even\:placeholder-pink-300:nth-child(even):-ms-input-placeholder {
    color: #fbb6ce;
  }

  .lg\:even\:placeholder-pink-300:nth-child(even)::-ms-input-placeholder {
    color: #fbb6ce;
  }

  .lg\:even\:placeholder-pink-300:nth-child(even)::placeholder {
    color: #fbb6ce;
  }

  .lg\:even\:placeholder-pink-400:nth-child(even)::-webkit-input-placeholder {
    color: #f687b3;
  }

  .lg\:even\:placeholder-pink-400:nth-child(even)::-moz-placeholder {
    color: #f687b3;
  }

  .lg\:even\:placeholder-pink-400:nth-child(even):-ms-input-placeholder {
    color: #f687b3;
  }

  .lg\:even\:placeholder-pink-400:nth-child(even)::-ms-input-placeholder {
    color: #f687b3;
  }

  .lg\:even\:placeholder-pink-400:nth-child(even)::placeholder {
    color: #f687b3;
  }

  .lg\:even\:placeholder-pink-500:nth-child(even)::-webkit-input-placeholder {
    color: #ed64a6;
  }

  .lg\:even\:placeholder-pink-500:nth-child(even)::-moz-placeholder {
    color: #ed64a6;
  }

  .lg\:even\:placeholder-pink-500:nth-child(even):-ms-input-placeholder {
    color: #ed64a6;
  }

  .lg\:even\:placeholder-pink-500:nth-child(even)::-ms-input-placeholder {
    color: #ed64a6;
  }

  .lg\:even\:placeholder-pink-500:nth-child(even)::placeholder {
    color: #ed64a6;
  }

  .lg\:even\:placeholder-pink-600:nth-child(even)::-webkit-input-placeholder {
    color: #d53f8c;
  }

  .lg\:even\:placeholder-pink-600:nth-child(even)::-moz-placeholder {
    color: #d53f8c;
  }

  .lg\:even\:placeholder-pink-600:nth-child(even):-ms-input-placeholder {
    color: #d53f8c;
  }

  .lg\:even\:placeholder-pink-600:nth-child(even)::-ms-input-placeholder {
    color: #d53f8c;
  }

  .lg\:even\:placeholder-pink-600:nth-child(even)::placeholder {
    color: #d53f8c;
  }

  .lg\:even\:placeholder-pink-700:nth-child(even)::-webkit-input-placeholder {
    color: #b83280;
  }

  .lg\:even\:placeholder-pink-700:nth-child(even)::-moz-placeholder {
    color: #b83280;
  }

  .lg\:even\:placeholder-pink-700:nth-child(even):-ms-input-placeholder {
    color: #b83280;
  }

  .lg\:even\:placeholder-pink-700:nth-child(even)::-ms-input-placeholder {
    color: #b83280;
  }

  .lg\:even\:placeholder-pink-700:nth-child(even)::placeholder {
    color: #b83280;
  }

  .lg\:even\:placeholder-pink-800:nth-child(even)::-webkit-input-placeholder {
    color: #97266d;
  }

  .lg\:even\:placeholder-pink-800:nth-child(even)::-moz-placeholder {
    color: #97266d;
  }

  .lg\:even\:placeholder-pink-800:nth-child(even):-ms-input-placeholder {
    color: #97266d;
  }

  .lg\:even\:placeholder-pink-800:nth-child(even)::-ms-input-placeholder {
    color: #97266d;
  }

  .lg\:even\:placeholder-pink-800:nth-child(even)::placeholder {
    color: #97266d;
  }

  .lg\:even\:placeholder-pink-900:nth-child(even)::-webkit-input-placeholder {
    color: #702459;
  }

  .lg\:even\:placeholder-pink-900:nth-child(even)::-moz-placeholder {
    color: #702459;
  }

  .lg\:even\:placeholder-pink-900:nth-child(even):-ms-input-placeholder {
    color: #702459;
  }

  .lg\:even\:placeholder-pink-900:nth-child(even)::-ms-input-placeholder {
    color: #702459;
  }

  .lg\:even\:placeholder-pink-900:nth-child(even)::placeholder {
    color: #702459;
  }

  .lg\:hover\:placeholder-transparent:hover::-webkit-input-placeholder {
    color: transparent;
  }

  .lg\:hover\:placeholder-transparent:hover::-moz-placeholder {
    color: transparent;
  }

  .lg\:hover\:placeholder-transparent:hover:-ms-input-placeholder {
    color: transparent;
  }

  .lg\:hover\:placeholder-transparent:hover::-ms-input-placeholder {
    color: transparent;
  }

  .lg\:hover\:placeholder-transparent:hover::placeholder {
    color: transparent;
  }

  .lg\:hover\:placeholder-black:hover::-webkit-input-placeholder {
    color: #000;
  }

  .lg\:hover\:placeholder-black:hover::-moz-placeholder {
    color: #000;
  }

  .lg\:hover\:placeholder-black:hover:-ms-input-placeholder {
    color: #000;
  }

  .lg\:hover\:placeholder-black:hover::-ms-input-placeholder {
    color: #000;
  }

  .lg\:hover\:placeholder-black:hover::placeholder {
    color: #000;
  }

  .lg\:hover\:placeholder-white:hover::-webkit-input-placeholder {
    color: #fff;
  }

  .lg\:hover\:placeholder-white:hover::-moz-placeholder {
    color: #fff;
  }

  .lg\:hover\:placeholder-white:hover:-ms-input-placeholder {
    color: #fff;
  }

  .lg\:hover\:placeholder-white:hover::-ms-input-placeholder {
    color: #fff;
  }

  .lg\:hover\:placeholder-white:hover::placeholder {
    color: #fff;
  }

  .lg\:hover\:placeholder-gray-100:hover::-webkit-input-placeholder {
    color: #f7fafc;
  }

  .lg\:hover\:placeholder-gray-100:hover::-moz-placeholder {
    color: #f7fafc;
  }

  .lg\:hover\:placeholder-gray-100:hover:-ms-input-placeholder {
    color: #f7fafc;
  }

  .lg\:hover\:placeholder-gray-100:hover::-ms-input-placeholder {
    color: #f7fafc;
  }

  .lg\:hover\:placeholder-gray-100:hover::placeholder {
    color: #f7fafc;
  }

  .lg\:hover\:placeholder-gray-200:hover::-webkit-input-placeholder {
    color: #edf2f7;
  }

  .lg\:hover\:placeholder-gray-200:hover::-moz-placeholder {
    color: #edf2f7;
  }

  .lg\:hover\:placeholder-gray-200:hover:-ms-input-placeholder {
    color: #edf2f7;
  }

  .lg\:hover\:placeholder-gray-200:hover::-ms-input-placeholder {
    color: #edf2f7;
  }

  .lg\:hover\:placeholder-gray-200:hover::placeholder {
    color: #edf2f7;
  }

  .lg\:hover\:placeholder-gray-300:hover::-webkit-input-placeholder {
    color: #e2e8f0;
  }

  .lg\:hover\:placeholder-gray-300:hover::-moz-placeholder {
    color: #e2e8f0;
  }

  .lg\:hover\:placeholder-gray-300:hover:-ms-input-placeholder {
    color: #e2e8f0;
  }

  .lg\:hover\:placeholder-gray-300:hover::-ms-input-placeholder {
    color: #e2e8f0;
  }

  .lg\:hover\:placeholder-gray-300:hover::placeholder {
    color: #e2e8f0;
  }

  .lg\:hover\:placeholder-gray-400:hover::-webkit-input-placeholder {
    color: #cbd5e0;
  }

  .lg\:hover\:placeholder-gray-400:hover::-moz-placeholder {
    color: #cbd5e0;
  }

  .lg\:hover\:placeholder-gray-400:hover:-ms-input-placeholder {
    color: #cbd5e0;
  }

  .lg\:hover\:placeholder-gray-400:hover::-ms-input-placeholder {
    color: #cbd5e0;
  }

  .lg\:hover\:placeholder-gray-400:hover::placeholder {
    color: #cbd5e0;
  }

  .lg\:hover\:placeholder-gray-500:hover::-webkit-input-placeholder {
    color: #a0aec0;
  }

  .lg\:hover\:placeholder-gray-500:hover::-moz-placeholder {
    color: #a0aec0;
  }

  .lg\:hover\:placeholder-gray-500:hover:-ms-input-placeholder {
    color: #a0aec0;
  }

  .lg\:hover\:placeholder-gray-500:hover::-ms-input-placeholder {
    color: #a0aec0;
  }

  .lg\:hover\:placeholder-gray-500:hover::placeholder {
    color: #a0aec0;
  }

  .lg\:hover\:placeholder-gray-600:hover::-webkit-input-placeholder {
    color: #718096;
  }

  .lg\:hover\:placeholder-gray-600:hover::-moz-placeholder {
    color: #718096;
  }

  .lg\:hover\:placeholder-gray-600:hover:-ms-input-placeholder {
    color: #718096;
  }

  .lg\:hover\:placeholder-gray-600:hover::-ms-input-placeholder {
    color: #718096;
  }

  .lg\:hover\:placeholder-gray-600:hover::placeholder {
    color: #718096;
  }

  .lg\:hover\:placeholder-gray-700:hover::-webkit-input-placeholder {
    color: #4a5568;
  }

  .lg\:hover\:placeholder-gray-700:hover::-moz-placeholder {
    color: #4a5568;
  }

  .lg\:hover\:placeholder-gray-700:hover:-ms-input-placeholder {
    color: #4a5568;
  }

  .lg\:hover\:placeholder-gray-700:hover::-ms-input-placeholder {
    color: #4a5568;
  }

  .lg\:hover\:placeholder-gray-700:hover::placeholder {
    color: #4a5568;
  }

  .lg\:hover\:placeholder-gray-800:hover::-webkit-input-placeholder {
    color: #2d3748;
  }

  .lg\:hover\:placeholder-gray-800:hover::-moz-placeholder {
    color: #2d3748;
  }

  .lg\:hover\:placeholder-gray-800:hover:-ms-input-placeholder {
    color: #2d3748;
  }

  .lg\:hover\:placeholder-gray-800:hover::-ms-input-placeholder {
    color: #2d3748;
  }

  .lg\:hover\:placeholder-gray-800:hover::placeholder {
    color: #2d3748;
  }

  .lg\:hover\:placeholder-gray-900:hover::-webkit-input-placeholder {
    color: #1a202c;
  }

  .lg\:hover\:placeholder-gray-900:hover::-moz-placeholder {
    color: #1a202c;
  }

  .lg\:hover\:placeholder-gray-900:hover:-ms-input-placeholder {
    color: #1a202c;
  }

  .lg\:hover\:placeholder-gray-900:hover::-ms-input-placeholder {
    color: #1a202c;
  }

  .lg\:hover\:placeholder-gray-900:hover::placeholder {
    color: #1a202c;
  }

  .lg\:hover\:placeholder-red-100:hover::-webkit-input-placeholder {
    color: #fff5f5;
  }

  .lg\:hover\:placeholder-red-100:hover::-moz-placeholder {
    color: #fff5f5;
  }

  .lg\:hover\:placeholder-red-100:hover:-ms-input-placeholder {
    color: #fff5f5;
  }

  .lg\:hover\:placeholder-red-100:hover::-ms-input-placeholder {
    color: #fff5f5;
  }

  .lg\:hover\:placeholder-red-100:hover::placeholder {
    color: #fff5f5;
  }

  .lg\:hover\:placeholder-red-200:hover::-webkit-input-placeholder {
    color: #fed7d7;
  }

  .lg\:hover\:placeholder-red-200:hover::-moz-placeholder {
    color: #fed7d7;
  }

  .lg\:hover\:placeholder-red-200:hover:-ms-input-placeholder {
    color: #fed7d7;
  }

  .lg\:hover\:placeholder-red-200:hover::-ms-input-placeholder {
    color: #fed7d7;
  }

  .lg\:hover\:placeholder-red-200:hover::placeholder {
    color: #fed7d7;
  }

  .lg\:hover\:placeholder-red-300:hover::-webkit-input-placeholder {
    color: #feb2b2;
  }

  .lg\:hover\:placeholder-red-300:hover::-moz-placeholder {
    color: #feb2b2;
  }

  .lg\:hover\:placeholder-red-300:hover:-ms-input-placeholder {
    color: #feb2b2;
  }

  .lg\:hover\:placeholder-red-300:hover::-ms-input-placeholder {
    color: #feb2b2;
  }

  .lg\:hover\:placeholder-red-300:hover::placeholder {
    color: #feb2b2;
  }

  .lg\:hover\:placeholder-red-400:hover::-webkit-input-placeholder {
    color: #fc8181;
  }

  .lg\:hover\:placeholder-red-400:hover::-moz-placeholder {
    color: #fc8181;
  }

  .lg\:hover\:placeholder-red-400:hover:-ms-input-placeholder {
    color: #fc8181;
  }

  .lg\:hover\:placeholder-red-400:hover::-ms-input-placeholder {
    color: #fc8181;
  }

  .lg\:hover\:placeholder-red-400:hover::placeholder {
    color: #fc8181;
  }

  .lg\:hover\:placeholder-red-500:hover::-webkit-input-placeholder {
    color: #f56565;
  }

  .lg\:hover\:placeholder-red-500:hover::-moz-placeholder {
    color: #f56565;
  }

  .lg\:hover\:placeholder-red-500:hover:-ms-input-placeholder {
    color: #f56565;
  }

  .lg\:hover\:placeholder-red-500:hover::-ms-input-placeholder {
    color: #f56565;
  }

  .lg\:hover\:placeholder-red-500:hover::placeholder {
    color: #f56565;
  }

  .lg\:hover\:placeholder-red-600:hover::-webkit-input-placeholder {
    color: #e53e3e;
  }

  .lg\:hover\:placeholder-red-600:hover::-moz-placeholder {
    color: #e53e3e;
  }

  .lg\:hover\:placeholder-red-600:hover:-ms-input-placeholder {
    color: #e53e3e;
  }

  .lg\:hover\:placeholder-red-600:hover::-ms-input-placeholder {
    color: #e53e3e;
  }

  .lg\:hover\:placeholder-red-600:hover::placeholder {
    color: #e53e3e;
  }

  .lg\:hover\:placeholder-red-700:hover::-webkit-input-placeholder {
    color: #c53030;
  }

  .lg\:hover\:placeholder-red-700:hover::-moz-placeholder {
    color: #c53030;
  }

  .lg\:hover\:placeholder-red-700:hover:-ms-input-placeholder {
    color: #c53030;
  }

  .lg\:hover\:placeholder-red-700:hover::-ms-input-placeholder {
    color: #c53030;
  }

  .lg\:hover\:placeholder-red-700:hover::placeholder {
    color: #c53030;
  }

  .lg\:hover\:placeholder-red-800:hover::-webkit-input-placeholder {
    color: #9b2c2c;
  }

  .lg\:hover\:placeholder-red-800:hover::-moz-placeholder {
    color: #9b2c2c;
  }

  .lg\:hover\:placeholder-red-800:hover:-ms-input-placeholder {
    color: #9b2c2c;
  }

  .lg\:hover\:placeholder-red-800:hover::-ms-input-placeholder {
    color: #9b2c2c;
  }

  .lg\:hover\:placeholder-red-800:hover::placeholder {
    color: #9b2c2c;
  }

  .lg\:hover\:placeholder-red-900:hover::-webkit-input-placeholder {
    color: #742a2a;
  }

  .lg\:hover\:placeholder-red-900:hover::-moz-placeholder {
    color: #742a2a;
  }

  .lg\:hover\:placeholder-red-900:hover:-ms-input-placeholder {
    color: #742a2a;
  }

  .lg\:hover\:placeholder-red-900:hover::-ms-input-placeholder {
    color: #742a2a;
  }

  .lg\:hover\:placeholder-red-900:hover::placeholder {
    color: #742a2a;
  }

  .lg\:hover\:placeholder-orange-100:hover::-webkit-input-placeholder {
    color: #fffaf0;
  }

  .lg\:hover\:placeholder-orange-100:hover::-moz-placeholder {
    color: #fffaf0;
  }

  .lg\:hover\:placeholder-orange-100:hover:-ms-input-placeholder {
    color: #fffaf0;
  }

  .lg\:hover\:placeholder-orange-100:hover::-ms-input-placeholder {
    color: #fffaf0;
  }

  .lg\:hover\:placeholder-orange-100:hover::placeholder {
    color: #fffaf0;
  }

  .lg\:hover\:placeholder-orange-200:hover::-webkit-input-placeholder {
    color: #feebc8;
  }

  .lg\:hover\:placeholder-orange-200:hover::-moz-placeholder {
    color: #feebc8;
  }

  .lg\:hover\:placeholder-orange-200:hover:-ms-input-placeholder {
    color: #feebc8;
  }

  .lg\:hover\:placeholder-orange-200:hover::-ms-input-placeholder {
    color: #feebc8;
  }

  .lg\:hover\:placeholder-orange-200:hover::placeholder {
    color: #feebc8;
  }

  .lg\:hover\:placeholder-orange-300:hover::-webkit-input-placeholder {
    color: #fbd38d;
  }

  .lg\:hover\:placeholder-orange-300:hover::-moz-placeholder {
    color: #fbd38d;
  }

  .lg\:hover\:placeholder-orange-300:hover:-ms-input-placeholder {
    color: #fbd38d;
  }

  .lg\:hover\:placeholder-orange-300:hover::-ms-input-placeholder {
    color: #fbd38d;
  }

  .lg\:hover\:placeholder-orange-300:hover::placeholder {
    color: #fbd38d;
  }

  .lg\:hover\:placeholder-orange-400:hover::-webkit-input-placeholder {
    color: #f6ad55;
  }

  .lg\:hover\:placeholder-orange-400:hover::-moz-placeholder {
    color: #f6ad55;
  }

  .lg\:hover\:placeholder-orange-400:hover:-ms-input-placeholder {
    color: #f6ad55;
  }

  .lg\:hover\:placeholder-orange-400:hover::-ms-input-placeholder {
    color: #f6ad55;
  }

  .lg\:hover\:placeholder-orange-400:hover::placeholder {
    color: #f6ad55;
  }

  .lg\:hover\:placeholder-orange-500:hover::-webkit-input-placeholder {
    color: #ed8936;
  }

  .lg\:hover\:placeholder-orange-500:hover::-moz-placeholder {
    color: #ed8936;
  }

  .lg\:hover\:placeholder-orange-500:hover:-ms-input-placeholder {
    color: #ed8936;
  }

  .lg\:hover\:placeholder-orange-500:hover::-ms-input-placeholder {
    color: #ed8936;
  }

  .lg\:hover\:placeholder-orange-500:hover::placeholder {
    color: #ed8936;
  }

  .lg\:hover\:placeholder-orange-600:hover::-webkit-input-placeholder {
    color: #dd6b20;
  }

  .lg\:hover\:placeholder-orange-600:hover::-moz-placeholder {
    color: #dd6b20;
  }

  .lg\:hover\:placeholder-orange-600:hover:-ms-input-placeholder {
    color: #dd6b20;
  }

  .lg\:hover\:placeholder-orange-600:hover::-ms-input-placeholder {
    color: #dd6b20;
  }

  .lg\:hover\:placeholder-orange-600:hover::placeholder {
    color: #dd6b20;
  }

  .lg\:hover\:placeholder-orange-700:hover::-webkit-input-placeholder {
    color: #c05621;
  }

  .lg\:hover\:placeholder-orange-700:hover::-moz-placeholder {
    color: #c05621;
  }

  .lg\:hover\:placeholder-orange-700:hover:-ms-input-placeholder {
    color: #c05621;
  }

  .lg\:hover\:placeholder-orange-700:hover::-ms-input-placeholder {
    color: #c05621;
  }

  .lg\:hover\:placeholder-orange-700:hover::placeholder {
    color: #c05621;
  }

  .lg\:hover\:placeholder-orange-800:hover::-webkit-input-placeholder {
    color: #9c4221;
  }

  .lg\:hover\:placeholder-orange-800:hover::-moz-placeholder {
    color: #9c4221;
  }

  .lg\:hover\:placeholder-orange-800:hover:-ms-input-placeholder {
    color: #9c4221;
  }

  .lg\:hover\:placeholder-orange-800:hover::-ms-input-placeholder {
    color: #9c4221;
  }

  .lg\:hover\:placeholder-orange-800:hover::placeholder {
    color: #9c4221;
  }

  .lg\:hover\:placeholder-orange-900:hover::-webkit-input-placeholder {
    color: #7b341e;
  }

  .lg\:hover\:placeholder-orange-900:hover::-moz-placeholder {
    color: #7b341e;
  }

  .lg\:hover\:placeholder-orange-900:hover:-ms-input-placeholder {
    color: #7b341e;
  }

  .lg\:hover\:placeholder-orange-900:hover::-ms-input-placeholder {
    color: #7b341e;
  }

  .lg\:hover\:placeholder-orange-900:hover::placeholder {
    color: #7b341e;
  }

  .lg\:hover\:placeholder-yellow-100:hover::-webkit-input-placeholder {
    color: #fffff0;
  }

  .lg\:hover\:placeholder-yellow-100:hover::-moz-placeholder {
    color: #fffff0;
  }

  .lg\:hover\:placeholder-yellow-100:hover:-ms-input-placeholder {
    color: #fffff0;
  }

  .lg\:hover\:placeholder-yellow-100:hover::-ms-input-placeholder {
    color: #fffff0;
  }

  .lg\:hover\:placeholder-yellow-100:hover::placeholder {
    color: #fffff0;
  }

  .lg\:hover\:placeholder-yellow-200:hover::-webkit-input-placeholder {
    color: #fefcbf;
  }

  .lg\:hover\:placeholder-yellow-200:hover::-moz-placeholder {
    color: #fefcbf;
  }

  .lg\:hover\:placeholder-yellow-200:hover:-ms-input-placeholder {
    color: #fefcbf;
  }

  .lg\:hover\:placeholder-yellow-200:hover::-ms-input-placeholder {
    color: #fefcbf;
  }

  .lg\:hover\:placeholder-yellow-200:hover::placeholder {
    color: #fefcbf;
  }

  .lg\:hover\:placeholder-yellow-300:hover::-webkit-input-placeholder {
    color: #faf089;
  }

  .lg\:hover\:placeholder-yellow-300:hover::-moz-placeholder {
    color: #faf089;
  }

  .lg\:hover\:placeholder-yellow-300:hover:-ms-input-placeholder {
    color: #faf089;
  }

  .lg\:hover\:placeholder-yellow-300:hover::-ms-input-placeholder {
    color: #faf089;
  }

  .lg\:hover\:placeholder-yellow-300:hover::placeholder {
    color: #faf089;
  }

  .lg\:hover\:placeholder-yellow-400:hover::-webkit-input-placeholder {
    color: #f6e05e;
  }

  .lg\:hover\:placeholder-yellow-400:hover::-moz-placeholder {
    color: #f6e05e;
  }

  .lg\:hover\:placeholder-yellow-400:hover:-ms-input-placeholder {
    color: #f6e05e;
  }

  .lg\:hover\:placeholder-yellow-400:hover::-ms-input-placeholder {
    color: #f6e05e;
  }

  .lg\:hover\:placeholder-yellow-400:hover::placeholder {
    color: #f6e05e;
  }

  .lg\:hover\:placeholder-yellow-500:hover::-webkit-input-placeholder {
    color: #ecc94b;
  }

  .lg\:hover\:placeholder-yellow-500:hover::-moz-placeholder {
    color: #ecc94b;
  }

  .lg\:hover\:placeholder-yellow-500:hover:-ms-input-placeholder {
    color: #ecc94b;
  }

  .lg\:hover\:placeholder-yellow-500:hover::-ms-input-placeholder {
    color: #ecc94b;
  }

  .lg\:hover\:placeholder-yellow-500:hover::placeholder {
    color: #ecc94b;
  }

  .lg\:hover\:placeholder-yellow-600:hover::-webkit-input-placeholder {
    color: #d69e2e;
  }

  .lg\:hover\:placeholder-yellow-600:hover::-moz-placeholder {
    color: #d69e2e;
  }

  .lg\:hover\:placeholder-yellow-600:hover:-ms-input-placeholder {
    color: #d69e2e;
  }

  .lg\:hover\:placeholder-yellow-600:hover::-ms-input-placeholder {
    color: #d69e2e;
  }

  .lg\:hover\:placeholder-yellow-600:hover::placeholder {
    color: #d69e2e;
  }

  .lg\:hover\:placeholder-yellow-700:hover::-webkit-input-placeholder {
    color: #b7791f;
  }

  .lg\:hover\:placeholder-yellow-700:hover::-moz-placeholder {
    color: #b7791f;
  }

  .lg\:hover\:placeholder-yellow-700:hover:-ms-input-placeholder {
    color: #b7791f;
  }

  .lg\:hover\:placeholder-yellow-700:hover::-ms-input-placeholder {
    color: #b7791f;
  }

  .lg\:hover\:placeholder-yellow-700:hover::placeholder {
    color: #b7791f;
  }

  .lg\:hover\:placeholder-yellow-800:hover::-webkit-input-placeholder {
    color: #975a16;
  }

  .lg\:hover\:placeholder-yellow-800:hover::-moz-placeholder {
    color: #975a16;
  }

  .lg\:hover\:placeholder-yellow-800:hover:-ms-input-placeholder {
    color: #975a16;
  }

  .lg\:hover\:placeholder-yellow-800:hover::-ms-input-placeholder {
    color: #975a16;
  }

  .lg\:hover\:placeholder-yellow-800:hover::placeholder {
    color: #975a16;
  }

  .lg\:hover\:placeholder-yellow-900:hover::-webkit-input-placeholder {
    color: #744210;
  }

  .lg\:hover\:placeholder-yellow-900:hover::-moz-placeholder {
    color: #744210;
  }

  .lg\:hover\:placeholder-yellow-900:hover:-ms-input-placeholder {
    color: #744210;
  }

  .lg\:hover\:placeholder-yellow-900:hover::-ms-input-placeholder {
    color: #744210;
  }

  .lg\:hover\:placeholder-yellow-900:hover::placeholder {
    color: #744210;
  }

  .lg\:hover\:placeholder-green-100:hover::-webkit-input-placeholder {
    color: #f0fff4;
  }

  .lg\:hover\:placeholder-green-100:hover::-moz-placeholder {
    color: #f0fff4;
  }

  .lg\:hover\:placeholder-green-100:hover:-ms-input-placeholder {
    color: #f0fff4;
  }

  .lg\:hover\:placeholder-green-100:hover::-ms-input-placeholder {
    color: #f0fff4;
  }

  .lg\:hover\:placeholder-green-100:hover::placeholder {
    color: #f0fff4;
  }

  .lg\:hover\:placeholder-green-200:hover::-webkit-input-placeholder {
    color: #c6f6d5;
  }

  .lg\:hover\:placeholder-green-200:hover::-moz-placeholder {
    color: #c6f6d5;
  }

  .lg\:hover\:placeholder-green-200:hover:-ms-input-placeholder {
    color: #c6f6d5;
  }

  .lg\:hover\:placeholder-green-200:hover::-ms-input-placeholder {
    color: #c6f6d5;
  }

  .lg\:hover\:placeholder-green-200:hover::placeholder {
    color: #c6f6d5;
  }

  .lg\:hover\:placeholder-green-300:hover::-webkit-input-placeholder {
    color: #9ae6b4;
  }

  .lg\:hover\:placeholder-green-300:hover::-moz-placeholder {
    color: #9ae6b4;
  }

  .lg\:hover\:placeholder-green-300:hover:-ms-input-placeholder {
    color: #9ae6b4;
  }

  .lg\:hover\:placeholder-green-300:hover::-ms-input-placeholder {
    color: #9ae6b4;
  }

  .lg\:hover\:placeholder-green-300:hover::placeholder {
    color: #9ae6b4;
  }

  .lg\:hover\:placeholder-green-400:hover::-webkit-input-placeholder {
    color: #68d391;
  }

  .lg\:hover\:placeholder-green-400:hover::-moz-placeholder {
    color: #68d391;
  }

  .lg\:hover\:placeholder-green-400:hover:-ms-input-placeholder {
    color: #68d391;
  }

  .lg\:hover\:placeholder-green-400:hover::-ms-input-placeholder {
    color: #68d391;
  }

  .lg\:hover\:placeholder-green-400:hover::placeholder {
    color: #68d391;
  }

  .lg\:hover\:placeholder-green-500:hover::-webkit-input-placeholder {
    color: #48bb78;
  }

  .lg\:hover\:placeholder-green-500:hover::-moz-placeholder {
    color: #48bb78;
  }

  .lg\:hover\:placeholder-green-500:hover:-ms-input-placeholder {
    color: #48bb78;
  }

  .lg\:hover\:placeholder-green-500:hover::-ms-input-placeholder {
    color: #48bb78;
  }

  .lg\:hover\:placeholder-green-500:hover::placeholder {
    color: #48bb78;
  }

  .lg\:hover\:placeholder-green-600:hover::-webkit-input-placeholder {
    color: #38a169;
  }

  .lg\:hover\:placeholder-green-600:hover::-moz-placeholder {
    color: #38a169;
  }

  .lg\:hover\:placeholder-green-600:hover:-ms-input-placeholder {
    color: #38a169;
  }

  .lg\:hover\:placeholder-green-600:hover::-ms-input-placeholder {
    color: #38a169;
  }

  .lg\:hover\:placeholder-green-600:hover::placeholder {
    color: #38a169;
  }

  .lg\:hover\:placeholder-green-700:hover::-webkit-input-placeholder {
    color: #2f855a;
  }

  .lg\:hover\:placeholder-green-700:hover::-moz-placeholder {
    color: #2f855a;
  }

  .lg\:hover\:placeholder-green-700:hover:-ms-input-placeholder {
    color: #2f855a;
  }

  .lg\:hover\:placeholder-green-700:hover::-ms-input-placeholder {
    color: #2f855a;
  }

  .lg\:hover\:placeholder-green-700:hover::placeholder {
    color: #2f855a;
  }

  .lg\:hover\:placeholder-green-800:hover::-webkit-input-placeholder {
    color: #276749;
  }

  .lg\:hover\:placeholder-green-800:hover::-moz-placeholder {
    color: #276749;
  }

  .lg\:hover\:placeholder-green-800:hover:-ms-input-placeholder {
    color: #276749;
  }

  .lg\:hover\:placeholder-green-800:hover::-ms-input-placeholder {
    color: #276749;
  }

  .lg\:hover\:placeholder-green-800:hover::placeholder {
    color: #276749;
  }

  .lg\:hover\:placeholder-green-900:hover::-webkit-input-placeholder {
    color: #22543d;
  }

  .lg\:hover\:placeholder-green-900:hover::-moz-placeholder {
    color: #22543d;
  }

  .lg\:hover\:placeholder-green-900:hover:-ms-input-placeholder {
    color: #22543d;
  }

  .lg\:hover\:placeholder-green-900:hover::-ms-input-placeholder {
    color: #22543d;
  }

  .lg\:hover\:placeholder-green-900:hover::placeholder {
    color: #22543d;
  }

  .lg\:hover\:placeholder-teal-100:hover::-webkit-input-placeholder {
    color: #e6fffa;
  }

  .lg\:hover\:placeholder-teal-100:hover::-moz-placeholder {
    color: #e6fffa;
  }

  .lg\:hover\:placeholder-teal-100:hover:-ms-input-placeholder {
    color: #e6fffa;
  }

  .lg\:hover\:placeholder-teal-100:hover::-ms-input-placeholder {
    color: #e6fffa;
  }

  .lg\:hover\:placeholder-teal-100:hover::placeholder {
    color: #e6fffa;
  }

  .lg\:hover\:placeholder-teal-200:hover::-webkit-input-placeholder {
    color: #b2f5ea;
  }

  .lg\:hover\:placeholder-teal-200:hover::-moz-placeholder {
    color: #b2f5ea;
  }

  .lg\:hover\:placeholder-teal-200:hover:-ms-input-placeholder {
    color: #b2f5ea;
  }

  .lg\:hover\:placeholder-teal-200:hover::-ms-input-placeholder {
    color: #b2f5ea;
  }

  .lg\:hover\:placeholder-teal-200:hover::placeholder {
    color: #b2f5ea;
  }

  .lg\:hover\:placeholder-teal-300:hover::-webkit-input-placeholder {
    color: #81e6d9;
  }

  .lg\:hover\:placeholder-teal-300:hover::-moz-placeholder {
    color: #81e6d9;
  }

  .lg\:hover\:placeholder-teal-300:hover:-ms-input-placeholder {
    color: #81e6d9;
  }

  .lg\:hover\:placeholder-teal-300:hover::-ms-input-placeholder {
    color: #81e6d9;
  }

  .lg\:hover\:placeholder-teal-300:hover::placeholder {
    color: #81e6d9;
  }

  .lg\:hover\:placeholder-teal-400:hover::-webkit-input-placeholder {
    color: #4fd1c5;
  }

  .lg\:hover\:placeholder-teal-400:hover::-moz-placeholder {
    color: #4fd1c5;
  }

  .lg\:hover\:placeholder-teal-400:hover:-ms-input-placeholder {
    color: #4fd1c5;
  }

  .lg\:hover\:placeholder-teal-400:hover::-ms-input-placeholder {
    color: #4fd1c5;
  }

  .lg\:hover\:placeholder-teal-400:hover::placeholder {
    color: #4fd1c5;
  }

  .lg\:hover\:placeholder-teal-500:hover::-webkit-input-placeholder {
    color: #38b2ac;
  }

  .lg\:hover\:placeholder-teal-500:hover::-moz-placeholder {
    color: #38b2ac;
  }

  .lg\:hover\:placeholder-teal-500:hover:-ms-input-placeholder {
    color: #38b2ac;
  }

  .lg\:hover\:placeholder-teal-500:hover::-ms-input-placeholder {
    color: #38b2ac;
  }

  .lg\:hover\:placeholder-teal-500:hover::placeholder {
    color: #38b2ac;
  }

  .lg\:hover\:placeholder-teal-600:hover::-webkit-input-placeholder {
    color: #319795;
  }

  .lg\:hover\:placeholder-teal-600:hover::-moz-placeholder {
    color: #319795;
  }

  .lg\:hover\:placeholder-teal-600:hover:-ms-input-placeholder {
    color: #319795;
  }

  .lg\:hover\:placeholder-teal-600:hover::-ms-input-placeholder {
    color: #319795;
  }

  .lg\:hover\:placeholder-teal-600:hover::placeholder {
    color: #319795;
  }

  .lg\:hover\:placeholder-teal-700:hover::-webkit-input-placeholder {
    color: #2c7a7b;
  }

  .lg\:hover\:placeholder-teal-700:hover::-moz-placeholder {
    color: #2c7a7b;
  }

  .lg\:hover\:placeholder-teal-700:hover:-ms-input-placeholder {
    color: #2c7a7b;
  }

  .lg\:hover\:placeholder-teal-700:hover::-ms-input-placeholder {
    color: #2c7a7b;
  }

  .lg\:hover\:placeholder-teal-700:hover::placeholder {
    color: #2c7a7b;
  }

  .lg\:hover\:placeholder-teal-800:hover::-webkit-input-placeholder {
    color: #285e61;
  }

  .lg\:hover\:placeholder-teal-800:hover::-moz-placeholder {
    color: #285e61;
  }

  .lg\:hover\:placeholder-teal-800:hover:-ms-input-placeholder {
    color: #285e61;
  }

  .lg\:hover\:placeholder-teal-800:hover::-ms-input-placeholder {
    color: #285e61;
  }

  .lg\:hover\:placeholder-teal-800:hover::placeholder {
    color: #285e61;
  }

  .lg\:hover\:placeholder-teal-900:hover::-webkit-input-placeholder {
    color: #234e52;
  }

  .lg\:hover\:placeholder-teal-900:hover::-moz-placeholder {
    color: #234e52;
  }

  .lg\:hover\:placeholder-teal-900:hover:-ms-input-placeholder {
    color: #234e52;
  }

  .lg\:hover\:placeholder-teal-900:hover::-ms-input-placeholder {
    color: #234e52;
  }

  .lg\:hover\:placeholder-teal-900:hover::placeholder {
    color: #234e52;
  }

  .lg\:hover\:placeholder-blue-100:hover::-webkit-input-placeholder {
    color: #ebf8ff;
  }

  .lg\:hover\:placeholder-blue-100:hover::-moz-placeholder {
    color: #ebf8ff;
  }

  .lg\:hover\:placeholder-blue-100:hover:-ms-input-placeholder {
    color: #ebf8ff;
  }

  .lg\:hover\:placeholder-blue-100:hover::-ms-input-placeholder {
    color: #ebf8ff;
  }

  .lg\:hover\:placeholder-blue-100:hover::placeholder {
    color: #ebf8ff;
  }

  .lg\:hover\:placeholder-blue-200:hover::-webkit-input-placeholder {
    color: #bee3f8;
  }

  .lg\:hover\:placeholder-blue-200:hover::-moz-placeholder {
    color: #bee3f8;
  }

  .lg\:hover\:placeholder-blue-200:hover:-ms-input-placeholder {
    color: #bee3f8;
  }

  .lg\:hover\:placeholder-blue-200:hover::-ms-input-placeholder {
    color: #bee3f8;
  }

  .lg\:hover\:placeholder-blue-200:hover::placeholder {
    color: #bee3f8;
  }

  .lg\:hover\:placeholder-blue-300:hover::-webkit-input-placeholder {
    color: #90cdf4;
  }

  .lg\:hover\:placeholder-blue-300:hover::-moz-placeholder {
    color: #90cdf4;
  }

  .lg\:hover\:placeholder-blue-300:hover:-ms-input-placeholder {
    color: #90cdf4;
  }

  .lg\:hover\:placeholder-blue-300:hover::-ms-input-placeholder {
    color: #90cdf4;
  }

  .lg\:hover\:placeholder-blue-300:hover::placeholder {
    color: #90cdf4;
  }

  .lg\:hover\:placeholder-blue-400:hover::-webkit-input-placeholder {
    color: #63b3ed;
  }

  .lg\:hover\:placeholder-blue-400:hover::-moz-placeholder {
    color: #63b3ed;
  }

  .lg\:hover\:placeholder-blue-400:hover:-ms-input-placeholder {
    color: #63b3ed;
  }

  .lg\:hover\:placeholder-blue-400:hover::-ms-input-placeholder {
    color: #63b3ed;
  }

  .lg\:hover\:placeholder-blue-400:hover::placeholder {
    color: #63b3ed;
  }

  .lg\:hover\:placeholder-blue-500:hover::-webkit-input-placeholder {
    color: #4299e1;
  }

  .lg\:hover\:placeholder-blue-500:hover::-moz-placeholder {
    color: #4299e1;
  }

  .lg\:hover\:placeholder-blue-500:hover:-ms-input-placeholder {
    color: #4299e1;
  }

  .lg\:hover\:placeholder-blue-500:hover::-ms-input-placeholder {
    color: #4299e1;
  }

  .lg\:hover\:placeholder-blue-500:hover::placeholder {
    color: #4299e1;
  }

  .lg\:hover\:placeholder-blue-600:hover::-webkit-input-placeholder {
    color: #3182ce;
  }

  .lg\:hover\:placeholder-blue-600:hover::-moz-placeholder {
    color: #3182ce;
  }

  .lg\:hover\:placeholder-blue-600:hover:-ms-input-placeholder {
    color: #3182ce;
  }

  .lg\:hover\:placeholder-blue-600:hover::-ms-input-placeholder {
    color: #3182ce;
  }

  .lg\:hover\:placeholder-blue-600:hover::placeholder {
    color: #3182ce;
  }

  .lg\:hover\:placeholder-blue-700:hover::-webkit-input-placeholder {
    color: #2b6cb0;
  }

  .lg\:hover\:placeholder-blue-700:hover::-moz-placeholder {
    color: #2b6cb0;
  }

  .lg\:hover\:placeholder-blue-700:hover:-ms-input-placeholder {
    color: #2b6cb0;
  }

  .lg\:hover\:placeholder-blue-700:hover::-ms-input-placeholder {
    color: #2b6cb0;
  }

  .lg\:hover\:placeholder-blue-700:hover::placeholder {
    color: #2b6cb0;
  }

  .lg\:hover\:placeholder-blue-800:hover::-webkit-input-placeholder {
    color: #2c5282;
  }

  .lg\:hover\:placeholder-blue-800:hover::-moz-placeholder {
    color: #2c5282;
  }

  .lg\:hover\:placeholder-blue-800:hover:-ms-input-placeholder {
    color: #2c5282;
  }

  .lg\:hover\:placeholder-blue-800:hover::-ms-input-placeholder {
    color: #2c5282;
  }

  .lg\:hover\:placeholder-blue-800:hover::placeholder {
    color: #2c5282;
  }

  .lg\:hover\:placeholder-blue-900:hover::-webkit-input-placeholder {
    color: #2a4365;
  }

  .lg\:hover\:placeholder-blue-900:hover::-moz-placeholder {
    color: #2a4365;
  }

  .lg\:hover\:placeholder-blue-900:hover:-ms-input-placeholder {
    color: #2a4365;
  }

  .lg\:hover\:placeholder-blue-900:hover::-ms-input-placeholder {
    color: #2a4365;
  }

  .lg\:hover\:placeholder-blue-900:hover::placeholder {
    color: #2a4365;
  }

  .lg\:hover\:placeholder-indigo-100:hover::-webkit-input-placeholder {
    color: #ebf4ff;
  }

  .lg\:hover\:placeholder-indigo-100:hover::-moz-placeholder {
    color: #ebf4ff;
  }

  .lg\:hover\:placeholder-indigo-100:hover:-ms-input-placeholder {
    color: #ebf4ff;
  }

  .lg\:hover\:placeholder-indigo-100:hover::-ms-input-placeholder {
    color: #ebf4ff;
  }

  .lg\:hover\:placeholder-indigo-100:hover::placeholder {
    color: #ebf4ff;
  }

  .lg\:hover\:placeholder-indigo-200:hover::-webkit-input-placeholder {
    color: #c3dafe;
  }

  .lg\:hover\:placeholder-indigo-200:hover::-moz-placeholder {
    color: #c3dafe;
  }

  .lg\:hover\:placeholder-indigo-200:hover:-ms-input-placeholder {
    color: #c3dafe;
  }

  .lg\:hover\:placeholder-indigo-200:hover::-ms-input-placeholder {
    color: #c3dafe;
  }

  .lg\:hover\:placeholder-indigo-200:hover::placeholder {
    color: #c3dafe;
  }

  .lg\:hover\:placeholder-indigo-300:hover::-webkit-input-placeholder {
    color: #a3bffa;
  }

  .lg\:hover\:placeholder-indigo-300:hover::-moz-placeholder {
    color: #a3bffa;
  }

  .lg\:hover\:placeholder-indigo-300:hover:-ms-input-placeholder {
    color: #a3bffa;
  }

  .lg\:hover\:placeholder-indigo-300:hover::-ms-input-placeholder {
    color: #a3bffa;
  }

  .lg\:hover\:placeholder-indigo-300:hover::placeholder {
    color: #a3bffa;
  }

  .lg\:hover\:placeholder-indigo-400:hover::-webkit-input-placeholder {
    color: #7f9cf5;
  }

  .lg\:hover\:placeholder-indigo-400:hover::-moz-placeholder {
    color: #7f9cf5;
  }

  .lg\:hover\:placeholder-indigo-400:hover:-ms-input-placeholder {
    color: #7f9cf5;
  }

  .lg\:hover\:placeholder-indigo-400:hover::-ms-input-placeholder {
    color: #7f9cf5;
  }

  .lg\:hover\:placeholder-indigo-400:hover::placeholder {
    color: #7f9cf5;
  }

  .lg\:hover\:placeholder-indigo-500:hover::-webkit-input-placeholder {
    color: #667eea;
  }

  .lg\:hover\:placeholder-indigo-500:hover::-moz-placeholder {
    color: #667eea;
  }

  .lg\:hover\:placeholder-indigo-500:hover:-ms-input-placeholder {
    color: #667eea;
  }

  .lg\:hover\:placeholder-indigo-500:hover::-ms-input-placeholder {
    color: #667eea;
  }

  .lg\:hover\:placeholder-indigo-500:hover::placeholder {
    color: #667eea;
  }

  .lg\:hover\:placeholder-indigo-600:hover::-webkit-input-placeholder {
    color: #5a67d8;
  }

  .lg\:hover\:placeholder-indigo-600:hover::-moz-placeholder {
    color: #5a67d8;
  }

  .lg\:hover\:placeholder-indigo-600:hover:-ms-input-placeholder {
    color: #5a67d8;
  }

  .lg\:hover\:placeholder-indigo-600:hover::-ms-input-placeholder {
    color: #5a67d8;
  }

  .lg\:hover\:placeholder-indigo-600:hover::placeholder {
    color: #5a67d8;
  }

  .lg\:hover\:placeholder-indigo-700:hover::-webkit-input-placeholder {
    color: #4c51bf;
  }

  .lg\:hover\:placeholder-indigo-700:hover::-moz-placeholder {
    color: #4c51bf;
  }

  .lg\:hover\:placeholder-indigo-700:hover:-ms-input-placeholder {
    color: #4c51bf;
  }

  .lg\:hover\:placeholder-indigo-700:hover::-ms-input-placeholder {
    color: #4c51bf;
  }

  .lg\:hover\:placeholder-indigo-700:hover::placeholder {
    color: #4c51bf;
  }

  .lg\:hover\:placeholder-indigo-800:hover::-webkit-input-placeholder {
    color: #434190;
  }

  .lg\:hover\:placeholder-indigo-800:hover::-moz-placeholder {
    color: #434190;
  }

  .lg\:hover\:placeholder-indigo-800:hover:-ms-input-placeholder {
    color: #434190;
  }

  .lg\:hover\:placeholder-indigo-800:hover::-ms-input-placeholder {
    color: #434190;
  }

  .lg\:hover\:placeholder-indigo-800:hover::placeholder {
    color: #434190;
  }

  .lg\:hover\:placeholder-indigo-900:hover::-webkit-input-placeholder {
    color: #3c366b;
  }

  .lg\:hover\:placeholder-indigo-900:hover::-moz-placeholder {
    color: #3c366b;
  }

  .lg\:hover\:placeholder-indigo-900:hover:-ms-input-placeholder {
    color: #3c366b;
  }

  .lg\:hover\:placeholder-indigo-900:hover::-ms-input-placeholder {
    color: #3c366b;
  }

  .lg\:hover\:placeholder-indigo-900:hover::placeholder {
    color: #3c366b;
  }

  .lg\:hover\:placeholder-purple-100:hover::-webkit-input-placeholder {
    color: #faf5ff;
  }

  .lg\:hover\:placeholder-purple-100:hover::-moz-placeholder {
    color: #faf5ff;
  }

  .lg\:hover\:placeholder-purple-100:hover:-ms-input-placeholder {
    color: #faf5ff;
  }

  .lg\:hover\:placeholder-purple-100:hover::-ms-input-placeholder {
    color: #faf5ff;
  }

  .lg\:hover\:placeholder-purple-100:hover::placeholder {
    color: #faf5ff;
  }

  .lg\:hover\:placeholder-purple-200:hover::-webkit-input-placeholder {
    color: #e9d8fd;
  }

  .lg\:hover\:placeholder-purple-200:hover::-moz-placeholder {
    color: #e9d8fd;
  }

  .lg\:hover\:placeholder-purple-200:hover:-ms-input-placeholder {
    color: #e9d8fd;
  }

  .lg\:hover\:placeholder-purple-200:hover::-ms-input-placeholder {
    color: #e9d8fd;
  }

  .lg\:hover\:placeholder-purple-200:hover::placeholder {
    color: #e9d8fd;
  }

  .lg\:hover\:placeholder-purple-300:hover::-webkit-input-placeholder {
    color: #d6bcfa;
  }

  .lg\:hover\:placeholder-purple-300:hover::-moz-placeholder {
    color: #d6bcfa;
  }

  .lg\:hover\:placeholder-purple-300:hover:-ms-input-placeholder {
    color: #d6bcfa;
  }

  .lg\:hover\:placeholder-purple-300:hover::-ms-input-placeholder {
    color: #d6bcfa;
  }

  .lg\:hover\:placeholder-purple-300:hover::placeholder {
    color: #d6bcfa;
  }

  .lg\:hover\:placeholder-purple-400:hover::-webkit-input-placeholder {
    color: #b794f4;
  }

  .lg\:hover\:placeholder-purple-400:hover::-moz-placeholder {
    color: #b794f4;
  }

  .lg\:hover\:placeholder-purple-400:hover:-ms-input-placeholder {
    color: #b794f4;
  }

  .lg\:hover\:placeholder-purple-400:hover::-ms-input-placeholder {
    color: #b794f4;
  }

  .lg\:hover\:placeholder-purple-400:hover::placeholder {
    color: #b794f4;
  }

  .lg\:hover\:placeholder-purple-500:hover::-webkit-input-placeholder {
    color: #9f7aea;
  }

  .lg\:hover\:placeholder-purple-500:hover::-moz-placeholder {
    color: #9f7aea;
  }

  .lg\:hover\:placeholder-purple-500:hover:-ms-input-placeholder {
    color: #9f7aea;
  }

  .lg\:hover\:placeholder-purple-500:hover::-ms-input-placeholder {
    color: #9f7aea;
  }

  .lg\:hover\:placeholder-purple-500:hover::placeholder {
    color: #9f7aea;
  }

  .lg\:hover\:placeholder-purple-600:hover::-webkit-input-placeholder {
    color: #805ad5;
  }

  .lg\:hover\:placeholder-purple-600:hover::-moz-placeholder {
    color: #805ad5;
  }

  .lg\:hover\:placeholder-purple-600:hover:-ms-input-placeholder {
    color: #805ad5;
  }

  .lg\:hover\:placeholder-purple-600:hover::-ms-input-placeholder {
    color: #805ad5;
  }

  .lg\:hover\:placeholder-purple-600:hover::placeholder {
    color: #805ad5;
  }

  .lg\:hover\:placeholder-purple-700:hover::-webkit-input-placeholder {
    color: #6b46c1;
  }

  .lg\:hover\:placeholder-purple-700:hover::-moz-placeholder {
    color: #6b46c1;
  }

  .lg\:hover\:placeholder-purple-700:hover:-ms-input-placeholder {
    color: #6b46c1;
  }

  .lg\:hover\:placeholder-purple-700:hover::-ms-input-placeholder {
    color: #6b46c1;
  }

  .lg\:hover\:placeholder-purple-700:hover::placeholder {
    color: #6b46c1;
  }

  .lg\:hover\:placeholder-purple-800:hover::-webkit-input-placeholder {
    color: #553c9a;
  }

  .lg\:hover\:placeholder-purple-800:hover::-moz-placeholder {
    color: #553c9a;
  }

  .lg\:hover\:placeholder-purple-800:hover:-ms-input-placeholder {
    color: #553c9a;
  }

  .lg\:hover\:placeholder-purple-800:hover::-ms-input-placeholder {
    color: #553c9a;
  }

  .lg\:hover\:placeholder-purple-800:hover::placeholder {
    color: #553c9a;
  }

  .lg\:hover\:placeholder-purple-900:hover::-webkit-input-placeholder {
    color: #44337a;
  }

  .lg\:hover\:placeholder-purple-900:hover::-moz-placeholder {
    color: #44337a;
  }

  .lg\:hover\:placeholder-purple-900:hover:-ms-input-placeholder {
    color: #44337a;
  }

  .lg\:hover\:placeholder-purple-900:hover::-ms-input-placeholder {
    color: #44337a;
  }

  .lg\:hover\:placeholder-purple-900:hover::placeholder {
    color: #44337a;
  }

  .lg\:hover\:placeholder-pink-100:hover::-webkit-input-placeholder {
    color: #fff5f7;
  }

  .lg\:hover\:placeholder-pink-100:hover::-moz-placeholder {
    color: #fff5f7;
  }

  .lg\:hover\:placeholder-pink-100:hover:-ms-input-placeholder {
    color: #fff5f7;
  }

  .lg\:hover\:placeholder-pink-100:hover::-ms-input-placeholder {
    color: #fff5f7;
  }

  .lg\:hover\:placeholder-pink-100:hover::placeholder {
    color: #fff5f7;
  }

  .lg\:hover\:placeholder-pink-200:hover::-webkit-input-placeholder {
    color: #fed7e2;
  }

  .lg\:hover\:placeholder-pink-200:hover::-moz-placeholder {
    color: #fed7e2;
  }

  .lg\:hover\:placeholder-pink-200:hover:-ms-input-placeholder {
    color: #fed7e2;
  }

  .lg\:hover\:placeholder-pink-200:hover::-ms-input-placeholder {
    color: #fed7e2;
  }

  .lg\:hover\:placeholder-pink-200:hover::placeholder {
    color: #fed7e2;
  }

  .lg\:hover\:placeholder-pink-300:hover::-webkit-input-placeholder {
    color: #fbb6ce;
  }

  .lg\:hover\:placeholder-pink-300:hover::-moz-placeholder {
    color: #fbb6ce;
  }

  .lg\:hover\:placeholder-pink-300:hover:-ms-input-placeholder {
    color: #fbb6ce;
  }

  .lg\:hover\:placeholder-pink-300:hover::-ms-input-placeholder {
    color: #fbb6ce;
  }

  .lg\:hover\:placeholder-pink-300:hover::placeholder {
    color: #fbb6ce;
  }

  .lg\:hover\:placeholder-pink-400:hover::-webkit-input-placeholder {
    color: #f687b3;
  }

  .lg\:hover\:placeholder-pink-400:hover::-moz-placeholder {
    color: #f687b3;
  }

  .lg\:hover\:placeholder-pink-400:hover:-ms-input-placeholder {
    color: #f687b3;
  }

  .lg\:hover\:placeholder-pink-400:hover::-ms-input-placeholder {
    color: #f687b3;
  }

  .lg\:hover\:placeholder-pink-400:hover::placeholder {
    color: #f687b3;
  }

  .lg\:hover\:placeholder-pink-500:hover::-webkit-input-placeholder {
    color: #ed64a6;
  }

  .lg\:hover\:placeholder-pink-500:hover::-moz-placeholder {
    color: #ed64a6;
  }

  .lg\:hover\:placeholder-pink-500:hover:-ms-input-placeholder {
    color: #ed64a6;
  }

  .lg\:hover\:placeholder-pink-500:hover::-ms-input-placeholder {
    color: #ed64a6;
  }

  .lg\:hover\:placeholder-pink-500:hover::placeholder {
    color: #ed64a6;
  }

  .lg\:hover\:placeholder-pink-600:hover::-webkit-input-placeholder {
    color: #d53f8c;
  }

  .lg\:hover\:placeholder-pink-600:hover::-moz-placeholder {
    color: #d53f8c;
  }

  .lg\:hover\:placeholder-pink-600:hover:-ms-input-placeholder {
    color: #d53f8c;
  }

  .lg\:hover\:placeholder-pink-600:hover::-ms-input-placeholder {
    color: #d53f8c;
  }

  .lg\:hover\:placeholder-pink-600:hover::placeholder {
    color: #d53f8c;
  }

  .lg\:hover\:placeholder-pink-700:hover::-webkit-input-placeholder {
    color: #b83280;
  }

  .lg\:hover\:placeholder-pink-700:hover::-moz-placeholder {
    color: #b83280;
  }

  .lg\:hover\:placeholder-pink-700:hover:-ms-input-placeholder {
    color: #b83280;
  }

  .lg\:hover\:placeholder-pink-700:hover::-ms-input-placeholder {
    color: #b83280;
  }

  .lg\:hover\:placeholder-pink-700:hover::placeholder {
    color: #b83280;
  }

  .lg\:hover\:placeholder-pink-800:hover::-webkit-input-placeholder {
    color: #97266d;
  }

  .lg\:hover\:placeholder-pink-800:hover::-moz-placeholder {
    color: #97266d;
  }

  .lg\:hover\:placeholder-pink-800:hover:-ms-input-placeholder {
    color: #97266d;
  }

  .lg\:hover\:placeholder-pink-800:hover::-ms-input-placeholder {
    color: #97266d;
  }

  .lg\:hover\:placeholder-pink-800:hover::placeholder {
    color: #97266d;
  }

  .lg\:hover\:placeholder-pink-900:hover::-webkit-input-placeholder {
    color: #702459;
  }

  .lg\:hover\:placeholder-pink-900:hover::-moz-placeholder {
    color: #702459;
  }

  .lg\:hover\:placeholder-pink-900:hover:-ms-input-placeholder {
    color: #702459;
  }

  .lg\:hover\:placeholder-pink-900:hover::-ms-input-placeholder {
    color: #702459;
  }

  .lg\:hover\:placeholder-pink-900:hover::placeholder {
    color: #702459;
  }

  .lg\:focus\:placeholder-transparent:focus::-webkit-input-placeholder {
    color: transparent;
  }

  .lg\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .lg\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent;
  }

  .lg\:focus\:placeholder-transparent:focus::-ms-input-placeholder {
    color: transparent;
  }

  .lg\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .lg\:focus\:placeholder-black:focus::-webkit-input-placeholder {
    color: #000;
  }

  .lg\:focus\:placeholder-black:focus::-moz-placeholder {
    color: #000;
  }

  .lg\:focus\:placeholder-black:focus:-ms-input-placeholder {
    color: #000;
  }

  .lg\:focus\:placeholder-black:focus::-ms-input-placeholder {
    color: #000;
  }

  .lg\:focus\:placeholder-black:focus::placeholder {
    color: #000;
  }

  .lg\:focus\:placeholder-white:focus::-webkit-input-placeholder {
    color: #fff;
  }

  .lg\:focus\:placeholder-white:focus::-moz-placeholder {
    color: #fff;
  }

  .lg\:focus\:placeholder-white:focus:-ms-input-placeholder {
    color: #fff;
  }

  .lg\:focus\:placeholder-white:focus::-ms-input-placeholder {
    color: #fff;
  }

  .lg\:focus\:placeholder-white:focus::placeholder {
    color: #fff;
  }

  .lg\:focus\:placeholder-gray-100:focus::-webkit-input-placeholder {
    color: #f7fafc;
  }

  .lg\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    color: #f7fafc;
  }

  .lg\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
    color: #f7fafc;
  }

  .lg\:focus\:placeholder-gray-100:focus::-ms-input-placeholder {
    color: #f7fafc;
  }

  .lg\:focus\:placeholder-gray-100:focus::placeholder {
    color: #f7fafc;
  }

  .lg\:focus\:placeholder-gray-200:focus::-webkit-input-placeholder {
    color: #edf2f7;
  }

  .lg\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    color: #edf2f7;
  }

  .lg\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
    color: #edf2f7;
  }

  .lg\:focus\:placeholder-gray-200:focus::-ms-input-placeholder {
    color: #edf2f7;
  }

  .lg\:focus\:placeholder-gray-200:focus::placeholder {
    color: #edf2f7;
  }

  .lg\:focus\:placeholder-gray-300:focus::-webkit-input-placeholder {
    color: #e2e8f0;
  }

  .lg\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    color: #e2e8f0;
  }

  .lg\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
    color: #e2e8f0;
  }

  .lg\:focus\:placeholder-gray-300:focus::-ms-input-placeholder {
    color: #e2e8f0;
  }

  .lg\:focus\:placeholder-gray-300:focus::placeholder {
    color: #e2e8f0;
  }

  .lg\:focus\:placeholder-gray-400:focus::-webkit-input-placeholder {
    color: #cbd5e0;
  }

  .lg\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    color: #cbd5e0;
  }

  .lg\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
    color: #cbd5e0;
  }

  .lg\:focus\:placeholder-gray-400:focus::-ms-input-placeholder {
    color: #cbd5e0;
  }

  .lg\:focus\:placeholder-gray-400:focus::placeholder {
    color: #cbd5e0;
  }

  .lg\:focus\:placeholder-gray-500:focus::-webkit-input-placeholder {
    color: #a0aec0;
  }

  .lg\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    color: #a0aec0;
  }

  .lg\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
    color: #a0aec0;
  }

  .lg\:focus\:placeholder-gray-500:focus::-ms-input-placeholder {
    color: #a0aec0;
  }

  .lg\:focus\:placeholder-gray-500:focus::placeholder {
    color: #a0aec0;
  }

  .lg\:focus\:placeholder-gray-600:focus::-webkit-input-placeholder {
    color: #718096;
  }

  .lg\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    color: #718096;
  }

  .lg\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
    color: #718096;
  }

  .lg\:focus\:placeholder-gray-600:focus::-ms-input-placeholder {
    color: #718096;
  }

  .lg\:focus\:placeholder-gray-600:focus::placeholder {
    color: #718096;
  }

  .lg\:focus\:placeholder-gray-700:focus::-webkit-input-placeholder {
    color: #4a5568;
  }

  .lg\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    color: #4a5568;
  }

  .lg\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
    color: #4a5568;
  }

  .lg\:focus\:placeholder-gray-700:focus::-ms-input-placeholder {
    color: #4a5568;
  }

  .lg\:focus\:placeholder-gray-700:focus::placeholder {
    color: #4a5568;
  }

  .lg\:focus\:placeholder-gray-800:focus::-webkit-input-placeholder {
    color: #2d3748;
  }

  .lg\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    color: #2d3748;
  }

  .lg\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
    color: #2d3748;
  }

  .lg\:focus\:placeholder-gray-800:focus::-ms-input-placeholder {
    color: #2d3748;
  }

  .lg\:focus\:placeholder-gray-800:focus::placeholder {
    color: #2d3748;
  }

  .lg\:focus\:placeholder-gray-900:focus::-webkit-input-placeholder {
    color: #1a202c;
  }

  .lg\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    color: #1a202c;
  }

  .lg\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
    color: #1a202c;
  }

  .lg\:focus\:placeholder-gray-900:focus::-ms-input-placeholder {
    color: #1a202c;
  }

  .lg\:focus\:placeholder-gray-900:focus::placeholder {
    color: #1a202c;
  }

  .lg\:focus\:placeholder-red-100:focus::-webkit-input-placeholder {
    color: #fff5f5;
  }

  .lg\:focus\:placeholder-red-100:focus::-moz-placeholder {
    color: #fff5f5;
  }

  .lg\:focus\:placeholder-red-100:focus:-ms-input-placeholder {
    color: #fff5f5;
  }

  .lg\:focus\:placeholder-red-100:focus::-ms-input-placeholder {
    color: #fff5f5;
  }

  .lg\:focus\:placeholder-red-100:focus::placeholder {
    color: #fff5f5;
  }

  .lg\:focus\:placeholder-red-200:focus::-webkit-input-placeholder {
    color: #fed7d7;
  }

  .lg\:focus\:placeholder-red-200:focus::-moz-placeholder {
    color: #fed7d7;
  }

  .lg\:focus\:placeholder-red-200:focus:-ms-input-placeholder {
    color: #fed7d7;
  }

  .lg\:focus\:placeholder-red-200:focus::-ms-input-placeholder {
    color: #fed7d7;
  }

  .lg\:focus\:placeholder-red-200:focus::placeholder {
    color: #fed7d7;
  }

  .lg\:focus\:placeholder-red-300:focus::-webkit-input-placeholder {
    color: #feb2b2;
  }

  .lg\:focus\:placeholder-red-300:focus::-moz-placeholder {
    color: #feb2b2;
  }

  .lg\:focus\:placeholder-red-300:focus:-ms-input-placeholder {
    color: #feb2b2;
  }

  .lg\:focus\:placeholder-red-300:focus::-ms-input-placeholder {
    color: #feb2b2;
  }

  .lg\:focus\:placeholder-red-300:focus::placeholder {
    color: #feb2b2;
  }

  .lg\:focus\:placeholder-red-400:focus::-webkit-input-placeholder {
    color: #fc8181;
  }

  .lg\:focus\:placeholder-red-400:focus::-moz-placeholder {
    color: #fc8181;
  }

  .lg\:focus\:placeholder-red-400:focus:-ms-input-placeholder {
    color: #fc8181;
  }

  .lg\:focus\:placeholder-red-400:focus::-ms-input-placeholder {
    color: #fc8181;
  }

  .lg\:focus\:placeholder-red-400:focus::placeholder {
    color: #fc8181;
  }

  .lg\:focus\:placeholder-red-500:focus::-webkit-input-placeholder {
    color: #f56565;
  }

  .lg\:focus\:placeholder-red-500:focus::-moz-placeholder {
    color: #f56565;
  }

  .lg\:focus\:placeholder-red-500:focus:-ms-input-placeholder {
    color: #f56565;
  }

  .lg\:focus\:placeholder-red-500:focus::-ms-input-placeholder {
    color: #f56565;
  }

  .lg\:focus\:placeholder-red-500:focus::placeholder {
    color: #f56565;
  }

  .lg\:focus\:placeholder-red-600:focus::-webkit-input-placeholder {
    color: #e53e3e;
  }

  .lg\:focus\:placeholder-red-600:focus::-moz-placeholder {
    color: #e53e3e;
  }

  .lg\:focus\:placeholder-red-600:focus:-ms-input-placeholder {
    color: #e53e3e;
  }

  .lg\:focus\:placeholder-red-600:focus::-ms-input-placeholder {
    color: #e53e3e;
  }

  .lg\:focus\:placeholder-red-600:focus::placeholder {
    color: #e53e3e;
  }

  .lg\:focus\:placeholder-red-700:focus::-webkit-input-placeholder {
    color: #c53030;
  }

  .lg\:focus\:placeholder-red-700:focus::-moz-placeholder {
    color: #c53030;
  }

  .lg\:focus\:placeholder-red-700:focus:-ms-input-placeholder {
    color: #c53030;
  }

  .lg\:focus\:placeholder-red-700:focus::-ms-input-placeholder {
    color: #c53030;
  }

  .lg\:focus\:placeholder-red-700:focus::placeholder {
    color: #c53030;
  }

  .lg\:focus\:placeholder-red-800:focus::-webkit-input-placeholder {
    color: #9b2c2c;
  }

  .lg\:focus\:placeholder-red-800:focus::-moz-placeholder {
    color: #9b2c2c;
  }

  .lg\:focus\:placeholder-red-800:focus:-ms-input-placeholder {
    color: #9b2c2c;
  }

  .lg\:focus\:placeholder-red-800:focus::-ms-input-placeholder {
    color: #9b2c2c;
  }

  .lg\:focus\:placeholder-red-800:focus::placeholder {
    color: #9b2c2c;
  }

  .lg\:focus\:placeholder-red-900:focus::-webkit-input-placeholder {
    color: #742a2a;
  }

  .lg\:focus\:placeholder-red-900:focus::-moz-placeholder {
    color: #742a2a;
  }

  .lg\:focus\:placeholder-red-900:focus:-ms-input-placeholder {
    color: #742a2a;
  }

  .lg\:focus\:placeholder-red-900:focus::-ms-input-placeholder {
    color: #742a2a;
  }

  .lg\:focus\:placeholder-red-900:focus::placeholder {
    color: #742a2a;
  }

  .lg\:focus\:placeholder-orange-100:focus::-webkit-input-placeholder {
    color: #fffaf0;
  }

  .lg\:focus\:placeholder-orange-100:focus::-moz-placeholder {
    color: #fffaf0;
  }

  .lg\:focus\:placeholder-orange-100:focus:-ms-input-placeholder {
    color: #fffaf0;
  }

  .lg\:focus\:placeholder-orange-100:focus::-ms-input-placeholder {
    color: #fffaf0;
  }

  .lg\:focus\:placeholder-orange-100:focus::placeholder {
    color: #fffaf0;
  }

  .lg\:focus\:placeholder-orange-200:focus::-webkit-input-placeholder {
    color: #feebc8;
  }

  .lg\:focus\:placeholder-orange-200:focus::-moz-placeholder {
    color: #feebc8;
  }

  .lg\:focus\:placeholder-orange-200:focus:-ms-input-placeholder {
    color: #feebc8;
  }

  .lg\:focus\:placeholder-orange-200:focus::-ms-input-placeholder {
    color: #feebc8;
  }

  .lg\:focus\:placeholder-orange-200:focus::placeholder {
    color: #feebc8;
  }

  .lg\:focus\:placeholder-orange-300:focus::-webkit-input-placeholder {
    color: #fbd38d;
  }

  .lg\:focus\:placeholder-orange-300:focus::-moz-placeholder {
    color: #fbd38d;
  }

  .lg\:focus\:placeholder-orange-300:focus:-ms-input-placeholder {
    color: #fbd38d;
  }

  .lg\:focus\:placeholder-orange-300:focus::-ms-input-placeholder {
    color: #fbd38d;
  }

  .lg\:focus\:placeholder-orange-300:focus::placeholder {
    color: #fbd38d;
  }

  .lg\:focus\:placeholder-orange-400:focus::-webkit-input-placeholder {
    color: #f6ad55;
  }

  .lg\:focus\:placeholder-orange-400:focus::-moz-placeholder {
    color: #f6ad55;
  }

  .lg\:focus\:placeholder-orange-400:focus:-ms-input-placeholder {
    color: #f6ad55;
  }

  .lg\:focus\:placeholder-orange-400:focus::-ms-input-placeholder {
    color: #f6ad55;
  }

  .lg\:focus\:placeholder-orange-400:focus::placeholder {
    color: #f6ad55;
  }

  .lg\:focus\:placeholder-orange-500:focus::-webkit-input-placeholder {
    color: #ed8936;
  }

  .lg\:focus\:placeholder-orange-500:focus::-moz-placeholder {
    color: #ed8936;
  }

  .lg\:focus\:placeholder-orange-500:focus:-ms-input-placeholder {
    color: #ed8936;
  }

  .lg\:focus\:placeholder-orange-500:focus::-ms-input-placeholder {
    color: #ed8936;
  }

  .lg\:focus\:placeholder-orange-500:focus::placeholder {
    color: #ed8936;
  }

  .lg\:focus\:placeholder-orange-600:focus::-webkit-input-placeholder {
    color: #dd6b20;
  }

  .lg\:focus\:placeholder-orange-600:focus::-moz-placeholder {
    color: #dd6b20;
  }

  .lg\:focus\:placeholder-orange-600:focus:-ms-input-placeholder {
    color: #dd6b20;
  }

  .lg\:focus\:placeholder-orange-600:focus::-ms-input-placeholder {
    color: #dd6b20;
  }

  .lg\:focus\:placeholder-orange-600:focus::placeholder {
    color: #dd6b20;
  }

  .lg\:focus\:placeholder-orange-700:focus::-webkit-input-placeholder {
    color: #c05621;
  }

  .lg\:focus\:placeholder-orange-700:focus::-moz-placeholder {
    color: #c05621;
  }

  .lg\:focus\:placeholder-orange-700:focus:-ms-input-placeholder {
    color: #c05621;
  }

  .lg\:focus\:placeholder-orange-700:focus::-ms-input-placeholder {
    color: #c05621;
  }

  .lg\:focus\:placeholder-orange-700:focus::placeholder {
    color: #c05621;
  }

  .lg\:focus\:placeholder-orange-800:focus::-webkit-input-placeholder {
    color: #9c4221;
  }

  .lg\:focus\:placeholder-orange-800:focus::-moz-placeholder {
    color: #9c4221;
  }

  .lg\:focus\:placeholder-orange-800:focus:-ms-input-placeholder {
    color: #9c4221;
  }

  .lg\:focus\:placeholder-orange-800:focus::-ms-input-placeholder {
    color: #9c4221;
  }

  .lg\:focus\:placeholder-orange-800:focus::placeholder {
    color: #9c4221;
  }

  .lg\:focus\:placeholder-orange-900:focus::-webkit-input-placeholder {
    color: #7b341e;
  }

  .lg\:focus\:placeholder-orange-900:focus::-moz-placeholder {
    color: #7b341e;
  }

  .lg\:focus\:placeholder-orange-900:focus:-ms-input-placeholder {
    color: #7b341e;
  }

  .lg\:focus\:placeholder-orange-900:focus::-ms-input-placeholder {
    color: #7b341e;
  }

  .lg\:focus\:placeholder-orange-900:focus::placeholder {
    color: #7b341e;
  }

  .lg\:focus\:placeholder-yellow-100:focus::-webkit-input-placeholder {
    color: #fffff0;
  }

  .lg\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
    color: #fffff0;
  }

  .lg\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
    color: #fffff0;
  }

  .lg\:focus\:placeholder-yellow-100:focus::-ms-input-placeholder {
    color: #fffff0;
  }

  .lg\:focus\:placeholder-yellow-100:focus::placeholder {
    color: #fffff0;
  }

  .lg\:focus\:placeholder-yellow-200:focus::-webkit-input-placeholder {
    color: #fefcbf;
  }

  .lg\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    color: #fefcbf;
  }

  .lg\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
    color: #fefcbf;
  }

  .lg\:focus\:placeholder-yellow-200:focus::-ms-input-placeholder {
    color: #fefcbf;
  }

  .lg\:focus\:placeholder-yellow-200:focus::placeholder {
    color: #fefcbf;
  }

  .lg\:focus\:placeholder-yellow-300:focus::-webkit-input-placeholder {
    color: #faf089;
  }

  .lg\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
    color: #faf089;
  }

  .lg\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
    color: #faf089;
  }

  .lg\:focus\:placeholder-yellow-300:focus::-ms-input-placeholder {
    color: #faf089;
  }

  .lg\:focus\:placeholder-yellow-300:focus::placeholder {
    color: #faf089;
  }

  .lg\:focus\:placeholder-yellow-400:focus::-webkit-input-placeholder {
    color: #f6e05e;
  }

  .lg\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
    color: #f6e05e;
  }

  .lg\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
    color: #f6e05e;
  }

  .lg\:focus\:placeholder-yellow-400:focus::-ms-input-placeholder {
    color: #f6e05e;
  }

  .lg\:focus\:placeholder-yellow-400:focus::placeholder {
    color: #f6e05e;
  }

  .lg\:focus\:placeholder-yellow-500:focus::-webkit-input-placeholder {
    color: #ecc94b;
  }

  .lg\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    color: #ecc94b;
  }

  .lg\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
    color: #ecc94b;
  }

  .lg\:focus\:placeholder-yellow-500:focus::-ms-input-placeholder {
    color: #ecc94b;
  }

  .lg\:focus\:placeholder-yellow-500:focus::placeholder {
    color: #ecc94b;
  }

  .lg\:focus\:placeholder-yellow-600:focus::-webkit-input-placeholder {
    color: #d69e2e;
  }

  .lg\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
    color: #d69e2e;
  }

  .lg\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
    color: #d69e2e;
  }

  .lg\:focus\:placeholder-yellow-600:focus::-ms-input-placeholder {
    color: #d69e2e;
  }

  .lg\:focus\:placeholder-yellow-600:focus::placeholder {
    color: #d69e2e;
  }

  .lg\:focus\:placeholder-yellow-700:focus::-webkit-input-placeholder {
    color: #b7791f;
  }

  .lg\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
    color: #b7791f;
  }

  .lg\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
    color: #b7791f;
  }

  .lg\:focus\:placeholder-yellow-700:focus::-ms-input-placeholder {
    color: #b7791f;
  }

  .lg\:focus\:placeholder-yellow-700:focus::placeholder {
    color: #b7791f;
  }

  .lg\:focus\:placeholder-yellow-800:focus::-webkit-input-placeholder {
    color: #975a16;
  }

  .lg\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
    color: #975a16;
  }

  .lg\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
    color: #975a16;
  }

  .lg\:focus\:placeholder-yellow-800:focus::-ms-input-placeholder {
    color: #975a16;
  }

  .lg\:focus\:placeholder-yellow-800:focus::placeholder {
    color: #975a16;
  }

  .lg\:focus\:placeholder-yellow-900:focus::-webkit-input-placeholder {
    color: #744210;
  }

  .lg\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
    color: #744210;
  }

  .lg\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
    color: #744210;
  }

  .lg\:focus\:placeholder-yellow-900:focus::-ms-input-placeholder {
    color: #744210;
  }

  .lg\:focus\:placeholder-yellow-900:focus::placeholder {
    color: #744210;
  }

  .lg\:focus\:placeholder-green-100:focus::-webkit-input-placeholder {
    color: #f0fff4;
  }

  .lg\:focus\:placeholder-green-100:focus::-moz-placeholder {
    color: #f0fff4;
  }

  .lg\:focus\:placeholder-green-100:focus:-ms-input-placeholder {
    color: #f0fff4;
  }

  .lg\:focus\:placeholder-green-100:focus::-ms-input-placeholder {
    color: #f0fff4;
  }

  .lg\:focus\:placeholder-green-100:focus::placeholder {
    color: #f0fff4;
  }

  .lg\:focus\:placeholder-green-200:focus::-webkit-input-placeholder {
    color: #c6f6d5;
  }

  .lg\:focus\:placeholder-green-200:focus::-moz-placeholder {
    color: #c6f6d5;
  }

  .lg\:focus\:placeholder-green-200:focus:-ms-input-placeholder {
    color: #c6f6d5;
  }

  .lg\:focus\:placeholder-green-200:focus::-ms-input-placeholder {
    color: #c6f6d5;
  }

  .lg\:focus\:placeholder-green-200:focus::placeholder {
    color: #c6f6d5;
  }

  .lg\:focus\:placeholder-green-300:focus::-webkit-input-placeholder {
    color: #9ae6b4;
  }

  .lg\:focus\:placeholder-green-300:focus::-moz-placeholder {
    color: #9ae6b4;
  }

  .lg\:focus\:placeholder-green-300:focus:-ms-input-placeholder {
    color: #9ae6b4;
  }

  .lg\:focus\:placeholder-green-300:focus::-ms-input-placeholder {
    color: #9ae6b4;
  }

  .lg\:focus\:placeholder-green-300:focus::placeholder {
    color: #9ae6b4;
  }

  .lg\:focus\:placeholder-green-400:focus::-webkit-input-placeholder {
    color: #68d391;
  }

  .lg\:focus\:placeholder-green-400:focus::-moz-placeholder {
    color: #68d391;
  }

  .lg\:focus\:placeholder-green-400:focus:-ms-input-placeholder {
    color: #68d391;
  }

  .lg\:focus\:placeholder-green-400:focus::-ms-input-placeholder {
    color: #68d391;
  }

  .lg\:focus\:placeholder-green-400:focus::placeholder {
    color: #68d391;
  }

  .lg\:focus\:placeholder-green-500:focus::-webkit-input-placeholder {
    color: #48bb78;
  }

  .lg\:focus\:placeholder-green-500:focus::-moz-placeholder {
    color: #48bb78;
  }

  .lg\:focus\:placeholder-green-500:focus:-ms-input-placeholder {
    color: #48bb78;
  }

  .lg\:focus\:placeholder-green-500:focus::-ms-input-placeholder {
    color: #48bb78;
  }

  .lg\:focus\:placeholder-green-500:focus::placeholder {
    color: #48bb78;
  }

  .lg\:focus\:placeholder-green-600:focus::-webkit-input-placeholder {
    color: #38a169;
  }

  .lg\:focus\:placeholder-green-600:focus::-moz-placeholder {
    color: #38a169;
  }

  .lg\:focus\:placeholder-green-600:focus:-ms-input-placeholder {
    color: #38a169;
  }

  .lg\:focus\:placeholder-green-600:focus::-ms-input-placeholder {
    color: #38a169;
  }

  .lg\:focus\:placeholder-green-600:focus::placeholder {
    color: #38a169;
  }

  .lg\:focus\:placeholder-green-700:focus::-webkit-input-placeholder {
    color: #2f855a;
  }

  .lg\:focus\:placeholder-green-700:focus::-moz-placeholder {
    color: #2f855a;
  }

  .lg\:focus\:placeholder-green-700:focus:-ms-input-placeholder {
    color: #2f855a;
  }

  .lg\:focus\:placeholder-green-700:focus::-ms-input-placeholder {
    color: #2f855a;
  }

  .lg\:focus\:placeholder-green-700:focus::placeholder {
    color: #2f855a;
  }

  .lg\:focus\:placeholder-green-800:focus::-webkit-input-placeholder {
    color: #276749;
  }

  .lg\:focus\:placeholder-green-800:focus::-moz-placeholder {
    color: #276749;
  }

  .lg\:focus\:placeholder-green-800:focus:-ms-input-placeholder {
    color: #276749;
  }

  .lg\:focus\:placeholder-green-800:focus::-ms-input-placeholder {
    color: #276749;
  }

  .lg\:focus\:placeholder-green-800:focus::placeholder {
    color: #276749;
  }

  .lg\:focus\:placeholder-green-900:focus::-webkit-input-placeholder {
    color: #22543d;
  }

  .lg\:focus\:placeholder-green-900:focus::-moz-placeholder {
    color: #22543d;
  }

  .lg\:focus\:placeholder-green-900:focus:-ms-input-placeholder {
    color: #22543d;
  }

  .lg\:focus\:placeholder-green-900:focus::-ms-input-placeholder {
    color: #22543d;
  }

  .lg\:focus\:placeholder-green-900:focus::placeholder {
    color: #22543d;
  }

  .lg\:focus\:placeholder-teal-100:focus::-webkit-input-placeholder {
    color: #e6fffa;
  }

  .lg\:focus\:placeholder-teal-100:focus::-moz-placeholder {
    color: #e6fffa;
  }

  .lg\:focus\:placeholder-teal-100:focus:-ms-input-placeholder {
    color: #e6fffa;
  }

  .lg\:focus\:placeholder-teal-100:focus::-ms-input-placeholder {
    color: #e6fffa;
  }

  .lg\:focus\:placeholder-teal-100:focus::placeholder {
    color: #e6fffa;
  }

  .lg\:focus\:placeholder-teal-200:focus::-webkit-input-placeholder {
    color: #b2f5ea;
  }

  .lg\:focus\:placeholder-teal-200:focus::-moz-placeholder {
    color: #b2f5ea;
  }

  .lg\:focus\:placeholder-teal-200:focus:-ms-input-placeholder {
    color: #b2f5ea;
  }

  .lg\:focus\:placeholder-teal-200:focus::-ms-input-placeholder {
    color: #b2f5ea;
  }

  .lg\:focus\:placeholder-teal-200:focus::placeholder {
    color: #b2f5ea;
  }

  .lg\:focus\:placeholder-teal-300:focus::-webkit-input-placeholder {
    color: #81e6d9;
  }

  .lg\:focus\:placeholder-teal-300:focus::-moz-placeholder {
    color: #81e6d9;
  }

  .lg\:focus\:placeholder-teal-300:focus:-ms-input-placeholder {
    color: #81e6d9;
  }

  .lg\:focus\:placeholder-teal-300:focus::-ms-input-placeholder {
    color: #81e6d9;
  }

  .lg\:focus\:placeholder-teal-300:focus::placeholder {
    color: #81e6d9;
  }

  .lg\:focus\:placeholder-teal-400:focus::-webkit-input-placeholder {
    color: #4fd1c5;
  }

  .lg\:focus\:placeholder-teal-400:focus::-moz-placeholder {
    color: #4fd1c5;
  }

  .lg\:focus\:placeholder-teal-400:focus:-ms-input-placeholder {
    color: #4fd1c5;
  }

  .lg\:focus\:placeholder-teal-400:focus::-ms-input-placeholder {
    color: #4fd1c5;
  }

  .lg\:focus\:placeholder-teal-400:focus::placeholder {
    color: #4fd1c5;
  }

  .lg\:focus\:placeholder-teal-500:focus::-webkit-input-placeholder {
    color: #38b2ac;
  }

  .lg\:focus\:placeholder-teal-500:focus::-moz-placeholder {
    color: #38b2ac;
  }

  .lg\:focus\:placeholder-teal-500:focus:-ms-input-placeholder {
    color: #38b2ac;
  }

  .lg\:focus\:placeholder-teal-500:focus::-ms-input-placeholder {
    color: #38b2ac;
  }

  .lg\:focus\:placeholder-teal-500:focus::placeholder {
    color: #38b2ac;
  }

  .lg\:focus\:placeholder-teal-600:focus::-webkit-input-placeholder {
    color: #319795;
  }

  .lg\:focus\:placeholder-teal-600:focus::-moz-placeholder {
    color: #319795;
  }

  .lg\:focus\:placeholder-teal-600:focus:-ms-input-placeholder {
    color: #319795;
  }

  .lg\:focus\:placeholder-teal-600:focus::-ms-input-placeholder {
    color: #319795;
  }

  .lg\:focus\:placeholder-teal-600:focus::placeholder {
    color: #319795;
  }

  .lg\:focus\:placeholder-teal-700:focus::-webkit-input-placeholder {
    color: #2c7a7b;
  }

  .lg\:focus\:placeholder-teal-700:focus::-moz-placeholder {
    color: #2c7a7b;
  }

  .lg\:focus\:placeholder-teal-700:focus:-ms-input-placeholder {
    color: #2c7a7b;
  }

  .lg\:focus\:placeholder-teal-700:focus::-ms-input-placeholder {
    color: #2c7a7b;
  }

  .lg\:focus\:placeholder-teal-700:focus::placeholder {
    color: #2c7a7b;
  }

  .lg\:focus\:placeholder-teal-800:focus::-webkit-input-placeholder {
    color: #285e61;
  }

  .lg\:focus\:placeholder-teal-800:focus::-moz-placeholder {
    color: #285e61;
  }

  .lg\:focus\:placeholder-teal-800:focus:-ms-input-placeholder {
    color: #285e61;
  }

  .lg\:focus\:placeholder-teal-800:focus::-ms-input-placeholder {
    color: #285e61;
  }

  .lg\:focus\:placeholder-teal-800:focus::placeholder {
    color: #285e61;
  }

  .lg\:focus\:placeholder-teal-900:focus::-webkit-input-placeholder {
    color: #234e52;
  }

  .lg\:focus\:placeholder-teal-900:focus::-moz-placeholder {
    color: #234e52;
  }

  .lg\:focus\:placeholder-teal-900:focus:-ms-input-placeholder {
    color: #234e52;
  }

  .lg\:focus\:placeholder-teal-900:focus::-ms-input-placeholder {
    color: #234e52;
  }

  .lg\:focus\:placeholder-teal-900:focus::placeholder {
    color: #234e52;
  }

  .lg\:focus\:placeholder-blue-100:focus::-webkit-input-placeholder {
    color: #ebf8ff;
  }

  .lg\:focus\:placeholder-blue-100:focus::-moz-placeholder {
    color: #ebf8ff;
  }

  .lg\:focus\:placeholder-blue-100:focus:-ms-input-placeholder {
    color: #ebf8ff;
  }

  .lg\:focus\:placeholder-blue-100:focus::-ms-input-placeholder {
    color: #ebf8ff;
  }

  .lg\:focus\:placeholder-blue-100:focus::placeholder {
    color: #ebf8ff;
  }

  .lg\:focus\:placeholder-blue-200:focus::-webkit-input-placeholder {
    color: #bee3f8;
  }

  .lg\:focus\:placeholder-blue-200:focus::-moz-placeholder {
    color: #bee3f8;
  }

  .lg\:focus\:placeholder-blue-200:focus:-ms-input-placeholder {
    color: #bee3f8;
  }

  .lg\:focus\:placeholder-blue-200:focus::-ms-input-placeholder {
    color: #bee3f8;
  }

  .lg\:focus\:placeholder-blue-200:focus::placeholder {
    color: #bee3f8;
  }

  .lg\:focus\:placeholder-blue-300:focus::-webkit-input-placeholder {
    color: #90cdf4;
  }

  .lg\:focus\:placeholder-blue-300:focus::-moz-placeholder {
    color: #90cdf4;
  }

  .lg\:focus\:placeholder-blue-300:focus:-ms-input-placeholder {
    color: #90cdf4;
  }

  .lg\:focus\:placeholder-blue-300:focus::-ms-input-placeholder {
    color: #90cdf4;
  }

  .lg\:focus\:placeholder-blue-300:focus::placeholder {
    color: #90cdf4;
  }

  .lg\:focus\:placeholder-blue-400:focus::-webkit-input-placeholder {
    color: #63b3ed;
  }

  .lg\:focus\:placeholder-blue-400:focus::-moz-placeholder {
    color: #63b3ed;
  }

  .lg\:focus\:placeholder-blue-400:focus:-ms-input-placeholder {
    color: #63b3ed;
  }

  .lg\:focus\:placeholder-blue-400:focus::-ms-input-placeholder {
    color: #63b3ed;
  }

  .lg\:focus\:placeholder-blue-400:focus::placeholder {
    color: #63b3ed;
  }

  .lg\:focus\:placeholder-blue-500:focus::-webkit-input-placeholder {
    color: #4299e1;
  }

  .lg\:focus\:placeholder-blue-500:focus::-moz-placeholder {
    color: #4299e1;
  }

  .lg\:focus\:placeholder-blue-500:focus:-ms-input-placeholder {
    color: #4299e1;
  }

  .lg\:focus\:placeholder-blue-500:focus::-ms-input-placeholder {
    color: #4299e1;
  }

  .lg\:focus\:placeholder-blue-500:focus::placeholder {
    color: #4299e1;
  }

  .lg\:focus\:placeholder-blue-600:focus::-webkit-input-placeholder {
    color: #3182ce;
  }

  .lg\:focus\:placeholder-blue-600:focus::-moz-placeholder {
    color: #3182ce;
  }

  .lg\:focus\:placeholder-blue-600:focus:-ms-input-placeholder {
    color: #3182ce;
  }

  .lg\:focus\:placeholder-blue-600:focus::-ms-input-placeholder {
    color: #3182ce;
  }

  .lg\:focus\:placeholder-blue-600:focus::placeholder {
    color: #3182ce;
  }

  .lg\:focus\:placeholder-blue-700:focus::-webkit-input-placeholder {
    color: #2b6cb0;
  }

  .lg\:focus\:placeholder-blue-700:focus::-moz-placeholder {
    color: #2b6cb0;
  }

  .lg\:focus\:placeholder-blue-700:focus:-ms-input-placeholder {
    color: #2b6cb0;
  }

  .lg\:focus\:placeholder-blue-700:focus::-ms-input-placeholder {
    color: #2b6cb0;
  }

  .lg\:focus\:placeholder-blue-700:focus::placeholder {
    color: #2b6cb0;
  }

  .lg\:focus\:placeholder-blue-800:focus::-webkit-input-placeholder {
    color: #2c5282;
  }

  .lg\:focus\:placeholder-blue-800:focus::-moz-placeholder {
    color: #2c5282;
  }

  .lg\:focus\:placeholder-blue-800:focus:-ms-input-placeholder {
    color: #2c5282;
  }

  .lg\:focus\:placeholder-blue-800:focus::-ms-input-placeholder {
    color: #2c5282;
  }

  .lg\:focus\:placeholder-blue-800:focus::placeholder {
    color: #2c5282;
  }

  .lg\:focus\:placeholder-blue-900:focus::-webkit-input-placeholder {
    color: #2a4365;
  }

  .lg\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    color: #2a4365;
  }

  .lg\:focus\:placeholder-blue-900:focus:-ms-input-placeholder {
    color: #2a4365;
  }

  .lg\:focus\:placeholder-blue-900:focus::-ms-input-placeholder {
    color: #2a4365;
  }

  .lg\:focus\:placeholder-blue-900:focus::placeholder {
    color: #2a4365;
  }

  .lg\:focus\:placeholder-indigo-100:focus::-webkit-input-placeholder {
    color: #ebf4ff;
  }

  .lg\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    color: #ebf4ff;
  }

  .lg\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
    color: #ebf4ff;
  }

  .lg\:focus\:placeholder-indigo-100:focus::-ms-input-placeholder {
    color: #ebf4ff;
  }

  .lg\:focus\:placeholder-indigo-100:focus::placeholder {
    color: #ebf4ff;
  }

  .lg\:focus\:placeholder-indigo-200:focus::-webkit-input-placeholder {
    color: #c3dafe;
  }

  .lg\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    color: #c3dafe;
  }

  .lg\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
    color: #c3dafe;
  }

  .lg\:focus\:placeholder-indigo-200:focus::-ms-input-placeholder {
    color: #c3dafe;
  }

  .lg\:focus\:placeholder-indigo-200:focus::placeholder {
    color: #c3dafe;
  }

  .lg\:focus\:placeholder-indigo-300:focus::-webkit-input-placeholder {
    color: #a3bffa;
  }

  .lg\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    color: #a3bffa;
  }

  .lg\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
    color: #a3bffa;
  }

  .lg\:focus\:placeholder-indigo-300:focus::-ms-input-placeholder {
    color: #a3bffa;
  }

  .lg\:focus\:placeholder-indigo-300:focus::placeholder {
    color: #a3bffa;
  }

  .lg\:focus\:placeholder-indigo-400:focus::-webkit-input-placeholder {
    color: #7f9cf5;
  }

  .lg\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    color: #7f9cf5;
  }

  .lg\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
    color: #7f9cf5;
  }

  .lg\:focus\:placeholder-indigo-400:focus::-ms-input-placeholder {
    color: #7f9cf5;
  }

  .lg\:focus\:placeholder-indigo-400:focus::placeholder {
    color: #7f9cf5;
  }

  .lg\:focus\:placeholder-indigo-500:focus::-webkit-input-placeholder {
    color: #667eea;
  }

  .lg\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    color: #667eea;
  }

  .lg\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
    color: #667eea;
  }

  .lg\:focus\:placeholder-indigo-500:focus::-ms-input-placeholder {
    color: #667eea;
  }

  .lg\:focus\:placeholder-indigo-500:focus::placeholder {
    color: #667eea;
  }

  .lg\:focus\:placeholder-indigo-600:focus::-webkit-input-placeholder {
    color: #5a67d8;
  }

  .lg\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    color: #5a67d8;
  }

  .lg\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
    color: #5a67d8;
  }

  .lg\:focus\:placeholder-indigo-600:focus::-ms-input-placeholder {
    color: #5a67d8;
  }

  .lg\:focus\:placeholder-indigo-600:focus::placeholder {
    color: #5a67d8;
  }

  .lg\:focus\:placeholder-indigo-700:focus::-webkit-input-placeholder {
    color: #4c51bf;
  }

  .lg\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    color: #4c51bf;
  }

  .lg\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
    color: #4c51bf;
  }

  .lg\:focus\:placeholder-indigo-700:focus::-ms-input-placeholder {
    color: #4c51bf;
  }

  .lg\:focus\:placeholder-indigo-700:focus::placeholder {
    color: #4c51bf;
  }

  .lg\:focus\:placeholder-indigo-800:focus::-webkit-input-placeholder {
    color: #434190;
  }

  .lg\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    color: #434190;
  }

  .lg\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
    color: #434190;
  }

  .lg\:focus\:placeholder-indigo-800:focus::-ms-input-placeholder {
    color: #434190;
  }

  .lg\:focus\:placeholder-indigo-800:focus::placeholder {
    color: #434190;
  }

  .lg\:focus\:placeholder-indigo-900:focus::-webkit-input-placeholder {
    color: #3c366b;
  }

  .lg\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    color: #3c366b;
  }

  .lg\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
    color: #3c366b;
  }

  .lg\:focus\:placeholder-indigo-900:focus::-ms-input-placeholder {
    color: #3c366b;
  }

  .lg\:focus\:placeholder-indigo-900:focus::placeholder {
    color: #3c366b;
  }

  .lg\:focus\:placeholder-purple-100:focus::-webkit-input-placeholder {
    color: #faf5ff;
  }

  .lg\:focus\:placeholder-purple-100:focus::-moz-placeholder {
    color: #faf5ff;
  }

  .lg\:focus\:placeholder-purple-100:focus:-ms-input-placeholder {
    color: #faf5ff;
  }

  .lg\:focus\:placeholder-purple-100:focus::-ms-input-placeholder {
    color: #faf5ff;
  }

  .lg\:focus\:placeholder-purple-100:focus::placeholder {
    color: #faf5ff;
  }

  .lg\:focus\:placeholder-purple-200:focus::-webkit-input-placeholder {
    color: #e9d8fd;
  }

  .lg\:focus\:placeholder-purple-200:focus::-moz-placeholder {
    color: #e9d8fd;
  }

  .lg\:focus\:placeholder-purple-200:focus:-ms-input-placeholder {
    color: #e9d8fd;
  }

  .lg\:focus\:placeholder-purple-200:focus::-ms-input-placeholder {
    color: #e9d8fd;
  }

  .lg\:focus\:placeholder-purple-200:focus::placeholder {
    color: #e9d8fd;
  }

  .lg\:focus\:placeholder-purple-300:focus::-webkit-input-placeholder {
    color: #d6bcfa;
  }

  .lg\:focus\:placeholder-purple-300:focus::-moz-placeholder {
    color: #d6bcfa;
  }

  .lg\:focus\:placeholder-purple-300:focus:-ms-input-placeholder {
    color: #d6bcfa;
  }

  .lg\:focus\:placeholder-purple-300:focus::-ms-input-placeholder {
    color: #d6bcfa;
  }

  .lg\:focus\:placeholder-purple-300:focus::placeholder {
    color: #d6bcfa;
  }

  .lg\:focus\:placeholder-purple-400:focus::-webkit-input-placeholder {
    color: #b794f4;
  }

  .lg\:focus\:placeholder-purple-400:focus::-moz-placeholder {
    color: #b794f4;
  }

  .lg\:focus\:placeholder-purple-400:focus:-ms-input-placeholder {
    color: #b794f4;
  }

  .lg\:focus\:placeholder-purple-400:focus::-ms-input-placeholder {
    color: #b794f4;
  }

  .lg\:focus\:placeholder-purple-400:focus::placeholder {
    color: #b794f4;
  }

  .lg\:focus\:placeholder-purple-500:focus::-webkit-input-placeholder {
    color: #9f7aea;
  }

  .lg\:focus\:placeholder-purple-500:focus::-moz-placeholder {
    color: #9f7aea;
  }

  .lg\:focus\:placeholder-purple-500:focus:-ms-input-placeholder {
    color: #9f7aea;
  }

  .lg\:focus\:placeholder-purple-500:focus::-ms-input-placeholder {
    color: #9f7aea;
  }

  .lg\:focus\:placeholder-purple-500:focus::placeholder {
    color: #9f7aea;
  }

  .lg\:focus\:placeholder-purple-600:focus::-webkit-input-placeholder {
    color: #805ad5;
  }

  .lg\:focus\:placeholder-purple-600:focus::-moz-placeholder {
    color: #805ad5;
  }

  .lg\:focus\:placeholder-purple-600:focus:-ms-input-placeholder {
    color: #805ad5;
  }

  .lg\:focus\:placeholder-purple-600:focus::-ms-input-placeholder {
    color: #805ad5;
  }

  .lg\:focus\:placeholder-purple-600:focus::placeholder {
    color: #805ad5;
  }

  .lg\:focus\:placeholder-purple-700:focus::-webkit-input-placeholder {
    color: #6b46c1;
  }

  .lg\:focus\:placeholder-purple-700:focus::-moz-placeholder {
    color: #6b46c1;
  }

  .lg\:focus\:placeholder-purple-700:focus:-ms-input-placeholder {
    color: #6b46c1;
  }

  .lg\:focus\:placeholder-purple-700:focus::-ms-input-placeholder {
    color: #6b46c1;
  }

  .lg\:focus\:placeholder-purple-700:focus::placeholder {
    color: #6b46c1;
  }

  .lg\:focus\:placeholder-purple-800:focus::-webkit-input-placeholder {
    color: #553c9a;
  }

  .lg\:focus\:placeholder-purple-800:focus::-moz-placeholder {
    color: #553c9a;
  }

  .lg\:focus\:placeholder-purple-800:focus:-ms-input-placeholder {
    color: #553c9a;
  }

  .lg\:focus\:placeholder-purple-800:focus::-ms-input-placeholder {
    color: #553c9a;
  }

  .lg\:focus\:placeholder-purple-800:focus::placeholder {
    color: #553c9a;
  }

  .lg\:focus\:placeholder-purple-900:focus::-webkit-input-placeholder {
    color: #44337a;
  }

  .lg\:focus\:placeholder-purple-900:focus::-moz-placeholder {
    color: #44337a;
  }

  .lg\:focus\:placeholder-purple-900:focus:-ms-input-placeholder {
    color: #44337a;
  }

  .lg\:focus\:placeholder-purple-900:focus::-ms-input-placeholder {
    color: #44337a;
  }

  .lg\:focus\:placeholder-purple-900:focus::placeholder {
    color: #44337a;
  }

  .lg\:focus\:placeholder-pink-100:focus::-webkit-input-placeholder {
    color: #fff5f7;
  }

  .lg\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    color: #fff5f7;
  }

  .lg\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
    color: #fff5f7;
  }

  .lg\:focus\:placeholder-pink-100:focus::-ms-input-placeholder {
    color: #fff5f7;
  }

  .lg\:focus\:placeholder-pink-100:focus::placeholder {
    color: #fff5f7;
  }

  .lg\:focus\:placeholder-pink-200:focus::-webkit-input-placeholder {
    color: #fed7e2;
  }

  .lg\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    color: #fed7e2;
  }

  .lg\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
    color: #fed7e2;
  }

  .lg\:focus\:placeholder-pink-200:focus::-ms-input-placeholder {
    color: #fed7e2;
  }

  .lg\:focus\:placeholder-pink-200:focus::placeholder {
    color: #fed7e2;
  }

  .lg\:focus\:placeholder-pink-300:focus::-webkit-input-placeholder {
    color: #fbb6ce;
  }

  .lg\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    color: #fbb6ce;
  }

  .lg\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
    color: #fbb6ce;
  }

  .lg\:focus\:placeholder-pink-300:focus::-ms-input-placeholder {
    color: #fbb6ce;
  }

  .lg\:focus\:placeholder-pink-300:focus::placeholder {
    color: #fbb6ce;
  }

  .lg\:focus\:placeholder-pink-400:focus::-webkit-input-placeholder {
    color: #f687b3;
  }

  .lg\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    color: #f687b3;
  }

  .lg\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
    color: #f687b3;
  }

  .lg\:focus\:placeholder-pink-400:focus::-ms-input-placeholder {
    color: #f687b3;
  }

  .lg\:focus\:placeholder-pink-400:focus::placeholder {
    color: #f687b3;
  }

  .lg\:focus\:placeholder-pink-500:focus::-webkit-input-placeholder {
    color: #ed64a6;
  }

  .lg\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    color: #ed64a6;
  }

  .lg\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
    color: #ed64a6;
  }

  .lg\:focus\:placeholder-pink-500:focus::-ms-input-placeholder {
    color: #ed64a6;
  }

  .lg\:focus\:placeholder-pink-500:focus::placeholder {
    color: #ed64a6;
  }

  .lg\:focus\:placeholder-pink-600:focus::-webkit-input-placeholder {
    color: #d53f8c;
  }

  .lg\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    color: #d53f8c;
  }

  .lg\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
    color: #d53f8c;
  }

  .lg\:focus\:placeholder-pink-600:focus::-ms-input-placeholder {
    color: #d53f8c;
  }

  .lg\:focus\:placeholder-pink-600:focus::placeholder {
    color: #d53f8c;
  }

  .lg\:focus\:placeholder-pink-700:focus::-webkit-input-placeholder {
    color: #b83280;
  }

  .lg\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    color: #b83280;
  }

  .lg\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
    color: #b83280;
  }

  .lg\:focus\:placeholder-pink-700:focus::-ms-input-placeholder {
    color: #b83280;
  }

  .lg\:focus\:placeholder-pink-700:focus::placeholder {
    color: #b83280;
  }

  .lg\:focus\:placeholder-pink-800:focus::-webkit-input-placeholder {
    color: #97266d;
  }

  .lg\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    color: #97266d;
  }

  .lg\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
    color: #97266d;
  }

  .lg\:focus\:placeholder-pink-800:focus::-ms-input-placeholder {
    color: #97266d;
  }

  .lg\:focus\:placeholder-pink-800:focus::placeholder {
    color: #97266d;
  }

  .lg\:focus\:placeholder-pink-900:focus::-webkit-input-placeholder {
    color: #702459;
  }

  .lg\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    color: #702459;
  }

  .lg\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
    color: #702459;
  }

  .lg\:focus\:placeholder-pink-900:focus::-ms-input-placeholder {
    color: #702459;
  }

  .lg\:focus\:placeholder-pink-900:focus::placeholder {
    color: #702459;
  }

  .lg\:active\:placeholder-transparent:active::-webkit-input-placeholder {
    color: transparent;
  }

  .lg\:active\:placeholder-transparent:active::-moz-placeholder {
    color: transparent;
  }

  .lg\:active\:placeholder-transparent:active:-ms-input-placeholder {
    color: transparent;
  }

  .lg\:active\:placeholder-transparent:active::-ms-input-placeholder {
    color: transparent;
  }

  .lg\:active\:placeholder-transparent:active::placeholder {
    color: transparent;
  }

  .lg\:active\:placeholder-black:active::-webkit-input-placeholder {
    color: #000;
  }

  .lg\:active\:placeholder-black:active::-moz-placeholder {
    color: #000;
  }

  .lg\:active\:placeholder-black:active:-ms-input-placeholder {
    color: #000;
  }

  .lg\:active\:placeholder-black:active::-ms-input-placeholder {
    color: #000;
  }

  .lg\:active\:placeholder-black:active::placeholder {
    color: #000;
  }

  .lg\:active\:placeholder-white:active::-webkit-input-placeholder {
    color: #fff;
  }

  .lg\:active\:placeholder-white:active::-moz-placeholder {
    color: #fff;
  }

  .lg\:active\:placeholder-white:active:-ms-input-placeholder {
    color: #fff;
  }

  .lg\:active\:placeholder-white:active::-ms-input-placeholder {
    color: #fff;
  }

  .lg\:active\:placeholder-white:active::placeholder {
    color: #fff;
  }

  .lg\:active\:placeholder-gray-100:active::-webkit-input-placeholder {
    color: #f7fafc;
  }

  .lg\:active\:placeholder-gray-100:active::-moz-placeholder {
    color: #f7fafc;
  }

  .lg\:active\:placeholder-gray-100:active:-ms-input-placeholder {
    color: #f7fafc;
  }

  .lg\:active\:placeholder-gray-100:active::-ms-input-placeholder {
    color: #f7fafc;
  }

  .lg\:active\:placeholder-gray-100:active::placeholder {
    color: #f7fafc;
  }

  .lg\:active\:placeholder-gray-200:active::-webkit-input-placeholder {
    color: #edf2f7;
  }

  .lg\:active\:placeholder-gray-200:active::-moz-placeholder {
    color: #edf2f7;
  }

  .lg\:active\:placeholder-gray-200:active:-ms-input-placeholder {
    color: #edf2f7;
  }

  .lg\:active\:placeholder-gray-200:active::-ms-input-placeholder {
    color: #edf2f7;
  }

  .lg\:active\:placeholder-gray-200:active::placeholder {
    color: #edf2f7;
  }

  .lg\:active\:placeholder-gray-300:active::-webkit-input-placeholder {
    color: #e2e8f0;
  }

  .lg\:active\:placeholder-gray-300:active::-moz-placeholder {
    color: #e2e8f0;
  }

  .lg\:active\:placeholder-gray-300:active:-ms-input-placeholder {
    color: #e2e8f0;
  }

  .lg\:active\:placeholder-gray-300:active::-ms-input-placeholder {
    color: #e2e8f0;
  }

  .lg\:active\:placeholder-gray-300:active::placeholder {
    color: #e2e8f0;
  }

  .lg\:active\:placeholder-gray-400:active::-webkit-input-placeholder {
    color: #cbd5e0;
  }

  .lg\:active\:placeholder-gray-400:active::-moz-placeholder {
    color: #cbd5e0;
  }

  .lg\:active\:placeholder-gray-400:active:-ms-input-placeholder {
    color: #cbd5e0;
  }

  .lg\:active\:placeholder-gray-400:active::-ms-input-placeholder {
    color: #cbd5e0;
  }

  .lg\:active\:placeholder-gray-400:active::placeholder {
    color: #cbd5e0;
  }

  .lg\:active\:placeholder-gray-500:active::-webkit-input-placeholder {
    color: #a0aec0;
  }

  .lg\:active\:placeholder-gray-500:active::-moz-placeholder {
    color: #a0aec0;
  }

  .lg\:active\:placeholder-gray-500:active:-ms-input-placeholder {
    color: #a0aec0;
  }

  .lg\:active\:placeholder-gray-500:active::-ms-input-placeholder {
    color: #a0aec0;
  }

  .lg\:active\:placeholder-gray-500:active::placeholder {
    color: #a0aec0;
  }

  .lg\:active\:placeholder-gray-600:active::-webkit-input-placeholder {
    color: #718096;
  }

  .lg\:active\:placeholder-gray-600:active::-moz-placeholder {
    color: #718096;
  }

  .lg\:active\:placeholder-gray-600:active:-ms-input-placeholder {
    color: #718096;
  }

  .lg\:active\:placeholder-gray-600:active::-ms-input-placeholder {
    color: #718096;
  }

  .lg\:active\:placeholder-gray-600:active::placeholder {
    color: #718096;
  }

  .lg\:active\:placeholder-gray-700:active::-webkit-input-placeholder {
    color: #4a5568;
  }

  .lg\:active\:placeholder-gray-700:active::-moz-placeholder {
    color: #4a5568;
  }

  .lg\:active\:placeholder-gray-700:active:-ms-input-placeholder {
    color: #4a5568;
  }

  .lg\:active\:placeholder-gray-700:active::-ms-input-placeholder {
    color: #4a5568;
  }

  .lg\:active\:placeholder-gray-700:active::placeholder {
    color: #4a5568;
  }

  .lg\:active\:placeholder-gray-800:active::-webkit-input-placeholder {
    color: #2d3748;
  }

  .lg\:active\:placeholder-gray-800:active::-moz-placeholder {
    color: #2d3748;
  }

  .lg\:active\:placeholder-gray-800:active:-ms-input-placeholder {
    color: #2d3748;
  }

  .lg\:active\:placeholder-gray-800:active::-ms-input-placeholder {
    color: #2d3748;
  }

  .lg\:active\:placeholder-gray-800:active::placeholder {
    color: #2d3748;
  }

  .lg\:active\:placeholder-gray-900:active::-webkit-input-placeholder {
    color: #1a202c;
  }

  .lg\:active\:placeholder-gray-900:active::-moz-placeholder {
    color: #1a202c;
  }

  .lg\:active\:placeholder-gray-900:active:-ms-input-placeholder {
    color: #1a202c;
  }

  .lg\:active\:placeholder-gray-900:active::-ms-input-placeholder {
    color: #1a202c;
  }

  .lg\:active\:placeholder-gray-900:active::placeholder {
    color: #1a202c;
  }

  .lg\:active\:placeholder-red-100:active::-webkit-input-placeholder {
    color: #fff5f5;
  }

  .lg\:active\:placeholder-red-100:active::-moz-placeholder {
    color: #fff5f5;
  }

  .lg\:active\:placeholder-red-100:active:-ms-input-placeholder {
    color: #fff5f5;
  }

  .lg\:active\:placeholder-red-100:active::-ms-input-placeholder {
    color: #fff5f5;
  }

  .lg\:active\:placeholder-red-100:active::placeholder {
    color: #fff5f5;
  }

  .lg\:active\:placeholder-red-200:active::-webkit-input-placeholder {
    color: #fed7d7;
  }

  .lg\:active\:placeholder-red-200:active::-moz-placeholder {
    color: #fed7d7;
  }

  .lg\:active\:placeholder-red-200:active:-ms-input-placeholder {
    color: #fed7d7;
  }

  .lg\:active\:placeholder-red-200:active::-ms-input-placeholder {
    color: #fed7d7;
  }

  .lg\:active\:placeholder-red-200:active::placeholder {
    color: #fed7d7;
  }

  .lg\:active\:placeholder-red-300:active::-webkit-input-placeholder {
    color: #feb2b2;
  }

  .lg\:active\:placeholder-red-300:active::-moz-placeholder {
    color: #feb2b2;
  }

  .lg\:active\:placeholder-red-300:active:-ms-input-placeholder {
    color: #feb2b2;
  }

  .lg\:active\:placeholder-red-300:active::-ms-input-placeholder {
    color: #feb2b2;
  }

  .lg\:active\:placeholder-red-300:active::placeholder {
    color: #feb2b2;
  }

  .lg\:active\:placeholder-red-400:active::-webkit-input-placeholder {
    color: #fc8181;
  }

  .lg\:active\:placeholder-red-400:active::-moz-placeholder {
    color: #fc8181;
  }

  .lg\:active\:placeholder-red-400:active:-ms-input-placeholder {
    color: #fc8181;
  }

  .lg\:active\:placeholder-red-400:active::-ms-input-placeholder {
    color: #fc8181;
  }

  .lg\:active\:placeholder-red-400:active::placeholder {
    color: #fc8181;
  }

  .lg\:active\:placeholder-red-500:active::-webkit-input-placeholder {
    color: #f56565;
  }

  .lg\:active\:placeholder-red-500:active::-moz-placeholder {
    color: #f56565;
  }

  .lg\:active\:placeholder-red-500:active:-ms-input-placeholder {
    color: #f56565;
  }

  .lg\:active\:placeholder-red-500:active::-ms-input-placeholder {
    color: #f56565;
  }

  .lg\:active\:placeholder-red-500:active::placeholder {
    color: #f56565;
  }

  .lg\:active\:placeholder-red-600:active::-webkit-input-placeholder {
    color: #e53e3e;
  }

  .lg\:active\:placeholder-red-600:active::-moz-placeholder {
    color: #e53e3e;
  }

  .lg\:active\:placeholder-red-600:active:-ms-input-placeholder {
    color: #e53e3e;
  }

  .lg\:active\:placeholder-red-600:active::-ms-input-placeholder {
    color: #e53e3e;
  }

  .lg\:active\:placeholder-red-600:active::placeholder {
    color: #e53e3e;
  }

  .lg\:active\:placeholder-red-700:active::-webkit-input-placeholder {
    color: #c53030;
  }

  .lg\:active\:placeholder-red-700:active::-moz-placeholder {
    color: #c53030;
  }

  .lg\:active\:placeholder-red-700:active:-ms-input-placeholder {
    color: #c53030;
  }

  .lg\:active\:placeholder-red-700:active::-ms-input-placeholder {
    color: #c53030;
  }

  .lg\:active\:placeholder-red-700:active::placeholder {
    color: #c53030;
  }

  .lg\:active\:placeholder-red-800:active::-webkit-input-placeholder {
    color: #9b2c2c;
  }

  .lg\:active\:placeholder-red-800:active::-moz-placeholder {
    color: #9b2c2c;
  }

  .lg\:active\:placeholder-red-800:active:-ms-input-placeholder {
    color: #9b2c2c;
  }

  .lg\:active\:placeholder-red-800:active::-ms-input-placeholder {
    color: #9b2c2c;
  }

  .lg\:active\:placeholder-red-800:active::placeholder {
    color: #9b2c2c;
  }

  .lg\:active\:placeholder-red-900:active::-webkit-input-placeholder {
    color: #742a2a;
  }

  .lg\:active\:placeholder-red-900:active::-moz-placeholder {
    color: #742a2a;
  }

  .lg\:active\:placeholder-red-900:active:-ms-input-placeholder {
    color: #742a2a;
  }

  .lg\:active\:placeholder-red-900:active::-ms-input-placeholder {
    color: #742a2a;
  }

  .lg\:active\:placeholder-red-900:active::placeholder {
    color: #742a2a;
  }

  .lg\:active\:placeholder-orange-100:active::-webkit-input-placeholder {
    color: #fffaf0;
  }

  .lg\:active\:placeholder-orange-100:active::-moz-placeholder {
    color: #fffaf0;
  }

  .lg\:active\:placeholder-orange-100:active:-ms-input-placeholder {
    color: #fffaf0;
  }

  .lg\:active\:placeholder-orange-100:active::-ms-input-placeholder {
    color: #fffaf0;
  }

  .lg\:active\:placeholder-orange-100:active::placeholder {
    color: #fffaf0;
  }

  .lg\:active\:placeholder-orange-200:active::-webkit-input-placeholder {
    color: #feebc8;
  }

  .lg\:active\:placeholder-orange-200:active::-moz-placeholder {
    color: #feebc8;
  }

  .lg\:active\:placeholder-orange-200:active:-ms-input-placeholder {
    color: #feebc8;
  }

  .lg\:active\:placeholder-orange-200:active::-ms-input-placeholder {
    color: #feebc8;
  }

  .lg\:active\:placeholder-orange-200:active::placeholder {
    color: #feebc8;
  }

  .lg\:active\:placeholder-orange-300:active::-webkit-input-placeholder {
    color: #fbd38d;
  }

  .lg\:active\:placeholder-orange-300:active::-moz-placeholder {
    color: #fbd38d;
  }

  .lg\:active\:placeholder-orange-300:active:-ms-input-placeholder {
    color: #fbd38d;
  }

  .lg\:active\:placeholder-orange-300:active::-ms-input-placeholder {
    color: #fbd38d;
  }

  .lg\:active\:placeholder-orange-300:active::placeholder {
    color: #fbd38d;
  }

  .lg\:active\:placeholder-orange-400:active::-webkit-input-placeholder {
    color: #f6ad55;
  }

  .lg\:active\:placeholder-orange-400:active::-moz-placeholder {
    color: #f6ad55;
  }

  .lg\:active\:placeholder-orange-400:active:-ms-input-placeholder {
    color: #f6ad55;
  }

  .lg\:active\:placeholder-orange-400:active::-ms-input-placeholder {
    color: #f6ad55;
  }

  .lg\:active\:placeholder-orange-400:active::placeholder {
    color: #f6ad55;
  }

  .lg\:active\:placeholder-orange-500:active::-webkit-input-placeholder {
    color: #ed8936;
  }

  .lg\:active\:placeholder-orange-500:active::-moz-placeholder {
    color: #ed8936;
  }

  .lg\:active\:placeholder-orange-500:active:-ms-input-placeholder {
    color: #ed8936;
  }

  .lg\:active\:placeholder-orange-500:active::-ms-input-placeholder {
    color: #ed8936;
  }

  .lg\:active\:placeholder-orange-500:active::placeholder {
    color: #ed8936;
  }

  .lg\:active\:placeholder-orange-600:active::-webkit-input-placeholder {
    color: #dd6b20;
  }

  .lg\:active\:placeholder-orange-600:active::-moz-placeholder {
    color: #dd6b20;
  }

  .lg\:active\:placeholder-orange-600:active:-ms-input-placeholder {
    color: #dd6b20;
  }

  .lg\:active\:placeholder-orange-600:active::-ms-input-placeholder {
    color: #dd6b20;
  }

  .lg\:active\:placeholder-orange-600:active::placeholder {
    color: #dd6b20;
  }

  .lg\:active\:placeholder-orange-700:active::-webkit-input-placeholder {
    color: #c05621;
  }

  .lg\:active\:placeholder-orange-700:active::-moz-placeholder {
    color: #c05621;
  }

  .lg\:active\:placeholder-orange-700:active:-ms-input-placeholder {
    color: #c05621;
  }

  .lg\:active\:placeholder-orange-700:active::-ms-input-placeholder {
    color: #c05621;
  }

  .lg\:active\:placeholder-orange-700:active::placeholder {
    color: #c05621;
  }

  .lg\:active\:placeholder-orange-800:active::-webkit-input-placeholder {
    color: #9c4221;
  }

  .lg\:active\:placeholder-orange-800:active::-moz-placeholder {
    color: #9c4221;
  }

  .lg\:active\:placeholder-orange-800:active:-ms-input-placeholder {
    color: #9c4221;
  }

  .lg\:active\:placeholder-orange-800:active::-ms-input-placeholder {
    color: #9c4221;
  }

  .lg\:active\:placeholder-orange-800:active::placeholder {
    color: #9c4221;
  }

  .lg\:active\:placeholder-orange-900:active::-webkit-input-placeholder {
    color: #7b341e;
  }

  .lg\:active\:placeholder-orange-900:active::-moz-placeholder {
    color: #7b341e;
  }

  .lg\:active\:placeholder-orange-900:active:-ms-input-placeholder {
    color: #7b341e;
  }

  .lg\:active\:placeholder-orange-900:active::-ms-input-placeholder {
    color: #7b341e;
  }

  .lg\:active\:placeholder-orange-900:active::placeholder {
    color: #7b341e;
  }

  .lg\:active\:placeholder-yellow-100:active::-webkit-input-placeholder {
    color: #fffff0;
  }

  .lg\:active\:placeholder-yellow-100:active::-moz-placeholder {
    color: #fffff0;
  }

  .lg\:active\:placeholder-yellow-100:active:-ms-input-placeholder {
    color: #fffff0;
  }

  .lg\:active\:placeholder-yellow-100:active::-ms-input-placeholder {
    color: #fffff0;
  }

  .lg\:active\:placeholder-yellow-100:active::placeholder {
    color: #fffff0;
  }

  .lg\:active\:placeholder-yellow-200:active::-webkit-input-placeholder {
    color: #fefcbf;
  }

  .lg\:active\:placeholder-yellow-200:active::-moz-placeholder {
    color: #fefcbf;
  }

  .lg\:active\:placeholder-yellow-200:active:-ms-input-placeholder {
    color: #fefcbf;
  }

  .lg\:active\:placeholder-yellow-200:active::-ms-input-placeholder {
    color: #fefcbf;
  }

  .lg\:active\:placeholder-yellow-200:active::placeholder {
    color: #fefcbf;
  }

  .lg\:active\:placeholder-yellow-300:active::-webkit-input-placeholder {
    color: #faf089;
  }

  .lg\:active\:placeholder-yellow-300:active::-moz-placeholder {
    color: #faf089;
  }

  .lg\:active\:placeholder-yellow-300:active:-ms-input-placeholder {
    color: #faf089;
  }

  .lg\:active\:placeholder-yellow-300:active::-ms-input-placeholder {
    color: #faf089;
  }

  .lg\:active\:placeholder-yellow-300:active::placeholder {
    color: #faf089;
  }

  .lg\:active\:placeholder-yellow-400:active::-webkit-input-placeholder {
    color: #f6e05e;
  }

  .lg\:active\:placeholder-yellow-400:active::-moz-placeholder {
    color: #f6e05e;
  }

  .lg\:active\:placeholder-yellow-400:active:-ms-input-placeholder {
    color: #f6e05e;
  }

  .lg\:active\:placeholder-yellow-400:active::-ms-input-placeholder {
    color: #f6e05e;
  }

  .lg\:active\:placeholder-yellow-400:active::placeholder {
    color: #f6e05e;
  }

  .lg\:active\:placeholder-yellow-500:active::-webkit-input-placeholder {
    color: #ecc94b;
  }

  .lg\:active\:placeholder-yellow-500:active::-moz-placeholder {
    color: #ecc94b;
  }

  .lg\:active\:placeholder-yellow-500:active:-ms-input-placeholder {
    color: #ecc94b;
  }

  .lg\:active\:placeholder-yellow-500:active::-ms-input-placeholder {
    color: #ecc94b;
  }

  .lg\:active\:placeholder-yellow-500:active::placeholder {
    color: #ecc94b;
  }

  .lg\:active\:placeholder-yellow-600:active::-webkit-input-placeholder {
    color: #d69e2e;
  }

  .lg\:active\:placeholder-yellow-600:active::-moz-placeholder {
    color: #d69e2e;
  }

  .lg\:active\:placeholder-yellow-600:active:-ms-input-placeholder {
    color: #d69e2e;
  }

  .lg\:active\:placeholder-yellow-600:active::-ms-input-placeholder {
    color: #d69e2e;
  }

  .lg\:active\:placeholder-yellow-600:active::placeholder {
    color: #d69e2e;
  }

  .lg\:active\:placeholder-yellow-700:active::-webkit-input-placeholder {
    color: #b7791f;
  }

  .lg\:active\:placeholder-yellow-700:active::-moz-placeholder {
    color: #b7791f;
  }

  .lg\:active\:placeholder-yellow-700:active:-ms-input-placeholder {
    color: #b7791f;
  }

  .lg\:active\:placeholder-yellow-700:active::-ms-input-placeholder {
    color: #b7791f;
  }

  .lg\:active\:placeholder-yellow-700:active::placeholder {
    color: #b7791f;
  }

  .lg\:active\:placeholder-yellow-800:active::-webkit-input-placeholder {
    color: #975a16;
  }

  .lg\:active\:placeholder-yellow-800:active::-moz-placeholder {
    color: #975a16;
  }

  .lg\:active\:placeholder-yellow-800:active:-ms-input-placeholder {
    color: #975a16;
  }

  .lg\:active\:placeholder-yellow-800:active::-ms-input-placeholder {
    color: #975a16;
  }

  .lg\:active\:placeholder-yellow-800:active::placeholder {
    color: #975a16;
  }

  .lg\:active\:placeholder-yellow-900:active::-webkit-input-placeholder {
    color: #744210;
  }

  .lg\:active\:placeholder-yellow-900:active::-moz-placeholder {
    color: #744210;
  }

  .lg\:active\:placeholder-yellow-900:active:-ms-input-placeholder {
    color: #744210;
  }

  .lg\:active\:placeholder-yellow-900:active::-ms-input-placeholder {
    color: #744210;
  }

  .lg\:active\:placeholder-yellow-900:active::placeholder {
    color: #744210;
  }

  .lg\:active\:placeholder-green-100:active::-webkit-input-placeholder {
    color: #f0fff4;
  }

  .lg\:active\:placeholder-green-100:active::-moz-placeholder {
    color: #f0fff4;
  }

  .lg\:active\:placeholder-green-100:active:-ms-input-placeholder {
    color: #f0fff4;
  }

  .lg\:active\:placeholder-green-100:active::-ms-input-placeholder {
    color: #f0fff4;
  }

  .lg\:active\:placeholder-green-100:active::placeholder {
    color: #f0fff4;
  }

  .lg\:active\:placeholder-green-200:active::-webkit-input-placeholder {
    color: #c6f6d5;
  }

  .lg\:active\:placeholder-green-200:active::-moz-placeholder {
    color: #c6f6d5;
  }

  .lg\:active\:placeholder-green-200:active:-ms-input-placeholder {
    color: #c6f6d5;
  }

  .lg\:active\:placeholder-green-200:active::-ms-input-placeholder {
    color: #c6f6d5;
  }

  .lg\:active\:placeholder-green-200:active::placeholder {
    color: #c6f6d5;
  }

  .lg\:active\:placeholder-green-300:active::-webkit-input-placeholder {
    color: #9ae6b4;
  }

  .lg\:active\:placeholder-green-300:active::-moz-placeholder {
    color: #9ae6b4;
  }

  .lg\:active\:placeholder-green-300:active:-ms-input-placeholder {
    color: #9ae6b4;
  }

  .lg\:active\:placeholder-green-300:active::-ms-input-placeholder {
    color: #9ae6b4;
  }

  .lg\:active\:placeholder-green-300:active::placeholder {
    color: #9ae6b4;
  }

  .lg\:active\:placeholder-green-400:active::-webkit-input-placeholder {
    color: #68d391;
  }

  .lg\:active\:placeholder-green-400:active::-moz-placeholder {
    color: #68d391;
  }

  .lg\:active\:placeholder-green-400:active:-ms-input-placeholder {
    color: #68d391;
  }

  .lg\:active\:placeholder-green-400:active::-ms-input-placeholder {
    color: #68d391;
  }

  .lg\:active\:placeholder-green-400:active::placeholder {
    color: #68d391;
  }

  .lg\:active\:placeholder-green-500:active::-webkit-input-placeholder {
    color: #48bb78;
  }

  .lg\:active\:placeholder-green-500:active::-moz-placeholder {
    color: #48bb78;
  }

  .lg\:active\:placeholder-green-500:active:-ms-input-placeholder {
    color: #48bb78;
  }

  .lg\:active\:placeholder-green-500:active::-ms-input-placeholder {
    color: #48bb78;
  }

  .lg\:active\:placeholder-green-500:active::placeholder {
    color: #48bb78;
  }

  .lg\:active\:placeholder-green-600:active::-webkit-input-placeholder {
    color: #38a169;
  }

  .lg\:active\:placeholder-green-600:active::-moz-placeholder {
    color: #38a169;
  }

  .lg\:active\:placeholder-green-600:active:-ms-input-placeholder {
    color: #38a169;
  }

  .lg\:active\:placeholder-green-600:active::-ms-input-placeholder {
    color: #38a169;
  }

  .lg\:active\:placeholder-green-600:active::placeholder {
    color: #38a169;
  }

  .lg\:active\:placeholder-green-700:active::-webkit-input-placeholder {
    color: #2f855a;
  }

  .lg\:active\:placeholder-green-700:active::-moz-placeholder {
    color: #2f855a;
  }

  .lg\:active\:placeholder-green-700:active:-ms-input-placeholder {
    color: #2f855a;
  }

  .lg\:active\:placeholder-green-700:active::-ms-input-placeholder {
    color: #2f855a;
  }

  .lg\:active\:placeholder-green-700:active::placeholder {
    color: #2f855a;
  }

  .lg\:active\:placeholder-green-800:active::-webkit-input-placeholder {
    color: #276749;
  }

  .lg\:active\:placeholder-green-800:active::-moz-placeholder {
    color: #276749;
  }

  .lg\:active\:placeholder-green-800:active:-ms-input-placeholder {
    color: #276749;
  }

  .lg\:active\:placeholder-green-800:active::-ms-input-placeholder {
    color: #276749;
  }

  .lg\:active\:placeholder-green-800:active::placeholder {
    color: #276749;
  }

  .lg\:active\:placeholder-green-900:active::-webkit-input-placeholder {
    color: #22543d;
  }

  .lg\:active\:placeholder-green-900:active::-moz-placeholder {
    color: #22543d;
  }

  .lg\:active\:placeholder-green-900:active:-ms-input-placeholder {
    color: #22543d;
  }

  .lg\:active\:placeholder-green-900:active::-ms-input-placeholder {
    color: #22543d;
  }

  .lg\:active\:placeholder-green-900:active::placeholder {
    color: #22543d;
  }

  .lg\:active\:placeholder-teal-100:active::-webkit-input-placeholder {
    color: #e6fffa;
  }

  .lg\:active\:placeholder-teal-100:active::-moz-placeholder {
    color: #e6fffa;
  }

  .lg\:active\:placeholder-teal-100:active:-ms-input-placeholder {
    color: #e6fffa;
  }

  .lg\:active\:placeholder-teal-100:active::-ms-input-placeholder {
    color: #e6fffa;
  }

  .lg\:active\:placeholder-teal-100:active::placeholder {
    color: #e6fffa;
  }

  .lg\:active\:placeholder-teal-200:active::-webkit-input-placeholder {
    color: #b2f5ea;
  }

  .lg\:active\:placeholder-teal-200:active::-moz-placeholder {
    color: #b2f5ea;
  }

  .lg\:active\:placeholder-teal-200:active:-ms-input-placeholder {
    color: #b2f5ea;
  }

  .lg\:active\:placeholder-teal-200:active::-ms-input-placeholder {
    color: #b2f5ea;
  }

  .lg\:active\:placeholder-teal-200:active::placeholder {
    color: #b2f5ea;
  }

  .lg\:active\:placeholder-teal-300:active::-webkit-input-placeholder {
    color: #81e6d9;
  }

  .lg\:active\:placeholder-teal-300:active::-moz-placeholder {
    color: #81e6d9;
  }

  .lg\:active\:placeholder-teal-300:active:-ms-input-placeholder {
    color: #81e6d9;
  }

  .lg\:active\:placeholder-teal-300:active::-ms-input-placeholder {
    color: #81e6d9;
  }

  .lg\:active\:placeholder-teal-300:active::placeholder {
    color: #81e6d9;
  }

  .lg\:active\:placeholder-teal-400:active::-webkit-input-placeholder {
    color: #4fd1c5;
  }

  .lg\:active\:placeholder-teal-400:active::-moz-placeholder {
    color: #4fd1c5;
  }

  .lg\:active\:placeholder-teal-400:active:-ms-input-placeholder {
    color: #4fd1c5;
  }

  .lg\:active\:placeholder-teal-400:active::-ms-input-placeholder {
    color: #4fd1c5;
  }

  .lg\:active\:placeholder-teal-400:active::placeholder {
    color: #4fd1c5;
  }

  .lg\:active\:placeholder-teal-500:active::-webkit-input-placeholder {
    color: #38b2ac;
  }

  .lg\:active\:placeholder-teal-500:active::-moz-placeholder {
    color: #38b2ac;
  }

  .lg\:active\:placeholder-teal-500:active:-ms-input-placeholder {
    color: #38b2ac;
  }

  .lg\:active\:placeholder-teal-500:active::-ms-input-placeholder {
    color: #38b2ac;
  }

  .lg\:active\:placeholder-teal-500:active::placeholder {
    color: #38b2ac;
  }

  .lg\:active\:placeholder-teal-600:active::-webkit-input-placeholder {
    color: #319795;
  }

  .lg\:active\:placeholder-teal-600:active::-moz-placeholder {
    color: #319795;
  }

  .lg\:active\:placeholder-teal-600:active:-ms-input-placeholder {
    color: #319795;
  }

  .lg\:active\:placeholder-teal-600:active::-ms-input-placeholder {
    color: #319795;
  }

  .lg\:active\:placeholder-teal-600:active::placeholder {
    color: #319795;
  }

  .lg\:active\:placeholder-teal-700:active::-webkit-input-placeholder {
    color: #2c7a7b;
  }

  .lg\:active\:placeholder-teal-700:active::-moz-placeholder {
    color: #2c7a7b;
  }

  .lg\:active\:placeholder-teal-700:active:-ms-input-placeholder {
    color: #2c7a7b;
  }

  .lg\:active\:placeholder-teal-700:active::-ms-input-placeholder {
    color: #2c7a7b;
  }

  .lg\:active\:placeholder-teal-700:active::placeholder {
    color: #2c7a7b;
  }

  .lg\:active\:placeholder-teal-800:active::-webkit-input-placeholder {
    color: #285e61;
  }

  .lg\:active\:placeholder-teal-800:active::-moz-placeholder {
    color: #285e61;
  }

  .lg\:active\:placeholder-teal-800:active:-ms-input-placeholder {
    color: #285e61;
  }

  .lg\:active\:placeholder-teal-800:active::-ms-input-placeholder {
    color: #285e61;
  }

  .lg\:active\:placeholder-teal-800:active::placeholder {
    color: #285e61;
  }

  .lg\:active\:placeholder-teal-900:active::-webkit-input-placeholder {
    color: #234e52;
  }

  .lg\:active\:placeholder-teal-900:active::-moz-placeholder {
    color: #234e52;
  }

  .lg\:active\:placeholder-teal-900:active:-ms-input-placeholder {
    color: #234e52;
  }

  .lg\:active\:placeholder-teal-900:active::-ms-input-placeholder {
    color: #234e52;
  }

  .lg\:active\:placeholder-teal-900:active::placeholder {
    color: #234e52;
  }

  .lg\:active\:placeholder-blue-100:active::-webkit-input-placeholder {
    color: #ebf8ff;
  }

  .lg\:active\:placeholder-blue-100:active::-moz-placeholder {
    color: #ebf8ff;
  }

  .lg\:active\:placeholder-blue-100:active:-ms-input-placeholder {
    color: #ebf8ff;
  }

  .lg\:active\:placeholder-blue-100:active::-ms-input-placeholder {
    color: #ebf8ff;
  }

  .lg\:active\:placeholder-blue-100:active::placeholder {
    color: #ebf8ff;
  }

  .lg\:active\:placeholder-blue-200:active::-webkit-input-placeholder {
    color: #bee3f8;
  }

  .lg\:active\:placeholder-blue-200:active::-moz-placeholder {
    color: #bee3f8;
  }

  .lg\:active\:placeholder-blue-200:active:-ms-input-placeholder {
    color: #bee3f8;
  }

  .lg\:active\:placeholder-blue-200:active::-ms-input-placeholder {
    color: #bee3f8;
  }

  .lg\:active\:placeholder-blue-200:active::placeholder {
    color: #bee3f8;
  }

  .lg\:active\:placeholder-blue-300:active::-webkit-input-placeholder {
    color: #90cdf4;
  }

  .lg\:active\:placeholder-blue-300:active::-moz-placeholder {
    color: #90cdf4;
  }

  .lg\:active\:placeholder-blue-300:active:-ms-input-placeholder {
    color: #90cdf4;
  }

  .lg\:active\:placeholder-blue-300:active::-ms-input-placeholder {
    color: #90cdf4;
  }

  .lg\:active\:placeholder-blue-300:active::placeholder {
    color: #90cdf4;
  }

  .lg\:active\:placeholder-blue-400:active::-webkit-input-placeholder {
    color: #63b3ed;
  }

  .lg\:active\:placeholder-blue-400:active::-moz-placeholder {
    color: #63b3ed;
  }

  .lg\:active\:placeholder-blue-400:active:-ms-input-placeholder {
    color: #63b3ed;
  }

  .lg\:active\:placeholder-blue-400:active::-ms-input-placeholder {
    color: #63b3ed;
  }

  .lg\:active\:placeholder-blue-400:active::placeholder {
    color: #63b3ed;
  }

  .lg\:active\:placeholder-blue-500:active::-webkit-input-placeholder {
    color: #4299e1;
  }

  .lg\:active\:placeholder-blue-500:active::-moz-placeholder {
    color: #4299e1;
  }

  .lg\:active\:placeholder-blue-500:active:-ms-input-placeholder {
    color: #4299e1;
  }

  .lg\:active\:placeholder-blue-500:active::-ms-input-placeholder {
    color: #4299e1;
  }

  .lg\:active\:placeholder-blue-500:active::placeholder {
    color: #4299e1;
  }

  .lg\:active\:placeholder-blue-600:active::-webkit-input-placeholder {
    color: #3182ce;
  }

  .lg\:active\:placeholder-blue-600:active::-moz-placeholder {
    color: #3182ce;
  }

  .lg\:active\:placeholder-blue-600:active:-ms-input-placeholder {
    color: #3182ce;
  }

  .lg\:active\:placeholder-blue-600:active::-ms-input-placeholder {
    color: #3182ce;
  }

  .lg\:active\:placeholder-blue-600:active::placeholder {
    color: #3182ce;
  }

  .lg\:active\:placeholder-blue-700:active::-webkit-input-placeholder {
    color: #2b6cb0;
  }

  .lg\:active\:placeholder-blue-700:active::-moz-placeholder {
    color: #2b6cb0;
  }

  .lg\:active\:placeholder-blue-700:active:-ms-input-placeholder {
    color: #2b6cb0;
  }

  .lg\:active\:placeholder-blue-700:active::-ms-input-placeholder {
    color: #2b6cb0;
  }

  .lg\:active\:placeholder-blue-700:active::placeholder {
    color: #2b6cb0;
  }

  .lg\:active\:placeholder-blue-800:active::-webkit-input-placeholder {
    color: #2c5282;
  }

  .lg\:active\:placeholder-blue-800:active::-moz-placeholder {
    color: #2c5282;
  }

  .lg\:active\:placeholder-blue-800:active:-ms-input-placeholder {
    color: #2c5282;
  }

  .lg\:active\:placeholder-blue-800:active::-ms-input-placeholder {
    color: #2c5282;
  }

  .lg\:active\:placeholder-blue-800:active::placeholder {
    color: #2c5282;
  }

  .lg\:active\:placeholder-blue-900:active::-webkit-input-placeholder {
    color: #2a4365;
  }

  .lg\:active\:placeholder-blue-900:active::-moz-placeholder {
    color: #2a4365;
  }

  .lg\:active\:placeholder-blue-900:active:-ms-input-placeholder {
    color: #2a4365;
  }

  .lg\:active\:placeholder-blue-900:active::-ms-input-placeholder {
    color: #2a4365;
  }

  .lg\:active\:placeholder-blue-900:active::placeholder {
    color: #2a4365;
  }

  .lg\:active\:placeholder-indigo-100:active::-webkit-input-placeholder {
    color: #ebf4ff;
  }

  .lg\:active\:placeholder-indigo-100:active::-moz-placeholder {
    color: #ebf4ff;
  }

  .lg\:active\:placeholder-indigo-100:active:-ms-input-placeholder {
    color: #ebf4ff;
  }

  .lg\:active\:placeholder-indigo-100:active::-ms-input-placeholder {
    color: #ebf4ff;
  }

  .lg\:active\:placeholder-indigo-100:active::placeholder {
    color: #ebf4ff;
  }

  .lg\:active\:placeholder-indigo-200:active::-webkit-input-placeholder {
    color: #c3dafe;
  }

  .lg\:active\:placeholder-indigo-200:active::-moz-placeholder {
    color: #c3dafe;
  }

  .lg\:active\:placeholder-indigo-200:active:-ms-input-placeholder {
    color: #c3dafe;
  }

  .lg\:active\:placeholder-indigo-200:active::-ms-input-placeholder {
    color: #c3dafe;
  }

  .lg\:active\:placeholder-indigo-200:active::placeholder {
    color: #c3dafe;
  }

  .lg\:active\:placeholder-indigo-300:active::-webkit-input-placeholder {
    color: #a3bffa;
  }

  .lg\:active\:placeholder-indigo-300:active::-moz-placeholder {
    color: #a3bffa;
  }

  .lg\:active\:placeholder-indigo-300:active:-ms-input-placeholder {
    color: #a3bffa;
  }

  .lg\:active\:placeholder-indigo-300:active::-ms-input-placeholder {
    color: #a3bffa;
  }

  .lg\:active\:placeholder-indigo-300:active::placeholder {
    color: #a3bffa;
  }

  .lg\:active\:placeholder-indigo-400:active::-webkit-input-placeholder {
    color: #7f9cf5;
  }

  .lg\:active\:placeholder-indigo-400:active::-moz-placeholder {
    color: #7f9cf5;
  }

  .lg\:active\:placeholder-indigo-400:active:-ms-input-placeholder {
    color: #7f9cf5;
  }

  .lg\:active\:placeholder-indigo-400:active::-ms-input-placeholder {
    color: #7f9cf5;
  }

  .lg\:active\:placeholder-indigo-400:active::placeholder {
    color: #7f9cf5;
  }

  .lg\:active\:placeholder-indigo-500:active::-webkit-input-placeholder {
    color: #667eea;
  }

  .lg\:active\:placeholder-indigo-500:active::-moz-placeholder {
    color: #667eea;
  }

  .lg\:active\:placeholder-indigo-500:active:-ms-input-placeholder {
    color: #667eea;
  }

  .lg\:active\:placeholder-indigo-500:active::-ms-input-placeholder {
    color: #667eea;
  }

  .lg\:active\:placeholder-indigo-500:active::placeholder {
    color: #667eea;
  }

  .lg\:active\:placeholder-indigo-600:active::-webkit-input-placeholder {
    color: #5a67d8;
  }

  .lg\:active\:placeholder-indigo-600:active::-moz-placeholder {
    color: #5a67d8;
  }

  .lg\:active\:placeholder-indigo-600:active:-ms-input-placeholder {
    color: #5a67d8;
  }

  .lg\:active\:placeholder-indigo-600:active::-ms-input-placeholder {
    color: #5a67d8;
  }

  .lg\:active\:placeholder-indigo-600:active::placeholder {
    color: #5a67d8;
  }

  .lg\:active\:placeholder-indigo-700:active::-webkit-input-placeholder {
    color: #4c51bf;
  }

  .lg\:active\:placeholder-indigo-700:active::-moz-placeholder {
    color: #4c51bf;
  }

  .lg\:active\:placeholder-indigo-700:active:-ms-input-placeholder {
    color: #4c51bf;
  }

  .lg\:active\:placeholder-indigo-700:active::-ms-input-placeholder {
    color: #4c51bf;
  }

  .lg\:active\:placeholder-indigo-700:active::placeholder {
    color: #4c51bf;
  }

  .lg\:active\:placeholder-indigo-800:active::-webkit-input-placeholder {
    color: #434190;
  }

  .lg\:active\:placeholder-indigo-800:active::-moz-placeholder {
    color: #434190;
  }

  .lg\:active\:placeholder-indigo-800:active:-ms-input-placeholder {
    color: #434190;
  }

  .lg\:active\:placeholder-indigo-800:active::-ms-input-placeholder {
    color: #434190;
  }

  .lg\:active\:placeholder-indigo-800:active::placeholder {
    color: #434190;
  }

  .lg\:active\:placeholder-indigo-900:active::-webkit-input-placeholder {
    color: #3c366b;
  }

  .lg\:active\:placeholder-indigo-900:active::-moz-placeholder {
    color: #3c366b;
  }

  .lg\:active\:placeholder-indigo-900:active:-ms-input-placeholder {
    color: #3c366b;
  }

  .lg\:active\:placeholder-indigo-900:active::-ms-input-placeholder {
    color: #3c366b;
  }

  .lg\:active\:placeholder-indigo-900:active::placeholder {
    color: #3c366b;
  }

  .lg\:active\:placeholder-purple-100:active::-webkit-input-placeholder {
    color: #faf5ff;
  }

  .lg\:active\:placeholder-purple-100:active::-moz-placeholder {
    color: #faf5ff;
  }

  .lg\:active\:placeholder-purple-100:active:-ms-input-placeholder {
    color: #faf5ff;
  }

  .lg\:active\:placeholder-purple-100:active::-ms-input-placeholder {
    color: #faf5ff;
  }

  .lg\:active\:placeholder-purple-100:active::placeholder {
    color: #faf5ff;
  }

  .lg\:active\:placeholder-purple-200:active::-webkit-input-placeholder {
    color: #e9d8fd;
  }

  .lg\:active\:placeholder-purple-200:active::-moz-placeholder {
    color: #e9d8fd;
  }

  .lg\:active\:placeholder-purple-200:active:-ms-input-placeholder {
    color: #e9d8fd;
  }

  .lg\:active\:placeholder-purple-200:active::-ms-input-placeholder {
    color: #e9d8fd;
  }

  .lg\:active\:placeholder-purple-200:active::placeholder {
    color: #e9d8fd;
  }

  .lg\:active\:placeholder-purple-300:active::-webkit-input-placeholder {
    color: #d6bcfa;
  }

  .lg\:active\:placeholder-purple-300:active::-moz-placeholder {
    color: #d6bcfa;
  }

  .lg\:active\:placeholder-purple-300:active:-ms-input-placeholder {
    color: #d6bcfa;
  }

  .lg\:active\:placeholder-purple-300:active::-ms-input-placeholder {
    color: #d6bcfa;
  }

  .lg\:active\:placeholder-purple-300:active::placeholder {
    color: #d6bcfa;
  }

  .lg\:active\:placeholder-purple-400:active::-webkit-input-placeholder {
    color: #b794f4;
  }

  .lg\:active\:placeholder-purple-400:active::-moz-placeholder {
    color: #b794f4;
  }

  .lg\:active\:placeholder-purple-400:active:-ms-input-placeholder {
    color: #b794f4;
  }

  .lg\:active\:placeholder-purple-400:active::-ms-input-placeholder {
    color: #b794f4;
  }

  .lg\:active\:placeholder-purple-400:active::placeholder {
    color: #b794f4;
  }

  .lg\:active\:placeholder-purple-500:active::-webkit-input-placeholder {
    color: #9f7aea;
  }

  .lg\:active\:placeholder-purple-500:active::-moz-placeholder {
    color: #9f7aea;
  }

  .lg\:active\:placeholder-purple-500:active:-ms-input-placeholder {
    color: #9f7aea;
  }

  .lg\:active\:placeholder-purple-500:active::-ms-input-placeholder {
    color: #9f7aea;
  }

  .lg\:active\:placeholder-purple-500:active::placeholder {
    color: #9f7aea;
  }

  .lg\:active\:placeholder-purple-600:active::-webkit-input-placeholder {
    color: #805ad5;
  }

  .lg\:active\:placeholder-purple-600:active::-moz-placeholder {
    color: #805ad5;
  }

  .lg\:active\:placeholder-purple-600:active:-ms-input-placeholder {
    color: #805ad5;
  }

  .lg\:active\:placeholder-purple-600:active::-ms-input-placeholder {
    color: #805ad5;
  }

  .lg\:active\:placeholder-purple-600:active::placeholder {
    color: #805ad5;
  }

  .lg\:active\:placeholder-purple-700:active::-webkit-input-placeholder {
    color: #6b46c1;
  }

  .lg\:active\:placeholder-purple-700:active::-moz-placeholder {
    color: #6b46c1;
  }

  .lg\:active\:placeholder-purple-700:active:-ms-input-placeholder {
    color: #6b46c1;
  }

  .lg\:active\:placeholder-purple-700:active::-ms-input-placeholder {
    color: #6b46c1;
  }

  .lg\:active\:placeholder-purple-700:active::placeholder {
    color: #6b46c1;
  }

  .lg\:active\:placeholder-purple-800:active::-webkit-input-placeholder {
    color: #553c9a;
  }

  .lg\:active\:placeholder-purple-800:active::-moz-placeholder {
    color: #553c9a;
  }

  .lg\:active\:placeholder-purple-800:active:-ms-input-placeholder {
    color: #553c9a;
  }

  .lg\:active\:placeholder-purple-800:active::-ms-input-placeholder {
    color: #553c9a;
  }

  .lg\:active\:placeholder-purple-800:active::placeholder {
    color: #553c9a;
  }

  .lg\:active\:placeholder-purple-900:active::-webkit-input-placeholder {
    color: #44337a;
  }

  .lg\:active\:placeholder-purple-900:active::-moz-placeholder {
    color: #44337a;
  }

  .lg\:active\:placeholder-purple-900:active:-ms-input-placeholder {
    color: #44337a;
  }

  .lg\:active\:placeholder-purple-900:active::-ms-input-placeholder {
    color: #44337a;
  }

  .lg\:active\:placeholder-purple-900:active::placeholder {
    color: #44337a;
  }

  .lg\:active\:placeholder-pink-100:active::-webkit-input-placeholder {
    color: #fff5f7;
  }

  .lg\:active\:placeholder-pink-100:active::-moz-placeholder {
    color: #fff5f7;
  }

  .lg\:active\:placeholder-pink-100:active:-ms-input-placeholder {
    color: #fff5f7;
  }

  .lg\:active\:placeholder-pink-100:active::-ms-input-placeholder {
    color: #fff5f7;
  }

  .lg\:active\:placeholder-pink-100:active::placeholder {
    color: #fff5f7;
  }

  .lg\:active\:placeholder-pink-200:active::-webkit-input-placeholder {
    color: #fed7e2;
  }

  .lg\:active\:placeholder-pink-200:active::-moz-placeholder {
    color: #fed7e2;
  }

  .lg\:active\:placeholder-pink-200:active:-ms-input-placeholder {
    color: #fed7e2;
  }

  .lg\:active\:placeholder-pink-200:active::-ms-input-placeholder {
    color: #fed7e2;
  }

  .lg\:active\:placeholder-pink-200:active::placeholder {
    color: #fed7e2;
  }

  .lg\:active\:placeholder-pink-300:active::-webkit-input-placeholder {
    color: #fbb6ce;
  }

  .lg\:active\:placeholder-pink-300:active::-moz-placeholder {
    color: #fbb6ce;
  }

  .lg\:active\:placeholder-pink-300:active:-ms-input-placeholder {
    color: #fbb6ce;
  }

  .lg\:active\:placeholder-pink-300:active::-ms-input-placeholder {
    color: #fbb6ce;
  }

  .lg\:active\:placeholder-pink-300:active::placeholder {
    color: #fbb6ce;
  }

  .lg\:active\:placeholder-pink-400:active::-webkit-input-placeholder {
    color: #f687b3;
  }

  .lg\:active\:placeholder-pink-400:active::-moz-placeholder {
    color: #f687b3;
  }

  .lg\:active\:placeholder-pink-400:active:-ms-input-placeholder {
    color: #f687b3;
  }

  .lg\:active\:placeholder-pink-400:active::-ms-input-placeholder {
    color: #f687b3;
  }

  .lg\:active\:placeholder-pink-400:active::placeholder {
    color: #f687b3;
  }

  .lg\:active\:placeholder-pink-500:active::-webkit-input-placeholder {
    color: #ed64a6;
  }

  .lg\:active\:placeholder-pink-500:active::-moz-placeholder {
    color: #ed64a6;
  }

  .lg\:active\:placeholder-pink-500:active:-ms-input-placeholder {
    color: #ed64a6;
  }

  .lg\:active\:placeholder-pink-500:active::-ms-input-placeholder {
    color: #ed64a6;
  }

  .lg\:active\:placeholder-pink-500:active::placeholder {
    color: #ed64a6;
  }

  .lg\:active\:placeholder-pink-600:active::-webkit-input-placeholder {
    color: #d53f8c;
  }

  .lg\:active\:placeholder-pink-600:active::-moz-placeholder {
    color: #d53f8c;
  }

  .lg\:active\:placeholder-pink-600:active:-ms-input-placeholder {
    color: #d53f8c;
  }

  .lg\:active\:placeholder-pink-600:active::-ms-input-placeholder {
    color: #d53f8c;
  }

  .lg\:active\:placeholder-pink-600:active::placeholder {
    color: #d53f8c;
  }

  .lg\:active\:placeholder-pink-700:active::-webkit-input-placeholder {
    color: #b83280;
  }

  .lg\:active\:placeholder-pink-700:active::-moz-placeholder {
    color: #b83280;
  }

  .lg\:active\:placeholder-pink-700:active:-ms-input-placeholder {
    color: #b83280;
  }

  .lg\:active\:placeholder-pink-700:active::-ms-input-placeholder {
    color: #b83280;
  }

  .lg\:active\:placeholder-pink-700:active::placeholder {
    color: #b83280;
  }

  .lg\:active\:placeholder-pink-800:active::-webkit-input-placeholder {
    color: #97266d;
  }

  .lg\:active\:placeholder-pink-800:active::-moz-placeholder {
    color: #97266d;
  }

  .lg\:active\:placeholder-pink-800:active:-ms-input-placeholder {
    color: #97266d;
  }

  .lg\:active\:placeholder-pink-800:active::-ms-input-placeholder {
    color: #97266d;
  }

  .lg\:active\:placeholder-pink-800:active::placeholder {
    color: #97266d;
  }

  .lg\:active\:placeholder-pink-900:active::-webkit-input-placeholder {
    color: #702459;
  }

  .lg\:active\:placeholder-pink-900:active::-moz-placeholder {
    color: #702459;
  }

  .lg\:active\:placeholder-pink-900:active:-ms-input-placeholder {
    color: #702459;
  }

  .lg\:active\:placeholder-pink-900:active::-ms-input-placeholder {
    color: #702459;
  }

  .lg\:active\:placeholder-pink-900:active::placeholder {
    color: #702459;
  }

  .lg\:visited\:placeholder-transparent:visited::-webkit-input-placeholder {
    color: transparent;
  }

  .lg\:visited\:placeholder-transparent:visited::-moz-placeholder {
    color: transparent;
  }

  .lg\:visited\:placeholder-transparent:visited:-ms-input-placeholder {
    color: transparent;
  }

  .lg\:visited\:placeholder-transparent:visited::-ms-input-placeholder {
    color: transparent;
  }

  .lg\:visited\:placeholder-transparent:visited::placeholder {
    color: transparent;
  }

  .lg\:visited\:placeholder-black:visited::-webkit-input-placeholder {
    color: #000;
  }

  .lg\:visited\:placeholder-black:visited::-moz-placeholder {
    color: #000;
  }

  .lg\:visited\:placeholder-black:visited:-ms-input-placeholder {
    color: #000;
  }

  .lg\:visited\:placeholder-black:visited::-ms-input-placeholder {
    color: #000;
  }

  .lg\:visited\:placeholder-black:visited::placeholder {
    color: #000;
  }

  .lg\:visited\:placeholder-white:visited::-webkit-input-placeholder {
    color: #fff;
  }

  .lg\:visited\:placeholder-white:visited::-moz-placeholder {
    color: #fff;
  }

  .lg\:visited\:placeholder-white:visited:-ms-input-placeholder {
    color: #fff;
  }

  .lg\:visited\:placeholder-white:visited::-ms-input-placeholder {
    color: #fff;
  }

  .lg\:visited\:placeholder-white:visited::placeholder {
    color: #fff;
  }

  .lg\:visited\:placeholder-gray-100:visited::-webkit-input-placeholder {
    color: #f7fafc;
  }

  .lg\:visited\:placeholder-gray-100:visited::-moz-placeholder {
    color: #f7fafc;
  }

  .lg\:visited\:placeholder-gray-100:visited:-ms-input-placeholder {
    color: #f7fafc;
  }

  .lg\:visited\:placeholder-gray-100:visited::-ms-input-placeholder {
    color: #f7fafc;
  }

  .lg\:visited\:placeholder-gray-100:visited::placeholder {
    color: #f7fafc;
  }

  .lg\:visited\:placeholder-gray-200:visited::-webkit-input-placeholder {
    color: #edf2f7;
  }

  .lg\:visited\:placeholder-gray-200:visited::-moz-placeholder {
    color: #edf2f7;
  }

  .lg\:visited\:placeholder-gray-200:visited:-ms-input-placeholder {
    color: #edf2f7;
  }

  .lg\:visited\:placeholder-gray-200:visited::-ms-input-placeholder {
    color: #edf2f7;
  }

  .lg\:visited\:placeholder-gray-200:visited::placeholder {
    color: #edf2f7;
  }

  .lg\:visited\:placeholder-gray-300:visited::-webkit-input-placeholder {
    color: #e2e8f0;
  }

  .lg\:visited\:placeholder-gray-300:visited::-moz-placeholder {
    color: #e2e8f0;
  }

  .lg\:visited\:placeholder-gray-300:visited:-ms-input-placeholder {
    color: #e2e8f0;
  }

  .lg\:visited\:placeholder-gray-300:visited::-ms-input-placeholder {
    color: #e2e8f0;
  }

  .lg\:visited\:placeholder-gray-300:visited::placeholder {
    color: #e2e8f0;
  }

  .lg\:visited\:placeholder-gray-400:visited::-webkit-input-placeholder {
    color: #cbd5e0;
  }

  .lg\:visited\:placeholder-gray-400:visited::-moz-placeholder {
    color: #cbd5e0;
  }

  .lg\:visited\:placeholder-gray-400:visited:-ms-input-placeholder {
    color: #cbd5e0;
  }

  .lg\:visited\:placeholder-gray-400:visited::-ms-input-placeholder {
    color: #cbd5e0;
  }

  .lg\:visited\:placeholder-gray-400:visited::placeholder {
    color: #cbd5e0;
  }

  .lg\:visited\:placeholder-gray-500:visited::-webkit-input-placeholder {
    color: #a0aec0;
  }

  .lg\:visited\:placeholder-gray-500:visited::-moz-placeholder {
    color: #a0aec0;
  }

  .lg\:visited\:placeholder-gray-500:visited:-ms-input-placeholder {
    color: #a0aec0;
  }

  .lg\:visited\:placeholder-gray-500:visited::-ms-input-placeholder {
    color: #a0aec0;
  }

  .lg\:visited\:placeholder-gray-500:visited::placeholder {
    color: #a0aec0;
  }

  .lg\:visited\:placeholder-gray-600:visited::-webkit-input-placeholder {
    color: #718096;
  }

  .lg\:visited\:placeholder-gray-600:visited::-moz-placeholder {
    color: #718096;
  }

  .lg\:visited\:placeholder-gray-600:visited:-ms-input-placeholder {
    color: #718096;
  }

  .lg\:visited\:placeholder-gray-600:visited::-ms-input-placeholder {
    color: #718096;
  }

  .lg\:visited\:placeholder-gray-600:visited::placeholder {
    color: #718096;
  }

  .lg\:visited\:placeholder-gray-700:visited::-webkit-input-placeholder {
    color: #4a5568;
  }

  .lg\:visited\:placeholder-gray-700:visited::-moz-placeholder {
    color: #4a5568;
  }

  .lg\:visited\:placeholder-gray-700:visited:-ms-input-placeholder {
    color: #4a5568;
  }

  .lg\:visited\:placeholder-gray-700:visited::-ms-input-placeholder {
    color: #4a5568;
  }

  .lg\:visited\:placeholder-gray-700:visited::placeholder {
    color: #4a5568;
  }

  .lg\:visited\:placeholder-gray-800:visited::-webkit-input-placeholder {
    color: #2d3748;
  }

  .lg\:visited\:placeholder-gray-800:visited::-moz-placeholder {
    color: #2d3748;
  }

  .lg\:visited\:placeholder-gray-800:visited:-ms-input-placeholder {
    color: #2d3748;
  }

  .lg\:visited\:placeholder-gray-800:visited::-ms-input-placeholder {
    color: #2d3748;
  }

  .lg\:visited\:placeholder-gray-800:visited::placeholder {
    color: #2d3748;
  }

  .lg\:visited\:placeholder-gray-900:visited::-webkit-input-placeholder {
    color: #1a202c;
  }

  .lg\:visited\:placeholder-gray-900:visited::-moz-placeholder {
    color: #1a202c;
  }

  .lg\:visited\:placeholder-gray-900:visited:-ms-input-placeholder {
    color: #1a202c;
  }

  .lg\:visited\:placeholder-gray-900:visited::-ms-input-placeholder {
    color: #1a202c;
  }

  .lg\:visited\:placeholder-gray-900:visited::placeholder {
    color: #1a202c;
  }

  .lg\:visited\:placeholder-red-100:visited::-webkit-input-placeholder {
    color: #fff5f5;
  }

  .lg\:visited\:placeholder-red-100:visited::-moz-placeholder {
    color: #fff5f5;
  }

  .lg\:visited\:placeholder-red-100:visited:-ms-input-placeholder {
    color: #fff5f5;
  }

  .lg\:visited\:placeholder-red-100:visited::-ms-input-placeholder {
    color: #fff5f5;
  }

  .lg\:visited\:placeholder-red-100:visited::placeholder {
    color: #fff5f5;
  }

  .lg\:visited\:placeholder-red-200:visited::-webkit-input-placeholder {
    color: #fed7d7;
  }

  .lg\:visited\:placeholder-red-200:visited::-moz-placeholder {
    color: #fed7d7;
  }

  .lg\:visited\:placeholder-red-200:visited:-ms-input-placeholder {
    color: #fed7d7;
  }

  .lg\:visited\:placeholder-red-200:visited::-ms-input-placeholder {
    color: #fed7d7;
  }

  .lg\:visited\:placeholder-red-200:visited::placeholder {
    color: #fed7d7;
  }

  .lg\:visited\:placeholder-red-300:visited::-webkit-input-placeholder {
    color: #feb2b2;
  }

  .lg\:visited\:placeholder-red-300:visited::-moz-placeholder {
    color: #feb2b2;
  }

  .lg\:visited\:placeholder-red-300:visited:-ms-input-placeholder {
    color: #feb2b2;
  }

  .lg\:visited\:placeholder-red-300:visited::-ms-input-placeholder {
    color: #feb2b2;
  }

  .lg\:visited\:placeholder-red-300:visited::placeholder {
    color: #feb2b2;
  }

  .lg\:visited\:placeholder-red-400:visited::-webkit-input-placeholder {
    color: #fc8181;
  }

  .lg\:visited\:placeholder-red-400:visited::-moz-placeholder {
    color: #fc8181;
  }

  .lg\:visited\:placeholder-red-400:visited:-ms-input-placeholder {
    color: #fc8181;
  }

  .lg\:visited\:placeholder-red-400:visited::-ms-input-placeholder {
    color: #fc8181;
  }

  .lg\:visited\:placeholder-red-400:visited::placeholder {
    color: #fc8181;
  }

  .lg\:visited\:placeholder-red-500:visited::-webkit-input-placeholder {
    color: #f56565;
  }

  .lg\:visited\:placeholder-red-500:visited::-moz-placeholder {
    color: #f56565;
  }

  .lg\:visited\:placeholder-red-500:visited:-ms-input-placeholder {
    color: #f56565;
  }

  .lg\:visited\:placeholder-red-500:visited::-ms-input-placeholder {
    color: #f56565;
  }

  .lg\:visited\:placeholder-red-500:visited::placeholder {
    color: #f56565;
  }

  .lg\:visited\:placeholder-red-600:visited::-webkit-input-placeholder {
    color: #e53e3e;
  }

  .lg\:visited\:placeholder-red-600:visited::-moz-placeholder {
    color: #e53e3e;
  }

  .lg\:visited\:placeholder-red-600:visited:-ms-input-placeholder {
    color: #e53e3e;
  }

  .lg\:visited\:placeholder-red-600:visited::-ms-input-placeholder {
    color: #e53e3e;
  }

  .lg\:visited\:placeholder-red-600:visited::placeholder {
    color: #e53e3e;
  }

  .lg\:visited\:placeholder-red-700:visited::-webkit-input-placeholder {
    color: #c53030;
  }

  .lg\:visited\:placeholder-red-700:visited::-moz-placeholder {
    color: #c53030;
  }

  .lg\:visited\:placeholder-red-700:visited:-ms-input-placeholder {
    color: #c53030;
  }

  .lg\:visited\:placeholder-red-700:visited::-ms-input-placeholder {
    color: #c53030;
  }

  .lg\:visited\:placeholder-red-700:visited::placeholder {
    color: #c53030;
  }

  .lg\:visited\:placeholder-red-800:visited::-webkit-input-placeholder {
    color: #9b2c2c;
  }

  .lg\:visited\:placeholder-red-800:visited::-moz-placeholder {
    color: #9b2c2c;
  }

  .lg\:visited\:placeholder-red-800:visited:-ms-input-placeholder {
    color: #9b2c2c;
  }

  .lg\:visited\:placeholder-red-800:visited::-ms-input-placeholder {
    color: #9b2c2c;
  }

  .lg\:visited\:placeholder-red-800:visited::placeholder {
    color: #9b2c2c;
  }

  .lg\:visited\:placeholder-red-900:visited::-webkit-input-placeholder {
    color: #742a2a;
  }

  .lg\:visited\:placeholder-red-900:visited::-moz-placeholder {
    color: #742a2a;
  }

  .lg\:visited\:placeholder-red-900:visited:-ms-input-placeholder {
    color: #742a2a;
  }

  .lg\:visited\:placeholder-red-900:visited::-ms-input-placeholder {
    color: #742a2a;
  }

  .lg\:visited\:placeholder-red-900:visited::placeholder {
    color: #742a2a;
  }

  .lg\:visited\:placeholder-orange-100:visited::-webkit-input-placeholder {
    color: #fffaf0;
  }

  .lg\:visited\:placeholder-orange-100:visited::-moz-placeholder {
    color: #fffaf0;
  }

  .lg\:visited\:placeholder-orange-100:visited:-ms-input-placeholder {
    color: #fffaf0;
  }

  .lg\:visited\:placeholder-orange-100:visited::-ms-input-placeholder {
    color: #fffaf0;
  }

  .lg\:visited\:placeholder-orange-100:visited::placeholder {
    color: #fffaf0;
  }

  .lg\:visited\:placeholder-orange-200:visited::-webkit-input-placeholder {
    color: #feebc8;
  }

  .lg\:visited\:placeholder-orange-200:visited::-moz-placeholder {
    color: #feebc8;
  }

  .lg\:visited\:placeholder-orange-200:visited:-ms-input-placeholder {
    color: #feebc8;
  }

  .lg\:visited\:placeholder-orange-200:visited::-ms-input-placeholder {
    color: #feebc8;
  }

  .lg\:visited\:placeholder-orange-200:visited::placeholder {
    color: #feebc8;
  }

  .lg\:visited\:placeholder-orange-300:visited::-webkit-input-placeholder {
    color: #fbd38d;
  }

  .lg\:visited\:placeholder-orange-300:visited::-moz-placeholder {
    color: #fbd38d;
  }

  .lg\:visited\:placeholder-orange-300:visited:-ms-input-placeholder {
    color: #fbd38d;
  }

  .lg\:visited\:placeholder-orange-300:visited::-ms-input-placeholder {
    color: #fbd38d;
  }

  .lg\:visited\:placeholder-orange-300:visited::placeholder {
    color: #fbd38d;
  }

  .lg\:visited\:placeholder-orange-400:visited::-webkit-input-placeholder {
    color: #f6ad55;
  }

  .lg\:visited\:placeholder-orange-400:visited::-moz-placeholder {
    color: #f6ad55;
  }

  .lg\:visited\:placeholder-orange-400:visited:-ms-input-placeholder {
    color: #f6ad55;
  }

  .lg\:visited\:placeholder-orange-400:visited::-ms-input-placeholder {
    color: #f6ad55;
  }

  .lg\:visited\:placeholder-orange-400:visited::placeholder {
    color: #f6ad55;
  }

  .lg\:visited\:placeholder-orange-500:visited::-webkit-input-placeholder {
    color: #ed8936;
  }

  .lg\:visited\:placeholder-orange-500:visited::-moz-placeholder {
    color: #ed8936;
  }

  .lg\:visited\:placeholder-orange-500:visited:-ms-input-placeholder {
    color: #ed8936;
  }

  .lg\:visited\:placeholder-orange-500:visited::-ms-input-placeholder {
    color: #ed8936;
  }

  .lg\:visited\:placeholder-orange-500:visited::placeholder {
    color: #ed8936;
  }

  .lg\:visited\:placeholder-orange-600:visited::-webkit-input-placeholder {
    color: #dd6b20;
  }

  .lg\:visited\:placeholder-orange-600:visited::-moz-placeholder {
    color: #dd6b20;
  }

  .lg\:visited\:placeholder-orange-600:visited:-ms-input-placeholder {
    color: #dd6b20;
  }

  .lg\:visited\:placeholder-orange-600:visited::-ms-input-placeholder {
    color: #dd6b20;
  }

  .lg\:visited\:placeholder-orange-600:visited::placeholder {
    color: #dd6b20;
  }

  .lg\:visited\:placeholder-orange-700:visited::-webkit-input-placeholder {
    color: #c05621;
  }

  .lg\:visited\:placeholder-orange-700:visited::-moz-placeholder {
    color: #c05621;
  }

  .lg\:visited\:placeholder-orange-700:visited:-ms-input-placeholder {
    color: #c05621;
  }

  .lg\:visited\:placeholder-orange-700:visited::-ms-input-placeholder {
    color: #c05621;
  }

  .lg\:visited\:placeholder-orange-700:visited::placeholder {
    color: #c05621;
  }

  .lg\:visited\:placeholder-orange-800:visited::-webkit-input-placeholder {
    color: #9c4221;
  }

  .lg\:visited\:placeholder-orange-800:visited::-moz-placeholder {
    color: #9c4221;
  }

  .lg\:visited\:placeholder-orange-800:visited:-ms-input-placeholder {
    color: #9c4221;
  }

  .lg\:visited\:placeholder-orange-800:visited::-ms-input-placeholder {
    color: #9c4221;
  }

  .lg\:visited\:placeholder-orange-800:visited::placeholder {
    color: #9c4221;
  }

  .lg\:visited\:placeholder-orange-900:visited::-webkit-input-placeholder {
    color: #7b341e;
  }

  .lg\:visited\:placeholder-orange-900:visited::-moz-placeholder {
    color: #7b341e;
  }

  .lg\:visited\:placeholder-orange-900:visited:-ms-input-placeholder {
    color: #7b341e;
  }

  .lg\:visited\:placeholder-orange-900:visited::-ms-input-placeholder {
    color: #7b341e;
  }

  .lg\:visited\:placeholder-orange-900:visited::placeholder {
    color: #7b341e;
  }

  .lg\:visited\:placeholder-yellow-100:visited::-webkit-input-placeholder {
    color: #fffff0;
  }

  .lg\:visited\:placeholder-yellow-100:visited::-moz-placeholder {
    color: #fffff0;
  }

  .lg\:visited\:placeholder-yellow-100:visited:-ms-input-placeholder {
    color: #fffff0;
  }

  .lg\:visited\:placeholder-yellow-100:visited::-ms-input-placeholder {
    color: #fffff0;
  }

  .lg\:visited\:placeholder-yellow-100:visited::placeholder {
    color: #fffff0;
  }

  .lg\:visited\:placeholder-yellow-200:visited::-webkit-input-placeholder {
    color: #fefcbf;
  }

  .lg\:visited\:placeholder-yellow-200:visited::-moz-placeholder {
    color: #fefcbf;
  }

  .lg\:visited\:placeholder-yellow-200:visited:-ms-input-placeholder {
    color: #fefcbf;
  }

  .lg\:visited\:placeholder-yellow-200:visited::-ms-input-placeholder {
    color: #fefcbf;
  }

  .lg\:visited\:placeholder-yellow-200:visited::placeholder {
    color: #fefcbf;
  }

  .lg\:visited\:placeholder-yellow-300:visited::-webkit-input-placeholder {
    color: #faf089;
  }

  .lg\:visited\:placeholder-yellow-300:visited::-moz-placeholder {
    color: #faf089;
  }

  .lg\:visited\:placeholder-yellow-300:visited:-ms-input-placeholder {
    color: #faf089;
  }

  .lg\:visited\:placeholder-yellow-300:visited::-ms-input-placeholder {
    color: #faf089;
  }

  .lg\:visited\:placeholder-yellow-300:visited::placeholder {
    color: #faf089;
  }

  .lg\:visited\:placeholder-yellow-400:visited::-webkit-input-placeholder {
    color: #f6e05e;
  }

  .lg\:visited\:placeholder-yellow-400:visited::-moz-placeholder {
    color: #f6e05e;
  }

  .lg\:visited\:placeholder-yellow-400:visited:-ms-input-placeholder {
    color: #f6e05e;
  }

  .lg\:visited\:placeholder-yellow-400:visited::-ms-input-placeholder {
    color: #f6e05e;
  }

  .lg\:visited\:placeholder-yellow-400:visited::placeholder {
    color: #f6e05e;
  }

  .lg\:visited\:placeholder-yellow-500:visited::-webkit-input-placeholder {
    color: #ecc94b;
  }

  .lg\:visited\:placeholder-yellow-500:visited::-moz-placeholder {
    color: #ecc94b;
  }

  .lg\:visited\:placeholder-yellow-500:visited:-ms-input-placeholder {
    color: #ecc94b;
  }

  .lg\:visited\:placeholder-yellow-500:visited::-ms-input-placeholder {
    color: #ecc94b;
  }

  .lg\:visited\:placeholder-yellow-500:visited::placeholder {
    color: #ecc94b;
  }

  .lg\:visited\:placeholder-yellow-600:visited::-webkit-input-placeholder {
    color: #d69e2e;
  }

  .lg\:visited\:placeholder-yellow-600:visited::-moz-placeholder {
    color: #d69e2e;
  }

  .lg\:visited\:placeholder-yellow-600:visited:-ms-input-placeholder {
    color: #d69e2e;
  }

  .lg\:visited\:placeholder-yellow-600:visited::-ms-input-placeholder {
    color: #d69e2e;
  }

  .lg\:visited\:placeholder-yellow-600:visited::placeholder {
    color: #d69e2e;
  }

  .lg\:visited\:placeholder-yellow-700:visited::-webkit-input-placeholder {
    color: #b7791f;
  }

  .lg\:visited\:placeholder-yellow-700:visited::-moz-placeholder {
    color: #b7791f;
  }

  .lg\:visited\:placeholder-yellow-700:visited:-ms-input-placeholder {
    color: #b7791f;
  }

  .lg\:visited\:placeholder-yellow-700:visited::-ms-input-placeholder {
    color: #b7791f;
  }

  .lg\:visited\:placeholder-yellow-700:visited::placeholder {
    color: #b7791f;
  }

  .lg\:visited\:placeholder-yellow-800:visited::-webkit-input-placeholder {
    color: #975a16;
  }

  .lg\:visited\:placeholder-yellow-800:visited::-moz-placeholder {
    color: #975a16;
  }

  .lg\:visited\:placeholder-yellow-800:visited:-ms-input-placeholder {
    color: #975a16;
  }

  .lg\:visited\:placeholder-yellow-800:visited::-ms-input-placeholder {
    color: #975a16;
  }

  .lg\:visited\:placeholder-yellow-800:visited::placeholder {
    color: #975a16;
  }

  .lg\:visited\:placeholder-yellow-900:visited::-webkit-input-placeholder {
    color: #744210;
  }

  .lg\:visited\:placeholder-yellow-900:visited::-moz-placeholder {
    color: #744210;
  }

  .lg\:visited\:placeholder-yellow-900:visited:-ms-input-placeholder {
    color: #744210;
  }

  .lg\:visited\:placeholder-yellow-900:visited::-ms-input-placeholder {
    color: #744210;
  }

  .lg\:visited\:placeholder-yellow-900:visited::placeholder {
    color: #744210;
  }

  .lg\:visited\:placeholder-green-100:visited::-webkit-input-placeholder {
    color: #f0fff4;
  }

  .lg\:visited\:placeholder-green-100:visited::-moz-placeholder {
    color: #f0fff4;
  }

  .lg\:visited\:placeholder-green-100:visited:-ms-input-placeholder {
    color: #f0fff4;
  }

  .lg\:visited\:placeholder-green-100:visited::-ms-input-placeholder {
    color: #f0fff4;
  }

  .lg\:visited\:placeholder-green-100:visited::placeholder {
    color: #f0fff4;
  }

  .lg\:visited\:placeholder-green-200:visited::-webkit-input-placeholder {
    color: #c6f6d5;
  }

  .lg\:visited\:placeholder-green-200:visited::-moz-placeholder {
    color: #c6f6d5;
  }

  .lg\:visited\:placeholder-green-200:visited:-ms-input-placeholder {
    color: #c6f6d5;
  }

  .lg\:visited\:placeholder-green-200:visited::-ms-input-placeholder {
    color: #c6f6d5;
  }

  .lg\:visited\:placeholder-green-200:visited::placeholder {
    color: #c6f6d5;
  }

  .lg\:visited\:placeholder-green-300:visited::-webkit-input-placeholder {
    color: #9ae6b4;
  }

  .lg\:visited\:placeholder-green-300:visited::-moz-placeholder {
    color: #9ae6b4;
  }

  .lg\:visited\:placeholder-green-300:visited:-ms-input-placeholder {
    color: #9ae6b4;
  }

  .lg\:visited\:placeholder-green-300:visited::-ms-input-placeholder {
    color: #9ae6b4;
  }

  .lg\:visited\:placeholder-green-300:visited::placeholder {
    color: #9ae6b4;
  }

  .lg\:visited\:placeholder-green-400:visited::-webkit-input-placeholder {
    color: #68d391;
  }

  .lg\:visited\:placeholder-green-400:visited::-moz-placeholder {
    color: #68d391;
  }

  .lg\:visited\:placeholder-green-400:visited:-ms-input-placeholder {
    color: #68d391;
  }

  .lg\:visited\:placeholder-green-400:visited::-ms-input-placeholder {
    color: #68d391;
  }

  .lg\:visited\:placeholder-green-400:visited::placeholder {
    color: #68d391;
  }

  .lg\:visited\:placeholder-green-500:visited::-webkit-input-placeholder {
    color: #48bb78;
  }

  .lg\:visited\:placeholder-green-500:visited::-moz-placeholder {
    color: #48bb78;
  }

  .lg\:visited\:placeholder-green-500:visited:-ms-input-placeholder {
    color: #48bb78;
  }

  .lg\:visited\:placeholder-green-500:visited::-ms-input-placeholder {
    color: #48bb78;
  }

  .lg\:visited\:placeholder-green-500:visited::placeholder {
    color: #48bb78;
  }

  .lg\:visited\:placeholder-green-600:visited::-webkit-input-placeholder {
    color: #38a169;
  }

  .lg\:visited\:placeholder-green-600:visited::-moz-placeholder {
    color: #38a169;
  }

  .lg\:visited\:placeholder-green-600:visited:-ms-input-placeholder {
    color: #38a169;
  }

  .lg\:visited\:placeholder-green-600:visited::-ms-input-placeholder {
    color: #38a169;
  }

  .lg\:visited\:placeholder-green-600:visited::placeholder {
    color: #38a169;
  }

  .lg\:visited\:placeholder-green-700:visited::-webkit-input-placeholder {
    color: #2f855a;
  }

  .lg\:visited\:placeholder-green-700:visited::-moz-placeholder {
    color: #2f855a;
  }

  .lg\:visited\:placeholder-green-700:visited:-ms-input-placeholder {
    color: #2f855a;
  }

  .lg\:visited\:placeholder-green-700:visited::-ms-input-placeholder {
    color: #2f855a;
  }

  .lg\:visited\:placeholder-green-700:visited::placeholder {
    color: #2f855a;
  }

  .lg\:visited\:placeholder-green-800:visited::-webkit-input-placeholder {
    color: #276749;
  }

  .lg\:visited\:placeholder-green-800:visited::-moz-placeholder {
    color: #276749;
  }

  .lg\:visited\:placeholder-green-800:visited:-ms-input-placeholder {
    color: #276749;
  }

  .lg\:visited\:placeholder-green-800:visited::-ms-input-placeholder {
    color: #276749;
  }

  .lg\:visited\:placeholder-green-800:visited::placeholder {
    color: #276749;
  }

  .lg\:visited\:placeholder-green-900:visited::-webkit-input-placeholder {
    color: #22543d;
  }

  .lg\:visited\:placeholder-green-900:visited::-moz-placeholder {
    color: #22543d;
  }

  .lg\:visited\:placeholder-green-900:visited:-ms-input-placeholder {
    color: #22543d;
  }

  .lg\:visited\:placeholder-green-900:visited::-ms-input-placeholder {
    color: #22543d;
  }

  .lg\:visited\:placeholder-green-900:visited::placeholder {
    color: #22543d;
  }

  .lg\:visited\:placeholder-teal-100:visited::-webkit-input-placeholder {
    color: #e6fffa;
  }

  .lg\:visited\:placeholder-teal-100:visited::-moz-placeholder {
    color: #e6fffa;
  }

  .lg\:visited\:placeholder-teal-100:visited:-ms-input-placeholder {
    color: #e6fffa;
  }

  .lg\:visited\:placeholder-teal-100:visited::-ms-input-placeholder {
    color: #e6fffa;
  }

  .lg\:visited\:placeholder-teal-100:visited::placeholder {
    color: #e6fffa;
  }

  .lg\:visited\:placeholder-teal-200:visited::-webkit-input-placeholder {
    color: #b2f5ea;
  }

  .lg\:visited\:placeholder-teal-200:visited::-moz-placeholder {
    color: #b2f5ea;
  }

  .lg\:visited\:placeholder-teal-200:visited:-ms-input-placeholder {
    color: #b2f5ea;
  }

  .lg\:visited\:placeholder-teal-200:visited::-ms-input-placeholder {
    color: #b2f5ea;
  }

  .lg\:visited\:placeholder-teal-200:visited::placeholder {
    color: #b2f5ea;
  }

  .lg\:visited\:placeholder-teal-300:visited::-webkit-input-placeholder {
    color: #81e6d9;
  }

  .lg\:visited\:placeholder-teal-300:visited::-moz-placeholder {
    color: #81e6d9;
  }

  .lg\:visited\:placeholder-teal-300:visited:-ms-input-placeholder {
    color: #81e6d9;
  }

  .lg\:visited\:placeholder-teal-300:visited::-ms-input-placeholder {
    color: #81e6d9;
  }

  .lg\:visited\:placeholder-teal-300:visited::placeholder {
    color: #81e6d9;
  }

  .lg\:visited\:placeholder-teal-400:visited::-webkit-input-placeholder {
    color: #4fd1c5;
  }

  .lg\:visited\:placeholder-teal-400:visited::-moz-placeholder {
    color: #4fd1c5;
  }

  .lg\:visited\:placeholder-teal-400:visited:-ms-input-placeholder {
    color: #4fd1c5;
  }

  .lg\:visited\:placeholder-teal-400:visited::-ms-input-placeholder {
    color: #4fd1c5;
  }

  .lg\:visited\:placeholder-teal-400:visited::placeholder {
    color: #4fd1c5;
  }

  .lg\:visited\:placeholder-teal-500:visited::-webkit-input-placeholder {
    color: #38b2ac;
  }

  .lg\:visited\:placeholder-teal-500:visited::-moz-placeholder {
    color: #38b2ac;
  }

  .lg\:visited\:placeholder-teal-500:visited:-ms-input-placeholder {
    color: #38b2ac;
  }

  .lg\:visited\:placeholder-teal-500:visited::-ms-input-placeholder {
    color: #38b2ac;
  }

  .lg\:visited\:placeholder-teal-500:visited::placeholder {
    color: #38b2ac;
  }

  .lg\:visited\:placeholder-teal-600:visited::-webkit-input-placeholder {
    color: #319795;
  }

  .lg\:visited\:placeholder-teal-600:visited::-moz-placeholder {
    color: #319795;
  }

  .lg\:visited\:placeholder-teal-600:visited:-ms-input-placeholder {
    color: #319795;
  }

  .lg\:visited\:placeholder-teal-600:visited::-ms-input-placeholder {
    color: #319795;
  }

  .lg\:visited\:placeholder-teal-600:visited::placeholder {
    color: #319795;
  }

  .lg\:visited\:placeholder-teal-700:visited::-webkit-input-placeholder {
    color: #2c7a7b;
  }

  .lg\:visited\:placeholder-teal-700:visited::-moz-placeholder {
    color: #2c7a7b;
  }

  .lg\:visited\:placeholder-teal-700:visited:-ms-input-placeholder {
    color: #2c7a7b;
  }

  .lg\:visited\:placeholder-teal-700:visited::-ms-input-placeholder {
    color: #2c7a7b;
  }

  .lg\:visited\:placeholder-teal-700:visited::placeholder {
    color: #2c7a7b;
  }

  .lg\:visited\:placeholder-teal-800:visited::-webkit-input-placeholder {
    color: #285e61;
  }

  .lg\:visited\:placeholder-teal-800:visited::-moz-placeholder {
    color: #285e61;
  }

  .lg\:visited\:placeholder-teal-800:visited:-ms-input-placeholder {
    color: #285e61;
  }

  .lg\:visited\:placeholder-teal-800:visited::-ms-input-placeholder {
    color: #285e61;
  }

  .lg\:visited\:placeholder-teal-800:visited::placeholder {
    color: #285e61;
  }

  .lg\:visited\:placeholder-teal-900:visited::-webkit-input-placeholder {
    color: #234e52;
  }

  .lg\:visited\:placeholder-teal-900:visited::-moz-placeholder {
    color: #234e52;
  }

  .lg\:visited\:placeholder-teal-900:visited:-ms-input-placeholder {
    color: #234e52;
  }

  .lg\:visited\:placeholder-teal-900:visited::-ms-input-placeholder {
    color: #234e52;
  }

  .lg\:visited\:placeholder-teal-900:visited::placeholder {
    color: #234e52;
  }

  .lg\:visited\:placeholder-blue-100:visited::-webkit-input-placeholder {
    color: #ebf8ff;
  }

  .lg\:visited\:placeholder-blue-100:visited::-moz-placeholder {
    color: #ebf8ff;
  }

  .lg\:visited\:placeholder-blue-100:visited:-ms-input-placeholder {
    color: #ebf8ff;
  }

  .lg\:visited\:placeholder-blue-100:visited::-ms-input-placeholder {
    color: #ebf8ff;
  }

  .lg\:visited\:placeholder-blue-100:visited::placeholder {
    color: #ebf8ff;
  }

  .lg\:visited\:placeholder-blue-200:visited::-webkit-input-placeholder {
    color: #bee3f8;
  }

  .lg\:visited\:placeholder-blue-200:visited::-moz-placeholder {
    color: #bee3f8;
  }

  .lg\:visited\:placeholder-blue-200:visited:-ms-input-placeholder {
    color: #bee3f8;
  }

  .lg\:visited\:placeholder-blue-200:visited::-ms-input-placeholder {
    color: #bee3f8;
  }

  .lg\:visited\:placeholder-blue-200:visited::placeholder {
    color: #bee3f8;
  }

  .lg\:visited\:placeholder-blue-300:visited::-webkit-input-placeholder {
    color: #90cdf4;
  }

  .lg\:visited\:placeholder-blue-300:visited::-moz-placeholder {
    color: #90cdf4;
  }

  .lg\:visited\:placeholder-blue-300:visited:-ms-input-placeholder {
    color: #90cdf4;
  }

  .lg\:visited\:placeholder-blue-300:visited::-ms-input-placeholder {
    color: #90cdf4;
  }

  .lg\:visited\:placeholder-blue-300:visited::placeholder {
    color: #90cdf4;
  }

  .lg\:visited\:placeholder-blue-400:visited::-webkit-input-placeholder {
    color: #63b3ed;
  }

  .lg\:visited\:placeholder-blue-400:visited::-moz-placeholder {
    color: #63b3ed;
  }

  .lg\:visited\:placeholder-blue-400:visited:-ms-input-placeholder {
    color: #63b3ed;
  }

  .lg\:visited\:placeholder-blue-400:visited::-ms-input-placeholder {
    color: #63b3ed;
  }

  .lg\:visited\:placeholder-blue-400:visited::placeholder {
    color: #63b3ed;
  }

  .lg\:visited\:placeholder-blue-500:visited::-webkit-input-placeholder {
    color: #4299e1;
  }

  .lg\:visited\:placeholder-blue-500:visited::-moz-placeholder {
    color: #4299e1;
  }

  .lg\:visited\:placeholder-blue-500:visited:-ms-input-placeholder {
    color: #4299e1;
  }

  .lg\:visited\:placeholder-blue-500:visited::-ms-input-placeholder {
    color: #4299e1;
  }

  .lg\:visited\:placeholder-blue-500:visited::placeholder {
    color: #4299e1;
  }

  .lg\:visited\:placeholder-blue-600:visited::-webkit-input-placeholder {
    color: #3182ce;
  }

  .lg\:visited\:placeholder-blue-600:visited::-moz-placeholder {
    color: #3182ce;
  }

  .lg\:visited\:placeholder-blue-600:visited:-ms-input-placeholder {
    color: #3182ce;
  }

  .lg\:visited\:placeholder-blue-600:visited::-ms-input-placeholder {
    color: #3182ce;
  }

  .lg\:visited\:placeholder-blue-600:visited::placeholder {
    color: #3182ce;
  }

  .lg\:visited\:placeholder-blue-700:visited::-webkit-input-placeholder {
    color: #2b6cb0;
  }

  .lg\:visited\:placeholder-blue-700:visited::-moz-placeholder {
    color: #2b6cb0;
  }

  .lg\:visited\:placeholder-blue-700:visited:-ms-input-placeholder {
    color: #2b6cb0;
  }

  .lg\:visited\:placeholder-blue-700:visited::-ms-input-placeholder {
    color: #2b6cb0;
  }

  .lg\:visited\:placeholder-blue-700:visited::placeholder {
    color: #2b6cb0;
  }

  .lg\:visited\:placeholder-blue-800:visited::-webkit-input-placeholder {
    color: #2c5282;
  }

  .lg\:visited\:placeholder-blue-800:visited::-moz-placeholder {
    color: #2c5282;
  }

  .lg\:visited\:placeholder-blue-800:visited:-ms-input-placeholder {
    color: #2c5282;
  }

  .lg\:visited\:placeholder-blue-800:visited::-ms-input-placeholder {
    color: #2c5282;
  }

  .lg\:visited\:placeholder-blue-800:visited::placeholder {
    color: #2c5282;
  }

  .lg\:visited\:placeholder-blue-900:visited::-webkit-input-placeholder {
    color: #2a4365;
  }

  .lg\:visited\:placeholder-blue-900:visited::-moz-placeholder {
    color: #2a4365;
  }

  .lg\:visited\:placeholder-blue-900:visited:-ms-input-placeholder {
    color: #2a4365;
  }

  .lg\:visited\:placeholder-blue-900:visited::-ms-input-placeholder {
    color: #2a4365;
  }

  .lg\:visited\:placeholder-blue-900:visited::placeholder {
    color: #2a4365;
  }

  .lg\:visited\:placeholder-indigo-100:visited::-webkit-input-placeholder {
    color: #ebf4ff;
  }

  .lg\:visited\:placeholder-indigo-100:visited::-moz-placeholder {
    color: #ebf4ff;
  }

  .lg\:visited\:placeholder-indigo-100:visited:-ms-input-placeholder {
    color: #ebf4ff;
  }

  .lg\:visited\:placeholder-indigo-100:visited::-ms-input-placeholder {
    color: #ebf4ff;
  }

  .lg\:visited\:placeholder-indigo-100:visited::placeholder {
    color: #ebf4ff;
  }

  .lg\:visited\:placeholder-indigo-200:visited::-webkit-input-placeholder {
    color: #c3dafe;
  }

  .lg\:visited\:placeholder-indigo-200:visited::-moz-placeholder {
    color: #c3dafe;
  }

  .lg\:visited\:placeholder-indigo-200:visited:-ms-input-placeholder {
    color: #c3dafe;
  }

  .lg\:visited\:placeholder-indigo-200:visited::-ms-input-placeholder {
    color: #c3dafe;
  }

  .lg\:visited\:placeholder-indigo-200:visited::placeholder {
    color: #c3dafe;
  }

  .lg\:visited\:placeholder-indigo-300:visited::-webkit-input-placeholder {
    color: #a3bffa;
  }

  .lg\:visited\:placeholder-indigo-300:visited::-moz-placeholder {
    color: #a3bffa;
  }

  .lg\:visited\:placeholder-indigo-300:visited:-ms-input-placeholder {
    color: #a3bffa;
  }

  .lg\:visited\:placeholder-indigo-300:visited::-ms-input-placeholder {
    color: #a3bffa;
  }

  .lg\:visited\:placeholder-indigo-300:visited::placeholder {
    color: #a3bffa;
  }

  .lg\:visited\:placeholder-indigo-400:visited::-webkit-input-placeholder {
    color: #7f9cf5;
  }

  .lg\:visited\:placeholder-indigo-400:visited::-moz-placeholder {
    color: #7f9cf5;
  }

  .lg\:visited\:placeholder-indigo-400:visited:-ms-input-placeholder {
    color: #7f9cf5;
  }

  .lg\:visited\:placeholder-indigo-400:visited::-ms-input-placeholder {
    color: #7f9cf5;
  }

  .lg\:visited\:placeholder-indigo-400:visited::placeholder {
    color: #7f9cf5;
  }

  .lg\:visited\:placeholder-indigo-500:visited::-webkit-input-placeholder {
    color: #667eea;
  }

  .lg\:visited\:placeholder-indigo-500:visited::-moz-placeholder {
    color: #667eea;
  }

  .lg\:visited\:placeholder-indigo-500:visited:-ms-input-placeholder {
    color: #667eea;
  }

  .lg\:visited\:placeholder-indigo-500:visited::-ms-input-placeholder {
    color: #667eea;
  }

  .lg\:visited\:placeholder-indigo-500:visited::placeholder {
    color: #667eea;
  }

  .lg\:visited\:placeholder-indigo-600:visited::-webkit-input-placeholder {
    color: #5a67d8;
  }

  .lg\:visited\:placeholder-indigo-600:visited::-moz-placeholder {
    color: #5a67d8;
  }

  .lg\:visited\:placeholder-indigo-600:visited:-ms-input-placeholder {
    color: #5a67d8;
  }

  .lg\:visited\:placeholder-indigo-600:visited::-ms-input-placeholder {
    color: #5a67d8;
  }

  .lg\:visited\:placeholder-indigo-600:visited::placeholder {
    color: #5a67d8;
  }

  .lg\:visited\:placeholder-indigo-700:visited::-webkit-input-placeholder {
    color: #4c51bf;
  }

  .lg\:visited\:placeholder-indigo-700:visited::-moz-placeholder {
    color: #4c51bf;
  }

  .lg\:visited\:placeholder-indigo-700:visited:-ms-input-placeholder {
    color: #4c51bf;
  }

  .lg\:visited\:placeholder-indigo-700:visited::-ms-input-placeholder {
    color: #4c51bf;
  }

  .lg\:visited\:placeholder-indigo-700:visited::placeholder {
    color: #4c51bf;
  }

  .lg\:visited\:placeholder-indigo-800:visited::-webkit-input-placeholder {
    color: #434190;
  }

  .lg\:visited\:placeholder-indigo-800:visited::-moz-placeholder {
    color: #434190;
  }

  .lg\:visited\:placeholder-indigo-800:visited:-ms-input-placeholder {
    color: #434190;
  }

  .lg\:visited\:placeholder-indigo-800:visited::-ms-input-placeholder {
    color: #434190;
  }

  .lg\:visited\:placeholder-indigo-800:visited::placeholder {
    color: #434190;
  }

  .lg\:visited\:placeholder-indigo-900:visited::-webkit-input-placeholder {
    color: #3c366b;
  }

  .lg\:visited\:placeholder-indigo-900:visited::-moz-placeholder {
    color: #3c366b;
  }

  .lg\:visited\:placeholder-indigo-900:visited:-ms-input-placeholder {
    color: #3c366b;
  }

  .lg\:visited\:placeholder-indigo-900:visited::-ms-input-placeholder {
    color: #3c366b;
  }

  .lg\:visited\:placeholder-indigo-900:visited::placeholder {
    color: #3c366b;
  }

  .lg\:visited\:placeholder-purple-100:visited::-webkit-input-placeholder {
    color: #faf5ff;
  }

  .lg\:visited\:placeholder-purple-100:visited::-moz-placeholder {
    color: #faf5ff;
  }

  .lg\:visited\:placeholder-purple-100:visited:-ms-input-placeholder {
    color: #faf5ff;
  }

  .lg\:visited\:placeholder-purple-100:visited::-ms-input-placeholder {
    color: #faf5ff;
  }

  .lg\:visited\:placeholder-purple-100:visited::placeholder {
    color: #faf5ff;
  }

  .lg\:visited\:placeholder-purple-200:visited::-webkit-input-placeholder {
    color: #e9d8fd;
  }

  .lg\:visited\:placeholder-purple-200:visited::-moz-placeholder {
    color: #e9d8fd;
  }

  .lg\:visited\:placeholder-purple-200:visited:-ms-input-placeholder {
    color: #e9d8fd;
  }

  .lg\:visited\:placeholder-purple-200:visited::-ms-input-placeholder {
    color: #e9d8fd;
  }

  .lg\:visited\:placeholder-purple-200:visited::placeholder {
    color: #e9d8fd;
  }

  .lg\:visited\:placeholder-purple-300:visited::-webkit-input-placeholder {
    color: #d6bcfa;
  }

  .lg\:visited\:placeholder-purple-300:visited::-moz-placeholder {
    color: #d6bcfa;
  }

  .lg\:visited\:placeholder-purple-300:visited:-ms-input-placeholder {
    color: #d6bcfa;
  }

  .lg\:visited\:placeholder-purple-300:visited::-ms-input-placeholder {
    color: #d6bcfa;
  }

  .lg\:visited\:placeholder-purple-300:visited::placeholder {
    color: #d6bcfa;
  }

  .lg\:visited\:placeholder-purple-400:visited::-webkit-input-placeholder {
    color: #b794f4;
  }

  .lg\:visited\:placeholder-purple-400:visited::-moz-placeholder {
    color: #b794f4;
  }

  .lg\:visited\:placeholder-purple-400:visited:-ms-input-placeholder {
    color: #b794f4;
  }

  .lg\:visited\:placeholder-purple-400:visited::-ms-input-placeholder {
    color: #b794f4;
  }

  .lg\:visited\:placeholder-purple-400:visited::placeholder {
    color: #b794f4;
  }

  .lg\:visited\:placeholder-purple-500:visited::-webkit-input-placeholder {
    color: #9f7aea;
  }

  .lg\:visited\:placeholder-purple-500:visited::-moz-placeholder {
    color: #9f7aea;
  }

  .lg\:visited\:placeholder-purple-500:visited:-ms-input-placeholder {
    color: #9f7aea;
  }

  .lg\:visited\:placeholder-purple-500:visited::-ms-input-placeholder {
    color: #9f7aea;
  }

  .lg\:visited\:placeholder-purple-500:visited::placeholder {
    color: #9f7aea;
  }

  .lg\:visited\:placeholder-purple-600:visited::-webkit-input-placeholder {
    color: #805ad5;
  }

  .lg\:visited\:placeholder-purple-600:visited::-moz-placeholder {
    color: #805ad5;
  }

  .lg\:visited\:placeholder-purple-600:visited:-ms-input-placeholder {
    color: #805ad5;
  }

  .lg\:visited\:placeholder-purple-600:visited::-ms-input-placeholder {
    color: #805ad5;
  }

  .lg\:visited\:placeholder-purple-600:visited::placeholder {
    color: #805ad5;
  }

  .lg\:visited\:placeholder-purple-700:visited::-webkit-input-placeholder {
    color: #6b46c1;
  }

  .lg\:visited\:placeholder-purple-700:visited::-moz-placeholder {
    color: #6b46c1;
  }

  .lg\:visited\:placeholder-purple-700:visited:-ms-input-placeholder {
    color: #6b46c1;
  }

  .lg\:visited\:placeholder-purple-700:visited::-ms-input-placeholder {
    color: #6b46c1;
  }

  .lg\:visited\:placeholder-purple-700:visited::placeholder {
    color: #6b46c1;
  }

  .lg\:visited\:placeholder-purple-800:visited::-webkit-input-placeholder {
    color: #553c9a;
  }

  .lg\:visited\:placeholder-purple-800:visited::-moz-placeholder {
    color: #553c9a;
  }

  .lg\:visited\:placeholder-purple-800:visited:-ms-input-placeholder {
    color: #553c9a;
  }

  .lg\:visited\:placeholder-purple-800:visited::-ms-input-placeholder {
    color: #553c9a;
  }

  .lg\:visited\:placeholder-purple-800:visited::placeholder {
    color: #553c9a;
  }

  .lg\:visited\:placeholder-purple-900:visited::-webkit-input-placeholder {
    color: #44337a;
  }

  .lg\:visited\:placeholder-purple-900:visited::-moz-placeholder {
    color: #44337a;
  }

  .lg\:visited\:placeholder-purple-900:visited:-ms-input-placeholder {
    color: #44337a;
  }

  .lg\:visited\:placeholder-purple-900:visited::-ms-input-placeholder {
    color: #44337a;
  }

  .lg\:visited\:placeholder-purple-900:visited::placeholder {
    color: #44337a;
  }

  .lg\:visited\:placeholder-pink-100:visited::-webkit-input-placeholder {
    color: #fff5f7;
  }

  .lg\:visited\:placeholder-pink-100:visited::-moz-placeholder {
    color: #fff5f7;
  }

  .lg\:visited\:placeholder-pink-100:visited:-ms-input-placeholder {
    color: #fff5f7;
  }

  .lg\:visited\:placeholder-pink-100:visited::-ms-input-placeholder {
    color: #fff5f7;
  }

  .lg\:visited\:placeholder-pink-100:visited::placeholder {
    color: #fff5f7;
  }

  .lg\:visited\:placeholder-pink-200:visited::-webkit-input-placeholder {
    color: #fed7e2;
  }

  .lg\:visited\:placeholder-pink-200:visited::-moz-placeholder {
    color: #fed7e2;
  }

  .lg\:visited\:placeholder-pink-200:visited:-ms-input-placeholder {
    color: #fed7e2;
  }

  .lg\:visited\:placeholder-pink-200:visited::-ms-input-placeholder {
    color: #fed7e2;
  }

  .lg\:visited\:placeholder-pink-200:visited::placeholder {
    color: #fed7e2;
  }

  .lg\:visited\:placeholder-pink-300:visited::-webkit-input-placeholder {
    color: #fbb6ce;
  }

  .lg\:visited\:placeholder-pink-300:visited::-moz-placeholder {
    color: #fbb6ce;
  }

  .lg\:visited\:placeholder-pink-300:visited:-ms-input-placeholder {
    color: #fbb6ce;
  }

  .lg\:visited\:placeholder-pink-300:visited::-ms-input-placeholder {
    color: #fbb6ce;
  }

  .lg\:visited\:placeholder-pink-300:visited::placeholder {
    color: #fbb6ce;
  }

  .lg\:visited\:placeholder-pink-400:visited::-webkit-input-placeholder {
    color: #f687b3;
  }

  .lg\:visited\:placeholder-pink-400:visited::-moz-placeholder {
    color: #f687b3;
  }

  .lg\:visited\:placeholder-pink-400:visited:-ms-input-placeholder {
    color: #f687b3;
  }

  .lg\:visited\:placeholder-pink-400:visited::-ms-input-placeholder {
    color: #f687b3;
  }

  .lg\:visited\:placeholder-pink-400:visited::placeholder {
    color: #f687b3;
  }

  .lg\:visited\:placeholder-pink-500:visited::-webkit-input-placeholder {
    color: #ed64a6;
  }

  .lg\:visited\:placeholder-pink-500:visited::-moz-placeholder {
    color: #ed64a6;
  }

  .lg\:visited\:placeholder-pink-500:visited:-ms-input-placeholder {
    color: #ed64a6;
  }

  .lg\:visited\:placeholder-pink-500:visited::-ms-input-placeholder {
    color: #ed64a6;
  }

  .lg\:visited\:placeholder-pink-500:visited::placeholder {
    color: #ed64a6;
  }

  .lg\:visited\:placeholder-pink-600:visited::-webkit-input-placeholder {
    color: #d53f8c;
  }

  .lg\:visited\:placeholder-pink-600:visited::-moz-placeholder {
    color: #d53f8c;
  }

  .lg\:visited\:placeholder-pink-600:visited:-ms-input-placeholder {
    color: #d53f8c;
  }

  .lg\:visited\:placeholder-pink-600:visited::-ms-input-placeholder {
    color: #d53f8c;
  }

  .lg\:visited\:placeholder-pink-600:visited::placeholder {
    color: #d53f8c;
  }

  .lg\:visited\:placeholder-pink-700:visited::-webkit-input-placeholder {
    color: #b83280;
  }

  .lg\:visited\:placeholder-pink-700:visited::-moz-placeholder {
    color: #b83280;
  }

  .lg\:visited\:placeholder-pink-700:visited:-ms-input-placeholder {
    color: #b83280;
  }

  .lg\:visited\:placeholder-pink-700:visited::-ms-input-placeholder {
    color: #b83280;
  }

  .lg\:visited\:placeholder-pink-700:visited::placeholder {
    color: #b83280;
  }

  .lg\:visited\:placeholder-pink-800:visited::-webkit-input-placeholder {
    color: #97266d;
  }

  .lg\:visited\:placeholder-pink-800:visited::-moz-placeholder {
    color: #97266d;
  }

  .lg\:visited\:placeholder-pink-800:visited:-ms-input-placeholder {
    color: #97266d;
  }

  .lg\:visited\:placeholder-pink-800:visited::-ms-input-placeholder {
    color: #97266d;
  }

  .lg\:visited\:placeholder-pink-800:visited::placeholder {
    color: #97266d;
  }

  .lg\:visited\:placeholder-pink-900:visited::-webkit-input-placeholder {
    color: #702459;
  }

  .lg\:visited\:placeholder-pink-900:visited::-moz-placeholder {
    color: #702459;
  }

  .lg\:visited\:placeholder-pink-900:visited:-ms-input-placeholder {
    color: #702459;
  }

  .lg\:visited\:placeholder-pink-900:visited::-ms-input-placeholder {
    color: #702459;
  }

  .lg\:visited\:placeholder-pink-900:visited::placeholder {
    color: #702459;
  }

  .lg\:disabled\:placeholder-transparent:disabled::-webkit-input-placeholder {
    color: transparent;
  }

  .lg\:disabled\:placeholder-transparent:disabled::-moz-placeholder {
    color: transparent;
  }

  .lg\:disabled\:placeholder-transparent:disabled:-ms-input-placeholder {
    color: transparent;
  }

  .lg\:disabled\:placeholder-transparent:disabled::-ms-input-placeholder {
    color: transparent;
  }

  .lg\:disabled\:placeholder-transparent:disabled::placeholder {
    color: transparent;
  }

  .lg\:disabled\:placeholder-black:disabled::-webkit-input-placeholder {
    color: #000;
  }

  .lg\:disabled\:placeholder-black:disabled::-moz-placeholder {
    color: #000;
  }

  .lg\:disabled\:placeholder-black:disabled:-ms-input-placeholder {
    color: #000;
  }

  .lg\:disabled\:placeholder-black:disabled::-ms-input-placeholder {
    color: #000;
  }

  .lg\:disabled\:placeholder-black:disabled::placeholder {
    color: #000;
  }

  .lg\:disabled\:placeholder-white:disabled::-webkit-input-placeholder {
    color: #fff;
  }

  .lg\:disabled\:placeholder-white:disabled::-moz-placeholder {
    color: #fff;
  }

  .lg\:disabled\:placeholder-white:disabled:-ms-input-placeholder {
    color: #fff;
  }

  .lg\:disabled\:placeholder-white:disabled::-ms-input-placeholder {
    color: #fff;
  }

  .lg\:disabled\:placeholder-white:disabled::placeholder {
    color: #fff;
  }

  .lg\:disabled\:placeholder-gray-100:disabled::-webkit-input-placeholder {
    color: #f7fafc;
  }

  .lg\:disabled\:placeholder-gray-100:disabled::-moz-placeholder {
    color: #f7fafc;
  }

  .lg\:disabled\:placeholder-gray-100:disabled:-ms-input-placeholder {
    color: #f7fafc;
  }

  .lg\:disabled\:placeholder-gray-100:disabled::-ms-input-placeholder {
    color: #f7fafc;
  }

  .lg\:disabled\:placeholder-gray-100:disabled::placeholder {
    color: #f7fafc;
  }

  .lg\:disabled\:placeholder-gray-200:disabled::-webkit-input-placeholder {
    color: #edf2f7;
  }

  .lg\:disabled\:placeholder-gray-200:disabled::-moz-placeholder {
    color: #edf2f7;
  }

  .lg\:disabled\:placeholder-gray-200:disabled:-ms-input-placeholder {
    color: #edf2f7;
  }

  .lg\:disabled\:placeholder-gray-200:disabled::-ms-input-placeholder {
    color: #edf2f7;
  }

  .lg\:disabled\:placeholder-gray-200:disabled::placeholder {
    color: #edf2f7;
  }

  .lg\:disabled\:placeholder-gray-300:disabled::-webkit-input-placeholder {
    color: #e2e8f0;
  }

  .lg\:disabled\:placeholder-gray-300:disabled::-moz-placeholder {
    color: #e2e8f0;
  }

  .lg\:disabled\:placeholder-gray-300:disabled:-ms-input-placeholder {
    color: #e2e8f0;
  }

  .lg\:disabled\:placeholder-gray-300:disabled::-ms-input-placeholder {
    color: #e2e8f0;
  }

  .lg\:disabled\:placeholder-gray-300:disabled::placeholder {
    color: #e2e8f0;
  }

  .lg\:disabled\:placeholder-gray-400:disabled::-webkit-input-placeholder {
    color: #cbd5e0;
  }

  .lg\:disabled\:placeholder-gray-400:disabled::-moz-placeholder {
    color: #cbd5e0;
  }

  .lg\:disabled\:placeholder-gray-400:disabled:-ms-input-placeholder {
    color: #cbd5e0;
  }

  .lg\:disabled\:placeholder-gray-400:disabled::-ms-input-placeholder {
    color: #cbd5e0;
  }

  .lg\:disabled\:placeholder-gray-400:disabled::placeholder {
    color: #cbd5e0;
  }

  .lg\:disabled\:placeholder-gray-500:disabled::-webkit-input-placeholder {
    color: #a0aec0;
  }

  .lg\:disabled\:placeholder-gray-500:disabled::-moz-placeholder {
    color: #a0aec0;
  }

  .lg\:disabled\:placeholder-gray-500:disabled:-ms-input-placeholder {
    color: #a0aec0;
  }

  .lg\:disabled\:placeholder-gray-500:disabled::-ms-input-placeholder {
    color: #a0aec0;
  }

  .lg\:disabled\:placeholder-gray-500:disabled::placeholder {
    color: #a0aec0;
  }

  .lg\:disabled\:placeholder-gray-600:disabled::-webkit-input-placeholder {
    color: #718096;
  }

  .lg\:disabled\:placeholder-gray-600:disabled::-moz-placeholder {
    color: #718096;
  }

  .lg\:disabled\:placeholder-gray-600:disabled:-ms-input-placeholder {
    color: #718096;
  }

  .lg\:disabled\:placeholder-gray-600:disabled::-ms-input-placeholder {
    color: #718096;
  }

  .lg\:disabled\:placeholder-gray-600:disabled::placeholder {
    color: #718096;
  }

  .lg\:disabled\:placeholder-gray-700:disabled::-webkit-input-placeholder {
    color: #4a5568;
  }

  .lg\:disabled\:placeholder-gray-700:disabled::-moz-placeholder {
    color: #4a5568;
  }

  .lg\:disabled\:placeholder-gray-700:disabled:-ms-input-placeholder {
    color: #4a5568;
  }

  .lg\:disabled\:placeholder-gray-700:disabled::-ms-input-placeholder {
    color: #4a5568;
  }

  .lg\:disabled\:placeholder-gray-700:disabled::placeholder {
    color: #4a5568;
  }

  .lg\:disabled\:placeholder-gray-800:disabled::-webkit-input-placeholder {
    color: #2d3748;
  }

  .lg\:disabled\:placeholder-gray-800:disabled::-moz-placeholder {
    color: #2d3748;
  }

  .lg\:disabled\:placeholder-gray-800:disabled:-ms-input-placeholder {
    color: #2d3748;
  }

  .lg\:disabled\:placeholder-gray-800:disabled::-ms-input-placeholder {
    color: #2d3748;
  }

  .lg\:disabled\:placeholder-gray-800:disabled::placeholder {
    color: #2d3748;
  }

  .lg\:disabled\:placeholder-gray-900:disabled::-webkit-input-placeholder {
    color: #1a202c;
  }

  .lg\:disabled\:placeholder-gray-900:disabled::-moz-placeholder {
    color: #1a202c;
  }

  .lg\:disabled\:placeholder-gray-900:disabled:-ms-input-placeholder {
    color: #1a202c;
  }

  .lg\:disabled\:placeholder-gray-900:disabled::-ms-input-placeholder {
    color: #1a202c;
  }

  .lg\:disabled\:placeholder-gray-900:disabled::placeholder {
    color: #1a202c;
  }

  .lg\:disabled\:placeholder-red-100:disabled::-webkit-input-placeholder {
    color: #fff5f5;
  }

  .lg\:disabled\:placeholder-red-100:disabled::-moz-placeholder {
    color: #fff5f5;
  }

  .lg\:disabled\:placeholder-red-100:disabled:-ms-input-placeholder {
    color: #fff5f5;
  }

  .lg\:disabled\:placeholder-red-100:disabled::-ms-input-placeholder {
    color: #fff5f5;
  }

  .lg\:disabled\:placeholder-red-100:disabled::placeholder {
    color: #fff5f5;
  }

  .lg\:disabled\:placeholder-red-200:disabled::-webkit-input-placeholder {
    color: #fed7d7;
  }

  .lg\:disabled\:placeholder-red-200:disabled::-moz-placeholder {
    color: #fed7d7;
  }

  .lg\:disabled\:placeholder-red-200:disabled:-ms-input-placeholder {
    color: #fed7d7;
  }

  .lg\:disabled\:placeholder-red-200:disabled::-ms-input-placeholder {
    color: #fed7d7;
  }

  .lg\:disabled\:placeholder-red-200:disabled::placeholder {
    color: #fed7d7;
  }

  .lg\:disabled\:placeholder-red-300:disabled::-webkit-input-placeholder {
    color: #feb2b2;
  }

  .lg\:disabled\:placeholder-red-300:disabled::-moz-placeholder {
    color: #feb2b2;
  }

  .lg\:disabled\:placeholder-red-300:disabled:-ms-input-placeholder {
    color: #feb2b2;
  }

  .lg\:disabled\:placeholder-red-300:disabled::-ms-input-placeholder {
    color: #feb2b2;
  }

  .lg\:disabled\:placeholder-red-300:disabled::placeholder {
    color: #feb2b2;
  }

  .lg\:disabled\:placeholder-red-400:disabled::-webkit-input-placeholder {
    color: #fc8181;
  }

  .lg\:disabled\:placeholder-red-400:disabled::-moz-placeholder {
    color: #fc8181;
  }

  .lg\:disabled\:placeholder-red-400:disabled:-ms-input-placeholder {
    color: #fc8181;
  }

  .lg\:disabled\:placeholder-red-400:disabled::-ms-input-placeholder {
    color: #fc8181;
  }

  .lg\:disabled\:placeholder-red-400:disabled::placeholder {
    color: #fc8181;
  }

  .lg\:disabled\:placeholder-red-500:disabled::-webkit-input-placeholder {
    color: #f56565;
  }

  .lg\:disabled\:placeholder-red-500:disabled::-moz-placeholder {
    color: #f56565;
  }

  .lg\:disabled\:placeholder-red-500:disabled:-ms-input-placeholder {
    color: #f56565;
  }

  .lg\:disabled\:placeholder-red-500:disabled::-ms-input-placeholder {
    color: #f56565;
  }

  .lg\:disabled\:placeholder-red-500:disabled::placeholder {
    color: #f56565;
  }

  .lg\:disabled\:placeholder-red-600:disabled::-webkit-input-placeholder {
    color: #e53e3e;
  }

  .lg\:disabled\:placeholder-red-600:disabled::-moz-placeholder {
    color: #e53e3e;
  }

  .lg\:disabled\:placeholder-red-600:disabled:-ms-input-placeholder {
    color: #e53e3e;
  }

  .lg\:disabled\:placeholder-red-600:disabled::-ms-input-placeholder {
    color: #e53e3e;
  }

  .lg\:disabled\:placeholder-red-600:disabled::placeholder {
    color: #e53e3e;
  }

  .lg\:disabled\:placeholder-red-700:disabled::-webkit-input-placeholder {
    color: #c53030;
  }

  .lg\:disabled\:placeholder-red-700:disabled::-moz-placeholder {
    color: #c53030;
  }

  .lg\:disabled\:placeholder-red-700:disabled:-ms-input-placeholder {
    color: #c53030;
  }

  .lg\:disabled\:placeholder-red-700:disabled::-ms-input-placeholder {
    color: #c53030;
  }

  .lg\:disabled\:placeholder-red-700:disabled::placeholder {
    color: #c53030;
  }

  .lg\:disabled\:placeholder-red-800:disabled::-webkit-input-placeholder {
    color: #9b2c2c;
  }

  .lg\:disabled\:placeholder-red-800:disabled::-moz-placeholder {
    color: #9b2c2c;
  }

  .lg\:disabled\:placeholder-red-800:disabled:-ms-input-placeholder {
    color: #9b2c2c;
  }

  .lg\:disabled\:placeholder-red-800:disabled::-ms-input-placeholder {
    color: #9b2c2c;
  }

  .lg\:disabled\:placeholder-red-800:disabled::placeholder {
    color: #9b2c2c;
  }

  .lg\:disabled\:placeholder-red-900:disabled::-webkit-input-placeholder {
    color: #742a2a;
  }

  .lg\:disabled\:placeholder-red-900:disabled::-moz-placeholder {
    color: #742a2a;
  }

  .lg\:disabled\:placeholder-red-900:disabled:-ms-input-placeholder {
    color: #742a2a;
  }

  .lg\:disabled\:placeholder-red-900:disabled::-ms-input-placeholder {
    color: #742a2a;
  }

  .lg\:disabled\:placeholder-red-900:disabled::placeholder {
    color: #742a2a;
  }

  .lg\:disabled\:placeholder-orange-100:disabled::-webkit-input-placeholder {
    color: #fffaf0;
  }

  .lg\:disabled\:placeholder-orange-100:disabled::-moz-placeholder {
    color: #fffaf0;
  }

  .lg\:disabled\:placeholder-orange-100:disabled:-ms-input-placeholder {
    color: #fffaf0;
  }

  .lg\:disabled\:placeholder-orange-100:disabled::-ms-input-placeholder {
    color: #fffaf0;
  }

  .lg\:disabled\:placeholder-orange-100:disabled::placeholder {
    color: #fffaf0;
  }

  .lg\:disabled\:placeholder-orange-200:disabled::-webkit-input-placeholder {
    color: #feebc8;
  }

  .lg\:disabled\:placeholder-orange-200:disabled::-moz-placeholder {
    color: #feebc8;
  }

  .lg\:disabled\:placeholder-orange-200:disabled:-ms-input-placeholder {
    color: #feebc8;
  }

  .lg\:disabled\:placeholder-orange-200:disabled::-ms-input-placeholder {
    color: #feebc8;
  }

  .lg\:disabled\:placeholder-orange-200:disabled::placeholder {
    color: #feebc8;
  }

  .lg\:disabled\:placeholder-orange-300:disabled::-webkit-input-placeholder {
    color: #fbd38d;
  }

  .lg\:disabled\:placeholder-orange-300:disabled::-moz-placeholder {
    color: #fbd38d;
  }

  .lg\:disabled\:placeholder-orange-300:disabled:-ms-input-placeholder {
    color: #fbd38d;
  }

  .lg\:disabled\:placeholder-orange-300:disabled::-ms-input-placeholder {
    color: #fbd38d;
  }

  .lg\:disabled\:placeholder-orange-300:disabled::placeholder {
    color: #fbd38d;
  }

  .lg\:disabled\:placeholder-orange-400:disabled::-webkit-input-placeholder {
    color: #f6ad55;
  }

  .lg\:disabled\:placeholder-orange-400:disabled::-moz-placeholder {
    color: #f6ad55;
  }

  .lg\:disabled\:placeholder-orange-400:disabled:-ms-input-placeholder {
    color: #f6ad55;
  }

  .lg\:disabled\:placeholder-orange-400:disabled::-ms-input-placeholder {
    color: #f6ad55;
  }

  .lg\:disabled\:placeholder-orange-400:disabled::placeholder {
    color: #f6ad55;
  }

  .lg\:disabled\:placeholder-orange-500:disabled::-webkit-input-placeholder {
    color: #ed8936;
  }

  .lg\:disabled\:placeholder-orange-500:disabled::-moz-placeholder {
    color: #ed8936;
  }

  .lg\:disabled\:placeholder-orange-500:disabled:-ms-input-placeholder {
    color: #ed8936;
  }

  .lg\:disabled\:placeholder-orange-500:disabled::-ms-input-placeholder {
    color: #ed8936;
  }

  .lg\:disabled\:placeholder-orange-500:disabled::placeholder {
    color: #ed8936;
  }

  .lg\:disabled\:placeholder-orange-600:disabled::-webkit-input-placeholder {
    color: #dd6b20;
  }

  .lg\:disabled\:placeholder-orange-600:disabled::-moz-placeholder {
    color: #dd6b20;
  }

  .lg\:disabled\:placeholder-orange-600:disabled:-ms-input-placeholder {
    color: #dd6b20;
  }

  .lg\:disabled\:placeholder-orange-600:disabled::-ms-input-placeholder {
    color: #dd6b20;
  }

  .lg\:disabled\:placeholder-orange-600:disabled::placeholder {
    color: #dd6b20;
  }

  .lg\:disabled\:placeholder-orange-700:disabled::-webkit-input-placeholder {
    color: #c05621;
  }

  .lg\:disabled\:placeholder-orange-700:disabled::-moz-placeholder {
    color: #c05621;
  }

  .lg\:disabled\:placeholder-orange-700:disabled:-ms-input-placeholder {
    color: #c05621;
  }

  .lg\:disabled\:placeholder-orange-700:disabled::-ms-input-placeholder {
    color: #c05621;
  }

  .lg\:disabled\:placeholder-orange-700:disabled::placeholder {
    color: #c05621;
  }

  .lg\:disabled\:placeholder-orange-800:disabled::-webkit-input-placeholder {
    color: #9c4221;
  }

  .lg\:disabled\:placeholder-orange-800:disabled::-moz-placeholder {
    color: #9c4221;
  }

  .lg\:disabled\:placeholder-orange-800:disabled:-ms-input-placeholder {
    color: #9c4221;
  }

  .lg\:disabled\:placeholder-orange-800:disabled::-ms-input-placeholder {
    color: #9c4221;
  }

  .lg\:disabled\:placeholder-orange-800:disabled::placeholder {
    color: #9c4221;
  }

  .lg\:disabled\:placeholder-orange-900:disabled::-webkit-input-placeholder {
    color: #7b341e;
  }

  .lg\:disabled\:placeholder-orange-900:disabled::-moz-placeholder {
    color: #7b341e;
  }

  .lg\:disabled\:placeholder-orange-900:disabled:-ms-input-placeholder {
    color: #7b341e;
  }

  .lg\:disabled\:placeholder-orange-900:disabled::-ms-input-placeholder {
    color: #7b341e;
  }

  .lg\:disabled\:placeholder-orange-900:disabled::placeholder {
    color: #7b341e;
  }

  .lg\:disabled\:placeholder-yellow-100:disabled::-webkit-input-placeholder {
    color: #fffff0;
  }

  .lg\:disabled\:placeholder-yellow-100:disabled::-moz-placeholder {
    color: #fffff0;
  }

  .lg\:disabled\:placeholder-yellow-100:disabled:-ms-input-placeholder {
    color: #fffff0;
  }

  .lg\:disabled\:placeholder-yellow-100:disabled::-ms-input-placeholder {
    color: #fffff0;
  }

  .lg\:disabled\:placeholder-yellow-100:disabled::placeholder {
    color: #fffff0;
  }

  .lg\:disabled\:placeholder-yellow-200:disabled::-webkit-input-placeholder {
    color: #fefcbf;
  }

  .lg\:disabled\:placeholder-yellow-200:disabled::-moz-placeholder {
    color: #fefcbf;
  }

  .lg\:disabled\:placeholder-yellow-200:disabled:-ms-input-placeholder {
    color: #fefcbf;
  }

  .lg\:disabled\:placeholder-yellow-200:disabled::-ms-input-placeholder {
    color: #fefcbf;
  }

  .lg\:disabled\:placeholder-yellow-200:disabled::placeholder {
    color: #fefcbf;
  }

  .lg\:disabled\:placeholder-yellow-300:disabled::-webkit-input-placeholder {
    color: #faf089;
  }

  .lg\:disabled\:placeholder-yellow-300:disabled::-moz-placeholder {
    color: #faf089;
  }

  .lg\:disabled\:placeholder-yellow-300:disabled:-ms-input-placeholder {
    color: #faf089;
  }

  .lg\:disabled\:placeholder-yellow-300:disabled::-ms-input-placeholder {
    color: #faf089;
  }

  .lg\:disabled\:placeholder-yellow-300:disabled::placeholder {
    color: #faf089;
  }

  .lg\:disabled\:placeholder-yellow-400:disabled::-webkit-input-placeholder {
    color: #f6e05e;
  }

  .lg\:disabled\:placeholder-yellow-400:disabled::-moz-placeholder {
    color: #f6e05e;
  }

  .lg\:disabled\:placeholder-yellow-400:disabled:-ms-input-placeholder {
    color: #f6e05e;
  }

  .lg\:disabled\:placeholder-yellow-400:disabled::-ms-input-placeholder {
    color: #f6e05e;
  }

  .lg\:disabled\:placeholder-yellow-400:disabled::placeholder {
    color: #f6e05e;
  }

  .lg\:disabled\:placeholder-yellow-500:disabled::-webkit-input-placeholder {
    color: #ecc94b;
  }

  .lg\:disabled\:placeholder-yellow-500:disabled::-moz-placeholder {
    color: #ecc94b;
  }

  .lg\:disabled\:placeholder-yellow-500:disabled:-ms-input-placeholder {
    color: #ecc94b;
  }

  .lg\:disabled\:placeholder-yellow-500:disabled::-ms-input-placeholder {
    color: #ecc94b;
  }

  .lg\:disabled\:placeholder-yellow-500:disabled::placeholder {
    color: #ecc94b;
  }

  .lg\:disabled\:placeholder-yellow-600:disabled::-webkit-input-placeholder {
    color: #d69e2e;
  }

  .lg\:disabled\:placeholder-yellow-600:disabled::-moz-placeholder {
    color: #d69e2e;
  }

  .lg\:disabled\:placeholder-yellow-600:disabled:-ms-input-placeholder {
    color: #d69e2e;
  }

  .lg\:disabled\:placeholder-yellow-600:disabled::-ms-input-placeholder {
    color: #d69e2e;
  }

  .lg\:disabled\:placeholder-yellow-600:disabled::placeholder {
    color: #d69e2e;
  }

  .lg\:disabled\:placeholder-yellow-700:disabled::-webkit-input-placeholder {
    color: #b7791f;
  }

  .lg\:disabled\:placeholder-yellow-700:disabled::-moz-placeholder {
    color: #b7791f;
  }

  .lg\:disabled\:placeholder-yellow-700:disabled:-ms-input-placeholder {
    color: #b7791f;
  }

  .lg\:disabled\:placeholder-yellow-700:disabled::-ms-input-placeholder {
    color: #b7791f;
  }

  .lg\:disabled\:placeholder-yellow-700:disabled::placeholder {
    color: #b7791f;
  }

  .lg\:disabled\:placeholder-yellow-800:disabled::-webkit-input-placeholder {
    color: #975a16;
  }

  .lg\:disabled\:placeholder-yellow-800:disabled::-moz-placeholder {
    color: #975a16;
  }

  .lg\:disabled\:placeholder-yellow-800:disabled:-ms-input-placeholder {
    color: #975a16;
  }

  .lg\:disabled\:placeholder-yellow-800:disabled::-ms-input-placeholder {
    color: #975a16;
  }

  .lg\:disabled\:placeholder-yellow-800:disabled::placeholder {
    color: #975a16;
  }

  .lg\:disabled\:placeholder-yellow-900:disabled::-webkit-input-placeholder {
    color: #744210;
  }

  .lg\:disabled\:placeholder-yellow-900:disabled::-moz-placeholder {
    color: #744210;
  }

  .lg\:disabled\:placeholder-yellow-900:disabled:-ms-input-placeholder {
    color: #744210;
  }

  .lg\:disabled\:placeholder-yellow-900:disabled::-ms-input-placeholder {
    color: #744210;
  }

  .lg\:disabled\:placeholder-yellow-900:disabled::placeholder {
    color: #744210;
  }

  .lg\:disabled\:placeholder-green-100:disabled::-webkit-input-placeholder {
    color: #f0fff4;
  }

  .lg\:disabled\:placeholder-green-100:disabled::-moz-placeholder {
    color: #f0fff4;
  }

  .lg\:disabled\:placeholder-green-100:disabled:-ms-input-placeholder {
    color: #f0fff4;
  }

  .lg\:disabled\:placeholder-green-100:disabled::-ms-input-placeholder {
    color: #f0fff4;
  }

  .lg\:disabled\:placeholder-green-100:disabled::placeholder {
    color: #f0fff4;
  }

  .lg\:disabled\:placeholder-green-200:disabled::-webkit-input-placeholder {
    color: #c6f6d5;
  }

  .lg\:disabled\:placeholder-green-200:disabled::-moz-placeholder {
    color: #c6f6d5;
  }

  .lg\:disabled\:placeholder-green-200:disabled:-ms-input-placeholder {
    color: #c6f6d5;
  }

  .lg\:disabled\:placeholder-green-200:disabled::-ms-input-placeholder {
    color: #c6f6d5;
  }

  .lg\:disabled\:placeholder-green-200:disabled::placeholder {
    color: #c6f6d5;
  }

  .lg\:disabled\:placeholder-green-300:disabled::-webkit-input-placeholder {
    color: #9ae6b4;
  }

  .lg\:disabled\:placeholder-green-300:disabled::-moz-placeholder {
    color: #9ae6b4;
  }

  .lg\:disabled\:placeholder-green-300:disabled:-ms-input-placeholder {
    color: #9ae6b4;
  }

  .lg\:disabled\:placeholder-green-300:disabled::-ms-input-placeholder {
    color: #9ae6b4;
  }

  .lg\:disabled\:placeholder-green-300:disabled::placeholder {
    color: #9ae6b4;
  }

  .lg\:disabled\:placeholder-green-400:disabled::-webkit-input-placeholder {
    color: #68d391;
  }

  .lg\:disabled\:placeholder-green-400:disabled::-moz-placeholder {
    color: #68d391;
  }

  .lg\:disabled\:placeholder-green-400:disabled:-ms-input-placeholder {
    color: #68d391;
  }

  .lg\:disabled\:placeholder-green-400:disabled::-ms-input-placeholder {
    color: #68d391;
  }

  .lg\:disabled\:placeholder-green-400:disabled::placeholder {
    color: #68d391;
  }

  .lg\:disabled\:placeholder-green-500:disabled::-webkit-input-placeholder {
    color: #48bb78;
  }

  .lg\:disabled\:placeholder-green-500:disabled::-moz-placeholder {
    color: #48bb78;
  }

  .lg\:disabled\:placeholder-green-500:disabled:-ms-input-placeholder {
    color: #48bb78;
  }

  .lg\:disabled\:placeholder-green-500:disabled::-ms-input-placeholder {
    color: #48bb78;
  }

  .lg\:disabled\:placeholder-green-500:disabled::placeholder {
    color: #48bb78;
  }

  .lg\:disabled\:placeholder-green-600:disabled::-webkit-input-placeholder {
    color: #38a169;
  }

  .lg\:disabled\:placeholder-green-600:disabled::-moz-placeholder {
    color: #38a169;
  }

  .lg\:disabled\:placeholder-green-600:disabled:-ms-input-placeholder {
    color: #38a169;
  }

  .lg\:disabled\:placeholder-green-600:disabled::-ms-input-placeholder {
    color: #38a169;
  }

  .lg\:disabled\:placeholder-green-600:disabled::placeholder {
    color: #38a169;
  }

  .lg\:disabled\:placeholder-green-700:disabled::-webkit-input-placeholder {
    color: #2f855a;
  }

  .lg\:disabled\:placeholder-green-700:disabled::-moz-placeholder {
    color: #2f855a;
  }

  .lg\:disabled\:placeholder-green-700:disabled:-ms-input-placeholder {
    color: #2f855a;
  }

  .lg\:disabled\:placeholder-green-700:disabled::-ms-input-placeholder {
    color: #2f855a;
  }

  .lg\:disabled\:placeholder-green-700:disabled::placeholder {
    color: #2f855a;
  }

  .lg\:disabled\:placeholder-green-800:disabled::-webkit-input-placeholder {
    color: #276749;
  }

  .lg\:disabled\:placeholder-green-800:disabled::-moz-placeholder {
    color: #276749;
  }

  .lg\:disabled\:placeholder-green-800:disabled:-ms-input-placeholder {
    color: #276749;
  }

  .lg\:disabled\:placeholder-green-800:disabled::-ms-input-placeholder {
    color: #276749;
  }

  .lg\:disabled\:placeholder-green-800:disabled::placeholder {
    color: #276749;
  }

  .lg\:disabled\:placeholder-green-900:disabled::-webkit-input-placeholder {
    color: #22543d;
  }

  .lg\:disabled\:placeholder-green-900:disabled::-moz-placeholder {
    color: #22543d;
  }

  .lg\:disabled\:placeholder-green-900:disabled:-ms-input-placeholder {
    color: #22543d;
  }

  .lg\:disabled\:placeholder-green-900:disabled::-ms-input-placeholder {
    color: #22543d;
  }

  .lg\:disabled\:placeholder-green-900:disabled::placeholder {
    color: #22543d;
  }

  .lg\:disabled\:placeholder-teal-100:disabled::-webkit-input-placeholder {
    color: #e6fffa;
  }

  .lg\:disabled\:placeholder-teal-100:disabled::-moz-placeholder {
    color: #e6fffa;
  }

  .lg\:disabled\:placeholder-teal-100:disabled:-ms-input-placeholder {
    color: #e6fffa;
  }

  .lg\:disabled\:placeholder-teal-100:disabled::-ms-input-placeholder {
    color: #e6fffa;
  }

  .lg\:disabled\:placeholder-teal-100:disabled::placeholder {
    color: #e6fffa;
  }

  .lg\:disabled\:placeholder-teal-200:disabled::-webkit-input-placeholder {
    color: #b2f5ea;
  }

  .lg\:disabled\:placeholder-teal-200:disabled::-moz-placeholder {
    color: #b2f5ea;
  }

  .lg\:disabled\:placeholder-teal-200:disabled:-ms-input-placeholder {
    color: #b2f5ea;
  }

  .lg\:disabled\:placeholder-teal-200:disabled::-ms-input-placeholder {
    color: #b2f5ea;
  }

  .lg\:disabled\:placeholder-teal-200:disabled::placeholder {
    color: #b2f5ea;
  }

  .lg\:disabled\:placeholder-teal-300:disabled::-webkit-input-placeholder {
    color: #81e6d9;
  }

  .lg\:disabled\:placeholder-teal-300:disabled::-moz-placeholder {
    color: #81e6d9;
  }

  .lg\:disabled\:placeholder-teal-300:disabled:-ms-input-placeholder {
    color: #81e6d9;
  }

  .lg\:disabled\:placeholder-teal-300:disabled::-ms-input-placeholder {
    color: #81e6d9;
  }

  .lg\:disabled\:placeholder-teal-300:disabled::placeholder {
    color: #81e6d9;
  }

  .lg\:disabled\:placeholder-teal-400:disabled::-webkit-input-placeholder {
    color: #4fd1c5;
  }

  .lg\:disabled\:placeholder-teal-400:disabled::-moz-placeholder {
    color: #4fd1c5;
  }

  .lg\:disabled\:placeholder-teal-400:disabled:-ms-input-placeholder {
    color: #4fd1c5;
  }

  .lg\:disabled\:placeholder-teal-400:disabled::-ms-input-placeholder {
    color: #4fd1c5;
  }

  .lg\:disabled\:placeholder-teal-400:disabled::placeholder {
    color: #4fd1c5;
  }

  .lg\:disabled\:placeholder-teal-500:disabled::-webkit-input-placeholder {
    color: #38b2ac;
  }

  .lg\:disabled\:placeholder-teal-500:disabled::-moz-placeholder {
    color: #38b2ac;
  }

  .lg\:disabled\:placeholder-teal-500:disabled:-ms-input-placeholder {
    color: #38b2ac;
  }

  .lg\:disabled\:placeholder-teal-500:disabled::-ms-input-placeholder {
    color: #38b2ac;
  }

  .lg\:disabled\:placeholder-teal-500:disabled::placeholder {
    color: #38b2ac;
  }

  .lg\:disabled\:placeholder-teal-600:disabled::-webkit-input-placeholder {
    color: #319795;
  }

  .lg\:disabled\:placeholder-teal-600:disabled::-moz-placeholder {
    color: #319795;
  }

  .lg\:disabled\:placeholder-teal-600:disabled:-ms-input-placeholder {
    color: #319795;
  }

  .lg\:disabled\:placeholder-teal-600:disabled::-ms-input-placeholder {
    color: #319795;
  }

  .lg\:disabled\:placeholder-teal-600:disabled::placeholder {
    color: #319795;
  }

  .lg\:disabled\:placeholder-teal-700:disabled::-webkit-input-placeholder {
    color: #2c7a7b;
  }

  .lg\:disabled\:placeholder-teal-700:disabled::-moz-placeholder {
    color: #2c7a7b;
  }

  .lg\:disabled\:placeholder-teal-700:disabled:-ms-input-placeholder {
    color: #2c7a7b;
  }

  .lg\:disabled\:placeholder-teal-700:disabled::-ms-input-placeholder {
    color: #2c7a7b;
  }

  .lg\:disabled\:placeholder-teal-700:disabled::placeholder {
    color: #2c7a7b;
  }

  .lg\:disabled\:placeholder-teal-800:disabled::-webkit-input-placeholder {
    color: #285e61;
  }

  .lg\:disabled\:placeholder-teal-800:disabled::-moz-placeholder {
    color: #285e61;
  }

  .lg\:disabled\:placeholder-teal-800:disabled:-ms-input-placeholder {
    color: #285e61;
  }

  .lg\:disabled\:placeholder-teal-800:disabled::-ms-input-placeholder {
    color: #285e61;
  }

  .lg\:disabled\:placeholder-teal-800:disabled::placeholder {
    color: #285e61;
  }

  .lg\:disabled\:placeholder-teal-900:disabled::-webkit-input-placeholder {
    color: #234e52;
  }

  .lg\:disabled\:placeholder-teal-900:disabled::-moz-placeholder {
    color: #234e52;
  }

  .lg\:disabled\:placeholder-teal-900:disabled:-ms-input-placeholder {
    color: #234e52;
  }

  .lg\:disabled\:placeholder-teal-900:disabled::-ms-input-placeholder {
    color: #234e52;
  }

  .lg\:disabled\:placeholder-teal-900:disabled::placeholder {
    color: #234e52;
  }

  .lg\:disabled\:placeholder-blue-100:disabled::-webkit-input-placeholder {
    color: #ebf8ff;
  }

  .lg\:disabled\:placeholder-blue-100:disabled::-moz-placeholder {
    color: #ebf8ff;
  }

  .lg\:disabled\:placeholder-blue-100:disabled:-ms-input-placeholder {
    color: #ebf8ff;
  }

  .lg\:disabled\:placeholder-blue-100:disabled::-ms-input-placeholder {
    color: #ebf8ff;
  }

  .lg\:disabled\:placeholder-blue-100:disabled::placeholder {
    color: #ebf8ff;
  }

  .lg\:disabled\:placeholder-blue-200:disabled::-webkit-input-placeholder {
    color: #bee3f8;
  }

  .lg\:disabled\:placeholder-blue-200:disabled::-moz-placeholder {
    color: #bee3f8;
  }

  .lg\:disabled\:placeholder-blue-200:disabled:-ms-input-placeholder {
    color: #bee3f8;
  }

  .lg\:disabled\:placeholder-blue-200:disabled::-ms-input-placeholder {
    color: #bee3f8;
  }

  .lg\:disabled\:placeholder-blue-200:disabled::placeholder {
    color: #bee3f8;
  }

  .lg\:disabled\:placeholder-blue-300:disabled::-webkit-input-placeholder {
    color: #90cdf4;
  }

  .lg\:disabled\:placeholder-blue-300:disabled::-moz-placeholder {
    color: #90cdf4;
  }

  .lg\:disabled\:placeholder-blue-300:disabled:-ms-input-placeholder {
    color: #90cdf4;
  }

  .lg\:disabled\:placeholder-blue-300:disabled::-ms-input-placeholder {
    color: #90cdf4;
  }

  .lg\:disabled\:placeholder-blue-300:disabled::placeholder {
    color: #90cdf4;
  }

  .lg\:disabled\:placeholder-blue-400:disabled::-webkit-input-placeholder {
    color: #63b3ed;
  }

  .lg\:disabled\:placeholder-blue-400:disabled::-moz-placeholder {
    color: #63b3ed;
  }

  .lg\:disabled\:placeholder-blue-400:disabled:-ms-input-placeholder {
    color: #63b3ed;
  }

  .lg\:disabled\:placeholder-blue-400:disabled::-ms-input-placeholder {
    color: #63b3ed;
  }

  .lg\:disabled\:placeholder-blue-400:disabled::placeholder {
    color: #63b3ed;
  }

  .lg\:disabled\:placeholder-blue-500:disabled::-webkit-input-placeholder {
    color: #4299e1;
  }

  .lg\:disabled\:placeholder-blue-500:disabled::-moz-placeholder {
    color: #4299e1;
  }

  .lg\:disabled\:placeholder-blue-500:disabled:-ms-input-placeholder {
    color: #4299e1;
  }

  .lg\:disabled\:placeholder-blue-500:disabled::-ms-input-placeholder {
    color: #4299e1;
  }

  .lg\:disabled\:placeholder-blue-500:disabled::placeholder {
    color: #4299e1;
  }

  .lg\:disabled\:placeholder-blue-600:disabled::-webkit-input-placeholder {
    color: #3182ce;
  }

  .lg\:disabled\:placeholder-blue-600:disabled::-moz-placeholder {
    color: #3182ce;
  }

  .lg\:disabled\:placeholder-blue-600:disabled:-ms-input-placeholder {
    color: #3182ce;
  }

  .lg\:disabled\:placeholder-blue-600:disabled::-ms-input-placeholder {
    color: #3182ce;
  }

  .lg\:disabled\:placeholder-blue-600:disabled::placeholder {
    color: #3182ce;
  }

  .lg\:disabled\:placeholder-blue-700:disabled::-webkit-input-placeholder {
    color: #2b6cb0;
  }

  .lg\:disabled\:placeholder-blue-700:disabled::-moz-placeholder {
    color: #2b6cb0;
  }

  .lg\:disabled\:placeholder-blue-700:disabled:-ms-input-placeholder {
    color: #2b6cb0;
  }

  .lg\:disabled\:placeholder-blue-700:disabled::-ms-input-placeholder {
    color: #2b6cb0;
  }

  .lg\:disabled\:placeholder-blue-700:disabled::placeholder {
    color: #2b6cb0;
  }

  .lg\:disabled\:placeholder-blue-800:disabled::-webkit-input-placeholder {
    color: #2c5282;
  }

  .lg\:disabled\:placeholder-blue-800:disabled::-moz-placeholder {
    color: #2c5282;
  }

  .lg\:disabled\:placeholder-blue-800:disabled:-ms-input-placeholder {
    color: #2c5282;
  }

  .lg\:disabled\:placeholder-blue-800:disabled::-ms-input-placeholder {
    color: #2c5282;
  }

  .lg\:disabled\:placeholder-blue-800:disabled::placeholder {
    color: #2c5282;
  }

  .lg\:disabled\:placeholder-blue-900:disabled::-webkit-input-placeholder {
    color: #2a4365;
  }

  .lg\:disabled\:placeholder-blue-900:disabled::-moz-placeholder {
    color: #2a4365;
  }

  .lg\:disabled\:placeholder-blue-900:disabled:-ms-input-placeholder {
    color: #2a4365;
  }

  .lg\:disabled\:placeholder-blue-900:disabled::-ms-input-placeholder {
    color: #2a4365;
  }

  .lg\:disabled\:placeholder-blue-900:disabled::placeholder {
    color: #2a4365;
  }

  .lg\:disabled\:placeholder-indigo-100:disabled::-webkit-input-placeholder {
    color: #ebf4ff;
  }

  .lg\:disabled\:placeholder-indigo-100:disabled::-moz-placeholder {
    color: #ebf4ff;
  }

  .lg\:disabled\:placeholder-indigo-100:disabled:-ms-input-placeholder {
    color: #ebf4ff;
  }

  .lg\:disabled\:placeholder-indigo-100:disabled::-ms-input-placeholder {
    color: #ebf4ff;
  }

  .lg\:disabled\:placeholder-indigo-100:disabled::placeholder {
    color: #ebf4ff;
  }

  .lg\:disabled\:placeholder-indigo-200:disabled::-webkit-input-placeholder {
    color: #c3dafe;
  }

  .lg\:disabled\:placeholder-indigo-200:disabled::-moz-placeholder {
    color: #c3dafe;
  }

  .lg\:disabled\:placeholder-indigo-200:disabled:-ms-input-placeholder {
    color: #c3dafe;
  }

  .lg\:disabled\:placeholder-indigo-200:disabled::-ms-input-placeholder {
    color: #c3dafe;
  }

  .lg\:disabled\:placeholder-indigo-200:disabled::placeholder {
    color: #c3dafe;
  }

  .lg\:disabled\:placeholder-indigo-300:disabled::-webkit-input-placeholder {
    color: #a3bffa;
  }

  .lg\:disabled\:placeholder-indigo-300:disabled::-moz-placeholder {
    color: #a3bffa;
  }

  .lg\:disabled\:placeholder-indigo-300:disabled:-ms-input-placeholder {
    color: #a3bffa;
  }

  .lg\:disabled\:placeholder-indigo-300:disabled::-ms-input-placeholder {
    color: #a3bffa;
  }

  .lg\:disabled\:placeholder-indigo-300:disabled::placeholder {
    color: #a3bffa;
  }

  .lg\:disabled\:placeholder-indigo-400:disabled::-webkit-input-placeholder {
    color: #7f9cf5;
  }

  .lg\:disabled\:placeholder-indigo-400:disabled::-moz-placeholder {
    color: #7f9cf5;
  }

  .lg\:disabled\:placeholder-indigo-400:disabled:-ms-input-placeholder {
    color: #7f9cf5;
  }

  .lg\:disabled\:placeholder-indigo-400:disabled::-ms-input-placeholder {
    color: #7f9cf5;
  }

  .lg\:disabled\:placeholder-indigo-400:disabled::placeholder {
    color: #7f9cf5;
  }

  .lg\:disabled\:placeholder-indigo-500:disabled::-webkit-input-placeholder {
    color: #667eea;
  }

  .lg\:disabled\:placeholder-indigo-500:disabled::-moz-placeholder {
    color: #667eea;
  }

  .lg\:disabled\:placeholder-indigo-500:disabled:-ms-input-placeholder {
    color: #667eea;
  }

  .lg\:disabled\:placeholder-indigo-500:disabled::-ms-input-placeholder {
    color: #667eea;
  }

  .lg\:disabled\:placeholder-indigo-500:disabled::placeholder {
    color: #667eea;
  }

  .lg\:disabled\:placeholder-indigo-600:disabled::-webkit-input-placeholder {
    color: #5a67d8;
  }

  .lg\:disabled\:placeholder-indigo-600:disabled::-moz-placeholder {
    color: #5a67d8;
  }

  .lg\:disabled\:placeholder-indigo-600:disabled:-ms-input-placeholder {
    color: #5a67d8;
  }

  .lg\:disabled\:placeholder-indigo-600:disabled::-ms-input-placeholder {
    color: #5a67d8;
  }

  .lg\:disabled\:placeholder-indigo-600:disabled::placeholder {
    color: #5a67d8;
  }

  .lg\:disabled\:placeholder-indigo-700:disabled::-webkit-input-placeholder {
    color: #4c51bf;
  }

  .lg\:disabled\:placeholder-indigo-700:disabled::-moz-placeholder {
    color: #4c51bf;
  }

  .lg\:disabled\:placeholder-indigo-700:disabled:-ms-input-placeholder {
    color: #4c51bf;
  }

  .lg\:disabled\:placeholder-indigo-700:disabled::-ms-input-placeholder {
    color: #4c51bf;
  }

  .lg\:disabled\:placeholder-indigo-700:disabled::placeholder {
    color: #4c51bf;
  }

  .lg\:disabled\:placeholder-indigo-800:disabled::-webkit-input-placeholder {
    color: #434190;
  }

  .lg\:disabled\:placeholder-indigo-800:disabled::-moz-placeholder {
    color: #434190;
  }

  .lg\:disabled\:placeholder-indigo-800:disabled:-ms-input-placeholder {
    color: #434190;
  }

  .lg\:disabled\:placeholder-indigo-800:disabled::-ms-input-placeholder {
    color: #434190;
  }

  .lg\:disabled\:placeholder-indigo-800:disabled::placeholder {
    color: #434190;
  }

  .lg\:disabled\:placeholder-indigo-900:disabled::-webkit-input-placeholder {
    color: #3c366b;
  }

  .lg\:disabled\:placeholder-indigo-900:disabled::-moz-placeholder {
    color: #3c366b;
  }

  .lg\:disabled\:placeholder-indigo-900:disabled:-ms-input-placeholder {
    color: #3c366b;
  }

  .lg\:disabled\:placeholder-indigo-900:disabled::-ms-input-placeholder {
    color: #3c366b;
  }

  .lg\:disabled\:placeholder-indigo-900:disabled::placeholder {
    color: #3c366b;
  }

  .lg\:disabled\:placeholder-purple-100:disabled::-webkit-input-placeholder {
    color: #faf5ff;
  }

  .lg\:disabled\:placeholder-purple-100:disabled::-moz-placeholder {
    color: #faf5ff;
  }

  .lg\:disabled\:placeholder-purple-100:disabled:-ms-input-placeholder {
    color: #faf5ff;
  }

  .lg\:disabled\:placeholder-purple-100:disabled::-ms-input-placeholder {
    color: #faf5ff;
  }

  .lg\:disabled\:placeholder-purple-100:disabled::placeholder {
    color: #faf5ff;
  }

  .lg\:disabled\:placeholder-purple-200:disabled::-webkit-input-placeholder {
    color: #e9d8fd;
  }

  .lg\:disabled\:placeholder-purple-200:disabled::-moz-placeholder {
    color: #e9d8fd;
  }

  .lg\:disabled\:placeholder-purple-200:disabled:-ms-input-placeholder {
    color: #e9d8fd;
  }

  .lg\:disabled\:placeholder-purple-200:disabled::-ms-input-placeholder {
    color: #e9d8fd;
  }

  .lg\:disabled\:placeholder-purple-200:disabled::placeholder {
    color: #e9d8fd;
  }

  .lg\:disabled\:placeholder-purple-300:disabled::-webkit-input-placeholder {
    color: #d6bcfa;
  }

  .lg\:disabled\:placeholder-purple-300:disabled::-moz-placeholder {
    color: #d6bcfa;
  }

  .lg\:disabled\:placeholder-purple-300:disabled:-ms-input-placeholder {
    color: #d6bcfa;
  }

  .lg\:disabled\:placeholder-purple-300:disabled::-ms-input-placeholder {
    color: #d6bcfa;
  }

  .lg\:disabled\:placeholder-purple-300:disabled::placeholder {
    color: #d6bcfa;
  }

  .lg\:disabled\:placeholder-purple-400:disabled::-webkit-input-placeholder {
    color: #b794f4;
  }

  .lg\:disabled\:placeholder-purple-400:disabled::-moz-placeholder {
    color: #b794f4;
  }

  .lg\:disabled\:placeholder-purple-400:disabled:-ms-input-placeholder {
    color: #b794f4;
  }

  .lg\:disabled\:placeholder-purple-400:disabled::-ms-input-placeholder {
    color: #b794f4;
  }

  .lg\:disabled\:placeholder-purple-400:disabled::placeholder {
    color: #b794f4;
  }

  .lg\:disabled\:placeholder-purple-500:disabled::-webkit-input-placeholder {
    color: #9f7aea;
  }

  .lg\:disabled\:placeholder-purple-500:disabled::-moz-placeholder {
    color: #9f7aea;
  }

  .lg\:disabled\:placeholder-purple-500:disabled:-ms-input-placeholder {
    color: #9f7aea;
  }

  .lg\:disabled\:placeholder-purple-500:disabled::-ms-input-placeholder {
    color: #9f7aea;
  }

  .lg\:disabled\:placeholder-purple-500:disabled::placeholder {
    color: #9f7aea;
  }

  .lg\:disabled\:placeholder-purple-600:disabled::-webkit-input-placeholder {
    color: #805ad5;
  }

  .lg\:disabled\:placeholder-purple-600:disabled::-moz-placeholder {
    color: #805ad5;
  }

  .lg\:disabled\:placeholder-purple-600:disabled:-ms-input-placeholder {
    color: #805ad5;
  }

  .lg\:disabled\:placeholder-purple-600:disabled::-ms-input-placeholder {
    color: #805ad5;
  }

  .lg\:disabled\:placeholder-purple-600:disabled::placeholder {
    color: #805ad5;
  }

  .lg\:disabled\:placeholder-purple-700:disabled::-webkit-input-placeholder {
    color: #6b46c1;
  }

  .lg\:disabled\:placeholder-purple-700:disabled::-moz-placeholder {
    color: #6b46c1;
  }

  .lg\:disabled\:placeholder-purple-700:disabled:-ms-input-placeholder {
    color: #6b46c1;
  }

  .lg\:disabled\:placeholder-purple-700:disabled::-ms-input-placeholder {
    color: #6b46c1;
  }

  .lg\:disabled\:placeholder-purple-700:disabled::placeholder {
    color: #6b46c1;
  }

  .lg\:disabled\:placeholder-purple-800:disabled::-webkit-input-placeholder {
    color: #553c9a;
  }

  .lg\:disabled\:placeholder-purple-800:disabled::-moz-placeholder {
    color: #553c9a;
  }

  .lg\:disabled\:placeholder-purple-800:disabled:-ms-input-placeholder {
    color: #553c9a;
  }

  .lg\:disabled\:placeholder-purple-800:disabled::-ms-input-placeholder {
    color: #553c9a;
  }

  .lg\:disabled\:placeholder-purple-800:disabled::placeholder {
    color: #553c9a;
  }

  .lg\:disabled\:placeholder-purple-900:disabled::-webkit-input-placeholder {
    color: #44337a;
  }

  .lg\:disabled\:placeholder-purple-900:disabled::-moz-placeholder {
    color: #44337a;
  }

  .lg\:disabled\:placeholder-purple-900:disabled:-ms-input-placeholder {
    color: #44337a;
  }

  .lg\:disabled\:placeholder-purple-900:disabled::-ms-input-placeholder {
    color: #44337a;
  }

  .lg\:disabled\:placeholder-purple-900:disabled::placeholder {
    color: #44337a;
  }

  .lg\:disabled\:placeholder-pink-100:disabled::-webkit-input-placeholder {
    color: #fff5f7;
  }

  .lg\:disabled\:placeholder-pink-100:disabled::-moz-placeholder {
    color: #fff5f7;
  }

  .lg\:disabled\:placeholder-pink-100:disabled:-ms-input-placeholder {
    color: #fff5f7;
  }

  .lg\:disabled\:placeholder-pink-100:disabled::-ms-input-placeholder {
    color: #fff5f7;
  }

  .lg\:disabled\:placeholder-pink-100:disabled::placeholder {
    color: #fff5f7;
  }

  .lg\:disabled\:placeholder-pink-200:disabled::-webkit-input-placeholder {
    color: #fed7e2;
  }

  .lg\:disabled\:placeholder-pink-200:disabled::-moz-placeholder {
    color: #fed7e2;
  }

  .lg\:disabled\:placeholder-pink-200:disabled:-ms-input-placeholder {
    color: #fed7e2;
  }

  .lg\:disabled\:placeholder-pink-200:disabled::-ms-input-placeholder {
    color: #fed7e2;
  }

  .lg\:disabled\:placeholder-pink-200:disabled::placeholder {
    color: #fed7e2;
  }

  .lg\:disabled\:placeholder-pink-300:disabled::-webkit-input-placeholder {
    color: #fbb6ce;
  }

  .lg\:disabled\:placeholder-pink-300:disabled::-moz-placeholder {
    color: #fbb6ce;
  }

  .lg\:disabled\:placeholder-pink-300:disabled:-ms-input-placeholder {
    color: #fbb6ce;
  }

  .lg\:disabled\:placeholder-pink-300:disabled::-ms-input-placeholder {
    color: #fbb6ce;
  }

  .lg\:disabled\:placeholder-pink-300:disabled::placeholder {
    color: #fbb6ce;
  }

  .lg\:disabled\:placeholder-pink-400:disabled::-webkit-input-placeholder {
    color: #f687b3;
  }

  .lg\:disabled\:placeholder-pink-400:disabled::-moz-placeholder {
    color: #f687b3;
  }

  .lg\:disabled\:placeholder-pink-400:disabled:-ms-input-placeholder {
    color: #f687b3;
  }

  .lg\:disabled\:placeholder-pink-400:disabled::-ms-input-placeholder {
    color: #f687b3;
  }

  .lg\:disabled\:placeholder-pink-400:disabled::placeholder {
    color: #f687b3;
  }

  .lg\:disabled\:placeholder-pink-500:disabled::-webkit-input-placeholder {
    color: #ed64a6;
  }

  .lg\:disabled\:placeholder-pink-500:disabled::-moz-placeholder {
    color: #ed64a6;
  }

  .lg\:disabled\:placeholder-pink-500:disabled:-ms-input-placeholder {
    color: #ed64a6;
  }

  .lg\:disabled\:placeholder-pink-500:disabled::-ms-input-placeholder {
    color: #ed64a6;
  }

  .lg\:disabled\:placeholder-pink-500:disabled::placeholder {
    color: #ed64a6;
  }

  .lg\:disabled\:placeholder-pink-600:disabled::-webkit-input-placeholder {
    color: #d53f8c;
  }

  .lg\:disabled\:placeholder-pink-600:disabled::-moz-placeholder {
    color: #d53f8c;
  }

  .lg\:disabled\:placeholder-pink-600:disabled:-ms-input-placeholder {
    color: #d53f8c;
  }

  .lg\:disabled\:placeholder-pink-600:disabled::-ms-input-placeholder {
    color: #d53f8c;
  }

  .lg\:disabled\:placeholder-pink-600:disabled::placeholder {
    color: #d53f8c;
  }

  .lg\:disabled\:placeholder-pink-700:disabled::-webkit-input-placeholder {
    color: #b83280;
  }

  .lg\:disabled\:placeholder-pink-700:disabled::-moz-placeholder {
    color: #b83280;
  }

  .lg\:disabled\:placeholder-pink-700:disabled:-ms-input-placeholder {
    color: #b83280;
  }

  .lg\:disabled\:placeholder-pink-700:disabled::-ms-input-placeholder {
    color: #b83280;
  }

  .lg\:disabled\:placeholder-pink-700:disabled::placeholder {
    color: #b83280;
  }

  .lg\:disabled\:placeholder-pink-800:disabled::-webkit-input-placeholder {
    color: #97266d;
  }

  .lg\:disabled\:placeholder-pink-800:disabled::-moz-placeholder {
    color: #97266d;
  }

  .lg\:disabled\:placeholder-pink-800:disabled:-ms-input-placeholder {
    color: #97266d;
  }

  .lg\:disabled\:placeholder-pink-800:disabled::-ms-input-placeholder {
    color: #97266d;
  }

  .lg\:disabled\:placeholder-pink-800:disabled::placeholder {
    color: #97266d;
  }

  .lg\:disabled\:placeholder-pink-900:disabled::-webkit-input-placeholder {
    color: #702459;
  }

  .lg\:disabled\:placeholder-pink-900:disabled::-moz-placeholder {
    color: #702459;
  }

  .lg\:disabled\:placeholder-pink-900:disabled:-ms-input-placeholder {
    color: #702459;
  }

  .lg\:disabled\:placeholder-pink-900:disabled::-ms-input-placeholder {
    color: #702459;
  }

  .lg\:disabled\:placeholder-pink-900:disabled::placeholder {
    color: #702459;
  }

  .lg\:pointer-events-none {
    pointer-events: none;
  }

  .lg\:pointer-events-auto {
    pointer-events: auto;
  }

  .group:hover .lg\:group-hover\:pointer-events-none {
    pointer-events: none;
  }

  .group:hover .lg\:group-hover\:pointer-events-auto {
    pointer-events: auto;
  }

  .lg\:focus-within\:pointer-events-none:focus-within {
    pointer-events: none;
  }

  .lg\:focus-within\:pointer-events-auto:focus-within {
    pointer-events: auto;
  }

  .lg\:first\:pointer-events-none:first-child {
    pointer-events: none;
  }

  .lg\:first\:pointer-events-auto:first-child {
    pointer-events: auto;
  }

  .lg\:last\:pointer-events-none:last-child {
    pointer-events: none;
  }

  .lg\:last\:pointer-events-auto:last-child {
    pointer-events: auto;
  }

  .lg\:odd\:pointer-events-none:nth-child(odd) {
    pointer-events: none;
  }

  .lg\:odd\:pointer-events-auto:nth-child(odd) {
    pointer-events: auto;
  }

  .lg\:even\:pointer-events-none:nth-child(even) {
    pointer-events: none;
  }

  .lg\:even\:pointer-events-auto:nth-child(even) {
    pointer-events: auto;
  }

  .lg\:hover\:pointer-events-none:hover {
    pointer-events: none;
  }

  .lg\:hover\:pointer-events-auto:hover {
    pointer-events: auto;
  }

  .lg\:focus\:pointer-events-none:focus {
    pointer-events: none;
  }

  .lg\:focus\:pointer-events-auto:focus {
    pointer-events: auto;
  }

  .lg\:active\:pointer-events-none:active {
    pointer-events: none;
  }

  .lg\:active\:pointer-events-auto:active {
    pointer-events: auto;
  }

  .lg\:visited\:pointer-events-none:visited {
    pointer-events: none;
  }

  .lg\:visited\:pointer-events-auto:visited {
    pointer-events: auto;
  }

  .lg\:disabled\:pointer-events-none:disabled {
    pointer-events: none;
  }

  .lg\:disabled\:pointer-events-auto:disabled {
    pointer-events: auto;
  }

  .lg\:static {
    position: static;
  }

  .lg\:fixed {
    position: fixed;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .group:hover .lg\:group-hover\:static {
    position: static;
  }

  .group:hover .lg\:group-hover\:fixed {
    position: fixed;
  }

  .group:hover .lg\:group-hover\:absolute {
    position: absolute;
  }

  .group:hover .lg\:group-hover\:relative {
    position: relative;
  }

  .group:hover .lg\:group-hover\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .lg\:focus-within\:static:focus-within {
    position: static;
  }

  .lg\:focus-within\:fixed:focus-within {
    position: fixed;
  }

  .lg\:focus-within\:absolute:focus-within {
    position: absolute;
  }

  .lg\:focus-within\:relative:focus-within {
    position: relative;
  }

  .lg\:focus-within\:sticky:focus-within {
    position: -webkit-sticky;
    position: sticky;
  }

  .lg\:first\:static:first-child {
    position: static;
  }

  .lg\:first\:fixed:first-child {
    position: fixed;
  }

  .lg\:first\:absolute:first-child {
    position: absolute;
  }

  .lg\:first\:relative:first-child {
    position: relative;
  }

  .lg\:first\:sticky:first-child {
    position: -webkit-sticky;
    position: sticky;
  }

  .lg\:last\:static:last-child {
    position: static;
  }

  .lg\:last\:fixed:last-child {
    position: fixed;
  }

  .lg\:last\:absolute:last-child {
    position: absolute;
  }

  .lg\:last\:relative:last-child {
    position: relative;
  }

  .lg\:last\:sticky:last-child {
    position: -webkit-sticky;
    position: sticky;
  }

  .lg\:odd\:static:nth-child(odd) {
    position: static;
  }

  .lg\:odd\:fixed:nth-child(odd) {
    position: fixed;
  }

  .lg\:odd\:absolute:nth-child(odd) {
    position: absolute;
  }

  .lg\:odd\:relative:nth-child(odd) {
    position: relative;
  }

  .lg\:odd\:sticky:nth-child(odd) {
    position: -webkit-sticky;
    position: sticky;
  }

  .lg\:even\:static:nth-child(even) {
    position: static;
  }

  .lg\:even\:fixed:nth-child(even) {
    position: fixed;
  }

  .lg\:even\:absolute:nth-child(even) {
    position: absolute;
  }

  .lg\:even\:relative:nth-child(even) {
    position: relative;
  }

  .lg\:even\:sticky:nth-child(even) {
    position: -webkit-sticky;
    position: sticky;
  }

  .lg\:hover\:static:hover {
    position: static;
  }

  .lg\:hover\:fixed:hover {
    position: fixed;
  }

  .lg\:hover\:absolute:hover {
    position: absolute;
  }

  .lg\:hover\:relative:hover {
    position: relative;
  }

  .lg\:hover\:sticky:hover {
    position: -webkit-sticky;
    position: sticky;
  }

  .lg\:focus\:static:focus {
    position: static;
  }

  .lg\:focus\:fixed:focus {
    position: fixed;
  }

  .lg\:focus\:absolute:focus {
    position: absolute;
  }

  .lg\:focus\:relative:focus {
    position: relative;
  }

  .lg\:focus\:sticky:focus {
    position: -webkit-sticky;
    position: sticky;
  }

  .lg\:active\:static:active {
    position: static;
  }

  .lg\:active\:fixed:active {
    position: fixed;
  }

  .lg\:active\:absolute:active {
    position: absolute;
  }

  .lg\:active\:relative:active {
    position: relative;
  }

  .lg\:active\:sticky:active {
    position: -webkit-sticky;
    position: sticky;
  }

  .lg\:visited\:static:visited {
    position: static;
  }

  .lg\:visited\:fixed:visited {
    position: fixed;
  }

  .lg\:visited\:absolute:visited {
    position: absolute;
  }

  .lg\:visited\:relative:visited {
    position: relative;
  }

  .lg\:visited\:sticky:visited {
    position: -webkit-sticky;
    position: sticky;
  }

  .lg\:disabled\:static:disabled {
    position: static;
  }

  .lg\:disabled\:fixed:disabled {
    position: fixed;
  }

  .lg\:disabled\:absolute:disabled {
    position: absolute;
  }

  .lg\:disabled\:relative:disabled {
    position: relative;
  }

  .lg\:disabled\:sticky:disabled {
    position: -webkit-sticky;
    position: sticky;
  }

  .lg\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .lg\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .lg\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .lg\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .lg\:top-0 {
    top: 0;
  }

  .lg\:right-0 {
    right: 0;
  }

  .lg\:bottom-0 {
    bottom: 0;
  }

  .lg\:left-0 {
    left: 0;
  }

  .lg\:top-auto {
    top: auto;
  }

  .lg\:right-auto {
    right: auto;
  }

  .lg\:bottom-auto {
    bottom: auto;
  }

  .lg\:left-auto {
    left: auto;
  }

  .group:hover .lg\:group-hover\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .group:hover .lg\:group-hover\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .group:hover .lg\:group-hover\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .group:hover .lg\:group-hover\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .group:hover .lg\:group-hover\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .group:hover .lg\:group-hover\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .group:hover .lg\:group-hover\:top-0 {
    top: 0;
  }

  .group:hover .lg\:group-hover\:right-0 {
    right: 0;
  }

  .group:hover .lg\:group-hover\:bottom-0 {
    bottom: 0;
  }

  .group:hover .lg\:group-hover\:left-0 {
    left: 0;
  }

  .group:hover .lg\:group-hover\:top-auto {
    top: auto;
  }

  .group:hover .lg\:group-hover\:right-auto {
    right: auto;
  }

  .group:hover .lg\:group-hover\:bottom-auto {
    bottom: auto;
  }

  .group:hover .lg\:group-hover\:left-auto {
    left: auto;
  }

  .lg\:focus-within\:inset-0:focus-within {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:focus-within\:inset-auto:focus-within {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:focus-within\:inset-y-0:focus-within {
    top: 0;
    bottom: 0;
  }

  .lg\:focus-within\:inset-x-0:focus-within {
    right: 0;
    left: 0;
  }

  .lg\:focus-within\:inset-y-auto:focus-within {
    top: auto;
    bottom: auto;
  }

  .lg\:focus-within\:inset-x-auto:focus-within {
    right: auto;
    left: auto;
  }

  .lg\:focus-within\:top-0:focus-within {
    top: 0;
  }

  .lg\:focus-within\:right-0:focus-within {
    right: 0;
  }

  .lg\:focus-within\:bottom-0:focus-within {
    bottom: 0;
  }

  .lg\:focus-within\:left-0:focus-within {
    left: 0;
  }

  .lg\:focus-within\:top-auto:focus-within {
    top: auto;
  }

  .lg\:focus-within\:right-auto:focus-within {
    right: auto;
  }

  .lg\:focus-within\:bottom-auto:focus-within {
    bottom: auto;
  }

  .lg\:focus-within\:left-auto:focus-within {
    left: auto;
  }

  .lg\:first\:inset-0:first-child {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:first\:inset-auto:first-child {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:first\:inset-y-0:first-child {
    top: 0;
    bottom: 0;
  }

  .lg\:first\:inset-x-0:first-child {
    right: 0;
    left: 0;
  }

  .lg\:first\:inset-y-auto:first-child {
    top: auto;
    bottom: auto;
  }

  .lg\:first\:inset-x-auto:first-child {
    right: auto;
    left: auto;
  }

  .lg\:first\:top-0:first-child {
    top: 0;
  }

  .lg\:first\:right-0:first-child {
    right: 0;
  }

  .lg\:first\:bottom-0:first-child {
    bottom: 0;
  }

  .lg\:first\:left-0:first-child {
    left: 0;
  }

  .lg\:first\:top-auto:first-child {
    top: auto;
  }

  .lg\:first\:right-auto:first-child {
    right: auto;
  }

  .lg\:first\:bottom-auto:first-child {
    bottom: auto;
  }

  .lg\:first\:left-auto:first-child {
    left: auto;
  }

  .lg\:last\:inset-0:last-child {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:last\:inset-auto:last-child {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:last\:inset-y-0:last-child {
    top: 0;
    bottom: 0;
  }

  .lg\:last\:inset-x-0:last-child {
    right: 0;
    left: 0;
  }

  .lg\:last\:inset-y-auto:last-child {
    top: auto;
    bottom: auto;
  }

  .lg\:last\:inset-x-auto:last-child {
    right: auto;
    left: auto;
  }

  .lg\:last\:top-0:last-child {
    top: 0;
  }

  .lg\:last\:right-0:last-child {
    right: 0;
  }

  .lg\:last\:bottom-0:last-child {
    bottom: 0;
  }

  .lg\:last\:left-0:last-child {
    left: 0;
  }

  .lg\:last\:top-auto:last-child {
    top: auto;
  }

  .lg\:last\:right-auto:last-child {
    right: auto;
  }

  .lg\:last\:bottom-auto:last-child {
    bottom: auto;
  }

  .lg\:last\:left-auto:last-child {
    left: auto;
  }

  .lg\:odd\:inset-0:nth-child(odd) {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:odd\:inset-auto:nth-child(odd) {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:odd\:inset-y-0:nth-child(odd) {
    top: 0;
    bottom: 0;
  }

  .lg\:odd\:inset-x-0:nth-child(odd) {
    right: 0;
    left: 0;
  }

  .lg\:odd\:inset-y-auto:nth-child(odd) {
    top: auto;
    bottom: auto;
  }

  .lg\:odd\:inset-x-auto:nth-child(odd) {
    right: auto;
    left: auto;
  }

  .lg\:odd\:top-0:nth-child(odd) {
    top: 0;
  }

  .lg\:odd\:right-0:nth-child(odd) {
    right: 0;
  }

  .lg\:odd\:bottom-0:nth-child(odd) {
    bottom: 0;
  }

  .lg\:odd\:left-0:nth-child(odd) {
    left: 0;
  }

  .lg\:odd\:top-auto:nth-child(odd) {
    top: auto;
  }

  .lg\:odd\:right-auto:nth-child(odd) {
    right: auto;
  }

  .lg\:odd\:bottom-auto:nth-child(odd) {
    bottom: auto;
  }

  .lg\:odd\:left-auto:nth-child(odd) {
    left: auto;
  }

  .lg\:even\:inset-0:nth-child(even) {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:even\:inset-auto:nth-child(even) {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:even\:inset-y-0:nth-child(even) {
    top: 0;
    bottom: 0;
  }

  .lg\:even\:inset-x-0:nth-child(even) {
    right: 0;
    left: 0;
  }

  .lg\:even\:inset-y-auto:nth-child(even) {
    top: auto;
    bottom: auto;
  }

  .lg\:even\:inset-x-auto:nth-child(even) {
    right: auto;
    left: auto;
  }

  .lg\:even\:top-0:nth-child(even) {
    top: 0;
  }

  .lg\:even\:right-0:nth-child(even) {
    right: 0;
  }

  .lg\:even\:bottom-0:nth-child(even) {
    bottom: 0;
  }

  .lg\:even\:left-0:nth-child(even) {
    left: 0;
  }

  .lg\:even\:top-auto:nth-child(even) {
    top: auto;
  }

  .lg\:even\:right-auto:nth-child(even) {
    right: auto;
  }

  .lg\:even\:bottom-auto:nth-child(even) {
    bottom: auto;
  }

  .lg\:even\:left-auto:nth-child(even) {
    left: auto;
  }

  .lg\:hover\:inset-0:hover {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:hover\:inset-auto:hover {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:hover\:inset-y-0:hover {
    top: 0;
    bottom: 0;
  }

  .lg\:hover\:inset-x-0:hover {
    right: 0;
    left: 0;
  }

  .lg\:hover\:inset-y-auto:hover {
    top: auto;
    bottom: auto;
  }

  .lg\:hover\:inset-x-auto:hover {
    right: auto;
    left: auto;
  }

  .lg\:hover\:top-0:hover {
    top: 0;
  }

  .lg\:hover\:right-0:hover {
    right: 0;
  }

  .lg\:hover\:bottom-0:hover {
    bottom: 0;
  }

  .lg\:hover\:left-0:hover {
    left: 0;
  }

  .lg\:hover\:top-auto:hover {
    top: auto;
  }

  .lg\:hover\:right-auto:hover {
    right: auto;
  }

  .lg\:hover\:bottom-auto:hover {
    bottom: auto;
  }

  .lg\:hover\:left-auto:hover {
    left: auto;
  }

  .lg\:focus\:inset-0:focus {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:focus\:inset-auto:focus {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:focus\:inset-y-0:focus {
    top: 0;
    bottom: 0;
  }

  .lg\:focus\:inset-x-0:focus {
    right: 0;
    left: 0;
  }

  .lg\:focus\:inset-y-auto:focus {
    top: auto;
    bottom: auto;
  }

  .lg\:focus\:inset-x-auto:focus {
    right: auto;
    left: auto;
  }

  .lg\:focus\:top-0:focus {
    top: 0;
  }

  .lg\:focus\:right-0:focus {
    right: 0;
  }

  .lg\:focus\:bottom-0:focus {
    bottom: 0;
  }

  .lg\:focus\:left-0:focus {
    left: 0;
  }

  .lg\:focus\:top-auto:focus {
    top: auto;
  }

  .lg\:focus\:right-auto:focus {
    right: auto;
  }

  .lg\:focus\:bottom-auto:focus {
    bottom: auto;
  }

  .lg\:focus\:left-auto:focus {
    left: auto;
  }

  .lg\:active\:inset-0:active {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:active\:inset-auto:active {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:active\:inset-y-0:active {
    top: 0;
    bottom: 0;
  }

  .lg\:active\:inset-x-0:active {
    right: 0;
    left: 0;
  }

  .lg\:active\:inset-y-auto:active {
    top: auto;
    bottom: auto;
  }

  .lg\:active\:inset-x-auto:active {
    right: auto;
    left: auto;
  }

  .lg\:active\:top-0:active {
    top: 0;
  }

  .lg\:active\:right-0:active {
    right: 0;
  }

  .lg\:active\:bottom-0:active {
    bottom: 0;
  }

  .lg\:active\:left-0:active {
    left: 0;
  }

  .lg\:active\:top-auto:active {
    top: auto;
  }

  .lg\:active\:right-auto:active {
    right: auto;
  }

  .lg\:active\:bottom-auto:active {
    bottom: auto;
  }

  .lg\:active\:left-auto:active {
    left: auto;
  }

  .lg\:visited\:inset-0:visited {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:visited\:inset-auto:visited {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:visited\:inset-y-0:visited {
    top: 0;
    bottom: 0;
  }

  .lg\:visited\:inset-x-0:visited {
    right: 0;
    left: 0;
  }

  .lg\:visited\:inset-y-auto:visited {
    top: auto;
    bottom: auto;
  }

  .lg\:visited\:inset-x-auto:visited {
    right: auto;
    left: auto;
  }

  .lg\:visited\:top-0:visited {
    top: 0;
  }

  .lg\:visited\:right-0:visited {
    right: 0;
  }

  .lg\:visited\:bottom-0:visited {
    bottom: 0;
  }

  .lg\:visited\:left-0:visited {
    left: 0;
  }

  .lg\:visited\:top-auto:visited {
    top: auto;
  }

  .lg\:visited\:right-auto:visited {
    right: auto;
  }

  .lg\:visited\:bottom-auto:visited {
    bottom: auto;
  }

  .lg\:visited\:left-auto:visited {
    left: auto;
  }

  .lg\:disabled\:inset-0:disabled {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:disabled\:inset-auto:disabled {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:disabled\:inset-y-0:disabled {
    top: 0;
    bottom: 0;
  }

  .lg\:disabled\:inset-x-0:disabled {
    right: 0;
    left: 0;
  }

  .lg\:disabled\:inset-y-auto:disabled {
    top: auto;
    bottom: auto;
  }

  .lg\:disabled\:inset-x-auto:disabled {
    right: auto;
    left: auto;
  }

  .lg\:disabled\:top-0:disabled {
    top: 0;
  }

  .lg\:disabled\:right-0:disabled {
    right: 0;
  }

  .lg\:disabled\:bottom-0:disabled {
    bottom: 0;
  }

  .lg\:disabled\:left-0:disabled {
    left: 0;
  }

  .lg\:disabled\:top-auto:disabled {
    top: auto;
  }

  .lg\:disabled\:right-auto:disabled {
    right: auto;
  }

  .lg\:disabled\:bottom-auto:disabled {
    bottom: auto;
  }

  .lg\:disabled\:left-auto:disabled {
    left: auto;
  }

  .lg\:resize-none {
    resize: none;
  }

  .lg\:resize-y {
    resize: vertical;
  }

  .lg\:resize-x {
    resize: horizontal;
  }

  .lg\:resize {
    resize: both;
  }

  .group:hover .lg\:group-hover\:resize-none {
    resize: none;
  }

  .group:hover .lg\:group-hover\:resize-y {
    resize: vertical;
  }

  .group:hover .lg\:group-hover\:resize-x {
    resize: horizontal;
  }

  .group:hover .lg\:group-hover\:resize {
    resize: both;
  }

  .lg\:focus-within\:resize-none:focus-within {
    resize: none;
  }

  .lg\:focus-within\:resize-y:focus-within {
    resize: vertical;
  }

  .lg\:focus-within\:resize-x:focus-within {
    resize: horizontal;
  }

  .lg\:focus-within\:resize:focus-within {
    resize: both;
  }

  .lg\:first\:resize-none:first-child {
    resize: none;
  }

  .lg\:first\:resize-y:first-child {
    resize: vertical;
  }

  .lg\:first\:resize-x:first-child {
    resize: horizontal;
  }

  .lg\:first\:resize:first-child {
    resize: both;
  }

  .lg\:last\:resize-none:last-child {
    resize: none;
  }

  .lg\:last\:resize-y:last-child {
    resize: vertical;
  }

  .lg\:last\:resize-x:last-child {
    resize: horizontal;
  }

  .lg\:last\:resize:last-child {
    resize: both;
  }

  .lg\:odd\:resize-none:nth-child(odd) {
    resize: none;
  }

  .lg\:odd\:resize-y:nth-child(odd) {
    resize: vertical;
  }

  .lg\:odd\:resize-x:nth-child(odd) {
    resize: horizontal;
  }

  .lg\:odd\:resize:nth-child(odd) {
    resize: both;
  }

  .lg\:even\:resize-none:nth-child(even) {
    resize: none;
  }

  .lg\:even\:resize-y:nth-child(even) {
    resize: vertical;
  }

  .lg\:even\:resize-x:nth-child(even) {
    resize: horizontal;
  }

  .lg\:even\:resize:nth-child(even) {
    resize: both;
  }

  .lg\:hover\:resize-none:hover {
    resize: none;
  }

  .lg\:hover\:resize-y:hover {
    resize: vertical;
  }

  .lg\:hover\:resize-x:hover {
    resize: horizontal;
  }

  .lg\:hover\:resize:hover {
    resize: both;
  }

  .lg\:focus\:resize-none:focus {
    resize: none;
  }

  .lg\:focus\:resize-y:focus {
    resize: vertical;
  }

  .lg\:focus\:resize-x:focus {
    resize: horizontal;
  }

  .lg\:focus\:resize:focus {
    resize: both;
  }

  .lg\:active\:resize-none:active {
    resize: none;
  }

  .lg\:active\:resize-y:active {
    resize: vertical;
  }

  .lg\:active\:resize-x:active {
    resize: horizontal;
  }

  .lg\:active\:resize:active {
    resize: both;
  }

  .lg\:visited\:resize-none:visited {
    resize: none;
  }

  .lg\:visited\:resize-y:visited {
    resize: vertical;
  }

  .lg\:visited\:resize-x:visited {
    resize: horizontal;
  }

  .lg\:visited\:resize:visited {
    resize: both;
  }

  .lg\:disabled\:resize-none:disabled {
    resize: none;
  }

  .lg\:disabled\:resize-y:disabled {
    resize: vertical;
  }

  .lg\:disabled\:resize-x:disabled {
    resize: horizontal;
  }

  .lg\:disabled\:resize:disabled {
    resize: both;
  }

  .lg\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\: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\: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\: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\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .lg\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .lg\:shadow-none {
    box-shadow: none;
  }

  .group:hover .lg\:group-hover\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .group:hover .lg\:group-hover\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .group:hover .lg\:group-hover\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .group:hover .lg\:group-hover\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .group:hover .lg\:group-hover\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .group:hover .lg\:group-hover\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .group:hover .lg\:group-hover\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .group:hover .lg\:group-hover\:shadow-none {
    box-shadow: none;
  }

  .lg\:focus-within\:shadow:focus-within {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:focus-within\:shadow-md:focus-within {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .lg\:focus-within\:shadow-lg:focus-within {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .lg\:focus-within\:shadow-xl:focus-within {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .lg\:focus-within\:shadow-2xl:focus-within {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .lg\:focus-within\:shadow-inner:focus-within {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:focus-within\:shadow-outline:focus-within {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .lg\:focus-within\:shadow-none:focus-within {
    box-shadow: none;
  }

  .lg\:first\:shadow:first-child {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:first\:shadow-md:first-child {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .lg\:first\:shadow-lg:first-child {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .lg\:first\:shadow-xl:first-child {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .lg\:first\:shadow-2xl:first-child {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .lg\:first\:shadow-inner:first-child {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:first\:shadow-outline:first-child {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .lg\:first\:shadow-none:first-child {
    box-shadow: none;
  }

  .lg\:last\:shadow:last-child {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:last\:shadow-md:last-child {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .lg\:last\:shadow-lg:last-child {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .lg\:last\:shadow-xl:last-child {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .lg\:last\:shadow-2xl:last-child {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .lg\:last\:shadow-inner:last-child {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:last\:shadow-outline:last-child {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .lg\:last\:shadow-none:last-child {
    box-shadow: none;
  }

  .lg\:odd\:shadow:nth-child(odd) {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:odd\:shadow-md:nth-child(odd) {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .lg\:odd\:shadow-lg:nth-child(odd) {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .lg\:odd\:shadow-xl:nth-child(odd) {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .lg\:odd\:shadow-2xl:nth-child(odd) {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .lg\:odd\:shadow-inner:nth-child(odd) {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:odd\:shadow-outline:nth-child(odd) {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .lg\:odd\:shadow-none:nth-child(odd) {
    box-shadow: none;
  }

  .lg\:even\:shadow:nth-child(even) {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:even\:shadow-md:nth-child(even) {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .lg\:even\:shadow-lg:nth-child(even) {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .lg\:even\:shadow-xl:nth-child(even) {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .lg\:even\:shadow-2xl:nth-child(even) {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .lg\:even\:shadow-inner:nth-child(even) {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:even\:shadow-outline:nth-child(even) {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .lg\:even\:shadow-none:nth-child(even) {
    box-shadow: none;
  }

  .lg\:hover\: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\: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\: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\: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\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .lg\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .lg\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  .lg\:focus\: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\: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\: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\: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\:shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .lg\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .lg\:focus\:shadow-none:focus {
    box-shadow: none;
  }

  .lg\:active\:shadow:active {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:active\:shadow-md:active {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .lg\:active\:shadow-lg:active {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .lg\:active\:shadow-xl:active {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .lg\:active\:shadow-2xl:active {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .lg\:active\:shadow-inner:active {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:active\:shadow-outline:active {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .lg\:active\:shadow-none:active {
    box-shadow: none;
  }

  .lg\:visited\:shadow:visited {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:visited\:shadow-md:visited {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .lg\:visited\:shadow-lg:visited {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .lg\:visited\:shadow-xl:visited {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .lg\:visited\:shadow-2xl:visited {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .lg\:visited\:shadow-inner:visited {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:visited\:shadow-outline:visited {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .lg\:visited\:shadow-none:visited {
    box-shadow: none;
  }

  .lg\:disabled\:shadow:disabled {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:disabled\:shadow-md:disabled {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .lg\:disabled\:shadow-lg:disabled {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .lg\:disabled\:shadow-xl:disabled {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .lg\:disabled\:shadow-2xl:disabled {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .lg\:disabled\:shadow-inner:disabled {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:disabled\:shadow-outline:disabled {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .lg\:disabled\:shadow-none:disabled {
    box-shadow: none;
  }

  .lg\:fill-current {
    fill: currentColor;
  }

  .group:hover .lg\:group-hover\:fill-current {
    fill: currentColor;
  }

  .lg\:focus-within\:fill-current:focus-within {
    fill: currentColor;
  }

  .lg\:first\:fill-current:first-child {
    fill: currentColor;
  }

  .lg\:last\:fill-current:last-child {
    fill: currentColor;
  }

  .lg\:odd\:fill-current:nth-child(odd) {
    fill: currentColor;
  }

  .lg\:even\:fill-current:nth-child(even) {
    fill: currentColor;
  }

  .lg\:hover\:fill-current:hover {
    fill: currentColor;
  }

  .lg\:focus\:fill-current:focus {
    fill: currentColor;
  }

  .lg\:active\:fill-current:active {
    fill: currentColor;
  }

  .lg\:visited\:fill-current:visited {
    fill: currentColor;
  }

  .lg\:disabled\:fill-current:disabled {
    fill: currentColor;
  }

  .lg\:stroke-current {
    stroke: currentColor;
  }

  .group:hover .lg\:group-hover\:stroke-current {
    stroke: currentColor;
  }

  .lg\:focus-within\:stroke-current:focus-within {
    stroke: currentColor;
  }

  .lg\:first\:stroke-current:first-child {
    stroke: currentColor;
  }

  .lg\:last\:stroke-current:last-child {
    stroke: currentColor;
  }

  .lg\:odd\:stroke-current:nth-child(odd) {
    stroke: currentColor;
  }

  .lg\:even\:stroke-current:nth-child(even) {
    stroke: currentColor;
  }

  .lg\:hover\:stroke-current:hover {
    stroke: currentColor;
  }

  .lg\:focus\:stroke-current:focus {
    stroke: currentColor;
  }

  .lg\:active\:stroke-current:active {
    stroke: currentColor;
  }

  .lg\:visited\:stroke-current:visited {
    stroke: currentColor;
  }

  .lg\:disabled\:stroke-current:disabled {
    stroke: currentColor;
  }

  .lg\:table-auto {
    table-layout: auto;
  }

  .lg\:table-fixed {
    table-layout: fixed;
  }

  .group:hover .lg\:group-hover\:table-auto {
    table-layout: auto;
  }

  .group:hover .lg\:group-hover\:table-fixed {
    table-layout: fixed;
  }

  .lg\:focus-within\:table-auto:focus-within {
    table-layout: auto;
  }

  .lg\:focus-within\:table-fixed:focus-within {
    table-layout: fixed;
  }

  .lg\:first\:table-auto:first-child {
    table-layout: auto;
  }

  .lg\:first\:table-fixed:first-child {
    table-layout: fixed;
  }

  .lg\:last\:table-auto:last-child {
    table-layout: auto;
  }

  .lg\:last\:table-fixed:last-child {
    table-layout: fixed;
  }

  .lg\:odd\:table-auto:nth-child(odd) {
    table-layout: auto;
  }

  .lg\:odd\:table-fixed:nth-child(odd) {
    table-layout: fixed;
  }

  .lg\:even\:table-auto:nth-child(even) {
    table-layout: auto;
  }

  .lg\:even\:table-fixed:nth-child(even) {
    table-layout: fixed;
  }

  .lg\:hover\:table-auto:hover {
    table-layout: auto;
  }

  .lg\:hover\:table-fixed:hover {
    table-layout: fixed;
  }

  .lg\:focus\:table-auto:focus {
    table-layout: auto;
  }

  .lg\:focus\:table-fixed:focus {
    table-layout: fixed;
  }

  .lg\:active\:table-auto:active {
    table-layout: auto;
  }

  .lg\:active\:table-fixed:active {
    table-layout: fixed;
  }

  .lg\:visited\:table-auto:visited {
    table-layout: auto;
  }

  .lg\:visited\:table-fixed:visited {
    table-layout: fixed;
  }

  .lg\:disabled\:table-auto:disabled {
    table-layout: auto;
  }

  .lg\:disabled\:table-fixed:disabled {
    table-layout: fixed;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-center {
    text-align: center;
  }

  .lg\:text-right {
    text-align: right;
  }

  .lg\:text-justify {
    text-align: justify;
  }

  .group:hover .lg\:group-hover\:text-left {
    text-align: left;
  }

  .group:hover .lg\:group-hover\:text-center {
    text-align: center;
  }

  .group:hover .lg\:group-hover\:text-right {
    text-align: right;
  }

  .group:hover .lg\:group-hover\:text-justify {
    text-align: justify;
  }

  .lg\:focus-within\:text-left:focus-within {
    text-align: left;
  }

  .lg\:focus-within\:text-center:focus-within {
    text-align: center;
  }

  .lg\:focus-within\:text-right:focus-within {
    text-align: right;
  }

  .lg\:focus-within\:text-justify:focus-within {
    text-align: justify;
  }

  .lg\:first\:text-left:first-child {
    text-align: left;
  }

  .lg\:first\:text-center:first-child {
    text-align: center;
  }

  .lg\:first\:text-right:first-child {
    text-align: right;
  }

  .lg\:first\:text-justify:first-child {
    text-align: justify;
  }

  .lg\:last\:text-left:last-child {
    text-align: left;
  }

  .lg\:last\:text-center:last-child {
    text-align: center;
  }

  .lg\:last\:text-right:last-child {
    text-align: right;
  }

  .lg\:last\:text-justify:last-child {
    text-align: justify;
  }

  .lg\:odd\:text-left:nth-child(odd) {
    text-align: left;
  }

  .lg\:odd\:text-center:nth-child(odd) {
    text-align: center;
  }

  .lg\:odd\:text-right:nth-child(odd) {
    text-align: right;
  }

  .lg\:odd\:text-justify:nth-child(odd) {
    text-align: justify;
  }

  .lg\:even\:text-left:nth-child(even) {
    text-align: left;
  }

  .lg\:even\:text-center:nth-child(even) {
    text-align: center;
  }

  .lg\:even\:text-right:nth-child(even) {
    text-align: right;
  }

  .lg\:even\:text-justify:nth-child(even) {
    text-align: justify;
  }

  .lg\:hover\:text-left:hover {
    text-align: left;
  }

  .lg\:hover\:text-center:hover {
    text-align: center;
  }

  .lg\:hover\:text-right:hover {
    text-align: right;
  }

  .lg\:hover\:text-justify:hover {
    text-align: justify;
  }

  .lg\:focus\:text-left:focus {
    text-align: left;
  }

  .lg\:focus\:text-center:focus {
    text-align: center;
  }

  .lg\:focus\:text-right:focus {
    text-align: right;
  }

  .lg\:focus\:text-justify:focus {
    text-align: justify;
  }

  .lg\:active\:text-left:active {
    text-align: left;
  }

  .lg\:active\:text-center:active {
    text-align: center;
  }

  .lg\:active\:text-right:active {
    text-align: right;
  }

  .lg\:active\:text-justify:active {
    text-align: justify;
  }

  .lg\:visited\:text-left:visited {
    text-align: left;
  }

  .lg\:visited\:text-center:visited {
    text-align: center;
  }

  .lg\:visited\:text-right:visited {
    text-align: right;
  }

  .lg\:visited\:text-justify:visited {
    text-align: justify;
  }

  .lg\:disabled\:text-left:disabled {
    text-align: left;
  }

  .lg\:disabled\:text-center:disabled {
    text-align: center;
  }

  .lg\:disabled\:text-right:disabled {
    text-align: right;
  }

  .lg\:disabled\:text-justify:disabled {
    text-align: justify;
  }

  .lg\:text-transparent {
    color: transparent;
  }

  .lg\:text-black {
    color: #000;
  }

  .lg\:text-white {
    color: #fff;
  }

  .lg\:text-gray-100 {
    color: #f7fafc;
  }

  .lg\:text-gray-200 {
    color: #edf2f7;
  }

  .lg\:text-gray-300 {
    color: #e2e8f0;
  }

  .lg\:text-gray-400 {
    color: #cbd5e0;
  }

  .lg\:text-gray-500 {
    color: #a0aec0;
  }

  .lg\:text-gray-600 {
    color: #718096;
  }

  .lg\:text-gray-700 {
    color: #4a5568;
  }

  .lg\:text-gray-800 {
    color: #2d3748;
  }

  .lg\:text-gray-900 {
    color: #1a202c;
  }

  .lg\:text-red-100 {
    color: #fff5f5;
  }

  .lg\:text-red-200 {
    color: #fed7d7;
  }

  .lg\:text-red-300 {
    color: #feb2b2;
  }

  .lg\:text-red-400 {
    color: #fc8181;
  }

  .lg\:text-red-500 {
    color: #f56565;
  }

  .lg\:text-red-600 {
    color: #e53e3e;
  }

  .lg\:text-red-700 {
    color: #c53030;
  }

  .lg\:text-red-800 {
    color: #9b2c2c;
  }

  .lg\:text-red-900 {
    color: #742a2a;
  }

  .lg\:text-orange-100 {
    color: #fffaf0;
  }

  .lg\:text-orange-200 {
    color: #feebc8;
  }

  .lg\:text-orange-300 {
    color: #fbd38d;
  }

  .lg\:text-orange-400 {
    color: #f6ad55;
  }

  .lg\:text-orange-500 {
    color: #ed8936;
  }

  .lg\:text-orange-600 {
    color: #dd6b20;
  }

  .lg\:text-orange-700 {
    color: #c05621;
  }

  .lg\:text-orange-800 {
    color: #9c4221;
  }

  .lg\:text-orange-900 {
    color: #7b341e;
  }

  .lg\:text-yellow-100 {
    color: #fffff0;
  }

  .lg\:text-yellow-200 {
    color: #fefcbf;
  }

  .lg\:text-yellow-300 {
    color: #faf089;
  }

  .lg\:text-yellow-400 {
    color: #f6e05e;
  }

  .lg\:text-yellow-500 {
    color: #ecc94b;
  }

  .lg\:text-yellow-600 {
    color: #d69e2e;
  }

  .lg\:text-yellow-700 {
    color: #b7791f;
  }

  .lg\:text-yellow-800 {
    color: #975a16;
  }

  .lg\:text-yellow-900 {
    color: #744210;
  }

  .lg\:text-green-100 {
    color: #f0fff4;
  }

  .lg\:text-green-200 {
    color: #c6f6d5;
  }

  .lg\:text-green-300 {
    color: #9ae6b4;
  }

  .lg\:text-green-400 {
    color: #68d391;
  }

  .lg\:text-green-500 {
    color: #48bb78;
  }

  .lg\:text-green-600 {
    color: #38a169;
  }

  .lg\:text-green-700 {
    color: #2f855a;
  }

  .lg\:text-green-800 {
    color: #276749;
  }

  .lg\:text-green-900 {
    color: #22543d;
  }

  .lg\:text-teal-100 {
    color: #e6fffa;
  }

  .lg\:text-teal-200 {
    color: #b2f5ea;
  }

  .lg\:text-teal-300 {
    color: #81e6d9;
  }

  .lg\:text-teal-400 {
    color: #4fd1c5;
  }

  .lg\:text-teal-500 {
    color: #38b2ac;
  }

  .lg\:text-teal-600 {
    color: #319795;
  }

  .lg\:text-teal-700 {
    color: #2c7a7b;
  }

  .lg\:text-teal-800 {
    color: #285e61;
  }

  .lg\:text-teal-900 {
    color: #234e52;
  }

  .lg\:text-blue-100 {
    color: #ebf8ff;
  }

  .lg\:text-blue-200 {
    color: #bee3f8;
  }

  .lg\:text-blue-300 {
    color: #90cdf4;
  }

  .lg\:text-blue-400 {
    color: #63b3ed;
  }

  .lg\:text-blue-500 {
    color: #4299e1;
  }

  .lg\:text-blue-600 {
    color: #3182ce;
  }

  .lg\:text-blue-700 {
    color: #2b6cb0;
  }

  .lg\:text-blue-800 {
    color: #2c5282;
  }

  .lg\:text-blue-900 {
    color: #2a4365;
  }

  .lg\:text-indigo-100 {
    color: #ebf4ff;
  }

  .lg\:text-indigo-200 {
    color: #c3dafe;
  }

  .lg\:text-indigo-300 {
    color: #a3bffa;
  }

  .lg\:text-indigo-400 {
    color: #7f9cf5;
  }

  .lg\:text-indigo-500 {
    color: #667eea;
  }

  .lg\:text-indigo-600 {
    color: #5a67d8;
  }

  .lg\:text-indigo-700 {
    color: #4c51bf;
  }

  .lg\:text-indigo-800 {
    color: #434190;
  }

  .lg\:text-indigo-900 {
    color: #3c366b;
  }

  .lg\:text-purple-100 {
    color: #faf5ff;
  }

  .lg\:text-purple-200 {
    color: #e9d8fd;
  }

  .lg\:text-purple-300 {
    color: #d6bcfa;
  }

  .lg\:text-purple-400 {
    color: #b794f4;
  }

  .lg\:text-purple-500 {
    color: #9f7aea;
  }

  .lg\:text-purple-600 {
    color: #805ad5;
  }

  .lg\:text-purple-700 {
    color: #6b46c1;
  }

  .lg\:text-purple-800 {
    color: #553c9a;
  }

  .lg\:text-purple-900 {
    color: #44337a;
  }

  .lg\:text-pink-100 {
    color: #fff5f7;
  }

  .lg\:text-pink-200 {
    color: #fed7e2;
  }

  .lg\:text-pink-300 {
    color: #fbb6ce;
  }

  .lg\:text-pink-400 {
    color: #f687b3;
  }

  .lg\:text-pink-500 {
    color: #ed64a6;
  }

  .lg\:text-pink-600 {
    color: #d53f8c;
  }

  .lg\:text-pink-700 {
    color: #b83280;
  }

  .lg\:text-pink-800 {
    color: #97266d;
  }

  .lg\:text-pink-900 {
    color: #702459;
  }

  .group:hover .lg\:group-hover\:text-transparent {
    color: transparent;
  }

  .group:hover .lg\:group-hover\:text-black {
    color: #000;
  }

  .group:hover .lg\:group-hover\:text-white {
    color: #fff;
  }

  .group:hover .lg\:group-hover\:text-gray-100 {
    color: #f7fafc;
  }

  .group:hover .lg\:group-hover\:text-gray-200 {
    color: #edf2f7;
  }

  .group:hover .lg\:group-hover\:text-gray-300 {
    color: #e2e8f0;
  }

  .group:hover .lg\:group-hover\:text-gray-400 {
    color: #cbd5e0;
  }

  .group:hover .lg\:group-hover\:text-gray-500 {
    color: #a0aec0;
  }

  .group:hover .lg\:group-hover\:text-gray-600 {
    color: #718096;
  }

  .group:hover .lg\:group-hover\:text-gray-700 {
    color: #4a5568;
  }

  .group:hover .lg\:group-hover\:text-gray-800 {
    color: #2d3748;
  }

  .group:hover .lg\:group-hover\:text-gray-900 {
    color: #1a202c;
  }

  .group:hover .lg\:group-hover\:text-red-100 {
    color: #fff5f5;
  }

  .group:hover .lg\:group-hover\:text-red-200 {
    color: #fed7d7;
  }

  .group:hover .lg\:group-hover\:text-red-300 {
    color: #feb2b2;
  }

  .group:hover .lg\:group-hover\:text-red-400 {
    color: #fc8181;
  }

  .group:hover .lg\:group-hover\:text-red-500 {
    color: #f56565;
  }

  .group:hover .lg\:group-hover\:text-red-600 {
    color: #e53e3e;
  }

  .group:hover .lg\:group-hover\:text-red-700 {
    color: #c53030;
  }

  .group:hover .lg\:group-hover\:text-red-800 {
    color: #9b2c2c;
  }

  .group:hover .lg\:group-hover\:text-red-900 {
    color: #742a2a;
  }

  .group:hover .lg\:group-hover\:text-orange-100 {
    color: #fffaf0;
  }

  .group:hover .lg\:group-hover\:text-orange-200 {
    color: #feebc8;
  }

  .group:hover .lg\:group-hover\:text-orange-300 {
    color: #fbd38d;
  }

  .group:hover .lg\:group-hover\:text-orange-400 {
    color: #f6ad55;
  }

  .group:hover .lg\:group-hover\:text-orange-500 {
    color: #ed8936;
  }

  .group:hover .lg\:group-hover\:text-orange-600 {
    color: #dd6b20;
  }

  .group:hover .lg\:group-hover\:text-orange-700 {
    color: #c05621;
  }

  .group:hover .lg\:group-hover\:text-orange-800 {
    color: #9c4221;
  }

  .group:hover .lg\:group-hover\:text-orange-900 {
    color: #7b341e;
  }

  .group:hover .lg\:group-hover\:text-yellow-100 {
    color: #fffff0;
  }

  .group:hover .lg\:group-hover\:text-yellow-200 {
    color: #fefcbf;
  }

  .group:hover .lg\:group-hover\:text-yellow-300 {
    color: #faf089;
  }

  .group:hover .lg\:group-hover\:text-yellow-400 {
    color: #f6e05e;
  }

  .group:hover .lg\:group-hover\:text-yellow-500 {
    color: #ecc94b;
  }

  .group:hover .lg\:group-hover\:text-yellow-600 {
    color: #d69e2e;
  }

  .group:hover .lg\:group-hover\:text-yellow-700 {
    color: #b7791f;
  }

  .group:hover .lg\:group-hover\:text-yellow-800 {
    color: #975a16;
  }

  .group:hover .lg\:group-hover\:text-yellow-900 {
    color: #744210;
  }

  .group:hover .lg\:group-hover\:text-green-100 {
    color: #f0fff4;
  }

  .group:hover .lg\:group-hover\:text-green-200 {
    color: #c6f6d5;
  }

  .group:hover .lg\:group-hover\:text-green-300 {
    color: #9ae6b4;
  }

  .group:hover .lg\:group-hover\:text-green-400 {
    color: #68d391;
  }

  .group:hover .lg\:group-hover\:text-green-500 {
    color: #48bb78;
  }

  .group:hover .lg\:group-hover\:text-green-600 {
    color: #38a169;
  }

  .group:hover .lg\:group-hover\:text-green-700 {
    color: #2f855a;
  }

  .group:hover .lg\:group-hover\:text-green-800 {
    color: #276749;
  }

  .group:hover .lg\:group-hover\:text-green-900 {
    color: #22543d;
  }

  .group:hover .lg\:group-hover\:text-teal-100 {
    color: #e6fffa;
  }

  .group:hover .lg\:group-hover\:text-teal-200 {
    color: #b2f5ea;
  }

  .group:hover .lg\:group-hover\:text-teal-300 {
    color: #81e6d9;
  }

  .group:hover .lg\:group-hover\:text-teal-400 {
    color: #4fd1c5;
  }

  .group:hover .lg\:group-hover\:text-teal-500 {
    color: #38b2ac;
  }

  .group:hover .lg\:group-hover\:text-teal-600 {
    color: #319795;
  }

  .group:hover .lg\:group-hover\:text-teal-700 {
    color: #2c7a7b;
  }

  .group:hover .lg\:group-hover\:text-teal-800 {
    color: #285e61;
  }

  .group:hover .lg\:group-hover\:text-teal-900 {
    color: #234e52;
  }

  .group:hover .lg\:group-hover\:text-blue-100 {
    color: #ebf8ff;
  }

  .group:hover .lg\:group-hover\:text-blue-200 {
    color: #bee3f8;
  }

  .group:hover .lg\:group-hover\:text-blue-300 {
    color: #90cdf4;
  }

  .group:hover .lg\:group-hover\:text-blue-400 {
    color: #63b3ed;
  }

  .group:hover .lg\:group-hover\:text-blue-500 {
    color: #4299e1;
  }

  .group:hover .lg\:group-hover\:text-blue-600 {
    color: #3182ce;
  }

  .group:hover .lg\:group-hover\:text-blue-700 {
    color: #2b6cb0;
  }

  .group:hover .lg\:group-hover\:text-blue-800 {
    color: #2c5282;
  }

  .group:hover .lg\:group-hover\:text-blue-900 {
    color: #2a4365;
  }

  .group:hover .lg\:group-hover\:text-indigo-100 {
    color: #ebf4ff;
  }

  .group:hover .lg\:group-hover\:text-indigo-200 {
    color: #c3dafe;
  }

  .group:hover .lg\:group-hover\:text-indigo-300 {
    color: #a3bffa;
  }

  .group:hover .lg\:group-hover\:text-indigo-400 {
    color: #7f9cf5;
  }

  .group:hover .lg\:group-hover\:text-indigo-500 {
    color: #667eea;
  }

  .group:hover .lg\:group-hover\:text-indigo-600 {
    color: #5a67d8;
  }

  .group:hover .lg\:group-hover\:text-indigo-700 {
    color: #4c51bf;
  }

  .group:hover .lg\:group-hover\:text-indigo-800 {
    color: #434190;
  }

  .group:hover .lg\:group-hover\:text-indigo-900 {
    color: #3c366b;
  }

  .group:hover .lg\:group-hover\:text-purple-100 {
    color: #faf5ff;
  }

  .group:hover .lg\:group-hover\:text-purple-200 {
    color: #e9d8fd;
  }

  .group:hover .lg\:group-hover\:text-purple-300 {
    color: #d6bcfa;
  }

  .group:hover .lg\:group-hover\:text-purple-400 {
    color: #b794f4;
  }

  .group:hover .lg\:group-hover\:text-purple-500 {
    color: #9f7aea;
  }

  .group:hover .lg\:group-hover\:text-purple-600 {
    color: #805ad5;
  }

  .group:hover .lg\:group-hover\:text-purple-700 {
    color: #6b46c1;
  }

  .group:hover .lg\:group-hover\:text-purple-800 {
    color: #553c9a;
  }

  .group:hover .lg\:group-hover\:text-purple-900 {
    color: #44337a;
  }

  .group:hover .lg\:group-hover\:text-pink-100 {
    color: #fff5f7;
  }

  .group:hover .lg\:group-hover\:text-pink-200 {
    color: #fed7e2;
  }

  .group:hover .lg\:group-hover\:text-pink-300 {
    color: #fbb6ce;
  }

  .group:hover .lg\:group-hover\:text-pink-400 {
    color: #f687b3;
  }

  .group:hover .lg\:group-hover\:text-pink-500 {
    color: #ed64a6;
  }

  .group:hover .lg\:group-hover\:text-pink-600 {
    color: #d53f8c;
  }

  .group:hover .lg\:group-hover\:text-pink-700 {
    color: #b83280;
  }

  .group:hover .lg\:group-hover\:text-pink-800 {
    color: #97266d;
  }

  .group:hover .lg\:group-hover\:text-pink-900 {
    color: #702459;
  }

  .lg\:focus-within\:text-transparent:focus-within {
    color: transparent;
  }

  .lg\:focus-within\:text-black:focus-within {
    color: #000;
  }

  .lg\:focus-within\:text-white:focus-within {
    color: #fff;
  }

  .lg\:focus-within\:text-gray-100:focus-within {
    color: #f7fafc;
  }

  .lg\:focus-within\:text-gray-200:focus-within {
    color: #edf2f7;
  }

  .lg\:focus-within\:text-gray-300:focus-within {
    color: #e2e8f0;
  }

  .lg\:focus-within\:text-gray-400:focus-within {
    color: #cbd5e0;
  }

  .lg\:focus-within\:text-gray-500:focus-within {
    color: #a0aec0;
  }

  .lg\:focus-within\:text-gray-600:focus-within {
    color: #718096;
  }

  .lg\:focus-within\:text-gray-700:focus-within {
    color: #4a5568;
  }

  .lg\:focus-within\:text-gray-800:focus-within {
    color: #2d3748;
  }

  .lg\:focus-within\:text-gray-900:focus-within {
    color: #1a202c;
  }

  .lg\:focus-within\:text-red-100:focus-within {
    color: #fff5f5;
  }

  .lg\:focus-within\:text-red-200:focus-within {
    color: #fed7d7;
  }

  .lg\:focus-within\:text-red-300:focus-within {
    color: #feb2b2;
  }

  .lg\:focus-within\:text-red-400:focus-within {
    color: #fc8181;
  }

  .lg\:focus-within\:text-red-500:focus-within {
    color: #f56565;
  }

  .lg\:focus-within\:text-red-600:focus-within {
    color: #e53e3e;
  }

  .lg\:focus-within\:text-red-700:focus-within {
    color: #c53030;
  }

  .lg\:focus-within\:text-red-800:focus-within {
    color: #9b2c2c;
  }

  .lg\:focus-within\:text-red-900:focus-within {
    color: #742a2a;
  }

  .lg\:focus-within\:text-orange-100:focus-within {
    color: #fffaf0;
  }

  .lg\:focus-within\:text-orange-200:focus-within {
    color: #feebc8;
  }

  .lg\:focus-within\:text-orange-300:focus-within {
    color: #fbd38d;
  }

  .lg\:focus-within\:text-orange-400:focus-within {
    color: #f6ad55;
  }

  .lg\:focus-within\:text-orange-500:focus-within {
    color: #ed8936;
  }

  .lg\:focus-within\:text-orange-600:focus-within {
    color: #dd6b20;
  }

  .lg\:focus-within\:text-orange-700:focus-within {
    color: #c05621;
  }

  .lg\:focus-within\:text-orange-800:focus-within {
    color: #9c4221;
  }

  .lg\:focus-within\:text-orange-900:focus-within {
    color: #7b341e;
  }

  .lg\:focus-within\:text-yellow-100:focus-within {
    color: #fffff0;
  }

  .lg\:focus-within\:text-yellow-200:focus-within {
    color: #fefcbf;
  }

  .lg\:focus-within\:text-yellow-300:focus-within {
    color: #faf089;
  }

  .lg\:focus-within\:text-yellow-400:focus-within {
    color: #f6e05e;
  }

  .lg\:focus-within\:text-yellow-500:focus-within {
    color: #ecc94b;
  }

  .lg\:focus-within\:text-yellow-600:focus-within {
    color: #d69e2e;
  }

  .lg\:focus-within\:text-yellow-700:focus-within {
    color: #b7791f;
  }

  .lg\:focus-within\:text-yellow-800:focus-within {
    color: #975a16;
  }

  .lg\:focus-within\:text-yellow-900:focus-within {
    color: #744210;
  }

  .lg\:focus-within\:text-green-100:focus-within {
    color: #f0fff4;
  }

  .lg\:focus-within\:text-green-200:focus-within {
    color: #c6f6d5;
  }

  .lg\:focus-within\:text-green-300:focus-within {
    color: #9ae6b4;
  }

  .lg\:focus-within\:text-green-400:focus-within {
    color: #68d391;
  }

  .lg\:focus-within\:text-green-500:focus-within {
    color: #48bb78;
  }

  .lg\:focus-within\:text-green-600:focus-within {
    color: #38a169;
  }

  .lg\:focus-within\:text-green-700:focus-within {
    color: #2f855a;
  }

  .lg\:focus-within\:text-green-800:focus-within {
    color: #276749;
  }

  .lg\:focus-within\:text-green-900:focus-within {
    color: #22543d;
  }

  .lg\:focus-within\:text-teal-100:focus-within {
    color: #e6fffa;
  }

  .lg\:focus-within\:text-teal-200:focus-within {
    color: #b2f5ea;
  }

  .lg\:focus-within\:text-teal-300:focus-within {
    color: #81e6d9;
  }

  .lg\:focus-within\:text-teal-400:focus-within {
    color: #4fd1c5;
  }

  .lg\:focus-within\:text-teal-500:focus-within {
    color: #38b2ac;
  }

  .lg\:focus-within\:text-teal-600:focus-within {
    color: #319795;
  }

  .lg\:focus-within\:text-teal-700:focus-within {
    color: #2c7a7b;
  }

  .lg\:focus-within\:text-teal-800:focus-within {
    color: #285e61;
  }

  .lg\:focus-within\:text-teal-900:focus-within {
    color: #234e52;
  }

  .lg\:focus-within\:text-blue-100:focus-within {
    color: #ebf8ff;
  }

  .lg\:focus-within\:text-blue-200:focus-within {
    color: #bee3f8;
  }

  .lg\:focus-within\:text-blue-300:focus-within {
    color: #90cdf4;
  }

  .lg\:focus-within\:text-blue-400:focus-within {
    color: #63b3ed;
  }

  .lg\:focus-within\:text-blue-500:focus-within {
    color: #4299e1;
  }

  .lg\:focus-within\:text-blue-600:focus-within {
    color: #3182ce;
  }

  .lg\:focus-within\:text-blue-700:focus-within {
    color: #2b6cb0;
  }

  .lg\:focus-within\:text-blue-800:focus-within {
    color: #2c5282;
  }

  .lg\:focus-within\:text-blue-900:focus-within {
    color: #2a4365;
  }

  .lg\:focus-within\:text-indigo-100:focus-within {
    color: #ebf4ff;
  }

  .lg\:focus-within\:text-indigo-200:focus-within {
    color: #c3dafe;
  }

  .lg\:focus-within\:text-indigo-300:focus-within {
    color: #a3bffa;
  }

  .lg\:focus-within\:text-indigo-400:focus-within {
    color: #7f9cf5;
  }

  .lg\:focus-within\:text-indigo-500:focus-within {
    color: #667eea;
  }

  .lg\:focus-within\:text-indigo-600:focus-within {
    color: #5a67d8;
  }

  .lg\:focus-within\:text-indigo-700:focus-within {
    color: #4c51bf;
  }

  .lg\:focus-within\:text-indigo-800:focus-within {
    color: #434190;
  }

  .lg\:focus-within\:text-indigo-900:focus-within {
    color: #3c366b;
  }

  .lg\:focus-within\:text-purple-100:focus-within {
    color: #faf5ff;
  }

  .lg\:focus-within\:text-purple-200:focus-within {
    color: #e9d8fd;
  }

  .lg\:focus-within\:text-purple-300:focus-within {
    color: #d6bcfa;
  }

  .lg\:focus-within\:text-purple-400:focus-within {
    color: #b794f4;
  }

  .lg\:focus-within\:text-purple-500:focus-within {
    color: #9f7aea;
  }

  .lg\:focus-within\:text-purple-600:focus-within {
    color: #805ad5;
  }

  .lg\:focus-within\:text-purple-700:focus-within {
    color: #6b46c1;
  }

  .lg\:focus-within\:text-purple-800:focus-within {
    color: #553c9a;
  }

  .lg\:focus-within\:text-purple-900:focus-within {
    color: #44337a;
  }

  .lg\:focus-within\:text-pink-100:focus-within {
    color: #fff5f7;
  }

  .lg\:focus-within\:text-pink-200:focus-within {
    color: #fed7e2;
  }

  .lg\:focus-within\:text-pink-300:focus-within {
    color: #fbb6ce;
  }

  .lg\:focus-within\:text-pink-400:focus-within {
    color: #f687b3;
  }

  .lg\:focus-within\:text-pink-500:focus-within {
    color: #ed64a6;
  }

  .lg\:focus-within\:text-pink-600:focus-within {
    color: #d53f8c;
  }

  .lg\:focus-within\:text-pink-700:focus-within {
    color: #b83280;
  }

  .lg\:focus-within\:text-pink-800:focus-within {
    color: #97266d;
  }

  .lg\:focus-within\:text-pink-900:focus-within {
    color: #702459;
  }

  .lg\:first\:text-transparent:first-child {
    color: transparent;
  }

  .lg\:first\:text-black:first-child {
    color: #000;
  }

  .lg\:first\:text-white:first-child {
    color: #fff;
  }

  .lg\:first\:text-gray-100:first-child {
    color: #f7fafc;
  }

  .lg\:first\:text-gray-200:first-child {
    color: #edf2f7;
  }

  .lg\:first\:text-gray-300:first-child {
    color: #e2e8f0;
  }

  .lg\:first\:text-gray-400:first-child {
    color: #cbd5e0;
  }

  .lg\:first\:text-gray-500:first-child {
    color: #a0aec0;
  }

  .lg\:first\:text-gray-600:first-child {
    color: #718096;
  }

  .lg\:first\:text-gray-700:first-child {
    color: #4a5568;
  }

  .lg\:first\:text-gray-800:first-child {
    color: #2d3748;
  }

  .lg\:first\:text-gray-900:first-child {
    color: #1a202c;
  }

  .lg\:first\:text-red-100:first-child {
    color: #fff5f5;
  }

  .lg\:first\:text-red-200:first-child {
    color: #fed7d7;
  }

  .lg\:first\:text-red-300:first-child {
    color: #feb2b2;
  }

  .lg\:first\:text-red-400:first-child {
    color: #fc8181;
  }

  .lg\:first\:text-red-500:first-child {
    color: #f56565;
  }

  .lg\:first\:text-red-600:first-child {
    color: #e53e3e;
  }

  .lg\:first\:text-red-700:first-child {
    color: #c53030;
  }

  .lg\:first\:text-red-800:first-child {
    color: #9b2c2c;
  }

  .lg\:first\:text-red-900:first-child {
    color: #742a2a;
  }

  .lg\:first\:text-orange-100:first-child {
    color: #fffaf0;
  }

  .lg\:first\:text-orange-200:first-child {
    color: #feebc8;
  }

  .lg\:first\:text-orange-300:first-child {
    color: #fbd38d;
  }

  .lg\:first\:text-orange-400:first-child {
    color: #f6ad55;
  }

  .lg\:first\:text-orange-500:first-child {
    color: #ed8936;
  }

  .lg\:first\:text-orange-600:first-child {
    color: #dd6b20;
  }

  .lg\:first\:text-orange-700:first-child {
    color: #c05621;
  }

  .lg\:first\:text-orange-800:first-child {
    color: #9c4221;
  }

  .lg\:first\:text-orange-900:first-child {
    color: #7b341e;
  }

  .lg\:first\:text-yellow-100:first-child {
    color: #fffff0;
  }

  .lg\:first\:text-yellow-200:first-child {
    color: #fefcbf;
  }

  .lg\:first\:text-yellow-300:first-child {
    color: #faf089;
  }

  .lg\:first\:text-yellow-400:first-child {
    color: #f6e05e;
  }

  .lg\:first\:text-yellow-500:first-child {
    color: #ecc94b;
  }

  .lg\:first\:text-yellow-600:first-child {
    color: #d69e2e;
  }

  .lg\:first\:text-yellow-700:first-child {
    color: #b7791f;
  }

  .lg\:first\:text-yellow-800:first-child {
    color: #975a16;
  }

  .lg\:first\:text-yellow-900:first-child {
    color: #744210;
  }

  .lg\:first\:text-green-100:first-child {
    color: #f0fff4;
  }

  .lg\:first\:text-green-200:first-child {
    color: #c6f6d5;
  }

  .lg\:first\:text-green-300:first-child {
    color: #9ae6b4;
  }

  .lg\:first\:text-green-400:first-child {
    color: #68d391;
  }

  .lg\:first\:text-green-500:first-child {
    color: #48bb78;
  }

  .lg\:first\:text-green-600:first-child {
    color: #38a169;
  }

  .lg\:first\:text-green-700:first-child {
    color: #2f855a;
  }

  .lg\:first\:text-green-800:first-child {
    color: #276749;
  }

  .lg\:first\:text-green-900:first-child {
    color: #22543d;
  }

  .lg\:first\:text-teal-100:first-child {
    color: #e6fffa;
  }

  .lg\:first\:text-teal-200:first-child {
    color: #b2f5ea;
  }

  .lg\:first\:text-teal-300:first-child {
    color: #81e6d9;
  }

  .lg\:first\:text-teal-400:first-child {
    color: #4fd1c5;
  }

  .lg\:first\:text-teal-500:first-child {
    color: #38b2ac;
  }

  .lg\:first\:text-teal-600:first-child {
    color: #319795;
  }

  .lg\:first\:text-teal-700:first-child {
    color: #2c7a7b;
  }

  .lg\:first\:text-teal-800:first-child {
    color: #285e61;
  }

  .lg\:first\:text-teal-900:first-child {
    color: #234e52;
  }

  .lg\:first\:text-blue-100:first-child {
    color: #ebf8ff;
  }

  .lg\:first\:text-blue-200:first-child {
    color: #bee3f8;
  }

  .lg\:first\:text-blue-300:first-child {
    color: #90cdf4;
  }

  .lg\:first\:text-blue-400:first-child {
    color: #63b3ed;
  }

  .lg\:first\:text-blue-500:first-child {
    color: #4299e1;
  }

  .lg\:first\:text-blue-600:first-child {
    color: #3182ce;
  }

  .lg\:first\:text-blue-700:first-child {
    color: #2b6cb0;
  }

  .lg\:first\:text-blue-800:first-child {
    color: #2c5282;
  }

  .lg\:first\:text-blue-900:first-child {
    color: #2a4365;
  }

  .lg\:first\:text-indigo-100:first-child {
    color: #ebf4ff;
  }

  .lg\:first\:text-indigo-200:first-child {
    color: #c3dafe;
  }

  .lg\:first\:text-indigo-300:first-child {
    color: #a3bffa;
  }

  .lg\:first\:text-indigo-400:first-child {
    color: #7f9cf5;
  }

  .lg\:first\:text-indigo-500:first-child {
    color: #667eea;
  }

  .lg\:first\:text-indigo-600:first-child {
    color: #5a67d8;
  }

  .lg\:first\:text-indigo-700:first-child {
    color: #4c51bf;
  }

  .lg\:first\:text-indigo-800:first-child {
    color: #434190;
  }

  .lg\:first\:text-indigo-900:first-child {
    color: #3c366b;
  }

  .lg\:first\:text-purple-100:first-child {
    color: #faf5ff;
  }

  .lg\:first\:text-purple-200:first-child {
    color: #e9d8fd;
  }

  .lg\:first\:text-purple-300:first-child {
    color: #d6bcfa;
  }

  .lg\:first\:text-purple-400:first-child {
    color: #b794f4;
  }

  .lg\:first\:text-purple-500:first-child {
    color: #9f7aea;
  }

  .lg\:first\:text-purple-600:first-child {
    color: #805ad5;
  }

  .lg\:first\:text-purple-700:first-child {
    color: #6b46c1;
  }

  .lg\:first\:text-purple-800:first-child {
    color: #553c9a;
  }

  .lg\:first\:text-purple-900:first-child {
    color: #44337a;
  }

  .lg\:first\:text-pink-100:first-child {
    color: #fff5f7;
  }

  .lg\:first\:text-pink-200:first-child {
    color: #fed7e2;
  }

  .lg\:first\:text-pink-300:first-child {
    color: #fbb6ce;
  }

  .lg\:first\:text-pink-400:first-child {
    color: #f687b3;
  }

  .lg\:first\:text-pink-500:first-child {
    color: #ed64a6;
  }

  .lg\:first\:text-pink-600:first-child {
    color: #d53f8c;
  }

  .lg\:first\:text-pink-700:first-child {
    color: #b83280;
  }

  .lg\:first\:text-pink-800:first-child {
    color: #97266d;
  }

  .lg\:first\:text-pink-900:first-child {
    color: #702459;
  }

  .lg\:last\:text-transparent:last-child {
    color: transparent;
  }

  .lg\:last\:text-black:last-child {
    color: #000;
  }

  .lg\:last\:text-white:last-child {
    color: #fff;
  }

  .lg\:last\:text-gray-100:last-child {
    color: #f7fafc;
  }

  .lg\:last\:text-gray-200:last-child {
    color: #edf2f7;
  }

  .lg\:last\:text-gray-300:last-child {
    color: #e2e8f0;
  }

  .lg\:last\:text-gray-400:last-child {
    color: #cbd5e0;
  }

  .lg\:last\:text-gray-500:last-child {
    color: #a0aec0;
  }

  .lg\:last\:text-gray-600:last-child {
    color: #718096;
  }

  .lg\:last\:text-gray-700:last-child {
    color: #4a5568;
  }

  .lg\:last\:text-gray-800:last-child {
    color: #2d3748;
  }

  .lg\:last\:text-gray-900:last-child {
    color: #1a202c;
  }

  .lg\:last\:text-red-100:last-child {
    color: #fff5f5;
  }

  .lg\:last\:text-red-200:last-child {
    color: #fed7d7;
  }

  .lg\:last\:text-red-300:last-child {
    color: #feb2b2;
  }

  .lg\:last\:text-red-400:last-child {
    color: #fc8181;
  }

  .lg\:last\:text-red-500:last-child {
    color: #f56565;
  }

  .lg\:last\:text-red-600:last-child {
    color: #e53e3e;
  }

  .lg\:last\:text-red-700:last-child {
    color: #c53030;
  }

  .lg\:last\:text-red-800:last-child {
    color: #9b2c2c;
  }

  .lg\:last\:text-red-900:last-child {
    color: #742a2a;
  }

  .lg\:last\:text-orange-100:last-child {
    color: #fffaf0;
  }

  .lg\:last\:text-orange-200:last-child {
    color: #feebc8;
  }

  .lg\:last\:text-orange-300:last-child {
    color: #fbd38d;
  }

  .lg\:last\:text-orange-400:last-child {
    color: #f6ad55;
  }

  .lg\:last\:text-orange-500:last-child {
    color: #ed8936;
  }

  .lg\:last\:text-orange-600:last-child {
    color: #dd6b20;
  }

  .lg\:last\:text-orange-700:last-child {
    color: #c05621;
  }

  .lg\:last\:text-orange-800:last-child {
    color: #9c4221;
  }

  .lg\:last\:text-orange-900:last-child {
    color: #7b341e;
  }

  .lg\:last\:text-yellow-100:last-child {
    color: #fffff0;
  }

  .lg\:last\:text-yellow-200:last-child {
    color: #fefcbf;
  }

  .lg\:last\:text-yellow-300:last-child {
    color: #faf089;
  }

  .lg\:last\:text-yellow-400:last-child {
    color: #f6e05e;
  }

  .lg\:last\:text-yellow-500:last-child {
    color: #ecc94b;
  }

  .lg\:last\:text-yellow-600:last-child {
    color: #d69e2e;
  }

  .lg\:last\:text-yellow-700:last-child {
    color: #b7791f;
  }

  .lg\:last\:text-yellow-800:last-child {
    color: #975a16;
  }

  .lg\:last\:text-yellow-900:last-child {
    color: #744210;
  }

  .lg\:last\:text-green-100:last-child {
    color: #f0fff4;
  }

  .lg\:last\:text-green-200:last-child {
    color: #c6f6d5;
  }

  .lg\:last\:text-green-300:last-child {
    color: #9ae6b4;
  }

  .lg\:last\:text-green-400:last-child {
    color: #68d391;
  }

  .lg\:last\:text-green-500:last-child {
    color: #48bb78;
  }

  .lg\:last\:text-green-600:last-child {
    color: #38a169;
  }

  .lg\:last\:text-green-700:last-child {
    color: #2f855a;
  }

  .lg\:last\:text-green-800:last-child {
    color: #276749;
  }

  .lg\:last\:text-green-900:last-child {
    color: #22543d;
  }

  .lg\:last\:text-teal-100:last-child {
    color: #e6fffa;
  }

  .lg\:last\:text-teal-200:last-child {
    color: #b2f5ea;
  }

  .lg\:last\:text-teal-300:last-child {
    color: #81e6d9;
  }

  .lg\:last\:text-teal-400:last-child {
    color: #4fd1c5;
  }

  .lg\:last\:text-teal-500:last-child {
    color: #38b2ac;
  }

  .lg\:last\:text-teal-600:last-child {
    color: #319795;
  }

  .lg\:last\:text-teal-700:last-child {
    color: #2c7a7b;
  }

  .lg\:last\:text-teal-800:last-child {
    color: #285e61;
  }

  .lg\:last\:text-teal-900:last-child {
    color: #234e52;
  }

  .lg\:last\:text-blue-100:last-child {
    color: #ebf8ff;
  }

  .lg\:last\:text-blue-200:last-child {
    color: #bee3f8;
  }

  .lg\:last\:text-blue-300:last-child {
    color: #90cdf4;
  }

  .lg\:last\:text-blue-400:last-child {
    color: #63b3ed;
  }

  .lg\:last\:text-blue-500:last-child {
    color: #4299e1;
  }

  .lg\:last\:text-blue-600:last-child {
    color: #3182ce;
  }

  .lg\:last\:text-blue-700:last-child {
    color: #2b6cb0;
  }

  .lg\:last\:text-blue-800:last-child {
    color: #2c5282;
  }

  .lg\:last\:text-blue-900:last-child {
    color: #2a4365;
  }

  .lg\:last\:text-indigo-100:last-child {
    color: #ebf4ff;
  }

  .lg\:last\:text-indigo-200:last-child {
    color: #c3dafe;
  }

  .lg\:last\:text-indigo-300:last-child {
    color: #a3bffa;
  }

  .lg\:last\:text-indigo-400:last-child {
    color: #7f9cf5;
  }

  .lg\:last\:text-indigo-500:last-child {
    color: #667eea;
  }

  .lg\:last\:text-indigo-600:last-child {
    color: #5a67d8;
  }

  .lg\:last\:text-indigo-700:last-child {
    color: #4c51bf;
  }

  .lg\:last\:text-indigo-800:last-child {
    color: #434190;
  }

  .lg\:last\:text-indigo-900:last-child {
    color: #3c366b;
  }

  .lg\:last\:text-purple-100:last-child {
    color: #faf5ff;
  }

  .lg\:last\:text-purple-200:last-child {
    color: #e9d8fd;
  }

  .lg\:last\:text-purple-300:last-child {
    color: #d6bcfa;
  }

  .lg\:last\:text-purple-400:last-child {
    color: #b794f4;
  }

  .lg\:last\:text-purple-500:last-child {
    color: #9f7aea;
  }

  .lg\:last\:text-purple-600:last-child {
    color: #805ad5;
  }

  .lg\:last\:text-purple-700:last-child {
    color: #6b46c1;
  }

  .lg\:last\:text-purple-800:last-child {
    color: #553c9a;
  }

  .lg\:last\:text-purple-900:last-child {
    color: #44337a;
  }

  .lg\:last\:text-pink-100:last-child {
    color: #fff5f7;
  }

  .lg\:last\:text-pink-200:last-child {
    color: #fed7e2;
  }

  .lg\:last\:text-pink-300:last-child {
    color: #fbb6ce;
  }

  .lg\:last\:text-pink-400:last-child {
    color: #f687b3;
  }

  .lg\:last\:text-pink-500:last-child {
    color: #ed64a6;
  }

  .lg\:last\:text-pink-600:last-child {
    color: #d53f8c;
  }

  .lg\:last\:text-pink-700:last-child {
    color: #b83280;
  }

  .lg\:last\:text-pink-800:last-child {
    color: #97266d;
  }

  .lg\:last\:text-pink-900:last-child {
    color: #702459;
  }

  .lg\:odd\:text-transparent:nth-child(odd) {
    color: transparent;
  }

  .lg\:odd\:text-black:nth-child(odd) {
    color: #000;
  }

  .lg\:odd\:text-white:nth-child(odd) {
    color: #fff;
  }

  .lg\:odd\:text-gray-100:nth-child(odd) {
    color: #f7fafc;
  }

  .lg\:odd\:text-gray-200:nth-child(odd) {
    color: #edf2f7;
  }

  .lg\:odd\:text-gray-300:nth-child(odd) {
    color: #e2e8f0;
  }

  .lg\:odd\:text-gray-400:nth-child(odd) {
    color: #cbd5e0;
  }

  .lg\:odd\:text-gray-500:nth-child(odd) {
    color: #a0aec0;
  }

  .lg\:odd\:text-gray-600:nth-child(odd) {
    color: #718096;
  }

  .lg\:odd\:text-gray-700:nth-child(odd) {
    color: #4a5568;
  }

  .lg\:odd\:text-gray-800:nth-child(odd) {
    color: #2d3748;
  }

  .lg\:odd\:text-gray-900:nth-child(odd) {
    color: #1a202c;
  }

  .lg\:odd\:text-red-100:nth-child(odd) {
    color: #fff5f5;
  }

  .lg\:odd\:text-red-200:nth-child(odd) {
    color: #fed7d7;
  }

  .lg\:odd\:text-red-300:nth-child(odd) {
    color: #feb2b2;
  }

  .lg\:odd\:text-red-400:nth-child(odd) {
    color: #fc8181;
  }

  .lg\:odd\:text-red-500:nth-child(odd) {
    color: #f56565;
  }

  .lg\:odd\:text-red-600:nth-child(odd) {
    color: #e53e3e;
  }

  .lg\:odd\:text-red-700:nth-child(odd) {
    color: #c53030;
  }

  .lg\:odd\:text-red-800:nth-child(odd) {
    color: #9b2c2c;
  }

  .lg\:odd\:text-red-900:nth-child(odd) {
    color: #742a2a;
  }

  .lg\:odd\:text-orange-100:nth-child(odd) {
    color: #fffaf0;
  }

  .lg\:odd\:text-orange-200:nth-child(odd) {
    color: #feebc8;
  }

  .lg\:odd\:text-orange-300:nth-child(odd) {
    color: #fbd38d;
  }

  .lg\:odd\:text-orange-400:nth-child(odd) {
    color: #f6ad55;
  }

  .lg\:odd\:text-orange-500:nth-child(odd) {
    color: #ed8936;
  }

  .lg\:odd\:text-orange-600:nth-child(odd) {
    color: #dd6b20;
  }

  .lg\:odd\:text-orange-700:nth-child(odd) {
    color: #c05621;
  }

  .lg\:odd\:text-orange-800:nth-child(odd) {
    color: #9c4221;
  }

  .lg\:odd\:text-orange-900:nth-child(odd) {
    color: #7b341e;
  }

  .lg\:odd\:text-yellow-100:nth-child(odd) {
    color: #fffff0;
  }

  .lg\:odd\:text-yellow-200:nth-child(odd) {
    color: #fefcbf;
  }

  .lg\:odd\:text-yellow-300:nth-child(odd) {
    color: #faf089;
  }

  .lg\:odd\:text-yellow-400:nth-child(odd) {
    color: #f6e05e;
  }

  .lg\:odd\:text-yellow-500:nth-child(odd) {
    color: #ecc94b;
  }

  .lg\:odd\:text-yellow-600:nth-child(odd) {
    color: #d69e2e;
  }

  .lg\:odd\:text-yellow-700:nth-child(odd) {
    color: #b7791f;
  }

  .lg\:odd\:text-yellow-800:nth-child(odd) {
    color: #975a16;
  }

  .lg\:odd\:text-yellow-900:nth-child(odd) {
    color: #744210;
  }

  .lg\:odd\:text-green-100:nth-child(odd) {
    color: #f0fff4;
  }

  .lg\:odd\:text-green-200:nth-child(odd) {
    color: #c6f6d5;
  }

  .lg\:odd\:text-green-300:nth-child(odd) {
    color: #9ae6b4;
  }

  .lg\:odd\:text-green-400:nth-child(odd) {
    color: #68d391;
  }

  .lg\:odd\:text-green-500:nth-child(odd) {
    color: #48bb78;
  }

  .lg\:odd\:text-green-600:nth-child(odd) {
    color: #38a169;
  }

  .lg\:odd\:text-green-700:nth-child(odd) {
    color: #2f855a;
  }

  .lg\:odd\:text-green-800:nth-child(odd) {
    color: #276749;
  }

  .lg\:odd\:text-green-900:nth-child(odd) {
    color: #22543d;
  }

  .lg\:odd\:text-teal-100:nth-child(odd) {
    color: #e6fffa;
  }

  .lg\:odd\:text-teal-200:nth-child(odd) {
    color: #b2f5ea;
  }

  .lg\:odd\:text-teal-300:nth-child(odd) {
    color: #81e6d9;
  }

  .lg\:odd\:text-teal-400:nth-child(odd) {
    color: #4fd1c5;
  }

  .lg\:odd\:text-teal-500:nth-child(odd) {
    color: #38b2ac;
  }

  .lg\:odd\:text-teal-600:nth-child(odd) {
    color: #319795;
  }

  .lg\:odd\:text-teal-700:nth-child(odd) {
    color: #2c7a7b;
  }

  .lg\:odd\:text-teal-800:nth-child(odd) {
    color: #285e61;
  }

  .lg\:odd\:text-teal-900:nth-child(odd) {
    color: #234e52;
  }

  .lg\:odd\:text-blue-100:nth-child(odd) {
    color: #ebf8ff;
  }

  .lg\:odd\:text-blue-200:nth-child(odd) {
    color: #bee3f8;
  }

  .lg\:odd\:text-blue-300:nth-child(odd) {
    color: #90cdf4;
  }

  .lg\:odd\:text-blue-400:nth-child(odd) {
    color: #63b3ed;
  }

  .lg\:odd\:text-blue-500:nth-child(odd) {
    color: #4299e1;
  }

  .lg\:odd\:text-blue-600:nth-child(odd) {
    color: #3182ce;
  }

  .lg\:odd\:text-blue-700:nth-child(odd) {
    color: #2b6cb0;
  }

  .lg\:odd\:text-blue-800:nth-child(odd) {
    color: #2c5282;
  }

  .lg\:odd\:text-blue-900:nth-child(odd) {
    color: #2a4365;
  }

  .lg\:odd\:text-indigo-100:nth-child(odd) {
    color: #ebf4ff;
  }

  .lg\:odd\:text-indigo-200:nth-child(odd) {
    color: #c3dafe;
  }

  .lg\:odd\:text-indigo-300:nth-child(odd) {
    color: #a3bffa;
  }

  .lg\:odd\:text-indigo-400:nth-child(odd) {
    color: #7f9cf5;
  }

  .lg\:odd\:text-indigo-500:nth-child(odd) {
    color: #667eea;
  }

  .lg\:odd\:text-indigo-600:nth-child(odd) {
    color: #5a67d8;
  }

  .lg\:odd\:text-indigo-700:nth-child(odd) {
    color: #4c51bf;
  }

  .lg\:odd\:text-indigo-800:nth-child(odd) {
    color: #434190;
  }

  .lg\:odd\:text-indigo-900:nth-child(odd) {
    color: #3c366b;
  }

  .lg\:odd\:text-purple-100:nth-child(odd) {
    color: #faf5ff;
  }

  .lg\:odd\:text-purple-200:nth-child(odd) {
    color: #e9d8fd;
  }

  .lg\:odd\:text-purple-300:nth-child(odd) {
    color: #d6bcfa;
  }

  .lg\:odd\:text-purple-400:nth-child(odd) {
    color: #b794f4;
  }

  .lg\:odd\:text-purple-500:nth-child(odd) {
    color: #9f7aea;
  }

  .lg\:odd\:text-purple-600:nth-child(odd) {
    color: #805ad5;
  }

  .lg\:odd\:text-purple-700:nth-child(odd) {
    color: #6b46c1;
  }

  .lg\:odd\:text-purple-800:nth-child(odd) {
    color: #553c9a;
  }

  .lg\:odd\:text-purple-900:nth-child(odd) {
    color: #44337a;
  }

  .lg\:odd\:text-pink-100:nth-child(odd) {
    color: #fff5f7;
  }

  .lg\:odd\:text-pink-200:nth-child(odd) {
    color: #fed7e2;
  }

  .lg\:odd\:text-pink-300:nth-child(odd) {
    color: #fbb6ce;
  }

  .lg\:odd\:text-pink-400:nth-child(odd) {
    color: #f687b3;
  }

  .lg\:odd\:text-pink-500:nth-child(odd) {
    color: #ed64a6;
  }

  .lg\:odd\:text-pink-600:nth-child(odd) {
    color: #d53f8c;
  }

  .lg\:odd\:text-pink-700:nth-child(odd) {
    color: #b83280;
  }

  .lg\:odd\:text-pink-800:nth-child(odd) {
    color: #97266d;
  }

  .lg\:odd\:text-pink-900:nth-child(odd) {
    color: #702459;
  }

  .lg\:even\:text-transparent:nth-child(even) {
    color: transparent;
  }

  .lg\:even\:text-black:nth-child(even) {
    color: #000;
  }

  .lg\:even\:text-white:nth-child(even) {
    color: #fff;
  }

  .lg\:even\:text-gray-100:nth-child(even) {
    color: #f7fafc;
  }

  .lg\:even\:text-gray-200:nth-child(even) {
    color: #edf2f7;
  }

  .lg\:even\:text-gray-300:nth-child(even) {
    color: #e2e8f0;
  }

  .lg\:even\:text-gray-400:nth-child(even) {
    color: #cbd5e0;
  }

  .lg\:even\:text-gray-500:nth-child(even) {
    color: #a0aec0;
  }

  .lg\:even\:text-gray-600:nth-child(even) {
    color: #718096;
  }

  .lg\:even\:text-gray-700:nth-child(even) {
    color: #4a5568;
  }

  .lg\:even\:text-gray-800:nth-child(even) {
    color: #2d3748;
  }

  .lg\:even\:text-gray-900:nth-child(even) {
    color: #1a202c;
  }

  .lg\:even\:text-red-100:nth-child(even) {
    color: #fff5f5;
  }

  .lg\:even\:text-red-200:nth-child(even) {
    color: #fed7d7;
  }

  .lg\:even\:text-red-300:nth-child(even) {
    color: #feb2b2;
  }

  .lg\:even\:text-red-400:nth-child(even) {
    color: #fc8181;
  }

  .lg\:even\:text-red-500:nth-child(even) {
    color: #f56565;
  }

  .lg\:even\:text-red-600:nth-child(even) {
    color: #e53e3e;
  }

  .lg\:even\:text-red-700:nth-child(even) {
    color: #c53030;
  }

  .lg\:even\:text-red-800:nth-child(even) {
    color: #9b2c2c;
  }

  .lg\:even\:text-red-900:nth-child(even) {
    color: #742a2a;
  }

  .lg\:even\:text-orange-100:nth-child(even) {
    color: #fffaf0;
  }

  .lg\:even\:text-orange-200:nth-child(even) {
    color: #feebc8;
  }

  .lg\:even\:text-orange-300:nth-child(even) {
    color: #fbd38d;
  }

  .lg\:even\:text-orange-400:nth-child(even) {
    color: #f6ad55;
  }

  .lg\:even\:text-orange-500:nth-child(even) {
    color: #ed8936;
  }

  .lg\:even\:text-orange-600:nth-child(even) {
    color: #dd6b20;
  }

  .lg\:even\:text-orange-700:nth-child(even) {
    color: #c05621;
  }

  .lg\:even\:text-orange-800:nth-child(even) {
    color: #9c4221;
  }

  .lg\:even\:text-orange-900:nth-child(even) {
    color: #7b341e;
  }

  .lg\:even\:text-yellow-100:nth-child(even) {
    color: #fffff0;
  }

  .lg\:even\:text-yellow-200:nth-child(even) {
    color: #fefcbf;
  }

  .lg\:even\:text-yellow-300:nth-child(even) {
    color: #faf089;
  }

  .lg\:even\:text-yellow-400:nth-child(even) {
    color: #f6e05e;
  }

  .lg\:even\:text-yellow-500:nth-child(even) {
    color: #ecc94b;
  }

  .lg\:even\:text-yellow-600:nth-child(even) {
    color: #d69e2e;
  }

  .lg\:even\:text-yellow-700:nth-child(even) {
    color: #b7791f;
  }

  .lg\:even\:text-yellow-800:nth-child(even) {
    color: #975a16;
  }

  .lg\:even\:text-yellow-900:nth-child(even) {
    color: #744210;
  }

  .lg\:even\:text-green-100:nth-child(even) {
    color: #f0fff4;
  }

  .lg\:even\:text-green-200:nth-child(even) {
    color: #c6f6d5;
  }

  .lg\:even\:text-green-300:nth-child(even) {
    color: #9ae6b4;
  }

  .lg\:even\:text-green-400:nth-child(even) {
    color: #68d391;
  }

  .lg\:even\:text-green-500:nth-child(even) {
    color: #48bb78;
  }

  .lg\:even\:text-green-600:nth-child(even) {
    color: #38a169;
  }

  .lg\:even\:text-green-700:nth-child(even) {
    color: #2f855a;
  }

  .lg\:even\:text-green-800:nth-child(even) {
    color: #276749;
  }

  .lg\:even\:text-green-900:nth-child(even) {
    color: #22543d;
  }

  .lg\:even\:text-teal-100:nth-child(even) {
    color: #e6fffa;
  }

  .lg\:even\:text-teal-200:nth-child(even) {
    color: #b2f5ea;
  }

  .lg\:even\:text-teal-300:nth-child(even) {
    color: #81e6d9;
  }

  .lg\:even\:text-teal-400:nth-child(even) {
    color: #4fd1c5;
  }

  .lg\:even\:text-teal-500:nth-child(even) {
    color: #38b2ac;
  }

  .lg\:even\:text-teal-600:nth-child(even) {
    color: #319795;
  }

  .lg\:even\:text-teal-700:nth-child(even) {
    color: #2c7a7b;
  }

  .lg\:even\:text-teal-800:nth-child(even) {
    color: #285e61;
  }

  .lg\:even\:text-teal-900:nth-child(even) {
    color: #234e52;
  }

  .lg\:even\:text-blue-100:nth-child(even) {
    color: #ebf8ff;
  }

  .lg\:even\:text-blue-200:nth-child(even) {
    color: #bee3f8;
  }

  .lg\:even\:text-blue-300:nth-child(even) {
    color: #90cdf4;
  }

  .lg\:even\:text-blue-400:nth-child(even) {
    color: #63b3ed;
  }

  .lg\:even\:text-blue-500:nth-child(even) {
    color: #4299e1;
  }

  .lg\:even\:text-blue-600:nth-child(even) {
    color: #3182ce;
  }

  .lg\:even\:text-blue-700:nth-child(even) {
    color: #2b6cb0;
  }

  .lg\:even\:text-blue-800:nth-child(even) {
    color: #2c5282;
  }

  .lg\:even\:text-blue-900:nth-child(even) {
    color: #2a4365;
  }

  .lg\:even\:text-indigo-100:nth-child(even) {
    color: #ebf4ff;
  }

  .lg\:even\:text-indigo-200:nth-child(even) {
    color: #c3dafe;
  }

  .lg\:even\:text-indigo-300:nth-child(even) {
    color: #a3bffa;
  }

  .lg\:even\:text-indigo-400:nth-child(even) {
    color: #7f9cf5;
  }

  .lg\:even\:text-indigo-500:nth-child(even) {
    color: #667eea;
  }

  .lg\:even\:text-indigo-600:nth-child(even) {
    color: #5a67d8;
  }

  .lg\:even\:text-indigo-700:nth-child(even) {
    color: #4c51bf;
  }

  .lg\:even\:text-indigo-800:nth-child(even) {
    color: #434190;
  }

  .lg\:even\:text-indigo-900:nth-child(even) {
    color: #3c366b;
  }

  .lg\:even\:text-purple-100:nth-child(even) {
    color: #faf5ff;
  }

  .lg\:even\:text-purple-200:nth-child(even) {
    color: #e9d8fd;
  }

  .lg\:even\:text-purple-300:nth-child(even) {
    color: #d6bcfa;
  }

  .lg\:even\:text-purple-400:nth-child(even) {
    color: #b794f4;
  }

  .lg\:even\:text-purple-500:nth-child(even) {
    color: #9f7aea;
  }

  .lg\:even\:text-purple-600:nth-child(even) {
    color: #805ad5;
  }

  .lg\:even\:text-purple-700:nth-child(even) {
    color: #6b46c1;
  }

  .lg\:even\:text-purple-800:nth-child(even) {
    color: #553c9a;
  }

  .lg\:even\:text-purple-900:nth-child(even) {
    color: #44337a;
  }

  .lg\:even\:text-pink-100:nth-child(even) {
    color: #fff5f7;
  }

  .lg\:even\:text-pink-200:nth-child(even) {
    color: #fed7e2;
  }

  .lg\:even\:text-pink-300:nth-child(even) {
    color: #fbb6ce;
  }

  .lg\:even\:text-pink-400:nth-child(even) {
    color: #f687b3;
  }

  .lg\:even\:text-pink-500:nth-child(even) {
    color: #ed64a6;
  }

  .lg\:even\:text-pink-600:nth-child(even) {
    color: #d53f8c;
  }

  .lg\:even\:text-pink-700:nth-child(even) {
    color: #b83280;
  }

  .lg\:even\:text-pink-800:nth-child(even) {
    color: #97266d;
  }

  .lg\:even\:text-pink-900:nth-child(even) {
    color: #702459;
  }

  .lg\:hover\:text-transparent:hover {
    color: transparent;
  }

  .lg\:hover\:text-black:hover {
    color: #000;
  }

  .lg\:hover\:text-white:hover {
    color: #fff;
  }

  .lg\:hover\:text-gray-100:hover {
    color: #f7fafc;
  }

  .lg\:hover\:text-gray-200:hover {
    color: #edf2f7;
  }

  .lg\:hover\:text-gray-300:hover {
    color: #e2e8f0;
  }

  .lg\:hover\:text-gray-400:hover {
    color: #cbd5e0;
  }

  .lg\:hover\:text-gray-500:hover {
    color: #a0aec0;
  }

  .lg\:hover\:text-gray-600:hover {
    color: #718096;
  }

  .lg\:hover\:text-gray-700:hover {
    color: #4a5568;
  }

  .lg\:hover\:text-gray-800:hover {
    color: #2d3748;
  }

  .lg\:hover\:text-gray-900:hover {
    color: #1a202c;
  }

  .lg\:hover\:text-red-100:hover {
    color: #fff5f5;
  }

  .lg\:hover\:text-red-200:hover {
    color: #fed7d7;
  }

  .lg\:hover\:text-red-300:hover {
    color: #feb2b2;
  }

  .lg\:hover\:text-red-400:hover {
    color: #fc8181;
  }

  .lg\:hover\:text-red-500:hover {
    color: #f56565;
  }

  .lg\:hover\:text-red-600:hover {
    color: #e53e3e;
  }

  .lg\:hover\:text-red-700:hover {
    color: #c53030;
  }

  .lg\:hover\:text-red-800:hover {
    color: #9b2c2c;
  }

  .lg\:hover\:text-red-900:hover {
    color: #742a2a;
  }

  .lg\:hover\:text-orange-100:hover {
    color: #fffaf0;
  }

  .lg\:hover\:text-orange-200:hover {
    color: #feebc8;
  }

  .lg\:hover\:text-orange-300:hover {
    color: #fbd38d;
  }

  .lg\:hover\:text-orange-400:hover {
    color: #f6ad55;
  }

  .lg\:hover\:text-orange-500:hover {
    color: #ed8936;
  }

  .lg\:hover\:text-orange-600:hover {
    color: #dd6b20;
  }

  .lg\:hover\:text-orange-700:hover {
    color: #c05621;
  }

  .lg\:hover\:text-orange-800:hover {
    color: #9c4221;
  }

  .lg\:hover\:text-orange-900:hover {
    color: #7b341e;
  }

  .lg\:hover\:text-yellow-100:hover {
    color: #fffff0;
  }

  .lg\:hover\:text-yellow-200:hover {
    color: #fefcbf;
  }

  .lg\:hover\:text-yellow-300:hover {
    color: #faf089;
  }

  .lg\:hover\:text-yellow-400:hover {
    color: #f6e05e;
  }

  .lg\:hover\:text-yellow-500:hover {
    color: #ecc94b;
  }

  .lg\:hover\:text-yellow-600:hover {
    color: #d69e2e;
  }

  .lg\:hover\:text-yellow-700:hover {
    color: #b7791f;
  }

  .lg\:hover\:text-yellow-800:hover {
    color: #975a16;
  }

  .lg\:hover\:text-yellow-900:hover {
    color: #744210;
  }

  .lg\:hover\:text-green-100:hover {
    color: #f0fff4;
  }

  .lg\:hover\:text-green-200:hover {
    color: #c6f6d5;
  }

  .lg\:hover\:text-green-300:hover {
    color: #9ae6b4;
  }

  .lg\:hover\:text-green-400:hover {
    color: #68d391;
  }

  .lg\:hover\:text-green-500:hover {
    color: #48bb78;
  }

  .lg\:hover\:text-green-600:hover {
    color: #38a169;
  }

  .lg\:hover\:text-green-700:hover {
    color: #2f855a;
  }

  .lg\:hover\:text-green-800:hover {
    color: #276749;
  }

  .lg\:hover\:text-green-900:hover {
    color: #22543d;
  }

  .lg\:hover\:text-teal-100:hover {
    color: #e6fffa;
  }

  .lg\:hover\:text-teal-200:hover {
    color: #b2f5ea;
  }

  .lg\:hover\:text-teal-300:hover {
    color: #81e6d9;
  }

  .lg\:hover\:text-teal-400:hover {
    color: #4fd1c5;
  }

  .lg\:hover\:text-teal-500:hover {
    color: #38b2ac;
  }

  .lg\:hover\:text-teal-600:hover {
    color: #319795;
  }

  .lg\:hover\:text-teal-700:hover {
    color: #2c7a7b;
  }

  .lg\:hover\:text-teal-800:hover {
    color: #285e61;
  }

  .lg\:hover\:text-teal-900:hover {
    color: #234e52;
  }

  .lg\:hover\:text-blue-100:hover {
    color: #ebf8ff;
  }

  .lg\:hover\:text-blue-200:hover {
    color: #bee3f8;
  }

  .lg\:hover\:text-blue-300:hover {
    color: #90cdf4;
  }

  .lg\:hover\:text-blue-400:hover {
    color: #63b3ed;
  }

  .lg\:hover\:text-blue-500:hover {
    color: #4299e1;
  }

  .lg\:hover\:text-blue-600:hover {
    color: #3182ce;
  }

  .lg\:hover\:text-blue-700:hover {
    color: #2b6cb0;
  }

  .lg\:hover\:text-blue-800:hover {
    color: #2c5282;
  }

  .lg\:hover\:text-blue-900:hover {
    color: #2a4365;
  }

  .lg\:hover\:text-indigo-100:hover {
    color: #ebf4ff;
  }

  .lg\:hover\:text-indigo-200:hover {
    color: #c3dafe;
  }

  .lg\:hover\:text-indigo-300:hover {
    color: #a3bffa;
  }

  .lg\:hover\:text-indigo-400:hover {
    color: #7f9cf5;
  }

  .lg\:hover\:text-indigo-500:hover {
    color: #667eea;
  }

  .lg\:hover\:text-indigo-600:hover {
    color: #5a67d8;
  }

  .lg\:hover\:text-indigo-700:hover {
    color: #4c51bf;
  }

  .lg\:hover\:text-indigo-800:hover {
    color: #434190;
  }

  .lg\:hover\:text-indigo-900:hover {
    color: #3c366b;
  }

  .lg\:hover\:text-purple-100:hover {
    color: #faf5ff;
  }

  .lg\:hover\:text-purple-200:hover {
    color: #e9d8fd;
  }

  .lg\:hover\:text-purple-300:hover {
    color: #d6bcfa;
  }

  .lg\:hover\:text-purple-400:hover {
    color: #b794f4;
  }

  .lg\:hover\:text-purple-500:hover {
    color: #9f7aea;
  }

  .lg\:hover\:text-purple-600:hover {
    color: #805ad5;
  }

  .lg\:hover\:text-purple-700:hover {
    color: #6b46c1;
  }

  .lg\:hover\:text-purple-800:hover {
    color: #553c9a;
  }

  .lg\:hover\:text-purple-900:hover {
    color: #44337a;
  }

  .lg\:hover\:text-pink-100:hover {
    color: #fff5f7;
  }

  .lg\:hover\:text-pink-200:hover {
    color: #fed7e2;
  }

  .lg\:hover\:text-pink-300:hover {
    color: #fbb6ce;
  }

  .lg\:hover\:text-pink-400:hover {
    color: #f687b3;
  }

  .lg\:hover\:text-pink-500:hover {
    color: #ed64a6;
  }

  .lg\:hover\:text-pink-600:hover {
    color: #d53f8c;
  }

  .lg\:hover\:text-pink-700:hover {
    color: #b83280;
  }

  .lg\:hover\:text-pink-800:hover {
    color: #97266d;
  }

  .lg\:hover\:text-pink-900:hover {
    color: #702459;
  }

  .lg\:focus\:text-transparent:focus {
    color: transparent;
  }

  .lg\:focus\:text-black:focus {
    color: #000;
  }

  .lg\:focus\:text-white:focus {
    color: #fff;
  }

  .lg\:focus\:text-gray-100:focus {
    color: #f7fafc;
  }

  .lg\:focus\:text-gray-200:focus {
    color: #edf2f7;
  }

  .lg\:focus\:text-gray-300:focus {
    color: #e2e8f0;
  }

  .lg\:focus\:text-gray-400:focus {
    color: #cbd5e0;
  }

  .lg\:focus\:text-gray-500:focus {
    color: #a0aec0;
  }

  .lg\:focus\:text-gray-600:focus {
    color: #718096;
  }

  .lg\:focus\:text-gray-700:focus {
    color: #4a5568;
  }

  .lg\:focus\:text-gray-800:focus {
    color: #2d3748;
  }

  .lg\:focus\:text-gray-900:focus {
    color: #1a202c;
  }

  .lg\:focus\:text-red-100:focus {
    color: #fff5f5;
  }

  .lg\:focus\:text-red-200:focus {
    color: #fed7d7;
  }

  .lg\:focus\:text-red-300:focus {
    color: #feb2b2;
  }

  .lg\:focus\:text-red-400:focus {
    color: #fc8181;
  }

  .lg\:focus\:text-red-500:focus {
    color: #f56565;
  }

  .lg\:focus\:text-red-600:focus {
    color: #e53e3e;
  }

  .lg\:focus\:text-red-700:focus {
    color: #c53030;
  }

  .lg\:focus\:text-red-800:focus {
    color: #9b2c2c;
  }

  .lg\:focus\:text-red-900:focus {
    color: #742a2a;
  }

  .lg\:focus\:text-orange-100:focus {
    color: #fffaf0;
  }

  .lg\:focus\:text-orange-200:focus {
    color: #feebc8;
  }

  .lg\:focus\:text-orange-300:focus {
    color: #fbd38d;
  }

  .lg\:focus\:text-orange-400:focus {
    color: #f6ad55;
  }

  .lg\:focus\:text-orange-500:focus {
    color: #ed8936;
  }

  .lg\:focus\:text-orange-600:focus {
    color: #dd6b20;
  }

  .lg\:focus\:text-orange-700:focus {
    color: #c05621;
  }

  .lg\:focus\:text-orange-800:focus {
    color: #9c4221;
  }

  .lg\:focus\:text-orange-900:focus {
    color: #7b341e;
  }

  .lg\:focus\:text-yellow-100:focus {
    color: #fffff0;
  }

  .lg\:focus\:text-yellow-200:focus {
    color: #fefcbf;
  }

  .lg\:focus\:text-yellow-300:focus {
    color: #faf089;
  }

  .lg\:focus\:text-yellow-400:focus {
    color: #f6e05e;
  }

  .lg\:focus\:text-yellow-500:focus {
    color: #ecc94b;
  }

  .lg\:focus\:text-yellow-600:focus {
    color: #d69e2e;
  }

  .lg\:focus\:text-yellow-700:focus {
    color: #b7791f;
  }

  .lg\:focus\:text-yellow-800:focus {
    color: #975a16;
  }

  .lg\:focus\:text-yellow-900:focus {
    color: #744210;
  }

  .lg\:focus\:text-green-100:focus {
    color: #f0fff4;
  }

  .lg\:focus\:text-green-200:focus {
    color: #c6f6d5;
  }

  .lg\:focus\:text-green-300:focus {
    color: #9ae6b4;
  }

  .lg\:focus\:text-green-400:focus {
    color: #68d391;
  }

  .lg\:focus\:text-green-500:focus {
    color: #48bb78;
  }

  .lg\:focus\:text-green-600:focus {
    color: #38a169;
  }

  .lg\:focus\:text-green-700:focus {
    color: #2f855a;
  }

  .lg\:focus\:text-green-800:focus {
    color: #276749;
  }

  .lg\:focus\:text-green-900:focus {
    color: #22543d;
  }

  .lg\:focus\:text-teal-100:focus {
    color: #e6fffa;
  }

  .lg\:focus\:text-teal-200:focus {
    color: #b2f5ea;
  }

  .lg\:focus\:text-teal-300:focus {
    color: #81e6d9;
  }

  .lg\:focus\:text-teal-400:focus {
    color: #4fd1c5;
  }

  .lg\:focus\:text-teal-500:focus {
    color: #38b2ac;
  }

  .lg\:focus\:text-teal-600:focus {
    color: #319795;
  }

  .lg\:focus\:text-teal-700:focus {
    color: #2c7a7b;
  }

  .lg\:focus\:text-teal-800:focus {
    color: #285e61;
  }

  .lg\:focus\:text-teal-900:focus {
    color: #234e52;
  }

  .lg\:focus\:text-blue-100:focus {
    color: #ebf8ff;
  }

  .lg\:focus\:text-blue-200:focus {
    color: #bee3f8;
  }

  .lg\:focus\:text-blue-300:focus {
    color: #90cdf4;
  }

  .lg\:focus\:text-blue-400:focus {
    color: #63b3ed;
  }

  .lg\:focus\:text-blue-500:focus {
    color: #4299e1;
  }

  .lg\:focus\:text-blue-600:focus {
    color: #3182ce;
  }

  .lg\:focus\:text-blue-700:focus {
    color: #2b6cb0;
  }

  .lg\:focus\:text-blue-800:focus {
    color: #2c5282;
  }

  .lg\:focus\:text-blue-900:focus {
    color: #2a4365;
  }

  .lg\:focus\:text-indigo-100:focus {
    color: #ebf4ff;
  }

  .lg\:focus\:text-indigo-200:focus {
    color: #c3dafe;
  }

  .lg\:focus\:text-indigo-300:focus {
    color: #a3bffa;
  }

  .lg\:focus\:text-indigo-400:focus {
    color: #7f9cf5;
  }

  .lg\:focus\:text-indigo-500:focus {
    color: #667eea;
  }

  .lg\:focus\:text-indigo-600:focus {
    color: #5a67d8;
  }

  .lg\:focus\:text-indigo-700:focus {
    color: #4c51bf;
  }

  .lg\:focus\:text-indigo-800:focus {
    color: #434190;
  }

  .lg\:focus\:text-indigo-900:focus {
    color: #3c366b;
  }

  .lg\:focus\:text-purple-100:focus {
    color: #faf5ff;
  }

  .lg\:focus\:text-purple-200:focus {
    color: #e9d8fd;
  }

  .lg\:focus\:text-purple-300:focus {
    color: #d6bcfa;
  }

  .lg\:focus\:text-purple-400:focus {
    color: #b794f4;
  }

  .lg\:focus\:text-purple-500:focus {
    color: #9f7aea;
  }

  .lg\:focus\:text-purple-600:focus {
    color: #805ad5;
  }

  .lg\:focus\:text-purple-700:focus {
    color: #6b46c1;
  }

  .lg\:focus\:text-purple-800:focus {
    color: #553c9a;
  }

  .lg\:focus\:text-purple-900:focus {
    color: #44337a;
  }

  .lg\:focus\:text-pink-100:focus {
    color: #fff5f7;
  }

  .lg\:focus\:text-pink-200:focus {
    color: #fed7e2;
  }

  .lg\:focus\:text-pink-300:focus {
    color: #fbb6ce;
  }

  .lg\:focus\:text-pink-400:focus {
    color: #f687b3;
  }

  .lg\:focus\:text-pink-500:focus {
    color: #ed64a6;
  }

  .lg\:focus\:text-pink-600:focus {
    color: #d53f8c;
  }

  .lg\:focus\:text-pink-700:focus {
    color: #b83280;
  }

  .lg\:focus\:text-pink-800:focus {
    color: #97266d;
  }

  .lg\:focus\:text-pink-900:focus {
    color: #702459;
  }

  .lg\:active\:text-transparent:active {
    color: transparent;
  }

  .lg\:active\:text-black:active {
    color: #000;
  }

  .lg\:active\:text-white:active {
    color: #fff;
  }

  .lg\:active\:text-gray-100:active {
    color: #f7fafc;
  }

  .lg\:active\:text-gray-200:active {
    color: #edf2f7;
  }

  .lg\:active\:text-gray-300:active {
    color: #e2e8f0;
  }

  .lg\:active\:text-gray-400:active {
    color: #cbd5e0;
  }

  .lg\:active\:text-gray-500:active {
    color: #a0aec0;
  }

  .lg\:active\:text-gray-600:active {
    color: #718096;
  }

  .lg\:active\:text-gray-700:active {
    color: #4a5568;
  }

  .lg\:active\:text-gray-800:active {
    color: #2d3748;
  }

  .lg\:active\:text-gray-900:active {
    color: #1a202c;
  }

  .lg\:active\:text-red-100:active {
    color: #fff5f5;
  }

  .lg\:active\:text-red-200:active {
    color: #fed7d7;
  }

  .lg\:active\:text-red-300:active {
    color: #feb2b2;
  }

  .lg\:active\:text-red-400:active {
    color: #fc8181;
  }

  .lg\:active\:text-red-500:active {
    color: #f56565;
  }

  .lg\:active\:text-red-600:active {
    color: #e53e3e;
  }

  .lg\:active\:text-red-700:active {
    color: #c53030;
  }

  .lg\:active\:text-red-800:active {
    color: #9b2c2c;
  }

  .lg\:active\:text-red-900:active {
    color: #742a2a;
  }

  .lg\:active\:text-orange-100:active {
    color: #fffaf0;
  }

  .lg\:active\:text-orange-200:active {
    color: #feebc8;
  }

  .lg\:active\:text-orange-300:active {
    color: #fbd38d;
  }

  .lg\:active\:text-orange-400:active {
    color: #f6ad55;
  }

  .lg\:active\:text-orange-500:active {
    color: #ed8936;
  }

  .lg\:active\:text-orange-600:active {
    color: #dd6b20;
  }

  .lg\:active\:text-orange-700:active {
    color: #c05621;
  }

  .lg\:active\:text-orange-800:active {
    color: #9c4221;
  }

  .lg\:active\:text-orange-900:active {
    color: #7b341e;
  }

  .lg\:active\:text-yellow-100:active {
    color: #fffff0;
  }

  .lg\:active\:text-yellow-200:active {
    color: #fefcbf;
  }

  .lg\:active\:text-yellow-300:active {
    color: #faf089;
  }

  .lg\:active\:text-yellow-400:active {
    color: #f6e05e;
  }

  .lg\:active\:text-yellow-500:active {
    color: #ecc94b;
  }

  .lg\:active\:text-yellow-600:active {
    color: #d69e2e;
  }

  .lg\:active\:text-yellow-700:active {
    color: #b7791f;
  }

  .lg\:active\:text-yellow-800:active {
    color: #975a16;
  }

  .lg\:active\:text-yellow-900:active {
    color: #744210;
  }

  .lg\:active\:text-green-100:active {
    color: #f0fff4;
  }

  .lg\:active\:text-green-200:active {
    color: #c6f6d5;
  }

  .lg\:active\:text-green-300:active {
    color: #9ae6b4;
  }

  .lg\:active\:text-green-400:active {
    color: #68d391;
  }

  .lg\:active\:text-green-500:active {
    color: #48bb78;
  }

  .lg\:active\:text-green-600:active {
    color: #38a169;
  }

  .lg\:active\:text-green-700:active {
    color: #2f855a;
  }

  .lg\:active\:text-green-800:active {
    color: #276749;
  }

  .lg\:active\:text-green-900:active {
    color: #22543d;
  }

  .lg\:active\:text-teal-100:active {
    color: #e6fffa;
  }

  .lg\:active\:text-teal-200:active {
    color: #b2f5ea;
  }

  .lg\:active\:text-teal-300:active {
    color: #81e6d9;
  }

  .lg\:active\:text-teal-400:active {
    color: #4fd1c5;
  }

  .lg\:active\:text-teal-500:active {
    color: #38b2ac;
  }

  .lg\:active\:text-teal-600:active {
    color: #319795;
  }

  .lg\:active\:text-teal-700:active {
    color: #2c7a7b;
  }

  .lg\:active\:text-teal-800:active {
    color: #285e61;
  }

  .lg\:active\:text-teal-900:active {
    color: #234e52;
  }

  .lg\:active\:text-blue-100:active {
    color: #ebf8ff;
  }

  .lg\:active\:text-blue-200:active {
    color: #bee3f8;
  }

  .lg\:active\:text-blue-300:active {
    color: #90cdf4;
  }

  .lg\:active\:text-blue-400:active {
    color: #63b3ed;
  }

  .lg\:active\:text-blue-500:active {
    color: #4299e1;
  }

  .lg\:active\:text-blue-600:active {
    color: #3182ce;
  }

  .lg\:active\:text-blue-700:active {
    color: #2b6cb0;
  }

  .lg\:active\:text-blue-800:active {
    color: #2c5282;
  }

  .lg\:active\:text-blue-900:active {
    color: #2a4365;
  }

  .lg\:active\:text-indigo-100:active {
    color: #ebf4ff;
  }

  .lg\:active\:text-indigo-200:active {
    color: #c3dafe;
  }

  .lg\:active\:text-indigo-300:active {
    color: #a3bffa;
  }

  .lg\:active\:text-indigo-400:active {
    color: #7f9cf5;
  }

  .lg\:active\:text-indigo-500:active {
    color: #667eea;
  }

  .lg\:active\:text-indigo-600:active {
    color: #5a67d8;
  }

  .lg\:active\:text-indigo-700:active {
    color: #4c51bf;
  }

  .lg\:active\:text-indigo-800:active {
    color: #434190;
  }

  .lg\:active\:text-indigo-900:active {
    color: #3c366b;
  }

  .lg\:active\:text-purple-100:active {
    color: #faf5ff;
  }

  .lg\:active\:text-purple-200:active {
    color: #e9d8fd;
  }

  .lg\:active\:text-purple-300:active {
    color: #d6bcfa;
  }

  .lg\:active\:text-purple-400:active {
    color: #b794f4;
  }

  .lg\:active\:text-purple-500:active {
    color: #9f7aea;
  }

  .lg\:active\:text-purple-600:active {
    color: #805ad5;
  }

  .lg\:active\:text-purple-700:active {
    color: #6b46c1;
  }

  .lg\:active\:text-purple-800:active {
    color: #553c9a;
  }

  .lg\:active\:text-purple-900:active {
    color: #44337a;
  }

  .lg\:active\:text-pink-100:active {
    color: #fff5f7;
  }

  .lg\:active\:text-pink-200:active {
    color: #fed7e2;
  }

  .lg\:active\:text-pink-300:active {
    color: #fbb6ce;
  }

  .lg\:active\:text-pink-400:active {
    color: #f687b3;
  }

  .lg\:active\:text-pink-500:active {
    color: #ed64a6;
  }

  .lg\:active\:text-pink-600:active {
    color: #d53f8c;
  }

  .lg\:active\:text-pink-700:active {
    color: #b83280;
  }

  .lg\:active\:text-pink-800:active {
    color: #97266d;
  }

  .lg\:active\:text-pink-900:active {
    color: #702459;
  }

  .lg\:visited\:text-transparent:visited {
    color: transparent;
  }

  .lg\:visited\:text-black:visited {
    color: #000;
  }

  .lg\:visited\:text-white:visited {
    color: #fff;
  }

  .lg\:visited\:text-gray-100:visited {
    color: #f7fafc;
  }

  .lg\:visited\:text-gray-200:visited {
    color: #edf2f7;
  }

  .lg\:visited\:text-gray-300:visited {
    color: #e2e8f0;
  }

  .lg\:visited\:text-gray-400:visited {
    color: #cbd5e0;
  }

  .lg\:visited\:text-gray-500:visited {
    color: #a0aec0;
  }

  .lg\:visited\:text-gray-600:visited {
    color: #718096;
  }

  .lg\:visited\:text-gray-700:visited {
    color: #4a5568;
  }

  .lg\:visited\:text-gray-800:visited {
    color: #2d3748;
  }

  .lg\:visited\:text-gray-900:visited {
    color: #1a202c;
  }

  .lg\:visited\:text-red-100:visited {
    color: #fff5f5;
  }

  .lg\:visited\:text-red-200:visited {
    color: #fed7d7;
  }

  .lg\:visited\:text-red-300:visited {
    color: #feb2b2;
  }

  .lg\:visited\:text-red-400:visited {
    color: #fc8181;
  }

  .lg\:visited\:text-red-500:visited {
    color: #f56565;
  }

  .lg\:visited\:text-red-600:visited {
    color: #e53e3e;
  }

  .lg\:visited\:text-red-700:visited {
    color: #c53030;
  }

  .lg\:visited\:text-red-800:visited {
    color: #9b2c2c;
  }

  .lg\:visited\:text-red-900:visited {
    color: #742a2a;
  }

  .lg\:visited\:text-orange-100:visited {
    color: #fffaf0;
  }

  .lg\:visited\:text-orange-200:visited {
    color: #feebc8;
  }

  .lg\:visited\:text-orange-300:visited {
    color: #fbd38d;
  }

  .lg\:visited\:text-orange-400:visited {
    color: #f6ad55;
  }

  .lg\:visited\:text-orange-500:visited {
    color: #ed8936;
  }

  .lg\:visited\:text-orange-600:visited {
    color: #dd6b20;
  }

  .lg\:visited\:text-orange-700:visited {
    color: #c05621;
  }

  .lg\:visited\:text-orange-800:visited {
    color: #9c4221;
  }

  .lg\:visited\:text-orange-900:visited {
    color: #7b341e;
  }

  .lg\:visited\:text-yellow-100:visited {
    color: #fffff0;
  }

  .lg\:visited\:text-yellow-200:visited {
    color: #fefcbf;
  }

  .lg\:visited\:text-yellow-300:visited {
    color: #faf089;
  }

  .lg\:visited\:text-yellow-400:visited {
    color: #f6e05e;
  }

  .lg\:visited\:text-yellow-500:visited {
    color: #ecc94b;
  }

  .lg\:visited\:text-yellow-600:visited {
    color: #d69e2e;
  }

  .lg\:visited\:text-yellow-700:visited {
    color: #b7791f;
  }

  .lg\:visited\:text-yellow-800:visited {
    color: #975a16;
  }

  .lg\:visited\:text-yellow-900:visited {
    color: #744210;
  }

  .lg\:visited\:text-green-100:visited {
    color: #f0fff4;
  }

  .lg\:visited\:text-green-200:visited {
    color: #c6f6d5;
  }

  .lg\:visited\:text-green-300:visited {
    color: #9ae6b4;
  }

  .lg\:visited\:text-green-400:visited {
    color: #68d391;
  }

  .lg\:visited\:text-green-500:visited {
    color: #48bb78;
  }

  .lg\:visited\:text-green-600:visited {
    color: #38a169;
  }

  .lg\:visited\:text-green-700:visited {
    color: #2f855a;
  }

  .lg\:visited\:text-green-800:visited {
    color: #276749;
  }

  .lg\:visited\:text-green-900:visited {
    color: #22543d;
  }

  .lg\:visited\:text-teal-100:visited {
    color: #e6fffa;
  }

  .lg\:visited\:text-teal-200:visited {
    color: #b2f5ea;
  }

  .lg\:visited\:text-teal-300:visited {
    color: #81e6d9;
  }

  .lg\:visited\:text-teal-400:visited {
    color: #4fd1c5;
  }

  .lg\:visited\:text-teal-500:visited {
    color: #38b2ac;
  }

  .lg\:visited\:text-teal-600:visited {
    color: #319795;
  }

  .lg\:visited\:text-teal-700:visited {
    color: #2c7a7b;
  }

  .lg\:visited\:text-teal-800:visited {
    color: #285e61;
  }

  .lg\:visited\:text-teal-900:visited {
    color: #234e52;
  }

  .lg\:visited\:text-blue-100:visited {
    color: #ebf8ff;
  }

  .lg\:visited\:text-blue-200:visited {
    color: #bee3f8;
  }

  .lg\:visited\:text-blue-300:visited {
    color: #90cdf4;
  }

  .lg\:visited\:text-blue-400:visited {
    color: #63b3ed;
  }

  .lg\:visited\:text-blue-500:visited {
    color: #4299e1;
  }

  .lg\:visited\:text-blue-600:visited {
    color: #3182ce;
  }

  .lg\:visited\:text-blue-700:visited {
    color: #2b6cb0;
  }

  .lg\:visited\:text-blue-800:visited {
    color: #2c5282;
  }

  .lg\:visited\:text-blue-900:visited {
    color: #2a4365;
  }

  .lg\:visited\:text-indigo-100:visited {
    color: #ebf4ff;
  }

  .lg\:visited\:text-indigo-200:visited {
    color: #c3dafe;
  }

  .lg\:visited\:text-indigo-300:visited {
    color: #a3bffa;
  }

  .lg\:visited\:text-indigo-400:visited {
    color: #7f9cf5;
  }

  .lg\:visited\:text-indigo-500:visited {
    color: #667eea;
  }

  .lg\:visited\:text-indigo-600:visited {
    color: #5a67d8;
  }

  .lg\:visited\:text-indigo-700:visited {
    color: #4c51bf;
  }

  .lg\:visited\:text-indigo-800:visited {
    color: #434190;
  }

  .lg\:visited\:text-indigo-900:visited {
    color: #3c366b;
  }

  .lg\:visited\:text-purple-100:visited {
    color: #faf5ff;
  }

  .lg\:visited\:text-purple-200:visited {
    color: #e9d8fd;
  }

  .lg\:visited\:text-purple-300:visited {
    color: #d6bcfa;
  }

  .lg\:visited\:text-purple-400:visited {
    color: #b794f4;
  }

  .lg\:visited\:text-purple-500:visited {
    color: #9f7aea;
  }

  .lg\:visited\:text-purple-600:visited {
    color: #805ad5;
  }

  .lg\:visited\:text-purple-700:visited {
    color: #6b46c1;
  }

  .lg\:visited\:text-purple-800:visited {
    color: #553c9a;
  }

  .lg\:visited\:text-purple-900:visited {
    color: #44337a;
  }

  .lg\:visited\:text-pink-100:visited {
    color: #fff5f7;
  }

  .lg\:visited\:text-pink-200:visited {
    color: #fed7e2;
  }

  .lg\:visited\:text-pink-300:visited {
    color: #fbb6ce;
  }

  .lg\:visited\:text-pink-400:visited {
    color: #f687b3;
  }

  .lg\:visited\:text-pink-500:visited {
    color: #ed64a6;
  }

  .lg\:visited\:text-pink-600:visited {
    color: #d53f8c;
  }

  .lg\:visited\:text-pink-700:visited {
    color: #b83280;
  }

  .lg\:visited\:text-pink-800:visited {
    color: #97266d;
  }

  .lg\:visited\:text-pink-900:visited {
    color: #702459;
  }

  .lg\:disabled\:text-transparent:disabled {
    color: transparent;
  }

  .lg\:disabled\:text-black:disabled {
    color: #000;
  }

  .lg\:disabled\:text-white:disabled {
    color: #fff;
  }

  .lg\:disabled\:text-gray-100:disabled {
    color: #f7fafc;
  }

  .lg\:disabled\:text-gray-200:disabled {
    color: #edf2f7;
  }

  .lg\:disabled\:text-gray-300:disabled {
    color: #e2e8f0;
  }

  .lg\:disabled\:text-gray-400:disabled {
    color: #cbd5e0;
  }

  .lg\:disabled\:text-gray-500:disabled {
    color: #a0aec0;
  }

  .lg\:disabled\:text-gray-600:disabled {
    color: #718096;
  }

  .lg\:disabled\:text-gray-700:disabled {
    color: #4a5568;
  }

  .lg\:disabled\:text-gray-800:disabled {
    color: #2d3748;
  }

  .lg\:disabled\:text-gray-900:disabled {
    color: #1a202c;
  }

  .lg\:disabled\:text-red-100:disabled {
    color: #fff5f5;
  }

  .lg\:disabled\:text-red-200:disabled {
    color: #fed7d7;
  }

  .lg\:disabled\:text-red-300:disabled {
    color: #feb2b2;
  }

  .lg\:disabled\:text-red-400:disabled {
    color: #fc8181;
  }

  .lg\:disabled\:text-red-500:disabled {
    color: #f56565;
  }

  .lg\:disabled\:text-red-600:disabled {
    color: #e53e3e;
  }

  .lg\:disabled\:text-red-700:disabled {
    color: #c53030;
  }

  .lg\:disabled\:text-red-800:disabled {
    color: #9b2c2c;
  }

  .lg\:disabled\:text-red-900:disabled {
    color: #742a2a;
  }

  .lg\:disabled\:text-orange-100:disabled {
    color: #fffaf0;
  }

  .lg\:disabled\:text-orange-200:disabled {
    color: #feebc8;
  }

  .lg\:disabled\:text-orange-300:disabled {
    color: #fbd38d;
  }

  .lg\:disabled\:text-orange-400:disabled {
    color: #f6ad55;
  }

  .lg\:disabled\:text-orange-500:disabled {
    color: #ed8936;
  }

  .lg\:disabled\:text-orange-600:disabled {
    color: #dd6b20;
  }

  .lg\:disabled\:text-orange-700:disabled {
    color: #c05621;
  }

  .lg\:disabled\:text-orange-800:disabled {
    color: #9c4221;
  }

  .lg\:disabled\:text-orange-900:disabled {
    color: #7b341e;
  }

  .lg\:disabled\:text-yellow-100:disabled {
    color: #fffff0;
  }

  .lg\:disabled\:text-yellow-200:disabled {
    color: #fefcbf;
  }

  .lg\:disabled\:text-yellow-300:disabled {
    color: #faf089;
  }

  .lg\:disabled\:text-yellow-400:disabled {
    color: #f6e05e;
  }

  .lg\:disabled\:text-yellow-500:disabled {
    color: #ecc94b;
  }

  .lg\:disabled\:text-yellow-600:disabled {
    color: #d69e2e;
  }

  .lg\:disabled\:text-yellow-700:disabled {
    color: #b7791f;
  }

  .lg\:disabled\:text-yellow-800:disabled {
    color: #975a16;
  }

  .lg\:disabled\:text-yellow-900:disabled {
    color: #744210;
  }

  .lg\:disabled\:text-green-100:disabled {
    color: #f0fff4;
  }

  .lg\:disabled\:text-green-200:disabled {
    color: #c6f6d5;
  }

  .lg\:disabled\:text-green-300:disabled {
    color: #9ae6b4;
  }

  .lg\:disabled\:text-green-400:disabled {
    color: #68d391;
  }

  .lg\:disabled\:text-green-500:disabled {
    color: #48bb78;
  }

  .lg\:disabled\:text-green-600:disabled {
    color: #38a169;
  }

  .lg\:disabled\:text-green-700:disabled {
    color: #2f855a;
  }

  .lg\:disabled\:text-green-800:disabled {
    color: #276749;
  }

  .lg\:disabled\:text-green-900:disabled {
    color: #22543d;
  }

  .lg\:disabled\:text-teal-100:disabled {
    color: #e6fffa;
  }

  .lg\:disabled\:text-teal-200:disabled {
    color: #b2f5ea;
  }

  .lg\:disabled\:text-teal-300:disabled {
    color: #81e6d9;
  }

  .lg\:disabled\:text-teal-400:disabled {
    color: #4fd1c5;
  }

  .lg\:disabled\:text-teal-500:disabled {
    color: #38b2ac;
  }

  .lg\:disabled\:text-teal-600:disabled {
    color: #319795;
  }

  .lg\:disabled\:text-teal-700:disabled {
    color: #2c7a7b;
  }

  .lg\:disabled\:text-teal-800:disabled {
    color: #285e61;
  }

  .lg\:disabled\:text-teal-900:disabled {
    color: #234e52;
  }

  .lg\:disabled\:text-blue-100:disabled {
    color: #ebf8ff;
  }

  .lg\:disabled\:text-blue-200:disabled {
    color: #bee3f8;
  }

  .lg\:disabled\:text-blue-300:disabled {
    color: #90cdf4;
  }

  .lg\:disabled\:text-blue-400:disabled {
    color: #63b3ed;
  }

  .lg\:disabled\:text-blue-500:disabled {
    color: #4299e1;
  }

  .lg\:disabled\:text-blue-600:disabled {
    color: #3182ce;
  }

  .lg\:disabled\:text-blue-700:disabled {
    color: #2b6cb0;
  }

  .lg\:disabled\:text-blue-800:disabled {
    color: #2c5282;
  }

  .lg\:disabled\:text-blue-900:disabled {
    color: #2a4365;
  }

  .lg\:disabled\:text-indigo-100:disabled {
    color: #ebf4ff;
  }

  .lg\:disabled\:text-indigo-200:disabled {
    color: #c3dafe;
  }

  .lg\:disabled\:text-indigo-300:disabled {
    color: #a3bffa;
  }

  .lg\:disabled\:text-indigo-400:disabled {
    color: #7f9cf5;
  }

  .lg\:disabled\:text-indigo-500:disabled {
    color: #667eea;
  }

  .lg\:disabled\:text-indigo-600:disabled {
    color: #5a67d8;
  }

  .lg\:disabled\:text-indigo-700:disabled {
    color: #4c51bf;
  }

  .lg\:disabled\:text-indigo-800:disabled {
    color: #434190;
  }

  .lg\:disabled\:text-indigo-900:disabled {
    color: #3c366b;
  }

  .lg\:disabled\:text-purple-100:disabled {
    color: #faf5ff;
  }

  .lg\:disabled\:text-purple-200:disabled {
    color: #e9d8fd;
  }

  .lg\:disabled\:text-purple-300:disabled {
    color: #d6bcfa;
  }

  .lg\:disabled\:text-purple-400:disabled {
    color: #b794f4;
  }

  .lg\:disabled\:text-purple-500:disabled {
    color: #9f7aea;
  }

  .lg\:disabled\:text-purple-600:disabled {
    color: #805ad5;
  }

  .lg\:disabled\:text-purple-700:disabled {
    color: #6b46c1;
  }

  .lg\:disabled\:text-purple-800:disabled {
    color: #553c9a;
  }

  .lg\:disabled\:text-purple-900:disabled {
    color: #44337a;
  }

  .lg\:disabled\:text-pink-100:disabled {
    color: #fff5f7;
  }

  .lg\:disabled\:text-pink-200:disabled {
    color: #fed7e2;
  }

  .lg\:disabled\:text-pink-300:disabled {
    color: #fbb6ce;
  }

  .lg\:disabled\:text-pink-400:disabled {
    color: #f687b3;
  }

  .lg\:disabled\:text-pink-500:disabled {
    color: #ed64a6;
  }

  .lg\:disabled\:text-pink-600:disabled {
    color: #d53f8c;
  }

  .lg\:disabled\:text-pink-700:disabled {
    color: #b83280;
  }

  .lg\:disabled\:text-pink-800:disabled {
    color: #97266d;
  }

  .lg\:disabled\:text-pink-900:disabled {
    color: #702459;
  }

  .lg\:text-xs {
    font-size: 0.75rem;
  }

  .lg\:text-sm {
    font-size: 0.875rem;
  }

  .lg\:text-base {
    font-size: 1rem;
  }

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

  .lg\:text-xl {
    font-size: 1.25rem;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
  }

  .lg\:text-6xl {
    font-size: 4rem;
  }

  .group:hover .lg\:group-hover\:text-xs {
    font-size: 0.75rem;
  }

  .group:hover .lg\:group-hover\:text-sm {
    font-size: 0.875rem;
  }

  .group:hover .lg\:group-hover\:text-base {
    font-size: 1rem;
  }

  .group:hover .lg\:group-hover\:text-lg {
    font-size: 1.125rem;
  }

  .group:hover .lg\:group-hover\:text-xl {
    font-size: 1.25rem;
  }

  .group:hover .lg\:group-hover\:text-2xl {
    font-size: 1.5rem;
  }

  .group:hover .lg\:group-hover\:text-3xl {
    font-size: 1.875rem;
  }

  .group:hover .lg\:group-hover\:text-4xl {
    font-size: 2.25rem;
  }

  .group:hover .lg\:group-hover\:text-5xl {
    font-size: 3rem;
  }

  .group:hover .lg\:group-hover\:text-6xl {
    font-size: 4rem;
  }

  .lg\:focus-within\:text-xs:focus-within {
    font-size: 0.75rem;
  }

  .lg\:focus-within\:text-sm:focus-within {
    font-size: 0.875rem;
  }

  .lg\:focus-within\:text-base:focus-within {
    font-size: 1rem;
  }

  .lg\:focus-within\:text-lg:focus-within {
    font-size: 1.125rem;
  }

  .lg\:focus-within\:text-xl:focus-within {
    font-size: 1.25rem;
  }

  .lg\:focus-within\:text-2xl:focus-within {
    font-size: 1.5rem;
  }

  .lg\:focus-within\:text-3xl:focus-within {
    font-size: 1.875rem;
  }

  .lg\:focus-within\:text-4xl:focus-within {
    font-size: 2.25rem;
  }

  .lg\:focus-within\:text-5xl:focus-within {
    font-size: 3rem;
  }

  .lg\:focus-within\:text-6xl:focus-within {
    font-size: 4rem;
  }

  .lg\:first\:text-xs:first-child {
    font-size: 0.75rem;
  }

  .lg\:first\:text-sm:first-child {
    font-size: 0.875rem;
  }

  .lg\:first\:text-base:first-child {
    font-size: 1rem;
  }

  .lg\:first\:text-lg:first-child {
    font-size: 1.125rem;
  }

  .lg\:first\:text-xl:first-child {
    font-size: 1.25rem;
  }

  .lg\:first\:text-2xl:first-child {
    font-size: 1.5rem;
  }

  .lg\:first\:text-3xl:first-child {
    font-size: 1.875rem;
  }

  .lg\:first\:text-4xl:first-child {
    font-size: 2.25rem;
  }

  .lg\:first\:text-5xl:first-child {
    font-size: 3rem;
  }

  .lg\:first\:text-6xl:first-child {
    font-size: 4rem;
  }

  .lg\:last\:text-xs:last-child {
    font-size: 0.75rem;
  }

  .lg\:last\:text-sm:last-child {
    font-size: 0.875rem;
  }

  .lg\:last\:text-base:last-child {
    font-size: 1rem;
  }

  .lg\:last\:text-lg:last-child {
    font-size: 1.125rem;
  }

  .lg\:last\:text-xl:last-child {
    font-size: 1.25rem;
  }

  .lg\:last\:text-2xl:last-child {
    font-size: 1.5rem;
  }

  .lg\:last\:text-3xl:last-child {
    font-size: 1.875rem;
  }

  .lg\:last\:text-4xl:last-child {
    font-size: 2.25rem;
  }

  .lg\:last\:text-5xl:last-child {
    font-size: 3rem;
  }

  .lg\:last\:text-6xl:last-child {
    font-size: 4rem;
  }

  .lg\:odd\:text-xs:nth-child(odd) {
    font-size: 0.75rem;
  }

  .lg\:odd\:text-sm:nth-child(odd) {
    font-size: 0.875rem;
  }

  .lg\:odd\:text-base:nth-child(odd) {
    font-size: 1rem;
  }

  .lg\:odd\:text-lg:nth-child(odd) {
    font-size: 1.125rem;
  }

  .lg\:odd\:text-xl:nth-child(odd) {
    font-size: 1.25rem;
  }

  .lg\:odd\:text-2xl:nth-child(odd) {
    font-size: 1.5rem;
  }

  .lg\:odd\:text-3xl:nth-child(odd) {
    font-size: 1.875rem;
  }

  .lg\:odd\:text-4xl:nth-child(odd) {
    font-size: 2.25rem;
  }

  .lg\:odd\:text-5xl:nth-child(odd) {
    font-size: 3rem;
  }

  .lg\:odd\:text-6xl:nth-child(odd) {
    font-size: 4rem;
  }

  .lg\:even\:text-xs:nth-child(even) {
    font-size: 0.75rem;
  }

  .lg\:even\:text-sm:nth-child(even) {
    font-size: 0.875rem;
  }

  .lg\:even\:text-base:nth-child(even) {
    font-size: 1rem;
  }

  .lg\:even\:text-lg:nth-child(even) {
    font-size: 1.125rem;
  }

  .lg\:even\:text-xl:nth-child(even) {
    font-size: 1.25rem;
  }

  .lg\:even\:text-2xl:nth-child(even) {
    font-size: 1.5rem;
  }

  .lg\:even\:text-3xl:nth-child(even) {
    font-size: 1.875rem;
  }

  .lg\:even\:text-4xl:nth-child(even) {
    font-size: 2.25rem;
  }

  .lg\:even\:text-5xl:nth-child(even) {
    font-size: 3rem;
  }

  .lg\:even\:text-6xl:nth-child(even) {
    font-size: 4rem;
  }

  .lg\:hover\:text-xs:hover {
    font-size: 0.75rem;
  }

  .lg\:hover\:text-sm:hover {
    font-size: 0.875rem;
  }

  .lg\:hover\:text-base:hover {
    font-size: 1rem;
  }

  .lg\:hover\:text-lg:hover {
    font-size: 1.125rem;
  }

  .lg\:hover\:text-xl:hover {
    font-size: 1.25rem;
  }

  .lg\:hover\:text-2xl:hover {
    font-size: 1.5rem;
  }

  .lg\:hover\:text-3xl:hover {
    font-size: 1.875rem;
  }

  .lg\:hover\:text-4xl:hover {
    font-size: 2.25rem;
  }

  .lg\:hover\:text-5xl:hover {
    font-size: 3rem;
  }

  .lg\:hover\:text-6xl:hover {
    font-size: 4rem;
  }

  .lg\:focus\:text-xs:focus {
    font-size: 0.75rem;
  }

  .lg\:focus\:text-sm:focus {
    font-size: 0.875rem;
  }

  .lg\:focus\:text-base:focus {
    font-size: 1rem;
  }

  .lg\:focus\:text-lg:focus {
    font-size: 1.125rem;
  }

  .lg\:focus\:text-xl:focus {
    font-size: 1.25rem;
  }

  .lg\:focus\:text-2xl:focus {
    font-size: 1.5rem;
  }

  .lg\:focus\:text-3xl:focus {
    font-size: 1.875rem;
  }

  .lg\:focus\:text-4xl:focus {
    font-size: 2.25rem;
  }

  .lg\:focus\:text-5xl:focus {
    font-size: 3rem;
  }

  .lg\:focus\:text-6xl:focus {
    font-size: 4rem;
  }

  .lg\:active\:text-xs:active {
    font-size: 0.75rem;
  }

  .lg\:active\:text-sm:active {
    font-size: 0.875rem;
  }

  .lg\:active\:text-base:active {
    font-size: 1rem;
  }

  .lg\:active\:text-lg:active {
    font-size: 1.125rem;
  }

  .lg\:active\:text-xl:active {
    font-size: 1.25rem;
  }

  .lg\:active\:text-2xl:active {
    font-size: 1.5rem;
  }

  .lg\:active\:text-3xl:active {
    font-size: 1.875rem;
  }

  .lg\:active\:text-4xl:active {
    font-size: 2.25rem;
  }

  .lg\:active\:text-5xl:active {
    font-size: 3rem;
  }

  .lg\:active\:text-6xl:active {
    font-size: 4rem;
  }

  .lg\:visited\:text-xs:visited {
    font-size: 0.75rem;
  }

  .lg\:visited\:text-sm:visited {
    font-size: 0.875rem;
  }

  .lg\:visited\:text-base:visited {
    font-size: 1rem;
  }

  .lg\:visited\:text-lg:visited {
    font-size: 1.125rem;
  }

  .lg\:visited\:text-xl:visited {
    font-size: 1.25rem;
  }

  .lg\:visited\:text-2xl:visited {
    font-size: 1.5rem;
  }

  .lg\:visited\:text-3xl:visited {
    font-size: 1.875rem;
  }

  .lg\:visited\:text-4xl:visited {
    font-size: 2.25rem;
  }

  .lg\:visited\:text-5xl:visited {
    font-size: 3rem;
  }

  .lg\:visited\:text-6xl:visited {
    font-size: 4rem;
  }

  .lg\:disabled\:text-xs:disabled {
    font-size: 0.75rem;
  }

  .lg\:disabled\:text-sm:disabled {
    font-size: 0.875rem;
  }

  .lg\:disabled\:text-base:disabled {
    font-size: 1rem;
  }

  .lg\:disabled\:text-lg:disabled {
    font-size: 1.125rem;
  }

  .lg\:disabled\:text-xl:disabled {
    font-size: 1.25rem;
  }

  .lg\:disabled\:text-2xl:disabled {
    font-size: 1.5rem;
  }

  .lg\:disabled\:text-3xl:disabled {
    font-size: 1.875rem;
  }

  .lg\:disabled\:text-4xl:disabled {
    font-size: 2.25rem;
  }

  .lg\:disabled\:text-5xl:disabled {
    font-size: 3rem;
  }

  .lg\:disabled\:text-6xl:disabled {
    font-size: 4rem;
  }

  .lg\:italic {
    font-style: italic;
  }

  .lg\:not-italic {
    font-style: normal;
  }

  .group:hover .lg\:group-hover\:italic {
    font-style: italic;
  }

  .group:hover .lg\:group-hover\:not-italic {
    font-style: normal;
  }

  .lg\:focus-within\:italic:focus-within {
    font-style: italic;
  }

  .lg\:focus-within\:not-italic:focus-within {
    font-style: normal;
  }

  .lg\:first\:italic:first-child {
    font-style: italic;
  }

  .lg\:first\:not-italic:first-child {
    font-style: normal;
  }

  .lg\:last\:italic:last-child {
    font-style: italic;
  }

  .lg\:last\:not-italic:last-child {
    font-style: normal;
  }

  .lg\:odd\:italic:nth-child(odd) {
    font-style: italic;
  }

  .lg\:odd\:not-italic:nth-child(odd) {
    font-style: normal;
  }

  .lg\:even\:italic:nth-child(even) {
    font-style: italic;
  }

  .lg\:even\:not-italic:nth-child(even) {
    font-style: normal;
  }

  .lg\:hover\:italic:hover {
    font-style: italic;
  }

  .lg\:hover\:not-italic:hover {
    font-style: normal;
  }

  .lg\:focus\:italic:focus {
    font-style: italic;
  }

  .lg\:focus\:not-italic:focus {
    font-style: normal;
  }

  .lg\:active\:italic:active {
    font-style: italic;
  }

  .lg\:active\:not-italic:active {
    font-style: normal;
  }

  .lg\:visited\:italic:visited {
    font-style: italic;
  }

  .lg\:visited\:not-italic:visited {
    font-style: normal;
  }

  .lg\:disabled\:italic:disabled {
    font-style: italic;
  }

  .lg\:disabled\:not-italic:disabled {
    font-style: normal;
  }

  .lg\:uppercase {
    text-transform: uppercase;
  }

  .lg\:lowercase {
    text-transform: lowercase;
  }

  .lg\:capitalize {
    text-transform: capitalize;
  }

  .lg\:normal-case {
    text-transform: none;
  }

  .group:hover .lg\:group-hover\:uppercase {
    text-transform: uppercase;
  }

  .group:hover .lg\:group-hover\:lowercase {
    text-transform: lowercase;
  }

  .group:hover .lg\:group-hover\:capitalize {
    text-transform: capitalize;
  }

  .group:hover .lg\:group-hover\:normal-case {
    text-transform: none;
  }

  .lg\:focus-within\:uppercase:focus-within {
    text-transform: uppercase;
  }

  .lg\:focus-within\:lowercase:focus-within {
    text-transform: lowercase;
  }

  .lg\:focus-within\:capitalize:focus-within {
    text-transform: capitalize;
  }

  .lg\:focus-within\:normal-case:focus-within {
    text-transform: none;
  }

  .lg\:first\:uppercase:first-child {
    text-transform: uppercase;
  }

  .lg\:first\:lowercase:first-child {
    text-transform: lowercase;
  }

  .lg\:first\:capitalize:first-child {
    text-transform: capitalize;
  }

  .lg\:first\:normal-case:first-child {
    text-transform: none;
  }

  .lg\:last\:uppercase:last-child {
    text-transform: uppercase;
  }

  .lg\:last\:lowercase:last-child {
    text-transform: lowercase;
  }

  .lg\:last\:capitalize:last-child {
    text-transform: capitalize;
  }

  .lg\:last\:normal-case:last-child {
    text-transform: none;
  }

  .lg\:odd\:uppercase:nth-child(odd) {
    text-transform: uppercase;
  }

  .lg\:odd\:lowercase:nth-child(odd) {
    text-transform: lowercase;
  }

  .lg\:odd\:capitalize:nth-child(odd) {
    text-transform: capitalize;
  }

  .lg\:odd\:normal-case:nth-child(odd) {
    text-transform: none;
  }

  .lg\:even\:uppercase:nth-child(even) {
    text-transform: uppercase;
  }

  .lg\:even\:lowercase:nth-child(even) {
    text-transform: lowercase;
  }

  .lg\:even\:capitalize:nth-child(even) {
    text-transform: capitalize;
  }

  .lg\:even\:normal-case:nth-child(even) {
    text-transform: none;
  }

  .lg\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .lg\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .lg\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .lg\:hover\:normal-case:hover {
    text-transform: none;
  }

  .lg\:focus\:uppercase:focus {
    text-transform: uppercase;
  }

  .lg\:focus\:lowercase:focus {
    text-transform: lowercase;
  }

  .lg\:focus\:capitalize:focus {
    text-transform: capitalize;
  }

  .lg\:focus\:normal-case:focus {
    text-transform: none;
  }

  .lg\:active\:uppercase:active {
    text-transform: uppercase;
  }

  .lg\:active\:lowercase:active {
    text-transform: lowercase;
  }

  .lg\:active\:capitalize:active {
    text-transform: capitalize;
  }

  .lg\:active\:normal-case:active {
    text-transform: none;
  }

  .lg\:visited\:uppercase:visited {
    text-transform: uppercase;
  }

  .lg\:visited\:lowercase:visited {
    text-transform: lowercase;
  }

  .lg\:visited\:capitalize:visited {
    text-transform: capitalize;
  }

  .lg\:visited\:normal-case:visited {
    text-transform: none;
  }

  .lg\:disabled\:uppercase:disabled {
    text-transform: uppercase;
  }

  .lg\:disabled\:lowercase:disabled {
    text-transform: lowercase;
  }

  .lg\:disabled\:capitalize:disabled {
    text-transform: capitalize;
  }

  .lg\:disabled\:normal-case:disabled {
    text-transform: none;
  }

  .lg\:underline {
    text-decoration: underline;
  }

  .lg\:line-through {
    text-decoration: line-through;
  }

  .lg\:no-underline {
    text-decoration: none;
  }

  .group:hover .lg\:group-hover\:underline {
    text-decoration: underline;
  }

  .group:hover .lg\:group-hover\:line-through {
    text-decoration: line-through;
  }

  .group:hover .lg\:group-hover\:no-underline {
    text-decoration: none;
  }

  .lg\:focus-within\:underline:focus-within {
    text-decoration: underline;
  }

  .lg\:focus-within\:line-through:focus-within {
    text-decoration: line-through;
  }

  .lg\:focus-within\:no-underline:focus-within {
    text-decoration: none;
  }

  .lg\:first\:underline:first-child {
    text-decoration: underline;
  }

  .lg\:first\:line-through:first-child {
    text-decoration: line-through;
  }

  .lg\:first\:no-underline:first-child {
    text-decoration: none;
  }

  .lg\:last\:underline:last-child {
    text-decoration: underline;
  }

  .lg\:last\:line-through:last-child {
    text-decoration: line-through;
  }

  .lg\:last\:no-underline:last-child {
    text-decoration: none;
  }

  .lg\:odd\:underline:nth-child(odd) {
    text-decoration: underline;
  }

  .lg\:odd\:line-through:nth-child(odd) {
    text-decoration: line-through;
  }

  .lg\:odd\:no-underline:nth-child(odd) {
    text-decoration: none;
  }

  .lg\:even\:underline:nth-child(even) {
    text-decoration: underline;
  }

  .lg\:even\:line-through:nth-child(even) {
    text-decoration: line-through;
  }

  .lg\:even\:no-underline:nth-child(even) {
    text-decoration: none;
  }

  .lg\:hover\:underline:hover {
    text-decoration: underline;
  }

  .lg\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .lg\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .lg\:focus\:underline:focus {
    text-decoration: underline;
  }

  .lg\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .lg\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .lg\:active\:underline:active {
    text-decoration: underline;
  }

  .lg\:active\:line-through:active {
    text-decoration: line-through;
  }

  .lg\:active\:no-underline:active {
    text-decoration: none;
  }

  .lg\:visited\:underline:visited {
    text-decoration: underline;
  }

  .lg\:visited\:line-through:visited {
    text-decoration: line-through;
  }

  .lg\:visited\:no-underline:visited {
    text-decoration: none;
  }

  .lg\:disabled\:underline:disabled {
    text-decoration: underline;
  }

  .lg\:disabled\:line-through:disabled {
    text-decoration: line-through;
  }

  .lg\:disabled\:no-underline:disabled {
    text-decoration: none;
  }

  .lg\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .group:hover .lg\:group-hover\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .group:hover .lg\:group-hover\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:focus-within\:antialiased:focus-within {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:focus-within\:subpixel-antialiased:focus-within {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:first\:antialiased:first-child {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:first\:subpixel-antialiased:first-child {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:last\:antialiased:last-child {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:last\:subpixel-antialiased:last-child {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:odd\:antialiased:nth-child(odd) {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:odd\:subpixel-antialiased:nth-child(odd) {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:even\:antialiased:nth-child(even) {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:even\:subpixel-antialiased:nth-child(even) {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:focus\:antialiased:focus {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:focus\:subpixel-antialiased:focus {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:active\:antialiased:active {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:active\:subpixel-antialiased:active {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:visited\:antialiased:visited {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:visited\:subpixel-antialiased:visited {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:disabled\:antialiased:disabled {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:disabled\:subpixel-antialiased:disabled {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .lg\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .lg\:tracking-normal {
    letter-spacing: 0;
  }

  .lg\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .lg\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .lg\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .group:hover .lg\:group-hover\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .group:hover .lg\:group-hover\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .group:hover .lg\:group-hover\:tracking-normal {
    letter-spacing: 0;
  }

  .group:hover .lg\:group-hover\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .group:hover .lg\:group-hover\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .group:hover .lg\:group-hover\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .lg\:focus-within\:tracking-tighter:focus-within {
    letter-spacing: -0.05em;
  }

  .lg\:focus-within\:tracking-tight:focus-within {
    letter-spacing: -0.025em;
  }

  .lg\:focus-within\:tracking-normal:focus-within {
    letter-spacing: 0;
  }

  .lg\:focus-within\:tracking-wide:focus-within {
    letter-spacing: 0.025em;
  }

  .lg\:focus-within\:tracking-wider:focus-within {
    letter-spacing: 0.05em;
  }

  .lg\:focus-within\:tracking-widest:focus-within {
    letter-spacing: 0.1em;
  }

  .lg\:first\:tracking-tighter:first-child {
    letter-spacing: -0.05em;
  }

  .lg\:first\:tracking-tight:first-child {
    letter-spacing: -0.025em;
  }

  .lg\:first\:tracking-normal:first-child {
    letter-spacing: 0;
  }

  .lg\:first\:tracking-wide:first-child {
    letter-spacing: 0.025em;
  }

  .lg\:first\:tracking-wider:first-child {
    letter-spacing: 0.05em;
  }

  .lg\:first\:tracking-widest:first-child {
    letter-spacing: 0.1em;
  }

  .lg\:last\:tracking-tighter:last-child {
    letter-spacing: -0.05em;
  }

  .lg\:last\:tracking-tight:last-child {
    letter-spacing: -0.025em;
  }

  .lg\:last\:tracking-normal:last-child {
    letter-spacing: 0;
  }

  .lg\:last\:tracking-wide:last-child {
    letter-spacing: 0.025em;
  }

  .lg\:last\:tracking-wider:last-child {
    letter-spacing: 0.05em;
  }

  .lg\:last\:tracking-widest:last-child {
    letter-spacing: 0.1em;
  }

  .lg\:odd\:tracking-tighter:nth-child(odd) {
    letter-spacing: -0.05em;
  }

  .lg\:odd\:tracking-tight:nth-child(odd) {
    letter-spacing: -0.025em;
  }

  .lg\:odd\:tracking-normal:nth-child(odd) {
    letter-spacing: 0;
  }

  .lg\:odd\:tracking-wide:nth-child(odd) {
    letter-spacing: 0.025em;
  }

  .lg\:odd\:tracking-wider:nth-child(odd) {
    letter-spacing: 0.05em;
  }

  .lg\:odd\:tracking-widest:nth-child(odd) {
    letter-spacing: 0.1em;
  }

  .lg\:even\:tracking-tighter:nth-child(even) {
    letter-spacing: -0.05em;
  }

  .lg\:even\:tracking-tight:nth-child(even) {
    letter-spacing: -0.025em;
  }

  .lg\:even\:tracking-normal:nth-child(even) {
    letter-spacing: 0;
  }

  .lg\:even\:tracking-wide:nth-child(even) {
    letter-spacing: 0.025em;
  }

  .lg\:even\:tracking-wider:nth-child(even) {
    letter-spacing: 0.05em;
  }

  .lg\:even\:tracking-widest:nth-child(even) {
    letter-spacing: 0.1em;
  }

  .lg\:hover\:tracking-tighter:hover {
    letter-spacing: -0.05em;
  }

  .lg\:hover\:tracking-tight:hover {
    letter-spacing: -0.025em;
  }

  .lg\:hover\:tracking-normal:hover {
    letter-spacing: 0;
  }

  .lg\:hover\:tracking-wide:hover {
    letter-spacing: 0.025em;
  }

  .lg\:hover\:tracking-wider:hover {
    letter-spacing: 0.05em;
  }

  .lg\:hover\:tracking-widest:hover {
    letter-spacing: 0.1em;
  }

  .lg\:focus\:tracking-tighter:focus {
    letter-spacing: -0.05em;
  }

  .lg\:focus\:tracking-tight:focus {
    letter-spacing: -0.025em;
  }

  .lg\:focus\:tracking-normal:focus {
    letter-spacing: 0;
  }

  .lg\:focus\:tracking-wide:focus {
    letter-spacing: 0.025em;
  }

  .lg\:focus\:tracking-wider:focus {
    letter-spacing: 0.05em;
  }

  .lg\:focus\:tracking-widest:focus {
    letter-spacing: 0.1em;
  }

  .lg\:active\:tracking-tighter:active {
    letter-spacing: -0.05em;
  }

  .lg\:active\:tracking-tight:active {
    letter-spacing: -0.025em;
  }

  .lg\:active\:tracking-normal:active {
    letter-spacing: 0;
  }

  .lg\:active\:tracking-wide:active {
    letter-spacing: 0.025em;
  }

  .lg\:active\:tracking-wider:active {
    letter-spacing: 0.05em;
  }

  .lg\:active\:tracking-widest:active {
    letter-spacing: 0.1em;
  }

  .lg\:visited\:tracking-tighter:visited {
    letter-spacing: -0.05em;
  }

  .lg\:visited\:tracking-tight:visited {
    letter-spacing: -0.025em;
  }

  .lg\:visited\:tracking-normal:visited {
    letter-spacing: 0;
  }

  .lg\:visited\:tracking-wide:visited {
    letter-spacing: 0.025em;
  }

  .lg\:visited\:tracking-wider:visited {
    letter-spacing: 0.05em;
  }

  .lg\:visited\:tracking-widest:visited {
    letter-spacing: 0.1em;
  }

  .lg\:disabled\:tracking-tighter:disabled {
    letter-spacing: -0.05em;
  }

  .lg\:disabled\:tracking-tight:disabled {
    letter-spacing: -0.025em;
  }

  .lg\:disabled\:tracking-normal:disabled {
    letter-spacing: 0;
  }

  .lg\:disabled\:tracking-wide:disabled {
    letter-spacing: 0.025em;
  }

  .lg\:disabled\:tracking-wider:disabled {
    letter-spacing: 0.05em;
  }

  .lg\:disabled\:tracking-widest:disabled {
    letter-spacing: 0.1em;
  }

  .lg\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .lg\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .lg\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .lg\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .group:hover .lg\:group-hover\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .group:hover .lg\:group-hover\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .group:hover .lg\:group-hover\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .group:hover .lg\:group-hover\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .lg\:focus-within\:select-none:focus-within {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .lg\:focus-within\:select-text:focus-within {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .lg\:focus-within\:select-all:focus-within {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .lg\:focus-within\:select-auto:focus-within {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .lg\:first\:select-none:first-child {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .lg\:first\:select-text:first-child {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .lg\:first\:select-all:first-child {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .lg\:first\:select-auto:first-child {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .lg\:last\:select-none:last-child {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .lg\:last\:select-text:last-child {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .lg\:last\:select-all:last-child {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .lg\:last\:select-auto:last-child {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .lg\:odd\:select-none:nth-child(odd) {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .lg\:odd\:select-text:nth-child(odd) {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .lg\:odd\:select-all:nth-child(odd) {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .lg\:odd\:select-auto:nth-child(odd) {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .lg\:even\:select-none:nth-child(even) {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .lg\:even\:select-text:nth-child(even) {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .lg\:even\:select-all:nth-child(even) {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .lg\:even\:select-auto:nth-child(even) {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .lg\:hover\:select-none:hover {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .lg\:hover\:select-text:hover {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .lg\:hover\:select-all:hover {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .lg\:hover\:select-auto:hover {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .lg\:focus\:select-none:focus {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .lg\:focus\:select-text:focus {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .lg\:focus\:select-all:focus {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .lg\:focus\:select-auto:focus {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .lg\:active\:select-none:active {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .lg\:active\:select-text:active {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .lg\:active\:select-all:active {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .lg\:active\:select-auto:active {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .lg\:visited\:select-none:visited {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .lg\:visited\:select-text:visited {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .lg\:visited\:select-all:visited {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .lg\:visited\:select-auto:visited {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .lg\:disabled\:select-none:disabled {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .lg\:disabled\:select-text:disabled {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .lg\:disabled\:select-all:disabled {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .lg\:disabled\:select-auto:disabled {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .lg\:align-baseline {
    vertical-align: baseline;
  }

  .lg\:align-top {
    vertical-align: top;
  }

  .lg\:align-middle {
    vertical-align: middle;
  }

  .lg\:align-bottom {
    vertical-align: bottom;
  }

  .lg\:align-text-top {
    vertical-align: text-top;
  }

  .lg\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .group:hover .lg\:group-hover\:align-baseline {
    vertical-align: baseline;
  }

  .group:hover .lg\:group-hover\:align-top {
    vertical-align: top;
  }

  .group:hover .lg\:group-hover\:align-middle {
    vertical-align: middle;
  }

  .group:hover .lg\:group-hover\:align-bottom {
    vertical-align: bottom;
  }

  .group:hover .lg\:group-hover\:align-text-top {
    vertical-align: text-top;
  }

  .group:hover .lg\:group-hover\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .lg\:focus-within\:align-baseline:focus-within {
    vertical-align: baseline;
  }

  .lg\:focus-within\:align-top:focus-within {
    vertical-align: top;
  }

  .lg\:focus-within\:align-middle:focus-within {
    vertical-align: middle;
  }

  .lg\:focus-within\:align-bottom:focus-within {
    vertical-align: bottom;
  }

  .lg\:focus-within\:align-text-top:focus-within {
    vertical-align: text-top;
  }

  .lg\:focus-within\:align-text-bottom:focus-within {
    vertical-align: text-bottom;
  }

  .lg\:first\:align-baseline:first-child {
    vertical-align: baseline;
  }

  .lg\:first\:align-top:first-child {
    vertical-align: top;
  }

  .lg\:first\:align-middle:first-child {
    vertical-align: middle;
  }

  .lg\:first\:align-bottom:first-child {
    vertical-align: bottom;
  }

  .lg\:first\:align-text-top:first-child {
    vertical-align: text-top;
  }

  .lg\:first\:align-text-bottom:first-child {
    vertical-align: text-bottom;
  }

  .lg\:last\:align-baseline:last-child {
    vertical-align: baseline;
  }

  .lg\:last\:align-top:last-child {
    vertical-align: top;
  }

  .lg\:last\:align-middle:last-child {
    vertical-align: middle;
  }

  .lg\:last\:align-bottom:last-child {
    vertical-align: bottom;
  }

  .lg\:last\:align-text-top:last-child {
    vertical-align: text-top;
  }

  .lg\:last\:align-text-bottom:last-child {
    vertical-align: text-bottom;
  }

  .lg\:odd\:align-baseline:nth-child(odd) {
    vertical-align: baseline;
  }

  .lg\:odd\:align-top:nth-child(odd) {
    vertical-align: top;
  }

  .lg\:odd\:align-middle:nth-child(odd) {
    vertical-align: middle;
  }

  .lg\:odd\:align-bottom:nth-child(odd) {
    vertical-align: bottom;
  }

  .lg\:odd\:align-text-top:nth-child(odd) {
    vertical-align: text-top;
  }

  .lg\:odd\:align-text-bottom:nth-child(odd) {
    vertical-align: text-bottom;
  }

  .lg\:even\:align-baseline:nth-child(even) {
    vertical-align: baseline;
  }

  .lg\:even\:align-top:nth-child(even) {
    vertical-align: top;
  }

  .lg\:even\:align-middle:nth-child(even) {
    vertical-align: middle;
  }

  .lg\:even\:align-bottom:nth-child(even) {
    vertical-align: bottom;
  }

  .lg\:even\:align-text-top:nth-child(even) {
    vertical-align: text-top;
  }

  .lg\:even\:align-text-bottom:nth-child(even) {
    vertical-align: text-bottom;
  }

  .lg\:hover\:align-baseline:hover {
    vertical-align: baseline;
  }

  .lg\:hover\:align-top:hover {
    vertical-align: top;
  }

  .lg\:hover\:align-middle:hover {
    vertical-align: middle;
  }

  .lg\:hover\:align-bottom:hover {
    vertical-align: bottom;
  }

  .lg\:hover\:align-text-top:hover {
    vertical-align: text-top;
  }

  .lg\:hover\:align-text-bottom:hover {
    vertical-align: text-bottom;
  }

  .lg\:focus\:align-baseline:focus {
    vertical-align: baseline;
  }

  .lg\:focus\:align-top:focus {
    vertical-align: top;
  }

  .lg\:focus\:align-middle:focus {
    vertical-align: middle;
  }

  .lg\:focus\:align-bottom:focus {
    vertical-align: bottom;
  }

  .lg\:focus\:align-text-top:focus {
    vertical-align: text-top;
  }

  .lg\:focus\:align-text-bottom:focus {
    vertical-align: text-bottom;
  }

  .lg\:active\:align-baseline:active {
    vertical-align: baseline;
  }

  .lg\:active\:align-top:active {
    vertical-align: top;
  }

  .lg\:active\:align-middle:active {
    vertical-align: middle;
  }

  .lg\:active\:align-bottom:active {
    vertical-align: bottom;
  }

  .lg\:active\:align-text-top:active {
    vertical-align: text-top;
  }

  .lg\:active\:align-text-bottom:active {
    vertical-align: text-bottom;
  }

  .lg\:visited\:align-baseline:visited {
    vertical-align: baseline;
  }

  .lg\:visited\:align-top:visited {
    vertical-align: top;
  }

  .lg\:visited\:align-middle:visited {
    vertical-align: middle;
  }

  .lg\:visited\:align-bottom:visited {
    vertical-align: bottom;
  }

  .lg\:visited\:align-text-top:visited {
    vertical-align: text-top;
  }

  .lg\:visited\:align-text-bottom:visited {
    vertical-align: text-bottom;
  }

  .lg\:disabled\:align-baseline:disabled {
    vertical-align: baseline;
  }

  .lg\:disabled\:align-top:disabled {
    vertical-align: top;
  }

  .lg\:disabled\:align-middle:disabled {
    vertical-align: middle;
  }

  .lg\:disabled\:align-bottom:disabled {
    vertical-align: bottom;
  }

  .lg\:disabled\:align-text-top:disabled {
    vertical-align: text-top;
  }

  .lg\:disabled\:align-text-bottom:disabled {
    vertical-align: text-bottom;
  }

  .lg\:visible {
    visibility: visible;
  }

  .lg\:invisible {
    visibility: hidden;
  }

  .group:hover .lg\:group-hover\:visible {
    visibility: visible;
  }

  .group:hover .lg\:group-hover\:invisible {
    visibility: hidden;
  }

  .lg\:focus-within\:visible:focus-within {
    visibility: visible;
  }

  .lg\:focus-within\:invisible:focus-within {
    visibility: hidden;
  }

  .lg\:first\:visible:first-child {
    visibility: visible;
  }

  .lg\:first\:invisible:first-child {
    visibility: hidden;
  }

  .lg\:last\:visible:last-child {
    visibility: visible;
  }

  .lg\:last\:invisible:last-child {
    visibility: hidden;
  }

  .lg\:odd\:visible:nth-child(odd) {
    visibility: visible;
  }

  .lg\:odd\:invisible:nth-child(odd) {
    visibility: hidden;
  }

  .lg\:even\:visible:nth-child(even) {
    visibility: visible;
  }

  .lg\:even\:invisible:nth-child(even) {
    visibility: hidden;
  }

  .lg\:hover\:visible:hover {
    visibility: visible;
  }

  .lg\:hover\:invisible:hover {
    visibility: hidden;
  }

  .lg\:focus\:visible:focus {
    visibility: visible;
  }

  .lg\:focus\:invisible:focus {
    visibility: hidden;
  }

  .lg\:active\:visible:active {
    visibility: visible;
  }

  .lg\:active\:invisible:active {
    visibility: hidden;
  }

  .lg\:visited\:visible:visited {
    visibility: visible;
  }

  .lg\:visited\:invisible:visited {
    visibility: hidden;
  }

  .lg\:disabled\:visible:disabled {
    visibility: visible;
  }

  .lg\:disabled\:invisible:disabled {
    visibility: hidden;
  }

  .lg\:whitespace-normal {
    white-space: normal;
  }

  .lg\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .lg\:whitespace-pre {
    white-space: pre;
  }

  .lg\:whitespace-pre-line {
    white-space: pre-line;
  }

  .lg\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .group:hover .lg\:group-hover\:whitespace-normal {
    white-space: normal;
  }

  .group:hover .lg\:group-hover\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .group:hover .lg\:group-hover\:whitespace-pre {
    white-space: pre;
  }

  .group:hover .lg\:group-hover\:whitespace-pre-line {
    white-space: pre-line;
  }

  .group:hover .lg\:group-hover\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .lg\:focus-within\:whitespace-normal:focus-within {
    white-space: normal;
  }

  .lg\:focus-within\:whitespace-no-wrap:focus-within {
    white-space: nowrap;
  }

  .lg\:focus-within\:whitespace-pre:focus-within {
    white-space: pre;
  }

  .lg\:focus-within\:whitespace-pre-line:focus-within {
    white-space: pre-line;
  }

  .lg\:focus-within\:whitespace-pre-wrap:focus-within {
    white-space: pre-wrap;
  }

  .lg\:first\:whitespace-normal:first-child {
    white-space: normal;
  }

  .lg\:first\:whitespace-no-wrap:first-child {
    white-space: nowrap;
  }

  .lg\:first\:whitespace-pre:first-child {
    white-space: pre;
  }

  .lg\:first\:whitespace-pre-line:first-child {
    white-space: pre-line;
  }

  .lg\:first\:whitespace-pre-wrap:first-child {
    white-space: pre-wrap;
  }

  .lg\:last\:whitespace-normal:last-child {
    white-space: normal;
  }

  .lg\:last\:whitespace-no-wrap:last-child {
    white-space: nowrap;
  }

  .lg\:last\:whitespace-pre:last-child {
    white-space: pre;
  }

  .lg\:last\:whitespace-pre-line:last-child {
    white-space: pre-line;
  }

  .lg\:last\:whitespace-pre-wrap:last-child {
    white-space: pre-wrap;
  }

  .lg\:odd\:whitespace-normal:nth-child(odd) {
    white-space: normal;
  }

  .lg\:odd\:whitespace-no-wrap:nth-child(odd) {
    white-space: nowrap;
  }

  .lg\:odd\:whitespace-pre:nth-child(odd) {
    white-space: pre;
  }

  .lg\:odd\:whitespace-pre-line:nth-child(odd) {
    white-space: pre-line;
  }

  .lg\:odd\:whitespace-pre-wrap:nth-child(odd) {
    white-space: pre-wrap;
  }

  .lg\:even\:whitespace-normal:nth-child(even) {
    white-space: normal;
  }

  .lg\:even\:whitespace-no-wrap:nth-child(even) {
    white-space: nowrap;
  }

  .lg\:even\:whitespace-pre:nth-child(even) {
    white-space: pre;
  }

  .lg\:even\:whitespace-pre-line:nth-child(even) {
    white-space: pre-line;
  }

  .lg\:even\:whitespace-pre-wrap:nth-child(even) {
    white-space: pre-wrap;
  }

  .lg\:hover\:whitespace-normal:hover {
    white-space: normal;
  }

  .lg\:hover\:whitespace-no-wrap:hover {
    white-space: nowrap;
  }

  .lg\:hover\:whitespace-pre:hover {
    white-space: pre;
  }

  .lg\:hover\:whitespace-pre-line:hover {
    white-space: pre-line;
  }

  .lg\:hover\:whitespace-pre-wrap:hover {
    white-space: pre-wrap;
  }

  .lg\:focus\:whitespace-normal:focus {
    white-space: normal;
  }

  .lg\:focus\:whitespace-no-wrap:focus {
    white-space: nowrap;
  }

  .lg\:focus\:whitespace-pre:focus {
    white-space: pre;
  }

  .lg\:focus\:whitespace-pre-line:focus {
    white-space: pre-line;
  }

  .lg\:focus\:whitespace-pre-wrap:focus {
    white-space: pre-wrap;
  }

  .lg\:active\:whitespace-normal:active {
    white-space: normal;
  }

  .lg\:active\:whitespace-no-wrap:active {
    white-space: nowrap;
  }

  .lg\:active\:whitespace-pre:active {
    white-space: pre;
  }

  .lg\:active\:whitespace-pre-line:active {
    white-space: pre-line;
  }

  .lg\:active\:whitespace-pre-wrap:active {
    white-space: pre-wrap;
  }

  .lg\:visited\:whitespace-normal:visited {
    white-space: normal;
  }

  .lg\:visited\:whitespace-no-wrap:visited {
    white-space: nowrap;
  }

  .lg\:visited\:whitespace-pre:visited {
    white-space: pre;
  }

  .lg\:visited\:whitespace-pre-line:visited {
    white-space: pre-line;
  }

  .lg\:visited\:whitespace-pre-wrap:visited {
    white-space: pre-wrap;
  }

  .lg\:disabled\:whitespace-normal:disabled {
    white-space: normal;
  }

  .lg\:disabled\:whitespace-no-wrap:disabled {
    white-space: nowrap;
  }

  .lg\:disabled\:whitespace-pre:disabled {
    white-space: pre;
  }

  .lg\:disabled\:whitespace-pre-line:disabled {
    white-space: pre-line;
  }

  .lg\:disabled\:whitespace-pre-wrap:disabled {
    white-space: pre-wrap;
  }

  .lg\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .lg\:break-words {
    overflow-wrap: break-word;
  }

  .lg\:break-all {
    word-break: break-all;
  }

  .lg\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .group:hover .lg\:group-hover\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .group:hover .lg\:group-hover\:break-words {
    overflow-wrap: break-word;
  }

  .group:hover .lg\:group-hover\:break-all {
    word-break: break-all;
  }

  .group:hover .lg\:group-hover\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lg\:focus-within\:break-normal:focus-within {
    overflow-wrap: normal;
    word-break: normal;
  }

  .lg\:focus-within\:break-words:focus-within {
    overflow-wrap: break-word;
  }

  .lg\:focus-within\:break-all:focus-within {
    word-break: break-all;
  }

  .lg\:focus-within\:truncate:focus-within {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lg\:first\:break-normal:first-child {
    overflow-wrap: normal;
    word-break: normal;
  }

  .lg\:first\:break-words:first-child {
    overflow-wrap: break-word;
  }

  .lg\:first\:break-all:first-child {
    word-break: break-all;
  }

  .lg\:first\:truncate:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lg\:last\:break-normal:last-child {
    overflow-wrap: normal;
    word-break: normal;
  }

  .lg\:last\:break-words:last-child {
    overflow-wrap: break-word;
  }

  .lg\:last\:break-all:last-child {
    word-break: break-all;
  }

  .lg\:last\:truncate:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lg\:odd\:break-normal:nth-child(odd) {
    overflow-wrap: normal;
    word-break: normal;
  }

  .lg\:odd\:break-words:nth-child(odd) {
    overflow-wrap: break-word;
  }

  .lg\:odd\:break-all:nth-child(odd) {
    word-break: break-all;
  }

  .lg\:odd\:truncate:nth-child(odd) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lg\:even\:break-normal:nth-child(even) {
    overflow-wrap: normal;
    word-break: normal;
  }

  .lg\:even\:break-words:nth-child(even) {
    overflow-wrap: break-word;
  }

  .lg\:even\:break-all:nth-child(even) {
    word-break: break-all;
  }

  .lg\:even\:truncate:nth-child(even) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lg\:hover\:break-normal:hover {
    overflow-wrap: normal;
    word-break: normal;
  }

  .lg\:hover\:break-words:hover {
    overflow-wrap: break-word;
  }

  .lg\:hover\:break-all:hover {
    word-break: break-all;
  }

  .lg\:hover\:truncate:hover {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lg\:focus\:break-normal:focus {
    overflow-wrap: normal;
    word-break: normal;
  }

  .lg\:focus\:break-words:focus {
    overflow-wrap: break-word;
  }

  .lg\:focus\:break-all:focus {
    word-break: break-all;
  }

  .lg\:focus\:truncate:focus {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lg\:active\:break-normal:active {
    overflow-wrap: normal;
    word-break: normal;
  }

  .lg\:active\:break-words:active {
    overflow-wrap: break-word;
  }

  .lg\:active\:break-all:active {
    word-break: break-all;
  }

  .lg\:active\:truncate:active {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lg\:visited\:break-normal:visited {
    overflow-wrap: normal;
    word-break: normal;
  }

  .lg\:visited\:break-words:visited {
    overflow-wrap: break-word;
  }

  .lg\:visited\:break-all:visited {
    word-break: break-all;
  }

  .lg\:visited\:truncate:visited {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lg\:disabled\:break-normal:disabled {
    overflow-wrap: normal;
    word-break: normal;
  }

  .lg\:disabled\:break-words:disabled {
    overflow-wrap: break-word;
  }

  .lg\:disabled\:break-all:disabled {
    word-break: break-all;
  }

  .lg\:disabled\:truncate:disabled {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lg\:w-0 {
    width: 0;
  }

  .lg\:w-1 {
    width: 0.25rem;
  }

  .lg\:w-2 {
    width: 0.5rem;
  }

  .lg\:w-3 {
    width: 0.75rem;
  }

  .lg\:w-4 {
    width: 1rem;
  }

  .lg\:w-5 {
    width: 1.25rem;
  }

  .lg\:w-6 {
    width: 1.5rem;
  }

  .lg\:w-8 {
    width: 2rem;
  }

  .lg\:w-10 {
    width: 2.5rem;
  }

  .lg\:w-12 {
    width: 3rem;
  }

  .lg\:w-16 {
    width: 4rem;
  }

  .lg\:w-20 {
    width: 5rem;
  }

  .lg\:w-24 {
    width: 6rem;
  }

  .lg\:w-32 {
    width: 8rem;
  }

  .lg\:w-40 {
    width: 10rem;
  }

  .lg\:w-48 {
    width: 12rem;
  }

  .lg\:w-56 {
    width: 14rem;
  }

  .lg\:w-64 {
    width: 16rem;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-px {
    width: 1px;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-2\/4 {
    width: 50%;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-1\/5 {
    width: 20%;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-4\/5 {
    width: 80%;
  }

  .lg\:w-1\/6 {
    width: 16.666667%;
  }

  .lg\:w-2\/6 {
    width: 33.333333%;
  }

  .lg\:w-3\/6 {
    width: 50%;
  }

  .lg\:w-4\/6 {
    width: 66.666667%;
  }

  .lg\:w-5\/6 {
    width: 83.333333%;
  }

  .lg\:w-1\/12 {
    width: 8.333333%;
  }

  .lg\:w-2\/12 {
    width: 16.666667%;
  }

  .lg\:w-3\/12 {
    width: 25%;
  }

  .lg\:w-4\/12 {
    width: 33.333333%;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-6\/12 {
    width: 50%;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

  .lg\:w-8\/12 {
    width: 66.666667%;
  }

  .lg\:w-9\/12 {
    width: 75%;
  }

  .lg\:w-10\/12 {
    width: 83.333333%;
  }

  .lg\:w-11\/12 {
    width: 91.666667%;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:w-screen {
    width: 100vw;
  }

  .group:hover .lg\:group-hover\:w-0 {
    width: 0;
  }

  .group:hover .lg\:group-hover\:w-1 {
    width: 0.25rem;
  }

  .group:hover .lg\:group-hover\:w-2 {
    width: 0.5rem;
  }

  .group:hover .lg\:group-hover\:w-3 {
    width: 0.75rem;
  }

  .group:hover .lg\:group-hover\:w-4 {
    width: 1rem;
  }

  .group:hover .lg\:group-hover\:w-5 {
    width: 1.25rem;
  }

  .group:hover .lg\:group-hover\:w-6 {
    width: 1.5rem;
  }

  .group:hover .lg\:group-hover\:w-8 {
    width: 2rem;
  }

  .group:hover .lg\:group-hover\:w-10 {
    width: 2.5rem;
  }

  .group:hover .lg\:group-hover\:w-12 {
    width: 3rem;
  }

  .group:hover .lg\:group-hover\:w-16 {
    width: 4rem;
  }

  .group:hover .lg\:group-hover\:w-20 {
    width: 5rem;
  }

  .group:hover .lg\:group-hover\:w-24 {
    width: 6rem;
  }

  .group:hover .lg\:group-hover\:w-32 {
    width: 8rem;
  }

  .group:hover .lg\:group-hover\:w-40 {
    width: 10rem;
  }

  .group:hover .lg\:group-hover\:w-48 {
    width: 12rem;
  }

  .group:hover .lg\:group-hover\:w-56 {
    width: 14rem;
  }

  .group:hover .lg\:group-hover\:w-64 {
    width: 16rem;
  }

  .group:hover .lg\:group-hover\:w-auto {
    width: auto;
  }

  .group:hover .lg\:group-hover\:w-px {
    width: 1px;
  }

  .group:hover .lg\:group-hover\:w-1\/2 {
    width: 50%;
  }

  .group:hover .lg\:group-hover\:w-1\/3 {
    width: 33.333333%;
  }

  .group:hover .lg\:group-hover\:w-2\/3 {
    width: 66.666667%;
  }

  .group:hover .lg\:group-hover\:w-1\/4 {
    width: 25%;
  }

  .group:hover .lg\:group-hover\:w-2\/4 {
    width: 50%;
  }

  .group:hover .lg\:group-hover\:w-3\/4 {
    width: 75%;
  }

  .group:hover .lg\:group-hover\:w-1\/5 {
    width: 20%;
  }

  .group:hover .lg\:group-hover\:w-2\/5 {
    width: 40%;
  }

  .group:hover .lg\:group-hover\:w-3\/5 {
    width: 60%;
  }

  .group:hover .lg\:group-hover\:w-4\/5 {
    width: 80%;
  }

  .group:hover .lg\:group-hover\:w-1\/6 {
    width: 16.666667%;
  }

  .group:hover .lg\:group-hover\:w-2\/6 {
    width: 33.333333%;
  }

  .group:hover .lg\:group-hover\:w-3\/6 {
    width: 50%;
  }

  .group:hover .lg\:group-hover\:w-4\/6 {
    width: 66.666667%;
  }

  .group:hover .lg\:group-hover\:w-5\/6 {
    width: 83.333333%;
  }

  .group:hover .lg\:group-hover\:w-1\/12 {
    width: 8.333333%;
  }

  .group:hover .lg\:group-hover\:w-2\/12 {
    width: 16.666667%;
  }

  .group:hover .lg\:group-hover\:w-3\/12 {
    width: 25%;
  }

  .group:hover .lg\:group-hover\:w-4\/12 {
    width: 33.333333%;
  }

  .group:hover .lg\:group-hover\:w-5\/12 {
    width: 41.666667%;
  }

  .group:hover .lg\:group-hover\:w-6\/12 {
    width: 50%;
  }

  .group:hover .lg\:group-hover\:w-7\/12 {
    width: 58.333333%;
  }

  .group:hover .lg\:group-hover\:w-8\/12 {
    width: 66.666667%;
  }

  .group:hover .lg\:group-hover\:w-9\/12 {
    width: 75%;
  }

  .group:hover .lg\:group-hover\:w-10\/12 {
    width: 83.333333%;
  }

  .group:hover .lg\:group-hover\:w-11\/12 {
    width: 91.666667%;
  }

  .group:hover .lg\:group-hover\:w-full {
    width: 100%;
  }

  .group:hover .lg\:group-hover\:w-screen {
    width: 100vw;
  }

  .lg\:focus-within\:w-0:focus-within {
    width: 0;
  }

  .lg\:focus-within\:w-1:focus-within {
    width: 0.25rem;
  }

  .lg\:focus-within\:w-2:focus-within {
    width: 0.5rem;
  }

  .lg\:focus-within\:w-3:focus-within {
    width: 0.75rem;
  }

  .lg\:focus-within\:w-4:focus-within {
    width: 1rem;
  }

  .lg\:focus-within\:w-5:focus-within {
    width: 1.25rem;
  }

  .lg\:focus-within\:w-6:focus-within {
    width: 1.5rem;
  }

  .lg\:focus-within\:w-8:focus-within {
    width: 2rem;
  }

  .lg\:focus-within\:w-10:focus-within {
    width: 2.5rem;
  }

  .lg\:focus-within\:w-12:focus-within {
    width: 3rem;
  }

  .lg\:focus-within\:w-16:focus-within {
    width: 4rem;
  }

  .lg\:focus-within\:w-20:focus-within {
    width: 5rem;
  }

  .lg\:focus-within\:w-24:focus-within {
    width: 6rem;
  }

  .lg\:focus-within\:w-32:focus-within {
    width: 8rem;
  }

  .lg\:focus-within\:w-40:focus-within {
    width: 10rem;
  }

  .lg\:focus-within\:w-48:focus-within {
    width: 12rem;
  }

  .lg\:focus-within\:w-56:focus-within {
    width: 14rem;
  }

  .lg\:focus-within\:w-64:focus-within {
    width: 16rem;
  }

  .lg\:focus-within\:w-auto:focus-within {
    width: auto;
  }

  .lg\:focus-within\:w-px:focus-within {
    width: 1px;
  }

  .lg\:focus-within\:w-1\/2:focus-within {
    width: 50%;
  }

  .lg\:focus-within\:w-1\/3:focus-within {
    width: 33.333333%;
  }

  .lg\:focus-within\:w-2\/3:focus-within {
    width: 66.666667%;
  }

  .lg\:focus-within\:w-1\/4:focus-within {
    width: 25%;
  }

  .lg\:focus-within\:w-2\/4:focus-within {
    width: 50%;
  }

  .lg\:focus-within\:w-3\/4:focus-within {
    width: 75%;
  }

  .lg\:focus-within\:w-1\/5:focus-within {
    width: 20%;
  }

  .lg\:focus-within\:w-2\/5:focus-within {
    width: 40%;
  }

  .lg\:focus-within\:w-3\/5:focus-within {
    width: 60%;
  }

  .lg\:focus-within\:w-4\/5:focus-within {
    width: 80%;
  }

  .lg\:focus-within\:w-1\/6:focus-within {
    width: 16.666667%;
  }

  .lg\:focus-within\:w-2\/6:focus-within {
    width: 33.333333%;
  }

  .lg\:focus-within\:w-3\/6:focus-within {
    width: 50%;
  }

  .lg\:focus-within\:w-4\/6:focus-within {
    width: 66.666667%;
  }

  .lg\:focus-within\:w-5\/6:focus-within {
    width: 83.333333%;
  }

  .lg\:focus-within\:w-1\/12:focus-within {
    width: 8.333333%;
  }

  .lg\:focus-within\:w-2\/12:focus-within {
    width: 16.666667%;
  }

  .lg\:focus-within\:w-3\/12:focus-within {
    width: 25%;
  }

  .lg\:focus-within\:w-4\/12:focus-within {
    width: 33.333333%;
  }

  .lg\:focus-within\:w-5\/12:focus-within {
    width: 41.666667%;
  }

  .lg\:focus-within\:w-6\/12:focus-within {
    width: 50%;
  }

  .lg\:focus-within\:w-7\/12:focus-within {
    width: 58.333333%;
  }

  .lg\:focus-within\:w-8\/12:focus-within {
    width: 66.666667%;
  }

  .lg\:focus-within\:w-9\/12:focus-within {
    width: 75%;
  }

  .lg\:focus-within\:w-10\/12:focus-within {
    width: 83.333333%;
  }

  .lg\:focus-within\:w-11\/12:focus-within {
    width: 91.666667%;
  }

  .lg\:focus-within\:w-full:focus-within {
    width: 100%;
  }

  .lg\:focus-within\:w-screen:focus-within {
    width: 100vw;
  }

  .lg\:first\:w-0:first-child {
    width: 0;
  }

  .lg\:first\:w-1:first-child {
    width: 0.25rem;
  }

  .lg\:first\:w-2:first-child {
    width: 0.5rem;
  }

  .lg\:first\:w-3:first-child {
    width: 0.75rem;
  }

  .lg\:first\:w-4:first-child {
    width: 1rem;
  }

  .lg\:first\:w-5:first-child {
    width: 1.25rem;
  }

  .lg\:first\:w-6:first-child {
    width: 1.5rem;
  }

  .lg\:first\:w-8:first-child {
    width: 2rem;
  }

  .lg\:first\:w-10:first-child {
    width: 2.5rem;
  }

  .lg\:first\:w-12:first-child {
    width: 3rem;
  }

  .lg\:first\:w-16:first-child {
    width: 4rem;
  }

  .lg\:first\:w-20:first-child {
    width: 5rem;
  }

  .lg\:first\:w-24:first-child {
    width: 6rem;
  }

  .lg\:first\:w-32:first-child {
    width: 8rem;
  }

  .lg\:first\:w-40:first-child {
    width: 10rem;
  }

  .lg\:first\:w-48:first-child {
    width: 12rem;
  }

  .lg\:first\:w-56:first-child {
    width: 14rem;
  }

  .lg\:first\:w-64:first-child {
    width: 16rem;
  }

  .lg\:first\:w-auto:first-child {
    width: auto;
  }

  .lg\:first\:w-px:first-child {
    width: 1px;
  }

  .lg\:first\:w-1\/2:first-child {
    width: 50%;
  }

  .lg\:first\:w-1\/3:first-child {
    width: 33.333333%;
  }

  .lg\:first\:w-2\/3:first-child {
    width: 66.666667%;
  }

  .lg\:first\:w-1\/4:first-child {
    width: 25%;
  }

  .lg\:first\:w-2\/4:first-child {
    width: 50%;
  }

  .lg\:first\:w-3\/4:first-child {
    width: 75%;
  }

  .lg\:first\:w-1\/5:first-child {
    width: 20%;
  }

  .lg\:first\:w-2\/5:first-child {
    width: 40%;
  }

  .lg\:first\:w-3\/5:first-child {
    width: 60%;
  }

  .lg\:first\:w-4\/5:first-child {
    width: 80%;
  }

  .lg\:first\:w-1\/6:first-child {
    width: 16.666667%;
  }

  .lg\:first\:w-2\/6:first-child {
    width: 33.333333%;
  }

  .lg\:first\:w-3\/6:first-child {
    width: 50%;
  }

  .lg\:first\:w-4\/6:first-child {
    width: 66.666667%;
  }

  .lg\:first\:w-5\/6:first-child {
    width: 83.333333%;
  }

  .lg\:first\:w-1\/12:first-child {
    width: 8.333333%;
  }

  .lg\:first\:w-2\/12:first-child {
    width: 16.666667%;
  }

  .lg\:first\:w-3\/12:first-child {
    width: 25%;
  }

  .lg\:first\:w-4\/12:first-child {
    width: 33.333333%;
  }

  .lg\:first\:w-5\/12:first-child {
    width: 41.666667%;
  }

  .lg\:first\:w-6\/12:first-child {
    width: 50%;
  }

  .lg\:first\:w-7\/12:first-child {
    width: 58.333333%;
  }

  .lg\:first\:w-8\/12:first-child {
    width: 66.666667%;
  }

  .lg\:first\:w-9\/12:first-child {
    width: 75%;
  }

  .lg\:first\:w-10\/12:first-child {
    width: 83.333333%;
  }

  .lg\:first\:w-11\/12:first-child {
    width: 91.666667%;
  }

  .lg\:first\:w-full:first-child {
    width: 100%;
  }

  .lg\:first\:w-screen:first-child {
    width: 100vw;
  }

  .lg\:last\:w-0:last-child {
    width: 0;
  }

  .lg\:last\:w-1:last-child {
    width: 0.25rem;
  }

  .lg\:last\:w-2:last-child {
    width: 0.5rem;
  }

  .lg\:last\:w-3:last-child {
    width: 0.75rem;
  }

  .lg\:last\:w-4:last-child {
    width: 1rem;
  }

  .lg\:last\:w-5:last-child {
    width: 1.25rem;
  }

  .lg\:last\:w-6:last-child {
    width: 1.5rem;
  }

  .lg\:last\:w-8:last-child {
    width: 2rem;
  }

  .lg\:last\:w-10:last-child {
    width: 2.5rem;
  }

  .lg\:last\:w-12:last-child {
    width: 3rem;
  }

  .lg\:last\:w-16:last-child {
    width: 4rem;
  }

  .lg\:last\:w-20:last-child {
    width: 5rem;
  }

  .lg\:last\:w-24:last-child {
    width: 6rem;
  }

  .lg\:last\:w-32:last-child {
    width: 8rem;
  }

  .lg\:last\:w-40:last-child {
    width: 10rem;
  }

  .lg\:last\:w-48:last-child {
    width: 12rem;
  }

  .lg\:last\:w-56:last-child {
    width: 14rem;
  }

  .lg\:last\:w-64:last-child {
    width: 16rem;
  }

  .lg\:last\:w-auto:last-child {
    width: auto;
  }

  .lg\:last\:w-px:last-child {
    width: 1px;
  }

  .lg\:last\:w-1\/2:last-child {
    width: 50%;
  }

  .lg\:last\:w-1\/3:last-child {
    width: 33.333333%;
  }

  .lg\:last\:w-2\/3:last-child {
    width: 66.666667%;
  }

  .lg\:last\:w-1\/4:last-child {
    width: 25%;
  }

  .lg\:last\:w-2\/4:last-child {
    width: 50%;
  }

  .lg\:last\:w-3\/4:last-child {
    width: 75%;
  }

  .lg\:last\:w-1\/5:last-child {
    width: 20%;
  }

  .lg\:last\:w-2\/5:last-child {
    width: 40%;
  }

  .lg\:last\:w-3\/5:last-child {
    width: 60%;
  }

  .lg\:last\:w-4\/5:last-child {
    width: 80%;
  }

  .lg\:last\:w-1\/6:last-child {
    width: 16.666667%;
  }

  .lg\:last\:w-2\/6:last-child {
    width: 33.333333%;
  }

  .lg\:last\:w-3\/6:last-child {
    width: 50%;
  }

  .lg\:last\:w-4\/6:last-child {
    width: 66.666667%;
  }

  .lg\:last\:w-5\/6:last-child {
    width: 83.333333%;
  }

  .lg\:last\:w-1\/12:last-child {
    width: 8.333333%;
  }

  .lg\:last\:w-2\/12:last-child {
    width: 16.666667%;
  }

  .lg\:last\:w-3\/12:last-child {
    width: 25%;
  }

  .lg\:last\:w-4\/12:last-child {
    width: 33.333333%;
  }

  .lg\:last\:w-5\/12:last-child {
    width: 41.666667%;
  }

  .lg\:last\:w-6\/12:last-child {
    width: 50%;
  }

  .lg\:last\:w-7\/12:last-child {
    width: 58.333333%;
  }

  .lg\:last\:w-8\/12:last-child {
    width: 66.666667%;
  }

  .lg\:last\:w-9\/12:last-child {
    width: 75%;
  }

  .lg\:last\:w-10\/12:last-child {
    width: 83.333333%;
  }

  .lg\:last\:w-11\/12:last-child {
    width: 91.666667%;
  }

  .lg\:last\:w-full:last-child {
    width: 100%;
  }

  .lg\:last\:w-screen:last-child {
    width: 100vw;
  }

  .lg\:odd\:w-0:nth-child(odd) {
    width: 0;
  }

  .lg\:odd\:w-1:nth-child(odd) {
    width: 0.25rem;
  }

  .lg\:odd\:w-2:nth-child(odd) {
    width: 0.5rem;
  }

  .lg\:odd\:w-3:nth-child(odd) {
    width: 0.75rem;
  }

  .lg\:odd\:w-4:nth-child(odd) {
    width: 1rem;
  }

  .lg\:odd\:w-5:nth-child(odd) {
    width: 1.25rem;
  }

  .lg\:odd\:w-6:nth-child(odd) {
    width: 1.5rem;
  }

  .lg\:odd\:w-8:nth-child(odd) {
    width: 2rem;
  }

  .lg\:odd\:w-10:nth-child(odd) {
    width: 2.5rem;
  }

  .lg\:odd\:w-12:nth-child(odd) {
    width: 3rem;
  }

  .lg\:odd\:w-16:nth-child(odd) {
    width: 4rem;
  }

  .lg\:odd\:w-20:nth-child(odd) {
    width: 5rem;
  }

  .lg\:odd\:w-24:nth-child(odd) {
    width: 6rem;
  }

  .lg\:odd\:w-32:nth-child(odd) {
    width: 8rem;
  }

  .lg\:odd\:w-40:nth-child(odd) {
    width: 10rem;
  }

  .lg\:odd\:w-48:nth-child(odd) {
    width: 12rem;
  }

  .lg\:odd\:w-56:nth-child(odd) {
    width: 14rem;
  }

  .lg\:odd\:w-64:nth-child(odd) {
    width: 16rem;
  }

  .lg\:odd\:w-auto:nth-child(odd) {
    width: auto;
  }

  .lg\:odd\:w-px:nth-child(odd) {
    width: 1px;
  }

  .lg\:odd\:w-1\/2:nth-child(odd) {
    width: 50%;
  }

  .lg\:odd\:w-1\/3:nth-child(odd) {
    width: 33.333333%;
  }

  .lg\:odd\:w-2\/3:nth-child(odd) {
    width: 66.666667%;
  }

  .lg\:odd\:w-1\/4:nth-child(odd) {
    width: 25%;
  }

  .lg\:odd\:w-2\/4:nth-child(odd) {
    width: 50%;
  }

  .lg\:odd\:w-3\/4:nth-child(odd) {
    width: 75%;
  }

  .lg\:odd\:w-1\/5:nth-child(odd) {
    width: 20%;
  }

  .lg\:odd\:w-2\/5:nth-child(odd) {
    width: 40%;
  }

  .lg\:odd\:w-3\/5:nth-child(odd) {
    width: 60%;
  }

  .lg\:odd\:w-4\/5:nth-child(odd) {
    width: 80%;
  }

  .lg\:odd\:w-1\/6:nth-child(odd) {
    width: 16.666667%;
  }

  .lg\:odd\:w-2\/6:nth-child(odd) {
    width: 33.333333%;
  }

  .lg\:odd\:w-3\/6:nth-child(odd) {
    width: 50%;
  }

  .lg\:odd\:w-4\/6:nth-child(odd) {
    width: 66.666667%;
  }

  .lg\:odd\:w-5\/6:nth-child(odd) {
    width: 83.333333%;
  }

  .lg\:odd\:w-1\/12:nth-child(odd) {
    width: 8.333333%;
  }

  .lg\:odd\:w-2\/12:nth-child(odd) {
    width: 16.666667%;
  }

  .lg\:odd\:w-3\/12:nth-child(odd) {
    width: 25%;
  }

  .lg\:odd\:w-4\/12:nth-child(odd) {
    width: 33.333333%;
  }

  .lg\:odd\:w-5\/12:nth-child(odd) {
    width: 41.666667%;
  }

  .lg\:odd\:w-6\/12:nth-child(odd) {
    width: 50%;
  }

  .lg\:odd\:w-7\/12:nth-child(odd) {
    width: 58.333333%;
  }

  .lg\:odd\:w-8\/12:nth-child(odd) {
    width: 66.666667%;
  }

  .lg\:odd\:w-9\/12:nth-child(odd) {
    width: 75%;
  }

  .lg\:odd\:w-10\/12:nth-child(odd) {
    width: 83.333333%;
  }

  .lg\:odd\:w-11\/12:nth-child(odd) {
    width: 91.666667%;
  }

  .lg\:odd\:w-full:nth-child(odd) {
    width: 100%;
  }

  .lg\:odd\:w-screen:nth-child(odd) {
    width: 100vw;
  }

  .lg\:even\:w-0:nth-child(even) {
    width: 0;
  }

  .lg\:even\:w-1:nth-child(even) {
    width: 0.25rem;
  }

  .lg\:even\:w-2:nth-child(even) {
    width: 0.5rem;
  }

  .lg\:even\:w-3:nth-child(even) {
    width: 0.75rem;
  }

  .lg\:even\:w-4:nth-child(even) {
    width: 1rem;
  }

  .lg\:even\:w-5:nth-child(even) {
    width: 1.25rem;
  }

  .lg\:even\:w-6:nth-child(even) {
    width: 1.5rem;
  }

  .lg\:even\:w-8:nth-child(even) {
    width: 2rem;
  }

  .lg\:even\:w-10:nth-child(even) {
    width: 2.5rem;
  }

  .lg\:even\:w-12:nth-child(even) {
    width: 3rem;
  }

  .lg\:even\:w-16:nth-child(even) {
    width: 4rem;
  }

  .lg\:even\:w-20:nth-child(even) {
    width: 5rem;
  }

  .lg\:even\:w-24:nth-child(even) {
    width: 6rem;
  }

  .lg\:even\:w-32:nth-child(even) {
    width: 8rem;
  }

  .lg\:even\:w-40:nth-child(even) {
    width: 10rem;
  }

  .lg\:even\:w-48:nth-child(even) {
    width: 12rem;
  }

  .lg\:even\:w-56:nth-child(even) {
    width: 14rem;
  }

  .lg\:even\:w-64:nth-child(even) {
    width: 16rem;
  }

  .lg\:even\:w-auto:nth-child(even) {
    width: auto;
  }

  .lg\:even\:w-px:nth-child(even) {
    width: 1px;
  }

  .lg\:even\:w-1\/2:nth-child(even) {
    width: 50%;
  }

  .lg\:even\:w-1\/3:nth-child(even) {
    width: 33.333333%;
  }

  .lg\:even\:w-2\/3:nth-child(even) {
    width: 66.666667%;
  }

  .lg\:even\:w-1\/4:nth-child(even) {
    width: 25%;
  }

  .lg\:even\:w-2\/4:nth-child(even) {
    width: 50%;
  }

  .lg\:even\:w-3\/4:nth-child(even) {
    width: 75%;
  }

  .lg\:even\:w-1\/5:nth-child(even) {
    width: 20%;
  }

  .lg\:even\:w-2\/5:nth-child(even) {
    width: 40%;
  }

  .lg\:even\:w-3\/5:nth-child(even) {
    width: 60%;
  }

  .lg\:even\:w-4\/5:nth-child(even) {
    width: 80%;
  }

  .lg\:even\:w-1\/6:nth-child(even) {
    width: 16.666667%;
  }

  .lg\:even\:w-2\/6:nth-child(even) {
    width: 33.333333%;
  }

  .lg\:even\:w-3\/6:nth-child(even) {
    width: 50%;
  }

  .lg\:even\:w-4\/6:nth-child(even) {
    width: 66.666667%;
  }

  .lg\:even\:w-5\/6:nth-child(even) {
    width: 83.333333%;
  }

  .lg\:even\:w-1\/12:nth-child(even) {
    width: 8.333333%;
  }

  .lg\:even\:w-2\/12:nth-child(even) {
    width: 16.666667%;
  }

  .lg\:even\:w-3\/12:nth-child(even) {
    width: 25%;
  }

  .lg\:even\:w-4\/12:nth-child(even) {
    width: 33.333333%;
  }

  .lg\:even\:w-5\/12:nth-child(even) {
    width: 41.666667%;
  }

  .lg\:even\:w-6\/12:nth-child(even) {
    width: 50%;
  }

  .lg\:even\:w-7\/12:nth-child(even) {
    width: 58.333333%;
  }

  .lg\:even\:w-8\/12:nth-child(even) {
    width: 66.666667%;
  }

  .lg\:even\:w-9\/12:nth-child(even) {
    width: 75%;
  }

  .lg\:even\:w-10\/12:nth-child(even) {
    width: 83.333333%;
  }

  .lg\:even\:w-11\/12:nth-child(even) {
    width: 91.666667%;
  }

  .lg\:even\:w-full:nth-child(even) {
    width: 100%;
  }

  .lg\:even\:w-screen:nth-child(even) {
    width: 100vw;
  }

  .lg\:hover\:w-0:hover {
    width: 0;
  }

  .lg\:hover\:w-1:hover {
    width: 0.25rem;
  }

  .lg\:hover\:w-2:hover {
    width: 0.5rem;
  }

  .lg\:hover\:w-3:hover {
    width: 0.75rem;
  }

  .lg\:hover\:w-4:hover {
    width: 1rem;
  }

  .lg\:hover\:w-5:hover {
    width: 1.25rem;
  }

  .lg\:hover\:w-6:hover {
    width: 1.5rem;
  }

  .lg\:hover\:w-8:hover {
    width: 2rem;
  }

  .lg\:hover\:w-10:hover {
    width: 2.5rem;
  }

  .lg\:hover\:w-12:hover {
    width: 3rem;
  }

  .lg\:hover\:w-16:hover {
    width: 4rem;
  }

  .lg\:hover\:w-20:hover {
    width: 5rem;
  }

  .lg\:hover\:w-24:hover {
    width: 6rem;
  }

  .lg\:hover\:w-32:hover {
    width: 8rem;
  }

  .lg\:hover\:w-40:hover {
    width: 10rem;
  }

  .lg\:hover\:w-48:hover {
    width: 12rem;
  }

  .lg\:hover\:w-56:hover {
    width: 14rem;
  }

  .lg\:hover\:w-64:hover {
    width: 16rem;
  }

  .lg\:hover\:w-auto:hover {
    width: auto;
  }

  .lg\:hover\:w-px:hover {
    width: 1px;
  }

  .lg\:hover\:w-1\/2:hover {
    width: 50%;
  }

  .lg\:hover\:w-1\/3:hover {
    width: 33.333333%;
  }

  .lg\:hover\:w-2\/3:hover {
    width: 66.666667%;
  }

  .lg\:hover\:w-1\/4:hover {
    width: 25%;
  }

  .lg\:hover\:w-2\/4:hover {
    width: 50%;
  }

  .lg\:hover\:w-3\/4:hover {
    width: 75%;
  }

  .lg\:hover\:w-1\/5:hover {
    width: 20%;
  }

  .lg\:hover\:w-2\/5:hover {
    width: 40%;
  }

  .lg\:hover\:w-3\/5:hover {
    width: 60%;
  }

  .lg\:hover\:w-4\/5:hover {
    width: 80%;
  }

  .lg\:hover\:w-1\/6:hover {
    width: 16.666667%;
  }

  .lg\:hover\:w-2\/6:hover {
    width: 33.333333%;
  }

  .lg\:hover\:w-3\/6:hover {
    width: 50%;
  }

  .lg\:hover\:w-4\/6:hover {
    width: 66.666667%;
  }

  .lg\:hover\:w-5\/6:hover {
    width: 83.333333%;
  }

  .lg\:hover\:w-1\/12:hover {
    width: 8.333333%;
  }

  .lg\:hover\:w-2\/12:hover {
    width: 16.666667%;
  }

  .lg\:hover\:w-3\/12:hover {
    width: 25%;
  }

  .lg\:hover\:w-4\/12:hover {
    width: 33.333333%;
  }

  .lg\:hover\:w-5\/12:hover {
    width: 41.666667%;
  }

  .lg\:hover\:w-6\/12:hover {
    width: 50%;
  }

  .lg\:hover\:w-7\/12:hover {
    width: 58.333333%;
  }

  .lg\:hover\:w-8\/12:hover {
    width: 66.666667%;
  }

  .lg\:hover\:w-9\/12:hover {
    width: 75%;
  }

  .lg\:hover\:w-10\/12:hover {
    width: 83.333333%;
  }

  .lg\:hover\:w-11\/12:hover {
    width: 91.666667%;
  }

  .lg\:hover\:w-full:hover {
    width: 100%;
  }

  .lg\:hover\:w-screen:hover {
    width: 100vw;
  }

  .lg\:focus\:w-0:focus {
    width: 0;
  }

  .lg\:focus\:w-1:focus {
    width: 0.25rem;
  }

  .lg\:focus\:w-2:focus {
    width: 0.5rem;
  }

  .lg\:focus\:w-3:focus {
    width: 0.75rem;
  }

  .lg\:focus\:w-4:focus {
    width: 1rem;
  }

  .lg\:focus\:w-5:focus {
    width: 1.25rem;
  }

  .lg\:focus\:w-6:focus {
    width: 1.5rem;
  }

  .lg\:focus\:w-8:focus {
    width: 2rem;
  }

  .lg\:focus\:w-10:focus {
    width: 2.5rem;
  }

  .lg\:focus\:w-12:focus {
    width: 3rem;
  }

  .lg\:focus\:w-16:focus {
    width: 4rem;
  }

  .lg\:focus\:w-20:focus {
    width: 5rem;
  }

  .lg\:focus\:w-24:focus {
    width: 6rem;
  }

  .lg\:focus\:w-32:focus {
    width: 8rem;
  }

  .lg\:focus\:w-40:focus {
    width: 10rem;
  }

  .lg\:focus\:w-48:focus {
    width: 12rem;
  }

  .lg\:focus\:w-56:focus {
    width: 14rem;
  }

  .lg\:focus\:w-64:focus {
    width: 16rem;
  }

  .lg\:focus\:w-auto:focus {
    width: auto;
  }

  .lg\:focus\:w-px:focus {
    width: 1px;
  }

  .lg\:focus\:w-1\/2:focus {
    width: 50%;
  }

  .lg\:focus\:w-1\/3:focus {
    width: 33.333333%;
  }

  .lg\:focus\:w-2\/3:focus {
    width: 66.666667%;
  }

  .lg\:focus\:w-1\/4:focus {
    width: 25%;
  }

  .lg\:focus\:w-2\/4:focus {
    width: 50%;
  }

  .lg\:focus\:w-3\/4:focus {
    width: 75%;
  }

  .lg\:focus\:w-1\/5:focus {
    width: 20%;
  }

  .lg\:focus\:w-2\/5:focus {
    width: 40%;
  }

  .lg\:focus\:w-3\/5:focus {
    width: 60%;
  }

  .lg\:focus\:w-4\/5:focus {
    width: 80%;
  }

  .lg\:focus\:w-1\/6:focus {
    width: 16.666667%;
  }

  .lg\:focus\:w-2\/6:focus {
    width: 33.333333%;
  }

  .lg\:focus\:w-3\/6:focus {
    width: 50%;
  }

  .lg\:focus\:w-4\/6:focus {
    width: 66.666667%;
  }

  .lg\:focus\:w-5\/6:focus {
    width: 83.333333%;
  }

  .lg\:focus\:w-1\/12:focus {
    width: 8.333333%;
  }

  .lg\:focus\:w-2\/12:focus {
    width: 16.666667%;
  }

  .lg\:focus\:w-3\/12:focus {
    width: 25%;
  }

  .lg\:focus\:w-4\/12:focus {
    width: 33.333333%;
  }

  .lg\:focus\:w-5\/12:focus {
    width: 41.666667%;
  }

  .lg\:focus\:w-6\/12:focus {
    width: 50%;
  }

  .lg\:focus\:w-7\/12:focus {
    width: 58.333333%;
  }

  .lg\:focus\:w-8\/12:focus {
    width: 66.666667%;
  }

  .lg\:focus\:w-9\/12:focus {
    width: 75%;
  }

  .lg\:focus\:w-10\/12:focus {
    width: 83.333333%;
  }

  .lg\:focus\:w-11\/12:focus {
    width: 91.666667%;
  }

  .lg\:focus\:w-full:focus {
    width: 100%;
  }

  .lg\:focus\:w-screen:focus {
    width: 100vw;
  }

  .lg\:active\:w-0:active {
    width: 0;
  }

  .lg\:active\:w-1:active {
    width: 0.25rem;
  }

  .lg\:active\:w-2:active {
    width: 0.5rem;
  }

  .lg\:active\:w-3:active {
    width: 0.75rem;
  }

  .lg\:active\:w-4:active {
    width: 1rem;
  }

  .lg\:active\:w-5:active {
    width: 1.25rem;
  }

  .lg\:active\:w-6:active {
    width: 1.5rem;
  }

  .lg\:active\:w-8:active {
    width: 2rem;
  }

  .lg\:active\:w-10:active {
    width: 2.5rem;
  }

  .lg\:active\:w-12:active {
    width: 3rem;
  }

  .lg\:active\:w-16:active {
    width: 4rem;
  }

  .lg\:active\:w-20:active {
    width: 5rem;
  }

  .lg\:active\:w-24:active {
    width: 6rem;
  }

  .lg\:active\:w-32:active {
    width: 8rem;
  }

  .lg\:active\:w-40:active {
    width: 10rem;
  }

  .lg\:active\:w-48:active {
    width: 12rem;
  }

  .lg\:active\:w-56:active {
    width: 14rem;
  }

  .lg\:active\:w-64:active {
    width: 16rem;
  }

  .lg\:active\:w-auto:active {
    width: auto;
  }

  .lg\:active\:w-px:active {
    width: 1px;
  }

  .lg\:active\:w-1\/2:active {
    width: 50%;
  }

  .lg\:active\:w-1\/3:active {
    width: 33.333333%;
  }

  .lg\:active\:w-2\/3:active {
    width: 66.666667%;
  }

  .lg\:active\:w-1\/4:active {
    width: 25%;
  }

  .lg\:active\:w-2\/4:active {
    width: 50%;
  }

  .lg\:active\:w-3\/4:active {
    width: 75%;
  }

  .lg\:active\:w-1\/5:active {
    width: 20%;
  }

  .lg\:active\:w-2\/5:active {
    width: 40%;
  }

  .lg\:active\:w-3\/5:active {
    width: 60%;
  }

  .lg\:active\:w-4\/5:active {
    width: 80%;
  }

  .lg\:active\:w-1\/6:active {
    width: 16.666667%;
  }

  .lg\:active\:w-2\/6:active {
    width: 33.333333%;
  }

  .lg\:active\:w-3\/6:active {
    width: 50%;
  }

  .lg\:active\:w-4\/6:active {
    width: 66.666667%;
  }

  .lg\:active\:w-5\/6:active {
    width: 83.333333%;
  }

  .lg\:active\:w-1\/12:active {
    width: 8.333333%;
  }

  .lg\:active\:w-2\/12:active {
    width: 16.666667%;
  }

  .lg\:active\:w-3\/12:active {
    width: 25%;
  }

  .lg\:active\:w-4\/12:active {
    width: 33.333333%;
  }

  .lg\:active\:w-5\/12:active {
    width: 41.666667%;
  }

  .lg\:active\:w-6\/12:active {
    width: 50%;
  }

  .lg\:active\:w-7\/12:active {
    width: 58.333333%;
  }

  .lg\:active\:w-8\/12:active {
    width: 66.666667%;
  }

  .lg\:active\:w-9\/12:active {
    width: 75%;
  }

  .lg\:active\:w-10\/12:active {
    width: 83.333333%;
  }

  .lg\:active\:w-11\/12:active {
    width: 91.666667%;
  }

  .lg\:active\:w-full:active {
    width: 100%;
  }

  .lg\:active\:w-screen:active {
    width: 100vw;
  }

  .lg\:visited\:w-0:visited {
    width: 0;
  }

  .lg\:visited\:w-1:visited {
    width: 0.25rem;
  }

  .lg\:visited\:w-2:visited {
    width: 0.5rem;
  }

  .lg\:visited\:w-3:visited {
    width: 0.75rem;
  }

  .lg\:visited\:w-4:visited {
    width: 1rem;
  }

  .lg\:visited\:w-5:visited {
    width: 1.25rem;
  }

  .lg\:visited\:w-6:visited {
    width: 1.5rem;
  }

  .lg\:visited\:w-8:visited {
    width: 2rem;
  }

  .lg\:visited\:w-10:visited {
    width: 2.5rem;
  }

  .lg\:visited\:w-12:visited {
    width: 3rem;
  }

  .lg\:visited\:w-16:visited {
    width: 4rem;
  }

  .lg\:visited\:w-20:visited {
    width: 5rem;
  }

  .lg\:visited\:w-24:visited {
    width: 6rem;
  }

  .lg\:visited\:w-32:visited {
    width: 8rem;
  }

  .lg\:visited\:w-40:visited {
    width: 10rem;
  }

  .lg\:visited\:w-48:visited {
    width: 12rem;
  }

  .lg\:visited\:w-56:visited {
    width: 14rem;
  }

  .lg\:visited\:w-64:visited {
    width: 16rem;
  }

  .lg\:visited\:w-auto:visited {
    width: auto;
  }

  .lg\:visited\:w-px:visited {
    width: 1px;
  }

  .lg\:visited\:w-1\/2:visited {
    width: 50%;
  }

  .lg\:visited\:w-1\/3:visited {
    width: 33.333333%;
  }

  .lg\:visited\:w-2\/3:visited {
    width: 66.666667%;
  }

  .lg\:visited\:w-1\/4:visited {
    width: 25%;
  }

  .lg\:visited\:w-2\/4:visited {
    width: 50%;
  }

  .lg\:visited\:w-3\/4:visited {
    width: 75%;
  }

  .lg\:visited\:w-1\/5:visited {
    width: 20%;
  }

  .lg\:visited\:w-2\/5:visited {
    width: 40%;
  }

  .lg\:visited\:w-3\/5:visited {
    width: 60%;
  }

  .lg\:visited\:w-4\/5:visited {
    width: 80%;
  }

  .lg\:visited\:w-1\/6:visited {
    width: 16.666667%;
  }

  .lg\:visited\:w-2\/6:visited {
    width: 33.333333%;
  }

  .lg\:visited\:w-3\/6:visited {
    width: 50%;
  }

  .lg\:visited\:w-4\/6:visited {
    width: 66.666667%;
  }

  .lg\:visited\:w-5\/6:visited {
    width: 83.333333%;
  }

  .lg\:visited\:w-1\/12:visited {
    width: 8.333333%;
  }

  .lg\:visited\:w-2\/12:visited {
    width: 16.666667%;
  }

  .lg\:visited\:w-3\/12:visited {
    width: 25%;
  }

  .lg\:visited\:w-4\/12:visited {
    width: 33.333333%;
  }

  .lg\:visited\:w-5\/12:visited {
    width: 41.666667%;
  }

  .lg\:visited\:w-6\/12:visited {
    width: 50%;
  }

  .lg\:visited\:w-7\/12:visited {
    width: 58.333333%;
  }

  .lg\:visited\:w-8\/12:visited {
    width: 66.666667%;
  }

  .lg\:visited\:w-9\/12:visited {
    width: 75%;
  }

  .lg\:visited\:w-10\/12:visited {
    width: 83.333333%;
  }

  .lg\:visited\:w-11\/12:visited {
    width: 91.666667%;
  }

  .lg\:visited\:w-full:visited {
    width: 100%;
  }

  .lg\:visited\:w-screen:visited {
    width: 100vw;
  }

  .lg\:disabled\:w-0:disabled {
    width: 0;
  }

  .lg\:disabled\:w-1:disabled {
    width: 0.25rem;
  }

  .lg\:disabled\:w-2:disabled {
    width: 0.5rem;
  }

  .lg\:disabled\:w-3:disabled {
    width: 0.75rem;
  }

  .lg\:disabled\:w-4:disabled {
    width: 1rem;
  }

  .lg\:disabled\:w-5:disabled {
    width: 1.25rem;
  }

  .lg\:disabled\:w-6:disabled {
    width: 1.5rem;
  }

  .lg\:disabled\:w-8:disabled {
    width: 2rem;
  }

  .lg\:disabled\:w-10:disabled {
    width: 2.5rem;
  }

  .lg\:disabled\:w-12:disabled {
    width: 3rem;
  }

  .lg\:disabled\:w-16:disabled {
    width: 4rem;
  }

  .lg\:disabled\:w-20:disabled {
    width: 5rem;
  }

  .lg\:disabled\:w-24:disabled {
    width: 6rem;
  }

  .lg\:disabled\:w-32:disabled {
    width: 8rem;
  }

  .lg\:disabled\:w-40:disabled {
    width: 10rem;
  }

  .lg\:disabled\:w-48:disabled {
    width: 12rem;
  }

  .lg\:disabled\:w-56:disabled {
    width: 14rem;
  }

  .lg\:disabled\:w-64:disabled {
    width: 16rem;
  }

  .lg\:disabled\:w-auto:disabled {
    width: auto;
  }

  .lg\:disabled\:w-px:disabled {
    width: 1px;
  }

  .lg\:disabled\:w-1\/2:disabled {
    width: 50%;
  }

  .lg\:disabled\:w-1\/3:disabled {
    width: 33.333333%;
  }

  .lg\:disabled\:w-2\/3:disabled {
    width: 66.666667%;
  }

  .lg\:disabled\:w-1\/4:disabled {
    width: 25%;
  }

  .lg\:disabled\:w-2\/4:disabled {
    width: 50%;
  }

  .lg\:disabled\:w-3\/4:disabled {
    width: 75%;
  }

  .lg\:disabled\:w-1\/5:disabled {
    width: 20%;
  }

  .lg\:disabled\:w-2\/5:disabled {
    width: 40%;
  }

  .lg\:disabled\:w-3\/5:disabled {
    width: 60%;
  }

  .lg\:disabled\:w-4\/5:disabled {
    width: 80%;
  }

  .lg\:disabled\:w-1\/6:disabled {
    width: 16.666667%;
  }

  .lg\:disabled\:w-2\/6:disabled {
    width: 33.333333%;
  }

  .lg\:disabled\:w-3\/6:disabled {
    width: 50%;
  }

  .lg\:disabled\:w-4\/6:disabled {
    width: 66.666667%;
  }

  .lg\:disabled\:w-5\/6:disabled {
    width: 83.333333%;
  }

  .lg\:disabled\:w-1\/12:disabled {
    width: 8.333333%;
  }

  .lg\:disabled\:w-2\/12:disabled {
    width: 16.666667%;
  }

  .lg\:disabled\:w-3\/12:disabled {
    width: 25%;
  }

  .lg\:disabled\:w-4\/12:disabled {
    width: 33.333333%;
  }

  .lg\:disabled\:w-5\/12:disabled {
    width: 41.666667%;
  }

  .lg\:disabled\:w-6\/12:disabled {
    width: 50%;
  }

  .lg\:disabled\:w-7\/12:disabled {
    width: 58.333333%;
  }

  .lg\:disabled\:w-8\/12:disabled {
    width: 66.666667%;
  }

  .lg\:disabled\:w-9\/12:disabled {
    width: 75%;
  }

  .lg\:disabled\:w-10\/12:disabled {
    width: 83.333333%;
  }

  .lg\:disabled\:w-11\/12:disabled {
    width: 91.666667%;
  }

  .lg\:disabled\:w-full:disabled {
    width: 100%;
  }

  .lg\:disabled\:w-screen:disabled {
    width: 100vw;
  }

  .lg\:z-0 {
    z-index: 0;
  }

  .lg\:z-10 {
    z-index: 10;
  }

  .lg\:z-20 {
    z-index: 20;
  }

  .lg\:z-30 {
    z-index: 30;
  }

  .lg\:z-40 {
    z-index: 40;
  }

  .lg\:z-50 {
    z-index: 50;
  }

  .lg\:z-auto {
    z-index: auto;
  }

  .group:hover .lg\:group-hover\:z-0 {
    z-index: 0;
  }

  .group:hover .lg\:group-hover\:z-10 {
    z-index: 10;
  }

  .group:hover .lg\:group-hover\:z-20 {
    z-index: 20;
  }

  .group:hover .lg\:group-hover\:z-30 {
    z-index: 30;
  }

  .group:hover .lg\:group-hover\:z-40 {
    z-index: 40;
  }

  .group:hover .lg\:group-hover\:z-50 {
    z-index: 50;
  }

  .group:hover .lg\:group-hover\:z-auto {
    z-index: auto;
  }

  .lg\:focus-within\:z-0:focus-within {
    z-index: 0;
  }

  .lg\:focus-within\:z-10:focus-within {
    z-index: 10;
  }

  .lg\:focus-within\:z-20:focus-within {
    z-index: 20;
  }

  .lg\:focus-within\:z-30:focus-within {
    z-index: 30;
  }

  .lg\:focus-within\:z-40:focus-within {
    z-index: 40;
  }

  .lg\:focus-within\:z-50:focus-within {
    z-index: 50;
  }

  .lg\:focus-within\:z-auto:focus-within {
    z-index: auto;
  }

  .lg\:first\:z-0:first-child {
    z-index: 0;
  }

  .lg\:first\:z-10:first-child {
    z-index: 10;
  }

  .lg\:first\:z-20:first-child {
    z-index: 20;
  }

  .lg\:first\:z-30:first-child {
    z-index: 30;
  }

  .lg\:first\:z-40:first-child {
    z-index: 40;
  }

  .lg\:first\:z-50:first-child {
    z-index: 50;
  }

  .lg\:first\:z-auto:first-child {
    z-index: auto;
  }

  .lg\:last\:z-0:last-child {
    z-index: 0;
  }

  .lg\:last\:z-10:last-child {
    z-index: 10;
  }

  .lg\:last\:z-20:last-child {
    z-index: 20;
  }

  .lg\:last\:z-30:last-child {
    z-index: 30;
  }

  .lg\:last\:z-40:last-child {
    z-index: 40;
  }

  .lg\:last\:z-50:last-child {
    z-index: 50;
  }

  .lg\:last\:z-auto:last-child {
    z-index: auto;
  }

  .lg\:odd\:z-0:nth-child(odd) {
    z-index: 0;
  }

  .lg\:odd\:z-10:nth-child(odd) {
    z-index: 10;
  }

  .lg\:odd\:z-20:nth-child(odd) {
    z-index: 20;
  }

  .lg\:odd\:z-30:nth-child(odd) {
    z-index: 30;
  }

  .lg\:odd\:z-40:nth-child(odd) {
    z-index: 40;
  }

  .lg\:odd\:z-50:nth-child(odd) {
    z-index: 50;
  }

  .lg\:odd\:z-auto:nth-child(odd) {
    z-index: auto;
  }

  .lg\:even\:z-0:nth-child(even) {
    z-index: 0;
  }

  .lg\:even\:z-10:nth-child(even) {
    z-index: 10;
  }

  .lg\:even\:z-20:nth-child(even) {
    z-index: 20;
  }

  .lg\:even\:z-30:nth-child(even) {
    z-index: 30;
  }

  .lg\:even\:z-40:nth-child(even) {
    z-index: 40;
  }

  .lg\:even\:z-50:nth-child(even) {
    z-index: 50;
  }

  .lg\:even\:z-auto:nth-child(even) {
    z-index: auto;
  }

  .lg\:hover\:z-0:hover {
    z-index: 0;
  }

  .lg\:hover\:z-10:hover {
    z-index: 10;
  }

  .lg\:hover\:z-20:hover {
    z-index: 20;
  }

  .lg\:hover\:z-30:hover {
    z-index: 30;
  }

  .lg\:hover\:z-40:hover {
    z-index: 40;
  }

  .lg\:hover\:z-50:hover {
    z-index: 50;
  }

  .lg\:hover\:z-auto:hover {
    z-index: auto;
  }

  .lg\:focus\:z-0:focus {
    z-index: 0;
  }

  .lg\:focus\:z-10:focus {
    z-index: 10;
  }

  .lg\:focus\:z-20:focus {
    z-index: 20;
  }

  .lg\:focus\:z-30:focus {
    z-index: 30;
  }

  .lg\:focus\:z-40:focus {
    z-index: 40;
  }

  .lg\:focus\:z-50:focus {
    z-index: 50;
  }

  .lg\:focus\:z-auto:focus {
    z-index: auto;
  }

  .lg\:active\:z-0:active {
    z-index: 0;
  }

  .lg\:active\:z-10:active {
    z-index: 10;
  }

  .lg\:active\:z-20:active {
    z-index: 20;
  }

  .lg\:active\:z-30:active {
    z-index: 30;
  }

  .lg\:active\:z-40:active {
    z-index: 40;
  }

  .lg\:active\:z-50:active {
    z-index: 50;
  }

  .lg\:active\:z-auto:active {
    z-index: auto;
  }

  .lg\:visited\:z-0:visited {
    z-index: 0;
  }

  .lg\:visited\:z-10:visited {
    z-index: 10;
  }

  .lg\:visited\:z-20:visited {
    z-index: 20;
  }

  .lg\:visited\:z-30:visited {
    z-index: 30;
  }

  .lg\:visited\:z-40:visited {
    z-index: 40;
  }

  .lg\:visited\:z-50:visited {
    z-index: 50;
  }

  .lg\:visited\:z-auto:visited {
    z-index: auto;
  }

  .lg\:disabled\:z-0:disabled {
    z-index: 0;
  }

  .lg\:disabled\:z-10:disabled {
    z-index: 10;
  }

  .lg\:disabled\:z-20:disabled {
    z-index: 20;
  }

  .lg\:disabled\:z-30:disabled {
    z-index: 30;
  }

  .lg\:disabled\:z-40:disabled {
    z-index: 40;
  }

  .lg\:disabled\:z-50:disabled {
    z-index: 50;
  }

  .lg\:disabled\:z-auto:disabled {
    z-index: auto;
  }
}

@media (min-width: 1280px) {
  .xl\: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\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

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

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

  .xl\:focus-within\:sr-only:focus-within {
    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-within\:not-sr-only:focus-within {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl\:first\:sr-only:first-child {
    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\:first\:not-sr-only:first-child {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl\:last\:sr-only:last-child {
    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\:last\:not-sr-only:last-child {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl\:odd\:sr-only:nth-child(odd) {
    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\:odd\:not-sr-only:nth-child(odd) {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl\:even\:sr-only:nth-child(even) {
    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\:even\:not-sr-only:nth-child(even) {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl\:hover\:sr-only:hover {
    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\:hover\:not-sr-only:hover {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl\:focus\: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\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl\:active\:sr-only:active {
    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\:active\:not-sr-only:active {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl\:visited\:sr-only:visited {
    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\:visited\:not-sr-only:visited {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl\:disabled\:sr-only:disabled {
    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\:disabled\:not-sr-only:disabled {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .group:hover .xl\:group-hover\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xl\:focus-within\:appearance-none:focus-within {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xl\:first\:appearance-none:first-child {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xl\:last\:appearance-none:last-child {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xl\:odd\:appearance-none:nth-child(odd) {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xl\:even\:appearance-none:nth-child(even) {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xl\:hover\:appearance-none:hover {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xl\:focus\:appearance-none:focus {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xl\:active\:appearance-none:active {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xl\:visited\:appearance-none:visited {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xl\:disabled\:appearance-none:disabled {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xl\:bg-fixed {
    background-attachment: fixed;
  }

  .xl\:bg-local {
    background-attachment: local;
  }

  .xl\:bg-scroll {
    background-attachment: scroll;
  }

  .group:hover .xl\:group-hover\:bg-fixed {
    background-attachment: fixed;
  }

  .group:hover .xl\:group-hover\:bg-local {
    background-attachment: local;
  }

  .group:hover .xl\:group-hover\:bg-scroll {
    background-attachment: scroll;
  }

  .xl\:focus-within\:bg-fixed:focus-within {
    background-attachment: fixed;
  }

  .xl\:focus-within\:bg-local:focus-within {
    background-attachment: local;
  }

  .xl\:focus-within\:bg-scroll:focus-within {
    background-attachment: scroll;
  }

  .xl\:first\:bg-fixed:first-child {
    background-attachment: fixed;
  }

  .xl\:first\:bg-local:first-child {
    background-attachment: local;
  }

  .xl\:first\:bg-scroll:first-child {
    background-attachment: scroll;
  }

  .xl\:last\:bg-fixed:last-child {
    background-attachment: fixed;
  }

  .xl\:last\:bg-local:last-child {
    background-attachment: local;
  }

  .xl\:last\:bg-scroll:last-child {
    background-attachment: scroll;
  }

  .xl\:odd\:bg-fixed:nth-child(odd) {
    background-attachment: fixed;
  }

  .xl\:odd\:bg-local:nth-child(odd) {
    background-attachment: local;
  }

  .xl\:odd\:bg-scroll:nth-child(odd) {
    background-attachment: scroll;
  }

  .xl\:even\:bg-fixed:nth-child(even) {
    background-attachment: fixed;
  }

  .xl\:even\:bg-local:nth-child(even) {
    background-attachment: local;
  }

  .xl\:even\:bg-scroll:nth-child(even) {
    background-attachment: scroll;
  }

  .xl\:hover\:bg-fixed:hover {
    background-attachment: fixed;
  }

  .xl\:hover\:bg-local:hover {
    background-attachment: local;
  }

  .xl\:hover\:bg-scroll:hover {
    background-attachment: scroll;
  }

  .xl\:focus\:bg-fixed:focus {
    background-attachment: fixed;
  }

  .xl\:focus\:bg-local:focus {
    background-attachment: local;
  }

  .xl\:focus\:bg-scroll:focus {
    background-attachment: scroll;
  }

  .xl\:active\:bg-fixed:active {
    background-attachment: fixed;
  }

  .xl\:active\:bg-local:active {
    background-attachment: local;
  }

  .xl\:active\:bg-scroll:active {
    background-attachment: scroll;
  }

  .xl\:visited\:bg-fixed:visited {
    background-attachment: fixed;
  }

  .xl\:visited\:bg-local:visited {
    background-attachment: local;
  }

  .xl\:visited\:bg-scroll:visited {
    background-attachment: scroll;
  }

  .xl\:disabled\:bg-fixed:disabled {
    background-attachment: fixed;
  }

  .xl\:disabled\:bg-local:disabled {
    background-attachment: local;
  }

  .xl\:disabled\:bg-scroll:disabled {
    background-attachment: scroll;
  }

  .xl\:bg-transparent {
    background-color: transparent;
  }

  .xl\:bg-black {
    background-color: #000;
  }

  .xl\:bg-white {
    background-color: #fff;
  }

  .xl\:bg-gray-100 {
    background-color: #f7fafc;
  }

  .xl\:bg-gray-200 {
    background-color: #edf2f7;
  }

  .xl\:bg-gray-300 {
    background-color: #e2e8f0;
  }

  .xl\:bg-gray-400 {
    background-color: #cbd5e0;
  }

  .xl\:bg-gray-500 {
    background-color: #a0aec0;
  }

  .xl\:bg-gray-600 {
    background-color: #718096;
  }

  .xl\:bg-gray-700 {
    background-color: #4a5568;
  }

  .xl\:bg-gray-800 {
    background-color: #2d3748;
  }

  .xl\:bg-gray-900 {
    background-color: #1a202c;
  }

  .xl\:bg-red-100 {
    background-color: #fff5f5;
  }

  .xl\:bg-red-200 {
    background-color: #fed7d7;
  }

  .xl\:bg-red-300 {
    background-color: #feb2b2;
  }

  .xl\:bg-red-400 {
    background-color: #fc8181;
  }

  .xl\:bg-red-500 {
    background-color: #f56565;
  }

  .xl\:bg-red-600 {
    background-color: #e53e3e;
  }

  .xl\:bg-red-700 {
    background-color: #c53030;
  }

  .xl\:bg-red-800 {
    background-color: #9b2c2c;
  }

  .xl\:bg-red-900 {
    background-color: #742a2a;
  }

  .xl\:bg-orange-100 {
    background-color: #fffaf0;
  }

  .xl\:bg-orange-200 {
    background-color: #feebc8;
  }

  .xl\:bg-orange-300 {
    background-color: #fbd38d;
  }

  .xl\:bg-orange-400 {
    background-color: #f6ad55;
  }

  .xl\:bg-orange-500 {
    background-color: #ed8936;
  }

  .xl\:bg-orange-600 {
    background-color: #dd6b20;
  }

  .xl\:bg-orange-700 {
    background-color: #c05621;
  }

  .xl\:bg-orange-800 {
    background-color: #9c4221;
  }

  .xl\:bg-orange-900 {
    background-color: #7b341e;
  }

  .xl\:bg-yellow-100 {
    background-color: #fffff0;
  }

  .xl\:bg-yellow-200 {
    background-color: #fefcbf;
  }

  .xl\:bg-yellow-300 {
    background-color: #faf089;
  }

  .xl\:bg-yellow-400 {
    background-color: #f6e05e;
  }

  .xl\:bg-yellow-500 {
    background-color: #ecc94b;
  }

  .xl\:bg-yellow-600 {
    background-color: #d69e2e;
  }

  .xl\:bg-yellow-700 {
    background-color: #b7791f;
  }

  .xl\:bg-yellow-800 {
    background-color: #975a16;
  }

  .xl\:bg-yellow-900 {
    background-color: #744210;
  }

  .xl\:bg-green-100 {
    background-color: #f0fff4;
  }

  .xl\:bg-green-200 {
    background-color: #c6f6d5;
  }

  .xl\:bg-green-300 {
    background-color: #9ae6b4;
  }

  .xl\:bg-green-400 {
    background-color: #68d391;
  }

  .xl\:bg-green-500 {
    background-color: #48bb78;
  }

  .xl\:bg-green-600 {
    background-color: #38a169;
  }

  .xl\:bg-green-700 {
    background-color: #2f855a;
  }

  .xl\:bg-green-800 {
    background-color: #276749;
  }

  .xl\:bg-green-900 {
    background-color: #22543d;
  }

  .xl\:bg-teal-100 {
    background-color: #e6fffa;
  }

  .xl\:bg-teal-200 {
    background-color: #b2f5ea;
  }

  .xl\:bg-teal-300 {
    background-color: #81e6d9;
  }

  .xl\:bg-teal-400 {
    background-color: #4fd1c5;
  }

  .xl\:bg-teal-500 {
    background-color: #38b2ac;
  }

  .xl\:bg-teal-600 {
    background-color: #319795;
  }

  .xl\:bg-teal-700 {
    background-color: #2c7a7b;
  }

  .xl\:bg-teal-800 {
    background-color: #285e61;
  }

  .xl\:bg-teal-900 {
    background-color: #234e52;
  }

  .xl\:bg-blue-100 {
    background-color: #ebf8ff;
  }

  .xl\:bg-blue-200 {
    background-color: #bee3f8;
  }

  .xl\:bg-blue-300 {
    background-color: #90cdf4;
  }

  .xl\:bg-blue-400 {
    background-color: #63b3ed;
  }

  .xl\:bg-blue-500 {
    background-color: #4299e1;
  }

  .xl\:bg-blue-600 {
    background-color: #3182ce;
  }

  .xl\:bg-blue-700 {
    background-color: #2b6cb0;
  }

  .xl\:bg-blue-800 {
    background-color: #2c5282;
  }

  .xl\:bg-blue-900 {
    background-color: #2a4365;
  }

  .xl\:bg-indigo-100 {
    background-color: #ebf4ff;
  }

  .xl\:bg-indigo-200 {
    background-color: #c3dafe;
  }

  .xl\:bg-indigo-300 {
    background-color: #a3bffa;
  }

  .xl\:bg-indigo-400 {
    background-color: #7f9cf5;
  }

  .xl\:bg-indigo-500 {
    background-color: #667eea;
  }

  .xl\:bg-indigo-600 {
    background-color: #5a67d8;
  }

  .xl\:bg-indigo-700 {
    background-color: #4c51bf;
  }

  .xl\:bg-indigo-800 {
    background-color: #434190;
  }

  .xl\:bg-indigo-900 {
    background-color: #3c366b;
  }

  .xl\:bg-purple-100 {
    background-color: #faf5ff;
  }

  .xl\:bg-purple-200 {
    background-color: #e9d8fd;
  }

  .xl\:bg-purple-300 {
    background-color: #d6bcfa;
  }

  .xl\:bg-purple-400 {
    background-color: #b794f4;
  }

  .xl\:bg-purple-500 {
    background-color: #9f7aea;
  }

  .xl\:bg-purple-600 {
    background-color: #805ad5;
  }

  .xl\:bg-purple-700 {
    background-color: #6b46c1;
  }

  .xl\:bg-purple-800 {
    background-color: #553c9a;
  }

  .xl\:bg-purple-900 {
    background-color: #44337a;
  }

  .xl\:bg-pink-100 {
    background-color: #fff5f7;
  }

  .xl\:bg-pink-200 {
    background-color: #fed7e2;
  }

  .xl\:bg-pink-300 {
    background-color: #fbb6ce;
  }

  .xl\:bg-pink-400 {
    background-color: #f687b3;
  }

  .xl\:bg-pink-500 {
    background-color: #ed64a6;
  }

  .xl\:bg-pink-600 {
    background-color: #d53f8c;
  }

  .xl\:bg-pink-700 {
    background-color: #b83280;
  }

  .xl\:bg-pink-800 {
    background-color: #97266d;
  }

  .xl\:bg-pink-900 {
    background-color: #702459;
  }

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

  .group:hover .xl\:group-hover\:bg-black {
    background-color: #000;
  }

  .group:hover .xl\:group-hover\:bg-white {
    background-color: #fff;
  }

  .group:hover .xl\:group-hover\:bg-gray-100 {
    background-color: #f7fafc;
  }

  .group:hover .xl\:group-hover\:bg-gray-200 {
    background-color: #edf2f7;
  }

  .group:hover .xl\:group-hover\:bg-gray-300 {
    background-color: #e2e8f0;
  }

  .group:hover .xl\:group-hover\:bg-gray-400 {
    background-color: #cbd5e0;
  }

  .group:hover .xl\:group-hover\:bg-gray-500 {
    background-color: #a0aec0;
  }

  .group:hover .xl\:group-hover\:bg-gray-600 {
    background-color: #718096;
  }

  .group:hover .xl\:group-hover\:bg-gray-700 {
    background-color: #4a5568;
  }

  .group:hover .xl\:group-hover\:bg-gray-800 {
    background-color: #2d3748;
  }

  .group:hover .xl\:group-hover\:bg-gray-900 {
    background-color: #1a202c;
  }

  .group:hover .xl\:group-hover\:bg-red-100 {
    background-color: #fff5f5;
  }

  .group:hover .xl\:group-hover\:bg-red-200 {
    background-color: #fed7d7;
  }

  .group:hover .xl\:group-hover\:bg-red-300 {
    background-color: #feb2b2;
  }

  .group:hover .xl\:group-hover\:bg-red-400 {
    background-color: #fc8181;
  }

  .group:hover .xl\:group-hover\:bg-red-500 {
    background-color: #f56565;
  }

  .group:hover .xl\:group-hover\:bg-red-600 {
    background-color: #e53e3e;
  }

  .group:hover .xl\:group-hover\:bg-red-700 {
    background-color: #c53030;
  }

  .group:hover .xl\:group-hover\:bg-red-800 {
    background-color: #9b2c2c;
  }

  .group:hover .xl\:group-hover\:bg-red-900 {
    background-color: #742a2a;
  }

  .group:hover .xl\:group-hover\:bg-orange-100 {
    background-color: #fffaf0;
  }

  .group:hover .xl\:group-hover\:bg-orange-200 {
    background-color: #feebc8;
  }

  .group:hover .xl\:group-hover\:bg-orange-300 {
    background-color: #fbd38d;
  }

  .group:hover .xl\:group-hover\:bg-orange-400 {
    background-color: #f6ad55;
  }

  .group:hover .xl\:group-hover\:bg-orange-500 {
    background-color: #ed8936;
  }

  .group:hover .xl\:group-hover\:bg-orange-600 {
    background-color: #dd6b20;
  }

  .group:hover .xl\:group-hover\:bg-orange-700 {
    background-color: #c05621;
  }

  .group:hover .xl\:group-hover\:bg-orange-800 {
    background-color: #9c4221;
  }

  .group:hover .xl\:group-hover\:bg-orange-900 {
    background-color: #7b341e;
  }

  .group:hover .xl\:group-hover\:bg-yellow-100 {
    background-color: #fffff0;
  }

  .group:hover .xl\:group-hover\:bg-yellow-200 {
    background-color: #fefcbf;
  }

  .group:hover .xl\:group-hover\:bg-yellow-300 {
    background-color: #faf089;
  }

  .group:hover .xl\:group-hover\:bg-yellow-400 {
    background-color: #f6e05e;
  }

  .group:hover .xl\:group-hover\:bg-yellow-500 {
    background-color: #ecc94b;
  }

  .group:hover .xl\:group-hover\:bg-yellow-600 {
    background-color: #d69e2e;
  }

  .group:hover .xl\:group-hover\:bg-yellow-700 {
    background-color: #b7791f;
  }

  .group:hover .xl\:group-hover\:bg-yellow-800 {
    background-color: #975a16;
  }

  .group:hover .xl\:group-hover\:bg-yellow-900 {
    background-color: #744210;
  }

  .group:hover .xl\:group-hover\:bg-green-100 {
    background-color: #f0fff4;
  }

  .group:hover .xl\:group-hover\:bg-green-200 {
    background-color: #c6f6d5;
  }

  .group:hover .xl\:group-hover\:bg-green-300 {
    background-color: #9ae6b4;
  }

  .group:hover .xl\:group-hover\:bg-green-400 {
    background-color: #68d391;
  }

  .group:hover .xl\:group-hover\:bg-green-500 {
    background-color: #48bb78;
  }

  .group:hover .xl\:group-hover\:bg-green-600 {
    background-color: #38a169;
  }

  .group:hover .xl\:group-hover\:bg-green-700 {
    background-color: #2f855a;
  }

  .group:hover .xl\:group-hover\:bg-green-800 {
    background-color: #276749;
  }

  .group:hover .xl\:group-hover\:bg-green-900 {
    background-color: #22543d;
  }

  .group:hover .xl\:group-hover\:bg-teal-100 {
    background-color: #e6fffa;
  }

  .group:hover .xl\:group-hover\:bg-teal-200 {
    background-color: #b2f5ea;
  }

  .group:hover .xl\:group-hover\:bg-teal-300 {
    background-color: #81e6d9;
  }

  .group:hover .xl\:group-hover\:bg-teal-400 {
    background-color: #4fd1c5;
  }

  .group:hover .xl\:group-hover\:bg-teal-500 {
    background-color: #38b2ac;
  }

  .group:hover .xl\:group-hover\:bg-teal-600 {
    background-color: #319795;
  }

  .group:hover .xl\:group-hover\:bg-teal-700 {
    background-color: #2c7a7b;
  }

  .group:hover .xl\:group-hover\:bg-teal-800 {
    background-color: #285e61;
  }

  .group:hover .xl\:group-hover\:bg-teal-900 {
    background-color: #234e52;
  }

  .group:hover .xl\:group-hover\:bg-blue-100 {
    background-color: #ebf8ff;
  }

  .group:hover .xl\:group-hover\:bg-blue-200 {
    background-color: #bee3f8;
  }

  .group:hover .xl\:group-hover\:bg-blue-300 {
    background-color: #90cdf4;
  }

  .group:hover .xl\:group-hover\:bg-blue-400 {
    background-color: #63b3ed;
  }

  .group:hover .xl\:group-hover\:bg-blue-500 {
    background-color: #4299e1;
  }

  .group:hover .xl\:group-hover\:bg-blue-600 {
    background-color: #3182ce;
  }

  .group:hover .xl\:group-hover\:bg-blue-700 {
    background-color: #2b6cb0;
  }

  .group:hover .xl\:group-hover\:bg-blue-800 {
    background-color: #2c5282;
  }

  .group:hover .xl\:group-hover\:bg-blue-900 {
    background-color: #2a4365;
  }

  .group:hover .xl\:group-hover\:bg-indigo-100 {
    background-color: #ebf4ff;
  }

  .group:hover .xl\:group-hover\:bg-indigo-200 {
    background-color: #c3dafe;
  }

  .group:hover .xl\:group-hover\:bg-indigo-300 {
    background-color: #a3bffa;
  }

  .group:hover .xl\:group-hover\:bg-indigo-400 {
    background-color: #7f9cf5;
  }

  .group:hover .xl\:group-hover\:bg-indigo-500 {
    background-color: #667eea;
  }

  .group:hover .xl\:group-hover\:bg-indigo-600 {
    background-color: #5a67d8;
  }

  .group:hover .xl\:group-hover\:bg-indigo-700 {
    background-color: #4c51bf;
  }

  .group:hover .xl\:group-hover\:bg-indigo-800 {
    background-color: #434190;
  }

  .group:hover .xl\:group-hover\:bg-indigo-900 {
    background-color: #3c366b;
  }

  .group:hover .xl\:group-hover\:bg-purple-100 {
    background-color: #faf5ff;
  }

  .group:hover .xl\:group-hover\:bg-purple-200 {
    background-color: #e9d8fd;
  }

  .group:hover .xl\:group-hover\:bg-purple-300 {
    background-color: #d6bcfa;
  }

  .group:hover .xl\:group-hover\:bg-purple-400 {
    background-color: #b794f4;
  }

  .group:hover .xl\:group-hover\:bg-purple-500 {
    background-color: #9f7aea;
  }

  .group:hover .xl\:group-hover\:bg-purple-600 {
    background-color: #805ad5;
  }

  .group:hover .xl\:group-hover\:bg-purple-700 {
    background-color: #6b46c1;
  }

  .group:hover .xl\:group-hover\:bg-purple-800 {
    background-color: #553c9a;
  }

  .group:hover .xl\:group-hover\:bg-purple-900 {
    background-color: #44337a;
  }

  .group:hover .xl\:group-hover\:bg-pink-100 {
    background-color: #fff5f7;
  }

  .group:hover .xl\:group-hover\:bg-pink-200 {
    background-color: #fed7e2;
  }

  .group:hover .xl\:group-hover\:bg-pink-300 {
    background-color: #fbb6ce;
  }

  .group:hover .xl\:group-hover\:bg-pink-400 {
    background-color: #f687b3;
  }

  .group:hover .xl\:group-hover\:bg-pink-500 {
    background-color: #ed64a6;
  }

  .group:hover .xl\:group-hover\:bg-pink-600 {
    background-color: #d53f8c;
  }

  .group:hover .xl\:group-hover\:bg-pink-700 {
    background-color: #b83280;
  }

  .group:hover .xl\:group-hover\:bg-pink-800 {
    background-color: #97266d;
  }

  .group:hover .xl\:group-hover\:bg-pink-900 {
    background-color: #702459;
  }

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

  .xl\:focus-within\:bg-black:focus-within {
    background-color: #000;
  }

  .xl\:focus-within\:bg-white:focus-within {
    background-color: #fff;
  }

  .xl\:focus-within\:bg-gray-100:focus-within {
    background-color: #f7fafc;
  }

  .xl\:focus-within\:bg-gray-200:focus-within {
    background-color: #edf2f7;
  }

  .xl\:focus-within\:bg-gray-300:focus-within {
    background-color: #e2e8f0;
  }

  .xl\:focus-within\:bg-gray-400:focus-within {
    background-color: #cbd5e0;
  }

  .xl\:focus-within\:bg-gray-500:focus-within {
    background-color: #a0aec0;
  }

  .xl\:focus-within\:bg-gray-600:focus-within {
    background-color: #718096;
  }

  .xl\:focus-within\:bg-gray-700:focus-within {
    background-color: #4a5568;
  }

  .xl\:focus-within\:bg-gray-800:focus-within {
    background-color: #2d3748;
  }

  .xl\:focus-within\:bg-gray-900:focus-within {
    background-color: #1a202c;
  }

  .xl\:focus-within\:bg-red-100:focus-within {
    background-color: #fff5f5;
  }

  .xl\:focus-within\:bg-red-200:focus-within {
    background-color: #fed7d7;
  }

  .xl\:focus-within\:bg-red-300:focus-within {
    background-color: #feb2b2;
  }

  .xl\:focus-within\:bg-red-400:focus-within {
    background-color: #fc8181;
  }

  .xl\:focus-within\:bg-red-500:focus-within {
    background-color: #f56565;
  }

  .xl\:focus-within\:bg-red-600:focus-within {
    background-color: #e53e3e;
  }

  .xl\:focus-within\:bg-red-700:focus-within {
    background-color: #c53030;
  }

  .xl\:focus-within\:bg-red-800:focus-within {
    background-color: #9b2c2c;
  }

  .xl\:focus-within\:bg-red-900:focus-within {
    background-color: #742a2a;
  }

  .xl\:focus-within\:bg-orange-100:focus-within {
    background-color: #fffaf0;
  }

  .xl\:focus-within\:bg-orange-200:focus-within {
    background-color: #feebc8;
  }

  .xl\:focus-within\:bg-orange-300:focus-within {
    background-color: #fbd38d;
  }

  .xl\:focus-within\:bg-orange-400:focus-within {
    background-color: #f6ad55;
  }

  .xl\:focus-within\:bg-orange-500:focus-within {
    background-color: #ed8936;
  }

  .xl\:focus-within\:bg-orange-600:focus-within {
    background-color: #dd6b20;
  }

  .xl\:focus-within\:bg-orange-700:focus-within {
    background-color: #c05621;
  }

  .xl\:focus-within\:bg-orange-800:focus-within {
    background-color: #9c4221;
  }

  .xl\:focus-within\:bg-orange-900:focus-within {
    background-color: #7b341e;
  }

  .xl\:focus-within\:bg-yellow-100:focus-within {
    background-color: #fffff0;
  }

  .xl\:focus-within\:bg-yellow-200:focus-within {
    background-color: #fefcbf;
  }

  .xl\:focus-within\:bg-yellow-300:focus-within {
    background-color: #faf089;
  }

  .xl\:focus-within\:bg-yellow-400:focus-within {
    background-color: #f6e05e;
  }

  .xl\:focus-within\:bg-yellow-500:focus-within {
    background-color: #ecc94b;
  }

  .xl\:focus-within\:bg-yellow-600:focus-within {
    background-color: #d69e2e;
  }

  .xl\:focus-within\:bg-yellow-700:focus-within {
    background-color: #b7791f;
  }

  .xl\:focus-within\:bg-yellow-800:focus-within {
    background-color: #975a16;
  }

  .xl\:focus-within\:bg-yellow-900:focus-within {
    background-color: #744210;
  }

  .xl\:focus-within\:bg-green-100:focus-within {
    background-color: #f0fff4;
  }

  .xl\:focus-within\:bg-green-200:focus-within {
    background-color: #c6f6d5;
  }

  .xl\:focus-within\:bg-green-300:focus-within {
    background-color: #9ae6b4;
  }

  .xl\:focus-within\:bg-green-400:focus-within {
    background-color: #68d391;
  }

  .xl\:focus-within\:bg-green-500:focus-within {
    background-color: #48bb78;
  }

  .xl\:focus-within\:bg-green-600:focus-within {
    background-color: #38a169;
  }

  .xl\:focus-within\:bg-green-700:focus-within {
    background-color: #2f855a;
  }

  .xl\:focus-within\:bg-green-800:focus-within {
    background-color: #276749;
  }

  .xl\:focus-within\:bg-green-900:focus-within {
    background-color: #22543d;
  }

  .xl\:focus-within\:bg-teal-100:focus-within {
    background-color: #e6fffa;
  }

  .xl\:focus-within\:bg-teal-200:focus-within {
    background-color: #b2f5ea;
  }

  .xl\:focus-within\:bg-teal-300:focus-within {
    background-color: #81e6d9;
  }

  .xl\:focus-within\:bg-teal-400:focus-within {
    background-color: #4fd1c5;
  }

  .xl\:focus-within\:bg-teal-500:focus-within {
    background-color: #38b2ac;
  }

  .xl\:focus-within\:bg-teal-600:focus-within {
    background-color: #319795;
  }

  .xl\:focus-within\:bg-teal-700:focus-within {
    background-color: #2c7a7b;
  }

  .xl\:focus-within\:bg-teal-800:focus-within {
    background-color: #285e61;
  }

  .xl\:focus-within\:bg-teal-900:focus-within {
    background-color: #234e52;
  }

  .xl\:focus-within\:bg-blue-100:focus-within {
    background-color: #ebf8ff;
  }

  .xl\:focus-within\:bg-blue-200:focus-within {
    background-color: #bee3f8;
  }

  .xl\:focus-within\:bg-blue-300:focus-within {
    background-color: #90cdf4;
  }

  .xl\:focus-within\:bg-blue-400:focus-within {
    background-color: #63b3ed;
  }

  .xl\:focus-within\:bg-blue-500:focus-within {
    background-color: #4299e1;
  }

  .xl\:focus-within\:bg-blue-600:focus-within {
    background-color: #3182ce;
  }

  .xl\:focus-within\:bg-blue-700:focus-within {
    background-color: #2b6cb0;
  }

  .xl\:focus-within\:bg-blue-800:focus-within {
    background-color: #2c5282;
  }

  .xl\:focus-within\:bg-blue-900:focus-within {
    background-color: #2a4365;
  }

  .xl\:focus-within\:bg-indigo-100:focus-within {
    background-color: #ebf4ff;
  }

  .xl\:focus-within\:bg-indigo-200:focus-within {
    background-color: #c3dafe;
  }

  .xl\:focus-within\:bg-indigo-300:focus-within {
    background-color: #a3bffa;
  }

  .xl\:focus-within\:bg-indigo-400:focus-within {
    background-color: #7f9cf5;
  }

  .xl\:focus-within\:bg-indigo-500:focus-within {
    background-color: #667eea;
  }

  .xl\:focus-within\:bg-indigo-600:focus-within {
    background-color: #5a67d8;
  }

  .xl\:focus-within\:bg-indigo-700:focus-within {
    background-color: #4c51bf;
  }

  .xl\:focus-within\:bg-indigo-800:focus-within {
    background-color: #434190;
  }

  .xl\:focus-within\:bg-indigo-900:focus-within {
    background-color: #3c366b;
  }

  .xl\:focus-within\:bg-purple-100:focus-within {
    background-color: #faf5ff;
  }

  .xl\:focus-within\:bg-purple-200:focus-within {
    background-color: #e9d8fd;
  }

  .xl\:focus-within\:bg-purple-300:focus-within {
    background-color: #d6bcfa;
  }

  .xl\:focus-within\:bg-purple-400:focus-within {
    background-color: #b794f4;
  }

  .xl\:focus-within\:bg-purple-500:focus-within {
    background-color: #9f7aea;
  }

  .xl\:focus-within\:bg-purple-600:focus-within {
    background-color: #805ad5;
  }

  .xl\:focus-within\:bg-purple-700:focus-within {
    background-color: #6b46c1;
  }

  .xl\:focus-within\:bg-purple-800:focus-within {
    background-color: #553c9a;
  }

  .xl\:focus-within\:bg-purple-900:focus-within {
    background-color: #44337a;
  }

  .xl\:focus-within\:bg-pink-100:focus-within {
    background-color: #fff5f7;
  }

  .xl\:focus-within\:bg-pink-200:focus-within {
    background-color: #fed7e2;
  }

  .xl\:focus-within\:bg-pink-300:focus-within {
    background-color: #fbb6ce;
  }

  .xl\:focus-within\:bg-pink-400:focus-within {
    background-color: #f687b3;
  }

  .xl\:focus-within\:bg-pink-500:focus-within {
    background-color: #ed64a6;
  }

  .xl\:focus-within\:bg-pink-600:focus-within {
    background-color: #d53f8c;
  }

  .xl\:focus-within\:bg-pink-700:focus-within {
    background-color: #b83280;
  }

  .xl\:focus-within\:bg-pink-800:focus-within {
    background-color: #97266d;
  }

  .xl\:focus-within\:bg-pink-900:focus-within {
    background-color: #702459;
  }

  .xl\:first\:bg-transparent:first-child {
    background-color: transparent;
  }

  .xl\:first\:bg-black:first-child {
    background-color: #000;
  }

  .xl\:first\:bg-white:first-child {
    background-color: #fff;
  }

  .xl\:first\:bg-gray-100:first-child {
    background-color: #f7fafc;
  }

  .xl\:first\:bg-gray-200:first-child {
    background-color: #edf2f7;
  }

  .xl\:first\:bg-gray-300:first-child {
    background-color: #e2e8f0;
  }

  .xl\:first\:bg-gray-400:first-child {
    background-color: #cbd5e0;
  }

  .xl\:first\:bg-gray-500:first-child {
    background-color: #a0aec0;
  }

  .xl\:first\:bg-gray-600:first-child {
    background-color: #718096;
  }

  .xl\:first\:bg-gray-700:first-child {
    background-color: #4a5568;
  }

  .xl\:first\:bg-gray-800:first-child {
    background-color: #2d3748;
  }

  .xl\:first\:bg-gray-900:first-child {
    background-color: #1a202c;
  }

  .xl\:first\:bg-red-100:first-child {
    background-color: #fff5f5;
  }

  .xl\:first\:bg-red-200:first-child {
    background-color: #fed7d7;
  }

  .xl\:first\:bg-red-300:first-child {
    background-color: #feb2b2;
  }

  .xl\:first\:bg-red-400:first-child {
    background-color: #fc8181;
  }

  .xl\:first\:bg-red-500:first-child {
    background-color: #f56565;
  }

  .xl\:first\:bg-red-600:first-child {
    background-color: #e53e3e;
  }

  .xl\:first\:bg-red-700:first-child {
    background-color: #c53030;
  }

  .xl\:first\:bg-red-800:first-child {
    background-color: #9b2c2c;
  }

  .xl\:first\:bg-red-900:first-child {
    background-color: #742a2a;
  }

  .xl\:first\:bg-orange-100:first-child {
    background-color: #fffaf0;
  }

  .xl\:first\:bg-orange-200:first-child {
    background-color: #feebc8;
  }

  .xl\:first\:bg-orange-300:first-child {
    background-color: #fbd38d;
  }

  .xl\:first\:bg-orange-400:first-child {
    background-color: #f6ad55;
  }

  .xl\:first\:bg-orange-500:first-child {
    background-color: #ed8936;
  }

  .xl\:first\:bg-orange-600:first-child {
    background-color: #dd6b20;
  }

  .xl\:first\:bg-orange-700:first-child {
    background-color: #c05621;
  }

  .xl\:first\:bg-orange-800:first-child {
    background-color: #9c4221;
  }

  .xl\:first\:bg-orange-900:first-child {
    background-color: #7b341e;
  }

  .xl\:first\:bg-yellow-100:first-child {
    background-color: #fffff0;
  }

  .xl\:first\:bg-yellow-200:first-child {
    background-color: #fefcbf;
  }

  .xl\:first\:bg-yellow-300:first-child {
    background-color: #faf089;
  }

  .xl\:first\:bg-yellow-400:first-child {
    background-color: #f6e05e;
  }

  .xl\:first\:bg-yellow-500:first-child {
    background-color: #ecc94b;
  }

  .xl\:first\:bg-yellow-600:first-child {
    background-color: #d69e2e;
  }

  .xl\:first\:bg-yellow-700:first-child {
    background-color: #b7791f;
  }

  .xl\:first\:bg-yellow-800:first-child {
    background-color: #975a16;
  }

  .xl\:first\:bg-yellow-900:first-child {
    background-color: #744210;
  }

  .xl\:first\:bg-green-100:first-child {
    background-color: #f0fff4;
  }

  .xl\:first\:bg-green-200:first-child {
    background-color: #c6f6d5;
  }

  .xl\:first\:bg-green-300:first-child {
    background-color: #9ae6b4;
  }

  .xl\:first\:bg-green-400:first-child {
    background-color: #68d391;
  }

  .xl\:first\:bg-green-500:first-child {
    background-color: #48bb78;
  }

  .xl\:first\:bg-green-600:first-child {
    background-color: #38a169;
  }

  .xl\:first\:bg-green-700:first-child {
    background-color: #2f855a;
  }

  .xl\:first\:bg-green-800:first-child {
    background-color: #276749;
  }

  .xl\:first\:bg-green-900:first-child {
    background-color: #22543d;
  }

  .xl\:first\:bg-teal-100:first-child {
    background-color: #e6fffa;
  }

  .xl\:first\:bg-teal-200:first-child {
    background-color: #b2f5ea;
  }

  .xl\:first\:bg-teal-300:first-child {
    background-color: #81e6d9;
  }

  .xl\:first\:bg-teal-400:first-child {
    background-color: #4fd1c5;
  }

  .xl\:first\:bg-teal-500:first-child {
    background-color: #38b2ac;
  }

  .xl\:first\:bg-teal-600:first-child {
    background-color: #319795;
  }

  .xl\:first\:bg-teal-700:first-child {
    background-color: #2c7a7b;
  }

  .xl\:first\:bg-teal-800:first-child {
    background-color: #285e61;
  }

  .xl\:first\:bg-teal-900:first-child {
    background-color: #234e52;
  }

  .xl\:first\:bg-blue-100:first-child {
    background-color: #ebf8ff;
  }

  .xl\:first\:bg-blue-200:first-child {
    background-color: #bee3f8;
  }

  .xl\:first\:bg-blue-300:first-child {
    background-color: #90cdf4;
  }

  .xl\:first\:bg-blue-400:first-child {
    background-color: #63b3ed;
  }

  .xl\:first\:bg-blue-500:first-child {
    background-color: #4299e1;
  }

  .xl\:first\:bg-blue-600:first-child {
    background-color: #3182ce;
  }

  .xl\:first\:bg-blue-700:first-child {
    background-color: #2b6cb0;
  }

  .xl\:first\:bg-blue-800:first-child {
    background-color: #2c5282;
  }

  .xl\:first\:bg-blue-900:first-child {
    background-color: #2a4365;
  }

  .xl\:first\:bg-indigo-100:first-child {
    background-color: #ebf4ff;
  }

  .xl\:first\:bg-indigo-200:first-child {
    background-color: #c3dafe;
  }

  .xl\:first\:bg-indigo-300:first-child {
    background-color: #a3bffa;
  }

  .xl\:first\:bg-indigo-400:first-child {
    background-color: #7f9cf5;
  }

  .xl\:first\:bg-indigo-500:first-child {
    background-color: #667eea;
  }

  .xl\:first\:bg-indigo-600:first-child {
    background-color: #5a67d8;
  }

  .xl\:first\:bg-indigo-700:first-child {
    background-color: #4c51bf;
  }

  .xl\:first\:bg-indigo-800:first-child {
    background-color: #434190;
  }

  .xl\:first\:bg-indigo-900:first-child {
    background-color: #3c366b;
  }

  .xl\:first\:bg-purple-100:first-child {
    background-color: #faf5ff;
  }

  .xl\:first\:bg-purple-200:first-child {
    background-color: #e9d8fd;
  }

  .xl\:first\:bg-purple-300:first-child {
    background-color: #d6bcfa;
  }

  .xl\:first\:bg-purple-400:first-child {
    background-color: #b794f4;
  }

  .xl\:first\:bg-purple-500:first-child {
    background-color: #9f7aea;
  }

  .xl\:first\:bg-purple-600:first-child {
    background-color: #805ad5;
  }

  .xl\:first\:bg-purple-700:first-child {
    background-color: #6b46c1;
  }

  .xl\:first\:bg-purple-800:first-child {
    background-color: #553c9a;
  }

  .xl\:first\:bg-purple-900:first-child {
    background-color: #44337a;
  }

  .xl\:first\:bg-pink-100:first-child {
    background-color: #fff5f7;
  }

  .xl\:first\:bg-pink-200:first-child {
    background-color: #fed7e2;
  }

  .xl\:first\:bg-pink-300:first-child {
    background-color: #fbb6ce;
  }

  .xl\:first\:bg-pink-400:first-child {
    background-color: #f687b3;
  }

  .xl\:first\:bg-pink-500:first-child {
    background-color: #ed64a6;
  }

  .xl\:first\:bg-pink-600:first-child {
    background-color: #d53f8c;
  }

  .xl\:first\:bg-pink-700:first-child {
    background-color: #b83280;
  }

  .xl\:first\:bg-pink-800:first-child {
    background-color: #97266d;
  }

  .xl\:first\:bg-pink-900:first-child {
    background-color: #702459;
  }

  .xl\:last\:bg-transparent:last-child {
    background-color: transparent;
  }

  .xl\:last\:bg-black:last-child {
    background-color: #000;
  }

  .xl\:last\:bg-white:last-child {
    background-color: #fff;
  }

  .xl\:last\:bg-gray-100:last-child {
    background-color: #f7fafc;
  }

  .xl\:last\:bg-gray-200:last-child {
    background-color: #edf2f7;
  }

  .xl\:last\:bg-gray-300:last-child {
    background-color: #e2e8f0;
  }

  .xl\:last\:bg-gray-400:last-child {
    background-color: #cbd5e0;
  }

  .xl\:last\:bg-gray-500:last-child {
    background-color: #a0aec0;
  }

  .xl\:last\:bg-gray-600:last-child {
    background-color: #718096;
  }

  .xl\:last\:bg-gray-700:last-child {
    background-color: #4a5568;
  }

  .xl\:last\:bg-gray-800:last-child {
    background-color: #2d3748;
  }

  .xl\:last\:bg-gray-900:last-child {
    background-color: #1a202c;
  }

  .xl\:last\:bg-red-100:last-child {
    background-color: #fff5f5;
  }

  .xl\:last\:bg-red-200:last-child {
    background-color: #fed7d7;
  }

  .xl\:last\:bg-red-300:last-child {
    background-color: #feb2b2;
  }

  .xl\:last\:bg-red-400:last-child {
    background-color: #fc8181;
  }

  .xl\:last\:bg-red-500:last-child {
    background-color: #f56565;
  }

  .xl\:last\:bg-red-600:last-child {
    background-color: #e53e3e;
  }

  .xl\:last\:bg-red-700:last-child {
    background-color: #c53030;
  }

  .xl\:last\:bg-red-800:last-child {
    background-color: #9b2c2c;
  }

  .xl\:last\:bg-red-900:last-child {
    background-color: #742a2a;
  }

  .xl\:last\:bg-orange-100:last-child {
    background-color: #fffaf0;
  }

  .xl\:last\:bg-orange-200:last-child {
    background-color: #feebc8;
  }

  .xl\:last\:bg-orange-300:last-child {
    background-color: #fbd38d;
  }

  .xl\:last\:bg-orange-400:last-child {
    background-color: #f6ad55;
  }

  .xl\:last\:bg-orange-500:last-child {
    background-color: #ed8936;
  }

  .xl\:last\:bg-orange-600:last-child {
    background-color: #dd6b20;
  }

  .xl\:last\:bg-orange-700:last-child {
    background-color: #c05621;
  }

  .xl\:last\:bg-orange-800:last-child {
    background-color: #9c4221;
  }

  .xl\:last\:bg-orange-900:last-child {
    background-color: #7b341e;
  }

  .xl\:last\:bg-yellow-100:last-child {
    background-color: #fffff0;
  }

  .xl\:last\:bg-yellow-200:last-child {
    background-color: #fefcbf;
  }

  .xl\:last\:bg-yellow-300:last-child {
    background-color: #faf089;
  }

  .xl\:last\:bg-yellow-400:last-child {
    background-color: #f6e05e;
  }

  .xl\:last\:bg-yellow-500:last-child {
    background-color: #ecc94b;
  }

  .xl\:last\:bg-yellow-600:last-child {
    background-color: #d69e2e;
  }

  .xl\:last\:bg-yellow-700:last-child {
    background-color: #b7791f;
  }

  .xl\:last\:bg-yellow-800:last-child {
    background-color: #975a16;
  }

  .xl\:last\:bg-yellow-900:last-child {
    background-color: #744210;
  }

  .xl\:last\:bg-green-100:last-child {
    background-color: #f0fff4;
  }

  .xl\:last\:bg-green-200:last-child {
    background-color: #c6f6d5;
  }

  .xl\:last\:bg-green-300:last-child {
    background-color: #9ae6b4;
  }

  .xl\:last\:bg-green-400:last-child {
    background-color: #68d391;
  }

  .xl\:last\:bg-green-500:last-child {
    background-color: #48bb78;
  }

  .xl\:last\:bg-green-600:last-child {
    background-color: #38a169;
  }

  .xl\:last\:bg-green-700:last-child {
    background-color: #2f855a;
  }

  .xl\:last\:bg-green-800:last-child {
    background-color: #276749;
  }

  .xl\:last\:bg-green-900:last-child {
    background-color: #22543d;
  }

  .xl\:last\:bg-teal-100:last-child {
    background-color: #e6fffa;
  }

  .xl\:last\:bg-teal-200:last-child {
    background-color: #b2f5ea;
  }

  .xl\:last\:bg-teal-300:last-child {
    background-color: #81e6d9;
  }

  .xl\:last\:bg-teal-400:last-child {
    background-color: #4fd1c5;
  }

  .xl\:last\:bg-teal-500:last-child {
    background-color: #38b2ac;
  }

  .xl\:last\:bg-teal-600:last-child {
    background-color: #319795;
  }

  .xl\:last\:bg-teal-700:last-child {
    background-color: #2c7a7b;
  }

  .xl\:last\:bg-teal-800:last-child {
    background-color: #285e61;
  }

  .xl\:last\:bg-teal-900:last-child {
    background-color: #234e52;
  }

  .xl\:last\:bg-blue-100:last-child {
    background-color: #ebf8ff;
  }

  .xl\:last\:bg-blue-200:last-child {
    background-color: #bee3f8;
  }

  .xl\:last\:bg-blue-300:last-child {
    background-color: #90cdf4;
  }

  .xl\:last\:bg-blue-400:last-child {
    background-color: #63b3ed;
  }

  .xl\:last\:bg-blue-500:last-child {
    background-color: #4299e1;
  }

  .xl\:last\:bg-blue-600:last-child {
    background-color: #3182ce;
  }

  .xl\:last\:bg-blue-700:last-child {
    background-color: #2b6cb0;
  }

  .xl\:last\:bg-blue-800:last-child {
    background-color: #2c5282;
  }

  .xl\:last\:bg-blue-900:last-child {
    background-color: #2a4365;
  }

  .xl\:last\:bg-indigo-100:last-child {
    background-color: #ebf4ff;
  }

  .xl\:last\:bg-indigo-200:last-child {
    background-color: #c3dafe;
  }

  .xl\:last\:bg-indigo-300:last-child {
    background-color: #a3bffa;
  }

  .xl\:last\:bg-indigo-400:last-child {
    background-color: #7f9cf5;
  }

  .xl\:last\:bg-indigo-500:last-child {
    background-color: #667eea;
  }

  .xl\:last\:bg-indigo-600:last-child {
    background-color: #5a67d8;
  }

  .xl\:last\:bg-indigo-700:last-child {
    background-color: #4c51bf;
  }

  .xl\:last\:bg-indigo-800:last-child {
    background-color: #434190;
  }

  .xl\:last\:bg-indigo-900:last-child {
    background-color: #3c366b;
  }

  .xl\:last\:bg-purple-100:last-child {
    background-color: #faf5ff;
  }

  .xl\:last\:bg-purple-200:last-child {
    background-color: #e9d8fd;
  }

  .xl\:last\:bg-purple-300:last-child {
    background-color: #d6bcfa;
  }

  .xl\:last\:bg-purple-400:last-child {
    background-color: #b794f4;
  }

  .xl\:last\:bg-purple-500:last-child {
    background-color: #9f7aea;
  }

  .xl\:last\:bg-purple-600:last-child {
    background-color: #805ad5;
  }

  .xl\:last\:bg-purple-700:last-child {
    background-color: #6b46c1;
  }

  .xl\:last\:bg-purple-800:last-child {
    background-color: #553c9a;
  }

  .xl\:last\:bg-purple-900:last-child {
    background-color: #44337a;
  }

  .xl\:last\:bg-pink-100:last-child {
    background-color: #fff5f7;
  }

  .xl\:last\:bg-pink-200:last-child {
    background-color: #fed7e2;
  }

  .xl\:last\:bg-pink-300:last-child {
    background-color: #fbb6ce;
  }

  .xl\:last\:bg-pink-400:last-child {
    background-color: #f687b3;
  }

  .xl\:last\:bg-pink-500:last-child {
    background-color: #ed64a6;
  }

  .xl\:last\:bg-pink-600:last-child {
    background-color: #d53f8c;
  }

  .xl\:last\:bg-pink-700:last-child {
    background-color: #b83280;
  }

  .xl\:last\:bg-pink-800:last-child {
    background-color: #97266d;
  }

  .xl\:last\:bg-pink-900:last-child {
    background-color: #702459;
  }

  .xl\:odd\:bg-transparent:nth-child(odd) {
    background-color: transparent;
  }

  .xl\:odd\:bg-black:nth-child(odd) {
    background-color: #000;
  }

  .xl\:odd\:bg-white:nth-child(odd) {
    background-color: #fff;
  }

  .xl\:odd\:bg-gray-100:nth-child(odd) {
    background-color: #f7fafc;
  }

  .xl\:odd\:bg-gray-200:nth-child(odd) {
    background-color: #edf2f7;
  }

  .xl\:odd\:bg-gray-300:nth-child(odd) {
    background-color: #e2e8f0;
  }

  .xl\:odd\:bg-gray-400:nth-child(odd) {
    background-color: #cbd5e0;
  }

  .xl\:odd\:bg-gray-500:nth-child(odd) {
    background-color: #a0aec0;
  }

  .xl\:odd\:bg-gray-600:nth-child(odd) {
    background-color: #718096;
  }

  .xl\:odd\:bg-gray-700:nth-child(odd) {
    background-color: #4a5568;
  }

  .xl\:odd\:bg-gray-800:nth-child(odd) {
    background-color: #2d3748;
  }

  .xl\:odd\:bg-gray-900:nth-child(odd) {
    background-color: #1a202c;
  }

  .xl\:odd\:bg-red-100:nth-child(odd) {
    background-color: #fff5f5;
  }

  .xl\:odd\:bg-red-200:nth-child(odd) {
    background-color: #fed7d7;
  }

  .xl\:odd\:bg-red-300:nth-child(odd) {
    background-color: #feb2b2;
  }

  .xl\:odd\:bg-red-400:nth-child(odd) {
    background-color: #fc8181;
  }

  .xl\:odd\:bg-red-500:nth-child(odd) {
    background-color: #f56565;
  }

  .xl\:odd\:bg-red-600:nth-child(odd) {
    background-color: #e53e3e;
  }

  .xl\:odd\:bg-red-700:nth-child(odd) {
    background-color: #c53030;
  }

  .xl\:odd\:bg-red-800:nth-child(odd) {
    background-color: #9b2c2c;
  }

  .xl\:odd\:bg-red-900:nth-child(odd) {
    background-color: #742a2a;
  }

  .xl\:odd\:bg-orange-100:nth-child(odd) {
    background-color: #fffaf0;
  }

  .xl\:odd\:bg-orange-200:nth-child(odd) {
    background-color: #feebc8;
  }

  .xl\:odd\:bg-orange-300:nth-child(odd) {
    background-color: #fbd38d;
  }

  .xl\:odd\:bg-orange-400:nth-child(odd) {
    background-color: #f6ad55;
  }

  .xl\:odd\:bg-orange-500:nth-child(odd) {
    background-color: #ed8936;
  }

  .xl\:odd\:bg-orange-600:nth-child(odd) {
    background-color: #dd6b20;
  }

  .xl\:odd\:bg-orange-700:nth-child(odd) {
    background-color: #c05621;
  }

  .xl\:odd\:bg-orange-800:nth-child(odd) {
    background-color: #9c4221;
  }

  .xl\:odd\:bg-orange-900:nth-child(odd) {
    background-color: #7b341e;
  }

  .xl\:odd\:bg-yellow-100:nth-child(odd) {
    background-color: #fffff0;
  }

  .xl\:odd\:bg-yellow-200:nth-child(odd) {
    background-color: #fefcbf;
  }

  .xl\:odd\:bg-yellow-300:nth-child(odd) {
    background-color: #faf089;
  }

  .xl\:odd\:bg-yellow-400:nth-child(odd) {
    background-color: #f6e05e;
  }

  .xl\:odd\:bg-yellow-500:nth-child(odd) {
    background-color: #ecc94b;
  }

  .xl\:odd\:bg-yellow-600:nth-child(odd) {
    background-color: #d69e2e;
  }

  .xl\:odd\:bg-yellow-700:nth-child(odd) {
    background-color: #b7791f;
  }

  .xl\:odd\:bg-yellow-800:nth-child(odd) {
    background-color: #975a16;
  }

  .xl\:odd\:bg-yellow-900:nth-child(odd) {
    background-color: #744210;
  }

  .xl\:odd\:bg-green-100:nth-child(odd) {
    background-color: #f0fff4;
  }

  .xl\:odd\:bg-green-200:nth-child(odd) {
    background-color: #c6f6d5;
  }

  .xl\:odd\:bg-green-300:nth-child(odd) {
    background-color: #9ae6b4;
  }

  .xl\:odd\:bg-green-400:nth-child(odd) {
    background-color: #68d391;
  }

  .xl\:odd\:bg-green-500:nth-child(odd) {
    background-color: #48bb78;
  }

  .xl\:odd\:bg-green-600:nth-child(odd) {
    background-color: #38a169;
  }

  .xl\:odd\:bg-green-700:nth-child(odd) {
    background-color: #2f855a;
  }

  .xl\:odd\:bg-green-800:nth-child(odd) {
    background-color: #276749;
  }

  .xl\:odd\:bg-green-900:nth-child(odd) {
    background-color: #22543d;
  }

  .xl\:odd\:bg-teal-100:nth-child(odd) {
    background-color: #e6fffa;
  }

  .xl\:odd\:bg-teal-200:nth-child(odd) {
    background-color: #b2f5ea;
  }

  .xl\:odd\:bg-teal-300:nth-child(odd) {
    background-color: #81e6d9;
  }

  .xl\:odd\:bg-teal-400:nth-child(odd) {
    background-color: #4fd1c5;
  }

  .xl\:odd\:bg-teal-500:nth-child(odd) {
    background-color: #38b2ac;
  }

  .xl\:odd\:bg-teal-600:nth-child(odd) {
    background-color: #319795;
  }

  .xl\:odd\:bg-teal-700:nth-child(odd) {
    background-color: #2c7a7b;
  }

  .xl\:odd\:bg-teal-800:nth-child(odd) {
    background-color: #285e61;
  }

  .xl\:odd\:bg-teal-900:nth-child(odd) {
    background-color: #234e52;
  }

  .xl\:odd\:bg-blue-100:nth-child(odd) {
    background-color: #ebf8ff;
  }

  .xl\:odd\:bg-blue-200:nth-child(odd) {
    background-color: #bee3f8;
  }

  .xl\:odd\:bg-blue-300:nth-child(odd) {
    background-color: #90cdf4;
  }

  .xl\:odd\:bg-blue-400:nth-child(odd) {
    background-color: #63b3ed;
  }

  .xl\:odd\:bg-blue-500:nth-child(odd) {
    background-color: #4299e1;
  }

  .xl\:odd\:bg-blue-600:nth-child(odd) {
    background-color: #3182ce;
  }

  .xl\:odd\:bg-blue-700:nth-child(odd) {
    background-color: #2b6cb0;
  }

  .xl\:odd\:bg-blue-800:nth-child(odd) {
    background-color: #2c5282;
  }

  .xl\:odd\:bg-blue-900:nth-child(odd) {
    background-color: #2a4365;
  }

  .xl\:odd\:bg-indigo-100:nth-child(odd) {
    background-color: #ebf4ff;
  }

  .xl\:odd\:bg-indigo-200:nth-child(odd) {
    background-color: #c3dafe;
  }

  .xl\:odd\:bg-indigo-300:nth-child(odd) {
    background-color: #a3bffa;
  }

  .xl\:odd\:bg-indigo-400:nth-child(odd) {
    background-color: #7f9cf5;
  }

  .xl\:odd\:bg-indigo-500:nth-child(odd) {
    background-color: #667eea;
  }

  .xl\:odd\:bg-indigo-600:nth-child(odd) {
    background-color: #5a67d8;
  }

  .xl\:odd\:bg-indigo-700:nth-child(odd) {
    background-color: #4c51bf;
  }

  .xl\:odd\:bg-indigo-800:nth-child(odd) {
    background-color: #434190;
  }

  .xl\:odd\:bg-indigo-900:nth-child(odd) {
    background-color: #3c366b;
  }

  .xl\:odd\:bg-purple-100:nth-child(odd) {
    background-color: #faf5ff;
  }

  .xl\:odd\:bg-purple-200:nth-child(odd) {
    background-color: #e9d8fd;
  }

  .xl\:odd\:bg-purple-300:nth-child(odd) {
    background-color: #d6bcfa;
  }

  .xl\:odd\:bg-purple-400:nth-child(odd) {
    background-color: #b794f4;
  }

  .xl\:odd\:bg-purple-500:nth-child(odd) {
    background-color: #9f7aea;
  }

  .xl\:odd\:bg-purple-600:nth-child(odd) {
    background-color: #805ad5;
  }

  .xl\:odd\:bg-purple-700:nth-child(odd) {
    background-color: #6b46c1;
  }

  .xl\:odd\:bg-purple-800:nth-child(odd) {
    background-color: #553c9a;
  }

  .xl\:odd\:bg-purple-900:nth-child(odd) {
    background-color: #44337a;
  }

  .xl\:odd\:bg-pink-100:nth-child(odd) {
    background-color: #fff5f7;
  }

  .xl\:odd\:bg-pink-200:nth-child(odd) {
    background-color: #fed7e2;
  }

  .xl\:odd\:bg-pink-300:nth-child(odd) {
    background-color: #fbb6ce;
  }

  .xl\:odd\:bg-pink-400:nth-child(odd) {
    background-color: #f687b3;
  }

  .xl\:odd\:bg-pink-500:nth-child(odd) {
    background-color: #ed64a6;
  }

  .xl\:odd\:bg-pink-600:nth-child(odd) {
    background-color: #d53f8c;
  }

  .xl\:odd\:bg-pink-700:nth-child(odd) {
    background-color: #b83280;
  }

  .xl\:odd\:bg-pink-800:nth-child(odd) {
    background-color: #97266d;
  }

  .xl\:odd\:bg-pink-900:nth-child(odd) {
    background-color: #702459;
  }

  .xl\:even\:bg-transparent:nth-child(even) {
    background-color: transparent;
  }

  .xl\:even\:bg-black:nth-child(even) {
    background-color: #000;
  }

  .xl\:even\:bg-white:nth-child(even) {
    background-color: #fff;
  }

  .xl\:even\:bg-gray-100:nth-child(even) {
    background-color: #f7fafc;
  }

  .xl\:even\:bg-gray-200:nth-child(even) {
    background-color: #edf2f7;
  }

  .xl\:even\:bg-gray-300:nth-child(even) {
    background-color: #e2e8f0;
  }

  .xl\:even\:bg-gray-400:nth-child(even) {
    background-color: #cbd5e0;
  }

  .xl\:even\:bg-gray-500:nth-child(even) {
    background-color: #a0aec0;
  }

  .xl\:even\:bg-gray-600:nth-child(even) {
    background-color: #718096;
  }

  .xl\:even\:bg-gray-700:nth-child(even) {
    background-color: #4a5568;
  }

  .xl\:even\:bg-gray-800:nth-child(even) {
    background-color: #2d3748;
  }

  .xl\:even\:bg-gray-900:nth-child(even) {
    background-color: #1a202c;
  }

  .xl\:even\:bg-red-100:nth-child(even) {
    background-color: #fff5f5;
  }

  .xl\:even\:bg-red-200:nth-child(even) {
    background-color: #fed7d7;
  }

  .xl\:even\:bg-red-300:nth-child(even) {
    background-color: #feb2b2;
  }

  .xl\:even\:bg-red-400:nth-child(even) {
    background-color: #fc8181;
  }

  .xl\:even\:bg-red-500:nth-child(even) {
    background-color: #f56565;
  }

  .xl\:even\:bg-red-600:nth-child(even) {
    background-color: #e53e3e;
  }

  .xl\:even\:bg-red-700:nth-child(even) {
    background-color: #c53030;
  }

  .xl\:even\:bg-red-800:nth-child(even) {
    background-color: #9b2c2c;
  }

  .xl\:even\:bg-red-900:nth-child(even) {
    background-color: #742a2a;
  }

  .xl\:even\:bg-orange-100:nth-child(even) {
    background-color: #fffaf0;
  }

  .xl\:even\:bg-orange-200:nth-child(even) {
    background-color: #feebc8;
  }

  .xl\:even\:bg-orange-300:nth-child(even) {
    background-color: #fbd38d;
  }

  .xl\:even\:bg-orange-400:nth-child(even) {
    background-color: #f6ad55;
  }

  .xl\:even\:bg-orange-500:nth-child(even) {
    background-color: #ed8936;
  }

  .xl\:even\:bg-orange-600:nth-child(even) {
    background-color: #dd6b20;
  }

  .xl\:even\:bg-orange-700:nth-child(even) {
    background-color: #c05621;
  }

  .xl\:even\:bg-orange-800:nth-child(even) {
    background-color: #9c4221;
  }

  .xl\:even\:bg-orange-900:nth-child(even) {
    background-color: #7b341e;
  }

  .xl\:even\:bg-yellow-100:nth-child(even) {
    background-color: #fffff0;
  }

  .xl\:even\:bg-yellow-200:nth-child(even) {
    background-color: #fefcbf;
  }

  .xl\:even\:bg-yellow-300:nth-child(even) {
    background-color: #faf089;
  }

  .xl\:even\:bg-yellow-400:nth-child(even) {
    background-color: #f6e05e;
  }

  .xl\:even\:bg-yellow-500:nth-child(even) {
    background-color: #ecc94b;
  }

  .xl\:even\:bg-yellow-600:nth-child(even) {
    background-color: #d69e2e;
  }

  .xl\:even\:bg-yellow-700:nth-child(even) {
    background-color: #b7791f;
  }

  .xl\:even\:bg-yellow-800:nth-child(even) {
    background-color: #975a16;
  }

  .xl\:even\:bg-yellow-900:nth-child(even) {
    background-color: #744210;
  }

  .xl\:even\:bg-green-100:nth-child(even) {
    background-color: #f0fff4;
  }

  .xl\:even\:bg-green-200:nth-child(even) {
    background-color: #c6f6d5;
  }

  .xl\:even\:bg-green-300:nth-child(even) {
    background-color: #9ae6b4;
  }

  .xl\:even\:bg-green-400:nth-child(even) {
    background-color: #68d391;
  }

  .xl\:even\:bg-green-500:nth-child(even) {
    background-color: #48bb78;
  }

  .xl\:even\:bg-green-600:nth-child(even) {
    background-color: #38a169;
  }

  .xl\:even\:bg-green-700:nth-child(even) {
    background-color: #2f855a;
  }

  .xl\:even\:bg-green-800:nth-child(even) {
    background-color: #276749;
  }

  .xl\:even\:bg-green-900:nth-child(even) {
    background-color: #22543d;
  }

  .xl\:even\:bg-teal-100:nth-child(even) {
    background-color: #e6fffa;
  }

  .xl\:even\:bg-teal-200:nth-child(even) {
    background-color: #b2f5ea;
  }

  .xl\:even\:bg-teal-300:nth-child(even) {
    background-color: #81e6d9;
  }

  .xl\:even\:bg-teal-400:nth-child(even) {
    background-color: #4fd1c5;
  }

  .xl\:even\:bg-teal-500:nth-child(even) {
    background-color: #38b2ac;
  }

  .xl\:even\:bg-teal-600:nth-child(even) {
    background-color: #319795;
  }

  .xl\:even\:bg-teal-700:nth-child(even) {
    background-color: #2c7a7b;
  }

  .xl\:even\:bg-teal-800:nth-child(even) {
    background-color: #285e61;
  }

  .xl\:even\:bg-teal-900:nth-child(even) {
    background-color: #234e52;
  }

  .xl\:even\:bg-blue-100:nth-child(even) {
    background-color: #ebf8ff;
  }

  .xl\:even\:bg-blue-200:nth-child(even) {
    background-color: #bee3f8;
  }

  .xl\:even\:bg-blue-300:nth-child(even) {
    background-color: #90cdf4;
  }

  .xl\:even\:bg-blue-400:nth-child(even) {
    background-color: #63b3ed;
  }

  .xl\:even\:bg-blue-500:nth-child(even) {
    background-color: #4299e1;
  }

  .xl\:even\:bg-blue-600:nth-child(even) {
    background-color: #3182ce;
  }

  .xl\:even\:bg-blue-700:nth-child(even) {
    background-color: #2b6cb0;
  }

  .xl\:even\:bg-blue-800:nth-child(even) {
    background-color: #2c5282;
  }

  .xl\:even\:bg-blue-900:nth-child(even) {
    background-color: #2a4365;
  }

  .xl\:even\:bg-indigo-100:nth-child(even) {
    background-color: #ebf4ff;
  }

  .xl\:even\:bg-indigo-200:nth-child(even) {
    background-color: #c3dafe;
  }

  .xl\:even\:bg-indigo-300:nth-child(even) {
    background-color: #a3bffa;
  }

  .xl\:even\:bg-indigo-400:nth-child(even) {
    background-color: #7f9cf5;
  }

  .xl\:even\:bg-indigo-500:nth-child(even) {
    background-color: #667eea;
  }

  .xl\:even\:bg-indigo-600:nth-child(even) {
    background-color: #5a67d8;
  }

  .xl\:even\:bg-indigo-700:nth-child(even) {
    background-color: #4c51bf;
  }

  .xl\:even\:bg-indigo-800:nth-child(even) {
    background-color: #434190;
  }

  .xl\:even\:bg-indigo-900:nth-child(even) {
    background-color: #3c366b;
  }

  .xl\:even\:bg-purple-100:nth-child(even) {
    background-color: #faf5ff;
  }

  .xl\:even\:bg-purple-200:nth-child(even) {
    background-color: #e9d8fd;
  }

  .xl\:even\:bg-purple-300:nth-child(even) {
    background-color: #d6bcfa;
  }

  .xl\:even\:bg-purple-400:nth-child(even) {
    background-color: #b794f4;
  }

  .xl\:even\:bg-purple-500:nth-child(even) {
    background-color: #9f7aea;
  }

  .xl\:even\:bg-purple-600:nth-child(even) {
    background-color: #805ad5;
  }

  .xl\:even\:bg-purple-700:nth-child(even) {
    background-color: #6b46c1;
  }

  .xl\:even\:bg-purple-800:nth-child(even) {
    background-color: #553c9a;
  }

  .xl\:even\:bg-purple-900:nth-child(even) {
    background-color: #44337a;
  }

  .xl\:even\:bg-pink-100:nth-child(even) {
    background-color: #fff5f7;
  }

  .xl\:even\:bg-pink-200:nth-child(even) {
    background-color: #fed7e2;
  }

  .xl\:even\:bg-pink-300:nth-child(even) {
    background-color: #fbb6ce;
  }

  .xl\:even\:bg-pink-400:nth-child(even) {
    background-color: #f687b3;
  }

  .xl\:even\:bg-pink-500:nth-child(even) {
    background-color: #ed64a6;
  }

  .xl\:even\:bg-pink-600:nth-child(even) {
    background-color: #d53f8c;
  }

  .xl\:even\:bg-pink-700:nth-child(even) {
    background-color: #b83280;
  }

  .xl\:even\:bg-pink-800:nth-child(even) {
    background-color: #97266d;
  }

  .xl\:even\:bg-pink-900:nth-child(even) {
    background-color: #702459;
  }

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

  .xl\:hover\:bg-black:hover {
    background-color: #000;
  }

  .xl\:hover\:bg-white:hover {
    background-color: #fff;
  }

  .xl\:hover\:bg-gray-100:hover {
    background-color: #f7fafc;
  }

  .xl\:hover\:bg-gray-200:hover {
    background-color: #edf2f7;
  }

  .xl\:hover\:bg-gray-300:hover {
    background-color: #e2e8f0;
  }

  .xl\:hover\:bg-gray-400:hover {
    background-color: #cbd5e0;
  }

  .xl\:hover\:bg-gray-500:hover {
    background-color: #a0aec0;
  }

  .xl\:hover\:bg-gray-600:hover {
    background-color: #718096;
  }

  .xl\:hover\:bg-gray-700:hover {
    background-color: #4a5568;
  }

  .xl\:hover\:bg-gray-800:hover {
    background-color: #2d3748;
  }

  .xl\:hover\:bg-gray-900:hover {
    background-color: #1a202c;
  }

  .xl\:hover\:bg-red-100:hover {
    background-color: #fff5f5;
  }

  .xl\:hover\:bg-red-200:hover {
    background-color: #fed7d7;
  }

  .xl\:hover\:bg-red-300:hover {
    background-color: #feb2b2;
  }

  .xl\:hover\:bg-red-400:hover {
    background-color: #fc8181;
  }

  .xl\:hover\:bg-red-500:hover {
    background-color: #f56565;
  }

  .xl\:hover\:bg-red-600:hover {
    background-color: #e53e3e;
  }

  .xl\:hover\:bg-red-700:hover {
    background-color: #c53030;
  }

  .xl\:hover\:bg-red-800:hover {
    background-color: #9b2c2c;
  }

  .xl\:hover\:bg-red-900:hover {
    background-color: #742a2a;
  }

  .xl\:hover\:bg-orange-100:hover {
    background-color: #fffaf0;
  }

  .xl\:hover\:bg-orange-200:hover {
    background-color: #feebc8;
  }

  .xl\:hover\:bg-orange-300:hover {
    background-color: #fbd38d;
  }

  .xl\:hover\:bg-orange-400:hover {
    background-color: #f6ad55;
  }

  .xl\:hover\:bg-orange-500:hover {
    background-color: #ed8936;
  }

  .xl\:hover\:bg-orange-600:hover {
    background-color: #dd6b20;
  }

  .xl\:hover\:bg-orange-700:hover {
    background-color: #c05621;
  }

  .xl\:hover\:bg-orange-800:hover {
    background-color: #9c4221;
  }

  .xl\:hover\:bg-orange-900:hover {
    background-color: #7b341e;
  }

  .xl\:hover\:bg-yellow-100:hover {
    background-color: #fffff0;
  }

  .xl\:hover\:bg-yellow-200:hover {
    background-color: #fefcbf;
  }

  .xl\:hover\:bg-yellow-300:hover {
    background-color: #faf089;
  }

  .xl\:hover\:bg-yellow-400:hover {
    background-color: #f6e05e;
  }

  .xl\:hover\:bg-yellow-500:hover {
    background-color: #ecc94b;
  }

  .xl\:hover\:bg-yellow-600:hover {
    background-color: #d69e2e;
  }

  .xl\:hover\:bg-yellow-700:hover {
    background-color: #b7791f;
  }

  .xl\:hover\:bg-yellow-800:hover {
    background-color: #975a16;
  }

  .xl\:hover\:bg-yellow-900:hover {
    background-color: #744210;
  }

  .xl\:hover\:bg-green-100:hover {
    background-color: #f0fff4;
  }

  .xl\:hover\:bg-green-200:hover {
    background-color: #c6f6d5;
  }

  .xl\:hover\:bg-green-300:hover {
    background-color: #9ae6b4;
  }

  .xl\:hover\:bg-green-400:hover {
    background-color: #68d391;
  }

  .xl\:hover\:bg-green-500:hover {
    background-color: #48bb78;
  }

  .xl\:hover\:bg-green-600:hover {
    background-color: #38a169;
  }

  .xl\:hover\:bg-green-700:hover {
    background-color: #2f855a;
  }

  .xl\:hover\:bg-green-800:hover {
    background-color: #276749;
  }

  .xl\:hover\:bg-green-900:hover {
    background-color: #22543d;
  }

  .xl\:hover\:bg-teal-100:hover {
    background-color: #e6fffa;
  }

  .xl\:hover\:bg-teal-200:hover {
    background-color: #b2f5ea;
  }

  .xl\:hover\:bg-teal-300:hover {
    background-color: #81e6d9;
  }

  .xl\:hover\:bg-teal-400:hover {
    background-color: #4fd1c5;
  }

  .xl\:hover\:bg-teal-500:hover {
    background-color: #38b2ac;
  }

  .xl\:hover\:bg-teal-600:hover {
    background-color: #319795;
  }

  .xl\:hover\:bg-teal-700:hover {
    background-color: #2c7a7b;
  }

  .xl\:hover\:bg-teal-800:hover {
    background-color: #285e61;
  }

  .xl\:hover\:bg-teal-900:hover {
    background-color: #234e52;
  }

  .xl\:hover\:bg-blue-100:hover {
    background-color: #ebf8ff;
  }

  .xl\:hover\:bg-blue-200:hover {
    background-color: #bee3f8;
  }

  .xl\:hover\:bg-blue-300:hover {
    background-color: #90cdf4;
  }

  .xl\:hover\:bg-blue-400:hover {
    background-color: #63b3ed;
  }

  .xl\:hover\:bg-blue-500:hover {
    background-color: #4299e1;
  }

  .xl\:hover\:bg-blue-600:hover {
    background-color: #3182ce;
  }

  .xl\:hover\:bg-blue-700:hover {
    background-color: #2b6cb0;
  }

  .xl\:hover\:bg-blue-800:hover {
    background-color: #2c5282;
  }

  .xl\:hover\:bg-blue-900:hover {
    background-color: #2a4365;
  }

  .xl\:hover\:bg-indigo-100:hover {
    background-color: #ebf4ff;
  }

  .xl\:hover\:bg-indigo-200:hover {
    background-color: #c3dafe;
  }

  .xl\:hover\:bg-indigo-300:hover {
    background-color: #a3bffa;
  }

  .xl\:hover\:bg-indigo-400:hover {
    background-color: #7f9cf5;
  }

  .xl\:hover\:bg-indigo-500:hover {
    background-color: #667eea;
  }

  .xl\:hover\:bg-indigo-600:hover {
    background-color: #5a67d8;
  }

  .xl\:hover\:bg-indigo-700:hover {
    background-color: #4c51bf;
  }

  .xl\:hover\:bg-indigo-800:hover {
    background-color: #434190;
  }

  .xl\:hover\:bg-indigo-900:hover {
    background-color: #3c366b;
  }

  .xl\:hover\:bg-purple-100:hover {
    background-color: #faf5ff;
  }

  .xl\:hover\:bg-purple-200:hover {
    background-color: #e9d8fd;
  }

  .xl\:hover\:bg-purple-300:hover {
    background-color: #d6bcfa;
  }

  .xl\:hover\:bg-purple-400:hover {
    background-color: #b794f4;
  }

  .xl\:hover\:bg-purple-500:hover {
    background-color: #9f7aea;
  }

  .xl\:hover\:bg-purple-600:hover {
    background-color: #805ad5;
  }

  .xl\:hover\:bg-purple-700:hover {
    background-color: #6b46c1;
  }

  .xl\:hover\:bg-purple-800:hover {
    background-color: #553c9a;
  }

  .xl\:hover\:bg-purple-900:hover {
    background-color: #44337a;
  }

  .xl\:hover\:bg-pink-100:hover {
    background-color: #fff5f7;
  }

  .xl\:hover\:bg-pink-200:hover {
    background-color: #fed7e2;
  }

  .xl\:hover\:bg-pink-300:hover {
    background-color: #fbb6ce;
  }

  .xl\:hover\:bg-pink-400:hover {
    background-color: #f687b3;
  }

  .xl\:hover\:bg-pink-500:hover {
    background-color: #ed64a6;
  }

  .xl\:hover\:bg-pink-600:hover {
    background-color: #d53f8c;
  }

  .xl\:hover\:bg-pink-700:hover {
    background-color: #b83280;
  }

  .xl\:hover\:bg-pink-800:hover {
    background-color: #97266d;
  }

  .xl\:hover\:bg-pink-900:hover {
    background-color: #702459;
  }

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

  .xl\:focus\:bg-black:focus {
    background-color: #000;
  }

  .xl\:focus\:bg-white:focus {
    background-color: #fff;
  }

  .xl\:focus\:bg-gray-100:focus {
    background-color: #f7fafc;
  }

  .xl\:focus\:bg-gray-200:focus {
    background-color: #edf2f7;
  }

  .xl\:focus\:bg-gray-300:focus {
    background-color: #e2e8f0;
  }

  .xl\:focus\:bg-gray-400:focus {
    background-color: #cbd5e0;
  }

  .xl\:focus\:bg-gray-500:focus {
    background-color: #a0aec0;
  }

  .xl\:focus\:bg-gray-600:focus {
    background-color: #718096;
  }

  .xl\:focus\:bg-gray-700:focus {
    background-color: #4a5568;
  }

  .xl\:focus\:bg-gray-800:focus {
    background-color: #2d3748;
  }

  .xl\:focus\:bg-gray-900:focus {
    background-color: #1a202c;
  }

  .xl\:focus\:bg-red-100:focus {
    background-color: #fff5f5;
  }

  .xl\:focus\:bg-red-200:focus {
    background-color: #fed7d7;
  }

  .xl\:focus\:bg-red-300:focus {
    background-color: #feb2b2;
  }

  .xl\:focus\:bg-red-400:focus {
    background-color: #fc8181;
  }

  .xl\:focus\:bg-red-500:focus {
    background-color: #f56565;
  }

  .xl\:focus\:bg-red-600:focus {
    background-color: #e53e3e;
  }

  .xl\:focus\:bg-red-700:focus {
    background-color: #c53030;
  }

  .xl\:focus\:bg-red-800:focus {
    background-color: #9b2c2c;
  }

  .xl\:focus\:bg-red-900:focus {
    background-color: #742a2a;
  }

  .xl\:focus\:bg-orange-100:focus {
    background-color: #fffaf0;
  }

  .xl\:focus\:bg-orange-200:focus {
    background-color: #feebc8;
  }

  .xl\:focus\:bg-orange-300:focus {
    background-color: #fbd38d;
  }

  .xl\:focus\:bg-orange-400:focus {
    background-color: #f6ad55;
  }

  .xl\:focus\:bg-orange-500:focus {
    background-color: #ed8936;
  }

  .xl\:focus\:bg-orange-600:focus {
    background-color: #dd6b20;
  }

  .xl\:focus\:bg-orange-700:focus {
    background-color: #c05621;
  }

  .xl\:focus\:bg-orange-800:focus {
    background-color: #9c4221;
  }

  .xl\:focus\:bg-orange-900:focus {
    background-color: #7b341e;
  }

  .xl\:focus\:bg-yellow-100:focus {
    background-color: #fffff0;
  }

  .xl\:focus\:bg-yellow-200:focus {
    background-color: #fefcbf;
  }

  .xl\:focus\:bg-yellow-300:focus {
    background-color: #faf089;
  }

  .xl\:focus\:bg-yellow-400:focus {
    background-color: #f6e05e;
  }

  .xl\:focus\:bg-yellow-500:focus {
    background-color: #ecc94b;
  }

  .xl\:focus\:bg-yellow-600:focus {
    background-color: #d69e2e;
  }

  .xl\:focus\:bg-yellow-700:focus {
    background-color: #b7791f;
  }

  .xl\:focus\:bg-yellow-800:focus {
    background-color: #975a16;
  }

  .xl\:focus\:bg-yellow-900:focus {
    background-color: #744210;
  }

  .xl\:focus\:bg-green-100:focus {
    background-color: #f0fff4;
  }

  .xl\:focus\:bg-green-200:focus {
    background-color: #c6f6d5;
  }

  .xl\:focus\:bg-green-300:focus {
    background-color: #9ae6b4;
  }

  .xl\:focus\:bg-green-400:focus {
    background-color: #68d391;
  }

  .xl\:focus\:bg-green-500:focus {
    background-color: #48bb78;
  }

  .xl\:focus\:bg-green-600:focus {
    background-color: #38a169;
  }

  .xl\:focus\:bg-green-700:focus {
    background-color: #2f855a;
  }

  .xl\:focus\:bg-green-800:focus {
    background-color: #276749;
  }

  .xl\:focus\:bg-green-900:focus {
    background-color: #22543d;
  }

  .xl\:focus\:bg-teal-100:focus {
    background-color: #e6fffa;
  }

  .xl\:focus\:bg-teal-200:focus {
    background-color: #b2f5ea;
  }

  .xl\:focus\:bg-teal-300:focus {
    background-color: #81e6d9;
  }

  .xl\:focus\:bg-teal-400:focus {
    background-color: #4fd1c5;
  }

  .xl\:focus\:bg-teal-500:focus {
    background-color: #38b2ac;
  }

  .xl\:focus\:bg-teal-600:focus {
    background-color: #319795;
  }

  .xl\:focus\:bg-teal-700:focus {
    background-color: #2c7a7b;
  }

  .xl\:focus\:bg-teal-800:focus {
    background-color: #285e61;
  }

  .xl\:focus\:bg-teal-900:focus {
    background-color: #234e52;
  }

  .xl\:focus\:bg-blue-100:focus {
    background-color: #ebf8ff;
  }

  .xl\:focus\:bg-blue-200:focus {
    background-color: #bee3f8;
  }

  .xl\:focus\:bg-blue-300:focus {
    background-color: #90cdf4;
  }

  .xl\:focus\:bg-blue-400:focus {
    background-color: #63b3ed;
  }

  .xl\:focus\:bg-blue-500:focus {
    background-color: #4299e1;
  }

  .xl\:focus\:bg-blue-600:focus {
    background-color: #3182ce;
  }

  .xl\:focus\:bg-blue-700:focus {
    background-color: #2b6cb0;
  }

  .xl\:focus\:bg-blue-800:focus {
    background-color: #2c5282;
  }

  .xl\:focus\:bg-blue-900:focus {
    background-color: #2a4365;
  }

  .xl\:focus\:bg-indigo-100:focus {
    background-color: #ebf4ff;
  }

  .xl\:focus\:bg-indigo-200:focus {
    background-color: #c3dafe;
  }

  .xl\:focus\:bg-indigo-300:focus {
    background-color: #a3bffa;
  }

  .xl\:focus\:bg-indigo-400:focus {
    background-color: #7f9cf5;
  }

  .xl\:focus\:bg-indigo-500:focus {
    background-color: #667eea;
  }

  .xl\:focus\:bg-indigo-600:focus {
    background-color: #5a67d8;
  }

  .xl\:focus\:bg-indigo-700:focus {
    background-color: #4c51bf;
  }

  .xl\:focus\:bg-indigo-800:focus {
    background-color: #434190;
  }

  .xl\:focus\:bg-indigo-900:focus {
    background-color: #3c366b;
  }

  .xl\:focus\:bg-purple-100:focus {
    background-color: #faf5ff;
  }

  .xl\:focus\:bg-purple-200:focus {
    background-color: #e9d8fd;
  }

  .xl\:focus\:bg-purple-300:focus {
    background-color: #d6bcfa;
  }

  .xl\:focus\:bg-purple-400:focus {
    background-color: #b794f4;
  }

  .xl\:focus\:bg-purple-500:focus {
    background-color: #9f7aea;
  }

  .xl\:focus\:bg-purple-600:focus {
    background-color: #805ad5;
  }

  .xl\:focus\:bg-purple-700:focus {
    background-color: #6b46c1;
  }

  .xl\:focus\:bg-purple-800:focus {
    background-color: #553c9a;
  }

  .xl\:focus\:bg-purple-900:focus {
    background-color: #44337a;
  }

  .xl\:focus\:bg-pink-100:focus {
    background-color: #fff5f7;
  }

  .xl\:focus\:bg-pink-200:focus {
    background-color: #fed7e2;
  }

  .xl\:focus\:bg-pink-300:focus {
    background-color: #fbb6ce;
  }

  .xl\:focus\:bg-pink-400:focus {
    background-color: #f687b3;
  }

  .xl\:focus\:bg-pink-500:focus {
    background-color: #ed64a6;
  }

  .xl\:focus\:bg-pink-600:focus {
    background-color: #d53f8c;
  }

  .xl\:focus\:bg-pink-700:focus {
    background-color: #b83280;
  }

  .xl\:focus\:bg-pink-800:focus {
    background-color: #97266d;
  }

  .xl\:focus\:bg-pink-900:focus {
    background-color: #702459;
  }

  .xl\:active\:bg-transparent:active {
    background-color: transparent;
  }

  .xl\:active\:bg-black:active {
    background-color: #000;
  }

  .xl\:active\:bg-white:active {
    background-color: #fff;
  }

  .xl\:active\:bg-gray-100:active {
    background-color: #f7fafc;
  }

  .xl\:active\:bg-gray-200:active {
    background-color: #edf2f7;
  }

  .xl\:active\:bg-gray-300:active {
    background-color: #e2e8f0;
  }

  .xl\:active\:bg-gray-400:active {
    background-color: #cbd5e0;
  }

  .xl\:active\:bg-gray-500:active {
    background-color: #a0aec0;
  }

  .xl\:active\:bg-gray-600:active {
    background-color: #718096;
  }

  .xl\:active\:bg-gray-700:active {
    background-color: #4a5568;
  }

  .xl\:active\:bg-gray-800:active {
    background-color: #2d3748;
  }

  .xl\:active\:bg-gray-900:active {
    background-color: #1a202c;
  }

  .xl\:active\:bg-red-100:active {
    background-color: #fff5f5;
  }

  .xl\:active\:bg-red-200:active {
    background-color: #fed7d7;
  }

  .xl\:active\:bg-red-300:active {
    background-color: #feb2b2;
  }

  .xl\:active\:bg-red-400:active {
    background-color: #fc8181;
  }

  .xl\:active\:bg-red-500:active {
    background-color: #f56565;
  }

  .xl\:active\:bg-red-600:active {
    background-color: #e53e3e;
  }

  .xl\:active\:bg-red-700:active {
    background-color: #c53030;
  }

  .xl\:active\:bg-red-800:active {
    background-color: #9b2c2c;
  }

  .xl\:active\:bg-red-900:active {
    background-color: #742a2a;
  }

  .xl\:active\:bg-orange-100:active {
    background-color: #fffaf0;
  }

  .xl\:active\:bg-orange-200:active {
    background-color: #feebc8;
  }

  .xl\:active\:bg-orange-300:active {
    background-color: #fbd38d;
  }

  .xl\:active\:bg-orange-400:active {
    background-color: #f6ad55;
  }

  .xl\:active\:bg-orange-500:active {
    background-color: #ed8936;
  }

  .xl\:active\:bg-orange-600:active {
    background-color: #dd6b20;
  }

  .xl\:active\:bg-orange-700:active {
    background-color: #c05621;
  }

  .xl\:active\:bg-orange-800:active {
    background-color: #9c4221;
  }

  .xl\:active\:bg-orange-900:active {
    background-color: #7b341e;
  }

  .xl\:active\:bg-yellow-100:active {
    background-color: #fffff0;
  }

  .xl\:active\:bg-yellow-200:active {
    background-color: #fefcbf;
  }

  .xl\:active\:bg-yellow-300:active {
    background-color: #faf089;
  }

  .xl\:active\:bg-yellow-400:active {
    background-color: #f6e05e;
  }

  .xl\:active\:bg-yellow-500:active {
    background-color: #ecc94b;
  }

  .xl\:active\:bg-yellow-600:active {
    background-color: #d69e2e;
  }

  .xl\:active\:bg-yellow-700:active {
    background-color: #b7791f;
  }

  .xl\:active\:bg-yellow-800:active {
    background-color: #975a16;
  }

  .xl\:active\:bg-yellow-900:active {
    background-color: #744210;
  }

  .xl\:active\:bg-green-100:active {
    background-color: #f0fff4;
  }

  .xl\:active\:bg-green-200:active {
    background-color: #c6f6d5;
  }

  .xl\:active\:bg-green-300:active {
    background-color: #9ae6b4;
  }

  .xl\:active\:bg-green-400:active {
    background-color: #68d391;
  }

  .xl\:active\:bg-green-500:active {
    background-color: #48bb78;
  }

  .xl\:active\:bg-green-600:active {
    background-color: #38a169;
  }

  .xl\:active\:bg-green-700:active {
    background-color: #2f855a;
  }

  .xl\:active\:bg-green-800:active {
    background-color: #276749;
  }

  .xl\:active\:bg-green-900:active {
    background-color: #22543d;
  }

  .xl\:active\:bg-teal-100:active {
    background-color: #e6fffa;
  }

  .xl\:active\:bg-teal-200:active {
    background-color: #b2f5ea;
  }

  .xl\:active\:bg-teal-300:active {
    background-color: #81e6d9;
  }

  .xl\:active\:bg-teal-400:active {
    background-color: #4fd1c5;
  }

  .xl\:active\:bg-teal-500:active {
    background-color: #38b2ac;
  }

  .xl\:active\:bg-teal-600:active {
    background-color: #319795;
  }

  .xl\:active\:bg-teal-700:active {
    background-color: #2c7a7b;
  }

  .xl\:active\:bg-teal-800:active {
    background-color: #285e61;
  }

  .xl\:active\:bg-teal-900:active {
    background-color: #234e52;
  }

  .xl\:active\:bg-blue-100:active {
    background-color: #ebf8ff;
  }

  .xl\:active\:bg-blue-200:active {
    background-color: #bee3f8;
  }

  .xl\:active\:bg-blue-300:active {
    background-color: #90cdf4;
  }

  .xl\:active\:bg-blue-400:active {
    background-color: #63b3ed;
  }

  .xl\:active\:bg-blue-500:active {
    background-color: #4299e1;
  }

  .xl\:active\:bg-blue-600:active {
    background-color: #3182ce;
  }

  .xl\:active\:bg-blue-700:active {
    background-color: #2b6cb0;
  }

  .xl\:active\:bg-blue-800:active {
    background-color: #2c5282;
  }

  .xl\:active\:bg-blue-900:active {
    background-color: #2a4365;
  }

  .xl\:active\:bg-indigo-100:active {
    background-color: #ebf4ff;
  }

  .xl\:active\:bg-indigo-200:active {
    background-color: #c3dafe;
  }

  .xl\:active\:bg-indigo-300:active {
    background-color: #a3bffa;
  }

  .xl\:active\:bg-indigo-400:active {
    background-color: #7f9cf5;
  }

  .xl\:active\:bg-indigo-500:active {
    background-color: #667eea;
  }

  .xl\:active\:bg-indigo-600:active {
    background-color: #5a67d8;
  }

  .xl\:active\:bg-indigo-700:active {
    background-color: #4c51bf;
  }

  .xl\:active\:bg-indigo-800:active {
    background-color: #434190;
  }

  .xl\:active\:bg-indigo-900:active {
    background-color: #3c366b;
  }

  .xl\:active\:bg-purple-100:active {
    background-color: #faf5ff;
  }

  .xl\:active\:bg-purple-200:active {
    background-color: #e9d8fd;
  }

  .xl\:active\:bg-purple-300:active {
    background-color: #d6bcfa;
  }

  .xl\:active\:bg-purple-400:active {
    background-color: #b794f4;
  }

  .xl\:active\:bg-purple-500:active {
    background-color: #9f7aea;
  }

  .xl\:active\:bg-purple-600:active {
    background-color: #805ad5;
  }

  .xl\:active\:bg-purple-700:active {
    background-color: #6b46c1;
  }

  .xl\:active\:bg-purple-800:active {
    background-color: #553c9a;
  }

  .xl\:active\:bg-purple-900:active {
    background-color: #44337a;
  }

  .xl\:active\:bg-pink-100:active {
    background-color: #fff5f7;
  }

  .xl\:active\:bg-pink-200:active {
    background-color: #fed7e2;
  }

  .xl\:active\:bg-pink-300:active {
    background-color: #fbb6ce;
  }

  .xl\:active\:bg-pink-400:active {
    background-color: #f687b3;
  }

  .xl\:active\:bg-pink-500:active {
    background-color: #ed64a6;
  }

  .xl\:active\:bg-pink-600:active {
    background-color: #d53f8c;
  }

  .xl\:active\:bg-pink-700:active {
    background-color: #b83280;
  }

  .xl\:active\:bg-pink-800:active {
    background-color: #97266d;
  }

  .xl\:active\:bg-pink-900:active {
    background-color: #702459;
  }

  .xl\:visited\:bg-transparent:visited {
    background-color: transparent;
  }

  .xl\:visited\:bg-black:visited {
    background-color: #000;
  }

  .xl\:visited\:bg-white:visited {
    background-color: #fff;
  }

  .xl\:visited\:bg-gray-100:visited {
    background-color: #f7fafc;
  }

  .xl\:visited\:bg-gray-200:visited {
    background-color: #edf2f7;
  }

  .xl\:visited\:bg-gray-300:visited {
    background-color: #e2e8f0;
  }

  .xl\:visited\:bg-gray-400:visited {
    background-color: #cbd5e0;
  }

  .xl\:visited\:bg-gray-500:visited {
    background-color: #a0aec0;
  }

  .xl\:visited\:bg-gray-600:visited {
    background-color: #718096;
  }

  .xl\:visited\:bg-gray-700:visited {
    background-color: #4a5568;
  }

  .xl\:visited\:bg-gray-800:visited {
    background-color: #2d3748;
  }

  .xl\:visited\:bg-gray-900:visited {
    background-color: #1a202c;
  }

  .xl\:visited\:bg-red-100:visited {
    background-color: #fff5f5;
  }

  .xl\:visited\:bg-red-200:visited {
    background-color: #fed7d7;
  }

  .xl\:visited\:bg-red-300:visited {
    background-color: #feb2b2;
  }

  .xl\:visited\:bg-red-400:visited {
    background-color: #fc8181;
  }

  .xl\:visited\:bg-red-500:visited {
    background-color: #f56565;
  }

  .xl\:visited\:bg-red-600:visited {
    background-color: #e53e3e;
  }

  .xl\:visited\:bg-red-700:visited {
    background-color: #c53030;
  }

  .xl\:visited\:bg-red-800:visited {
    background-color: #9b2c2c;
  }

  .xl\:visited\:bg-red-900:visited {
    background-color: #742a2a;
  }

  .xl\:visited\:bg-orange-100:visited {
    background-color: #fffaf0;
  }

  .xl\:visited\:bg-orange-200:visited {
    background-color: #feebc8;
  }

  .xl\:visited\:bg-orange-300:visited {
    background-color: #fbd38d;
  }

  .xl\:visited\:bg-orange-400:visited {
    background-color: #f6ad55;
  }

  .xl\:visited\:bg-orange-500:visited {
    background-color: #ed8936;
  }

  .xl\:visited\:bg-orange-600:visited {
    background-color: #dd6b20;
  }

  .xl\:visited\:bg-orange-700:visited {
    background-color: #c05621;
  }

  .xl\:visited\:bg-orange-800:visited {
    background-color: #9c4221;
  }

  .xl\:visited\:bg-orange-900:visited {
    background-color: #7b341e;
  }

  .xl\:visited\:bg-yellow-100:visited {
    background-color: #fffff0;
  }

  .xl\:visited\:bg-yellow-200:visited {
    background-color: #fefcbf;
  }

  .xl\:visited\:bg-yellow-300:visited {
    background-color: #faf089;
  }

  .xl\:visited\:bg-yellow-400:visited {
    background-color: #f6e05e;
  }

  .xl\:visited\:bg-yellow-500:visited {
    background-color: #ecc94b;
  }

  .xl\:visited\:bg-yellow-600:visited {
    background-color: #d69e2e;
  }

  .xl\:visited\:bg-yellow-700:visited {
    background-color: #b7791f;
  }

  .xl\:visited\:bg-yellow-800:visited {
    background-color: #975a16;
  }

  .xl\:visited\:bg-yellow-900:visited {
    background-color: #744210;
  }

  .xl\:visited\:bg-green-100:visited {
    background-color: #f0fff4;
  }

  .xl\:visited\:bg-green-200:visited {
    background-color: #c6f6d5;
  }

  .xl\:visited\:bg-green-300:visited {
    background-color: #9ae6b4;
  }

  .xl\:visited\:bg-green-400:visited {
    background-color: #68d391;
  }

  .xl\:visited\:bg-green-500:visited {
    background-color: #48bb78;
  }

  .xl\:visited\:bg-green-600:visited {
    background-color: #38a169;
  }

  .xl\:visited\:bg-green-700:visited {
    background-color: #2f855a;
  }

  .xl\:visited\:bg-green-800:visited {
    background-color: #276749;
  }

  .xl\:visited\:bg-green-900:visited {
    background-color: #22543d;
  }

  .xl\:visited\:bg-teal-100:visited {
    background-color: #e6fffa;
  }

  .xl\:visited\:bg-teal-200:visited {
    background-color: #b2f5ea;
  }

  .xl\:visited\:bg-teal-300:visited {
    background-color: #81e6d9;
  }

  .xl\:visited\:bg-teal-400:visited {
    background-color: #4fd1c5;
  }

  .xl\:visited\:bg-teal-500:visited {
    background-color: #38b2ac;
  }

  .xl\:visited\:bg-teal-600:visited {
    background-color: #319795;
  }

  .xl\:visited\:bg-teal-700:visited {
    background-color: #2c7a7b;
  }

  .xl\:visited\:bg-teal-800:visited {
    background-color: #285e61;
  }

  .xl\:visited\:bg-teal-900:visited {
    background-color: #234e52;
  }

  .xl\:visited\:bg-blue-100:visited {
    background-color: #ebf8ff;
  }

  .xl\:visited\:bg-blue-200:visited {
    background-color: #bee3f8;
  }

  .xl\:visited\:bg-blue-300:visited {
    background-color: #90cdf4;
  }

  .xl\:visited\:bg-blue-400:visited {
    background-color: #63b3ed;
  }

  .xl\:visited\:bg-blue-500:visited {
    background-color: #4299e1;
  }

  .xl\:visited\:bg-blue-600:visited {
    background-color: #3182ce;
  }

  .xl\:visited\:bg-blue-700:visited {
    background-color: #2b6cb0;
  }

  .xl\:visited\:bg-blue-800:visited {
    background-color: #2c5282;
  }

  .xl\:visited\:bg-blue-900:visited {
    background-color: #2a4365;
  }

  .xl\:visited\:bg-indigo-100:visited {
    background-color: #ebf4ff;
  }

  .xl\:visited\:bg-indigo-200:visited {
    background-color: #c3dafe;
  }

  .xl\:visited\:bg-indigo-300:visited {
    background-color: #a3bffa;
  }

  .xl\:visited\:bg-indigo-400:visited {
    background-color: #7f9cf5;
  }

  .xl\:visited\:bg-indigo-500:visited {
    background-color: #667eea;
  }

  .xl\:visited\:bg-indigo-600:visited {
    background-color: #5a67d8;
  }

  .xl\:visited\:bg-indigo-700:visited {
    background-color: #4c51bf;
  }

  .xl\:visited\:bg-indigo-800:visited {
    background-color: #434190;
  }

  .xl\:visited\:bg-indigo-900:visited {
    background-color: #3c366b;
  }

  .xl\:visited\:bg-purple-100:visited {
    background-color: #faf5ff;
  }

  .xl\:visited\:bg-purple-200:visited {
    background-color: #e9d8fd;
  }

  .xl\:visited\:bg-purple-300:visited {
    background-color: #d6bcfa;
  }

  .xl\:visited\:bg-purple-400:visited {
    background-color: #b794f4;
  }

  .xl\:visited\:bg-purple-500:visited {
    background-color: #9f7aea;
  }

  .xl\:visited\:bg-purple-600:visited {
    background-color: #805ad5;
  }

  .xl\:visited\:bg-purple-700:visited {
    background-color: #6b46c1;
  }

  .xl\:visited\:bg-purple-800:visited {
    background-color: #553c9a;
  }

  .xl\:visited\:bg-purple-900:visited {
    background-color: #44337a;
  }

  .xl\:visited\:bg-pink-100:visited {
    background-color: #fff5f7;
  }

  .xl\:visited\:bg-pink-200:visited {
    background-color: #fed7e2;
  }

  .xl\:visited\:bg-pink-300:visited {
    background-color: #fbb6ce;
  }

  .xl\:visited\:bg-pink-400:visited {
    background-color: #f687b3;
  }

  .xl\:visited\:bg-pink-500:visited {
    background-color: #ed64a6;
  }

  .xl\:visited\:bg-pink-600:visited {
    background-color: #d53f8c;
  }

  .xl\:visited\:bg-pink-700:visited {
    background-color: #b83280;
  }

  .xl\:visited\:bg-pink-800:visited {
    background-color: #97266d;
  }

  .xl\:visited\:bg-pink-900:visited {
    background-color: #702459;
  }

  .xl\:disabled\:bg-transparent:disabled {
    background-color: transparent;
  }

  .xl\:disabled\:bg-black:disabled {
    background-color: #000;
  }

  .xl\:disabled\:bg-white:disabled {
    background-color: #fff;
  }

  .xl\:disabled\:bg-gray-100:disabled {
    background-color: #f7fafc;
  }

  .xl\:disabled\:bg-gray-200:disabled {
    background-color: #edf2f7;
  }

  .xl\:disabled\:bg-gray-300:disabled {
    background-color: #e2e8f0;
  }

  .xl\:disabled\:bg-gray-400:disabled {
    background-color: #cbd5e0;
  }

  .xl\:disabled\:bg-gray-500:disabled {
    background-color: #a0aec0;
  }

  .xl\:disabled\:bg-gray-600:disabled {
    background-color: #718096;
  }

  .xl\:disabled\:bg-gray-700:disabled {
    background-color: #4a5568;
  }

  .xl\:disabled\:bg-gray-800:disabled {
    background-color: #2d3748;
  }

  .xl\:disabled\:bg-gray-900:disabled {
    background-color: #1a202c;
  }

  .xl\:disabled\:bg-red-100:disabled {
    background-color: #fff5f5;
  }

  .xl\:disabled\:bg-red-200:disabled {
    background-color: #fed7d7;
  }

  .xl\:disabled\:bg-red-300:disabled {
    background-color: #feb2b2;
  }

  .xl\:disabled\:bg-red-400:disabled {
    background-color: #fc8181;
  }

  .xl\:disabled\:bg-red-500:disabled {
    background-color: #f56565;
  }

  .xl\:disabled\:bg-red-600:disabled {
    background-color: #e53e3e;
  }

  .xl\:disabled\:bg-red-700:disabled {
    background-color: #c53030;
  }

  .xl\:disabled\:bg-red-800:disabled {
    background-color: #9b2c2c;
  }

  .xl\:disabled\:bg-red-900:disabled {
    background-color: #742a2a;
  }

  .xl\:disabled\:bg-orange-100:disabled {
    background-color: #fffaf0;
  }

  .xl\:disabled\:bg-orange-200:disabled {
    background-color: #feebc8;
  }

  .xl\:disabled\:bg-orange-300:disabled {
    background-color: #fbd38d;
  }

  .xl\:disabled\:bg-orange-400:disabled {
    background-color: #f6ad55;
  }

  .xl\:disabled\:bg-orange-500:disabled {
    background-color: #ed8936;
  }

  .xl\:disabled\:bg-orange-600:disabled {
    background-color: #dd6b20;
  }

  .xl\:disabled\:bg-orange-700:disabled {
    background-color: #c05621;
  }

  .xl\:disabled\:bg-orange-800:disabled {
    background-color: #9c4221;
  }

  .xl\:disabled\:bg-orange-900:disabled {
    background-color: #7b341e;
  }

  .xl\:disabled\:bg-yellow-100:disabled {
    background-color: #fffff0;
  }

  .xl\:disabled\:bg-yellow-200:disabled {
    background-color: #fefcbf;
  }

  .xl\:disabled\:bg-yellow-300:disabled {
    background-color: #faf089;
  }

  .xl\:disabled\:bg-yellow-400:disabled {
    background-color: #f6e05e;
  }

  .xl\:disabled\:bg-yellow-500:disabled {
    background-color: #ecc94b;
  }

  .xl\:disabled\:bg-yellow-600:disabled {
    background-color: #d69e2e;
  }

  .xl\:disabled\:bg-yellow-700:disabled {
    background-color: #b7791f;
  }

  .xl\:disabled\:bg-yellow-800:disabled {
    background-color: #975a16;
  }

  .xl\:disabled\:bg-yellow-900:disabled {
    background-color: #744210;
  }

  .xl\:disabled\:bg-green-100:disabled {
    background-color: #f0fff4;
  }

  .xl\:disabled\:bg-green-200:disabled {
    background-color: #c6f6d5;
  }

  .xl\:disabled\:bg-green-300:disabled {
    background-color: #9ae6b4;
  }

  .xl\:disabled\:bg-green-400:disabled {
    background-color: #68d391;
  }

  .xl\:disabled\:bg-green-500:disabled {
    background-color: #48bb78;
  }

  .xl\:disabled\:bg-green-600:disabled {
    background-color: #38a169;
  }

  .xl\:disabled\:bg-green-700:disabled {
    background-color: #2f855a;
  }

  .xl\:disabled\:bg-green-800:disabled {
    background-color: #276749;
  }

  .xl\:disabled\:bg-green-900:disabled {
    background-color: #22543d;
  }

  .xl\:disabled\:bg-teal-100:disabled {
    background-color: #e6fffa;
  }

  .xl\:disabled\:bg-teal-200:disabled {
    background-color: #b2f5ea;
  }

  .xl\:disabled\:bg-teal-300:disabled {
    background-color: #81e6d9;
  }

  .xl\:disabled\:bg-teal-400:disabled {
    background-color: #4fd1c5;
  }

  .xl\:disabled\:bg-teal-500:disabled {
    background-color: #38b2ac;
  }

  .xl\:disabled\:bg-teal-600:disabled {
    background-color: #319795;
  }

  .xl\:disabled\:bg-teal-700:disabled {
    background-color: #2c7a7b;
  }

  .xl\:disabled\:bg-teal-800:disabled {
    background-color: #285e61;
  }

  .xl\:disabled\:bg-teal-900:disabled {
    background-color: #234e52;
  }

  .xl\:disabled\:bg-blue-100:disabled {
    background-color: #ebf8ff;
  }

  .xl\:disabled\:bg-blue-200:disabled {
    background-color: #bee3f8;
  }

  .xl\:disabled\:bg-blue-300:disabled {
    background-color: #90cdf4;
  }

  .xl\:disabled\:bg-blue-400:disabled {
    background-color: #63b3ed;
  }

  .xl\:disabled\:bg-blue-500:disabled {
    background-color: #4299e1;
  }

  .xl\:disabled\:bg-blue-600:disabled {
    background-color: #3182ce;
  }

  .xl\:disabled\:bg-blue-700:disabled {
    background-color: #2b6cb0;
  }

  .xl\:disabled\:bg-blue-800:disabled {
    background-color: #2c5282;
  }

  .xl\:disabled\:bg-blue-900:disabled {
    background-color: #2a4365;
  }

  .xl\:disabled\:bg-indigo-100:disabled {
    background-color: #ebf4ff;
  }

  .xl\:disabled\:bg-indigo-200:disabled {
    background-color: #c3dafe;
  }

  .xl\:disabled\:bg-indigo-300:disabled {
    background-color: #a3bffa;
  }

  .xl\:disabled\:bg-indigo-400:disabled {
    background-color: #7f9cf5;
  }

  .xl\:disabled\:bg-indigo-500:disabled {
    background-color: #667eea;
  }

  .xl\:disabled\:bg-indigo-600:disabled {
    background-color: #5a67d8;
  }

  .xl\:disabled\:bg-indigo-700:disabled {
    background-color: #4c51bf;
  }

  .xl\:disabled\:bg-indigo-800:disabled {
    background-color: #434190;
  }

  .xl\:disabled\:bg-indigo-900:disabled {
    background-color: #3c366b;
  }

  .xl\:disabled\:bg-purple-100:disabled {
    background-color: #faf5ff;
  }

  .xl\:disabled\:bg-purple-200:disabled {
    background-color: #e9d8fd;
  }

  .xl\:disabled\:bg-purple-300:disabled {
    background-color: #d6bcfa;
  }

  .xl\:disabled\:bg-purple-400:disabled {
    background-color: #b794f4;
  }

  .xl\:disabled\:bg-purple-500:disabled {
    background-color: #9f7aea;
  }

  .xl\:disabled\:bg-purple-600:disabled {
    background-color: #805ad5;
  }

  .xl\:disabled\:bg-purple-700:disabled {
    background-color: #6b46c1;
  }

  .xl\:disabled\:bg-purple-800:disabled {
    background-color: #553c9a;
  }

  .xl\:disabled\:bg-purple-900:disabled {
    background-color: #44337a;
  }

  .xl\:disabled\:bg-pink-100:disabled {
    background-color: #fff5f7;
  }

  .xl\:disabled\:bg-pink-200:disabled {
    background-color: #fed7e2;
  }

  .xl\:disabled\:bg-pink-300:disabled {
    background-color: #fbb6ce;
  }

  .xl\:disabled\:bg-pink-400:disabled {
    background-color: #f687b3;
  }

  .xl\:disabled\:bg-pink-500:disabled {
    background-color: #ed64a6;
  }

  .xl\:disabled\:bg-pink-600:disabled {
    background-color: #d53f8c;
  }

  .xl\:disabled\:bg-pink-700:disabled {
    background-color: #b83280;
  }

  .xl\:disabled\:bg-pink-800:disabled {
    background-color: #97266d;
  }

  .xl\:disabled\:bg-pink-900:disabled {
    background-color: #702459;
  }

  .xl\:bg-bottom {
    background-position: bottom;
  }

  .xl\:bg-center {
    background-position: center;
  }

  .xl\:bg-left {
    background-position: left;
  }

  .xl\:bg-left-bottom {
    background-position: left bottom;
  }

  .xl\:bg-left-top {
    background-position: left top;
  }

  .xl\:bg-right {
    background-position: right;
  }

  .xl\:bg-right-bottom {
    background-position: right bottom;
  }

  .xl\:bg-right-top {
    background-position: right top;
  }

  .xl\:bg-top {
    background-position: top;
  }

  .group:hover .xl\:group-hover\:bg-bottom {
    background-position: bottom;
  }

  .group:hover .xl\:group-hover\:bg-center {
    background-position: center;
  }

  .group:hover .xl\:group-hover\:bg-left {
    background-position: left;
  }

  .group:hover .xl\:group-hover\:bg-left-bottom {
    background-position: left bottom;
  }

  .group:hover .xl\:group-hover\:bg-left-top {
    background-position: left top;
  }

  .group:hover .xl\:group-hover\:bg-right {
    background-position: right;
  }

  .group:hover .xl\:group-hover\:bg-right-bottom {
    background-position: right bottom;
  }

  .group:hover .xl\:group-hover\:bg-right-top {
    background-position: right top;
  }

  .group:hover .xl\:group-hover\:bg-top {
    background-position: top;
  }

  .xl\:focus-within\:bg-bottom:focus-within {
    background-position: bottom;
  }

  .xl\:focus-within\:bg-center:focus-within {
    background-position: center;
  }

  .xl\:focus-within\:bg-left:focus-within {
    background-position: left;
  }

  .xl\:focus-within\:bg-left-bottom:focus-within {
    background-position: left bottom;
  }

  .xl\:focus-within\:bg-left-top:focus-within {
    background-position: left top;
  }

  .xl\:focus-within\:bg-right:focus-within {
    background-position: right;
  }

  .xl\:focus-within\:bg-right-bottom:focus-within {
    background-position: right bottom;
  }

  .xl\:focus-within\:bg-right-top:focus-within {
    background-position: right top;
  }

  .xl\:focus-within\:bg-top:focus-within {
    background-position: top;
  }

  .xl\:first\:bg-bottom:first-child {
    background-position: bottom;
  }

  .xl\:first\:bg-center:first-child {
    background-position: center;
  }

  .xl\:first\:bg-left:first-child {
    background-position: left;
  }

  .xl\:first\:bg-left-bottom:first-child {
    background-position: left bottom;
  }

  .xl\:first\:bg-left-top:first-child {
    background-position: left top;
  }

  .xl\:first\:bg-right:first-child {
    background-position: right;
  }

  .xl\:first\:bg-right-bottom:first-child {
    background-position: right bottom;
  }

  .xl\:first\:bg-right-top:first-child {
    background-position: right top;
  }

  .xl\:first\:bg-top:first-child {
    background-position: top;
  }

  .xl\:last\:bg-bottom:last-child {
    background-position: bottom;
  }

  .xl\:last\:bg-center:last-child {
    background-position: center;
  }

  .xl\:last\:bg-left:last-child {
    background-position: left;
  }

  .xl\:last\:bg-left-bottom:last-child {
    background-position: left bottom;
  }

  .xl\:last\:bg-left-top:last-child {
    background-position: left top;
  }

  .xl\:last\:bg-right:last-child {
    background-position: right;
  }

  .xl\:last\:bg-right-bottom:last-child {
    background-position: right bottom;
  }

  .xl\:last\:bg-right-top:last-child {
    background-position: right top;
  }

  .xl\:last\:bg-top:last-child {
    background-position: top;
  }

  .xl\:odd\:bg-bottom:nth-child(odd) {
    background-position: bottom;
  }

  .xl\:odd\:bg-center:nth-child(odd) {
    background-position: center;
  }

  .xl\:odd\:bg-left:nth-child(odd) {
    background-position: left;
  }

  .xl\:odd\:bg-left-bottom:nth-child(odd) {
    background-position: left bottom;
  }

  .xl\:odd\:bg-left-top:nth-child(odd) {
    background-position: left top;
  }

  .xl\:odd\:bg-right:nth-child(odd) {
    background-position: right;
  }

  .xl\:odd\:bg-right-bottom:nth-child(odd) {
    background-position: right bottom;
  }

  .xl\:odd\:bg-right-top:nth-child(odd) {
    background-position: right top;
  }

  .xl\:odd\:bg-top:nth-child(odd) {
    background-position: top;
  }

  .xl\:even\:bg-bottom:nth-child(even) {
    background-position: bottom;
  }

  .xl\:even\:bg-center:nth-child(even) {
    background-position: center;
  }

  .xl\:even\:bg-left:nth-child(even) {
    background-position: left;
  }

  .xl\:even\:bg-left-bottom:nth-child(even) {
    background-position: left bottom;
  }

  .xl\:even\:bg-left-top:nth-child(even) {
    background-position: left top;
  }

  .xl\:even\:bg-right:nth-child(even) {
    background-position: right;
  }

  .xl\:even\:bg-right-bottom:nth-child(even) {
    background-position: right bottom;
  }

  .xl\:even\:bg-right-top:nth-child(even) {
    background-position: right top;
  }

  .xl\:even\:bg-top:nth-child(even) {
    background-position: top;
  }

  .xl\:hover\:bg-bottom:hover {
    background-position: bottom;
  }

  .xl\:hover\:bg-center:hover {
    background-position: center;
  }

  .xl\:hover\:bg-left:hover {
    background-position: left;
  }

  .xl\:hover\:bg-left-bottom:hover {
    background-position: left bottom;
  }

  .xl\:hover\:bg-left-top:hover {
    background-position: left top;
  }

  .xl\:hover\:bg-right:hover {
    background-position: right;
  }

  .xl\:hover\:bg-right-bottom:hover {
    background-position: right bottom;
  }

  .xl\:hover\:bg-right-top:hover {
    background-position: right top;
  }

  .xl\:hover\:bg-top:hover {
    background-position: top;
  }

  .xl\:focus\:bg-bottom:focus {
    background-position: bottom;
  }

  .xl\:focus\:bg-center:focus {
    background-position: center;
  }

  .xl\:focus\:bg-left:focus {
    background-position: left;
  }

  .xl\:focus\:bg-left-bottom:focus {
    background-position: left bottom;
  }

  .xl\:focus\:bg-left-top:focus {
    background-position: left top;
  }

  .xl\:focus\:bg-right:focus {
    background-position: right;
  }

  .xl\:focus\:bg-right-bottom:focus {
    background-position: right bottom;
  }

  .xl\:focus\:bg-right-top:focus {
    background-position: right top;
  }

  .xl\:focus\:bg-top:focus {
    background-position: top;
  }

  .xl\:active\:bg-bottom:active {
    background-position: bottom;
  }

  .xl\:active\:bg-center:active {
    background-position: center;
  }

  .xl\:active\:bg-left:active {
    background-position: left;
  }

  .xl\:active\:bg-left-bottom:active {
    background-position: left bottom;
  }

  .xl\:active\:bg-left-top:active {
    background-position: left top;
  }

  .xl\:active\:bg-right:active {
    background-position: right;
  }

  .xl\:active\:bg-right-bottom:active {
    background-position: right bottom;
  }

  .xl\:active\:bg-right-top:active {
    background-position: right top;
  }

  .xl\:active\:bg-top:active {
    background-position: top;
  }

  .xl\:visited\:bg-bottom:visited {
    background-position: bottom;
  }

  .xl\:visited\:bg-center:visited {
    background-position: center;
  }

  .xl\:visited\:bg-left:visited {
    background-position: left;
  }

  .xl\:visited\:bg-left-bottom:visited {
    background-position: left bottom;
  }

  .xl\:visited\:bg-left-top:visited {
    background-position: left top;
  }

  .xl\:visited\:bg-right:visited {
    background-position: right;
  }

  .xl\:visited\:bg-right-bottom:visited {
    background-position: right bottom;
  }

  .xl\:visited\:bg-right-top:visited {
    background-position: right top;
  }

  .xl\:visited\:bg-top:visited {
    background-position: top;
  }

  .xl\:disabled\:bg-bottom:disabled {
    background-position: bottom;
  }

  .xl\:disabled\:bg-center:disabled {
    background-position: center;
  }

  .xl\:disabled\:bg-left:disabled {
    background-position: left;
  }

  .xl\:disabled\:bg-left-bottom:disabled {
    background-position: left bottom;
  }

  .xl\:disabled\:bg-left-top:disabled {
    background-position: left top;
  }

  .xl\:disabled\:bg-right:disabled {
    background-position: right;
  }

  .xl\:disabled\:bg-right-bottom:disabled {
    background-position: right bottom;
  }

  .xl\:disabled\:bg-right-top:disabled {
    background-position: right top;
  }

  .xl\:disabled\:bg-top:disabled {
    background-position: top;
  }

  .xl\:bg-repeat {
    background-repeat: repeat;
  }

  .xl\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .xl\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .xl\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .xl\:bg-repeat-round {
    background-repeat: round;
  }

  .xl\:bg-repeat-space {
    background-repeat: space;
  }

  .group:hover .xl\:group-hover\:bg-repeat {
    background-repeat: repeat;
  }

  .group:hover .xl\:group-hover\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .group:hover .xl\:group-hover\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .group:hover .xl\:group-hover\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .group:hover .xl\:group-hover\:bg-repeat-round {
    background-repeat: round;
  }

  .group:hover .xl\:group-hover\:bg-repeat-space {
    background-repeat: space;
  }

  .xl\:focus-within\:bg-repeat:focus-within {
    background-repeat: repeat;
  }

  .xl\:focus-within\:bg-no-repeat:focus-within {
    background-repeat: no-repeat;
  }

  .xl\:focus-within\:bg-repeat-x:focus-within {
    background-repeat: repeat-x;
  }

  .xl\:focus-within\:bg-repeat-y:focus-within {
    background-repeat: repeat-y;
  }

  .xl\:focus-within\:bg-repeat-round:focus-within {
    background-repeat: round;
  }

  .xl\:focus-within\:bg-repeat-space:focus-within {
    background-repeat: space;
  }

  .xl\:first\:bg-repeat:first-child {
    background-repeat: repeat;
  }

  .xl\:first\:bg-no-repeat:first-child {
    background-repeat: no-repeat;
  }

  .xl\:first\:bg-repeat-x:first-child {
    background-repeat: repeat-x;
  }

  .xl\:first\:bg-repeat-y:first-child {
    background-repeat: repeat-y;
  }

  .xl\:first\:bg-repeat-round:first-child {
    background-repeat: round;
  }

  .xl\:first\:bg-repeat-space:first-child {
    background-repeat: space;
  }

  .xl\:last\:bg-repeat:last-child {
    background-repeat: repeat;
  }

  .xl\:last\:bg-no-repeat:last-child {
    background-repeat: no-repeat;
  }

  .xl\:last\:bg-repeat-x:last-child {
    background-repeat: repeat-x;
  }

  .xl\:last\:bg-repeat-y:last-child {
    background-repeat: repeat-y;
  }

  .xl\:last\:bg-repeat-round:last-child {
    background-repeat: round;
  }

  .xl\:last\:bg-repeat-space:last-child {
    background-repeat: space;
  }

  .xl\:odd\:bg-repeat:nth-child(odd) {
    background-repeat: repeat;
  }

  .xl\:odd\:bg-no-repeat:nth-child(odd) {
    background-repeat: no-repeat;
  }

  .xl\:odd\:bg-repeat-x:nth-child(odd) {
    background-repeat: repeat-x;
  }

  .xl\:odd\:bg-repeat-y:nth-child(odd) {
    background-repeat: repeat-y;
  }

  .xl\:odd\:bg-repeat-round:nth-child(odd) {
    background-repeat: round;
  }

  .xl\:odd\:bg-repeat-space:nth-child(odd) {
    background-repeat: space;
  }

  .xl\:even\:bg-repeat:nth-child(even) {
    background-repeat: repeat;
  }

  .xl\:even\:bg-no-repeat:nth-child(even) {
    background-repeat: no-repeat;
  }

  .xl\:even\:bg-repeat-x:nth-child(even) {
    background-repeat: repeat-x;
  }

  .xl\:even\:bg-repeat-y:nth-child(even) {
    background-repeat: repeat-y;
  }

  .xl\:even\:bg-repeat-round:nth-child(even) {
    background-repeat: round;
  }

  .xl\:even\:bg-repeat-space:nth-child(even) {
    background-repeat: space;
  }

  .xl\:hover\:bg-repeat:hover {
    background-repeat: repeat;
  }

  .xl\:hover\:bg-no-repeat:hover {
    background-repeat: no-repeat;
  }

  .xl\:hover\:bg-repeat-x:hover {
    background-repeat: repeat-x;
  }

  .xl\:hover\:bg-repeat-y:hover {
    background-repeat: repeat-y;
  }

  .xl\:hover\:bg-repeat-round:hover {
    background-repeat: round;
  }

  .xl\:hover\:bg-repeat-space:hover {
    background-repeat: space;
  }

  .xl\:focus\:bg-repeat:focus {
    background-repeat: repeat;
  }

  .xl\:focus\:bg-no-repeat:focus {
    background-repeat: no-repeat;
  }

  .xl\:focus\:bg-repeat-x:focus {
    background-repeat: repeat-x;
  }

  .xl\:focus\:bg-repeat-y:focus {
    background-repeat: repeat-y;
  }

  .xl\:focus\:bg-repeat-round:focus {
    background-repeat: round;
  }

  .xl\:focus\:bg-repeat-space:focus {
    background-repeat: space;
  }

  .xl\:active\:bg-repeat:active {
    background-repeat: repeat;
  }

  .xl\:active\:bg-no-repeat:active {
    background-repeat: no-repeat;
  }

  .xl\:active\:bg-repeat-x:active {
    background-repeat: repeat-x;
  }

  .xl\:active\:bg-repeat-y:active {
    background-repeat: repeat-y;
  }

  .xl\:active\:bg-repeat-round:active {
    background-repeat: round;
  }

  .xl\:active\:bg-repeat-space:active {
    background-repeat: space;
  }

  .xl\:visited\:bg-repeat:visited {
    background-repeat: repeat;
  }

  .xl\:visited\:bg-no-repeat:visited {
    background-repeat: no-repeat;
  }

  .xl\:visited\:bg-repeat-x:visited {
    background-repeat: repeat-x;
  }

  .xl\:visited\:bg-repeat-y:visited {
    background-repeat: repeat-y;
  }

  .xl\:visited\:bg-repeat-round:visited {
    background-repeat: round;
  }

  .xl\:visited\:bg-repeat-space:visited {
    background-repeat: space;
  }

  .xl\:disabled\:bg-repeat:disabled {
    background-repeat: repeat;
  }

  .xl\:disabled\:bg-no-repeat:disabled {
    background-repeat: no-repeat;
  }

  .xl\:disabled\:bg-repeat-x:disabled {
    background-repeat: repeat-x;
  }

  .xl\:disabled\:bg-repeat-y:disabled {
    background-repeat: repeat-y;
  }

  .xl\:disabled\:bg-repeat-round:disabled {
    background-repeat: round;
  }

  .xl\:disabled\:bg-repeat-space:disabled {
    background-repeat: space;
  }

  .xl\:bg-auto {
    background-size: auto;
  }

  .xl\:bg-cover {
    background-size: cover;
  }

  .xl\:bg-contain {
    background-size: contain;
  }

  .group:hover .xl\:group-hover\:bg-auto {
    background-size: auto;
  }

  .group:hover .xl\:group-hover\:bg-cover {
    background-size: cover;
  }

  .group:hover .xl\:group-hover\:bg-contain {
    background-size: contain;
  }

  .xl\:focus-within\:bg-auto:focus-within {
    background-size: auto;
  }

  .xl\:focus-within\:bg-cover:focus-within {
    background-size: cover;
  }

  .xl\:focus-within\:bg-contain:focus-within {
    background-size: contain;
  }

  .xl\:first\:bg-auto:first-child {
    background-size: auto;
  }

  .xl\:first\:bg-cover:first-child {
    background-size: cover;
  }

  .xl\:first\:bg-contain:first-child {
    background-size: contain;
  }

  .xl\:last\:bg-auto:last-child {
    background-size: auto;
  }

  .xl\:last\:bg-cover:last-child {
    background-size: cover;
  }

  .xl\:last\:bg-contain:last-child {
    background-size: contain;
  }

  .xl\:odd\:bg-auto:nth-child(odd) {
    background-size: auto;
  }

  .xl\:odd\:bg-cover:nth-child(odd) {
    background-size: cover;
  }

  .xl\:odd\:bg-contain:nth-child(odd) {
    background-size: contain;
  }

  .xl\:even\:bg-auto:nth-child(even) {
    background-size: auto;
  }

  .xl\:even\:bg-cover:nth-child(even) {
    background-size: cover;
  }

  .xl\:even\:bg-contain:nth-child(even) {
    background-size: contain;
  }

  .xl\:hover\:bg-auto:hover {
    background-size: auto;
  }

  .xl\:hover\:bg-cover:hover {
    background-size: cover;
  }

  .xl\:hover\:bg-contain:hover {
    background-size: contain;
  }

  .xl\:focus\:bg-auto:focus {
    background-size: auto;
  }

  .xl\:focus\:bg-cover:focus {
    background-size: cover;
  }

  .xl\:focus\:bg-contain:focus {
    background-size: contain;
  }

  .xl\:active\:bg-auto:active {
    background-size: auto;
  }

  .xl\:active\:bg-cover:active {
    background-size: cover;
  }

  .xl\:active\:bg-contain:active {
    background-size: contain;
  }

  .xl\:visited\:bg-auto:visited {
    background-size: auto;
  }

  .xl\:visited\:bg-cover:visited {
    background-size: cover;
  }

  .xl\:visited\:bg-contain:visited {
    background-size: contain;
  }

  .xl\:disabled\:bg-auto:disabled {
    background-size: auto;
  }

  .xl\:disabled\:bg-cover:disabled {
    background-size: cover;
  }

  .xl\:disabled\:bg-contain:disabled {
    background-size: contain;
  }

  .xl\:border-collapse {
    border-collapse: collapse;
  }

  .xl\:border-separate {
    border-collapse: separate;
  }

  .group:hover .xl\:group-hover\:border-collapse {
    border-collapse: collapse;
  }

  .group:hover .xl\:group-hover\:border-separate {
    border-collapse: separate;
  }

  .xl\:focus-within\:border-collapse:focus-within {
    border-collapse: collapse;
  }

  .xl\:focus-within\:border-separate:focus-within {
    border-collapse: separate;
  }

  .xl\:first\:border-collapse:first-child {
    border-collapse: collapse;
  }

  .xl\:first\:border-separate:first-child {
    border-collapse: separate;
  }

  .xl\:last\:border-collapse:last-child {
    border-collapse: collapse;
  }

  .xl\:last\:border-separate:last-child {
    border-collapse: separate;
  }

  .xl\:odd\:border-collapse:nth-child(odd) {
    border-collapse: collapse;
  }

  .xl\:odd\:border-separate:nth-child(odd) {
    border-collapse: separate;
  }

  .xl\:even\:border-collapse:nth-child(even) {
    border-collapse: collapse;
  }

  .xl\:even\:border-separate:nth-child(even) {
    border-collapse: separate;
  }

  .xl\:hover\:border-collapse:hover {
    border-collapse: collapse;
  }

  .xl\:hover\:border-separate:hover {
    border-collapse: separate;
  }

  .xl\:focus\:border-collapse:focus {
    border-collapse: collapse;
  }

  .xl\:focus\:border-separate:focus {
    border-collapse: separate;
  }

  .xl\:active\:border-collapse:active {
    border-collapse: collapse;
  }

  .xl\:active\:border-separate:active {
    border-collapse: separate;
  }

  .xl\:visited\:border-collapse:visited {
    border-collapse: collapse;
  }

  .xl\:visited\:border-separate:visited {
    border-collapse: separate;
  }

  .xl\:disabled\:border-collapse:disabled {
    border-collapse: collapse;
  }

  .xl\:disabled\:border-separate:disabled {
    border-collapse: separate;
  }

  .xl\:border-transparent {
    border-color: transparent;
  }

  .xl\:border-black {
    border-color: #000;
  }

  .xl\:border-white {
    border-color: #fff;
  }

  .xl\:border-gray-100 {
    border-color: #f7fafc;
  }

  .xl\:border-gray-200 {
    border-color: #edf2f7;
  }

  .xl\:border-gray-300 {
    border-color: #e2e8f0;
  }

  .xl\:border-gray-400 {
    border-color: #cbd5e0;
  }

  .xl\:border-gray-500 {
    border-color: #a0aec0;
  }

  .xl\:border-gray-600 {
    border-color: #718096;
  }

  .xl\:border-gray-700 {
    border-color: #4a5568;
  }

  .xl\:border-gray-800 {
    border-color: #2d3748;
  }

  .xl\:border-gray-900 {
    border-color: #1a202c;
  }

  .xl\:border-red-100 {
    border-color: #fff5f5;
  }

  .xl\:border-red-200 {
    border-color: #fed7d7;
  }

  .xl\:border-red-300 {
    border-color: #feb2b2;
  }

  .xl\:border-red-400 {
    border-color: #fc8181;
  }

  .xl\:border-red-500 {
    border-color: #f56565;
  }

  .xl\:border-red-600 {
    border-color: #e53e3e;
  }

  .xl\:border-red-700 {
    border-color: #c53030;
  }

  .xl\:border-red-800 {
    border-color: #9b2c2c;
  }

  .xl\:border-red-900 {
    border-color: #742a2a;
  }

  .xl\:border-orange-100 {
    border-color: #fffaf0;
  }

  .xl\:border-orange-200 {
    border-color: #feebc8;
  }

  .xl\:border-orange-300 {
    border-color: #fbd38d;
  }

  .xl\:border-orange-400 {
    border-color: #f6ad55;
  }

  .xl\:border-orange-500 {
    border-color: #ed8936;
  }

  .xl\:border-orange-600 {
    border-color: #dd6b20;
  }

  .xl\:border-orange-700 {
    border-color: #c05621;
  }

  .xl\:border-orange-800 {
    border-color: #9c4221;
  }

  .xl\:border-orange-900 {
    border-color: #7b341e;
  }

  .xl\:border-yellow-100 {
    border-color: #fffff0;
  }

  .xl\:border-yellow-200 {
    border-color: #fefcbf;
  }

  .xl\:border-yellow-300 {
    border-color: #faf089;
  }

  .xl\:border-yellow-400 {
    border-color: #f6e05e;
  }

  .xl\:border-yellow-500 {
    border-color: #ecc94b;
  }

  .xl\:border-yellow-600 {
    border-color: #d69e2e;
  }

  .xl\:border-yellow-700 {
    border-color: #b7791f;
  }

  .xl\:border-yellow-800 {
    border-color: #975a16;
  }

  .xl\:border-yellow-900 {
    border-color: #744210;
  }

  .xl\:border-green-100 {
    border-color: #f0fff4;
  }

  .xl\:border-green-200 {
    border-color: #c6f6d5;
  }

  .xl\:border-green-300 {
    border-color: #9ae6b4;
  }

  .xl\:border-green-400 {
    border-color: #68d391;
  }

  .xl\:border-green-500 {
    border-color: #48bb78;
  }

  .xl\:border-green-600 {
    border-color: #38a169;
  }

  .xl\:border-green-700 {
    border-color: #2f855a;
  }

  .xl\:border-green-800 {
    border-color: #276749;
  }

  .xl\:border-green-900 {
    border-color: #22543d;
  }

  .xl\:border-teal-100 {
    border-color: #e6fffa;
  }

  .xl\:border-teal-200 {
    border-color: #b2f5ea;
  }

  .xl\:border-teal-300 {
    border-color: #81e6d9;
  }

  .xl\:border-teal-400 {
    border-color: #4fd1c5;
  }

  .xl\:border-teal-500 {
    border-color: #38b2ac;
  }

  .xl\:border-teal-600 {
    border-color: #319795;
  }

  .xl\:border-teal-700 {
    border-color: #2c7a7b;
  }

  .xl\:border-teal-800 {
    border-color: #285e61;
  }

  .xl\:border-teal-900 {
    border-color: #234e52;
  }

  .xl\:border-blue-100 {
    border-color: #ebf8ff;
  }

  .xl\:border-blue-200 {
    border-color: #bee3f8;
  }

  .xl\:border-blue-300 {
    border-color: #90cdf4;
  }

  .xl\:border-blue-400 {
    border-color: #63b3ed;
  }

  .xl\:border-blue-500 {
    border-color: #4299e1;
  }

  .xl\:border-blue-600 {
    border-color: #3182ce;
  }

  .xl\:border-blue-700 {
    border-color: #2b6cb0;
  }

  .xl\:border-blue-800 {
    border-color: #2c5282;
  }

  .xl\:border-blue-900 {
    border-color: #2a4365;
  }

  .xl\:border-indigo-100 {
    border-color: #ebf4ff;
  }

  .xl\:border-indigo-200 {
    border-color: #c3dafe;
  }

  .xl\:border-indigo-300 {
    border-color: #a3bffa;
  }

  .xl\:border-indigo-400 {
    border-color: #7f9cf5;
  }

  .xl\:border-indigo-500 {
    border-color: #667eea;
  }

  .xl\:border-indigo-600 {
    border-color: #5a67d8;
  }

  .xl\:border-indigo-700 {
    border-color: #4c51bf;
  }

  .xl\:border-indigo-800 {
    border-color: #434190;
  }

  .xl\:border-indigo-900 {
    border-color: #3c366b;
  }

  .xl\:border-purple-100 {
    border-color: #faf5ff;
  }

  .xl\:border-purple-200 {
    border-color: #e9d8fd;
  }

  .xl\:border-purple-300 {
    border-color: #d6bcfa;
  }

  .xl\:border-purple-400 {
    border-color: #b794f4;
  }

  .xl\:border-purple-500 {
    border-color: #9f7aea;
  }

  .xl\:border-purple-600 {
    border-color: #805ad5;
  }

  .xl\:border-purple-700 {
    border-color: #6b46c1;
  }

  .xl\:border-purple-800 {
    border-color: #553c9a;
  }

  .xl\:border-purple-900 {
    border-color: #44337a;
  }

  .xl\:border-pink-100 {
    border-color: #fff5f7;
  }

  .xl\:border-pink-200 {
    border-color: #fed7e2;
  }

  .xl\:border-pink-300 {
    border-color: #fbb6ce;
  }

  .xl\:border-pink-400 {
    border-color: #f687b3;
  }

  .xl\:border-pink-500 {
    border-color: #ed64a6;
  }

  .xl\:border-pink-600 {
    border-color: #d53f8c;
  }

  .xl\:border-pink-700 {
    border-color: #b83280;
  }

  .xl\:border-pink-800 {
    border-color: #97266d;
  }

  .xl\:border-pink-900 {
    border-color: #702459;
  }

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

  .group:hover .xl\:group-hover\:border-black {
    border-color: #000;
  }

  .group:hover .xl\:group-hover\:border-white {
    border-color: #fff;
  }

  .group:hover .xl\:group-hover\:border-gray-100 {
    border-color: #f7fafc;
  }

  .group:hover .xl\:group-hover\:border-gray-200 {
    border-color: #edf2f7;
  }

  .group:hover .xl\:group-hover\:border-gray-300 {
    border-color: #e2e8f0;
  }

  .group:hover .xl\:group-hover\:border-gray-400 {
    border-color: #cbd5e0;
  }

  .group:hover .xl\:group-hover\:border-gray-500 {
    border-color: #a0aec0;
  }

  .group:hover .xl\:group-hover\:border-gray-600 {
    border-color: #718096;
  }

  .group:hover .xl\:group-hover\:border-gray-700 {
    border-color: #4a5568;
  }

  .group:hover .xl\:group-hover\:border-gray-800 {
    border-color: #2d3748;
  }

  .group:hover .xl\:group-hover\:border-gray-900 {
    border-color: #1a202c;
  }

  .group:hover .xl\:group-hover\:border-red-100 {
    border-color: #fff5f5;
  }

  .group:hover .xl\:group-hover\:border-red-200 {
    border-color: #fed7d7;
  }

  .group:hover .xl\:group-hover\:border-red-300 {
    border-color: #feb2b2;
  }

  .group:hover .xl\:group-hover\:border-red-400 {
    border-color: #fc8181;
  }

  .group:hover .xl\:group-hover\:border-red-500 {
    border-color: #f56565;
  }

  .group:hover .xl\:group-hover\:border-red-600 {
    border-color: #e53e3e;
  }

  .group:hover .xl\:group-hover\:border-red-700 {
    border-color: #c53030;
  }

  .group:hover .xl\:group-hover\:border-red-800 {
    border-color: #9b2c2c;
  }

  .group:hover .xl\:group-hover\:border-red-900 {
    border-color: #742a2a;
  }

  .group:hover .xl\:group-hover\:border-orange-100 {
    border-color: #fffaf0;
  }

  .group:hover .xl\:group-hover\:border-orange-200 {
    border-color: #feebc8;
  }

  .group:hover .xl\:group-hover\:border-orange-300 {
    border-color: #fbd38d;
  }

  .group:hover .xl\:group-hover\:border-orange-400 {
    border-color: #f6ad55;
  }

  .group:hover .xl\:group-hover\:border-orange-500 {
    border-color: #ed8936;
  }

  .group:hover .xl\:group-hover\:border-orange-600 {
    border-color: #dd6b20;
  }

  .group:hover .xl\:group-hover\:border-orange-700 {
    border-color: #c05621;
  }

  .group:hover .xl\:group-hover\:border-orange-800 {
    border-color: #9c4221;
  }

  .group:hover .xl\:group-hover\:border-orange-900 {
    border-color: #7b341e;
  }

  .group:hover .xl\:group-hover\:border-yellow-100 {
    border-color: #fffff0;
  }

  .group:hover .xl\:group-hover\:border-yellow-200 {
    border-color: #fefcbf;
  }

  .group:hover .xl\:group-hover\:border-yellow-300 {
    border-color: #faf089;
  }

  .group:hover .xl\:group-hover\:border-yellow-400 {
    border-color: #f6e05e;
  }

  .group:hover .xl\:group-hover\:border-yellow-500 {
    border-color: #ecc94b;
  }

  .group:hover .xl\:group-hover\:border-yellow-600 {
    border-color: #d69e2e;
  }

  .group:hover .xl\:group-hover\:border-yellow-700 {
    border-color: #b7791f;
  }

  .group:hover .xl\:group-hover\:border-yellow-800 {
    border-color: #975a16;
  }

  .group:hover .xl\:group-hover\:border-yellow-900 {
    border-color: #744210;
  }

  .group:hover .xl\:group-hover\:border-green-100 {
    border-color: #f0fff4;
  }

  .group:hover .xl\:group-hover\:border-green-200 {
    border-color: #c6f6d5;
  }

  .group:hover .xl\:group-hover\:border-green-300 {
    border-color: #9ae6b4;
  }

  .group:hover .xl\:group-hover\:border-green-400 {
    border-color: #68d391;
  }

  .group:hover .xl\:group-hover\:border-green-500 {
    border-color: #48bb78;
  }

  .group:hover .xl\:group-hover\:border-green-600 {
    border-color: #38a169;
  }

  .group:hover .xl\:group-hover\:border-green-700 {
    border-color: #2f855a;
  }

  .group:hover .xl\:group-hover\:border-green-800 {
    border-color: #276749;
  }

  .group:hover .xl\:group-hover\:border-green-900 {
    border-color: #22543d;
  }

  .group:hover .xl\:group-hover\:border-teal-100 {
    border-color: #e6fffa;
  }

  .group:hover .xl\:group-hover\:border-teal-200 {
    border-color: #b2f5ea;
  }

  .group:hover .xl\:group-hover\:border-teal-300 {
    border-color: #81e6d9;
  }

  .group:hover .xl\:group-hover\:border-teal-400 {
    border-color: #4fd1c5;
  }

  .group:hover .xl\:group-hover\:border-teal-500 {
    border-color: #38b2ac;
  }

  .group:hover .xl\:group-hover\:border-teal-600 {
    border-color: #319795;
  }

  .group:hover .xl\:group-hover\:border-teal-700 {
    border-color: #2c7a7b;
  }

  .group:hover .xl\:group-hover\:border-teal-800 {
    border-color: #285e61;
  }

  .group:hover .xl\:group-hover\:border-teal-900 {
    border-color: #234e52;
  }

  .group:hover .xl\:group-hover\:border-blue-100 {
    border-color: #ebf8ff;
  }

  .group:hover .xl\:group-hover\:border-blue-200 {
    border-color: #bee3f8;
  }

  .group:hover .xl\:group-hover\:border-blue-300 {
    border-color: #90cdf4;
  }

  .group:hover .xl\:group-hover\:border-blue-400 {
    border-color: #63b3ed;
  }

  .group:hover .xl\:group-hover\:border-blue-500 {
    border-color: #4299e1;
  }

  .group:hover .xl\:group-hover\:border-blue-600 {
    border-color: #3182ce;
  }

  .group:hover .xl\:group-hover\:border-blue-700 {
    border-color: #2b6cb0;
  }

  .group:hover .xl\:group-hover\:border-blue-800 {
    border-color: #2c5282;
  }

  .group:hover .xl\:group-hover\:border-blue-900 {
    border-color: #2a4365;
  }

  .group:hover .xl\:group-hover\:border-indigo-100 {
    border-color: #ebf4ff;
  }

  .group:hover .xl\:group-hover\:border-indigo-200 {
    border-color: #c3dafe;
  }

  .group:hover .xl\:group-hover\:border-indigo-300 {
    border-color: #a3bffa;
  }

  .group:hover .xl\:group-hover\:border-indigo-400 {
    border-color: #7f9cf5;
  }

  .group:hover .xl\:group-hover\:border-indigo-500 {
    border-color: #667eea;
  }

  .group:hover .xl\:group-hover\:border-indigo-600 {
    border-color: #5a67d8;
  }

  .group:hover .xl\:group-hover\:border-indigo-700 {
    border-color: #4c51bf;
  }

  .group:hover .xl\:group-hover\:border-indigo-800 {
    border-color: #434190;
  }

  .group:hover .xl\:group-hover\:border-indigo-900 {
    border-color: #3c366b;
  }

  .group:hover .xl\:group-hover\:border-purple-100 {
    border-color: #faf5ff;
  }

  .group:hover .xl\:group-hover\:border-purple-200 {
    border-color: #e9d8fd;
  }

  .group:hover .xl\:group-hover\:border-purple-300 {
    border-color: #d6bcfa;
  }

  .group:hover .xl\:group-hover\:border-purple-400 {
    border-color: #b794f4;
  }

  .group:hover .xl\:group-hover\:border-purple-500 {
    border-color: #9f7aea;
  }

  .group:hover .xl\:group-hover\:border-purple-600 {
    border-color: #805ad5;
  }

  .group:hover .xl\:group-hover\:border-purple-700 {
    border-color: #6b46c1;
  }

  .group:hover .xl\:group-hover\:border-purple-800 {
    border-color: #553c9a;
  }

  .group:hover .xl\:group-hover\:border-purple-900 {
    border-color: #44337a;
  }

  .group:hover .xl\:group-hover\:border-pink-100 {
    border-color: #fff5f7;
  }

  .group:hover .xl\:group-hover\:border-pink-200 {
    border-color: #fed7e2;
  }

  .group:hover .xl\:group-hover\:border-pink-300 {
    border-color: #fbb6ce;
  }

  .group:hover .xl\:group-hover\:border-pink-400 {
    border-color: #f687b3;
  }

  .group:hover .xl\:group-hover\:border-pink-500 {
    border-color: #ed64a6;
  }

  .group:hover .xl\:group-hover\:border-pink-600 {
    border-color: #d53f8c;
  }

  .group:hover .xl\:group-hover\:border-pink-700 {
    border-color: #b83280;
  }

  .group:hover .xl\:group-hover\:border-pink-800 {
    border-color: #97266d;
  }

  .group:hover .xl\:group-hover\:border-pink-900 {
    border-color: #702459;
  }

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

  .xl\:focus-within\:border-black:focus-within {
    border-color: #000;
  }

  .xl\:focus-within\:border-white:focus-within {
    border-color: #fff;
  }

  .xl\:focus-within\:border-gray-100:focus-within {
    border-color: #f7fafc;
  }

  .xl\:focus-within\:border-gray-200:focus-within {
    border-color: #edf2f7;
  }

  .xl\:focus-within\:border-gray-300:focus-within {
    border-color: #e2e8f0;
  }

  .xl\:focus-within\:border-gray-400:focus-within {
    border-color: #cbd5e0;
  }

  .xl\:focus-within\:border-gray-500:focus-within {
    border-color: #a0aec0;
  }

  .xl\:focus-within\:border-gray-600:focus-within {
    border-color: #718096;
  }

  .xl\:focus-within\:border-gray-700:focus-within {
    border-color: #4a5568;
  }

  .xl\:focus-within\:border-gray-800:focus-within {
    border-color: #2d3748;
  }

  .xl\:focus-within\:border-gray-900:focus-within {
    border-color: #1a202c;
  }

  .xl\:focus-within\:border-red-100:focus-within {
    border-color: #fff5f5;
  }

  .xl\:focus-within\:border-red-200:focus-within {
    border-color: #fed7d7;
  }

  .xl\:focus-within\:border-red-300:focus-within {
    border-color: #feb2b2;
  }

  .xl\:focus-within\:border-red-400:focus-within {
    border-color: #fc8181;
  }

  .xl\:focus-within\:border-red-500:focus-within {
    border-color: #f56565;
  }

  .xl\:focus-within\:border-red-600:focus-within {
    border-color: #e53e3e;
  }

  .xl\:focus-within\:border-red-700:focus-within {
    border-color: #c53030;
  }

  .xl\:focus-within\:border-red-800:focus-within {
    border-color: #9b2c2c;
  }

  .xl\:focus-within\:border-red-900:focus-within {
    border-color: #742a2a;
  }

  .xl\:focus-within\:border-orange-100:focus-within {
    border-color: #fffaf0;
  }

  .xl\:focus-within\:border-orange-200:focus-within {
    border-color: #feebc8;
  }

  .xl\:focus-within\:border-orange-300:focus-within {
    border-color: #fbd38d;
  }

  .xl\:focus-within\:border-orange-400:focus-within {
    border-color: #f6ad55;
  }

  .xl\:focus-within\:border-orange-500:focus-within {
    border-color: #ed8936;
  }

  .xl\:focus-within\:border-orange-600:focus-within {
    border-color: #dd6b20;
  }

  .xl\:focus-within\:border-orange-700:focus-within {
    border-color: #c05621;
  }

  .xl\:focus-within\:border-orange-800:focus-within {
    border-color: #9c4221;
  }

  .xl\:focus-within\:border-orange-900:focus-within {
    border-color: #7b341e;
  }

  .xl\:focus-within\:border-yellow-100:focus-within {
    border-color: #fffff0;
  }

  .xl\:focus-within\:border-yellow-200:focus-within {
    border-color: #fefcbf;
  }

  .xl\:focus-within\:border-yellow-300:focus-within {
    border-color: #faf089;
  }

  .xl\:focus-within\:border-yellow-400:focus-within {
    border-color: #f6e05e;
  }

  .xl\:focus-within\:border-yellow-500:focus-within {
    border-color: #ecc94b;
  }

  .xl\:focus-within\:border-yellow-600:focus-within {
    border-color: #d69e2e;
  }

  .xl\:focus-within\:border-yellow-700:focus-within {
    border-color: #b7791f;
  }

  .xl\:focus-within\:border-yellow-800:focus-within {
    border-color: #975a16;
  }

  .xl\:focus-within\:border-yellow-900:focus-within {
    border-color: #744210;
  }

  .xl\:focus-within\:border-green-100:focus-within {
    border-color: #f0fff4;
  }

  .xl\:focus-within\:border-green-200:focus-within {
    border-color: #c6f6d5;
  }

  .xl\:focus-within\:border-green-300:focus-within {
    border-color: #9ae6b4;
  }

  .xl\:focus-within\:border-green-400:focus-within {
    border-color: #68d391;
  }

  .xl\:focus-within\:border-green-500:focus-within {
    border-color: #48bb78;
  }

  .xl\:focus-within\:border-green-600:focus-within {
    border-color: #38a169;
  }

  .xl\:focus-within\:border-green-700:focus-within {
    border-color: #2f855a;
  }

  .xl\:focus-within\:border-green-800:focus-within {
    border-color: #276749;
  }

  .xl\:focus-within\:border-green-900:focus-within {
    border-color: #22543d;
  }

  .xl\:focus-within\:border-teal-100:focus-within {
    border-color: #e6fffa;
  }

  .xl\:focus-within\:border-teal-200:focus-within {
    border-color: #b2f5ea;
  }

  .xl\:focus-within\:border-teal-300:focus-within {
    border-color: #81e6d9;
  }

  .xl\:focus-within\:border-teal-400:focus-within {
    border-color: #4fd1c5;
  }

  .xl\:focus-within\:border-teal-500:focus-within {
    border-color: #38b2ac;
  }

  .xl\:focus-within\:border-teal-600:focus-within {
    border-color: #319795;
  }

  .xl\:focus-within\:border-teal-700:focus-within {
    border-color: #2c7a7b;
  }

  .xl\:focus-within\:border-teal-800:focus-within {
    border-color: #285e61;
  }

  .xl\:focus-within\:border-teal-900:focus-within {
    border-color: #234e52;
  }

  .xl\:focus-within\:border-blue-100:focus-within {
    border-color: #ebf8ff;
  }

  .xl\:focus-within\:border-blue-200:focus-within {
    border-color: #bee3f8;
  }

  .xl\:focus-within\:border-blue-300:focus-within {
    border-color: #90cdf4;
  }

  .xl\:focus-within\:border-blue-400:focus-within {
    border-color: #63b3ed;
  }

  .xl\:focus-within\:border-blue-500:focus-within {
    border-color: #4299e1;
  }

  .xl\:focus-within\:border-blue-600:focus-within {
    border-color: #3182ce;
  }

  .xl\:focus-within\:border-blue-700:focus-within {
    border-color: #2b6cb0;
  }

  .xl\:focus-within\:border-blue-800:focus-within {
    border-color: #2c5282;
  }

  .xl\:focus-within\:border-blue-900:focus-within {
    border-color: #2a4365;
  }

  .xl\:focus-within\:border-indigo-100:focus-within {
    border-color: #ebf4ff;
  }

  .xl\:focus-within\:border-indigo-200:focus-within {
    border-color: #c3dafe;
  }

  .xl\:focus-within\:border-indigo-300:focus-within {
    border-color: #a3bffa;
  }

  .xl\:focus-within\:border-indigo-400:focus-within {
    border-color: #7f9cf5;
  }

  .xl\:focus-within\:border-indigo-500:focus-within {
    border-color: #667eea;
  }

  .xl\:focus-within\:border-indigo-600:focus-within {
    border-color: #5a67d8;
  }

  .xl\:focus-within\:border-indigo-700:focus-within {
    border-color: #4c51bf;
  }

  .xl\:focus-within\:border-indigo-800:focus-within {
    border-color: #434190;
  }

  .xl\:focus-within\:border-indigo-900:focus-within {
    border-color: #3c366b;
  }

  .xl\:focus-within\:border-purple-100:focus-within {
    border-color: #faf5ff;
  }

  .xl\:focus-within\:border-purple-200:focus-within {
    border-color: #e9d8fd;
  }

  .xl\:focus-within\:border-purple-300:focus-within {
    border-color: #d6bcfa;
  }

  .xl\:focus-within\:border-purple-400:focus-within {
    border-color: #b794f4;
  }

  .xl\:focus-within\:border-purple-500:focus-within {
    border-color: #9f7aea;
  }

  .xl\:focus-within\:border-purple-600:focus-within {
    border-color: #805ad5;
  }

  .xl\:focus-within\:border-purple-700:focus-within {
    border-color: #6b46c1;
  }

  .xl\:focus-within\:border-purple-800:focus-within {
    border-color: #553c9a;
  }

  .xl\:focus-within\:border-purple-900:focus-within {
    border-color: #44337a;
  }

  .xl\:focus-within\:border-pink-100:focus-within {
    border-color: #fff5f7;
  }

  .xl\:focus-within\:border-pink-200:focus-within {
    border-color: #fed7e2;
  }

  .xl\:focus-within\:border-pink-300:focus-within {
    border-color: #fbb6ce;
  }

  .xl\:focus-within\:border-pink-400:focus-within {
    border-color: #f687b3;
  }

  .xl\:focus-within\:border-pink-500:focus-within {
    border-color: #ed64a6;
  }

  .xl\:focus-within\:border-pink-600:focus-within {
    border-color: #d53f8c;
  }

  .xl\:focus-within\:border-pink-700:focus-within {
    border-color: #b83280;
  }

  .xl\:focus-within\:border-pink-800:focus-within {
    border-color: #97266d;
  }

  .xl\:focus-within\:border-pink-900:focus-within {
    border-color: #702459;
  }

  .xl\:first\:border-transparent:first-child {
    border-color: transparent;
  }

  .xl\:first\:border-black:first-child {
    border-color: #000;
  }

  .xl\:first\:border-white:first-child {
    border-color: #fff;
  }

  .xl\:first\:border-gray-100:first-child {
    border-color: #f7fafc;
  }

  .xl\:first\:border-gray-200:first-child {
    border-color: #edf2f7;
  }

  .xl\:first\:border-gray-300:first-child {
    border-color: #e2e8f0;
  }

  .xl\:first\:border-gray-400:first-child {
    border-color: #cbd5e0;
  }

  .xl\:first\:border-gray-500:first-child {
    border-color: #a0aec0;
  }

  .xl\:first\:border-gray-600:first-child {
    border-color: #718096;
  }

  .xl\:first\:border-gray-700:first-child {
    border-color: #4a5568;
  }

  .xl\:first\:border-gray-800:first-child {
    border-color: #2d3748;
  }

  .xl\:first\:border-gray-900:first-child {
    border-color: #1a202c;
  }

  .xl\:first\:border-red-100:first-child {
    border-color: #fff5f5;
  }

  .xl\:first\:border-red-200:first-child {
    border-color: #fed7d7;
  }

  .xl\:first\:border-red-300:first-child {
    border-color: #feb2b2;
  }

  .xl\:first\:border-red-400:first-child {
    border-color: #fc8181;
  }

  .xl\:first\:border-red-500:first-child {
    border-color: #f56565;
  }

  .xl\:first\:border-red-600:first-child {
    border-color: #e53e3e;
  }

  .xl\:first\:border-red-700:first-child {
    border-color: #c53030;
  }

  .xl\:first\:border-red-800:first-child {
    border-color: #9b2c2c;
  }

  .xl\:first\:border-red-900:first-child {
    border-color: #742a2a;
  }

  .xl\:first\:border-orange-100:first-child {
    border-color: #fffaf0;
  }

  .xl\:first\:border-orange-200:first-child {
    border-color: #feebc8;
  }

  .xl\:first\:border-orange-300:first-child {
    border-color: #fbd38d;
  }

  .xl\:first\:border-orange-400:first-child {
    border-color: #f6ad55;
  }

  .xl\:first\:border-orange-500:first-child {
    border-color: #ed8936;
  }

  .xl\:first\:border-orange-600:first-child {
    border-color: #dd6b20;
  }

  .xl\:first\:border-orange-700:first-child {
    border-color: #c05621;
  }

  .xl\:first\:border-orange-800:first-child {
    border-color: #9c4221;
  }

  .xl\:first\:border-orange-900:first-child {
    border-color: #7b341e;
  }

  .xl\:first\:border-yellow-100:first-child {
    border-color: #fffff0;
  }

  .xl\:first\:border-yellow-200:first-child {
    border-color: #fefcbf;
  }

  .xl\:first\:border-yellow-300:first-child {
    border-color: #faf089;
  }

  .xl\:first\:border-yellow-400:first-child {
    border-color: #f6e05e;
  }

  .xl\:first\:border-yellow-500:first-child {
    border-color: #ecc94b;
  }

  .xl\:first\:border-yellow-600:first-child {
    border-color: #d69e2e;
  }

  .xl\:first\:border-yellow-700:first-child {
    border-color: #b7791f;
  }

  .xl\:first\:border-yellow-800:first-child {
    border-color: #975a16;
  }

  .xl\:first\:border-yellow-900:first-child {
    border-color: #744210;
  }

  .xl\:first\:border-green-100:first-child {
    border-color: #f0fff4;
  }

  .xl\:first\:border-green-200:first-child {
    border-color: #c6f6d5;
  }

  .xl\:first\:border-green-300:first-child {
    border-color: #9ae6b4;
  }

  .xl\:first\:border-green-400:first-child {
    border-color: #68d391;
  }

  .xl\:first\:border-green-500:first-child {
    border-color: #48bb78;
  }

  .xl\:first\:border-green-600:first-child {
    border-color: #38a169;
  }

  .xl\:first\:border-green-700:first-child {
    border-color: #2f855a;
  }

  .xl\:first\:border-green-800:first-child {
    border-color: #276749;
  }

  .xl\:first\:border-green-900:first-child {
    border-color: #22543d;
  }

  .xl\:first\:border-teal-100:first-child {
    border-color: #e6fffa;
  }

  .xl\:first\:border-teal-200:first-child {
    border-color: #b2f5ea;
  }

  .xl\:first\:border-teal-300:first-child {
    border-color: #81e6d9;
  }

  .xl\:first\:border-teal-400:first-child {
    border-color: #4fd1c5;
  }

  .xl\:first\:border-teal-500:first-child {
    border-color: #38b2ac;
  }

  .xl\:first\:border-teal-600:first-child {
    border-color: #319795;
  }

  .xl\:first\:border-teal-700:first-child {
    border-color: #2c7a7b;
  }

  .xl\:first\:border-teal-800:first-child {
    border-color: #285e61;
  }

  .xl\:first\:border-teal-900:first-child {
    border-color: #234e52;
  }

  .xl\:first\:border-blue-100:first-child {
    border-color: #ebf8ff;
  }

  .xl\:first\:border-blue-200:first-child {
    border-color: #bee3f8;
  }

  .xl\:first\:border-blue-300:first-child {
    border-color: #90cdf4;
  }

  .xl\:first\:border-blue-400:first-child {
    border-color: #63b3ed;
  }

  .xl\:first\:border-blue-500:first-child {
    border-color: #4299e1;
  }

  .xl\:first\:border-blue-600:first-child {
    border-color: #3182ce;
  }

  .xl\:first\:border-blue-700:first-child {
    border-color: #2b6cb0;
  }

  .xl\:first\:border-blue-800:first-child {
    border-color: #2c5282;
  }

  .xl\:first\:border-blue-900:first-child {
    border-color: #2a4365;
  }

  .xl\:first\:border-indigo-100:first-child {
    border-color: #ebf4ff;
  }

  .xl\:first\:border-indigo-200:first-child {
    border-color: #c3dafe;
  }

  .xl\:first\:border-indigo-300:first-child {
    border-color: #a3bffa;
  }

  .xl\:first\:border-indigo-400:first-child {
    border-color: #7f9cf5;
  }

  .xl\:first\:border-indigo-500:first-child {
    border-color: #667eea;
  }

  .xl\:first\:border-indigo-600:first-child {
    border-color: #5a67d8;
  }

  .xl\:first\:border-indigo-700:first-child {
    border-color: #4c51bf;
  }

  .xl\:first\:border-indigo-800:first-child {
    border-color: #434190;
  }

  .xl\:first\:border-indigo-900:first-child {
    border-color: #3c366b;
  }

  .xl\:first\:border-purple-100:first-child {
    border-color: #faf5ff;
  }

  .xl\:first\:border-purple-200:first-child {
    border-color: #e9d8fd;
  }

  .xl\:first\:border-purple-300:first-child {
    border-color: #d6bcfa;
  }

  .xl\:first\:border-purple-400:first-child {
    border-color: #b794f4;
  }

  .xl\:first\:border-purple-500:first-child {
    border-color: #9f7aea;
  }

  .xl\:first\:border-purple-600:first-child {
    border-color: #805ad5;
  }

  .xl\:first\:border-purple-700:first-child {
    border-color: #6b46c1;
  }

  .xl\:first\:border-purple-800:first-child {
    border-color: #553c9a;
  }

  .xl\:first\:border-purple-900:first-child {
    border-color: #44337a;
  }

  .xl\:first\:border-pink-100:first-child {
    border-color: #fff5f7;
  }

  .xl\:first\:border-pink-200:first-child {
    border-color: #fed7e2;
  }

  .xl\:first\:border-pink-300:first-child {
    border-color: #fbb6ce;
  }

  .xl\:first\:border-pink-400:first-child {
    border-color: #f687b3;
  }

  .xl\:first\:border-pink-500:first-child {
    border-color: #ed64a6;
  }

  .xl\:first\:border-pink-600:first-child {
    border-color: #d53f8c;
  }

  .xl\:first\:border-pink-700:first-child {
    border-color: #b83280;
  }

  .xl\:first\:border-pink-800:first-child {
    border-color: #97266d;
  }

  .xl\:first\:border-pink-900:first-child {
    border-color: #702459;
  }

  .xl\:last\:border-transparent:last-child {
    border-color: transparent;
  }

  .xl\:last\:border-black:last-child {
    border-color: #000;
  }

  .xl\:last\:border-white:last-child {
    border-color: #fff;
  }

  .xl\:last\:border-gray-100:last-child {
    border-color: #f7fafc;
  }

  .xl\:last\:border-gray-200:last-child {
    border-color: #edf2f7;
  }

  .xl\:last\:border-gray-300:last-child {
    border-color: #e2e8f0;
  }

  .xl\:last\:border-gray-400:last-child {
    border-color: #cbd5e0;
  }

  .xl\:last\:border-gray-500:last-child {
    border-color: #a0aec0;
  }

  .xl\:last\:border-gray-600:last-child {
    border-color: #718096;
  }

  .xl\:last\:border-gray-700:last-child {
    border-color: #4a5568;
  }

  .xl\:last\:border-gray-800:last-child {
    border-color: #2d3748;
  }

  .xl\:last\:border-gray-900:last-child {
    border-color: #1a202c;
  }

  .xl\:last\:border-red-100:last-child {
    border-color: #fff5f5;
  }

  .xl\:last\:border-red-200:last-child {
    border-color: #fed7d7;
  }

  .xl\:last\:border-red-300:last-child {
    border-color: #feb2b2;
  }

  .xl\:last\:border-red-400:last-child {
    border-color: #fc8181;
  }

  .xl\:last\:border-red-500:last-child {
    border-color: #f56565;
  }

  .xl\:last\:border-red-600:last-child {
    border-color: #e53e3e;
  }

  .xl\:last\:border-red-700:last-child {
    border-color: #c53030;
  }

  .xl\:last\:border-red-800:last-child {
    border-color: #9b2c2c;
  }

  .xl\:last\:border-red-900:last-child {
    border-color: #742a2a;
  }

  .xl\:last\:border-orange-100:last-child {
    border-color: #fffaf0;
  }

  .xl\:last\:border-orange-200:last-child {
    border-color: #feebc8;
  }

  .xl\:last\:border-orange-300:last-child {
    border-color: #fbd38d;
  }

  .xl\:last\:border-orange-400:last-child {
    border-color: #f6ad55;
  }

  .xl\:last\:border-orange-500:last-child {
    border-color: #ed8936;
  }

  .xl\:last\:border-orange-600:last-child {
    border-color: #dd6b20;
  }

  .xl\:last\:border-orange-700:last-child {
    border-color: #c05621;
  }

  .xl\:last\:border-orange-800:last-child {
    border-color: #9c4221;
  }

  .xl\:last\:border-orange-900:last-child {
    border-color: #7b341e;
  }

  .xl\:last\:border-yellow-100:last-child {
    border-color: #fffff0;
  }

  .xl\:last\:border-yellow-200:last-child {
    border-color: #fefcbf;
  }

  .xl\:last\:border-yellow-300:last-child {
    border-color: #faf089;
  }

  .xl\:last\:border-yellow-400:last-child {
    border-color: #f6e05e;
  }

  .xl\:last\:border-yellow-500:last-child {
    border-color: #ecc94b;
  }

  .xl\:last\:border-yellow-600:last-child {
    border-color: #d69e2e;
  }

  .xl\:last\:border-yellow-700:last-child {
    border-color: #b7791f;
  }

  .xl\:last\:border-yellow-800:last-child {
    border-color: #975a16;
  }

  .xl\:last\:border-yellow-900:last-child {
    border-color: #744210;
  }

  .xl\:last\:border-green-100:last-child {
    border-color: #f0fff4;
  }

  .xl\:last\:border-green-200:last-child {
    border-color: #c6f6d5;
  }

  .xl\:last\:border-green-300:last-child {
    border-color: #9ae6b4;
  }

  .xl\:last\:border-green-400:last-child {
    border-color: #68d391;
  }

  .xl\:last\:border-green-500:last-child {
    border-color: #48bb78;
  }

  .xl\:last\:border-green-600:last-child {
    border-color: #38a169;
  }

  .xl\:last\:border-green-700:last-child {
    border-color: #2f855a;
  }

  .xl\:last\:border-green-800:last-child {
    border-color: #276749;
  }

  .xl\:last\:border-green-900:last-child {
    border-color: #22543d;
  }

  .xl\:last\:border-teal-100:last-child {
    border-color: #e6fffa;
  }

  .xl\:last\:border-teal-200:last-child {
    border-color: #b2f5ea;
  }

  .xl\:last\:border-teal-300:last-child {
    border-color: #81e6d9;
  }

  .xl\:last\:border-teal-400:last-child {
    border-color: #4fd1c5;
  }

  .xl\:last\:border-teal-500:last-child {
    border-color: #38b2ac;
  }

  .xl\:last\:border-teal-600:last-child {
    border-color: #319795;
  }

  .xl\:last\:border-teal-700:last-child {
    border-color: #2c7a7b;
  }

  .xl\:last\:border-teal-800:last-child {
    border-color: #285e61;
  }

  .xl\:last\:border-teal-900:last-child {
    border-color: #234e52;
  }

  .xl\:last\:border-blue-100:last-child {
    border-color: #ebf8ff;
  }

  .xl\:last\:border-blue-200:last-child {
    border-color: #bee3f8;
  }

  .xl\:last\:border-blue-300:last-child {
    border-color: #90cdf4;
  }

  .xl\:last\:border-blue-400:last-child {
    border-color: #63b3ed;
  }

  .xl\:last\:border-blue-500:last-child {
    border-color: #4299e1;
  }

  .xl\:last\:border-blue-600:last-child {
    border-color: #3182ce;
  }

  .xl\:last\:border-blue-700:last-child {
    border-color: #2b6cb0;
  }

  .xl\:last\:border-blue-800:last-child {
    border-color: #2c5282;
  }

  .xl\:last\:border-blue-900:last-child {
    border-color: #2a4365;
  }

  .xl\:last\:border-indigo-100:last-child {
    border-color: #ebf4ff;
  }

  .xl\:last\:border-indigo-200:last-child {
    border-color: #c3dafe;
  }

  .xl\:last\:border-indigo-300:last-child {
    border-color: #a3bffa;
  }

  .xl\:last\:border-indigo-400:last-child {
    border-color: #7f9cf5;
  }

  .xl\:last\:border-indigo-500:last-child {
    border-color: #667eea;
  }

  .xl\:last\:border-indigo-600:last-child {
    border-color: #5a67d8;
  }

  .xl\:last\:border-indigo-700:last-child {
    border-color: #4c51bf;
  }

  .xl\:last\:border-indigo-800:last-child {
    border-color: #434190;
  }

  .xl\:last\:border-indigo-900:last-child {
    border-color: #3c366b;
  }

  .xl\:last\:border-purple-100:last-child {
    border-color: #faf5ff;
  }

  .xl\:last\:border-purple-200:last-child {
    border-color: #e9d8fd;
  }

  .xl\:last\:border-purple-300:last-child {
    border-color: #d6bcfa;
  }

  .xl\:last\:border-purple-400:last-child {
    border-color: #b794f4;
  }

  .xl\:last\:border-purple-500:last-child {
    border-color: #9f7aea;
  }

  .xl\:last\:border-purple-600:last-child {
    border-color: #805ad5;
  }

  .xl\:last\:border-purple-700:last-child {
    border-color: #6b46c1;
  }

  .xl\:last\:border-purple-800:last-child {
    border-color: #553c9a;
  }

  .xl\:last\:border-purple-900:last-child {
    border-color: #44337a;
  }

  .xl\:last\:border-pink-100:last-child {
    border-color: #fff5f7;
  }

  .xl\:last\:border-pink-200:last-child {
    border-color: #fed7e2;
  }

  .xl\:last\:border-pink-300:last-child {
    border-color: #fbb6ce;
  }

  .xl\:last\:border-pink-400:last-child {
    border-color: #f687b3;
  }

  .xl\:last\:border-pink-500:last-child {
    border-color: #ed64a6;
  }

  .xl\:last\:border-pink-600:last-child {
    border-color: #d53f8c;
  }

  .xl\:last\:border-pink-700:last-child {
    border-color: #b83280;
  }

  .xl\:last\:border-pink-800:last-child {
    border-color: #97266d;
  }

  .xl\:last\:border-pink-900:last-child {
    border-color: #702459;
  }

  .xl\:odd\:border-transparent:nth-child(odd) {
    border-color: transparent;
  }

  .xl\:odd\:border-black:nth-child(odd) {
    border-color: #000;
  }

  .xl\:odd\:border-white:nth-child(odd) {
    border-color: #fff;
  }

  .xl\:odd\:border-gray-100:nth-child(odd) {
    border-color: #f7fafc;
  }

  .xl\:odd\:border-gray-200:nth-child(odd) {
    border-color: #edf2f7;
  }

  .xl\:odd\:border-gray-300:nth-child(odd) {
    border-color: #e2e8f0;
  }

  .xl\:odd\:border-gray-400:nth-child(odd) {
    border-color: #cbd5e0;
  }

  .xl\:odd\:border-gray-500:nth-child(odd) {
    border-color: #a0aec0;
  }

  .xl\:odd\:border-gray-600:nth-child(odd) {
    border-color: #718096;
  }

  .xl\:odd\:border-gray-700:nth-child(odd) {
    border-color: #4a5568;
  }

  .xl\:odd\:border-gray-800:nth-child(odd) {
    border-color: #2d3748;
  }

  .xl\:odd\:border-gray-900:nth-child(odd) {
    border-color: #1a202c;
  }

  .xl\:odd\:border-red-100:nth-child(odd) {
    border-color: #fff5f5;
  }

  .xl\:odd\:border-red-200:nth-child(odd) {
    border-color: #fed7d7;
  }

  .xl\:odd\:border-red-300:nth-child(odd) {
    border-color: #feb2b2;
  }

  .xl\:odd\:border-red-400:nth-child(odd) {
    border-color: #fc8181;
  }

  .xl\:odd\:border-red-500:nth-child(odd) {
    border-color: #f56565;
  }

  .xl\:odd\:border-red-600:nth-child(odd) {
    border-color: #e53e3e;
  }

  .xl\:odd\:border-red-700:nth-child(odd) {
    border-color: #c53030;
  }

  .xl\:odd\:border-red-800:nth-child(odd) {
    border-color: #9b2c2c;
  }

  .xl\:odd\:border-red-900:nth-child(odd) {
    border-color: #742a2a;
  }

  .xl\:odd\:border-orange-100:nth-child(odd) {
    border-color: #fffaf0;
  }

  .xl\:odd\:border-orange-200:nth-child(odd) {
    border-color: #feebc8;
  }

  .xl\:odd\:border-orange-300:nth-child(odd) {
    border-color: #fbd38d;
  }

  .xl\:odd\:border-orange-400:nth-child(odd) {
    border-color: #f6ad55;
  }

  .xl\:odd\:border-orange-500:nth-child(odd) {
    border-color: #ed8936;
  }

  .xl\:odd\:border-orange-600:nth-child(odd) {
    border-color: #dd6b20;
  }

  .xl\:odd\:border-orange-700:nth-child(odd) {
    border-color: #c05621;
  }

  .xl\:odd\:border-orange-800:nth-child(odd) {
    border-color: #9c4221;
  }

  .xl\:odd\:border-orange-900:nth-child(odd) {
    border-color: #7b341e;
  }

  .xl\:odd\:border-yellow-100:nth-child(odd) {
    border-color: #fffff0;
  }

  .xl\:odd\:border-yellow-200:nth-child(odd) {
    border-color: #fefcbf;
  }

  .xl\:odd\:border-yellow-300:nth-child(odd) {
    border-color: #faf089;
  }

  .xl\:odd\:border-yellow-400:nth-child(odd) {
    border-color: #f6e05e;
  }

  .xl\:odd\:border-yellow-500:nth-child(odd) {
    border-color: #ecc94b;
  }

  .xl\:odd\:border-yellow-600:nth-child(odd) {
    border-color: #d69e2e;
  }

  .xl\:odd\:border-yellow-700:nth-child(odd) {
    border-color: #b7791f;
  }

  .xl\:odd\:border-yellow-800:nth-child(odd) {
    border-color: #975a16;
  }

  .xl\:odd\:border-yellow-900:nth-child(odd) {
    border-color: #744210;
  }

  .xl\:odd\:border-green-100:nth-child(odd) {
    border-color: #f0fff4;
  }

  .xl\:odd\:border-green-200:nth-child(odd) {
    border-color: #c6f6d5;
  }

  .xl\:odd\:border-green-300:nth-child(odd) {
    border-color: #9ae6b4;
  }

  .xl\:odd\:border-green-400:nth-child(odd) {
    border-color: #68d391;
  }

  .xl\:odd\:border-green-500:nth-child(odd) {
    border-color: #48bb78;
  }

  .xl\:odd\:border-green-600:nth-child(odd) {
    border-color: #38a169;
  }

  .xl\:odd\:border-green-700:nth-child(odd) {
    border-color: #2f855a;
  }

  .xl\:odd\:border-green-800:nth-child(odd) {
    border-color: #276749;
  }

  .xl\:odd\:border-green-900:nth-child(odd) {
    border-color: #22543d;
  }

  .xl\:odd\:border-teal-100:nth-child(odd) {
    border-color: #e6fffa;
  }

  .xl\:odd\:border-teal-200:nth-child(odd) {
    border-color: #b2f5ea;
  }

  .xl\:odd\:border-teal-300:nth-child(odd) {
    border-color: #81e6d9;
  }

  .xl\:odd\:border-teal-400:nth-child(odd) {
    border-color: #4fd1c5;
  }

  .xl\:odd\:border-teal-500:nth-child(odd) {
    border-color: #38b2ac;
  }

  .xl\:odd\:border-teal-600:nth-child(odd) {
    border-color: #319795;
  }

  .xl\:odd\:border-teal-700:nth-child(odd) {
    border-color: #2c7a7b;
  }

  .xl\:odd\:border-teal-800:nth-child(odd) {
    border-color: #285e61;
  }

  .xl\:odd\:border-teal-900:nth-child(odd) {
    border-color: #234e52;
  }

  .xl\:odd\:border-blue-100:nth-child(odd) {
    border-color: #ebf8ff;
  }

  .xl\:odd\:border-blue-200:nth-child(odd) {
    border-color: #bee3f8;
  }

  .xl\:odd\:border-blue-300:nth-child(odd) {
    border-color: #90cdf4;
  }

  .xl\:odd\:border-blue-400:nth-child(odd) {
    border-color: #63b3ed;
  }

  .xl\:odd\:border-blue-500:nth-child(odd) {
    border-color: #4299e1;
  }

  .xl\:odd\:border-blue-600:nth-child(odd) {
    border-color: #3182ce;
  }

  .xl\:odd\:border-blue-700:nth-child(odd) {
    border-color: #2b6cb0;
  }

  .xl\:odd\:border-blue-800:nth-child(odd) {
    border-color: #2c5282;
  }

  .xl\:odd\:border-blue-900:nth-child(odd) {
    border-color: #2a4365;
  }

  .xl\:odd\:border-indigo-100:nth-child(odd) {
    border-color: #ebf4ff;
  }

  .xl\:odd\:border-indigo-200:nth-child(odd) {
    border-color: #c3dafe;
  }

  .xl\:odd\:border-indigo-300:nth-child(odd) {
    border-color: #a3bffa;
  }

  .xl\:odd\:border-indigo-400:nth-child(odd) {
    border-color: #7f9cf5;
  }

  .xl\:odd\:border-indigo-500:nth-child(odd) {
    border-color: #667eea;
  }

  .xl\:odd\:border-indigo-600:nth-child(odd) {
    border-color: #5a67d8;
  }

  .xl\:odd\:border-indigo-700:nth-child(odd) {
    border-color: #4c51bf;
  }

  .xl\:odd\:border-indigo-800:nth-child(odd) {
    border-color: #434190;
  }

  .xl\:odd\:border-indigo-900:nth-child(odd) {
    border-color: #3c366b;
  }

  .xl\:odd\:border-purple-100:nth-child(odd) {
    border-color: #faf5ff;
  }

  .xl\:odd\:border-purple-200:nth-child(odd) {
    border-color: #e9d8fd;
  }

  .xl\:odd\:border-purple-300:nth-child(odd) {
    border-color: #d6bcfa;
  }

  .xl\:odd\:border-purple-400:nth-child(odd) {
    border-color: #b794f4;
  }

  .xl\:odd\:border-purple-500:nth-child(odd) {
    border-color: #9f7aea;
  }

  .xl\:odd\:border-purple-600:nth-child(odd) {
    border-color: #805ad5;
  }

  .xl\:odd\:border-purple-700:nth-child(odd) {
    border-color: #6b46c1;
  }

  .xl\:odd\:border-purple-800:nth-child(odd) {
    border-color: #553c9a;
  }

  .xl\:odd\:border-purple-900:nth-child(odd) {
    border-color: #44337a;
  }

  .xl\:odd\:border-pink-100:nth-child(odd) {
    border-color: #fff5f7;
  }

  .xl\:odd\:border-pink-200:nth-child(odd) {
    border-color: #fed7e2;
  }

  .xl\:odd\:border-pink-300:nth-child(odd) {
    border-color: #fbb6ce;
  }

  .xl\:odd\:border-pink-400:nth-child(odd) {
    border-color: #f687b3;
  }

  .xl\:odd\:border-pink-500:nth-child(odd) {
    border-color: #ed64a6;
  }

  .xl\:odd\:border-pink-600:nth-child(odd) {
    border-color: #d53f8c;
  }

  .xl\:odd\:border-pink-700:nth-child(odd) {
    border-color: #b83280;
  }

  .xl\:odd\:border-pink-800:nth-child(odd) {
    border-color: #97266d;
  }

  .xl\:odd\:border-pink-900:nth-child(odd) {
    border-color: #702459;
  }

  .xl\:even\:border-transparent:nth-child(even) {
    border-color: transparent;
  }

  .xl\:even\:border-black:nth-child(even) {
    border-color: #000;
  }

  .xl\:even\:border-white:nth-child(even) {
    border-color: #fff;
  }

  .xl\:even\:border-gray-100:nth-child(even) {
    border-color: #f7fafc;
  }

  .xl\:even\:border-gray-200:nth-child(even) {
    border-color: #edf2f7;
  }

  .xl\:even\:border-gray-300:nth-child(even) {
    border-color: #e2e8f0;
  }

  .xl\:even\:border-gray-400:nth-child(even) {
    border-color: #cbd5e0;
  }

  .xl\:even\:border-gray-500:nth-child(even) {
    border-color: #a0aec0;
  }

  .xl\:even\:border-gray-600:nth-child(even) {
    border-color: #718096;
  }

  .xl\:even\:border-gray-700:nth-child(even) {
    border-color: #4a5568;
  }

  .xl\:even\:border-gray-800:nth-child(even) {
    border-color: #2d3748;
  }

  .xl\:even\:border-gray-900:nth-child(even) {
    border-color: #1a202c;
  }

  .xl\:even\:border-red-100:nth-child(even) {
    border-color: #fff5f5;
  }

  .xl\:even\:border-red-200:nth-child(even) {
    border-color: #fed7d7;
  }

  .xl\:even\:border-red-300:nth-child(even) {
    border-color: #feb2b2;
  }

  .xl\:even\:border-red-400:nth-child(even) {
    border-color: #fc8181;
  }

  .xl\:even\:border-red-500:nth-child(even) {
    border-color: #f56565;
  }

  .xl\:even\:border-red-600:nth-child(even) {
    border-color: #e53e3e;
  }

  .xl\:even\:border-red-700:nth-child(even) {
    border-color: #c53030;
  }

  .xl\:even\:border-red-800:nth-child(even) {
    border-color: #9b2c2c;
  }

  .xl\:even\:border-red-900:nth-child(even) {
    border-color: #742a2a;
  }

  .xl\:even\:border-orange-100:nth-child(even) {
    border-color: #fffaf0;
  }

  .xl\:even\:border-orange-200:nth-child(even) {
    border-color: #feebc8;
  }

  .xl\:even\:border-orange-300:nth-child(even) {
    border-color: #fbd38d;
  }

  .xl\:even\:border-orange-400:nth-child(even) {
    border-color: #f6ad55;
  }

  .xl\:even\:border-orange-500:nth-child(even) {
    border-color: #ed8936;
  }

  .xl\:even\:border-orange-600:nth-child(even) {
    border-color: #dd6b20;
  }

  .xl\:even\:border-orange-700:nth-child(even) {
    border-color: #c05621;
  }

  .xl\:even\:border-orange-800:nth-child(even) {
    border-color: #9c4221;
  }

  .xl\:even\:border-orange-900:nth-child(even) {
    border-color: #7b341e;
  }

  .xl\:even\:border-yellow-100:nth-child(even) {
    border-color: #fffff0;
  }

  .xl\:even\:border-yellow-200:nth-child(even) {
    border-color: #fefcbf;
  }

  .xl\:even\:border-yellow-300:nth-child(even) {
    border-color: #faf089;
  }

  .xl\:even\:border-yellow-400:nth-child(even) {
    border-color: #f6e05e;
  }

  .xl\:even\:border-yellow-500:nth-child(even) {
    border-color: #ecc94b;
  }

  .xl\:even\:border-yellow-600:nth-child(even) {
    border-color: #d69e2e;
  }

  .xl\:even\:border-yellow-700:nth-child(even) {
    border-color: #b7791f;
  }

  .xl\:even\:border-yellow-800:nth-child(even) {
    border-color: #975a16;
  }

  .xl\:even\:border-yellow-900:nth-child(even) {
    border-color: #744210;
  }

  .xl\:even\:border-green-100:nth-child(even) {
    border-color: #f0fff4;
  }

  .xl\:even\:border-green-200:nth-child(even) {
    border-color: #c6f6d5;
  }

  .xl\:even\:border-green-300:nth-child(even) {
    border-color: #9ae6b4;
  }

  .xl\:even\:border-green-400:nth-child(even) {
    border-color: #68d391;
  }

  .xl\:even\:border-green-500:nth-child(even) {
    border-color: #48bb78;
  }

  .xl\:even\:border-green-600:nth-child(even) {
    border-color: #38a169;
  }

  .xl\:even\:border-green-700:nth-child(even) {
    border-color: #2f855a;
  }

  .xl\:even\:border-green-800:nth-child(even) {
    border-color: #276749;
  }

  .xl\:even\:border-green-900:nth-child(even) {
    border-color: #22543d;
  }

  .xl\:even\:border-teal-100:nth-child(even) {
    border-color: #e6fffa;
  }

  .xl\:even\:border-teal-200:nth-child(even) {
    border-color: #b2f5ea;
  }

  .xl\:even\:border-teal-300:nth-child(even) {
    border-color: #81e6d9;
  }

  .xl\:even\:border-teal-400:nth-child(even) {
    border-color: #4fd1c5;
  }

  .xl\:even\:border-teal-500:nth-child(even) {
    border-color: #38b2ac;
  }

  .xl\:even\:border-teal-600:nth-child(even) {
    border-color: #319795;
  }

  .xl\:even\:border-teal-700:nth-child(even) {
    border-color: #2c7a7b;
  }

  .xl\:even\:border-teal-800:nth-child(even) {
    border-color: #285e61;
  }

  .xl\:even\:border-teal-900:nth-child(even) {
    border-color: #234e52;
  }

  .xl\:even\:border-blue-100:nth-child(even) {
    border-color: #ebf8ff;
  }

  .xl\:even\:border-blue-200:nth-child(even) {
    border-color: #bee3f8;
  }

  .xl\:even\:border-blue-300:nth-child(even) {
    border-color: #90cdf4;
  }

  .xl\:even\:border-blue-400:nth-child(even) {
    border-color: #63b3ed;
  }

  .xl\:even\:border-blue-500:nth-child(even) {
    border-color: #4299e1;
  }

  .xl\:even\:border-blue-600:nth-child(even) {
    border-color: #3182ce;
  }

  .xl\:even\:border-blue-700:nth-child(even) {
    border-color: #2b6cb0;
  }

  .xl\:even\:border-blue-800:nth-child(even) {
    border-color: #2c5282;
  }

  .xl\:even\:border-blue-900:nth-child(even) {
    border-color: #2a4365;
  }

  .xl\:even\:border-indigo-100:nth-child(even) {
    border-color: #ebf4ff;
  }

  .xl\:even\:border-indigo-200:nth-child(even) {
    border-color: #c3dafe;
  }

  .xl\:even\:border-indigo-300:nth-child(even) {
    border-color: #a3bffa;
  }

  .xl\:even\:border-indigo-400:nth-child(even) {
    border-color: #7f9cf5;
  }

  .xl\:even\:border-indigo-500:nth-child(even) {
    border-color: #667eea;
  }

  .xl\:even\:border-indigo-600:nth-child(even) {
    border-color: #5a67d8;
  }

  .xl\:even\:border-indigo-700:nth-child(even) {
    border-color: #4c51bf;
  }

  .xl\:even\:border-indigo-800:nth-child(even) {
    border-color: #434190;
  }

  .xl\:even\:border-indigo-900:nth-child(even) {
    border-color: #3c366b;
  }

  .xl\:even\:border-purple-100:nth-child(even) {
    border-color: #faf5ff;
  }

  .xl\:even\:border-purple-200:nth-child(even) {
    border-color: #e9d8fd;
  }

  .xl\:even\:border-purple-300:nth-child(even) {
    border-color: #d6bcfa;
  }

  .xl\:even\:border-purple-400:nth-child(even) {
    border-color: #b794f4;
  }

  .xl\:even\:border-purple-500:nth-child(even) {
    border-color: #9f7aea;
  }

  .xl\:even\:border-purple-600:nth-child(even) {
    border-color: #805ad5;
  }

  .xl\:even\:border-purple-700:nth-child(even) {
    border-color: #6b46c1;
  }

  .xl\:even\:border-purple-800:nth-child(even) {
    border-color: #553c9a;
  }

  .xl\:even\:border-purple-900:nth-child(even) {
    border-color: #44337a;
  }

  .xl\:even\:border-pink-100:nth-child(even) {
    border-color: #fff5f7;
  }

  .xl\:even\:border-pink-200:nth-child(even) {
    border-color: #fed7e2;
  }

  .xl\:even\:border-pink-300:nth-child(even) {
    border-color: #fbb6ce;
  }

  .xl\:even\:border-pink-400:nth-child(even) {
    border-color: #f687b3;
  }

  .xl\:even\:border-pink-500:nth-child(even) {
    border-color: #ed64a6;
  }

  .xl\:even\:border-pink-600:nth-child(even) {
    border-color: #d53f8c;
  }

  .xl\:even\:border-pink-700:nth-child(even) {
    border-color: #b83280;
  }

  .xl\:even\:border-pink-800:nth-child(even) {
    border-color: #97266d;
  }

  .xl\:even\:border-pink-900:nth-child(even) {
    border-color: #702459;
  }

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

  .xl\:hover\:border-black:hover {
    border-color: #000;
  }

  .xl\:hover\:border-white:hover {
    border-color: #fff;
  }

  .xl\:hover\:border-gray-100:hover {
    border-color: #f7fafc;
  }

  .xl\:hover\:border-gray-200:hover {
    border-color: #edf2f7;
  }

  .xl\:hover\:border-gray-300:hover {
    border-color: #e2e8f0;
  }

  .xl\:hover\:border-gray-400:hover {
    border-color: #cbd5e0;
  }

  .xl\:hover\:border-gray-500:hover {
    border-color: #a0aec0;
  }

  .xl\:hover\:border-gray-600:hover {
    border-color: #718096;
  }

  .xl\:hover\:border-gray-700:hover {
    border-color: #4a5568;
  }

  .xl\:hover\:border-gray-800:hover {
    border-color: #2d3748;
  }

  .xl\:hover\:border-gray-900:hover {
    border-color: #1a202c;
  }

  .xl\:hover\:border-red-100:hover {
    border-color: #fff5f5;
  }

  .xl\:hover\:border-red-200:hover {
    border-color: #fed7d7;
  }

  .xl\:hover\:border-red-300:hover {
    border-color: #feb2b2;
  }

  .xl\:hover\:border-red-400:hover {
    border-color: #fc8181;
  }

  .xl\:hover\:border-red-500:hover {
    border-color: #f56565;
  }

  .xl\:hover\:border-red-600:hover {
    border-color: #e53e3e;
  }

  .xl\:hover\:border-red-700:hover {
    border-color: #c53030;
  }

  .xl\:hover\:border-red-800:hover {
    border-color: #9b2c2c;
  }

  .xl\:hover\:border-red-900:hover {
    border-color: #742a2a;
  }

  .xl\:hover\:border-orange-100:hover {
    border-color: #fffaf0;
  }

  .xl\:hover\:border-orange-200:hover {
    border-color: #feebc8;
  }

  .xl\:hover\:border-orange-300:hover {
    border-color: #fbd38d;
  }

  .xl\:hover\:border-orange-400:hover {
    border-color: #f6ad55;
  }

  .xl\:hover\:border-orange-500:hover {
    border-color: #ed8936;
  }

  .xl\:hover\:border-orange-600:hover {
    border-color: #dd6b20;
  }

  .xl\:hover\:border-orange-700:hover {
    border-color: #c05621;
  }

  .xl\:hover\:border-orange-800:hover {
    border-color: #9c4221;
  }

  .xl\:hover\:border-orange-900:hover {
    border-color: #7b341e;
  }

  .xl\:hover\:border-yellow-100:hover {
    border-color: #fffff0;
  }

  .xl\:hover\:border-yellow-200:hover {
    border-color: #fefcbf;
  }

  .xl\:hover\:border-yellow-300:hover {
    border-color: #faf089;
  }

  .xl\:hover\:border-yellow-400:hover {
    border-color: #f6e05e;
  }

  .xl\:hover\:border-yellow-500:hover {
    border-color: #ecc94b;
  }

  .xl\:hover\:border-yellow-600:hover {
    border-color: #d69e2e;
  }

  .xl\:hover\:border-yellow-700:hover {
    border-color: #b7791f;
  }

  .xl\:hover\:border-yellow-800:hover {
    border-color: #975a16;
  }

  .xl\:hover\:border-yellow-900:hover {
    border-color: #744210;
  }

  .xl\:hover\:border-green-100:hover {
    border-color: #f0fff4;
  }

  .xl\:hover\:border-green-200:hover {
    border-color: #c6f6d5;
  }

  .xl\:hover\:border-green-300:hover {
    border-color: #9ae6b4;
  }

  .xl\:hover\:border-green-400:hover {
    border-color: #68d391;
  }

  .xl\:hover\:border-green-500:hover {
    border-color: #48bb78;
  }

  .xl\:hover\:border-green-600:hover {
    border-color: #38a169;
  }

  .xl\:hover\:border-green-700:hover {
    border-color: #2f855a;
  }

  .xl\:hover\:border-green-800:hover {
    border-color: #276749;
  }

  .xl\:hover\:border-green-900:hover {
    border-color: #22543d;
  }

  .xl\:hover\:border-teal-100:hover {
    border-color: #e6fffa;
  }

  .xl\:hover\:border-teal-200:hover {
    border-color: #b2f5ea;
  }

  .xl\:hover\:border-teal-300:hover {
    border-color: #81e6d9;
  }

  .xl\:hover\:border-teal-400:hover {
    border-color: #4fd1c5;
  }

  .xl\:hover\:border-teal-500:hover {
    border-color: #38b2ac;
  }

  .xl\:hover\:border-teal-600:hover {
    border-color: #319795;
  }

  .xl\:hover\:border-teal-700:hover {
    border-color: #2c7a7b;
  }

  .xl\:hover\:border-teal-800:hover {
    border-color: #285e61;
  }

  .xl\:hover\:border-teal-900:hover {
    border-color: #234e52;
  }

  .xl\:hover\:border-blue-100:hover {
    border-color: #ebf8ff;
  }

  .xl\:hover\:border-blue-200:hover {
    border-color: #bee3f8;
  }

  .xl\:hover\:border-blue-300:hover {
    border-color: #90cdf4;
  }

  .xl\:hover\:border-blue-400:hover {
    border-color: #63b3ed;
  }

  .xl\:hover\:border-blue-500:hover {
    border-color: #4299e1;
  }

  .xl\:hover\:border-blue-600:hover {
    border-color: #3182ce;
  }

  .xl\:hover\:border-blue-700:hover {
    border-color: #2b6cb0;
  }

  .xl\:hover\:border-blue-800:hover {
    border-color: #2c5282;
  }

  .xl\:hover\:border-blue-900:hover {
    border-color: #2a4365;
  }

  .xl\:hover\:border-indigo-100:hover {
    border-color: #ebf4ff;
  }

  .xl\:hover\:border-indigo-200:hover {
    border-color: #c3dafe;
  }

  .xl\:hover\:border-indigo-300:hover {
    border-color: #a3bffa;
  }

  .xl\:hover\:border-indigo-400:hover {
    border-color: #7f9cf5;
  }

  .xl\:hover\:border-indigo-500:hover {
    border-color: #667eea;
  }

  .xl\:hover\:border-indigo-600:hover {
    border-color: #5a67d8;
  }

  .xl\:hover\:border-indigo-700:hover {
    border-color: #4c51bf;
  }

  .xl\:hover\:border-indigo-800:hover {
    border-color: #434190;
  }

  .xl\:hover\:border-indigo-900:hover {
    border-color: #3c366b;
  }

  .xl\:hover\:border-purple-100:hover {
    border-color: #faf5ff;
  }

  .xl\:hover\:border-purple-200:hover {
    border-color: #e9d8fd;
  }

  .xl\:hover\:border-purple-300:hover {
    border-color: #d6bcfa;
  }

  .xl\:hover\:border-purple-400:hover {
    border-color: #b794f4;
  }

  .xl\:hover\:border-purple-500:hover {
    border-color: #9f7aea;
  }

  .xl\:hover\:border-purple-600:hover {
    border-color: #805ad5;
  }

  .xl\:hover\:border-purple-700:hover {
    border-color: #6b46c1;
  }

  .xl\:hover\:border-purple-800:hover {
    border-color: #553c9a;
  }

  .xl\:hover\:border-purple-900:hover {
    border-color: #44337a;
  }

  .xl\:hover\:border-pink-100:hover {
    border-color: #fff5f7;
  }

  .xl\:hover\:border-pink-200:hover {
    border-color: #fed7e2;
  }

  .xl\:hover\:border-pink-300:hover {
    border-color: #fbb6ce;
  }

  .xl\:hover\:border-pink-400:hover {
    border-color: #f687b3;
  }

  .xl\:hover\:border-pink-500:hover {
    border-color: #ed64a6;
  }

  .xl\:hover\:border-pink-600:hover {
    border-color: #d53f8c;
  }

  .xl\:hover\:border-pink-700:hover {
    border-color: #b83280;
  }

  .xl\:hover\:border-pink-800:hover {
    border-color: #97266d;
  }

  .xl\:hover\:border-pink-900:hover {
    border-color: #702459;
  }

  .xl\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .xl\:focus\:border-black:focus {
    border-color: #000;
  }

  .xl\:focus\:border-white:focus {
    border-color: #fff;
  }

  .xl\:focus\:border-gray-100:focus {
    border-color: #f7fafc;
  }

  .xl\:focus\:border-gray-200:focus {
    border-color: #edf2f7;
  }

  .xl\:focus\:border-gray-300:focus {
    border-color: #e2e8f0;
  }

  .xl\:focus\:border-gray-400:focus {
    border-color: #cbd5e0;
  }

  .xl\:focus\:border-gray-500:focus {
    border-color: #a0aec0;
  }

  .xl\:focus\:border-gray-600:focus {
    border-color: #718096;
  }

  .xl\:focus\:border-gray-700:focus {
    border-color: #4a5568;
  }

  .xl\:focus\:border-gray-800:focus {
    border-color: #2d3748;
  }

  .xl\:focus\:border-gray-900:focus {
    border-color: #1a202c;
  }

  .xl\:focus\:border-red-100:focus {
    border-color: #fff5f5;
  }

  .xl\:focus\:border-red-200:focus {
    border-color: #fed7d7;
  }

  .xl\:focus\:border-red-300:focus {
    border-color: #feb2b2;
  }

  .xl\:focus\:border-red-400:focus {
    border-color: #fc8181;
  }

  .xl\:focus\:border-red-500:focus {
    border-color: #f56565;
  }

  .xl\:focus\:border-red-600:focus {
    border-color: #e53e3e;
  }

  .xl\:focus\:border-red-700:focus {
    border-color: #c53030;
  }

  .xl\:focus\:border-red-800:focus {
    border-color: #9b2c2c;
  }

  .xl\:focus\:border-red-900:focus {
    border-color: #742a2a;
  }

  .xl\:focus\:border-orange-100:focus {
    border-color: #fffaf0;
  }

  .xl\:focus\:border-orange-200:focus {
    border-color: #feebc8;
  }

  .xl\:focus\:border-orange-300:focus {
    border-color: #fbd38d;
  }

  .xl\:focus\:border-orange-400:focus {
    border-color: #f6ad55;
  }

  .xl\:focus\:border-orange-500:focus {
    border-color: #ed8936;
  }

  .xl\:focus\:border-orange-600:focus {
    border-color: #dd6b20;
  }

  .xl\:focus\:border-orange-700:focus {
    border-color: #c05621;
  }

  .xl\:focus\:border-orange-800:focus {
    border-color: #9c4221;
  }

  .xl\:focus\:border-orange-900:focus {
    border-color: #7b341e;
  }

  .xl\:focus\:border-yellow-100:focus {
    border-color: #fffff0;
  }

  .xl\:focus\:border-yellow-200:focus {
    border-color: #fefcbf;
  }

  .xl\:focus\:border-yellow-300:focus {
    border-color: #faf089;
  }

  .xl\:focus\:border-yellow-400:focus {
    border-color: #f6e05e;
  }

  .xl\:focus\:border-yellow-500:focus {
    border-color: #ecc94b;
  }

  .xl\:focus\:border-yellow-600:focus {
    border-color: #d69e2e;
  }

  .xl\:focus\:border-yellow-700:focus {
    border-color: #b7791f;
  }

  .xl\:focus\:border-yellow-800:focus {
    border-color: #975a16;
  }

  .xl\:focus\:border-yellow-900:focus {
    border-color: #744210;
  }

  .xl\:focus\:border-green-100:focus {
    border-color: #f0fff4;
  }

  .xl\:focus\:border-green-200:focus {
    border-color: #c6f6d5;
  }

  .xl\:focus\:border-green-300:focus {
    border-color: #9ae6b4;
  }

  .xl\:focus\:border-green-400:focus {
    border-color: #68d391;
  }

  .xl\:focus\:border-green-500:focus {
    border-color: #48bb78;
  }

  .xl\:focus\:border-green-600:focus {
    border-color: #38a169;
  }

  .xl\:focus\:border-green-700:focus {
    border-color: #2f855a;
  }

  .xl\:focus\:border-green-800:focus {
    border-color: #276749;
  }

  .xl\:focus\:border-green-900:focus {
    border-color: #22543d;
  }

  .xl\:focus\:border-teal-100:focus {
    border-color: #e6fffa;
  }

  .xl\:focus\:border-teal-200:focus {
    border-color: #b2f5ea;
  }

  .xl\:focus\:border-teal-300:focus {
    border-color: #81e6d9;
  }

  .xl\:focus\:border-teal-400:focus {
    border-color: #4fd1c5;
  }

  .xl\:focus\:border-teal-500:focus {
    border-color: #38b2ac;
  }

  .xl\:focus\:border-teal-600:focus {
    border-color: #319795;
  }

  .xl\:focus\:border-teal-700:focus {
    border-color: #2c7a7b;
  }

  .xl\:focus\:border-teal-800:focus {
    border-color: #285e61;
  }

  .xl\:focus\:border-teal-900:focus {
    border-color: #234e52;
  }

  .xl\:focus\:border-blue-100:focus {
    border-color: #ebf8ff;
  }

  .xl\:focus\:border-blue-200:focus {
    border-color: #bee3f8;
  }

  .xl\:focus\:border-blue-300:focus {
    border-color: #90cdf4;
  }

  .xl\:focus\:border-blue-400:focus {
    border-color: #63b3ed;
  }

  .xl\:focus\:border-blue-500:focus {
    border-color: #4299e1;
  }

  .xl\:focus\:border-blue-600:focus {
    border-color: #3182ce;
  }

  .xl\:focus\:border-blue-700:focus {
    border-color: #2b6cb0;
  }

  .xl\:focus\:border-blue-800:focus {
    border-color: #2c5282;
  }

  .xl\:focus\:border-blue-900:focus {
    border-color: #2a4365;
  }

  .xl\:focus\:border-indigo-100:focus {
    border-color: #ebf4ff;
  }

  .xl\:focus\:border-indigo-200:focus {
    border-color: #c3dafe;
  }

  .xl\:focus\:border-indigo-300:focus {
    border-color: #a3bffa;
  }

  .xl\:focus\:border-indigo-400:focus {
    border-color: #7f9cf5;
  }

  .xl\:focus\:border-indigo-500:focus {
    border-color: #667eea;
  }

  .xl\:focus\:border-indigo-600:focus {
    border-color: #5a67d8;
  }

  .xl\:focus\:border-indigo-700:focus {
    border-color: #4c51bf;
  }

  .xl\:focus\:border-indigo-800:focus {
    border-color: #434190;
  }

  .xl\:focus\:border-indigo-900:focus {
    border-color: #3c366b;
  }

  .xl\:focus\:border-purple-100:focus {
    border-color: #faf5ff;
  }

  .xl\:focus\:border-purple-200:focus {
    border-color: #e9d8fd;
  }

  .xl\:focus\:border-purple-300:focus {
    border-color: #d6bcfa;
  }

  .xl\:focus\:border-purple-400:focus {
    border-color: #b794f4;
  }

  .xl\:focus\:border-purple-500:focus {
    border-color: #9f7aea;
  }

  .xl\:focus\:border-purple-600:focus {
    border-color: #805ad5;
  }

  .xl\:focus\:border-purple-700:focus {
    border-color: #6b46c1;
  }

  .xl\:focus\:border-purple-800:focus {
    border-color: #553c9a;
  }

  .xl\:focus\:border-purple-900:focus {
    border-color: #44337a;
  }

  .xl\:focus\:border-pink-100:focus {
    border-color: #fff5f7;
  }

  .xl\:focus\:border-pink-200:focus {
    border-color: #fed7e2;
  }

  .xl\:focus\:border-pink-300:focus {
    border-color: #fbb6ce;
  }

  .xl\:focus\:border-pink-400:focus {
    border-color: #f687b3;
  }

  .xl\:focus\:border-pink-500:focus {
    border-color: #ed64a6;
  }

  .xl\:focus\:border-pink-600:focus {
    border-color: #d53f8c;
  }

  .xl\:focus\:border-pink-700:focus {
    border-color: #b83280;
  }

  .xl\:focus\:border-pink-800:focus {
    border-color: #97266d;
  }

  .xl\:focus\:border-pink-900:focus {
    border-color: #702459;
  }

  .xl\:active\:border-transparent:active {
    border-color: transparent;
  }

  .xl\:active\:border-black:active {
    border-color: #000;
  }

  .xl\:active\:border-white:active {
    border-color: #fff;
  }

  .xl\:active\:border-gray-100:active {
    border-color: #f7fafc;
  }

  .xl\:active\:border-gray-200:active {
    border-color: #edf2f7;
  }

  .xl\:active\:border-gray-300:active {
    border-color: #e2e8f0;
  }

  .xl\:active\:border-gray-400:active {
    border-color: #cbd5e0;
  }

  .xl\:active\:border-gray-500:active {
    border-color: #a0aec0;
  }

  .xl\:active\:border-gray-600:active {
    border-color: #718096;
  }

  .xl\:active\:border-gray-700:active {
    border-color: #4a5568;
  }

  .xl\:active\:border-gray-800:active {
    border-color: #2d3748;
  }

  .xl\:active\:border-gray-900:active {
    border-color: #1a202c;
  }

  .xl\:active\:border-red-100:active {
    border-color: #fff5f5;
  }

  .xl\:active\:border-red-200:active {
    border-color: #fed7d7;
  }

  .xl\:active\:border-red-300:active {
    border-color: #feb2b2;
  }

  .xl\:active\:border-red-400:active {
    border-color: #fc8181;
  }

  .xl\:active\:border-red-500:active {
    border-color: #f56565;
  }

  .xl\:active\:border-red-600:active {
    border-color: #e53e3e;
  }

  .xl\:active\:border-red-700:active {
    border-color: #c53030;
  }

  .xl\:active\:border-red-800:active {
    border-color: #9b2c2c;
  }

  .xl\:active\:border-red-900:active {
    border-color: #742a2a;
  }

  .xl\:active\:border-orange-100:active {
    border-color: #fffaf0;
  }

  .xl\:active\:border-orange-200:active {
    border-color: #feebc8;
  }

  .xl\:active\:border-orange-300:active {
    border-color: #fbd38d;
  }

  .xl\:active\:border-orange-400:active {
    border-color: #f6ad55;
  }

  .xl\:active\:border-orange-500:active {
    border-color: #ed8936;
  }

  .xl\:active\:border-orange-600:active {
    border-color: #dd6b20;
  }

  .xl\:active\:border-orange-700:active {
    border-color: #c05621;
  }

  .xl\:active\:border-orange-800:active {
    border-color: #9c4221;
  }

  .xl\:active\:border-orange-900:active {
    border-color: #7b341e;
  }

  .xl\:active\:border-yellow-100:active {
    border-color: #fffff0;
  }

  .xl\:active\:border-yellow-200:active {
    border-color: #fefcbf;
  }

  .xl\:active\:border-yellow-300:active {
    border-color: #faf089;
  }

  .xl\:active\:border-yellow-400:active {
    border-color: #f6e05e;
  }

  .xl\:active\:border-yellow-500:active {
    border-color: #ecc94b;
  }

  .xl\:active\:border-yellow-600:active {
    border-color: #d69e2e;
  }

  .xl\:active\:border-yellow-700:active {
    border-color: #b7791f;
  }

  .xl\:active\:border-yellow-800:active {
    border-color: #975a16;
  }

  .xl\:active\:border-yellow-900:active {
    border-color: #744210;
  }

  .xl\:active\:border-green-100:active {
    border-color: #f0fff4;
  }

  .xl\:active\:border-green-200:active {
    border-color: #c6f6d5;
  }

  .xl\:active\:border-green-300:active {
    border-color: #9ae6b4;
  }

  .xl\:active\:border-green-400:active {
    border-color: #68d391;
  }

  .xl\:active\:border-green-500:active {
    border-color: #48bb78;
  }

  .xl\:active\:border-green-600:active {
    border-color: #38a169;
  }

  .xl\:active\:border-green-700:active {
    border-color: #2f855a;
  }

  .xl\:active\:border-green-800:active {
    border-color: #276749;
  }

  .xl\:active\:border-green-900:active {
    border-color: #22543d;
  }

  .xl\:active\:border-teal-100:active {
    border-color: #e6fffa;
  }

  .xl\:active\:border-teal-200:active {
    border-color: #b2f5ea;
  }

  .xl\:active\:border-teal-300:active {
    border-color: #81e6d9;
  }

  .xl\:active\:border-teal-400:active {
    border-color: #4fd1c5;
  }

  .xl\:active\:border-teal-500:active {
    border-color: #38b2ac;
  }

  .xl\:active\:border-teal-600:active {
    border-color: #319795;
  }

  .xl\:active\:border-teal-700:active {
    border-color: #2c7a7b;
  }

  .xl\:active\:border-teal-800:active {
    border-color: #285e61;
  }

  .xl\:active\:border-teal-900:active {
    border-color: #234e52;
  }

  .xl\:active\:border-blue-100:active {
    border-color: #ebf8ff;
  }

  .xl\:active\:border-blue-200:active {
    border-color: #bee3f8;
  }

  .xl\:active\:border-blue-300:active {
    border-color: #90cdf4;
  }

  .xl\:active\:border-blue-400:active {
    border-color: #63b3ed;
  }

  .xl\:active\:border-blue-500:active {
    border-color: #4299e1;
  }

  .xl\:active\:border-blue-600:active {
    border-color: #3182ce;
  }

  .xl\:active\:border-blue-700:active {
    border-color: #2b6cb0;
  }

  .xl\:active\:border-blue-800:active {
    border-color: #2c5282;
  }

  .xl\:active\:border-blue-900:active {
    border-color: #2a4365;
  }

  .xl\:active\:border-indigo-100:active {
    border-color: #ebf4ff;
  }

  .xl\:active\:border-indigo-200:active {
    border-color: #c3dafe;
  }

  .xl\:active\:border-indigo-300:active {
    border-color: #a3bffa;
  }

  .xl\:active\:border-indigo-400:active {
    border-color: #7f9cf5;
  }

  .xl\:active\:border-indigo-500:active {
    border-color: #667eea;
  }

  .xl\:active\:border-indigo-600:active {
    border-color: #5a67d8;
  }

  .xl\:active\:border-indigo-700:active {
    border-color: #4c51bf;
  }

  .xl\:active\:border-indigo-800:active {
    border-color: #434190;
  }

  .xl\:active\:border-indigo-900:active {
    border-color: #3c366b;
  }

  .xl\:active\:border-purple-100:active {
    border-color: #faf5ff;
  }

  .xl\:active\:border-purple-200:active {
    border-color: #e9d8fd;
  }

  .xl\:active\:border-purple-300:active {
    border-color: #d6bcfa;
  }

  .xl\:active\:border-purple-400:active {
    border-color: #b794f4;
  }

  .xl\:active\:border-purple-500:active {
    border-color: #9f7aea;
  }

  .xl\:active\:border-purple-600:active {
    border-color: #805ad5;
  }

  .xl\:active\:border-purple-700:active {
    border-color: #6b46c1;
  }

  .xl\:active\:border-purple-800:active {
    border-color: #553c9a;
  }

  .xl\:active\:border-purple-900:active {
    border-color: #44337a;
  }

  .xl\:active\:border-pink-100:active {
    border-color: #fff5f7;
  }

  .xl\:active\:border-pink-200:active {
    border-color: #fed7e2;
  }

  .xl\:active\:border-pink-300:active {
    border-color: #fbb6ce;
  }

  .xl\:active\:border-pink-400:active {
    border-color: #f687b3;
  }

  .xl\:active\:border-pink-500:active {
    border-color: #ed64a6;
  }

  .xl\:active\:border-pink-600:active {
    border-color: #d53f8c;
  }

  .xl\:active\:border-pink-700:active {
    border-color: #b83280;
  }

  .xl\:active\:border-pink-800:active {
    border-color: #97266d;
  }

  .xl\:active\:border-pink-900:active {
    border-color: #702459;
  }

  .xl\:visited\:border-transparent:visited {
    border-color: transparent;
  }

  .xl\:visited\:border-black:visited {
    border-color: #000;
  }

  .xl\:visited\:border-white:visited {
    border-color: #fff;
  }

  .xl\:visited\:border-gray-100:visited {
    border-color: #f7fafc;
  }

  .xl\:visited\:border-gray-200:visited {
    border-color: #edf2f7;
  }

  .xl\:visited\:border-gray-300:visited {
    border-color: #e2e8f0;
  }

  .xl\:visited\:border-gray-400:visited {
    border-color: #cbd5e0;
  }

  .xl\:visited\:border-gray-500:visited {
    border-color: #a0aec0;
  }

  .xl\:visited\:border-gray-600:visited {
    border-color: #718096;
  }

  .xl\:visited\:border-gray-700:visited {
    border-color: #4a5568;
  }

  .xl\:visited\:border-gray-800:visited {
    border-color: #2d3748;
  }

  .xl\:visited\:border-gray-900:visited {
    border-color: #1a202c;
  }

  .xl\:visited\:border-red-100:visited {
    border-color: #fff5f5;
  }

  .xl\:visited\:border-red-200:visited {
    border-color: #fed7d7;
  }

  .xl\:visited\:border-red-300:visited {
    border-color: #feb2b2;
  }

  .xl\:visited\:border-red-400:visited {
    border-color: #fc8181;
  }

  .xl\:visited\:border-red-500:visited {
    border-color: #f56565;
  }

  .xl\:visited\:border-red-600:visited {
    border-color: #e53e3e;
  }

  .xl\:visited\:border-red-700:visited {
    border-color: #c53030;
  }

  .xl\:visited\:border-red-800:visited {
    border-color: #9b2c2c;
  }

  .xl\:visited\:border-red-900:visited {
    border-color: #742a2a;
  }

  .xl\:visited\:border-orange-100:visited {
    border-color: #fffaf0;
  }

  .xl\:visited\:border-orange-200:visited {
    border-color: #feebc8;
  }

  .xl\:visited\:border-orange-300:visited {
    border-color: #fbd38d;
  }

  .xl\:visited\:border-orange-400:visited {
    border-color: #f6ad55;
  }

  .xl\:visited\:border-orange-500:visited {
    border-color: #ed8936;
  }

  .xl\:visited\:border-orange-600:visited {
    border-color: #dd6b20;
  }

  .xl\:visited\:border-orange-700:visited {
    border-color: #c05621;
  }

  .xl\:visited\:border-orange-800:visited {
    border-color: #9c4221;
  }

  .xl\:visited\:border-orange-900:visited {
    border-color: #7b341e;
  }

  .xl\:visited\:border-yellow-100:visited {
    border-color: #fffff0;
  }

  .xl\:visited\:border-yellow-200:visited {
    border-color: #fefcbf;
  }

  .xl\:visited\:border-yellow-300:visited {
    border-color: #faf089;
  }

  .xl\:visited\:border-yellow-400:visited {
    border-color: #f6e05e;
  }

  .xl\:visited\:border-yellow-500:visited {
    border-color: #ecc94b;
  }

  .xl\:visited\:border-yellow-600:visited {
    border-color: #d69e2e;
  }

  .xl\:visited\:border-yellow-700:visited {
    border-color: #b7791f;
  }

  .xl\:visited\:border-yellow-800:visited {
    border-color: #975a16;
  }

  .xl\:visited\:border-yellow-900:visited {
    border-color: #744210;
  }

  .xl\:visited\:border-green-100:visited {
    border-color: #f0fff4;
  }

  .xl\:visited\:border-green-200:visited {
    border-color: #c6f6d5;
  }

  .xl\:visited\:border-green-300:visited {
    border-color: #9ae6b4;
  }

  .xl\:visited\:border-green-400:visited {
    border-color: #68d391;
  }

  .xl\:visited\:border-green-500:visited {
    border-color: #48bb78;
  }

  .xl\:visited\:border-green-600:visited {
    border-color: #38a169;
  }

  .xl\:visited\:border-green-700:visited {
    border-color: #2f855a;
  }

  .xl\:visited\:border-green-800:visited {
    border-color: #276749;
  }

  .xl\:visited\:border-green-900:visited {
    border-color: #22543d;
  }

  .xl\:visited\:border-teal-100:visited {
    border-color: #e6fffa;
  }

  .xl\:visited\:border-teal-200:visited {
    border-color: #b2f5ea;
  }

  .xl\:visited\:border-teal-300:visited {
    border-color: #81e6d9;
  }

  .xl\:visited\:border-teal-400:visited {
    border-color: #4fd1c5;
  }

  .xl\:visited\:border-teal-500:visited {
    border-color: #38b2ac;
  }

  .xl\:visited\:border-teal-600:visited {
    border-color: #319795;
  }

  .xl\:visited\:border-teal-700:visited {
    border-color: #2c7a7b;
  }

  .xl\:visited\:border-teal-800:visited {
    border-color: #285e61;
  }

  .xl\:visited\:border-teal-900:visited {
    border-color: #234e52;
  }

  .xl\:visited\:border-blue-100:visited {
    border-color: #ebf8ff;
  }

  .xl\:visited\:border-blue-200:visited {
    border-color: #bee3f8;
  }

  .xl\:visited\:border-blue-300:visited {
    border-color: #90cdf4;
  }

  .xl\:visited\:border-blue-400:visited {
    border-color: #63b3ed;
  }

  .xl\:visited\:border-blue-500:visited {
    border-color: #4299e1;
  }

  .xl\:visited\:border-blue-600:visited {
    border-color: #3182ce;
  }

  .xl\:visited\:border-blue-700:visited {
    border-color: #2b6cb0;
  }

  .xl\:visited\:border-blue-800:visited {
    border-color: #2c5282;
  }

  .xl\:visited\:border-blue-900:visited {
    border-color: #2a4365;
  }

  .xl\:visited\:border-indigo-100:visited {
    border-color: #ebf4ff;
  }

  .xl\:visited\:border-indigo-200:visited {
    border-color: #c3dafe;
  }

  .xl\:visited\:border-indigo-300:visited {
    border-color: #a3bffa;
  }

  .xl\:visited\:border-indigo-400:visited {
    border-color: #7f9cf5;
  }

  .xl\:visited\:border-indigo-500:visited {
    border-color: #667eea;
  }

  .xl\:visited\:border-indigo-600:visited {
    border-color: #5a67d8;
  }

  .xl\:visited\:border-indigo-700:visited {
    border-color: #4c51bf;
  }

  .xl\:visited\:border-indigo-800:visited {
    border-color: #434190;
  }

  .xl\:visited\:border-indigo-900:visited {
    border-color: #3c366b;
  }

  .xl\:visited\:border-purple-100:visited {
    border-color: #faf5ff;
  }

  .xl\:visited\:border-purple-200:visited {
    border-color: #e9d8fd;
  }

  .xl\:visited\:border-purple-300:visited {
    border-color: #d6bcfa;
  }

  .xl\:visited\:border-purple-400:visited {
    border-color: #b794f4;
  }

  .xl\:visited\:border-purple-500:visited {
    border-color: #9f7aea;
  }

  .xl\:visited\:border-purple-600:visited {
    border-color: #805ad5;
  }

  .xl\:visited\:border-purple-700:visited {
    border-color: #6b46c1;
  }

  .xl\:visited\:border-purple-800:visited {
    border-color: #553c9a;
  }

  .xl\:visited\:border-purple-900:visited {
    border-color: #44337a;
  }

  .xl\:visited\:border-pink-100:visited {
    border-color: #fff5f7;
  }

  .xl\:visited\:border-pink-200:visited {
    border-color: #fed7e2;
  }

  .xl\:visited\:border-pink-300:visited {
    border-color: #fbb6ce;
  }

  .xl\:visited\:border-pink-400:visited {
    border-color: #f687b3;
  }

  .xl\:visited\:border-pink-500:visited {
    border-color: #ed64a6;
  }

  .xl\:visited\:border-pink-600:visited {
    border-color: #d53f8c;
  }

  .xl\:visited\:border-pink-700:visited {
    border-color: #b83280;
  }

  .xl\:visited\:border-pink-800:visited {
    border-color: #97266d;
  }

  .xl\:visited\:border-pink-900:visited {
    border-color: #702459;
  }

  .xl\:disabled\:border-transparent:disabled {
    border-color: transparent;
  }

  .xl\:disabled\:border-black:disabled {
    border-color: #000;
  }

  .xl\:disabled\:border-white:disabled {
    border-color: #fff;
  }

  .xl\:disabled\:border-gray-100:disabled {
    border-color: #f7fafc;
  }

  .xl\:disabled\:border-gray-200:disabled {
    border-color: #edf2f7;
  }

  .xl\:disabled\:border-gray-300:disabled {
    border-color: #e2e8f0;
  }

  .xl\:disabled\:border-gray-400:disabled {
    border-color: #cbd5e0;
  }

  .xl\:disabled\:border-gray-500:disabled {
    border-color: #a0aec0;
  }

  .xl\:disabled\:border-gray-600:disabled {
    border-color: #718096;
  }

  .xl\:disabled\:border-gray-700:disabled {
    border-color: #4a5568;
  }

  .xl\:disabled\:border-gray-800:disabled {
    border-color: #2d3748;
  }

  .xl\:disabled\:border-gray-900:disabled {
    border-color: #1a202c;
  }

  .xl\:disabled\:border-red-100:disabled {
    border-color: #fff5f5;
  }

  .xl\:disabled\:border-red-200:disabled {
    border-color: #fed7d7;
  }

  .xl\:disabled\:border-red-300:disabled {
    border-color: #feb2b2;
  }

  .xl\:disabled\:border-red-400:disabled {
    border-color: #fc8181;
  }

  .xl\:disabled\:border-red-500:disabled {
    border-color: #f56565;
  }

  .xl\:disabled\:border-red-600:disabled {
    border-color: #e53e3e;
  }

  .xl\:disabled\:border-red-700:disabled {
    border-color: #c53030;
  }

  .xl\:disabled\:border-red-800:disabled {
    border-color: #9b2c2c;
  }

  .xl\:disabled\:border-red-900:disabled {
    border-color: #742a2a;
  }

  .xl\:disabled\:border-orange-100:disabled {
    border-color: #fffaf0;
  }

  .xl\:disabled\:border-orange-200:disabled {
    border-color: #feebc8;
  }

  .xl\:disabled\:border-orange-300:disabled {
    border-color: #fbd38d;
  }

  .xl\:disabled\:border-orange-400:disabled {
    border-color: #f6ad55;
  }

  .xl\:disabled\:border-orange-500:disabled {
    border-color: #ed8936;
  }

  .xl\:disabled\:border-orange-600:disabled {
    border-color: #dd6b20;
  }

  .xl\:disabled\:border-orange-700:disabled {
    border-color: #c05621;
  }

  .xl\:disabled\:border-orange-800:disabled {
    border-color: #9c4221;
  }

  .xl\:disabled\:border-orange-900:disabled {
    border-color: #7b341e;
  }

  .xl\:disabled\:border-yellow-100:disabled {
    border-color: #fffff0;
  }

  .xl\:disabled\:border-yellow-200:disabled {
    border-color: #fefcbf;
  }

  .xl\:disabled\:border-yellow-300:disabled {
    border-color: #faf089;
  }

  .xl\:disabled\:border-yellow-400:disabled {
    border-color: #f6e05e;
  }

  .xl\:disabled\:border-yellow-500:disabled {
    border-color: #ecc94b;
  }

  .xl\:disabled\:border-yellow-600:disabled {
    border-color: #d69e2e;
  }

  .xl\:disabled\:border-yellow-700:disabled {
    border-color: #b7791f;
  }

  .xl\:disabled\:border-yellow-800:disabled {
    border-color: #975a16;
  }

  .xl\:disabled\:border-yellow-900:disabled {
    border-color: #744210;
  }

  .xl\:disabled\:border-green-100:disabled {
    border-color: #f0fff4;
  }

  .xl\:disabled\:border-green-200:disabled {
    border-color: #c6f6d5;
  }

  .xl\:disabled\:border-green-300:disabled {
    border-color: #9ae6b4;
  }

  .xl\:disabled\:border-green-400:disabled {
    border-color: #68d391;
  }

  .xl\:disabled\:border-green-500:disabled {
    border-color: #48bb78;
  }

  .xl\:disabled\:border-green-600:disabled {
    border-color: #38a169;
  }

  .xl\:disabled\:border-green-700:disabled {
    border-color: #2f855a;
  }

  .xl\:disabled\:border-green-800:disabled {
    border-color: #276749;
  }

  .xl\:disabled\:border-green-900:disabled {
    border-color: #22543d;
  }

  .xl\:disabled\:border-teal-100:disabled {
    border-color: #e6fffa;
  }

  .xl\:disabled\:border-teal-200:disabled {
    border-color: #b2f5ea;
  }

  .xl\:disabled\:border-teal-300:disabled {
    border-color: #81e6d9;
  }

  .xl\:disabled\:border-teal-400:disabled {
    border-color: #4fd1c5;
  }

  .xl\:disabled\:border-teal-500:disabled {
    border-color: #38b2ac;
  }

  .xl\:disabled\:border-teal-600:disabled {
    border-color: #319795;
  }

  .xl\:disabled\:border-teal-700:disabled {
    border-color: #2c7a7b;
  }

  .xl\:disabled\:border-teal-800:disabled {
    border-color: #285e61;
  }

  .xl\:disabled\:border-teal-900:disabled {
    border-color: #234e52;
  }

  .xl\:disabled\:border-blue-100:disabled {
    border-color: #ebf8ff;
  }

  .xl\:disabled\:border-blue-200:disabled {
    border-color: #bee3f8;
  }

  .xl\:disabled\:border-blue-300:disabled {
    border-color: #90cdf4;
  }

  .xl\:disabled\:border-blue-400:disabled {
    border-color: #63b3ed;
  }

  .xl\:disabled\:border-blue-500:disabled {
    border-color: #4299e1;
  }

  .xl\:disabled\:border-blue-600:disabled {
    border-color: #3182ce;
  }

  .xl\:disabled\:border-blue-700:disabled {
    border-color: #2b6cb0;
  }

  .xl\:disabled\:border-blue-800:disabled {
    border-color: #2c5282;
  }

  .xl\:disabled\:border-blue-900:disabled {
    border-color: #2a4365;
  }

  .xl\:disabled\:border-indigo-100:disabled {
    border-color: #ebf4ff;
  }

  .xl\:disabled\:border-indigo-200:disabled {
    border-color: #c3dafe;
  }

  .xl\:disabled\:border-indigo-300:disabled {
    border-color: #a3bffa;
  }

  .xl\:disabled\:border-indigo-400:disabled {
    border-color: #7f9cf5;
  }

  .xl\:disabled\:border-indigo-500:disabled {
    border-color: #667eea;
  }

  .xl\:disabled\:border-indigo-600:disabled {
    border-color: #5a67d8;
  }

  .xl\:disabled\:border-indigo-700:disabled {
    border-color: #4c51bf;
  }

  .xl\:disabled\:border-indigo-800:disabled {
    border-color: #434190;
  }

  .xl\:disabled\:border-indigo-900:disabled {
    border-color: #3c366b;
  }

  .xl\:disabled\:border-purple-100:disabled {
    border-color: #faf5ff;
  }

  .xl\:disabled\:border-purple-200:disabled {
    border-color: #e9d8fd;
  }

  .xl\:disabled\:border-purple-300:disabled {
    border-color: #d6bcfa;
  }

  .xl\:disabled\:border-purple-400:disabled {
    border-color: #b794f4;
  }

  .xl\:disabled\:border-purple-500:disabled {
    border-color: #9f7aea;
  }

  .xl\:disabled\:border-purple-600:disabled {
    border-color: #805ad5;
  }

  .xl\:disabled\:border-purple-700:disabled {
    border-color: #6b46c1;
  }

  .xl\:disabled\:border-purple-800:disabled {
    border-color: #553c9a;
  }

  .xl\:disabled\:border-purple-900:disabled {
    border-color: #44337a;
  }

  .xl\:disabled\:border-pink-100:disabled {
    border-color: #fff5f7;
  }

  .xl\:disabled\:border-pink-200:disabled {
    border-color: #fed7e2;
  }

  .xl\:disabled\:border-pink-300:disabled {
    border-color: #fbb6ce;
  }

  .xl\:disabled\:border-pink-400:disabled {
    border-color: #f687b3;
  }

  .xl\:disabled\:border-pink-500:disabled {
    border-color: #ed64a6;
  }

  .xl\:disabled\:border-pink-600:disabled {
    border-color: #d53f8c;
  }

  .xl\:disabled\:border-pink-700:disabled {
    border-color: #b83280;
  }

  .xl\:disabled\:border-pink-800:disabled {
    border-color: #97266d;
  }

  .xl\:disabled\:border-pink-900:disabled {
    border-color: #702459;
  }

  .xl\:rounded-none {
    border-radius: 0;
  }

  .xl\:rounded-sm {
    border-radius: 0.125rem;
  }

  .xl\:rounded {
    border-radius: 0.25rem;
  }

  .xl\:rounded-lg {
    border-radius: 0.5rem;
  }

  .xl\:rounded-full {
    border-radius: 9999px;
  }

  .xl\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .xl\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .xl\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .xl\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .xl\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .xl\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xl\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xl\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .xl\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .xl\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .xl\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .xl\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .xl\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .xl\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .xl\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .xl\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .xl\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .xl\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .xl\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .xl\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .group:hover .xl\:group-hover\:rounded-none {
    border-radius: 0;
  }

  .group:hover .xl\:group-hover\:rounded-sm {
    border-radius: 0.125rem;
  }

  .group:hover .xl\:group-hover\:rounded {
    border-radius: 0.25rem;
  }

  .group:hover .xl\:group-hover\:rounded-lg {
    border-radius: 0.5rem;
  }

  .group:hover .xl\:group-hover\:rounded-full {
    border-radius: 9999px;
  }

  .group:hover .xl\:group-hover\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .group:hover .xl\:group-hover\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .group:hover .xl\:group-hover\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .group:hover .xl\:group-hover\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .group:hover .xl\:group-hover\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .group:hover .xl\:group-hover\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .group:hover .xl\:group-hover\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .group:hover .xl\:group-hover\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .group:hover .xl\:group-hover\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .group:hover .xl\:group-hover\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .group:hover .xl\:group-hover\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .group:hover .xl\:group-hover\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .group:hover .xl\:group-hover\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .group:hover .xl\:group-hover\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .group:hover .xl\:group-hover\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .group:hover .xl\:group-hover\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .group:hover .xl\:group-hover\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .group:hover .xl\:group-hover\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .group:hover .xl\:group-hover\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .group:hover .xl\:group-hover\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .group:hover .xl\:group-hover\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .group:hover .xl\:group-hover\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .group:hover .xl\:group-hover\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .group:hover .xl\:group-hover\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .group:hover .xl\:group-hover\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .group:hover .xl\:group-hover\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .group:hover .xl\:group-hover\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .group:hover .xl\:group-hover\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .group:hover .xl\:group-hover\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .group:hover .xl\:group-hover\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .group:hover .xl\:group-hover\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .group:hover .xl\:group-hover\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .group:hover .xl\:group-hover\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .group:hover .xl\:group-hover\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .group:hover .xl\:group-hover\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .group:hover .xl\:group-hover\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .group:hover .xl\:group-hover\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .group:hover .xl\:group-hover\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .group:hover .xl\:group-hover\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .group:hover .xl\:group-hover\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .xl\:focus-within\:rounded-none:focus-within {
    border-radius: 0;
  }

  .xl\:focus-within\:rounded-sm:focus-within {
    border-radius: 0.125rem;
  }

  .xl\:focus-within\:rounded:focus-within {
    border-radius: 0.25rem;
  }

  .xl\:focus-within\:rounded-lg:focus-within {
    border-radius: 0.5rem;
  }

  .xl\:focus-within\:rounded-full:focus-within {
    border-radius: 9999px;
  }

  .xl\:focus-within\:rounded-t-none:focus-within {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .xl\:focus-within\:rounded-r-none:focus-within {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .xl\:focus-within\:rounded-b-none:focus-within {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:focus-within\:rounded-l-none:focus-within {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:focus-within\:rounded-t-sm:focus-within {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .xl\:focus-within\:rounded-r-sm:focus-within {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:focus-within\:rounded-b-sm:focus-within {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:focus-within\:rounded-l-sm:focus-within {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:focus-within\:rounded-t:focus-within {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .xl\:focus-within\:rounded-r:focus-within {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:focus-within\:rounded-b:focus-within {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:focus-within\:rounded-l:focus-within {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:focus-within\:rounded-t-lg:focus-within {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .xl\:focus-within\:rounded-r-lg:focus-within {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:focus-within\:rounded-b-lg:focus-within {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:focus-within\:rounded-l-lg:focus-within {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:focus-within\:rounded-t-full:focus-within {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xl\:focus-within\:rounded-r-full:focus-within {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xl\:focus-within\:rounded-b-full:focus-within {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:focus-within\:rounded-l-full:focus-within {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:focus-within\:rounded-tl-none:focus-within {
    border-top-left-radius: 0;
  }

  .xl\:focus-within\:rounded-tr-none:focus-within {
    border-top-right-radius: 0;
  }

  .xl\:focus-within\:rounded-br-none:focus-within {
    border-bottom-right-radius: 0;
  }

  .xl\:focus-within\:rounded-bl-none:focus-within {
    border-bottom-left-radius: 0;
  }

  .xl\:focus-within\:rounded-tl-sm:focus-within {
    border-top-left-radius: 0.125rem;
  }

  .xl\:focus-within\:rounded-tr-sm:focus-within {
    border-top-right-radius: 0.125rem;
  }

  .xl\:focus-within\:rounded-br-sm:focus-within {
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:focus-within\:rounded-bl-sm:focus-within {
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:focus-within\:rounded-tl:focus-within {
    border-top-left-radius: 0.25rem;
  }

  .xl\:focus-within\:rounded-tr:focus-within {
    border-top-right-radius: 0.25rem;
  }

  .xl\:focus-within\:rounded-br:focus-within {
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:focus-within\:rounded-bl:focus-within {
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:focus-within\:rounded-tl-lg:focus-within {
    border-top-left-radius: 0.5rem;
  }

  .xl\:focus-within\:rounded-tr-lg:focus-within {
    border-top-right-radius: 0.5rem;
  }

  .xl\:focus-within\:rounded-br-lg:focus-within {
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:focus-within\:rounded-bl-lg:focus-within {
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:focus-within\:rounded-tl-full:focus-within {
    border-top-left-radius: 9999px;
  }

  .xl\:focus-within\:rounded-tr-full:focus-within {
    border-top-right-radius: 9999px;
  }

  .xl\:focus-within\:rounded-br-full:focus-within {
    border-bottom-right-radius: 9999px;
  }

  .xl\:focus-within\:rounded-bl-full:focus-within {
    border-bottom-left-radius: 9999px;
  }

  .xl\:first\:rounded-none:first-child {
    border-radius: 0;
  }

  .xl\:first\:rounded-sm:first-child {
    border-radius: 0.125rem;
  }

  .xl\:first\:rounded:first-child {
    border-radius: 0.25rem;
  }

  .xl\:first\:rounded-lg:first-child {
    border-radius: 0.5rem;
  }

  .xl\:first\:rounded-full:first-child {
    border-radius: 9999px;
  }

  .xl\:first\:rounded-t-none:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .xl\:first\:rounded-r-none:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .xl\:first\:rounded-b-none:first-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:first\:rounded-l-none:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:first\:rounded-t-sm:first-child {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .xl\:first\:rounded-r-sm:first-child {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:first\:rounded-b-sm:first-child {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:first\:rounded-l-sm:first-child {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:first\:rounded-t:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .xl\:first\:rounded-r:first-child {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:first\:rounded-b:first-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:first\:rounded-l:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:first\:rounded-t-lg:first-child {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .xl\:first\:rounded-r-lg:first-child {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:first\:rounded-b-lg:first-child {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:first\:rounded-l-lg:first-child {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:first\:rounded-t-full:first-child {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xl\:first\:rounded-r-full:first-child {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xl\:first\:rounded-b-full:first-child {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:first\:rounded-l-full:first-child {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:first\:rounded-tl-none:first-child {
    border-top-left-radius: 0;
  }

  .xl\:first\:rounded-tr-none:first-child {
    border-top-right-radius: 0;
  }

  .xl\:first\:rounded-br-none:first-child {
    border-bottom-right-radius: 0;
  }

  .xl\:first\:rounded-bl-none:first-child {
    border-bottom-left-radius: 0;
  }

  .xl\:first\:rounded-tl-sm:first-child {
    border-top-left-radius: 0.125rem;
  }

  .xl\:first\:rounded-tr-sm:first-child {
    border-top-right-radius: 0.125rem;
  }

  .xl\:first\:rounded-br-sm:first-child {
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:first\:rounded-bl-sm:first-child {
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:first\:rounded-tl:first-child {
    border-top-left-radius: 0.25rem;
  }

  .xl\:first\:rounded-tr:first-child {
    border-top-right-radius: 0.25rem;
  }

  .xl\:first\:rounded-br:first-child {
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:first\:rounded-bl:first-child {
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:first\:rounded-tl-lg:first-child {
    border-top-left-radius: 0.5rem;
  }

  .xl\:first\:rounded-tr-lg:first-child {
    border-top-right-radius: 0.5rem;
  }

  .xl\:first\:rounded-br-lg:first-child {
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:first\:rounded-bl-lg:first-child {
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:first\:rounded-tl-full:first-child {
    border-top-left-radius: 9999px;
  }

  .xl\:first\:rounded-tr-full:first-child {
    border-top-right-radius: 9999px;
  }

  .xl\:first\:rounded-br-full:first-child {
    border-bottom-right-radius: 9999px;
  }

  .xl\:first\:rounded-bl-full:first-child {
    border-bottom-left-radius: 9999px;
  }

  .xl\:last\:rounded-none:last-child {
    border-radius: 0;
  }

  .xl\:last\:rounded-sm:last-child {
    border-radius: 0.125rem;
  }

  .xl\:last\:rounded:last-child {
    border-radius: 0.25rem;
  }

  .xl\:last\:rounded-lg:last-child {
    border-radius: 0.5rem;
  }

  .xl\:last\:rounded-full:last-child {
    border-radius: 9999px;
  }

  .xl\:last\:rounded-t-none:last-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .xl\:last\:rounded-r-none:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .xl\:last\:rounded-b-none:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:last\:rounded-l-none:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:last\:rounded-t-sm:last-child {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .xl\:last\:rounded-r-sm:last-child {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:last\:rounded-b-sm:last-child {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:last\:rounded-l-sm:last-child {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:last\:rounded-t:last-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .xl\:last\:rounded-r:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:last\:rounded-b:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:last\:rounded-l:last-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:last\:rounded-t-lg:last-child {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .xl\:last\:rounded-r-lg:last-child {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:last\:rounded-b-lg:last-child {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:last\:rounded-l-lg:last-child {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:last\:rounded-t-full:last-child {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xl\:last\:rounded-r-full:last-child {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xl\:last\:rounded-b-full:last-child {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:last\:rounded-l-full:last-child {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:last\:rounded-tl-none:last-child {
    border-top-left-radius: 0;
  }

  .xl\:last\:rounded-tr-none:last-child {
    border-top-right-radius: 0;
  }

  .xl\:last\:rounded-br-none:last-child {
    border-bottom-right-radius: 0;
  }

  .xl\:last\:rounded-bl-none:last-child {
    border-bottom-left-radius: 0;
  }

  .xl\:last\:rounded-tl-sm:last-child {
    border-top-left-radius: 0.125rem;
  }

  .xl\:last\:rounded-tr-sm:last-child {
    border-top-right-radius: 0.125rem;
  }

  .xl\:last\:rounded-br-sm:last-child {
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:last\:rounded-bl-sm:last-child {
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:last\:rounded-tl:last-child {
    border-top-left-radius: 0.25rem;
  }

  .xl\:last\:rounded-tr:last-child {
    border-top-right-radius: 0.25rem;
  }

  .xl\:last\:rounded-br:last-child {
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:last\:rounded-bl:last-child {
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:last\:rounded-tl-lg:last-child {
    border-top-left-radius: 0.5rem;
  }

  .xl\:last\:rounded-tr-lg:last-child {
    border-top-right-radius: 0.5rem;
  }

  .xl\:last\:rounded-br-lg:last-child {
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:last\:rounded-bl-lg:last-child {
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:last\:rounded-tl-full:last-child {
    border-top-left-radius: 9999px;
  }

  .xl\:last\:rounded-tr-full:last-child {
    border-top-right-radius: 9999px;
  }

  .xl\:last\:rounded-br-full:last-child {
    border-bottom-right-radius: 9999px;
  }

  .xl\:last\:rounded-bl-full:last-child {
    border-bottom-left-radius: 9999px;
  }

  .xl\:odd\:rounded-none:nth-child(odd) {
    border-radius: 0;
  }

  .xl\:odd\:rounded-sm:nth-child(odd) {
    border-radius: 0.125rem;
  }

  .xl\:odd\:rounded:nth-child(odd) {
    border-radius: 0.25rem;
  }

  .xl\:odd\:rounded-lg:nth-child(odd) {
    border-radius: 0.5rem;
  }

  .xl\:odd\:rounded-full:nth-child(odd) {
    border-radius: 9999px;
  }

  .xl\:odd\:rounded-t-none:nth-child(odd) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .xl\:odd\:rounded-r-none:nth-child(odd) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .xl\:odd\:rounded-b-none:nth-child(odd) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:odd\:rounded-l-none:nth-child(odd) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:odd\:rounded-t-sm:nth-child(odd) {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .xl\:odd\:rounded-r-sm:nth-child(odd) {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:odd\:rounded-b-sm:nth-child(odd) {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:odd\:rounded-l-sm:nth-child(odd) {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:odd\:rounded-t:nth-child(odd) {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .xl\:odd\:rounded-r:nth-child(odd) {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:odd\:rounded-b:nth-child(odd) {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:odd\:rounded-l:nth-child(odd) {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:odd\:rounded-t-lg:nth-child(odd) {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .xl\:odd\:rounded-r-lg:nth-child(odd) {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:odd\:rounded-b-lg:nth-child(odd) {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:odd\:rounded-l-lg:nth-child(odd) {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:odd\:rounded-t-full:nth-child(odd) {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xl\:odd\:rounded-r-full:nth-child(odd) {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xl\:odd\:rounded-b-full:nth-child(odd) {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:odd\:rounded-l-full:nth-child(odd) {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:odd\:rounded-tl-none:nth-child(odd) {
    border-top-left-radius: 0;
  }

  .xl\:odd\:rounded-tr-none:nth-child(odd) {
    border-top-right-radius: 0;
  }

  .xl\:odd\:rounded-br-none:nth-child(odd) {
    border-bottom-right-radius: 0;
  }

  .xl\:odd\:rounded-bl-none:nth-child(odd) {
    border-bottom-left-radius: 0;
  }

  .xl\:odd\:rounded-tl-sm:nth-child(odd) {
    border-top-left-radius: 0.125rem;
  }

  .xl\:odd\:rounded-tr-sm:nth-child(odd) {
    border-top-right-radius: 0.125rem;
  }

  .xl\:odd\:rounded-br-sm:nth-child(odd) {
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:odd\:rounded-bl-sm:nth-child(odd) {
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:odd\:rounded-tl:nth-child(odd) {
    border-top-left-radius: 0.25rem;
  }

  .xl\:odd\:rounded-tr:nth-child(odd) {
    border-top-right-radius: 0.25rem;
  }

  .xl\:odd\:rounded-br:nth-child(odd) {
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:odd\:rounded-bl:nth-child(odd) {
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:odd\:rounded-tl-lg:nth-child(odd) {
    border-top-left-radius: 0.5rem;
  }

  .xl\:odd\:rounded-tr-lg:nth-child(odd) {
    border-top-right-radius: 0.5rem;
  }

  .xl\:odd\:rounded-br-lg:nth-child(odd) {
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:odd\:rounded-bl-lg:nth-child(odd) {
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:odd\:rounded-tl-full:nth-child(odd) {
    border-top-left-radius: 9999px;
  }

  .xl\:odd\:rounded-tr-full:nth-child(odd) {
    border-top-right-radius: 9999px;
  }

  .xl\:odd\:rounded-br-full:nth-child(odd) {
    border-bottom-right-radius: 9999px;
  }

  .xl\:odd\:rounded-bl-full:nth-child(odd) {
    border-bottom-left-radius: 9999px;
  }

  .xl\:even\:rounded-none:nth-child(even) {
    border-radius: 0;
  }

  .xl\:even\:rounded-sm:nth-child(even) {
    border-radius: 0.125rem;
  }

  .xl\:even\:rounded:nth-child(even) {
    border-radius: 0.25rem;
  }

  .xl\:even\:rounded-lg:nth-child(even) {
    border-radius: 0.5rem;
  }

  .xl\:even\:rounded-full:nth-child(even) {
    border-radius: 9999px;
  }

  .xl\:even\:rounded-t-none:nth-child(even) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .xl\:even\:rounded-r-none:nth-child(even) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .xl\:even\:rounded-b-none:nth-child(even) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:even\:rounded-l-none:nth-child(even) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:even\:rounded-t-sm:nth-child(even) {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .xl\:even\:rounded-r-sm:nth-child(even) {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:even\:rounded-b-sm:nth-child(even) {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:even\:rounded-l-sm:nth-child(even) {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:even\:rounded-t:nth-child(even) {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .xl\:even\:rounded-r:nth-child(even) {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:even\:rounded-b:nth-child(even) {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:even\:rounded-l:nth-child(even) {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:even\:rounded-t-lg:nth-child(even) {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .xl\:even\:rounded-r-lg:nth-child(even) {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:even\:rounded-b-lg:nth-child(even) {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:even\:rounded-l-lg:nth-child(even) {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:even\:rounded-t-full:nth-child(even) {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xl\:even\:rounded-r-full:nth-child(even) {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xl\:even\:rounded-b-full:nth-child(even) {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:even\:rounded-l-full:nth-child(even) {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:even\:rounded-tl-none:nth-child(even) {
    border-top-left-radius: 0;
  }

  .xl\:even\:rounded-tr-none:nth-child(even) {
    border-top-right-radius: 0;
  }

  .xl\:even\:rounded-br-none:nth-child(even) {
    border-bottom-right-radius: 0;
  }

  .xl\:even\:rounded-bl-none:nth-child(even) {
    border-bottom-left-radius: 0;
  }

  .xl\:even\:rounded-tl-sm:nth-child(even) {
    border-top-left-radius: 0.125rem;
  }

  .xl\:even\:rounded-tr-sm:nth-child(even) {
    border-top-right-radius: 0.125rem;
  }

  .xl\:even\:rounded-br-sm:nth-child(even) {
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:even\:rounded-bl-sm:nth-child(even) {
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:even\:rounded-tl:nth-child(even) {
    border-top-left-radius: 0.25rem;
  }

  .xl\:even\:rounded-tr:nth-child(even) {
    border-top-right-radius: 0.25rem;
  }

  .xl\:even\:rounded-br:nth-child(even) {
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:even\:rounded-bl:nth-child(even) {
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:even\:rounded-tl-lg:nth-child(even) {
    border-top-left-radius: 0.5rem;
  }

  .xl\:even\:rounded-tr-lg:nth-child(even) {
    border-top-right-radius: 0.5rem;
  }

  .xl\:even\:rounded-br-lg:nth-child(even) {
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:even\:rounded-bl-lg:nth-child(even) {
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:even\:rounded-tl-full:nth-child(even) {
    border-top-left-radius: 9999px;
  }

  .xl\:even\:rounded-tr-full:nth-child(even) {
    border-top-right-radius: 9999px;
  }

  .xl\:even\:rounded-br-full:nth-child(even) {
    border-bottom-right-radius: 9999px;
  }

  .xl\:even\:rounded-bl-full:nth-child(even) {
    border-bottom-left-radius: 9999px;
  }

  .xl\:hover\:rounded-none:hover {
    border-radius: 0;
  }

  .xl\:hover\:rounded-sm:hover {
    border-radius: 0.125rem;
  }

  .xl\:hover\:rounded:hover {
    border-radius: 0.25rem;
  }

  .xl\:hover\:rounded-lg:hover {
    border-radius: 0.5rem;
  }

  .xl\:hover\:rounded-full:hover {
    border-radius: 9999px;
  }

  .xl\:hover\:rounded-t-none:hover {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .xl\:hover\:rounded-r-none:hover {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .xl\:hover\:rounded-b-none:hover {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:hover\:rounded-l-none:hover {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:hover\:rounded-t-sm:hover {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .xl\:hover\:rounded-r-sm:hover {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:hover\:rounded-b-sm:hover {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:hover\:rounded-l-sm:hover {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:hover\:rounded-t:hover {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .xl\:hover\:rounded-r:hover {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:hover\:rounded-b:hover {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:hover\:rounded-l:hover {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:hover\:rounded-t-lg:hover {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .xl\:hover\:rounded-r-lg:hover {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:hover\:rounded-b-lg:hover {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:hover\:rounded-l-lg:hover {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:hover\:rounded-t-full:hover {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xl\:hover\:rounded-r-full:hover {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xl\:hover\:rounded-b-full:hover {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:hover\:rounded-l-full:hover {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:hover\:rounded-tl-none:hover {
    border-top-left-radius: 0;
  }

  .xl\:hover\:rounded-tr-none:hover {
    border-top-right-radius: 0;
  }

  .xl\:hover\:rounded-br-none:hover {
    border-bottom-right-radius: 0;
  }

  .xl\:hover\:rounded-bl-none:hover {
    border-bottom-left-radius: 0;
  }

  .xl\:hover\:rounded-tl-sm:hover {
    border-top-left-radius: 0.125rem;
  }

  .xl\:hover\:rounded-tr-sm:hover {
    border-top-right-radius: 0.125rem;
  }

  .xl\:hover\:rounded-br-sm:hover {
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:hover\:rounded-bl-sm:hover {
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:hover\:rounded-tl:hover {
    border-top-left-radius: 0.25rem;
  }

  .xl\:hover\:rounded-tr:hover {
    border-top-right-radius: 0.25rem;
  }

  .xl\:hover\:rounded-br:hover {
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:hover\:rounded-bl:hover {
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:hover\:rounded-tl-lg:hover {
    border-top-left-radius: 0.5rem;
  }

  .xl\:hover\:rounded-tr-lg:hover {
    border-top-right-radius: 0.5rem;
  }

  .xl\:hover\:rounded-br-lg:hover {
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:hover\:rounded-bl-lg:hover {
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:hover\:rounded-tl-full:hover {
    border-top-left-radius: 9999px;
  }

  .xl\:hover\:rounded-tr-full:hover {
    border-top-right-radius: 9999px;
  }

  .xl\:hover\:rounded-br-full:hover {
    border-bottom-right-radius: 9999px;
  }

  .xl\:hover\:rounded-bl-full:hover {
    border-bottom-left-radius: 9999px;
  }

  .xl\:focus\:rounded-none:focus {
    border-radius: 0;
  }

  .xl\:focus\:rounded-sm:focus {
    border-radius: 0.125rem;
  }

  .xl\:focus\:rounded:focus {
    border-radius: 0.25rem;
  }

  .xl\:focus\:rounded-lg:focus {
    border-radius: 0.5rem;
  }

  .xl\:focus\:rounded-full:focus {
    border-radius: 9999px;
  }

  .xl\:focus\:rounded-t-none:focus {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .xl\:focus\:rounded-r-none:focus {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .xl\:focus\:rounded-b-none:focus {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:focus\:rounded-l-none:focus {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:focus\:rounded-t-sm:focus {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .xl\:focus\:rounded-r-sm:focus {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:focus\:rounded-b-sm:focus {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:focus\:rounded-l-sm:focus {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:focus\:rounded-t:focus {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .xl\:focus\:rounded-r:focus {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:focus\:rounded-b:focus {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:focus\:rounded-l:focus {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:focus\:rounded-t-lg:focus {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .xl\:focus\:rounded-r-lg:focus {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:focus\:rounded-b-lg:focus {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:focus\:rounded-l-lg:focus {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:focus\:rounded-t-full:focus {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xl\:focus\:rounded-r-full:focus {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xl\:focus\:rounded-b-full:focus {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:focus\:rounded-l-full:focus {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:focus\:rounded-tl-none:focus {
    border-top-left-radius: 0;
  }

  .xl\:focus\:rounded-tr-none:focus {
    border-top-right-radius: 0;
  }

  .xl\:focus\:rounded-br-none:focus {
    border-bottom-right-radius: 0;
  }

  .xl\:focus\:rounded-bl-none:focus {
    border-bottom-left-radius: 0;
  }

  .xl\:focus\:rounded-tl-sm:focus {
    border-top-left-radius: 0.125rem;
  }

  .xl\:focus\:rounded-tr-sm:focus {
    border-top-right-radius: 0.125rem;
  }

  .xl\:focus\:rounded-br-sm:focus {
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:focus\:rounded-bl-sm:focus {
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:focus\:rounded-tl:focus {
    border-top-left-radius: 0.25rem;
  }

  .xl\:focus\:rounded-tr:focus {
    border-top-right-radius: 0.25rem;
  }

  .xl\:focus\:rounded-br:focus {
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:focus\:rounded-bl:focus {
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:focus\:rounded-tl-lg:focus {
    border-top-left-radius: 0.5rem;
  }

  .xl\:focus\:rounded-tr-lg:focus {
    border-top-right-radius: 0.5rem;
  }

  .xl\:focus\:rounded-br-lg:focus {
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:focus\:rounded-bl-lg:focus {
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:focus\:rounded-tl-full:focus {
    border-top-left-radius: 9999px;
  }

  .xl\:focus\:rounded-tr-full:focus {
    border-top-right-radius: 9999px;
  }

  .xl\:focus\:rounded-br-full:focus {
    border-bottom-right-radius: 9999px;
  }

  .xl\:focus\:rounded-bl-full:focus {
    border-bottom-left-radius: 9999px;
  }

  .xl\:active\:rounded-none:active {
    border-radius: 0;
  }

  .xl\:active\:rounded-sm:active {
    border-radius: 0.125rem;
  }

  .xl\:active\:rounded:active {
    border-radius: 0.25rem;
  }

  .xl\:active\:rounded-lg:active {
    border-radius: 0.5rem;
  }

  .xl\:active\:rounded-full:active {
    border-radius: 9999px;
  }

  .xl\:active\:rounded-t-none:active {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .xl\:active\:rounded-r-none:active {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .xl\:active\:rounded-b-none:active {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:active\:rounded-l-none:active {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:active\:rounded-t-sm:active {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .xl\:active\:rounded-r-sm:active {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:active\:rounded-b-sm:active {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:active\:rounded-l-sm:active {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:active\:rounded-t:active {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .xl\:active\:rounded-r:active {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:active\:rounded-b:active {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:active\:rounded-l:active {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:active\:rounded-t-lg:active {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .xl\:active\:rounded-r-lg:active {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:active\:rounded-b-lg:active {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:active\:rounded-l-lg:active {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:active\:rounded-t-full:active {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xl\:active\:rounded-r-full:active {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xl\:active\:rounded-b-full:active {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:active\:rounded-l-full:active {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:active\:rounded-tl-none:active {
    border-top-left-radius: 0;
  }

  .xl\:active\:rounded-tr-none:active {
    border-top-right-radius: 0;
  }

  .xl\:active\:rounded-br-none:active {
    border-bottom-right-radius: 0;
  }

  .xl\:active\:rounded-bl-none:active {
    border-bottom-left-radius: 0;
  }

  .xl\:active\:rounded-tl-sm:active {
    border-top-left-radius: 0.125rem;
  }

  .xl\:active\:rounded-tr-sm:active {
    border-top-right-radius: 0.125rem;
  }

  .xl\:active\:rounded-br-sm:active {
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:active\:rounded-bl-sm:active {
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:active\:rounded-tl:active {
    border-top-left-radius: 0.25rem;
  }

  .xl\:active\:rounded-tr:active {
    border-top-right-radius: 0.25rem;
  }

  .xl\:active\:rounded-br:active {
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:active\:rounded-bl:active {
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:active\:rounded-tl-lg:active {
    border-top-left-radius: 0.5rem;
  }

  .xl\:active\:rounded-tr-lg:active {
    border-top-right-radius: 0.5rem;
  }

  .xl\:active\:rounded-br-lg:active {
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:active\:rounded-bl-lg:active {
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:active\:rounded-tl-full:active {
    border-top-left-radius: 9999px;
  }

  .xl\:active\:rounded-tr-full:active {
    border-top-right-radius: 9999px;
  }

  .xl\:active\:rounded-br-full:active {
    border-bottom-right-radius: 9999px;
  }

  .xl\:active\:rounded-bl-full:active {
    border-bottom-left-radius: 9999px;
  }

  .xl\:visited\:rounded-none:visited {
    border-radius: 0;
  }

  .xl\:visited\:rounded-sm:visited {
    border-radius: 0.125rem;
  }

  .xl\:visited\:rounded:visited {
    border-radius: 0.25rem;
  }

  .xl\:visited\:rounded-lg:visited {
    border-radius: 0.5rem;
  }

  .xl\:visited\:rounded-full:visited {
    border-radius: 9999px;
  }

  .xl\:visited\:rounded-t-none:visited {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .xl\:visited\:rounded-r-none:visited {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .xl\:visited\:rounded-b-none:visited {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:visited\:rounded-l-none:visited {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:visited\:rounded-t-sm:visited {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .xl\:visited\:rounded-r-sm:visited {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:visited\:rounded-b-sm:visited {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:visited\:rounded-l-sm:visited {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:visited\:rounded-t:visited {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .xl\:visited\:rounded-r:visited {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:visited\:rounded-b:visited {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:visited\:rounded-l:visited {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:visited\:rounded-t-lg:visited {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .xl\:visited\:rounded-r-lg:visited {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:visited\:rounded-b-lg:visited {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:visited\:rounded-l-lg:visited {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:visited\:rounded-t-full:visited {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xl\:visited\:rounded-r-full:visited {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xl\:visited\:rounded-b-full:visited {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:visited\:rounded-l-full:visited {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:visited\:rounded-tl-none:visited {
    border-top-left-radius: 0;
  }

  .xl\:visited\:rounded-tr-none:visited {
    border-top-right-radius: 0;
  }

  .xl\:visited\:rounded-br-none:visited {
    border-bottom-right-radius: 0;
  }

  .xl\:visited\:rounded-bl-none:visited {
    border-bottom-left-radius: 0;
  }

  .xl\:visited\:rounded-tl-sm:visited {
    border-top-left-radius: 0.125rem;
  }

  .xl\:visited\:rounded-tr-sm:visited {
    border-top-right-radius: 0.125rem;
  }

  .xl\:visited\:rounded-br-sm:visited {
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:visited\:rounded-bl-sm:visited {
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:visited\:rounded-tl:visited {
    border-top-left-radius: 0.25rem;
  }

  .xl\:visited\:rounded-tr:visited {
    border-top-right-radius: 0.25rem;
  }

  .xl\:visited\:rounded-br:visited {
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:visited\:rounded-bl:visited {
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:visited\:rounded-tl-lg:visited {
    border-top-left-radius: 0.5rem;
  }

  .xl\:visited\:rounded-tr-lg:visited {
    border-top-right-radius: 0.5rem;
  }

  .xl\:visited\:rounded-br-lg:visited {
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:visited\:rounded-bl-lg:visited {
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:visited\:rounded-tl-full:visited {
    border-top-left-radius: 9999px;
  }

  .xl\:visited\:rounded-tr-full:visited {
    border-top-right-radius: 9999px;
  }

  .xl\:visited\:rounded-br-full:visited {
    border-bottom-right-radius: 9999px;
  }

  .xl\:visited\:rounded-bl-full:visited {
    border-bottom-left-radius: 9999px;
  }

  .xl\:disabled\:rounded-none:disabled {
    border-radius: 0;
  }

  .xl\:disabled\:rounded-sm:disabled {
    border-radius: 0.125rem;
  }

  .xl\:disabled\:rounded:disabled {
    border-radius: 0.25rem;
  }

  .xl\:disabled\:rounded-lg:disabled {
    border-radius: 0.5rem;
  }

  .xl\:disabled\:rounded-full:disabled {
    border-radius: 9999px;
  }

  .xl\:disabled\:rounded-t-none:disabled {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .xl\:disabled\:rounded-r-none:disabled {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .xl\:disabled\:rounded-b-none:disabled {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:disabled\:rounded-l-none:disabled {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:disabled\:rounded-t-sm:disabled {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .xl\:disabled\:rounded-r-sm:disabled {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:disabled\:rounded-b-sm:disabled {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:disabled\:rounded-l-sm:disabled {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:disabled\:rounded-t:disabled {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .xl\:disabled\:rounded-r:disabled {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:disabled\:rounded-b:disabled {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:disabled\:rounded-l:disabled {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:disabled\:rounded-t-lg:disabled {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .xl\:disabled\:rounded-r-lg:disabled {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:disabled\:rounded-b-lg:disabled {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:disabled\:rounded-l-lg:disabled {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:disabled\:rounded-t-full:disabled {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xl\:disabled\:rounded-r-full:disabled {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xl\:disabled\:rounded-b-full:disabled {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:disabled\:rounded-l-full:disabled {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:disabled\:rounded-tl-none:disabled {
    border-top-left-radius: 0;
  }

  .xl\:disabled\:rounded-tr-none:disabled {
    border-top-right-radius: 0;
  }

  .xl\:disabled\:rounded-br-none:disabled {
    border-bottom-right-radius: 0;
  }

  .xl\:disabled\:rounded-bl-none:disabled {
    border-bottom-left-radius: 0;
  }

  .xl\:disabled\:rounded-tl-sm:disabled {
    border-top-left-radius: 0.125rem;
  }

  .xl\:disabled\:rounded-tr-sm:disabled {
    border-top-right-radius: 0.125rem;
  }

  .xl\:disabled\:rounded-br-sm:disabled {
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:disabled\:rounded-bl-sm:disabled {
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:disabled\:rounded-tl:disabled {
    border-top-left-radius: 0.25rem;
  }

  .xl\:disabled\:rounded-tr:disabled {
    border-top-right-radius: 0.25rem;
  }

  .xl\:disabled\:rounded-br:disabled {
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:disabled\:rounded-bl:disabled {
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:disabled\:rounded-tl-lg:disabled {
    border-top-left-radius: 0.5rem;
  }

  .xl\:disabled\:rounded-tr-lg:disabled {
    border-top-right-radius: 0.5rem;
  }

  .xl\:disabled\:rounded-br-lg:disabled {
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:disabled\:rounded-bl-lg:disabled {
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:disabled\:rounded-tl-full:disabled {
    border-top-left-radius: 9999px;
  }

  .xl\:disabled\:rounded-tr-full:disabled {
    border-top-right-radius: 9999px;
  }

  .xl\:disabled\:rounded-br-full:disabled {
    border-bottom-right-radius: 9999px;
  }

  .xl\:disabled\:rounded-bl-full:disabled {
    border-bottom-left-radius: 9999px;
  }

  .xl\:border-solid {
    border-style: solid;
  }

  .xl\:border-dashed {
    border-style: dashed;
  }

  .xl\:border-dotted {
    border-style: dotted;
  }

  .xl\:border-double {
    border-style: double;
  }

  .xl\:border-none {
    border-style: none;
  }

  .group:hover .xl\:group-hover\:border-solid {
    border-style: solid;
  }

  .group:hover .xl\:group-hover\:border-dashed {
    border-style: dashed;
  }

  .group:hover .xl\:group-hover\:border-dotted {
    border-style: dotted;
  }

  .group:hover .xl\:group-hover\:border-double {
    border-style: double;
  }

  .group:hover .xl\:group-hover\:border-none {
    border-style: none;
  }

  .xl\:focus-within\:border-solid:focus-within {
    border-style: solid;
  }

  .xl\:focus-within\:border-dashed:focus-within {
    border-style: dashed;
  }

  .xl\:focus-within\:border-dotted:focus-within {
    border-style: dotted;
  }

  .xl\:focus-within\:border-double:focus-within {
    border-style: double;
  }

  .xl\:focus-within\:border-none:focus-within {
    border-style: none;
  }

  .xl\:first\:border-solid:first-child {
    border-style: solid;
  }

  .xl\:first\:border-dashed:first-child {
    border-style: dashed;
  }

  .xl\:first\:border-dotted:first-child {
    border-style: dotted;
  }

  .xl\:first\:border-double:first-child {
    border-style: double;
  }

  .xl\:first\:border-none:first-child {
    border-style: none;
  }

  .xl\:last\:border-solid:last-child {
    border-style: solid;
  }

  .xl\:last\:border-dashed:last-child {
    border-style: dashed;
  }

  .xl\:last\:border-dotted:last-child {
    border-style: dotted;
  }

  .xl\:last\:border-double:last-child {
    border-style: double;
  }

  .xl\:last\:border-none:last-child {
    border-style: none;
  }

  .xl\:odd\:border-solid:nth-child(odd) {
    border-style: solid;
  }

  .xl\:odd\:border-dashed:nth-child(odd) {
    border-style: dashed;
  }

  .xl\:odd\:border-dotted:nth-child(odd) {
    border-style: dotted;
  }

  .xl\:odd\:border-double:nth-child(odd) {
    border-style: double;
  }

  .xl\:odd\:border-none:nth-child(odd) {
    border-style: none;
  }

  .xl\:even\:border-solid:nth-child(even) {
    border-style: solid;
  }

  .xl\:even\:border-dashed:nth-child(even) {
    border-style: dashed;
  }

  .xl\:even\:border-dotted:nth-child(even) {
    border-style: dotted;
  }

  .xl\:even\:border-double:nth-child(even) {
    border-style: double;
  }

  .xl\:even\:border-none:nth-child(even) {
    border-style: none;
  }

  .xl\:hover\:border-solid:hover {
    border-style: solid;
  }

  .xl\:hover\:border-dashed:hover {
    border-style: dashed;
  }

  .xl\:hover\:border-dotted:hover {
    border-style: dotted;
  }

  .xl\:hover\:border-double:hover {
    border-style: double;
  }

  .xl\:hover\:border-none:hover {
    border-style: none;
  }

  .xl\:focus\:border-solid:focus {
    border-style: solid;
  }

  .xl\:focus\:border-dashed:focus {
    border-style: dashed;
  }

  .xl\:focus\:border-dotted:focus {
    border-style: dotted;
  }

  .xl\:focus\:border-double:focus {
    border-style: double;
  }

  .xl\:focus\:border-none:focus {
    border-style: none;
  }

  .xl\:active\:border-solid:active {
    border-style: solid;
  }

  .xl\:active\:border-dashed:active {
    border-style: dashed;
  }

  .xl\:active\:border-dotted:active {
    border-style: dotted;
  }

  .xl\:active\:border-double:active {
    border-style: double;
  }

  .xl\:active\:border-none:active {
    border-style: none;
  }

  .xl\:visited\:border-solid:visited {
    border-style: solid;
  }

  .xl\:visited\:border-dashed:visited {
    border-style: dashed;
  }

  .xl\:visited\:border-dotted:visited {
    border-style: dotted;
  }

  .xl\:visited\:border-double:visited {
    border-style: double;
  }

  .xl\:visited\:border-none:visited {
    border-style: none;
  }

  .xl\:disabled\:border-solid:disabled {
    border-style: solid;
  }

  .xl\:disabled\:border-dashed:disabled {
    border-style: dashed;
  }

  .xl\:disabled\:border-dotted:disabled {
    border-style: dotted;
  }

  .xl\:disabled\:border-double:disabled {
    border-style: double;
  }

  .xl\:disabled\:border-none:disabled {
    border-style: none;
  }

  .xl\:border-0 {
    border-width: 0;
  }

  .xl\:border-2 {
    border-width: 2px;
  }

  .xl\:border-4 {
    border-width: 4px;
  }

  .xl\:border-8 {
    border-width: 8px;
  }

  .xl\:border {
    border-width: 1px;
  }

  .xl\:border-t-0 {
    border-top-width: 0;
  }

  .xl\:border-r-0 {
    border-right-width: 0;
  }

  .xl\:border-b-0 {
    border-bottom-width: 0;
  }

  .xl\:border-l-0 {
    border-left-width: 0;
  }

  .xl\:border-t-2 {
    border-top-width: 2px;
  }

  .xl\:border-r-2 {
    border-right-width: 2px;
  }

  .xl\:border-b-2 {
    border-bottom-width: 2px;
  }

  .xl\:border-l-2 {
    border-left-width: 2px;
  }

  .xl\:border-t-4 {
    border-top-width: 4px;
  }

  .xl\:border-r-4 {
    border-right-width: 4px;
  }

  .xl\:border-b-4 {
    border-bottom-width: 4px;
  }

  .xl\:border-l-4 {
    border-left-width: 4px;
  }

  .xl\:border-t-8 {
    border-top-width: 8px;
  }

  .xl\:border-r-8 {
    border-right-width: 8px;
  }

  .xl\:border-b-8 {
    border-bottom-width: 8px;
  }

  .xl\:border-l-8 {
    border-left-width: 8px;
  }

  .xl\:border-t {
    border-top-width: 1px;
  }

  .xl\:border-r {
    border-right-width: 1px;
  }

  .xl\:border-b {
    border-bottom-width: 1px;
  }

  .xl\:border-l {
    border-left-width: 1px;
  }

  .group:hover .xl\:group-hover\:border-0 {
    border-width: 0;
  }

  .group:hover .xl\:group-hover\:border-2 {
    border-width: 2px;
  }

  .group:hover .xl\:group-hover\:border-4 {
    border-width: 4px;
  }

  .group:hover .xl\:group-hover\:border-8 {
    border-width: 8px;
  }

  .group:hover .xl\:group-hover\:border {
    border-width: 1px;
  }

  .group:hover .xl\:group-hover\:border-t-0 {
    border-top-width: 0;
  }

  .group:hover .xl\:group-hover\:border-r-0 {
    border-right-width: 0;
  }

  .group:hover .xl\:group-hover\:border-b-0 {
    border-bottom-width: 0;
  }

  .group:hover .xl\:group-hover\:border-l-0 {
    border-left-width: 0;
  }

  .group:hover .xl\:group-hover\:border-t-2 {
    border-top-width: 2px;
  }

  .group:hover .xl\:group-hover\:border-r-2 {
    border-right-width: 2px;
  }

  .group:hover .xl\:group-hover\:border-b-2 {
    border-bottom-width: 2px;
  }

  .group:hover .xl\:group-hover\:border-l-2 {
    border-left-width: 2px;
  }

  .group:hover .xl\:group-hover\:border-t-4 {
    border-top-width: 4px;
  }

  .group:hover .xl\:group-hover\:border-r-4 {
    border-right-width: 4px;
  }

  .group:hover .xl\:group-hover\:border-b-4 {
    border-bottom-width: 4px;
  }

  .group:hover .xl\:group-hover\:border-l-4 {
    border-left-width: 4px;
  }

  .group:hover .xl\:group-hover\:border-t-8 {
    border-top-width: 8px;
  }

  .group:hover .xl\:group-hover\:border-r-8 {
    border-right-width: 8px;
  }

  .group:hover .xl\:group-hover\:border-b-8 {
    border-bottom-width: 8px;
  }

  .group:hover .xl\:group-hover\:border-l-8 {
    border-left-width: 8px;
  }

  .group:hover .xl\:group-hover\:border-t {
    border-top-width: 1px;
  }

  .group:hover .xl\:group-hover\:border-r {
    border-right-width: 1px;
  }

  .group:hover .xl\:group-hover\:border-b {
    border-bottom-width: 1px;
  }

  .group:hover .xl\:group-hover\:border-l {
    border-left-width: 1px;
  }

  .xl\:focus-within\:border-0:focus-within {
    border-width: 0;
  }

  .xl\:focus-within\:border-2:focus-within {
    border-width: 2px;
  }

  .xl\:focus-within\:border-4:focus-within {
    border-width: 4px;
  }

  .xl\:focus-within\:border-8:focus-within {
    border-width: 8px;
  }

  .xl\:focus-within\:border:focus-within {
    border-width: 1px;
  }

  .xl\:focus-within\:border-t-0:focus-within {
    border-top-width: 0;
  }

  .xl\:focus-within\:border-r-0:focus-within {
    border-right-width: 0;
  }

  .xl\:focus-within\:border-b-0:focus-within {
    border-bottom-width: 0;
  }

  .xl\:focus-within\:border-l-0:focus-within {
    border-left-width: 0;
  }

  .xl\:focus-within\:border-t-2:focus-within {
    border-top-width: 2px;
  }

  .xl\:focus-within\:border-r-2:focus-within {
    border-right-width: 2px;
  }

  .xl\:focus-within\:border-b-2:focus-within {
    border-bottom-width: 2px;
  }

  .xl\:focus-within\:border-l-2:focus-within {
    border-left-width: 2px;
  }

  .xl\:focus-within\:border-t-4:focus-within {
    border-top-width: 4px;
  }

  .xl\:focus-within\:border-r-4:focus-within {
    border-right-width: 4px;
  }

  .xl\:focus-within\:border-b-4:focus-within {
    border-bottom-width: 4px;
  }

  .xl\:focus-within\:border-l-4:focus-within {
    border-left-width: 4px;
  }

  .xl\:focus-within\:border-t-8:focus-within {
    border-top-width: 8px;
  }

  .xl\:focus-within\:border-r-8:focus-within {
    border-right-width: 8px;
  }

  .xl\:focus-within\:border-b-8:focus-within {
    border-bottom-width: 8px;
  }

  .xl\:focus-within\:border-l-8:focus-within {
    border-left-width: 8px;
  }

  .xl\:focus-within\:border-t:focus-within {
    border-top-width: 1px;
  }

  .xl\:focus-within\:border-r:focus-within {
    border-right-width: 1px;
  }

  .xl\:focus-within\:border-b:focus-within {
    border-bottom-width: 1px;
  }

  .xl\:focus-within\:border-l:focus-within {
    border-left-width: 1px;
  }

  .xl\:first\:border-0:first-child {
    border-width: 0;
  }

  .xl\:first\:border-2:first-child {
    border-width: 2px;
  }

  .xl\:first\:border-4:first-child {
    border-width: 4px;
  }

  .xl\:first\:border-8:first-child {
    border-width: 8px;
  }

  .xl\:first\:border:first-child {
    border-width: 1px;
  }

  .xl\:first\:border-t-0:first-child {
    border-top-width: 0;
  }

  .xl\:first\:border-r-0:first-child {
    border-right-width: 0;
  }

  .xl\:first\:border-b-0:first-child {
    border-bottom-width: 0;
  }

  .xl\:first\:border-l-0:first-child {
    border-left-width: 0;
  }

  .xl\:first\:border-t-2:first-child {
    border-top-width: 2px;
  }

  .xl\:first\:border-r-2:first-child {
    border-right-width: 2px;
  }

  .xl\:first\:border-b-2:first-child {
    border-bottom-width: 2px;
  }

  .xl\:first\:border-l-2:first-child {
    border-left-width: 2px;
  }

  .xl\:first\:border-t-4:first-child {
    border-top-width: 4px;
  }

  .xl\:first\:border-r-4:first-child {
    border-right-width: 4px;
  }

  .xl\:first\:border-b-4:first-child {
    border-bottom-width: 4px;
  }

  .xl\:first\:border-l-4:first-child {
    border-left-width: 4px;
  }

  .xl\:first\:border-t-8:first-child {
    border-top-width: 8px;
  }

  .xl\:first\:border-r-8:first-child {
    border-right-width: 8px;
  }

  .xl\:first\:border-b-8:first-child {
    border-bottom-width: 8px;
  }

  .xl\:first\:border-l-8:first-child {
    border-left-width: 8px;
  }

  .xl\:first\:border-t:first-child {
    border-top-width: 1px;
  }

  .xl\:first\:border-r:first-child {
    border-right-width: 1px;
  }

  .xl\:first\:border-b:first-child {
    border-bottom-width: 1px;
  }

  .xl\:first\:border-l:first-child {
    border-left-width: 1px;
  }

  .xl\:last\:border-0:last-child {
    border-width: 0;
  }

  .xl\:last\:border-2:last-child {
    border-width: 2px;
  }

  .xl\:last\:border-4:last-child {
    border-width: 4px;
  }

  .xl\:last\:border-8:last-child {
    border-width: 8px;
  }

  .xl\:last\:border:last-child {
    border-width: 1px;
  }

  .xl\:last\:border-t-0:last-child {
    border-top-width: 0;
  }

  .xl\:last\:border-r-0:last-child {
    border-right-width: 0;
  }

  .xl\:last\:border-b-0:last-child {
    border-bottom-width: 0;
  }

  .xl\:last\:border-l-0:last-child {
    border-left-width: 0;
  }

  .xl\:last\:border-t-2:last-child {
    border-top-width: 2px;
  }

  .xl\:last\:border-r-2:last-child {
    border-right-width: 2px;
  }

  .xl\:last\:border-b-2:last-child {
    border-bottom-width: 2px;
  }

  .xl\:last\:border-l-2:last-child {
    border-left-width: 2px;
  }

  .xl\:last\:border-t-4:last-child {
    border-top-width: 4px;
  }

  .xl\:last\:border-r-4:last-child {
    border-right-width: 4px;
  }

  .xl\:last\:border-b-4:last-child {
    border-bottom-width: 4px;
  }

  .xl\:last\:border-l-4:last-child {
    border-left-width: 4px;
  }

  .xl\:last\:border-t-8:last-child {
    border-top-width: 8px;
  }

  .xl\:last\:border-r-8:last-child {
    border-right-width: 8px;
  }

  .xl\:last\:border-b-8:last-child {
    border-bottom-width: 8px;
  }

  .xl\:last\:border-l-8:last-child {
    border-left-width: 8px;
  }

  .xl\:last\:border-t:last-child {
    border-top-width: 1px;
  }

  .xl\:last\:border-r:last-child {
    border-right-width: 1px;
  }

  .xl\:last\:border-b:last-child {
    border-bottom-width: 1px;
  }

  .xl\:last\:border-l:last-child {
    border-left-width: 1px;
  }

  .xl\:odd\:border-0:nth-child(odd) {
    border-width: 0;
  }

  .xl\:odd\:border-2:nth-child(odd) {
    border-width: 2px;
  }

  .xl\:odd\:border-4:nth-child(odd) {
    border-width: 4px;
  }

  .xl\:odd\:border-8:nth-child(odd) {
    border-width: 8px;
  }

  .xl\:odd\:border:nth-child(odd) {
    border-width: 1px;
  }

  .xl\:odd\:border-t-0:nth-child(odd) {
    border-top-width: 0;
  }

  .xl\:odd\:border-r-0:nth-child(odd) {
    border-right-width: 0;
  }

  .xl\:odd\:border-b-0:nth-child(odd) {
    border-bottom-width: 0;
  }

  .xl\:odd\:border-l-0:nth-child(odd) {
    border-left-width: 0;
  }

  .xl\:odd\:border-t-2:nth-child(odd) {
    border-top-width: 2px;
  }

  .xl\:odd\:border-r-2:nth-child(odd) {
    border-right-width: 2px;
  }

  .xl\:odd\:border-b-2:nth-child(odd) {
    border-bottom-width: 2px;
  }

  .xl\:odd\:border-l-2:nth-child(odd) {
    border-left-width: 2px;
  }

  .xl\:odd\:border-t-4:nth-child(odd) {
    border-top-width: 4px;
  }

  .xl\:odd\:border-r-4:nth-child(odd) {
    border-right-width: 4px;
  }

  .xl\:odd\:border-b-4:nth-child(odd) {
    border-bottom-width: 4px;
  }

  .xl\:odd\:border-l-4:nth-child(odd) {
    border-left-width: 4px;
  }

  .xl\:odd\:border-t-8:nth-child(odd) {
    border-top-width: 8px;
  }

  .xl\:odd\:border-r-8:nth-child(odd) {
    border-right-width: 8px;
  }

  .xl\:odd\:border-b-8:nth-child(odd) {
    border-bottom-width: 8px;
  }

  .xl\:odd\:border-l-8:nth-child(odd) {
    border-left-width: 8px;
  }

  .xl\:odd\:border-t:nth-child(odd) {
    border-top-width: 1px;
  }

  .xl\:odd\:border-r:nth-child(odd) {
    border-right-width: 1px;
  }

  .xl\:odd\:border-b:nth-child(odd) {
    border-bottom-width: 1px;
  }

  .xl\:odd\:border-l:nth-child(odd) {
    border-left-width: 1px;
  }

  .xl\:even\:border-0:nth-child(even) {
    border-width: 0;
  }

  .xl\:even\:border-2:nth-child(even) {
    border-width: 2px;
  }

  .xl\:even\:border-4:nth-child(even) {
    border-width: 4px;
  }

  .xl\:even\:border-8:nth-child(even) {
    border-width: 8px;
  }

  .xl\:even\:border:nth-child(even) {
    border-width: 1px;
  }

  .xl\:even\:border-t-0:nth-child(even) {
    border-top-width: 0;
  }

  .xl\:even\:border-r-0:nth-child(even) {
    border-right-width: 0;
  }

  .xl\:even\:border-b-0:nth-child(even) {
    border-bottom-width: 0;
  }

  .xl\:even\:border-l-0:nth-child(even) {
    border-left-width: 0;
  }

  .xl\:even\:border-t-2:nth-child(even) {
    border-top-width: 2px;
  }

  .xl\:even\:border-r-2:nth-child(even) {
    border-right-width: 2px;
  }

  .xl\:even\:border-b-2:nth-child(even) {
    border-bottom-width: 2px;
  }

  .xl\:even\:border-l-2:nth-child(even) {
    border-left-width: 2px;
  }

  .xl\:even\:border-t-4:nth-child(even) {
    border-top-width: 4px;
  }

  .xl\:even\:border-r-4:nth-child(even) {
    border-right-width: 4px;
  }

  .xl\:even\:border-b-4:nth-child(even) {
    border-bottom-width: 4px;
  }

  .xl\:even\:border-l-4:nth-child(even) {
    border-left-width: 4px;
  }

  .xl\:even\:border-t-8:nth-child(even) {
    border-top-width: 8px;
  }

  .xl\:even\:border-r-8:nth-child(even) {
    border-right-width: 8px;
  }

  .xl\:even\:border-b-8:nth-child(even) {
    border-bottom-width: 8px;
  }

  .xl\:even\:border-l-8:nth-child(even) {
    border-left-width: 8px;
  }

  .xl\:even\:border-t:nth-child(even) {
    border-top-width: 1px;
  }

  .xl\:even\:border-r:nth-child(even) {
    border-right-width: 1px;
  }

  .xl\:even\:border-b:nth-child(even) {
    border-bottom-width: 1px;
  }

  .xl\:even\:border-l:nth-child(even) {
    border-left-width: 1px;
  }

  .xl\:hover\:border-0:hover {
    border-width: 0;
  }

  .xl\:hover\:border-2:hover {
    border-width: 2px;
  }

  .xl\:hover\:border-4:hover {
    border-width: 4px;
  }

  .xl\:hover\:border-8:hover {
    border-width: 8px;
  }

  .xl\:hover\:border:hover {
    border-width: 1px;
  }

  .xl\:hover\:border-t-0:hover {
    border-top-width: 0;
  }

  .xl\:hover\:border-r-0:hover {
    border-right-width: 0;
  }

  .xl\:hover\:border-b-0:hover {
    border-bottom-width: 0;
  }

  .xl\:hover\:border-l-0:hover {
    border-left-width: 0;
  }

  .xl\:hover\:border-t-2:hover {
    border-top-width: 2px;
  }

  .xl\:hover\:border-r-2:hover {
    border-right-width: 2px;
  }

  .xl\:hover\:border-b-2:hover {
    border-bottom-width: 2px;
  }

  .xl\:hover\:border-l-2:hover {
    border-left-width: 2px;
  }

  .xl\:hover\:border-t-4:hover {
    border-top-width: 4px;
  }

  .xl\:hover\:border-r-4:hover {
    border-right-width: 4px;
  }

  .xl\:hover\:border-b-4:hover {
    border-bottom-width: 4px;
  }

  .xl\:hover\:border-l-4:hover {
    border-left-width: 4px;
  }

  .xl\:hover\:border-t-8:hover {
    border-top-width: 8px;
  }

  .xl\:hover\:border-r-8:hover {
    border-right-width: 8px;
  }

  .xl\:hover\:border-b-8:hover {
    border-bottom-width: 8px;
  }

  .xl\:hover\:border-l-8:hover {
    border-left-width: 8px;
  }

  .xl\:hover\:border-t:hover {
    border-top-width: 1px;
  }

  .xl\:hover\:border-r:hover {
    border-right-width: 1px;
  }

  .xl\:hover\:border-b:hover {
    border-bottom-width: 1px;
  }

  .xl\:hover\:border-l:hover {
    border-left-width: 1px;
  }

  .xl\:focus\:border-0:focus {
    border-width: 0;
  }

  .xl\:focus\:border-2:focus {
    border-width: 2px;
  }

  .xl\:focus\:border-4:focus {
    border-width: 4px;
  }

  .xl\:focus\:border-8:focus {
    border-width: 8px;
  }

  .xl\:focus\:border:focus {
    border-width: 1px;
  }

  .xl\:focus\:border-t-0:focus {
    border-top-width: 0;
  }

  .xl\:focus\:border-r-0:focus {
    border-right-width: 0;
  }

  .xl\:focus\:border-b-0:focus {
    border-bottom-width: 0;
  }

  .xl\:focus\:border-l-0:focus {
    border-left-width: 0;
  }

  .xl\:focus\:border-t-2:focus {
    border-top-width: 2px;
  }

  .xl\:focus\:border-r-2:focus {
    border-right-width: 2px;
  }

  .xl\:focus\:border-b-2:focus {
    border-bottom-width: 2px;
  }

  .xl\:focus\:border-l-2:focus {
    border-left-width: 2px;
  }

  .xl\:focus\:border-t-4:focus {
    border-top-width: 4px;
  }

  .xl\:focus\:border-r-4:focus {
    border-right-width: 4px;
  }

  .xl\:focus\:border-b-4:focus {
    border-bottom-width: 4px;
  }

  .xl\:focus\:border-l-4:focus {
    border-left-width: 4px;
  }

  .xl\:focus\:border-t-8:focus {
    border-top-width: 8px;
  }

  .xl\:focus\:border-r-8:focus {
    border-right-width: 8px;
  }

  .xl\:focus\:border-b-8:focus {
    border-bottom-width: 8px;
  }

  .xl\:focus\:border-l-8:focus {
    border-left-width: 8px;
  }

  .xl\:focus\:border-t:focus {
    border-top-width: 1px;
  }

  .xl\:focus\:border-r:focus {
    border-right-width: 1px;
  }

  .xl\:focus\:border-b:focus {
    border-bottom-width: 1px;
  }

  .xl\:focus\:border-l:focus {
    border-left-width: 1px;
  }

  .xl\:active\:border-0:active {
    border-width: 0;
  }

  .xl\:active\:border-2:active {
    border-width: 2px;
  }

  .xl\:active\:border-4:active {
    border-width: 4px;
  }

  .xl\:active\:border-8:active {
    border-width: 8px;
  }

  .xl\:active\:border:active {
    border-width: 1px;
  }

  .xl\:active\:border-t-0:active {
    border-top-width: 0;
  }

  .xl\:active\:border-r-0:active {
    border-right-width: 0;
  }

  .xl\:active\:border-b-0:active {
    border-bottom-width: 0;
  }

  .xl\:active\:border-l-0:active {
    border-left-width: 0;
  }

  .xl\:active\:border-t-2:active {
    border-top-width: 2px;
  }

  .xl\:active\:border-r-2:active {
    border-right-width: 2px;
  }

  .xl\:active\:border-b-2:active {
    border-bottom-width: 2px;
  }

  .xl\:active\:border-l-2:active {
    border-left-width: 2px;
  }

  .xl\:active\:border-t-4:active {
    border-top-width: 4px;
  }

  .xl\:active\:border-r-4:active {
    border-right-width: 4px;
  }

  .xl\:active\:border-b-4:active {
    border-bottom-width: 4px;
  }

  .xl\:active\:border-l-4:active {
    border-left-width: 4px;
  }

  .xl\:active\:border-t-8:active {
    border-top-width: 8px;
  }

  .xl\:active\:border-r-8:active {
    border-right-width: 8px;
  }

  .xl\:active\:border-b-8:active {
    border-bottom-width: 8px;
  }

  .xl\:active\:border-l-8:active {
    border-left-width: 8px;
  }

  .xl\:active\:border-t:active {
    border-top-width: 1px;
  }

  .xl\:active\:border-r:active {
    border-right-width: 1px;
  }

  .xl\:active\:border-b:active {
    border-bottom-width: 1px;
  }

  .xl\:active\:border-l:active {
    border-left-width: 1px;
  }

  .xl\:visited\:border-0:visited {
    border-width: 0;
  }

  .xl\:visited\:border-2:visited {
    border-width: 2px;
  }

  .xl\:visited\:border-4:visited {
    border-width: 4px;
  }

  .xl\:visited\:border-8:visited {
    border-width: 8px;
  }

  .xl\:visited\:border:visited {
    border-width: 1px;
  }

  .xl\:visited\:border-t-0:visited {
    border-top-width: 0;
  }

  .xl\:visited\:border-r-0:visited {
    border-right-width: 0;
  }

  .xl\:visited\:border-b-0:visited {
    border-bottom-width: 0;
  }

  .xl\:visited\:border-l-0:visited {
    border-left-width: 0;
  }

  .xl\:visited\:border-t-2:visited {
    border-top-width: 2px;
  }

  .xl\:visited\:border-r-2:visited {
    border-right-width: 2px;
  }

  .xl\:visited\:border-b-2:visited {
    border-bottom-width: 2px;
  }

  .xl\:visited\:border-l-2:visited {
    border-left-width: 2px;
  }

  .xl\:visited\:border-t-4:visited {
    border-top-width: 4px;
  }

  .xl\:visited\:border-r-4:visited {
    border-right-width: 4px;
  }

  .xl\:visited\:border-b-4:visited {
    border-bottom-width: 4px;
  }

  .xl\:visited\:border-l-4:visited {
    border-left-width: 4px;
  }

  .xl\:visited\:border-t-8:visited {
    border-top-width: 8px;
  }

  .xl\:visited\:border-r-8:visited {
    border-right-width: 8px;
  }

  .xl\:visited\:border-b-8:visited {
    border-bottom-width: 8px;
  }

  .xl\:visited\:border-l-8:visited {
    border-left-width: 8px;
  }

  .xl\:visited\:border-t:visited {
    border-top-width: 1px;
  }

  .xl\:visited\:border-r:visited {
    border-right-width: 1px;
  }

  .xl\:visited\:border-b:visited {
    border-bottom-width: 1px;
  }

  .xl\:visited\:border-l:visited {
    border-left-width: 1px;
  }

  .xl\:disabled\:border-0:disabled {
    border-width: 0;
  }

  .xl\:disabled\:border-2:disabled {
    border-width: 2px;
  }

  .xl\:disabled\:border-4:disabled {
    border-width: 4px;
  }

  .xl\:disabled\:border-8:disabled {
    border-width: 8px;
  }

  .xl\:disabled\:border:disabled {
    border-width: 1px;
  }

  .xl\:disabled\:border-t-0:disabled {
    border-top-width: 0;
  }

  .xl\:disabled\:border-r-0:disabled {
    border-right-width: 0;
  }

  .xl\:disabled\:border-b-0:disabled {
    border-bottom-width: 0;
  }

  .xl\:disabled\:border-l-0:disabled {
    border-left-width: 0;
  }

  .xl\:disabled\:border-t-2:disabled {
    border-top-width: 2px;
  }

  .xl\:disabled\:border-r-2:disabled {
    border-right-width: 2px;
  }

  .xl\:disabled\:border-b-2:disabled {
    border-bottom-width: 2px;
  }

  .xl\:disabled\:border-l-2:disabled {
    border-left-width: 2px;
  }

  .xl\:disabled\:border-t-4:disabled {
    border-top-width: 4px;
  }

  .xl\:disabled\:border-r-4:disabled {
    border-right-width: 4px;
  }

  .xl\:disabled\:border-b-4:disabled {
    border-bottom-width: 4px;
  }

  .xl\:disabled\:border-l-4:disabled {
    border-left-width: 4px;
  }

  .xl\:disabled\:border-t-8:disabled {
    border-top-width: 8px;
  }

  .xl\:disabled\:border-r-8:disabled {
    border-right-width: 8px;
  }

  .xl\:disabled\:border-b-8:disabled {
    border-bottom-width: 8px;
  }

  .xl\:disabled\:border-l-8:disabled {
    border-left-width: 8px;
  }

  .xl\:disabled\:border-t:disabled {
    border-top-width: 1px;
  }

  .xl\:disabled\:border-r:disabled {
    border-right-width: 1px;
  }

  .xl\:disabled\:border-b:disabled {
    border-bottom-width: 1px;
  }

  .xl\:disabled\:border-l:disabled {
    border-left-width: 1px;
  }

  .xl\:cursor-auto {
    cursor: auto;
  }

  .xl\:cursor-default {
    cursor: default;
  }

  .xl\:cursor-pointer {
    cursor: pointer;
  }

  .xl\:cursor-wait {
    cursor: wait;
  }

  .xl\:cursor-text {
    cursor: text;
  }

  .xl\:cursor-move {
    cursor: move;
  }

  .xl\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .group:hover .xl\:group-hover\:cursor-auto {
    cursor: auto;
  }

  .group:hover .xl\:group-hover\:cursor-default {
    cursor: default;
  }

  .group:hover .xl\:group-hover\:cursor-pointer {
    cursor: pointer;
  }

  .group:hover .xl\:group-hover\:cursor-wait {
    cursor: wait;
  }

  .group:hover .xl\:group-hover\:cursor-text {
    cursor: text;
  }

  .group:hover .xl\:group-hover\:cursor-move {
    cursor: move;
  }

  .group:hover .xl\:group-hover\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .xl\:focus-within\:cursor-auto:focus-within {
    cursor: auto;
  }

  .xl\:focus-within\:cursor-default:focus-within {
    cursor: default;
  }

  .xl\:focus-within\:cursor-pointer:focus-within {
    cursor: pointer;
  }

  .xl\:focus-within\:cursor-wait:focus-within {
    cursor: wait;
  }

  .xl\:focus-within\:cursor-text:focus-within {
    cursor: text;
  }

  .xl\:focus-within\:cursor-move:focus-within {
    cursor: move;
  }

  .xl\:focus-within\:cursor-not-allowed:focus-within {
    cursor: not-allowed;
  }

  .xl\:first\:cursor-auto:first-child {
    cursor: auto;
  }

  .xl\:first\:cursor-default:first-child {
    cursor: default;
  }

  .xl\:first\:cursor-pointer:first-child {
    cursor: pointer;
  }

  .xl\:first\:cursor-wait:first-child {
    cursor: wait;
  }

  .xl\:first\:cursor-text:first-child {
    cursor: text;
  }

  .xl\:first\:cursor-move:first-child {
    cursor: move;
  }

  .xl\:first\:cursor-not-allowed:first-child {
    cursor: not-allowed;
  }

  .xl\:last\:cursor-auto:last-child {
    cursor: auto;
  }

  .xl\:last\:cursor-default:last-child {
    cursor: default;
  }

  .xl\:last\:cursor-pointer:last-child {
    cursor: pointer;
  }

  .xl\:last\:cursor-wait:last-child {
    cursor: wait;
  }

  .xl\:last\:cursor-text:last-child {
    cursor: text;
  }

  .xl\:last\:cursor-move:last-child {
    cursor: move;
  }

  .xl\:last\:cursor-not-allowed:last-child {
    cursor: not-allowed;
  }

  .xl\:odd\:cursor-auto:nth-child(odd) {
    cursor: auto;
  }

  .xl\:odd\:cursor-default:nth-child(odd) {
    cursor: default;
  }

  .xl\:odd\:cursor-pointer:nth-child(odd) {
    cursor: pointer;
  }

  .xl\:odd\:cursor-wait:nth-child(odd) {
    cursor: wait;
  }

  .xl\:odd\:cursor-text:nth-child(odd) {
    cursor: text;
  }

  .xl\:odd\:cursor-move:nth-child(odd) {
    cursor: move;
  }

  .xl\:odd\:cursor-not-allowed:nth-child(odd) {
    cursor: not-allowed;
  }

  .xl\:even\:cursor-auto:nth-child(even) {
    cursor: auto;
  }

  .xl\:even\:cursor-default:nth-child(even) {
    cursor: default;
  }

  .xl\:even\:cursor-pointer:nth-child(even) {
    cursor: pointer;
  }

  .xl\:even\:cursor-wait:nth-child(even) {
    cursor: wait;
  }

  .xl\:even\:cursor-text:nth-child(even) {
    cursor: text;
  }

  .xl\:even\:cursor-move:nth-child(even) {
    cursor: move;
  }

  .xl\:even\:cursor-not-allowed:nth-child(even) {
    cursor: not-allowed;
  }

  .xl\:hover\:cursor-auto:hover {
    cursor: auto;
  }

  .xl\:hover\:cursor-default:hover {
    cursor: default;
  }

  .xl\:hover\:cursor-pointer:hover {
    cursor: pointer;
  }

  .xl\:hover\:cursor-wait:hover {
    cursor: wait;
  }

  .xl\:hover\:cursor-text:hover {
    cursor: text;
  }

  .xl\:hover\:cursor-move:hover {
    cursor: move;
  }

  .xl\:hover\:cursor-not-allowed:hover {
    cursor: not-allowed;
  }

  .xl\:focus\:cursor-auto:focus {
    cursor: auto;
  }

  .xl\:focus\:cursor-default:focus {
    cursor: default;
  }

  .xl\:focus\:cursor-pointer:focus {
    cursor: pointer;
  }

  .xl\:focus\:cursor-wait:focus {
    cursor: wait;
  }

  .xl\:focus\:cursor-text:focus {
    cursor: text;
  }

  .xl\:focus\:cursor-move:focus {
    cursor: move;
  }

  .xl\:focus\:cursor-not-allowed:focus {
    cursor: not-allowed;
  }

  .xl\:active\:cursor-auto:active {
    cursor: auto;
  }

  .xl\:active\:cursor-default:active {
    cursor: default;
  }

  .xl\:active\:cursor-pointer:active {
    cursor: pointer;
  }

  .xl\:active\:cursor-wait:active {
    cursor: wait;
  }

  .xl\:active\:cursor-text:active {
    cursor: text;
  }

  .xl\:active\:cursor-move:active {
    cursor: move;
  }

  .xl\:active\:cursor-not-allowed:active {
    cursor: not-allowed;
  }

  .xl\:visited\:cursor-auto:visited {
    cursor: auto;
  }

  .xl\:visited\:cursor-default:visited {
    cursor: default;
  }

  .xl\:visited\:cursor-pointer:visited {
    cursor: pointer;
  }

  .xl\:visited\:cursor-wait:visited {
    cursor: wait;
  }

  .xl\:visited\:cursor-text:visited {
    cursor: text;
  }

  .xl\:visited\:cursor-move:visited {
    cursor: move;
  }

  .xl\:visited\:cursor-not-allowed:visited {
    cursor: not-allowed;
  }

  .xl\:disabled\:cursor-auto:disabled {
    cursor: auto;
  }

  .xl\:disabled\:cursor-default:disabled {
    cursor: default;
  }

  .xl\:disabled\:cursor-pointer:disabled {
    cursor: pointer;
  }

  .xl\:disabled\:cursor-wait:disabled {
    cursor: wait;
  }

  .xl\:disabled\:cursor-text:disabled {
    cursor: text;
  }

  .xl\:disabled\:cursor-move:disabled {
    cursor: move;
  }

  .xl\:disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed;
  }

  .xl\:block {
    display: block;
  }

  .xl\:inline-block {
    display: inline-block;
  }

  .xl\:inline {
    display: inline;
  }

  .xl\:flex {
    display: -webkit-box;
    display: flex;
  }

  .xl\:inline-flex {
    display: -webkit-inline-box;
    display: inline-flex;
  }

  .xl\:table {
    display: table;
  }

  .xl\:table-row {
    display: table-row;
  }

  .xl\:table-cell {
    display: table-cell;
  }

  .xl\:hidden {
    display: none;
  }

  .group:hover .xl\:group-hover\:block {
    display: block;
  }

  .group:hover .xl\:group-hover\:inline-block {
    display: inline-block;
  }

  .group:hover .xl\:group-hover\:inline {
    display: inline;
  }

  .group:hover .xl\:group-hover\:flex {
    display: -webkit-box;
    display: flex;
  }

  .group:hover .xl\:group-hover\:inline-flex {
    display: -webkit-inline-box;
    display: inline-flex;
  }

  .group:hover .xl\:group-hover\:table {
    display: table;
  }

  .group:hover .xl\:group-hover\:table-row {
    display: table-row;
  }

  .group:hover .xl\:group-hover\:table-cell {
    display: table-cell;
  }

  .group:hover .xl\:group-hover\:hidden {
    display: none;
  }

  .xl\:focus-within\:block:focus-within {
    display: block;
  }

  .xl\:focus-within\:inline-block:focus-within {
    display: inline-block;
  }

  .xl\:focus-within\:inline:focus-within {
    display: inline;
  }

  .xl\:focus-within\:flex:focus-within {
    display: -webkit-box;
    display: flex;
  }

  .xl\:focus-within\:inline-flex:focus-within {
    display: -webkit-inline-box;
    display: inline-flex;
  }

  .xl\:focus-within\:table:focus-within {
    display: table;
  }

  .xl\:focus-within\:table-row:focus-within {
    display: table-row;
  }

  .xl\:focus-within\:table-cell:focus-within {
    display: table-cell;
  }

  .xl\:focus-within\:hidden:focus-within {
    display: none;
  }

  .xl\:first\:block:first-child {
    display: block;
  }

  .xl\:first\:inline-block:first-child {
    display: inline-block;
  }

  .xl\:first\:inline:first-child {
    display: inline;
  }

  .xl\:first\:flex:first-child {
    display: -webkit-box;
    display: flex;
  }

  .xl\:first\:inline-flex:first-child {
    display: -webkit-inline-box;
    display: inline-flex;
  }

  .xl\:first\:table:first-child {
    display: table;
  }

  .xl\:first\:table-row:first-child {
    display: table-row;
  }

  .xl\:first\:table-cell:first-child {
    display: table-cell;
  }

  .xl\:first\:hidden:first-child {
    display: none;
  }

  .xl\:last\:block:last-child {
    display: block;
  }

  .xl\:last\:inline-block:last-child {
    display: inline-block;
  }

  .xl\:last\:inline:last-child {
    display: inline;
  }

  .xl\:last\:flex:last-child {
    display: -webkit-box;
    display: flex;
  }

  .xl\:last\:inline-flex:last-child {
    display: -webkit-inline-box;
    display: inline-flex;
  }

  .xl\:last\:table:last-child {
    display: table;
  }

  .xl\:last\:table-row:last-child {
    display: table-row;
  }

  .xl\:last\:table-cell:last-child {
    display: table-cell;
  }

  .xl\:last\:hidden:last-child {
    display: none;
  }

  .xl\:odd\:block:nth-child(odd) {
    display: block;
  }

  .xl\:odd\:inline-block:nth-child(odd) {
    display: inline-block;
  }

  .xl\:odd\:inline:nth-child(odd) {
    display: inline;
  }

  .xl\:odd\:flex:nth-child(odd) {
    display: -webkit-box;
    display: flex;
  }

  .xl\:odd\:inline-flex:nth-child(odd) {
    display: -webkit-inline-box;
    display: inline-flex;
  }

  .xl\:odd\:table:nth-child(odd) {
    display: table;
  }

  .xl\:odd\:table-row:nth-child(odd) {
    display: table-row;
  }

  .xl\:odd\:table-cell:nth-child(odd) {
    display: table-cell;
  }

  .xl\:odd\:hidden:nth-child(odd) {
    display: none;
  }

  .xl\:even\:block:nth-child(even) {
    display: block;
  }

  .xl\:even\:inline-block:nth-child(even) {
    display: inline-block;
  }

  .xl\:even\:inline:nth-child(even) {
    display: inline;
  }

  .xl\:even\:flex:nth-child(even) {
    display: -webkit-box;
    display: flex;
  }

  .xl\:even\:inline-flex:nth-child(even) {
    display: -webkit-inline-box;
    display: inline-flex;
  }

  .xl\:even\:table:nth-child(even) {
    display: table;
  }

  .xl\:even\:table-row:nth-child(even) {
    display: table-row;
  }

  .xl\:even\:table-cell:nth-child(even) {
    display: table-cell;
  }

  .xl\:even\:hidden:nth-child(even) {
    display: none;
  }

  .xl\:hover\:block:hover {
    display: block;
  }

  .xl\:hover\:inline-block:hover {
    display: inline-block;
  }

  .xl\:hover\:inline:hover {
    display: inline;
  }

  .xl\:hover\:flex:hover {
    display: -webkit-box;
    display: flex;
  }

  .xl\:hover\:inline-flex:hover {
    display: -webkit-inline-box;
    display: inline-flex;
  }

  .xl\:hover\:table:hover {
    display: table;
  }

  .xl\:hover\:table-row:hover {
    display: table-row;
  }

  .xl\:hover\:table-cell:hover {
    display: table-cell;
  }

  .xl\:hover\:hidden:hover {
    display: none;
  }

  .xl\:focus\:block:focus {
    display: block;
  }

  .xl\:focus\:inline-block:focus {
    display: inline-block;
  }

  .xl\:focus\:inline:focus {
    display: inline;
  }

  .xl\:focus\:flex:focus {
    display: -webkit-box;
    display: flex;
  }

  .xl\:focus\:inline-flex:focus {
    display: -webkit-inline-box;
    display: inline-flex;
  }

  .xl\:focus\:table:focus {
    display: table;
  }

  .xl\:focus\:table-row:focus {
    display: table-row;
  }

  .xl\:focus\:table-cell:focus {
    display: table-cell;
  }

  .xl\:focus\:hidden:focus {
    display: none;
  }

  .xl\:active\:block:active {
    display: block;
  }

  .xl\:active\:inline-block:active {
    display: inline-block;
  }

  .xl\:active\:inline:active {
    display: inline;
  }

  .xl\:active\:flex:active {
    display: -webkit-box;
    display: flex;
  }

  .xl\:active\:inline-flex:active {
    display: -webkit-inline-box;
    display: inline-flex;
  }

  .xl\:active\:table:active {
    display: table;
  }

  .xl\:active\:table-row:active {
    display: table-row;
  }

  .xl\:active\:table-cell:active {
    display: table-cell;
  }

  .xl\:active\:hidden:active {
    display: none;
  }

  .xl\:visited\:block:visited {
    display: block;
  }

  .xl\:visited\:inline-block:visited {
    display: inline-block;
  }

  .xl\:visited\:inline:visited {
    display: inline;
  }

  .xl\:visited\:flex:visited {
    display: -webkit-box;
    display: flex;
  }

  .xl\:visited\:inline-flex:visited {
    display: -webkit-inline-box;
    display: inline-flex;
  }

  .xl\:visited\:table:visited {
    display: table;
  }

  .xl\:visited\:table-row:visited {
    display: table-row;
  }

  .xl\:visited\:table-cell:visited {
    display: table-cell;
  }

  .xl\:visited\:hidden:visited {
    display: none;
  }

  .xl\:disabled\:block:disabled {
    display: block;
  }

  .xl\:disabled\:inline-block:disabled {
    display: inline-block;
  }

  .xl\:disabled\:inline:disabled {
    display: inline;
  }

  .xl\:disabled\:flex:disabled {
    display: -webkit-box;
    display: flex;
  }

  .xl\:disabled\:inline-flex:disabled {
    display: -webkit-inline-box;
    display: inline-flex;
  }

  .xl\:disabled\:table:disabled {
    display: table;
  }

  .xl\:disabled\:table-row:disabled {
    display: table-row;
  }

  .xl\:disabled\:table-cell:disabled {
    display: table-cell;
  }

  .xl\:disabled\:hidden:disabled {
    display: none;
  }

  .xl\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .xl\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }

  .xl\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .xl\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }

  .group:hover .xl\:group-hover\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .group:hover .xl\:group-hover\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }

  .group:hover .xl\:group-hover\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .group:hover .xl\:group-hover\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }

  .xl\:focus-within\:flex-row:focus-within {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .xl\:focus-within\:flex-row-reverse:focus-within {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }

  .xl\:focus-within\:flex-col:focus-within {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .xl\:focus-within\:flex-col-reverse:focus-within {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }

  .xl\:first\:flex-row:first-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .xl\:first\:flex-row-reverse:first-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }

  .xl\:first\:flex-col:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .xl\:first\:flex-col-reverse:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }

  .xl\:last\:flex-row:last-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .xl\:last\:flex-row-reverse:last-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }

  .xl\:last\:flex-col:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .xl\:last\:flex-col-reverse:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }

  .xl\:odd\:flex-row:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .xl\:odd\:flex-row-reverse:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }

  .xl\:odd\:flex-col:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .xl\:odd\:flex-col-reverse:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }

  .xl\:even\:flex-row:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .xl\:even\:flex-row-reverse:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }

  .xl\:even\:flex-col:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .xl\:even\:flex-col-reverse:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }

  .xl\:hover\:flex-row:hover {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .xl\:hover\:flex-row-reverse:hover {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }

  .xl\:hover\:flex-col:hover {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .xl\:hover\:flex-col-reverse:hover {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }

  .xl\:focus\:flex-row:focus {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .xl\:focus\:flex-row-reverse:focus {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }

  .xl\:focus\:flex-col:focus {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .xl\:focus\:flex-col-reverse:focus {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }

  .xl\:active\:flex-row:active {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .xl\:active\:flex-row-reverse:active {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }

  .xl\:active\:flex-col:active {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .xl\:active\:flex-col-reverse:active {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }

  .xl\:visited\:flex-row:visited {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .xl\:visited\:flex-row-reverse:visited {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }

  .xl\:visited\:flex-col:visited {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .xl\:visited\:flex-col-reverse:visited {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }

  .xl\:disabled\:flex-row:disabled {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .xl\:disabled\:flex-row-reverse:disabled {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }

  .xl\:disabled\:flex-col:disabled {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .xl\:disabled\:flex-col-reverse:disabled {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }

  .xl\:flex-wrap {
    flex-wrap: wrap;
  }

  .xl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .xl\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .group:hover .xl\:group-hover\:flex-wrap {
    flex-wrap: wrap;
  }

  .group:hover .xl\:group-hover\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .group:hover .xl\:group-hover\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .xl\:focus-within\:flex-wrap:focus-within {
    flex-wrap: wrap;
  }

  .xl\:focus-within\:flex-wrap-reverse:focus-within {
    flex-wrap: wrap-reverse;
  }

  .xl\:focus-within\:flex-no-wrap:focus-within {
    flex-wrap: nowrap;
  }

  .xl\:first\:flex-wrap:first-child {
    flex-wrap: wrap;
  }

  .xl\:first\:flex-wrap-reverse:first-child {
    flex-wrap: wrap-reverse;
  }

  .xl\:first\:flex-no-wrap:first-child {
    flex-wrap: nowrap;
  }

  .xl\:last\:flex-wrap:last-child {
    flex-wrap: wrap;
  }

  .xl\:last\:flex-wrap-reverse:last-child {
    flex-wrap: wrap-reverse;
  }

  .xl\:last\:flex-no-wrap:last-child {
    flex-wrap: nowrap;
  }

  .xl\:odd\:flex-wrap:nth-child(odd) {
    flex-wrap: wrap;
  }

  .xl\:odd\:flex-wrap-reverse:nth-child(odd) {
    flex-wrap: wrap-reverse;
  }

  .xl\:odd\:flex-no-wrap:nth-child(odd) {
    flex-wrap: nowrap;
  }

  .xl\:even\:flex-wrap:nth-child(even) {
    flex-wrap: wrap;
  }

  .xl\:even\:flex-wrap-reverse:nth-child(even) {
    flex-wrap: wrap-reverse;
  }

  .xl\:even\:flex-no-wrap:nth-child(even) {
    flex-wrap: nowrap;
  }

  .xl\:hover\:flex-wrap:hover {
    flex-wrap: wrap;
  }

  .xl\:hover\:flex-wrap-reverse:hover {
    flex-wrap: wrap-reverse;
  }

  .xl\:hover\:flex-no-wrap:hover {
    flex-wrap: nowrap;
  }

  .xl\:focus\:flex-wrap:focus {
    flex-wrap: wrap;
  }

  .xl\:focus\:flex-wrap-reverse:focus {
    flex-wrap: wrap-reverse;
  }

  .xl\:focus\:flex-no-wrap:focus {
    flex-wrap: nowrap;
  }

  .xl\:active\:flex-wrap:active {
    flex-wrap: wrap;
  }

  .xl\:active\:flex-wrap-reverse:active {
    flex-wrap: wrap-reverse;
  }

  .xl\:active\:flex-no-wrap:active {
    flex-wrap: nowrap;
  }

  .xl\:visited\:flex-wrap:visited {
    flex-wrap: wrap;
  }

  .xl\:visited\:flex-wrap-reverse:visited {
    flex-wrap: wrap-reverse;
  }

  .xl\:visited\:flex-no-wrap:visited {
    flex-wrap: nowrap;
  }

  .xl\:disabled\:flex-wrap:disabled {
    flex-wrap: wrap;
  }

  .xl\:disabled\:flex-wrap-reverse:disabled {
    flex-wrap: wrap-reverse;
  }

  .xl\:disabled\:flex-no-wrap:disabled {
    flex-wrap: nowrap;
  }

  .xl\:items-start {
    -webkit-box-align: start;
            align-items: flex-start;
  }

  .xl\:items-end {
    -webkit-box-align: end;
            align-items: flex-end;
  }

  .xl\:items-center {
    -webkit-box-align: center;
            align-items: center;
  }

  .xl\:items-baseline {
    -webkit-box-align: baseline;
            align-items: baseline;
  }

  .xl\:items-stretch {
    -webkit-box-align: stretch;
            align-items: stretch;
  }

  .group:hover .xl\:group-hover\:items-start {
    -webkit-box-align: start;
            align-items: flex-start;
  }

  .group:hover .xl\:group-hover\:items-end {
    -webkit-box-align: end;
            align-items: flex-end;
  }

  .group:hover .xl\:group-hover\:items-center {
    -webkit-box-align: center;
            align-items: center;
  }

  .group:hover .xl\:group-hover\:items-baseline {
    -webkit-box-align: baseline;
            align-items: baseline;
  }

  .group:hover .xl\:group-hover\:items-stretch {
    -webkit-box-align: stretch;
            align-items: stretch;
  }

  .xl\:focus-within\:items-start:focus-within {
    -webkit-box-align: start;
            align-items: flex-start;
  }

  .xl\:focus-within\:items-end:focus-within {
    -webkit-box-align: end;
            align-items: flex-end;
  }

  .xl\:focus-within\:items-center:focus-within {
    -webkit-box-align: center;
            align-items: center;
  }

  .xl\:focus-within\:items-baseline:focus-within {
    -webkit-box-align: baseline;
            align-items: baseline;
  }

  .xl\:focus-within\:items-stretch:focus-within {
    -webkit-box-align: stretch;
            align-items: stretch;
  }

  .xl\:first\:items-start:first-child {
    -webkit-box-align: start;
            align-items: flex-start;
  }

  .xl\:first\:items-end:first-child {
    -webkit-box-align: end;
            align-items: flex-end;
  }

  .xl\:first\:items-center:first-child {
    -webkit-box-align: center;
            align-items: center;
  }

  .xl\:first\:items-baseline:first-child {
    -webkit-box-align: baseline;
            align-items: baseline;
  }

  .xl\:first\:items-stretch:first-child {
    -webkit-box-align: stretch;
            align-items: stretch;
  }

  .xl\:last\:items-start:last-child {
    -webkit-box-align: start;
            align-items: flex-start;
  }

  .xl\:last\:items-end:last-child {
    -webkit-box-align: end;
            align-items: flex-end;
  }

  .xl\:last\:items-center:last-child {
    -webkit-box-align: center;
            align-items: center;
  }

  .xl\:last\:items-baseline:last-child {
    -webkit-box-align: baseline;
            align-items: baseline;
  }

  .xl\:last\:items-stretch:last-child {
    -webkit-box-align: stretch;
            align-items: stretch;
  }

  .xl\:odd\:items-start:nth-child(odd) {
    -webkit-box-align: start;
            align-items: flex-start;
  }

  .xl\:odd\:items-end:nth-child(odd) {
    -webkit-box-align: end;
            align-items: flex-end;
  }

  .xl\:odd\:items-center:nth-child(odd) {
    -webkit-box-align: center;
            align-items: center;
  }

  .xl\:odd\:items-baseline:nth-child(odd) {
    -webkit-box-align: baseline;
            align-items: baseline;
  }

  .xl\:odd\:items-stretch:nth-child(odd) {
    -webkit-box-align: stretch;
            align-items: stretch;
  }

  .xl\:even\:items-start:nth-child(even) {
    -webkit-box-align: start;
            align-items: flex-start;
  }

  .xl\:even\:items-end:nth-child(even) {
    -webkit-box-align: end;
            align-items: flex-end;
  }

  .xl\:even\:items-center:nth-child(even) {
    -webkit-box-align: center;
            align-items: center;
  }

  .xl\:even\:items-baseline:nth-child(even) {
    -webkit-box-align: baseline;
            align-items: baseline;
  }

  .xl\:even\:items-stretch:nth-child(even) {
    -webkit-box-align: stretch;
            align-items: stretch;
  }

  .xl\:hover\:items-start:hover {
    -webkit-box-align: start;
            align-items: flex-start;
  }

  .xl\:hover\:items-end:hover {
    -webkit-box-align: end;
            align-items: flex-end;
  }

  .xl\:hover\:items-center:hover {
    -webkit-box-align: center;
            align-items: center;
  }

  .xl\:hover\:items-baseline:hover {
    -webkit-box-align: baseline;
            align-items: baseline;
  }

  .xl\:hover\:items-stretch:hover {
    -webkit-box-align: stretch;
            align-items: stretch;
  }

  .xl\:focus\:items-start:focus {
    -webkit-box-align: start;
            align-items: flex-start;
  }

  .xl\:focus\:items-end:focus {
    -webkit-box-align: end;
            align-items: flex-end;
  }

  .xl\:focus\:items-center:focus {
    -webkit-box-align: center;
            align-items: center;
  }

  .xl\:focus\:items-baseline:focus {
    -webkit-box-align: baseline;
            align-items: baseline;
  }

  .xl\:focus\:items-stretch:focus {
    -webkit-box-align: stretch;
            align-items: stretch;
  }

  .xl\:active\:items-start:active {
    -webkit-box-align: start;
            align-items: flex-start;
  }

  .xl\:active\:items-end:active {
    -webkit-box-align: end;
            align-items: flex-end;
  }

  .xl\:active\:items-center:active {
    -webkit-box-align: center;
            align-items: center;
  }

  .xl\:active\:items-baseline:active {
    -webkit-box-align: baseline;
            align-items: baseline;
  }

  .xl\:active\:items-stretch:active {
    -webkit-box-align: stretch;
            align-items: stretch;
  }

  .xl\:visited\:items-start:visited {
    -webkit-box-align: start;
            align-items: flex-start;
  }

  .xl\:visited\:items-end:visited {
    -webkit-box-align: end;
            align-items: flex-end;
  }

  .xl\:visited\:items-center:visited {
    -webkit-box-align: center;
            align-items: center;
  }

  .xl\:visited\:items-baseline:visited {
    -webkit-box-align: baseline;
            align-items: baseline;
  }

  .xl\:visited\:items-stretch:visited {
    -webkit-box-align: stretch;
            align-items: stretch;
  }

  .xl\:disabled\:items-start:disabled {
    -webkit-box-align: start;
            align-items: flex-start;
  }

  .xl\:disabled\:items-end:disabled {
    -webkit-box-align: end;
            align-items: flex-end;
  }

  .xl\:disabled\:items-center:disabled {
    -webkit-box-align: center;
            align-items: center;
  }

  .xl\:disabled\:items-baseline:disabled {
    -webkit-box-align: baseline;
            align-items: baseline;
  }

  .xl\:disabled\:items-stretch:disabled {
    -webkit-box-align: stretch;
            align-items: stretch;
  }

  .xl\:self-auto {
    align-self: auto;
  }

  .xl\:self-start {
    align-self: flex-start;
  }

  .xl\:self-end {
    align-self: flex-end;
  }

  .xl\:self-center {
    align-self: center;
  }

  .xl\:self-stretch {
    align-self: stretch;
  }

  .group:hover .xl\:group-hover\:self-auto {
    align-self: auto;
  }

  .group:hover .xl\:group-hover\:self-start {
    align-self: flex-start;
  }

  .group:hover .xl\:group-hover\:self-end {
    align-self: flex-end;
  }

  .group:hover .xl\:group-hover\:self-center {
    align-self: center;
  }

  .group:hover .xl\:group-hover\:self-stretch {
    align-self: stretch;
  }

  .xl\:focus-within\:self-auto:focus-within {
    align-self: auto;
  }

  .xl\:focus-within\:self-start:focus-within {
    align-self: flex-start;
  }

  .xl\:focus-within\:self-end:focus-within {
    align-self: flex-end;
  }

  .xl\:focus-within\:self-center:focus-within {
    align-self: center;
  }

  .xl\:focus-within\:self-stretch:focus-within {
    align-self: stretch;
  }

  .xl\:first\:self-auto:first-child {
    align-self: auto;
  }

  .xl\:first\:self-start:first-child {
    align-self: flex-start;
  }

  .xl\:first\:self-end:first-child {
    align-self: flex-end;
  }

  .xl\:first\:self-center:first-child {
    align-self: center;
  }

  .xl\:first\:self-stretch:first-child {
    align-self: stretch;
  }

  .xl\:last\:self-auto:last-child {
    align-self: auto;
  }

  .xl\:last\:self-start:last-child {
    align-self: flex-start;
  }

  .xl\:last\:self-end:last-child {
    align-self: flex-end;
  }

  .xl\:last\:self-center:last-child {
    align-self: center;
  }

  .xl\:last\:self-stretch:last-child {
    align-self: stretch;
  }

  .xl\:odd\:self-auto:nth-child(odd) {
    align-self: auto;
  }

  .xl\:odd\:self-start:nth-child(odd) {
    align-self: flex-start;
  }

  .xl\:odd\:self-end:nth-child(odd) {
    align-self: flex-end;
  }

  .xl\:odd\:self-center:nth-child(odd) {
    align-self: center;
  }

  .xl\:odd\:self-stretch:nth-child(odd) {
    align-self: stretch;
  }

  .xl\:even\:self-auto:nth-child(even) {
    align-self: auto;
  }

  .xl\:even\:self-start:nth-child(even) {
    align-self: flex-start;
  }

  .xl\:even\:self-end:nth-child(even) {
    align-self: flex-end;
  }

  .xl\:even\:self-center:nth-child(even) {
    align-self: center;
  }

  .xl\:even\:self-stretch:nth-child(even) {
    align-self: stretch;
  }

  .xl\:hover\:self-auto:hover {
    align-self: auto;
  }

  .xl\:hover\:self-start:hover {
    align-self: flex-start;
  }

  .xl\:hover\:self-end:hover {
    align-self: flex-end;
  }

  .xl\:hover\:self-center:hover {
    align-self: center;
  }

  .xl\:hover\:self-stretch:hover {
    align-self: stretch;
  }

  .xl\:focus\:self-auto:focus {
    align-self: auto;
  }

  .xl\:focus\:self-start:focus {
    align-self: flex-start;
  }

  .xl\:focus\:self-end:focus {
    align-self: flex-end;
  }

  .xl\:focus\:self-center:focus {
    align-self: center;
  }

  .xl\:focus\:self-stretch:focus {
    align-self: stretch;
  }

  .xl\:active\:self-auto:active {
    align-self: auto;
  }

  .xl\:active\:self-start:active {
    align-self: flex-start;
  }

  .xl\:active\:self-end:active {
    align-self: flex-end;
  }

  .xl\:active\:self-center:active {
    align-self: center;
  }

  .xl\:active\:self-stretch:active {
    align-self: stretch;
  }

  .xl\:visited\:self-auto:visited {
    align-self: auto;
  }

  .xl\:visited\:self-start:visited {
    align-self: flex-start;
  }

  .xl\:visited\:self-end:visited {
    align-self: flex-end;
  }

  .xl\:visited\:self-center:visited {
    align-self: center;
  }

  .xl\:visited\:self-stretch:visited {
    align-self: stretch;
  }

  .xl\:disabled\:self-auto:disabled {
    align-self: auto;
  }

  .xl\:disabled\:self-start:disabled {
    align-self: flex-start;
  }

  .xl\:disabled\:self-end:disabled {
    align-self: flex-end;
  }

  .xl\:disabled\:self-center:disabled {
    align-self: center;
  }

  .xl\:disabled\:self-stretch:disabled {
    align-self: stretch;
  }

  .xl\:justify-start {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .xl\:justify-end {
    -webkit-box-pack: end;
            justify-content: flex-end;
  }

  .xl\:justify-center {
    -webkit-box-pack: center;
            justify-content: center;
  }

  .xl\:justify-between {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .xl\:justify-around {
    justify-content: space-around;
  }

  .group:hover .xl\:group-hover\:justify-start {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .group:hover .xl\:group-hover\:justify-end {
    -webkit-box-pack: end;
            justify-content: flex-end;
  }

  .group:hover .xl\:group-hover\:justify-center {
    -webkit-box-pack: center;
            justify-content: center;
  }

  .group:hover .xl\:group-hover\:justify-between {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .group:hover .xl\:group-hover\:justify-around {
    justify-content: space-around;
  }

  .xl\:focus-within\:justify-start:focus-within {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .xl\:focus-within\:justify-end:focus-within {
    -webkit-box-pack: end;
            justify-content: flex-end;
  }

  .xl\:focus-within\:justify-center:focus-within {
    -webkit-box-pack: center;
            justify-content: center;
  }

  .xl\:focus-within\:justify-between:focus-within {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .xl\:focus-within\:justify-around:focus-within {
    justify-content: space-around;
  }

  .xl\:first\:justify-start:first-child {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .xl\:first\:justify-end:first-child {
    -webkit-box-pack: end;
            justify-content: flex-end;
  }

  .xl\:first\:justify-center:first-child {
    -webkit-box-pack: center;
            justify-content: center;
  }

  .xl\:first\:justify-between:first-child {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .xl\:first\:justify-around:first-child {
    justify-content: space-around;
  }

  .xl\:last\:justify-start:last-child {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .xl\:last\:justify-end:last-child {
    -webkit-box-pack: end;
            justify-content: flex-end;
  }

  .xl\:last\:justify-center:last-child {
    -webkit-box-pack: center;
            justify-content: center;
  }

  .xl\:last\:justify-between:last-child {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .xl\:last\:justify-around:last-child {
    justify-content: space-around;
  }

  .xl\:odd\:justify-start:nth-child(odd) {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .xl\:odd\:justify-end:nth-child(odd) {
    -webkit-box-pack: end;
            justify-content: flex-end;
  }

  .xl\:odd\:justify-center:nth-child(odd) {
    -webkit-box-pack: center;
            justify-content: center;
  }

  .xl\:odd\:justify-between:nth-child(odd) {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .xl\:odd\:justify-around:nth-child(odd) {
    justify-content: space-around;
  }

  .xl\:even\:justify-start:nth-child(even) {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .xl\:even\:justify-end:nth-child(even) {
    -webkit-box-pack: end;
            justify-content: flex-end;
  }

  .xl\:even\:justify-center:nth-child(even) {
    -webkit-box-pack: center;
            justify-content: center;
  }

  .xl\:even\:justify-between:nth-child(even) {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .xl\:even\:justify-around:nth-child(even) {
    justify-content: space-around;
  }

  .xl\:hover\:justify-start:hover {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .xl\:hover\:justify-end:hover {
    -webkit-box-pack: end;
            justify-content: flex-end;
  }

  .xl\:hover\:justify-center:hover {
    -webkit-box-pack: center;
            justify-content: center;
  }

  .xl\:hover\:justify-between:hover {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .xl\:hover\:justify-around:hover {
    justify-content: space-around;
  }

  .xl\:focus\:justify-start:focus {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .xl\:focus\:justify-end:focus {
    -webkit-box-pack: end;
            justify-content: flex-end;
  }

  .xl\:focus\:justify-center:focus {
    -webkit-box-pack: center;
            justify-content: center;
  }

  .xl\:focus\:justify-between:focus {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .xl\:focus\:justify-around:focus {
    justify-content: space-around;
  }

  .xl\:active\:justify-start:active {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .xl\:active\:justify-end:active {
    -webkit-box-pack: end;
            justify-content: flex-end;
  }

  .xl\:active\:justify-center:active {
    -webkit-box-pack: center;
            justify-content: center;
  }

  .xl\:active\:justify-between:active {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .xl\:active\:justify-around:active {
    justify-content: space-around;
  }

  .xl\:visited\:justify-start:visited {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .xl\:visited\:justify-end:visited {
    -webkit-box-pack: end;
            justify-content: flex-end;
  }

  .xl\:visited\:justify-center:visited {
    -webkit-box-pack: center;
            justify-content: center;
  }

  .xl\:visited\:justify-between:visited {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .xl\:visited\:justify-around:visited {
    justify-content: space-around;
  }

  .xl\:disabled\:justify-start:disabled {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .xl\:disabled\:justify-end:disabled {
    -webkit-box-pack: end;
            justify-content: flex-end;
  }

  .xl\:disabled\:justify-center:disabled {
    -webkit-box-pack: center;
            justify-content: center;
  }

  .xl\:disabled\:justify-between:disabled {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .xl\:disabled\:justify-around:disabled {
    justify-content: space-around;
  }

  .xl\:content-center {
    align-content: center;
  }

  .xl\:content-start {
    align-content: flex-start;
  }

  .xl\:content-end {
    align-content: flex-end;
  }

  .xl\:content-between {
    align-content: space-between;
  }

  .xl\:content-around {
    align-content: space-around;
  }

  .group:hover .xl\:group-hover\:content-center {
    align-content: center;
  }

  .group:hover .xl\:group-hover\:content-start {
    align-content: flex-start;
  }

  .group:hover .xl\:group-hover\:content-end {
    align-content: flex-end;
  }

  .group:hover .xl\:group-hover\:content-between {
    align-content: space-between;
  }

  .group:hover .xl\:group-hover\:content-around {
    align-content: space-around;
  }

  .xl\:focus-within\:content-center:focus-within {
    align-content: center;
  }

  .xl\:focus-within\:content-start:focus-within {
    align-content: flex-start;
  }

  .xl\:focus-within\:content-end:focus-within {
    align-content: flex-end;
  }

  .xl\:focus-within\:content-between:focus-within {
    align-content: space-between;
  }

  .xl\:focus-within\:content-around:focus-within {
    align-content: space-around;
  }

  .xl\:first\:content-center:first-child {
    align-content: center;
  }

  .xl\:first\:content-start:first-child {
    align-content: flex-start;
  }

  .xl\:first\:content-end:first-child {
    align-content: flex-end;
  }

  .xl\:first\:content-between:first-child {
    align-content: space-between;
  }

  .xl\:first\:content-around:first-child {
    align-content: space-around;
  }

  .xl\:last\:content-center:last-child {
    align-content: center;
  }

  .xl\:last\:content-start:last-child {
    align-content: flex-start;
  }

  .xl\:last\:content-end:last-child {
    align-content: flex-end;
  }

  .xl\:last\:content-between:last-child {
    align-content: space-between;
  }

  .xl\:last\:content-around:last-child {
    align-content: space-around;
  }

  .xl\:odd\:content-center:nth-child(odd) {
    align-content: center;
  }

  .xl\:odd\:content-start:nth-child(odd) {
    align-content: flex-start;
  }

  .xl\:odd\:content-end:nth-child(odd) {
    align-content: flex-end;
  }

  .xl\:odd\:content-between:nth-child(odd) {
    align-content: space-between;
  }

  .xl\:odd\:content-around:nth-child(odd) {
    align-content: space-around;
  }

  .xl\:even\:content-center:nth-child(even) {
    align-content: center;
  }

  .xl\:even\:content-start:nth-child(even) {
    align-content: flex-start;
  }

  .xl\:even\:content-end:nth-child(even) {
    align-content: flex-end;
  }

  .xl\:even\:content-between:nth-child(even) {
    align-content: space-between;
  }

  .xl\:even\:content-around:nth-child(even) {
    align-content: space-around;
  }

  .xl\:hover\:content-center:hover {
    align-content: center;
  }

  .xl\:hover\:content-start:hover {
    align-content: flex-start;
  }

  .xl\:hover\:content-end:hover {
    align-content: flex-end;
  }

  .xl\:hover\:content-between:hover {
    align-content: space-between;
  }

  .xl\:hover\:content-around:hover {
    align-content: space-around;
  }

  .xl\:focus\:content-center:focus {
    align-content: center;
  }

  .xl\:focus\:content-start:focus {
    align-content: flex-start;
  }

  .xl\:focus\:content-end:focus {
    align-content: flex-end;
  }

  .xl\:focus\:content-between:focus {
    align-content: space-between;
  }

  .xl\:focus\:content-around:focus {
    align-content: space-around;
  }

  .xl\:active\:content-center:active {
    align-content: center;
  }

  .xl\:active\:content-start:active {
    align-content: flex-start;
  }

  .xl\:active\:content-end:active {
    align-content: flex-end;
  }

  .xl\:active\:content-between:active {
    align-content: space-between;
  }

  .xl\:active\:content-around:active {
    align-content: space-around;
  }

  .xl\:visited\:content-center:visited {
    align-content: center;
  }

  .xl\:visited\:content-start:visited {
    align-content: flex-start;
  }

  .xl\:visited\:content-end:visited {
    align-content: flex-end;
  }

  .xl\:visited\:content-between:visited {
    align-content: space-between;
  }

  .xl\:visited\:content-around:visited {
    align-content: space-around;
  }

  .xl\:disabled\:content-center:disabled {
    align-content: center;
  }

  .xl\:disabled\:content-start:disabled {
    align-content: flex-start;
  }

  .xl\:disabled\:content-end:disabled {
    align-content: flex-end;
  }

  .xl\:disabled\:content-between:disabled {
    align-content: space-between;
  }

  .xl\:disabled\:content-around:disabled {
    align-content: space-around;
  }

  .xl\:flex-1 {
    -webkit-box-flex: 1;
            flex: 1 1 0%;
  }

  .xl\:flex-auto {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
  }

  .xl\:flex-initial {
    -webkit-box-flex: 0;
            flex: 0 1 auto;
  }

  .xl\:flex-none {
    -webkit-box-flex: 0;
            flex: none;
  }

  .group:hover .xl\:group-hover\:flex-1 {
    -webkit-box-flex: 1;
            flex: 1 1 0%;
  }

  .group:hover .xl\:group-hover\:flex-auto {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
  }

  .group:hover .xl\:group-hover\:flex-initial {
    -webkit-box-flex: 0;
            flex: 0 1 auto;
  }

  .group:hover .xl\:group-hover\:flex-none {
    -webkit-box-flex: 0;
            flex: none;
  }

  .xl\:focus-within\:flex-1:focus-within {
    -webkit-box-flex: 1;
            flex: 1 1 0%;
  }

  .xl\:focus-within\:flex-auto:focus-within {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
  }

  .xl\:focus-within\:flex-initial:focus-within {
    -webkit-box-flex: 0;
            flex: 0 1 auto;
  }

  .xl\:focus-within\:flex-none:focus-within {
    -webkit-box-flex: 0;
            flex: none;
  }

  .xl\:first\:flex-1:first-child {
    -webkit-box-flex: 1;
            flex: 1 1 0%;
  }

  .xl\:first\:flex-auto:first-child {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
  }

  .xl\:first\:flex-initial:first-child {
    -webkit-box-flex: 0;
            flex: 0 1 auto;
  }

  .xl\:first\:flex-none:first-child {
    -webkit-box-flex: 0;
            flex: none;
  }

  .xl\:last\:flex-1:last-child {
    -webkit-box-flex: 1;
            flex: 1 1 0%;
  }

  .xl\:last\:flex-auto:last-child {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
  }

  .xl\:last\:flex-initial:last-child {
    -webkit-box-flex: 0;
            flex: 0 1 auto;
  }

  .xl\:last\:flex-none:last-child {
    -webkit-box-flex: 0;
            flex: none;
  }

  .xl\:odd\:flex-1:nth-child(odd) {
    -webkit-box-flex: 1;
            flex: 1 1 0%;
  }

  .xl\:odd\:flex-auto:nth-child(odd) {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
  }

  .xl\:odd\:flex-initial:nth-child(odd) {
    -webkit-box-flex: 0;
            flex: 0 1 auto;
  }

  .xl\:odd\:flex-none:nth-child(odd) {
    -webkit-box-flex: 0;
            flex: none;
  }

  .xl\:even\:flex-1:nth-child(even) {
    -webkit-box-flex: 1;
            flex: 1 1 0%;
  }

  .xl\:even\:flex-auto:nth-child(even) {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
  }

  .xl\:even\:flex-initial:nth-child(even) {
    -webkit-box-flex: 0;
            flex: 0 1 auto;
  }

  .xl\:even\:flex-none:nth-child(even) {
    -webkit-box-flex: 0;
            flex: none;
  }

  .xl\:hover\:flex-1:hover {
    -webkit-box-flex: 1;
            flex: 1 1 0%;
  }

  .xl\:hover\:flex-auto:hover {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
  }

  .xl\:hover\:flex-initial:hover {
    -webkit-box-flex: 0;
            flex: 0 1 auto;
  }

  .xl\:hover\:flex-none:hover {
    -webkit-box-flex: 0;
            flex: none;
  }

  .xl\:focus\:flex-1:focus {
    -webkit-box-flex: 1;
            flex: 1 1 0%;
  }

  .xl\:focus\:flex-auto:focus {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
  }

  .xl\:focus\:flex-initial:focus {
    -webkit-box-flex: 0;
            flex: 0 1 auto;
  }

  .xl\:focus\:flex-none:focus {
    -webkit-box-flex: 0;
            flex: none;
  }

  .xl\:active\:flex-1:active {
    -webkit-box-flex: 1;
            flex: 1 1 0%;
  }

  .xl\:active\:flex-auto:active {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
  }

  .xl\:active\:flex-initial:active {
    -webkit-box-flex: 0;
            flex: 0 1 auto;
  }

  .xl\:active\:flex-none:active {
    -webkit-box-flex: 0;
            flex: none;
  }

  .xl\:visited\:flex-1:visited {
    -webkit-box-flex: 1;
            flex: 1 1 0%;
  }

  .xl\:visited\:flex-auto:visited {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
  }

  .xl\:visited\:flex-initial:visited {
    -webkit-box-flex: 0;
            flex: 0 1 auto;
  }

  .xl\:visited\:flex-none:visited {
    -webkit-box-flex: 0;
            flex: none;
  }

  .xl\:disabled\:flex-1:disabled {
    -webkit-box-flex: 1;
            flex: 1 1 0%;
  }

  .xl\:disabled\:flex-auto:disabled {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
  }

  .xl\:disabled\:flex-initial:disabled {
    -webkit-box-flex: 0;
            flex: 0 1 auto;
  }

  .xl\:disabled\:flex-none:disabled {
    -webkit-box-flex: 0;
            flex: none;
  }

  .xl\:flex-grow-0 {
    -webkit-box-flex: 0;
            flex-grow: 0;
  }

  .xl\:flex-grow {
    -webkit-box-flex: 1;
            flex-grow: 1;
  }

  .group:hover .xl\:group-hover\:flex-grow-0 {
    -webkit-box-flex: 0;
            flex-grow: 0;
  }

  .group:hover .xl\:group-hover\:flex-grow {
    -webkit-box-flex: 1;
            flex-grow: 1;
  }

  .xl\:focus-within\:flex-grow-0:focus-within {
    -webkit-box-flex: 0;
            flex-grow: 0;
  }

  .xl\:focus-within\:flex-grow:focus-within {
    -webkit-box-flex: 1;
            flex-grow: 1;
  }

  .xl\:first\:flex-grow-0:first-child {
    -webkit-box-flex: 0;
            flex-grow: 0;
  }

  .xl\:first\:flex-grow:first-child {
    -webkit-box-flex: 1;
            flex-grow: 1;
  }

  .xl\:last\:flex-grow-0:last-child {
    -webkit-box-flex: 0;
            flex-grow: 0;
  }

  .xl\:last\:flex-grow:last-child {
    -webkit-box-flex: 1;
            flex-grow: 1;
  }

  .xl\:odd\:flex-grow-0:nth-child(odd) {
    -webkit-box-flex: 0;
            flex-grow: 0;
  }

  .xl\:odd\:flex-grow:nth-child(odd) {
    -webkit-box-flex: 1;
            flex-grow: 1;
  }

  .xl\:even\:flex-grow-0:nth-child(even) {
    -webkit-box-flex: 0;
            flex-grow: 0;
  }

  .xl\:even\:flex-grow:nth-child(even) {
    -webkit-box-flex: 1;
            flex-grow: 1;
  }

  .xl\:hover\:flex-grow-0:hover {
    -webkit-box-flex: 0;
            flex-grow: 0;
  }

  .xl\:hover\:flex-grow:hover {
    -webkit-box-flex: 1;
            flex-grow: 1;
  }

  .xl\:focus\:flex-grow-0:focus {
    -webkit-box-flex: 0;
            flex-grow: 0;
  }

  .xl\:focus\:flex-grow:focus {
    -webkit-box-flex: 1;
            flex-grow: 1;
  }

  .xl\:active\:flex-grow-0:active {
    -webkit-box-flex: 0;
            flex-grow: 0;
  }

  .xl\:active\:flex-grow:active {
    -webkit-box-flex: 1;
            flex-grow: 1;
  }

  .xl\:visited\:flex-grow-0:visited {
    -webkit-box-flex: 0;
            flex-grow: 0;
  }

  .xl\:visited\:flex-grow:visited {
    -webkit-box-flex: 1;
            flex-grow: 1;
  }

  .xl\:disabled\:flex-grow-0:disabled {
    -webkit-box-flex: 0;
            flex-grow: 0;
  }

  .xl\:disabled\:flex-grow:disabled {
    -webkit-box-flex: 1;
            flex-grow: 1;
  }

  .xl\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .xl\:flex-shrink {
    flex-shrink: 1;
  }

  .group:hover .xl\:group-hover\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .group:hover .xl\:group-hover\:flex-shrink {
    flex-shrink: 1;
  }

  .xl\:focus-within\:flex-shrink-0:focus-within {
    flex-shrink: 0;
  }

  .xl\:focus-within\:flex-shrink:focus-within {
    flex-shrink: 1;
  }

  .xl\:first\:flex-shrink-0:first-child {
    flex-shrink: 0;
  }

  .xl\:first\:flex-shrink:first-child {
    flex-shrink: 1;
  }

  .xl\:last\:flex-shrink-0:last-child {
    flex-shrink: 0;
  }

  .xl\:last\:flex-shrink:last-child {
    flex-shrink: 1;
  }

  .xl\:odd\:flex-shrink-0:nth-child(odd) {
    flex-shrink: 0;
  }

  .xl\:odd\:flex-shrink:nth-child(odd) {
    flex-shrink: 1;
  }

  .xl\:even\:flex-shrink-0:nth-child(even) {
    flex-shrink: 0;
  }

  .xl\:even\:flex-shrink:nth-child(even) {
    flex-shrink: 1;
  }

  .xl\:hover\:flex-shrink-0:hover {
    flex-shrink: 0;
  }

  .xl\:hover\:flex-shrink:hover {
    flex-shrink: 1;
  }

  .xl\:focus\:flex-shrink-0:focus {
    flex-shrink: 0;
  }

  .xl\:focus\:flex-shrink:focus {
    flex-shrink: 1;
  }

  .xl\:active\:flex-shrink-0:active {
    flex-shrink: 0;
  }

  .xl\:active\:flex-shrink:active {
    flex-shrink: 1;
  }

  .xl\:visited\:flex-shrink-0:visited {
    flex-shrink: 0;
  }

  .xl\:visited\:flex-shrink:visited {
    flex-shrink: 1;
  }

  .xl\:disabled\:flex-shrink-0:disabled {
    flex-shrink: 0;
  }

  .xl\:disabled\:flex-shrink:disabled {
    flex-shrink: 1;
  }

  .xl\:order-1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .xl\:order-2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .xl\:order-3 {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .xl\:order-4 {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .xl\:order-5 {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .xl\:order-6 {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .xl\:order-7 {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .xl\:order-8 {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .xl\:order-9 {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .xl\:order-10 {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .xl\:order-11 {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .xl\:order-12 {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .xl\:order-first {
    -webkit-box-ordinal-group: -9998;
            order: -9999;
  }

  .xl\:order-last {
    -webkit-box-ordinal-group: 10000;
            order: 9999;
  }

  .xl\:order-none {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .group:hover .xl\:group-hover\:order-1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .group:hover .xl\:group-hover\:order-2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .group:hover .xl\:group-hover\:order-3 {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .group:hover .xl\:group-hover\:order-4 {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .group:hover .xl\:group-hover\:order-5 {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .group:hover .xl\:group-hover\:order-6 {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .group:hover .xl\:group-hover\:order-7 {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .group:hover .xl\:group-hover\:order-8 {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .group:hover .xl\:group-hover\:order-9 {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .group:hover .xl\:group-hover\:order-10 {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .group:hover .xl\:group-hover\:order-11 {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .group:hover .xl\:group-hover\:order-12 {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .group:hover .xl\:group-hover\:order-first {
    -webkit-box-ordinal-group: -9998;
            order: -9999;
  }

  .group:hover .xl\:group-hover\:order-last {
    -webkit-box-ordinal-group: 10000;
            order: 9999;
  }

  .group:hover .xl\:group-hover\:order-none {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .xl\:focus-within\:order-1:focus-within {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .xl\:focus-within\:order-2:focus-within {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .xl\:focus-within\:order-3:focus-within {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .xl\:focus-within\:order-4:focus-within {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .xl\:focus-within\:order-5:focus-within {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .xl\:focus-within\:order-6:focus-within {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .xl\:focus-within\:order-7:focus-within {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .xl\:focus-within\:order-8:focus-within {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .xl\:focus-within\:order-9:focus-within {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .xl\:focus-within\:order-10:focus-within {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .xl\:focus-within\:order-11:focus-within {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .xl\:focus-within\:order-12:focus-within {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .xl\:focus-within\:order-first:focus-within {
    -webkit-box-ordinal-group: -9998;
            order: -9999;
  }

  .xl\:focus-within\:order-last:focus-within {
    -webkit-box-ordinal-group: 10000;
            order: 9999;
  }

  .xl\:focus-within\:order-none:focus-within {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .xl\:first\:order-1:first-child {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .xl\:first\:order-2:first-child {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .xl\:first\:order-3:first-child {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .xl\:first\:order-4:first-child {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .xl\:first\:order-5:first-child {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .xl\:first\:order-6:first-child {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .xl\:first\:order-7:first-child {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .xl\:first\:order-8:first-child {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .xl\:first\:order-9:first-child {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .xl\:first\:order-10:first-child {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .xl\:first\:order-11:first-child {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .xl\:first\:order-12:first-child {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .xl\:first\:order-first:first-child {
    -webkit-box-ordinal-group: -9998;
            order: -9999;
  }

  .xl\:first\:order-last:first-child {
    -webkit-box-ordinal-group: 10000;
            order: 9999;
  }

  .xl\:first\:order-none:first-child {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .xl\:last\:order-1:last-child {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .xl\:last\:order-2:last-child {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .xl\:last\:order-3:last-child {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .xl\:last\:order-4:last-child {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .xl\:last\:order-5:last-child {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .xl\:last\:order-6:last-child {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .xl\:last\:order-7:last-child {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .xl\:last\:order-8:last-child {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .xl\:last\:order-9:last-child {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .xl\:last\:order-10:last-child {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .xl\:last\:order-11:last-child {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .xl\:last\:order-12:last-child {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .xl\:last\:order-first:last-child {
    -webkit-box-ordinal-group: -9998;
            order: -9999;
  }

  .xl\:last\:order-last:last-child {
    -webkit-box-ordinal-group: 10000;
            order: 9999;
  }

  .xl\:last\:order-none:last-child {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .xl\:odd\:order-1:nth-child(odd) {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .xl\:odd\:order-2:nth-child(odd) {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .xl\:odd\:order-3:nth-child(odd) {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .xl\:odd\:order-4:nth-child(odd) {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .xl\:odd\:order-5:nth-child(odd) {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .xl\:odd\:order-6:nth-child(odd) {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .xl\:odd\:order-7:nth-child(odd) {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .xl\:odd\:order-8:nth-child(odd) {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .xl\:odd\:order-9:nth-child(odd) {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .xl\:odd\:order-10:nth-child(odd) {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .xl\:odd\:order-11:nth-child(odd) {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .xl\:odd\:order-12:nth-child(odd) {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .xl\:odd\:order-first:nth-child(odd) {
    -webkit-box-ordinal-group: -9998;
            order: -9999;
  }

  .xl\:odd\:order-last:nth-child(odd) {
    -webkit-box-ordinal-group: 10000;
            order: 9999;
  }

  .xl\:odd\:order-none:nth-child(odd) {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .xl\:even\:order-1:nth-child(even) {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .xl\:even\:order-2:nth-child(even) {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .xl\:even\:order-3:nth-child(even) {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .xl\:even\:order-4:nth-child(even) {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .xl\:even\:order-5:nth-child(even) {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .xl\:even\:order-6:nth-child(even) {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .xl\:even\:order-7:nth-child(even) {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .xl\:even\:order-8:nth-child(even) {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .xl\:even\:order-9:nth-child(even) {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .xl\:even\:order-10:nth-child(even) {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .xl\:even\:order-11:nth-child(even) {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .xl\:even\:order-12:nth-child(even) {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .xl\:even\:order-first:nth-child(even) {
    -webkit-box-ordinal-group: -9998;
            order: -9999;
  }

  .xl\:even\:order-last:nth-child(even) {
    -webkit-box-ordinal-group: 10000;
            order: 9999;
  }

  .xl\:even\:order-none:nth-child(even) {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .xl\:hover\:order-1:hover {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .xl\:hover\:order-2:hover {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .xl\:hover\:order-3:hover {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .xl\:hover\:order-4:hover {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .xl\:hover\:order-5:hover {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .xl\:hover\:order-6:hover {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .xl\:hover\:order-7:hover {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .xl\:hover\:order-8:hover {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .xl\:hover\:order-9:hover {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .xl\:hover\:order-10:hover {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .xl\:hover\:order-11:hover {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .xl\:hover\:order-12:hover {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .xl\:hover\:order-first:hover {
    -webkit-box-ordinal-group: -9998;
            order: -9999;
  }

  .xl\:hover\:order-last:hover {
    -webkit-box-ordinal-group: 10000;
            order: 9999;
  }

  .xl\:hover\:order-none:hover {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .xl\:focus\:order-1:focus {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .xl\:focus\:order-2:focus {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .xl\:focus\:order-3:focus {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .xl\:focus\:order-4:focus {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .xl\:focus\:order-5:focus {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .xl\:focus\:order-6:focus {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .xl\:focus\:order-7:focus {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .xl\:focus\:order-8:focus {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .xl\:focus\:order-9:focus {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .xl\:focus\:order-10:focus {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .xl\:focus\:order-11:focus {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .xl\:focus\:order-12:focus {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .xl\:focus\:order-first:focus {
    -webkit-box-ordinal-group: -9998;
            order: -9999;
  }

  .xl\:focus\:order-last:focus {
    -webkit-box-ordinal-group: 10000;
            order: 9999;
  }

  .xl\:focus\:order-none:focus {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .xl\:active\:order-1:active {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .xl\:active\:order-2:active {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .xl\:active\:order-3:active {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .xl\:active\:order-4:active {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .xl\:active\:order-5:active {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .xl\:active\:order-6:active {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .xl\:active\:order-7:active {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .xl\:active\:order-8:active {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .xl\:active\:order-9:active {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .xl\:active\:order-10:active {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .xl\:active\:order-11:active {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .xl\:active\:order-12:active {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .xl\:active\:order-first:active {
    -webkit-box-ordinal-group: -9998;
            order: -9999;
  }

  .xl\:active\:order-last:active {
    -webkit-box-ordinal-group: 10000;
            order: 9999;
  }

  .xl\:active\:order-none:active {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .xl\:visited\:order-1:visited {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .xl\:visited\:order-2:visited {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .xl\:visited\:order-3:visited {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .xl\:visited\:order-4:visited {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .xl\:visited\:order-5:visited {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .xl\:visited\:order-6:visited {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .xl\:visited\:order-7:visited {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .xl\:visited\:order-8:visited {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .xl\:visited\:order-9:visited {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .xl\:visited\:order-10:visited {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .xl\:visited\:order-11:visited {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .xl\:visited\:order-12:visited {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .xl\:visited\:order-first:visited {
    -webkit-box-ordinal-group: -9998;
            order: -9999;
  }

  .xl\:visited\:order-last:visited {
    -webkit-box-ordinal-group: 10000;
            order: 9999;
  }

  .xl\:visited\:order-none:visited {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .xl\:disabled\:order-1:disabled {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .xl\:disabled\:order-2:disabled {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .xl\:disabled\:order-3:disabled {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .xl\:disabled\:order-4:disabled {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .xl\:disabled\:order-5:disabled {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .xl\:disabled\:order-6:disabled {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .xl\:disabled\:order-7:disabled {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .xl\:disabled\:order-8:disabled {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .xl\:disabled\:order-9:disabled {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .xl\:disabled\:order-10:disabled {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .xl\:disabled\:order-11:disabled {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .xl\:disabled\:order-12:disabled {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .xl\:disabled\:order-first:disabled {
    -webkit-box-ordinal-group: -9998;
            order: -9999;
  }

  .xl\:disabled\:order-last:disabled {
    -webkit-box-ordinal-group: 10000;
            order: 9999;
  }

  .xl\:disabled\:order-none:disabled {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .xl\:float-right {
    float: right;
  }

  .xl\:float-left {
    float: left;
  }

  .xl\:float-none {
    float: none;
  }

  .xl\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .group:hover .xl\:group-hover\:float-right {
    float: right;
  }

  .group:hover .xl\:group-hover\:float-left {
    float: left;
  }

  .group:hover .xl\:group-hover\:float-none {
    float: none;
  }

  .group:hover .xl\:group-hover\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .xl\:focus-within\:float-right:focus-within {
    float: right;
  }

  .xl\:focus-within\:float-left:focus-within {
    float: left;
  }

  .xl\:focus-within\:float-none:focus-within {
    float: none;
  }

  .xl\:focus-within\:clearfix:focus-within:after {
    content: "";
    display: table;
    clear: both;
  }

  .xl\:first\:float-right:first-child {
    float: right;
  }

  .xl\:first\:float-left:first-child {
    float: left;
  }

  .xl\:first\:float-none:first-child {
    float: none;
  }

  .xl\:first\:clearfix:first-child:after {
    content: "";
    display: table;
    clear: both;
  }

  .xl\:last\:float-right:last-child {
    float: right;
  }

  .xl\:last\:float-left:last-child {
    float: left;
  }

  .xl\:last\:float-none:last-child {
    float: none;
  }

  .xl\:last\:clearfix:last-child:after {
    content: "";
    display: table;
    clear: both;
  }

  .xl\:odd\:float-right:nth-child(odd) {
    float: right;
  }

  .xl\:odd\:float-left:nth-child(odd) {
    float: left;
  }

  .xl\:odd\:float-none:nth-child(odd) {
    float: none;
  }

  .xl\:odd\:clearfix:nth-child(odd):after {
    content: "";
    display: table;
    clear: both;
  }

  .xl\:even\:float-right:nth-child(even) {
    float: right;
  }

  .xl\:even\:float-left:nth-child(even) {
    float: left;
  }

  .xl\:even\:float-none:nth-child(even) {
    float: none;
  }

  .xl\:even\:clearfix:nth-child(even):after {
    content: "";
    display: table;
    clear: both;
  }

  .xl\:hover\:float-right:hover {
    float: right;
  }

  .xl\:hover\:float-left:hover {
    float: left;
  }

  .xl\:hover\:float-none:hover {
    float: none;
  }

  .xl\:hover\:clearfix:hover:after {
    content: "";
    display: table;
    clear: both;
  }

  .xl\:focus\:float-right:focus {
    float: right;
  }

  .xl\:focus\:float-left:focus {
    float: left;
  }

  .xl\:focus\:float-none:focus {
    float: none;
  }

  .xl\:focus\:clearfix:focus:after {
    content: "";
    display: table;
    clear: both;
  }

  .xl\:active\:float-right:active {
    float: right;
  }

  .xl\:active\:float-left:active {
    float: left;
  }

  .xl\:active\:float-none:active {
    float: none;
  }

  .xl\:active\:clearfix:active:after {
    content: "";
    display: table;
    clear: both;
  }

  .xl\:visited\:float-right:visited {
    float: right;
  }

  .xl\:visited\:float-left:visited {
    float: left;
  }

  .xl\:visited\:float-none:visited {
    float: none;
  }

  .xl\:visited\:clearfix:visited:after {
    content: "";
    display: table;
    clear: both;
  }

  .xl\:disabled\:float-right:disabled {
    float: right;
  }

  .xl\:disabled\:float-left:disabled {
    float: left;
  }

  .xl\:disabled\:float-none:disabled {
    float: none;
  }

  .xl\:disabled\:clearfix:disabled:after {
    content: "";
    display: table;
    clear: both;
  }

  .xl\:font-sans {
    font-family: -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\:font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .xl\:font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .group:hover .xl\:group-hover\:font-sans {
    font-family: -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";
  }

  .group:hover .xl\:group-hover\:font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .group:hover .xl\:group-hover\:font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .xl\:focus-within\:font-sans:focus-within {
    font-family: -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\:focus-within\:font-serif:focus-within {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .xl\:focus-within\:font-mono:focus-within {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .xl\:first\:font-sans:first-child {
    font-family: -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\:first\:font-serif:first-child {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .xl\:first\:font-mono:first-child {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .xl\:last\:font-sans:last-child {
    font-family: -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\:last\:font-serif:last-child {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .xl\:last\:font-mono:last-child {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .xl\:odd\:font-sans:nth-child(odd) {
    font-family: -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\:odd\:font-serif:nth-child(odd) {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .xl\:odd\:font-mono:nth-child(odd) {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .xl\:even\:font-sans:nth-child(even) {
    font-family: -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\:even\:font-serif:nth-child(even) {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .xl\:even\:font-mono:nth-child(even) {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .xl\:hover\:font-sans:hover {
    font-family: -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\:hover\:font-serif:hover {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .xl\:hover\:font-mono:hover {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .xl\:focus\:font-sans:focus {
    font-family: -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\:focus\:font-serif:focus {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .xl\:focus\:font-mono:focus {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .xl\:active\:font-sans:active {
    font-family: -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\:active\:font-serif:active {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .xl\:active\:font-mono:active {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .xl\:visited\:font-sans:visited {
    font-family: -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\:visited\:font-serif:visited {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .xl\:visited\:font-mono:visited {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .xl\:disabled\:font-sans:disabled {
    font-family: -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\:disabled\:font-serif:disabled {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .xl\:disabled\:font-mono:disabled {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .xl\:font-hairline {
    font-weight: 100;
  }

  .xl\:font-thin {
    font-weight: 200;
  }

  .xl\:font-light {
    font-weight: 300;
  }

  .xl\:font-normal {
    font-weight: 400;
  }

  .xl\:font-medium {
    font-weight: 500;
  }

  .xl\:font-semibold {
    font-weight: 600;
  }

  .xl\:font-bold {
    font-weight: 700;
  }

  .xl\:font-extrabold {
    font-weight: 800;
  }

  .xl\:font-black {
    font-weight: 900;
  }

  .group:hover .xl\:group-hover\:font-hairline {
    font-weight: 100;
  }

  .group:hover .xl\:group-hover\:font-thin {
    font-weight: 200;
  }

  .group:hover .xl\:group-hover\:font-light {
    font-weight: 300;
  }

  .group:hover .xl\:group-hover\:font-normal {
    font-weight: 400;
  }

  .group:hover .xl\:group-hover\:font-medium {
    font-weight: 500;
  }

  .group:hover .xl\:group-hover\:font-semibold {
    font-weight: 600;
  }

  .group:hover .xl\:group-hover\:font-bold {
    font-weight: 700;
  }

  .group:hover .xl\:group-hover\:font-extrabold {
    font-weight: 800;
  }

  .group:hover .xl\:group-hover\:font-black {
    font-weight: 900;
  }

  .xl\:focus-within\:font-hairline:focus-within {
    font-weight: 100;
  }

  .xl\:focus-within\:font-thin:focus-within {
    font-weight: 200;
  }

  .xl\:focus-within\:font-light:focus-within {
    font-weight: 300;
  }

  .xl\:focus-within\:font-normal:focus-within {
    font-weight: 400;
  }

  .xl\:focus-within\:font-medium:focus-within {
    font-weight: 500;
  }

  .xl\:focus-within\:font-semibold:focus-within {
    font-weight: 600;
  }

  .xl\:focus-within\:font-bold:focus-within {
    font-weight: 700;
  }

  .xl\:focus-within\:font-extrabold:focus-within {
    font-weight: 800;
  }

  .xl\:focus-within\:font-black:focus-within {
    font-weight: 900;
  }

  .xl\:first\:font-hairline:first-child {
    font-weight: 100;
  }

  .xl\:first\:font-thin:first-child {
    font-weight: 200;
  }

  .xl\:first\:font-light:first-child {
    font-weight: 300;
  }

  .xl\:first\:font-normal:first-child {
    font-weight: 400;
  }

  .xl\:first\:font-medium:first-child {
    font-weight: 500;
  }

  .xl\:first\:font-semibold:first-child {
    font-weight: 600;
  }

  .xl\:first\:font-bold:first-child {
    font-weight: 700;
  }

  .xl\:first\:font-extrabold:first-child {
    font-weight: 800;
  }

  .xl\:first\:font-black:first-child {
    font-weight: 900;
  }

  .xl\:last\:font-hairline:last-child {
    font-weight: 100;
  }

  .xl\:last\:font-thin:last-child {
    font-weight: 200;
  }

  .xl\:last\:font-light:last-child {
    font-weight: 300;
  }

  .xl\:last\:font-normal:last-child {
    font-weight: 400;
  }

  .xl\:last\:font-medium:last-child {
    font-weight: 500;
  }

  .xl\:last\:font-semibold:last-child {
    font-weight: 600;
  }

  .xl\:last\:font-bold:last-child {
    font-weight: 700;
  }

  .xl\:last\:font-extrabold:last-child {
    font-weight: 800;
  }

  .xl\:last\:font-black:last-child {
    font-weight: 900;
  }

  .xl\:odd\:font-hairline:nth-child(odd) {
    font-weight: 100;
  }

  .xl\:odd\:font-thin:nth-child(odd) {
    font-weight: 200;
  }

  .xl\:odd\:font-light:nth-child(odd) {
    font-weight: 300;
  }

  .xl\:odd\:font-normal:nth-child(odd) {
    font-weight: 400;
  }

  .xl\:odd\:font-medium:nth-child(odd) {
    font-weight: 500;
  }

  .xl\:odd\:font-semibold:nth-child(odd) {
    font-weight: 600;
  }

  .xl\:odd\:font-bold:nth-child(odd) {
    font-weight: 700;
  }

  .xl\:odd\:font-extrabold:nth-child(odd) {
    font-weight: 800;
  }

  .xl\:odd\:font-black:nth-child(odd) {
    font-weight: 900;
  }

  .xl\:even\:font-hairline:nth-child(even) {
    font-weight: 100;
  }

  .xl\:even\:font-thin:nth-child(even) {
    font-weight: 200;
  }

  .xl\:even\:font-light:nth-child(even) {
    font-weight: 300;
  }

  .xl\:even\:font-normal:nth-child(even) {
    font-weight: 400;
  }

  .xl\:even\:font-medium:nth-child(even) {
    font-weight: 500;
  }

  .xl\:even\:font-semibold:nth-child(even) {
    font-weight: 600;
  }

  .xl\:even\:font-bold:nth-child(even) {
    font-weight: 700;
  }

  .xl\:even\:font-extrabold:nth-child(even) {
    font-weight: 800;
  }

  .xl\:even\:font-black:nth-child(even) {
    font-weight: 900;
  }

  .xl\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .xl\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .xl\:hover\:font-light:hover {
    font-weight: 300;
  }

  .xl\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .xl\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .xl\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .xl\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .xl\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .xl\:hover\:font-black:hover {
    font-weight: 900;
  }

  .xl\:focus\:font-hairline:focus {
    font-weight: 100;
  }

  .xl\:focus\:font-thin:focus {
    font-weight: 200;
  }

  .xl\:focus\:font-light:focus {
    font-weight: 300;
  }

  .xl\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .xl\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .xl\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .xl\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .xl\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .xl\:focus\:font-black:focus {
    font-weight: 900;
  }

  .xl\:active\:font-hairline:active {
    font-weight: 100;
  }

  .xl\:active\:font-thin:active {
    font-weight: 200;
  }

  .xl\:active\:font-light:active {
    font-weight: 300;
  }

  .xl\:active\:font-normal:active {
    font-weight: 400;
  }

  .xl\:active\:font-medium:active {
    font-weight: 500;
  }

  .xl\:active\:font-semibold:active {
    font-weight: 600;
  }

  .xl\:active\:font-bold:active {
    font-weight: 700;
  }

  .xl\:active\:font-extrabold:active {
    font-weight: 800;
  }

  .xl\:active\:font-black:active {
    font-weight: 900;
  }

  .xl\:visited\:font-hairline:visited {
    font-weight: 100;
  }

  .xl\:visited\:font-thin:visited {
    font-weight: 200;
  }

  .xl\:visited\:font-light:visited {
    font-weight: 300;
  }

  .xl\:visited\:font-normal:visited {
    font-weight: 400;
  }

  .xl\:visited\:font-medium:visited {
    font-weight: 500;
  }

  .xl\:visited\:font-semibold:visited {
    font-weight: 600;
  }

  .xl\:visited\:font-bold:visited {
    font-weight: 700;
  }

  .xl\:visited\:font-extrabold:visited {
    font-weight: 800;
  }

  .xl\:visited\:font-black:visited {
    font-weight: 900;
  }

  .xl\:disabled\:font-hairline:disabled {
    font-weight: 100;
  }

  .xl\:disabled\:font-thin:disabled {
    font-weight: 200;
  }

  .xl\:disabled\:font-light:disabled {
    font-weight: 300;
  }

  .xl\:disabled\:font-normal:disabled {
    font-weight: 400;
  }

  .xl\:disabled\:font-medium:disabled {
    font-weight: 500;
  }

  .xl\:disabled\:font-semibold:disabled {
    font-weight: 600;
  }

  .xl\:disabled\:font-bold:disabled {
    font-weight: 700;
  }

  .xl\:disabled\:font-extrabold:disabled {
    font-weight: 800;
  }

  .xl\:disabled\:font-black:disabled {
    font-weight: 900;
  }

  .xl\:h-0 {
    height: 0;
  }

  .xl\:h-1 {
    height: 0.25rem;
  }

  .xl\:h-2 {
    height: 0.5rem;
  }

  .xl\:h-3 {
    height: 0.75rem;
  }

  .xl\:h-4 {
    height: 1rem;
  }

  .xl\:h-5 {
    height: 1.25rem;
  }

  .xl\:h-6 {
    height: 1.5rem;
  }

  .xl\:h-8 {
    height: 2rem;
  }

  .xl\:h-10 {
    height: 2.5rem;
  }

  .xl\:h-12 {
    height: 3rem;
  }

  .xl\:h-16 {
    height: 4rem;
  }

  .xl\:h-20 {
    height: 5rem;
  }

  .xl\:h-24 {
    height: 6rem;
  }

  .xl\:h-32 {
    height: 8rem;
  }

  .xl\:h-40 {
    height: 10rem;
  }

  .xl\:h-48 {
    height: 12rem;
  }

  .xl\:h-56 {
    height: 14rem;
  }

  .xl\:h-64 {
    height: 16rem;
  }

  .xl\:h-auto {
    height: auto;
  }

  .xl\:h-px {
    height: 1px;
  }

  .xl\:h-full {
    height: 100%;
  }

  .xl\:h-screen {
    height: 100vh;
  }

  .group:hover .xl\:group-hover\:h-0 {
    height: 0;
  }

  .group:hover .xl\:group-hover\:h-1 {
    height: 0.25rem;
  }

  .group:hover .xl\:group-hover\:h-2 {
    height: 0.5rem;
  }

  .group:hover .xl\:group-hover\:h-3 {
    height: 0.75rem;
  }

  .group:hover .xl\:group-hover\:h-4 {
    height: 1rem;
  }

  .group:hover .xl\:group-hover\:h-5 {
    height: 1.25rem;
  }

  .group:hover .xl\:group-hover\:h-6 {
    height: 1.5rem;
  }

  .group:hover .xl\:group-hover\:h-8 {
    height: 2rem;
  }

  .group:hover .xl\:group-hover\:h-10 {
    height: 2.5rem;
  }

  .group:hover .xl\:group-hover\:h-12 {
    height: 3rem;
  }

  .group:hover .xl\:group-hover\:h-16 {
    height: 4rem;
  }

  .group:hover .xl\:group-hover\:h-20 {
    height: 5rem;
  }

  .group:hover .xl\:group-hover\:h-24 {
    height: 6rem;
  }

  .group:hover .xl\:group-hover\:h-32 {
    height: 8rem;
  }

  .group:hover .xl\:group-hover\:h-40 {
    height: 10rem;
  }

  .group:hover .xl\:group-hover\:h-48 {
    height: 12rem;
  }

  .group:hover .xl\:group-hover\:h-56 {
    height: 14rem;
  }

  .group:hover .xl\:group-hover\:h-64 {
    height: 16rem;
  }

  .group:hover .xl\:group-hover\:h-auto {
    height: auto;
  }

  .group:hover .xl\:group-hover\:h-px {
    height: 1px;
  }

  .group:hover .xl\:group-hover\:h-full {
    height: 100%;
  }

  .group:hover .xl\:group-hover\:h-screen {
    height: 100vh;
  }

  .xl\:focus-within\:h-0:focus-within {
    height: 0;
  }

  .xl\:focus-within\:h-1:focus-within {
    height: 0.25rem;
  }

  .xl\:focus-within\:h-2:focus-within {
    height: 0.5rem;
  }

  .xl\:focus-within\:h-3:focus-within {
    height: 0.75rem;
  }

  .xl\:focus-within\:h-4:focus-within {
    height: 1rem;
  }

  .xl\:focus-within\:h-5:focus-within {
    height: 1.25rem;
  }

  .xl\:focus-within\:h-6:focus-within {
    height: 1.5rem;
  }

  .xl\:focus-within\:h-8:focus-within {
    height: 2rem;
  }

  .xl\:focus-within\:h-10:focus-within {
    height: 2.5rem;
  }

  .xl\:focus-within\:h-12:focus-within {
    height: 3rem;
  }

  .xl\:focus-within\:h-16:focus-within {
    height: 4rem;
  }

  .xl\:focus-within\:h-20:focus-within {
    height: 5rem;
  }

  .xl\:focus-within\:h-24:focus-within {
    height: 6rem;
  }

  .xl\:focus-within\:h-32:focus-within {
    height: 8rem;
  }

  .xl\:focus-within\:h-40:focus-within {
    height: 10rem;
  }

  .xl\:focus-within\:h-48:focus-within {
    height: 12rem;
  }

  .xl\:focus-within\:h-56:focus-within {
    height: 14rem;
  }

  .xl\:focus-within\:h-64:focus-within {
    height: 16rem;
  }

  .xl\:focus-within\:h-auto:focus-within {
    height: auto;
  }

  .xl\:focus-within\:h-px:focus-within {
    height: 1px;
  }

  .xl\:focus-within\:h-full:focus-within {
    height: 100%;
  }

  .xl\:focus-within\:h-screen:focus-within {
    height: 100vh;
  }

  .xl\:first\:h-0:first-child {
    height: 0;
  }

  .xl\:first\:h-1:first-child {
    height: 0.25rem;
  }

  .xl\:first\:h-2:first-child {
    height: 0.5rem;
  }

  .xl\:first\:h-3:first-child {
    height: 0.75rem;
  }

  .xl\:first\:h-4:first-child {
    height: 1rem;
  }

  .xl\:first\:h-5:first-child {
    height: 1.25rem;
  }

  .xl\:first\:h-6:first-child {
    height: 1.5rem;
  }

  .xl\:first\:h-8:first-child {
    height: 2rem;
  }

  .xl\:first\:h-10:first-child {
    height: 2.5rem;
  }

  .xl\:first\:h-12:first-child {
    height: 3rem;
  }

  .xl\:first\:h-16:first-child {
    height: 4rem;
  }

  .xl\:first\:h-20:first-child {
    height: 5rem;
  }

  .xl\:first\:h-24:first-child {
    height: 6rem;
  }

  .xl\:first\:h-32:first-child {
    height: 8rem;
  }

  .xl\:first\:h-40:first-child {
    height: 10rem;
  }

  .xl\:first\:h-48:first-child {
    height: 12rem;
  }

  .xl\:first\:h-56:first-child {
    height: 14rem;
  }

  .xl\:first\:h-64:first-child {
    height: 16rem;
  }

  .xl\:first\:h-auto:first-child {
    height: auto;
  }

  .xl\:first\:h-px:first-child {
    height: 1px;
  }

  .xl\:first\:h-full:first-child {
    height: 100%;
  }

  .xl\:first\:h-screen:first-child {
    height: 100vh;
  }

  .xl\:last\:h-0:last-child {
    height: 0;
  }

  .xl\:last\:h-1:last-child {
    height: 0.25rem;
  }

  .xl\:last\:h-2:last-child {
    height: 0.5rem;
  }

  .xl\:last\:h-3:last-child {
    height: 0.75rem;
  }

  .xl\:last\:h-4:last-child {
    height: 1rem;
  }

  .xl\:last\:h-5:last-child {
    height: 1.25rem;
  }

  .xl\:last\:h-6:last-child {
    height: 1.5rem;
  }

  .xl\:last\:h-8:last-child {
    height: 2rem;
  }

  .xl\:last\:h-10:last-child {
    height: 2.5rem;
  }

  .xl\:last\:h-12:last-child {
    height: 3rem;
  }

  .xl\:last\:h-16:last-child {
    height: 4rem;
  }

  .xl\:last\:h-20:last-child {
    height: 5rem;
  }

  .xl\:last\:h-24:last-child {
    height: 6rem;
  }

  .xl\:last\:h-32:last-child {
    height: 8rem;
  }

  .xl\:last\:h-40:last-child {
    height: 10rem;
  }

  .xl\:last\:h-48:last-child {
    height: 12rem;
  }

  .xl\:last\:h-56:last-child {
    height: 14rem;
  }

  .xl\:last\:h-64:last-child {
    height: 16rem;
  }

  .xl\:last\:h-auto:last-child {
    height: auto;
  }

  .xl\:last\:h-px:last-child {
    height: 1px;
  }

  .xl\:last\:h-full:last-child {
    height: 100%;
  }

  .xl\:last\:h-screen:last-child {
    height: 100vh;
  }

  .xl\:odd\:h-0:nth-child(odd) {
    height: 0;
  }

  .xl\:odd\:h-1:nth-child(odd) {
    height: 0.25rem;
  }

  .xl\:odd\:h-2:nth-child(odd) {
    height: 0.5rem;
  }

  .xl\:odd\:h-3:nth-child(odd) {
    height: 0.75rem;
  }

  .xl\:odd\:h-4:nth-child(odd) {
    height: 1rem;
  }

  .xl\:odd\:h-5:nth-child(odd) {
    height: 1.25rem;
  }

  .xl\:odd\:h-6:nth-child(odd) {
    height: 1.5rem;
  }

  .xl\:odd\:h-8:nth-child(odd) {
    height: 2rem;
  }

  .xl\:odd\:h-10:nth-child(odd) {
    height: 2.5rem;
  }

  .xl\:odd\:h-12:nth-child(odd) {
    height: 3rem;
  }

  .xl\:odd\:h-16:nth-child(odd) {
    height: 4rem;
  }

  .xl\:odd\:h-20:nth-child(odd) {
    height: 5rem;
  }

  .xl\:odd\:h-24:nth-child(odd) {
    height: 6rem;
  }

  .xl\:odd\:h-32:nth-child(odd) {
    height: 8rem;
  }

  .xl\:odd\:h-40:nth-child(odd) {
    height: 10rem;
  }

  .xl\:odd\:h-48:nth-child(odd) {
    height: 12rem;
  }

  .xl\:odd\:h-56:nth-child(odd) {
    height: 14rem;
  }

  .xl\:odd\:h-64:nth-child(odd) {
    height: 16rem;
  }

  .xl\:odd\:h-auto:nth-child(odd) {
    height: auto;
  }

  .xl\:odd\:h-px:nth-child(odd) {
    height: 1px;
  }

  .xl\:odd\:h-full:nth-child(odd) {
    height: 100%;
  }

  .xl\:odd\:h-screen:nth-child(odd) {
    height: 100vh;
  }

  .xl\:even\:h-0:nth-child(even) {
    height: 0;
  }

  .xl\:even\:h-1:nth-child(even) {
    height: 0.25rem;
  }

  .xl\:even\:h-2:nth-child(even) {
    height: 0.5rem;
  }

  .xl\:even\:h-3:nth-child(even) {
    height: 0.75rem;
  }

  .xl\:even\:h-4:nth-child(even) {
    height: 1rem;
  }

  .xl\:even\:h-5:nth-child(even) {
    height: 1.25rem;
  }

  .xl\:even\:h-6:nth-child(even) {
    height: 1.5rem;
  }

  .xl\:even\:h-8:nth-child(even) {
    height: 2rem;
  }

  .xl\:even\:h-10:nth-child(even) {
    height: 2.5rem;
  }

  .xl\:even\:h-12:nth-child(even) {
    height: 3rem;
  }

  .xl\:even\:h-16:nth-child(even) {
    height: 4rem;
  }

  .xl\:even\:h-20:nth-child(even) {
    height: 5rem;
  }

  .xl\:even\:h-24:nth-child(even) {
    height: 6rem;
  }

  .xl\:even\:h-32:nth-child(even) {
    height: 8rem;
  }

  .xl\:even\:h-40:nth-child(even) {
    height: 10rem;
  }

  .xl\:even\:h-48:nth-child(even) {
    height: 12rem;
  }

  .xl\:even\:h-56:nth-child(even) {
    height: 14rem;
  }

  .xl\:even\:h-64:nth-child(even) {
    height: 16rem;
  }

  .xl\:even\:h-auto:nth-child(even) {
    height: auto;
  }

  .xl\:even\:h-px:nth-child(even) {
    height: 1px;
  }

  .xl\:even\:h-full:nth-child(even) {
    height: 100%;
  }

  .xl\:even\:h-screen:nth-child(even) {
    height: 100vh;
  }

  .xl\:hover\:h-0:hover {
    height: 0;
  }

  .xl\:hover\:h-1:hover {
    height: 0.25rem;
  }

  .xl\:hover\:h-2:hover {
    height: 0.5rem;
  }

  .xl\:hover\:h-3:hover {
    height: 0.75rem;
  }

  .xl\:hover\:h-4:hover {
    height: 1rem;
  }

  .xl\:hover\:h-5:hover {
    height: 1.25rem;
  }

  .xl\:hover\:h-6:hover {
    height: 1.5rem;
  }

  .xl\:hover\:h-8:hover {
    height: 2rem;
  }

  .xl\:hover\:h-10:hover {
    height: 2.5rem;
  }

  .xl\:hover\:h-12:hover {
    height: 3rem;
  }

  .xl\:hover\:h-16:hover {
    height: 4rem;
  }

  .xl\:hover\:h-20:hover {
    height: 5rem;
  }

  .xl\:hover\:h-24:hover {
    height: 6rem;
  }

  .xl\:hover\:h-32:hover {
    height: 8rem;
  }

  .xl\:hover\:h-40:hover {
    height: 10rem;
  }

  .xl\:hover\:h-48:hover {
    height: 12rem;
  }

  .xl\:hover\:h-56:hover {
    height: 14rem;
  }

  .xl\:hover\:h-64:hover {
    height: 16rem;
  }

  .xl\:hover\:h-auto:hover {
    height: auto;
  }

  .xl\:hover\:h-px:hover {
    height: 1px;
  }

  .xl\:hover\:h-full:hover {
    height: 100%;
  }

  .xl\:hover\:h-screen:hover {
    height: 100vh;
  }

  .xl\:focus\:h-0:focus {
    height: 0;
  }

  .xl\:focus\:h-1:focus {
    height: 0.25rem;
  }

  .xl\:focus\:h-2:focus {
    height: 0.5rem;
  }

  .xl\:focus\:h-3:focus {
    height: 0.75rem;
  }

  .xl\:focus\:h-4:focus {
    height: 1rem;
  }

  .xl\:focus\:h-5:focus {
    height: 1.25rem;
  }

  .xl\:focus\:h-6:focus {
    height: 1.5rem;
  }

  .xl\:focus\:h-8:focus {
    height: 2rem;
  }

  .xl\:focus\:h-10:focus {
    height: 2.5rem;
  }

  .xl\:focus\:h-12:focus {
    height: 3rem;
  }

  .xl\:focus\:h-16:focus {
    height: 4rem;
  }

  .xl\:focus\:h-20:focus {
    height: 5rem;
  }

  .xl\:focus\:h-24:focus {
    height: 6rem;
  }

  .xl\:focus\:h-32:focus {
    height: 8rem;
  }

  .xl\:focus\:h-40:focus {
    height: 10rem;
  }

  .xl\:focus\:h-48:focus {
    height: 12rem;
  }

  .xl\:focus\:h-56:focus {
    height: 14rem;
  }

  .xl\:focus\:h-64:focus {
    height: 16rem;
  }

  .xl\:focus\:h-auto:focus {
    height: auto;
  }

  .xl\:focus\:h-px:focus {
    height: 1px;
  }

  .xl\:focus\:h-full:focus {
    height: 100%;
  }

  .xl\:focus\:h-screen:focus {
    height: 100vh;
  }

  .xl\:active\:h-0:active {
    height: 0;
  }

  .xl\:active\:h-1:active {
    height: 0.25rem;
  }

  .xl\:active\:h-2:active {
    height: 0.5rem;
  }

  .xl\:active\:h-3:active {
    height: 0.75rem;
  }

  .xl\:active\:h-4:active {
    height: 1rem;
  }

  .xl\:active\:h-5:active {
    height: 1.25rem;
  }

  .xl\:active\:h-6:active {
    height: 1.5rem;
  }

  .xl\:active\:h-8:active {
    height: 2rem;
  }

  .xl\:active\:h-10:active {
    height: 2.5rem;
  }

  .xl\:active\:h-12:active {
    height: 3rem;
  }

  .xl\:active\:h-16:active {
    height: 4rem;
  }

  .xl\:active\:h-20:active {
    height: 5rem;
  }

  .xl\:active\:h-24:active {
    height: 6rem;
  }

  .xl\:active\:h-32:active {
    height: 8rem;
  }

  .xl\:active\:h-40:active {
    height: 10rem;
  }

  .xl\:active\:h-48:active {
    height: 12rem;
  }

  .xl\:active\:h-56:active {
    height: 14rem;
  }

  .xl\:active\:h-64:active {
    height: 16rem;
  }

  .xl\:active\:h-auto:active {
    height: auto;
  }

  .xl\:active\:h-px:active {
    height: 1px;
  }

  .xl\:active\:h-full:active {
    height: 100%;
  }

  .xl\:active\:h-screen:active {
    height: 100vh;
  }

  .xl\:visited\:h-0:visited {
    height: 0;
  }

  .xl\:visited\:h-1:visited {
    height: 0.25rem;
  }

  .xl\:visited\:h-2:visited {
    height: 0.5rem;
  }

  .xl\:visited\:h-3:visited {
    height: 0.75rem;
  }

  .xl\:visited\:h-4:visited {
    height: 1rem;
  }

  .xl\:visited\:h-5:visited {
    height: 1.25rem;
  }

  .xl\:visited\:h-6:visited {
    height: 1.5rem;
  }

  .xl\:visited\:h-8:visited {
    height: 2rem;
  }

  .xl\:visited\:h-10:visited {
    height: 2.5rem;
  }

  .xl\:visited\:h-12:visited {
    height: 3rem;
  }

  .xl\:visited\:h-16:visited {
    height: 4rem;
  }

  .xl\:visited\:h-20:visited {
    height: 5rem;
  }

  .xl\:visited\:h-24:visited {
    height: 6rem;
  }

  .xl\:visited\:h-32:visited {
    height: 8rem;
  }

  .xl\:visited\:h-40:visited {
    height: 10rem;
  }

  .xl\:visited\:h-48:visited {
    height: 12rem;
  }

  .xl\:visited\:h-56:visited {
    height: 14rem;
  }

  .xl\:visited\:h-64:visited {
    height: 16rem;
  }

  .xl\:visited\:h-auto:visited {
    height: auto;
  }

  .xl\:visited\:h-px:visited {
    height: 1px;
  }

  .xl\:visited\:h-full:visited {
    height: 100%;
  }

  .xl\:visited\:h-screen:visited {
    height: 100vh;
  }

  .xl\:disabled\:h-0:disabled {
    height: 0;
  }

  .xl\:disabled\:h-1:disabled {
    height: 0.25rem;
  }

  .xl\:disabled\:h-2:disabled {
    height: 0.5rem;
  }

  .xl\:disabled\:h-3:disabled {
    height: 0.75rem;
  }

  .xl\:disabled\:h-4:disabled {
    height: 1rem;
  }

  .xl\:disabled\:h-5:disabled {
    height: 1.25rem;
  }

  .xl\:disabled\:h-6:disabled {
    height: 1.5rem;
  }

  .xl\:disabled\:h-8:disabled {
    height: 2rem;
  }

  .xl\:disabled\:h-10:disabled {
    height: 2.5rem;
  }

  .xl\:disabled\:h-12:disabled {
    height: 3rem;
  }

  .xl\:disabled\:h-16:disabled {
    height: 4rem;
  }

  .xl\:disabled\:h-20:disabled {
    height: 5rem;
  }

  .xl\:disabled\:h-24:disabled {
    height: 6rem;
  }

  .xl\:disabled\:h-32:disabled {
    height: 8rem;
  }

  .xl\:disabled\:h-40:disabled {
    height: 10rem;
  }

  .xl\:disabled\:h-48:disabled {
    height: 12rem;
  }

  .xl\:disabled\:h-56:disabled {
    height: 14rem;
  }

  .xl\:disabled\:h-64:disabled {
    height: 16rem;
  }

  .xl\:disabled\:h-auto:disabled {
    height: auto;
  }

  .xl\:disabled\:h-px:disabled {
    height: 1px;
  }

  .xl\:disabled\:h-full:disabled {
    height: 100%;
  }

  .xl\:disabled\:h-screen:disabled {
    height: 100vh;
  }

  .xl\:leading-none {
    line-height: 1;
  }

  .xl\:leading-tight {
    line-height: 1.25;
  }

  .xl\:leading-snug {
    line-height: 1.375;
  }

  .xl\:leading-normal {
    line-height: 1.5;
  }

  .xl\:leading-relaxed {
    line-height: 1.625;
  }

  .xl\:leading-loose {
    line-height: 2;
  }

  .group:hover .xl\:group-hover\:leading-none {
    line-height: 1;
  }

  .group:hover .xl\:group-hover\:leading-tight {
    line-height: 1.25;
  }

  .group:hover .xl\:group-hover\:leading-snug {
    line-height: 1.375;
  }

  .group:hover .xl\:group-hover\:leading-normal {
    line-height: 1.5;
  }

  .group:hover .xl\:group-hover\:leading-relaxed {
    line-height: 1.625;
  }

  .group:hover .xl\:group-hover\:leading-loose {
    line-height: 2;
  }

  .xl\:focus-within\:leading-none:focus-within {
    line-height: 1;
  }

  .xl\:focus-within\:leading-tight:focus-within {
    line-height: 1.25;
  }

  .xl\:focus-within\:leading-snug:focus-within {
    line-height: 1.375;
  }

  .xl\:focus-within\:leading-normal:focus-within {
    line-height: 1.5;
  }

  .xl\:focus-within\:leading-relaxed:focus-within {
    line-height: 1.625;
  }

  .xl\:focus-within\:leading-loose:focus-within {
    line-height: 2;
  }

  .xl\:first\:leading-none:first-child {
    line-height: 1;
  }

  .xl\:first\:leading-tight:first-child {
    line-height: 1.25;
  }

  .xl\:first\:leading-snug:first-child {
    line-height: 1.375;
  }

  .xl\:first\:leading-normal:first-child {
    line-height: 1.5;
  }

  .xl\:first\:leading-relaxed:first-child {
    line-height: 1.625;
  }

  .xl\:first\:leading-loose:first-child {
    line-height: 2;
  }

  .xl\:last\:leading-none:last-child {
    line-height: 1;
  }

  .xl\:last\:leading-tight:last-child {
    line-height: 1.25;
  }

  .xl\:last\:leading-snug:last-child {
    line-height: 1.375;
  }

  .xl\:last\:leading-normal:last-child {
    line-height: 1.5;
  }

  .xl\:last\:leading-relaxed:last-child {
    line-height: 1.625;
  }

  .xl\:last\:leading-loose:last-child {
    line-height: 2;
  }

  .xl\:odd\:leading-none:nth-child(odd) {
    line-height: 1;
  }

  .xl\:odd\:leading-tight:nth-child(odd) {
    line-height: 1.25;
  }

  .xl\:odd\:leading-snug:nth-child(odd) {
    line-height: 1.375;
  }

  .xl\:odd\:leading-normal:nth-child(odd) {
    line-height: 1.5;
  }

  .xl\:odd\:leading-relaxed:nth-child(odd) {
    line-height: 1.625;
  }

  .xl\:odd\:leading-loose:nth-child(odd) {
    line-height: 2;
  }

  .xl\:even\:leading-none:nth-child(even) {
    line-height: 1;
  }

  .xl\:even\:leading-tight:nth-child(even) {
    line-height: 1.25;
  }

  .xl\:even\:leading-snug:nth-child(even) {
    line-height: 1.375;
  }

  .xl\:even\:leading-normal:nth-child(even) {
    line-height: 1.5;
  }

  .xl\:even\:leading-relaxed:nth-child(even) {
    line-height: 1.625;
  }

  .xl\:even\:leading-loose:nth-child(even) {
    line-height: 2;
  }

  .xl\:hover\:leading-none:hover {
    line-height: 1;
  }

  .xl\:hover\:leading-tight:hover {
    line-height: 1.25;
  }

  .xl\:hover\:leading-snug:hover {
    line-height: 1.375;
  }

  .xl\:hover\:leading-normal:hover {
    line-height: 1.5;
  }

  .xl\:hover\:leading-relaxed:hover {
    line-height: 1.625;
  }

  .xl\:hover\:leading-loose:hover {
    line-height: 2;
  }

  .xl\:focus\:leading-none:focus {
    line-height: 1;
  }

  .xl\:focus\:leading-tight:focus {
    line-height: 1.25;
  }

  .xl\:focus\:leading-snug:focus {
    line-height: 1.375;
  }

  .xl\:focus\:leading-normal:focus {
    line-height: 1.5;
  }

  .xl\:focus\:leading-relaxed:focus {
    line-height: 1.625;
  }

  .xl\:focus\:leading-loose:focus {
    line-height: 2;
  }

  .xl\:active\:leading-none:active {
    line-height: 1;
  }

  .xl\:active\:leading-tight:active {
    line-height: 1.25;
  }

  .xl\:active\:leading-snug:active {
    line-height: 1.375;
  }

  .xl\:active\:leading-normal:active {
    line-height: 1.5;
  }

  .xl\:active\:leading-relaxed:active {
    line-height: 1.625;
  }

  .xl\:active\:leading-loose:active {
    line-height: 2;
  }

  .xl\:visited\:leading-none:visited {
    line-height: 1;
  }

  .xl\:visited\:leading-tight:visited {
    line-height: 1.25;
  }

  .xl\:visited\:leading-snug:visited {
    line-height: 1.375;
  }

  .xl\:visited\:leading-normal:visited {
    line-height: 1.5;
  }

  .xl\:visited\:leading-relaxed:visited {
    line-height: 1.625;
  }

  .xl\:visited\:leading-loose:visited {
    line-height: 2;
  }

  .xl\:disabled\:leading-none:disabled {
    line-height: 1;
  }

  .xl\:disabled\:leading-tight:disabled {
    line-height: 1.25;
  }

  .xl\:disabled\:leading-snug:disabled {
    line-height: 1.375;
  }

  .xl\:disabled\:leading-normal:disabled {
    line-height: 1.5;
  }

  .xl\:disabled\:leading-relaxed:disabled {
    line-height: 1.625;
  }

  .xl\:disabled\:leading-loose:disabled {
    line-height: 2;
  }

  .xl\:list-inside {
    list-style-position: inside;
  }

  .xl\:list-outside {
    list-style-position: outside;
  }

  .group:hover .xl\:group-hover\:list-inside {
    list-style-position: inside;
  }

  .group:hover .xl\:group-hover\:list-outside {
    list-style-position: outside;
  }

  .xl\:focus-within\:list-inside:focus-within {
    list-style-position: inside;
  }

  .xl\:focus-within\:list-outside:focus-within {
    list-style-position: outside;
  }

  .xl\:first\:list-inside:first-child {
    list-style-position: inside;
  }

  .xl\:first\:list-outside:first-child {
    list-style-position: outside;
  }

  .xl\:last\:list-inside:last-child {
    list-style-position: inside;
  }

  .xl\:last\:list-outside:last-child {
    list-style-position: outside;
  }

  .xl\:odd\:list-inside:nth-child(odd) {
    list-style-position: inside;
  }

  .xl\:odd\:list-outside:nth-child(odd) {
    list-style-position: outside;
  }

  .xl\:even\:list-inside:nth-child(even) {
    list-style-position: inside;
  }

  .xl\:even\:list-outside:nth-child(even) {
    list-style-position: outside;
  }

  .xl\:hover\:list-inside:hover {
    list-style-position: inside;
  }

  .xl\:hover\:list-outside:hover {
    list-style-position: outside;
  }

  .xl\:focus\:list-inside:focus {
    list-style-position: inside;
  }

  .xl\:focus\:list-outside:focus {
    list-style-position: outside;
  }

  .xl\:active\:list-inside:active {
    list-style-position: inside;
  }

  .xl\:active\:list-outside:active {
    list-style-position: outside;
  }

  .xl\:visited\:list-inside:visited {
    list-style-position: inside;
  }

  .xl\:visited\:list-outside:visited {
    list-style-position: outside;
  }

  .xl\:disabled\:list-inside:disabled {
    list-style-position: inside;
  }

  .xl\:disabled\:list-outside:disabled {
    list-style-position: outside;
  }

  .xl\:list-none {
    list-style-type: none;
  }

  .xl\:list-disc {
    list-style-type: disc;
  }

  .xl\:list-decimal {
    list-style-type: decimal;
  }

  .group:hover .xl\:group-hover\:list-none {
    list-style-type: none;
  }

  .group:hover .xl\:group-hover\:list-disc {
    list-style-type: disc;
  }

  .group:hover .xl\:group-hover\:list-decimal {
    list-style-type: decimal;
  }

  .xl\:focus-within\:list-none:focus-within {
    list-style-type: none;
  }

  .xl\:focus-within\:list-disc:focus-within {
    list-style-type: disc;
  }

  .xl\:focus-within\:list-decimal:focus-within {
    list-style-type: decimal;
  }

  .xl\:first\:list-none:first-child {
    list-style-type: none;
  }

  .xl\:first\:list-disc:first-child {
    list-style-type: disc;
  }

  .xl\:first\:list-decimal:first-child {
    list-style-type: decimal;
  }

  .xl\:last\:list-none:last-child {
    list-style-type: none;
  }

  .xl\:last\:list-disc:last-child {
    list-style-type: disc;
  }

  .xl\:last\:list-decimal:last-child {
    list-style-type: decimal;
  }

  .xl\:odd\:list-none:nth-child(odd) {
    list-style-type: none;
  }

  .xl\:odd\:list-disc:nth-child(odd) {
    list-style-type: disc;
  }

  .xl\:odd\:list-decimal:nth-child(odd) {
    list-style-type: decimal;
  }

  .xl\:even\:list-none:nth-child(even) {
    list-style-type: none;
  }

  .xl\:even\:list-disc:nth-child(even) {
    list-style-type: disc;
  }

  .xl\:even\:list-decimal:nth-child(even) {
    list-style-type: decimal;
  }

  .xl\:hover\:list-none:hover {
    list-style-type: none;
  }

  .xl\:hover\:list-disc:hover {
    list-style-type: disc;
  }

  .xl\:hover\:list-decimal:hover {
    list-style-type: decimal;
  }

  .xl\:focus\:list-none:focus {
    list-style-type: none;
  }

  .xl\:focus\:list-disc:focus {
    list-style-type: disc;
  }

  .xl\:focus\:list-decimal:focus {
    list-style-type: decimal;
  }

  .xl\:active\:list-none:active {
    list-style-type: none;
  }

  .xl\:active\:list-disc:active {
    list-style-type: disc;
  }

  .xl\:active\:list-decimal:active {
    list-style-type: decimal;
  }

  .xl\:visited\:list-none:visited {
    list-style-type: none;
  }

  .xl\:visited\:list-disc:visited {
    list-style-type: disc;
  }

  .xl\:visited\:list-decimal:visited {
    list-style-type: decimal;
  }

  .xl\:disabled\:list-none:disabled {
    list-style-type: none;
  }

  .xl\:disabled\:list-disc:disabled {
    list-style-type: disc;
  }

  .xl\:disabled\:list-decimal:disabled {
    list-style-type: decimal;
  }

  .xl\:m-0 {
    margin: 0;
  }

  .xl\:m-1 {
    margin: 0.25rem;
  }

  .xl\:m-2 {
    margin: 0.5rem;
  }

  .xl\:m-3 {
    margin: 0.75rem;
  }

  .xl\:m-4 {
    margin: 1rem;
  }

  .xl\:m-5 {
    margin: 1.25rem;
  }

  .xl\:m-6 {
    margin: 1.5rem;
  }

  .xl\:m-8 {
    margin: 2rem;
  }

  .xl\:m-10 {
    margin: 2.5rem;
  }

  .xl\:m-12 {
    margin: 3rem;
  }

  .xl\:m-16 {
    margin: 4rem;
  }

  .xl\:m-20 {
    margin: 5rem;
  }

  .xl\:m-24 {
    margin: 6rem;
  }

  .xl\:m-32 {
    margin: 8rem;
  }

  .xl\:m-40 {
    margin: 10rem;
  }

  .xl\:m-48 {
    margin: 12rem;
  }

  .xl\:m-56 {
    margin: 14rem;
  }

  .xl\:m-64 {
    margin: 16rem;
  }

  .xl\:m-auto {
    margin: auto;
  }

  .xl\:m-px {
    margin: 1px;
  }

  .xl\:-m-1 {
    margin: -0.25rem;
  }

  .xl\:-m-2 {
    margin: -0.5rem;
  }

  .xl\:-m-3 {
    margin: -0.75rem;
  }

  .xl\:-m-4 {
    margin: -1rem;
  }

  .xl\:-m-5 {
    margin: -1.25rem;
  }

  .xl\:-m-6 {
    margin: -1.5rem;
  }

  .xl\:-m-8 {
    margin: -2rem;
  }

  .xl\:-m-10 {
    margin: -2.5rem;
  }

  .xl\:-m-12 {
    margin: -3rem;
  }

  .xl\:-m-16 {
    margin: -4rem;
  }

  .xl\:-m-20 {
    margin: -5rem;
  }

  .xl\:-m-24 {
    margin: -6rem;
  }

  .xl\:-m-32 {
    margin: -8rem;
  }

  .xl\:-m-40 {
    margin: -10rem;
  }

  .xl\:-m-48 {
    margin: -12rem;
  }

  .xl\:-m-56 {
    margin: -14rem;
  }

  .xl\:-m-64 {
    margin: -16rem;
  }

  .xl\:-m-px {
    margin: -1px;
  }

  .xl\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xl\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xl\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xl\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xl\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xl\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xl\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xl\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xl\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xl\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xl\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xl\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xl\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xl\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xl\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xl\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xl\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xl\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xl\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xl\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xl\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xl\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xl\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:mt-0 {
    margin-top: 0;
  }

  .xl\:mr-0 {
    margin-right: 0;
  }

  .xl\:mb-0 {
    margin-bottom: 0;
  }

  .xl\:ml-0 {
    margin-left: 0;
  }

  .xl\:mt-1 {
    margin-top: 0.25rem;
  }

  .xl\:mr-1 {
    margin-right: 0.25rem;
  }

  .xl\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .xl\:ml-1 {
    margin-left: 0.25rem;
  }

  .xl\:mt-2 {
    margin-top: 0.5rem;
  }

  .xl\:mr-2 {
    margin-right: 0.5rem;
  }

  .xl\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .xl\:ml-2 {
    margin-left: 0.5rem;
  }

  .xl\:mt-3 {
    margin-top: 0.75rem;
  }

  .xl\:mr-3 {
    margin-right: 0.75rem;
  }

  .xl\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .xl\:ml-3 {
    margin-left: 0.75rem;
  }

  .xl\:mt-4 {
    margin-top: 1rem;
  }

  .xl\:mr-4 {
    margin-right: 1rem;
  }

  .xl\:mb-4 {
    margin-bottom: 1rem;
  }

  .xl\:ml-4 {
    margin-left: 1rem;
  }

  .xl\:mt-5 {
    margin-top: 1.25rem;
  }

  .xl\:mr-5 {
    margin-right: 1.25rem;
  }

  .xl\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .xl\:ml-5 {
    margin-left: 1.25rem;
  }

  .xl\:mt-6 {
    margin-top: 1.5rem;
  }

  .xl\:mr-6 {
    margin-right: 1.5rem;
  }

  .xl\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .xl\:ml-6 {
    margin-left: 1.5rem;
  }

  .xl\:mt-8 {
    margin-top: 2rem;
  }

  .xl\:mr-8 {
    margin-right: 2rem;
  }

  .xl\:mb-8 {
    margin-bottom: 2rem;
  }

  .xl\:ml-8 {
    margin-left: 2rem;
  }

  .xl\:mt-10 {
    margin-top: 2.5rem;
  }

  .xl\:mr-10 {
    margin-right: 2.5rem;
  }

  .xl\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .xl\:ml-10 {
    margin-left: 2.5rem;
  }

  .xl\:mt-12 {
    margin-top: 3rem;
  }

  .xl\:mr-12 {
    margin-right: 3rem;
  }

  .xl\:mb-12 {
    margin-bottom: 3rem;
  }

  .xl\:ml-12 {
    margin-left: 3rem;
  }

  .xl\:mt-16 {
    margin-top: 4rem;
  }

  .xl\:mr-16 {
    margin-right: 4rem;
  }

  .xl\:mb-16 {
    margin-bottom: 4rem;
  }

  .xl\:ml-16 {
    margin-left: 4rem;
  }

  .xl\:mt-20 {
    margin-top: 5rem;
  }

  .xl\:mr-20 {
    margin-right: 5rem;
  }

  .xl\:mb-20 {
    margin-bottom: 5rem;
  }

  .xl\:ml-20 {
    margin-left: 5rem;
  }

  .xl\:mt-24 {
    margin-top: 6rem;
  }

  .xl\:mr-24 {
    margin-right: 6rem;
  }

  .xl\:mb-24 {
    margin-bottom: 6rem;
  }

  .xl\:ml-24 {
    margin-left: 6rem;
  }

  .xl\:mt-32 {
    margin-top: 8rem;
  }

  .xl\:mr-32 {
    margin-right: 8rem;
  }

  .xl\:mb-32 {
    margin-bottom: 8rem;
  }

  .xl\:ml-32 {
    margin-left: 8rem;
  }

  .xl\:mt-40 {
    margin-top: 10rem;
  }

  .xl\:mr-40 {
    margin-right: 10rem;
  }

  .xl\:mb-40 {
    margin-bottom: 10rem;
  }

  .xl\:ml-40 {
    margin-left: 10rem;
  }

  .xl\:mt-48 {
    margin-top: 12rem;
  }

  .xl\:mr-48 {
    margin-right: 12rem;
  }

  .xl\:mb-48 {
    margin-bottom: 12rem;
  }

  .xl\:ml-48 {
    margin-left: 12rem;
  }

  .xl\:mt-56 {
    margin-top: 14rem;
  }

  .xl\:mr-56 {
    margin-right: 14rem;
  }

  .xl\:mb-56 {
    margin-bottom: 14rem;
  }

  .xl\:ml-56 {
    margin-left: 14rem;
  }

  .xl\:mt-64 {
    margin-top: 16rem;
  }

  .xl\:mr-64 {
    margin-right: 16rem;
  }

  .xl\:mb-64 {
    margin-bottom: 16rem;
  }

  .xl\:ml-64 {
    margin-left: 16rem;
  }

  .xl\:mt-auto {
    margin-top: auto;
  }

  .xl\:mr-auto {
    margin-right: auto;
  }

  .xl\:mb-auto {
    margin-bottom: auto;
  }

  .xl\:ml-auto {
    margin-left: auto;
  }

  .xl\:mt-px {
    margin-top: 1px;
  }

  .xl\:mr-px {
    margin-right: 1px;
  }

  .xl\:mb-px {
    margin-bottom: 1px;
  }

  .xl\:ml-px {
    margin-left: 1px;
  }

  .xl\:-mt-1 {
    margin-top: -0.25rem;
  }

  .xl\:-mr-1 {
    margin-right: -0.25rem;
  }

  .xl\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .xl\:-ml-1 {
    margin-left: -0.25rem;
  }

  .xl\:-mt-2 {
    margin-top: -0.5rem;
  }

  .xl\:-mr-2 {
    margin-right: -0.5rem;
  }

  .xl\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .xl\:-ml-2 {
    margin-left: -0.5rem;
  }

  .xl\:-mt-3 {
    margin-top: -0.75rem;
  }

  .xl\:-mr-3 {
    margin-right: -0.75rem;
  }

  .xl\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .xl\:-ml-3 {
    margin-left: -0.75rem;
  }

  .xl\:-mt-4 {
    margin-top: -1rem;
  }

  .xl\:-mr-4 {
    margin-right: -1rem;
  }

  .xl\:-mb-4 {
    margin-bottom: -1rem;
  }

  .xl\:-ml-4 {
    margin-left: -1rem;
  }

  .xl\:-mt-5 {
    margin-top: -1.25rem;
  }

  .xl\:-mr-5 {
    margin-right: -1.25rem;
  }

  .xl\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .xl\:-ml-5 {
    margin-left: -1.25rem;
  }

  .xl\:-mt-6 {
    margin-top: -1.5rem;
  }

  .xl\:-mr-6 {
    margin-right: -1.5rem;
  }

  .xl\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .xl\:-ml-6 {
    margin-left: -1.5rem;
  }

  .xl\:-mt-8 {
    margin-top: -2rem;
  }

  .xl\:-mr-8 {
    margin-right: -2rem;
  }

  .xl\:-mb-8 {
    margin-bottom: -2rem;
  }

  .xl\:-ml-8 {
    margin-left: -2rem;
  }

  .xl\:-mt-10 {
    margin-top: -2.5rem;
  }

  .xl\:-mr-10 {
    margin-right: -2.5rem;
  }

  .xl\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .xl\:-ml-10 {
    margin-left: -2.5rem;
  }

  .xl\:-mt-12 {
    margin-top: -3rem;
  }

  .xl\:-mr-12 {
    margin-right: -3rem;
  }

  .xl\:-mb-12 {
    margin-bottom: -3rem;
  }

  .xl\:-ml-12 {
    margin-left: -3rem;
  }

  .xl\:-mt-16 {
    margin-top: -4rem;
  }

  .xl\:-mr-16 {
    margin-right: -4rem;
  }

  .xl\:-mb-16 {
    margin-bottom: -4rem;
  }

  .xl\:-ml-16 {
    margin-left: -4rem;
  }

  .xl\:-mt-20 {
    margin-top: -5rem;
  }

  .xl\:-mr-20 {
    margin-right: -5rem;
  }

  .xl\:-mb-20 {
    margin-bottom: -5rem;
  }

  .xl\:-ml-20 {
    margin-left: -5rem;
  }

  .xl\:-mt-24 {
    margin-top: -6rem;
  }

  .xl\:-mr-24 {
    margin-right: -6rem;
  }

  .xl\:-mb-24 {
    margin-bottom: -6rem;
  }

  .xl\:-ml-24 {
    margin-left: -6rem;
  }

  .xl\:-mt-32 {
    margin-top: -8rem;
  }

  .xl\:-mr-32 {
    margin-right: -8rem;
  }

  .xl\:-mb-32 {
    margin-bottom: -8rem;
  }

  .xl\:-ml-32 {
    margin-left: -8rem;
  }

  .xl\:-mt-40 {
    margin-top: -10rem;
  }

  .xl\:-mr-40 {
    margin-right: -10rem;
  }

  .xl\:-mb-40 {
    margin-bottom: -10rem;
  }

  .xl\:-ml-40 {
    margin-left: -10rem;
  }

  .xl\:-mt-48 {
    margin-top: -12rem;
  }

  .xl\:-mr-48 {
    margin-right: -12rem;
  }

  .xl\:-mb-48 {
    margin-bottom: -12rem;
  }

  .xl\:-ml-48 {
    margin-left: -12rem;
  }

  .xl\:-mt-56 {
    margin-top: -14rem;
  }

  .xl\:-mr-56 {
    margin-right: -14rem;
  }

  .xl\:-mb-56 {
    margin-bottom: -14rem;
  }

  .xl\:-ml-56 {
    margin-left: -14rem;
  }

  .xl\:-mt-64 {
    margin-top: -16rem;
  }

  .xl\:-mr-64 {
    margin-right: -16rem;
  }

  .xl\:-mb-64 {
    margin-bottom: -16rem;
  }

  .xl\:-ml-64 {
    margin-left: -16rem;
  }

  .xl\:-mt-px {
    margin-top: -1px;
  }

  .xl\:-mr-px {
    margin-right: -1px;
  }

  .xl\:-mb-px {
    margin-bottom: -1px;
  }

  .xl\:-ml-px {
    margin-left: -1px;
  }

  .group:hover .xl\:group-hover\:m-0 {
    margin: 0;
  }

  .group:hover .xl\:group-hover\:m-1 {
    margin: 0.25rem;
  }

  .group:hover .xl\:group-hover\:m-2 {
    margin: 0.5rem;
  }

  .group:hover .xl\:group-hover\:m-3 {
    margin: 0.75rem;
  }

  .group:hover .xl\:group-hover\:m-4 {
    margin: 1rem;
  }

  .group:hover .xl\:group-hover\:m-5 {
    margin: 1.25rem;
  }

  .group:hover .xl\:group-hover\:m-6 {
    margin: 1.5rem;
  }

  .group:hover .xl\:group-hover\:m-8 {
    margin: 2rem;
  }

  .group:hover .xl\:group-hover\:m-10 {
    margin: 2.5rem;
  }

  .group:hover .xl\:group-hover\:m-12 {
    margin: 3rem;
  }

  .group:hover .xl\:group-hover\:m-16 {
    margin: 4rem;
  }

  .group:hover .xl\:group-hover\:m-20 {
    margin: 5rem;
  }

  .group:hover .xl\:group-hover\:m-24 {
    margin: 6rem;
  }

  .group:hover .xl\:group-hover\:m-32 {
    margin: 8rem;
  }

  .group:hover .xl\:group-hover\:m-40 {
    margin: 10rem;
  }

  .group:hover .xl\:group-hover\:m-48 {
    margin: 12rem;
  }

  .group:hover .xl\:group-hover\:m-56 {
    margin: 14rem;
  }

  .group:hover .xl\:group-hover\:m-64 {
    margin: 16rem;
  }

  .group:hover .xl\:group-hover\:m-auto {
    margin: auto;
  }

  .group:hover .xl\:group-hover\:m-px {
    margin: 1px;
  }

  .group:hover .xl\:group-hover\:-m-1 {
    margin: -0.25rem;
  }

  .group:hover .xl\:group-hover\:-m-2 {
    margin: -0.5rem;
  }

  .group:hover .xl\:group-hover\:-m-3 {
    margin: -0.75rem;
  }

  .group:hover .xl\:group-hover\:-m-4 {
    margin: -1rem;
  }

  .group:hover .xl\:group-hover\:-m-5 {
    margin: -1.25rem;
  }

  .group:hover .xl\:group-hover\:-m-6 {
    margin: -1.5rem;
  }

  .group:hover .xl\:group-hover\:-m-8 {
    margin: -2rem;
  }

  .group:hover .xl\:group-hover\:-m-10 {
    margin: -2.5rem;
  }

  .group:hover .xl\:group-hover\:-m-12 {
    margin: -3rem;
  }

  .group:hover .xl\:group-hover\:-m-16 {
    margin: -4rem;
  }

  .group:hover .xl\:group-hover\:-m-20 {
    margin: -5rem;
  }

  .group:hover .xl\:group-hover\:-m-24 {
    margin: -6rem;
  }

  .group:hover .xl\:group-hover\:-m-32 {
    margin: -8rem;
  }

  .group:hover .xl\:group-hover\:-m-40 {
    margin: -10rem;
  }

  .group:hover .xl\:group-hover\:-m-48 {
    margin: -12rem;
  }

  .group:hover .xl\:group-hover\:-m-56 {
    margin: -14rem;
  }

  .group:hover .xl\:group-hover\:-m-64 {
    margin: -16rem;
  }

  .group:hover .xl\:group-hover\:-m-px {
    margin: -1px;
  }

  .group:hover .xl\:group-hover\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .group:hover .xl\:group-hover\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .group:hover .xl\:group-hover\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .group:hover .xl\:group-hover\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .group:hover .xl\:group-hover\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .group:hover .xl\:group-hover\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .group:hover .xl\:group-hover\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .group:hover .xl\:group-hover\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .group:hover .xl\:group-hover\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .group:hover .xl\:group-hover\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .group:hover .xl\:group-hover\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .group:hover .xl\:group-hover\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .group:hover .xl\:group-hover\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .group:hover .xl\:group-hover\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .group:hover .xl\:group-hover\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .group:hover .xl\:group-hover\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .group:hover .xl\:group-hover\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .group:hover .xl\:group-hover\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .group:hover .xl\:group-hover\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .group:hover .xl\:group-hover\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .group:hover .xl\:group-hover\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .group:hover .xl\:group-hover\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .group:hover .xl\:group-hover\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .group:hover .xl\:group-hover\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .group:hover .xl\:group-hover\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .group:hover .xl\:group-hover\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .group:hover .xl\:group-hover\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .group:hover .xl\:group-hover\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .group:hover .xl\:group-hover\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .group:hover .xl\:group-hover\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .group:hover .xl\:group-hover\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .group:hover .xl\:group-hover\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .group:hover .xl\:group-hover\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .group:hover .xl\:group-hover\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .group:hover .xl\:group-hover\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .group:hover .xl\:group-hover\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .group:hover .xl\:group-hover\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .group:hover .xl\:group-hover\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .group:hover .xl\:group-hover\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .group:hover .xl\:group-hover\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .group:hover .xl\:group-hover\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .group:hover .xl\:group-hover\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .group:hover .xl\:group-hover\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .group:hover .xl\:group-hover\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .group:hover .xl\:group-hover\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .group:hover .xl\:group-hover\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .group:hover .xl\:group-hover\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .group:hover .xl\:group-hover\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .group:hover .xl\:group-hover\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .group:hover .xl\:group-hover\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .group:hover .xl\:group-hover\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .group:hover .xl\:group-hover\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .group:hover .xl\:group-hover\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .group:hover .xl\:group-hover\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .group:hover .xl\:group-hover\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .group:hover .xl\:group-hover\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .group:hover .xl\:group-hover\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .group:hover .xl\:group-hover\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .group:hover .xl\:group-hover\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .group:hover .xl\:group-hover\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .group:hover .xl\:group-hover\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .group:hover .xl\:group-hover\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .group:hover .xl\:group-hover\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .group:hover .xl\:group-hover\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .group:hover .xl\:group-hover\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .group:hover .xl\:group-hover\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .group:hover .xl\:group-hover\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .group:hover .xl\:group-hover\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .group:hover .xl\:group-hover\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .group:hover .xl\:group-hover\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .group:hover .xl\:group-hover\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .group:hover .xl\:group-hover\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .group:hover .xl\:group-hover\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .group:hover .xl\:group-hover\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .group:hover .xl\:group-hover\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .group:hover .xl\:group-hover\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .group:hover .xl\:group-hover\:mt-0 {
    margin-top: 0;
  }

  .group:hover .xl\:group-hover\:mr-0 {
    margin-right: 0;
  }

  .group:hover .xl\:group-hover\:mb-0 {
    margin-bottom: 0;
  }

  .group:hover .xl\:group-hover\:ml-0 {
    margin-left: 0;
  }

  .group:hover .xl\:group-hover\:mt-1 {
    margin-top: 0.25rem;
  }

  .group:hover .xl\:group-hover\:mr-1 {
    margin-right: 0.25rem;
  }

  .group:hover .xl\:group-hover\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .group:hover .xl\:group-hover\:ml-1 {
    margin-left: 0.25rem;
  }

  .group:hover .xl\:group-hover\:mt-2 {
    margin-top: 0.5rem;
  }

  .group:hover .xl\:group-hover\:mr-2 {
    margin-right: 0.5rem;
  }

  .group:hover .xl\:group-hover\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .group:hover .xl\:group-hover\:ml-2 {
    margin-left: 0.5rem;
  }

  .group:hover .xl\:group-hover\:mt-3 {
    margin-top: 0.75rem;
  }

  .group:hover .xl\:group-hover\:mr-3 {
    margin-right: 0.75rem;
  }

  .group:hover .xl\:group-hover\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .group:hover .xl\:group-hover\:ml-3 {
    margin-left: 0.75rem;
  }

  .group:hover .xl\:group-hover\:mt-4 {
    margin-top: 1rem;
  }

  .group:hover .xl\:group-hover\:mr-4 {
    margin-right: 1rem;
  }

  .group:hover .xl\:group-hover\:mb-4 {
    margin-bottom: 1rem;
  }

  .group:hover .xl\:group-hover\:ml-4 {
    margin-left: 1rem;
  }

  .group:hover .xl\:group-hover\:mt-5 {
    margin-top: 1.25rem;
  }

  .group:hover .xl\:group-hover\:mr-5 {
    margin-right: 1.25rem;
  }

  .group:hover .xl\:group-hover\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .group:hover .xl\:group-hover\:ml-5 {
    margin-left: 1.25rem;
  }

  .group:hover .xl\:group-hover\:mt-6 {
    margin-top: 1.5rem;
  }

  .group:hover .xl\:group-hover\:mr-6 {
    margin-right: 1.5rem;
  }

  .group:hover .xl\:group-hover\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .group:hover .xl\:group-hover\:ml-6 {
    margin-left: 1.5rem;
  }

  .group:hover .xl\:group-hover\:mt-8 {
    margin-top: 2rem;
  }

  .group:hover .xl\:group-hover\:mr-8 {
    margin-right: 2rem;
  }

  .group:hover .xl\:group-hover\:mb-8 {
    margin-bottom: 2rem;
  }

  .group:hover .xl\:group-hover\:ml-8 {
    margin-left: 2rem;
  }

  .group:hover .xl\:group-hover\:mt-10 {
    margin-top: 2.5rem;
  }

  .group:hover .xl\:group-hover\:mr-10 {
    margin-right: 2.5rem;
  }

  .group:hover .xl\:group-hover\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .group:hover .xl\:group-hover\:ml-10 {
    margin-left: 2.5rem;
  }

  .group:hover .xl\:group-hover\:mt-12 {
    margin-top: 3rem;
  }

  .group:hover .xl\:group-hover\:mr-12 {
    margin-right: 3rem;
  }

  .group:hover .xl\:group-hover\:mb-12 {
    margin-bottom: 3rem;
  }

  .group:hover .xl\:group-hover\:ml-12 {
    margin-left: 3rem;
  }

  .group:hover .xl\:group-hover\:mt-16 {
    margin-top: 4rem;
  }

  .group:hover .xl\:group-hover\:mr-16 {
    margin-right: 4rem;
  }

  .group:hover .xl\:group-hover\:mb-16 {
    margin-bottom: 4rem;
  }

  .group:hover .xl\:group-hover\:ml-16 {
    margin-left: 4rem;
  }

  .group:hover .xl\:group-hover\:mt-20 {
    margin-top: 5rem;
  }

  .group:hover .xl\:group-hover\:mr-20 {
    margin-right: 5rem;
  }

  .group:hover .xl\:group-hover\:mb-20 {
    margin-bottom: 5rem;
  }

  .group:hover .xl\:group-hover\:ml-20 {
    margin-left: 5rem;
  }

  .group:hover .xl\:group-hover\:mt-24 {
    margin-top: 6rem;
  }

  .group:hover .xl\:group-hover\:mr-24 {
    margin-right: 6rem;
  }

  .group:hover .xl\:group-hover\:mb-24 {
    margin-bottom: 6rem;
  }

  .group:hover .xl\:group-hover\:ml-24 {
    margin-left: 6rem;
  }

  .group:hover .xl\:group-hover\:mt-32 {
    margin-top: 8rem;
  }

  .group:hover .xl\:group-hover\:mr-32 {
    margin-right: 8rem;
  }

  .group:hover .xl\:group-hover\:mb-32 {
    margin-bottom: 8rem;
  }

  .group:hover .xl\:group-hover\:ml-32 {
    margin-left: 8rem;
  }

  .group:hover .xl\:group-hover\:mt-40 {
    margin-top: 10rem;
  }

  .group:hover .xl\:group-hover\:mr-40 {
    margin-right: 10rem;
  }

  .group:hover .xl\:group-hover\:mb-40 {
    margin-bottom: 10rem;
  }

  .group:hover .xl\:group-hover\:ml-40 {
    margin-left: 10rem;
  }

  .group:hover .xl\:group-hover\:mt-48 {
    margin-top: 12rem;
  }

  .group:hover .xl\:group-hover\:mr-48 {
    margin-right: 12rem;
  }

  .group:hover .xl\:group-hover\:mb-48 {
    margin-bottom: 12rem;
  }

  .group:hover .xl\:group-hover\:ml-48 {
    margin-left: 12rem;
  }

  .group:hover .xl\:group-hover\:mt-56 {
    margin-top: 14rem;
  }

  .group:hover .xl\:group-hover\:mr-56 {
    margin-right: 14rem;
  }

  .group:hover .xl\:group-hover\:mb-56 {
    margin-bottom: 14rem;
  }

  .group:hover .xl\:group-hover\:ml-56 {
    margin-left: 14rem;
  }

  .group:hover .xl\:group-hover\:mt-64 {
    margin-top: 16rem;
  }

  .group:hover .xl\:group-hover\:mr-64 {
    margin-right: 16rem;
  }

  .group:hover .xl\:group-hover\:mb-64 {
    margin-bottom: 16rem;
  }

  .group:hover .xl\:group-hover\:ml-64 {
    margin-left: 16rem;
  }

  .group:hover .xl\:group-hover\:mt-auto {
    margin-top: auto;
  }

  .group:hover .xl\:group-hover\:mr-auto {
    margin-right: auto;
  }

  .group:hover .xl\:group-hover\:mb-auto {
    margin-bottom: auto;
  }

  .group:hover .xl\:group-hover\:ml-auto {
    margin-left: auto;
  }

  .group:hover .xl\:group-hover\:mt-px {
    margin-top: 1px;
  }

  .group:hover .xl\:group-hover\:mr-px {
    margin-right: 1px;
  }

  .group:hover .xl\:group-hover\:mb-px {
    margin-bottom: 1px;
  }

  .group:hover .xl\:group-hover\:ml-px {
    margin-left: 1px;
  }

  .group:hover .xl\:group-hover\:-mt-1 {
    margin-top: -0.25rem;
  }

  .group:hover .xl\:group-hover\:-mr-1 {
    margin-right: -0.25rem;
  }

  .group:hover .xl\:group-hover\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .group:hover .xl\:group-hover\:-ml-1 {
    margin-left: -0.25rem;
  }

  .group:hover .xl\:group-hover\:-mt-2 {
    margin-top: -0.5rem;
  }

  .group:hover .xl\:group-hover\:-mr-2 {
    margin-right: -0.5rem;
  }

  .group:hover .xl\:group-hover\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .group:hover .xl\:group-hover\:-ml-2 {
    margin-left: -0.5rem;
  }

  .group:hover .xl\:group-hover\:-mt-3 {
    margin-top: -0.75rem;
  }

  .group:hover .xl\:group-hover\:-mr-3 {
    margin-right: -0.75rem;
  }

  .group:hover .xl\:group-hover\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .group:hover .xl\:group-hover\:-ml-3 {
    margin-left: -0.75rem;
  }

  .group:hover .xl\:group-hover\:-mt-4 {
    margin-top: -1rem;
  }

  .group:hover .xl\:group-hover\:-mr-4 {
    margin-right: -1rem;
  }

  .group:hover .xl\:group-hover\:-mb-4 {
    margin-bottom: -1rem;
  }

  .group:hover .xl\:group-hover\:-ml-4 {
    margin-left: -1rem;
  }

  .group:hover .xl\:group-hover\:-mt-5 {
    margin-top: -1.25rem;
  }

  .group:hover .xl\:group-hover\:-mr-5 {
    margin-right: -1.25rem;
  }

  .group:hover .xl\:group-hover\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .group:hover .xl\:group-hover\:-ml-5 {
    margin-left: -1.25rem;
  }

  .group:hover .xl\:group-hover\:-mt-6 {
    margin-top: -1.5rem;
  }

  .group:hover .xl\:group-hover\:-mr-6 {
    margin-right: -1.5rem;
  }

  .group:hover .xl\:group-hover\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .group:hover .xl\:group-hover\:-ml-6 {
    margin-left: -1.5rem;
  }

  .group:hover .xl\:group-hover\:-mt-8 {
    margin-top: -2rem;
  }

  .group:hover .xl\:group-hover\:-mr-8 {
    margin-right: -2rem;
  }

  .group:hover .xl\:group-hover\:-mb-8 {
    margin-bottom: -2rem;
  }

  .group:hover .xl\:group-hover\:-ml-8 {
    margin-left: -2rem;
  }

  .group:hover .xl\:group-hover\:-mt-10 {
    margin-top: -2.5rem;
  }

  .group:hover .xl\:group-hover\:-mr-10 {
    margin-right: -2.5rem;
  }

  .group:hover .xl\:group-hover\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .group:hover .xl\:group-hover\:-ml-10 {
    margin-left: -2.5rem;
  }

  .group:hover .xl\:group-hover\:-mt-12 {
    margin-top: -3rem;
  }

  .group:hover .xl\:group-hover\:-mr-12 {
    margin-right: -3rem;
  }

  .group:hover .xl\:group-hover\:-mb-12 {
    margin-bottom: -3rem;
  }

  .group:hover .xl\:group-hover\:-ml-12 {
    margin-left: -3rem;
  }

  .group:hover .xl\:group-hover\:-mt-16 {
    margin-top: -4rem;
  }

  .group:hover .xl\:group-hover\:-mr-16 {
    margin-right: -4rem;
  }

  .group:hover .xl\:group-hover\:-mb-16 {
    margin-bottom: -4rem;
  }

  .group:hover .xl\:group-hover\:-ml-16 {
    margin-left: -4rem;
  }

  .group:hover .xl\:group-hover\:-mt-20 {
    margin-top: -5rem;
  }

  .group:hover .xl\:group-hover\:-mr-20 {
    margin-right: -5rem;
  }

  .group:hover .xl\:group-hover\:-mb-20 {
    margin-bottom: -5rem;
  }

  .group:hover .xl\:group-hover\:-ml-20 {
    margin-left: -5rem;
  }

  .group:hover .xl\:group-hover\:-mt-24 {
    margin-top: -6rem;
  }

  .group:hover .xl\:group-hover\:-mr-24 {
    margin-right: -6rem;
  }

  .group:hover .xl\:group-hover\:-mb-24 {
    margin-bottom: -6rem;
  }

  .group:hover .xl\:group-hover\:-ml-24 {
    margin-left: -6rem;
  }

  .group:hover .xl\:group-hover\:-mt-32 {
    margin-top: -8rem;
  }

  .group:hover .xl\:group-hover\:-mr-32 {
    margin-right: -8rem;
  }

  .group:hover .xl\:group-hover\:-mb-32 {
    margin-bottom: -8rem;
  }

  .group:hover .xl\:group-hover\:-ml-32 {
    margin-left: -8rem;
  }

  .group:hover .xl\:group-hover\:-mt-40 {
    margin-top: -10rem;
  }

  .group:hover .xl\:group-hover\:-mr-40 {
    margin-right: -10rem;
  }

  .group:hover .xl\:group-hover\:-mb-40 {
    margin-bottom: -10rem;
  }

  .group:hover .xl\:group-hover\:-ml-40 {
    margin-left: -10rem;
  }

  .group:hover .xl\:group-hover\:-mt-48 {
    margin-top: -12rem;
  }

  .group:hover .xl\:group-hover\:-mr-48 {
    margin-right: -12rem;
  }

  .group:hover .xl\:group-hover\:-mb-48 {
    margin-bottom: -12rem;
  }

  .group:hover .xl\:group-hover\:-ml-48 {
    margin-left: -12rem;
  }

  .group:hover .xl\:group-hover\:-mt-56 {
    margin-top: -14rem;
  }

  .group:hover .xl\:group-hover\:-mr-56 {
    margin-right: -14rem;
  }

  .group:hover .xl\:group-hover\:-mb-56 {
    margin-bottom: -14rem;
  }

  .group:hover .xl\:group-hover\:-ml-56 {
    margin-left: -14rem;
  }

  .group:hover .xl\:group-hover\:-mt-64 {
    margin-top: -16rem;
  }

  .group:hover .xl\:group-hover\:-mr-64 {
    margin-right: -16rem;
  }

  .group:hover .xl\:group-hover\:-mb-64 {
    margin-bottom: -16rem;
  }

  .group:hover .xl\:group-hover\:-ml-64 {
    margin-left: -16rem;
  }

  .group:hover .xl\:group-hover\:-mt-px {
    margin-top: -1px;
  }

  .group:hover .xl\:group-hover\:-mr-px {
    margin-right: -1px;
  }

  .group:hover .xl\:group-hover\:-mb-px {
    margin-bottom: -1px;
  }

  .group:hover .xl\:group-hover\:-ml-px {
    margin-left: -1px;
  }

  .xl\:focus-within\:m-0:focus-within {
    margin: 0;
  }

  .xl\:focus-within\:m-1:focus-within {
    margin: 0.25rem;
  }

  .xl\:focus-within\:m-2:focus-within {
    margin: 0.5rem;
  }

  .xl\:focus-within\:m-3:focus-within {
    margin: 0.75rem;
  }

  .xl\:focus-within\:m-4:focus-within {
    margin: 1rem;
  }

  .xl\:focus-within\:m-5:focus-within {
    margin: 1.25rem;
  }

  .xl\:focus-within\:m-6:focus-within {
    margin: 1.5rem;
  }

  .xl\:focus-within\:m-8:focus-within {
    margin: 2rem;
  }

  .xl\:focus-within\:m-10:focus-within {
    margin: 2.5rem;
  }

  .xl\:focus-within\:m-12:focus-within {
    margin: 3rem;
  }

  .xl\:focus-within\:m-16:focus-within {
    margin: 4rem;
  }

  .xl\:focus-within\:m-20:focus-within {
    margin: 5rem;
  }

  .xl\:focus-within\:m-24:focus-within {
    margin: 6rem;
  }

  .xl\:focus-within\:m-32:focus-within {
    margin: 8rem;
  }

  .xl\:focus-within\:m-40:focus-within {
    margin: 10rem;
  }

  .xl\:focus-within\:m-48:focus-within {
    margin: 12rem;
  }

  .xl\:focus-within\:m-56:focus-within {
    margin: 14rem;
  }

  .xl\:focus-within\:m-64:focus-within {
    margin: 16rem;
  }

  .xl\:focus-within\:m-auto:focus-within {
    margin: auto;
  }

  .xl\:focus-within\:m-px:focus-within {
    margin: 1px;
  }

  .xl\:focus-within\:-m-1:focus-within {
    margin: -0.25rem;
  }

  .xl\:focus-within\:-m-2:focus-within {
    margin: -0.5rem;
  }

  .xl\:focus-within\:-m-3:focus-within {
    margin: -0.75rem;
  }

  .xl\:focus-within\:-m-4:focus-within {
    margin: -1rem;
  }

  .xl\:focus-within\:-m-5:focus-within {
    margin: -1.25rem;
  }

  .xl\:focus-within\:-m-6:focus-within {
    margin: -1.5rem;
  }

  .xl\:focus-within\:-m-8:focus-within {
    margin: -2rem;
  }

  .xl\:focus-within\:-m-10:focus-within {
    margin: -2.5rem;
  }

  .xl\:focus-within\:-m-12:focus-within {
    margin: -3rem;
  }

  .xl\:focus-within\:-m-16:focus-within {
    margin: -4rem;
  }

  .xl\:focus-within\:-m-20:focus-within {
    margin: -5rem;
  }

  .xl\:focus-within\:-m-24:focus-within {
    margin: -6rem;
  }

  .xl\:focus-within\:-m-32:focus-within {
    margin: -8rem;
  }

  .xl\:focus-within\:-m-40:focus-within {
    margin: -10rem;
  }

  .xl\:focus-within\:-m-48:focus-within {
    margin: -12rem;
  }

  .xl\:focus-within\:-m-56:focus-within {
    margin: -14rem;
  }

  .xl\:focus-within\:-m-64:focus-within {
    margin: -16rem;
  }

  .xl\:focus-within\:-m-px:focus-within {
    margin: -1px;
  }

  .xl\:focus-within\:my-0:focus-within {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:focus-within\:mx-0:focus-within {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:focus-within\:my-1:focus-within {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xl\:focus-within\:mx-1:focus-within {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xl\:focus-within\:my-2:focus-within {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl\:focus-within\:mx-2:focus-within {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xl\:focus-within\:my-3:focus-within {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xl\:focus-within\:mx-3:focus-within {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xl\:focus-within\:my-4:focus-within {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:focus-within\:mx-4:focus-within {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:focus-within\:my-5:focus-within {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:focus-within\:mx-5:focus-within {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:focus-within\:my-6:focus-within {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:focus-within\:mx-6:focus-within {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:focus-within\:my-8:focus-within {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:focus-within\:mx-8:focus-within {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:focus-within\:my-10:focus-within {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:focus-within\:mx-10:focus-within {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:focus-within\:my-12:focus-within {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:focus-within\:mx-12:focus-within {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:focus-within\:my-16:focus-within {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:focus-within\:mx-16:focus-within {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:focus-within\:my-20:focus-within {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:focus-within\:mx-20:focus-within {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:focus-within\:my-24:focus-within {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:focus-within\:mx-24:focus-within {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:focus-within\:my-32:focus-within {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:focus-within\:mx-32:focus-within {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:focus-within\:my-40:focus-within {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xl\:focus-within\:mx-40:focus-within {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xl\:focus-within\:my-48:focus-within {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xl\:focus-within\:mx-48:focus-within {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xl\:focus-within\:my-56:focus-within {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xl\:focus-within\:mx-56:focus-within {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xl\:focus-within\:my-64:focus-within {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xl\:focus-within\:mx-64:focus-within {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xl\:focus-within\:my-auto:focus-within {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:focus-within\:mx-auto:focus-within {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:focus-within\:my-px:focus-within {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:focus-within\:mx-px:focus-within {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:focus-within\:-my-1:focus-within {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:focus-within\:-mx-1:focus-within {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:focus-within\:-my-2:focus-within {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:focus-within\:-mx-2:focus-within {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:focus-within\:-my-3:focus-within {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:focus-within\:-mx-3:focus-within {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:focus-within\:-my-4:focus-within {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:focus-within\:-mx-4:focus-within {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:focus-within\:-my-5:focus-within {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:focus-within\:-mx-5:focus-within {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:focus-within\:-my-6:focus-within {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:focus-within\:-mx-6:focus-within {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:focus-within\:-my-8:focus-within {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:focus-within\:-mx-8:focus-within {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:focus-within\:-my-10:focus-within {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:focus-within\:-mx-10:focus-within {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:focus-within\:-my-12:focus-within {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:focus-within\:-mx-12:focus-within {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:focus-within\:-my-16:focus-within {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:focus-within\:-mx-16:focus-within {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:focus-within\:-my-20:focus-within {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:focus-within\:-mx-20:focus-within {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:focus-within\:-my-24:focus-within {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl\:focus-within\:-mx-24:focus-within {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xl\:focus-within\:-my-32:focus-within {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl\:focus-within\:-mx-32:focus-within {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl\:focus-within\:-my-40:focus-within {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xl\:focus-within\:-mx-40:focus-within {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xl\:focus-within\:-my-48:focus-within {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xl\:focus-within\:-mx-48:focus-within {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xl\:focus-within\:-my-56:focus-within {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xl\:focus-within\:-mx-56:focus-within {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xl\:focus-within\:-my-64:focus-within {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xl\:focus-within\:-mx-64:focus-within {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xl\:focus-within\:-my-px:focus-within {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:focus-within\:-mx-px:focus-within {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:focus-within\:mt-0:focus-within {
    margin-top: 0;
  }

  .xl\:focus-within\:mr-0:focus-within {
    margin-right: 0;
  }

  .xl\:focus-within\:mb-0:focus-within {
    margin-bottom: 0;
  }

  .xl\:focus-within\:ml-0:focus-within {
    margin-left: 0;
  }

  .xl\:focus-within\:mt-1:focus-within {
    margin-top: 0.25rem;
  }

  .xl\:focus-within\:mr-1:focus-within {
    margin-right: 0.25rem;
  }

  .xl\:focus-within\:mb-1:focus-within {
    margin-bottom: 0.25rem;
  }

  .xl\:focus-within\:ml-1:focus-within {
    margin-left: 0.25rem;
  }

  .xl\:focus-within\:mt-2:focus-within {
    margin-top: 0.5rem;
  }

  .xl\:focus-within\:mr-2:focus-within {
    margin-right: 0.5rem;
  }

  .xl\:focus-within\:mb-2:focus-within {
    margin-bottom: 0.5rem;
  }

  .xl\:focus-within\:ml-2:focus-within {
    margin-left: 0.5rem;
  }

  .xl\:focus-within\:mt-3:focus-within {
    margin-top: 0.75rem;
  }

  .xl\:focus-within\:mr-3:focus-within {
    margin-right: 0.75rem;
  }

  .xl\:focus-within\:mb-3:focus-within {
    margin-bottom: 0.75rem;
  }

  .xl\:focus-within\:ml-3:focus-within {
    margin-left: 0.75rem;
  }

  .xl\:focus-within\:mt-4:focus-within {
    margin-top: 1rem;
  }

  .xl\:focus-within\:mr-4:focus-within {
    margin-right: 1rem;
  }

  .xl\:focus-within\:mb-4:focus-within {
    margin-bottom: 1rem;
  }

  .xl\:focus-within\:ml-4:focus-within {
    margin-left: 1rem;
  }

  .xl\:focus-within\:mt-5:focus-within {
    margin-top: 1.25rem;
  }

  .xl\:focus-within\:mr-5:focus-within {
    margin-right: 1.25rem;
  }

  .xl\:focus-within\:mb-5:focus-within {
    margin-bottom: 1.25rem;
  }

  .xl\:focus-within\:ml-5:focus-within {
    margin-left: 1.25rem;
  }

  .xl\:focus-within\:mt-6:focus-within {
    margin-top: 1.5rem;
  }

  .xl\:focus-within\:mr-6:focus-within {
    margin-right: 1.5rem;
  }

  .xl\:focus-within\:mb-6:focus-within {
    margin-bottom: 1.5rem;
  }

  .xl\:focus-within\:ml-6:focus-within {
    margin-left: 1.5rem;
  }

  .xl\:focus-within\:mt-8:focus-within {
    margin-top: 2rem;
  }

  .xl\:focus-within\:mr-8:focus-within {
    margin-right: 2rem;
  }

  .xl\:focus-within\:mb-8:focus-within {
    margin-bottom: 2rem;
  }

  .xl\:focus-within\:ml-8:focus-within {
    margin-left: 2rem;
  }

  .xl\:focus-within\:mt-10:focus-within {
    margin-top: 2.5rem;
  }

  .xl\:focus-within\:mr-10:focus-within {
    margin-right: 2.5rem;
  }

  .xl\:focus-within\:mb-10:focus-within {
    margin-bottom: 2.5rem;
  }

  .xl\:focus-within\:ml-10:focus-within {
    margin-left: 2.5rem;
  }

  .xl\:focus-within\:mt-12:focus-within {
    margin-top: 3rem;
  }

  .xl\:focus-within\:mr-12:focus-within {
    margin-right: 3rem;
  }

  .xl\:focus-within\:mb-12:focus-within {
    margin-bottom: 3rem;
  }

  .xl\:focus-within\:ml-12:focus-within {
    margin-left: 3rem;
  }

  .xl\:focus-within\:mt-16:focus-within {
    margin-top: 4rem;
  }

  .xl\:focus-within\:mr-16:focus-within {
    margin-right: 4rem;
  }

  .xl\:focus-within\:mb-16:focus-within {
    margin-bottom: 4rem;
  }

  .xl\:focus-within\:ml-16:focus-within {
    margin-left: 4rem;
  }

  .xl\:focus-within\:mt-20:focus-within {
    margin-top: 5rem;
  }

  .xl\:focus-within\:mr-20:focus-within {
    margin-right: 5rem;
  }

  .xl\:focus-within\:mb-20:focus-within {
    margin-bottom: 5rem;
  }

  .xl\:focus-within\:ml-20:focus-within {
    margin-left: 5rem;
  }

  .xl\:focus-within\:mt-24:focus-within {
    margin-top: 6rem;
  }

  .xl\:focus-within\:mr-24:focus-within {
    margin-right: 6rem;
  }

  .xl\:focus-within\:mb-24:focus-within {
    margin-bottom: 6rem;
  }

  .xl\:focus-within\:ml-24:focus-within {
    margin-left: 6rem;
  }

  .xl\:focus-within\:mt-32:focus-within {
    margin-top: 8rem;
  }

  .xl\:focus-within\:mr-32:focus-within {
    margin-right: 8rem;
  }

  .xl\:focus-within\:mb-32:focus-within {
    margin-bottom: 8rem;
  }

  .xl\:focus-within\:ml-32:focus-within {
    margin-left: 8rem;
  }

  .xl\:focus-within\:mt-40:focus-within {
    margin-top: 10rem;
  }

  .xl\:focus-within\:mr-40:focus-within {
    margin-right: 10rem;
  }

  .xl\:focus-within\:mb-40:focus-within {
    margin-bottom: 10rem;
  }

  .xl\:focus-within\:ml-40:focus-within {
    margin-left: 10rem;
  }

  .xl\:focus-within\:mt-48:focus-within {
    margin-top: 12rem;
  }

  .xl\:focus-within\:mr-48:focus-within {
    margin-right: 12rem;
  }

  .xl\:focus-within\:mb-48:focus-within {
    margin-bottom: 12rem;
  }

  .xl\:focus-within\:ml-48:focus-within {
    margin-left: 12rem;
  }

  .xl\:focus-within\:mt-56:focus-within {
    margin-top: 14rem;
  }

  .xl\:focus-within\:mr-56:focus-within {
    margin-right: 14rem;
  }

  .xl\:focus-within\:mb-56:focus-within {
    margin-bottom: 14rem;
  }

  .xl\:focus-within\:ml-56:focus-within {
    margin-left: 14rem;
  }

  .xl\:focus-within\:mt-64:focus-within {
    margin-top: 16rem;
  }

  .xl\:focus-within\:mr-64:focus-within {
    margin-right: 16rem;
  }

  .xl\:focus-within\:mb-64:focus-within {
    margin-bottom: 16rem;
  }

  .xl\:focus-within\:ml-64:focus-within {
    margin-left: 16rem;
  }

  .xl\:focus-within\:mt-auto:focus-within {
    margin-top: auto;
  }

  .xl\:focus-within\:mr-auto:focus-within {
    margin-right: auto;
  }

  .xl\:focus-within\:mb-auto:focus-within {
    margin-bottom: auto;
  }

  .xl\:focus-within\:ml-auto:focus-within {
    margin-left: auto;
  }

  .xl\:focus-within\:mt-px:focus-within {
    margin-top: 1px;
  }

  .xl\:focus-within\:mr-px:focus-within {
    margin-right: 1px;
  }

  .xl\:focus-within\:mb-px:focus-within {
    margin-bottom: 1px;
  }

  .xl\:focus-within\:ml-px:focus-within {
    margin-left: 1px;
  }

  .xl\:focus-within\:-mt-1:focus-within {
    margin-top: -0.25rem;
  }

  .xl\:focus-within\:-mr-1:focus-within {
    margin-right: -0.25rem;
  }

  .xl\:focus-within\:-mb-1:focus-within {
    margin-bottom: -0.25rem;
  }

  .xl\:focus-within\:-ml-1:focus-within {
    margin-left: -0.25rem;
  }

  .xl\:focus-within\:-mt-2:focus-within {
    margin-top: -0.5rem;
  }

  .xl\:focus-within\:-mr-2:focus-within {
    margin-right: -0.5rem;
  }

  .xl\:focus-within\:-mb-2:focus-within {
    margin-bottom: -0.5rem;
  }

  .xl\:focus-within\:-ml-2:focus-within {
    margin-left: -0.5rem;
  }

  .xl\:focus-within\:-mt-3:focus-within {
    margin-top: -0.75rem;
  }

  .xl\:focus-within\:-mr-3:focus-within {
    margin-right: -0.75rem;
  }

  .xl\:focus-within\:-mb-3:focus-within {
    margin-bottom: -0.75rem;
  }

  .xl\:focus-within\:-ml-3:focus-within {
    margin-left: -0.75rem;
  }

  .xl\:focus-within\:-mt-4:focus-within {
    margin-top: -1rem;
  }

  .xl\:focus-within\:-mr-4:focus-within {
    margin-right: -1rem;
  }

  .xl\:focus-within\:-mb-4:focus-within {
    margin-bottom: -1rem;
  }

  .xl\:focus-within\:-ml-4:focus-within {
    margin-left: -1rem;
  }

  .xl\:focus-within\:-mt-5:focus-within {
    margin-top: -1.25rem;
  }

  .xl\:focus-within\:-mr-5:focus-within {
    margin-right: -1.25rem;
  }

  .xl\:focus-within\:-mb-5:focus-within {
    margin-bottom: -1.25rem;
  }

  .xl\:focus-within\:-ml-5:focus-within {
    margin-left: -1.25rem;
  }

  .xl\:focus-within\:-mt-6:focus-within {
    margin-top: -1.5rem;
  }

  .xl\:focus-within\:-mr-6:focus-within {
    margin-right: -1.5rem;
  }

  .xl\:focus-within\:-mb-6:focus-within {
    margin-bottom: -1.5rem;
  }

  .xl\:focus-within\:-ml-6:focus-within {
    margin-left: -1.5rem;
  }

  .xl\:focus-within\:-mt-8:focus-within {
    margin-top: -2rem;
  }

  .xl\:focus-within\:-mr-8:focus-within {
    margin-right: -2rem;
  }

  .xl\:focus-within\:-mb-8:focus-within {
    margin-bottom: -2rem;
  }

  .xl\:focus-within\:-ml-8:focus-within {
    margin-left: -2rem;
  }

  .xl\:focus-within\:-mt-10:focus-within {
    margin-top: -2.5rem;
  }

  .xl\:focus-within\:-mr-10:focus-within {
    margin-right: -2.5rem;
  }

  .xl\:focus-within\:-mb-10:focus-within {
    margin-bottom: -2.5rem;
  }

  .xl\:focus-within\:-ml-10:focus-within {
    margin-left: -2.5rem;
  }

  .xl\:focus-within\:-mt-12:focus-within {
    margin-top: -3rem;
  }

  .xl\:focus-within\:-mr-12:focus-within {
    margin-right: -3rem;
  }

  .xl\:focus-within\:-mb-12:focus-within {
    margin-bottom: -3rem;
  }

  .xl\:focus-within\:-ml-12:focus-within {
    margin-left: -3rem;
  }

  .xl\:focus-within\:-mt-16:focus-within {
    margin-top: -4rem;
  }

  .xl\:focus-within\:-mr-16:focus-within {
    margin-right: -4rem;
  }

  .xl\:focus-within\:-mb-16:focus-within {
    margin-bottom: -4rem;
  }

  .xl\:focus-within\:-ml-16:focus-within {
    margin-left: -4rem;
  }

  .xl\:focus-within\:-mt-20:focus-within {
    margin-top: -5rem;
  }

  .xl\:focus-within\:-mr-20:focus-within {
    margin-right: -5rem;
  }

  .xl\:focus-within\:-mb-20:focus-within {
    margin-bottom: -5rem;
  }

  .xl\:focus-within\:-ml-20:focus-within {
    margin-left: -5rem;
  }

  .xl\:focus-within\:-mt-24:focus-within {
    margin-top: -6rem;
  }

  .xl\:focus-within\:-mr-24:focus-within {
    margin-right: -6rem;
  }

  .xl\:focus-within\:-mb-24:focus-within {
    margin-bottom: -6rem;
  }

  .xl\:focus-within\:-ml-24:focus-within {
    margin-left: -6rem;
  }

  .xl\:focus-within\:-mt-32:focus-within {
    margin-top: -8rem;
  }

  .xl\:focus-within\:-mr-32:focus-within {
    margin-right: -8rem;
  }

  .xl\:focus-within\:-mb-32:focus-within {
    margin-bottom: -8rem;
  }

  .xl\:focus-within\:-ml-32:focus-within {
    margin-left: -8rem;
  }

  .xl\:focus-within\:-mt-40:focus-within {
    margin-top: -10rem;
  }

  .xl\:focus-within\:-mr-40:focus-within {
    margin-right: -10rem;
  }

  .xl\:focus-within\:-mb-40:focus-within {
    margin-bottom: -10rem;
  }

  .xl\:focus-within\:-ml-40:focus-within {
    margin-left: -10rem;
  }

  .xl\:focus-within\:-mt-48:focus-within {
    margin-top: -12rem;
  }

  .xl\:focus-within\:-mr-48:focus-within {
    margin-right: -12rem;
  }

  .xl\:focus-within\:-mb-48:focus-within {
    margin-bottom: -12rem;
  }

  .xl\:focus-within\:-ml-48:focus-within {
    margin-left: -12rem;
  }

  .xl\:focus-within\:-mt-56:focus-within {
    margin-top: -14rem;
  }

  .xl\:focus-within\:-mr-56:focus-within {
    margin-right: -14rem;
  }

  .xl\:focus-within\:-mb-56:focus-within {
    margin-bottom: -14rem;
  }

  .xl\:focus-within\:-ml-56:focus-within {
    margin-left: -14rem;
  }

  .xl\:focus-within\:-mt-64:focus-within {
    margin-top: -16rem;
  }

  .xl\:focus-within\:-mr-64:focus-within {
    margin-right: -16rem;
  }

  .xl\:focus-within\:-mb-64:focus-within {
    margin-bottom: -16rem;
  }

  .xl\:focus-within\:-ml-64:focus-within {
    margin-left: -16rem;
  }

  .xl\:focus-within\:-mt-px:focus-within {
    margin-top: -1px;
  }

  .xl\:focus-within\:-mr-px:focus-within {
    margin-right: -1px;
  }

  .xl\:focus-within\:-mb-px:focus-within {
    margin-bottom: -1px;
  }

  .xl\:focus-within\:-ml-px:focus-within {
    margin-left: -1px;
  }

  .xl\:first\:m-0:first-child {
    margin: 0;
  }

  .xl\:first\:m-1:first-child {
    margin: 0.25rem;
  }

  .xl\:first\:m-2:first-child {
    margin: 0.5rem;
  }

  .xl\:first\:m-3:first-child {
    margin: 0.75rem;
  }

  .xl\:first\:m-4:first-child {
    margin: 1rem;
  }

  .xl\:first\:m-5:first-child {
    margin: 1.25rem;
  }

  .xl\:first\:m-6:first-child {
    margin: 1.5rem;
  }

  .xl\:first\:m-8:first-child {
    margin: 2rem;
  }

  .xl\:first\:m-10:first-child {
    margin: 2.5rem;
  }

  .xl\:first\:m-12:first-child {
    margin: 3rem;
  }

  .xl\:first\:m-16:first-child {
    margin: 4rem;
  }

  .xl\:first\:m-20:first-child {
    margin: 5rem;
  }

  .xl\:first\:m-24:first-child {
    margin: 6rem;
  }

  .xl\:first\:m-32:first-child {
    margin: 8rem;
  }

  .xl\:first\:m-40:first-child {
    margin: 10rem;
  }

  .xl\:first\:m-48:first-child {
    margin: 12rem;
  }

  .xl\:first\:m-56:first-child {
    margin: 14rem;
  }

  .xl\:first\:m-64:first-child {
    margin: 16rem;
  }

  .xl\:first\:m-auto:first-child {
    margin: auto;
  }

  .xl\:first\:m-px:first-child {
    margin: 1px;
  }

  .xl\:first\:-m-1:first-child {
    margin: -0.25rem;
  }

  .xl\:first\:-m-2:first-child {
    margin: -0.5rem;
  }

  .xl\:first\:-m-3:first-child {
    margin: -0.75rem;
  }

  .xl\:first\:-m-4:first-child {
    margin: -1rem;
  }

  .xl\:first\:-m-5:first-child {
    margin: -1.25rem;
  }

  .xl\:first\:-m-6:first-child {
    margin: -1.5rem;
  }

  .xl\:first\:-m-8:first-child {
    margin: -2rem;
  }

  .xl\:first\:-m-10:first-child {
    margin: -2.5rem;
  }

  .xl\:first\:-m-12:first-child {
    margin: -3rem;
  }

  .xl\:first\:-m-16:first-child {
    margin: -4rem;
  }

  .xl\:first\:-m-20:first-child {
    margin: -5rem;
  }

  .xl\:first\:-m-24:first-child {
    margin: -6rem;
  }

  .xl\:first\:-m-32:first-child {
    margin: -8rem;
  }

  .xl\:first\:-m-40:first-child {
    margin: -10rem;
  }

  .xl\:first\:-m-48:first-child {
    margin: -12rem;
  }

  .xl\:first\:-m-56:first-child {
    margin: -14rem;
  }

  .xl\:first\:-m-64:first-child {
    margin: -16rem;
  }

  .xl\:first\:-m-px:first-child {
    margin: -1px;
  }

  .xl\:first\:my-0:first-child {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:first\:mx-0:first-child {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:first\:my-1:first-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xl\:first\:mx-1:first-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xl\:first\:my-2:first-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl\:first\:mx-2:first-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xl\:first\:my-3:first-child {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xl\:first\:mx-3:first-child {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xl\:first\:my-4:first-child {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:first\:mx-4:first-child {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:first\:my-5:first-child {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:first\:mx-5:first-child {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:first\:my-6:first-child {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:first\:mx-6:first-child {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:first\:my-8:first-child {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:first\:mx-8:first-child {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:first\:my-10:first-child {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:first\:mx-10:first-child {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:first\:my-12:first-child {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:first\:mx-12:first-child {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:first\:my-16:first-child {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:first\:mx-16:first-child {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:first\:my-20:first-child {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:first\:mx-20:first-child {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:first\:my-24:first-child {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:first\:mx-24:first-child {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:first\:my-32:first-child {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:first\:mx-32:first-child {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:first\:my-40:first-child {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xl\:first\:mx-40:first-child {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xl\:first\:my-48:first-child {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xl\:first\:mx-48:first-child {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xl\:first\:my-56:first-child {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xl\:first\:mx-56:first-child {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xl\:first\:my-64:first-child {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xl\:first\:mx-64:first-child {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xl\:first\:my-auto:first-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:first\:mx-auto:first-child {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:first\:my-px:first-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:first\:mx-px:first-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:first\:-my-1:first-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:first\:-mx-1:first-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:first\:-my-2:first-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:first\:-mx-2:first-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:first\:-my-3:first-child {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:first\:-mx-3:first-child {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:first\:-my-4:first-child {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:first\:-mx-4:first-child {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:first\:-my-5:first-child {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:first\:-mx-5:first-child {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:first\:-my-6:first-child {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:first\:-mx-6:first-child {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:first\:-my-8:first-child {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:first\:-mx-8:first-child {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:first\:-my-10:first-child {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:first\:-mx-10:first-child {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:first\:-my-12:first-child {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:first\:-mx-12:first-child {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:first\:-my-16:first-child {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:first\:-mx-16:first-child {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:first\:-my-20:first-child {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:first\:-mx-20:first-child {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:first\:-my-24:first-child {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl\:first\:-mx-24:first-child {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xl\:first\:-my-32:first-child {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl\:first\:-mx-32:first-child {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl\:first\:-my-40:first-child {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xl\:first\:-mx-40:first-child {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xl\:first\:-my-48:first-child {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xl\:first\:-mx-48:first-child {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xl\:first\:-my-56:first-child {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xl\:first\:-mx-56:first-child {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xl\:first\:-my-64:first-child {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xl\:first\:-mx-64:first-child {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xl\:first\:-my-px:first-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:first\:-mx-px:first-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:first\:mt-0:first-child {
    margin-top: 0;
  }

  .xl\:first\:mr-0:first-child {
    margin-right: 0;
  }

  .xl\:first\:mb-0:first-child {
    margin-bottom: 0;
  }

  .xl\:first\:ml-0:first-child {
    margin-left: 0;
  }

  .xl\:first\:mt-1:first-child {
    margin-top: 0.25rem;
  }

  .xl\:first\:mr-1:first-child {
    margin-right: 0.25rem;
  }

  .xl\:first\:mb-1:first-child {
    margin-bottom: 0.25rem;
  }

  .xl\:first\:ml-1:first-child {
    margin-left: 0.25rem;
  }

  .xl\:first\:mt-2:first-child {
    margin-top: 0.5rem;
  }

  .xl\:first\:mr-2:first-child {
    margin-right: 0.5rem;
  }

  .xl\:first\:mb-2:first-child {
    margin-bottom: 0.5rem;
  }

  .xl\:first\:ml-2:first-child {
    margin-left: 0.5rem;
  }

  .xl\:first\:mt-3:first-child {
    margin-top: 0.75rem;
  }

  .xl\:first\:mr-3:first-child {
    margin-right: 0.75rem;
  }

  .xl\:first\:mb-3:first-child {
    margin-bottom: 0.75rem;
  }

  .xl\:first\:ml-3:first-child {
    margin-left: 0.75rem;
  }

  .xl\:first\:mt-4:first-child {
    margin-top: 1rem;
  }

  .xl\:first\:mr-4:first-child {
    margin-right: 1rem;
  }

  .xl\:first\:mb-4:first-child {
    margin-bottom: 1rem;
  }

  .xl\:first\:ml-4:first-child {
    margin-left: 1rem;
  }

  .xl\:first\:mt-5:first-child {
    margin-top: 1.25rem;
  }

  .xl\:first\:mr-5:first-child {
    margin-right: 1.25rem;
  }

  .xl\:first\:mb-5:first-child {
    margin-bottom: 1.25rem;
  }

  .xl\:first\:ml-5:first-child {
    margin-left: 1.25rem;
  }

  .xl\:first\:mt-6:first-child {
    margin-top: 1.5rem;
  }

  .xl\:first\:mr-6:first-child {
    margin-right: 1.5rem;
  }

  .xl\:first\:mb-6:first-child {
    margin-bottom: 1.5rem;
  }

  .xl\:first\:ml-6:first-child {
    margin-left: 1.5rem;
  }

  .xl\:first\:mt-8:first-child {
    margin-top: 2rem;
  }

  .xl\:first\:mr-8:first-child {
    margin-right: 2rem;
  }

  .xl\:first\:mb-8:first-child {
    margin-bottom: 2rem;
  }

  .xl\:first\:ml-8:first-child {
    margin-left: 2rem;
  }

  .xl\:first\:mt-10:first-child {
    margin-top: 2.5rem;
  }

  .xl\:first\:mr-10:first-child {
    margin-right: 2.5rem;
  }

  .xl\:first\:mb-10:first-child {
    margin-bottom: 2.5rem;
  }

  .xl\:first\:ml-10:first-child {
    margin-left: 2.5rem;
  }

  .xl\:first\:mt-12:first-child {
    margin-top: 3rem;
  }

  .xl\:first\:mr-12:first-child {
    margin-right: 3rem;
  }

  .xl\:first\:mb-12:first-child {
    margin-bottom: 3rem;
  }

  .xl\:first\:ml-12:first-child {
    margin-left: 3rem;
  }

  .xl\:first\:mt-16:first-child {
    margin-top: 4rem;
  }

  .xl\:first\:mr-16:first-child {
    margin-right: 4rem;
  }

  .xl\:first\:mb-16:first-child {
    margin-bottom: 4rem;
  }

  .xl\:first\:ml-16:first-child {
    margin-left: 4rem;
  }

  .xl\:first\:mt-20:first-child {
    margin-top: 5rem;
  }

  .xl\:first\:mr-20:first-child {
    margin-right: 5rem;
  }

  .xl\:first\:mb-20:first-child {
    margin-bottom: 5rem;
  }

  .xl\:first\:ml-20:first-child {
    margin-left: 5rem;
  }

  .xl\:first\:mt-24:first-child {
    margin-top: 6rem;
  }

  .xl\:first\:mr-24:first-child {
    margin-right: 6rem;
  }

  .xl\:first\:mb-24:first-child {
    margin-bottom: 6rem;
  }

  .xl\:first\:ml-24:first-child {
    margin-left: 6rem;
  }

  .xl\:first\:mt-32:first-child {
    margin-top: 8rem;
  }

  .xl\:first\:mr-32:first-child {
    margin-right: 8rem;
  }

  .xl\:first\:mb-32:first-child {
    margin-bottom: 8rem;
  }

  .xl\:first\:ml-32:first-child {
    margin-left: 8rem;
  }

  .xl\:first\:mt-40:first-child {
    margin-top: 10rem;
  }

  .xl\:first\:mr-40:first-child {
    margin-right: 10rem;
  }

  .xl\:first\:mb-40:first-child {
    margin-bottom: 10rem;
  }

  .xl\:first\:ml-40:first-child {
    margin-left: 10rem;
  }

  .xl\:first\:mt-48:first-child {
    margin-top: 12rem;
  }

  .xl\:first\:mr-48:first-child {
    margin-right: 12rem;
  }

  .xl\:first\:mb-48:first-child {
    margin-bottom: 12rem;
  }

  .xl\:first\:ml-48:first-child {
    margin-left: 12rem;
  }

  .xl\:first\:mt-56:first-child {
    margin-top: 14rem;
  }

  .xl\:first\:mr-56:first-child {
    margin-right: 14rem;
  }

  .xl\:first\:mb-56:first-child {
    margin-bottom: 14rem;
  }

  .xl\:first\:ml-56:first-child {
    margin-left: 14rem;
  }

  .xl\:first\:mt-64:first-child {
    margin-top: 16rem;
  }

  .xl\:first\:mr-64:first-child {
    margin-right: 16rem;
  }

  .xl\:first\:mb-64:first-child {
    margin-bottom: 16rem;
  }

  .xl\:first\:ml-64:first-child {
    margin-left: 16rem;
  }

  .xl\:first\:mt-auto:first-child {
    margin-top: auto;
  }

  .xl\:first\:mr-auto:first-child {
    margin-right: auto;
  }

  .xl\:first\:mb-auto:first-child {
    margin-bottom: auto;
  }

  .xl\:first\:ml-auto:first-child {
    margin-left: auto;
  }

  .xl\:first\:mt-px:first-child {
    margin-top: 1px;
  }

  .xl\:first\:mr-px:first-child {
    margin-right: 1px;
  }

  .xl\:first\:mb-px:first-child {
    margin-bottom: 1px;
  }

  .xl\:first\:ml-px:first-child {
    margin-left: 1px;
  }

  .xl\:first\:-mt-1:first-child {
    margin-top: -0.25rem;
  }

  .xl\:first\:-mr-1:first-child {
    margin-right: -0.25rem;
  }

  .xl\:first\:-mb-1:first-child {
    margin-bottom: -0.25rem;
  }

  .xl\:first\:-ml-1:first-child {
    margin-left: -0.25rem;
  }

  .xl\:first\:-mt-2:first-child {
    margin-top: -0.5rem;
  }

  .xl\:first\:-mr-2:first-child {
    margin-right: -0.5rem;
  }

  .xl\:first\:-mb-2:first-child {
    margin-bottom: -0.5rem;
  }

  .xl\:first\:-ml-2:first-child {
    margin-left: -0.5rem;
  }

  .xl\:first\:-mt-3:first-child {
    margin-top: -0.75rem;
  }

  .xl\:first\:-mr-3:first-child {
    margin-right: -0.75rem;
  }

  .xl\:first\:-mb-3:first-child {
    margin-bottom: -0.75rem;
  }

  .xl\:first\:-ml-3:first-child {
    margin-left: -0.75rem;
  }

  .xl\:first\:-mt-4:first-child {
    margin-top: -1rem;
  }

  .xl\:first\:-mr-4:first-child {
    margin-right: -1rem;
  }

  .xl\:first\:-mb-4:first-child {
    margin-bottom: -1rem;
  }

  .xl\:first\:-ml-4:first-child {
    margin-left: -1rem;
  }

  .xl\:first\:-mt-5:first-child {
    margin-top: -1.25rem;
  }

  .xl\:first\:-mr-5:first-child {
    margin-right: -1.25rem;
  }

  .xl\:first\:-mb-5:first-child {
    margin-bottom: -1.25rem;
  }

  .xl\:first\:-ml-5:first-child {
    margin-left: -1.25rem;
  }

  .xl\:first\:-mt-6:first-child {
    margin-top: -1.5rem;
  }

  .xl\:first\:-mr-6:first-child {
    margin-right: -1.5rem;
  }

  .xl\:first\:-mb-6:first-child {
    margin-bottom: -1.5rem;
  }

  .xl\:first\:-ml-6:first-child {
    margin-left: -1.5rem;
  }

  .xl\:first\:-mt-8:first-child {
    margin-top: -2rem;
  }

  .xl\:first\:-mr-8:first-child {
    margin-right: -2rem;
  }

  .xl\:first\:-mb-8:first-child {
    margin-bottom: -2rem;
  }

  .xl\:first\:-ml-8:first-child {
    margin-left: -2rem;
  }

  .xl\:first\:-mt-10:first-child {
    margin-top: -2.5rem;
  }

  .xl\:first\:-mr-10:first-child {
    margin-right: -2.5rem;
  }

  .xl\:first\:-mb-10:first-child {
    margin-bottom: -2.5rem;
  }

  .xl\:first\:-ml-10:first-child {
    margin-left: -2.5rem;
  }

  .xl\:first\:-mt-12:first-child {
    margin-top: -3rem;
  }

  .xl\:first\:-mr-12:first-child {
    margin-right: -3rem;
  }

  .xl\:first\:-mb-12:first-child {
    margin-bottom: -3rem;
  }

  .xl\:first\:-ml-12:first-child {
    margin-left: -3rem;
  }

  .xl\:first\:-mt-16:first-child {
    margin-top: -4rem;
  }

  .xl\:first\:-mr-16:first-child {
    margin-right: -4rem;
  }

  .xl\:first\:-mb-16:first-child {
    margin-bottom: -4rem;
  }

  .xl\:first\:-ml-16:first-child {
    margin-left: -4rem;
  }

  .xl\:first\:-mt-20:first-child {
    margin-top: -5rem;
  }

  .xl\:first\:-mr-20:first-child {
    margin-right: -5rem;
  }

  .xl\:first\:-mb-20:first-child {
    margin-bottom: -5rem;
  }

  .xl\:first\:-ml-20:first-child {
    margin-left: -5rem;
  }

  .xl\:first\:-mt-24:first-child {
    margin-top: -6rem;
  }

  .xl\:first\:-mr-24:first-child {
    margin-right: -6rem;
  }

  .xl\:first\:-mb-24:first-child {
    margin-bottom: -6rem;
  }

  .xl\:first\:-ml-24:first-child {
    margin-left: -6rem;
  }

  .xl\:first\:-mt-32:first-child {
    margin-top: -8rem;
  }

  .xl\:first\:-mr-32:first-child {
    margin-right: -8rem;
  }

  .xl\:first\:-mb-32:first-child {
    margin-bottom: -8rem;
  }

  .xl\:first\:-ml-32:first-child {
    margin-left: -8rem;
  }

  .xl\:first\:-mt-40:first-child {
    margin-top: -10rem;
  }

  .xl\:first\:-mr-40:first-child {
    margin-right: -10rem;
  }

  .xl\:first\:-mb-40:first-child {
    margin-bottom: -10rem;
  }

  .xl\:first\:-ml-40:first-child {
    margin-left: -10rem;
  }

  .xl\:first\:-mt-48:first-child {
    margin-top: -12rem;
  }

  .xl\:first\:-mr-48:first-child {
    margin-right: -12rem;
  }

  .xl\:first\:-mb-48:first-child {
    margin-bottom: -12rem;
  }

  .xl\:first\:-ml-48:first-child {
    margin-left: -12rem;
  }

  .xl\:first\:-mt-56:first-child {
    margin-top: -14rem;
  }

  .xl\:first\:-mr-56:first-child {
    margin-right: -14rem;
  }

  .xl\:first\:-mb-56:first-child {
    margin-bottom: -14rem;
  }

  .xl\:first\:-ml-56:first-child {
    margin-left: -14rem;
  }

  .xl\:first\:-mt-64:first-child {
    margin-top: -16rem;
  }

  .xl\:first\:-mr-64:first-child {
    margin-right: -16rem;
  }

  .xl\:first\:-mb-64:first-child {
    margin-bottom: -16rem;
  }

  .xl\:first\:-ml-64:first-child {
    margin-left: -16rem;
  }

  .xl\:first\:-mt-px:first-child {
    margin-top: -1px;
  }

  .xl\:first\:-mr-px:first-child {
    margin-right: -1px;
  }

  .xl\:first\:-mb-px:first-child {
    margin-bottom: -1px;
  }

  .xl\:first\:-ml-px:first-child {
    margin-left: -1px;
  }

  .xl\:last\:m-0:last-child {
    margin: 0;
  }

  .xl\:last\:m-1:last-child {
    margin: 0.25rem;
  }

  .xl\:last\:m-2:last-child {
    margin: 0.5rem;
  }

  .xl\:last\:m-3:last-child {
    margin: 0.75rem;
  }

  .xl\:last\:m-4:last-child {
    margin: 1rem;
  }

  .xl\:last\:m-5:last-child {
    margin: 1.25rem;
  }

  .xl\:last\:m-6:last-child {
    margin: 1.5rem;
  }

  .xl\:last\:m-8:last-child {
    margin: 2rem;
  }

  .xl\:last\:m-10:last-child {
    margin: 2.5rem;
  }

  .xl\:last\:m-12:last-child {
    margin: 3rem;
  }

  .xl\:last\:m-16:last-child {
    margin: 4rem;
  }

  .xl\:last\:m-20:last-child {
    margin: 5rem;
  }

  .xl\:last\:m-24:last-child {
    margin: 6rem;
  }

  .xl\:last\:m-32:last-child {
    margin: 8rem;
  }

  .xl\:last\:m-40:last-child {
    margin: 10rem;
  }

  .xl\:last\:m-48:last-child {
    margin: 12rem;
  }

  .xl\:last\:m-56:last-child {
    margin: 14rem;
  }

  .xl\:last\:m-64:last-child {
    margin: 16rem;
  }

  .xl\:last\:m-auto:last-child {
    margin: auto;
  }

  .xl\:last\:m-px:last-child {
    margin: 1px;
  }

  .xl\:last\:-m-1:last-child {
    margin: -0.25rem;
  }

  .xl\:last\:-m-2:last-child {
    margin: -0.5rem;
  }

  .xl\:last\:-m-3:last-child {
    margin: -0.75rem;
  }

  .xl\:last\:-m-4:last-child {
    margin: -1rem;
  }

  .xl\:last\:-m-5:last-child {
    margin: -1.25rem;
  }

  .xl\:last\:-m-6:last-child {
    margin: -1.5rem;
  }

  .xl\:last\:-m-8:last-child {
    margin: -2rem;
  }

  .xl\:last\:-m-10:last-child {
    margin: -2.5rem;
  }

  .xl\:last\:-m-12:last-child {
    margin: -3rem;
  }

  .xl\:last\:-m-16:last-child {
    margin: -4rem;
  }

  .xl\:last\:-m-20:last-child {
    margin: -5rem;
  }

  .xl\:last\:-m-24:last-child {
    margin: -6rem;
  }

  .xl\:last\:-m-32:last-child {
    margin: -8rem;
  }

  .xl\:last\:-m-40:last-child {
    margin: -10rem;
  }

  .xl\:last\:-m-48:last-child {
    margin: -12rem;
  }

  .xl\:last\:-m-56:last-child {
    margin: -14rem;
  }

  .xl\:last\:-m-64:last-child {
    margin: -16rem;
  }

  .xl\:last\:-m-px:last-child {
    margin: -1px;
  }

  .xl\:last\:my-0:last-child {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:last\:mx-0:last-child {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:last\:my-1:last-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xl\:last\:mx-1:last-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xl\:last\:my-2:last-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl\:last\:mx-2:last-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xl\:last\:my-3:last-child {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xl\:last\:mx-3:last-child {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xl\:last\:my-4:last-child {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:last\:mx-4:last-child {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:last\:my-5:last-child {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:last\:mx-5:last-child {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:last\:my-6:last-child {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:last\:mx-6:last-child {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:last\:my-8:last-child {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:last\:mx-8:last-child {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:last\:my-10:last-child {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:last\:mx-10:last-child {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:last\:my-12:last-child {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:last\:mx-12:last-child {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:last\:my-16:last-child {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:last\:mx-16:last-child {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:last\:my-20:last-child {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:last\:mx-20:last-child {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:last\:my-24:last-child {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:last\:mx-24:last-child {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:last\:my-32:last-child {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:last\:mx-32:last-child {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:last\:my-40:last-child {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xl\:last\:mx-40:last-child {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xl\:last\:my-48:last-child {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xl\:last\:mx-48:last-child {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xl\:last\:my-56:last-child {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xl\:last\:mx-56:last-child {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xl\:last\:my-64:last-child {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xl\:last\:mx-64:last-child {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xl\:last\:my-auto:last-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:last\:mx-auto:last-child {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:last\:my-px:last-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:last\:mx-px:last-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:last\:-my-1:last-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:last\:-mx-1:last-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:last\:-my-2:last-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:last\:-mx-2:last-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:last\:-my-3:last-child {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:last\:-mx-3:last-child {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:last\:-my-4:last-child {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:last\:-mx-4:last-child {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:last\:-my-5:last-child {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:last\:-mx-5:last-child {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:last\:-my-6:last-child {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:last\:-mx-6:last-child {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:last\:-my-8:last-child {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:last\:-mx-8:last-child {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:last\:-my-10:last-child {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:last\:-mx-10:last-child {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:last\:-my-12:last-child {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:last\:-mx-12:last-child {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:last\:-my-16:last-child {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:last\:-mx-16:last-child {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:last\:-my-20:last-child {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:last\:-mx-20:last-child {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:last\:-my-24:last-child {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl\:last\:-mx-24:last-child {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xl\:last\:-my-32:last-child {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl\:last\:-mx-32:last-child {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl\:last\:-my-40:last-child {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xl\:last\:-mx-40:last-child {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xl\:last\:-my-48:last-child {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xl\:last\:-mx-48:last-child {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xl\:last\:-my-56:last-child {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xl\:last\:-mx-56:last-child {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xl\:last\:-my-64:last-child {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xl\:last\:-mx-64:last-child {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xl\:last\:-my-px:last-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:last\:-mx-px:last-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:last\:mt-0:last-child {
    margin-top: 0;
  }

  .xl\:last\:mr-0:last-child {
    margin-right: 0;
  }

  .xl\:last\:mb-0:last-child {
    margin-bottom: 0;
  }

  .xl\:last\:ml-0:last-child {
    margin-left: 0;
  }

  .xl\:last\:mt-1:last-child {
    margin-top: 0.25rem;
  }

  .xl\:last\:mr-1:last-child {
    margin-right: 0.25rem;
  }

  .xl\:last\:mb-1:last-child {
    margin-bottom: 0.25rem;
  }

  .xl\:last\:ml-1:last-child {
    margin-left: 0.25rem;
  }

  .xl\:last\:mt-2:last-child {
    margin-top: 0.5rem;
  }

  .xl\:last\:mr-2:last-child {
    margin-right: 0.5rem;
  }

  .xl\:last\:mb-2:last-child {
    margin-bottom: 0.5rem;
  }

  .xl\:last\:ml-2:last-child {
    margin-left: 0.5rem;
  }

  .xl\:last\:mt-3:last-child {
    margin-top: 0.75rem;
  }

  .xl\:last\:mr-3:last-child {
    margin-right: 0.75rem;
  }

  .xl\:last\:mb-3:last-child {
    margin-bottom: 0.75rem;
  }

  .xl\:last\:ml-3:last-child {
    margin-left: 0.75rem;
  }

  .xl\:last\:mt-4:last-child {
    margin-top: 1rem;
  }

  .xl\:last\:mr-4:last-child {
    margin-right: 1rem;
  }

  .xl\:last\:mb-4:last-child {
    margin-bottom: 1rem;
  }

  .xl\:last\:ml-4:last-child {
    margin-left: 1rem;
  }

  .xl\:last\:mt-5:last-child {
    margin-top: 1.25rem;
  }

  .xl\:last\:mr-5:last-child {
    margin-right: 1.25rem;
  }

  .xl\:last\:mb-5:last-child {
    margin-bottom: 1.25rem;
  }

  .xl\:last\:ml-5:last-child {
    margin-left: 1.25rem;
  }

  .xl\:last\:mt-6:last-child {
    margin-top: 1.5rem;
  }

  .xl\:last\:mr-6:last-child {
    margin-right: 1.5rem;
  }

  .xl\:last\:mb-6:last-child {
    margin-bottom: 1.5rem;
  }

  .xl\:last\:ml-6:last-child {
    margin-left: 1.5rem;
  }

  .xl\:last\:mt-8:last-child {
    margin-top: 2rem;
  }

  .xl\:last\:mr-8:last-child {
    margin-right: 2rem;
  }

  .xl\:last\:mb-8:last-child {
    margin-bottom: 2rem;
  }

  .xl\:last\:ml-8:last-child {
    margin-left: 2rem;
  }

  .xl\:last\:mt-10:last-child {
    margin-top: 2.5rem;
  }

  .xl\:last\:mr-10:last-child {
    margin-right: 2.5rem;
  }

  .xl\:last\:mb-10:last-child {
    margin-bottom: 2.5rem;
  }

  .xl\:last\:ml-10:last-child {
    margin-left: 2.5rem;
  }

  .xl\:last\:mt-12:last-child {
    margin-top: 3rem;
  }

  .xl\:last\:mr-12:last-child {
    margin-right: 3rem;
  }

  .xl\:last\:mb-12:last-child {
    margin-bottom: 3rem;
  }

  .xl\:last\:ml-12:last-child {
    margin-left: 3rem;
  }

  .xl\:last\:mt-16:last-child {
    margin-top: 4rem;
  }

  .xl\:last\:mr-16:last-child {
    margin-right: 4rem;
  }

  .xl\:last\:mb-16:last-child {
    margin-bottom: 4rem;
  }

  .xl\:last\:ml-16:last-child {
    margin-left: 4rem;
  }

  .xl\:last\:mt-20:last-child {
    margin-top: 5rem;
  }

  .xl\:last\:mr-20:last-child {
    margin-right: 5rem;
  }

  .xl\:last\:mb-20:last-child {
    margin-bottom: 5rem;
  }

  .xl\:last\:ml-20:last-child {
    margin-left: 5rem;
  }

  .xl\:last\:mt-24:last-child {
    margin-top: 6rem;
  }

  .xl\:last\:mr-24:last-child {
    margin-right: 6rem;
  }

  .xl\:last\:mb-24:last-child {
    margin-bottom: 6rem;
  }

  .xl\:last\:ml-24:last-child {
    margin-left: 6rem;
  }

  .xl\:last\:mt-32:last-child {
    margin-top: 8rem;
  }

  .xl\:last\:mr-32:last-child {
    margin-right: 8rem;
  }

  .xl\:last\:mb-32:last-child {
    margin-bottom: 8rem;
  }

  .xl\:last\:ml-32:last-child {
    margin-left: 8rem;
  }

  .xl\:last\:mt-40:last-child {
    margin-top: 10rem;
  }

  .xl\:last\:mr-40:last-child {
    margin-right: 10rem;
  }

  .xl\:last\:mb-40:last-child {
    margin-bottom: 10rem;
  }

  .xl\:last\:ml-40:last-child {
    margin-left: 10rem;
  }

  .xl\:last\:mt-48:last-child {
    margin-top: 12rem;
  }

  .xl\:last\:mr-48:last-child {
    margin-right: 12rem;
  }

  .xl\:last\:mb-48:last-child {
    margin-bottom: 12rem;
  }

  .xl\:last\:ml-48:last-child {
    margin-left: 12rem;
  }

  .xl\:last\:mt-56:last-child {
    margin-top: 14rem;
  }

  .xl\:last\:mr-56:last-child {
    margin-right: 14rem;
  }

  .xl\:last\:mb-56:last-child {
    margin-bottom: 14rem;
  }

  .xl\:last\:ml-56:last-child {
    margin-left: 14rem;
  }

  .xl\:last\:mt-64:last-child {
    margin-top: 16rem;
  }

  .xl\:last\:mr-64:last-child {
    margin-right: 16rem;
  }

  .xl\:last\:mb-64:last-child {
    margin-bottom: 16rem;
  }

  .xl\:last\:ml-64:last-child {
    margin-left: 16rem;
  }

  .xl\:last\:mt-auto:last-child {
    margin-top: auto;
  }

  .xl\:last\:mr-auto:last-child {
    margin-right: auto;
  }

  .xl\:last\:mb-auto:last-child {
    margin-bottom: auto;
  }

  .xl\:last\:ml-auto:last-child {
    margin-left: auto;
  }

  .xl\:last\:mt-px:last-child {
    margin-top: 1px;
  }

  .xl\:last\:mr-px:last-child {
    margin-right: 1px;
  }

  .xl\:last\:mb-px:last-child {
    margin-bottom: 1px;
  }

  .xl\:last\:ml-px:last-child {
    margin-left: 1px;
  }

  .xl\:last\:-mt-1:last-child {
    margin-top: -0.25rem;
  }

  .xl\:last\:-mr-1:last-child {
    margin-right: -0.25rem;
  }

  .xl\:last\:-mb-1:last-child {
    margin-bottom: -0.25rem;
  }

  .xl\:last\:-ml-1:last-child {
    margin-left: -0.25rem;
  }

  .xl\:last\:-mt-2:last-child {
    margin-top: -0.5rem;
  }

  .xl\:last\:-mr-2:last-child {
    margin-right: -0.5rem;
  }

  .xl\:last\:-mb-2:last-child {
    margin-bottom: -0.5rem;
  }

  .xl\:last\:-ml-2:last-child {
    margin-left: -0.5rem;
  }

  .xl\:last\:-mt-3:last-child {
    margin-top: -0.75rem;
  }

  .xl\:last\:-mr-3:last-child {
    margin-right: -0.75rem;
  }

  .xl\:last\:-mb-3:last-child {
    margin-bottom: -0.75rem;
  }

  .xl\:last\:-ml-3:last-child {
    margin-left: -0.75rem;
  }

  .xl\:last\:-mt-4:last-child {
    margin-top: -1rem;
  }

  .xl\:last\:-mr-4:last-child {
    margin-right: -1rem;
  }

  .xl\:last\:-mb-4:last-child {
    margin-bottom: -1rem;
  }

  .xl\:last\:-ml-4:last-child {
    margin-left: -1rem;
  }

  .xl\:last\:-mt-5:last-child {
    margin-top: -1.25rem;
  }

  .xl\:last\:-mr-5:last-child {
    margin-right: -1.25rem;
  }

  .xl\:last\:-mb-5:last-child {
    margin-bottom: -1.25rem;
  }

  .xl\:last\:-ml-5:last-child {
    margin-left: -1.25rem;
  }

  .xl\:last\:-mt-6:last-child {
    margin-top: -1.5rem;
  }

  .xl\:last\:-mr-6:last-child {
    margin-right: -1.5rem;
  }

  .xl\:last\:-mb-6:last-child {
    margin-bottom: -1.5rem;
  }

  .xl\:last\:-ml-6:last-child {
    margin-left: -1.5rem;
  }

  .xl\:last\:-mt-8:last-child {
    margin-top: -2rem;
  }

  .xl\:last\:-mr-8:last-child {
    margin-right: -2rem;
  }

  .xl\:last\:-mb-8:last-child {
    margin-bottom: -2rem;
  }

  .xl\:last\:-ml-8:last-child {
    margin-left: -2rem;
  }

  .xl\:last\:-mt-10:last-child {
    margin-top: -2.5rem;
  }

  .xl\:last\:-mr-10:last-child {
    margin-right: -2.5rem;
  }

  .xl\:last\:-mb-10:last-child {
    margin-bottom: -2.5rem;
  }

  .xl\:last\:-ml-10:last-child {
    margin-left: -2.5rem;
  }

  .xl\:last\:-mt-12:last-child {
    margin-top: -3rem;
  }

  .xl\:last\:-mr-12:last-child {
    margin-right: -3rem;
  }

  .xl\:last\:-mb-12:last-child {
    margin-bottom: -3rem;
  }

  .xl\:last\:-ml-12:last-child {
    margin-left: -3rem;
  }

  .xl\:last\:-mt-16:last-child {
    margin-top: -4rem;
  }

  .xl\:last\:-mr-16:last-child {
    margin-right: -4rem;
  }

  .xl\:last\:-mb-16:last-child {
    margin-bottom: -4rem;
  }

  .xl\:last\:-ml-16:last-child {
    margin-left: -4rem;
  }

  .xl\:last\:-mt-20:last-child {
    margin-top: -5rem;
  }

  .xl\:last\:-mr-20:last-child {
    margin-right: -5rem;
  }

  .xl\:last\:-mb-20:last-child {
    margin-bottom: -5rem;
  }

  .xl\:last\:-ml-20:last-child {
    margin-left: -5rem;
  }

  .xl\:last\:-mt-24:last-child {
    margin-top: -6rem;
  }

  .xl\:last\:-mr-24:last-child {
    margin-right: -6rem;
  }

  .xl\:last\:-mb-24:last-child {
    margin-bottom: -6rem;
  }

  .xl\:last\:-ml-24:last-child {
    margin-left: -6rem;
  }

  .xl\:last\:-mt-32:last-child {
    margin-top: -8rem;
  }

  .xl\:last\:-mr-32:last-child {
    margin-right: -8rem;
  }

  .xl\:last\:-mb-32:last-child {
    margin-bottom: -8rem;
  }

  .xl\:last\:-ml-32:last-child {
    margin-left: -8rem;
  }

  .xl\:last\:-mt-40:last-child {
    margin-top: -10rem;
  }

  .xl\:last\:-mr-40:last-child {
    margin-right: -10rem;
  }

  .xl\:last\:-mb-40:last-child {
    margin-bottom: -10rem;
  }

  .xl\:last\:-ml-40:last-child {
    margin-left: -10rem;
  }

  .xl\:last\:-mt-48:last-child {
    margin-top: -12rem;
  }

  .xl\:last\:-mr-48:last-child {
    margin-right: -12rem;
  }

  .xl\:last\:-mb-48:last-child {
    margin-bottom: -12rem;
  }

  .xl\:last\:-ml-48:last-child {
    margin-left: -12rem;
  }

  .xl\:last\:-mt-56:last-child {
    margin-top: -14rem;
  }

  .xl\:last\:-mr-56:last-child {
    margin-right: -14rem;
  }

  .xl\:last\:-mb-56:last-child {
    margin-bottom: -14rem;
  }

  .xl\:last\:-ml-56:last-child {
    margin-left: -14rem;
  }

  .xl\:last\:-mt-64:last-child {
    margin-top: -16rem;
  }

  .xl\:last\:-mr-64:last-child {
    margin-right: -16rem;
  }

  .xl\:last\:-mb-64:last-child {
    margin-bottom: -16rem;
  }

  .xl\:last\:-ml-64:last-child {
    margin-left: -16rem;
  }

  .xl\:last\:-mt-px:last-child {
    margin-top: -1px;
  }

  .xl\:last\:-mr-px:last-child {
    margin-right: -1px;
  }

  .xl\:last\:-mb-px:last-child {
    margin-bottom: -1px;
  }

  .xl\:last\:-ml-px:last-child {
    margin-left: -1px;
  }

  .xl\:odd\:m-0:nth-child(odd) {
    margin: 0;
  }

  .xl\:odd\:m-1:nth-child(odd) {
    margin: 0.25rem;
  }

  .xl\:odd\:m-2:nth-child(odd) {
    margin: 0.5rem;
  }

  .xl\:odd\:m-3:nth-child(odd) {
    margin: 0.75rem;
  }

  .xl\:odd\:m-4:nth-child(odd) {
    margin: 1rem;
  }

  .xl\:odd\:m-5:nth-child(odd) {
    margin: 1.25rem;
  }

  .xl\:odd\:m-6:nth-child(odd) {
    margin: 1.5rem;
  }

  .xl\:odd\:m-8:nth-child(odd) {
    margin: 2rem;
  }

  .xl\:odd\:m-10:nth-child(odd) {
    margin: 2.5rem;
  }

  .xl\:odd\:m-12:nth-child(odd) {
    margin: 3rem;
  }

  .xl\:odd\:m-16:nth-child(odd) {
    margin: 4rem;
  }

  .xl\:odd\:m-20:nth-child(odd) {
    margin: 5rem;
  }

  .xl\:odd\:m-24:nth-child(odd) {
    margin: 6rem;
  }

  .xl\:odd\:m-32:nth-child(odd) {
    margin: 8rem;
  }

  .xl\:odd\:m-40:nth-child(odd) {
    margin: 10rem;
  }

  .xl\:odd\:m-48:nth-child(odd) {
    margin: 12rem;
  }

  .xl\:odd\:m-56:nth-child(odd) {
    margin: 14rem;
  }

  .xl\:odd\:m-64:nth-child(odd) {
    margin: 16rem;
  }

  .xl\:odd\:m-auto:nth-child(odd) {
    margin: auto;
  }

  .xl\:odd\:m-px:nth-child(odd) {
    margin: 1px;
  }

  .xl\:odd\:-m-1:nth-child(odd) {
    margin: -0.25rem;
  }

  .xl\:odd\:-m-2:nth-child(odd) {
    margin: -0.5rem;
  }

  .xl\:odd\:-m-3:nth-child(odd) {
    margin: -0.75rem;
  }

  .xl\:odd\:-m-4:nth-child(odd) {
    margin: -1rem;
  }

  .xl\:odd\:-m-5:nth-child(odd) {
    margin: -1.25rem;
  }

  .xl\:odd\:-m-6:nth-child(odd) {
    margin: -1.5rem;
  }

  .xl\:odd\:-m-8:nth-child(odd) {
    margin: -2rem;
  }

  .xl\:odd\:-m-10:nth-child(odd) {
    margin: -2.5rem;
  }

  .xl\:odd\:-m-12:nth-child(odd) {
    margin: -3rem;
  }

  .xl\:odd\:-m-16:nth-child(odd) {
    margin: -4rem;
  }

  .xl\:odd\:-m-20:nth-child(odd) {
    margin: -5rem;
  }

  .xl\:odd\:-m-24:nth-child(odd) {
    margin: -6rem;
  }

  .xl\:odd\:-m-32:nth-child(odd) {
    margin: -8rem;
  }

  .xl\:odd\:-m-40:nth-child(odd) {
    margin: -10rem;
  }

  .xl\:odd\:-m-48:nth-child(odd) {
    margin: -12rem;
  }

  .xl\:odd\:-m-56:nth-child(odd) {
    margin: -14rem;
  }

  .xl\:odd\:-m-64:nth-child(odd) {
    margin: -16rem;
  }

  .xl\:odd\:-m-px:nth-child(odd) {
    margin: -1px;
  }

  .xl\:odd\:my-0:nth-child(odd) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:odd\:mx-0:nth-child(odd) {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:odd\:my-1:nth-child(odd) {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xl\:odd\:mx-1:nth-child(odd) {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xl\:odd\:my-2:nth-child(odd) {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl\:odd\:mx-2:nth-child(odd) {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xl\:odd\:my-3:nth-child(odd) {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xl\:odd\:mx-3:nth-child(odd) {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xl\:odd\:my-4:nth-child(odd) {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:odd\:mx-4:nth-child(odd) {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:odd\:my-5:nth-child(odd) {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:odd\:mx-5:nth-child(odd) {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:odd\:my-6:nth-child(odd) {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:odd\:mx-6:nth-child(odd) {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:odd\:my-8:nth-child(odd) {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:odd\:mx-8:nth-child(odd) {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:odd\:my-10:nth-child(odd) {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:odd\:mx-10:nth-child(odd) {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:odd\:my-12:nth-child(odd) {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:odd\:mx-12:nth-child(odd) {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:odd\:my-16:nth-child(odd) {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:odd\:mx-16:nth-child(odd) {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:odd\:my-20:nth-child(odd) {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:odd\:mx-20:nth-child(odd) {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:odd\:my-24:nth-child(odd) {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:odd\:mx-24:nth-child(odd) {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:odd\:my-32:nth-child(odd) {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:odd\:mx-32:nth-child(odd) {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:odd\:my-40:nth-child(odd) {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xl\:odd\:mx-40:nth-child(odd) {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xl\:odd\:my-48:nth-child(odd) {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xl\:odd\:mx-48:nth-child(odd) {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xl\:odd\:my-56:nth-child(odd) {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xl\:odd\:mx-56:nth-child(odd) {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xl\:odd\:my-64:nth-child(odd) {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xl\:odd\:mx-64:nth-child(odd) {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xl\:odd\:my-auto:nth-child(odd) {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:odd\:mx-auto:nth-child(odd) {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:odd\:my-px:nth-child(odd) {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:odd\:mx-px:nth-child(odd) {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:odd\:-my-1:nth-child(odd) {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:odd\:-mx-1:nth-child(odd) {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:odd\:-my-2:nth-child(odd) {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:odd\:-mx-2:nth-child(odd) {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:odd\:-my-3:nth-child(odd) {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:odd\:-mx-3:nth-child(odd) {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:odd\:-my-4:nth-child(odd) {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:odd\:-mx-4:nth-child(odd) {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:odd\:-my-5:nth-child(odd) {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:odd\:-mx-5:nth-child(odd) {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:odd\:-my-6:nth-child(odd) {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:odd\:-mx-6:nth-child(odd) {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:odd\:-my-8:nth-child(odd) {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:odd\:-mx-8:nth-child(odd) {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:odd\:-my-10:nth-child(odd) {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:odd\:-mx-10:nth-child(odd) {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:odd\:-my-12:nth-child(odd) {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:odd\:-mx-12:nth-child(odd) {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:odd\:-my-16:nth-child(odd) {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:odd\:-mx-16:nth-child(odd) {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:odd\:-my-20:nth-child(odd) {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:odd\:-mx-20:nth-child(odd) {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:odd\:-my-24:nth-child(odd) {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl\:odd\:-mx-24:nth-child(odd) {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xl\:odd\:-my-32:nth-child(odd) {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl\:odd\:-mx-32:nth-child(odd) {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl\:odd\:-my-40:nth-child(odd) {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xl\:odd\:-mx-40:nth-child(odd) {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xl\:odd\:-my-48:nth-child(odd) {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xl\:odd\:-mx-48:nth-child(odd) {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xl\:odd\:-my-56:nth-child(odd) {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xl\:odd\:-mx-56:nth-child(odd) {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xl\:odd\:-my-64:nth-child(odd) {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xl\:odd\:-mx-64:nth-child(odd) {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xl\:odd\:-my-px:nth-child(odd) {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:odd\:-mx-px:nth-child(odd) {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:odd\:mt-0:nth-child(odd) {
    margin-top: 0;
  }

  .xl\:odd\:mr-0:nth-child(odd) {
    margin-right: 0;
  }

  .xl\:odd\:mb-0:nth-child(odd) {
    margin-bottom: 0;
  }

  .xl\:odd\:ml-0:nth-child(odd) {
    margin-left: 0;
  }

  .xl\:odd\:mt-1:nth-child(odd) {
    margin-top: 0.25rem;
  }

  .xl\:odd\:mr-1:nth-child(odd) {
    margin-right: 0.25rem;
  }

  .xl\:odd\:mb-1:nth-child(odd) {
    margin-bottom: 0.25rem;
  }

  .xl\:odd\:ml-1:nth-child(odd) {
    margin-left: 0.25rem;
  }

  .xl\:odd\:mt-2:nth-child(odd) {
    margin-top: 0.5rem;
  }

  .xl\:odd\:mr-2:nth-child(odd) {
    margin-right: 0.5rem;
  }

  .xl\:odd\:mb-2:nth-child(odd) {
    margin-bottom: 0.5rem;
  }

  .xl\:odd\:ml-2:nth-child(odd) {
    margin-left: 0.5rem;
  }

  .xl\:odd\:mt-3:nth-child(odd) {
    margin-top: 0.75rem;
  }

  .xl\:odd\:mr-3:nth-child(odd) {
    margin-right: 0.75rem;
  }

  .xl\:odd\:mb-3:nth-child(odd) {
    margin-bottom: 0.75rem;
  }

  .xl\:odd\:ml-3:nth-child(odd) {
    margin-left: 0.75rem;
  }

  .xl\:odd\:mt-4:nth-child(odd) {
    margin-top: 1rem;
  }

  .xl\:odd\:mr-4:nth-child(odd) {
    margin-right: 1rem;
  }

  .xl\:odd\:mb-4:nth-child(odd) {
    margin-bottom: 1rem;
  }

  .xl\:odd\:ml-4:nth-child(odd) {
    margin-left: 1rem;
  }

  .xl\:odd\:mt-5:nth-child(odd) {
    margin-top: 1.25rem;
  }

  .xl\:odd\:mr-5:nth-child(odd) {
    margin-right: 1.25rem;
  }

  .xl\:odd\:mb-5:nth-child(odd) {
    margin-bottom: 1.25rem;
  }

  .xl\:odd\:ml-5:nth-child(odd) {
    margin-left: 1.25rem;
  }

  .xl\:odd\:mt-6:nth-child(odd) {
    margin-top: 1.5rem;
  }

  .xl\:odd\:mr-6:nth-child(odd) {
    margin-right: 1.5rem;
  }

  .xl\:odd\:mb-6:nth-child(odd) {
    margin-bottom: 1.5rem;
  }

  .xl\:odd\:ml-6:nth-child(odd) {
    margin-left: 1.5rem;
  }

  .xl\:odd\:mt-8:nth-child(odd) {
    margin-top: 2rem;
  }

  .xl\:odd\:mr-8:nth-child(odd) {
    margin-right: 2rem;
  }

  .xl\:odd\:mb-8:nth-child(odd) {
    margin-bottom: 2rem;
  }

  .xl\:odd\:ml-8:nth-child(odd) {
    margin-left: 2rem;
  }

  .xl\:odd\:mt-10:nth-child(odd) {
    margin-top: 2.5rem;
  }

  .xl\:odd\:mr-10:nth-child(odd) {
    margin-right: 2.5rem;
  }

  .xl\:odd\:mb-10:nth-child(odd) {
    margin-bottom: 2.5rem;
  }

  .xl\:odd\:ml-10:nth-child(odd) {
    margin-left: 2.5rem;
  }

  .xl\:odd\:mt-12:nth-child(odd) {
    margin-top: 3rem;
  }

  .xl\:odd\:mr-12:nth-child(odd) {
    margin-right: 3rem;
  }

  .xl\:odd\:mb-12:nth-child(odd) {
    margin-bottom: 3rem;
  }

  .xl\:odd\:ml-12:nth-child(odd) {
    margin-left: 3rem;
  }

  .xl\:odd\:mt-16:nth-child(odd) {
    margin-top: 4rem;
  }

  .xl\:odd\:mr-16:nth-child(odd) {
    margin-right: 4rem;
  }

  .xl\:odd\:mb-16:nth-child(odd) {
    margin-bottom: 4rem;
  }

  .xl\:odd\:ml-16:nth-child(odd) {
    margin-left: 4rem;
  }

  .xl\:odd\:mt-20:nth-child(odd) {
    margin-top: 5rem;
  }

  .xl\:odd\:mr-20:nth-child(odd) {
    margin-right: 5rem;
  }

  .xl\:odd\:mb-20:nth-child(odd) {
    margin-bottom: 5rem;
  }

  .xl\:odd\:ml-20:nth-child(odd) {
    margin-left: 5rem;
  }

  .xl\:odd\:mt-24:nth-child(odd) {
    margin-top: 6rem;
  }

  .xl\:odd\:mr-24:nth-child(odd) {
    margin-right: 6rem;
  }

  .xl\:odd\:mb-24:nth-child(odd) {
    margin-bottom: 6rem;
  }

  .xl\:odd\:ml-24:nth-child(odd) {
    margin-left: 6rem;
  }

  .xl\:odd\:mt-32:nth-child(odd) {
    margin-top: 8rem;
  }

  .xl\:odd\:mr-32:nth-child(odd) {
    margin-right: 8rem;
  }

  .xl\:odd\:mb-32:nth-child(odd) {
    margin-bottom: 8rem;
  }

  .xl\:odd\:ml-32:nth-child(odd) {
    margin-left: 8rem;
  }

  .xl\:odd\:mt-40:nth-child(odd) {
    margin-top: 10rem;
  }

  .xl\:odd\:mr-40:nth-child(odd) {
    margin-right: 10rem;
  }

  .xl\:odd\:mb-40:nth-child(odd) {
    margin-bottom: 10rem;
  }

  .xl\:odd\:ml-40:nth-child(odd) {
    margin-left: 10rem;
  }

  .xl\:odd\:mt-48:nth-child(odd) {
    margin-top: 12rem;
  }

  .xl\:odd\:mr-48:nth-child(odd) {
    margin-right: 12rem;
  }

  .xl\:odd\:mb-48:nth-child(odd) {
    margin-bottom: 12rem;
  }

  .xl\:odd\:ml-48:nth-child(odd) {
    margin-left: 12rem;
  }

  .xl\:odd\:mt-56:nth-child(odd) {
    margin-top: 14rem;
  }

  .xl\:odd\:mr-56:nth-child(odd) {
    margin-right: 14rem;
  }

  .xl\:odd\:mb-56:nth-child(odd) {
    margin-bottom: 14rem;
  }

  .xl\:odd\:ml-56:nth-child(odd) {
    margin-left: 14rem;
  }

  .xl\:odd\:mt-64:nth-child(odd) {
    margin-top: 16rem;
  }

  .xl\:odd\:mr-64:nth-child(odd) {
    margin-right: 16rem;
  }

  .xl\:odd\:mb-64:nth-child(odd) {
    margin-bottom: 16rem;
  }

  .xl\:odd\:ml-64:nth-child(odd) {
    margin-left: 16rem;
  }

  .xl\:odd\:mt-auto:nth-child(odd) {
    margin-top: auto;
  }

  .xl\:odd\:mr-auto:nth-child(odd) {
    margin-right: auto;
  }

  .xl\:odd\:mb-auto:nth-child(odd) {
    margin-bottom: auto;
  }

  .xl\:odd\:ml-auto:nth-child(odd) {
    margin-left: auto;
  }

  .xl\:odd\:mt-px:nth-child(odd) {
    margin-top: 1px;
  }

  .xl\:odd\:mr-px:nth-child(odd) {
    margin-right: 1px;
  }

  .xl\:odd\:mb-px:nth-child(odd) {
    margin-bottom: 1px;
  }

  .xl\:odd\:ml-px:nth-child(odd) {
    margin-left: 1px;
  }

  .xl\:odd\:-mt-1:nth-child(odd) {
    margin-top: -0.25rem;
  }

  .xl\:odd\:-mr-1:nth-child(odd) {
    margin-right: -0.25rem;
  }

  .xl\:odd\:-mb-1:nth-child(odd) {
    margin-bottom: -0.25rem;
  }

  .xl\:odd\:-ml-1:nth-child(odd) {
    margin-left: -0.25rem;
  }

  .xl\:odd\:-mt-2:nth-child(odd) {
    margin-top: -0.5rem;
  }

  .xl\:odd\:-mr-2:nth-child(odd) {
    margin-right: -0.5rem;
  }

  .xl\:odd\:-mb-2:nth-child(odd) {
    margin-bottom: -0.5rem;
  }

  .xl\:odd\:-ml-2:nth-child(odd) {
    margin-left: -0.5rem;
  }

  .xl\:odd\:-mt-3:nth-child(odd) {
    margin-top: -0.75rem;
  }

  .xl\:odd\:-mr-3:nth-child(odd) {
    margin-right: -0.75rem;
  }

  .xl\:odd\:-mb-3:nth-child(odd) {
    margin-bottom: -0.75rem;
  }

  .xl\:odd\:-ml-3:nth-child(odd) {
    margin-left: -0.75rem;
  }

  .xl\:odd\:-mt-4:nth-child(odd) {
    margin-top: -1rem;
  }

  .xl\:odd\:-mr-4:nth-child(odd) {
    margin-right: -1rem;
  }

  .xl\:odd\:-mb-4:nth-child(odd) {
    margin-bottom: -1rem;
  }

  .xl\:odd\:-ml-4:nth-child(odd) {
    margin-left: -1rem;
  }

  .xl\:odd\:-mt-5:nth-child(odd) {
    margin-top: -1.25rem;
  }

  .xl\:odd\:-mr-5:nth-child(odd) {
    margin-right: -1.25rem;
  }

  .xl\:odd\:-mb-5:nth-child(odd) {
    margin-bottom: -1.25rem;
  }

  .xl\:odd\:-ml-5:nth-child(odd) {
    margin-left: -1.25rem;
  }

  .xl\:odd\:-mt-6:nth-child(odd) {
    margin-top: -1.5rem;
  }

  .xl\:odd\:-mr-6:nth-child(odd) {
    margin-right: -1.5rem;
  }

  .xl\:odd\:-mb-6:nth-child(odd) {
    margin-bottom: -1.5rem;
  }

  .xl\:odd\:-ml-6:nth-child(odd) {
    margin-left: -1.5rem;
  }

  .xl\:odd\:-mt-8:nth-child(odd) {
    margin-top: -2rem;
  }

  .xl\:odd\:-mr-8:nth-child(odd) {
    margin-right: -2rem;
  }

  .xl\:odd\:-mb-8:nth-child(odd) {
    margin-bottom: -2rem;
  }

  .xl\:odd\:-ml-8:nth-child(odd) {
    margin-left: -2rem;
  }

  .xl\:odd\:-mt-10:nth-child(odd) {
    margin-top: -2.5rem;
  }

  .xl\:odd\:-mr-10:nth-child(odd) {
    margin-right: -2.5rem;
  }

  .xl\:odd\:-mb-10:nth-child(odd) {
    margin-bottom: -2.5rem;
  }

  .xl\:odd\:-ml-10:nth-child(odd) {
    margin-left: -2.5rem;
  }

  .xl\:odd\:-mt-12:nth-child(odd) {
    margin-top: -3rem;
  }

  .xl\:odd\:-mr-12:nth-child(odd) {
    margin-right: -3rem;
  }

  .xl\:odd\:-mb-12:nth-child(odd) {
    margin-bottom: -3rem;
  }

  .xl\:odd\:-ml-12:nth-child(odd) {
    margin-left: -3rem;
  }

  .xl\:odd\:-mt-16:nth-child(odd) {
    margin-top: -4rem;
  }

  .xl\:odd\:-mr-16:nth-child(odd) {
    margin-right: -4rem;
  }

  .xl\:odd\:-mb-16:nth-child(odd) {
    margin-bottom: -4rem;
  }

  .xl\:odd\:-ml-16:nth-child(odd) {
    margin-left: -4rem;
  }

  .xl\:odd\:-mt-20:nth-child(odd) {
    margin-top: -5rem;
  }

  .xl\:odd\:-mr-20:nth-child(odd) {
    margin-right: -5rem;
  }

  .xl\:odd\:-mb-20:nth-child(odd) {
    margin-bottom: -5rem;
  }

  .xl\:odd\:-ml-20:nth-child(odd) {
    margin-left: -5rem;
  }

  .xl\:odd\:-mt-24:nth-child(odd) {
    margin-top: -6rem;
  }

  .xl\:odd\:-mr-24:nth-child(odd) {
    margin-right: -6rem;
  }

  .xl\:odd\:-mb-24:nth-child(odd) {
    margin-bottom: -6rem;
  }

  .xl\:odd\:-ml-24:nth-child(odd) {
    margin-left: -6rem;
  }

  .xl\:odd\:-mt-32:nth-child(odd) {
    margin-top: -8rem;
  }

  .xl\:odd\:-mr-32:nth-child(odd) {
    margin-right: -8rem;
  }

  .xl\:odd\:-mb-32:nth-child(odd) {
    margin-bottom: -8rem;
  }

  .xl\:odd\:-ml-32:nth-child(odd) {
    margin-left: -8rem;
  }

  .xl\:odd\:-mt-40:nth-child(odd) {
    margin-top: -10rem;
  }

  .xl\:odd\:-mr-40:nth-child(odd) {
    margin-right: -10rem;
  }

  .xl\:odd\:-mb-40:nth-child(odd) {
    margin-bottom: -10rem;
  }

  .xl\:odd\:-ml-40:nth-child(odd) {
    margin-left: -10rem;
  }

  .xl\:odd\:-mt-48:nth-child(odd) {
    margin-top: -12rem;
  }

  .xl\:odd\:-mr-48:nth-child(odd) {
    margin-right: -12rem;
  }

  .xl\:odd\:-mb-48:nth-child(odd) {
    margin-bottom: -12rem;
  }

  .xl\:odd\:-ml-48:nth-child(odd) {
    margin-left: -12rem;
  }

  .xl\:odd\:-mt-56:nth-child(odd) {
    margin-top: -14rem;
  }

  .xl\:odd\:-mr-56:nth-child(odd) {
    margin-right: -14rem;
  }

  .xl\:odd\:-mb-56:nth-child(odd) {
    margin-bottom: -14rem;
  }

  .xl\:odd\:-ml-56:nth-child(odd) {
    margin-left: -14rem;
  }

  .xl\:odd\:-mt-64:nth-child(odd) {
    margin-top: -16rem;
  }

  .xl\:odd\:-mr-64:nth-child(odd) {
    margin-right: -16rem;
  }

  .xl\:odd\:-mb-64:nth-child(odd) {
    margin-bottom: -16rem;
  }

  .xl\:odd\:-ml-64:nth-child(odd) {
    margin-left: -16rem;
  }

  .xl\:odd\:-mt-px:nth-child(odd) {
    margin-top: -1px;
  }

  .xl\:odd\:-mr-px:nth-child(odd) {
    margin-right: -1px;
  }

  .xl\:odd\:-mb-px:nth-child(odd) {
    margin-bottom: -1px;
  }

  .xl\:odd\:-ml-px:nth-child(odd) {
    margin-left: -1px;
  }

  .xl\:even\:m-0:nth-child(even) {
    margin: 0;
  }

  .xl\:even\:m-1:nth-child(even) {
    margin: 0.25rem;
  }

  .xl\:even\:m-2:nth-child(even) {
    margin: 0.5rem;
  }

  .xl\:even\:m-3:nth-child(even) {
    margin: 0.75rem;
  }

  .xl\:even\:m-4:nth-child(even) {
    margin: 1rem;
  }

  .xl\:even\:m-5:nth-child(even) {
    margin: 1.25rem;
  }

  .xl\:even\:m-6:nth-child(even) {
    margin: 1.5rem;
  }

  .xl\:even\:m-8:nth-child(even) {
    margin: 2rem;
  }

  .xl\:even\:m-10:nth-child(even) {
    margin: 2.5rem;
  }

  .xl\:even\:m-12:nth-child(even) {
    margin: 3rem;
  }

  .xl\:even\:m-16:nth-child(even) {
    margin: 4rem;
  }

  .xl\:even\:m-20:nth-child(even) {
    margin: 5rem;
  }

  .xl\:even\:m-24:nth-child(even) {
    margin: 6rem;
  }

  .xl\:even\:m-32:nth-child(even) {
    margin: 8rem;
  }

  .xl\:even\:m-40:nth-child(even) {
    margin: 10rem;
  }

  .xl\:even\:m-48:nth-child(even) {
    margin: 12rem;
  }

  .xl\:even\:m-56:nth-child(even) {
    margin: 14rem;
  }

  .xl\:even\:m-64:nth-child(even) {
    margin: 16rem;
  }

  .xl\:even\:m-auto:nth-child(even) {
    margin: auto;
  }

  .xl\:even\:m-px:nth-child(even) {
    margin: 1px;
  }

  .xl\:even\:-m-1:nth-child(even) {
    margin: -0.25rem;
  }

  .xl\:even\:-m-2:nth-child(even) {
    margin: -0.5rem;
  }

  .xl\:even\:-m-3:nth-child(even) {
    margin: -0.75rem;
  }

  .xl\:even\:-m-4:nth-child(even) {
    margin: -1rem;
  }

  .xl\:even\:-m-5:nth-child(even) {
    margin: -1.25rem;
  }

  .xl\:even\:-m-6:nth-child(even) {
    margin: -1.5rem;
  }

  .xl\:even\:-m-8:nth-child(even) {
    margin: -2rem;
  }

  .xl\:even\:-m-10:nth-child(even) {
    margin: -2.5rem;
  }

  .xl\:even\:-m-12:nth-child(even) {
    margin: -3rem;
  }

  .xl\:even\:-m-16:nth-child(even) {
    margin: -4rem;
  }

  .xl\:even\:-m-20:nth-child(even) {
    margin: -5rem;
  }

  .xl\:even\:-m-24:nth-child(even) {
    margin: -6rem;
  }

  .xl\:even\:-m-32:nth-child(even) {
    margin: -8rem;
  }

  .xl\:even\:-m-40:nth-child(even) {
    margin: -10rem;
  }

  .xl\:even\:-m-48:nth-child(even) {
    margin: -12rem;
  }

  .xl\:even\:-m-56:nth-child(even) {
    margin: -14rem;
  }

  .xl\:even\:-m-64:nth-child(even) {
    margin: -16rem;
  }

  .xl\:even\:-m-px:nth-child(even) {
    margin: -1px;
  }

  .xl\:even\:my-0:nth-child(even) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:even\:mx-0:nth-child(even) {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:even\:my-1:nth-child(even) {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xl\:even\:mx-1:nth-child(even) {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xl\:even\:my-2:nth-child(even) {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl\:even\:mx-2:nth-child(even) {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xl\:even\:my-3:nth-child(even) {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xl\:even\:mx-3:nth-child(even) {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xl\:even\:my-4:nth-child(even) {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:even\:mx-4:nth-child(even) {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:even\:my-5:nth-child(even) {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:even\:mx-5:nth-child(even) {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:even\:my-6:nth-child(even) {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:even\:mx-6:nth-child(even) {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:even\:my-8:nth-child(even) {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:even\:mx-8:nth-child(even) {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:even\:my-10:nth-child(even) {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:even\:mx-10:nth-child(even) {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:even\:my-12:nth-child(even) {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:even\:mx-12:nth-child(even) {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:even\:my-16:nth-child(even) {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:even\:mx-16:nth-child(even) {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:even\:my-20:nth-child(even) {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:even\:mx-20:nth-child(even) {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:even\:my-24:nth-child(even) {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:even\:mx-24:nth-child(even) {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:even\:my-32:nth-child(even) {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:even\:mx-32:nth-child(even) {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:even\:my-40:nth-child(even) {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xl\:even\:mx-40:nth-child(even) {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xl\:even\:my-48:nth-child(even) {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xl\:even\:mx-48:nth-child(even) {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xl\:even\:my-56:nth-child(even) {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xl\:even\:mx-56:nth-child(even) {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xl\:even\:my-64:nth-child(even) {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xl\:even\:mx-64:nth-child(even) {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xl\:even\:my-auto:nth-child(even) {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:even\:mx-auto:nth-child(even) {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:even\:my-px:nth-child(even) {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:even\:mx-px:nth-child(even) {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:even\:-my-1:nth-child(even) {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:even\:-mx-1:nth-child(even) {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:even\:-my-2:nth-child(even) {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:even\:-mx-2:nth-child(even) {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:even\:-my-3:nth-child(even) {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:even\:-mx-3:nth-child(even) {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:even\:-my-4:nth-child(even) {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:even\:-mx-4:nth-child(even) {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:even\:-my-5:nth-child(even) {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:even\:-mx-5:nth-child(even) {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:even\:-my-6:nth-child(even) {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:even\:-mx-6:nth-child(even) {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:even\:-my-8:nth-child(even) {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:even\:-mx-8:nth-child(even) {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:even\:-my-10:nth-child(even) {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:even\:-mx-10:nth-child(even) {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:even\:-my-12:nth-child(even) {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:even\:-mx-12:nth-child(even) {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:even\:-my-16:nth-child(even) {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:even\:-mx-16:nth-child(even) {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:even\:-my-20:nth-child(even) {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:even\:-mx-20:nth-child(even) {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:even\:-my-24:nth-child(even) {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl\:even\:-mx-24:nth-child(even) {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xl\:even\:-my-32:nth-child(even) {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl\:even\:-mx-32:nth-child(even) {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl\:even\:-my-40:nth-child(even) {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xl\:even\:-mx-40:nth-child(even) {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xl\:even\:-my-48:nth-child(even) {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xl\:even\:-mx-48:nth-child(even) {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xl\:even\:-my-56:nth-child(even) {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xl\:even\:-mx-56:nth-child(even) {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xl\:even\:-my-64:nth-child(even) {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xl\:even\:-mx-64:nth-child(even) {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xl\:even\:-my-px:nth-child(even) {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:even\:-mx-px:nth-child(even) {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:even\:mt-0:nth-child(even) {
    margin-top: 0;
  }

  .xl\:even\:mr-0:nth-child(even) {
    margin-right: 0;
  }

  .xl\:even\:mb-0:nth-child(even) {
    margin-bottom: 0;
  }

  .xl\:even\:ml-0:nth-child(even) {
    margin-left: 0;
  }

  .xl\:even\:mt-1:nth-child(even) {
    margin-top: 0.25rem;
  }

  .xl\:even\:mr-1:nth-child(even) {
    margin-right: 0.25rem;
  }

  .xl\:even\:mb-1:nth-child(even) {
    margin-bottom: 0.25rem;
  }

  .xl\:even\:ml-1:nth-child(even) {
    margin-left: 0.25rem;
  }

  .xl\:even\:mt-2:nth-child(even) {
    margin-top: 0.5rem;
  }

  .xl\:even\:mr-2:nth-child(even) {
    margin-right: 0.5rem;
  }

  .xl\:even\:mb-2:nth-child(even) {
    margin-bottom: 0.5rem;
  }

  .xl\:even\:ml-2:nth-child(even) {
    margin-left: 0.5rem;
  }

  .xl\:even\:mt-3:nth-child(even) {
    margin-top: 0.75rem;
  }

  .xl\:even\:mr-3:nth-child(even) {
    margin-right: 0.75rem;
  }

  .xl\:even\:mb-3:nth-child(even) {
    margin-bottom: 0.75rem;
  }

  .xl\:even\:ml-3:nth-child(even) {
    margin-left: 0.75rem;
  }

  .xl\:even\:mt-4:nth-child(even) {
    margin-top: 1rem;
  }

  .xl\:even\:mr-4:nth-child(even) {
    margin-right: 1rem;
  }

  .xl\:even\:mb-4:nth-child(even) {
    margin-bottom: 1rem;
  }

  .xl\:even\:ml-4:nth-child(even) {
    margin-left: 1rem;
  }

  .xl\:even\:mt-5:nth-child(even) {
    margin-top: 1.25rem;
  }

  .xl\:even\:mr-5:nth-child(even) {
    margin-right: 1.25rem;
  }

  .xl\:even\:mb-5:nth-child(even) {
    margin-bottom: 1.25rem;
  }

  .xl\:even\:ml-5:nth-child(even) {
    margin-left: 1.25rem;
  }

  .xl\:even\:mt-6:nth-child(even) {
    margin-top: 1.5rem;
  }

  .xl\:even\:mr-6:nth-child(even) {
    margin-right: 1.5rem;
  }

  .xl\:even\:mb-6:nth-child(even) {
    margin-bottom: 1.5rem;
  }

  .xl\:even\:ml-6:nth-child(even) {
    margin-left: 1.5rem;
  }

  .xl\:even\:mt-8:nth-child(even) {
    margin-top: 2rem;
  }

  .xl\:even\:mr-8:nth-child(even) {
    margin-right: 2rem;
  }

  .xl\:even\:mb-8:nth-child(even) {
    margin-bottom: 2rem;
  }

  .xl\:even\:ml-8:nth-child(even) {
    margin-left: 2rem;
  }

  .xl\:even\:mt-10:nth-child(even) {
    margin-top: 2.5rem;
  }

  .xl\:even\:mr-10:nth-child(even) {
    margin-right: 2.5rem;
  }

  .xl\:even\:mb-10:nth-child(even) {
    margin-bottom: 2.5rem;
  }

  .xl\:even\:ml-10:nth-child(even) {
    margin-left: 2.5rem;
  }

  .xl\:even\:mt-12:nth-child(even) {
    margin-top: 3rem;
  }

  .xl\:even\:mr-12:nth-child(even) {
    margin-right: 3rem;
  }

  .xl\:even\:mb-12:nth-child(even) {
    margin-bottom: 3rem;
  }

  .xl\:even\:ml-12:nth-child(even) {
    margin-left: 3rem;
  }

  .xl\:even\:mt-16:nth-child(even) {
    margin-top: 4rem;
  }

  .xl\:even\:mr-16:nth-child(even) {
    margin-right: 4rem;
  }

  .xl\:even\:mb-16:nth-child(even) {
    margin-bottom: 4rem;
  }

  .xl\:even\:ml-16:nth-child(even) {
    margin-left: 4rem;
  }

  .xl\:even\:mt-20:nth-child(even) {
    margin-top: 5rem;
  }

  .xl\:even\:mr-20:nth-child(even) {
    margin-right: 5rem;
  }

  .xl\:even\:mb-20:nth-child(even) {
    margin-bottom: 5rem;
  }

  .xl\:even\:ml-20:nth-child(even) {
    margin-left: 5rem;
  }

  .xl\:even\:mt-24:nth-child(even) {
    margin-top: 6rem;
  }

  .xl\:even\:mr-24:nth-child(even) {
    margin-right: 6rem;
  }

  .xl\:even\:mb-24:nth-child(even) {
    margin-bottom: 6rem;
  }

  .xl\:even\:ml-24:nth-child(even) {
    margin-left: 6rem;
  }

  .xl\:even\:mt-32:nth-child(even) {
    margin-top: 8rem;
  }

  .xl\:even\:mr-32:nth-child(even) {
    margin-right: 8rem;
  }

  .xl\:even\:mb-32:nth-child(even) {
    margin-bottom: 8rem;
  }

  .xl\:even\:ml-32:nth-child(even) {
    margin-left: 8rem;
  }

  .xl\:even\:mt-40:nth-child(even) {
    margin-top: 10rem;
  }

  .xl\:even\:mr-40:nth-child(even) {
    margin-right: 10rem;
  }

  .xl\:even\:mb-40:nth-child(even) {
    margin-bottom: 10rem;
  }

  .xl\:even\:ml-40:nth-child(even) {
    margin-left: 10rem;
  }

  .xl\:even\:mt-48:nth-child(even) {
    margin-top: 12rem;
  }

  .xl\:even\:mr-48:nth-child(even) {
    margin-right: 12rem;
  }

  .xl\:even\:mb-48:nth-child(even) {
    margin-bottom: 12rem;
  }

  .xl\:even\:ml-48:nth-child(even) {
    margin-left: 12rem;
  }

  .xl\:even\:mt-56:nth-child(even) {
    margin-top: 14rem;
  }

  .xl\:even\:mr-56:nth-child(even) {
    margin-right: 14rem;
  }

  .xl\:even\:mb-56:nth-child(even) {
    margin-bottom: 14rem;
  }

  .xl\:even\:ml-56:nth-child(even) {
    margin-left: 14rem;
  }

  .xl\:even\:mt-64:nth-child(even) {
    margin-top: 16rem;
  }

  .xl\:even\:mr-64:nth-child(even) {
    margin-right: 16rem;
  }

  .xl\:even\:mb-64:nth-child(even) {
    margin-bottom: 16rem;
  }

  .xl\:even\:ml-64:nth-child(even) {
    margin-left: 16rem;
  }

  .xl\:even\:mt-auto:nth-child(even) {
    margin-top: auto;
  }

  .xl\:even\:mr-auto:nth-child(even) {
    margin-right: auto;
  }

  .xl\:even\:mb-auto:nth-child(even) {
    margin-bottom: auto;
  }

  .xl\:even\:ml-auto:nth-child(even) {
    margin-left: auto;
  }

  .xl\:even\:mt-px:nth-child(even) {
    margin-top: 1px;
  }

  .xl\:even\:mr-px:nth-child(even) {
    margin-right: 1px;
  }

  .xl\:even\:mb-px:nth-child(even) {
    margin-bottom: 1px;
  }

  .xl\:even\:ml-px:nth-child(even) {
    margin-left: 1px;
  }

  .xl\:even\:-mt-1:nth-child(even) {
    margin-top: -0.25rem;
  }

  .xl\:even\:-mr-1:nth-child(even) {
    margin-right: -0.25rem;
  }

  .xl\:even\:-mb-1:nth-child(even) {
    margin-bottom: -0.25rem;
  }

  .xl\:even\:-ml-1:nth-child(even) {
    margin-left: -0.25rem;
  }

  .xl\:even\:-mt-2:nth-child(even) {
    margin-top: -0.5rem;
  }

  .xl\:even\:-mr-2:nth-child(even) {
    margin-right: -0.5rem;
  }

  .xl\:even\:-mb-2:nth-child(even) {
    margin-bottom: -0.5rem;
  }

  .xl\:even\:-ml-2:nth-child(even) {
    margin-left: -0.5rem;
  }

  .xl\:even\:-mt-3:nth-child(even) {
    margin-top: -0.75rem;
  }

  .xl\:even\:-mr-3:nth-child(even) {
    margin-right: -0.75rem;
  }

  .xl\:even\:-mb-3:nth-child(even) {
    margin-bottom: -0.75rem;
  }

  .xl\:even\:-ml-3:nth-child(even) {
    margin-left: -0.75rem;
  }

  .xl\:even\:-mt-4:nth-child(even) {
    margin-top: -1rem;
  }

  .xl\:even\:-mr-4:nth-child(even) {
    margin-right: -1rem;
  }

  .xl\:even\:-mb-4:nth-child(even) {
    margin-bottom: -1rem;
  }

  .xl\:even\:-ml-4:nth-child(even) {
    margin-left: -1rem;
  }

  .xl\:even\:-mt-5:nth-child(even) {
    margin-top: -1.25rem;
  }

  .xl\:even\:-mr-5:nth-child(even) {
    margin-right: -1.25rem;
  }

  .xl\:even\:-mb-5:nth-child(even) {
    margin-bottom: -1.25rem;
  }

  .xl\:even\:-ml-5:nth-child(even) {
    margin-left: -1.25rem;
  }

  .xl\:even\:-mt-6:nth-child(even) {
    margin-top: -1.5rem;
  }

  .xl\:even\:-mr-6:nth-child(even) {
    margin-right: -1.5rem;
  }

  .xl\:even\:-mb-6:nth-child(even) {
    margin-bottom: -1.5rem;
  }

  .xl\:even\:-ml-6:nth-child(even) {
    margin-left: -1.5rem;
  }

  .xl\:even\:-mt-8:nth-child(even) {
    margin-top: -2rem;
  }

  .xl\:even\:-mr-8:nth-child(even) {
    margin-right: -2rem;
  }

  .xl\:even\:-mb-8:nth-child(even) {
    margin-bottom: -2rem;
  }

  .xl\:even\:-ml-8:nth-child(even) {
    margin-left: -2rem;
  }

  .xl\:even\:-mt-10:nth-child(even) {
    margin-top: -2.5rem;
  }

  .xl\:even\:-mr-10:nth-child(even) {
    margin-right: -2.5rem;
  }

  .xl\:even\:-mb-10:nth-child(even) {
    margin-bottom: -2.5rem;
  }

  .xl\:even\:-ml-10:nth-child(even) {
    margin-left: -2.5rem;
  }

  .xl\:even\:-mt-12:nth-child(even) {
    margin-top: -3rem;
  }

  .xl\:even\:-mr-12:nth-child(even) {
    margin-right: -3rem;
  }

  .xl\:even\:-mb-12:nth-child(even) {
    margin-bottom: -3rem;
  }

  .xl\:even\:-ml-12:nth-child(even) {
    margin-left: -3rem;
  }

  .xl\:even\:-mt-16:nth-child(even) {
    margin-top: -4rem;
  }

  .xl\:even\:-mr-16:nth-child(even) {
    margin-right: -4rem;
  }

  .xl\:even\:-mb-16:nth-child(even) {
    margin-bottom: -4rem;
  }

  .xl\:even\:-ml-16:nth-child(even) {
    margin-left: -4rem;
  }

  .xl\:even\:-mt-20:nth-child(even) {
    margin-top: -5rem;
  }

  .xl\:even\:-mr-20:nth-child(even) {
    margin-right: -5rem;
  }

  .xl\:even\:-mb-20:nth-child(even) {
    margin-bottom: -5rem;
  }

  .xl\:even\:-ml-20:nth-child(even) {
    margin-left: -5rem;
  }

  .xl\:even\:-mt-24:nth-child(even) {
    margin-top: -6rem;
  }

  .xl\:even\:-mr-24:nth-child(even) {
    margin-right: -6rem;
  }

  .xl\:even\:-mb-24:nth-child(even) {
    margin-bottom: -6rem;
  }

  .xl\:even\:-ml-24:nth-child(even) {
    margin-left: -6rem;
  }

  .xl\:even\:-mt-32:nth-child(even) {
    margin-top: -8rem;
  }

  .xl\:even\:-mr-32:nth-child(even) {
    margin-right: -8rem;
  }

  .xl\:even\:-mb-32:nth-child(even) {
    margin-bottom: -8rem;
  }

  .xl\:even\:-ml-32:nth-child(even) {
    margin-left: -8rem;
  }

  .xl\:even\:-mt-40:nth-child(even) {
    margin-top: -10rem;
  }

  .xl\:even\:-mr-40:nth-child(even) {
    margin-right: -10rem;
  }

  .xl\:even\:-mb-40:nth-child(even) {
    margin-bottom: -10rem;
  }

  .xl\:even\:-ml-40:nth-child(even) {
    margin-left: -10rem;
  }

  .xl\:even\:-mt-48:nth-child(even) {
    margin-top: -12rem;
  }

  .xl\:even\:-mr-48:nth-child(even) {
    margin-right: -12rem;
  }

  .xl\:even\:-mb-48:nth-child(even) {
    margin-bottom: -12rem;
  }

  .xl\:even\:-ml-48:nth-child(even) {
    margin-left: -12rem;
  }

  .xl\:even\:-mt-56:nth-child(even) {
    margin-top: -14rem;
  }

  .xl\:even\:-mr-56:nth-child(even) {
    margin-right: -14rem;
  }

  .xl\:even\:-mb-56:nth-child(even) {
    margin-bottom: -14rem;
  }

  .xl\:even\:-ml-56:nth-child(even) {
    margin-left: -14rem;
  }

  .xl\:even\:-mt-64:nth-child(even) {
    margin-top: -16rem;
  }

  .xl\:even\:-mr-64:nth-child(even) {
    margin-right: -16rem;
  }

  .xl\:even\:-mb-64:nth-child(even) {
    margin-bottom: -16rem;
  }

  .xl\:even\:-ml-64:nth-child(even) {
    margin-left: -16rem;
  }

  .xl\:even\:-mt-px:nth-child(even) {
    margin-top: -1px;
  }

  .xl\:even\:-mr-px:nth-child(even) {
    margin-right: -1px;
  }

  .xl\:even\:-mb-px:nth-child(even) {
    margin-bottom: -1px;
  }

  .xl\:even\:-ml-px:nth-child(even) {
    margin-left: -1px;
  }

  .xl\:hover\:m-0:hover {
    margin: 0;
  }

  .xl\:hover\:m-1:hover {
    margin: 0.25rem;
  }

  .xl\:hover\:m-2:hover {
    margin: 0.5rem;
  }

  .xl\:hover\:m-3:hover {
    margin: 0.75rem;
  }

  .xl\:hover\:m-4:hover {
    margin: 1rem;
  }

  .xl\:hover\:m-5:hover {
    margin: 1.25rem;
  }

  .xl\:hover\:m-6:hover {
    margin: 1.5rem;
  }

  .xl\:hover\:m-8:hover {
    margin: 2rem;
  }

  .xl\:hover\:m-10:hover {
    margin: 2.5rem;
  }

  .xl\:hover\:m-12:hover {
    margin: 3rem;
  }

  .xl\:hover\:m-16:hover {
    margin: 4rem;
  }

  .xl\:hover\:m-20:hover {
    margin: 5rem;
  }

  .xl\:hover\:m-24:hover {
    margin: 6rem;
  }

  .xl\:hover\:m-32:hover {
    margin: 8rem;
  }

  .xl\:hover\:m-40:hover {
    margin: 10rem;
  }

  .xl\:hover\:m-48:hover {
    margin: 12rem;
  }

  .xl\:hover\:m-56:hover {
    margin: 14rem;
  }

  .xl\:hover\:m-64:hover {
    margin: 16rem;
  }

  .xl\:hover\:m-auto:hover {
    margin: auto;
  }

  .xl\:hover\:m-px:hover {
    margin: 1px;
  }

  .xl\:hover\:-m-1:hover {
    margin: -0.25rem;
  }

  .xl\:hover\:-m-2:hover {
    margin: -0.5rem;
  }

  .xl\:hover\:-m-3:hover {
    margin: -0.75rem;
  }

  .xl\:hover\:-m-4:hover {
    margin: -1rem;
  }

  .xl\:hover\:-m-5:hover {
    margin: -1.25rem;
  }

  .xl\:hover\:-m-6:hover {
    margin: -1.5rem;
  }

  .xl\:hover\:-m-8:hover {
    margin: -2rem;
  }

  .xl\:hover\:-m-10:hover {
    margin: -2.5rem;
  }

  .xl\:hover\:-m-12:hover {
    margin: -3rem;
  }

  .xl\:hover\:-m-16:hover {
    margin: -4rem;
  }

  .xl\:hover\:-m-20:hover {
    margin: -5rem;
  }

  .xl\:hover\:-m-24:hover {
    margin: -6rem;
  }

  .xl\:hover\:-m-32:hover {
    margin: -8rem;
  }

  .xl\:hover\:-m-40:hover {
    margin: -10rem;
  }

  .xl\:hover\:-m-48:hover {
    margin: -12rem;
  }

  .xl\:hover\:-m-56:hover {
    margin: -14rem;
  }

  .xl\:hover\:-m-64:hover {
    margin: -16rem;
  }

  .xl\:hover\:-m-px:hover {
    margin: -1px;
  }

  .xl\:hover\:my-0:hover {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:hover\:mx-0:hover {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:hover\:my-1:hover {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xl\:hover\:mx-1:hover {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xl\:hover\:my-2:hover {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl\:hover\:mx-2:hover {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xl\:hover\:my-3:hover {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xl\:hover\:mx-3:hover {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xl\:hover\:my-4:hover {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:hover\:mx-4:hover {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:hover\:my-5:hover {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:hover\:mx-5:hover {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:hover\:my-6:hover {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:hover\:mx-6:hover {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:hover\:my-8:hover {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:hover\:mx-8:hover {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:hover\:my-10:hover {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:hover\:mx-10:hover {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:hover\:my-12:hover {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:hover\:mx-12:hover {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:hover\:my-16:hover {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:hover\:mx-16:hover {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:hover\:my-20:hover {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:hover\:mx-20:hover {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:hover\:my-24:hover {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:hover\:mx-24:hover {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:hover\:my-32:hover {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:hover\:mx-32:hover {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:hover\:my-40:hover {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xl\:hover\:mx-40:hover {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xl\:hover\:my-48:hover {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xl\:hover\:mx-48:hover {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xl\:hover\:my-56:hover {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xl\:hover\:mx-56:hover {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xl\:hover\:my-64:hover {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xl\:hover\:mx-64:hover {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xl\:hover\:my-auto:hover {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:hover\:mx-auto:hover {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:hover\:my-px:hover {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:hover\:mx-px:hover {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:hover\:-my-1:hover {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:hover\:-mx-1:hover {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:hover\:-my-2:hover {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:hover\:-mx-2:hover {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:hover\:-my-3:hover {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:hover\:-mx-3:hover {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:hover\:-my-4:hover {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:hover\:-mx-4:hover {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:hover\:-my-5:hover {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:hover\:-mx-5:hover {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:hover\:-my-6:hover {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:hover\:-mx-6:hover {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:hover\:-my-8:hover {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:hover\:-mx-8:hover {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:hover\:-my-10:hover {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:hover\:-mx-10:hover {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:hover\:-my-12:hover {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:hover\:-mx-12:hover {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:hover\:-my-16:hover {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:hover\:-mx-16:hover {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:hover\:-my-20:hover {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:hover\:-mx-20:hover {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:hover\:-my-24:hover {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl\:hover\:-mx-24:hover {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xl\:hover\:-my-32:hover {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl\:hover\:-mx-32:hover {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl\:hover\:-my-40:hover {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xl\:hover\:-mx-40:hover {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xl\:hover\:-my-48:hover {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xl\:hover\:-mx-48:hover {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xl\:hover\:-my-56:hover {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xl\:hover\:-mx-56:hover {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xl\:hover\:-my-64:hover {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xl\:hover\:-mx-64:hover {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xl\:hover\:-my-px:hover {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:hover\:-mx-px:hover {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:hover\:mt-0:hover {
    margin-top: 0;
  }

  .xl\:hover\:mr-0:hover {
    margin-right: 0;
  }

  .xl\:hover\:mb-0:hover {
    margin-bottom: 0;
  }

  .xl\:hover\:ml-0:hover {
    margin-left: 0;
  }

  .xl\:hover\:mt-1:hover {
    margin-top: 0.25rem;
  }

  .xl\:hover\:mr-1:hover {
    margin-right: 0.25rem;
  }

  .xl\:hover\:mb-1:hover {
    margin-bottom: 0.25rem;
  }

  .xl\:hover\:ml-1:hover {
    margin-left: 0.25rem;
  }

  .xl\:hover\:mt-2:hover {
    margin-top: 0.5rem;
  }

  .xl\:hover\:mr-2:hover {
    margin-right: 0.5rem;
  }

  .xl\:hover\:mb-2:hover {
    margin-bottom: 0.5rem;
  }

  .xl\:hover\:ml-2:hover {
    margin-left: 0.5rem;
  }

  .xl\:hover\:mt-3:hover {
    margin-top: 0.75rem;
  }

  .xl\:hover\:mr-3:hover {
    margin-right: 0.75rem;
  }

  .xl\:hover\:mb-3:hover {
    margin-bottom: 0.75rem;
  }

  .xl\:hover\:ml-3:hover {
    margin-left: 0.75rem;
  }

  .xl\:hover\:mt-4:hover {
    margin-top: 1rem;
  }

  .xl\:hover\:mr-4:hover {
    margin-right: 1rem;
  }

  .xl\:hover\:mb-4:hover {
    margin-bottom: 1rem;
  }

  .xl\:hover\:ml-4:hover {
    margin-left: 1rem;
  }

  .xl\:hover\:mt-5:hover {
    margin-top: 1.25rem;
  }

  .xl\:hover\:mr-5:hover {
    margin-right: 1.25rem;
  }

  .xl\:hover\:mb-5:hover {
    margin-bottom: 1.25rem;
  }

  .xl\:hover\:ml-5:hover {
    margin-left: 1.25rem;
  }

  .xl\:hover\:mt-6:hover {
    margin-top: 1.5rem;
  }

  .xl\:hover\:mr-6:hover {
    margin-right: 1.5rem;
  }

  .xl\:hover\:mb-6:hover {
    margin-bottom: 1.5rem;
  }

  .xl\:hover\:ml-6:hover {
    margin-left: 1.5rem;
  }

  .xl\:hover\:mt-8:hover {
    margin-top: 2rem;
  }

  .xl\:hover\:mr-8:hover {
    margin-right: 2rem;
  }

  .xl\:hover\:mb-8:hover {
    margin-bottom: 2rem;
  }

  .xl\:hover\:ml-8:hover {
    margin-left: 2rem;
  }

  .xl\:hover\:mt-10:hover {
    margin-top: 2.5rem;
  }

  .xl\:hover\:mr-10:hover {
    margin-right: 2.5rem;
  }

  .xl\:hover\:mb-10:hover {
    margin-bottom: 2.5rem;
  }

  .xl\:hover\:ml-10:hover {
    margin-left: 2.5rem;
  }

  .xl\:hover\:mt-12:hover {
    margin-top: 3rem;
  }

  .xl\:hover\:mr-12:hover {
    margin-right: 3rem;
  }

  .xl\:hover\:mb-12:hover {
    margin-bottom: 3rem;
  }

  .xl\:hover\:ml-12:hover {
    margin-left: 3rem;
  }

  .xl\:hover\:mt-16:hover {
    margin-top: 4rem;
  }

  .xl\:hover\:mr-16:hover {
    margin-right: 4rem;
  }

  .xl\:hover\:mb-16:hover {
    margin-bottom: 4rem;
  }

  .xl\:hover\:ml-16:hover {
    margin-left: 4rem;
  }

  .xl\:hover\:mt-20:hover {
    margin-top: 5rem;
  }

  .xl\:hover\:mr-20:hover {
    margin-right: 5rem;
  }

  .xl\:hover\:mb-20:hover {
    margin-bottom: 5rem;
  }

  .xl\:hover\:ml-20:hover {
    margin-left: 5rem;
  }

  .xl\:hover\:mt-24:hover {
    margin-top: 6rem;
  }

  .xl\:hover\:mr-24:hover {
    margin-right: 6rem;
  }

  .xl\:hover\:mb-24:hover {
    margin-bottom: 6rem;
  }

  .xl\:hover\:ml-24:hover {
    margin-left: 6rem;
  }

  .xl\:hover\:mt-32:hover {
    margin-top: 8rem;
  }

  .xl\:hover\:mr-32:hover {
    margin-right: 8rem;
  }

  .xl\:hover\:mb-32:hover {
    margin-bottom: 8rem;
  }

  .xl\:hover\:ml-32:hover {
    margin-left: 8rem;
  }

  .xl\:hover\:mt-40:hover {
    margin-top: 10rem;
  }

  .xl\:hover\:mr-40:hover {
    margin-right: 10rem;
  }

  .xl\:hover\:mb-40:hover {
    margin-bottom: 10rem;
  }

  .xl\:hover\:ml-40:hover {
    margin-left: 10rem;
  }

  .xl\:hover\:mt-48:hover {
    margin-top: 12rem;
  }

  .xl\:hover\:mr-48:hover {
    margin-right: 12rem;
  }

  .xl\:hover\:mb-48:hover {
    margin-bottom: 12rem;
  }

  .xl\:hover\:ml-48:hover {
    margin-left: 12rem;
  }

  .xl\:hover\:mt-56:hover {
    margin-top: 14rem;
  }

  .xl\:hover\:mr-56:hover {
    margin-right: 14rem;
  }

  .xl\:hover\:mb-56:hover {
    margin-bottom: 14rem;
  }

  .xl\:hover\:ml-56:hover {
    margin-left: 14rem;
  }

  .xl\:hover\:mt-64:hover {
    margin-top: 16rem;
  }

  .xl\:hover\:mr-64:hover {
    margin-right: 16rem;
  }

  .xl\:hover\:mb-64:hover {
    margin-bottom: 16rem;
  }

  .xl\:hover\:ml-64:hover {
    margin-left: 16rem;
  }

  .xl\:hover\:mt-auto:hover {
    margin-top: auto;
  }

  .xl\:hover\:mr-auto:hover {
    margin-right: auto;
  }

  .xl\:hover\:mb-auto:hover {
    margin-bottom: auto;
  }

  .xl\:hover\:ml-auto:hover {
    margin-left: auto;
  }

  .xl\:hover\:mt-px:hover {
    margin-top: 1px;
  }

  .xl\:hover\:mr-px:hover {
    margin-right: 1px;
  }

  .xl\:hover\:mb-px:hover {
    margin-bottom: 1px;
  }

  .xl\:hover\:ml-px:hover {
    margin-left: 1px;
  }

  .xl\:hover\:-mt-1:hover {
    margin-top: -0.25rem;
  }

  .xl\:hover\:-mr-1:hover {
    margin-right: -0.25rem;
  }

  .xl\:hover\:-mb-1:hover {
    margin-bottom: -0.25rem;
  }

  .xl\:hover\:-ml-1:hover {
    margin-left: -0.25rem;
  }

  .xl\:hover\:-mt-2:hover {
    margin-top: -0.5rem;
  }

  .xl\:hover\:-mr-2:hover {
    margin-right: -0.5rem;
  }

  .xl\:hover\:-mb-2:hover {
    margin-bottom: -0.5rem;
  }

  .xl\:hover\:-ml-2:hover {
    margin-left: -0.5rem;
  }

  .xl\:hover\:-mt-3:hover {
    margin-top: -0.75rem;
  }

  .xl\:hover\:-mr-3:hover {
    margin-right: -0.75rem;
  }

  .xl\:hover\:-mb-3:hover {
    margin-bottom: -0.75rem;
  }

  .xl\:hover\:-ml-3:hover {
    margin-left: -0.75rem;
  }

  .xl\:hover\:-mt-4:hover {
    margin-top: -1rem;
  }

  .xl\:hover\:-mr-4:hover {
    margin-right: -1rem;
  }

  .xl\:hover\:-mb-4:hover {
    margin-bottom: -1rem;
  }

  .xl\:hover\:-ml-4:hover {
    margin-left: -1rem;
  }

  .xl\:hover\:-mt-5:hover {
    margin-top: -1.25rem;
  }

  .xl\:hover\:-mr-5:hover {
    margin-right: -1.25rem;
  }

  .xl\:hover\:-mb-5:hover {
    margin-bottom: -1.25rem;
  }

  .xl\:hover\:-ml-5:hover {
    margin-left: -1.25rem;
  }

  .xl\:hover\:-mt-6:hover {
    margin-top: -1.5rem;
  }

  .xl\:hover\:-mr-6:hover {
    margin-right: -1.5rem;
  }

  .xl\:hover\:-mb-6:hover {
    margin-bottom: -1.5rem;
  }

  .xl\:hover\:-ml-6:hover {
    margin-left: -1.5rem;
  }

  .xl\:hover\:-mt-8:hover {
    margin-top: -2rem;
  }

  .xl\:hover\:-mr-8:hover {
    margin-right: -2rem;
  }

  .xl\:hover\:-mb-8:hover {
    margin-bottom: -2rem;
  }

  .xl\:hover\:-ml-8:hover {
    margin-left: -2rem;
  }

  .xl\:hover\:-mt-10:hover {
    margin-top: -2.5rem;
  }

  .xl\:hover\:-mr-10:hover {
    margin-right: -2.5rem;
  }

  .xl\:hover\:-mb-10:hover {
    margin-bottom: -2.5rem;
  }

  .xl\:hover\:-ml-10:hover {
    margin-left: -2.5rem;
  }

  .xl\:hover\:-mt-12:hover {
    margin-top: -3rem;
  }

  .xl\:hover\:-mr-12:hover {
    margin-right: -3rem;
  }

  .xl\:hover\:-mb-12:hover {
    margin-bottom: -3rem;
  }

  .xl\:hover\:-ml-12:hover {
    margin-left: -3rem;
  }

  .xl\:hover\:-mt-16:hover {
    margin-top: -4rem;
  }

  .xl\:hover\:-mr-16:hover {
    margin-right: -4rem;
  }

  .xl\:hover\:-mb-16:hover {
    margin-bottom: -4rem;
  }

  .xl\:hover\:-ml-16:hover {
    margin-left: -4rem;
  }

  .xl\:hover\:-mt-20:hover {
    margin-top: -5rem;
  }

  .xl\:hover\:-mr-20:hover {
    margin-right: -5rem;
  }

  .xl\:hover\:-mb-20:hover {
    margin-bottom: -5rem;
  }

  .xl\:hover\:-ml-20:hover {
    margin-left: -5rem;
  }

  .xl\:hover\:-mt-24:hover {
    margin-top: -6rem;
  }

  .xl\:hover\:-mr-24:hover {
    margin-right: -6rem;
  }

  .xl\:hover\:-mb-24:hover {
    margin-bottom: -6rem;
  }

  .xl\:hover\:-ml-24:hover {
    margin-left: -6rem;
  }

  .xl\:hover\:-mt-32:hover {
    margin-top: -8rem;
  }

  .xl\:hover\:-mr-32:hover {
    margin-right: -8rem;
  }

  .xl\:hover\:-mb-32:hover {
    margin-bottom: -8rem;
  }

  .xl\:hover\:-ml-32:hover {
    margin-left: -8rem;
  }

  .xl\:hover\:-mt-40:hover {
    margin-top: -10rem;
  }

  .xl\:hover\:-mr-40:hover {
    margin-right: -10rem;
  }

  .xl\:hover\:-mb-40:hover {
    margin-bottom: -10rem;
  }

  .xl\:hover\:-ml-40:hover {
    margin-left: -10rem;
  }

  .xl\:hover\:-mt-48:hover {
    margin-top: -12rem;
  }

  .xl\:hover\:-mr-48:hover {
    margin-right: -12rem;
  }

  .xl\:hover\:-mb-48:hover {
    margin-bottom: -12rem;
  }

  .xl\:hover\:-ml-48:hover {
    margin-left: -12rem;
  }

  .xl\:hover\:-mt-56:hover {
    margin-top: -14rem;
  }

  .xl\:hover\:-mr-56:hover {
    margin-right: -14rem;
  }

  .xl\:hover\:-mb-56:hover {
    margin-bottom: -14rem;
  }

  .xl\:hover\:-ml-56:hover {
    margin-left: -14rem;
  }

  .xl\:hover\:-mt-64:hover {
    margin-top: -16rem;
  }

  .xl\:hover\:-mr-64:hover {
    margin-right: -16rem;
  }

  .xl\:hover\:-mb-64:hover {
    margin-bottom: -16rem;
  }

  .xl\:hover\:-ml-64:hover {
    margin-left: -16rem;
  }

  .xl\:hover\:-mt-px:hover {
    margin-top: -1px;
  }

  .xl\:hover\:-mr-px:hover {
    margin-right: -1px;
  }

  .xl\:hover\:-mb-px:hover {
    margin-bottom: -1px;
  }

  .xl\:hover\:-ml-px:hover {
    margin-left: -1px;
  }

  .xl\:focus\:m-0:focus {
    margin: 0;
  }

  .xl\:focus\:m-1:focus {
    margin: 0.25rem;
  }

  .xl\:focus\:m-2:focus {
    margin: 0.5rem;
  }

  .xl\:focus\:m-3:focus {
    margin: 0.75rem;
  }

  .xl\:focus\:m-4:focus {
    margin: 1rem;
  }

  .xl\:focus\:m-5:focus {
    margin: 1.25rem;
  }

  .xl\:focus\:m-6:focus {
    margin: 1.5rem;
  }

  .xl\:focus\:m-8:focus {
    margin: 2rem;
  }

  .xl\:focus\:m-10:focus {
    margin: 2.5rem;
  }

  .xl\:focus\:m-12:focus {
    margin: 3rem;
  }

  .xl\:focus\:m-16:focus {
    margin: 4rem;
  }

  .xl\:focus\:m-20:focus {
    margin: 5rem;
  }

  .xl\:focus\:m-24:focus {
    margin: 6rem;
  }

  .xl\:focus\:m-32:focus {
    margin: 8rem;
  }

  .xl\:focus\:m-40:focus {
    margin: 10rem;
  }

  .xl\:focus\:m-48:focus {
    margin: 12rem;
  }

  .xl\:focus\:m-56:focus {
    margin: 14rem;
  }

  .xl\:focus\:m-64:focus {
    margin: 16rem;
  }

  .xl\:focus\:m-auto:focus {
    margin: auto;
  }

  .xl\:focus\:m-px:focus {
    margin: 1px;
  }

  .xl\:focus\:-m-1:focus {
    margin: -0.25rem;
  }

  .xl\:focus\:-m-2:focus {
    margin: -0.5rem;
  }

  .xl\:focus\:-m-3:focus {
    margin: -0.75rem;
  }

  .xl\:focus\:-m-4:focus {
    margin: -1rem;
  }

  .xl\:focus\:-m-5:focus {
    margin: -1.25rem;
  }

  .xl\:focus\:-m-6:focus {
    margin: -1.5rem;
  }

  .xl\:focus\:-m-8:focus {
    margin: -2rem;
  }

  .xl\:focus\:-m-10:focus {
    margin: -2.5rem;
  }

  .xl\:focus\:-m-12:focus {
    margin: -3rem;
  }

  .xl\:focus\:-m-16:focus {
    margin: -4rem;
  }

  .xl\:focus\:-m-20:focus {
    margin: -5rem;
  }

  .xl\:focus\:-m-24:focus {
    margin: -6rem;
  }

  .xl\:focus\:-m-32:focus {
    margin: -8rem;
  }

  .xl\:focus\:-m-40:focus {
    margin: -10rem;
  }

  .xl\:focus\:-m-48:focus {
    margin: -12rem;
  }

  .xl\:focus\:-m-56:focus {
    margin: -14rem;
  }

  .xl\:focus\:-m-64:focus {
    margin: -16rem;
  }

  .xl\:focus\:-m-px:focus {
    margin: -1px;
  }

  .xl\:focus\:my-0:focus {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:focus\:mx-0:focus {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:focus\:my-1:focus {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xl\:focus\:mx-1:focus {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xl\:focus\:my-2:focus {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl\:focus\:mx-2:focus {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xl\:focus\:my-3:focus {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xl\:focus\:mx-3:focus {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xl\:focus\:my-4:focus {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:focus\:mx-4:focus {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:focus\:my-5:focus {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:focus\:mx-5:focus {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:focus\:my-6:focus {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:focus\:mx-6:focus {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:focus\:my-8:focus {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:focus\:mx-8:focus {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:focus\:my-10:focus {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:focus\:mx-10:focus {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:focus\:my-12:focus {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:focus\:mx-12:focus {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:focus\:my-16:focus {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:focus\:mx-16:focus {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:focus\:my-20:focus {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:focus\:mx-20:focus {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:focus\:my-24:focus {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:focus\:mx-24:focus {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:focus\:my-32:focus {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:focus\:mx-32:focus {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:focus\:my-40:focus {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xl\:focus\:mx-40:focus {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xl\:focus\:my-48:focus {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xl\:focus\:mx-48:focus {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xl\:focus\:my-56:focus {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xl\:focus\:mx-56:focus {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xl\:focus\:my-64:focus {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xl\:focus\:mx-64:focus {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xl\:focus\:my-auto:focus {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:focus\:mx-auto:focus {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:focus\:my-px:focus {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:focus\:mx-px:focus {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:focus\:-my-1:focus {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:focus\:-mx-1:focus {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:focus\:-my-2:focus {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:focus\:-mx-2:focus {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:focus\:-my-3:focus {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:focus\:-mx-3:focus {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:focus\:-my-4:focus {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:focus\:-mx-4:focus {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:focus\:-my-5:focus {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:focus\:-mx-5:focus {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:focus\:-my-6:focus {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:focus\:-mx-6:focus {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:focus\:-my-8:focus {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:focus\:-mx-8:focus {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:focus\:-my-10:focus {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:focus\:-mx-10:focus {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:focus\:-my-12:focus {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:focus\:-mx-12:focus {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:focus\:-my-16:focus {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:focus\:-mx-16:focus {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:focus\:-my-20:focus {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:focus\:-mx-20:focus {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:focus\:-my-24:focus {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl\:focus\:-mx-24:focus {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xl\:focus\:-my-32:focus {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl\:focus\:-mx-32:focus {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl\:focus\:-my-40:focus {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xl\:focus\:-mx-40:focus {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xl\:focus\:-my-48:focus {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xl\:focus\:-mx-48:focus {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xl\:focus\:-my-56:focus {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xl\:focus\:-mx-56:focus {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xl\:focus\:-my-64:focus {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xl\:focus\:-mx-64:focus {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xl\:focus\:-my-px:focus {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:focus\:-mx-px:focus {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:focus\:mt-0:focus {
    margin-top: 0;
  }

  .xl\:focus\:mr-0:focus {
    margin-right: 0;
  }

  .xl\:focus\:mb-0:focus {
    margin-bottom: 0;
  }

  .xl\:focus\:ml-0:focus {
    margin-left: 0;
  }

  .xl\:focus\:mt-1:focus {
    margin-top: 0.25rem;
  }

  .xl\:focus\:mr-1:focus {
    margin-right: 0.25rem;
  }

  .xl\:focus\:mb-1:focus {
    margin-bottom: 0.25rem;
  }

  .xl\:focus\:ml-1:focus {
    margin-left: 0.25rem;
  }

  .xl\:focus\:mt-2:focus {
    margin-top: 0.5rem;
  }

  .xl\:focus\:mr-2:focus {
    margin-right: 0.5rem;
  }

  .xl\:focus\:mb-2:focus {
    margin-bottom: 0.5rem;
  }

  .xl\:focus\:ml-2:focus {
    margin-left: 0.5rem;
  }

  .xl\:focus\:mt-3:focus {
    margin-top: 0.75rem;
  }

  .xl\:focus\:mr-3:focus {
    margin-right: 0.75rem;
  }

  .xl\:focus\:mb-3:focus {
    margin-bottom: 0.75rem;
  }

  .xl\:focus\:ml-3:focus {
    margin-left: 0.75rem;
  }

  .xl\:focus\:mt-4:focus {
    margin-top: 1rem;
  }

  .xl\:focus\:mr-4:focus {
    margin-right: 1rem;
  }

  .xl\:focus\:mb-4:focus {
    margin-bottom: 1rem;
  }

  .xl\:focus\:ml-4:focus {
    margin-left: 1rem;
  }

  .xl\:focus\:mt-5:focus {
    margin-top: 1.25rem;
  }

  .xl\:focus\:mr-5:focus {
    margin-right: 1.25rem;
  }

  .xl\:focus\:mb-5:focus {
    margin-bottom: 1.25rem;
  }

  .xl\:focus\:ml-5:focus {
    margin-left: 1.25rem;
  }

  .xl\:focus\:mt-6:focus {
    margin-top: 1.5rem;
  }

  .xl\:focus\:mr-6:focus {
    margin-right: 1.5rem;
  }

  .xl\:focus\:mb-6:focus {
    margin-bottom: 1.5rem;
  }

  .xl\:focus\:ml-6:focus {
    margin-left: 1.5rem;
  }

  .xl\:focus\:mt-8:focus {
    margin-top: 2rem;
  }

  .xl\:focus\:mr-8:focus {
    margin-right: 2rem;
  }

  .xl\:focus\:mb-8:focus {
    margin-bottom: 2rem;
  }

  .xl\:focus\:ml-8:focus {
    margin-left: 2rem;
  }

  .xl\:focus\:mt-10:focus {
    margin-top: 2.5rem;
  }

  .xl\:focus\:mr-10:focus {
    margin-right: 2.5rem;
  }

  .xl\:focus\:mb-10:focus {
    margin-bottom: 2.5rem;
  }

  .xl\:focus\:ml-10:focus {
    margin-left: 2.5rem;
  }

  .xl\:focus\:mt-12:focus {
    margin-top: 3rem;
  }

  .xl\:focus\:mr-12:focus {
    margin-right: 3rem;
  }

  .xl\:focus\:mb-12:focus {
    margin-bottom: 3rem;
  }

  .xl\:focus\:ml-12:focus {
    margin-left: 3rem;
  }

  .xl\:focus\:mt-16:focus {
    margin-top: 4rem;
  }

  .xl\:focus\:mr-16:focus {
    margin-right: 4rem;
  }

  .xl\:focus\:mb-16:focus {
    margin-bottom: 4rem;
  }

  .xl\:focus\:ml-16:focus {
    margin-left: 4rem;
  }

  .xl\:focus\:mt-20:focus {
    margin-top: 5rem;
  }

  .xl\:focus\:mr-20:focus {
    margin-right: 5rem;
  }

  .xl\:focus\:mb-20:focus {
    margin-bottom: 5rem;
  }

  .xl\:focus\:ml-20:focus {
    margin-left: 5rem;
  }

  .xl\:focus\:mt-24:focus {
    margin-top: 6rem;
  }

  .xl\:focus\:mr-24:focus {
    margin-right: 6rem;
  }

  .xl\:focus\:mb-24:focus {
    margin-bottom: 6rem;
  }

  .xl\:focus\:ml-24:focus {
    margin-left: 6rem;
  }

  .xl\:focus\:mt-32:focus {
    margin-top: 8rem;
  }

  .xl\:focus\:mr-32:focus {
    margin-right: 8rem;
  }

  .xl\:focus\:mb-32:focus {
    margin-bottom: 8rem;
  }

  .xl\:focus\:ml-32:focus {
    margin-left: 8rem;
  }

  .xl\:focus\:mt-40:focus {
    margin-top: 10rem;
  }

  .xl\:focus\:mr-40:focus {
    margin-right: 10rem;
  }

  .xl\:focus\:mb-40:focus {
    margin-bottom: 10rem;
  }

  .xl\:focus\:ml-40:focus {
    margin-left: 10rem;
  }

  .xl\:focus\:mt-48:focus {
    margin-top: 12rem;
  }

  .xl\:focus\:mr-48:focus {
    margin-right: 12rem;
  }

  .xl\:focus\:mb-48:focus {
    margin-bottom: 12rem;
  }

  .xl\:focus\:ml-48:focus {
    margin-left: 12rem;
  }

  .xl\:focus\:mt-56:focus {
    margin-top: 14rem;
  }

  .xl\:focus\:mr-56:focus {
    margin-right: 14rem;
  }

  .xl\:focus\:mb-56:focus {
    margin-bottom: 14rem;
  }

  .xl\:focus\:ml-56:focus {
    margin-left: 14rem;
  }

  .xl\:focus\:mt-64:focus {
    margin-top: 16rem;
  }

  .xl\:focus\:mr-64:focus {
    margin-right: 16rem;
  }

  .xl\:focus\:mb-64:focus {
    margin-bottom: 16rem;
  }

  .xl\:focus\:ml-64:focus {
    margin-left: 16rem;
  }

  .xl\:focus\:mt-auto:focus {
    margin-top: auto;
  }

  .xl\:focus\:mr-auto:focus {
    margin-right: auto;
  }

  .xl\:focus\:mb-auto:focus {
    margin-bottom: auto;
  }

  .xl\:focus\:ml-auto:focus {
    margin-left: auto;
  }

  .xl\:focus\:mt-px:focus {
    margin-top: 1px;
  }

  .xl\:focus\:mr-px:focus {
    margin-right: 1px;
  }

  .xl\:focus\:mb-px:focus {
    margin-bottom: 1px;
  }

  .xl\:focus\:ml-px:focus {
    margin-left: 1px;
  }

  .xl\:focus\:-mt-1:focus {
    margin-top: -0.25rem;
  }

  .xl\:focus\:-mr-1:focus {
    margin-right: -0.25rem;
  }

  .xl\:focus\:-mb-1:focus {
    margin-bottom: -0.25rem;
  }

  .xl\:focus\:-ml-1:focus {
    margin-left: -0.25rem;
  }

  .xl\:focus\:-mt-2:focus {
    margin-top: -0.5rem;
  }

  .xl\:focus\:-mr-2:focus {
    margin-right: -0.5rem;
  }

  .xl\:focus\:-mb-2:focus {
    margin-bottom: -0.5rem;
  }

  .xl\:focus\:-ml-2:focus {
    margin-left: -0.5rem;
  }

  .xl\:focus\:-mt-3:focus {
    margin-top: -0.75rem;
  }

  .xl\:focus\:-mr-3:focus {
    margin-right: -0.75rem;
  }

  .xl\:focus\:-mb-3:focus {
    margin-bottom: -0.75rem;
  }

  .xl\:focus\:-ml-3:focus {
    margin-left: -0.75rem;
  }

  .xl\:focus\:-mt-4:focus {
    margin-top: -1rem;
  }

  .xl\:focus\:-mr-4:focus {
    margin-right: -1rem;
  }

  .xl\:focus\:-mb-4:focus {
    margin-bottom: -1rem;
  }

  .xl\:focus\:-ml-4:focus {
    margin-left: -1rem;
  }

  .xl\:focus\:-mt-5:focus {
    margin-top: -1.25rem;
  }

  .xl\:focus\:-mr-5:focus {
    margin-right: -1.25rem;
  }

  .xl\:focus\:-mb-5:focus {
    margin-bottom: -1.25rem;
  }

  .xl\:focus\:-ml-5:focus {
    margin-left: -1.25rem;
  }

  .xl\:focus\:-mt-6:focus {
    margin-top: -1.5rem;
  }

  .xl\:focus\:-mr-6:focus {
    margin-right: -1.5rem;
  }

  .xl\:focus\:-mb-6:focus {
    margin-bottom: -1.5rem;
  }

  .xl\:focus\:-ml-6:focus {
    margin-left: -1.5rem;
  }

  .xl\:focus\:-mt-8:focus {
    margin-top: -2rem;
  }

  .xl\:focus\:-mr-8:focus {
    margin-right: -2rem;
  }

  .xl\:focus\:-mb-8:focus {
    margin-bottom: -2rem;
  }

  .xl\:focus\:-ml-8:focus {
    margin-left: -2rem;
  }

  .xl\:focus\:-mt-10:focus {
    margin-top: -2.5rem;
  }

  .xl\:focus\:-mr-10:focus {
    margin-right: -2.5rem;
  }

  .xl\:focus\:-mb-10:focus {
    margin-bottom: -2.5rem;
  }

  .xl\:focus\:-ml-10:focus {
    margin-left: -2.5rem;
  }

  .xl\:focus\:-mt-12:focus {
    margin-top: -3rem;
  }

  .xl\:focus\:-mr-12:focus {
    margin-right: -3rem;
  }

  .xl\:focus\:-mb-12:focus {
    margin-bottom: -3rem;
  }

  .xl\:focus\:-ml-12:focus {
    margin-left: -3rem;
  }

  .xl\:focus\:-mt-16:focus {
    margin-top: -4rem;
  }

  .xl\:focus\:-mr-16:focus {
    margin-right: -4rem;
  }

  .xl\:focus\:-mb-16:focus {
    margin-bottom: -4rem;
  }

  .xl\:focus\:-ml-16:focus {
    margin-left: -4rem;
  }

  .xl\:focus\:-mt-20:focus {
    margin-top: -5rem;
  }

  .xl\:focus\:-mr-20:focus {
    margin-right: -5rem;
  }

  .xl\:focus\:-mb-20:focus {
    margin-bottom: -5rem;
  }

  .xl\:focus\:-ml-20:focus {
    margin-left: -5rem;
  }

  .xl\:focus\:-mt-24:focus {
    margin-top: -6rem;
  }

  .xl\:focus\:-mr-24:focus {
    margin-right: -6rem;
  }

  .xl\:focus\:-mb-24:focus {
    margin-bottom: -6rem;
  }

  .xl\:focus\:-ml-24:focus {
    margin-left: -6rem;
  }

  .xl\:focus\:-mt-32:focus {
    margin-top: -8rem;
  }

  .xl\:focus\:-mr-32:focus {
    margin-right: -8rem;
  }

  .xl\:focus\:-mb-32:focus {
    margin-bottom: -8rem;
  }

  .xl\:focus\:-ml-32:focus {
    margin-left: -8rem;
  }

  .xl\:focus\:-mt-40:focus {
    margin-top: -10rem;
  }

  .xl\:focus\:-mr-40:focus {
    margin-right: -10rem;
  }

  .xl\:focus\:-mb-40:focus {
    margin-bottom: -10rem;
  }

  .xl\:focus\:-ml-40:focus {
    margin-left: -10rem;
  }

  .xl\:focus\:-mt-48:focus {
    margin-top: -12rem;
  }

  .xl\:focus\:-mr-48:focus {
    margin-right: -12rem;
  }

  .xl\:focus\:-mb-48:focus {
    margin-bottom: -12rem;
  }

  .xl\:focus\:-ml-48:focus {
    margin-left: -12rem;
  }

  .xl\:focus\:-mt-56:focus {
    margin-top: -14rem;
  }

  .xl\:focus\:-mr-56:focus {
    margin-right: -14rem;
  }

  .xl\:focus\:-mb-56:focus {
    margin-bottom: -14rem;
  }

  .xl\:focus\:-ml-56:focus {
    margin-left: -14rem;
  }

  .xl\:focus\:-mt-64:focus {
    margin-top: -16rem;
  }

  .xl\:focus\:-mr-64:focus {
    margin-right: -16rem;
  }

  .xl\:focus\:-mb-64:focus {
    margin-bottom: -16rem;
  }

  .xl\:focus\:-ml-64:focus {
    margin-left: -16rem;
  }

  .xl\:focus\:-mt-px:focus {
    margin-top: -1px;
  }

  .xl\:focus\:-mr-px:focus {
    margin-right: -1px;
  }

  .xl\:focus\:-mb-px:focus {
    margin-bottom: -1px;
  }

  .xl\:focus\:-ml-px:focus {
    margin-left: -1px;
  }

  .xl\:active\:m-0:active {
    margin: 0;
  }

  .xl\:active\:m-1:active {
    margin: 0.25rem;
  }

  .xl\:active\:m-2:active {
    margin: 0.5rem;
  }

  .xl\:active\:m-3:active {
    margin: 0.75rem;
  }

  .xl\:active\:m-4:active {
    margin: 1rem;
  }

  .xl\:active\:m-5:active {
    margin: 1.25rem;
  }

  .xl\:active\:m-6:active {
    margin: 1.5rem;
  }

  .xl\:active\:m-8:active {
    margin: 2rem;
  }

  .xl\:active\:m-10:active {
    margin: 2.5rem;
  }

  .xl\:active\:m-12:active {
    margin: 3rem;
  }

  .xl\:active\:m-16:active {
    margin: 4rem;
  }

  .xl\:active\:m-20:active {
    margin: 5rem;
  }

  .xl\:active\:m-24:active {
    margin: 6rem;
  }

  .xl\:active\:m-32:active {
    margin: 8rem;
  }

  .xl\:active\:m-40:active {
    margin: 10rem;
  }

  .xl\:active\:m-48:active {
    margin: 12rem;
  }

  .xl\:active\:m-56:active {
    margin: 14rem;
  }

  .xl\:active\:m-64:active {
    margin: 16rem;
  }

  .xl\:active\:m-auto:active {
    margin: auto;
  }

  .xl\:active\:m-px:active {
    margin: 1px;
  }

  .xl\:active\:-m-1:active {
    margin: -0.25rem;
  }

  .xl\:active\:-m-2:active {
    margin: -0.5rem;
  }

  .xl\:active\:-m-3:active {
    margin: -0.75rem;
  }

  .xl\:active\:-m-4:active {
    margin: -1rem;
  }

  .xl\:active\:-m-5:active {
    margin: -1.25rem;
  }

  .xl\:active\:-m-6:active {
    margin: -1.5rem;
  }

  .xl\:active\:-m-8:active {
    margin: -2rem;
  }

  .xl\:active\:-m-10:active {
    margin: -2.5rem;
  }

  .xl\:active\:-m-12:active {
    margin: -3rem;
  }

  .xl\:active\:-m-16:active {
    margin: -4rem;
  }

  .xl\:active\:-m-20:active {
    margin: -5rem;
  }

  .xl\:active\:-m-24:active {
    margin: -6rem;
  }

  .xl\:active\:-m-32:active {
    margin: -8rem;
  }

  .xl\:active\:-m-40:active {
    margin: -10rem;
  }

  .xl\:active\:-m-48:active {
    margin: -12rem;
  }

  .xl\:active\:-m-56:active {
    margin: -14rem;
  }

  .xl\:active\:-m-64:active {
    margin: -16rem;
  }

  .xl\:active\:-m-px:active {
    margin: -1px;
  }

  .xl\:active\:my-0:active {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:active\:mx-0:active {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:active\:my-1:active {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xl\:active\:mx-1:active {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xl\:active\:my-2:active {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl\:active\:mx-2:active {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xl\:active\:my-3:active {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xl\:active\:mx-3:active {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xl\:active\:my-4:active {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:active\:mx-4:active {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:active\:my-5:active {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:active\:mx-5:active {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:active\:my-6:active {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:active\:mx-6:active {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:active\:my-8:active {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:active\:mx-8:active {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:active\:my-10:active {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:active\:mx-10:active {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:active\:my-12:active {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:active\:mx-12:active {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:active\:my-16:active {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:active\:mx-16:active {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:active\:my-20:active {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:active\:mx-20:active {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:active\:my-24:active {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:active\:mx-24:active {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:active\:my-32:active {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:active\:mx-32:active {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:active\:my-40:active {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xl\:active\:mx-40:active {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xl\:active\:my-48:active {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xl\:active\:mx-48:active {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xl\:active\:my-56:active {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xl\:active\:mx-56:active {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xl\:active\:my-64:active {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xl\:active\:mx-64:active {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xl\:active\:my-auto:active {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:active\:mx-auto:active {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:active\:my-px:active {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:active\:mx-px:active {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:active\:-my-1:active {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:active\:-mx-1:active {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:active\:-my-2:active {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:active\:-mx-2:active {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:active\:-my-3:active {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:active\:-mx-3:active {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:active\:-my-4:active {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:active\:-mx-4:active {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:active\:-my-5:active {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:active\:-mx-5:active {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:active\:-my-6:active {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:active\:-mx-6:active {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:active\:-my-8:active {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:active\:-mx-8:active {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:active\:-my-10:active {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:active\:-mx-10:active {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:active\:-my-12:active {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:active\:-mx-12:active {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:active\:-my-16:active {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:active\:-mx-16:active {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:active\:-my-20:active {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:active\:-mx-20:active {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:active\:-my-24:active {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl\:active\:-mx-24:active {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xl\:active\:-my-32:active {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl\:active\:-mx-32:active {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl\:active\:-my-40:active {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xl\:active\:-mx-40:active {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xl\:active\:-my-48:active {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xl\:active\:-mx-48:active {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xl\:active\:-my-56:active {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xl\:active\:-mx-56:active {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xl\:active\:-my-64:active {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xl\:active\:-mx-64:active {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xl\:active\:-my-px:active {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:active\:-mx-px:active {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:active\:mt-0:active {
    margin-top: 0;
  }

  .xl\:active\:mr-0:active {
    margin-right: 0;
  }

  .xl\:active\:mb-0:active {
    margin-bottom: 0;
  }

  .xl\:active\:ml-0:active {
    margin-left: 0;
  }

  .xl\:active\:mt-1:active {
    margin-top: 0.25rem;
  }

  .xl\:active\:mr-1:active {
    margin-right: 0.25rem;
  }

  .xl\:active\:mb-1:active {
    margin-bottom: 0.25rem;
  }

  .xl\:active\:ml-1:active {
    margin-left: 0.25rem;
  }

  .xl\:active\:mt-2:active {
    margin-top: 0.5rem;
  }

  .xl\:active\:mr-2:active {
    margin-right: 0.5rem;
  }

  .xl\:active\:mb-2:active {
    margin-bottom: 0.5rem;
  }

  .xl\:active\:ml-2:active {
    margin-left: 0.5rem;
  }

  .xl\:active\:mt-3:active {
    margin-top: 0.75rem;
  }

  .xl\:active\:mr-3:active {
    margin-right: 0.75rem;
  }

  .xl\:active\:mb-3:active {
    margin-bottom: 0.75rem;
  }

  .xl\:active\:ml-3:active {
    margin-left: 0.75rem;
  }

  .xl\:active\:mt-4:active {
    margin-top: 1rem;
  }

  .xl\:active\:mr-4:active {
    margin-right: 1rem;
  }

  .xl\:active\:mb-4:active {
    margin-bottom: 1rem;
  }

  .xl\:active\:ml-4:active {
    margin-left: 1rem;
  }

  .xl\:active\:mt-5:active {
    margin-top: 1.25rem;
  }

  .xl\:active\:mr-5:active {
    margin-right: 1.25rem;
  }

  .xl\:active\:mb-5:active {
    margin-bottom: 1.25rem;
  }

  .xl\:active\:ml-5:active {
    margin-left: 1.25rem;
  }

  .xl\:active\:mt-6:active {
    margin-top: 1.5rem;
  }

  .xl\:active\:mr-6:active {
    margin-right: 1.5rem;
  }

  .xl\:active\:mb-6:active {
    margin-bottom: 1.5rem;
  }

  .xl\:active\:ml-6:active {
    margin-left: 1.5rem;
  }

  .xl\:active\:mt-8:active {
    margin-top: 2rem;
  }

  .xl\:active\:mr-8:active {
    margin-right: 2rem;
  }

  .xl\:active\:mb-8:active {
    margin-bottom: 2rem;
  }

  .xl\:active\:ml-8:active {
    margin-left: 2rem;
  }

  .xl\:active\:mt-10:active {
    margin-top: 2.5rem;
  }

  .xl\:active\:mr-10:active {
    margin-right: 2.5rem;
  }

  .xl\:active\:mb-10:active {
    margin-bottom: 2.5rem;
  }

  .xl\:active\:ml-10:active {
    margin-left: 2.5rem;
  }

  .xl\:active\:mt-12:active {
    margin-top: 3rem;
  }

  .xl\:active\:mr-12:active {
    margin-right: 3rem;
  }

  .xl\:active\:mb-12:active {
    margin-bottom: 3rem;
  }

  .xl\:active\:ml-12:active {
    margin-left: 3rem;
  }

  .xl\:active\:mt-16:active {
    margin-top: 4rem;
  }

  .xl\:active\:mr-16:active {
    margin-right: 4rem;
  }

  .xl\:active\:mb-16:active {
    margin-bottom: 4rem;
  }

  .xl\:active\:ml-16:active {
    margin-left: 4rem;
  }

  .xl\:active\:mt-20:active {
    margin-top: 5rem;
  }

  .xl\:active\:mr-20:active {
    margin-right: 5rem;
  }

  .xl\:active\:mb-20:active {
    margin-bottom: 5rem;
  }

  .xl\:active\:ml-20:active {
    margin-left: 5rem;
  }

  .xl\:active\:mt-24:active {
    margin-top: 6rem;
  }

  .xl\:active\:mr-24:active {
    margin-right: 6rem;
  }

  .xl\:active\:mb-24:active {
    margin-bottom: 6rem;
  }

  .xl\:active\:ml-24:active {
    margin-left: 6rem;
  }

  .xl\:active\:mt-32:active {
    margin-top: 8rem;
  }

  .xl\:active\:mr-32:active {
    margin-right: 8rem;
  }

  .xl\:active\:mb-32:active {
    margin-bottom: 8rem;
  }

  .xl\:active\:ml-32:active {
    margin-left: 8rem;
  }

  .xl\:active\:mt-40:active {
    margin-top: 10rem;
  }

  .xl\:active\:mr-40:active {
    margin-right: 10rem;
  }

  .xl\:active\:mb-40:active {
    margin-bottom: 10rem;
  }

  .xl\:active\:ml-40:active {
    margin-left: 10rem;
  }

  .xl\:active\:mt-48:active {
    margin-top: 12rem;
  }

  .xl\:active\:mr-48:active {
    margin-right: 12rem;
  }

  .xl\:active\:mb-48:active {
    margin-bottom: 12rem;
  }

  .xl\:active\:ml-48:active {
    margin-left: 12rem;
  }

  .xl\:active\:mt-56:active {
    margin-top: 14rem;
  }

  .xl\:active\:mr-56:active {
    margin-right: 14rem;
  }

  .xl\:active\:mb-56:active {
    margin-bottom: 14rem;
  }

  .xl\:active\:ml-56:active {
    margin-left: 14rem;
  }

  .xl\:active\:mt-64:active {
    margin-top: 16rem;
  }

  .xl\:active\:mr-64:active {
    margin-right: 16rem;
  }

  .xl\:active\:mb-64:active {
    margin-bottom: 16rem;
  }

  .xl\:active\:ml-64:active {
    margin-left: 16rem;
  }

  .xl\:active\:mt-auto:active {
    margin-top: auto;
  }

  .xl\:active\:mr-auto:active {
    margin-right: auto;
  }

  .xl\:active\:mb-auto:active {
    margin-bottom: auto;
  }

  .xl\:active\:ml-auto:active {
    margin-left: auto;
  }

  .xl\:active\:mt-px:active {
    margin-top: 1px;
  }

  .xl\:active\:mr-px:active {
    margin-right: 1px;
  }

  .xl\:active\:mb-px:active {
    margin-bottom: 1px;
  }

  .xl\:active\:ml-px:active {
    margin-left: 1px;
  }

  .xl\:active\:-mt-1:active {
    margin-top: -0.25rem;
  }

  .xl\:active\:-mr-1:active {
    margin-right: -0.25rem;
  }

  .xl\:active\:-mb-1:active {
    margin-bottom: -0.25rem;
  }

  .xl\:active\:-ml-1:active {
    margin-left: -0.25rem;
  }

  .xl\:active\:-mt-2:active {
    margin-top: -0.5rem;
  }

  .xl\:active\:-mr-2:active {
    margin-right: -0.5rem;
  }

  .xl\:active\:-mb-2:active {
    margin-bottom: -0.5rem;
  }

  .xl\:active\:-ml-2:active {
    margin-left: -0.5rem;
  }

  .xl\:active\:-mt-3:active {
    margin-top: -0.75rem;
  }

  .xl\:active\:-mr-3:active {
    margin-right: -0.75rem;
  }

  .xl\:active\:-mb-3:active {
    margin-bottom: -0.75rem;
  }

  .xl\:active\:-ml-3:active {
    margin-left: -0.75rem;
  }

  .xl\:active\:-mt-4:active {
    margin-top: -1rem;
  }

  .xl\:active\:-mr-4:active {
    margin-right: -1rem;
  }

  .xl\:active\:-mb-4:active {
    margin-bottom: -1rem;
  }

  .xl\:active\:-ml-4:active {
    margin-left: -1rem;
  }

  .xl\:active\:-mt-5:active {
    margin-top: -1.25rem;
  }

  .xl\:active\:-mr-5:active {
    margin-right: -1.25rem;
  }

  .xl\:active\:-mb-5:active {
    margin-bottom: -1.25rem;
  }

  .xl\:active\:-ml-5:active {
    margin-left: -1.25rem;
  }

  .xl\:active\:-mt-6:active {
    margin-top: -1.5rem;
  }

  .xl\:active\:-mr-6:active {
    margin-right: -1.5rem;
  }

  .xl\:active\:-mb-6:active {
    margin-bottom: -1.5rem;
  }

  .xl\:active\:-ml-6:active {
    margin-left: -1.5rem;
  }

  .xl\:active\:-mt-8:active {
    margin-top: -2rem;
  }

  .xl\:active\:-mr-8:active {
    margin-right: -2rem;
  }

  .xl\:active\:-mb-8:active {
    margin-bottom: -2rem;
  }

  .xl\:active\:-ml-8:active {
    margin-left: -2rem;
  }

  .xl\:active\:-mt-10:active {
    margin-top: -2.5rem;
  }

  .xl\:active\:-mr-10:active {
    margin-right: -2.5rem;
  }

  .xl\:active\:-mb-10:active {
    margin-bottom: -2.5rem;
  }

  .xl\:active\:-ml-10:active {
    margin-left: -2.5rem;
  }

  .xl\:active\:-mt-12:active {
    margin-top: -3rem;
  }

  .xl\:active\:-mr-12:active {
    margin-right: -3rem;
  }

  .xl\:active\:-mb-12:active {
    margin-bottom: -3rem;
  }

  .xl\:active\:-ml-12:active {
    margin-left: -3rem;
  }

  .xl\:active\:-mt-16:active {
    margin-top: -4rem;
  }

  .xl\:active\:-mr-16:active {
    margin-right: -4rem;
  }

  .xl\:active\:-mb-16:active {
    margin-bottom: -4rem;
  }

  .xl\:active\:-ml-16:active {
    margin-left: -4rem;
  }

  .xl\:active\:-mt-20:active {
    margin-top: -5rem;
  }

  .xl\:active\:-mr-20:active {
    margin-right: -5rem;
  }

  .xl\:active\:-mb-20:active {
    margin-bottom: -5rem;
  }

  .xl\:active\:-ml-20:active {
    margin-left: -5rem;
  }

  .xl\:active\:-mt-24:active {
    margin-top: -6rem;
  }

  .xl\:active\:-mr-24:active {
    margin-right: -6rem;
  }

  .xl\:active\:-mb-24:active {
    margin-bottom: -6rem;
  }

  .xl\:active\:-ml-24:active {
    margin-left: -6rem;
  }

  .xl\:active\:-mt-32:active {
    margin-top: -8rem;
  }

  .xl\:active\:-mr-32:active {
    margin-right: -8rem;
  }

  .xl\:active\:-mb-32:active {
    margin-bottom: -8rem;
  }

  .xl\:active\:-ml-32:active {
    margin-left: -8rem;
  }

  .xl\:active\:-mt-40:active {
    margin-top: -10rem;
  }

  .xl\:active\:-mr-40:active {
    margin-right: -10rem;
  }

  .xl\:active\:-mb-40:active {
    margin-bottom: -10rem;
  }

  .xl\:active\:-ml-40:active {
    margin-left: -10rem;
  }

  .xl\:active\:-mt-48:active {
    margin-top: -12rem;
  }

  .xl\:active\:-mr-48:active {
    margin-right: -12rem;
  }

  .xl\:active\:-mb-48:active {
    margin-bottom: -12rem;
  }

  .xl\:active\:-ml-48:active {
    margin-left: -12rem;
  }

  .xl\:active\:-mt-56:active {
    margin-top: -14rem;
  }

  .xl\:active\:-mr-56:active {
    margin-right: -14rem;
  }

  .xl\:active\:-mb-56:active {
    margin-bottom: -14rem;
  }

  .xl\:active\:-ml-56:active {
    margin-left: -14rem;
  }

  .xl\:active\:-mt-64:active {
    margin-top: -16rem;
  }

  .xl\:active\:-mr-64:active {
    margin-right: -16rem;
  }

  .xl\:active\:-mb-64:active {
    margin-bottom: -16rem;
  }

  .xl\:active\:-ml-64:active {
    margin-left: -16rem;
  }

  .xl\:active\:-mt-px:active {
    margin-top: -1px;
  }

  .xl\:active\:-mr-px:active {
    margin-right: -1px;
  }

  .xl\:active\:-mb-px:active {
    margin-bottom: -1px;
  }

  .xl\:active\:-ml-px:active {
    margin-left: -1px;
  }

  .xl\:visited\:m-0:visited {
    margin: 0;
  }

  .xl\:visited\:m-1:visited {
    margin: 0.25rem;
  }

  .xl\:visited\:m-2:visited {
    margin: 0.5rem;
  }

  .xl\:visited\:m-3:visited {
    margin: 0.75rem;
  }

  .xl\:visited\:m-4:visited {
    margin: 1rem;
  }

  .xl\:visited\:m-5:visited {
    margin: 1.25rem;
  }

  .xl\:visited\:m-6:visited {
    margin: 1.5rem;
  }

  .xl\:visited\:m-8:visited {
    margin: 2rem;
  }

  .xl\:visited\:m-10:visited {
    margin: 2.5rem;
  }

  .xl\:visited\:m-12:visited {
    margin: 3rem;
  }

  .xl\:visited\:m-16:visited {
    margin: 4rem;
  }

  .xl\:visited\:m-20:visited {
    margin: 5rem;
  }

  .xl\:visited\:m-24:visited {
    margin: 6rem;
  }

  .xl\:visited\:m-32:visited {
    margin: 8rem;
  }

  .xl\:visited\:m-40:visited {
    margin: 10rem;
  }

  .xl\:visited\:m-48:visited {
    margin: 12rem;
  }

  .xl\:visited\:m-56:visited {
    margin: 14rem;
  }

  .xl\:visited\:m-64:visited {
    margin: 16rem;
  }

  .xl\:visited\:m-auto:visited {
    margin: auto;
  }

  .xl\:visited\:m-px:visited {
    margin: 1px;
  }

  .xl\:visited\:-m-1:visited {
    margin: -0.25rem;
  }

  .xl\:visited\:-m-2:visited {
    margin: -0.5rem;
  }

  .xl\:visited\:-m-3:visited {
    margin: -0.75rem;
  }

  .xl\:visited\:-m-4:visited {
    margin: -1rem;
  }

  .xl\:visited\:-m-5:visited {
    margin: -1.25rem;
  }

  .xl\:visited\:-m-6:visited {
    margin: -1.5rem;
  }

  .xl\:visited\:-m-8:visited {
    margin: -2rem;
  }

  .xl\:visited\:-m-10:visited {
    margin: -2.5rem;
  }

  .xl\:visited\:-m-12:visited {
    margin: -3rem;
  }

  .xl\:visited\:-m-16:visited {
    margin: -4rem;
  }

  .xl\:visited\:-m-20:visited {
    margin: -5rem;
  }

  .xl\:visited\:-m-24:visited {
    margin: -6rem;
  }

  .xl\:visited\:-m-32:visited {
    margin: -8rem;
  }

  .xl\:visited\:-m-40:visited {
    margin: -10rem;
  }

  .xl\:visited\:-m-48:visited {
    margin: -12rem;
  }

  .xl\:visited\:-m-56:visited {
    margin: -14rem;
  }

  .xl\:visited\:-m-64:visited {
    margin: -16rem;
  }

  .xl\:visited\:-m-px:visited {
    margin: -1px;
  }

  .xl\:visited\:my-0:visited {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:visited\:mx-0:visited {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:visited\:my-1:visited {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xl\:visited\:mx-1:visited {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xl\:visited\:my-2:visited {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl\:visited\:mx-2:visited {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xl\:visited\:my-3:visited {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xl\:visited\:mx-3:visited {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xl\:visited\:my-4:visited {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:visited\:mx-4:visited {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:visited\:my-5:visited {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:visited\:mx-5:visited {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:visited\:my-6:visited {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:visited\:mx-6:visited {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:visited\:my-8:visited {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:visited\:mx-8:visited {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:visited\:my-10:visited {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:visited\:mx-10:visited {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:visited\:my-12:visited {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:visited\:mx-12:visited {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:visited\:my-16:visited {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:visited\:mx-16:visited {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:visited\:my-20:visited {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:visited\:mx-20:visited {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:visited\:my-24:visited {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:visited\:mx-24:visited {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:visited\:my-32:visited {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:visited\:mx-32:visited {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:visited\:my-40:visited {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xl\:visited\:mx-40:visited {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xl\:visited\:my-48:visited {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xl\:visited\:mx-48:visited {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xl\:visited\:my-56:visited {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xl\:visited\:mx-56:visited {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xl\:visited\:my-64:visited {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xl\:visited\:mx-64:visited {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xl\:visited\:my-auto:visited {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:visited\:mx-auto:visited {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:visited\:my-px:visited {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:visited\:mx-px:visited {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:visited\:-my-1:visited {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:visited\:-mx-1:visited {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:visited\:-my-2:visited {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:visited\:-mx-2:visited {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:visited\:-my-3:visited {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:visited\:-mx-3:visited {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:visited\:-my-4:visited {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:visited\:-mx-4:visited {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:visited\:-my-5:visited {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:visited\:-mx-5:visited {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:visited\:-my-6:visited {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:visited\:-mx-6:visited {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:visited\:-my-8:visited {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:visited\:-mx-8:visited {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:visited\:-my-10:visited {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:visited\:-mx-10:visited {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:visited\:-my-12:visited {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:visited\:-mx-12:visited {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:visited\:-my-16:visited {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:visited\:-mx-16:visited {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:visited\:-my-20:visited {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:visited\:-mx-20:visited {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:visited\:-my-24:visited {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl\:visited\:-mx-24:visited {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xl\:visited\:-my-32:visited {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl\:visited\:-mx-32:visited {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl\:visited\:-my-40:visited {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xl\:visited\:-mx-40:visited {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xl\:visited\:-my-48:visited {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xl\:visited\:-mx-48:visited {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xl\:visited\:-my-56:visited {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xl\:visited\:-mx-56:visited {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xl\:visited\:-my-64:visited {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xl\:visited\:-mx-64:visited {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xl\:visited\:-my-px:visited {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:visited\:-mx-px:visited {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:visited\:mt-0:visited {
    margin-top: 0;
  }

  .xl\:visited\:mr-0:visited {
    margin-right: 0;
  }

  .xl\:visited\:mb-0:visited {
    margin-bottom: 0;
  }

  .xl\:visited\:ml-0:visited {
    margin-left: 0;
  }

  .xl\:visited\:mt-1:visited {
    margin-top: 0.25rem;
  }

  .xl\:visited\:mr-1:visited {
    margin-right: 0.25rem;
  }

  .xl\:visited\:mb-1:visited {
    margin-bottom: 0.25rem;
  }

  .xl\:visited\:ml-1:visited {
    margin-left: 0.25rem;
  }

  .xl\:visited\:mt-2:visited {
    margin-top: 0.5rem;
  }

  .xl\:visited\:mr-2:visited {
    margin-right: 0.5rem;
  }

  .xl\:visited\:mb-2:visited {
    margin-bottom: 0.5rem;
  }

  .xl\:visited\:ml-2:visited {
    margin-left: 0.5rem;
  }

  .xl\:visited\:mt-3:visited {
    margin-top: 0.75rem;
  }

  .xl\:visited\:mr-3:visited {
    margin-right: 0.75rem;
  }

  .xl\:visited\:mb-3:visited {
    margin-bottom: 0.75rem;
  }

  .xl\:visited\:ml-3:visited {
    margin-left: 0.75rem;
  }

  .xl\:visited\:mt-4:visited {
    margin-top: 1rem;
  }

  .xl\:visited\:mr-4:visited {
    margin-right: 1rem;
  }

  .xl\:visited\:mb-4:visited {
    margin-bottom: 1rem;
  }

  .xl\:visited\:ml-4:visited {
    margin-left: 1rem;
  }

  .xl\:visited\:mt-5:visited {
    margin-top: 1.25rem;
  }

  .xl\:visited\:mr-5:visited {
    margin-right: 1.25rem;
  }

  .xl\:visited\:mb-5:visited {
    margin-bottom: 1.25rem;
  }

  .xl\:visited\:ml-5:visited {
    margin-left: 1.25rem;
  }

  .xl\:visited\:mt-6:visited {
    margin-top: 1.5rem;
  }

  .xl\:visited\:mr-6:visited {
    margin-right: 1.5rem;
  }

  .xl\:visited\:mb-6:visited {
    margin-bottom: 1.5rem;
  }

  .xl\:visited\:ml-6:visited {
    margin-left: 1.5rem;
  }

  .xl\:visited\:mt-8:visited {
    margin-top: 2rem;
  }

  .xl\:visited\:mr-8:visited {
    margin-right: 2rem;
  }

  .xl\:visited\:mb-8:visited {
    margin-bottom: 2rem;
  }

  .xl\:visited\:ml-8:visited {
    margin-left: 2rem;
  }

  .xl\:visited\:mt-10:visited {
    margin-top: 2.5rem;
  }

  .xl\:visited\:mr-10:visited {
    margin-right: 2.5rem;
  }

  .xl\:visited\:mb-10:visited {
    margin-bottom: 2.5rem;
  }

  .xl\:visited\:ml-10:visited {
    margin-left: 2.5rem;
  }

  .xl\:visited\:mt-12:visited {
    margin-top: 3rem;
  }

  .xl\:visited\:mr-12:visited {
    margin-right: 3rem;
  }

  .xl\:visited\:mb-12:visited {
    margin-bottom: 3rem;
  }

  .xl\:visited\:ml-12:visited {
    margin-left: 3rem;
  }

  .xl\:visited\:mt-16:visited {
    margin-top: 4rem;
  }

  .xl\:visited\:mr-16:visited {
    margin-right: 4rem;
  }

  .xl\:visited\:mb-16:visited {
    margin-bottom: 4rem;
  }

  .xl\:visited\:ml-16:visited {
    margin-left: 4rem;
  }

  .xl\:visited\:mt-20:visited {
    margin-top: 5rem;
  }

  .xl\:visited\:mr-20:visited {
    margin-right: 5rem;
  }

  .xl\:visited\:mb-20:visited {
    margin-bottom: 5rem;
  }

  .xl\:visited\:ml-20:visited {
    margin-left: 5rem;
  }

  .xl\:visited\:mt-24:visited {
    margin-top: 6rem;
  }

  .xl\:visited\:mr-24:visited {
    margin-right: 6rem;
  }

  .xl\:visited\:mb-24:visited {
    margin-bottom: 6rem;
  }

  .xl\:visited\:ml-24:visited {
    margin-left: 6rem;
  }

  .xl\:visited\:mt-32:visited {
    margin-top: 8rem;
  }

  .xl\:visited\:mr-32:visited {
    margin-right: 8rem;
  }

  .xl\:visited\:mb-32:visited {
    margin-bottom: 8rem;
  }

  .xl\:visited\:ml-32:visited {
    margin-left: 8rem;
  }

  .xl\:visited\:mt-40:visited {
    margin-top: 10rem;
  }

  .xl\:visited\:mr-40:visited {
    margin-right: 10rem;
  }

  .xl\:visited\:mb-40:visited {
    margin-bottom: 10rem;
  }

  .xl\:visited\:ml-40:visited {
    margin-left: 10rem;
  }

  .xl\:visited\:mt-48:visited {
    margin-top: 12rem;
  }

  .xl\:visited\:mr-48:visited {
    margin-right: 12rem;
  }

  .xl\:visited\:mb-48:visited {
    margin-bottom: 12rem;
  }

  .xl\:visited\:ml-48:visited {
    margin-left: 12rem;
  }

  .xl\:visited\:mt-56:visited {
    margin-top: 14rem;
  }

  .xl\:visited\:mr-56:visited {
    margin-right: 14rem;
  }

  .xl\:visited\:mb-56:visited {
    margin-bottom: 14rem;
  }

  .xl\:visited\:ml-56:visited {
    margin-left: 14rem;
  }

  .xl\:visited\:mt-64:visited {
    margin-top: 16rem;
  }

  .xl\:visited\:mr-64:visited {
    margin-right: 16rem;
  }

  .xl\:visited\:mb-64:visited {
    margin-bottom: 16rem;
  }

  .xl\:visited\:ml-64:visited {
    margin-left: 16rem;
  }

  .xl\:visited\:mt-auto:visited {
    margin-top: auto;
  }

  .xl\:visited\:mr-auto:visited {
    margin-right: auto;
  }

  .xl\:visited\:mb-auto:visited {
    margin-bottom: auto;
  }

  .xl\:visited\:ml-auto:visited {
    margin-left: auto;
  }

  .xl\:visited\:mt-px:visited {
    margin-top: 1px;
  }

  .xl\:visited\:mr-px:visited {
    margin-right: 1px;
  }

  .xl\:visited\:mb-px:visited {
    margin-bottom: 1px;
  }

  .xl\:visited\:ml-px:visited {
    margin-left: 1px;
  }

  .xl\:visited\:-mt-1:visited {
    margin-top: -0.25rem;
  }

  .xl\:visited\:-mr-1:visited {
    margin-right: -0.25rem;
  }

  .xl\:visited\:-mb-1:visited {
    margin-bottom: -0.25rem;
  }

  .xl\:visited\:-ml-1:visited {
    margin-left: -0.25rem;
  }

  .xl\:visited\:-mt-2:visited {
    margin-top: -0.5rem;
  }

  .xl\:visited\:-mr-2:visited {
    margin-right: -0.5rem;
  }

  .xl\:visited\:-mb-2:visited {
    margin-bottom: -0.5rem;
  }

  .xl\:visited\:-ml-2:visited {
    margin-left: -0.5rem;
  }

  .xl\:visited\:-mt-3:visited {
    margin-top: -0.75rem;
  }

  .xl\:visited\:-mr-3:visited {
    margin-right: -0.75rem;
  }

  .xl\:visited\:-mb-3:visited {
    margin-bottom: -0.75rem;
  }

  .xl\:visited\:-ml-3:visited {
    margin-left: -0.75rem;
  }

  .xl\:visited\:-mt-4:visited {
    margin-top: -1rem;
  }

  .xl\:visited\:-mr-4:visited {
    margin-right: -1rem;
  }

  .xl\:visited\:-mb-4:visited {
    margin-bottom: -1rem;
  }

  .xl\:visited\:-ml-4:visited {
    margin-left: -1rem;
  }

  .xl\:visited\:-mt-5:visited {
    margin-top: -1.25rem;
  }

  .xl\:visited\:-mr-5:visited {
    margin-right: -1.25rem;
  }

  .xl\:visited\:-mb-5:visited {
    margin-bottom: -1.25rem;
  }

  .xl\:visited\:-ml-5:visited {
    margin-left: -1.25rem;
  }

  .xl\:visited\:-mt-6:visited {
    margin-top: -1.5rem;
  }

  .xl\:visited\:-mr-6:visited {
    margin-right: -1.5rem;
  }

  .xl\:visited\:-mb-6:visited {
    margin-bottom: -1.5rem;
  }

  .xl\:visited\:-ml-6:visited {
    margin-left: -1.5rem;
  }

  .xl\:visited\:-mt-8:visited {
    margin-top: -2rem;
  }

  .xl\:visited\:-mr-8:visited {
    margin-right: -2rem;
  }

  .xl\:visited\:-mb-8:visited {
    margin-bottom: -2rem;
  }

  .xl\:visited\:-ml-8:visited {
    margin-left: -2rem;
  }

  .xl\:visited\:-mt-10:visited {
    margin-top: -2.5rem;
  }

  .xl\:visited\:-mr-10:visited {
    margin-right: -2.5rem;
  }

  .xl\:visited\:-mb-10:visited {
    margin-bottom: -2.5rem;
  }

  .xl\:visited\:-ml-10:visited {
    margin-left: -2.5rem;
  }

  .xl\:visited\:-mt-12:visited {
    margin-top: -3rem;
  }

  .xl\:visited\:-mr-12:visited {
    margin-right: -3rem;
  }

  .xl\:visited\:-mb-12:visited {
    margin-bottom: -3rem;
  }

  .xl\:visited\:-ml-12:visited {
    margin-left: -3rem;
  }

  .xl\:visited\:-mt-16:visited {
    margin-top: -4rem;
  }

  .xl\:visited\:-mr-16:visited {
    margin-right: -4rem;
  }

  .xl\:visited\:-mb-16:visited {
    margin-bottom: -4rem;
  }

  .xl\:visited\:-ml-16:visited {
    margin-left: -4rem;
  }

  .xl\:visited\:-mt-20:visited {
    margin-top: -5rem;
  }

  .xl\:visited\:-mr-20:visited {
    margin-right: -5rem;
  }

  .xl\:visited\:-mb-20:visited {
    margin-bottom: -5rem;
  }

  .xl\:visited\:-ml-20:visited {
    margin-left: -5rem;
  }

  .xl\:visited\:-mt-24:visited {
    margin-top: -6rem;
  }

  .xl\:visited\:-mr-24:visited {
    margin-right: -6rem;
  }

  .xl\:visited\:-mb-24:visited {
    margin-bottom: -6rem;
  }

  .xl\:visited\:-ml-24:visited {
    margin-left: -6rem;
  }

  .xl\:visited\:-mt-32:visited {
    margin-top: -8rem;
  }

  .xl\:visited\:-mr-32:visited {
    margin-right: -8rem;
  }

  .xl\:visited\:-mb-32:visited {
    margin-bottom: -8rem;
  }

  .xl\:visited\:-ml-32:visited {
    margin-left: -8rem;
  }

  .xl\:visited\:-mt-40:visited {
    margin-top: -10rem;
  }

  .xl\:visited\:-mr-40:visited {
    margin-right: -10rem;
  }

  .xl\:visited\:-mb-40:visited {
    margin-bottom: -10rem;
  }

  .xl\:visited\:-ml-40:visited {
    margin-left: -10rem;
  }

  .xl\:visited\:-mt-48:visited {
    margin-top: -12rem;
  }

  .xl\:visited\:-mr-48:visited {
    margin-right: -12rem;
  }

  .xl\:visited\:-mb-48:visited {
    margin-bottom: -12rem;
  }

  .xl\:visited\:-ml-48:visited {
    margin-left: -12rem;
  }

  .xl\:visited\:-mt-56:visited {
    margin-top: -14rem;
  }

  .xl\:visited\:-mr-56:visited {
    margin-right: -14rem;
  }

  .xl\:visited\:-mb-56:visited {
    margin-bottom: -14rem;
  }

  .xl\:visited\:-ml-56:visited {
    margin-left: -14rem;
  }

  .xl\:visited\:-mt-64:visited {
    margin-top: -16rem;
  }

  .xl\:visited\:-mr-64:visited {
    margin-right: -16rem;
  }

  .xl\:visited\:-mb-64:visited {
    margin-bottom: -16rem;
  }

  .xl\:visited\:-ml-64:visited {
    margin-left: -16rem;
  }

  .xl\:visited\:-mt-px:visited {
    margin-top: -1px;
  }

  .xl\:visited\:-mr-px:visited {
    margin-right: -1px;
  }

  .xl\:visited\:-mb-px:visited {
    margin-bottom: -1px;
  }

  .xl\:visited\:-ml-px:visited {
    margin-left: -1px;
  }

  .xl\:disabled\:m-0:disabled {
    margin: 0;
  }

  .xl\:disabled\:m-1:disabled {
    margin: 0.25rem;
  }

  .xl\:disabled\:m-2:disabled {
    margin: 0.5rem;
  }

  .xl\:disabled\:m-3:disabled {
    margin: 0.75rem;
  }

  .xl\:disabled\:m-4:disabled {
    margin: 1rem;
  }

  .xl\:disabled\:m-5:disabled {
    margin: 1.25rem;
  }

  .xl\:disabled\:m-6:disabled {
    margin: 1.5rem;
  }

  .xl\:disabled\:m-8:disabled {
    margin: 2rem;
  }

  .xl\:disabled\:m-10:disabled {
    margin: 2.5rem;
  }

  .xl\:disabled\:m-12:disabled {
    margin: 3rem;
  }

  .xl\:disabled\:m-16:disabled {
    margin: 4rem;
  }

  .xl\:disabled\:m-20:disabled {
    margin: 5rem;
  }

  .xl\:disabled\:m-24:disabled {
    margin: 6rem;
  }

  .xl\:disabled\:m-32:disabled {
    margin: 8rem;
  }

  .xl\:disabled\:m-40:disabled {
    margin: 10rem;
  }

  .xl\:disabled\:m-48:disabled {
    margin: 12rem;
  }

  .xl\:disabled\:m-56:disabled {
    margin: 14rem;
  }

  .xl\:disabled\:m-64:disabled {
    margin: 16rem;
  }

  .xl\:disabled\:m-auto:disabled {
    margin: auto;
  }

  .xl\:disabled\:m-px:disabled {
    margin: 1px;
  }

  .xl\:disabled\:-m-1:disabled {
    margin: -0.25rem;
  }

  .xl\:disabled\:-m-2:disabled {
    margin: -0.5rem;
  }

  .xl\:disabled\:-m-3:disabled {
    margin: -0.75rem;
  }

  .xl\:disabled\:-m-4:disabled {
    margin: -1rem;
  }

  .xl\:disabled\:-m-5:disabled {
    margin: -1.25rem;
  }

  .xl\:disabled\:-m-6:disabled {
    margin: -1.5rem;
  }

  .xl\:disabled\:-m-8:disabled {
    margin: -2rem;
  }

  .xl\:disabled\:-m-10:disabled {
    margin: -2.5rem;
  }

  .xl\:disabled\:-m-12:disabled {
    margin: -3rem;
  }

  .xl\:disabled\:-m-16:disabled {
    margin: -4rem;
  }

  .xl\:disabled\:-m-20:disabled {
    margin: -5rem;
  }

  .xl\:disabled\:-m-24:disabled {
    margin: -6rem;
  }

  .xl\:disabled\:-m-32:disabled {
    margin: -8rem;
  }

  .xl\:disabled\:-m-40:disabled {
    margin: -10rem;
  }

  .xl\:disabled\:-m-48:disabled {
    margin: -12rem;
  }

  .xl\:disabled\:-m-56:disabled {
    margin: -14rem;
  }

  .xl\:disabled\:-m-64:disabled {
    margin: -16rem;
  }

  .xl\:disabled\:-m-px:disabled {
    margin: -1px;
  }

  .xl\:disabled\:my-0:disabled {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:disabled\:mx-0:disabled {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:disabled\:my-1:disabled {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xl\:disabled\:mx-1:disabled {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xl\:disabled\:my-2:disabled {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl\:disabled\:mx-2:disabled {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xl\:disabled\:my-3:disabled {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xl\:disabled\:mx-3:disabled {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xl\:disabled\:my-4:disabled {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:disabled\:mx-4:disabled {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:disabled\:my-5:disabled {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:disabled\:mx-5:disabled {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:disabled\:my-6:disabled {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:disabled\:mx-6:disabled {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:disabled\:my-8:disabled {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:disabled\:mx-8:disabled {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:disabled\:my-10:disabled {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:disabled\:mx-10:disabled {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:disabled\:my-12:disabled {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:disabled\:mx-12:disabled {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:disabled\:my-16:disabled {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:disabled\:mx-16:disabled {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:disabled\:my-20:disabled {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:disabled\:mx-20:disabled {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:disabled\:my-24:disabled {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:disabled\:mx-24:disabled {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:disabled\:my-32:disabled {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:disabled\:mx-32:disabled {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:disabled\:my-40:disabled {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xl\:disabled\:mx-40:disabled {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xl\:disabled\:my-48:disabled {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xl\:disabled\:mx-48:disabled {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xl\:disabled\:my-56:disabled {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xl\:disabled\:mx-56:disabled {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xl\:disabled\:my-64:disabled {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xl\:disabled\:mx-64:disabled {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xl\:disabled\:my-auto:disabled {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:disabled\:mx-auto:disabled {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:disabled\:my-px:disabled {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:disabled\:mx-px:disabled {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:disabled\:-my-1:disabled {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:disabled\:-mx-1:disabled {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:disabled\:-my-2:disabled {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:disabled\:-mx-2:disabled {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:disabled\:-my-3:disabled {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:disabled\:-mx-3:disabled {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:disabled\:-my-4:disabled {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:disabled\:-mx-4:disabled {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:disabled\:-my-5:disabled {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:disabled\:-mx-5:disabled {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:disabled\:-my-6:disabled {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:disabled\:-mx-6:disabled {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:disabled\:-my-8:disabled {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:disabled\:-mx-8:disabled {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:disabled\:-my-10:disabled {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:disabled\:-mx-10:disabled {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:disabled\:-my-12:disabled {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:disabled\:-mx-12:disabled {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:disabled\:-my-16:disabled {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:disabled\:-mx-16:disabled {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:disabled\:-my-20:disabled {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:disabled\:-mx-20:disabled {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:disabled\:-my-24:disabled {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl\:disabled\:-mx-24:disabled {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xl\:disabled\:-my-32:disabled {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl\:disabled\:-mx-32:disabled {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl\:disabled\:-my-40:disabled {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xl\:disabled\:-mx-40:disabled {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xl\:disabled\:-my-48:disabled {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xl\:disabled\:-mx-48:disabled {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xl\:disabled\:-my-56:disabled {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xl\:disabled\:-mx-56:disabled {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xl\:disabled\:-my-64:disabled {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xl\:disabled\:-mx-64:disabled {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xl\:disabled\:-my-px:disabled {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:disabled\:-mx-px:disabled {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:disabled\:mt-0:disabled {
    margin-top: 0;
  }

  .xl\:disabled\:mr-0:disabled {
    margin-right: 0;
  }

  .xl\:disabled\:mb-0:disabled {
    margin-bottom: 0;
  }

  .xl\:disabled\:ml-0:disabled {
    margin-left: 0;
  }

  .xl\:disabled\:mt-1:disabled {
    margin-top: 0.25rem;
  }

  .xl\:disabled\:mr-1:disabled {
    margin-right: 0.25rem;
  }

  .xl\:disabled\:mb-1:disabled {
    margin-bottom: 0.25rem;
  }

  .xl\:disabled\:ml-1:disabled {
    margin-left: 0.25rem;
  }

  .xl\:disabled\:mt-2:disabled {
    margin-top: 0.5rem;
  }

  .xl\:disabled\:mr-2:disabled {
    margin-right: 0.5rem;
  }

  .xl\:disabled\:mb-2:disabled {
    margin-bottom: 0.5rem;
  }

  .xl\:disabled\:ml-2:disabled {
    margin-left: 0.5rem;
  }

  .xl\:disabled\:mt-3:disabled {
    margin-top: 0.75rem;
  }

  .xl\:disabled\:mr-3:disabled {
    margin-right: 0.75rem;
  }

  .xl\:disabled\:mb-3:disabled {
    margin-bottom: 0.75rem;
  }

  .xl\:disabled\:ml-3:disabled {
    margin-left: 0.75rem;
  }

  .xl\:disabled\:mt-4:disabled {
    margin-top: 1rem;
  }

  .xl\:disabled\:mr-4:disabled {
    margin-right: 1rem;
  }

  .xl\:disabled\:mb-4:disabled {
    margin-bottom: 1rem;
  }

  .xl\:disabled\:ml-4:disabled {
    margin-left: 1rem;
  }

  .xl\:disabled\:mt-5:disabled {
    margin-top: 1.25rem;
  }

  .xl\:disabled\:mr-5:disabled {
    margin-right: 1.25rem;
  }

  .xl\:disabled\:mb-5:disabled {
    margin-bottom: 1.25rem;
  }

  .xl\:disabled\:ml-5:disabled {
    margin-left: 1.25rem;
  }

  .xl\:disabled\:mt-6:disabled {
    margin-top: 1.5rem;
  }

  .xl\:disabled\:mr-6:disabled {
    margin-right: 1.5rem;
  }

  .xl\:disabled\:mb-6:disabled {
    margin-bottom: 1.5rem;
  }

  .xl\:disabled\:ml-6:disabled {
    margin-left: 1.5rem;
  }

  .xl\:disabled\:mt-8:disabled {
    margin-top: 2rem;
  }

  .xl\:disabled\:mr-8:disabled {
    margin-right: 2rem;
  }

  .xl\:disabled\:mb-8:disabled {
    margin-bottom: 2rem;
  }

  .xl\:disabled\:ml-8:disabled {
    margin-left: 2rem;
  }

  .xl\:disabled\:mt-10:disabled {
    margin-top: 2.5rem;
  }

  .xl\:disabled\:mr-10:disabled {
    margin-right: 2.5rem;
  }

  .xl\:disabled\:mb-10:disabled {
    margin-bottom: 2.5rem;
  }

  .xl\:disabled\:ml-10:disabled {
    margin-left: 2.5rem;
  }

  .xl\:disabled\:mt-12:disabled {
    margin-top: 3rem;
  }

  .xl\:disabled\:mr-12:disabled {
    margin-right: 3rem;
  }

  .xl\:disabled\:mb-12:disabled {
    margin-bottom: 3rem;
  }

  .xl\:disabled\:ml-12:disabled {
    margin-left: 3rem;
  }

  .xl\:disabled\:mt-16:disabled {
    margin-top: 4rem;
  }

  .xl\:disabled\:mr-16:disabled {
    margin-right: 4rem;
  }

  .xl\:disabled\:mb-16:disabled {
    margin-bottom: 4rem;
  }

  .xl\:disabled\:ml-16:disabled {
    margin-left: 4rem;
  }

  .xl\:disabled\:mt-20:disabled {
    margin-top: 5rem;
  }

  .xl\:disabled\:mr-20:disabled {
    margin-right: 5rem;
  }

  .xl\:disabled\:mb-20:disabled {
    margin-bottom: 5rem;
  }

  .xl\:disabled\:ml-20:disabled {
    margin-left: 5rem;
  }

  .xl\:disabled\:mt-24:disabled {
    margin-top: 6rem;
  }

  .xl\:disabled\:mr-24:disabled {
    margin-right: 6rem;
  }

  .xl\:disabled\:mb-24:disabled {
    margin-bottom: 6rem;
  }

  .xl\:disabled\:ml-24:disabled {
    margin-left: 6rem;
  }

  .xl\:disabled\:mt-32:disabled {
    margin-top: 8rem;
  }

  .xl\:disabled\:mr-32:disabled {
    margin-right: 8rem;
  }

  .xl\:disabled\:mb-32:disabled {
    margin-bottom: 8rem;
  }

  .xl\:disabled\:ml-32:disabled {
    margin-left: 8rem;
  }

  .xl\:disabled\:mt-40:disabled {
    margin-top: 10rem;
  }

  .xl\:disabled\:mr-40:disabled {
    margin-right: 10rem;
  }

  .xl\:disabled\:mb-40:disabled {
    margin-bottom: 10rem;
  }

  .xl\:disabled\:ml-40:disabled {
    margin-left: 10rem;
  }

  .xl\:disabled\:mt-48:disabled {
    margin-top: 12rem;
  }

  .xl\:disabled\:mr-48:disabled {
    margin-right: 12rem;
  }

  .xl\:disabled\:mb-48:disabled {
    margin-bottom: 12rem;
  }

  .xl\:disabled\:ml-48:disabled {
    margin-left: 12rem;
  }

  .xl\:disabled\:mt-56:disabled {
    margin-top: 14rem;
  }

  .xl\:disabled\:mr-56:disabled {
    margin-right: 14rem;
  }

  .xl\:disabled\:mb-56:disabled {
    margin-bottom: 14rem;
  }

  .xl\:disabled\:ml-56:disabled {
    margin-left: 14rem;
  }

  .xl\:disabled\:mt-64:disabled {
    margin-top: 16rem;
  }

  .xl\:disabled\:mr-64:disabled {
    margin-right: 16rem;
  }

  .xl\:disabled\:mb-64:disabled {
    margin-bottom: 16rem;
  }

  .xl\:disabled\:ml-64:disabled {
    margin-left: 16rem;
  }

  .xl\:disabled\:mt-auto:disabled {
    margin-top: auto;
  }

  .xl\:disabled\:mr-auto:disabled {
    margin-right: auto;
  }

  .xl\:disabled\:mb-auto:disabled {
    margin-bottom: auto;
  }

  .xl\:disabled\:ml-auto:disabled {
    margin-left: auto;
  }

  .xl\:disabled\:mt-px:disabled {
    margin-top: 1px;
  }

  .xl\:disabled\:mr-px:disabled {
    margin-right: 1px;
  }

  .xl\:disabled\:mb-px:disabled {
    margin-bottom: 1px;
  }

  .xl\:disabled\:ml-px:disabled {
    margin-left: 1px;
  }

  .xl\:disabled\:-mt-1:disabled {
    margin-top: -0.25rem;
  }

  .xl\:disabled\:-mr-1:disabled {
    margin-right: -0.25rem;
  }

  .xl\:disabled\:-mb-1:disabled {
    margin-bottom: -0.25rem;
  }

  .xl\:disabled\:-ml-1:disabled {
    margin-left: -0.25rem;
  }

  .xl\:disabled\:-mt-2:disabled {
    margin-top: -0.5rem;
  }

  .xl\:disabled\:-mr-2:disabled {
    margin-right: -0.5rem;
  }

  .xl\:disabled\:-mb-2:disabled {
    margin-bottom: -0.5rem;
  }

  .xl\:disabled\:-ml-2:disabled {
    margin-left: -0.5rem;
  }

  .xl\:disabled\:-mt-3:disabled {
    margin-top: -0.75rem;
  }

  .xl\:disabled\:-mr-3:disabled {
    margin-right: -0.75rem;
  }

  .xl\:disabled\:-mb-3:disabled {
    margin-bottom: -0.75rem;
  }

  .xl\:disabled\:-ml-3:disabled {
    margin-left: -0.75rem;
  }

  .xl\:disabled\:-mt-4:disabled {
    margin-top: -1rem;
  }

  .xl\:disabled\:-mr-4:disabled {
    margin-right: -1rem;
  }

  .xl\:disabled\:-mb-4:disabled {
    margin-bottom: -1rem;
  }

  .xl\:disabled\:-ml-4:disabled {
    margin-left: -1rem;
  }

  .xl\:disabled\:-mt-5:disabled {
    margin-top: -1.25rem;
  }

  .xl\:disabled\:-mr-5:disabled {
    margin-right: -1.25rem;
  }

  .xl\:disabled\:-mb-5:disabled {
    margin-bottom: -1.25rem;
  }

  .xl\:disabled\:-ml-5:disabled {
    margin-left: -1.25rem;
  }

  .xl\:disabled\:-mt-6:disabled {
    margin-top: -1.5rem;
  }

  .xl\:disabled\:-mr-6:disabled {
    margin-right: -1.5rem;
  }

  .xl\:disabled\:-mb-6:disabled {
    margin-bottom: -1.5rem;
  }

  .xl\:disabled\:-ml-6:disabled {
    margin-left: -1.5rem;
  }

  .xl\:disabled\:-mt-8:disabled {
    margin-top: -2rem;
  }

  .xl\:disabled\:-mr-8:disabled {
    margin-right: -2rem;
  }

  .xl\:disabled\:-mb-8:disabled {
    margin-bottom: -2rem;
  }

  .xl\:disabled\:-ml-8:disabled {
    margin-left: -2rem;
  }

  .xl\:disabled\:-mt-10:disabled {
    margin-top: -2.5rem;
  }

  .xl\:disabled\:-mr-10:disabled {
    margin-right: -2.5rem;
  }

  .xl\:disabled\:-mb-10:disabled {
    margin-bottom: -2.5rem;
  }

  .xl\:disabled\:-ml-10:disabled {
    margin-left: -2.5rem;
  }

  .xl\:disabled\:-mt-12:disabled {
    margin-top: -3rem;
  }

  .xl\:disabled\:-mr-12:disabled {
    margin-right: -3rem;
  }

  .xl\:disabled\:-mb-12:disabled {
    margin-bottom: -3rem;
  }

  .xl\:disabled\:-ml-12:disabled {
    margin-left: -3rem;
  }

  .xl\:disabled\:-mt-16:disabled {
    margin-top: -4rem;
  }

  .xl\:disabled\:-mr-16:disabled {
    margin-right: -4rem;
  }

  .xl\:disabled\:-mb-16:disabled {
    margin-bottom: -4rem;
  }

  .xl\:disabled\:-ml-16:disabled {
    margin-left: -4rem;
  }

  .xl\:disabled\:-mt-20:disabled {
    margin-top: -5rem;
  }

  .xl\:disabled\:-mr-20:disabled {
    margin-right: -5rem;
  }

  .xl\:disabled\:-mb-20:disabled {
    margin-bottom: -5rem;
  }

  .xl\:disabled\:-ml-20:disabled {
    margin-left: -5rem;
  }

  .xl\:disabled\:-mt-24:disabled {
    margin-top: -6rem;
  }

  .xl\:disabled\:-mr-24:disabled {
    margin-right: -6rem;
  }

  .xl\:disabled\:-mb-24:disabled {
    margin-bottom: -6rem;
  }

  .xl\:disabled\:-ml-24:disabled {
    margin-left: -6rem;
  }

  .xl\:disabled\:-mt-32:disabled {
    margin-top: -8rem;
  }

  .xl\:disabled\:-mr-32:disabled {
    margin-right: -8rem;
  }

  .xl\:disabled\:-mb-32:disabled {
    margin-bottom: -8rem;
  }

  .xl\:disabled\:-ml-32:disabled {
    margin-left: -8rem;
  }

  .xl\:disabled\:-mt-40:disabled {
    margin-top: -10rem;
  }

  .xl\:disabled\:-mr-40:disabled {
    margin-right: -10rem;
  }

  .xl\:disabled\:-mb-40:disabled {
    margin-bottom: -10rem;
  }

  .xl\:disabled\:-ml-40:disabled {
    margin-left: -10rem;
  }

  .xl\:disabled\:-mt-48:disabled {
    margin-top: -12rem;
  }

  .xl\:disabled\:-mr-48:disabled {
    margin-right: -12rem;
  }

  .xl\:disabled\:-mb-48:disabled {
    margin-bottom: -12rem;
  }

  .xl\:disabled\:-ml-48:disabled {
    margin-left: -12rem;
  }

  .xl\:disabled\:-mt-56:disabled {
    margin-top: -14rem;
  }

  .xl\:disabled\:-mr-56:disabled {
    margin-right: -14rem;
  }

  .xl\:disabled\:-mb-56:disabled {
    margin-bottom: -14rem;
  }

  .xl\:disabled\:-ml-56:disabled {
    margin-left: -14rem;
  }

  .xl\:disabled\:-mt-64:disabled {
    margin-top: -16rem;
  }

  .xl\:disabled\:-mr-64:disabled {
    margin-right: -16rem;
  }

  .xl\:disabled\:-mb-64:disabled {
    margin-bottom: -16rem;
  }

  .xl\:disabled\:-ml-64:disabled {
    margin-left: -16rem;
  }

  .xl\:disabled\:-mt-px:disabled {
    margin-top: -1px;
  }

  .xl\:disabled\:-mr-px:disabled {
    margin-right: -1px;
  }

  .xl\:disabled\:-mb-px:disabled {
    margin-bottom: -1px;
  }

  .xl\:disabled\:-ml-px:disabled {
    margin-left: -1px;
  }

  .xl\:max-h-full {
    max-height: 100%;
  }

  .xl\:max-h-screen {
    max-height: 100vh;
  }

  .group:hover .xl\:group-hover\:max-h-full {
    max-height: 100%;
  }

  .group:hover .xl\:group-hover\:max-h-screen {
    max-height: 100vh;
  }

  .xl\:focus-within\:max-h-full:focus-within {
    max-height: 100%;
  }

  .xl\:focus-within\:max-h-screen:focus-within {
    max-height: 100vh;
  }

  .xl\:first\:max-h-full:first-child {
    max-height: 100%;
  }

  .xl\:first\:max-h-screen:first-child {
    max-height: 100vh;
  }

  .xl\:last\:max-h-full:last-child {
    max-height: 100%;
  }

  .xl\:last\:max-h-screen:last-child {
    max-height: 100vh;
  }

  .xl\:odd\:max-h-full:nth-child(odd) {
    max-height: 100%;
  }

  .xl\:odd\:max-h-screen:nth-child(odd) {
    max-height: 100vh;
  }

  .xl\:even\:max-h-full:nth-child(even) {
    max-height: 100%;
  }

  .xl\:even\:max-h-screen:nth-child(even) {
    max-height: 100vh;
  }

  .xl\:hover\:max-h-full:hover {
    max-height: 100%;
  }

  .xl\:hover\:max-h-screen:hover {
    max-height: 100vh;
  }

  .xl\:focus\:max-h-full:focus {
    max-height: 100%;
  }

  .xl\:focus\:max-h-screen:focus {
    max-height: 100vh;
  }

  .xl\:active\:max-h-full:active {
    max-height: 100%;
  }

  .xl\:active\:max-h-screen:active {
    max-height: 100vh;
  }

  .xl\:visited\:max-h-full:visited {
    max-height: 100%;
  }

  .xl\:visited\:max-h-screen:visited {
    max-height: 100vh;
  }

  .xl\:disabled\:max-h-full:disabled {
    max-height: 100%;
  }

  .xl\:disabled\:max-h-screen:disabled {
    max-height: 100vh;
  }

  .xl\:max-w-xs {
    max-width: 20rem;
  }

  .xl\:max-w-sm {
    max-width: 24rem;
  }

  .xl\:max-w-md {
    max-width: 28rem;
  }

  .xl\:max-w-lg {
    max-width: 32rem;
  }

  .xl\:max-w-xl {
    max-width: 36rem;
  }

  .xl\:max-w-2xl {
    max-width: 42rem;
  }

  .xl\:max-w-3xl {
    max-width: 48rem;
  }

  .xl\:max-w-4xl {
    max-width: 56rem;
  }

  .xl\:max-w-5xl {
    max-width: 64rem;
  }

  .xl\:max-w-6xl {
    max-width: 72rem;
  }

  .xl\:max-w-full {
    max-width: 100%;
  }

  .group:hover .xl\:group-hover\:max-w-xs {
    max-width: 20rem;
  }

  .group:hover .xl\:group-hover\:max-w-sm {
    max-width: 24rem;
  }

  .group:hover .xl\:group-hover\:max-w-md {
    max-width: 28rem;
  }

  .group:hover .xl\:group-hover\:max-w-lg {
    max-width: 32rem;
  }

  .group:hover .xl\:group-hover\:max-w-xl {
    max-width: 36rem;
  }

  .group:hover .xl\:group-hover\:max-w-2xl {
    max-width: 42rem;
  }

  .group:hover .xl\:group-hover\:max-w-3xl {
    max-width: 48rem;
  }

  .group:hover .xl\:group-hover\:max-w-4xl {
    max-width: 56rem;
  }

  .group:hover .xl\:group-hover\:max-w-5xl {
    max-width: 64rem;
  }

  .group:hover .xl\:group-hover\:max-w-6xl {
    max-width: 72rem;
  }

  .group:hover .xl\:group-hover\:max-w-full {
    max-width: 100%;
  }

  .xl\:focus-within\:max-w-xs:focus-within {
    max-width: 20rem;
  }

  .xl\:focus-within\:max-w-sm:focus-within {
    max-width: 24rem;
  }

  .xl\:focus-within\:max-w-md:focus-within {
    max-width: 28rem;
  }

  .xl\:focus-within\:max-w-lg:focus-within {
    max-width: 32rem;
  }

  .xl\:focus-within\:max-w-xl:focus-within {
    max-width: 36rem;
  }

  .xl\:focus-within\:max-w-2xl:focus-within {
    max-width: 42rem;
  }

  .xl\:focus-within\:max-w-3xl:focus-within {
    max-width: 48rem;
  }

  .xl\:focus-within\:max-w-4xl:focus-within {
    max-width: 56rem;
  }

  .xl\:focus-within\:max-w-5xl:focus-within {
    max-width: 64rem;
  }

  .xl\:focus-within\:max-w-6xl:focus-within {
    max-width: 72rem;
  }

  .xl\:focus-within\:max-w-full:focus-within {
    max-width: 100%;
  }

  .xl\:first\:max-w-xs:first-child {
    max-width: 20rem;
  }

  .xl\:first\:max-w-sm:first-child {
    max-width: 24rem;
  }

  .xl\:first\:max-w-md:first-child {
    max-width: 28rem;
  }

  .xl\:first\:max-w-lg:first-child {
    max-width: 32rem;
  }

  .xl\:first\:max-w-xl:first-child {
    max-width: 36rem;
  }

  .xl\:first\:max-w-2xl:first-child {
    max-width: 42rem;
  }

  .xl\:first\:max-w-3xl:first-child {
    max-width: 48rem;
  }

  .xl\:first\:max-w-4xl:first-child {
    max-width: 56rem;
  }

  .xl\:first\:max-w-5xl:first-child {
    max-width: 64rem;
  }

  .xl\:first\:max-w-6xl:first-child {
    max-width: 72rem;
  }

  .xl\:first\:max-w-full:first-child {
    max-width: 100%;
  }

  .xl\:last\:max-w-xs:last-child {
    max-width: 20rem;
  }

  .xl\:last\:max-w-sm:last-child {
    max-width: 24rem;
  }

  .xl\:last\:max-w-md:last-child {
    max-width: 28rem;
  }

  .xl\:last\:max-w-lg:last-child {
    max-width: 32rem;
  }

  .xl\:last\:max-w-xl:last-child {
    max-width: 36rem;
  }

  .xl\:last\:max-w-2xl:last-child {
    max-width: 42rem;
  }

  .xl\:last\:max-w-3xl:last-child {
    max-width: 48rem;
  }

  .xl\:last\:max-w-4xl:last-child {
    max-width: 56rem;
  }

  .xl\:last\:max-w-5xl:last-child {
    max-width: 64rem;
  }

  .xl\:last\:max-w-6xl:last-child {
    max-width: 72rem;
  }

  .xl\:last\:max-w-full:last-child {
    max-width: 100%;
  }

  .xl\:odd\:max-w-xs:nth-child(odd) {
    max-width: 20rem;
  }

  .xl\:odd\:max-w-sm:nth-child(odd) {
    max-width: 24rem;
  }

  .xl\:odd\:max-w-md:nth-child(odd) {
    max-width: 28rem;
  }

  .xl\:odd\:max-w-lg:nth-child(odd) {
    max-width: 32rem;
  }

  .xl\:odd\:max-w-xl:nth-child(odd) {
    max-width: 36rem;
  }

  .xl\:odd\:max-w-2xl:nth-child(odd) {
    max-width: 42rem;
  }

  .xl\:odd\:max-w-3xl:nth-child(odd) {
    max-width: 48rem;
  }

  .xl\:odd\:max-w-4xl:nth-child(odd) {
    max-width: 56rem;
  }

  .xl\:odd\:max-w-5xl:nth-child(odd) {
    max-width: 64rem;
  }

  .xl\:odd\:max-w-6xl:nth-child(odd) {
    max-width: 72rem;
  }

  .xl\:odd\:max-w-full:nth-child(odd) {
    max-width: 100%;
  }

  .xl\:even\:max-w-xs:nth-child(even) {
    max-width: 20rem;
  }

  .xl\:even\:max-w-sm:nth-child(even) {
    max-width: 24rem;
  }

  .xl\:even\:max-w-md:nth-child(even) {
    max-width: 28rem;
  }

  .xl\:even\:max-w-lg:nth-child(even) {
    max-width: 32rem;
  }

  .xl\:even\:max-w-xl:nth-child(even) {
    max-width: 36rem;
  }

  .xl\:even\:max-w-2xl:nth-child(even) {
    max-width: 42rem;
  }

  .xl\:even\:max-w-3xl:nth-child(even) {
    max-width: 48rem;
  }

  .xl\:even\:max-w-4xl:nth-child(even) {
    max-width: 56rem;
  }

  .xl\:even\:max-w-5xl:nth-child(even) {
    max-width: 64rem;
  }

  .xl\:even\:max-w-6xl:nth-child(even) {
    max-width: 72rem;
  }

  .xl\:even\:max-w-full:nth-child(even) {
    max-width: 100%;
  }

  .xl\:hover\:max-w-xs:hover {
    max-width: 20rem;
  }

  .xl\:hover\:max-w-sm:hover {
    max-width: 24rem;
  }

  .xl\:hover\:max-w-md:hover {
    max-width: 28rem;
  }

  .xl\:hover\:max-w-lg:hover {
    max-width: 32rem;
  }

  .xl\:hover\:max-w-xl:hover {
    max-width: 36rem;
  }

  .xl\:hover\:max-w-2xl:hover {
    max-width: 42rem;
  }

  .xl\:hover\:max-w-3xl:hover {
    max-width: 48rem;
  }

  .xl\:hover\:max-w-4xl:hover {
    max-width: 56rem;
  }

  .xl\:hover\:max-w-5xl:hover {
    max-width: 64rem;
  }

  .xl\:hover\:max-w-6xl:hover {
    max-width: 72rem;
  }

  .xl\:hover\:max-w-full:hover {
    max-width: 100%;
  }

  .xl\:focus\:max-w-xs:focus {
    max-width: 20rem;
  }

  .xl\:focus\:max-w-sm:focus {
    max-width: 24rem;
  }

  .xl\:focus\:max-w-md:focus {
    max-width: 28rem;
  }

  .xl\:focus\:max-w-lg:focus {
    max-width: 32rem;
  }

  .xl\:focus\:max-w-xl:focus {
    max-width: 36rem;
  }

  .xl\:focus\:max-w-2xl:focus {
    max-width: 42rem;
  }

  .xl\:focus\:max-w-3xl:focus {
    max-width: 48rem;
  }

  .xl\:focus\:max-w-4xl:focus {
    max-width: 56rem;
  }

  .xl\:focus\:max-w-5xl:focus {
    max-width: 64rem;
  }

  .xl\:focus\:max-w-6xl:focus {
    max-width: 72rem;
  }

  .xl\:focus\:max-w-full:focus {
    max-width: 100%;
  }

  .xl\:active\:max-w-xs:active {
    max-width: 20rem;
  }

  .xl\:active\:max-w-sm:active {
    max-width: 24rem;
  }

  .xl\:active\:max-w-md:active {
    max-width: 28rem;
  }

  .xl\:active\:max-w-lg:active {
    max-width: 32rem;
  }

  .xl\:active\:max-w-xl:active {
    max-width: 36rem;
  }

  .xl\:active\:max-w-2xl:active {
    max-width: 42rem;
  }

  .xl\:active\:max-w-3xl:active {
    max-width: 48rem;
  }

  .xl\:active\:max-w-4xl:active {
    max-width: 56rem;
  }

  .xl\:active\:max-w-5xl:active {
    max-width: 64rem;
  }

  .xl\:active\:max-w-6xl:active {
    max-width: 72rem;
  }

  .xl\:active\:max-w-full:active {
    max-width: 100%;
  }

  .xl\:visited\:max-w-xs:visited {
    max-width: 20rem;
  }

  .xl\:visited\:max-w-sm:visited {
    max-width: 24rem;
  }

  .xl\:visited\:max-w-md:visited {
    max-width: 28rem;
  }

  .xl\:visited\:max-w-lg:visited {
    max-width: 32rem;
  }

  .xl\:visited\:max-w-xl:visited {
    max-width: 36rem;
  }

  .xl\:visited\:max-w-2xl:visited {
    max-width: 42rem;
  }

  .xl\:visited\:max-w-3xl:visited {
    max-width: 48rem;
  }

  .xl\:visited\:max-w-4xl:visited {
    max-width: 56rem;
  }

  .xl\:visited\:max-w-5xl:visited {
    max-width: 64rem;
  }

  .xl\:visited\:max-w-6xl:visited {
    max-width: 72rem;
  }

  .xl\:visited\:max-w-full:visited {
    max-width: 100%;
  }

  .xl\:disabled\:max-w-xs:disabled {
    max-width: 20rem;
  }

  .xl\:disabled\:max-w-sm:disabled {
    max-width: 24rem;
  }

  .xl\:disabled\:max-w-md:disabled {
    max-width: 28rem;
  }

  .xl\:disabled\:max-w-lg:disabled {
    max-width: 32rem;
  }

  .xl\:disabled\:max-w-xl:disabled {
    max-width: 36rem;
  }

  .xl\:disabled\:max-w-2xl:disabled {
    max-width: 42rem;
  }

  .xl\:disabled\:max-w-3xl:disabled {
    max-width: 48rem;
  }

  .xl\:disabled\:max-w-4xl:disabled {
    max-width: 56rem;
  }

  .xl\:disabled\:max-w-5xl:disabled {
    max-width: 64rem;
  }

  .xl\:disabled\:max-w-6xl:disabled {
    max-width: 72rem;
  }

  .xl\:disabled\:max-w-full:disabled {
    max-width: 100%;
  }

  .xl\:min-h-0 {
    min-height: 0;
  }

  .xl\:min-h-full {
    min-height: 100%;
  }

  .xl\:min-h-screen {
    min-height: 100vh;
  }

  .group:hover .xl\:group-hover\:min-h-0 {
    min-height: 0;
  }

  .group:hover .xl\:group-hover\:min-h-full {
    min-height: 100%;
  }

  .group:hover .xl\:group-hover\:min-h-screen {
    min-height: 100vh;
  }

  .xl\:focus-within\:min-h-0:focus-within {
    min-height: 0;
  }

  .xl\:focus-within\:min-h-full:focus-within {
    min-height: 100%;
  }

  .xl\:focus-within\:min-h-screen:focus-within {
    min-height: 100vh;
  }

  .xl\:first\:min-h-0:first-child {
    min-height: 0;
  }

  .xl\:first\:min-h-full:first-child {
    min-height: 100%;
  }

  .xl\:first\:min-h-screen:first-child {
    min-height: 100vh;
  }

  .xl\:last\:min-h-0:last-child {
    min-height: 0;
  }

  .xl\:last\:min-h-full:last-child {
    min-height: 100%;
  }

  .xl\:last\:min-h-screen:last-child {
    min-height: 100vh;
  }

  .xl\:odd\:min-h-0:nth-child(odd) {
    min-height: 0;
  }

  .xl\:odd\:min-h-full:nth-child(odd) {
    min-height: 100%;
  }

  .xl\:odd\:min-h-screen:nth-child(odd) {
    min-height: 100vh;
  }

  .xl\:even\:min-h-0:nth-child(even) {
    min-height: 0;
  }

  .xl\:even\:min-h-full:nth-child(even) {
    min-height: 100%;
  }

  .xl\:even\:min-h-screen:nth-child(even) {
    min-height: 100vh;
  }

  .xl\:hover\:min-h-0:hover {
    min-height: 0;
  }

  .xl\:hover\:min-h-full:hover {
    min-height: 100%;
  }

  .xl\:hover\:min-h-screen:hover {
    min-height: 100vh;
  }

  .xl\:focus\:min-h-0:focus {
    min-height: 0;
  }

  .xl\:focus\:min-h-full:focus {
    min-height: 100%;
  }

  .xl\:focus\:min-h-screen:focus {
    min-height: 100vh;
  }

  .xl\:active\:min-h-0:active {
    min-height: 0;
  }

  .xl\:active\:min-h-full:active {
    min-height: 100%;
  }

  .xl\:active\:min-h-screen:active {
    min-height: 100vh;
  }

  .xl\:visited\:min-h-0:visited {
    min-height: 0;
  }

  .xl\:visited\:min-h-full:visited {
    min-height: 100%;
  }

  .xl\:visited\:min-h-screen:visited {
    min-height: 100vh;
  }

  .xl\:disabled\:min-h-0:disabled {
    min-height: 0;
  }

  .xl\:disabled\:min-h-full:disabled {
    min-height: 100%;
  }

  .xl\:disabled\:min-h-screen:disabled {
    min-height: 100vh;
  }

  .xl\:min-w-0 {
    min-width: 0;
  }

  .xl\:min-w-full {
    min-width: 100%;
  }

  .group:hover .xl\:group-hover\:min-w-0 {
    min-width: 0;
  }

  .group:hover .xl\:group-hover\:min-w-full {
    min-width: 100%;
  }

  .xl\:focus-within\:min-w-0:focus-within {
    min-width: 0;
  }

  .xl\:focus-within\:min-w-full:focus-within {
    min-width: 100%;
  }

  .xl\:first\:min-w-0:first-child {
    min-width: 0;
  }

  .xl\:first\:min-w-full:first-child {
    min-width: 100%;
  }

  .xl\:last\:min-w-0:last-child {
    min-width: 0;
  }

  .xl\:last\:min-w-full:last-child {
    min-width: 100%;
  }

  .xl\:odd\:min-w-0:nth-child(odd) {
    min-width: 0;
  }

  .xl\:odd\:min-w-full:nth-child(odd) {
    min-width: 100%;
  }

  .xl\:even\:min-w-0:nth-child(even) {
    min-width: 0;
  }

  .xl\:even\:min-w-full:nth-child(even) {
    min-width: 100%;
  }

  .xl\:hover\:min-w-0:hover {
    min-width: 0;
  }

  .xl\:hover\:min-w-full:hover {
    min-width: 100%;
  }

  .xl\:focus\:min-w-0:focus {
    min-width: 0;
  }

  .xl\:focus\:min-w-full:focus {
    min-width: 100%;
  }

  .xl\:active\:min-w-0:active {
    min-width: 0;
  }

  .xl\:active\:min-w-full:active {
    min-width: 100%;
  }

  .xl\:visited\:min-w-0:visited {
    min-width: 0;
  }

  .xl\:visited\:min-w-full:visited {
    min-width: 100%;
  }

  .xl\:disabled\:min-w-0:disabled {
    min-width: 0;
  }

  .xl\:disabled\:min-w-full:disabled {
    min-width: 100%;
  }

  .xl\:object-contain {
    object-fit: contain;
  }

  .xl\:object-cover {
    object-fit: cover;
  }

  .xl\:object-fill {
    object-fit: fill;
  }

  .xl\:object-none {
    object-fit: none;
  }

  .xl\:object-scale-down {
    object-fit: scale-down;
  }

  .group:hover .xl\:group-hover\:object-contain {
    object-fit: contain;
  }

  .group:hover .xl\:group-hover\:object-cover {
    object-fit: cover;
  }

  .group:hover .xl\:group-hover\:object-fill {
    object-fit: fill;
  }

  .group:hover .xl\:group-hover\:object-none {
    object-fit: none;
  }

  .group:hover .xl\:group-hover\:object-scale-down {
    object-fit: scale-down;
  }

  .xl\:focus-within\:object-contain:focus-within {
    object-fit: contain;
  }

  .xl\:focus-within\:object-cover:focus-within {
    object-fit: cover;
  }

  .xl\:focus-within\:object-fill:focus-within {
    object-fit: fill;
  }

  .xl\:focus-within\:object-none:focus-within {
    object-fit: none;
  }

  .xl\:focus-within\:object-scale-down:focus-within {
    object-fit: scale-down;
  }

  .xl\:first\:object-contain:first-child {
    object-fit: contain;
  }

  .xl\:first\:object-cover:first-child {
    object-fit: cover;
  }

  .xl\:first\:object-fill:first-child {
    object-fit: fill;
  }

  .xl\:first\:object-none:first-child {
    object-fit: none;
  }

  .xl\:first\:object-scale-down:first-child {
    object-fit: scale-down;
  }

  .xl\:last\:object-contain:last-child {
    object-fit: contain;
  }

  .xl\:last\:object-cover:last-child {
    object-fit: cover;
  }

  .xl\:last\:object-fill:last-child {
    object-fit: fill;
  }

  .xl\:last\:object-none:last-child {
    object-fit: none;
  }

  .xl\:last\:object-scale-down:last-child {
    object-fit: scale-down;
  }

  .xl\:odd\:object-contain:nth-child(odd) {
    object-fit: contain;
  }

  .xl\:odd\:object-cover:nth-child(odd) {
    object-fit: cover;
  }

  .xl\:odd\:object-fill:nth-child(odd) {
    object-fit: fill;
  }

  .xl\:odd\:object-none:nth-child(odd) {
    object-fit: none;
  }

  .xl\:odd\:object-scale-down:nth-child(odd) {
    object-fit: scale-down;
  }

  .xl\:even\:object-contain:nth-child(even) {
    object-fit: contain;
  }

  .xl\:even\:object-cover:nth-child(even) {
    object-fit: cover;
  }

  .xl\:even\:object-fill:nth-child(even) {
    object-fit: fill;
  }

  .xl\:even\:object-none:nth-child(even) {
    object-fit: none;
  }

  .xl\:even\:object-scale-down:nth-child(even) {
    object-fit: scale-down;
  }

  .xl\:hover\:object-contain:hover {
    object-fit: contain;
  }

  .xl\:hover\:object-cover:hover {
    object-fit: cover;
  }

  .xl\:hover\:object-fill:hover {
    object-fit: fill;
  }

  .xl\:hover\:object-none:hover {
    object-fit: none;
  }

  .xl\:hover\:object-scale-down:hover {
    object-fit: scale-down;
  }

  .xl\:focus\:object-contain:focus {
    object-fit: contain;
  }

  .xl\:focus\:object-cover:focus {
    object-fit: cover;
  }

  .xl\:focus\:object-fill:focus {
    object-fit: fill;
  }

  .xl\:focus\:object-none:focus {
    object-fit: none;
  }

  .xl\:focus\:object-scale-down:focus {
    object-fit: scale-down;
  }

  .xl\:active\:object-contain:active {
    object-fit: contain;
  }

  .xl\:active\:object-cover:active {
    object-fit: cover;
  }

  .xl\:active\:object-fill:active {
    object-fit: fill;
  }

  .xl\:active\:object-none:active {
    object-fit: none;
  }

  .xl\:active\:object-scale-down:active {
    object-fit: scale-down;
  }

  .xl\:visited\:object-contain:visited {
    object-fit: contain;
  }

  .xl\:visited\:object-cover:visited {
    object-fit: cover;
  }

  .xl\:visited\:object-fill:visited {
    object-fit: fill;
  }

  .xl\:visited\:object-none:visited {
    object-fit: none;
  }

  .xl\:visited\:object-scale-down:visited {
    object-fit: scale-down;
  }

  .xl\:disabled\:object-contain:disabled {
    object-fit: contain;
  }

  .xl\:disabled\:object-cover:disabled {
    object-fit: cover;
  }

  .xl\:disabled\:object-fill:disabled {
    object-fit: fill;
  }

  .xl\:disabled\:object-none:disabled {
    object-fit: none;
  }

  .xl\:disabled\:object-scale-down:disabled {
    object-fit: scale-down;
  }

  .xl\:object-bottom {
    object-position: bottom;
  }

  .xl\:object-center {
    object-position: center;
  }

  .xl\:object-left {
    object-position: left;
  }

  .xl\:object-left-bottom {
    object-position: left bottom;
  }

  .xl\:object-left-top {
    object-position: left top;
  }

  .xl\:object-right {
    object-position: right;
  }

  .xl\:object-right-bottom {
    object-position: right bottom;
  }

  .xl\:object-right-top {
    object-position: right top;
  }

  .xl\:object-top {
    object-position: top;
  }

  .group:hover .xl\:group-hover\:object-bottom {
    object-position: bottom;
  }

  .group:hover .xl\:group-hover\:object-center {
    object-position: center;
  }

  .group:hover .xl\:group-hover\:object-left {
    object-position: left;
  }

  .group:hover .xl\:group-hover\:object-left-bottom {
    object-position: left bottom;
  }

  .group:hover .xl\:group-hover\:object-left-top {
    object-position: left top;
  }

  .group:hover .xl\:group-hover\:object-right {
    object-position: right;
  }

  .group:hover .xl\:group-hover\:object-right-bottom {
    object-position: right bottom;
  }

  .group:hover .xl\:group-hover\:object-right-top {
    object-position: right top;
  }

  .group:hover .xl\:group-hover\:object-top {
    object-position: top;
  }

  .xl\:focus-within\:object-bottom:focus-within {
    object-position: bottom;
  }

  .xl\:focus-within\:object-center:focus-within {
    object-position: center;
  }

  .xl\:focus-within\:object-left:focus-within {
    object-position: left;
  }

  .xl\:focus-within\:object-left-bottom:focus-within {
    object-position: left bottom;
  }

  .xl\:focus-within\:object-left-top:focus-within {
    object-position: left top;
  }

  .xl\:focus-within\:object-right:focus-within {
    object-position: right;
  }

  .xl\:focus-within\:object-right-bottom:focus-within {
    object-position: right bottom;
  }

  .xl\:focus-within\:object-right-top:focus-within {
    object-position: right top;
  }

  .xl\:focus-within\:object-top:focus-within {
    object-position: top;
  }

  .xl\:first\:object-bottom:first-child {
    object-position: bottom;
  }

  .xl\:first\:object-center:first-child {
    object-position: center;
  }

  .xl\:first\:object-left:first-child {
    object-position: left;
  }

  .xl\:first\:object-left-bottom:first-child {
    object-position: left bottom;
  }

  .xl\:first\:object-left-top:first-child {
    object-position: left top;
  }

  .xl\:first\:object-right:first-child {
    object-position: right;
  }

  .xl\:first\:object-right-bottom:first-child {
    object-position: right bottom;
  }

  .xl\:first\:object-right-top:first-child {
    object-position: right top;
  }

  .xl\:first\:object-top:first-child {
    object-position: top;
  }

  .xl\:last\:object-bottom:last-child {
    object-position: bottom;
  }

  .xl\:last\:object-center:last-child {
    object-position: center;
  }

  .xl\:last\:object-left:last-child {
    object-position: left;
  }

  .xl\:last\:object-left-bottom:last-child {
    object-position: left bottom;
  }

  .xl\:last\:object-left-top:last-child {
    object-position: left top;
  }

  .xl\:last\:object-right:last-child {
    object-position: right;
  }

  .xl\:last\:object-right-bottom:last-child {
    object-position: right bottom;
  }

  .xl\:last\:object-right-top:last-child {
    object-position: right top;
  }

  .xl\:last\:object-top:last-child {
    object-position: top;
  }

  .xl\:odd\:object-bottom:nth-child(odd) {
    object-position: bottom;
  }

  .xl\:odd\:object-center:nth-child(odd) {
    object-position: center;
  }

  .xl\:odd\:object-left:nth-child(odd) {
    object-position: left;
  }

  .xl\:odd\:object-left-bottom:nth-child(odd) {
    object-position: left bottom;
  }

  .xl\:odd\:object-left-top:nth-child(odd) {
    object-position: left top;
  }

  .xl\:odd\:object-right:nth-child(odd) {
    object-position: right;
  }

  .xl\:odd\:object-right-bottom:nth-child(odd) {
    object-position: right bottom;
  }

  .xl\:odd\:object-right-top:nth-child(odd) {
    object-position: right top;
  }

  .xl\:odd\:object-top:nth-child(odd) {
    object-position: top;
  }

  .xl\:even\:object-bottom:nth-child(even) {
    object-position: bottom;
  }

  .xl\:even\:object-center:nth-child(even) {
    object-position: center;
  }

  .xl\:even\:object-left:nth-child(even) {
    object-position: left;
  }

  .xl\:even\:object-left-bottom:nth-child(even) {
    object-position: left bottom;
  }

  .xl\:even\:object-left-top:nth-child(even) {
    object-position: left top;
  }

  .xl\:even\:object-right:nth-child(even) {
    object-position: right;
  }

  .xl\:even\:object-right-bottom:nth-child(even) {
    object-position: right bottom;
  }

  .xl\:even\:object-right-top:nth-child(even) {
    object-position: right top;
  }

  .xl\:even\:object-top:nth-child(even) {
    object-position: top;
  }

  .xl\:hover\:object-bottom:hover {
    object-position: bottom;
  }

  .xl\:hover\:object-center:hover {
    object-position: center;
  }

  .xl\:hover\:object-left:hover {
    object-position: left;
  }

  .xl\:hover\:object-left-bottom:hover {
    object-position: left bottom;
  }

  .xl\:hover\:object-left-top:hover {
    object-position: left top;
  }

  .xl\:hover\:object-right:hover {
    object-position: right;
  }

  .xl\:hover\:object-right-bottom:hover {
    object-position: right bottom;
  }

  .xl\:hover\:object-right-top:hover {
    object-position: right top;
  }

  .xl\:hover\:object-top:hover {
    object-position: top;
  }

  .xl\:focus\:object-bottom:focus {
    object-position: bottom;
  }

  .xl\:focus\:object-center:focus {
    object-position: center;
  }

  .xl\:focus\:object-left:focus {
    object-position: left;
  }

  .xl\:focus\:object-left-bottom:focus {
    object-position: left bottom;
  }

  .xl\:focus\:object-left-top:focus {
    object-position: left top;
  }

  .xl\:focus\:object-right:focus {
    object-position: right;
  }

  .xl\:focus\:object-right-bottom:focus {
    object-position: right bottom;
  }

  .xl\:focus\:object-right-top:focus {
    object-position: right top;
  }

  .xl\:focus\:object-top:focus {
    object-position: top;
  }

  .xl\:active\:object-bottom:active {
    object-position: bottom;
  }

  .xl\:active\:object-center:active {
    object-position: center;
  }

  .xl\:active\:object-left:active {
    object-position: left;
  }

  .xl\:active\:object-left-bottom:active {
    object-position: left bottom;
  }

  .xl\:active\:object-left-top:active {
    object-position: left top;
  }

  .xl\:active\:object-right:active {
    object-position: right;
  }

  .xl\:active\:object-right-bottom:active {
    object-position: right bottom;
  }

  .xl\:active\:object-right-top:active {
    object-position: right top;
  }

  .xl\:active\:object-top:active {
    object-position: top;
  }

  .xl\:visited\:object-bottom:visited {
    object-position: bottom;
  }

  .xl\:visited\:object-center:visited {
    object-position: center;
  }

  .xl\:visited\:object-left:visited {
    object-position: left;
  }

  .xl\:visited\:object-left-bottom:visited {
    object-position: left bottom;
  }

  .xl\:visited\:object-left-top:visited {
    object-position: left top;
  }

  .xl\:visited\:object-right:visited {
    object-position: right;
  }

  .xl\:visited\:object-right-bottom:visited {
    object-position: right bottom;
  }

  .xl\:visited\:object-right-top:visited {
    object-position: right top;
  }

  .xl\:visited\:object-top:visited {
    object-position: top;
  }

  .xl\:disabled\:object-bottom:disabled {
    object-position: bottom;
  }

  .xl\:disabled\:object-center:disabled {
    object-position: center;
  }

  .xl\:disabled\:object-left:disabled {
    object-position: left;
  }

  .xl\:disabled\:object-left-bottom:disabled {
    object-position: left bottom;
  }

  .xl\:disabled\:object-left-top:disabled {
    object-position: left top;
  }

  .xl\:disabled\:object-right:disabled {
    object-position: right;
  }

  .xl\:disabled\:object-right-bottom:disabled {
    object-position: right bottom;
  }

  .xl\:disabled\:object-right-top:disabled {
    object-position: right top;
  }

  .xl\:disabled\:object-top:disabled {
    object-position: top;
  }

  .xl\:opacity-0 {
    opacity: 0;
  }

  .xl\:opacity-25 {
    opacity: 0.25;
  }

  .xl\:opacity-50 {
    opacity: 0.5;
  }

  .xl\:opacity-75 {
    opacity: 0.75;
  }

  .xl\:opacity-100 {
    opacity: 1;
  }

  .group:hover .xl\:group-hover\:opacity-0 {
    opacity: 0;
  }

  .group:hover .xl\:group-hover\:opacity-25 {
    opacity: 0.25;
  }

  .group:hover .xl\:group-hover\:opacity-50 {
    opacity: 0.5;
  }

  .group:hover .xl\:group-hover\:opacity-75 {
    opacity: 0.75;
  }

  .group:hover .xl\:group-hover\:opacity-100 {
    opacity: 1;
  }

  .xl\:focus-within\:opacity-0:focus-within {
    opacity: 0;
  }

  .xl\:focus-within\:opacity-25:focus-within {
    opacity: 0.25;
  }

  .xl\:focus-within\:opacity-50:focus-within {
    opacity: 0.5;
  }

  .xl\:focus-within\:opacity-75:focus-within {
    opacity: 0.75;
  }

  .xl\:focus-within\:opacity-100:focus-within {
    opacity: 1;
  }

  .xl\:first\:opacity-0:first-child {
    opacity: 0;
  }

  .xl\:first\:opacity-25:first-child {
    opacity: 0.25;
  }

  .xl\:first\:opacity-50:first-child {
    opacity: 0.5;
  }

  .xl\:first\:opacity-75:first-child {
    opacity: 0.75;
  }

  .xl\:first\:opacity-100:first-child {
    opacity: 1;
  }

  .xl\:last\:opacity-0:last-child {
    opacity: 0;
  }

  .xl\:last\:opacity-25:last-child {
    opacity: 0.25;
  }

  .xl\:last\:opacity-50:last-child {
    opacity: 0.5;
  }

  .xl\:last\:opacity-75:last-child {
    opacity: 0.75;
  }

  .xl\:last\:opacity-100:last-child {
    opacity: 1;
  }

  .xl\:odd\:opacity-0:nth-child(odd) {
    opacity: 0;
  }

  .xl\:odd\:opacity-25:nth-child(odd) {
    opacity: 0.25;
  }

  .xl\:odd\:opacity-50:nth-child(odd) {
    opacity: 0.5;
  }

  .xl\:odd\:opacity-75:nth-child(odd) {
    opacity: 0.75;
  }

  .xl\:odd\:opacity-100:nth-child(odd) {
    opacity: 1;
  }

  .xl\:even\:opacity-0:nth-child(even) {
    opacity: 0;
  }

  .xl\:even\:opacity-25:nth-child(even) {
    opacity: 0.25;
  }

  .xl\:even\:opacity-50:nth-child(even) {
    opacity: 0.5;
  }

  .xl\:even\:opacity-75:nth-child(even) {
    opacity: 0.75;
  }

  .xl\:even\:opacity-100:nth-child(even) {
    opacity: 1;
  }

  .xl\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .xl\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .xl\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .xl\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .xl\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .xl\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .xl\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .xl\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .xl\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .xl\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .xl\:active\:opacity-0:active {
    opacity: 0;
  }

  .xl\:active\:opacity-25:active {
    opacity: 0.25;
  }

  .xl\:active\:opacity-50:active {
    opacity: 0.5;
  }

  .xl\:active\:opacity-75:active {
    opacity: 0.75;
  }

  .xl\:active\:opacity-100:active {
    opacity: 1;
  }

  .xl\:visited\:opacity-0:visited {
    opacity: 0;
  }

  .xl\:visited\:opacity-25:visited {
    opacity: 0.25;
  }

  .xl\:visited\:opacity-50:visited {
    opacity: 0.5;
  }

  .xl\:visited\:opacity-75:visited {
    opacity: 0.75;
  }

  .xl\:visited\:opacity-100:visited {
    opacity: 1;
  }

  .xl\:disabled\:opacity-0:disabled {
    opacity: 0;
  }

  .xl\:disabled\:opacity-25:disabled {
    opacity: 0.25;
  }

  .xl\:disabled\:opacity-50:disabled {
    opacity: 0.5;
  }

  .xl\:disabled\:opacity-75:disabled {
    opacity: 0.75;
  }

  .xl\:disabled\:opacity-100:disabled {
    opacity: 1;
  }

  .xl\:outline-none {
    outline: 0;
  }

  .group:hover .xl\:group-hover\:outline-none {
    outline: 0;
  }

  .xl\:focus-within\:outline-none:focus-within {
    outline: 0;
  }

  .xl\:first\:outline-none:first-child {
    outline: 0;
  }

  .xl\:last\:outline-none:last-child {
    outline: 0;
  }

  .xl\:odd\:outline-none:nth-child(odd) {
    outline: 0;
  }

  .xl\:even\:outline-none:nth-child(even) {
    outline: 0;
  }

  .xl\:hover\:outline-none:hover {
    outline: 0;
  }

  .xl\:focus\:outline-none:focus {
    outline: 0;
  }

  .xl\:active\:outline-none:active {
    outline: 0;
  }

  .xl\:visited\:outline-none:visited {
    outline: 0;
  }

  .xl\:disabled\:outline-none:disabled {
    outline: 0;
  }

  .xl\:overflow-auto {
    overflow: auto;
  }

  .xl\:overflow-hidden {
    overflow: hidden;
  }

  .xl\:overflow-visible {
    overflow: visible;
  }

  .xl\:overflow-scroll {
    overflow: scroll;
  }

  .xl\:overflow-x-auto {
    overflow-x: auto;
  }

  .xl\:overflow-y-auto {
    overflow-y: auto;
  }

  .xl\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .xl\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .xl\:overflow-x-visible {
    overflow-x: visible;
  }

  .xl\:overflow-y-visible {
    overflow-y: visible;
  }

  .xl\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .xl\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .xl\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .xl\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .group:hover .xl\:group-hover\:overflow-auto {
    overflow: auto;
  }

  .group:hover .xl\:group-hover\:overflow-hidden {
    overflow: hidden;
  }

  .group:hover .xl\:group-hover\:overflow-visible {
    overflow: visible;
  }

  .group:hover .xl\:group-hover\:overflow-scroll {
    overflow: scroll;
  }

  .group:hover .xl\:group-hover\:overflow-x-auto {
    overflow-x: auto;
  }

  .group:hover .xl\:group-hover\:overflow-y-auto {
    overflow-y: auto;
  }

  .group:hover .xl\:group-hover\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .group:hover .xl\:group-hover\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .group:hover .xl\:group-hover\:overflow-x-visible {
    overflow-x: visible;
  }

  .group:hover .xl\:group-hover\:overflow-y-visible {
    overflow-y: visible;
  }

  .group:hover .xl\:group-hover\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .group:hover .xl\:group-hover\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .group:hover .xl\:group-hover\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .group:hover .xl\:group-hover\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .xl\:focus-within\:overflow-auto:focus-within {
    overflow: auto;
  }

  .xl\:focus-within\:overflow-hidden:focus-within {
    overflow: hidden;
  }

  .xl\:focus-within\:overflow-visible:focus-within {
    overflow: visible;
  }

  .xl\:focus-within\:overflow-scroll:focus-within {
    overflow: scroll;
  }

  .xl\:focus-within\:overflow-x-auto:focus-within {
    overflow-x: auto;
  }

  .xl\:focus-within\:overflow-y-auto:focus-within {
    overflow-y: auto;
  }

  .xl\:focus-within\:overflow-x-hidden:focus-within {
    overflow-x: hidden;
  }

  .xl\:focus-within\:overflow-y-hidden:focus-within {
    overflow-y: hidden;
  }

  .xl\:focus-within\:overflow-x-visible:focus-within {
    overflow-x: visible;
  }

  .xl\:focus-within\:overflow-y-visible:focus-within {
    overflow-y: visible;
  }

  .xl\:focus-within\:overflow-x-scroll:focus-within {
    overflow-x: scroll;
  }

  .xl\:focus-within\:overflow-y-scroll:focus-within {
    overflow-y: scroll;
  }

  .xl\:focus-within\:scrolling-touch:focus-within {
    -webkit-overflow-scrolling: touch;
  }

  .xl\:focus-within\:scrolling-auto:focus-within {
    -webkit-overflow-scrolling: auto;
  }

  .xl\:first\:overflow-auto:first-child {
    overflow: auto;
  }

  .xl\:first\:overflow-hidden:first-child {
    overflow: hidden;
  }

  .xl\:first\:overflow-visible:first-child {
    overflow: visible;
  }

  .xl\:first\:overflow-scroll:first-child {
    overflow: scroll;
  }

  .xl\:first\:overflow-x-auto:first-child {
    overflow-x: auto;
  }

  .xl\:first\:overflow-y-auto:first-child {
    overflow-y: auto;
  }

  .xl\:first\:overflow-x-hidden:first-child {
    overflow-x: hidden;
  }

  .xl\:first\:overflow-y-hidden:first-child {
    overflow-y: hidden;
  }

  .xl\:first\:overflow-x-visible:first-child {
    overflow-x: visible;
  }

  .xl\:first\:overflow-y-visible:first-child {
    overflow-y: visible;
  }

  .xl\:first\:overflow-x-scroll:first-child {
    overflow-x: scroll;
  }

  .xl\:first\:overflow-y-scroll:first-child {
    overflow-y: scroll;
  }

  .xl\:first\:scrolling-touch:first-child {
    -webkit-overflow-scrolling: touch;
  }

  .xl\:first\:scrolling-auto:first-child {
    -webkit-overflow-scrolling: auto;
  }

  .xl\:last\:overflow-auto:last-child {
    overflow: auto;
  }

  .xl\:last\:overflow-hidden:last-child {
    overflow: hidden;
  }

  .xl\:last\:overflow-visible:last-child {
    overflow: visible;
  }

  .xl\:last\:overflow-scroll:last-child {
    overflow: scroll;
  }

  .xl\:last\:overflow-x-auto:last-child {
    overflow-x: auto;
  }

  .xl\:last\:overflow-y-auto:last-child {
    overflow-y: auto;
  }

  .xl\:last\:overflow-x-hidden:last-child {
    overflow-x: hidden;
  }

  .xl\:last\:overflow-y-hidden:last-child {
    overflow-y: hidden;
  }

  .xl\:last\:overflow-x-visible:last-child {
    overflow-x: visible;
  }

  .xl\:last\:overflow-y-visible:last-child {
    overflow-y: visible;
  }

  .xl\:last\:overflow-x-scroll:last-child {
    overflow-x: scroll;
  }

  .xl\:last\:overflow-y-scroll:last-child {
    overflow-y: scroll;
  }

  .xl\:last\:scrolling-touch:last-child {
    -webkit-overflow-scrolling: touch;
  }

  .xl\:last\:scrolling-auto:last-child {
    -webkit-overflow-scrolling: auto;
  }

  .xl\:odd\:overflow-auto:nth-child(odd) {
    overflow: auto;
  }

  .xl\:odd\:overflow-hidden:nth-child(odd) {
    overflow: hidden;
  }

  .xl\:odd\:overflow-visible:nth-child(odd) {
    overflow: visible;
  }

  .xl\:odd\:overflow-scroll:nth-child(odd) {
    overflow: scroll;
  }

  .xl\:odd\:overflow-x-auto:nth-child(odd) {
    overflow-x: auto;
  }

  .xl\:odd\:overflow-y-auto:nth-child(odd) {
    overflow-y: auto;
  }

  .xl\:odd\:overflow-x-hidden:nth-child(odd) {
    overflow-x: hidden;
  }

  .xl\:odd\:overflow-y-hidden:nth-child(odd) {
    overflow-y: hidden;
  }

  .xl\:odd\:overflow-x-visible:nth-child(odd) {
    overflow-x: visible;
  }

  .xl\:odd\:overflow-y-visible:nth-child(odd) {
    overflow-y: visible;
  }

  .xl\:odd\:overflow-x-scroll:nth-child(odd) {
    overflow-x: scroll;
  }

  .xl\:odd\:overflow-y-scroll:nth-child(odd) {
    overflow-y: scroll;
  }

  .xl\:odd\:scrolling-touch:nth-child(odd) {
    -webkit-overflow-scrolling: touch;
  }

  .xl\:odd\:scrolling-auto:nth-child(odd) {
    -webkit-overflow-scrolling: auto;
  }

  .xl\:even\:overflow-auto:nth-child(even) {
    overflow: auto;
  }

  .xl\:even\:overflow-hidden:nth-child(even) {
    overflow: hidden;
  }

  .xl\:even\:overflow-visible:nth-child(even) {
    overflow: visible;
  }

  .xl\:even\:overflow-scroll:nth-child(even) {
    overflow: scroll;
  }

  .xl\:even\:overflow-x-auto:nth-child(even) {
    overflow-x: auto;
  }

  .xl\:even\:overflow-y-auto:nth-child(even) {
    overflow-y: auto;
  }

  .xl\:even\:overflow-x-hidden:nth-child(even) {
    overflow-x: hidden;
  }

  .xl\:even\:overflow-y-hidden:nth-child(even) {
    overflow-y: hidden;
  }

  .xl\:even\:overflow-x-visible:nth-child(even) {
    overflow-x: visible;
  }

  .xl\:even\:overflow-y-visible:nth-child(even) {
    overflow-y: visible;
  }

  .xl\:even\:overflow-x-scroll:nth-child(even) {
    overflow-x: scroll;
  }

  .xl\:even\:overflow-y-scroll:nth-child(even) {
    overflow-y: scroll;
  }

  .xl\:even\:scrolling-touch:nth-child(even) {
    -webkit-overflow-scrolling: touch;
  }

  .xl\:even\:scrolling-auto:nth-child(even) {
    -webkit-overflow-scrolling: auto;
  }

  .xl\:hover\:overflow-auto:hover {
    overflow: auto;
  }

  .xl\:hover\:overflow-hidden:hover {
    overflow: hidden;
  }

  .xl\:hover\:overflow-visible:hover {
    overflow: visible;
  }

  .xl\:hover\:overflow-scroll:hover {
    overflow: scroll;
  }

  .xl\:hover\:overflow-x-auto:hover {
    overflow-x: auto;
  }

  .xl\:hover\:overflow-y-auto:hover {
    overflow-y: auto;
  }

  .xl\:hover\:overflow-x-hidden:hover {
    overflow-x: hidden;
  }

  .xl\:hover\:overflow-y-hidden:hover {
    overflow-y: hidden;
  }

  .xl\:hover\:overflow-x-visible:hover {
    overflow-x: visible;
  }

  .xl\:hover\:overflow-y-visible:hover {
    overflow-y: visible;
  }

  .xl\:hover\:overflow-x-scroll:hover {
    overflow-x: scroll;
  }

  .xl\:hover\:overflow-y-scroll:hover {
    overflow-y: scroll;
  }

  .xl\:hover\:scrolling-touch:hover {
    -webkit-overflow-scrolling: touch;
  }

  .xl\:hover\:scrolling-auto:hover {
    -webkit-overflow-scrolling: auto;
  }

  .xl\:focus\:overflow-auto:focus {
    overflow: auto;
  }

  .xl\:focus\:overflow-hidden:focus {
    overflow: hidden;
  }

  .xl\:focus\:overflow-visible:focus {
    overflow: visible;
  }

  .xl\:focus\:overflow-scroll:focus {
    overflow: scroll;
  }

  .xl\:focus\:overflow-x-auto:focus {
    overflow-x: auto;
  }

  .xl\:focus\:overflow-y-auto:focus {
    overflow-y: auto;
  }

  .xl\:focus\:overflow-x-hidden:focus {
    overflow-x: hidden;
  }

  .xl\:focus\:overflow-y-hidden:focus {
    overflow-y: hidden;
  }

  .xl\:focus\:overflow-x-visible:focus {
    overflow-x: visible;
  }

  .xl\:focus\:overflow-y-visible:focus {
    overflow-y: visible;
  }

  .xl\:focus\:overflow-x-scroll:focus {
    overflow-x: scroll;
  }

  .xl\:focus\:overflow-y-scroll:focus {
    overflow-y: scroll;
  }

  .xl\:focus\:scrolling-touch:focus {
    -webkit-overflow-scrolling: touch;
  }

  .xl\:focus\:scrolling-auto:focus {
    -webkit-overflow-scrolling: auto;
  }

  .xl\:active\:overflow-auto:active {
    overflow: auto;
  }

  .xl\:active\:overflow-hidden:active {
    overflow: hidden;
  }

  .xl\:active\:overflow-visible:active {
    overflow: visible;
  }

  .xl\:active\:overflow-scroll:active {
    overflow: scroll;
  }

  .xl\:active\:overflow-x-auto:active {
    overflow-x: auto;
  }

  .xl\:active\:overflow-y-auto:active {
    overflow-y: auto;
  }

  .xl\:active\:overflow-x-hidden:active {
    overflow-x: hidden;
  }

  .xl\:active\:overflow-y-hidden:active {
    overflow-y: hidden;
  }

  .xl\:active\:overflow-x-visible:active {
    overflow-x: visible;
  }

  .xl\:active\:overflow-y-visible:active {
    overflow-y: visible;
  }

  .xl\:active\:overflow-x-scroll:active {
    overflow-x: scroll;
  }

  .xl\:active\:overflow-y-scroll:active {
    overflow-y: scroll;
  }

  .xl\:active\:scrolling-touch:active {
    -webkit-overflow-scrolling: touch;
  }

  .xl\:active\:scrolling-auto:active {
    -webkit-overflow-scrolling: auto;
  }

  .xl\:visited\:overflow-auto:visited {
    overflow: auto;
  }

  .xl\:visited\:overflow-hidden:visited {
    overflow: hidden;
  }

  .xl\:visited\:overflow-visible:visited {
    overflow: visible;
  }

  .xl\:visited\:overflow-scroll:visited {
    overflow: scroll;
  }

  .xl\:visited\:overflow-x-auto:visited {
    overflow-x: auto;
  }

  .xl\:visited\:overflow-y-auto:visited {
    overflow-y: auto;
  }

  .xl\:visited\:overflow-x-hidden:visited {
    overflow-x: hidden;
  }

  .xl\:visited\:overflow-y-hidden:visited {
    overflow-y: hidden;
  }

  .xl\:visited\:overflow-x-visible:visited {
    overflow-x: visible;
  }

  .xl\:visited\:overflow-y-visible:visited {
    overflow-y: visible;
  }

  .xl\:visited\:overflow-x-scroll:visited {
    overflow-x: scroll;
  }

  .xl\:visited\:overflow-y-scroll:visited {
    overflow-y: scroll;
  }

  .xl\:visited\:scrolling-touch:visited {
    -webkit-overflow-scrolling: touch;
  }

  .xl\:visited\:scrolling-auto:visited {
    -webkit-overflow-scrolling: auto;
  }

  .xl\:disabled\:overflow-auto:disabled {
    overflow: auto;
  }

  .xl\:disabled\:overflow-hidden:disabled {
    overflow: hidden;
  }

  .xl\:disabled\:overflow-visible:disabled {
    overflow: visible;
  }

  .xl\:disabled\:overflow-scroll:disabled {
    overflow: scroll;
  }

  .xl\:disabled\:overflow-x-auto:disabled {
    overflow-x: auto;
  }

  .xl\:disabled\:overflow-y-auto:disabled {
    overflow-y: auto;
  }

  .xl\:disabled\:overflow-x-hidden:disabled {
    overflow-x: hidden;
  }

  .xl\:disabled\:overflow-y-hidden:disabled {
    overflow-y: hidden;
  }

  .xl\:disabled\:overflow-x-visible:disabled {
    overflow-x: visible;
  }

  .xl\:disabled\:overflow-y-visible:disabled {
    overflow-y: visible;
  }

  .xl\:disabled\:overflow-x-scroll:disabled {
    overflow-x: scroll;
  }

  .xl\:disabled\:overflow-y-scroll:disabled {
    overflow-y: scroll;
  }

  .xl\:disabled\:scrolling-touch:disabled {
    -webkit-overflow-scrolling: touch;
  }

  .xl\:disabled\:scrolling-auto:disabled {
    -webkit-overflow-scrolling: auto;
  }

  .xl\:p-0 {
    padding: 0;
  }

  .xl\:p-1 {
    padding: 0.25rem;
  }

  .xl\:p-2 {
    padding: 0.5rem;
  }

  .xl\:p-3 {
    padding: 0.75rem;
  }

  .xl\:p-4 {
    padding: 1rem;
  }

  .xl\:p-5 {
    padding: 1.25rem;
  }

  .xl\:p-6 {
    padding: 1.5rem;
  }

  .xl\:p-8 {
    padding: 2rem;
  }

  .xl\:p-10 {
    padding: 2.5rem;
  }

  .xl\:p-12 {
    padding: 3rem;
  }

  .xl\:p-16 {
    padding: 4rem;
  }

  .xl\:p-20 {
    padding: 5rem;
  }

  .xl\:p-24 {
    padding: 6rem;
  }

  .xl\:p-32 {
    padding: 8rem;
  }

  .xl\:p-40 {
    padding: 10rem;
  }

  .xl\:p-48 {
    padding: 12rem;
  }

  .xl\:p-56 {
    padding: 14rem;
  }

  .xl\:p-64 {
    padding: 16rem;
  }

  .xl\:p-px {
    padding: 1px;
  }

  .xl\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xl\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xl\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xl\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xl\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xl\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xl\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xl\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:pt-0 {
    padding-top: 0;
  }

  .xl\:pr-0 {
    padding-right: 0;
  }

  .xl\:pb-0 {
    padding-bottom: 0;
  }

  .xl\:pl-0 {
    padding-left: 0;
  }

  .xl\:pt-1 {
    padding-top: 0.25rem;
  }

  .xl\:pr-1 {
    padding-right: 0.25rem;
  }

  .xl\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .xl\:pl-1 {
    padding-left: 0.25rem;
  }

  .xl\:pt-2 {
    padding-top: 0.5rem;
  }

  .xl\:pr-2 {
    padding-right: 0.5rem;
  }

  .xl\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .xl\:pl-2 {
    padding-left: 0.5rem;
  }

  .xl\:pt-3 {
    padding-top: 0.75rem;
  }

  .xl\:pr-3 {
    padding-right: 0.75rem;
  }

  .xl\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .xl\:pl-3 {
    padding-left: 0.75rem;
  }

  .xl\:pt-4 {
    padding-top: 1rem;
  }

  .xl\:pr-4 {
    padding-right: 1rem;
  }

  .xl\:pb-4 {
    padding-bottom: 1rem;
  }

  .xl\:pl-4 {
    padding-left: 1rem;
  }

  .xl\:pt-5 {
    padding-top: 1.25rem;
  }

  .xl\:pr-5 {
    padding-right: 1.25rem;
  }

  .xl\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .xl\:pl-5 {
    padding-left: 1.25rem;
  }

  .xl\:pt-6 {
    padding-top: 1.5rem;
  }

  .xl\:pr-6 {
    padding-right: 1.5rem;
  }

  .xl\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .xl\:pl-6 {
    padding-left: 1.5rem;
  }

  .xl\:pt-8 {
    padding-top: 2rem;
  }

  .xl\:pr-8 {
    padding-right: 2rem;
  }

  .xl\:pb-8 {
    padding-bottom: 2rem;
  }

  .xl\:pl-8 {
    padding-left: 2rem;
  }

  .xl\:pt-10 {
    padding-top: 2.5rem;
  }

  .xl\:pr-10 {
    padding-right: 2.5rem;
  }

  .xl\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .xl\:pl-10 {
    padding-left: 2.5rem;
  }

  .xl\:pt-12 {
    padding-top: 3rem;
  }

  .xl\:pr-12 {
    padding-right: 3rem;
  }

  .xl\:pb-12 {
    padding-bottom: 3rem;
  }

  .xl\:pl-12 {
    padding-left: 3rem;
  }

  .xl\:pt-16 {
    padding-top: 4rem;
  }

  .xl\:pr-16 {
    padding-right: 4rem;
  }

  .xl\:pb-16 {
    padding-bottom: 4rem;
  }

  .xl\:pl-16 {
    padding-left: 4rem;
  }

  .xl\:pt-20 {
    padding-top: 5rem;
  }

  .xl\:pr-20 {
    padding-right: 5rem;
  }

  .xl\:pb-20 {
    padding-bottom: 5rem;
  }

  .xl\:pl-20 {
    padding-left: 5rem;
  }

  .xl\:pt-24 {
    padding-top: 6rem;
  }

  .xl\:pr-24 {
    padding-right: 6rem;
  }

  .xl\:pb-24 {
    padding-bottom: 6rem;
  }

  .xl\:pl-24 {
    padding-left: 6rem;
  }

  .xl\:pt-32 {
    padding-top: 8rem;
  }

  .xl\:pr-32 {
    padding-right: 8rem;
  }

  .xl\:pb-32 {
    padding-bottom: 8rem;
  }

  .xl\:pl-32 {
    padding-left: 8rem;
  }

  .xl\:pt-40 {
    padding-top: 10rem;
  }

  .xl\:pr-40 {
    padding-right: 10rem;
  }

  .xl\:pb-40 {
    padding-bottom: 10rem;
  }

  .xl\:pl-40 {
    padding-left: 10rem;
  }

  .xl\:pt-48 {
    padding-top: 12rem;
  }

  .xl\:pr-48 {
    padding-right: 12rem;
  }

  .xl\:pb-48 {
    padding-bottom: 12rem;
  }

  .xl\:pl-48 {
    padding-left: 12rem;
  }

  .xl\:pt-56 {
    padding-top: 14rem;
  }

  .xl\:pr-56 {
    padding-right: 14rem;
  }

  .xl\:pb-56 {
    padding-bottom: 14rem;
  }

  .xl\:pl-56 {
    padding-left: 14rem;
  }

  .xl\:pt-64 {
    padding-top: 16rem;
  }

  .xl\:pr-64 {
    padding-right: 16rem;
  }

  .xl\:pb-64 {
    padding-bottom: 16rem;
  }

  .xl\:pl-64 {
    padding-left: 16rem;
  }

  .xl\:pt-px {
    padding-top: 1px;
  }

  .xl\:pr-px {
    padding-right: 1px;
  }

  .xl\:pb-px {
    padding-bottom: 1px;
  }

  .xl\:pl-px {
    padding-left: 1px;
  }

  .group:hover .xl\:group-hover\:p-0 {
    padding: 0;
  }

  .group:hover .xl\:group-hover\:p-1 {
    padding: 0.25rem;
  }

  .group:hover .xl\:group-hover\:p-2 {
    padding: 0.5rem;
  }

  .group:hover .xl\:group-hover\:p-3 {
    padding: 0.75rem;
  }

  .group:hover .xl\:group-hover\:p-4 {
    padding: 1rem;
  }

  .group:hover .xl\:group-hover\:p-5 {
    padding: 1.25rem;
  }

  .group:hover .xl\:group-hover\:p-6 {
    padding: 1.5rem;
  }

  .group:hover .xl\:group-hover\:p-8 {
    padding: 2rem;
  }

  .group:hover .xl\:group-hover\:p-10 {
    padding: 2.5rem;
  }

  .group:hover .xl\:group-hover\:p-12 {
    padding: 3rem;
  }

  .group:hover .xl\:group-hover\:p-16 {
    padding: 4rem;
  }

  .group:hover .xl\:group-hover\:p-20 {
    padding: 5rem;
  }

  .group:hover .xl\:group-hover\:p-24 {
    padding: 6rem;
  }

  .group:hover .xl\:group-hover\:p-32 {
    padding: 8rem;
  }

  .group:hover .xl\:group-hover\:p-40 {
    padding: 10rem;
  }

  .group:hover .xl\:group-hover\:p-48 {
    padding: 12rem;
  }

  .group:hover .xl\:group-hover\:p-56 {
    padding: 14rem;
  }

  .group:hover .xl\:group-hover\:p-64 {
    padding: 16rem;
  }

  .group:hover .xl\:group-hover\:p-px {
    padding: 1px;
  }

  .group:hover .xl\:group-hover\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .group:hover .xl\:group-hover\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .group:hover .xl\:group-hover\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .group:hover .xl\:group-hover\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .group:hover .xl\:group-hover\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .group:hover .xl\:group-hover\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .group:hover .xl\:group-hover\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .group:hover .xl\:group-hover\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .group:hover .xl\:group-hover\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .group:hover .xl\:group-hover\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .group:hover .xl\:group-hover\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .group:hover .xl\:group-hover\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .group:hover .xl\:group-hover\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .group:hover .xl\:group-hover\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .group:hover .xl\:group-hover\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .group:hover .xl\:group-hover\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .group:hover .xl\:group-hover\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .group:hover .xl\:group-hover\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .group:hover .xl\:group-hover\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .group:hover .xl\:group-hover\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .group:hover .xl\:group-hover\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .group:hover .xl\:group-hover\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .group:hover .xl\:group-hover\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .group:hover .xl\:group-hover\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .group:hover .xl\:group-hover\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .group:hover .xl\:group-hover\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .group:hover .xl\:group-hover\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .group:hover .xl\:group-hover\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .group:hover .xl\:group-hover\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .group:hover .xl\:group-hover\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .group:hover .xl\:group-hover\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .group:hover .xl\:group-hover\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .group:hover .xl\:group-hover\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .group:hover .xl\:group-hover\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .group:hover .xl\:group-hover\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .group:hover .xl\:group-hover\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .group:hover .xl\:group-hover\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .group:hover .xl\:group-hover\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .group:hover .xl\:group-hover\:pt-0 {
    padding-top: 0;
  }

  .group:hover .xl\:group-hover\:pr-0 {
    padding-right: 0;
  }

  .group:hover .xl\:group-hover\:pb-0 {
    padding-bottom: 0;
  }

  .group:hover .xl\:group-hover\:pl-0 {
    padding-left: 0;
  }

  .group:hover .xl\:group-hover\:pt-1 {
    padding-top: 0.25rem;
  }

  .group:hover .xl\:group-hover\:pr-1 {
    padding-right: 0.25rem;
  }

  .group:hover .xl\:group-hover\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .group:hover .xl\:group-hover\:pl-1 {
    padding-left: 0.25rem;
  }

  .group:hover .xl\:group-hover\:pt-2 {
    padding-top: 0.5rem;
  }

  .group:hover .xl\:group-hover\:pr-2 {
    padding-right: 0.5rem;
  }

  .group:hover .xl\:group-hover\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .group:hover .xl\:group-hover\:pl-2 {
    padding-left: 0.5rem;
  }

  .group:hover .xl\:group-hover\:pt-3 {
    padding-top: 0.75rem;
  }

  .group:hover .xl\:group-hover\:pr-3 {
    padding-right: 0.75rem;
  }

  .group:hover .xl\:group-hover\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .group:hover .xl\:group-hover\:pl-3 {
    padding-left: 0.75rem;
  }

  .group:hover .xl\:group-hover\:pt-4 {
    padding-top: 1rem;
  }

  .group:hover .xl\:group-hover\:pr-4 {
    padding-right: 1rem;
  }

  .group:hover .xl\:group-hover\:pb-4 {
    padding-bottom: 1rem;
  }

  .group:hover .xl\:group-hover\:pl-4 {
    padding-left: 1rem;
  }

  .group:hover .xl\:group-hover\:pt-5 {
    padding-top: 1.25rem;
  }

  .group:hover .xl\:group-hover\:pr-5 {
    padding-right: 1.25rem;
  }

  .group:hover .xl\:group-hover\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .group:hover .xl\:group-hover\:pl-5 {
    padding-left: 1.25rem;
  }

  .group:hover .xl\:group-hover\:pt-6 {
    padding-top: 1.5rem;
  }

  .group:hover .xl\:group-hover\:pr-6 {
    padding-right: 1.5rem;
  }

  .group:hover .xl\:group-hover\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .group:hover .xl\:group-hover\:pl-6 {
    padding-left: 1.5rem;
  }

  .group:hover .xl\:group-hover\:pt-8 {
    padding-top: 2rem;
  }

  .group:hover .xl\:group-hover\:pr-8 {
    padding-right: 2rem;
  }

  .group:hover .xl\:group-hover\:pb-8 {
    padding-bottom: 2rem;
  }

  .group:hover .xl\:group-hover\:pl-8 {
    padding-left: 2rem;
  }

  .group:hover .xl\:group-hover\:pt-10 {
    padding-top: 2.5rem;
  }

  .group:hover .xl\:group-hover\:pr-10 {
    padding-right: 2.5rem;
  }

  .group:hover .xl\:group-hover\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .group:hover .xl\:group-hover\:pl-10 {
    padding-left: 2.5rem;
  }

  .group:hover .xl\:group-hover\:pt-12 {
    padding-top: 3rem;
  }

  .group:hover .xl\:group-hover\:pr-12 {
    padding-right: 3rem;
  }

  .group:hover .xl\:group-hover\:pb-12 {
    padding-bottom: 3rem;
  }

  .group:hover .xl\:group-hover\:pl-12 {
    padding-left: 3rem;
  }

  .group:hover .xl\:group-hover\:pt-16 {
    padding-top: 4rem;
  }

  .group:hover .xl\:group-hover\:pr-16 {
    padding-right: 4rem;
  }

  .group:hover .xl\:group-hover\:pb-16 {
    padding-bottom: 4rem;
  }

  .group:hover .xl\:group-hover\:pl-16 {
    padding-left: 4rem;
  }

  .group:hover .xl\:group-hover\:pt-20 {
    padding-top: 5rem;
  }

  .group:hover .xl\:group-hover\:pr-20 {
    padding-right: 5rem;
  }

  .group:hover .xl\:group-hover\:pb-20 {
    padding-bottom: 5rem;
  }

  .group:hover .xl\:group-hover\:pl-20 {
    padding-left: 5rem;
  }

  .group:hover .xl\:group-hover\:pt-24 {
    padding-top: 6rem;
  }

  .group:hover .xl\:group-hover\:pr-24 {
    padding-right: 6rem;
  }

  .group:hover .xl\:group-hover\:pb-24 {
    padding-bottom: 6rem;
  }

  .group:hover .xl\:group-hover\:pl-24 {
    padding-left: 6rem;
  }

  .group:hover .xl\:group-hover\:pt-32 {
    padding-top: 8rem;
  }

  .group:hover .xl\:group-hover\:pr-32 {
    padding-right: 8rem;
  }

  .group:hover .xl\:group-hover\:pb-32 {
    padding-bottom: 8rem;
  }

  .group:hover .xl\:group-hover\:pl-32 {
    padding-left: 8rem;
  }

  .group:hover .xl\:group-hover\:pt-40 {
    padding-top: 10rem;
  }

  .group:hover .xl\:group-hover\:pr-40 {
    padding-right: 10rem;
  }

  .group:hover .xl\:group-hover\:pb-40 {
    padding-bottom: 10rem;
  }

  .group:hover .xl\:group-hover\:pl-40 {
    padding-left: 10rem;
  }

  .group:hover .xl\:group-hover\:pt-48 {
    padding-top: 12rem;
  }

  .group:hover .xl\:group-hover\:pr-48 {
    padding-right: 12rem;
  }

  .group:hover .xl\:group-hover\:pb-48 {
    padding-bottom: 12rem;
  }

  .group:hover .xl\:group-hover\:pl-48 {
    padding-left: 12rem;
  }

  .group:hover .xl\:group-hover\:pt-56 {
    padding-top: 14rem;
  }

  .group:hover .xl\:group-hover\:pr-56 {
    padding-right: 14rem;
  }

  .group:hover .xl\:group-hover\:pb-56 {
    padding-bottom: 14rem;
  }

  .group:hover .xl\:group-hover\:pl-56 {
    padding-left: 14rem;
  }

  .group:hover .xl\:group-hover\:pt-64 {
    padding-top: 16rem;
  }

  .group:hover .xl\:group-hover\:pr-64 {
    padding-right: 16rem;
  }

  .group:hover .xl\:group-hover\:pb-64 {
    padding-bottom: 16rem;
  }

  .group:hover .xl\:group-hover\:pl-64 {
    padding-left: 16rem;
  }

  .group:hover .xl\:group-hover\:pt-px {
    padding-top: 1px;
  }

  .group:hover .xl\:group-hover\:pr-px {
    padding-right: 1px;
  }

  .group:hover .xl\:group-hover\:pb-px {
    padding-bottom: 1px;
  }

  .group:hover .xl\:group-hover\:pl-px {
    padding-left: 1px;
  }

  .xl\:focus-within\:p-0:focus-within {
    padding: 0;
  }

  .xl\:focus-within\:p-1:focus-within {
    padding: 0.25rem;
  }

  .xl\:focus-within\:p-2:focus-within {
    padding: 0.5rem;
  }

  .xl\:focus-within\:p-3:focus-within {
    padding: 0.75rem;
  }

  .xl\:focus-within\:p-4:focus-within {
    padding: 1rem;
  }

  .xl\:focus-within\:p-5:focus-within {
    padding: 1.25rem;
  }

  .xl\:focus-within\:p-6:focus-within {
    padding: 1.5rem;
  }

  .xl\:focus-within\:p-8:focus-within {
    padding: 2rem;
  }

  .xl\:focus-within\:p-10:focus-within {
    padding: 2.5rem;
  }

  .xl\:focus-within\:p-12:focus-within {
    padding: 3rem;
  }

  .xl\:focus-within\:p-16:focus-within {
    padding: 4rem;
  }

  .xl\:focus-within\:p-20:focus-within {
    padding: 5rem;
  }

  .xl\:focus-within\:p-24:focus-within {
    padding: 6rem;
  }

  .xl\:focus-within\:p-32:focus-within {
    padding: 8rem;
  }

  .xl\:focus-within\:p-40:focus-within {
    padding: 10rem;
  }

  .xl\:focus-within\:p-48:focus-within {
    padding: 12rem;
  }

  .xl\:focus-within\:p-56:focus-within {
    padding: 14rem;
  }

  .xl\:focus-within\:p-64:focus-within {
    padding: 16rem;
  }

  .xl\:focus-within\:p-px:focus-within {
    padding: 1px;
  }

  .xl\:focus-within\:py-0:focus-within {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:focus-within\:px-0:focus-within {
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:focus-within\:py-1:focus-within {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xl\:focus-within\:px-1:focus-within {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:focus-within\:py-2:focus-within {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:focus-within\:px-2:focus-within {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:focus-within\:py-3:focus-within {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl\:focus-within\:px-3:focus-within {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:focus-within\:py-4:focus-within {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:focus-within\:px-4:focus-within {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:focus-within\:py-5:focus-within {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:focus-within\:px-5:focus-within {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:focus-within\:py-6:focus-within {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:focus-within\:px-6:focus-within {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:focus-within\:py-8:focus-within {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:focus-within\:px-8:focus-within {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:focus-within\:py-10:focus-within {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:focus-within\:px-10:focus-within {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:focus-within\:py-12:focus-within {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:focus-within\:px-12:focus-within {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:focus-within\:py-16:focus-within {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:focus-within\:px-16:focus-within {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:focus-within\:py-20:focus-within {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:focus-within\:px-20:focus-within {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:focus-within\:py-24:focus-within {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:focus-within\:px-24:focus-within {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:focus-within\:py-32:focus-within {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:focus-within\:px-32:focus-within {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:focus-within\:py-40:focus-within {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl\:focus-within\:px-40:focus-within {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:focus-within\:py-48:focus-within {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xl\:focus-within\:px-48:focus-within {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xl\:focus-within\:py-56:focus-within {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xl\:focus-within\:px-56:focus-within {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xl\:focus-within\:py-64:focus-within {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xl\:focus-within\:px-64:focus-within {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xl\:focus-within\:py-px:focus-within {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:focus-within\:px-px:focus-within {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:focus-within\:pt-0:focus-within {
    padding-top: 0;
  }

  .xl\:focus-within\:pr-0:focus-within {
    padding-right: 0;
  }

  .xl\:focus-within\:pb-0:focus-within {
    padding-bottom: 0;
  }

  .xl\:focus-within\:pl-0:focus-within {
    padding-left: 0;
  }

  .xl\:focus-within\:pt-1:focus-within {
    padding-top: 0.25rem;
  }

  .xl\:focus-within\:pr-1:focus-within {
    padding-right: 0.25rem;
  }

  .xl\:focus-within\:pb-1:focus-within {
    padding-bottom: 0.25rem;
  }

  .xl\:focus-within\:pl-1:focus-within {
    padding-left: 0.25rem;
  }

  .xl\:focus-within\:pt-2:focus-within {
    padding-top: 0.5rem;
  }

  .xl\:focus-within\:pr-2:focus-within {
    padding-right: 0.5rem;
  }

  .xl\:focus-within\:pb-2:focus-within {
    padding-bottom: 0.5rem;
  }

  .xl\:focus-within\:pl-2:focus-within {
    padding-left: 0.5rem;
  }

  .xl\:focus-within\:pt-3:focus-within {
    padding-top: 0.75rem;
  }

  .xl\:focus-within\:pr-3:focus-within {
    padding-right: 0.75rem;
  }

  .xl\:focus-within\:pb-3:focus-within {
    padding-bottom: 0.75rem;
  }

  .xl\:focus-within\:pl-3:focus-within {
    padding-left: 0.75rem;
  }

  .xl\:focus-within\:pt-4:focus-within {
    padding-top: 1rem;
  }

  .xl\:focus-within\:pr-4:focus-within {
    padding-right: 1rem;
  }

  .xl\:focus-within\:pb-4:focus-within {
    padding-bottom: 1rem;
  }

  .xl\:focus-within\:pl-4:focus-within {
    padding-left: 1rem;
  }

  .xl\:focus-within\:pt-5:focus-within {
    padding-top: 1.25rem;
  }

  .xl\:focus-within\:pr-5:focus-within {
    padding-right: 1.25rem;
  }

  .xl\:focus-within\:pb-5:focus-within {
    padding-bottom: 1.25rem;
  }

  .xl\:focus-within\:pl-5:focus-within {
    padding-left: 1.25rem;
  }

  .xl\:focus-within\:pt-6:focus-within {
    padding-top: 1.5rem;
  }

  .xl\:focus-within\:pr-6:focus-within {
    padding-right: 1.5rem;
  }

  .xl\:focus-within\:pb-6:focus-within {
    padding-bottom: 1.5rem;
  }

  .xl\:focus-within\:pl-6:focus-within {
    padding-left: 1.5rem;
  }

  .xl\:focus-within\:pt-8:focus-within {
    padding-top: 2rem;
  }

  .xl\:focus-within\:pr-8:focus-within {
    padding-right: 2rem;
  }

  .xl\:focus-within\:pb-8:focus-within {
    padding-bottom: 2rem;
  }

  .xl\:focus-within\:pl-8:focus-within {
    padding-left: 2rem;
  }

  .xl\:focus-within\:pt-10:focus-within {
    padding-top: 2.5rem;
  }

  .xl\:focus-within\:pr-10:focus-within {
    padding-right: 2.5rem;
  }

  .xl\:focus-within\:pb-10:focus-within {
    padding-bottom: 2.5rem;
  }

  .xl\:focus-within\:pl-10:focus-within {
    padding-left: 2.5rem;
  }

  .xl\:focus-within\:pt-12:focus-within {
    padding-top: 3rem;
  }

  .xl\:focus-within\:pr-12:focus-within {
    padding-right: 3rem;
  }

  .xl\:focus-within\:pb-12:focus-within {
    padding-bottom: 3rem;
  }

  .xl\:focus-within\:pl-12:focus-within {
    padding-left: 3rem;
  }

  .xl\:focus-within\:pt-16:focus-within {
    padding-top: 4rem;
  }

  .xl\:focus-within\:pr-16:focus-within {
    padding-right: 4rem;
  }

  .xl\:focus-within\:pb-16:focus-within {
    padding-bottom: 4rem;
  }

  .xl\:focus-within\:pl-16:focus-within {
    padding-left: 4rem;
  }

  .xl\:focus-within\:pt-20:focus-within {
    padding-top: 5rem;
  }

  .xl\:focus-within\:pr-20:focus-within {
    padding-right: 5rem;
  }

  .xl\:focus-within\:pb-20:focus-within {
    padding-bottom: 5rem;
  }

  .xl\:focus-within\:pl-20:focus-within {
    padding-left: 5rem;
  }

  .xl\:focus-within\:pt-24:focus-within {
    padding-top: 6rem;
  }

  .xl\:focus-within\:pr-24:focus-within {
    padding-right: 6rem;
  }

  .xl\:focus-within\:pb-24:focus-within {
    padding-bottom: 6rem;
  }

  .xl\:focus-within\:pl-24:focus-within {
    padding-left: 6rem;
  }

  .xl\:focus-within\:pt-32:focus-within {
    padding-top: 8rem;
  }

  .xl\:focus-within\:pr-32:focus-within {
    padding-right: 8rem;
  }

  .xl\:focus-within\:pb-32:focus-within {
    padding-bottom: 8rem;
  }

  .xl\:focus-within\:pl-32:focus-within {
    padding-left: 8rem;
  }

  .xl\:focus-within\:pt-40:focus-within {
    padding-top: 10rem;
  }

  .xl\:focus-within\:pr-40:focus-within {
    padding-right: 10rem;
  }

  .xl\:focus-within\:pb-40:focus-within {
    padding-bottom: 10rem;
  }

  .xl\:focus-within\:pl-40:focus-within {
    padding-left: 10rem;
  }

  .xl\:focus-within\:pt-48:focus-within {
    padding-top: 12rem;
  }

  .xl\:focus-within\:pr-48:focus-within {
    padding-right: 12rem;
  }

  .xl\:focus-within\:pb-48:focus-within {
    padding-bottom: 12rem;
  }

  .xl\:focus-within\:pl-48:focus-within {
    padding-left: 12rem;
  }

  .xl\:focus-within\:pt-56:focus-within {
    padding-top: 14rem;
  }

  .xl\:focus-within\:pr-56:focus-within {
    padding-right: 14rem;
  }

  .xl\:focus-within\:pb-56:focus-within {
    padding-bottom: 14rem;
  }

  .xl\:focus-within\:pl-56:focus-within {
    padding-left: 14rem;
  }

  .xl\:focus-within\:pt-64:focus-within {
    padding-top: 16rem;
  }

  .xl\:focus-within\:pr-64:focus-within {
    padding-right: 16rem;
  }

  .xl\:focus-within\:pb-64:focus-within {
    padding-bottom: 16rem;
  }

  .xl\:focus-within\:pl-64:focus-within {
    padding-left: 16rem;
  }

  .xl\:focus-within\:pt-px:focus-within {
    padding-top: 1px;
  }

  .xl\:focus-within\:pr-px:focus-within {
    padding-right: 1px;
  }

  .xl\:focus-within\:pb-px:focus-within {
    padding-bottom: 1px;
  }

  .xl\:focus-within\:pl-px:focus-within {
    padding-left: 1px;
  }

  .xl\:first\:p-0:first-child {
    padding: 0;
  }

  .xl\:first\:p-1:first-child {
    padding: 0.25rem;
  }

  .xl\:first\:p-2:first-child {
    padding: 0.5rem;
  }

  .xl\:first\:p-3:first-child {
    padding: 0.75rem;
  }

  .xl\:first\:p-4:first-child {
    padding: 1rem;
  }

  .xl\:first\:p-5:first-child {
    padding: 1.25rem;
  }

  .xl\:first\:p-6:first-child {
    padding: 1.5rem;
  }

  .xl\:first\:p-8:first-child {
    padding: 2rem;
  }

  .xl\:first\:p-10:first-child {
    padding: 2.5rem;
  }

  .xl\:first\:p-12:first-child {
    padding: 3rem;
  }

  .xl\:first\:p-16:first-child {
    padding: 4rem;
  }

  .xl\:first\:p-20:first-child {
    padding: 5rem;
  }

  .xl\:first\:p-24:first-child {
    padding: 6rem;
  }

  .xl\:first\:p-32:first-child {
    padding: 8rem;
  }

  .xl\:first\:p-40:first-child {
    padding: 10rem;
  }

  .xl\:first\:p-48:first-child {
    padding: 12rem;
  }

  .xl\:first\:p-56:first-child {
    padding: 14rem;
  }

  .xl\:first\:p-64:first-child {
    padding: 16rem;
  }

  .xl\:first\:p-px:first-child {
    padding: 1px;
  }

  .xl\:first\:py-0:first-child {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:first\:px-0:first-child {
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:first\:py-1:first-child {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xl\:first\:px-1:first-child {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:first\:py-2:first-child {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:first\:px-2:first-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:first\:py-3:first-child {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl\:first\:px-3:first-child {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:first\:py-4:first-child {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:first\:px-4:first-child {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:first\:py-5:first-child {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:first\:px-5:first-child {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:first\:py-6:first-child {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:first\:px-6:first-child {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:first\:py-8:first-child {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:first\:px-8:first-child {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:first\:py-10:first-child {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:first\:px-10:first-child {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:first\:py-12:first-child {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:first\:px-12:first-child {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:first\:py-16:first-child {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:first\:px-16:first-child {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:first\:py-20:first-child {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:first\:px-20:first-child {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:first\:py-24:first-child {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:first\:px-24:first-child {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:first\:py-32:first-child {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:first\:px-32:first-child {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:first\:py-40:first-child {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl\:first\:px-40:first-child {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:first\:py-48:first-child {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xl\:first\:px-48:first-child {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xl\:first\:py-56:first-child {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xl\:first\:px-56:first-child {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xl\:first\:py-64:first-child {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xl\:first\:px-64:first-child {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xl\:first\:py-px:first-child {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:first\:px-px:first-child {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:first\:pt-0:first-child {
    padding-top: 0;
  }

  .xl\:first\:pr-0:first-child {
    padding-right: 0;
  }

  .xl\:first\:pb-0:first-child {
    padding-bottom: 0;
  }

  .xl\:first\:pl-0:first-child {
    padding-left: 0;
  }

  .xl\:first\:pt-1:first-child {
    padding-top: 0.25rem;
  }

  .xl\:first\:pr-1:first-child {
    padding-right: 0.25rem;
  }

  .xl\:first\:pb-1:first-child {
    padding-bottom: 0.25rem;
  }

  .xl\:first\:pl-1:first-child {
    padding-left: 0.25rem;
  }

  .xl\:first\:pt-2:first-child {
    padding-top: 0.5rem;
  }

  .xl\:first\:pr-2:first-child {
    padding-right: 0.5rem;
  }

  .xl\:first\:pb-2:first-child {
    padding-bottom: 0.5rem;
  }

  .xl\:first\:pl-2:first-child {
    padding-left: 0.5rem;
  }

  .xl\:first\:pt-3:first-child {
    padding-top: 0.75rem;
  }

  .xl\:first\:pr-3:first-child {
    padding-right: 0.75rem;
  }

  .xl\:first\:pb-3:first-child {
    padding-bottom: 0.75rem;
  }

  .xl\:first\:pl-3:first-child {
    padding-left: 0.75rem;
  }

  .xl\:first\:pt-4:first-child {
    padding-top: 1rem;
  }

  .xl\:first\:pr-4:first-child {
    padding-right: 1rem;
  }

  .xl\:first\:pb-4:first-child {
    padding-bottom: 1rem;
  }

  .xl\:first\:pl-4:first-child {
    padding-left: 1rem;
  }

  .xl\:first\:pt-5:first-child {
    padding-top: 1.25rem;
  }

  .xl\:first\:pr-5:first-child {
    padding-right: 1.25rem;
  }

  .xl\:first\:pb-5:first-child {
    padding-bottom: 1.25rem;
  }

  .xl\:first\:pl-5:first-child {
    padding-left: 1.25rem;
  }

  .xl\:first\:pt-6:first-child {
    padding-top: 1.5rem;
  }

  .xl\:first\:pr-6:first-child {
    padding-right: 1.5rem;
  }

  .xl\:first\:pb-6:first-child {
    padding-bottom: 1.5rem;
  }

  .xl\:first\:pl-6:first-child {
    padding-left: 1.5rem;
  }

  .xl\:first\:pt-8:first-child {
    padding-top: 2rem;
  }

  .xl\:first\:pr-8:first-child {
    padding-right: 2rem;
  }

  .xl\:first\:pb-8:first-child {
    padding-bottom: 2rem;
  }

  .xl\:first\:pl-8:first-child {
    padding-left: 2rem;
  }

  .xl\:first\:pt-10:first-child {
    padding-top: 2.5rem;
  }

  .xl\:first\:pr-10:first-child {
    padding-right: 2.5rem;
  }

  .xl\:first\:pb-10:first-child {
    padding-bottom: 2.5rem;
  }

  .xl\:first\:pl-10:first-child {
    padding-left: 2.5rem;
  }

  .xl\:first\:pt-12:first-child {
    padding-top: 3rem;
  }

  .xl\:first\:pr-12:first-child {
    padding-right: 3rem;
  }

  .xl\:first\:pb-12:first-child {
    padding-bottom: 3rem;
  }

  .xl\:first\:pl-12:first-child {
    padding-left: 3rem;
  }

  .xl\:first\:pt-16:first-child {
    padding-top: 4rem;
  }

  .xl\:first\:pr-16:first-child {
    padding-right: 4rem;
  }

  .xl\:first\:pb-16:first-child {
    padding-bottom: 4rem;
  }

  .xl\:first\:pl-16:first-child {
    padding-left: 4rem;
  }

  .xl\:first\:pt-20:first-child {
    padding-top: 5rem;
  }

  .xl\:first\:pr-20:first-child {
    padding-right: 5rem;
  }

  .xl\:first\:pb-20:first-child {
    padding-bottom: 5rem;
  }

  .xl\:first\:pl-20:first-child {
    padding-left: 5rem;
  }

  .xl\:first\:pt-24:first-child {
    padding-top: 6rem;
  }

  .xl\:first\:pr-24:first-child {
    padding-right: 6rem;
  }

  .xl\:first\:pb-24:first-child {
    padding-bottom: 6rem;
  }

  .xl\:first\:pl-24:first-child {
    padding-left: 6rem;
  }

  .xl\:first\:pt-32:first-child {
    padding-top: 8rem;
  }

  .xl\:first\:pr-32:first-child {
    padding-right: 8rem;
  }

  .xl\:first\:pb-32:first-child {
    padding-bottom: 8rem;
  }

  .xl\:first\:pl-32:first-child {
    padding-left: 8rem;
  }

  .xl\:first\:pt-40:first-child {
    padding-top: 10rem;
  }

  .xl\:first\:pr-40:first-child {
    padding-right: 10rem;
  }

  .xl\:first\:pb-40:first-child {
    padding-bottom: 10rem;
  }

  .xl\:first\:pl-40:first-child {
    padding-left: 10rem;
  }

  .xl\:first\:pt-48:first-child {
    padding-top: 12rem;
  }

  .xl\:first\:pr-48:first-child {
    padding-right: 12rem;
  }

  .xl\:first\:pb-48:first-child {
    padding-bottom: 12rem;
  }

  .xl\:first\:pl-48:first-child {
    padding-left: 12rem;
  }

  .xl\:first\:pt-56:first-child {
    padding-top: 14rem;
  }

  .xl\:first\:pr-56:first-child {
    padding-right: 14rem;
  }

  .xl\:first\:pb-56:first-child {
    padding-bottom: 14rem;
  }

  .xl\:first\:pl-56:first-child {
    padding-left: 14rem;
  }

  .xl\:first\:pt-64:first-child {
    padding-top: 16rem;
  }

  .xl\:first\:pr-64:first-child {
    padding-right: 16rem;
  }

  .xl\:first\:pb-64:first-child {
    padding-bottom: 16rem;
  }

  .xl\:first\:pl-64:first-child {
    padding-left: 16rem;
  }

  .xl\:first\:pt-px:first-child {
    padding-top: 1px;
  }

  .xl\:first\:pr-px:first-child {
    padding-right: 1px;
  }

  .xl\:first\:pb-px:first-child {
    padding-bottom: 1px;
  }

  .xl\:first\:pl-px:first-child {
    padding-left: 1px;
  }

  .xl\:last\:p-0:last-child {
    padding: 0;
  }

  .xl\:last\:p-1:last-child {
    padding: 0.25rem;
  }

  .xl\:last\:p-2:last-child {
    padding: 0.5rem;
  }

  .xl\:last\:p-3:last-child {
    padding: 0.75rem;
  }

  .xl\:last\:p-4:last-child {
    padding: 1rem;
  }

  .xl\:last\:p-5:last-child {
    padding: 1.25rem;
  }

  .xl\:last\:p-6:last-child {
    padding: 1.5rem;
  }

  .xl\:last\:p-8:last-child {
    padding: 2rem;
  }

  .xl\:last\:p-10:last-child {
    padding: 2.5rem;
  }

  .xl\:last\:p-12:last-child {
    padding: 3rem;
  }

  .xl\:last\:p-16:last-child {
    padding: 4rem;
  }

  .xl\:last\:p-20:last-child {
    padding: 5rem;
  }

  .xl\:last\:p-24:last-child {
    padding: 6rem;
  }

  .xl\:last\:p-32:last-child {
    padding: 8rem;
  }

  .xl\:last\:p-40:last-child {
    padding: 10rem;
  }

  .xl\:last\:p-48:last-child {
    padding: 12rem;
  }

  .xl\:last\:p-56:last-child {
    padding: 14rem;
  }

  .xl\:last\:p-64:last-child {
    padding: 16rem;
  }

  .xl\:last\:p-px:last-child {
    padding: 1px;
  }

  .xl\:last\:py-0:last-child {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:last\:px-0:last-child {
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:last\:py-1:last-child {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xl\:last\:px-1:last-child {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:last\:py-2:last-child {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:last\:px-2:last-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:last\:py-3:last-child {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl\:last\:px-3:last-child {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:last\:py-4:last-child {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:last\:px-4:last-child {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:last\:py-5:last-child {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:last\:px-5:last-child {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:last\:py-6:last-child {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:last\:px-6:last-child {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:last\:py-8:last-child {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:last\:px-8:last-child {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:last\:py-10:last-child {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:last\:px-10:last-child {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:last\:py-12:last-child {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:last\:px-12:last-child {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:last\:py-16:last-child {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:last\:px-16:last-child {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:last\:py-20:last-child {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:last\:px-20:last-child {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:last\:py-24:last-child {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:last\:px-24:last-child {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:last\:py-32:last-child {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:last\:px-32:last-child {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:last\:py-40:last-child {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl\:last\:px-40:last-child {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:last\:py-48:last-child {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xl\:last\:px-48:last-child {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xl\:last\:py-56:last-child {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xl\:last\:px-56:last-child {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xl\:last\:py-64:last-child {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xl\:last\:px-64:last-child {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xl\:last\:py-px:last-child {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:last\:px-px:last-child {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:last\:pt-0:last-child {
    padding-top: 0;
  }

  .xl\:last\:pr-0:last-child {
    padding-right: 0;
  }

  .xl\:last\:pb-0:last-child {
    padding-bottom: 0;
  }

  .xl\:last\:pl-0:last-child {
    padding-left: 0;
  }

  .xl\:last\:pt-1:last-child {
    padding-top: 0.25rem;
  }

  .xl\:last\:pr-1:last-child {
    padding-right: 0.25rem;
  }

  .xl\:last\:pb-1:last-child {
    padding-bottom: 0.25rem;
  }

  .xl\:last\:pl-1:last-child {
    padding-left: 0.25rem;
  }

  .xl\:last\:pt-2:last-child {
    padding-top: 0.5rem;
  }

  .xl\:last\:pr-2:last-child {
    padding-right: 0.5rem;
  }

  .xl\:last\:pb-2:last-child {
    padding-bottom: 0.5rem;
  }

  .xl\:last\:pl-2:last-child {
    padding-left: 0.5rem;
  }

  .xl\:last\:pt-3:last-child {
    padding-top: 0.75rem;
  }

  .xl\:last\:pr-3:last-child {
    padding-right: 0.75rem;
  }

  .xl\:last\:pb-3:last-child {
    padding-bottom: 0.75rem;
  }

  .xl\:last\:pl-3:last-child {
    padding-left: 0.75rem;
  }

  .xl\:last\:pt-4:last-child {
    padding-top: 1rem;
  }

  .xl\:last\:pr-4:last-child {
    padding-right: 1rem;
  }

  .xl\:last\:pb-4:last-child {
    padding-bottom: 1rem;
  }

  .xl\:last\:pl-4:last-child {
    padding-left: 1rem;
  }

  .xl\:last\:pt-5:last-child {
    padding-top: 1.25rem;
  }

  .xl\:last\:pr-5:last-child {
    padding-right: 1.25rem;
  }

  .xl\:last\:pb-5:last-child {
    padding-bottom: 1.25rem;
  }

  .xl\:last\:pl-5:last-child {
    padding-left: 1.25rem;
  }

  .xl\:last\:pt-6:last-child {
    padding-top: 1.5rem;
  }

  .xl\:last\:pr-6:last-child {
    padding-right: 1.5rem;
  }

  .xl\:last\:pb-6:last-child {
    padding-bottom: 1.5rem;
  }

  .xl\:last\:pl-6:last-child {
    padding-left: 1.5rem;
  }

  .xl\:last\:pt-8:last-child {
    padding-top: 2rem;
  }

  .xl\:last\:pr-8:last-child {
    padding-right: 2rem;
  }

  .xl\:last\:pb-8:last-child {
    padding-bottom: 2rem;
  }

  .xl\:last\:pl-8:last-child {
    padding-left: 2rem;
  }

  .xl\:last\:pt-10:last-child {
    padding-top: 2.5rem;
  }

  .xl\:last\:pr-10:last-child {
    padding-right: 2.5rem;
  }

  .xl\:last\:pb-10:last-child {
    padding-bottom: 2.5rem;
  }

  .xl\:last\:pl-10:last-child {
    padding-left: 2.5rem;
  }

  .xl\:last\:pt-12:last-child {
    padding-top: 3rem;
  }

  .xl\:last\:pr-12:last-child {
    padding-right: 3rem;
  }

  .xl\:last\:pb-12:last-child {
    padding-bottom: 3rem;
  }

  .xl\:last\:pl-12:last-child {
    padding-left: 3rem;
  }

  .xl\:last\:pt-16:last-child {
    padding-top: 4rem;
  }

  .xl\:last\:pr-16:last-child {
    padding-right: 4rem;
  }

  .xl\:last\:pb-16:last-child {
    padding-bottom: 4rem;
  }

  .xl\:last\:pl-16:last-child {
    padding-left: 4rem;
  }

  .xl\:last\:pt-20:last-child {
    padding-top: 5rem;
  }

  .xl\:last\:pr-20:last-child {
    padding-right: 5rem;
  }

  .xl\:last\:pb-20:last-child {
    padding-bottom: 5rem;
  }

  .xl\:last\:pl-20:last-child {
    padding-left: 5rem;
  }

  .xl\:last\:pt-24:last-child {
    padding-top: 6rem;
  }

  .xl\:last\:pr-24:last-child {
    padding-right: 6rem;
  }

  .xl\:last\:pb-24:last-child {
    padding-bottom: 6rem;
  }

  .xl\:last\:pl-24:last-child {
    padding-left: 6rem;
  }

  .xl\:last\:pt-32:last-child {
    padding-top: 8rem;
  }

  .xl\:last\:pr-32:last-child {
    padding-right: 8rem;
  }

  .xl\:last\:pb-32:last-child {
    padding-bottom: 8rem;
  }

  .xl\:last\:pl-32:last-child {
    padding-left: 8rem;
  }

  .xl\:last\:pt-40:last-child {
    padding-top: 10rem;
  }

  .xl\:last\:pr-40:last-child {
    padding-right: 10rem;
  }

  .xl\:last\:pb-40:last-child {
    padding-bottom: 10rem;
  }

  .xl\:last\:pl-40:last-child {
    padding-left: 10rem;
  }

  .xl\:last\:pt-48:last-child {
    padding-top: 12rem;
  }

  .xl\:last\:pr-48:last-child {
    padding-right: 12rem;
  }

  .xl\:last\:pb-48:last-child {
    padding-bottom: 12rem;
  }

  .xl\:last\:pl-48:last-child {
    padding-left: 12rem;
  }

  .xl\:last\:pt-56:last-child {
    padding-top: 14rem;
  }

  .xl\:last\:pr-56:last-child {
    padding-right: 14rem;
  }

  .xl\:last\:pb-56:last-child {
    padding-bottom: 14rem;
  }

  .xl\:last\:pl-56:last-child {
    padding-left: 14rem;
  }

  .xl\:last\:pt-64:last-child {
    padding-top: 16rem;
  }

  .xl\:last\:pr-64:last-child {
    padding-right: 16rem;
  }

  .xl\:last\:pb-64:last-child {
    padding-bottom: 16rem;
  }

  .xl\:last\:pl-64:last-child {
    padding-left: 16rem;
  }

  .xl\:last\:pt-px:last-child {
    padding-top: 1px;
  }

  .xl\:last\:pr-px:last-child {
    padding-right: 1px;
  }

  .xl\:last\:pb-px:last-child {
    padding-bottom: 1px;
  }

  .xl\:last\:pl-px:last-child {
    padding-left: 1px;
  }

  .xl\:odd\:p-0:nth-child(odd) {
    padding: 0;
  }

  .xl\:odd\:p-1:nth-child(odd) {
    padding: 0.25rem;
  }

  .xl\:odd\:p-2:nth-child(odd) {
    padding: 0.5rem;
  }

  .xl\:odd\:p-3:nth-child(odd) {
    padding: 0.75rem;
  }

  .xl\:odd\:p-4:nth-child(odd) {
    padding: 1rem;
  }

  .xl\:odd\:p-5:nth-child(odd) {
    padding: 1.25rem;
  }

  .xl\:odd\:p-6:nth-child(odd) {
    padding: 1.5rem;
  }

  .xl\:odd\:p-8:nth-child(odd) {
    padding: 2rem;
  }

  .xl\:odd\:p-10:nth-child(odd) {
    padding: 2.5rem;
  }

  .xl\:odd\:p-12:nth-child(odd) {
    padding: 3rem;
  }

  .xl\:odd\:p-16:nth-child(odd) {
    padding: 4rem;
  }

  .xl\:odd\:p-20:nth-child(odd) {
    padding: 5rem;
  }

  .xl\:odd\:p-24:nth-child(odd) {
    padding: 6rem;
  }

  .xl\:odd\:p-32:nth-child(odd) {
    padding: 8rem;
  }

  .xl\:odd\:p-40:nth-child(odd) {
    padding: 10rem;
  }

  .xl\:odd\:p-48:nth-child(odd) {
    padding: 12rem;
  }

  .xl\:odd\:p-56:nth-child(odd) {
    padding: 14rem;
  }

  .xl\:odd\:p-64:nth-child(odd) {
    padding: 16rem;
  }

  .xl\:odd\:p-px:nth-child(odd) {
    padding: 1px;
  }

  .xl\:odd\:py-0:nth-child(odd) {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:odd\:px-0:nth-child(odd) {
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:odd\:py-1:nth-child(odd) {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xl\:odd\:px-1:nth-child(odd) {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:odd\:py-2:nth-child(odd) {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:odd\:px-2:nth-child(odd) {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:odd\:py-3:nth-child(odd) {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl\:odd\:px-3:nth-child(odd) {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:odd\:py-4:nth-child(odd) {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:odd\:px-4:nth-child(odd) {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:odd\:py-5:nth-child(odd) {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:odd\:px-5:nth-child(odd) {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:odd\:py-6:nth-child(odd) {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:odd\:px-6:nth-child(odd) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:odd\:py-8:nth-child(odd) {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:odd\:px-8:nth-child(odd) {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:odd\:py-10:nth-child(odd) {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:odd\:px-10:nth-child(odd) {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:odd\:py-12:nth-child(odd) {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:odd\:px-12:nth-child(odd) {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:odd\:py-16:nth-child(odd) {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:odd\:px-16:nth-child(odd) {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:odd\:py-20:nth-child(odd) {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:odd\:px-20:nth-child(odd) {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:odd\:py-24:nth-child(odd) {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:odd\:px-24:nth-child(odd) {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:odd\:py-32:nth-child(odd) {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:odd\:px-32:nth-child(odd) {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:odd\:py-40:nth-child(odd) {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl\:odd\:px-40:nth-child(odd) {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:odd\:py-48:nth-child(odd) {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xl\:odd\:px-48:nth-child(odd) {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xl\:odd\:py-56:nth-child(odd) {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xl\:odd\:px-56:nth-child(odd) {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xl\:odd\:py-64:nth-child(odd) {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xl\:odd\:px-64:nth-child(odd) {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xl\:odd\:py-px:nth-child(odd) {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:odd\:px-px:nth-child(odd) {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:odd\:pt-0:nth-child(odd) {
    padding-top: 0;
  }

  .xl\:odd\:pr-0:nth-child(odd) {
    padding-right: 0;
  }

  .xl\:odd\:pb-0:nth-child(odd) {
    padding-bottom: 0;
  }

  .xl\:odd\:pl-0:nth-child(odd) {
    padding-left: 0;
  }

  .xl\:odd\:pt-1:nth-child(odd) {
    padding-top: 0.25rem;
  }

  .xl\:odd\:pr-1:nth-child(odd) {
    padding-right: 0.25rem;
  }

  .xl\:odd\:pb-1:nth-child(odd) {
    padding-bottom: 0.25rem;
  }

  .xl\:odd\:pl-1:nth-child(odd) {
    padding-left: 0.25rem;
  }

  .xl\:odd\:pt-2:nth-child(odd) {
    padding-top: 0.5rem;
  }

  .xl\:odd\:pr-2:nth-child(odd) {
    padding-right: 0.5rem;
  }

  .xl\:odd\:pb-2:nth-child(odd) {
    padding-bottom: 0.5rem;
  }

  .xl\:odd\:pl-2:nth-child(odd) {
    padding-left: 0.5rem;
  }

  .xl\:odd\:pt-3:nth-child(odd) {
    padding-top: 0.75rem;
  }

  .xl\:odd\:pr-3:nth-child(odd) {
    padding-right: 0.75rem;
  }

  .xl\:odd\:pb-3:nth-child(odd) {
    padding-bottom: 0.75rem;
  }

  .xl\:odd\:pl-3:nth-child(odd) {
    padding-left: 0.75rem;
  }

  .xl\:odd\:pt-4:nth-child(odd) {
    padding-top: 1rem;
  }

  .xl\:odd\:pr-4:nth-child(odd) {
    padding-right: 1rem;
  }

  .xl\:odd\:pb-4:nth-child(odd) {
    padding-bottom: 1rem;
  }

  .xl\:odd\:pl-4:nth-child(odd) {
    padding-left: 1rem;
  }

  .xl\:odd\:pt-5:nth-child(odd) {
    padding-top: 1.25rem;
  }

  .xl\:odd\:pr-5:nth-child(odd) {
    padding-right: 1.25rem;
  }

  .xl\:odd\:pb-5:nth-child(odd) {
    padding-bottom: 1.25rem;
  }

  .xl\:odd\:pl-5:nth-child(odd) {
    padding-left: 1.25rem;
  }

  .xl\:odd\:pt-6:nth-child(odd) {
    padding-top: 1.5rem;
  }

  .xl\:odd\:pr-6:nth-child(odd) {
    padding-right: 1.5rem;
  }

  .xl\:odd\:pb-6:nth-child(odd) {
    padding-bottom: 1.5rem;
  }

  .xl\:odd\:pl-6:nth-child(odd) {
    padding-left: 1.5rem;
  }

  .xl\:odd\:pt-8:nth-child(odd) {
    padding-top: 2rem;
  }

  .xl\:odd\:pr-8:nth-child(odd) {
    padding-right: 2rem;
  }

  .xl\:odd\:pb-8:nth-child(odd) {
    padding-bottom: 2rem;
  }

  .xl\:odd\:pl-8:nth-child(odd) {
    padding-left: 2rem;
  }

  .xl\:odd\:pt-10:nth-child(odd) {
    padding-top: 2.5rem;
  }

  .xl\:odd\:pr-10:nth-child(odd) {
    padding-right: 2.5rem;
  }

  .xl\:odd\:pb-10:nth-child(odd) {
    padding-bottom: 2.5rem;
  }

  .xl\:odd\:pl-10:nth-child(odd) {
    padding-left: 2.5rem;
  }

  .xl\:odd\:pt-12:nth-child(odd) {
    padding-top: 3rem;
  }

  .xl\:odd\:pr-12:nth-child(odd) {
    padding-right: 3rem;
  }

  .xl\:odd\:pb-12:nth-child(odd) {
    padding-bottom: 3rem;
  }

  .xl\:odd\:pl-12:nth-child(odd) {
    padding-left: 3rem;
  }

  .xl\:odd\:pt-16:nth-child(odd) {
    padding-top: 4rem;
  }

  .xl\:odd\:pr-16:nth-child(odd) {
    padding-right: 4rem;
  }

  .xl\:odd\:pb-16:nth-child(odd) {
    padding-bottom: 4rem;
  }

  .xl\:odd\:pl-16:nth-child(odd) {
    padding-left: 4rem;
  }

  .xl\:odd\:pt-20:nth-child(odd) {
    padding-top: 5rem;
  }

  .xl\:odd\:pr-20:nth-child(odd) {
    padding-right: 5rem;
  }

  .xl\:odd\:pb-20:nth-child(odd) {
    padding-bottom: 5rem;
  }

  .xl\:odd\:pl-20:nth-child(odd) {
    padding-left: 5rem;
  }

  .xl\:odd\:pt-24:nth-child(odd) {
    padding-top: 6rem;
  }

  .xl\:odd\:pr-24:nth-child(odd) {
    padding-right: 6rem;
  }

  .xl\:odd\:pb-24:nth-child(odd) {
    padding-bottom: 6rem;
  }

  .xl\:odd\:pl-24:nth-child(odd) {
    padding-left: 6rem;
  }

  .xl\:odd\:pt-32:nth-child(odd) {
    padding-top: 8rem;
  }

  .xl\:odd\:pr-32:nth-child(odd) {
    padding-right: 8rem;
  }

  .xl\:odd\:pb-32:nth-child(odd) {
    padding-bottom: 8rem;
  }

  .xl\:odd\:pl-32:nth-child(odd) {
    padding-left: 8rem;
  }

  .xl\:odd\:pt-40:nth-child(odd) {
    padding-top: 10rem;
  }

  .xl\:odd\:pr-40:nth-child(odd) {
    padding-right: 10rem;
  }

  .xl\:odd\:pb-40:nth-child(odd) {
    padding-bottom: 10rem;
  }

  .xl\:odd\:pl-40:nth-child(odd) {
    padding-left: 10rem;
  }

  .xl\:odd\:pt-48:nth-child(odd) {
    padding-top: 12rem;
  }

  .xl\:odd\:pr-48:nth-child(odd) {
    padding-right: 12rem;
  }

  .xl\:odd\:pb-48:nth-child(odd) {
    padding-bottom: 12rem;
  }

  .xl\:odd\:pl-48:nth-child(odd) {
    padding-left: 12rem;
  }

  .xl\:odd\:pt-56:nth-child(odd) {
    padding-top: 14rem;
  }

  .xl\:odd\:pr-56:nth-child(odd) {
    padding-right: 14rem;
  }

  .xl\:odd\:pb-56:nth-child(odd) {
    padding-bottom: 14rem;
  }

  .xl\:odd\:pl-56:nth-child(odd) {
    padding-left: 14rem;
  }

  .xl\:odd\:pt-64:nth-child(odd) {
    padding-top: 16rem;
  }

  .xl\:odd\:pr-64:nth-child(odd) {
    padding-right: 16rem;
  }

  .xl\:odd\:pb-64:nth-child(odd) {
    padding-bottom: 16rem;
  }

  .xl\:odd\:pl-64:nth-child(odd) {
    padding-left: 16rem;
  }

  .xl\:odd\:pt-px:nth-child(odd) {
    padding-top: 1px;
  }

  .xl\:odd\:pr-px:nth-child(odd) {
    padding-right: 1px;
  }

  .xl\:odd\:pb-px:nth-child(odd) {
    padding-bottom: 1px;
  }

  .xl\:odd\:pl-px:nth-child(odd) {
    padding-left: 1px;
  }

  .xl\:even\:p-0:nth-child(even) {
    padding: 0;
  }

  .xl\:even\:p-1:nth-child(even) {
    padding: 0.25rem;
  }

  .xl\:even\:p-2:nth-child(even) {
    padding: 0.5rem;
  }

  .xl\:even\:p-3:nth-child(even) {
    padding: 0.75rem;
  }

  .xl\:even\:p-4:nth-child(even) {
    padding: 1rem;
  }

  .xl\:even\:p-5:nth-child(even) {
    padding: 1.25rem;
  }

  .xl\:even\:p-6:nth-child(even) {
    padding: 1.5rem;
  }

  .xl\:even\:p-8:nth-child(even) {
    padding: 2rem;
  }

  .xl\:even\:p-10:nth-child(even) {
    padding: 2.5rem;
  }

  .xl\:even\:p-12:nth-child(even) {
    padding: 3rem;
  }

  .xl\:even\:p-16:nth-child(even) {
    padding: 4rem;
  }

  .xl\:even\:p-20:nth-child(even) {
    padding: 5rem;
  }

  .xl\:even\:p-24:nth-child(even) {
    padding: 6rem;
  }

  .xl\:even\:p-32:nth-child(even) {
    padding: 8rem;
  }

  .xl\:even\:p-40:nth-child(even) {
    padding: 10rem;
  }

  .xl\:even\:p-48:nth-child(even) {
    padding: 12rem;
  }

  .xl\:even\:p-56:nth-child(even) {
    padding: 14rem;
  }

  .xl\:even\:p-64:nth-child(even) {
    padding: 16rem;
  }

  .xl\:even\:p-px:nth-child(even) {
    padding: 1px;
  }

  .xl\:even\:py-0:nth-child(even) {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:even\:px-0:nth-child(even) {
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:even\:py-1:nth-child(even) {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xl\:even\:px-1:nth-child(even) {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:even\:py-2:nth-child(even) {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:even\:px-2:nth-child(even) {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:even\:py-3:nth-child(even) {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl\:even\:px-3:nth-child(even) {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:even\:py-4:nth-child(even) {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:even\:px-4:nth-child(even) {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:even\:py-5:nth-child(even) {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:even\:px-5:nth-child(even) {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:even\:py-6:nth-child(even) {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:even\:px-6:nth-child(even) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:even\:py-8:nth-child(even) {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:even\:px-8:nth-child(even) {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:even\:py-10:nth-child(even) {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:even\:px-10:nth-child(even) {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:even\:py-12:nth-child(even) {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:even\:px-12:nth-child(even) {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:even\:py-16:nth-child(even) {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:even\:px-16:nth-child(even) {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:even\:py-20:nth-child(even) {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:even\:px-20:nth-child(even) {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:even\:py-24:nth-child(even) {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:even\:px-24:nth-child(even) {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:even\:py-32:nth-child(even) {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:even\:px-32:nth-child(even) {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:even\:py-40:nth-child(even) {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl\:even\:px-40:nth-child(even) {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:even\:py-48:nth-child(even) {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xl\:even\:px-48:nth-child(even) {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xl\:even\:py-56:nth-child(even) {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xl\:even\:px-56:nth-child(even) {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xl\:even\:py-64:nth-child(even) {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xl\:even\:px-64:nth-child(even) {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xl\:even\:py-px:nth-child(even) {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:even\:px-px:nth-child(even) {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:even\:pt-0:nth-child(even) {
    padding-top: 0;
  }

  .xl\:even\:pr-0:nth-child(even) {
    padding-right: 0;
  }

  .xl\:even\:pb-0:nth-child(even) {
    padding-bottom: 0;
  }

  .xl\:even\:pl-0:nth-child(even) {
    padding-left: 0;
  }

  .xl\:even\:pt-1:nth-child(even) {
    padding-top: 0.25rem;
  }

  .xl\:even\:pr-1:nth-child(even) {
    padding-right: 0.25rem;
  }

  .xl\:even\:pb-1:nth-child(even) {
    padding-bottom: 0.25rem;
  }

  .xl\:even\:pl-1:nth-child(even) {
    padding-left: 0.25rem;
  }

  .xl\:even\:pt-2:nth-child(even) {
    padding-top: 0.5rem;
  }

  .xl\:even\:pr-2:nth-child(even) {
    padding-right: 0.5rem;
  }

  .xl\:even\:pb-2:nth-child(even) {
    padding-bottom: 0.5rem;
  }

  .xl\:even\:pl-2:nth-child(even) {
    padding-left: 0.5rem;
  }

  .xl\:even\:pt-3:nth-child(even) {
    padding-top: 0.75rem;
  }

  .xl\:even\:pr-3:nth-child(even) {
    padding-right: 0.75rem;
  }

  .xl\:even\:pb-3:nth-child(even) {
    padding-bottom: 0.75rem;
  }

  .xl\:even\:pl-3:nth-child(even) {
    padding-left: 0.75rem;
  }

  .xl\:even\:pt-4:nth-child(even) {
    padding-top: 1rem;
  }

  .xl\:even\:pr-4:nth-child(even) {
    padding-right: 1rem;
  }

  .xl\:even\:pb-4:nth-child(even) {
    padding-bottom: 1rem;
  }

  .xl\:even\:pl-4:nth-child(even) {
    padding-left: 1rem;
  }

  .xl\:even\:pt-5:nth-child(even) {
    padding-top: 1.25rem;
  }

  .xl\:even\:pr-5:nth-child(even) {
    padding-right: 1.25rem;
  }

  .xl\:even\:pb-5:nth-child(even) {
    padding-bottom: 1.25rem;
  }

  .xl\:even\:pl-5:nth-child(even) {
    padding-left: 1.25rem;
  }

  .xl\:even\:pt-6:nth-child(even) {
    padding-top: 1.5rem;
  }

  .xl\:even\:pr-6:nth-child(even) {
    padding-right: 1.5rem;
  }

  .xl\:even\:pb-6:nth-child(even) {
    padding-bottom: 1.5rem;
  }

  .xl\:even\:pl-6:nth-child(even) {
    padding-left: 1.5rem;
  }

  .xl\:even\:pt-8:nth-child(even) {
    padding-top: 2rem;
  }

  .xl\:even\:pr-8:nth-child(even) {
    padding-right: 2rem;
  }

  .xl\:even\:pb-8:nth-child(even) {
    padding-bottom: 2rem;
  }

  .xl\:even\:pl-8:nth-child(even) {
    padding-left: 2rem;
  }

  .xl\:even\:pt-10:nth-child(even) {
    padding-top: 2.5rem;
  }

  .xl\:even\:pr-10:nth-child(even) {
    padding-right: 2.5rem;
  }

  .xl\:even\:pb-10:nth-child(even) {
    padding-bottom: 2.5rem;
  }

  .xl\:even\:pl-10:nth-child(even) {
    padding-left: 2.5rem;
  }

  .xl\:even\:pt-12:nth-child(even) {
    padding-top: 3rem;
  }

  .xl\:even\:pr-12:nth-child(even) {
    padding-right: 3rem;
  }

  .xl\:even\:pb-12:nth-child(even) {
    padding-bottom: 3rem;
  }

  .xl\:even\:pl-12:nth-child(even) {
    padding-left: 3rem;
  }

  .xl\:even\:pt-16:nth-child(even) {
    padding-top: 4rem;
  }

  .xl\:even\:pr-16:nth-child(even) {
    padding-right: 4rem;
  }

  .xl\:even\:pb-16:nth-child(even) {
    padding-bottom: 4rem;
  }

  .xl\:even\:pl-16:nth-child(even) {
    padding-left: 4rem;
  }

  .xl\:even\:pt-20:nth-child(even) {
    padding-top: 5rem;
  }

  .xl\:even\:pr-20:nth-child(even) {
    padding-right: 5rem;
  }

  .xl\:even\:pb-20:nth-child(even) {
    padding-bottom: 5rem;
  }

  .xl\:even\:pl-20:nth-child(even) {
    padding-left: 5rem;
  }

  .xl\:even\:pt-24:nth-child(even) {
    padding-top: 6rem;
  }

  .xl\:even\:pr-24:nth-child(even) {
    padding-right: 6rem;
  }

  .xl\:even\:pb-24:nth-child(even) {
    padding-bottom: 6rem;
  }

  .xl\:even\:pl-24:nth-child(even) {
    padding-left: 6rem;
  }

  .xl\:even\:pt-32:nth-child(even) {
    padding-top: 8rem;
  }

  .xl\:even\:pr-32:nth-child(even) {
    padding-right: 8rem;
  }

  .xl\:even\:pb-32:nth-child(even) {
    padding-bottom: 8rem;
  }

  .xl\:even\:pl-32:nth-child(even) {
    padding-left: 8rem;
  }

  .xl\:even\:pt-40:nth-child(even) {
    padding-top: 10rem;
  }

  .xl\:even\:pr-40:nth-child(even) {
    padding-right: 10rem;
  }

  .xl\:even\:pb-40:nth-child(even) {
    padding-bottom: 10rem;
  }

  .xl\:even\:pl-40:nth-child(even) {
    padding-left: 10rem;
  }

  .xl\:even\:pt-48:nth-child(even) {
    padding-top: 12rem;
  }

  .xl\:even\:pr-48:nth-child(even) {
    padding-right: 12rem;
  }

  .xl\:even\:pb-48:nth-child(even) {
    padding-bottom: 12rem;
  }

  .xl\:even\:pl-48:nth-child(even) {
    padding-left: 12rem;
  }

  .xl\:even\:pt-56:nth-child(even) {
    padding-top: 14rem;
  }

  .xl\:even\:pr-56:nth-child(even) {
    padding-right: 14rem;
  }

  .xl\:even\:pb-56:nth-child(even) {
    padding-bottom: 14rem;
  }

  .xl\:even\:pl-56:nth-child(even) {
    padding-left: 14rem;
  }

  .xl\:even\:pt-64:nth-child(even) {
    padding-top: 16rem;
  }

  .xl\:even\:pr-64:nth-child(even) {
    padding-right: 16rem;
  }

  .xl\:even\:pb-64:nth-child(even) {
    padding-bottom: 16rem;
  }

  .xl\:even\:pl-64:nth-child(even) {
    padding-left: 16rem;
  }

  .xl\:even\:pt-px:nth-child(even) {
    padding-top: 1px;
  }

  .xl\:even\:pr-px:nth-child(even) {
    padding-right: 1px;
  }

  .xl\:even\:pb-px:nth-child(even) {
    padding-bottom: 1px;
  }

  .xl\:even\:pl-px:nth-child(even) {
    padding-left: 1px;
  }

  .xl\:hover\:p-0:hover {
    padding: 0;
  }

  .xl\:hover\:p-1:hover {
    padding: 0.25rem;
  }

  .xl\:hover\:p-2:hover {
    padding: 0.5rem;
  }

  .xl\:hover\:p-3:hover {
    padding: 0.75rem;
  }

  .xl\:hover\:p-4:hover {
    padding: 1rem;
  }

  .xl\:hover\:p-5:hover {
    padding: 1.25rem;
  }

  .xl\:hover\:p-6:hover {
    padding: 1.5rem;
  }

  .xl\:hover\:p-8:hover {
    padding: 2rem;
  }

  .xl\:hover\:p-10:hover {
    padding: 2.5rem;
  }

  .xl\:hover\:p-12:hover {
    padding: 3rem;
  }

  .xl\:hover\:p-16:hover {
    padding: 4rem;
  }

  .xl\:hover\:p-20:hover {
    padding: 5rem;
  }

  .xl\:hover\:p-24:hover {
    padding: 6rem;
  }

  .xl\:hover\:p-32:hover {
    padding: 8rem;
  }

  .xl\:hover\:p-40:hover {
    padding: 10rem;
  }

  .xl\:hover\:p-48:hover {
    padding: 12rem;
  }

  .xl\:hover\:p-56:hover {
    padding: 14rem;
  }

  .xl\:hover\:p-64:hover {
    padding: 16rem;
  }

  .xl\:hover\:p-px:hover {
    padding: 1px;
  }

  .xl\:hover\:py-0:hover {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:hover\:px-0:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:hover\:py-1:hover {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xl\:hover\:px-1:hover {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:hover\:py-2:hover {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:hover\:px-2:hover {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:hover\:py-3:hover {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl\:hover\:px-3:hover {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:hover\:py-4:hover {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:hover\:px-4:hover {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:hover\:py-5:hover {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:hover\:px-5:hover {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:hover\:py-6:hover {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:hover\:px-6:hover {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:hover\:py-8:hover {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:hover\:px-8:hover {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:hover\:py-10:hover {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:hover\:px-10:hover {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:hover\:py-12:hover {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:hover\:px-12:hover {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:hover\:py-16:hover {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:hover\:px-16:hover {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:hover\:py-20:hover {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:hover\:px-20:hover {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:hover\:py-24:hover {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:hover\:px-24:hover {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:hover\:py-32:hover {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:hover\:px-32:hover {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:hover\:py-40:hover {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl\:hover\:px-40:hover {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:hover\:py-48:hover {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xl\:hover\:px-48:hover {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xl\:hover\:py-56:hover {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xl\:hover\:px-56:hover {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xl\:hover\:py-64:hover {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xl\:hover\:px-64:hover {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xl\:hover\:py-px:hover {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:hover\:px-px:hover {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:hover\:pt-0:hover {
    padding-top: 0;
  }

  .xl\:hover\:pr-0:hover {
    padding-right: 0;
  }

  .xl\:hover\:pb-0:hover {
    padding-bottom: 0;
  }

  .xl\:hover\:pl-0:hover {
    padding-left: 0;
  }

  .xl\:hover\:pt-1:hover {
    padding-top: 0.25rem;
  }

  .xl\:hover\:pr-1:hover {
    padding-right: 0.25rem;
  }

  .xl\:hover\:pb-1:hover {
    padding-bottom: 0.25rem;
  }

  .xl\:hover\:pl-1:hover {
    padding-left: 0.25rem;
  }

  .xl\:hover\:pt-2:hover {
    padding-top: 0.5rem;
  }

  .xl\:hover\:pr-2:hover {
    padding-right: 0.5rem;
  }

  .xl\:hover\:pb-2:hover {
    padding-bottom: 0.5rem;
  }

  .xl\:hover\:pl-2:hover {
    padding-left: 0.5rem;
  }

  .xl\:hover\:pt-3:hover {
    padding-top: 0.75rem;
  }

  .xl\:hover\:pr-3:hover {
    padding-right: 0.75rem;
  }

  .xl\:hover\:pb-3:hover {
    padding-bottom: 0.75rem;
  }

  .xl\:hover\:pl-3:hover {
    padding-left: 0.75rem;
  }

  .xl\:hover\:pt-4:hover {
    padding-top: 1rem;
  }

  .xl\:hover\:pr-4:hover {
    padding-right: 1rem;
  }

  .xl\:hover\:pb-4:hover {
    padding-bottom: 1rem;
  }

  .xl\:hover\:pl-4:hover {
    padding-left: 1rem;
  }

  .xl\:hover\:pt-5:hover {
    padding-top: 1.25rem;
  }

  .xl\:hover\:pr-5:hover {
    padding-right: 1.25rem;
  }

  .xl\:hover\:pb-5:hover {
    padding-bottom: 1.25rem;
  }

  .xl\:hover\:pl-5:hover {
    padding-left: 1.25rem;
  }

  .xl\:hover\:pt-6:hover {
    padding-top: 1.5rem;
  }

  .xl\:hover\:pr-6:hover {
    padding-right: 1.5rem;
  }

  .xl\:hover\:pb-6:hover {
    padding-bottom: 1.5rem;
  }

  .xl\:hover\:pl-6:hover {
    padding-left: 1.5rem;
  }

  .xl\:hover\:pt-8:hover {
    padding-top: 2rem;
  }

  .xl\:hover\:pr-8:hover {
    padding-right: 2rem;
  }

  .xl\:hover\:pb-8:hover {
    padding-bottom: 2rem;
  }

  .xl\:hover\:pl-8:hover {
    padding-left: 2rem;
  }

  .xl\:hover\:pt-10:hover {
    padding-top: 2.5rem;
  }

  .xl\:hover\:pr-10:hover {
    padding-right: 2.5rem;
  }

  .xl\:hover\:pb-10:hover {
    padding-bottom: 2.5rem;
  }

  .xl\:hover\:pl-10:hover {
    padding-left: 2.5rem;
  }

  .xl\:hover\:pt-12:hover {
    padding-top: 3rem;
  }

  .xl\:hover\:pr-12:hover {
    padding-right: 3rem;
  }

  .xl\:hover\:pb-12:hover {
    padding-bottom: 3rem;
  }

  .xl\:hover\:pl-12:hover {
    padding-left: 3rem;
  }

  .xl\:hover\:pt-16:hover {
    padding-top: 4rem;
  }

  .xl\:hover\:pr-16:hover {
    padding-right: 4rem;
  }

  .xl\:hover\:pb-16:hover {
    padding-bottom: 4rem;
  }

  .xl\:hover\:pl-16:hover {
    padding-left: 4rem;
  }

  .xl\:hover\:pt-20:hover {
    padding-top: 5rem;
  }

  .xl\:hover\:pr-20:hover {
    padding-right: 5rem;
  }

  .xl\:hover\:pb-20:hover {
    padding-bottom: 5rem;
  }

  .xl\:hover\:pl-20:hover {
    padding-left: 5rem;
  }

  .xl\:hover\:pt-24:hover {
    padding-top: 6rem;
  }

  .xl\:hover\:pr-24:hover {
    padding-right: 6rem;
  }

  .xl\:hover\:pb-24:hover {
    padding-bottom: 6rem;
  }

  .xl\:hover\:pl-24:hover {
    padding-left: 6rem;
  }

  .xl\:hover\:pt-32:hover {
    padding-top: 8rem;
  }

  .xl\:hover\:pr-32:hover {
    padding-right: 8rem;
  }

  .xl\:hover\:pb-32:hover {
    padding-bottom: 8rem;
  }

  .xl\:hover\:pl-32:hover {
    padding-left: 8rem;
  }

  .xl\:hover\:pt-40:hover {
    padding-top: 10rem;
  }

  .xl\:hover\:pr-40:hover {
    padding-right: 10rem;
  }

  .xl\:hover\:pb-40:hover {
    padding-bottom: 10rem;
  }

  .xl\:hover\:pl-40:hover {
    padding-left: 10rem;
  }

  .xl\:hover\:pt-48:hover {
    padding-top: 12rem;
  }

  .xl\:hover\:pr-48:hover {
    padding-right: 12rem;
  }

  .xl\:hover\:pb-48:hover {
    padding-bottom: 12rem;
  }

  .xl\:hover\:pl-48:hover {
    padding-left: 12rem;
  }

  .xl\:hover\:pt-56:hover {
    padding-top: 14rem;
  }

  .xl\:hover\:pr-56:hover {
    padding-right: 14rem;
  }

  .xl\:hover\:pb-56:hover {
    padding-bottom: 14rem;
  }

  .xl\:hover\:pl-56:hover {
    padding-left: 14rem;
  }

  .xl\:hover\:pt-64:hover {
    padding-top: 16rem;
  }

  .xl\:hover\:pr-64:hover {
    padding-right: 16rem;
  }

  .xl\:hover\:pb-64:hover {
    padding-bottom: 16rem;
  }

  .xl\:hover\:pl-64:hover {
    padding-left: 16rem;
  }

  .xl\:hover\:pt-px:hover {
    padding-top: 1px;
  }

  .xl\:hover\:pr-px:hover {
    padding-right: 1px;
  }

  .xl\:hover\:pb-px:hover {
    padding-bottom: 1px;
  }

  .xl\:hover\:pl-px:hover {
    padding-left: 1px;
  }

  .xl\:focus\:p-0:focus {
    padding: 0;
  }

  .xl\:focus\:p-1:focus {
    padding: 0.25rem;
  }

  .xl\:focus\:p-2:focus {
    padding: 0.5rem;
  }

  .xl\:focus\:p-3:focus {
    padding: 0.75rem;
  }

  .xl\:focus\:p-4:focus {
    padding: 1rem;
  }

  .xl\:focus\:p-5:focus {
    padding: 1.25rem;
  }

  .xl\:focus\:p-6:focus {
    padding: 1.5rem;
  }

  .xl\:focus\:p-8:focus {
    padding: 2rem;
  }

  .xl\:focus\:p-10:focus {
    padding: 2.5rem;
  }

  .xl\:focus\:p-12:focus {
    padding: 3rem;
  }

  .xl\:focus\:p-16:focus {
    padding: 4rem;
  }

  .xl\:focus\:p-20:focus {
    padding: 5rem;
  }

  .xl\:focus\:p-24:focus {
    padding: 6rem;
  }

  .xl\:focus\:p-32:focus {
    padding: 8rem;
  }

  .xl\:focus\:p-40:focus {
    padding: 10rem;
  }

  .xl\:focus\:p-48:focus {
    padding: 12rem;
  }

  .xl\:focus\:p-56:focus {
    padding: 14rem;
  }

  .xl\:focus\:p-64:focus {
    padding: 16rem;
  }

  .xl\:focus\:p-px:focus {
    padding: 1px;
  }

  .xl\:focus\:py-0:focus {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:focus\:px-0:focus {
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:focus\:py-1:focus {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xl\:focus\:px-1:focus {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:focus\:py-2:focus {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:focus\:px-2:focus {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:focus\:py-3:focus {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl\:focus\:px-3:focus {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:focus\:py-4:focus {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:focus\:px-4:focus {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:focus\:py-5:focus {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:focus\:px-5:focus {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:focus\:py-6:focus {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:focus\:px-6:focus {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:focus\:py-8:focus {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:focus\:px-8:focus {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:focus\:py-10:focus {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:focus\:px-10:focus {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:focus\:py-12:focus {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:focus\:px-12:focus {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:focus\:py-16:focus {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:focus\:px-16:focus {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:focus\:py-20:focus {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:focus\:px-20:focus {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:focus\:py-24:focus {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:focus\:px-24:focus {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:focus\:py-32:focus {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:focus\:px-32:focus {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:focus\:py-40:focus {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl\:focus\:px-40:focus {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:focus\:py-48:focus {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xl\:focus\:px-48:focus {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xl\:focus\:py-56:focus {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xl\:focus\:px-56:focus {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xl\:focus\:py-64:focus {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xl\:focus\:px-64:focus {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xl\:focus\:py-px:focus {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:focus\:px-px:focus {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:focus\:pt-0:focus {
    padding-top: 0;
  }

  .xl\:focus\:pr-0:focus {
    padding-right: 0;
  }

  .xl\:focus\:pb-0:focus {
    padding-bottom: 0;
  }

  .xl\:focus\:pl-0:focus {
    padding-left: 0;
  }

  .xl\:focus\:pt-1:focus {
    padding-top: 0.25rem;
  }

  .xl\:focus\:pr-1:focus {
    padding-right: 0.25rem;
  }

  .xl\:focus\:pb-1:focus {
    padding-bottom: 0.25rem;
  }

  .xl\:focus\:pl-1:focus {
    padding-left: 0.25rem;
  }

  .xl\:focus\:pt-2:focus {
    padding-top: 0.5rem;
  }

  .xl\:focus\:pr-2:focus {
    padding-right: 0.5rem;
  }

  .xl\:focus\:pb-2:focus {
    padding-bottom: 0.5rem;
  }

  .xl\:focus\:pl-2:focus {
    padding-left: 0.5rem;
  }

  .xl\:focus\:pt-3:focus {
    padding-top: 0.75rem;
  }

  .xl\:focus\:pr-3:focus {
    padding-right: 0.75rem;
  }

  .xl\:focus\:pb-3:focus {
    padding-bottom: 0.75rem;
  }

  .xl\:focus\:pl-3:focus {
    padding-left: 0.75rem;
  }

  .xl\:focus\:pt-4:focus {
    padding-top: 1rem;
  }

  .xl\:focus\:pr-4:focus {
    padding-right: 1rem;
  }

  .xl\:focus\:pb-4:focus {
    padding-bottom: 1rem;
  }

  .xl\:focus\:pl-4:focus {
    padding-left: 1rem;
  }

  .xl\:focus\:pt-5:focus {
    padding-top: 1.25rem;
  }

  .xl\:focus\:pr-5:focus {
    padding-right: 1.25rem;
  }

  .xl\:focus\:pb-5:focus {
    padding-bottom: 1.25rem;
  }

  .xl\:focus\:pl-5:focus {
    padding-left: 1.25rem;
  }

  .xl\:focus\:pt-6:focus {
    padding-top: 1.5rem;
  }

  .xl\:focus\:pr-6:focus {
    padding-right: 1.5rem;
  }

  .xl\:focus\:pb-6:focus {
    padding-bottom: 1.5rem;
  }

  .xl\:focus\:pl-6:focus {
    padding-left: 1.5rem;
  }

  .xl\:focus\:pt-8:focus {
    padding-top: 2rem;
  }

  .xl\:focus\:pr-8:focus {
    padding-right: 2rem;
  }

  .xl\:focus\:pb-8:focus {
    padding-bottom: 2rem;
  }

  .xl\:focus\:pl-8:focus {
    padding-left: 2rem;
  }

  .xl\:focus\:pt-10:focus {
    padding-top: 2.5rem;
  }

  .xl\:focus\:pr-10:focus {
    padding-right: 2.5rem;
  }

  .xl\:focus\:pb-10:focus {
    padding-bottom: 2.5rem;
  }

  .xl\:focus\:pl-10:focus {
    padding-left: 2.5rem;
  }

  .xl\:focus\:pt-12:focus {
    padding-top: 3rem;
  }

  .xl\:focus\:pr-12:focus {
    padding-right: 3rem;
  }

  .xl\:focus\:pb-12:focus {
    padding-bottom: 3rem;
  }

  .xl\:focus\:pl-12:focus {
    padding-left: 3rem;
  }

  .xl\:focus\:pt-16:focus {
    padding-top: 4rem;
  }

  .xl\:focus\:pr-16:focus {
    padding-right: 4rem;
  }

  .xl\:focus\:pb-16:focus {
    padding-bottom: 4rem;
  }

  .xl\:focus\:pl-16:focus {
    padding-left: 4rem;
  }

  .xl\:focus\:pt-20:focus {
    padding-top: 5rem;
  }

  .xl\:focus\:pr-20:focus {
    padding-right: 5rem;
  }

  .xl\:focus\:pb-20:focus {
    padding-bottom: 5rem;
  }

  .xl\:focus\:pl-20:focus {
    padding-left: 5rem;
  }

  .xl\:focus\:pt-24:focus {
    padding-top: 6rem;
  }

  .xl\:focus\:pr-24:focus {
    padding-right: 6rem;
  }

  .xl\:focus\:pb-24:focus {
    padding-bottom: 6rem;
  }

  .xl\:focus\:pl-24:focus {
    padding-left: 6rem;
  }

  .xl\:focus\:pt-32:focus {
    padding-top: 8rem;
  }

  .xl\:focus\:pr-32:focus {
    padding-right: 8rem;
  }

  .xl\:focus\:pb-32:focus {
    padding-bottom: 8rem;
  }

  .xl\:focus\:pl-32:focus {
    padding-left: 8rem;
  }

  .xl\:focus\:pt-40:focus {
    padding-top: 10rem;
  }

  .xl\:focus\:pr-40:focus {
    padding-right: 10rem;
  }

  .xl\:focus\:pb-40:focus {
    padding-bottom: 10rem;
  }

  .xl\:focus\:pl-40:focus {
    padding-left: 10rem;
  }

  .xl\:focus\:pt-48:focus {
    padding-top: 12rem;
  }

  .xl\:focus\:pr-48:focus {
    padding-right: 12rem;
  }

  .xl\:focus\:pb-48:focus {
    padding-bottom: 12rem;
  }

  .xl\:focus\:pl-48:focus {
    padding-left: 12rem;
  }

  .xl\:focus\:pt-56:focus {
    padding-top: 14rem;
  }

  .xl\:focus\:pr-56:focus {
    padding-right: 14rem;
  }

  .xl\:focus\:pb-56:focus {
    padding-bottom: 14rem;
  }

  .xl\:focus\:pl-56:focus {
    padding-left: 14rem;
  }

  .xl\:focus\:pt-64:focus {
    padding-top: 16rem;
  }

  .xl\:focus\:pr-64:focus {
    padding-right: 16rem;
  }

  .xl\:focus\:pb-64:focus {
    padding-bottom: 16rem;
  }

  .xl\:focus\:pl-64:focus {
    padding-left: 16rem;
  }

  .xl\:focus\:pt-px:focus {
    padding-top: 1px;
  }

  .xl\:focus\:pr-px:focus {
    padding-right: 1px;
  }

  .xl\:focus\:pb-px:focus {
    padding-bottom: 1px;
  }

  .xl\:focus\:pl-px:focus {
    padding-left: 1px;
  }

  .xl\:active\:p-0:active {
    padding: 0;
  }

  .xl\:active\:p-1:active {
    padding: 0.25rem;
  }

  .xl\:active\:p-2:active {
    padding: 0.5rem;
  }

  .xl\:active\:p-3:active {
    padding: 0.75rem;
  }

  .xl\:active\:p-4:active {
    padding: 1rem;
  }

  .xl\:active\:p-5:active {
    padding: 1.25rem;
  }

  .xl\:active\:p-6:active {
    padding: 1.5rem;
  }

  .xl\:active\:p-8:active {
    padding: 2rem;
  }

  .xl\:active\:p-10:active {
    padding: 2.5rem;
  }

  .xl\:active\:p-12:active {
    padding: 3rem;
  }

  .xl\:active\:p-16:active {
    padding: 4rem;
  }

  .xl\:active\:p-20:active {
    padding: 5rem;
  }

  .xl\:active\:p-24:active {
    padding: 6rem;
  }

  .xl\:active\:p-32:active {
    padding: 8rem;
  }

  .xl\:active\:p-40:active {
    padding: 10rem;
  }

  .xl\:active\:p-48:active {
    padding: 12rem;
  }

  .xl\:active\:p-56:active {
    padding: 14rem;
  }

  .xl\:active\:p-64:active {
    padding: 16rem;
  }

  .xl\:active\:p-px:active {
    padding: 1px;
  }

  .xl\:active\:py-0:active {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:active\:px-0:active {
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:active\:py-1:active {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xl\:active\:px-1:active {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:active\:py-2:active {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:active\:px-2:active {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:active\:py-3:active {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl\:active\:px-3:active {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:active\:py-4:active {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:active\:px-4:active {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:active\:py-5:active {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:active\:px-5:active {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:active\:py-6:active {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:active\:px-6:active {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:active\:py-8:active {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:active\:px-8:active {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:active\:py-10:active {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:active\:px-10:active {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:active\:py-12:active {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:active\:px-12:active {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:active\:py-16:active {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:active\:px-16:active {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:active\:py-20:active {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:active\:px-20:active {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:active\:py-24:active {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:active\:px-24:active {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:active\:py-32:active {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:active\:px-32:active {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:active\:py-40:active {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl\:active\:px-40:active {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:active\:py-48:active {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xl\:active\:px-48:active {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xl\:active\:py-56:active {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xl\:active\:px-56:active {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xl\:active\:py-64:active {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xl\:active\:px-64:active {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xl\:active\:py-px:active {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:active\:px-px:active {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:active\:pt-0:active {
    padding-top: 0;
  }

  .xl\:active\:pr-0:active {
    padding-right: 0;
  }

  .xl\:active\:pb-0:active {
    padding-bottom: 0;
  }

  .xl\:active\:pl-0:active {
    padding-left: 0;
  }

  .xl\:active\:pt-1:active {
    padding-top: 0.25rem;
  }

  .xl\:active\:pr-1:active {
    padding-right: 0.25rem;
  }

  .xl\:active\:pb-1:active {
    padding-bottom: 0.25rem;
  }

  .xl\:active\:pl-1:active {
    padding-left: 0.25rem;
  }

  .xl\:active\:pt-2:active {
    padding-top: 0.5rem;
  }

  .xl\:active\:pr-2:active {
    padding-right: 0.5rem;
  }

  .xl\:active\:pb-2:active {
    padding-bottom: 0.5rem;
  }

  .xl\:active\:pl-2:active {
    padding-left: 0.5rem;
  }

  .xl\:active\:pt-3:active {
    padding-top: 0.75rem;
  }

  .xl\:active\:pr-3:active {
    padding-right: 0.75rem;
  }

  .xl\:active\:pb-3:active {
    padding-bottom: 0.75rem;
  }

  .xl\:active\:pl-3:active {
    padding-left: 0.75rem;
  }

  .xl\:active\:pt-4:active {
    padding-top: 1rem;
  }

  .xl\:active\:pr-4:active {
    padding-right: 1rem;
  }

  .xl\:active\:pb-4:active {
    padding-bottom: 1rem;
  }

  .xl\:active\:pl-4:active {
    padding-left: 1rem;
  }

  .xl\:active\:pt-5:active {
    padding-top: 1.25rem;
  }

  .xl\:active\:pr-5:active {
    padding-right: 1.25rem;
  }

  .xl\:active\:pb-5:active {
    padding-bottom: 1.25rem;
  }

  .xl\:active\:pl-5:active {
    padding-left: 1.25rem;
  }

  .xl\:active\:pt-6:active {
    padding-top: 1.5rem;
  }

  .xl\:active\:pr-6:active {
    padding-right: 1.5rem;
  }

  .xl\:active\:pb-6:active {
    padding-bottom: 1.5rem;
  }

  .xl\:active\:pl-6:active {
    padding-left: 1.5rem;
  }

  .xl\:active\:pt-8:active {
    padding-top: 2rem;
  }

  .xl\:active\:pr-8:active {
    padding-right: 2rem;
  }

  .xl\:active\:pb-8:active {
    padding-bottom: 2rem;
  }

  .xl\:active\:pl-8:active {
    padding-left: 2rem;
  }

  .xl\:active\:pt-10:active {
    padding-top: 2.5rem;
  }

  .xl\:active\:pr-10:active {
    padding-right: 2.5rem;
  }

  .xl\:active\:pb-10:active {
    padding-bottom: 2.5rem;
  }

  .xl\:active\:pl-10:active {
    padding-left: 2.5rem;
  }

  .xl\:active\:pt-12:active {
    padding-top: 3rem;
  }

  .xl\:active\:pr-12:active {
    padding-right: 3rem;
  }

  .xl\:active\:pb-12:active {
    padding-bottom: 3rem;
  }

  .xl\:active\:pl-12:active {
    padding-left: 3rem;
  }

  .xl\:active\:pt-16:active {
    padding-top: 4rem;
  }

  .xl\:active\:pr-16:active {
    padding-right: 4rem;
  }

  .xl\:active\:pb-16:active {
    padding-bottom: 4rem;
  }

  .xl\:active\:pl-16:active {
    padding-left: 4rem;
  }

  .xl\:active\:pt-20:active {
    padding-top: 5rem;
  }

  .xl\:active\:pr-20:active {
    padding-right: 5rem;
  }

  .xl\:active\:pb-20:active {
    padding-bottom: 5rem;
  }

  .xl\:active\:pl-20:active {
    padding-left: 5rem;
  }

  .xl\:active\:pt-24:active {
    padding-top: 6rem;
  }

  .xl\:active\:pr-24:active {
    padding-right: 6rem;
  }

  .xl\:active\:pb-24:active {
    padding-bottom: 6rem;
  }

  .xl\:active\:pl-24:active {
    padding-left: 6rem;
  }

  .xl\:active\:pt-32:active {
    padding-top: 8rem;
  }

  .xl\:active\:pr-32:active {
    padding-right: 8rem;
  }

  .xl\:active\:pb-32:active {
    padding-bottom: 8rem;
  }

  .xl\:active\:pl-32:active {
    padding-left: 8rem;
  }

  .xl\:active\:pt-40:active {
    padding-top: 10rem;
  }

  .xl\:active\:pr-40:active {
    padding-right: 10rem;
  }

  .xl\:active\:pb-40:active {
    padding-bottom: 10rem;
  }

  .xl\:active\:pl-40:active {
    padding-left: 10rem;
  }

  .xl\:active\:pt-48:active {
    padding-top: 12rem;
  }

  .xl\:active\:pr-48:active {
    padding-right: 12rem;
  }

  .xl\:active\:pb-48:active {
    padding-bottom: 12rem;
  }

  .xl\:active\:pl-48:active {
    padding-left: 12rem;
  }

  .xl\:active\:pt-56:active {
    padding-top: 14rem;
  }

  .xl\:active\:pr-56:active {
    padding-right: 14rem;
  }

  .xl\:active\:pb-56:active {
    padding-bottom: 14rem;
  }

  .xl\:active\:pl-56:active {
    padding-left: 14rem;
  }

  .xl\:active\:pt-64:active {
    padding-top: 16rem;
  }

  .xl\:active\:pr-64:active {
    padding-right: 16rem;
  }

  .xl\:active\:pb-64:active {
    padding-bottom: 16rem;
  }

  .xl\:active\:pl-64:active {
    padding-left: 16rem;
  }

  .xl\:active\:pt-px:active {
    padding-top: 1px;
  }

  .xl\:active\:pr-px:active {
    padding-right: 1px;
  }

  .xl\:active\:pb-px:active {
    padding-bottom: 1px;
  }

  .xl\:active\:pl-px:active {
    padding-left: 1px;
  }

  .xl\:visited\:p-0:visited {
    padding: 0;
  }

  .xl\:visited\:p-1:visited {
    padding: 0.25rem;
  }

  .xl\:visited\:p-2:visited {
    padding: 0.5rem;
  }

  .xl\:visited\:p-3:visited {
    padding: 0.75rem;
  }

  .xl\:visited\:p-4:visited {
    padding: 1rem;
  }

  .xl\:visited\:p-5:visited {
    padding: 1.25rem;
  }

  .xl\:visited\:p-6:visited {
    padding: 1.5rem;
  }

  .xl\:visited\:p-8:visited {
    padding: 2rem;
  }

  .xl\:visited\:p-10:visited {
    padding: 2.5rem;
  }

  .xl\:visited\:p-12:visited {
    padding: 3rem;
  }

  .xl\:visited\:p-16:visited {
    padding: 4rem;
  }

  .xl\:visited\:p-20:visited {
    padding: 5rem;
  }

  .xl\:visited\:p-24:visited {
    padding: 6rem;
  }

  .xl\:visited\:p-32:visited {
    padding: 8rem;
  }

  .xl\:visited\:p-40:visited {
    padding: 10rem;
  }

  .xl\:visited\:p-48:visited {
    padding: 12rem;
  }

  .xl\:visited\:p-56:visited {
    padding: 14rem;
  }

  .xl\:visited\:p-64:visited {
    padding: 16rem;
  }

  .xl\:visited\:p-px:visited {
    padding: 1px;
  }

  .xl\:visited\:py-0:visited {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:visited\:px-0:visited {
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:visited\:py-1:visited {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xl\:visited\:px-1:visited {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:visited\:py-2:visited {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:visited\:px-2:visited {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:visited\:py-3:visited {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl\:visited\:px-3:visited {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:visited\:py-4:visited {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:visited\:px-4:visited {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:visited\:py-5:visited {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:visited\:px-5:visited {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:visited\:py-6:visited {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:visited\:px-6:visited {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:visited\:py-8:visited {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:visited\:px-8:visited {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:visited\:py-10:visited {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:visited\:px-10:visited {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:visited\:py-12:visited {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:visited\:px-12:visited {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:visited\:py-16:visited {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:visited\:px-16:visited {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:visited\:py-20:visited {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:visited\:px-20:visited {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:visited\:py-24:visited {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:visited\:px-24:visited {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:visited\:py-32:visited {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:visited\:px-32:visited {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:visited\:py-40:visited {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl\:visited\:px-40:visited {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:visited\:py-48:visited {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xl\:visited\:px-48:visited {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xl\:visited\:py-56:visited {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xl\:visited\:px-56:visited {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xl\:visited\:py-64:visited {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xl\:visited\:px-64:visited {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xl\:visited\:py-px:visited {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:visited\:px-px:visited {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:visited\:pt-0:visited {
    padding-top: 0;
  }

  .xl\:visited\:pr-0:visited {
    padding-right: 0;
  }

  .xl\:visited\:pb-0:visited {
    padding-bottom: 0;
  }

  .xl\:visited\:pl-0:visited {
    padding-left: 0;
  }

  .xl\:visited\:pt-1:visited {
    padding-top: 0.25rem;
  }

  .xl\:visited\:pr-1:visited {
    padding-right: 0.25rem;
  }

  .xl\:visited\:pb-1:visited {
    padding-bottom: 0.25rem;
  }

  .xl\:visited\:pl-1:visited {
    padding-left: 0.25rem;
  }

  .xl\:visited\:pt-2:visited {
    padding-top: 0.5rem;
  }

  .xl\:visited\:pr-2:visited {
    padding-right: 0.5rem;
  }

  .xl\:visited\:pb-2:visited {
    padding-bottom: 0.5rem;
  }

  .xl\:visited\:pl-2:visited {
    padding-left: 0.5rem;
  }

  .xl\:visited\:pt-3:visited {
    padding-top: 0.75rem;
  }

  .xl\:visited\:pr-3:visited {
    padding-right: 0.75rem;
  }

  .xl\:visited\:pb-3:visited {
    padding-bottom: 0.75rem;
  }

  .xl\:visited\:pl-3:visited {
    padding-left: 0.75rem;
  }

  .xl\:visited\:pt-4:visited {
    padding-top: 1rem;
  }

  .xl\:visited\:pr-4:visited {
    padding-right: 1rem;
  }

  .xl\:visited\:pb-4:visited {
    padding-bottom: 1rem;
  }

  .xl\:visited\:pl-4:visited {
    padding-left: 1rem;
  }

  .xl\:visited\:pt-5:visited {
    padding-top: 1.25rem;
  }

  .xl\:visited\:pr-5:visited {
    padding-right: 1.25rem;
  }

  .xl\:visited\:pb-5:visited {
    padding-bottom: 1.25rem;
  }

  .xl\:visited\:pl-5:visited {
    padding-left: 1.25rem;
  }

  .xl\:visited\:pt-6:visited {
    padding-top: 1.5rem;
  }

  .xl\:visited\:pr-6:visited {
    padding-right: 1.5rem;
  }

  .xl\:visited\:pb-6:visited {
    padding-bottom: 1.5rem;
  }

  .xl\:visited\:pl-6:visited {
    padding-left: 1.5rem;
  }

  .xl\:visited\:pt-8:visited {
    padding-top: 2rem;
  }

  .xl\:visited\:pr-8:visited {
    padding-right: 2rem;
  }

  .xl\:visited\:pb-8:visited {
    padding-bottom: 2rem;
  }

  .xl\:visited\:pl-8:visited {
    padding-left: 2rem;
  }

  .xl\:visited\:pt-10:visited {
    padding-top: 2.5rem;
  }

  .xl\:visited\:pr-10:visited {
    padding-right: 2.5rem;
  }

  .xl\:visited\:pb-10:visited {
    padding-bottom: 2.5rem;
  }

  .xl\:visited\:pl-10:visited {
    padding-left: 2.5rem;
  }

  .xl\:visited\:pt-12:visited {
    padding-top: 3rem;
  }

  .xl\:visited\:pr-12:visited {
    padding-right: 3rem;
  }

  .xl\:visited\:pb-12:visited {
    padding-bottom: 3rem;
  }

  .xl\:visited\:pl-12:visited {
    padding-left: 3rem;
  }

  .xl\:visited\:pt-16:visited {
    padding-top: 4rem;
  }

  .xl\:visited\:pr-16:visited {
    padding-right: 4rem;
  }

  .xl\:visited\:pb-16:visited {
    padding-bottom: 4rem;
  }

  .xl\:visited\:pl-16:visited {
    padding-left: 4rem;
  }

  .xl\:visited\:pt-20:visited {
    padding-top: 5rem;
  }

  .xl\:visited\:pr-20:visited {
    padding-right: 5rem;
  }

  .xl\:visited\:pb-20:visited {
    padding-bottom: 5rem;
  }

  .xl\:visited\:pl-20:visited {
    padding-left: 5rem;
  }

  .xl\:visited\:pt-24:visited {
    padding-top: 6rem;
  }

  .xl\:visited\:pr-24:visited {
    padding-right: 6rem;
  }

  .xl\:visited\:pb-24:visited {
    padding-bottom: 6rem;
  }

  .xl\:visited\:pl-24:visited {
    padding-left: 6rem;
  }

  .xl\:visited\:pt-32:visited {
    padding-top: 8rem;
  }

  .xl\:visited\:pr-32:visited {
    padding-right: 8rem;
  }

  .xl\:visited\:pb-32:visited {
    padding-bottom: 8rem;
  }

  .xl\:visited\:pl-32:visited {
    padding-left: 8rem;
  }

  .xl\:visited\:pt-40:visited {
    padding-top: 10rem;
  }

  .xl\:visited\:pr-40:visited {
    padding-right: 10rem;
  }

  .xl\:visited\:pb-40:visited {
    padding-bottom: 10rem;
  }

  .xl\:visited\:pl-40:visited {
    padding-left: 10rem;
  }

  .xl\:visited\:pt-48:visited {
    padding-top: 12rem;
  }

  .xl\:visited\:pr-48:visited {
    padding-right: 12rem;
  }

  .xl\:visited\:pb-48:visited {
    padding-bottom: 12rem;
  }

  .xl\:visited\:pl-48:visited {
    padding-left: 12rem;
  }

  .xl\:visited\:pt-56:visited {
    padding-top: 14rem;
  }

  .xl\:visited\:pr-56:visited {
    padding-right: 14rem;
  }

  .xl\:visited\:pb-56:visited {
    padding-bottom: 14rem;
  }

  .xl\:visited\:pl-56:visited {
    padding-left: 14rem;
  }

  .xl\:visited\:pt-64:visited {
    padding-top: 16rem;
  }

  .xl\:visited\:pr-64:visited {
    padding-right: 16rem;
  }

  .xl\:visited\:pb-64:visited {
    padding-bottom: 16rem;
  }

  .xl\:visited\:pl-64:visited {
    padding-left: 16rem;
  }

  .xl\:visited\:pt-px:visited {
    padding-top: 1px;
  }

  .xl\:visited\:pr-px:visited {
    padding-right: 1px;
  }

  .xl\:visited\:pb-px:visited {
    padding-bottom: 1px;
  }

  .xl\:visited\:pl-px:visited {
    padding-left: 1px;
  }

  .xl\:disabled\:p-0:disabled {
    padding: 0;
  }

  .xl\:disabled\:p-1:disabled {
    padding: 0.25rem;
  }

  .xl\:disabled\:p-2:disabled {
    padding: 0.5rem;
  }

  .xl\:disabled\:p-3:disabled {
    padding: 0.75rem;
  }

  .xl\:disabled\:p-4:disabled {
    padding: 1rem;
  }

  .xl\:disabled\:p-5:disabled {
    padding: 1.25rem;
  }

  .xl\:disabled\:p-6:disabled {
    padding: 1.5rem;
  }

  .xl\:disabled\:p-8:disabled {
    padding: 2rem;
  }

  .xl\:disabled\:p-10:disabled {
    padding: 2.5rem;
  }

  .xl\:disabled\:p-12:disabled {
    padding: 3rem;
  }

  .xl\:disabled\:p-16:disabled {
    padding: 4rem;
  }

  .xl\:disabled\:p-20:disabled {
    padding: 5rem;
  }

  .xl\:disabled\:p-24:disabled {
    padding: 6rem;
  }

  .xl\:disabled\:p-32:disabled {
    padding: 8rem;
  }

  .xl\:disabled\:p-40:disabled {
    padding: 10rem;
  }

  .xl\:disabled\:p-48:disabled {
    padding: 12rem;
  }

  .xl\:disabled\:p-56:disabled {
    padding: 14rem;
  }

  .xl\:disabled\:p-64:disabled {
    padding: 16rem;
  }

  .xl\:disabled\:p-px:disabled {
    padding: 1px;
  }

  .xl\:disabled\:py-0:disabled {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:disabled\:px-0:disabled {
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:disabled\:py-1:disabled {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xl\:disabled\:px-1:disabled {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:disabled\:py-2:disabled {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:disabled\:px-2:disabled {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:disabled\:py-3:disabled {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl\:disabled\:px-3:disabled {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:disabled\:py-4:disabled {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:disabled\:px-4:disabled {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:disabled\:py-5:disabled {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:disabled\:px-5:disabled {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:disabled\:py-6:disabled {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:disabled\:px-6:disabled {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:disabled\:py-8:disabled {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:disabled\:px-8:disabled {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:disabled\:py-10:disabled {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:disabled\:px-10:disabled {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:disabled\:py-12:disabled {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:disabled\:px-12:disabled {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:disabled\:py-16:disabled {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:disabled\:px-16:disabled {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:disabled\:py-20:disabled {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:disabled\:px-20:disabled {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:disabled\:py-24:disabled {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:disabled\:px-24:disabled {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:disabled\:py-32:disabled {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:disabled\:px-32:disabled {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:disabled\:py-40:disabled {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl\:disabled\:px-40:disabled {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:disabled\:py-48:disabled {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xl\:disabled\:px-48:disabled {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xl\:disabled\:py-56:disabled {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xl\:disabled\:px-56:disabled {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xl\:disabled\:py-64:disabled {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xl\:disabled\:px-64:disabled {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xl\:disabled\:py-px:disabled {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:disabled\:px-px:disabled {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:disabled\:pt-0:disabled {
    padding-top: 0;
  }

  .xl\:disabled\:pr-0:disabled {
    padding-right: 0;
  }

  .xl\:disabled\:pb-0:disabled {
    padding-bottom: 0;
  }

  .xl\:disabled\:pl-0:disabled {
    padding-left: 0;
  }

  .xl\:disabled\:pt-1:disabled {
    padding-top: 0.25rem;
  }

  .xl\:disabled\:pr-1:disabled {
    padding-right: 0.25rem;
  }

  .xl\:disabled\:pb-1:disabled {
    padding-bottom: 0.25rem;
  }

  .xl\:disabled\:pl-1:disabled {
    padding-left: 0.25rem;
  }

  .xl\:disabled\:pt-2:disabled {
    padding-top: 0.5rem;
  }

  .xl\:disabled\:pr-2:disabled {
    padding-right: 0.5rem;
  }

  .xl\:disabled\:pb-2:disabled {
    padding-bottom: 0.5rem;
  }

  .xl\:disabled\:pl-2:disabled {
    padding-left: 0.5rem;
  }

  .xl\:disabled\:pt-3:disabled {
    padding-top: 0.75rem;
  }

  .xl\:disabled\:pr-3:disabled {
    padding-right: 0.75rem;
  }

  .xl\:disabled\:pb-3:disabled {
    padding-bottom: 0.75rem;
  }

  .xl\:disabled\:pl-3:disabled {
    padding-left: 0.75rem;
  }

  .xl\:disabled\:pt-4:disabled {
    padding-top: 1rem;
  }

  .xl\:disabled\:pr-4:disabled {
    padding-right: 1rem;
  }

  .xl\:disabled\:pb-4:disabled {
    padding-bottom: 1rem;
  }

  .xl\:disabled\:pl-4:disabled {
    padding-left: 1rem;
  }

  .xl\:disabled\:pt-5:disabled {
    padding-top: 1.25rem;
  }

  .xl\:disabled\:pr-5:disabled {
    padding-right: 1.25rem;
  }

  .xl\:disabled\:pb-5:disabled {
    padding-bottom: 1.25rem;
  }

  .xl\:disabled\:pl-5:disabled {
    padding-left: 1.25rem;
  }

  .xl\:disabled\:pt-6:disabled {
    padding-top: 1.5rem;
  }

  .xl\:disabled\:pr-6:disabled {
    padding-right: 1.5rem;
  }

  .xl\:disabled\:pb-6:disabled {
    padding-bottom: 1.5rem;
  }

  .xl\:disabled\:pl-6:disabled {
    padding-left: 1.5rem;
  }

  .xl\:disabled\:pt-8:disabled {
    padding-top: 2rem;
  }

  .xl\:disabled\:pr-8:disabled {
    padding-right: 2rem;
  }

  .xl\:disabled\:pb-8:disabled {
    padding-bottom: 2rem;
  }

  .xl\:disabled\:pl-8:disabled {
    padding-left: 2rem;
  }

  .xl\:disabled\:pt-10:disabled {
    padding-top: 2.5rem;
  }

  .xl\:disabled\:pr-10:disabled {
    padding-right: 2.5rem;
  }

  .xl\:disabled\:pb-10:disabled {
    padding-bottom: 2.5rem;
  }

  .xl\:disabled\:pl-10:disabled {
    padding-left: 2.5rem;
  }

  .xl\:disabled\:pt-12:disabled {
    padding-top: 3rem;
  }

  .xl\:disabled\:pr-12:disabled {
    padding-right: 3rem;
  }

  .xl\:disabled\:pb-12:disabled {
    padding-bottom: 3rem;
  }

  .xl\:disabled\:pl-12:disabled {
    padding-left: 3rem;
  }

  .xl\:disabled\:pt-16:disabled {
    padding-top: 4rem;
  }

  .xl\:disabled\:pr-16:disabled {
    padding-right: 4rem;
  }

  .xl\:disabled\:pb-16:disabled {
    padding-bottom: 4rem;
  }

  .xl\:disabled\:pl-16:disabled {
    padding-left: 4rem;
  }

  .xl\:disabled\:pt-20:disabled {
    padding-top: 5rem;
  }

  .xl\:disabled\:pr-20:disabled {
    padding-right: 5rem;
  }

  .xl\:disabled\:pb-20:disabled {
    padding-bottom: 5rem;
  }

  .xl\:disabled\:pl-20:disabled {
    padding-left: 5rem;
  }

  .xl\:disabled\:pt-24:disabled {
    padding-top: 6rem;
  }

  .xl\:disabled\:pr-24:disabled {
    padding-right: 6rem;
  }

  .xl\:disabled\:pb-24:disabled {
    padding-bottom: 6rem;
  }

  .xl\:disabled\:pl-24:disabled {
    padding-left: 6rem;
  }

  .xl\:disabled\:pt-32:disabled {
    padding-top: 8rem;
  }

  .xl\:disabled\:pr-32:disabled {
    padding-right: 8rem;
  }

  .xl\:disabled\:pb-32:disabled {
    padding-bottom: 8rem;
  }

  .xl\:disabled\:pl-32:disabled {
    padding-left: 8rem;
  }

  .xl\:disabled\:pt-40:disabled {
    padding-top: 10rem;
  }

  .xl\:disabled\:pr-40:disabled {
    padding-right: 10rem;
  }

  .xl\:disabled\:pb-40:disabled {
    padding-bottom: 10rem;
  }

  .xl\:disabled\:pl-40:disabled {
    padding-left: 10rem;
  }

  .xl\:disabled\:pt-48:disabled {
    padding-top: 12rem;
  }

  .xl\:disabled\:pr-48:disabled {
    padding-right: 12rem;
  }

  .xl\:disabled\:pb-48:disabled {
    padding-bottom: 12rem;
  }

  .xl\:disabled\:pl-48:disabled {
    padding-left: 12rem;
  }

  .xl\:disabled\:pt-56:disabled {
    padding-top: 14rem;
  }

  .xl\:disabled\:pr-56:disabled {
    padding-right: 14rem;
  }

  .xl\:disabled\:pb-56:disabled {
    padding-bottom: 14rem;
  }

  .xl\:disabled\:pl-56:disabled {
    padding-left: 14rem;
  }

  .xl\:disabled\:pt-64:disabled {
    padding-top: 16rem;
  }

  .xl\:disabled\:pr-64:disabled {
    padding-right: 16rem;
  }

  .xl\:disabled\:pb-64:disabled {
    padding-bottom: 16rem;
  }

  .xl\:disabled\:pl-64:disabled {
    padding-left: 16rem;
  }

  .xl\:disabled\:pt-px:disabled {
    padding-top: 1px;
  }

  .xl\:disabled\:pr-px:disabled {
    padding-right: 1px;
  }

  .xl\:disabled\:pb-px:disabled {
    padding-bottom: 1px;
  }

  .xl\:disabled\:pl-px:disabled {
    padding-left: 1px;
  }

  .xl\:placeholder-transparent::-webkit-input-placeholder {
    color: transparent;
  }

  .xl\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .xl\:placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .xl\:placeholder-transparent::-ms-input-placeholder {
    color: transparent;
  }

  .xl\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .xl\:placeholder-black::-webkit-input-placeholder {
    color: #000;
  }

  .xl\:placeholder-black::-moz-placeholder {
    color: #000;
  }

  .xl\:placeholder-black:-ms-input-placeholder {
    color: #000;
  }

  .xl\:placeholder-black::-ms-input-placeholder {
    color: #000;
  }

  .xl\:placeholder-black::placeholder {
    color: #000;
  }

  .xl\:placeholder-white::-webkit-input-placeholder {
    color: #fff;
  }

  .xl\:placeholder-white::-moz-placeholder {
    color: #fff;
  }

  .xl\:placeholder-white:-ms-input-placeholder {
    color: #fff;
  }

  .xl\:placeholder-white::-ms-input-placeholder {
    color: #fff;
  }

  .xl\:placeholder-white::placeholder {
    color: #fff;
  }

  .xl\:placeholder-gray-100::-webkit-input-placeholder {
    color: #f7fafc;
  }

  .xl\:placeholder-gray-100::-moz-placeholder {
    color: #f7fafc;
  }

  .xl\:placeholder-gray-100:-ms-input-placeholder {
    color: #f7fafc;
  }

  .xl\:placeholder-gray-100::-ms-input-placeholder {
    color: #f7fafc;
  }

  .xl\:placeholder-gray-100::placeholder {
    color: #f7fafc;
  }

  .xl\:placeholder-gray-200::-webkit-input-placeholder {
    color: #edf2f7;
  }

  .xl\:placeholder-gray-200::-moz-placeholder {
    color: #edf2f7;
  }

  .xl\:placeholder-gray-200:-ms-input-placeholder {
    color: #edf2f7;
  }

  .xl\:placeholder-gray-200::-ms-input-placeholder {
    color: #edf2f7;
  }

  .xl\:placeholder-gray-200::placeholder {
    color: #edf2f7;
  }

  .xl\:placeholder-gray-300::-webkit-input-placeholder {
    color: #e2e8f0;
  }

  .xl\:placeholder-gray-300::-moz-placeholder {
    color: #e2e8f0;
  }

  .xl\:placeholder-gray-300:-ms-input-placeholder {
    color: #e2e8f0;
  }

  .xl\:placeholder-gray-300::-ms-input-placeholder {
    color: #e2e8f0;
  }

  .xl\:placeholder-gray-300::placeholder {
    color: #e2e8f0;
  }

  .xl\:placeholder-gray-400::-webkit-input-placeholder {
    color: #cbd5e0;
  }

  .xl\:placeholder-gray-400::-moz-placeholder {
    color: #cbd5e0;
  }

  .xl\:placeholder-gray-400:-ms-input-placeholder {
    color: #cbd5e0;
  }

  .xl\:placeholder-gray-400::-ms-input-placeholder {
    color: #cbd5e0;
  }

  .xl\:placeholder-gray-400::placeholder {
    color: #cbd5e0;
  }

  .xl\:placeholder-gray-500::-webkit-input-placeholder {
    color: #a0aec0;
  }

  .xl\:placeholder-gray-500::-moz-placeholder {
    color: #a0aec0;
  }

  .xl\:placeholder-gray-500:-ms-input-placeholder {
    color: #a0aec0;
  }

  .xl\:placeholder-gray-500::-ms-input-placeholder {
    color: #a0aec0;
  }

  .xl\:placeholder-gray-500::placeholder {
    color: #a0aec0;
  }

  .xl\:placeholder-gray-600::-webkit-input-placeholder {
    color: #718096;
  }

  .xl\:placeholder-gray-600::-moz-placeholder {
    color: #718096;
  }

  .xl\:placeholder-gray-600:-ms-input-placeholder {
    color: #718096;
  }

  .xl\:placeholder-gray-600::-ms-input-placeholder {
    color: #718096;
  }

  .xl\:placeholder-gray-600::placeholder {
    color: #718096;
  }

  .xl\:placeholder-gray-700::-webkit-input-placeholder {
    color: #4a5568;
  }

  .xl\:placeholder-gray-700::-moz-placeholder {
    color: #4a5568;
  }

  .xl\:placeholder-gray-700:-ms-input-placeholder {
    color: #4a5568;
  }

  .xl\:placeholder-gray-700::-ms-input-placeholder {
    color: #4a5568;
  }

  .xl\:placeholder-gray-700::placeholder {
    color: #4a5568;
  }

  .xl\:placeholder-gray-800::-webkit-input-placeholder {
    color: #2d3748;
  }

  .xl\:placeholder-gray-800::-moz-placeholder {
    color: #2d3748;
  }

  .xl\:placeholder-gray-800:-ms-input-placeholder {
    color: #2d3748;
  }

  .xl\:placeholder-gray-800::-ms-input-placeholder {
    color: #2d3748;
  }

  .xl\:placeholder-gray-800::placeholder {
    color: #2d3748;
  }

  .xl\:placeholder-gray-900::-webkit-input-placeholder {
    color: #1a202c;
  }

  .xl\:placeholder-gray-900::-moz-placeholder {
    color: #1a202c;
  }

  .xl\:placeholder-gray-900:-ms-input-placeholder {
    color: #1a202c;
  }

  .xl\:placeholder-gray-900::-ms-input-placeholder {
    color: #1a202c;
  }

  .xl\:placeholder-gray-900::placeholder {
    color: #1a202c;
  }

  .xl\:placeholder-red-100::-webkit-input-placeholder {
    color: #fff5f5;
  }

  .xl\:placeholder-red-100::-moz-placeholder {
    color: #fff5f5;
  }

  .xl\:placeholder-red-100:-ms-input-placeholder {
    color: #fff5f5;
  }

  .xl\:placeholder-red-100::-ms-input-placeholder {
    color: #fff5f5;
  }

  .xl\:placeholder-red-100::placeholder {
    color: #fff5f5;
  }

  .xl\:placeholder-red-200::-webkit-input-placeholder {
    color: #fed7d7;
  }

  .xl\:placeholder-red-200::-moz-placeholder {
    color: #fed7d7;
  }

  .xl\:placeholder-red-200:-ms-input-placeholder {
    color: #fed7d7;
  }

  .xl\:placeholder-red-200::-ms-input-placeholder {
    color: #fed7d7;
  }

  .xl\:placeholder-red-200::placeholder {
    color: #fed7d7;
  }

  .xl\:placeholder-red-300::-webkit-input-placeholder {
    color: #feb2b2;
  }

  .xl\:placeholder-red-300::-moz-placeholder {
    color: #feb2b2;
  }

  .xl\:placeholder-red-300:-ms-input-placeholder {
    color: #feb2b2;
  }

  .xl\:placeholder-red-300::-ms-input-placeholder {
    color: #feb2b2;
  }

  .xl\:placeholder-red-300::placeholder {
    color: #feb2b2;
  }

  .xl\:placeholder-red-400::-webkit-input-placeholder {
    color: #fc8181;
  }

  .xl\:placeholder-red-400::-moz-placeholder {
    color: #fc8181;
  }

  .xl\:placeholder-red-400:-ms-input-placeholder {
    color: #fc8181;
  }

  .xl\:placeholder-red-400::-ms-input-placeholder {
    color: #fc8181;
  }

  .xl\:placeholder-red-400::placeholder {
    color: #fc8181;
  }

  .xl\:placeholder-red-500::-webkit-input-placeholder {
    color: #f56565;
  }

  .xl\:placeholder-red-500::-moz-placeholder {
    color: #f56565;
  }

  .xl\:placeholder-red-500:-ms-input-placeholder {
    color: #f56565;
  }

  .xl\:placeholder-red-500::-ms-input-placeholder {
    color: #f56565;
  }

  .xl\:placeholder-red-500::placeholder {
    color: #f56565;
  }

  .xl\:placeholder-red-600::-webkit-input-placeholder {
    color: #e53e3e;
  }

  .xl\:placeholder-red-600::-moz-placeholder {
    color: #e53e3e;
  }

  .xl\:placeholder-red-600:-ms-input-placeholder {
    color: #e53e3e;
  }

  .xl\:placeholder-red-600::-ms-input-placeholder {
    color: #e53e3e;
  }

  .xl\:placeholder-red-600::placeholder {
    color: #e53e3e;
  }

  .xl\:placeholder-red-700::-webkit-input-placeholder {
    color: #c53030;
  }

  .xl\:placeholder-red-700::-moz-placeholder {
    color: #c53030;
  }

  .xl\:placeholder-red-700:-ms-input-placeholder {
    color: #c53030;
  }

  .xl\:placeholder-red-700::-ms-input-placeholder {
    color: #c53030;
  }

  .xl\:placeholder-red-700::placeholder {
    color: #c53030;
  }

  .xl\:placeholder-red-800::-webkit-input-placeholder {
    color: #9b2c2c;
  }

  .xl\:placeholder-red-800::-moz-placeholder {
    color: #9b2c2c;
  }

  .xl\:placeholder-red-800:-ms-input-placeholder {
    color: #9b2c2c;
  }

  .xl\:placeholder-red-800::-ms-input-placeholder {
    color: #9b2c2c;
  }

  .xl\:placeholder-red-800::placeholder {
    color: #9b2c2c;
  }

  .xl\:placeholder-red-900::-webkit-input-placeholder {
    color: #742a2a;
  }

  .xl\:placeholder-red-900::-moz-placeholder {
    color: #742a2a;
  }

  .xl\:placeholder-red-900:-ms-input-placeholder {
    color: #742a2a;
  }

  .xl\:placeholder-red-900::-ms-input-placeholder {
    color: #742a2a;
  }

  .xl\:placeholder-red-900::placeholder {
    color: #742a2a;
  }

  .xl\:placeholder-orange-100::-webkit-input-placeholder {
    color: #fffaf0;
  }

  .xl\:placeholder-orange-100::-moz-placeholder {
    color: #fffaf0;
  }

  .xl\:placeholder-orange-100:-ms-input-placeholder {
    color: #fffaf0;
  }

  .xl\:placeholder-orange-100::-ms-input-placeholder {
    color: #fffaf0;
  }

  .xl\:placeholder-orange-100::placeholder {
    color: #fffaf0;
  }

  .xl\:placeholder-orange-200::-webkit-input-placeholder {
    color: #feebc8;
  }

  .xl\:placeholder-orange-200::-moz-placeholder {
    color: #feebc8;
  }

  .xl\:placeholder-orange-200:-ms-input-placeholder {
    color: #feebc8;
  }

  .xl\:placeholder-orange-200::-ms-input-placeholder {
    color: #feebc8;
  }

  .xl\:placeholder-orange-200::placeholder {
    color: #feebc8;
  }

  .xl\:placeholder-orange-300::-webkit-input-placeholder {
    color: #fbd38d;
  }

  .xl\:placeholder-orange-300::-moz-placeholder {
    color: #fbd38d;
  }

  .xl\:placeholder-orange-300:-ms-input-placeholder {
    color: #fbd38d;
  }

  .xl\:placeholder-orange-300::-ms-input-placeholder {
    color: #fbd38d;
  }

  .xl\:placeholder-orange-300::placeholder {
    color: #fbd38d;
  }

  .xl\:placeholder-orange-400::-webkit-input-placeholder {
    color: #f6ad55;
  }

  .xl\:placeholder-orange-400::-moz-placeholder {
    color: #f6ad55;
  }

  .xl\:placeholder-orange-400:-ms-input-placeholder {
    color: #f6ad55;
  }

  .xl\:placeholder-orange-400::-ms-input-placeholder {
    color: #f6ad55;
  }

  .xl\:placeholder-orange-400::placeholder {
    color: #f6ad55;
  }

  .xl\:placeholder-orange-500::-webkit-input-placeholder {
    color: #ed8936;
  }

  .xl\:placeholder-orange-500::-moz-placeholder {
    color: #ed8936;
  }

  .xl\:placeholder-orange-500:-ms-input-placeholder {
    color: #ed8936;
  }

  .xl\:placeholder-orange-500::-ms-input-placeholder {
    color: #ed8936;
  }

  .xl\:placeholder-orange-500::placeholder {
    color: #ed8936;
  }

  .xl\:placeholder-orange-600::-webkit-input-placeholder {
    color: #dd6b20;
  }

  .xl\:placeholder-orange-600::-moz-placeholder {
    color: #dd6b20;
  }

  .xl\:placeholder-orange-600:-ms-input-placeholder {
    color: #dd6b20;
  }

  .xl\:placeholder-orange-600::-ms-input-placeholder {
    color: #dd6b20;
  }

  .xl\:placeholder-orange-600::placeholder {
    color: #dd6b20;
  }

  .xl\:placeholder-orange-700::-webkit-input-placeholder {
    color: #c05621;
  }

  .xl\:placeholder-orange-700::-moz-placeholder {
    color: #c05621;
  }

  .xl\:placeholder-orange-700:-ms-input-placeholder {
    color: #c05621;
  }

  .xl\:placeholder-orange-700::-ms-input-placeholder {
    color: #c05621;
  }

  .xl\:placeholder-orange-700::placeholder {
    color: #c05621;
  }

  .xl\:placeholder-orange-800::-webkit-input-placeholder {
    color: #9c4221;
  }

  .xl\:placeholder-orange-800::-moz-placeholder {
    color: #9c4221;
  }

  .xl\:placeholder-orange-800:-ms-input-placeholder {
    color: #9c4221;
  }

  .xl\:placeholder-orange-800::-ms-input-placeholder {
    color: #9c4221;
  }

  .xl\:placeholder-orange-800::placeholder {
    color: #9c4221;
  }

  .xl\:placeholder-orange-900::-webkit-input-placeholder {
    color: #7b341e;
  }

  .xl\:placeholder-orange-900::-moz-placeholder {
    color: #7b341e;
  }

  .xl\:placeholder-orange-900:-ms-input-placeholder {
    color: #7b341e;
  }

  .xl\:placeholder-orange-900::-ms-input-placeholder {
    color: #7b341e;
  }

  .xl\:placeholder-orange-900::placeholder {
    color: #7b341e;
  }

  .xl\:placeholder-yellow-100::-webkit-input-placeholder {
    color: #fffff0;
  }

  .xl\:placeholder-yellow-100::-moz-placeholder {
    color: #fffff0;
  }

  .xl\:placeholder-yellow-100:-ms-input-placeholder {
    color: #fffff0;
  }

  .xl\:placeholder-yellow-100::-ms-input-placeholder {
    color: #fffff0;
  }

  .xl\:placeholder-yellow-100::placeholder {
    color: #fffff0;
  }

  .xl\:placeholder-yellow-200::-webkit-input-placeholder {
    color: #fefcbf;
  }

  .xl\:placeholder-yellow-200::-moz-placeholder {
    color: #fefcbf;
  }

  .xl\:placeholder-yellow-200:-ms-input-placeholder {
    color: #fefcbf;
  }

  .xl\:placeholder-yellow-200::-ms-input-placeholder {
    color: #fefcbf;
  }

  .xl\:placeholder-yellow-200::placeholder {
    color: #fefcbf;
  }

  .xl\:placeholder-yellow-300::-webkit-input-placeholder {
    color: #faf089;
  }

  .xl\:placeholder-yellow-300::-moz-placeholder {
    color: #faf089;
  }

  .xl\:placeholder-yellow-300:-ms-input-placeholder {
    color: #faf089;
  }

  .xl\:placeholder-yellow-300::-ms-input-placeholder {
    color: #faf089;
  }

  .xl\:placeholder-yellow-300::placeholder {
    color: #faf089;
  }

  .xl\:placeholder-yellow-400::-webkit-input-placeholder {
    color: #f6e05e;
  }

  .xl\:placeholder-yellow-400::-moz-placeholder {
    color: #f6e05e;
  }

  .xl\:placeholder-yellow-400:-ms-input-placeholder {
    color: #f6e05e;
  }

  .xl\:placeholder-yellow-400::-ms-input-placeholder {
    color: #f6e05e;
  }

  .xl\:placeholder-yellow-400::placeholder {
    color: #f6e05e;
  }

  .xl\:placeholder-yellow-500::-webkit-input-placeholder {
    color: #ecc94b;
  }

  .xl\:placeholder-yellow-500::-moz-placeholder {
    color: #ecc94b;
  }

  .xl\:placeholder-yellow-500:-ms-input-placeholder {
    color: #ecc94b;
  }

  .xl\:placeholder-yellow-500::-ms-input-placeholder {
    color: #ecc94b;
  }

  .xl\:placeholder-yellow-500::placeholder {
    color: #ecc94b;
  }

  .xl\:placeholder-yellow-600::-webkit-input-placeholder {
    color: #d69e2e;
  }

  .xl\:placeholder-yellow-600::-moz-placeholder {
    color: #d69e2e;
  }

  .xl\:placeholder-yellow-600:-ms-input-placeholder {
    color: #d69e2e;
  }

  .xl\:placeholder-yellow-600::-ms-input-placeholder {
    color: #d69e2e;
  }

  .xl\:placeholder-yellow-600::placeholder {
    color: #d69e2e;
  }

  .xl\:placeholder-yellow-700::-webkit-input-placeholder {
    color: #b7791f;
  }

  .xl\:placeholder-yellow-700::-moz-placeholder {
    color: #b7791f;
  }

  .xl\:placeholder-yellow-700:-ms-input-placeholder {
    color: #b7791f;
  }

  .xl\:placeholder-yellow-700::-ms-input-placeholder {
    color: #b7791f;
  }

  .xl\:placeholder-yellow-700::placeholder {
    color: #b7791f;
  }

  .xl\:placeholder-yellow-800::-webkit-input-placeholder {
    color: #975a16;
  }

  .xl\:placeholder-yellow-800::-moz-placeholder {
    color: #975a16;
  }

  .xl\:placeholder-yellow-800:-ms-input-placeholder {
    color: #975a16;
  }

  .xl\:placeholder-yellow-800::-ms-input-placeholder {
    color: #975a16;
  }

  .xl\:placeholder-yellow-800::placeholder {
    color: #975a16;
  }

  .xl\:placeholder-yellow-900::-webkit-input-placeholder {
    color: #744210;
  }

  .xl\:placeholder-yellow-900::-moz-placeholder {
    color: #744210;
  }

  .xl\:placeholder-yellow-900:-ms-input-placeholder {
    color: #744210;
  }

  .xl\:placeholder-yellow-900::-ms-input-placeholder {
    color: #744210;
  }

  .xl\:placeholder-yellow-900::placeholder {
    color: #744210;
  }

  .xl\:placeholder-green-100::-webkit-input-placeholder {
    color: #f0fff4;
  }

  .xl\:placeholder-green-100::-moz-placeholder {
    color: #f0fff4;
  }

  .xl\:placeholder-green-100:-ms-input-placeholder {
    color: #f0fff4;
  }

  .xl\:placeholder-green-100::-ms-input-placeholder {
    color: #f0fff4;
  }

  .xl\:placeholder-green-100::placeholder {
    color: #f0fff4;
  }

  .xl\:placeholder-green-200::-webkit-input-placeholder {
    color: #c6f6d5;
  }

  .xl\:placeholder-green-200::-moz-placeholder {
    color: #c6f6d5;
  }

  .xl\:placeholder-green-200:-ms-input-placeholder {
    color: #c6f6d5;
  }

  .xl\:placeholder-green-200::-ms-input-placeholder {
    color: #c6f6d5;
  }

  .xl\:placeholder-green-200::placeholder {
    color: #c6f6d5;
  }

  .xl\:placeholder-green-300::-webkit-input-placeholder {
    color: #9ae6b4;
  }

  .xl\:placeholder-green-300::-moz-placeholder {
    color: #9ae6b4;
  }

  .xl\:placeholder-green-300:-ms-input-placeholder {
    color: #9ae6b4;
  }

  .xl\:placeholder-green-300::-ms-input-placeholder {
    color: #9ae6b4;
  }

  .xl\:placeholder-green-300::placeholder {
    color: #9ae6b4;
  }

  .xl\:placeholder-green-400::-webkit-input-placeholder {
    color: #68d391;
  }

  .xl\:placeholder-green-400::-moz-placeholder {
    color: #68d391;
  }

  .xl\:placeholder-green-400:-ms-input-placeholder {
    color: #68d391;
  }

  .xl\:placeholder-green-400::-ms-input-placeholder {
    color: #68d391;
  }

  .xl\:placeholder-green-400::placeholder {
    color: #68d391;
  }

  .xl\:placeholder-green-500::-webkit-input-placeholder {
    color: #48bb78;
  }

  .xl\:placeholder-green-500::-moz-placeholder {
    color: #48bb78;
  }

  .xl\:placeholder-green-500:-ms-input-placeholder {
    color: #48bb78;
  }

  .xl\:placeholder-green-500::-ms-input-placeholder {
    color: #48bb78;
  }

  .xl\:placeholder-green-500::placeholder {
    color: #48bb78;
  }

  .xl\:placeholder-green-600::-webkit-input-placeholder {
    color: #38a169;
  }

  .xl\:placeholder-green-600::-moz-placeholder {
    color: #38a169;
  }

  .xl\:placeholder-green-600:-ms-input-placeholder {
    color: #38a169;
  }

  .xl\:placeholder-green-600::-ms-input-placeholder {
    color: #38a169;
  }

  .xl\:placeholder-green-600::placeholder {
    color: #38a169;
  }

  .xl\:placeholder-green-700::-webkit-input-placeholder {
    color: #2f855a;
  }

  .xl\:placeholder-green-700::-moz-placeholder {
    color: #2f855a;
  }

  .xl\:placeholder-green-700:-ms-input-placeholder {
    color: #2f855a;
  }

  .xl\:placeholder-green-700::-ms-input-placeholder {
    color: #2f855a;
  }

  .xl\:placeholder-green-700::placeholder {
    color: #2f855a;
  }

  .xl\:placeholder-green-800::-webkit-input-placeholder {
    color: #276749;
  }

  .xl\:placeholder-green-800::-moz-placeholder {
    color: #276749;
  }

  .xl\:placeholder-green-800:-ms-input-placeholder {
    color: #276749;
  }

  .xl\:placeholder-green-800::-ms-input-placeholder {
    color: #276749;
  }

  .xl\:placeholder-green-800::placeholder {
    color: #276749;
  }

  .xl\:placeholder-green-900::-webkit-input-placeholder {
    color: #22543d;
  }

  .xl\:placeholder-green-900::-moz-placeholder {
    color: #22543d;
  }

  .xl\:placeholder-green-900:-ms-input-placeholder {
    color: #22543d;
  }

  .xl\:placeholder-green-900::-ms-input-placeholder {
    color: #22543d;
  }

  .xl\:placeholder-green-900::placeholder {
    color: #22543d;
  }

  .xl\:placeholder-teal-100::-webkit-input-placeholder {
    color: #e6fffa;
  }

  .xl\:placeholder-teal-100::-moz-placeholder {
    color: #e6fffa;
  }

  .xl\:placeholder-teal-100:-ms-input-placeholder {
    color: #e6fffa;
  }

  .xl\:placeholder-teal-100::-ms-input-placeholder {
    color: #e6fffa;
  }

  .xl\:placeholder-teal-100::placeholder {
    color: #e6fffa;
  }

  .xl\:placeholder-teal-200::-webkit-input-placeholder {
    color: #b2f5ea;
  }

  .xl\:placeholder-teal-200::-moz-placeholder {
    color: #b2f5ea;
  }

  .xl\:placeholder-teal-200:-ms-input-placeholder {
    color: #b2f5ea;
  }

  .xl\:placeholder-teal-200::-ms-input-placeholder {
    color: #b2f5ea;
  }

  .xl\:placeholder-teal-200::placeholder {
    color: #b2f5ea;
  }

  .xl\:placeholder-teal-300::-webkit-input-placeholder {
    color: #81e6d9;
  }

  .xl\:placeholder-teal-300::-moz-placeholder {
    color: #81e6d9;
  }

  .xl\:placeholder-teal-300:-ms-input-placeholder {
    color: #81e6d9;
  }

  .xl\:placeholder-teal-300::-ms-input-placeholder {
    color: #81e6d9;
  }

  .xl\:placeholder-teal-300::placeholder {
    color: #81e6d9;
  }

  .xl\:placeholder-teal-400::-webkit-input-placeholder {
    color: #4fd1c5;
  }

  .xl\:placeholder-teal-400::-moz-placeholder {
    color: #4fd1c5;
  }

  .xl\:placeholder-teal-400:-ms-input-placeholder {
    color: #4fd1c5;
  }

  .xl\:placeholder-teal-400::-ms-input-placeholder {
    color: #4fd1c5;
  }

  .xl\:placeholder-teal-400::placeholder {
    color: #4fd1c5;
  }

  .xl\:placeholder-teal-500::-webkit-input-placeholder {
    color: #38b2ac;
  }

  .xl\:placeholder-teal-500::-moz-placeholder {
    color: #38b2ac;
  }

  .xl\:placeholder-teal-500:-ms-input-placeholder {
    color: #38b2ac;
  }

  .xl\:placeholder-teal-500::-ms-input-placeholder {
    color: #38b2ac;
  }

  .xl\:placeholder-teal-500::placeholder {
    color: #38b2ac;
  }

  .xl\:placeholder-teal-600::-webkit-input-placeholder {
    color: #319795;
  }

  .xl\:placeholder-teal-600::-moz-placeholder {
    color: #319795;
  }

  .xl\:placeholder-teal-600:-ms-input-placeholder {
    color: #319795;
  }

  .xl\:placeholder-teal-600::-ms-input-placeholder {
    color: #319795;
  }

  .xl\:placeholder-teal-600::placeholder {
    color: #319795;
  }

  .xl\:placeholder-teal-700::-webkit-input-placeholder {
    color: #2c7a7b;
  }

  .xl\:placeholder-teal-700::-moz-placeholder {
    color: #2c7a7b;
  }

  .xl\:placeholder-teal-700:-ms-input-placeholder {
    color: #2c7a7b;
  }

  .xl\:placeholder-teal-700::-ms-input-placeholder {
    color: #2c7a7b;
  }

  .xl\:placeholder-teal-700::placeholder {
    color: #2c7a7b;
  }

  .xl\:placeholder-teal-800::-webkit-input-placeholder {
    color: #285e61;
  }

  .xl\:placeholder-teal-800::-moz-placeholder {
    color: #285e61;
  }

  .xl\:placeholder-teal-800:-ms-input-placeholder {
    color: #285e61;
  }

  .xl\:placeholder-teal-800::-ms-input-placeholder {
    color: #285e61;
  }

  .xl\:placeholder-teal-800::placeholder {
    color: #285e61;
  }

  .xl\:placeholder-teal-900::-webkit-input-placeholder {
    color: #234e52;
  }

  .xl\:placeholder-teal-900::-moz-placeholder {
    color: #234e52;
  }

  .xl\:placeholder-teal-900:-ms-input-placeholder {
    color: #234e52;
  }

  .xl\:placeholder-teal-900::-ms-input-placeholder {
    color: #234e52;
  }

  .xl\:placeholder-teal-900::placeholder {
    color: #234e52;
  }

  .xl\:placeholder-blue-100::-webkit-input-placeholder {
    color: #ebf8ff;
  }

  .xl\:placeholder-blue-100::-moz-placeholder {
    color: #ebf8ff;
  }

  .xl\:placeholder-blue-100:-ms-input-placeholder {
    color: #ebf8ff;
  }

  .xl\:placeholder-blue-100::-ms-input-placeholder {
    color: #ebf8ff;
  }

  .xl\:placeholder-blue-100::placeholder {
    color: #ebf8ff;
  }

  .xl\:placeholder-blue-200::-webkit-input-placeholder {
    color: #bee3f8;
  }

  .xl\:placeholder-blue-200::-moz-placeholder {
    color: #bee3f8;
  }

  .xl\:placeholder-blue-200:-ms-input-placeholder {
    color: #bee3f8;
  }

  .xl\:placeholder-blue-200::-ms-input-placeholder {
    color: #bee3f8;
  }

  .xl\:placeholder-blue-200::placeholder {
    color: #bee3f8;
  }

  .xl\:placeholder-blue-300::-webkit-input-placeholder {
    color: #90cdf4;
  }

  .xl\:placeholder-blue-300::-moz-placeholder {
    color: #90cdf4;
  }

  .xl\:placeholder-blue-300:-ms-input-placeholder {
    color: #90cdf4;
  }

  .xl\:placeholder-blue-300::-ms-input-placeholder {
    color: #90cdf4;
  }

  .xl\:placeholder-blue-300::placeholder {
    color: #90cdf4;
  }

  .xl\:placeholder-blue-400::-webkit-input-placeholder {
    color: #63b3ed;
  }

  .xl\:placeholder-blue-400::-moz-placeholder {
    color: #63b3ed;
  }

  .xl\:placeholder-blue-400:-ms-input-placeholder {
    color: #63b3ed;
  }

  .xl\:placeholder-blue-400::-ms-input-placeholder {
    color: #63b3ed;
  }

  .xl\:placeholder-blue-400::placeholder {
    color: #63b3ed;
  }

  .xl\:placeholder-blue-500::-webkit-input-placeholder {
    color: #4299e1;
  }

  .xl\:placeholder-blue-500::-moz-placeholder {
    color: #4299e1;
  }

  .xl\:placeholder-blue-500:-ms-input-placeholder {
    color: #4299e1;
  }

  .xl\:placeholder-blue-500::-ms-input-placeholder {
    color: #4299e1;
  }

  .xl\:placeholder-blue-500::placeholder {
    color: #4299e1;
  }

  .xl\:placeholder-blue-600::-webkit-input-placeholder {
    color: #3182ce;
  }

  .xl\:placeholder-blue-600::-moz-placeholder {
    color: #3182ce;
  }

  .xl\:placeholder-blue-600:-ms-input-placeholder {
    color: #3182ce;
  }

  .xl\:placeholder-blue-600::-ms-input-placeholder {
    color: #3182ce;
  }

  .xl\:placeholder-blue-600::placeholder {
    color: #3182ce;
  }

  .xl\:placeholder-blue-700::-webkit-input-placeholder {
    color: #2b6cb0;
  }

  .xl\:placeholder-blue-700::-moz-placeholder {
    color: #2b6cb0;
  }

  .xl\:placeholder-blue-700:-ms-input-placeholder {
    color: #2b6cb0;
  }

  .xl\:placeholder-blue-700::-ms-input-placeholder {
    color: #2b6cb0;
  }

  .xl\:placeholder-blue-700::placeholder {
    color: #2b6cb0;
  }

  .xl\:placeholder-blue-800::-webkit-input-placeholder {
    color: #2c5282;
  }

  .xl\:placeholder-blue-800::-moz-placeholder {
    color: #2c5282;
  }

  .xl\:placeholder-blue-800:-ms-input-placeholder {
    color: #2c5282;
  }

  .xl\:placeholder-blue-800::-ms-input-placeholder {
    color: #2c5282;
  }

  .xl\:placeholder-blue-800::placeholder {
    color: #2c5282;
  }

  .xl\:placeholder-blue-900::-webkit-input-placeholder {
    color: #2a4365;
  }

  .xl\:placeholder-blue-900::-moz-placeholder {
    color: #2a4365;
  }

  .xl\:placeholder-blue-900:-ms-input-placeholder {
    color: #2a4365;
  }

  .xl\:placeholder-blue-900::-ms-input-placeholder {
    color: #2a4365;
  }

  .xl\:placeholder-blue-900::placeholder {
    color: #2a4365;
  }

  .xl\:placeholder-indigo-100::-webkit-input-placeholder {
    color: #ebf4ff;
  }

  .xl\:placeholder-indigo-100::-moz-placeholder {
    color: #ebf4ff;
  }

  .xl\:placeholder-indigo-100:-ms-input-placeholder {
    color: #ebf4ff;
  }

  .xl\:placeholder-indigo-100::-ms-input-placeholder {
    color: #ebf4ff;
  }

  .xl\:placeholder-indigo-100::placeholder {
    color: #ebf4ff;
  }

  .xl\:placeholder-indigo-200::-webkit-input-placeholder {
    color: #c3dafe;
  }

  .xl\:placeholder-indigo-200::-moz-placeholder {
    color: #c3dafe;
  }

  .xl\:placeholder-indigo-200:-ms-input-placeholder {
    color: #c3dafe;
  }

  .xl\:placeholder-indigo-200::-ms-input-placeholder {
    color: #c3dafe;
  }

  .xl\:placeholder-indigo-200::placeholder {
    color: #c3dafe;
  }

  .xl\:placeholder-indigo-300::-webkit-input-placeholder {
    color: #a3bffa;
  }

  .xl\:placeholder-indigo-300::-moz-placeholder {
    color: #a3bffa;
  }

  .xl\:placeholder-indigo-300:-ms-input-placeholder {
    color: #a3bffa;
  }

  .xl\:placeholder-indigo-300::-ms-input-placeholder {
    color: #a3bffa;
  }

  .xl\:placeholder-indigo-300::placeholder {
    color: #a3bffa;
  }

  .xl\:placeholder-indigo-400::-webkit-input-placeholder {
    color: #7f9cf5;
  }

  .xl\:placeholder-indigo-400::-moz-placeholder {
    color: #7f9cf5;
  }

  .xl\:placeholder-indigo-400:-ms-input-placeholder {
    color: #7f9cf5;
  }

  .xl\:placeholder-indigo-400::-ms-input-placeholder {
    color: #7f9cf5;
  }

  .xl\:placeholder-indigo-400::placeholder {
    color: #7f9cf5;
  }

  .xl\:placeholder-indigo-500::-webkit-input-placeholder {
    color: #667eea;
  }

  .xl\:placeholder-indigo-500::-moz-placeholder {
    color: #667eea;
  }

  .xl\:placeholder-indigo-500:-ms-input-placeholder {
    color: #667eea;
  }

  .xl\:placeholder-indigo-500::-ms-input-placeholder {
    color: #667eea;
  }

  .xl\:placeholder-indigo-500::placeholder {
    color: #667eea;
  }

  .xl\:placeholder-indigo-600::-webkit-input-placeholder {
    color: #5a67d8;
  }

  .xl\:placeholder-indigo-600::-moz-placeholder {
    color: #5a67d8;
  }

  .xl\:placeholder-indigo-600:-ms-input-placeholder {
    color: #5a67d8;
  }

  .xl\:placeholder-indigo-600::-ms-input-placeholder {
    color: #5a67d8;
  }

  .xl\:placeholder-indigo-600::placeholder {
    color: #5a67d8;
  }

  .xl\:placeholder-indigo-700::-webkit-input-placeholder {
    color: #4c51bf;
  }

  .xl\:placeholder-indigo-700::-moz-placeholder {
    color: #4c51bf;
  }

  .xl\:placeholder-indigo-700:-ms-input-placeholder {
    color: #4c51bf;
  }

  .xl\:placeholder-indigo-700::-ms-input-placeholder {
    color: #4c51bf;
  }

  .xl\:placeholder-indigo-700::placeholder {
    color: #4c51bf;
  }

  .xl\:placeholder-indigo-800::-webkit-input-placeholder {
    color: #434190;
  }

  .xl\:placeholder-indigo-800::-moz-placeholder {
    color: #434190;
  }

  .xl\:placeholder-indigo-800:-ms-input-placeholder {
    color: #434190;
  }

  .xl\:placeholder-indigo-800::-ms-input-placeholder {
    color: #434190;
  }

  .xl\:placeholder-indigo-800::placeholder {
    color: #434190;
  }

  .xl\:placeholder-indigo-900::-webkit-input-placeholder {
    color: #3c366b;
  }

  .xl\:placeholder-indigo-900::-moz-placeholder {
    color: #3c366b;
  }

  .xl\:placeholder-indigo-900:-ms-input-placeholder {
    color: #3c366b;
  }

  .xl\:placeholder-indigo-900::-ms-input-placeholder {
    color: #3c366b;
  }

  .xl\:placeholder-indigo-900::placeholder {
    color: #3c366b;
  }

  .xl\:placeholder-purple-100::-webkit-input-placeholder {
    color: #faf5ff;
  }

  .xl\:placeholder-purple-100::-moz-placeholder {
    color: #faf5ff;
  }

  .xl\:placeholder-purple-100:-ms-input-placeholder {
    color: #faf5ff;
  }

  .xl\:placeholder-purple-100::-ms-input-placeholder {
    color: #faf5ff;
  }

  .xl\:placeholder-purple-100::placeholder {
    color: #faf5ff;
  }

  .xl\:placeholder-purple-200::-webkit-input-placeholder {
    color: #e9d8fd;
  }

  .xl\:placeholder-purple-200::-moz-placeholder {
    color: #e9d8fd;
  }

  .xl\:placeholder-purple-200:-ms-input-placeholder {
    color: #e9d8fd;
  }

  .xl\:placeholder-purple-200::-ms-input-placeholder {
    color: #e9d8fd;
  }

  .xl\:placeholder-purple-200::placeholder {
    color: #e9d8fd;
  }

  .xl\:placeholder-purple-300::-webkit-input-placeholder {
    color: #d6bcfa;
  }

  .xl\:placeholder-purple-300::-moz-placeholder {
    color: #d6bcfa;
  }

  .xl\:placeholder-purple-300:-ms-input-placeholder {
    color: #d6bcfa;
  }

  .xl\:placeholder-purple-300::-ms-input-placeholder {
    color: #d6bcfa;
  }

  .xl\:placeholder-purple-300::placeholder {
    color: #d6bcfa;
  }

  .xl\:placeholder-purple-400::-webkit-input-placeholder {
    color: #b794f4;
  }

  .xl\:placeholder-purple-400::-moz-placeholder {
    color: #b794f4;
  }

  .xl\:placeholder-purple-400:-ms-input-placeholder {
    color: #b794f4;
  }

  .xl\:placeholder-purple-400::-ms-input-placeholder {
    color: #b794f4;
  }

  .xl\:placeholder-purple-400::placeholder {
    color: #b794f4;
  }

  .xl\:placeholder-purple-500::-webkit-input-placeholder {
    color: #9f7aea;
  }

  .xl\:placeholder-purple-500::-moz-placeholder {
    color: #9f7aea;
  }

  .xl\:placeholder-purple-500:-ms-input-placeholder {
    color: #9f7aea;
  }

  .xl\:placeholder-purple-500::-ms-input-placeholder {
    color: #9f7aea;
  }

  .xl\:placeholder-purple-500::placeholder {
    color: #9f7aea;
  }

  .xl\:placeholder-purple-600::-webkit-input-placeholder {
    color: #805ad5;
  }

  .xl\:placeholder-purple-600::-moz-placeholder {
    color: #805ad5;
  }

  .xl\:placeholder-purple-600:-ms-input-placeholder {
    color: #805ad5;
  }

  .xl\:placeholder-purple-600::-ms-input-placeholder {
    color: #805ad5;
  }

  .xl\:placeholder-purple-600::placeholder {
    color: #805ad5;
  }

  .xl\:placeholder-purple-700::-webkit-input-placeholder {
    color: #6b46c1;
  }

  .xl\:placeholder-purple-700::-moz-placeholder {
    color: #6b46c1;
  }

  .xl\:placeholder-purple-700:-ms-input-placeholder {
    color: #6b46c1;
  }

  .xl\:placeholder-purple-700::-ms-input-placeholder {
    color: #6b46c1;
  }

  .xl\:placeholder-purple-700::placeholder {
    color: #6b46c1;
  }

  .xl\:placeholder-purple-800::-webkit-input-placeholder {
    color: #553c9a;
  }

  .xl\:placeholder-purple-800::-moz-placeholder {
    color: #553c9a;
  }

  .xl\:placeholder-purple-800:-ms-input-placeholder {
    color: #553c9a;
  }

  .xl\:placeholder-purple-800::-ms-input-placeholder {
    color: #553c9a;
  }

  .xl\:placeholder-purple-800::placeholder {
    color: #553c9a;
  }

  .xl\:placeholder-purple-900::-webkit-input-placeholder {
    color: #44337a;
  }

  .xl\:placeholder-purple-900::-moz-placeholder {
    color: #44337a;
  }

  .xl\:placeholder-purple-900:-ms-input-placeholder {
    color: #44337a;
  }

  .xl\:placeholder-purple-900::-ms-input-placeholder {
    color: #44337a;
  }

  .xl\:placeholder-purple-900::placeholder {
    color: #44337a;
  }

  .xl\:placeholder-pink-100::-webkit-input-placeholder {
    color: #fff5f7;
  }

  .xl\:placeholder-pink-100::-moz-placeholder {
    color: #fff5f7;
  }

  .xl\:placeholder-pink-100:-ms-input-placeholder {
    color: #fff5f7;
  }

  .xl\:placeholder-pink-100::-ms-input-placeholder {
    color: #fff5f7;
  }

  .xl\:placeholder-pink-100::placeholder {
    color: #fff5f7;
  }

  .xl\:placeholder-pink-200::-webkit-input-placeholder {
    color: #fed7e2;
  }

  .xl\:placeholder-pink-200::-moz-placeholder {
    color: #fed7e2;
  }

  .xl\:placeholder-pink-200:-ms-input-placeholder {
    color: #fed7e2;
  }

  .xl\:placeholder-pink-200::-ms-input-placeholder {
    color: #fed7e2;
  }

  .xl\:placeholder-pink-200::placeholder {
    color: #fed7e2;
  }

  .xl\:placeholder-pink-300::-webkit-input-placeholder {
    color: #fbb6ce;
  }

  .xl\:placeholder-pink-300::-moz-placeholder {
    color: #fbb6ce;
  }

  .xl\:placeholder-pink-300:-ms-input-placeholder {
    color: #fbb6ce;
  }

  .xl\:placeholder-pink-300::-ms-input-placeholder {
    color: #fbb6ce;
  }

  .xl\:placeholder-pink-300::placeholder {
    color: #fbb6ce;
  }

  .xl\:placeholder-pink-400::-webkit-input-placeholder {
    color: #f687b3;
  }

  .xl\:placeholder-pink-400::-moz-placeholder {
    color: #f687b3;
  }

  .xl\:placeholder-pink-400:-ms-input-placeholder {
    color: #f687b3;
  }

  .xl\:placeholder-pink-400::-ms-input-placeholder {
    color: #f687b3;
  }

  .xl\:placeholder-pink-400::placeholder {
    color: #f687b3;
  }

  .xl\:placeholder-pink-500::-webkit-input-placeholder {
    color: #ed64a6;
  }

  .xl\:placeholder-pink-500::-moz-placeholder {
    color: #ed64a6;
  }

  .xl\:placeholder-pink-500:-ms-input-placeholder {
    color: #ed64a6;
  }

  .xl\:placeholder-pink-500::-ms-input-placeholder {
    color: #ed64a6;
  }

  .xl\:placeholder-pink-500::placeholder {
    color: #ed64a6;
  }

  .xl\:placeholder-pink-600::-webkit-input-placeholder {
    color: #d53f8c;
  }

  .xl\:placeholder-pink-600::-moz-placeholder {
    color: #d53f8c;
  }

  .xl\:placeholder-pink-600:-ms-input-placeholder {
    color: #d53f8c;
  }

  .xl\:placeholder-pink-600::-ms-input-placeholder {
    color: #d53f8c;
  }

  .xl\:placeholder-pink-600::placeholder {
    color: #d53f8c;
  }

  .xl\:placeholder-pink-700::-webkit-input-placeholder {
    color: #b83280;
  }

  .xl\:placeholder-pink-700::-moz-placeholder {
    color: #b83280;
  }

  .xl\:placeholder-pink-700:-ms-input-placeholder {
    color: #b83280;
  }

  .xl\:placeholder-pink-700::-ms-input-placeholder {
    color: #b83280;
  }

  .xl\:placeholder-pink-700::placeholder {
    color: #b83280;
  }

  .xl\:placeholder-pink-800::-webkit-input-placeholder {
    color: #97266d;
  }

  .xl\:placeholder-pink-800::-moz-placeholder {
    color: #97266d;
  }

  .xl\:placeholder-pink-800:-ms-input-placeholder {
    color: #97266d;
  }

  .xl\:placeholder-pink-800::-ms-input-placeholder {
    color: #97266d;
  }

  .xl\:placeholder-pink-800::placeholder {
    color: #97266d;
  }

  .xl\:placeholder-pink-900::-webkit-input-placeholder {
    color: #702459;
  }

  .xl\:placeholder-pink-900::-moz-placeholder {
    color: #702459;
  }

  .xl\:placeholder-pink-900:-ms-input-placeholder {
    color: #702459;
  }

  .xl\:placeholder-pink-900::-ms-input-placeholder {
    color: #702459;
  }

  .xl\:placeholder-pink-900::placeholder {
    color: #702459;
  }

  .group:hover .xl\:group-hover\:placeholder-transparent::-webkit-input-placeholder {
    color: transparent;
  }

  .group:hover .xl\:group-hover\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .group:hover .xl\:group-hover\:placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .group:hover .xl\:group-hover\:placeholder-transparent::-ms-input-placeholder {
    color: transparent;
  }

  .group:hover .xl\:group-hover\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .group:hover .xl\:group-hover\:placeholder-black::-webkit-input-placeholder {
    color: #000;
  }

  .group:hover .xl\:group-hover\:placeholder-black::-moz-placeholder {
    color: #000;
  }

  .group:hover .xl\:group-hover\:placeholder-black:-ms-input-placeholder {
    color: #000;
  }

  .group:hover .xl\:group-hover\:placeholder-black::-ms-input-placeholder {
    color: #000;
  }

  .group:hover .xl\:group-hover\:placeholder-black::placeholder {
    color: #000;
  }

  .group:hover .xl\:group-hover\:placeholder-white::-webkit-input-placeholder {
    color: #fff;
  }

  .group:hover .xl\:group-hover\:placeholder-white::-moz-placeholder {
    color: #fff;
  }

  .group:hover .xl\:group-hover\:placeholder-white:-ms-input-placeholder {
    color: #fff;
  }

  .group:hover .xl\:group-hover\:placeholder-white::-ms-input-placeholder {
    color: #fff;
  }

  .group:hover .xl\:group-hover\:placeholder-white::placeholder {
    color: #fff;
  }

  .group:hover .xl\:group-hover\:placeholder-gray-100::-webkit-input-placeholder {
    color: #f7fafc;
  }

  .group:hover .xl\:group-hover\:placeholder-gray-100::-moz-placeholder {
    color: #f7fafc;
  }

  .group:hover .xl\:group-hover\:placeholder-gray-100:-ms-input-placeholder {
    color: #f7fafc;
  }

  .group:hover .xl\:group-hover\:placeholder-gray-100::-ms-input-placeholder {
    color: #f7fafc;
  }

  .group:hover .xl\:group-hover\:placeholder-gray-100::placeholder {
    color: #f7fafc;
  }

  .group:hover .xl\:group-hover\:placeholder-gray-200::-webkit-input-placeholder {
    color: #edf2f7;
  }

  .group:hover .xl\:group-hover\:placeholder-gray-200::-moz-placeholder {
    color: #edf2f7;
  }

  .group:hover .xl\:group-hover\:placeholder-gray-200:-ms-input-placeholder {
    color: #edf2f7;
  }

  .group:hover .xl\:group-hover\:placeholder-gray-200::-ms-input-placeholder {
    color: #edf2f7;
  }

  .group:hover .xl\:group-hover\:placeholder-gray-200::placeholder {
    color: #edf2f7;
  }

  .group:hover .xl\:group-hover\:placeholder-gray-300::-webkit-input-placeholder {
    color: #e2e8f0;
  }

  .group:hover .xl\:group-hover\:placeholder-gray-300::-moz-placeholder {
    color: #e2e8f0;
  }

  .group:hover .xl\:group-hover\:placeholder-gray-300:-ms-input-placeholder {
    color: #e2e8f0;
  }

  .group:hover .xl\:group-hover\:placeholder-gray-300::-ms-input-placeholder {
    color: #e2e8f0;
  }

  .group:hover .xl\:group-hover\:placeholder-gray-300::placeholder {
    color: #e2e8f0;
  }

  .group:hover .xl\:group-hover\:placeholder-gray-400::-webkit-input-placeholder {
    color: #cbd5e0;
  }

  .group:hover .xl\:group-hover\:placeholder-gray-400::-moz-placeholder {
    color: #cbd5e0;
  }

  .group:hover .xl\:group-hover\:placeholder-gray-400:-ms-input-placeholder {
    color: #cbd5e0;
  }

  .group:hover .xl\:group-hover\:placeholder-gray-400::-ms-input-placeholder {
    color: #cbd5e0;
  }

  .group:hover .xl\:group-hover\:placeholder-gray-400::placeholder {
    color: #cbd5e0;
  }

  .group:hover .xl\:group-hover\:placeholder-gray-500::-webkit-input-placeholder {
    color: #a0aec0;
  }

  .group:hover .xl\:group-hover\:placeholder-gray-500::-moz-placeholder {
    color: #a0aec0;
  }

  .group:hover .xl\:group-hover\:placeholder-gray-500:-ms-input-placeholder {
    color: #a0aec0;
  }

  .group:hover .xl\:group-hover\:placeholder-gray-500::-ms-input-placeholder {
    color: #a0aec0;
  }

  .group:hover .xl\:group-hover\:placeholder-gray-500::placeholder {
    color: #a0aec0;
  }

  .group:hover .xl\:group-hover\:placeholder-gray-600::-webkit-input-placeholder {
    color: #718096;
  }

  .group:hover .xl\:group-hover\:placeholder-gray-600::-moz-placeholder {
    color: #718096;
  }

  .group:hover .xl\:group-hover\:placeholder-gray-600:-ms-input-placeholder {
    color: #718096;
  }

  .group:hover .xl\:group-hover\:placeholder-gray-600::-ms-input-placeholder {
    color: #718096;
  }

  .group:hover .xl\:group-hover\:placeholder-gray-600::placeholder {
    color: #718096;
  }

  .group:hover .xl\:group-hover\:placeholder-gray-700::-webkit-input-placeholder {
    color: #4a5568;
  }

  .group:hover .xl\:group-hover\:placeholder-gray-700::-moz-placeholder {
    color: #4a5568;
  }

  .group:hover .xl\:group-hover\:placeholder-gray-700:-ms-input-placeholder {
    color: #4a5568;
  }

  .group:hover .xl\:group-hover\:placeholder-gray-700::-ms-input-placeholder {
    color: #4a5568;
  }

  .group:hover .xl\:group-hover\:placeholder-gray-700::placeholder {
    color: #4a5568;
  }

  .group:hover .xl\:group-hover\:placeholder-gray-800::-webkit-input-placeholder {
    color: #2d3748;
  }

  .group:hover .xl\:group-hover\:placeholder-gray-800::-moz-placeholder {
    color: #2d3748;
  }

  .group:hover .xl\:group-hover\:placeholder-gray-800:-ms-input-placeholder {
    color: #2d3748;
  }

  .group:hover .xl\:group-hover\:placeholder-gray-800::-ms-input-placeholder {
    color: #2d3748;
  }

  .group:hover .xl\:group-hover\:placeholder-gray-800::placeholder {
    color: #2d3748;
  }

  .group:hover .xl\:group-hover\:placeholder-gray-900::-webkit-input-placeholder {
    color: #1a202c;
  }

  .group:hover .xl\:group-hover\:placeholder-gray-900::-moz-placeholder {
    color: #1a202c;
  }

  .group:hover .xl\:group-hover\:placeholder-gray-900:-ms-input-placeholder {
    color: #1a202c;
  }

  .group:hover .xl\:group-hover\:placeholder-gray-900::-ms-input-placeholder {
    color: #1a202c;
  }

  .group:hover .xl\:group-hover\:placeholder-gray-900::placeholder {
    color: #1a202c;
  }

  .group:hover .xl\:group-hover\:placeholder-red-100::-webkit-input-placeholder {
    color: #fff5f5;
  }

  .group:hover .xl\:group-hover\:placeholder-red-100::-moz-placeholder {
    color: #fff5f5;
  }

  .group:hover .xl\:group-hover\:placeholder-red-100:-ms-input-placeholder {
    color: #fff5f5;
  }

  .group:hover .xl\:group-hover\:placeholder-red-100::-ms-input-placeholder {
    color: #fff5f5;
  }

  .group:hover .xl\:group-hover\:placeholder-red-100::placeholder {
    color: #fff5f5;
  }

  .group:hover .xl\:group-hover\:placeholder-red-200::-webkit-input-placeholder {
    color: #fed7d7;
  }

  .group:hover .xl\:group-hover\:placeholder-red-200::-moz-placeholder {
    color: #fed7d7;
  }

  .group:hover .xl\:group-hover\:placeholder-red-200:-ms-input-placeholder {
    color: #fed7d7;
  }

  .group:hover .xl\:group-hover\:placeholder-red-200::-ms-input-placeholder {
    color: #fed7d7;
  }

  .group:hover .xl\:group-hover\:placeholder-red-200::placeholder {
    color: #fed7d7;
  }

  .group:hover .xl\:group-hover\:placeholder-red-300::-webkit-input-placeholder {
    color: #feb2b2;
  }

  .group:hover .xl\:group-hover\:placeholder-red-300::-moz-placeholder {
    color: #feb2b2;
  }

  .group:hover .xl\:group-hover\:placeholder-red-300:-ms-input-placeholder {
    color: #feb2b2;
  }

  .group:hover .xl\:group-hover\:placeholder-red-300::-ms-input-placeholder {
    color: #feb2b2;
  }

  .group:hover .xl\:group-hover\:placeholder-red-300::placeholder {
    color: #feb2b2;
  }

  .group:hover .xl\:group-hover\:placeholder-red-400::-webkit-input-placeholder {
    color: #fc8181;
  }

  .group:hover .xl\:group-hover\:placeholder-red-400::-moz-placeholder {
    color: #fc8181;
  }

  .group:hover .xl\:group-hover\:placeholder-red-400:-ms-input-placeholder {
    color: #fc8181;
  }

  .group:hover .xl\:group-hover\:placeholder-red-400::-ms-input-placeholder {
    color: #fc8181;
  }

  .group:hover .xl\:group-hover\:placeholder-red-400::placeholder {
    color: #fc8181;
  }

  .group:hover .xl\:group-hover\:placeholder-red-500::-webkit-input-placeholder {
    color: #f56565;
  }

  .group:hover .xl\:group-hover\:placeholder-red-500::-moz-placeholder {
    color: #f56565;
  }

  .group:hover .xl\:group-hover\:placeholder-red-500:-ms-input-placeholder {
    color: #f56565;
  }

  .group:hover .xl\:group-hover\:placeholder-red-500::-ms-input-placeholder {
    color: #f56565;
  }

  .group:hover .xl\:group-hover\:placeholder-red-500::placeholder {
    color: #f56565;
  }

  .group:hover .xl\:group-hover\:placeholder-red-600::-webkit-input-placeholder {
    color: #e53e3e;
  }

  .group:hover .xl\:group-hover\:placeholder-red-600::-moz-placeholder {
    color: #e53e3e;
  }

  .group:hover .xl\:group-hover\:placeholder-red-600:-ms-input-placeholder {
    color: #e53e3e;
  }

  .group:hover .xl\:group-hover\:placeholder-red-600::-ms-input-placeholder {
    color: #e53e3e;
  }

  .group:hover .xl\:group-hover\:placeholder-red-600::placeholder {
    color: #e53e3e;
  }

  .group:hover .xl\:group-hover\:placeholder-red-700::-webkit-input-placeholder {
    color: #c53030;
  }

  .group:hover .xl\:group-hover\:placeholder-red-700::-moz-placeholder {
    color: #c53030;
  }

  .group:hover .xl\:group-hover\:placeholder-red-700:-ms-input-placeholder {
    color: #c53030;
  }

  .group:hover .xl\:group-hover\:placeholder-red-700::-ms-input-placeholder {
    color: #c53030;
  }

  .group:hover .xl\:group-hover\:placeholder-red-700::placeholder {
    color: #c53030;
  }

  .group:hover .xl\:group-hover\:placeholder-red-800::-webkit-input-placeholder {
    color: #9b2c2c;
  }

  .group:hover .xl\:group-hover\:placeholder-red-800::-moz-placeholder {
    color: #9b2c2c;
  }

  .group:hover .xl\:group-hover\:placeholder-red-800:-ms-input-placeholder {
    color: #9b2c2c;
  }

  .group:hover .xl\:group-hover\:placeholder-red-800::-ms-input-placeholder {
    color: #9b2c2c;
  }

  .group:hover .xl\:group-hover\:placeholder-red-800::placeholder {
    color: #9b2c2c;
  }

  .group:hover .xl\:group-hover\:placeholder-red-900::-webkit-input-placeholder {
    color: #742a2a;
  }

  .group:hover .xl\:group-hover\:placeholder-red-900::-moz-placeholder {
    color: #742a2a;
  }

  .group:hover .xl\:group-hover\:placeholder-red-900:-ms-input-placeholder {
    color: #742a2a;
  }

  .group:hover .xl\:group-hover\:placeholder-red-900::-ms-input-placeholder {
    color: #742a2a;
  }

  .group:hover .xl\:group-hover\:placeholder-red-900::placeholder {
    color: #742a2a;
  }

  .group:hover .xl\:group-hover\:placeholder-orange-100::-webkit-input-placeholder {
    color: #fffaf0;
  }

  .group:hover .xl\:group-hover\:placeholder-orange-100::-moz-placeholder {
    color: #fffaf0;
  }

  .group:hover .xl\:group-hover\:placeholder-orange-100:-ms-input-placeholder {
    color: #fffaf0;
  }

  .group:hover .xl\:group-hover\:placeholder-orange-100::-ms-input-placeholder {
    color: #fffaf0;
  }

  .group:hover .xl\:group-hover\:placeholder-orange-100::placeholder {
    color: #fffaf0;
  }

  .group:hover .xl\:group-hover\:placeholder-orange-200::-webkit-input-placeholder {
    color: #feebc8;
  }

  .group:hover .xl\:group-hover\:placeholder-orange-200::-moz-placeholder {
    color: #feebc8;
  }

  .group:hover .xl\:group-hover\:placeholder-orange-200:-ms-input-placeholder {
    color: #feebc8;
  }

  .group:hover .xl\:group-hover\:placeholder-orange-200::-ms-input-placeholder {
    color: #feebc8;
  }

  .group:hover .xl\:group-hover\:placeholder-orange-200::placeholder {
    color: #feebc8;
  }

  .group:hover .xl\:group-hover\:placeholder-orange-300::-webkit-input-placeholder {
    color: #fbd38d;
  }

  .group:hover .xl\:group-hover\:placeholder-orange-300::-moz-placeholder {
    color: #fbd38d;
  }

  .group:hover .xl\:group-hover\:placeholder-orange-300:-ms-input-placeholder {
    color: #fbd38d;
  }

  .group:hover .xl\:group-hover\:placeholder-orange-300::-ms-input-placeholder {
    color: #fbd38d;
  }

  .group:hover .xl\:group-hover\:placeholder-orange-300::placeholder {
    color: #fbd38d;
  }

  .group:hover .xl\:group-hover\:placeholder-orange-400::-webkit-input-placeholder {
    color: #f6ad55;
  }

  .group:hover .xl\:group-hover\:placeholder-orange-400::-moz-placeholder {
    color: #f6ad55;
  }

  .group:hover .xl\:group-hover\:placeholder-orange-400:-ms-input-placeholder {
    color: #f6ad55;
  }

  .group:hover .xl\:group-hover\:placeholder-orange-400::-ms-input-placeholder {
    color: #f6ad55;
  }

  .group:hover .xl\:group-hover\:placeholder-orange-400::placeholder {
    color: #f6ad55;
  }

  .group:hover .xl\:group-hover\:placeholder-orange-500::-webkit-input-placeholder {
    color: #ed8936;
  }

  .group:hover .xl\:group-hover\:placeholder-orange-500::-moz-placeholder {
    color: #ed8936;
  }

  .group:hover .xl\:group-hover\:placeholder-orange-500:-ms-input-placeholder {
    color: #ed8936;
  }

  .group:hover .xl\:group-hover\:placeholder-orange-500::-ms-input-placeholder {
    color: #ed8936;
  }

  .group:hover .xl\:group-hover\:placeholder-orange-500::placeholder {
    color: #ed8936;
  }

  .group:hover .xl\:group-hover\:placeholder-orange-600::-webkit-input-placeholder {
    color: #dd6b20;
  }

  .group:hover .xl\:group-hover\:placeholder-orange-600::-moz-placeholder {
    color: #dd6b20;
  }

  .group:hover .xl\:group-hover\:placeholder-orange-600:-ms-input-placeholder {
    color: #dd6b20;
  }

  .group:hover .xl\:group-hover\:placeholder-orange-600::-ms-input-placeholder {
    color: #dd6b20;
  }

  .group:hover .xl\:group-hover\:placeholder-orange-600::placeholder {
    color: #dd6b20;
  }

  .group:hover .xl\:group-hover\:placeholder-orange-700::-webkit-input-placeholder {
    color: #c05621;
  }

  .group:hover .xl\:group-hover\:placeholder-orange-700::-moz-placeholder {
    color: #c05621;
  }

  .group:hover .xl\:group-hover\:placeholder-orange-700:-ms-input-placeholder {
    color: #c05621;
  }

  .group:hover .xl\:group-hover\:placeholder-orange-700::-ms-input-placeholder {
    color: #c05621;
  }

  .group:hover .xl\:group-hover\:placeholder-orange-700::placeholder {
    color: #c05621;
  }

  .group:hover .xl\:group-hover\:placeholder-orange-800::-webkit-input-placeholder {
    color: #9c4221;
  }

  .group:hover .xl\:group-hover\:placeholder-orange-800::-moz-placeholder {
    color: #9c4221;
  }

  .group:hover .xl\:group-hover\:placeholder-orange-800:-ms-input-placeholder {
    color: #9c4221;
  }

  .group:hover .xl\:group-hover\:placeholder-orange-800::-ms-input-placeholder {
    color: #9c4221;
  }

  .group:hover .xl\:group-hover\:placeholder-orange-800::placeholder {
    color: #9c4221;
  }

  .group:hover .xl\:group-hover\:placeholder-orange-900::-webkit-input-placeholder {
    color: #7b341e;
  }

  .group:hover .xl\:group-hover\:placeholder-orange-900::-moz-placeholder {
    color: #7b341e;
  }

  .group:hover .xl\:group-hover\:placeholder-orange-900:-ms-input-placeholder {
    color: #7b341e;
  }

  .group:hover .xl\:group-hover\:placeholder-orange-900::-ms-input-placeholder {
    color: #7b341e;
  }

  .group:hover .xl\:group-hover\:placeholder-orange-900::placeholder {
    color: #7b341e;
  }

  .group:hover .xl\:group-hover\:placeholder-yellow-100::-webkit-input-placeholder {
    color: #fffff0;
  }

  .group:hover .xl\:group-hover\:placeholder-yellow-100::-moz-placeholder {
    color: #fffff0;
  }

  .group:hover .xl\:group-hover\:placeholder-yellow-100:-ms-input-placeholder {
    color: #fffff0;
  }

  .group:hover .xl\:group-hover\:placeholder-yellow-100::-ms-input-placeholder {
    color: #fffff0;
  }

  .group:hover .xl\:group-hover\:placeholder-yellow-100::placeholder {
    color: #fffff0;
  }

  .group:hover .xl\:group-hover\:placeholder-yellow-200::-webkit-input-placeholder {
    color: #fefcbf;
  }

  .group:hover .xl\:group-hover\:placeholder-yellow-200::-moz-placeholder {
    color: #fefcbf;
  }

  .group:hover .xl\:group-hover\:placeholder-yellow-200:-ms-input-placeholder {
    color: #fefcbf;
  }

  .group:hover .xl\:group-hover\:placeholder-yellow-200::-ms-input-placeholder {
    color: #fefcbf;
  }

  .group:hover .xl\:group-hover\:placeholder-yellow-200::placeholder {
    color: #fefcbf;
  }

  .group:hover .xl\:group-hover\:placeholder-yellow-300::-webkit-input-placeholder {
    color: #faf089;
  }

  .group:hover .xl\:group-hover\:placeholder-yellow-300::-moz-placeholder {
    color: #faf089;
  }

  .group:hover .xl\:group-hover\:placeholder-yellow-300:-ms-input-placeholder {
    color: #faf089;
  }

  .group:hover .xl\:group-hover\:placeholder-yellow-300::-ms-input-placeholder {
    color: #faf089;
  }

  .group:hover .xl\:group-hover\:placeholder-yellow-300::placeholder {
    color: #faf089;
  }

  .group:hover .xl\:group-hover\:placeholder-yellow-400::-webkit-input-placeholder {
    color: #f6e05e;
  }

  .group:hover .xl\:group-hover\:placeholder-yellow-400::-moz-placeholder {
    color: #f6e05e;
  }

  .group:hover .xl\:group-hover\:placeholder-yellow-400:-ms-input-placeholder {
    color: #f6e05e;
  }

  .group:hover .xl\:group-hover\:placeholder-yellow-400::-ms-input-placeholder {
    color: #f6e05e;
  }

  .group:hover .xl\:group-hover\:placeholder-yellow-400::placeholder {
    color: #f6e05e;
  }

  .group:hover .xl\:group-hover\:placeholder-yellow-500::-webkit-input-placeholder {
    color: #ecc94b;
  }

  .group:hover .xl\:group-hover\:placeholder-yellow-500::-moz-placeholder {
    color: #ecc94b;
  }

  .group:hover .xl\:group-hover\:placeholder-yellow-500:-ms-input-placeholder {
    color: #ecc94b;
  }

  .group:hover .xl\:group-hover\:placeholder-yellow-500::-ms-input-placeholder {
    color: #ecc94b;
  }

  .group:hover .xl\:group-hover\:placeholder-yellow-500::placeholder {
    color: #ecc94b;
  }

  .group:hover .xl\:group-hover\:placeholder-yellow-600::-webkit-input-placeholder {
    color: #d69e2e;
  }

  .group:hover .xl\:group-hover\:placeholder-yellow-600::-moz-placeholder {
    color: #d69e2e;
  }

  .group:hover .xl\:group-hover\:placeholder-yellow-600:-ms-input-placeholder {
    color: #d69e2e;
  }

  .group:hover .xl\:group-hover\:placeholder-yellow-600::-ms-input-placeholder {
    color: #d69e2e;
  }

  .group:hover .xl\:group-hover\:placeholder-yellow-600::placeholder {
    color: #d69e2e;
  }

  .group:hover .xl\:group-hover\:placeholder-yellow-700::-webkit-input-placeholder {
    color: #b7791f;
  }

  .group:hover .xl\:group-hover\:placeholder-yellow-700::-moz-placeholder {
    color: #b7791f;
  }

  .group:hover .xl\:group-hover\:placeholder-yellow-700:-ms-input-placeholder {
    color: #b7791f;
  }

  .group:hover .xl\:group-hover\:placeholder-yellow-700::-ms-input-placeholder {
    color: #b7791f;
  }

  .group:hover .xl\:group-hover\:placeholder-yellow-700::placeholder {
    color: #b7791f;
  }

  .group:hover .xl\:group-hover\:placeholder-yellow-800::-webkit-input-placeholder {
    color: #975a16;
  }

  .group:hover .xl\:group-hover\:placeholder-yellow-800::-moz-placeholder {
    color: #975a16;
  }

  .group:hover .xl\:group-hover\:placeholder-yellow-800:-ms-input-placeholder {
    color: #975a16;
  }

  .group:hover .xl\:group-hover\:placeholder-yellow-800::-ms-input-placeholder {
    color: #975a16;
  }

  .group:hover .xl\:group-hover\:placeholder-yellow-800::placeholder {
    color: #975a16;
  }

  .group:hover .xl\:group-hover\:placeholder-yellow-900::-webkit-input-placeholder {
    color: #744210;
  }

  .group:hover .xl\:group-hover\:placeholder-yellow-900::-moz-placeholder {
    color: #744210;
  }

  .group:hover .xl\:group-hover\:placeholder-yellow-900:-ms-input-placeholder {
    color: #744210;
  }

  .group:hover .xl\:group-hover\:placeholder-yellow-900::-ms-input-placeholder {
    color: #744210;
  }

  .group:hover .xl\:group-hover\:placeholder-yellow-900::placeholder {
    color: #744210;
  }

  .group:hover .xl\:group-hover\:placeholder-green-100::-webkit-input-placeholder {
    color: #f0fff4;
  }

  .group:hover .xl\:group-hover\:placeholder-green-100::-moz-placeholder {
    color: #f0fff4;
  }

  .group:hover .xl\:group-hover\:placeholder-green-100:-ms-input-placeholder {
    color: #f0fff4;
  }

  .group:hover .xl\:group-hover\:placeholder-green-100::-ms-input-placeholder {
    color: #f0fff4;
  }

  .group:hover .xl\:group-hover\:placeholder-green-100::placeholder {
    color: #f0fff4;
  }

  .group:hover .xl\:group-hover\:placeholder-green-200::-webkit-input-placeholder {
    color: #c6f6d5;
  }

  .group:hover .xl\:group-hover\:placeholder-green-200::-moz-placeholder {
    color: #c6f6d5;
  }

  .group:hover .xl\:group-hover\:placeholder-green-200:-ms-input-placeholder {
    color: #c6f6d5;
  }

  .group:hover .xl\:group-hover\:placeholder-green-200::-ms-input-placeholder {
    color: #c6f6d5;
  }

  .group:hover .xl\:group-hover\:placeholder-green-200::placeholder {
    color: #c6f6d5;
  }

  .group:hover .xl\:group-hover\:placeholder-green-300::-webkit-input-placeholder {
    color: #9ae6b4;
  }

  .group:hover .xl\:group-hover\:placeholder-green-300::-moz-placeholder {
    color: #9ae6b4;
  }

  .group:hover .xl\:group-hover\:placeholder-green-300:-ms-input-placeholder {
    color: #9ae6b4;
  }

  .group:hover .xl\:group-hover\:placeholder-green-300::-ms-input-placeholder {
    color: #9ae6b4;
  }

  .group:hover .xl\:group-hover\:placeholder-green-300::placeholder {
    color: #9ae6b4;
  }

  .group:hover .xl\:group-hover\:placeholder-green-400::-webkit-input-placeholder {
    color: #68d391;
  }

  .group:hover .xl\:group-hover\:placeholder-green-400::-moz-placeholder {
    color: #68d391;
  }

  .group:hover .xl\:group-hover\:placeholder-green-400:-ms-input-placeholder {
    color: #68d391;
  }

  .group:hover .xl\:group-hover\:placeholder-green-400::-ms-input-placeholder {
    color: #68d391;
  }

  .group:hover .xl\:group-hover\:placeholder-green-400::placeholder {
    color: #68d391;
  }

  .group:hover .xl\:group-hover\:placeholder-green-500::-webkit-input-placeholder {
    color: #48bb78;
  }

  .group:hover .xl\:group-hover\:placeholder-green-500::-moz-placeholder {
    color: #48bb78;
  }

  .group:hover .xl\:group-hover\:placeholder-green-500:-ms-input-placeholder {
    color: #48bb78;
  }

  .group:hover .xl\:group-hover\:placeholder-green-500::-ms-input-placeholder {
    color: #48bb78;
  }

  .group:hover .xl\:group-hover\:placeholder-green-500::placeholder {
    color: #48bb78;
  }

  .group:hover .xl\:group-hover\:placeholder-green-600::-webkit-input-placeholder {
    color: #38a169;
  }

  .group:hover .xl\:group-hover\:placeholder-green-600::-moz-placeholder {
    color: #38a169;
  }

  .group:hover .xl\:group-hover\:placeholder-green-600:-ms-input-placeholder {
    color: #38a169;
  }

  .group:hover .xl\:group-hover\:placeholder-green-600::-ms-input-placeholder {
    color: #38a169;
  }

  .group:hover .xl\:group-hover\:placeholder-green-600::placeholder {
    color: #38a169;
  }

  .group:hover .xl\:group-hover\:placeholder-green-700::-webkit-input-placeholder {
    color: #2f855a;
  }

  .group:hover .xl\:group-hover\:placeholder-green-700::-moz-placeholder {
    color: #2f855a;
  }

  .group:hover .xl\:group-hover\:placeholder-green-700:-ms-input-placeholder {
    color: #2f855a;
  }

  .group:hover .xl\:group-hover\:placeholder-green-700::-ms-input-placeholder {
    color: #2f855a;
  }

  .group:hover .xl\:group-hover\:placeholder-green-700::placeholder {
    color: #2f855a;
  }

  .group:hover .xl\:group-hover\:placeholder-green-800::-webkit-input-placeholder {
    color: #276749;
  }

  .group:hover .xl\:group-hover\:placeholder-green-800::-moz-placeholder {
    color: #276749;
  }

  .group:hover .xl\:group-hover\:placeholder-green-800:-ms-input-placeholder {
    color: #276749;
  }

  .group:hover .xl\:group-hover\:placeholder-green-800::-ms-input-placeholder {
    color: #276749;
  }

  .group:hover .xl\:group-hover\:placeholder-green-800::placeholder {
    color: #276749;
  }

  .group:hover .xl\:group-hover\:placeholder-green-900::-webkit-input-placeholder {
    color: #22543d;
  }

  .group:hover .xl\:group-hover\:placeholder-green-900::-moz-placeholder {
    color: #22543d;
  }

  .group:hover .xl\:group-hover\:placeholder-green-900:-ms-input-placeholder {
    color: #22543d;
  }

  .group:hover .xl\:group-hover\:placeholder-green-900::-ms-input-placeholder {
    color: #22543d;
  }

  .group:hover .xl\:group-hover\:placeholder-green-900::placeholder {
    color: #22543d;
  }

  .group:hover .xl\:group-hover\:placeholder-teal-100::-webkit-input-placeholder {
    color: #e6fffa;
  }

  .group:hover .xl\:group-hover\:placeholder-teal-100::-moz-placeholder {
    color: #e6fffa;
  }

  .group:hover .xl\:group-hover\:placeholder-teal-100:-ms-input-placeholder {
    color: #e6fffa;
  }

  .group:hover .xl\:group-hover\:placeholder-teal-100::-ms-input-placeholder {
    color: #e6fffa;
  }

  .group:hover .xl\:group-hover\:placeholder-teal-100::placeholder {
    color: #e6fffa;
  }

  .group:hover .xl\:group-hover\:placeholder-teal-200::-webkit-input-placeholder {
    color: #b2f5ea;
  }

  .group:hover .xl\:group-hover\:placeholder-teal-200::-moz-placeholder {
    color: #b2f5ea;
  }

  .group:hover .xl\:group-hover\:placeholder-teal-200:-ms-input-placeholder {
    color: #b2f5ea;
  }

  .group:hover .xl\:group-hover\:placeholder-teal-200::-ms-input-placeholder {
    color: #b2f5ea;
  }

  .group:hover .xl\:group-hover\:placeholder-teal-200::placeholder {
    color: #b2f5ea;
  }

  .group:hover .xl\:group-hover\:placeholder-teal-300::-webkit-input-placeholder {
    color: #81e6d9;
  }

  .group:hover .xl\:group-hover\:placeholder-teal-300::-moz-placeholder {
    color: #81e6d9;
  }

  .group:hover .xl\:group-hover\:placeholder-teal-300:-ms-input-placeholder {
    color: #81e6d9;
  }

  .group:hover .xl\:group-hover\:placeholder-teal-300::-ms-input-placeholder {
    color: #81e6d9;
  }

  .group:hover .xl\:group-hover\:placeholder-teal-300::placeholder {
    color: #81e6d9;
  }

  .group:hover .xl\:group-hover\:placeholder-teal-400::-webkit-input-placeholder {
    color: #4fd1c5;
  }

  .group:hover .xl\:group-hover\:placeholder-teal-400::-moz-placeholder {
    color: #4fd1c5;
  }

  .group:hover .xl\:group-hover\:placeholder-teal-400:-ms-input-placeholder {
    color: #4fd1c5;
  }

  .group:hover .xl\:group-hover\:placeholder-teal-400::-ms-input-placeholder {
    color: #4fd1c5;
  }

  .group:hover .xl\:group-hover\:placeholder-teal-400::placeholder {
    color: #4fd1c5;
  }

  .group:hover .xl\:group-hover\:placeholder-teal-500::-webkit-input-placeholder {
    color: #38b2ac;
  }

  .group:hover .xl\:group-hover\:placeholder-teal-500::-moz-placeholder {
    color: #38b2ac;
  }

  .group:hover .xl\:group-hover\:placeholder-teal-500:-ms-input-placeholder {
    color: #38b2ac;
  }

  .group:hover .xl\:group-hover\:placeholder-teal-500::-ms-input-placeholder {
    color: #38b2ac;
  }

  .group:hover .xl\:group-hover\:placeholder-teal-500::placeholder {
    color: #38b2ac;
  }

  .group:hover .xl\:group-hover\:placeholder-teal-600::-webkit-input-placeholder {
    color: #319795;
  }

  .group:hover .xl\:group-hover\:placeholder-teal-600::-moz-placeholder {
    color: #319795;
  }

  .group:hover .xl\:group-hover\:placeholder-teal-600:-ms-input-placeholder {
    color: #319795;
  }

  .group:hover .xl\:group-hover\:placeholder-teal-600::-ms-input-placeholder {
    color: #319795;
  }

  .group:hover .xl\:group-hover\:placeholder-teal-600::placeholder {
    color: #319795;
  }

  .group:hover .xl\:group-hover\:placeholder-teal-700::-webkit-input-placeholder {
    color: #2c7a7b;
  }

  .group:hover .xl\:group-hover\:placeholder-teal-700::-moz-placeholder {
    color: #2c7a7b;
  }

  .group:hover .xl\:group-hover\:placeholder-teal-700:-ms-input-placeholder {
    color: #2c7a7b;
  }

  .group:hover .xl\:group-hover\:placeholder-teal-700::-ms-input-placeholder {
    color: #2c7a7b;
  }

  .group:hover .xl\:group-hover\:placeholder-teal-700::placeholder {
    color: #2c7a7b;
  }

  .group:hover .xl\:group-hover\:placeholder-teal-800::-webkit-input-placeholder {
    color: #285e61;
  }

  .group:hover .xl\:group-hover\:placeholder-teal-800::-moz-placeholder {
    color: #285e61;
  }

  .group:hover .xl\:group-hover\:placeholder-teal-800:-ms-input-placeholder {
    color: #285e61;
  }

  .group:hover .xl\:group-hover\:placeholder-teal-800::-ms-input-placeholder {
    color: #285e61;
  }

  .group:hover .xl\:group-hover\:placeholder-teal-800::placeholder {
    color: #285e61;
  }

  .group:hover .xl\:group-hover\:placeholder-teal-900::-webkit-input-placeholder {
    color: #234e52;
  }

  .group:hover .xl\:group-hover\:placeholder-teal-900::-moz-placeholder {
    color: #234e52;
  }

  .group:hover .xl\:group-hover\:placeholder-teal-900:-ms-input-placeholder {
    color: #234e52;
  }

  .group:hover .xl\:group-hover\:placeholder-teal-900::-ms-input-placeholder {
    color: #234e52;
  }

  .group:hover .xl\:group-hover\:placeholder-teal-900::placeholder {
    color: #234e52;
  }

  .group:hover .xl\:group-hover\:placeholder-blue-100::-webkit-input-placeholder {
    color: #ebf8ff;
  }

  .group:hover .xl\:group-hover\:placeholder-blue-100::-moz-placeholder {
    color: #ebf8ff;
  }

  .group:hover .xl\:group-hover\:placeholder-blue-100:-ms-input-placeholder {
    color: #ebf8ff;
  }

  .group:hover .xl\:group-hover\:placeholder-blue-100::-ms-input-placeholder {
    color: #ebf8ff;
  }

  .group:hover .xl\:group-hover\:placeholder-blue-100::placeholder {
    color: #ebf8ff;
  }

  .group:hover .xl\:group-hover\:placeholder-blue-200::-webkit-input-placeholder {
    color: #bee3f8;
  }

  .group:hover .xl\:group-hover\:placeholder-blue-200::-moz-placeholder {
    color: #bee3f8;
  }

  .group:hover .xl\:group-hover\:placeholder-blue-200:-ms-input-placeholder {
    color: #bee3f8;
  }

  .group:hover .xl\:group-hover\:placeholder-blue-200::-ms-input-placeholder {
    color: #bee3f8;
  }

  .group:hover .xl\:group-hover\:placeholder-blue-200::placeholder {
    color: #bee3f8;
  }

  .group:hover .xl\:group-hover\:placeholder-blue-300::-webkit-input-placeholder {
    color: #90cdf4;
  }

  .group:hover .xl\:group-hover\:placeholder-blue-300::-moz-placeholder {
    color: #90cdf4;
  }

  .group:hover .xl\:group-hover\:placeholder-blue-300:-ms-input-placeholder {
    color: #90cdf4;
  }

  .group:hover .xl\:group-hover\:placeholder-blue-300::-ms-input-placeholder {
    color: #90cdf4;
  }

  .group:hover .xl\:group-hover\:placeholder-blue-300::placeholder {
    color: #90cdf4;
  }

  .group:hover .xl\:group-hover\:placeholder-blue-400::-webkit-input-placeholder {
    color: #63b3ed;
  }

  .group:hover .xl\:group-hover\:placeholder-blue-400::-moz-placeholder {
    color: #63b3ed;
  }

  .group:hover .xl\:group-hover\:placeholder-blue-400:-ms-input-placeholder {
    color: #63b3ed;
  }

  .group:hover .xl\:group-hover\:placeholder-blue-400::-ms-input-placeholder {
    color: #63b3ed;
  }

  .group:hover .xl\:group-hover\:placeholder-blue-400::placeholder {
    color: #63b3ed;
  }

  .group:hover .xl\:group-hover\:placeholder-blue-500::-webkit-input-placeholder {
    color: #4299e1;
  }

  .group:hover .xl\:group-hover\:placeholder-blue-500::-moz-placeholder {
    color: #4299e1;
  }

  .group:hover .xl\:group-hover\:placeholder-blue-500:-ms-input-placeholder {
    color: #4299e1;
  }

  .group:hover .xl\:group-hover\:placeholder-blue-500::-ms-input-placeholder {
    color: #4299e1;
  }

  .group:hover .xl\:group-hover\:placeholder-blue-500::placeholder {
    color: #4299e1;
  }

  .group:hover .xl\:group-hover\:placeholder-blue-600::-webkit-input-placeholder {
    color: #3182ce;
  }

  .group:hover .xl\:group-hover\:placeholder-blue-600::-moz-placeholder {
    color: #3182ce;
  }

  .group:hover .xl\:group-hover\:placeholder-blue-600:-ms-input-placeholder {
    color: #3182ce;
  }

  .group:hover .xl\:group-hover\:placeholder-blue-600::-ms-input-placeholder {
    color: #3182ce;
  }

  .group:hover .xl\:group-hover\:placeholder-blue-600::placeholder {
    color: #3182ce;
  }

  .group:hover .xl\:group-hover\:placeholder-blue-700::-webkit-input-placeholder {
    color: #2b6cb0;
  }

  .group:hover .xl\:group-hover\:placeholder-blue-700::-moz-placeholder {
    color: #2b6cb0;
  }

  .group:hover .xl\:group-hover\:placeholder-blue-700:-ms-input-placeholder {
    color: #2b6cb0;
  }

  .group:hover .xl\:group-hover\:placeholder-blue-700::-ms-input-placeholder {
    color: #2b6cb0;
  }

  .group:hover .xl\:group-hover\:placeholder-blue-700::placeholder {
    color: #2b6cb0;
  }

  .group:hover .xl\:group-hover\:placeholder-blue-800::-webkit-input-placeholder {
    color: #2c5282;
  }

  .group:hover .xl\:group-hover\:placeholder-blue-800::-moz-placeholder {
    color: #2c5282;
  }

  .group:hover .xl\:group-hover\:placeholder-blue-800:-ms-input-placeholder {
    color: #2c5282;
  }

  .group:hover .xl\:group-hover\:placeholder-blue-800::-ms-input-placeholder {
    color: #2c5282;
  }

  .group:hover .xl\:group-hover\:placeholder-blue-800::placeholder {
    color: #2c5282;
  }

  .group:hover .xl\:group-hover\:placeholder-blue-900::-webkit-input-placeholder {
    color: #2a4365;
  }

  .group:hover .xl\:group-hover\:placeholder-blue-900::-moz-placeholder {
    color: #2a4365;
  }

  .group:hover .xl\:group-hover\:placeholder-blue-900:-ms-input-placeholder {
    color: #2a4365;
  }

  .group:hover .xl\:group-hover\:placeholder-blue-900::-ms-input-placeholder {
    color: #2a4365;
  }

  .group:hover .xl\:group-hover\:placeholder-blue-900::placeholder {
    color: #2a4365;
  }

  .group:hover .xl\:group-hover\:placeholder-indigo-100::-webkit-input-placeholder {
    color: #ebf4ff;
  }

  .group:hover .xl\:group-hover\:placeholder-indigo-100::-moz-placeholder {
    color: #ebf4ff;
  }

  .group:hover .xl\:group-hover\:placeholder-indigo-100:-ms-input-placeholder {
    color: #ebf4ff;
  }

  .group:hover .xl\:group-hover\:placeholder-indigo-100::-ms-input-placeholder {
    color: #ebf4ff;
  }

  .group:hover .xl\:group-hover\:placeholder-indigo-100::placeholder {
    color: #ebf4ff;
  }

  .group:hover .xl\:group-hover\:placeholder-indigo-200::-webkit-input-placeholder {
    color: #c3dafe;
  }

  .group:hover .xl\:group-hover\:placeholder-indigo-200::-moz-placeholder {
    color: #c3dafe;
  }

  .group:hover .xl\:group-hover\:placeholder-indigo-200:-ms-input-placeholder {
    color: #c3dafe;
  }

  .group:hover .xl\:group-hover\:placeholder-indigo-200::-ms-input-placeholder {
    color: #c3dafe;
  }

  .group:hover .xl\:group-hover\:placeholder-indigo-200::placeholder {
    color: #c3dafe;
  }

  .group:hover .xl\:group-hover\:placeholder-indigo-300::-webkit-input-placeholder {
    color: #a3bffa;
  }

  .group:hover .xl\:group-hover\:placeholder-indigo-300::-moz-placeholder {
    color: #a3bffa;
  }

  .group:hover .xl\:group-hover\:placeholder-indigo-300:-ms-input-placeholder {
    color: #a3bffa;
  }

  .group:hover .xl\:group-hover\:placeholder-indigo-300::-ms-input-placeholder {
    color: #a3bffa;
  }

  .group:hover .xl\:group-hover\:placeholder-indigo-300::placeholder {
    color: #a3bffa;
  }

  .group:hover .xl\:group-hover\:placeholder-indigo-400::-webkit-input-placeholder {
    color: #7f9cf5;
  }

  .group:hover .xl\:group-hover\:placeholder-indigo-400::-moz-placeholder {
    color: #7f9cf5;
  }

  .group:hover .xl\:group-hover\:placeholder-indigo-400:-ms-input-placeholder {
    color: #7f9cf5;
  }

  .group:hover .xl\:group-hover\:placeholder-indigo-400::-ms-input-placeholder {
    color: #7f9cf5;
  }

  .group:hover .xl\:group-hover\:placeholder-indigo-400::placeholder {
    color: #7f9cf5;
  }

  .group:hover .xl\:group-hover\:placeholder-indigo-500::-webkit-input-placeholder {
    color: #667eea;
  }

  .group:hover .xl\:group-hover\:placeholder-indigo-500::-moz-placeholder {
    color: #667eea;
  }

  .group:hover .xl\:group-hover\:placeholder-indigo-500:-ms-input-placeholder {
    color: #667eea;
  }

  .group:hover .xl\:group-hover\:placeholder-indigo-500::-ms-input-placeholder {
    color: #667eea;
  }

  .group:hover .xl\:group-hover\:placeholder-indigo-500::placeholder {
    color: #667eea;
  }

  .group:hover .xl\:group-hover\:placeholder-indigo-600::-webkit-input-placeholder {
    color: #5a67d8;
  }

  .group:hover .xl\:group-hover\:placeholder-indigo-600::-moz-placeholder {
    color: #5a67d8;
  }

  .group:hover .xl\:group-hover\:placeholder-indigo-600:-ms-input-placeholder {
    color: #5a67d8;
  }

  .group:hover .xl\:group-hover\:placeholder-indigo-600::-ms-input-placeholder {
    color: #5a67d8;
  }

  .group:hover .xl\:group-hover\:placeholder-indigo-600::placeholder {
    color: #5a67d8;
  }

  .group:hover .xl\:group-hover\:placeholder-indigo-700::-webkit-input-placeholder {
    color: #4c51bf;
  }

  .group:hover .xl\:group-hover\:placeholder-indigo-700::-moz-placeholder {
    color: #4c51bf;
  }

  .group:hover .xl\:group-hover\:placeholder-indigo-700:-ms-input-placeholder {
    color: #4c51bf;
  }

  .group:hover .xl\:group-hover\:placeholder-indigo-700::-ms-input-placeholder {
    color: #4c51bf;
  }

  .group:hover .xl\:group-hover\:placeholder-indigo-700::placeholder {
    color: #4c51bf;
  }

  .group:hover .xl\:group-hover\:placeholder-indigo-800::-webkit-input-placeholder {
    color: #434190;
  }

  .group:hover .xl\:group-hover\:placeholder-indigo-800::-moz-placeholder {
    color: #434190;
  }

  .group:hover .xl\:group-hover\:placeholder-indigo-800:-ms-input-placeholder {
    color: #434190;
  }

  .group:hover .xl\:group-hover\:placeholder-indigo-800::-ms-input-placeholder {
    color: #434190;
  }

  .group:hover .xl\:group-hover\:placeholder-indigo-800::placeholder {
    color: #434190;
  }

  .group:hover .xl\:group-hover\:placeholder-indigo-900::-webkit-input-placeholder {
    color: #3c366b;
  }

  .group:hover .xl\:group-hover\:placeholder-indigo-900::-moz-placeholder {
    color: #3c366b;
  }

  .group:hover .xl\:group-hover\:placeholder-indigo-900:-ms-input-placeholder {
    color: #3c366b;
  }

  .group:hover .xl\:group-hover\:placeholder-indigo-900::-ms-input-placeholder {
    color: #3c366b;
  }

  .group:hover .xl\:group-hover\:placeholder-indigo-900::placeholder {
    color: #3c366b;
  }

  .group:hover .xl\:group-hover\:placeholder-purple-100::-webkit-input-placeholder {
    color: #faf5ff;
  }

  .group:hover .xl\:group-hover\:placeholder-purple-100::-moz-placeholder {
    color: #faf5ff;
  }

  .group:hover .xl\:group-hover\:placeholder-purple-100:-ms-input-placeholder {
    color: #faf5ff;
  }

  .group:hover .xl\:group-hover\:placeholder-purple-100::-ms-input-placeholder {
    color: #faf5ff;
  }

  .group:hover .xl\:group-hover\:placeholder-purple-100::placeholder {
    color: #faf5ff;
  }

  .group:hover .xl\:group-hover\:placeholder-purple-200::-webkit-input-placeholder {
    color: #e9d8fd;
  }

  .group:hover .xl\:group-hover\:placeholder-purple-200::-moz-placeholder {
    color: #e9d8fd;
  }

  .group:hover .xl\:group-hover\:placeholder-purple-200:-ms-input-placeholder {
    color: #e9d8fd;
  }

  .group:hover .xl\:group-hover\:placeholder-purple-200::-ms-input-placeholder {
    color: #e9d8fd;
  }

  .group:hover .xl\:group-hover\:placeholder-purple-200::placeholder {
    color: #e9d8fd;
  }

  .group:hover .xl\:group-hover\:placeholder-purple-300::-webkit-input-placeholder {
    color: #d6bcfa;
  }

  .group:hover .xl\:group-hover\:placeholder-purple-300::-moz-placeholder {
    color: #d6bcfa;
  }

  .group:hover .xl\:group-hover\:placeholder-purple-300:-ms-input-placeholder {
    color: #d6bcfa;
  }

  .group:hover .xl\:group-hover\:placeholder-purple-300::-ms-input-placeholder {
    color: #d6bcfa;
  }

  .group:hover .xl\:group-hover\:placeholder-purple-300::placeholder {
    color: #d6bcfa;
  }

  .group:hover .xl\:group-hover\:placeholder-purple-400::-webkit-input-placeholder {
    color: #b794f4;
  }

  .group:hover .xl\:group-hover\:placeholder-purple-400::-moz-placeholder {
    color: #b794f4;
  }

  .group:hover .xl\:group-hover\:placeholder-purple-400:-ms-input-placeholder {
    color: #b794f4;
  }

  .group:hover .xl\:group-hover\:placeholder-purple-400::-ms-input-placeholder {
    color: #b794f4;
  }

  .group:hover .xl\:group-hover\:placeholder-purple-400::placeholder {
    color: #b794f4;
  }

  .group:hover .xl\:group-hover\:placeholder-purple-500::-webkit-input-placeholder {
    color: #9f7aea;
  }

  .group:hover .xl\:group-hover\:placeholder-purple-500::-moz-placeholder {
    color: #9f7aea;
  }

  .group:hover .xl\:group-hover\:placeholder-purple-500:-ms-input-placeholder {
    color: #9f7aea;
  }

  .group:hover .xl\:group-hover\:placeholder-purple-500::-ms-input-placeholder {
    color: #9f7aea;
  }

  .group:hover .xl\:group-hover\:placeholder-purple-500::placeholder {
    color: #9f7aea;
  }

  .group:hover .xl\:group-hover\:placeholder-purple-600::-webkit-input-placeholder {
    color: #805ad5;
  }

  .group:hover .xl\:group-hover\:placeholder-purple-600::-moz-placeholder {
    color: #805ad5;
  }

  .group:hover .xl\:group-hover\:placeholder-purple-600:-ms-input-placeholder {
    color: #805ad5;
  }

  .group:hover .xl\:group-hover\:placeholder-purple-600::-ms-input-placeholder {
    color: #805ad5;
  }

  .group:hover .xl\:group-hover\:placeholder-purple-600::placeholder {
    color: #805ad5;
  }

  .group:hover .xl\:group-hover\:placeholder-purple-700::-webkit-input-placeholder {
    color: #6b46c1;
  }

  .group:hover .xl\:group-hover\:placeholder-purple-700::-moz-placeholder {
    color: #6b46c1;
  }

  .group:hover .xl\:group-hover\:placeholder-purple-700:-ms-input-placeholder {
    color: #6b46c1;
  }

  .group:hover .xl\:group-hover\:placeholder-purple-700::-ms-input-placeholder {
    color: #6b46c1;
  }

  .group:hover .xl\:group-hover\:placeholder-purple-700::placeholder {
    color: #6b46c1;
  }

  .group:hover .xl\:group-hover\:placeholder-purple-800::-webkit-input-placeholder {
    color: #553c9a;
  }

  .group:hover .xl\:group-hover\:placeholder-purple-800::-moz-placeholder {
    color: #553c9a;
  }

  .group:hover .xl\:group-hover\:placeholder-purple-800:-ms-input-placeholder {
    color: #553c9a;
  }

  .group:hover .xl\:group-hover\:placeholder-purple-800::-ms-input-placeholder {
    color: #553c9a;
  }

  .group:hover .xl\:group-hover\:placeholder-purple-800::placeholder {
    color: #553c9a;
  }

  .group:hover .xl\:group-hover\:placeholder-purple-900::-webkit-input-placeholder {
    color: #44337a;
  }

  .group:hover .xl\:group-hover\:placeholder-purple-900::-moz-placeholder {
    color: #44337a;
  }

  .group:hover .xl\:group-hover\:placeholder-purple-900:-ms-input-placeholder {
    color: #44337a;
  }

  .group:hover .xl\:group-hover\:placeholder-purple-900::-ms-input-placeholder {
    color: #44337a;
  }

  .group:hover .xl\:group-hover\:placeholder-purple-900::placeholder {
    color: #44337a;
  }

  .group:hover .xl\:group-hover\:placeholder-pink-100::-webkit-input-placeholder {
    color: #fff5f7;
  }

  .group:hover .xl\:group-hover\:placeholder-pink-100::-moz-placeholder {
    color: #fff5f7;
  }

  .group:hover .xl\:group-hover\:placeholder-pink-100:-ms-input-placeholder {
    color: #fff5f7;
  }

  .group:hover .xl\:group-hover\:placeholder-pink-100::-ms-input-placeholder {
    color: #fff5f7;
  }

  .group:hover .xl\:group-hover\:placeholder-pink-100::placeholder {
    color: #fff5f7;
  }

  .group:hover .xl\:group-hover\:placeholder-pink-200::-webkit-input-placeholder {
    color: #fed7e2;
  }

  .group:hover .xl\:group-hover\:placeholder-pink-200::-moz-placeholder {
    color: #fed7e2;
  }

  .group:hover .xl\:group-hover\:placeholder-pink-200:-ms-input-placeholder {
    color: #fed7e2;
  }

  .group:hover .xl\:group-hover\:placeholder-pink-200::-ms-input-placeholder {
    color: #fed7e2;
  }

  .group:hover .xl\:group-hover\:placeholder-pink-200::placeholder {
    color: #fed7e2;
  }

  .group:hover .xl\:group-hover\:placeholder-pink-300::-webkit-input-placeholder {
    color: #fbb6ce;
  }

  .group:hover .xl\:group-hover\:placeholder-pink-300::-moz-placeholder {
    color: #fbb6ce;
  }

  .group:hover .xl\:group-hover\:placeholder-pink-300:-ms-input-placeholder {
    color: #fbb6ce;
  }

  .group:hover .xl\:group-hover\:placeholder-pink-300::-ms-input-placeholder {
    color: #fbb6ce;
  }

  .group:hover .xl\:group-hover\:placeholder-pink-300::placeholder {
    color: #fbb6ce;
  }

  .group:hover .xl\:group-hover\:placeholder-pink-400::-webkit-input-placeholder {
    color: #f687b3;
  }

  .group:hover .xl\:group-hover\:placeholder-pink-400::-moz-placeholder {
    color: #f687b3;
  }

  .group:hover .xl\:group-hover\:placeholder-pink-400:-ms-input-placeholder {
    color: #f687b3;
  }

  .group:hover .xl\:group-hover\:placeholder-pink-400::-ms-input-placeholder {
    color: #f687b3;
  }

  .group:hover .xl\:group-hover\:placeholder-pink-400::placeholder {
    color: #f687b3;
  }

  .group:hover .xl\:group-hover\:placeholder-pink-500::-webkit-input-placeholder {
    color: #ed64a6;
  }

  .group:hover .xl\:group-hover\:placeholder-pink-500::-moz-placeholder {
    color: #ed64a6;
  }

  .group:hover .xl\:group-hover\:placeholder-pink-500:-ms-input-placeholder {
    color: #ed64a6;
  }

  .group:hover .xl\:group-hover\:placeholder-pink-500::-ms-input-placeholder {
    color: #ed64a6;
  }

  .group:hover .xl\:group-hover\:placeholder-pink-500::placeholder {
    color: #ed64a6;
  }

  .group:hover .xl\:group-hover\:placeholder-pink-600::-webkit-input-placeholder {
    color: #d53f8c;
  }

  .group:hover .xl\:group-hover\:placeholder-pink-600::-moz-placeholder {
    color: #d53f8c;
  }

  .group:hover .xl\:group-hover\:placeholder-pink-600:-ms-input-placeholder {
    color: #d53f8c;
  }

  .group:hover .xl\:group-hover\:placeholder-pink-600::-ms-input-placeholder {
    color: #d53f8c;
  }

  .group:hover .xl\:group-hover\:placeholder-pink-600::placeholder {
    color: #d53f8c;
  }

  .group:hover .xl\:group-hover\:placeholder-pink-700::-webkit-input-placeholder {
    color: #b83280;
  }

  .group:hover .xl\:group-hover\:placeholder-pink-700::-moz-placeholder {
    color: #b83280;
  }

  .group:hover .xl\:group-hover\:placeholder-pink-700:-ms-input-placeholder {
    color: #b83280;
  }

  .group:hover .xl\:group-hover\:placeholder-pink-700::-ms-input-placeholder {
    color: #b83280;
  }

  .group:hover .xl\:group-hover\:placeholder-pink-700::placeholder {
    color: #b83280;
  }

  .group:hover .xl\:group-hover\:placeholder-pink-800::-webkit-input-placeholder {
    color: #97266d;
  }

  .group:hover .xl\:group-hover\:placeholder-pink-800::-moz-placeholder {
    color: #97266d;
  }

  .group:hover .xl\:group-hover\:placeholder-pink-800:-ms-input-placeholder {
    color: #97266d;
  }

  .group:hover .xl\:group-hover\:placeholder-pink-800::-ms-input-placeholder {
    color: #97266d;
  }

  .group:hover .xl\:group-hover\:placeholder-pink-800::placeholder {
    color: #97266d;
  }

  .group:hover .xl\:group-hover\:placeholder-pink-900::-webkit-input-placeholder {
    color: #702459;
  }

  .group:hover .xl\:group-hover\:placeholder-pink-900::-moz-placeholder {
    color: #702459;
  }

  .group:hover .xl\:group-hover\:placeholder-pink-900:-ms-input-placeholder {
    color: #702459;
  }

  .group:hover .xl\:group-hover\:placeholder-pink-900::-ms-input-placeholder {
    color: #702459;
  }

  .group:hover .xl\:group-hover\:placeholder-pink-900::placeholder {
    color: #702459;
  }

  .xl\:focus-within\:placeholder-transparent:focus-within::-webkit-input-placeholder {
    color: transparent;
  }

  .xl\:focus-within\:placeholder-transparent:focus-within::-moz-placeholder {
    color: transparent;
  }

  .xl\:focus-within\:placeholder-transparent:focus-within:-ms-input-placeholder {
    color: transparent;
  }

  .xl\:focus-within\:placeholder-transparent:focus-within::-ms-input-placeholder {
    color: transparent;
  }

  .xl\:focus-within\:placeholder-transparent:focus-within::placeholder {
    color: transparent;
  }

  .xl\:focus-within\:placeholder-black:focus-within::-webkit-input-placeholder {
    color: #000;
  }

  .xl\:focus-within\:placeholder-black:focus-within::-moz-placeholder {
    color: #000;
  }

  .xl\:focus-within\:placeholder-black:focus-within:-ms-input-placeholder {
    color: #000;
  }

  .xl\:focus-within\:placeholder-black:focus-within::-ms-input-placeholder {
    color: #000;
  }

  .xl\:focus-within\:placeholder-black:focus-within::placeholder {
    color: #000;
  }

  .xl\:focus-within\:placeholder-white:focus-within::-webkit-input-placeholder {
    color: #fff;
  }

  .xl\:focus-within\:placeholder-white:focus-within::-moz-placeholder {
    color: #fff;
  }

  .xl\:focus-within\:placeholder-white:focus-within:-ms-input-placeholder {
    color: #fff;
  }

  .xl\:focus-within\:placeholder-white:focus-within::-ms-input-placeholder {
    color: #fff;
  }

  .xl\:focus-within\:placeholder-white:focus-within::placeholder {
    color: #fff;
  }

  .xl\:focus-within\:placeholder-gray-100:focus-within::-webkit-input-placeholder {
    color: #f7fafc;
  }

  .xl\:focus-within\:placeholder-gray-100:focus-within::-moz-placeholder {
    color: #f7fafc;
  }

  .xl\:focus-within\:placeholder-gray-100:focus-within:-ms-input-placeholder {
    color: #f7fafc;
  }

  .xl\:focus-within\:placeholder-gray-100:focus-within::-ms-input-placeholder {
    color: #f7fafc;
  }

  .xl\:focus-within\:placeholder-gray-100:focus-within::placeholder {
    color: #f7fafc;
  }

  .xl\:focus-within\:placeholder-gray-200:focus-within::-webkit-input-placeholder {
    color: #edf2f7;
  }

  .xl\:focus-within\:placeholder-gray-200:focus-within::-moz-placeholder {
    color: #edf2f7;
  }

  .xl\:focus-within\:placeholder-gray-200:focus-within:-ms-input-placeholder {
    color: #edf2f7;
  }

  .xl\:focus-within\:placeholder-gray-200:focus-within::-ms-input-placeholder {
    color: #edf2f7;
  }

  .xl\:focus-within\:placeholder-gray-200:focus-within::placeholder {
    color: #edf2f7;
  }

  .xl\:focus-within\:placeholder-gray-300:focus-within::-webkit-input-placeholder {
    color: #e2e8f0;
  }

  .xl\:focus-within\:placeholder-gray-300:focus-within::-moz-placeholder {
    color: #e2e8f0;
  }

  .xl\:focus-within\:placeholder-gray-300:focus-within:-ms-input-placeholder {
    color: #e2e8f0;
  }

  .xl\:focus-within\:placeholder-gray-300:focus-within::-ms-input-placeholder {
    color: #e2e8f0;
  }

  .xl\:focus-within\:placeholder-gray-300:focus-within::placeholder {
    color: #e2e8f0;
  }

  .xl\:focus-within\:placeholder-gray-400:focus-within::-webkit-input-placeholder {
    color: #cbd5e0;
  }

  .xl\:focus-within\:placeholder-gray-400:focus-within::-moz-placeholder {
    color: #cbd5e0;
  }

  .xl\:focus-within\:placeholder-gray-400:focus-within:-ms-input-placeholder {
    color: #cbd5e0;
  }

  .xl\:focus-within\:placeholder-gray-400:focus-within::-ms-input-placeholder {
    color: #cbd5e0;
  }

  .xl\:focus-within\:placeholder-gray-400:focus-within::placeholder {
    color: #cbd5e0;
  }

  .xl\:focus-within\:placeholder-gray-500:focus-within::-webkit-input-placeholder {
    color: #a0aec0;
  }

  .xl\:focus-within\:placeholder-gray-500:focus-within::-moz-placeholder {
    color: #a0aec0;
  }

  .xl\:focus-within\:placeholder-gray-500:focus-within:-ms-input-placeholder {
    color: #a0aec0;
  }

  .xl\:focus-within\:placeholder-gray-500:focus-within::-ms-input-placeholder {
    color: #a0aec0;
  }

  .xl\:focus-within\:placeholder-gray-500:focus-within::placeholder {
    color: #a0aec0;
  }

  .xl\:focus-within\:placeholder-gray-600:focus-within::-webkit-input-placeholder {
    color: #718096;
  }

  .xl\:focus-within\:placeholder-gray-600:focus-within::-moz-placeholder {
    color: #718096;
  }

  .xl\:focus-within\:placeholder-gray-600:focus-within:-ms-input-placeholder {
    color: #718096;
  }

  .xl\:focus-within\:placeholder-gray-600:focus-within::-ms-input-placeholder {
    color: #718096;
  }

  .xl\:focus-within\:placeholder-gray-600:focus-within::placeholder {
    color: #718096;
  }

  .xl\:focus-within\:placeholder-gray-700:focus-within::-webkit-input-placeholder {
    color: #4a5568;
  }

  .xl\:focus-within\:placeholder-gray-700:focus-within::-moz-placeholder {
    color: #4a5568;
  }

  .xl\:focus-within\:placeholder-gray-700:focus-within:-ms-input-placeholder {
    color: #4a5568;
  }

  .xl\:focus-within\:placeholder-gray-700:focus-within::-ms-input-placeholder {
    color: #4a5568;
  }

  .xl\:focus-within\:placeholder-gray-700:focus-within::placeholder {
    color: #4a5568;
  }

  .xl\:focus-within\:placeholder-gray-800:focus-within::-webkit-input-placeholder {
    color: #2d3748;
  }

  .xl\:focus-within\:placeholder-gray-800:focus-within::-moz-placeholder {
    color: #2d3748;
  }

  .xl\:focus-within\:placeholder-gray-800:focus-within:-ms-input-placeholder {
    color: #2d3748;
  }

  .xl\:focus-within\:placeholder-gray-800:focus-within::-ms-input-placeholder {
    color: #2d3748;
  }

  .xl\:focus-within\:placeholder-gray-800:focus-within::placeholder {
    color: #2d3748;
  }

  .xl\:focus-within\:placeholder-gray-900:focus-within::-webkit-input-placeholder {
    color: #1a202c;
  }

  .xl\:focus-within\:placeholder-gray-900:focus-within::-moz-placeholder {
    color: #1a202c;
  }

  .xl\:focus-within\:placeholder-gray-900:focus-within:-ms-input-placeholder {
    color: #1a202c;
  }

  .xl\:focus-within\:placeholder-gray-900:focus-within::-ms-input-placeholder {
    color: #1a202c;
  }

  .xl\:focus-within\:placeholder-gray-900:focus-within::placeholder {
    color: #1a202c;
  }

  .xl\:focus-within\:placeholder-red-100:focus-within::-webkit-input-placeholder {
    color: #fff5f5;
  }

  .xl\:focus-within\:placeholder-red-100:focus-within::-moz-placeholder {
    color: #fff5f5;
  }

  .xl\:focus-within\:placeholder-red-100:focus-within:-ms-input-placeholder {
    color: #fff5f5;
  }

  .xl\:focus-within\:placeholder-red-100:focus-within::-ms-input-placeholder {
    color: #fff5f5;
  }

  .xl\:focus-within\:placeholder-red-100:focus-within::placeholder {
    color: #fff5f5;
  }

  .xl\:focus-within\:placeholder-red-200:focus-within::-webkit-input-placeholder {
    color: #fed7d7;
  }

  .xl\:focus-within\:placeholder-red-200:focus-within::-moz-placeholder {
    color: #fed7d7;
  }

  .xl\:focus-within\:placeholder-red-200:focus-within:-ms-input-placeholder {
    color: #fed7d7;
  }

  .xl\:focus-within\:placeholder-red-200:focus-within::-ms-input-placeholder {
    color: #fed7d7;
  }

  .xl\:focus-within\:placeholder-red-200:focus-within::placeholder {
    color: #fed7d7;
  }

  .xl\:focus-within\:placeholder-red-300:focus-within::-webkit-input-placeholder {
    color: #feb2b2;
  }

  .xl\:focus-within\:placeholder-red-300:focus-within::-moz-placeholder {
    color: #feb2b2;
  }

  .xl\:focus-within\:placeholder-red-300:focus-within:-ms-input-placeholder {
    color: #feb2b2;
  }

  .xl\:focus-within\:placeholder-red-300:focus-within::-ms-input-placeholder {
    color: #feb2b2;
  }

  .xl\:focus-within\:placeholder-red-300:focus-within::placeholder {
    color: #feb2b2;
  }

  .xl\:focus-within\:placeholder-red-400:focus-within::-webkit-input-placeholder {
    color: #fc8181;
  }

  .xl\:focus-within\:placeholder-red-400:focus-within::-moz-placeholder {
    color: #fc8181;
  }

  .xl\:focus-within\:placeholder-red-400:focus-within:-ms-input-placeholder {
    color: #fc8181;
  }

  .xl\:focus-within\:placeholder-red-400:focus-within::-ms-input-placeholder {
    color: #fc8181;
  }

  .xl\:focus-within\:placeholder-red-400:focus-within::placeholder {
    color: #fc8181;
  }

  .xl\:focus-within\:placeholder-red-500:focus-within::-webkit-input-placeholder {
    color: #f56565;
  }

  .xl\:focus-within\:placeholder-red-500:focus-within::-moz-placeholder {
    color: #f56565;
  }

  .xl\:focus-within\:placeholder-red-500:focus-within:-ms-input-placeholder {
    color: #f56565;
  }

  .xl\:focus-within\:placeholder-red-500:focus-within::-ms-input-placeholder {
    color: #f56565;
  }

  .xl\:focus-within\:placeholder-red-500:focus-within::placeholder {
    color: #f56565;
  }

  .xl\:focus-within\:placeholder-red-600:focus-within::-webkit-input-placeholder {
    color: #e53e3e;
  }

  .xl\:focus-within\:placeholder-red-600:focus-within::-moz-placeholder {
    color: #e53e3e;
  }

  .xl\:focus-within\:placeholder-red-600:focus-within:-ms-input-placeholder {
    color: #e53e3e;
  }

  .xl\:focus-within\:placeholder-red-600:focus-within::-ms-input-placeholder {
    color: #e53e3e;
  }

  .xl\:focus-within\:placeholder-red-600:focus-within::placeholder {
    color: #e53e3e;
  }

  .xl\:focus-within\:placeholder-red-700:focus-within::-webkit-input-placeholder {
    color: #c53030;
  }

  .xl\:focus-within\:placeholder-red-700:focus-within::-moz-placeholder {
    color: #c53030;
  }

  .xl\:focus-within\:placeholder-red-700:focus-within:-ms-input-placeholder {
    color: #c53030;
  }

  .xl\:focus-within\:placeholder-red-700:focus-within::-ms-input-placeholder {
    color: #c53030;
  }

  .xl\:focus-within\:placeholder-red-700:focus-within::placeholder {
    color: #c53030;
  }

  .xl\:focus-within\:placeholder-red-800:focus-within::-webkit-input-placeholder {
    color: #9b2c2c;
  }

  .xl\:focus-within\:placeholder-red-800:focus-within::-moz-placeholder {
    color: #9b2c2c;
  }

  .xl\:focus-within\:placeholder-red-800:focus-within:-ms-input-placeholder {
    color: #9b2c2c;
  }

  .xl\:focus-within\:placeholder-red-800:focus-within::-ms-input-placeholder {
    color: #9b2c2c;
  }

  .xl\:focus-within\:placeholder-red-800:focus-within::placeholder {
    color: #9b2c2c;
  }

  .xl\:focus-within\:placeholder-red-900:focus-within::-webkit-input-placeholder {
    color: #742a2a;
  }

  .xl\:focus-within\:placeholder-red-900:focus-within::-moz-placeholder {
    color: #742a2a;
  }

  .xl\:focus-within\:placeholder-red-900:focus-within:-ms-input-placeholder {
    color: #742a2a;
  }

  .xl\:focus-within\:placeholder-red-900:focus-within::-ms-input-placeholder {
    color: #742a2a;
  }

  .xl\:focus-within\:placeholder-red-900:focus-within::placeholder {
    color: #742a2a;
  }

  .xl\:focus-within\:placeholder-orange-100:focus-within::-webkit-input-placeholder {
    color: #fffaf0;
  }

  .xl\:focus-within\:placeholder-orange-100:focus-within::-moz-placeholder {
    color: #fffaf0;
  }

  .xl\:focus-within\:placeholder-orange-100:focus-within:-ms-input-placeholder {
    color: #fffaf0;
  }

  .xl\:focus-within\:placeholder-orange-100:focus-within::-ms-input-placeholder {
    color: #fffaf0;
  }

  .xl\:focus-within\:placeholder-orange-100:focus-within::placeholder {
    color: #fffaf0;
  }

  .xl\:focus-within\:placeholder-orange-200:focus-within::-webkit-input-placeholder {
    color: #feebc8;
  }

  .xl\:focus-within\:placeholder-orange-200:focus-within::-moz-placeholder {
    color: #feebc8;
  }

  .xl\:focus-within\:placeholder-orange-200:focus-within:-ms-input-placeholder {
    color: #feebc8;
  }

  .xl\:focus-within\:placeholder-orange-200:focus-within::-ms-input-placeholder {
    color: #feebc8;
  }

  .xl\:focus-within\:placeholder-orange-200:focus-within::placeholder {
    color: #feebc8;
  }

  .xl\:focus-within\:placeholder-orange-300:focus-within::-webkit-input-placeholder {
    color: #fbd38d;
  }

  .xl\:focus-within\:placeholder-orange-300:focus-within::-moz-placeholder {
    color: #fbd38d;
  }

  .xl\:focus-within\:placeholder-orange-300:focus-within:-ms-input-placeholder {
    color: #fbd38d;
  }

  .xl\:focus-within\:placeholder-orange-300:focus-within::-ms-input-placeholder {
    color: #fbd38d;
  }

  .xl\:focus-within\:placeholder-orange-300:focus-within::placeholder {
    color: #fbd38d;
  }

  .xl\:focus-within\:placeholder-orange-400:focus-within::-webkit-input-placeholder {
    color: #f6ad55;
  }

  .xl\:focus-within\:placeholder-orange-400:focus-within::-moz-placeholder {
    color: #f6ad55;
  }

  .xl\:focus-within\:placeholder-orange-400:focus-within:-ms-input-placeholder {
    color: #f6ad55;
  }

  .xl\:focus-within\:placeholder-orange-400:focus-within::-ms-input-placeholder {
    color: #f6ad55;
  }

  .xl\:focus-within\:placeholder-orange-400:focus-within::placeholder {
    color: #f6ad55;
  }

  .xl\:focus-within\:placeholder-orange-500:focus-within::-webkit-input-placeholder {
    color: #ed8936;
  }

  .xl\:focus-within\:placeholder-orange-500:focus-within::-moz-placeholder {
    color: #ed8936;
  }

  .xl\:focus-within\:placeholder-orange-500:focus-within:-ms-input-placeholder {
    color: #ed8936;
  }

  .xl\:focus-within\:placeholder-orange-500:focus-within::-ms-input-placeholder {
    color: #ed8936;
  }

  .xl\:focus-within\:placeholder-orange-500:focus-within::placeholder {
    color: #ed8936;
  }

  .xl\:focus-within\:placeholder-orange-600:focus-within::-webkit-input-placeholder {
    color: #dd6b20;
  }

  .xl\:focus-within\:placeholder-orange-600:focus-within::-moz-placeholder {
    color: #dd6b20;
  }

  .xl\:focus-within\:placeholder-orange-600:focus-within:-ms-input-placeholder {
    color: #dd6b20;
  }

  .xl\:focus-within\:placeholder-orange-600:focus-within::-ms-input-placeholder {
    color: #dd6b20;
  }

  .xl\:focus-within\:placeholder-orange-600:focus-within::placeholder {
    color: #dd6b20;
  }

  .xl\:focus-within\:placeholder-orange-700:focus-within::-webkit-input-placeholder {
    color: #c05621;
  }

  .xl\:focus-within\:placeholder-orange-700:focus-within::-moz-placeholder {
    color: #c05621;
  }

  .xl\:focus-within\:placeholder-orange-700:focus-within:-ms-input-placeholder {
    color: #c05621;
  }

  .xl\:focus-within\:placeholder-orange-700:focus-within::-ms-input-placeholder {
    color: #c05621;
  }

  .xl\:focus-within\:placeholder-orange-700:focus-within::placeholder {
    color: #c05621;
  }

  .xl\:focus-within\:placeholder-orange-800:focus-within::-webkit-input-placeholder {
    color: #9c4221;
  }

  .xl\:focus-within\:placeholder-orange-800:focus-within::-moz-placeholder {
    color: #9c4221;
  }

  .xl\:focus-within\:placeholder-orange-800:focus-within:-ms-input-placeholder {
    color: #9c4221;
  }

  .xl\:focus-within\:placeholder-orange-800:focus-within::-ms-input-placeholder {
    color: #9c4221;
  }

  .xl\:focus-within\:placeholder-orange-800:focus-within::placeholder {
    color: #9c4221;
  }

  .xl\:focus-within\:placeholder-orange-900:focus-within::-webkit-input-placeholder {
    color: #7b341e;
  }

  .xl\:focus-within\:placeholder-orange-900:focus-within::-moz-placeholder {
    color: #7b341e;
  }

  .xl\:focus-within\:placeholder-orange-900:focus-within:-ms-input-placeholder {
    color: #7b341e;
  }

  .xl\:focus-within\:placeholder-orange-900:focus-within::-ms-input-placeholder {
    color: #7b341e;
  }

  .xl\:focus-within\:placeholder-orange-900:focus-within::placeholder {
    color: #7b341e;
  }

  .xl\:focus-within\:placeholder-yellow-100:focus-within::-webkit-input-placeholder {
    color: #fffff0;
  }

  .xl\:focus-within\:placeholder-yellow-100:focus-within::-moz-placeholder {
    color: #fffff0;
  }

  .xl\:focus-within\:placeholder-yellow-100:focus-within:-ms-input-placeholder {
    color: #fffff0;
  }

  .xl\:focus-within\:placeholder-yellow-100:focus-within::-ms-input-placeholder {
    color: #fffff0;
  }

  .xl\:focus-within\:placeholder-yellow-100:focus-within::placeholder {
    color: #fffff0;
  }

  .xl\:focus-within\:placeholder-yellow-200:focus-within::-webkit-input-placeholder {
    color: #fefcbf;
  }

  .xl\:focus-within\:placeholder-yellow-200:focus-within::-moz-placeholder {
    color: #fefcbf;
  }

  .xl\:focus-within\:placeholder-yellow-200:focus-within:-ms-input-placeholder {
    color: #fefcbf;
  }

  .xl\:focus-within\:placeholder-yellow-200:focus-within::-ms-input-placeholder {
    color: #fefcbf;
  }

  .xl\:focus-within\:placeholder-yellow-200:focus-within::placeholder {
    color: #fefcbf;
  }

  .xl\:focus-within\:placeholder-yellow-300:focus-within::-webkit-input-placeholder {
    color: #faf089;
  }

  .xl\:focus-within\:placeholder-yellow-300:focus-within::-moz-placeholder {
    color: #faf089;
  }

  .xl\:focus-within\:placeholder-yellow-300:focus-within:-ms-input-placeholder {
    color: #faf089;
  }

  .xl\:focus-within\:placeholder-yellow-300:focus-within::-ms-input-placeholder {
    color: #faf089;
  }

  .xl\:focus-within\:placeholder-yellow-300:focus-within::placeholder {
    color: #faf089;
  }

  .xl\:focus-within\:placeholder-yellow-400:focus-within::-webkit-input-placeholder {
    color: #f6e05e;
  }

  .xl\:focus-within\:placeholder-yellow-400:focus-within::-moz-placeholder {
    color: #f6e05e;
  }

  .xl\:focus-within\:placeholder-yellow-400:focus-within:-ms-input-placeholder {
    color: #f6e05e;
  }

  .xl\:focus-within\:placeholder-yellow-400:focus-within::-ms-input-placeholder {
    color: #f6e05e;
  }

  .xl\:focus-within\:placeholder-yellow-400:focus-within::placeholder {
    color: #f6e05e;
  }

  .xl\:focus-within\:placeholder-yellow-500:focus-within::-webkit-input-placeholder {
    color: #ecc94b;
  }

  .xl\:focus-within\:placeholder-yellow-500:focus-within::-moz-placeholder {
    color: #ecc94b;
  }

  .xl\:focus-within\:placeholder-yellow-500:focus-within:-ms-input-placeholder {
    color: #ecc94b;
  }

  .xl\:focus-within\:placeholder-yellow-500:focus-within::-ms-input-placeholder {
    color: #ecc94b;
  }

  .xl\:focus-within\:placeholder-yellow-500:focus-within::placeholder {
    color: #ecc94b;
  }

  .xl\:focus-within\:placeholder-yellow-600:focus-within::-webkit-input-placeholder {
    color: #d69e2e;
  }

  .xl\:focus-within\:placeholder-yellow-600:focus-within::-moz-placeholder {
    color: #d69e2e;
  }

  .xl\:focus-within\:placeholder-yellow-600:focus-within:-ms-input-placeholder {
    color: #d69e2e;
  }

  .xl\:focus-within\:placeholder-yellow-600:focus-within::-ms-input-placeholder {
    color: #d69e2e;
  }

  .xl\:focus-within\:placeholder-yellow-600:focus-within::placeholder {
    color: #d69e2e;
  }

  .xl\:focus-within\:placeholder-yellow-700:focus-within::-webkit-input-placeholder {
    color: #b7791f;
  }

  .xl\:focus-within\:placeholder-yellow-700:focus-within::-moz-placeholder {
    color: #b7791f;
  }

  .xl\:focus-within\:placeholder-yellow-700:focus-within:-ms-input-placeholder {
    color: #b7791f;
  }

  .xl\:focus-within\:placeholder-yellow-700:focus-within::-ms-input-placeholder {
    color: #b7791f;
  }

  .xl\:focus-within\:placeholder-yellow-700:focus-within::placeholder {
    color: #b7791f;
  }

  .xl\:focus-within\:placeholder-yellow-800:focus-within::-webkit-input-placeholder {
    color: #975a16;
  }

  .xl\:focus-within\:placeholder-yellow-800:focus-within::-moz-placeholder {
    color: #975a16;
  }

  .xl\:focus-within\:placeholder-yellow-800:focus-within:-ms-input-placeholder {
    color: #975a16;
  }

  .xl\:focus-within\:placeholder-yellow-800:focus-within::-ms-input-placeholder {
    color: #975a16;
  }

  .xl\:focus-within\:placeholder-yellow-800:focus-within::placeholder {
    color: #975a16;
  }

  .xl\:focus-within\:placeholder-yellow-900:focus-within::-webkit-input-placeholder {
    color: #744210;
  }

  .xl\:focus-within\:placeholder-yellow-900:focus-within::-moz-placeholder {
    color: #744210;
  }

  .xl\:focus-within\:placeholder-yellow-900:focus-within:-ms-input-placeholder {
    color: #744210;
  }

  .xl\:focus-within\:placeholder-yellow-900:focus-within::-ms-input-placeholder {
    color: #744210;
  }

  .xl\:focus-within\:placeholder-yellow-900:focus-within::placeholder {
    color: #744210;
  }

  .xl\:focus-within\:placeholder-green-100:focus-within::-webkit-input-placeholder {
    color: #f0fff4;
  }

  .xl\:focus-within\:placeholder-green-100:focus-within::-moz-placeholder {
    color: #f0fff4;
  }

  .xl\:focus-within\:placeholder-green-100:focus-within:-ms-input-placeholder {
    color: #f0fff4;
  }

  .xl\:focus-within\:placeholder-green-100:focus-within::-ms-input-placeholder {
    color: #f0fff4;
  }

  .xl\:focus-within\:placeholder-green-100:focus-within::placeholder {
    color: #f0fff4;
  }

  .xl\:focus-within\:placeholder-green-200:focus-within::-webkit-input-placeholder {
    color: #c6f6d5;
  }

  .xl\:focus-within\:placeholder-green-200:focus-within::-moz-placeholder {
    color: #c6f6d5;
  }

  .xl\:focus-within\:placeholder-green-200:focus-within:-ms-input-placeholder {
    color: #c6f6d5;
  }

  .xl\:focus-within\:placeholder-green-200:focus-within::-ms-input-placeholder {
    color: #c6f6d5;
  }

  .xl\:focus-within\:placeholder-green-200:focus-within::placeholder {
    color: #c6f6d5;
  }

  .xl\:focus-within\:placeholder-green-300:focus-within::-webkit-input-placeholder {
    color: #9ae6b4;
  }

  .xl\:focus-within\:placeholder-green-300:focus-within::-moz-placeholder {
    color: #9ae6b4;
  }

  .xl\:focus-within\:placeholder-green-300:focus-within:-ms-input-placeholder {
    color: #9ae6b4;
  }

  .xl\:focus-within\:placeholder-green-300:focus-within::-ms-input-placeholder {
    color: #9ae6b4;
  }

  .xl\:focus-within\:placeholder-green-300:focus-within::placeholder {
    color: #9ae6b4;
  }

  .xl\:focus-within\:placeholder-green-400:focus-within::-webkit-input-placeholder {
    color: #68d391;
  }

  .xl\:focus-within\:placeholder-green-400:focus-within::-moz-placeholder {
    color: #68d391;
  }

  .xl\:focus-within\:placeholder-green-400:focus-within:-ms-input-placeholder {
    color: #68d391;
  }

  .xl\:focus-within\:placeholder-green-400:focus-within::-ms-input-placeholder {
    color: #68d391;
  }

  .xl\:focus-within\:placeholder-green-400:focus-within::placeholder {
    color: #68d391;
  }

  .xl\:focus-within\:placeholder-green-500:focus-within::-webkit-input-placeholder {
    color: #48bb78;
  }

  .xl\:focus-within\:placeholder-green-500:focus-within::-moz-placeholder {
    color: #48bb78;
  }

  .xl\:focus-within\:placeholder-green-500:focus-within:-ms-input-placeholder {
    color: #48bb78;
  }

  .xl\:focus-within\:placeholder-green-500:focus-within::-ms-input-placeholder {
    color: #48bb78;
  }

  .xl\:focus-within\:placeholder-green-500:focus-within::placeholder {
    color: #48bb78;
  }

  .xl\:focus-within\:placeholder-green-600:focus-within::-webkit-input-placeholder {
    color: #38a169;
  }

  .xl\:focus-within\:placeholder-green-600:focus-within::-moz-placeholder {
    color: #38a169;
  }

  .xl\:focus-within\:placeholder-green-600:focus-within:-ms-input-placeholder {
    color: #38a169;
  }

  .xl\:focus-within\:placeholder-green-600:focus-within::-ms-input-placeholder {
    color: #38a169;
  }

  .xl\:focus-within\:placeholder-green-600:focus-within::placeholder {
    color: #38a169;
  }

  .xl\:focus-within\:placeholder-green-700:focus-within::-webkit-input-placeholder {
    color: #2f855a;
  }

  .xl\:focus-within\:placeholder-green-700:focus-within::-moz-placeholder {
    color: #2f855a;
  }

  .xl\:focus-within\:placeholder-green-700:focus-within:-ms-input-placeholder {
    color: #2f855a;
  }

  .xl\:focus-within\:placeholder-green-700:focus-within::-ms-input-placeholder {
    color: #2f855a;
  }

  .xl\:focus-within\:placeholder-green-700:focus-within::placeholder {
    color: #2f855a;
  }

  .xl\:focus-within\:placeholder-green-800:focus-within::-webkit-input-placeholder {
    color: #276749;
  }

  .xl\:focus-within\:placeholder-green-800:focus-within::-moz-placeholder {
    color: #276749;
  }

  .xl\:focus-within\:placeholder-green-800:focus-within:-ms-input-placeholder {
    color: #276749;
  }

  .xl\:focus-within\:placeholder-green-800:focus-within::-ms-input-placeholder {
    color: #276749;
  }

  .xl\:focus-within\:placeholder-green-800:focus-within::placeholder {
    color: #276749;
  }

  .xl\:focus-within\:placeholder-green-900:focus-within::-webkit-input-placeholder {
    color: #22543d;
  }

  .xl\:focus-within\:placeholder-green-900:focus-within::-moz-placeholder {
    color: #22543d;
  }

  .xl\:focus-within\:placeholder-green-900:focus-within:-ms-input-placeholder {
    color: #22543d;
  }

  .xl\:focus-within\:placeholder-green-900:focus-within::-ms-input-placeholder {
    color: #22543d;
  }

  .xl\:focus-within\:placeholder-green-900:focus-within::placeholder {
    color: #22543d;
  }

  .xl\:focus-within\:placeholder-teal-100:focus-within::-webkit-input-placeholder {
    color: #e6fffa;
  }

  .xl\:focus-within\:placeholder-teal-100:focus-within::-moz-placeholder {
    color: #e6fffa;
  }

  .xl\:focus-within\:placeholder-teal-100:focus-within:-ms-input-placeholder {
    color: #e6fffa;
  }

  .xl\:focus-within\:placeholder-teal-100:focus-within::-ms-input-placeholder {
    color: #e6fffa;
  }

  .xl\:focus-within\:placeholder-teal-100:focus-within::placeholder {
    color: #e6fffa;
  }

  .xl\:focus-within\:placeholder-teal-200:focus-within::-webkit-input-placeholder {
    color: #b2f5ea;
  }

  .xl\:focus-within\:placeholder-teal-200:focus-within::-moz-placeholder {
    color: #b2f5ea;
  }

  .xl\:focus-within\:placeholder-teal-200:focus-within:-ms-input-placeholder {
    color: #b2f5ea;
  }

  .xl\:focus-within\:placeholder-teal-200:focus-within::-ms-input-placeholder {
    color: #b2f5ea;
  }

  .xl\:focus-within\:placeholder-teal-200:focus-within::placeholder {
    color: #b2f5ea;
  }

  .xl\:focus-within\:placeholder-teal-300:focus-within::-webkit-input-placeholder {
    color: #81e6d9;
  }

  .xl\:focus-within\:placeholder-teal-300:focus-within::-moz-placeholder {
    color: #81e6d9;
  }

  .xl\:focus-within\:placeholder-teal-300:focus-within:-ms-input-placeholder {
    color: #81e6d9;
  }

  .xl\:focus-within\:placeholder-teal-300:focus-within::-ms-input-placeholder {
    color: #81e6d9;
  }

  .xl\:focus-within\:placeholder-teal-300:focus-within::placeholder {
    color: #81e6d9;
  }

  .xl\:focus-within\:placeholder-teal-400:focus-within::-webkit-input-placeholder {
    color: #4fd1c5;
  }

  .xl\:focus-within\:placeholder-teal-400:focus-within::-moz-placeholder {
    color: #4fd1c5;
  }

  .xl\:focus-within\:placeholder-teal-400:focus-within:-ms-input-placeholder {
    color: #4fd1c5;
  }

  .xl\:focus-within\:placeholder-teal-400:focus-within::-ms-input-placeholder {
    color: #4fd1c5;
  }

  .xl\:focus-within\:placeholder-teal-400:focus-within::placeholder {
    color: #4fd1c5;
  }

  .xl\:focus-within\:placeholder-teal-500:focus-within::-webkit-input-placeholder {
    color: #38b2ac;
  }

  .xl\:focus-within\:placeholder-teal-500:focus-within::-moz-placeholder {
    color: #38b2ac;
  }

  .xl\:focus-within\:placeholder-teal-500:focus-within:-ms-input-placeholder {
    color: #38b2ac;
  }

  .xl\:focus-within\:placeholder-teal-500:focus-within::-ms-input-placeholder {
    color: #38b2ac;
  }

  .xl\:focus-within\:placeholder-teal-500:focus-within::placeholder {
    color: #38b2ac;
  }

  .xl\:focus-within\:placeholder-teal-600:focus-within::-webkit-input-placeholder {
    color: #319795;
  }

  .xl\:focus-within\:placeholder-teal-600:focus-within::-moz-placeholder {
    color: #319795;
  }

  .xl\:focus-within\:placeholder-teal-600:focus-within:-ms-input-placeholder {
    color: #319795;
  }

  .xl\:focus-within\:placeholder-teal-600:focus-within::-ms-input-placeholder {
    color: #319795;
  }

  .xl\:focus-within\:placeholder-teal-600:focus-within::placeholder {
    color: #319795;
  }

  .xl\:focus-within\:placeholder-teal-700:focus-within::-webkit-input-placeholder {
    color: #2c7a7b;
  }

  .xl\:focus-within\:placeholder-teal-700:focus-within::-moz-placeholder {
    color: #2c7a7b;
  }

  .xl\:focus-within\:placeholder-teal-700:focus-within:-ms-input-placeholder {
    color: #2c7a7b;
  }

  .xl\:focus-within\:placeholder-teal-700:focus-within::-ms-input-placeholder {
    color: #2c7a7b;
  }

  .xl\:focus-within\:placeholder-teal-700:focus-within::placeholder {
    color: #2c7a7b;
  }

  .xl\:focus-within\:placeholder-teal-800:focus-within::-webkit-input-placeholder {
    color: #285e61;
  }

  .xl\:focus-within\:placeholder-teal-800:focus-within::-moz-placeholder {
    color: #285e61;
  }

  .xl\:focus-within\:placeholder-teal-800:focus-within:-ms-input-placeholder {
    color: #285e61;
  }

  .xl\:focus-within\:placeholder-teal-800:focus-within::-ms-input-placeholder {
    color: #285e61;
  }

  .xl\:focus-within\:placeholder-teal-800:focus-within::placeholder {
    color: #285e61;
  }

  .xl\:focus-within\:placeholder-teal-900:focus-within::-webkit-input-placeholder {
    color: #234e52;
  }

  .xl\:focus-within\:placeholder-teal-900:focus-within::-moz-placeholder {
    color: #234e52;
  }

  .xl\:focus-within\:placeholder-teal-900:focus-within:-ms-input-placeholder {
    color: #234e52;
  }

  .xl\:focus-within\:placeholder-teal-900:focus-within::-ms-input-placeholder {
    color: #234e52;
  }

  .xl\:focus-within\:placeholder-teal-900:focus-within::placeholder {
    color: #234e52;
  }

  .xl\:focus-within\:placeholder-blue-100:focus-within::-webkit-input-placeholder {
    color: #ebf8ff;
  }

  .xl\:focus-within\:placeholder-blue-100:focus-within::-moz-placeholder {
    color: #ebf8ff;
  }

  .xl\:focus-within\:placeholder-blue-100:focus-within:-ms-input-placeholder {
    color: #ebf8ff;
  }

  .xl\:focus-within\:placeholder-blue-100:focus-within::-ms-input-placeholder {
    color: #ebf8ff;
  }

  .xl\:focus-within\:placeholder-blue-100:focus-within::placeholder {
    color: #ebf8ff;
  }

  .xl\:focus-within\:placeholder-blue-200:focus-within::-webkit-input-placeholder {
    color: #bee3f8;
  }

  .xl\:focus-within\:placeholder-blue-200:focus-within::-moz-placeholder {
    color: #bee3f8;
  }

  .xl\:focus-within\:placeholder-blue-200:focus-within:-ms-input-placeholder {
    color: #bee3f8;
  }

  .xl\:focus-within\:placeholder-blue-200:focus-within::-ms-input-placeholder {
    color: #bee3f8;
  }

  .xl\:focus-within\:placeholder-blue-200:focus-within::placeholder {
    color: #bee3f8;
  }

  .xl\:focus-within\:placeholder-blue-300:focus-within::-webkit-input-placeholder {
    color: #90cdf4;
  }

  .xl\:focus-within\:placeholder-blue-300:focus-within::-moz-placeholder {
    color: #90cdf4;
  }

  .xl\:focus-within\:placeholder-blue-300:focus-within:-ms-input-placeholder {
    color: #90cdf4;
  }

  .xl\:focus-within\:placeholder-blue-300:focus-within::-ms-input-placeholder {
    color: #90cdf4;
  }

  .xl\:focus-within\:placeholder-blue-300:focus-within::placeholder {
    color: #90cdf4;
  }

  .xl\:focus-within\:placeholder-blue-400:focus-within::-webkit-input-placeholder {
    color: #63b3ed;
  }

  .xl\:focus-within\:placeholder-blue-400:focus-within::-moz-placeholder {
    color: #63b3ed;
  }

  .xl\:focus-within\:placeholder-blue-400:focus-within:-ms-input-placeholder {
    color: #63b3ed;
  }

  .xl\:focus-within\:placeholder-blue-400:focus-within::-ms-input-placeholder {
    color: #63b3ed;
  }

  .xl\:focus-within\:placeholder-blue-400:focus-within::placeholder {
    color: #63b3ed;
  }

  .xl\:focus-within\:placeholder-blue-500:focus-within::-webkit-input-placeholder {
    color: #4299e1;
  }

  .xl\:focus-within\:placeholder-blue-500:focus-within::-moz-placeholder {
    color: #4299e1;
  }

  .xl\:focus-within\:placeholder-blue-500:focus-within:-ms-input-placeholder {
    color: #4299e1;
  }

  .xl\:focus-within\:placeholder-blue-500:focus-within::-ms-input-placeholder {
    color: #4299e1;
  }

  .xl\:focus-within\:placeholder-blue-500:focus-within::placeholder {
    color: #4299e1;
  }

  .xl\:focus-within\:placeholder-blue-600:focus-within::-webkit-input-placeholder {
    color: #3182ce;
  }

  .xl\:focus-within\:placeholder-blue-600:focus-within::-moz-placeholder {
    color: #3182ce;
  }

  .xl\:focus-within\:placeholder-blue-600:focus-within:-ms-input-placeholder {
    color: #3182ce;
  }

  .xl\:focus-within\:placeholder-blue-600:focus-within::-ms-input-placeholder {
    color: #3182ce;
  }

  .xl\:focus-within\:placeholder-blue-600:focus-within::placeholder {
    color: #3182ce;
  }

  .xl\:focus-within\:placeholder-blue-700:focus-within::-webkit-input-placeholder {
    color: #2b6cb0;
  }

  .xl\:focus-within\:placeholder-blue-700:focus-within::-moz-placeholder {
    color: #2b6cb0;
  }

  .xl\:focus-within\:placeholder-blue-700:focus-within:-ms-input-placeholder {
    color: #2b6cb0;
  }

  .xl\:focus-within\:placeholder-blue-700:focus-within::-ms-input-placeholder {
    color: #2b6cb0;
  }

  .xl\:focus-within\:placeholder-blue-700:focus-within::placeholder {
    color: #2b6cb0;
  }

  .xl\:focus-within\:placeholder-blue-800:focus-within::-webkit-input-placeholder {
    color: #2c5282;
  }

  .xl\:focus-within\:placeholder-blue-800:focus-within::-moz-placeholder {
    color: #2c5282;
  }

  .xl\:focus-within\:placeholder-blue-800:focus-within:-ms-input-placeholder {
    color: #2c5282;
  }

  .xl\:focus-within\:placeholder-blue-800:focus-within::-ms-input-placeholder {
    color: #2c5282;
  }

  .xl\:focus-within\:placeholder-blue-800:focus-within::placeholder {
    color: #2c5282;
  }

  .xl\:focus-within\:placeholder-blue-900:focus-within::-webkit-input-placeholder {
    color: #2a4365;
  }

  .xl\:focus-within\:placeholder-blue-900:focus-within::-moz-placeholder {
    color: #2a4365;
  }

  .xl\:focus-within\:placeholder-blue-900:focus-within:-ms-input-placeholder {
    color: #2a4365;
  }

  .xl\:focus-within\:placeholder-blue-900:focus-within::-ms-input-placeholder {
    color: #2a4365;
  }

  .xl\:focus-within\:placeholder-blue-900:focus-within::placeholder {
    color: #2a4365;
  }

  .xl\:focus-within\:placeholder-indigo-100:focus-within::-webkit-input-placeholder {
    color: #ebf4ff;
  }

  .xl\:focus-within\:placeholder-indigo-100:focus-within::-moz-placeholder {
    color: #ebf4ff;
  }

  .xl\:focus-within\:placeholder-indigo-100:focus-within:-ms-input-placeholder {
    color: #ebf4ff;
  }

  .xl\:focus-within\:placeholder-indigo-100:focus-within::-ms-input-placeholder {
    color: #ebf4ff;
  }

  .xl\:focus-within\:placeholder-indigo-100:focus-within::placeholder {
    color: #ebf4ff;
  }

  .xl\:focus-within\:placeholder-indigo-200:focus-within::-webkit-input-placeholder {
    color: #c3dafe;
  }

  .xl\:focus-within\:placeholder-indigo-200:focus-within::-moz-placeholder {
    color: #c3dafe;
  }

  .xl\:focus-within\:placeholder-indigo-200:focus-within:-ms-input-placeholder {
    color: #c3dafe;
  }

  .xl\:focus-within\:placeholder-indigo-200:focus-within::-ms-input-placeholder {
    color: #c3dafe;
  }

  .xl\:focus-within\:placeholder-indigo-200:focus-within::placeholder {
    color: #c3dafe;
  }

  .xl\:focus-within\:placeholder-indigo-300:focus-within::-webkit-input-placeholder {
    color: #a3bffa;
  }

  .xl\:focus-within\:placeholder-indigo-300:focus-within::-moz-placeholder {
    color: #a3bffa;
  }

  .xl\:focus-within\:placeholder-indigo-300:focus-within:-ms-input-placeholder {
    color: #a3bffa;
  }

  .xl\:focus-within\:placeholder-indigo-300:focus-within::-ms-input-placeholder {
    color: #a3bffa;
  }

  .xl\:focus-within\:placeholder-indigo-300:focus-within::placeholder {
    color: #a3bffa;
  }

  .xl\:focus-within\:placeholder-indigo-400:focus-within::-webkit-input-placeholder {
    color: #7f9cf5;
  }

  .xl\:focus-within\:placeholder-indigo-400:focus-within::-moz-placeholder {
    color: #7f9cf5;
  }

  .xl\:focus-within\:placeholder-indigo-400:focus-within:-ms-input-placeholder {
    color: #7f9cf5;
  }

  .xl\:focus-within\:placeholder-indigo-400:focus-within::-ms-input-placeholder {
    color: #7f9cf5;
  }

  .xl\:focus-within\:placeholder-indigo-400:focus-within::placeholder {
    color: #7f9cf5;
  }

  .xl\:focus-within\:placeholder-indigo-500:focus-within::-webkit-input-placeholder {
    color: #667eea;
  }

  .xl\:focus-within\:placeholder-indigo-500:focus-within::-moz-placeholder {
    color: #667eea;
  }

  .xl\:focus-within\:placeholder-indigo-500:focus-within:-ms-input-placeholder {
    color: #667eea;
  }

  .xl\:focus-within\:placeholder-indigo-500:focus-within::-ms-input-placeholder {
    color: #667eea;
  }

  .xl\:focus-within\:placeholder-indigo-500:focus-within::placeholder {
    color: #667eea;
  }

  .xl\:focus-within\:placeholder-indigo-600:focus-within::-webkit-input-placeholder {
    color: #5a67d8;
  }

  .xl\:focus-within\:placeholder-indigo-600:focus-within::-moz-placeholder {
    color: #5a67d8;
  }

  .xl\:focus-within\:placeholder-indigo-600:focus-within:-ms-input-placeholder {
    color: #5a67d8;
  }

  .xl\:focus-within\:placeholder-indigo-600:focus-within::-ms-input-placeholder {
    color: #5a67d8;
  }

  .xl\:focus-within\:placeholder-indigo-600:focus-within::placeholder {
    color: #5a67d8;
  }

  .xl\:focus-within\:placeholder-indigo-700:focus-within::-webkit-input-placeholder {
    color: #4c51bf;
  }

  .xl\:focus-within\:placeholder-indigo-700:focus-within::-moz-placeholder {
    color: #4c51bf;
  }

  .xl\:focus-within\:placeholder-indigo-700:focus-within:-ms-input-placeholder {
    color: #4c51bf;
  }

  .xl\:focus-within\:placeholder-indigo-700:focus-within::-ms-input-placeholder {
    color: #4c51bf;
  }

  .xl\:focus-within\:placeholder-indigo-700:focus-within::placeholder {
    color: #4c51bf;
  }

  .xl\:focus-within\:placeholder-indigo-800:focus-within::-webkit-input-placeholder {
    color: #434190;
  }

  .xl\:focus-within\:placeholder-indigo-800:focus-within::-moz-placeholder {
    color: #434190;
  }

  .xl\:focus-within\:placeholder-indigo-800:focus-within:-ms-input-placeholder {
    color: #434190;
  }

  .xl\:focus-within\:placeholder-indigo-800:focus-within::-ms-input-placeholder {
    color: #434190;
  }

  .xl\:focus-within\:placeholder-indigo-800:focus-within::placeholder {
    color: #434190;
  }

  .xl\:focus-within\:placeholder-indigo-900:focus-within::-webkit-input-placeholder {
    color: #3c366b;
  }

  .xl\:focus-within\:placeholder-indigo-900:focus-within::-moz-placeholder {
    color: #3c366b;
  }

  .xl\:focus-within\:placeholder-indigo-900:focus-within:-ms-input-placeholder {
    color: #3c366b;
  }

  .xl\:focus-within\:placeholder-indigo-900:focus-within::-ms-input-placeholder {
    color: #3c366b;
  }

  .xl\:focus-within\:placeholder-indigo-900:focus-within::placeholder {
    color: #3c366b;
  }

  .xl\:focus-within\:placeholder-purple-100:focus-within::-webkit-input-placeholder {
    color: #faf5ff;
  }

  .xl\:focus-within\:placeholder-purple-100:focus-within::-moz-placeholder {
    color: #faf5ff;
  }

  .xl\:focus-within\:placeholder-purple-100:focus-within:-ms-input-placeholder {
    color: #faf5ff;
  }

  .xl\:focus-within\:placeholder-purple-100:focus-within::-ms-input-placeholder {
    color: #faf5ff;
  }

  .xl\:focus-within\:placeholder-purple-100:focus-within::placeholder {
    color: #faf5ff;
  }

  .xl\:focus-within\:placeholder-purple-200:focus-within::-webkit-input-placeholder {
    color: #e9d8fd;
  }

  .xl\:focus-within\:placeholder-purple-200:focus-within::-moz-placeholder {
    color: #e9d8fd;
  }

  .xl\:focus-within\:placeholder-purple-200:focus-within:-ms-input-placeholder {
    color: #e9d8fd;
  }

  .xl\:focus-within\:placeholder-purple-200:focus-within::-ms-input-placeholder {
    color: #e9d8fd;
  }

  .xl\:focus-within\:placeholder-purple-200:focus-within::placeholder {
    color: #e9d8fd;
  }

  .xl\:focus-within\:placeholder-purple-300:focus-within::-webkit-input-placeholder {
    color: #d6bcfa;
  }

  .xl\:focus-within\:placeholder-purple-300:focus-within::-moz-placeholder {
    color: #d6bcfa;
  }

  .xl\:focus-within\:placeholder-purple-300:focus-within:-ms-input-placeholder {
    color: #d6bcfa;
  }

  .xl\:focus-within\:placeholder-purple-300:focus-within::-ms-input-placeholder {
    color: #d6bcfa;
  }

  .xl\:focus-within\:placeholder-purple-300:focus-within::placeholder {
    color: #d6bcfa;
  }

  .xl\:focus-within\:placeholder-purple-400:focus-within::-webkit-input-placeholder {
    color: #b794f4;
  }

  .xl\:focus-within\:placeholder-purple-400:focus-within::-moz-placeholder {
    color: #b794f4;
  }

  .xl\:focus-within\:placeholder-purple-400:focus-within:-ms-input-placeholder {
    color: #b794f4;
  }

  .xl\:focus-within\:placeholder-purple-400:focus-within::-ms-input-placeholder {
    color: #b794f4;
  }

  .xl\:focus-within\:placeholder-purple-400:focus-within::placeholder {
    color: #b794f4;
  }

  .xl\:focus-within\:placeholder-purple-500:focus-within::-webkit-input-placeholder {
    color: #9f7aea;
  }

  .xl\:focus-within\:placeholder-purple-500:focus-within::-moz-placeholder {
    color: #9f7aea;
  }

  .xl\:focus-within\:placeholder-purple-500:focus-within:-ms-input-placeholder {
    color: #9f7aea;
  }

  .xl\:focus-within\:placeholder-purple-500:focus-within::-ms-input-placeholder {
    color: #9f7aea;
  }

  .xl\:focus-within\:placeholder-purple-500:focus-within::placeholder {
    color: #9f7aea;
  }

  .xl\:focus-within\:placeholder-purple-600:focus-within::-webkit-input-placeholder {
    color: #805ad5;
  }

  .xl\:focus-within\:placeholder-purple-600:focus-within::-moz-placeholder {
    color: #805ad5;
  }

  .xl\:focus-within\:placeholder-purple-600:focus-within:-ms-input-placeholder {
    color: #805ad5;
  }

  .xl\:focus-within\:placeholder-purple-600:focus-within::-ms-input-placeholder {
    color: #805ad5;
  }

  .xl\:focus-within\:placeholder-purple-600:focus-within::placeholder {
    color: #805ad5;
  }

  .xl\:focus-within\:placeholder-purple-700:focus-within::-webkit-input-placeholder {
    color: #6b46c1;
  }

  .xl\:focus-within\:placeholder-purple-700:focus-within::-moz-placeholder {
    color: #6b46c1;
  }

  .xl\:focus-within\:placeholder-purple-700:focus-within:-ms-input-placeholder {
    color: #6b46c1;
  }

  .xl\:focus-within\:placeholder-purple-700:focus-within::-ms-input-placeholder {
    color: #6b46c1;
  }

  .xl\:focus-within\:placeholder-purple-700:focus-within::placeholder {
    color: #6b46c1;
  }

  .xl\:focus-within\:placeholder-purple-800:focus-within::-webkit-input-placeholder {
    color: #553c9a;
  }

  .xl\:focus-within\:placeholder-purple-800:focus-within::-moz-placeholder {
    color: #553c9a;
  }

  .xl\:focus-within\:placeholder-purple-800:focus-within:-ms-input-placeholder {
    color: #553c9a;
  }

  .xl\:focus-within\:placeholder-purple-800:focus-within::-ms-input-placeholder {
    color: #553c9a;
  }

  .xl\:focus-within\:placeholder-purple-800:focus-within::placeholder {
    color: #553c9a;
  }

  .xl\:focus-within\:placeholder-purple-900:focus-within::-webkit-input-placeholder {
    color: #44337a;
  }

  .xl\:focus-within\:placeholder-purple-900:focus-within::-moz-placeholder {
    color: #44337a;
  }

  .xl\:focus-within\:placeholder-purple-900:focus-within:-ms-input-placeholder {
    color: #44337a;
  }

  .xl\:focus-within\:placeholder-purple-900:focus-within::-ms-input-placeholder {
    color: #44337a;
  }

  .xl\:focus-within\:placeholder-purple-900:focus-within::placeholder {
    color: #44337a;
  }

  .xl\:focus-within\:placeholder-pink-100:focus-within::-webkit-input-placeholder {
    color: #fff5f7;
  }

  .xl\:focus-within\:placeholder-pink-100:focus-within::-moz-placeholder {
    color: #fff5f7;
  }

  .xl\:focus-within\:placeholder-pink-100:focus-within:-ms-input-placeholder {
    color: #fff5f7;
  }

  .xl\:focus-within\:placeholder-pink-100:focus-within::-ms-input-placeholder {
    color: #fff5f7;
  }

  .xl\:focus-within\:placeholder-pink-100:focus-within::placeholder {
    color: #fff5f7;
  }

  .xl\:focus-within\:placeholder-pink-200:focus-within::-webkit-input-placeholder {
    color: #fed7e2;
  }

  .xl\:focus-within\:placeholder-pink-200:focus-within::-moz-placeholder {
    color: #fed7e2;
  }

  .xl\:focus-within\:placeholder-pink-200:focus-within:-ms-input-placeholder {
    color: #fed7e2;
  }

  .xl\:focus-within\:placeholder-pink-200:focus-within::-ms-input-placeholder {
    color: #fed7e2;
  }

  .xl\:focus-within\:placeholder-pink-200:focus-within::placeholder {
    color: #fed7e2;
  }

  .xl\:focus-within\:placeholder-pink-300:focus-within::-webkit-input-placeholder {
    color: #fbb6ce;
  }

  .xl\:focus-within\:placeholder-pink-300:focus-within::-moz-placeholder {
    color: #fbb6ce;
  }

  .xl\:focus-within\:placeholder-pink-300:focus-within:-ms-input-placeholder {
    color: #fbb6ce;
  }

  .xl\:focus-within\:placeholder-pink-300:focus-within::-ms-input-placeholder {
    color: #fbb6ce;
  }

  .xl\:focus-within\:placeholder-pink-300:focus-within::placeholder {
    color: #fbb6ce;
  }

  .xl\:focus-within\:placeholder-pink-400:focus-within::-webkit-input-placeholder {
    color: #f687b3;
  }

  .xl\:focus-within\:placeholder-pink-400:focus-within::-moz-placeholder {
    color: #f687b3;
  }

  .xl\:focus-within\:placeholder-pink-400:focus-within:-ms-input-placeholder {
    color: #f687b3;
  }

  .xl\:focus-within\:placeholder-pink-400:focus-within::-ms-input-placeholder {
    color: #f687b3;
  }

  .xl\:focus-within\:placeholder-pink-400:focus-within::placeholder {
    color: #f687b3;
  }

  .xl\:focus-within\:placeholder-pink-500:focus-within::-webkit-input-placeholder {
    color: #ed64a6;
  }

  .xl\:focus-within\:placeholder-pink-500:focus-within::-moz-placeholder {
    color: #ed64a6;
  }

  .xl\:focus-within\:placeholder-pink-500:focus-within:-ms-input-placeholder {
    color: #ed64a6;
  }

  .xl\:focus-within\:placeholder-pink-500:focus-within::-ms-input-placeholder {
    color: #ed64a6;
  }

  .xl\:focus-within\:placeholder-pink-500:focus-within::placeholder {
    color: #ed64a6;
  }

  .xl\:focus-within\:placeholder-pink-600:focus-within::-webkit-input-placeholder {
    color: #d53f8c;
  }

  .xl\:focus-within\:placeholder-pink-600:focus-within::-moz-placeholder {
    color: #d53f8c;
  }

  .xl\:focus-within\:placeholder-pink-600:focus-within:-ms-input-placeholder {
    color: #d53f8c;
  }

  .xl\:focus-within\:placeholder-pink-600:focus-within::-ms-input-placeholder {
    color: #d53f8c;
  }

  .xl\:focus-within\:placeholder-pink-600:focus-within::placeholder {
    color: #d53f8c;
  }

  .xl\:focus-within\:placeholder-pink-700:focus-within::-webkit-input-placeholder {
    color: #b83280;
  }

  .xl\:focus-within\:placeholder-pink-700:focus-within::-moz-placeholder {
    color: #b83280;
  }

  .xl\:focus-within\:placeholder-pink-700:focus-within:-ms-input-placeholder {
    color: #b83280;
  }

  .xl\:focus-within\:placeholder-pink-700:focus-within::-ms-input-placeholder {
    color: #b83280;
  }

  .xl\:focus-within\:placeholder-pink-700:focus-within::placeholder {
    color: #b83280;
  }

  .xl\:focus-within\:placeholder-pink-800:focus-within::-webkit-input-placeholder {
    color: #97266d;
  }

  .xl\:focus-within\:placeholder-pink-800:focus-within::-moz-placeholder {
    color: #97266d;
  }

  .xl\:focus-within\:placeholder-pink-800:focus-within:-ms-input-placeholder {
    color: #97266d;
  }

  .xl\:focus-within\:placeholder-pink-800:focus-within::-ms-input-placeholder {
    color: #97266d;
  }

  .xl\:focus-within\:placeholder-pink-800:focus-within::placeholder {
    color: #97266d;
  }

  .xl\:focus-within\:placeholder-pink-900:focus-within::-webkit-input-placeholder {
    color: #702459;
  }

  .xl\:focus-within\:placeholder-pink-900:focus-within::-moz-placeholder {
    color: #702459;
  }

  .xl\:focus-within\:placeholder-pink-900:focus-within:-ms-input-placeholder {
    color: #702459;
  }

  .xl\:focus-within\:placeholder-pink-900:focus-within::-ms-input-placeholder {
    color: #702459;
  }

  .xl\:focus-within\:placeholder-pink-900:focus-within::placeholder {
    color: #702459;
  }

  .xl\:first\:placeholder-transparent:first-child::-webkit-input-placeholder {
    color: transparent;
  }

  .xl\:first\:placeholder-transparent:first-child::-moz-placeholder {
    color: transparent;
  }

  .xl\:first\:placeholder-transparent:first-child:-ms-input-placeholder {
    color: transparent;
  }

  .xl\:first\:placeholder-transparent:first-child::-ms-input-placeholder {
    color: transparent;
  }

  .xl\:first\:placeholder-transparent:first-child::placeholder {
    color: transparent;
  }

  .xl\:first\:placeholder-black:first-child::-webkit-input-placeholder {
    color: #000;
  }

  .xl\:first\:placeholder-black:first-child::-moz-placeholder {
    color: #000;
  }

  .xl\:first\:placeholder-black:first-child:-ms-input-placeholder {
    color: #000;
  }

  .xl\:first\:placeholder-black:first-child::-ms-input-placeholder {
    color: #000;
  }

  .xl\:first\:placeholder-black:first-child::placeholder {
    color: #000;
  }

  .xl\:first\:placeholder-white:first-child::-webkit-input-placeholder {
    color: #fff;
  }

  .xl\:first\:placeholder-white:first-child::-moz-placeholder {
    color: #fff;
  }

  .xl\:first\:placeholder-white:first-child:-ms-input-placeholder {
    color: #fff;
  }

  .xl\:first\:placeholder-white:first-child::-ms-input-placeholder {
    color: #fff;
  }

  .xl\:first\:placeholder-white:first-child::placeholder {
    color: #fff;
  }

  .xl\:first\:placeholder-gray-100:first-child::-webkit-input-placeholder {
    color: #f7fafc;
  }

  .xl\:first\:placeholder-gray-100:first-child::-moz-placeholder {
    color: #f7fafc;
  }

  .xl\:first\:placeholder-gray-100:first-child:-ms-input-placeholder {
    color: #f7fafc;
  }

  .xl\:first\:placeholder-gray-100:first-child::-ms-input-placeholder {
    color: #f7fafc;
  }

  .xl\:first\:placeholder-gray-100:first-child::placeholder {
    color: #f7fafc;
  }

  .xl\:first\:placeholder-gray-200:first-child::-webkit-input-placeholder {
    color: #edf2f7;
  }

  .xl\:first\:placeholder-gray-200:first-child::-moz-placeholder {
    color: #edf2f7;
  }

  .xl\:first\:placeholder-gray-200:first-child:-ms-input-placeholder {
    color: #edf2f7;
  }

  .xl\:first\:placeholder-gray-200:first-child::-ms-input-placeholder {
    color: #edf2f7;
  }

  .xl\:first\:placeholder-gray-200:first-child::placeholder {
    color: #edf2f7;
  }

  .xl\:first\:placeholder-gray-300:first-child::-webkit-input-placeholder {
    color: #e2e8f0;
  }

  .xl\:first\:placeholder-gray-300:first-child::-moz-placeholder {
    color: #e2e8f0;
  }

  .xl\:first\:placeholder-gray-300:first-child:-ms-input-placeholder {
    color: #e2e8f0;
  }

  .xl\:first\:placeholder-gray-300:first-child::-ms-input-placeholder {
    color: #e2e8f0;
  }

  .xl\:first\:placeholder-gray-300:first-child::placeholder {
    color: #e2e8f0;
  }

  .xl\:first\:placeholder-gray-400:first-child::-webkit-input-placeholder {
    color: #cbd5e0;
  }

  .xl\:first\:placeholder-gray-400:first-child::-moz-placeholder {
    color: #cbd5e0;
  }

  .xl\:first\:placeholder-gray-400:first-child:-ms-input-placeholder {
    color: #cbd5e0;
  }

  .xl\:first\:placeholder-gray-400:first-child::-ms-input-placeholder {
    color: #cbd5e0;
  }

  .xl\:first\:placeholder-gray-400:first-child::placeholder {
    color: #cbd5e0;
  }

  .xl\:first\:placeholder-gray-500:first-child::-webkit-input-placeholder {
    color: #a0aec0;
  }

  .xl\:first\:placeholder-gray-500:first-child::-moz-placeholder {
    color: #a0aec0;
  }

  .xl\:first\:placeholder-gray-500:first-child:-ms-input-placeholder {
    color: #a0aec0;
  }

  .xl\:first\:placeholder-gray-500:first-child::-ms-input-placeholder {
    color: #a0aec0;
  }

  .xl\:first\:placeholder-gray-500:first-child::placeholder {
    color: #a0aec0;
  }

  .xl\:first\:placeholder-gray-600:first-child::-webkit-input-placeholder {
    color: #718096;
  }

  .xl\:first\:placeholder-gray-600:first-child::-moz-placeholder {
    color: #718096;
  }

  .xl\:first\:placeholder-gray-600:first-child:-ms-input-placeholder {
    color: #718096;
  }

  .xl\:first\:placeholder-gray-600:first-child::-ms-input-placeholder {
    color: #718096;
  }

  .xl\:first\:placeholder-gray-600:first-child::placeholder {
    color: #718096;
  }

  .xl\:first\:placeholder-gray-700:first-child::-webkit-input-placeholder {
    color: #4a5568;
  }

  .xl\:first\:placeholder-gray-700:first-child::-moz-placeholder {
    color: #4a5568;
  }

  .xl\:first\:placeholder-gray-700:first-child:-ms-input-placeholder {
    color: #4a5568;
  }

  .xl\:first\:placeholder-gray-700:first-child::-ms-input-placeholder {
    color: #4a5568;
  }

  .xl\:first\:placeholder-gray-700:first-child::placeholder {
    color: #4a5568;
  }

  .xl\:first\:placeholder-gray-800:first-child::-webkit-input-placeholder {
    color: #2d3748;
  }

  .xl\:first\:placeholder-gray-800:first-child::-moz-placeholder {
    color: #2d3748;
  }

  .xl\:first\:placeholder-gray-800:first-child:-ms-input-placeholder {
    color: #2d3748;
  }

  .xl\:first\:placeholder-gray-800:first-child::-ms-input-placeholder {
    color: #2d3748;
  }

  .xl\:first\:placeholder-gray-800:first-child::placeholder {
    color: #2d3748;
  }

  .xl\:first\:placeholder-gray-900:first-child::-webkit-input-placeholder {
    color: #1a202c;
  }

  .xl\:first\:placeholder-gray-900:first-child::-moz-placeholder {
    color: #1a202c;
  }

  .xl\:first\:placeholder-gray-900:first-child:-ms-input-placeholder {
    color: #1a202c;
  }

  .xl\:first\:placeholder-gray-900:first-child::-ms-input-placeholder {
    color: #1a202c;
  }

  .xl\:first\:placeholder-gray-900:first-child::placeholder {
    color: #1a202c;
  }

  .xl\:first\:placeholder-red-100:first-child::-webkit-input-placeholder {
    color: #fff5f5;
  }

  .xl\:first\:placeholder-red-100:first-child::-moz-placeholder {
    color: #fff5f5;
  }

  .xl\:first\:placeholder-red-100:first-child:-ms-input-placeholder {
    color: #fff5f5;
  }

  .xl\:first\:placeholder-red-100:first-child::-ms-input-placeholder {
    color: #fff5f5;
  }

  .xl\:first\:placeholder-red-100:first-child::placeholder {
    color: #fff5f5;
  }

  .xl\:first\:placeholder-red-200:first-child::-webkit-input-placeholder {
    color: #fed7d7;
  }

  .xl\:first\:placeholder-red-200:first-child::-moz-placeholder {
    color: #fed7d7;
  }

  .xl\:first\:placeholder-red-200:first-child:-ms-input-placeholder {
    color: #fed7d7;
  }

  .xl\:first\:placeholder-red-200:first-child::-ms-input-placeholder {
    color: #fed7d7;
  }

  .xl\:first\:placeholder-red-200:first-child::placeholder {
    color: #fed7d7;
  }

  .xl\:first\:placeholder-red-300:first-child::-webkit-input-placeholder {
    color: #feb2b2;
  }

  .xl\:first\:placeholder-red-300:first-child::-moz-placeholder {
    color: #feb2b2;
  }

  .xl\:first\:placeholder-red-300:first-child:-ms-input-placeholder {
    color: #feb2b2;
  }

  .xl\:first\:placeholder-red-300:first-child::-ms-input-placeholder {
    color: #feb2b2;
  }

  .xl\:first\:placeholder-red-300:first-child::placeholder {
    color: #feb2b2;
  }

  .xl\:first\:placeholder-red-400:first-child::-webkit-input-placeholder {
    color: #fc8181;
  }

  .xl\:first\:placeholder-red-400:first-child::-moz-placeholder {
    color: #fc8181;
  }

  .xl\:first\:placeholder-red-400:first-child:-ms-input-placeholder {
    color: #fc8181;
  }

  .xl\:first\:placeholder-red-400:first-child::-ms-input-placeholder {
    color: #fc8181;
  }

  .xl\:first\:placeholder-red-400:first-child::placeholder {
    color: #fc8181;
  }

  .xl\:first\:placeholder-red-500:first-child::-webkit-input-placeholder {
    color: #f56565;
  }

  .xl\:first\:placeholder-red-500:first-child::-moz-placeholder {
    color: #f56565;
  }

  .xl\:first\:placeholder-red-500:first-child:-ms-input-placeholder {
    color: #f56565;
  }

  .xl\:first\:placeholder-red-500:first-child::-ms-input-placeholder {
    color: #f56565;
  }

  .xl\:first\:placeholder-red-500:first-child::placeholder {
    color: #f56565;
  }

  .xl\:first\:placeholder-red-600:first-child::-webkit-input-placeholder {
    color: #e53e3e;
  }

  .xl\:first\:placeholder-red-600:first-child::-moz-placeholder {
    color: #e53e3e;
  }

  .xl\:first\:placeholder-red-600:first-child:-ms-input-placeholder {
    color: #e53e3e;
  }

  .xl\:first\:placeholder-red-600:first-child::-ms-input-placeholder {
    color: #e53e3e;
  }

  .xl\:first\:placeholder-red-600:first-child::placeholder {
    color: #e53e3e;
  }

  .xl\:first\:placeholder-red-700:first-child::-webkit-input-placeholder {
    color: #c53030;
  }

  .xl\:first\:placeholder-red-700:first-child::-moz-placeholder {
    color: #c53030;
  }

  .xl\:first\:placeholder-red-700:first-child:-ms-input-placeholder {
    color: #c53030;
  }

  .xl\:first\:placeholder-red-700:first-child::-ms-input-placeholder {
    color: #c53030;
  }

  .xl\:first\:placeholder-red-700:first-child::placeholder {
    color: #c53030;
  }

  .xl\:first\:placeholder-red-800:first-child::-webkit-input-placeholder {
    color: #9b2c2c;
  }

  .xl\:first\:placeholder-red-800:first-child::-moz-placeholder {
    color: #9b2c2c;
  }

  .xl\:first\:placeholder-red-800:first-child:-ms-input-placeholder {
    color: #9b2c2c;
  }

  .xl\:first\:placeholder-red-800:first-child::-ms-input-placeholder {
    color: #9b2c2c;
  }

  .xl\:first\:placeholder-red-800:first-child::placeholder {
    color: #9b2c2c;
  }

  .xl\:first\:placeholder-red-900:first-child::-webkit-input-placeholder {
    color: #742a2a;
  }

  .xl\:first\:placeholder-red-900:first-child::-moz-placeholder {
    color: #742a2a;
  }

  .xl\:first\:placeholder-red-900:first-child:-ms-input-placeholder {
    color: #742a2a;
  }

  .xl\:first\:placeholder-red-900:first-child::-ms-input-placeholder {
    color: #742a2a;
  }

  .xl\:first\:placeholder-red-900:first-child::placeholder {
    color: #742a2a;
  }

  .xl\:first\:placeholder-orange-100:first-child::-webkit-input-placeholder {
    color: #fffaf0;
  }

  .xl\:first\:placeholder-orange-100:first-child::-moz-placeholder {
    color: #fffaf0;
  }

  .xl\:first\:placeholder-orange-100:first-child:-ms-input-placeholder {
    color: #fffaf0;
  }

  .xl\:first\:placeholder-orange-100:first-child::-ms-input-placeholder {
    color: #fffaf0;
  }

  .xl\:first\:placeholder-orange-100:first-child::placeholder {
    color: #fffaf0;
  }

  .xl\:first\:placeholder-orange-200:first-child::-webkit-input-placeholder {
    color: #feebc8;
  }

  .xl\:first\:placeholder-orange-200:first-child::-moz-placeholder {
    color: #feebc8;
  }

  .xl\:first\:placeholder-orange-200:first-child:-ms-input-placeholder {
    color: #feebc8;
  }

  .xl\:first\:placeholder-orange-200:first-child::-ms-input-placeholder {
    color: #feebc8;
  }

  .xl\:first\:placeholder-orange-200:first-child::placeholder {
    color: #feebc8;
  }

  .xl\:first\:placeholder-orange-300:first-child::-webkit-input-placeholder {
    color: #fbd38d;
  }

  .xl\:first\:placeholder-orange-300:first-child::-moz-placeholder {
    color: #fbd38d;
  }

  .xl\:first\:placeholder-orange-300:first-child:-ms-input-placeholder {
    color: #fbd38d;
  }

  .xl\:first\:placeholder-orange-300:first-child::-ms-input-placeholder {
    color: #fbd38d;
  }

  .xl\:first\:placeholder-orange-300:first-child::placeholder {
    color: #fbd38d;
  }

  .xl\:first\:placeholder-orange-400:first-child::-webkit-input-placeholder {
    color: #f6ad55;
  }

  .xl\:first\:placeholder-orange-400:first-child::-moz-placeholder {
    color: #f6ad55;
  }

  .xl\:first\:placeholder-orange-400:first-child:-ms-input-placeholder {
    color: #f6ad55;
  }

  .xl\:first\:placeholder-orange-400:first-child::-ms-input-placeholder {
    color: #f6ad55;
  }

  .xl\:first\:placeholder-orange-400:first-child::placeholder {
    color: #f6ad55;
  }

  .xl\:first\:placeholder-orange-500:first-child::-webkit-input-placeholder {
    color: #ed8936;
  }

  .xl\:first\:placeholder-orange-500:first-child::-moz-placeholder {
    color: #ed8936;
  }

  .xl\:first\:placeholder-orange-500:first-child:-ms-input-placeholder {
    color: #ed8936;
  }

  .xl\:first\:placeholder-orange-500:first-child::-ms-input-placeholder {
    color: #ed8936;
  }

  .xl\:first\:placeholder-orange-500:first-child::placeholder {
    color: #ed8936;
  }

  .xl\:first\:placeholder-orange-600:first-child::-webkit-input-placeholder {
    color: #dd6b20;
  }

  .xl\:first\:placeholder-orange-600:first-child::-moz-placeholder {
    color: #dd6b20;
  }

  .xl\:first\:placeholder-orange-600:first-child:-ms-input-placeholder {
    color: #dd6b20;
  }

  .xl\:first\:placeholder-orange-600:first-child::-ms-input-placeholder {
    color: #dd6b20;
  }

  .xl\:first\:placeholder-orange-600:first-child::placeholder {
    color: #dd6b20;
  }

  .xl\:first\:placeholder-orange-700:first-child::-webkit-input-placeholder {
    color: #c05621;
  }

  .xl\:first\:placeholder-orange-700:first-child::-moz-placeholder {
    color: #c05621;
  }

  .xl\:first\:placeholder-orange-700:first-child:-ms-input-placeholder {
    color: #c05621;
  }

  .xl\:first\:placeholder-orange-700:first-child::-ms-input-placeholder {
    color: #c05621;
  }

  .xl\:first\:placeholder-orange-700:first-child::placeholder {
    color: #c05621;
  }

  .xl\:first\:placeholder-orange-800:first-child::-webkit-input-placeholder {
    color: #9c4221;
  }

  .xl\:first\:placeholder-orange-800:first-child::-moz-placeholder {
    color: #9c4221;
  }

  .xl\:first\:placeholder-orange-800:first-child:-ms-input-placeholder {
    color: #9c4221;
  }

  .xl\:first\:placeholder-orange-800:first-child::-ms-input-placeholder {
    color: #9c4221;
  }

  .xl\:first\:placeholder-orange-800:first-child::placeholder {
    color: #9c4221;
  }

  .xl\:first\:placeholder-orange-900:first-child::-webkit-input-placeholder {
    color: #7b341e;
  }

  .xl\:first\:placeholder-orange-900:first-child::-moz-placeholder {
    color: #7b341e;
  }

  .xl\:first\:placeholder-orange-900:first-child:-ms-input-placeholder {
    color: #7b341e;
  }

  .xl\:first\:placeholder-orange-900:first-child::-ms-input-placeholder {
    color: #7b341e;
  }

  .xl\:first\:placeholder-orange-900:first-child::placeholder {
    color: #7b341e;
  }

  .xl\:first\:placeholder-yellow-100:first-child::-webkit-input-placeholder {
    color: #fffff0;
  }

  .xl\:first\:placeholder-yellow-100:first-child::-moz-placeholder {
    color: #fffff0;
  }

  .xl\:first\:placeholder-yellow-100:first-child:-ms-input-placeholder {
    color: #fffff0;
  }

  .xl\:first\:placeholder-yellow-100:first-child::-ms-input-placeholder {
    color: #fffff0;
  }

  .xl\:first\:placeholder-yellow-100:first-child::placeholder {
    color: #fffff0;
  }

  .xl\:first\:placeholder-yellow-200:first-child::-webkit-input-placeholder {
    color: #fefcbf;
  }

  .xl\:first\:placeholder-yellow-200:first-child::-moz-placeholder {
    color: #fefcbf;
  }

  .xl\:first\:placeholder-yellow-200:first-child:-ms-input-placeholder {
    color: #fefcbf;
  }

  .xl\:first\:placeholder-yellow-200:first-child::-ms-input-placeholder {
    color: #fefcbf;
  }

  .xl\:first\:placeholder-yellow-200:first-child::placeholder {
    color: #fefcbf;
  }

  .xl\:first\:placeholder-yellow-300:first-child::-webkit-input-placeholder {
    color: #faf089;
  }

  .xl\:first\:placeholder-yellow-300:first-child::-moz-placeholder {
    color: #faf089;
  }

  .xl\:first\:placeholder-yellow-300:first-child:-ms-input-placeholder {
    color: #faf089;
  }

  .xl\:first\:placeholder-yellow-300:first-child::-ms-input-placeholder {
    color: #faf089;
  }

  .xl\:first\:placeholder-yellow-300:first-child::placeholder {
    color: #faf089;
  }

  .xl\:first\:placeholder-yellow-400:first-child::-webkit-input-placeholder {
    color: #f6e05e;
  }

  .xl\:first\:placeholder-yellow-400:first-child::-moz-placeholder {
    color: #f6e05e;
  }

  .xl\:first\:placeholder-yellow-400:first-child:-ms-input-placeholder {
    color: #f6e05e;
  }

  .xl\:first\:placeholder-yellow-400:first-child::-ms-input-placeholder {
    color: #f6e05e;
  }

  .xl\:first\:placeholder-yellow-400:first-child::placeholder {
    color: #f6e05e;
  }

  .xl\:first\:placeholder-yellow-500:first-child::-webkit-input-placeholder {
    color: #ecc94b;
  }

  .xl\:first\:placeholder-yellow-500:first-child::-moz-placeholder {
    color: #ecc94b;
  }

  .xl\:first\:placeholder-yellow-500:first-child:-ms-input-placeholder {
    color: #ecc94b;
  }

  .xl\:first\:placeholder-yellow-500:first-child::-ms-input-placeholder {
    color: #ecc94b;
  }

  .xl\:first\:placeholder-yellow-500:first-child::placeholder {
    color: #ecc94b;
  }

  .xl\:first\:placeholder-yellow-600:first-child::-webkit-input-placeholder {
    color: #d69e2e;
  }

  .xl\:first\:placeholder-yellow-600:first-child::-moz-placeholder {
    color: #d69e2e;
  }

  .xl\:first\:placeholder-yellow-600:first-child:-ms-input-placeholder {
    color: #d69e2e;
  }

  .xl\:first\:placeholder-yellow-600:first-child::-ms-input-placeholder {
    color: #d69e2e;
  }

  .xl\:first\:placeholder-yellow-600:first-child::placeholder {
    color: #d69e2e;
  }

  .xl\:first\:placeholder-yellow-700:first-child::-webkit-input-placeholder {
    color: #b7791f;
  }

  .xl\:first\:placeholder-yellow-700:first-child::-moz-placeholder {
    color: #b7791f;
  }

  .xl\:first\:placeholder-yellow-700:first-child:-ms-input-placeholder {
    color: #b7791f;
  }

  .xl\:first\:placeholder-yellow-700:first-child::-ms-input-placeholder {
    color: #b7791f;
  }

  .xl\:first\:placeholder-yellow-700:first-child::placeholder {
    color: #b7791f;
  }

  .xl\:first\:placeholder-yellow-800:first-child::-webkit-input-placeholder {
    color: #975a16;
  }

  .xl\:first\:placeholder-yellow-800:first-child::-moz-placeholder {
    color: #975a16;
  }

  .xl\:first\:placeholder-yellow-800:first-child:-ms-input-placeholder {
    color: #975a16;
  }

  .xl\:first\:placeholder-yellow-800:first-child::-ms-input-placeholder {
    color: #975a16;
  }

  .xl\:first\:placeholder-yellow-800:first-child::placeholder {
    color: #975a16;
  }

  .xl\:first\:placeholder-yellow-900:first-child::-webkit-input-placeholder {
    color: #744210;
  }

  .xl\:first\:placeholder-yellow-900:first-child::-moz-placeholder {
    color: #744210;
  }

  .xl\:first\:placeholder-yellow-900:first-child:-ms-input-placeholder {
    color: #744210;
  }

  .xl\:first\:placeholder-yellow-900:first-child::-ms-input-placeholder {
    color: #744210;
  }

  .xl\:first\:placeholder-yellow-900:first-child::placeholder {
    color: #744210;
  }

  .xl\:first\:placeholder-green-100:first-child::-webkit-input-placeholder {
    color: #f0fff4;
  }

  .xl\:first\:placeholder-green-100:first-child::-moz-placeholder {
    color: #f0fff4;
  }

  .xl\:first\:placeholder-green-100:first-child:-ms-input-placeholder {
    color: #f0fff4;
  }

  .xl\:first\:placeholder-green-100:first-child::-ms-input-placeholder {
    color: #f0fff4;
  }

  .xl\:first\:placeholder-green-100:first-child::placeholder {
    color: #f0fff4;
  }

  .xl\:first\:placeholder-green-200:first-child::-webkit-input-placeholder {
    color: #c6f6d5;
  }

  .xl\:first\:placeholder-green-200:first-child::-moz-placeholder {
    color: #c6f6d5;
  }

  .xl\:first\:placeholder-green-200:first-child:-ms-input-placeholder {
    color: #c6f6d5;
  }

  .xl\:first\:placeholder-green-200:first-child::-ms-input-placeholder {
    color: #c6f6d5;
  }

  .xl\:first\:placeholder-green-200:first-child::placeholder {
    color: #c6f6d5;
  }

  .xl\:first\:placeholder-green-300:first-child::-webkit-input-placeholder {
    color: #9ae6b4;
  }

  .xl\:first\:placeholder-green-300:first-child::-moz-placeholder {
    color: #9ae6b4;
  }

  .xl\:first\:placeholder-green-300:first-child:-ms-input-placeholder {
    color: #9ae6b4;
  }

  .xl\:first\:placeholder-green-300:first-child::-ms-input-placeholder {
    color: #9ae6b4;
  }

  .xl\:first\:placeholder-green-300:first-child::placeholder {
    color: #9ae6b4;
  }

  .xl\:first\:placeholder-green-400:first-child::-webkit-input-placeholder {
    color: #68d391;
  }

  .xl\:first\:placeholder-green-400:first-child::-moz-placeholder {
    color: #68d391;
  }

  .xl\:first\:placeholder-green-400:first-child:-ms-input-placeholder {
    color: #68d391;
  }

  .xl\:first\:placeholder-green-400:first-child::-ms-input-placeholder {
    color: #68d391;
  }

  .xl\:first\:placeholder-green-400:first-child::placeholder {
    color: #68d391;
  }

  .xl\:first\:placeholder-green-500:first-child::-webkit-input-placeholder {
    color: #48bb78;
  }

  .xl\:first\:placeholder-green-500:first-child::-moz-placeholder {
    color: #48bb78;
  }

  .xl\:first\:placeholder-green-500:first-child:-ms-input-placeholder {
    color: #48bb78;
  }

  .xl\:first\:placeholder-green-500:first-child::-ms-input-placeholder {
    color: #48bb78;
  }

  .xl\:first\:placeholder-green-500:first-child::placeholder {
    color: #48bb78;
  }

  .xl\:first\:placeholder-green-600:first-child::-webkit-input-placeholder {
    color: #38a169;
  }

  .xl\:first\:placeholder-green-600:first-child::-moz-placeholder {
    color: #38a169;
  }

  .xl\:first\:placeholder-green-600:first-child:-ms-input-placeholder {
    color: #38a169;
  }

  .xl\:first\:placeholder-green-600:first-child::-ms-input-placeholder {
    color: #38a169;
  }

  .xl\:first\:placeholder-green-600:first-child::placeholder {
    color: #38a169;
  }

  .xl\:first\:placeholder-green-700:first-child::-webkit-input-placeholder {
    color: #2f855a;
  }

  .xl\:first\:placeholder-green-700:first-child::-moz-placeholder {
    color: #2f855a;
  }

  .xl\:first\:placeholder-green-700:first-child:-ms-input-placeholder {
    color: #2f855a;
  }

  .xl\:first\:placeholder-green-700:first-child::-ms-input-placeholder {
    color: #2f855a;
  }

  .xl\:first\:placeholder-green-700:first-child::placeholder {
    color: #2f855a;
  }

  .xl\:first\:placeholder-green-800:first-child::-webkit-input-placeholder {
    color: #276749;
  }

  .xl\:first\:placeholder-green-800:first-child::-moz-placeholder {
    color: #276749;
  }

  .xl\:first\:placeholder-green-800:first-child:-ms-input-placeholder {
    color: #276749;
  }

  .xl\:first\:placeholder-green-800:first-child::-ms-input-placeholder {
    color: #276749;
  }

  .xl\:first\:placeholder-green-800:first-child::placeholder {
    color: #276749;
  }

  .xl\:first\:placeholder-green-900:first-child::-webkit-input-placeholder {
    color: #22543d;
  }

  .xl\:first\:placeholder-green-900:first-child::-moz-placeholder {
    color: #22543d;
  }

  .xl\:first\:placeholder-green-900:first-child:-ms-input-placeholder {
    color: #22543d;
  }

  .xl\:first\:placeholder-green-900:first-child::-ms-input-placeholder {
    color: #22543d;
  }

  .xl\:first\:placeholder-green-900:first-child::placeholder {
    color: #22543d;
  }

  .xl\:first\:placeholder-teal-100:first-child::-webkit-input-placeholder {
    color: #e6fffa;
  }

  .xl\:first\:placeholder-teal-100:first-child::-moz-placeholder {
    color: #e6fffa;
  }

  .xl\:first\:placeholder-teal-100:first-child:-ms-input-placeholder {
    color: #e6fffa;
  }

  .xl\:first\:placeholder-teal-100:first-child::-ms-input-placeholder {
    color: #e6fffa;
  }

  .xl\:first\:placeholder-teal-100:first-child::placeholder {
    color: #e6fffa;
  }

  .xl\:first\:placeholder-teal-200:first-child::-webkit-input-placeholder {
    color: #b2f5ea;
  }

  .xl\:first\:placeholder-teal-200:first-child::-moz-placeholder {
    color: #b2f5ea;
  }

  .xl\:first\:placeholder-teal-200:first-child:-ms-input-placeholder {
    color: #b2f5ea;
  }

  .xl\:first\:placeholder-teal-200:first-child::-ms-input-placeholder {
    color: #b2f5ea;
  }

  .xl\:first\:placeholder-teal-200:first-child::placeholder {
    color: #b2f5ea;
  }

  .xl\:first\:placeholder-teal-300:first-child::-webkit-input-placeholder {
    color: #81e6d9;
  }

  .xl\:first\:placeholder-teal-300:first-child::-moz-placeholder {
    color: #81e6d9;
  }

  .xl\:first\:placeholder-teal-300:first-child:-ms-input-placeholder {
    color: #81e6d9;
  }

  .xl\:first\:placeholder-teal-300:first-child::-ms-input-placeholder {
    color: #81e6d9;
  }

  .xl\:first\:placeholder-teal-300:first-child::placeholder {
    color: #81e6d9;
  }

  .xl\:first\:placeholder-teal-400:first-child::-webkit-input-placeholder {
    color: #4fd1c5;
  }

  .xl\:first\:placeholder-teal-400:first-child::-moz-placeholder {
    color: #4fd1c5;
  }

  .xl\:first\:placeholder-teal-400:first-child:-ms-input-placeholder {
    color: #4fd1c5;
  }

  .xl\:first\:placeholder-teal-400:first-child::-ms-input-placeholder {
    color: #4fd1c5;
  }

  .xl\:first\:placeholder-teal-400:first-child::placeholder {
    color: #4fd1c5;
  }

  .xl\:first\:placeholder-teal-500:first-child::-webkit-input-placeholder {
    color: #38b2ac;
  }

  .xl\:first\:placeholder-teal-500:first-child::-moz-placeholder {
    color: #38b2ac;
  }

  .xl\:first\:placeholder-teal-500:first-child:-ms-input-placeholder {
    color: #38b2ac;
  }

  .xl\:first\:placeholder-teal-500:first-child::-ms-input-placeholder {
    color: #38b2ac;
  }

  .xl\:first\:placeholder-teal-500:first-child::placeholder {
    color: #38b2ac;
  }

  .xl\:first\:placeholder-teal-600:first-child::-webkit-input-placeholder {
    color: #319795;
  }

  .xl\:first\:placeholder-teal-600:first-child::-moz-placeholder {
    color: #319795;
  }

  .xl\:first\:placeholder-teal-600:first-child:-ms-input-placeholder {
    color: #319795;
  }

  .xl\:first\:placeholder-teal-600:first-child::-ms-input-placeholder {
    color: #319795;
  }

  .xl\:first\:placeholder-teal-600:first-child::placeholder {
    color: #319795;
  }

  .xl\:first\:placeholder-teal-700:first-child::-webkit-input-placeholder {
    color: #2c7a7b;
  }

  .xl\:first\:placeholder-teal-700:first-child::-moz-placeholder {
    color: #2c7a7b;
  }

  .xl\:first\:placeholder-teal-700:first-child:-ms-input-placeholder {
    color: #2c7a7b;
  }

  .xl\:first\:placeholder-teal-700:first-child::-ms-input-placeholder {
    color: #2c7a7b;
  }

  .xl\:first\:placeholder-teal-700:first-child::placeholder {
    color: #2c7a7b;
  }

  .xl\:first\:placeholder-teal-800:first-child::-webkit-input-placeholder {
    color: #285e61;
  }

  .xl\:first\:placeholder-teal-800:first-child::-moz-placeholder {
    color: #285e61;
  }

  .xl\:first\:placeholder-teal-800:first-child:-ms-input-placeholder {
    color: #285e61;
  }

  .xl\:first\:placeholder-teal-800:first-child::-ms-input-placeholder {
    color: #285e61;
  }

  .xl\:first\:placeholder-teal-800:first-child::placeholder {
    color: #285e61;
  }

  .xl\:first\:placeholder-teal-900:first-child::-webkit-input-placeholder {
    color: #234e52;
  }

  .xl\:first\:placeholder-teal-900:first-child::-moz-placeholder {
    color: #234e52;
  }

  .xl\:first\:placeholder-teal-900:first-child:-ms-input-placeholder {
    color: #234e52;
  }

  .xl\:first\:placeholder-teal-900:first-child::-ms-input-placeholder {
    color: #234e52;
  }

  .xl\:first\:placeholder-teal-900:first-child::placeholder {
    color: #234e52;
  }

  .xl\:first\:placeholder-blue-100:first-child::-webkit-input-placeholder {
    color: #ebf8ff;
  }

  .xl\:first\:placeholder-blue-100:first-child::-moz-placeholder {
    color: #ebf8ff;
  }

  .xl\:first\:placeholder-blue-100:first-child:-ms-input-placeholder {
    color: #ebf8ff;
  }

  .xl\:first\:placeholder-blue-100:first-child::-ms-input-placeholder {
    color: #ebf8ff;
  }

  .xl\:first\:placeholder-blue-100:first-child::placeholder {
    color: #ebf8ff;
  }

  .xl\:first\:placeholder-blue-200:first-child::-webkit-input-placeholder {
    color: #bee3f8;
  }

  .xl\:first\:placeholder-blue-200:first-child::-moz-placeholder {
    color: #bee3f8;
  }

  .xl\:first\:placeholder-blue-200:first-child:-ms-input-placeholder {
    color: #bee3f8;
  }

  .xl\:first\:placeholder-blue-200:first-child::-ms-input-placeholder {
    color: #bee3f8;
  }

  .xl\:first\:placeholder-blue-200:first-child::placeholder {
    color: #bee3f8;
  }

  .xl\:first\:placeholder-blue-300:first-child::-webkit-input-placeholder {
    color: #90cdf4;
  }

  .xl\:first\:placeholder-blue-300:first-child::-moz-placeholder {
    color: #90cdf4;
  }

  .xl\:first\:placeholder-blue-300:first-child:-ms-input-placeholder {
    color: #90cdf4;
  }

  .xl\:first\:placeholder-blue-300:first-child::-ms-input-placeholder {
    color: #90cdf4;
  }

  .xl\:first\:placeholder-blue-300:first-child::placeholder {
    color: #90cdf4;
  }

  .xl\:first\:placeholder-blue-400:first-child::-webkit-input-placeholder {
    color: #63b3ed;
  }

  .xl\:first\:placeholder-blue-400:first-child::-moz-placeholder {
    color: #63b3ed;
  }

  .xl\:first\:placeholder-blue-400:first-child:-ms-input-placeholder {
    color: #63b3ed;
  }

  .xl\:first\:placeholder-blue-400:first-child::-ms-input-placeholder {
    color: #63b3ed;
  }

  .xl\:first\:placeholder-blue-400:first-child::placeholder {
    color: #63b3ed;
  }

  .xl\:first\:placeholder-blue-500:first-child::-webkit-input-placeholder {
    color: #4299e1;
  }

  .xl\:first\:placeholder-blue-500:first-child::-moz-placeholder {
    color: #4299e1;
  }

  .xl\:first\:placeholder-blue-500:first-child:-ms-input-placeholder {
    color: #4299e1;
  }

  .xl\:first\:placeholder-blue-500:first-child::-ms-input-placeholder {
    color: #4299e1;
  }

  .xl\:first\:placeholder-blue-500:first-child::placeholder {
    color: #4299e1;
  }

  .xl\:first\:placeholder-blue-600:first-child::-webkit-input-placeholder {
    color: #3182ce;
  }

  .xl\:first\:placeholder-blue-600:first-child::-moz-placeholder {
    color: #3182ce;
  }

  .xl\:first\:placeholder-blue-600:first-child:-ms-input-placeholder {
    color: #3182ce;
  }

  .xl\:first\:placeholder-blue-600:first-child::-ms-input-placeholder {
    color: #3182ce;
  }

  .xl\:first\:placeholder-blue-600:first-child::placeholder {
    color: #3182ce;
  }

  .xl\:first\:placeholder-blue-700:first-child::-webkit-input-placeholder {
    color: #2b6cb0;
  }

  .xl\:first\:placeholder-blue-700:first-child::-moz-placeholder {
    color: #2b6cb0;
  }

  .xl\:first\:placeholder-blue-700:first-child:-ms-input-placeholder {
    color: #2b6cb0;
  }

  .xl\:first\:placeholder-blue-700:first-child::-ms-input-placeholder {
    color: #2b6cb0;
  }

  .xl\:first\:placeholder-blue-700:first-child::placeholder {
    color: #2b6cb0;
  }

  .xl\:first\:placeholder-blue-800:first-child::-webkit-input-placeholder {
    color: #2c5282;
  }

  .xl\:first\:placeholder-blue-800:first-child::-moz-placeholder {
    color: #2c5282;
  }

  .xl\:first\:placeholder-blue-800:first-child:-ms-input-placeholder {
    color: #2c5282;
  }

  .xl\:first\:placeholder-blue-800:first-child::-ms-input-placeholder {
    color: #2c5282;
  }

  .xl\:first\:placeholder-blue-800:first-child::placeholder {
    color: #2c5282;
  }

  .xl\:first\:placeholder-blue-900:first-child::-webkit-input-placeholder {
    color: #2a4365;
  }

  .xl\:first\:placeholder-blue-900:first-child::-moz-placeholder {
    color: #2a4365;
  }

  .xl\:first\:placeholder-blue-900:first-child:-ms-input-placeholder {
    color: #2a4365;
  }

  .xl\:first\:placeholder-blue-900:first-child::-ms-input-placeholder {
    color: #2a4365;
  }

  .xl\:first\:placeholder-blue-900:first-child::placeholder {
    color: #2a4365;
  }

  .xl\:first\:placeholder-indigo-100:first-child::-webkit-input-placeholder {
    color: #ebf4ff;
  }

  .xl\:first\:placeholder-indigo-100:first-child::-moz-placeholder {
    color: #ebf4ff;
  }

  .xl\:first\:placeholder-indigo-100:first-child:-ms-input-placeholder {
    color: #ebf4ff;
  }

  .xl\:first\:placeholder-indigo-100:first-child::-ms-input-placeholder {
    color: #ebf4ff;
  }

  .xl\:first\:placeholder-indigo-100:first-child::placeholder {
    color: #ebf4ff;
  }

  .xl\:first\:placeholder-indigo-200:first-child::-webkit-input-placeholder {
    color: #c3dafe;
  }

  .xl\:first\:placeholder-indigo-200:first-child::-moz-placeholder {
    color: #c3dafe;
  }

  .xl\:first\:placeholder-indigo-200:first-child:-ms-input-placeholder {
    color: #c3dafe;
  }

  .xl\:first\:placeholder-indigo-200:first-child::-ms-input-placeholder {
    color: #c3dafe;
  }

  .xl\:first\:placeholder-indigo-200:first-child::placeholder {
    color: #c3dafe;
  }

  .xl\:first\:placeholder-indigo-300:first-child::-webkit-input-placeholder {
    color: #a3bffa;
  }

  .xl\:first\:placeholder-indigo-300:first-child::-moz-placeholder {
    color: #a3bffa;
  }

  .xl\:first\:placeholder-indigo-300:first-child:-ms-input-placeholder {
    color: #a3bffa;
  }

  .xl\:first\:placeholder-indigo-300:first-child::-ms-input-placeholder {
    color: #a3bffa;
  }

  .xl\:first\:placeholder-indigo-300:first-child::placeholder {
    color: #a3bffa;
  }

  .xl\:first\:placeholder-indigo-400:first-child::-webkit-input-placeholder {
    color: #7f9cf5;
  }

  .xl\:first\:placeholder-indigo-400:first-child::-moz-placeholder {
    color: #7f9cf5;
  }

  .xl\:first\:placeholder-indigo-400:first-child:-ms-input-placeholder {
    color: #7f9cf5;
  }

  .xl\:first\:placeholder-indigo-400:first-child::-ms-input-placeholder {
    color: #7f9cf5;
  }

  .xl\:first\:placeholder-indigo-400:first-child::placeholder {
    color: #7f9cf5;
  }

  .xl\:first\:placeholder-indigo-500:first-child::-webkit-input-placeholder {
    color: #667eea;
  }

  .xl\:first\:placeholder-indigo-500:first-child::-moz-placeholder {
    color: #667eea;
  }

  .xl\:first\:placeholder-indigo-500:first-child:-ms-input-placeholder {
    color: #667eea;
  }

  .xl\:first\:placeholder-indigo-500:first-child::-ms-input-placeholder {
    color: #667eea;
  }

  .xl\:first\:placeholder-indigo-500:first-child::placeholder {
    color: #667eea;
  }

  .xl\:first\:placeholder-indigo-600:first-child::-webkit-input-placeholder {
    color: #5a67d8;
  }

  .xl\:first\:placeholder-indigo-600:first-child::-moz-placeholder {
    color: #5a67d8;
  }

  .xl\:first\:placeholder-indigo-600:first-child:-ms-input-placeholder {
    color: #5a67d8;
  }

  .xl\:first\:placeholder-indigo-600:first-child::-ms-input-placeholder {
    color: #5a67d8;
  }

  .xl\:first\:placeholder-indigo-600:first-child::placeholder {
    color: #5a67d8;
  }

  .xl\:first\:placeholder-indigo-700:first-child::-webkit-input-placeholder {
    color: #4c51bf;
  }

  .xl\:first\:placeholder-indigo-700:first-child::-moz-placeholder {
    color: #4c51bf;
  }

  .xl\:first\:placeholder-indigo-700:first-child:-ms-input-placeholder {
    color: #4c51bf;
  }

  .xl\:first\:placeholder-indigo-700:first-child::-ms-input-placeholder {
    color: #4c51bf;
  }

  .xl\:first\:placeholder-indigo-700:first-child::placeholder {
    color: #4c51bf;
  }

  .xl\:first\:placeholder-indigo-800:first-child::-webkit-input-placeholder {
    color: #434190;
  }

  .xl\:first\:placeholder-indigo-800:first-child::-moz-placeholder {
    color: #434190;
  }

  .xl\:first\:placeholder-indigo-800:first-child:-ms-input-placeholder {
    color: #434190;
  }

  .xl\:first\:placeholder-indigo-800:first-child::-ms-input-placeholder {
    color: #434190;
  }

  .xl\:first\:placeholder-indigo-800:first-child::placeholder {
    color: #434190;
  }

  .xl\:first\:placeholder-indigo-900:first-child::-webkit-input-placeholder {
    color: #3c366b;
  }

  .xl\:first\:placeholder-indigo-900:first-child::-moz-placeholder {
    color: #3c366b;
  }

  .xl\:first\:placeholder-indigo-900:first-child:-ms-input-placeholder {
    color: #3c366b;
  }

  .xl\:first\:placeholder-indigo-900:first-child::-ms-input-placeholder {
    color: #3c366b;
  }

  .xl\:first\:placeholder-indigo-900:first-child::placeholder {
    color: #3c366b;
  }

  .xl\:first\:placeholder-purple-100:first-child::-webkit-input-placeholder {
    color: #faf5ff;
  }

  .xl\:first\:placeholder-purple-100:first-child::-moz-placeholder {
    color: #faf5ff;
  }

  .xl\:first\:placeholder-purple-100:first-child:-ms-input-placeholder {
    color: #faf5ff;
  }

  .xl\:first\:placeholder-purple-100:first-child::-ms-input-placeholder {
    color: #faf5ff;
  }

  .xl\:first\:placeholder-purple-100:first-child::placeholder {
    color: #faf5ff;
  }

  .xl\:first\:placeholder-purple-200:first-child::-webkit-input-placeholder {
    color: #e9d8fd;
  }

  .xl\:first\:placeholder-purple-200:first-child::-moz-placeholder {
    color: #e9d8fd;
  }

  .xl\:first\:placeholder-purple-200:first-child:-ms-input-placeholder {
    color: #e9d8fd;
  }

  .xl\:first\:placeholder-purple-200:first-child::-ms-input-placeholder {
    color: #e9d8fd;
  }

  .xl\:first\:placeholder-purple-200:first-child::placeholder {
    color: #e9d8fd;
  }

  .xl\:first\:placeholder-purple-300:first-child::-webkit-input-placeholder {
    color: #d6bcfa;
  }

  .xl\:first\:placeholder-purple-300:first-child::-moz-placeholder {
    color: #d6bcfa;
  }

  .xl\:first\:placeholder-purple-300:first-child:-ms-input-placeholder {
    color: #d6bcfa;
  }

  .xl\:first\:placeholder-purple-300:first-child::-ms-input-placeholder {
    color: #d6bcfa;
  }

  .xl\:first\:placeholder-purple-300:first-child::placeholder {
    color: #d6bcfa;
  }

  .xl\:first\:placeholder-purple-400:first-child::-webkit-input-placeholder {
    color: #b794f4;
  }

  .xl\:first\:placeholder-purple-400:first-child::-moz-placeholder {
    color: #b794f4;
  }

  .xl\:first\:placeholder-purple-400:first-child:-ms-input-placeholder {
    color: #b794f4;
  }

  .xl\:first\:placeholder-purple-400:first-child::-ms-input-placeholder {
    color: #b794f4;
  }

  .xl\:first\:placeholder-purple-400:first-child::placeholder {
    color: #b794f4;
  }

  .xl\:first\:placeholder-purple-500:first-child::-webkit-input-placeholder {
    color: #9f7aea;
  }

  .xl\:first\:placeholder-purple-500:first-child::-moz-placeholder {
    color: #9f7aea;
  }

  .xl\:first\:placeholder-purple-500:first-child:-ms-input-placeholder {
    color: #9f7aea;
  }

  .xl\:first\:placeholder-purple-500:first-child::-ms-input-placeholder {
    color: #9f7aea;
  }

  .xl\:first\:placeholder-purple-500:first-child::placeholder {
    color: #9f7aea;
  }

  .xl\:first\:placeholder-purple-600:first-child::-webkit-input-placeholder {
    color: #805ad5;
  }

  .xl\:first\:placeholder-purple-600:first-child::-moz-placeholder {
    color: #805ad5;
  }

  .xl\:first\:placeholder-purple-600:first-child:-ms-input-placeholder {
    color: #805ad5;
  }

  .xl\:first\:placeholder-purple-600:first-child::-ms-input-placeholder {
    color: #805ad5;
  }

  .xl\:first\:placeholder-purple-600:first-child::placeholder {
    color: #805ad5;
  }

  .xl\:first\:placeholder-purple-700:first-child::-webkit-input-placeholder {
    color: #6b46c1;
  }

  .xl\:first\:placeholder-purple-700:first-child::-moz-placeholder {
    color: #6b46c1;
  }

  .xl\:first\:placeholder-purple-700:first-child:-ms-input-placeholder {
    color: #6b46c1;
  }

  .xl\:first\:placeholder-purple-700:first-child::-ms-input-placeholder {
    color: #6b46c1;
  }

  .xl\:first\:placeholder-purple-700:first-child::placeholder {
    color: #6b46c1;
  }

  .xl\:first\:placeholder-purple-800:first-child::-webkit-input-placeholder {
    color: #553c9a;
  }

  .xl\:first\:placeholder-purple-800:first-child::-moz-placeholder {
    color: #553c9a;
  }

  .xl\:first\:placeholder-purple-800:first-child:-ms-input-placeholder {
    color: #553c9a;
  }

  .xl\:first\:placeholder-purple-800:first-child::-ms-input-placeholder {
    color: #553c9a;
  }

  .xl\:first\:placeholder-purple-800:first-child::placeholder {
    color: #553c9a;
  }

  .xl\:first\:placeholder-purple-900:first-child::-webkit-input-placeholder {
    color: #44337a;
  }

  .xl\:first\:placeholder-purple-900:first-child::-moz-placeholder {
    color: #44337a;
  }

  .xl\:first\:placeholder-purple-900:first-child:-ms-input-placeholder {
    color: #44337a;
  }

  .xl\:first\:placeholder-purple-900:first-child::-ms-input-placeholder {
    color: #44337a;
  }

  .xl\:first\:placeholder-purple-900:first-child::placeholder {
    color: #44337a;
  }

  .xl\:first\:placeholder-pink-100:first-child::-webkit-input-placeholder {
    color: #fff5f7;
  }

  .xl\:first\:placeholder-pink-100:first-child::-moz-placeholder {
    color: #fff5f7;
  }

  .xl\:first\:placeholder-pink-100:first-child:-ms-input-placeholder {
    color: #fff5f7;
  }

  .xl\:first\:placeholder-pink-100:first-child::-ms-input-placeholder {
    color: #fff5f7;
  }

  .xl\:first\:placeholder-pink-100:first-child::placeholder {
    color: #fff5f7;
  }

  .xl\:first\:placeholder-pink-200:first-child::-webkit-input-placeholder {
    color: #fed7e2;
  }

  .xl\:first\:placeholder-pink-200:first-child::-moz-placeholder {
    color: #fed7e2;
  }

  .xl\:first\:placeholder-pink-200:first-child:-ms-input-placeholder {
    color: #fed7e2;
  }

  .xl\:first\:placeholder-pink-200:first-child::-ms-input-placeholder {
    color: #fed7e2;
  }

  .xl\:first\:placeholder-pink-200:first-child::placeholder {
    color: #fed7e2;
  }

  .xl\:first\:placeholder-pink-300:first-child::-webkit-input-placeholder {
    color: #fbb6ce;
  }

  .xl\:first\:placeholder-pink-300:first-child::-moz-placeholder {
    color: #fbb6ce;
  }

  .xl\:first\:placeholder-pink-300:first-child:-ms-input-placeholder {
    color: #fbb6ce;
  }

  .xl\:first\:placeholder-pink-300:first-child::-ms-input-placeholder {
    color: #fbb6ce;
  }

  .xl\:first\:placeholder-pink-300:first-child::placeholder {
    color: #fbb6ce;
  }

  .xl\:first\:placeholder-pink-400:first-child::-webkit-input-placeholder {
    color: #f687b3;
  }

  .xl\:first\:placeholder-pink-400:first-child::-moz-placeholder {
    color: #f687b3;
  }

  .xl\:first\:placeholder-pink-400:first-child:-ms-input-placeholder {
    color: #f687b3;
  }

  .xl\:first\:placeholder-pink-400:first-child::-ms-input-placeholder {
    color: #f687b3;
  }

  .xl\:first\:placeholder-pink-400:first-child::placeholder {
    color: #f687b3;
  }

  .xl\:first\:placeholder-pink-500:first-child::-webkit-input-placeholder {
    color: #ed64a6;
  }

  .xl\:first\:placeholder-pink-500:first-child::-moz-placeholder {
    color: #ed64a6;
  }

  .xl\:first\:placeholder-pink-500:first-child:-ms-input-placeholder {
    color: #ed64a6;
  }

  .xl\:first\:placeholder-pink-500:first-child::-ms-input-placeholder {
    color: #ed64a6;
  }

  .xl\:first\:placeholder-pink-500:first-child::placeholder {
    color: #ed64a6;
  }

  .xl\:first\:placeholder-pink-600:first-child::-webkit-input-placeholder {
    color: #d53f8c;
  }

  .xl\:first\:placeholder-pink-600:first-child::-moz-placeholder {
    color: #d53f8c;
  }

  .xl\:first\:placeholder-pink-600:first-child:-ms-input-placeholder {
    color: #d53f8c;
  }

  .xl\:first\:placeholder-pink-600:first-child::-ms-input-placeholder {
    color: #d53f8c;
  }

  .xl\:first\:placeholder-pink-600:first-child::placeholder {
    color: #d53f8c;
  }

  .xl\:first\:placeholder-pink-700:first-child::-webkit-input-placeholder {
    color: #b83280;
  }

  .xl\:first\:placeholder-pink-700:first-child::-moz-placeholder {
    color: #b83280;
  }

  .xl\:first\:placeholder-pink-700:first-child:-ms-input-placeholder {
    color: #b83280;
  }

  .xl\:first\:placeholder-pink-700:first-child::-ms-input-placeholder {
    color: #b83280;
  }

  .xl\:first\:placeholder-pink-700:first-child::placeholder {
    color: #b83280;
  }

  .xl\:first\:placeholder-pink-800:first-child::-webkit-input-placeholder {
    color: #97266d;
  }

  .xl\:first\:placeholder-pink-800:first-child::-moz-placeholder {
    color: #97266d;
  }

  .xl\:first\:placeholder-pink-800:first-child:-ms-input-placeholder {
    color: #97266d;
  }

  .xl\:first\:placeholder-pink-800:first-child::-ms-input-placeholder {
    color: #97266d;
  }

  .xl\:first\:placeholder-pink-800:first-child::placeholder {
    color: #97266d;
  }

  .xl\:first\:placeholder-pink-900:first-child::-webkit-input-placeholder {
    color: #702459;
  }

  .xl\:first\:placeholder-pink-900:first-child::-moz-placeholder {
    color: #702459;
  }

  .xl\:first\:placeholder-pink-900:first-child:-ms-input-placeholder {
    color: #702459;
  }

  .xl\:first\:placeholder-pink-900:first-child::-ms-input-placeholder {
    color: #702459;
  }

  .xl\:first\:placeholder-pink-900:first-child::placeholder {
    color: #702459;
  }

  .xl\:last\:placeholder-transparent:last-child::-webkit-input-placeholder {
    color: transparent;
  }

  .xl\:last\:placeholder-transparent:last-child::-moz-placeholder {
    color: transparent;
  }

  .xl\:last\:placeholder-transparent:last-child:-ms-input-placeholder {
    color: transparent;
  }

  .xl\:last\:placeholder-transparent:last-child::-ms-input-placeholder {
    color: transparent;
  }

  .xl\:last\:placeholder-transparent:last-child::placeholder {
    color: transparent;
  }

  .xl\:last\:placeholder-black:last-child::-webkit-input-placeholder {
    color: #000;
  }

  .xl\:last\:placeholder-black:last-child::-moz-placeholder {
    color: #000;
  }

  .xl\:last\:placeholder-black:last-child:-ms-input-placeholder {
    color: #000;
  }

  .xl\:last\:placeholder-black:last-child::-ms-input-placeholder {
    color: #000;
  }

  .xl\:last\:placeholder-black:last-child::placeholder {
    color: #000;
  }

  .xl\:last\:placeholder-white:last-child::-webkit-input-placeholder {
    color: #fff;
  }

  .xl\:last\:placeholder-white:last-child::-moz-placeholder {
    color: #fff;
  }

  .xl\:last\:placeholder-white:last-child:-ms-input-placeholder {
    color: #fff;
  }

  .xl\:last\:placeholder-white:last-child::-ms-input-placeholder {
    color: #fff;
  }

  .xl\:last\:placeholder-white:last-child::placeholder {
    color: #fff;
  }

  .xl\:last\:placeholder-gray-100:last-child::-webkit-input-placeholder {
    color: #f7fafc;
  }

  .xl\:last\:placeholder-gray-100:last-child::-moz-placeholder {
    color: #f7fafc;
  }

  .xl\:last\:placeholder-gray-100:last-child:-ms-input-placeholder {
    color: #f7fafc;
  }

  .xl\:last\:placeholder-gray-100:last-child::-ms-input-placeholder {
    color: #f7fafc;
  }

  .xl\:last\:placeholder-gray-100:last-child::placeholder {
    color: #f7fafc;
  }

  .xl\:last\:placeholder-gray-200:last-child::-webkit-input-placeholder {
    color: #edf2f7;
  }

  .xl\:last\:placeholder-gray-200:last-child::-moz-placeholder {
    color: #edf2f7;
  }

  .xl\:last\:placeholder-gray-200:last-child:-ms-input-placeholder {
    color: #edf2f7;
  }

  .xl\:last\:placeholder-gray-200:last-child::-ms-input-placeholder {
    color: #edf2f7;
  }

  .xl\:last\:placeholder-gray-200:last-child::placeholder {
    color: #edf2f7;
  }

  .xl\:last\:placeholder-gray-300:last-child::-webkit-input-placeholder {
    color: #e2e8f0;
  }

  .xl\:last\:placeholder-gray-300:last-child::-moz-placeholder {
    color: #e2e8f0;
  }

  .xl\:last\:placeholder-gray-300:last-child:-ms-input-placeholder {
    color: #e2e8f0;
  }

  .xl\:last\:placeholder-gray-300:last-child::-ms-input-placeholder {
    color: #e2e8f0;
  }

  .xl\:last\:placeholder-gray-300:last-child::placeholder {
    color: #e2e8f0;
  }

  .xl\:last\:placeholder-gray-400:last-child::-webkit-input-placeholder {
    color: #cbd5e0;
  }

  .xl\:last\:placeholder-gray-400:last-child::-moz-placeholder {
    color: #cbd5e0;
  }

  .xl\:last\:placeholder-gray-400:last-child:-ms-input-placeholder {
    color: #cbd5e0;
  }

  .xl\:last\:placeholder-gray-400:last-child::-ms-input-placeholder {
    color: #cbd5e0;
  }

  .xl\:last\:placeholder-gray-400:last-child::placeholder {
    color: #cbd5e0;
  }

  .xl\:last\:placeholder-gray-500:last-child::-webkit-input-placeholder {
    color: #a0aec0;
  }

  .xl\:last\:placeholder-gray-500:last-child::-moz-placeholder {
    color: #a0aec0;
  }

  .xl\:last\:placeholder-gray-500:last-child:-ms-input-placeholder {
    color: #a0aec0;
  }

  .xl\:last\:placeholder-gray-500:last-child::-ms-input-placeholder {
    color: #a0aec0;
  }

  .xl\:last\:placeholder-gray-500:last-child::placeholder {
    color: #a0aec0;
  }

  .xl\:last\:placeholder-gray-600:last-child::-webkit-input-placeholder {
    color: #718096;
  }

  .xl\:last\:placeholder-gray-600:last-child::-moz-placeholder {
    color: #718096;
  }

  .xl\:last\:placeholder-gray-600:last-child:-ms-input-placeholder {
    color: #718096;
  }

  .xl\:last\:placeholder-gray-600:last-child::-ms-input-placeholder {
    color: #718096;
  }

  .xl\:last\:placeholder-gray-600:last-child::placeholder {
    color: #718096;
  }

  .xl\:last\:placeholder-gray-700:last-child::-webkit-input-placeholder {
    color: #4a5568;
  }

  .xl\:last\:placeholder-gray-700:last-child::-moz-placeholder {
    color: #4a5568;
  }

  .xl\:last\:placeholder-gray-700:last-child:-ms-input-placeholder {
    color: #4a5568;
  }

  .xl\:last\:placeholder-gray-700:last-child::-ms-input-placeholder {
    color: #4a5568;
  }

  .xl\:last\:placeholder-gray-700:last-child::placeholder {
    color: #4a5568;
  }

  .xl\:last\:placeholder-gray-800:last-child::-webkit-input-placeholder {
    color: #2d3748;
  }

  .xl\:last\:placeholder-gray-800:last-child::-moz-placeholder {
    color: #2d3748;
  }

  .xl\:last\:placeholder-gray-800:last-child:-ms-input-placeholder {
    color: #2d3748;
  }

  .xl\:last\:placeholder-gray-800:last-child::-ms-input-placeholder {
    color: #2d3748;
  }

  .xl\:last\:placeholder-gray-800:last-child::placeholder {
    color: #2d3748;
  }

  .xl\:last\:placeholder-gray-900:last-child::-webkit-input-placeholder {
    color: #1a202c;
  }

  .xl\:last\:placeholder-gray-900:last-child::-moz-placeholder {
    color: #1a202c;
  }

  .xl\:last\:placeholder-gray-900:last-child:-ms-input-placeholder {
    color: #1a202c;
  }

  .xl\:last\:placeholder-gray-900:last-child::-ms-input-placeholder {
    color: #1a202c;
  }

  .xl\:last\:placeholder-gray-900:last-child::placeholder {
    color: #1a202c;
  }

  .xl\:last\:placeholder-red-100:last-child::-webkit-input-placeholder {
    color: #fff5f5;
  }

  .xl\:last\:placeholder-red-100:last-child::-moz-placeholder {
    color: #fff5f5;
  }

  .xl\:last\:placeholder-red-100:last-child:-ms-input-placeholder {
    color: #fff5f5;
  }

  .xl\:last\:placeholder-red-100:last-child::-ms-input-placeholder {
    color: #fff5f5;
  }

  .xl\:last\:placeholder-red-100:last-child::placeholder {
    color: #fff5f5;
  }

  .xl\:last\:placeholder-red-200:last-child::-webkit-input-placeholder {
    color: #fed7d7;
  }

  .xl\:last\:placeholder-red-200:last-child::-moz-placeholder {
    color: #fed7d7;
  }

  .xl\:last\:placeholder-red-200:last-child:-ms-input-placeholder {
    color: #fed7d7;
  }

  .xl\:last\:placeholder-red-200:last-child::-ms-input-placeholder {
    color: #fed7d7;
  }

  .xl\:last\:placeholder-red-200:last-child::placeholder {
    color: #fed7d7;
  }

  .xl\:last\:placeholder-red-300:last-child::-webkit-input-placeholder {
    color: #feb2b2;
  }

  .xl\:last\:placeholder-red-300:last-child::-moz-placeholder {
    color: #feb2b2;
  }

  .xl\:last\:placeholder-red-300:last-child:-ms-input-placeholder {
    color: #feb2b2;
  }

  .xl\:last\:placeholder-red-300:last-child::-ms-input-placeholder {
    color: #feb2b2;
  }

  .xl\:last\:placeholder-red-300:last-child::placeholder {
    color: #feb2b2;
  }

  .xl\:last\:placeholder-red-400:last-child::-webkit-input-placeholder {
    color: #fc8181;
  }

  .xl\:last\:placeholder-red-400:last-child::-moz-placeholder {
    color: #fc8181;
  }

  .xl\:last\:placeholder-red-400:last-child:-ms-input-placeholder {
    color: #fc8181;
  }

  .xl\:last\:placeholder-red-400:last-child::-ms-input-placeholder {
    color: #fc8181;
  }

  .xl\:last\:placeholder-red-400:last-child::placeholder {
    color: #fc8181;
  }

  .xl\:last\:placeholder-red-500:last-child::-webkit-input-placeholder {
    color: #f56565;
  }

  .xl\:last\:placeholder-red-500:last-child::-moz-placeholder {
    color: #f56565;
  }

  .xl\:last\:placeholder-red-500:last-child:-ms-input-placeholder {
    color: #f56565;
  }

  .xl\:last\:placeholder-red-500:last-child::-ms-input-placeholder {
    color: #f56565;
  }

  .xl\:last\:placeholder-red-500:last-child::placeholder {
    color: #f56565;
  }

  .xl\:last\:placeholder-red-600:last-child::-webkit-input-placeholder {
    color: #e53e3e;
  }

  .xl\:last\:placeholder-red-600:last-child::-moz-placeholder {
    color: #e53e3e;
  }

  .xl\:last\:placeholder-red-600:last-child:-ms-input-placeholder {
    color: #e53e3e;
  }

  .xl\:last\:placeholder-red-600:last-child::-ms-input-placeholder {
    color: #e53e3e;
  }

  .xl\:last\:placeholder-red-600:last-child::placeholder {
    color: #e53e3e;
  }

  .xl\:last\:placeholder-red-700:last-child::-webkit-input-placeholder {
    color: #c53030;
  }

  .xl\:last\:placeholder-red-700:last-child::-moz-placeholder {
    color: #c53030;
  }

  .xl\:last\:placeholder-red-700:last-child:-ms-input-placeholder {
    color: #c53030;
  }

  .xl\:last\:placeholder-red-700:last-child::-ms-input-placeholder {
    color: #c53030;
  }

  .xl\:last\:placeholder-red-700:last-child::placeholder {
    color: #c53030;
  }

  .xl\:last\:placeholder-red-800:last-child::-webkit-input-placeholder {
    color: #9b2c2c;
  }

  .xl\:last\:placeholder-red-800:last-child::-moz-placeholder {
    color: #9b2c2c;
  }

  .xl\:last\:placeholder-red-800:last-child:-ms-input-placeholder {
    color: #9b2c2c;
  }

  .xl\:last\:placeholder-red-800:last-child::-ms-input-placeholder {
    color: #9b2c2c;
  }

  .xl\:last\:placeholder-red-800:last-child::placeholder {
    color: #9b2c2c;
  }

  .xl\:last\:placeholder-red-900:last-child::-webkit-input-placeholder {
    color: #742a2a;
  }

  .xl\:last\:placeholder-red-900:last-child::-moz-placeholder {
    color: #742a2a;
  }

  .xl\:last\:placeholder-red-900:last-child:-ms-input-placeholder {
    color: #742a2a;
  }

  .xl\:last\:placeholder-red-900:last-child::-ms-input-placeholder {
    color: #742a2a;
  }

  .xl\:last\:placeholder-red-900:last-child::placeholder {
    color: #742a2a;
  }

  .xl\:last\:placeholder-orange-100:last-child::-webkit-input-placeholder {
    color: #fffaf0;
  }

  .xl\:last\:placeholder-orange-100:last-child::-moz-placeholder {
    color: #fffaf0;
  }

  .xl\:last\:placeholder-orange-100:last-child:-ms-input-placeholder {
    color: #fffaf0;
  }

  .xl\:last\:placeholder-orange-100:last-child::-ms-input-placeholder {
    color: #fffaf0;
  }

  .xl\:last\:placeholder-orange-100:last-child::placeholder {
    color: #fffaf0;
  }

  .xl\:last\:placeholder-orange-200:last-child::-webkit-input-placeholder {
    color: #feebc8;
  }

  .xl\:last\:placeholder-orange-200:last-child::-moz-placeholder {
    color: #feebc8;
  }

  .xl\:last\:placeholder-orange-200:last-child:-ms-input-placeholder {
    color: #feebc8;
  }

  .xl\:last\:placeholder-orange-200:last-child::-ms-input-placeholder {
    color: #feebc8;
  }

  .xl\:last\:placeholder-orange-200:last-child::placeholder {
    color: #feebc8;
  }

  .xl\:last\:placeholder-orange-300:last-child::-webkit-input-placeholder {
    color: #fbd38d;
  }

  .xl\:last\:placeholder-orange-300:last-child::-moz-placeholder {
    color: #fbd38d;
  }

  .xl\:last\:placeholder-orange-300:last-child:-ms-input-placeholder {
    color: #fbd38d;
  }

  .xl\:last\:placeholder-orange-300:last-child::-ms-input-placeholder {
    color: #fbd38d;
  }

  .xl\:last\:placeholder-orange-300:last-child::placeholder {
    color: #fbd38d;
  }

  .xl\:last\:placeholder-orange-400:last-child::-webkit-input-placeholder {
    color: #f6ad55;
  }

  .xl\:last\:placeholder-orange-400:last-child::-moz-placeholder {
    color: #f6ad55;
  }

  .xl\:last\:placeholder-orange-400:last-child:-ms-input-placeholder {
    color: #f6ad55;
  }

  .xl\:last\:placeholder-orange-400:last-child::-ms-input-placeholder {
    color: #f6ad55;
  }

  .xl\:last\:placeholder-orange-400:last-child::placeholder {
    color: #f6ad55;
  }

  .xl\:last\:placeholder-orange-500:last-child::-webkit-input-placeholder {
    color: #ed8936;
  }

  .xl\:last\:placeholder-orange-500:last-child::-moz-placeholder {
    color: #ed8936;
  }

  .xl\:last\:placeholder-orange-500:last-child:-ms-input-placeholder {
    color: #ed8936;
  }

  .xl\:last\:placeholder-orange-500:last-child::-ms-input-placeholder {
    color: #ed8936;
  }

  .xl\:last\:placeholder-orange-500:last-child::placeholder {
    color: #ed8936;
  }

  .xl\:last\:placeholder-orange-600:last-child::-webkit-input-placeholder {
    color: #dd6b20;
  }

  .xl\:last\:placeholder-orange-600:last-child::-moz-placeholder {
    color: #dd6b20;
  }

  .xl\:last\:placeholder-orange-600:last-child:-ms-input-placeholder {
    color: #dd6b20;
  }

  .xl\:last\:placeholder-orange-600:last-child::-ms-input-placeholder {
    color: #dd6b20;
  }

  .xl\:last\:placeholder-orange-600:last-child::placeholder {
    color: #dd6b20;
  }

  .xl\:last\:placeholder-orange-700:last-child::-webkit-input-placeholder {
    color: #c05621;
  }

  .xl\:last\:placeholder-orange-700:last-child::-moz-placeholder {
    color: #c05621;
  }

  .xl\:last\:placeholder-orange-700:last-child:-ms-input-placeholder {
    color: #c05621;
  }

  .xl\:last\:placeholder-orange-700:last-child::-ms-input-placeholder {
    color: #c05621;
  }

  .xl\:last\:placeholder-orange-700:last-child::placeholder {
    color: #c05621;
  }

  .xl\:last\:placeholder-orange-800:last-child::-webkit-input-placeholder {
    color: #9c4221;
  }

  .xl\:last\:placeholder-orange-800:last-child::-moz-placeholder {
    color: #9c4221;
  }

  .xl\:last\:placeholder-orange-800:last-child:-ms-input-placeholder {
    color: #9c4221;
  }

  .xl\:last\:placeholder-orange-800:last-child::-ms-input-placeholder {
    color: #9c4221;
  }

  .xl\:last\:placeholder-orange-800:last-child::placeholder {
    color: #9c4221;
  }

  .xl\:last\:placeholder-orange-900:last-child::-webkit-input-placeholder {
    color: #7b341e;
  }

  .xl\:last\:placeholder-orange-900:last-child::-moz-placeholder {
    color: #7b341e;
  }

  .xl\:last\:placeholder-orange-900:last-child:-ms-input-placeholder {
    color: #7b341e;
  }

  .xl\:last\:placeholder-orange-900:last-child::-ms-input-placeholder {
    color: #7b341e;
  }

  .xl\:last\:placeholder-orange-900:last-child::placeholder {
    color: #7b341e;
  }

  .xl\:last\:placeholder-yellow-100:last-child::-webkit-input-placeholder {
    color: #fffff0;
  }

  .xl\:last\:placeholder-yellow-100:last-child::-moz-placeholder {
    color: #fffff0;
  }

  .xl\:last\:placeholder-yellow-100:last-child:-ms-input-placeholder {
    color: #fffff0;
  }

  .xl\:last\:placeholder-yellow-100:last-child::-ms-input-placeholder {
    color: #fffff0;
  }

  .xl\:last\:placeholder-yellow-100:last-child::placeholder {
    color: #fffff0;
  }

  .xl\:last\:placeholder-yellow-200:last-child::-webkit-input-placeholder {
    color: #fefcbf;
  }

  .xl\:last\:placeholder-yellow-200:last-child::-moz-placeholder {
    color: #fefcbf;
  }

  .xl\:last\:placeholder-yellow-200:last-child:-ms-input-placeholder {
    color: #fefcbf;
  }

  .xl\:last\:placeholder-yellow-200:last-child::-ms-input-placeholder {
    color: #fefcbf;
  }

  .xl\:last\:placeholder-yellow-200:last-child::placeholder {
    color: #fefcbf;
  }

  .xl\:last\:placeholder-yellow-300:last-child::-webkit-input-placeholder {
    color: #faf089;
  }

  .xl\:last\:placeholder-yellow-300:last-child::-moz-placeholder {
    color: #faf089;
  }

  .xl\:last\:placeholder-yellow-300:last-child:-ms-input-placeholder {
    color: #faf089;
  }

  .xl\:last\:placeholder-yellow-300:last-child::-ms-input-placeholder {
    color: #faf089;
  }

  .xl\:last\:placeholder-yellow-300:last-child::placeholder {
    color: #faf089;
  }

  .xl\:last\:placeholder-yellow-400:last-child::-webkit-input-placeholder {
    color: #f6e05e;
  }

  .xl\:last\:placeholder-yellow-400:last-child::-moz-placeholder {
    color: #f6e05e;
  }

  .xl\:last\:placeholder-yellow-400:last-child:-ms-input-placeholder {
    color: #f6e05e;
  }

  .xl\:last\:placeholder-yellow-400:last-child::-ms-input-placeholder {
    color: #f6e05e;
  }

  .xl\:last\:placeholder-yellow-400:last-child::placeholder {
    color: #f6e05e;
  }

  .xl\:last\:placeholder-yellow-500:last-child::-webkit-input-placeholder {
    color: #ecc94b;
  }

  .xl\:last\:placeholder-yellow-500:last-child::-moz-placeholder {
    color: #ecc94b;
  }

  .xl\:last\:placeholder-yellow-500:last-child:-ms-input-placeholder {
    color: #ecc94b;
  }

  .xl\:last\:placeholder-yellow-500:last-child::-ms-input-placeholder {
    color: #ecc94b;
  }

  .xl\:last\:placeholder-yellow-500:last-child::placeholder {
    color: #ecc94b;
  }

  .xl\:last\:placeholder-yellow-600:last-child::-webkit-input-placeholder {
    color: #d69e2e;
  }

  .xl\:last\:placeholder-yellow-600:last-child::-moz-placeholder {
    color: #d69e2e;
  }

  .xl\:last\:placeholder-yellow-600:last-child:-ms-input-placeholder {
    color: #d69e2e;
  }

  .xl\:last\:placeholder-yellow-600:last-child::-ms-input-placeholder {
    color: #d69e2e;
  }

  .xl\:last\:placeholder-yellow-600:last-child::placeholder {
    color: #d69e2e;
  }

  .xl\:last\:placeholder-yellow-700:last-child::-webkit-input-placeholder {
    color: #b7791f;
  }

  .xl\:last\:placeholder-yellow-700:last-child::-moz-placeholder {
    color: #b7791f;
  }

  .xl\:last\:placeholder-yellow-700:last-child:-ms-input-placeholder {
    color: #b7791f;
  }

  .xl\:last\:placeholder-yellow-700:last-child::-ms-input-placeholder {
    color: #b7791f;
  }

  .xl\:last\:placeholder-yellow-700:last-child::placeholder {
    color: #b7791f;
  }

  .xl\:last\:placeholder-yellow-800:last-child::-webkit-input-placeholder {
    color: #975a16;
  }

  .xl\:last\:placeholder-yellow-800:last-child::-moz-placeholder {
    color: #975a16;
  }

  .xl\:last\:placeholder-yellow-800:last-child:-ms-input-placeholder {
    color: #975a16;
  }

  .xl\:last\:placeholder-yellow-800:last-child::-ms-input-placeholder {
    color: #975a16;
  }

  .xl\:last\:placeholder-yellow-800:last-child::placeholder {
    color: #975a16;
  }

  .xl\:last\:placeholder-yellow-900:last-child::-webkit-input-placeholder {
    color: #744210;
  }

  .xl\:last\:placeholder-yellow-900:last-child::-moz-placeholder {
    color: #744210;
  }

  .xl\:last\:placeholder-yellow-900:last-child:-ms-input-placeholder {
    color: #744210;
  }

  .xl\:last\:placeholder-yellow-900:last-child::-ms-input-placeholder {
    color: #744210;
  }

  .xl\:last\:placeholder-yellow-900:last-child::placeholder {
    color: #744210;
  }

  .xl\:last\:placeholder-green-100:last-child::-webkit-input-placeholder {
    color: #f0fff4;
  }

  .xl\:last\:placeholder-green-100:last-child::-moz-placeholder {
    color: #f0fff4;
  }

  .xl\:last\:placeholder-green-100:last-child:-ms-input-placeholder {
    color: #f0fff4;
  }

  .xl\:last\:placeholder-green-100:last-child::-ms-input-placeholder {
    color: #f0fff4;
  }

  .xl\:last\:placeholder-green-100:last-child::placeholder {
    color: #f0fff4;
  }

  .xl\:last\:placeholder-green-200:last-child::-webkit-input-placeholder {
    color: #c6f6d5;
  }

  .xl\:last\:placeholder-green-200:last-child::-moz-placeholder {
    color: #c6f6d5;
  }

  .xl\:last\:placeholder-green-200:last-child:-ms-input-placeholder {
    color: #c6f6d5;
  }

  .xl\:last\:placeholder-green-200:last-child::-ms-input-placeholder {
    color: #c6f6d5;
  }

  .xl\:last\:placeholder-green-200:last-child::placeholder {
    color: #c6f6d5;
  }

  .xl\:last\:placeholder-green-300:last-child::-webkit-input-placeholder {
    color: #9ae6b4;
  }

  .xl\:last\:placeholder-green-300:last-child::-moz-placeholder {
    color: #9ae6b4;
  }

  .xl\:last\:placeholder-green-300:last-child:-ms-input-placeholder {
    color: #9ae6b4;
  }

  .xl\:last\:placeholder-green-300:last-child::-ms-input-placeholder {
    color: #9ae6b4;
  }

  .xl\:last\:placeholder-green-300:last-child::placeholder {
    color: #9ae6b4;
  }

  .xl\:last\:placeholder-green-400:last-child::-webkit-input-placeholder {
    color: #68d391;
  }

  .xl\:last\:placeholder-green-400:last-child::-moz-placeholder {
    color: #68d391;
  }

  .xl\:last\:placeholder-green-400:last-child:-ms-input-placeholder {
    color: #68d391;
  }

  .xl\:last\:placeholder-green-400:last-child::-ms-input-placeholder {
    color: #68d391;
  }

  .xl\:last\:placeholder-green-400:last-child::placeholder {
    color: #68d391;
  }

  .xl\:last\:placeholder-green-500:last-child::-webkit-input-placeholder {
    color: #48bb78;
  }

  .xl\:last\:placeholder-green-500:last-child::-moz-placeholder {
    color: #48bb78;
  }

  .xl\:last\:placeholder-green-500:last-child:-ms-input-placeholder {
    color: #48bb78;
  }

  .xl\:last\:placeholder-green-500:last-child::-ms-input-placeholder {
    color: #48bb78;
  }

  .xl\:last\:placeholder-green-500:last-child::placeholder {
    color: #48bb78;
  }

  .xl\:last\:placeholder-green-600:last-child::-webkit-input-placeholder {
    color: #38a169;
  }

  .xl\:last\:placeholder-green-600:last-child::-moz-placeholder {
    color: #38a169;
  }

  .xl\:last\:placeholder-green-600:last-child:-ms-input-placeholder {
    color: #38a169;
  }

  .xl\:last\:placeholder-green-600:last-child::-ms-input-placeholder {
    color: #38a169;
  }

  .xl\:last\:placeholder-green-600:last-child::placeholder {
    color: #38a169;
  }

  .xl\:last\:placeholder-green-700:last-child::-webkit-input-placeholder {
    color: #2f855a;
  }

  .xl\:last\:placeholder-green-700:last-child::-moz-placeholder {
    color: #2f855a;
  }

  .xl\:last\:placeholder-green-700:last-child:-ms-input-placeholder {
    color: #2f855a;
  }

  .xl\:last\:placeholder-green-700:last-child::-ms-input-placeholder {
    color: #2f855a;
  }

  .xl\:last\:placeholder-green-700:last-child::placeholder {
    color: #2f855a;
  }

  .xl\:last\:placeholder-green-800:last-child::-webkit-input-placeholder {
    color: #276749;
  }

  .xl\:last\:placeholder-green-800:last-child::-moz-placeholder {
    color: #276749;
  }

  .xl\:last\:placeholder-green-800:last-child:-ms-input-placeholder {
    color: #276749;
  }

  .xl\:last\:placeholder-green-800:last-child::-ms-input-placeholder {
    color: #276749;
  }

  .xl\:last\:placeholder-green-800:last-child::placeholder {
    color: #276749;
  }

  .xl\:last\:placeholder-green-900:last-child::-webkit-input-placeholder {
    color: #22543d;
  }

  .xl\:last\:placeholder-green-900:last-child::-moz-placeholder {
    color: #22543d;
  }

  .xl\:last\:placeholder-green-900:last-child:-ms-input-placeholder {
    color: #22543d;
  }

  .xl\:last\:placeholder-green-900:last-child::-ms-input-placeholder {
    color: #22543d;
  }

  .xl\:last\:placeholder-green-900:last-child::placeholder {
    color: #22543d;
  }

  .xl\:last\:placeholder-teal-100:last-child::-webkit-input-placeholder {
    color: #e6fffa;
  }

  .xl\:last\:placeholder-teal-100:last-child::-moz-placeholder {
    color: #e6fffa;
  }

  .xl\:last\:placeholder-teal-100:last-child:-ms-input-placeholder {
    color: #e6fffa;
  }

  .xl\:last\:placeholder-teal-100:last-child::-ms-input-placeholder {
    color: #e6fffa;
  }

  .xl\:last\:placeholder-teal-100:last-child::placeholder {
    color: #e6fffa;
  }

  .xl\:last\:placeholder-teal-200:last-child::-webkit-input-placeholder {
    color: #b2f5ea;
  }

  .xl\:last\:placeholder-teal-200:last-child::-moz-placeholder {
    color: #b2f5ea;
  }

  .xl\:last\:placeholder-teal-200:last-child:-ms-input-placeholder {
    color: #b2f5ea;
  }

  .xl\:last\:placeholder-teal-200:last-child::-ms-input-placeholder {
    color: #b2f5ea;
  }

  .xl\:last\:placeholder-teal-200:last-child::placeholder {
    color: #b2f5ea;
  }

  .xl\:last\:placeholder-teal-300:last-child::-webkit-input-placeholder {
    color: #81e6d9;
  }

  .xl\:last\:placeholder-teal-300:last-child::-moz-placeholder {
    color: #81e6d9;
  }

  .xl\:last\:placeholder-teal-300:last-child:-ms-input-placeholder {
    color: #81e6d9;
  }

  .xl\:last\:placeholder-teal-300:last-child::-ms-input-placeholder {
    color: #81e6d9;
  }

  .xl\:last\:placeholder-teal-300:last-child::placeholder {
    color: #81e6d9;
  }

  .xl\:last\:placeholder-teal-400:last-child::-webkit-input-placeholder {
    color: #4fd1c5;
  }

  .xl\:last\:placeholder-teal-400:last-child::-moz-placeholder {
    color: #4fd1c5;
  }

  .xl\:last\:placeholder-teal-400:last-child:-ms-input-placeholder {
    color: #4fd1c5;
  }

  .xl\:last\:placeholder-teal-400:last-child::-ms-input-placeholder {
    color: #4fd1c5;
  }

  .xl\:last\:placeholder-teal-400:last-child::placeholder {
    color: #4fd1c5;
  }

  .xl\:last\:placeholder-teal-500:last-child::-webkit-input-placeholder {
    color: #38b2ac;
  }

  .xl\:last\:placeholder-teal-500:last-child::-moz-placeholder {
    color: #38b2ac;
  }

  .xl\:last\:placeholder-teal-500:last-child:-ms-input-placeholder {
    color: #38b2ac;
  }

  .xl\:last\:placeholder-teal-500:last-child::-ms-input-placeholder {
    color: #38b2ac;
  }

  .xl\:last\:placeholder-teal-500:last-child::placeholder {
    color: #38b2ac;
  }

  .xl\:last\:placeholder-teal-600:last-child::-webkit-input-placeholder {
    color: #319795;
  }

  .xl\:last\:placeholder-teal-600:last-child::-moz-placeholder {
    color: #319795;
  }

  .xl\:last\:placeholder-teal-600:last-child:-ms-input-placeholder {
    color: #319795;
  }

  .xl\:last\:placeholder-teal-600:last-child::-ms-input-placeholder {
    color: #319795;
  }

  .xl\:last\:placeholder-teal-600:last-child::placeholder {
    color: #319795;
  }

  .xl\:last\:placeholder-teal-700:last-child::-webkit-input-placeholder {
    color: #2c7a7b;
  }

  .xl\:last\:placeholder-teal-700:last-child::-moz-placeholder {
    color: #2c7a7b;
  }

  .xl\:last\:placeholder-teal-700:last-child:-ms-input-placeholder {
    color: #2c7a7b;
  }

  .xl\:last\:placeholder-teal-700:last-child::-ms-input-placeholder {
    color: #2c7a7b;
  }

  .xl\:last\:placeholder-teal-700:last-child::placeholder {
    color: #2c7a7b;
  }

  .xl\:last\:placeholder-teal-800:last-child::-webkit-input-placeholder {
    color: #285e61;
  }

  .xl\:last\:placeholder-teal-800:last-child::-moz-placeholder {
    color: #285e61;
  }

  .xl\:last\:placeholder-teal-800:last-child:-ms-input-placeholder {
    color: #285e61;
  }

  .xl\:last\:placeholder-teal-800:last-child::-ms-input-placeholder {
    color: #285e61;
  }

  .xl\:last\:placeholder-teal-800:last-child::placeholder {
    color: #285e61;
  }

  .xl\:last\:placeholder-teal-900:last-child::-webkit-input-placeholder {
    color: #234e52;
  }

  .xl\:last\:placeholder-teal-900:last-child::-moz-placeholder {
    color: #234e52;
  }

  .xl\:last\:placeholder-teal-900:last-child:-ms-input-placeholder {
    color: #234e52;
  }

  .xl\:last\:placeholder-teal-900:last-child::-ms-input-placeholder {
    color: #234e52;
  }

  .xl\:last\:placeholder-teal-900:last-child::placeholder {
    color: #234e52;
  }

  .xl\:last\:placeholder-blue-100:last-child::-webkit-input-placeholder {
    color: #ebf8ff;
  }

  .xl\:last\:placeholder-blue-100:last-child::-moz-placeholder {
    color: #ebf8ff;
  }

  .xl\:last\:placeholder-blue-100:last-child:-ms-input-placeholder {
    color: #ebf8ff;
  }

  .xl\:last\:placeholder-blue-100:last-child::-ms-input-placeholder {
    color: #ebf8ff;
  }

  .xl\:last\:placeholder-blue-100:last-child::placeholder {
    color: #ebf8ff;
  }

  .xl\:last\:placeholder-blue-200:last-child::-webkit-input-placeholder {
    color: #bee3f8;
  }

  .xl\:last\:placeholder-blue-200:last-child::-moz-placeholder {
    color: #bee3f8;
  }

  .xl\:last\:placeholder-blue-200:last-child:-ms-input-placeholder {
    color: #bee3f8;
  }

  .xl\:last\:placeholder-blue-200:last-child::-ms-input-placeholder {
    color: #bee3f8;
  }

  .xl\:last\:placeholder-blue-200:last-child::placeholder {
    color: #bee3f8;
  }

  .xl\:last\:placeholder-blue-300:last-child::-webkit-input-placeholder {
    color: #90cdf4;
  }

  .xl\:last\:placeholder-blue-300:last-child::-moz-placeholder {
    color: #90cdf4;
  }

  .xl\:last\:placeholder-blue-300:last-child:-ms-input-placeholder {
    color: #90cdf4;
  }

  .xl\:last\:placeholder-blue-300:last-child::-ms-input-placeholder {
    color: #90cdf4;
  }

  .xl\:last\:placeholder-blue-300:last-child::placeholder {
    color: #90cdf4;
  }

  .xl\:last\:placeholder-blue-400:last-child::-webkit-input-placeholder {
    color: #63b3ed;
  }

  .xl\:last\:placeholder-blue-400:last-child::-moz-placeholder {
    color: #63b3ed;
  }

  .xl\:last\:placeholder-blue-400:last-child:-ms-input-placeholder {
    color: #63b3ed;
  }

  .xl\:last\:placeholder-blue-400:last-child::-ms-input-placeholder {
    color: #63b3ed;
  }

  .xl\:last\:placeholder-blue-400:last-child::placeholder {
    color: #63b3ed;
  }

  .xl\:last\:placeholder-blue-500:last-child::-webkit-input-placeholder {
    color: #4299e1;
  }

  .xl\:last\:placeholder-blue-500:last-child::-moz-placeholder {
    color: #4299e1;
  }

  .xl\:last\:placeholder-blue-500:last-child:-ms-input-placeholder {
    color: #4299e1;
  }

  .xl\:last\:placeholder-blue-500:last-child::-ms-input-placeholder {
    color: #4299e1;
  }

  .xl\:last\:placeholder-blue-500:last-child::placeholder {
    color: #4299e1;
  }

  .xl\:last\:placeholder-blue-600:last-child::-webkit-input-placeholder {
    color: #3182ce;
  }

  .xl\:last\:placeholder-blue-600:last-child::-moz-placeholder {
    color: #3182ce;
  }

  .xl\:last\:placeholder-blue-600:last-child:-ms-input-placeholder {
    color: #3182ce;
  }

  .xl\:last\:placeholder-blue-600:last-child::-ms-input-placeholder {
    color: #3182ce;
  }

  .xl\:last\:placeholder-blue-600:last-child::placeholder {
    color: #3182ce;
  }

  .xl\:last\:placeholder-blue-700:last-child::-webkit-input-placeholder {
    color: #2b6cb0;
  }

  .xl\:last\:placeholder-blue-700:last-child::-moz-placeholder {
    color: #2b6cb0;
  }

  .xl\:last\:placeholder-blue-700:last-child:-ms-input-placeholder {
    color: #2b6cb0;
  }

  .xl\:last\:placeholder-blue-700:last-child::-ms-input-placeholder {
    color: #2b6cb0;
  }

  .xl\:last\:placeholder-blue-700:last-child::placeholder {
    color: #2b6cb0;
  }

  .xl\:last\:placeholder-blue-800:last-child::-webkit-input-placeholder {
    color: #2c5282;
  }

  .xl\:last\:placeholder-blue-800:last-child::-moz-placeholder {
    color: #2c5282;
  }

  .xl\:last\:placeholder-blue-800:last-child:-ms-input-placeholder {
    color: #2c5282;
  }

  .xl\:last\:placeholder-blue-800:last-child::-ms-input-placeholder {
    color: #2c5282;
  }

  .xl\:last\:placeholder-blue-800:last-child::placeholder {
    color: #2c5282;
  }

  .xl\:last\:placeholder-blue-900:last-child::-webkit-input-placeholder {
    color: #2a4365;
  }

  .xl\:last\:placeholder-blue-900:last-child::-moz-placeholder {
    color: #2a4365;
  }

  .xl\:last\:placeholder-blue-900:last-child:-ms-input-placeholder {
    color: #2a4365;
  }

  .xl\:last\:placeholder-blue-900:last-child::-ms-input-placeholder {
    color: #2a4365;
  }

  .xl\:last\:placeholder-blue-900:last-child::placeholder {
    color: #2a4365;
  }

  .xl\:last\:placeholder-indigo-100:last-child::-webkit-input-placeholder {
    color: #ebf4ff;
  }

  .xl\:last\:placeholder-indigo-100:last-child::-moz-placeholder {
    color: #ebf4ff;
  }

  .xl\:last\:placeholder-indigo-100:last-child:-ms-input-placeholder {
    color: #ebf4ff;
  }

  .xl\:last\:placeholder-indigo-100:last-child::-ms-input-placeholder {
    color: #ebf4ff;
  }

  .xl\:last\:placeholder-indigo-100:last-child::placeholder {
    color: #ebf4ff;
  }

  .xl\:last\:placeholder-indigo-200:last-child::-webkit-input-placeholder {
    color: #c3dafe;
  }

  .xl\:last\:placeholder-indigo-200:last-child::-moz-placeholder {
    color: #c3dafe;
  }

  .xl\:last\:placeholder-indigo-200:last-child:-ms-input-placeholder {
    color: #c3dafe;
  }

  .xl\:last\:placeholder-indigo-200:last-child::-ms-input-placeholder {
    color: #c3dafe;
  }

  .xl\:last\:placeholder-indigo-200:last-child::placeholder {
    color: #c3dafe;
  }

  .xl\:last\:placeholder-indigo-300:last-child::-webkit-input-placeholder {
    color: #a3bffa;
  }

  .xl\:last\:placeholder-indigo-300:last-child::-moz-placeholder {
    color: #a3bffa;
  }

  .xl\:last\:placeholder-indigo-300:last-child:-ms-input-placeholder {
    color: #a3bffa;
  }

  .xl\:last\:placeholder-indigo-300:last-child::-ms-input-placeholder {
    color: #a3bffa;
  }

  .xl\:last\:placeholder-indigo-300:last-child::placeholder {
    color: #a3bffa;
  }

  .xl\:last\:placeholder-indigo-400:last-child::-webkit-input-placeholder {
    color: #7f9cf5;
  }

  .xl\:last\:placeholder-indigo-400:last-child::-moz-placeholder {
    color: #7f9cf5;
  }

  .xl\:last\:placeholder-indigo-400:last-child:-ms-input-placeholder {
    color: #7f9cf5;
  }

  .xl\:last\:placeholder-indigo-400:last-child::-ms-input-placeholder {
    color: #7f9cf5;
  }

  .xl\:last\:placeholder-indigo-400:last-child::placeholder {
    color: #7f9cf5;
  }

  .xl\:last\:placeholder-indigo-500:last-child::-webkit-input-placeholder {
    color: #667eea;
  }

  .xl\:last\:placeholder-indigo-500:last-child::-moz-placeholder {
    color: #667eea;
  }

  .xl\:last\:placeholder-indigo-500:last-child:-ms-input-placeholder {
    color: #667eea;
  }

  .xl\:last\:placeholder-indigo-500:last-child::-ms-input-placeholder {
    color: #667eea;
  }

  .xl\:last\:placeholder-indigo-500:last-child::placeholder {
    color: #667eea;
  }

  .xl\:last\:placeholder-indigo-600:last-child::-webkit-input-placeholder {
    color: #5a67d8;
  }

  .xl\:last\:placeholder-indigo-600:last-child::-moz-placeholder {
    color: #5a67d8;
  }

  .xl\:last\:placeholder-indigo-600:last-child:-ms-input-placeholder {
    color: #5a67d8;
  }

  .xl\:last\:placeholder-indigo-600:last-child::-ms-input-placeholder {
    color: #5a67d8;
  }

  .xl\:last\:placeholder-indigo-600:last-child::placeholder {
    color: #5a67d8;
  }

  .xl\:last\:placeholder-indigo-700:last-child::-webkit-input-placeholder {
    color: #4c51bf;
  }

  .xl\:last\:placeholder-indigo-700:last-child::-moz-placeholder {
    color: #4c51bf;
  }

  .xl\:last\:placeholder-indigo-700:last-child:-ms-input-placeholder {
    color: #4c51bf;
  }

  .xl\:last\:placeholder-indigo-700:last-child::-ms-input-placeholder {
    color: #4c51bf;
  }

  .xl\:last\:placeholder-indigo-700:last-child::placeholder {
    color: #4c51bf;
  }

  .xl\:last\:placeholder-indigo-800:last-child::-webkit-input-placeholder {
    color: #434190;
  }

  .xl\:last\:placeholder-indigo-800:last-child::-moz-placeholder {
    color: #434190;
  }

  .xl\:last\:placeholder-indigo-800:last-child:-ms-input-placeholder {
    color: #434190;
  }

  .xl\:last\:placeholder-indigo-800:last-child::-ms-input-placeholder {
    color: #434190;
  }

  .xl\:last\:placeholder-indigo-800:last-child::placeholder {
    color: #434190;
  }

  .xl\:last\:placeholder-indigo-900:last-child::-webkit-input-placeholder {
    color: #3c366b;
  }

  .xl\:last\:placeholder-indigo-900:last-child::-moz-placeholder {
    color: #3c366b;
  }

  .xl\:last\:placeholder-indigo-900:last-child:-ms-input-placeholder {
    color: #3c366b;
  }

  .xl\:last\:placeholder-indigo-900:last-child::-ms-input-placeholder {
    color: #3c366b;
  }

  .xl\:last\:placeholder-indigo-900:last-child::placeholder {
    color: #3c366b;
  }

  .xl\:last\:placeholder-purple-100:last-child::-webkit-input-placeholder {
    color: #faf5ff;
  }

  .xl\:last\:placeholder-purple-100:last-child::-moz-placeholder {
    color: #faf5ff;
  }

  .xl\:last\:placeholder-purple-100:last-child:-ms-input-placeholder {
    color: #faf5ff;
  }

  .xl\:last\:placeholder-purple-100:last-child::-ms-input-placeholder {
    color: #faf5ff;
  }

  .xl\:last\:placeholder-purple-100:last-child::placeholder {
    color: #faf5ff;
  }

  .xl\:last\:placeholder-purple-200:last-child::-webkit-input-placeholder {
    color: #e9d8fd;
  }

  .xl\:last\:placeholder-purple-200:last-child::-moz-placeholder {
    color: #e9d8fd;
  }

  .xl\:last\:placeholder-purple-200:last-child:-ms-input-placeholder {
    color: #e9d8fd;
  }

  .xl\:last\:placeholder-purple-200:last-child::-ms-input-placeholder {
    color: #e9d8fd;
  }

  .xl\:last\:placeholder-purple-200:last-child::placeholder {
    color: #e9d8fd;
  }

  .xl\:last\:placeholder-purple-300:last-child::-webkit-input-placeholder {
    color: #d6bcfa;
  }

  .xl\:last\:placeholder-purple-300:last-child::-moz-placeholder {
    color: #d6bcfa;
  }

  .xl\:last\:placeholder-purple-300:last-child:-ms-input-placeholder {
    color: #d6bcfa;
  }

  .xl\:last\:placeholder-purple-300:last-child::-ms-input-placeholder {
    color: #d6bcfa;
  }

  .xl\:last\:placeholder-purple-300:last-child::placeholder {
    color: #d6bcfa;
  }

  .xl\:last\:placeholder-purple-400:last-child::-webkit-input-placeholder {
    color: #b794f4;
  }

  .xl\:last\:placeholder-purple-400:last-child::-moz-placeholder {
    color: #b794f4;
  }

  .xl\:last\:placeholder-purple-400:last-child:-ms-input-placeholder {
    color: #b794f4;
  }

  .xl\:last\:placeholder-purple-400:last-child::-ms-input-placeholder {
    color: #b794f4;
  }

  .xl\:last\:placeholder-purple-400:last-child::placeholder {
    color: #b794f4;
  }

  .xl\:last\:placeholder-purple-500:last-child::-webkit-input-placeholder {
    color: #9f7aea;
  }

  .xl\:last\:placeholder-purple-500:last-child::-moz-placeholder {
    color: #9f7aea;
  }

  .xl\:last\:placeholder-purple-500:last-child:-ms-input-placeholder {
    color: #9f7aea;
  }

  .xl\:last\:placeholder-purple-500:last-child::-ms-input-placeholder {
    color: #9f7aea;
  }

  .xl\:last\:placeholder-purple-500:last-child::placeholder {
    color: #9f7aea;
  }

  .xl\:last\:placeholder-purple-600:last-child::-webkit-input-placeholder {
    color: #805ad5;
  }

  .xl\:last\:placeholder-purple-600:last-child::-moz-placeholder {
    color: #805ad5;
  }

  .xl\:last\:placeholder-purple-600:last-child:-ms-input-placeholder {
    color: #805ad5;
  }

  .xl\:last\:placeholder-purple-600:last-child::-ms-input-placeholder {
    color: #805ad5;
  }

  .xl\:last\:placeholder-purple-600:last-child::placeholder {
    color: #805ad5;
  }

  .xl\:last\:placeholder-purple-700:last-child::-webkit-input-placeholder {
    color: #6b46c1;
  }

  .xl\:last\:placeholder-purple-700:last-child::-moz-placeholder {
    color: #6b46c1;
  }

  .xl\:last\:placeholder-purple-700:last-child:-ms-input-placeholder {
    color: #6b46c1;
  }

  .xl\:last\:placeholder-purple-700:last-child::-ms-input-placeholder {
    color: #6b46c1;
  }

  .xl\:last\:placeholder-purple-700:last-child::placeholder {
    color: #6b46c1;
  }

  .xl\:last\:placeholder-purple-800:last-child::-webkit-input-placeholder {
    color: #553c9a;
  }

  .xl\:last\:placeholder-purple-800:last-child::-moz-placeholder {
    color: #553c9a;
  }

  .xl\:last\:placeholder-purple-800:last-child:-ms-input-placeholder {
    color: #553c9a;
  }

  .xl\:last\:placeholder-purple-800:last-child::-ms-input-placeholder {
    color: #553c9a;
  }

  .xl\:last\:placeholder-purple-800:last-child::placeholder {
    color: #553c9a;
  }

  .xl\:last\:placeholder-purple-900:last-child::-webkit-input-placeholder {
    color: #44337a;
  }

  .xl\:last\:placeholder-purple-900:last-child::-moz-placeholder {
    color: #44337a;
  }

  .xl\:last\:placeholder-purple-900:last-child:-ms-input-placeholder {
    color: #44337a;
  }

  .xl\:last\:placeholder-purple-900:last-child::-ms-input-placeholder {
    color: #44337a;
  }

  .xl\:last\:placeholder-purple-900:last-child::placeholder {
    color: #44337a;
  }

  .xl\:last\:placeholder-pink-100:last-child::-webkit-input-placeholder {
    color: #fff5f7;
  }

  .xl\:last\:placeholder-pink-100:last-child::-moz-placeholder {
    color: #fff5f7;
  }

  .xl\:last\:placeholder-pink-100:last-child:-ms-input-placeholder {
    color: #fff5f7;
  }

  .xl\:last\:placeholder-pink-100:last-child::-ms-input-placeholder {
    color: #fff5f7;
  }

  .xl\:last\:placeholder-pink-100:last-child::placeholder {
    color: #fff5f7;
  }

  .xl\:last\:placeholder-pink-200:last-child::-webkit-input-placeholder {
    color: #fed7e2;
  }

  .xl\:last\:placeholder-pink-200:last-child::-moz-placeholder {
    color: #fed7e2;
  }

  .xl\:last\:placeholder-pink-200:last-child:-ms-input-placeholder {
    color: #fed7e2;
  }

  .xl\:last\:placeholder-pink-200:last-child::-ms-input-placeholder {
    color: #fed7e2;
  }

  .xl\:last\:placeholder-pink-200:last-child::placeholder {
    color: #fed7e2;
  }

  .xl\:last\:placeholder-pink-300:last-child::-webkit-input-placeholder {
    color: #fbb6ce;
  }

  .xl\:last\:placeholder-pink-300:last-child::-moz-placeholder {
    color: #fbb6ce;
  }

  .xl\:last\:placeholder-pink-300:last-child:-ms-input-placeholder {
    color: #fbb6ce;
  }

  .xl\:last\:placeholder-pink-300:last-child::-ms-input-placeholder {
    color: #fbb6ce;
  }

  .xl\:last\:placeholder-pink-300:last-child::placeholder {
    color: #fbb6ce;
  }

  .xl\:last\:placeholder-pink-400:last-child::-webkit-input-placeholder {
    color: #f687b3;
  }

  .xl\:last\:placeholder-pink-400:last-child::-moz-placeholder {
    color: #f687b3;
  }

  .xl\:last\:placeholder-pink-400:last-child:-ms-input-placeholder {
    color: #f687b3;
  }

  .xl\:last\:placeholder-pink-400:last-child::-ms-input-placeholder {
    color: #f687b3;
  }

  .xl\:last\:placeholder-pink-400:last-child::placeholder {
    color: #f687b3;
  }

  .xl\:last\:placeholder-pink-500:last-child::-webkit-input-placeholder {
    color: #ed64a6;
  }

  .xl\:last\:placeholder-pink-500:last-child::-moz-placeholder {
    color: #ed64a6;
  }

  .xl\:last\:placeholder-pink-500:last-child:-ms-input-placeholder {
    color: #ed64a6;
  }

  .xl\:last\:placeholder-pink-500:last-child::-ms-input-placeholder {
    color: #ed64a6;
  }

  .xl\:last\:placeholder-pink-500:last-child::placeholder {
    color: #ed64a6;
  }

  .xl\:last\:placeholder-pink-600:last-child::-webkit-input-placeholder {
    color: #d53f8c;
  }

  .xl\:last\:placeholder-pink-600:last-child::-moz-placeholder {
    color: #d53f8c;
  }

  .xl\:last\:placeholder-pink-600:last-child:-ms-input-placeholder {
    color: #d53f8c;
  }

  .xl\:last\:placeholder-pink-600:last-child::-ms-input-placeholder {
    color: #d53f8c;
  }

  .xl\:last\:placeholder-pink-600:last-child::placeholder {
    color: #d53f8c;
  }

  .xl\:last\:placeholder-pink-700:last-child::-webkit-input-placeholder {
    color: #b83280;
  }

  .xl\:last\:placeholder-pink-700:last-child::-moz-placeholder {
    color: #b83280;
  }

  .xl\:last\:placeholder-pink-700:last-child:-ms-input-placeholder {
    color: #b83280;
  }

  .xl\:last\:placeholder-pink-700:last-child::-ms-input-placeholder {
    color: #b83280;
  }

  .xl\:last\:placeholder-pink-700:last-child::placeholder {
    color: #b83280;
  }

  .xl\:last\:placeholder-pink-800:last-child::-webkit-input-placeholder {
    color: #97266d;
  }

  .xl\:last\:placeholder-pink-800:last-child::-moz-placeholder {
    color: #97266d;
  }

  .xl\:last\:placeholder-pink-800:last-child:-ms-input-placeholder {
    color: #97266d;
  }

  .xl\:last\:placeholder-pink-800:last-child::-ms-input-placeholder {
    color: #97266d;
  }

  .xl\:last\:placeholder-pink-800:last-child::placeholder {
    color: #97266d;
  }

  .xl\:last\:placeholder-pink-900:last-child::-webkit-input-placeholder {
    color: #702459;
  }

  .xl\:last\:placeholder-pink-900:last-child::-moz-placeholder {
    color: #702459;
  }

  .xl\:last\:placeholder-pink-900:last-child:-ms-input-placeholder {
    color: #702459;
  }

  .xl\:last\:placeholder-pink-900:last-child::-ms-input-placeholder {
    color: #702459;
  }

  .xl\:last\:placeholder-pink-900:last-child::placeholder {
    color: #702459;
  }

  .xl\:odd\:placeholder-transparent:nth-child(odd)::-webkit-input-placeholder {
    color: transparent;
  }

  .xl\:odd\:placeholder-transparent:nth-child(odd)::-moz-placeholder {
    color: transparent;
  }

  .xl\:odd\:placeholder-transparent:nth-child(odd):-ms-input-placeholder {
    color: transparent;
  }

  .xl\:odd\:placeholder-transparent:nth-child(odd)::-ms-input-placeholder {
    color: transparent;
  }

  .xl\:odd\:placeholder-transparent:nth-child(odd)::placeholder {
    color: transparent;
  }

  .xl\:odd\:placeholder-black:nth-child(odd)::-webkit-input-placeholder {
    color: #000;
  }

  .xl\:odd\:placeholder-black:nth-child(odd)::-moz-placeholder {
    color: #000;
  }

  .xl\:odd\:placeholder-black:nth-child(odd):-ms-input-placeholder {
    color: #000;
  }

  .xl\:odd\:placeholder-black:nth-child(odd)::-ms-input-placeholder {
    color: #000;
  }

  .xl\:odd\:placeholder-black:nth-child(odd)::placeholder {
    color: #000;
  }

  .xl\:odd\:placeholder-white:nth-child(odd)::-webkit-input-placeholder {
    color: #fff;
  }

  .xl\:odd\:placeholder-white:nth-child(odd)::-moz-placeholder {
    color: #fff;
  }

  .xl\:odd\:placeholder-white:nth-child(odd):-ms-input-placeholder {
    color: #fff;
  }

  .xl\:odd\:placeholder-white:nth-child(odd)::-ms-input-placeholder {
    color: #fff;
  }

  .xl\:odd\:placeholder-white:nth-child(odd)::placeholder {
    color: #fff;
  }

  .xl\:odd\:placeholder-gray-100:nth-child(odd)::-webkit-input-placeholder {
    color: #f7fafc;
  }

  .xl\:odd\:placeholder-gray-100:nth-child(odd)::-moz-placeholder {
    color: #f7fafc;
  }

  .xl\:odd\:placeholder-gray-100:nth-child(odd):-ms-input-placeholder {
    color: #f7fafc;
  }

  .xl\:odd\:placeholder-gray-100:nth-child(odd)::-ms-input-placeholder {
    color: #f7fafc;
  }

  .xl\:odd\:placeholder-gray-100:nth-child(odd)::placeholder {
    color: #f7fafc;
  }

  .xl\:odd\:placeholder-gray-200:nth-child(odd)::-webkit-input-placeholder {
    color: #edf2f7;
  }

  .xl\:odd\:placeholder-gray-200:nth-child(odd)::-moz-placeholder {
    color: #edf2f7;
  }

  .xl\:odd\:placeholder-gray-200:nth-child(odd):-ms-input-placeholder {
    color: #edf2f7;
  }

  .xl\:odd\:placeholder-gray-200:nth-child(odd)::-ms-input-placeholder {
    color: #edf2f7;
  }

  .xl\:odd\:placeholder-gray-200:nth-child(odd)::placeholder {
    color: #edf2f7;
  }

  .xl\:odd\:placeholder-gray-300:nth-child(odd)::-webkit-input-placeholder {
    color: #e2e8f0;
  }

  .xl\:odd\:placeholder-gray-300:nth-child(odd)::-moz-placeholder {
    color: #e2e8f0;
  }

  .xl\:odd\:placeholder-gray-300:nth-child(odd):-ms-input-placeholder {
    color: #e2e8f0;
  }

  .xl\:odd\:placeholder-gray-300:nth-child(odd)::-ms-input-placeholder {
    color: #e2e8f0;
  }

  .xl\:odd\:placeholder-gray-300:nth-child(odd)::placeholder {
    color: #e2e8f0;
  }

  .xl\:odd\:placeholder-gray-400:nth-child(odd)::-webkit-input-placeholder {
    color: #cbd5e0;
  }

  .xl\:odd\:placeholder-gray-400:nth-child(odd)::-moz-placeholder {
    color: #cbd5e0;
  }

  .xl\:odd\:placeholder-gray-400:nth-child(odd):-ms-input-placeholder {
    color: #cbd5e0;
  }

  .xl\:odd\:placeholder-gray-400:nth-child(odd)::-ms-input-placeholder {
    color: #cbd5e0;
  }

  .xl\:odd\:placeholder-gray-400:nth-child(odd)::placeholder {
    color: #cbd5e0;
  }

  .xl\:odd\:placeholder-gray-500:nth-child(odd)::-webkit-input-placeholder {
    color: #a0aec0;
  }

  .xl\:odd\:placeholder-gray-500:nth-child(odd)::-moz-placeholder {
    color: #a0aec0;
  }

  .xl\:odd\:placeholder-gray-500:nth-child(odd):-ms-input-placeholder {
    color: #a0aec0;
  }

  .xl\:odd\:placeholder-gray-500:nth-child(odd)::-ms-input-placeholder {
    color: #a0aec0;
  }

  .xl\:odd\:placeholder-gray-500:nth-child(odd)::placeholder {
    color: #a0aec0;
  }

  .xl\:odd\:placeholder-gray-600:nth-child(odd)::-webkit-input-placeholder {
    color: #718096;
  }

  .xl\:odd\:placeholder-gray-600:nth-child(odd)::-moz-placeholder {
    color: #718096;
  }

  .xl\:odd\:placeholder-gray-600:nth-child(odd):-ms-input-placeholder {
    color: #718096;
  }

  .xl\:odd\:placeholder-gray-600:nth-child(odd)::-ms-input-placeholder {
    color: #718096;
  }

  .xl\:odd\:placeholder-gray-600:nth-child(odd)::placeholder {
    color: #718096;
  }

  .xl\:odd\:placeholder-gray-700:nth-child(odd)::-webkit-input-placeholder {
    color: #4a5568;
  }

  .xl\:odd\:placeholder-gray-700:nth-child(odd)::-moz-placeholder {
    color: #4a5568;
  }

  .xl\:odd\:placeholder-gray-700:nth-child(odd):-ms-input-placeholder {
    color: #4a5568;
  }

  .xl\:odd\:placeholder-gray-700:nth-child(odd)::-ms-input-placeholder {
    color: #4a5568;
  }

  .xl\:odd\:placeholder-gray-700:nth-child(odd)::placeholder {
    color: #4a5568;
  }

  .xl\:odd\:placeholder-gray-800:nth-child(odd)::-webkit-input-placeholder {
    color: #2d3748;
  }

  .xl\:odd\:placeholder-gray-800:nth-child(odd)::-moz-placeholder {
    color: #2d3748;
  }

  .xl\:odd\:placeholder-gray-800:nth-child(odd):-ms-input-placeholder {
    color: #2d3748;
  }

  .xl\:odd\:placeholder-gray-800:nth-child(odd)::-ms-input-placeholder {
    color: #2d3748;
  }

  .xl\:odd\:placeholder-gray-800:nth-child(odd)::placeholder {
    color: #2d3748;
  }

  .xl\:odd\:placeholder-gray-900:nth-child(odd)::-webkit-input-placeholder {
    color: #1a202c;
  }

  .xl\:odd\:placeholder-gray-900:nth-child(odd)::-moz-placeholder {
    color: #1a202c;
  }

  .xl\:odd\:placeholder-gray-900:nth-child(odd):-ms-input-placeholder {
    color: #1a202c;
  }

  .xl\:odd\:placeholder-gray-900:nth-child(odd)::-ms-input-placeholder {
    color: #1a202c;
  }

  .xl\:odd\:placeholder-gray-900:nth-child(odd)::placeholder {
    color: #1a202c;
  }

  .xl\:odd\:placeholder-red-100:nth-child(odd)::-webkit-input-placeholder {
    color: #fff5f5;
  }

  .xl\:odd\:placeholder-red-100:nth-child(odd)::-moz-placeholder {
    color: #fff5f5;
  }

  .xl\:odd\:placeholder-red-100:nth-child(odd):-ms-input-placeholder {
    color: #fff5f5;
  }

  .xl\:odd\:placeholder-red-100:nth-child(odd)::-ms-input-placeholder {
    color: #fff5f5;
  }

  .xl\:odd\:placeholder-red-100:nth-child(odd)::placeholder {
    color: #fff5f5;
  }

  .xl\:odd\:placeholder-red-200:nth-child(odd)::-webkit-input-placeholder {
    color: #fed7d7;
  }

  .xl\:odd\:placeholder-red-200:nth-child(odd)::-moz-placeholder {
    color: #fed7d7;
  }

  .xl\:odd\:placeholder-red-200:nth-child(odd):-ms-input-placeholder {
    color: #fed7d7;
  }

  .xl\:odd\:placeholder-red-200:nth-child(odd)::-ms-input-placeholder {
    color: #fed7d7;
  }

  .xl\:odd\:placeholder-red-200:nth-child(odd)::placeholder {
    color: #fed7d7;
  }

  .xl\:odd\:placeholder-red-300:nth-child(odd)::-webkit-input-placeholder {
    color: #feb2b2;
  }

  .xl\:odd\:placeholder-red-300:nth-child(odd)::-moz-placeholder {
    color: #feb2b2;
  }

  .xl\:odd\:placeholder-red-300:nth-child(odd):-ms-input-placeholder {
    color: #feb2b2;
  }

  .xl\:odd\:placeholder-red-300:nth-child(odd)::-ms-input-placeholder {
    color: #feb2b2;
  }

  .xl\:odd\:placeholder-red-300:nth-child(odd)::placeholder {
    color: #feb2b2;
  }

  .xl\:odd\:placeholder-red-400:nth-child(odd)::-webkit-input-placeholder {
    color: #fc8181;
  }

  .xl\:odd\:placeholder-red-400:nth-child(odd)::-moz-placeholder {
    color: #fc8181;
  }

  .xl\:odd\:placeholder-red-400:nth-child(odd):-ms-input-placeholder {
    color: #fc8181;
  }

  .xl\:odd\:placeholder-red-400:nth-child(odd)::-ms-input-placeholder {
    color: #fc8181;
  }

  .xl\:odd\:placeholder-red-400:nth-child(odd)::placeholder {
    color: #fc8181;
  }

  .xl\:odd\:placeholder-red-500:nth-child(odd)::-webkit-input-placeholder {
    color: #f56565;
  }

  .xl\:odd\:placeholder-red-500:nth-child(odd)::-moz-placeholder {
    color: #f56565;
  }

  .xl\:odd\:placeholder-red-500:nth-child(odd):-ms-input-placeholder {
    color: #f56565;
  }

  .xl\:odd\:placeholder-red-500:nth-child(odd)::-ms-input-placeholder {
    color: #f56565;
  }

  .xl\:odd\:placeholder-red-500:nth-child(odd)::placeholder {
    color: #f56565;
  }

  .xl\:odd\:placeholder-red-600:nth-child(odd)::-webkit-input-placeholder {
    color: #e53e3e;
  }

  .xl\:odd\:placeholder-red-600:nth-child(odd)::-moz-placeholder {
    color: #e53e3e;
  }

  .xl\:odd\:placeholder-red-600:nth-child(odd):-ms-input-placeholder {
    color: #e53e3e;
  }

  .xl\:odd\:placeholder-red-600:nth-child(odd)::-ms-input-placeholder {
    color: #e53e3e;
  }

  .xl\:odd\:placeholder-red-600:nth-child(odd)::placeholder {
    color: #e53e3e;
  }

  .xl\:odd\:placeholder-red-700:nth-child(odd)::-webkit-input-placeholder {
    color: #c53030;
  }

  .xl\:odd\:placeholder-red-700:nth-child(odd)::-moz-placeholder {
    color: #c53030;
  }

  .xl\:odd\:placeholder-red-700:nth-child(odd):-ms-input-placeholder {
    color: #c53030;
  }

  .xl\:odd\:placeholder-red-700:nth-child(odd)::-ms-input-placeholder {
    color: #c53030;
  }

  .xl\:odd\:placeholder-red-700:nth-child(odd)::placeholder {
    color: #c53030;
  }

  .xl\:odd\:placeholder-red-800:nth-child(odd)::-webkit-input-placeholder {
    color: #9b2c2c;
  }

  .xl\:odd\:placeholder-red-800:nth-child(odd)::-moz-placeholder {
    color: #9b2c2c;
  }

  .xl\:odd\:placeholder-red-800:nth-child(odd):-ms-input-placeholder {
    color: #9b2c2c;
  }

  .xl\:odd\:placeholder-red-800:nth-child(odd)::-ms-input-placeholder {
    color: #9b2c2c;
  }

  .xl\:odd\:placeholder-red-800:nth-child(odd)::placeholder {
    color: #9b2c2c;
  }

  .xl\:odd\:placeholder-red-900:nth-child(odd)::-webkit-input-placeholder {
    color: #742a2a;
  }

  .xl\:odd\:placeholder-red-900:nth-child(odd)::-moz-placeholder {
    color: #742a2a;
  }

  .xl\:odd\:placeholder-red-900:nth-child(odd):-ms-input-placeholder {
    color: #742a2a;
  }

  .xl\:odd\:placeholder-red-900:nth-child(odd)::-ms-input-placeholder {
    color: #742a2a;
  }

  .xl\:odd\:placeholder-red-900:nth-child(odd)::placeholder {
    color: #742a2a;
  }

  .xl\:odd\:placeholder-orange-100:nth-child(odd)::-webkit-input-placeholder {
    color: #fffaf0;
  }

  .xl\:odd\:placeholder-orange-100:nth-child(odd)::-moz-placeholder {
    color: #fffaf0;
  }

  .xl\:odd\:placeholder-orange-100:nth-child(odd):-ms-input-placeholder {
    color: #fffaf0;
  }

  .xl\:odd\:placeholder-orange-100:nth-child(odd)::-ms-input-placeholder {
    color: #fffaf0;
  }

  .xl\:odd\:placeholder-orange-100:nth-child(odd)::placeholder {
    color: #fffaf0;
  }

  .xl\:odd\:placeholder-orange-200:nth-child(odd)::-webkit-input-placeholder {
    color: #feebc8;
  }

  .xl\:odd\:placeholder-orange-200:nth-child(odd)::-moz-placeholder {
    color: #feebc8;
  }

  .xl\:odd\:placeholder-orange-200:nth-child(odd):-ms-input-placeholder {
    color: #feebc8;
  }

  .xl\:odd\:placeholder-orange-200:nth-child(odd)::-ms-input-placeholder {
    color: #feebc8;
  }

  .xl\:odd\:placeholder-orange-200:nth-child(odd)::placeholder {
    color: #feebc8;
  }

  .xl\:odd\:placeholder-orange-300:nth-child(odd)::-webkit-input-placeholder {
    color: #fbd38d;
  }

  .xl\:odd\:placeholder-orange-300:nth-child(odd)::-moz-placeholder {
    color: #fbd38d;
  }

  .xl\:odd\:placeholder-orange-300:nth-child(odd):-ms-input-placeholder {
    color: #fbd38d;
  }

  .xl\:odd\:placeholder-orange-300:nth-child(odd)::-ms-input-placeholder {
    color: #fbd38d;
  }

  .xl\:odd\:placeholder-orange-300:nth-child(odd)::placeholder {
    color: #fbd38d;
  }

  .xl\:odd\:placeholder-orange-400:nth-child(odd)::-webkit-input-placeholder {
    color: #f6ad55;
  }

  .xl\:odd\:placeholder-orange-400:nth-child(odd)::-moz-placeholder {
    color: #f6ad55;
  }

  .xl\:odd\:placeholder-orange-400:nth-child(odd):-ms-input-placeholder {
    color: #f6ad55;
  }

  .xl\:odd\:placeholder-orange-400:nth-child(odd)::-ms-input-placeholder {
    color: #f6ad55;
  }

  .xl\:odd\:placeholder-orange-400:nth-child(odd)::placeholder {
    color: #f6ad55;
  }

  .xl\:odd\:placeholder-orange-500:nth-child(odd)::-webkit-input-placeholder {
    color: #ed8936;
  }

  .xl\:odd\:placeholder-orange-500:nth-child(odd)::-moz-placeholder {
    color: #ed8936;
  }

  .xl\:odd\:placeholder-orange-500:nth-child(odd):-ms-input-placeholder {
    color: #ed8936;
  }

  .xl\:odd\:placeholder-orange-500:nth-child(odd)::-ms-input-placeholder {
    color: #ed8936;
  }

  .xl\:odd\:placeholder-orange-500:nth-child(odd)::placeholder {
    color: #ed8936;
  }

  .xl\:odd\:placeholder-orange-600:nth-child(odd)::-webkit-input-placeholder {
    color: #dd6b20;
  }

  .xl\:odd\:placeholder-orange-600:nth-child(odd)::-moz-placeholder {
    color: #dd6b20;
  }

  .xl\:odd\:placeholder-orange-600:nth-child(odd):-ms-input-placeholder {
    color: #dd6b20;
  }

  .xl\:odd\:placeholder-orange-600:nth-child(odd)::-ms-input-placeholder {
    color: #dd6b20;
  }

  .xl\:odd\:placeholder-orange-600:nth-child(odd)::placeholder {
    color: #dd6b20;
  }

  .xl\:odd\:placeholder-orange-700:nth-child(odd)::-webkit-input-placeholder {
    color: #c05621;
  }

  .xl\:odd\:placeholder-orange-700:nth-child(odd)::-moz-placeholder {
    color: #c05621;
  }

  .xl\:odd\:placeholder-orange-700:nth-child(odd):-ms-input-placeholder {
    color: #c05621;
  }

  .xl\:odd\:placeholder-orange-700:nth-child(odd)::-ms-input-placeholder {
    color: #c05621;
  }

  .xl\:odd\:placeholder-orange-700:nth-child(odd)::placeholder {
    color: #c05621;
  }

  .xl\:odd\:placeholder-orange-800:nth-child(odd)::-webkit-input-placeholder {
    color: #9c4221;
  }

  .xl\:odd\:placeholder-orange-800:nth-child(odd)::-moz-placeholder {
    color: #9c4221;
  }

  .xl\:odd\:placeholder-orange-800:nth-child(odd):-ms-input-placeholder {
    color: #9c4221;
  }

  .xl\:odd\:placeholder-orange-800:nth-child(odd)::-ms-input-placeholder {
    color: #9c4221;
  }

  .xl\:odd\:placeholder-orange-800:nth-child(odd)::placeholder {
    color: #9c4221;
  }

  .xl\:odd\:placeholder-orange-900:nth-child(odd)::-webkit-input-placeholder {
    color: #7b341e;
  }

  .xl\:odd\:placeholder-orange-900:nth-child(odd)::-moz-placeholder {
    color: #7b341e;
  }

  .xl\:odd\:placeholder-orange-900:nth-child(odd):-ms-input-placeholder {
    color: #7b341e;
  }

  .xl\:odd\:placeholder-orange-900:nth-child(odd)::-ms-input-placeholder {
    color: #7b341e;
  }

  .xl\:odd\:placeholder-orange-900:nth-child(odd)::placeholder {
    color: #7b341e;
  }

  .xl\:odd\:placeholder-yellow-100:nth-child(odd)::-webkit-input-placeholder {
    color: #fffff0;
  }

  .xl\:odd\:placeholder-yellow-100:nth-child(odd)::-moz-placeholder {
    color: #fffff0;
  }

  .xl\:odd\:placeholder-yellow-100:nth-child(odd):-ms-input-placeholder {
    color: #fffff0;
  }

  .xl\:odd\:placeholder-yellow-100:nth-child(odd)::-ms-input-placeholder {
    color: #fffff0;
  }

  .xl\:odd\:placeholder-yellow-100:nth-child(odd)::placeholder {
    color: #fffff0;
  }

  .xl\:odd\:placeholder-yellow-200:nth-child(odd)::-webkit-input-placeholder {
    color: #fefcbf;
  }

  .xl\:odd\:placeholder-yellow-200:nth-child(odd)::-moz-placeholder {
    color: #fefcbf;
  }

  .xl\:odd\:placeholder-yellow-200:nth-child(odd):-ms-input-placeholder {
    color: #fefcbf;
  }

  .xl\:odd\:placeholder-yellow-200:nth-child(odd)::-ms-input-placeholder {
    color: #fefcbf;
  }

  .xl\:odd\:placeholder-yellow-200:nth-child(odd)::placeholder {
    color: #fefcbf;
  }

  .xl\:odd\:placeholder-yellow-300:nth-child(odd)::-webkit-input-placeholder {
    color: #faf089;
  }

  .xl\:odd\:placeholder-yellow-300:nth-child(odd)::-moz-placeholder {
    color: #faf089;
  }

  .xl\:odd\:placeholder-yellow-300:nth-child(odd):-ms-input-placeholder {
    color: #faf089;
  }

  .xl\:odd\:placeholder-yellow-300:nth-child(odd)::-ms-input-placeholder {
    color: #faf089;
  }

  .xl\:odd\:placeholder-yellow-300:nth-child(odd)::placeholder {
    color: #faf089;
  }

  .xl\:odd\:placeholder-yellow-400:nth-child(odd)::-webkit-input-placeholder {
    color: #f6e05e;
  }

  .xl\:odd\:placeholder-yellow-400:nth-child(odd)::-moz-placeholder {
    color: #f6e05e;
  }

  .xl\:odd\:placeholder-yellow-400:nth-child(odd):-ms-input-placeholder {
    color: #f6e05e;
  }

  .xl\:odd\:placeholder-yellow-400:nth-child(odd)::-ms-input-placeholder {
    color: #f6e05e;
  }

  .xl\:odd\:placeholder-yellow-400:nth-child(odd)::placeholder {
    color: #f6e05e;
  }

  .xl\:odd\:placeholder-yellow-500:nth-child(odd)::-webkit-input-placeholder {
    color: #ecc94b;
  }

  .xl\:odd\:placeholder-yellow-500:nth-child(odd)::-moz-placeholder {
    color: #ecc94b;
  }

  .xl\:odd\:placeholder-yellow-500:nth-child(odd):-ms-input-placeholder {
    color: #ecc94b;
  }

  .xl\:odd\:placeholder-yellow-500:nth-child(odd)::-ms-input-placeholder {
    color: #ecc94b;
  }

  .xl\:odd\:placeholder-yellow-500:nth-child(odd)::placeholder {
    color: #ecc94b;
  }

  .xl\:odd\:placeholder-yellow-600:nth-child(odd)::-webkit-input-placeholder {
    color: #d69e2e;
  }

  .xl\:odd\:placeholder-yellow-600:nth-child(odd)::-moz-placeholder {
    color: #d69e2e;
  }

  .xl\:odd\:placeholder-yellow-600:nth-child(odd):-ms-input-placeholder {
    color: #d69e2e;
  }

  .xl\:odd\:placeholder-yellow-600:nth-child(odd)::-ms-input-placeholder {
    color: #d69e2e;
  }

  .xl\:odd\:placeholder-yellow-600:nth-child(odd)::placeholder {
    color: #d69e2e;
  }

  .xl\:odd\:placeholder-yellow-700:nth-child(odd)::-webkit-input-placeholder {
    color: #b7791f;
  }

  .xl\:odd\:placeholder-yellow-700:nth-child(odd)::-moz-placeholder {
    color: #b7791f;
  }

  .xl\:odd\:placeholder-yellow-700:nth-child(odd):-ms-input-placeholder {
    color: #b7791f;
  }

  .xl\:odd\:placeholder-yellow-700:nth-child(odd)::-ms-input-placeholder {
    color: #b7791f;
  }

  .xl\:odd\:placeholder-yellow-700:nth-child(odd)::placeholder {
    color: #b7791f;
  }

  .xl\:odd\:placeholder-yellow-800:nth-child(odd)::-webkit-input-placeholder {
    color: #975a16;
  }

  .xl\:odd\:placeholder-yellow-800:nth-child(odd)::-moz-placeholder {
    color: #975a16;
  }

  .xl\:odd\:placeholder-yellow-800:nth-child(odd):-ms-input-placeholder {
    color: #975a16;
  }

  .xl\:odd\:placeholder-yellow-800:nth-child(odd)::-ms-input-placeholder {
    color: #975a16;
  }

  .xl\:odd\:placeholder-yellow-800:nth-child(odd)::placeholder {
    color: #975a16;
  }

  .xl\:odd\:placeholder-yellow-900:nth-child(odd)::-webkit-input-placeholder {
    color: #744210;
  }

  .xl\:odd\:placeholder-yellow-900:nth-child(odd)::-moz-placeholder {
    color: #744210;
  }

  .xl\:odd\:placeholder-yellow-900:nth-child(odd):-ms-input-placeholder {
    color: #744210;
  }

  .xl\:odd\:placeholder-yellow-900:nth-child(odd)::-ms-input-placeholder {
    color: #744210;
  }

  .xl\:odd\:placeholder-yellow-900:nth-child(odd)::placeholder {
    color: #744210;
  }

  .xl\:odd\:placeholder-green-100:nth-child(odd)::-webkit-input-placeholder {
    color: #f0fff4;
  }

  .xl\:odd\:placeholder-green-100:nth-child(odd)::-moz-placeholder {
    color: #f0fff4;
  }

  .xl\:odd\:placeholder-green-100:nth-child(odd):-ms-input-placeholder {
    color: #f0fff4;
  }

  .xl\:odd\:placeholder-green-100:nth-child(odd)::-ms-input-placeholder {
    color: #f0fff4;
  }

  .xl\:odd\:placeholder-green-100:nth-child(odd)::placeholder {
    color: #f0fff4;
  }

  .xl\:odd\:placeholder-green-200:nth-child(odd)::-webkit-input-placeholder {
    color: #c6f6d5;
  }

  .xl\:odd\:placeholder-green-200:nth-child(odd)::-moz-placeholder {
    color: #c6f6d5;
  }

  .xl\:odd\:placeholder-green-200:nth-child(odd):-ms-input-placeholder {
    color: #c6f6d5;
  }

  .xl\:odd\:placeholder-green-200:nth-child(odd)::-ms-input-placeholder {
    color: #c6f6d5;
  }

  .xl\:odd\:placeholder-green-200:nth-child(odd)::placeholder {
    color: #c6f6d5;
  }

  .xl\:odd\:placeholder-green-300:nth-child(odd)::-webkit-input-placeholder {
    color: #9ae6b4;
  }

  .xl\:odd\:placeholder-green-300:nth-child(odd)::-moz-placeholder {
    color: #9ae6b4;
  }

  .xl\:odd\:placeholder-green-300:nth-child(odd):-ms-input-placeholder {
    color: #9ae6b4;
  }

  .xl\:odd\:placeholder-green-300:nth-child(odd)::-ms-input-placeholder {
    color: #9ae6b4;
  }

  .xl\:odd\:placeholder-green-300:nth-child(odd)::placeholder {
    color: #9ae6b4;
  }

  .xl\:odd\:placeholder-green-400:nth-child(odd)::-webkit-input-placeholder {
    color: #68d391;
  }

  .xl\:odd\:placeholder-green-400:nth-child(odd)::-moz-placeholder {
    color: #68d391;
  }

  .xl\:odd\:placeholder-green-400:nth-child(odd):-ms-input-placeholder {
    color: #68d391;
  }

  .xl\:odd\:placeholder-green-400:nth-child(odd)::-ms-input-placeholder {
    color: #68d391;
  }

  .xl\:odd\:placeholder-green-400:nth-child(odd)::placeholder {
    color: #68d391;
  }

  .xl\:odd\:placeholder-green-500:nth-child(odd)::-webkit-input-placeholder {
    color: #48bb78;
  }

  .xl\:odd\:placeholder-green-500:nth-child(odd)::-moz-placeholder {
    color: #48bb78;
  }

  .xl\:odd\:placeholder-green-500:nth-child(odd):-ms-input-placeholder {
    color: #48bb78;
  }

  .xl\:odd\:placeholder-green-500:nth-child(odd)::-ms-input-placeholder {
    color: #48bb78;
  }

  .xl\:odd\:placeholder-green-500:nth-child(odd)::placeholder {
    color: #48bb78;
  }

  .xl\:odd\:placeholder-green-600:nth-child(odd)::-webkit-input-placeholder {
    color: #38a169;
  }

  .xl\:odd\:placeholder-green-600:nth-child(odd)::-moz-placeholder {
    color: #38a169;
  }

  .xl\:odd\:placeholder-green-600:nth-child(odd):-ms-input-placeholder {
    color: #38a169;
  }

  .xl\:odd\:placeholder-green-600:nth-child(odd)::-ms-input-placeholder {
    color: #38a169;
  }

  .xl\:odd\:placeholder-green-600:nth-child(odd)::placeholder {
    color: #38a169;
  }

  .xl\:odd\:placeholder-green-700:nth-child(odd)::-webkit-input-placeholder {
    color: #2f855a;
  }

  .xl\:odd\:placeholder-green-700:nth-child(odd)::-moz-placeholder {
    color: #2f855a;
  }

  .xl\:odd\:placeholder-green-700:nth-child(odd):-ms-input-placeholder {
    color: #2f855a;
  }

  .xl\:odd\:placeholder-green-700:nth-child(odd)::-ms-input-placeholder {
    color: #2f855a;
  }

  .xl\:odd\:placeholder-green-700:nth-child(odd)::placeholder {
    color: #2f855a;
  }

  .xl\:odd\:placeholder-green-800:nth-child(odd)::-webkit-input-placeholder {
    color: #276749;
  }

  .xl\:odd\:placeholder-green-800:nth-child(odd)::-moz-placeholder {
    color: #276749;
  }

  .xl\:odd\:placeholder-green-800:nth-child(odd):-ms-input-placeholder {
    color: #276749;
  }

  .xl\:odd\:placeholder-green-800:nth-child(odd)::-ms-input-placeholder {
    color: #276749;
  }

  .xl\:odd\:placeholder-green-800:nth-child(odd)::placeholder {
    color: #276749;
  }

  .xl\:odd\:placeholder-green-900:nth-child(odd)::-webkit-input-placeholder {
    color: #22543d;
  }

  .xl\:odd\:placeholder-green-900:nth-child(odd)::-moz-placeholder {
    color: #22543d;
  }

  .xl\:odd\:placeholder-green-900:nth-child(odd):-ms-input-placeholder {
    color: #22543d;
  }

  .xl\:odd\:placeholder-green-900:nth-child(odd)::-ms-input-placeholder {
    color: #22543d;
  }

  .xl\:odd\:placeholder-green-900:nth-child(odd)::placeholder {
    color: #22543d;
  }

  .xl\:odd\:placeholder-teal-100:nth-child(odd)::-webkit-input-placeholder {
    color: #e6fffa;
  }

  .xl\:odd\:placeholder-teal-100:nth-child(odd)::-moz-placeholder {
    color: #e6fffa;
  }

  .xl\:odd\:placeholder-teal-100:nth-child(odd):-ms-input-placeholder {
    color: #e6fffa;
  }

  .xl\:odd\:placeholder-teal-100:nth-child(odd)::-ms-input-placeholder {
    color: #e6fffa;
  }

  .xl\:odd\:placeholder-teal-100:nth-child(odd)::placeholder {
    color: #e6fffa;
  }

  .xl\:odd\:placeholder-teal-200:nth-child(odd)::-webkit-input-placeholder {
    color: #b2f5ea;
  }

  .xl\:odd\:placeholder-teal-200:nth-child(odd)::-moz-placeholder {
    color: #b2f5ea;
  }

  .xl\:odd\:placeholder-teal-200:nth-child(odd):-ms-input-placeholder {
    color: #b2f5ea;
  }

  .xl\:odd\:placeholder-teal-200:nth-child(odd)::-ms-input-placeholder {
    color: #b2f5ea;
  }

  .xl\:odd\:placeholder-teal-200:nth-child(odd)::placeholder {
    color: #b2f5ea;
  }

  .xl\:odd\:placeholder-teal-300:nth-child(odd)::-webkit-input-placeholder {
    color: #81e6d9;
  }

  .xl\:odd\:placeholder-teal-300:nth-child(odd)::-moz-placeholder {
    color: #81e6d9;
  }

  .xl\:odd\:placeholder-teal-300:nth-child(odd):-ms-input-placeholder {
    color: #81e6d9;
  }

  .xl\:odd\:placeholder-teal-300:nth-child(odd)::-ms-input-placeholder {
    color: #81e6d9;
  }

  .xl\:odd\:placeholder-teal-300:nth-child(odd)::placeholder {
    color: #81e6d9;
  }

  .xl\:odd\:placeholder-teal-400:nth-child(odd)::-webkit-input-placeholder {
    color: #4fd1c5;
  }

  .xl\:odd\:placeholder-teal-400:nth-child(odd)::-moz-placeholder {
    color: #4fd1c5;
  }

  .xl\:odd\:placeholder-teal-400:nth-child(odd):-ms-input-placeholder {
    color: #4fd1c5;
  }

  .xl\:odd\:placeholder-teal-400:nth-child(odd)::-ms-input-placeholder {
    color: #4fd1c5;
  }

  .xl\:odd\:placeholder-teal-400:nth-child(odd)::placeholder {
    color: #4fd1c5;
  }

  .xl\:odd\:placeholder-teal-500:nth-child(odd)::-webkit-input-placeholder {
    color: #38b2ac;
  }

  .xl\:odd\:placeholder-teal-500:nth-child(odd)::-moz-placeholder {
    color: #38b2ac;
  }

  .xl\:odd\:placeholder-teal-500:nth-child(odd):-ms-input-placeholder {
    color: #38b2ac;
  }

  .xl\:odd\:placeholder-teal-500:nth-child(odd)::-ms-input-placeholder {
    color: #38b2ac;
  }

  .xl\:odd\:placeholder-teal-500:nth-child(odd)::placeholder {
    color: #38b2ac;
  }

  .xl\:odd\:placeholder-teal-600:nth-child(odd)::-webkit-input-placeholder {
    color: #319795;
  }

  .xl\:odd\:placeholder-teal-600:nth-child(odd)::-moz-placeholder {
    color: #319795;
  }

  .xl\:odd\:placeholder-teal-600:nth-child(odd):-ms-input-placeholder {
    color: #319795;
  }

  .xl\:odd\:placeholder-teal-600:nth-child(odd)::-ms-input-placeholder {
    color: #319795;
  }

  .xl\:odd\:placeholder-teal-600:nth-child(odd)::placeholder {
    color: #319795;
  }

  .xl\:odd\:placeholder-teal-700:nth-child(odd)::-webkit-input-placeholder {
    color: #2c7a7b;
  }

  .xl\:odd\:placeholder-teal-700:nth-child(odd)::-moz-placeholder {
    color: #2c7a7b;
  }

  .xl\:odd\:placeholder-teal-700:nth-child(odd):-ms-input-placeholder {
    color: #2c7a7b;
  }

  .xl\:odd\:placeholder-teal-700:nth-child(odd)::-ms-input-placeholder {
    color: #2c7a7b;
  }

  .xl\:odd\:placeholder-teal-700:nth-child(odd)::placeholder {
    color: #2c7a7b;
  }

  .xl\:odd\:placeholder-teal-800:nth-child(odd)::-webkit-input-placeholder {
    color: #285e61;
  }

  .xl\:odd\:placeholder-teal-800:nth-child(odd)::-moz-placeholder {
    color: #285e61;
  }

  .xl\:odd\:placeholder-teal-800:nth-child(odd):-ms-input-placeholder {
    color: #285e61;
  }

  .xl\:odd\:placeholder-teal-800:nth-child(odd)::-ms-input-placeholder {
    color: #285e61;
  }

  .xl\:odd\:placeholder-teal-800:nth-child(odd)::placeholder {
    color: #285e61;
  }

  .xl\:odd\:placeholder-teal-900:nth-child(odd)::-webkit-input-placeholder {
    color: #234e52;
  }

  .xl\:odd\:placeholder-teal-900:nth-child(odd)::-moz-placeholder {
    color: #234e52;
  }

  .xl\:odd\:placeholder-teal-900:nth-child(odd):-ms-input-placeholder {
    color: #234e52;
  }

  .xl\:odd\:placeholder-teal-900:nth-child(odd)::-ms-input-placeholder {
    color: #234e52;
  }

  .xl\:odd\:placeholder-teal-900:nth-child(odd)::placeholder {
    color: #234e52;
  }

  .xl\:odd\:placeholder-blue-100:nth-child(odd)::-webkit-input-placeholder {
    color: #ebf8ff;
  }

  .xl\:odd\:placeholder-blue-100:nth-child(odd)::-moz-placeholder {
    color: #ebf8ff;
  }

  .xl\:odd\:placeholder-blue-100:nth-child(odd):-ms-input-placeholder {
    color: #ebf8ff;
  }

  .xl\:odd\:placeholder-blue-100:nth-child(odd)::-ms-input-placeholder {
    color: #ebf8ff;
  }

  .xl\:odd\:placeholder-blue-100:nth-child(odd)::placeholder {
    color: #ebf8ff;
  }

  .xl\:odd\:placeholder-blue-200:nth-child(odd)::-webkit-input-placeholder {
    color: #bee3f8;
  }

  .xl\:odd\:placeholder-blue-200:nth-child(odd)::-moz-placeholder {
    color: #bee3f8;
  }

  .xl\:odd\:placeholder-blue-200:nth-child(odd):-ms-input-placeholder {
    color: #bee3f8;
  }

  .xl\:odd\:placeholder-blue-200:nth-child(odd)::-ms-input-placeholder {
    color: #bee3f8;
  }

  .xl\:odd\:placeholder-blue-200:nth-child(odd)::placeholder {
    color: #bee3f8;
  }

  .xl\:odd\:placeholder-blue-300:nth-child(odd)::-webkit-input-placeholder {
    color: #90cdf4;
  }

  .xl\:odd\:placeholder-blue-300:nth-child(odd)::-moz-placeholder {
    color: #90cdf4;
  }

  .xl\:odd\:placeholder-blue-300:nth-child(odd):-ms-input-placeholder {
    color: #90cdf4;
  }

  .xl\:odd\:placeholder-blue-300:nth-child(odd)::-ms-input-placeholder {
    color: #90cdf4;
  }

  .xl\:odd\:placeholder-blue-300:nth-child(odd)::placeholder {
    color: #90cdf4;
  }

  .xl\:odd\:placeholder-blue-400:nth-child(odd)::-webkit-input-placeholder {
    color: #63b3ed;
  }

  .xl\:odd\:placeholder-blue-400:nth-child(odd)::-moz-placeholder {
    color: #63b3ed;
  }

  .xl\:odd\:placeholder-blue-400:nth-child(odd):-ms-input-placeholder {
    color: #63b3ed;
  }

  .xl\:odd\:placeholder-blue-400:nth-child(odd)::-ms-input-placeholder {
    color: #63b3ed;
  }

  .xl\:odd\:placeholder-blue-400:nth-child(odd)::placeholder {
    color: #63b3ed;
  }

  .xl\:odd\:placeholder-blue-500:nth-child(odd)::-webkit-input-placeholder {
    color: #4299e1;
  }

  .xl\:odd\:placeholder-blue-500:nth-child(odd)::-moz-placeholder {
    color: #4299e1;
  }

  .xl\:odd\:placeholder-blue-500:nth-child(odd):-ms-input-placeholder {
    color: #4299e1;
  }

  .xl\:odd\:placeholder-blue-500:nth-child(odd)::-ms-input-placeholder {
    color: #4299e1;
  }

  .xl\:odd\:placeholder-blue-500:nth-child(odd)::placeholder {
    color: #4299e1;
  }

  .xl\:odd\:placeholder-blue-600:nth-child(odd)::-webkit-input-placeholder {
    color: #3182ce;
  }

  .xl\:odd\:placeholder-blue-600:nth-child(odd)::-moz-placeholder {
    color: #3182ce;
  }

  .xl\:odd\:placeholder-blue-600:nth-child(odd):-ms-input-placeholder {
    color: #3182ce;
  }

  .xl\:odd\:placeholder-blue-600:nth-child(odd)::-ms-input-placeholder {
    color: #3182ce;
  }

  .xl\:odd\:placeholder-blue-600:nth-child(odd)::placeholder {
    color: #3182ce;
  }

  .xl\:odd\:placeholder-blue-700:nth-child(odd)::-webkit-input-placeholder {
    color: #2b6cb0;
  }

  .xl\:odd\:placeholder-blue-700:nth-child(odd)::-moz-placeholder {
    color: #2b6cb0;
  }

  .xl\:odd\:placeholder-blue-700:nth-child(odd):-ms-input-placeholder {
    color: #2b6cb0;
  }

  .xl\:odd\:placeholder-blue-700:nth-child(odd)::-ms-input-placeholder {
    color: #2b6cb0;
  }

  .xl\:odd\:placeholder-blue-700:nth-child(odd)::placeholder {
    color: #2b6cb0;
  }

  .xl\:odd\:placeholder-blue-800:nth-child(odd)::-webkit-input-placeholder {
    color: #2c5282;
  }

  .xl\:odd\:placeholder-blue-800:nth-child(odd)::-moz-placeholder {
    color: #2c5282;
  }

  .xl\:odd\:placeholder-blue-800:nth-child(odd):-ms-input-placeholder {
    color: #2c5282;
  }

  .xl\:odd\:placeholder-blue-800:nth-child(odd)::-ms-input-placeholder {
    color: #2c5282;
  }

  .xl\:odd\:placeholder-blue-800:nth-child(odd)::placeholder {
    color: #2c5282;
  }

  .xl\:odd\:placeholder-blue-900:nth-child(odd)::-webkit-input-placeholder {
    color: #2a4365;
  }

  .xl\:odd\:placeholder-blue-900:nth-child(odd)::-moz-placeholder {
    color: #2a4365;
  }

  .xl\:odd\:placeholder-blue-900:nth-child(odd):-ms-input-placeholder {
    color: #2a4365;
  }

  .xl\:odd\:placeholder-blue-900:nth-child(odd)::-ms-input-placeholder {
    color: #2a4365;
  }

  .xl\:odd\:placeholder-blue-900:nth-child(odd)::placeholder {
    color: #2a4365;
  }

  .xl\:odd\:placeholder-indigo-100:nth-child(odd)::-webkit-input-placeholder {
    color: #ebf4ff;
  }

  .xl\:odd\:placeholder-indigo-100:nth-child(odd)::-moz-placeholder {
    color: #ebf4ff;
  }

  .xl\:odd\:placeholder-indigo-100:nth-child(odd):-ms-input-placeholder {
    color: #ebf4ff;
  }

  .xl\:odd\:placeholder-indigo-100:nth-child(odd)::-ms-input-placeholder {
    color: #ebf4ff;
  }

  .xl\:odd\:placeholder-indigo-100:nth-child(odd)::placeholder {
    color: #ebf4ff;
  }

  .xl\:odd\:placeholder-indigo-200:nth-child(odd)::-webkit-input-placeholder {
    color: #c3dafe;
  }

  .xl\:odd\:placeholder-indigo-200:nth-child(odd)::-moz-placeholder {
    color: #c3dafe;
  }

  .xl\:odd\:placeholder-indigo-200:nth-child(odd):-ms-input-placeholder {
    color: #c3dafe;
  }

  .xl\:odd\:placeholder-indigo-200:nth-child(odd)::-ms-input-placeholder {
    color: #c3dafe;
  }

  .xl\:odd\:placeholder-indigo-200:nth-child(odd)::placeholder {
    color: #c3dafe;
  }

  .xl\:odd\:placeholder-indigo-300:nth-child(odd)::-webkit-input-placeholder {
    color: #a3bffa;
  }

  .xl\:odd\:placeholder-indigo-300:nth-child(odd)::-moz-placeholder {
    color: #a3bffa;
  }

  .xl\:odd\:placeholder-indigo-300:nth-child(odd):-ms-input-placeholder {
    color: #a3bffa;
  }

  .xl\:odd\:placeholder-indigo-300:nth-child(odd)::-ms-input-placeholder {
    color: #a3bffa;
  }

  .xl\:odd\:placeholder-indigo-300:nth-child(odd)::placeholder {
    color: #a3bffa;
  }

  .xl\:odd\:placeholder-indigo-400:nth-child(odd)::-webkit-input-placeholder {
    color: #7f9cf5;
  }

  .xl\:odd\:placeholder-indigo-400:nth-child(odd)::-moz-placeholder {
    color: #7f9cf5;
  }

  .xl\:odd\:placeholder-indigo-400:nth-child(odd):-ms-input-placeholder {
    color: #7f9cf5;
  }

  .xl\:odd\:placeholder-indigo-400:nth-child(odd)::-ms-input-placeholder {
    color: #7f9cf5;
  }

  .xl\:odd\:placeholder-indigo-400:nth-child(odd)::placeholder {
    color: #7f9cf5;
  }

  .xl\:odd\:placeholder-indigo-500:nth-child(odd)::-webkit-input-placeholder {
    color: #667eea;
  }

  .xl\:odd\:placeholder-indigo-500:nth-child(odd)::-moz-placeholder {
    color: #667eea;
  }

  .xl\:odd\:placeholder-indigo-500:nth-child(odd):-ms-input-placeholder {
    color: #667eea;
  }

  .xl\:odd\:placeholder-indigo-500:nth-child(odd)::-ms-input-placeholder {
    color: #667eea;
  }

  .xl\:odd\:placeholder-indigo-500:nth-child(odd)::placeholder {
    color: #667eea;
  }

  .xl\:odd\:placeholder-indigo-600:nth-child(odd)::-webkit-input-placeholder {
    color: #5a67d8;
  }

  .xl\:odd\:placeholder-indigo-600:nth-child(odd)::-moz-placeholder {
    color: #5a67d8;
  }

  .xl\:odd\:placeholder-indigo-600:nth-child(odd):-ms-input-placeholder {
    color: #5a67d8;
  }

  .xl\:odd\:placeholder-indigo-600:nth-child(odd)::-ms-input-placeholder {
    color: #5a67d8;
  }

  .xl\:odd\:placeholder-indigo-600:nth-child(odd)::placeholder {
    color: #5a67d8;
  }

  .xl\:odd\:placeholder-indigo-700:nth-child(odd)::-webkit-input-placeholder {
    color: #4c51bf;
  }

  .xl\:odd\:placeholder-indigo-700:nth-child(odd)::-moz-placeholder {
    color: #4c51bf;
  }

  .xl\:odd\:placeholder-indigo-700:nth-child(odd):-ms-input-placeholder {
    color: #4c51bf;
  }

  .xl\:odd\:placeholder-indigo-700:nth-child(odd)::-ms-input-placeholder {
    color: #4c51bf;
  }

  .xl\:odd\:placeholder-indigo-700:nth-child(odd)::placeholder {
    color: #4c51bf;
  }

  .xl\:odd\:placeholder-indigo-800:nth-child(odd)::-webkit-input-placeholder {
    color: #434190;
  }

  .xl\:odd\:placeholder-indigo-800:nth-child(odd)::-moz-placeholder {
    color: #434190;
  }

  .xl\:odd\:placeholder-indigo-800:nth-child(odd):-ms-input-placeholder {
    color: #434190;
  }

  .xl\:odd\:placeholder-indigo-800:nth-child(odd)::-ms-input-placeholder {
    color: #434190;
  }

  .xl\:odd\:placeholder-indigo-800:nth-child(odd)::placeholder {
    color: #434190;
  }

  .xl\:odd\:placeholder-indigo-900:nth-child(odd)::-webkit-input-placeholder {
    color: #3c366b;
  }

  .xl\:odd\:placeholder-indigo-900:nth-child(odd)::-moz-placeholder {
    color: #3c366b;
  }

  .xl\:odd\:placeholder-indigo-900:nth-child(odd):-ms-input-placeholder {
    color: #3c366b;
  }

  .xl\:odd\:placeholder-indigo-900:nth-child(odd)::-ms-input-placeholder {
    color: #3c366b;
  }

  .xl\:odd\:placeholder-indigo-900:nth-child(odd)::placeholder {
    color: #3c366b;
  }

  .xl\:odd\:placeholder-purple-100:nth-child(odd)::-webkit-input-placeholder {
    color: #faf5ff;
  }

  .xl\:odd\:placeholder-purple-100:nth-child(odd)::-moz-placeholder {
    color: #faf5ff;
  }

  .xl\:odd\:placeholder-purple-100:nth-child(odd):-ms-input-placeholder {
    color: #faf5ff;
  }

  .xl\:odd\:placeholder-purple-100:nth-child(odd)::-ms-input-placeholder {
    color: #faf5ff;
  }

  .xl\:odd\:placeholder-purple-100:nth-child(odd)::placeholder {
    color: #faf5ff;
  }

  .xl\:odd\:placeholder-purple-200:nth-child(odd)::-webkit-input-placeholder {
    color: #e9d8fd;
  }

  .xl\:odd\:placeholder-purple-200:nth-child(odd)::-moz-placeholder {
    color: #e9d8fd;
  }

  .xl\:odd\:placeholder-purple-200:nth-child(odd):-ms-input-placeholder {
    color: #e9d8fd;
  }

  .xl\:odd\:placeholder-purple-200:nth-child(odd)::-ms-input-placeholder {
    color: #e9d8fd;
  }

  .xl\:odd\:placeholder-purple-200:nth-child(odd)::placeholder {
    color: #e9d8fd;
  }

  .xl\:odd\:placeholder-purple-300:nth-child(odd)::-webkit-input-placeholder {
    color: #d6bcfa;
  }

  .xl\:odd\:placeholder-purple-300:nth-child(odd)::-moz-placeholder {
    color: #d6bcfa;
  }

  .xl\:odd\:placeholder-purple-300:nth-child(odd):-ms-input-placeholder {
    color: #d6bcfa;
  }

  .xl\:odd\:placeholder-purple-300:nth-child(odd)::-ms-input-placeholder {
    color: #d6bcfa;
  }

  .xl\:odd\:placeholder-purple-300:nth-child(odd)::placeholder {
    color: #d6bcfa;
  }

  .xl\:odd\:placeholder-purple-400:nth-child(odd)::-webkit-input-placeholder {
    color: #b794f4;
  }

  .xl\:odd\:placeholder-purple-400:nth-child(odd)::-moz-placeholder {
    color: #b794f4;
  }

  .xl\:odd\:placeholder-purple-400:nth-child(odd):-ms-input-placeholder {
    color: #b794f4;
  }

  .xl\:odd\:placeholder-purple-400:nth-child(odd)::-ms-input-placeholder {
    color: #b794f4;
  }

  .xl\:odd\:placeholder-purple-400:nth-child(odd)::placeholder {
    color: #b794f4;
  }

  .xl\:odd\:placeholder-purple-500:nth-child(odd)::-webkit-input-placeholder {
    color: #9f7aea;
  }

  .xl\:odd\:placeholder-purple-500:nth-child(odd)::-moz-placeholder {
    color: #9f7aea;
  }

  .xl\:odd\:placeholder-purple-500:nth-child(odd):-ms-input-placeholder {
    color: #9f7aea;
  }

  .xl\:odd\:placeholder-purple-500:nth-child(odd)::-ms-input-placeholder {
    color: #9f7aea;
  }

  .xl\:odd\:placeholder-purple-500:nth-child(odd)::placeholder {
    color: #9f7aea;
  }

  .xl\:odd\:placeholder-purple-600:nth-child(odd)::-webkit-input-placeholder {
    color: #805ad5;
  }

  .xl\:odd\:placeholder-purple-600:nth-child(odd)::-moz-placeholder {
    color: #805ad5;
  }

  .xl\:odd\:placeholder-purple-600:nth-child(odd):-ms-input-placeholder {
    color: #805ad5;
  }

  .xl\:odd\:placeholder-purple-600:nth-child(odd)::-ms-input-placeholder {
    color: #805ad5;
  }

  .xl\:odd\:placeholder-purple-600:nth-child(odd)::placeholder {
    color: #805ad5;
  }

  .xl\:odd\:placeholder-purple-700:nth-child(odd)::-webkit-input-placeholder {
    color: #6b46c1;
  }

  .xl\:odd\:placeholder-purple-700:nth-child(odd)::-moz-placeholder {
    color: #6b46c1;
  }

  .xl\:odd\:placeholder-purple-700:nth-child(odd):-ms-input-placeholder {
    color: #6b46c1;
  }

  .xl\:odd\:placeholder-purple-700:nth-child(odd)::-ms-input-placeholder {
    color: #6b46c1;
  }

  .xl\:odd\:placeholder-purple-700:nth-child(odd)::placeholder {
    color: #6b46c1;
  }

  .xl\:odd\:placeholder-purple-800:nth-child(odd)::-webkit-input-placeholder {
    color: #553c9a;
  }

  .xl\:odd\:placeholder-purple-800:nth-child(odd)::-moz-placeholder {
    color: #553c9a;
  }

  .xl\:odd\:placeholder-purple-800:nth-child(odd):-ms-input-placeholder {
    color: #553c9a;
  }

  .xl\:odd\:placeholder-purple-800:nth-child(odd)::-ms-input-placeholder {
    color: #553c9a;
  }

  .xl\:odd\:placeholder-purple-800:nth-child(odd)::placeholder {
    color: #553c9a;
  }

  .xl\:odd\:placeholder-purple-900:nth-child(odd)::-webkit-input-placeholder {
    color: #44337a;
  }

  .xl\:odd\:placeholder-purple-900:nth-child(odd)::-moz-placeholder {
    color: #44337a;
  }

  .xl\:odd\:placeholder-purple-900:nth-child(odd):-ms-input-placeholder {
    color: #44337a;
  }

  .xl\:odd\:placeholder-purple-900:nth-child(odd)::-ms-input-placeholder {
    color: #44337a;
  }

  .xl\:odd\:placeholder-purple-900:nth-child(odd)::placeholder {
    color: #44337a;
  }

  .xl\:odd\:placeholder-pink-100:nth-child(odd)::-webkit-input-placeholder {
    color: #fff5f7;
  }

  .xl\:odd\:placeholder-pink-100:nth-child(odd)::-moz-placeholder {
    color: #fff5f7;
  }

  .xl\:odd\:placeholder-pink-100:nth-child(odd):-ms-input-placeholder {
    color: #fff5f7;
  }

  .xl\:odd\:placeholder-pink-100:nth-child(odd)::-ms-input-placeholder {
    color: #fff5f7;
  }

  .xl\:odd\:placeholder-pink-100:nth-child(odd)::placeholder {
    color: #fff5f7;
  }

  .xl\:odd\:placeholder-pink-200:nth-child(odd)::-webkit-input-placeholder {
    color: #fed7e2;
  }

  .xl\:odd\:placeholder-pink-200:nth-child(odd)::-moz-placeholder {
    color: #fed7e2;
  }

  .xl\:odd\:placeholder-pink-200:nth-child(odd):-ms-input-placeholder {
    color: #fed7e2;
  }

  .xl\:odd\:placeholder-pink-200:nth-child(odd)::-ms-input-placeholder {
    color: #fed7e2;
  }

  .xl\:odd\:placeholder-pink-200:nth-child(odd)::placeholder {
    color: #fed7e2;
  }

  .xl\:odd\:placeholder-pink-300:nth-child(odd)::-webkit-input-placeholder {
    color: #fbb6ce;
  }

  .xl\:odd\:placeholder-pink-300:nth-child(odd)::-moz-placeholder {
    color: #fbb6ce;
  }

  .xl\:odd\:placeholder-pink-300:nth-child(odd):-ms-input-placeholder {
    color: #fbb6ce;
  }

  .xl\:odd\:placeholder-pink-300:nth-child(odd)::-ms-input-placeholder {
    color: #fbb6ce;
  }

  .xl\:odd\:placeholder-pink-300:nth-child(odd)::placeholder {
    color: #fbb6ce;
  }

  .xl\:odd\:placeholder-pink-400:nth-child(odd)::-webkit-input-placeholder {
    color: #f687b3;
  }

  .xl\:odd\:placeholder-pink-400:nth-child(odd)::-moz-placeholder {
    color: #f687b3;
  }

  .xl\:odd\:placeholder-pink-400:nth-child(odd):-ms-input-placeholder {
    color: #f687b3;
  }

  .xl\:odd\:placeholder-pink-400:nth-child(odd)::-ms-input-placeholder {
    color: #f687b3;
  }

  .xl\:odd\:placeholder-pink-400:nth-child(odd)::placeholder {
    color: #f687b3;
  }

  .xl\:odd\:placeholder-pink-500:nth-child(odd)::-webkit-input-placeholder {
    color: #ed64a6;
  }

  .xl\:odd\:placeholder-pink-500:nth-child(odd)::-moz-placeholder {
    color: #ed64a6;
  }

  .xl\:odd\:placeholder-pink-500:nth-child(odd):-ms-input-placeholder {
    color: #ed64a6;
  }

  .xl\:odd\:placeholder-pink-500:nth-child(odd)::-ms-input-placeholder {
    color: #ed64a6;
  }

  .xl\:odd\:placeholder-pink-500:nth-child(odd)::placeholder {
    color: #ed64a6;
  }

  .xl\:odd\:placeholder-pink-600:nth-child(odd)::-webkit-input-placeholder {
    color: #d53f8c;
  }

  .xl\:odd\:placeholder-pink-600:nth-child(odd)::-moz-placeholder {
    color: #d53f8c;
  }

  .xl\:odd\:placeholder-pink-600:nth-child(odd):-ms-input-placeholder {
    color: #d53f8c;
  }

  .xl\:odd\:placeholder-pink-600:nth-child(odd)::-ms-input-placeholder {
    color: #d53f8c;
  }

  .xl\:odd\:placeholder-pink-600:nth-child(odd)::placeholder {
    color: #d53f8c;
  }

  .xl\:odd\:placeholder-pink-700:nth-child(odd)::-webkit-input-placeholder {
    color: #b83280;
  }

  .xl\:odd\:placeholder-pink-700:nth-child(odd)::-moz-placeholder {
    color: #b83280;
  }

  .xl\:odd\:placeholder-pink-700:nth-child(odd):-ms-input-placeholder {
    color: #b83280;
  }

  .xl\:odd\:placeholder-pink-700:nth-child(odd)::-ms-input-placeholder {
    color: #b83280;
  }

  .xl\:odd\:placeholder-pink-700:nth-child(odd)::placeholder {
    color: #b83280;
  }

  .xl\:odd\:placeholder-pink-800:nth-child(odd)::-webkit-input-placeholder {
    color: #97266d;
  }

  .xl\:odd\:placeholder-pink-800:nth-child(odd)::-moz-placeholder {
    color: #97266d;
  }

  .xl\:odd\:placeholder-pink-800:nth-child(odd):-ms-input-placeholder {
    color: #97266d;
  }

  .xl\:odd\:placeholder-pink-800:nth-child(odd)::-ms-input-placeholder {
    color: #97266d;
  }

  .xl\:odd\:placeholder-pink-800:nth-child(odd)::placeholder {
    color: #97266d;
  }

  .xl\:odd\:placeholder-pink-900:nth-child(odd)::-webkit-input-placeholder {
    color: #702459;
  }

  .xl\:odd\:placeholder-pink-900:nth-child(odd)::-moz-placeholder {
    color: #702459;
  }

  .xl\:odd\:placeholder-pink-900:nth-child(odd):-ms-input-placeholder {
    color: #702459;
  }

  .xl\:odd\:placeholder-pink-900:nth-child(odd)::-ms-input-placeholder {
    color: #702459;
  }

  .xl\:odd\:placeholder-pink-900:nth-child(odd)::placeholder {
    color: #702459;
  }

  .xl\:even\:placeholder-transparent:nth-child(even)::-webkit-input-placeholder {
    color: transparent;
  }

  .xl\:even\:placeholder-transparent:nth-child(even)::-moz-placeholder {
    color: transparent;
  }

  .xl\:even\:placeholder-transparent:nth-child(even):-ms-input-placeholder {
    color: transparent;
  }

  .xl\:even\:placeholder-transparent:nth-child(even)::-ms-input-placeholder {
    color: transparent;
  }

  .xl\:even\:placeholder-transparent:nth-child(even)::placeholder {
    color: transparent;
  }

  .xl\:even\:placeholder-black:nth-child(even)::-webkit-input-placeholder {
    color: #000;
  }

  .xl\:even\:placeholder-black:nth-child(even)::-moz-placeholder {
    color: #000;
  }

  .xl\:even\:placeholder-black:nth-child(even):-ms-input-placeholder {
    color: #000;
  }

  .xl\:even\:placeholder-black:nth-child(even)::-ms-input-placeholder {
    color: #000;
  }

  .xl\:even\:placeholder-black:nth-child(even)::placeholder {
    color: #000;
  }

  .xl\:even\:placeholder-white:nth-child(even)::-webkit-input-placeholder {
    color: #fff;
  }

  .xl\:even\:placeholder-white:nth-child(even)::-moz-placeholder {
    color: #fff;
  }

  .xl\:even\:placeholder-white:nth-child(even):-ms-input-placeholder {
    color: #fff;
  }

  .xl\:even\:placeholder-white:nth-child(even)::-ms-input-placeholder {
    color: #fff;
  }

  .xl\:even\:placeholder-white:nth-child(even)::placeholder {
    color: #fff;
  }

  .xl\:even\:placeholder-gray-100:nth-child(even)::-webkit-input-placeholder {
    color: #f7fafc;
  }

  .xl\:even\:placeholder-gray-100:nth-child(even)::-moz-placeholder {
    color: #f7fafc;
  }

  .xl\:even\:placeholder-gray-100:nth-child(even):-ms-input-placeholder {
    color: #f7fafc;
  }

  .xl\:even\:placeholder-gray-100:nth-child(even)::-ms-input-placeholder {
    color: #f7fafc;
  }

  .xl\:even\:placeholder-gray-100:nth-child(even)::placeholder {
    color: #f7fafc;
  }

  .xl\:even\:placeholder-gray-200:nth-child(even)::-webkit-input-placeholder {
    color: #edf2f7;
  }

  .xl\:even\:placeholder-gray-200:nth-child(even)::-moz-placeholder {
    color: #edf2f7;
  }

  .xl\:even\:placeholder-gray-200:nth-child(even):-ms-input-placeholder {
    color: #edf2f7;
  }

  .xl\:even\:placeholder-gray-200:nth-child(even)::-ms-input-placeholder {
    color: #edf2f7;
  }

  .xl\:even\:placeholder-gray-200:nth-child(even)::placeholder {
    color: #edf2f7;
  }

  .xl\:even\:placeholder-gray-300:nth-child(even)::-webkit-input-placeholder {
    color: #e2e8f0;
  }

  .xl\:even\:placeholder-gray-300:nth-child(even)::-moz-placeholder {
    color: #e2e8f0;
  }

  .xl\:even\:placeholder-gray-300:nth-child(even):-ms-input-placeholder {
    color: #e2e8f0;
  }

  .xl\:even\:placeholder-gray-300:nth-child(even)::-ms-input-placeholder {
    color: #e2e8f0;
  }

  .xl\:even\:placeholder-gray-300:nth-child(even)::placeholder {
    color: #e2e8f0;
  }

  .xl\:even\:placeholder-gray-400:nth-child(even)::-webkit-input-placeholder {
    color: #cbd5e0;
  }

  .xl\:even\:placeholder-gray-400:nth-child(even)::-moz-placeholder {
    color: #cbd5e0;
  }

  .xl\:even\:placeholder-gray-400:nth-child(even):-ms-input-placeholder {
    color: #cbd5e0;
  }

  .xl\:even\:placeholder-gray-400:nth-child(even)::-ms-input-placeholder {
    color: #cbd5e0;
  }

  .xl\:even\:placeholder-gray-400:nth-child(even)::placeholder {
    color: #cbd5e0;
  }

  .xl\:even\:placeholder-gray-500:nth-child(even)::-webkit-input-placeholder {
    color: #a0aec0;
  }

  .xl\:even\:placeholder-gray-500:nth-child(even)::-moz-placeholder {
    color: #a0aec0;
  }

  .xl\:even\:placeholder-gray-500:nth-child(even):-ms-input-placeholder {
    color: #a0aec0;
  }

  .xl\:even\:placeholder-gray-500:nth-child(even)::-ms-input-placeholder {
    color: #a0aec0;
  }

  .xl\:even\:placeholder-gray-500:nth-child(even)::placeholder {
    color: #a0aec0;
  }

  .xl\:even\:placeholder-gray-600:nth-child(even)::-webkit-input-placeholder {
    color: #718096;
  }

  .xl\:even\:placeholder-gray-600:nth-child(even)::-moz-placeholder {
    color: #718096;
  }

  .xl\:even\:placeholder-gray-600:nth-child(even):-ms-input-placeholder {
    color: #718096;
  }

  .xl\:even\:placeholder-gray-600:nth-child(even)::-ms-input-placeholder {
    color: #718096;
  }

  .xl\:even\:placeholder-gray-600:nth-child(even)::placeholder {
    color: #718096;
  }

  .xl\:even\:placeholder-gray-700:nth-child(even)::-webkit-input-placeholder {
    color: #4a5568;
  }

  .xl\:even\:placeholder-gray-700:nth-child(even)::-moz-placeholder {
    color: #4a5568;
  }

  .xl\:even\:placeholder-gray-700:nth-child(even):-ms-input-placeholder {
    color: #4a5568;
  }

  .xl\:even\:placeholder-gray-700:nth-child(even)::-ms-input-placeholder {
    color: #4a5568;
  }

  .xl\:even\:placeholder-gray-700:nth-child(even)::placeholder {
    color: #4a5568;
  }

  .xl\:even\:placeholder-gray-800:nth-child(even)::-webkit-input-placeholder {
    color: #2d3748;
  }

  .xl\:even\:placeholder-gray-800:nth-child(even)::-moz-placeholder {
    color: #2d3748;
  }

  .xl\:even\:placeholder-gray-800:nth-child(even):-ms-input-placeholder {
    color: #2d3748;
  }

  .xl\:even\:placeholder-gray-800:nth-child(even)::-ms-input-placeholder {
    color: #2d3748;
  }

  .xl\:even\:placeholder-gray-800:nth-child(even)::placeholder {
    color: #2d3748;
  }

  .xl\:even\:placeholder-gray-900:nth-child(even)::-webkit-input-placeholder {
    color: #1a202c;
  }

  .xl\:even\:placeholder-gray-900:nth-child(even)::-moz-placeholder {
    color: #1a202c;
  }

  .xl\:even\:placeholder-gray-900:nth-child(even):-ms-input-placeholder {
    color: #1a202c;
  }

  .xl\:even\:placeholder-gray-900:nth-child(even)::-ms-input-placeholder {
    color: #1a202c;
  }

  .xl\:even\:placeholder-gray-900:nth-child(even)::placeholder {
    color: #1a202c;
  }

  .xl\:even\:placeholder-red-100:nth-child(even)::-webkit-input-placeholder {
    color: #fff5f5;
  }

  .xl\:even\:placeholder-red-100:nth-child(even)::-moz-placeholder {
    color: #fff5f5;
  }

  .xl\:even\:placeholder-red-100:nth-child(even):-ms-input-placeholder {
    color: #fff5f5;
  }

  .xl\:even\:placeholder-red-100:nth-child(even)::-ms-input-placeholder {
    color: #fff5f5;
  }

  .xl\:even\:placeholder-red-100:nth-child(even)::placeholder {
    color: #fff5f5;
  }

  .xl\:even\:placeholder-red-200:nth-child(even)::-webkit-input-placeholder {
    color: #fed7d7;
  }

  .xl\:even\:placeholder-red-200:nth-child(even)::-moz-placeholder {
    color: #fed7d7;
  }

  .xl\:even\:placeholder-red-200:nth-child(even):-ms-input-placeholder {
    color: #fed7d7;
  }

  .xl\:even\:placeholder-red-200:nth-child(even)::-ms-input-placeholder {
    color: #fed7d7;
  }

  .xl\:even\:placeholder-red-200:nth-child(even)::placeholder {
    color: #fed7d7;
  }

  .xl\:even\:placeholder-red-300:nth-child(even)::-webkit-input-placeholder {
    color: #feb2b2;
  }

  .xl\:even\:placeholder-red-300:nth-child(even)::-moz-placeholder {
    color: #feb2b2;
  }

  .xl\:even\:placeholder-red-300:nth-child(even):-ms-input-placeholder {
    color: #feb2b2;
  }

  .xl\:even\:placeholder-red-300:nth-child(even)::-ms-input-placeholder {
    color: #feb2b2;
  }

  .xl\:even\:placeholder-red-300:nth-child(even)::placeholder {
    color: #feb2b2;
  }

  .xl\:even\:placeholder-red-400:nth-child(even)::-webkit-input-placeholder {
    color: #fc8181;
  }

  .xl\:even\:placeholder-red-400:nth-child(even)::-moz-placeholder {
    color: #fc8181;
  }

  .xl\:even\:placeholder-red-400:nth-child(even):-ms-input-placeholder {
    color: #fc8181;
  }

  .xl\:even\:placeholder-red-400:nth-child(even)::-ms-input-placeholder {
    color: #fc8181;
  }

  .xl\:even\:placeholder-red-400:nth-child(even)::placeholder {
    color: #fc8181;
  }

  .xl\:even\:placeholder-red-500:nth-child(even)::-webkit-input-placeholder {
    color: #f56565;
  }

  .xl\:even\:placeholder-red-500:nth-child(even)::-moz-placeholder {
    color: #f56565;
  }

  .xl\:even\:placeholder-red-500:nth-child(even):-ms-input-placeholder {
    color: #f56565;
  }

  .xl\:even\:placeholder-red-500:nth-child(even)::-ms-input-placeholder {
    color: #f56565;
  }

  .xl\:even\:placeholder-red-500:nth-child(even)::placeholder {
    color: #f56565;
  }

  .xl\:even\:placeholder-red-600:nth-child(even)::-webkit-input-placeholder {
    color: #e53e3e;
  }

  .xl\:even\:placeholder-red-600:nth-child(even)::-moz-placeholder {
    color: #e53e3e;
  }

  .xl\:even\:placeholder-red-600:nth-child(even):-ms-input-placeholder {
    color: #e53e3e;
  }

  .xl\:even\:placeholder-red-600:nth-child(even)::-ms-input-placeholder {
    color: #e53e3e;
  }

  .xl\:even\:placeholder-red-600:nth-child(even)::placeholder {
    color: #e53e3e;
  }

  .xl\:even\:placeholder-red-700:nth-child(even)::-webkit-input-placeholder {
    color: #c53030;
  }

  .xl\:even\:placeholder-red-700:nth-child(even)::-moz-placeholder {
    color: #c53030;
  }

  .xl\:even\:placeholder-red-700:nth-child(even):-ms-input-placeholder {
    color: #c53030;
  }

  .xl\:even\:placeholder-red-700:nth-child(even)::-ms-input-placeholder {
    color: #c53030;
  }

  .xl\:even\:placeholder-red-700:nth-child(even)::placeholder {
    color: #c53030;
  }

  .xl\:even\:placeholder-red-800:nth-child(even)::-webkit-input-placeholder {
    color: #9b2c2c;
  }

  .xl\:even\:placeholder-red-800:nth-child(even)::-moz-placeholder {
    color: #9b2c2c;
  }

  .xl\:even\:placeholder-red-800:nth-child(even):-ms-input-placeholder {
    color: #9b2c2c;
  }

  .xl\:even\:placeholder-red-800:nth-child(even)::-ms-input-placeholder {
    color: #9b2c2c;
  }

  .xl\:even\:placeholder-red-800:nth-child(even)::placeholder {
    color: #9b2c2c;
  }

  .xl\:even\:placeholder-red-900:nth-child(even)::-webkit-input-placeholder {
    color: #742a2a;
  }

  .xl\:even\:placeholder-red-900:nth-child(even)::-moz-placeholder {
    color: #742a2a;
  }

  .xl\:even\:placeholder-red-900:nth-child(even):-ms-input-placeholder {
    color: #742a2a;
  }

  .xl\:even\:placeholder-red-900:nth-child(even)::-ms-input-placeholder {
    color: #742a2a;
  }

  .xl\:even\:placeholder-red-900:nth-child(even)::placeholder {
    color: #742a2a;
  }

  .xl\:even\:placeholder-orange-100:nth-child(even)::-webkit-input-placeholder {
    color: #fffaf0;
  }

  .xl\:even\:placeholder-orange-100:nth-child(even)::-moz-placeholder {
    color: #fffaf0;
  }

  .xl\:even\:placeholder-orange-100:nth-child(even):-ms-input-placeholder {
    color: #fffaf0;
  }

  .xl\:even\:placeholder-orange-100:nth-child(even)::-ms-input-placeholder {
    color: #fffaf0;
  }

  .xl\:even\:placeholder-orange-100:nth-child(even)::placeholder {
    color: #fffaf0;
  }

  .xl\:even\:placeholder-orange-200:nth-child(even)::-webkit-input-placeholder {
    color: #feebc8;
  }

  .xl\:even\:placeholder-orange-200:nth-child(even)::-moz-placeholder {
    color: #feebc8;
  }

  .xl\:even\:placeholder-orange-200:nth-child(even):-ms-input-placeholder {
    color: #feebc8;
  }

  .xl\:even\:placeholder-orange-200:nth-child(even)::-ms-input-placeholder {
    color: #feebc8;
  }

  .xl\:even\:placeholder-orange-200:nth-child(even)::placeholder {
    color: #feebc8;
  }

  .xl\:even\:placeholder-orange-300:nth-child(even)::-webkit-input-placeholder {
    color: #fbd38d;
  }

  .xl\:even\:placeholder-orange-300:nth-child(even)::-moz-placeholder {
    color: #fbd38d;
  }

  .xl\:even\:placeholder-orange-300:nth-child(even):-ms-input-placeholder {
    color: #fbd38d;
  }

  .xl\:even\:placeholder-orange-300:nth-child(even)::-ms-input-placeholder {
    color: #fbd38d;
  }

  .xl\:even\:placeholder-orange-300:nth-child(even)::placeholder {
    color: #fbd38d;
  }

  .xl\:even\:placeholder-orange-400:nth-child(even)::-webkit-input-placeholder {
    color: #f6ad55;
  }

  .xl\:even\:placeholder-orange-400:nth-child(even)::-moz-placeholder {
    color: #f6ad55;
  }

  .xl\:even\:placeholder-orange-400:nth-child(even):-ms-input-placeholder {
    color: #f6ad55;
  }

  .xl\:even\:placeholder-orange-400:nth-child(even)::-ms-input-placeholder {
    color: #f6ad55;
  }

  .xl\:even\:placeholder-orange-400:nth-child(even)::placeholder {
    color: #f6ad55;
  }

  .xl\:even\:placeholder-orange-500:nth-child(even)::-webkit-input-placeholder {
    color: #ed8936;
  }

  .xl\:even\:placeholder-orange-500:nth-child(even)::-moz-placeholder {
    color: #ed8936;
  }

  .xl\:even\:placeholder-orange-500:nth-child(even):-ms-input-placeholder {
    color: #ed8936;
  }

  .xl\:even\:placeholder-orange-500:nth-child(even)::-ms-input-placeholder {
    color: #ed8936;
  }

  .xl\:even\:placeholder-orange-500:nth-child(even)::placeholder {
    color: #ed8936;
  }

  .xl\:even\:placeholder-orange-600:nth-child(even)::-webkit-input-placeholder {
    color: #dd6b20;
  }

  .xl\:even\:placeholder-orange-600:nth-child(even)::-moz-placeholder {
    color: #dd6b20;
  }

  .xl\:even\:placeholder-orange-600:nth-child(even):-ms-input-placeholder {
    color: #dd6b20;
  }

  .xl\:even\:placeholder-orange-600:nth-child(even)::-ms-input-placeholder {
    color: #dd6b20;
  }

  .xl\:even\:placeholder-orange-600:nth-child(even)::placeholder {
    color: #dd6b20;
  }

  .xl\:even\:placeholder-orange-700:nth-child(even)::-webkit-input-placeholder {
    color: #c05621;
  }

  .xl\:even\:placeholder-orange-700:nth-child(even)::-moz-placeholder {
    color: #c05621;
  }

  .xl\:even\:placeholder-orange-700:nth-child(even):-ms-input-placeholder {
    color: #c05621;
  }

  .xl\:even\:placeholder-orange-700:nth-child(even)::-ms-input-placeholder {
    color: #c05621;
  }

  .xl\:even\:placeholder-orange-700:nth-child(even)::placeholder {
    color: #c05621;
  }

  .xl\:even\:placeholder-orange-800:nth-child(even)::-webkit-input-placeholder {
    color: #9c4221;
  }

  .xl\:even\:placeholder-orange-800:nth-child(even)::-moz-placeholder {
    color: #9c4221;
  }

  .xl\:even\:placeholder-orange-800:nth-child(even):-ms-input-placeholder {
    color: #9c4221;
  }

  .xl\:even\:placeholder-orange-800:nth-child(even)::-ms-input-placeholder {
    color: #9c4221;
  }

  .xl\:even\:placeholder-orange-800:nth-child(even)::placeholder {
    color: #9c4221;
  }

  .xl\:even\:placeholder-orange-900:nth-child(even)::-webkit-input-placeholder {
    color: #7b341e;
  }

  .xl\:even\:placeholder-orange-900:nth-child(even)::-moz-placeholder {
    color: #7b341e;
  }

  .xl\:even\:placeholder-orange-900:nth-child(even):-ms-input-placeholder {
    color: #7b341e;
  }

  .xl\:even\:placeholder-orange-900:nth-child(even)::-ms-input-placeholder {
    color: #7b341e;
  }

  .xl\:even\:placeholder-orange-900:nth-child(even)::placeholder {
    color: #7b341e;
  }

  .xl\:even\:placeholder-yellow-100:nth-child(even)::-webkit-input-placeholder {
    color: #fffff0;
  }

  .xl\:even\:placeholder-yellow-100:nth-child(even)::-moz-placeholder {
    color: #fffff0;
  }

  .xl\:even\:placeholder-yellow-100:nth-child(even):-ms-input-placeholder {
    color: #fffff0;
  }

  .xl\:even\:placeholder-yellow-100:nth-child(even)::-ms-input-placeholder {
    color: #fffff0;
  }

  .xl\:even\:placeholder-yellow-100:nth-child(even)::placeholder {
    color: #fffff0;
  }

  .xl\:even\:placeholder-yellow-200:nth-child(even)::-webkit-input-placeholder {
    color: #fefcbf;
  }

  .xl\:even\:placeholder-yellow-200:nth-child(even)::-moz-placeholder {
    color: #fefcbf;
  }

  .xl\:even\:placeholder-yellow-200:nth-child(even):-ms-input-placeholder {
    color: #fefcbf;
  }

  .xl\:even\:placeholder-yellow-200:nth-child(even)::-ms-input-placeholder {
    color: #fefcbf;
  }

  .xl\:even\:placeholder-yellow-200:nth-child(even)::placeholder {
    color: #fefcbf;
  }

  .xl\:even\:placeholder-yellow-300:nth-child(even)::-webkit-input-placeholder {
    color: #faf089;
  }

  .xl\:even\:placeholder-yellow-300:nth-child(even)::-moz-placeholder {
    color: #faf089;
  }

  .xl\:even\:placeholder-yellow-300:nth-child(even):-ms-input-placeholder {
    color: #faf089;
  }

  .xl\:even\:placeholder-yellow-300:nth-child(even)::-ms-input-placeholder {
    color: #faf089;
  }

  .xl\:even\:placeholder-yellow-300:nth-child(even)::placeholder {
    color: #faf089;
  }

  .xl\:even\:placeholder-yellow-400:nth-child(even)::-webkit-input-placeholder {
    color: #f6e05e;
  }

  .xl\:even\:placeholder-yellow-400:nth-child(even)::-moz-placeholder {
    color: #f6e05e;
  }

  .xl\:even\:placeholder-yellow-400:nth-child(even):-ms-input-placeholder {
    color: #f6e05e;
  }

  .xl\:even\:placeholder-yellow-400:nth-child(even)::-ms-input-placeholder {
    color: #f6e05e;
  }

  .xl\:even\:placeholder-yellow-400:nth-child(even)::placeholder {
    color: #f6e05e;
  }

  .xl\:even\:placeholder-yellow-500:nth-child(even)::-webkit-input-placeholder {
    color: #ecc94b;
  }

  .xl\:even\:placeholder-yellow-500:nth-child(even)::-moz-placeholder {
    color: #ecc94b;
  }

  .xl\:even\:placeholder-yellow-500:nth-child(even):-ms-input-placeholder {
    color: #ecc94b;
  }

  .xl\:even\:placeholder-yellow-500:nth-child(even)::-ms-input-placeholder {
    color: #ecc94b;
  }

  .xl\:even\:placeholder-yellow-500:nth-child(even)::placeholder {
    color: #ecc94b;
  }

  .xl\:even\:placeholder-yellow-600:nth-child(even)::-webkit-input-placeholder {
    color: #d69e2e;
  }

  .xl\:even\:placeholder-yellow-600:nth-child(even)::-moz-placeholder {
    color: #d69e2e;
  }

  .xl\:even\:placeholder-yellow-600:nth-child(even):-ms-input-placeholder {
    color: #d69e2e;
  }

  .xl\:even\:placeholder-yellow-600:nth-child(even)::-ms-input-placeholder {
    color: #d69e2e;
  }

  .xl\:even\:placeholder-yellow-600:nth-child(even)::placeholder {
    color: #d69e2e;
  }

  .xl\:even\:placeholder-yellow-700:nth-child(even)::-webkit-input-placeholder {
    color: #b7791f;
  }

  .xl\:even\:placeholder-yellow-700:nth-child(even)::-moz-placeholder {
    color: #b7791f;
  }

  .xl\:even\:placeholder-yellow-700:nth-child(even):-ms-input-placeholder {
    color: #b7791f;
  }

  .xl\:even\:placeholder-yellow-700:nth-child(even)::-ms-input-placeholder {
    color: #b7791f;
  }

  .xl\:even\:placeholder-yellow-700:nth-child(even)::placeholder {
    color: #b7791f;
  }

  .xl\:even\:placeholder-yellow-800:nth-child(even)::-webkit-input-placeholder {
    color: #975a16;
  }

  .xl\:even\:placeholder-yellow-800:nth-child(even)::-moz-placeholder {
    color: #975a16;
  }

  .xl\:even\:placeholder-yellow-800:nth-child(even):-ms-input-placeholder {
    color: #975a16;
  }

  .xl\:even\:placeholder-yellow-800:nth-child(even)::-ms-input-placeholder {
    color: #975a16;
  }

  .xl\:even\:placeholder-yellow-800:nth-child(even)::placeholder {
    color: #975a16;
  }

  .xl\:even\:placeholder-yellow-900:nth-child(even)::-webkit-input-placeholder {
    color: #744210;
  }

  .xl\:even\:placeholder-yellow-900:nth-child(even)::-moz-placeholder {
    color: #744210;
  }

  .xl\:even\:placeholder-yellow-900:nth-child(even):-ms-input-placeholder {
    color: #744210;
  }

  .xl\:even\:placeholder-yellow-900:nth-child(even)::-ms-input-placeholder {
    color: #744210;
  }

  .xl\:even\:placeholder-yellow-900:nth-child(even)::placeholder {
    color: #744210;
  }

  .xl\:even\:placeholder-green-100:nth-child(even)::-webkit-input-placeholder {
    color: #f0fff4;
  }

  .xl\:even\:placeholder-green-100:nth-child(even)::-moz-placeholder {
    color: #f0fff4;
  }

  .xl\:even\:placeholder-green-100:nth-child(even):-ms-input-placeholder {
    color: #f0fff4;
  }

  .xl\:even\:placeholder-green-100:nth-child(even)::-ms-input-placeholder {
    color: #f0fff4;
  }

  .xl\:even\:placeholder-green-100:nth-child(even)::placeholder {
    color: #f0fff4;
  }

  .xl\:even\:placeholder-green-200:nth-child(even)::-webkit-input-placeholder {
    color: #c6f6d5;
  }

  .xl\:even\:placeholder-green-200:nth-child(even)::-moz-placeholder {
    color: #c6f6d5;
  }

  .xl\:even\:placeholder-green-200:nth-child(even):-ms-input-placeholder {
    color: #c6f6d5;
  }

  .xl\:even\:placeholder-green-200:nth-child(even)::-ms-input-placeholder {
    color: #c6f6d5;
  }

  .xl\:even\:placeholder-green-200:nth-child(even)::placeholder {
    color: #c6f6d5;
  }

  .xl\:even\:placeholder-green-300:nth-child(even)::-webkit-input-placeholder {
    color: #9ae6b4;
  }

  .xl\:even\:placeholder-green-300:nth-child(even)::-moz-placeholder {
    color: #9ae6b4;
  }

  .xl\:even\:placeholder-green-300:nth-child(even):-ms-input-placeholder {
    color: #9ae6b4;
  }

  .xl\:even\:placeholder-green-300:nth-child(even)::-ms-input-placeholder {
    color: #9ae6b4;
  }

  .xl\:even\:placeholder-green-300:nth-child(even)::placeholder {
    color: #9ae6b4;
  }

  .xl\:even\:placeholder-green-400:nth-child(even)::-webkit-input-placeholder {
    color: #68d391;
  }

  .xl\:even\:placeholder-green-400:nth-child(even)::-moz-placeholder {
    color: #68d391;
  }

  .xl\:even\:placeholder-green-400:nth-child(even):-ms-input-placeholder {
    color: #68d391;
  }

  .xl\:even\:placeholder-green-400:nth-child(even)::-ms-input-placeholder {
    color: #68d391;
  }

  .xl\:even\:placeholder-green-400:nth-child(even)::placeholder {
    color: #68d391;
  }

  .xl\:even\:placeholder-green-500:nth-child(even)::-webkit-input-placeholder {
    color: #48bb78;
  }

  .xl\:even\:placeholder-green-500:nth-child(even)::-moz-placeholder {
    color: #48bb78;
  }

  .xl\:even\:placeholder-green-500:nth-child(even):-ms-input-placeholder {
    color: #48bb78;
  }

  .xl\:even\:placeholder-green-500:nth-child(even)::-ms-input-placeholder {
    color: #48bb78;
  }

  .xl\:even\:placeholder-green-500:nth-child(even)::placeholder {
    color: #48bb78;
  }

  .xl\:even\:placeholder-green-600:nth-child(even)::-webkit-input-placeholder {
    color: #38a169;
  }

  .xl\:even\:placeholder-green-600:nth-child(even)::-moz-placeholder {
    color: #38a169;
  }

  .xl\:even\:placeholder-green-600:nth-child(even):-ms-input-placeholder {
    color: #38a169;
  }

  .xl\:even\:placeholder-green-600:nth-child(even)::-ms-input-placeholder {
    color: #38a169;
  }

  .xl\:even\:placeholder-green-600:nth-child(even)::placeholder {
    color: #38a169;
  }

  .xl\:even\:placeholder-green-700:nth-child(even)::-webkit-input-placeholder {
    color: #2f855a;
  }

  .xl\:even\:placeholder-green-700:nth-child(even)::-moz-placeholder {
    color: #2f855a;
  }

  .xl\:even\:placeholder-green-700:nth-child(even):-ms-input-placeholder {
    color: #2f855a;
  }

  .xl\:even\:placeholder-green-700:nth-child(even)::-ms-input-placeholder {
    color: #2f855a;
  }

  .xl\:even\:placeholder-green-700:nth-child(even)::placeholder {
    color: #2f855a;
  }

  .xl\:even\:placeholder-green-800:nth-child(even)::-webkit-input-placeholder {
    color: #276749;
  }

  .xl\:even\:placeholder-green-800:nth-child(even)::-moz-placeholder {
    color: #276749;
  }

  .xl\:even\:placeholder-green-800:nth-child(even):-ms-input-placeholder {
    color: #276749;
  }

  .xl\:even\:placeholder-green-800:nth-child(even)::-ms-input-placeholder {
    color: #276749;
  }

  .xl\:even\:placeholder-green-800:nth-child(even)::placeholder {
    color: #276749;
  }

  .xl\:even\:placeholder-green-900:nth-child(even)::-webkit-input-placeholder {
    color: #22543d;
  }

  .xl\:even\:placeholder-green-900:nth-child(even)::-moz-placeholder {
    color: #22543d;
  }

  .xl\:even\:placeholder-green-900:nth-child(even):-ms-input-placeholder {
    color: #22543d;
  }

  .xl\:even\:placeholder-green-900:nth-child(even)::-ms-input-placeholder {
    color: #22543d;
  }

  .xl\:even\:placeholder-green-900:nth-child(even)::placeholder {
    color: #22543d;
  }

  .xl\:even\:placeholder-teal-100:nth-child(even)::-webkit-input-placeholder {
    color: #e6fffa;
  }

  .xl\:even\:placeholder-teal-100:nth-child(even)::-moz-placeholder {
    color: #e6fffa;
  }

  .xl\:even\:placeholder-teal-100:nth-child(even):-ms-input-placeholder {
    color: #e6fffa;
  }

  .xl\:even\:placeholder-teal-100:nth-child(even)::-ms-input-placeholder {
    color: #e6fffa;
  }

  .xl\:even\:placeholder-teal-100:nth-child(even)::placeholder {
    color: #e6fffa;
  }

  .xl\:even\:placeholder-teal-200:nth-child(even)::-webkit-input-placeholder {
    color: #b2f5ea;
  }

  .xl\:even\:placeholder-teal-200:nth-child(even)::-moz-placeholder {
    color: #b2f5ea;
  }

  .xl\:even\:placeholder-teal-200:nth-child(even):-ms-input-placeholder {
    color: #b2f5ea;
  }

  .xl\:even\:placeholder-teal-200:nth-child(even)::-ms-input-placeholder {
    color: #b2f5ea;
  }

  .xl\:even\:placeholder-teal-200:nth-child(even)::placeholder {
    color: #b2f5ea;
  }

  .xl\:even\:placeholder-teal-300:nth-child(even)::-webkit-input-placeholder {
    color: #81e6d9;
  }

  .xl\:even\:placeholder-teal-300:nth-child(even)::-moz-placeholder {
    color: #81e6d9;
  }

  .xl\:even\:placeholder-teal-300:nth-child(even):-ms-input-placeholder {
    color: #81e6d9;
  }

  .xl\:even\:placeholder-teal-300:nth-child(even)::-ms-input-placeholder {
    color: #81e6d9;
  }

  .xl\:even\:placeholder-teal-300:nth-child(even)::placeholder {
    color: #81e6d9;
  }

  .xl\:even\:placeholder-teal-400:nth-child(even)::-webkit-input-placeholder {
    color: #4fd1c5;
  }

  .xl\:even\:placeholder-teal-400:nth-child(even)::-moz-placeholder {
    color: #4fd1c5;
  }

  .xl\:even\:placeholder-teal-400:nth-child(even):-ms-input-placeholder {
    color: #4fd1c5;
  }

  .xl\:even\:placeholder-teal-400:nth-child(even)::-ms-input-placeholder {
    color: #4fd1c5;
  }

  .xl\:even\:placeholder-teal-400:nth-child(even)::placeholder {
    color: #4fd1c5;
  }

  .xl\:even\:placeholder-teal-500:nth-child(even)::-webkit-input-placeholder {
    color: #38b2ac;
  }

  .xl\:even\:placeholder-teal-500:nth-child(even)::-moz-placeholder {
    color: #38b2ac;
  }

  .xl\:even\:placeholder-teal-500:nth-child(even):-ms-input-placeholder {
    color: #38b2ac;
  }

  .xl\:even\:placeholder-teal-500:nth-child(even)::-ms-input-placeholder {
    color: #38b2ac;
  }

  .xl\:even\:placeholder-teal-500:nth-child(even)::placeholder {
    color: #38b2ac;
  }

  .xl\:even\:placeholder-teal-600:nth-child(even)::-webkit-input-placeholder {
    color: #319795;
  }

  .xl\:even\:placeholder-teal-600:nth-child(even)::-moz-placeholder {
    color: #319795;
  }

  .xl\:even\:placeholder-teal-600:nth-child(even):-ms-input-placeholder {
    color: #319795;
  }

  .xl\:even\:placeholder-teal-600:nth-child(even)::-ms-input-placeholder {
    color: #319795;
  }

  .xl\:even\:placeholder-teal-600:nth-child(even)::placeholder {
    color: #319795;
  }

  .xl\:even\:placeholder-teal-700:nth-child(even)::-webkit-input-placeholder {
    color: #2c7a7b;
  }

  .xl\:even\:placeholder-teal-700:nth-child(even)::-moz-placeholder {
    color: #2c7a7b;
  }

  .xl\:even\:placeholder-teal-700:nth-child(even):-ms-input-placeholder {
    color: #2c7a7b;
  }

  .xl\:even\:placeholder-teal-700:nth-child(even)::-ms-input-placeholder {
    color: #2c7a7b;
  }

  .xl\:even\:placeholder-teal-700:nth-child(even)::placeholder {
    color: #2c7a7b;
  }

  .xl\:even\:placeholder-teal-800:nth-child(even)::-webkit-input-placeholder {
    color: #285e61;
  }

  .xl\:even\:placeholder-teal-800:nth-child(even)::-moz-placeholder {
    color: #285e61;
  }

  .xl\:even\:placeholder-teal-800:nth-child(even):-ms-input-placeholder {
    color: #285e61;
  }

  .xl\:even\:placeholder-teal-800:nth-child(even)::-ms-input-placeholder {
    color: #285e61;
  }

  .xl\:even\:placeholder-teal-800:nth-child(even)::placeholder {
    color: #285e61;
  }

  .xl\:even\:placeholder-teal-900:nth-child(even)::-webkit-input-placeholder {
    color: #234e52;
  }

  .xl\:even\:placeholder-teal-900:nth-child(even)::-moz-placeholder {
    color: #234e52;
  }

  .xl\:even\:placeholder-teal-900:nth-child(even):-ms-input-placeholder {
    color: #234e52;
  }

  .xl\:even\:placeholder-teal-900:nth-child(even)::-ms-input-placeholder {
    color: #234e52;
  }

  .xl\:even\:placeholder-teal-900:nth-child(even)::placeholder {
    color: #234e52;
  }

  .xl\:even\:placeholder-blue-100:nth-child(even)::-webkit-input-placeholder {
    color: #ebf8ff;
  }

  .xl\:even\:placeholder-blue-100:nth-child(even)::-moz-placeholder {
    color: #ebf8ff;
  }

  .xl\:even\:placeholder-blue-100:nth-child(even):-ms-input-placeholder {
    color: #ebf8ff;
  }

  .xl\:even\:placeholder-blue-100:nth-child(even)::-ms-input-placeholder {
    color: #ebf8ff;
  }

  .xl\:even\:placeholder-blue-100:nth-child(even)::placeholder {
    color: #ebf8ff;
  }

  .xl\:even\:placeholder-blue-200:nth-child(even)::-webkit-input-placeholder {
    color: #bee3f8;
  }

  .xl\:even\:placeholder-blue-200:nth-child(even)::-moz-placeholder {
    color: #bee3f8;
  }

  .xl\:even\:placeholder-blue-200:nth-child(even):-ms-input-placeholder {
    color: #bee3f8;
  }

  .xl\:even\:placeholder-blue-200:nth-child(even)::-ms-input-placeholder {
    color: #bee3f8;
  }

  .xl\:even\:placeholder-blue-200:nth-child(even)::placeholder {
    color: #bee3f8;
  }

  .xl\:even\:placeholder-blue-300:nth-child(even)::-webkit-input-placeholder {
    color: #90cdf4;
  }

  .xl\:even\:placeholder-blue-300:nth-child(even)::-moz-placeholder {
    color: #90cdf4;
  }

  .xl\:even\:placeholder-blue-300:nth-child(even):-ms-input-placeholder {
    color: #90cdf4;
  }

  .xl\:even\:placeholder-blue-300:nth-child(even)::-ms-input-placeholder {
    color: #90cdf4;
  }

  .xl\:even\:placeholder-blue-300:nth-child(even)::placeholder {
    color: #90cdf4;
  }

  .xl\:even\:placeholder-blue-400:nth-child(even)::-webkit-input-placeholder {
    color: #63b3ed;
  }

  .xl\:even\:placeholder-blue-400:nth-child(even)::-moz-placeholder {
    color: #63b3ed;
  }

  .xl\:even\:placeholder-blue-400:nth-child(even):-ms-input-placeholder {
    color: #63b3ed;
  }

  .xl\:even\:placeholder-blue-400:nth-child(even)::-ms-input-placeholder {
    color: #63b3ed;
  }

  .xl\:even\:placeholder-blue-400:nth-child(even)::placeholder {
    color: #63b3ed;
  }

  .xl\:even\:placeholder-blue-500:nth-child(even)::-webkit-input-placeholder {
    color: #4299e1;
  }

  .xl\:even\:placeholder-blue-500:nth-child(even)::-moz-placeholder {
    color: #4299e1;
  }

  .xl\:even\:placeholder-blue-500:nth-child(even):-ms-input-placeholder {
    color: #4299e1;
  }

  .xl\:even\:placeholder-blue-500:nth-child(even)::-ms-input-placeholder {
    color: #4299e1;
  }

  .xl\:even\:placeholder-blue-500:nth-child(even)::placeholder {
    color: #4299e1;
  }

  .xl\:even\:placeholder-blue-600:nth-child(even)::-webkit-input-placeholder {
    color: #3182ce;
  }

  .xl\:even\:placeholder-blue-600:nth-child(even)::-moz-placeholder {
    color: #3182ce;
  }

  .xl\:even\:placeholder-blue-600:nth-child(even):-ms-input-placeholder {
    color: #3182ce;
  }

  .xl\:even\:placeholder-blue-600:nth-child(even)::-ms-input-placeholder {
    color: #3182ce;
  }

  .xl\:even\:placeholder-blue-600:nth-child(even)::placeholder {
    color: #3182ce;
  }

  .xl\:even\:placeholder-blue-700:nth-child(even)::-webkit-input-placeholder {
    color: #2b6cb0;
  }

  .xl\:even\:placeholder-blue-700:nth-child(even)::-moz-placeholder {
    color: #2b6cb0;
  }

  .xl\:even\:placeholder-blue-700:nth-child(even):-ms-input-placeholder {
    color: #2b6cb0;
  }

  .xl\:even\:placeholder-blue-700:nth-child(even)::-ms-input-placeholder {
    color: #2b6cb0;
  }

  .xl\:even\:placeholder-blue-700:nth-child(even)::placeholder {
    color: #2b6cb0;
  }

  .xl\:even\:placeholder-blue-800:nth-child(even)::-webkit-input-placeholder {
    color: #2c5282;
  }

  .xl\:even\:placeholder-blue-800:nth-child(even)::-moz-placeholder {
    color: #2c5282;
  }

  .xl\:even\:placeholder-blue-800:nth-child(even):-ms-input-placeholder {
    color: #2c5282;
  }

  .xl\:even\:placeholder-blue-800:nth-child(even)::-ms-input-placeholder {
    color: #2c5282;
  }

  .xl\:even\:placeholder-blue-800:nth-child(even)::placeholder {
    color: #2c5282;
  }

  .xl\:even\:placeholder-blue-900:nth-child(even)::-webkit-input-placeholder {
    color: #2a4365;
  }

  .xl\:even\:placeholder-blue-900:nth-child(even)::-moz-placeholder {
    color: #2a4365;
  }

  .xl\:even\:placeholder-blue-900:nth-child(even):-ms-input-placeholder {
    color: #2a4365;
  }

  .xl\:even\:placeholder-blue-900:nth-child(even)::-ms-input-placeholder {
    color: #2a4365;
  }

  .xl\:even\:placeholder-blue-900:nth-child(even)::placeholder {
    color: #2a4365;
  }

  .xl\:even\:placeholder-indigo-100:nth-child(even)::-webkit-input-placeholder {
    color: #ebf4ff;
  }

  .xl\:even\:placeholder-indigo-100:nth-child(even)::-moz-placeholder {
    color: #ebf4ff;
  }

  .xl\:even\:placeholder-indigo-100:nth-child(even):-ms-input-placeholder {
    color: #ebf4ff;
  }

  .xl\:even\:placeholder-indigo-100:nth-child(even)::-ms-input-placeholder {
    color: #ebf4ff;
  }

  .xl\:even\:placeholder-indigo-100:nth-child(even)::placeholder {
    color: #ebf4ff;
  }

  .xl\:even\:placeholder-indigo-200:nth-child(even)::-webkit-input-placeholder {
    color: #c3dafe;
  }

  .xl\:even\:placeholder-indigo-200:nth-child(even)::-moz-placeholder {
    color: #c3dafe;
  }

  .xl\:even\:placeholder-indigo-200:nth-child(even):-ms-input-placeholder {
    color: #c3dafe;
  }

  .xl\:even\:placeholder-indigo-200:nth-child(even)::-ms-input-placeholder {
    color: #c3dafe;
  }

  .xl\:even\:placeholder-indigo-200:nth-child(even)::placeholder {
    color: #c3dafe;
  }

  .xl\:even\:placeholder-indigo-300:nth-child(even)::-webkit-input-placeholder {
    color: #a3bffa;
  }

  .xl\:even\:placeholder-indigo-300:nth-child(even)::-moz-placeholder {
    color: #a3bffa;
  }

  .xl\:even\:placeholder-indigo-300:nth-child(even):-ms-input-placeholder {
    color: #a3bffa;
  }

  .xl\:even\:placeholder-indigo-300:nth-child(even)::-ms-input-placeholder {
    color: #a3bffa;
  }

  .xl\:even\:placeholder-indigo-300:nth-child(even)::placeholder {
    color: #a3bffa;
  }

  .xl\:even\:placeholder-indigo-400:nth-child(even)::-webkit-input-placeholder {
    color: #7f9cf5;
  }

  .xl\:even\:placeholder-indigo-400:nth-child(even)::-moz-placeholder {
    color: #7f9cf5;
  }

  .xl\:even\:placeholder-indigo-400:nth-child(even):-ms-input-placeholder {
    color: #7f9cf5;
  }

  .xl\:even\:placeholder-indigo-400:nth-child(even)::-ms-input-placeholder {
    color: #7f9cf5;
  }

  .xl\:even\:placeholder-indigo-400:nth-child(even)::placeholder {
    color: #7f9cf5;
  }

  .xl\:even\:placeholder-indigo-500:nth-child(even)::-webkit-input-placeholder {
    color: #667eea;
  }

  .xl\:even\:placeholder-indigo-500:nth-child(even)::-moz-placeholder {
    color: #667eea;
  }

  .xl\:even\:placeholder-indigo-500:nth-child(even):-ms-input-placeholder {
    color: #667eea;
  }

  .xl\:even\:placeholder-indigo-500:nth-child(even)::-ms-input-placeholder {
    color: #667eea;
  }

  .xl\:even\:placeholder-indigo-500:nth-child(even)::placeholder {
    color: #667eea;
  }

  .xl\:even\:placeholder-indigo-600:nth-child(even)::-webkit-input-placeholder {
    color: #5a67d8;
  }

  .xl\:even\:placeholder-indigo-600:nth-child(even)::-moz-placeholder {
    color: #5a67d8;
  }

  .xl\:even\:placeholder-indigo-600:nth-child(even):-ms-input-placeholder {
    color: #5a67d8;
  }

  .xl\:even\:placeholder-indigo-600:nth-child(even)::-ms-input-placeholder {
    color: #5a67d8;
  }

  .xl\:even\:placeholder-indigo-600:nth-child(even)::placeholder {
    color: #5a67d8;
  }

  .xl\:even\:placeholder-indigo-700:nth-child(even)::-webkit-input-placeholder {
    color: #4c51bf;
  }

  .xl\:even\:placeholder-indigo-700:nth-child(even)::-moz-placeholder {
    color: #4c51bf;
  }

  .xl\:even\:placeholder-indigo-700:nth-child(even):-ms-input-placeholder {
    color: #4c51bf;
  }

  .xl\:even\:placeholder-indigo-700:nth-child(even)::-ms-input-placeholder {
    color: #4c51bf;
  }

  .xl\:even\:placeholder-indigo-700:nth-child(even)::placeholder {
    color: #4c51bf;
  }

  .xl\:even\:placeholder-indigo-800:nth-child(even)::-webkit-input-placeholder {
    color: #434190;
  }

  .xl\:even\:placeholder-indigo-800:nth-child(even)::-moz-placeholder {
    color: #434190;
  }

  .xl\:even\:placeholder-indigo-800:nth-child(even):-ms-input-placeholder {
    color: #434190;
  }

  .xl\:even\:placeholder-indigo-800:nth-child(even)::-ms-input-placeholder {
    color: #434190;
  }

  .xl\:even\:placeholder-indigo-800:nth-child(even)::placeholder {
    color: #434190;
  }

  .xl\:even\:placeholder-indigo-900:nth-child(even)::-webkit-input-placeholder {
    color: #3c366b;
  }

  .xl\:even\:placeholder-indigo-900:nth-child(even)::-moz-placeholder {
    color: #3c366b;
  }

  .xl\:even\:placeholder-indigo-900:nth-child(even):-ms-input-placeholder {
    color: #3c366b;
  }

  .xl\:even\:placeholder-indigo-900:nth-child(even)::-ms-input-placeholder {
    color: #3c366b;
  }

  .xl\:even\:placeholder-indigo-900:nth-child(even)::placeholder {
    color: #3c366b;
  }

  .xl\:even\:placeholder-purple-100:nth-child(even)::-webkit-input-placeholder {
    color: #faf5ff;
  }

  .xl\:even\:placeholder-purple-100:nth-child(even)::-moz-placeholder {
    color: #faf5ff;
  }

  .xl\:even\:placeholder-purple-100:nth-child(even):-ms-input-placeholder {
    color: #faf5ff;
  }

  .xl\:even\:placeholder-purple-100:nth-child(even)::-ms-input-placeholder {
    color: #faf5ff;
  }

  .xl\:even\:placeholder-purple-100:nth-child(even)::placeholder {
    color: #faf5ff;
  }

  .xl\:even\:placeholder-purple-200:nth-child(even)::-webkit-input-placeholder {
    color: #e9d8fd;
  }

  .xl\:even\:placeholder-purple-200:nth-child(even)::-moz-placeholder {
    color: #e9d8fd;
  }

  .xl\:even\:placeholder-purple-200:nth-child(even):-ms-input-placeholder {
    color: #e9d8fd;
  }

  .xl\:even\:placeholder-purple-200:nth-child(even)::-ms-input-placeholder {
    color: #e9d8fd;
  }

  .xl\:even\:placeholder-purple-200:nth-child(even)::placeholder {
    color: #e9d8fd;
  }

  .xl\:even\:placeholder-purple-300:nth-child(even)::-webkit-input-placeholder {
    color: #d6bcfa;
  }

  .xl\:even\:placeholder-purple-300:nth-child(even)::-moz-placeholder {
    color: #d6bcfa;
  }

  .xl\:even\:placeholder-purple-300:nth-child(even):-ms-input-placeholder {
    color: #d6bcfa;
  }

  .xl\:even\:placeholder-purple-300:nth-child(even)::-ms-input-placeholder {
    color: #d6bcfa;
  }

  .xl\:even\:placeholder-purple-300:nth-child(even)::placeholder {
    color: #d6bcfa;
  }

  .xl\:even\:placeholder-purple-400:nth-child(even)::-webkit-input-placeholder {
    color: #b794f4;
  }

  .xl\:even\:placeholder-purple-400:nth-child(even)::-moz-placeholder {
    color: #b794f4;
  }

  .xl\:even\:placeholder-purple-400:nth-child(even):-ms-input-placeholder {
    color: #b794f4;
  }

  .xl\:even\:placeholder-purple-400:nth-child(even)::-ms-input-placeholder {
    color: #b794f4;
  }

  .xl\:even\:placeholder-purple-400:nth-child(even)::placeholder {
    color: #b794f4;
  }

  .xl\:even\:placeholder-purple-500:nth-child(even)::-webkit-input-placeholder {
    color: #9f7aea;
  }

  .xl\:even\:placeholder-purple-500:nth-child(even)::-moz-placeholder {
    color: #9f7aea;
  }

  .xl\:even\:placeholder-purple-500:nth-child(even):-ms-input-placeholder {
    color: #9f7aea;
  }

  .xl\:even\:placeholder-purple-500:nth-child(even)::-ms-input-placeholder {
    color: #9f7aea;
  }

  .xl\:even\:placeholder-purple-500:nth-child(even)::placeholder {
    color: #9f7aea;
  }

  .xl\:even\:placeholder-purple-600:nth-child(even)::-webkit-input-placeholder {
    color: #805ad5;
  }

  .xl\:even\:placeholder-purple-600:nth-child(even)::-moz-placeholder {
    color: #805ad5;
  }

  .xl\:even\:placeholder-purple-600:nth-child(even):-ms-input-placeholder {
    color: #805ad5;
  }

  .xl\:even\:placeholder-purple-600:nth-child(even)::-ms-input-placeholder {
    color: #805ad5;
  }

  .xl\:even\:placeholder-purple-600:nth-child(even)::placeholder {
    color: #805ad5;
  }

  .xl\:even\:placeholder-purple-700:nth-child(even)::-webkit-input-placeholder {
    color: #6b46c1;
  }

  .xl\:even\:placeholder-purple-700:nth-child(even)::-moz-placeholder {
    color: #6b46c1;
  }

  .xl\:even\:placeholder-purple-700:nth-child(even):-ms-input-placeholder {
    color: #6b46c1;
  }

  .xl\:even\:placeholder-purple-700:nth-child(even)::-ms-input-placeholder {
    color: #6b46c1;
  }

  .xl\:even\:placeholder-purple-700:nth-child(even)::placeholder {
    color: #6b46c1;
  }

  .xl\:even\:placeholder-purple-800:nth-child(even)::-webkit-input-placeholder {
    color: #553c9a;
  }

  .xl\:even\:placeholder-purple-800:nth-child(even)::-moz-placeholder {
    color: #553c9a;
  }

  .xl\:even\:placeholder-purple-800:nth-child(even):-ms-input-placeholder {
    color: #553c9a;
  }

  .xl\:even\:placeholder-purple-800:nth-child(even)::-ms-input-placeholder {
    color: #553c9a;
  }

  .xl\:even\:placeholder-purple-800:nth-child(even)::placeholder {
    color: #553c9a;
  }

  .xl\:even\:placeholder-purple-900:nth-child(even)::-webkit-input-placeholder {
    color: #44337a;
  }

  .xl\:even\:placeholder-purple-900:nth-child(even)::-moz-placeholder {
    color: #44337a;
  }

  .xl\:even\:placeholder-purple-900:nth-child(even):-ms-input-placeholder {
    color: #44337a;
  }

  .xl\:even\:placeholder-purple-900:nth-child(even)::-ms-input-placeholder {
    color: #44337a;
  }

  .xl\:even\:placeholder-purple-900:nth-child(even)::placeholder {
    color: #44337a;
  }

  .xl\:even\:placeholder-pink-100:nth-child(even)::-webkit-input-placeholder {
    color: #fff5f7;
  }

  .xl\:even\:placeholder-pink-100:nth-child(even)::-moz-placeholder {
    color: #fff5f7;
  }

  .xl\:even\:placeholder-pink-100:nth-child(even):-ms-input-placeholder {
    color: #fff5f7;
  }

  .xl\:even\:placeholder-pink-100:nth-child(even)::-ms-input-placeholder {
    color: #fff5f7;
  }

  .xl\:even\:placeholder-pink-100:nth-child(even)::placeholder {
    color: #fff5f7;
  }

  .xl\:even\:placeholder-pink-200:nth-child(even)::-webkit-input-placeholder {
    color: #fed7e2;
  }

  .xl\:even\:placeholder-pink-200:nth-child(even)::-moz-placeholder {
    color: #fed7e2;
  }

  .xl\:even\:placeholder-pink-200:nth-child(even):-ms-input-placeholder {
    color: #fed7e2;
  }

  .xl\:even\:placeholder-pink-200:nth-child(even)::-ms-input-placeholder {
    color: #fed7e2;
  }

  .xl\:even\:placeholder-pink-200:nth-child(even)::placeholder {
    color: #fed7e2;
  }

  .xl\:even\:placeholder-pink-300:nth-child(even)::-webkit-input-placeholder {
    color: #fbb6ce;
  }

  .xl\:even\:placeholder-pink-300:nth-child(even)::-moz-placeholder {
    color: #fbb6ce;
  }

  .xl\:even\:placeholder-pink-300:nth-child(even):-ms-input-placeholder {
    color: #fbb6ce;
  }

  .xl\:even\:placeholder-pink-300:nth-child(even)::-ms-input-placeholder {
    color: #fbb6ce;
  }

  .xl\:even\:placeholder-pink-300:nth-child(even)::placeholder {
    color: #fbb6ce;
  }

  .xl\:even\:placeholder-pink-400:nth-child(even)::-webkit-input-placeholder {
    color: #f687b3;
  }

  .xl\:even\:placeholder-pink-400:nth-child(even)::-moz-placeholder {
    color: #f687b3;
  }

  .xl\:even\:placeholder-pink-400:nth-child(even):-ms-input-placeholder {
    color: #f687b3;
  }

  .xl\:even\:placeholder-pink-400:nth-child(even)::-ms-input-placeholder {
    color: #f687b3;
  }

  .xl\:even\:placeholder-pink-400:nth-child(even)::placeholder {
    color: #f687b3;
  }

  .xl\:even\:placeholder-pink-500:nth-child(even)::-webkit-input-placeholder {
    color: #ed64a6;
  }

  .xl\:even\:placeholder-pink-500:nth-child(even)::-moz-placeholder {
    color: #ed64a6;
  }

  .xl\:even\:placeholder-pink-500:nth-child(even):-ms-input-placeholder {
    color: #ed64a6;
  }

  .xl\:even\:placeholder-pink-500:nth-child(even)::-ms-input-placeholder {
    color: #ed64a6;
  }

  .xl\:even\:placeholder-pink-500:nth-child(even)::placeholder {
    color: #ed64a6;
  }

  .xl\:even\:placeholder-pink-600:nth-child(even)::-webkit-input-placeholder {
    color: #d53f8c;
  }

  .xl\:even\:placeholder-pink-600:nth-child(even)::-moz-placeholder {
    color: #d53f8c;
  }

  .xl\:even\:placeholder-pink-600:nth-child(even):-ms-input-placeholder {
    color: #d53f8c;
  }

  .xl\:even\:placeholder-pink-600:nth-child(even)::-ms-input-placeholder {
    color: #d53f8c;
  }

  .xl\:even\:placeholder-pink-600:nth-child(even)::placeholder {
    color: #d53f8c;
  }

  .xl\:even\:placeholder-pink-700:nth-child(even)::-webkit-input-placeholder {
    color: #b83280;
  }

  .xl\:even\:placeholder-pink-700:nth-child(even)::-moz-placeholder {
    color: #b83280;
  }

  .xl\:even\:placeholder-pink-700:nth-child(even):-ms-input-placeholder {
    color: #b83280;
  }

  .xl\:even\:placeholder-pink-700:nth-child(even)::-ms-input-placeholder {
    color: #b83280;
  }

  .xl\:even\:placeholder-pink-700:nth-child(even)::placeholder {
    color: #b83280;
  }

  .xl\:even\:placeholder-pink-800:nth-child(even)::-webkit-input-placeholder {
    color: #97266d;
  }

  .xl\:even\:placeholder-pink-800:nth-child(even)::-moz-placeholder {
    color: #97266d;
  }

  .xl\:even\:placeholder-pink-800:nth-child(even):-ms-input-placeholder {
    color: #97266d;
  }

  .xl\:even\:placeholder-pink-800:nth-child(even)::-ms-input-placeholder {
    color: #97266d;
  }

  .xl\:even\:placeholder-pink-800:nth-child(even)::placeholder {
    color: #97266d;
  }

  .xl\:even\:placeholder-pink-900:nth-child(even)::-webkit-input-placeholder {
    color: #702459;
  }

  .xl\:even\:placeholder-pink-900:nth-child(even)::-moz-placeholder {
    color: #702459;
  }

  .xl\:even\:placeholder-pink-900:nth-child(even):-ms-input-placeholder {
    color: #702459;
  }

  .xl\:even\:placeholder-pink-900:nth-child(even)::-ms-input-placeholder {
    color: #702459;
  }

  .xl\:even\:placeholder-pink-900:nth-child(even)::placeholder {
    color: #702459;
  }

  .xl\:hover\:placeholder-transparent:hover::-webkit-input-placeholder {
    color: transparent;
  }

  .xl\:hover\:placeholder-transparent:hover::-moz-placeholder {
    color: transparent;
  }

  .xl\:hover\:placeholder-transparent:hover:-ms-input-placeholder {
    color: transparent;
  }

  .xl\:hover\:placeholder-transparent:hover::-ms-input-placeholder {
    color: transparent;
  }

  .xl\:hover\:placeholder-transparent:hover::placeholder {
    color: transparent;
  }

  .xl\:hover\:placeholder-black:hover::-webkit-input-placeholder {
    color: #000;
  }

  .xl\:hover\:placeholder-black:hover::-moz-placeholder {
    color: #000;
  }

  .xl\:hover\:placeholder-black:hover:-ms-input-placeholder {
    color: #000;
  }

  .xl\:hover\:placeholder-black:hover::-ms-input-placeholder {
    color: #000;
  }

  .xl\:hover\:placeholder-black:hover::placeholder {
    color: #000;
  }

  .xl\:hover\:placeholder-white:hover::-webkit-input-placeholder {
    color: #fff;
  }

  .xl\:hover\:placeholder-white:hover::-moz-placeholder {
    color: #fff;
  }

  .xl\:hover\:placeholder-white:hover:-ms-input-placeholder {
    color: #fff;
  }

  .xl\:hover\:placeholder-white:hover::-ms-input-placeholder {
    color: #fff;
  }

  .xl\:hover\:placeholder-white:hover::placeholder {
    color: #fff;
  }

  .xl\:hover\:placeholder-gray-100:hover::-webkit-input-placeholder {
    color: #f7fafc;
  }

  .xl\:hover\:placeholder-gray-100:hover::-moz-placeholder {
    color: #f7fafc;
  }

  .xl\:hover\:placeholder-gray-100:hover:-ms-input-placeholder {
    color: #f7fafc;
  }

  .xl\:hover\:placeholder-gray-100:hover::-ms-input-placeholder {
    color: #f7fafc;
  }

  .xl\:hover\:placeholder-gray-100:hover::placeholder {
    color: #f7fafc;
  }

  .xl\:hover\:placeholder-gray-200:hover::-webkit-input-placeholder {
    color: #edf2f7;
  }

  .xl\:hover\:placeholder-gray-200:hover::-moz-placeholder {
    color: #edf2f7;
  }

  .xl\:hover\:placeholder-gray-200:hover:-ms-input-placeholder {
    color: #edf2f7;
  }

  .xl\:hover\:placeholder-gray-200:hover::-ms-input-placeholder {
    color: #edf2f7;
  }

  .xl\:hover\:placeholder-gray-200:hover::placeholder {
    color: #edf2f7;
  }

  .xl\:hover\:placeholder-gray-300:hover::-webkit-input-placeholder {
    color: #e2e8f0;
  }

  .xl\:hover\:placeholder-gray-300:hover::-moz-placeholder {
    color: #e2e8f0;
  }

  .xl\:hover\:placeholder-gray-300:hover:-ms-input-placeholder {
    color: #e2e8f0;
  }

  .xl\:hover\:placeholder-gray-300:hover::-ms-input-placeholder {
    color: #e2e8f0;
  }

  .xl\:hover\:placeholder-gray-300:hover::placeholder {
    color: #e2e8f0;
  }

  .xl\:hover\:placeholder-gray-400:hover::-webkit-input-placeholder {
    color: #cbd5e0;
  }

  .xl\:hover\:placeholder-gray-400:hover::-moz-placeholder {
    color: #cbd5e0;
  }

  .xl\:hover\:placeholder-gray-400:hover:-ms-input-placeholder {
    color: #cbd5e0;
  }

  .xl\:hover\:placeholder-gray-400:hover::-ms-input-placeholder {
    color: #cbd5e0;
  }

  .xl\:hover\:placeholder-gray-400:hover::placeholder {
    color: #cbd5e0;
  }

  .xl\:hover\:placeholder-gray-500:hover::-webkit-input-placeholder {
    color: #a0aec0;
  }

  .xl\:hover\:placeholder-gray-500:hover::-moz-placeholder {
    color: #a0aec0;
  }

  .xl\:hover\:placeholder-gray-500:hover:-ms-input-placeholder {
    color: #a0aec0;
  }

  .xl\:hover\:placeholder-gray-500:hover::-ms-input-placeholder {
    color: #a0aec0;
  }

  .xl\:hover\:placeholder-gray-500:hover::placeholder {
    color: #a0aec0;
  }

  .xl\:hover\:placeholder-gray-600:hover::-webkit-input-placeholder {
    color: #718096;
  }

  .xl\:hover\:placeholder-gray-600:hover::-moz-placeholder {
    color: #718096;
  }

  .xl\:hover\:placeholder-gray-600:hover:-ms-input-placeholder {
    color: #718096;
  }

  .xl\:hover\:placeholder-gray-600:hover::-ms-input-placeholder {
    color: #718096;
  }

  .xl\:hover\:placeholder-gray-600:hover::placeholder {
    color: #718096;
  }

  .xl\:hover\:placeholder-gray-700:hover::-webkit-input-placeholder {
    color: #4a5568;
  }

  .xl\:hover\:placeholder-gray-700:hover::-moz-placeholder {
    color: #4a5568;
  }

  .xl\:hover\:placeholder-gray-700:hover:-ms-input-placeholder {
    color: #4a5568;
  }

  .xl\:hover\:placeholder-gray-700:hover::-ms-input-placeholder {
    color: #4a5568;
  }

  .xl\:hover\:placeholder-gray-700:hover::placeholder {
    color: #4a5568;
  }

  .xl\:hover\:placeholder-gray-800:hover::-webkit-input-placeholder {
    color: #2d3748;
  }

  .xl\:hover\:placeholder-gray-800:hover::-moz-placeholder {
    color: #2d3748;
  }

  .xl\:hover\:placeholder-gray-800:hover:-ms-input-placeholder {
    color: #2d3748;
  }

  .xl\:hover\:placeholder-gray-800:hover::-ms-input-placeholder {
    color: #2d3748;
  }

  .xl\:hover\:placeholder-gray-800:hover::placeholder {
    color: #2d3748;
  }

  .xl\:hover\:placeholder-gray-900:hover::-webkit-input-placeholder {
    color: #1a202c;
  }

  .xl\:hover\:placeholder-gray-900:hover::-moz-placeholder {
    color: #1a202c;
  }

  .xl\:hover\:placeholder-gray-900:hover:-ms-input-placeholder {
    color: #1a202c;
  }

  .xl\:hover\:placeholder-gray-900:hover::-ms-input-placeholder {
    color: #1a202c;
  }

  .xl\:hover\:placeholder-gray-900:hover::placeholder {
    color: #1a202c;
  }

  .xl\:hover\:placeholder-red-100:hover::-webkit-input-placeholder {
    color: #fff5f5;
  }

  .xl\:hover\:placeholder-red-100:hover::-moz-placeholder {
    color: #fff5f5;
  }

  .xl\:hover\:placeholder-red-100:hover:-ms-input-placeholder {
    color: #fff5f5;
  }

  .xl\:hover\:placeholder-red-100:hover::-ms-input-placeholder {
    color: #fff5f5;
  }

  .xl\:hover\:placeholder-red-100:hover::placeholder {
    color: #fff5f5;
  }

  .xl\:hover\:placeholder-red-200:hover::-webkit-input-placeholder {
    color: #fed7d7;
  }

  .xl\:hover\:placeholder-red-200:hover::-moz-placeholder {
    color: #fed7d7;
  }

  .xl\:hover\:placeholder-red-200:hover:-ms-input-placeholder {
    color: #fed7d7;
  }

  .xl\:hover\:placeholder-red-200:hover::-ms-input-placeholder {
    color: #fed7d7;
  }

  .xl\:hover\:placeholder-red-200:hover::placeholder {
    color: #fed7d7;
  }

  .xl\:hover\:placeholder-red-300:hover::-webkit-input-placeholder {
    color: #feb2b2;
  }

  .xl\:hover\:placeholder-red-300:hover::-moz-placeholder {
    color: #feb2b2;
  }

  .xl\:hover\:placeholder-red-300:hover:-ms-input-placeholder {
    color: #feb2b2;
  }

  .xl\:hover\:placeholder-red-300:hover::-ms-input-placeholder {
    color: #feb2b2;
  }

  .xl\:hover\:placeholder-red-300:hover::placeholder {
    color: #feb2b2;
  }

  .xl\:hover\:placeholder-red-400:hover::-webkit-input-placeholder {
    color: #fc8181;
  }

  .xl\:hover\:placeholder-red-400:hover::-moz-placeholder {
    color: #fc8181;
  }

  .xl\:hover\:placeholder-red-400:hover:-ms-input-placeholder {
    color: #fc8181;
  }

  .xl\:hover\:placeholder-red-400:hover::-ms-input-placeholder {
    color: #fc8181;
  }

  .xl\:hover\:placeholder-red-400:hover::placeholder {
    color: #fc8181;
  }

  .xl\:hover\:placeholder-red-500:hover::-webkit-input-placeholder {
    color: #f56565;
  }

  .xl\:hover\:placeholder-red-500:hover::-moz-placeholder {
    color: #f56565;
  }

  .xl\:hover\:placeholder-red-500:hover:-ms-input-placeholder {
    color: #f56565;
  }

  .xl\:hover\:placeholder-red-500:hover::-ms-input-placeholder {
    color: #f56565;
  }

  .xl\:hover\:placeholder-red-500:hover::placeholder {
    color: #f56565;
  }

  .xl\:hover\:placeholder-red-600:hover::-webkit-input-placeholder {
    color: #e53e3e;
  }

  .xl\:hover\:placeholder-red-600:hover::-moz-placeholder {
    color: #e53e3e;
  }

  .xl\:hover\:placeholder-red-600:hover:-ms-input-placeholder {
    color: #e53e3e;
  }

  .xl\:hover\:placeholder-red-600:hover::-ms-input-placeholder {
    color: #e53e3e;
  }

  .xl\:hover\:placeholder-red-600:hover::placeholder {
    color: #e53e3e;
  }

  .xl\:hover\:placeholder-red-700:hover::-webkit-input-placeholder {
    color: #c53030;
  }

  .xl\:hover\:placeholder-red-700:hover::-moz-placeholder {
    color: #c53030;
  }

  .xl\:hover\:placeholder-red-700:hover:-ms-input-placeholder {
    color: #c53030;
  }

  .xl\:hover\:placeholder-red-700:hover::-ms-input-placeholder {
    color: #c53030;
  }

  .xl\:hover\:placeholder-red-700:hover::placeholder {
    color: #c53030;
  }

  .xl\:hover\:placeholder-red-800:hover::-webkit-input-placeholder {
    color: #9b2c2c;
  }

  .xl\:hover\:placeholder-red-800:hover::-moz-placeholder {
    color: #9b2c2c;
  }

  .xl\:hover\:placeholder-red-800:hover:-ms-input-placeholder {
    color: #9b2c2c;
  }

  .xl\:hover\:placeholder-red-800:hover::-ms-input-placeholder {
    color: #9b2c2c;
  }

  .xl\:hover\:placeholder-red-800:hover::placeholder {
    color: #9b2c2c;
  }

  .xl\:hover\:placeholder-red-900:hover::-webkit-input-placeholder {
    color: #742a2a;
  }

  .xl\:hover\:placeholder-red-900:hover::-moz-placeholder {
    color: #742a2a;
  }

  .xl\:hover\:placeholder-red-900:hover:-ms-input-placeholder {
    color: #742a2a;
  }

  .xl\:hover\:placeholder-red-900:hover::-ms-input-placeholder {
    color: #742a2a;
  }

  .xl\:hover\:placeholder-red-900:hover::placeholder {
    color: #742a2a;
  }

  .xl\:hover\:placeholder-orange-100:hover::-webkit-input-placeholder {
    color: #fffaf0;
  }

  .xl\:hover\:placeholder-orange-100:hover::-moz-placeholder {
    color: #fffaf0;
  }

  .xl\:hover\:placeholder-orange-100:hover:-ms-input-placeholder {
    color: #fffaf0;
  }

  .xl\:hover\:placeholder-orange-100:hover::-ms-input-placeholder {
    color: #fffaf0;
  }

  .xl\:hover\:placeholder-orange-100:hover::placeholder {
    color: #fffaf0;
  }

  .xl\:hover\:placeholder-orange-200:hover::-webkit-input-placeholder {
    color: #feebc8;
  }

  .xl\:hover\:placeholder-orange-200:hover::-moz-placeholder {
    color: #feebc8;
  }

  .xl\:hover\:placeholder-orange-200:hover:-ms-input-placeholder {
    color: #feebc8;
  }

  .xl\:hover\:placeholder-orange-200:hover::-ms-input-placeholder {
    color: #feebc8;
  }

  .xl\:hover\:placeholder-orange-200:hover::placeholder {
    color: #feebc8;
  }

  .xl\:hover\:placeholder-orange-300:hover::-webkit-input-placeholder {
    color: #fbd38d;
  }

  .xl\:hover\:placeholder-orange-300:hover::-moz-placeholder {
    color: #fbd38d;
  }

  .xl\:hover\:placeholder-orange-300:hover:-ms-input-placeholder {
    color: #fbd38d;
  }

  .xl\:hover\:placeholder-orange-300:hover::-ms-input-placeholder {
    color: #fbd38d;
  }

  .xl\:hover\:placeholder-orange-300:hover::placeholder {
    color: #fbd38d;
  }

  .xl\:hover\:placeholder-orange-400:hover::-webkit-input-placeholder {
    color: #f6ad55;
  }

  .xl\:hover\:placeholder-orange-400:hover::-moz-placeholder {
    color: #f6ad55;
  }

  .xl\:hover\:placeholder-orange-400:hover:-ms-input-placeholder {
    color: #f6ad55;
  }

  .xl\:hover\:placeholder-orange-400:hover::-ms-input-placeholder {
    color: #f6ad55;
  }

  .xl\:hover\:placeholder-orange-400:hover::placeholder {
    color: #f6ad55;
  }

  .xl\:hover\:placeholder-orange-500:hover::-webkit-input-placeholder {
    color: #ed8936;
  }

  .xl\:hover\:placeholder-orange-500:hover::-moz-placeholder {
    color: #ed8936;
  }

  .xl\:hover\:placeholder-orange-500:hover:-ms-input-placeholder {
    color: #ed8936;
  }

  .xl\:hover\:placeholder-orange-500:hover::-ms-input-placeholder {
    color: #ed8936;
  }

  .xl\:hover\:placeholder-orange-500:hover::placeholder {
    color: #ed8936;
  }

  .xl\:hover\:placeholder-orange-600:hover::-webkit-input-placeholder {
    color: #dd6b20;
  }

  .xl\:hover\:placeholder-orange-600:hover::-moz-placeholder {
    color: #dd6b20;
  }

  .xl\:hover\:placeholder-orange-600:hover:-ms-input-placeholder {
    color: #dd6b20;
  }

  .xl\:hover\:placeholder-orange-600:hover::-ms-input-placeholder {
    color: #dd6b20;
  }

  .xl\:hover\:placeholder-orange-600:hover::placeholder {
    color: #dd6b20;
  }

  .xl\:hover\:placeholder-orange-700:hover::-webkit-input-placeholder {
    color: #c05621;
  }

  .xl\:hover\:placeholder-orange-700:hover::-moz-placeholder {
    color: #c05621;
  }

  .xl\:hover\:placeholder-orange-700:hover:-ms-input-placeholder {
    color: #c05621;
  }

  .xl\:hover\:placeholder-orange-700:hover::-ms-input-placeholder {
    color: #c05621;
  }

  .xl\:hover\:placeholder-orange-700:hover::placeholder {
    color: #c05621;
  }

  .xl\:hover\:placeholder-orange-800:hover::-webkit-input-placeholder {
    color: #9c4221;
  }

  .xl\:hover\:placeholder-orange-800:hover::-moz-placeholder {
    color: #9c4221;
  }

  .xl\:hover\:placeholder-orange-800:hover:-ms-input-placeholder {
    color: #9c4221;
  }

  .xl\:hover\:placeholder-orange-800:hover::-ms-input-placeholder {
    color: #9c4221;
  }

  .xl\:hover\:placeholder-orange-800:hover::placeholder {
    color: #9c4221;
  }

  .xl\:hover\:placeholder-orange-900:hover::-webkit-input-placeholder {
    color: #7b341e;
  }

  .xl\:hover\:placeholder-orange-900:hover::-moz-placeholder {
    color: #7b341e;
  }

  .xl\:hover\:placeholder-orange-900:hover:-ms-input-placeholder {
    color: #7b341e;
  }

  .xl\:hover\:placeholder-orange-900:hover::-ms-input-placeholder {
    color: #7b341e;
  }

  .xl\:hover\:placeholder-orange-900:hover::placeholder {
    color: #7b341e;
  }

  .xl\:hover\:placeholder-yellow-100:hover::-webkit-input-placeholder {
    color: #fffff0;
  }

  .xl\:hover\:placeholder-yellow-100:hover::-moz-placeholder {
    color: #fffff0;
  }

  .xl\:hover\:placeholder-yellow-100:hover:-ms-input-placeholder {
    color: #fffff0;
  }

  .xl\:hover\:placeholder-yellow-100:hover::-ms-input-placeholder {
    color: #fffff0;
  }

  .xl\:hover\:placeholder-yellow-100:hover::placeholder {
    color: #fffff0;
  }

  .xl\:hover\:placeholder-yellow-200:hover::-webkit-input-placeholder {
    color: #fefcbf;
  }

  .xl\:hover\:placeholder-yellow-200:hover::-moz-placeholder {
    color: #fefcbf;
  }

  .xl\:hover\:placeholder-yellow-200:hover:-ms-input-placeholder {
    color: #fefcbf;
  }

  .xl\:hover\:placeholder-yellow-200:hover::-ms-input-placeholder {
    color: #fefcbf;
  }

  .xl\:hover\:placeholder-yellow-200:hover::placeholder {
    color: #fefcbf;
  }

  .xl\:hover\:placeholder-yellow-300:hover::-webkit-input-placeholder {
    color: #faf089;
  }

  .xl\:hover\:placeholder-yellow-300:hover::-moz-placeholder {
    color: #faf089;
  }

  .xl\:hover\:placeholder-yellow-300:hover:-ms-input-placeholder {
    color: #faf089;
  }

  .xl\:hover\:placeholder-yellow-300:hover::-ms-input-placeholder {
    color: #faf089;
  }

  .xl\:hover\:placeholder-yellow-300:hover::placeholder {
    color: #faf089;
  }

  .xl\:hover\:placeholder-yellow-400:hover::-webkit-input-placeholder {
    color: #f6e05e;
  }

  .xl\:hover\:placeholder-yellow-400:hover::-moz-placeholder {
    color: #f6e05e;
  }

  .xl\:hover\:placeholder-yellow-400:hover:-ms-input-placeholder {
    color: #f6e05e;
  }

  .xl\:hover\:placeholder-yellow-400:hover::-ms-input-placeholder {
    color: #f6e05e;
  }

  .xl\:hover\:placeholder-yellow-400:hover::placeholder {
    color: #f6e05e;
  }

  .xl\:hover\:placeholder-yellow-500:hover::-webkit-input-placeholder {
    color: #ecc94b;
  }

  .xl\:hover\:placeholder-yellow-500:hover::-moz-placeholder {
    color: #ecc94b;
  }

  .xl\:hover\:placeholder-yellow-500:hover:-ms-input-placeholder {
    color: #ecc94b;
  }

  .xl\:hover\:placeholder-yellow-500:hover::-ms-input-placeholder {
    color: #ecc94b;
  }

  .xl\:hover\:placeholder-yellow-500:hover::placeholder {
    color: #ecc94b;
  }

  .xl\:hover\:placeholder-yellow-600:hover::-webkit-input-placeholder {
    color: #d69e2e;
  }

  .xl\:hover\:placeholder-yellow-600:hover::-moz-placeholder {
    color: #d69e2e;
  }

  .xl\:hover\:placeholder-yellow-600:hover:-ms-input-placeholder {
    color: #d69e2e;
  }

  .xl\:hover\:placeholder-yellow-600:hover::-ms-input-placeholder {
    color: #d69e2e;
  }

  .xl\:hover\:placeholder-yellow-600:hover::placeholder {
    color: #d69e2e;
  }

  .xl\:hover\:placeholder-yellow-700:hover::-webkit-input-placeholder {
    color: #b7791f;
  }

  .xl\:hover\:placeholder-yellow-700:hover::-moz-placeholder {
    color: #b7791f;
  }

  .xl\:hover\:placeholder-yellow-700:hover:-ms-input-placeholder {
    color: #b7791f;
  }

  .xl\:hover\:placeholder-yellow-700:hover::-ms-input-placeholder {
    color: #b7791f;
  }

  .xl\:hover\:placeholder-yellow-700:hover::placeholder {
    color: #b7791f;
  }

  .xl\:hover\:placeholder-yellow-800:hover::-webkit-input-placeholder {
    color: #975a16;
  }

  .xl\:hover\:placeholder-yellow-800:hover::-moz-placeholder {
    color: #975a16;
  }

  .xl\:hover\:placeholder-yellow-800:hover:-ms-input-placeholder {
    color: #975a16;
  }

  .xl\:hover\:placeholder-yellow-800:hover::-ms-input-placeholder {
    color: #975a16;
  }

  .xl\:hover\:placeholder-yellow-800:hover::placeholder {
    color: #975a16;
  }

  .xl\:hover\:placeholder-yellow-900:hover::-webkit-input-placeholder {
    color: #744210;
  }

  .xl\:hover\:placeholder-yellow-900:hover::-moz-placeholder {
    color: #744210;
  }

  .xl\:hover\:placeholder-yellow-900:hover:-ms-input-placeholder {
    color: #744210;
  }

  .xl\:hover\:placeholder-yellow-900:hover::-ms-input-placeholder {
    color: #744210;
  }

  .xl\:hover\:placeholder-yellow-900:hover::placeholder {
    color: #744210;
  }

  .xl\:hover\:placeholder-green-100:hover::-webkit-input-placeholder {
    color: #f0fff4;
  }

  .xl\:hover\:placeholder-green-100:hover::-moz-placeholder {
    color: #f0fff4;
  }

  .xl\:hover\:placeholder-green-100:hover:-ms-input-placeholder {
    color: #f0fff4;
  }

  .xl\:hover\:placeholder-green-100:hover::-ms-input-placeholder {
    color: #f0fff4;
  }

  .xl\:hover\:placeholder-green-100:hover::placeholder {
    color: #f0fff4;
  }

  .xl\:hover\:placeholder-green-200:hover::-webkit-input-placeholder {
    color: #c6f6d5;
  }

  .xl\:hover\:placeholder-green-200:hover::-moz-placeholder {
    color: #c6f6d5;
  }

  .xl\:hover\:placeholder-green-200:hover:-ms-input-placeholder {
    color: #c6f6d5;
  }

  .xl\:hover\:placeholder-green-200:hover::-ms-input-placeholder {
    color: #c6f6d5;
  }

  .xl\:hover\:placeholder-green-200:hover::placeholder {
    color: #c6f6d5;
  }

  .xl\:hover\:placeholder-green-300:hover::-webkit-input-placeholder {
    color: #9ae6b4;
  }

  .xl\:hover\:placeholder-green-300:hover::-moz-placeholder {
    color: #9ae6b4;
  }

  .xl\:hover\:placeholder-green-300:hover:-ms-input-placeholder {
    color: #9ae6b4;
  }

  .xl\:hover\:placeholder-green-300:hover::-ms-input-placeholder {
    color: #9ae6b4;
  }

  .xl\:hover\:placeholder-green-300:hover::placeholder {
    color: #9ae6b4;
  }

  .xl\:hover\:placeholder-green-400:hover::-webkit-input-placeholder {
    color: #68d391;
  }

  .xl\:hover\:placeholder-green-400:hover::-moz-placeholder {
    color: #68d391;
  }

  .xl\:hover\:placeholder-green-400:hover:-ms-input-placeholder {
    color: #68d391;
  }

  .xl\:hover\:placeholder-green-400:hover::-ms-input-placeholder {
    color: #68d391;
  }

  .xl\:hover\:placeholder-green-400:hover::placeholder {
    color: #68d391;
  }

  .xl\:hover\:placeholder-green-500:hover::-webkit-input-placeholder {
    color: #48bb78;
  }

  .xl\:hover\:placeholder-green-500:hover::-moz-placeholder {
    color: #48bb78;
  }

  .xl\:hover\:placeholder-green-500:hover:-ms-input-placeholder {
    color: #48bb78;
  }

  .xl\:hover\:placeholder-green-500:hover::-ms-input-placeholder {
    color: #48bb78;
  }

  .xl\:hover\:placeholder-green-500:hover::placeholder {
    color: #48bb78;
  }

  .xl\:hover\:placeholder-green-600:hover::-webkit-input-placeholder {
    color: #38a169;
  }

  .xl\:hover\:placeholder-green-600:hover::-moz-placeholder {
    color: #38a169;
  }

  .xl\:hover\:placeholder-green-600:hover:-ms-input-placeholder {
    color: #38a169;
  }

  .xl\:hover\:placeholder-green-600:hover::-ms-input-placeholder {
    color: #38a169;
  }

  .xl\:hover\:placeholder-green-600:hover::placeholder {
    color: #38a169;
  }

  .xl\:hover\:placeholder-green-700:hover::-webkit-input-placeholder {
    color: #2f855a;
  }

  .xl\:hover\:placeholder-green-700:hover::-moz-placeholder {
    color: #2f855a;
  }

  .xl\:hover\:placeholder-green-700:hover:-ms-input-placeholder {
    color: #2f855a;
  }

  .xl\:hover\:placeholder-green-700:hover::-ms-input-placeholder {
    color: #2f855a;
  }

  .xl\:hover\:placeholder-green-700:hover::placeholder {
    color: #2f855a;
  }

  .xl\:hover\:placeholder-green-800:hover::-webkit-input-placeholder {
    color: #276749;
  }

  .xl\:hover\:placeholder-green-800:hover::-moz-placeholder {
    color: #276749;
  }

  .xl\:hover\:placeholder-green-800:hover:-ms-input-placeholder {
    color: #276749;
  }

  .xl\:hover\:placeholder-green-800:hover::-ms-input-placeholder {
    color: #276749;
  }

  .xl\:hover\:placeholder-green-800:hover::placeholder {
    color: #276749;
  }

  .xl\:hover\:placeholder-green-900:hover::-webkit-input-placeholder {
    color: #22543d;
  }

  .xl\:hover\:placeholder-green-900:hover::-moz-placeholder {
    color: #22543d;
  }

  .xl\:hover\:placeholder-green-900:hover:-ms-input-placeholder {
    color: #22543d;
  }

  .xl\:hover\:placeholder-green-900:hover::-ms-input-placeholder {
    color: #22543d;
  }

  .xl\:hover\:placeholder-green-900:hover::placeholder {
    color: #22543d;
  }

  .xl\:hover\:placeholder-teal-100:hover::-webkit-input-placeholder {
    color: #e6fffa;
  }

  .xl\:hover\:placeholder-teal-100:hover::-moz-placeholder {
    color: #e6fffa;
  }

  .xl\:hover\:placeholder-teal-100:hover:-ms-input-placeholder {
    color: #e6fffa;
  }

  .xl\:hover\:placeholder-teal-100:hover::-ms-input-placeholder {
    color: #e6fffa;
  }

  .xl\:hover\:placeholder-teal-100:hover::placeholder {
    color: #e6fffa;
  }

  .xl\:hover\:placeholder-teal-200:hover::-webkit-input-placeholder {
    color: #b2f5ea;
  }

  .xl\:hover\:placeholder-teal-200:hover::-moz-placeholder {
    color: #b2f5ea;
  }

  .xl\:hover\:placeholder-teal-200:hover:-ms-input-placeholder {
    color: #b2f5ea;
  }

  .xl\:hover\:placeholder-teal-200:hover::-ms-input-placeholder {
    color: #b2f5ea;
  }

  .xl\:hover\:placeholder-teal-200:hover::placeholder {
    color: #b2f5ea;
  }

  .xl\:hover\:placeholder-teal-300:hover::-webkit-input-placeholder {
    color: #81e6d9;
  }

  .xl\:hover\:placeholder-teal-300:hover::-moz-placeholder {
    color: #81e6d9;
  }

  .xl\:hover\:placeholder-teal-300:hover:-ms-input-placeholder {
    color: #81e6d9;
  }

  .xl\:hover\:placeholder-teal-300:hover::-ms-input-placeholder {
    color: #81e6d9;
  }

  .xl\:hover\:placeholder-teal-300:hover::placeholder {
    color: #81e6d9;
  }

  .xl\:hover\:placeholder-teal-400:hover::-webkit-input-placeholder {
    color: #4fd1c5;
  }

  .xl\:hover\:placeholder-teal-400:hover::-moz-placeholder {
    color: #4fd1c5;
  }

  .xl\:hover\:placeholder-teal-400:hover:-ms-input-placeholder {
    color: #4fd1c5;
  }

  .xl\:hover\:placeholder-teal-400:hover::-ms-input-placeholder {
    color: #4fd1c5;
  }

  .xl\:hover\:placeholder-teal-400:hover::placeholder {
    color: #4fd1c5;
  }

  .xl\:hover\:placeholder-teal-500:hover::-webkit-input-placeholder {
    color: #38b2ac;
  }

  .xl\:hover\:placeholder-teal-500:hover::-moz-placeholder {
    color: #38b2ac;
  }

  .xl\:hover\:placeholder-teal-500:hover:-ms-input-placeholder {
    color: #38b2ac;
  }

  .xl\:hover\:placeholder-teal-500:hover::-ms-input-placeholder {
    color: #38b2ac;
  }

  .xl\:hover\:placeholder-teal-500:hover::placeholder {
    color: #38b2ac;
  }

  .xl\:hover\:placeholder-teal-600:hover::-webkit-input-placeholder {
    color: #319795;
  }

  .xl\:hover\:placeholder-teal-600:hover::-moz-placeholder {
    color: #319795;
  }

  .xl\:hover\:placeholder-teal-600:hover:-ms-input-placeholder {
    color: #319795;
  }

  .xl\:hover\:placeholder-teal-600:hover::-ms-input-placeholder {
    color: #319795;
  }

  .xl\:hover\:placeholder-teal-600:hover::placeholder {
    color: #319795;
  }

  .xl\:hover\:placeholder-teal-700:hover::-webkit-input-placeholder {
    color: #2c7a7b;
  }

  .xl\:hover\:placeholder-teal-700:hover::-moz-placeholder {
    color: #2c7a7b;
  }

  .xl\:hover\:placeholder-teal-700:hover:-ms-input-placeholder {
    color: #2c7a7b;
  }

  .xl\:hover\:placeholder-teal-700:hover::-ms-input-placeholder {
    color: #2c7a7b;
  }

  .xl\:hover\:placeholder-teal-700:hover::placeholder {
    color: #2c7a7b;
  }

  .xl\:hover\:placeholder-teal-800:hover::-webkit-input-placeholder {
    color: #285e61;
  }

  .xl\:hover\:placeholder-teal-800:hover::-moz-placeholder {
    color: #285e61;
  }

  .xl\:hover\:placeholder-teal-800:hover:-ms-input-placeholder {
    color: #285e61;
  }

  .xl\:hover\:placeholder-teal-800:hover::-ms-input-placeholder {
    color: #285e61;
  }

  .xl\:hover\:placeholder-teal-800:hover::placeholder {
    color: #285e61;
  }

  .xl\:hover\:placeholder-teal-900:hover::-webkit-input-placeholder {
    color: #234e52;
  }

  .xl\:hover\:placeholder-teal-900:hover::-moz-placeholder {
    color: #234e52;
  }

  .xl\:hover\:placeholder-teal-900:hover:-ms-input-placeholder {
    color: #234e52;
  }

  .xl\:hover\:placeholder-teal-900:hover::-ms-input-placeholder {
    color: #234e52;
  }

  .xl\:hover\:placeholder-teal-900:hover::placeholder {
    color: #234e52;
  }

  .xl\:hover\:placeholder-blue-100:hover::-webkit-input-placeholder {
    color: #ebf8ff;
  }

  .xl\:hover\:placeholder-blue-100:hover::-moz-placeholder {
    color: #ebf8ff;
  }

  .xl\:hover\:placeholder-blue-100:hover:-ms-input-placeholder {
    color: #ebf8ff;
  }

  .xl\:hover\:placeholder-blue-100:hover::-ms-input-placeholder {
    color: #ebf8ff;
  }

  .xl\:hover\:placeholder-blue-100:hover::placeholder {
    color: #ebf8ff;
  }

  .xl\:hover\:placeholder-blue-200:hover::-webkit-input-placeholder {
    color: #bee3f8;
  }

  .xl\:hover\:placeholder-blue-200:hover::-moz-placeholder {
    color: #bee3f8;
  }

  .xl\:hover\:placeholder-blue-200:hover:-ms-input-placeholder {
    color: #bee3f8;
  }

  .xl\:hover\:placeholder-blue-200:hover::-ms-input-placeholder {
    color: #bee3f8;
  }

  .xl\:hover\:placeholder-blue-200:hover::placeholder {
    color: #bee3f8;
  }

  .xl\:hover\:placeholder-blue-300:hover::-webkit-input-placeholder {
    color: #90cdf4;
  }

  .xl\:hover\:placeholder-blue-300:hover::-moz-placeholder {
    color: #90cdf4;
  }

  .xl\:hover\:placeholder-blue-300:hover:-ms-input-placeholder {
    color: #90cdf4;
  }

  .xl\:hover\:placeholder-blue-300:hover::-ms-input-placeholder {
    color: #90cdf4;
  }

  .xl\:hover\:placeholder-blue-300:hover::placeholder {
    color: #90cdf4;
  }

  .xl\:hover\:placeholder-blue-400:hover::-webkit-input-placeholder {
    color: #63b3ed;
  }

  .xl\:hover\:placeholder-blue-400:hover::-moz-placeholder {
    color: #63b3ed;
  }

  .xl\:hover\:placeholder-blue-400:hover:-ms-input-placeholder {
    color: #63b3ed;
  }

  .xl\:hover\:placeholder-blue-400:hover::-ms-input-placeholder {
    color: #63b3ed;
  }

  .xl\:hover\:placeholder-blue-400:hover::placeholder {
    color: #63b3ed;
  }

  .xl\:hover\:placeholder-blue-500:hover::-webkit-input-placeholder {
    color: #4299e1;
  }

  .xl\:hover\:placeholder-blue-500:hover::-moz-placeholder {
    color: #4299e1;
  }

  .xl\:hover\:placeholder-blue-500:hover:-ms-input-placeholder {
    color: #4299e1;
  }

  .xl\:hover\:placeholder-blue-500:hover::-ms-input-placeholder {
    color: #4299e1;
  }

  .xl\:hover\:placeholder-blue-500:hover::placeholder {
    color: #4299e1;
  }

  .xl\:hover\:placeholder-blue-600:hover::-webkit-input-placeholder {
    color: #3182ce;
  }

  .xl\:hover\:placeholder-blue-600:hover::-moz-placeholder {
    color: #3182ce;
  }

  .xl\:hover\:placeholder-blue-600:hover:-ms-input-placeholder {
    color: #3182ce;
  }

  .xl\:hover\:placeholder-blue-600:hover::-ms-input-placeholder {
    color: #3182ce;
  }

  .xl\:hover\:placeholder-blue-600:hover::placeholder {
    color: #3182ce;
  }

  .xl\:hover\:placeholder-blue-700:hover::-webkit-input-placeholder {
    color: #2b6cb0;
  }

  .xl\:hover\:placeholder-blue-700:hover::-moz-placeholder {
    color: #2b6cb0;
  }

  .xl\:hover\:placeholder-blue-700:hover:-ms-input-placeholder {
    color: #2b6cb0;
  }

  .xl\:hover\:placeholder-blue-700:hover::-ms-input-placeholder {
    color: #2b6cb0;
  }

  .xl\:hover\:placeholder-blue-700:hover::placeholder {
    color: #2b6cb0;
  }

  .xl\:hover\:placeholder-blue-800:hover::-webkit-input-placeholder {
    color: #2c5282;
  }

  .xl\:hover\:placeholder-blue-800:hover::-moz-placeholder {
    color: #2c5282;
  }

  .xl\:hover\:placeholder-blue-800:hover:-ms-input-placeholder {
    color: #2c5282;
  }

  .xl\:hover\:placeholder-blue-800:hover::-ms-input-placeholder {
    color: #2c5282;
  }

  .xl\:hover\:placeholder-blue-800:hover::placeholder {
    color: #2c5282;
  }

  .xl\:hover\:placeholder-blue-900:hover::-webkit-input-placeholder {
    color: #2a4365;
  }

  .xl\:hover\:placeholder-blue-900:hover::-moz-placeholder {
    color: #2a4365;
  }

  .xl\:hover\:placeholder-blue-900:hover:-ms-input-placeholder {
    color: #2a4365;
  }

  .xl\:hover\:placeholder-blue-900:hover::-ms-input-placeholder {
    color: #2a4365;
  }

  .xl\:hover\:placeholder-blue-900:hover::placeholder {
    color: #2a4365;
  }

  .xl\:hover\:placeholder-indigo-100:hover::-webkit-input-placeholder {
    color: #ebf4ff;
  }

  .xl\:hover\:placeholder-indigo-100:hover::-moz-placeholder {
    color: #ebf4ff;
  }

  .xl\:hover\:placeholder-indigo-100:hover:-ms-input-placeholder {
    color: #ebf4ff;
  }

  .xl\:hover\:placeholder-indigo-100:hover::-ms-input-placeholder {
    color: #ebf4ff;
  }

  .xl\:hover\:placeholder-indigo-100:hover::placeholder {
    color: #ebf4ff;
  }

  .xl\:hover\:placeholder-indigo-200:hover::-webkit-input-placeholder {
    color: #c3dafe;
  }

  .xl\:hover\:placeholder-indigo-200:hover::-moz-placeholder {
    color: #c3dafe;
  }

  .xl\:hover\:placeholder-indigo-200:hover:-ms-input-placeholder {
    color: #c3dafe;
  }

  .xl\:hover\:placeholder-indigo-200:hover::-ms-input-placeholder {
    color: #c3dafe;
  }

  .xl\:hover\:placeholder-indigo-200:hover::placeholder {
    color: #c3dafe;
  }

  .xl\:hover\:placeholder-indigo-300:hover::-webkit-input-placeholder {
    color: #a3bffa;
  }

  .xl\:hover\:placeholder-indigo-300:hover::-moz-placeholder {
    color: #a3bffa;
  }

  .xl\:hover\:placeholder-indigo-300:hover:-ms-input-placeholder {
    color: #a3bffa;
  }

  .xl\:hover\:placeholder-indigo-300:hover::-ms-input-placeholder {
    color: #a3bffa;
  }

  .xl\:hover\:placeholder-indigo-300:hover::placeholder {
    color: #a3bffa;
  }

  .xl\:hover\:placeholder-indigo-400:hover::-webkit-input-placeholder {
    color: #7f9cf5;
  }

  .xl\:hover\:placeholder-indigo-400:hover::-moz-placeholder {
    color: #7f9cf5;
  }

  .xl\:hover\:placeholder-indigo-400:hover:-ms-input-placeholder {
    color: #7f9cf5;
  }

  .xl\:hover\:placeholder-indigo-400:hover::-ms-input-placeholder {
    color: #7f9cf5;
  }

  .xl\:hover\:placeholder-indigo-400:hover::placeholder {
    color: #7f9cf5;
  }

  .xl\:hover\:placeholder-indigo-500:hover::-webkit-input-placeholder {
    color: #667eea;
  }

  .xl\:hover\:placeholder-indigo-500:hover::-moz-placeholder {
    color: #667eea;
  }

  .xl\:hover\:placeholder-indigo-500:hover:-ms-input-placeholder {
    color: #667eea;
  }

  .xl\:hover\:placeholder-indigo-500:hover::-ms-input-placeholder {
    color: #667eea;
  }

  .xl\:hover\:placeholder-indigo-500:hover::placeholder {
    color: #667eea;
  }

  .xl\:hover\:placeholder-indigo-600:hover::-webkit-input-placeholder {
    color: #5a67d8;
  }

  .xl\:hover\:placeholder-indigo-600:hover::-moz-placeholder {
    color: #5a67d8;
  }

  .xl\:hover\:placeholder-indigo-600:hover:-ms-input-placeholder {
    color: #5a67d8;
  }

  .xl\:hover\:placeholder-indigo-600:hover::-ms-input-placeholder {
    color: #5a67d8;
  }

  .xl\:hover\:placeholder-indigo-600:hover::placeholder {
    color: #5a67d8;
  }

  .xl\:hover\:placeholder-indigo-700:hover::-webkit-input-placeholder {
    color: #4c51bf;
  }

  .xl\:hover\:placeholder-indigo-700:hover::-moz-placeholder {
    color: #4c51bf;
  }

  .xl\:hover\:placeholder-indigo-700:hover:-ms-input-placeholder {
    color: #4c51bf;
  }

  .xl\:hover\:placeholder-indigo-700:hover::-ms-input-placeholder {
    color: #4c51bf;
  }

  .xl\:hover\:placeholder-indigo-700:hover::placeholder {
    color: #4c51bf;
  }

  .xl\:hover\:placeholder-indigo-800:hover::-webkit-input-placeholder {
    color: #434190;
  }

  .xl\:hover\:placeholder-indigo-800:hover::-moz-placeholder {
    color: #434190;
  }

  .xl\:hover\:placeholder-indigo-800:hover:-ms-input-placeholder {
    color: #434190;
  }

  .xl\:hover\:placeholder-indigo-800:hover::-ms-input-placeholder {
    color: #434190;
  }

  .xl\:hover\:placeholder-indigo-800:hover::placeholder {
    color: #434190;
  }

  .xl\:hover\:placeholder-indigo-900:hover::-webkit-input-placeholder {
    color: #3c366b;
  }

  .xl\:hover\:placeholder-indigo-900:hover::-moz-placeholder {
    color: #3c366b;
  }

  .xl\:hover\:placeholder-indigo-900:hover:-ms-input-placeholder {
    color: #3c366b;
  }

  .xl\:hover\:placeholder-indigo-900:hover::-ms-input-placeholder {
    color: #3c366b;
  }

  .xl\:hover\:placeholder-indigo-900:hover::placeholder {
    color: #3c366b;
  }

  .xl\:hover\:placeholder-purple-100:hover::-webkit-input-placeholder {
    color: #faf5ff;
  }

  .xl\:hover\:placeholder-purple-100:hover::-moz-placeholder {
    color: #faf5ff;
  }

  .xl\:hover\:placeholder-purple-100:hover:-ms-input-placeholder {
    color: #faf5ff;
  }

  .xl\:hover\:placeholder-purple-100:hover::-ms-input-placeholder {
    color: #faf5ff;
  }

  .xl\:hover\:placeholder-purple-100:hover::placeholder {
    color: #faf5ff;
  }

  .xl\:hover\:placeholder-purple-200:hover::-webkit-input-placeholder {
    color: #e9d8fd;
  }

  .xl\:hover\:placeholder-purple-200:hover::-moz-placeholder {
    color: #e9d8fd;
  }

  .xl\:hover\:placeholder-purple-200:hover:-ms-input-placeholder {
    color: #e9d8fd;
  }

  .xl\:hover\:placeholder-purple-200:hover::-ms-input-placeholder {
    color: #e9d8fd;
  }

  .xl\:hover\:placeholder-purple-200:hover::placeholder {
    color: #e9d8fd;
  }

  .xl\:hover\:placeholder-purple-300:hover::-webkit-input-placeholder {
    color: #d6bcfa;
  }

  .xl\:hover\:placeholder-purple-300:hover::-moz-placeholder {
    color: #d6bcfa;
  }

  .xl\:hover\:placeholder-purple-300:hover:-ms-input-placeholder {
    color: #d6bcfa;
  }

  .xl\:hover\:placeholder-purple-300:hover::-ms-input-placeholder {
    color: #d6bcfa;
  }

  .xl\:hover\:placeholder-purple-300:hover::placeholder {
    color: #d6bcfa;
  }

  .xl\:hover\:placeholder-purple-400:hover::-webkit-input-placeholder {
    color: #b794f4;
  }

  .xl\:hover\:placeholder-purple-400:hover::-moz-placeholder {
    color: #b794f4;
  }

  .xl\:hover\:placeholder-purple-400:hover:-ms-input-placeholder {
    color: #b794f4;
  }

  .xl\:hover\:placeholder-purple-400:hover::-ms-input-placeholder {
    color: #b794f4;
  }

  .xl\:hover\:placeholder-purple-400:hover::placeholder {
    color: #b794f4;
  }

  .xl\:hover\:placeholder-purple-500:hover::-webkit-input-placeholder {
    color: #9f7aea;
  }

  .xl\:hover\:placeholder-purple-500:hover::-moz-placeholder {
    color: #9f7aea;
  }

  .xl\:hover\:placeholder-purple-500:hover:-ms-input-placeholder {
    color: #9f7aea;
  }

  .xl\:hover\:placeholder-purple-500:hover::-ms-input-placeholder {
    color: #9f7aea;
  }

  .xl\:hover\:placeholder-purple-500:hover::placeholder {
    color: #9f7aea;
  }

  .xl\:hover\:placeholder-purple-600:hover::-webkit-input-placeholder {
    color: #805ad5;
  }

  .xl\:hover\:placeholder-purple-600:hover::-moz-placeholder {
    color: #805ad5;
  }

  .xl\:hover\:placeholder-purple-600:hover:-ms-input-placeholder {
    color: #805ad5;
  }

  .xl\:hover\:placeholder-purple-600:hover::-ms-input-placeholder {
    color: #805ad5;
  }

  .xl\:hover\:placeholder-purple-600:hover::placeholder {
    color: #805ad5;
  }

  .xl\:hover\:placeholder-purple-700:hover::-webkit-input-placeholder {
    color: #6b46c1;
  }

  .xl\:hover\:placeholder-purple-700:hover::-moz-placeholder {
    color: #6b46c1;
  }

  .xl\:hover\:placeholder-purple-700:hover:-ms-input-placeholder {
    color: #6b46c1;
  }

  .xl\:hover\:placeholder-purple-700:hover::-ms-input-placeholder {
    color: #6b46c1;
  }

  .xl\:hover\:placeholder-purple-700:hover::placeholder {
    color: #6b46c1;
  }

  .xl\:hover\:placeholder-purple-800:hover::-webkit-input-placeholder {
    color: #553c9a;
  }

  .xl\:hover\:placeholder-purple-800:hover::-moz-placeholder {
    color: #553c9a;
  }

  .xl\:hover\:placeholder-purple-800:hover:-ms-input-placeholder {
    color: #553c9a;
  }

  .xl\:hover\:placeholder-purple-800:hover::-ms-input-placeholder {
    color: #553c9a;
  }

  .xl\:hover\:placeholder-purple-800:hover::placeholder {
    color: #553c9a;
  }

  .xl\:hover\:placeholder-purple-900:hover::-webkit-input-placeholder {
    color: #44337a;
  }

  .xl\:hover\:placeholder-purple-900:hover::-moz-placeholder {
    color: #44337a;
  }

  .xl\:hover\:placeholder-purple-900:hover:-ms-input-placeholder {
    color: #44337a;
  }

  .xl\:hover\:placeholder-purple-900:hover::-ms-input-placeholder {
    color: #44337a;
  }

  .xl\:hover\:placeholder-purple-900:hover::placeholder {
    color: #44337a;
  }

  .xl\:hover\:placeholder-pink-100:hover::-webkit-input-placeholder {
    color: #fff5f7;
  }

  .xl\:hover\:placeholder-pink-100:hover::-moz-placeholder {
    color: #fff5f7;
  }

  .xl\:hover\:placeholder-pink-100:hover:-ms-input-placeholder {
    color: #fff5f7;
  }

  .xl\:hover\:placeholder-pink-100:hover::-ms-input-placeholder {
    color: #fff5f7;
  }

  .xl\:hover\:placeholder-pink-100:hover::placeholder {
    color: #fff5f7;
  }

  .xl\:hover\:placeholder-pink-200:hover::-webkit-input-placeholder {
    color: #fed7e2;
  }

  .xl\:hover\:placeholder-pink-200:hover::-moz-placeholder {
    color: #fed7e2;
  }

  .xl\:hover\:placeholder-pink-200:hover:-ms-input-placeholder {
    color: #fed7e2;
  }

  .xl\:hover\:placeholder-pink-200:hover::-ms-input-placeholder {
    color: #fed7e2;
  }

  .xl\:hover\:placeholder-pink-200:hover::placeholder {
    color: #fed7e2;
  }

  .xl\:hover\:placeholder-pink-300:hover::-webkit-input-placeholder {
    color: #fbb6ce;
  }

  .xl\:hover\:placeholder-pink-300:hover::-moz-placeholder {
    color: #fbb6ce;
  }

  .xl\:hover\:placeholder-pink-300:hover:-ms-input-placeholder {
    color: #fbb6ce;
  }

  .xl\:hover\:placeholder-pink-300:hover::-ms-input-placeholder {
    color: #fbb6ce;
  }

  .xl\:hover\:placeholder-pink-300:hover::placeholder {
    color: #fbb6ce;
  }

  .xl\:hover\:placeholder-pink-400:hover::-webkit-input-placeholder {
    color: #f687b3;
  }

  .xl\:hover\:placeholder-pink-400:hover::-moz-placeholder {
    color: #f687b3;
  }

  .xl\:hover\:placeholder-pink-400:hover:-ms-input-placeholder {
    color: #f687b3;
  }

  .xl\:hover\:placeholder-pink-400:hover::-ms-input-placeholder {
    color: #f687b3;
  }

  .xl\:hover\:placeholder-pink-400:hover::placeholder {
    color: #f687b3;
  }

  .xl\:hover\:placeholder-pink-500:hover::-webkit-input-placeholder {
    color: #ed64a6;
  }

  .xl\:hover\:placeholder-pink-500:hover::-moz-placeholder {
    color: #ed64a6;
  }

  .xl\:hover\:placeholder-pink-500:hover:-ms-input-placeholder {
    color: #ed64a6;
  }

  .xl\:hover\:placeholder-pink-500:hover::-ms-input-placeholder {
    color: #ed64a6;
  }

  .xl\:hover\:placeholder-pink-500:hover::placeholder {
    color: #ed64a6;
  }

  .xl\:hover\:placeholder-pink-600:hover::-webkit-input-placeholder {
    color: #d53f8c;
  }

  .xl\:hover\:placeholder-pink-600:hover::-moz-placeholder {
    color: #d53f8c;
  }

  .xl\:hover\:placeholder-pink-600:hover:-ms-input-placeholder {
    color: #d53f8c;
  }

  .xl\:hover\:placeholder-pink-600:hover::-ms-input-placeholder {
    color: #d53f8c;
  }

  .xl\:hover\:placeholder-pink-600:hover::placeholder {
    color: #d53f8c;
  }

  .xl\:hover\:placeholder-pink-700:hover::-webkit-input-placeholder {
    color: #b83280;
  }

  .xl\:hover\:placeholder-pink-700:hover::-moz-placeholder {
    color: #b83280;
  }

  .xl\:hover\:placeholder-pink-700:hover:-ms-input-placeholder {
    color: #b83280;
  }

  .xl\:hover\:placeholder-pink-700:hover::-ms-input-placeholder {
    color: #b83280;
  }

  .xl\:hover\:placeholder-pink-700:hover::placeholder {
    color: #b83280;
  }

  .xl\:hover\:placeholder-pink-800:hover::-webkit-input-placeholder {
    color: #97266d;
  }

  .xl\:hover\:placeholder-pink-800:hover::-moz-placeholder {
    color: #97266d;
  }

  .xl\:hover\:placeholder-pink-800:hover:-ms-input-placeholder {
    color: #97266d;
  }

  .xl\:hover\:placeholder-pink-800:hover::-ms-input-placeholder {
    color: #97266d;
  }

  .xl\:hover\:placeholder-pink-800:hover::placeholder {
    color: #97266d;
  }

  .xl\:hover\:placeholder-pink-900:hover::-webkit-input-placeholder {
    color: #702459;
  }

  .xl\:hover\:placeholder-pink-900:hover::-moz-placeholder {
    color: #702459;
  }

  .xl\:hover\:placeholder-pink-900:hover:-ms-input-placeholder {
    color: #702459;
  }

  .xl\:hover\:placeholder-pink-900:hover::-ms-input-placeholder {
    color: #702459;
  }

  .xl\:hover\:placeholder-pink-900:hover::placeholder {
    color: #702459;
  }

  .xl\:focus\:placeholder-transparent:focus::-webkit-input-placeholder {
    color: transparent;
  }

  .xl\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .xl\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent;
  }

  .xl\:focus\:placeholder-transparent:focus::-ms-input-placeholder {
    color: transparent;
  }

  .xl\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .xl\:focus\:placeholder-black:focus::-webkit-input-placeholder {
    color: #000;
  }

  .xl\:focus\:placeholder-black:focus::-moz-placeholder {
    color: #000;
  }

  .xl\:focus\:placeholder-black:focus:-ms-input-placeholder {
    color: #000;
  }

  .xl\:focus\:placeholder-black:focus::-ms-input-placeholder {
    color: #000;
  }

  .xl\:focus\:placeholder-black:focus::placeholder {
    color: #000;
  }

  .xl\:focus\:placeholder-white:focus::-webkit-input-placeholder {
    color: #fff;
  }

  .xl\:focus\:placeholder-white:focus::-moz-placeholder {
    color: #fff;
  }

  .xl\:focus\:placeholder-white:focus:-ms-input-placeholder {
    color: #fff;
  }

  .xl\:focus\:placeholder-white:focus::-ms-input-placeholder {
    color: #fff;
  }

  .xl\:focus\:placeholder-white:focus::placeholder {
    color: #fff;
  }

  .xl\:focus\:placeholder-gray-100:focus::-webkit-input-placeholder {
    color: #f7fafc;
  }

  .xl\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    color: #f7fafc;
  }

  .xl\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
    color: #f7fafc;
  }

  .xl\:focus\:placeholder-gray-100:focus::-ms-input-placeholder {
    color: #f7fafc;
  }

  .xl\:focus\:placeholder-gray-100:focus::placeholder {
    color: #f7fafc;
  }

  .xl\:focus\:placeholder-gray-200:focus::-webkit-input-placeholder {
    color: #edf2f7;
  }

  .xl\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    color: #edf2f7;
  }

  .xl\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
    color: #edf2f7;
  }

  .xl\:focus\:placeholder-gray-200:focus::-ms-input-placeholder {
    color: #edf2f7;
  }

  .xl\:focus\:placeholder-gray-200:focus::placeholder {
    color: #edf2f7;
  }

  .xl\:focus\:placeholder-gray-300:focus::-webkit-input-placeholder {
    color: #e2e8f0;
  }

  .xl\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    color: #e2e8f0;
  }

  .xl\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
    color: #e2e8f0;
  }

  .xl\:focus\:placeholder-gray-300:focus::-ms-input-placeholder {
    color: #e2e8f0;
  }

  .xl\:focus\:placeholder-gray-300:focus::placeholder {
    color: #e2e8f0;
  }

  .xl\:focus\:placeholder-gray-400:focus::-webkit-input-placeholder {
    color: #cbd5e0;
  }

  .xl\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    color: #cbd5e0;
  }

  .xl\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
    color: #cbd5e0;
  }

  .xl\:focus\:placeholder-gray-400:focus::-ms-input-placeholder {
    color: #cbd5e0;
  }

  .xl\:focus\:placeholder-gray-400:focus::placeholder {
    color: #cbd5e0;
  }

  .xl\:focus\:placeholder-gray-500:focus::-webkit-input-placeholder {
    color: #a0aec0;
  }

  .xl\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    color: #a0aec0;
  }

  .xl\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
    color: #a0aec0;
  }

  .xl\:focus\:placeholder-gray-500:focus::-ms-input-placeholder {
    color: #a0aec0;
  }

  .xl\:focus\:placeholder-gray-500:focus::placeholder {
    color: #a0aec0;
  }

  .xl\:focus\:placeholder-gray-600:focus::-webkit-input-placeholder {
    color: #718096;
  }

  .xl\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    color: #718096;
  }

  .xl\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
    color: #718096;
  }

  .xl\:focus\:placeholder-gray-600:focus::-ms-input-placeholder {
    color: #718096;
  }

  .xl\:focus\:placeholder-gray-600:focus::placeholder {
    color: #718096;
  }

  .xl\:focus\:placeholder-gray-700:focus::-webkit-input-placeholder {
    color: #4a5568;
  }

  .xl\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    color: #4a5568;
  }

  .xl\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
    color: #4a5568;
  }

  .xl\:focus\:placeholder-gray-700:focus::-ms-input-placeholder {
    color: #4a5568;
  }

  .xl\:focus\:placeholder-gray-700:focus::placeholder {
    color: #4a5568;
  }

  .xl\:focus\:placeholder-gray-800:focus::-webkit-input-placeholder {
    color: #2d3748;
  }

  .xl\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    color: #2d3748;
  }

  .xl\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
    color: #2d3748;
  }

  .xl\:focus\:placeholder-gray-800:focus::-ms-input-placeholder {
    color: #2d3748;
  }

  .xl\:focus\:placeholder-gray-800:focus::placeholder {
    color: #2d3748;
  }

  .xl\:focus\:placeholder-gray-900:focus::-webkit-input-placeholder {
    color: #1a202c;
  }

  .xl\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    color: #1a202c;
  }

  .xl\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
    color: #1a202c;
  }

  .xl\:focus\:placeholder-gray-900:focus::-ms-input-placeholder {
    color: #1a202c;
  }

  .xl\:focus\:placeholder-gray-900:focus::placeholder {
    color: #1a202c;
  }

  .xl\:focus\:placeholder-red-100:focus::-webkit-input-placeholder {
    color: #fff5f5;
  }

  .xl\:focus\:placeholder-red-100:focus::-moz-placeholder {
    color: #fff5f5;
  }

  .xl\:focus\:placeholder-red-100:focus:-ms-input-placeholder {
    color: #fff5f5;
  }

  .xl\:focus\:placeholder-red-100:focus::-ms-input-placeholder {
    color: #fff5f5;
  }

  .xl\:focus\:placeholder-red-100:focus::placeholder {
    color: #fff5f5;
  }

  .xl\:focus\:placeholder-red-200:focus::-webkit-input-placeholder {
    color: #fed7d7;
  }

  .xl\:focus\:placeholder-red-200:focus::-moz-placeholder {
    color: #fed7d7;
  }

  .xl\:focus\:placeholder-red-200:focus:-ms-input-placeholder {
    color: #fed7d7;
  }

  .xl\:focus\:placeholder-red-200:focus::-ms-input-placeholder {
    color: #fed7d7;
  }

  .xl\:focus\:placeholder-red-200:focus::placeholder {
    color: #fed7d7;
  }

  .xl\:focus\:placeholder-red-300:focus::-webkit-input-placeholder {
    color: #feb2b2;
  }

  .xl\:focus\:placeholder-red-300:focus::-moz-placeholder {
    color: #feb2b2;
  }

  .xl\:focus\:placeholder-red-300:focus:-ms-input-placeholder {
    color: #feb2b2;
  }

  .xl\:focus\:placeholder-red-300:focus::-ms-input-placeholder {
    color: #feb2b2;
  }

  .xl\:focus\:placeholder-red-300:focus::placeholder {
    color: #feb2b2;
  }

  .xl\:focus\:placeholder-red-400:focus::-webkit-input-placeholder {
    color: #fc8181;
  }

  .xl\:focus\:placeholder-red-400:focus::-moz-placeholder {
    color: #fc8181;
  }

  .xl\:focus\:placeholder-red-400:focus:-ms-input-placeholder {
    color: #fc8181;
  }

  .xl\:focus\:placeholder-red-400:focus::-ms-input-placeholder {
    color: #fc8181;
  }

  .xl\:focus\:placeholder-red-400:focus::placeholder {
    color: #fc8181;
  }

  .xl\:focus\:placeholder-red-500:focus::-webkit-input-placeholder {
    color: #f56565;
  }

  .xl\:focus\:placeholder-red-500:focus::-moz-placeholder {
    color: #f56565;
  }

  .xl\:focus\:placeholder-red-500:focus:-ms-input-placeholder {
    color: #f56565;
  }

  .xl\:focus\:placeholder-red-500:focus::-ms-input-placeholder {
    color: #f56565;
  }

  .xl\:focus\:placeholder-red-500:focus::placeholder {
    color: #f56565;
  }

  .xl\:focus\:placeholder-red-600:focus::-webkit-input-placeholder {
    color: #e53e3e;
  }

  .xl\:focus\:placeholder-red-600:focus::-moz-placeholder {
    color: #e53e3e;
  }

  .xl\:focus\:placeholder-red-600:focus:-ms-input-placeholder {
    color: #e53e3e;
  }

  .xl\:focus\:placeholder-red-600:focus::-ms-input-placeholder {
    color: #e53e3e;
  }

  .xl\:focus\:placeholder-red-600:focus::placeholder {
    color: #e53e3e;
  }

  .xl\:focus\:placeholder-red-700:focus::-webkit-input-placeholder {
    color: #c53030;
  }

  .xl\:focus\:placeholder-red-700:focus::-moz-placeholder {
    color: #c53030;
  }

  .xl\:focus\:placeholder-red-700:focus:-ms-input-placeholder {
    color: #c53030;
  }

  .xl\:focus\:placeholder-red-700:focus::-ms-input-placeholder {
    color: #c53030;
  }

  .xl\:focus\:placeholder-red-700:focus::placeholder {
    color: #c53030;
  }

  .xl\:focus\:placeholder-red-800:focus::-webkit-input-placeholder {
    color: #9b2c2c;
  }

  .xl\:focus\:placeholder-red-800:focus::-moz-placeholder {
    color: #9b2c2c;
  }

  .xl\:focus\:placeholder-red-800:focus:-ms-input-placeholder {
    color: #9b2c2c;
  }

  .xl\:focus\:placeholder-red-800:focus::-ms-input-placeholder {
    color: #9b2c2c;
  }

  .xl\:focus\:placeholder-red-800:focus::placeholder {
    color: #9b2c2c;
  }

  .xl\:focus\:placeholder-red-900:focus::-webkit-input-placeholder {
    color: #742a2a;
  }

  .xl\:focus\:placeholder-red-900:focus::-moz-placeholder {
    color: #742a2a;
  }

  .xl\:focus\:placeholder-red-900:focus:-ms-input-placeholder {
    color: #742a2a;
  }

  .xl\:focus\:placeholder-red-900:focus::-ms-input-placeholder {
    color: #742a2a;
  }

  .xl\:focus\:placeholder-red-900:focus::placeholder {
    color: #742a2a;
  }

  .xl\:focus\:placeholder-orange-100:focus::-webkit-input-placeholder {
    color: #fffaf0;
  }

  .xl\:focus\:placeholder-orange-100:focus::-moz-placeholder {
    color: #fffaf0;
  }

  .xl\:focus\:placeholder-orange-100:focus:-ms-input-placeholder {
    color: #fffaf0;
  }

  .xl\:focus\:placeholder-orange-100:focus::-ms-input-placeholder {
    color: #fffaf0;
  }

  .xl\:focus\:placeholder-orange-100:focus::placeholder {
    color: #fffaf0;
  }

  .xl\:focus\:placeholder-orange-200:focus::-webkit-input-placeholder {
    color: #feebc8;
  }

  .xl\:focus\:placeholder-orange-200:focus::-moz-placeholder {
    color: #feebc8;
  }

  .xl\:focus\:placeholder-orange-200:focus:-ms-input-placeholder {
    color: #feebc8;
  }

  .xl\:focus\:placeholder-orange-200:focus::-ms-input-placeholder {
    color: #feebc8;
  }

  .xl\:focus\:placeholder-orange-200:focus::placeholder {
    color: #feebc8;
  }

  .xl\:focus\:placeholder-orange-300:focus::-webkit-input-placeholder {
    color: #fbd38d;
  }

  .xl\:focus\:placeholder-orange-300:focus::-moz-placeholder {
    color: #fbd38d;
  }

  .xl\:focus\:placeholder-orange-300:focus:-ms-input-placeholder {
    color: #fbd38d;
  }

  .xl\:focus\:placeholder-orange-300:focus::-ms-input-placeholder {
    color: #fbd38d;
  }

  .xl\:focus\:placeholder-orange-300:focus::placeholder {
    color: #fbd38d;
  }

  .xl\:focus\:placeholder-orange-400:focus::-webkit-input-placeholder {
    color: #f6ad55;
  }

  .xl\:focus\:placeholder-orange-400:focus::-moz-placeholder {
    color: #f6ad55;
  }

  .xl\:focus\:placeholder-orange-400:focus:-ms-input-placeholder {
    color: #f6ad55;
  }

  .xl\:focus\:placeholder-orange-400:focus::-ms-input-placeholder {
    color: #f6ad55;
  }

  .xl\:focus\:placeholder-orange-400:focus::placeholder {
    color: #f6ad55;
  }

  .xl\:focus\:placeholder-orange-500:focus::-webkit-input-placeholder {
    color: #ed8936;
  }

  .xl\:focus\:placeholder-orange-500:focus::-moz-placeholder {
    color: #ed8936;
  }

  .xl\:focus\:placeholder-orange-500:focus:-ms-input-placeholder {
    color: #ed8936;
  }

  .xl\:focus\:placeholder-orange-500:focus::-ms-input-placeholder {
    color: #ed8936;
  }

  .xl\:focus\:placeholder-orange-500:focus::placeholder {
    color: #ed8936;
  }

  .xl\:focus\:placeholder-orange-600:focus::-webkit-input-placeholder {
    color: #dd6b20;
  }

  .xl\:focus\:placeholder-orange-600:focus::-moz-placeholder {
    color: #dd6b20;
  }

  .xl\:focus\:placeholder-orange-600:focus:-ms-input-placeholder {
    color: #dd6b20;
  }

  .xl\:focus\:placeholder-orange-600:focus::-ms-input-placeholder {
    color: #dd6b20;
  }

  .xl\:focus\:placeholder-orange-600:focus::placeholder {
    color: #dd6b20;
  }

  .xl\:focus\:placeholder-orange-700:focus::-webkit-input-placeholder {
    color: #c05621;
  }

  .xl\:focus\:placeholder-orange-700:focus::-moz-placeholder {
    color: #c05621;
  }

  .xl\:focus\:placeholder-orange-700:focus:-ms-input-placeholder {
    color: #c05621;
  }

  .xl\:focus\:placeholder-orange-700:focus::-ms-input-placeholder {
    color: #c05621;
  }

  .xl\:focus\:placeholder-orange-700:focus::placeholder {
    color: #c05621;
  }

  .xl\:focus\:placeholder-orange-800:focus::-webkit-input-placeholder {
    color: #9c4221;
  }

  .xl\:focus\:placeholder-orange-800:focus::-moz-placeholder {
    color: #9c4221;
  }

  .xl\:focus\:placeholder-orange-800:focus:-ms-input-placeholder {
    color: #9c4221;
  }

  .xl\:focus\:placeholder-orange-800:focus::-ms-input-placeholder {
    color: #9c4221;
  }

  .xl\:focus\:placeholder-orange-800:focus::placeholder {
    color: #9c4221;
  }

  .xl\:focus\:placeholder-orange-900:focus::-webkit-input-placeholder {
    color: #7b341e;
  }

  .xl\:focus\:placeholder-orange-900:focus::-moz-placeholder {
    color: #7b341e;
  }

  .xl\:focus\:placeholder-orange-900:focus:-ms-input-placeholder {
    color: #7b341e;
  }

  .xl\:focus\:placeholder-orange-900:focus::-ms-input-placeholder {
    color: #7b341e;
  }

  .xl\:focus\:placeholder-orange-900:focus::placeholder {
    color: #7b341e;
  }

  .xl\:focus\:placeholder-yellow-100:focus::-webkit-input-placeholder {
    color: #fffff0;
  }

  .xl\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
    color: #fffff0;
  }

  .xl\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
    color: #fffff0;
  }

  .xl\:focus\:placeholder-yellow-100:focus::-ms-input-placeholder {
    color: #fffff0;
  }

  .xl\:focus\:placeholder-yellow-100:focus::placeholder {
    color: #fffff0;
  }

  .xl\:focus\:placeholder-yellow-200:focus::-webkit-input-placeholder {
    color: #fefcbf;
  }

  .xl\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    color: #fefcbf;
  }

  .xl\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
    color: #fefcbf;
  }

  .xl\:focus\:placeholder-yellow-200:focus::-ms-input-placeholder {
    color: #fefcbf;
  }

  .xl\:focus\:placeholder-yellow-200:focus::placeholder {
    color: #fefcbf;
  }

  .xl\:focus\:placeholder-yellow-300:focus::-webkit-input-placeholder {
    color: #faf089;
  }

  .xl\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
    color: #faf089;
  }

  .xl\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
    color: #faf089;
  }

  .xl\:focus\:placeholder-yellow-300:focus::-ms-input-placeholder {
    color: #faf089;
  }

  .xl\:focus\:placeholder-yellow-300:focus::placeholder {
    color: #faf089;
  }

  .xl\:focus\:placeholder-yellow-400:focus::-webkit-input-placeholder {
    color: #f6e05e;
  }

  .xl\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
    color: #f6e05e;
  }

  .xl\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
    color: #f6e05e;
  }

  .xl\:focus\:placeholder-yellow-400:focus::-ms-input-placeholder {
    color: #f6e05e;
  }

  .xl\:focus\:placeholder-yellow-400:focus::placeholder {
    color: #f6e05e;
  }

  .xl\:focus\:placeholder-yellow-500:focus::-webkit-input-placeholder {
    color: #ecc94b;
  }

  .xl\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    color: #ecc94b;
  }

  .xl\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
    color: #ecc94b;
  }

  .xl\:focus\:placeholder-yellow-500:focus::-ms-input-placeholder {
    color: #ecc94b;
  }

  .xl\:focus\:placeholder-yellow-500:focus::placeholder {
    color: #ecc94b;
  }

  .xl\:focus\:placeholder-yellow-600:focus::-webkit-input-placeholder {
    color: #d69e2e;
  }

  .xl\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
    color: #d69e2e;
  }

  .xl\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
    color: #d69e2e;
  }

  .xl\:focus\:placeholder-yellow-600:focus::-ms-input-placeholder {
    color: #d69e2e;
  }

  .xl\:focus\:placeholder-yellow-600:focus::placeholder {
    color: #d69e2e;
  }

  .xl\:focus\:placeholder-yellow-700:focus::-webkit-input-placeholder {
    color: #b7791f;
  }

  .xl\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
    color: #b7791f;
  }

  .xl\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
    color: #b7791f;
  }

  .xl\:focus\:placeholder-yellow-700:focus::-ms-input-placeholder {
    color: #b7791f;
  }

  .xl\:focus\:placeholder-yellow-700:focus::placeholder {
    color: #b7791f;
  }

  .xl\:focus\:placeholder-yellow-800:focus::-webkit-input-placeholder {
    color: #975a16;
  }

  .xl\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
    color: #975a16;
  }

  .xl\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
    color: #975a16;
  }

  .xl\:focus\:placeholder-yellow-800:focus::-ms-input-placeholder {
    color: #975a16;
  }

  .xl\:focus\:placeholder-yellow-800:focus::placeholder {
    color: #975a16;
  }

  .xl\:focus\:placeholder-yellow-900:focus::-webkit-input-placeholder {
    color: #744210;
  }

  .xl\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
    color: #744210;
  }

  .xl\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
    color: #744210;
  }

  .xl\:focus\:placeholder-yellow-900:focus::-ms-input-placeholder {
    color: #744210;
  }

  .xl\:focus\:placeholder-yellow-900:focus::placeholder {
    color: #744210;
  }

  .xl\:focus\:placeholder-green-100:focus::-webkit-input-placeholder {
    color: #f0fff4;
  }

  .xl\:focus\:placeholder-green-100:focus::-moz-placeholder {
    color: #f0fff4;
  }

  .xl\:focus\:placeholder-green-100:focus:-ms-input-placeholder {
    color: #f0fff4;
  }

  .xl\:focus\:placeholder-green-100:focus::-ms-input-placeholder {
    color: #f0fff4;
  }

  .xl\:focus\:placeholder-green-100:focus::placeholder {
    color: #f0fff4;
  }

  .xl\:focus\:placeholder-green-200:focus::-webkit-input-placeholder {
    color: #c6f6d5;
  }

  .xl\:focus\:placeholder-green-200:focus::-moz-placeholder {
    color: #c6f6d5;
  }

  .xl\:focus\:placeholder-green-200:focus:-ms-input-placeholder {
    color: #c6f6d5;
  }

  .xl\:focus\:placeholder-green-200:focus::-ms-input-placeholder {
    color: #c6f6d5;
  }

  .xl\:focus\:placeholder-green-200:focus::placeholder {
    color: #c6f6d5;
  }

  .xl\:focus\:placeholder-green-300:focus::-webkit-input-placeholder {
    color: #9ae6b4;
  }

  .xl\:focus\:placeholder-green-300:focus::-moz-placeholder {
    color: #9ae6b4;
  }

  .xl\:focus\:placeholder-green-300:focus:-ms-input-placeholder {
    color: #9ae6b4;
  }

  .xl\:focus\:placeholder-green-300:focus::-ms-input-placeholder {
    color: #9ae6b4;
  }

  .xl\:focus\:placeholder-green-300:focus::placeholder {
    color: #9ae6b4;
  }

  .xl\:focus\:placeholder-green-400:focus::-webkit-input-placeholder {
    color: #68d391;
  }

  .xl\:focus\:placeholder-green-400:focus::-moz-placeholder {
    color: #68d391;
  }

  .xl\:focus\:placeholder-green-400:focus:-ms-input-placeholder {
    color: #68d391;
  }

  .xl\:focus\:placeholder-green-400:focus::-ms-input-placeholder {
    color: #68d391;
  }

  .xl\:focus\:placeholder-green-400:focus::placeholder {
    color: #68d391;
  }

  .xl\:focus\:placeholder-green-500:focus::-webkit-input-placeholder {
    color: #48bb78;
  }

  .xl\:focus\:placeholder-green-500:focus::-moz-placeholder {
    color: #48bb78;
  }

  .xl\:focus\:placeholder-green-500:focus:-ms-input-placeholder {
    color: #48bb78;
  }

  .xl\:focus\:placeholder-green-500:focus::-ms-input-placeholder {
    color: #48bb78;
  }

  .xl\:focus\:placeholder-green-500:focus::placeholder {
    color: #48bb78;
  }

  .xl\:focus\:placeholder-green-600:focus::-webkit-input-placeholder {
    color: #38a169;
  }

  .xl\:focus\:placeholder-green-600:focus::-moz-placeholder {
    color: #38a169;
  }

  .xl\:focus\:placeholder-green-600:focus:-ms-input-placeholder {
    color: #38a169;
  }

  .xl\:focus\:placeholder-green-600:focus::-ms-input-placeholder {
    color: #38a169;
  }

  .xl\:focus\:placeholder-green-600:focus::placeholder {
    color: #38a169;
  }

  .xl\:focus\:placeholder-green-700:focus::-webkit-input-placeholder {
    color: #2f855a;
  }

  .xl\:focus\:placeholder-green-700:focus::-moz-placeholder {
    color: #2f855a;
  }

  .xl\:focus\:placeholder-green-700:focus:-ms-input-placeholder {
    color: #2f855a;
  }

  .xl\:focus\:placeholder-green-700:focus::-ms-input-placeholder {
    color: #2f855a;
  }

  .xl\:focus\:placeholder-green-700:focus::placeholder {
    color: #2f855a;
  }

  .xl\:focus\:placeholder-green-800:focus::-webkit-input-placeholder {
    color: #276749;
  }

  .xl\:focus\:placeholder-green-800:focus::-moz-placeholder {
    color: #276749;
  }

  .xl\:focus\:placeholder-green-800:focus:-ms-input-placeholder {
    color: #276749;
  }

  .xl\:focus\:placeholder-green-800:focus::-ms-input-placeholder {
    color: #276749;
  }

  .xl\:focus\:placeholder-green-800:focus::placeholder {
    color: #276749;
  }

  .xl\:focus\:placeholder-green-900:focus::-webkit-input-placeholder {
    color: #22543d;
  }

  .xl\:focus\:placeholder-green-900:focus::-moz-placeholder {
    color: #22543d;
  }

  .xl\:focus\:placeholder-green-900:focus:-ms-input-placeholder {
    color: #22543d;
  }

  .xl\:focus\:placeholder-green-900:focus::-ms-input-placeholder {
    color: #22543d;
  }

  .xl\:focus\:placeholder-green-900:focus::placeholder {
    color: #22543d;
  }

  .xl\:focus\:placeholder-teal-100:focus::-webkit-input-placeholder {
    color: #e6fffa;
  }

  .xl\:focus\:placeholder-teal-100:focus::-moz-placeholder {
    color: #e6fffa;
  }

  .xl\:focus\:placeholder-teal-100:focus:-ms-input-placeholder {
    color: #e6fffa;
  }

  .xl\:focus\:placeholder-teal-100:focus::-ms-input-placeholder {
    color: #e6fffa;
  }

  .xl\:focus\:placeholder-teal-100:focus::placeholder {
    color: #e6fffa;
  }

  .xl\:focus\:placeholder-teal-200:focus::-webkit-input-placeholder {
    color: #b2f5ea;
  }

  .xl\:focus\:placeholder-teal-200:focus::-moz-placeholder {
    color: #b2f5ea;
  }

  .xl\:focus\:placeholder-teal-200:focus:-ms-input-placeholder {
    color: #b2f5ea;
  }

  .xl\:focus\:placeholder-teal-200:focus::-ms-input-placeholder {
    color: #b2f5ea;
  }

  .xl\:focus\:placeholder-teal-200:focus::placeholder {
    color: #b2f5ea;
  }

  .xl\:focus\:placeholder-teal-300:focus::-webkit-input-placeholder {
    color: #81e6d9;
  }

  .xl\:focus\:placeholder-teal-300:focus::-moz-placeholder {
    color: #81e6d9;
  }

  .xl\:focus\:placeholder-teal-300:focus:-ms-input-placeholder {
    color: #81e6d9;
  }

  .xl\:focus\:placeholder-teal-300:focus::-ms-input-placeholder {
    color: #81e6d9;
  }

  .xl\:focus\:placeholder-teal-300:focus::placeholder {
    color: #81e6d9;
  }

  .xl\:focus\:placeholder-teal-400:focus::-webkit-input-placeholder {
    color: #4fd1c5;
  }

  .xl\:focus\:placeholder-teal-400:focus::-moz-placeholder {
    color: #4fd1c5;
  }

  .xl\:focus\:placeholder-teal-400:focus:-ms-input-placeholder {
    color: #4fd1c5;
  }

  .xl\:focus\:placeholder-teal-400:focus::-ms-input-placeholder {
    color: #4fd1c5;
  }

  .xl\:focus\:placeholder-teal-400:focus::placeholder {
    color: #4fd1c5;
  }

  .xl\:focus\:placeholder-teal-500:focus::-webkit-input-placeholder {
    color: #38b2ac;
  }

  .xl\:focus\:placeholder-teal-500:focus::-moz-placeholder {
    color: #38b2ac;
  }

  .xl\:focus\:placeholder-teal-500:focus:-ms-input-placeholder {
    color: #38b2ac;
  }

  .xl\:focus\:placeholder-teal-500:focus::-ms-input-placeholder {
    color: #38b2ac;
  }

  .xl\:focus\:placeholder-teal-500:focus::placeholder {
    color: #38b2ac;
  }

  .xl\:focus\:placeholder-teal-600:focus::-webkit-input-placeholder {
    color: #319795;
  }

  .xl\:focus\:placeholder-teal-600:focus::-moz-placeholder {
    color: #319795;
  }

  .xl\:focus\:placeholder-teal-600:focus:-ms-input-placeholder {
    color: #319795;
  }

  .xl\:focus\:placeholder-teal-600:focus::-ms-input-placeholder {
    color: #319795;
  }

  .xl\:focus\:placeholder-teal-600:focus::placeholder {
    color: #319795;
  }

  .xl\:focus\:placeholder-teal-700:focus::-webkit-input-placeholder {
    color: #2c7a7b;
  }

  .xl\:focus\:placeholder-teal-700:focus::-moz-placeholder {
    color: #2c7a7b;
  }

  .xl\:focus\:placeholder-teal-700:focus:-ms-input-placeholder {
    color: #2c7a7b;
  }

  .xl\:focus\:placeholder-teal-700:focus::-ms-input-placeholder {
    color: #2c7a7b;
  }

  .xl\:focus\:placeholder-teal-700:focus::placeholder {
    color: #2c7a7b;
  }

  .xl\:focus\:placeholder-teal-800:focus::-webkit-input-placeholder {
    color: #285e61;
  }

  .xl\:focus\:placeholder-teal-800:focus::-moz-placeholder {
    color: #285e61;
  }

  .xl\:focus\:placeholder-teal-800:focus:-ms-input-placeholder {
    color: #285e61;
  }

  .xl\:focus\:placeholder-teal-800:focus::-ms-input-placeholder {
    color: #285e61;
  }

  .xl\:focus\:placeholder-teal-800:focus::placeholder {
    color: #285e61;
  }

  .xl\:focus\:placeholder-teal-900:focus::-webkit-input-placeholder {
    color: #234e52;
  }

  .xl\:focus\:placeholder-teal-900:focus::-moz-placeholder {
    color: #234e52;
  }

  .xl\:focus\:placeholder-teal-900:focus:-ms-input-placeholder {
    color: #234e52;
  }

  .xl\:focus\:placeholder-teal-900:focus::-ms-input-placeholder {
    color: #234e52;
  }

  .xl\:focus\:placeholder-teal-900:focus::placeholder {
    color: #234e52;
  }

  .xl\:focus\:placeholder-blue-100:focus::-webkit-input-placeholder {
    color: #ebf8ff;
  }

  .xl\:focus\:placeholder-blue-100:focus::-moz-placeholder {
    color: #ebf8ff;
  }

  .xl\:focus\:placeholder-blue-100:focus:-ms-input-placeholder {
    color: #ebf8ff;
  }

  .xl\:focus\:placeholder-blue-100:focus::-ms-input-placeholder {
    color: #ebf8ff;
  }

  .xl\:focus\:placeholder-blue-100:focus::placeholder {
    color: #ebf8ff;
  }

  .xl\:focus\:placeholder-blue-200:focus::-webkit-input-placeholder {
    color: #bee3f8;
  }

  .xl\:focus\:placeholder-blue-200:focus::-moz-placeholder {
    color: #bee3f8;
  }

  .xl\:focus\:placeholder-blue-200:focus:-ms-input-placeholder {
    color: #bee3f8;
  }

  .xl\:focus\:placeholder-blue-200:focus::-ms-input-placeholder {
    color: #bee3f8;
  }

  .xl\:focus\:placeholder-blue-200:focus::placeholder {
    color: #bee3f8;
  }

  .xl\:focus\:placeholder-blue-300:focus::-webkit-input-placeholder {
    color: #90cdf4;
  }

  .xl\:focus\:placeholder-blue-300:focus::-moz-placeholder {
    color: #90cdf4;
  }

  .xl\:focus\:placeholder-blue-300:focus:-ms-input-placeholder {
    color: #90cdf4;
  }

  .xl\:focus\:placeholder-blue-300:focus::-ms-input-placeholder {
    color: #90cdf4;
  }

  .xl\:focus\:placeholder-blue-300:focus::placeholder {
    color: #90cdf4;
  }

  .xl\:focus\:placeholder-blue-400:focus::-webkit-input-placeholder {
    color: #63b3ed;
  }

  .xl\:focus\:placeholder-blue-400:focus::-moz-placeholder {
    color: #63b3ed;
  }

  .xl\:focus\:placeholder-blue-400:focus:-ms-input-placeholder {
    color: #63b3ed;
  }

  .xl\:focus\:placeholder-blue-400:focus::-ms-input-placeholder {
    color: #63b3ed;
  }

  .xl\:focus\:placeholder-blue-400:focus::placeholder {
    color: #63b3ed;
  }

  .xl\:focus\:placeholder-blue-500:focus::-webkit-input-placeholder {
    color: #4299e1;
  }

  .xl\:focus\:placeholder-blue-500:focus::-moz-placeholder {
    color: #4299e1;
  }

  .xl\:focus\:placeholder-blue-500:focus:-ms-input-placeholder {
    color: #4299e1;
  }

  .xl\:focus\:placeholder-blue-500:focus::-ms-input-placeholder {
    color: #4299e1;
  }

  .xl\:focus\:placeholder-blue-500:focus::placeholder {
    color: #4299e1;
  }

  .xl\:focus\:placeholder-blue-600:focus::-webkit-input-placeholder {
    color: #3182ce;
  }

  .xl\:focus\:placeholder-blue-600:focus::-moz-placeholder {
    color: #3182ce;
  }

  .xl\:focus\:placeholder-blue-600:focus:-ms-input-placeholder {
    color: #3182ce;
  }

  .xl\:focus\:placeholder-blue-600:focus::-ms-input-placeholder {
    color: #3182ce;
  }

  .xl\:focus\:placeholder-blue-600:focus::placeholder {
    color: #3182ce;
  }

  .xl\:focus\:placeholder-blue-700:focus::-webkit-input-placeholder {
    color: #2b6cb0;
  }

  .xl\:focus\:placeholder-blue-700:focus::-moz-placeholder {
    color: #2b6cb0;
  }

  .xl\:focus\:placeholder-blue-700:focus:-ms-input-placeholder {
    color: #2b6cb0;
  }

  .xl\:focus\:placeholder-blue-700:focus::-ms-input-placeholder {
    color: #2b6cb0;
  }

  .xl\:focus\:placeholder-blue-700:focus::placeholder {
    color: #2b6cb0;
  }

  .xl\:focus\:placeholder-blue-800:focus::-webkit-input-placeholder {
    color: #2c5282;
  }

  .xl\:focus\:placeholder-blue-800:focus::-moz-placeholder {
    color: #2c5282;
  }

  .xl\:focus\:placeholder-blue-800:focus:-ms-input-placeholder {
    color: #2c5282;
  }

  .xl\:focus\:placeholder-blue-800:focus::-ms-input-placeholder {
    color: #2c5282;
  }

  .xl\:focus\:placeholder-blue-800:focus::placeholder {
    color: #2c5282;
  }

  .xl\:focus\:placeholder-blue-900:focus::-webkit-input-placeholder {
    color: #2a4365;
  }

  .xl\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    color: #2a4365;
  }

  .xl\:focus\:placeholder-blue-900:focus:-ms-input-placeholder {
    color: #2a4365;
  }

  .xl\:focus\:placeholder-blue-900:focus::-ms-input-placeholder {
    color: #2a4365;
  }

  .xl\:focus\:placeholder-blue-900:focus::placeholder {
    color: #2a4365;
  }

  .xl\:focus\:placeholder-indigo-100:focus::-webkit-input-placeholder {
    color: #ebf4ff;
  }

  .xl\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    color: #ebf4ff;
  }

  .xl\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
    color: #ebf4ff;
  }

  .xl\:focus\:placeholder-indigo-100:focus::-ms-input-placeholder {
    color: #ebf4ff;
  }

  .xl\:focus\:placeholder-indigo-100:focus::placeholder {
    color: #ebf4ff;
  }

  .xl\:focus\:placeholder-indigo-200:focus::-webkit-input-placeholder {
    color: #c3dafe;
  }

  .xl\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    color: #c3dafe;
  }

  .xl\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
    color: #c3dafe;
  }

  .xl\:focus\:placeholder-indigo-200:focus::-ms-input-placeholder {
    color: #c3dafe;
  }

  .xl\:focus\:placeholder-indigo-200:focus::placeholder {
    color: #c3dafe;
  }

  .xl\:focus\:placeholder-indigo-300:focus::-webkit-input-placeholder {
    color: #a3bffa;
  }

  .xl\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    color: #a3bffa;
  }

  .xl\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
    color: #a3bffa;
  }

  .xl\:focus\:placeholder-indigo-300:focus::-ms-input-placeholder {
    color: #a3bffa;
  }

  .xl\:focus\:placeholder-indigo-300:focus::placeholder {
    color: #a3bffa;
  }

  .xl\:focus\:placeholder-indigo-400:focus::-webkit-input-placeholder {
    color: #7f9cf5;
  }

  .xl\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    color: #7f9cf5;
  }

  .xl\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
    color: #7f9cf5;
  }

  .xl\:focus\:placeholder-indigo-400:focus::-ms-input-placeholder {
    color: #7f9cf5;
  }

  .xl\:focus\:placeholder-indigo-400:focus::placeholder {
    color: #7f9cf5;
  }

  .xl\:focus\:placeholder-indigo-500:focus::-webkit-input-placeholder {
    color: #667eea;
  }

  .xl\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    color: #667eea;
  }

  .xl\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
    color: #667eea;
  }

  .xl\:focus\:placeholder-indigo-500:focus::-ms-input-placeholder {
    color: #667eea;
  }

  .xl\:focus\:placeholder-indigo-500:focus::placeholder {
    color: #667eea;
  }

  .xl\:focus\:placeholder-indigo-600:focus::-webkit-input-placeholder {
    color: #5a67d8;
  }

  .xl\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    color: #5a67d8;
  }

  .xl\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
    color: #5a67d8;
  }

  .xl\:focus\:placeholder-indigo-600:focus::-ms-input-placeholder {
    color: #5a67d8;
  }

  .xl\:focus\:placeholder-indigo-600:focus::placeholder {
    color: #5a67d8;
  }

  .xl\:focus\:placeholder-indigo-700:focus::-webkit-input-placeholder {
    color: #4c51bf;
  }

  .xl\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    color: #4c51bf;
  }

  .xl\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
    color: #4c51bf;
  }

  .xl\:focus\:placeholder-indigo-700:focus::-ms-input-placeholder {
    color: #4c51bf;
  }

  .xl\:focus\:placeholder-indigo-700:focus::placeholder {
    color: #4c51bf;
  }

  .xl\:focus\:placeholder-indigo-800:focus::-webkit-input-placeholder {
    color: #434190;
  }

  .xl\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    color: #434190;
  }

  .xl\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
    color: #434190;
  }

  .xl\:focus\:placeholder-indigo-800:focus::-ms-input-placeholder {
    color: #434190;
  }

  .xl\:focus\:placeholder-indigo-800:focus::placeholder {
    color: #434190;
  }

  .xl\:focus\:placeholder-indigo-900:focus::-webkit-input-placeholder {
    color: #3c366b;
  }

  .xl\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    color: #3c366b;
  }

  .xl\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
    color: #3c366b;
  }

  .xl\:focus\:placeholder-indigo-900:focus::-ms-input-placeholder {
    color: #3c366b;
  }

  .xl\:focus\:placeholder-indigo-900:focus::placeholder {
    color: #3c366b;
  }

  .xl\:focus\:placeholder-purple-100:focus::-webkit-input-placeholder {
    color: #faf5ff;
  }

  .xl\:focus\:placeholder-purple-100:focus::-moz-placeholder {
    color: #faf5ff;
  }

  .xl\:focus\:placeholder-purple-100:focus:-ms-input-placeholder {
    color: #faf5ff;
  }

  .xl\:focus\:placeholder-purple-100:focus::-ms-input-placeholder {
    color: #faf5ff;
  }

  .xl\:focus\:placeholder-purple-100:focus::placeholder {
    color: #faf5ff;
  }

  .xl\:focus\:placeholder-purple-200:focus::-webkit-input-placeholder {
    color: #e9d8fd;
  }

  .xl\:focus\:placeholder-purple-200:focus::-moz-placeholder {
    color: #e9d8fd;
  }

  .xl\:focus\:placeholder-purple-200:focus:-ms-input-placeholder {
    color: #e9d8fd;
  }

  .xl\:focus\:placeholder-purple-200:focus::-ms-input-placeholder {
    color: #e9d8fd;
  }

  .xl\:focus\:placeholder-purple-200:focus::placeholder {
    color: #e9d8fd;
  }

  .xl\:focus\:placeholder-purple-300:focus::-webkit-input-placeholder {
    color: #d6bcfa;
  }

  .xl\:focus\:placeholder-purple-300:focus::-moz-placeholder {
    color: #d6bcfa;
  }

  .xl\:focus\:placeholder-purple-300:focus:-ms-input-placeholder {
    color: #d6bcfa;
  }

  .xl\:focus\:placeholder-purple-300:focus::-ms-input-placeholder {
    color: #d6bcfa;
  }

  .xl\:focus\:placeholder-purple-300:focus::placeholder {
    color: #d6bcfa;
  }

  .xl\:focus\:placeholder-purple-400:focus::-webkit-input-placeholder {
    color: #b794f4;
  }

  .xl\:focus\:placeholder-purple-400:focus::-moz-placeholder {
    color: #b794f4;
  }

  .xl\:focus\:placeholder-purple-400:focus:-ms-input-placeholder {
    color: #b794f4;
  }

  .xl\:focus\:placeholder-purple-400:focus::-ms-input-placeholder {
    color: #b794f4;
  }

  .xl\:focus\:placeholder-purple-400:focus::placeholder {
    color: #b794f4;
  }

  .xl\:focus\:placeholder-purple-500:focus::-webkit-input-placeholder {
    color: #9f7aea;
  }

  .xl\:focus\:placeholder-purple-500:focus::-moz-placeholder {
    color: #9f7aea;
  }

  .xl\:focus\:placeholder-purple-500:focus:-ms-input-placeholder {
    color: #9f7aea;
  }

  .xl\:focus\:placeholder-purple-500:focus::-ms-input-placeholder {
    color: #9f7aea;
  }

  .xl\:focus\:placeholder-purple-500:focus::placeholder {
    color: #9f7aea;
  }

  .xl\:focus\:placeholder-purple-600:focus::-webkit-input-placeholder {
    color: #805ad5;
  }

  .xl\:focus\:placeholder-purple-600:focus::-moz-placeholder {
    color: #805ad5;
  }

  .xl\:focus\:placeholder-purple-600:focus:-ms-input-placeholder {
    color: #805ad5;
  }

  .xl\:focus\:placeholder-purple-600:focus::-ms-input-placeholder {
    color: #805ad5;
  }

  .xl\:focus\:placeholder-purple-600:focus::placeholder {
    color: #805ad5;
  }

  .xl\:focus\:placeholder-purple-700:focus::-webkit-input-placeholder {
    color: #6b46c1;
  }

  .xl\:focus\:placeholder-purple-700:focus::-moz-placeholder {
    color: #6b46c1;
  }

  .xl\:focus\:placeholder-purple-700:focus:-ms-input-placeholder {
    color: #6b46c1;
  }

  .xl\:focus\:placeholder-purple-700:focus::-ms-input-placeholder {
    color: #6b46c1;
  }

  .xl\:focus\:placeholder-purple-700:focus::placeholder {
    color: #6b46c1;
  }

  .xl\:focus\:placeholder-purple-800:focus::-webkit-input-placeholder {
    color: #553c9a;
  }

  .xl\:focus\:placeholder-purple-800:focus::-moz-placeholder {
    color: #553c9a;
  }

  .xl\:focus\:placeholder-purple-800:focus:-ms-input-placeholder {
    color: #553c9a;
  }

  .xl\:focus\:placeholder-purple-800:focus::-ms-input-placeholder {
    color: #553c9a;
  }

  .xl\:focus\:placeholder-purple-800:focus::placeholder {
    color: #553c9a;
  }

  .xl\:focus\:placeholder-purple-900:focus::-webkit-input-placeholder {
    color: #44337a;
  }

  .xl\:focus\:placeholder-purple-900:focus::-moz-placeholder {
    color: #44337a;
  }

  .xl\:focus\:placeholder-purple-900:focus:-ms-input-placeholder {
    color: #44337a;
  }

  .xl\:focus\:placeholder-purple-900:focus::-ms-input-placeholder {
    color: #44337a;
  }

  .xl\:focus\:placeholder-purple-900:focus::placeholder {
    color: #44337a;
  }

  .xl\:focus\:placeholder-pink-100:focus::-webkit-input-placeholder {
    color: #fff5f7;
  }

  .xl\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    color: #fff5f7;
  }

  .xl\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
    color: #fff5f7;
  }

  .xl\:focus\:placeholder-pink-100:focus::-ms-input-placeholder {
    color: #fff5f7;
  }

  .xl\:focus\:placeholder-pink-100:focus::placeholder {
    color: #fff5f7;
  }

  .xl\:focus\:placeholder-pink-200:focus::-webkit-input-placeholder {
    color: #fed7e2;
  }

  .xl\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    color: #fed7e2;
  }

  .xl\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
    color: #fed7e2;
  }

  .xl\:focus\:placeholder-pink-200:focus::-ms-input-placeholder {
    color: #fed7e2;
  }

  .xl\:focus\:placeholder-pink-200:focus::placeholder {
    color: #fed7e2;
  }

  .xl\:focus\:placeholder-pink-300:focus::-webkit-input-placeholder {
    color: #fbb6ce;
  }

  .xl\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    color: #fbb6ce;
  }

  .xl\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
    color: #fbb6ce;
  }

  .xl\:focus\:placeholder-pink-300:focus::-ms-input-placeholder {
    color: #fbb6ce;
  }

  .xl\:focus\:placeholder-pink-300:focus::placeholder {
    color: #fbb6ce;
  }

  .xl\:focus\:placeholder-pink-400:focus::-webkit-input-placeholder {
    color: #f687b3;
  }

  .xl\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    color: #f687b3;
  }

  .xl\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
    color: #f687b3;
  }

  .xl\:focus\:placeholder-pink-400:focus::-ms-input-placeholder {
    color: #f687b3;
  }

  .xl\:focus\:placeholder-pink-400:focus::placeholder {
    color: #f687b3;
  }

  .xl\:focus\:placeholder-pink-500:focus::-webkit-input-placeholder {
    color: #ed64a6;
  }

  .xl\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    color: #ed64a6;
  }

  .xl\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
    color: #ed64a6;
  }

  .xl\:focus\:placeholder-pink-500:focus::-ms-input-placeholder {
    color: #ed64a6;
  }

  .xl\:focus\:placeholder-pink-500:focus::placeholder {
    color: #ed64a6;
  }

  .xl\:focus\:placeholder-pink-600:focus::-webkit-input-placeholder {
    color: #d53f8c;
  }

  .xl\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    color: #d53f8c;
  }

  .xl\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
    color: #d53f8c;
  }

  .xl\:focus\:placeholder-pink-600:focus::-ms-input-placeholder {
    color: #d53f8c;
  }

  .xl\:focus\:placeholder-pink-600:focus::placeholder {
    color: #d53f8c;
  }

  .xl\:focus\:placeholder-pink-700:focus::-webkit-input-placeholder {
    color: #b83280;
  }

  .xl\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    color: #b83280;
  }

  .xl\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
    color: #b83280;
  }

  .xl\:focus\:placeholder-pink-700:focus::-ms-input-placeholder {
    color: #b83280;
  }

  .xl\:focus\:placeholder-pink-700:focus::placeholder {
    color: #b83280;
  }

  .xl\:focus\:placeholder-pink-800:focus::-webkit-input-placeholder {
    color: #97266d;
  }

  .xl\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    color: #97266d;
  }

  .xl\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
    color: #97266d;
  }

  .xl\:focus\:placeholder-pink-800:focus::-ms-input-placeholder {
    color: #97266d;
  }

  .xl\:focus\:placeholder-pink-800:focus::placeholder {
    color: #97266d;
  }

  .xl\:focus\:placeholder-pink-900:focus::-webkit-input-placeholder {
    color: #702459;
  }

  .xl\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    color: #702459;
  }

  .xl\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
    color: #702459;
  }

  .xl\:focus\:placeholder-pink-900:focus::-ms-input-placeholder {
    color: #702459;
  }

  .xl\:focus\:placeholder-pink-900:focus::placeholder {
    color: #702459;
  }

  .xl\:active\:placeholder-transparent:active::-webkit-input-placeholder {
    color: transparent;
  }

  .xl\:active\:placeholder-transparent:active::-moz-placeholder {
    color: transparent;
  }

  .xl\:active\:placeholder-transparent:active:-ms-input-placeholder {
    color: transparent;
  }

  .xl\:active\:placeholder-transparent:active::-ms-input-placeholder {
    color: transparent;
  }

  .xl\:active\:placeholder-transparent:active::placeholder {
    color: transparent;
  }

  .xl\:active\:placeholder-black:active::-webkit-input-placeholder {
    color: #000;
  }

  .xl\:active\:placeholder-black:active::-moz-placeholder {
    color: #000;
  }

  .xl\:active\:placeholder-black:active:-ms-input-placeholder {
    color: #000;
  }

  .xl\:active\:placeholder-black:active::-ms-input-placeholder {
    color: #000;
  }

  .xl\:active\:placeholder-black:active::placeholder {
    color: #000;
  }

  .xl\:active\:placeholder-white:active::-webkit-input-placeholder {
    color: #fff;
  }

  .xl\:active\:placeholder-white:active::-moz-placeholder {
    color: #fff;
  }

  .xl\:active\:placeholder-white:active:-ms-input-placeholder {
    color: #fff;
  }

  .xl\:active\:placeholder-white:active::-ms-input-placeholder {
    color: #fff;
  }

  .xl\:active\:placeholder-white:active::placeholder {
    color: #fff;
  }

  .xl\:active\:placeholder-gray-100:active::-webkit-input-placeholder {
    color: #f7fafc;
  }

  .xl\:active\:placeholder-gray-100:active::-moz-placeholder {
    color: #f7fafc;
  }

  .xl\:active\:placeholder-gray-100:active:-ms-input-placeholder {
    color: #f7fafc;
  }

  .xl\:active\:placeholder-gray-100:active::-ms-input-placeholder {
    color: #f7fafc;
  }

  .xl\:active\:placeholder-gray-100:active::placeholder {
    color: #f7fafc;
  }

  .xl\:active\:placeholder-gray-200:active::-webkit-input-placeholder {
    color: #edf2f7;
  }

  .xl\:active\:placeholder-gray-200:active::-moz-placeholder {
    color: #edf2f7;
  }

  .xl\:active\:placeholder-gray-200:active:-ms-input-placeholder {
    color: #edf2f7;
  }

  .xl\:active\:placeholder-gray-200:active::-ms-input-placeholder {
    color: #edf2f7;
  }

  .xl\:active\:placeholder-gray-200:active::placeholder {
    color: #edf2f7;
  }

  .xl\:active\:placeholder-gray-300:active::-webkit-input-placeholder {
    color: #e2e8f0;
  }

  .xl\:active\:placeholder-gray-300:active::-moz-placeholder {
    color: #e2e8f0;
  }

  .xl\:active\:placeholder-gray-300:active:-ms-input-placeholder {
    color: #e2e8f0;
  }

  .xl\:active\:placeholder-gray-300:active::-ms-input-placeholder {
    color: #e2e8f0;
  }

  .xl\:active\:placeholder-gray-300:active::placeholder {
    color: #e2e8f0;
  }

  .xl\:active\:placeholder-gray-400:active::-webkit-input-placeholder {
    color: #cbd5e0;
  }

  .xl\:active\:placeholder-gray-400:active::-moz-placeholder {
    color: #cbd5e0;
  }

  .xl\:active\:placeholder-gray-400:active:-ms-input-placeholder {
    color: #cbd5e0;
  }

  .xl\:active\:placeholder-gray-400:active::-ms-input-placeholder {
    color: #cbd5e0;
  }

  .xl\:active\:placeholder-gray-400:active::placeholder {
    color: #cbd5e0;
  }

  .xl\:active\:placeholder-gray-500:active::-webkit-input-placeholder {
    color: #a0aec0;
  }

  .xl\:active\:placeholder-gray-500:active::-moz-placeholder {
    color: #a0aec0;
  }

  .xl\:active\:placeholder-gray-500:active:-ms-input-placeholder {
    color: #a0aec0;
  }

  .xl\:active\:placeholder-gray-500:active::-ms-input-placeholder {
    color: #a0aec0;
  }

  .xl\:active\:placeholder-gray-500:active::placeholder {
    color: #a0aec0;
  }

  .xl\:active\:placeholder-gray-600:active::-webkit-input-placeholder {
    color: #718096;
  }

  .xl\:active\:placeholder-gray-600:active::-moz-placeholder {
    color: #718096;
  }

  .xl\:active\:placeholder-gray-600:active:-ms-input-placeholder {
    color: #718096;
  }

  .xl\:active\:placeholder-gray-600:active::-ms-input-placeholder {
    color: #718096;
  }

  .xl\:active\:placeholder-gray-600:active::placeholder {
    color: #718096;
  }

  .xl\:active\:placeholder-gray-700:active::-webkit-input-placeholder {
    color: #4a5568;
  }

  .xl\:active\:placeholder-gray-700:active::-moz-placeholder {
    color: #4a5568;
  }

  .xl\:active\:placeholder-gray-700:active:-ms-input-placeholder {
    color: #4a5568;
  }

  .xl\:active\:placeholder-gray-700:active::-ms-input-placeholder {
    color: #4a5568;
  }

  .xl\:active\:placeholder-gray-700:active::placeholder {
    color: #4a5568;
  }

  .xl\:active\:placeholder-gray-800:active::-webkit-input-placeholder {
    color: #2d3748;
  }

  .xl\:active\:placeholder-gray-800:active::-moz-placeholder {
    color: #2d3748;
  }

  .xl\:active\:placeholder-gray-800:active:-ms-input-placeholder {
    color: #2d3748;
  }

  .xl\:active\:placeholder-gray-800:active::-ms-input-placeholder {
    color: #2d3748;
  }

  .xl\:active\:placeholder-gray-800:active::placeholder {
    color: #2d3748;
  }

  .xl\:active\:placeholder-gray-900:active::-webkit-input-placeholder {
    color: #1a202c;
  }

  .xl\:active\:placeholder-gray-900:active::-moz-placeholder {
    color: #1a202c;
  }

  .xl\:active\:placeholder-gray-900:active:-ms-input-placeholder {
    color: #1a202c;
  }

  .xl\:active\:placeholder-gray-900:active::-ms-input-placeholder {
    color: #1a202c;
  }

  .xl\:active\:placeholder-gray-900:active::placeholder {
    color: #1a202c;
  }

  .xl\:active\:placeholder-red-100:active::-webkit-input-placeholder {
    color: #fff5f5;
  }

  .xl\:active\:placeholder-red-100:active::-moz-placeholder {
    color: #fff5f5;
  }

  .xl\:active\:placeholder-red-100:active:-ms-input-placeholder {
    color: #fff5f5;
  }

  .xl\:active\:placeholder-red-100:active::-ms-input-placeholder {
    color: #fff5f5;
  }

  .xl\:active\:placeholder-red-100:active::placeholder {
    color: #fff5f5;
  }

  .xl\:active\:placeholder-red-200:active::-webkit-input-placeholder {
    color: #fed7d7;
  }

  .xl\:active\:placeholder-red-200:active::-moz-placeholder {
    color: #fed7d7;
  }

  .xl\:active\:placeholder-red-200:active:-ms-input-placeholder {
    color: #fed7d7;
  }

  .xl\:active\:placeholder-red-200:active::-ms-input-placeholder {
    color: #fed7d7;
  }

  .xl\:active\:placeholder-red-200:active::placeholder {
    color: #fed7d7;
  }

  .xl\:active\:placeholder-red-300:active::-webkit-input-placeholder {
    color: #feb2b2;
  }

  .xl\:active\:placeholder-red-300:active::-moz-placeholder {
    color: #feb2b2;
  }

  .xl\:active\:placeholder-red-300:active:-ms-input-placeholder {
    color: #feb2b2;
  }

  .xl\:active\:placeholder-red-300:active::-ms-input-placeholder {
    color: #feb2b2;
  }

  .xl\:active\:placeholder-red-300:active::placeholder {
    color: #feb2b2;
  }

  .xl\:active\:placeholder-red-400:active::-webkit-input-placeholder {
    color: #fc8181;
  }

  .xl\:active\:placeholder-red-400:active::-moz-placeholder {
    color: #fc8181;
  }

  .xl\:active\:placeholder-red-400:active:-ms-input-placeholder {
    color: #fc8181;
  }

  .xl\:active\:placeholder-red-400:active::-ms-input-placeholder {
    color: #fc8181;
  }

  .xl\:active\:placeholder-red-400:active::placeholder {
    color: #fc8181;
  }

  .xl\:active\:placeholder-red-500:active::-webkit-input-placeholder {
    color: #f56565;
  }

  .xl\:active\:placeholder-red-500:active::-moz-placeholder {
    color: #f56565;
  }

  .xl\:active\:placeholder-red-500:active:-ms-input-placeholder {
    color: #f56565;
  }

  .xl\:active\:placeholder-red-500:active::-ms-input-placeholder {
    color: #f56565;
  }

  .xl\:active\:placeholder-red-500:active::placeholder {
    color: #f56565;
  }

  .xl\:active\:placeholder-red-600:active::-webkit-input-placeholder {
    color: #e53e3e;
  }

  .xl\:active\:placeholder-red-600:active::-moz-placeholder {
    color: #e53e3e;
  }

  .xl\:active\:placeholder-red-600:active:-ms-input-placeholder {
    color: #e53e3e;
  }

  .xl\:active\:placeholder-red-600:active::-ms-input-placeholder {
    color: #e53e3e;
  }

  .xl\:active\:placeholder-red-600:active::placeholder {
    color: #e53e3e;
  }

  .xl\:active\:placeholder-red-700:active::-webkit-input-placeholder {
    color: #c53030;
  }

  .xl\:active\:placeholder-red-700:active::-moz-placeholder {
    color: #c53030;
  }

  .xl\:active\:placeholder-red-700:active:-ms-input-placeholder {
    color: #c53030;
  }

  .xl\:active\:placeholder-red-700:active::-ms-input-placeholder {
    color: #c53030;
  }

  .xl\:active\:placeholder-red-700:active::placeholder {
    color: #c53030;
  }

  .xl\:active\:placeholder-red-800:active::-webkit-input-placeholder {
    color: #9b2c2c;
  }

  .xl\:active\:placeholder-red-800:active::-moz-placeholder {
    color: #9b2c2c;
  }

  .xl\:active\:placeholder-red-800:active:-ms-input-placeholder {
    color: #9b2c2c;
  }

  .xl\:active\:placeholder-red-800:active::-ms-input-placeholder {
    color: #9b2c2c;
  }

  .xl\:active\:placeholder-red-800:active::placeholder {
    color: #9b2c2c;
  }

  .xl\:active\:placeholder-red-900:active::-webkit-input-placeholder {
    color: #742a2a;
  }

  .xl\:active\:placeholder-red-900:active::-moz-placeholder {
    color: #742a2a;
  }

  .xl\:active\:placeholder-red-900:active:-ms-input-placeholder {
    color: #742a2a;
  }

  .xl\:active\:placeholder-red-900:active::-ms-input-placeholder {
    color: #742a2a;
  }

  .xl\:active\:placeholder-red-900:active::placeholder {
    color: #742a2a;
  }

  .xl\:active\:placeholder-orange-100:active::-webkit-input-placeholder {
    color: #fffaf0;
  }

  .xl\:active\:placeholder-orange-100:active::-moz-placeholder {
    color: #fffaf0;
  }

  .xl\:active\:placeholder-orange-100:active:-ms-input-placeholder {
    color: #fffaf0;
  }

  .xl\:active\:placeholder-orange-100:active::-ms-input-placeholder {
    color: #fffaf0;
  }

  .xl\:active\:placeholder-orange-100:active::placeholder {
    color: #fffaf0;
  }

  .xl\:active\:placeholder-orange-200:active::-webkit-input-placeholder {
    color: #feebc8;
  }

  .xl\:active\:placeholder-orange-200:active::-moz-placeholder {
    color: #feebc8;
  }

  .xl\:active\:placeholder-orange-200:active:-ms-input-placeholder {
    color: #feebc8;
  }

  .xl\:active\:placeholder-orange-200:active::-ms-input-placeholder {
    color: #feebc8;
  }

  .xl\:active\:placeholder-orange-200:active::placeholder {
    color: #feebc8;
  }

  .xl\:active\:placeholder-orange-300:active::-webkit-input-placeholder {
    color: #fbd38d;
  }

  .xl\:active\:placeholder-orange-300:active::-moz-placeholder {
    color: #fbd38d;
  }

  .xl\:active\:placeholder-orange-300:active:-ms-input-placeholder {
    color: #fbd38d;
  }

  .xl\:active\:placeholder-orange-300:active::-ms-input-placeholder {
    color: #fbd38d;
  }

  .xl\:active\:placeholder-orange-300:active::placeholder {
    color: #fbd38d;
  }

  .xl\:active\:placeholder-orange-400:active::-webkit-input-placeholder {
    color: #f6ad55;
  }

  .xl\:active\:placeholder-orange-400:active::-moz-placeholder {
    color: #f6ad55;
  }

  .xl\:active\:placeholder-orange-400:active:-ms-input-placeholder {
    color: #f6ad55;
  }

  .xl\:active\:placeholder-orange-400:active::-ms-input-placeholder {
    color: #f6ad55;
  }

  .xl\:active\:placeholder-orange-400:active::placeholder {
    color: #f6ad55;
  }

  .xl\:active\:placeholder-orange-500:active::-webkit-input-placeholder {
    color: #ed8936;
  }

  .xl\:active\:placeholder-orange-500:active::-moz-placeholder {
    color: #ed8936;
  }

  .xl\:active\:placeholder-orange-500:active:-ms-input-placeholder {
    color: #ed8936;
  }

  .xl\:active\:placeholder-orange-500:active::-ms-input-placeholder {
    color: #ed8936;
  }

  .xl\:active\:placeholder-orange-500:active::placeholder {
    color: #ed8936;
  }

  .xl\:active\:placeholder-orange-600:active::-webkit-input-placeholder {
    color: #dd6b20;
  }

  .xl\:active\:placeholder-orange-600:active::-moz-placeholder {
    color: #dd6b20;
  }

  .xl\:active\:placeholder-orange-600:active:-ms-input-placeholder {
    color: #dd6b20;
  }

  .xl\:active\:placeholder-orange-600:active::-ms-input-placeholder {
    color: #dd6b20;
  }

  .xl\:active\:placeholder-orange-600:active::placeholder {
    color: #dd6b20;
  }

  .xl\:active\:placeholder-orange-700:active::-webkit-input-placeholder {
    color: #c05621;
  }

  .xl\:active\:placeholder-orange-700:active::-moz-placeholder {
    color: #c05621;
  }

  .xl\:active\:placeholder-orange-700:active:-ms-input-placeholder {
    color: #c05621;
  }

  .xl\:active\:placeholder-orange-700:active::-ms-input-placeholder {
    color: #c05621;
  }

  .xl\:active\:placeholder-orange-700:active::placeholder {
    color: #c05621;
  }

  .xl\:active\:placeholder-orange-800:active::-webkit-input-placeholder {
    color: #9c4221;
  }

  .xl\:active\:placeholder-orange-800:active::-moz-placeholder {
    color: #9c4221;
  }

  .xl\:active\:placeholder-orange-800:active:-ms-input-placeholder {
    color: #9c4221;
  }

  .xl\:active\:placeholder-orange-800:active::-ms-input-placeholder {
    color: #9c4221;
  }

  .xl\:active\:placeholder-orange-800:active::placeholder {
    color: #9c4221;
  }

  .xl\:active\:placeholder-orange-900:active::-webkit-input-placeholder {
    color: #7b341e;
  }

  .xl\:active\:placeholder-orange-900:active::-moz-placeholder {
    color: #7b341e;
  }

  .xl\:active\:placeholder-orange-900:active:-ms-input-placeholder {
    color: #7b341e;
  }

  .xl\:active\:placeholder-orange-900:active::-ms-input-placeholder {
    color: #7b341e;
  }

  .xl\:active\:placeholder-orange-900:active::placeholder {
    color: #7b341e;
  }

  .xl\:active\:placeholder-yellow-100:active::-webkit-input-placeholder {
    color: #fffff0;
  }

  .xl\:active\:placeholder-yellow-100:active::-moz-placeholder {
    color: #fffff0;
  }

  .xl\:active\:placeholder-yellow-100:active:-ms-input-placeholder {
    color: #fffff0;
  }

  .xl\:active\:placeholder-yellow-100:active::-ms-input-placeholder {
    color: #fffff0;
  }

  .xl\:active\:placeholder-yellow-100:active::placeholder {
    color: #fffff0;
  }

  .xl\:active\:placeholder-yellow-200:active::-webkit-input-placeholder {
    color: #fefcbf;
  }

  .xl\:active\:placeholder-yellow-200:active::-moz-placeholder {
    color: #fefcbf;
  }

  .xl\:active\:placeholder-yellow-200:active:-ms-input-placeholder {
    color: #fefcbf;
  }

  .xl\:active\:placeholder-yellow-200:active::-ms-input-placeholder {
    color: #fefcbf;
  }

  .xl\:active\:placeholder-yellow-200:active::placeholder {
    color: #fefcbf;
  }

  .xl\:active\:placeholder-yellow-300:active::-webkit-input-placeholder {
    color: #faf089;
  }

  .xl\:active\:placeholder-yellow-300:active::-moz-placeholder {
    color: #faf089;
  }

  .xl\:active\:placeholder-yellow-300:active:-ms-input-placeholder {
    color: #faf089;
  }

  .xl\:active\:placeholder-yellow-300:active::-ms-input-placeholder {
    color: #faf089;
  }

  .xl\:active\:placeholder-yellow-300:active::placeholder {
    color: #faf089;
  }

  .xl\:active\:placeholder-yellow-400:active::-webkit-input-placeholder {
    color: #f6e05e;
  }

  .xl\:active\:placeholder-yellow-400:active::-moz-placeholder {
    color: #f6e05e;
  }

  .xl\:active\:placeholder-yellow-400:active:-ms-input-placeholder {
    color: #f6e05e;
  }

  .xl\:active\:placeholder-yellow-400:active::-ms-input-placeholder {
    color: #f6e05e;
  }

  .xl\:active\:placeholder-yellow-400:active::placeholder {
    color: #f6e05e;
  }

  .xl\:active\:placeholder-yellow-500:active::-webkit-input-placeholder {
    color: #ecc94b;
  }

  .xl\:active\:placeholder-yellow-500:active::-moz-placeholder {
    color: #ecc94b;
  }

  .xl\:active\:placeholder-yellow-500:active:-ms-input-placeholder {
    color: #ecc94b;
  }

  .xl\:active\:placeholder-yellow-500:active::-ms-input-placeholder {
    color: #ecc94b;
  }

  .xl\:active\:placeholder-yellow-500:active::placeholder {
    color: #ecc94b;
  }

  .xl\:active\:placeholder-yellow-600:active::-webkit-input-placeholder {
    color: #d69e2e;
  }

  .xl\:active\:placeholder-yellow-600:active::-moz-placeholder {
    color: #d69e2e;
  }

  .xl\:active\:placeholder-yellow-600:active:-ms-input-placeholder {
    color: #d69e2e;
  }

  .xl\:active\:placeholder-yellow-600:active::-ms-input-placeholder {
    color: #d69e2e;
  }

  .xl\:active\:placeholder-yellow-600:active::placeholder {
    color: #d69e2e;
  }

  .xl\:active\:placeholder-yellow-700:active::-webkit-input-placeholder {
    color: #b7791f;
  }

  .xl\:active\:placeholder-yellow-700:active::-moz-placeholder {
    color: #b7791f;
  }

  .xl\:active\:placeholder-yellow-700:active:-ms-input-placeholder {
    color: #b7791f;
  }

  .xl\:active\:placeholder-yellow-700:active::-ms-input-placeholder {
    color: #b7791f;
  }

  .xl\:active\:placeholder-yellow-700:active::placeholder {
    color: #b7791f;
  }

  .xl\:active\:placeholder-yellow-800:active::-webkit-input-placeholder {
    color: #975a16;
  }

  .xl\:active\:placeholder-yellow-800:active::-moz-placeholder {
    color: #975a16;
  }

  .xl\:active\:placeholder-yellow-800:active:-ms-input-placeholder {
    color: #975a16;
  }

  .xl\:active\:placeholder-yellow-800:active::-ms-input-placeholder {
    color: #975a16;
  }

  .xl\:active\:placeholder-yellow-800:active::placeholder {
    color: #975a16;
  }

  .xl\:active\:placeholder-yellow-900:active::-webkit-input-placeholder {
    color: #744210;
  }

  .xl\:active\:placeholder-yellow-900:active::-moz-placeholder {
    color: #744210;
  }

  .xl\:active\:placeholder-yellow-900:active:-ms-input-placeholder {
    color: #744210;
  }

  .xl\:active\:placeholder-yellow-900:active::-ms-input-placeholder {
    color: #744210;
  }

  .xl\:active\:placeholder-yellow-900:active::placeholder {
    color: #744210;
  }

  .xl\:active\:placeholder-green-100:active::-webkit-input-placeholder {
    color: #f0fff4;
  }

  .xl\:active\:placeholder-green-100:active::-moz-placeholder {
    color: #f0fff4;
  }

  .xl\:active\:placeholder-green-100:active:-ms-input-placeholder {
    color: #f0fff4;
  }

  .xl\:active\:placeholder-green-100:active::-ms-input-placeholder {
    color: #f0fff4;
  }

  .xl\:active\:placeholder-green-100:active::placeholder {
    color: #f0fff4;
  }

  .xl\:active\:placeholder-green-200:active::-webkit-input-placeholder {
    color: #c6f6d5;
  }

  .xl\:active\:placeholder-green-200:active::-moz-placeholder {
    color: #c6f6d5;
  }

  .xl\:active\:placeholder-green-200:active:-ms-input-placeholder {
    color: #c6f6d5;
  }

  .xl\:active\:placeholder-green-200:active::-ms-input-placeholder {
    color: #c6f6d5;
  }

  .xl\:active\:placeholder-green-200:active::placeholder {
    color: #c6f6d5;
  }

  .xl\:active\:placeholder-green-300:active::-webkit-input-placeholder {
    color: #9ae6b4;
  }

  .xl\:active\:placeholder-green-300:active::-moz-placeholder {
    color: #9ae6b4;
  }

  .xl\:active\:placeholder-green-300:active:-ms-input-placeholder {
    color: #9ae6b4;
  }

  .xl\:active\:placeholder-green-300:active::-ms-input-placeholder {
    color: #9ae6b4;
  }

  .xl\:active\:placeholder-green-300:active::placeholder {
    color: #9ae6b4;
  }

  .xl\:active\:placeholder-green-400:active::-webkit-input-placeholder {
    color: #68d391;
  }

  .xl\:active\:placeholder-green-400:active::-moz-placeholder {
    color: #68d391;
  }

  .xl\:active\:placeholder-green-400:active:-ms-input-placeholder {
    color: #68d391;
  }

  .xl\:active\:placeholder-green-400:active::-ms-input-placeholder {
    color: #68d391;
  }

  .xl\:active\:placeholder-green-400:active::placeholder {
    color: #68d391;
  }

  .xl\:active\:placeholder-green-500:active::-webkit-input-placeholder {
    color: #48bb78;
  }

  .xl\:active\:placeholder-green-500:active::-moz-placeholder {
    color: #48bb78;
  }

  .xl\:active\:placeholder-green-500:active:-ms-input-placeholder {
    color: #48bb78;
  }

  .xl\:active\:placeholder-green-500:active::-ms-input-placeholder {
    color: #48bb78;
  }

  .xl\:active\:placeholder-green-500:active::placeholder {
    color: #48bb78;
  }

  .xl\:active\:placeholder-green-600:active::-webkit-input-placeholder {
    color: #38a169;
  }

  .xl\:active\:placeholder-green-600:active::-moz-placeholder {
    color: #38a169;
  }

  .xl\:active\:placeholder-green-600:active:-ms-input-placeholder {
    color: #38a169;
  }

  .xl\:active\:placeholder-green-600:active::-ms-input-placeholder {
    color: #38a169;
  }

  .xl\:active\:placeholder-green-600:active::placeholder {
    color: #38a169;
  }

  .xl\:active\:placeholder-green-700:active::-webkit-input-placeholder {
    color: #2f855a;
  }

  .xl\:active\:placeholder-green-700:active::-moz-placeholder {
    color: #2f855a;
  }

  .xl\:active\:placeholder-green-700:active:-ms-input-placeholder {
    color: #2f855a;
  }

  .xl\:active\:placeholder-green-700:active::-ms-input-placeholder {
    color: #2f855a;
  }

  .xl\:active\:placeholder-green-700:active::placeholder {
    color: #2f855a;
  }

  .xl\:active\:placeholder-green-800:active::-webkit-input-placeholder {
    color: #276749;
  }

  .xl\:active\:placeholder-green-800:active::-moz-placeholder {
    color: #276749;
  }

  .xl\:active\:placeholder-green-800:active:-ms-input-placeholder {
    color: #276749;
  }

  .xl\:active\:placeholder-green-800:active::-ms-input-placeholder {
    color: #276749;
  }

  .xl\:active\:placeholder-green-800:active::placeholder {
    color: #276749;
  }

  .xl\:active\:placeholder-green-900:active::-webkit-input-placeholder {
    color: #22543d;
  }

  .xl\:active\:placeholder-green-900:active::-moz-placeholder {
    color: #22543d;
  }

  .xl\:active\:placeholder-green-900:active:-ms-input-placeholder {
    color: #22543d;
  }

  .xl\:active\:placeholder-green-900:active::-ms-input-placeholder {
    color: #22543d;
  }

  .xl\:active\:placeholder-green-900:active::placeholder {
    color: #22543d;
  }

  .xl\:active\:placeholder-teal-100:active::-webkit-input-placeholder {
    color: #e6fffa;
  }

  .xl\:active\:placeholder-teal-100:active::-moz-placeholder {
    color: #e6fffa;
  }

  .xl\:active\:placeholder-teal-100:active:-ms-input-placeholder {
    color: #e6fffa;
  }

  .xl\:active\:placeholder-teal-100:active::-ms-input-placeholder {
    color: #e6fffa;
  }

  .xl\:active\:placeholder-teal-100:active::placeholder {
    color: #e6fffa;
  }

  .xl\:active\:placeholder-teal-200:active::-webkit-input-placeholder {
    color: #b2f5ea;
  }

  .xl\:active\:placeholder-teal-200:active::-moz-placeholder {
    color: #b2f5ea;
  }

  .xl\:active\:placeholder-teal-200:active:-ms-input-placeholder {
    color: #b2f5ea;
  }

  .xl\:active\:placeholder-teal-200:active::-ms-input-placeholder {
    color: #b2f5ea;
  }

  .xl\:active\:placeholder-teal-200:active::placeholder {
    color: #b2f5ea;
  }

  .xl\:active\:placeholder-teal-300:active::-webkit-input-placeholder {
    color: #81e6d9;
  }

  .xl\:active\:placeholder-teal-300:active::-moz-placeholder {
    color: #81e6d9;
  }

  .xl\:active\:placeholder-teal-300:active:-ms-input-placeholder {
    color: #81e6d9;
  }

  .xl\:active\:placeholder-teal-300:active::-ms-input-placeholder {
    color: #81e6d9;
  }

  .xl\:active\:placeholder-teal-300:active::placeholder {
    color: #81e6d9;
  }

  .xl\:active\:placeholder-teal-400:active::-webkit-input-placeholder {
    color: #4fd1c5;
  }

  .xl\:active\:placeholder-teal-400:active::-moz-placeholder {
    color: #4fd1c5;
  }

  .xl\:active\:placeholder-teal-400:active:-ms-input-placeholder {
    color: #4fd1c5;
  }

  .xl\:active\:placeholder-teal-400:active::-ms-input-placeholder {
    color: #4fd1c5;
  }

  .xl\:active\:placeholder-teal-400:active::placeholder {
    color: #4fd1c5;
  }

  .xl\:active\:placeholder-teal-500:active::-webkit-input-placeholder {
    color: #38b2ac;
  }

  .xl\:active\:placeholder-teal-500:active::-moz-placeholder {
    color: #38b2ac;
  }

  .xl\:active\:placeholder-teal-500:active:-ms-input-placeholder {
    color: #38b2ac;
  }

  .xl\:active\:placeholder-teal-500:active::-ms-input-placeholder {
    color: #38b2ac;
  }

  .xl\:active\:placeholder-teal-500:active::placeholder {
    color: #38b2ac;
  }

  .xl\:active\:placeholder-teal-600:active::-webkit-input-placeholder {
    color: #319795;
  }

  .xl\:active\:placeholder-teal-600:active::-moz-placeholder {
    color: #319795;
  }

  .xl\:active\:placeholder-teal-600:active:-ms-input-placeholder {
    color: #319795;
  }

  .xl\:active\:placeholder-teal-600:active::-ms-input-placeholder {
    color: #319795;
  }

  .xl\:active\:placeholder-teal-600:active::placeholder {
    color: #319795;
  }

  .xl\:active\:placeholder-teal-700:active::-webkit-input-placeholder {
    color: #2c7a7b;
  }

  .xl\:active\:placeholder-teal-700:active::-moz-placeholder {
    color: #2c7a7b;
  }

  .xl\:active\:placeholder-teal-700:active:-ms-input-placeholder {
    color: #2c7a7b;
  }

  .xl\:active\:placeholder-teal-700:active::-ms-input-placeholder {
    color: #2c7a7b;
  }

  .xl\:active\:placeholder-teal-700:active::placeholder {
    color: #2c7a7b;
  }

  .xl\:active\:placeholder-teal-800:active::-webkit-input-placeholder {
    color: #285e61;
  }

  .xl\:active\:placeholder-teal-800:active::-moz-placeholder {
    color: #285e61;
  }

  .xl\:active\:placeholder-teal-800:active:-ms-input-placeholder {
    color: #285e61;
  }

  .xl\:active\:placeholder-teal-800:active::-ms-input-placeholder {
    color: #285e61;
  }

  .xl\:active\:placeholder-teal-800:active::placeholder {
    color: #285e61;
  }

  .xl\:active\:placeholder-teal-900:active::-webkit-input-placeholder {
    color: #234e52;
  }

  .xl\:active\:placeholder-teal-900:active::-moz-placeholder {
    color: #234e52;
  }

  .xl\:active\:placeholder-teal-900:active:-ms-input-placeholder {
    color: #234e52;
  }

  .xl\:active\:placeholder-teal-900:active::-ms-input-placeholder {
    color: #234e52;
  }

  .xl\:active\:placeholder-teal-900:active::placeholder {
    color: #234e52;
  }

  .xl\:active\:placeholder-blue-100:active::-webkit-input-placeholder {
    color: #ebf8ff;
  }

  .xl\:active\:placeholder-blue-100:active::-moz-placeholder {
    color: #ebf8ff;
  }

  .xl\:active\:placeholder-blue-100:active:-ms-input-placeholder {
    color: #ebf8ff;
  }

  .xl\:active\:placeholder-blue-100:active::-ms-input-placeholder {
    color: #ebf8ff;
  }

  .xl\:active\:placeholder-blue-100:active::placeholder {
    color: #ebf8ff;
  }

  .xl\:active\:placeholder-blue-200:active::-webkit-input-placeholder {
    color: #bee3f8;
  }

  .xl\:active\:placeholder-blue-200:active::-moz-placeholder {
    color: #bee3f8;
  }

  .xl\:active\:placeholder-blue-200:active:-ms-input-placeholder {
    color: #bee3f8;
  }

  .xl\:active\:placeholder-blue-200:active::-ms-input-placeholder {
    color: #bee3f8;
  }

  .xl\:active\:placeholder-blue-200:active::placeholder {
    color: #bee3f8;
  }

  .xl\:active\:placeholder-blue-300:active::-webkit-input-placeholder {
    color: #90cdf4;
  }

  .xl\:active\:placeholder-blue-300:active::-moz-placeholder {
    color: #90cdf4;
  }

  .xl\:active\:placeholder-blue-300:active:-ms-input-placeholder {
    color: #90cdf4;
  }

  .xl\:active\:placeholder-blue-300:active::-ms-input-placeholder {
    color: #90cdf4;
  }

  .xl\:active\:placeholder-blue-300:active::placeholder {
    color: #90cdf4;
  }

  .xl\:active\:placeholder-blue-400:active::-webkit-input-placeholder {
    color: #63b3ed;
  }

  .xl\:active\:placeholder-blue-400:active::-moz-placeholder {
    color: #63b3ed;
  }

  .xl\:active\:placeholder-blue-400:active:-ms-input-placeholder {
    color: #63b3ed;
  }

  .xl\:active\:placeholder-blue-400:active::-ms-input-placeholder {
    color: #63b3ed;
  }

  .xl\:active\:placeholder-blue-400:active::placeholder {
    color: #63b3ed;
  }

  .xl\:active\:placeholder-blue-500:active::-webkit-input-placeholder {
    color: #4299e1;
  }

  .xl\:active\:placeholder-blue-500:active::-moz-placeholder {
    color: #4299e1;
  }

  .xl\:active\:placeholder-blue-500:active:-ms-input-placeholder {
    color: #4299e1;
  }

  .xl\:active\:placeholder-blue-500:active::-ms-input-placeholder {
    color: #4299e1;
  }

  .xl\:active\:placeholder-blue-500:active::placeholder {
    color: #4299e1;
  }

  .xl\:active\:placeholder-blue-600:active::-webkit-input-placeholder {
    color: #3182ce;
  }

  .xl\:active\:placeholder-blue-600:active::-moz-placeholder {
    color: #3182ce;
  }

  .xl\:active\:placeholder-blue-600:active:-ms-input-placeholder {
    color: #3182ce;
  }

  .xl\:active\:placeholder-blue-600:active::-ms-input-placeholder {
    color: #3182ce;
  }

  .xl\:active\:placeholder-blue-600:active::placeholder {
    color: #3182ce;
  }

  .xl\:active\:placeholder-blue-700:active::-webkit-input-placeholder {
    color: #2b6cb0;
  }

  .xl\:active\:placeholder-blue-700:active::-moz-placeholder {
    color: #2b6cb0;
  }

  .xl\:active\:placeholder-blue-700:active:-ms-input-placeholder {
    color: #2b6cb0;
  }

  .xl\:active\:placeholder-blue-700:active::-ms-input-placeholder {
    color: #2b6cb0;
  }

  .xl\:active\:placeholder-blue-700:active::placeholder {
    color: #2b6cb0;
  }

  .xl\:active\:placeholder-blue-800:active::-webkit-input-placeholder {
    color: #2c5282;
  }

  .xl\:active\:placeholder-blue-800:active::-moz-placeholder {
    color: #2c5282;
  }

  .xl\:active\:placeholder-blue-800:active:-ms-input-placeholder {
    color: #2c5282;
  }

  .xl\:active\:placeholder-blue-800:active::-ms-input-placeholder {
    color: #2c5282;
  }

  .xl\:active\:placeholder-blue-800:active::placeholder {
    color: #2c5282;
  }

  .xl\:active\:placeholder-blue-900:active::-webkit-input-placeholder {
    color: #2a4365;
  }

  .xl\:active\:placeholder-blue-900:active::-moz-placeholder {
    color: #2a4365;
  }

  .xl\:active\:placeholder-blue-900:active:-ms-input-placeholder {
    color: #2a4365;
  }

  .xl\:active\:placeholder-blue-900:active::-ms-input-placeholder {
    color: #2a4365;
  }

  .xl\:active\:placeholder-blue-900:active::placeholder {
    color: #2a4365;
  }

  .xl\:active\:placeholder-indigo-100:active::-webkit-input-placeholder {
    color: #ebf4ff;
  }

  .xl\:active\:placeholder-indigo-100:active::-moz-placeholder {
    color: #ebf4ff;
  }

  .xl\:active\:placeholder-indigo-100:active:-ms-input-placeholder {
    color: #ebf4ff;
  }

  .xl\:active\:placeholder-indigo-100:active::-ms-input-placeholder {
    color: #ebf4ff;
  }

  .xl\:active\:placeholder-indigo-100:active::placeholder {
    color: #ebf4ff;
  }

  .xl\:active\:placeholder-indigo-200:active::-webkit-input-placeholder {
    color: #c3dafe;
  }

  .xl\:active\:placeholder-indigo-200:active::-moz-placeholder {
    color: #c3dafe;
  }

  .xl\:active\:placeholder-indigo-200:active:-ms-input-placeholder {
    color: #c3dafe;
  }

  .xl\:active\:placeholder-indigo-200:active::-ms-input-placeholder {
    color: #c3dafe;
  }

  .xl\:active\:placeholder-indigo-200:active::placeholder {
    color: #c3dafe;
  }

  .xl\:active\:placeholder-indigo-300:active::-webkit-input-placeholder {
    color: #a3bffa;
  }

  .xl\:active\:placeholder-indigo-300:active::-moz-placeholder {
    color: #a3bffa;
  }

  .xl\:active\:placeholder-indigo-300:active:-ms-input-placeholder {
    color: #a3bffa;
  }

  .xl\:active\:placeholder-indigo-300:active::-ms-input-placeholder {
    color: #a3bffa;
  }

  .xl\:active\:placeholder-indigo-300:active::placeholder {
    color: #a3bffa;
  }

  .xl\:active\:placeholder-indigo-400:active::-webkit-input-placeholder {
    color: #7f9cf5;
  }

  .xl\:active\:placeholder-indigo-400:active::-moz-placeholder {
    color: #7f9cf5;
  }

  .xl\:active\:placeholder-indigo-400:active:-ms-input-placeholder {
    color: #7f9cf5;
  }

  .xl\:active\:placeholder-indigo-400:active::-ms-input-placeholder {
    color: #7f9cf5;
  }

  .xl\:active\:placeholder-indigo-400:active::placeholder {
    color: #7f9cf5;
  }

  .xl\:active\:placeholder-indigo-500:active::-webkit-input-placeholder {
    color: #667eea;
  }

  .xl\:active\:placeholder-indigo-500:active::-moz-placeholder {
    color: #667eea;
  }

  .xl\:active\:placeholder-indigo-500:active:-ms-input-placeholder {
    color: #667eea;
  }

  .xl\:active\:placeholder-indigo-500:active::-ms-input-placeholder {
    color: #667eea;
  }

  .xl\:active\:placeholder-indigo-500:active::placeholder {
    color: #667eea;
  }

  .xl\:active\:placeholder-indigo-600:active::-webkit-input-placeholder {
    color: #5a67d8;
  }

  .xl\:active\:placeholder-indigo-600:active::-moz-placeholder {
    color: #5a67d8;
  }

  .xl\:active\:placeholder-indigo-600:active:-ms-input-placeholder {
    color: #5a67d8;
  }

  .xl\:active\:placeholder-indigo-600:active::-ms-input-placeholder {
    color: #5a67d8;
  }

  .xl\:active\:placeholder-indigo-600:active::placeholder {
    color: #5a67d8;
  }

  .xl\:active\:placeholder-indigo-700:active::-webkit-input-placeholder {
    color: #4c51bf;
  }

  .xl\:active\:placeholder-indigo-700:active::-moz-placeholder {
    color: #4c51bf;
  }

  .xl\:active\:placeholder-indigo-700:active:-ms-input-placeholder {
    color: #4c51bf;
  }

  .xl\:active\:placeholder-indigo-700:active::-ms-input-placeholder {
    color: #4c51bf;
  }

  .xl\:active\:placeholder-indigo-700:active::placeholder {
    color: #4c51bf;
  }

  .xl\:active\:placeholder-indigo-800:active::-webkit-input-placeholder {
    color: #434190;
  }

  .xl\:active\:placeholder-indigo-800:active::-moz-placeholder {
    color: #434190;
  }

  .xl\:active\:placeholder-indigo-800:active:-ms-input-placeholder {
    color: #434190;
  }

  .xl\:active\:placeholder-indigo-800:active::-ms-input-placeholder {
    color: #434190;
  }

  .xl\:active\:placeholder-indigo-800:active::placeholder {
    color: #434190;
  }

  .xl\:active\:placeholder-indigo-900:active::-webkit-input-placeholder {
    color: #3c366b;
  }

  .xl\:active\:placeholder-indigo-900:active::-moz-placeholder {
    color: #3c366b;
  }

  .xl\:active\:placeholder-indigo-900:active:-ms-input-placeholder {
    color: #3c366b;
  }

  .xl\:active\:placeholder-indigo-900:active::-ms-input-placeholder {
    color: #3c366b;
  }

  .xl\:active\:placeholder-indigo-900:active::placeholder {
    color: #3c366b;
  }

  .xl\:active\:placeholder-purple-100:active::-webkit-input-placeholder {
    color: #faf5ff;
  }

  .xl\:active\:placeholder-purple-100:active::-moz-placeholder {
    color: #faf5ff;
  }

  .xl\:active\:placeholder-purple-100:active:-ms-input-placeholder {
    color: #faf5ff;
  }

  .xl\:active\:placeholder-purple-100:active::-ms-input-placeholder {
    color: #faf5ff;
  }

  .xl\:active\:placeholder-purple-100:active::placeholder {
    color: #faf5ff;
  }

  .xl\:active\:placeholder-purple-200:active::-webkit-input-placeholder {
    color: #e9d8fd;
  }

  .xl\:active\:placeholder-purple-200:active::-moz-placeholder {
    color: #e9d8fd;
  }

  .xl\:active\:placeholder-purple-200:active:-ms-input-placeholder {
    color: #e9d8fd;
  }

  .xl\:active\:placeholder-purple-200:active::-ms-input-placeholder {
    color: #e9d8fd;
  }

  .xl\:active\:placeholder-purple-200:active::placeholder {
    color: #e9d8fd;
  }

  .xl\:active\:placeholder-purple-300:active::-webkit-input-placeholder {
    color: #d6bcfa;
  }

  .xl\:active\:placeholder-purple-300:active::-moz-placeholder {
    color: #d6bcfa;
  }

  .xl\:active\:placeholder-purple-300:active:-ms-input-placeholder {
    color: #d6bcfa;
  }

  .xl\:active\:placeholder-purple-300:active::-ms-input-placeholder {
    color: #d6bcfa;
  }

  .xl\:active\:placeholder-purple-300:active::placeholder {
    color: #d6bcfa;
  }

  .xl\:active\:placeholder-purple-400:active::-webkit-input-placeholder {
    color: #b794f4;
  }

  .xl\:active\:placeholder-purple-400:active::-moz-placeholder {
    color: #b794f4;
  }

  .xl\:active\:placeholder-purple-400:active:-ms-input-placeholder {
    color: #b794f4;
  }

  .xl\:active\:placeholder-purple-400:active::-ms-input-placeholder {
    color: #b794f4;
  }

  .xl\:active\:placeholder-purple-400:active::placeholder {
    color: #b794f4;
  }

  .xl\:active\:placeholder-purple-500:active::-webkit-input-placeholder {
    color: #9f7aea;
  }

  .xl\:active\:placeholder-purple-500:active::-moz-placeholder {
    color: #9f7aea;
  }

  .xl\:active\:placeholder-purple-500:active:-ms-input-placeholder {
    color: #9f7aea;
  }

  .xl\:active\:placeholder-purple-500:active::-ms-input-placeholder {
    color: #9f7aea;
  }

  .xl\:active\:placeholder-purple-500:active::placeholder {
    color: #9f7aea;
  }

  .xl\:active\:placeholder-purple-600:active::-webkit-input-placeholder {
    color: #805ad5;
  }

  .xl\:active\:placeholder-purple-600:active::-moz-placeholder {
    color: #805ad5;
  }

  .xl\:active\:placeholder-purple-600:active:-ms-input-placeholder {
    color: #805ad5;
  }

  .xl\:active\:placeholder-purple-600:active::-ms-input-placeholder {
    color: #805ad5;
  }

  .xl\:active\:placeholder-purple-600:active::placeholder {
    color: #805ad5;
  }

  .xl\:active\:placeholder-purple-700:active::-webkit-input-placeholder {
    color: #6b46c1;
  }

  .xl\:active\:placeholder-purple-700:active::-moz-placeholder {
    color: #6b46c1;
  }

  .xl\:active\:placeholder-purple-700:active:-ms-input-placeholder {
    color: #6b46c1;
  }

  .xl\:active\:placeholder-purple-700:active::-ms-input-placeholder {
    color: #6b46c1;
  }

  .xl\:active\:placeholder-purple-700:active::placeholder {
    color: #6b46c1;
  }

  .xl\:active\:placeholder-purple-800:active::-webkit-input-placeholder {
    color: #553c9a;
  }

  .xl\:active\:placeholder-purple-800:active::-moz-placeholder {
    color: #553c9a;
  }

  .xl\:active\:placeholder-purple-800:active:-ms-input-placeholder {
    color: #553c9a;
  }

  .xl\:active\:placeholder-purple-800:active::-ms-input-placeholder {
    color: #553c9a;
  }

  .xl\:active\:placeholder-purple-800:active::placeholder {
    color: #553c9a;
  }

  .xl\:active\:placeholder-purple-900:active::-webkit-input-placeholder {
    color: #44337a;
  }

  .xl\:active\:placeholder-purple-900:active::-moz-placeholder {
    color: #44337a;
  }

  .xl\:active\:placeholder-purple-900:active:-ms-input-placeholder {
    color: #44337a;
  }

  .xl\:active\:placeholder-purple-900:active::-ms-input-placeholder {
    color: #44337a;
  }

  .xl\:active\:placeholder-purple-900:active::placeholder {
    color: #44337a;
  }

  .xl\:active\:placeholder-pink-100:active::-webkit-input-placeholder {
    color: #fff5f7;
  }

  .xl\:active\:placeholder-pink-100:active::-moz-placeholder {
    color: #fff5f7;
  }

  .xl\:active\:placeholder-pink-100:active:-ms-input-placeholder {
    color: #fff5f7;
  }

  .xl\:active\:placeholder-pink-100:active::-ms-input-placeholder {
    color: #fff5f7;
  }

  .xl\:active\:placeholder-pink-100:active::placeholder {
    color: #fff5f7;
  }

  .xl\:active\:placeholder-pink-200:active::-webkit-input-placeholder {
    color: #fed7e2;
  }

  .xl\:active\:placeholder-pink-200:active::-moz-placeholder {
    color: #fed7e2;
  }

  .xl\:active\:placeholder-pink-200:active:-ms-input-placeholder {
    color: #fed7e2;
  }

  .xl\:active\:placeholder-pink-200:active::-ms-input-placeholder {
    color: #fed7e2;
  }

  .xl\:active\:placeholder-pink-200:active::placeholder {
    color: #fed7e2;
  }

  .xl\:active\:placeholder-pink-300:active::-webkit-input-placeholder {
    color: #fbb6ce;
  }

  .xl\:active\:placeholder-pink-300:active::-moz-placeholder {
    color: #fbb6ce;
  }

  .xl\:active\:placeholder-pink-300:active:-ms-input-placeholder {
    color: #fbb6ce;
  }

  .xl\:active\:placeholder-pink-300:active::-ms-input-placeholder {
    color: #fbb6ce;
  }

  .xl\:active\:placeholder-pink-300:active::placeholder {
    color: #fbb6ce;
  }

  .xl\:active\:placeholder-pink-400:active::-webkit-input-placeholder {
    color: #f687b3;
  }

  .xl\:active\:placeholder-pink-400:active::-moz-placeholder {
    color: #f687b3;
  }

  .xl\:active\:placeholder-pink-400:active:-ms-input-placeholder {
    color: #f687b3;
  }

  .xl\:active\:placeholder-pink-400:active::-ms-input-placeholder {
    color: #f687b3;
  }

  .xl\:active\:placeholder-pink-400:active::placeholder {
    color: #f687b3;
  }

  .xl\:active\:placeholder-pink-500:active::-webkit-input-placeholder {
    color: #ed64a6;
  }

  .xl\:active\:placeholder-pink-500:active::-moz-placeholder {
    color: #ed64a6;
  }

  .xl\:active\:placeholder-pink-500:active:-ms-input-placeholder {
    color: #ed64a6;
  }

  .xl\:active\:placeholder-pink-500:active::-ms-input-placeholder {
    color: #ed64a6;
  }

  .xl\:active\:placeholder-pink-500:active::placeholder {
    color: #ed64a6;
  }

  .xl\:active\:placeholder-pink-600:active::-webkit-input-placeholder {
    color: #d53f8c;
  }

  .xl\:active\:placeholder-pink-600:active::-moz-placeholder {
    color: #d53f8c;
  }

  .xl\:active\:placeholder-pink-600:active:-ms-input-placeholder {
    color: #d53f8c;
  }

  .xl\:active\:placeholder-pink-600:active::-ms-input-placeholder {
    color: #d53f8c;
  }

  .xl\:active\:placeholder-pink-600:active::placeholder {
    color: #d53f8c;
  }

  .xl\:active\:placeholder-pink-700:active::-webkit-input-placeholder {
    color: #b83280;
  }

  .xl\:active\:placeholder-pink-700:active::-moz-placeholder {
    color: #b83280;
  }

  .xl\:active\:placeholder-pink-700:active:-ms-input-placeholder {
    color: #b83280;
  }

  .xl\:active\:placeholder-pink-700:active::-ms-input-placeholder {
    color: #b83280;
  }

  .xl\:active\:placeholder-pink-700:active::placeholder {
    color: #b83280;
  }

  .xl\:active\:placeholder-pink-800:active::-webkit-input-placeholder {
    color: #97266d;
  }

  .xl\:active\:placeholder-pink-800:active::-moz-placeholder {
    color: #97266d;
  }

  .xl\:active\:placeholder-pink-800:active:-ms-input-placeholder {
    color: #97266d;
  }

  .xl\:active\:placeholder-pink-800:active::-ms-input-placeholder {
    color: #97266d;
  }

  .xl\:active\:placeholder-pink-800:active::placeholder {
    color: #97266d;
  }

  .xl\:active\:placeholder-pink-900:active::-webkit-input-placeholder {
    color: #702459;
  }

  .xl\:active\:placeholder-pink-900:active::-moz-placeholder {
    color: #702459;
  }

  .xl\:active\:placeholder-pink-900:active:-ms-input-placeholder {
    color: #702459;
  }

  .xl\:active\:placeholder-pink-900:active::-ms-input-placeholder {
    color: #702459;
  }

  .xl\:active\:placeholder-pink-900:active::placeholder {
    color: #702459;
  }

  .xl\:visited\:placeholder-transparent:visited::-webkit-input-placeholder {
    color: transparent;
  }

  .xl\:visited\:placeholder-transparent:visited::-moz-placeholder {
    color: transparent;
  }

  .xl\:visited\:placeholder-transparent:visited:-ms-input-placeholder {
    color: transparent;
  }

  .xl\:visited\:placeholder-transparent:visited::-ms-input-placeholder {
    color: transparent;
  }

  .xl\:visited\:placeholder-transparent:visited::placeholder {
    color: transparent;
  }

  .xl\:visited\:placeholder-black:visited::-webkit-input-placeholder {
    color: #000;
  }

  .xl\:visited\:placeholder-black:visited::-moz-placeholder {
    color: #000;
  }

  .xl\:visited\:placeholder-black:visited:-ms-input-placeholder {
    color: #000;
  }

  .xl\:visited\:placeholder-black:visited::-ms-input-placeholder {
    color: #000;
  }

  .xl\:visited\:placeholder-black:visited::placeholder {
    color: #000;
  }

  .xl\:visited\:placeholder-white:visited::-webkit-input-placeholder {
    color: #fff;
  }

  .xl\:visited\:placeholder-white:visited::-moz-placeholder {
    color: #fff;
  }

  .xl\:visited\:placeholder-white:visited:-ms-input-placeholder {
    color: #fff;
  }

  .xl\:visited\:placeholder-white:visited::-ms-input-placeholder {
    color: #fff;
  }

  .xl\:visited\:placeholder-white:visited::placeholder {
    color: #fff;
  }

  .xl\:visited\:placeholder-gray-100:visited::-webkit-input-placeholder {
    color: #f7fafc;
  }

  .xl\:visited\:placeholder-gray-100:visited::-moz-placeholder {
    color: #f7fafc;
  }

  .xl\:visited\:placeholder-gray-100:visited:-ms-input-placeholder {
    color: #f7fafc;
  }

  .xl\:visited\:placeholder-gray-100:visited::-ms-input-placeholder {
    color: #f7fafc;
  }

  .xl\:visited\:placeholder-gray-100:visited::placeholder {
    color: #f7fafc;
  }

  .xl\:visited\:placeholder-gray-200:visited::-webkit-input-placeholder {
    color: #edf2f7;
  }

  .xl\:visited\:placeholder-gray-200:visited::-moz-placeholder {
    color: #edf2f7;
  }

  .xl\:visited\:placeholder-gray-200:visited:-ms-input-placeholder {
    color: #edf2f7;
  }

  .xl\:visited\:placeholder-gray-200:visited::-ms-input-placeholder {
    color: #edf2f7;
  }

  .xl\:visited\:placeholder-gray-200:visited::placeholder {
    color: #edf2f7;
  }

  .xl\:visited\:placeholder-gray-300:visited::-webkit-input-placeholder {
    color: #e2e8f0;
  }

  .xl\:visited\:placeholder-gray-300:visited::-moz-placeholder {
    color: #e2e8f0;
  }

  .xl\:visited\:placeholder-gray-300:visited:-ms-input-placeholder {
    color: #e2e8f0;
  }

  .xl\:visited\:placeholder-gray-300:visited::-ms-input-placeholder {
    color: #e2e8f0;
  }

  .xl\:visited\:placeholder-gray-300:visited::placeholder {
    color: #e2e8f0;
  }

  .xl\:visited\:placeholder-gray-400:visited::-webkit-input-placeholder {
    color: #cbd5e0;
  }

  .xl\:visited\:placeholder-gray-400:visited::-moz-placeholder {
    color: #cbd5e0;
  }

  .xl\:visited\:placeholder-gray-400:visited:-ms-input-placeholder {
    color: #cbd5e0;
  }

  .xl\:visited\:placeholder-gray-400:visited::-ms-input-placeholder {
    color: #cbd5e0;
  }

  .xl\:visited\:placeholder-gray-400:visited::placeholder {
    color: #cbd5e0;
  }

  .xl\:visited\:placeholder-gray-500:visited::-webkit-input-placeholder {
    color: #a0aec0;
  }

  .xl\:visited\:placeholder-gray-500:visited::-moz-placeholder {
    color: #a0aec0;
  }

  .xl\:visited\:placeholder-gray-500:visited:-ms-input-placeholder {
    color: #a0aec0;
  }

  .xl\:visited\:placeholder-gray-500:visited::-ms-input-placeholder {
    color: #a0aec0;
  }

  .xl\:visited\:placeholder-gray-500:visited::placeholder {
    color: #a0aec0;
  }

  .xl\:visited\:placeholder-gray-600:visited::-webkit-input-placeholder {
    color: #718096;
  }

  .xl\:visited\:placeholder-gray-600:visited::-moz-placeholder {
    color: #718096;
  }

  .xl\:visited\:placeholder-gray-600:visited:-ms-input-placeholder {
    color: #718096;
  }

  .xl\:visited\:placeholder-gray-600:visited::-ms-input-placeholder {
    color: #718096;
  }

  .xl\:visited\:placeholder-gray-600:visited::placeholder {
    color: #718096;
  }

  .xl\:visited\:placeholder-gray-700:visited::-webkit-input-placeholder {
    color: #4a5568;
  }

  .xl\:visited\:placeholder-gray-700:visited::-moz-placeholder {
    color: #4a5568;
  }

  .xl\:visited\:placeholder-gray-700:visited:-ms-input-placeholder {
    color: #4a5568;
  }

  .xl\:visited\:placeholder-gray-700:visited::-ms-input-placeholder {
    color: #4a5568;
  }

  .xl\:visited\:placeholder-gray-700:visited::placeholder {
    color: #4a5568;
  }

  .xl\:visited\:placeholder-gray-800:visited::-webkit-input-placeholder {
    color: #2d3748;
  }

  .xl\:visited\:placeholder-gray-800:visited::-moz-placeholder {
    color: #2d3748;
  }

  .xl\:visited\:placeholder-gray-800:visited:-ms-input-placeholder {
    color: #2d3748;
  }

  .xl\:visited\:placeholder-gray-800:visited::-ms-input-placeholder {
    color: #2d3748;
  }

  .xl\:visited\:placeholder-gray-800:visited::placeholder {
    color: #2d3748;
  }

  .xl\:visited\:placeholder-gray-900:visited::-webkit-input-placeholder {
    color: #1a202c;
  }

  .xl\:visited\:placeholder-gray-900:visited::-moz-placeholder {
    color: #1a202c;
  }

  .xl\:visited\:placeholder-gray-900:visited:-ms-input-placeholder {
    color: #1a202c;
  }

  .xl\:visited\:placeholder-gray-900:visited::-ms-input-placeholder {
    color: #1a202c;
  }

  .xl\:visited\:placeholder-gray-900:visited::placeholder {
    color: #1a202c;
  }

  .xl\:visited\:placeholder-red-100:visited::-webkit-input-placeholder {
    color: #fff5f5;
  }

  .xl\:visited\:placeholder-red-100:visited::-moz-placeholder {
    color: #fff5f5;
  }

  .xl\:visited\:placeholder-red-100:visited:-ms-input-placeholder {
    color: #fff5f5;
  }

  .xl\:visited\:placeholder-red-100:visited::-ms-input-placeholder {
    color: #fff5f5;
  }

  .xl\:visited\:placeholder-red-100:visited::placeholder {
    color: #fff5f5;
  }

  .xl\:visited\:placeholder-red-200:visited::-webkit-input-placeholder {
    color: #fed7d7;
  }

  .xl\:visited\:placeholder-red-200:visited::-moz-placeholder {
    color: #fed7d7;
  }

  .xl\:visited\:placeholder-red-200:visited:-ms-input-placeholder {
    color: #fed7d7;
  }

  .xl\:visited\:placeholder-red-200:visited::-ms-input-placeholder {
    color: #fed7d7;
  }

  .xl\:visited\:placeholder-red-200:visited::placeholder {
    color: #fed7d7;
  }

  .xl\:visited\:placeholder-red-300:visited::-webkit-input-placeholder {
    color: #feb2b2;
  }

  .xl\:visited\:placeholder-red-300:visited::-moz-placeholder {
    color: #feb2b2;
  }

  .xl\:visited\:placeholder-red-300:visited:-ms-input-placeholder {
    color: #feb2b2;
  }

  .xl\:visited\:placeholder-red-300:visited::-ms-input-placeholder {
    color: #feb2b2;
  }

  .xl\:visited\:placeholder-red-300:visited::placeholder {
    color: #feb2b2;
  }

  .xl\:visited\:placeholder-red-400:visited::-webkit-input-placeholder {
    color: #fc8181;
  }

  .xl\:visited\:placeholder-red-400:visited::-moz-placeholder {
    color: #fc8181;
  }

  .xl\:visited\:placeholder-red-400:visited:-ms-input-placeholder {
    color: #fc8181;
  }

  .xl\:visited\:placeholder-red-400:visited::-ms-input-placeholder {
    color: #fc8181;
  }

  .xl\:visited\:placeholder-red-400:visited::placeholder {
    color: #fc8181;
  }

  .xl\:visited\:placeholder-red-500:visited::-webkit-input-placeholder {
    color: #f56565;
  }

  .xl\:visited\:placeholder-red-500:visited::-moz-placeholder {
    color: #f56565;
  }

  .xl\:visited\:placeholder-red-500:visited:-ms-input-placeholder {
    color: #f56565;
  }

  .xl\:visited\:placeholder-red-500:visited::-ms-input-placeholder {
    color: #f56565;
  }

  .xl\:visited\:placeholder-red-500:visited::placeholder {
    color: #f56565;
  }

  .xl\:visited\:placeholder-red-600:visited::-webkit-input-placeholder {
    color: #e53e3e;
  }

  .xl\:visited\:placeholder-red-600:visited::-moz-placeholder {
    color: #e53e3e;
  }

  .xl\:visited\:placeholder-red-600:visited:-ms-input-placeholder {
    color: #e53e3e;
  }

  .xl\:visited\:placeholder-red-600:visited::-ms-input-placeholder {
    color: #e53e3e;
  }

  .xl\:visited\:placeholder-red-600:visited::placeholder {
    color: #e53e3e;
  }

  .xl\:visited\:placeholder-red-700:visited::-webkit-input-placeholder {
    color: #c53030;
  }

  .xl\:visited\:placeholder-red-700:visited::-moz-placeholder {
    color: #c53030;
  }

  .xl\:visited\:placeholder-red-700:visited:-ms-input-placeholder {
    color: #c53030;
  }

  .xl\:visited\:placeholder-red-700:visited::-ms-input-placeholder {
    color: #c53030;
  }

  .xl\:visited\:placeholder-red-700:visited::placeholder {
    color: #c53030;
  }

  .xl\:visited\:placeholder-red-800:visited::-webkit-input-placeholder {
    color: #9b2c2c;
  }

  .xl\:visited\:placeholder-red-800:visited::-moz-placeholder {
    color: #9b2c2c;
  }

  .xl\:visited\:placeholder-red-800:visited:-ms-input-placeholder {
    color: #9b2c2c;
  }

  .xl\:visited\:placeholder-red-800:visited::-ms-input-placeholder {
    color: #9b2c2c;
  }

  .xl\:visited\:placeholder-red-800:visited::placeholder {
    color: #9b2c2c;
  }

  .xl\:visited\:placeholder-red-900:visited::-webkit-input-placeholder {
    color: #742a2a;
  }

  .xl\:visited\:placeholder-red-900:visited::-moz-placeholder {
    color: #742a2a;
  }

  .xl\:visited\:placeholder-red-900:visited:-ms-input-placeholder {
    color: #742a2a;
  }

  .xl\:visited\:placeholder-red-900:visited::-ms-input-placeholder {
    color: #742a2a;
  }

  .xl\:visited\:placeholder-red-900:visited::placeholder {
    color: #742a2a;
  }

  .xl\:visited\:placeholder-orange-100:visited::-webkit-input-placeholder {
    color: #fffaf0;
  }

  .xl\:visited\:placeholder-orange-100:visited::-moz-placeholder {
    color: #fffaf0;
  }

  .xl\:visited\:placeholder-orange-100:visited:-ms-input-placeholder {
    color: #fffaf0;
  }

  .xl\:visited\:placeholder-orange-100:visited::-ms-input-placeholder {
    color: #fffaf0;
  }

  .xl\:visited\:placeholder-orange-100:visited::placeholder {
    color: #fffaf0;
  }

  .xl\:visited\:placeholder-orange-200:visited::-webkit-input-placeholder {
    color: #feebc8;
  }

  .xl\:visited\:placeholder-orange-200:visited::-moz-placeholder {
    color: #feebc8;
  }

  .xl\:visited\:placeholder-orange-200:visited:-ms-input-placeholder {
    color: #feebc8;
  }

  .xl\:visited\:placeholder-orange-200:visited::-ms-input-placeholder {
    color: #feebc8;
  }

  .xl\:visited\:placeholder-orange-200:visited::placeholder {
    color: #feebc8;
  }

  .xl\:visited\:placeholder-orange-300:visited::-webkit-input-placeholder {
    color: #fbd38d;
  }

  .xl\:visited\:placeholder-orange-300:visited::-moz-placeholder {
    color: #fbd38d;
  }

  .xl\:visited\:placeholder-orange-300:visited:-ms-input-placeholder {
    color: #fbd38d;
  }

  .xl\:visited\:placeholder-orange-300:visited::-ms-input-placeholder {
    color: #fbd38d;
  }

  .xl\:visited\:placeholder-orange-300:visited::placeholder {
    color: #fbd38d;
  }

  .xl\:visited\:placeholder-orange-400:visited::-webkit-input-placeholder {
    color: #f6ad55;
  }

  .xl\:visited\:placeholder-orange-400:visited::-moz-placeholder {
    color: #f6ad55;
  }

  .xl\:visited\:placeholder-orange-400:visited:-ms-input-placeholder {
    color: #f6ad55;
  }

  .xl\:visited\:placeholder-orange-400:visited::-ms-input-placeholder {
    color: #f6ad55;
  }

  .xl\:visited\:placeholder-orange-400:visited::placeholder {
    color: #f6ad55;
  }

  .xl\:visited\:placeholder-orange-500:visited::-webkit-input-placeholder {
    color: #ed8936;
  }

  .xl\:visited\:placeholder-orange-500:visited::-moz-placeholder {
    color: #ed8936;
  }

  .xl\:visited\:placeholder-orange-500:visited:-ms-input-placeholder {
    color: #ed8936;
  }

  .xl\:visited\:placeholder-orange-500:visited::-ms-input-placeholder {
    color: #ed8936;
  }

  .xl\:visited\:placeholder-orange-500:visited::placeholder {
    color: #ed8936;
  }

  .xl\:visited\:placeholder-orange-600:visited::-webkit-input-placeholder {
    color: #dd6b20;
  }

  .xl\:visited\:placeholder-orange-600:visited::-moz-placeholder {
    color: #dd6b20;
  }

  .xl\:visited\:placeholder-orange-600:visited:-ms-input-placeholder {
    color: #dd6b20;
  }

  .xl\:visited\:placeholder-orange-600:visited::-ms-input-placeholder {
    color: #dd6b20;
  }

  .xl\:visited\:placeholder-orange-600:visited::placeholder {
    color: #dd6b20;
  }

  .xl\:visited\:placeholder-orange-700:visited::-webkit-input-placeholder {
    color: #c05621;
  }

  .xl\:visited\:placeholder-orange-700:visited::-moz-placeholder {
    color: #c05621;
  }

  .xl\:visited\:placeholder-orange-700:visited:-ms-input-placeholder {
    color: #c05621;
  }

  .xl\:visited\:placeholder-orange-700:visited::-ms-input-placeholder {
    color: #c05621;
  }

  .xl\:visited\:placeholder-orange-700:visited::placeholder {
    color: #c05621;
  }

  .xl\:visited\:placeholder-orange-800:visited::-webkit-input-placeholder {
    color: #9c4221;
  }

  .xl\:visited\:placeholder-orange-800:visited::-moz-placeholder {
    color: #9c4221;
  }

  .xl\:visited\:placeholder-orange-800:visited:-ms-input-placeholder {
    color: #9c4221;
  }

  .xl\:visited\:placeholder-orange-800:visited::-ms-input-placeholder {
    color: #9c4221;
  }

  .xl\:visited\:placeholder-orange-800:visited::placeholder {
    color: #9c4221;
  }

  .xl\:visited\:placeholder-orange-900:visited::-webkit-input-placeholder {
    color: #7b341e;
  }

  .xl\:visited\:placeholder-orange-900:visited::-moz-placeholder {
    color: #7b341e;
  }

  .xl\:visited\:placeholder-orange-900:visited:-ms-input-placeholder {
    color: #7b341e;
  }

  .xl\:visited\:placeholder-orange-900:visited::-ms-input-placeholder {
    color: #7b341e;
  }

  .xl\:visited\:placeholder-orange-900:visited::placeholder {
    color: #7b341e;
  }

  .xl\:visited\:placeholder-yellow-100:visited::-webkit-input-placeholder {
    color: #fffff0;
  }

  .xl\:visited\:placeholder-yellow-100:visited::-moz-placeholder {
    color: #fffff0;
  }

  .xl\:visited\:placeholder-yellow-100:visited:-ms-input-placeholder {
    color: #fffff0;
  }

  .xl\:visited\:placeholder-yellow-100:visited::-ms-input-placeholder {
    color: #fffff0;
  }

  .xl\:visited\:placeholder-yellow-100:visited::placeholder {
    color: #fffff0;
  }

  .xl\:visited\:placeholder-yellow-200:visited::-webkit-input-placeholder {
    color: #fefcbf;
  }

  .xl\:visited\:placeholder-yellow-200:visited::-moz-placeholder {
    color: #fefcbf;
  }

  .xl\:visited\:placeholder-yellow-200:visited:-ms-input-placeholder {
    color: #fefcbf;
  }

  .xl\:visited\:placeholder-yellow-200:visited::-ms-input-placeholder {
    color: #fefcbf;
  }

  .xl\:visited\:placeholder-yellow-200:visited::placeholder {
    color: #fefcbf;
  }

  .xl\:visited\:placeholder-yellow-300:visited::-webkit-input-placeholder {
    color: #faf089;
  }

  .xl\:visited\:placeholder-yellow-300:visited::-moz-placeholder {
    color: #faf089;
  }

  .xl\:visited\:placeholder-yellow-300:visited:-ms-input-placeholder {
    color: #faf089;
  }

  .xl\:visited\:placeholder-yellow-300:visited::-ms-input-placeholder {
    color: #faf089;
  }

  .xl\:visited\:placeholder-yellow-300:visited::placeholder {
    color: #faf089;
  }

  .xl\:visited\:placeholder-yellow-400:visited::-webkit-input-placeholder {
    color: #f6e05e;
  }

  .xl\:visited\:placeholder-yellow-400:visited::-moz-placeholder {
    color: #f6e05e;
  }

  .xl\:visited\:placeholder-yellow-400:visited:-ms-input-placeholder {
    color: #f6e05e;
  }

  .xl\:visited\:placeholder-yellow-400:visited::-ms-input-placeholder {
    color: #f6e05e;
  }

  .xl\:visited\:placeholder-yellow-400:visited::placeholder {
    color: #f6e05e;
  }

  .xl\:visited\:placeholder-yellow-500:visited::-webkit-input-placeholder {
    color: #ecc94b;
  }

  .xl\:visited\:placeholder-yellow-500:visited::-moz-placeholder {
    color: #ecc94b;
  }

  .xl\:visited\:placeholder-yellow-500:visited:-ms-input-placeholder {
    color: #ecc94b;
  }

  .xl\:visited\:placeholder-yellow-500:visited::-ms-input-placeholder {
    color: #ecc94b;
  }

  .xl\:visited\:placeholder-yellow-500:visited::placeholder {
    color: #ecc94b;
  }

  .xl\:visited\:placeholder-yellow-600:visited::-webkit-input-placeholder {
    color: #d69e2e;
  }

  .xl\:visited\:placeholder-yellow-600:visited::-moz-placeholder {
    color: #d69e2e;
  }

  .xl\:visited\:placeholder-yellow-600:visited:-ms-input-placeholder {
    color: #d69e2e;
  }

  .xl\:visited\:placeholder-yellow-600:visited::-ms-input-placeholder {
    color: #d69e2e;
  }

  .xl\:visited\:placeholder-yellow-600:visited::placeholder {
    color: #d69e2e;
  }

  .xl\:visited\:placeholder-yellow-700:visited::-webkit-input-placeholder {
    color: #b7791f;
  }

  .xl\:visited\:placeholder-yellow-700:visited::-moz-placeholder {
    color: #b7791f;
  }

  .xl\:visited\:placeholder-yellow-700:visited:-ms-input-placeholder {
    color: #b7791f;
  }

  .xl\:visited\:placeholder-yellow-700:visited::-ms-input-placeholder {
    color: #b7791f;
  }

  .xl\:visited\:placeholder-yellow-700:visited::placeholder {
    color: #b7791f;
  }

  .xl\:visited\:placeholder-yellow-800:visited::-webkit-input-placeholder {
    color: #975a16;
  }

  .xl\:visited\:placeholder-yellow-800:visited::-moz-placeholder {
    color: #975a16;
  }

  .xl\:visited\:placeholder-yellow-800:visited:-ms-input-placeholder {
    color: #975a16;
  }

  .xl\:visited\:placeholder-yellow-800:visited::-ms-input-placeholder {
    color: #975a16;
  }

  .xl\:visited\:placeholder-yellow-800:visited::placeholder {
    color: #975a16;
  }

  .xl\:visited\:placeholder-yellow-900:visited::-webkit-input-placeholder {
    color: #744210;
  }

  .xl\:visited\:placeholder-yellow-900:visited::-moz-placeholder {
    color: #744210;
  }

  .xl\:visited\:placeholder-yellow-900:visited:-ms-input-placeholder {
    color: #744210;
  }

  .xl\:visited\:placeholder-yellow-900:visited::-ms-input-placeholder {
    color: #744210;
  }

  .xl\:visited\:placeholder-yellow-900:visited::placeholder {
    color: #744210;
  }

  .xl\:visited\:placeholder-green-100:visited::-webkit-input-placeholder {
    color: #f0fff4;
  }

  .xl\:visited\:placeholder-green-100:visited::-moz-placeholder {
    color: #f0fff4;
  }

  .xl\:visited\:placeholder-green-100:visited:-ms-input-placeholder {
    color: #f0fff4;
  }

  .xl\:visited\:placeholder-green-100:visited::-ms-input-placeholder {
    color: #f0fff4;
  }

  .xl\:visited\:placeholder-green-100:visited::placeholder {
    color: #f0fff4;
  }

  .xl\:visited\:placeholder-green-200:visited::-webkit-input-placeholder {
    color: #c6f6d5;
  }

  .xl\:visited\:placeholder-green-200:visited::-moz-placeholder {
    color: #c6f6d5;
  }

  .xl\:visited\:placeholder-green-200:visited:-ms-input-placeholder {
    color: #c6f6d5;
  }

  .xl\:visited\:placeholder-green-200:visited::-ms-input-placeholder {
    color: #c6f6d5;
  }

  .xl\:visited\:placeholder-green-200:visited::placeholder {
    color: #c6f6d5;
  }

  .xl\:visited\:placeholder-green-300:visited::-webkit-input-placeholder {
    color: #9ae6b4;
  }

  .xl\:visited\:placeholder-green-300:visited::-moz-placeholder {
    color: #9ae6b4;
  }

  .xl\:visited\:placeholder-green-300:visited:-ms-input-placeholder {
    color: #9ae6b4;
  }

  .xl\:visited\:placeholder-green-300:visited::-ms-input-placeholder {
    color: #9ae6b4;
  }

  .xl\:visited\:placeholder-green-300:visited::placeholder {
    color: #9ae6b4;
  }

  .xl\:visited\:placeholder-green-400:visited::-webkit-input-placeholder {
    color: #68d391;
  }

  .xl\:visited\:placeholder-green-400:visited::-moz-placeholder {
    color: #68d391;
  }

  .xl\:visited\:placeholder-green-400:visited:-ms-input-placeholder {
    color: #68d391;
  }

  .xl\:visited\:placeholder-green-400:visited::-ms-input-placeholder {
    color: #68d391;
  }

  .xl\:visited\:placeholder-green-400:visited::placeholder {
    color: #68d391;
  }

  .xl\:visited\:placeholder-green-500:visited::-webkit-input-placeholder {
    color: #48bb78;
  }

  .xl\:visited\:placeholder-green-500:visited::-moz-placeholder {
    color: #48bb78;
  }

  .xl\:visited\:placeholder-green-500:visited:-ms-input-placeholder {
    color: #48bb78;
  }

  .xl\:visited\:placeholder-green-500:visited::-ms-input-placeholder {
    color: #48bb78;
  }

  .xl\:visited\:placeholder-green-500:visited::placeholder {
    color: #48bb78;
  }

  .xl\:visited\:placeholder-green-600:visited::-webkit-input-placeholder {
    color: #38a169;
  }

  .xl\:visited\:placeholder-green-600:visited::-moz-placeholder {
    color: #38a169;
  }

  .xl\:visited\:placeholder-green-600:visited:-ms-input-placeholder {
    color: #38a169;
  }

  .xl\:visited\:placeholder-green-600:visited::-ms-input-placeholder {
    color: #38a169;
  }

  .xl\:visited\:placeholder-green-600:visited::placeholder {
    color: #38a169;
  }

  .xl\:visited\:placeholder-green-700:visited::-webkit-input-placeholder {
    color: #2f855a;
  }

  .xl\:visited\:placeholder-green-700:visited::-moz-placeholder {
    color: #2f855a;
  }

  .xl\:visited\:placeholder-green-700:visited:-ms-input-placeholder {
    color: #2f855a;
  }

  .xl\:visited\:placeholder-green-700:visited::-ms-input-placeholder {
    color: #2f855a;
  }

  .xl\:visited\:placeholder-green-700:visited::placeholder {
    color: #2f855a;
  }

  .xl\:visited\:placeholder-green-800:visited::-webkit-input-placeholder {
    color: #276749;
  }

  .xl\:visited\:placeholder-green-800:visited::-moz-placeholder {
    color: #276749;
  }

  .xl\:visited\:placeholder-green-800:visited:-ms-input-placeholder {
    color: #276749;
  }

  .xl\:visited\:placeholder-green-800:visited::-ms-input-placeholder {
    color: #276749;
  }

  .xl\:visited\:placeholder-green-800:visited::placeholder {
    color: #276749;
  }

  .xl\:visited\:placeholder-green-900:visited::-webkit-input-placeholder {
    color: #22543d;
  }

  .xl\:visited\:placeholder-green-900:visited::-moz-placeholder {
    color: #22543d;
  }

  .xl\:visited\:placeholder-green-900:visited:-ms-input-placeholder {
    color: #22543d;
  }

  .xl\:visited\:placeholder-green-900:visited::-ms-input-placeholder {
    color: #22543d;
  }

  .xl\:visited\:placeholder-green-900:visited::placeholder {
    color: #22543d;
  }

  .xl\:visited\:placeholder-teal-100:visited::-webkit-input-placeholder {
    color: #e6fffa;
  }

  .xl\:visited\:placeholder-teal-100:visited::-moz-placeholder {
    color: #e6fffa;
  }

  .xl\:visited\:placeholder-teal-100:visited:-ms-input-placeholder {
    color: #e6fffa;
  }

  .xl\:visited\:placeholder-teal-100:visited::-ms-input-placeholder {
    color: #e6fffa;
  }

  .xl\:visited\:placeholder-teal-100:visited::placeholder {
    color: #e6fffa;
  }

  .xl\:visited\:placeholder-teal-200:visited::-webkit-input-placeholder {
    color: #b2f5ea;
  }

  .xl\:visited\:placeholder-teal-200:visited::-moz-placeholder {
    color: #b2f5ea;
  }

  .xl\:visited\:placeholder-teal-200:visited:-ms-input-placeholder {
    color: #b2f5ea;
  }

  .xl\:visited\:placeholder-teal-200:visited::-ms-input-placeholder {
    color: #b2f5ea;
  }

  .xl\:visited\:placeholder-teal-200:visited::placeholder {
    color: #b2f5ea;
  }

  .xl\:visited\:placeholder-teal-300:visited::-webkit-input-placeholder {
    color: #81e6d9;
  }

  .xl\:visited\:placeholder-teal-300:visited::-moz-placeholder {
    color: #81e6d9;
  }

  .xl\:visited\:placeholder-teal-300:visited:-ms-input-placeholder {
    color: #81e6d9;
  }

  .xl\:visited\:placeholder-teal-300:visited::-ms-input-placeholder {
    color: #81e6d9;
  }

  .xl\:visited\:placeholder-teal-300:visited::placeholder {
    color: #81e6d9;
  }

  .xl\:visited\:placeholder-teal-400:visited::-webkit-input-placeholder {
    color: #4fd1c5;
  }

  .xl\:visited\:placeholder-teal-400:visited::-moz-placeholder {
    color: #4fd1c5;
  }

  .xl\:visited\:placeholder-teal-400:visited:-ms-input-placeholder {
    color: #4fd1c5;
  }

  .xl\:visited\:placeholder-teal-400:visited::-ms-input-placeholder {
    color: #4fd1c5;
  }

  .xl\:visited\:placeholder-teal-400:visited::placeholder {
    color: #4fd1c5;
  }

  .xl\:visited\:placeholder-teal-500:visited::-webkit-input-placeholder {
    color: #38b2ac;
  }

  .xl\:visited\:placeholder-teal-500:visited::-moz-placeholder {
    color: #38b2ac;
  }

  .xl\:visited\:placeholder-teal-500:visited:-ms-input-placeholder {
    color: #38b2ac;
  }

  .xl\:visited\:placeholder-teal-500:visited::-ms-input-placeholder {
    color: #38b2ac;
  }

  .xl\:visited\:placeholder-teal-500:visited::placeholder {
    color: #38b2ac;
  }

  .xl\:visited\:placeholder-teal-600:visited::-webkit-input-placeholder {
    color: #319795;
  }

  .xl\:visited\:placeholder-teal-600:visited::-moz-placeholder {
    color: #319795;
  }

  .xl\:visited\:placeholder-teal-600:visited:-ms-input-placeholder {
    color: #319795;
  }

  .xl\:visited\:placeholder-teal-600:visited::-ms-input-placeholder {
    color: #319795;
  }

  .xl\:visited\:placeholder-teal-600:visited::placeholder {
    color: #319795;
  }

  .xl\:visited\:placeholder-teal-700:visited::-webkit-input-placeholder {
    color: #2c7a7b;
  }

  .xl\:visited\:placeholder-teal-700:visited::-moz-placeholder {
    color: #2c7a7b;
  }

  .xl\:visited\:placeholder-teal-700:visited:-ms-input-placeholder {
    color: #2c7a7b;
  }

  .xl\:visited\:placeholder-teal-700:visited::-ms-input-placeholder {
    color: #2c7a7b;
  }

  .xl\:visited\:placeholder-teal-700:visited::placeholder {
    color: #2c7a7b;
  }

  .xl\:visited\:placeholder-teal-800:visited::-webkit-input-placeholder {
    color: #285e61;
  }

  .xl\:visited\:placeholder-teal-800:visited::-moz-placeholder {
    color: #285e61;
  }

  .xl\:visited\:placeholder-teal-800:visited:-ms-input-placeholder {
    color: #285e61;
  }

  .xl\:visited\:placeholder-teal-800:visited::-ms-input-placeholder {
    color: #285e61;
  }

  .xl\:visited\:placeholder-teal-800:visited::placeholder {
    color: #285e61;
  }

  .xl\:visited\:placeholder-teal-900:visited::-webkit-input-placeholder {
    color: #234e52;
  }

  .xl\:visited\:placeholder-teal-900:visited::-moz-placeholder {
    color: #234e52;
  }

  .xl\:visited\:placeholder-teal-900:visited:-ms-input-placeholder {
    color: #234e52;
  }

  .xl\:visited\:placeholder-teal-900:visited::-ms-input-placeholder {
    color: #234e52;
  }

  .xl\:visited\:placeholder-teal-900:visited::placeholder {
    color: #234e52;
  }

  .xl\:visited\:placeholder-blue-100:visited::-webkit-input-placeholder {
    color: #ebf8ff;
  }

  .xl\:visited\:placeholder-blue-100:visited::-moz-placeholder {
    color: #ebf8ff;
  }

  .xl\:visited\:placeholder-blue-100:visited:-ms-input-placeholder {
    color: #ebf8ff;
  }

  .xl\:visited\:placeholder-blue-100:visited::-ms-input-placeholder {
    color: #ebf8ff;
  }

  .xl\:visited\:placeholder-blue-100:visited::placeholder {
    color: #ebf8ff;
  }

  .xl\:visited\:placeholder-blue-200:visited::-webkit-input-placeholder {
    color: #bee3f8;
  }

  .xl\:visited\:placeholder-blue-200:visited::-moz-placeholder {
    color: #bee3f8;
  }

  .xl\:visited\:placeholder-blue-200:visited:-ms-input-placeholder {
    color: #bee3f8;
  }

  .xl\:visited\:placeholder-blue-200:visited::-ms-input-placeholder {
    color: #bee3f8;
  }

  .xl\:visited\:placeholder-blue-200:visited::placeholder {
    color: #bee3f8;
  }

  .xl\:visited\:placeholder-blue-300:visited::-webkit-input-placeholder {
    color: #90cdf4;
  }

  .xl\:visited\:placeholder-blue-300:visited::-moz-placeholder {
    color: #90cdf4;
  }

  .xl\:visited\:placeholder-blue-300:visited:-ms-input-placeholder {
    color: #90cdf4;
  }

  .xl\:visited\:placeholder-blue-300:visited::-ms-input-placeholder {
    color: #90cdf4;
  }

  .xl\:visited\:placeholder-blue-300:visited::placeholder {
    color: #90cdf4;
  }

  .xl\:visited\:placeholder-blue-400:visited::-webkit-input-placeholder {
    color: #63b3ed;
  }

  .xl\:visited\:placeholder-blue-400:visited::-moz-placeholder {
    color: #63b3ed;
  }

  .xl\:visited\:placeholder-blue-400:visited:-ms-input-placeholder {
    color: #63b3ed;
  }

  .xl\:visited\:placeholder-blue-400:visited::-ms-input-placeholder {
    color: #63b3ed;
  }

  .xl\:visited\:placeholder-blue-400:visited::placeholder {
    color: #63b3ed;
  }

  .xl\:visited\:placeholder-blue-500:visited::-webkit-input-placeholder {
    color: #4299e1;
  }

  .xl\:visited\:placeholder-blue-500:visited::-moz-placeholder {
    color: #4299e1;
  }

  .xl\:visited\:placeholder-blue-500:visited:-ms-input-placeholder {
    color: #4299e1;
  }

  .xl\:visited\:placeholder-blue-500:visited::-ms-input-placeholder {
    color: #4299e1;
  }

  .xl\:visited\:placeholder-blue-500:visited::placeholder {
    color: #4299e1;
  }

  .xl\:visited\:placeholder-blue-600:visited::-webkit-input-placeholder {
    color: #3182ce;
  }

  .xl\:visited\:placeholder-blue-600:visited::-moz-placeholder {
    color: #3182ce;
  }

  .xl\:visited\:placeholder-blue-600:visited:-ms-input-placeholder {
    color: #3182ce;
  }

  .xl\:visited\:placeholder-blue-600:visited::-ms-input-placeholder {
    color: #3182ce;
  }

  .xl\:visited\:placeholder-blue-600:visited::placeholder {
    color: #3182ce;
  }

  .xl\:visited\:placeholder-blue-700:visited::-webkit-input-placeholder {
    color: #2b6cb0;
  }

  .xl\:visited\:placeholder-blue-700:visited::-moz-placeholder {
    color: #2b6cb0;
  }

  .xl\:visited\:placeholder-blue-700:visited:-ms-input-placeholder {
    color: #2b6cb0;
  }

  .xl\:visited\:placeholder-blue-700:visited::-ms-input-placeholder {
    color: #2b6cb0;
  }

  .xl\:visited\:placeholder-blue-700:visited::placeholder {
    color: #2b6cb0;
  }

  .xl\:visited\:placeholder-blue-800:visited::-webkit-input-placeholder {
    color: #2c5282;
  }

  .xl\:visited\:placeholder-blue-800:visited::-moz-placeholder {
    color: #2c5282;
  }

  .xl\:visited\:placeholder-blue-800:visited:-ms-input-placeholder {
    color: #2c5282;
  }

  .xl\:visited\:placeholder-blue-800:visited::-ms-input-placeholder {
    color: #2c5282;
  }

  .xl\:visited\:placeholder-blue-800:visited::placeholder {
    color: #2c5282;
  }

  .xl\:visited\:placeholder-blue-900:visited::-webkit-input-placeholder {
    color: #2a4365;
  }

  .xl\:visited\:placeholder-blue-900:visited::-moz-placeholder {
    color: #2a4365;
  }

  .xl\:visited\:placeholder-blue-900:visited:-ms-input-placeholder {
    color: #2a4365;
  }

  .xl\:visited\:placeholder-blue-900:visited::-ms-input-placeholder {
    color: #2a4365;
  }

  .xl\:visited\:placeholder-blue-900:visited::placeholder {
    color: #2a4365;
  }

  .xl\:visited\:placeholder-indigo-100:visited::-webkit-input-placeholder {
    color: #ebf4ff;
  }

  .xl\:visited\:placeholder-indigo-100:visited::-moz-placeholder {
    color: #ebf4ff;
  }

  .xl\:visited\:placeholder-indigo-100:visited:-ms-input-placeholder {
    color: #ebf4ff;
  }

  .xl\:visited\:placeholder-indigo-100:visited::-ms-input-placeholder {
    color: #ebf4ff;
  }

  .xl\:visited\:placeholder-indigo-100:visited::placeholder {
    color: #ebf4ff;
  }

  .xl\:visited\:placeholder-indigo-200:visited::-webkit-input-placeholder {
    color: #c3dafe;
  }

  .xl\:visited\:placeholder-indigo-200:visited::-moz-placeholder {
    color: #c3dafe;
  }

  .xl\:visited\:placeholder-indigo-200:visited:-ms-input-placeholder {
    color: #c3dafe;
  }

  .xl\:visited\:placeholder-indigo-200:visited::-ms-input-placeholder {
    color: #c3dafe;
  }

  .xl\:visited\:placeholder-indigo-200:visited::placeholder {
    color: #c3dafe;
  }

  .xl\:visited\:placeholder-indigo-300:visited::-webkit-input-placeholder {
    color: #a3bffa;
  }

  .xl\:visited\:placeholder-indigo-300:visited::-moz-placeholder {
    color: #a3bffa;
  }

  .xl\:visited\:placeholder-indigo-300:visited:-ms-input-placeholder {
    color: #a3bffa;
  }

  .xl\:visited\:placeholder-indigo-300:visited::-ms-input-placeholder {
    color: #a3bffa;
  }

  .xl\:visited\:placeholder-indigo-300:visited::placeholder {
    color: #a3bffa;
  }

  .xl\:visited\:placeholder-indigo-400:visited::-webkit-input-placeholder {
    color: #7f9cf5;
  }

  .xl\:visited\:placeholder-indigo-400:visited::-moz-placeholder {
    color: #7f9cf5;
  }

  .xl\:visited\:placeholder-indigo-400:visited:-ms-input-placeholder {
    color: #7f9cf5;
  }

  .xl\:visited\:placeholder-indigo-400:visited::-ms-input-placeholder {
    color: #7f9cf5;
  }

  .xl\:visited\:placeholder-indigo-400:visited::placeholder {
    color: #7f9cf5;
  }

  .xl\:visited\:placeholder-indigo-500:visited::-webkit-input-placeholder {
    color: #667eea;
  }

  .xl\:visited\:placeholder-indigo-500:visited::-moz-placeholder {
    color: #667eea;
  }

  .xl\:visited\:placeholder-indigo-500:visited:-ms-input-placeholder {
    color: #667eea;
  }

  .xl\:visited\:placeholder-indigo-500:visited::-ms-input-placeholder {
    color: #667eea;
  }

  .xl\:visited\:placeholder-indigo-500:visited::placeholder {
    color: #667eea;
  }

  .xl\:visited\:placeholder-indigo-600:visited::-webkit-input-placeholder {
    color: #5a67d8;
  }

  .xl\:visited\:placeholder-indigo-600:visited::-moz-placeholder {
    color: #5a67d8;
  }

  .xl\:visited\:placeholder-indigo-600:visited:-ms-input-placeholder {
    color: #5a67d8;
  }

  .xl\:visited\:placeholder-indigo-600:visited::-ms-input-placeholder {
    color: #5a67d8;
  }

  .xl\:visited\:placeholder-indigo-600:visited::placeholder {
    color: #5a67d8;
  }

  .xl\:visited\:placeholder-indigo-700:visited::-webkit-input-placeholder {
    color: #4c51bf;
  }

  .xl\:visited\:placeholder-indigo-700:visited::-moz-placeholder {
    color: #4c51bf;
  }

  .xl\:visited\:placeholder-indigo-700:visited:-ms-input-placeholder {
    color: #4c51bf;
  }

  .xl\:visited\:placeholder-indigo-700:visited::-ms-input-placeholder {
    color: #4c51bf;
  }

  .xl\:visited\:placeholder-indigo-700:visited::placeholder {
    color: #4c51bf;
  }

  .xl\:visited\:placeholder-indigo-800:visited::-webkit-input-placeholder {
    color: #434190;
  }

  .xl\:visited\:placeholder-indigo-800:visited::-moz-placeholder {
    color: #434190;
  }

  .xl\:visited\:placeholder-indigo-800:visited:-ms-input-placeholder {
    color: #434190;
  }

  .xl\:visited\:placeholder-indigo-800:visited::-ms-input-placeholder {
    color: #434190;
  }

  .xl\:visited\:placeholder-indigo-800:visited::placeholder {
    color: #434190;
  }

  .xl\:visited\:placeholder-indigo-900:visited::-webkit-input-placeholder {
    color: #3c366b;
  }

  .xl\:visited\:placeholder-indigo-900:visited::-moz-placeholder {
    color: #3c366b;
  }

  .xl\:visited\:placeholder-indigo-900:visited:-ms-input-placeholder {
    color: #3c366b;
  }

  .xl\:visited\:placeholder-indigo-900:visited::-ms-input-placeholder {
    color: #3c366b;
  }

  .xl\:visited\:placeholder-indigo-900:visited::placeholder {
    color: #3c366b;
  }

  .xl\:visited\:placeholder-purple-100:visited::-webkit-input-placeholder {
    color: #faf5ff;
  }

  .xl\:visited\:placeholder-purple-100:visited::-moz-placeholder {
    color: #faf5ff;
  }

  .xl\:visited\:placeholder-purple-100:visited:-ms-input-placeholder {
    color: #faf5ff;
  }

  .xl\:visited\:placeholder-purple-100:visited::-ms-input-placeholder {
    color: #faf5ff;
  }

  .xl\:visited\:placeholder-purple-100:visited::placeholder {
    color: #faf5ff;
  }

  .xl\:visited\:placeholder-purple-200:visited::-webkit-input-placeholder {
    color: #e9d8fd;
  }

  .xl\:visited\:placeholder-purple-200:visited::-moz-placeholder {
    color: #e9d8fd;
  }

  .xl\:visited\:placeholder-purple-200:visited:-ms-input-placeholder {
    color: #e9d8fd;
  }

  .xl\:visited\:placeholder-purple-200:visited::-ms-input-placeholder {
    color: #e9d8fd;
  }

  .xl\:visited\:placeholder-purple-200:visited::placeholder {
    color: #e9d8fd;
  }

  .xl\:visited\:placeholder-purple-300:visited::-webkit-input-placeholder {
    color: #d6bcfa;
  }

  .xl\:visited\:placeholder-purple-300:visited::-moz-placeholder {
    color: #d6bcfa;
  }

  .xl\:visited\:placeholder-purple-300:visited:-ms-input-placeholder {
    color: #d6bcfa;
  }

  .xl\:visited\:placeholder-purple-300:visited::-ms-input-placeholder {
    color: #d6bcfa;
  }

  .xl\:visited\:placeholder-purple-300:visited::placeholder {
    color: #d6bcfa;
  }

  .xl\:visited\:placeholder-purple-400:visited::-webkit-input-placeholder {
    color: #b794f4;
  }

  .xl\:visited\:placeholder-purple-400:visited::-moz-placeholder {
    color: #b794f4;
  }

  .xl\:visited\:placeholder-purple-400:visited:-ms-input-placeholder {
    color: #b794f4;
  }

  .xl\:visited\:placeholder-purple-400:visited::-ms-input-placeholder {
    color: #b794f4;
  }

  .xl\:visited\:placeholder-purple-400:visited::placeholder {
    color: #b794f4;
  }

  .xl\:visited\:placeholder-purple-500:visited::-webkit-input-placeholder {
    color: #9f7aea;
  }

  .xl\:visited\:placeholder-purple-500:visited::-moz-placeholder {
    color: #9f7aea;
  }

  .xl\:visited\:placeholder-purple-500:visited:-ms-input-placeholder {
    color: #9f7aea;
  }

  .xl\:visited\:placeholder-purple-500:visited::-ms-input-placeholder {
    color: #9f7aea;
  }

  .xl\:visited\:placeholder-purple-500:visited::placeholder {
    color: #9f7aea;
  }

  .xl\:visited\:placeholder-purple-600:visited::-webkit-input-placeholder {
    color: #805ad5;
  }

  .xl\:visited\:placeholder-purple-600:visited::-moz-placeholder {
    color: #805ad5;
  }

  .xl\:visited\:placeholder-purple-600:visited:-ms-input-placeholder {
    color: #805ad5;
  }

  .xl\:visited\:placeholder-purple-600:visited::-ms-input-placeholder {
    color: #805ad5;
  }

  .xl\:visited\:placeholder-purple-600:visited::placeholder {
    color: #805ad5;
  }

  .xl\:visited\:placeholder-purple-700:visited::-webkit-input-placeholder {
    color: #6b46c1;
  }

  .xl\:visited\:placeholder-purple-700:visited::-moz-placeholder {
    color: #6b46c1;
  }

  .xl\:visited\:placeholder-purple-700:visited:-ms-input-placeholder {
    color: #6b46c1;
  }

  .xl\:visited\:placeholder-purple-700:visited::-ms-input-placeholder {
    color: #6b46c1;
  }

  .xl\:visited\:placeholder-purple-700:visited::placeholder {
    color: #6b46c1;
  }

  .xl\:visited\:placeholder-purple-800:visited::-webkit-input-placeholder {
    color: #553c9a;
  }

  .xl\:visited\:placeholder-purple-800:visited::-moz-placeholder {
    color: #553c9a;
  }

  .xl\:visited\:placeholder-purple-800:visited:-ms-input-placeholder {
    color: #553c9a;
  }

  .xl\:visited\:placeholder-purple-800:visited::-ms-input-placeholder {
    color: #553c9a;
  }

  .xl\:visited\:placeholder-purple-800:visited::placeholder {
    color: #553c9a;
  }

  .xl\:visited\:placeholder-purple-900:visited::-webkit-input-placeholder {
    color: #44337a;
  }

  .xl\:visited\:placeholder-purple-900:visited::-moz-placeholder {
    color: #44337a;
  }

  .xl\:visited\:placeholder-purple-900:visited:-ms-input-placeholder {
    color: #44337a;
  }

  .xl\:visited\:placeholder-purple-900:visited::-ms-input-placeholder {
    color: #44337a;
  }

  .xl\:visited\:placeholder-purple-900:visited::placeholder {
    color: #44337a;
  }

  .xl\:visited\:placeholder-pink-100:visited::-webkit-input-placeholder {
    color: #fff5f7;
  }

  .xl\:visited\:placeholder-pink-100:visited::-moz-placeholder {
    color: #fff5f7;
  }

  .xl\:visited\:placeholder-pink-100:visited:-ms-input-placeholder {
    color: #fff5f7;
  }

  .xl\:visited\:placeholder-pink-100:visited::-ms-input-placeholder {
    color: #fff5f7;
  }

  .xl\:visited\:placeholder-pink-100:visited::placeholder {
    color: #fff5f7;
  }

  .xl\:visited\:placeholder-pink-200:visited::-webkit-input-placeholder {
    color: #fed7e2;
  }

  .xl\:visited\:placeholder-pink-200:visited::-moz-placeholder {
    color: #fed7e2;
  }

  .xl\:visited\:placeholder-pink-200:visited:-ms-input-placeholder {
    color: #fed7e2;
  }

  .xl\:visited\:placeholder-pink-200:visited::-ms-input-placeholder {
    color: #fed7e2;
  }

  .xl\:visited\:placeholder-pink-200:visited::placeholder {
    color: #fed7e2;
  }

  .xl\:visited\:placeholder-pink-300:visited::-webkit-input-placeholder {
    color: #fbb6ce;
  }

  .xl\:visited\:placeholder-pink-300:visited::-moz-placeholder {
    color: #fbb6ce;
  }

  .xl\:visited\:placeholder-pink-300:visited:-ms-input-placeholder {
    color: #fbb6ce;
  }

  .xl\:visited\:placeholder-pink-300:visited::-ms-input-placeholder {
    color: #fbb6ce;
  }

  .xl\:visited\:placeholder-pink-300:visited::placeholder {
    color: #fbb6ce;
  }

  .xl\:visited\:placeholder-pink-400:visited::-webkit-input-placeholder {
    color: #f687b3;
  }

  .xl\:visited\:placeholder-pink-400:visited::-moz-placeholder {
    color: #f687b3;
  }

  .xl\:visited\:placeholder-pink-400:visited:-ms-input-placeholder {
    color: #f687b3;
  }

  .xl\:visited\:placeholder-pink-400:visited::-ms-input-placeholder {
    color: #f687b3;
  }

  .xl\:visited\:placeholder-pink-400:visited::placeholder {
    color: #f687b3;
  }

  .xl\:visited\:placeholder-pink-500:visited::-webkit-input-placeholder {
    color: #ed64a6;
  }

  .xl\:visited\:placeholder-pink-500:visited::-moz-placeholder {
    color: #ed64a6;
  }

  .xl\:visited\:placeholder-pink-500:visited:-ms-input-placeholder {
    color: #ed64a6;
  }

  .xl\:visited\:placeholder-pink-500:visited::-ms-input-placeholder {
    color: #ed64a6;
  }

  .xl\:visited\:placeholder-pink-500:visited::placeholder {
    color: #ed64a6;
  }

  .xl\:visited\:placeholder-pink-600:visited::-webkit-input-placeholder {
    color: #d53f8c;
  }

  .xl\:visited\:placeholder-pink-600:visited::-moz-placeholder {
    color: #d53f8c;
  }

  .xl\:visited\:placeholder-pink-600:visited:-ms-input-placeholder {
    color: #d53f8c;
  }

  .xl\:visited\:placeholder-pink-600:visited::-ms-input-placeholder {
    color: #d53f8c;
  }

  .xl\:visited\:placeholder-pink-600:visited::placeholder {
    color: #d53f8c;
  }

  .xl\:visited\:placeholder-pink-700:visited::-webkit-input-placeholder {
    color: #b83280;
  }

  .xl\:visited\:placeholder-pink-700:visited::-moz-placeholder {
    color: #b83280;
  }

  .xl\:visited\:placeholder-pink-700:visited:-ms-input-placeholder {
    color: #b83280;
  }

  .xl\:visited\:placeholder-pink-700:visited::-ms-input-placeholder {
    color: #b83280;
  }

  .xl\:visited\:placeholder-pink-700:visited::placeholder {
    color: #b83280;
  }

  .xl\:visited\:placeholder-pink-800:visited::-webkit-input-placeholder {
    color: #97266d;
  }

  .xl\:visited\:placeholder-pink-800:visited::-moz-placeholder {
    color: #97266d;
  }

  .xl\:visited\:placeholder-pink-800:visited:-ms-input-placeholder {
    color: #97266d;
  }

  .xl\:visited\:placeholder-pink-800:visited::-ms-input-placeholder {
    color: #97266d;
  }

  .xl\:visited\:placeholder-pink-800:visited::placeholder {
    color: #97266d;
  }

  .xl\:visited\:placeholder-pink-900:visited::-webkit-input-placeholder {
    color: #702459;
  }

  .xl\:visited\:placeholder-pink-900:visited::-moz-placeholder {
    color: #702459;
  }

  .xl\:visited\:placeholder-pink-900:visited:-ms-input-placeholder {
    color: #702459;
  }

  .xl\:visited\:placeholder-pink-900:visited::-ms-input-placeholder {
    color: #702459;
  }

  .xl\:visited\:placeholder-pink-900:visited::placeholder {
    color: #702459;
  }

  .xl\:disabled\:placeholder-transparent:disabled::-webkit-input-placeholder {
    color: transparent;
  }

  .xl\:disabled\:placeholder-transparent:disabled::-moz-placeholder {
    color: transparent;
  }

  .xl\:disabled\:placeholder-transparent:disabled:-ms-input-placeholder {
    color: transparent;
  }

  .xl\:disabled\:placeholder-transparent:disabled::-ms-input-placeholder {
    color: transparent;
  }

  .xl\:disabled\:placeholder-transparent:disabled::placeholder {
    color: transparent;
  }

  .xl\:disabled\:placeholder-black:disabled::-webkit-input-placeholder {
    color: #000;
  }

  .xl\:disabled\:placeholder-black:disabled::-moz-placeholder {
    color: #000;
  }

  .xl\:disabled\:placeholder-black:disabled:-ms-input-placeholder {
    color: #000;
  }

  .xl\:disabled\:placeholder-black:disabled::-ms-input-placeholder {
    color: #000;
  }

  .xl\:disabled\:placeholder-black:disabled::placeholder {
    color: #000;
  }

  .xl\:disabled\:placeholder-white:disabled::-webkit-input-placeholder {
    color: #fff;
  }

  .xl\:disabled\:placeholder-white:disabled::-moz-placeholder {
    color: #fff;
  }

  .xl\:disabled\:placeholder-white:disabled:-ms-input-placeholder {
    color: #fff;
  }

  .xl\:disabled\:placeholder-white:disabled::-ms-input-placeholder {
    color: #fff;
  }

  .xl\:disabled\:placeholder-white:disabled::placeholder {
    color: #fff;
  }

  .xl\:disabled\:placeholder-gray-100:disabled::-webkit-input-placeholder {
    color: #f7fafc;
  }

  .xl\:disabled\:placeholder-gray-100:disabled::-moz-placeholder {
    color: #f7fafc;
  }

  .xl\:disabled\:placeholder-gray-100:disabled:-ms-input-placeholder {
    color: #f7fafc;
  }

  .xl\:disabled\:placeholder-gray-100:disabled::-ms-input-placeholder {
    color: #f7fafc;
  }

  .xl\:disabled\:placeholder-gray-100:disabled::placeholder {
    color: #f7fafc;
  }

  .xl\:disabled\:placeholder-gray-200:disabled::-webkit-input-placeholder {
    color: #edf2f7;
  }

  .xl\:disabled\:placeholder-gray-200:disabled::-moz-placeholder {
    color: #edf2f7;
  }

  .xl\:disabled\:placeholder-gray-200:disabled:-ms-input-placeholder {
    color: #edf2f7;
  }

  .xl\:disabled\:placeholder-gray-200:disabled::-ms-input-placeholder {
    color: #edf2f7;
  }

  .xl\:disabled\:placeholder-gray-200:disabled::placeholder {
    color: #edf2f7;
  }

  .xl\:disabled\:placeholder-gray-300:disabled::-webkit-input-placeholder {
    color: #e2e8f0;
  }

  .xl\:disabled\:placeholder-gray-300:disabled::-moz-placeholder {
    color: #e2e8f0;
  }

  .xl\:disabled\:placeholder-gray-300:disabled:-ms-input-placeholder {
    color: #e2e8f0;
  }

  .xl\:disabled\:placeholder-gray-300:disabled::-ms-input-placeholder {
    color: #e2e8f0;
  }

  .xl\:disabled\:placeholder-gray-300:disabled::placeholder {
    color: #e2e8f0;
  }

  .xl\:disabled\:placeholder-gray-400:disabled::-webkit-input-placeholder {
    color: #cbd5e0;
  }

  .xl\:disabled\:placeholder-gray-400:disabled::-moz-placeholder {
    color: #cbd5e0;
  }

  .xl\:disabled\:placeholder-gray-400:disabled:-ms-input-placeholder {
    color: #cbd5e0;
  }

  .xl\:disabled\:placeholder-gray-400:disabled::-ms-input-placeholder {
    color: #cbd5e0;
  }

  .xl\:disabled\:placeholder-gray-400:disabled::placeholder {
    color: #cbd5e0;
  }

  .xl\:disabled\:placeholder-gray-500:disabled::-webkit-input-placeholder {
    color: #a0aec0;
  }

  .xl\:disabled\:placeholder-gray-500:disabled::-moz-placeholder {
    color: #a0aec0;
  }

  .xl\:disabled\:placeholder-gray-500:disabled:-ms-input-placeholder {
    color: #a0aec0;
  }

  .xl\:disabled\:placeholder-gray-500:disabled::-ms-input-placeholder {
    color: #a0aec0;
  }

  .xl\:disabled\:placeholder-gray-500:disabled::placeholder {
    color: #a0aec0;
  }

  .xl\:disabled\:placeholder-gray-600:disabled::-webkit-input-placeholder {
    color: #718096;
  }

  .xl\:disabled\:placeholder-gray-600:disabled::-moz-placeholder {
    color: #718096;
  }

  .xl\:disabled\:placeholder-gray-600:disabled:-ms-input-placeholder {
    color: #718096;
  }

  .xl\:disabled\:placeholder-gray-600:disabled::-ms-input-placeholder {
    color: #718096;
  }

  .xl\:disabled\:placeholder-gray-600:disabled::placeholder {
    color: #718096;
  }

  .xl\:disabled\:placeholder-gray-700:disabled::-webkit-input-placeholder {
    color: #4a5568;
  }

  .xl\:disabled\:placeholder-gray-700:disabled::-moz-placeholder {
    color: #4a5568;
  }

  .xl\:disabled\:placeholder-gray-700:disabled:-ms-input-placeholder {
    color: #4a5568;
  }

  .xl\:disabled\:placeholder-gray-700:disabled::-ms-input-placeholder {
    color: #4a5568;
  }

  .xl\:disabled\:placeholder-gray-700:disabled::placeholder {
    color: #4a5568;
  }

  .xl\:disabled\:placeholder-gray-800:disabled::-webkit-input-placeholder {
    color: #2d3748;
  }

  .xl\:disabled\:placeholder-gray-800:disabled::-moz-placeholder {
    color: #2d3748;
  }

  .xl\:disabled\:placeholder-gray-800:disabled:-ms-input-placeholder {
    color: #2d3748;
  }

  .xl\:disabled\:placeholder-gray-800:disabled::-ms-input-placeholder {
    color: #2d3748;
  }

  .xl\:disabled\:placeholder-gray-800:disabled::placeholder {
    color: #2d3748;
  }

  .xl\:disabled\:placeholder-gray-900:disabled::-webkit-input-placeholder {
    color: #1a202c;
  }

  .xl\:disabled\:placeholder-gray-900:disabled::-moz-placeholder {
    color: #1a202c;
  }

  .xl\:disabled\:placeholder-gray-900:disabled:-ms-input-placeholder {
    color: #1a202c;
  }

  .xl\:disabled\:placeholder-gray-900:disabled::-ms-input-placeholder {
    color: #1a202c;
  }

  .xl\:disabled\:placeholder-gray-900:disabled::placeholder {
    color: #1a202c;
  }

  .xl\:disabled\:placeholder-red-100:disabled::-webkit-input-placeholder {
    color: #fff5f5;
  }

  .xl\:disabled\:placeholder-red-100:disabled::-moz-placeholder {
    color: #fff5f5;
  }

  .xl\:disabled\:placeholder-red-100:disabled:-ms-input-placeholder {
    color: #fff5f5;
  }

  .xl\:disabled\:placeholder-red-100:disabled::-ms-input-placeholder {
    color: #fff5f5;
  }

  .xl\:disabled\:placeholder-red-100:disabled::placeholder {
    color: #fff5f5;
  }

  .xl\:disabled\:placeholder-red-200:disabled::-webkit-input-placeholder {
    color: #fed7d7;
  }

  .xl\:disabled\:placeholder-red-200:disabled::-moz-placeholder {
    color: #fed7d7;
  }

  .xl\:disabled\:placeholder-red-200:disabled:-ms-input-placeholder {
    color: #fed7d7;
  }

  .xl\:disabled\:placeholder-red-200:disabled::-ms-input-placeholder {
    color: #fed7d7;
  }

  .xl\:disabled\:placeholder-red-200:disabled::placeholder {
    color: #fed7d7;
  }

  .xl\:disabled\:placeholder-red-300:disabled::-webkit-input-placeholder {
    color: #feb2b2;
  }

  .xl\:disabled\:placeholder-red-300:disabled::-moz-placeholder {
    color: #feb2b2;
  }

  .xl\:disabled\:placeholder-red-300:disabled:-ms-input-placeholder {
    color: #feb2b2;
  }

  .xl\:disabled\:placeholder-red-300:disabled::-ms-input-placeholder {
    color: #feb2b2;
  }

  .xl\:disabled\:placeholder-red-300:disabled::placeholder {
    color: #feb2b2;
  }

  .xl\:disabled\:placeholder-red-400:disabled::-webkit-input-placeholder {
    color: #fc8181;
  }

  .xl\:disabled\:placeholder-red-400:disabled::-moz-placeholder {
    color: #fc8181;
  }

  .xl\:disabled\:placeholder-red-400:disabled:-ms-input-placeholder {
    color: #fc8181;
  }

  .xl\:disabled\:placeholder-red-400:disabled::-ms-input-placeholder {
    color: #fc8181;
  }

  .xl\:disabled\:placeholder-red-400:disabled::placeholder {
    color: #fc8181;
  }

  .xl\:disabled\:placeholder-red-500:disabled::-webkit-input-placeholder {
    color: #f56565;
  }

  .xl\:disabled\:placeholder-red-500:disabled::-moz-placeholder {
    color: #f56565;
  }

  .xl\:disabled\:placeholder-red-500:disabled:-ms-input-placeholder {
    color: #f56565;
  }

  .xl\:disabled\:placeholder-red-500:disabled::-ms-input-placeholder {
    color: #f56565;
  }

  .xl\:disabled\:placeholder-red-500:disabled::placeholder {
    color: #f56565;
  }

  .xl\:disabled\:placeholder-red-600:disabled::-webkit-input-placeholder {
    color: #e53e3e;
  }

  .xl\:disabled\:placeholder-red-600:disabled::-moz-placeholder {
    color: #e53e3e;
  }

  .xl\:disabled\:placeholder-red-600:disabled:-ms-input-placeholder {
    color: #e53e3e;
  }

  .xl\:disabled\:placeholder-red-600:disabled::-ms-input-placeholder {
    color: #e53e3e;
  }

  .xl\:disabled\:placeholder-red-600:disabled::placeholder {
    color: #e53e3e;
  }

  .xl\:disabled\:placeholder-red-700:disabled::-webkit-input-placeholder {
    color: #c53030;
  }

  .xl\:disabled\:placeholder-red-700:disabled::-moz-placeholder {
    color: #c53030;
  }

  .xl\:disabled\:placeholder-red-700:disabled:-ms-input-placeholder {
    color: #c53030;
  }

  .xl\:disabled\:placeholder-red-700:disabled::-ms-input-placeholder {
    color: #c53030;
  }

  .xl\:disabled\:placeholder-red-700:disabled::placeholder {
    color: #c53030;
  }

  .xl\:disabled\:placeholder-red-800:disabled::-webkit-input-placeholder {
    color: #9b2c2c;
  }

  .xl\:disabled\:placeholder-red-800:disabled::-moz-placeholder {
    color: #9b2c2c;
  }

  .xl\:disabled\:placeholder-red-800:disabled:-ms-input-placeholder {
    color: #9b2c2c;
  }

  .xl\:disabled\:placeholder-red-800:disabled::-ms-input-placeholder {
    color: #9b2c2c;
  }

  .xl\:disabled\:placeholder-red-800:disabled::placeholder {
    color: #9b2c2c;
  }

  .xl\:disabled\:placeholder-red-900:disabled::-webkit-input-placeholder {
    color: #742a2a;
  }

  .xl\:disabled\:placeholder-red-900:disabled::-moz-placeholder {
    color: #742a2a;
  }

  .xl\:disabled\:placeholder-red-900:disabled:-ms-input-placeholder {
    color: #742a2a;
  }

  .xl\:disabled\:placeholder-red-900:disabled::-ms-input-placeholder {
    color: #742a2a;
  }

  .xl\:disabled\:placeholder-red-900:disabled::placeholder {
    color: #742a2a;
  }

  .xl\:disabled\:placeholder-orange-100:disabled::-webkit-input-placeholder {
    color: #fffaf0;
  }

  .xl\:disabled\:placeholder-orange-100:disabled::-moz-placeholder {
    color: #fffaf0;
  }

  .xl\:disabled\:placeholder-orange-100:disabled:-ms-input-placeholder {
    color: #fffaf0;
  }

  .xl\:disabled\:placeholder-orange-100:disabled::-ms-input-placeholder {
    color: #fffaf0;
  }

  .xl\:disabled\:placeholder-orange-100:disabled::placeholder {
    color: #fffaf0;
  }

  .xl\:disabled\:placeholder-orange-200:disabled::-webkit-input-placeholder {
    color: #feebc8;
  }

  .xl\:disabled\:placeholder-orange-200:disabled::-moz-placeholder {
    color: #feebc8;
  }

  .xl\:disabled\:placeholder-orange-200:disabled:-ms-input-placeholder {
    color: #feebc8;
  }

  .xl\:disabled\:placeholder-orange-200:disabled::-ms-input-placeholder {
    color: #feebc8;
  }

  .xl\:disabled\:placeholder-orange-200:disabled::placeholder {
    color: #feebc8;
  }

  .xl\:disabled\:placeholder-orange-300:disabled::-webkit-input-placeholder {
    color: #fbd38d;
  }

  .xl\:disabled\:placeholder-orange-300:disabled::-moz-placeholder {
    color: #fbd38d;
  }

  .xl\:disabled\:placeholder-orange-300:disabled:-ms-input-placeholder {
    color: #fbd38d;
  }

  .xl\:disabled\:placeholder-orange-300:disabled::-ms-input-placeholder {
    color: #fbd38d;
  }

  .xl\:disabled\:placeholder-orange-300:disabled::placeholder {
    color: #fbd38d;
  }

  .xl\:disabled\:placeholder-orange-400:disabled::-webkit-input-placeholder {
    color: #f6ad55;
  }

  .xl\:disabled\:placeholder-orange-400:disabled::-moz-placeholder {
    color: #f6ad55;
  }

  .xl\:disabled\:placeholder-orange-400:disabled:-ms-input-placeholder {
    color: #f6ad55;
  }

  .xl\:disabled\:placeholder-orange-400:disabled::-ms-input-placeholder {
    color: #f6ad55;
  }

  .xl\:disabled\:placeholder-orange-400:disabled::placeholder {
    color: #f6ad55;
  }

  .xl\:disabled\:placeholder-orange-500:disabled::-webkit-input-placeholder {
    color: #ed8936;
  }

  .xl\:disabled\:placeholder-orange-500:disabled::-moz-placeholder {
    color: #ed8936;
  }

  .xl\:disabled\:placeholder-orange-500:disabled:-ms-input-placeholder {
    color: #ed8936;
  }

  .xl\:disabled\:placeholder-orange-500:disabled::-ms-input-placeholder {
    color: #ed8936;
  }

  .xl\:disabled\:placeholder-orange-500:disabled::placeholder {
    color: #ed8936;
  }

  .xl\:disabled\:placeholder-orange-600:disabled::-webkit-input-placeholder {
    color: #dd6b20;
  }

  .xl\:disabled\:placeholder-orange-600:disabled::-moz-placeholder {
    color: #dd6b20;
  }

  .xl\:disabled\:placeholder-orange-600:disabled:-ms-input-placeholder {
    color: #dd6b20;
  }

  .xl\:disabled\:placeholder-orange-600:disabled::-ms-input-placeholder {
    color: #dd6b20;
  }

  .xl\:disabled\:placeholder-orange-600:disabled::placeholder {
    color: #dd6b20;
  }

  .xl\:disabled\:placeholder-orange-700:disabled::-webkit-input-placeholder {
    color: #c05621;
  }

  .xl\:disabled\:placeholder-orange-700:disabled::-moz-placeholder {
    color: #c05621;
  }

  .xl\:disabled\:placeholder-orange-700:disabled:-ms-input-placeholder {
    color: #c05621;
  }

  .xl\:disabled\:placeholder-orange-700:disabled::-ms-input-placeholder {
    color: #c05621;
  }

  .xl\:disabled\:placeholder-orange-700:disabled::placeholder {
    color: #c05621;
  }

  .xl\:disabled\:placeholder-orange-800:disabled::-webkit-input-placeholder {
    color: #9c4221;
  }

  .xl\:disabled\:placeholder-orange-800:disabled::-moz-placeholder {
    color: #9c4221;
  }

  .xl\:disabled\:placeholder-orange-800:disabled:-ms-input-placeholder {
    color: #9c4221;
  }

  .xl\:disabled\:placeholder-orange-800:disabled::-ms-input-placeholder {
    color: #9c4221;
  }

  .xl\:disabled\:placeholder-orange-800:disabled::placeholder {
    color: #9c4221;
  }

  .xl\:disabled\:placeholder-orange-900:disabled::-webkit-input-placeholder {
    color: #7b341e;
  }

  .xl\:disabled\:placeholder-orange-900:disabled::-moz-placeholder {
    color: #7b341e;
  }

  .xl\:disabled\:placeholder-orange-900:disabled:-ms-input-placeholder {
    color: #7b341e;
  }

  .xl\:disabled\:placeholder-orange-900:disabled::-ms-input-placeholder {
    color: #7b341e;
  }

  .xl\:disabled\:placeholder-orange-900:disabled::placeholder {
    color: #7b341e;
  }

  .xl\:disabled\:placeholder-yellow-100:disabled::-webkit-input-placeholder {
    color: #fffff0;
  }

  .xl\:disabled\:placeholder-yellow-100:disabled::-moz-placeholder {
    color: #fffff0;
  }

  .xl\:disabled\:placeholder-yellow-100:disabled:-ms-input-placeholder {
    color: #fffff0;
  }

  .xl\:disabled\:placeholder-yellow-100:disabled::-ms-input-placeholder {
    color: #fffff0;
  }

  .xl\:disabled\:placeholder-yellow-100:disabled::placeholder {
    color: #fffff0;
  }

  .xl\:disabled\:placeholder-yellow-200:disabled::-webkit-input-placeholder {
    color: #fefcbf;
  }

  .xl\:disabled\:placeholder-yellow-200:disabled::-moz-placeholder {
    color: #fefcbf;
  }

  .xl\:disabled\:placeholder-yellow-200:disabled:-ms-input-placeholder {
    color: #fefcbf;
  }

  .xl\:disabled\:placeholder-yellow-200:disabled::-ms-input-placeholder {
    color: #fefcbf;
  }

  .xl\:disabled\:placeholder-yellow-200:disabled::placeholder {
    color: #fefcbf;
  }

  .xl\:disabled\:placeholder-yellow-300:disabled::-webkit-input-placeholder {
    color: #faf089;
  }

  .xl\:disabled\:placeholder-yellow-300:disabled::-moz-placeholder {
    color: #faf089;
  }

  .xl\:disabled\:placeholder-yellow-300:disabled:-ms-input-placeholder {
    color: #faf089;
  }

  .xl\:disabled\:placeholder-yellow-300:disabled::-ms-input-placeholder {
    color: #faf089;
  }

  .xl\:disabled\:placeholder-yellow-300:disabled::placeholder {
    color: #faf089;
  }

  .xl\:disabled\:placeholder-yellow-400:disabled::-webkit-input-placeholder {
    color: #f6e05e;
  }

  .xl\:disabled\:placeholder-yellow-400:disabled::-moz-placeholder {
    color: #f6e05e;
  }

  .xl\:disabled\:placeholder-yellow-400:disabled:-ms-input-placeholder {
    color: #f6e05e;
  }

  .xl\:disabled\:placeholder-yellow-400:disabled::-ms-input-placeholder {
    color: #f6e05e;
  }

  .xl\:disabled\:placeholder-yellow-400:disabled::placeholder {
    color: #f6e05e;
  }

  .xl\:disabled\:placeholder-yellow-500:disabled::-webkit-input-placeholder {
    color: #ecc94b;
  }

  .xl\:disabled\:placeholder-yellow-500:disabled::-moz-placeholder {
    color: #ecc94b;
  }

  .xl\:disabled\:placeholder-yellow-500:disabled:-ms-input-placeholder {
    color: #ecc94b;
  }

  .xl\:disabled\:placeholder-yellow-500:disabled::-ms-input-placeholder {
    color: #ecc94b;
  }

  .xl\:disabled\:placeholder-yellow-500:disabled::placeholder {
    color: #ecc94b;
  }

  .xl\:disabled\:placeholder-yellow-600:disabled::-webkit-input-placeholder {
    color: #d69e2e;
  }

  .xl\:disabled\:placeholder-yellow-600:disabled::-moz-placeholder {
    color: #d69e2e;
  }

  .xl\:disabled\:placeholder-yellow-600:disabled:-ms-input-placeholder {
    color: #d69e2e;
  }

  .xl\:disabled\:placeholder-yellow-600:disabled::-ms-input-placeholder {
    color: #d69e2e;
  }

  .xl\:disabled\:placeholder-yellow-600:disabled::placeholder {
    color: #d69e2e;
  }

  .xl\:disabled\:placeholder-yellow-700:disabled::-webkit-input-placeholder {
    color: #b7791f;
  }

  .xl\:disabled\:placeholder-yellow-700:disabled::-moz-placeholder {
    color: #b7791f;
  }

  .xl\:disabled\:placeholder-yellow-700:disabled:-ms-input-placeholder {
    color: #b7791f;
  }

  .xl\:disabled\:placeholder-yellow-700:disabled::-ms-input-placeholder {
    color: #b7791f;
  }

  .xl\:disabled\:placeholder-yellow-700:disabled::placeholder {
    color: #b7791f;
  }

  .xl\:disabled\:placeholder-yellow-800:disabled::-webkit-input-placeholder {
    color: #975a16;
  }

  .xl\:disabled\:placeholder-yellow-800:disabled::-moz-placeholder {
    color: #975a16;
  }

  .xl\:disabled\:placeholder-yellow-800:disabled:-ms-input-placeholder {
    color: #975a16;
  }

  .xl\:disabled\:placeholder-yellow-800:disabled::-ms-input-placeholder {
    color: #975a16;
  }

  .xl\:disabled\:placeholder-yellow-800:disabled::placeholder {
    color: #975a16;
  }

  .xl\:disabled\:placeholder-yellow-900:disabled::-webkit-input-placeholder {
    color: #744210;
  }

  .xl\:disabled\:placeholder-yellow-900:disabled::-moz-placeholder {
    color: #744210;
  }

  .xl\:disabled\:placeholder-yellow-900:disabled:-ms-input-placeholder {
    color: #744210;
  }

  .xl\:disabled\:placeholder-yellow-900:disabled::-ms-input-placeholder {
    color: #744210;
  }

  .xl\:disabled\:placeholder-yellow-900:disabled::placeholder {
    color: #744210;
  }

  .xl\:disabled\:placeholder-green-100:disabled::-webkit-input-placeholder {
    color: #f0fff4;
  }

  .xl\:disabled\:placeholder-green-100:disabled::-moz-placeholder {
    color: #f0fff4;
  }

  .xl\:disabled\:placeholder-green-100:disabled:-ms-input-placeholder {
    color: #f0fff4;
  }

  .xl\:disabled\:placeholder-green-100:disabled::-ms-input-placeholder {
    color: #f0fff4;
  }

  .xl\:disabled\:placeholder-green-100:disabled::placeholder {
    color: #f0fff4;
  }

  .xl\:disabled\:placeholder-green-200:disabled::-webkit-input-placeholder {
    color: #c6f6d5;
  }

  .xl\:disabled\:placeholder-green-200:disabled::-moz-placeholder {
    color: #c6f6d5;
  }

  .xl\:disabled\:placeholder-green-200:disabled:-ms-input-placeholder {
    color: #c6f6d5;
  }

  .xl\:disabled\:placeholder-green-200:disabled::-ms-input-placeholder {
    color: #c6f6d5;
  }

  .xl\:disabled\:placeholder-green-200:disabled::placeholder {
    color: #c6f6d5;
  }

  .xl\:disabled\:placeholder-green-300:disabled::-webkit-input-placeholder {
    color: #9ae6b4;
  }

  .xl\:disabled\:placeholder-green-300:disabled::-moz-placeholder {
    color: #9ae6b4;
  }

  .xl\:disabled\:placeholder-green-300:disabled:-ms-input-placeholder {
    color: #9ae6b4;
  }

  .xl\:disabled\:placeholder-green-300:disabled::-ms-input-placeholder {
    color: #9ae6b4;
  }

  .xl\:disabled\:placeholder-green-300:disabled::placeholder {
    color: #9ae6b4;
  }

  .xl\:disabled\:placeholder-green-400:disabled::-webkit-input-placeholder {
    color: #68d391;
  }

  .xl\:disabled\:placeholder-green-400:disabled::-moz-placeholder {
    color: #68d391;
  }

  .xl\:disabled\:placeholder-green-400:disabled:-ms-input-placeholder {
    color: #68d391;
  }

  .xl\:disabled\:placeholder-green-400:disabled::-ms-input-placeholder {
    color: #68d391;
  }

  .xl\:disabled\:placeholder-green-400:disabled::placeholder {
    color: #68d391;
  }

  .xl\:disabled\:placeholder-green-500:disabled::-webkit-input-placeholder {
    color: #48bb78;
  }

  .xl\:disabled\:placeholder-green-500:disabled::-moz-placeholder {
    color: #48bb78;
  }

  .xl\:disabled\:placeholder-green-500:disabled:-ms-input-placeholder {
    color: #48bb78;
  }

  .xl\:disabled\:placeholder-green-500:disabled::-ms-input-placeholder {
    color: #48bb78;
  }

  .xl\:disabled\:placeholder-green-500:disabled::placeholder {
    color: #48bb78;
  }

  .xl\:disabled\:placeholder-green-600:disabled::-webkit-input-placeholder {
    color: #38a169;
  }

  .xl\:disabled\:placeholder-green-600:disabled::-moz-placeholder {
    color: #38a169;
  }

  .xl\:disabled\:placeholder-green-600:disabled:-ms-input-placeholder {
    color: #38a169;
  }

  .xl\:disabled\:placeholder-green-600:disabled::-ms-input-placeholder {
    color: #38a169;
  }

  .xl\:disabled\:placeholder-green-600:disabled::placeholder {
    color: #38a169;
  }

  .xl\:disabled\:placeholder-green-700:disabled::-webkit-input-placeholder {
    color: #2f855a;
  }

  .xl\:disabled\:placeholder-green-700:disabled::-moz-placeholder {
    color: #2f855a;
  }

  .xl\:disabled\:placeholder-green-700:disabled:-ms-input-placeholder {
    color: #2f855a;
  }

  .xl\:disabled\:placeholder-green-700:disabled::-ms-input-placeholder {
    color: #2f855a;
  }

  .xl\:disabled\:placeholder-green-700:disabled::placeholder {
    color: #2f855a;
  }

  .xl\:disabled\:placeholder-green-800:disabled::-webkit-input-placeholder {
    color: #276749;
  }

  .xl\:disabled\:placeholder-green-800:disabled::-moz-placeholder {
    color: #276749;
  }

  .xl\:disabled\:placeholder-green-800:disabled:-ms-input-placeholder {
    color: #276749;
  }

  .xl\:disabled\:placeholder-green-800:disabled::-ms-input-placeholder {
    color: #276749;
  }

  .xl\:disabled\:placeholder-green-800:disabled::placeholder {
    color: #276749;
  }

  .xl\:disabled\:placeholder-green-900:disabled::-webkit-input-placeholder {
    color: #22543d;
  }

  .xl\:disabled\:placeholder-green-900:disabled::-moz-placeholder {
    color: #22543d;
  }

  .xl\:disabled\:placeholder-green-900:disabled:-ms-input-placeholder {
    color: #22543d;
  }

  .xl\:disabled\:placeholder-green-900:disabled::-ms-input-placeholder {
    color: #22543d;
  }

  .xl\:disabled\:placeholder-green-900:disabled::placeholder {
    color: #22543d;
  }

  .xl\:disabled\:placeholder-teal-100:disabled::-webkit-input-placeholder {
    color: #e6fffa;
  }

  .xl\:disabled\:placeholder-teal-100:disabled::-moz-placeholder {
    color: #e6fffa;
  }

  .xl\:disabled\:placeholder-teal-100:disabled:-ms-input-placeholder {
    color: #e6fffa;
  }

  .xl\:disabled\:placeholder-teal-100:disabled::-ms-input-placeholder {
    color: #e6fffa;
  }

  .xl\:disabled\:placeholder-teal-100:disabled::placeholder {
    color: #e6fffa;
  }

  .xl\:disabled\:placeholder-teal-200:disabled::-webkit-input-placeholder {
    color: #b2f5ea;
  }

  .xl\:disabled\:placeholder-teal-200:disabled::-moz-placeholder {
    color: #b2f5ea;
  }

  .xl\:disabled\:placeholder-teal-200:disabled:-ms-input-placeholder {
    color: #b2f5ea;
  }

  .xl\:disabled\:placeholder-teal-200:disabled::-ms-input-placeholder {
    color: #b2f5ea;
  }

  .xl\:disabled\:placeholder-teal-200:disabled::placeholder {
    color: #b2f5ea;
  }

  .xl\:disabled\:placeholder-teal-300:disabled::-webkit-input-placeholder {
    color: #81e6d9;
  }

  .xl\:disabled\:placeholder-teal-300:disabled::-moz-placeholder {
    color: #81e6d9;
  }

  .xl\:disabled\:placeholder-teal-300:disabled:-ms-input-placeholder {
    color: #81e6d9;
  }

  .xl\:disabled\:placeholder-teal-300:disabled::-ms-input-placeholder {
    color: #81e6d9;
  }

  .xl\:disabled\:placeholder-teal-300:disabled::placeholder {
    color: #81e6d9;
  }

  .xl\:disabled\:placeholder-teal-400:disabled::-webkit-input-placeholder {
    color: #4fd1c5;
  }

  .xl\:disabled\:placeholder-teal-400:disabled::-moz-placeholder {
    color: #4fd1c5;
  }

  .xl\:disabled\:placeholder-teal-400:disabled:-ms-input-placeholder {
    color: #4fd1c5;
  }

  .xl\:disabled\:placeholder-teal-400:disabled::-ms-input-placeholder {
    color: #4fd1c5;
  }

  .xl\:disabled\:placeholder-teal-400:disabled::placeholder {
    color: #4fd1c5;
  }

  .xl\:disabled\:placeholder-teal-500:disabled::-webkit-input-placeholder {
    color: #38b2ac;
  }

  .xl\:disabled\:placeholder-teal-500:disabled::-moz-placeholder {
    color: #38b2ac;
  }

  .xl\:disabled\:placeholder-teal-500:disabled:-ms-input-placeholder {
    color: #38b2ac;
  }

  .xl\:disabled\:placeholder-teal-500:disabled::-ms-input-placeholder {
    color: #38b2ac;
  }

  .xl\:disabled\:placeholder-teal-500:disabled::placeholder {
    color: #38b2ac;
  }

  .xl\:disabled\:placeholder-teal-600:disabled::-webkit-input-placeholder {
    color: #319795;
  }

  .xl\:disabled\:placeholder-teal-600:disabled::-moz-placeholder {
    color: #319795;
  }

  .xl\:disabled\:placeholder-teal-600:disabled:-ms-input-placeholder {
    color: #319795;
  }

  .xl\:disabled\:placeholder-teal-600:disabled::-ms-input-placeholder {
    color: #319795;
  }

  .xl\:disabled\:placeholder-teal-600:disabled::placeholder {
    color: #319795;
  }

  .xl\:disabled\:placeholder-teal-700:disabled::-webkit-input-placeholder {
    color: #2c7a7b;
  }

  .xl\:disabled\:placeholder-teal-700:disabled::-moz-placeholder {
    color: #2c7a7b;
  }

  .xl\:disabled\:placeholder-teal-700:disabled:-ms-input-placeholder {
    color: #2c7a7b;
  }

  .xl\:disabled\:placeholder-teal-700:disabled::-ms-input-placeholder {
    color: #2c7a7b;
  }

  .xl\:disabled\:placeholder-teal-700:disabled::placeholder {
    color: #2c7a7b;
  }

  .xl\:disabled\:placeholder-teal-800:disabled::-webkit-input-placeholder {
    color: #285e61;
  }

  .xl\:disabled\:placeholder-teal-800:disabled::-moz-placeholder {
    color: #285e61;
  }

  .xl\:disabled\:placeholder-teal-800:disabled:-ms-input-placeholder {
    color: #285e61;
  }

  .xl\:disabled\:placeholder-teal-800:disabled::-ms-input-placeholder {
    color: #285e61;
  }

  .xl\:disabled\:placeholder-teal-800:disabled::placeholder {
    color: #285e61;
  }

  .xl\:disabled\:placeholder-teal-900:disabled::-webkit-input-placeholder {
    color: #234e52;
  }

  .xl\:disabled\:placeholder-teal-900:disabled::-moz-placeholder {
    color: #234e52;
  }

  .xl\:disabled\:placeholder-teal-900:disabled:-ms-input-placeholder {
    color: #234e52;
  }

  .xl\:disabled\:placeholder-teal-900:disabled::-ms-input-placeholder {
    color: #234e52;
  }

  .xl\:disabled\:placeholder-teal-900:disabled::placeholder {
    color: #234e52;
  }

  .xl\:disabled\:placeholder-blue-100:disabled::-webkit-input-placeholder {
    color: #ebf8ff;
  }

  .xl\:disabled\:placeholder-blue-100:disabled::-moz-placeholder {
    color: #ebf8ff;
  }

  .xl\:disabled\:placeholder-blue-100:disabled:-ms-input-placeholder {
    color: #ebf8ff;
  }

  .xl\:disabled\:placeholder-blue-100:disabled::-ms-input-placeholder {
    color: #ebf8ff;
  }

  .xl\:disabled\:placeholder-blue-100:disabled::placeholder {
    color: #ebf8ff;
  }

  .xl\:disabled\:placeholder-blue-200:disabled::-webkit-input-placeholder {
    color: #bee3f8;
  }

  .xl\:disabled\:placeholder-blue-200:disabled::-moz-placeholder {
    color: #bee3f8;
  }

  .xl\:disabled\:placeholder-blue-200:disabled:-ms-input-placeholder {
    color: #bee3f8;
  }

  .xl\:disabled\:placeholder-blue-200:disabled::-ms-input-placeholder {
    color: #bee3f8;
  }

  .xl\:disabled\:placeholder-blue-200:disabled::placeholder {
    color: #bee3f8;
  }

  .xl\:disabled\:placeholder-blue-300:disabled::-webkit-input-placeholder {
    color: #90cdf4;
  }

  .xl\:disabled\:placeholder-blue-300:disabled::-moz-placeholder {
    color: #90cdf4;
  }

  .xl\:disabled\:placeholder-blue-300:disabled:-ms-input-placeholder {
    color: #90cdf4;
  }

  .xl\:disabled\:placeholder-blue-300:disabled::-ms-input-placeholder {
    color: #90cdf4;
  }

  .xl\:disabled\:placeholder-blue-300:disabled::placeholder {
    color: #90cdf4;
  }

  .xl\:disabled\:placeholder-blue-400:disabled::-webkit-input-placeholder {
    color: #63b3ed;
  }

  .xl\:disabled\:placeholder-blue-400:disabled::-moz-placeholder {
    color: #63b3ed;
  }

  .xl\:disabled\:placeholder-blue-400:disabled:-ms-input-placeholder {
    color: #63b3ed;
  }

  .xl\:disabled\:placeholder-blue-400:disabled::-ms-input-placeholder {
    color: #63b3ed;
  }

  .xl\:disabled\:placeholder-blue-400:disabled::placeholder {
    color: #63b3ed;
  }

  .xl\:disabled\:placeholder-blue-500:disabled::-webkit-input-placeholder {
    color: #4299e1;
  }

  .xl\:disabled\:placeholder-blue-500:disabled::-moz-placeholder {
    color: #4299e1;
  }

  .xl\:disabled\:placeholder-blue-500:disabled:-ms-input-placeholder {
    color: #4299e1;
  }

  .xl\:disabled\:placeholder-blue-500:disabled::-ms-input-placeholder {
    color: #4299e1;
  }

  .xl\:disabled\:placeholder-blue-500:disabled::placeholder {
    color: #4299e1;
  }

  .xl\:disabled\:placeholder-blue-600:disabled::-webkit-input-placeholder {
    color: #3182ce;
  }

  .xl\:disabled\:placeholder-blue-600:disabled::-moz-placeholder {
    color: #3182ce;
  }

  .xl\:disabled\:placeholder-blue-600:disabled:-ms-input-placeholder {
    color: #3182ce;
  }

  .xl\:disabled\:placeholder-blue-600:disabled::-ms-input-placeholder {
    color: #3182ce;
  }

  .xl\:disabled\:placeholder-blue-600:disabled::placeholder {
    color: #3182ce;
  }

  .xl\:disabled\:placeholder-blue-700:disabled::-webkit-input-placeholder {
    color: #2b6cb0;
  }

  .xl\:disabled\:placeholder-blue-700:disabled::-moz-placeholder {
    color: #2b6cb0;
  }

  .xl\:disabled\:placeholder-blue-700:disabled:-ms-input-placeholder {
    color: #2b6cb0;
  }

  .xl\:disabled\:placeholder-blue-700:disabled::-ms-input-placeholder {
    color: #2b6cb0;
  }

  .xl\:disabled\:placeholder-blue-700:disabled::placeholder {
    color: #2b6cb0;
  }

  .xl\:disabled\:placeholder-blue-800:disabled::-webkit-input-placeholder {
    color: #2c5282;
  }

  .xl\:disabled\:placeholder-blue-800:disabled::-moz-placeholder {
    color: #2c5282;
  }

  .xl\:disabled\:placeholder-blue-800:disabled:-ms-input-placeholder {
    color: #2c5282;
  }

  .xl\:disabled\:placeholder-blue-800:disabled::-ms-input-placeholder {
    color: #2c5282;
  }

  .xl\:disabled\:placeholder-blue-800:disabled::placeholder {
    color: #2c5282;
  }

  .xl\:disabled\:placeholder-blue-900:disabled::-webkit-input-placeholder {
    color: #2a4365;
  }

  .xl\:disabled\:placeholder-blue-900:disabled::-moz-placeholder {
    color: #2a4365;
  }

  .xl\:disabled\:placeholder-blue-900:disabled:-ms-input-placeholder {
    color: #2a4365;
  }

  .xl\:disabled\:placeholder-blue-900:disabled::-ms-input-placeholder {
    color: #2a4365;
  }

  .xl\:disabled\:placeholder-blue-900:disabled::placeholder {
    color: #2a4365;
  }

  .xl\:disabled\:placeholder-indigo-100:disabled::-webkit-input-placeholder {
    color: #ebf4ff;
  }

  .xl\:disabled\:placeholder-indigo-100:disabled::-moz-placeholder {
    color: #ebf4ff;
  }

  .xl\:disabled\:placeholder-indigo-100:disabled:-ms-input-placeholder {
    color: #ebf4ff;
  }

  .xl\:disabled\:placeholder-indigo-100:disabled::-ms-input-placeholder {
    color: #ebf4ff;
  }

  .xl\:disabled\:placeholder-indigo-100:disabled::placeholder {
    color: #ebf4ff;
  }

  .xl\:disabled\:placeholder-indigo-200:disabled::-webkit-input-placeholder {
    color: #c3dafe;
  }

  .xl\:disabled\:placeholder-indigo-200:disabled::-moz-placeholder {
    color: #c3dafe;
  }

  .xl\:disabled\:placeholder-indigo-200:disabled:-ms-input-placeholder {
    color: #c3dafe;
  }

  .xl\:disabled\:placeholder-indigo-200:disabled::-ms-input-placeholder {
    color: #c3dafe;
  }

  .xl\:disabled\:placeholder-indigo-200:disabled::placeholder {
    color: #c3dafe;
  }

  .xl\:disabled\:placeholder-indigo-300:disabled::-webkit-input-placeholder {
    color: #a3bffa;
  }

  .xl\:disabled\:placeholder-indigo-300:disabled::-moz-placeholder {
    color: #a3bffa;
  }

  .xl\:disabled\:placeholder-indigo-300:disabled:-ms-input-placeholder {
    color: #a3bffa;
  }

  .xl\:disabled\:placeholder-indigo-300:disabled::-ms-input-placeholder {
    color: #a3bffa;
  }

  .xl\:disabled\:placeholder-indigo-300:disabled::placeholder {
    color: #a3bffa;
  }

  .xl\:disabled\:placeholder-indigo-400:disabled::-webkit-input-placeholder {
    color: #7f9cf5;
  }

  .xl\:disabled\:placeholder-indigo-400:disabled::-moz-placeholder {
    color: #7f9cf5;
  }

  .xl\:disabled\:placeholder-indigo-400:disabled:-ms-input-placeholder {
    color: #7f9cf5;
  }

  .xl\:disabled\:placeholder-indigo-400:disabled::-ms-input-placeholder {
    color: #7f9cf5;
  }

  .xl\:disabled\:placeholder-indigo-400:disabled::placeholder {
    color: #7f9cf5;
  }

  .xl\:disabled\:placeholder-indigo-500:disabled::-webkit-input-placeholder {
    color: #667eea;
  }

  .xl\:disabled\:placeholder-indigo-500:disabled::-moz-placeholder {
    color: #667eea;
  }

  .xl\:disabled\:placeholder-indigo-500:disabled:-ms-input-placeholder {
    color: #667eea;
  }

  .xl\:disabled\:placeholder-indigo-500:disabled::-ms-input-placeholder {
    color: #667eea;
  }

  .xl\:disabled\:placeholder-indigo-500:disabled::placeholder {
    color: #667eea;
  }

  .xl\:disabled\:placeholder-indigo-600:disabled::-webkit-input-placeholder {
    color: #5a67d8;
  }

  .xl\:disabled\:placeholder-indigo-600:disabled::-moz-placeholder {
    color: #5a67d8;
  }

  .xl\:disabled\:placeholder-indigo-600:disabled:-ms-input-placeholder {
    color: #5a67d8;
  }

  .xl\:disabled\:placeholder-indigo-600:disabled::-ms-input-placeholder {
    color: #5a67d8;
  }

  .xl\:disabled\:placeholder-indigo-600:disabled::placeholder {
    color: #5a67d8;
  }

  .xl\:disabled\:placeholder-indigo-700:disabled::-webkit-input-placeholder {
    color: #4c51bf;
  }

  .xl\:disabled\:placeholder-indigo-700:disabled::-moz-placeholder {
    color: #4c51bf;
  }

  .xl\:disabled\:placeholder-indigo-700:disabled:-ms-input-placeholder {
    color: #4c51bf;
  }

  .xl\:disabled\:placeholder-indigo-700:disabled::-ms-input-placeholder {
    color: #4c51bf;
  }

  .xl\:disabled\:placeholder-indigo-700:disabled::placeholder {
    color: #4c51bf;
  }

  .xl\:disabled\:placeholder-indigo-800:disabled::-webkit-input-placeholder {
    color: #434190;
  }

  .xl\:disabled\:placeholder-indigo-800:disabled::-moz-placeholder {
    color: #434190;
  }

  .xl\:disabled\:placeholder-indigo-800:disabled:-ms-input-placeholder {
    color: #434190;
  }

  .xl\:disabled\:placeholder-indigo-800:disabled::-ms-input-placeholder {
    color: #434190;
  }

  .xl\:disabled\:placeholder-indigo-800:disabled::placeholder {
    color: #434190;
  }

  .xl\:disabled\:placeholder-indigo-900:disabled::-webkit-input-placeholder {
    color: #3c366b;
  }

  .xl\:disabled\:placeholder-indigo-900:disabled::-moz-placeholder {
    color: #3c366b;
  }

  .xl\:disabled\:placeholder-indigo-900:disabled:-ms-input-placeholder {
    color: #3c366b;
  }

  .xl\:disabled\:placeholder-indigo-900:disabled::-ms-input-placeholder {
    color: #3c366b;
  }

  .xl\:disabled\:placeholder-indigo-900:disabled::placeholder {
    color: #3c366b;
  }

  .xl\:disabled\:placeholder-purple-100:disabled::-webkit-input-placeholder {
    color: #faf5ff;
  }

  .xl\:disabled\:placeholder-purple-100:disabled::-moz-placeholder {
    color: #faf5ff;
  }

  .xl\:disabled\:placeholder-purple-100:disabled:-ms-input-placeholder {
    color: #faf5ff;
  }

  .xl\:disabled\:placeholder-purple-100:disabled::-ms-input-placeholder {
    color: #faf5ff;
  }

  .xl\:disabled\:placeholder-purple-100:disabled::placeholder {
    color: #faf5ff;
  }

  .xl\:disabled\:placeholder-purple-200:disabled::-webkit-input-placeholder {
    color: #e9d8fd;
  }

  .xl\:disabled\:placeholder-purple-200:disabled::-moz-placeholder {
    color: #e9d8fd;
  }

  .xl\:disabled\:placeholder-purple-200:disabled:-ms-input-placeholder {
    color: #e9d8fd;
  }

  .xl\:disabled\:placeholder-purple-200:disabled::-ms-input-placeholder {
    color: #e9d8fd;
  }

  .xl\:disabled\:placeholder-purple-200:disabled::placeholder {
    color: #e9d8fd;
  }

  .xl\:disabled\:placeholder-purple-300:disabled::-webkit-input-placeholder {
    color: #d6bcfa;
  }

  .xl\:disabled\:placeholder-purple-300:disabled::-moz-placeholder {
    color: #d6bcfa;
  }

  .xl\:disabled\:placeholder-purple-300:disabled:-ms-input-placeholder {
    color: #d6bcfa;
  }

  .xl\:disabled\:placeholder-purple-300:disabled::-ms-input-placeholder {
    color: #d6bcfa;
  }

  .xl\:disabled\:placeholder-purple-300:disabled::placeholder {
    color: #d6bcfa;
  }

  .xl\:disabled\:placeholder-purple-400:disabled::-webkit-input-placeholder {
    color: #b794f4;
  }

  .xl\:disabled\:placeholder-purple-400:disabled::-moz-placeholder {
    color: #b794f4;
  }

  .xl\:disabled\:placeholder-purple-400:disabled:-ms-input-placeholder {
    color: #b794f4;
  }

  .xl\:disabled\:placeholder-purple-400:disabled::-ms-input-placeholder {
    color: #b794f4;
  }

  .xl\:disabled\:placeholder-purple-400:disabled::placeholder {
    color: #b794f4;
  }

  .xl\:disabled\:placeholder-purple-500:disabled::-webkit-input-placeholder {
    color: #9f7aea;
  }

  .xl\:disabled\:placeholder-purple-500:disabled::-moz-placeholder {
    color: #9f7aea;
  }

  .xl\:disabled\:placeholder-purple-500:disabled:-ms-input-placeholder {
    color: #9f7aea;
  }

  .xl\:disabled\:placeholder-purple-500:disabled::-ms-input-placeholder {
    color: #9f7aea;
  }

  .xl\:disabled\:placeholder-purple-500:disabled::placeholder {
    color: #9f7aea;
  }

  .xl\:disabled\:placeholder-purple-600:disabled::-webkit-input-placeholder {
    color: #805ad5;
  }

  .xl\:disabled\:placeholder-purple-600:disabled::-moz-placeholder {
    color: #805ad5;
  }

  .xl\:disabled\:placeholder-purple-600:disabled:-ms-input-placeholder {
    color: #805ad5;
  }

  .xl\:disabled\:placeholder-purple-600:disabled::-ms-input-placeholder {
    color: #805ad5;
  }

  .xl\:disabled\:placeholder-purple-600:disabled::placeholder {
    color: #805ad5;
  }

  .xl\:disabled\:placeholder-purple-700:disabled::-webkit-input-placeholder {
    color: #6b46c1;
  }

  .xl\:disabled\:placeholder-purple-700:disabled::-moz-placeholder {
    color: #6b46c1;
  }

  .xl\:disabled\:placeholder-purple-700:disabled:-ms-input-placeholder {
    color: #6b46c1;
  }

  .xl\:disabled\:placeholder-purple-700:disabled::-ms-input-placeholder {
    color: #6b46c1;
  }

  .xl\:disabled\:placeholder-purple-700:disabled::placeholder {
    color: #6b46c1;
  }

  .xl\:disabled\:placeholder-purple-800:disabled::-webkit-input-placeholder {
    color: #553c9a;
  }

  .xl\:disabled\:placeholder-purple-800:disabled::-moz-placeholder {
    color: #553c9a;
  }

  .xl\:disabled\:placeholder-purple-800:disabled:-ms-input-placeholder {
    color: #553c9a;
  }

  .xl\:disabled\:placeholder-purple-800:disabled::-ms-input-placeholder {
    color: #553c9a;
  }

  .xl\:disabled\:placeholder-purple-800:disabled::placeholder {
    color: #553c9a;
  }

  .xl\:disabled\:placeholder-purple-900:disabled::-webkit-input-placeholder {
    color: #44337a;
  }

  .xl\:disabled\:placeholder-purple-900:disabled::-moz-placeholder {
    color: #44337a;
  }

  .xl\:disabled\:placeholder-purple-900:disabled:-ms-input-placeholder {
    color: #44337a;
  }

  .xl\:disabled\:placeholder-purple-900:disabled::-ms-input-placeholder {
    color: #44337a;
  }

  .xl\:disabled\:placeholder-purple-900:disabled::placeholder {
    color: #44337a;
  }

  .xl\:disabled\:placeholder-pink-100:disabled::-webkit-input-placeholder {
    color: #fff5f7;
  }

  .xl\:disabled\:placeholder-pink-100:disabled::-moz-placeholder {
    color: #fff5f7;
  }

  .xl\:disabled\:placeholder-pink-100:disabled:-ms-input-placeholder {
    color: #fff5f7;
  }

  .xl\:disabled\:placeholder-pink-100:disabled::-ms-input-placeholder {
    color: #fff5f7;
  }

  .xl\:disabled\:placeholder-pink-100:disabled::placeholder {
    color: #fff5f7;
  }

  .xl\:disabled\:placeholder-pink-200:disabled::-webkit-input-placeholder {
    color: #fed7e2;
  }

  .xl\:disabled\:placeholder-pink-200:disabled::-moz-placeholder {
    color: #fed7e2;
  }

  .xl\:disabled\:placeholder-pink-200:disabled:-ms-input-placeholder {
    color: #fed7e2;
  }

  .xl\:disabled\:placeholder-pink-200:disabled::-ms-input-placeholder {
    color: #fed7e2;
  }

  .xl\:disabled\:placeholder-pink-200:disabled::placeholder {
    color: #fed7e2;
  }

  .xl\:disabled\:placeholder-pink-300:disabled::-webkit-input-placeholder {
    color: #fbb6ce;
  }

  .xl\:disabled\:placeholder-pink-300:disabled::-moz-placeholder {
    color: #fbb6ce;
  }

  .xl\:disabled\:placeholder-pink-300:disabled:-ms-input-placeholder {
    color: #fbb6ce;
  }

  .xl\:disabled\:placeholder-pink-300:disabled::-ms-input-placeholder {
    color: #fbb6ce;
  }

  .xl\:disabled\:placeholder-pink-300:disabled::placeholder {
    color: #fbb6ce;
  }

  .xl\:disabled\:placeholder-pink-400:disabled::-webkit-input-placeholder {
    color: #f687b3;
  }

  .xl\:disabled\:placeholder-pink-400:disabled::-moz-placeholder {
    color: #f687b3;
  }

  .xl\:disabled\:placeholder-pink-400:disabled:-ms-input-placeholder {
    color: #f687b3;
  }

  .xl\:disabled\:placeholder-pink-400:disabled::-ms-input-placeholder {
    color: #f687b3;
  }

  .xl\:disabled\:placeholder-pink-400:disabled::placeholder {
    color: #f687b3;
  }

  .xl\:disabled\:placeholder-pink-500:disabled::-webkit-input-placeholder {
    color: #ed64a6;
  }

  .xl\:disabled\:placeholder-pink-500:disabled::-moz-placeholder {
    color: #ed64a6;
  }

  .xl\:disabled\:placeholder-pink-500:disabled:-ms-input-placeholder {
    color: #ed64a6;
  }

  .xl\:disabled\:placeholder-pink-500:disabled::-ms-input-placeholder {
    color: #ed64a6;
  }

  .xl\:disabled\:placeholder-pink-500:disabled::placeholder {
    color: #ed64a6;
  }

  .xl\:disabled\:placeholder-pink-600:disabled::-webkit-input-placeholder {
    color: #d53f8c;
  }

  .xl\:disabled\:placeholder-pink-600:disabled::-moz-placeholder {
    color: #d53f8c;
  }

  .xl\:disabled\:placeholder-pink-600:disabled:-ms-input-placeholder {
    color: #d53f8c;
  }

  .xl\:disabled\:placeholder-pink-600:disabled::-ms-input-placeholder {
    color: #d53f8c;
  }

  .xl\:disabled\:placeholder-pink-600:disabled::placeholder {
    color: #d53f8c;
  }

  .xl\:disabled\:placeholder-pink-700:disabled::-webkit-input-placeholder {
    color: #b83280;
  }

  .xl\:disabled\:placeholder-pink-700:disabled::-moz-placeholder {
    color: #b83280;
  }

  .xl\:disabled\:placeholder-pink-700:disabled:-ms-input-placeholder {
    color: #b83280;
  }

  .xl\:disabled\:placeholder-pink-700:disabled::-ms-input-placeholder {
    color: #b83280;
  }

  .xl\:disabled\:placeholder-pink-700:disabled::placeholder {
    color: #b83280;
  }

  .xl\:disabled\:placeholder-pink-800:disabled::-webkit-input-placeholder {
    color: #97266d;
  }

  .xl\:disabled\:placeholder-pink-800:disabled::-moz-placeholder {
    color: #97266d;
  }

  .xl\:disabled\:placeholder-pink-800:disabled:-ms-input-placeholder {
    color: #97266d;
  }

  .xl\:disabled\:placeholder-pink-800:disabled::-ms-input-placeholder {
    color: #97266d;
  }

  .xl\:disabled\:placeholder-pink-800:disabled::placeholder {
    color: #97266d;
  }

  .xl\:disabled\:placeholder-pink-900:disabled::-webkit-input-placeholder {
    color: #702459;
  }

  .xl\:disabled\:placeholder-pink-900:disabled::-moz-placeholder {
    color: #702459;
  }

  .xl\:disabled\:placeholder-pink-900:disabled:-ms-input-placeholder {
    color: #702459;
  }

  .xl\:disabled\:placeholder-pink-900:disabled::-ms-input-placeholder {
    color: #702459;
  }

  .xl\:disabled\:placeholder-pink-900:disabled::placeholder {
    color: #702459;
  }

  .xl\:pointer-events-none {
    pointer-events: none;
  }

  .xl\:pointer-events-auto {
    pointer-events: auto;
  }

  .group:hover .xl\:group-hover\:pointer-events-none {
    pointer-events: none;
  }

  .group:hover .xl\:group-hover\:pointer-events-auto {
    pointer-events: auto;
  }

  .xl\:focus-within\:pointer-events-none:focus-within {
    pointer-events: none;
  }

  .xl\:focus-within\:pointer-events-auto:focus-within {
    pointer-events: auto;
  }

  .xl\:first\:pointer-events-none:first-child {
    pointer-events: none;
  }

  .xl\:first\:pointer-events-auto:first-child {
    pointer-events: auto;
  }

  .xl\:last\:pointer-events-none:last-child {
    pointer-events: none;
  }

  .xl\:last\:pointer-events-auto:last-child {
    pointer-events: auto;
  }

  .xl\:odd\:pointer-events-none:nth-child(odd) {
    pointer-events: none;
  }

  .xl\:odd\:pointer-events-auto:nth-child(odd) {
    pointer-events: auto;
  }

  .xl\:even\:pointer-events-none:nth-child(even) {
    pointer-events: none;
  }

  .xl\:even\:pointer-events-auto:nth-child(even) {
    pointer-events: auto;
  }

  .xl\:hover\:pointer-events-none:hover {
    pointer-events: none;
  }

  .xl\:hover\:pointer-events-auto:hover {
    pointer-events: auto;
  }

  .xl\:focus\:pointer-events-none:focus {
    pointer-events: none;
  }

  .xl\:focus\:pointer-events-auto:focus {
    pointer-events: auto;
  }

  .xl\:active\:pointer-events-none:active {
    pointer-events: none;
  }

  .xl\:active\:pointer-events-auto:active {
    pointer-events: auto;
  }

  .xl\:visited\:pointer-events-none:visited {
    pointer-events: none;
  }

  .xl\:visited\:pointer-events-auto:visited {
    pointer-events: auto;
  }

  .xl\:disabled\:pointer-events-none:disabled {
    pointer-events: none;
  }

  .xl\:disabled\:pointer-events-auto:disabled {
    pointer-events: auto;
  }

  .xl\:static {
    position: static;
  }

  .xl\:fixed {
    position: fixed;
  }

  .xl\:absolute {
    position: absolute;
  }

  .xl\:relative {
    position: relative;
  }

  .xl\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .group:hover .xl\:group-hover\:static {
    position: static;
  }

  .group:hover .xl\:group-hover\:fixed {
    position: fixed;
  }

  .group:hover .xl\:group-hover\:absolute {
    position: absolute;
  }

  .group:hover .xl\:group-hover\:relative {
    position: relative;
  }

  .group:hover .xl\:group-hover\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .xl\:focus-within\:static:focus-within {
    position: static;
  }

  .xl\:focus-within\:fixed:focus-within {
    position: fixed;
  }

  .xl\:focus-within\:absolute:focus-within {
    position: absolute;
  }

  .xl\:focus-within\:relative:focus-within {
    position: relative;
  }

  .xl\:focus-within\:sticky:focus-within {
    position: -webkit-sticky;
    position: sticky;
  }

  .xl\:first\:static:first-child {
    position: static;
  }

  .xl\:first\:fixed:first-child {
    position: fixed;
  }

  .xl\:first\:absolute:first-child {
    position: absolute;
  }

  .xl\:first\:relative:first-child {
    position: relative;
  }

  .xl\:first\:sticky:first-child {
    position: -webkit-sticky;
    position: sticky;
  }

  .xl\:last\:static:last-child {
    position: static;
  }

  .xl\:last\:fixed:last-child {
    position: fixed;
  }

  .xl\:last\:absolute:last-child {
    position: absolute;
  }

  .xl\:last\:relative:last-child {
    position: relative;
  }

  .xl\:last\:sticky:last-child {
    position: -webkit-sticky;
    position: sticky;
  }

  .xl\:odd\:static:nth-child(odd) {
    position: static;
  }

  .xl\:odd\:fixed:nth-child(odd) {
    position: fixed;
  }

  .xl\:odd\:absolute:nth-child(odd) {
    position: absolute;
  }

  .xl\:odd\:relative:nth-child(odd) {
    position: relative;
  }

  .xl\:odd\:sticky:nth-child(odd) {
    position: -webkit-sticky;
    position: sticky;
  }

  .xl\:even\:static:nth-child(even) {
    position: static;
  }

  .xl\:even\:fixed:nth-child(even) {
    position: fixed;
  }

  .xl\:even\:absolute:nth-child(even) {
    position: absolute;
  }

  .xl\:even\:relative:nth-child(even) {
    position: relative;
  }

  .xl\:even\:sticky:nth-child(even) {
    position: -webkit-sticky;
    position: sticky;
  }

  .xl\:hover\:static:hover {
    position: static;
  }

  .xl\:hover\:fixed:hover {
    position: fixed;
  }

  .xl\:hover\:absolute:hover {
    position: absolute;
  }

  .xl\:hover\:relative:hover {
    position: relative;
  }

  .xl\:hover\:sticky:hover {
    position: -webkit-sticky;
    position: sticky;
  }

  .xl\:focus\:static:focus {
    position: static;
  }

  .xl\:focus\:fixed:focus {
    position: fixed;
  }

  .xl\:focus\:absolute:focus {
    position: absolute;
  }

  .xl\:focus\:relative:focus {
    position: relative;
  }

  .xl\:focus\:sticky:focus {
    position: -webkit-sticky;
    position: sticky;
  }

  .xl\:active\:static:active {
    position: static;
  }

  .xl\:active\:fixed:active {
    position: fixed;
  }

  .xl\:active\:absolute:active {
    position: absolute;
  }

  .xl\:active\:relative:active {
    position: relative;
  }

  .xl\:active\:sticky:active {
    position: -webkit-sticky;
    position: sticky;
  }

  .xl\:visited\:static:visited {
    position: static;
  }

  .xl\:visited\:fixed:visited {
    position: fixed;
  }

  .xl\:visited\:absolute:visited {
    position: absolute;
  }

  .xl\:visited\:relative:visited {
    position: relative;
  }

  .xl\:visited\:sticky:visited {
    position: -webkit-sticky;
    position: sticky;
  }

  .xl\:disabled\:static:disabled {
    position: static;
  }

  .xl\:disabled\:fixed:disabled {
    position: fixed;
  }

  .xl\:disabled\:absolute:disabled {
    position: absolute;
  }

  .xl\:disabled\:relative:disabled {
    position: relative;
  }

  .xl\:disabled\:sticky:disabled {
    position: -webkit-sticky;
    position: sticky;
  }

  .xl\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xl\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .xl\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .xl\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .xl\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .xl\:top-0 {
    top: 0;
  }

  .xl\:right-0 {
    right: 0;
  }

  .xl\:bottom-0 {
    bottom: 0;
  }

  .xl\:left-0 {
    left: 0;
  }

  .xl\:top-auto {
    top: auto;
  }

  .xl\:right-auto {
    right: auto;
  }

  .xl\:bottom-auto {
    bottom: auto;
  }

  .xl\:left-auto {
    left: auto;
  }

  .group:hover .xl\:group-hover\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .group:hover .xl\:group-hover\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .group:hover .xl\:group-hover\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .group:hover .xl\:group-hover\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .group:hover .xl\:group-hover\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .group:hover .xl\:group-hover\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .group:hover .xl\:group-hover\:top-0 {
    top: 0;
  }

  .group:hover .xl\:group-hover\:right-0 {
    right: 0;
  }

  .group:hover .xl\:group-hover\:bottom-0 {
    bottom: 0;
  }

  .group:hover .xl\:group-hover\:left-0 {
    left: 0;
  }

  .group:hover .xl\:group-hover\:top-auto {
    top: auto;
  }

  .group:hover .xl\:group-hover\:right-auto {
    right: auto;
  }

  .group:hover .xl\:group-hover\:bottom-auto {
    bottom: auto;
  }

  .group:hover .xl\:group-hover\:left-auto {
    left: auto;
  }

  .xl\:focus-within\:inset-0:focus-within {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xl\:focus-within\:inset-auto:focus-within {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:focus-within\:inset-y-0:focus-within {
    top: 0;
    bottom: 0;
  }

  .xl\:focus-within\:inset-x-0:focus-within {
    right: 0;
    left: 0;
  }

  .xl\:focus-within\:inset-y-auto:focus-within {
    top: auto;
    bottom: auto;
  }

  .xl\:focus-within\:inset-x-auto:focus-within {
    right: auto;
    left: auto;
  }

  .xl\:focus-within\:top-0:focus-within {
    top: 0;
  }

  .xl\:focus-within\:right-0:focus-within {
    right: 0;
  }

  .xl\:focus-within\:bottom-0:focus-within {
    bottom: 0;
  }

  .xl\:focus-within\:left-0:focus-within {
    left: 0;
  }

  .xl\:focus-within\:top-auto:focus-within {
    top: auto;
  }

  .xl\:focus-within\:right-auto:focus-within {
    right: auto;
  }

  .xl\:focus-within\:bottom-auto:focus-within {
    bottom: auto;
  }

  .xl\:focus-within\:left-auto:focus-within {
    left: auto;
  }

  .xl\:first\:inset-0:first-child {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xl\:first\:inset-auto:first-child {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:first\:inset-y-0:first-child {
    top: 0;
    bottom: 0;
  }

  .xl\:first\:inset-x-0:first-child {
    right: 0;
    left: 0;
  }

  .xl\:first\:inset-y-auto:first-child {
    top: auto;
    bottom: auto;
  }

  .xl\:first\:inset-x-auto:first-child {
    right: auto;
    left: auto;
  }

  .xl\:first\:top-0:first-child {
    top: 0;
  }

  .xl\:first\:right-0:first-child {
    right: 0;
  }

  .xl\:first\:bottom-0:first-child {
    bottom: 0;
  }

  .xl\:first\:left-0:first-child {
    left: 0;
  }

  .xl\:first\:top-auto:first-child {
    top: auto;
  }

  .xl\:first\:right-auto:first-child {
    right: auto;
  }

  .xl\:first\:bottom-auto:first-child {
    bottom: auto;
  }

  .xl\:first\:left-auto:first-child {
    left: auto;
  }

  .xl\:last\:inset-0:last-child {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xl\:last\:inset-auto:last-child {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:last\:inset-y-0:last-child {
    top: 0;
    bottom: 0;
  }

  .xl\:last\:inset-x-0:last-child {
    right: 0;
    left: 0;
  }

  .xl\:last\:inset-y-auto:last-child {
    top: auto;
    bottom: auto;
  }

  .xl\:last\:inset-x-auto:last-child {
    right: auto;
    left: auto;
  }

  .xl\:last\:top-0:last-child {
    top: 0;
  }

  .xl\:last\:right-0:last-child {
    right: 0;
  }

  .xl\:last\:bottom-0:last-child {
    bottom: 0;
  }

  .xl\:last\:left-0:last-child {
    left: 0;
  }

  .xl\:last\:top-auto:last-child {
    top: auto;
  }

  .xl\:last\:right-auto:last-child {
    right: auto;
  }

  .xl\:last\:bottom-auto:last-child {
    bottom: auto;
  }

  .xl\:last\:left-auto:last-child {
    left: auto;
  }

  .xl\:odd\:inset-0:nth-child(odd) {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xl\:odd\:inset-auto:nth-child(odd) {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:odd\:inset-y-0:nth-child(odd) {
    top: 0;
    bottom: 0;
  }

  .xl\:odd\:inset-x-0:nth-child(odd) {
    right: 0;
    left: 0;
  }

  .xl\:odd\:inset-y-auto:nth-child(odd) {
    top: auto;
    bottom: auto;
  }

  .xl\:odd\:inset-x-auto:nth-child(odd) {
    right: auto;
    left: auto;
  }

  .xl\:odd\:top-0:nth-child(odd) {
    top: 0;
  }

  .xl\:odd\:right-0:nth-child(odd) {
    right: 0;
  }

  .xl\:odd\:bottom-0:nth-child(odd) {
    bottom: 0;
  }

  .xl\:odd\:left-0:nth-child(odd) {
    left: 0;
  }

  .xl\:odd\:top-auto:nth-child(odd) {
    top: auto;
  }

  .xl\:odd\:right-auto:nth-child(odd) {
    right: auto;
  }

  .xl\:odd\:bottom-auto:nth-child(odd) {
    bottom: auto;
  }

  .xl\:odd\:left-auto:nth-child(odd) {
    left: auto;
  }

  .xl\:even\:inset-0:nth-child(even) {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xl\:even\:inset-auto:nth-child(even) {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:even\:inset-y-0:nth-child(even) {
    top: 0;
    bottom: 0;
  }

  .xl\:even\:inset-x-0:nth-child(even) {
    right: 0;
    left: 0;
  }

  .xl\:even\:inset-y-auto:nth-child(even) {
    top: auto;
    bottom: auto;
  }

  .xl\:even\:inset-x-auto:nth-child(even) {
    right: auto;
    left: auto;
  }

  .xl\:even\:top-0:nth-child(even) {
    top: 0;
  }

  .xl\:even\:right-0:nth-child(even) {
    right: 0;
  }

  .xl\:even\:bottom-0:nth-child(even) {
    bottom: 0;
  }

  .xl\:even\:left-0:nth-child(even) {
    left: 0;
  }

  .xl\:even\:top-auto:nth-child(even) {
    top: auto;
  }

  .xl\:even\:right-auto:nth-child(even) {
    right: auto;
  }

  .xl\:even\:bottom-auto:nth-child(even) {
    bottom: auto;
  }

  .xl\:even\:left-auto:nth-child(even) {
    left: auto;
  }

  .xl\:hover\:inset-0:hover {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xl\:hover\:inset-auto:hover {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:hover\:inset-y-0:hover {
    top: 0;
    bottom: 0;
  }

  .xl\:hover\:inset-x-0:hover {
    right: 0;
    left: 0;
  }

  .xl\:hover\:inset-y-auto:hover {
    top: auto;
    bottom: auto;
  }

  .xl\:hover\:inset-x-auto:hover {
    right: auto;
    left: auto;
  }

  .xl\:hover\:top-0:hover {
    top: 0;
  }

  .xl\:hover\:right-0:hover {
    right: 0;
  }

  .xl\:hover\:bottom-0:hover {
    bottom: 0;
  }

  .xl\:hover\:left-0:hover {
    left: 0;
  }

  .xl\:hover\:top-auto:hover {
    top: auto;
  }

  .xl\:hover\:right-auto:hover {
    right: auto;
  }

  .xl\:hover\:bottom-auto:hover {
    bottom: auto;
  }

  .xl\:hover\:left-auto:hover {
    left: auto;
  }

  .xl\:focus\:inset-0:focus {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xl\:focus\:inset-auto:focus {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:focus\:inset-y-0:focus {
    top: 0;
    bottom: 0;
  }

  .xl\:focus\:inset-x-0:focus {
    right: 0;
    left: 0;
  }

  .xl\:focus\:inset-y-auto:focus {
    top: auto;
    bottom: auto;
  }

  .xl\:focus\:inset-x-auto:focus {
    right: auto;
    left: auto;
  }

  .xl\:focus\:top-0:focus {
    top: 0;
  }

  .xl\:focus\:right-0:focus {
    right: 0;
  }

  .xl\:focus\:bottom-0:focus {
    bottom: 0;
  }

  .xl\:focus\:left-0:focus {
    left: 0;
  }

  .xl\:focus\:top-auto:focus {
    top: auto;
  }

  .xl\:focus\:right-auto:focus {
    right: auto;
  }

  .xl\:focus\:bottom-auto:focus {
    bottom: auto;
  }

  .xl\:focus\:left-auto:focus {
    left: auto;
  }

  .xl\:active\:inset-0:active {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xl\:active\:inset-auto:active {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:active\:inset-y-0:active {
    top: 0;
    bottom: 0;
  }

  .xl\:active\:inset-x-0:active {
    right: 0;
    left: 0;
  }

  .xl\:active\:inset-y-auto:active {
    top: auto;
    bottom: auto;
  }

  .xl\:active\:inset-x-auto:active {
    right: auto;
    left: auto;
  }

  .xl\:active\:top-0:active {
    top: 0;
  }

  .xl\:active\:right-0:active {
    right: 0;
  }

  .xl\:active\:bottom-0:active {
    bottom: 0;
  }

  .xl\:active\:left-0:active {
    left: 0;
  }

  .xl\:active\:top-auto:active {
    top: auto;
  }

  .xl\:active\:right-auto:active {
    right: auto;
  }

  .xl\:active\:bottom-auto:active {
    bottom: auto;
  }

  .xl\:active\:left-auto:active {
    left: auto;
  }

  .xl\:visited\:inset-0:visited {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xl\:visited\:inset-auto:visited {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:visited\:inset-y-0:visited {
    top: 0;
    bottom: 0;
  }

  .xl\:visited\:inset-x-0:visited {
    right: 0;
    left: 0;
  }

  .xl\:visited\:inset-y-auto:visited {
    top: auto;
    bottom: auto;
  }

  .xl\:visited\:inset-x-auto:visited {
    right: auto;
    left: auto;
  }

  .xl\:visited\:top-0:visited {
    top: 0;
  }

  .xl\:visited\:right-0:visited {
    right: 0;
  }

  .xl\:visited\:bottom-0:visited {
    bottom: 0;
  }

  .xl\:visited\:left-0:visited {
    left: 0;
  }

  .xl\:visited\:top-auto:visited {
    top: auto;
  }

  .xl\:visited\:right-auto:visited {
    right: auto;
  }

  .xl\:visited\:bottom-auto:visited {
    bottom: auto;
  }

  .xl\:visited\:left-auto:visited {
    left: auto;
  }

  .xl\:disabled\:inset-0:disabled {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xl\:disabled\:inset-auto:disabled {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:disabled\:inset-y-0:disabled {
    top: 0;
    bottom: 0;
  }

  .xl\:disabled\:inset-x-0:disabled {
    right: 0;
    left: 0;
  }

  .xl\:disabled\:inset-y-auto:disabled {
    top: auto;
    bottom: auto;
  }

  .xl\:disabled\:inset-x-auto:disabled {
    right: auto;
    left: auto;
  }

  .xl\:disabled\:top-0:disabled {
    top: 0;
  }

  .xl\:disabled\:right-0:disabled {
    right: 0;
  }

  .xl\:disabled\:bottom-0:disabled {
    bottom: 0;
  }

  .xl\:disabled\:left-0:disabled {
    left: 0;
  }

  .xl\:disabled\:top-auto:disabled {
    top: auto;
  }

  .xl\:disabled\:right-auto:disabled {
    right: auto;
  }

  .xl\:disabled\:bottom-auto:disabled {
    bottom: auto;
  }

  .xl\:disabled\:left-auto:disabled {
    left: auto;
  }

  .xl\:resize-none {
    resize: none;
  }

  .xl\:resize-y {
    resize: vertical;
  }

  .xl\:resize-x {
    resize: horizontal;
  }

  .xl\:resize {
    resize: both;
  }

  .group:hover .xl\:group-hover\:resize-none {
    resize: none;
  }

  .group:hover .xl\:group-hover\:resize-y {
    resize: vertical;
  }

  .group:hover .xl\:group-hover\:resize-x {
    resize: horizontal;
  }

  .group:hover .xl\:group-hover\:resize {
    resize: both;
  }

  .xl\:focus-within\:resize-none:focus-within {
    resize: none;
  }

  .xl\:focus-within\:resize-y:focus-within {
    resize: vertical;
  }

  .xl\:focus-within\:resize-x:focus-within {
    resize: horizontal;
  }

  .xl\:focus-within\:resize:focus-within {
    resize: both;
  }

  .xl\:first\:resize-none:first-child {
    resize: none;
  }

  .xl\:first\:resize-y:first-child {
    resize: vertical;
  }

  .xl\:first\:resize-x:first-child {
    resize: horizontal;
  }

  .xl\:first\:resize:first-child {
    resize: both;
  }

  .xl\:last\:resize-none:last-child {
    resize: none;
  }

  .xl\:last\:resize-y:last-child {
    resize: vertical;
  }

  .xl\:last\:resize-x:last-child {
    resize: horizontal;
  }

  .xl\:last\:resize:last-child {
    resize: both;
  }

  .xl\:odd\:resize-none:nth-child(odd) {
    resize: none;
  }

  .xl\:odd\:resize-y:nth-child(odd) {
    resize: vertical;
  }

  .xl\:odd\:resize-x:nth-child(odd) {
    resize: horizontal;
  }

  .xl\:odd\:resize:nth-child(odd) {
    resize: both;
  }

  .xl\:even\:resize-none:nth-child(even) {
    resize: none;
  }

  .xl\:even\:resize-y:nth-child(even) {
    resize: vertical;
  }

  .xl\:even\:resize-x:nth-child(even) {
    resize: horizontal;
  }

  .xl\:even\:resize:nth-child(even) {
    resize: both;
  }

  .xl\:hover\:resize-none:hover {
    resize: none;
  }

  .xl\:hover\:resize-y:hover {
    resize: vertical;
  }

  .xl\:hover\:resize-x:hover {
    resize: horizontal;
  }

  .xl\:hover\:resize:hover {
    resize: both;
  }

  .xl\:focus\:resize-none:focus {
    resize: none;
  }

  .xl\:focus\:resize-y:focus {
    resize: vertical;
  }

  .xl\:focus\:resize-x:focus {
    resize: horizontal;
  }

  .xl\:focus\:resize:focus {
    resize: both;
  }

  .xl\:active\:resize-none:active {
    resize: none;
  }

  .xl\:active\:resize-y:active {
    resize: vertical;
  }

  .xl\:active\:resize-x:active {
    resize: horizontal;
  }

  .xl\:active\:resize:active {
    resize: both;
  }

  .xl\:visited\:resize-none:visited {
    resize: none;
  }

  .xl\:visited\:resize-y:visited {
    resize: vertical;
  }

  .xl\:visited\:resize-x:visited {
    resize: horizontal;
  }

  .xl\:visited\:resize:visited {
    resize: both;
  }

  .xl\:disabled\:resize-none:disabled {
    resize: none;
  }

  .xl\:disabled\:resize-y:disabled {
    resize: vertical;
  }

  .xl\:disabled\:resize-x:disabled {
    resize: horizontal;
  }

  .xl\:disabled\:resize:disabled {
    resize: both;
  }

  .xl\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\: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\: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\: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\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xl\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xl\:shadow-none {
    box-shadow: none;
  }

  .group:hover .xl\:group-hover\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .group:hover .xl\:group-hover\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .group:hover .xl\:group-hover\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .group:hover .xl\:group-hover\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .group:hover .xl\:group-hover\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .group:hover .xl\:group-hover\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .group:hover .xl\:group-hover\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .group:hover .xl\:group-hover\:shadow-none {
    box-shadow: none;
  }

  .xl\:focus-within\:shadow:focus-within {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:focus-within\:shadow-md:focus-within {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xl\:focus-within\:shadow-lg:focus-within {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xl\:focus-within\:shadow-xl:focus-within {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xl\:focus-within\:shadow-2xl:focus-within {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xl\:focus-within\:shadow-inner:focus-within {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:focus-within\:shadow-outline:focus-within {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xl\:focus-within\:shadow-none:focus-within {
    box-shadow: none;
  }

  .xl\:first\:shadow:first-child {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:first\:shadow-md:first-child {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xl\:first\:shadow-lg:first-child {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xl\:first\:shadow-xl:first-child {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xl\:first\:shadow-2xl:first-child {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xl\:first\:shadow-inner:first-child {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:first\:shadow-outline:first-child {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xl\:first\:shadow-none:first-child {
    box-shadow: none;
  }

  .xl\:last\:shadow:last-child {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:last\:shadow-md:last-child {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xl\:last\:shadow-lg:last-child {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xl\:last\:shadow-xl:last-child {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xl\:last\:shadow-2xl:last-child {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xl\:last\:shadow-inner:last-child {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:last\:shadow-outline:last-child {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xl\:last\:shadow-none:last-child {
    box-shadow: none;
  }

  .xl\:odd\:shadow:nth-child(odd) {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:odd\:shadow-md:nth-child(odd) {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xl\:odd\:shadow-lg:nth-child(odd) {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xl\:odd\:shadow-xl:nth-child(odd) {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xl\:odd\:shadow-2xl:nth-child(odd) {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xl\:odd\:shadow-inner:nth-child(odd) {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:odd\:shadow-outline:nth-child(odd) {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xl\:odd\:shadow-none:nth-child(odd) {
    box-shadow: none;
  }

  .xl\:even\:shadow:nth-child(even) {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:even\:shadow-md:nth-child(even) {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xl\:even\:shadow-lg:nth-child(even) {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xl\:even\:shadow-xl:nth-child(even) {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xl\:even\:shadow-2xl:nth-child(even) {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xl\:even\:shadow-inner:nth-child(even) {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:even\:shadow-outline:nth-child(even) {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xl\:even\:shadow-none:nth-child(even) {
    box-shadow: none;
  }

  .xl\:hover\: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\: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\: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\: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\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xl\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xl\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  .xl\:focus\: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\: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\: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\: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\:shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xl\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xl\:focus\:shadow-none:focus {
    box-shadow: none;
  }

  .xl\:active\:shadow:active {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:active\:shadow-md:active {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xl\:active\:shadow-lg:active {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xl\:active\:shadow-xl:active {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xl\:active\:shadow-2xl:active {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xl\:active\:shadow-inner:active {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:active\:shadow-outline:active {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xl\:active\:shadow-none:active {
    box-shadow: none;
  }

  .xl\:visited\:shadow:visited {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:visited\:shadow-md:visited {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xl\:visited\:shadow-lg:visited {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xl\:visited\:shadow-xl:visited {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xl\:visited\:shadow-2xl:visited {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xl\:visited\:shadow-inner:visited {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:visited\:shadow-outline:visited {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xl\:visited\:shadow-none:visited {
    box-shadow: none;
  }

  .xl\:disabled\:shadow:disabled {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:disabled\:shadow-md:disabled {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xl\:disabled\:shadow-lg:disabled {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xl\:disabled\:shadow-xl:disabled {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xl\:disabled\:shadow-2xl:disabled {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xl\:disabled\:shadow-inner:disabled {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:disabled\:shadow-outline:disabled {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xl\:disabled\:shadow-none:disabled {
    box-shadow: none;
  }

  .xl\:fill-current {
    fill: currentColor;
  }

  .group:hover .xl\:group-hover\:fill-current {
    fill: currentColor;
  }

  .xl\:focus-within\:fill-current:focus-within {
    fill: currentColor;
  }

  .xl\:first\:fill-current:first-child {
    fill: currentColor;
  }

  .xl\:last\:fill-current:last-child {
    fill: currentColor;
  }

  .xl\:odd\:fill-current:nth-child(odd) {
    fill: currentColor;
  }

  .xl\:even\:fill-current:nth-child(even) {
    fill: currentColor;
  }

  .xl\:hover\:fill-current:hover {
    fill: currentColor;
  }

  .xl\:focus\:fill-current:focus {
    fill: currentColor;
  }

  .xl\:active\:fill-current:active {
    fill: currentColor;
  }

  .xl\:visited\:fill-current:visited {
    fill: currentColor;
  }

  .xl\:disabled\:fill-current:disabled {
    fill: currentColor;
  }

  .xl\:stroke-current {
    stroke: currentColor;
  }

  .group:hover .xl\:group-hover\:stroke-current {
    stroke: currentColor;
  }

  .xl\:focus-within\:stroke-current:focus-within {
    stroke: currentColor;
  }

  .xl\:first\:stroke-current:first-child {
    stroke: currentColor;
  }

  .xl\:last\:stroke-current:last-child {
    stroke: currentColor;
  }

  .xl\:odd\:stroke-current:nth-child(odd) {
    stroke: currentColor;
  }

  .xl\:even\:stroke-current:nth-child(even) {
    stroke: currentColor;
  }

  .xl\:hover\:stroke-current:hover {
    stroke: currentColor;
  }

  .xl\:focus\:stroke-current:focus {
    stroke: currentColor;
  }

  .xl\:active\:stroke-current:active {
    stroke: currentColor;
  }

  .xl\:visited\:stroke-current:visited {
    stroke: currentColor;
  }

  .xl\:disabled\:stroke-current:disabled {
    stroke: currentColor;
  }

  .xl\:table-auto {
    table-layout: auto;
  }

  .xl\:table-fixed {
    table-layout: fixed;
  }

  .group:hover .xl\:group-hover\:table-auto {
    table-layout: auto;
  }

  .group:hover .xl\:group-hover\:table-fixed {
    table-layout: fixed;
  }

  .xl\:focus-within\:table-auto:focus-within {
    table-layout: auto;
  }

  .xl\:focus-within\:table-fixed:focus-within {
    table-layout: fixed;
  }

  .xl\:first\:table-auto:first-child {
    table-layout: auto;
  }

  .xl\:first\:table-fixed:first-child {
    table-layout: fixed;
  }

  .xl\:last\:table-auto:last-child {
    table-layout: auto;
  }

  .xl\:last\:table-fixed:last-child {
    table-layout: fixed;
  }

  .xl\:odd\:table-auto:nth-child(odd) {
    table-layout: auto;
  }

  .xl\:odd\:table-fixed:nth-child(odd) {
    table-layout: fixed;
  }

  .xl\:even\:table-auto:nth-child(even) {
    table-layout: auto;
  }

  .xl\:even\:table-fixed:nth-child(even) {
    table-layout: fixed;
  }

  .xl\:hover\:table-auto:hover {
    table-layout: auto;
  }

  .xl\:hover\:table-fixed:hover {
    table-layout: fixed;
  }

  .xl\:focus\:table-auto:focus {
    table-layout: auto;
  }

  .xl\:focus\:table-fixed:focus {
    table-layout: fixed;
  }

  .xl\:active\:table-auto:active {
    table-layout: auto;
  }

  .xl\:active\:table-fixed:active {
    table-layout: fixed;
  }

  .xl\:visited\:table-auto:visited {
    table-layout: auto;
  }

  .xl\:visited\:table-fixed:visited {
    table-layout: fixed;
  }

  .xl\:disabled\:table-auto:disabled {
    table-layout: auto;
  }

  .xl\:disabled\:table-fixed:disabled {
    table-layout: fixed;
  }

  .xl\:text-left {
    text-align: left;
  }

  .xl\:text-center {
    text-align: center;
  }

  .xl\:text-right {
    text-align: right;
  }

  .xl\:text-justify {
    text-align: justify;
  }

  .group:hover .xl\:group-hover\:text-left {
    text-align: left;
  }

  .group:hover .xl\:group-hover\:text-center {
    text-align: center;
  }

  .group:hover .xl\:group-hover\:text-right {
    text-align: right;
  }

  .group:hover .xl\:group-hover\:text-justify {
    text-align: justify;
  }

  .xl\:focus-within\:text-left:focus-within {
    text-align: left;
  }

  .xl\:focus-within\:text-center:focus-within {
    text-align: center;
  }

  .xl\:focus-within\:text-right:focus-within {
    text-align: right;
  }

  .xl\:focus-within\:text-justify:focus-within {
    text-align: justify;
  }

  .xl\:first\:text-left:first-child {
    text-align: left;
  }

  .xl\:first\:text-center:first-child {
    text-align: center;
  }

  .xl\:first\:text-right:first-child {
    text-align: right;
  }

  .xl\:first\:text-justify:first-child {
    text-align: justify;
  }

  .xl\:last\:text-left:last-child {
    text-align: left;
  }

  .xl\:last\:text-center:last-child {
    text-align: center;
  }

  .xl\:last\:text-right:last-child {
    text-align: right;
  }

  .xl\:last\:text-justify:last-child {
    text-align: justify;
  }

  .xl\:odd\:text-left:nth-child(odd) {
    text-align: left;
  }

  .xl\:odd\:text-center:nth-child(odd) {
    text-align: center;
  }

  .xl\:odd\:text-right:nth-child(odd) {
    text-align: right;
  }

  .xl\:odd\:text-justify:nth-child(odd) {
    text-align: justify;
  }

  .xl\:even\:text-left:nth-child(even) {
    text-align: left;
  }

  .xl\:even\:text-center:nth-child(even) {
    text-align: center;
  }

  .xl\:even\:text-right:nth-child(even) {
    text-align: right;
  }

  .xl\:even\:text-justify:nth-child(even) {
    text-align: justify;
  }

  .xl\:hover\:text-left:hover {
    text-align: left;
  }

  .xl\:hover\:text-center:hover {
    text-align: center;
  }

  .xl\:hover\:text-right:hover {
    text-align: right;
  }

  .xl\:hover\:text-justify:hover {
    text-align: justify;
  }

  .xl\:focus\:text-left:focus {
    text-align: left;
  }

  .xl\:focus\:text-center:focus {
    text-align: center;
  }

  .xl\:focus\:text-right:focus {
    text-align: right;
  }

  .xl\:focus\:text-justify:focus {
    text-align: justify;
  }

  .xl\:active\:text-left:active {
    text-align: left;
  }

  .xl\:active\:text-center:active {
    text-align: center;
  }

  .xl\:active\:text-right:active {
    text-align: right;
  }

  .xl\:active\:text-justify:active {
    text-align: justify;
  }

  .xl\:visited\:text-left:visited {
    text-align: left;
  }

  .xl\:visited\:text-center:visited {
    text-align: center;
  }

  .xl\:visited\:text-right:visited {
    text-align: right;
  }

  .xl\:visited\:text-justify:visited {
    text-align: justify;
  }

  .xl\:disabled\:text-left:disabled {
    text-align: left;
  }

  .xl\:disabled\:text-center:disabled {
    text-align: center;
  }

  .xl\:disabled\:text-right:disabled {
    text-align: right;
  }

  .xl\:disabled\:text-justify:disabled {
    text-align: justify;
  }

  .xl\:text-transparent {
    color: transparent;
  }

  .xl\:text-black {
    color: #000;
  }

  .xl\:text-white {
    color: #fff;
  }

  .xl\:text-gray-100 {
    color: #f7fafc;
  }

  .xl\:text-gray-200 {
    color: #edf2f7;
  }

  .xl\:text-gray-300 {
    color: #e2e8f0;
  }

  .xl\:text-gray-400 {
    color: #cbd5e0;
  }

  .xl\:text-gray-500 {
    color: #a0aec0;
  }

  .xl\:text-gray-600 {
    color: #718096;
  }

  .xl\:text-gray-700 {
    color: #4a5568;
  }

  .xl\:text-gray-800 {
    color: #2d3748;
  }

  .xl\:text-gray-900 {
    color: #1a202c;
  }

  .xl\:text-red-100 {
    color: #fff5f5;
  }

  .xl\:text-red-200 {
    color: #fed7d7;
  }

  .xl\:text-red-300 {
    color: #feb2b2;
  }

  .xl\:text-red-400 {
    color: #fc8181;
  }

  .xl\:text-red-500 {
    color: #f56565;
  }

  .xl\:text-red-600 {
    color: #e53e3e;
  }

  .xl\:text-red-700 {
    color: #c53030;
  }

  .xl\:text-red-800 {
    color: #9b2c2c;
  }

  .xl\:text-red-900 {
    color: #742a2a;
  }

  .xl\:text-orange-100 {
    color: #fffaf0;
  }

  .xl\:text-orange-200 {
    color: #feebc8;
  }

  .xl\:text-orange-300 {
    color: #fbd38d;
  }

  .xl\:text-orange-400 {
    color: #f6ad55;
  }

  .xl\:text-orange-500 {
    color: #ed8936;
  }

  .xl\:text-orange-600 {
    color: #dd6b20;
  }

  .xl\:text-orange-700 {
    color: #c05621;
  }

  .xl\:text-orange-800 {
    color: #9c4221;
  }

  .xl\:text-orange-900 {
    color: #7b341e;
  }

  .xl\:text-yellow-100 {
    color: #fffff0;
  }

  .xl\:text-yellow-200 {
    color: #fefcbf;
  }

  .xl\:text-yellow-300 {
    color: #faf089;
  }

  .xl\:text-yellow-400 {
    color: #f6e05e;
  }

  .xl\:text-yellow-500 {
    color: #ecc94b;
  }

  .xl\:text-yellow-600 {
    color: #d69e2e;
  }

  .xl\:text-yellow-700 {
    color: #b7791f;
  }

  .xl\:text-yellow-800 {
    color: #975a16;
  }

  .xl\:text-yellow-900 {
    color: #744210;
  }

  .xl\:text-green-100 {
    color: #f0fff4;
  }

  .xl\:text-green-200 {
    color: #c6f6d5;
  }

  .xl\:text-green-300 {
    color: #9ae6b4;
  }

  .xl\:text-green-400 {
    color: #68d391;
  }

  .xl\:text-green-500 {
    color: #48bb78;
  }

  .xl\:text-green-600 {
    color: #38a169;
  }

  .xl\:text-green-700 {
    color: #2f855a;
  }

  .xl\:text-green-800 {
    color: #276749;
  }

  .xl\:text-green-900 {
    color: #22543d;
  }

  .xl\:text-teal-100 {
    color: #e6fffa;
  }

  .xl\:text-teal-200 {
    color: #b2f5ea;
  }

  .xl\:text-teal-300 {
    color: #81e6d9;
  }

  .xl\:text-teal-400 {
    color: #4fd1c5;
  }

  .xl\:text-teal-500 {
    color: #38b2ac;
  }

  .xl\:text-teal-600 {
    color: #319795;
  }

  .xl\:text-teal-700 {
    color: #2c7a7b;
  }

  .xl\:text-teal-800 {
    color: #285e61;
  }

  .xl\:text-teal-900 {
    color: #234e52;
  }

  .xl\:text-blue-100 {
    color: #ebf8ff;
  }

  .xl\:text-blue-200 {
    color: #bee3f8;
  }

  .xl\:text-blue-300 {
    color: #90cdf4;
  }

  .xl\:text-blue-400 {
    color: #63b3ed;
  }

  .xl\:text-blue-500 {
    color: #4299e1;
  }

  .xl\:text-blue-600 {
    color: #3182ce;
  }

  .xl\:text-blue-700 {
    color: #2b6cb0;
  }

  .xl\:text-blue-800 {
    color: #2c5282;
  }

  .xl\:text-blue-900 {
    color: #2a4365;
  }

  .xl\:text-indigo-100 {
    color: #ebf4ff;
  }

  .xl\:text-indigo-200 {
    color: #c3dafe;
  }

  .xl\:text-indigo-300 {
    color: #a3bffa;
  }

  .xl\:text-indigo-400 {
    color: #7f9cf5;
  }

  .xl\:text-indigo-500 {
    color: #667eea;
  }

  .xl\:text-indigo-600 {
    color: #5a67d8;
  }

  .xl\:text-indigo-700 {
    color: #4c51bf;
  }

  .xl\:text-indigo-800 {
    color: #434190;
  }

  .xl\:text-indigo-900 {
    color: #3c366b;
  }

  .xl\:text-purple-100 {
    color: #faf5ff;
  }

  .xl\:text-purple-200 {
    color: #e9d8fd;
  }

  .xl\:text-purple-300 {
    color: #d6bcfa;
  }

  .xl\:text-purple-400 {
    color: #b794f4;
  }

  .xl\:text-purple-500 {
    color: #9f7aea;
  }

  .xl\:text-purple-600 {
    color: #805ad5;
  }

  .xl\:text-purple-700 {
    color: #6b46c1;
  }

  .xl\:text-purple-800 {
    color: #553c9a;
  }

  .xl\:text-purple-900 {
    color: #44337a;
  }

  .xl\:text-pink-100 {
    color: #fff5f7;
  }

  .xl\:text-pink-200 {
    color: #fed7e2;
  }

  .xl\:text-pink-300 {
    color: #fbb6ce;
  }

  .xl\:text-pink-400 {
    color: #f687b3;
  }

  .xl\:text-pink-500 {
    color: #ed64a6;
  }

  .xl\:text-pink-600 {
    color: #d53f8c;
  }

  .xl\:text-pink-700 {
    color: #b83280;
  }

  .xl\:text-pink-800 {
    color: #97266d;
  }

  .xl\:text-pink-900 {
    color: #702459;
  }

  .group:hover .xl\:group-hover\:text-transparent {
    color: transparent;
  }

  .group:hover .xl\:group-hover\:text-black {
    color: #000;
  }

  .group:hover .xl\:group-hover\:text-white {
    color: #fff;
  }

  .group:hover .xl\:group-hover\:text-gray-100 {
    color: #f7fafc;
  }

  .group:hover .xl\:group-hover\:text-gray-200 {
    color: #edf2f7;
  }

  .group:hover .xl\:group-hover\:text-gray-300 {
    color: #e2e8f0;
  }

  .group:hover .xl\:group-hover\:text-gray-400 {
    color: #cbd5e0;
  }

  .group:hover .xl\:group-hover\:text-gray-500 {
    color: #a0aec0;
  }

  .group:hover .xl\:group-hover\:text-gray-600 {
    color: #718096;
  }

  .group:hover .xl\:group-hover\:text-gray-700 {
    color: #4a5568;
  }

  .group:hover .xl\:group-hover\:text-gray-800 {
    color: #2d3748;
  }

  .group:hover .xl\:group-hover\:text-gray-900 {
    color: #1a202c;
  }

  .group:hover .xl\:group-hover\:text-red-100 {
    color: #fff5f5;
  }

  .group:hover .xl\:group-hover\:text-red-200 {
    color: #fed7d7;
  }

  .group:hover .xl\:group-hover\:text-red-300 {
    color: #feb2b2;
  }

  .group:hover .xl\:group-hover\:text-red-400 {
    color: #fc8181;
  }

  .group:hover .xl\:group-hover\:text-red-500 {
    color: #f56565;
  }

  .group:hover .xl\:group-hover\:text-red-600 {
    color: #e53e3e;
  }

  .group:hover .xl\:group-hover\:text-red-700 {
    color: #c53030;
  }

  .group:hover .xl\:group-hover\:text-red-800 {
    color: #9b2c2c;
  }

  .group:hover .xl\:group-hover\:text-red-900 {
    color: #742a2a;
  }

  .group:hover .xl\:group-hover\:text-orange-100 {
    color: #fffaf0;
  }

  .group:hover .xl\:group-hover\:text-orange-200 {
    color: #feebc8;
  }

  .group:hover .xl\:group-hover\:text-orange-300 {
    color: #fbd38d;
  }

  .group:hover .xl\:group-hover\:text-orange-400 {
    color: #f6ad55;
  }

  .group:hover .xl\:group-hover\:text-orange-500 {
    color: #ed8936;
  }

  .group:hover .xl\:group-hover\:text-orange-600 {
    color: #dd6b20;
  }

  .group:hover .xl\:group-hover\:text-orange-700 {
    color: #c05621;
  }

  .group:hover .xl\:group-hover\:text-orange-800 {
    color: #9c4221;
  }

  .group:hover .xl\:group-hover\:text-orange-900 {
    color: #7b341e;
  }

  .group:hover .xl\:group-hover\:text-yellow-100 {
    color: #fffff0;
  }

  .group:hover .xl\:group-hover\:text-yellow-200 {
    color: #fefcbf;
  }

  .group:hover .xl\:group-hover\:text-yellow-300 {
    color: #faf089;
  }

  .group:hover .xl\:group-hover\:text-yellow-400 {
    color: #f6e05e;
  }

  .group:hover .xl\:group-hover\:text-yellow-500 {
    color: #ecc94b;
  }

  .group:hover .xl\:group-hover\:text-yellow-600 {
    color: #d69e2e;
  }

  .group:hover .xl\:group-hover\:text-yellow-700 {
    color: #b7791f;
  }

  .group:hover .xl\:group-hover\:text-yellow-800 {
    color: #975a16;
  }

  .group:hover .xl\:group-hover\:text-yellow-900 {
    color: #744210;
  }

  .group:hover .xl\:group-hover\:text-green-100 {
    color: #f0fff4;
  }

  .group:hover .xl\:group-hover\:text-green-200 {
    color: #c6f6d5;
  }

  .group:hover .xl\:group-hover\:text-green-300 {
    color: #9ae6b4;
  }

  .group:hover .xl\:group-hover\:text-green-400 {
    color: #68d391;
  }

  .group:hover .xl\:group-hover\:text-green-500 {
    color: #48bb78;
  }

  .group:hover .xl\:group-hover\:text-green-600 {
    color: #38a169;
  }

  .group:hover .xl\:group-hover\:text-green-700 {
    color: #2f855a;
  }

  .group:hover .xl\:group-hover\:text-green-800 {
    color: #276749;
  }

  .group:hover .xl\:group-hover\:text-green-900 {
    color: #22543d;
  }

  .group:hover .xl\:group-hover\:text-teal-100 {
    color: #e6fffa;
  }

  .group:hover .xl\:group-hover\:text-teal-200 {
    color: #b2f5ea;
  }

  .group:hover .xl\:group-hover\:text-teal-300 {
    color: #81e6d9;
  }

  .group:hover .xl\:group-hover\:text-teal-400 {
    color: #4fd1c5;
  }

  .group:hover .xl\:group-hover\:text-teal-500 {
    color: #38b2ac;
  }

  .group:hover .xl\:group-hover\:text-teal-600 {
    color: #319795;
  }

  .group:hover .xl\:group-hover\:text-teal-700 {
    color: #2c7a7b;
  }

  .group:hover .xl\:group-hover\:text-teal-800 {
    color: #285e61;
  }

  .group:hover .xl\:group-hover\:text-teal-900 {
    color: #234e52;
  }

  .group:hover .xl\:group-hover\:text-blue-100 {
    color: #ebf8ff;
  }

  .group:hover .xl\:group-hover\:text-blue-200 {
    color: #bee3f8;
  }

  .group:hover .xl\:group-hover\:text-blue-300 {
    color: #90cdf4;
  }

  .group:hover .xl\:group-hover\:text-blue-400 {
    color: #63b3ed;
  }

  .group:hover .xl\:group-hover\:text-blue-500 {
    color: #4299e1;
  }

  .group:hover .xl\:group-hover\:text-blue-600 {
    color: #3182ce;
  }

  .group:hover .xl\:group-hover\:text-blue-700 {
    color: #2b6cb0;
  }

  .group:hover .xl\:group-hover\:text-blue-800 {
    color: #2c5282;
  }

  .group:hover .xl\:group-hover\:text-blue-900 {
    color: #2a4365;
  }

  .group:hover .xl\:group-hover\:text-indigo-100 {
    color: #ebf4ff;
  }

  .group:hover .xl\:group-hover\:text-indigo-200 {
    color: #c3dafe;
  }

  .group:hover .xl\:group-hover\:text-indigo-300 {
    color: #a3bffa;
  }

  .group:hover .xl\:group-hover\:text-indigo-400 {
    color: #7f9cf5;
  }

  .group:hover .xl\:group-hover\:text-indigo-500 {
    color: #667eea;
  }

  .group:hover .xl\:group-hover\:text-indigo-600 {
    color: #5a67d8;
  }

  .group:hover .xl\:group-hover\:text-indigo-700 {
    color: #4c51bf;
  }

  .group:hover .xl\:group-hover\:text-indigo-800 {
    color: #434190;
  }

  .group:hover .xl\:group-hover\:text-indigo-900 {
    color: #3c366b;
  }

  .group:hover .xl\:group-hover\:text-purple-100 {
    color: #faf5ff;
  }

  .group:hover .xl\:group-hover\:text-purple-200 {
    color: #e9d8fd;
  }

  .group:hover .xl\:group-hover\:text-purple-300 {
    color: #d6bcfa;
  }

  .group:hover .xl\:group-hover\:text-purple-400 {
    color: #b794f4;
  }

  .group:hover .xl\:group-hover\:text-purple-500 {
    color: #9f7aea;
  }

  .group:hover .xl\:group-hover\:text-purple-600 {
    color: #805ad5;
  }

  .group:hover .xl\:group-hover\:text-purple-700 {
    color: #6b46c1;
  }

  .group:hover .xl\:group-hover\:text-purple-800 {
    color: #553c9a;
  }

  .group:hover .xl\:group-hover\:text-purple-900 {
    color: #44337a;
  }

  .group:hover .xl\:group-hover\:text-pink-100 {
    color: #fff5f7;
  }

  .group:hover .xl\:group-hover\:text-pink-200 {
    color: #fed7e2;
  }

  .group:hover .xl\:group-hover\:text-pink-300 {
    color: #fbb6ce;
  }

  .group:hover .xl\:group-hover\:text-pink-400 {
    color: #f687b3;
  }

  .group:hover .xl\:group-hover\:text-pink-500 {
    color: #ed64a6;
  }

  .group:hover .xl\:group-hover\:text-pink-600 {
    color: #d53f8c;
  }

  .group:hover .xl\:group-hover\:text-pink-700 {
    color: #b83280;
  }

  .group:hover .xl\:group-hover\:text-pink-800 {
    color: #97266d;
  }

  .group:hover .xl\:group-hover\:text-pink-900 {
    color: #702459;
  }

  .xl\:focus-within\:text-transparent:focus-within {
    color: transparent;
  }

  .xl\:focus-within\:text-black:focus-within {
    color: #000;
  }

  .xl\:focus-within\:text-white:focus-within {
    color: #fff;
  }

  .xl\:focus-within\:text-gray-100:focus-within {
    color: #f7fafc;
  }

  .xl\:focus-within\:text-gray-200:focus-within {
    color: #edf2f7;
  }

  .xl\:focus-within\:text-gray-300:focus-within {
    color: #e2e8f0;
  }

  .xl\:focus-within\:text-gray-400:focus-within {
    color: #cbd5e0;
  }

  .xl\:focus-within\:text-gray-500:focus-within {
    color: #a0aec0;
  }

  .xl\:focus-within\:text-gray-600:focus-within {
    color: #718096;
  }

  .xl\:focus-within\:text-gray-700:focus-within {
    color: #4a5568;
  }

  .xl\:focus-within\:text-gray-800:focus-within {
    color: #2d3748;
  }

  .xl\:focus-within\:text-gray-900:focus-within {
    color: #1a202c;
  }

  .xl\:focus-within\:text-red-100:focus-within {
    color: #fff5f5;
  }

  .xl\:focus-within\:text-red-200:focus-within {
    color: #fed7d7;
  }

  .xl\:focus-within\:text-red-300:focus-within {
    color: #feb2b2;
  }

  .xl\:focus-within\:text-red-400:focus-within {
    color: #fc8181;
  }

  .xl\:focus-within\:text-red-500:focus-within {
    color: #f56565;
  }

  .xl\:focus-within\:text-red-600:focus-within {
    color: #e53e3e;
  }

  .xl\:focus-within\:text-red-700:focus-within {
    color: #c53030;
  }

  .xl\:focus-within\:text-red-800:focus-within {
    color: #9b2c2c;
  }

  .xl\:focus-within\:text-red-900:focus-within {
    color: #742a2a;
  }

  .xl\:focus-within\:text-orange-100:focus-within {
    color: #fffaf0;
  }

  .xl\:focus-within\:text-orange-200:focus-within {
    color: #feebc8;
  }

  .xl\:focus-within\:text-orange-300:focus-within {
    color: #fbd38d;
  }

  .xl\:focus-within\:text-orange-400:focus-within {
    color: #f6ad55;
  }

  .xl\:focus-within\:text-orange-500:focus-within {
    color: #ed8936;
  }

  .xl\:focus-within\:text-orange-600:focus-within {
    color: #dd6b20;
  }

  .xl\:focus-within\:text-orange-700:focus-within {
    color: #c05621;
  }

  .xl\:focus-within\:text-orange-800:focus-within {
    color: #9c4221;
  }

  .xl\:focus-within\:text-orange-900:focus-within {
    color: #7b341e;
  }

  .xl\:focus-within\:text-yellow-100:focus-within {
    color: #fffff0;
  }

  .xl\:focus-within\:text-yellow-200:focus-within {
    color: #fefcbf;
  }

  .xl\:focus-within\:text-yellow-300:focus-within {
    color: #faf089;
  }

  .xl\:focus-within\:text-yellow-400:focus-within {
    color: #f6e05e;
  }

  .xl\:focus-within\:text-yellow-500:focus-within {
    color: #ecc94b;
  }

  .xl\:focus-within\:text-yellow-600:focus-within {
    color: #d69e2e;
  }

  .xl\:focus-within\:text-yellow-700:focus-within {
    color: #b7791f;
  }

  .xl\:focus-within\:text-yellow-800:focus-within {
    color: #975a16;
  }

  .xl\:focus-within\:text-yellow-900:focus-within {
    color: #744210;
  }

  .xl\:focus-within\:text-green-100:focus-within {
    color: #f0fff4;
  }

  .xl\:focus-within\:text-green-200:focus-within {
    color: #c6f6d5;
  }

  .xl\:focus-within\:text-green-300:focus-within {
    color: #9ae6b4;
  }

  .xl\:focus-within\:text-green-400:focus-within {
    color: #68d391;
  }

  .xl\:focus-within\:text-green-500:focus-within {
    color: #48bb78;
  }

  .xl\:focus-within\:text-green-600:focus-within {
    color: #38a169;
  }

  .xl\:focus-within\:text-green-700:focus-within {
    color: #2f855a;
  }

  .xl\:focus-within\:text-green-800:focus-within {
    color: #276749;
  }

  .xl\:focus-within\:text-green-900:focus-within {
    color: #22543d;
  }

  .xl\:focus-within\:text-teal-100:focus-within {
    color: #e6fffa;
  }

  .xl\:focus-within\:text-teal-200:focus-within {
    color: #b2f5ea;
  }

  .xl\:focus-within\:text-teal-300:focus-within {
    color: #81e6d9;
  }

  .xl\:focus-within\:text-teal-400:focus-within {
    color: #4fd1c5;
  }

  .xl\:focus-within\:text-teal-500:focus-within {
    color: #38b2ac;
  }

  .xl\:focus-within\:text-teal-600:focus-within {
    color: #319795;
  }

  .xl\:focus-within\:text-teal-700:focus-within {
    color: #2c7a7b;
  }

  .xl\:focus-within\:text-teal-800:focus-within {
    color: #285e61;
  }

  .xl\:focus-within\:text-teal-900:focus-within {
    color: #234e52;
  }

  .xl\:focus-within\:text-blue-100:focus-within {
    color: #ebf8ff;
  }

  .xl\:focus-within\:text-blue-200:focus-within {
    color: #bee3f8;
  }

  .xl\:focus-within\:text-blue-300:focus-within {
    color: #90cdf4;
  }

  .xl\:focus-within\:text-blue-400:focus-within {
    color: #63b3ed;
  }

  .xl\:focus-within\:text-blue-500:focus-within {
    color: #4299e1;
  }

  .xl\:focus-within\:text-blue-600:focus-within {
    color: #3182ce;
  }

  .xl\:focus-within\:text-blue-700:focus-within {
    color: #2b6cb0;
  }

  .xl\:focus-within\:text-blue-800:focus-within {
    color: #2c5282;
  }

  .xl\:focus-within\:text-blue-900:focus-within {
    color: #2a4365;
  }

  .xl\:focus-within\:text-indigo-100:focus-within {
    color: #ebf4ff;
  }

  .xl\:focus-within\:text-indigo-200:focus-within {
    color: #c3dafe;
  }

  .xl\:focus-within\:text-indigo-300:focus-within {
    color: #a3bffa;
  }

  .xl\:focus-within\:text-indigo-400:focus-within {
    color: #7f9cf5;
  }

  .xl\:focus-within\:text-indigo-500:focus-within {
    color: #667eea;
  }

  .xl\:focus-within\:text-indigo-600:focus-within {
    color: #5a67d8;
  }

  .xl\:focus-within\:text-indigo-700:focus-within {
    color: #4c51bf;
  }

  .xl\:focus-within\:text-indigo-800:focus-within {
    color: #434190;
  }

  .xl\:focus-within\:text-indigo-900:focus-within {
    color: #3c366b;
  }

  .xl\:focus-within\:text-purple-100:focus-within {
    color: #faf5ff;
  }

  .xl\:focus-within\:text-purple-200:focus-within {
    color: #e9d8fd;
  }

  .xl\:focus-within\:text-purple-300:focus-within {
    color: #d6bcfa;
  }

  .xl\:focus-within\:text-purple-400:focus-within {
    color: #b794f4;
  }

  .xl\:focus-within\:text-purple-500:focus-within {
    color: #9f7aea;
  }

  .xl\:focus-within\:text-purple-600:focus-within {
    color: #805ad5;
  }

  .xl\:focus-within\:text-purple-700:focus-within {
    color: #6b46c1;
  }

  .xl\:focus-within\:text-purple-800:focus-within {
    color: #553c9a;
  }

  .xl\:focus-within\:text-purple-900:focus-within {
    color: #44337a;
  }

  .xl\:focus-within\:text-pink-100:focus-within {
    color: #fff5f7;
  }

  .xl\:focus-within\:text-pink-200:focus-within {
    color: #fed7e2;
  }

  .xl\:focus-within\:text-pink-300:focus-within {
    color: #fbb6ce;
  }

  .xl\:focus-within\:text-pink-400:focus-within {
    color: #f687b3;
  }

  .xl\:focus-within\:text-pink-500:focus-within {
    color: #ed64a6;
  }

  .xl\:focus-within\:text-pink-600:focus-within {
    color: #d53f8c;
  }

  .xl\:focus-within\:text-pink-700:focus-within {
    color: #b83280;
  }

  .xl\:focus-within\:text-pink-800:focus-within {
    color: #97266d;
  }

  .xl\:focus-within\:text-pink-900:focus-within {
    color: #702459;
  }

  .xl\:first\:text-transparent:first-child {
    color: transparent;
  }

  .xl\:first\:text-black:first-child {
    color: #000;
  }

  .xl\:first\:text-white:first-child {
    color: #fff;
  }

  .xl\:first\:text-gray-100:first-child {
    color: #f7fafc;
  }

  .xl\:first\:text-gray-200:first-child {
    color: #edf2f7;
  }

  .xl\:first\:text-gray-300:first-child {
    color: #e2e8f0;
  }

  .xl\:first\:text-gray-400:first-child {
    color: #cbd5e0;
  }

  .xl\:first\:text-gray-500:first-child {
    color: #a0aec0;
  }

  .xl\:first\:text-gray-600:first-child {
    color: #718096;
  }

  .xl\:first\:text-gray-700:first-child {
    color: #4a5568;
  }

  .xl\:first\:text-gray-800:first-child {
    color: #2d3748;
  }

  .xl\:first\:text-gray-900:first-child {
    color: #1a202c;
  }

  .xl\:first\:text-red-100:first-child {
    color: #fff5f5;
  }

  .xl\:first\:text-red-200:first-child {
    color: #fed7d7;
  }

  .xl\:first\:text-red-300:first-child {
    color: #feb2b2;
  }

  .xl\:first\:text-red-400:first-child {
    color: #fc8181;
  }

  .xl\:first\:text-red-500:first-child {
    color: #f56565;
  }

  .xl\:first\:text-red-600:first-child {
    color: #e53e3e;
  }

  .xl\:first\:text-red-700:first-child {
    color: #c53030;
  }

  .xl\:first\:text-red-800:first-child {
    color: #9b2c2c;
  }

  .xl\:first\:text-red-900:first-child {
    color: #742a2a;
  }

  .xl\:first\:text-orange-100:first-child {
    color: #fffaf0;
  }

  .xl\:first\:text-orange-200:first-child {
    color: #feebc8;
  }

  .xl\:first\:text-orange-300:first-child {
    color: #fbd38d;
  }

  .xl\:first\:text-orange-400:first-child {
    color: #f6ad55;
  }

  .xl\:first\:text-orange-500:first-child {
    color: #ed8936;
  }

  .xl\:first\:text-orange-600:first-child {
    color: #dd6b20;
  }

  .xl\:first\:text-orange-700:first-child {
    color: #c05621;
  }

  .xl\:first\:text-orange-800:first-child {
    color: #9c4221;
  }

  .xl\:first\:text-orange-900:first-child {
    color: #7b341e;
  }

  .xl\:first\:text-yellow-100:first-child {
    color: #fffff0;
  }

  .xl\:first\:text-yellow-200:first-child {
    color: #fefcbf;
  }

  .xl\:first\:text-yellow-300:first-child {
    color: #faf089;
  }

  .xl\:first\:text-yellow-400:first-child {
    color: #f6e05e;
  }

  .xl\:first\:text-yellow-500:first-child {
    color: #ecc94b;
  }

  .xl\:first\:text-yellow-600:first-child {
    color: #d69e2e;
  }

  .xl\:first\:text-yellow-700:first-child {
    color: #b7791f;
  }

  .xl\:first\:text-yellow-800:first-child {
    color: #975a16;
  }

  .xl\:first\:text-yellow-900:first-child {
    color: #744210;
  }

  .xl\:first\:text-green-100:first-child {
    color: #f0fff4;
  }

  .xl\:first\:text-green-200:first-child {
    color: #c6f6d5;
  }

  .xl\:first\:text-green-300:first-child {
    color: #9ae6b4;
  }

  .xl\:first\:text-green-400:first-child {
    color: #68d391;
  }

  .xl\:first\:text-green-500:first-child {
    color: #48bb78;
  }

  .xl\:first\:text-green-600:first-child {
    color: #38a169;
  }

  .xl\:first\:text-green-700:first-child {
    color: #2f855a;
  }

  .xl\:first\:text-green-800:first-child {
    color: #276749;
  }

  .xl\:first\:text-green-900:first-child {
    color: #22543d;
  }

  .xl\:first\:text-teal-100:first-child {
    color: #e6fffa;
  }

  .xl\:first\:text-teal-200:first-child {
    color: #b2f5ea;
  }

  .xl\:first\:text-teal-300:first-child {
    color: #81e6d9;
  }

  .xl\:first\:text-teal-400:first-child {
    color: #4fd1c5;
  }

  .xl\:first\:text-teal-500:first-child {
    color: #38b2ac;
  }

  .xl\:first\:text-teal-600:first-child {
    color: #319795;
  }

  .xl\:first\:text-teal-700:first-child {
    color: #2c7a7b;
  }

  .xl\:first\:text-teal-800:first-child {
    color: #285e61;
  }

  .xl\:first\:text-teal-900:first-child {
    color: #234e52;
  }

  .xl\:first\:text-blue-100:first-child {
    color: #ebf8ff;
  }

  .xl\:first\:text-blue-200:first-child {
    color: #bee3f8;
  }

  .xl\:first\:text-blue-300:first-child {
    color: #90cdf4;
  }

  .xl\:first\:text-blue-400:first-child {
    color: #63b3ed;
  }

  .xl\:first\:text-blue-500:first-child {
    color: #4299e1;
  }

  .xl\:first\:text-blue-600:first-child {
    color: #3182ce;
  }

  .xl\:first\:text-blue-700:first-child {
    color: #2b6cb0;
  }

  .xl\:first\:text-blue-800:first-child {
    color: #2c5282;
  }

  .xl\:first\:text-blue-900:first-child {
    color: #2a4365;
  }

  .xl\:first\:text-indigo-100:first-child {
    color: #ebf4ff;
  }

  .xl\:first\:text-indigo-200:first-child {
    color: #c3dafe;
  }

  .xl\:first\:text-indigo-300:first-child {
    color: #a3bffa;
  }

  .xl\:first\:text-indigo-400:first-child {
    color: #7f9cf5;
  }

  .xl\:first\:text-indigo-500:first-child {
    color: #667eea;
  }

  .xl\:first\:text-indigo-600:first-child {
    color: #5a67d8;
  }

  .xl\:first\:text-indigo-700:first-child {
    color: #4c51bf;
  }

  .xl\:first\:text-indigo-800:first-child {
    color: #434190;
  }

  .xl\:first\:text-indigo-900:first-child {
    color: #3c366b;
  }

  .xl\:first\:text-purple-100:first-child {
    color: #faf5ff;
  }

  .xl\:first\:text-purple-200:first-child {
    color: #e9d8fd;
  }

  .xl\:first\:text-purple-300:first-child {
    color: #d6bcfa;
  }

  .xl\:first\:text-purple-400:first-child {
    color: #b794f4;
  }

  .xl\:first\:text-purple-500:first-child {
    color: #9f7aea;
  }

  .xl\:first\:text-purple-600:first-child {
    color: #805ad5;
  }

  .xl\:first\:text-purple-700:first-child {
    color: #6b46c1;
  }

  .xl\:first\:text-purple-800:first-child {
    color: #553c9a;
  }

  .xl\:first\:text-purple-900:first-child {
    color: #44337a;
  }

  .xl\:first\:text-pink-100:first-child {
    color: #fff5f7;
  }

  .xl\:first\:text-pink-200:first-child {
    color: #fed7e2;
  }

  .xl\:first\:text-pink-300:first-child {
    color: #fbb6ce;
  }

  .xl\:first\:text-pink-400:first-child {
    color: #f687b3;
  }

  .xl\:first\:text-pink-500:first-child {
    color: #ed64a6;
  }

  .xl\:first\:text-pink-600:first-child {
    color: #d53f8c;
  }

  .xl\:first\:text-pink-700:first-child {
    color: #b83280;
  }

  .xl\:first\:text-pink-800:first-child {
    color: #97266d;
  }

  .xl\:first\:text-pink-900:first-child {
    color: #702459;
  }

  .xl\:last\:text-transparent:last-child {
    color: transparent;
  }

  .xl\:last\:text-black:last-child {
    color: #000;
  }

  .xl\:last\:text-white:last-child {
    color: #fff;
  }

  .xl\:last\:text-gray-100:last-child {
    color: #f7fafc;
  }

  .xl\:last\:text-gray-200:last-child {
    color: #edf2f7;
  }

  .xl\:last\:text-gray-300:last-child {
    color: #e2e8f0;
  }

  .xl\:last\:text-gray-400:last-child {
    color: #cbd5e0;
  }

  .xl\:last\:text-gray-500:last-child {
    color: #a0aec0;
  }

  .xl\:last\:text-gray-600:last-child {
    color: #718096;
  }

  .xl\:last\:text-gray-700:last-child {
    color: #4a5568;
  }

  .xl\:last\:text-gray-800:last-child {
    color: #2d3748;
  }

  .xl\:last\:text-gray-900:last-child {
    color: #1a202c;
  }

  .xl\:last\:text-red-100:last-child {
    color: #fff5f5;
  }

  .xl\:last\:text-red-200:last-child {
    color: #fed7d7;
  }

  .xl\:last\:text-red-300:last-child {
    color: #feb2b2;
  }

  .xl\:last\:text-red-400:last-child {
    color: #fc8181;
  }

  .xl\:last\:text-red-500:last-child {
    color: #f56565;
  }

  .xl\:last\:text-red-600:last-child {
    color: #e53e3e;
  }

  .xl\:last\:text-red-700:last-child {
    color: #c53030;
  }

  .xl\:last\:text-red-800:last-child {
    color: #9b2c2c;
  }

  .xl\:last\:text-red-900:last-child {
    color: #742a2a;
  }

  .xl\:last\:text-orange-100:last-child {
    color: #fffaf0;
  }

  .xl\:last\:text-orange-200:last-child {
    color: #feebc8;
  }

  .xl\:last\:text-orange-300:last-child {
    color: #fbd38d;
  }

  .xl\:last\:text-orange-400:last-child {
    color: #f6ad55;
  }

  .xl\:last\:text-orange-500:last-child {
    color: #ed8936;
  }

  .xl\:last\:text-orange-600:last-child {
    color: #dd6b20;
  }

  .xl\:last\:text-orange-700:last-child {
    color: #c05621;
  }

  .xl\:last\:text-orange-800:last-child {
    color: #9c4221;
  }

  .xl\:last\:text-orange-900:last-child {
    color: #7b341e;
  }

  .xl\:last\:text-yellow-100:last-child {
    color: #fffff0;
  }

  .xl\:last\:text-yellow-200:last-child {
    color: #fefcbf;
  }

  .xl\:last\:text-yellow-300:last-child {
    color: #faf089;
  }

  .xl\:last\:text-yellow-400:last-child {
    color: #f6e05e;
  }

  .xl\:last\:text-yellow-500:last-child {
    color: #ecc94b;
  }

  .xl\:last\:text-yellow-600:last-child {
    color: #d69e2e;
  }

  .xl\:last\:text-yellow-700:last-child {
    color: #b7791f;
  }

  .xl\:last\:text-yellow-800:last-child {
    color: #975a16;
  }

  .xl\:last\:text-yellow-900:last-child {
    color: #744210;
  }

  .xl\:last\:text-green-100:last-child {
    color: #f0fff4;
  }

  .xl\:last\:text-green-200:last-child {
    color: #c6f6d5;
  }

  .xl\:last\:text-green-300:last-child {
    color: #9ae6b4;
  }

  .xl\:last\:text-green-400:last-child {
    color: #68d391;
  }

  .xl\:last\:text-green-500:last-child {
    color: #48bb78;
  }

  .xl\:last\:text-green-600:last-child {
    color: #38a169;
  }

  .xl\:last\:text-green-700:last-child {
    color: #2f855a;
  }

  .xl\:last\:text-green-800:last-child {
    color: #276749;
  }

  .xl\:last\:text-green-900:last-child {
    color: #22543d;
  }

  .xl\:last\:text-teal-100:last-child {
    color: #e6fffa;
  }

  .xl\:last\:text-teal-200:last-child {
    color: #b2f5ea;
  }

  .xl\:last\:text-teal-300:last-child {
    color: #81e6d9;
  }

  .xl\:last\:text-teal-400:last-child {
    color: #4fd1c5;
  }

  .xl\:last\:text-teal-500:last-child {
    color: #38b2ac;
  }

  .xl\:last\:text-teal-600:last-child {
    color: #319795;
  }

  .xl\:last\:text-teal-700:last-child {
    color: #2c7a7b;
  }

  .xl\:last\:text-teal-800:last-child {
    color: #285e61;
  }

  .xl\:last\:text-teal-900:last-child {
    color: #234e52;
  }

  .xl\:last\:text-blue-100:last-child {
    color: #ebf8ff;
  }

  .xl\:last\:text-blue-200:last-child {
    color: #bee3f8;
  }

  .xl\:last\:text-blue-300:last-child {
    color: #90cdf4;
  }

  .xl\:last\:text-blue-400:last-child {
    color: #63b3ed;
  }

  .xl\:last\:text-blue-500:last-child {
    color: #4299e1;
  }

  .xl\:last\:text-blue-600:last-child {
    color: #3182ce;
  }

  .xl\:last\:text-blue-700:last-child {
    color: #2b6cb0;
  }

  .xl\:last\:text-blue-800:last-child {
    color: #2c5282;
  }

  .xl\:last\:text-blue-900:last-child {
    color: #2a4365;
  }

  .xl\:last\:text-indigo-100:last-child {
    color: #ebf4ff;
  }

  .xl\:last\:text-indigo-200:last-child {
    color: #c3dafe;
  }

  .xl\:last\:text-indigo-300:last-child {
    color: #a3bffa;
  }

  .xl\:last\:text-indigo-400:last-child {
    color: #7f9cf5;
  }

  .xl\:last\:text-indigo-500:last-child {
    color: #667eea;
  }

  .xl\:last\:text-indigo-600:last-child {
    color: #5a67d8;
  }

  .xl\:last\:text-indigo-700:last-child {
    color: #4c51bf;
  }

  .xl\:last\:text-indigo-800:last-child {
    color: #434190;
  }

  .xl\:last\:text-indigo-900:last-child {
    color: #3c366b;
  }

  .xl\:last\:text-purple-100:last-child {
    color: #faf5ff;
  }

  .xl\:last\:text-purple-200:last-child {
    color: #e9d8fd;
  }

  .xl\:last\:text-purple-300:last-child {
    color: #d6bcfa;
  }

  .xl\:last\:text-purple-400:last-child {
    color: #b794f4;
  }

  .xl\:last\:text-purple-500:last-child {
    color: #9f7aea;
  }

  .xl\:last\:text-purple-600:last-child {
    color: #805ad5;
  }

  .xl\:last\:text-purple-700:last-child {
    color: #6b46c1;
  }

  .xl\:last\:text-purple-800:last-child {
    color: #553c9a;
  }

  .xl\:last\:text-purple-900:last-child {
    color: #44337a;
  }

  .xl\:last\:text-pink-100:last-child {
    color: #fff5f7;
  }

  .xl\:last\:text-pink-200:last-child {
    color: #fed7e2;
  }

  .xl\:last\:text-pink-300:last-child {
    color: #fbb6ce;
  }

  .xl\:last\:text-pink-400:last-child {
    color: #f687b3;
  }

  .xl\:last\:text-pink-500:last-child {
    color: #ed64a6;
  }

  .xl\:last\:text-pink-600:last-child {
    color: #d53f8c;
  }

  .xl\:last\:text-pink-700:last-child {
    color: #b83280;
  }

  .xl\:last\:text-pink-800:last-child {
    color: #97266d;
  }

  .xl\:last\:text-pink-900:last-child {
    color: #702459;
  }

  .xl\:odd\:text-transparent:nth-child(odd) {
    color: transparent;
  }

  .xl\:odd\:text-black:nth-child(odd) {
    color: #000;
  }

  .xl\:odd\:text-white:nth-child(odd) {
    color: #fff;
  }

  .xl\:odd\:text-gray-100:nth-child(odd) {
    color: #f7fafc;
  }

  .xl\:odd\:text-gray-200:nth-child(odd) {
    color: #edf2f7;
  }

  .xl\:odd\:text-gray-300:nth-child(odd) {
    color: #e2e8f0;
  }

  .xl\:odd\:text-gray-400:nth-child(odd) {
    color: #cbd5e0;
  }

  .xl\:odd\:text-gray-500:nth-child(odd) {
    color: #a0aec0;
  }

  .xl\:odd\:text-gray-600:nth-child(odd) {
    color: #718096;
  }

  .xl\:odd\:text-gray-700:nth-child(odd) {
    color: #4a5568;
  }

  .xl\:odd\:text-gray-800:nth-child(odd) {
    color: #2d3748;
  }

  .xl\:odd\:text-gray-900:nth-child(odd) {
    color: #1a202c;
  }

  .xl\:odd\:text-red-100:nth-child(odd) {
    color: #fff5f5;
  }

  .xl\:odd\:text-red-200:nth-child(odd) {
    color: #fed7d7;
  }

  .xl\:odd\:text-red-300:nth-child(odd) {
    color: #feb2b2;
  }

  .xl\:odd\:text-red-400:nth-child(odd) {
    color: #fc8181;
  }

  .xl\:odd\:text-red-500:nth-child(odd) {
    color: #f56565;
  }

  .xl\:odd\:text-red-600:nth-child(odd) {
    color: #e53e3e;
  }

  .xl\:odd\:text-red-700:nth-child(odd) {
    color: #c53030;
  }

  .xl\:odd\:text-red-800:nth-child(odd) {
    color: #9b2c2c;
  }

  .xl\:odd\:text-red-900:nth-child(odd) {
    color: #742a2a;
  }

  .xl\:odd\:text-orange-100:nth-child(odd) {
    color: #fffaf0;
  }

  .xl\:odd\:text-orange-200:nth-child(odd) {
    color: #feebc8;
  }

  .xl\:odd\:text-orange-300:nth-child(odd) {
    color: #fbd38d;
  }

  .xl\:odd\:text-orange-400:nth-child(odd) {
    color: #f6ad55;
  }

  .xl\:odd\:text-orange-500:nth-child(odd) {
    color: #ed8936;
  }

  .xl\:odd\:text-orange-600:nth-child(odd) {
    color: #dd6b20;
  }

  .xl\:odd\:text-orange-700:nth-child(odd) {
    color: #c05621;
  }

  .xl\:odd\:text-orange-800:nth-child(odd) {
    color: #9c4221;
  }

  .xl\:odd\:text-orange-900:nth-child(odd) {
    color: #7b341e;
  }

  .xl\:odd\:text-yellow-100:nth-child(odd) {
    color: #fffff0;
  }

  .xl\:odd\:text-yellow-200:nth-child(odd) {
    color: #fefcbf;
  }

  .xl\:odd\:text-yellow-300:nth-child(odd) {
    color: #faf089;
  }

  .xl\:odd\:text-yellow-400:nth-child(odd) {
    color: #f6e05e;
  }

  .xl\:odd\:text-yellow-500:nth-child(odd) {
    color: #ecc94b;
  }

  .xl\:odd\:text-yellow-600:nth-child(odd) {
    color: #d69e2e;
  }

  .xl\:odd\:text-yellow-700:nth-child(odd) {
    color: #b7791f;
  }

  .xl\:odd\:text-yellow-800:nth-child(odd) {
    color: #975a16;
  }

  .xl\:odd\:text-yellow-900:nth-child(odd) {
    color: #744210;
  }

  .xl\:odd\:text-green-100:nth-child(odd) {
    color: #f0fff4;
  }

  .xl\:odd\:text-green-200:nth-child(odd) {
    color: #c6f6d5;
  }

  .xl\:odd\:text-green-300:nth-child(odd) {
    color: #9ae6b4;
  }

  .xl\:odd\:text-green-400:nth-child(odd) {
    color: #68d391;
  }

  .xl\:odd\:text-green-500:nth-child(odd) {
    color: #48bb78;
  }

  .xl\:odd\:text-green-600:nth-child(odd) {
    color: #38a169;
  }

  .xl\:odd\:text-green-700:nth-child(odd) {
    color: #2f855a;
  }

  .xl\:odd\:text-green-800:nth-child(odd) {
    color: #276749;
  }

  .xl\:odd\:text-green-900:nth-child(odd) {
    color: #22543d;
  }

  .xl\:odd\:text-teal-100:nth-child(odd) {
    color: #e6fffa;
  }

  .xl\:odd\:text-teal-200:nth-child(odd) {
    color: #b2f5ea;
  }

  .xl\:odd\:text-teal-300:nth-child(odd) {
    color: #81e6d9;
  }

  .xl\:odd\:text-teal-400:nth-child(odd) {
    color: #4fd1c5;
  }

  .xl\:odd\:text-teal-500:nth-child(odd) {
    color: #38b2ac;
  }

  .xl\:odd\:text-teal-600:nth-child(odd) {
    color: #319795;
  }

  .xl\:odd\:text-teal-700:nth-child(odd) {
    color: #2c7a7b;
  }

  .xl\:odd\:text-teal-800:nth-child(odd) {
    color: #285e61;
  }

  .xl\:odd\:text-teal-900:nth-child(odd) {
    color: #234e52;
  }

  .xl\:odd\:text-blue-100:nth-child(odd) {
    color: #ebf8ff;
  }

  .xl\:odd\:text-blue-200:nth-child(odd) {
    color: #bee3f8;
  }

  .xl\:odd\:text-blue-300:nth-child(odd) {
    color: #90cdf4;
  }

  .xl\:odd\:text-blue-400:nth-child(odd) {
    color: #63b3ed;
  }

  .xl\:odd\:text-blue-500:nth-child(odd) {
    color: #4299e1;
  }

  .xl\:odd\:text-blue-600:nth-child(odd) {
    color: #3182ce;
  }

  .xl\:odd\:text-blue-700:nth-child(odd) {
    color: #2b6cb0;
  }

  .xl\:odd\:text-blue-800:nth-child(odd) {
    color: #2c5282;
  }

  .xl\:odd\:text-blue-900:nth-child(odd) {
    color: #2a4365;
  }

  .xl\:odd\:text-indigo-100:nth-child(odd) {
    color: #ebf4ff;
  }

  .xl\:odd\:text-indigo-200:nth-child(odd) {
    color: #c3dafe;
  }

  .xl\:odd\:text-indigo-300:nth-child(odd) {
    color: #a3bffa;
  }

  .xl\:odd\:text-indigo-400:nth-child(odd) {
    color: #7f9cf5;
  }

  .xl\:odd\:text-indigo-500:nth-child(odd) {
    color: #667eea;
  }

  .xl\:odd\:text-indigo-600:nth-child(odd) {
    color: #5a67d8;
  }

  .xl\:odd\:text-indigo-700:nth-child(odd) {
    color: #4c51bf;
  }

  .xl\:odd\:text-indigo-800:nth-child(odd) {
    color: #434190;
  }

  .xl\:odd\:text-indigo-900:nth-child(odd) {
    color: #3c366b;
  }

  .xl\:odd\:text-purple-100:nth-child(odd) {
    color: #faf5ff;
  }

  .xl\:odd\:text-purple-200:nth-child(odd) {
    color: #e9d8fd;
  }

  .xl\:odd\:text-purple-300:nth-child(odd) {
    color: #d6bcfa;
  }

  .xl\:odd\:text-purple-400:nth-child(odd) {
    color: #b794f4;
  }

  .xl\:odd\:text-purple-500:nth-child(odd) {
    color: #9f7aea;
  }

  .xl\:odd\:text-purple-600:nth-child(odd) {
    color: #805ad5;
  }

  .xl\:odd\:text-purple-700:nth-child(odd) {
    color: #6b46c1;
  }

  .xl\:odd\:text-purple-800:nth-child(odd) {
    color: #553c9a;
  }

  .xl\:odd\:text-purple-900:nth-child(odd) {
    color: #44337a;
  }

  .xl\:odd\:text-pink-100:nth-child(odd) {
    color: #fff5f7;
  }

  .xl\:odd\:text-pink-200:nth-child(odd) {
    color: #fed7e2;
  }

  .xl\:odd\:text-pink-300:nth-child(odd) {
    color: #fbb6ce;
  }

  .xl\:odd\:text-pink-400:nth-child(odd) {
    color: #f687b3;
  }

  .xl\:odd\:text-pink-500:nth-child(odd) {
    color: #ed64a6;
  }

  .xl\:odd\:text-pink-600:nth-child(odd) {
    color: #d53f8c;
  }

  .xl\:odd\:text-pink-700:nth-child(odd) {
    color: #b83280;
  }

  .xl\:odd\:text-pink-800:nth-child(odd) {
    color: #97266d;
  }

  .xl\:odd\:text-pink-900:nth-child(odd) {
    color: #702459;
  }

  .xl\:even\:text-transparent:nth-child(even) {
    color: transparent;
  }

  .xl\:even\:text-black:nth-child(even) {
    color: #000;
  }

  .xl\:even\:text-white:nth-child(even) {
    color: #fff;
  }

  .xl\:even\:text-gray-100:nth-child(even) {
    color: #f7fafc;
  }

  .xl\:even\:text-gray-200:nth-child(even) {
    color: #edf2f7;
  }

  .xl\:even\:text-gray-300:nth-child(even) {
    color: #e2e8f0;
  }

  .xl\:even\:text-gray-400:nth-child(even) {
    color: #cbd5e0;
  }

  .xl\:even\:text-gray-500:nth-child(even) {
    color: #a0aec0;
  }

  .xl\:even\:text-gray-600:nth-child(even) {
    color: #718096;
  }

  .xl\:even\:text-gray-700:nth-child(even) {
    color: #4a5568;
  }

  .xl\:even\:text-gray-800:nth-child(even) {
    color: #2d3748;
  }

  .xl\:even\:text-gray-900:nth-child(even) {
    color: #1a202c;
  }

  .xl\:even\:text-red-100:nth-child(even) {
    color: #fff5f5;
  }

  .xl\:even\:text-red-200:nth-child(even) {
    color: #fed7d7;
  }

  .xl\:even\:text-red-300:nth-child(even) {
    color: #feb2b2;
  }

  .xl\:even\:text-red-400:nth-child(even) {
    color: #fc8181;
  }

  .xl\:even\:text-red-500:nth-child(even) {
    color: #f56565;
  }

  .xl\:even\:text-red-600:nth-child(even) {
    color: #e53e3e;
  }

  .xl\:even\:text-red-700:nth-child(even) {
    color: #c53030;
  }

  .xl\:even\:text-red-800:nth-child(even) {
    color: #9b2c2c;
  }

  .xl\:even\:text-red-900:nth-child(even) {
    color: #742a2a;
  }

  .xl\:even\:text-orange-100:nth-child(even) {
    color: #fffaf0;
  }

  .xl\:even\:text-orange-200:nth-child(even) {
    color: #feebc8;
  }

  .xl\:even\:text-orange-300:nth-child(even) {
    color: #fbd38d;
  }

  .xl\:even\:text-orange-400:nth-child(even) {
    color: #f6ad55;
  }

  .xl\:even\:text-orange-500:nth-child(even) {
    color: #ed8936;
  }

  .xl\:even\:text-orange-600:nth-child(even) {
    color: #dd6b20;
  }

  .xl\:even\:text-orange-700:nth-child(even) {
    color: #c05621;
  }

  .xl\:even\:text-orange-800:nth-child(even) {
    color: #9c4221;
  }

  .xl\:even\:text-orange-900:nth-child(even) {
    color: #7b341e;
  }

  .xl\:even\:text-yellow-100:nth-child(even) {
    color: #fffff0;
  }

  .xl\:even\:text-yellow-200:nth-child(even) {
    color: #fefcbf;
  }

  .xl\:even\:text-yellow-300:nth-child(even) {
    color: #faf089;
  }

  .xl\:even\:text-yellow-400:nth-child(even) {
    color: #f6e05e;
  }

  .xl\:even\:text-yellow-500:nth-child(even) {
    color: #ecc94b;
  }

  .xl\:even\:text-yellow-600:nth-child(even) {
    color: #d69e2e;
  }

  .xl\:even\:text-yellow-700:nth-child(even) {
    color: #b7791f;
  }

  .xl\:even\:text-yellow-800:nth-child(even) {
    color: #975a16;
  }

  .xl\:even\:text-yellow-900:nth-child(even) {
    color: #744210;
  }

  .xl\:even\:text-green-100:nth-child(even) {
    color: #f0fff4;
  }

  .xl\:even\:text-green-200:nth-child(even) {
    color: #c6f6d5;
  }

  .xl\:even\:text-green-300:nth-child(even) {
    color: #9ae6b4;
  }

  .xl\:even\:text-green-400:nth-child(even) {
    color: #68d391;
  }

  .xl\:even\:text-green-500:nth-child(even) {
    color: #48bb78;
  }

  .xl\:even\:text-green-600:nth-child(even) {
    color: #38a169;
  }

  .xl\:even\:text-green-700:nth-child(even) {
    color: #2f855a;
  }

  .xl\:even\:text-green-800:nth-child(even) {
    color: #276749;
  }

  .xl\:even\:text-green-900:nth-child(even) {
    color: #22543d;
  }

  .xl\:even\:text-teal-100:nth-child(even) {
    color: #e6fffa;
  }

  .xl\:even\:text-teal-200:nth-child(even) {
    color: #b2f5ea;
  }

  .xl\:even\:text-teal-300:nth-child(even) {
    color: #81e6d9;
  }

  .xl\:even\:text-teal-400:nth-child(even) {
    color: #4fd1c5;
  }

  .xl\:even\:text-teal-500:nth-child(even) {
    color: #38b2ac;
  }

  .xl\:even\:text-teal-600:nth-child(even) {
    color: #319795;
  }

  .xl\:even\:text-teal-700:nth-child(even) {
    color: #2c7a7b;
  }

  .xl\:even\:text-teal-800:nth-child(even) {
    color: #285e61;
  }

  .xl\:even\:text-teal-900:nth-child(even) {
    color: #234e52;
  }

  .xl\:even\:text-blue-100:nth-child(even) {
    color: #ebf8ff;
  }

  .xl\:even\:text-blue-200:nth-child(even) {
    color: #bee3f8;
  }

  .xl\:even\:text-blue-300:nth-child(even) {
    color: #90cdf4;
  }

  .xl\:even\:text-blue-400:nth-child(even) {
    color: #63b3ed;
  }

  .xl\:even\:text-blue-500:nth-child(even) {
    color: #4299e1;
  }

  .xl\:even\:text-blue-600:nth-child(even) {
    color: #3182ce;
  }

  .xl\:even\:text-blue-700:nth-child(even) {
    color: #2b6cb0;
  }

  .xl\:even\:text-blue-800:nth-child(even) {
    color: #2c5282;
  }

  .xl\:even\:text-blue-900:nth-child(even) {
    color: #2a4365;
  }

  .xl\:even\:text-indigo-100:nth-child(even) {
    color: #ebf4ff;
  }

  .xl\:even\:text-indigo-200:nth-child(even) {
    color: #c3dafe;
  }

  .xl\:even\:text-indigo-300:nth-child(even) {
    color: #a3bffa;
  }

  .xl\:even\:text-indigo-400:nth-child(even) {
    color: #7f9cf5;
  }

  .xl\:even\:text-indigo-500:nth-child(even) {
    color: #667eea;
  }

  .xl\:even\:text-indigo-600:nth-child(even) {
    color: #5a67d8;
  }

  .xl\:even\:text-indigo-700:nth-child(even) {
    color: #4c51bf;
  }

  .xl\:even\:text-indigo-800:nth-child(even) {
    color: #434190;
  }

  .xl\:even\:text-indigo-900:nth-child(even) {
    color: #3c366b;
  }

  .xl\:even\:text-purple-100:nth-child(even) {
    color: #faf5ff;
  }

  .xl\:even\:text-purple-200:nth-child(even) {
    color: #e9d8fd;
  }

  .xl\:even\:text-purple-300:nth-child(even) {
    color: #d6bcfa;
  }

  .xl\:even\:text-purple-400:nth-child(even) {
    color: #b794f4;
  }

  .xl\:even\:text-purple-500:nth-child(even) {
    color: #9f7aea;
  }

  .xl\:even\:text-purple-600:nth-child(even) {
    color: #805ad5;
  }

  .xl\:even\:text-purple-700:nth-child(even) {
    color: #6b46c1;
  }

  .xl\:even\:text-purple-800:nth-child(even) {
    color: #553c9a;
  }

  .xl\:even\:text-purple-900:nth-child(even) {
    color: #44337a;
  }

  .xl\:even\:text-pink-100:nth-child(even) {
    color: #fff5f7;
  }

  .xl\:even\:text-pink-200:nth-child(even) {
    color: #fed7e2;
  }

  .xl\:even\:text-pink-300:nth-child(even) {
    color: #fbb6ce;
  }

  .xl\:even\:text-pink-400:nth-child(even) {
    color: #f687b3;
  }

  .xl\:even\:text-pink-500:nth-child(even) {
    color: #ed64a6;
  }

  .xl\:even\:text-pink-600:nth-child(even) {
    color: #d53f8c;
  }

  .xl\:even\:text-pink-700:nth-child(even) {
    color: #b83280;
  }

  .xl\:even\:text-pink-800:nth-child(even) {
    color: #97266d;
  }

  .xl\:even\:text-pink-900:nth-child(even) {
    color: #702459;
  }

  .xl\:hover\:text-transparent:hover {
    color: transparent;
  }

  .xl\:hover\:text-black:hover {
    color: #000;
  }

  .xl\:hover\:text-white:hover {
    color: #fff;
  }

  .xl\:hover\:text-gray-100:hover {
    color: #f7fafc;
  }

  .xl\:hover\:text-gray-200:hover {
    color: #edf2f7;
  }

  .xl\:hover\:text-gray-300:hover {
    color: #e2e8f0;
  }

  .xl\:hover\:text-gray-400:hover {
    color: #cbd5e0;
  }

  .xl\:hover\:text-gray-500:hover {
    color: #a0aec0;
  }

  .xl\:hover\:text-gray-600:hover {
    color: #718096;
  }

  .xl\:hover\:text-gray-700:hover {
    color: #4a5568;
  }

  .xl\:hover\:text-gray-800:hover {
    color: #2d3748;
  }

  .xl\:hover\:text-gray-900:hover {
    color: #1a202c;
  }

  .xl\:hover\:text-red-100:hover {
    color: #fff5f5;
  }

  .xl\:hover\:text-red-200:hover {
    color: #fed7d7;
  }

  .xl\:hover\:text-red-300:hover {
    color: #feb2b2;
  }

  .xl\:hover\:text-red-400:hover {
    color: #fc8181;
  }

  .xl\:hover\:text-red-500:hover {
    color: #f56565;
  }

  .xl\:hover\:text-red-600:hover {
    color: #e53e3e;
  }

  .xl\:hover\:text-red-700:hover {
    color: #c53030;
  }

  .xl\:hover\:text-red-800:hover {
    color: #9b2c2c;
  }

  .xl\:hover\:text-red-900:hover {
    color: #742a2a;
  }

  .xl\:hover\:text-orange-100:hover {
    color: #fffaf0;
  }

  .xl\:hover\:text-orange-200:hover {
    color: #feebc8;
  }

  .xl\:hover\:text-orange-300:hover {
    color: #fbd38d;
  }

  .xl\:hover\:text-orange-400:hover {
    color: #f6ad55;
  }

  .xl\:hover\:text-orange-500:hover {
    color: #ed8936;
  }

  .xl\:hover\:text-orange-600:hover {
    color: #dd6b20;
  }

  .xl\:hover\:text-orange-700:hover {
    color: #c05621;
  }

  .xl\:hover\:text-orange-800:hover {
    color: #9c4221;
  }

  .xl\:hover\:text-orange-900:hover {
    color: #7b341e;
  }

  .xl\:hover\:text-yellow-100:hover {
    color: #fffff0;
  }

  .xl\:hover\:text-yellow-200:hover {
    color: #fefcbf;
  }

  .xl\:hover\:text-yellow-300:hover {
    color: #faf089;
  }

  .xl\:hover\:text-yellow-400:hover {
    color: #f6e05e;
  }

  .xl\:hover\:text-yellow-500:hover {
    color: #ecc94b;
  }

  .xl\:hover\:text-yellow-600:hover {
    color: #d69e2e;
  }

  .xl\:hover\:text-yellow-700:hover {
    color: #b7791f;
  }

  .xl\:hover\:text-yellow-800:hover {
    color: #975a16;
  }

  .xl\:hover\:text-yellow-900:hover {
    color: #744210;
  }

  .xl\:hover\:text-green-100:hover {
    color: #f0fff4;
  }

  .xl\:hover\:text-green-200:hover {
    color: #c6f6d5;
  }

  .xl\:hover\:text-green-300:hover {
    color: #9ae6b4;
  }

  .xl\:hover\:text-green-400:hover {
    color: #68d391;
  }

  .xl\:hover\:text-green-500:hover {
    color: #48bb78;
  }

  .xl\:hover\:text-green-600:hover {
    color: #38a169;
  }

  .xl\:hover\:text-green-700:hover {
    color: #2f855a;
  }

  .xl\:hover\:text-green-800:hover {
    color: #276749;
  }

  .xl\:hover\:text-green-900:hover {
    color: #22543d;
  }

  .xl\:hover\:text-teal-100:hover {
    color: #e6fffa;
  }

  .xl\:hover\:text-teal-200:hover {
    color: #b2f5ea;
  }

  .xl\:hover\:text-teal-300:hover {
    color: #81e6d9;
  }

  .xl\:hover\:text-teal-400:hover {
    color: #4fd1c5;
  }

  .xl\:hover\:text-teal-500:hover {
    color: #38b2ac;
  }

  .xl\:hover\:text-teal-600:hover {
    color: #319795;
  }

  .xl\:hover\:text-teal-700:hover {
    color: #2c7a7b;
  }

  .xl\:hover\:text-teal-800:hover {
    color: #285e61;
  }

  .xl\:hover\:text-teal-900:hover {
    color: #234e52;
  }

  .xl\:hover\:text-blue-100:hover {
    color: #ebf8ff;
  }

  .xl\:hover\:text-blue-200:hover {
    color: #bee3f8;
  }

  .xl\:hover\:text-blue-300:hover {
    color: #90cdf4;
  }

  .xl\:hover\:text-blue-400:hover {
    color: #63b3ed;
  }

  .xl\:hover\:text-blue-500:hover {
    color: #4299e1;
  }

  .xl\:hover\:text-blue-600:hover {
    color: #3182ce;
  }

  .xl\:hover\:text-blue-700:hover {
    color: #2b6cb0;
  }

  .xl\:hover\:text-blue-800:hover {
    color: #2c5282;
  }

  .xl\:hover\:text-blue-900:hover {
    color: #2a4365;
  }

  .xl\:hover\:text-indigo-100:hover {
    color: #ebf4ff;
  }

  .xl\:hover\:text-indigo-200:hover {
    color: #c3dafe;
  }

  .xl\:hover\:text-indigo-300:hover {
    color: #a3bffa;
  }

  .xl\:hover\:text-indigo-400:hover {
    color: #7f9cf5;
  }

  .xl\:hover\:text-indigo-500:hover {
    color: #667eea;
  }

  .xl\:hover\:text-indigo-600:hover {
    color: #5a67d8;
  }

  .xl\:hover\:text-indigo-700:hover {
    color: #4c51bf;
  }

  .xl\:hover\:text-indigo-800:hover {
    color: #434190;
  }

  .xl\:hover\:text-indigo-900:hover {
    color: #3c366b;
  }

  .xl\:hover\:text-purple-100:hover {
    color: #faf5ff;
  }

  .xl\:hover\:text-purple-200:hover {
    color: #e9d8fd;
  }

  .xl\:hover\:text-purple-300:hover {
    color: #d6bcfa;
  }

  .xl\:hover\:text-purple-400:hover {
    color: #b794f4;
  }

  .xl\:hover\:text-purple-500:hover {
    color: #9f7aea;
  }

  .xl\:hover\:text-purple-600:hover {
    color: #805ad5;
  }

  .xl\:hover\:text-purple-700:hover {
    color: #6b46c1;
  }

  .xl\:hover\:text-purple-800:hover {
    color: #553c9a;
  }

  .xl\:hover\:text-purple-900:hover {
    color: #44337a;
  }

  .xl\:hover\:text-pink-100:hover {
    color: #fff5f7;
  }

  .xl\:hover\:text-pink-200:hover {
    color: #fed7e2;
  }

  .xl\:hover\:text-pink-300:hover {
    color: #fbb6ce;
  }

  .xl\:hover\:text-pink-400:hover {
    color: #f687b3;
  }

  .xl\:hover\:text-pink-500:hover {
    color: #ed64a6;
  }

  .xl\:hover\:text-pink-600:hover {
    color: #d53f8c;
  }

  .xl\:hover\:text-pink-700:hover {
    color: #b83280;
  }

  .xl\:hover\:text-pink-800:hover {
    color: #97266d;
  }

  .xl\:hover\:text-pink-900:hover {
    color: #702459;
  }

  .xl\:focus\:text-transparent:focus {
    color: transparent;
  }

  .xl\:focus\:text-black:focus {
    color: #000;
  }

  .xl\:focus\:text-white:focus {
    color: #fff;
  }

  .xl\:focus\:text-gray-100:focus {
    color: #f7fafc;
  }

  .xl\:focus\:text-gray-200:focus {
    color: #edf2f7;
  }

  .xl\:focus\:text-gray-300:focus {
    color: #e2e8f0;
  }

  .xl\:focus\:text-gray-400:focus {
    color: #cbd5e0;
  }

  .xl\:focus\:text-gray-500:focus {
    color: #a0aec0;
  }

  .xl\:focus\:text-gray-600:focus {
    color: #718096;
  }

  .xl\:focus\:text-gray-700:focus {
    color: #4a5568;
  }

  .xl\:focus\:text-gray-800:focus {
    color: #2d3748;
  }

  .xl\:focus\:text-gray-900:focus {
    color: #1a202c;
  }

  .xl\:focus\:text-red-100:focus {
    color: #fff5f5;
  }

  .xl\:focus\:text-red-200:focus {
    color: #fed7d7;
  }

  .xl\:focus\:text-red-300:focus {
    color: #feb2b2;
  }

  .xl\:focus\:text-red-400:focus {
    color: #fc8181;
  }

  .xl\:focus\:text-red-500:focus {
    color: #f56565;
  }

  .xl\:focus\:text-red-600:focus {
    color: #e53e3e;
  }

  .xl\:focus\:text-red-700:focus {
    color: #c53030;
  }

  .xl\:focus\:text-red-800:focus {
    color: #9b2c2c;
  }

  .xl\:focus\:text-red-900:focus {
    color: #742a2a;
  }

  .xl\:focus\:text-orange-100:focus {
    color: #fffaf0;
  }

  .xl\:focus\:text-orange-200:focus {
    color: #feebc8;
  }

  .xl\:focus\:text-orange-300:focus {
    color: #fbd38d;
  }

  .xl\:focus\:text-orange-400:focus {
    color: #f6ad55;
  }

  .xl\:focus\:text-orange-500:focus {
    color: #ed8936;
  }

  .xl\:focus\:text-orange-600:focus {
    color: #dd6b20;
  }

  .xl\:focus\:text-orange-700:focus {
    color: #c05621;
  }

  .xl\:focus\:text-orange-800:focus {
    color: #9c4221;
  }

  .xl\:focus\:text-orange-900:focus {
    color: #7b341e;
  }

  .xl\:focus\:text-yellow-100:focus {
    color: #fffff0;
  }

  .xl\:focus\:text-yellow-200:focus {
    color: #fefcbf;
  }

  .xl\:focus\:text-yellow-300:focus {
    color: #faf089;
  }

  .xl\:focus\:text-yellow-400:focus {
    color: #f6e05e;
  }

  .xl\:focus\:text-yellow-500:focus {
    color: #ecc94b;
  }

  .xl\:focus\:text-yellow-600:focus {
    color: #d69e2e;
  }

  .xl\:focus\:text-yellow-700:focus {
    color: #b7791f;
  }

  .xl\:focus\:text-yellow-800:focus {
    color: #975a16;
  }

  .xl\:focus\:text-yellow-900:focus {
    color: #744210;
  }

  .xl\:focus\:text-green-100:focus {
    color: #f0fff4;
  }

  .xl\:focus\:text-green-200:focus {
    color: #c6f6d5;
  }

  .xl\:focus\:text-green-300:focus {
    color: #9ae6b4;
  }

  .xl\:focus\:text-green-400:focus {
    color: #68d391;
  }

  .xl\:focus\:text-green-500:focus {
    color: #48bb78;
  }

  .xl\:focus\:text-green-600:focus {
    color: #38a169;
  }

  .xl\:focus\:text-green-700:focus {
    color: #2f855a;
  }

  .xl\:focus\:text-green-800:focus {
    color: #276749;
  }

  .xl\:focus\:text-green-900:focus {
    color: #22543d;
  }

  .xl\:focus\:text-teal-100:focus {
    color: #e6fffa;
  }

  .xl\:focus\:text-teal-200:focus {
    color: #b2f5ea;
  }

  .xl\:focus\:text-teal-300:focus {
    color: #81e6d9;
  }

  .xl\:focus\:text-teal-400:focus {
    color: #4fd1c5;
  }

  .xl\:focus\:text-teal-500:focus {
    color: #38b2ac;
  }

  .xl\:focus\:text-teal-600:focus {
    color: #319795;
  }

  .xl\:focus\:text-teal-700:focus {
    color: #2c7a7b;
  }

  .xl\:focus\:text-teal-800:focus {
    color: #285e61;
  }

  .xl\:focus\:text-teal-900:focus {
    color: #234e52;
  }

  .xl\:focus\:text-blue-100:focus {
    color: #ebf8ff;
  }

  .xl\:focus\:text-blue-200:focus {
    color: #bee3f8;
  }

  .xl\:focus\:text-blue-300:focus {
    color: #90cdf4;
  }

  .xl\:focus\:text-blue-400:focus {
    color: #63b3ed;
  }

  .xl\:focus\:text-blue-500:focus {
    color: #4299e1;
  }

  .xl\:focus\:text-blue-600:focus {
    color: #3182ce;
  }

  .xl\:focus\:text-blue-700:focus {
    color: #2b6cb0;
  }

  .xl\:focus\:text-blue-800:focus {
    color: #2c5282;
  }

  .xl\:focus\:text-blue-900:focus {
    color: #2a4365;
  }

  .xl\:focus\:text-indigo-100:focus {
    color: #ebf4ff;
  }

  .xl\:focus\:text-indigo-200:focus {
    color: #c3dafe;
  }

  .xl\:focus\:text-indigo-300:focus {
    color: #a3bffa;
  }

  .xl\:focus\:text-indigo-400:focus {
    color: #7f9cf5;
  }

  .xl\:focus\:text-indigo-500:focus {
    color: #667eea;
  }

  .xl\:focus\:text-indigo-600:focus {
    color: #5a67d8;
  }

  .xl\:focus\:text-indigo-700:focus {
    color: #4c51bf;
  }

  .xl\:focus\:text-indigo-800:focus {
    color: #434190;
  }

  .xl\:focus\:text-indigo-900:focus {
    color: #3c366b;
  }

  .xl\:focus\:text-purple-100:focus {
    color: #faf5ff;
  }

  .xl\:focus\:text-purple-200:focus {
    color: #e9d8fd;
  }

  .xl\:focus\:text-purple-300:focus {
    color: #d6bcfa;
  }

  .xl\:focus\:text-purple-400:focus {
    color: #b794f4;
  }

  .xl\:focus\:text-purple-500:focus {
    color: #9f7aea;
  }

  .xl\:focus\:text-purple-600:focus {
    color: #805ad5;
  }

  .xl\:focus\:text-purple-700:focus {
    color: #6b46c1;
  }

  .xl\:focus\:text-purple-800:focus {
    color: #553c9a;
  }

  .xl\:focus\:text-purple-900:focus {
    color: #44337a;
  }

  .xl\:focus\:text-pink-100:focus {
    color: #fff5f7;
  }

  .xl\:focus\:text-pink-200:focus {
    color: #fed7e2;
  }

  .xl\:focus\:text-pink-300:focus {
    color: #fbb6ce;
  }

  .xl\:focus\:text-pink-400:focus {
    color: #f687b3;
  }

  .xl\:focus\:text-pink-500:focus {
    color: #ed64a6;
  }

  .xl\:focus\:text-pink-600:focus {
    color: #d53f8c;
  }

  .xl\:focus\:text-pink-700:focus {
    color: #b83280;
  }

  .xl\:focus\:text-pink-800:focus {
    color: #97266d;
  }

  .xl\:focus\:text-pink-900:focus {
    color: #702459;
  }

  .xl\:active\:text-transparent:active {
    color: transparent;
  }

  .xl\:active\:text-black:active {
    color: #000;
  }

  .xl\:active\:text-white:active {
    color: #fff;
  }

  .xl\:active\:text-gray-100:active {
    color: #f7fafc;
  }

  .xl\:active\:text-gray-200:active {
    color: #edf2f7;
  }

  .xl\:active\:text-gray-300:active {
    color: #e2e8f0;
  }

  .xl\:active\:text-gray-400:active {
    color: #cbd5e0;
  }

  .xl\:active\:text-gray-500:active {
    color: #a0aec0;
  }

  .xl\:active\:text-gray-600:active {
    color: #718096;
  }

  .xl\:active\:text-gray-700:active {
    color: #4a5568;
  }

  .xl\:active\:text-gray-800:active {
    color: #2d3748;
  }

  .xl\:active\:text-gray-900:active {
    color: #1a202c;
  }

  .xl\:active\:text-red-100:active {
    color: #fff5f5;
  }

  .xl\:active\:text-red-200:active {
    color: #fed7d7;
  }

  .xl\:active\:text-red-300:active {
    color: #feb2b2;
  }

  .xl\:active\:text-red-400:active {
    color: #fc8181;
  }

  .xl\:active\:text-red-500:active {
    color: #f56565;
  }

  .xl\:active\:text-red-600:active {
    color: #e53e3e;
  }

  .xl\:active\:text-red-700:active {
    color: #c53030;
  }

  .xl\:active\:text-red-800:active {
    color: #9b2c2c;
  }

  .xl\:active\:text-red-900:active {
    color: #742a2a;
  }

  .xl\:active\:text-orange-100:active {
    color: #fffaf0;
  }

  .xl\:active\:text-orange-200:active {
    color: #feebc8;
  }

  .xl\:active\:text-orange-300:active {
    color: #fbd38d;
  }

  .xl\:active\:text-orange-400:active {
    color: #f6ad55;
  }

  .xl\:active\:text-orange-500:active {
    color: #ed8936;
  }

  .xl\:active\:text-orange-600:active {
    color: #dd6b20;
  }

  .xl\:active\:text-orange-700:active {
    color: #c05621;
  }

  .xl\:active\:text-orange-800:active {
    color: #9c4221;
  }

  .xl\:active\:text-orange-900:active {
    color: #7b341e;
  }

  .xl\:active\:text-yellow-100:active {
    color: #fffff0;
  }

  .xl\:active\:text-yellow-200:active {
    color: #fefcbf;
  }

  .xl\:active\:text-yellow-300:active {
    color: #faf089;
  }

  .xl\:active\:text-yellow-400:active {
    color: #f6e05e;
  }

  .xl\:active\:text-yellow-500:active {
    color: #ecc94b;
  }

  .xl\:active\:text-yellow-600:active {
    color: #d69e2e;
  }

  .xl\:active\:text-yellow-700:active {
    color: #b7791f;
  }

  .xl\:active\:text-yellow-800:active {
    color: #975a16;
  }

  .xl\:active\:text-yellow-900:active {
    color: #744210;
  }

  .xl\:active\:text-green-100:active {
    color: #f0fff4;
  }

  .xl\:active\:text-green-200:active {
    color: #c6f6d5;
  }

  .xl\:active\:text-green-300:active {
    color: #9ae6b4;
  }

  .xl\:active\:text-green-400:active {
    color: #68d391;
  }

  .xl\:active\:text-green-500:active {
    color: #48bb78;
  }

  .xl\:active\:text-green-600:active {
    color: #38a169;
  }

  .xl\:active\:text-green-700:active {
    color: #2f855a;
  }

  .xl\:active\:text-green-800:active {
    color: #276749;
  }

  .xl\:active\:text-green-900:active {
    color: #22543d;
  }

  .xl\:active\:text-teal-100:active {
    color: #e6fffa;
  }

  .xl\:active\:text-teal-200:active {
    color: #b2f5ea;
  }

  .xl\:active\:text-teal-300:active {
    color: #81e6d9;
  }

  .xl\:active\:text-teal-400:active {
    color: #4fd1c5;
  }

  .xl\:active\:text-teal-500:active {
    color: #38b2ac;
  }

  .xl\:active\:text-teal-600:active {
    color: #319795;
  }

  .xl\:active\:text-teal-700:active {
    color: #2c7a7b;
  }

  .xl\:active\:text-teal-800:active {
    color: #285e61;
  }

  .xl\:active\:text-teal-900:active {
    color: #234e52;
  }

  .xl\:active\:text-blue-100:active {
    color: #ebf8ff;
  }

  .xl\:active\:text-blue-200:active {
    color: #bee3f8;
  }

  .xl\:active\:text-blue-300:active {
    color: #90cdf4;
  }

  .xl\:active\:text-blue-400:active {
    color: #63b3ed;
  }

  .xl\:active\:text-blue-500:active {
    color: #4299e1;
  }

  .xl\:active\:text-blue-600:active {
    color: #3182ce;
  }

  .xl\:active\:text-blue-700:active {
    color: #2b6cb0;
  }

  .xl\:active\:text-blue-800:active {
    color: #2c5282;
  }

  .xl\:active\:text-blue-900:active {
    color: #2a4365;
  }

  .xl\:active\:text-indigo-100:active {
    color: #ebf4ff;
  }

  .xl\:active\:text-indigo-200:active {
    color: #c3dafe;
  }

  .xl\:active\:text-indigo-300:active {
    color: #a3bffa;
  }

  .xl\:active\:text-indigo-400:active {
    color: #7f9cf5;
  }

  .xl\:active\:text-indigo-500:active {
    color: #667eea;
  }

  .xl\:active\:text-indigo-600:active {
    color: #5a67d8;
  }

  .xl\:active\:text-indigo-700:active {
    color: #4c51bf;
  }

  .xl\:active\:text-indigo-800:active {
    color: #434190;
  }

  .xl\:active\:text-indigo-900:active {
    color: #3c366b;
  }

  .xl\:active\:text-purple-100:active {
    color: #faf5ff;
  }

  .xl\:active\:text-purple-200:active {
    color: #e9d8fd;
  }

  .xl\:active\:text-purple-300:active {
    color: #d6bcfa;
  }

  .xl\:active\:text-purple-400:active {
    color: #b794f4;
  }

  .xl\:active\:text-purple-500:active {
    color: #9f7aea;
  }

  .xl\:active\:text-purple-600:active {
    color: #805ad5;
  }

  .xl\:active\:text-purple-700:active {
    color: #6b46c1;
  }

  .xl\:active\:text-purple-800:active {
    color: #553c9a;
  }

  .xl\:active\:text-purple-900:active {
    color: #44337a;
  }

  .xl\:active\:text-pink-100:active {
    color: #fff5f7;
  }

  .xl\:active\:text-pink-200:active {
    color: #fed7e2;
  }

  .xl\:active\:text-pink-300:active {
    color: #fbb6ce;
  }

  .xl\:active\:text-pink-400:active {
    color: #f687b3;
  }

  .xl\:active\:text-pink-500:active {
    color: #ed64a6;
  }

  .xl\:active\:text-pink-600:active {
    color: #d53f8c;
  }

  .xl\:active\:text-pink-700:active {
    color: #b83280;
  }

  .xl\:active\:text-pink-800:active {
    color: #97266d;
  }

  .xl\:active\:text-pink-900:active {
    color: #702459;
  }

  .xl\:visited\:text-transparent:visited {
    color: transparent;
  }

  .xl\:visited\:text-black:visited {
    color: #000;
  }

  .xl\:visited\:text-white:visited {
    color: #fff;
  }

  .xl\:visited\:text-gray-100:visited {
    color: #f7fafc;
  }

  .xl\:visited\:text-gray-200:visited {
    color: #edf2f7;
  }

  .xl\:visited\:text-gray-300:visited {
    color: #e2e8f0;
  }

  .xl\:visited\:text-gray-400:visited {
    color: #cbd5e0;
  }

  .xl\:visited\:text-gray-500:visited {
    color: #a0aec0;
  }

  .xl\:visited\:text-gray-600:visited {
    color: #718096;
  }

  .xl\:visited\:text-gray-700:visited {
    color: #4a5568;
  }

  .xl\:visited\:text-gray-800:visited {
    color: #2d3748;
  }

  .xl\:visited\:text-gray-900:visited {
    color: #1a202c;
  }

  .xl\:visited\:text-red-100:visited {
    color: #fff5f5;
  }

  .xl\:visited\:text-red-200:visited {
    color: #fed7d7;
  }

  .xl\:visited\:text-red-300:visited {
    color: #feb2b2;
  }

  .xl\:visited\:text-red-400:visited {
    color: #fc8181;
  }

  .xl\:visited\:text-red-500:visited {
    color: #f56565;
  }

  .xl\:visited\:text-red-600:visited {
    color: #e53e3e;
  }

  .xl\:visited\:text-red-700:visited {
    color: #c53030;
  }

  .xl\:visited\:text-red-800:visited {
    color: #9b2c2c;
  }

  .xl\:visited\:text-red-900:visited {
    color: #742a2a;
  }

  .xl\:visited\:text-orange-100:visited {
    color: #fffaf0;
  }

  .xl\:visited\:text-orange-200:visited {
    color: #feebc8;
  }

  .xl\:visited\:text-orange-300:visited {
    color: #fbd38d;
  }

  .xl\:visited\:text-orange-400:visited {
    color: #f6ad55;
  }

  .xl\:visited\:text-orange-500:visited {
    color: #ed8936;
  }

  .xl\:visited\:text-orange-600:visited {
    color: #dd6b20;
  }

  .xl\:visited\:text-orange-700:visited {
    color: #c05621;
  }

  .xl\:visited\:text-orange-800:visited {
    color: #9c4221;
  }

  .xl\:visited\:text-orange-900:visited {
    color: #7b341e;
  }

  .xl\:visited\:text-yellow-100:visited {
    color: #fffff0;
  }

  .xl\:visited\:text-yellow-200:visited {
    color: #fefcbf;
  }

  .xl\:visited\:text-yellow-300:visited {
    color: #faf089;
  }

  .xl\:visited\:text-yellow-400:visited {
    color: #f6e05e;
  }

  .xl\:visited\:text-yellow-500:visited {
    color: #ecc94b;
  }

  .xl\:visited\:text-yellow-600:visited {
    color: #d69e2e;
  }

  .xl\:visited\:text-yellow-700:visited {
    color: #b7791f;
  }

  .xl\:visited\:text-yellow-800:visited {
    color: #975a16;
  }

  .xl\:visited\:text-yellow-900:visited {
    color: #744210;
  }

  .xl\:visited\:text-green-100:visited {
    color: #f0fff4;
  }

  .xl\:visited\:text-green-200:visited {
    color: #c6f6d5;
  }

  .xl\:visited\:text-green-300:visited {
    color: #9ae6b4;
  }

  .xl\:visited\:text-green-400:visited {
    color: #68d391;
  }

  .xl\:visited\:text-green-500:visited {
    color: #48bb78;
  }

  .xl\:visited\:text-green-600:visited {
    color: #38a169;
  }

  .xl\:visited\:text-green-700:visited {
    color: #2f855a;
  }

  .xl\:visited\:text-green-800:visited {
    color: #276749;
  }

  .xl\:visited\:text-green-900:visited {
    color: #22543d;
  }

  .xl\:visited\:text-teal-100:visited {
    color: #e6fffa;
  }

  .xl\:visited\:text-teal-200:visited {
    color: #b2f5ea;
  }

  .xl\:visited\:text-teal-300:visited {
    color: #81e6d9;
  }

  .xl\:visited\:text-teal-400:visited {
    color: #4fd1c5;
  }

  .xl\:visited\:text-teal-500:visited {
    color: #38b2ac;
  }

  .xl\:visited\:text-teal-600:visited {
    color: #319795;
  }

  .xl\:visited\:text-teal-700:visited {
    color: #2c7a7b;
  }

  .xl\:visited\:text-teal-800:visited {
    color: #285e61;
  }

  .xl\:visited\:text-teal-900:visited {
    color: #234e52;
  }

  .xl\:visited\:text-blue-100:visited {
    color: #ebf8ff;
  }

  .xl\:visited\:text-blue-200:visited {
    color: #bee3f8;
  }

  .xl\:visited\:text-blue-300:visited {
    color: #90cdf4;
  }

  .xl\:visited\:text-blue-400:visited {
    color: #63b3ed;
  }

  .xl\:visited\:text-blue-500:visited {
    color: #4299e1;
  }

  .xl\:visited\:text-blue-600:visited {
    color: #3182ce;
  }

  .xl\:visited\:text-blue-700:visited {
    color: #2b6cb0;
  }

  .xl\:visited\:text-blue-800:visited {
    color: #2c5282;
  }

  .xl\:visited\:text-blue-900:visited {
    color: #2a4365;
  }

  .xl\:visited\:text-indigo-100:visited {
    color: #ebf4ff;
  }

  .xl\:visited\:text-indigo-200:visited {
    color: #c3dafe;
  }

  .xl\:visited\:text-indigo-300:visited {
    color: #a3bffa;
  }

  .xl\:visited\:text-indigo-400:visited {
    color: #7f9cf5;
  }

  .xl\:visited\:text-indigo-500:visited {
    color: #667eea;
  }

  .xl\:visited\:text-indigo-600:visited {
    color: #5a67d8;
  }

  .xl\:visited\:text-indigo-700:visited {
    color: #4c51bf;
  }

  .xl\:visited\:text-indigo-800:visited {
    color: #434190;
  }

  .xl\:visited\:text-indigo-900:visited {
    color: #3c366b;
  }

  .xl\:visited\:text-purple-100:visited {
    color: #faf5ff;
  }

  .xl\:visited\:text-purple-200:visited {
    color: #e9d8fd;
  }

  .xl\:visited\:text-purple-300:visited {
    color: #d6bcfa;
  }

  .xl\:visited\:text-purple-400:visited {
    color: #b794f4;
  }

  .xl\:visited\:text-purple-500:visited {
    color: #9f7aea;
  }

  .xl\:visited\:text-purple-600:visited {
    color: #805ad5;
  }

  .xl\:visited\:text-purple-700:visited {
    color: #6b46c1;
  }

  .xl\:visited\:text-purple-800:visited {
    color: #553c9a;
  }

  .xl\:visited\:text-purple-900:visited {
    color: #44337a;
  }

  .xl\:visited\:text-pink-100:visited {
    color: #fff5f7;
  }

  .xl\:visited\:text-pink-200:visited {
    color: #fed7e2;
  }

  .xl\:visited\:text-pink-300:visited {
    color: #fbb6ce;
  }

  .xl\:visited\:text-pink-400:visited {
    color: #f687b3;
  }

  .xl\:visited\:text-pink-500:visited {
    color: #ed64a6;
  }

  .xl\:visited\:text-pink-600:visited {
    color: #d53f8c;
  }

  .xl\:visited\:text-pink-700:visited {
    color: #b83280;
  }

  .xl\:visited\:text-pink-800:visited {
    color: #97266d;
  }

  .xl\:visited\:text-pink-900:visited {
    color: #702459;
  }

  .xl\:disabled\:text-transparent:disabled {
    color: transparent;
  }

  .xl\:disabled\:text-black:disabled {
    color: #000;
  }

  .xl\:disabled\:text-white:disabled {
    color: #fff;
  }

  .xl\:disabled\:text-gray-100:disabled {
    color: #f7fafc;
  }

  .xl\:disabled\:text-gray-200:disabled {
    color: #edf2f7;
  }

  .xl\:disabled\:text-gray-300:disabled {
    color: #e2e8f0;
  }

  .xl\:disabled\:text-gray-400:disabled {
    color: #cbd5e0;
  }

  .xl\:disabled\:text-gray-500:disabled {
    color: #a0aec0;
  }

  .xl\:disabled\:text-gray-600:disabled {
    color: #718096;
  }

  .xl\:disabled\:text-gray-700:disabled {
    color: #4a5568;
  }

  .xl\:disabled\:text-gray-800:disabled {
    color: #2d3748;
  }

  .xl\:disabled\:text-gray-900:disabled {
    color: #1a202c;
  }

  .xl\:disabled\:text-red-100:disabled {
    color: #fff5f5;
  }

  .xl\:disabled\:text-red-200:disabled {
    color: #fed7d7;
  }

  .xl\:disabled\:text-red-300:disabled {
    color: #feb2b2;
  }

  .xl\:disabled\:text-red-400:disabled {
    color: #fc8181;
  }

  .xl\:disabled\:text-red-500:disabled {
    color: #f56565;
  }

  .xl\:disabled\:text-red-600:disabled {
    color: #e53e3e;
  }

  .xl\:disabled\:text-red-700:disabled {
    color: #c53030;
  }

  .xl\:disabled\:text-red-800:disabled {
    color: #9b2c2c;
  }

  .xl\:disabled\:text-red-900:disabled {
    color: #742a2a;
  }

  .xl\:disabled\:text-orange-100:disabled {
    color: #fffaf0;
  }

  .xl\:disabled\:text-orange-200:disabled {
    color: #feebc8;
  }

  .xl\:disabled\:text-orange-300:disabled {
    color: #fbd38d;
  }

  .xl\:disabled\:text-orange-400:disabled {
    color: #f6ad55;
  }

  .xl\:disabled\:text-orange-500:disabled {
    color: #ed8936;
  }

  .xl\:disabled\:text-orange-600:disabled {
    color: #dd6b20;
  }

  .xl\:disabled\:text-orange-700:disabled {
    color: #c05621;
  }

  .xl\:disabled\:text-orange-800:disabled {
    color: #9c4221;
  }

  .xl\:disabled\:text-orange-900:disabled {
    color: #7b341e;
  }

  .xl\:disabled\:text-yellow-100:disabled {
    color: #fffff0;
  }

  .xl\:disabled\:text-yellow-200:disabled {
    color: #fefcbf;
  }

  .xl\:disabled\:text-yellow-300:disabled {
    color: #faf089;
  }

  .xl\:disabled\:text-yellow-400:disabled {
    color: #f6e05e;
  }

  .xl\:disabled\:text-yellow-500:disabled {
    color: #ecc94b;
  }

  .xl\:disabled\:text-yellow-600:disabled {
    color: #d69e2e;
  }

  .xl\:disabled\:text-yellow-700:disabled {
    color: #b7791f;
  }

  .xl\:disabled\:text-yellow-800:disabled {
    color: #975a16;
  }

  .xl\:disabled\:text-yellow-900:disabled {
    color: #744210;
  }

  .xl\:disabled\:text-green-100:disabled {
    color: #f0fff4;
  }

  .xl\:disabled\:text-green-200:disabled {
    color: #c6f6d5;
  }

  .xl\:disabled\:text-green-300:disabled {
    color: #9ae6b4;
  }

  .xl\:disabled\:text-green-400:disabled {
    color: #68d391;
  }

  .xl\:disabled\:text-green-500:disabled {
    color: #48bb78;
  }

  .xl\:disabled\:text-green-600:disabled {
    color: #38a169;
  }

  .xl\:disabled\:text-green-700:disabled {
    color: #2f855a;
  }

  .xl\:disabled\:text-green-800:disabled {
    color: #276749;
  }

  .xl\:disabled\:text-green-900:disabled {
    color: #22543d;
  }

  .xl\:disabled\:text-teal-100:disabled {
    color: #e6fffa;
  }

  .xl\:disabled\:text-teal-200:disabled {
    color: #b2f5ea;
  }

  .xl\:disabled\:text-teal-300:disabled {
    color: #81e6d9;
  }

  .xl\:disabled\:text-teal-400:disabled {
    color: #4fd1c5;
  }

  .xl\:disabled\:text-teal-500:disabled {
    color: #38b2ac;
  }

  .xl\:disabled\:text-teal-600:disabled {
    color: #319795;
  }

  .xl\:disabled\:text-teal-700:disabled {
    color: #2c7a7b;
  }

  .xl\:disabled\:text-teal-800:disabled {
    color: #285e61;
  }

  .xl\:disabled\:text-teal-900:disabled {
    color: #234e52;
  }

  .xl\:disabled\:text-blue-100:disabled {
    color: #ebf8ff;
  }

  .xl\:disabled\:text-blue-200:disabled {
    color: #bee3f8;
  }

  .xl\:disabled\:text-blue-300:disabled {
    color: #90cdf4;
  }

  .xl\:disabled\:text-blue-400:disabled {
    color: #63b3ed;
  }

  .xl\:disabled\:text-blue-500:disabled {
    color: #4299e1;
  }

  .xl\:disabled\:text-blue-600:disabled {
    color: #3182ce;
  }

  .xl\:disabled\:text-blue-700:disabled {
    color: #2b6cb0;
  }

  .xl\:disabled\:text-blue-800:disabled {
    color: #2c5282;
  }

  .xl\:disabled\:text-blue-900:disabled {
    color: #2a4365;
  }

  .xl\:disabled\:text-indigo-100:disabled {
    color: #ebf4ff;
  }

  .xl\:disabled\:text-indigo-200:disabled {
    color: #c3dafe;
  }

  .xl\:disabled\:text-indigo-300:disabled {
    color: #a3bffa;
  }

  .xl\:disabled\:text-indigo-400:disabled {
    color: #7f9cf5;
  }

  .xl\:disabled\:text-indigo-500:disabled {
    color: #667eea;
  }

  .xl\:disabled\:text-indigo-600:disabled {
    color: #5a67d8;
  }

  .xl\:disabled\:text-indigo-700:disabled {
    color: #4c51bf;
  }

  .xl\:disabled\:text-indigo-800:disabled {
    color: #434190;
  }

  .xl\:disabled\:text-indigo-900:disabled {
    color: #3c366b;
  }

  .xl\:disabled\:text-purple-100:disabled {
    color: #faf5ff;
  }

  .xl\:disabled\:text-purple-200:disabled {
    color: #e9d8fd;
  }

  .xl\:disabled\:text-purple-300:disabled {
    color: #d6bcfa;
  }

  .xl\:disabled\:text-purple-400:disabled {
    color: #b794f4;
  }

  .xl\:disabled\:text-purple-500:disabled {
    color: #9f7aea;
  }

  .xl\:disabled\:text-purple-600:disabled {
    color: #805ad5;
  }

  .xl\:disabled\:text-purple-700:disabled {
    color: #6b46c1;
  }

  .xl\:disabled\:text-purple-800:disabled {
    color: #553c9a;
  }

  .xl\:disabled\:text-purple-900:disabled {
    color: #44337a;
  }

  .xl\:disabled\:text-pink-100:disabled {
    color: #fff5f7;
  }

  .xl\:disabled\:text-pink-200:disabled {
    color: #fed7e2;
  }

  .xl\:disabled\:text-pink-300:disabled {
    color: #fbb6ce;
  }

  .xl\:disabled\:text-pink-400:disabled {
    color: #f687b3;
  }

  .xl\:disabled\:text-pink-500:disabled {
    color: #ed64a6;
  }

  .xl\:disabled\:text-pink-600:disabled {
    color: #d53f8c;
  }

  .xl\:disabled\:text-pink-700:disabled {
    color: #b83280;
  }

  .xl\:disabled\:text-pink-800:disabled {
    color: #97266d;
  }

  .xl\:disabled\:text-pink-900:disabled {
    color: #702459;
  }

  .xl\:text-xs {
    font-size: 0.75rem;
  }

  .xl\:text-sm {
    font-size: 0.875rem;
  }

  .xl\:text-base {
    font-size: 1rem;
  }

  .xl\:text-lg {
    font-size: 1.125rem;
  }

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

  .xl\:text-2xl {
    font-size: 1.5rem;
  }

  .xl\:text-3xl {
    font-size: 1.875rem;
  }

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

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

  .xl\:text-6xl {
    font-size: 4rem;
  }

  .group:hover .xl\:group-hover\:text-xs {
    font-size: 0.75rem;
  }

  .group:hover .xl\:group-hover\:text-sm {
    font-size: 0.875rem;
  }

  .group:hover .xl\:group-hover\:text-base {
    font-size: 1rem;
  }

  .group:hover .xl\:group-hover\:text-lg {
    font-size: 1.125rem;
  }

  .group:hover .xl\:group-hover\:text-xl {
    font-size: 1.25rem;
  }

  .group:hover .xl\:group-hover\:text-2xl {
    font-size: 1.5rem;
  }

  .group:hover .xl\:group-hover\:text-3xl {
    font-size: 1.875rem;
  }

  .group:hover .xl\:group-hover\:text-4xl {
    font-size: 2.25rem;
  }

  .group:hover .xl\:group-hover\:text-5xl {
    font-size: 3rem;
  }

  .group:hover .xl\:group-hover\:text-6xl {
    font-size: 4rem;
  }

  .xl\:focus-within\:text-xs:focus-within {
    font-size: 0.75rem;
  }

  .xl\:focus-within\:text-sm:focus-within {
    font-size: 0.875rem;
  }

  .xl\:focus-within\:text-base:focus-within {
    font-size: 1rem;
  }

  .xl\:focus-within\:text-lg:focus-within {
    font-size: 1.125rem;
  }

  .xl\:focus-within\:text-xl:focus-within {
    font-size: 1.25rem;
  }

  .xl\:focus-within\:text-2xl:focus-within {
    font-size: 1.5rem;
  }

  .xl\:focus-within\:text-3xl:focus-within {
    font-size: 1.875rem;
  }

  .xl\:focus-within\:text-4xl:focus-within {
    font-size: 2.25rem;
  }

  .xl\:focus-within\:text-5xl:focus-within {
    font-size: 3rem;
  }

  .xl\:focus-within\:text-6xl:focus-within {
    font-size: 4rem;
  }

  .xl\:first\:text-xs:first-child {
    font-size: 0.75rem;
  }

  .xl\:first\:text-sm:first-child {
    font-size: 0.875rem;
  }

  .xl\:first\:text-base:first-child {
    font-size: 1rem;
  }

  .xl\:first\:text-lg:first-child {
    font-size: 1.125rem;
  }

  .xl\:first\:text-xl:first-child {
    font-size: 1.25rem;
  }

  .xl\:first\:text-2xl:first-child {
    font-size: 1.5rem;
  }

  .xl\:first\:text-3xl:first-child {
    font-size: 1.875rem;
  }

  .xl\:first\:text-4xl:first-child {
    font-size: 2.25rem;
  }

  .xl\:first\:text-5xl:first-child {
    font-size: 3rem;
  }

  .xl\:first\:text-6xl:first-child {
    font-size: 4rem;
  }

  .xl\:last\:text-xs:last-child {
    font-size: 0.75rem;
  }

  .xl\:last\:text-sm:last-child {
    font-size: 0.875rem;
  }

  .xl\:last\:text-base:last-child {
    font-size: 1rem;
  }

  .xl\:last\:text-lg:last-child {
    font-size: 1.125rem;
  }

  .xl\:last\:text-xl:last-child {
    font-size: 1.25rem;
  }

  .xl\:last\:text-2xl:last-child {
    font-size: 1.5rem;
  }

  .xl\:last\:text-3xl:last-child {
    font-size: 1.875rem;
  }

  .xl\:last\:text-4xl:last-child {
    font-size: 2.25rem;
  }

  .xl\:last\:text-5xl:last-child {
    font-size: 3rem;
  }

  .xl\:last\:text-6xl:last-child {
    font-size: 4rem;
  }

  .xl\:odd\:text-xs:nth-child(odd) {
    font-size: 0.75rem;
  }

  .xl\:odd\:text-sm:nth-child(odd) {
    font-size: 0.875rem;
  }

  .xl\:odd\:text-base:nth-child(odd) {
    font-size: 1rem;
  }

  .xl\:odd\:text-lg:nth-child(odd) {
    font-size: 1.125rem;
  }

  .xl\:odd\:text-xl:nth-child(odd) {
    font-size: 1.25rem;
  }

  .xl\:odd\:text-2xl:nth-child(odd) {
    font-size: 1.5rem;
  }

  .xl\:odd\:text-3xl:nth-child(odd) {
    font-size: 1.875rem;
  }

  .xl\:odd\:text-4xl:nth-child(odd) {
    font-size: 2.25rem;
  }

  .xl\:odd\:text-5xl:nth-child(odd) {
    font-size: 3rem;
  }

  .xl\:odd\:text-6xl:nth-child(odd) {
    font-size: 4rem;
  }

  .xl\:even\:text-xs:nth-child(even) {
    font-size: 0.75rem;
  }

  .xl\:even\:text-sm:nth-child(even) {
    font-size: 0.875rem;
  }

  .xl\:even\:text-base:nth-child(even) {
    font-size: 1rem;
  }

  .xl\:even\:text-lg:nth-child(even) {
    font-size: 1.125rem;
  }

  .xl\:even\:text-xl:nth-child(even) {
    font-size: 1.25rem;
  }

  .xl\:even\:text-2xl:nth-child(even) {
    font-size: 1.5rem;
  }

  .xl\:even\:text-3xl:nth-child(even) {
    font-size: 1.875rem;
  }

  .xl\:even\:text-4xl:nth-child(even) {
    font-size: 2.25rem;
  }

  .xl\:even\:text-5xl:nth-child(even) {
    font-size: 3rem;
  }

  .xl\:even\:text-6xl:nth-child(even) {
    font-size: 4rem;
  }

  .xl\:hover\:text-xs:hover {
    font-size: 0.75rem;
  }

  .xl\:hover\:text-sm:hover {
    font-size: 0.875rem;
  }

  .xl\:hover\:text-base:hover {
    font-size: 1rem;
  }

  .xl\:hover\:text-lg:hover {
    font-size: 1.125rem;
  }

  .xl\:hover\:text-xl:hover {
    font-size: 1.25rem;
  }

  .xl\:hover\:text-2xl:hover {
    font-size: 1.5rem;
  }

  .xl\:hover\:text-3xl:hover {
    font-size: 1.875rem;
  }

  .xl\:hover\:text-4xl:hover {
    font-size: 2.25rem;
  }

  .xl\:hover\:text-5xl:hover {
    font-size: 3rem;
  }

  .xl\:hover\:text-6xl:hover {
    font-size: 4rem;
  }

  .xl\:focus\:text-xs:focus {
    font-size: 0.75rem;
  }

  .xl\:focus\:text-sm:focus {
    font-size: 0.875rem;
  }

  .xl\:focus\:text-base:focus {
    font-size: 1rem;
  }

  .xl\:focus\:text-lg:focus {
    font-size: 1.125rem;
  }

  .xl\:focus\:text-xl:focus {
    font-size: 1.25rem;
  }

  .xl\:focus\:text-2xl:focus {
    font-size: 1.5rem;
  }

  .xl\:focus\:text-3xl:focus {
    font-size: 1.875rem;
  }

  .xl\:focus\:text-4xl:focus {
    font-size: 2.25rem;
  }

  .xl\:focus\:text-5xl:focus {
    font-size: 3rem;
  }

  .xl\:focus\:text-6xl:focus {
    font-size: 4rem;
  }

  .xl\:active\:text-xs:active {
    font-size: 0.75rem;
  }

  .xl\:active\:text-sm:active {
    font-size: 0.875rem;
  }

  .xl\:active\:text-base:active {
    font-size: 1rem;
  }

  .xl\:active\:text-lg:active {
    font-size: 1.125rem;
  }

  .xl\:active\:text-xl:active {
    font-size: 1.25rem;
  }

  .xl\:active\:text-2xl:active {
    font-size: 1.5rem;
  }

  .xl\:active\:text-3xl:active {
    font-size: 1.875rem;
  }

  .xl\:active\:text-4xl:active {
    font-size: 2.25rem;
  }

  .xl\:active\:text-5xl:active {
    font-size: 3rem;
  }

  .xl\:active\:text-6xl:active {
    font-size: 4rem;
  }

  .xl\:visited\:text-xs:visited {
    font-size: 0.75rem;
  }

  .xl\:visited\:text-sm:visited {
    font-size: 0.875rem;
  }

  .xl\:visited\:text-base:visited {
    font-size: 1rem;
  }

  .xl\:visited\:text-lg:visited {
    font-size: 1.125rem;
  }

  .xl\:visited\:text-xl:visited {
    font-size: 1.25rem;
  }

  .xl\:visited\:text-2xl:visited {
    font-size: 1.5rem;
  }

  .xl\:visited\:text-3xl:visited {
    font-size: 1.875rem;
  }

  .xl\:visited\:text-4xl:visited {
    font-size: 2.25rem;
  }

  .xl\:visited\:text-5xl:visited {
    font-size: 3rem;
  }

  .xl\:visited\:text-6xl:visited {
    font-size: 4rem;
  }

  .xl\:disabled\:text-xs:disabled {
    font-size: 0.75rem;
  }

  .xl\:disabled\:text-sm:disabled {
    font-size: 0.875rem;
  }

  .xl\:disabled\:text-base:disabled {
    font-size: 1rem;
  }

  .xl\:disabled\:text-lg:disabled {
    font-size: 1.125rem;
  }

  .xl\:disabled\:text-xl:disabled {
    font-size: 1.25rem;
  }

  .xl\:disabled\:text-2xl:disabled {
    font-size: 1.5rem;
  }

  .xl\:disabled\:text-3xl:disabled {
    font-size: 1.875rem;
  }

  .xl\:disabled\:text-4xl:disabled {
    font-size: 2.25rem;
  }

  .xl\:disabled\:text-5xl:disabled {
    font-size: 3rem;
  }

  .xl\:disabled\:text-6xl:disabled {
    font-size: 4rem;
  }

  .xl\:italic {
    font-style: italic;
  }

  .xl\:not-italic {
    font-style: normal;
  }

  .group:hover .xl\:group-hover\:italic {
    font-style: italic;
  }

  .group:hover .xl\:group-hover\:not-italic {
    font-style: normal;
  }

  .xl\:focus-within\:italic:focus-within {
    font-style: italic;
  }

  .xl\:focus-within\:not-italic:focus-within {
    font-style: normal;
  }

  .xl\:first\:italic:first-child {
    font-style: italic;
  }

  .xl\:first\:not-italic:first-child {
    font-style: normal;
  }

  .xl\:last\:italic:last-child {
    font-style: italic;
  }

  .xl\:last\:not-italic:last-child {
    font-style: normal;
  }

  .xl\:odd\:italic:nth-child(odd) {
    font-style: italic;
  }

  .xl\:odd\:not-italic:nth-child(odd) {
    font-style: normal;
  }

  .xl\:even\:italic:nth-child(even) {
    font-style: italic;
  }

  .xl\:even\:not-italic:nth-child(even) {
    font-style: normal;
  }

  .xl\:hover\:italic:hover {
    font-style: italic;
  }

  .xl\:hover\:not-italic:hover {
    font-style: normal;
  }

  .xl\:focus\:italic:focus {
    font-style: italic;
  }

  .xl\:focus\:not-italic:focus {
    font-style: normal;
  }

  .xl\:active\:italic:active {
    font-style: italic;
  }

  .xl\:active\:not-italic:active {
    font-style: normal;
  }

  .xl\:visited\:italic:visited {
    font-style: italic;
  }

  .xl\:visited\:not-italic:visited {
    font-style: normal;
  }

  .xl\:disabled\:italic:disabled {
    font-style: italic;
  }

  .xl\:disabled\:not-italic:disabled {
    font-style: normal;
  }

  .xl\:uppercase {
    text-transform: uppercase;
  }

  .xl\:lowercase {
    text-transform: lowercase;
  }

  .xl\:capitalize {
    text-transform: capitalize;
  }

  .xl\:normal-case {
    text-transform: none;
  }

  .group:hover .xl\:group-hover\:uppercase {
    text-transform: uppercase;
  }

  .group:hover .xl\:group-hover\:lowercase {
    text-transform: lowercase;
  }

  .group:hover .xl\:group-hover\:capitalize {
    text-transform: capitalize;
  }

  .group:hover .xl\:group-hover\:normal-case {
    text-transform: none;
  }

  .xl\:focus-within\:uppercase:focus-within {
    text-transform: uppercase;
  }

  .xl\:focus-within\:lowercase:focus-within {
    text-transform: lowercase;
  }

  .xl\:focus-within\:capitalize:focus-within {
    text-transform: capitalize;
  }

  .xl\:focus-within\:normal-case:focus-within {
    text-transform: none;
  }

  .xl\:first\:uppercase:first-child {
    text-transform: uppercase;
  }

  .xl\:first\:lowercase:first-child {
    text-transform: lowercase;
  }

  .xl\:first\:capitalize:first-child {
    text-transform: capitalize;
  }

  .xl\:first\:normal-case:first-child {
    text-transform: none;
  }

  .xl\:last\:uppercase:last-child {
    text-transform: uppercase;
  }

  .xl\:last\:lowercase:last-child {
    text-transform: lowercase;
  }

  .xl\:last\:capitalize:last-child {
    text-transform: capitalize;
  }

  .xl\:last\:normal-case:last-child {
    text-transform: none;
  }

  .xl\:odd\:uppercase:nth-child(odd) {
    text-transform: uppercase;
  }

  .xl\:odd\:lowercase:nth-child(odd) {
    text-transform: lowercase;
  }

  .xl\:odd\:capitalize:nth-child(odd) {
    text-transform: capitalize;
  }

  .xl\:odd\:normal-case:nth-child(odd) {
    text-transform: none;
  }

  .xl\:even\:uppercase:nth-child(even) {
    text-transform: uppercase;
  }

  .xl\:even\:lowercase:nth-child(even) {
    text-transform: lowercase;
  }

  .xl\:even\:capitalize:nth-child(even) {
    text-transform: capitalize;
  }

  .xl\:even\:normal-case:nth-child(even) {
    text-transform: none;
  }

  .xl\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .xl\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .xl\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .xl\:hover\:normal-case:hover {
    text-transform: none;
  }

  .xl\:focus\:uppercase:focus {
    text-transform: uppercase;
  }

  .xl\:focus\:lowercase:focus {
    text-transform: lowercase;
  }

  .xl\:focus\:capitalize:focus {
    text-transform: capitalize;
  }

  .xl\:focus\:normal-case:focus {
    text-transform: none;
  }

  .xl\:active\:uppercase:active {
    text-transform: uppercase;
  }

  .xl\:active\:lowercase:active {
    text-transform: lowercase;
  }

  .xl\:active\:capitalize:active {
    text-transform: capitalize;
  }

  .xl\:active\:normal-case:active {
    text-transform: none;
  }

  .xl\:visited\:uppercase:visited {
    text-transform: uppercase;
  }

  .xl\:visited\:lowercase:visited {
    text-transform: lowercase;
  }

  .xl\:visited\:capitalize:visited {
    text-transform: capitalize;
  }

  .xl\:visited\:normal-case:visited {
    text-transform: none;
  }

  .xl\:disabled\:uppercase:disabled {
    text-transform: uppercase;
  }

  .xl\:disabled\:lowercase:disabled {
    text-transform: lowercase;
  }

  .xl\:disabled\:capitalize:disabled {
    text-transform: capitalize;
  }

  .xl\:disabled\:normal-case:disabled {
    text-transform: none;
  }

  .xl\:underline {
    text-decoration: underline;
  }

  .xl\:line-through {
    text-decoration: line-through;
  }

  .xl\:no-underline {
    text-decoration: none;
  }

  .group:hover .xl\:group-hover\:underline {
    text-decoration: underline;
  }

  .group:hover .xl\:group-hover\:line-through {
    text-decoration: line-through;
  }

  .group:hover .xl\:group-hover\:no-underline {
    text-decoration: none;
  }

  .xl\:focus-within\:underline:focus-within {
    text-decoration: underline;
  }

  .xl\:focus-within\:line-through:focus-within {
    text-decoration: line-through;
  }

  .xl\:focus-within\:no-underline:focus-within {
    text-decoration: none;
  }

  .xl\:first\:underline:first-child {
    text-decoration: underline;
  }

  .xl\:first\:line-through:first-child {
    text-decoration: line-through;
  }

  .xl\:first\:no-underline:first-child {
    text-decoration: none;
  }

  .xl\:last\:underline:last-child {
    text-decoration: underline;
  }

  .xl\:last\:line-through:last-child {
    text-decoration: line-through;
  }

  .xl\:last\:no-underline:last-child {
    text-decoration: none;
  }

  .xl\:odd\:underline:nth-child(odd) {
    text-decoration: underline;
  }

  .xl\:odd\:line-through:nth-child(odd) {
    text-decoration: line-through;
  }

  .xl\:odd\:no-underline:nth-child(odd) {
    text-decoration: none;
  }

  .xl\:even\:underline:nth-child(even) {
    text-decoration: underline;
  }

  .xl\:even\:line-through:nth-child(even) {
    text-decoration: line-through;
  }

  .xl\:even\:no-underline:nth-child(even) {
    text-decoration: none;
  }

  .xl\:hover\:underline:hover {
    text-decoration: underline;
  }

  .xl\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .xl\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .xl\:focus\:underline:focus {
    text-decoration: underline;
  }

  .xl\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .xl\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .xl\:active\:underline:active {
    text-decoration: underline;
  }

  .xl\:active\:line-through:active {
    text-decoration: line-through;
  }

  .xl\:active\:no-underline:active {
    text-decoration: none;
  }

  .xl\:visited\:underline:visited {
    text-decoration: underline;
  }

  .xl\:visited\:line-through:visited {
    text-decoration: line-through;
  }

  .xl\:visited\:no-underline:visited {
    text-decoration: none;
  }

  .xl\:disabled\:underline:disabled {
    text-decoration: underline;
  }

  .xl\:disabled\:line-through:disabled {
    text-decoration: line-through;
  }

  .xl\:disabled\:no-underline:disabled {
    text-decoration: none;
  }

  .xl\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .group:hover .xl\:group-hover\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .group:hover .xl\:group-hover\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:focus-within\:antialiased:focus-within {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:focus-within\:subpixel-antialiased:focus-within {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:first\:antialiased:first-child {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:first\:subpixel-antialiased:first-child {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:last\:antialiased:last-child {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:last\:subpixel-antialiased:last-child {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:odd\:antialiased:nth-child(odd) {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:odd\:subpixel-antialiased:nth-child(odd) {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:even\:antialiased:nth-child(even) {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:even\:subpixel-antialiased:nth-child(even) {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:focus\:antialiased:focus {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:focus\:subpixel-antialiased:focus {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:active\:antialiased:active {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:active\:subpixel-antialiased:active {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:visited\:antialiased:visited {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:visited\:subpixel-antialiased:visited {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:disabled\:antialiased:disabled {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:disabled\:subpixel-antialiased:disabled {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .xl\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .xl\:tracking-normal {
    letter-spacing: 0;
  }

  .xl\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .xl\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .xl\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .group:hover .xl\:group-hover\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .group:hover .xl\:group-hover\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .group:hover .xl\:group-hover\:tracking-normal {
    letter-spacing: 0;
  }

  .group:hover .xl\:group-hover\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .group:hover .xl\:group-hover\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .group:hover .xl\:group-hover\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .xl\:focus-within\:tracking-tighter:focus-within {
    letter-spacing: -0.05em;
  }

  .xl\:focus-within\:tracking-tight:focus-within {
    letter-spacing: -0.025em;
  }

  .xl\:focus-within\:tracking-normal:focus-within {
    letter-spacing: 0;
  }

  .xl\:focus-within\:tracking-wide:focus-within {
    letter-spacing: 0.025em;
  }

  .xl\:focus-within\:tracking-wider:focus-within {
    letter-spacing: 0.05em;
  }

  .xl\:focus-within\:tracking-widest:focus-within {
    letter-spacing: 0.1em;
  }

  .xl\:first\:tracking-tighter:first-child {
    letter-spacing: -0.05em;
  }

  .xl\:first\:tracking-tight:first-child {
    letter-spacing: -0.025em;
  }

  .xl\:first\:tracking-normal:first-child {
    letter-spacing: 0;
  }

  .xl\:first\:tracking-wide:first-child {
    letter-spacing: 0.025em;
  }

  .xl\:first\:tracking-wider:first-child {
    letter-spacing: 0.05em;
  }

  .xl\:first\:tracking-widest:first-child {
    letter-spacing: 0.1em;
  }

  .xl\:last\:tracking-tighter:last-child {
    letter-spacing: -0.05em;
  }

  .xl\:last\:tracking-tight:last-child {
    letter-spacing: -0.025em;
  }

  .xl\:last\:tracking-normal:last-child {
    letter-spacing: 0;
  }

  .xl\:last\:tracking-wide:last-child {
    letter-spacing: 0.025em;
  }

  .xl\:last\:tracking-wider:last-child {
    letter-spacing: 0.05em;
  }

  .xl\:last\:tracking-widest:last-child {
    letter-spacing: 0.1em;
  }

  .xl\:odd\:tracking-tighter:nth-child(odd) {
    letter-spacing: -0.05em;
  }

  .xl\:odd\:tracking-tight:nth-child(odd) {
    letter-spacing: -0.025em;
  }

  .xl\:odd\:tracking-normal:nth-child(odd) {
    letter-spacing: 0;
  }

  .xl\:odd\:tracking-wide:nth-child(odd) {
    letter-spacing: 0.025em;
  }

  .xl\:odd\:tracking-wider:nth-child(odd) {
    letter-spacing: 0.05em;
  }

  .xl\:odd\:tracking-widest:nth-child(odd) {
    letter-spacing: 0.1em;
  }

  .xl\:even\:tracking-tighter:nth-child(even) {
    letter-spacing: -0.05em;
  }

  .xl\:even\:tracking-tight:nth-child(even) {
    letter-spacing: -0.025em;
  }

  .xl\:even\:tracking-normal:nth-child(even) {
    letter-spacing: 0;
  }

  .xl\:even\:tracking-wide:nth-child(even) {
    letter-spacing: 0.025em;
  }

  .xl\:even\:tracking-wider:nth-child(even) {
    letter-spacing: 0.05em;
  }

  .xl\:even\:tracking-widest:nth-child(even) {
    letter-spacing: 0.1em;
  }

  .xl\:hover\:tracking-tighter:hover {
    letter-spacing: -0.05em;
  }

  .xl\:hover\:tracking-tight:hover {
    letter-spacing: -0.025em;
  }

  .xl\:hover\:tracking-normal:hover {
    letter-spacing: 0;
  }

  .xl\:hover\:tracking-wide:hover {
    letter-spacing: 0.025em;
  }

  .xl\:hover\:tracking-wider:hover {
    letter-spacing: 0.05em;
  }

  .xl\:hover\:tracking-widest:hover {
    letter-spacing: 0.1em;
  }

  .xl\:focus\:tracking-tighter:focus {
    letter-spacing: -0.05em;
  }

  .xl\:focus\:tracking-tight:focus {
    letter-spacing: -0.025em;
  }

  .xl\:focus\:tracking-normal:focus {
    letter-spacing: 0;
  }

  .xl\:focus\:tracking-wide:focus {
    letter-spacing: 0.025em;
  }

  .xl\:focus\:tracking-wider:focus {
    letter-spacing: 0.05em;
  }

  .xl\:focus\:tracking-widest:focus {
    letter-spacing: 0.1em;
  }

  .xl\:active\:tracking-tighter:active {
    letter-spacing: -0.05em;
  }

  .xl\:active\:tracking-tight:active {
    letter-spacing: -0.025em;
  }

  .xl\:active\:tracking-normal:active {
    letter-spacing: 0;
  }

  .xl\:active\:tracking-wide:active {
    letter-spacing: 0.025em;
  }

  .xl\:active\:tracking-wider:active {
    letter-spacing: 0.05em;
  }

  .xl\:active\:tracking-widest:active {
    letter-spacing: 0.1em;
  }

  .xl\:visited\:tracking-tighter:visited {
    letter-spacing: -0.05em;
  }

  .xl\:visited\:tracking-tight:visited {
    letter-spacing: -0.025em;
  }

  .xl\:visited\:tracking-normal:visited {
    letter-spacing: 0;
  }

  .xl\:visited\:tracking-wide:visited {
    letter-spacing: 0.025em;
  }

  .xl\:visited\:tracking-wider:visited {
    letter-spacing: 0.05em;
  }

  .xl\:visited\:tracking-widest:visited {
    letter-spacing: 0.1em;
  }

  .xl\:disabled\:tracking-tighter:disabled {
    letter-spacing: -0.05em;
  }

  .xl\:disabled\:tracking-tight:disabled {
    letter-spacing: -0.025em;
  }

  .xl\:disabled\:tracking-normal:disabled {
    letter-spacing: 0;
  }

  .xl\:disabled\:tracking-wide:disabled {
    letter-spacing: 0.025em;
  }

  .xl\:disabled\:tracking-wider:disabled {
    letter-spacing: 0.05em;
  }

  .xl\:disabled\:tracking-widest:disabled {
    letter-spacing: 0.1em;
  }

  .xl\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .xl\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .xl\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .xl\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .group:hover .xl\:group-hover\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .group:hover .xl\:group-hover\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .group:hover .xl\:group-hover\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .group:hover .xl\:group-hover\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .xl\:focus-within\:select-none:focus-within {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .xl\:focus-within\:select-text:focus-within {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .xl\:focus-within\:select-all:focus-within {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .xl\:focus-within\:select-auto:focus-within {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .xl\:first\:select-none:first-child {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .xl\:first\:select-text:first-child {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .xl\:first\:select-all:first-child {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .xl\:first\:select-auto:first-child {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .xl\:last\:select-none:last-child {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .xl\:last\:select-text:last-child {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .xl\:last\:select-all:last-child {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .xl\:last\:select-auto:last-child {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .xl\:odd\:select-none:nth-child(odd) {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .xl\:odd\:select-text:nth-child(odd) {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .xl\:odd\:select-all:nth-child(odd) {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .xl\:odd\:select-auto:nth-child(odd) {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .xl\:even\:select-none:nth-child(even) {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .xl\:even\:select-text:nth-child(even) {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .xl\:even\:select-all:nth-child(even) {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .xl\:even\:select-auto:nth-child(even) {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .xl\:hover\:select-none:hover {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .xl\:hover\:select-text:hover {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .xl\:hover\:select-all:hover {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .xl\:hover\:select-auto:hover {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .xl\:focus\:select-none:focus {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .xl\:focus\:select-text:focus {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .xl\:focus\:select-all:focus {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .xl\:focus\:select-auto:focus {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .xl\:active\:select-none:active {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .xl\:active\:select-text:active {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .xl\:active\:select-all:active {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .xl\:active\:select-auto:active {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .xl\:visited\:select-none:visited {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .xl\:visited\:select-text:visited {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .xl\:visited\:select-all:visited {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .xl\:visited\:select-auto:visited {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .xl\:disabled\:select-none:disabled {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .xl\:disabled\:select-text:disabled {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .xl\:disabled\:select-all:disabled {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .xl\:disabled\:select-auto:disabled {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .xl\:align-baseline {
    vertical-align: baseline;
  }

  .xl\:align-top {
    vertical-align: top;
  }

  .xl\:align-middle {
    vertical-align: middle;
  }

  .xl\:align-bottom {
    vertical-align: bottom;
  }

  .xl\:align-text-top {
    vertical-align: text-top;
  }

  .xl\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .group:hover .xl\:group-hover\:align-baseline {
    vertical-align: baseline;
  }

  .group:hover .xl\:group-hover\:align-top {
    vertical-align: top;
  }

  .group:hover .xl\:group-hover\:align-middle {
    vertical-align: middle;
  }

  .group:hover .xl\:group-hover\:align-bottom {
    vertical-align: bottom;
  }

  .group:hover .xl\:group-hover\:align-text-top {
    vertical-align: text-top;
  }

  .group:hover .xl\:group-hover\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .xl\:focus-within\:align-baseline:focus-within {
    vertical-align: baseline;
  }

  .xl\:focus-within\:align-top:focus-within {
    vertical-align: top;
  }

  .xl\:focus-within\:align-middle:focus-within {
    vertical-align: middle;
  }

  .xl\:focus-within\:align-bottom:focus-within {
    vertical-align: bottom;
  }

  .xl\:focus-within\:align-text-top:focus-within {
    vertical-align: text-top;
  }

  .xl\:focus-within\:align-text-bottom:focus-within {
    vertical-align: text-bottom;
  }

  .xl\:first\:align-baseline:first-child {
    vertical-align: baseline;
  }

  .xl\:first\:align-top:first-child {
    vertical-align: top;
  }

  .xl\:first\:align-middle:first-child {
    vertical-align: middle;
  }

  .xl\:first\:align-bottom:first-child {
    vertical-align: bottom;
  }

  .xl\:first\:align-text-top:first-child {
    vertical-align: text-top;
  }

  .xl\:first\:align-text-bottom:first-child {
    vertical-align: text-bottom;
  }

  .xl\:last\:align-baseline:last-child {
    vertical-align: baseline;
  }

  .xl\:last\:align-top:last-child {
    vertical-align: top;
  }

  .xl\:last\:align-middle:last-child {
    vertical-align: middle;
  }

  .xl\:last\:align-bottom:last-child {
    vertical-align: bottom;
  }

  .xl\:last\:align-text-top:last-child {
    vertical-align: text-top;
  }

  .xl\:last\:align-text-bottom:last-child {
    vertical-align: text-bottom;
  }

  .xl\:odd\:align-baseline:nth-child(odd) {
    vertical-align: baseline;
  }

  .xl\:odd\:align-top:nth-child(odd) {
    vertical-align: top;
  }

  .xl\:odd\:align-middle:nth-child(odd) {
    vertical-align: middle;
  }

  .xl\:odd\:align-bottom:nth-child(odd) {
    vertical-align: bottom;
  }

  .xl\:odd\:align-text-top:nth-child(odd) {
    vertical-align: text-top;
  }

  .xl\:odd\:align-text-bottom:nth-child(odd) {
    vertical-align: text-bottom;
  }

  .xl\:even\:align-baseline:nth-child(even) {
    vertical-align: baseline;
  }

  .xl\:even\:align-top:nth-child(even) {
    vertical-align: top;
  }

  .xl\:even\:align-middle:nth-child(even) {
    vertical-align: middle;
  }

  .xl\:even\:align-bottom:nth-child(even) {
    vertical-align: bottom;
  }

  .xl\:even\:align-text-top:nth-child(even) {
    vertical-align: text-top;
  }

  .xl\:even\:align-text-bottom:nth-child(even) {
    vertical-align: text-bottom;
  }

  .xl\:hover\:align-baseline:hover {
    vertical-align: baseline;
  }

  .xl\:hover\:align-top:hover {
    vertical-align: top;
  }

  .xl\:hover\:align-middle:hover {
    vertical-align: middle;
  }

  .xl\:hover\:align-bottom:hover {
    vertical-align: bottom;
  }

  .xl\:hover\:align-text-top:hover {
    vertical-align: text-top;
  }

  .xl\:hover\:align-text-bottom:hover {
    vertical-align: text-bottom;
  }

  .xl\:focus\:align-baseline:focus {
    vertical-align: baseline;
  }

  .xl\:focus\:align-top:focus {
    vertical-align: top;
  }

  .xl\:focus\:align-middle:focus {
    vertical-align: middle;
  }

  .xl\:focus\:align-bottom:focus {
    vertical-align: bottom;
  }

  .xl\:focus\:align-text-top:focus {
    vertical-align: text-top;
  }

  .xl\:focus\:align-text-bottom:focus {
    vertical-align: text-bottom;
  }

  .xl\:active\:align-baseline:active {
    vertical-align: baseline;
  }

  .xl\:active\:align-top:active {
    vertical-align: top;
  }

  .xl\:active\:align-middle:active {
    vertical-align: middle;
  }

  .xl\:active\:align-bottom:active {
    vertical-align: bottom;
  }

  .xl\:active\:align-text-top:active {
    vertical-align: text-top;
  }

  .xl\:active\:align-text-bottom:active {
    vertical-align: text-bottom;
  }

  .xl\:visited\:align-baseline:visited {
    vertical-align: baseline;
  }

  .xl\:visited\:align-top:visited {
    vertical-align: top;
  }

  .xl\:visited\:align-middle:visited {
    vertical-align: middle;
  }

  .xl\:visited\:align-bottom:visited {
    vertical-align: bottom;
  }

  .xl\:visited\:align-text-top:visited {
    vertical-align: text-top;
  }

  .xl\:visited\:align-text-bottom:visited {
    vertical-align: text-bottom;
  }

  .xl\:disabled\:align-baseline:disabled {
    vertical-align: baseline;
  }

  .xl\:disabled\:align-top:disabled {
    vertical-align: top;
  }

  .xl\:disabled\:align-middle:disabled {
    vertical-align: middle;
  }

  .xl\:disabled\:align-bottom:disabled {
    vertical-align: bottom;
  }

  .xl\:disabled\:align-text-top:disabled {
    vertical-align: text-top;
  }

  .xl\:disabled\:align-text-bottom:disabled {
    vertical-align: text-bottom;
  }

  .xl\:visible {
    visibility: visible;
  }

  .xl\:invisible {
    visibility: hidden;
  }

  .group:hover .xl\:group-hover\:visible {
    visibility: visible;
  }

  .group:hover .xl\:group-hover\:invisible {
    visibility: hidden;
  }

  .xl\:focus-within\:visible:focus-within {
    visibility: visible;
  }

  .xl\:focus-within\:invisible:focus-within {
    visibility: hidden;
  }

  .xl\:first\:visible:first-child {
    visibility: visible;
  }

  .xl\:first\:invisible:first-child {
    visibility: hidden;
  }

  .xl\:last\:visible:last-child {
    visibility: visible;
  }

  .xl\:last\:invisible:last-child {
    visibility: hidden;
  }

  .xl\:odd\:visible:nth-child(odd) {
    visibility: visible;
  }

  .xl\:odd\:invisible:nth-child(odd) {
    visibility: hidden;
  }

  .xl\:even\:visible:nth-child(even) {
    visibility: visible;
  }

  .xl\:even\:invisible:nth-child(even) {
    visibility: hidden;
  }

  .xl\:hover\:visible:hover {
    visibility: visible;
  }

  .xl\:hover\:invisible:hover {
    visibility: hidden;
  }

  .xl\:focus\:visible:focus {
    visibility: visible;
  }

  .xl\:focus\:invisible:focus {
    visibility: hidden;
  }

  .xl\:active\:visible:active {
    visibility: visible;
  }

  .xl\:active\:invisible:active {
    visibility: hidden;
  }

  .xl\:visited\:visible:visited {
    visibility: visible;
  }

  .xl\:visited\:invisible:visited {
    visibility: hidden;
  }

  .xl\:disabled\:visible:disabled {
    visibility: visible;
  }

  .xl\:disabled\:invisible:disabled {
    visibility: hidden;
  }

  .xl\:whitespace-normal {
    white-space: normal;
  }

  .xl\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .xl\:whitespace-pre {
    white-space: pre;
  }

  .xl\:whitespace-pre-line {
    white-space: pre-line;
  }

  .xl\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .group:hover .xl\:group-hover\:whitespace-normal {
    white-space: normal;
  }

  .group:hover .xl\:group-hover\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .group:hover .xl\:group-hover\:whitespace-pre {
    white-space: pre;
  }

  .group:hover .xl\:group-hover\:whitespace-pre-line {
    white-space: pre-line;
  }

  .group:hover .xl\:group-hover\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .xl\:focus-within\:whitespace-normal:focus-within {
    white-space: normal;
  }

  .xl\:focus-within\:whitespace-no-wrap:focus-within {
    white-space: nowrap;
  }

  .xl\:focus-within\:whitespace-pre:focus-within {
    white-space: pre;
  }

  .xl\:focus-within\:whitespace-pre-line:focus-within {
    white-space: pre-line;
  }

  .xl\:focus-within\:whitespace-pre-wrap:focus-within {
    white-space: pre-wrap;
  }

  .xl\:first\:whitespace-normal:first-child {
    white-space: normal;
  }

  .xl\:first\:whitespace-no-wrap:first-child {
    white-space: nowrap;
  }

  .xl\:first\:whitespace-pre:first-child {
    white-space: pre;
  }

  .xl\:first\:whitespace-pre-line:first-child {
    white-space: pre-line;
  }

  .xl\:first\:whitespace-pre-wrap:first-child {
    white-space: pre-wrap;
  }

  .xl\:last\:whitespace-normal:last-child {
    white-space: normal;
  }

  .xl\:last\:whitespace-no-wrap:last-child {
    white-space: nowrap;
  }

  .xl\:last\:whitespace-pre:last-child {
    white-space: pre;
  }

  .xl\:last\:whitespace-pre-line:last-child {
    white-space: pre-line;
  }

  .xl\:last\:whitespace-pre-wrap:last-child {
    white-space: pre-wrap;
  }

  .xl\:odd\:whitespace-normal:nth-child(odd) {
    white-space: normal;
  }

  .xl\:odd\:whitespace-no-wrap:nth-child(odd) {
    white-space: nowrap;
  }

  .xl\:odd\:whitespace-pre:nth-child(odd) {
    white-space: pre;
  }

  .xl\:odd\:whitespace-pre-line:nth-child(odd) {
    white-space: pre-line;
  }

  .xl\:odd\:whitespace-pre-wrap:nth-child(odd) {
    white-space: pre-wrap;
  }

  .xl\:even\:whitespace-normal:nth-child(even) {
    white-space: normal;
  }

  .xl\:even\:whitespace-no-wrap:nth-child(even) {
    white-space: nowrap;
  }

  .xl\:even\:whitespace-pre:nth-child(even) {
    white-space: pre;
  }

  .xl\:even\:whitespace-pre-line:nth-child(even) {
    white-space: pre-line;
  }

  .xl\:even\:whitespace-pre-wrap:nth-child(even) {
    white-space: pre-wrap;
  }

  .xl\:hover\:whitespace-normal:hover {
    white-space: normal;
  }

  .xl\:hover\:whitespace-no-wrap:hover {
    white-space: nowrap;
  }

  .xl\:hover\:whitespace-pre:hover {
    white-space: pre;
  }

  .xl\:hover\:whitespace-pre-line:hover {
    white-space: pre-line;
  }

  .xl\:hover\:whitespace-pre-wrap:hover {
    white-space: pre-wrap;
  }

  .xl\:focus\:whitespace-normal:focus {
    white-space: normal;
  }

  .xl\:focus\:whitespace-no-wrap:focus {
    white-space: nowrap;
  }

  .xl\:focus\:whitespace-pre:focus {
    white-space: pre;
  }

  .xl\:focus\:whitespace-pre-line:focus {
    white-space: pre-line;
  }

  .xl\:focus\:whitespace-pre-wrap:focus {
    white-space: pre-wrap;
  }

  .xl\:active\:whitespace-normal:active {
    white-space: normal;
  }

  .xl\:active\:whitespace-no-wrap:active {
    white-space: nowrap;
  }

  .xl\:active\:whitespace-pre:active {
    white-space: pre;
  }

  .xl\:active\:whitespace-pre-line:active {
    white-space: pre-line;
  }

  .xl\:active\:whitespace-pre-wrap:active {
    white-space: pre-wrap;
  }

  .xl\:visited\:whitespace-normal:visited {
    white-space: normal;
  }

  .xl\:visited\:whitespace-no-wrap:visited {
    white-space: nowrap;
  }

  .xl\:visited\:whitespace-pre:visited {
    white-space: pre;
  }

  .xl\:visited\:whitespace-pre-line:visited {
    white-space: pre-line;
  }

  .xl\:visited\:whitespace-pre-wrap:visited {
    white-space: pre-wrap;
  }

  .xl\:disabled\:whitespace-normal:disabled {
    white-space: normal;
  }

  .xl\:disabled\:whitespace-no-wrap:disabled {
    white-space: nowrap;
  }

  .xl\:disabled\:whitespace-pre:disabled {
    white-space: pre;
  }

  .xl\:disabled\:whitespace-pre-line:disabled {
    white-space: pre-line;
  }

  .xl\:disabled\:whitespace-pre-wrap:disabled {
    white-space: pre-wrap;
  }

  .xl\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .xl\:break-words {
    overflow-wrap: break-word;
  }

  .xl\:break-all {
    word-break: break-all;
  }

  .xl\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .group:hover .xl\:group-hover\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .group:hover .xl\:group-hover\:break-words {
    overflow-wrap: break-word;
  }

  .group:hover .xl\:group-hover\:break-all {
    word-break: break-all;
  }

  .group:hover .xl\:group-hover\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xl\:focus-within\:break-normal:focus-within {
    overflow-wrap: normal;
    word-break: normal;
  }

  .xl\:focus-within\:break-words:focus-within {
    overflow-wrap: break-word;
  }

  .xl\:focus-within\:break-all:focus-within {
    word-break: break-all;
  }

  .xl\:focus-within\:truncate:focus-within {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xl\:first\:break-normal:first-child {
    overflow-wrap: normal;
    word-break: normal;
  }

  .xl\:first\:break-words:first-child {
    overflow-wrap: break-word;
  }

  .xl\:first\:break-all:first-child {
    word-break: break-all;
  }

  .xl\:first\:truncate:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xl\:last\:break-normal:last-child {
    overflow-wrap: normal;
    word-break: normal;
  }

  .xl\:last\:break-words:last-child {
    overflow-wrap: break-word;
  }

  .xl\:last\:break-all:last-child {
    word-break: break-all;
  }

  .xl\:last\:truncate:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xl\:odd\:break-normal:nth-child(odd) {
    overflow-wrap: normal;
    word-break: normal;
  }

  .xl\:odd\:break-words:nth-child(odd) {
    overflow-wrap: break-word;
  }

  .xl\:odd\:break-all:nth-child(odd) {
    word-break: break-all;
  }

  .xl\:odd\:truncate:nth-child(odd) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xl\:even\:break-normal:nth-child(even) {
    overflow-wrap: normal;
    word-break: normal;
  }

  .xl\:even\:break-words:nth-child(even) {
    overflow-wrap: break-word;
  }

  .xl\:even\:break-all:nth-child(even) {
    word-break: break-all;
  }

  .xl\:even\:truncate:nth-child(even) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xl\:hover\:break-normal:hover {
    overflow-wrap: normal;
    word-break: normal;
  }

  .xl\:hover\:break-words:hover {
    overflow-wrap: break-word;
  }

  .xl\:hover\:break-all:hover {
    word-break: break-all;
  }

  .xl\:hover\:truncate:hover {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xl\:focus\:break-normal:focus {
    overflow-wrap: normal;
    word-break: normal;
  }

  .xl\:focus\:break-words:focus {
    overflow-wrap: break-word;
  }

  .xl\:focus\:break-all:focus {
    word-break: break-all;
  }

  .xl\:focus\:truncate:focus {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xl\:active\:break-normal:active {
    overflow-wrap: normal;
    word-break: normal;
  }

  .xl\:active\:break-words:active {
    overflow-wrap: break-word;
  }

  .xl\:active\:break-all:active {
    word-break: break-all;
  }

  .xl\:active\:truncate:active {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xl\:visited\:break-normal:visited {
    overflow-wrap: normal;
    word-break: normal;
  }

  .xl\:visited\:break-words:visited {
    overflow-wrap: break-word;
  }

  .xl\:visited\:break-all:visited {
    word-break: break-all;
  }

  .xl\:visited\:truncate:visited {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xl\:disabled\:break-normal:disabled {
    overflow-wrap: normal;
    word-break: normal;
  }

  .xl\:disabled\:break-words:disabled {
    overflow-wrap: break-word;
  }

  .xl\:disabled\:break-all:disabled {
    word-break: break-all;
  }

  .xl\:disabled\:truncate:disabled {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xl\:w-0 {
    width: 0;
  }

  .xl\:w-1 {
    width: 0.25rem;
  }

  .xl\:w-2 {
    width: 0.5rem;
  }

  .xl\:w-3 {
    width: 0.75rem;
  }

  .xl\:w-4 {
    width: 1rem;
  }

  .xl\:w-5 {
    width: 1.25rem;
  }

  .xl\:w-6 {
    width: 1.5rem;
  }

  .xl\:w-8 {
    width: 2rem;
  }

  .xl\:w-10 {
    width: 2.5rem;
  }

  .xl\:w-12 {
    width: 3rem;
  }

  .xl\:w-16 {
    width: 4rem;
  }

  .xl\:w-20 {
    width: 5rem;
  }

  .xl\:w-24 {
    width: 6rem;
  }

  .xl\:w-32 {
    width: 8rem;
  }

  .xl\:w-40 {
    width: 10rem;
  }

  .xl\:w-48 {
    width: 12rem;
  }

  .xl\:w-56 {
    width: 14rem;
  }

  .xl\:w-64 {
    width: 16rem;
  }

  .xl\:w-auto {
    width: auto;
  }

  .xl\:w-px {
    width: 1px;
  }

  .xl\:w-1\/2 {
    width: 50%;
  }

  .xl\:w-1\/3 {
    width: 33.333333%;
  }

  .xl\:w-2\/3 {
    width: 66.666667%;
  }

  .xl\:w-1\/4 {
    width: 25%;
  }

  .xl\:w-2\/4 {
    width: 50%;
  }

  .xl\:w-3\/4 {
    width: 75%;
  }

  .xl\:w-1\/5 {
    width: 20%;
  }

  .xl\:w-2\/5 {
    width: 40%;
  }

  .xl\:w-3\/5 {
    width: 60%;
  }

  .xl\:w-4\/5 {
    width: 80%;
  }

  .xl\:w-1\/6 {
    width: 16.666667%;
  }

  .xl\:w-2\/6 {
    width: 33.333333%;
  }

  .xl\:w-3\/6 {
    width: 50%;
  }

  .xl\:w-4\/6 {
    width: 66.666667%;
  }

  .xl\:w-5\/6 {
    width: 83.333333%;
  }

  .xl\:w-1\/12 {
    width: 8.333333%;
  }

  .xl\:w-2\/12 {
    width: 16.666667%;
  }

  .xl\:w-3\/12 {
    width: 25%;
  }

  .xl\:w-4\/12 {
    width: 33.333333%;
  }

  .xl\:w-5\/12 {
    width: 41.666667%;
  }

  .xl\:w-6\/12 {
    width: 50%;
  }

  .xl\:w-7\/12 {
    width: 58.333333%;
  }

  .xl\:w-8\/12 {
    width: 66.666667%;
  }

  .xl\:w-9\/12 {
    width: 75%;
  }

  .xl\:w-10\/12 {
    width: 83.333333%;
  }

  .xl\:w-11\/12 {
    width: 91.666667%;
  }

  .xl\:w-full {
    width: 100%;
  }

  .xl\:w-screen {
    width: 100vw;
  }

  .group:hover .xl\:group-hover\:w-0 {
    width: 0;
  }

  .group:hover .xl\:group-hover\:w-1 {
    width: 0.25rem;
  }

  .group:hover .xl\:group-hover\:w-2 {
    width: 0.5rem;
  }

  .group:hover .xl\:group-hover\:w-3 {
    width: 0.75rem;
  }

  .group:hover .xl\:group-hover\:w-4 {
    width: 1rem;
  }

  .group:hover .xl\:group-hover\:w-5 {
    width: 1.25rem;
  }

  .group:hover .xl\:group-hover\:w-6 {
    width: 1.5rem;
  }

  .group:hover .xl\:group-hover\:w-8 {
    width: 2rem;
  }

  .group:hover .xl\:group-hover\:w-10 {
    width: 2.5rem;
  }

  .group:hover .xl\:group-hover\:w-12 {
    width: 3rem;
  }

  .group:hover .xl\:group-hover\:w-16 {
    width: 4rem;
  }

  .group:hover .xl\:group-hover\:w-20 {
    width: 5rem;
  }

  .group:hover .xl\:group-hover\:w-24 {
    width: 6rem;
  }

  .group:hover .xl\:group-hover\:w-32 {
    width: 8rem;
  }

  .group:hover .xl\:group-hover\:w-40 {
    width: 10rem;
  }

  .group:hover .xl\:group-hover\:w-48 {
    width: 12rem;
  }

  .group:hover .xl\:group-hover\:w-56 {
    width: 14rem;
  }

  .group:hover .xl\:group-hover\:w-64 {
    width: 16rem;
  }

  .group:hover .xl\:group-hover\:w-auto {
    width: auto;
  }

  .group:hover .xl\:group-hover\:w-px {
    width: 1px;
  }

  .group:hover .xl\:group-hover\:w-1\/2 {
    width: 50%;
  }

  .group:hover .xl\:group-hover\:w-1\/3 {
    width: 33.333333%;
  }

  .group:hover .xl\:group-hover\:w-2\/3 {
    width: 66.666667%;
  }

  .group:hover .xl\:group-hover\:w-1\/4 {
    width: 25%;
  }

  .group:hover .xl\:group-hover\:w-2\/4 {
    width: 50%;
  }

  .group:hover .xl\:group-hover\:w-3\/4 {
    width: 75%;
  }

  .group:hover .xl\:group-hover\:w-1\/5 {
    width: 20%;
  }

  .group:hover .xl\:group-hover\:w-2\/5 {
    width: 40%;
  }

  .group:hover .xl\:group-hover\:w-3\/5 {
    width: 60%;
  }

  .group:hover .xl\:group-hover\:w-4\/5 {
    width: 80%;
  }

  .group:hover .xl\:group-hover\:w-1\/6 {
    width: 16.666667%;
  }

  .group:hover .xl\:group-hover\:w-2\/6 {
    width: 33.333333%;
  }

  .group:hover .xl\:group-hover\:w-3\/6 {
    width: 50%;
  }

  .group:hover .xl\:group-hover\:w-4\/6 {
    width: 66.666667%;
  }

  .group:hover .xl\:group-hover\:w-5\/6 {
    width: 83.333333%;
  }

  .group:hover .xl\:group-hover\:w-1\/12 {
    width: 8.333333%;
  }

  .group:hover .xl\:group-hover\:w-2\/12 {
    width: 16.666667%;
  }

  .group:hover .xl\:group-hover\:w-3\/12 {
    width: 25%;
  }

  .group:hover .xl\:group-hover\:w-4\/12 {
    width: 33.333333%;
  }

  .group:hover .xl\:group-hover\:w-5\/12 {
    width: 41.666667%;
  }

  .group:hover .xl\:group-hover\:w-6\/12 {
    width: 50%;
  }

  .group:hover .xl\:group-hover\:w-7\/12 {
    width: 58.333333%;
  }

  .group:hover .xl\:group-hover\:w-8\/12 {
    width: 66.666667%;
  }

  .group:hover .xl\:group-hover\:w-9\/12 {
    width: 75%;
  }

  .group:hover .xl\:group-hover\:w-10\/12 {
    width: 83.333333%;
  }

  .group:hover .xl\:group-hover\:w-11\/12 {
    width: 91.666667%;
  }

  .group:hover .xl\:group-hover\:w-full {
    width: 100%;
  }

  .group:hover .xl\:group-hover\:w-screen {
    width: 100vw;
  }

  .xl\:focus-within\:w-0:focus-within {
    width: 0;
  }

  .xl\:focus-within\:w-1:focus-within {
    width: 0.25rem;
  }

  .xl\:focus-within\:w-2:focus-within {
    width: 0.5rem;
  }

  .xl\:focus-within\:w-3:focus-within {
    width: 0.75rem;
  }

  .xl\:focus-within\:w-4:focus-within {
    width: 1rem;
  }

  .xl\:focus-within\:w-5:focus-within {
    width: 1.25rem;
  }

  .xl\:focus-within\:w-6:focus-within {
    width: 1.5rem;
  }

  .xl\:focus-within\:w-8:focus-within {
    width: 2rem;
  }

  .xl\:focus-within\:w-10:focus-within {
    width: 2.5rem;
  }

  .xl\:focus-within\:w-12:focus-within {
    width: 3rem;
  }

  .xl\:focus-within\:w-16:focus-within {
    width: 4rem;
  }

  .xl\:focus-within\:w-20:focus-within {
    width: 5rem;
  }

  .xl\:focus-within\:w-24:focus-within {
    width: 6rem;
  }

  .xl\:focus-within\:w-32:focus-within {
    width: 8rem;
  }

  .xl\:focus-within\:w-40:focus-within {
    width: 10rem;
  }

  .xl\:focus-within\:w-48:focus-within {
    width: 12rem;
  }

  .xl\:focus-within\:w-56:focus-within {
    width: 14rem;
  }

  .xl\:focus-within\:w-64:focus-within {
    width: 16rem;
  }

  .xl\:focus-within\:w-auto:focus-within {
    width: auto;
  }

  .xl\:focus-within\:w-px:focus-within {
    width: 1px;
  }

  .xl\:focus-within\:w-1\/2:focus-within {
    width: 50%;
  }

  .xl\:focus-within\:w-1\/3:focus-within {
    width: 33.333333%;
  }

  .xl\:focus-within\:w-2\/3:focus-within {
    width: 66.666667%;
  }

  .xl\:focus-within\:w-1\/4:focus-within {
    width: 25%;
  }

  .xl\:focus-within\:w-2\/4:focus-within {
    width: 50%;
  }

  .xl\:focus-within\:w-3\/4:focus-within {
    width: 75%;
  }

  .xl\:focus-within\:w-1\/5:focus-within {
    width: 20%;
  }

  .xl\:focus-within\:w-2\/5:focus-within {
    width: 40%;
  }

  .xl\:focus-within\:w-3\/5:focus-within {
    width: 60%;
  }

  .xl\:focus-within\:w-4\/5:focus-within {
    width: 80%;
  }

  .xl\:focus-within\:w-1\/6:focus-within {
    width: 16.666667%;
  }

  .xl\:focus-within\:w-2\/6:focus-within {
    width: 33.333333%;
  }

  .xl\:focus-within\:w-3\/6:focus-within {
    width: 50%;
  }

  .xl\:focus-within\:w-4\/6:focus-within {
    width: 66.666667%;
  }

  .xl\:focus-within\:w-5\/6:focus-within {
    width: 83.333333%;
  }

  .xl\:focus-within\:w-1\/12:focus-within {
    width: 8.333333%;
  }

  .xl\:focus-within\:w-2\/12:focus-within {
    width: 16.666667%;
  }

  .xl\:focus-within\:w-3\/12:focus-within {
    width: 25%;
  }

  .xl\:focus-within\:w-4\/12:focus-within {
    width: 33.333333%;
  }

  .xl\:focus-within\:w-5\/12:focus-within {
    width: 41.666667%;
  }

  .xl\:focus-within\:w-6\/12:focus-within {
    width: 50%;
  }

  .xl\:focus-within\:w-7\/12:focus-within {
    width: 58.333333%;
  }

  .xl\:focus-within\:w-8\/12:focus-within {
    width: 66.666667%;
  }

  .xl\:focus-within\:w-9\/12:focus-within {
    width: 75%;
  }

  .xl\:focus-within\:w-10\/12:focus-within {
    width: 83.333333%;
  }

  .xl\:focus-within\:w-11\/12:focus-within {
    width: 91.666667%;
  }

  .xl\:focus-within\:w-full:focus-within {
    width: 100%;
  }

  .xl\:focus-within\:w-screen:focus-within {
    width: 100vw;
  }

  .xl\:first\:w-0:first-child {
    width: 0;
  }

  .xl\:first\:w-1:first-child {
    width: 0.25rem;
  }

  .xl\:first\:w-2:first-child {
    width: 0.5rem;
  }

  .xl\:first\:w-3:first-child {
    width: 0.75rem;
  }

  .xl\:first\:w-4:first-child {
    width: 1rem;
  }

  .xl\:first\:w-5:first-child {
    width: 1.25rem;
  }

  .xl\:first\:w-6:first-child {
    width: 1.5rem;
  }

  .xl\:first\:w-8:first-child {
    width: 2rem;
  }

  .xl\:first\:w-10:first-child {
    width: 2.5rem;
  }

  .xl\:first\:w-12:first-child {
    width: 3rem;
  }

  .xl\:first\:w-16:first-child {
    width: 4rem;
  }

  .xl\:first\:w-20:first-child {
    width: 5rem;
  }

  .xl\:first\:w-24:first-child {
    width: 6rem;
  }

  .xl\:first\:w-32:first-child {
    width: 8rem;
  }

  .xl\:first\:w-40:first-child {
    width: 10rem;
  }

  .xl\:first\:w-48:first-child {
    width: 12rem;
  }

  .xl\:first\:w-56:first-child {
    width: 14rem;
  }

  .xl\:first\:w-64:first-child {
    width: 16rem;
  }

  .xl\:first\:w-auto:first-child {
    width: auto;
  }

  .xl\:first\:w-px:first-child {
    width: 1px;
  }

  .xl\:first\:w-1\/2:first-child {
    width: 50%;
  }

  .xl\:first\:w-1\/3:first-child {
    width: 33.333333%;
  }

  .xl\:first\:w-2\/3:first-child {
    width: 66.666667%;
  }

  .xl\:first\:w-1\/4:first-child {
    width: 25%;
  }

  .xl\:first\:w-2\/4:first-child {
    width: 50%;
  }

  .xl\:first\:w-3\/4:first-child {
    width: 75%;
  }

  .xl\:first\:w-1\/5:first-child {
    width: 20%;
  }

  .xl\:first\:w-2\/5:first-child {
    width: 40%;
  }

  .xl\:first\:w-3\/5:first-child {
    width: 60%;
  }

  .xl\:first\:w-4\/5:first-child {
    width: 80%;
  }

  .xl\:first\:w-1\/6:first-child {
    width: 16.666667%;
  }

  .xl\:first\:w-2\/6:first-child {
    width: 33.333333%;
  }

  .xl\:first\:w-3\/6:first-child {
    width: 50%;
  }

  .xl\:first\:w-4\/6:first-child {
    width: 66.666667%;
  }

  .xl\:first\:w-5\/6:first-child {
    width: 83.333333%;
  }

  .xl\:first\:w-1\/12:first-child {
    width: 8.333333%;
  }

  .xl\:first\:w-2\/12:first-child {
    width: 16.666667%;
  }

  .xl\:first\:w-3\/12:first-child {
    width: 25%;
  }

  .xl\:first\:w-4\/12:first-child {
    width: 33.333333%;
  }

  .xl\:first\:w-5\/12:first-child {
    width: 41.666667%;
  }

  .xl\:first\:w-6\/12:first-child {
    width: 50%;
  }

  .xl\:first\:w-7\/12:first-child {
    width: 58.333333%;
  }

  .xl\:first\:w-8\/12:first-child {
    width: 66.666667%;
  }

  .xl\:first\:w-9\/12:first-child {
    width: 75%;
  }

  .xl\:first\:w-10\/12:first-child {
    width: 83.333333%;
  }

  .xl\:first\:w-11\/12:first-child {
    width: 91.666667%;
  }

  .xl\:first\:w-full:first-child {
    width: 100%;
  }

  .xl\:first\:w-screen:first-child {
    width: 100vw;
  }

  .xl\:last\:w-0:last-child {
    width: 0;
  }

  .xl\:last\:w-1:last-child {
    width: 0.25rem;
  }

  .xl\:last\:w-2:last-child {
    width: 0.5rem;
  }

  .xl\:last\:w-3:last-child {
    width: 0.75rem;
  }

  .xl\:last\:w-4:last-child {
    width: 1rem;
  }

  .xl\:last\:w-5:last-child {
    width: 1.25rem;
  }

  .xl\:last\:w-6:last-child {
    width: 1.5rem;
  }

  .xl\:last\:w-8:last-child {
    width: 2rem;
  }

  .xl\:last\:w-10:last-child {
    width: 2.5rem;
  }

  .xl\:last\:w-12:last-child {
    width: 3rem;
  }

  .xl\:last\:w-16:last-child {
    width: 4rem;
  }

  .xl\:last\:w-20:last-child {
    width: 5rem;
  }

  .xl\:last\:w-24:last-child {
    width: 6rem;
  }

  .xl\:last\:w-32:last-child {
    width: 8rem;
  }

  .xl\:last\:w-40:last-child {
    width: 10rem;
  }

  .xl\:last\:w-48:last-child {
    width: 12rem;
  }

  .xl\:last\:w-56:last-child {
    width: 14rem;
  }

  .xl\:last\:w-64:last-child {
    width: 16rem;
  }

  .xl\:last\:w-auto:last-child {
    width: auto;
  }

  .xl\:last\:w-px:last-child {
    width: 1px;
  }

  .xl\:last\:w-1\/2:last-child {
    width: 50%;
  }

  .xl\:last\:w-1\/3:last-child {
    width: 33.333333%;
  }

  .xl\:last\:w-2\/3:last-child {
    width: 66.666667%;
  }

  .xl\:last\:w-1\/4:last-child {
    width: 25%;
  }

  .xl\:last\:w-2\/4:last-child {
    width: 50%;
  }

  .xl\:last\:w-3\/4:last-child {
    width: 75%;
  }

  .xl\:last\:w-1\/5:last-child {
    width: 20%;
  }

  .xl\:last\:w-2\/5:last-child {
    width: 40%;
  }

  .xl\:last\:w-3\/5:last-child {
    width: 60%;
  }

  .xl\:last\:w-4\/5:last-child {
    width: 80%;
  }

  .xl\:last\:w-1\/6:last-child {
    width: 16.666667%;
  }

  .xl\:last\:w-2\/6:last-child {
    width: 33.333333%;
  }

  .xl\:last\:w-3\/6:last-child {
    width: 50%;
  }

  .xl\:last\:w-4\/6:last-child {
    width: 66.666667%;
  }

  .xl\:last\:w-5\/6:last-child {
    width: 83.333333%;
  }

  .xl\:last\:w-1\/12:last-child {
    width: 8.333333%;
  }

  .xl\:last\:w-2\/12:last-child {
    width: 16.666667%;
  }

  .xl\:last\:w-3\/12:last-child {
    width: 25%;
  }

  .xl\:last\:w-4\/12:last-child {
    width: 33.333333%;
  }

  .xl\:last\:w-5\/12:last-child {
    width: 41.666667%;
  }

  .xl\:last\:w-6\/12:last-child {
    width: 50%;
  }

  .xl\:last\:w-7\/12:last-child {
    width: 58.333333%;
  }

  .xl\:last\:w-8\/12:last-child {
    width: 66.666667%;
  }

  .xl\:last\:w-9\/12:last-child {
    width: 75%;
  }

  .xl\:last\:w-10\/12:last-child {
    width: 83.333333%;
  }

  .xl\:last\:w-11\/12:last-child {
    width: 91.666667%;
  }

  .xl\:last\:w-full:last-child {
    width: 100%;
  }

  .xl\:last\:w-screen:last-child {
    width: 100vw;
  }

  .xl\:odd\:w-0:nth-child(odd) {
    width: 0;
  }

  .xl\:odd\:w-1:nth-child(odd) {
    width: 0.25rem;
  }

  .xl\:odd\:w-2:nth-child(odd) {
    width: 0.5rem;
  }

  .xl\:odd\:w-3:nth-child(odd) {
    width: 0.75rem;
  }

  .xl\:odd\:w-4:nth-child(odd) {
    width: 1rem;
  }

  .xl\:odd\:w-5:nth-child(odd) {
    width: 1.25rem;
  }

  .xl\:odd\:w-6:nth-child(odd) {
    width: 1.5rem;
  }

  .xl\:odd\:w-8:nth-child(odd) {
    width: 2rem;
  }

  .xl\:odd\:w-10:nth-child(odd) {
    width: 2.5rem;
  }

  .xl\:odd\:w-12:nth-child(odd) {
    width: 3rem;
  }

  .xl\:odd\:w-16:nth-child(odd) {
    width: 4rem;
  }

  .xl\:odd\:w-20:nth-child(odd) {
    width: 5rem;
  }

  .xl\:odd\:w-24:nth-child(odd) {
    width: 6rem;
  }

  .xl\:odd\:w-32:nth-child(odd) {
    width: 8rem;
  }

  .xl\:odd\:w-40:nth-child(odd) {
    width: 10rem;
  }

  .xl\:odd\:w-48:nth-child(odd) {
    width: 12rem;
  }

  .xl\:odd\:w-56:nth-child(odd) {
    width: 14rem;
  }

  .xl\:odd\:w-64:nth-child(odd) {
    width: 16rem;
  }

  .xl\:odd\:w-auto:nth-child(odd) {
    width: auto;
  }

  .xl\:odd\:w-px:nth-child(odd) {
    width: 1px;
  }

  .xl\:odd\:w-1\/2:nth-child(odd) {
    width: 50%;
  }

  .xl\:odd\:w-1\/3:nth-child(odd) {
    width: 33.333333%;
  }

  .xl\:odd\:w-2\/3:nth-child(odd) {
    width: 66.666667%;
  }

  .xl\:odd\:w-1\/4:nth-child(odd) {
    width: 25%;
  }

  .xl\:odd\:w-2\/4:nth-child(odd) {
    width: 50%;
  }

  .xl\:odd\:w-3\/4:nth-child(odd) {
    width: 75%;
  }

  .xl\:odd\:w-1\/5:nth-child(odd) {
    width: 20%;
  }

  .xl\:odd\:w-2\/5:nth-child(odd) {
    width: 40%;
  }

  .xl\:odd\:w-3\/5:nth-child(odd) {
    width: 60%;
  }

  .xl\:odd\:w-4\/5:nth-child(odd) {
    width: 80%;
  }

  .xl\:odd\:w-1\/6:nth-child(odd) {
    width: 16.666667%;
  }

  .xl\:odd\:w-2\/6:nth-child(odd) {
    width: 33.333333%;
  }

  .xl\:odd\:w-3\/6:nth-child(odd) {
    width: 50%;
  }

  .xl\:odd\:w-4\/6:nth-child(odd) {
    width: 66.666667%;
  }

  .xl\:odd\:w-5\/6:nth-child(odd) {
    width: 83.333333%;
  }

  .xl\:odd\:w-1\/12:nth-child(odd) {
    width: 8.333333%;
  }

  .xl\:odd\:w-2\/12:nth-child(odd) {
    width: 16.666667%;
  }

  .xl\:odd\:w-3\/12:nth-child(odd) {
    width: 25%;
  }

  .xl\:odd\:w-4\/12:nth-child(odd) {
    width: 33.333333%;
  }

  .xl\:odd\:w-5\/12:nth-child(odd) {
    width: 41.666667%;
  }

  .xl\:odd\:w-6\/12:nth-child(odd) {
    width: 50%;
  }

  .xl\:odd\:w-7\/12:nth-child(odd) {
    width: 58.333333%;
  }

  .xl\:odd\:w-8\/12:nth-child(odd) {
    width: 66.666667%;
  }

  .xl\:odd\:w-9\/12:nth-child(odd) {
    width: 75%;
  }

  .xl\:odd\:w-10\/12:nth-child(odd) {
    width: 83.333333%;
  }

  .xl\:odd\:w-11\/12:nth-child(odd) {
    width: 91.666667%;
  }

  .xl\:odd\:w-full:nth-child(odd) {
    width: 100%;
  }

  .xl\:odd\:w-screen:nth-child(odd) {
    width: 100vw;
  }

  .xl\:even\:w-0:nth-child(even) {
    width: 0;
  }

  .xl\:even\:w-1:nth-child(even) {
    width: 0.25rem;
  }

  .xl\:even\:w-2:nth-child(even) {
    width: 0.5rem;
  }

  .xl\:even\:w-3:nth-child(even) {
    width: 0.75rem;
  }

  .xl\:even\:w-4:nth-child(even) {
    width: 1rem;
  }

  .xl\:even\:w-5:nth-child(even) {
    width: 1.25rem;
  }

  .xl\:even\:w-6:nth-child(even) {
    width: 1.5rem;
  }

  .xl\:even\:w-8:nth-child(even) {
    width: 2rem;
  }

  .xl\:even\:w-10:nth-child(even) {
    width: 2.5rem;
  }

  .xl\:even\:w-12:nth-child(even) {
    width: 3rem;
  }

  .xl\:even\:w-16:nth-child(even) {
    width: 4rem;
  }

  .xl\:even\:w-20:nth-child(even) {
    width: 5rem;
  }

  .xl\:even\:w-24:nth-child(even) {
    width: 6rem;
  }

  .xl\:even\:w-32:nth-child(even) {
    width: 8rem;
  }

  .xl\:even\:w-40:nth-child(even) {
    width: 10rem;
  }

  .xl\:even\:w-48:nth-child(even) {
    width: 12rem;
  }

  .xl\:even\:w-56:nth-child(even) {
    width: 14rem;
  }

  .xl\:even\:w-64:nth-child(even) {
    width: 16rem;
  }

  .xl\:even\:w-auto:nth-child(even) {
    width: auto;
  }

  .xl\:even\:w-px:nth-child(even) {
    width: 1px;
  }

  .xl\:even\:w-1\/2:nth-child(even) {
    width: 50%;
  }

  .xl\:even\:w-1\/3:nth-child(even) {
    width: 33.333333%;
  }

  .xl\:even\:w-2\/3:nth-child(even) {
    width: 66.666667%;
  }

  .xl\:even\:w-1\/4:nth-child(even) {
    width: 25%;
  }

  .xl\:even\:w-2\/4:nth-child(even) {
    width: 50%;
  }

  .xl\:even\:w-3\/4:nth-child(even) {
    width: 75%;
  }

  .xl\:even\:w-1\/5:nth-child(even) {
    width: 20%;
  }

  .xl\:even\:w-2\/5:nth-child(even) {
    width: 40%;
  }

  .xl\:even\:w-3\/5:nth-child(even) {
    width: 60%;
  }

  .xl\:even\:w-4\/5:nth-child(even) {
    width: 80%;
  }

  .xl\:even\:w-1\/6:nth-child(even) {
    width: 16.666667%;
  }

  .xl\:even\:w-2\/6:nth-child(even) {
    width: 33.333333%;
  }

  .xl\:even\:w-3\/6:nth-child(even) {
    width: 50%;
  }

  .xl\:even\:w-4\/6:nth-child(even) {
    width: 66.666667%;
  }

  .xl\:even\:w-5\/6:nth-child(even) {
    width: 83.333333%;
  }

  .xl\:even\:w-1\/12:nth-child(even) {
    width: 8.333333%;
  }

  .xl\:even\:w-2\/12:nth-child(even) {
    width: 16.666667%;
  }

  .xl\:even\:w-3\/12:nth-child(even) {
    width: 25%;
  }

  .xl\:even\:w-4\/12:nth-child(even) {
    width: 33.333333%;
  }

  .xl\:even\:w-5\/12:nth-child(even) {
    width: 41.666667%;
  }

  .xl\:even\:w-6\/12:nth-child(even) {
    width: 50%;
  }

  .xl\:even\:w-7\/12:nth-child(even) {
    width: 58.333333%;
  }

  .xl\:even\:w-8\/12:nth-child(even) {
    width: 66.666667%;
  }

  .xl\:even\:w-9\/12:nth-child(even) {
    width: 75%;
  }

  .xl\:even\:w-10\/12:nth-child(even) {
    width: 83.333333%;
  }

  .xl\:even\:w-11\/12:nth-child(even) {
    width: 91.666667%;
  }

  .xl\:even\:w-full:nth-child(even) {
    width: 100%;
  }

  .xl\:even\:w-screen:nth-child(even) {
    width: 100vw;
  }

  .xl\:hover\:w-0:hover {
    width: 0;
  }

  .xl\:hover\:w-1:hover {
    width: 0.25rem;
  }

  .xl\:hover\:w-2:hover {
    width: 0.5rem;
  }

  .xl\:hover\:w-3:hover {
    width: 0.75rem;
  }

  .xl\:hover\:w-4:hover {
    width: 1rem;
  }

  .xl\:hover\:w-5:hover {
    width: 1.25rem;
  }

  .xl\:hover\:w-6:hover {
    width: 1.5rem;
  }

  .xl\:hover\:w-8:hover {
    width: 2rem;
  }

  .xl\:hover\:w-10:hover {
    width: 2.5rem;
  }

  .xl\:hover\:w-12:hover {
    width: 3rem;
  }

  .xl\:hover\:w-16:hover {
    width: 4rem;
  }

  .xl\:hover\:w-20:hover {
    width: 5rem;
  }

  .xl\:hover\:w-24:hover {
    width: 6rem;
  }

  .xl\:hover\:w-32:hover {
    width: 8rem;
  }

  .xl\:hover\:w-40:hover {
    width: 10rem;
  }

  .xl\:hover\:w-48:hover {
    width: 12rem;
  }

  .xl\:hover\:w-56:hover {
    width: 14rem;
  }

  .xl\:hover\:w-64:hover {
    width: 16rem;
  }

  .xl\:hover\:w-auto:hover {
    width: auto;
  }

  .xl\:hover\:w-px:hover {
    width: 1px;
  }

  .xl\:hover\:w-1\/2:hover {
    width: 50%;
  }

  .xl\:hover\:w-1\/3:hover {
    width: 33.333333%;
  }

  .xl\:hover\:w-2\/3:hover {
    width: 66.666667%;
  }

  .xl\:hover\:w-1\/4:hover {
    width: 25%;
  }

  .xl\:hover\:w-2\/4:hover {
    width: 50%;
  }

  .xl\:hover\:w-3\/4:hover {
    width: 75%;
  }

  .xl\:hover\:w-1\/5:hover {
    width: 20%;
  }

  .xl\:hover\:w-2\/5:hover {
    width: 40%;
  }

  .xl\:hover\:w-3\/5:hover {
    width: 60%;
  }

  .xl\:hover\:w-4\/5:hover {
    width: 80%;
  }

  .xl\:hover\:w-1\/6:hover {
    width: 16.666667%;
  }

  .xl\:hover\:w-2\/6:hover {
    width: 33.333333%;
  }

  .xl\:hover\:w-3\/6:hover {
    width: 50%;
  }

  .xl\:hover\:w-4\/6:hover {
    width: 66.666667%;
  }

  .xl\:hover\:w-5\/6:hover {
    width: 83.333333%;
  }

  .xl\:hover\:w-1\/12:hover {
    width: 8.333333%;
  }

  .xl\:hover\:w-2\/12:hover {
    width: 16.666667%;
  }

  .xl\:hover\:w-3\/12:hover {
    width: 25%;
  }

  .xl\:hover\:w-4\/12:hover {
    width: 33.333333%;
  }

  .xl\:hover\:w-5\/12:hover {
    width: 41.666667%;
  }

  .xl\:hover\:w-6\/12:hover {
    width: 50%;
  }

  .xl\:hover\:w-7\/12:hover {
    width: 58.333333%;
  }

  .xl\:hover\:w-8\/12:hover {
    width: 66.666667%;
  }

  .xl\:hover\:w-9\/12:hover {
    width: 75%;
  }

  .xl\:hover\:w-10\/12:hover {
    width: 83.333333%;
  }

  .xl\:hover\:w-11\/12:hover {
    width: 91.666667%;
  }

  .xl\:hover\:w-full:hover {
    width: 100%;
  }

  .xl\:hover\:w-screen:hover {
    width: 100vw;
  }

  .xl\:focus\:w-0:focus {
    width: 0;
  }

  .xl\:focus\:w-1:focus {
    width: 0.25rem;
  }

  .xl\:focus\:w-2:focus {
    width: 0.5rem;
  }

  .xl\:focus\:w-3:focus {
    width: 0.75rem;
  }

  .xl\:focus\:w-4:focus {
    width: 1rem;
  }

  .xl\:focus\:w-5:focus {
    width: 1.25rem;
  }

  .xl\:focus\:w-6:focus {
    width: 1.5rem;
  }

  .xl\:focus\:w-8:focus {
    width: 2rem;
  }

  .xl\:focus\:w-10:focus {
    width: 2.5rem;
  }

  .xl\:focus\:w-12:focus {
    width: 3rem;
  }

  .xl\:focus\:w-16:focus {
    width: 4rem;
  }

  .xl\:focus\:w-20:focus {
    width: 5rem;
  }

  .xl\:focus\:w-24:focus {
    width: 6rem;
  }

  .xl\:focus\:w-32:focus {
    width: 8rem;
  }

  .xl\:focus\:w-40:focus {
    width: 10rem;
  }

  .xl\:focus\:w-48:focus {
    width: 12rem;
  }

  .xl\:focus\:w-56:focus {
    width: 14rem;
  }

  .xl\:focus\:w-64:focus {
    width: 16rem;
  }

  .xl\:focus\:w-auto:focus {
    width: auto;
  }

  .xl\:focus\:w-px:focus {
    width: 1px;
  }

  .xl\:focus\:w-1\/2:focus {
    width: 50%;
  }

  .xl\:focus\:w-1\/3:focus {
    width: 33.333333%;
  }

  .xl\:focus\:w-2\/3:focus {
    width: 66.666667%;
  }

  .xl\:focus\:w-1\/4:focus {
    width: 25%;
  }

  .xl\:focus\:w-2\/4:focus {
    width: 50%;
  }

  .xl\:focus\:w-3\/4:focus {
    width: 75%;
  }

  .xl\:focus\:w-1\/5:focus {
    width: 20%;
  }

  .xl\:focus\:w-2\/5:focus {
    width: 40%;
  }

  .xl\:focus\:w-3\/5:focus {
    width: 60%;
  }

  .xl\:focus\:w-4\/5:focus {
    width: 80%;
  }

  .xl\:focus\:w-1\/6:focus {
    width: 16.666667%;
  }

  .xl\:focus\:w-2\/6:focus {
    width: 33.333333%;
  }

  .xl\:focus\:w-3\/6:focus {
    width: 50%;
  }

  .xl\:focus\:w-4\/6:focus {
    width: 66.666667%;
  }

  .xl\:focus\:w-5\/6:focus {
    width: 83.333333%;
  }

  .xl\:focus\:w-1\/12:focus {
    width: 8.333333%;
  }

  .xl\:focus\:w-2\/12:focus {
    width: 16.666667%;
  }

  .xl\:focus\:w-3\/12:focus {
    width: 25%;
  }

  .xl\:focus\:w-4\/12:focus {
    width: 33.333333%;
  }

  .xl\:focus\:w-5\/12:focus {
    width: 41.666667%;
  }

  .xl\:focus\:w-6\/12:focus {
    width: 50%;
  }

  .xl\:focus\:w-7\/12:focus {
    width: 58.333333%;
  }

  .xl\:focus\:w-8\/12:focus {
    width: 66.666667%;
  }

  .xl\:focus\:w-9\/12:focus {
    width: 75%;
  }

  .xl\:focus\:w-10\/12:focus {
    width: 83.333333%;
  }

  .xl\:focus\:w-11\/12:focus {
    width: 91.666667%;
  }

  .xl\:focus\:w-full:focus {
    width: 100%;
  }

  .xl\:focus\:w-screen:focus {
    width: 100vw;
  }

  .xl\:active\:w-0:active {
    width: 0;
  }

  .xl\:active\:w-1:active {
    width: 0.25rem;
  }

  .xl\:active\:w-2:active {
    width: 0.5rem;
  }

  .xl\:active\:w-3:active {
    width: 0.75rem;
  }

  .xl\:active\:w-4:active {
    width: 1rem;
  }

  .xl\:active\:w-5:active {
    width: 1.25rem;
  }

  .xl\:active\:w-6:active {
    width: 1.5rem;
  }

  .xl\:active\:w-8:active {
    width: 2rem;
  }

  .xl\:active\:w-10:active {
    width: 2.5rem;
  }

  .xl\:active\:w-12:active {
    width: 3rem;
  }

  .xl\:active\:w-16:active {
    width: 4rem;
  }

  .xl\:active\:w-20:active {
    width: 5rem;
  }

  .xl\:active\:w-24:active {
    width: 6rem;
  }

  .xl\:active\:w-32:active {
    width: 8rem;
  }

  .xl\:active\:w-40:active {
    width: 10rem;
  }

  .xl\:active\:w-48:active {
    width: 12rem;
  }

  .xl\:active\:w-56:active {
    width: 14rem;
  }

  .xl\:active\:w-64:active {
    width: 16rem;
  }

  .xl\:active\:w-auto:active {
    width: auto;
  }

  .xl\:active\:w-px:active {
    width: 1px;
  }

  .xl\:active\:w-1\/2:active {
    width: 50%;
  }

  .xl\:active\:w-1\/3:active {
    width: 33.333333%;
  }

  .xl\:active\:w-2\/3:active {
    width: 66.666667%;
  }

  .xl\:active\:w-1\/4:active {
    width: 25%;
  }

  .xl\:active\:w-2\/4:active {
    width: 50%;
  }

  .xl\:active\:w-3\/4:active {
    width: 75%;
  }

  .xl\:active\:w-1\/5:active {
    width: 20%;
  }

  .xl\:active\:w-2\/5:active {
    width: 40%;
  }

  .xl\:active\:w-3\/5:active {
    width: 60%;
  }

  .xl\:active\:w-4\/5:active {
    width: 80%;
  }

  .xl\:active\:w-1\/6:active {
    width: 16.666667%;
  }

  .xl\:active\:w-2\/6:active {
    width: 33.333333%;
  }

  .xl\:active\:w-3\/6:active {
    width: 50%;
  }

  .xl\:active\:w-4\/6:active {
    width: 66.666667%;
  }

  .xl\:active\:w-5\/6:active {
    width: 83.333333%;
  }

  .xl\:active\:w-1\/12:active {
    width: 8.333333%;
  }

  .xl\:active\:w-2\/12:active {
    width: 16.666667%;
  }

  .xl\:active\:w-3\/12:active {
    width: 25%;
  }

  .xl\:active\:w-4\/12:active {
    width: 33.333333%;
  }

  .xl\:active\:w-5\/12:active {
    width: 41.666667%;
  }

  .xl\:active\:w-6\/12:active {
    width: 50%;
  }

  .xl\:active\:w-7\/12:active {
    width: 58.333333%;
  }

  .xl\:active\:w-8\/12:active {
    width: 66.666667%;
  }

  .xl\:active\:w-9\/12:active {
    width: 75%;
  }

  .xl\:active\:w-10\/12:active {
    width: 83.333333%;
  }

  .xl\:active\:w-11\/12:active {
    width: 91.666667%;
  }

  .xl\:active\:w-full:active {
    width: 100%;
  }

  .xl\:active\:w-screen:active {
    width: 100vw;
  }

  .xl\:visited\:w-0:visited {
    width: 0;
  }

  .xl\:visited\:w-1:visited {
    width: 0.25rem;
  }

  .xl\:visited\:w-2:visited {
    width: 0.5rem;
  }

  .xl\:visited\:w-3:visited {
    width: 0.75rem;
  }

  .xl\:visited\:w-4:visited {
    width: 1rem;
  }

  .xl\:visited\:w-5:visited {
    width: 1.25rem;
  }

  .xl\:visited\:w-6:visited {
    width: 1.5rem;
  }

  .xl\:visited\:w-8:visited {
    width: 2rem;
  }

  .xl\:visited\:w-10:visited {
    width: 2.5rem;
  }

  .xl\:visited\:w-12:visited {
    width: 3rem;
  }

  .xl\:visited\:w-16:visited {
    width: 4rem;
  }

  .xl\:visited\:w-20:visited {
    width: 5rem;
  }

  .xl\:visited\:w-24:visited {
    width: 6rem;
  }

  .xl\:visited\:w-32:visited {
    width: 8rem;
  }

  .xl\:visited\:w-40:visited {
    width: 10rem;
  }

  .xl\:visited\:w-48:visited {
    width: 12rem;
  }

  .xl\:visited\:w-56:visited {
    width: 14rem;
  }

  .xl\:visited\:w-64:visited {
    width: 16rem;
  }

  .xl\:visited\:w-auto:visited {
    width: auto;
  }

  .xl\:visited\:w-px:visited {
    width: 1px;
  }

  .xl\:visited\:w-1\/2:visited {
    width: 50%;
  }

  .xl\:visited\:w-1\/3:visited {
    width: 33.333333%;
  }

  .xl\:visited\:w-2\/3:visited {
    width: 66.666667%;
  }

  .xl\:visited\:w-1\/4:visited {
    width: 25%;
  }

  .xl\:visited\:w-2\/4:visited {
    width: 50%;
  }

  .xl\:visited\:w-3\/4:visited {
    width: 75%;
  }

  .xl\:visited\:w-1\/5:visited {
    width: 20%;
  }

  .xl\:visited\:w-2\/5:visited {
    width: 40%;
  }

  .xl\:visited\:w-3\/5:visited {
    width: 60%;
  }

  .xl\:visited\:w-4\/5:visited {
    width: 80%;
  }

  .xl\:visited\:w-1\/6:visited {
    width: 16.666667%;
  }

  .xl\:visited\:w-2\/6:visited {
    width: 33.333333%;
  }

  .xl\:visited\:w-3\/6:visited {
    width: 50%;
  }

  .xl\:visited\:w-4\/6:visited {
    width: 66.666667%;
  }

  .xl\:visited\:w-5\/6:visited {
    width: 83.333333%;
  }

  .xl\:visited\:w-1\/12:visited {
    width: 8.333333%;
  }

  .xl\:visited\:w-2\/12:visited {
    width: 16.666667%;
  }

  .xl\:visited\:w-3\/12:visited {
    width: 25%;
  }

  .xl\:visited\:w-4\/12:visited {
    width: 33.333333%;
  }

  .xl\:visited\:w-5\/12:visited {
    width: 41.666667%;
  }

  .xl\:visited\:w-6\/12:visited {
    width: 50%;
  }

  .xl\:visited\:w-7\/12:visited {
    width: 58.333333%;
  }

  .xl\:visited\:w-8\/12:visited {
    width: 66.666667%;
  }

  .xl\:visited\:w-9\/12:visited {
    width: 75%;
  }

  .xl\:visited\:w-10\/12:visited {
    width: 83.333333%;
  }

  .xl\:visited\:w-11\/12:visited {
    width: 91.666667%;
  }

  .xl\:visited\:w-full:visited {
    width: 100%;
  }

  .xl\:visited\:w-screen:visited {
    width: 100vw;
  }

  .xl\:disabled\:w-0:disabled {
    width: 0;
  }

  .xl\:disabled\:w-1:disabled {
    width: 0.25rem;
  }

  .xl\:disabled\:w-2:disabled {
    width: 0.5rem;
  }

  .xl\:disabled\:w-3:disabled {
    width: 0.75rem;
  }

  .xl\:disabled\:w-4:disabled {
    width: 1rem;
  }

  .xl\:disabled\:w-5:disabled {
    width: 1.25rem;
  }

  .xl\:disabled\:w-6:disabled {
    width: 1.5rem;
  }

  .xl\:disabled\:w-8:disabled {
    width: 2rem;
  }

  .xl\:disabled\:w-10:disabled {
    width: 2.5rem;
  }

  .xl\:disabled\:w-12:disabled {
    width: 3rem;
  }

  .xl\:disabled\:w-16:disabled {
    width: 4rem;
  }

  .xl\:disabled\:w-20:disabled {
    width: 5rem;
  }

  .xl\:disabled\:w-24:disabled {
    width: 6rem;
  }

  .xl\:disabled\:w-32:disabled {
    width: 8rem;
  }

  .xl\:disabled\:w-40:disabled {
    width: 10rem;
  }

  .xl\:disabled\:w-48:disabled {
    width: 12rem;
  }

  .xl\:disabled\:w-56:disabled {
    width: 14rem;
  }

  .xl\:disabled\:w-64:disabled {
    width: 16rem;
  }

  .xl\:disabled\:w-auto:disabled {
    width: auto;
  }

  .xl\:disabled\:w-px:disabled {
    width: 1px;
  }

  .xl\:disabled\:w-1\/2:disabled {
    width: 50%;
  }

  .xl\:disabled\:w-1\/3:disabled {
    width: 33.333333%;
  }

  .xl\:disabled\:w-2\/3:disabled {
    width: 66.666667%;
  }

  .xl\:disabled\:w-1\/4:disabled {
    width: 25%;
  }

  .xl\:disabled\:w-2\/4:disabled {
    width: 50%;
  }

  .xl\:disabled\:w-3\/4:disabled {
    width: 75%;
  }

  .xl\:disabled\:w-1\/5:disabled {
    width: 20%;
  }

  .xl\:disabled\:w-2\/5:disabled {
    width: 40%;
  }

  .xl\:disabled\:w-3\/5:disabled {
    width: 60%;
  }

  .xl\:disabled\:w-4\/5:disabled {
    width: 80%;
  }

  .xl\:disabled\:w-1\/6:disabled {
    width: 16.666667%;
  }

  .xl\:disabled\:w-2\/6:disabled {
    width: 33.333333%;
  }

  .xl\:disabled\:w-3\/6:disabled {
    width: 50%;
  }

  .xl\:disabled\:w-4\/6:disabled {
    width: 66.666667%;
  }

  .xl\:disabled\:w-5\/6:disabled {
    width: 83.333333%;
  }

  .xl\:disabled\:w-1\/12:disabled {
    width: 8.333333%;
  }

  .xl\:disabled\:w-2\/12:disabled {
    width: 16.666667%;
  }

  .xl\:disabled\:w-3\/12:disabled {
    width: 25%;
  }

  .xl\:disabled\:w-4\/12:disabled {
    width: 33.333333%;
  }

  .xl\:disabled\:w-5\/12:disabled {
    width: 41.666667%;
  }

  .xl\:disabled\:w-6\/12:disabled {
    width: 50%;
  }

  .xl\:disabled\:w-7\/12:disabled {
    width: 58.333333%;
  }

  .xl\:disabled\:w-8\/12:disabled {
    width: 66.666667%;
  }

  .xl\:disabled\:w-9\/12:disabled {
    width: 75%;
  }

  .xl\:disabled\:w-10\/12:disabled {
    width: 83.333333%;
  }

  .xl\:disabled\:w-11\/12:disabled {
    width: 91.666667%;
  }

  .xl\:disabled\:w-full:disabled {
    width: 100%;
  }

  .xl\:disabled\:w-screen:disabled {
    width: 100vw;
  }

  .xl\:z-0 {
    z-index: 0;
  }

  .xl\:z-10 {
    z-index: 10;
  }

  .xl\:z-20 {
    z-index: 20;
  }

  .xl\:z-30 {
    z-index: 30;
  }

  .xl\:z-40 {
    z-index: 40;
  }

  .xl\:z-50 {
    z-index: 50;
  }

  .xl\:z-auto {
    z-index: auto;
  }

  .group:hover .xl\:group-hover\:z-0 {
    z-index: 0;
  }

  .group:hover .xl\:group-hover\:z-10 {
    z-index: 10;
  }

  .group:hover .xl\:group-hover\:z-20 {
    z-index: 20;
  }

  .group:hover .xl\:group-hover\:z-30 {
    z-index: 30;
  }

  .group:hover .xl\:group-hover\:z-40 {
    z-index: 40;
  }

  .group:hover .xl\:group-hover\:z-50 {
    z-index: 50;
  }

  .group:hover .xl\:group-hover\:z-auto {
    z-index: auto;
  }

  .xl\:focus-within\:z-0:focus-within {
    z-index: 0;
  }

  .xl\:focus-within\:z-10:focus-within {
    z-index: 10;
  }

  .xl\:focus-within\:z-20:focus-within {
    z-index: 20;
  }

  .xl\:focus-within\:z-30:focus-within {
    z-index: 30;
  }

  .xl\:focus-within\:z-40:focus-within {
    z-index: 40;
  }

  .xl\:focus-within\:z-50:focus-within {
    z-index: 50;
  }

  .xl\:focus-within\:z-auto:focus-within {
    z-index: auto;
  }

  .xl\:first\:z-0:first-child {
    z-index: 0;
  }

  .xl\:first\:z-10:first-child {
    z-index: 10;
  }

  .xl\:first\:z-20:first-child {
    z-index: 20;
  }

  .xl\:first\:z-30:first-child {
    z-index: 30;
  }

  .xl\:first\:z-40:first-child {
    z-index: 40;
  }

  .xl\:first\:z-50:first-child {
    z-index: 50;
  }

  .xl\:first\:z-auto:first-child {
    z-index: auto;
  }

  .xl\:last\:z-0:last-child {
    z-index: 0;
  }

  .xl\:last\:z-10:last-child {
    z-index: 10;
  }

  .xl\:last\:z-20:last-child {
    z-index: 20;
  }

  .xl\:last\:z-30:last-child {
    z-index: 30;
  }

  .xl\:last\:z-40:last-child {
    z-index: 40;
  }

  .xl\:last\:z-50:last-child {
    z-index: 50;
  }

  .xl\:last\:z-auto:last-child {
    z-index: auto;
  }

  .xl\:odd\:z-0:nth-child(odd) {
    z-index: 0;
  }

  .xl\:odd\:z-10:nth-child(odd) {
    z-index: 10;
  }

  .xl\:odd\:z-20:nth-child(odd) {
    z-index: 20;
  }

  .xl\:odd\:z-30:nth-child(odd) {
    z-index: 30;
  }

  .xl\:odd\:z-40:nth-child(odd) {
    z-index: 40;
  }

  .xl\:odd\:z-50:nth-child(odd) {
    z-index: 50;
  }

  .xl\:odd\:z-auto:nth-child(odd) {
    z-index: auto;
  }

  .xl\:even\:z-0:nth-child(even) {
    z-index: 0;
  }

  .xl\:even\:z-10:nth-child(even) {
    z-index: 10;
  }

  .xl\:even\:z-20:nth-child(even) {
    z-index: 20;
  }

  .xl\:even\:z-30:nth-child(even) {
    z-index: 30;
  }

  .xl\:even\:z-40:nth-child(even) {
    z-index: 40;
  }

  .xl\:even\:z-50:nth-child(even) {
    z-index: 50;
  }

  .xl\:even\:z-auto:nth-child(even) {
    z-index: auto;
  }

  .xl\:hover\:z-0:hover {
    z-index: 0;
  }

  .xl\:hover\:z-10:hover {
    z-index: 10;
  }

  .xl\:hover\:z-20:hover {
    z-index: 20;
  }

  .xl\:hover\:z-30:hover {
    z-index: 30;
  }

  .xl\:hover\:z-40:hover {
    z-index: 40;
  }

  .xl\:hover\:z-50:hover {
    z-index: 50;
  }

  .xl\:hover\:z-auto:hover {
    z-index: auto;
  }

  .xl\:focus\:z-0:focus {
    z-index: 0;
  }

  .xl\:focus\:z-10:focus {
    z-index: 10;
  }

  .xl\:focus\:z-20:focus {
    z-index: 20;
  }

  .xl\:focus\:z-30:focus {
    z-index: 30;
  }

  .xl\:focus\:z-40:focus {
    z-index: 40;
  }

  .xl\:focus\:z-50:focus {
    z-index: 50;
  }

  .xl\:focus\:z-auto:focus {
    z-index: auto;
  }

  .xl\:active\:z-0:active {
    z-index: 0;
  }

  .xl\:active\:z-10:active {
    z-index: 10;
  }

  .xl\:active\:z-20:active {
    z-index: 20;
  }

  .xl\:active\:z-30:active {
    z-index: 30;
  }

  .xl\:active\:z-40:active {
    z-index: 40;
  }

  .xl\:active\:z-50:active {
    z-index: 50;
  }

  .xl\:active\:z-auto:active {
    z-index: auto;
  }

  .xl\:visited\:z-0:visited {
    z-index: 0;
  }

  .xl\:visited\:z-10:visited {
    z-index: 10;
  }

  .xl\:visited\:z-20:visited {
    z-index: 20;
  }

  .xl\:visited\:z-30:visited {
    z-index: 30;
  }

  .xl\:visited\:z-40:visited {
    z-index: 40;
  }

  .xl\:visited\:z-50:visited {
    z-index: 50;
  }

  .xl\:visited\:z-auto:visited {
    z-index: auto;
  }

  .xl\:disabled\:z-0:disabled {
    z-index: 0;
  }

  .xl\:disabled\:z-10:disabled {
    z-index: 10;
  }

  .xl\:disabled\:z-20:disabled {
    z-index: 20;
  }

  .xl\:disabled\:z-30:disabled {
    z-index: 30;
  }

  .xl\:disabled\:z-40:disabled {
    z-index: 40;
  }

  .xl\:disabled\:z-50:disabled {
    z-index: 50;
  }

  .xl\:disabled\:z-auto:disabled {
    z-index: auto;
  }
}
